.default-content .start{
    transition: all 0.3s ease-in-out;
}

.default-content .start.hide{
    opacity: 0;
    display: none;
}

.province-exist{
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.province-exist .province-request-name{
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.province-exist .province-request-name.show{
    opacity: 1;
}

.province-exist.show{
    opacity: 1;
    display: block;
}

.province-exist h2, .province-exist span{
    color: #4f4f4f;
}

.province-exist span{
    background: unset !important;
    color: unset !important;
    display: unset !important;
    margin: unset !important;
    padding:  unset !important;
    line-height: unset !important;
    margin-top: unset !important;
    margin-bottom: unset !important;
    font-size: 30px;
}

.province-exist .no-dealers-find{
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.province-exist .no-dealers-find.show{
    opacity: 1;
    color: #c33a2c;
}

.dealers-exist-list li a{
    color: #000;
}

.dealers-exist-list li a:hover{
    color: #c33a2c !important;
}

.bg-menu-theme.menu-horizontal {
    background-color: #fff !important;
}

.layout-menu-horizontal:hover, .layout-menu-horizontal.hovered {
    background-color: #fff !important;
}

.layout-horizontal .layout-navbar {
    background-color: #fff !important;
    box-shadow: 1px 5px 9px -5px rgba(0,0,0,0.5) !important;
    -webkit-box-shadow: 1px 5px 9px -5px rgba(0,0,0,0.5) !important;
    -moz-box-shadow: 1px 5px 9px -5px rgba(0,0,0,0.5) !important;
}

.list .start{
    color: #818286 !important;
    font-size: 15px !important;
}

.list-item{
    transition: all 0.5s ease-in-out;
}

.list .start h1,
.list .start h2,
.list .start h3,
.list .start h4,
.list .start h5,
.list .start h6{
    color: #262626 !important;
}

#IranMap .list li ul li {
    display: block;
    float: right;
    width: 100% !important
}

.list .province ul li {
    display: block;
    width: 100% !important;
    text-align: right;
}

#IranMap .list li ul li a {
    background: transparent;
    color: #262626 !important;
    font-size: 1rem;
    font-weight: bold;
    display: block;
    padding: 0 8px;
    line-height: 26px;
    margin: 2px 2px;
    text-decoration: none;
}

#IranMap .list .province .details span {
    background-color: transparent !important;
    color: #262626 !important;
    display: inline-block;
    font-size: 1rem;
}

.province ul li a:hover{
    background-color: transparent !important;
}

.province .btn-primary{
    background-color: #c5132b !important;
    color: #fff !important;
}

#IranMap .btn-primary, #IranMap .btn-white{
    padding: 5px 15px !important;
    margin: 0 10px !important;
    width: 160px;
}

#IranMap .btn-primary .text, #IranMap .btn-white .text{
    background-color: transparent !important;
    font-size: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: normal !important;
}

.province .btn-white{
    background-color: #fff !important;
    color: #262626 !important;
    box-shadow: none !important;
}

#IranMap .btn-white .text{
    color: #262626 !important;
}

#IranMap .btn-primary:hover{
    background-color: #c5132b !important;
    color: #fff !important;
    box-shadow: none !important;
}

#IranMap .btn-white:hover{
    background-color: #fff !important;
    color: #262626 !important;
    box-shadow: none !important;
}

@media (max-width: 992px) {
    #IranMap .start h1{
        font-size: 20px !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    #IranMap .start p{
        font-size: 12px !important;
    }

    .province-exist h2 span{
        font-size: 20px;
        padding: 0 !important;
        margin: 0 !important;
    }

    .province-exist .no-dealers-find.show{
        font-size: 12px !important;
    }

    #IranMap .list li ul li a {
        font-size: 1rem !important;
    }

    #IranMap .btn-primary, #IranMap .btn-white {
        margin-bottom: 10px !important;
    }
}
