/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


.patientsList .symptonsLists {
    background-color: #81B83A;
    padding: 20px 0;
    border-radius: 5px;
}
.patientsList .symptonsLists h5 {
    text-align: center;
    padding: 3px 5px;
    font-size: 25px;
    color: #fff;
    text-shadow: 1px 2px 1px rgb(0 0 0 / 60%);
}
.patientsList .symptonsLists ul {
    list-style: none;
    color: #fff;
    padding: 10px 0px;
    margin: 0px;
}
.patientsList .symptonsLists ul li {
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 400;
    font-family: "Open Sans", Sans-serif;
}
.patientsList .symptonsLists ul li a, .patientsList .symptonsLists ul li span {
    color: #fff;
    text-shadow: 1px 2px 1px rgb(0 0 0 / 60%);
    padding: 10px 0px 15px;
    margin: 0px 30px;
    display: block;
    border-bottom: 2px dotted rgba(0, 0, 0, 0.5);
    position: relative;
	    text-decoration: none;
}
.patientsList .symptonsLists ul li a::after, .patientsList .symptonsLists ul li span::after {
    content: "\f054";
    font-family: "Font Awesome 5 free";
    font-style: normal;
    font-weight: 600;
    position: absolute;
    right: 0;
    font-size: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    width: 13px;
    height: 13px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 13px;
    border-radius: 50%;
    text-shadow: none;
}
.patientsList .symptonsLists ul li:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.nav-tabs {
    border: none !important; 
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.SymptomsDetails .nav li:first-child {
    margin-left: 0;
}
.SymptomsDetails .nav li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.5%;
    flex: 0 0 45.5%;
    max-width: 45.5%;
    margin: 13px;
    position: relative;
    margin-top: 0;
}
.SymptomsDetails .nav li.video a {
    background-color: #5d3d88 !important;
    width: 100%;
	color: white !important;
}
.SymptomsDetails .nav li a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 23px 0;
    text-align: center;
    font-size: 26px;
    color: #fff;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 70%);
    position: relative;
	border: none !important;
    border-radius: 0px;
}
.SymptomsDetails .nav li.blogs a {
    background-color: #4a87b3 !important;
    width: 100%;
	color: white !important;
}
.SymptomsDetails .nav li.resources a {
    background-color: #fcae16 !important;
    width: 100%;
	color: white !important;
}
section.patientsSymptons h3 {
    color: #495057;
   font-size: 38px;
    line-height: 1.3;
    text-align: center;
	font-family: "Open Sans", Sans-serif;
}

.SymptomsDetails .nav li a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
}
.SymptomsDetails .nav li a::after {
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    height: 2px;
    background-color: transparent;
    bottom: -5px;
}

.SymptomsDetails .nav li.video a.active::after {
    background-color: #5d3d88;
}
.SymptomsDetails .nav li.video a.active::before {
    border-color: #5d3d88 transparent transparent transparent;
}

.SymptomsDetails .nav li.blogs.active a::after {
    background-color: #4a87b3;
}
.SymptomsDetails .nav li.blogs.active a::before {
    border-color: #4a87b3 transparent transparent transparent;
}

.SymptomsDetails .nav li.resources.active a::after {
    background-color: #fcae16;
}
.SymptomsDetails .nav li.resources.active a::before {
    border-color: #fcae16 transparent transparent transparent;
}


.SymptomsDetails .video_refrences ul, .SymptomsDetails .blogs_refrences ul, .SymptomsDetails .refrence_cotent ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.SymptomsDetails .video_refrences ul li, .SymptomsDetails .blogs_refrences ul li, .SymptomsDetails .refrence_cotent ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.33%;
    flex: 0 0 28.33%;
    max-width: 28.33%;
    margin: 13px;
    margin: 0.8125rem;
    margin-left: 0;
    position: relative;
    cursor: pointer;
}
.SymptomsDetails .video_refrences ul li:nth-child(3n), .SymptomsDetails .blogs_refrences ul li:nth-child(3n), .SymptomsDetails .refrence_cotent ul li:nth-child(3n) {
    margin-right: 0;
}
.SymptomsDetails .video_refrences ul li p, .SymptomsDetails .blogs_refrences ul li p, .SymptomsDetails .refrence_cotent ul li p {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin-bottom: 0;
    width: 100%;
    padding: 16px 0;
	font-size: 16px;
    text-align: center;
}
.modal-lg {
    width: 95%;
    max-width: 800px;
}
button.close {
    color: black;
    font-size: 23px;
    opacity: 1;
}
ul.nav.nav-tabs, ul.list-unstyled {
    margin-left: 0px;
}
.patientsSymptons h3:after {
    content: "";
    background-color: #343a40;
    width: 150px;
    bottom: -20px;
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.patientsSymptons h3 {
    position: relative;
}
.patientsList.mt-5 {
    padding-top: 15px;
}
body {
    font-family: "Open Sans", Sans-serif !important;
}
.patientsList .symptonsLists ul li.active {
    background-color: rgba(0, 0, 0, 0.3);
}

section.patientsSymptons h3 {
    color: #495057;
    font-size: 40px !important;
    line-height: 48px !important;
    font-weight: 500 !important;
    text-align: center;
    font-family: "Open Sans", Sans-serif;
}


/* SYMTOMS TABS */

.nav-tabs {
    border-bottom: 1px solid #ddd !important;
    padding-right: 55px;
}

.SymptomsDetails .refrence_cotent ul li {
    margin: 15px 13px 10px 0px !important;
}


@media (max-width: 1024px){

}

.col-lg-9 {
    width: 75%;
    float: left;
}

aside.col-lg-3 {
    width: 25%;
    float: left;
	ul.nav.nav-tabs {
    padding-bottom: 12px !important;	
}
section.patientsSymptons h3 {
    color: #495057;
    font-size: 40px !important;
    line-height: 48px !important;
    font-weight: 500 !important;
    text-align: center;
    font-family: "Open Sans", Sans-serif;
}
	
}




@media (max-width: 768px){

	.SymptomsDetails .nav li {
    flex: 100% !important;
    max-width: 100% !important;
}	

section.patientsSymptons h3 {
    color: #495057;
    font-size: 30px !important;
    line-height: 40px !important;
    font-weight: 500 !important;
    text-align: center;
    font-family: "Open Sans", Sans-serif;
}	
	
aside.col-lg-3 {
    padding: 0px 95px 0px 95px !important;
}
ul.nav.nav-tabs {
    margin-top: 40px !important;
}

aside.col-lg-3 {
    width: 100% !important;
}

.nav-tabs {
    border-bottom: 1px solid #ddd !important;
    padding-right: 0px;
}
	
.col-lg-9 {
    position: relative !important;
    min-height: 1px ;
    padding-right: 80px !important;
    padding-left: 83px !important;
}
	
.col-lg-9 {
    width: 100% !important;
    float: left !important;
}
	
.SymptomsDetails .nav li a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 23px 0;
    text-align: center;
    font-size: 26px;
    color: #fff;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 70%);
    position: relative;
    border: none !important;
    border-radius: 0px;
    margin-bottom: 12px;
}


.SymptomsDetails .nav li:first-child {
    margin-left: 5px;
    margin-right: 18px;
}
	
.SymptomsDetails .video_refrences ul li, .SymptomsDetails .blogs_refrences ul li, .SymptomsDetails .refrence_cotent ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.33%;
     flex: 50% !important;
    max-width: 47.33% !important;
    margin: 13px;
    margin: 0.8125rem;
    margin-left: 0;
    position: relative;
    cursor: pointer;
}	

.SymptomsDetails .video_refrences ul li, .SymptomsDetails .blogs_refrences ul li, .SymptomsDetails .refrence_cotent ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.33%;
    flex: 50% !important;
    max-width: 47.33% !important;
    margin: 13px;
    margin: 0.8125rem;
    margin-left: 0;
    position: relative;
    cursor: pointer;
}	

.list-unstyled {
    padding-left: 15px !important;
    list-style: none;
    padding-right: 0px !important;
}	
	
}



@media (max-width: 705px){
.SymptomsDetails .video_refrences ul li, .SymptomsDetails .blogs_refrences ul li, .SymptomsDetails .refrence_cotent ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.33%;
    flex: 50% !important;
    max-width: 46.33% !important;
    margin: 13px;
    margin: 0.8125rem;
    margin-left: 0;
    position: relative;
    cursor: pointer;
}
	
aside.col-lg-3 {
    padding: 0px 35px 0px 35px !important;
}
	
.col-lg-9 {
    position: relative !important;
    min-height: 1px;
    padding-right: 24px !important;
    padding-left: 23px !important;
}
	
.SymptomsDetails .nav li:first-child {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
		
}



@media (max-width: 580px){
	aside.col-lg-3 {
    padding: 0px 20px 0px 20px !important;
}
	
.col-lg-9 {
    position: relative !important;
    min-height: 1px;
    padding-right: 14px !important;
    padding-left: 10px !important;
}	

.SymptomsDetails .nav li:first-child {
    margin-left: 11px !important;
    margin-right: 11px !important;
}	
ul.list-unstyled {
    margin-top: 40px !important;
}
ul.list-unstyled {
    margin-top: 10px !important;
}	
}
	

@media (max-width: 407px){
	.SymptomsDetails .video_refrences ul li, .SymptomsDetails .blogs_refrences ul li, .SymptomsDetails .refrence_cotent ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.33%;
    flex: 100% !important;
    max-width: 84.33% !important;
    margin: 13px;
    margin: 0.8125rem;
    margin-left: 0;
    position: relative;
    cursor: pointer;
}
.SymptomsDetails .video_refrences ul, .SymptomsDetails .blogs_refrences ul, .SymptomsDetails .refrence_cotent ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center !important;
}	
section.patientsSymptons h3 {
    color: #495057;
    font-size: 26px !important;
    line-height: 35px !important;
    font-weight: 500 !important;
    text-align: center;
    font-family: "Open Sans", Sans-serif;
}	
	}	
