.about_us {
    background: url(https://mamily.in/new_web_assets/images/Registration.jpg)
        no-repeat center center;
    background-size: cover;
    position: relative;
    /* height: 400px; */
}

.about_us:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 1) 0%,
        rgb(255 255 255 / 80%) 50%,
        rgb(255 255 255 / 85%) 100%
    );
}
.about_us .about {
    display: flex;
    /* height: calc(400px - 0px); */
    align-items: center;
    margin: auto;
}
.about_us .about a:hover {
    color: #b996fe !important;
}

.team .card .card-shape,
.advisors .card .card-shape,
.expert .card .card-shape {
    overflow: hidden;
    width: 100%;
}
.team .card .card-shape img,
.advisors .card .card-shape img,
.expert .card .card-shape img {
    transition: 0.4s all ease-in-out;
}
.team .card:hover .card-shape img,
.advisors .card:hover .card-shape img,
.expert .card:hover .card-shape img {
    transform: scale(110%);
    filter: saturate(100%);
    transition: 0.4s all ease-in-out;
}

.team .card:hover .card-footer,
.advisors .card:hover .card-footer,
.expert .card:hover .card-footer {
    background: #f88785;
}

.team .card:hover .card-footer ul li a i,
.advisors .card:hover .card-footer ul li a i,
.expert .card:hover .card-footer ul li a i {
    color: #fff;
}

.advisors .owl-slider .owl-nav,
.expert .owl-slider .owl-nav {
    display: block !important;
}
.advisors .owl-slider .owl-nav button,
.expert .owl-slider .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
.advisors .owl-slider .owl-nav button.owl-prev,
.expert .owl-slider .owl-nav button.owl-prev {
    left: 0;
}
.advisors .owl-slider .owl-nav button.owl-next,
.expert .owl-slider .owl-nav button.owl-next {
    right: 0;
}

.advisors .owl-slider .owl-nav button,
.expert .owl-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.advisors .owl-slider span,
.expert .owl-slider span {
    font-size: 70px;
    position: relative;
    top: -5px;
}
.advisors .owl-slider .owl-nav button:focus,
.expert .owl-slider .owl-nav button:focus {
    outline: none;
}

.expert .owl-slider .item {
    height: 450px;
}

#conditions .imgWrap {
    background: white;
    border-radius: 50%;
    height: 128px;
    width: 128px;
    text-align: center;
    line-height: 128px;
    margin: auto;
    margin-top: 0;
    -webkit-box-shadow: 0 5px 5px 0 #999999;
    box-shadow: 0 5px 5px 0 #999999;
    position: relative;
}
#conditions .imgWrap img {
    max-width: 76px;
    height: auto;
}
#conditions h3 {
    font-size: 18px;
}
#conditions h3,
#conditions p {
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    /* .about_us{
        height: 275px;
    }
    .about_us .about{
        height: calc(275px - 0px);
    } */

    #conditions .col .imgWrap {
        margin-bottom: 20px;
    }
    #conditions .imgWrap {
        margin-top: 0 !important;
    }
}
@media (max-width: 767px) {
    #conditions h3 {
        margin-top: 15px;
    }
    #conditions .col-12 {
        padding-left: 90px;
    }
    #conditions .col-12 .imgWrap {
        position: absolute;
        left: 10px;
        width: 80px;
        height: 80px;
        line-height: 60px;
        background: none;
        box-shadow: none;
    }
    #conditions .col-12 .imgWrap img {
        max-width: 65px;
    }
}

/* @media (max-width: 525px){
    .about_us{
        height: 150px;
    }
    .about_us .about{
        height: calc(150px - 0px);
    }
} */

@media (min-width: 992px) {
    #conditions .wrap {
        position: relative;
    }
    #conditions .wrap:before {
        content: "";
        position: absolute;
        height: 10px;
        width: 100%;
        background: #474f70;
        top: 205px;
        left: 0;
        z-index: 1;
    }
    #conditions .imgWrap {
        margin-bottom: 100px;
    }
    #conditions .imgWrap:before {
        content: "";
        position: absolute;
        width: 2px;
        height: 85px;
        background: #464f6f;
        left: 50%;
        margin-left: 1px;
        bottom: -85px;
    }
    #conditions .row .col:nth-child(even) .imgWrap {
        margin-bottom: auto;
        margin-top: 125px;
        -webkit-box-shadow: 0 -5px 5px 0 #999999;
        box-shadow: 0 -5px 5px 0 #999999;
    }
    #conditions .row .col:nth-child(even) .imgWrap:before {
        top: -85px;
        bottom: auto;
    }
    #conditions .row .col:nth-child(even) p {
        margin-top: 75px;
    }
}
@media (max-width: 1200px) {
    #nuestros .container {
        background: none;
    }
    #conditions .wrap:before {
        top: 195px;
    }
    #conditions .wrap .container {
        max-width: 100%;
    }
    #conditions .imgWrap:before {
        bottom: -75px;
        height: 75px;
    }
    #conditions .row .col:nth-child(even) .imgWrap {
        margin-top: 105px;
    }
    #conditions .row .col:nth-child(even) .imgWrap:before {
        top: -75px;
    }
    /*#conditions .imgWrap { margin-top: 0;}
    #conditions .row .col:nth-child(even) .imgWrap {margin-top:80px;}*/
}
