.clr{color:#7C3996;}
.bgClr{background:#7C3996;}
.txtImgRight{background:linear-gradient(45deg, #f8eef9, #dbc8e4);}
.downloadResWrap{background:linear-gradient(90deg, #fff, #d9c2df)}
.chooseList svg path{fill:#7C3996;}

.quicklinks-mainWrap{background:linear-gradient(45deg, #f8eef9, #dbc8e4);}
.quicklinks-mainWrap .tabberList a.blogtablinks{border-color:rgba(124,57,150,.9);}
.quicklinks-mainWrap .tabberList a.active{background:rgba(124,57,150,.3);}

.header_area .header_bottom .mainmenu .dropdown-menu a.active
	{
		color:#fff !important;
		background: #7C3996 !important;
	}

/*
.bnrCont h1{font-size:45px;color:#000;}
.smallHeading{color:#000;font-weight:500;}
.clr{color:#7C3996;}
.bgClr{background:#7C3996;}
.whyChoose{background:transparent;justify-content:space-between;}

.chooseList:after{display:none;}
.chooseList{width:31%;background:#fff;box-shadow:0px 0px 20px rgba(0,0,0,.25);border-radius:15px;padding:25px 15px;}
.bnrListIcon svg{max-width:70px;}
.txtImgRight{background:linear-gradient(45deg, #f8eef9, #dbc8e4);}
.cntDes{margin-right:20px;width:40%;}
.readMore{color:#000;text-decoration:underline;font-weight:600;}
.featuredDr{background:transparent;}
.large-heading{font-size:70px;font-weight:bold;}

.downloadResWrap{background:linear-gradient(45deg, #f6ecf7, #d9c2df)}
.downloadList {display: flex;gap: 25px;}
.downloadItem {box-shadow: 0px 0px 40px rgb(0 0 0 / 10%);border-radius: 20px;padding: 25px;list-style: none;width: 25%;background:#fff;}
.d-item-heading {font-size: 22px;font-weight: bold;}
.d-item-icon {margin: 15px 0px;height: 80px;width: auto;}

.ourHospitals{background:transparent;}
.abs-img{border-radius:15px;}

.fullFormWrap{border-radius:10px;box-shadow:0px 0px 50px rgba(0,0,0,.1);max-width:80%;padding:50px;margin:30px auto;}
.fullFormWrap .form-group{margin-top:20px;}
.fullFormWrap input, .fullFormWrap select{padding: 15px;height: auto!important;}
.fullFormWrap label{font-weight:600;}

.pic-des img{border-radius:20px;}

@media(max-width:1480px){
	.large-heading{font-size:50px;}
}

@media(max-width:1180px){
	.large-heading{font-size:30px;}
}

@media(max-width:992px){
	.mainDes-col{flex-wrap:wrap;}
	.cntDes{width:100%;margin:0px;margin-bottom:20px;}
	.pic-des{width:100%;}
	.pic-des img{max-width:100%;}
	.fullFormWrap{max-width:100%;}
	.downloadList {flex-wrap: wrap;}
	.downloadItem {width: calc(50% - 15px);box-sizing: border-box;padding:20px;}
}

@media(max-width:767px){
	.whyChoose{display:block!important;}
	.chooseList{width:100%;padding:15px;margin-bottom:15px;}
	.bnrCont h1{font-size:25px;}
	.chooseList > p{margin:0px;}
	
	.downloadItem {padding:15px 10px;}
	.d-item-icon{height:38px;}
	.d-item-heading{font-size:12px;}
	.d-item-txt{font-size:10px;}
	.large-heading{font-size:22px;}
}
*/

@media(max-width:767px){
	.bnrCont{transform: translate(-50% , -55%);}

}