.mr-15{
    margin-right: 15px;
}
.flag-icon{
    max-height:25px;
    max-width:25px;
}
.post__desc{
    padding-bottom: 90px;
}
.post__desc li {
    padding-bottom: 10px;
}
.seperator{
    margin-left: 5px;
    margin-right: 5px;
}
.service-box{
    position: relative;
    overflow: hidden;
    float: left;
    margin: 5px;
    border-radius: 10px;
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.05);
    transition: all 0.4s ease;
}
.service-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    height: 3px;
    background-color: #435ba1;
    transition: all 0.4s linear;
}
.service-box .service__content {
    padding: 40px;
}
.service-box .service__icon {
    color: #213360;
    font-size: 80px;
    line-height: 1;
    margin-bottom: 25px;
    transition: all 0.3s linear;
}
.service-box .service__icon i:nth-of-type(2) {
    position: absolute;
    right: -60px;
    font-size: 140px;
    opacity: 0.1;
    top: 100px;
}
.service-box .service__title {
    font-size: 24px;
    margin-bottom: 31px;
    transition: all 0.3s linear;
}
.service-box .service__desc {
    font-size: 15px;
    margin-bottom: 32px;
    transition: all 0.3s linear;
}
.service-box .list-items {
    margin-bottom: 30px;
}
.service-box .list-items li {
    margin-bottom: 15px;
}
.service-box .btn:not(.btn__link) {
    height: 50px;
}
.service-box .btn:hover {
    border-color: #21cdc0;
    background-color: #21cdc0;
}
.service-box:hover {
    z-index: 5;
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
}
.service-box:hover:before {
    background-color: #21cdc0;
}
.blog-single .post-item .post__title {
    font-size: 2.5em;
}
.blog-grid .post__img img{
    height: 270px;
    object-fit: cover;
}
.icon-doctor{
    color: #21cdc0;
    font-size: 50px;
}

.doctor-title{
    background: #67fff454;
    padding: 17px;
    margin: 15px;
    width: 85px;
    height: 85px;
}
.heading__desc {
    font-size: 17px;
    margin-bottom: 0;
    color: #434343;
    line-height: 30px;
}
.about-layout2 .about__text{
    box-shadow: 0px 3px 7px #dcebf5;
    padding: 40px;
}

.heading__desc {
    line-height: 28px;
}
.services-section.work-process .process-item .process__title{
    padding-right: 0;
    font-size: 18px;
    margin-bottom: 20px;
}
.service-item .service__desc {
    font-size: 16px;
}
.list-items-layout2 li a{
    font-weight: 100;
}
.footer-widget-about{
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
}
.footer-widget-about:after {
    content: "";
    position: absolute;
    top: 55px;
    bottom: 40px;
    left: 15px;
    width: 3px;
    background-color: #21cdc0;
    height: 80px;
}
.right{
	float:right!important;
}
.about-layout2  .video-banner-layout2  img{
    object-fit: cover;
}

@media screen and (max-width: 992px) {
    .slider {
        min-height: auto;
    }
    .contact-info{
        margin-top: 50px;
        height: 560px;
    }
    .contact-info .boxes-wrapper .contact-box {
        padding: 20px 28px;
    }
    .about-layout2 .text-with-icon{
        display: flex;
        align-items: center;

    }

    .about-layout2 .heading-layout2 .heading__title {
        font-size: 22px;
    }
    .about-layout2 .doctor-title {
        padding: 17px;
        margin: 15px 5px;
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about-layout2 .doctor-title .icon-doctor {
        font-size: 40px;
    }

    .about-layout2 .about__text {
        padding: 15px;
    }
   .about-layout2  .heading__desc {
        line-height: 25px;
    }
    .about-layout2 .heading__desc {
        font-size: 14px;
    }
    .service-item .service__desc {
        font-size: 14px;
        line-height: 23px;
    }
    .slider .slide__desc {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 20px;
        max-width: 134px;
        line-height: 22px;
    }

    .features-list{
        flex-direction: column;
    }
    .features-list .feature-item{
        display: flex;
        align-items: center;
    }
    .features-list .feature-item .feature__icon{
        margin-right: 10px;
        margin-left: 0;
    }
    .features-list .feature-item .feature__title {
        font-size: 12px !important;
    }
    .about-layout2 img{
        width: 342px;
        height: 342px;
    }
    .header .navbar-brand img {
        max-width: 100%;
    }
    .slider .feature-item {
        margin: 0 0;
    }
    .slider .slide-item {
        min-height: 0;
        padding: 0 0;
        height: 260px !important;
    }
 
}