@charset "utf-8";
html {
  scroll-behavior: smooth;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	color: #868686;
	font-weight: 400;
}
a {
	color: #f26a1b;
	text-decoration: none;
}
a:hover {
	color: #f26a1b;
	text-decoration: none;
}
hr {
    width: 100%;
	margin: 50px 0%;
    border: none;
	border-top: 1px dashed #c7c7c7 !important;
}
.p-0 {
	padding-right: 0;
	padding-left: 0;
}
#wrap {
	float: left;
	width: 100%;
}
.container {
	position: relative;
	width: 1250px;
	margin: 0 auto;
	padding: 0;
}
.container:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header {
	float: left;
	width: 100%;
	padding: 17px 0;
	background-color: #ffffff;
	position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3;
	transition: all .3s ease-in-out;
}
#header * {
	transition: all .3s ease-in-out;
}
#header .logo {
	float: left;
	width: 185px;
}
#header .logo img {
	width: 100%;
	height: auto;
}
#header .mobile-menu {
	display: none;
}
#header .top_right {
	float: right;
	width: auto;
}
#header .top_right .textwidget {
	float: left;
    width: 100%;
	height: 64px;
	overflow: hidden;
}
#header .top_right .phone_box {
	float: right;
	width: auto;
	margin-bottom: 15px;
	padding: 2px 10px 2px 2px;
	border: 2px solid #8281ad;
	border-radius: 25px;
}
#header .top_right .phone_box a {
	display: inline-block;
	padding: 2px;
	font-size: 22px;
	color: #8281ad;
	font-weight: 600;
	text-decoration: none;
}
#header .top_right .phone_box i {
	display: inline-block;
	width: 37px;
	height: 37px;
	padding: 3px;
	background: #8281ad;
	border-radius: 50%;
	font-size: 22px;
	color: #FFFFFF;
    line-height: inherit;
	vertical-align: middle;
	text-align: center;
}
#header .top_right .phone_box a:hover {
	color: #f26a1b;
}
#header .top_right .phone_box a:hover i {
	background: #f26a1b;
}
#header .top_right .phone_box.mobile {
	display: none;
}
#header .top_right .book_now {
	float: right;
	width: auto;
	margin-bottom: 15px;
	margin-left: 15px;
}
#header .top_right .book_now a {
	display: inline-block;
	padding: 12px 32px;
	background: #f26a1b;
	border-radius: 25px;
	font-size: 17px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}
#header .top_right .book_now a:hover {
	background: #8281ad;
}
.menu_box {
	float: left;
	width: 100%;
	padding: 15px 0 0 0;
	border-top: 1px solid #dcdcdc;
	clear: both;
}
.menu_box ul.menu {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align:right;
}
.menu_box ul.menu li {
	display: inline-block;
	padding: 5px 15px;
	position: relative;
}
.menu_box ul.menu li a {
	display: block;
	padding: 0px 0px;
	font-size: 17px;
	color: #868686;
	font-weight: 400;
	text-decoration: none;
}
.menu_box ul.menu > li > a:hover,
.menu_box ul.menu > li:hover > a,
.menu_box ul.menu > li.current_page_item > a,
.menu_box ul.menu > li.current-menu-parent > a {
	color: #8281ad;
}
.menu_box ul.menu li:last-child {
	padding: 5px 0px 5px 15px;
}
.menu_box ul.menu li:first-child {
	padding: 5px 15px 5px 0px;
}
.menu_box ul li a svg {
	display: none;
}
.menu_box ul.menu > li:hover > ul.sub-menu {
	display: block;
}
.menu_box ul.menu li ul.sub-menu {
	margin: 0;
	padding: 17px 0 0 0;
	list-style-type: none;
	float: left;
	width: 280px;
	background-color: #ffffff;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	display: none;
}
.menu_box ul.menu li ul.sub-menu li {
	float: left;
	width: 100%;
	padding: 0 0px;
}
.menu_box ul.menu li ul.sub-menu li a {
	padding: 10px 15px;
	font-size: 17px;
	color: #868686;
	text-align: left;
	text-transform: none;
}
.menu_box ul.menu li ul.sub-menu li a:hover {
	background-color: #f26a1b;
	color: #ffffff;
	text-decoration: none;
}
.menu_box ul.menu li ul.sub-menu li.current_page_item a {
	background-color: #f26a1b;
	color: #ffffff;
	text-decoration: none;
}
.menu_box ul.menu li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
}
.menu_box ul.menu > li > ul > li:hover > ul.sub-menu {
	display: block;
}
.responsive-menu-open #wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
#responsive-menu-container #responsive-menu-title {
	padding-top: 21px !important;
	padding-bottom: 21px !important;
}
/*-------------- Sticky Header START --------------*/
#header.stiky {
	padding: 10px 0;
	box-shadow: 0px 17px 17px rgba(0, 0, 0, 0.05);
}
#header.stiky .logo {
	width: 92px;
}
#header.stiky .top_right .textwidget {
    height: 0;
}
#header.stiky .menu_box {
	padding: 8px 0 0 0;
	border-top-color: transparent;
}
/*-------------- Sticky Header END --------------*/
#middle {
	float: left;
	width: 100%;
}

#footer {
	float: left;
	width: 100%;
	background: #f8f8f8;
}
.footer_section {
	position:relative;
	float: left;
	width: 100%;
	padding-top: 100px;
    padding-bottom: 0px;
}
.footer_section .back-top-top {
	position: absolute;
    width: 43px;
    right: -140px;
    bottom: 110px;
}
.footer_section .brdr-left {
	background:url(../images/brdr-left.png) left top no-repeat;
}
.footer_section h2 {
	margin: 0px;
	padding-bottom: 15px;
	font-size: 22px;
	color: #333333;
	font-weight: 600;
	line-height: normal;
}
.footer_section .ftr_logo {
	float: left;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 40px;
}
.footer_section .ftr_menu {
	float: left;
    width: 100%;
	padding-left: 50px;
}
.footer_section .ftr_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 40px 0;
}
.footer_section .ftr_menu ul li {
	display: inline-block;
	width: 100%;
	padding: 7px 0;
	font-size: 17px;
	color: #868686;
	font-weight: 400;
}
.footer_section .ftr_menu ul li a {
	display: inline-block;
	color: #868686;
	text-decoration: none;
}
.footer_section .ftr_menu ul li a:hover {
	color: #333333;
	text-decoration: none;
}
.footer_section .ftr_contact {
	float: left;
    width: 100%;
	padding-left: 30px;
}
.footer_section .ftr_contact ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 40px 0;
}
.footer_section .ftr_contact ul li {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0 0 0 30px;
	margin-bottom: 17px;
	font-size: 17px;
	color: #868686;
	font-weight: 400;
	line-height: 24px;
}
.footer_section .ftr_contact ul li:last-child {
	margin-bottom: 0px;
}
.footer_section .ftr_contact ul li:before {
	content: '»';
	font-family: "Material Design Icons";
	position: absolute;
	left : 0;
}
.footer_section .ftr_contact ul li.address:before {
	content: '\F34E';
}
.footer_section .ftr_contact ul li.phone:before {
	content: '\F3F2';
}
.footer_section .ftr_contact ul li.email:before {
	content: '\F1EE';
}
.footer_section .ftr_contact a {
	color: #868686;
	text-decoration: none;
}
.footer_section .ftr_contact ul li:hover,
.footer_section .ftr_contact a:hover {
	color: #333333;
	text-decoration: none;
}
.footer_section .ftr_social {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
.footer_section .ftr_social ul {
	padding: 0;
	margin: 0;
    list-style-type: none;
}
.footer_section .ftr_social ul li {
	display: inline-block;
	padding: 0 8px 0 0;
}
.footer_bottom {
	float: left;
	width: 100%;
	padding-top: 30px;
    padding-bottom: 30px;
	background:url(../images/btm-line.png) center top no-repeat;
}
.footer_bottom .copy_text {
	float: left;
	width: 100%;
	padding-top: 7px;
	font-size: 17px;
	color: #868686;
	font-weight:400;
}
.footer_bottom .copy_text strong {
	color: #333333;
	font-weight:600;
}
.footer_bottom .copy_text a {
	color: #868686;
	text-decoration: none;
}
.footer_bottom .copy_text a:hover {
	color: #333333;
	text-decoration: none;
}
.footer_bottom .card_image {
	float: left;
	width: 100%;
	text-align: right;
}
.footer_bottom .card_image img {
	max-width: 100%;
}

/* contact form 7 */
.wpcf7-form-control-wrap { display: block; }
body div.wpcf7-response-output { float: left; width: 100%; padding: 0 0px; margin: 20px 0 0 0; box-sizing: border-box; border: none; text-align: center; }
body span.wpcf7-not-valid-tip { position: absolute; top: 2px; right: 13px; font-size: 12px; white-space: nowrap; }
body .wpcf7-not-valid {	border-color: #f00 !important; }

.contact_form form {
	margin: 0 -5px;
}
.contact_form form .form-field {
	float: left;
	width: 100%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.contact_form form .form-field.margin-t-b {
	margin-top: 10px;
	margin-bottom: 10px;
}
.contact_form form .form-field.half {
	width: 50%;
}
.contact_form form .form-field .wpcf7-list-item {
	margin: 0 30px 0 0;
}
.contact_form form .form-field .wpcf7-list-item label {
	font-size: 16px;
	font-weight: 300;
}
.contact_form form .form-button {
	margin-bottom: 0px;
	text-align: center;
}
.contact_form.white .form-field,
.contact_form.white .form-field label {
	color: #ffffff;
}
.contact_form.white .form-field .wpcf7-list-item label {
	color: rgba(255, 255, 255, .7);
}
.contact_form.white .form-control {
	border: 1px solid #ffffff;
    background-color: #ffffff;
}
.contact_form.white div.wpcf7-response-output {
	color: #ffffff;
}

.contact_form.blk .form-field,
.contact_form.blk .form-field label {
	color: #ffffff;
}
.contact_form.blk .form-field .wpcf7-list-item label {
	color: rgba(255, 255, 255, .7);
}
.contact_form.blk .form-control {
	border: 1px solid #c7c7c7;
    background-color: #ffffff;
}
.contact_form.blk div.wpcf7-response-output {
	color: #ffffff;
}

.zsFormClass td {
	padding: 10px 5px;
	white-space: normal;
}
.zsFormClass .manfieldbdr {
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 17px;
    margin-bottom: 0px;
    border: 1px solid #dcdcdc;
    background-color: #f8f8f8;
    border-radius: 23px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.7px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.zsFormClass textarea,
.zsFormClass select {
	display: block;
    width: 100%;
    padding: 10px 17px;
    margin-bottom: 0px;
    border: 1px solid #dcdcdc;
    background-color: #f8f8f8;
    border-radius: 23px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.7px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
}

/*----------------- START Popups -----------------*/
.spu-content h2 {
	margin: 0 0 20px 0;
    font-size: 32px;
    font-weight: 700;
}
.spu-content .contact_form form .form-field {
    margin-bottom: 10px;
}
.spu-content .button {
	display: inline-block;
    padding: 10px 30px;
	background-color: #f26a1b;
    border-radius: 23px;
    font-size: 17px;
	color: #fff;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.spu-content .button:hover {
	background-color: #8281ad;
}
/*----------------- END Popups -----------------*/

/*----------------- inner pages -----------------*/
.alignleft, .alignnone { float: left; max-width: 100%; height: auto; margin: 0 20px 20px 0; border-radius: 10px; }
.alignright { float: right; max-width: 100%; height: auto; margin: 0 0 20px 20px; border-radius: 10px; }
.aligncenter { float: none; display: block; max-width: 100%; height: auto; margin: 0 auto 20px auto; border-radius: 10px; }

#inner_banner {
	position: relative;
	float: left;
	width: 100%;
	min-height: 372px;
    background-color: #8281ad;
}
#inner_banner > img {
	width: 100%;
}
#inner_banner .container {
	height: 100%;
	position: absolute;
    top: 0;
    right: 0;
	left: 0;
}
#inner_banner .caption {
	width: 50%;
	position: absolute;
	transform: translateY(-51%);
    top: 50%;
    right: 0;
	z-index: 1;
	text-align: right;
}
#inner_banner .caption h1 {
	margin: 0;
	font-size: 59px;
    color: #ffffff;
    font-weight: 700;
    line-height: 69px;
}
#inner_banner .caption .breadcrumbs {
	display: inline-block;
	margin: 23px 0 0 0;
	padding-bottom: 3px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
	font-size: 14px;
    color: #dad9e7;
    font-weight: 400;
}
#inner_banner .caption .breadcrumbs a {
    color: #dad9e7;
    text-decoration: none;
}
#inner_banner .caption .breadcrumbs i {
	margin: 0 4px;
	position: relative;
    bottom: -2px;
}
#inner_banner .caption .breadcrumbs .current-item {
	color: #ffffff;
	font-weight: 500;
}
.inner_section h2 {
	font-size: 45px;
	color: #333333;
	font-weight: 700;
	line-height: 58px !important;
}
/*.inner_section h2 {
	margin: 0 0 10px 0;
	font-size: 35px;
	color: #333333;
	font-weight: 600;
	line-height: 48px !important;
}*/
.inner_section h3 {
	margin: 0 0 10px 0;
	font-size: 24px;
	color: #333333;
	font-weight: 600;
	line-height: 32px !important;
}
.inner_section h4 {
	margin: 0 0 10px 0;
	font-size: 20px;
	color: #333333;
	font-weight: 600;
	line-height: 28px !important;
}
.inner_section p {
	margin: 0 0 20px 0;
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
}
.inner_section p:last-child {
	margin-bottom: 0;
}
.inner_section p strong {
	font-weight: 600;
}
.link-white {
	color: #ffffff;
	text-decoration: underline !important;
}
.link-white:hover {
	color: #ffffff;
	text-decoration: none !important;
}
.elementor-button {
    padding: 10px 30px !important;
    border-radius: 23px !important;
    font-size: 17px !important;
	font-weight: 700;
	line-height: normal !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.elementor-icon {
	vertical-align: top;
}
.elementor-accordion .elementor-accordion-item {
	border-radius: 23px;
    overflow: hidden;
}
.elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
    margin-top: 10px;
}
.elementor-accordion .elementor-tab-content {
	border: 1px solid #8281ad !important;
    border-radius: 0 0 23px 23px;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
	background-color: #f26a1b !important;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-content.elementor-active {
	border-color: #f26a1b !important;
}
.elementor-widget.newsletter_box {
	display: inline-block;
	width: 100%;
	margin: 0 0 58px 0;
	padding: 45px 55px;
	border-radius: 20px;
	background-color: #8281ad;
	background-image: url(../images/newsletter_mail_icon.png);
	background-repeat: no-repeat;
	background-position: left -35px bottom -35px;
}
.elementor-widget.newsletter_box h5 {
	margin: 0 0 30px 0;
    font-size: 45px;
    color: #ffffff;
    font-weight: 700;
    line-height: 58px;
    text-align: center;
}
.elementor-widget.newsletter_box .emaillist {
	padding: 0 0 0 120px;
}
.elementor-widget.newsletter_box .es-field-wrap {
	display: inline-block;
    width: calc(100% - 125px);
    margin-bottom: 0;
}
.elementor-widget.newsletter_box .es-field-wrap label {
	display: block;
    margin-bottom: 0;
}
.elementor-widget.newsletter_box .es-field-wrap label br {
	display: none;
}
.elementor-widget.newsletter_box input[type="email"] {
    display: inline-block;
    width: 100%;
    height: 32px;
    margin-bottom: 0;
    padding: 5px 0 5px 35px;
	outline: 0;
    border: 0;
    border-bottom: 1px solid #9594b9;
    background-color: transparent;
	background-image: url(../images/newsletter_field_icon.png);
	background-repeat: no-repeat;
	background-position: left 7px;
    border-radius: 0px;
    box-shadow: none;
	font-size: 16px;
    color: #ffffff;
	font-weight: 300;
    line-height: 1.42857143;
    text-transform: none;
}
.elementor-widget.newsletter_box input[type="email"]::-webkit-input-placeholder {
	color: #ffffff;
}
.elementor-widget.newsletter_box input[type="submit"] {
    float: right;
    width: 125px;
	height: 125px;
	margin: 25px 0 -103px 0;
    padding: 15px 25px;
    background: transparent;
	background-image: url(../images/newsletter_send_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
.elementor-widget.newsletter_box input[type="submit"]:hover {
    background-image: url(../images/newsletter_send_icon_hov.png);
}
.elementor-text-editor ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}
.elementor-text-editor ul li {
    position: relative;
    padding: 0 0 12px 31px;
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
}
.elementor-text-editor ul li:last-child {
	padding-bottom: 0;
}
.elementor-text-editor ul li:before {
    width: 21px;
    height: 21px;
    border: 1px solid;
    border-radius: 100%;
    content: '\F12C';
    font-family: "Material Design Icons";
    font-size: 17px;
    color: #f26a1b;
    line-height: 19px;
    text-align: center;
	position: absolute;
	top: 3px;
	left: 0;
}
.elementor-text-editor ul.white li:before {
    color: #ffffff;
}
.ol_style ol {
	list-style: none;
    counter-reset: li;
    margin: 0;
    padding: 0;
}
.ol_style ol li {
	counter-increment: li;
    margin: 0 0 5px 0;
	padding: 10px 60px 10px 80px;
    background-color: #8281ad;
	border-radius: 25px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    line-height: 30px;
	position: relative;
	overflow: hidden;
}
.ol_style ol li:last-child {
    margin-bottom: 10px;
}
.ol_style ol li::before {
	content: counter(li) ".";
	background-color: #f26a1b;
	border-radius: 0 25px 25px 0;
    display: inline-block;
    width: 60px;
    height: 100%;
    padding: 10px 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.ol_style ol li::after {
	content: "\f12c";
	font-family: "Material Design Icons";
	font-size: 40px;
    color: #ffffff;
    line-height: normal;
    position: absolute;
    top: 5px;
    right: 15px;
}

/*----------------- refer-your-patients page -----------------*/
.steps .elementor-widget-container {
	min-height: 284px;
}
.steps .elementor-image-box-img {
	width: auto !important;
    margin: 0 !important;
	position: absolute;
	top: 23px;
	left: 0;
	transform: translateX(-50%);
}
.steps .contact_form {
    display: inline-block;
	width: 100%;
	padding-top: 20px;
}

/*----------------- acma page -----------------*/
.acma_section {
	padding-top: 70px;
    padding-bottom: 70px;
}
.acma_section h2 {
	margin: 0 0 20px 0;
	font-size: 45px;
	color: #333333;
	font-weight: 700;
	line-height: 58px;
}
.acma_section p {
	margin: 0 0 20px 0;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
}
.acma_section p:last-child {
	margin-bottom: 0;
}
.works_section {
	padding-top: 70px;
    padding-bottom: 0px;
	background-color: #f8f8f8;
}
.works_section h2 {
	margin: 0 0 20px 0;
	font-size: 45px;
	color: #333333;
	font-weight: 700;
	line-height: 58px;
	text-align: center;
}
.works_section ol {
	list-style: none;
	margin: 0 -15px;
	padding: 0;
	background-image: url(../images/acma_works.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.works_section ol:after,
.works_section ol:before {
	content: "";
	display: table;
	clear: both;
}
.works_section ol li {
	float: left;
	width: 25%;
	margin: 0;
	padding: 40px 15px 87px 15px;
	text-align: center;
}
.works_section ol li:nth-child(5) {
	clear: both;
}
.works_section ol li:nth-child(n+5) {
	float: right;
}
.six_conditions_sec {
	float: left;
	width: 100%;
	padding-top: 159px;
	padding-bottom: 184px;
	overflow: hidden;
}
.six_conditions_sec .content {
	position: relative;
	float: left;
	width: 100%;
}
.six_conditions_sec .content .round_logo {
	width: 432px;
	height: 442px;
	margin: 0 auto;
	padding: 30px;
	background-image: url(../images/round_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
}
.six_conditions_sec .content .round_logo .title {
	width: 100%;
    font-size: 40px;
    color: #333333;
    line-height: 52px;
    font-weight: 700;
    text-align: center;
}
.six_conditions_sec .content .row_box {
	position: absolute;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.six_conditions_sec .content .row_box .icon {
	background-repeat: no-repeat;
	background-position: left top;
}
.six_conditions_sec .content .row_box .text {
	font-size: 17px;
    color: #868686;
    font-weight: 400;
	line-height: 25px;
}
.six_conditions_sec .content .row_box .text strong {
    color: #414141;
	font-weight: 600;
}
.six_conditions_sec .content .row_box:hover .icon {
	background-position: left bottom;
}
.six_conditions_sec .content .row_box:hover .text strong {
    color: #8281ad;
}
.six_conditions_sec .content .row_box.box1 {
	width: 38%;
	top: -89px;
	left: calc(50% - -74px);
}
.six_conditions_sec .content .row_box.box1 .icon {
	width: 151px;
	height: 117px;
	background-image: url(../images/work_icon1.png);
}
.six_conditions_sec .content .row_box.box1 .text {
	width: calc(100% - 151px);
	padding-left: 15px;
}
.six_conditions_sec .content .row_box.box2 {
    width: 34%;
    top: 162px;
    left: calc(50% - -215px);
}
.six_conditions_sec .content .row_box.box2 .icon {
	width: 144px;
	height: 117px;
	background-image: url(../images/work_icon2.png);
}
.six_conditions_sec .content .row_box.box2 .text {
	width: calc(100% - 144px);
	padding-left: 15px;
}
.six_conditions_sec .content .row_box.box3 {
	width: 32%;
	bottom: -114px;
	left: calc(50% - -47px);
}
.six_conditions_sec .content .row_box.box3 .icon {
	width: 118px;
	height: 149px;
	background-image: url(../images/work_icon3.png);
}
.six_conditions_sec .content .row_box.box3 .text {
	width: calc(100% - 118px);
	padding-left: 15px;
}
.six_conditions_sec .content .row_box.box4 {
	width: 42%;
	bottom: -41px;
	right: calc(50% - -62px);
	direction: rtl;
}
.six_conditions_sec .content .row_box.box4 .icon {
	width: 224px;
	height: 117px;
	background-image: url(../images/work_icon4.png);
}
.six_conditions_sec .content .row_box.box4 .text {
	width: calc(100% - 224px);
	padding-right: 15px;
}
.six_conditions_sec .content .row_box.box5 {
    width: 27%;
    top: 132px;
    right: calc(50% - -213px);
	direction: rtl;
}
.six_conditions_sec .content .row_box.box5 .icon {
	width: 152px;
	height: 117px;
	background-image: url(../images/work_icon5.png);
}
.six_conditions_sec .content .row_box.box5 .text {
	width: calc(100% - 152px);
	padding-right: 15px;
}
.six_conditions_sec .content .row_box.box6 {
	width: 34%;
	top: -89px;
	right: calc(50% - -74px);
	direction: rtl;
}
.six_conditions_sec .content .row_box.box6 .icon {
	width: 152px;
	height: 117px;
	background-image: url(../images/work_icon6.png);
}
.six_conditions_sec .content .row_box.box6 .text {
	width: calc(100% - 152px);
	padding-right: 15px;
}
/* MObile Content */
.six_conditions_sec .mobile_content {
	display: none;
}
.plans_contact {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #8281ad;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.plans_contact h2 {
	margin: 0 0 30px 0;
	font-size: 45px;
	color: #ffffff;
	font-weight: 700;
	line-height: 58px;
	text-align: center;
}
.plans_contact .contact_form .form-button {
	text-align: right;
}
.plans_contact .contact_form .form-button input[type="submit"] {
	float: right;
}

/*----------------- about page -----------------*/
.about_section {
	padding-top: 70px;
    padding-bottom: 70px;
}
.about_section h1 {
	margin: 0 0 20px 0;
	font-size: 45px;
	color: #333333;
	font-weight: 700;
	line-height: 58px;
	text-align: center;
}
.about_section p {
	margin: 0 0 20px 0;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
}
.about_section p:last-child {
	margin-bottom: 0;
}
.about_teams {
	padding-top: 70px;
    padding-bottom: 70px;
}
.about_teams h2 {
	margin: 0 0 30px 0;
	font-size: 45px;
	color: #333333;
	font-weight: 700;
	line-height: 58px;
	text-align: center;
}
.about_teams .management_team {
	display: inline-block;
    width: 100%;
    margin: 0 0 70px 0;
    vertical-align: top;
}
.about_teams ul.members {
	list-style-type: none;
	margin: 0 -15px;
	padding: 0;
}
.about_teams ul.members:after,
.about_teams ul.members:before {
	content: "";
	display: table;
	clear: both;
}
.about_teams ul.members > li {
	float: left;
	width: 33.33%;
	padding: 0 15px;
	margin: 69px 0;
}
.about_teams ul.members > li:nth-child(3n+4) {
	clear: left;
}
.about_teams ul.members li .member_box {
	position: relative;
	min-height: 490px;
	padding: 20px;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
}
.about_teams ul.members li .thumb {
	width: 138px;
	margin: 0 auto;
	margin-top: -89px;
	border-radius: 100%;
	overflow: hidden;
	pointer-events: none;
}
.about_teams ul.members li .thumb img {
	width: 100%;
	height: auto;
}
.about_teams ul.members li .name {
	margin: 20px 0 0 0;
	font-size: 18px;
	color: #333333;
	font-weight: 700;
	line-height: normal;
}
.about_teams ul.members li .position {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #868686;
	font-weight: 400;
	line-height: 22px;
}
.about_teams ul.members li .degrees {
	min-height: 44px;
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #636363;
	font-weight: 400;
	line-height: 22px;
}
.about_teams ul.members li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.about_teams ul.members li ul li {
	position: relative;
	padding: 0 0 12px 31px;
	font-size: 16px;
	color: #868686;
	font-weight: 400;
	line-height: 21px;
}
.about_teams ul.members li ul li:last-child {
	padding-bottom: 0;
}
.about_teams ul.members li ul li:before {
    width: 21px;
    height: 21px;
    border: 1px solid;
    border-radius: 100%;
    content: '\F12C';
    font-family: "Material Design Icons";
    font-size: 17px;
    color: #f26a1b;
    line-height: 19px;
    text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.about_teams .advisory_board {
	display: inline-block;
    width: 100%;
	margin: 0 0 -69px 0;
    vertical-align: top;
}
.about_teams .advisory_board ul.members li .member_box {
	min-height: 325px;
}
.about_contact {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #8281ad;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.about_contact h2 {
	margin: 0 0 30px 0;
	font-size: 45px;
	color: #ffffff;
	font-weight: 700;
	line-height: 58px;
	text-align: center;
}

/*----------------- investors page -----------------*/
.investor_contact {
	padding-top: 70px;
	padding-bottom: 70px;
}
.investor_contact h2 {
	margin: 0 0 30px 0;
	font-size: 45px;
	color: #333333;
	font-weight: 700;
	line-height: 58px;
	text-align: center;
}
.investor_section {
	padding-top: 70px;
    padding-bottom: 70px;
}
.investor_section .row {
	display: flex;
}
.investor_section .content_box {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 30px;
	background-color: #f8f8f8;
	border-radius: 10px;
}
.investor_section .content_box h2 {
    margin: 0 0 20px 0;
    font-size: 22px;
    color: #333333;
    font-weight: 600;
    line-height: normal;
	text-align: center;
}
.investor_section .content_box ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.investor_section .content_box ul li {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 0 23px;
	margin-bottom: 25px;
	font-size: 17px;
	color: #868686;
	font-weight: 400;
	line-height: 25px;
}
.investor_section .content_box ul li:last-child {
	margin-bottom: 0px;
}
.investor_section .content_box ul li:before {
	position: absolute;
	left : 0;
	content: '»';
	font-family: "Material Design Icons";
}
.investor_section .content_box ul li.address:before {
	content: '\F34E';
}
.investor_section .content_box ul li.phone:before {
	content: '\F3F2';
}
.investor_section .content_box ul li.email:before {
	content: '\F1EE';
}
.investor_section .content_box ul li a {
	color: #868686;
	text-decoration: none;
}
.investor_section .content_box ul li:hover,
.investor_section .content_box ul li a:hover {
	color: #333333;
	text-decoration: none;
}
.investor_section .content_box.left {
	background-color: #fef0e8;
}
.investor_section .content_box.left ul li {
	padding: 0 0 0 33px;
	font-size: 25px;
	line-height: 33px;
}
.investor_section .content_box.right {
	background-color: #f8f8f8;
}
.investor_section .content_box.right ul li:nth-last-child(-n+2) {
	width: 50%;
	margin-bottom: 0px;
}

/*----------------- media page -----------------*/
.blog_section {
	padding-top: 70px;
    padding-bottom: 70px;
}
.blog_section h1 {
	margin: 0 0 0px 0;
	font-size: 45px;
	color: #333333;
	font-weight: 700;
	line-height: 58px;
	text-align: center;
}
.search-no-results .isotopeContainer {
	height: auto !important;
}
.search_content {
	float: left;
    width: 100%;
	padding: 20px 0 0 0;
}
.search_content .search-form {
	position: relative;
    margin: 20px 0 0 0;
}
.search_content .search-form label {
	display: none;
}
.search_content .search-form .search-field {
	display: inline-block;
    width: 100%;
    height: 45px;
    padding: 10px 45px 10px 17px;
    margin-bottom: 0;
	outline: 0;
    border: 1px solid #dcdcdc;
    background-color: #f8f8f8;
	border-radius: 23px;
    font-size: 16px;
    color: #000;
	font-weight: 400;
    line-height: normal;
	letter-spacing: 0.7px;
    vertical-align: top;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.search_content .search-form .search-submit {
    display: inline-block;
    min-width: auto;
    padding: 3px 9px;
    margin: 0;
    background-color: transparent;
    border: none;
    font-size: 26px;
    color: #f26a1b;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    line-height: normal;
	cursor: pointer;
	position: absolute;
    top: 0;
    right: 0;
}
.search_content .search-form .search-submit:hover {
	color: #000000;
    text-decoration: none;
}
.left_content {
	float: left;
    width: 70%;
	padding-right: 15px;
    padding-left: 15px;
}
.blog_items {
    margin-bottom: 0px;
}
.blog_items h2.entry-title {
    margin: 0 0 10px 0;
    font-size: 45px;
    color: #333333;
	font-weight: 700;
    line-height: 58px;
	text-align: left;
}
.blog_items p.post-meta {
    margin-bottom: 10px;
}
.blog_items p.post-meta a {
    color: #868686;
	transition: .5s all;
}
.blog_items p.post-meta a:hover {
    color: #f26a1b;
}
.blog_items .post-media {
    margin-bottom: 20px;
}
.blog_items .post-media img {
    max-width: 100%;
	height: auto;
	border-radius: 10px;
}
.blog_items .share {
    margin-bottom: 30px;
}
.blog_items .share #os-share-more {
	transform: translateX(-50%);
}
.blog_items h2,
.blog_items h3,
.blog_items h4,
.blog_items h5 {
    margin: 0 0 10px 0;
    color: #333333;
	font-weight: 700;
    line-height: normal;
}
/*.blog_items h2 {
    font-size: 27px;
}*/
.blog_items h3 {
    font-size: 20px;
}
.blog_items h4 {
    font-size: 19px;
	font-weight: 500;
}
.blog_items h5 {
    font-size: 17px;
	font-weight: 500;
}
.blog_items p {
    margin-bottom: 20px;
	font-size: 17px;
	color: #868686;
	font-weight: 400;
	line-height: 25px;
}
.blog_items ul {
	list-style: none;
	margin: 0 0 20px 0;
    padding: 0 0 0 2em;
}
.blog_items ul li {
    margin: 0 0 10px 0;
    font-size: 17px;
    color: #868686;
    font-weight: 400;
    line-height: 25px;
}
.blog_items ul li::before {
	content: "\F9DD";
    font-family: "Material Design Icons";
    color: #8281ad;
    display: inline-block;
    width: 1.3em;
    margin-left: -1.3em;
    vertical-align: top;
}
.blog_items ol {
	list-style: none;
    counter-reset: li;
    margin: 0 0 20px 0;
    padding: 0 0 0 3em;
}
.blog_items ol li {
	counter-increment: li;
    margin: 0 0 10px 0;
    font-size: 17px;
    color: #868686;
    font-weight: 400;
    line-height: 25px;
}
.blog_items ol li::before {
	content: counter(li);
	background-color: #8281ad;
	border-radius: 3px;
    display: inline-block;
    width: 1.5em;
    margin-left: -2.2em;
    margin-right: 0.7em;
	font-size: 16px;
    color: #ffffff;
	line-height: 24px;
    text-align: center;
}
.blog_items blockquote {
	position: relative;
	display: block;
	padding: 15px 20px 15px 55px;
	margin: 0 0 20px 0;
	border-left-style: solid;
	border-left-width: 15px;
	border-left-color: #8281ad;
	border-right-style: solid;
	border-right-width: 2px;    
	border-right-color: #8281ad;
	font-size: 17px;
	color: #868686;
	line-height: 25px;
}
.blog_items blockquote:last-child {
	margin-bottom: 0;
}
.blog_items blockquote::before {
	content: "\201C"; /*Unicode for Left Double Quote*/
	font-family: Georgia, serif;
	font-size: 60px;
	font-weight: bold;
	color: #999;
	line-height: 1.2;
	position: absolute;
	top: 5px;
	left: 13px;
}
.blog_items blockquote::after {
	content: "";
}
.blog_items .newsletter_box {
	display: inline-block;
	width: 100%;
	margin: 40px 0 58px 0;
	padding: 45px 55px;
	border-radius: 20px;
	background-color: #8281ad;
	background-image: url(../images/newsletter_mail_icon.png);
	background-repeat: no-repeat;
	background-position: left -35px bottom -35px;
}
.blog_items .newsletter_box h2 {
	margin: 0 0 30px 0;
    font-size: 45px;
    color: #ffffff;
    font-weight: 700;
    line-height: 58px;
    text-align: center;
}
.blog_items .newsletter_box .emaillist {
	padding: 0 0 0 120px;
}
.blog_items .newsletter_box .es-field-wrap {
	display: inline-block;
    width: calc(100% - 125px);
    margin-bottom: 0;
}
.blog_items .newsletter_box .es-field-wrap label {
	display: block;
    margin-bottom: 0;
}
.blog_items .newsletter_box .es-field-wrap label br {
	display: none;
}
.blog_items .newsletter_box input[type="email"] {
    display: inline-block;
    width: 100%;
    height: 32px;
    margin-bottom: 0;
    padding: 5px 0 5px 35px;
	outline: 0;
    border: 0;
    border-bottom: 1px solid #9594b9;
    background-color: transparent;
	background-image: url(../images/newsletter_field_icon.png);
	background-repeat: no-repeat;
	background-position: left 7px;
    border-radius: 0px;
    box-shadow: none;
	font-size: 16px;
    color: #ffffff;
	font-weight: 300;
    line-height: 1.42857143;
    text-transform: none;
}
.blog_items .newsletter_box input[type="email"]::-webkit-input-placeholder {
	color: #ffffff;
}
.blog_items .newsletter_box input[type="submit"] {
    float: right;
    width: 125px;
	height: 125px;
	margin: 25px 0 -103px 0;
    padding: 0;
    background: transparent;
	background-image: url(../images/newsletter_send_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
.blog_items .newsletter_box input[type="submit"]:hover {
    background-image: url(../images/newsletter_send_icon_hov.png);
}
.right_content {
	float: left;
    width: 30%;
	padding-right: 15px;
    padding-left: 15px;
}
.blog_sidebar {
	padding: 0px;
	margin-bottom: 30px;
	border: 0px solid #dddddd;
	border-radius: 0px;
}
.blog_sidebar:last-child {
    margin-bottom: 0px;
}
.blog_sidebar h2 {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #dcdcdc;
	font-size: 20px;
    color: #333333;
    font-weight: 700;
    line-height: normal;
}
.blog_sidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.blog_sidebar ul li {
	border-bottom: 1px solid #dcdcdc;
	font-size: 17px;
}
.blog_sidebar ul li:last-child {
	border-bottom: none;
}
.blog_sidebar ul li a {
	display: block;
	padding: 8px 0;
	color: #868686;
	text-decoration: none;
}
.blog_sidebar ul li a:hover {
	color: #8281ad;
	text-decoration: none;
}
.blog_sidebar ul.follow_us li {
	display: inline-block;
	padding: 0 8px 0 0;
	border-bottom: none;
}
.blog_sidebar ul.follow_us li a {
	padding: 0;
}
.srpw-block ul li {
	padding: 10px 0 0 0 !important;
	border-bottom: none;
}
.srpw-block ul li a {
	padding: 0;
}
.pagination {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
.pagination ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.pagination ul li {
	display: inline-block;
	width: auto;
	padding: 0 7px;
	font-size: 17px;
	color: #868686;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}
.pagination ul li a {
	display: block;
	padding: 7px 20px;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	color: #666666;
	text-decoration: none;
}
.pagination ul li a:hover {
	border: 1px solid #8281ad;
	background: #8281ad;
	color: #ffffff;
}
.pagination ul li.active .current {
	display: block;
	padding: 7px 20px;
	border: 1px solid #8281ad;
	border-radius: 8px;
	background: #8281ad;
	color: #ffffff;
}
.user_cmt_box {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.user_cmt_box h3 {
	margin: 0 0 20px 0;
	font-size: 22px;
	color: #333333;
	font-weight: 700;
	line-height: normal;
}
.user_cmt_box .media_list {
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #dcdcdc;
}
.user_cmt_box .media_list .blog-user-image {
	display: inline-block;
	width: 59px;
}
.user_cmt_box .media_list .blog-user-image img {
	border-radius: 50%;
}
.user_cmt_box .media_list .blog-user-comment-body {
	float: right;
	width: calc(100% - 59px);
	padding: 0 0 0 20px;
	box-sizing: border-box;
}
.user_cmt_box .media_list .blog-user-comment-body .user_name {
	display: inline-block;
	width: auto;
	padding-right: 17px;
	font-size: 18px;
	color: #333333;
	font-weight: 700;
	letter-spacing: 1px;
}
.user_cmt_box .media_list .blog-user-comment-body .date {
	display: inline-block;
	width: auto;
	padding-right: 17px;
	font-size: 15px;
	color: #868686;
	font-weight: 400;
	letter-spacing: 0.7px;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply {
	display: inline-block;
	width: auto;
	font-size: 15px;
	color: #f26a1b;
	font-weight: 400;
	letter-spacing: 0.7px;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply a {
	color: #f26a1b;
	text-decoration: none;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply a:hover {
	color: #000000;
}
.user_cmt_box .media_list .blog-user-comment-body p {
	margin: 0;
	padding: 5px 0;
	font-size: 17px;
	color: #868686;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.7px;
}
.user_cmt_box .children {
	margin: 0;
	padding-left: 79px;
}
.comment-respond {
	float: left;
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid #dcdcdc;
}
.comment-respond h3 {
	margin: 0 0 10px 0;
	font-size: 22px;
	color: #333333;
	font-weight: 700;
	line-height: normal;
}
.comment-respond h3 small {
	padding-left: 10px;
	font-size: 17px;
	font-weight: 400;
	text-transform: none;
}
.comment-respond h3 small a {
	color: #f26a1b;
	text-decoration: none;
}
.comment-respond h3 small a:hover {
	color: #000000;
	text-decoration: none;
}
.comment-respond a {
	color: #868686;
	text-decoration: none;
}
.comment-respond a:hover {
	color: #f26a1b;
	text-decoration: none;
}
.comment-respond p {
	display: inline-block;
	width: 100%;
	padding: 10px 0px;
	margin: 0px;
	font-size: 15px;
	color: #222;
	font-weight: 400;
	line-height: normal;
}
.comment-respond p label {
	float: left;
	width: 100%;
	margin: 0;
	font-weight: 400;
	text-transform: none;
	cursor: pointer;
}
.comment-respond p textarea {
	float: left;
	width: 100%;
	height: 100px;
	padding: 10px;
	outline: 0;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	border-radius: 10px;
	font-size: 16px;
	color: #222;
	resize: vertical;
}
.comment-respond p input {
	float: left;
	width: 100%;
	height: 37px;
	padding: 10px;
	outline: 0;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	border-radius: 10px;
	font-size: 16px;
	color: #222;
}
.comment-respond p.comment-form-cookies-consent input {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 2px 4px 0 0;
	background-color: transparent;
	border: none;
}
.comment-respond p.comment-form-cookies-consent label {
	float: left;
	width: calc(100% - 20px);
	margin: 0;
	padding-right: 0px;
	font-size: 14px;
	text-align: left;
}
.comment-respond p .submit {
	float: right;
	width: auto;
	height: auto;
	margin: 0;
    padding: 10px 30px;
    border: none;
    background: #f26a1b;
	border-radius: 23px;
	font-size: 17px;
	color: #ffffff;
	font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
	text-decoration: none;
    letter-spacing: 1px;
	cursor: pointer;
}
.comment-respond p .submit:hover {
	background: #e05f14;
	color: #ffffff;
	text-decoration: none;
}
.related_topic {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
}
.related_topic h2 {
	margin: 0 0 20px 0;
    font-size: 45px;
    color: #333333;
    font-weight: 700;
    line-height: 58px;
    text-align: center;
}
.related_topic .related-gallery {
	margin: 0 -15px;
}
.related_topic .related-gallery .gallery-item {
	max-width: 33.33%;
	padding: 10px 15px;
    margin: 0;
}
.related_topic .related-gallery .gallery-icon {
    margin: 0 0 10px 0;
}
.related_topic .related-gallery .gallery-icon img {
	border-radius: 10px;
}
.related_topic .related-gallery .gallery-icon a {
    vertical-align: top;
}
.related_topic .related-gallery .gallery-caption {
	padding: 0;
	font-size: 20px;
    color: #333333;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.7px;
	text-align: center;
}
.related_topic .related-gallery .gallery-caption a {
    color: #333333;
	text-decoration: none;
}
.related_topic .related-gallery .gallery-caption a:hover {
    color: #8281ad;
    text-decoration: none;
}
.related_topic .related-gallery .rpbt-post-date {
    margin: 7px 0 0 0;
    font-size: 18px;
    color: #868686;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
}

/*----------------- contact-us page -----------------*/
.contact_section {
	padding-top: 70px;
	padding-bottom: 70px;
}
.contact_section h2 {
	margin: 0 0 10px 0;
	font-size: 45px;
	color: #333333;
	font-weight: 700;
	line-height: 58px;
}
.contact_section .contact_detail p {
	margin: 0 0 40px 0;
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
}
.contact_section .contact_detail ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.contact_section .contact_detail ul li {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 0 23px;
	margin-bottom: 17px;
	font-size: 17px;
	color: #868686;
	font-weight: 400;
	line-height: 24px;
}
.contact_section .contact_detail ul li:last-child {
	margin-bottom: 0px;
}
.contact_section .contact_detail ul li:before {
	position: absolute;
	left : 0;
	content: '»';
	font-family: "Material Design Icons";
}
.contact_section .contact_detail ul li.address:before {
	content: '\F34E';
}
.contact_section .contact_detail ul li.phone:before {
	content: '\F3F2';
}
.contact_section .contact_detail ul li.email:before {
	content: '\F1EE';
}
.contact_section .contact_detail ul li a {
	color: #868686;
	text-decoration: none;
}
.contact_section .contact_detail ul li:hover,
.contact_section .contact_detail ul li a:hover {
	color: #333333;
	text-decoration: none;
}
.map_section {
	padding-top: 0px;
    padding-bottom: 0px;
}
.map_section iframe {
	height: 533px;
	vertical-align: top;
}
.patient-forms td{padding:10px !important;}
.inner_section .text-red strong { color: #f26a1b;}
.premium_pack { width:auto; }
.premium_pack h2 {
	margin: 0;
    width: 100%;
    border-radius: 15px 15px 0 0;
    background: #f26a1b;
    padding: 10px;
    text-align: center;
    color: #fff;
	font-weight: 500;
}
.premium_pack ul {
	margin: 0;
    padding: 30px;
    list-style: none;
}
.premium_pack ul li {
	margin: 0px 0 15px 0;
    padding: 0px 0 15px 0;
    text-align: left;
    border-bottom: 1px solid #e6d3c8;
    font-size: 25px;
    color: #636366;
}
.premium_pack ul li .icon {
	position: relative;
	width: 50%;
    float: right;
    font-size: 20px;
    color: #636366;
	padding-left: 70px;
    margin-top: -27px;
}
.premium_pack ul li .icon:before {
	position: absolute;
    left: 0;
	content: '';
	width: 52px;
	height:52px;
	background:url(../images/arrow-icon.png) center center no-repeat;
}
.premium_pack .premium_pack_ftr {
	font-size: 30px;
    font-weight: 700;
    color: #f26a1b;
}
#premium_sec .elementor-column-wrap {border-radius: 15px;  padding: 0 0 30px 0; text-align: center;}

.contactnew_form form .form-field {
    float: left;
    width: 100%;
    padding: 0 5px;
    margin-bottom: 20px;
}
.contactnew_form form .form-field.half {
    width: 50%;
}
.contactnew_form h2 {
	margin: 0 0 25px 0;
	text-align: center;
	width: 100%;
    display:inline-block;
}
.contactnew_form h4 {
	width: 100%;
    display:inline-block;
	margin: 0 0 20px 0;
    font-size: 26px;
    color: #333333;
    font-weight: 500;
    line-height: 50px;
	text-align: center;
}
.icon-box span.wpcf7-list-item { 
	width: 23%;
    float: left;
    margin: 0 1% 30px 1%;
    background: #fff;
    height: 250px;
    padding: 0px 0;
    text-align: center;
    border: 3px solid #fef0e8;
    border-radius: 10px;
}
.icon-box span.wpcf7-list-item.selected { 
    background: #fef0e8;
}
.icon-box span.wpcf7-list-item label {
    margin-bottom: 0px;
    font-size: 20px;
    color: #333333;
    font-weight: 400;
    height: 250px;
    padding: 175px 10px 0 10px;
	cursor: pointer;
}
.icon-box span.wpcf7-list-item label input[type="radio"],
.icon-box span.wpcf7-list-item label input[type="checkbox"] {
    margin: 4px 3px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    vertical-align: top;
    opacity: 0;
    position: absolute;
}
.icon-box span.wpcf7-list-item:nth-child(1) { 
	background-image: url(../images/contact-icon1.png);
    background-repeat: no-repeat;
    background-position: top 25px center;
}
.icon-box span.wpcf7-list-item:nth-child(2) { 
	background-image: url(../images/contact-icon2.png);
	background-repeat: no-repeat;
    background-position: top 25px center;
}
.icon-box span.wpcf7-list-item:nth-child(3) { 
	background-image: url(../images/contact-icon3.png);
	background-repeat: no-repeat;
    background-position: top 25px center;
}
.icon-box span.wpcf7-list-item:nth-child(4) { 
	background-image: url(../images/contact-icon4.png);
	background-repeat: no-repeat;
    background-position: top 25px center;
}
.contactnew_form .action-button {
	display:block;
    min-width: auto;
    padding: 10px 80px;
    margin: 10px auto 0 auto;
    border: none;
    background: #f26a1b;
    border-radius: 23px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}
.contactnew_form .action-button:hover {
	background: #e05f14;
    color: #ffffff;
    text-decoration: none;
}
.contactnew_form .wpcf7-submit {
	display: block;
	padding: 10px 80px;
	margin: 0px auto;
}
.contactnew_form .cf7mls_back {
	display: none!important;
}
.contactnew_form .ajax-loader {
    display: block!important;
    margin: 0 auto!important;
}



/* #Additional - Large Screens beyond 1600px
================================================== */
@media only screen and (min-width: 1367px) and (max-width: 1600px) {

.container                                  { width: 1250px; }

}



/* #Additional - Large Screens beyond 1366px
================================================== */
@media only screen and (min-width: 1180px) and (max-width: 1366px) {

.container                                  { width: 1250px; }

#slider .caption 							{ transform: translateY(-150%); }
.as_seen_sec								{ padding-top: 60px; padding-bottom: 60px; }
.as_seen_sec .logo_box ul li 				{ width: 185px; }
.as_seen_sec .logo_box ul li img			{ width: 100%; height: auto; }
.mobile_slider								{ display: none; }
.mobile_logo								{ display: none; }
.footer_section .back-top-top 				{ right: 0px; bottom: 0px; }

}

