*{
    padding: 0%;
    margin: 0%;
}
body{
    overflow-x: hidden !important;
}

@media only screen and (max-width: 600px) {
    body{
        margin: 0%;
        overflow-x: hidden;
        overflow-y: scroll;
     
    }
    .head-1{
        overflow-x: hidden !important;
	height: 70px !important;
    }
}

/* =====================1st page===================== */
.head-1{
    background-color: #5A9F3B;
    padding: 0px 0px 10px 0px;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    height: 38px;
    
}
.h2-call{
	margin-top: -5px !important;
       
}

.fa-phone-square{
    color: white;
    font-size: 25px;
    padding-top: 16px;
}
/* .call a,span{
    color: white;
    font-size: 17px;
} */
#color-white{
    text-decoration: none;
    color: white;
}
#color-white:hover{
    text-decoration: none;
    color: white;
}
.h1-call a:hover{
    text-decoration: none;
    color: white;
}
.main{
    display: flex;
}
.icon{
   padding: 10px;

}
.icon i{
    font-size: 20px;
    color: white;
}
.grey-bg{
    background-color: #F4F6FA;
    
}
.grey-bg .card-body{
    height: 250px;
}
.lang-row .card img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.lang-row .card {
    border-radius: 20px;
    height:500px;
   
}
.choose-right{
    background-color: #6C86F2;
    color: white;
    padding: 50px;
    border-radius: 20px;
    
}
.choose{
    margin: 30px;
}
.advice{
    background-color: #F1F1F1;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.tab-content-right{
    height: 600px;
    font-size: 15px;
}

/* -----navbar-------- */
.navbar{
   
    width: 100%;
}
.navbar a{
    padding: 0px 100px;
}

.navbar-nav a {
    padding: 30px 8px !important;
    font-size: large;
   
}
.dropdown:hover .dropdown-menu{
    display: block;
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); 
}
.dropdown-menu a{
    padding: 10px !important;
}
.navbar-nav li:hover{
    text-decoration: under;
}
.gtrac-img{
   width: 10% !important;
}
.lang-row .card-text{
    height: 220px;
}
.row-gray{
    margin: 10px;
    background-color: #F1F1F1;
    padding-bottom: 34px;
    margin-bottom: 15px;
}
.box-content{
    display: flex;
    border: 2px solid green;
    padding: 13px;
    border-radius: 10px;
    height: 110px;
}
.box-content p{
    margin-top: 20px;
    margin-left: 20px;
    font-family: math;
    font-size: 15px;
}
.box-content:hover{
    background-color: rgba(232, 232, 232, 0.996);
}
@media only screen and (max-width: 600px) {
    .navbar-nav a {
        padding: 10px 20px !important;
        font-size: large;
        /* color: black !important; */
    }
    .gtrac-img{
        width:70% !important;
    }
    .tabimg{
        width: 100%;
    }
    .mob-display div{
        display: flex;
    }
    .box-content{
        margin: 5px;
    }
}
/* -------------footer------------- */
/* footer division */
.footer{
    width:100%;
    height:auto;
  background-color: #263238;
  padding-bottom: 10px;
  /* margin-top: 20px; */
}


.footer>div>div{
    height:auto;
    padding-top: 30px;
}
.footer>div>div h5{
    font-size: 18px;
    color:white;
}

.footer>div{
    margin: auto;
}

.footer>div>div p{
    font-size: 15px;
    color:#ccc;
     text-align: start;

}
.footer>div>div ul{
    padding-left:0%;
    text-align: start;
}
.footer>div>div li {
   list-style-type: none;
   padding: 5px;
  }
.footer>div>div li a{
    color:white;
    text-decoration: none;
    font-size: 16px;
    font-weight: light;
    color:#ccc;
}
.footer>div>div li a:hover{
    color:white
}

.footer>div>div address {
    font-size: 16px;
    color:white;
    overflow: hidden;
    font-weight: light;
    color:#ccc;
}
.grid>div{
    text-align: center; 
    display:grid;
    justify-content: center;
    align-items: center;
}
.grid{
    display:grid;
    /* border:1px solid black; */
    grid-template-columns: repeat(6,1fr);
    grid-template-rows: repeat(1,40px);
    gap: 10px;
    margin-top: 25px;
}
.zerozilla{
    color: white !important;
}

.sv{
    color:#ccc;
    overflow: hidden;
    vertical-align: middle;
    border: 1px solid white;
    border-radius: 50%;
    padding: 4px;
    font-size: 22px;
}

.sv:hover{
    color:white;
}
#lastfoot{
    text-align: center;
    color: #ccc;
    padding:10px 0px;
    font-size: 15px;
    border-top: 1px solid #323f45;
    margin-top:13px;
}

#lastp a{
    color:#ccc;
    text-decoration: none;
    font-weight: 600;
    
}
#lastp a:hover{
    color:white;
}
/* ---------------footer end---------------- */


/* ----------------form---------------- */
.division{
    	border:2px solid rgb(223, 218, 218);
    	padding:30px;
    	margin-top: 40px;
   	border-radius: 20px;
    	box-shadow: 1px 1px 8px 1px grey;	
	margin-bottom: 30px;


}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC;
}
.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05);
}

.iti__country {
    padding: 5px 10px;
    outline: none;
}
.btn-new {
    background-color: rgb(51, 122, 183);
    color: rgb(255, 255, 255);
    border-color: rgb(46, 109, 164);
}
.btn-new {
    background-image: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0px;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 4px;
    padding: 6px 12px;
    white-space: nowrap;
}
@media only screen and (max-width:600px){
   .division{
    margin-top: 90px;
   }
}
/* Our Students Love Us and they Say division css */

.cards1{
    text-align: center;
    /* border: 1px solid; */
    width:auto;
    height:100%;
    border-radius:13px;
   padding:15px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 10px 0px;
  

}
.feedbach-stu{
    background-color: #F4F6FA !important;
    padding-bottom: 40px;
}
.cards1 img{
    width:auto;
   height:160px;
   
}
.cards1 .cards1heading{
    width:80%;
    margin: auto;
    margin-top: 10px;
}

.cards1 .cards1heading{
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: rgb(43, 43, 43);
}

.cards1 .cards1div{
    width:90%;
    margin: auto;
    font-size: 16px;
    font-weight: normal;
    margin-top: 12px;
}
 /*All h3 headings style*/
h2{
    text-align: center;
    color: #2B2B65;
    font-size: 24px;
    font-weight: bold;
    font-family: Konnect;
    padding: 50px 0px;
    width:100%;
}

h2:nth-child(n){
    /* margin-top: 20px; */
    padding: 16px 15px;
}

#para{
    width:65%;
    margin:auto;
  font-size:20px ; 
  text-align:center; 
  
}

.faq{
    margin-top: 20px;
}

.questions img{
    width:95%;
    height: 600px
    
}
.faqbtn{
    color:white;
    font-weight: bold;
    font-size: 20px;
    background:none;
    border:none;
   
        
}
.card-head{
    background: #c4c4c4;
}
.card-head:hover{
    background: #dfbd85;
}
.accordion .card .card-head  h2 button.active{
    background: #dfbd85;
}


/* Our Students Love Us and they Say division css */


body{
    margin: 0%;
    padding: 0%;
}
.content1{
    text-align: center;
}
.full-syllabus .card-tittle{
    font-family: cursive;
}
.full-syllabus .card{
    border-radius: 30px !important;
    transition: transform 0.3s, box-shadow 0.3s;
}
.full-syllabus .card-image{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.full-syllabus .card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); 
}
.box-content{
    display: flex;
    border: 2px solid green;
    padding: 13px;
    border-radius: 10px;
}
.box-content p{
    margin-top: 20px;
    margin-left: 20px;
    font-family: math;
    font-size: 1.1rem;
}
.box-content:hover{
    background-color: rgba(232, 232, 232, 0.996);
}
.card-div{
    padding-top: 10px;
}
.card-div h5{
	font-size: 16px;
}

.footer-banner{
    height: 300px !important;
    padding-top: 70px !important;
}
@media only screen and (max-width:600px){
    .slider{
        padding-left: 50px !important;
    }
    .footer-banner{
        padding-top: 23px !important;
        height: 621px !important;
    }
    .full-syllabus .card-image {
        /* border-top-left-radius: 30px; */
        /* border-bottom-left-radius: 30px; */
        border-radius: 19px !important;
        width: 50% !important;
        margin-left: 90px !important;
    }
}

@media (max-width: 767px) {
    .mob-view .col-sm-3 {
        flex: 0 0 50%; /* Two columns per row on small screens */
        max-width: 50%;
        padding-left: 50px;
    }
  
}
