

/*------------------desktop dropdown menu start --------------*/

@media only screen and (min-width: 768px) {
    .header .menu01 li ul {
    width: 236px;
    text-align: left;
    padding: 0 10px;
    padding-bottom: 10px;
    position: absolute;
    background: #fff;
    color: #132f58;
    display: none;
    z-index: 4;
    padding-top: 10px;
    left: auto;
  }
  .innerpage .menu01 li ul.sub_menu a:hover {
    color: #bb3dad;
  }
    .menu01 li{
      position: relative;
    }

    .header .menu01 li:hover > ul {
        display: block;
        z-index: 3;
    }
    .header .menu01 li ul li:last-child {
        width: 100%;
        padding-right: 20px;
    }

    .header .menu01 li ul li:last-child a {
        padding: 0;
    }
    .header .menu01 li ul li a {
        color: #132f58;
        font-size: 16px;
        line-height: 26px;
    }
    .header .menu01 li ul li {
        width: 100%;
        position: relative;
        padding: 8px;
    }
    .submenu li a {
        padding: 15px 0 !important;
    }
    #menu-icon {
    display: none;
  }
    .header .menu01 li ul li ul {
      display: block;
      background: #231f20;
      position: absolute;
      left: 226px;
      top: 0px;
      opacity: 0;
  }
  .header .menu01 li ul li:hover ul {
      
      opacity: 1;
  }
  .header .menu01 li ul li:last-child {
    padding-right: 8px;
  }



 

}
/*------------------desktop dropdown menu end--------------*/

@media screen and (min-width: 1200px) and (max-width: 1366px) { 
  
}

@media screen and (min-width: 992px) and (max-width: 1199px) { 

.logo{max-width: 210px;}
.nav01{width: 77%;}
.menu01 li{padding: 0px 10px;}
.menu01 li.apply-now {padding-left: 40px;}

    
}
@media screen and (min-width: 813px) and (max-width: 991px) { 

.logo{max-width: 210px;}
.nav01{width: 77%;}
.menu01 li{padding: 0px 10px;}  
.menu01 li.apply-now {padding-left: 20px;}
.image-blur-box:before, .abt-image-box:before{display: none;}

}


@media screen and (min-width: 768px) and (max-width: 812px) { 
  
.image-blur-box:before, .abt-image-box:before{display: none;}
.logo{max-width: 150px;}
.nav01{width: 78%;}
.menu01 li{padding: 0px 10px;}  
.menu01 li a{    font-size: 14px;}
.menu01 li.apply-now {padding-left: 20px;}
h2, .cta h2{font-size: 28px; line-height: 38px;}  


}

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


  .contact-form .col2, .apply-sec-inn .two-div .col1 {
    width: 100%;
  }
  .home .first-slot.home-inner{padding-top: 120px;}
  .menu01 li.apply-now {padding-left: 0; margin: 20px 0;}

  /*--blog--*/
.home .innerpage-banner {
    padding-top: 100px;
}
.blog-details .content-area {
    width: 100%;
}
.blog-details .sidebar {
    width: 100%;
}










   /*header css start*/
  .maindiv {padding: 0 15px;}
  .menu01 {
      padding: 20px;
      background: #2fabb7;
      display: none;
     
  }
  .innerpage .menu01 {margin-top: 10px;}
  .innerpage .header {padding: 15px 0 0 0;}
  .menu01 li {
    width: 100%;
    padding: 5px 0;
  }
  .menu01 .logo-desktop {
    display: none;
  }
  .nav01 {
    width: 100%;
    justify-content: flex-end;
    position: relative;
  }
  .logo {
    max-width: 230px;
    position: absolute;
    top: 5px;
    left: 10px;
  }
  .home .header {
    position: absolute;
   
  }
  .menu01 li a{color: #fff;}
  .sub_menu {
    display: none;
    padding-left: 10px;
  }

  .sub_menu_2.adjust {
    display: block;
  }
  .sub_menu_2{
    display: none;
    padding-left: 10px;
  }
  .menu01 .fa-caret-down {
    display: none;
  }
  .innerpage .menu01 li a {
    color: #ffffff;
  }
  .innerpage .header .maindiv {
    padding: 0;
  }

 /*header css end*/

 
.logo{top: 10px;}
#menu-icon {
    padding-top: 28px;
    color: #3798b4;
    right: 17px;
    position: relative;
    font-size: 30px;
}



.warning {
    padding: 0;
}
.header .maindiv {
    padding: 0 0;
}
.mid-header {
    padding-right: 0;
}
.row1 {
    flex-direction: column;
}
.two-div .col1 {
    width: 100%;
}

.four-div .col1 {
    width: 100%;
}




.three-div .col1{
  width: 100%;
  margin-bottom: 20px;
}
.innerpage-banner .col1 {
    max-width: 100%;
}




.reverse {
    flex-direction: column-reverse;
}

.first-slot{background-position: center;}
.text-center {
    text-align: left;
}
.second-intro {
    flex-direction: column;
}
.second-intro .text, .second-intro .intro{
    width: 100%;
}
.avail .list2{column-count: 1;}


.footer-top .row1 {
    
}
.footer-top{padding: 30px 0; }
.footer-bottom{margin-bottom: 45px;}


}

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


}