@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap');
*{

  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}
:root {
  --container: 90%;
  --primary: hsl(201.43, 13.21%, 58.43%);
  --white: hsl(0, 0%, 100%);
  --white-light: hsl(0, 0%, 99%);
  --box-shadow: hsl(220, 7.32%, 91.96%);
}

body{
  background: url(assets/img/yellowbg.jpg);
  background-size: cover;
  background-position: center center ;
  
}

.uni-padding{
  padding: 0 7%;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Poppins', sans-serif;
}
p{
  font-size: 1.4rem;
}

a{
  text-decoration: none;
  color: var(--text-gray);
}

.flex-row{
  display: flex;
  flex-direction: row;    
  flex-wrap: wrap;
}

/*navbar*/
.navbar{
  background: url(assets/img/yellowbg.jpg);
  background-position: center center;  
}

.navbar .navbar-nav .nav-link {
  color: #042661 !important;
  font-weight: 600;
  font-size: 18px;
  padding-right: 50px;

}

.dropdown-menu{
  font-size: 12px;
  padding: 0px 1px 0px 1px;
  text-decoration: none;
  color: aquamarine;
}

.dropdown-item{
  text-decoration: none;
  padding: 5px ;
  text-decoration: none;
  font-size: 16px;
  color: black;
}


.dropdown-menu a:hover{
  background-color: rgba(121, 166, 202, 0.37);
}
.navbar-brand{
  margin: 0;
  padding: 0;
}
.navbar-brand img{
  padding: 0;
  width: 150px;
  height: 80px;
  margin-left: 30px;
}

p{
  width: 100%;
  text-align: center;
}
.banner-aboutus{
  background-image: url("assets/img/5235161-v5.jpg");
  height:80vh;  
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover; 
  background-position: center center;
}

.banner-contact{
  background-image: url("assets/img/contact.jpg");
  height:70vh;  
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover; 
  background-position: center center;
}

/*slider*/
.carousel-inner{
  height: 70vh;
  background-size: contain;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.why h1{
  color: #042661;
  font-weight: 600;
  font-size: 35px;
}
.whatwedo{
  width: 100%;
}


.whatwedo .why .box{
  width: 80%;
  margin: 80px 60px; 
  border-radius: 7px;
  box-shadow: 1px 2px 4px rgba(0,0,0,.5);
  text-align: left;
}

.whatwedo .why .box .heading{
  font-size: 3.5rem;
  font-weight: 600;
  border-radius: 7px 7px 0px 0px;
  padding: 10px;
  color: #042661;
  text-align: center;
  
}

.whatwedo .why  .faqs{
  width: 100%;
  padding: 0px 10px 10px;
}

.whatwedo  ::-webkit-details-marker{
  float: right;
  margin-top: 3px;
}

.whatwedo .why details{
  background: #042661;
  padding: 10px 20px;
  border-radius: 7px;
  margin-top: 20px;
  font-family: "Rubik";
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  color:#f6f6f6;
}

.whatwedo .why details summary{
  outline: none;
  font-size: 15px;
    text-align: left;
}




/*notice section*/
.notice-section{
    padding:  15px;
    padding-bottom: 10px;
}

.row .card:hover{
  /*background-color: rgb(194, 211, 248);*/
  background: linear-gradient(rgb(112, 181, 236), rgb(154, 154, 231), rgb(243, 164, 164) );
  
}

/*card title*/

 
.card{
    margin-top: 25px;
    margin-left: 15px;
     
}

/*--Our Campuses*/
 
.gallery{
  margin-right: 15px;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}

 


/*---------About Us Page----------*/
.whyus{  
  width: 90%;
  text-align: center;
  margin-top: 50px;  
  height: 85vh;  
  min-height: 85vh;
  height: auto;
}
.whyus h2{    
  font-size: 2.3rem;
  font-weight:bold;
  color:black;
  text-align: left;
}

.whyus .row{  
  
  display: flex;
  flex-wrap: wrap;  
  align-items: center;
  justify-content: center;
}

.whyus .row .image{
  
  flex: 1 1 50rem;
  padding: 1rem;
 text-align: center;
}

.whyus .row .image img{ 
  width: 80%;
  border-radius: .5rem;
  background-size: contain;
  /*border:1rem solid #333;*/
}

.whyus .row .content{
  flex:1 1 45rem;
  text-align: left;
}

.whyus .row .content h4{
  font-size: 1.6rem;
  font-weight:700;
  color:black;
  text-align: left;
}

.whyus .row .content p{
  width: 80%;
  font-size: 1.8rem;
  color:white;
  padding: 1rem 0;
  line-height: 1.5;
  text-align: left;
}

.whyus .row .content p ul{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.whyus .row .content p ul li{  
  font-weight: 500;
  align-items: center;
  display: table-row;
  text-align: left;
  white-space: nowrap;
  padding: 0 10px;
}
.whyus .row .content p .box{
  width: 70%;
}
.whyus .row .content p .box .faqs{

  padding: 0px 10px 10px;
  
}

.whyus  ::-webkit-details-marker{
  float: right;
  margin-top: 3px;
}

.whyus details{
  background: #042661;
  padding: 10px 20px;
  border-radius: 7px;
  margin-top: 20px;
  font-family: "Rubik";
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
}

.whyus details summary{
  outline: none;
  color:white;
}

/*----------Fees 10th Table Styling------------*/
.feestenth{
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
 margin: 0 auto;
  text-align: center;
  
}
.feestenth  .tip{
  text-align:center; 
  font-style:italic; 
  Font-size:18px; 
  font-weight: 600;
}
.feestenth h2{
  color:#042661;
  font-size: 30px;
  font-weight: 600;
}

.feestenth .container{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  
}
.feestenth .container .row{
  width:100% ;
}
.feestenth .col {
 
  width: 33.3%;
  padding: 8px;
}

.feestenth .price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.feestenth .price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.feestenth .price .header {
  background-color: #111;
  color: white;
  font-size: 18px;
}

.feestenth .price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
  font-size:20px;
  color:red;
  font-weight: 600;
}

.feestenth .price .grey {
  background-color: #eee;
  font-size: 18px;
  color:black;
}

.feestenth .button {
  
  border: none;
  color: #042661;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  pointer-events: none;
}
.feestenth .button:hover{
  cursor: default;
  
}
@media only screen and (max-width: 600px) {
  .feestenth .col {
    width: 100%;
  }
}
/*----------Fees 12th Table Styling------------*/
.feestwelveth{
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
 margin: 0 auto;
  text-align: center;
  
}
.feestwelveth h2{
  color:#042661;
  font-size: 30px;
  font-weight: 600;
}
.feestwelveth .tip{
  text-align:center; 
  font-style:italic; 
  Font-size:18px; 
  font-weight: 600;
}
.feestwelveth .container{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.feestwelveth .container .row{
  width:100% ;
}
.feestwelveth .col {
 
  width: 33.3%;
  padding: 8px;
}

.feestwelveth .price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.feestwelveth .price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.feestwelveth .price .header {
  background-color: #111;
  color: white;
  font-size: 18px;
}

.feestwelveth .price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
  font-size:20px;
  color:red;
  font-weight: 600;
}

.feestwelveth .price .grey {
  background-color: #eee;
  font-size: 18px;
  color:black;
}

.feestwelveth .button {
  
  border: none;
  color: #042661;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  pointer-events: none;
}
.feestwelveth .button:hover{
  cursor: default;
  
}
@media only screen and (max-width: 600px) {
  .feestwelveth .col {
    width: 100%;
  }
}

/*----------FeesCBSC Table Styling------------*/
.feescbsc{
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
 margin: 0 auto;
  text-align: center;
  
}
.feescbsc h2{
  color:#042661;
  font-size: 30px;
  font-weight: 600;
}
.feescbsc .tip{
  text-align:center; 
  font-style:italic; 
  Font-size:18px; 
  font-weight: 600;
}
.feescbsc .container{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
 
}
.feescbsc .container .row{
  width:100% ;
}
.feescbsc .col{
 
  width: 33.3%;
  padding: 8px;
}

.feescbsc .price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.feescbsc .price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.feescbsc .price .header {
  background-color: #111;
  color: white;
  font-size: 18px;
}

.feescbsc .price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
  font-size:20px;
  color:red;
  font-weight: 600;
}

.feescbsc .price .grey {
  background-color: #eee;
  font-size: 18px;
  color:black;
}

.feescbsc .button {
  
  border: none;
  color: #042661;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  pointer-events: none;
}
.feescbsc .button:hover{
  cursor: default;
  
}
@media only screen and (max-width: 600px) {
  .feescbsc .col {
    width: 100%;
  }
}



/*height box
.box {
    margin-top: 15px;
    float: left;
    width: 45%;
    padding: 50px;
    height: 300px;
    border-radius: 10px;
    margin: 30px;
    }
    */
 
  
  .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }

  .heightbox {
    text-align: center;
    margin-top: 15px;
     
  }

  .heightbox1 {
    margin-top: 15px;
    margin-left: 15px;
  }

   

  /*We invite you to take the next step*/
  .invite{
    position: relative;
    margin: auto;
    padding: 5%;
  }

  h1{
    text-align: center;
  }

   

   
  /*contact us*/

  
  .contact{
    z-index: 3;
    padding-top: 10px;
    padding-bottom: 5px;  
  }
  .contact h2{
    color: #042661;
    font-weight: 600;
  }
  .contact p{
    color: #000;
  }
  .contact .container{
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 10px;
    border-radius: 25px;    
  }

  .section-header{
    margin-bottom: 10px;
    text-align: center;
  }

  .contact .contact .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }

  .contact .contact-info{
    width: 50%;   
  }

  .contact .contact-info-item{
    display: flex;
    margin-bottom: 20px;    
  }

  .contact .contact-info-icon {
    height: 70px;
    width: 70px;
   
    text-align: center;
    border-radius: 50%;
  }
  .contact .contact-info-icon i{
    font-size: 30px;
    line-height: 70px;
    color: #042661;
  } 
  .contact-info-content h3  {
      color: #042661;
      font-weight: 600;
  }
  .contact-info-content p  {
    color: black;
}
  .contact .contact-form{
    background-color: aliceblue;
    padding: 40px;
    width: 45%;
    padding-bottom: 20px;
    padding-top: 20px;
    border-radius: 25px;
  }
  .contact .contact-form .input-box{
    position: relative;
    width: 100%;
    margin-top: 10px;
  }
  .contact .contact-form .input-box input,
  .contact .contact-form .input-box textarea{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
    background-color: aliceblue;
  }

  .contact .contact-form .input-box span{
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color:#666 ;
  }

  .contact .contact-form .input-box input:focus ~ span,
  .contact .contact-form .input-box textarea:focus ~ span{
    color: red;
    font-size: 14px;
    transform: translateY(-20px);
  }

  .contact .contact-form .input-box input[type="submit"]
  {
    width: 50%;
    background:#042661;
    padding: 10px;
    font-size: 18px;
    border: 2px solid var(--secondary);
    transition: 0.5s;
  }
 .contact .contact-form .input-box input[type="submit"]:hover{
  color:white;
 }

 @media (max-width:991px) {
  .contact{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact .row{
    flex-direction: column;
  }
  .contact .contact-info{
    margin-bottom: 40px;
    width: 100%;
  }
  .contact .contact-form{
    width: 100%;
  }

 }



/*hero section*/
   
 .text-white h1, h4{
  color: white;
  font-weight: bold;
}

.pg{
  font-size: 16px;
}

/*campuses*/ 
 
.content-area {
  padding-bottom: 30px;
}
.campuses{
  
  justify-content: center;
  align-items: center;
  
}
.campuses .row{
  width: 100%;
  text-align: center;
}
.campuses .row p{
 width: 90%;
 margin: 30px;
 text-align: justify;
 font-size: 16px;
}
.centers h3{
  color:#021c48;
  font-weight: 600;
}
/*footer*/
footer{
  background-color: #021c48;
}
.link{
  font-size: 16px;
}
footer .container .row p a:hover{
  font-size: 20px;
  color: #fff;
}

/*===========Admission Styling===========*/
.section-title h3 {
  background: #042661;
  padding: 10px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px;
}

h3#et {
  text-transform: inherit;
}

.section-title .col-md-12 {
  margin: 0;
  padding: 0;
}

form label {
  text-transform: capitalize;
  font-size: 16px;
  margin: 0;
  display: inline-block;
  color: rgb(12, 50, 83);
  font-weight: 600;
}

form {
  margin-bottom: 35px;
}

form input[type="text"],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #dddd;
  outline: none;
  border-radius: 10px;
  margin-bottom: 20px;
}

.left-side-form {
  margin-right: 25px;
}

.right-side-form {
  margin-left: 25px;
}

select {
  width: 25%;
  padding: 10px;
  border: 1px solid #dddd;
  text-transform: capitalize;
  border-radius: 10px;
  margin-bottom: 20px;
  outline: none;
}

 input[type="radio"] {
  margin: 0 8px;
  margin-bottom: 70px;
}

input[type="submit"] {
  background: rgb(12, 50, 83);
  border: none;
  color: #fff;
  padding: 10px 50px;
  border-radius: 10px;
  outline: none;
}

h5 span.error,
span.error {
  font-size: 16px;
  color: #BE4B49;
  margin-left: 5%;
}

.errorMessage {
  display: block;
  color: #BE4B49;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.successMessage {
  display: block;
  color: #00770D;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

section.section-padding {
  padding: 80px 0;
}

.VisionMission{
  width: 80%;
  margin: auto;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px; 
  border: 5px solid #042661;
  border-radius: 30px;
  border-style: double;
}


.VisionMission .row{
  width: 100%;
  margin-top: 1%;
  display:flex;
  justify-content:center;
  align-items: center;
  text-align: center;
}

.VisionMission .ViMi-Col{
  width: 100%;
  margin-bottom: .5%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
  transition: 0.3s;
  
}

.VisionMission .ViMi-Col h3{
  text-align: center;
  font-weight: 600;
  margin: 10px;
  font-size: 40px;
  color: #042661;
}

.ViMi-Col p{
  width:80%;
  color: rgb(62, 62, 62);
  font-size: 20px;
  
  line-height: 30px;    
  text-align: center;
  align-self: center;
}

/* Subjects available section*/
.subjects{
  background-color: #d8f1fa;
  margin-bottom: 30px;
}

.subjects h1{
  padding-top: 30px;
}
.img-area {
	
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 50vh;
	padding: 15px;
}
.wrapper {
	max-width: 1580px;
	margin: 0 auto;
	padding: 50px 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	grid-auto-rows: 280px;
	grid-auto-flow: dense;
	grid-gap: 25px;
	width: 100%;
}
.single-box {
	position: relative;
}
.single-box a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.single-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.9s;
	user-select: none;
}
.single-box a:hover img {
	transform: rotate(3deg) scale(0.8);
}
@media (max-width: 768px) {
	.img-area {
		padding: 0;
	}
	.wrapper {
		max-width: 100%;
		padding: 0;
	}
}


/*------tabs Styling--------*/
.tabs{
  width: 100%;
}
.tabs .container {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0 1rem;
  margin: 0 auto;
}
header {
  text-align: center;
}
.tabs .section-heading {
  margin: 3rem 0;
  font-size: 4rem;
  padding-bottom: 0.7rem;
  position: relative;
  display: inline-block;
}
.tabs .section-heading::before,
.tabs .section-heading::after {
  content: '';
  position: absolute;
}
.tabs .section-heading::before {
  width: 100%;
  height: 0.2rem;
  bottom: 0;
  left: 0;
  background: var(--primary);
  border-radius: 0.2rem;
}
.tabs .section-heading::after {
  bottom: -0.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  border: 0.2rem solid var(--primary);
  background: var(--box-shadow);
}
.tabs .tab-container {
  width: 70%;
  margin: 0 auto 3rem auto;
  box-shadow: 0 0.8rem 1rem var(--box-shadow);
}
@media (max-width: 767px) {
  .tabs .tab-container {
    width: 90%;
  }
}
.tabs .tab-filter-container {
  padding: 2rem;
  text-align: center;
  background: hsl(205.71, 30.43%, 95.49%);
}
.tabs .filter-btn {
  display: inline-flex;
  padding: 0.8rem 2.5rem;
  cursor: pointer;
  border-radius: 2rem;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 16px;
  color: blue;
}
.tabs .filter-btn.active {
  background: var(--primary);
  color: var(--white);
}
.tabs .tab-filter-item-container {
  background: var(--white);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.tabs .tab-item {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0rem 3rem;
  transform: translateY(100%);
  background: var(--white-light);
  transition: transform 0.5s ease-in-out;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(29rem, 1fr));
  place-items: center start;
}
.tabs .tab-img {
  width: 30rem;
}
.tab-heading {
  padding: 2rem 0;
  font-size: 3rem;
}
.tabs .tab-item.select_tab {
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;
  background: var(--white-light);
  animation: feadIn 0.6s ease-in-out;
}
.tabs .btn-primary {
  margin-top: 1.5rem;
  display: inline-block;
  background: var(--primary);
  padding: 0.6rem 2rem;
  border-radius: 2rem;
  color: var(--white);
}
@keyframes feadIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (max-width:1200px){
  
  .banner-aboutus{
      height: 80vh;
  }
  .why img{
    width: 100%;
    height: auto;    
  }
  .VisionMission{
    width: 90%;    
  }
  .VisionMission .ViMi-Col p{
    width:90%;
    color: rgb(62, 62, 62);
    font-size: 20px;
    
    line-height: 30px;    
    text-align: justify;
    align-self: center;
  }
  .why{
    width: 90%;
  }
  .why p{
    width: 100%;
    text-align: justify;
  }
  .whatwedo{
    width: 100%;
  }  
  
  .whatwedo .why .box{
    width: 95%;
    margin: 20px 10px ;    
    text-align: center;
  }
  .whatwedo .why details summary{    
    font-size: 15px;
    text-align: left;  
  }
  .feestenth  .tip{
    Font-size:16px; 
    font-weight: 600;
  }
  .feestwelveth .tip{
    Font-size:16px; 
    font-weight: 600;
  }
  .feescbsc .tip{
    Font-size:16px; 
    font-weight: 600;
  }
}

@media only screen and (max-width:992px){
 
  .banner-aboutus{
      height: 80vh;
  }
  
  .why img{
    width: 100%;
    height: auto;    
  }
  .VisionMission{
    width: 90%;
    
  }
  .whatwedo{
    width: 100%;
  }  
  
  .whatwedo .why .box{
    width: 95%;
    margin: 20px 10px ;    
    text-align: center;
  }
  .why{
    width: 90%;
  }
  .why p{
    width: 100%;
    text-align: justify;
  }
  .whatwedo .why details summary{    
    font-size: 15px;
    text-align: left;  
  }
  .feestenth  .tip{
    Font-size:16px; 
    font-weight: 600;
  }
  .feestwelveth .tip{
    Font-size:16px; 
    font-weight: 600;
  }
  .feescbsc .tip{
    Font-size:16px; 
    font-weight: 600;
  }
  
} 


@media only screen and (max-width:768px){
 
  .banner-aboutus{
      height: 50vh;
      background-size: cover;
  }
  .banner-contact{
    height: 50vh;
      background-size: cover;
  }
  .why img{
    width: 100%;
    height: auto;    
  }
  .VisionMission{
    width: 90%;    
  }
  .why{
    width: 90%;
  }
  .why p{
    width: 100%;
    text-align: justify;
  }
  .VisionMission .ViMi-Col h3{
    font-size:30px ;
  }
  .whatwedo{
    width: 100%;
  }  
  
  .whatwedo .why .box{
    width: 95%;
    margin: 20px 10px ;    
    text-align: center;
  }
  .whatwedo .why details summary{    
    font-size: 15px;
    text-align: left;  
  }
  .feestenth  .tip{
    Font-size:16px; 
    font-weight: 600;
  }
  .feestwelveth .tip{
    Font-size:16px; 
    font-weight: 600;
  }
  .feescbsc .tip{
    Font-size:16px; 
    font-weight: 600;
  }
  .whyus{
    width: 100%;
  }
  .whyus .row .content{
    width: 100%;
    text-align: center;
  }
  .whyus .row .content h4{
    font-size: 18px;    
    text-align: center;
  }
  .whyus .row .content h2{
    font-size: 28px;    
    text-align: center;
  }
  .whyus .row .content p{
    width: 90%;   
   
  }
  .right-side-form {
    margin-left: 0px;
  }
} 



@media only screen and (max-width:600px){

   .banner-aboutus{
	  width:100%;
	  background-size:100% 100%;
	height:50vh;
     
  }
  .banner-contact{
    height: 50vh;
  }
  .why img{
    width: 100%;
    height: auto;    
  }
  .why{
    width: 90%;
  }
  .why p{
    width: 100%;
    text-align: justify;
  }
  .why h1{
    font-size: 30px;
  }
  .VisionMission{
    width: 90%;    
  }
  .VisionMission .ViMi-Col h3{
    font-size:28px ;
  }
  .whatwedo .why .box{
    width: 95%;
    margin: 20px 10px ; 
    text-align: center;
  }
  .whatwedo .why details summary{    
    font-size: 15px;
    text-align: left;  
  }
  .whatwedo .why .box img{
    width: 90%;
    height: auto;
  }
  
  .feestenth  .tip{
    Font-size:16px; 
    font-weight: 600;
  }
  .feestwelveth .tip{
    Font-size:16px; 
    font-weight: 600;
  }
  .feescbsc .tip{
    Font-size:16px; 
    font-weight: 600;
  }
  .whyus{
    width: 100%;
  }
  .whyus .row .content{
    width: 100%;
    text-align: center;
  }
  .whyus .row .content h4{
    font-size: 18px;    
    text-align: center;
  }
  .whyus .row .content h2{
    font-size: 28px;    
    text-align: center;
  }
  .whyus .row .content p{
    width: 90%;   
   
  }
  .right-side-form {
    margin-left: 0px;
  }
  p.text-start span {
    font-size: 18px;
   }
    
}

@media only screen and (max-width:480px){
 .navbar-brand img{
  padding: 0;
  width: 150px;
  height: 80px;
  margin-left: 10px;
}
  .banner-aboutus{
	  width:100%;
	  background-size:100% 100%;
	height:25vh;
     
  }
 
  .why img{
    width: 100%;
    height: auto;    
  }
  .why{
    width: 90%;
  }
  .why p{
    width: 100%;
    text-align: justify;
  }
  .why h1{
    font-size: 30px;
  }
  .VisionMission{
    width: 90%;    
  }
  .VisionMission .ViMi-Col h3{
    font-size:28px ;
  }
  .whatwedo{
    width: 100%;
  }  
  
  .whatwedo .why .box{
    width: 95%;
    margin: 20px 10px ;    
    text-align: center;
  }
  .whatwedo .why details summary{    
    font-size: 15px;
    text-align: left;  
  }
  .whatwedo .why .box img{
    width: 90%;
    height: auto;
  }
  .feestenth  .tip{
    Font-size:16px; 
    font-weight: 600;
  }
  .feestwelveth .tip{
    Font-size:16px; 
    font-weight: 600;
  }
  .feescbsc .tip{
    Font-size:16px; 
    font-weight: 600;
  }
  .whyus{
    width: 100%;
  }
  .whyus .row .content{
    width: 100%;
    text-align: center;
  }
  .whyus .row .content h4{
    font-size: 18px;    
    text-align: center;
  }
  .whyus .row .content h2{
    font-size: 28px;    
    text-align: center;
  }
  .whyus .row .content p{
    width: 90%; 
  }
  .right-side-form {
    margin-left: 0px;
  }
  form input[type="text"],
  textarea {
   width: 100%;
  }
 
 p.text-start span {
  font-size: 18px; 
 }
   span{
  font-size: 18px; 
 }
 .banner-contact{
  height: 30vh;
}
} 

