@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap'); /*font-family: 'Roboto Condensed', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');/*font-family:'Poppins',sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Hepta+Slab:wght@1;100;200;300;400;500;600;700;800;900&display=swap'); /*font-family: 'Hepta Slab', serif;*/
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap'); /*font-family: 'Caveat', cursive;*/

@import url('creato.css');
@import url('fonts.css');

:root {
    /*Colors*/
  
    --yellow:#FAE449;
    --yellow-light:#FFFBDA;

    --white:#FFFFFF;

    --gray-1:#EBF2FF;
    --gray-2:#F6F7FB;
	--gray-3:#444444;
    --green:#4BA45D;
	--red:#D2202B;
  --blue:#153448;
  
    /*Font Family*/
    --blue-font:'Poppins',sans-serif;
    --secondary-font:'Roboto Condensed','sans-serif';
	--box-shadow:0px 4px 30px rgba(0, 0, 0, 0.1);
}

.gray1{background:var(--gray-1);}
.gray2{background:var(--gray-2);}
.gray3{background:var(--gray-3);}

body{font-family:var(--blue-font);font-size:15px;font-weight:normal;color:var(--bs-black);background:var(--white);letter-spacing: -0.02rem;}
.lab {
	font-family: 'Line Awesome Brands' !important;
}


/* Global css */ 
*{margin:0;padding:0;--responsive: calc((var(--min-font) * 1px) + (var(--max-font) - var(--min-font)) * ((100vw - 420px) / (1200 - 420))); /* Calculation */} 
p{line-height:normal;}
img{max-width:100%;}
a{color:#000;text-decoration:none;-webkit-transition-duration:0.4s;transition-duration:0.4s;}
ul,ol{padding:0;margin:0;}
a:focus,button:focus{outline:none;}
:focus{outline:none;box-shadow:none;}
.form-control:focus{color:#212529;background-color:#fff;border-color:transparent;outline:0;box-shadow:none;}

.btn{font-weight:500;border-radius:4px;transition:all 0.3s ease;padding:0px 15px;height:42px;line-height:42px;position:relative;min-width:160px;max-width:100%;text-transform:uppercase;position: relative;z-index:1;}
.bsmall {
	padding: 3px 15px;
	height: auto;
	line-height: normal;
	text-transform: none;
	font-size: 14px;
	min-width: auto;
}
.btn:focus{outline:none;box-shadow:none;}
.btn-close:focus{outline:none;box-shadow:none;}

.btn-round{border-radius:40px;}

.btn-yellow{background:var(--yellow);}
.btn-yellow:hover{background:var(--red);color:#fff;}

.btn-green{background:var(--green);color:var(--white);}
.btn-green:hover{background:var(--red);color:var(--white);}

.btn-outline{background:transparent;border:solid 1px var(--white);color:var(--white);}
.btn-outline:hover{background:var(--red);color:#fff;border-color:transparent;}

.btn-red{background:var(--red);color:#fff;}
.btn-red:hover,.btn-yellow:hover{background:var(--blue);color:#fff;}


/*Headings*/
h1{font-weight:800;line-height:normal;margin-bottom:20px;font-family:'Creato Display', sans-serif;}
h2{--max-font:34;--min-font:28;font-family: 'Roboto Condensed', sans-serif;font-size:var(--responsive);margin-bottom:30px;font-weight:bold;line-height:110%;text-transform: uppercase;}
h3{--max-font:30;--min-font:25;font-family: 'Roboto Condensed', sans-serif;font-size:var(--responsive);margin-bottom:50px;font-weight:700;}

.yellow{color:var(--yellow);}
.cursive{font-family: 'Hepta Slab', serif;}

.title1{font-size:24px;font-weight:700;line-height:normal;}
.title2{font-size:18px;line-height:120%;}
.subtitle{font-size:16px;font-weight:500;margin-top:0px;margin-bottom:35px;line-height:130%;color:var(--gray-3);font-family: 'Poppins',sans-serif;}
.title_box{max-width:790px;width:100%;margin:0 auto;text-align:center;margin-bottom:40px;}

.bg_1{background:var(--gray-2);}
.bg_2{background:#EEF5FF;}

.section{padding:60px 0;position:relative;}
.gray_bg_1 {background:var(--gray-1);}

/*  */
header{width:100%;background:var(--yellow-light);padding-bottom:1.5rem;}

.top-bar{background:var(--yellow);padding:8px 0;}
.top-menu ul{list-style:none;display:flex;align-items:center;gap:25px;justify-content:flex-end;}
.top-menu ul li a{color:var(--bs-black);text-transform:uppercase;letter-spacing:0.02rem;font-size: 13px;}
.top-menu{margin-left:auto;/*max-width:400px;*/}


.nav-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding:0;
  }

  .logo {
	/*margin-top: -40px;*/
	display: block;
}

.Banner {
	background: var(--yellow-light);
	padding: 0 1rem 3rem;
}
.banner_wrap{padding-top:10px;}
.Baner-text-Box{color:var(--bs-black);height:100%;display:grid;align-content:center;padding-bottom:0rem;justify-content: center;}
.Baner-text-Box h1{text-transform:uppercase;font-size:50px;font-weight:900;position:relative;display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin: 0;}
.Baner-text-Box ul li{font-size:19px;list-style:none;font-weight:400;line-height:42px;position:relative;padding-left:35px;font-family:'Poppins',sans-serif;}
.Baner-text-Box ul li::before{position:absolute;left:0;top:0;content:"\e909";font-family:'thestudy' !important;color: var(--green);}
.banner_wrap h1 {
	text-align: center;
	color: var(--red);
}

/* Right */
.form-wrap{background:#fff;padding:25px;border-radius:20px;margin-top:20px;box-shadow: var(--box-shadow);}
.right .form-wrap {
	background: #FFFAE6;
	box-shadow:none;
}
.tile-one {
	font-size: 26px;
	font-family: 'Hepta Slab',serif;
	font-weight: 700;
	line-height: 115%;
	color: #A34343;
}
.title-two {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 0.5px;
	padding: 7px 0 0;
}
.msir {
	font-family: 'Caveat','cursive';
	font-size: 44px;
	font-weight: 700;
	line-height: normal;
	color: var(--red);
	margin-top: -5px;
}
/* Form */
.main-form{padding:15px 5px;}
.main-form .form-control{background:transparent;border:none;border-radius:0;border-bottom:solid 1px #ccc;font-size:14px;padding:5px 0;}
.main-form.BuyForm .form-control {
	border: 1px solid #ced4da;
	border-radius: 5px;
	padding: 10px 10px;
	font-size: 14px;
}

.linepunch{background:#B67352;}
.line-below {
	text-align: center;
	padding: 10px 0;
	font-size: 28px;
	font-weight: 600;
	color:var(--bs-white);
}

/* Stats */
.stats_row{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px;}
.fox_box{display:grid;grid-template-columns:45px 1fr;gap:10px;padding:20px 0;}
.sts-title{display:grid;align-items:center;align-content:center;font-family:'Roboto Condensed',sans-serif;color:var(--bs-black);}
.sts-title dt{font-size:24px;font-weight:800;line-height:100%;}
.sts-title span{font-size:14px;font-weight:500;line-height:100%;color:#595959;font-family:'Poppins',sans-serif;margin-top:4px;}
.fox_box:last-child{border:none;}


/* Papers */
.papers-row {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(170px,1fr));
	gap: 10px;
	position: relative;
	z-index: 1;
	padding: 20px;
	border: solid 1px #2a629a;
	margin-bottom: 20px;
	border-radius: 10px;
}
.papers-row a {
	display: block;
	color: var(--col1);
	padding: 10px 15px;
	border-radius: 7px;
	text-align: center;
	background: var(--col);
	min-height: 65px;
	display: flex;
	place-content: center;
	align-items: center;
}
.papers-row.hindi{--col:#000000;--col1:#ffffff;}
.papers-row.english{--col:#2a629a;--col1:#ffffff;}


.blingual-sec:before, .blingual-sec:after {
	position: absolute;
	content: "";
	width: calc(100% - 50% - 20px);
	top: 0;
	height: calc(100% - 20px);
	margin: 10px;
	border-radius: 15px;
}

/* .blingual-sec:before {background:#FFEEE6;	left: 0;}
.blingual-sec:after{background:#9DB2BF;right:0;} */

/* Course Section */
/* Tabs */
.course_tabs .nav-link{border-radius:40px;border:1px solid #0C005A;background:#EEE;color:#0C005A;text-align:center;font-weight:700;max-width:100%;padding:14px 20px;text-transform:uppercase;}
.course_tabs{border-bottom:none;margin:0;display:flex;justify-content:center;gap:20px;position:relative;z-index:1;margin-bottom:0px;}
.course_tabs .nav-link.active{background:var(--blue);color:#fff;border:solid 1px var(--blue);}

.allcourse {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(260px,1fr));
	gap: 20px;
	margin-top:3rem;
}

.course_item.type_1{--cols:#FF6969;}
.course_item.type_2{--cols:#987070;}
.course_item.type_3{--cols:#2A629A;}
.course_item.type_4{--cols:#78ABA8;}
.course_item.type_5{--cols:#FFC300;}
.course_item.type_6{--cols:#0C005A;}




.course_dtl_header {
	color: var(--bs-white);
	padding: 30px 20px;
	text-align: center;
	border-radius: 20px 20px 0 0;
	background: var(--cols);
	min-height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.cors-name {
	font-size: 18px;
	font-weight: 600;
	line-height: 130%;
}

.course_body {
	background: var(--bs-white);
	padding:15px;
	min-height:320px;
	border-radius:0 0 20px 20px;
	height: calc(100% - 110px);
}
.crs-point {
	min-height: 215px;
}
.crs-point li {
	font-size: 14px;
	list-style: none;
	font-weight: 400;
	line-height: 130%;
	position: relative;
	padding-left: 22px;
	color: #686D76;
	padding-bottom: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
  .crs-point li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "\e909";
	font-family: 'thestudy' !important;
	color: var(--green);
  }

  .batch-dtl {
	padding:20px 0 10px;
  } 
.batch-dtl .title2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color:var(--cols);
  }
  .batch-dtl span {
	font-size: 14px;
  }

  .course_body .btn {
	width: 100%;
	background: var(--cols);
}


/* Current Affairs */
.CA h1 {
	font-size:44px;
	font-weight: 800;
	text-transform: uppercase;
}
.Affairs-box {
	background: #133E87;
	padding: 30px 40px;
	border-radius: 10px;
	min-height: 420px;
	display: grid;
	place-content: center;
}
.Affairs-box ul li{color:var(--bs-white);font-size:18px;padding:10px 0;}
.Affairs-box ul{margin-left:25px;}

/*  */
.teaching-tabs .nav-tabs{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;border:none;margin:0;}
.teaching-tabs .nav-item {
	flex: 1;
	display: flex;
}
.teaching-tabs .nav-link{border:none !important;margin:0 !important;background:var(--bs-black);color:var(--bs-white);border-radius:0 !important;flex:1;padding:14px 0;text-transform:uppercase;font-size:16px;font-weight:600;}
.teaching-tabs .nav-link.active{background:var(--yellow);color:var(--bs-black);}
.teaching-tab-content {
	padding: 40px 1.5rem 20px;
	background: var(--gray-1);
	min-height: 630px;
	display: grid;
	align-items: center;
}
.points li{font-size:18px;padding:10px 0;position:relative;list-style:none;padding-left:30px;}
.points li::before{position:absolute;left:0;top:20%;content:"\e909";font-family:'thestudy' !important;}


.faculty_row {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(180px,1fr));
	gap: 20px;
  }
  .faculty-item {
	background: #fff;
	padding: 10px;
	border-radius: 15px;
	box-shadow: var(--box-shadow);
  }
  .faculty-item .title2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	margin-top: 10px;
  }
  .subjectfac {
	text-align: center;
	color: #758694;
}

 /* Testimonials */
.quote_item {
	background:var(--bs-black);
	padding:20px 0px 0;
	border-radius:10px;
	max-width:440px;
}
.testi_img {
	width:70px;
	height:70px;
}
.testi_img img {
	border-radius:50%;
	border:solid 2px var(--yellow);
}
.test_dtls .title3 {
	font-size:16px;
	font-weight:bold;
	line-height:100%;
}
.test_dtls span {
	font-size:12px;
	display:block;
}
.quote_footer {
	display:flex;
	align-items:center;
	gap:20px;
	padding:20px 20px;
	position:relative;
}
.quote-icon {
	text-align: center;
	position: absolute;
	right: 20px;
	top: 20px;
}
.quote-icon img {
	width:min-content !important;
	margin:0 auto;
}
.quote_item p {
	font-weight:400;
	line-height:normal;
	padding:10px 20px 0;
	text-align:justify;
	margin-bottom:0px;
	color:#fff;
}
.test_dtls {
	color:#fff;
}


/* App */
.gray-bg2 {
	background: #F6F7FB;
}
.app-bg {
	padding:50px 0px;
	position:relative;
	z-index:1;
	overflow:hidden
  }
  .app-bg::before {
	height:560px;
	width:560px;
	content:"";
	position:absolute;
	border-radius:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	z-index:-1;
	background:linear-gradient(#ffb100 0%,#ffc027 40.8%,#ffc027 41.2%,#ffd560 100%)
  }

  .appFea-item {
	background:#fff;
	padding:15px 15px;
	border-radius:10px;
	margin-bottom:30px;
	position:relative
  }
  .appFea-item .title3 {
	font-size:16px;
	font-weight:600
  }
  .appFea-item p {
	margin-bottom:3px;
	line-height:21px;
	font-size:13px
  }
  .point {
	position:absolute;
	width:8px;
	height:8px;
	right:8px;
	top:8px;
	border-radius:50%
  }
  .cb1 {
	background:#D097EF
  }
  .cb2 {
	background:#97EF9A
  }
  .cb3 {
	background:#EFC097
  }
  .cb4 {
	background:#97D4EF
  }
  .cb5 {
	background:#D097EF
  }
  .cb6 {
	background:#D4F05E
  }


/* Centers */
.centers_box {
	box-shadow: var(--box-shadow);
	padding:10px 15px;
	border-radius: 7px;
	border: solid 1px #d5daeb;
	display: grid;
	grid-template-columns: /*60px*/ 1fr;
	gap: 15px;
	align-items: center;
	align-content: flex-start;
	height: 100%;
}
.centers_box .title1 {
	margin-bottom:8px;
	font-size:20px;
	margin-top:4px;
	text-transform:uppercase;
	text-align: center;
}
.centers_box .left i {
	font-size:42px;
	color:var(--red);
}
.centers_box .left {
	text-align:center;
	height: 100%;
}
.centers_box .right p {
	margin-bottom:8px;
	line-height:22px;
	color:#636363;
}



/* Course */


.ticker__init {
	width: 100%;
	height: auto;
	overflow: hidden;
  }
  
  .ticker__init div {
	height: auto;
	overflow: hidden;
  }
  
  .ticker__init ul {
	float: left;
	list-style-type: none;
	margin-bottom:15px;
  }
  
  .ticker__init li {
	float: left;
	padding: 2px 10px;
  }



  /* Footer */

  
  footer {
	background: #141414;
	padding: 40px 0;
  }
  .f-title {
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 10px;
	color: #9a9a9a;
  }
  .footer_item ul li{list-style:none;color: #6E6D6D;}
  .footer_item ul li a {
	color: #6E6D6D;
	line-height: normal;
	text-transform: capitalize;
	padding: 4px 0;
	display: block;
  }
  .footer_item ul li a:hover{color:var(--yellow) ;}
  .footer_item p {
	color: #6E6D6D;
}
.noheight{height: auto !important;min-height: auto !important;}
.footer_logo {
	margin-bottom: 10px;
}

  .copy-right {
	text-align:left;
	padding: 10px 15px;
	font-size: 14px;
	display: grid;
	grid-template-columns: auto auto;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	color: #fff;
	background: #263238;
}
.copy-right a {
	color:var(--yellow);
}
.copy-right p {
	color:#fff;
	margin:0;
	font-size:13px;
}


.footer-social{padding-left:0;margin-top:15px;}
.footer-social ul {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.footer-social ul li{list-style:none;}
.footer-social ul li a {
	width: 35px;
	height: 35px;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-social .twitter{background:#000;}
.facebook{background:#337FFF;}
.twitter{background:#141414;}
.instagram{background:#DA3A8D;}
.youtube{background:#D72A2A;}
.telegram{background:#0088cc;}
.linkedIn{background:#0077B5;}

.calls {
	display: flex;
	align-items: center;
	gap: 7px;
}
.calls i {
	font-size: 19px;
}

.store-wrap {
	display: grid;
	grid-template-columns: auto auto;
	gap: 20px;
}
.qr-code {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.qr-code a img {
	width: 100px;
}

.nplat {
	font-size: 28px;
	font-weight: 600;
	color: #444;
  }
  .nplat span {
	font-size: 14px;
	display: block;
	font-weight: 200;
  }
  .review-dialog {
	color: #000;
	font-size: 13px;
	white-space: normal;
}
.vrrJOc {
	background-repeat: repeat-x;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

g-review-stars img {
	height: 28px;
  }
  g-review-stars {
	display: inline-block;
  }

#Books-slider .item .title2 {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}

.rating-row {
	display: flex;
	align-items: center;
	align-content: center;
	line-height: 100%;
	margin-top: 20px;
  }

.books {
	text-align: center;
  }
  .books .title2 {
	font-weight: 600;
	font-size: 15px;
  
  }
  .TS_Books {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(210px,1fr));
	gap: 20px;
  }
  

/*  */
.card-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
  }
  .card-wrapper:nth-of-type(2n) {
	transform: rotate(3deg);
  }
  .card-wrapper:nth-of-type(2n+1) {
	transform: rotate(-3deg);
  }
  .card-wrapper:nth-of-type(3n) {
	transform: rotate(0);
  }
  
  .card-contents {
	position: relative;
	width: 300px;
	height: 550px;
	background-color: #000;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  
  .card-contents img {
	position: absolute;
	width: 100%;
	height: 80%;
	border-radius: 15px 15px 0 0;
	object-fit: cover;
  }
  
  .card-description {
	background: linear-gradient(rgba(0, 0, 0, 0), black);
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 100;
	color: #fff;
	text-align: left;
	line-height: 1;
	margin-left: 20px;
  }
  .card-description__title {
	font-size: 28px;
  }
  .card-description__year {
	font-size: 11px;
	margin-left: 10px;
  }
  .card-description__genre {
	padding: 6px 8px;
	margin-right: 10px;
	border: 1px solid #fff;
	border-radius: 5px;
	opacity: 0.7;
	font-size: 10px;
	text-transform: uppercase;
  }
  

/*Banner Inner*/
.in_bg {
	background: #EEEEEE;
}
.inside-banner{position:relative;min-height:140px;background:var(--blue);display:flex;flex-wrap:wrap;align-items:flex-end;}
.page-heading{text-align:center;width:100%;z-index:1;height:100%;display:grid;place-content:center;padding-bottom:5px;}
.page-heading h2{margin-bottom:0;border-bottom:solid 1px #fffbda;color:var(--bs-white);padding-bottom: 7px;}
.page-heading p {text-align: center;color: var(--bs-white);margin-top:10px;letter-spacing: 0.07rem;}


.main-content{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0px 0px 13px rgb(0 0 0 / 5%);min-height:450px;}
.main-content p{line-height:30px;text-align:justify;}
.main-content a {text-decoration:underline;color:var(--red);font-weight:500;}

.heading-title{margin-bottom:15px;padding:0;}
.heading-title span{font-size:22px;font-weight:700;color:var(--red);border-bottom:solid var(--blue) 3px;padding:0;}

.main-content h3 {
	margin-bottom: 15px;
	font-size: 28px;
}
.main-content h4 strong{background:#F7DED0;font-size:16px;padding:7px 15px 5px;color:#B67352;display:inline-block;line-height:100%;}
.main-content h4{border-bottom:solid 1px #F7DED0;}

.main-content h4 strong{background:#F7DED0;font-size:16px;padding:7px 15px 5px;color:#B67352;display:inline-block;line-height:100%;}
.main-content h4{border-bottom:solid 1px #F7DED0;}

/*Side Menu*/
.side-header{background:var(--red);padding:15px 15px;border-radius:7px 7px 0 0;}
.side-header span{color:#fff;font-size:18px;font-weight:600;text-transform:uppercase;}
.side-menu{padding:1rem;border-radius:0px 0px 7px 7px;background:#ffffff;}
.side-nav ul li a{padding:12px 0;display:block;font-weight:500;color:#444941;position:relative;display:grid;grid-template-columns:1fr auto;align-items:center;}
.side-nav ul li a:hover{color:var(--red);padding-left:5px;transition:all 0.2s linear;}
.side-nav ul li a.active{color:var(--red);padding-left:5px;transition:all 0.2s linear;}
.side-nav ul li{border-bottom:1px solid rgb(0 0 0 / 5%);list-style:none;}
.side-nav ul li:last-child{border-bottom:none;}

.side-nav ul li .sub-nav{padding:0 10px;}
.side-nav ul li .sub-nav li a{font-size:16px;color:#0D4C92;}

.dropdown-nav.opennav i{transform:rotate(180deg);transition:all 0.5s ease;}
.dropdown-nav i{transform:rotate(0deg);transition:all 0.5s ease;}

/* List */
.main-content ul,.main-content ol{margin-left:20px;margin-bottom:20px;}
.main-content ol li{list-style:decimal;margin-bottom:15px;line-height:28px;}
.main-content ul li{list-style:inherit;margin-bottom:15px;line-height:28px;}
.main-content li::marker{color:var(--red);font-size:15px;}

/*Table*/
.table-wrap{width:100%;margin-top:1rem;margin-bottom:1.5rem;}
.table-heading{background:#FFCD4B !important;color:#1f4172 !important;border:none !important;text-transform:uppercase;font-weight:700;letter-spacing:0.35px;text-align:left !important;}
.table-wrap table{width:100%;}
.table-wrap table tr th{vertical-align:bottom;font-size:15px;font-weight:500;padding:5px 0.75rem;background:#1F4172;color:#fff;border:none !important;border-right:1px solid #0f2545 !important;font-family:'Poppins',sans-serif;}
.table-wrap table tr td{border:1px solid #dee2e6;padding:0.5rem;background:#fff;}
.table-wrap table tr td a{color:#fff;background:#800000;display:inline-block;padding:2px 10px 4px;line-height:100%;border-radius:3px;font-size:14px;}
.tier-1 table tr th:nth-child(1){width:5%;text-align:center;}
.tier-1 table tr td:nth-child(1){text-align:center;}


.contact-left{background:#FDEEE9;padding:20px;height:100%;}
.location-box .title1{color:#000;font-size:16px;font-weight:500;margin-bottom:20px;}
.location-box .title1 span{display:block;font-weight:600;color:#0174be;}


.blingual-sec {
	z-index: 0;
	background: url('../images/paperBGs.jpg') !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}


.course-info {
	display: grid;
	gap: 0px;
	grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
	background: #fff;
	margin-bottom:30px;
	padding:0px;
	border-radius:0px;
  }
  .infoBox {
	text-align: center;
	border-right: solid 1px #444;
	padding: 0;
}
.infoBox .title {
	font-weight: 500;
	color: #fae449;
	margin-bottom: 5px;
	background: #153448;
	line-height: 100%;
	padding: 8px 0;
}
  .infoBox:first-child {
	border-left: solid 1px #444;
  }
  .infoBox span {
	color: #444;
	display: block;
	margin-bottom: 0;
	border-bottom: solid 1px #444;
	padding: 8px 0;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
}

.infoBox a {
	font-weight: 600;
	font-size: 15px;
	line-height: 100%;
}



/*  */
.CoursePrice_Row {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(260px,1fr));
	gap: 15px;
}
.course_item {
	max-width: 330px;
	width: 100%;
	margin-bottom: 15px;
  }


.course_item.style_1{--cols:#6D2932;}
.course_item.style_2{--cols:#135D66;}

.course__header {
	color: var(--bs-white);
	padding: 15px 10px;
	text-align: center;
	border-radius: 20px 20px 0 0;
	background: var(--cols);
}
.course__body {
	background: var(--bs-white);
	padding: 15px;
	min-height: auto;
	border-radius: 0 0 20px 20px;
}


.title-box {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 120%;
	color: var(--cols);
}
  .title-box span {
	display: block;
	font-weight: 200;
	color: #6D6D6D;
  }
  .course-fee {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 10px 20px;
	border-top: solid 1px #ccc;
	margin: 15px 0;
	border-bottom: solid 1px #ccc;
}
.prchs-btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.prchs-btns .btn {
	min-width: auto;
	padding: 5px 15px;
	line-height: normal;
	height: auto;
  }
  .prchs-btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }

.accesibility{position:fixed;right:2px;bottom:30px;z-index:9;display:flex;flex-direction:column;align-items:flex-end;gap:10px;}
.accesibility a{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.accesibility a:hover{color:var(--black);}
.chat{background:#FDE601;font-size:34px;}
.sup{background:#fff;font-size:34px;}
.whatsapp{background:#0D9F16;color:#fff;font-size:30px;}


.testimonials-video img {
	border-radius: 10px;
  } 
  .testimonials-video {
	overflow: hidden;
	position: relative;
  }
  .testimonials-video a {
	  display: block;
  }
  .play-btn {
	  position: absolute;
	  width: 70px;
	  height: 70px;
	  z-index: 99;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%,-50%);
	  font-size: 45px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  color: #f00;
  }


  .owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next{width:45px;height:45px;border:none !important;background:var(--red);color:#fff;font-size:22px;}
  .owl-nav{display:flex;justify-content:space-between;position:absolute;top:50%;transform:translateY(-50%);z-index:1;width:100%;}
  .owl-dots{text-align:center;display:flex;align-items:center;justify-content:center;gap:5px;padding:10px 0;}

  .owl-dots button.owl-dot.active span, .owl-dots button.owl-dot:hover span {
	background-color: #982B1C;
	border-radius: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.owl-dots button.owl-dot {
	border: none;
	background: #FF9100;
	border-radius: 0;
	height: 4px;
	width: 30px;
	position: relative;
}

#Payment_Modal .form-wrap {
	background: none;
	box-shadow: none;
	padding:0px;
	margin-top: 0;
  }
  #Payment_Modal .btn-close {
	font-size: 22px;
	opacity: 1;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index:9;
  }

  .la, .las {
	font-family: 'Line Awesome Free' !important;
	font-weight: 900;
}



.main-outer-box {
	display: flex;
	gap:15px;
  }

  .address_Box {
	flex: 1;
	background: #EEEEEE;
	padding: 10px;
	border-radius: 10px;
}
.address_Box p a {
	font-size: 15px;
	line-height: 23px;
	font-weight: 500;
}

.address_Box p strong {
	color: #d2202b;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
}

  .centers_box .right .calls {
	margin: 4px 0;
}
.centers_box .right .calls a {
	color: #45474B;
}
  .centers_box .right .calls i {
	color: #ff6969;
	font-size:16px;
}
.centers_box .right .calls i.icon-whatsapp {
	color: #0d9f16;
}

.customcheck .form-check-label a {
	color: var(--bs-red);
	text-decoration: underline;
}



.BuycourseName {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	color: #365E32;
}
.modewithprice {
	margin: 10px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items:center;
}
.BuyCourseMode {
	background: var(--green);
	color: var(--white);
	padding: 5px 15px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 30px;
	letter-spacing: 0.035rem;
}
.BuyCoursePrice {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	line-height: 100%;
	font-weight: 700;
}
.pridedetailswrap {
	margin: 0;
	background: #D6EFD8;
	padding: 10px 15px;
	border-radius: 7px;
}

/* Downloads */
.filter-row {
	display: grid;
	grid-template-columns: auto auto 1fr;
	gap: 20px;
	background: #F2F9FF;
	padding: 10px;
	border-radius: 7px;
}
  .filters {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	min-width: 150px;
  }

  .filters label {
	width: 100%;
	flex: 100%;
}
.filters select {
	word-wrap: normal;
	width: 100%;
	padding: 2px 4px;
}

/*  */


.monthly-items {
	display: grid;
	grid-template-columns: 50px 1fr;
  }
  .monthly-items .left i {
	font-size: 40px;
	color: #fff;
  }
  .monthly-items .left {
	display: flex;
	align-items: center;
	background: #dd2a1b;
	justify-content: center;
	border-radius: 5px 0 0 5px;
  }
  .monthly-items .right {
	border: solid 1px #ccc;
	padding: 5px 10px;
	display: grid;
	align-content: center;
	align-items: center;
	border-radius: 0 5px 5px 0;
	background: #EEEEEE;
	
}
.its-top {
	line-height: 100%;
}
.its-top span {
	font-size: 18px;
	font-weight: 600;
	color: #4A4947;
	line-height: 100%;
}
  .downloads-list {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
	gap: 10px;
	margin: 0 !important;
	padding: 15px 0;
  }
  .downloads-list li {
	margin: 0 !important;
	list-style: none !important;
  }
  .its-footer {
	color: #686D76;
	font-size: 14px;
	line-height: 100%;
	padding: 7px 0;
}

.downloads-sec {
	display: block;
	line-height: normal;
	background: var(--red);
	color: #fff !important;
	padding: 10px 10px;
	border-radius: 5px;
	text-decoration: none !important;
	text-align: center;
}