.c20-sec-banner {
    position: relative;
}

.home-banner-title {
    font-size: 70px;
}

.btn-red {
    background: #e53935;
    color: #fff;
    position: relative;
    padding-right: 50px;
}

.btn-red:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 14px;
    top: 20px;
    right: 25px;
    background-image: url(../img/btn-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.btn-blue {
    color: #fff;
    padding-right: 45px;
}

.btn-blue:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 14px;
    top: 20px;
    right: 23px;
    background-image: url(../img/btn-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}


/* service */

/* General Layout */
.services-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}

/* Emergency Box */
.emergency-box {
    background: rgb(var(--primary-color));
    color: #fff;
    padding: 40px 30px;
    flex: 1 1 305px;
    min-width: 305px;
    gap: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-left {
    width: 140px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-left img {
    width: 108px;
    height: 106px;
    display: block;
}

.cta-right {
    flex: 1 1 420px;
    background: transparent;
}


/* Services */
.services-list {
    display: flex;
    flex: 4 1 250px;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px;
    align-items: center;
}

.service-item {
    text-align: center;
    width: calc(100%/6);
    padding: 10px;
}

.circle {
    width: 125px;
    height: 125px;
    background-color: rgb(var(--primary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    border: 12px solid rgba(205, 217, 234);
}

/* sec-subtitle */

.sec-subtitle {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding-left: 45px;
}

.sec-subtitle:before {
    content: '';
    position: absolute;
    width: 34px;
    height: 30px;
    top: 0;
    left: 3px;
    background-image: url(../img/subtitle-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;

}

/* feature */

.feature-card {
    position: relative;
    height: 100%;
}

.feature-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    clip-path: polygon(0 15%, 100% 30%, 100% 100%, 0% 100%);
    transition: .3s;
}


.feature-thumb {
    position: relative;
    width: 150px;
    height: 150px;
    background-color: #2663B7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    border: 12px solid rgba(205, 217, 234);
    transition: .3s;
}

.feature-card .feature-thumb img:not(:hover) {
    filter: brightness(0) invert(1);
    transition: 0.3s;
}

.feature-card .feature-thumb img:hover {
    filter: none;
}


.feature-body {
    position: relative;
    padding: 10px 20px 30px;
    transition: .3s;
}

.feature-card:hover:before {
    background-color: rgb(var(--primary-color));
}

.feature-thumb:hover {
    background-color: #fff;
}

.feature-card:hover .feature-thumb img {
    filter: none;
}


.feature-body:hover {
    color: #fff;
}

.feature-card:hover .feature-thumb {
    background-color: #fff;
}

.feature-card:hover .feature-body {
    color: #fff;
}


/*  */
/* partner */
.partner-cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partner-item {
    width: 20%;
}

.partner-item:last-child {
    width: 40%;
}


/*end-partner */


/*=== service area start ===*/

.has-custom-border {
    position: relative;
    padding-bottom: 35px;
}

.has-custom-border:after {
    content: '';
    height: 9px;
    width: 100%;
    background-image: url(../img/border-bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0
}


/*=== restore ===*/

.columns-restoration {
    padding: 30px 35px;
    border: 2px solid rgb(var(--primary-color));
    border-radius: 24px;
}

.columns-restoration .has-custom-border:after {
    background-image: url(../img/border-bottom-02.png);
}

.restoration-title {
    font-size: 34px;
}

.custom-list {
    padding: 0;
}

.custom-list li {
    list-style: none;
    font-size: 19px;
}

.custom-list li {
    background-image: url(../img/right.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top 4px left;
    padding-left: 40px;
    margin-bottom: 15px;
}

/*=== feature ===*/

.featute-thumb {
    padding: 10px;
    border: 1px dashed rgba(218, 36, 43, 1);
    border-radius: 50%;

}

.featute-thumb>div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 127px;
    height: 127px;
    border-radius: 50%;
}

.featute-thumb img {
    display: inline-block;
}


/*faq*/

.c20-sec-faq {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
}

.faq-item {
    background: rgb(247, 247, 247);
    margin-bottom: 30px;
    transition: 0.4s;
}

.faq-item:hover {}

.faq-question {
    font-size: 18px;
    line-height: 1.445;
    font-family: var(--secondary-font);
    font-weight: 700;
    padding: 15px 25px;
    padding-right: 50px;
    color: rgba(22, 25, 33, 1);
    cursor: pointer;
    position: relative;
    outline: none;
    transition: 0.4s;
}

.faq-question .faq-status {
    width: 16px;
    height: 11px;
    position: absolute;
    border-radius: 50%;
    right: 20px;
    top: 50%;
    transform: rotate(0deg) translateY(-50%);
    background-image: url(../img/arrow-bottom.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    transition: 0.4s;
}

.faq-open .faq-question .faq-status {
    transform: rotate(180deg)translateY(50%);
}

.faq-open {
    border-top: 1px solid rgb(var(--primary-color));
    border-bottom: 1px solid rgb(var(--primary-color));
}

.faq-open .faq-question {
    border-bottom: 1px solid rgb(224, 224, 224);
}


.faq-item:not(.faq-open):not(:first-child) .faq-answer {
    display: none;
}

.faq-answer {
    padding: 15px 20px 20px 35px;
    font-size: 16px;
    color: rgba(29, 28, 36, 1);
}

.faq-item:hover .faq-question,
.faq-item:hover .faq-answer {}


@media screen and (max-width: 768px) {
    .faq-question {
        font-size: 16px;
        line-height: 1.5;
    }
}


/*=== Coupon ===*/

.slick-slide .c20-coupon-wrap {
    height: 100%;
}

.c20-finance-wrap {
    padding: 12px 12px;
    background: #fff;
    border-radius: 30px;
}

.c20-finance {
    border-radius: 30px;
    border: 3px dashed #00BFBE;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Start-contact*/

.contact-row {
    margin-top: -120px;
}

.contact-card:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: -38px;
    padding-left: 50px;
    line-height: 50px;
    background-image: url(../img/before-img.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}

.contact-body {
    padding: 60px 60px 50px;
    border-radius: 6px;
}

.contact-thumb img {
    border-radius: 10px;
}

.contact-nbr {
    font-size: 21px;
}


.form-title {
    font-size: 32px;
}

/*End-contact*/


/*New Section Style*/

.c20-sec-review {
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto;

}

.reviews {
    padding: 20px 20px 0;
}

.reviews .slide-single-item {
    padding-top: 50px;
    margin: 0 5px 25px;
}

.review-item {
    padding: 20px 30px 25px;
    margin: 0 10px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
}

.review-thumb {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 5px;
}

.review-thumb:before {
    content: " ";
    position: absolute;
    width: 70px;
    height: 70px;
    top: -100%;
    left: 40%;
    background-color: rgb(227, 237, 245);
    background-image: url(../img/review/review-icon.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    transform: translateY(-50%);
    border-radius: 50px;
    z-index: 0;
}


.c20-sec-review .c20-slider-nav .slick-prev,
.c20-sec-review .c20-slider-nav .slick-next {
    width: 48px;
    height: 48px;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    transform: translateY(-50%);
}

.c20-sec-review .c20-slider-nav .slick-prev {
    left: 0;
    background-image: url(../img/control/slick-left.png);
}

.c20-sec-review .c20-slider-nav .slick-next {
    right: 0 !important;
    background-image: url(../img/control/slick-right.png);
}

/*End New Section Style*/


/*Blog*/

.c20-post .p {
    font-size: 16px;
}

.c20-post .p p:last-child {
    margin-bottom: 0;
}

.c20-post {
    z-index: 1;
    position: relative;
    max-width: 100%;
    background-color: rgba(246, 246, 246, 1);
    margin: 0 auto;
    border-radius: 5px 5px 0 0;
}

.c20-post a {
    height: 100%;
}

.c20-post-thumb {
    overflow: hidden;
}

.c20-post-thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    transform: scale(1);
    transition: all.3s;
}

.c20-post-thumb img:hover {
    transform: scale(1.1);
}


.c20-post:hover .c20-post-thumb img {
    transform: scale(1.1);
}


.post-cta {
    margin-top: -45px;
}

.post-cta a {
    display: inline-block;
    position: relative;
    font-size: 14px;
    background-color: rgba(126, 167, 172, 1);
    padding: 10px 15px;
    padding-left: 45px;
    line-height: 1.58;
    border-radius: 30px;
}

.post-cta a:before {
    content: "";
    width: 20px;
    height: 1px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    transition: .3s;
}


/*=== contact area start ===*/

/*Location Page bar*/

.c20-bar-location a {
    padding-left: 25px;
    background-image: url(../img/bar-marker.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
    font-size: 17px;
    font-family: var(--secondary-font);
    font-weight: 500;
    line-height: 1.5;
}

.c20-bar-phone a {
    padding-left: 25px;
    background-image: url(../img/bar-phone.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
    font-size: 19px;
    font-family: var(--secondary-font);
    font-weight: 500;
    line-height: 1.5;
}

.c20-location-bars {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.c20-bar-nav ul li {
    list-style: none;
}

.c20-bar-nav>ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
}

.c20-bar-nav>ul>li {
    position: relative;
}

.c20-bar-nav>ul>li:not(:last-child) {
    margin-right: 5px;
}

.c20-bar-nav>ul>li a {
    font-size: 17px;
    color: #222222;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 15px;
    display: block;
}

.c20-bar-nav>ul>li ul {
    transition: transform .4s ease-out, opacity .1s ease-out;
    position: absolute;
    opacity: 0;
    top: 100%;
    left: 0;
    visibility: hidden;
    padding: 10px 0;
    transform: translateY(30px);
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    z-index: 2;
    min-width: 270px;
    box-shadow: rgba(0, 0, 0, .15) 0px 8px 16px 0px;
    background-color: #ffff;
}

.c20-bar-nav>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(-5px);
}

.c20-bar-nav>ul>li li a {
    padding: 5px 15px;
    font-size: 16px;
}

.c20-bar-nav>ul>li li {
    width: 100%;
}

.c20-bar-nav>ul>li>ul ul {
    left: 100%;
    top: 0;
    transform: translate3d(10px, 0, 0);
}

.c20-bar-nav>ul>li li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(-5px, 0, 0);
}


/*Footer*/
.c20-nap-item {
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left 7px;
    font-size: 15px;
}


/*=== copyright area start ===*/

.copyright-area {
    background: #222222;
}


@media screen and (max-width: 1680px) {
    .emergency-box {
        flex: 1 1 280px;
        min-width: 280px;
    }
}

@media screen and (max-width: 1440px) {

    .service-item {
        width: calc(100%/3);
    }

}

@media screen and (max-width: 1280px) {
    .home-banner-title {
        font-size: 55px;
    }
}


@media screen and (max-width: 991px) {

    .form-title {
        font-size: 28px;
    }

    .emergency-box,
    .services-list {
        flex: 0 0 100%;
    }

}

@media screen and (max-width: 768px) {

    .form-title {
        font-size: 26px;
    }

    .reviews {
        padding: 20px 20px 0;
    }

}


@media screen and (max-width: 600px) {

    .home-banner-title {
        font-size: 38px;
    }

    .emergency-box {
        display: block;
        text-align: center;
        padding: 15px 15px;
    }

    .services-list {
        padding: 20px 0;
    }

    .service-item {
        width: calc(100%/2);
    }

    .cta-left {
        width: 100%;
        height: 120px;
    }

}


@media screen and (max-width: 480px) {}