*{box-sizing: border-box}
* [onclick] {cursor: pointer; }
body,html{overflow-x: hidden;}
body {font-family:Arial, Helvetica, sans-serif; margin:100px 0 0 0; width:100%; font-size:62.5%; overflow-x: hidden;}
a:link{color:#808080; text-decoration: none}
a:visited{color: #808080;}
a:active{color: #808080;}
h1{font-size:2.6em;}
h2{font-size:1.6em;}
h3{font-size:1.4em;}
h4{font-size:1.2em;}
h5{font-size:1.2em;}
h6{font-size:1.2em}
.mobi-only,.quick-enquiry-block,.menu-top>label,#mobi-toggle,#navOverlay,.item-hide{display:none}
.ecat-value{box-sizing: content-box; visibility:hidden;position:absolute; max-width:100px; top:0; left:0; z-index:-1}

.btn1{display: inline-block; border-radius: 25px; padding: 17px 45px; min-width: 150px; text-align:center; font-size:16px; background:#AA1D1D; color: #fff}
.btn1:hover{background:#16233A; color: #fff}

/*================== MAIN SECTION ============================*/
.back_page{ width:100%; font-size:16px; color:#000; padding:15px; margin: 40px 0; line-height: 1.8em;}
.back_page p{text-align:left; color: #53565A}

.section{position:absolute; visibility:hidden; z-index:999999;}
.section-1{width:100%; height:100px; z-index:100;  background-color:#253755; box-shadow:0 0 10px 2px #ccc; position: fixed; top: 0;}
.section-header{ max-width:1280px; margin:auto auto; height: 100%}
.section-2{ position:relative; width:100%;}
.section-section{ max-width:1280px; margin:auto auto; }
.menu-top-container{display: flex;align-items: center; justify-content: space-between; flex-wrap:wrap; height: 100%}

.user-block > a{ font-size:16px; text-decoration:none; color:#fff; padding:14px 28px; display:inline-block; position:relative;background: #AA1D1D; border-radius: 25px;  transition:all .3s}
.user-block > strong{font-size:11px; color:#fff; text-transform:uppercase; margin-right:10px}
.user-block > a:hover{ background-color:#fff; color:#253755}
.user-block .fa{font-size: 20px;}
.user-block{display:flex; align-items: center; margin-left: 15px; position: relative}
.user-block .signin-dropdown{ position:absolute;background-color:#ffffff; text-transform: uppercase;font-size:13px; width:260px; z-index:101; top:48%; right: 65%; transform: translate(50%, 9%); display:none; border: solid 1px #dbdbdb; border-radius: 4px;    box-shadow: 0 0 10px 0px #ccc;padding: 15px;}
.user-block ul{ padding:0; margin:0}
.signin-dropdown:before{ content:"";border-style: solid; border-width: 9px; border-color: transparent; border-top-width: 0; border-bottom: 9px solid #dbdbdb; width: 0; height: 0; font-size: 0;  line-height: 0; position: absolute; bottom: 98%; right: 38%; transform: translate(-50% , -50%); z-index: -1;}
.signin-dropdown a:hover{ color:#253755}
.signin-dropdown ul{ padding:0; margin:0}
.signin-dropdown ul li{ list-style:none; padding: 5px 0;}
.signin-dropdown ul li a{ color:#000; text-decoration: none; text-transform: capitalize;}
.signin-dropdown ul:nth-of-type(2){ border-top: solid 1px #000; margin: 13px 0 0; padding:13px 0 0}
.account-details > li > a{ display: flex; align-items: center;}
.account-details > li > a > span{ width:23px; height:25px; display:block; background:url(images/icons/accounts-details.png) no-repeat;background-size: cover;margin-right: 10px;}
.account-details > li:nth-of-type(1) > a > span{background-position-y: 33%;}
.account-details > li:nth-of-type(2) > a > span{background-position-y: 0%;}
.account-details > li:nth-of-type(4) > a > span{background-position-y: 70%;}
.account-details > li:nth-of-type(3) > a > span{background-position-y: 100%;}

/*================= MENUS ======================*/
.menu-top{ position:relative; display: flex; flex-wrap: wrap; left: 5%;}
.menu-top > div{  display: flex; flex-wrap: wrap; width: 100%; justify-content: space-between;}

.menu-top label{display: none}
.nav{margin:0; padding:0}
.nav > li{float: left; position:relative; list-style:none}
.nav > li{color:#fff}
.nav > li > span,.nav > li > a{display: inline-block; color:rgba(255, 255, 255,1); padding:0 20px; line-height:100px; font-size:1.6em ; text-decoration:none; transition:all .3s; }

.dropdown-menu li{position:relative; list-style: none;border-bottom:1px solid #f1f1f1; width: 100%; transition:background-color .3s;}
.dropdown-menu li:last-of-type{border:none }
.dropdown-menu{padding:0; margin:0; display: none; background-color:rgba(255,255,255,.9) !important; min-width:250px; left:20px; position:absolute; box-shadow: 0 0 1px 1px rgba(0,0,0,.175); font-size: 14px}
.dropdown-menu a{color:#404040; transition:background-color .3s;  padding: 13px; display: block}
.dropdown-menu li:hover a{color:#fff;background: #253755}


/*================ Dropdown ===================*/
@media screen and (min-device-width: 768px){	
	.active{border:solid 1px #fff}
	.dropdown:hover:not(.CLOSEDROPDOWN) .dropdown-menu{display:flex; flex-wrap: wrap}
}

.menu-home{float: left; width:100%;}
.menu-home > div{float: right;}
.menu-home a{color:#E4E0E0; margin-right:15px; text-decoration:none;}
.menu-home a:last-child{margin-right:0px;}
.menu-home a:hover{color:#fff;}

.menu-side{position:relative; float:left; width:200px; height:300px; border-radius:5px; border:#999999 1px solid; margin-left:10px; margin-right:10px; margin-top:10px; color:#fff; top:0px;}

.menu-side span{ display:block; border-top-left-radius:5px; border-top-right-radius:5px; background-color:#4D60AC; color:#fff; width:200px; height:25px; text-align:center; font-weight:normal; text-transform:uppercase; padding-top:5px;}
.menu-side div{ background-color:#fff;}
.menu-side a{ position:relative; float:left; background-color:#fff; font-weight:bold; width:190px; height:25px; color:#000; border-bottom:1px solid #999999; padding-left:10px; padding-top:5px; text-align:left;}
.menu-side a b{ width:9px; height:6px; position:relative; float:left; margin-right:0px; top:5px; background-repeat:no-repeat;}
.menu-side a:hover{color:#FFD900;}

/*==================== LOGO =======================*/
.logo{position:relative; float:left; width:25%; clear:left;}
.logo img{width: 100%; height: auto; display: block}

.widget-container{width:20%; float:left;}

.home-banner{ display:flex; flex-wrap: wrap; margin:auto; position:relative; max-width:1663px; width:100%;}

.home-intro-block{display:flex; flex-wrap: wrap; margin:60px auto; max-width: 1280px; width: 100%; justify-content: space-between; padding: 0 15px}
.home-intro-block > div:first-of-type{width: 30%;color: #16233A; font-size: 36px; text-transform: uppercase}
.home-intro-block > div p{margin: 0}
.home-intro-block > div:last-of-type{width: 67%; color: #53565A; font-size: 18px; line-height: 28px}

.private-education-block{display:flex; flex-wrap: wrap; margin:60px auto; max-width: 1280px; width: 100%; justify-content: space-between; padding: 0 15px}
.private-education-block > div{width: 47%}
.private-education-block > div img{width: 100%; height: auto; display: block}
.private-education-block .private-education-info{}
.private-education-block .private-education-info > div{width: 100%; color: #fff; padding: 25px}
.private-education-block .private-education-info > div strong{font-size: 80px; font-weight: 600; text-transform: uppercase}
.private-education-block .private-education-info > div p{font-size: 16px; margin-bottom: 0; line-height: 24px;}
.private-education-block .private-education-info > div:nth-of-type(1){background-color: #253755}
.private-education-block .private-education-info > div:nth-of-type(2){background-color: #aa1d1d}
.private-education-block .private-education-info > div:nth-of-type(3){background-color: #fcbf49}

.home-call2action-banner{background-color:#ac1c16 ;position: relative}
.home-call2action-banner > div{max-width: 1190px;width:100%;margin:auto;padding: 30px 0}
.home-call2action-banner > div p{font-size: 28px;color: #fff;text-align: center;width: 100%;margin-top: 0}
.home-call2action-banner > div span{font-size: 18px;color: #fff;text-align: center;margin-bottom: 15px}
.home-call2action-banner > div > div{display: flex;flex-wrap: wrap;justify-content: center;}
.home-call2action-banner > div > div a{margin-top: 10px ;text-decoration: none;display: block;background-color: #fcbf49;color: #16233A;font-size: 15px;padding: 12px 24px; border-radius: 3px;font-weight: 600;text-transform: uppercase}

.home-phases-offered-bg{ background-color: #F8F8F8; display: flex}
.home-phases-offered{display:flex; flex-wrap: wrap; margin:60px auto 30px; max-width: 1280px; width: 100%; padding: 30px 15px }
.home-phases-offered > div{display:flex; flex-wrap: wrap; margin:20px auto; max-width: 1280px; width: 100%; justify-content: space-between }
.home-phases-offered > div > strong{width: 100%; color: #16233A; font-size: 32px; text-transform: uppercase; font-weight: normal}
.home-phases-offered > div > strong b{font-weight: 900}
.home-phases-offered > div > p{width: 100%; color: #53565A; font-size: 16px; margin: 5px 0 0}
.home-phases-offered > div > div{width: 23%}
.home-phases-offered > div > div > div{display:flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-bottom: 20px;}
.home-phases-offered > div > div > div img{display: block}
.home-phases-offered > div > div > div > div:nth-of-type(2){width: 75%;}
.home-phases-offered > div > div > div > div h2{color: #AA1D1D; font-size: 28px; margin: 0}
.home-phases-offered > div > div > div > div span{color: #253755; font-size: 16px; width: 100%; display: block; margin-top: 10px;}
.home-phases-offered > div > div p{font-size: 16px; color: #5A5A5A; line-height: 24px}
.home-phases-offered .btn-phases{ text-transform: uppercase; border-radius: 25px; padding: 15px 25px; background-color: #AA1D1D;    color: #fff; font-size: 14px; margin-top: 15px; display: inline-block;}
.home-phases-offered .btn-phases:hover{background-color: #16233a}

.page-title{ height: 200px; background: #16243b}
.page-title > div{max-width: 1280px; width: 100%; margin: auto; height: 100%; display: flex; flex-wrap: wrap; align-items: flex-end;}
.page-title > div > div{width: 50%; display: flex; flex-wrap: wrap; align-items: center; border-left: 7px #8D0606 solid; background: #16243b; height: 100px}
.page-title > div > div h1{color: #fff; margin: 0; font-size: 30px; padding-left: 15px}
.page-title > div > div span{color:#FCBF49; font-size: 16px; display: block; font-weight: normal; margin-top:5px}
.page-title > div > div img{display: block}
.pre-primary-banner{background: url("images/pre-primary-grade-r-banner.webp") no-repeat; background-size: cover; background-position: center;}
.junior-primary-banner{background: url("images/junior-primary-grade-1-3-banner.webp") no-repeat; background-size: cover; background-position: center;}
.senior-primary-banner{background: url("images/senior-primary-grade-4-7-banner.webp") no-repeat; background-size: cover; background-position: center;}
.high-school-banner{background: url("images/high-school-grade-8-12-banner.webp") no-repeat; background-size: cover; background-position: center;}
.admission-process-banner{background: url("images/admission-process-banner.webp") no-repeat; background-size: cover; background-position: center;}
.contactus-banner{background: url("images/contactus-banner.webp") no-repeat; background-size: cover; background-position: center;}

.aboutus-sub-bg{ background-color: #F8F8F8; margin-left: calc((100vw - 1280px) / -2);  width: 100vw; margin-right: calc((100vw - 1280px) / -2); position: relative; display: flex;}
.aboutus-sub-block{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin: auto; max-width: 1280px; width: 100%}
.aboutus-sub-block > div > span{color: #AA1D1D; font-size: 16px; text-transform: uppercase;}
.why-choose-us > div > h2,.aboutus-sub-block > div h2{color:#16233A; font-size: 36px; font-weight: normal; text-transform: uppercase; line-height: 40px; margin-top: 0}
.aboutus-sub-block > div h2 strong{ display: block; font-weight: 900}
.aboutus-sub-block > div{width: 48%}
.aboutus-sub-block > div img{width: 100%; height: auto; display: block}
.aboutus-sub-block > div > div{ display: flex; flex-wrap: wrap; gap:0 40px; margin-top: 30px}
.aboutus-sub-block > div > div a{ background: #AA1D1D; border: solid 3px #AA1D1D; border-radius: 25px; padding: 13px 40px; text-transform: uppercase; color: #fff; line-height: normal;  }
.aboutus-sub-block > div > div a:last-of-type{ background:transparent; color: #AA1D1D }
.aboutus-sub-block > div > div a:hover{ background:#16233A; border: solid 3px #16233A; }
.aboutus-sub-block > div > div a:last-of-type:hover{ background:transparent; border: solid 3px #16233A; color: #16233A }

.difference-block{background: #253755; background-image: none !important;}
.difference-block > div{ color: #fff}
.difference-block .why-choose-us > div > strong{font-size: 50px;}
.difference-block > div > div:first-of-type{display: flex; align-items: center; justify-content: space-around}
.difference-block > div > div:last-of-type{box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.67); background: #253755; margin: 30px 0;padding: 15px 30px}
.difference-block .documents-block h2{background: transparent; color: #fff}
.difference-block > div h2 span .fa-fw { color: #fcbf49 !important;}
.difference-block .choose-us-list > div > h2{background-color: unset !important; color: #fff !important}
.difference-block .choose-us-list > div p{ color: #fff}
.difference-block > div .active-title .fa-fw{color: #84DCCF}
.difference-block .choose-us-list > div{border-bottom: 1px solid #84DCCF !important;}    

.sub-intro-block > ul{padding: 0; margin: 0;display: flex; flex-wrap: wrap; justify-content: space-between}
.sub-intro-block > ul li{list-style: none; background-color: #16233A; width: 33.33%; color: #fff; font-weight: bold; text-align: center; font-size: 20px; padding: 40px 10px;}
.sub-intro-block > ul li:nth-of-type(2){ background-color:#8D0606}
.sub-intro-block > ul li:last-of-type{ background-color:#fcbf49}

.sub-intro-text{display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 auto; width: 100%; max-width: 1280px}
.sub-intro-text div > h2{width:100%; color:#253755}
.sub-intro-text > div{width: 48%; font-size: 18px}
.sub-intro-text > div img{width:100%; height: auto; display: block}

.why-choose-us-bg{ background-image:url("images/etham-college.webp"); margin-left: calc((100vw - 1280px) / -2);  width: 100vw; margin-right: calc((100vw - 1280px) / -2); position: relative; display: flex; background-size: contain; background-position: left; background-repeat: no-repeat; margin-bottom: 40px}
.why-choose-us{max-width: 1280px; margin: auto; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between}
.why-choose-us > div{width: 48%;}
.why-choose-us > div > div div h2{font-weight: normal; color: #53565A; font-size: 20px; background-color:#fff; display: flex
; justify-content: space-between;} 
.why-choose-us > div > div div h2:hover{cursor: pointer}
.why-choose-us > div > div div h2 span .fa-fw{color: #AA1D1D; margin-right: 10px; } 
.why-choose-us .choose-us-list > div{border-bottom:1px solid #C9C9C9; box-shadow: none}
.why-choose-us > div:last-of-type{background-color: #fff;width: 50%; padding:35px 35px 35px 60px}
.why-choose-us > div:last-of-type > a{ background: #AA1D1D; border: solid 3px #AA1D1D; border-radius: 25px; padding: 13px 40px; text-transform: uppercase; color: #fff; line-height: normal;  }
.why-choose-us > div:last-of-type > a:hover{ background:#16233A; border: solid 3px #16233A; }

.why-choose-us .documents-list{width: 100%;padding-top:  0}
.documents-list{width: 100%;padding: 35px 0}
.documents-block{box-shadow: 0 0 1px 1px rgb(0 81 81 / 30%); margin: 15px 0}
.documents-block p{padding: 10px; margin:0;}
.documents-block h2{ margin:0px; padding: 10px; font-size: 24px; font-weight: normal; cursor: pointer; color:#253755; background-color:#f4f4f4;display: flex; justify-content: space-between; align-items: center;}
.documents-info{ display:none;padding: 20px 35px; }
.documents-info > div{ width:100%; display:table; border-bottom:1px solid #c1c1c1;transition:all 0.5s}
.documents-info > div:hover a,.documents-info > div:hover{ background-color:#aa1d1d; color:#fff;}
.documents-info > div:hover a{ border:solid #fff 2px}
.documents-info > div > div{ width:50%; float:left; font-size:20px; padding:20px 10px}
.documents-info > div > div:first-of-type{ padding:27px 12px}
.documents-info .btn2{border-radius: 4px;padding: 8px 12px; display: inline-block;  border: 2px solid rgba(0,0,0,0.3); font-size: 14px; color:rgba(0, 0, 0, 0.68); font-weight:600; float:right;transition:all 0.5s}

.management-team-block{display: flex; width: 100%; flex-wrap: wrap}
.management-team-block > div{display: flex; width: 100%; justify-content: space-between; flex-wrap: wrap; padding:60px 0; border-bottom: 1px solid #d3d3d3;}
.management-team-block > div > div{width: 26%}
.management-team-block > div img{width: 100%; height: auto; display: block; box-shadow: 0 0 10px 2px #ccc; border-radius: 8px;}
.management-team-block .team-text{width: 71%}
.management-team-block .team-text p{margin: 0}
.management-team-block .team-text .team-title{font-weight: bold; font-size: 28px}
.management-team-block .team-text .team-title b{display: block; font-size: 18px; color: #253755}

.admissions-block{display: flex; justify-content: space-between; flex-wrap: wrap}
.banking-details-block > h2,.admissions-block > h2{width:100%; font-weight: normal; color: #16233A; text-transform: uppercase; font-size: 32px;}
.banking-details-block > h2 strong,.admissions-block > h2 strong{width:100%}
.admissions-block > div{width: 32%; background-color: #F8F8F8; margin-top: 24px;}
.admissions-block > div p{padding: 0 15px}
.admissions-block > div p a{font-weight: bold; color: #AA1D1D}
.admissions-block > div > strong{width:100%; background-color:#253755; border-bottom: 3px #AA1D1D solid; display: block; color: #fff; font-size: 30px; padding: 12px; text-align: center}
.admissions-block{} 

.banking-details-block{display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; max-width: 1280px; margin: auto}
.banking-details-block ul{width:48%; margin: 0; padding: 0 0 0 20px}
.banking-details-block ul > strong{margin-left: -20px; font-size: 18px}
.banking-details-block ul li{padding: 5px 0}
.banking-details-block > span{width: 100%}
.banking-details-block > span .btn1{line-height: normal; color: #fff; margin-bottom: 30px;}

/*=================== CLIENT ZONE ==========================*/
.zone-main{width:100%; min-height:400px; font-family:Arial, Helvetica, sans-serif; font-size:12px; margin-top:5px;}
.zone-tab{width:100%; height:40px;}
.zone-tab div a{position:relative; float:left; width:200px; height:40px; background: #F40000;  color: rgba(255,255,255,.8) !important; color:#fff; margin-right:5px; font-size:14px; padding-top:5px; text-align:center; text-decoration:none;}
.zone-tab div a:hover{opacity:0.8;}
.zone-section{position:relative; float:left; min-height:350px; max-width:1000px; width:100%; border:1px solid #c0c0c0; margin-bottom:30px;}
.zone-container-access{font-size:18px; font-weight:bold; text-align:center;padding-top:80px;}

.zone-form{width:980px; margin: auto;}
.zone-form table{width:100%}
.zone-form table td{padding:10px}
.zone-form table input[type=text],.login-register table input[type=password], .login-register table input[type=email], .login-register table select, .login-register table textarea{padding: 12px; width:100%; margin-top: 5px; border: #ccc solid 1px;}
.zone-form button{margin: auto}
.zone-form .btn1{padding: 15px 20px}
.zone-form h1{text-align: center}
.zone-form span{font-weight:normal; color:#808080; font-size:16px;}
.zone-form table input[type=file]{width:100px;}
.zone-form textarea{font-family:Arial, Helvetica, sans-serif;font-size:13px; padding:4px !important; margin:0px !Important; margin-top:3px !important;}
.zone-file{position:absolute; z-index:999;top:2px;left:102px;width:200px;height:30px;background-color:#EDEBEB;padding-left:40px;padding-top:4px;}

.zone-list-btn{position:relative; float:left; border-radius:3px; background-color:#f00; color:#fff !important; text-decoration:none; width:100px; text-align:center;}
.zone-list-btn:hover{opacity:0.7;}

.zone-list-tracker{}
.zone-list-tracker table{display:table;border-spacing:0;border-collapse:collapse; font-size:12px; width:1000px;}
.zone-list-tracker td{display:table;text-align:left; padding:3px; padding-left:6px; border:1px solid #c0c0c0;}
.zone-list-tracker tr{display:table;}
.zone-list-tracker img{width:30px;height:25px;}
.zone-list-tracker td:nth-child(1){width:100px;}
.zone-list-tracker td:nth-child(2){width:100px;}
.zone-list-tracker td:nth-child(3){width:350px;}
.zone-list-tracker td:nth-child(4){width:120px;}
.zone-list-tracker td:nth-child(5){width:100px;}
.zone-list-tracker td:nth-child(6){width:100px;}
.zone-list-tracker tr:nth-child(1) td{background-color:#EDEBEB; color:#202020;border:none;}

.zone-btn{display: inline-block; padding:6px; min-width: 150px; text-align:center; font-size:14px; background:#aa1d1d;  border-radius:4px;  color:#fff !important; text-decoration:none;}
.zone-btn-red {margin-left:40px;background-color:#f00;}
.zone-float-left{position:relative;float:left;}
.zone-float-right{position:relative;float:right;margin-left: 30px;}

.zone-empty{padding:40px;font-size:16px;font-weight:bold;}

/*===================== Contact us ======================*/
.contactus-block{width: 100%; justify-content: space-between; flex-wrap: wrap; display: flex}
.contactus-block > div{width: 48%}
.contactus-block > h2{text-transform: uppercase; font-size: 36px; color: #16233A; margin: 0}
.contactus-block > div ul{padding:0 0 24px 0; margin:30px 0; border-bottom: 1px solid #84DCCF;} 
.contactus-block > div ul:last-of-type{border-bottom:none}
.contactus-block > div ul strong{color: #253755; font-size: 20px} 
.contactus-block > div ul li{list-style: none;padding: 5px 0} 
.contactus-block > div ul li a{color: #253755; } 
.contactus-block > div ul li a .fa-fw{color: #aa1d1d } 

.enquiry{ display:table;width:100%;box-shadow: 0px 0px 10px 0px rgba(193.8, 193.8, 193.8, 0.5); padding: 25px; margin-top: 20px}
.captcha {color:#666;}
.enquiry h2{}
.enquiry table{width: 100%}
.enquiry .btn1 {margin-top: 22px; font-weight: bold; padding: 12px 15px; color: white !important; border-radius: 1px !important; text-decoration:none; display: inline-block;}
.enquiry input, .enquiry select, .enquiry textarea{background-color: white; color: #666; font-family:Arial, Helvetica, sans-serif; padding: 12px ; width: 100%; font-size: 16px !important; border:1px solid #c0c0c0; border-radius: 4px; margin: 3px 0;}

.disclaimer-text ul,.disclaimer-text ol{ padding:0 0 0 20px; margin:0}
.disclaimer-text ul li,.disclaimer-text ol li{ padding:5px 0}
.text-block.disclaimer-text h2{ font-weight:normal}
.text-block.disclaimer-text > div{ display: flex; justify-content: space-between; flex-wrap: wrap; width:50%; margin-top:20px}
.text-block.disclaimer-text > div > a{min-width:150px; color: #fff !important; line-height: normal}
.tcs-block > td > div {display: flex;flex-wrap: nowrap;align-items: center;justify-content: unset !important;}
.tcs-block div input {width: 4%;height: 25px;margin-right: 10px; margin-left:0}
.tcs-block > td > div > label > span > a{color: #1f427f !important; font-weight:normal}

/*======================== THANK YOU & ERROR 4040 ==========================*/
.custom-404,.thank-you-custom{min-height:300px;}

/*======================== GENERAL FORMS ============================*/
.form-tabs{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; text-align: center; margin:0}
.form-tabs > div{position:relative; float:left; background-color:#253755;width:20%; max-width:300px;  }
.form-tabs .active-tab{ background-color: #AA1D1D; position:relative }
.form-tabs .active-tab:before{ content:""; width: 0px; height: 0px; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #AA1D1D; position: absolute; top: 100%; left: 50%; transform: translate(-50%, 0);}
.form-tabs > div a{ color:#fff !important; display:block; padding:7px 10px; text-decoration:none; border-radius: 4px;}
.form-tabs-empty{background-color:#fff !important;}

.upload-document-section{width: 100% !important;justify-content: space-between;}
tr.upload-document-section > td{width:33% !important; padding-left: 10px;}

.form-container{padding:20px; }
.form-container table{ width:100%; padding:5px 10px}
.form-container table tbody{display: flex; flex-wrap: wrap; justify-content: space-between; width:100%}
.form-container table tr{ width:100%;display: flex; flex-wrap: wrap;  padding: 5px 0;}
.form-container table tr td{ width: 49%; display: flex; flex-wrap: wrap; align-items: center; font-size:14px}
.form-container table tr td textarea,.form-container table tr td select,.form-container table tr td input{ width:100%; border: solid 1px #404040; padding:10px; font-family: Arial, Helvetica, sans-serif; color:#404040;max-height: 37px !important;}
.form-container textarea{height:60px;}
.form-container label{line-height:14px; margin-bottom:2px;}
.form-container h3{margin-top:10px;font-size:16px;margin-bottom:0px;}
.form-container h4{margin:0px;font-size:13px;margin-bottom:0px;}
.form-check{margin-left:20px; font-size:11px;display: flex; align-items: center;}
.form-option{font-size:14px; width:100%}
.form-option div{position:relative; float:left; width:50%; display: flex; align-items: center; margin: 2px -5px;}
.form-option input{width:20px !important;position:relative; float:left;}
.form-option label{position:relative; float:left;width: 60%;}
.form-nav{width:100%;display:table;}
.form-nav div{width:auto; position:relative;}
.siblings-table{ width:100% !important}
.form-nav div:nth-child(1){float:left;}
.form-nav div:nth-child(2){float:right;}
.disease-options td{max-height: 118px;margin-bottom: 41px;}
.font-size input{font-size:19px;}
.photo-option{ width:100%; display: flex;}
.photo-option > div{ display: flex; width: 13%; flex-direction: row;}


.form-toggle{display:table;margin-left:20px; font-size:13px; max-width:1000px; width:100%; height:40px; text-transform:uppercase; font-weight:bold; border-bottom:1px solid #c0c0c0;}
.form-toggle a{position:relative;float:left;width:20px;}
.form-toggle span{position:relative;float:left;width:900px; margin-left:5px;}

.form-upload{display:table; flex-wrap:none;border-spacing:0;border-collapse:collapse; font-size:12px; max-width:1050px; width:100%}
.form-upload td{width:auto !important; text-align:left;}
.form-upload img{width:30px;height:25px;}
.form-upload tr{display:table; flex-wrap:none;}
.form-upload td{display:table; flex-wrap:none;}
/*.form-upload tr:nth-child(1) td{background-color:#EDEBEB; color:#202020;}*/
.form-upload td:nth-child(1){width:3%;}
.form-upload td:nth-child(2){width:35%!important;white-space:nowrap;}
.form-upload td:nth-child(3){width:10%  !important;}
.form-upload td:nth-child(4){width:10% !important;}
.form-upload td:nth-child(5){width:40% !important;}


.form-uploaddoc{ position:relative; width:100%;}
.form-uploaddoc div{
	/*
    height: 20px;
    width: 20px;
    position: relative;
	*/
    cursor: pointer;
    /*Using a background color, but you can use a background image to represent a button*/
    background-color: #DDF;
    border-color:1px solid #c00;
}
.form-uploaddoc input[type="file"]{
    cursor: pointer;
	background-color:#EDEBEB;
	width:120px;
}

/*===========================FORM===========================*/
/*
/*==========================================================*/
.email_show{display: none !important;}
.email_remove{}
.form-field-input.noCap{
	width: 100% !important;
}
.form-field *, .form-field, *[id*='_form_parent']{
    color:#808080;
    width: 100%;
}

*[id*='_form_parent'] > *.form-field{ float:left; width: 48%;}
*[id*='_form_parent'] > *:nth-child(even){margin-left: 0.5%;}
*[id*='_form_parent'] > *:nth-child(odd){margin-right: 1%;}
*[id*='_form_parent'] > *:nth-child(odd):last-child{width: 100%;}

*[id*='_form_parent']:after{float: none; clear: both; width: 100%; display: block; content: ' '}

.form-field textarea{font-family:Arial,Helvetica,sans-serif;}
.form-field:not(:last-child){ margin-bottom: 15px;}
.form-field-note{color:#f00; margin-top:5px;}
.form-field-title{
    margin-bottom: 10px;
    font-weight: bold;
}
.form-field > input, .form-field > select, .form-field > textarea{
    padding: 6px;
    border-color: #d4d4d4;
    border-width: 1px;
}
.form-field-break{padding: 10px 0px; width: 100% !important; }
.form-submit{
    width: 100%;
    max-width: 200px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
	-ms-transform: translate(-50%,0%); 
    
    text-align: center;
    padding: 10px;
}

@media screen and (max-width: 600px){
    *[id*='_form_parent'] > *{width: 100% !important; display: block !important; margin-left: 0 !important; margin-right: 0 !important;}
}

 /*---- WhatsApp Chat ----*/
.whatsapp-block{ position:fixed; bottom: 35px; right: 20px; background-color:#0dc152; color:#fff;  border-radius: 50px; font-size:14px; z-index: 999;}
.whatsapp-block > a{ color:#fff; display:flex;flex-direction: row;padding: 9px 16px;}
.whatsapp-block > a .fab{ font-size:22px; font-weight:normal; text-align:left;margin-right: 10px;}
.whatsapp-block a{text-decoration:none; }
.whatsapp-block > a > span:last-of-type{line-height: 24px; }

/*------------------ FOOTER --------------*/
.footer{ color:#003d3d; padding-left:0px; width:100%;  background-color:#f4f4f4; display:table;}
.footer > div{text-align:left; width:100%; padding:30px 15px; max-width: 1280px; margin: auto; display: flex; flex-wrap: wrap; justify-content: space-between; color: #003d3d; font-size: 16px}
.footer > div > div:first-of-type{width: 31%; justify-content: space-between; display: flex; flex-wrap: wrap; align-content: flex-start;}
.footer > div > div:first-of-type a{width:72%;}
.footer > div > div:first-of-type p{line-height: 22px;}
.footer > div > div:last-of-type a{ margin-bottom: 20px }
.footer > div > div{width:16%; }
.footer > div > div a{width:100%; text-align: center; display: block}
.footer > div > div ul{ padding: 0; margin: 0;}
.footer > div > div > strong{margin: 0 0 10px; display: block; font-size: 20px; font-weight: normal; text-transform: uppercase;}
.footer > div > div ul li{ list-style: none; padding: 5px 0}
.footer > div > div ul li a{ color: #003d3d; text-align: left; display: flex; flex-wrap: wrap; gap: 0 10px; align-items: baseline; }
.footer > div > div ul li a > span{line-height: 20px;}

.footer > div > div img{ width:100%; height: auto; display: block}
.footer > div a{ text-decoration:none;color:#003d3d;width: 30%;}

.footer-bottom{padding: 12px 0; display: table; width: 100%; background-color: #f1f1f1;border-top: solid 1px #2ebde9}
.footer-bottom{ border-top: solid 1px rgba(16, 28, 68, 0.21)}
.footer-bottom ul{ padding:0; margin: 0}
.footer-regions ul strong{ display:block; font-size:12px;margin-bottom: 3px;}
.footer-bottom li{ float:left; padding-right:20px; list-style:none;color:#003d3d; font-size:12px}
.footer-bottom li a{ text-decoration:none; color:#003d3d}
.footer-bottom > div{ max-width:1280px; margin:auto; width:100%; display:flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 0 15px}
.footer-bottom > div > a{font-size: 20px; color: #003d3d}

.footer-logo{display: flex; flex-wrap: wrap; justify-content: space-between; padding: 40px 15px 15px; margin: auto auto 30px; width: 100%; max-width: 1280px}
.footer-logo > div{display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0}
.footer-logo .footer-logo-title{ width: 20%; }
.footer-logo .footer-logo-title span{font-size: 24px; font-weight:800; color: #FFCD05; }
.footer-logo .footer-logo-title strong{ display:flex; flex-direction:column; font-size: 22px; line-height: 32px;}
.footer-logo > div:last-of-type{width: 78%; display: flex; flex-wrap: wrap; justify-content: space-between}
.footer-logo > div:last-of-type > div{width: 19%; border: solid 1px #d3d3d3; padding: 10px 15px; border-radius: 10px; display: flex; align-items: center; justify-content: space-around;}
.footer-logo > div:last-of-type > div img{width: 100%; display: block; max-height: 90px; height: 100%;}
.footer-logo img{width: 64%; height: auto;display: block}


.row{clear: left;}
.row0{clear: left; line-height:1px;}

@media not all and (min-resolution:.001dpcm) {
}
@media (min-width: 1664px) and (max-width: 2560px){
	
}

@media only screen  and (min-width : 2280px){
}

@media screen and (max-width: 1280px){
}
@media (min-width: 1025px) and (max-width: 1330px){
	.footer{ padding:0 10px }
	
}

@media only screen and (max-width: 1024px){
	body{ display: table}
	
	
}
@media (min-width: 800px) and (max-width: 1023px){
	
	.menu-top:after{left: -15.6%;}
	}

@media (min-width: 600px) and (max-width: 799px){
	.logo img{ width:100%; height:auto}
	.menu-top{ width:auto}
	.nav > li > a{ padding:0 8px !important} 
	.menu-top:after{left: -15.6%;}
	
}

@media screen and (max-device-width: 768px){	
	
}

@media screen and (max-width:599px){
	body{display: block}
	.ecat-value{max-width:9px !important;} /*---- important do not remove  ----*/
	.mobi-only{ display: block !important}
	img{max-width: 100%; height: auto}
	.logo{width: 65%;}
	.user-block > a{padding: 8px 28px}
	.menu-top-container{justify-content: space-around;}
	.section-2, .section-section{width:100%;}	
	.section-header{width: calc(100% - 50px); float: right; padding:5px 10px }
	.user-block{margin: auto}
	.widget-container{width: 50%;}
	
	.private-education-block > div,.home-intro-block > div:last-of-type,.home-intro-block > div:first-of-type{width: 100%}
	.home-intro-block > div:first-of-type{font-size: 32px}
	.home-intro-block > div p{ margin: revert;}
	.home-call2action-banner > div{padding:30px 15px}
	.private-education-block .private-education-info > div strong{font-size: 40px}
	
	.home-phases-offered > div > div{width: 100%; margin-bottom: 30px;}
	.home-phases-offered .btn-phases{margin-top: 0; width: 100%;text-align: center;}
	.home-phases-offered{margin: 0 auto}
	
	.page-title{height: 165px}
	.page-title > div > div{width: 100%; height: 74px; align-content: center;}
	.page-title > div > div h1{font-size: 28px; padding-left: 10px}
	.page-title > div > div > div{width: 20%}
	.page-title > div > div > div img{width: 100%; height: auto; display: block}
	
	.why-choose-us-bg,.aboutus-sub-bg{margin: auto}
	.banking-details-block ul,.admissions-block > div,.aboutus-sub-block > div{width: 100%}
	.aboutus-sub-block > div > div{gap:0 20px; margin:20px auto}
	.aboutus-sub-block > div > div a{padding: 10px 22px}
	
	.why-choose-us > div:last-of-type{width: 100%; padding: 20px;}
	.sub-intro-text > div{width: 100%}
	.difference-block .why-choose-us > div > strong{ font-size: 36px; line-height: 38px;}
	
	.school-info-block .documents-info{padding:10px 0}
	.management-team-block .team-text{width: 100%; margin-bottom: 20px; order: -1;}
	.management-team-block > div > div{width: 100%}
	.management-team-block > div{padding: 40px 0}
	
	.documents-info > div > div,.documents-info .btn2{width: 100%}
	
	.contactus-block > div{width: 100%}
	.enquiry{padding: 10px;}
	
	.enquiry input, .enquiry select, .enquiry textarea{font-size: 14px}
	
	/*=============== ONLINE APPLICATION FORM ==============*/
	.form-tabs > div{ width:100%; max-width:100%; border-bottom: 1px solid #fff;}
	.form-toggle{ margin-left:auto; width:100%; height:auto}
	.form-container{ padding:5px}
	.form-container table{ padding:0}
	.zone-list-tracker table{ width:100% !important }
	.zone-list-tracker tr:nth-child(1) td{ display:none}
	.form-container table tr td{ width:100%; padding: 5px 0;max-height: unset !important;}
	.zone-list-tracker table tr td{ width:50% !important; padding: 5px;}
	.zone-btn{ width:100%}
	.zone-btn-red{ margin: 5px 0;}
	.form-nav div{ width:100%}
	.form-tabs .active-tab:before{ display:none}
	.form-nav div:nth-child(1){margin-bottom: 5px;}
	.contactus-top > div:last-of-type{height: auto !important;}
	
	/*=============== Thank you ==============*/
	.thank-you div,.thank-you{ width:100%}
	.thank-you-title{ left:auto; white-space:normal; font-size:4.5em}
	.thank-you div{ top:auto}
	.thank-you-contact{ margin-top:0}
	.thank-you div{ left:auto}
	
	.text-block.disclaimer-text > div{ width:100%}
	.text-block.disclaimer-text > div > a{ width:100%; margin:5px 0}
	.tcs-block div{ line-height:20px; font-size: 14px;}
	.tcs-block div input{ width:10%}
	
	/*=============== Mobile banner ==============*/	

	.csslider1{ height:100%}
	.home-banner h2{font-size: 26px;   line-height: 28px;}
	.cs_title .cs_wrapper{ bottom:0}
	.mobile-banner{ position:absolute;background-color: rgba(0, 0, 0, 0.5); bottom:0;color: #fff; margin: 0; font-size: 20px; line-height: 26px; left: 0; width:100%; height:85%}
	.csslider1 > .cs_description > label{ max-width:100% !important; width:100%; left:0 !important}
	.home-banner .cs_title h1{ font-size:26px}
	.home-banner .cs_title .cs_wrapper{ padding:0 15px; font-size:26px}
	.mobile-banner > span{ position:unset; font-size:32px; line-height:32px}
	.home-banner .cs_descr .cs_wrapper{ margin:30px 0 0 0; padding:0 15px; font-size:20px; line-height:26px}
	.home-banner .cs_descr .cs_wrapper br{ display:none}
	.home-banner .btn-learn-more{ margin-left:15px; margin-top:15px}
	.home-banner .cs-title-align{ margin:0}
	.mobile-banner > span h1{ font-size:32px; line-height:32px}
	.home-banner .btn-banner{ margin-top:15px; padding:10px 15px}
	.mobile-banner p{font-size: 16px; margin-bottom:0}
	.csslider1 > .cs_description > label{ top:35px !important}
	.quick-enquiry-block > a{ color:#fff; text-decoration:none;font-weight: bold; font-size: 14px; padding: 12px;
    display: block; display:flex; justify-content: space-between; width: 130px;}
	.home-banner::before,.mobile-banner > span br{ display:none !important}


	/*=============== MENU ==============*/
	.dropdown:focus .dropdown-menu,.dropdown:hover .dropdown-menu{display:block !important; margin:0;left:0;position:relative;border-radius:0 !important;min-width: 100%;}
	.navbar-toggle{position:relative; width:20%; margin:0; text-align:center}	
	.nav > li > span, .nav > li > a{line-height: 40px; width: 100%;}
	.nav > li{width: 100%}
	.menu-top{position: absolute; top: 70px; width: 100%}	
	.dropdown-menu{margin-left: 20px}	
	.top-header, .top-tel{display:none !important}
	
	.whatsapp-block{bottom: 10px}

	.footer-bottom{padding-bottom: 30px}
	.footer > div > div:first-of-type{width: 100%; margin: auto;margin-bottom: 20px}
	.footer > div > div:first-of-type a{width: 70%; }
	.footer > div > div:first-of-type p{font-size: 14px}
	.footer > div > div{width: auto}
	.footer > div > div > strong{font-size: 18px}
	.footer > div > div:last-of-type{width: 100%; margin-top: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
	.footer > div > div:last-of-type > a{width:48%; margin: 0}
	
	.footer-logo > div:last-of-type,.footer-logo .footer-logo-title{width: 100%}
	.footer-logo > div:last-of-type{ justify-content: flex-start; gap: 15px; margin-top: 20px;}
	.footer-logo-title strong{text-align: left;}
	.footer-logo > div:last-of-type > div{width: 30%}
	.footer-bottom li{padding-bottom: 5px;}
}

@media screen and (max-width: 599px){
	.menu-top{ background-color:#AA1D1D; position:fixed; top:0; height:100px; width:50px; overflow:hidden; padding:0px; transition:all 0.3s; z-index:100; left: 0}
	#mainNav{padding:10px;overflow-y:auto;height:calc(100vh - 100px)}
	.menu-top>label{color:#fff;display:block;height:100px;padding:0;position:relative;margin-bottom:0}
	.menu-top>label>i{font-size: 1.5rem;color:#fff;line-height:100px;text-align:center;width:50px;transition:all 0.1s ease 0.3s}
	#navOverlay{display:block;width:100%;height:100%;background-color:rgba(0,0,0,0.8);position:fixed;top:0;left:0;transform:translate(-100%);transition:all 0.25s ease-out 0.1s;z-index:100}
	#mobi-toggle:checked ~ .section-1 .menu-top>label i::before{content:"\f00d";font-size:2.5rem}
	#mobi-toggle:checked ~ .section-1 .menu-top{height:100vh;width:250px}
	#mobi-toggle:checked ~ * #navOverlay{transform:translate(0)}
}