.hero {
    background-color: #eff3f9;
}
.hero-innr strong {
    font-size: 24px;
    font-weight: bold;
}
.hero-innr.d-flex {
    align-items: center;
}
.bottom-border-right {
    border-bottom: 3px solid #ffb600;
    display: inline-block;
    padding-bottom: 7px;
    margin-bottom: 23px;
}
.hero-innr h1 {
    margin: 0 0 15px 0;
}
.bottom-border {
    display: block;
    padding-bottom: 7px;
    margin-bottom: 23px;
}
.bottom-border:after {
    content: " ";
    background: #f9b331;
    height: 4px;
    width: 18%;
    display: block;
    margin: 11px auto auto auto;
}
.services-box a {
    text-decoration: none;
}
.hero-innr p {
    font-size: 22px;
    padding-bottom: 31px;
}
.hero-content {
    width: 100%;
    margin: auto;
    padding: 0 15px 115px 15px;
}

.hero-innr {
    margin: auto;
}

.our-features {
    width: 91%;
    margin: -61px auto;
    background: #fff;
    padding: 23px 43px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 8%);
    border-radius: 12px;
}


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


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

.services-box {
    width: 48%;
    margin-bottom: 30px;
}
.more-services {
    background-color: #f4f5f6;
    padding: 20px 0;
}

.moreserv-img {
    width: 28%;
}

.moreserv-content {
    width: 62%;
}

.more-services .d-flex {
    align-items: center;
}
.moreserv-content a {
    background: #f9b331;
    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: #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: #FF8E3C;
        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: #ff8e3c;
    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;
   
}

.contact-information {
    width: 86%;
    color: #fff;
}

.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 {
    width: 30%;
    }
.features-content {
    margin-bottom: 31px;
}

.city-box {
    width: 29%;
    margin-bottom: 18px;
}
@media (max-width:992px) {
    
.contact-us {
    padding: 40px 0;
    background-size: auto!important;
}
    
}
@media (min-width:992px) {
.hero {
    padding: 80px 0;
}
    .padd-80 {
    padding: 80px 0;
}
    .col-2 {
    width: 43%;
}
    .col-3 {
    width: 45%;
}
    .services-center {
    width: 63%;
}

.hero-content {
    width: 57%;
    margin: auto;
    padding: 53px 15px 115px 15px;
}
    .our-features {
    width: 58%;
   margin: -71px auto;
}
    .features-content {
    width: 50%;
}

.feature-box {
    width: 27%;
    }
    .features-boxs {
    width: 44%;
}
    .services-box {
    width: 33%;
}
    .plan {
    width: 22%;
}
    .contact-information {
    width: 49%;
}
    .faq-img {
    width: 35%;
}

.faq-panel {
    width: 59%;
}
    .city-box {
    width: 7%;
}
}