/*
Theme Name: MDInfusion Theme
Theme URI: http://abcxyz.com/
Author: SMO
Author URI: http://smo.com/
Description: st Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: st
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, custom-header, custom-background, custom-menu, editor-style, featured-images, microformats, post-formats

The styleheets of Theme Name are located in assets/css.
IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
*/

/*	################################################################
	CSS OVERVIEW 	

	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
	5. FOOTER
	...

################################################################# */ 

/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Css */
@import url(vendor/bootstrap/css/bootstrap.min.css);
@import url(vendor/font-awesome/css/font-awesome.css);
@import url(css/style.css?ver=3.0);
body{
    font-family: 'Josefin Sans', sans-serif;
    color: #545454d4;
}
p{
    margin-bottom: 10px;
}
nav#main-menu li.nav-item.current-nav-item a{
    color: #eca701;
}
ul.social-meida li {
    font-size: 32px;
    margin-right: 36px;
}
ul.social-meida li:last-child{
    margin-right: 0;
}
ul.social-meida li a{
    color: #161515;
}
ul.social-meida li:hover a{
    color: #eca701;
}

.page-content{
    padding: 8.8vw 0;
    max-width: 1200px;
    margin: auto;
}
.page-title{
    font-size: 70px;
    font-family: 'Josefin Sans', sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 70px;
    margin-top: 13px;
    margin-bottom: 27px;
}
.page-head-des {
    max-width: 1000px;
    margin-bottom: 68px;
}
.page-head-des p{
    font-size: 24px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    line-height: 40px;
    color: #000;
}
.page-head-des p:last-child{
    margin-bottom: 0;
}
.entry-content p, .entry-content li {
    font-size: 20px;
}

.st-contact{
    max-width: 650px;
    margin: auto;
}
.st-contact-text p {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 29px;
    color: #5d626a;
    text-align: justify;
}
.st-form-row {
    padding-top: 58px;
}
.st-contact input {
    padding: 5px 10px;
    letter-spacing: normal;
    height: 55px;
    font-size: 15px;
}
.st-contact textarea {
    width: 100%;
    border: 1px solid #d4d4d4;
    padding: 5px 10px;
    font-size: 15px;
    height: 200px;
}
.st-contact input.btn.btn-primary {
    text-align: left;
    border: none !important;
    text-transform: uppercase;
    background: #eca701;
    color: #ffffff !important;
    border-radius: 0px;
    padding: 8px 47px;
    font-size: 17px !important;
    outline: none;
}
.st-contact input.btn.btn-primary:hover,.st-contact input.btn.btn-primary:focus{
    background: #eca701;
    opacity: .8;
}
.st-contact form {
    margin-top: 13.5px;
}
.st-contact .form-group {
    margin-bottom: 26px;
}
.contact-sologan h3 {
    font-weight: 500;
    font-size: 33px;
    line-height: 55px;
    margin-bottom: 45px;
}
.st-contact textarea:focus {
    outline: none;
}
.contact-section {
    background: #f6f6f6;
    padding: 50px 30px;
    margin-top: 4rem;
}


.faq-posts .card{
    margin-bottom: 20px;
}
.faq-posts button.btn-link {
    color: #191818;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 21px;
    font-family: 'Josefin Sans', sans-serif;
}
.navbar-brand img{
	max-width: 260px;
}
ul.navbar-nav li {
    position: relative;
}
ul.navbar-nav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    padding-left: 0;
    list-style: none;
    background: rgba(0,0,0,.8);
	z-index: 222;
	width: 200px;
	display: none;
	padding: 10px 0;
}
ul.navbar-nav li:hover ul{
	display: block;
}
#main-menu ul li ul a{
	font-size: 16px;
	padding: 10px;
}
ul.navbar-nav li ul.sub-menu-1 {
    position: static;
    display: none;
}
span.arrow {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    background: rgba(56, 56, 56, .5);
    border-radius: 2px;
    position: absolute;
    right: 0;
	display: none;
}
.layout-right .medicine-content.right{
	top: 0;
}
.page-template-template-text-wrap  #content .medicine-inner img{
	max-width: 50vw;
	height: auto;
}
/* Blog */
section.blog-articles {
    padding: 90px 0;
}
.blog-articles-inner {
    margin: auto;
}
article.blog-item{
	border: 1px solid #eeeeee;
	padding: 40px;
	margin-bottom: 60px;
}
article.blog-item>* {
    width: 50%;
}
.blog-item-thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	transition: all .2s ease;
	max-width: 100%;
    height: auto;
}
.blog-item-thumb {
    position: relative;
    overflow: hidden;
}
.blog-item-thumb:hover img{
	transform: translate(-50%,-50%) scale(1.1);
}
.blog-item-detail {
    padding-left: 40px;
}
.blog-item-detail h2{
	font-size: 33px;
    opacity: 0.9;
	margin-bottom: 10px;
}
.blog-item-detail h2 a{
	color: #191818;
}
.blog-item-detail .date{
	margin-bottom: 25px;
    color: #545454;
    font-weight: 500;
    opacity: 0.6;
}
.blog-item-detail p{
	font-size: 20px;
    color: #545454;
    font-weight: 400;
    text-align: left;
    font-family: 'Josefin Sans', sans-serif;
    opacity: 0.9;
	margin: 15px 0;
}
.blog-item-detail .view-more {
    color: #eca700;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    border-bottom: 2px solid #eca700;
    padding-bottom: 3px;
	margin-top: 15px;
    display: inline-block;
    text-decoration: none;
}
.blog-item-detail .view-more:hover{
	opacity: .8;
}
.navigation a {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background: #eca701;
    padding: 0 40px;
    color: #FFF;
    font-size: 20px;
	text-decoration: none;
}
.navigation a:not(:first-child){
	margin-left: 40px;
}
.navigation a:hover{
	opacity: .8;
}
/*thien css*/
.banner_page_assessment{
	padding: 170px 0;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center;
}
.page-template-template-depression-treatment-quiz .banner_page_assessment,.banner_page_assessment.banner_page_assessment2{
	background-position: center !important;
}
.banner_page_assessment h1{
	    font-size: 65px;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-weight: 400;
    line-height: 70px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#form_page_assessment{
	padding-top: 200px;
    padding-bottom: 100px;
}
#form_page_assessment h3{
	text-align: center;
    margin: 0 0 85px 0;
    color: #333333;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4;
}
.rst_row_question{
	margin: 0 0 20px 0;
}
.rst_row_question label{
	width: calc(50% - 18px);
    display: flex;
    float: left;
    background: #f3f3f3;
    border: 1px solid #d9d9d9;
    color:#333333;
    min-height: 103px;
    padding: 0 40px;
    align-items: center;
    font-size: 30px;
        margin-right: 36px;
}
.form_assessment input[type="submit"]{
	background: #eca701;
    border: none;
    padding: 22px 80px;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
}
.form_assessment label + div{
	width: calc(50% - 18px);
    float: left;
}
.form_assessment select{
	border: 1px solid #4b4b4b;
    line-height: 103px;
    height: 103px;
    color:#333333;
    font-size: 30px;
    width: 100%;
    text-align: center;
    /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
    display: block;
        cursor: pointer;
        outline: none !important;
        padding: 0 30px;
        
        background: url('images/icon_dropdown.png') no-repeat center right  40px;
}
.form_assessment select option{
	
}
.parsley-errors-list{
		    color: red;
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 5px 0 0 0;
    font-size: 20px;
}
.clear{
	clear: both;
}
.popup_show{
	
}
.form_assessment_popup{
	max-width: 100%;
    background: #fff;
    
}
@media (min-width: 992px){
	#exampleModalLive .modal-dialog {
        max-width: 900px;
    }
}
@media (min-width: 1400px){
    #exampleModalLive .modal-dialog {
        max-width: 1390px;
    }
    #exampleModalLive  .modal-body{
		padding: 150px 195px 100px 195px;
	}
}

#exampleModalLive .modal-content{
	border: 1px solid #333333;
    border-radius: 0;
}
.popup_show .form_assessment_popup{
	display: block;
}
.form_assessment_popup h4{
	text-align: center;
    font-weight: 700;
    color: #333333;
    font-size: 50px;
    margin: 0 0 50px 0;
}
.form_assessment_popup input[type="text"],.form_assessment_popup input[type="email"],.form_assessment_popup input[type="tel"]{
	background: #fcfcfc;
    border: 1px solid #cacaca;
    color: #333333;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.3;
    padding: 20px 35px;
    width: 100%;
   
}
.group-input{
	 margin: 0 0 17px 0;
}
.form_assessment_popup select{
	background: #fcfcfc;
    border: 1px solid #cacaca;
    color: #333333;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.3;
    padding: 20px 35px;
    width: 100%;
     /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  background: url('images/icon_dropdown.png') no-repeat center right  30px;
  -webkit-appearance: none;
}
input:focus,select:focus {
    outline: none !important;
}
.modal-backdrop.show {
    opacity: .8;
    background: #333;
}
.form_assessment_popup input[type="text"]::-webkit-input-placeholder,.form_assessment_popup input[type="email"]::-webkit-input-placeholder,.form_assessment_popup input[type="tel"]::-webkit-input-placeholder {
  color: #333333;
}
.form_assessment_popup input[type="submit"]{
	background: #eca701;
    border: none;
    padding: 20px 80px;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    margin-top: 20px;
}
.popup_show:after{
	content:"";
    width: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.7;
    left: 0;
}
#page_assessment_thankyou {
    padding-top: 100px;
    padding-bottom: 70px;
}
.embed-calendar{
	padding-bottom: 40px;
}
.assessment_thankyou_header{
	padding: 0 0 45px 0;
}
.assessment_thankyou_header h3{
	font-size: 40px;
    color: #333;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 25px 0;
}
.assessment_thankyou_header h4{
	font-size: 40px;
    color: #333;
    line-height: 1.3;
    font-weight: 600;
    margin: 0;
}
.your-results{
	text-align: center;
    border: 1px solid #d6d6d6;
    padding: 70px 85px;
}
.your-results h3{
	font-size: 35px;
    color: #333;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.show_results{
	width: 150px;
    height: 100px;
    line-height: 100px;
    border: 1px solid #4e4e4e;
    color: #333333;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 0px auto 30px;
}
.your-results .note{
	font-size: 25px;
    color: #333;
    line-height: 1.3;
    font-weight: 400;
    margin: 0 0 0px 0;
    font-style: italic;
}
.your-results .note p{
	margin: 0;
}
.scoring-method {
	margin: 130px 0 0 0 ;
}
.scoring-method  h4{
	font-size: 35px;
    color: #333;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 45px 0;
}
.scoring-method  .row span{
	font-size: 30px;
    color: #333;
    line-height: 1.3;
    font-weight: 700;
    height: 103px;
    display: flex;
    align-items: center;
    border: 1px solid #4e4e4e;
    justify-content: center;
    margin: 0 0 20px 0;
}
.scoring-method .row{
	margin-left: -18px;
    margin-right: -18px;
}
.scoring-method  .col-6{
	padding-left: 18px;
    padding-right: 18px;
}
.scoring-method  .row .col-6:last-child span{
	background: #f3f3f3;
    border: 1px solid #d1d1d1;
}
.assessment_thankyou_video{
	padding-top: 160px;
}
.assessment_thankyou_video{
	max-width: 1040px;
    margin: 0px auto;
}
.banner_page_assessment{
	position: relative;
}
.banner_page_assessment:after{
	content:"";
    position: absolute;
    top: 0;
    left: 0;
    background: #333;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}
.banner_page_assessment .container{
	position: relative;
    z-index: 9;
}
input.hidden{
	display: none;
}
.disclaimer{
	text-align: center;
    color: #333333;
    font-size: 20px;
    margin-top: 80px;
}

/*new form*/
.rst_row_question2 > label {
    width: 50%;
    display: flex;
    background: #f3f3f3;
    
    border-right: 1px solid #e7e7e7;
    color: #333333;
    padding: 30px 40px;
    align-items: center;
    font-size: 30px;
    margin: 0;
}
.disclaimer a{
    color: #333333;
}
#form_page_assessment.form_depression_treatment {
    padding-top: 135px;
    padding-bottom: 100px;
}
.rst_row_question2{
	margin: 0 0 75px 0;
    display: flex;
    border: 1px solid #d9d9d9;
}
.rst_row_question2 .answer label{
	margin: 0;
    position: relative;
    color: #333333;
    font-size: 30px;
        cursor: pointer;
    padding-left: 60px;
        line-height: 35px;
}
.rst_row_question2 .answer  .answer_no{
	margin-left: 190px;
}
.rst_row_question2 .answer label:before{
	height: 30px;
    width: 30px;
    content:"";
    left: 0;
   	position: absolute;
    border-radius: 50px;
    border: 1px solid #333333;
    top: 0;
}
.rst_row_question2 .answer label:after{
	height: 18px;
    width: 18px;
    content: "";
    left: 6px;
    background: #333333;
    position: absolute;
    border-radius: 50px;
    border: 1px solid #333333;
    top: 6px;
    opacity: 0;
}
.rst_row_question2 .answer input:checked + label:after {
    opacity: 1;
}
.rst_row_question2 .answer label:after{
	
}
.rst_row_question2 .answer input{
	display: none;
}
.rst_row_question2 > label + div {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}
.assessment_thankyou_header h4 a{
	color: #333;
}
.page_assessment_thankyou2 .note,.note2{
	text-align: center;
    color: #333333;
    font-size: 20px;
    margin-top: 20px;
}
.note2 a{
 color: #333333;
}
.banner_page_assessment.background-center{
	background-position: center !important;
}
.page_assessment_thankyou2 .note a{
	color: #333333;
}
.page_assessment_thankyou2 .embed-calendar{
	margin-top: 85px;
}
.page_assessment_thankyou2 .assessment_thankyou_header {
    padding: 0 0 80px 0;
}
.embed-calendar p{
	text-align: center;
    color: #333333;
    font-size: 20px;
    margin-bottom: 0px;
    font-style: italic;
}
.show_results2_no{
	margin-bottom: 80px !important;
}
.scoring-method  + .embed-calendar{
	margin-top: 80px;
}
.show_results2{
	max-width: 1000px;
    margin: 0px auto;
    border: 1px solid #4e4e4e;
    min-height: 500px;
    display: flex;
    color: #333333;
    padding: 30px 100px;
    align-items: center;
    font-size: 30px;
    justify-content: center;
    text-align: center;
}
.page_assessment_thankyou2  .your-results{
	padding-top: 100px;
    padding-bottom: 70px;
}
.page_assessment_thankyou2 .your-results h3{
	margin-bottom: 100px;
}
.rst_row_question2 .parsley-errors-list{
	position: absolute;
	 margin: 15px 0 0 0;
     top: 50%;
}
/*new css*/

.get_relief_now h1{
	text-align: center;
	color: #333333;
	font-weight: 700;
	font-size: 70px;
	line-height: 1.1;
        margin-bottom: 10px;
}
.get_relief_now{
	padding: 75px 0 75px 0;
	text-align: center;
}
.get_relief_now h4{
	text-align: center;
	color: #333333;
	font-weight: 400;
	font-size: 31px;
	line-height: 1.4;
    margin-bottom: 26px;
}
.get_relief_now h4 a{
	font-weight: 700;
	color: #333333;
	text-decoration: underline;
}
.get_relief_now h4 a:hover{
	text-decoration: none;
}
.rst-learn-about{
	display: block;
	max-width: 960px;
	width: 100%;
	margin: 0px auto;
	font-size: 25px;
	color: #333;
	background: #f6f6f6;
	padding: 24px 20px;
    line-height: 38px;
        text-transform: uppercase;
    margin-bottom: 30px;
}
.rst-learn-about .icon{
	width: 29px;
	height: 38px;
	display: inline-block;
	background: url('images/arrow_down2.png') no-repeat center;
    vertical-align: middle;
    margin-right: 20px;
}
.get_relief_now p{
	font-size: 24px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 30px;
}
.get_relief_now p:last-child{
	margin: 0;
}
.thumb_get_relief_now img{
	max-width: 100%;
}

.rst_click_here{
	display: inline-block;
    font-size: 24px;
    color: #fff !important;
    background: #eca701;
    padding: 44px 60px 44px 40px;
    line-height: 30px;
    margin-top: 48px;
    text-decoration: none !important;
    font-weight: 600;
}
.rst_click_here .icon{
	width: 46px;
    height: 30px;
    display: inline-block;
    background: url(images/arrow_right2.png) no-repeat center;
    vertical-align: -6px;
    margin-right: 36px;
}
.follow-the-science{
	background: #f6f6f6;
	padding: 80px 0 140px 0;
}
.follow-the-science h2{
	    text-align: center;
    color: #333333;
    font-weight: 700;
    font-size: 70px;
    line-height: 1.1;
    margin-bottom: 80px;
	letter-spacing: 0.5px;
}
.follow-the-science ul{
	margin: 0px auto;
	max-width: 960px;
	width: 100%;
	list-style: none;
	padding: 0;
}
.follow-the-science ul li{
	color: #333;
	line-height: 36px;
	font-size: 24px;
	margin-bottom: 70px;
	padding-left: 80px;
        letter-spacing: 0.5px;
	background: url('images/checkmark.png') no-repeat left top;
	background-size: 37px;
}
.follow-the-science ul li:last-child{
	margin: 0;
}
.rst-text-block{
	display: none;
}
.rst-row{
	align-items: center;
}
.rst-text-block{
	text-align: left;
} 
.rst-text-block img{
	width: 50%;
}
@media (min-width: 1025px){
	.blog-articles-inner{
		max-width: 80%;
	}
	.footer-item.ft-infu {
    	padding-left: 30px;
	}
}
@media (max-width: 1100px){
	.blog-item-thumb{
		width: 40% !important;
	}
	.blog-item-detail{
		width: 60% !important;
	}
	article.blog-item{
		padding: 30px 15px;
		margin-bottom: 30px;
	}
    .rst_row_question2 .answer .answer_no {
        margin-left: 40px;
    }
    
}
@media (min-width: 992px){
	ul.navbar-nav li ul.sub-menu-1 {
		position: absolute;
		left: 100%;
		top: 0;
		display: none;
	}
	ul.navbar-nav ul.sub-menu-0 li:hover ul.sub-menu-1{
		display: block;
	}
	
}
@media (max-width: 1200px){
	ul.social-meida li {
    	font-size: 25px;
    	margin-right: 20px;
	}
}
@media (max-width: 1024px){
    .rst-text-block{
        display: block;
    }
    .rst-row{
        display: none;
    }
	.medicine-inner .col-md-6{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.medicine-content.left{
		float: none;
		margin-right: 0;
		max-width: 100%;
	}
	.ft14{
		display: none;
	}
	.row.copyright-menu-col {
    	flex-direction: column-reverse;
	}
}
@media(max-width: 992px){
.rst_click_here .icon {
    width: 38px;
    height: 24px;
    
    vertical-align: -6px;
    margin-right: 16px;
    background-size: contain;
}
.get_relief_now h1,.follow-the-science h2{
    font-size: 50px;
}
.get_relief_now h4 {
    font-size: 24px;
}
.rst-learn-about {
    font-size: 20px;
}
.get_relief_now p {
    font-size: 20px;
}
.follow-the-science ul li{
	font-size: 20px;
    line-height: 1.5;
        margin-bottom: 40px;
}
.rst_click_here {
    font-size: 20px;
    padding: 30px 60px 30px 40px;
}
.page_assessment_thankyou2 .your-results{
	padding-top: 70px;
}
.page_assessment_thankyou2 .your-results h3 {
    margin-bottom: 30px;
}
	.rst_row_question2 > label {
        padding: 20px 30px;
        font-size: 20px;
    }
    .rst_row_question2 {
        margin: 0 0 35px 0;
        
    }
    .rst_row_question2 .answer label {
        font-size: 20px;
        padding-left: 40px;
        line-height: 30px;
    }
	.assessment_thankyou_video {
        padding-top: 60px;
    }
    .rst_row_question2 .answer label:before {
        height: 24px;
        width: 24px;
        top: 0;
    }
    .rst_row_question2 .answer label:after {
        height: 12px;
        width: 12px;
    }
    
	.scoring-method .row span{
    	height: 80px;
        font-size: 26px;
    }
    .scoring-method {
        margin: 70px 0 0 0;
    }
    #form_page_assessment.form_depression_treatment {
        padding-top: 100px;
        padding-bottom: 100px;
    }
	#page_assessment_thankyou {
        padding-top: 100px;
    }
    .show_results {
        
        height: 70px;
        line-height: 70px;
     }
    .assessment_thankyou_header h3 ,.assessment_thankyou_header h4{
    	font-size: 30px;
    }
    .assessment_thankyou_header {
        padding: 0 0 65px 0;
    }
	.rst_row_question label{
    	font-size: 24px;
        line-height: 1.2;
            padding: 0 20px;
    }
    .form_assessment input[type="submit"]{
    	    padding: 18px 50px;
            color: #fff;
            font-size: 20px;
            margin-top: 40px;
    }
    .form_assessment select{
    	padding: 0 20px;
        font-size: 24px;
        line-height: 1.2;
        text-align: left;
   	 	text-align-last: left;
   	 	-moz-text-align-last: left;
    }
	#form_page_assessment h3{
    	font-size: 26px;
    }
	#form_page_assessment {
        padding-top: 100px;
        padding-bottom: 100px;
    }
	.banner_page_assessment{
    	padding: 100px 0;
    }
    
	.banner_page_assessment h1{
    	font-size: 50px;
        line-height: 1.3
    }
	ul.navbar-nav li ul{
		position: static;
		width: 100%;
    	background: transparent;
		#display: block;
	}
	#main-menu ul li ul.sub-menu-1 a {
    	padding-left: 20px;
	}
	span.arrow{
		display: inline-block;
	}
	ul.navbar-nav li:hover ul {
		display: none;
	}
	span.arrow.open i.fa-caret-down:before{
		content: "\f0d8";
	}
	.blog-item-thumb{
		width: 100% !important;
		margin-bottom: 20px;
	}
	.blog-item-detail{
		width: 100% !important;
		padding-left: 0;
	}
}
@media(max-width: 767px){
	.form_assessment label + div{
		float: none;
	}
.thumb_get_relief_now{
	margin-top: 30px;
}
.get_relief_now h1,.follow-the-science h2{
    font-size: 34px;
}
.get_relief_now h4 {
    font-size: 20px;
}
.rst-learn-about {
        font-size: 16px;
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom: 15px;
}

.show_results2{
	    padding: 40px 30px;
    align-items: center;
    font-size: 20px;
    min-height: auto;
}
	.rst_row_question2 > label {
    width: 100%
    }
    .show_results2_no {
        margin-bottom: 40px !important;
    }
    .page_assessment_thankyou2 .note{
    	font-size: 16px;
    }

    .page_assessment_thankyou2 .assessment_thankyou_header {
    padding: 0 0 40px 0;
}
    .page_assessment_thankyou2 .your-results {
        padding-top: 50px;
        padding-bottom: 35px;
    }
    .embed-calendar p{
    	margin-bottom: 20px;
    }
    .rst_row_question2 > label + div{
    	width: 100%;
    }
	.your-results {
        padding: 70px 35px;
    }
    .scoring-method h4{
    	margin: 0 0 20px 0;
    }
    .rst_row_question2 {
        display: block;
    }
    .rst_row_question2 > label + div{
    	padding: 0 30px 20px 30px;
        display: block;
        text-align: left;
    }
    .rst_row_question2 > label{
    	    background: none;
            border: none;
    }
    .show_results{
    	font-size: 30px;
    }
    .your-results h3,.scoring-method h4 {
    	font-size: 30px;
    }
   	 .your-results .note {
    	font-size: 20px;
    }
	#form_page_assessment h3 br{
    display: none;
   }
   #form_page_assessment h3{
       margin: 0 0 45px 0;
       }
}

@media(max-width: 990px){
    html,body{
        overflow-x: hidden;
    }
}
@media(max-width: 640px){
	.banner_page_assessment h1 {
        font-size: 38px;
        line-height: 1.2;
    }
    .rst_row_question label ,.form_assessment select{
        font-size: 20px;
    }
    .form_assessment select{
    	    background: url(images/icon_dropdown.png) no-repeat center right 20px;
    }
	.page-template-template-text-wrap  #content .medicine-inner img{
		max-width: 100%;
		height: auto;
	}
   .page-title{
       font-size: 55px;
       line-height: 65px;
   }
   .page-head-des p{
        font-size: 20px;
        line-height: 30px;
   }
   .entry-content p, .entry-content li {
       font-size: 16px;
   }
   .page-head-des {
       margin-bottom: 30px;
   }
   ul.social-meida li {
       font-size: 25px;
       margin-right: 25px;
   }
	.ft14 {
    	display: block;
    	margin-top: 45px;
	}
	section.blog-articles {
		padding: 50px 0;
	}
	.blog-item-detail .date{
		font-size: 23px;
	}
	article.blog-item {
		padding: 15px;
		margin-bottom: 20px;
	}
}
@media (max-width: 1399px){
	.form_assessment_popup h4 {
        font-size: 36px;
        margin: 0 0 30px 0;
    }
    .form_assessment_popup input[type="text"], .form_assessment_popup input[type="email"], .form_assessment_popup input[type="tel"],.form_assessment_popup select {
    font-size: 25px;
    padding: 15px 20px;
	}
    .form_assessment_popup input[type="submit"] {
        padding: 20px 50px;
        font-size: 20px;
    }
    #exampleModalLive .modal-body {
        padding: 50px;
    }
}
@media (max-width: 991px){
	#exampleModalLive .modal-body {
        padding: 50px 20px;
    }
    .form_assessment_popup h4 {
        font-size: 26px;
        margin: 0 0 20px 0;
    }
    .form_assessment_popup .row{
    	display: block;
    }
    .group-input.col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
     
}
@media(max-width: 480px){
.rst-text-block img {
    width: 100%;
}
.alignright {
    float: none;
    margin: 0px 0 20px 0px;
}
.rst-learn-about .icon {
    width: 20px;
    height: 28px;
    margin-right: 10px;
    background-size: cover;
}
.rst-learn-about{
	padding-left: 10px;
    padding-right: 10px;
}
.rst_click_here .icon {
    margin-right: 10px;
}
.follow-the-science ul li{
	padding-left: 60px;
}
.follow-the-science h2 {
    margin-bottom: 40px;
}
.rst_click_here .icon + span{
	width: 210px;
}
.rst_click_here {
    font-size: 18px;
    padding: 20px 30px 20px 20px;
        display: flex;
    align-items: center;
    justify-content: center;
}
.disclaimer{
	margin-top: 30px;
}
	.assessment_thankyou_header h3, .assessment_thankyou_header h4 {
        font-size: 22px;
    }
    .parsley-errors-list{
    	font-size: 16px;
    }
    .your-results {
        padding: 50px 20px;
    }
    .your-results .note {
        font-size: 16px;
    }
    .scoring-method .row {
    margin-left: -10px;
    margin-right: -10px;
}
	.your-results h3, .scoring-method h4 {
        font-size: 24px;
    }
    .scoring-method .col-6 {
    padding-left: 10px;
    padding-right: 10px;
}
    .scoring-method .row span {
    height: 60px;
    font-size: 20px;
}
    .form_assessment_popup input[type="text"], .form_assessment_popup input[type="email"], .form_assessment_popup input[type="tel"], .form_assessment_popup select {
        font-size: 20px;
    }
    .form_assessment_popup h4 {
        font-size: 22px;
    }
    .form_assessment_popup input[type="submit"] {
        padding: 16px 50px;
        font-size: 16px;
    }
	.rst_row_question label {
    width: 100%;
     float: none;
         min-height: 75px;
         margin-right: 0px;
    }
    .form_assessment label + div {
        width: 100%;
        float: none;
    }
    .form_assessment select{
    	height: 75px;
    }
    .rst_row_question {
   	 margin: 0 0 30px 0;
	}
    .form_assessment input[type="submit"] {
        margin-top: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
	.ft12.offset-lg-2{
		margin-left: 0;
	}
	.ft11.offset-lg-1 {
		margin-left: 0;
	}
	.ft11{
		    -ms-flex: 0 0 50%;
    		flex: 0 0 50%;
    max-width: 50%;
	}
	.footer-item.ft-nav{
		margin: auto;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.tablet-grid {
		display: grid;
		grid-template-areas: "left right";
		align-items: flex-end !important;
    	grid-template-columns: 50% 50%;
	}
	div#tablet-map {
		display: block !important;
		grid-area: left;
	}
	.ft15,.ft13{
		flex: 0 0 100%;
    	max-width: 100%;
	}
	
	.ft-bottom-left {
    	text-align: right;
	}
}
#treatment{
/* 	display: none; */
	margin-top: 150px;
	margin-bottom: 50px;
}
.homeSolutions-inner {
    position: relative;
}
.homeSolutions-inner:before {
    content: '';
    position: absolute;
    top: -44px;
    left: -50px;
    right: 0;
    bottom: 0;
    background: #eca701;
    width: 100%;
    height: 100%;
}
.homeSolutions-gray{
	background: #f6f6f6;
	position: relative; 
	z-index: 2;
	padding: 130px 135px;
}

.homeSolutionsHead {
    max-width: 1200px;
	margin-bottom: 30px;
}
.homeSolutionsHead h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    color: #333333;
    font-size: 55px;
    line-height: 1.2;
	opacity: .9;
	margin-bottom: 20px;
}
.homeSolutionsHead p {
    font-size: 22px;
    color: #333333;
    font-weight: 400;
    opacity: .9;
}
.homeSolutionsHead p:not(:last-child){
	margin-bottom: 25px;
}
.row.custom-space>* {
    padding-right: 40px;
    padding-left: 40px;
}
.row.custom-space {
    margin-right: -40px;
    margin-left: -40px;
	margin-top: 80px;
}
.homeSolutions-item {
    background: #FFF;
    height: 100%;
    padding: 64px 41px 90px;
	display: flex;
	box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 11%);
}
.homeSolutions-item-left {
    width: 138px;
}
.homeSolutions-item-left img{
	max-width: 100%;
	height: auto;
}
.homeSolutions-item-right {
    width: calc(100% - 138px);
    box-sizing: border-box;
    padding-left: 35px;
}
.homeSolutions-item-right h3 {
    font-weight: bold;
    font-size: 22px;
    color: #333;
    margin-bottom: 30px;
	opacity: .9;
}
.homeSolutions-item-right p{
	font-size: 22px;
	color: #333;
	opacity: .9;
}
.kc-accordion{
	border: 1px solid #e7e7e7;
	border-radius: 2px;
	margin: 20px 0 40px;
}
.kc-accordion .acc-title{
	padding: 15px 20px;
	font-size: 20px;
	background: #f3f5f7;
	margin-bottom: 0;
	cursor: pointer;
}
.kc-accordion .acc-body{
	padding: 20px;
	border-top: 1px solid #e7e7e7;
}
@media (max-width: 1024px){
	.homeSolutions-gray{
		padding: 80px 50px;
	}
	.homeSolutions-item{
		padding: 40px 15px;
	}
	.homeSolutions-item-left {
		width: 100px;
	}
	.homeSolutions-item-right {
		width: calc(100% - 100px);
		box-sizing: border-box;
		padding-left: 15px;
	}
	.row.custom-space>* {
		padding-right: 15px;
		padding-left: 15px;
	}
	.row.custom-space {
		margin-right: -15px;
		margin-left: -15px;
		margin-top: 30px;
	}
}
@media only screen and (max-width: 991px){
	.homeSolutionsHead h2{
		font-size: 40px;
	}
	.homeSolutions-gray {
		padding: 40px 15px;
	}
	.row.custom-space>*{
		margin-top: 30px;
	}
	.row.custom-space{
		margin-top: 0px;
	}
}
@media only screen and (max-width: 768px){
	.homeSolutions-item-left {
		width: 80px;
	}
	.homeSolutions-item-right {
		width: calc(100% - 80px);
	}
	#treatment{
		margin-top: 70px;
	}
	.medicine-inner .kc-accordion p{
		font-size: 18px;
	}
}
@media only screen and (max-width: 575px){
	.homeSolutionsHead h2{
		font-size: 38px;
	}
	.homeSolutions-inner:before{
		top: -20px;
    	left: -30px;
	}
}
@media only screen and (max-width: 480px){
	.homeSolutionsHead h2{
		font-size: 33px;
	}
}