/* ----------------------------------------------------------------
	Responsive CSS
-----------------------------------------------------------------*/

@media (max-width: 1199px) {
	
}


@media (min-width: 992px) and (max-width: 1199px) {
    .cardGroup h5 {
        font-size: 15px;
    }
    .cardGroup p {
        font-size: 12px;
    }
    .cardGroup .card {
        height: 310px !important;
    }

}


@media (max-width: 991px) {
    .footer-bg {
        background-image: url(../images/footerbg.png);
        background-attachment: fixed;
        background-position: center top;
    }    
    .footer-bg img {
        padding-top: 0px !important;
    }
    .slogan {
        width: 80%!important;
    }
    .bg-travel {
        height: 1020px;
    }
  

	

}


@media (min-width: 768px) and (max-width: 991px) {
    .footer-bg {
        background-image: url(../images/footerbg.png);
        background-attachment: fixed;
        background-position: center top;
    }    
    .footerlogo {
        width: 90%;
    }
    .imgcenter {
        text-align: center;
    }
    .imgcenter img {
        margin-top: 50px;
        width: 60%;
    }
  
  

}

@media (max-width: 767px) {
    .bg-travel {
        height: 900px;
    }
    .footer-bg img{
        padding-top: 0px !important;
        width: 70%;
    }
    .footer-bg {
        background-image: url(../images/footerbg.png);
        background-attachment: fixed!important;
    }
    .cardGroup .card {
        width: 100%!important;
    }
    .imgcenter {
        text-align: center;
    }
    .imgcenter img {
        width: 60%;
    }


}

@media (min-width: 480px) and (max-width: 767px) {

}

@media (max-width: 479px) {
    nav img {
        height: 40px;
    }
    .bg-travel img {
        text-align: center!important;
        margin: 25px 0 0 0 ;
    }
    .footer-bg form input {
        width: 100% !important;
    }
    .footer-bg img {
    width: 100%!important;
    }
    .bg-travel {
        height: 1050px;
    }
   

}

@media (max-width: 320px) {
   body h2,h4,h5,span,p {
    font-size: 12px;
   }
   .bg-travel {
    height: 850px;
   }
   .footer-bg form input {
    width: 100% !important;
   }
   .footer-bg h2 {
    font-size: 16px;
   }
   .footer-bg img {
    width: 90%;
   }
   .cardGroup .card {
    height: 270px !important;
   
    }
    nav img {
        height: 35px !important;
    }
    .bg-travel {
        height: 900px;
    }
}
  
   

