/* Knowledge Base modal */

.troplical-chart {
	margin-top: 0;
}

.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.search-bar {
	border-radius: 10px;
	box-shadow: 1px 1px 5px 1px #00000017;
	border: none !important;
}

.research-bar {
	border-radius: 10px;
	box-shadow: 1px 1px 5px 1px #00000017;
	border: none !important;
	width: 100% !important;
}

.form-control {
	border: none !important;
	background-color: #F5F9F2 !important;
}

.search-bar span {
	background-color: white;
	border: none;
	background-color: #F5F9F2 !important;
}

.research-bar span {
	background-color: white;
	border: none;
	background-color: #F5F9F2 !important;
}

.search-icon {
	margin-right: 0px !important;
	padding-right: 0px !important;
}

.nav-head a {
	color: #666666 !important;
	font-weight: bold;
	margin-left: 20px;
}

.knowledge-head {
	text-align: center;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #444444;
}

.knowledge-p {
	text-align: center;
	font-size: 13px;
	font-weight: 500;
}

.knowledgeChartCard {
	margin: 10px 0px 10px 5px !important;
	color: #707070;
	box-shadow: 0px 5px 6px #00000029;
	border-top: none !important;
	margin-right: 0px;
	background-color: rgba(242, 242, 242, 1) !important;
	border-radius: 0 !important; 
	border: 1px solid #a4a4a4 !important;
}
#TalkModal .knowledgeChartCard {
	background-color: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.knowledgebaseChartCard {
	border-radius: 15px !important;
	padding-top: 15px;
	color: #707070;
	box-shadow: 0px 5px 6px #00000029;
	padding-bottom: 30px;
	border-top: none !important;
	margin-right: 30px !important;
	margin-left: 30px !important;
	background-color: rgba(240, 241, 245, 1) !important;
}

.knowledge-card {
	border: none !important;
}

.knowledgeChartCard img {
	border-radius: 15px 15px 0 0;
	width: 100%;
}

.card-title {
	color: rgba(68, 68, 68, 1);
	margin-bottom: 2px !important;
	font-size: 14px;
	font-weight: bold;
}

.celeb-card .card-body {
	padding: 10px !important;
	height: auto;
}

.knowledgeChartCard p {
	font-size: 10px;
}

.video-icon {
	position: absolute;
	bottom: 20px;
	right: 15px;
	font-size: 30px;
}

.video-card {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.icon {
	color: #EDEBE9;
	font-size: 60px;
	position: absolute;
	top: 30%;
	left: 49%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	opacity: 0.93;
}

.overlay a {
	color: #EDEBE9 !important;
}

.bi-play-fill::before {
	content: "\f4f4";
	background-color: rgba(173, 175, 175, 1);
	border-radius: 8px;
	;
}

.overlay {
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .3s ease;
}

.knowledgeChartCard:hover .overlay {
	opacity: 1;
}

.bi-play-fill:hover {
	color: #EDEBE9;
}
/* Knowledge Base modal end*/


/*Footer css*/

.footer {
	background: #545454;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-left: -10px i !important;
	padding: 30px;
	font-size: 18px;
}

#footer-logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	padding-top: 20px;
}

.nav-head a:hover {
	color: red !important;
}
/* 1024 Responsive */
@media (min-width: 1024px) and (max-width: 1919px) {
    
    /* navbar css */
	.chart-btn-text {
		font-weight: 500;
	}

	
	.foundationChartCard {
		padding-top: 10px;
	}

	.nav-head a {
		font-size: 18px;
	}

}
/* 1024 Responsive end */

/*1920 Display View*/
@media (min-width: 1920px) and (max-width: 2560px) {
    
	.knowledge-head {
		font-size: 50px;
		text-align: center;
		font-weight: 600;
		margin-top: 30px;
		margin-bottom: 30px;
		color: #444444;
	}

	.knowledge-p {
		text-align: center;
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 30px;
	}

	.k-link {
		font-size: 22px !important;
	}

	.knowledgeSelect {
		font-size: 22px;
		margin-top: 2px;
		opacity: 0.8;
	}

	.knowledgeSearch {
		font-size: 20px !important;
	}
    .chartdropdown .input-group-append{
        width:50px;
    }
    
    
    .knowledgeChartCard {
        margin: 10px 0px 10px 5px !important;
        color: #707070;
        box-shadow: 0px 5px 6px #00000029;
        border-top: none !important;
        margin-right: 0px;
        background-color: rgba(242, 242, 242, 1) !important;
        border-radius: 0 !important;
        border: 1px solid #a4a4a4 !important;
        width: 270px;
    }

	.search-icon {
		position: absolute;
		right: 16px;
		top: 8px;
		background-color: #F8FAF7 !important;
		font-size: 38px !important;
		opacity: 0.8;
	}

	.icon {
		border-radius: 8px;
		opacity: 0.93;
		font-size: 80px;
		top: 38%;
	}

	.card-title {
		text-align: left;
		font: normal normal bold 18px/23px Bilo !important;
		letter-spacing: 0px;
		color: #444444;
		opacity: 1;
	}

	.knowledgeChartCard p {
		text-align: left;
		font: normal normal normal 13px/17px Bilo !important;
		letter-spacing: 0px;
		color: #444444;
		opacity: 1;
	}

	/*.logo {*/
	/*	width: 300px !important;*/
	/*}*/

	.birthdayCard {
		border-radius: 33px !important;
	}

}

/* Research Page */

.birthdayCard {
	padding-top: 30px;
	color: #707070;
	box-shadow: 0px 0px 6px #00000029;
	padding-bottom: 30px;
	border-top: none !important;
	margin-bottom: 30px;
	border-radius: 15px;
}

.advance-ser {
	background: #F7AC08 0% 0% no-repeat padding-box;
	border-radius: 20px !important;
	box-shadow: 0px 3px 6px #00000029;
	color: #ffffff !important;
	font-weight: 600 !important;
}

.birth-head {
	text-align: center;
	font-weight: 500;
}

.sort-drop {
	width: 30%;
	margin-top: 10px;
	margin-bottom: 35px;
}

.sort-select {
	font-size: 15px;
	width: 90%;
	padding-right: 10px;
	border: none;
	box-shadow: 1px 1px 5px 1px #00000017;
	margin-left: 30px;
	background-color: #EFF5EA;
}

.celeb-card {
	margin: 10px 0px 10px 5px !important;
	border-radius: 15px !important;
	box-shadow: 0px 5px 6px #00000029;
	border-top: none !important;
	margin-right: 0px;
}

.celeb-card h6 {
	text-align: center;
	font-weight: 600;
}

.detail-celeb {
	font-size: 12px;
	margin-left: 20px;
}

.detail-celeb {
	float: left;
	font-size: 12px;
	font-weight: 600;
	color: #707070;
}

.detail-celeb span {
	color: #A9A8AD;
}

.birthdayCard {
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #ffff;
	margin-left: 0px !important;
}


@media (max-width: 1382px){
    .researchSearchInput {
        font-size: 14px !important;
    }
}
.celeb-1 {
	border-bottom: 9px solid #E1F1D4 !important;
}

.celeb-2 {
	border-bottom: 9px solid #FCDD99 !important;
}

.celeb-3 {
	border-bottom: 9px solid#FAAAB6 !important;
}

.celeb-4 {
	border-bottom: 9px solid #E1CFB6 !important;
}

.celeb-card img {
	width: 100%;
}

@media (min-width: 1920px) and (max-width: 2560px) {
	.celeb-card h6 {
		text-align: center;
		font-weight: 600;
		font: normal normal bold 28px/37px Bilo;
		letter-spacing: 0px;
		color: #707070;
	}

	.birth-head {
		text-align: center;
		font: normal normal normal 36px/47px Bilo;
		letter-spacing: 0px;
		color: #444444;
		text-transform: capitalize;
		opacity: 1;
		font-weight: 500;
	}

	.detail-celeb {
		float: left;
		font-size: 16px;
		letter-spacing: 0px;
		font-weight: 600;
		margin-left: 30px;
		color: #707070;
	}

	.researchSearchInput {
		background-color: #EFF5EA !important;
		font-weight: 500 !important;
		font-size: 22px !important;
		color: #2C2738;
		border: none !important;
	}

	.sort-select {
		width: 390px !important;
	}

	.advance-ser {
		background: #F7AC08 0% 0% no-repeat padding-box !important;
		border-radius: 20px !important;
		box-shadow: 0px 3px 6px #00000029;
		color: #ffffff !important;
		font-size: 22px !important;
		opacity: 0.8;
	}

	.advancedSearchCard {
		padding: 60px 120px;
	}

	.adsearchInfo {
		font: normal normal normal 18px/23px Bilo;
		letter-spacing: 0px;
		color: #707070;
		opacity: 1;
		margin-bottom: 40px;
		font-weight: 500;
	}

	.adsearchHead {
		font: normal normal normal 26px/34px Bilo;
		letter-spacing: 0px;
		opacity: 1;
		font-weight: 500;
		margin-bottom: 40px;
		margin-top: 40px !important;
	}

	.humanDesignFields {
		color: #54931E;
	}

	.astroSearchField {
		color: #F7AC08;
	}

	.otherSearchField {
		color: #707070;
	}

	.advancedsearchselect {
		width: 360px;
		height: 52px;
		background-color: #EFF5EA !important;
		border: none !important;
		font-weight: 500 !important;
		margin-bottom: 40px;
		box-shadow: 1px 1px 5px 1px #00000017;
	}

	.adsearchbtn {
		background-color: #54931E !important;
		box-shadow: 0px 3px 6px #00000029;
		width: 180px !important;
		height: 50px;
		color: #fff !important;
		border-radius: 25px !important;
		font: normal normal bold 20px/23px Bilo !important;
		font-weight: 500 !important;
		padding-top: 10px !important;
		margin-right: 10px !important;
	}

	.resetbtn {
		background-color: #6C6C6C !important;
		box-shadow: 0px 3px 6px #00000029;
		width: 180px !important;
		height: 50px;
		color: #fff !important;
		border-radius: 25px !important;
		font: normal normal bold 20px/23px Bilo !important;
		font-weight: 500 !important;
		padding-top: 10px !important;
	}

	.adsearchbtnwrap {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.vimeo-vidoes{
	    margin-left: 50px;
	}

	.researchmore {
		text-align: center;
		font: normal normal normal 24px/32px Bilo;
		letter-spacing: 0px;
		color: #707070;
		opacity: 1;
		font-weight: 500;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.reseachmoreicon {
		font: normal normal normal 14px/32px Bilo;
		font-weight: 500;
	}
}
/* research modal */


.research-modal {
	max-width: 80% !important;
}

.modal-img {
	width: 75%;
	border-radius: 20px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
    border: 3px solid #FF9700;
}

.resModalhead {
	font-size: 25px;
	margin-top: 20px;
	margin-left: 25px;
	color: #707070;
}

.detailHead {
	font-size: 14px;
	font-weight: 600;
	color: #707070;
}

.ppdetail {
	font-weight: normal;
}

.resModalselect {
	width: 40%;
	margin-top: 20px;
}

.resModalchart img {
	width: 100%;
}

.resModalchart {
    padding: 20px;
	margin-top: 10px;
}

#closebtn {
	position: absolute;
	right: 15px;
}

.modalcatagories {
	padding: 15px;
	box-shadow: 0px 2px 6px #00000029;
	padding-bottom: 25px;
}

.modalcatagories span {
	font-size: 15px;
	margin-right: 12px;
	border-right: 1px solid #b3aeae;
	padding-right: 14px;
	color: #2773fd;
	text-decoration: underline;
	cursor: pointer;
}

#moreText {
	display: none;
}

.showmorebtn {
	font-size: 18px !important;
	margin-right: auto;
	margin-left: auto;
	display: block !important;
}

.resmodalpara {
	color: #707070;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
}

.adsearchbtn{
    background: #54931E;
    color: #fff;
    border-radius: 22px !important;
    padding: 5px 40px !important;
}

.adsearchbtn:hover{
    opacity: 0.7;
    color: #fff;
}

.resetbtn{
    background: #888888;
    color: #fff;
    border-radius: 22px !important;
    padding: 5px 40px !important;
    margin-left: 20px;
}
.resetbtn:hover{
    opacity: 0.7;
    color: #fff;
}

.advancedSearchCard {
    padding: 40px 90px ;
}

.adsearchInfo{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
    padding-left: 16px;
}

.adsearchHead{
    font: normal normal normal 21px/54px Bilo;
    letter-spacing: 0px;
    color: #54931E;
    opacity: 1;
    font-weight: 500;
}

.advancedsearchselect {
    background-color: #EFF5EA !important;
    border: none;
    margin-bottom: 31px;
    font-size: 12px;
    padding: 10px !important;
    padding-left: 17px;
}
.celeb-card{
    cursor: pointer;
}

.advanced-btn{
    text-align: right;
}

.celeb-card img{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/*@media screen and (max-width: 1920px){
    .resModalchart{
        height: 55pc;
    }
}
*/
@media screen and (max-width: 1919px){
    .chart-btn-text{
        margin-left: 10px;
    }
}

/*@media screen and (max-width: 1600px){
    .resModalchart{
        height: 48pc;
    }
}*/

/*@media screen and (max-width: 1440px){
    .resModalchart{
        height: 43pc;
    }
}*/

/*@media screen and (max-width: 1366px){
    .resModalchart{
        height: 37pc;
    }
}*/

@media screen and (max-width: 991px){
    .adsearchbtnwrap{
        margin-top: 10px;
    }
    .advance-ser{
        margin-top: 10px;
    }
    .adsearchInfo{
        display: none;   
    }
    .advancedSearchCard {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 767px){
    .adsearchbtnwrap{
        text-align: center;
    }
    .advanced-btn{
        text-align: center;
    }
    .resModalselect{
        width: 100%;
    }
}
@media screen and (max-width: 435px){
    .adsearchbtnwrap{
        text-align: center;
    }
    .advanced-btn{
        text-align: center;
    }
    
    .advancedSearchCard{
        padding: 40px 0px;
    }
    
	/*.resModalchart{
        height: 15.5pc;
    }*/  
    
}

/*@media screen and (max-width: 375px){
    .resModalchart{
        height: 14pc;
    }
}*/

@media screen and (max-width: 365px){
    .adsearchbtn{
        padding: 5px 30px !important;
    }
    
    .resetbtn{
        padding: 5px 30px !important;
        margin-left: 5px;
    }
}


/*@media screen and (max-width: 320px){
    .resModalchart {
        height: 11.7pc;
    }
}
*/








