@font-face {
    font-family: 'Proxima Nova Th';
    src: url('../fonts/ProximaNovaT-Thin.eot');
    src: url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNovaT-Thin.woff2') format('woff2'),
        url('../fonts/ProximaNovaT-Thin.woff') format('woff'),
        url('../fonts/ProximaNovaT-Thin.ttf') format('truetype'),
        url('../fonts/ProximaNovaT-Thin.svg#ProximaNovaT-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Bl';
    src: url('../fonts/ProximaNova-Black.eot');
    src: url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Black.woff2') format('woff2'),
        url('../fonts/ProximaNova-Black.woff') format('woff'),
        url('../fonts/ProximaNova-Black.ttf') format('truetype'),
        url('../fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.eot');
    src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/Calibri-Bold.woff') format('woff'),
        url('../fonts/Calibri-Bold.ttf') format('truetype'),
        url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff'),
        url('../fonts/Calibri.ttf') format('truetype'),
        url('../fonts/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Light.eot');
    src: url('../fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Light.woff2') format('woff2'),
        url('../fonts/Calibri-Light.woff') format('woff'),
        url('../fonts/Calibri-Light.ttf') format('truetype'),
        url('../fonts/Calibri-Light.svg#Calibri-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
body{
	float: left;
	width: 100%;
	font-family: 'Calibri';
}
a{
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
a:hover{
	text-decoration: none;
	outline: none;
}
ul{
	margin: 0px;
	padding: 0px;
}
li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	margin: 0px;
}
.container{
	max-width: 1600px;
}
body.Loader{
	overflow: hidden;
} /*
.page-loader{
    width: 100%;
    height: 100%;
    position: fixed;    
    background: #2b6bbb;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
	overflow: hidden;
}
.spinner {
    display:inline-block;
}  */
header{
	float: left;
	width: 100%;
}
.header_Tp{
	float: left;
	width: 100%;
	background: #2e6ebc;
	padding: 5px 0;
}
.header_Tp_Dta{
	float: left;
	width: 100%;
}
.header_Tp_Dta ul{
	float: right;
	width: 37%;
}
.header_Tp_Dta ul li{
	float: left;
	margin: 0 0 0 10%;
}
.header_Tp_Dta ul li a{
	color: #fff;
	font-weight: 300;
	font-size: 16px;
}
.header_Tp_Dta ul li a i{
	float: left;
	margin: 5px 5px 0 0;
	font-size: 14px;
}
.header_Tp_Dta ul li a img{
	float: left;
	margin: 5px 10px 0 0;
}
.header_Btm{
	float: left;
	width: 100%;
	background: #fff;
	padding: 5px 0;
	-webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
}
.header_Btm.sticky{
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.5);
	/*padding: 10px 0 8px 0;*/
    padding:0;  
	z-index: 999;
}
.header_BtmLft{
	float: left;
	width: 100%;
    margin: 10px 0;
}
.header_BtmLft a img{
    width:260px;
}
.header_BtmRt{
	float: left;
	width: 100%;
}
.header_BtmRt nav{
	float: right;
	background: transparent!important;
}
.header_BtmRt nav.navbar-light .navbar-nav{
    margin: -13px 0 0 0;
}
.header_BtmRt nav.navbar-light .navbar-nav .nav-item{
	margin: 30px 0 0 60px;
}
.header_BtmRt nav.navbar-light .navbar-nav .nav-item:last-child .nav-link{
	background: -webkit-linear-gradient(left, rgba(31,98,179,1) 0%, rgba(67,134,216,1) 100%);
	background: -moz-linear-gradient(to right, rgba(31,98,179,1) 0%, rgba(67,134,216,1) 100%); 
	background: -ms-linear-gradient(to right, rgba(31,98,179,1) 0%, rgba(67,134,216,1) 100%); 
	background: -o-linear-gradient(left, rgba(31,98,179,1) 0%, rgba(67,134,216,1) 100%);
	background: linear-gradient(to right, rgba(31,98,179,1) 0%, rgba(67,134,216,1) 100%); 
	-webkit-box-shadow: 4px 4px 10px rgba(46,113,194,0.2);
	-moz-box-shadow: 4px 4px 10px rgba(46,113,194,0.2);
	-ms-box-shadow: 4px 4px 10px rgba(46,113,194,0.2);
	-o-box-shadow: 4px 4px 10px rgba(46,113,194,0.2);
	box-shadow: 4px 4px 10px rgba(46,113,194,0.2);
	padding: 8px 25px 10px 25px;
	color: #fff;
}
.header_BtmRt nav.navbar-light .navbar-nav .nav-link{
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	color: #3d3d3d;
	font-size: 18px;
}
.Banner{
	float: left;
	width: 100%;
	padding: 0 0 0 0;
}
.BannerLft{
	float: left;
	width: 100%;
	padding: 100px 0 0 0;
}
.BannerLft h3{
	float: left;
	width: 100%;
	color: #353432;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 74px;
	line-height: 58px;
	position: relative;
}
.BannerLft h3 b{
	color: #2e6ebc;
	font-family: 'Proxima Nova Bl';
	font-weight: 900;
}
.BannerLft h3 div{
	float: left;
	width: 100%;
	font-size: 50px;
	letter-spacing: 1.8px;
	font-weight: normal;
}
.BannerLft ul{
	float: left;
	width: 100%;
	padding: 38px 0 96px 35px;
}
.BannerLft ul li{
	list-style: disc;
	font-weight: 300;
	color: #3d3d3d;
	font-size: 36px;
	line-height: 40px;
}
.BannerLft h4{
	float: left;
	width: 100%;
}
.LinkBtnTrial{
	display: inline-block;
	position: relative;
}
.LinkBtnTrial i{
	position: absolute;
	color: #fff;
	top: 28px;
	right: 30px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.LinkBtnTrial:hover i{
	right: 20px;
}
.BannerLft h4 a{
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 30px;
	padding: 20px 65px 20px 35px;
	background: -webkit-linear-gradient(52deg, rgba(255,168,0,1) 0%, rgba(238,112,36,1) 100%);
	background: -moz-linear-gradient(52deg, rgba(255,168,0,1) 0%, rgba(238,112,36,1) 100%);
	background: -ms-linear-gradient(52deg, rgba(255,168,0,1) 0%, rgba(238,112,36,1) 100%);
	background: -o-linear-gradient(52deg, rgba(255,168,0,1) 0%, rgba(238,112,36,1) 100%);
	background: linear-gradient(52deg, rgba(255,168,0,1) 0%, rgba(238,112,36,1) 100%);
	-webkit-box-shadow: 4px 4px 30px rgba(179,73,37,0.3);
	-moz-box-shadow: 4px 4px 30px rgba(179,73,37,0.3);
	-ms-box-shadow: 4px 4px 30px rgba(179,73,37,0.3);
	-o-box-shadow: 4px 4px 30px rgba(179,73,37,0.3);
	box-shadow: 4px 4px 30px rgba(179,73,37,0.3);
}
.BannerRt{
	float: left;
	width: 100%;
	position: relative;
}
.Icn_1 , .Icn_2 , .Icn_3 , .Icn_4{
	position: absolute;
	width: auto!important;
}
.Icn_1{
	top: 7%;
	left: 10%;
}
.Icn_2{
	top: 3%;
	left: 40%;
}
.Icn_3{
	top: 3%;
	left: 78%;
}
.Icn_4{
	top: 7%;
	left: 98%;
}
.BannerRtBtm{
	float: left;
	width: 100%;
	margin: 100px 0 0 0;
}
.BannerRtBtm img{
	float: right;
}
.HomeSec1{
	float: left;
	width: 100%;
	background: #2e6ebc;
	height: 400px;
	margin: 270px 0 0 0;
}
.HomeSec1 .container{
	position: relative;
}
.HomeSec1 .row:nth-child(1){
	
}
.HomeSec1 .row:nth-child(2){
	padding: 0 10%;
}
.ScienceRpt{
	float: left;
	width: 100%;
	text-align: center;
}
.ScienceRptGrd{
	display: inline-block;
	width: 298px;
	background: #fff;
	text-align: left;
}
.ScienceRptGrdImg{
	float: left;
	width: 100%;
}
.ScienceRptGrdMd{
	float: left;
	width: 100%;
	height: 120px;
}
.ScienceRptGrdMd h3{
	float: left;
	width: 100%;
	font-family: 'Proxima Nova Rg';
	font-size: 26px;
	margin: 0px 0 5px;
	font-weight: bold;
}
.ScienceRptGrdMd p{
	float: left;
	width: 100%;
	color: #696969;
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
}
.ScienceRptGrdBtm{
	float: left;
	width: 100%;
}
.ScienceRptGrdBtm a{
	float: left;
	color: #1f75fe;
	text-transform: uppercase;
	font-size: 18px;
}
.ScienceRptGrdBtm a i{
	float: right;
	margin: 5px 0 0 8px;
}
.Change_Color:nth-child(1) .ScienceRptGrdMd h3{
	color: #006ec0;
}
.Change_Color:nth-child(2) .ScienceRptGrdMd h3{
	color: #f19001;
}
.Change_Color:nth-child(3) .ScienceRptGrdMd h3{
	color: #009867;
}
.Science_1{
	width: auto!important;
	position: absolute;
	left: 0;
	top: -255px;
}
.Science_2{
	width: auto!important;
	position: absolute;
	left: 102px;
	top: -80px;
}
.Science_3{
	width: auto!important;
	position: absolute;
	right: 120px;
	top: -105px;
}
.Science_4{
	width: auto!important;
	position: absolute;
	right: 0px;
	top: -225px;
}
.NrmlTxt{
	float: left;
	width: 100%;
	padding: 0 0 40px 0;
}
.NameBar{
	float: left;
	width: 100%;
	background: #2e6ebc;
	padding: 10px 0;
}
.NameBarTtl{
	float: left;
	width: 100%;
}
.NameBarTtl h2{
	float: left;
	width: 100%;
	color: #fff;
	font-weight: bold;
}
.QuestionBank{
	float: left;
	width: 100%;
	padding: 40px 0 100px 0;
}
.QuestionBankTtl{
	float: left;
	width: 100%;
}
.QuestionBankTtl h4{
	float: left;
	width: 100%;
	color: #2e6ebc;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
}
.QuestionBankGrd{
	float: left;
	width: 100%;
	padding: 0 15%;
}
.QuestionBankGrd ul{
	float: left;
	width: 100%;
	background: #2e6ebc;
	margin: 30px 0 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding: 25px 25px;
}
.QuestionBankGrd ul li{
	float: left;
	width: 100%;
	background: #fff;
	margin: 0 0 15px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 15px;
}
.QuestionBankGrd ul li:last-child{
	margin: 0px;
}
.QstnLft{
	float: left;
	width: 90%;
}
.QstnLft h5{
	float: left;
	width: 100%;
	font-weight: bold;
}
.QstnLft h5 a{
	color: #2e6ebc;
}
.GrdIcn{
	float: left;
	width: 3%;
	margin: 0 10px 0 0;
}
.QstnRt{
	float: right;
}
.QstnRt a{
	background: #2e6ebc;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding: 8px 12px;
}
.QuestionOnlineGrd{
	float: left;
	width: 100%;
	padding: 0 10%;
}
.QuestionOnlineGrd ul{
	float: left;
	width: 100%;
	background: #2e6ebc;
	margin: 30px 0 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding: 25px 25px;
	text-align: center;
}
.QuestionOnlineGrd ul li{
	display: inline-block;
	margin: 20px;
}
.OnlineMn{
	display: inline-block;
}
.OnlineMnRpt{
	display: inline-block;
	width: 300px;
	height: 200px;
	background: #f3f3f3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.OnlineMnRpt:hover{
	box-shadow: 12px 12px 10px rgba(0,0,0,0.2);
}
.CmnDsn{
	float: left;
	width: 100%;
	height: 200px;
}
.CmnDsnNw{
	float: left;
	width: 100%;
}
.BookImg{
	display: inline-block;
	width: 100%;
	height: 100px;
	padding: 40px 0 0 0;
}
.BookImg i{
	font-size: 56px;
	color: #2e6ebc;
}
.BookBtn{
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
}
.BookBtn a{
	display: inline-block;
	background: #2e6ebc;
	color: #fff;
	padding: 5px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.question_bank_exam .QuestionBankTtl h5{
	float: left;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #353432;
}
.BankExams{
	float: left;
	width: 100%;
	padding: 0 10%;
}
.BankExamsTp{
	float: left;
	width: 100%;
	background: #2e6ebc;
	padding: 8px 15px;
	margin: 20px 0 20px 0;
}
.BankExamsTp ul{
	float: left;
	width: 100%;
}
.BankExamsTp ul li{
	float: left;
	color: #fff;
	font-size: 18px;
}
.BankExamsTp ul li:last-child{
	float: right;
}
.BankExamsMdl{
	float: left;
	width: 100%;
	background: #fff;
	padding: 8px 15px;
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-ms-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}
.BankExamsMdlLft{
	float: left;
	width: 80%;
}
.BankExamsMdlLft ul{
	float: left;
	width: 100%;
}
.BankExamsMdlLft ul li{
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	background: #2e6ebc;
	margin: 10px;
	font-weight: bold;
	padding: 8px 0 0 0;
}
.BankExamsMdlLft2 span span{
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	margin: 5px;
	font-weight: bold;
	padding: 8px 0 0 0;
}
.BankExamsMdlLft2 span span input{
	border: none!important;
	color: #000;
	width: 40px;
	height: 40px;
	text-align: center;
}
.HomeSec2{
	float: left;
	width: 100%;
	padding: 100px 0;
}
.HomeSec2Ttl{
	float: left;
	width: 100%;
	margin: 0 0 60px 0;
}
.HomeSec2Ttl h3{
	float: left;
	width: 100%;
	color: #4b4b4b;
	font-weight: bold;
	font-size: 46px;
}
.HomeSec2Ttl h3 span{
	text-transform: uppercase;
	color: #2e6ebc;
}
.HomeSec2Lft{
	float: left;
	width: 100%;
}
.HomeSec2Lft ul{
	float: left;
	width: 100%;
}
.HomeSec2Lft ul li{
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}
.HomeSec2LftIcn{
	float: left;
	width: 140px;
}
.HomeSec2LftTxt{
	float: left;
	width: 86%;
	color: #2a2a2a;
	font-weight: normal;
	font-size: 34px;
	margin: 25px 0 0 0;
}
.HomeSec2Rt{
	float: left;
	width: 100%;
}
.HomeSec2Rt img{
	float: right;
	margin: 40px 0 0 0;
}
.HomeSec3{
	float: left;
	width: 100%;
	padding: 40px 0 30px 0;
	background: #dbebff;
}
.vedLft{
	float: left;
	width: 100%;
	padding: 100px 0 0 0;
}
.vedLft h3 {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 45px;
}
.vedLft p {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
	font-weight: 300;
}
.vedLft p span {
    float: left;
    width: 100%;
}
.visit_btn {
    float: left;
    font-weight: bold;
    color: #fff;
    height: 42px;
    width: 156px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    padding-top: 9px;
    font-size: 16px;
    background-size: 100% auto;
    background: rgb(0,192,255);
	background: -webkit-linear-gradient(36deg, rgba(0,192,255,1) 0%, rgba(0,90,199,1) 100%);
	background: -moz-linear-gradient(126deg, rgba(0,192,255,1) 0%, rgba(0,90,199,1) 100%);
	background: -ms-linear-gradient(126deg, rgba(0,192,255,1) 0%, rgba(0,90,199,1) 100%);
	background: -o-linear-gradient(36deg, rgba(0,192,255,1) 0%, rgba(0,90,199,1) 100%);
	background: linear-gradient(126deg, rgba(0,192,255,1) 0%, rgba(0,90,199,1) 100%);
    -webkit-box-shadow: 3px 4px 15px 0px rgba(46, 113, 194, 0.23);
    -moz-box-shadow: 3px 4px 15px 0px rgba(46, 113, 194, 0.23);
    -ms-box-shadow: 3px 4px 15px 0px rgba(46, 113, 194, 0.23);
    -o-box-shadow: 3px 4px 15px 0px rgba(46, 113, 194, 0.23);
    box-shadow: 3px 4px 15px 0px rgba(46, 113, 194, 0.23);
}
.vedRt{
	float: left;
	width: 100%;
}
.vedRt img{
	float: left;
}
.HomeSec4{
	background: #f5f5f5!important;
}
.HomeSec8 {
    float: left;
    width: 100%;
    padding: 70px 0 40px;
}
.FollowLft {
    float: left;
    width: 100%;
}
.FollowLft h3 {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 45px;
    position: relative;
}
.FollowLft p {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    padding-right: 20%;
	font-weight: 300;
}
.FollowRt {
    float: left;
    width: 100%;
    padding-right: 50px;
}
.FollowRt ul {
    float: right;
    margin: 24px 0 0 0;
    padding: 0px;
}
.FollowRt ul li {
    display: inline-block;
    list-style: none;
    height: 60px;
    width: 60px;
    text-align: center;
    border: 1px solid #141613;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 0 0 35px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.FollowRt ul li a {
    display: inline-block;
    color: #141613;
    font-size: 30px;
    line-height: 60px;
    width: 100%;
    position:relative;
    overflow:hidden;
    z-index:1;
}
/*ANIMATION FOR SOCIAL ICONS START HERE*/
.FollowRt ul li a i{
    transition:.5s all ease-in-out;
    z-index:3;
    position:relative;
}
.FollowRt ul li a:hover i{
    transform:rotateY(360deg);
    color:#fff;
}
.FollowRt ul li a:before{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    transform:scaleY(0);
    transform-origin:bottom center;
    transition:.15s;
    z-index:2;
    background:#f00;
    height:100%;
    width:100%;
    border-radius:50%;
    z-index:-1;
    
}
.FollowRt ul li a:hover:before{
    /*top:0;*/
    transform:scaleY(1);
}
.FollowRt ul li:nth-child(1) a:before {
    background: #3a5794;
}
.FollowRt ul li:nth-child(2) a:before {
    background: #1c9cea;
} 
.FollowRt ul li:nth-child(3) a:before {
    background: #f70000;
} 
.FollowRt ul li:nth-child(4) a:before {
    background: #2061eb;
}   
/*ANIMATION FOR SOCIAL ICONS END HERE*/
footer{
	float: left;
	width: 100%;
	padding: 90px 0 10px;
	background: #3b3b3b;
    overflow-x:hidden;
}
.FooterTp{
	float: left;
	width: 100%;
}
.FooterTpCmn{
	float: left;
	width: 100%;
}
.FooterTp_1{
	float: left;
	width: 100%;
}

.FooterTp_1Tp{
	float: left;
	width: 100%;
}
.FooterTp_1Tp img{
    width:70%;
}

/*new fOOTER code start here*/
/*   .FooterTp_1Tp{
	float: left;
	width: 80%;
    background:#fff;
    padding:10px;
}
.FooterTp_1Tp a img{
    width:310px;
}*/
/*new footer code end here*/
.FooterTp_1Btm{
	float: left;
	width: 100%;
	margin: 22px 0 0 0;
}
.FooterTp_1Btm p{
	float: left;
	width: 100%;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
}
.FooterTp_1Btm p span{
	float: left;
	width: 100%;
}
.FooterTp_2{
	float: left;
	width: 100%;
	padding: 0 0 0 23%;
}
.FooterTp_2Tp{
	float: left;
	width: 100%;
	margin: 60px 0 0 0;
}
.FooterTp_2Tp p{
	float: left;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 22px;
	margin: 0 0 0 30px;
}
.FooterTp_2Btm{
	float: left;
	width: 100%;
}
.FooterTp_2BtmLft{
	float: left;
	width: 5%;
}
.FooterTp_2BtmLft i{
	color: #fff;
	font-size: 22px;
	margin: 3px 0 0 0;
}
.FooterTp_2BtmRt{
	float: left;
	width: 93%;
	padding: 0 0 0 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 19px;
}
.FooterTp_2BtmRt span{
	float: left;
	width: 100%;
}
.FooterTp_2.FooterTp_3{
	padding: 0 0 0 60%;
}
.FooterTp_2.FooterTp_3 .FooterTp_2Btm{
	margin: 0 0 10px 0;
}
.FooterTp_2BtmRt a{
	color: #fff;
}
.FooterTp_2.FooterTp_3 .FooterTp_2BtmLft {
    width: 25px;
}
.FooterTp_2.FooterTp_3 .FooterTp_2BtmRt{
	 width: 83%;
	text-transform: capitalize;
}
.FooterBtn{
	float: left;
	width: 100%;
	margin: 0px 0 0 0;
}
.FooterBtnLft{
	float: left;
	width: 100%;
}
.FooterBtnLft p{
	float: left;
	width: 100%;
	color: #fff;
	margin: 0px;
	font-weight: normal;
	font-size: 15px;
}
.FooterBtnRt{
	float: left;
	width: 100%;
	border: 1px solid #fff;
	border-width: 1px 0;
	padding: 10px 0;
	margin: 20px 0 10px 0;
}
.FooterBtnRt ul{
	float: right;
	width: 100%;
}
.FooterBtnRt ul li{
	display: inline-block;
}
.FooterBtnRt ul li a{
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	position: relative;
    transition:all .1s ease-in-out;
}
.FooterBtnRt ul li a:hover{
    color:rgba(255,255,255,.5);
}
.FooterBtnRt ul li a:after{
	content:"|";
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	margin: 0 30px;
}
.FooterBtnRt ul li:last-child a:after{
	display: none;
}
.BankExamsMdlRt{
	float: right;
	width: 20%;
	background: #f5f5f5;
	padding: 15px;
}
.BankExamsMdlRt ul{
	float: left;
	width: 100%;
}
.BankExamsMdlRt ul li{
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}
.BankExamsMdlRt ul li:last-child{
	margin: 0px;
}
.BankExamsMdlRt ul li:nth-child(1) .NbrLft{
	border: 1px solid #cccccc;
}
.BankExamsMdlRt ul li:nth-child(2) .NbrLft{
	border: 1px solid #3d9f4d;
	background: #3d9f4d;
	color: #fff;
}
.BankExamsMdlRt ul li:nth-child(3) .NbrLft{
	border: 1px solid #fe4d52;
	background: #fe4d52;
	color: #fff;
}
.NbrLft{
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 8px 0 0 0;
}
.NbrRt{
	float: left;
	width: 80%;
	padding: 8px 0 0 10px;
}
.BankExamsBtm{
	float: left;
	width: 100%;
}
.BankExamsBtm .naimage tr td img{
	max-width: 100%;
}
.BankExamsBtm .classtitle{
	float: left;
	width: 100%;
	margin: 20px 0;
	padding: 10px 0 10px 0;
	border-top: 1px solid #2e6ebc;
	border-bottom: 1px solid #2e6ebc;
}
.BankExamsBtm .classtitle h4{
	float: left;
	width: 100%;
	color: #2e6ebc;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}
.BankExamsBtm .cstTblRdo_1_0{
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
.BankExamsBtm .cstTblRdo_1_0 span.que{
	background-color: #2e6ebc!important;
	color: #fff!important;
	padding: 4px 6px;
	height: 30px;
	display: inline-block;
}
.BankExamsBtm .cstTblRdo_1_0 span.que:nth-child(1){
	float: right;
	padding: 2px 6px!important;
}
.BankExamsBtm .cstTblRdo_1_0 span.que:nth-child(1){
	float: left;
}
.BankExamsBtm .cstTblRdo_1 ol li input{
	margin-right: 6px;
}
.BankExamsBtm .cstTblRdo_1 ol li label{
	font-size: 19px;
}
.BankExamsBtm .cstTblRdo_2 input , .Finish_Test_Btn input{
	font-size: 18px;
	padding: 10px 20px;
	margin: 0 5px;
} 
.BankExamsBtm .cstTblRdo_2 input:nth-child(3){
	background: #fe4d52;
	border-color: #fe4d52;
}
.Finish_Test_Btn{
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
}
.Finish_Test_Btn span{
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
}
.PerformenceData{
	float: left;
	width: 100%;
}
#BkBg{
	background: #fff;
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-ms-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}
.BxSdwss{
	background: #fff;
}

.TpBtns{
	float: left;
	width: 100%;
	padding: 20px 0 0 0;
}
.TpBtns input{
	float: right;
	padding: 5px 12px;
	font-size: 18px;
	margin: 0 0 0 5px;
	background: #2e6ebc;
	color: #fff;
}
.PerformenceData .header{
	padding: 6px 12px;
	background: #2e6ebc;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.bckAftrExm{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.CngPmry input:nth-child(1){
	background-color: #0d6efd;
	border-color: #0d6efd!important;
	color: #fff;
}
.CngPmry input:disabled{
	opacity: .65;
}
/****************** Start Login Page Design ******************/
.SigninMain {
    float: left;
    width: 100%;
    position: relative;
}
.SigninMainRt {
    float: left;
    width: 50%;
    position: relative;
}
.SgnuPTxt {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 36% 0 0 0;
}
.AllSameDgnWlcm {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.SgnuPTxt_1::after {
    content: "";
    width: 50%;
    height: 100%;
    background-image: url("../images/sign_in.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-shadow: 16px 1px 23px 0px rgba(46,110,188,0.22);
    -moz-box-shadow: 16px 1px 23px 0px rgba(46,110,188,0.22);
    -ms-box-shadow: 16px 1px 23px 0px rgba(46,110,188,0.22);
    -o-box-shadow: 16px 1px 23px 0px rgba(46,110,188,0.22);
    box-shadow: 16px 1px 23px 0px rgba(46,110,188,0.22);
}
.SgnuPTxt h1 {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 45px;
    margin: 0 0 15px 0;
}
.SgnuPTxt p {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    margin: 0 0 65px 0;
}
.SgnInRt {
    display: inline-block;
    width: 210px;
    height: 62px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    border: 3px solid #fff;
    padding: 16px 0 0 0;
    margin: 0 10px;
}
.SgnInRt:hover{
	color: #3476ca;
	background: #fff;
}
.SigninMainLft {
    float: left;
    width: 50%;
    padding: 10px 120px;
    position: relative;
}
.MainSignIn .SigninMainLft {
    padding: 13% 200px 0 200px;
}
.SigninMain_FrmTtl {
    float: left;
    width: 100%;
}
.SigninMain_FrmTtl h3 {
    float: left;
    width: 100%;
    font-weight: bold;
    color: #000;
    font-size: 45px;
    margin: 0 0 27px 0;
}
.SigninMain_FrmFrm {
    float: left;
    width: 100%;
}
.SigninMain_FrmFrm .form-group {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.FrmRpt {
    float: left;
    width: 100%;
    position: relative;
}
.FrmRpt i {
    color: #858585;
	font-size: 22px;
	float: left;
	margin: -4px 0 0 0;
}
.FrmRpt .same_input {
    height: 60px;
	background: #f4f8f7;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	font-size: 22px;
	font-weight: 300;
	padding-left: 70px;
	padding-right: 24px;
	text-transform: capitalize;
}
.form-group.MrgnNone {
    margin-bottom: 8px;
}
.AgreeTrms {
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: 300;
    padding-left: 24px;
}
.FrgtPass {
    float: left;
    width: 100%;
    margin: 10px 0 30px 0;
}
.FrgtPass a {
    display: inline-block;
    color: #434343;
    font-size: 24px;
}
.SbmtBtn {
    display: inline-block;
    height: 64px;
    text-align: center;
    border: none;
	font-family: 'Proxima Nova Bl';
	font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    padding: 0 50px;
    background: rgb(158,204,87);
    background: -webkit-linear-gradient(37deg, rgba(70,133,209,1) 0%, rgba(46,110,188,1) 100%);
    background: -moz-linear-gradient(127deg, rgba(70,133,209,1) 0%, rgba(46,110,188,1) 100%);
    background: -ms-linear-gradient(127deg, rgba(70,133,209,1) 0%, rgba(46,110,188,1) 100%);
    background: -o-linear-gradient(37deg, rgba(70,133,209,1) 0%, rgba(46,110,188,1) 100%);
    background: linear-gradient(127deg, rgba(70,133,209,1) 0%, rgba(46,110,188,1) 100%);
    -webkit-box-shadow: 3px 4px 15px 0px rgba(46,110,188,0.22);
    -moz-box-shadow: 3px 4px 15px 0px rgba(46,110,188,0.22);
    -ms-box-shadow: 3px 4px 15px 0px rgba(46,110,188,0.22);
    -o-box-shadow: 3px 4px 15px 0px rgba(46,110,188,0.22);
    box-shadow: 3px 4px 15px 0px rgba(46,110,188,0.22);
}
.Cmn_i {
    position: absolute;
    left: 24px;
    font-size: 24px;
    top: 25px;
}
.MainForgotPassword .SigninMainLft {
    padding: 13% 200px 0 200px;
}
.FrmRpt .checkbox {
    float: left;
    font-size: 24px;
    font-weight: 300;
    color: #858585;
    margin: 0 20px 0 24px;
}
.FrmRpt .checkbox input[type="checkbox"] {
    float: left;
    margin: 12px 10px 0 0;
}
.WantTeacher.same_input {
    padding-left: 24px;
    color: #858585;
    padding-top: 16px;
}
.WantTeacher.same_input a {
    font-weight: bold;
    text-transform: uppercase;
    color: #24bb6e;
}
/****************** End Login Page Design ******************/
.CheckoutPage{
	float: left;
	width: 100%;
	padding: 40px 0;
}
.CheckoutPage .QryTTl{
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
.CheckoutPage .colQtrInpt input[type="submit"]{
	display: inline-block;
	height: 50px;
	text-align: center;
	border: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	padding: 0 30px;
	background: rgb(158,204,87);
	background: -webkit-linear-gradient(37deg, rgba(70,133,209,1) 0%, rgba(46,110,188,1) 100%);
	background: -moz-linear-gradient(127deg, rgba(70,133,209,1) 0%, rgba(46,110,188,1) 100%);
	background: -ms-linear-gradient(127deg, rgba(70,133,209,1) 0%, rgba(46,110,188,1) 100%);
	background: -o-linear-gradient(37deg, rgba(70,133,209,1) 0%, rgba(46,110,188,1) 100%);
	background: linear-gradient(127deg, rgba(70,133,209,1) 0%, rgba(46,110,188,1) 100%);
	background-color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: 3px 4px 15px 0px rgba(46,110,188,0.22);
	-moz-box-shadow: 3px 4px 15px 0px rgba(46,110,188,0.22);
	-ms-box-shadow: 3px 4px 15px 0px rgba(46,110,188,0.22);
	-o-box-shadow: 3px 4px 15px 0px rgba(46,110,188,0.22);
	box-shadow: 3px 4px 15px 0px rgba(46,110,188,0.22);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}
#ContentPlaceHolder1_divsavedDetail{
	padding: 10px;
	background: #e9ecef;
	margin: 0 0 20px 0;
}
.Subscription_Page{
	float: left;
	width: 100%;
	padding: 40px 0;
	position: relative;
}
.Subscription_Page .container{
	position: relative;
	z-index: 1;
}
.Subscription_Page:after{
	content: "";
	width: 100%;
	height: 400px;
	background: #2e7bd9;
	position: absolute;
	bottom: 0;
	left: 0;
}
body.Menu_Active_1 .dropdown-menu.dropdown-menu-right{
	display: block;	
}
body.Menu_Active_1.Menu_Active_2 .submenu.submenu-left {
	display: block;	
}
.header_BtmRt .navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	-webkit-border: 0px;
	-moz-border: 0px;
	-ms-border: 0px;
	-o-border: 0px;
	border: 0px;
	padding: 0px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-ms-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	min-width: 90px !important;
}
.dropdown-item1{
	background: #285790;
	color: #fff;
	padding: 6px 10px;
	font-weight: bold;
	width: 100% !important;
	float: left;
}
.dropdown-item1:hover{
	color: #fff;
}
.header_BtmRt .dropdown-menu .submenu-left {
	right: 100%;
	left: auto;
}
.header_BtmRt .dropdown-menu .submenu {
    display: none;
	width: 100%;
    position: absolute;
    left: 100%;
    top: 20px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-ms-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.header_BtmRt nav.navbar-light .navbar-nav li{
	position: relative;
}
.Subscription_1{
	float: left;
	width: 100%;
}
.Subscription_1 h2{
	float: left;
	width: 100%;
	color: #3d3d3d;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 26px;
}
.Subscription_1 p{
	float: left;
	width: 100%;
	color: #2b2b2b;
	font-weight: 300;
	font-size: 24px;
}
.Subscription_2{
	float: left;
	width: 100%;
	text-align: center;
}
.Subscription_2Tp{
	float: left;
	width: 100%;
}
.Subscription_2TpTtl{
	display: inline-block;
	width: 100%;
}
.Subscription_2TpTtl h2{
	float: left;
	width: 100%;
	color: #bfbfbf;
	text-transform: uppercase;
	font-family: 'Proxima Nova Bl';
	font-weight: 900;
	font-size: 60px;
}
.Subscription_2TpGrd{
	float: left;
	width: 100%;
	text-align: center;
	margin: -30px 0 0 0;
	z-index: 1;
	position: relative;
}
.Subscription_2TpGrd ul{
	float: none;
	width: auto;
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px -10px 50px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -10px 50px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px -10px 50px rgba(0,0,0,0.3);
	-o-box-shadow: 0px -10px 50px rgba(0,0,0,0.3);
	box-shadow: 0px -10px 50px rgba(0,0,0,0.3);
}
.Subscription_2TpGrd ul li{
	display: inline-block;
	margin: 0 -2px;
	position: relative;
}
.Subscription_2TpGrd ul li i{
	display: none;
}
.Subscription_2TpGrd ul li.selected i{
	display: block;
	color: #fff;
	position: absolute;
	top: 18px;
	left: 30%;
}
.Subscription_2TpGrd ul li a{
	display: inline-block;
	color: #3d3d3d;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	padding: 8px 0;
	width: 250px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #dfdfdf;
	background: #fff;
}
.Subscription_2TpGrd ul li.selected a{
	background: #2e7bd9;
	color: #fff;
}
.Subscription_2TpGrd ul li:nth-child(1) a{
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-ms-border-radius: 10px 0px 0px 10px;
	-o-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.Subscription_2TpGrd ul li:nth-child(2) a{
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-ms-border-radius: 0px 10px 10px 0px;
	-o-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.Subscription_3{
	float: left;
	width: 100%;
	padding: 50px 0 0 0;
}
.Subscription_3Tp{
	float: left;
	width: 100%;
	text-align: center;
}
.Subscription_3 .Subscription_2TpGrd ul{
	width: auto;
}
.Subscription_3 .Subscription_2TpGrd ul li.selected i{
	left: 20%;
}
.Subscription_3 .Subscription_2TpGrd ul li a{
	background: #fff;
	color: #3d3d3d;
	border-radius: 0px;
}
.Subscription_3 .Subscription_2TpGrd ul li:nth-child(1) a{
	background: #fff;
	color: #3d3d3d;
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-ms-border-radius: 10px 0px 0px 10px;
	-o-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.Subscription_3 .Subscription_2TpGrd ul li:nth-child(4) a{
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-ms-border-radius: 0px 10px 10px 0px;
	-o-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.PlsnsAll{
	float: left;
	width: 100%;
	padding: 60px 0 0 0;
}
.PlsnsAll .TtlSub{
	display: none;
}
.ReptLstPlans{
	float: left;
	width: 100%;
	padding: 0 0%;
	text-align: center;
	margin: -10px 0 80px 0;
}
.ReptLstPlans .Planlist{
	display: inline-block;
	width: 260px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	height: 380px;
	text-align: left;
	padding: 30px 0;
	-webkit-box-shadow: 20px 20px 25px rgba(37, 36, 36, 0.1);
	-moz-box-shadow: 20px 20px 25px rgba(37, 36, 36, 0.1);
	-ms-box-shadow: 20px 20px 25px rgba(37, 36, 36, 0.1);
	-o-box-shadow: 20px 20px 25px rgba(37, 36, 36, 0.1);
	box-shadow: 20px 20px 25px rgba(37, 36, 36, 0.1);
	margin: 0 26px;
	text-align: center;
}


.Plan-name_1{
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 24px;
	padding: 6px 0;
}
.Plan-name_2{
	float: left;
	width: 100%;
	padding: 10px 0;    
	font-weight: bold;
	font-size: 60px;
}
.Plan-name_3{
	float: left;
	width: 100%;
	height: 120px;
}
.Plan-name_3 p{
	float: left;
	width: 100%;
	padding: 10px 0;
	font-weight: 300;
	font-size: 20px;
	line-height: 22px;
	padding: 0 20px;
}
.Plan-name_4{
	float: left;
	width: 100%;
} 
.Plan-name_4 span{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	width: 120px;
	padding: 4px 0;
	text-transform: uppercase;
	-webkit-box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
	-ms-box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
}
.Main_Div{
	float: left;
	width: 100%;
}
.ContactUsMain{
	float: left;
	width: 100%;
	padding: 40px 12%;
}
.ContactUsMain .FrmRpt textarea.same_input{
	height: 250px;
	resize: none;
	padding-top: 16px;
	padding-bottom: 16px;
}
.ContactUsMain_2{
	float: left;
	width: 100%;
	padding: 40px 0 30px;
}
.custVisit {
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    border: 1px solid #ececec;
    -webkit-box-shadow: 0 20px 80px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 20px 80px rgba(0, 0, 0, .12);
    -ms-box-shadow: 0 20px 80px rgba(0, 0, 0, .12);
    -o-box-shadow: 0 20px 80px rgba(0, 0, 0, .12);
    box-shadow: 0 20px 80px rgba(0, 0, 0, .12);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    margin: 0 1.5% 30px 1.5%;
    padding: 30px 15px;
    min-height: 330px;
}
.custVisitImg {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 65px;
    background-color: #3c7cc9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.custVisitImg i {
    display: inline-block;
    font-size: 24px;
    color: #fff;
}
.custVisit h3 {
    float: left;
    width: 100%;
	font-family: 'Proxima Nova Bl';
    font-weight: 900;
    text-transform: capitalize;
    font-size: 20px;
    margin: 18px 0 0 0;
    color: #3c7cc9;
}
.custVisit p {
    float: left;
	width: 100%;
	color: #696969;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
    min-height: 55px;
}
.custVisit ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
.custVisit ul li {
    display: inline-block;
    width: 100%;
    list-style: none;
    font-size: 18px;
    position: relative;
    margin: 0 0 2px 0;
}
.custVisit ul li a {
    font-size: 18px;
    color: #3c7cc9;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.ContactUsMain_2 .QryTTl h3{
	float: left;
	width: 100%;
	margin: 0 0 60px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #3272bf;
	color: #3272bf;
	font-family: 'Proxima Nova Rg';
	font-weight: 600;
}
.ContactUsMain_3{
	float: left;
	width: 100%;
}
.ContactUsMain_3 iframe{
	float: left;
	width: 100%;
	height: 500px;
}
.Same_Page_Dsn{
	float: left;
	width: 100%;
	padding: 60px 0;
	position: relative;
}
.Same_Page_Dsn .QuestionBankTtl{
	margin: 0 0 30px 0;
}
.Same_Page_Dsn p{
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 20px 0;
}
.Same_Page_Dsn ol li{
	margin: 0 0 10px 0;
	font-size: 20px;
	list-style: conic-gradient;
}
#ContentPlaceHolder1_rptSPlan_divpal_0 .Plan-name_1{
	background: #ecffed;
	color: #62a166;
}
#ContentPlaceHolder1_rptSPlan_divpal_0 .Plan-name_2  ,
#ContentPlaceHolder1_rptSPlan_divpal_0 .Plan-name_3 p{
    color: #62a166;
}
#ContentPlaceHolder1_rptSPlan_divpal_0 .Plan-name_4 span{
	background: #62a166;
}

#ContentPlaceHolder1_rptSPlan_divpal_1 .Plan-name_1{
	background: #f7efff;
	color: #8b45ca;
}
#ContentPlaceHolder1_rptSPlan_divpal_1 .Plan-name_2  ,
#ContentPlaceHolder1_rptSPlan_divpal_1 .Plan-name_3 p{
    color: #8b45ca;
}
#ContentPlaceHolder1_rptSPlan_divpal_1 .Plan-name_4 span{
	background: #8b45ca;
}

#ContentPlaceHolder1_rptSPlan_divpal_2 .Plan-name_1{
	background: #fff9eb;
	color: #e2a005;
}
#ContentPlaceHolder1_rptSPlan_divpal_2 .Plan-name_2  ,
#ContentPlaceHolder1_rptSPlan_divpal_2 .Plan-name_3 p{
    color: #e2a005;
}
#ContentPlaceHolder1_rptSPlan_divpal_2 .Plan-name_4 span{
	background: #e2a005;
}

#ContentPlaceHolder1_rptSPlan_divpal_3 .Plan-name_1{
	background: #e9f2ff;
	color: #4172bd;
}
#ContentPlaceHolder1_rptSPlan_divpal_3 .Plan-name_2  ,
#ContentPlaceHolder1_rptSPlan_divpal_3 .Plan-name_3 p{
    color: #4172bd;
}
#ContentPlaceHolder1_rptSPlan_divpal_3 .Plan-name_4 span{
	background: #4172bd;
}

#ContentPlaceHolder1_rptSPlan_divpal_4 .Plan-name_1{
	background: #ecffed;
	color: #62a166;
}
#ContentPlaceHolder1_rptSPlan_divpal_4 .Plan-name_2  ,
#ContentPlaceHolder1_rptSPlan_divpal_4 .Plan-name_3 p{
    color: #62a166;
}
#ContentPlaceHolder1_rptSPlan_divpal_4 .Plan-name_4 span{
	background: #62a166;
}
.Min_Height{
	min-height: 400px;
}
.dropdown-item{
	font-weight: bold;
	color: #fff;
	background: #2e6ebc;
	border-bottom: 1px solid #fff;
}
.header_Tp_Dta ul{
	position: relative;
}
.header_Tp_Dta .dropdown{
	cursor: pointer;
}
.header_Tp_Dta .dropdown .dropdown-toggle{
	color: #fff;
	padding: 0 0 0 20px;
	position: relative;	
}
.header_Tp_Dta .dropdown .dropdown-toggle i{
	position: absolute;
	top: 5px;
	font-size: 16px;
	left: 0;
}
.header_Tp_Dta #divuserinfo.active .dropdown-menu{
	display: block;
	position: absolute;
	padding: 0px;
	background: #2e6ebc;
	border-radius: 0px;
	border: none;
}
.header_Tp_Dta #divuserinfo.active .dropdown-menu li{
	width: 100%;
	margin: 0px;
}
.header_Tp_Dta #divuserinfo.active .dropdown-menu li a{
	width: 100%;
	text-align: left!important;
}
.header_Tp_Dta .dropdown:hover .dropdown-menu li{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.Finish_Test_Btn .clsnote{
	font-weight: bold;
}
.cstTblRdo_1 ol li{
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}
.cstTblRdo_1 ol li input{
	/*float: left;*/
	width: 2%;
    display:inline-block!important;
    vertical-align:middle;
}
.cstTblRdo_1 ol li label{
	/*float: left;*/
	max-width: 95%;
	margin: -9px 0 0 0;
    display:inline-block!important;
    vertical-align:middle;
}
.cstTblRdo_2{
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}
.Profile_Mn{
	float: left;
	width: 100%;
	padding: 40px 0;
}
.QrMNData {
    float: left;
    width: 100%;
    background: #fff;
    padding: 16px 22px 10px;
    margin: 0 0 0 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 40px #0003;
    -moz-box-shadow: 0 0 40px #0003;
    -ms-box-shadow: 0 0 40px #0003;
    -o-box-shadow: 0 0 40px #0003;
    box-shadow: 0 0 40px #0003;
}
.QrMNData .txtBox1{
    padding: 8px;
    margin:0 0 5px 0;
}
.QrMNData .btn1{
    color: white; 
    background-color: green; 
    height: 50px; 
    width: 15%;
    margin:0 0 5px 0;
}
.QrMNData .btn2 {
    color: white;
    background-color: #FF4500;
    height: 50px;
    width: 15%;
    margin: 0 0 5px 12px;
}
.QryTTl {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.QryTTl h3 {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #2e6ebc;
    color: #2e6ebc;
    font-family: 'Proxima Nova Rg';
    font-weight: 600;
}
.NewDesignProfile .QryTTl h3 a {
    color: #212121;
}
.Profile_Mn_Lft {
    float: left;
    width: 100%;
}
.user_profile_sub {
    float: left;
    width: 100%;
    -webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
}
.user_profile_sub_Lft {
    float: left;
    width: 20%;
}
.user_profile_sub_Lft img {
    float: left;
    width: 60px;
}
.user_profile_sub_Rt {
    float: left;
    width: 80%;
    padding: 5px 0 0 10px;
}
.user_profile_sub_Rt p {
    float: left;
    width: 100%;
    color: #212121;
    font-size: 14px;
    margin: 0;
}
.user_profile_sub_Rt h4 {
    float: left;
    width: 100%;
    color: #1f914b;
    font-size: 22px;
    margin: 0;
    font-family: 'Nunito';
    text-transform: uppercase;
}
.Profile_Mn_Lft_Rpt {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}
.Profile_Mn_Lft_Rpt h3 {
    float: left;
    width: 100%;
    font-size: 20px;
    background: #3ac475;
    margin: 0;
    padding: 8px 10px;
    color: #fff;
    -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}
.Profile_Mn_Lft_Rpt h3 i {
    margin-right: 5px;
}
.Profile_Mn_Lft_Rpt ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}
.Profile_Mn_Lft_Rpt ul li {
    display: block;
    list-style: none;
    margin: 0;
    width: 100%;
    position: relative;
}
.Profile_Mn_Lft_Rpt ul li a.active {
    background: #3ac4751c;
}
.Profile_Mn_Lft_Rpt ul li a {
    width: 100%;
    display: block;
    border-bottom: 2px solid #d4d4d4;
    padding: 8px 0 8px 10px;
    color: #7b7979;
}
.NewDesignProfile .Profile_Mn_Rt {
    height: 481px;
    overflow-y: scroll;
}
.Profile_Mn_Rt {
    float: left;
    width: 100%;
}
.Profile_Mn_Rt .tab-content {
    float: left;
    width: 100%;
    padding: 15px;
    -webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
}
.PI_1 {
    float: left;
    width: 100%;
}
.PI_1_ttl {
    float: left;
    width: 100%;
}
.PI_1_ttl p {
    float: left;
    width: 100%;
    font-size: 22px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #1f914b;
}
.PI_1_Frm {
    float: left;
    width: 100%;
    padding: 20px 30px 1px 15px;
}
.ChangePRo {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}
.ChangePRo .user_profile_sub {
    box-shadow: none;
}
.user_profile_sub {
    float: left;
    width: 100%;
    -webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
}
.ChangePRo .user_profile_sub_Lft {
    width: auto;
}
.user_profile_sub_Lft {
    float: left;
    width: 20%;
}
.ChangePRo .user_profile_sub_Lft img {
    width: 45px;
}
.user_profile_sub_Rt {
    float: left;
    width: 80%;
    padding: 5px 0 0 10px;
}
.ChangePRo .user_profile_sub_Rt {
    width: auto;
}
.user_profile_sub_Rt h4 {
    float: left;
    width: 100%;
    color: #1f914b;
    font-size: 22px;
    margin: 0;
    font-family: 'Nunito';
    text-transform: uppercase;
}
.ChangePRo .user_profile_sub_Rt h4 a {
    float: left;
    font-family: 'Proxima Nova Rg';
    color: #212529;
    margin: 6px 0 0 0;
}
colQtrRpt {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}
.colQtrRpt {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}
.colQtrLbl {
    float: left;
    width: 100%;
}
.colQtrLbl label {
    float: left;
    width: 100%;
    color: #777;
    font-size: 18px;
    margin: 10px 0 0 0;
}
.colQtrInpt {
    float: left;
    width: 100%;
    position: relative;
}
.colQtrInpt input[type="text"], .colQtrInpt input[type="email"], .colQtrInpt input[type="password"] {
    background: #efefef;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    padding: 10px 20px;
}
.colQtrInpt select {
    background: #efefef;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    padding: 10px 20px;
    height: auto !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}
.cstbordrpro {
    border: 1px solid cadetblue;
}
.TpBtns .btn-warning , .TpBtns .btn-success{
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.BankExamsBtm .cstTblRdo_1_0 span:nth-child(2){
	float: right;
	padding: 2px 6px;
}
.bckAftrExm .btn-success{
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.FooterBtnRt .FooterBtnLft{
	display: none;
}
.dropdown-toggle1:after{
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}
.dropdown-item1:after{
	display: inline-block;
	margin-left: 1em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}
.Quesstions{
	font-size: 19px;
	color: #212529;
}
.Quesstions p , .Quesstions p span , .Quesstions span , .Quesstions div{
	font-size: 19px;
	color: #212529;
}
.NoteAnswr{
	float: left;
	width: 100%;
}
.NoteAnswr span{
	color: #D10909;
	font-weight: bold;
}
.PutEffort{
	float: left;
	width: 100%;
	padding: 30px 0 8px 0;
}
.CommonBg.cstBxSdws #BkBg .card{
	height: 388px;
}
#Science .modal-body p{
	margin-bottom: 5px;
}
.Verification_User{
	float: left;
	width: 100%;
}
.Verification_UserCld{
	float: left;
	width: 100%;
	padding: 40px 20%;
}
.Verification_UserCld .QryTTl h3{
	border-bottom: 1px solid #2e6ebc;
	color: #2e6ebc;
}
.Verification_UserCld .SbmtBtn{
	height: 54px;
	padding: 0 40px;
}
/************* Start Respnse Payment Page *************/
.ResponsePayment{
	float: left;
	width: 100%;
	padding: 40px 0;
}
.ResponsePayment .QrMNData {
    float: left;
    width: 100%;
    background: #fff;
    padding: 36px 82px 30px;
    margin: 40px 0 0 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 40px #0003;
    -moz-box-shadow: 0 0 40px #0003;
    -ms-box-shadow: 0 0 40px #0003;
    -o-box-shadow: 0 0 40px #0003;
    box-shadow: 0 0 40px #0003;
}
.ResponsePayment .Payment_Detail_new .QryTTl {
    margin: 0 !important;
}
.ResponsePayment .QryTTl h3 {
    float: left;
    width: 100%;
    margin: 0 0 0px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #2e6ebc;
    color: #2e6ebc;
    font-weight: 600;
}
.ResponsePayment .colQtrRpt {
    margin: 0 0px 15px 0px;
}
.ResponsePayment .pmntIcn{
	float: left;
}
.ResponsePayment .pmntIcn i {
    display: inline-block;
    border: 2px solid #2e6ebc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 10px;
	font-size: 32px;
    color: #2e6ebc;
}
.ResponsePayment .colQtrLbl1{
	float: left;
	margin: 5px 0 0 10px;
	font-size: 28px;
	font-weight: bold;
	padding: 0 10px;
}
.ResponsePayment .colQtrInpt.cstCtr .FrmBtn.frmstrat{
	display: inline-block;
	height: 50px;
	text-align: center;
	border: none;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	padding: 0 40px;
	background: rgb(158,204,87);
	background: -webkit-linear-gradient(37deg, rgba(70,133,209,1) 0%, rgba(46,110,188,1) 100%);
	background: -moz-linear-gradient(127deg, rgba(70,133,209,1) 0%, rgba(46,110,188,1) 100%);
	background: -ms-linear-gradient(127deg, rgba(70,133,209,1) 0%, rgba(46,110,188,1) 100%);
	background: -o-linear-gradient(37deg, rgba(70,133,209,1) 0%, rgba(46,110,188,1) 100%);
	background: linear-gradient(127deg, rgba(70,133,209,1) 0%, rgba(46,110,188,1) 100%);
	-webkit-box-shadow: 3px 4px 15px 0px rgba(46,110,188,0.22);
	-moz-box-shadow: 3px 4px 15px 0px rgba(46,110,188,0.22);
	-ms-box-shadow: 3px 4px 15px 0px rgba(46,110,188,0.22);
	-o-box-shadow: 3px 4px 15px 0px rgba(46,110,188,0.22);
	box-shadow: 3px 4px 15px 0px rgba(46,110,188,0.22);
}
.ResponsePayment .ordrDtlTpPayment{
	float: left;
	width: 100%;
	background: rgb(158,204,87);
	background: -webkit-linear-gradient(37deg, rgba(70,133,209,1) 0%, rgba(46,110,188,1) 100%);
	background: -moz-linear-gradient(127deg, rgba(70,133,209,1) 0%, rgba(46,110,188,1) 100%);
	background: -ms-linear-gradient(127deg, rgba(70,133,209,1) 0%, rgba(46,110,188,1) 100%);
	background: -o-linear-gradient(37deg, rgba(70,133,209,1) 0%, rgba(46,110,188,1) 100%);
	background: linear-gradient(127deg, rgba(70,133,209,1) 0%, rgba(46,110,188,1) 100%);
	padding: 6px 0;
	margin: 30px 0;
}
.ResponsePayment .ordrDtlTpPayment ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.ResponsePayment .ordrDtlTpPayment ul li {
    display: inline-block;
    list-style: none;
    width: 33%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-transform: capitalize;
}
.ResponsePayment .colQtrInpt.NwBgFrP{
	float: left;
	width: 100%;
	border: 1px solid #ddd;
	background: #f8f8f8;
	padding: 10px;
	height: 140px;
}
.ResponsePayment .colQtrInpt.NwBgFrP p{
	float: left;
	width: 100%;
	font-size: 20px;
	margin: 0 5px 0 0;
}
.ResponsePayment .RecRt .colQtrLbl , .ResponsePayment .RecRt .colQtrInpt{
	float: left;
	width: 100%;
	font-size: 20px;
	margin: 0 5px 0 0;
}
.ResponsePayment .Payment_Table{
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
}
.ResponsePayment .Payment_Table table{
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}
.ResponsePayment .Payment_Table table thead tr{
	background: rgb(158,204,87);
	background: -webkit-linear-gradient(37deg, rgba(70,133,209,1) 0%, rgba(46,110,188,1) 100%);
	background: -moz-linear-gradient(127deg, rgba(70,133,209,1) 0%, rgba(46,110,188,1) 100%);
	background: -ms-linear-gradient(127deg, rgba(70,133,209,1) 0%, rgba(46,110,188,1) 100%);
	background: -o-linear-gradient(37deg, rgba(70,133,209,1) 0%, rgba(46,110,188,1) 100%);
	background: linear-gradient(127deg, rgba(70,133,209,1) 0%, rgba(46,110,188,1) 100%);
	text-align: center;
}
.ResponsePayment .Payment_Table table thead tr th{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-transform: capitalize;
	padding: 6px 0;
}
.ResponsePayment .Payment_Table table tbody tr{
	background-color: #f8f8f8;
	border: 1px solid #ddd;
}
.ResponsePayment .Payment_Table table tbody tr td{
	padding: .625em;
	text-align: center;
	color: #212529;
	font-size: 20px;
}
.ResponsePayment .FnlDtl .colQtrLbl{
	float: left;
	width: 35%;
	padding: .625em;
	color: #212529;
	font-size: 18px;
	border: 1px solid #ddd;
	background: #f8f8f8;
}
.ResponsePayment .FnlDtl .colQtrInpt{
	float: left;
	width: 60%;
	padding: .625em;
	color: #212529;
	font-size: 18px;
	border: 1px solid #ddd;
	background: #f8f8f8;
}
.ResponsePayment .CancelRed .pmntIcn i{
	color: #D3181B;
	border-color: #D3181B;
	padding: 10px 15px;
}
.ResponsePayment .CancelRed .colQtrLbl1{
	color: #D3181B;
}
/************* End Respnse Payment Page *************/
/************* Start Code My Profile Page *************/
.MyProfile{
	float: left;
	width: 100%;
	padding: 40px 0;
}
.MyProfileTtl{
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}
.MyProfileTtl ul{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.MyProfileTtl ul li{
	float: left;
	list-style: none;
	font-size: 30px;
	color: #2e6ebc;
	font-weight: bold;
	position: relative;
}
.MyProfileTtl ul li a{
	color: #000;
	position: relative;
}
.MyProfileTtl ul li a:after{
	content:"/";
	position: relative;
	display: inline-block;
	margin: 0 15px;
	font-size: 30px;
	color: #2e6ebc;
}
.MyProfileTtl ul li a i{
	float: left;
	margin: 10px 10px 0 0;
}
.MyProfileLft{
	float: left;
	width: 100%;
}
.MyProfileLftTp{
	float: left;
	width: 100%;
	-webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
	-o-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
	box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
}
.ProImgLft{
	float: left;
	width: 74px;
}
.ProImgLft img{
	float: left;
}
.ProImgRt{
	float: left;
	width: 80%;
	padding: 0 0 0 15px;
}
.ProImgRt p{
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	font-size: 16px;
}
.ProImgRt h3{
	float: left;
	width: 100%;
	color: #2e6ebc;
	font-weight: bold;
}
.MyProfileLftBtm{
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}
.MyProfileLftBtm h3{
	float: left;
	width: 100%;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	background: #2e6ebc;
	padding: 8px 10px;
	-webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}
.MyProfileLftBtm h3 i{
	margin-right: 5px;
}
.MyProfileLftBtm ul{
	float: left;
	width: 100%;
}
.MyProfileLftBtm ul li{
	float: left;
	width: 100%;
}
.MyProfileLftBtm ul li button{
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: 2px solid #d4d4d4!important;
	padding: 8px 0 8px 10px;
	color: #7b7979!important;
	border-radius: 0px!important;
}
.MyProfileLftBtm ul li button.active{
	background: #2e6ebc1c!important;
}
.MyProfileRt{
	float: left;
	width: 100%;
	padding: 0 0 0 20px;
}
.MyProfileRtMn{
	float: left;
	width: 100%;
	height: 481px;
	overflow-y: scroll;
	padding-right: 20px;
}
.MyProfileRtTp{
	float: left;
	width: 100%;
}
.MyProfileRtTp p{
	float: left;
	width: 100%;
	font-size: 30px;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #2e6ebc;
	font-weight: bold;
	text-transform: uppercase;
}
.MyProfileRtBtm{
	float: left;
	width: 100%;
}
.MyProfileRtBtmTp{
	float: left;
	width: 100%;
}
.MyProfileRtBtmTp .MyProfileLftTp{
	box-shadow: none;
}
.MyProfileRtBtmTp .ProImgRt h3{
	margin: 20px 0 0 0;
}
.MyProfileRtBtmTp .ProImgRt h3 a{
	color: #2e6ebc;
	text-transform: uppercase;
}
.MyProfileRtBtmBtm{
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
    overflow-x:hidden;
}
.MyProfileRtBtmBtm .FrmRpt{
	margin: 0 0 20px 0;
}
.CrntPln{
	border: 1px solid #2e6ebc;
	padding: 10px;
}
.CrntPln .FrmRpt{
	margin: 0px;
}
.CrntPln .FrmRpt label{
	font-size: 18px;
}
.MyProfileRtTp2{
	margin-top: 20px;
}
.ChangeImagess{
	float: left;
	width: 100%;
	text-align: center;
}
.ChangeImagess ul{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.ChangeImagess ul li{
	display: inline-block;
	position: relative;
	list-style: none;
	margin: 0 0 10px 0;
	width: 24%;
}
.ChangeImagess ul li input[type="radio"]{
	position: absolute;
	top: -1px;
	left: 30px;
}
#exampleModal .modal-title{
	text-transform: uppercase;
	font-weight: bold;
}

/************* End Code My Profile Page *************/
.NwCdNN ul{
	text-align: center;
}
.NwCdNN ul li:nth-child(2){
	float: none;
	display: inline-block;
}
.Order_Detail{
	float: left;
	width: 100%;
	padding: 40px 15%;
}
.Order_Detail .ordrDtlTpPayment{
	float: left;
	width: 100%;
	background: #2e6ebc;
	padding: 6px 6px;
	margin: 0 0 40px 0;
}
.Order_Detail .ordrDtlTpPayment ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.Order_Detail .ordrDtlTpPayment ul li {
    display: inline-block;
    list-style: none;
    width: 49%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-transform: capitalize;
}
.Order_Detail .colQtrInpt input[type="submit"] {
    float: right;
    text-align: center;
    background: #2e6ebc;
    padding: 6px 30px;
    font-weight: bold;
    font-size: 20px;
    border: 0;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    -webkit-box-shadow: 7px 8px 10px #2e6ebc5e;
    -moz-box-shadow: 7px 8px 10px #2e6ebc5e;
    -ms-box-shadow: 7px 8px 10px #2e6ebc5e;
    -o-box-shadow: 7px 8px 10px #2e6ebc5e;
    box-shadow: 7px 8px 10px #2e6ebc5e;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.Order_Detail .QryTTl h3{
	margin: 0 0 0px 0;
	padding: 0 0 10px 0;
}
.Order_Detail .colQtrRpt .colQtrLbl, .Order_Detail .colQtrRpt .colQtrInpt {
    border: 1px solid #ddd;
    background: #f8f8f8;
    padding: 10px;
	font-size: 18px;
}
.Order_Detail .colQtrRpt .col-xxl-2.col-xl-3.col-lg-3.col-md-12.col-sm-12.col-12 {
    padding-right: 0;
}
.Order_Detail .colQtrRpt .col-xxl-10.col-lg-9.col-md-12.col-sm-12.col-12 {
    padding-left: 0;
}
.QuestionBank_ResultMn{
	float: left;
	width: 100%;
	padding: 40px 0;
}
.Box_Shadow{
	float: left;
	width: 100%;
	background: #fff;
	padding: 8px 15px;
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-ms-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}
.ChartMn{
	float: left;
	width: 100%;
	text-align: center;
}
.ChartMnCld{
	display: inline-block;
}
.QuestionBank_ResultMn .QuestionBankGrd{
	padding: 0px;
}
.QuestionBank_ResultMn .QuestionBankGrd ul{
	background: #fff;
	margin: 0px 0 0 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	padding: 0;
}
.QuestionBank_ResultMn .QuestionBankGrd ul li{
	padding: 0px;
}
.QuestionBank_ResultMn .QuestionBankGrd ul li table tr:nth-child(1) th{
	background: #2e6ebc;
	color: #fff;
}

.QuestionBank_ResultMn .QuestionBankGrd ul li table tr:nth-child(even) td{
	background: #f2f2f2;
}
.QuestionBank_ResultMn .QuestionBankGrd ul li table tr.pageMn td table tr td{
	background: rgba(0,0,0,.12);
    padding:5px 10px;
}
.QuestionBank_ResultMn .QuestionBankGrd ul li table tr.pageMn td table tr td:not(:last-child){
    border-right:2px solid rgba(0,0,0,.14);
}

    
.QuestionBank_ResultMn .QuestionBankGrd ul li table tr td .btn.btn-success{
	padding: 3px 10px 4px 10px;
}
.PtrnMn1{
	float: left;
	width: 100%;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding: 0 30px;
	height: 420px;
	-webkit-box-shadow: 0 0 25px rgba(37, 36, 36, 0.2); 
	-moz-box-shadow: 0 0 25px rgba(37, 36, 36, 0.2); 
	-ms-box-shadow: 0 0 25px rgba(37, 36, 36, 0.2); 
	-o-box-shadow: 0 0 25px rgba(37, 36, 36, 0.2); 
	box-shadow: 0 0 25px rgba(37, 36, 36, 0.2); 
	margin: -200px 0 0 0;
}

/* ************ CLASSES SECTIOIN START HERE********* */

.classes_sec{
	width: 100%;
	float: left;
	padding: 20px 0;
}

.classes_sec .Subscription_2 {
	float: left;
    width: 100%;
    text-align: center;
}

.classes_sec .Subscription_2Tp {
    float: left;
    width: 100%;
}

.classes_sec .Subscription_2TpTtl {
	display: inline-block;
    width: 100%;
}
.classes_sec .Subscription_2TpTtl h2 {
	float: left;
	width: 100%;
	color: #bfbfbf;
	text-transform: uppercase;
	font-family: 'Proxima Nova Bl';
	font-weight: 900;
	font-size: 60px;
}

.classes_sec .Subscription_2TpGrd {
	float: left;
    width: 100%;
    text-align: center;
    margin: -30px 0 0 0;
    z-index: 1;
    position: relative;
}

.classes_sec .Subscription_2TpGrd ul {
	float: none;
    width: auto;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px -10px 50px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px -10px 50px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px -10px 50px rgba(0,0,0,0.3);
    -o-box-shadow: 0px -10px 50px rgba(0,0,0,0.3);
    box-shadow: 0px -10px 50px rgba(0,0,0,0.3);
}

.classes_sec .Subscription_2TpGrd ul li{
	
		display: inline-block;
		margin: 0 -2px;
		position: relative;
}

.classes_sec .Subscription_2TpGrd ul li.selected i {
    display: block;
    color: #fff;
    position: absolute;
    top: 18px;
    left: 30%;
}
	
.classes_sec .Subscription_2TpGrd ul li a {
    display: inline-block;
    color: #3d3d3d;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    padding: 8px 0;
    width: 250px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    background: #fff;
}

.classes_sec .Subscription_2TpGrd ul li.selected a {
    background: #2e7bd9;
    color: #fff;
}

.classes_sec .Subscription_2TpGrd ul li:nth-child(1) a {
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -ms-border-radius: 10px 0px 0px 10px;
    -o-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
}


.classes_sec .Subscription_3 {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.classes_sec .Subscription_3Tp {
    float: left;
    width: 100%;
    text-align: center;
}

.classes_sec .slct-classMn{
	float: left;
	width: 100%;
	text-align: center;
	margin: -30px 0 0 0;
}

.slct-classMn .slct-class {
    background: #2e6ebc;
    padding: 20px 10px;
    display: inline-block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-box-shadow: 0px -10px 50px rgba(7, 5, 5, 0.3);
	-moz-box-shadow: 0px -10px 50px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px -10px 50px rgba(0,0,0,0.3);
	-o-box-shadow: 0px -10px 50px rgba(0,0,0,0.3); 
	box-shadow: 0px -10px 50px rgba(0,0,0,0.3);	
}

.slct-classMn .slct-class .slct-cls-inr{
	background: #fff;
	width: 120px;
	margin: 10px;
	text-align: center;
	border-radius: 10px;
	transition: all .2s ease-in-out;
	border: 2px solid #fff;
	padding: 5px 0;
	cursor: pointer;
	display: inline-block;
	position: relative;
}
	
.slct-classMn .slct-class .slct-cls-inr:hover{
	background: #2e6ebc;
	border: 2px solid #fff;
}

.slct-classMn .slct-class .slct-cls-inr i{	
	display: none;
}
	
.slct-classMn .slct-class .selected-icn i{	
	display: block;
	color: #2e6ebc;
	font-size: 16px;
	position: absolute;
	left: 5%;
	top: 24%;
}

.slct-classMn .slct-class .slct-cls-inr:hover i{
	color:#fff;
}

.slct-classMn .slct-class .slct-cls-inr a{
	color: #2e6ebc;
	font-size: 16px;
	font-weight: bold;
    padding:20px;
}
	
.slct-classMn .slct-class .slct-cls-inr:hover a{
	color:#fff;
}

.classes_sec .QuestionBankTtl {
    float: left;
    width: 100%;
}

.classes_sec .QuestionBankTtl h4 {
    float: left;
    width: 100%;
    color: #2e6ebc;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

/* ************ CLASSES SECTIOIN END HERE********* */

/*arjun code*/

#ContentPlaceHolder1_rptSPlan_divpal_5 .Plan-name_1{
    background: #ecffed;
    color: #62a166;
}
#ContentPlaceHolder1_rptSPlan_divpal_5 .Plan-name_2  ,
#ContentPlaceHolder1_rptSPlan_divpal_5 .Plan-name_3 p{
    color: #62a166;
}
#ContentPlaceHolder1_rptSPlan_divpal_5 .Plan-name_4 span{
	background: #62a166;
}

#ContentPlaceHolder1_rptSPlan_divpal_6 .Plan-name_1{
	background: #f7efff;
	color: #8b45ca;
}
#ContentPlaceHolder1_rptSPlan_divpal_6 .Plan-name_2  ,
#ContentPlaceHolder1_rptSPlan_divpal_6 .Plan-name_3 p{
    color: #8b45ca;
}
#ContentPlaceHolder1_rptSPlan_divpal_6 .Plan-name_4 span{
	background: #8b45ca;
}

#ContentPlaceHolder1_rptSPlan_divpal_7 .Plan-name_1{
	background: #fff9eb;
	color: #e2a005;
}
#ContentPlaceHolder1_rptSPlan_divpal_7 .Plan-name_2  ,
#ContentPlaceHolder1_rptSPlan_divpal_7 .Plan-name_3 p{
    color: #e2a005;
}
#ContentPlaceHolder1_rptSPlan_divpal_7 .Plan-name_4 span{
	background: #e2a005;
}

#ContentPlaceHolder1_rptSPlan_divpal_8 .Plan-name_1{
	background: #e9f2ff;
	color: #4172bd;
}
#ContentPlaceHolder1_rptSPlan_divpal_8 .Plan-name_2  ,
#ContentPlaceHolder1_rptSPlan_divpal_8 .Plan-name_3 p{
    color: #4172bd;
}
#ContentPlaceHolder1_rptSPlan_divpal_8 .Plan-name_4 span{
	background: #4172bd;
}

#ContentPlaceHolder1_rptSPlan_divpal_9 .Plan-name_1{
	background: #ecffed;
	color: #62a166;
}
#ContentPlaceHolder1_rptSPlan_divpal_9 .Plan-name_2  ,
#ContentPlaceHolder1_rptSPlan_divpal_9 .Plan-name_3 p{
    color: #62a166;
}
#ContentPlaceHolder1_rptSPlan_divpal_9 .Plan-name_4 span{
	background: #62a166;
}


.ReptLstPlans .Planlist.div_Subjects{
    background: linear-gradient(127deg, rgba(255,252,242,1) 0%, rgba(255,245,227,1) 100%);
   
}
.ReptLstPlans .Planlist.div_Subjects .Plan-name_1,.ReptLstPlans .Planlist.div_Subjects .Plan-name_4 span {
    background:#2f9b35 !important;
    color:white  !important;
}
.ReptLstPlans .Planlist.div_Subjects .Plan-name_2 span,.ReptLstPlans .Planlist.div_Subjects .Plan-name_3 p {
    
    color:#2f9b35  !important;
}

/* ************* */

.cstTblRdo_1 ol li input{
    width:13px;
}

.cstTblRdo_1 ol li span{
     max-width:auto;
    /*display:inline-block;*/
    vertical-align:middle;
  
}

.cstTblRdo_1 ol li img.rightImgGrn{
    margin: 0 0 0 13px;
    vertical-align:middle;
    padding:0 0 0 5px;
} 

/* Review Label */
.reviewLblMn{
    width:100%;
    float:left;
    padding:0 0 20px 0;
}
.reviewLbl{
    color: #fff;
    background-color: #2e6ebc;
    border-color: #2e6ebc;
    border: none;
    outline: none;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 20px;
    font-weight: bold;
}

.reviewLbl:hover{
    background:#ffca2c;
    color:#000;
}

/* *********POPUP ON LOAD DESIGN START HERE */
.popup-dialog{
    top:10%;
}

.pClose{
    background:#fff;
    color:#000;
    position: absolute;
    right: -15px;
    top: -22px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    padding:0;
    border:none;
    outline:none;
}
   
.pClose i{
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.popup-body{
      padding:0;
      margin:0;
 }
/* *********POPUP ON LOAD DESIGN END HERE */

/*testinomial */


.HomeSec6{
     width:100%;
     float:left;
     background:#2e6ebc;
     padding:50px 0;
 }
 .HomeSec6Tp{
     width:100%;
     float:left;
 }
 .HomeSec6TpInr{
    width:100%;
    float:left;
    text-align:center;
 }
 .HomeSec6TpInr h3{
    width:100%;
    float:left;
    font-size:45px;
    font-weight:bold;
    padding: 0 0 45px 0;
    color:#fff;
 }
 .HomeSec6Btm{
     width:100%;
     float:left;
 }
 .HomeSec6Btm .item{
    background: #fff;
    /*padding: 30px 15px 25px 15px;*/
    padding:12px 15px 7px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 0 70px;
    /*min-height:170px;*/
    height:230px;
}
.HomeSec6BtmImg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
}
.HomeSec6BtmImg img{
    width: 120px!important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid rgba(0,0,0,.5);
}
.HomeSec6Btm-txt{
    padding: 0 0 0 70px;
}

.HomeSec6Btm-txt h5{
    font-weight: bold;
    font-size: 23px;
    text-align:right;
}
.HomeSec6Btm-txt p{
    font-size: 18px;
    padding:0;
    margin:0;
}
.owl-nav .owl-prev,
.owl-nav .owl-next{
    background: #fff !important;
    color: #000 !important;
    font-size: 40px !important;
    display: none !important;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span{
    padding: 0 10px !important;
}
      
.owl-nav .owl-prev{
    position: absolute !important;
    top: 30px;
    left: -90px;
}
.owl-nav .owl-next{
    position: absolute !important;
    top: 30px;
    right: -90px;
}

.owl-dots{
    text-align: center !important;
    padding: 20px 0 0 0;
}
.owl-dots .owl-dot{
    color: white !important;
    border: none !important;
    padding: 0 !important;
    font: inherit !important;
    height: 20px !important;
    width: 20px !important;
    display: inline-block !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    border: 2px solid #fff !important;
    margin: 0 0 0 13px !important;
    transition: all .3s ease-in-out !important;
}

.owl-dots .owl-dot.active{
    background: #fff !important;
    border: none !important;
}
.show-read-more .more-text{
     display: none;
}
 
/*NUMBER COUNTER*/
.HomeSec7{
    width:100%;
    float:left;
    background:#dbebff;
    padding: 50px 0;
}
.HomeSec7Tp{
    width:100%;
    float:left;
}
.HomeSec7TpInr{
    width:100%;
    float:left;
    text-align:center;
}
.HomeSec7TpInr h3{
    width:100%;
    float:left;
    color:#000;
    padding: 0 0 30px 0;
    font-size:45px;
    font-weight:bold;
}
.HomeSec7Btm{
    width:100%;
    float:left;
}
.HomeSec7Btm .box{
    width:80%;
    float:left;
    background:#fff;
    border-radius:10px; 
    text-align:center;
    padding:15px 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.HomeSec7Btm .box-2{
    margin:0 0 0 55px;
}
.HomeSec7Btm .box-3{
    float:right!important;
}
.HomeSec7Btm .box .text{
    
}
.HomeSec7Btm .box .icon{
    display:inline-block;
    vertical-align:middle;
}
.HomeSec7Btm .box .icon i{
    font-size:50px;
    color:rgba(0,0,0,.5);
}
.HomeSec7Btm .box .boxRyt{
    display:inline-block;
    vertical-align:middle;
    margin: 0 0 0 25px;
}

.HomeSec7Btm .box .counter{
    color:#0045ff;
    font-size:35px;
    font-weight:bold;
    
}
.HomeSec7Btm .box .counter p{
    padding:0;
    margin:10px 0 -15px 0;
}
.HomeSec7Btm .box .text p{
    color:#4b4b4b;
    font-size:30px;
    margin: -14px 0 0 0;
}

/* ****************ON SUBSCRIPTION PAGE DISCOUNT TITLE*****************/
.dCoupon{
    width:100%;
    float:left;
    padding:10px 0;
    background:#f0f0f0 ;

}
.dCouponTtl{
    width:100%;
    text-align:center;
    display:block;
}
.dCouponTtl h3{
    color:red;
    text-align:center;
    display:inline-block;
    vertical-align:middle;
}
.couponCode{
    border:2px dotted red;
    background:#fff6d8;
    padding:2px 15px;
    display:inline-block;
    vertical-align:middle;
    margin:0 15px;
}
.couponCode p{
    float:left;
    color:#FF0000;
    font-size:25px;
    font-weight:bold;
    padding:0;
    margin:0;
}

   