@charset "utf-8";
/* CSS Document */

/* #Media Queries
================================================== */
/* Smaller than standard 1200px (devices and browsers) */
@media only screen and (max-width: 1200px) {
.container {
	width:90%;
	margin:0 auto;
}
}
@media only screen and (max-width: 1280px) {
header{
	padding:1%;
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 600px) and (max-width : 1024px) {
/* Styles */

}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
	
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
#main{
	  width:100%;
	  padding:0;
	  margin:0 auto;
	  padding-top:56px;
	}
header nav{
    width: 70%;
}
.ace-responsive-menu > li > a {
    padding: 5px 1px 5px 10px;
    font-size: 11px;
}
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
#main {
    margin:0 auto;
    padding:56px 0 0;
    width:100%;
}
header {
    background:#fff none repeat scroll 0 0;
    left:0;
    position:fixed;
    transition:height 0.3s ease 0s;
    width:100%;
    z-index:999;
}
header .logo{
	width:15%;
	}
header.smaller .logo{
	width:12%;
	}


}

@media only screen and (min-device-width : 480px) and (max-device-width : 767px) and (orientation : landscape) {
#main{
	padding:0px;
	}
header{
	padding:1% 0 2% 0!important;
	}
header.smaller {
    height:70px!important;
	}
header .logo {
    float:left!important;
    width:23%!important;
	position:absolute;
	left:20px;
	}
header nav {
    display:inline-block;
    float:right;
    padding:2% 2% 0 0!important;    
    width:100%;
	}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	width:100%;
	padding:15px;
}
header {
	width:100%;
	height:auto;
	position:relative;
}
header.smaller {
	top:0;
	height:220px;
	background-color:#fff;
}
header .logo {
    float:left!important;
    width:26%!important;
	position:absolute;
	left:20px;
	top:10px!important;
}
header nav {
    display:inline-block;
    float:right;
    padding:4% 0 0 0;
    width:100%;
}
header.smaller .logo {
	width:60%;
	text-align:center;
	margin:0 auto;
	float:none;
}
#main{
	padding:0px;
}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape){

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
/* Styles */
th, td {
    font-size: 12px;
}
p{
	text-align: justify;
	font-size: 16px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	width:100%;
	padding:15px;
}
.fa_menuarrow{
	display:none!important;
}
header {
	width: 100%;
    height: auto;
    position: fixed; 
}
header.smaller {
	top:0;
	height:110px;
	background-color:#fff;
}
header .logo {
	float: left !important;
    left: 20px;
    top: 14px !important;
    z-index: 999;
    /*order: 1;*/
    position: static;
    width: 120px;
    margin: 0;
}
header nav {
     display:inline-block;
    float:right;
    padding: 0;
/*    width:100%;*/
    margin-top: 0%;
    order: 3;
}
header .call_icon{
	order: 2;
}
header .call_icon a{
	font-size: 10px;
    padding: 5px 10px;
    margin: 0 0 0 10px;
}
header.smaller .logo {
	width:60%;
	text-align:center;
	margin:0 auto;
	float:none;
}
.menu-toggle {
    display: block !important;
}
.ace-responsive-menu {
    position: absolute;
    left: 0;
    top: 75px;
    background: #fff;
    margin: 0;
}

#main {
    padding-top: 54px!important;
}
.ace-responsive-menu > li > a {
    padding: 5px 0 0 12px!important;
    font-size: 14px;
}
.ace-responsive-menu li ul.sub-menu{
    background: #dcd2d3;
    width: 100%;
    z-index: 1;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}
.ace-responsive-menu li ul.sub-menu > li{
	width: 100%;
}
.ace-responsive-menu > li {
    padding: 5px 0!important;
    width: 100%;
}
.ace-responsive-menu > li:last-child{
	border: unset;
}
.ace-responsive-menu > li > a > .arrow::before {
    margin: 0px 0 -7px 5px;
}
.width_15{
	width: 100%;
}
.width_20{
	width: 100%;
}
.width_25{
	width: 100%;
}
.width_30{
	width: 100%;
}
.width_35{
	width: 100%;
}
.width_40{
	width: 100%;
}
.width_45{
	width: 100%;
}
.width_50{
	width: 100%;
}
.width_70{
	width: 100%;
}
header .inner_container {
    padding: 15px 0;
}
#smooth-content{
	padding-top: 25px;
}

footer{
	padding: 10vw 0;
}
footer .inner_container .inner_box .logo img{
	width: 200px;
}
footer .inner_container .inner_box p{
    padding: 10px 0 0;
    font-size: 15px;
}
footer .inner_container .inner_box{
	padding: 10px 10px;
}
footer .inner_container .inner_box.space {
    padding: 10px 10px;
}
footer .inner_container .title{
	font-size: 18px;
	padding: 0 0 10px 0;
}
footer .inner_container ul li{
	font-size: 15px;
	padding: 0 0 10px 0;
}


.main_banner .item_box .content{
	top: 10%;
    left: 6%;
}
.main_banner .item_box .content .title{
	font-size: 60px;
	line-height: 60px;
}
.main_banner .item_box .content p{
	text-align: center;
}
.main_banner .item_box .content2 .title{
	font-size: 60px;
	line-height: 60px;
}
.main_banner .item_box .content2 p{
	text-align: center;
}
.psychology{
	padding: 50px 0 0 0;
}
.psychology .info .title{
	font-size: 38px;
}
.psychology p{
	text-align: left;
}
.plaques_prizes .upper_boxes .col-sm-6:first-child{
	margin: 0;
}
.plaques_prizes .upper_boxes .inner{
	padding: 50px 20px;
}
.plaques_prizes .upper_boxes .inner .title{
	/*font-size: 42px;*/
}
.plaques_prizes .upper_boxes .inner .title .bg_text{
	top: -56px;
	font-size: 88px;
}
.plaques_prizes .upper_boxes .col-sm-6:last-child{
	padding:0;
}
.plaques_prizes .bottom_boxes .col-sm-6:first-child{
	padding: 15px 0;
}
.plaques_prizes .bottom_boxes .top_two{
	padding: 0;
}
.plaques_prizes .bottom_boxes .col-sm-6:last-child{
	padding: 15px 0;
}
.plaques_prizes .upper_boxes .inner .award ul li{
	padding: 0;
	width: 24%;
}

.certificate_award .calender{
	width: 100%;
    height: 200px;
    margin: 0 0 30px 0;
}
.form_get_connected .form-group{
	margin: 0;
}
.container{
	width: 100%;
}
.text_boxes{
	padding: 50px 0;
}
footer .social_links ul{
	margin: 20px 0 0 0;
}
.make_appointment{
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.get_connected{
	    padding: 50px 0;
}

/*Antarmann Page*/
.antarmann_page .therapy_approach_section .content{
	padding: 40px;
}
.antarmann_page .therapy_approach_section .content .text{
	padding: 0;
}
.antarmann_page .therapy_approach_section .accord{
	padding: 0;
}
.antarmann_page .therapy_for .sub_title{
	text-align: center;
}
.antarmann_page .free_consultation .sub_title{
	text-align: center;
}
.antarmann_page .free_consultation .image .content{
	width: 100%;
	left: 0;
	top: 5%;
}
.antarmann_page .team_therapist .therapists p br{
	display: none;
}
.antarmann_page .therapy_pakages_section{
	padding: 50px 0;
}
.antarmann_page .therapy_pakages_section .therapy_pakages .box{
	margin: 120px 0 0 0;
}

/*Learning Page*/
.learning_page .every_journey{
	padding: 50px 0;
}
.learning_page .professional_certificates .sub_title{
	padding: 0;
}
.learning_page .every_journey .sub_title br{
	display: none;
}
.learning_page .three_options .col-sm-4{
	border-right: none;
	border-bottom: 1px solid #743976; 
}
.learning_page .three_options .inner_container .col-sm-4:nth-child(3){
	border: none;
}
.learning_page .team_therapist .therapists p br{
	display: none;
}
.learning_page .therapy_pakages_section{
	padding: 50px 0;
}
.learning_page .therapy_pakages_section .therapy_pakages .box{
	margin: 120px 0 0 0;
}


.events_page .weekly_highlights .text_box .info_boxes .info_box{
	flex-wrap: wrap;
}
.events_page .weekly_highlights .text_box .info_boxes .info_box .col-sm-3{
	display: flex;
	align-items: center;
	padding-top: 0;
}
.events_page .weekly_highlights .text_box .info_boxes .info_box .day_of_week{
	padding: 0 15px 0 0;
}
.events_page .offerings .right_pointers .col-sm-6{
	padding: 0;
}
.events_page .therapies_boxes .three_boxes .box{
	padding: 0 20px;
}
.events_page .therapies_boxes .three_boxes .box .therapy_title br{
	display: none;
}
.events_page .therapies_boxes .three_boxes .box .icon{
	padding: 10px 0 20px 0;
}
.events_page .therapies_boxes{
	padding: 0 0 15vw 0;
}
.events_page .therapies_boxes .more_therapies{
	text-align: center;
	padding: 0;
}
.offices_workshops .inner_container{
	padding: 0 0 15vw 0;
}
.event_highlights{
	flex-wrap: wrap;
}
.event_highlights .left_video{
	width: 100%;
}
.event_highlights .right_boxes{
	width: 100%;
}
.event_highlights .right_boxes .highlights_boxes .box{
	padding: 0 10%;
}
.newsletter_box .brown_box .input_boxes{
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.newsletter_box .brown_box .inner_box{
	text-align: center;
}
.newsletter_box .brown_box .input_boxes input{
	margin: 0 0 15px 0;
}
.newsletter_box .brown_box{
	padding: 10vw 0;
}
.register_event_section ul li{
	margin: 0 0 0 20px;
}
.events_page .client_testimonial_section .testimonials .item_box .text p{
	font-size: 20px;
}
.register_event_section .left_text{
	padding: 0;
}

.events_page .sub_title{
	font-size: 35px;
}
.score_container{
	width: 100% !important;
	flex-wrap: wrap;
}
.score_container .score_box{
	width: 100% !important;
}
.score_container .info_box{
	width: 100% !important;
}
.score_container .info_box p{
	text-align: center;
}
.additional_calculations{
	width: 100% !important;
}
.form_section{
	padding: 10vw 0!important;
}
.form_section .heading{
	font-size: 21px!important;
	padding: 20px 0 20px!important;
	display: flex;
	flex-wrap: wrap;
}
.form_section .ability_form_container .inputs{
	margin: 0!important;
}
.form_section .heading .language_drp{
	padding: 15px 0 0!important;
}
.form_section .heading .language_drp .inner_boxes a{
	font-size: 12px!important;
	padding: 2px 20px!important;
}

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

