.hero {
    background-color: #3169ce;
    position: relative;
    z-index: 999;
}

.hero:before {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background: rgb(0 0 0 / 6%);
}

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

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

.bottom-border-right {
    border-bottom: 3px solid #01a23c;
    display: inline-block;
    padding-bottom: 7px;
    margin-bottom: 23px;
}
.footer-title.bottom-border-right{
    border-bottom: 3px solid #0083ff; 
}
.about-us {
    padding: 90px 0;
}
.bottom-border {
    display: block;
    padding-bottom: 7px;
    margin-bottom: 23px;
    text-decoration: none;
}

.bottom-border:after {
    content: " ";
    background: #2fa244;
    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: 91px 15px 130px 15px; */
}

.hero-innr {
    margin: auto;
    position: relative;
    z-index: 999;
    color: #fff;
    padding: 100px 15px 110px 15px;
}
.shape svg {
    position: relative;
    display: block;
    z-index: 9;
}
.our-features {
    width: 91%;
    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: 66px;
    background: #ecf5fe;
    padding: 31px 0;
    border-radius: 23px;
}
.shape.shape-top svg {
    transform: rotate(180deg);
}

.about-us ul {
    list-style: none;
    padding: 0;
    color: #494d50;
}

.about-us ul li {
    margin-bottom: 10px;
}

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

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

.more-services {
    background-color: #3b69cc;
}
.moreserv-content {
    padding: 76px 0 0 0;
}
.moreserv-content p{
     margin-bottom: 23px;
}
.more-services .d-flex {
    align-items: center;
}

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

.about-us p {
    padding-bottom: 15px;
    color: #494d50;
}

.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: #014e98;
    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: #ecf5fe;
}

.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;
}
.features-boxs{
    padding: 80px 0 0 0
}
.feature-box {
    background: #ffffff;
    padding: 17px;
    border-radius: 8px;
    margin: 0 15px;
    box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 15%);
    width: 100%;
    margin-bottom: 21px;
    color: #000;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
}

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

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

a.btn {
    background: #e07f24;
    color: #000;
    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 #d97c34;
    color: #ffffff;
}

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

@media (min-width:992px) {
    .hero {
        padding: 54px 0 0 0;
    }
    .padd-80 {
        padding: 80px 0;
    }
    .col-2 {
        width: 43%;
    }
    .col-3 {
        width: 45%;
    }
    .services-center {
        width: 63%;
    }
    .hero-content {
        width: 65%;
    }
    .hero-img{
        width: 24%;
    }
    .our-features {
        width: 58%;
        margin: -89px auto;
    }
    .features-content {
        width: 50%;
    }
    .feature-box {
        width: 27%;
    }
    .features-boxs {
        width: 97%;
        justify-content: center;
    }
    .services-box {
        width: 27%;
    }
    .plan {
        width: 22%;
    }
    .contact-information {
        width: 49%;
    }
    .faq-img {
        width: 35%;
    }
    .faq-panel {
        width: 59%;
    }
    .city-box {
        width: 7%;
    }
    .feature-box {
        width: 31%;
    }
    .moreserv-img {
        width: 28%;
    }
    .moreserv-content {
        width: 62%;
    }
}