/* ==========================================
   RESPONSIVE CSS
   ========================================== */

/* Large Laptop */

@media only screen and (max-width:1400px){

.hero-content h1{
font-size:60px;
}

.hero-section{
min-height:700px;
}

}

/* Laptop */

@media only screen and (max-width:1200px){

.hero-content h1{
font-size:54px;
}

.hero-form{
padding:30px;
}
.navbar{
    padding:10px 0;
}
.navbar-nav .nav-link{
margin:0 6px;
font-size:14px;
}

.section-title h2{
font-size:44px;
}

}

/* Tablet */

@media only screen and (max-width:991px){

.topbar{
display:none;
}

.navbar{
padding:10px 0;
}

.navbar-brand img{
height:55px;
}

.navbar-collapse{
background:#fff;
padding:20px;
margin-top:15px;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.dropdown-menu{
box-shadow:none;
border:1px solid #eee;
}

.hero-section{
min-height:auto;
padding:80px 0;
}

.hero-content{
text-align:center;
padding-top:20px;
}

.hero-content h1{
font-size:48px;
}

.hero-content p{
font-size:18px;
}

.hero-features{
margin:30px auto;
display:inline-block;
text-align:left;
}

.hero-form{
margin-top:40px;
}

.section-title{
margin-bottom:40px;
}

.section-title h2{
font-size:40px;
}

.feature-box{
margin-bottom:30px;
}

.university-card{
margin-bottom:30px;
}

.footer{
text-align:center;
}

.footer .col-lg-3,
.footer .col-lg-4{
margin-bottom:30px;
}

}

/* Mobile */

@media only screen and (max-width:767px){

body{
font-size:15px;
}
.hero-text h1{font-size:55px!important;}

h1{
font-size:36px;
}

h2{
font-size:30px;
}

h3{
font-size:26px;
}

.hero-section{
padding:60px 0;
}

.hero-content h1{
margin-bottom:15px;
}

.hero-content p{
font-size:16px;
}

.hero-badge{
font-size:13px;
padding:8px 18px;
}

.hero-features li{
font-size:15px;
}

.hero-form{
padding:20px;
border-radius:15px;
}

.hero-form h3{
font-size:26px;
}

.hero-form .form-control,
.hero-form .form-select{
height:50px;
font-size:14px;
}

.btn-primary,
.btn-gold,
.btn-outline-light{
width:100%;
margin-bottom:10px;
}

.country-tabs{
justify-content:flex-start;
overflow-x:auto;
flex-wrap:nowrap;
padding-bottom:10px;
}

.country-tabs a{
white-space:nowrap;
padding:10px 20px;
font-size:14px;
}

.university-card img{
height:200px;
}

.feature-box{
padding:25px;
}

.popup-right{
padding:25px;
}

.popup-right h2{
font-size:28px;
}

.apply-now{
display:none;
}

.whatsapp{
width:55px;
height:55px;
font-size:24px;
right:15px;
bottom:15px;
}

}

/* Small Mobile */

@media only screen and (max-width:575px){

.container{
padding-left:18px;
padding-right:18px;
}

.navbar-brand img{
height:48px;
}

.hero-content h1{
font-size:32px;
}

.hero-content p{
font-size:15px;
}

.hero-form{
padding:18px;
}

.hero-form h3{
font-size:24px;
}

.section-title h2{
font-size:28px;
}

.section-title p{
font-size:14px;
}

.university-card .content{
padding:20px;
}

.blog-card .content{
padding:20px;
}

.footer{
padding:60px 0 20px;
}

}

/* Extra Small */

@media only screen and (max-width:380px){

.hero-content h1{
font-size:28px;
}

.hero-form{
padding:15px;
}

.btn-primary,
.btn-gold{
font-size:14px;
}

}
@media(max-width:768px){

.news-title{

    min-width:160px;

    font-size:14px;

}

.news-item{

    padding:0 25px;

    font-size:14px;

}

}
@media(max-width:991px){

.popup-form{

padding:30px;

}

.popup-overlay{

display:none;

}

}

@media(max-width:576px){

.popup-form{

padding:20px;

}

.popup-form h2{

font-size:30px;

}

}