h2, .h2{
    color: #252525;
    font-size: 40px;
    font-weight: 700;
    line-height: 34px;

}
h2.service-head{
    margin-bottom: 60px;
}
/* .service-wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.service-item{
    border-radius: 10px;
    border: 2px solid #c5e0f1;
    padding: 40px;
    width: calc(18%  - 9px);
    border-bottom: 10px solid #c5e0f1;
}
.service-item:hover{
    background: #dbf1f8;
}
.service-image img{
    height: 69px;
}
.service-image{
    margin-bottom: 30px;
}
.service-title a, .service-title{
    color: #252525;
    text-decoration: none;
}
.service-title a:hover{
    text-decoration: underline;
} */
.whymeside-img{
    margin-right: 60px;
}
section.whyme{
    display: flex;
    align-items: center;
    margin-bottom: 120px;
}
.whyme-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 70%;
}
.whyme-item{
    margin-bottom: 40px;
    width: calc(50% - 60px);
}
.whyme-img{
    margin-bottom: 15px;
}
.whyme-text{
    margin-left: 25px;
    color: #252525;
}
.slider_btn a{
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 12px 50px;
}

@media (max-width: 1280px){
    .whyme-wrap{
        flex-direction: column;
        width: 100%;
    }
    .whyme-item{
        width: 100%;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 990px){
    .whymeside-img img {
        width: 500px;
    }
    
    .whymeside-img{
        display: none;
    }
    .whyme{
        margin: 0 35px;
    }
    .whyme-info{
        width: 100%;
    }
    .whyme-wrap {
        flex-direction: row;
    }
    .whyme-item {
        width: 50%;
    }
    h2, .h2{
        font-size: 28px;
    }
}

@media (max-width: 860px){
/*     .service-item{
        padding: 35px;
    } */
    .whyme {
        margin: 0 15px;
    }
}

@media (max-width: 768px ){
/*     .service-item {
        width: calc(40% - 9px);
    }
    .service-wrap{
        margin-bottom: 20px;
    } */
    section.whyme{
        margin-bottom: 60px;
    }
    
}
@media (max-width: 700px ){
    /* .service-item {
        padding: 25px;
    } */
}
@media (max-width: 500px ){
    /* .service-wrap, */ .whyme-wrap {
        flex-direction: column;
    }
    /* .service-item,  */.whyme-item{
        width: 100%;
        margin-bottom: 10px;
    }
    .sliderimg, .sliderimg2, .sliderimg3{
        padding: 0;
        margin: 0;
    }
    /* .service-item{
        padding: 25px 0px 25px 0 ;
        display: flex;
        align-items: center;
    }
    .service-image {
        margin-bottom: 0;
        padding-left: 25px;
        margin-right: 20px;
        flex: 1;
    }
    .service-title{
        flex: 4;
    } */
    .slider{
        margin-bottom: 40px;
    }
    h2.service-head{
        margin-bottom: 25px;
    }
    .slider .slider_title span{
        border-bottom: 3px solid #b1e3f5;
    }
    .slider .slider_title span::after{
        content: unset;
    }
}
@media (max-width: 414px){
    .whyme-item {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    .itemslider .itemswrap {
        height: 316px;
        padding-bottom: 20px;
    }
    .slider .slider_title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .slider .slider_text{
        margin-bottom: 20px;
    }
    #mainslider .slider_btn{
        padding: 12px 20px;
    }
}