@media(max-width:1200px){

section.banner{
    height: 800px;
}
section.banner .second
{
    align-items: center;
    margin-top: 50px;
}
section.banner .second .mid input{
    width: 325px;
}
section.banner .second .mid a{
    width: 60px;
}
.index h4{
    font-size: 60px;
}
.index h2{
font-size: 100px;}




section.footer {
    padding-bottom: 15px; 
height: max-content;
background-repeat: no-repeat;
background-size: cover;
}
section.footer .container{
    flex-wrap: wrap;
}
section.footer .col1{
    width: 45%;
}
section.footer .col1 .row2 p{
    width: 250px;
}
section.footer .col1 .row3{
    margin-bottom: 0;
}
section.footer .col2,
section.footer .col3
{width: 26%;}
section.footer .col4{
width: 60vw;
margin-left: auto;
margin-right: auto;
}
section.footer .col4 h5{

    margin-left: auto;
    margin-right: auto;
    font-size: 23px;
    margin-bottom: 10px;
}
}
@media (max-width:1400px) {
    section.footer{height:auto;}
    section.footer > p {
        margin: 0;
        padding: 13px 0px 18px;
    }
}
@media (max-width:991px) {
    section.banner .container{width:95vw;}
}
@media (max-width:980px) {
    
    section.banner{
        height: 600px;
    }
    section.banner .second {
    margin-top: 0;
    width: 86vw;
    height: auto;
}
section.banner .second .mid input {
    width: 34vw;
}
section.banner .second .mid a {
    width: 6vw;
}
section.banner .second .bottom {
    margin-top: 30px;
    }
section.banner .container .right .signup{
    margin-right: 0;
}
section.banner .container{
    height: 75px;
}
section.banner .container .logo{
    margin-left: 0;
    margin-top: 10px;
}
section.banner .container .mid ul li a{
    margin-left: 20px;
    margin-right: 20px;
}





}
@media (max-width:900px) {
section.banner .second .bottom a{
    width: 22vw;
}
section.banner .container .right a{
    font-size: 13px;
}
section.banner .container .right .login{
    margin-left: 0px;
    margin-right: 20px;
}
section.banner .container .mid ul li a{
    font-size: 15px;
}
section.banner .container .right .signup {
    padding: 6px 10px;
}
section.banner .second .bottom {
    width: 68vw;
}
section.banner .second .bottom a {
    width: 21vw;
}
.index h2 {
    font-size: 85px;
}


}
@media(max-width:768px){
    section.banner .container .right{margin-left:auto;}
    section.banner .container .right .signup a {
        margin-right: 0px;
    }
    section.about{padding-top:30px;padding-bottom:20px;}
section.banner .container .mid{
    display: none;
}
 .hamburger{
        display: block;cursor:pointer;
    }
    .hamburger .bar{
        background: white;
        height: 2px;
        width: 35px;
        margin: 8px 0;
        display: flex;
    }
    .mob-nav{
        position: fixed;
        display: flex;
        flex-direction: column;
        right: -100%;
        top: 0;
        width: 45vw;
        height: 100vh;
        background: white;
        transition: all 1s ease;
        z-index: 3;
    }
    .mob-nav.active{
        right: 0;
    }
    .mob-nav .close i{
        margin-top: 1rem;
        margin-left: 1rem;
        font-size: 2rem;
    }
    .mob-nav .close i{
        color: #085DB7;
;
    }
section.banner .container ul{
padding-left: 0;
}
section.banner .container ul li{
    margin-bottom: 15px;
}
section.banner .container ul li a{
    color: #085DB7;
font-size: 20px;margin-left:16px;
}
section.banner .second .mid {
    /*width: 90%;*/
    flex-wrap:wrap;
}
section.banner .second .mid input {
    width: 87% !important;
    margin-bottom: 10px;font-size:12px;
}
section.banner .second .mid a {
    width: 50px;
}
section.banner .second .mid input {
    width: 29vw;
}
section.banner .second .mid input{
    font-size: 10px;
    padding: 0px 10px;
}
section.banner .second .bottom a span {
    font-size: 12px;
}
section.banner .second .bottom{
    width: 70vw;
}

.index h4{
    font-size: 45px;
}
.index h2{
    font-size: 75px;
}
/*section.favorite{
    padding-top: 0;
}*/
/*.index .top{
    margin-top: 0;
}*/
section.footer{
    padding-left: 0vw;
    padding-right: 0vw;

    padding-top: 40px;
justify-content: center;
}
section.footer .container{
        margin-left: auto;
    width: 85vw;
    margin-right: auto;
    justify-content: space-around;
}
section.footer .col1 .row1{
    display: flex;
    justify-content: center;
}
section.footer .col1 {
    margin-bottom: 20px;
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
}
section.footer .col1 .row2 p {
    width: 100%;
}
section.footer .col1 .row3 {
    width: 20vw;
    margin-left: auto;
    margin-right: auto;

}
section.footer .col2,
 section.footer .col3 {
    width: 30vw;
}

.advertisement-page .inner-pagebanner {
    min-height: 250px;
    padding-top: 100px;
}

.advertisement-page .inner-pagebanner h2 {
    font-size: 35px;
    font-weight: 600;
}

}
@media(max-width:650px){
section.banner .second .bottom {
    width: 70vw;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
section.banner .second .bottom a {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    height: 45px;
}
}
@media(max-width:600px){
.mob-nav{
            width: 60vw;
        }
section.banner .second .mid input{
    height: 40px;
    border: none;
}
section.banner .second .mid a{
    height: 40px;
    font-size: 11px;
}
/*section.banner .second .bottom a span {
    font-size: 8px;
}*/
section.banner .second .bottom a{
    font-size: 10px;
}
section.banner .second .bottom a svg{
    width: 20px;
    height: 20px;
}
section.banner .second .bottom a{
    height: 40px;
}
.index h2 {
    font-size: 63px;
}
.index h4 {
    font-size: 40px;
}
.index h2 {
    font-size: 51px;
}

}
@media(max-width:550px){
    section.banner .container .logo img{
        width: 85px;
    }
    section.banner .container {
    height: 65px;
}
    .hamburger .bar{
        margin: 7px 0;
        height: 3px;
    }
    section.banner .container .right a{
        line-height: 20px;
    }
.head .buttons a{
    height: 42px;
    width: 160px;
}
}
@media(max-width:480px){
/*    section.banner .second .mid a.search {
    width: 91.5%;
}*/
section.banner .second .mid input{width: 76% !important;}
section.banner .container .right{
    display: none;
}
.hamburger .bar{
    height: 3px;
}


.hamburger .mob-nav .form{
display: flex;
}
.hamburger .mob-nav .form{
    margin-top: auto;
margin-bottom: 20px;
display: flex;
align-items: center;
justify-content: space-around;
}
.hamburger .mob-nav .form .login{
margin-right: 40px;
}
.hamburger .mob-nav .form .signup{
background: #085DB7;
padding: 6px 20px;
margin-right: 40px;
}
.hamburger .mob-nav .form .signup{
    padding: 2px 20px;
}
.hamburger .mob-nav .form a{
text-decoration: none;

font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 28px;

/* identical to box height, or 200% */
letter-spacing: -0.006em;
font-feature-settings: 'ss01' on, 'ss03' on, 'cv03' on, 'cv04' on, 'cv06' on, 'cv09' on;

/* white */
color: #FFFFFF;
}
.hamburger .mob-nav .form .login {
    margin-right: 15px;
    margin-left: 10px;
}
.hamburger .mob-nav .form .login a{
    color: #085DB7;
border: 1px solid #085DB7;
padding: 5px 25px;
}
.hamburger .mob-nav .form .signup{
    margin-right: 10px;
    height: 30px;
justify-content: center;
align-items: center;
display: flex;
}
section.banner .second .bottom{
    flex-wrap: wrap;
}
/*
section.banner .second .bottom a {
    width: 48%;
    margin-bottom: 15px;
}*/
section.banner .second .bottom a{
    border: 1px solid white;
}
section.banner .second .bottom a span {
    font-size: 11px;
}
.index h4{
    margin-top: 30px;
}
section.banner .second .bottom a svg {
    width: 16px;
    height: 16px;
}
/*section.about .container2 .bottom .right{
    width: 76vw;
}*/
.index h2 {
    font-size: 53px;
}
.index h4 {
    font-size: 38px;
}
.head .buttons a{
    width: 32vw;
    font-size: 12px;
}

section.footer .col4 input{
    height: 40px;
}
section.footer .col2, section.footer .col3 {
    width: 42vw;
}










}

@media(max-width:420px){
    section.banner .second .mid input {
    width: 73% !important;font-size:12px;
}



.hamburger .bar {
    margin: 5px 0;
}
/*section.banner .second .mid a,
section.banner .second .mid input{
    height: 35px;
}*/

section.banner .second .mid a svg{
        width: 18px;
    height: 18px;
}
.index h2 {
    font-size: 42px;
}
.index h4 {
    font-size: 33px;
}
section.footer .col1 .row3 {
    width: 30vw;
}

}


@media(max-width:375px){
    .hamburger .bar{
        width: 30px;
    }
    /*section.banner .second .mid a{
        height: 30px;
    }
    section.banner .second .mid input{
        border: none;
        height: 30px;
    }*/
    section.banner .second .mid a svg{
        width: 15px;
        height: 15px;
    }
    section.banner .second .bottom {
    width: 74vw;
}
/*section.banner .second .bottom a {
    height: 30px;
    line-height: 1;
    width: 23vw;
}*/
/*section.banner .second .bottom,
section.banner .second .mid {
    width: 80vw;
}
section.banner .second .mid a {
    font-size: 9px;
}*/

.index h4 {
    font-size: 25px;
    margin-top: 0;
}
.index h2{
    margin-top: 55px;
}
.mob-nav{
    width: 75vw;
}
.head .buttons a {
    height: 35px;
    font-size: 10px;
    }
.index h2 {
    font-size: 39px;
}


}


@media(max-width:320px){
/*section.banner .second .mid a {
    height: 25px;
    font-size: 8px;
}
section.banner .second .mid input {
    font-size: 8px;
    padding: 0px 3px;
    height: 25px;
}*/
section.banner .second .bottom{
    margin-top: 16px;
}
/*section.banner .second .bottom a span {*/
    /*font-size: 7px;*/
/*}*/
/*/**/
section.banner .second .bottom a {
    width: 75%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.index h2 {
    font-size: 37px;
}
.index h4 {
    font-size: 25px;
    margin-top: 0;
}
.index h2 {
    font-size: 33px;
}
}