.bg-primary-color{
    background-color: #e11f26;
}

.bg-primary-color:hover{
    background-color: #e11f26;
}

.text-primary-color{
    color: #e11f26;
}
.shadow-none{
    box-shadow: none !important;
}
.fullHeight {
    height: 100%;
}
.left-auto{
    left: auto !important;
}
.btn-red {
    background: #e11f26;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
}

.btn-red:hover{
    background-color: #000;
    color: #fff;
}

.btn-black {
    background: #000;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
}

.btn-black:hover{
    background-color: #e11f26;
    color: #fff;
}

.about-sec {
    margin-top: 50px;
}

.about-sec .content h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 15px;
}

.about-sec .content p{
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 25px;
    margin-bottom: 50px;
}

.about-sec .content a {
    background: #e11f26;
    color: #fff;
    padding: 14px 20px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}

.about-sec .content ul li {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    color: #a0a0a0;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.about-sec .content ul li:after{
    content: '\f00c';
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #e11f26;
    top: 0;
}

.about-sec .img img{
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    height: 500px;
}

/* ========= */

#popular-service-owl{
    padding: 0 20px;
}

#popular-service-owl button.owl-prev {
    position: absolute;
    top: 15%;
    left: -10px;
    font-size: 50px !important;
    color: #e11f26;
    opacity: 1 !important;
}

#popular-service-owl button.owl-next {
    position: absolute;
    top: 15%;
    right: -10px;
    font-size: 50px !important;
    color: #e11f26;
    opacity: 1 !important;
}

#popular-service-owl button.owl-prev:hover,
#popular-service-owl button.owl-next:hover {
    background-color: transparent !important;
    color: #000 !important;
}

#popular-service-owl .item{
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    margin-bottom: 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

#popular-service-owl .item .img{
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#popular-service-owl .item .img img {
    height: 250px;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease;
}

#popular-service-owl .item .img img:hover{
    transform: scale(1.2);
}

#popular-service-owl .item:hover .img img{
    transform: scale(1.2);
}

#popular-service-owl .item .img span.tag{
    position: absolute;
    bottom: 20px;
    left: 20px;
}

#popular-service-owl .item .img .tag-2{
    position: absolute;
    bottom: 25px;
    right: 20px;
}

#popular-service-owl .item .img .tag-2{
    background: #e11f26;
    color: #fff;
    padding: 1px 5px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 400;
    display: inline-block;
}

#popular-service-owl .item .img .tag-3 {
    background: #33c11b;
    color: #fff;
    padding: 1px 5px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
}

#popular-service-owl .item .img .tag-3 i{
    color: #fff;
}


#popular-service-owl .item .img span.tag a {
    background: #e11f26;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
}

#popular-service-owl .item .contents {
    padding: 20px;
}

#popular-service-owl .item .contents img.user {
    width: 30px;
    min-width: 30px;
    height: 30px;
    object-fit: cover;
    position: relative;
    margin-right: 15px;
    border-radius: 50%;
}

#popular-service-owl .item .contents h3.service-name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    color: #000;
    margin-bottom: 20px;
}

#popular-service-owl .item .contents p {
    font-size: 13px;
    font-weight: 400;
    font-family: sans-serif;
    color: #878787;
    line-height: 20px;
    min-height: 62px;
    overflow: hidden;
    max-height: 62px;
}

#popular-provider-owl .item .contents p{
    min-height: 62px;
    overflow: hidden;
    max-height: 62px;
    font-size: 13px;
    font-weight: 400;
}

#popular-service-owl .item .contents span.user-name {
    font-size: 12.5px;
    font-weight: 500;
    font-family: sans-serif;
    display: flex;
    align-self: center;
}

#popular-service-owl .item .contents span.user-name a:link,
#popular-service-owl .item .contents span.user-name a:visited{
    color: #000;
}

#popular-service-owl .item .contents .amount {
    margin-top: 25px;
    margin-bottom: 15px;
}

.Instant-booking .item .contents .amount {
    margin-top: 25px;
    margin-bottom: 15px;
}

#popular-service-owl .item .contents .amount span.span{
    font-size: 13px;
    margin-right: 10px;
}

#popular-service-owl .item .contents .amount .price i{
    font-size: 17px;
}

#popular-service-owl .item .contents .amount .price {
    color: #e11f26;
    font-weight: 600;
    font-size: 14px;
}

#popular-service-owl .item .contents a.btn {
    background: #e11f26;
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 10px 30px;
    font-weight: 600;
}

/* =============== */

/* ========= */

#popular-provider-owl{
    padding: 0 20px;
}

#popular-provider-owl button.owl-prev {
    position: absolute;
    top: 15%;
    left: -10px;
    font-size: 50px !important;
    color: #e11f26;
    opacity: 1 !important;
}

#popular-provider-owl button.owl-next {
    position: absolute;
    top: 15%;
    right: -10px;
    font-size: 50px !important;
    color: #e11f26;
    opacity: 1 !important;
}

#popular-provider-owl button.owl-prev:hover,
#popular-provider-owl button.owl-next:hover {
    background-color: transparent !important;
    color: #000 !important;
}

#popular-provider-owl .item{
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    margin-bottom: 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

#popular-provider-owl .item .img{
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#popular-provider-owl .item .img img {
    height: 250px;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease;
    overflow: hidden;
}
#popular-provider-owl .item .img img:hover,
#popular-provider-owl .item:hover .img img{
    transform: scale(1.2);
}

#popular-provider-owl .item .img span.tag{
    position: absolute;
    bottom: 20px;
    left: 20px;
}

#popular-provider-owl .item .img span.tag a {
    background: #e11f26;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
}

#popular-provider-owl .item .img .tag-2{
    position: absolute;
    bottom: 25px;
    right: 20px;
}

#popular-provider-owl .item .img .tag-2{
    background: #e11f26;
    color: #fff;
    padding: 1px 5px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 400;
    display: inline-block;
}

#popular-provider-owl .item .img .tag-3 {
    background: #33c11b;
    color: #fff;
    padding: 1px 5px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 15px;
}

#popular-provider-owl .item .img .tag-3 i{
    color: #fff;
}

#popular-provider-owl .item .contents {
    padding: 20px;
}

#popular-provider-owl .item .contents img.user {
    width: 30px;
    min-width: 30px;
    height: 30px;
    object-fit: cover;
    position: relative;
    margin-right: 15px;
    border-radius: 50%;
}

#popular-provider-owl .item .contents h3.service-name {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    color: #000;
    margin-bottom: 20px;
}

#popular-provider-owl .item .contents span.user-name {
    font-size: 12.5px;
    font-weight: 500;
    font-family: sans-serif;
    display: flex;
    align-items: center;
}

#popular-provider-owl .item .contents span.user-name a{
    color: #000;
    text-decoration: none;
}

#popular-provider-owl .item .contents .amount {
    /* margin-top: 25px;
    margin-bottom: 15px; */
}

#popular-provider-owl .item .contents .amount span.span{
    font-size: 13px;
    margin-right: 10px;
}

#popular-provider-owl .item .contents .amount .price i{
    font-size: 17px;
}

#popular-provider-owl .item .contents .amount .price {
    color: #e11f26;
    font-weight: 600;
    font-size: 14px;
}

#popular-provider-owl .item .contents a.btn {
    background: #e11f26;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 10px 10px;
    font-weight: 600;
    height: 43px;
}

/* ========== */

#app-sec .contents h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}

#app-sec .contents p{
    font-size: 16px;
    font-weight: 400;
}

#app-sec .contents img{
    width: 200px;
    object-fit: cover;
}


/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .about-sec {
        margin-top: 25px;
    }

    .about-sec .content h2 {
        font-size: 25px;
    }

    .about-sec .content p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 25px;
    }

    .about-sec .content ul li {
        font-size: 15px;
    }

    .about-sec .content a {
        padding: 12px 15px;
        font-size: 14px;
        margin-top: 10px !important;
        margin-bottom: 25px;
    }

    .about-sec .img img {
        height: auto;
    }

    /* ===== */
    #app-sec {
        padding: 25px 0;
    }
    
    #app-sec .contents h3 {
        font-size: 25px;
        line-height: 27px;
    }

    #app-sec .contents img {
        margin-bottom: 20px;
        width: 150px;
    }

    #app-sec .app-img{
        display: none;
    }
}

@media only screen and (max-width: 1220px) and (min-width: 1200px){
    #popular-provider-owl .item .contents a.btn {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767.98px) and (min-width: 576px){
    .about-sec {
        margin-top: 25px;
    }

    .about-sec .content h2 {
        font-size: 25px;
    }

    .about-sec .content p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 25px;
    }

    .about-sec .content ul li {
        font-size: 15px;
    }

    .about-sec .content a {
        padding: 12px 15px;
        font-size: 14px;
        margin-top: 10px !important;
        margin-bottom: 25px;
    }

    .about-sec .img img {
        height: auto;
    }

     /* ===== */
     #app-sec {
        padding: 25px 0;
    }

     #app-sec .contents h3 {
        font-size: 25px;
        line-height: 27px;
    }

    #app-sec .contents img {
        margin-bottom: 20px;
        width: 150px;
    }

    #app-sec .app-img{
        display: none;
    }
/* ============== */
   
}


@media only screen and (max-width: 575.98px) and (min-width: 320px){
    #categories .item img {
        width: 90px !important;
        height: 90px;
    }

    #categories .owl-nav{
        display: none;
    }

    #city_suggestion >div {
        display: inline-block;
        width: 49%;
        margin-bottom: 15px;
    }

    .section-search {
        margin-top: 100px;
        margin-bottom: 70px;
    }

    .hero-section {
        height: 80vh;
    }

    .navbar-brand.logo-small {
        padding: 0 90px;
    }

    .contact-us .contact-queries .social-login a {
        font-size: 12px;
    }

    .contact-us .contact-queries {
        padding: 0;
        margin-bottom: 20px;
    }

    #popular-provider-owl .item .contents a.btn {
        font-size: 13px;
    }

    #popular-provider-owl .item .contents .amount .price {
        font-size: 18px;
    }

    .servic-carousel-img {
        height: 200px !important;
    }

    .bookings .booking-list .booking-widget .booking-img, 
    .bookings .booking-list .booking-widget .booking-img img {
        max-width: 100%;
        width: 100%;
    }

    .bookings .booking-list .booking-widget .booking-det-info .booking-details li {
        flex-wrap: nowrap !important;
        display: flex !important;
    }

    .bookings .booking-list .booking-widget .booking-det-info .booking-details li span {
        width: 50%;
        flex: none !important;
    }

    .bookings .booking-list .booking-widget .booking-det-info .booking-details li p {
        width: 49%;
    }

    #notification-page .review-list{
        flex-wrap: nowrap;
    }

    #notification-page .review-list .review-info a {
        font-size: 14px;
        color: #000 !important;
    }

    #notification-page .review-list .review-info .review-date {
        font-size: 12px;
        display: block;
        width: 100%;
    }

    #notification-page .review-list .review-info p {
        font-size: 13px;
    }

    #notification-page .review-list .review-img img {
        width: 46px;
        height: 46px;
        object-fit: contain;
    }

    #notification-page .review-list .review-img {
        flex: initial;
        max-width: initial;
        margin-right: 0px;
    }
}


.bookings .booking-list .booking-widget .booking-det-info .booking-details li p{
    color: #858585;
}

ul.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #e11f26 !important;
    border-color: #e11f26 !important;
}

ul.pagination .page-link:hover{
    background-color: #fff !important;
    box-shadow: none !important;
}

ul.pagination .page-link:focus{
    box-shadow: none !important;
}

ul.pagination .page-link{
    color: #e11f26 !important;
}

ul.pagination {
    margin-bottom: 30px;
}

