
@media only screen and (min-width:1600px) {

    .container {
        max-width: 1400px;
    }

}

@media only screen and (min-width:1900px) {

    .container {
        max-width: 1600px;
    }

}
/*1200px*/
@media only screen and (max-width: 1400px) { 
}

/*1170px*/
@media only screen and (max-width: 1199px) {  
    
}

/*992px*/
@media only screen and (max-width: 1169px) {

}

/*768px*/
@media only screen and (max-width: 991px) {
	/* header start */
    .nav_menu{display: none;}
    .responsive_btn{display: block;}
    .htop-wrapper {
        position: relative;
        /* padding-right: 60px; */
    }
    /* header end */
    .bannercon h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .sectbox p {
        line-height: 22px;
        font-size: 16px;
    }
    .sectbox h2 {
    font-size: 20px;
    line-height: 26px;
    }
    .qrcode {
        padding: 0;
        max-width: 100px;
    }
}

/*600px*/
@media only screen and (max-width: 767px) {
	
.bannercon h2 {
    font-size: 50px;
    line-height: 50px;
}

.bannerimg {
    max-width: 100%;
    width: 100%;
    top: 0;
}

.bannerimg img {
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.mainHeader {
    background: #ffffffb8;
}

.logo {
    max-width: 150px;
    padding: 5px 0;
}

.bd_btn, .bd_btn1 {
    padding: 8px 20px;
}

.responsive_btn {
    height: 42px;
    width: 42px;
}

.bannercon h2 {
    font-size: 40px;
    line-height: 46px;
}

.bannercon {
    background: #ffffff9e;
    padding: 20px;
    backdrop-filter: blur(10px);
    border-radius: 15px;
}
.bannersec {
    padding: 200px 0 100px 0;
    min-height: auto;
}
.bd_btn2 i {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 16px;
}

.contactinfo li a p, .bd_btn2 p {
    line-height: 18px;
    color: #000;
}
.inner_con h2, .heading h2 {
    font-size: 40px;
    line-height: 46px;
}
.section {
    padding: 50px 0;
}
.joinbox {
    bottom: 0;
    padding: 50px 0;
}
.ftop {
    margin: 80px 0 40px 0;
}

}

/*480px*/
@media only screen and (max-width: 599px) {
    .bannercon h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .bannercon p {
        color: #000;
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 0;
    }
    .inner_con h2, .heading h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .contactinfo li a p {
        word-break: break-all;
            font-size: 15px;
    }

    .contactinfo li a i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}

/*360px*/
@media only screen and (max-width: 479px) {
    .bannercon a.bd_btn2 {
        margin: 10px 0 0 0 !important;
    }
}
@media only screen and (max-width: 380px)
{
    .logo a {
        margin: 0 !important;
    }

    .logo {
        max-width: 100px;
    }
    .headrgt a.bd_btn {
        font-size: 13px;
    }

    .responsive_btn {
        margin-left: 5px;
    }
    .bannercon h2 {
        font-size: 23px;
        line-height: 30px;
    }
}