/*
Theme Name: Custom Theme
Author: None
Author URI: https://wordpress.org/
Version: 2.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Custom Template
*/

@font-face {
    font-family: 'Dancing Script';
    src: url('fonts/DancingScript-Regular.eot');
    src: url('fonts/DancingScript-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/DancingScript-Regular.woff2') format('woff2'),
        url('fonts/DancingScript-Regular.woff') format('woff'),
        url('fonts/DancingScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'SCRIPALT';
  src: url('fonts/SCRIPALT.eot');
  src: url('fonts/SCRIPALT.eot?#iefix') format('embedded-opentype'),
       url('fonts/SCRIPALT.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Scriptina-Alternates';
  src: url('fonts/Scriptina-Alternates.svg#Scriptina-Alternates') format('svg'),
       url('fonts/Scriptina-Alternates.ttf') format('truetype'),
       url('fonts/Scriptina-Alternates.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SCRIPTIN';
  src: url('fonts/SCRIPTIN.eot');
  src: url('fonts/SCRIPTIN.eot?#iefix') format('embedded-opentype'),
       url('fonts/SCRIPTIN.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Scriptina';
  src: url('fonts/Scriptina.svg#Scriptina') format('svg'),
       url('fonts/Scriptina.ttf') format('truetype'),
       url('fonts/Scriptina.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'navy writing';
    src: url('fonts/FTYSTRATEGYCIDENCV.eot');
    src: url('fonts/FTYSTRATEGYCIDENCV.eot?#iefix') format('embedded-opentype'),
        url('fonts/FTYSTRATEGYCIDENCV.woff2') format('woff2'),
        url('fonts/FTYSTRATEGYCIDENCV.woff') format('woff'),
        url('fonts/FTYSTRATEGYCIDENCV.ttf') format('truetype'),
        url('fonts/FTYSTRATEGYCIDENCV.svg#FTYSTRATEGYCIDENCV') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



html body, input, textarea, .page-title span, .pingback a.url {
	/*font-family: 'Josefin Sans', sans-serif;*/
	font-weight:400;
    /*font-family: 'Playfair Display', serif;*/
    font-family: 'Playfair Display', serif;
}
body {
	background: #fff;
}
body, input, textarea {
	color: #303030;
	font-size: 12px;
	line-height: 18px;
}
a,
a:hover,
button,
button:hover,
*:hover,
.btn,
.btn:hover,
img,
img:hover,
input[type="submit"],
input[type="submit"]:hover{
    transition: all .2s ease;
}
img{ max-width:100%; height:auto;}
body .padleft{ padding-left:0 }
body .padright{ padding-right:0 }
body .padtop{ padding-top:15px;}
body .padbottom{ padding-bottom:15px; }
body .nopad{ padding:0 }
section.section{ padding:50px 0; overflow:hidden;}
/*============================================================
                Fonts Classes Starts Here
============================================================*/
.montserrat-light{font-family: 'Montserrat', sans-serif;font-weight: 400 !important;}
.montserrat-regular{font-family: 'Montserrat', sans-serif;font-weight: 400 !important;}
.montserrat-medium{font-family: 'Montserrat', sans-serif;font-weight: 500 !important;}
.montserrat-semi-bold{font-family: 'Montserrat', sans-serif;font-weight: 600 !important;}
.montserrat-bold{font-family: 'Montserrat', sans-serif;font-weight: 700 !important;}
.montserrat-extra-bold{font-family: 'Montserrat', sans-serif;font-weight: 800 !important;}
.montserrat-black{font-family: 'Montserrat', sans-serif;font-weight: 900 !important;}
/*============================================================
                Fonts Classes Ends Here
============================================================*/
/*===============================================
                Colors Classes Starts Here
===============================================  */
.color-white{color: #ffffff !important;}
.color-gold{color: #cb9317 !important;}
.color-black{color: #000 !important;}
.color-grey{color: #747474 !important;}
.color-primary{color: #000 !important;}
.color-secondary{color: #000 !important;}
.color-gradient { color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: rgba(184,40,90,1) !important; background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; }
.color-yellow{color: #ffdc00 !important;}
.color-purple{color: #a8286e !important;}
/*===============================================
                Colors Classes Ends Here
===============================================  */
/*===============================================
    Background  Colors Classes Starts Here
===============================================  */
.bg-primary{background-color:#111111 ;}
.bg-secondary{background-color:#ccc ;}
.bg-white{background-color:#fff ;}
.bg-black{background-color:#000 ;}
.bg-grey{background-color:#ddd ;}

.bg-gradient{background: rgba(184,40,90,1); background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))); background: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%);}
/*===============================================
    Background  Colors Classes Ends Here
===============================================  */
/*===============================================
    Helper Classes Starts Here
===============================================  */
.border-radius-20px {
    border-radius: 20px;
}
.box-shadow {
    -webkit-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    -moz-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.44);
}
.text-shadow{    text-shadow: 2px 7px 7px #00000070;}
.hover02 {
    width: 300px !important;
    height: auto !important;
    -webkit-transition: 5s ease-in-out !important;
    transition: 5s ease-out !important;
}
.height-0 {
    height: 0px !important;
}
/* =================================
    ScrollBar Css Starts Here
================================= */
::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
    background-color: #1a1a1a !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #026975 !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    width: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #1a1a1a !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

/* =================================
    ScrollBar Css Ends Here
================================= */
/* ======================================KEY FRAMES====================================== */
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* SHIFT */
.main-navigation ul li a {
    position:relative;
    z-index: 1;
}
.main-navigation ul li a:hover {
    color: #91640F;
}
.main-navigation ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #F1C40F;
    visibility: none;
    opacity: 0;
    z-index: -1;
}
.main-navigation ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}



/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

/* Keyframes */
@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }
    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}

@-webkit-keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    5% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    15% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        transform: translateY(0);
    }
    5% {
        transform: translateY(-30px);
    }
    15% {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* ======================================KEY FRAMES====================================== */
section#services .photo {
    background-size: 100% 100%;
    width: 100%;
    transition: transform 0.5s ease-out 0s;
    height: 500px !important;
    transform: scale(1);
    transform-origin: 98.2677% 67.1556%;
}

 
nav {position: relative;z-index: 999;width: 100%;}
nav.fixed {position: fixed;width: 100%;z-index: 999;top: 0;}
.searchform input {float: right;width: 200px;padding: 8px 46px 8px 8px;font-size: 1em;border: 1px solid #303030;background: #fff;}
.searchform input[type="submit"] {float: right;width: 37px;height: 37px;padding: 0px;border: 0px;background: #303030 url(images/search-icon.png) no-repeat center;box-shadow: none;font-size: 0;margin-left: -37px;position: relative;}
div#container{ max-width:1140px; box-sizing:border-box; margin:0 auto; padding:0 15px;}
/* ---- Social Icons ---- */
.social_icons{ text-align:right; margin:10px 0;}
.social_icons ul{ padding:0; margin:0;}
.social_icons ul li {display: inline-block;margin-left: 5px;}
.social_icons ul li a {
    background: transparent;
    border-radius: 100px;
    color: #d6eaf9;
    transition: all .2s ease;
    display: block;
    font-size: 15px;
    padding: 5px 0;
    text-align: center;
    width: 25px;
    height: 25px;
    padding-left: 6px;
    padding-top: 3px;
}
.social_icons ul li a:hover {background: #333;color: #FFF;}

/* ---- Portfolio .grid-item ---- */
.grid-item {width: 24.7%;box-sizing:border-box;margin-bottom:0px;}
.filter-button-group button {background: #333;color: #fff;display: inline-block;margin-right: 5px;padding: 5px 10px; border:0;}
.filter-button-group { margin:10px 0; overflow:hidden;}
.filter-button-group button:hover { background:#ccc; color:#000;}

#back-top > a {bottom: 1%;color: #000;display: block;font-size: 37px;position: fixed;right: 1%;text-align: center;}
/*---------------------------------- Slick SLider----------------------------------------------------*/
 
.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized { display: block !important; }
.slider {position: relative;clear: left;overflow: hidden;}
.slider .inner-item {height: 724px;}
.slider .container {position: relative;}
 
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.thumb-slider .slick-slide {margin: 5px 0 0 5px;}
.slider-thumb .thumb-slider .slick-slide img{  max-width:100%; height:auto; box-sizing:border-box; }
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before, .slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;position: relative;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;transition: all .25s ease; filter: brightness(0.5);}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-dots {position: absolute;z-index: 11;bottom: 10px;margin: 0px;padding: 0;text-align: center;width: 100%;}
.slick-dots li {list-style: none;display: inline-block;}
.slick-dots button {border: 1px solid #333;background: #fff;width: 12px;height: 12px;border-radius: 100%;font-size: 0;padding: 0px;margin-right: 5px;}
.slick-dots .slick-active button {background: #303030;}
.slick-arrow {border: 0px;font-size: 0;right: 0;margin-top:-20px;position: absolute;top: 50%;z-index: 1;background: #303030 url(images/arrow.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background: #000 url(images/arrow.png) no-repeat center center;}
.slick-next.slick-arrow {left: 0px;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.slider-progress {width: 100%;height: 5px;background: rgba(0,216,192,0.8);position: absolute;top: 0;z-index: 99;}
.slider-progress .progress {width: 0%;height: 5px;background: rgba(36,51,0,0.8);}
.thumb-slider .slick-active img {border: 1px solid transparent}
.thumb-slider .slick-current img {opacity:0.5;}

/* ---------------------------Toggle Search---------------------*/
.searchpanel {background: #ccc ;display: none;right: 0px;padding: 10px;position: absolute;top: 46px;}
.searchpanel::before {border-bottom: 10px solid #ccc;border-left: 10px solid transparent;border-right: 10px solid transparent;content: "";position: absolute;right: 7px;top: -7px;}
.nav .container {    position: relative;}
.searchtoggle {    position: absolute;    right: 11px;    top: 11px;}
.searchtoggle img{ cursor:pointer;}

/* -------------------------------------------Clients Carousel------------------------------------ */
.client {    margin-right: -10px;}
.client .slick-slide{ margin-right:10px; border:1px solid #ddd !important; padding:10px; box-sizing:border-box; text-align:center;}
.client .slick-prev{ margin-right:10px;}
.client .slick-slide img{ display:inline-block;}
/* -------------------------------------------Testimonials Carousel------------------------------------ */
.testimonial .loop {
    padding: 44px 44px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #8e8e8e;
    font-weight: 400;
    background: #fff;
    position: relative;
    padding-top: 75px;
    text-align: left;
    min-height: 410px;
}
.testimonial .loop p{ max-width:800px; margin:0 auto;}
.testimonial .loop .pic img{	max-width:100px;	margin:10px 0;	border-radius:100%;	height:auto;	display:inline-block ;}
.testimonial .loop .title{ font-size:21px; font-weight:600;}
/* -------------------------------------------Services Carousel------------------------------------ */
.service { margin-right:-10px;}
.service .slick-slide{ margin-right:10px;}
.service .title{ font-weight:700; margin:10px 0; font-size:18px;}
.service .slick-prev{ margin-right:10px;}
.service .slick-next{ margin-right:10px; right:40px; left:inherit;}
.service .slick-arrow{ top:0; margin-top:-43px;}

/*ENd SLick Slider*/


/* ---------------------------------------------------Windows Size-------------------------------------------------------------------------*/
#winSize {position: fixed;bottom: 1%;left: 1%;border: rgba(0,0,0,0.8) 3px solid;background: rgba(0,0,0,0.6);padding: 5px 10px;color: #fff;text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px;z-index: 9999}
/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {height: 30px; padding:0; margin:0;}
.tabs-menu li {height: 30px;line-height: 30px; display:inline-block; list-style:none; margin-right: 10px;background-color: #ccc;border-top: 1px solid #d4d4d1;border-right: 1px solid #d4d4d1;border-left: 1px solid #d4d4d1;}
.tabs-menu li.current {position: relative;background-color: #fff;border-bottom: 1px solid #fff;z-index: 5;}
.tabs-menu li a {padding: 10px;text-transform: uppercase;color: #fff;text-decoration: none; }
.tabs-menu .current a {color: #2e7da3;}
.tab {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-top:-1px;}
.tab-content {max-width: 660px;padding: 20px;display: none;}
#tab-1 {display: block;   }

/* ---------------------------------------------------Left Tabs-------------------------------------------------------------------------*/
.tabs-left {width: 120px; padding:0; margin:0; float:left;}
.tabs-left li {line-height: 30px; display:block; list-style:none; background: #ccc;border: 1px solid #d4d4d1; margin-bottom:10px; border-right:0;}
.tabs-left li.current {position: relative;background-color: #fff;border-bottom: 1px solid #ddd;z-index: 5;}
.tabs-left li a {padding:0 10px;text-transform: uppercase;color: #fff;text-decoration: none; display:block; }
.tabs-left .current a {color: #2e7da3;}
.tab-loop {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-left:-1px;}
.tabsleft-content {max-width: 660px;padding: 20px;display: none;}
#tabs1 {display: block;   }
/* ---------------------------------------------------Breadcrumb-------------------------------------------------------------------------*/
.breadcrumbs{ margin:10px 0; padding:0; background:#ddd; padding:5px;}
.breadcrumbs li{ list-style:none; display:inline-block; padding-right:2px;}
/* ----------------------------Comments-----------------------*/
#comments label {display: inline-block;vertical-align: top;width: 80px;}
.form-submit {    margin-left: 80px;}
#comments {    background: #eee ;    padding: 20px;}
#comments li {    list-style:none;}
#comments ol{ padding:0;}
/* ----------------------------Accordion-----------------------*/
.accordion-container{position: relative;width: 100%;height: auto;margin: 20px auto;}
.accordion-container > h2{text-align: center;color: #fff;padding-bottom: 5px;margin-bottom: 30px;border-bottom: 1px solid #ddd;}

/* ---------------------------------------------------Custom Scroll-------------------------------------------------------------------------*/
.customscroll{ height:300px;}
/* ---------------------------------------------------innerheader-------------------------------------------------------------------------*/
.inner-banner{ height:500px; width:100%; display:table; color:#fff;}
.inner-banner h2 {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    font-size: 40px !important;
    color: #113c5d !important;
    font-family: 'Playfair Display', serif !important;
}
/* ---------------------------------------------------blog-------------------------------------------------------------------------*/
.blogs{}
.blogs li {width: 100%;margin-bottom: 20px;min-height: 210px;clear: both;float: left;border-bottom: 1px solid #dcdcdc;}
.blogs li:last-child{ border:none;}
.blogs li h4{text-transform: capitalize;background: #f0f0f0;padding: 10px;position: relative;margin-bottom: 20px;font-weight: 600;color: #2f2f2f;}
.blogs li h4 span{width: 7%;text-align: center;background: #b12224;font-size: 11px;line-height: 18px;text-transform: uppercase;color: #fff;position: absolute;right: 0;top: 0;}
.blogs li h4 span strong{ display:block; font-size:26px; font-weight:normal;}
.blogs li a{ float:right;}
.blogs li .meta {background: #f0f0f0;padding: 10px;position: relative;margin: 38px 0 0;font-weight: 500;float: right;clear: right;width: 67%;color:#989898;font-size:16px;line-height:21px;}
.blogs li .meta span{ background:url('images/user-bg.png') no-repeat;padding: 3px 30px;}
.blogs li .meta span.comments{ margin-left:10px; background:url('images/comments.png') no-repeat;}
.blogs li .meta span strong{color: #258ef9;font-weight: normal;text-transform: capitalize;}
.sidebar ul{ padding:0; margin:0;}
.sidebar ul li{ list-style:none;}
.sidebar-pro{ border:1px solid #c2c2c2;    padding: 0 !important; border-radius:5px; overflow:hidden;}
.sidebar-pro h4{background: #b12224;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;margin: 0;}
.sidebar-pro .cat li{margin-bottom: 6px;list-style: none;padding: 10px;}
.sidebar-pro .cat li:hover{background: #b12224;}
.sidebar-pro .cat li:hover a{color: #fff;}
.sidebar-pro .cat li.current-cat{background: #b12224;}
.sidebar-pro .cat li:last-child{ margin-bottom:0;}
.sidebar-pro .cat .product-categories{ margin-bottom:0;}
.sidebar-pro .cat li a{ color:#424242; font-size:14px;}
.sidebar .recent li{border-bottom: 1px solid #c7c7c7;margin:5px 0; padding:5px 0;overflow:hidden;font-size: 14px;}
.sidebar .recent li h5{ margin-top:0;}
.sidebar .recent li:last-child{ border:none;}
.sidebar h4{background: #303030;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;}
.sidebar .recent h5{ color:#231f20; font-size:14px; margin-bottom:10px;}
.sidebar .recent p{ color:#6d6d6d; line-height:16px;}
.sidebar .recent .more a{ color:#258ef9; float:right;}
.sidebar .cat li{border-bottom:1px solid #ddd;font-weight:600; margin:5px 0;padding:5px 0;}
.blogs .loop {border-bottom: 1px solid #ddd;margin: 10px 0;overflow: hidden;padding: 10px 0;}
.sidebar .section{ margin-top:10px; overflow:hidden;}
.blogs .title{ margin:0;}
.blogs small{ margin-bottom:10px; display:inline-block; color:#888;}
.sidebar .cat li:last-child{ border:0; margin-bottom:0; padding-bottom:0;} 
.sidebar .cat li a{ color:#424242; font-size:14px;}
.blogs .meta {background: #ddd;margin-top: 10px;padding: 5px;}
/*---------------------Pagination----------------------- */
.pagination {clear:both;padding:20px 0;position:relative;font-size:11px;line-height:13px;}
.pagination span, .pagination a {display:block;float:left;margin: 2px 2px 2px 0;padding:6px 9px 5px 9px;text-decoration:none;
width:auto;color:#fff;background: #555;}
.pagination a:hover{color:#fff;background: #3279BB;}
.pagination .current{padding:6px 9px 5px 9px;background: #3279BB;color:#fff;}


/* ------------------------------------Responsive Simple Menu------------------------------------------------------ */

.menu-header, .menu-header ul, .menu-header ul li, .menu-header ul li a, .menu-header #menu-button {
margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.menu-header:after, .menu-header > ul:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.menu-header #menu-button {display: none;}
 
.menu-header > ul > li { display:inline-block;}
.menu-header.align-center > ul {font-size: 0;text-align: center;}
.menu-header.align-center > ul > li {display: inline-block;float: none;}
.menu-header.align-center ul ul {text-align: left;}
.menu-header.align-right > ul > li {float: right;}
.menu-header > ul > li > a {
    padding: 12.82px 20px;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #2e2d2d;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 27.39px;
}
.menu-header > ul > li:hover > a {color: #ffffff;}
/*.menu-header > ul > li.has-sub > a {padding-right: 30px;}
.menu-header > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;}*/
.menu-header  ul  ul::before {
    border-color: transparent transparent #9cc0f9;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 20px;
    position: absolute;
    top: -20px;
}
.menu-header  ul ul  ul::before { display:none;}
.menu-header > ul > li.has-sub:hover > a:before {top: 23px;height: 0;}
.menu-header ul ul {position: absolute;left: -9999px;}
.menu-header.align-right ul ul {text-align: right;}
.menu-header ul ul li {height: 0;transition: all .25s ease;}
.menu-header li:hover > ul {left: auto;}
.menu-header.align-right li:hover > ul {left: auto;right: 0;}
.menu-header li:hover > ul > li {height: 35px;}
.menu-header ul ul ul {margin-left: 100%;top: 0;}
.menu-header.align-right ul ul ul {margin-left: 0;margin-right: 100%;}
.menu-header ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 300px;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    background: #9cc0f9;
    text-transform: uppercase;
}
.menu-header ul ul li:last-child > a, .menu-header ul ul li.last-item > a {border-bottom: 0;}
.menu-header ul ul li:hover > a, .menu-header ul ul li a:hover {color: #ffffff;}
.menu-header ul ul li.has-sub > a:after {position: absolute;top: 16px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header.align-right ul ul li.has-sub > a:after {right: auto;left: 11px;}
.menu-header ul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';transition: all .25s ease;}
.menu-header.align-right ul ul li.has-sub > a:before {right: auto;left: 14px;}
.menu-header ul ul > li.has-sub:hover > a:before {top: 17px;height: 0;}



/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 2px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); }
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}

* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
        text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}


/*error-page*/

.error-page{
    padding: 40px 0;
}

.error-page h1{
    color: #414142;
    font-size: 40px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}
.error-page p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px;
}


/*default-page*/

.page-def{
    padding: 40px 0; 
}
.page-def h1{
    color: #414142;
    font-size: 50px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h2{
    color: #414142;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h3{
    color: #414142;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h4{
    color: #414142;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.page-def h5{
    color: #414142;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.page-def h6{
    color: #414142;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.page-def p{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px; 
}



.wpcf7-not-valid {
    border-bottom: 4px solid #f00 !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
div.wpcf7-response-output{
    color: #fff;
}


html.open-menu body{
    position: fixed !important;
}

.sec-faq{
   padding: 30px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}/*sec-faq*/
.sec-faq{
   padding: 30px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}
.playfair{
    font-family: 'Playfair Display', serif !important;
}
.header_top {
    background: #03254E;
    color: #fff;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.header_top a .fa {
    padding-right: 8px;
}
.header_top a {
    display: block;
    color: #fff;
    font-size: 18px;
}
.header_top .text-left ul li a {
    padding: 13px 0;
    padding-right: 25px;
}
.header_top ul li {
    display: inline-block;
}
.header_top ul {
    margin: 0;
    padding: 0;
}
nav.nav {
    background: #fcb8c7;
    color: #fff;
    margin-top: 15px;
    transition: all .2s ease;
}
.menu-header ul li:last-child {
    float: right;
}
.tagline {
    font-size: 18px;
    color: #22679d;
    text-align: center;
    padding-top: 5px;
}
a.btn {
    border: 1px solid #676767;
    color: #676767;
    font-size: 12px;
    font-weight: 400;
    line-height: 27.39px;
    text-transform: uppercase;
    border-radius: 23.5px;
    padding: 10.82px 30px 6.82px 30px;
    letter-spacing: 0.5px;
    display: inline-block;
}
a.cart_icon {
    width: 46px;
    height: 46px;
    border: 1px solid #276b9f;
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    float: right;
    margin-left: 20px;
    padding-top: 5px;
}
.header_logo_bar {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.header_logo_bar .logo {
    padding-top: 0px;
    padding-bottom: 0px;
    height:auto;
    /* width: 20.666667%; */
    margin-left: 1%;
}

.header_logo_bar .second-item{
    /* width: 27.333333%; */
    margin-right: 1%;
}

.loop .img-size img{
    width: 363px;
    height: 236px;
}

@media only screen and (min-width: 1370px) and (max-width: 1605px)  
{
    .header_logo_bar {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .header_logo_bar .logo {
        /* width: 29.666667%; */
        width: 35.66%;
        margin-left: -2%;
    }
    .header_logo_bar .second-item{
        /* width: 33.333333%; */
        /* margin-left: -3%;
        padding-left: 4%; */
        margin-right: -2%;
    }

    .loop .img-size img{
        max-width: 100%;
        height: auto;
    }
}
@media only screen and (min-width: 375px) and (max-width: 667px)  
{
    .header_logo_bar {
        display: block;
    }

    .header_logo_bar .logo {
        width: 100%;
    }
    .header_logo_bar .second-item{
        width: 100%;
    }
}
.btn_header{
    padding-top: 5px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.caption .slider_title {
    font-size: 38px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.3px;
    margin-bottom: 20px;
}
.caption p {
    font-size: 20px;
    color: #fff;
   font-family: 'Josefin Sans', sans-serif;
}
.caption {
    width: 40%;
    margin: 0 auto;
    display: table;
    vertical-align: middle;
    height:100%;
}
.caption_inner{
    display: table-cell;height:100%;
    vertical-align: middle;
}
.caption_inner .btn {
    background: #90ee90;
    border-color: #90ee90;
    color: #1e1e1e;
    margin-top: 25px;
}
h3 {
    font-size: 40px !important;
    color: #515151 !important;
    font-family: 'Playfair Display', serif !important;
    text-align: center;
    line-height: 80.5px !important;
    padding: 0 0 30px 0;margin-top:0;
}
.featured_in_box {
    display: inline-block;
}
nav.nav.fixed {
    margin: 0;transition: all .2s ease;
}
footer.footer {
    background: #113c5d;
    color: #fff;
    list-style: none;
    padding: 80px 0 30px 0;
}
.copy {
    font-size: 16px;
    color: #467ca6;
    line-height: 22px;
}
.copyright {
    padding-top: 30px;
}
.container.text-center.copy {
    border-top: 1px solid #ffffff10;
    padding-top: 40px;
    margin-top: 40px;
}
#back-top > a {
    color: #367cb2;
    font-size: 11px;    text-transform: uppercase;
}
#back-top > a span {
    color: #367cb2;    margin-bottom: 5px;
    font-size: 25px;
    display:block;
}
.copyright p {
    font-size: 12px;
    margin: 0;
}
.info a {
    font-size: 14px;
    color: #dbebf7;
    margin-top: 20px;
    display: block;
}
.info a .fa {
    color: #cfd8df;
    width: 30px;
    float: left;
    margin-bottom: 10px;
}
i.fa.fa-map-marker {
    font-size: 17px;
}
.info {
    padding-top: 20px;
}
footer h3.widget-title {
    font-size: 20px !important;
    color: #fff !important;
    line-height: 27.39px !important;
    letter-spacing: -0.1px !important;
    margin-top: 0 !important;
    display: block;
    font-family: 'Josefin Sans', sans-serif !important;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0 !important;
    font-weight: 400;
}
footer.footer .menu li a {
    color: #dbebf7;
    font-size: 14px;
    line-height: 27.39px;
}
footer.footer ul {
    list-style: none;
}
footer.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer.footer .menu ul li a {
    font-weight: 300;
}
footer.footer .social_icons ul li a {
    background: #8f8f8f;
    border-radius: 100px;
    color: #dbebf7;
    transition: all .2s ease;
    display: block;
    font-size: 20px;
    padding: 5px 0;
    text-align: center;
    width: 43px;
    height: 43px;
    padding-left: 0;
    padding-top: 10px;
}
footer.footer .social_icons {
    text-align: left;
    margin: 0 0 40px 0;
}
.footercol4 h3.widget-title {
    padding-bottom: 15px !important;
}
section.affiliations_section {
    background: #f6f6f6;
    padding: 50px 0;
}
.affiliations_logos {
    display: inline-block;
    padding: 35px;
}
section.affiliations_section.text-center h3 {
    padding: 0;
    /* text-transform: uppercase; */
    margin: 0;
    line-height: 60px !important;
    margin-bottom: 0;
    font-size: 45px !important;
    letter-spacing: 1px !important;
}
.small_text {
    font-size: 24px;
    color: #b9b3b4;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 20px;
}
.welcome_paragraph {
    margin-top:30px;
    font-size: 18px;
    color: #5a5a5a;
    width: 605px;
    margin: 0 auto;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: left;
}
.video_image img {
    box-shadow: 0px 18px 35px 0px rgb(0 0 0 / 16%);
    margin: 20px 0 40px 0;
}
section.meet-dr-tania {
    background: #fae9ed;
   
}
section.meet-dr-tania h3 {
    padding: 0;
    text-transform: uppercase;
    margin: 0;
    line-height: 60px !important;
    margin-bottom: 10px;
    text-align: left;
}
.schedule_text {
    background: #90ee90;
    border: 4px solid #fff;
    padding: 18px;
    font-size: 18px;
    color: #2a2a2a;
    text-align: center;
    width: 301px;
    position: absolute;
    right: -55px;
    bottom: 18px;
}
.video_image {
    position: relative;
}
a.btn.blue {
    background: #9cc0f9;
    border-color: #9cc0f9;
    color: #fff;
    margin-top: 15px;
}
section.services_sec.text-center {
    padding: 50px 178px;
    background: #f6f6f6;
    padding-bottom: 140px;
}
section.services_sec h3 {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
section.services_sec .slick-slide img {
    display: inline-block;
}
section.services_sec .title {
    font-size: 26px;
    color: #515151;
    font-family: 'Playfair Display', serif;
    padding: 20px 0;
    height: 63px;
    overflow: hidden;
}
section.services_sec .desc {
    font-size: 16px;
    line-height: 24px;
    color: #8e8e8e;
    padding: 5px 37px;
    height: 188px;
}
section.services_sec .loop {
    background: #fff;
    padding-bottom: 30px;
}
section.services_sec a.btn.blue {
    margin-top: 30px;
    margin-bottom: 10px;
   text-transform: uppercase;
}
section.services_sec .slick-dots .slick-active button {
    background: transparent;
    border-color: #9cc0f9;
}
section.services_sec .slick-dots button {
    border: 1px solid #c5c5c5;
    background: #c5c5c5;
    margin: 5px;
}
section.services_sec ul.slick-dots {
    bottom: -70px;
}
section.section.testimonials {
    background: #fcb8c7;
    padding: 100px 0 150px 0;
}
section.section.testimonials .slick-dots .slick-active button {
    background: transparent;
    border-color: #9cc0f9;
}
section.section.testimonials .slick-dots button {
    border: 1px solid #e1a5b2;
    background: #e1a5b2;
    margin: 5px;
}
section.section.testimonials ul.slick-dots {
    bottom: -70px;
}
h4.text-center {
    font-size: 30px;
    color: #515151;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    margin-bottom: 50px;
    margin-top: 0;
}
.stars.text-center img {
    display: inline-block;
    margin-top: 20px;
}
.testimonial .loop:before {
    background: url(./images/quote.png) no-repeat;
    position: absolute;
    content: "";
    left: 44px;
    top: 44px;
    width: 18px;
    height: 12px;
    z-index: 9999;
}
.contact_section{
    background:#f6f6f6;
    padding:80px 0;
}
section.contact_section h3 {
    font-size: 50px !important;
}
.wpcf7 input, .wpcf7 textarea {
    width: 100%;
    margin: 20px auto;
    padding: 10px 20px;
    border: 0;
    border-bottom: 1px solid #b5b2b2;
    background: transparent;
    font-size: 16px;
    font-weight: 300;
    color: #1c1c1c;resize:none;
    padding-left: 0;
}
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border: 1px solid #676767;
    color: #676767;
    font-size: 12px;
    font-weight: 400;
    line-height: 27.39px;
    text-transform: capitalize;
    border-radius: 23.5px;
    padding: 10.82px 62.55px 6.82px 62.54px;
    letter-spacing: 0.5px;
    display: inline-block;
    background: #9cc0f9;
    border-color: #9cc0f9;
    color: #fff;
    margin-top: 15px;
    width: auto !important;
}
span.wpcf7-spinner {
    position: absolute;
}
span.info_text.text-left {
    font-size: 12px;
    color: #be7a89;
    text-align: left;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
section.product_section {
    background: #f6f6f6;
    padding: 50px 0;
    text-align: center;
}
.payment_section{
    background: #f6f6f6;
    padding: 20px 0 100px 0;;
    text-align: center;
    
}
section.product_section h3 {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
section.product_section .loop {
    background: #fff;
    padding: 35px 0;
    margin: 0 15px;
    margin-bottom: 30px;
}
.product_title {font-size: 20px;color: #5a5a5a;line-height: 54px;font-family: 'Playfair Display', serif;font-weight: 500;padding: 10px;}

.product_contents {font-size: 16px;color: #888888;line-height: 24px;    padding: 0 32px;}

.product_price {font-size: 40px;color: #9cc0f9;line-height: 54px;padding: 10px 0;}
.button_addtocart a.btn {
    color: #9cc0f9;text-transform: capitalize;
    border-color: #9cc0f9;
}
section.product_section span.woocommerce-Price-currencySymbol {
    font-size: 20px;
    margin-top: -10px;
    position: absolute;
    left: -14px;
}
section.product_section span.woocommerce-Price-amount.amount {
    position: relative;
}
.phone_cta a .fa {
    font-size: 30px;
    margin-bottom: 10px;
}

.phone_cta a {
    background: #4d4d4d;
    display:block;
    text-align: center;
    padding: 20px;
    color: #fff;
    border-radius: 20px;
    font-size: 15.27px;
    padding: 17.61px 21.4px;
}
span#close-btn {
    position: absolute;
    top: 12px;
}
.phone_cta {
    position: fixed;
    right: 38px;
    bottom: 100px;
}
span#close-btn {
    position: absolute;
    top: 12px;
    color: #fff;
    right: 14px;
    cursor: pointer;
}
section.payment_section h2 {
    font-size: 26px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 54px;
    color: #fff;
    text-align: center;
}
.inner_box_pay1 {
    background: #6da5d6;padding:50px;    padding-top: 20px;height: 355px;
}
.inner_box_pay2 {
    background: #96bbda;
    padding: 50px 20px;
    padding-top: 20px;height: 355px;
}
.inner_box_pay3 {
    background: #8baac5;padding:50px;    padding-top: 20px;height: 355px;
}
a.btn.btn1 {background: #9cc0f9;border-color: #9cc0f9;color: #fff;margin: 10px;font-size: 14px;
    padding-left: 40px;
    padding-right: 40px;}

a.btn.btn2 {background: #adcde9;border-color: #adcde9;color: #fff;margin: 10px;font-size: 14px;
    padding-left: 40px;
    padding-right: 40px;}
.inner_box_pay3 p {
    font-size: 17px;
    margin-bottom: 30px;
    color: #fff;
}
.inner_box_pay1 a.btn {
    width: 207px;
}
a.btn.btn3 {background: #fcb8c7;border-color: #fcb8c7;color: #fff;margin: 10px;font-size: 14px;padding-left: 40px;padding-right: 40px;}
input.es_required_field.es_txt_email.ig_es_form_field_email {background: #a4bed4;border: 0;border-radius: 28.5px;padding: 16px 30px;width: 100%;color: #637684;font-size: 14px;}

.es-field-wrap label {width: 100%;}

.es_subscription_form_submit.es_submit_button.es_textbox_button {background: #9cc0f9;border: 0;font-size: 14px;color: #fff;border-radius: 24.5px;padding: 14px 30px;width: 100%;text-transform: uppercase;letter-spacing: 0.5px;}

.single .inner-banner .container.text-center {
    height: 100%;
    display: table;
    vertical-align: middle;
}
.wrap {padding: 50px 0;}

.wrap img {margin-bottom: 30px;}
.btn:hover,input.wpcf7-form-control.has-spinner.wpcf7-submit:hover, .es_subscription_form_submit.es_submit_button.es_textbox_button:hover {
    background: #90ee90 !important;
    border-color: #90ee90 !important;
    color: #1e1e1e !important;
}
.menu-header ul ul li a:hover {
    background: #fcb8c7;
}
.caption_inner .btn:hover {

    background: #9cc0f9 !important;
    border-color: #9cc0f9 !important;
    color: #fff !important;
}
.row.pay_row1 a.btn {
    background: #9cc0f9;
    border-color: #9cc0f9;
    color: #fff;
    padding: 9px 30px 7px 30px;
    margin-left: 0;
}
.row.pay_row2 a.btn {
    background: #9cc0f9;
    border-color: #9cc0f9;
    color: #fff;
    padding: 9px 30px 7px 30px;
}
.row.pay_row1 {
    color: #fff;    text-align: left;
}
.row.pay_row2 {
    color: #fff;    text-align: left;padding-top: 6px;
}
.row.pay_row2 p {
    font-size: 12px;    padding-top: 27px;text-align: center;
}
.heading_pay.text-center {
    width: 124px;
}
.header_top a:hover, a.cart_icon:hover {
    color: #fcb8c7;    border-color: #fcb8c7;
}
.phone_cta a:hover{
    background: #fcb8c7;
    color: #fff;
}
footer.footer .social_icons ul li a:hover {
    background: #fcb8c7;
    color: #fff;
}
footer.footer .menu li a:hover {
    color: #fcb8c7;
}
#back-top > a span:hover,
#back-top > a:hover,
.info a:hover {
    color: #fcb8c7;
}
.info a:hover .fa {
    color: #fcb8c7;
}
.inner-banner .container {
    height: 100%;
    display: table;
}
.page-id-35 section.affiliations_section {
    background: #fcb8c7;
    padding: 50px 0;
}
.sec-2 .descp .set > a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    border: 2px solid #9cc0f9;
    padding: 8px 50px;
    display: inline-block;
    transition: all ease .5s;
    letter-spacing: 1px;
    margin-bottom: 15px;
    width: 100%;transition: all .2s ease;
    background: #9cc0f9;
}
.accordion-container {
    position: relative;
    width: 100%;
    height: auto;transition: all .2s ease;
    margin: 20px auto;
}
section#faq {
    padding: 60px 0;transition: all .2s ease;
}
.content {
    transition: all .2s ease;
}
section.services_sec .title {
    font-size: 25px;
}
.page-id-36 section.services_sec .loop {
    margin-bottom: 30px;
}
.services_sidebar {background: #f6f6f6;padding: 30px 15px;}
.services_sidebar a.btn_blue {padding: 10px;display: block;font-size: 16px;color: #515151;border-bottom: 1px solid #ccc;}
.services_single_page {
    padding: 70px 0;
}
.services_single_page h1.entry-title {
    margin-top: 0;
}
.services_sidebar .loop_service:last-child a {
    border: 0;
}
.services_sidebar a.btn_blue:hover {
    background: #9cc0f9;
    color: #fff;
}
.single-our_services .entry-content img {
    margin-bottom: 15px;
}
.single-our_services .entry-content {
    font-size: 16px;
}
/*shop page css*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    box-shadow: none;
    text-shadow: none;
    border: 1px solid #676767;
    color: #676767;
    font-size: 12px;
    font-weight: 400 !important;
    line-height: 27.39px !important;
    text-transform: uppercase;
    border-radius: 23.5px !important;
    padding: 10.82px 30px 6.82px 30px !important;
    letter-spacing: 0.5px;
    display: inline-block !important;
    color: #9cc0f9 !important;
    text-transform: capitalize;
    border: 1px solid #9cc0f9 !important;
    background: transparent !important;
}
h2.woocommerce-loop-product__title {font-size: 20px !important;
    color: #5a5a5a;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
}

.woocommerce ul.products li.product .price {    font-size: 40px !important;
    color: #9cc0f9 !important;
    line-height: 54px;    margin-bottom: 0 !important;
    padding: 10px 0;}

span.woocommerce-Price-currencySymbol {font-size: 20px;
    margin-top: -10px;
    position: absolute;
    left: -14px;}

ul.products.columns-4,
ul.products {text-align: center;}

span.woocommerce-Price-amount.amount {position: relative;}
.woocommerce ul.products li.product a img {
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    background: #fff !important;
    padding: 35px 0 !important;
    margin: 0 2%!important;
    margin-bottom: 30px !important;
    width: 29.33% !important;
}
ul.products.columns-4,
ul.products.columns-3{
    text-align: center;
    margin: 0 -25px !important;
}
.page-id-114 {
    background: #f6f6f6;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: 8px;
}
.woocommerce ul.products li.product .button {
    margin-top: 0 !important;
}
.woocommerce ul.products li.product .button:hover {
    background: #90ee90 !important;
    border-color: #90ee90 !important;
    color: #fff !important;
}
input#coupon_code {
    width: 120px;
    padding: 12px;
    text-transform: capitalize;
}
.woocommerce-cart span.woocommerce-Price-currencySymbol {
    margin-top: 0;
    position: relative;
    left: auto;
}
.woocommerce-cart span.woocommerce-Price-amount.amount {
    font-size: 20px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: #90ee90 !important;
    border-color: #90ee90 !important;
    color: #fff !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 7px;
    border-radius: 0 !important;
    border: 1px solid #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top: 3px solid #fcb8c7 !important;
}
.woocommerce-message::before {
    color: #fcb8c7 !important;
}
.pum-content.popmake-content, .pum-content.popmake-content p {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 27px;
    margin: 0 auto;
    font-weight: 400;margin-bottom: 10px;
}
.pum-container.pum-responsive.pum-responsive-medium {
    width: 42% !important;
}
.sidebar .recent .more a {
    color: #fcb8c7;
    float: right;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 10px 30px;
    background-color: #fcb8c7;
    text-transform: capitalize;
    transition: .5s ease-in-out;
}
.sidebar .section {
    border: 1px solid #fcb8c7;
}
ul.recent {
    padding: 0;
}
.sidebar .more {text-align: center;}
.sidebar .recent .more a {
    color: #fcb8c7;
    float: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 5px 30px;
    background-color: #fcb8c7;
    text-transform: capitalize;
    transition: .5s ease-in-out;
    margin-bottom: 12px;
}

.single .entry-content {
    padding: 5px 0;
}
.single .entry-content img {
    margin-bottom: 15px;
}
.single .entry-content p {
    font-size: 18px;
}
.single .sidebar .section {
    margin-top: 38px;
}
.sec-6 .loop_artical .main .disc h3 {
    text-transform: uppercase;
}

.blogs{}
.blogs li {width: 100%;margin-bottom: 20px;min-height: 210px;clear: both;float: left;border-bottom: 1px solid #dcdcdc;}
.blogs li:last-child{ border:none;}
.blogs li h4{text-transform: capitalize;background: #f0f0f0;padding: 10px;position: relative;margin-bottom: 20px;font-weight: 600;color: #2f2f2f;}
.blogs li h4 span{width: 7%;text-align: center;background: #b12224;font-size: 11px;line-height: 18px;text-transform: uppercase;color: #fff;position: absolute;right: 0;top: 0;}
.blogs li h4 span strong{ display:block; font-size:26px; font-weight:normal;}
.blogs li a{ float:right;}
.blogs li .meta {background: #f0f0f0;padding: 10px;position: relative;margin: 38px 0 0;font-weight: 500;float: right;clear: right;width: 67%;color:#989898;font-size:16px;line-height:21px;}
.blogs li .meta span{ background:url('images/user-bg.png') no-repeat;padding: 3px 30px;}
.blogs li .meta span.comments{ margin-left:10px; background:url('images/comments.png') no-repeat;}
.blogs li .meta span strong{color: #258ef9;font-weight: normal;text-transform: capitalize;}
.blogs .loop .col-md-8.padleft .title a {font-size: 26px;font-weight: 700;color: #fcb8c7;font-style: italic;}

.blogs .loop .col-md-8.padleft small {
    font-size: 16px;
    font-weight: 400;
    color: #767676;
    margin: 20px 0 20px;
}

.blogs .loop .col-md-8.padleft p {
    font-size: 18px;
    font-weight: 400;
    color: #787878;
}

.blogs .loop .col-md-8.padleft .more {
    margin-top: 40px;
}

.blogs .loop .col-md-8.padleft .more a {
    font-size: 16px;
    color: #fcb8c7;
    font-weight: 500;
}

.blogs .loop .col-md-8.padleft .meta {
    display: none;
}

.blogs .loop .col-md-8.padleft .meta span {
    font-size: 16px;
    color: #fcb8c7;
    font-weight: 500;
}
.sidebar ul{ padding:0; margin:0;}
.sidebar ul li{ list-style:none;}
.sidebar-pro{ border:1px solid #c2c2c2;    padding: 0 !important; border-radius:5px; overflow:hidden;}
.sidebar-pro h4{background: #b12224;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;margin: 0;}
.sidebar-pro .cat li{margin-bottom: 6px;list-style: none;padding: 10px;}
.sidebar-pro .cat li:hover{background: #b12224;}
.sidebar-pro .cat li:hover a{color: #fff;}
.sidebar-pro .cat li.current-cat{background: #b12224;}
.sidebar-pro .cat li:last-child{ margin-bottom:0;}
.sidebar-pro .cat .product-categories{ margin-bottom:0;}
.sidebar-pro .cat li a{ color:#424242; font-size:14px;}
.sidebar .recent li {
    border-bottom: 1px solid #c7c7c7;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 14px;
}
.sidebar .recent li h5{ margin-top:0;}
.sidebar .recent li:last-child{ border:none;}
.sidebar h4 {
    background: #fcb8c7;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    line-height: 29px;
    margin: 0;
}
.sidebar .recent h5{ color:#231f20; font-size:14px; margin-bottom:10px;}
.sidebar .recent p{ color:#6d6d6d; line-height:16px;}
.sidebar .recent .more a{color: #fcb8c7; float:right;}
.sidebar .cat li{border-bottom:1px solid #ddd;font-weight:600; margin:5px 0;padding:5px 0;}
.blogs .loop {border-bottom: 1px solid #ddd;margin: 30px 0;overflow: hidden;padding: 50px 0;}
.sidebar .section{margin-top: 85px; overflow:hidden;}
.blogs .title {
    margin: 0;
    float: left;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;

}
.blogs small{ margin-bottom:10px; display:inline-block; color:#888;}
.sidebar .cat li:last-child{ border:0; margin-bottom:0; padding-bottom:0;} 
.sidebar .cat li a{ color:#424242; font-size:14px;}
.sidebar .recent li {
    border-bottom: 1px solid #c7c7c7;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 14px;
}
.sidebar .recent li h5 {
    margin: 0;
}
.sidebar .section a {
    font-size: 20px;
    line-height: 30px;
    display: block;
    padding: 10px;
}
.sidebar .section a {
    color: #fcb8c7;
    font-size: 16px;
    line-height: 30px;
}
.sidebar .section a:hover {
    color: #1e1e1e;
    background: #90ee90;
}
.single-blogs .inner-banner {
    background: #9cc0f9 !important;
    height: 150px;
}
.single-blogs .inner-banner h2 {
    color: #fff !important;
}
.blogs .loop .col-md-8.padleft .title a {
    text-transform: uppercase;
}
.blogs .loop .col-md-8.padleft .more a {
    font-size: 16px;
    color: #fcb8c7;
    font-weight: 500;
    border: 1px solid #676767;
    color: #676767;
    font-size: 12px;
    font-weight: 400;
    line-height: 27.39px;
    text-transform: uppercase;
    border-radius: 23.5px;
    padding: 10.82px 30px 6.82px 30px;
    letter-spacing: 0.5px;
    display: inline-block;
    background: #9cc0f9;
    border-color: #9cc0f9;
    color: #fff;

}
.blogs .loop .col-md-8.padleft .more a:hover {
    background: #90ee90 !important;
    border-color: #90ee90 !important;
    color: #1e1e1e !important;
}
.blogs .loop .col-md-8.padleft .more {
    margin-top: 0;
}
section#faq {
    padding: 60px 0;
    transition: all .2s ease;
    padding: 50px 178px;
    background: #f6f6f6;
    padding-bottom: 140px;
}

header.header a.btn {
    border: 1px solid #90ee90;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 27.39px;
    text-transform: uppercase;
    border-radius: 23.5px;
    padding: 10.82px 30px 6.82px 30px;
    letter-spacing: 0.5px;
    display: inline-block;
    background-color: #90ee90;
}

.fusion-row {
    background: #9cc0f9;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 10px 0;
}
.fusion-row p, .fusion-row a{
    margin : 0;
    color:#fff;
}

.page-template-about-us .featured_in_box img {
    margin: 0 auto 20px;
}

.page-template-about-us .welcome_paragraph {
    width: 100%;
}
.page-template-about-us .welcome_paragraph a.btn.blue {
    display: block;
    width: 190px;
    margin: 20px auto;
}


.page-template-about-us .featured_in .slick-dots .slick-active button {
    background: transparent;
    border-color: #9cc0f9;
}
.page-template-about-us .featured_in .slick-dots button {
    border: 1px solid #c5c5c5;
    background: #c5c5c5;
    margin: 5px;
}
.page-template-about-us .featured_in ul.slick-dots {
    bottom: -40px;
}
section.featured_in.section .desc2{
     margin-bottom: 40px;  
}
section.featured_in.section .desc2 h3 {
    margin-bottom: 0;
    padding: 0;
}
section.affiliations_section.bg-pink {
    background: #fae9ed;
}
section.services_sec.page-meet .title {
    font-size: 24px;
    height: auto;
}
section.services_sec.page-meet .desc {
    height: auto;
}
section.services_sec.page-meet .loop {
    background: #ececeb;
    padding: 20px;
}

.main-slider .slick-dots button {
    border: 1px solid #c5c5c5;
    background: #c5c5c5;
    margin: 5px;
}
.main-slider .featured_in ul.slick-dots {
    bottom: -40px;
}
.main-slider .slick-dots .slick-active button {
    background: transparent;
    border-color: #9cc0f9;
}
.home section.services_sec .loop, .page-id-36  section.services_sec .loop{
    background: transparent;
    padding-bottom: 30px;
}



.quotation-slider .slick-dots button {
    border: 1px solid #c5c5c5;
    background: #c5c5c5;
    margin: 5px;
}
.quotation-slider ul.slick-dots {
    bottom: -40px;
}
.quotation-slider .slick-dots .slick-active button {
    background: transparent;
    border-color: #9cc0f9;
}
.quotation-slider p{
    font-size: 20px;
}


.sec-2 .descp .set > a:before{  float:right; content: "\f067";height: 12px;    margin: 6px 0 0;    width: 13px;font: normal normal normal 14px/1 FontAwesome;}
.sec-2 .descp .set > a.active:before{ width: 16px; height: 3px; font: normal normal normal 14px/1 FontAwesome;    content: "\f068";}
.schedule_text strong {
    font-style: normal;
}
.bg_white {
    background: #fff;
    color: #1b2932;
    font-size: 15px;
}
.schedule_text p {
    margin: 0;
    padding: 30px 18px;
}
.schedule_text {
    background: #1b2932;
    border: 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 358px;
    position: absolute;
    right: 0;
    bottom: -52px;
    font-style: italic;
    float: right;
    margin-top: -40px;
    position: relative;
    right: auto;
    bottom: auto;
}
section.meet-dr-tania {
    background: #fff;}
    
.page-template-about-us .welcome_paragraph {
    margin-top: 63px;
    width: 100%;
}

.page-template-about-us .featured_in_box img {
    margin: 0;
    width: auto;
    height: 100px;
}
.row.edu-back-slider:nth-child(5) img {
    width: auto;
    height: 140px;
}
.featured_in_box.col-md-7.text-center {
    /* display: table-cell; */
    /* vertical-align: middle; */
    height: 150px;
    margin-top: 36px;
    /* background: green; */
    /* border: 2px solid #fff; */
    display: table;
}
.featured_in_box.col-md-7.text-center .desc {
    display: table-cell;
    margin-top:5px;
    /* font-size:30px; */
    font-size:23px;
    /* width: 100%; */
    /* height: 100%; */
    /* vertical-align: middle; */
    /* background: red; */
}
.row.edu-back-slider {
    /* border-bottom: 1px solid; */
    /* display: table; */
    /* width: 100%; */
    height: 100px;
    /* vertical-align: middle; */
}

/* Styles for desktops and larger screens */

@media only screen and (min-width: 1024px) {
    /* CSS rules for desktops and larger screens go here */
    .education-row{
        display: flex !important;
        margin-bottom: 6% !important;
    }
  }
 
/* Styles for tablets */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    /* CSS rules for tablets go here */
    .education-row{
        display: flex !important;
        margin-bottom: 25% !important;
    }
  }  

/* Styles for mobile devices */

@media only screen and (max-width: 767px) {
    /* CSS rules for mobile devices go here */
    .education-row{
        display: block !important;
        margin-bottom: 4% !important;
    }
  }
  

.row.edu-back-slider:nth-child(3) img {
    width: auto;
    height: auto;
}
.row.edu-back-slider:nth-child(4) img {
    width: auto;
    height: 140px;
}
.featured_in_box.col-md-5.text-left {
    /* display: table-cell; */
    /* vertical-align: middle; */
    height: 150px;
    /* background: green; */
    /* border: 2px solid #fff; */
    display: table;
    margin-top: 1%;

}
.featured_in_box.col-md-5.text-left .desc {
    display: table-cell;
    /* width: 100%; */
    height: 100%;
    vertical-align: middle;
    /* background: red; */
}
section.section_teaching.text-center {
    background-color: #fcb8c7;;
    padding: 50px 0 100px 0;
    margin-top:50px;
}
section.section_teaching.text-center  h3 {
    margin-bottom: 0;
    padding-bottom: 10px;
}
section.section_teaching.text-center  p {
    margin-bottom: 0;
    padding-bottom: 10px;
}
section.section_teaching2.text-center {
    background-color: #e6f5fb;
    padding: 50px 0 100px 0;
}
section.section_teaching2.text-center  h3 {
    margin-bottom: 0;
    padding-bottom: 10px;
}
section.section_teaching2.text-center  p {
    margin-bottom: 0;
    padding-bottom: 10px;
}
section.featured_in.section.professional_affiliations_content.text-center {
    background-color: rgba(60,59,83,0.05);
    padding-bottom: 150px;
}
section.featured_in.section.professional_affiliations_content.text-center .featured_in_box img {
    margin: 0;
    width: auto;
    height: 100px;
    display: inline-block;
    margin-bottom: 20px;
}
section.featured_in.section.professional_affiliations_content.text-center  ul.slick-dots {
    bottom: -100px !important;
}
.nomargin{
    margin:0 !important;
}
.meet_teddy_my_furry_rescue_companion_detail {
    padding-top: 150px;
}
.why_work_boxes {
    margin-bottom: 30px;
}
section.services_sec .desc {
    font-weight: 400;
    padding: 5px 10px;
}
section.services_sec.page-meet .title {
    font-size: 18px;
    height: auto;
    font-weight: 700;
}
section.services_sec.page-meet .loop {
    background: #ececeb;
    padding: 20px;
    min-height: 710px;
}
.why_work_boxes:nth-child(4) .loop {
    height: 330px !important;
}
.why_work_boxes:nth-child(5) .loop {
    height: 330px !important;
}
.why_work_boxes:nth-child(6) .loop {
    height: 330px !important;
}
.why_work_boxes:nth-child(7) .loop {
    height: 200px !important;
}
.why_work_boxes:nth-child(7){
    margin-left:33.33333333%;    
}
a.btn.btn2 {
    background: #90ee90;
    border-color: #90ee90;
    color: #1e1e1e;
}
a.btn.btn2:hover {
    background: #9cc0f9 !important;
    border-color: #9cc0f9 !important;
    color: #1e1e1e;
}
section.services_sec.text-center.page-meet {
    padding-bottom: 50px;
}
section.services_sec.text-center.page-meet .welcome_paragraph {
    padding-top: 50px;
}
.menu-header ul ul li a {
    width: 395px;
}

.page-id-220 h5 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.page-id-220 p {
    margin: 0 0 10px;
    font-size: 16px;
    color: #5a5a5a;
    line-height: 27px;
}

.page-id-220 h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.page-id-220 h2{
    font-size: 40px !important;
    color: #515151 !important;
    font-family: 'Playfair Display', serif !important;
    margin: 30px 0 40px;
}   


.page-id-220 .therapy-adult {
    padding: 50px 0 0px;
}

.page-id-220 .therapy-adult h2 {
    margin: 50px 0 40px;
}


.page-id-220 .sec-2 {
    padding: 30px 0;
    background-color: #F5F5DC;
    margin: 30px 0;
}

.page-id-220 .sec-3 {
    padding: 30px 0;
    background-color: #B8Bc86;
    margin: 30px 0;
}

.page-id-220 .sec-5 {
    padding: 30px 0;
    background-color: #89CFF0;
    margin: 30px 0;
}


.page-id-220 .sec-6 {
    padding: 30px 0;
    background-color: #00c3c3;
    margin: 30px 0;
}


.page-id-220 .sec-7 {
    padding: 30px 0;
    background-color: #A9A9A9;
    margin: 30px 0;
}



.page-id-220 .sec-8 {
    padding: 30px 0;
    background-color: #C8A2C8;
    margin: 30px 0;
}


.page-id-220 .sec-9 {
    padding: 30px 0;
    background-color: #E5B6F7;
    margin: 30px 0;
}


.page-id-220  .banner-color.text-center a {
    background-color: #9cc0f9;
    padding: 15px 40px;
    display: inline-block;
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
}


.sec-marital-1 p {
    margin: 0 0 10px;
    font-size: 16px;
    color: #5a5a5a;
    line-height: 27px;
}

.sec-marital-1 h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.sec-marital-1 h3 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #515151 !important;
    line-height: 50px !important;
    padding:0 !important;
    margin:0 0 0 !important;
}

.sec-marital-1 h2{
    font-size: 40px !important;
    color: #515151 !important;
    font-family: 'Playfair Display', serif !important;
    margin: 30px 0 40px;
}  

.sec-marital-1 strong {
    color: #000;
}




.sec-marital-1 li {
    margin: 0 0 10px;
    font-size: 16px;
    color: #5a5a5a;
    line-height: 27px;
}

.sec-marital-1 {
    background-color: #FCF7DE;
    padding: 20px 0;
}


.sec-marital-1 .set {
    margin-bottom: 15px;
}




.sec-groups-offered {
    overflow: hidden;
}

.sec-groups-offered p {
    margin: 0 0 10px;
    font-size: 16px;
    color: #5a5a5a;
    line-height: 27px;
}

.sec-groups-offered strong {
    color: #000;
}

.sec-groups-offered h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.sec-groups-offered h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.sec-groups-offered h5 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 30px 0 0;    
}

.sec-groups-offered a{
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.sec-groups-offered h2{
    font-size: 40px !important;
    color: #515151 !important;
    font-family: 'Playfair Display', serif !important;
    margin: 30px 0 40px;
}    


.sec-groups-offered .head h2 {
    text-align: center;
    max-width: 85%;
    margin: 20px auto 50px;
}

.sec-groups-offered .banner-color h2 {
    text-align: center;
}


.sec-groups-offered .set {
    margin-bottom: 15px;
}


.tania-here {
    padding: 80px 0;
}

.tania-here .main {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.tania-here .pic-1 {}

.tania-here .pic-1 img {
    width: 100%;
}

.tania-here .disc {}


.tania-here .pic-2 {
    text-align: center;
}


.tania-here p {
    margin: 0 0 10px;
    font-size: 16px;
    color: #5a5a5a;
    line-height: 27px;
}

.tania-here strong {
    color: #000;
}

.tania-here h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.tania-here h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.tania-here h5 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.tania-here a{
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.tania-here h2{
    font-size: 40px !important;
    color: #515151 !important;
    font-family: 'Playfair Display', serif !important;
    margin: 30px 0 40px;
}    


.tania-here .head h2 {
    text-align: center;
    max-width: 85%;
    margin: 20px auto 50px;
}

.tania-here .set {
    margin-bottom: 25px;
    border-bottom: solid 1px #fcb8c7;
}


.tania-here .what_is_health {
    margin-bottom: 40px;
}

.tania-here li {
    margin: 0 0 10px;
    font-size: 16px;
    color: #5a5a5a;
    line-height: 27px;
}



.welcome_paragraph strong {
    font-size: 45px;
    margin-top:30px;
}

.welcome_paragraph span {
font-size: 24px;
    font-family: 'Dancing Script';
    color: #22679d;
}



img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.col-sm-4.why_work_boxes:nth-child(4) .loop,
.col-sm-4.why_work_boxes:nth-child(5) .loop,
.col-sm-4.why_work_boxes:nth-child(6) .loop{
    min-height: 380px;
}
.col-sm-4.why_work_boxes:nth-child(7) .loop{
    min-height: 200px;
}


.tania-here .pic-2 img {
    height: 370px;
}



.tania-here .get-started {
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
}

.tania-here .get-started h2 {
    margin: 80px 0 20px;
}

.tania-here .get-started .book {
    margin: 30px 0 0;
}

.tania-here .get-started .book a {background: #9cc0f9;border-color: #9cc0f9;color: #fff;font-size: 16px;font-weight: 400;line-height: 27.39px;text-transform: uppercase;border-radius: 23.5px;padding: 10.82px 40px 6.82px 40px;letter-spacing: 0.5px;display: inline-block;}

h3.back-color {
    background-color: #fcb8c7;
    padding: 20px 0;
    margin-bottom: 30px;
}
a.spwidget-button {
    border: 1px solid #4591D7;
    color: #000;
    /* font-size: 12px; */
    font-weight: 400;
    line-height: 27.39px;
    text-transform: uppercase;
    border-radius: 23.5px;
    padding: 6.82px 30px;
    letter-spacing: 0.5px;
    display: inline-block;
    background-color: #4591D7;
}

section.getting_started_is_simple_sec.text-center {
    background: #89CFF0;
    color: #fff;
    padding: 50px 0;
    margin-top: 50px;
}
section.getting_started_is_simple_sec.text-center h3 {
    color: #fff !important;
}
.getting_started_is_simple .fa {
    background: #113c5d;
    border-radius: 100px;
    color: #fff;
    transition: all .2s ease;
    font-size: 20px;
    padding: 5px 0;
    text-align: center;
    width: 60px;
    height: 60px;
    padding: 20px;
    padding-top: 19px;
}
section.getting_started_is_simple_sec.text-center h4 {
    height: 70px;
    padding-top: 10px;
    font-size: 20px;
    line-height: 25px;
}
section.getting_started_is_simple_sec.text-center {
    background: #89CFF0;
    color: #fff;
    padding: 50px 0;
    margin-top: 50px;
    font-size: 16px;
}
.btn1 a {
    border: 1px solid #90ee90;
    color: #fff;
    font-weight: 400;
    line-height: 27.39px;
    text-transform: uppercase;
    border-radius: 23.5px;
    padding: 6.82px 30px;
    letter-spacing: 0.5px;
    display: inline-block;
    background-color: #90ee90;
}
.fusion-row p, .fusion-row a {
    font-size: 20px;
}
.drtania_signature {
    /* font-family: 'SCRIPALT', sans-serif !important; */
    /* font-family: 'Scriptina-Alternates', sans-serif !important; */
    /* font-family: 'SCRIPTIN', sans-serif !important; */
    font-family: 'Scriptina', sans-serif !important;
    font-size: 50px;
    padding-bottom: 50px;
}
.affiliations_section{
    display: block !important;
}
section.affiliations_section .welcome_paragraph {
    width: 815px;
}
section.services_sec.text-center .welcome_paragraph {
    text-align: center;
}

.athletic-journey{
    display: flex;
    flex-wrap: wrap;

}
@media only screen and (max-width: 667px) {

    .athletic-journey-img{
        width: 100% !important;
        padding-top: 1%;
        padding-bottom: 1%;
    }
    .athletic-journey-text{
        padding-left: 2%;
        width: 100% !important;
    }
    .athletic-journey-text p{
        text-indent: 2em;
    }
    .inner-col{
        width: 100% !important;;
      }

  }

  .inner-col{
    width:26%;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    flex-direction:column;
    justify-content: space-evenly;
  }
  .sport-logo{
    width: 100%;
  }
  .sport-logo img{
    width: 83%;
    margin-left: 10%;
  }
  
.athletic-journey-img{
    width: 100%;
    padding-top: 1%;
    padding-bottom: 1%;
}
.athletic-journey-img img{
    width: 83%;
    margin-left: 10%;
    /* min-height: 100%; */
}
.athletic-journey-text{
    padding-left: 2%;
    width: 74%;
}
.athletic-journey-text p{
    text-indent: 2em;
}

.postid-626 h5 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.postid-626 p {
    margin: 0 0 10px;
    font-size: 16px;
    color: #5a5a5a;
    line-height: 27px;
}

.postid-626 h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.postid-626 h2{
    font-size: 40px !important;
    color: #515151 !important;
    font-family: 'Playfair Display', serif !important;
    margin: 30px 0 40px;
}   


.postid-626 .therapy-adult {
    padding: 50px 0 0px;
}

.postid-626 .therapy-adult h2 {
    margin: 50px 0 40px;
}


.postid-626 .sec-2 {
    padding: 30px 0;
    background-color: #F5F5DC;
    margin: 30px 0;
}

.postid-626 .sec-3 {
    padding: 30px 0;
    background-color: #B8Bc86;
    margin: 30px 0;
}

.postid-626 .sec-5 {
    padding: 30px 0;
    background-color: #89CFF0;
    margin: 30px 0;
}


.postid-626 .sec-6 {
    padding: 30px 0;
    background-color: #00c3c3;
    margin: 30px 0;
}


.postid-626 .sec-7 {
    padding: 30px 0;
    background-color: #A9A9A9;
    margin: 30px 0;
}



.postid-626 .sec-8 {
    padding: 30px 0;
    background-color: #C8A2C8;
    margin: 30px 0;
}


.postid-626 .sec-9 {
    padding: 30px 0;
    background-color: #E5B6F7;
    margin: 30px 0;
}


.postid-626  .banner-color.text-center a {
    background-color: #9cc0f9;
    padding: 15px 40px;
    display: inline-block;
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
}
.affiliations_logos p {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
}
.affiliations_logos {
    position: relative;
}
@media screen and (max-width: 667px){
    .clinical-practicums {
        font-size: 25px !important;
        margin: 0;
        padding: 0;
        margin-top: 50px;
    }
}
.clinical-practicums{
    font-size: 40px !important;
    color: #515151 !important;
    font-family: 'Playfair Display', serif !important;
    text-align: center;
    line-height: 80.5px !important;
    padding: 0 0 30px 0;
    margin-left: -9%;
}
.drtania_explor{
    /*font-family: 'Dancing Script';*/
    /* font-size: 39px;
    line-height: 45px; */
    /* padding-bottom: 25px;     */
    font-size: 40px !important;
    color: #515151 !important;
    font-family: 'Playfair Display', serif !important;
    text-align: center;
    /* line-height: 80.5px !important;
    padding: 0 0 30px 0; */
}
.col-sm-4.why_work_boxes:nth-child(1) .loop, .col-sm-4.why_work_boxes:nth-child(2) .loop, .col-sm-4.why_work_boxes:nth-child(3) .loop, .col-sm-4.why_work_boxes:nth-child(4) .loop, .col-sm-4.why_work_boxes:nth-child(5) .loop, .col-sm-4.why_work_boxes:nth-child(6) .loop, .col-sm-4.why_work_boxes:nth-child(7) .loop, .col-sm-4.why_work_boxes:nth-child(8) .loop, .col-sm-4.why_work_boxes:nth-child(9) .loop {
    height: 370px !important;
    overflow: hidden;
    min-height: 370px !important;
    overflow-y: auto;
}
.page-id-479 .inner-banner h2 {
    color: #FFFFFF !important;
    font-size: 52px !important;
    font-weight: 600 !important;
}
.page-id-479 .inner-banner {
    background: #EAD2A8 !important;
    height: 292px;
}
.tania-here .get-started h2 {
    color: #9cc0f9 !important;
}
.page-id-479 .content {
    transition: all .2s ease;
    display: none;
    font-size: 20px;
    padding: 10px 0;
}
.page-id-479 .tania-here a {
    font-size: 19px;
    font-weight: 500;
    color: #9cc0f9 !important;
    padding-bottom: 30px;
    display: block;
}

.page-id-479 .tania-here a:before {
    content: "+";
    color: #fff;
    background: #9cc0f9 !important;
    width: 25px;
    height: 28px;
    display: inline-block;
    text-align: center;
    /* margin-top: 6px; */
}
.page-id-479 .tania-here a.active:before {
    content: "-";
}
section.tania-here.is_online_therapy_effective h3 {
    color: #9cc0f9 !important;
    font-style: italic;
}
section.tania-here.is_online_therapy_effective {
    padding-top: 0;
}
.sub_heading.text-italic.text-center {
    font-style: italic;
    font-size: 26px;
    padding-top: 30px;
    color: #000;
}
section.sec_navy_writing h3 {
    font-family: 'navy writing' !important;
    text-align: center !important;
    color: #fff !important;
    margin: 0 !important;
    padding: 0;
}
section.sec_navy_writing {
    text-align: center;
    background: #333;
    color: #fff;
    padding: 50px 0;
}
section.sec_navy_writing p{
    text-align: center;
    color: #fff;
}
section.sec-10 {
    background: #FDFD96;
    margin: 50px 0;
}
.dark_bg p {
    color: #fff;
}
.dark_bg {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 40px;
    margin: 50px 0;
}
.dark_bg h3.back-color {
    background: transparent;
    color: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
}
section.section-acordion.individual_therapy_repeater .col-sm-4:nth-child(4) {
    width: 100%;
}
section.section-acordion.individual_therapy_repeater .col-sm-4:nth-child(5) {
    width: 100%;
    background: url(./images/sea.jpg) no-repeat;
    background-size: cover;
    padding: 50px;
    margin: 50px 0;
    background-position: bottom;
}
section.section-acordion.individual_therapy_repeater .col-sm-4:nth-child(5) p{
    color: #000 !important;   font-size: 20px; 
}
section.section-acordion.individual_therapy_repeater .col-sm-4:nth-child(1) .individual_therapy_repeater_loop,
section.section-acordion.individual_therapy_repeater .col-sm-4:nth-child(2) .individual_therapy_repeater_loop,
section.section-acordion.individual_therapy_repeater .col-sm-4:nth-child(3) .individual_therapy_repeater_loop{
    border: 1px solid #fcb8c7;
    padding: 10px;
    margin-bottom: 20px;
    height: auto;
    /* text-align: center; */
}
section.section-acordion.individual_therapy_repeater .col-sm-4:nth-child(4) .individual_therapy_repeater_loop {
    border: 1px solid #fcb8c7;
    padding: 10px;
    margin-bottom: 20px;
}
.paying_cold_banner {
    background: #333;
    color: #fff;
    padding: 50px;
    text-align: center;
    font-size: 22px;
    margin: 50px 0;
}
.fees_content2 {
    background: #f5f5f6;
    color: #000;
    padding: 50px;
}
.fees_section.text-left h2 {
    color: #fcb8c7 !important;
}
.fees_content2 a {
    background: transparent !important;
    color: #9cc0f9 !important;
    padding: 0 !important;
    margin: 0 !important;
}
section.sec-16 h2 {
    color: #9cc0f9 !important;
}
div#post-78 .entry-content > img {
    display: none;
}
div#post-78 .entry-content strong {
    border-bottom: 1px solid;
}
.bg_darker_blue_white_text strong {
    color: #6da5d6;font-size: 25px;
}
.bg_darker_blue_white_text {
    background: #4d4d4d;
    color: #fff;
    padding: 30px;
    margin: 50px 0;
    line-height: 30px;
}
.bg_light_blue {
    background: #ADD8E6;
    padding: 50px 20px;
    display: inline-block;
    float: left;
    position: relative;
}
.phase_1 {
    background: #eee;
    padding: 50px 20px;
}
.phase_1 p  .phase_1 strong{
    font-size:45px;
    font-weight:bold;
}
.phase_2 p, .phase_2 strong {
    color: #fff;
    font-size:45px;
    font-weight:bold;
}
.phase_2 {
    background: #9cc0f9;
    padding: 50px 20px;
}
.phase_4 {
    background: #fddee5;
    padding: 30px;
}
.phase_5 {
    background: #eae1e1;
    padding: 30px;
}
.sec-groups-offered .head h2 {
    text-align: center;
    max-width: 100%;
    margin: 0;
    background: #ADD8E6;
    padding: 50px 20px;
    color: #fff !important;
    margin-bottom: 50px;
    font-size: 30px !important;
}
.group_therapy_content {
    background: #f5e3e6;
    padding: 50px;
    margin-bottom: 50px;
}
.group_currently_offered {
    font-size: 30px;
    font-style: italic;
    color: #000;
    font-weight: 700;
}
section.section-acordion.group_currently_offered_repeater {
    background: #d4d4d4;
    padding: 50px 30px;
}
.sec-groups-offered .group_currently_offered_repeater .set {
    margin: 35px 0;
    border: 5px solid #ADD8E6;
    padding: 30px;
    background: #fff;
}
.row.row_3 {
    background: #ADD8E6;
    padding: 50px;
    padding-top: 0;
    text-align: center;
}
.sec-groups-offered .row.row_3 .head h2 {
    padding-bottom: 0;
}
.sec-groups-offered .row.row_3 .head p {
    color:#fff;
}
.postid-75 .row_4 .content {
    transition: all .2s ease;
    display: none;
    font-size: 20px;
    padding: 10px 0;
}
.postid-75 .row_4 a {
    font-size: 19px;
    font-weight: 500;
    color: #318a8b !important;
    padding-bottom: 30px;
    display: block;
}

.postid-75 .row_4 a:before {
    content: "+";
    color: #fff;
    background: #318a8b !important;
    width: 25px;
    height: 28px;
    display: inline-block;
    text-align: center;
    /* margin-top: 6px; */
}
.postid-75 .row_4 a.active:before {
    content: "-"; 
    background: #d32161 !important;
}
.postid-75 .row_4 a.active {
    color:#d32161 !important;
}
.row.row_4 h5 {
    margin: 50px 0;
}
.postid-75 .row_4 .set {
    margin-bottom: 25px;
    border-bottom: solid 1px #ccc;
}
.fa.fa_step_image {
    padding: 18px 12px;
}
footer.footer .social_icons ul li a {
    padding-top: 6px;
}
footer.footer li a {
    color: #dbebf7;
    font-size: 14px;
    line-height: 27.39px;
}
section.services_sec .title {
    height: 100px;
}
.postid-626 .set a {
    font-size: 19px;
    font-weight: 500;
    color: #318a8b !important;
    padding-bottom: 30px;
    display: block;
}
.postid-626 .set a:before {
    content: "+";
    color: #fff;
    background: #318a8b !important;
    width: 25px;
    height: 28px;
    display: inline-block;
    text-align: center;
    /* margin-top: 6px; */
}
.postid-626 .set a.active:before {
    content: "-"; 
    background: #d32161 !important;
}
.postid-626 .set a.active {
    color:#d32161 !important;
}
.postid-626 .set {
    margin-bottom: 25px;
    border-bottom: solid 1px #ccc;
}
section.sec_navy_writing {
    text-align: center;
    max-width: 100%;
    margin: 0;
    background: #ADD8E6;
    padding: 50px 20px;
    color: #fff !important;
    margin-bottom: 50px;
    font-size: 30px !important;
}
section.sec_navy_writing h3 {
    font-size: 30px !important;
    font-family: 'Playfair Display', serif !important;
    font-weight: 700 !important;
}
section.sec-12 .banner-color.text-center h2 {
    text-align: center;
    max-width: 100%;
    margin: 0;
    background: #ADD8E6;
    padding: 50px 20px;
    color: #fff !important;
    margin-bottom: 50px;
    font-size: 30px !important;
    font-family: 'Playfair Display', serif !important;
}
.phase_2.phase_style2 li {
    color: #fff;
}
.sec-groups-offered .group_currently_offered_repeater .set h4 strong {
    color: #ADD8E6 !important;
}
.page-id-479 .inner-banner {
    background: #ADD8E6 !important;
}
.page-id-479 .drtania_signature {
    font-family: 'Dancing Script' !important;
}
.featured_in{
    display: block !important;
}
#teach{
    display: block !important;
}
.featured_in_box {
    display: inline-block;
    width: 16%;
    text-align: center;
	
}
.page-id-479 .tania-here .get-started .book a {
    color: #fff !important;
}

.cart_icon .fa-shopping-cart{
	margin-right:3px;
}

.logo-container{
	width:1440px !important;
}

.logo a img{
	width: auto;
    height: 100px;
}
.headimg{
    display:flex;
}
.teaching-img{
   height: 60px;
    margin-top: 42px;
    margin-left: 2%;
}
@media only screen and (min-width:321px) and (max-width:768px){
    .headimg{
        display:block;
    }
    .teaching-img{
       height: 49px;
        margin-top: 0px;
        margin-left: 0%;
    }
}
.head-sec strong{
    font-size: 57px;
    font-weight: 300;
}
.head strong{
    font-size: 78px;
    font-weight: 300;
}
.teach-para{
    text-align:left;
    font-size: 18px;}
    
.individual_therapy_repeater_loop_title{
    font-size: 18px;
    font-weight: 700;
}

.home-page-service-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
