/*--------------------------------------------------------------
15. Media queries
--------------------------------------------------------------*/
@media only screen and (min-device-width: 1400px) and (max-device-width: 1600px){ 
   

}
@media only screen and (min-width : 1600px) {

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


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


}

@media only screen and (max-width: 992px) {
 
.hiw-mt{
    margin-top: 0rem;
}
.mobile-mar{
	    margin-top: 19px;
}
.hero-img {
    margin-top: -27rem;
}
.navbar-collapse {
    background-color: #fff;
    padding: 30px 30px;
}
.nav-link:hover::before, .nav-item.active .nav-link::before, .nav-link.active::before {
    transform: scale3d(1,1,1);
    display: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    box-shadow: none;
}
.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 0px;
    margin-left: 0px;
}
.arrow-img{
    display: none;
}
}
@media only screen and (max-width: 800px) {

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

}
@media (min-width: 992px){

}

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

}
@media only screen and (max-width: 640px) {
  .title {
    color: #473E3E;
    font-size: 27px;
    margin-bottom: 53px;
}
.sec-pad {
    padding: 2rem 0;
}
.sub-title {
    font-size: 37px;
    margin-bottom: 17px;
}
.hero .title {
    font-size: 42px;
    line-height: 51px;
}
.hero {
    height: 621px;
}
.hero-img {
    margin-top: -6rem;
}
.inner-title{
    font-size: 38px;
}
p.inner-p{
    font-size: 16px;
    line-height: 25px;
}
.banner-bg {
    height: 310px;

}
    

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

}
@media (min-width: 576px){

}

@media only screen and (max-width: 480px) {
  
}
@media only screen and (max-width: 400px) {

}
@media screen and (max-width: 375px){

}
@media screen and (max-width: 321px){

}







