/*-- # about clinic section --*/
/*-- # Header --*/
.header {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.header.sticked {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.breadcrumbs ol {
    justify-content: center;
    display: flex;
    align-items: center;
    padding-top: 5px;
}

.videosbanner {
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    transition-duration: 0s;
    height: 55vh;
}

.mainoverlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, .3);
}

.videostestiheading {
    font-size: 44px;
    line-height: 47px;
    color: #fff; margin-bottom: 0px;
    Padding-bottom: 5px;
    font-family: 'Conv_Gilroy-Medium' !important;
    display: inline-block;
    border-bottom: #fff 1px solid;
}

/* Start of clinicgallery */
.videospage {
    padding: 2rem 40px 3rem 40px;
    text-align: center;
    background: #fff;
}

.videospageheaing {
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    padding-bottom: 5px;
    color: #B98F46;
    margin-bottom: 0px;
    font-family: 'Conv_Gilroy-Medium' !important;
    display: inline-block;
    border-bottom: #fff 1px solid;
}

.videotestibox {
    padding: 8px 8px 12px 8px;
    margin: 1.5rem 0 1.5rem 0px;
    position: relative;
    background-color: #fff;
    border: #ddd 1px solid;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    transition-duration: .2s;
    transition-property: transform;
}

.videotestibox:hover {
    transform: translateY(-5px);
}

.videotestimonialspace {
    margin-top: 10px;
}

.videotestimonialspace p.testh strong {
    font-family: 'Conv_Gilroy-Medium' !important;
    color: #3F4E46;
}

.testh {
    text-align: center;
    line-height: 28px;
    font-size: 17px;
    color: #3F4E46;
    padding-bottom: 8px;
    margin-bottom: 0px;
    font-family: 'Conv_Gilroy-Light' !important;
}

.ex-sm {
    font-size: 13px;
    margin-bottom: 0px;
}

.videotestibox i {
    font-size: 60px;
    color: #fff;
    position: absolute;
    left: 49%;
    top: 40%;
    z-index: 99;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}


/* Start of iPad Pro */
@media screen and (max-width:1100px) and (min-width:992px) {
    .videospage {
        padding: 1.5rem 20px 1.5rem 20px;
    }

    .breadcrumbs ol {
        padding-top: 2px;
    }

    .videosbanner {
        background-position: left center;
        height: 24vh;
    }

    .videotestibox {
        margin: 13px 0 13px 0px;
    }

    .videostestibanner {
        padding: 5rem 0px 5rem 0px
    }

    .testh {
        line-height: 22px;
        padding-bottom: 5px;
    }

    .videostestiheading {
        font-size: 35px;
        margin-bottom: 0px;
        line-height: 36px;
        padding-bottom: 2px;
    }
}

/* Start of iPad */
@media screen and (max-width:991.99px) and (min-width:768px) {
    .videospage {
        padding: 1rem 10px 1rem 10px;
    }

    .breadcrumbs ol {
        padding-top: 0px;
    }

    .videotestibox {
        margin: 12px 0 12px 0px;
    }

    .testh {
        line-height: 22px;
        padding-bottom: 5px;
    }

    .ex-sm {
        font-size: 10px;
    }

    .videosbanner {
        background-position: left center;
        height: 22vh;
    }

    #IFRAME_ID {
        width: 100% !important;
        height: 100% !important;
    }

    .videostestibanner {
        padding: 4rem 0px 4rem 0px
    }

    .videostestiheading {
        font-size: 30px;
        line-height: 32px;
        padding-bottom: 2px;
        margin-bottom: 0px;
    }
}

/* Start of iphone/mobile */
@media screen and (max-width:767px) and (min-width:320px) {

    /* Start of videotestimonials */

    .videospage {
        padding: 1rem 10px 1rem 10px;
    }

    .breadcrumbs ol {
        padding-top: 0px;
    }

    .videotestibox {
        margin: 11px 0 11px 0px;
    }

    .testh {
        line-height: 22px;
        padding-bottom: 5px;
        font-size: 15px;
    }

    .videosbanner {
        background-position: left center;
        height: 16vh;
        background: unset !important;
    }

    .mainoverlay {
        background: #3F4E46;
    }

    .videostestibanner {
        padding: 3rem 0px 3rem 0px
    }

    .videotestimonialspace {
        margin-top: 0px;
    }

    .videostestiheading {
        font-size: 24px;
        line-height: 26px;
        padding-bottom: 2px;
        margin-bottom: 0px;
    }

    #IFRAME_ID {
        width: 100% !important;
        height: 100% !important;
    }

    .ex-sm {
        font-size: 10px;
        margin-bottom: 0px;
    }

    .videotestibox i {
        font-size: 48px;
        left: 50%;
    }
}