/**
*	Theme Name: CCCHC Theme
*	Theme URI:
*	Author: Ktech Solutions
*	Author URI: http://ktechsol.com
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  kts_theme
**/
body{
    font-family: 'Poppins', sans-serif !important;
}
.hiringthe-content{
	text-shadow:1px 1px 3px black;
}

body .container{
    max-width: 1280px;
    padding: 0;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.alignself{
    align-self: center;
}
.m-0{
    margin: 0;
}
.item:focus,
.item:hover{
    outline: none !important;
}
.gform_body ul li.gfield.gfield_error input,
.gform_body ul li.gfield.gfield_error textarea{
	border: 1px solid #ff0000 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #b69c9c!important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 8px!important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit!important;
}
.gform_wrapper li.gfield.gfield_error {
    background-color: transparent !important;
    margin-bottom: 6px!important;
    border: 0px !important;
	padding-bottom: 0 !important;
}
ul#menu{
    display: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.4);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3f4551;
  border-radius: 10px;
}

a,
a:hover {
    text-decoration: none !important;
}
p {
    margin: 0 0 20px;
}
img {
    height: auto;
    max-width: 100%
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}
input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}
.searchform {
	position: relative
}
.searchform input {
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}
.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.not-found {
	margin: 100px 0;
}
.not-found p {
	margin-bottom: 30px;
}

/* Navbar */
.main-navigation {
	clear: both;
	position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}
.nav-menu li {
    display: inline-block;
    margin: 0 35px 0 0;
    position: relative;
}
.nav-menu li.phone-nav,
.nav-menu li.chat-nav{
    display: none;
}
.nav-menu li:last-child{
    margin: 0;
}
.nav-menu li a {
	color: #35373c;
	display: inline-block;
	font-size: 16px;
    font-weight: 500;
	line-height: 1;
	text-decoration: none;
    transition: all 0.4s ease;
}
.nav-menu li a i{
    margin-right: 3px;
}
.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
}
.nav-menu li.location-nav {
    margin: 0;
}
.nav-menu li.location-nav a i {
    color: #5bbc93;
    margin: 0;
    font-size: 20px;
    position: relative;
    top: 1px;
}
.nav-menu li.menu-item-has-children li.menu-item-has-children{
    padding-right: 0;
}
.nav-menu li.menu-item-has-children::after {
    color: #35373c;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    right: -11px;
    top: 3px;
}
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after{
    color: #ffffff;
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: 13px;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #35373c;
	border: 0px;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
    transform: translateX(20px);
}
ul.sub-menu li {
    margin: 0px
}
ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
    width: 225px;
    font-size: 14px;
}
ul.sub-menu li a:hover {
    background: #000;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #ffffff;
	margin: 0;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #5bbc93;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
    transform: translateY(0);
    transition: all 0.4s ease;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu li a:hover{
	color: #5bbc93;
}
.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
	display: none;
}

/*  Alignment  */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}
.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;
}
.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;
    margin-left: auto;
    margin-right: auto;
}
.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;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.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;
}
.nopd {
    padding: 0 !Important
}
.fw-container-fluid.nopd .fw-row {
    margin: 0;
}
.cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.content-header.cover {
    height: 667px;
    text-align: center;
    position: relative;
}
.conthead-content {
    position: absolute;
    bottom: 140px;
    left: 0;
    right: 0;
}
.conthead-content h1{
    color: #35373c;
    font-size: 77px;
    font-weight: 600;
    margin: 0 0 30px 0;
    position: relative;
    display: inline-block;
}
.conthead-content h1::after {
    content: '';
    display: inline-block;
    background-color: #adddc9;
    width: 100%;
    height: 32px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: -1;
}
.conthead-content p{
    color: #323232;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 15px 0;
}
.all-pages-content {
    padding: 60px 0 45px;
}
.all-pages-content h1,
.all-pages-content h2,
.all-pages-content h3,
.all-pages-content h4,
.all-pages-content h5,
.all-pages-content h6{
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.all-pages-content h2 {
	font-weight: bold;
}
.all-pages-content h3 {
	font-size: 25px;
}
.all-pages-content h4,
.all-pages-content h5{
	font-size: 20px;
}
.all-pages-content p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.all-pages-content p a{
    color: #000000;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.all-pages-content p a:hover{
    color: red;
}
.all-pages-content ul{
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.all-pages-content ul li {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px 0;
    position: relative;
    padding-left: 25px;
}
.all-pages-content ul li::after {
    display: block;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    left: 0;
    top: 0;
}
.all-pages-content ul li:last-child{
    margin-bottom: 0;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}
.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}
.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}
.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}

/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-align: center;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	background-color: #ffffff;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

/*Header*/
.site-header {
    padding: 20px 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.header-content .col-sm-12{
    align-self: center;
}
.hdmain-ct{
    display: flex;
}
.site-logo,
#navbar,
.phone-chats{
    align-self: center;
}
.site-logo {
    width: 25%;
}
#navbar {
    width: 37%;
}
.phone-chats {
    width: 38%;
}
.phone-chats ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: right;
}
.phone-chats ul li {
    align-self: center;
    margin-right: 24px;
}
.phone-chats ul li:last-child{
    margin-right: 0;
}
.phone-chats ul li.hd-phone a,
.mobile-phone a{
    color: #35373c;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.4s ease;
    display: inline-block;
}
.phone-chats ul li.hd-phone a .hdphone-icon,
.mobile-phone a .hdphone-icon{
    background-color: #5bbc93;
    width: 75px;
    height: 75px;
    display: inline-block;
    border-radius: 100%;
    border: 9px solid #bde4d4;
    text-align: center;
    line-height: 58px;
    margin-right: 6px;
    transition: all 0.4s ease;
    animation: glowing 1s infinite;
}
@keyframes glowing {
    0% {
        transform: scale(1);
        transition: all 0.4s ease;
    }
    100% {
        transform: scale(1.08);
        transition: all 0.4s ease;
    }
}
.phone-chats ul li.hd-phone a:hover,
.mobile-phone a:hover{
    color: #5bbc93;
}
.phone-chats ul li.hdwe-online a{
    color: #35373c;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    border: 1px solid #5bbc93;
    border-radius: 100px;
    padding: 9px 20px;
    transition: all 0.4s ease;
}
.phone-chats ul li.hdwe-online a:hover {
    color: #ffffff;
    background-color: #bde4d4;
    border-color: #bde4d4;
}
.phone-chats ul li.hdwe-online a img {
    margin-right: 6px;
    position: relative;
    top: -2px;
}
/*Header*/

/*Home*/
.hbanner-sec {
    padding: 125px 0 60px;
}
.hbanner-img{
    position: relative;
}
.hbanner-img img.hbanner-image{
    width: 100%;
}
.hbanner-ct p strong {
    color: #5bbc93;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 6.4px;
    text-transform: uppercase;
    display: block;
}
.hbanner-ct p{
    color: #393939;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 15px 0;
}
.hbanner-ct h1,
.hbanner-ct h2,
.hbanner-ct h3,
.hbanner-ct h4,
.hbanner-ct h5,
.hbanner-ct h6{
    color: #35373c;
    font-size: 77px;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.hbanner-ct h1 strong,
.hbanner-ct h2 strong,
.hbanner-ct h3 strong,
.hbanner-ct h4 strong,
.hbanner-ct h5 strong,
.hbanner-ct h6 strong{
    position: relative;
    font-weight: 600;
}
.hbanner-ct h1 strong::after,
.hbanner-ct h2 strong::after,
.hbanner-ct h3 strong::after,
.hbanner-ct h4 strong::after,
.hbanner-ct h5 strong::after,
.hbanner-ct h6 strong::after{
    content: '';
    display: inline-block;
    background-color: #adddc9;
    width: 100%;
    height: 41px;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: -1;
}
a.all-buttons,
.hbanner-ct a,
.conthead-content a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background-color: #5bbc93;
    display: inline-block;
    padding: 18px 55px;
    border-radius: 100px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    margin-top: 20px;
}
.hbanner-ct a:hover,
a.all-buttons:hover,
.conthead-content a:hover{
    color: #ffffff;
    background-color: #35373c;
}
.hbannerct-info ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.hbannerct-info ul li{
    position: absolute;
}
.hbannerct-info ul li:first-child {
    bottom: 27%;
    left: -96px;
}
.hbannerct-info ul li:nth-child(2) {
    bottom: -25px;
    right: 115px;
}
.hbannerct-info ul li:nth-child(3) {
    bottom: 29%;
    right: -24px;
}
.hbannerct-info ul li:nth-child(4) {
    bottom: 39px;
    left: -35%;
}
.bannerct-email{
    background-color: #ffffff;
    box-shadow: -5px 0 25px #201f1f21;
    padding: 17px 30px;
    border-radius: 10px;
    display: flex;
    width: 351px;
    transition: all 0.4s ease;
}
.hbannerct-info ul li:first-child:hover .bannerct-email{
    background-color: rgb(173, 221, 201, 0.7);
}
.hbannerct-info ul li:first-child:hover .bannerct-email .banner-email::after{
    background-color: #ffffff;
}
.bannerct-email .icon,
.bannerct-email .banner-email{
    align-self: center;
}
.bannerct-email .banner-email a,
.bannerct-email .banner-email span,
.bannerct-phone a,
.bannerct-phone span,
.bannerct-address span,
.bannerct-hours span{
    color: #35373c;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.4s ease;
}
.bannerct-email .banner-email a:hover,
.bannerct-phone a:hover{
    color: #5bbc93;
}
.bannerct-email .banner-email span,
.bannerct-phone span,
.bannerct-address span,
.bannerct-hours span{
    display: block;
}
.bannerct-email .banner-email {
    position: relative;
    padding-left: 28px;
    margin-left: 21px;
    transition: all 0.4s ease;
}
.bannerct-email .banner-email::after {
    content: '';
    display: inline-block;
    background-color: #d1d6e6;
    width: 2px;
    height: 69px;
    position: absolute;
    top: -7px;
    left: 0;
}
.bannerct-phone,
.bannerct-address{
    background-color: rgba(255,255,255,0.6);
    padding: 28px 24px 37px;
    text-align: center;
    border: 1px solid #5bbc93;
    border-radius: 10px;
    box-shadow: -5px 0 25px #201f1f21;
    transition: all 0.4s ease;
}
.hbannerct-info ul li:hover .bannerct-address,
.hbannerct-info ul li:hover .bannerct-phone{
    background-color: rgb(173, 221, 201, 0.7);
}
.bannerct-phone .icon,
.bannerct-address .icon{
    margin-bottom: 15px;
}
.bannerct-address {
    width: 208px;
    padding: 30px 10px 13px;
    transition: all 0.4s ease;
}
.bannerct-address strong,
.bannerct-hours strong{
    color: #35373c;
    font-size: 16px;
    font-weight: 400;
}
.bannerct-hours {
    background-color: #eef8f4;
    border: 1px solid #e6ecef;
    padding: 10px;
    border-radius: 15px;
    display: flex;
    width: 323px;
}
.bannerct-hours .icon {
    width: 15%;
    align-self: center;
}
.bannerct-hours strong,
.bannerct-hours span{
    color: #000000;
}
.bannerct-hours .banner-phone {
    text-align: center;
    padding-left: 10px;
    width: 85%;
}
.whychoose-sec {
    padding: 65px 0 40px;
    position: relative;
    background-image: url(images/whychoose-bg.png);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 0 335px !important;
}
.whychoose-ct p strong{
    color: #5bbc93;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 5px;
    margin: 0 0 15px 0;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.whychoose-ct p strong::after{
    content: '';
    display: inline-block;
    background-color: #5bbc93;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.whychoose-ct h1,
.whychoose-ct h2,
.whychoose-ct h3,
.whychoose-ct h4,
.whychoose-ct h5,
.whychoose-ct h6{
    color: #000000;
    font-size: 60px;
    line-height: 65px;
    font-weight: bold;
    margin: 25px 0 20px 0;
    display: block;
}
.whychoose-ct p{
    color: #393939;
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    margin: 0 0 20px 0;
    width: 94%;
}
.whychoose-ct p:last-child{
    margin: 0;
}
.whychoose-ct a.all-buttons{
    margin-top: 15px;
}
.whychoose-ct ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.whychoose-ct ul li {
    color: #393939;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 18px;
    position: relative;
    padding-left: 38px;
}
.whychoose-ct ul li::after {
    content: url(images/whychoose-list-icon.png);
    display: inline-block;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 3px;
    left: 0;
}
.whychoose-img {
    width: 854px;
    position: relative;
    left: -268px;
}
.nowoffer-sec{
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}
.nowoffer-img {
    width: 1015px;
    margin-left: -70px;
}
.ourvision-sec {
    padding: 0 0 100px;
}
.ourvision-ct{
    padding-left: 30px;
}
.ftcontact-sec{
    padding: 90px 0;
    border-top: 1px solid #d5d5d5;
    position: relative;
}
.ftcontact-content {
    text-align: center;
}
.ftcontact-content h1,
.ftcontact-content h2,
.ftcontact-content h3,
.ftcontact-content h4,
.ftcontact-content h5,
.ftcontact-content h6{
    color: #35373c;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 12px 0;
}
.ftcontact-content p{
    color: #35373c;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.ftcontact-form {
    width: 680px;
    margin: 50px auto 0;
}
.ftcontact-form .col-12 {
    margin-bottom: 19px;
}
.ftcontact-form input,
.ftcontact-form select,
.ftcontact-form textarea,
.ftcontact-form input::placeholder,
.ftcontact-form select::placeholder,
.ftcontact-form textarea::placeholder{
    color: #35373c;
    font-size: 16px;
    font-weight: 400;
}
.ftcontact-form input,
.ftcontact-form select,
.ftcontact-form textarea{
    width: 100%;
    background-color: #fcfdff;
    border: 1px solid #dde1ee;
    padding: 0 20px;
    border-radius: 5px;
}
.ftcontact-form input,
.ftcontact-form select{
    height: 58px;
}
.ftcontact-form textarea{
    height: 132px;
    padding-top: 15px;
}
.ftcontact-form .button{
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
}
.ftcontact-form input.wpcf7-form-control.has-spinner.wpcf7-submit{
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    background-color: #5bbc93;
    display: inline-block;
    width: 303px;
    height: 66px;
    border-radius: 100px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    cursor: pointer;
}
.ftcontact-form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
    color: #ffffff;
    background-color: #35373c;
}
.ftcontact-form span.wpcf7-spinner{
    display: block;
    margin: 5px auto 0;
}
.ftcontact-form .wpcf7-not-valid-tip {
    font-size: 14px;
    text-align: left;
    margin-top: 2px;
}
.ftcontact-form .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 15px;
}
.recaptcha div {
    margin: 0 auto;
}
.ftcontact-img.one {
    position: absolute;
    left: 190px;
    bottom: 30px;
    z-index: -1;
}
.ftcontact-img.two {
    position: absolute;
    right: 111px;
    bottom: -160px;
    z-index: -1;
}
/*Home*/

/*Footer*/
.site-footer.cover {
    padding: 100px 0 0;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}
.site-footer.cover::after {
    content: '';
    display: inline-block;
    background-image: url(images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 541px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.footer-content{
    position: relative;
    z-index: 1;
}
.ft-logo p {
    color: #393939;
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    margin: 35px 0 0 0;
    width: 81%;
}
.ftget-touch {
    width: 442px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: -5px 0 25px #201f1f21;
    padding: 20px;
    text-align: center;
    margin: 54px 0 0 auto;
}
.ftget-touch strong{
    color: #000000;
    font-size: 40px;
    line-height: 49px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}
.ftget-touch ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}
.ftget-touch ul li{
    position: relative;
}
.ftget-touch ul li:first-child::after{
    content: '';
    display: inline-block;
    background-color: #c0c5dc;
    width: 1px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 11px;
}
.ftget-touch ul li:first-child,
.ftget-touch ul li:nth-child(2){
    float: left;
    width: 50%;
}
.ftget-touch ul li:nth-child(4){
    border-top: 1px solid #c0c5dc;
    padding-top: 12px;
    margin-top: 9px;
}
.ftget-touch ul li .icon{
    margin-bottom: 5px;
}
.ftget-touch ul li:first-child .icon img,
.ftget-touch ul li:nth-child(2) .icon img{
    height: 21px;
}
.ftget-touch ul li a,
.ftget-touch ul li span{
    color: #35373c;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.4s ease;
}
.ftget-touch ul li a:hover{
    color: #5bbc93;
}
.menus-cdetails{
    text-align: center;
    margin-top: 80px;
}
.ft-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft-menu ul li {
    display: inline-block;
    margin-right: 18px;
    position: relative;
    padding-right: 23px;
}
.ft-menu ul li::after{
    content: '';
    display: inline-block;
    background-color: #818cb9;
    width: 1px;
    height: 23px;
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 0;
}
.ft-menu ul li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.ft-menu ul li:last-child::after{
    display: none;
}
.ft-menu ul li a{
    color: #35373c;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    transition: all 0.4s ease;
}
.ft-menu ul li a:hover{
    color: #5bbc93;
}
.ft-social {
	display: none;
    margin-top: 30px;
}
.ft-social ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft-social ul li{
    display: inline-block;
    margin-right: 27px;
}
.ft-social ul li:last-child{
    margin-right: 0;
}
.ft-social ul li span{
    color: #35373c;
    font-size: 18px;
    font-weight: 400;
}
.ft-social ul li a{
    color: #000000;
    font-size: 22px;
    transition: all 0.4s ease;
}
.ft-social ul li a:hover{
    color: #5bbc93;
}
.copyright {
    padding: 25px 0 28px;
    text-align: center;
    border-top: 1px solid #d5d5d5;
    margin-top: 25px;
}
.copyright span{
    color: #35373c;
    font-size: 16px;
    font-weight: 400;
    display: block;
}
.copyright span a{
    color: #35373c;
    transition: all 0.4s ease;
}
.copyright span a:hover{
    color: #5bbc93;
    text-decoration: underline !important;
}
/*Footer*/


/*About Us*/
.abtvision-list-content{
    display: none;
}
.abtvision-list-content.active{
    display: block;
}
.abtvision-sec {
    padding: 80px 0 60px;
}
.abtvis-list ul {
    list-style: none;
    padding: 15px 0;
    margin: 0;
}
.abtvis-list ul::after {
    content: '';
    display: inline-block;
    background-color: #5bbc93;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -2px;
    z-index: 0;
}
.abtvis-list ul::before{
    content: '';
    display: inline-block;
    background-image: url(images/abtvision-ul-before.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 19px;
    height: 9px;
    position: absolute;
    bottom: -7px;
    left: -10px;
    z-index: 1;
}
ul.tabs-li li.abtvision-list {
    position: relative;
    margin: 0 0 70px 0;
    cursor: pointer;
}
ul.tabs-li li.abtvision-list:last-child{
    margin: 0;
}
ul.tabs-li li.abtvision-list::after {
    content: '';
    display: inline-block;
    background-image: url(images/abtvision-list-after.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 39px;
    height: 39px;
    position: absolute;
    top: 5px;
    left: -80px;
    z-index: 1;
}
ul.tabs-li li.abtvision-list.active::after{
    background-image: url(images/abtvision-list-after-active.jpg);
}
.abtvision-image {
    padding-right: 25px;
}
.abtvis-list {
    padding-left: 45px;
}
.abtvision-list h1,
.abtvision-list h2,
.abtvision-list h3,
.abtvision-list h4,
.abtvision-list h5,
.abtvision-list h6{
    color: #6b6b6b;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.abtvision-list.active h1,
.abtvision-list.active h2,
.abtvision-list.active h3,
.abtvision-list.active h4,
.abtvision-list.active h5,
.abtvision-list.active h6{
    color: #000000;
}
.abtvision-list p{
    color: #6b6b6b;
    font-size: 17px;
    font-weight: 300;
    width: 90%;
    margin: 0 0 15px 0;
}
.abtvision-list.active p{
    color: #010101;
}
.abtvision-list p:last-child{
    margin: 0;
}
.abtweare-sec {
    padding: 70px 0;
    text-align: center;
    position: relative;
}
.abtweare-sec::after{
    content: '';
    display: inline-block;
    background-color: #f1f1f1;
    width: 100%;
    height: 383px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.abtweare-content{
    position: relative;
    z-index: 1;
}
.abtweare-mtitle{
    margin-bottom: 50px;
}
.abtweare-mtitle h3{
    color: #000000;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}
.abtweare-list .row{
    margin-left: -35px;
    margin-right: -35px;
}
.abtweare-list .col-sm-12{
    padding-left: 35px;
    padding-right: 35px;
}
.abtweare-lbox {
    background-color: #ffffff;
    box-shadow: 0 0 18px #eeeeee;
    padding: 39px;
    border-bottom: 5px solid #5bbc93;
    min-height: 498px;
    transition: all 0.4s ease;
}
.abtweare-lbox:hover{
    transition: all 0.4s ease;
    transform: scale(1.04);
}
.abtweare-lbox img{
    margin: 0 0 35px 0;
}
.abtweare-lbox h3{
    color: #35373c;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.abtweare-lbox p{
    color: #393939;
    font-size: 17px;
    line-height: 31px;
    font-weight: 300;
    margin: 0;
}
.hiring-therapistsec.cover {
    padding: 80px 0;
    text-align: center;
    position: relative;
}
.hiring-therapistsec.cover::after{
    content: '';
    display: inline-block;
    background-color: rgba(91, 188, 147, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hiringthe-content{
    position: relative;
    z-index: 1;
}
.hiringthe-content h1,
.hiringthe-content h2,
.hiringthe-content h3,
.hiringthe-content h4,
.hiringthe-content h5,
.hiringthe-content h6{
    color: #ffffff;
    font-size: 59px;
    font-weight: 600;
    margin: 0 0 25px 0;
    padding-bottom: 41px;
    position: relative;
}
.hiringthe-content h1::after,
.hiringthe-content h2::after,
.hiringthe-content h3::after,
.hiringthe-content h4::after,
.hiringthe-content h5::after,
.hiringthe-content h6::after{
    content: '';
    display: inline-block;
    background-color: #ffffff;
    width: 309px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hiringthe-content p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    margin: 0 auto 25px;
    width: 74%;
}
.hiringthe-content p:last-child{
    margin-bottom: 0;
}
/*About Us*/

/*Contact Us*/
.page-template-contact-us .ftcontact-sec{
    border: none;
}
.contactpg-sec {
    padding: 120px 0 0;
}
.contactpg-clist ul{
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    text-align: center;
}
.contactpg-clist ul li{
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.contactpg-clist ul li:last-child{
    width: 100%;
}
.contactpg-clist ul li .contpg-lbox {
    background-color: #ffffff;
    padding: 25px 20px 30px;
    box-shadow: 0 0 40px #e0f2ea;
    border-radius: 12px;
}
.contactpg-clist ul li .contpg-lbox img{
    margin-bottom: 20px;
}
.contactpg-clist ul li .contpg-lbox strong{
    color: #35373c;
    font-size: 25px;
    font-weight: 600;
    display: block;
}
.contactpg-clist ul li .contpg-lbox a,
.contactpg-clist ul li .contpg-lbox span{
    color: #393939;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.4s ease;
}
.contactpg-clist ul li .contpg-lbox a:hover{
    color: #5bbc93;
}
.google-map iframe {
    width: 100% !important;
    height: 444px !important;
    box-shadow: 0 0 40px #e0f2ea;
    border-radius: 12px;
}
/*Contact Us*/

/* services-page-start */
.ourservices-sec {
    padding-bottom: 50px;
}
.ourservices-img {
    position: relative;
    width: 769px;
    margin-left: -50px;
}
.ourservice-list {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}
.ourservice-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ourservice-list ul li:first-child {
    top: 330px;
    left: -6vw;
    text-align: center;
}
.ourservice-list ul li:nth-child(2) {
    top: 310px;
    left: auto;
    right: 30px;
    text-align: center;
}
.ourservice-list ul li:nth-child(3) {
    top: 434px;
    left: auto;
    right: 103px;
}
.ourservice-list ul li:nth-child(4) {
    top: 490px;
    left: -38px;
}
.ourservice-list ul li:nth-child(5) {
    top: 563px;
    left: auto;
    right: 25px;
}
.ourservice-list ul li:nth-child(6) {
    top: 622px;
    left: -115px;
}
.ourservice-list ul li:nth-child(7) {
    top: 696px;
    left: auto;
    right: 148px;
}
.ourservice-list ul li:nth-child(8) {
    top: 190px;
    left: 0;
    right: auto;
}
.ourservice-list ul li{
    position: absolute;
}
.ourservice-list ul li a {
    color: #35373c;
    font-size: 22px;
    height: 82px;
    line-height: 30px;
    font-weight: 500;
    background-color: #ffffff;
    transition: all 0.4s ease;
    box-shadow: 0 0 18px #0a0a0a1c;
    display: inline-block;
    border-radius: 10px;
    padding: 0 16px 0 143px;
    min-width: 337px;
    max-width: 345px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.service-licon {
    background-color: #ffffff;
    width: 113px;
    height: 113px;
    border-radius: 100%;
    box-shadow: 0 0 18px #0a0a0a1c;
    text-align: center;
    display: inline-block;
    line-height: 113px;
    position: absolute;
    top: -19px;
    left: 17px;
}
.ourservice-list ul li a:hover{
    color: #ffffff;
    background-color: #5bbc93;
}
.whychoose-ct{
    padding-left: 30px;
}
.whychoose-ct.ourservices-ct {
    padding-left: 95px;
}
.whychoose-ct.ourvision-ct{
    padding-left: 0;
    padding-right: 30px;
}
.ourservices-ct a {
    color: #5bbc93;
    font-size: 22px;
    font-weight: 500;
    transition: all 0.4s ease;
    margin-top: 10px;
    display: inline-block;
}
.ourservices-ct a:hover{
    color: #35373c;
}
.service_card a{
	color: #000;
}
section.servicespg-sec {
    padding: 95px 0 43px;
    overflow: hidden;
}
.service_card {
    border: 1px solid #d1d1d1;
    border-radius: 9px;
    text-align: center;
    padding: 50px 7px;
    transition: 0.3s all;
    position: relative;
    height: 100%;
}
.service_card:hover {
    background-color: #5bbc93;
    border-color: #5bbc93;
    transform: scale(1.135);
    box-shadow: 0 0 18px #0a0a0a1c;
    z-index: 1;
}
.service_card:hover *{
    color: #fff;
}
.srv_icon{
    background-image: url(images/servicespg-icon-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 91px;
    height: 91px;
    line-height: 91px;
    margin: 0 auto;
    display: inline-block;
}
.srv_icon img {
    width: 43px;
}
.srv_card_content h2 {
    font-size: 32px;
    font-weight: 500;
    color: #292929;
    margin: 33px 0 23px;
}
section.servicespg-sec .row >div {
    padding: 0 10px 0 11px;
    margin: 25px 0;
}
.srv_card_content p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    padding: 0 16px;
}
/* services-page-end */
.single-service .cover {
	background-position: bottom !important;
}
.single-service .content-header.cover {
	height: 480px;
}
.mobile-phone{
    display: none;
    text-align: center;
}
.mobile-phone a{
    font-size: 17px;
}
.mobile-phone a .hdphone-icon{
    width: 60px;
    height: 60px;
    line-height: 42px;
}
li.hdwe-online {
    display: none;
}
/*
.mobile-phone a {
    color: #35373c !important;
    font-size: 16px !important;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 5px 0 !important;
}
.mobile-phone a:hover{
    color: #5bbc93 !important;
}
*/
/*  Media Query  */
@media(max-width: 1600px){
    .whychoose-img {
        width: 700px;
        left: -120px;
    }
    .ftcontact-img.one {
        bottom: -17px;
        left: 70px;
        width: 374px;
    }
    .ftcontact-img.two {
        right: 44px;
        bottom: -160px;
        width: 400px;
    }
}
@media(max-width: 1536px){
    /* services-page-start */
    .ourservices-img {
        width: 730px;
        margin-left: 0;
    }
    .ourservice-list {
        top: -30px;
        right: 0;
    }
    .ourservice-list ul li a{
        max-width: 332px;
        min-width: auto;
    }
    .ourservice-list ul li:nth-child(6),
    .ourservice-list ul li:first-child{
        left: 0;
    }
    .ourservice-list ul li:nth-child(4){
        left: -20px;
    }
    .ourservice-list ul li:nth-child(7){
        right: 85px;
    }
    /* services-page-end */
}
@media(max-width: 1440px){
    .whychoose-img {
        width: 100%;
        left: 0;
        padding-right: 20px;
    }
}
@media(max-width: 1366px){
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6 {
        font-size: 55px;
    }
    .hbanner-ct p strong{
        font-size: 16px;
    }
    .whychoose-ct h1, .whychoose-ct h2, .whychoose-ct h3, .whychoose-ct h4, .whychoose-ct h5, .whychoose-ct h6 {
        font-size: 39px;
        line-height: 39px;
    }
    .whychoose-ct p {
        font-size: 16px;
        line-height: 26px;
        width: 100%;
    }
    .whychoose-ct p strong{
        font-size: 16px;
    }
    .ftget-touch strong{
        font-size: 30px;
    }
    .content-header.cover {
        height: auto;
        min-height: 515px;
    }
    .conthead-content h1 {
        font-size: 55px;
        margin: 0 0 20px 0;
    }
    .conthead-content p{
        font-size: 19px;
    }
    .conthead-content {
        bottom: 100px;
    }
    .abtvision-list h1, .abtvision-list h2, .abtvision-list h3, .abtvision-list h4, .abtvision-list h5, .abtvision-list h6{
        font-size: 35px;
    }
    ul.tabs-li li.abtvision-list::after{
        top: 8px;
    }
    .abtweare-mtitle h3{
        font-size: 34px;
    }
    .abtweare-list .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .abtweare-list .col-sm-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .abtweare-lbox h3{
        font-size: 26px;
    }
    .hiringthe-content h1, .hiringthe-content h2, .hiringthe-content h3, .hiringthe-content h4, .hiringthe-content h5, .hiringthe-content h6 {
        font-size: 40px;
        margin: 0 0 21px 0;
        padding-bottom: 23px;
    }
    .ftcontact-sec {
        padding: 60px 0 90px;
    }
    /* services-page-start */
    .ourservice-list ul li a{
        font-size: 19px;
    }
    section.servicespg-sec .row >div {
        margin: 30px 0;
    }
    section.servicespg-sec {
        padding: 65px 0 43px;
    }
    /* services-page-end */
	.single-service .content-header.cover {
		height: auto;
		min-height: 434px;
	}
}
@media(max-width: 1320px){
    body .container {
        max-width: 100%;
        padding: 0 40px;
    }
    .nav-menu li {
        margin: 0 19px 0 0;
    }
    .nav-menu li a{
        font-size: 15px;
    }
    .phone-chats {
        width: 41%;
    }
    #navbar {
        width: 34%;
    }
    .hbannerct-info ul li:nth-child(3) {
        right: -5px;
    }
    .nowoffer-img {
        width: 725px;
    }
    /* services-page-start */
    .ourservices-img {
        width: calc(100% + 100px);
        margin-left: 0;
    }
    .service-licon {
        background-color: #ffffff;
        width: 95px;
        height: 95px;
        line-height: 95px;
        top: -16px;
    }
    .ourservice-list ul li a {
        font-size: 18px;
        line-height: 22px;
        height: 65px;
        padding: 0 20px 0 130px;
        max-width: unset;
    }
    .ourservice-list {
        top: -114px;
        right: 0;
    }
    /* services-page-end */
}
@media(max-width: 1170px){
    .phone-chats {
        width: auto;
        display: none;
    }
    #navbar {
        width: 75%;
        text-align: right;
    }
    .nav-menu li.phone-nav,
    .nav-menu li.chat-nav{
        display: inline-block;
    }
    .abtweare-lbox p {
        font-size: 16px;
        line-height: 28px;
    }
    .abtweare-lbox {
        padding: 39px 17px;
        min-height: 465px;
    }
    .hiring-therapistsec.cover {
        padding: 50px 0 65px;
    }
    .contactpg-sec {
        padding: 70px 0 0;
    }
    .nav-menu li.location-nav {
        margin: 0 19px 0 0;
    }
}
@media(max-width: 1112px){
    .hbannerct-info ul li:nth-child(2) {
        bottom: -65px;
    }
    .hbannerct-info ul li:nth-child(4) {
        bottom: 25px;
    }
    .hbanner-ct p strong{
        letter-spacing: 3.4px;
    }
}
@media(max-width: 1024px){
    .hbannerct-info {
        display: none;
    }
    .hbanner-sec {
        padding: 125px 0 30px;
    }
    .whychoose-sec {
        padding: 30px 0 40px;
    }
    .ftcontact-img.one {
        bottom: 0;
        left: 40px;
        width: 229px;
    }
    .ftcontact-img.two {
        right: 40px;
        bottom: -160px;
        width: 300px;
    }
    .ftcontact-sec {
        padding: 50px 0 60px;
    }
    .ourvision-sec {
        padding: 0 0 60px;
    }
    /* services-page-start */
    .ourservices-content .col-sm-12{
        flex: auto;
        max-width: 100%;
    }
    .ourservices-img {
        width: 70%;
        margin: 0 auto 30px;
    }
    .ourservice-list ul li:first-child {
        top: 415px;
    }
    .ourservice-list ul li:nth-child(2){
        right: 0;
    }
    .ourservice-list ul li:nth-child(3){
        right: 50px;
    }
    .ourservice-list ul li:nth-child(4) {
        top: 562px;
    }
    .ourservice-list ul li:nth-child(6) {
        top: 705px;
    }
    .ourservice-list ul li:nth-child(7){
        right: 30px;
    }
    .ourservice-list ul li:nth-child(8) {
        top: 289px;
    }
    .whychoose-ct.ourservices-ct {
        padding-left: 0;
        text-align: center;
    }
    /* services-page-end */
}
@media(max-width: 992px){
    .nav-menu li {
        margin: 0 20px 0 0;
    }
    .menus-cdetails {
        margin-top: 50px;
    }
    .ft-logo p{
        width: 100%;
    }
    /* services-page-start */
    .ourservices-img {
        width: 100%;
        max-width: 700px;
        margin: auto;
    }
    .whychoose-ct.ourservices-ct{
        padding: 0;
    }
    section.servicespg-sec .row >div {
        margin: 20px 0;
    }
    .srv_card_content h2 {
        font-size: 28px;
        margin: 20px 0 12px;
    }
    /* services-page-end */
}
@media(max-width: 980px){
    .hbanner-sec {
        padding: 95px 0 30px;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6 {
        font-size: 44px;
    }
    .site-logo {
        width: 100%;
    }
    .site-logo img{
        width: 200px;
    }
    .content-header.cover {
        height: auto;
        min-height: auto;
        padding: 120px 0 70px;
    }
    .conthead-content {
        position: relative;
        bottom: 0;
    }
    .contactpg-ct .col-sm-12 {
        flex: auto;
        max-width: 100%;
    }
    .nav-menu li.location-nav a i{
        color: #ffffff;
    }
    #navbar{
        width: 300px;
    }
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 39px;
        right: 40px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999;
    }
    #menuToggle.open {
        top: 22px;
        right: 5px;
        position: fixed;
    }
    #menuToggle input {
        width: 29px !important;
        height: 18px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: 0;
    }
    #menuToggle span{
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #000000;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        opacity 0.55s ease;
    }
    #menuToggle span:first-child{
        transform-origin: 0% 0%;
    }
    #menuToggle span:nth-last-child(2){
        transform-origin: 0% 100%;
    }
    #menuToggle input:checked ~ span{
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #ffffff;
    }
    #menuToggle input:checked ~ span:nth-last-child(3){
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle input:checked ~ span:nth-last-child(2){
        transform: rotate(-45deg) translate(0, -1px);
    }
    ul.nav-menu li ul.sub-menu{
        display: none !important;
    }
    ul.nav-menu li.open ul.sub-menu{
        display: block !important;
    }
    .nav-menu li.menu-item-has-children.open ul.sub-menu.open-submenu {
        display: block !important;
        left: 0;
        background-color: transparent;
    }
    .mobilesubmenu.open{
        background-color: rgba(72, 72, 72, 0.85) !important;
    }
    .nav-menu .sub-menu, .nav-menu .children{
        background-color: transparent;
    }
    ul.sub-menu{
        display: none !important;
        position: relative !important;
        top: -100% !important;
    }
    .mobilesubmenu i {
        position: relative;
        top: 12px;
        right: 0;
    }
    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #717171;
        overflow: hidden;
        float: left;
    }
    .mobilesubmenu {
        display: inline-block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #ffffff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 0;
        height: 100%;
        width: 45px;
        text-align: center;
        margin: 0 auto;
    }
    .nav-menu li.menu-item-has-children::after,
    .nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after{
        display: none;
    }
    .nav-menu .sub-menu, .nav-menu .children {
        width: 100%;
    }
    ul.sub-menu li {
        display: block;
    }
    ul.sub-menu,
    .open-submenu{
        transition: all 1s;
    }
    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #333333;
        float: right;
    }
    .nav-bar.open {
        right: 0;
    }
    .nav-menu li a{
        color: #ffffff;
        float: left;
        font-weight: normal;
        font-size: 16px;
        padding: 15px 0;
    }
    ul.sub-menu li:last-child{
        border: 0px !Important;
    }
    ul.sub-menu li a{
        color: #ffffff !Important;
        font-weight: 600;
        width: 100%;
    }
    ul.sub-menu li{
        margin: 0px;
    }
    .nav-menu li:last-child{
        border: 0px !Important;
    }
    .nav-menu li:last-child a,
    .nav-menu .sub-menu, .nav-menu .children{
        left: 0;
        width: 100% !important;
        text-align: left;
    }
    .nav-menu li.menu-item-has-children {
        padding-right: 0;
    }
    .nav-bar {
        background-color: #333333;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        padding: 15px;
        padding-top: 60px;
        transition: all 0.3s;
        width: 300px;
        text-align: left;
        z-index: 999;
    }
    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #ffffff;
        cursor: pointer;
        margin-bottom: 20px;
    }
	.single-service .content-header.cover {
		height: auto;
		min-height: auto;
	}
}
@media(max-width: 940px){
    .site-footer.cover {
        padding: 150px 0 0;
    }
    .ftget-touch{
        width: 100%;
    }
    .ftget-touch ul li a, .ftget-touch ul li span{
        font-size: 15px;
    }
    .ft-logo p {
        width: 100%;
        font-size: 15px;
        line-height: 25px;
    }
    .whychoose-ct h1, .whychoose-ct h2, .whychoose-ct h3, .whychoose-ct h4, .whychoose-ct h5, .whychoose-ct h6 {
        font-size: 31px;
        line-height: 37px;
    }
    .whychoose-ct ul li{
        font-size: 15px;
    }
    .ftcontact-content h1, .ftcontact-content h2, .ftcontact-content h3, .ftcontact-content h4, .ftcontact-content h5, .ftcontact-content h6{
        font-size: 30px;
    }
    .ftcontact-content p{
        font-size: 16px;
    }
    .ftget-touch strong {
        font-size: 24px;
    }
    .ft-menu ul li a{
        font-size: 16px;
    }
}
@media(max-width: 830px){
    .nowoffer-img {
        width: 610px;
    }
    .abtweare-list .col-sm-12 {
        flex: auto;
        max-width: 100%;
    }
    .abtweare-lbox {
        padding: 39px 25px;
        min-height: auto;
        margin-bottom: 25px;
    }
    .abtweare-sec {
        padding: 50px 0 40px;
    }
    .hiringthe-content p {
        font-size: 18px;
        margin: 0 auto 20px;
        width: 100%;
    }
    .hiringthe-content h1, .hiringthe-content h2, .hiringthe-content h3, .hiringthe-content h4, .hiringthe-content h5, .hiringthe-content h6{
        font-size: 33px;
    }
}
#imageMobile{
	display:none !important;
}
@media(max-width: 767px){
	#imageMobile{
		display:block !important;
	}
	#imageDesktop{
		display:none !important;
	}
    .hbanner-sec {
        padding: 120px 0 0;
    }
    .hbanner-content .col-sm-12:first-child,
    .nowoffer-content .col-sm-12:first-child{
        order: 2;
    }
    .hbanner-content .col-sm-12:nth-child(2),
    .nowoffer-content .col-sm-12:nth-child(2){
        order: 1;
    }
    .hbanner-img {
		margin: 0 auto 40px;
		text-align: center;
	}
	.hbanner-img img.hbanner-image {
		width: 330px;
		height: 355px;
		object-fit: contain;
		margin: 0 auto;
	}
    .hbanner-ct {
        text-align: center;
    }
    .whychoose-img,
    .ourvision-img{
        padding-right: 0;
        width: 60%;
        margin: 0 auto 30px;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6 {
        font-size: 32px;
        width: 64%;
        margin: 0 auto 15px;
    }
    .hbanner-ct p strong {
        letter-spacing: 1px;
    }
    .whychoose-sec {
        padding: 30px 0 0;
    }
    .nowoffer-img {
        width: 80%;
        margin: 0 0 0 188px;
    }
    .whychoose-ct.nowoffer-ct {
        text-align: center;
    }
    .whychoose-ct.ourvision-ct {
        text-align: center;
        padding: 0;
    }
    .ftcontact-img.two {
        right: 10px;
        bottom: -193px;
        width: 260px;
    }
    .ftcontact-img.one {
        bottom: -50px;
        left: 10px;
        width: 210px;
    }
    .site-footer.cover {
        padding: 170px 0 0;
    }
    .ft-logo p{
        text-align: center;
    }
    .abtvision-sec {
        padding: 40px 0 60px;
    }
    .abtvis-list {
        padding-left: 75px;
    }
    .abtvis-list ul::after{
        left: 29px;
    }
    .abtvis-list ul::before{
        left: 20px;
    }
    .abtvision-image {
        padding-right: 0;
        width: 70%;
        margin: 0 auto 35px;
    }
    .conthead-content h1 {
        font-size: 40px;
    }
    .conthead-content p {
        font-size: 16px;
    }
    a.all-buttons, .hbanner-ct a, .conthead-content a {
        font-size: 16px;
        padding: 13px 45px;
        margin-top: 15px;
    }
    .abtvision-list h1, .abtvision-list h2, .abtvision-list h3, .abtvision-list h4, .abtvision-list h5, .abtvision-list h6 {
        font-size: 28px;
        margin: 0 0 10px;
    }
    ul.tabs-li li.abtvision-list {
        margin: 0 0 30px 0;
    }
    .abtweare-mtitle h3 {
        font-size: 27px;
    }
    .abtweare-mtitle {
        margin-bottom: 30px;
    }
    /* services-page-start */
    .ourvision-content .col-sm-12:first-child{
        order: 2;
    }
    .ourvision-content .col-sm-12:nth-child(2){
        order: 1;
    }
    .ourvision-img{
        margin-bottom: 10px;
    }
    .service_card {
        padding: 30px 7px;
    }
    section.servicespg-sec .row >div {
        margin: 15px 0;
    }
    section.servicespg-sec {
        padding: 45px 0;
    }
    .service_card:hover {
        transform: scale(1);
    }
    .srv_card_content h2 {
        font-size: 22px;
        margin: 20px 0 8px;
    }
    .srv_card_content p {
        font-size: 15px;
        line-height: 25px;
        padding: 0 5px;
    }
    .whychoose-ct.ourservices-ct {
        padding-left: 0;
        text-align: center;
        margin-top: 40px;
    }
    /* services-page-end */
	.all-pages-content {
		text-align: center;
	}
}
@media(max-width: 690px){
    .ftcontact-form {
        width: 100%;
        margin: 40px auto 0;
    }
    .ft-menu ul li {
        margin-right: 10px;
        padding-right: 15px;
    }
    .ft-menu ul li a {
        font-size: 15px;
    }
    .ft-menu ul li::after {
        height: 17px;
        top: 4px;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6{
        width: 100%;
    }
    a.all-buttons, .hbanner-ct a, .conthead-content a {
        font-size: 15px;
        padding: 15px 40px;
    }
    .abtvision-image {
        width: 90%;
    }
    /* services-page-start */
    .service-licon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        top: -13px;
    }
    .ourservice-list ul li a {
        font-size: 16px;
        line-height: 20px;
        height: 55px;
        padding: 0 15px 0 110px;
        max-width: 255px;
        position: relative;
    }
    .ourservice-list {
        top: 0;
        position: relative;
        margin-top: -65vw;
    }
    .ourservice-list ul li {
        position: relative;
        top: 0 !important;
        right: 0 !important;
        width: 255px;
        margin-bottom: 25px;
        display: flex;
    }
    .ourservice-list ul li:nth-child(2n) {
        right: 0 !important;
        left: 0 !important;
        justify-content: flex-end;
        width: 100%;
    }
    /* services-page-end */
}
@media(max-width: 570px){
    body .container {
        padding: 0 20px;
    }
    #menuToggle{
        right: 20px;
    }
    .nowoffer-img {
        width: 90%;
        margin: 0 0 0 75px;
    }
    .site-footer.cover {
        padding: 200px 0 0;
    }
    .ft-menu ul li {
        margin-bottom: 7px;
    }
    .ft-social ul li span{
        font-size: 16px;
    }
    .copyright span{
        font-size: 15px;
    }
    .ftget-touch {
        margin: 30px 0 0 auto;
    }
    .menus-cdetails {
        margin-top: 30px;
    }
	.hbanner-img {
        margin: 20px auto 40px;
    }
    .mobile-phone{
        display: block;
    }
}
@media(max-width: 480px){
    .whychoose-img, .ourvision-img{
        width: 90%;
    }
    .nowoffer-img {
        width: 100%;
        margin: 0 0 0 20px;
    }
    .contactpg-sec {
        padding: 50px 0 0;
    }
    .conthead-content p br{
        display: none;
    }
    .contactpg-clist ul li {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .google-map {
        margin-top: 20px;
    }
    .google-map iframe {
        height: 350px !important;
    }
}
@media(max-width: 414px){
    .hbanner-img,
    .whychoose-img, .ourvision-img{
        width: 100%;
    }
    .whychoose-ct h1, .whychoose-ct h2, .whychoose-ct h3, .whychoose-ct h4, .whychoose-ct h5, .whychoose-ct h6 {
        margin: 0 0 20px 0;
    }
    .ftcontact-content h1, .ftcontact-content h2, .ftcontact-content h3, .ftcontact-content h4, .ftcontact-content h5, .ftcontact-content h6 {
        font-size: 24px;
    }
    .ftcontact-img.one {
        bottom: -72px;
        width: 150px;
    }
    .ftcontact-img.two {
        bottom: -167px;
        width: 179px;
    }
    .whychoose-ct h1, .whychoose-ct h2, .whychoose-ct h3, .whychoose-ct h4, .whychoose-ct h5, .whychoose-ct h6 {
        font-size: 25px;
        line-height: 29px;
    }
    .ftget-touch ul li:first-child, .ftget-touch ul li:nth-child(2) {
        float: none;
        width: 100%;
        margin-bottom: 13px;
    }
    .ftget-touch ul li a, .ftget-touch ul li span {
        font-size: 15px;
    }
    .ftget-touch ul li:first-child::after{
        display: none;
    }
    .ft-social {
        margin-top: 20px;
    }
    .site-footer.cover {
        padding: 230px 0 0;
    }
    .ft-logo {
        text-align: center;
    }
    .ftcontact-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
        font-size: 17px;
        width: 100%;
        height: 55px;
    }
    .ftget-touch ul li:nth-child(4) {
        border-top: none;
        padding-top: 0;
        margin-top: 13px;
    }
    .ft-social ul li:first-child{
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .ftget-touch strong {
        font-size: 21px;
        line-height: 1;
    }
    .abtvision-image {
        width: 100%;
    }
    .ourvision-img{
        margin-bottom: 30px;
    }
}
@media(max-width: 375px){
    .google-map iframe {
        height: 270px !important;
    }
}