.doctors-details {
    margin-top: 150px !important
}

.doctors-details .container .div-1 img {
    width: 100px
}

.icons img {
    width: auto !important
}

.doctors-details .container .div-1 h4,
.gallery h4 {
    color: rgb(0 19 59);
    font-size: 24px
}

.doctors-details .container .div-1 a {
    border-radius: 8px;
    transition: .3s;
    border: 1px solid #183e9f;
    background-color: #183e9f;
    box-shadow: rgb(24 62 159 / 40%) 0 0 14px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.doctors-details .container .div-1 a:hover {
    background-color: #fff !important;
    color: #183e9f !important
}

.doctors-details .container .div-1 i {
    color: gold;
    font-size: 25px
}

.doctors-details .container .div-2 h5 {
    color: rgb(0 19 59);
    font-size: 16px
}

.gallery h4 {
    background-color: rgb(247 247 247)
}

iframe.map {
    width: 100%;
    max-width: 100%
}

.doctor-inner {
    padding: 4%
}

.slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px
}

.prev-arrow {
    right: 5%
}

.next-arrow {
    right: 0
}

.next-arrow,
.prev-arrow {
    background-color: rgb(24 62 159);
    color: #fff;
    border-color: transparent;
    border-radius: 50%;
    top: -4%
}

.slide-arrow .ionicons {
    font-size: 26px
}

.videoplay {
    position: absolute;
    top: 50%;
    left: 16%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
    background: #61b5e8;
    padding: .1% .4%;
    text-align: center
}

@media (max-width:767px) {
    .doctors-details .container .div-1 a {
        margin-top: 25px
    }

    .doctors-details .container .div-1 {
        flex-direction: column
    }

    .prev-arrow {
        right: 11%
    }

    .desc img {
        margin: 20px 0;
        width: 100% !important
    }
}

.doctor-logo {
    width: 120px;
    height: 103px;
    border-radius: 12px
}

.gallery-img {
    width: 390px;
    height: 390px
}

.supplier-name {
    font-size: 1.5rem
}

.desc-content {
    font-size: 1.25rem
}