/*1399 css*/

@media screen and (max-width:1399px){
    .banner_section{
        padding-top: 140px;
        padding-bottom: 150px;
    }
}



/*1199 css*/

@media screen and (max-width:1199px){
    .banner_section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .banner_contents h2{
        font-size: 26px;
        max-width: 100%;
        line-height: 38px;
    }
    
    .about_img img {
        width: 100%;
    }
    
    .about_content h4{
        line-height: 38px;
        margin-top: 15px;
         margin-bottom: 25px;
         font-size: 27px;
    }
    
    .section_title h4{
            font-size: 26px;
    }
    
    .hardware_img_flx h5{
        font-size: 20px;
    }
    
    .choose_img img {
        width: 85%;
    }
    
    .choose_contents h3{
        line-height: 38px;
        margin-bottom: 10px;
        font-size: 26px;
    }
    
    .app_contents h4{
        font-size: 26px;
    }
    .footer_content{
        max-width: 100%;
    }
    
    .footer_content img {
        max-width: 100px;
    }
}


/*991 css*/

@media screen and (max-width:991px){
    .banner_contents h2{
        line-height: 36px;
        font-size: 24px;
    }
    
    .banner_section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .about_img img {
        width: 65%;
    }
    .about_content h4 {
        line-height: 36px;
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 24px;
    }
    .about_section{
        padding-bottom: 30px;
    }
    
    .service_section{
        padding-top: 40px;
        padding-bottom: 10px;
    }
    
    .section_title h4 {
        font-size: 24px;
    }
    
    .choose_img img {
        width: 70%;
    }
    
    .choose_img{
        margin-bottom: 15px;
    }
    
    .choose_contents h3{
        font-size: 24px;
    }
    
    .why_choose_section {
        padding-top: 50px;
        padding-bottom: 10px;
    }
    
    .download_app_section{
        padding-top: 10px;
        padding-bottom: 20px;
    }
    
    .row_reverse{
        flex-direction: column-reverse;
    }
    
    .app_img img {
        width: 65%;
    }
    .app_contents h4 {
        font-size: 24px;
    }
    
    .footer_section{
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .header_section .navbar-collapse {
        position: absolute;
        top: 100%;
        background: #fff;
        z-index: 9;
        right: 0;
        width: 100%;
        padding-left: 20px;
        padding-bottom: 20px;
    }
    
    .header_section .navbar-nav .nav-item a{
            margin-left: 0px;
    }
    
    .download_btn{
        margin-left: 0px;
    }
}

/*767 css*/

@media screen and (max-width:767px){
    .topbar_section{
        display:none;
    }
    
    .navbar-brand img {
        max-width: 70px;
    }
    
    .about_img img {
        width: 90%;
    }
    
        .app_img img {
        width: 85%;
    }
    
    .copy_right .right_content{
        display:none;
    }
    
    .copy_right{
        justify-content: center;
    }
}


/*575 css*/

@media screen and (max-width:575px){
    .banner_section{
        background-position: left;
    }
    
    .banner_contents{
        text-align: center;
    }
}





/*450 css*/

@media screen and (max-width:450px){
    .banner_section {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    
    .about_img img {
        width: 95%;
    }
    
    .about_img {
        text-align: end;
    }
    
    .about_content h4{
        font-size: 22px;
    }
    
    .section_title h4 {
        font-size: 22px;
    }
    
    .section_title{
        margin-bottom: 30px;
    }
    
    .choose_img img {
        width: 80%;
    }
    
    .choose_contents h3 {
        font-size: 22px;
        line-height: 36px;
    }
    
    .choose_btn button{
        padding: 7px 20px;
    }
    .app_contents h4 {
        font-size: 22px;
    }
    
    .app_contents p{
        margin-top: 15px;   
    }
    
    .store_flx img {
        width: 110px;
    }
    
    .footer_section{
        padding-top: 30px;
    }
    .footer_links h5{
        font-size: 18px;
    }
    
    .copy_p p{
        text-align:center;
    }
    .footer_content img {
        max-width: 80px;
    }
}


/*400 css*/

@media screen and (max-width:400px){
    .banner_contents h2{
        font-size: 22px;
    }
    
    .banner_btn button{
        padding: 8px 20px;
    }
    
    .banner_section{
        padding-bottom: 45px;
    }
    
    .about_img img {
        width: 100%;
    }
    .about_content h4 {
        font-size: 20px;
        line-height: 32px;
    }
    .section_title h4 {
        font-size: 20px;
    }
    
    .hardware_img img{
        height: 30px;
        width: 30px;
    }
    .hardware_img{
        height: 50px;
        width: 50px;
    }
    
    .choose_img img {
        width: 90%;
    }
    
    .choose_contents h3 {
        font-size: 20px;
        line-height: 32px;
    }
    
    .app_img img {
        width: 100%;
    }
    .app_contents h4 {
        font-size: 20px;
    }
}






