/* mobile view landscape */
@media only screen and (min-width:320px) and (max-width:767px) and (orientation: landscape){
}
/* mobile view */
@media (min-width: 320px) and (max-width: 767px) {
	.top_nav ul li a:hover::before {
	    border: 1px solid #ef4023;
	    content: "";
	    position: absolute;
	    top: -2px;
	    width: 100%;
	    left: 0;
	}
	.logodv img {
	    width: 118px;
        margin: 17px 0px 10px 0px;
	}
	.header_top{
		height: auto;
	}
	.header_top button.navbar-toggle {
	    border: 1px solid #12171b;
	    position: absolute;
	    top: 25px;
	    right: 24px;
	    padding: 0px;
	    margin: 0px;
	}
	.header_top button.navbar-toggle span.icon-bar {
	    background: #ee4e3c;
	}
	.top_nav ul li {
	    width: 100%;
	    float: left;
	    text-align: left;
	    padding: 0px;
	    margin: 0px;
	}
	.top_nav{
	    background-color: #12171b;
	    height: 100%;
	    left: 0px;
	    opacity: 0.96;
	    padding-top: 0;
	    position: fixed;
	    top: 0;
	    width: 300px;
	    z-index: 999;
        left: -300px;
        padding: 0px;
	}
	.regster_dv a {
	    display: none;
	    margin: 0 auto 10px auto;
	    float: none;
	    line-height: 24px;
	    width: 182px;
	    height: 27px;
	    clear: both;
	}
	span.closeicon{
	    color: #fff;
	    position: absolute;
	    right: 5px;
	    top: 2px;
	}
	.top_nav ul li {
	    width: 100%;
	    float: left;
	    padding: 8px 11px;
	    border-bottom: 1px solid #f6f6f645;
	}
	.top_nav ul li a.active::before{
		border: none;
	}
	.bannerdv,.cursordv ,.destinationdv,.footer_btm{
	    height: auto;
	}
	.bannerdv .carousel .item img{
		 height: 175px;
	}
	.login_formdv{
		position: relative;
	}
	.carousel-caption {
	    width: 100%;
	    font-size: 17px;
	    top: auto;
	    line-height: 19px;
	    text-align: center;
	}
	.logincontainer{
		padding: 0px;
	}
	.login_formdv {
	    position: relative;
	    width: 100%;
	    height: auto;
	    float: left;
	}
	.login_form1 label {
	    margin: 10px 0px;
	}
	.owl-theme .owl-nav{
		display: none;
	}
	.cursordv{
	    padding: 23px 0px 10px 0px;
	}
	.cursordv .owl-carousel .item {
	    width: 100%;
	    height: 335px;	
	}
	.cursorslidedv{
		padding: 25px 35px;
	}
	.destination_hdng {
	    float: none;
	    padding: 20px 0px;
	}
	.destination_hdng h1 {
	    font-size: 25px;
	}
	.destination_slidedv .dest_cursorslidedv{
		width: 100%;
	}
	.dest_cursorslidedv img{
		margin: 0 auto;
	}
	.dest_cursorslidedv .hide_dv {
	    right: 2%;
	    top: 45%;
	    left: 2%;
	    -webkit-line-clamp: 0a;
	    margin: 0 auto;
	    width: 143px;
	}
	.footer_top {
	    margin: 0px;
	    padding: 0px 21px;
	    height: auto;
	}
	.foterdng h1 {
	    margin-bottom: 10px;
	}
	.destination_slidedv {
	    margin-bottom: 15px;
	}
	.disvrmenu_dv .left_menu ul {
	    margin-left: 12px;
	}
	.disvrmenu_dv h1{
		text-align: left;
	}
	.disvrmenu_dv .left_menu ul li {
	    width: 32%;
	    float: left;
	    text-align: left;
	    margin-bottom: 15px;
	}
	.disvrmenu_dv .left_menu {
	    width: 100%;
	    float: none;
	}
	.foterdng {
	    clear: both;
	    float: left;
	    width: 100%;
	    padding: 16px 0px 0px 0px;
	}
	.copyrght_text {
	    text-align: left;
	    padding-left: 20px;
	}
	.topscroll {
	    margin: 13px;
	}
	.registrationbtn a{
		width: 136px;
	    height: 26px;
	    border: 1px solid #ef4023;
	    border-radius: 6px;
	    line-height: 24px;
	    float: left;
	    text-align: center;
	    font-size: 12px;
	    margin-top: 35px;
	    color: #fff;
	    font-family: 'GoogleSans-Regular';
	    margin: 22px 9px 10px;
	}

	.top_nav ul li a{
		font-size: 12px;
	}
	.login_form1 {
	    padding: 0px;
	}
	.cursordv .owl-carousel .owl-item img{
		width: 125px ! important;
    	height: auto;
	}
	.travlr_logo{
		height: auto;
	}
}

/* Ipad vertical view */
@media (min-width: 768px) and (max-width: 990px) {
	.logodv img {
	    width: 130px;
	    margin-top: 39px;
	}
	.regster_dv a {
	    font-size: 13px;
	    width: 180px;
	    height: 40px;
	    line-height: 40px;
        margin-top: 41px;
	}
	.bannerdv .carousel-caption {
	    top: 64px;
	    font-size: 45px;
	    width: 100%;
	    line-height: 43px;
	    text-align: center;
	}
	.login_formdv {
	    width: 61%;
	    position: relative;
	    margin: 0 auto;
	    margin-top: -367px;
	}
	.cursordv .owl-carousel .item{
	    margin: 10px;
        width: 338px;
	}
	.cursordv{
		padding-top: 56px;
	}
	.destination_hdng {
	    float: none;
	}
	.destination_slidedv .dest_cursorslidedv {
	    width: 344px;
	    margin: 10px;
	}
	.destination_hdng {
	    padding-top: 29px;
	}
	.dest_cursorslidedv .hide_dv {
	    right: 2%;
	    top: 45%;
	    left: 2%;
	    -webkit-line-clamp: 0a;
	    margin: 0 auto;
	    width: 143px;
	}
	.destination_hdng h1 {
	    font-size: 28px;
	}
	.footer_dv .footer_top {
	    margin-top: 0px;
	    padding-top: 20px;
	    height: auto;
	    padding-bottom: 20px;
	}
	.destinationdv {
	    height: 462px;
	}
	.foterdng h1 {
	    margin-bottom: 10px;
	}
	.disvrmenu_dv .left_menu ul {
	    margin-left: 11px;
	}
	.disvrmenu_dv h1{
		text-align: left;
	}
	.disvrmenu_dv .left_menu ul li {
	    width: 12%;
	    float: left;
	    text-align: left;
	    margin-bottom: 15px;
	}
	.disvrmenu_dv .left_menu {
	    width: 100%;
	    float: none;
	}
	.footer_dv ,.footer_btm{
	    height: auto;
	}
	.topscroll {
	    margin: 19px 4px 12px;
	}
	.top_nav ul li {
	    margin-right: 20px;
	}
	.disvrmenu_dv .left_menu ul {
	    margin-left: 12px;
	}

}

/* Ipad horizontal view */
@media (min-width: 991px) and (max-width: 1200px) {
	.bannerdv .carousel-caption {
	    top: 64px;
	    font-size: 45px;
	    width: 100%;
	    line-height: 43px;
	    text-align: center;
	}
	.login_formdv {
	    width: 61%;
	    position: relative;
	    margin: 0 auto;
	    margin-top: -367px;
	}
	.cursordv .owl-carousel .item{
	    margin: 10px;
        width: 294px;
	}
	.travlr_logo{
	    height: 69px;
	}
	.cursordv,.destinationdv,.footer_dv,.footer_top {
	    height: auto;
	    padding-bottom: 20px;
	}
	.cursordv .owl-dots ,.destination_slidedv .owl-dots{
	    margin-top: 0px ! important;
	}
	.destination_slidedv .dest_cursorslidedv {
	    width: 297px;
	    margin: 10px;
	}
	.owl-theme .owl-nav{
		display: none;
	}
	.footer_top {
	    padding-top: 0px;
	    margin-top: 0px;
	}
	.disvrmenu_dv h1 {
	    text-align: left;
	    margin: 14px 0px;
	}
	.disvrmenu_dv .left_menu ul li {
	    width: 12%;
	    float: left;
	    text-align: left;
	    margin-bottom: 15px;
	}
	.disvrmenu_dv .left_menu {
	    width: 100%;
	    float: none;
	}
	.footer_dv ,.footer_btm{
	    height: auto;
	}
	.topscroll {
	    margin: 19px 4px 12px;
	}
	.top_nav ul li {
	    margin-right: 20px;
	}
	.disvrmenu_dv .left_menu ul {
	    margin-left: 12px;
	}

}
