/*
Theme Name: Manhattan Dermatology

*/

/*Gotham Book 
font-family: "Gotham A", "Gotham B";
font-style: normal;
font-weight: 400;

/*Gotham Medium
font-family: "Gotham A", "Gotham B";
font-style: normal;
font-weight: 500;

/*Gotham Bold
font-family: "Gotham A","Gotham B";
font-style: normal;
font-weight: 700;

/*Whitney ScreenSmart Book 
font-family: "Whitney SSm A", "Whitney SSm B";
font-style: normal;
font-weight: 400;

/*Whitney ScreenSmart Book Italic
font-family: "Whitney SSm A", "Whitney SSm B";
font-style: italic;
font-weight: 400;

/*Whitney ScreenSmart Bold
font-family: "Whitney SSm A", "Whitney SSm B";
font-style: normal;
font-weight: 700;

/*Whitney ScreenSmart Bold Italic
font-family: "Whitney SSm A", "Whitney SSm B";
font-style: italic;
font-weight: 700;
/*

/*====================================== style.css is here ========================================*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

/*ol,
ul {
    list-style: none;
}
*/
ul {
    list-style: none;
}
ol {
	margin: 20px 0 30px 30px;
}
caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: bold;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

.clear_0 {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}

.last {
    margin: 0 !important;
}

.pad_last {
    padding: 0 !important;
}

.no_bg {
    background: none !important;
}

.p-l {
    padding-left: 0;
}

.p-r {
    padding-right: 0;
}

.m-l {
    margin-left: 0;
}

.m-r {
    margin-right: 0;
}

p {
    font-size: 15px;
    line-height: 1.5;
    color: #666871;
}

section {
    width: 100%;
}

.form-control:focus {
    color: #495057;
    height: 58px;
    background: #e7ecf0;
    border-radius: 0px;
    border: none;
    outline: 0;
    box-shadow: none;
}


* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.padd-0 {
    padding: 0px;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}

a:focus {
    outline: none;
    text-decoration: none;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

input[type="submit"],
input[type="button"] {
    appearance: none;
    -webkit-appearance: none;
}

button:focus {
    outline: none;
    box-shadow: none;
}

/**********************************************/
a {
    color: #20638F;
    text-decoration: none;
    outline: 0 none;
}

a:hover {
    color: #20638F;
    text-decoration: none;
}
h1 {
font-weight: 700;
font-size: 28px;
color: #093959;
margin: .15em 0 .3em 0;
	line-height: 1;
text-transform: uppercase;
/*
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    color: #59A8CB;
    margin-top: 0em;
    margin-bottom: .3em;
    line-height: 1;
    text-transform: lowercase;
*/
}
h2 {
font-family: "Gotham A",
"Gotham B", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 26px;
color: #093959;
margin: .15em 0 .3em 0;
	text-transform: uppercase;

/* 
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #093959;
	text-transform: uppercase;
    margin-top: .6em;
    margin-bottom: .6em;
*/
}
h3 {
font-size: 18px;
color: #20638F;
font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
/*font-style: italic;*/
font-weight: 400;
line-height: 1.4;
display: block;
margin-top: -4px;
margin-bottom: 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    padding-bottom: 1px;
	border-bottom: 1px solid #59A8CB;
}

h4 {
    font-size: 18px;
    color: #093959;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
	text-transform: uppercase;
    margin-top: .6em;
    margin-bottom: .3em;
}

h5 {
    font-size: 14px;
    color: #093959;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: .6em;
    margin-bottom: .3em;
}

h6 {
    font-size: 16px;
    color: #20638F;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: .6em;
    margin-bottom: .3em;
}

p {
    color: #666871;
    font-size: 15px;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 15px;
}

/***************/


body {
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    color: #666871;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-weight: 400;
}

.container {
    max-width: 1395px;
}

#wrapper {
    width: 100%;
}

.header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #ffffff;
}

.fixed-header {
    position: fixed;
    top: 0;
    z-index: 99;
    height: auto;
    width: 100%;
    background: #ffffff;
    /* animation: smoothScroll 1s forwards; */
    box-shadow: 2px 0px 2px 1px #868686;

    /*    animation: smoothScroll 1s forwards;*/
}

.top_bar {
    background: #e7ecf0;
    width: 100%;
    /*    padding: 6px 0;*/
}

.top_bar .justify-content-between {
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.social_list {
    padding: 6px 0;
}

.social_list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
}

.social_list ul li {
    margin-right: 1px;
}

.social_list ul li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #0a3859;
    border-radius: 50%;
    position: relative;
}

.social_list ul li a i {
    color: #ffffff;
    font-size: 14px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
}

.social_list ul li:last-child a {
    position: relative;
}

.social_list ul li:last-child a i {
    top: 0;
}

.social_list ul li:last-child a i:before {
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
}

.social_list ul li:last-child a:after {
    content: "follow";
    color: #ffffff;
    position: absolute;
    bottom: 5px;
    text-align: center;
    font-size: 5px;
    line-height: normal;
    left: 7px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 400;
}

.top_menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;

}

.top_menu {
    position: relative;
}

.top_menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
    z-index: 99;
}

.top_menu ul li {
    margin: 0 15px;
}

.top_menu ul li a {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    letter-spacing: 0.7px;
    color: #093959;
    font-weight: 500;

}


.right_search {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    z-index: 100;
}

.right_search a i {
    color: #093959;
    font-size: 20px;
}



.glow {
    display: inline-block;
    position: relative;
    padding-left: 20px;

}


.team_list {
    padding: 20px 0;
}

.team_list ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}


.team_list ul li {
    display: block;
    margin-bottom: 16px;
}

.team_list ul li:last-child {
    margin-bottom: 0px;
}

.team_list ul li span {
    display: inline-block;
    vertical-align: top;
}

.team_list ul li span img {
    width: 150px;
    height: 175px;
    object-fit: contain;
	margin: 0 0 0 0px;
}

.team_list ul li .team_top {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    padding-top: 2px;
}

.team_list ul li .team_top h6 {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 700;
    color: #20638F;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
}
.team_list ul li .team_top h6 a {
border:none;
}


.team_list ul li .team_top em {
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #093959;
    font-size: 12px;
    display: block;
    margin-bottom: 0;
}


.brand-center {
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 0 0;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar-brand img {
    height: 55%;
	width:55%;
}

.top_address {
    padding: 18px 0 8px 0;
    float: right;
}

.top_address p strong {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 700;
    font-size: 13px;
    font-style: normal;
    text-transform: uppercase;
    color: #093959;
    display: inline-block;
    margin-bottom: 4px;
    letter-spacing: 0px;
}

.top_address p {
    font-family: "Whitney SSm A",
        "Whitney SSm B";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color: #093959;
    line-height: 1.42;
    margin-bottom: 6px;
}
.top_address img {
	width:200px;
	padding-top: 2px;
}

.navbar {
    width: 100%;
    border-top: 1px solid #d7ebf6;
    border-bottom: 1px solid #d7ebf6;
    padding: 13px 0;
}

.navbar-nav {
    width: 100%;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.navbar-nav li {
    padding: 0 20px;
}

.navbar-nav li a {
    text-transform: uppercase;
    font-family: "Gotham A",
        "Gotham B";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #093959;
}

.navbar-nav > li.current-menu-ancestor a {
    color: #59A8CB;
}

.navbar-nav > li:hover a {
    color: #609DB6;
}

.menu-item-has-children {
    position: relative;
}


.down-arrow {
    display: none;
}

.sub-menu .down-arrow {
 display: block;
     position: absolute;
    right: 0;
    top: 0;
}

/*third level*/





.third-level-menu.sub-menu li.menu-item-has-children .sub-menu {
    background: #f9f9f9;
}

.navbar-nav > li.menu-item-has-children .sub-menu li:hover .sub-menu li a {
    border-radius: 0;
    background: transparent;
    font-family: "Gotham A",
        "Gotham B";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #609DB6;
    text-transform: capitalize;
    text-align: left;
}


/*thirdlevel*/
.sub-menu {
    background: #f9f9f9;
}


.navbar-nav > li.menu-item-has-children .sub-menu li.current-menu-ancestor a {
    color: #609DB6;

}

.menu-item-has-children .sub-menu li.current-menu-ancestor {
    /* background: #cae8f2; */
}

.menu-item-has-children .sub-menu li {
    padding: 15px 0px;
    transition: 0.5s all;
}

.side_menu {
    padding-top: 25px;
}

.side_menu h5 {
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #59A8CB;
    font-size: 18px;
    line-height: 1;
margin: -6px 0 10px -8px;
	text-transform: uppercase;
    letter-spacing: 0px;
}


.side_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /*    padding-right: 50px;*/
}

.side_menu ul li {
    margin-bottom: 12px;
}

.side_menu ul li a {
    color: #093959;
    font-size: 16px;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
	text-transform:	uppercase;
    font-weight: 700;
    line-height: 1;
}

.side_menu ul li.current_page_item a {
    color: #20638F;
}
.side_menu ul li .children li.current_page_item a {
font-weight:700;
}
.side_menu ul li .children {
padding-top: 6px;
padding-right: 0;
padding-left: 6px;
}
.right_content {
    padding-top: 25px;
    padding-left: 20px;
    padding-bottom: 50px;
}

.content_heading {
    position: relative;
}

.content_heading h3 {
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    color: #59A8CB;
    margin-bottom: .4em;
    line-height: 1;
    text-transform: lowercase;
}

.team_detail {
    margin-bottom: 50px;
}

.left_border {
    border-left: 2px solid #eaf5f9;
}

.team_content {
    padding-left: 25px;
}

.team_img img {
    border: 0px solid #e7ecf0;
    width: 100%;
}

.team_content h4 {
    text-transform: uppercase;
    color: #093959;
    font-size: 26px;
    line-height: 1;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 8px;
}

.team_content span {
    display: block;
    margin-bottom: 12px;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #59A8CB;
}


.team_content p {
    font-size: 15px;
    color: #666871;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.5;
}

.team_content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team_content ul li {
    position: relative;
    padding-left: 8px;
    margin-bottom: 5px;
}

.team_content ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #609DB6;
    border-radius: 50%;
}

.team_content ul li a {
    display: inline-block;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
padding-bottom: 1px;
border-bottom: 1px solid #59A8CB;
}


/*footer*/

.footer {
    background: url('images/footer_bg.jpg') no-repeat;
    background-size: cover;
    padding: 32px 0 28px 0;
}

.footer_heading h4 {
    color: #59A8CB;
    font-size: 14px;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.footer_text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #093959;
    line-height: 1.5;
    margin-bottom: 0;

}

.footer_text p strong {
    color: #216390;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 700;
}


.footer_list ul {
    margin: 0;
    padding: 0;
}

.footer_list ul li {
    margin-bottom: 8px;
}

.footer_list ul li:last-child {
    margin-bottom: 0;
}

.footer_list ul li a {
    font-size: 14px;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #216390;
    transition: 0.5s all;
}

.footer_list ul li a:hover {
    color: #59A8CB;
}

.footer_form {
    margin-top: 15px;
    margin-bottom: 10px;
}

.subscribe_form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer_form input[type=email] {
    width: 72%;
    height: 30px;
    background: #ffffff;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: italic;
    font-weight: 400;
    padding: 0 12px;
    border: none;
    outline: none;
    line-height: 30px;
    color: #666871;
}

.footer_form input[type=email]::placeholder {
    color: #666871;
}

.footer_form .submit {
    width: 28%;
    height: 30px;
    line-height: 30px;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    background: #58a8cd;
    color: #ffffff;
    padding: 0 12px;
    border: none;
    outline: none;
    cursor: pointer;
    letter-spacing: 1.4px;

}


.footer_social h4 {
    display: inline-block;
    vertical-align: middle;
    color: #59A8CB;
    font-size: 14px;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-right: 5px;
}


.footer_social .social_list {
    display: inline-block;
    vertical-align: middle;
}

.footer_social .social_list ul li {
    margin-left: 2px;
}

.brand_section {
    width: 100%;
    background: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0 20px 0;

    /*    padding: 20px 0;*/
}

.brand_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap:nowrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.brand_list ul li { text-align: center;}

.brand_list ul li a img {
	height:50%;
	width:50%;
	padding: 10px 0px;
}

.footer_btm {}


.footer_menu {
    max-width: 980px;
    margin: 0 auto;

}


.footer_menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 15px;

}

.footer_menu ul li {
    margin: 3px 8px;
    position: relative;
}

.footer_menu ul li:after {
    content: "";
    position: absolute;
    right: -9px;
    /* left: 0; */
    top: 0;
    width: 2px;
    height: 100%;
    background: #07395a;
}

.footer_menu ul li:last-child:after {
    display: none;
}

.footer_menu ul li a {
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #093959;
    font-size: 14px;
}

.footer_menu p {
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #093959;
    text-align: center;
    margin-bottom: 0;
}

.footer_menu p a {
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #093959;
    font-size: 14px;
}

.footer_menu p a:nth-of-type(1) {
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #093959;
    text-align: center;
    margin-bottom: 0;
}

.footer_menu p a:nth-of-type(1):hover {
    color: #093959;
}

.moles_Sect {
/*    -moz-align-items: center;*/
/*    -ms-align-items: center;*/
/*    -webkit-align-items: center;*/
/*    align-items: center;*/
    margin-bottom: 40px;
}

.moles_left h4 {
    color: #093959;
    font-size: 26px;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1;
}

.moles_left p {
    margin-bottom: 15px;
    font-size: 15px;
/*    color: #666871;*/
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

.moles_left p strong {
/*    color: #20638F;*/
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: normal;
    font-weight: 700;
}

.moles_left ul {
    margin: 0;
    padding: 0;
    /*    margin-left: 20px;*/
}

.moles_left ul li {
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: italic;
    font-weight: 400;
    color: #59A8CB;
    font-size: 15px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 10px;
    /*    list-style-type: disc;*/
}


.moles_left ul li:before {
    content: "";
    position: absolute;
    top: 6px;
    transform: translateY(0%);
    left: 0;
    width: 5px;
    height: 5px;
    background: #59A8CB;
    border-radius: 50%;
}

.moles_right img {
    border: 0px solid #e7ecf0;
    width: 100%;
}

.moles_right a {
    display: inline-block;
    text-align: right;
    color: #093959;
    font-size: 14px;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: italic;
    font-weight: 400;
    margin-top: 5px;
}

.side_menu ul li .children {
    padding-top: 6px;
    padding-right: 0;
    padding-left: 12px;
}

.side_menu ul li .children li {
    margin-bottom: 6px;
}

.side_menu ul li .children li a {
    color: #093959;
    font-size: 13px;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.side_menu ul li .children li.current_page_item a {
    color: #20638F;
}

.side_menu ul li .children li.active a {
    color: #20638F;
}

.dermatology h4 {
    font-size: 17px;
    color: #093959;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 700;
	text-transform: uppercase;
    margin-top: .6em;
    margin-bottom: .6em;
}

.dermatology .divspan {
    font-size: 21px;
    color: #20638F;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4;
    display: block;
    margin-bottom: 15px;
}

.dermatology p {
    color: #666871;
    font-size: 15px;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
}

.dermatology p strong {
/*    color: #20638F;*/
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: normal;
    font-weight: 700;
}
.dermatology p a {
    color: #666871;
    padding-bottom: 1px;
	border-bottom: 1px solid #59A8CB;
}
.dermatology ul {
    font-size: 15px;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
	line-height: 1.5;
    padding: 0;
    list-style: none;
    margin: 12px 0 16px 0px;
}

.dermatology ul li {
/*    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
*/	
    margin-bottom: 8px;

}

.dermatology ul li .divspan {
    color: #093959;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1.4px;
    margin-bottom: 0;
    width: 100%;
}

.dermatology ul li em {
    color: #20638F;
    font-size: 15px;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: italic;
    font-weight: 400;
    padding-left: 10px;
    width: 85%;
    letter-spacing: 0px;
    display: inline-block;
    vertical-align: top;
}

.dermatology ul li em strong {
    font-size: 15px;
/*    color: #20638F;*/
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: italic;
    font-weight: 700;
}
.dermatology ul li em a {
    color: #20638F;
    margin-left: -1px;
    padding-left: 2px;
    padding-bottom: 1px;
	border-bottom: 1px solid #59A8CB;
}
.dermatology ul a {
    padding-bottom: 1px;
	border-bottom: 1px solid #59A8CB;
}
.photgallery h4 {
    color: #093959;
    font-size: 26px;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1;
}

.photgallery .divspan {
    font-size: 20px;
    color: #20638F;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
}

.photgallery {
    padding-bottom: 20px;
}

.gallery_style {
    width: 93%;
    margin-bottom: 30px;
}

.cd-image-container {
    position: relative;
    border: 0px solid #e7ecf0;
    /*    margin: 0em auto;*/
}

.cd-image-container img {
    display: block;
}

.cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}

.cd-image-label.is-hidden {
    visibility: hidden;
}

.is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
}

.cd-resize-img .cd-image-label {
    right: auto;
    left: 0;
}

.is-visible .cd-resize-img {
    width: 50%;
    /* bounce in animation of the modified image */
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 55%;
    }

    100% {
        width: 50%;
    }
}

@-moz-keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 55%;
    }

    100% {
        width: 50%;
    }
}

@keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 55%;
    }

    100% {
        width: 50%;
    }
}

.cd-handle {
    position: absolute;
    height: 100%;
    width: 2px;
    /* center the element */
    left: 50%;
    top: 0%;
    margin-left: 0px;
    margin-top: 0px;
    border-radius: 0%;
    background: #ffffff;
    cursor: move;
    box-shadow: none;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
    font-style: normal;
}

.cd-handle:after {
    content: "\f105";
    font-family: 'FontAwesome';

    position: absolute;
    right: -25px;
    color: #ffffff;
    font-size: 42px;
    font-style: normal;
    top: 50%;
    transform: translateY(-50%);
}

.cd-handle:before {
    content: "\f104";
    font-family: 'FontAwesome';
    position: absolute;
    left: -25px;
    color: #ffffff;
    font-size: 42px;
    font-style: normal;
    top: 50%;
    transform: translateY(-50%);
}

/*
.cd-line {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    cursor: move;
    box-shadow: none;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
    font-style: normal;
}
*/

.cd-handle.draggable {
    /* change background color when element is active */
    /*    background-color: #445b7c;*/
}

/*
.cd-line.draggable {
    background: #ffffff
}
*/

.cd-line.draggable {
    /* change background color when element is active */
    /*    background-color: #ffffff;*/
}

.is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

.is-visible .cd-line {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}


.gallery_style ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 12px;
}




.gallery_style ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    margin-bottom: 6px;

}

.gallery_style ul li .divspan {
    color: #093959;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 0;
    width: 100%;
}

.gallery_style ul li em {
    color: #59A8CB;
    font-size: 14px;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: italic;
    font-weight: 400;
    padding-left: 10px;
/*    width: 60%; */
    display: inline-block;
    letter-spacing: 0px;
    vertical-align: top;

}

.gallery_style ul li em strong {
    font-size: 14px;
/*    color: #20638F;*/
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: italic;
    font-weight: 700;
}


.asthetician {
    padding-bottom: 25px;
}



.asthetician h4 {
    color: #093959;
    font-size: 26px;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1;
}

.photgallery span {
    font-size: 21px;
    color: #20638F;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
}

.asthetic_Style {
    width: 100%;
    margin-bottom: 22px;
}

.asthetic_Style em {
    font-size: 14px;
    color: #59A8CB;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 12px;
    display: inline-block;
    line-height: 1.4;
    text-transform: none;
}

.hydra_packs {
    margin-bottom: 12px;
}

.hydra_packs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hydra_packs ul li {
    margin-bottom: 4px;
}

.hydra_packs ul li h6 {
    color: #093959;
    text-transform: uppercase;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0px;
    font-size: 16px;
    display: inline-block;
}

.hydra_packs ul li em {
    font-size: 14px;
    color: #59A8CB;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 12px;
    display: initial;
    padding-left: 4px;
    text-transform: none;
}

.hydra_packs ul li em strong {
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: italic;
    font-weight: 700;
/*    color: #216390;*/
}

.hydra_addons h6 {
    color: #093959;
    text-transform: uppercase;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 8px;
}

.hydra_addons ul {
    list-style: none;
    margin: 0;
    padding: 0;

}

.hydra_addons ul li {
    font-size: 13px;
    line-height: 1;
    color: #666871;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 5px;
}

.hydra_addons ul li em {
    font-size: 13px;
    line-height: 1;
    color: #666871;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: italic;
    font-weight: 400;
    margin: 0;
}


.slims h4 {
    display: inline-block;
    margin: 0;
}

.slims em {
    display: initial;
    padding-left: 4px;
}

.heading_title h4 {
    color: #093959;
    font-size: 24px;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1;
}
.paper_wrk ul {
    list-style: none;
    margin: 0px;
    padding: 12px 0;
    /*    margin-left: 20px;*/
}

.paper_wrk ul li {
    position: relative;
    font-size: 14px;
    color: #666871;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
/*    font-style: italic;*/
    font-weight: 400;
    margin-bottom: 6px;
    line-height: 1.6;
    padding-left: 12px;
}

.paper_wrk ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #59A8CB;
    border-radius: 50%;
}


.paper_wrk ul li a, .paper_wrk p a, .paper_wrk h5 a {
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: italic;
    color: #666871;
    padding-bottom: 1px;
	border-bottom: 1px solid #59A8CB;		
}

.form_list p {
    color: #666871;
    font-size: 14px;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.form_list p strong {
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: normal;
    font-weight: 700;
}

.form_list ul li {
    margin-bottom: 2px;
}

.photgallery_patient {
    padding-bottom: 60px;
}

.content_heading .manthan {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: italic;
    font-weight: 400;
    color: #216390;
    font-size: 16px;

}


.side_Article ul li {
    margin-bottom: 20px;
}

.form_style p {
    font-size: 16px;
    color: #666871;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.contact_form {
    margin-top: 20px;
    /*    margin-bottom: 54px;*/
}

label {
    color: #59A8CB;
    font-size: 18px;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 5px;
}

.form-group {
    margin-bottom: 17px;
}

.form-group label {
    color: #59A8CB;
    font-size: 16px;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 4px;
}

.form-group2 {
    margin: 0 18px 18px 0;
    float:left;
}

.form-group2 label {
    color: #59A8CB;
    font-size: 16px;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 4px;
}

input.form-control {
    height: 48px;
    background: #e7ecf0;
    border-radius: 0px;
    border: none;
    font-size: 14px;
}

select {
    height: 48px;
    background: #e7ecf0;
    border-radius: 0px;
    border: none;
}

select.form-control {
    height: 48px;
    background: #e7ecf0;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    color: #666871;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
    padding: 0 14px;

}

select.form-control:not([size]):not([multiple]) {
    height: 48px;
}

.contact_form .form-control {
    height: 48px;
    background: #e7ecf0;
    border-radius: 0px;
    border: none;
    padding: 0 16px;
}

.contact_form .form-control.check_text {
    height: 28px;
    width: 100%;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';

}

.contact_form select option:checked {
    color: #093959;
    font-size: 10px;
}


.contact_form textarea.form-control {
    height: 158px;
    background: #e7ecf0;
    border-radius: 0px;
    border: none;
    padding: 0 16px;
}


.custom-container {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #666871;
}

/* Hide the browser's default checkbox */
.custom-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custom-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-container input:checked ~ .checkmark {
    background-color: #216390;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-container input:checked ~ .checkmark:after {
    display: block;
}

.custom-container-100 span.wpcf7-list-item {
    margin: 0;
}

.wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
font-family: "Whitney SSm A",
"Whitney SSm B", sans-serif;
}

.wpcf7-list-item-label:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ccc;
}

input:checked ~ .wpcf7-list-item-label:before {
    background-color: #216390;
}

input:checked ~ .wpcf7-list-item-label:after {
    display: block;
    opacity: 1;
}

.wpcf7-list-item-label:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    content: "";
    opacity: 0;
}


/* Style the checkmark/indicator */
.custom-container .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-md {
background-color: #59a8cb;
border-color: #59a8cb;
color: #ffffff;
font-family: "Gotham A",
        "Gotham B", sans-serif;
border-radius: 4px;
text-transform: uppercase;
padding: 11px 14px 10px 14px;
margin: 8px 0;
letter-spacing: 1px;
font-size: 18px;
}


.btn-send {
    background-color: #59a8cb;
    border-color: #59a8cb;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 11px 28px;
    margin: 8px 0;
    letter-spacing: 1px;
    font-size: 21px;
}

.check_style {
    width: auto;
    display: inline-block;
    vertical-align: top;
}

.check_style .custom-container {
    width: auto;
    display: inline-block;
    width: 229px;
}

.check_style .custom-container.custom-container-100 {
    width: auto;
    display: inline-block;
    width: 100%;
}

.check_style .wpcf7-form-control-wrap.text-270 {
    display: inline-block;
    width: 190px;
}

input {
height: 54px;
background: #e7ecf0;
border-radius: 0px;
padding: 12px;
border: none;
}

button.search-submit {
    background-color: #59a8cb;
    border-color: #59a8cb;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 11px 47px;
    margin-left: 13px;
    letter-spacing: 1px;
    font-size: 21px;
    height: 58px;
}

button.search-submit svg {
    display: none;
}

.search-form,
.defpage {
    padding: 50px 0;
}

.pagination h2 {
    display: none;
}

.pagination .nav-links {
    width: 100%;
    padding: 20px 0 0 0;
}

.last_input {
    display: flex;
}

.last_input label {
    display: flex;
    flex: 1;
}

.last_input input.form-control {
    display: flex;
    flex: 1;
    height: 25px;
}

.check-custom {
    margin-bottom: 20px;
}

.recive_msg label {
    color: #59A8CB;
    font-size: 18px;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 5px;
}

.contact_submit {
    margin-top: 0px;
	margin-left: 16px;
}

.right_content.form_style {}

.google_map {
    width: 100%;
}

.google_map iframe {
    width: 100%;
    height: 400px;
}


.side_Article ul {
    margin: 0;
    padding: 0;
    padding-top: 25px;
}

.side_Article ul li a {
    display: block;
}

.contact_details {
    margin-bottom: 30px;
}

.contact_details h4 {
    color: #093959;
    font-size: 24px;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1;
}

.contact_details p {
    font-size: 16px;
    color: #666871;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
}

.contact_details p a {
padding-bottom: 1px;
border-bottom: 1px solid #59A8CB;
}


#header {
    /*    overflow: hidden;*/
}


.search-input:focus {
    outline: none;
}

#header .top_menu ul li {
    opacity: 1;
    transition: opacity 0.2s 0.1s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.2s 0.1s;
    transition: transform 0.3s, opacity 0.2s 0.1s, -webkit-transform 0.3s;
}

#header .top_menu ul li:nth-child(1) {
    transition-delay: 0.4s;
}

#header .top_menu ul li:nth-child(2) {
    transition-delay: 0.5s;
}

#header .top_menu ul li:nth-child(3) {
    transition-delay: 0.6s;
}

#header .top_menu ul li:nth-child(4) {
    transition-delay: 0.7s;
}

.search-button {
    position: relative;
    z-index: 5;

}

.search-toggle.active {
    height: 10px;
    width: 10px;
    display: block;
    position: relative;
    padding-right: 20px;
}

.search-toggle.active img {
    display: none;
}

.search-toggle.active::before {
    content: '';
    position: absolute;
    display: block;
    border: 2px solid #0a3859;
    transition: all 0.1s;
    width: 0;
    border-width: 1px;
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1px;
    left: 5px;
    height: 14px;
}

.search-toggle.active::after {
    content: '';
    position: absolute;
    display: block;
    transition: all 0.1s;
    width: 14px;
    left: -1px;
    top: 5px;
    height: 2px;
    background: #0a3859;
    transform: rotate(45deg);
}

#header .search-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding-left: 2em;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    transition: all 0.4s 0.3s;
    z-index: 1;
    display: none;
}
#header.show .search-box {
    display: block;
}

#header .search-box .search-input {
    border: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

#header .search-box .search-toggle {
    width: 14px;
    height: 14px;
    padding: 0;
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header.show .top_menu ul li {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

#header.show .search-box {
    width: calc(100% - 13em);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}


.footer_wrapper {
    justify-content: space-between;
}

.footer_box1 {
    width: 30%;
    padding-right: 70px;
}

.footer_box2 {
    width: 20%;
}

.footer_box3 {
    width: 20%;
}

.footer_box4 {
    width: 30%;
    padding-left: 50px;
}


.navbar-toggler {
    display: none;
}

.navbar-toggler-icon {
    display: block;
    height: 3px;
    width: 30px;
    background: #224b89;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-toggler-icon:before {
    content: "";
    position: absolute;
    top: -7px;
    width: 30px;
    height: 3px;
    background-color: #224b89;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-toggler-icon:after {
    content: "";
    position: absolute;
    bottom: -7px;
    width: 30px;
    height: 3px;
    background-color: #224b89;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-primary:hover {
    background: #216390;
    border-color: #216390;
}


.mobile_topbar {
    display: none;
}

.twenty20 {
    margin-bottom: 0px;
}

.contact_details .social_list {
    margin-top: -10px;
}


.screen-reader-text {
    display: none;
}

.navigation.post-navigation .nav-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.navigation.post-navigation .nav-links a {
    background: #ccc;
    padding: 9px 14px;
    font-size: 16px;
    margin: 0 10px 0 0;
}
.inset {
    float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
p .inset_img img {
    border: 0px solid #e7ecf0;
    float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.clearfloat {
clear: both;
height: 0;
font-size: 1px;
line-height: 0px;
}
h1.small {
  font-variant: small-caps;
}
/* Change Selection Text Color When Highlighting */ 
::-moz-selection { background-color: #59A8CB; 
color: #fff; } 
::selection { background-color: #59A8CB; 
color: #fff; }


button.search-submit .screen-reader-text { display: block;}
button.search-submit, button.search-submit .screen-reader-text   {  padding:10px; height: auto;    line-height: 30px;    font-family: "Gotham A", "Gotham B", sans-serif;    font-style: normal;
    font-weight: 400;    font-size: 12px;    background: #58a8cd;    color: #ffffff;    padding: 0 12px;    border: none;    outline: none;    cursor: pointer;    letter-spacing: 1.4px;}

.search-field {
    height: 30px;
    background: #e7ecf0;
    font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
    font-style: italic;
    font-weight: 400;
    padding: 0 12px;
    border: none;
    outline: none;
    line-height: 30px;
    color: #666871;}

.pg_column_1 {
    color: #093959;
    font-family: "Gotham A",
        "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1px;
    width: 40%;
    margin-bottom: 0;
	float: left;
	line-height: 2;
}

.pg_column_2 {
    color: #20638F;
    font-size: 14px;
    font-family: "Whitney SSm A",
        "Whitney SSm B", sans-serif;
    font-style: italic;
    font-weight: 400;
    padding-left: 0px;
    width: 60%;
    display: inline-block;
    letter-spacing: 0px;
    vertical-align: top;
	line-height: 1.6;

}
.white {
    color: #ffffff;
}


	.breadcrumb {
   display :none;    
}

.press h4 {
    font-size: 13px;
    text-transform: uppercase;
	line-height: 1.5;
}
.press img {
    padding-bottom: 6px;
}
.press {
	float: left;
	padding-top:12px;
	padding-right:24px;
	width: 33%;
}
.press_media_sec {display: flex; flex-wrap: wrap;}
/*.press_media_sec .press:nth-child(3n+3) {padding-right: 0;}*/

.welcome {
	padding:0 10px 12px 10px;
	color: #f1f3f7;	
	display: flex;
}
.welcome_left, .welcome_right2 {
	background-color: #003859;	
	float: left;
	padding: 36px;
	width: 33%;
	text-align: center;
}
.welcome_left h1, .welcome_right2 h1 {
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0;
	widows:	2;
	margin: 0 0 18px 0;
}
.welcome_left h2, .welcome_right2 h2 {
font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 18px;
color: #5aa8cb;
line-height: 1;
text-transform: lowercase;
padding: 0px 0;
margin: -8px 0 18px 0;
}
.welcome_left p, .welcome_right2 p {
color: #ffffff;	
font-size: 13px;
padding: 0;
text-align: justify;
}
.welcome_text {
	vertical-align: center;
}
.welcome_right, .welcome_left2 {
	float: left;
	width: 67%;
}
.welcome_right img, .welcome_left2 img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
.button-md {
font-family: "Gotham A", "Gotham B", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 15px;
color : #64ACCC;
text-transform: uppercase;
border: 1px solid #ffffff;	
position: relative;
vertical-align: middle;
padding: 18px 20px 16px 20px;
margin: 20px auto 0 auto;
-webkit-appearance: none;
border-radius: 0;
cursor: pointer;
text-decoration: none;
display: -webkit-inline-box;
display: -moz-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-direction: row;
-webkit-flex-direction: row;
flex-direction: row;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
line-height: 1;
text-align: center;
}
a.button-md {
text-align: center;
}
.defpage {
padding: 0;
}
.white {
	color: #ffffff;
}
#sb_instagram  {
	margin: -10px 0 0 0;
	padding-bottom: 0;
	
}
.asthetician a {
padding-bottom: 1px;
border-bottom: 1px solid #59A8CB;
}
.treatments {
width: 20%;
float: right;
margin: 0 0 0 20px;
border: 8px solid #e7ecf0;
}
.inset-large {
width: 33%;
float: right;
margin: 0 0 0 20px;
border: 0px solid #e7ecf0;
}
.inset-half {
width: 50%;
float: right;
margin: 0 0 10px 20px;
border: 0px solid #e7ecf0;
}
.inset-portal {
width: 200px;
float: right;
margin: -20px 0 0 20px;
border: none;
}

.treatments2 {
width: 20%;
float: right;
margin: 0 0 0 20px;
border: 8px solid #ffffff;
	
}
.inset-no-border-half {
width: 50%;
float: right;
margin: 0 0 10px 20px;
border: 0px solid #ffffff;	
}
.hero img {
object-fit: cover;
object-position: center;
height: 100%;
width: 100%;
}
.hero {
float: left;
margin: 0 10px 10px 10px;
}
.video iframe {
margin: 0;
width: 100%;
}
iframe {
border: 0px solid #e7ecf0;
}

.banner img {
object-fit: cover;
object-position: center;
height: 100%;
width: 100%;
}
.banner {
float: left;
margin: 0 10px 20px 10px;
}
.video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
