
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;
}.h1-call{	margin-top: -5px !important;       }
.fa-phone-square{
    color: white;
    font-size: 25px;
    padding-top: 16px;
}
/* .h1-call a,span{
    color: white;
    font-size: 17px;
} */
#color-white{
    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---------------- */ 


/* -------CONTACT CSS----- */


.heading2{
    font-family: Arial, Helvetica, sans-serif;
    padding-top:20px;
    font-size: 18px;

}
.enquirybtn{
    font-family: Arial, Helvetica, sans-serif;
    padding-top:20px;
    font-size: 16px;
   
}
.enquirybtn button{
    border:1px solid rgb(108, 105, 105);
    background-color: white;
    padding:0 6px;
}
.enquirybtn button:hover{
    color:rgb(25,88,167);
    border:1px solid rgb(25,88,167);
}
.classGreen{
    color: green;
}
.contact-heading{
    width:100%;
    font-family: konnect;
    font-size: 50px;
    font-weight: 600;
    text-align: left;
    color:rgb(25,88,167);
}
.contact-address{
    display: flex;
    justify-content:space-between;
    padding-top: 2em;

}
.google-map{
    width:100%;
    height:800px;
}
.imgPopUp {
     width:-webkit-fill-available ; 
     /* max-width: fit-content; */
     /* width: fit-content; */
}
#countrySelect{
    width: 10rem;
}
#phone{
    border: none !important;
}
.input-group{
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
}
.input-group select{
    border: none;
}
.coursename select{
    border: none;
}
.modal-content{
    width: 850px !important;
    margin-left: -155px;
   
}
.course{
    border: 1px solid #ced4da !important;
    padding: 10px 14rem 10px 10px ;
}
@media screen and (max-width: 768px) {
    .contact-address {
flex-direction: column;
    }
}
.modal-header{
    justify-content: center;
    text-align: center;
}
.demohead{
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
 .name{
    font-weight: bold;
     margin-left: 10px;
 }
.coursename{
    font-weight: bold;

}
.select{
    border:1px solid black;
}
.mobileno{
    font-weight: bold;

}
.email{
    font-weight: bold;
}
.modal-footer button{
    background-color:rgb(28, 169, 28) ;
    color:black;
    border-radius: 5px solid green;
    /* text-align: right; */
    border-radius: 20px;
    width:120px;
    padding: 5px;
    
}
.modal-footer{
    display: block !important;
    float: right;
}
/* @media screen and (max-width: 768px) {
    .imgPopUp {
flex-direction: column;
    }
}
@media screen and (max-width: 768px) {
    .modal-content {
flex-direction: column;
    }
} */
iframe .map{
    width: 100% !important;
}
@media only screen and (max-width:600px){
    .modal{
        width: 99% !important;
    }
    .map{
        width: 100%;
    }
    .modal-content{
        margin-left: 0px;
    }
     input{
        width: 100% !important;
    }
    .imgPopUp{
        width: 35% !important;
    }
    .modal-footer{
        display: block !important;
        float: left;
    }
    .modal-content {
        width: 19rem !important;
        margin-left: -10px;
    }
    .course {
        border: 1px solid #ced4da !important;
        padding: 10px 6rem 10px 10px;
    }
}
/* modal css starts here */

/* h1{
    font-size: 1.0rem !important;
}
.btn-primary{
    position: absolute !important; 
    right: 81px !important;
    top: 60px !important;
}
p{
    font-size:small;
}
.modal{
width: 95% !important;
height: fit-content !important;
margin-left: 7px;

}


.modal-dialog{
position: relative;
width: auto;
margin: 5.5rem;

}
.modal-body{
margin-top: -60px;
}
.modal-title{
font-size: large;
}
.name{
width: 250px !important;
height: 44px !important;
margin-left: 0px !important;
}
.dropdown{
width: 250px !important;
height: 35px !important;
margin-left: 193px !important;
margin-top: -20px !important;
}
.modal-content{
   height: 836px;
}
.modal-header h4{
text-align: center !important;
}
.modal-header {
padding: 1rem 14rem !important;
}
.react-tel-input{
width: 115%;
height: 33px;
margin-left: 196px;
margin-top: 40px !important;
}
.element{
margin-left: 193px !important;
margin-top: 50px !important;
}
 */
 @media screen and (min-width: 601px) and (max-width: 998px) {
    .modal-content {
        width: 625px !important;
        margin-left: -80px;
    }
}