@media (min-width: 768px){
	.bannerslider .item{height: 350px;min-height: 350px;}

}

@media (min-width: 992px){
	.bannerslider .item{height: 455px;min-height: 455px;}
}

@media (min-width: 1200px){
	.bannerslider .item{height: 640px;min-height: 520px;}
}

@media screen and (max-width: 991px){
	
}
@media screen and (max-width:767px){
    .bannerslider .item{height: 350px;min-height: 350px;}
    .logo{width:100px;margin-top: 10px;}
	.navigationbg{position: relative;padding: 0;text-align: left;}
    .info{display: block;width: 100%;}
    .info ul li{margin-left: 0;}
    .socialbg .social ul li:first-child{display: none;}
    .newcssmenu{display: block;width: 100%;}
    .navbar-default .navbar-toggle{margin-top: -34px;}
    .navbar-nav{float: left;display: block;width: 100%;box-sizing: border-box;}
    .nav>li{width: 100%;}
    .nav>li:first-child >a {padding-left: 10px;}
    .megamenu> li > ul > li{padding: 0 15px;}
    .dropdown-menu{top: 0;position: relative;}
    .navbar-nav .open .dropdown-menu .dropdown-header{color: #fff;}
	.bannertext h1 {
    display: block;
    font-size: 27px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.homeform .forminner {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    border-radius: 8px;
    padding: 10px 18px;
    position: relative;
    margin-top: 116px;
}



.bannertext h1 {
    display: block;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.bannertext p {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 27px;
}

.bannertext .serachbg input[type="search"] {
    width: 100%;
    background: #fff;
    line-height: 55px;
    border-radius: 55px;
    padding: 0 30px;
    font-size: 13px;
    line-height: 55px;
    border: 0;
    text-shadow: none;
}

.homeform input[type='text'], .homeform input[type='email'] {
    width: 100%;
    margin: 12px 0px;
    border: 1px solid #f1e9e9;
    padding: 0px 8px;
    font-size: 17px;
    line-height: 42px;
    /* border: none; */
    background: none;
    text-shadow: none;
}

}