/*
Theme Name:  
Theme URI:  
Author: Falcon Marketing
Author URI: https://www.falconmarketing.com
Description: Custom theme
Version: 1.0
License:  
License URI: 
Text Domain:  fm_theme

*/
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Questrial');


body {
	font-family: 'Poppins', sans-serif !important;
}
.fancybox-navigation {
    display: none !important;
}
h1,h2,h3,h4,h5,h6  {
		font-family: 'Poppins', sans-serif !important;

}
a.mobileonn{
    display: none !important;
}
a.disabled {
    cursor: default;
}
a,a:hover{
    text-decoration: none !important;
}
.santafe_footer .news_letter p a {
    color: inherit;
    transition: 0.2s all;
}
.santafe_footer .news_letter p a:hover {
    color: #126c57;
}
p{
    margin: 0 0 20px;
}
img{
    max-width: 100%
}
.top-bar-sec{
    background-color: #1eb394;
    height: 47px;
    line-height: 47px;
}
a.boxcard-color img{
    box-shadow: 0 0 41px 2px #d7d7d7db;
}
.top-bar-sec span,
.top-bar-sec ul li a,
a.mobileonn{
    color: #ffffff;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    display: inline-block;
}
.top-bar-sec ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-bar-sec ul li{
    color: #ffffff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    display: inline-block;
    margin-right: 29px;
}
.top-bar-sec ul li:last-child{
    margin-right: 0;
}
.top-bar-sec ul li img{
    margin-right: 15px;
}
.top-bar-sec ul li:nth-child(2) img,
.top-bar-sec ul li:nth-child(3) img{
    margin-top: -5px;
}
.santafe_services ul li p a{
	    color: #3e3e3e !important;
}
.santafe_services ul li p a:hover{
	color:#126c57 !important;
}
.santa_defaut_btn a {
	background-color: #1eb394;
	border-radius: 30px;
	padding: 10px 8px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 400;
}
.santa_defaut_btn a:hover, .santa_defaut_btn a:focus {
    background-color: #82d8ac;
    color: #ffffff;
}
.santa_defaut_btn a:active {
    box-shadow: inset 0 0 20px #2e935f;
}
.santafe_contact-us #field_2_1 {
	margin-bottom: 13px;
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus{
	outline: 0px !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 */
.nav-bar {
	text-align: right;
	margin-top: 38px;
}

.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 25px 0 0;
	position: relative;
}

.nav-menu li:nth-child(6) {
	margin-right: 0;
}

.nav-menu li a {
	color: #473c22;
	display: block;
    font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 1;
	padding: 15px 0 6px;
	text-decoration: none;
	text-transform: uppercase;
}
.nav-menu li.active a,
.nav-menu li a:hover{
    border-bottom: 1px solid #fff;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	color: #473c22;
}


.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #b27a37;
	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);
}
ul.sub-menu li{
    margin: 0px
}
ul.sub-menu li a{
    color: #fff !important;
    padding: 15px;
    text-align: left;
}
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: #fff;
	margin: 0;
	width: 200px;
}

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: #b27a37;
}

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;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #473c22;
}
.closebtn,
.openmenu,
.menu-toggle {
	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: #fff;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;}
/* MAIN CSS  */
.blogdetail:after{
	content: '';
	clear: both;
	display: block;
}
.blogdetail{
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/*santefe_health_header css*/

.top-bar {
	text-align: right;
}

.top-bar a {
	color: #473c22;
}

.top-bar a:not(:last-child) {
	margin-right: 30px;
}

.top-bar a img {
	margin-right: 15px;
}
.santefe_health_header {
	    padding: 40px 0;
}

/*santefe_health_header css end*/


/*santa_bottom_header css*/

.santa_bottom_header {
	padding: 60px 0;
}

.santa_bottom_header .no-padd {
	padding-left: 0;
}

.santa_bottom_header .header_middle_content {
	margin-top: 30px;
	margin-right: 55px;
}

.santa_bottom_header .header_middle_content h2 {
	text-transform: uppercase;
	font-size: 43px;
	color: #292929;
	font-weight: 500;
	font-family: 'Lora', serif !important;

}

.santa_bottom_header .header_middle_content h5 {
	text-transform: uppercase;
	font-size: 32px;
	color: #292929;
	font-weight: 300;
	margin: 0;
	    line-height: 30px;
	    	font-family: 'Lora', serif !important;

}

.santa_bottom_header .header_middle_content p {
    font-family: 'Questrial', sans-serif;
    color: #58585a;
    font-size: 18px;
    margin: 30px 0;
    line-height: 30px;
}

/*santa_bottom_header css end*/

/*about_santafe css*/

.about_santafe {
	padding: 0 0 60px;
}

.about_santafe .about_santa_content h2 {
    color: #292929;
    font-size: 27px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 400;
    margin: 20px 0;
    letter-spacing: 2px;
    	font-family: 'Lora', serif !important;

}
.about_why_choose .about_img_col_desc {
	text-align: right;
}

.white_circle {
	position: relative;
	height: 400px;
	text-align: center;
}

.white_circle::before {
     position: absolute;
    top: 0;
    left: 65px;
    content: "";
    background: url(images/white_logo_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 305px;
    background-position: right;
}

.white_circle .logo_white_circle {
background-color: #fff;
    width: 196px;
    height: 196px;
    text-align: center;
    margin: 55px auto 0px 120px;
    position: relative;
    border-radius: 100%;
    box-shadow: 0px 0px 7px 0px #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_santafe .about_santa_content p {
	margin: 0;
	color: #58585a;
	font-size: 16px;
}


/*about_santafe css end*/


/*santafe_services css*/

.santafe_services {
	background-repeat: no-repeat;
	background-size: cover;
	    background-position: top center;
	        min-height: 645px;
}

.santafe_services ul li {
	text-align: center;
	width: 170px;
	margin-top: 100px;
}

.santafe_services ul li .icon_img {
    background-color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px -3px 4px 0px #ccc;
    margin: auto;
}

.santafe_services ul li  p {
	color: #3e3e3e;
	font-size: 16px;
	font-family: 'Questrial', sans-serif;
	margin: 6px 0 0 0;
	font-weight: 500;
}

.santafe_services .first_space {
	    position: relative;
    top: 45px;
}

.santafe_services .third_space {
	position: relative;
	top: 1px;
}

.santafe_services .forth_sec {
    position: relative;
    top: 45px;
}
.santafe_services ul {
    text-align: center;
}
.santafe_services ul li:last-child {
    margin-left: auto;
    margin-right: auto;
}
.santafe_services .services_content_santafe {
	margin-top: 120px;
}

.santafe_services .services_content_santafe h1 {
	color: #292929;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 20px 0;
		font-family: 'Lora', serif !important;

}

.santafe_services .services_content_santafe p {
	line-height: 25px;
}

.santafe_services .services_content_santafe a {
	    background-color: #b27a37;
    border-radius: 30px;
   padding: 12px 46px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    margin-top: 15px;
}

/*santafe_services css end*/


/*santefe_our_care css*/

.santefe_our_care {
	padding: 0 0 100px;
}

.santefe_our_care .services_content_santafe {
	margin-top: 80px;
}

.santefe_our_care  h1 {
    color: #292929;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 14px 0;
    	font-family: 'Lora', serif !important;

}

.santefe_our_care p {
	font-size: 16px;
	color: #58585a;
}

/*santefe_our_care css end*/


/*santafe_president_card css*/

.santafe_president_card h4 {
	font-size: 30px;
	text-transform: uppercase;
	color: #292929;
	font-weight: 400;
	margin-bottom: 0;
		font-family: 'Lora', serif !important;

}

#field_1_1,
#field_1_2{
    float: left;
    width: 50%;
    clear: none;
}
#field_1_4{
    float: left;
    width: auto;
    clear: none;
}
.gform_footer.top_label{
    text-align: center;
}
.gform_body input,
.gform_body select{
    height: 55px;
}
.gform_body input,
.gform_body select,
.gform_body input::placehoder,
.gform_body select::placehoder{
    color: #5d5d5d !Important;
}
.gform_body input,
.gform_body select,
.gform_body textarea{
    background: #e8f7f4;
    width: 100% !Important;
    border: 0px !Important;
    padding: 15px !Important;
    font-size: 15px;
}

.gform_body textarea {
	height: 350px;
}

.card-type >div{
    display: none
}
.card-type img{
	height: 500px;
	width: auto;
    display: inline-block;
/* 	    object-fit: contain; */
}
.card-type >div.active{
	display: inline-block !important;
}
.card_section {
	padding: 70px 0;
}

.card_section .card_title h3 {
	color: #393a69;
	font-size: 36px;
	font-family: 'Proxima Nova Alt Lt';
	margin-bottom: 70px;
}


.gform_wrapper ul li.gfield.two_wide_rsp {
	display: inline-block;
	width: 50% !important;
}

.gform_wrapper ul li.gfield.two_wide_rsp .gf_placeholder {
	display: none;
}


.gform_footer {
	text-align: left !important;
	margin-top: 0 !important;
}

.gform_footer .gform_button {
    background: #1eb394;
    border-radius: 0;
    padding: 10px 36px;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 30px;
}

.santafe_president_card .santafe_contact-us .card-type {
	margin-top: 50px;
}

.santafe_contact-us .ginput_container_select .gfield_select,
.santafe_contact-us #field_2_4 .gfield_label {
	font-family: 'Poppins', sans-serif !important;
	color: #5d5d5d !important;
	font-size: 15px !important;
	font-weight: 500 !important;
}
.green-txt{
	color: #31af94;
}
.santafe_contact-us .ginput_container_select .gfield_select {
	font-weight: 400 !important;
}

.santafe_contact-us .ginput_container_select .gfield_select::placeholder {
	color: #5d5d5d !important;
	font-size: 15px !important;
	font-weight: 500 !important;
}

.santafe_contact-us #field_2_5 {
	margin-top: 0;
}

.santafe_contact-us #field_2_5 .ginput_container_textarea {
	margin-top: 0;
}

.cstm-success-msg {
	text-align: center;
}

.cstm-success-msg span {
	color: #1eb394;
    font-size: 14px;
}


/*santafe_president_card css end*/

/*how_does_work_santafe css*/

.how_does_work_santafe {
	padding: 80px 0 50px;
}

.how_does_work_santafe .work_title h2 {
	color: #292929;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 40px;
		font-family: 'Lora', serif !important;
}

.how_does_work_santafe .slick-next {
    top: 105px;
    background-color: #ebebeb;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    right: -55px;
}


.how_does_work_santafe .slick-next::before {
	    content: "\f105";
	    font-family: fontAwesome;
	    color: #72805f;
	        font-size: 25px;
}

.how_does_work_santafe .slick-prev {
	  top: 105px;
    background-color: #ebebeb;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    left: -55px;
}


.how_does_work_santafe .slick-prev::before {
	 content: "\f104";
	    font-family: fontAwesome;
	    color: #72805f;
	        font-size: 25px;
}

.how_does_work_santafe .slick-next:focus,
.how_does_work_santafe .slick-prev:focus {
	background-color: #ebebeb !important;
}

.how_does_work_santafe .slick-next:hover,
.how_does_work_santafe .slick-prev:hover {
	background-color: #ebebeb !important;
}

.how_does_work_santafe .slick-slider .slick-cloned {

}

/*how_does_work_santafe css end*/

/*better_living_santafe css*/

.better_living_santafe .space_living {
	margin-top: 90px;
}

.better_living_santafe .better_living_content h2 {
	letter-spacing: 0px;
	margin: 30px 0;
		font-family: 'Lora', serif !important;
}

.better_living_santafe .better_living_content p {
	line-height: 27px;
}

.better_living_santafe .better_living_content a {
	    background-color: #b27a37;
    border-radius: 30px;
    padding: 12px 46px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    margin-top: 30px;
    transition: .6s;
}


.better_living_santafe .better_living_content a:hover {
	opacity: 0.7;
	transition: .6s;
}

.better_living_santafe .better_caption {
	text-align: center;
}

/*better_living_santafe css end*/

/*santafe_footer css*/

.santafe_footer {
	padding: 60px 0 30px;
}

.santafe_footer .ft_logo .media img {
	margin-right: 25px !important;
}

.santafe_footer .ft_logo .media .media-body .mt-0 {
    color: #5d5d5d;
    font-size: 14px;
    margin: 5px 0 0 0 !important;
    line-height: 30px;
    display: inline-block;
    padding-right: 30px;
    font-weight: 300;

}

.santafe_footer .ft_address .fa{
	color: #126c57;
	font-size: 24px;
}
.icon22 i{
	font-size:22px !important;
}
.santafe_footer .ft_address .media {
	margin-bottom: 6px;
}

.santafe_footer .ft_address .media .media-body p {
		color: #5d5d5d;
    font-size: 14px;
    font-weight: 300;
}

.santafe_footer .ft_address .media .media-body p a {
	color: #5d5d5d;
	font-weight: 300;
}

.santafe_footer .border-rght {
	    position: relative;
}

.santafe_footer .border-rght::before {
height: 100%;
    width: 1px;
    content: "";
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: -15px;
}

.santafe_footer .border-rght::after {
	height: 100%;
    width: 1px;
    content: "";
    background-color: #ccc;
    position: absolute;
    top: 0;
    right: -10px;
}

.santafe_footer .social_box {
	margin-left: 25px;
}

.santafe_footer .social_box ul {
	text-align: right;
	margin: 0;
}

.santafe_footer .social_box ul li {
	margin-left: 35px;
	
}

.santafe_footer .social_box ul li a {
	color: #126c57;
}

.santafe_footer .news_letter {
	margin: 40px 0 20px;
}

.santafe_footer .news_letter p {
	font-size: 13px;
	color: #49352c;
	text-align: right;
	margin: 0;
	font-weight: 300;
}

.santafe_footer .news_letter .es_lablebox {
	display: none;
}

.santafe_footer .news_letter .es_textbox input {
    width: 100%;
    border: none;
    height: 60px;
    padding: 20px;
    background-color: #f8f8f7;
}

.santafe_footer .news_letter .es_textbox input::placeholder {
	font-family: 'Poppins', sans-serif !important;
	font-size: 14px;
	color: #353535;
}

.santafe_footer .news_letter .es_shortcode_form {
	position: relative;
}

.santafe_footer .news_letter .es_shortcode_form .es_button {
    position: absolute;
    top: -7px;
    right: 0;
    cursor: pointer;
}

.santafe_footer .news_letter .es_shortcode_form .es_button .es_submit_button {
    border-radius: 25px;
    width: 60px;
    border: none;
    height: 45px;
    text-indent: -9999px;
    color: #58585a;
    position: relative;
    background-color: transparent;
}

.santafe_footer .news_letter .es_shortcode_form .es_button::before {
position: absolute;
top: 12px;
content: "\f1d8";
color: #126c57;
right: 0px;
width: 55px;
height: 54px;
z-index: 2;
font-family: fontAwesome;
font-size: 34px;
opacity: .8;
display: inline-block;
}


/*santafe_footer css end*/

/*inner_header css*/

.inner_header {
	margin-top: 40px;
}

.inner_header .container-fluid {
	padding: 0;
}
 
.inner_header .container-fluid .row {
	margin: 0;
}

.inner_header .less_img_col {
	padding-left: 0;
}

.inner_header .inner_heading {
	text-align: center;
	margin: 25px 100px 0 0;
}

.inner_header .inner_heading h1 {
	font-size: 44px;
	font-weight: 400;
	color: #292929;
		font-family: 'Lora', serif !important;

}
/*inner_header css end*/

/*inner_internal_heading css*/

.inner_internal_heading {
	margin-top: 60px;
}

.inner_internal_heading h2 {
	color: #292929;
	font-size: 30px;
	margin-bottom: 25px;
		font-family: 'Lora', serif !important;

}

.inner_internal_heading p {
	color: #58585a;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}
/*inner_internal_heading css end*/


/*about_know_us css*/

.about_know_us {
	position: relative;
	padding: 40px 0;
}

.about_know_us::after {
position: absolute;
    top: -46px;
    left: 0;
    content: "";
    background: url(images/know_us_left_leaf.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16%;
    height: 250px;
    z-index: -1;
}

.about_know_us::before {
    position: absolute;
    top: -102px;
    right: 0;
    content: "";
    background: url(images/know_us_right_leaf.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 21%;
    height: 210px;
    z-index: -1;
}

.more_about_info {
	position: relative;
}

.more_about_info::before {
    position: absolute;
    top: 90px;
    right: 0;
    content: "";
    background: url(images/more_about_leaf.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20%;
    height: 210px;
    z-index: -1;
}

/*about_know_us css end*/


/*about_why_choose css*/

.about_why_choose {
	padding: 80px 0;
}

/*about_why_choose css end*/

/*container css*/

.container {
	max-width: 1170px !important;
}

/*container css end*/



/*santefe_content_us css*/

.santefe_content_us {
	    padding: 60px 0 170px;
	    position: relative;
}

.santefe_content_us::before {
background: url(images/contact_leaf_top.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto auto;
background-repeat: no-repeat;
background-size: contain;
background-position: right;
content: "";
position: absolute;
top: -100px;
right: 0;
width: 100%;
height: 100%;
	    z-index: -1;
}

.santefe_content_us .contact_box {
	text-align: center;
}

.santefe_content_us .contact_box .contact_ico {
    background: url(images/ico_bg.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    height: 160px;
}

.santefe_content_us .contact_box .contact_ico .circle_ico {
	    background-color: #fff;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    line-height: 96px;
    box-shadow: 0px -1px 6px 0px #ccc;
    display: inline-block;
    margin-top: 20px;
    margin-right: 40px;
}

.santefe_content_us .contact_box .content_ico {
	margin-top: 60px;
	margin-right: 40px;
}

.santefe_content_us .contact_box .content_ico h3 {
	color: #292929;
	font-size: 23px;
	margin: 0;
	font-weight: 500;
}


.santefe_content_us .contact_box .content_ico p {
	color: #58585a;
	font-size: 16px;
	margin: 15px 40px 0;
}

.santefe_content_us .contact_box .content_ico p a {
	color: #58585a;
}

.santefe_content_us .contact_box .content_ico span {
	display: block;
	color: #58585a;
	font-size: 16px;
}

.santefe_content_us .contact_box .content_ico span a {
	color: #58585a;
}


.sante_contact_form {
	padding: 60px 0;
	position: relative;
}

.sante_contact_form::before {
    background: url(images/contact_leaf.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    position: absolute;
    top: 146px;
    left: 0;
    width: 16%;
    height: 50%;
    z-index: 1;
}


.sante_contact_form .form-group .wpcf7-textarea,
.sante_contact_form .form-group .wpcf7-text {
	background-color: #f2fbf9;
	padding: 15px 20px;
	border: none;
	width: 100%;
	border-radius: 5px;
}

.sante_contact_form .form-group .wpcf7-textarea {
	margin-top: 30px;
}

.sante_contact_form .form-group .wpcf7-text::placeholder {
	color: #5d5d5d;
	font-size: 15px;
	font-family: 'Questrial', sans-serif;
}

.sante_contact_form .btn_snd .wpcf7-submit {
	background: #1eb394;
    border-radius: 0;
    padding: 8px 45px;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 300;
}


/*santefe_content_us css end*/

/*santefe_gallery_box css*/

.santefe_gallery_box {
	position: relative;
	padding: 50px 0 70px;
}

.santefe_gallery_box::before {
position: absolute;
    top: 90px;
    right: 0;
    content: "";
    background: url(images/gallery_top.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 60%;
    height: 25%;
}

.santefe_gallery_box::after {
position: absolute;
    bottom: 90px;
    left: 0;
    content: "";
    background: url(images/gallery_bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 60%;
    height: 25%;
}

.cbp-caption-active .cbp-caption-activeWrap {
    width: 92% !important;
    position: absolute;
    z-index: 2;
    height: 92% !important;
}

#cbpw-grid2 .cbp-caption-activeWrap {
    background-color: #2827279e !important;
}

#cbpw-grid2 .cbp-caption-activeWrap::before {
    bottom: 0;
    background: url(images/gallery_arrow.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    position: absolute;
    width: 85%;
    height: 20%;
    left: 0;
    right: 0;
    margin: auto;
}

.cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    top: 13px !important;
    transition: opacity .4s;
    left: 13px !important;
}

/*santefe_gallery_box css end*/


/*services_santefe css*/

.services_santefe {
	padding: 50px 0 80px;
}

.services_santefe .services_img_ring {
	 background: url(images/right_ring.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.services_santefe .services_img_ring.ring_rotate {
	 background: url(images/right_ring_v1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

.services_santefe .services_img_ring .services_img {
	position: relative;
}

.services_santefe .services_img_ring .services_img.img_rotate{
	    text-align: right;
}

.services_santefe .services_img_ring .services_img .services_ico{
background: url(images/services_bg_leaf.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 190px;
    right: 0;
    width: 125px;
    height: 64px;
    text-align: center;
        right: -48px;

}

.services_santefe .services_img_ring .services_img .services_ico.ico_rotate{
	left: -48px;
}

.services_santefe .services_img_ring .services_img .services_ico .services_ico_icon {
	background-color: #fff;
    border-radius: 100%;
    width: 88px;
    height: 88px;
    display: inline-block;
    line-height: 75px;
    box-shadow: 0px -2px 6px 0px #ccc;
}


.services_santefe .services_img_ring .services_img .rio_fit {
	border-radius: 100%;
    width: 456px;
    height: 456px;
    object-fit: cover;
}

.services_santefe  .services_conent h2 {
	color: #292929;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 30px;
		font-family: 'Lora', serif !important;

}

.services_santefe  .services_conent p {
	font-size: 16px;
	color: #58585a;
	line-height: 30px;
	margin: 0;
}

.services_santefe  .left_ring {
	    position: relative;
    left: -75px;
}

.services_santefe  .second_ring {
	    position: relative;
    right: -75px;
}


.services_santefe .fw-col-xs-12,
.services_santefe .fw-container-fluid {
	padding: 0;
}

.services_santefe .fw-row {
	margin: 0;
}

.services_santefe .first_change_bg {
	position: relative;
	margin-bottom: 150px;
}

.second_change_bg {
		position: relative;
	margin-bottom: 150px;
}


.third_change_bg {
		position: relative;
	margin-bottom: 150px;
}

.fourth_change_bg {
	position: relative;
}


.services_santefe .third_change_bg::before,
.services_santefe .first_change_bg::before {
    position: absolute;
    top: 100px;
    right: 0;
    content: "";
    background: url(images/first_services_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 30%;
    height: 86%;
}

.services_santefe .fourth_change_bg::before, 
 .services_santefe .second_change_bg::before  {
	position: absolute;
    top: 100px;
    left: 0;
    content: "";
    background: url(images/secondt_services_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 30%;
    height: 86%;
} 
.fw-main-row.services_santefe .fw-col-xs-12 .row .col-lg-6 {
    align-self: center;
}
.services_conent ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}
.services_conent ul li{
	font-size: 16px;
    color: #58585a;
	margin: 0 0 10px 0;
	position: relative;
	padding-left: 20px;
}
.services_conent ul li::after{
	display: block;
    content: '»';
    position: absolute;
    font-size: 21px;
    left: 0;
    top: -6px;
    color: #126c57;
}

/*services_santefe css end*/


/*santefe_blog css*/

.santefe_blog {
	padding: 80px 0;
	position: relative;
}
.bp-col{
	display:flex;
}
.santefe_blog::before {
    position: absolute;
    top: -100px;
    right: 0;
    content: "";
    background: url(images/blog_first_leaf.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 30%;
    height: 23%;
}

.santefe_blog::after {
    position: absolute;
    top: 411px;
    left: 0;
    content: "";
    background: url(images/blog_second_leaf.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 32%;
    height: 23%;
    z-index: -1;
}

.santefe_blog .blog_cover {
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 5px 4px;
    margin-bottom: 30px;
}

.santefe_blog .blog_cover .blog_img img {
	border-radius: 20px;
}

.santefe_blog .blog_cover .blog_content {
	padding: 20px;
}

.santefe_blog .blog_cover .blog_content ul {
	padding: 0;
	    margin: 5px 0px 20px 27px;
}

.santefe_blog .blog_cover .blog_content ul li {
	color: #c1c1c1;
	font-size: 13px;
	font-weight: 300;
	position: relative;
	margin-right: 34px;
}


.santefe_blog .blog_cover .blog_content ul li:last-child {
	margin-right: 0;
}

.santefe_blog .blog_cover .blog_content ul .calender::before {
    position: absolute;
    top: 0;
    left: -27px;
    content: "";
    background: url(images/calender.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 28%;
    height: 100%;
}

.santefe_blog .blog_cover .blog_content ul .comment::before {
    position: absolute;
    top: 0;
    left: -27px;
    content: "";
    background: url(images/comment.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 28%;
    height: 100%;
}

.santefe_blog .blog_cover .blog_content ul .share::before {
   
}

.santefe_blog .blog_cover .blog_content ul .share .the_champ_horizontal_sharing .theChampSharingRound:first-child {
	display: none;
}

.santefe_blog .blog_cover .blog_content ul .share .theChampMoreBackground {
    background-color: transparent;
    position: absolute;
    top: -30px;
    left: -37px;
}

.santefe_blog .blog_cover .blog_content ul .share .theChampMoreBackground .theChampMoreSvg {
	position: relative;
	background: none;
}

.santefe_blog .blog_cover .blog_content ul .share .theChampMoreBackground .theChampMoreSvg::before {
position: absolute;
    top: 7px;
    left: 7px;
    content: "";
    background: url(images/share.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 55%;
    height: 100%;
}


.santefe_blog .blog_cover .blog_content h3 {
	font-size: 25px;
	color: #292929;
	font-weight: 400;
	margin-bottom: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	height:61px !important;
}

.santefe_blog .blog_cover .blog_content p {
	font-size: 14px;
	font-weight: 300;
	color: #292929;
	line-height: 23px;
}

.santefe_blog .blog_cover .blog_content .read_more a {
	    background-color: #b27a37;
    border-radius: 30px;
    padding: 12px 46px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    margin-top: 30px;
    transition: .6s;
}

.santefe_pagination {
	text-align: center;
	margin-top: 20px;
}

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

.santefe_pagination ul  li {
	display: inline-block;
}

.santefe_pagination ul  li {
	margin: 0 3px;
}

.santefe_pagination ul  li a {
    background-color: #f5f5f5;
    padding: 16px 20px;
    border-radius: 30px;
    color: #292929;
    font-weight: 300;
    font-size: 20px;
}

.santefe_blog.santefe_single .blog_cover {
	text-align: left;
	background-color: transparent;
}

.santefe_single  {
	position: relative;
}

.santefe_single::before {
position: absolute;
    top: -100px;
    right: 0;
    content: "";
    background: url(images/single_top.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 35%;
    height: 40%;
}

.santefe_single::after {
    position: absolute;
    top: 475px;
    left: 0;
    content: "";
    background: url(images/single_bottom.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36%;
    height: 33%;
}

.santefe_single  .comment_area .comment-reply-title {
	display: none;
}


.santefe_single  .comment_area .theChampCommentingTabs ul {
	display: none;
}

.santefe_single .comment-notes {
	display: none !important;
}

.santefe_single form label {
	display: none;
}

.santefe_single form textarea {
	width: 100%;
	border-radius: 20px;
	border: 1px solid #eeeeee;
	    padding: 18px;
	    color: #a5a5a5;
	    font-size: 12px;
}

.santefe_single .comment-form-comment {
	width: 100%;
}

.comment_area input {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #eeeeee;
    padding: 13px 18px;
    color: #a5a5a5;
    font-size: 12px;
}

.comment_area  .leave_title {
	color: #292929;
	font-size: 30px;
	margin-bottom: 30px;
}

.comment_area p {
	display: inline-block;
	width: 32%;
	margin-right: 10px;
}

.comment_area .comment-form-url{
	margin-right: 0 !important;
}

.comment_area .form-submit {
	width: 20%;
}

.comment_area .form-submit .submit {
	    background-color: #b27a37;
    border-radius: 30px;
    padding: 11px 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    margin-top: 15px;
    cursor: pointer;
}

.santefe_rightside .fa-search {
    color: #1eb394;
    transform: rotate(100deg);
    font-weight: 100;
    font-size: 21px;
    cursor: pointer;
}

.santefe_rightside .recent_posts {
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid #ececec;
}

.santefe_rightside .recent_posts h3 {
	color: #292929;
	font-size: 25px;
	margin-bottom: 30px;
}

.santefe_rightside .recent_posts .media {
	margin-bottom: 20px;
}

.santefe_rightside .recent_posts .media:last-child{
	margin-bottom: 0;
}

.santefe_rightside .recent_posts .media .media-body {
	margin-top: 10px;
}

.santefe_rightside .recent_posts .media .media-body h5 {
	font-size: 14px;
	margin: 0;
}

.santefe_rightside .recent_posts .media .mr-3 img {
	border-radius: 100%;
}

.santefe_rightside .recent_posts .media .media-body h5 a {
	color: #292929;
}

.santefe_rightside .recent_posts .media .media-body ul {
	margin: 0;
}

.santefe_rightside .recent_posts .media .media-body li {
	color: #686868;
	font-size: 11px;
}

.santefe_rightside .widget_categories {
		margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid #ececec;
}

.santefe_rightside .widget_categories h3 {
	color: #292929;
	font-size: 25px;
	margin-bottom: 30px;
}

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

.santefe_rightside .widget_categories ul li {
	margin-bottom: 15px;
}

.santefe_rightside .widget_categories ul li a {
color: #76767a;
    font-size: 16px;
    width: 91%;
    display: inline-block;
}

.mobile_view {
		display: none;
	}


/*santefe_blog css end*/

/* ContactPage */
.about_join_team{
	text-align:center;
}
.santa_defaut_btn.about_join_team a.fw-btn {
    margin: 0 0 0 !important;
}
.santefe_page_btns .santa_defaut_btn a {
    margin: 0 auto !important;
    text-transform: capitalize;
}

.factdiv {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 20px #ccc;
	border: 4px solid transparent;transition: all .5s;padding-bottom: 29px;cursor:pointer;
}
.factimg img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: top;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.factdiv:hover{border-color: #31af94;}
.cardimg.active .factdiv{border-color: #31af94;}
.facttext {text-align: center;padding-top: 17px;}
.admincontact ul li h3,
.facttext h3 {
    font-weight: 500;
    font-size: 18px;
    color: #31af94;
    font-family: 'Lora', serif !important;
}
.facttext h4 {
	font-weight: 400;
	font-size: 14.63px;
	color: #58585a;
	margin-bottom: 17px;
}
.facttext ul li{display: inline-block;}
.facttext ul li a {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #1eb394;
}
.facttext ul li a:hover{background-color: #82d8ac;color: #333445;}
.facilitydiv .col-lg-4 {
	height: 100%;
	margin-bottom: 25px;
}
.adminname {
	text-align: center;padding-top: 15px;
}
.adminname h2 {
    font-weight: 500;
    font-size: 30px;
    color: #31af94;
        font-family: 'Lora', serif !important;
}
.admincontact ul,
.assistantext ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.adminname h3,
.admincontact ul li a {
    font-weight: 400;
    font-size: 18px;
    color: #58585a;
	word-wrap: break-word;
}

.admincontact ul li a:hover {
    color: #31af94;
}
.admincon {text-align: center;}

.adminfac {
	box-shadow: 0 0 20px #ccc;
	padding: 0 30px 30px;
	height: 100%;border-radius: 10px;
}
.col-lg-3.colright {
	margin-bottom: 0;
	height: auto;
}
.admincontact ul li {margin-bottom: 26px;}
.facilitydiv {padding-top: 89px;}
.imgcht {
    display: none;
    height: 100%;
}
.imgcht.active {
    display: block;
    height: 100%;
}
.formob {
    display: none;
}
.facttext ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#removcol {
    width: 0;
    height: 0;
    background-color: transparent;
    border: 0;
}
.santefe_content_us .santa_defaut_btn {
    text-align: center;
}
#facilitydiv{
	display:none;
}
.assistantext {
    margin-top: 30px;
}
.assistantext h3 {
    margin-bottom: 15px;
    font-family: 'Lora', serif !important;
	text-transform:uppercase;
}
.assistantext a, .assistantext p {
    color: #58585a;
	transition:0.3s all;
}
.assistantext a:hover{
	    color: #31af94;
}
.brochbtncon {
	width: 52%;
    margin: 54px auto 0;
    text-align: center;
    box-shadow: 0 0 20px #ccc;
    background-color: #fff;
    padding: 20px 15px 41px;
    border-radius: 10px;
}
.brochbtncon h3 {
    font-weight: 400;
    font-size: 33px;
    color: #252535;
    margin-bottom: 28px;
}
.brochbtncon ul {
	list-style: none;
    margin: 0;
    padding: 0;
/*     display: flex; */
}
.brochbtncon ul li a {
    background-color: #20B395;
    border: 2px solid #20B395;
    display: inline-block;
/*     font-family: "Oswald", sans-serif; */
    font-weight: 400;
    color: #ffffff;
    font-size: 18.86px;
    letter-spacing: 0.005em;
    border-radius: 30px;
    padding: 15px 40px;
}
.brochbtncon ul li a:hover {
	 background-color: #82d8ac;
    border-color: #82d8ac;
}
.brochbtncon ul li {
	display:inline-block;
}
@media (max-width:991px){
	.colright {
		margin: 0 auto;
	}
	.formob {
		display: block;
	}
	.fordesk {
		display: none;
	}
	.santefe_page_btns .santa_defaut_btn a {
		padding: 10px 10px;
		letter-spacing: 0;
		font-size: 14px;
	}
}
@media (max-width:767px){
	.facilitydiv {
		padding-top: 45px;
	}
	.adminname h2 {
		font-size: 25px;
		margin-bottom: 15px;
	}
	.santefe_page_btns .santa_defaut_btn a {
		padding: 10px 15px;
		letter-spacing: 1px;
		font-size: 16px;
		        margin: 7px 0 !important;
        display: inline-block;
	}
	.adminfac {
		padding: 0 20px 20px;
		height: 100%;
	}
	.admincontact ul li {
		margin-bottom: 15px;
	}
}
@media (max-width:480px){
	.adminname h3, .admincontact ul li a {
		font-size: 14px;
	}
	.santefe_page_btns .santa_defaut_btn a {
		letter-spacing: 0px;
		font-size: 14px;
	}
}
/* ContactPage */
/*  Media Query  */

@media(min-width: 1600px){  
	.white_circle::before {
		position: absolute;
		top: -42px;
		left: 80px;
		width: 510px;
		height: 370px;
		background-position: center;
	}

	.santafe_services {
    min-height: 660px;
	}

	.santafe_services ul li {
    margin-top: 120px;
	}

	.santafe_services .first_space {
    position: relative;
    top: 50px;
	}

	.santafe_services .services_content_santafe {
    margin-top: 160px;
	}

	.santafe_services {
    background-size: 110%;
    background-position: top right;
		}

		.santefe_our_care {
    padding: 0 0 100px;
	}

	.santa_bottom_header .header_middle_content {
   margin-left: 60px;
margin-right: 180px;
	} 

	.santa_defaut_btn a {
    margin-left: 80px;
	}

	.inner_header .inner_heading {
     margin: 100px 0 0 0;
	}	

	.services_santefe .left_ring {
    left: -125px;
	}

	.services_santefe .second_ring {
    right: -125px;
	}

	.about_know_us::before {
    width: 22%;
    height: 100%;
	}

	.about_know_us::after {
    top: -50px;
    width: 22%;
    height: 100%;
	}

	.more_about_info::before {
    width: 17%;
    height: 100%;
	}

	.santefe_gallery_box::before {
    top: 140px;
    width: 60%;
    height: 40%;
	}

	.santefe_gallery_box::after {
    bottom: 55px;
    width: 76%;
    height: 35%;
	}


	.santefe_blog::before {
    width: 21%;
    height: 34%;
	}

	.santefe_blog::after {
    width: 24%;
    height: 32%;
	}


.santa_bottom_header .header_middle_content p {
    max-width: 460px;
	}	

}

@media(min-width: 1700px){   

.santafe_services {
    background-size: 110%;
    background-position: top right;
    min-height: 735px;
		}

		.santefe_our_care {
    padding: 0 0 100px;
	}

}

@media(min-width: 1920px){

		.inner_header .inner_heading {
    margin: 100px 0 0 0;
}

.inner_header .inner_heading {
/*     max-width: 560px; */
}

.santa_bottom_header .header_middle_content p {
    max-width: 500px;
}

	.white_circle::before {
    position: absolute;
    top: -110px;
    left: 80px;
    width: 655px;
    height: 485px;
    background-position: center;
	}

	.santafe_services {
    min-height: 790px;
	}

	.white_circle::before {
    left: 0;
	}

	.better_living_santafe .better_caption {
    text-align: right;
	}

	.our_care_img {
		text-align: right;
		 position: relative;
     top: -60px;
	}

	.santafe_services {
  min-height: 730px;
    background-size: 105%;
    background-position: top right;
	}

	.santefe_our_care {
    padding: 0 0 100px;
	}

	.santefe_our_care .services_content_santafe {
    margin-top: 0;
	}

	.how_slide .slick-slide {
    text-align: center;
	}

	.how_slide .slick-slide img {
		display: inline-block;
	}

	.santafe_services ul li p {
    font-size: 18px;
	}

	.santafe_services ul li {
    width: 170px;
	}

	.santafe_services ul {
		margin-top: 50px;
	}

	.santafe_contact-us .container {
		width: 1140px !important;
	}

	.how_does_work_santafe .slick-slide img {
    width: 100%;
	}

	.santafe_services .services_content_santafe {
    margin-top: 145px;
    margin-left: 30px;
	}

	.santafe_services ul li {
    margin-top: 60px;
	}

	.santafe_services .first_space {
    position: relative;
    top: 35px;
    left: -38px;
	}

	.santa_bottom_header .header_middle_content {
		    margin-left: 60px;
		    margin-right: 380px;
		}

		.santa_bottom_header .santa_defaut_btn a {
    margin-left: 60px;
	}

	.about_santafe .about_santa_content {
		margin-right: 35px;
	}
	.about_santafe .about_santa_content h2{
		font-size:26px;
	}

	.services_santefe .left_ring {
    left: -150px;
	}

	.services_santefe .second_ring {
    right: -150px;
	}

	.services_santefe .services_img_ring .services_img {
    position: relative;
    padding: 40px 0px 40px 9px;
	}


.services_santefe .third_change_bg::before, .services_santefe .first_change_bg::before {
    top: 40px;
    width: 26%;
    height: 100%;
	}

	.services_santefe .fourth_change_bg::before, .services_santefe .second_change_bg::before {
   top: 40px;
    width: 26%;
    height: 100%;
	}

	.services_santefe .first_change_bg {
    margin-bottom: 100px;
	}

	.second_change_bg {
    margin-bottom: 100px;
	}

	.about_know_us::before {
    width: 22%;
    height: 100%;
	}

	.about_know_us::after {
    top: -50px;
    width: 22%;
    height: 100%;
	}

	.more_about_info::before {
    width: 17%;
    height: 100%;
	}

	.about_img_col_round {
		position: relative;
		right: 0px;
	}

	.left_round_leaf {
		position: relative;
		left: -100px;
	}

	.santefe_gallery_box::before {
    top: 140px;
    width: 60%;
    height: 40%;
	}

	.santefe_gallery_box::after {
    bottom: 55px;
    width: 76%;
    height: 35%;
	}

	.santefe_blog::before {
    width: 21%;
    height: 30%;
	}

	.santefe_blog::after {
    width: 24%;
    height: 24%;
	}

	.santefe_blog::after {
    width: 24%;
    height: 30%;
	}
}

@media(min-width: 2448px){  
	.white_circle::before {
    position: absolute;
    top: -188px;
    left: 80px;
    width: 850px;
    height: 636px;
    background-position: center;
	}

	.santafe_services {
    min-height: 950px;
	}

	.santafe_services .services_content_santafe {
    margin-top: 280px;
	}

	.santafe_services ul li {
    margin-top: 270px;
	}
}


@media(max-width: 1248px){ 

	.white_circle::before {
    left: 22px;
	}

	.how_does_work_santafe .slick-next {
    right: -40px;
	}

	.how_does_work_santafe .slick-prev {
    left: -40px;
	}

	.services_santefe .left_ring {
    left: 0;
	}

	.services_santefe .second_ring {
    right: 0;
	}

	.services_santefe .services_img_ring.ring_rotate {
    background-position: center;
	}

	.services_santefe .services_img_ring .services_img .rio_fit {
    width: 400px;
    height: 400px;
	}

	.services_santefe .services_img_ring .services_img .services_ico.ico_rotate {
    left: 20px;
	}

	.services_santefe .services_img_ring .services_img .services_ico {
    right: 20px;
	}

	.services_santefe .services_img_ring {
    background-position: center;
	}

	.inner_header .inner_heading {
    margin: 25px 0 0 0;
   	}
}
@media(max-width: 1112px){
    .top-bar-sec ul li{
        margin-right: 12px;
    }
}

@media(max-width: 1024px){
    .top-bar-sec ul li img {
        margin-right: 10px;
    }
    .top-bar-sec span, .top-bar-sec ul li a {
        font-size: 16px;
    }
	.santa_bottom_header .header_middle_content h2{
		font-size: 37px;
	}
	.santa_bottom_header .header_middle_content h5{
		font-size: 29px;
	}
	.white_circle::before {
    top: 22px;
   left: 26px;
    height: 255px;
	}

	.sante_contact_form::before {
    z-index: -1;
}


	.how_does_work_santafe .slick-next {
    right: -36px;
    top: 85px;
	}

	.how_does_work_santafe .slick-prev {
    left: -36px;
    top: 85px;
	}

	.santafe_footer .news_letter .es_shortcode_form .es_button::before {
    top: 20px;
    right: 0px;
    font-size: 20px;
	}
	.santafe_footer .ft_address .media .media-body p {
    font-size: 13px;
	}

	.about_santafe .about_santa_content h2 {
    font-size: 22px;
	}

	.santefe_our_care h1 {
    font-size: 25px;
	}

	.santafe_services .services_content_santafe h1 {
    font-size: 25px;
	}

	.santafe_services .services_content_santafe p {
    font-size: 13px;
	}

	.santafe_services ul li {
    width: 130px;
    margin-top: 55px;
	}

	.santafe_services ul li p {
    font-size: 14px;
	}

	.santefe_our_care .services_content_santafe {
    margin-top: 25px;
	}

	.santafe_services .services_content_santafe {
    margin-top: 75px;
	}

	.santafe_services {

    min-height: 460px;
	}

	.about_santafe {
    padding: 20px 0 40px;
	}

	.santafe_footer .social_box ul li {
    margin-left: 20px;
	}

	.services_santefe .services_img_ring .services_img .rio_fit {
    width: 330px;
    height: 330px;
	}

	.services_santefe .services_img_ring .services_img .services_ico {
    top: 130px;
	}

	.cbp-caption-zoom .cbp-caption-activeWrap {
    top: 10px !important;
    left: 9px !important;
	}

	.santefe_blog .blog_cover .blog_content ul li {
    margin-right: 0;
   margin-bottom: 50px;
    display: block;
	}

	.santefe_blog .blog_cover .blog_content ul {
    padding: 0;
    margin: 5px 0px 20px 0;
	}

	.santefe_blog .blog_cover .blog_content ul .calender::before {
    top: -22px;
    left: 0;
    width: 28%;
    height: 100%;
    right: 0;
    margin: auto;
    background-position: center;
}

	.santefe_blog .blog_cover .blog_content ul .comment::before {
   top: -22px;
    left: 0;
    width: 28%;
    height: 100%;
    right: 0;
    margin: auto;
    background-position: center;
	}

.santefe_blog .blog_cover .blog_content ul .share .theChampMoreBackground .theChampMoreSvg::before {
    position: absolute;
     top: -22px;
    left: 7px;
    content: "";
    background: url(images/share.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-size: contain;
    width: 29%;
    height: 65%;
    background-position: center;
    right: 0;
    margin: auto;
    left: 0;
}

.santefe_blog .blog_cover .blog_content ul .share .theChampMoreBackground {
    width: 100% !important;
}

.santefe_blog .blog_cover .blog_content ul li:last-child {
    margin-right: 0;
    display: block !important;
    width: 100% !important;
    margin-bottom: 0;
}

.santefe_blog .blog_cover .blog_content ul .share .theChampMoreBackground {
    background-color: transparent;
    position: absolute;
  	top: -35px;
    left: 0;
}

.santefe_blog .blog_cover .blog_content h3 {
    margin-bottom: 45px;
}

.santefe_blog .blog_cover .blog_content ul .share .theChampMoreBackground .theChampMoreSvg::before,
.santefe_blog .blog_cover .blog_content ul .comment::before,
.single-post .santefe_blog .blog_cover .blog_content ul .calender::before {
     top: -22px;
    left: 0;
    width: 28%;
    height: 100%;
    right: 0;
    background-position: center;
    margin: auto;
}

.santefe_blog .blog_cover .blog_content ul .share .theChampMoreBackground .theChampMoreSvg::before {
    width: 50%;
/*     top: -7px; */
}

.single-post .santefe_blog .blog_cover .blog_content ul li {
    margin-right: 43px;
    margin-bottom: 50px;
    display: inline-block;
    margin-left: 40px;
}

.single-post .santefe_blog .blog_cover .blog_content ul li:last-child {
    margin-right: 0;
    display: inline-block !important;
    width: 25% !important;
    margin-bottom: 0;
}

}

@media(max-width: 992px){ 
	.santa_bottom_header .header_middle_content h2 {
    font-size: 36px;
	}

	.single-post .inner_header .inner_heading {
    text-align: center;
    margin: 60px 0 0 0;
	}

	.comment_area p {
    display: inline-block;
    width: 32%;
    margin-right: 5px;
	}

	.santefe_blog.santefe_single {
    padding: 30px 0 80PX;
    position: relative;
	}

	.santa_bottom_header .header_middle_content h5 {
    font-size: 28px;
	}

	.white_circle .logo_white_circle {
    margin: 55px auto 0px 50px;
	}

	.white_circle::before {
    top: 26px;
    left: 10px;
	}

	.how_does_work_santafe .slick-next,
	.how_does_work_santafe .slick-prev {
    display: none !important;
	}

	.services_santefe .services_img_ring .services_img .rio_fit {
    width: 310px;
    height: 310px;
	}

	.services_santefe .first_change_bg {
    margin-bottom: 100px;
	}

	.second_change_bg {
    margin-bottom: 100px;
	}

	.third_change_bg {
    margin-bottom: 100px;
	}

	.services_santefe .fourth_change_bg::before, .services_santefe .second_change_bg::before {
    width: 54%;
    height: 95%;
	}
}

@media(max-width: 980px){
    .top-bar-sec span, .top-bar-sec ul li a {
        font-size: 12px;
    }
    .top-bar-sec ul li img {
        width: 17px;
    }
	.card-type {
		text-align: center;
	}
	.santa_bottom_header .header_middle_content h2 {
    font-size: 35px;
}
	.white_circle::before {
    top: 58px;
    left: 42px;
    height: 195px;
	}

	.santafe_services ul li {
    width: 103px;
	}

	.santafe_services .first_space {
    top: 70px;
	}

	.santafe_services ul li p {
    font-size: 12px;
	}

	.santafe_services .services_content_santafe h1 {
    font-size: 19px;
	}

	.santafe_services .services_content_santafe a {
    padding: 9px 36px;
    font-size: 15px;
	}

	.santefe_our_care {
    padding: 25px 0 100px;
	}

	.santefe_our_care .services_content_santafe {
    text-align: center;
    margin-bottom: 60px;
	}
	.wide-scr_mid {
		max-width: 100%;
		width: 100% !important;
	}

	.better_living_santafe .space_living {
    margin-top: 10px;
    text-align: center;
	}

	.better_living_santafe .better_caption {
    text-align: center;
    margin-top: 50px;
	}

	.santafe_footer .media {
		display: block;
		text-align: center;
	}

	.santafe_footer .border-rght::before {
		display: none;
	}


	.santafe_footer .border-rght::after {
		display: none;
	}

	.santafe_footer .social_box ul {
    text-align: center;
    margin: 0;
	}

	.santafe_footer .social_box ul li {
    margin: 0 20px;
	}

	.santafe_footer .ft_logo .media .media-body .mt-0 {
    margin: 30px 0 30px 0 !important;
    padding-right: 0;
	}

	.better_living_santafe {
		text-align: center;
	}

	.santafe_footer .news_letter p {
    text-align: center;
	}

	.services_santefe .services_img_ring .services_img {
    text-align: center;
    margin-bottom: 30px;
	}

	.services_santefe .services_conent {
		text-align: center;
		margin-bottom: 50px;
	}

	.services_santefe .services_img_ring .services_img .services_ico {
  top: -80px;
    left: 0;
    right: 0;
    margin: auto;
	}

	.services_santefe .services_img_ring .services_img.img_rotate {
    text-align: center;
	}

	.services_santefe .services_img_ring {
    background-position: center;
    background-size: 40%;
    padding: 90px 0 50px;
	}

	.services_santefe .services_img_ring.ring_rotate {
    background-position: center;
    background-size: 40%;
    padding: 90px 0 50px;
	}

	.desktop_view {
		display: none;
	}

	.mobile_view {
		display: block;
	}

	.services_sant .fourth_change_bg,
	.services_santefe .third_change_bg,
	.services_santefe .second_change_bg,
	.services_santefe .first_change_bg {
    margin-bottom: 0;
	}

.inner_header .inner_heading {
    text-align: center;
    margin: 25px 0 0 0;
 }

.about_why_choose .about_img_col_desc {
	width: 100%;
	text-align: center;
}

.inner_internal_heading {
    margin-top: 0;
}

.about_why_choose .about_img_col_round {
	width: 100%;
}

.about_img_col_round {
	text-align: center;
}

.about_img_col_round img {
	display: inline-block;
}

.about_why_choose {
    padding: 40px 0;
}

.about_why_choose .left_round_leaf {
	width: 100%;
	text-align: center;
}

.rsp_hit_desktop {
	display: none;
}

.about_img_col_round img {
    margin-bottom: 30px;
}

.more_about_info .left_round_leaf img {
	margin-bottom: 40px;
}

.more_about_info .more_about_mobile {
	width: 100%;
	text-align: center;
}

.cbp-caption-zoom .cbp-caption-activeWrap {
    top: 0;
    left: 0;
}

.inner_header .inner_heading {
    max-width: 100%;
}


}

@media(max-width: 900px){
    a.mobileonn{
        display: block !important;
        margin-top: 10px;
    }
    .top-bar-sec ul li.mobileofff{
        display: none;
    }
    .top-bar-sec ul li{
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .top-bar-sec span, .top-bar-sec ul li a,
    a.mobileonn{
        font-size: 15px;
    }
    a.mobileonn:hover{
        color: #fff;
    }
    a.mobileonn img{
        margin-right: 10px;
    }
    .top-bar-sec {
        height: auto;
        line-height: normal;
        padding: 10px 30px;
    }
	.santa_bottom_header .header_middle_content h2 {
    font-size: 32px;
}
	.santefe_our_care h1 {
    	font-size: 22px;
	}

	.santefe_rightside .widget_categories ul li a {
    width: 85%;
	}

	.santa_bottom_header .header_middle_content h5 {
    font-size: 25px;
	}

	.services_santefe .fourth_change_bg::before, .services_santefe .second_change_bg::before {
    width: 40%;
    height: 45%;
	}
}
@media(max-width: 830px){
	.santa_bottom_header .header_middle_content h2 {
    	font-size: 28px;
	}
	.santa_bottom_header .header_middle_content h5 {
    	font-size: 22px;
	}
}
@media(max-width: 800px){
	.bp-col{
/* 	padding-right:0 !important; */
}
   .nav-bar li{
		display: block;
	}
    .nav-bar{
        margin-top: 0;
    }
	.openmenu{
		display: inline-block;
		font-size: 30px;
		cursor: pointer;
		color: #61cab4;
		float: right;
		margin-top: 50px;
	}
	.nav-bar.open{
		right: 0;
	}
	.nav-bar{
		background-color: #61cab4;
		height: 100%;
		position: fixed;
		top: 0;
		right: -100%;
		padding: 15px;
		transition: all 0.3s;
		width: 320px;
		text-align: left;
		z-index: 999;
		margin: 0;
	}

	.nav-menu li a {
		color: #fff;
	}

	.nav-menu li a:hover {
		border: none;
	}


	.closebtn{
		display: block;
		float: right;
		color: #fff;
		cursor: pointer;
		margin-bottom: 20px 
	}

	.santa_bottom_header .header_middle_content h2 {
    	font-size: 27px;
	}

	.santa_bottom_header .header_middle_content h5 {
    font-size: 21px;
	}

	.our_care_img {
		text-align: center;
	}

	.white_circle::before {
    left: 0;
	}
	.card-type {
		text-align: center;
	}

	.site-logo {
		text-align: center;
	}

	.white_circle .logo_white_circle {
    margin: 40px auto 0;
	}

	.white_circle::before {
		display: none;
	}

	.santafe_services .first_space {
    top: 0;
	}

	.santafe_services ul {
		text-align: center;
	}

	.santafe_services ul li {
    width: 130px;
    margin-top: 0;
	}

	.santafe_services .third_space {
    position: relative;
    top: 0;
	}

	.santafe_services ul li {
    width: 200px;
    margin-top: 0;
    margin-bottom: 30px;
	}

	.santafe_services ul li p {
    font-size: 14px;
    display: flex;
	}

	.white_circle {
    position: relative;
    height: auto;
    text-align: center;
	}

	.about_santafe {
    padding: 20px 0 80px;
	}

	.santafe_services .services_content_santafe {
    margin-top: 40px;
    text-align: center;
	}

	.santafe_footer .media .media-body {
		margin: 20px 0;
	}

	.santefe_our_care {
    padding: 100px 0 100px;
	}

	.santafe_services .forth_sec {
    position: relative;
    top: 0;
	}

	.santafe_services ul li p {
    font-size: 14px;
    display: flex;
    align-content: center;
    justify-content: center;
	}

	.santefe_our_care {
    padding: 0 0 100px;
	}

	.single-post .santefe_blog .blog_cover .blog_content ul li {
    margin-right: 12px;
	}

	.santefe_blog .blog_cover .blog_content ul .share .theChampMoreBackground .theChampMoreSvg::before {
    width: 72%;
/*     top: -7px; */
	}

	.single-post .santefe_blog .blog_cover .blog_content ul li {
    margin-bottom: 15px;
	}

	.santefe_content_us {
    padding: 60px 0 220px;
	}
}
@media(max-width: 768px){
	.santa_bottom_header .header_middle_content h2 {
    	font-size: 26px;
	}
	.santa_bottom_header .header_middle_content h5 {
    	font-size: 20px;
	}
}

@media(max-width: 767px){ 
	.top-bar {
		    text-align: center;
    margin-top: 15px;
	}
	.santa_bottom_header .header_middle_content{
		margin-right: 0;
	}
	.openmenu {
    display: block;
    text-align: center;
    margin: 0 auto 0;
    float: none;
	}

	.header_middle_content {
		text-align: center;
	}

	.santa_defaut_btn {
		text-align: center;
	}

	.about_santafe {
		text-align: center;
	}

	.santafe_footer .ft_logo .media img {
    margin-right: 0 !important;
	}

	.how_slide {
		text-align: center;
	}


	.how_slide .slick-slide  img{
		display: inline-block;
	}

	.santa_bottom_header {
    padding: 0 0 60px;
	}

	.santefe_our_care .services_content_santafe {
    margin-top: 70px;
	}

	.services_santefe .services_img_ring {
    background-position: center;
    background-size: 50%;
    padding: 90px 0 50px;
	}

	.services_santefe .services_img_ring.ring_rotate {
    background-position: center;
    background-size: 50%;
    padding: 90px 0 50px;
	}

	.cbp-caption-zoom .cbp-caption-activeWrap {
    top: 0 !important;
    left: 0 !important;
    margin: 12px;
	}

	.santefe_blog .blog_cover .blog_content ul .share .theChampMoreBackground .theChampMoreSvg::before {
    width: 53%;
/*     top: -7px; */
	}

	.santefe_content_us .contact_box {
    text-align: center;
    margin-bottom: 150px;
	}

	.santefe_content_us .contact_box .contact_ico {
    background-size: contain;
    height: 140px;
	}

	.santefe_content_us {
    padding: 60px 0 50px;
	}
}


@media(max-width: 736px){ 
    .top-bar-sec span, .top-bar-sec ul li a, a.mobileonn {
        font-size: 14px;
    }
	.about_know_us::before {
    width: 36%;
    height: 210px;
	}

	.about_know_us::after {
    width: 60%;
    height: 250px;
	}
}
@media(max-width: 700px){
	.santefe_our_care h1 {
    	font-size: 21px;
	}
}


@media(max-width: 667px){
    .top-bar-sec {
        padding: 10px;
    }
    img.alignleft,
    img.alignnone,
    img.alignright{
        margin: 0 auto 20px;
        display: block;
        float: none;
    }

    .about_santafe .about_santa_content p {
    font-size: 14px;
	}

	.services_santefe .services_img_ring {
    background-size: 57%;
	}

	.services_santefe .services_img_ring.ring_rotate {
   background-size: 57%;
	}

	.services_santefe {
    padding: 50px 0 20px;
	}

	.santefe_blog {
    padding: 10px 0 80px;
	}
}

@media(max-width: 640px){ 
	.services_santefe .services_img_ring {
    background-size: 65%;
	}

	.services_santefe .services_img_ring.ring_rotate {
    background-size: 65%;
	}
}

@media(max-width: 600px){
	.about_santafe .about_santa_content h2 {
    font-size: 20px;
}
	.cbp-caption-zoom .cbp-caption-activeWrap {
    top: 0 !important;
    left: 0 !important;
    margin: 10px 0 0 10px;
	}
}

@media(max-width: 570px){ 
    .top-bar-sec {
        text-align: center;
    }
    .top-bar-sec .text-right,
    .top-bar-sec .text-left{
        text-align: center !important;
    }
	.santa_bottom_header .header_middle_content p{
		font-size:17px;
	}
	.services_santefe .services_img_ring {
    background-size: 75%;
	}

	.services_santefe .services_img_ring.ring_rotate {
     background-size: 75%;
	}

	.santefe_rightside {
		margin-top: 40px;
	}

}

@media(max-width: 480px){ 
.slick-slide img {
    display: block;
    margin: auto;
}

.gform_wrapper ul li.gfield.two_wide_rsp {
    display: inline-block;
    width: 100% !important;
	}

	.santafe_footer .social_box {
    margin-left: 0;
	}

	.services_santefe .services_img_ring {
    background-size: 90%;
	}
	.services_santefe .services_img_ring.ring_rotate {
      background-size: 90%;
	}

	.cbp-caption-zoom .cbp-caption-activeWrap {
    top: 0 !important;
    left: 0 !important;
    margin: 7px 0 0 7px;
	}

	.single-post .santefe_blog .blog_cover .blog_content ul li {
    margin-right: 2px;
	}

	.single-post  .santefe_blog .blog_cover .blog_content ul .share .theChampMoreBackground .theChampMoreSvg::before {
    width: 70%;
    top: -7px;
	}

	.single-post .santefe_blog .blog_cover .blog_content ul .share .theChampMoreBackground .theChampMoreSvg::before, .santefe_blog .blog_cover .blog_content ul .comment::before, .single-post .santefe_blog .blog_cover .blog_content ul .calender::before {
    left: -28px;
	}

	.comment_area .form-submit {
    width: 100%;
	}
}

@media(max-width: 414px){  

.top-bar a img,
.top-bar a:not(:last-child) {
    margin-right: 5px;
}
	.card-type img {
		height: 350px;
	}
	.services_santefe .services_img_ring {
    	background-size: 100%;
	}

	.services_santefe .services_img_ring.ring_rotate {
      background-size: 100%;
	}

	.comment_area p {

    display: inline-block;
    width: 100%;
    margin-right: 0;

	}
}

@media(max-width: 375px){  
	.top-bar p {
		font-size: 14px;
	}
	.santafe_president_card h4 {
    font-size: 22px;
	}

	.services_santefe .services_img_ring .services_img .rio_fit {
    width: 288px;
    height: 288px;
	}

	.cbp-caption-zoom .cbp-caption-activeWrap {
    top: 0 !important;
    left: 0 !important;
    margin: 6px 0 0 5px;
	}	
}

@media(max-width: 360px){  

	.services_santefe .services_img_ring .services_img .rio_fit {
    width: 270px;
    height: 270px;
	}

	.single-post .santefe_blog .blog_cover .blog_content ul .share .theChampMoreBackground .theChampMoreSvg::before {

    width: 100%;
    top: -7px;

	}

}

@media(max-width: 320px){  
	.top-bar p {
    font-size: 12px;
}
	.santa_bottom_header .header_middle_content h2 {
    font-size: 25px;
	}

	.santa_bottom_header .header_middle_content h5 {
    font-size: 18px;
	}

	.about_santafe .about_santa_content h2 {
    font-size: 20px;
	}

	#input_2_4 {
		width: 260px !important;
	}
	#input_2_4_Container {
		width: 260px !important;
	}
	#input_2_4_toolbar {
		width: 255px !important;
	}

	.services_santefe .services_img_ring {
    background-position: center;
   padding: 50px 0 20px;
	}

	.services_santefe .services_img_ring.ring_rotate {
		 background-position: center;
    padding: 50px 0 20px;
	}

	.cbp-caption-zoom .cbp-caption-activeWrap {
    margin: 4px 0 0 3px;
	}
}

/* testimonial-sec */
.testimonial-sec {
    padding: 50px 0 0;
    background-image: url(images/testimonial_bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 50% auto;
}

.clients-covers {
    height: 600px;
}

.testimonial-sec .slick-track,
.testimonial-sec .slick-list,
.testimonial-sec  .view_slide {
    height: 505px;
}

.testimonial-sec .clients-covers .first_position {
    position: absolute;
    bottom: 192px;
    left: -173px;
}

.client-thumb {
    cursor: pointer;
}

.testimonial-sec .clients-covers .third_position {
    position: absolute;
    top: 35px;
    left: -30px;
}

.testimonial-sec .clients-covers .five_position {
    position: absolute;
    bottom: 135px;
    left: 20px;
}

.testimonial-sec .clients-covers .second_position {
    position: absolute;
    top: 55px;
    left: 225px;
}

.testimonial-sec .clients-covers .forth_position {
    position: absolute;
    top: 176px;
    left: 350px;
}

.testimonial-sec .testimonial_title {
    font-family: 'Proxima Nova Lt';
    color: #292929;
    font-size: 45px;
}

.testimonial-sec .clients-covers .forth_position img {
    width: 70px;
    height: 70px;object-fit: cover;
}

.testimonial-sec .clients-covers .second_position img {
    width: 80px;
    height: 80px;object-fit: cover;
}

.testimonial-sec .clients-covers .third_position img {
    width: 140px;
    height: 140px;object-fit: cover;
}

.testimonial-sec .clients-covers .first_position img {
    width: 100px;
    height: 100px;object-fit: cover;
}

.testimonial-sec .clients-covers .five_position img {
    width: 70px;
    height: 70px;object-fit: cover;
}

.testimonial-sec .clients-detail  p {
    color: #5d5d5d;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 27px;
    position: relative;
    padding-top: 100px;
    width: 80%;
    font-weight: 300;
}

.testimonial-sec .clients-detail h4 {
    color: #292929;
    font-size: 25px;
}

.testimonial-sec .clients-detail .testi_content {
    position: relative;
}

.testimonial-sec .clients-detail .testi_content .new_thumb {
    position: absolute;
    right: 30px;
    top: 200px;
    text-align: center;
}

.testimonial-sec .clients-detail .testi_content .new_thumb img {
    border: 6px solid #c2cccd;
    border-radius: 100%;
    display: inline-block;
    margin: 14px 0px 0px 100px;
}

.testimonial-sec .clients-detail  p::before {
    content: "";
    top: 0px;
    left: 0;
    background: url(images/quote.png);
    width: 70px;
    height: 70px;
    position: absolute;
    background-repeat: no-repeat;
}

.client-thumb img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.client-content h3 {
    font-size: 25px;
}

.slick-current.slick-active img {
    border: 2px solid #c2cccd;
}

.slick-track .slick-current .clients-detail .testi_thumb img:nth-child(3) {
    border: 2px solid red !important;
}

.testimonial-sec .hide_desktop{
    display: none;
}

.testimonial-sec .testimonial_title.hide_rsp{
    display: block;
}

.testimonial-sec .hide_rsp {
        font-size: 45px;
    color: #6c858e;
    margin-bottom: 30px;
    font-family: 'proximal' ! Important;
}

.testimonial-sec .clients-detail p {
    color: #5d5d5d;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 27px;
    position: relative;
    padding-top: 100px;
    width: 80%;
    font-weight: 300;
}

.testimonial-sec .clients-detail p {
    color: #5d5d5d;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 27px;
    position: relative;
    padding-top: 100px;
    width: 80%;
    font-weight: 300;
}


.testimonial-sec .heading h1 {
    display: none;
}

@media (max-width: 1024px) {
    .testimonial-sec .clients-detail p {
        width: 100%;
    }
}

@media (max-width: 980px) {
    .testimonial-sec {
        background-size: contain;
    }

    .testimonial-sec .clients-detail .testi_content {
        position: relative;
        text-align: center;
    }

    .testimonial-sec .hide_desktop {
        font-size: 45px;
        color: #6c858e;
        margin-bottom: 30px;
        font-family: 'proximal' ! Important;
    }
    .testimonial-sec .clients-detail .testi_content .new_thumb {
        position: initial;
        right: 0;
        top: 249px;
        text-align: center;
    }

    .testimonial-sec .clients-detail .testi_content .new_thumb {
        margin-bottom: 30px;
    }

    .testimonial-sec .clients-detail .testi_content {
        position: relative;
        text-align: center;
    }

    .testimonial-sec .hide_desktop {
        display: block;
    }

    .testimonial-sec .clients-detail p {
        width: 100%;
    }

    .testimonial-sec .clients-detail .testi_content .new_thumb img {
        margin: 0;
    }

    .testimonial-sec .slick-track, .testimonial-sec .slick-list, .testimonial-sec .view_slide {
        height: auto !important;
    }

    .testimonial-sec .hide_rsp {
        display: none !important;
    }

    .testimonial-sec .slick-track, .testimonial-sec .slick-list, .testimonial-sec .view_slide {
        height: auto !important;
    }

    .clients-covers {
        height: auto;
    }
}