﻿.error{display: inline-block;color: #FF0000;font-size: smaller;}.select2-selection{height:100% !important;}.recent-city .city-name .city-lawyer{width: 320px !important;}.facilities{text-decoration: none;}.like-btns .like.active{color: #090;}.like-btns .like.active i{color: #090;}.like-btns .unlike.active{color: #FF0000;}.like-btns .unlike.active i{color: #FF0000;}.session-wgt-time{font-size: 12px;text-decoration: none;}.event-wgt-time{font-size: 12px;text-decoration: none;}#loader {position: relative;left: 50%;z-index: 1;width: 40px;height: 40px;border: 5px solid #f4f9ff;border-radius: 50%;border-top: 5px solid #112d4e;-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;}@-webkit-keyframes spin {0% {-webkit-transform: rotate(0deg);}100% {-webkit-transform: rotate(360deg);}}@keyframes spin {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}@media(max-width:575px){.recent-city .city-name .city-lawyer{width: unset }#loader {left: 45%;}}.customer-info{
    display: flex;
    align-items: center;
}
.customer-info h5{
    margin-left: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.why-customer{
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-customer h5{
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
.why-customer p{
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
.whatAbout{
    padding: 25px;
    border: 1px solid #000;
}
.whatAbout .profile{
    display: flex;
    align-items: center;
}
.whatAbout .profile span{
    display: inline-block;
    background: #D9D9D9;
    height: 60px;
    width: 60px;
    margin-right: 20px;
    border-radius: 50%;
}
.whatAbout .profile h5{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px;
}
.whatAbout .profile p{
    font-size: 20px;
    margin-bottom: 0px;
}
.Download h2{
    font-size: 50px;
}
#whatPeopleSay .carousel-control-next,
#whatPeopleSay .carousel-control-prev{
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}
#whatPeopleSay .carousel-control-prev{
    right: unset;
    left: 0%;
}
#whatPeopleSay .carousel-control-next{
    left: unset;
    right: 0%;
}
@media(max-width:767px){
    .why-customer h5 {
        font-size: 20px;
        line-height: 24px;
    }.why-customer p {
        font-size: 16px;
        line-height: 20px;
    }
    .whatAbout .profile h5 {
        font-size: 20px;
    }.whatAbout .profile p {
        font-size: 16px;
        margin-bottom: 0px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .heading h3 {
        width: 100% !important;
    }
}

#offer_popup .owl-carousel .owl-item .item .carousel-image img{
    width:100%;
}
#offer_popup .owl-carousel .owl-nav .owl-next span, #offer_popup .owl-carousel .owl-nav .owl-prev span{
    background:none;
}