.hero {
    background-color: #eff3f9;
    position: relative;
}

.hero:before {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background: #0c29506e;
}

.hero-innr strong {
    font-size: 24px;
    font-weight: bold;
}

.hero-innr.d-flex {
    align-items: center;
}

.bottom-border-right {
    border-bottom: 3px solid #ffffff;
    display: inline-block;
    padding-bottom: 7px;
    margin-bottom: 23px;
}

.bottom-border {
    display: block;
    padding-bottom: 7px;
    margin-bottom: 23px;
    text-decoration: none;
}

.bottom-border:after {
    content: " ";
    background: #3F51B5;
    height: 4px;
    width: 18%;
    display: block;
    margin: 11px auto auto auto;
}

.hero-innr p {
    font-size: 22px;
    padding-bottom: 31px;
}

.hero-content {
    width: 100%;
    padding: 43px 15px 130px 15px;
}

.hero-innr {
    margin: auto;
    position: relative;
    z-index: 999;
    color: #fff;
}

.our-features {
    margin: -61px auto;
    border-radius: 12px;
    position: relative;
    z-index: 999;
}

.feature-box {
    text-align: center;
}

.services-boxs {
    padding-top: 78px;
}

.services-box {
    width: 48%;
    margin-bottom: 30px;
    /* background: #f3f7ff; */
}

.services-box:nth-child(2) {
}

.more-services ul {
    list-style: none;
    padding: 0;
}

.more-services ul li {
    margin-bottom: 10px;
}

.more-services ul li:before {
    content: "\2605";
    color: #FF8E3C;
    margin-left: 11px;
}

.services-box:nth-child(2) a {
}

.services-box a {
    text-decoration: none
}

.more-about {
    background-color: #eff6ff;
    padding: 116px 0;
}
.more-services {
    background-color: #3F51B5;
    padding: 116px 0;
}
.more-services .d-flex {
    align-items: center;
    position: relative;
    z-index: 99;
}

.moreserv-content a {
    background: #eac864;
    color: #282828;
    padding: 7px 17px;
    display: inline-block;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 700;
}

.moreserv-content p {
    padding-bottom: 15px;
}

.plans {
    padding: 80px 0;
}

.plans .section-title {
    margin-bottom: 40px;
}

.plan {
    text-align: center;
    width: 75%;
    margin: auto auto 40px auto;
}

.plan-img {
    background: #cdeefe;
    margin: 0 27px;
    border-radius: 12px 12px 0 0;
    padding-top: 6px;
}

.title-price {
    background: #cdeefe;
    border-radius: 12px;
    padding: 13px 0;
}

.plan h3 {
    margin: 0;
    margin-bottom: 5px;
    color: #0C2950;
    font-size: 17px;
}

.plan ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 48px;
}

.plan ul li {
    margin-bottom: 10px;
    color: #455565;
}

.plan ul li:before {
    content: "\2605";
    color: #eac864;
    margin-left: 11px;
}

.title-price strong {
    color: #363636;
}

.plan-body {
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 8%);
    margin: 0 15px;
    padding: 27px 15px 23px 15px;
    text-align: right;
}

a.ordernow {
    background: #eac864;
    color: #2f2f2f;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 9px;
    font-weight: 800;
}

.call-now:before,
a.ordernow:before {
    content: "\27A6";
    margin-left: 6px;
}

.contact-us {
    padding: 40px 0;
    background: #eff6ff;
}

.contact-information {
    width: 86%;
}

.contact-information ul {
    list-style: none;
    padding: 0;
}

.contact-information .ico {
    margin-left: 17px;
}

.contact-information ul li {
    margin-bottom: 22px;
}

.cities-boxs {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
    padding: 17px 57px;
    margin-top: 80px;
}

.faqs {
    background: #f4f5f6;
    padding: 40px 0;
    margin-bottom: 70px;
}

.faqs-box {
    background: #fff;
    box-shadow: 0 8px 16px 0 rgb(0 0 0/20%), 0 6px 20px 0 rgb(0 0 0/19%);
    border-radius: 15px;
    margin-bottom: 16px;
}

.faqs-title {
    font-size: 21px;
    color: #255392;
    font-weight: 900;
    display: block;
    padding: 15px;
    cursor: pointer;
    position: relative;
    width: 100%;
    text-align: right;
}

.faqs-title:after {
    content: "\002B";
    position: absolute;
    left: 23px;
}

.faqs-box.active .faqs-title:after {
    content: "\002D";
    color: #FF5722;
}

.faqs-answer {
    display: none;
    padding: 0 20px 20px;
}

.faqs-box.active .faqs-answer {
    display: block;
}

.faqs-box.active .faqs-title {
    color: #FF5722;
}

.faqs-box.active {
    border: 1px solid #FF5722;
}

.feature-box {
    background: #ffffff;
    padding: 23px 43px;
    border-radius: 8px;
    margin: 0 15px;
    box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 15%);
    width: 100%;
    margin-bottom: 21px;
    color: #0c2950;
}
.overlay:after {
        /* position: absolute; */
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        content: '';
        background: #0c29506e;
}

.overlay {
    position: relative;
}
.features-content {
    margin-bottom: 31px;
}

.city-box {
    width: 29%;
    margin-bottom: 18px;
}

a.btn {
    background: #ffffff;
    color: #3F51B5;
    padding: 6px 17px;
    display: inline-block;
    margin-left: 15px;
    text-decoration: none;
    font-weight: bold;
}

.color-white {
    color: #fff
}

a.btn.btn-border {
    background: transparent;
    border: 2px solid #02adee;
    color: #02adee;
}

@media (max-width:992px) {
    .contact-us {
        padding: 40px 0;
        background-size: auto!important;
    }
}

@media (min-width:992px) {
    .hero {
        padding: 54px 0 120px 0;
    }
    .padd-80 {
        padding: 80px 0;
    }
    .col-2 {
        width: 43%;
    }
    .col-3 {
        width: 45%;
    }
    .services-center {
        width: 63%;
    }
    .hero-content {
        width: 68%;
        margin: auto;
    }
    .our-features {
        margin: -96px auto;
        width: 70%;
    }
    .features-content {
        width: 50%;
    }
    .feature-box {
        width: 27%;
    }
    .features-boxs {
        justify-content: center;
    }
    .services-box {
        width: 29%;
    }
    .plan {
        width: 22%;
    }
    .contact-information {
        width: 49%;
    }
    .faq-img {
        width: 35%;
    }
    .faq-panel {
        width: 59%;
    }
    .city-box {
        width: 7%;
    }
    .feature-box {
        width: 47%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    .moreserv-img {
        width: 28%;
    }
    .moreserv-content {
        width: 62%;
    }
}