body {
	padding: 0px;
	margin: 0px;
	font-family: 'Outfit';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Regular.eot');
    src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff'),
        url('../fonts/Outfit-Regular.ttf') format('truetype'),
        url('../fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Medium.eot');
    src: url('../fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/Outfit-Medium.woff') format('woff'),
        url('../fonts/Outfit-Medium.ttf') format('truetype'),
        url('../fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-SemiBold.eot');
    src: url('../fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/Outfit-SemiBold.woff') format('woff'),
        url('../fonts/Outfit-SemiBold.ttf') format('truetype'),
        url('../fonts/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Bold.eot');
    src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/Outfit-Bold.woff') format('woff'),
        url('../fonts/Outfit-Bold.ttf') format('truetype'),
        url('../fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Book Antiqua';
    src: url('../fonts/BookAntiqua-Bold.eot');
    src: url('../fonts/BookAntiqua-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BookAntiqua-Bold.woff2') format('woff2'),
        url('../fonts/BookAntiqua-Bold.woff') format('woff'),
        url('../fonts/BookAntiqua-Bold.ttf') format('truetype'),
        url('../fonts/BookAntiqua-Bold.svg#BookAntiqua-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_top {
	background: #719380;
	height: 40px;
	padding-top: 6px;
	overflow: hidden;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .header_top {
	height: 0;
	padding: 0;
}
.darkHeader {
	background: #fff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.header_contact_info span {
	display: inline-flex;
	align-items: center;
	color: #fff;
	margin-right: 15px;
}
.header_contact_info span a {
	color: #fff;
}
.header_contact_info span img {
	width: 17px;
	margin-right: 7px;
}
.header_social {
	color: #fff;
}
.header_social a {
	margin-left: 6px;
}
.header_social img {
	width: 25px;
}
.header_bottom {
	background: #fbf5f0;
	padding: 5px 0;
}
.logo img {
	width: 100px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .logo img {
	width: 80px;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	margin-right: 30px;
	position: relative;
}
.header_menu ul li a {
	display: block;
	color: #3b3b3b;
	font-style: normal;
	text-decoration: none;
	position: relative;
	z-index: 99;
	font-size: 16px;
	padding: 25px 0px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
	color: #d07e35;
}
.header_btn {
	background: #d07e35;
	display: inline-block;
	font-size: 16px;
	padding: 10px 25px;
	border-radius: 5px;
	color: #fff !important;
}
.header_btn:hover {
	background-position: 0 50%;
}
/* Button Animation */
.btn_animate {
	overflow: hidden;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn_animate:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn_animate:hover, .btn_animate:focus, .btn_animate:active {
	color: #fff;
}
.btn_animate:hover:before, .btn_animate:focus:before, .btn_animate:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.home_banner_section {
	margin-top: 100px;
}
.home_banner_section:before {
	position: absolute;
	content: "";
	top: 0;
	right: 35%;
	bottom: 0;
	left: 0;
	background: #FBF5F0;
	background: linear-gradient(90deg, rgba(251, 245, 240, 1) 50%, rgba(251, 245, 240, 0) 100%);
}
.banner_content_section {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
}
.banner_curve {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 45px;
}
.banner_heading {
	font-family: 'Book Antiqua';
	font-size: 42px;
	color: #345250;
	line-height: 1.1;
}
.banner_subheading {
	color: #555;
	margin-top: 20px;
}
.banner_subheading strong {
	font-weight: 600;
}
.banner_btn1 {
	display: inline-block;
	background: #d07e35;
	color: #fff !important;
	border-radius: 4px;
	padding: 12px 25px;
	margin: 25px 10px 0 0;
}
.banner_btn1 img {
	width: 18px;
	margin-right: 10px;
}
.banner_btn2 {
	background-image: -moz-linear-gradient( 3deg, rgb(113,147,128) 0%, rgb(165,190,176) 54%, rgb(113,147,128) 100%);
	background-image: -webkit-linear-gradient( 3deg, rgb(113,147,128) 0%, rgb(165,190,176) 54%, rgb(113,147,128) 100%);
	background-image: -ms-linear-gradient( 3deg, rgb(113,147,128) 0%, rgb(165,190,176) 54%, rgb(113,147,128) 100%);
	display: inline-block;
	color: #fff !important;
	border-radius: 4px;
	padding: 12px 25px;
	margin: 25px 0 0;
}
.banner_line {
	height: 6px;
	width: 100%;
	opacity: 0.3;
	margin-top: 10px;
}
.banner_bottom_section {
	padding: 80px 0;
}
.banner_bottom_section_heading {
	font-family: 'Book Antiqua';
	font-size: 36px;
	color: #345250;
	line-height: 1.2;
}
.banner_bottom_section_shadow img {
	height: 6px;
	width: 45%;
	opacity: 0.3;
	margin-top: 10px;
}
.banner_bottom_box {
	margin-top: 35px;
	padding: 0 25px;
}
.banner_bottom_box_inner {
	background: #fcf3eb;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	min-height: 100%;
}
.banner_bottom_box_heading {
	background: #719380;
	font-family: 'Book Antiqua';
	font-size: 20px;
	padding: 10px 0;
	margin: 0 -15px;
}
.banner_bottom_box_heading:before {
	background: #51675a;
	position: absolute;
	content: "";
	bottom: -15px;
	left: 0;
	width: 15px;
	height: 15px;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.banner_bottom_box_heading:after {
	background: #51675a;
	position: absolute;
	content: "";
	bottom: -15px;
	right: 0;
	width: 15px;
	height: 15px;
	clip-path: polygon(0 0, 0 100%, 100% 0);
}
.banner_bottom_box_list ul {
	padding: 30px 20px;
	margin: 0;
}
.banner_bottom_box_list ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	color: #666;
	margin-top: 4px;
}
.banner_bottom_box_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
}
.home_service_section {
	background: #fcf3eb;
	padding: 80px 0;
}
.home_service_section_subheading {
	color: #345250;
}
.home_service_box {
	margin-top: 35px;
}
.home_service_box_inner {
	background: #fff;
	border-radius: 10px;
	padding: 25px 20px 90px;
	min-height: 100%;
	position: relative;
}
.home_service_box_heading {
	color: #345250;
	font-family: 'Book Antiqua';
	font-size: 18px;
	display: flex;
	align-items: center;
	line-height: 1.2;
}
.home_service_box_heading img {
	width: 70px;
	margin-right: 10px;
}
.home_service_box_text {
	color: #404746;
	margin-top: 15px;
}
.home_service_box_list ul {
	padding: 0;
	margin: 15px 0 0;
}
.home_service_box_list ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	font-size: 15px;
	color: #666;
	margin-top: 3px;
}
.home_service_box_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
}
.home_service_box_btn {
	background-image: -moz-linear-gradient( 3deg, rgb(113,147,128) 0%, rgb(165,190,176) 54%, rgb(113,147,128) 100%);
	background-image: -webkit-linear-gradient( 3deg, rgb(113,147,128) 0%, rgb(165,190,176) 54%, rgb(113,147,128) 100%);
	background-image: -ms-linear-gradient( 3deg, rgb(113,147,128) 0%, rgb(165,190,176) 54%, rgb(113,147,128) 100%);
	display: inline-block;
	color: #fff !important;
	border-radius: 4px;
	padding: 10px 20px;
	margin: 20px 0 0;
	font-size: 15px;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translate(-50%, 0);
	white-space: nowrap;
}
.home_anureet_section_content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
}
.home_anureet_section_inner {
	background: #FFF;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
	padding: 30px 0 30px 30px;
	border-radius: 10px;
}
.home_anureet_section_text {
	color: #345250;
	font-size: 18px;
	margin-top: 15px;
}
.home_howwork_section {
	padding: 80px 0;
}
.home_howwork_box {
	margin-top: 40px;
	padding: 0 5%;
	position: relative;
}
.home_howwork_box:before {
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	content: "";
	top: 20px;
	right: -54px;
	width: 108px;
	height: 30px;
}
.home_howwork_box:last-child:before {
	display: none;
}
.home_howwork_box img {
	width: 100px;
}
.home_howwork_box_heading {
	font-family: 'Book Antiqua';
	font-size: 23px;
	color: #345250;
	line-height: 1.2;
	margin-top: 20px;
}
.home_howwork_box_text {
	color: #345250;
	margin-top: 12px;
}
.home_cta_section_inner {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	padding: 40px 30px;
}
.home_cta_section_heading {
	font-family: 'Book Antiqua';
	font-size: 32px;
	color: #345250;
	line-height: 1.1;
}
.home_cta_section_text {
	color: #345250;
	margin-top: 15px;
}
.home_cta_section_btn1 {
	display: block;
	background: #d07e35;
	color: #fff !important;
	border-radius: 4px;
	padding: 12px 5px;
}
.home_cta_section_btn2 {
	background-image: -moz-linear-gradient( 3deg, rgb(113,147,128) 0%, rgb(165,190,176) 54%, rgb(113,147,128) 100%);
	background-image: -webkit-linear-gradient( 3deg, rgb(113,147,128) 0%, rgb(165,190,176) 54%, rgb(113,147,128) 100%);
	background-image: -ms-linear-gradient( 3deg, rgb(113,147,128) 0%, rgb(165,190,176) 54%, rgb(113,147,128) 100%);
	display: block;
	color: #fff !important;
	border-radius: 4px;
	padding: 12px 5px;
}
.home_cta_section_img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 242px;
	border-radius: 0 0 20px 0;
}
.home_cta_section {
	position: relative;
	margin-bottom: -90px;
}
.footer {
	background: #fdf5ef;
	padding: 140px 0 20px;
}
.footer_top_heading {
    font-size: 22px;
	color: #719380;
	font-weight: 600;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 0;
}
.footer_menu ul li {
    position: relative;
    margin-top: 2px;
}
.footer_menu ul li a {
	color: #414744;
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
	position: relative;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #d07e35;
	padding-left: 2px;
}
.footer_contact_info ul {
	padding: 0;
	margin: 20px 0 0;
}
.footer_contact_info ul li {
	color: #414744;
	position: relative;
	list-style: none;
	margin-top: 10px;
	font-size: 15px;
	padding-left: 30px;
}
.footer_contact_info ul li img {
	position: absolute;
	top: 1px;
	left: 0;
	max-width: 20px;
}
.footer_contact_info ul li a {
	color: #414744;
}
.footer_social {
	margin-top: 20px;
}
.footer_social img {
	width: 32px;
}
.footer_social a {
	margin-right: 5px;
}
.footer_logo img {
  width: 135px;
}
.footer_bottom {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px 0 0;
	font-size: 15px;
	color: #414744;
	margin-top: 40px;
	text-align: center;
}
.footer_bottom a {
	color: #414744;
}
#back-to-top {
	background: #345250;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/inner_banner.jpg") #eee no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 270px 0 110px !important;
    margin: 0 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(251, 245, 240, 0.8);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	font-family: 'Book Antiqua';
    color: #345250;
	position: relative;
    font-size: 35px;
	font-weight: normal;
    text-transform: none;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #d07e35;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #d07e35;
}
.page {
	margin-top: 0 !important;
}
.inner_page_heading {
	font-family: 'Book Antiqua';
	color: #345250;
	font-size: 30px;
	line-height: 1.2;
}
.inner_page_text {
	color: #666;
	margin-top: 20px;
}
.inner_page_img img {
	border-radius: 10px;
}
.inner_page_mid_section {
	background: rgba(113, 147, 128, 0.1);
	padding: 60px 0;
	margin: 60px 0;
}
.inner_page_mid_section2 {
	background: rgba(208, 126, 53, 0.1);
	padding: 60px 0;
	margin: 60px 0;
}
.inner_page_btn {
	background-image: -moz-linear-gradient( 3deg, rgb(113,147,128) 0%, rgb(165,190,176) 54%, rgb(113,147,128) 100%);
	background-image: -webkit-linear-gradient( 3deg, rgb(113,147,128) 0%, rgb(165,190,176) 54%, rgb(113,147,128) 100%);
	background-image: -ms-linear-gradient( 3deg, rgb(113,147,128) 0%, rgb(165,190,176) 54%, rgb(113,147,128) 100%);
	display: inline-block;
	color: #fff !important;
	border-radius: 4px;
	padding: 10px 20px;
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	color: #666;
	margin-top: 4px;
}
.inner_page_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
}
.inner_page_mid_box, .inner_page_step_box {
	margin-top: 35px;
}
.inner_page_mid_box_inner {
	background: #fff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 30px 20px;
	min-height: 100%;
}
.inner_page_mid_box_inner img {
	width: 60px;
}
.inner_page_mid_box_heading {
	font-family: 'Book Antiqua';
	color: #345250;
	font-size: 20px;
	line-height: 1.1;
}
.inner_page_mid_box_text {
	color: #666;
	margin-top: 15px;
}
.inner_page_step_box_number {
	background: #d07e35;
	width: 85px;
	height: 85px;
	margin: 0 auto 20px;
	border-radius: 50%;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact_page_info {
	position:relative;
	padding-left:52px;
	color:#666;
	margin-top:25px;
}
.contact_page_info a {
	color:#666;
}
.contact_page_info strong {
	color:#222;
	font-weight: 500;
	font-size:18px;
}
.contact_page_info img {
	position: absolute;
	top: 6px;
	left: 0;
	width: 40px;
	background: #d07e35;
	border-radius: 50%;
	padding: 5px;
}
.contact_form {
	margin-top: 10px;
}
.contact_form p {
	margin-bottom: 0 !important;
}
.contact_form input {
    margin-top: 15px;
    min-height: 45px;
    border: 1px solid #ccc !important;
    width: 100%;
	border-radius: 4px;
}
.contact_form textarea {
    margin-top: 15px;
    height: 150px;
    border: 1px solid #ccc !important;
	resize: none;
	border-radius: 4px;
}
.contact_form .contact_btn input {
	min-height: 45px;
	border: none !important;
	width: auto;
	background-image: -moz-linear-gradient( 3deg, rgb(113,147,128) 0%, rgb(165,190,176) 54%, rgb(113,147,128) 100%);
	background-image: -webkit-linear-gradient( 3deg, rgb(113,147,128) 0%, rgb(165,190,176) 54%, rgb(113,147,128) 100%);
	background-image: -ms-linear-gradient( 3deg, rgb(113,147,128) 0%, rgb(165,190,176) 54%, rgb(113,147,128) 100%);
	border-radius: 4px;
	font-size: 16px;
	font-weight: normal;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
	font-weight: 500 !important;
	font-size: 17px !important;
	padding: 10px 15px !important;
}
.session_cost_box {
	background-image: -moz-linear-gradient( 3deg, rgb(113,147,128) 0%, rgb(165,190,176) 54%, rgb(113,147,128) 100%);
	background-image: -webkit-linear-gradient( 3deg, rgb(113,147,128) 0%, rgb(165,190,176) 54%, rgb(113,147,128) 100%);
	background-image: -ms-linear-gradient( 3deg, rgb(113,147,128) 0%, rgb(165,190,176) 54%, rgb(113,147,128) 100%);
	padding: 20px 25px;
	margin-top: 60px;
}
.session_cost_box_heading {
	font-family: 'Book Antiqua';
	color: #fff;
	font-size: 22px;
	line-height: 1.2;
}
.session_cost_box_price {
	background: #fff;
	color: #d07e35;
	font-weight: bold;
	font-size: 24px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
}
.session_cost_box_subheading {
	color: #fff;
	line-height: 1.2;
}
.rmp-menu-title-image {
	width: 70px;
	height: 70px;
}
.rmp-submenu .rmp-menu-item-link {
	height: auto !important;
	line-height: 1.2 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.session_cost_box {
	text-align: center;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #d07e35;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 8px 13px 0;
}
.footer_btn3 {
	background-image: -moz-linear-gradient( 3deg, rgb(113,147,128) 0%, rgb(165,190,176) 54%, rgb(113,147,128) 100%);
	background-image: -webkit-linear-gradient( 3deg, rgb(113,147,128) 0%, rgb(165,190,176) 54%, rgb(113,147,128) 100%);
	background-image: -ms-linear-gradient( 3deg, rgb(113,147,128) 0%, rgb(165,190,176) 54%, rgb(113,147,128) 100%);
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.thankyou_btn {
	background: #d07e35;
	display: inline-block;
	font-size: 15px;
	padding: 10px 20px;
	border-radius: 5px;
	color: #fff !important;
	margin-top: 20px;
}
.thankyou_text {
	color: #666;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
.error_container img {
	margin-bottom: 20px;
}
#content-sidebar .wp-block-heading {
	border-top: 3px solid #d07e35;
	padding-top: 6px;
	color: #345250;
}
#block-7, #block-9 {
	margin-bottom: 0 !important;
}
.more-link {
	display: block;
	background-image: -moz-linear-gradient( 3deg, rgb(113,147,128) 0%, rgb(165,190,176) 54%, rgb(113,147,128) 100%);
	background-image: -webkit-linear-gradient( 3deg, rgb(113,147,128) 0%, rgb(165,190,176) 54%, rgb(113,147,128) 100%);
	background-image: -ms-linear-gradient( 3deg, rgb(113,147,128) 0%, rgb(165,190,176) 54%, rgb(113,147,128) 100%);
	color: #fff !important;
	text-transform: capitalize;
	margin-top: 20px;
	border-radius: 4px;
	padding: 10px 0 10px 15px;
	width: 170px;
}
.post .entry-summary, .post .entry-content {
	color: #666;
}



/*================ Responsive ================*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_top, .header_menu, .home_howwork_box::before, .home_banner_section::before {
  display: none;
}
.logo img {
  width: 55px !important;
}
.header_btn {
  font-size: 15px;
  padding: 8px 16px;;
}
.home_banner_section {
  margin-top: 60px;
  background: #fbf5f0;
}
.banner_content_section {
  position: static;
  transform: none;
  padding: 30px 0 50px;
}
.banner_btn1 {
  padding: 10px 15px;
  margin: 20px 5px 0 0;
  font-size: 15px;
}
.banner_btn2 {
  padding: 10px 15px;
  margin: 20px 0 0;
  font-size: 15px;
}
.banner_heading, .banner_bottom_section_heading, .home_cta_section_heading, .page .entry-title, .blog_page_title {
  font-size: 25px;
}
.banner_bottom_section, .home_service_section, .home_howwork_section {
  padding: 40px 0;
}
.home_service_box {
  margin-top: 25px;
}
.home_anureet_section_content {
  position: static;
  transform: none;
  background: #fbf5f0;
  padding: 20px 0;
}
.home_anureet_section_inner {
  padding: 20px 0 20px 20px;
}
.home_anureet_section_text {
  font-size: 16px;
}
.home_howwork_box img {
  width: 80px;
}
.home_howwork_box_heading {
  font-size: 20px;
  margin-top: 15px;
}
.home_cta_section_inner {
  padding: 30px 20px 150px;
}
.home_cta_section_btn1, .home_cta_section_btn2 {
  display: inline-block;
  padding: 9px 15px;
  font-size: 15px;
  margin: 15px 5px 0 0;
}
.home_cta_section_img {
  width: 140px;
}
.footer_top_block {
  min-width: 50%;
  max-width: 50%;
  margin-top: 30px;
}
.footer_top_block:last-child {
  max-width: 100%;
}
.footer_menu ul, .footer_contact_info ul {
  margin: 8px 0 0;
}
.footer_logo img {
  width: 100px;
}
.footer {
  padding: 100px 0 60px;
}
.page .entry-header, .blog_page_header {
  padding: 130px 0 65px !important;
  margin: 0 0 40px !important;
}
.inner_page_img {
  margin-bottom: 25px;
}
.inner_page_heading {
  font-size: 23px;
}
.session_cost_box {
  margin-top: 40px;
}
.inner_page_mid_section, .inner_page_mid_section2 {
  padding: 40px 0;
  margin: 40px 0;
}
.contact_right {
  margin-top: 40px;
}
}

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

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.home_banner_section::before {
  display: block;
}
.banner_content_section {
    position: absolute;
    transform: translate(0, -50%);
    padding: 0;
}
.home_anureet_section_content {
    position: absolute;
    transform: translate(0, -50%);
    background: none;
}
.home_howwork_box {
  padding: 0 12px;
}
.footer_top_block {
    min-width: 33%;
    max-width: 33%;
}
.contact_right {
    margin-top: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner_heading {
  font-size: 35px;
}
.home_service_box_heading img {
  width: 50px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}