.img-c img {
    padding: 5px;
    margin: 1%;
    border: 1px solid #CAEFF8;
}

.img-r {
    float: right;
    padding: 0.5%;
    margin: 0px 1%;
}

.img-r img {
    padding: 5px;
    border: 1px solid #CAEFF8;
}

header,
nav,
footer {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#Header,
#Footer,
#Credibility,
#Main-Menu,
#Location,
#Contact {
    max-width: 1200px;
    min-width: 300px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
}

.banSocial {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 9;
    text-align: center;
}

.banSocial li {
    padding: 5px 10px;
    position: relative;
}

.banSocial span {
    position: absolute;
    z-index: -1;
    right: 0px;
    visibility: hidden;
    font: 500 12px/20px "Montserrat", serif;
    padding: 5px 5px 5px 10px;
    border-radius: 5px 0px 0px 5px;
}


.textMain p {
    font: 400 17px/28px "Montserrat", serif;
}

/* Text CSS */
.textMain {
    padding: 10px 30px 50px 10px;
    font: 400 17px/28px "Montserrat", serif;
    color: #2d2f2f;
}

.textMain a {
    color: #141414;
}

.textMain a:hover {
    color: #0000AC;
}

.textMain h1 {
    font: 600 30px/34px "Montserrat", serif;
    color: #414141;
}

.textMain h1 span {
    font: normal 20px/24px "Montserrat", serif;
    color: #4d4d4d;
}

.textMain h2,
.hTag2,
.textMain h3.hTag2,
.textMain h4.hTag2 {
    font: 600 28px/34px "Montserrat", serif;
    color: #231f20;
}

.textMain h2 span {
    font: normal 18px/22px "Montserrat", serif;
    color: #231f20;
}

.textMain h2 a,
.hTag2 a,
.textMain h3.hTag2 a,
.textMain h4.hTag2 a {
    color: #014cbe;
}

.textMain h3,
.hTag3,
.textMain h2.hTag3,
.textMain h4.hTag3 {
    font: 600 22px/26px "Montserrat", serif;
    color: #008ca8;
    ;
}

.textMain h3 a,
.hTag3 a,
.textMain h2.hTag3 a,
.textMain h4.hTag3 a {
    color: #353535;
}

.textMain h4,
.hTag4,
.textMain h2.hTag4,
.textMain h3.hTag4 {
    font: 600 20px/22px "Montserrat", serif;
    color: #014cbe;
}

.textMain h4 a,
.hTag4 a,
.textMain h2.hTag4 a,
.textMain h3.hTag4 a {
    color: #014cbe;
}

/* Selection CSS */
#Container ::selection {
    background: #ccc;
    color: #000;
}

/* Scroller CSS */
#Scroller a {
    background: #fff;
    border: 2px solid #000;
    color: #000;
    border-radius: 50%;
}

/* ----- Header ----- */
header {
    background: #fefcf6;
}

#Header {
    min-height: 110px;
}

.logo {
    padding: 25px 0px 0px 0px;
    text-align: center;
    vertical-align: middle;
    width: 440px;
}

.appoint {
    vertical-align: top;
    padding: 20px 0px 0px 0px;
    color: #000;
    text-align: right;
}

.appoint ul {
    padding: 10px 0px;
}

.appoint li {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 25px 5px 0px;
    position: relative;
}

.appoint li a {
    display: block;
    padding: 5px 0px 5px 30px;
}

.locIcon {
    font: 400 16px/20px "Montserrat", serif;
}

.calIcon {
    font: 700 18px/22px "Montserrat", serif;
}

.appoint .aptIcon {
     font: 600 14px/18px "Montserrat", serif;
    text-transform: uppercase;
    background: #008ca8;
    color: #fff;
    margin-right: 0px;
}

.appoint .aptIcon a {
    padding: 16px 20px 16px 50px;
}

.locIcon::before {
    content: '';
    position: absolute;
    background: url(/images/location-icon.png) no-repeat;
    width: 16px;
    height: 21px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.calIcon::before {
    content: '';
    position: absolute;
    background: url(/images/call-icon.png) no-repeat;
    width: 19px;
    height: 19px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.aptIcon::before {
    content: '';
    position: absolute;
    background: url(/images/appoint-icon.png) no-repeat;
    width: 18px;
    height: 18px;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}


/* ----- Menu ----- */



#Menu-Container {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.menu {
    text-align: center;
}

.menu li,
.accessible_on .menu li {
    font: 400 15px/19px "Montserrat", serif;
    height: 70px;
    text-transform: uppercase;
    padding: 10px 0px;
}

.menu li a {
    padding: 15px 0px;
    color: #000000;
    position: relative;
}

.menu li a:hover,
.menu li:hover > a {
    background: #008ca8;
    color: #fff;
}

.menu ul li {
    font: 300 15px/19px "Montserrat", serif;
    padding: 0px;
}

.menu ul li a {
    padding: 10px 15px 10px 30px;
    color: #fff;
    background: url(/images/bullet-w.gif) no-repeat 10px 16px #008ca8;
}

.menu ul li a:hover {
    background: url(/images/bullet-w.gif) no-repeat 10px 16px #caeff8;
    border-radius: 0px;
    color: #000000;
}

.menu-home a::before {
    font-size: 20px;
}

.menu-home {
    width: 6%;
    min-width: 50px;
}

.menu-about {
    width: 9%;
}

.menu-about ul {
    width: 100%;
    min-width: 230px;
}

.menu-practice {
    width: 15%;
}

.menu-practice ul {
    width: 100%;
    min-width: 260px;
}

.menu-obstetrics {
    width: 13%;
}

.menu-obstetrics ul {
    width: 100%;
    min-width: 250px;
}

.menu-gynaecology {
    width: 15%;
}

.menu-gynaecology ul {
    width: 100%;
    min-width: 175px;
}

.menu-patient {
    width: 19%;
}

.menu-patient ul {
    width: 100%;
    min-width: 280px;
}

.menu-gallery {
    width: 10%;
}

.menu-gallery ul {
    width: 100%;
    min-width: 210px;
}

.menu-contact {
    width: 13%;
}

.menu-contact ul {
    width: 100%;
    min-width: 200px;
}

/* Mobile Menu CSS */
.toggleMenu {
    font: 600 20px/24px "Montserrat", serif;
    color: #000;
}

.Wrapper {
    font: 400 14px/20px "Montserrat", serif;
    background: #008ca8;
    color: #fff;
}

.parentMenu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.parentMenu li:hover,
.parentList.actMenu {
    background: #caeff8;
    color: #000;
}

.parentList.actMenu ul {
    background: #caeff8;
    color: #000;
}

.subMenu li a:hover {
    background: #008ca8;
    color: #fff;
}

/* ----- Location ----- */

#Footer {
    background: url(/images/footer-bg.png) no-repeat center top;
    height: 680px;
    padding-top: 200px !important;
}

#Footer .theme-L {
    background: url(/images/footer-l-bg.png) no-repeat right bottom;
}

#Footer .theme-R {
    background: url(/images/footer-r-bg.png) no-repeat left bottom;
}

.locCont {
    background: url("https://assets.yourpractice.online/569/location-bg1-new.jpg") no-repeat center top;
    height: 486px;
    padding: 75px 0px 0px 60px;
    position: absolute;
    width: 1188px;
    left: 0;
    right: 0;
    margin: auto;
    top: -275px;
}

.locCont2 {
    background: url("https://assets.yourpractice.online/569/location-bg2-new.jpg") no-repeat center top;
    
}






.locHead {
    font: 600 36px/36px "Montserrat", serif;
    padding-bottom: 30px;
}

.locSub {
    font: 600 18px/18px "Montserrat", serif;
    background: url(/images/map-loc.png) no-repeat 5px top;
    padding-bottom: 15px;
}

.locSub a {
    display: block;
    padding-left: 30px;
}

.locCont p {
    font: 400 14px/22px "Montserrat", serif;
    padding-left: 30px;
}

.locCont ul {
    margin: 30px 0px;
}

.locCont li {
    display: inline-block;
    font: 700 16px/16px "Montserrat", serif;
    color: #4e4c4d;
}

.locCont li a {
    display: block;
    padding: 0px 30px;
}

.locCont li:first-child {
    background: url(/images/map-call.png) no-repeat left top;
}

.locCont li:last-child {
    background: url(/images/map-fax.png) no-repeat left top;
}

.locBook {
    width: 310px;
    background: url(/images/prof-app.png) no-repeat 15px 14px #008ca8;
    font: 700 16px/16px "Montserrat", serif;
    text-transform: uppercase;
    color: #fff;
}

.locBook:hover {
    background: url(/images/prof-app-hover.png) no-repeat 15px 14px #caeff8;
    border: 1px solid #008ca8;
    color: #000;
}

.locBook a {
    display: block;
    padding: 17px 0px 17px 50px;
}

.footList {
    margin-top: 75px;
}

.footList li {
    display: inline-block;
    margin: 0px 5%;
    vertical-align: top;
}

.footList li:nth-child(1) {
    width: 14%;
}

.footList li:nth-child(2) {
    width: 12%;
}

.footList li:nth-child(3) {
    width: 18%;
}

.footList li:nth-child(4) {
    width: 14%;
}

.footHead {
    font: 600 20px/20px "Montserrat", serif;
    color: #fff;
    padding-bottom: 30px;
}

.footList p {
    font: 400 15px/19px "Montserrat", serif;
    color: #fff;
}

.footList p:hover {
    color: #70E0FB;
}

.footList p a {
    display: inline-block;
    padding: 4px 0px;
}


/*
.goog-te-menu-value span:first-child {
    color: #fff;
}

.goog-te-gadget {
    font-size: 0px !important;
}

.goog-te-gadget-simple {
    border: none !important;
}

.gtranslator {
    text-align: left;
}

.goog-te-gadget img {
    position: absolute;
    right: 10px;
    top: 0px;
}

.goog-te-gadget-simple {
    width: 170px !important;
    background: none !important;
}

.goog-te-gadget-simple img {
    display: none !important;
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
}

W .goog-te-gadget-simple {
    background: none !important;
    border-left: 1px solid #d5d5d5;
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #d5d5d5;
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    zoom: 1;
    *display: inline;
}

.goog-te-gadget-simple .goog-te-menu-value span:first-child {
    text-decoration: none;
    width: 80% !important;
    float: left;
    font: 600 14px/18px 'Montserrat', sans-serif !important;
    height: 30px !important;
}

.goog-te-gadget-simple .goog-te-menu-value span:nth-child(3) {
    display: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value span:nth-child(5) {
    background: #29acb2;
    color: #fff !important;
    float: right;
    font: 600 14px/18px 'Montserrat', sans-serif !important;
    margin: -3px -2px 0px 0px;
    padding: 6px 7px 6px 7px;
    display: none;
}

.footLang {
    background: url(/images/language-icon.png) no-repeat 93% center;
    font: 400 16px/16px 'Montserrat', sans-serif !important;
    border: 0px;
}

.lan.gtranslator {
    margin: -25px 0px -16px 0px;
}
*/



/* ----- Contact ----- */
#Contact {
    padding-bottom: 50px;
}

#Contact li {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font: 400 14px/30px "Montserrat", serif;
}

#Contact li:first-child {
    padding-right: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

#Contact li:last-child {
    padding-left: 40px;
}


/* ----- Credibility ----- */
#Credibility {
    padding: 20px 0px 20px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#Credibility li {
    display: inline-block;
    vertical-align: middle;
}

/* ----- Footer ----- */
#Footer {
    padding: 40px 0px;
}

.footLinks {
    font: 400 15px/19px "Montserrat", serif;
    text-align: center;
}

.footLinks a {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 12px;
}

.footLinks a:hover {
    color: #e76e0d;
}

.footLinks span {
    display: inline-block;
    vertical-align: middle;
}

.copyrights {
    padding: 30px 0px 20px 0px;
    font: 400 16px/20px "Montserrat", serif;
    text-align: center;
    color: #fff;
}

.ypo-logo {
    padding: 10px 0px 20px 0px;
    text-align: center;
    margin: auto;
}

.search-bx-header {
    display: inline-block;
    vertical-align: top;
    width: 220px;
}

.search-bx-header input[type="text"] {
    padding: 2px 14px 3px 5px;
    font: 400 16px/18px 'Montserrat';
    border: 0px solid #ccc;
    float: left;
    width: 100%;
    background: transparent;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #fff !important;
    border-bottom: 1px solid #4dafc2;
}

.search-bx-header {
    position: relative;
}

.search-bx-header::before {
    content: '\e812';
    color: #fff;
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 18px;
    font-family: 'fontello';
    z-index: 9;
}

.search-bx .search_submit,
.search-bx-header .search_submit {
    position: absolute;
    right: 10px;
    top: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 20px;
    height: 18px;
}

.google-lang {
    float: left;
    width: 100%;
    margin-top: 13%;
}

.goog-te-gadget {
    font: 400 15px/20px "Open Sans", sans-serif;
    color: #fff;
    white-space: nowrap;
}

.google-lang .goog-te-gadget-simple {
	background-color: transparent;
	border-left: none;
	border-top: none;
	border-bottom: 1px solid #4dafc2;
	border-right: none;
	width: 100%;
}

.google-lang .goog-te-gadget-simple .goog-te-menu-value span {
	margin: 0 25px 0px 3px;
	border-left: none !important;
	color: #fff !important;
}

::placeholder {
  color: #fff;
  opacity: 1; 
}

:-ms-input-placeholder { 
  color: #fff;
}

::-ms-input-placeholder { 
  color: #fff;
}

#Slider2{
    margin-top: -200px;
    height: 210px;
}

#Footer .slideNext {
	position: absolute;
	left: 210px;
	z-index: 9;
	margin-top: 5px;
	top: 160px;
}

#Footer .slidePrev {
	position: absolute;
	left: 150px;
	z-index: 9;
	margin-top: 5px;
	top: 160px;
}



#Footer .slideNext span, #Footer .slidePrev span{visibility: hidden;}

#Slider2 .slideNext, #Slider2 ..slidePrev{
    display: none;
}
/*footer .Banner_nav{display: none !important;}*/
.sun-div {
	z-index: 99999999 !important;
}
@media screen and (max-width: 639px) {
	#sun-pop {width: 75% !important;}
	#sun-pop p {padding: 5px 0;}
}
@media screen and (max-width: 900px) {

    .menu li,
    .accessible_on .menu li {
        font: 400 13px/17px "Montserrat", serif;
    }

    .appoint,
    .logo {
        display: block;
        vertical-align: top;
        width: auto;
    }

    .appoint {
        padding: 10px 0px;
        width: 100%;
        text-align: center;
    }

    .callAppoint,
    .appoint ul,
    .appoint li,
    .bookAppoint,
    .hinsLogo {
        display: inline-block;
        vertical-align: middle;
    }

}

@media screen and (max-width: 870px) {

    #Main-Menu {
        display: none;
    }

    #Mobile-Menu {
        display: block;
    }

    #Footer {
        height: auto;
        background-size: cover;
    }

    .footList {
        text-align: center;
        margin-top: 30px;
    }

    .footList li {
        min-width: 170px;
        margin: 20px 5%;
    }
}

@media screen and (max-width: 700px) {

    .menu li,
    .accessible_on .menu li {
        font: 400 13px/20px "Montserrat", serif;
    }

    .textMain {
        padding: 10px 10px 50px 10px;
    }
}

@media screen and (max-width: 640px) {
    
    .locCont p {
        padding-left: 0px;
    }
    .locBook {
        width: 250px;
    }
    .locCont li {
        display: block;
        font: 700 16px/28px "Montserrat", serif;
    }
    header {
        position: relative;
    }

    #Menu-Container {
        position: relative;
    }

    #Contact li {
        display: block;
        padding: 10px !important;
        text-align: center;
    }

    #Contact li:first-child {
        border-right: 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    #Footer-Container {
        padding-bottom: 0px;
    }

    .footLinks a {
        padding: 10px;
    }

    #Contact {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 430px) {
    .appoint .aptIcon {
        font: 600 16px/20px "Montserrat", serif;
    }

    .appoint li {
        margin: 7px 25px 7px 0px;
    }

    .appoint .aptIcon a {
        padding: 12px 20px 12px 50px;
    }

    .footList li {
        margin: 10px 5%;
    }

    .footHead {
        padding-bottom: 15px;
    }

    #Footer {
        margin-bottom: 75px;
    }

    .copyrights {
        padding: 15px 0px;
        font: 400 16px/20px "Montserrat", serif;
        text-align: center;
        color: #fff;
    }

    .locCont {
        padding: 70px 0px 0px 30px;
    }

    .locHead {
        font: 600 22px/30px "Montserrat", serif;
        padding-bottom: 30px;
    }

    .banSocial {
        position: fixed;
        right: 0px;
        top: inherit;
        transform: translateY(-50%);
        color: #fff;
        z-index: 9;
        text-align: center;
        left: 0;
        bottom: -25px;
        background: #fff;
        padding: 1%;
    }

    .banSocial li {
        padding: 5px 10px;
        position: relative;
        display: inline-block;
    }

    #Content-Container {
        margin-top: 10px;
    }


}