.header {
    display: block;
    position: fixed;
    z-index: 9999;
    background: transparent;
    box-shadow: none;
    left: 0;
    right: 0;
    top: 0;
}
.menubar-section {
    background: transparent;
}
.header.sticky .menubar-section {
    background-color: #2468c4;
}
.hero {
    position: relative;
    padding: 85px 18px 130px;
}
.overlay{
     position: relative;
}
.overlay:after {
    content:" ";
    background-color: #083571b8;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
}

.herocontent {
    position: relative;
    z-index: 999;
}
.hero:after {
    content:" ";
    background-color: #083571b8;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
}

h1 {
    font-size: 22px;
}
.services-with-city h2,
.blogs h2,
.features h2,
.more-servives h2,
.services h2,
.hero h1 {
    position:relative
}
.services-with-city h2:before,
.blogs h2:before,
.features h2:before,
.more-servives h2:before,
.services h2:before,
.hero h1:before {
    content: " ";
    margin-left: 15px;
    width: 55px;
    background: #fab902;
    height: 5px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    border-radius: 15px;
}


.section-title.txtcenter {
    margin-bottom: 60px;
}
.serve-box {
    text-align: center;
    margin-bottom: 30px;
    padding: 30px;
}

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

.services-box {
    width: 48%;
    margin-bottom: 30px;
    border: 1px solid #d1d1d1;
    border-radius: 15px;
    padding: 12px;
}
.services-box h3 {
     margin: 0;
}
.services-box h3 a {
    margin: 5px 0;
    color: #0b687d;
}

.services-box img {
    border-radius: 18px;
}


.services-content {
    padding: 10px 25px;
    text-align: center;
    border-top: 0;
}

.services-box a {
    text-decoration: none;
    color: inherit;
    color: #f49300;
    font-weight: 700;
}





.why-us-box {
    background-color: #fff;
    margin-bottom: 35px;
    border-radius: 13px;
    color: #4d4d4d;
    display: flex;
    justify-content: space-between;
    padding: 25px 23px;
    align-items: center;
    position: relative;
    z-index: 99;
}

.why-us-box .image {
    width: 23%;
    border: 1px solid #E6EEf6;
    margin-left: 29px;
    padding: 12px;
}

.why-us-box .content h3 {
    margin: 0;
}
.city-box {
    border: 1px solid #2468c4;
    margin-bottom: 79px;
    border-radius: 17px;
    padding: 22px 66px;
    /* text-align: center; */
}
.city-box:nth-child(even) {
    border: 1px solid #FAB902;
}
.city-header {
    text-align: center;
    box-shadow: 0 0 10px 5px #2468c41f;
    margin: -61px auto 0 auto;
    background-color: #fff;
    border-radius: 14px;
}
.city-box:nth-child(even) .city-header{
    box-shadow: 0 0 10px 5px #fab9021f;
}
.city-header img {
    /* width: 22%; */
}

.city-header h3 {
    display: inline-block;
}

.city-panel a {
    text-decoration: none;
    color: #4d4d4d;
}

.city-panel ul {
    margin: 25px;
    padding: 0;
}
.serve-box a {
    text-decoration: none;
}
.serve-box h3 a {
    display: inline-block;
    background-color: #fff;
    padding: 8px 40px;
    color: #4d4d4d;
    border-radius: 15px;
}


.contact,
.features {
    position: relative;
}
.contact:before,
.features:before {
     content: " ";
     position: absolute;
     top: 29%;
     height: 26%;
     width: 100%;
     display: block;
     background: rgb(3,85,167);
     background: linear-gradient(122deg, rgba(3,85,167,1) 0%, rgba(205,216,219,1) 79%);
     z-index: 9;
}
.contact:before{
     top: 50%;
}

.features-area {
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 18px;
    position: relative;
    z-index: 99;
    background-color: #fff;
}
.feature-box {
    padding: 26px 15px;
    text-align: center;
    color: #4d4d4d;
    border-radius: 21px;
    margin-bottom: 30px;
}


@media (min-width:992px) {
    .hero {
        padding: 160px 0;
    }
    .herocontent{
        width: 65%;
        margin: auto
    }
   

    .services-box {
        width: 22%;
    }
  
  
 
  h1 {
    font-size: 34px;
}
   
  .why-us-box:nth-child(1) ,
.why-us-box:nth-child(2) {
    width: 43%;
}
.why-us-box:nth-child(3) {
    width: 44%;
    margin: auto;
}
 
}