section.maindoctor:before {
    content: '';
    background: linear-gradient(to right, #c6dee4, transparent);
    position: absolute;
    left: -136px;
    height: 100%;
    width: 50%;
    top: 0;
}
.maindoctor-content h2 {
    color: #00a3c8;
}
section.maindoctor img.signature {
    width: 200px;
}
.maindoctor-image {
    border-radius: 50%;
    background: #fff;
    height: 340px;
    width: 340px;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
}

.maindoctor-content p{
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 0;
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}
.pad-top-0 {
    padding: 50px 0;
}

.maindoctor-content p span {
        font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 0;
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    margin-bottom: 13px;
}
section {
    padding: 72px 0 10px;
    position: relative;
    overflow: hidden;
}

.gallery-btn.text-center {
    margin-bottom: 30px;
}
.outer_bg {
    background: #00a3c8;
    padding: 20px 30px 50px 30px;
}

.btn01 {
    background: linear-gradient(to right, #050505 50%, #030303 50%);
    padding: 12px 25px 12px 25px;
    text-align: center;
    color: #fff;
    border-radius: 10px 0;
    position: relative;
    transition: all ease-in-out 0.3s;
    background-size: 200% 100%;
    background-position: right bottom;
    border: 0;
    font-size: 15px;
    text-transform: uppercase;
}
iframe#instagram-embed-0 {
    max-height: 500px;
}


/*whatsapp css*/
.whatsapp01{width:70px; height:auto; z-index: 99999; position:fixed; bottom:30px; left:80px;-webkit-animation: move1 1s infinite; -moz-animation: move1 1s infinite; animation: move1 1s infinite; opacity:0.8}
.whatsapp01 img{ width:100%; height:auto;}
.mobweb01{display:none;}
.whatsapp01:hover{opacity:1;}
@keyframes move1{
0%{bottom: 30px;}	
50%{bottom:45px; }
100%{bottom:30px}
	} 
@-webkit-keyframes move1{
	0%{bottom: 30px;}	
50%{bottom:45px; }
100%{bottom:30px}
}
@media only screen and (max-width: 480px)
{
.mobweb01
{
    display:block !important;
}
.deskweb01
{
    display:none !important;
}
}