@media only screen and (max-width: 1400px){
    .icon {
        position: absolute;
        left: 110px;
        top: 6px;
    }
}

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

    .icon {
        position: absolute;
        left: 80px;
        top: 6px;
    }
    .banner {
        padding: 74px 0;
    }
}

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

    button.navbar-toggler {
        margin-right: 40px;
    }

    .navbar-brand img {
        margin-left: 40px;
    }

    .cont-wrapper{
        width: 100%;
    }

    span.select2.select2-container {
        width: 100% !important;
    }

    .banner{
        padding: 70px 0;
    } 
    .banner-text p {
        font-size: 20px;
    }
    
    .banner-text h1 {
        font-size: 60px;
    }

    .icon {
        position: absolute;
        left: 52px;
        top: 6px;
    }

    .imagezig img {
        width: 320px;
    }

    .imagezig2 img {
        width: 320px;
    }

    .serve img {
        height: 190px !important;
        min-height: 180px;
        
    }
    .serve h4 {
        font-size: 20px;
    }

    .keyFeature {
        margin-top: 80px;
    }
    .verifybtn-wrap {
        display: block;
    }
    .mybuttonverify {
        margin-left: 0px;
        margin-top: 15px !important;
        margin-bottom: 15px;
    }
    li.nav-item > a.nav-link {
        padding-left: 40px;
    }
     
    button#nav_dark {
        margin-left: 40px;
    }
    .center {
        text-align: center;
    }

 }

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

    button.navbar-toggler {
        margin-right: 7px;
    }

    .serve img {
        height: 130px !important;
        min-height: 100px;
    }

    .serve h4 {
        font-size: 17px;
    }

    .imagezig2 img {
        width: 240px;
    }

    .imagezig img {
        width: 240px;
    }

    .zigzag {
        margin-top: 100px;
    }

    .banner-text h1 {
        font-size: 50px;
    }

    .banner-text p {
        font-size: 20px;
    }

    .banner {
        padding: 78px 0;
    }
    .navbar-brand img {
        margin-left: 7px;
        height: 50px;
        width: 50px;
    }

    .sharedetails {
        margin-top: 100px;
    }

    .button {
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    .parent {
        position: relative;
        margin-top: 20px;
    }
    li.nav-item > a.nav-link {
        padding-left: 9px;
    }
     
    button#nav_dark {
        margin-left: 9px;
    }

 }

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

    .button {
        margin-top: 10px;
        display: flex;
        justify-content: center;
    }

    .sharedetails p {
        font-size: 15px;
        margin-top: 20px;
    }

    .sharedetails h1 {
        font-size: 32px;
        padding-top: 25px;
    }

    .icon {
        position: absolute;
        left: 200px;
        top: 6px;
    }

    .footer {
        padding: 10px;
    }

    .banner {
        padding: 60px 0;
    }

    .imagezig2 {
        text-align: center;
        margin-bottom: 30px;
    }

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

 /* @media only screen and (max-width: 540px){

    .icon {
        position: absolute;
        left: 155px;
        top: 6px;
    }

 } */
 @media only screen and (max-width: 480px){
    .icon {
        
        left: 165px;
        
    }
 }



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

    .icon {
        position: absolute;
        left: 140px;
        top: 6px;
    }
    .banner-text h1 {
        font-size: 48px;
    }
    .banner-text p {
        font-size: 18px;
    }
    .banner {
        padding: 33px 0;
    }

 }

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

    .icon {
        position: absolute;
        left:  105px;
        top: 6px;
    }
    .banner-text h1 {
        font-size: 42px;
    }
    .banner {
        padding: 50px 0;
    }
    .banner-text p {
        font-size: 16px;
    }
    a.navbar-brand strong {
        font-size: 15px;
    }
    .afterbanner h1 {
        font-size: 40px;
    }
    .keyFeature h1 {
        font-size: 40px;
    }
    .termslabel {
        font-size: 14px;
        display: flex;
    align-items: center;
    }
    .g-recaptcha iframe {
        width: 304px !important;
    }
    
    .rc-anchor-normal .rc-anchor-pt {
        margin: -5px 11px 0 0;
        right: 0;
        width: 276px;
    }
    
    .rc-anchor-logo-portrait {
        margin: 10px 5px !important;
    }
 }
 @media only screen and (max-width: 350px){
    .formpad {
        padding-right: 18px;
        padding-left: 18px;
    }
    .main-content.student_page > section.contact_hero > .container > .row > .col {
        padding: 0 0;
    }
    .cont-wrapper {
        box-shadow: none;
    }
 }



 @media only screen and (max-width: 320px){
    .icon {
       
        left: 80px;
        
    }
    a.navbar-brand strong {
        font-size: 12px;
    }
    .termslabel {
        font-size: 11px;
        display: flex;
        align-items: center;
    }
 }