﻿.doctorImg {
    position: relative;
}

    .doctorImg img {
        display: block;
    }

    .doctorImg i {
        /*    position: absolute;*/
        bottom: 10px;
        left: 5px;
        /* margin-bottom: 0px; */
        /*width: 230px;*/
        /* text-align: left;*/
        color: #002a5c;
        /* color: white;*/
        /* font-size: 30px;*/
        /*  font-size: 20px;*/
        font-size: 40px;
        padding: 6px;
        text-shadow: 1px -1px 12px white;
    }

        .doctorImg i:hover {
            color: #1fc1c8;
            cursor: pointer;
        }



@media (max-width:1024px) {
    .doctorImg i {
        width: 100%;
    }
}

.div-doctor-video-general {
    /* background-color: #ffffff5c;*/
    background-color: #002a5c30;
    width: 100%;
    /* display: block; */
    z-index: 9999999 !important;
    position: relative;
    /*    margin-top: -34px;*/
    margin-top: -54px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    /* border-top-left-radius: 25px;
    border-top-right-radius: 25px;*/
    /* border-top: 2px solid; */
    /* border-top-color: white; */
    padding: 1px;
    text-align: center;
}


.div-doctor-video video {
    width: 225px;
    height: 300px;
    /*  height: 260px;*/
    object-fit: cover;
    object-position: top;
    /*border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;*/
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

@media (max-width:1024px) {


    .div-doctor-video video {
        width: 100%;
        height: 160px;
    }

    .div-doctor-video-general {
        /*margin-top:0;*/
    }
}


.video-custom-buttons {
    width: 100%;
}

    .video-custom-buttons i {
        color: #002a5c;
        padding: 0 0 0;
        text-shadow: 1px -1px 12px white;
    }

        .video-custom-buttons i.custom-button-mute {
            font-size: 30px;
            padding-right: 10px;
        }

        .video-custom-buttons i.custom-button-play-pause {
            font-size: 23px;
            /*margin-top: 3px;*/
            padding-left: 10px;
        }

@media(max-width:460px) {
    .video-custom-buttons {
        width: 100%;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        background-color: #ffffff30;
        margin-top: -6px;
    }
    .video-custom-buttons i {
      /*  color: white;*/
    }
    .video-custom-buttons i.custom-button-mute {
        font-size: 17px;
    }

    .video-custom-buttons i.custom-button-play-pause {
        font-size: 13px;
    }
}
