
/* ==========================================/*
Media quries (min-width:567px) and (max-width: 768px)
===========================================*/ 
@media (min-width: 992px) and (max-width: 1199px){
.news-letter {
    max-width: 104%!important;
    width: 104%!important;
}
}


/* ==========================================/*
Media quries (min-width:567px) and (max-width: 768px)
===========================================*/ 
@media (min-width: 576px) and (max-width: 768px){
	.flight-deals h3{
		font-size: 13px;
	}
	.text-clr h3 span{
		font-size: 11px!important;
	}
	.checkCol span{
		padding-bottom: 15px;
	}
}
@media (min-width: 410px) and (max-width: 420px){
.count-2{
		width: 250px!important;
	}
	}
@media (min-width: 336px) and (max-width: 410px){
.count-2{
		width: 210px!important;
	}
	}
@media (min-width: 320px) and (max-width: 335px){
.count-2{
		width: 150px!important;
	}
	}
@media (min-width: 576px) and (max-width: 768px){

}


/* ==========================================/*
Media quries(max-width: 991px)
===========================================*/ 
@media (max-width: 991px){
	.menu-icon {
		display: inline-block!important;
		padding-right: 15px;
	}
	.flag-menu{
		background: #f2f2f2;
	}
	.dropdown{
		padding-right: 0!important;
	}
	.news-letter {
		border-radius: 5px;
		position: relative!important;
		background: rgba(255, 255, 255, 0.78)!important;
		padding: 18px 18px 18px 18px!important;
		max-width: 100%!important;
		width: 100%;
		margin-bottom: 50px;
	}
	.news-letter img {
		display: none;
	}
	.news-letter h4 {
		text-align: center;
	}

	.news-letter .form-control {
		height: 45px;
		padding: 6px;
		border: none;
		width: 100%!important;
		padding-left: 10px!important;
	}
	.news-letter input{
		background: none;
	}
	.question{
		right: 0!important;
		text-align: center;
	}
	#subscribe .question img {
		float: none!important;
		padding-bottom: 15px;
	}
	.btn-ok{
		position: absolute!important;
		right: 0!important;
	}
	ul.footer-menu{
		padding-bottom: 10px;
	}
	ul.footer-menu li {
		display: inline!important;
	}
	.res-col{
		width: 32%!important;
		max-width: inherit!important;
		flex: auto;
	}
	.res-form{
		display: block;
		width: 50%;
		flex: inherit;
	}
	.icons{
		display: none;
	}
	.horel-res{
		flex: auto;
		max-width: inherit;
	}
	.res-351{
		flex: auto;
	}
	.res-col-3{
		max-width: inherit;
		flex: auto;
	}
}
/* ==========================================/*
Media quries (max-width: 768px)
===========================================*/ 
@media (max-width: 768px){

	#trio-app-add img {
		padding-bottom: 15px;
	}
	#trio-app-add .mobile-img img {
		padding-bottom: 0!important;
	}
	.pad-14{
		padding-top: 14px;
	}
	.res-col-3{
		flex: inherit;
		max-width: inherit;

	}

	#banner{
		padding: 10vw 0 11vw!important;
	}
}
@media (max-width: 767px) {
    .fixed-top {position: relative !important;}
    #trio-app-add img {
        height: 50px !important;
    }

    #trio-app-add h3 {
        font-size: 16px !important;
    }

    #trio-app-add p {
        font-size: 14px !important;
        padding: 15px 0 !important;
    }
}

    /* ==========================================/*
Media quries (max-width: 576px)
===========================================*/
    @media (max-width: 576px) {
        .navbar-b {
            padding: 10px 10px !important;
        }

        .flight-deals .col-sm-7, .flight-deals .col-sm-5 {
            float: left;
            width: 50%;
        }

        #trio-app-add .mobile-img img {
            position: relative !important;
            left: 50%;
            transform: translateX(-50%);
        }

        .qty {
            max-width: inherit;
            width: inherit;
        }

        .hotel-res-350 {
            flex: auto;
            max-width: 50%;
        }

        .flight-deals {
            display: none;
        }
    }


    /* ==========================================/*
Media quries (max-width: 430px)
===========================================*/
    @media (max-width: 430px) {

        .qty .count-1 {
            width: 30px;
        }

        .res-351 {
            flex: auto;
            max-width: 120px;
        }
    }
    /* ==========================================/*
Media quries (max-width: 425px)
===========================================*/
    @media (max-width: 425px) {
        .btn-ok {
            position: relative !important;
            right: 0;
            left: 50%;
            top: 15px;
            transform: translateX(-50%);
        }

        ul.footer-menu li {
            display: block !important;
        }

        ul.footer-bottom li .iata {
            padding-bottom: 15px;
        }
    }
    /* ==========================================/*
Media quries (max-width: 427px)
===========================================*/
    @media (max-width: 427px) {
        .qty {
            width: 100%;
        }

        .res-350 {
            flex: auto;
        }
    }
    /* ==========================================/*
Media quries (max-width: 400px)
===========================================*/
    @media (max-width: 400px) {
        .res-col {
            width: 100% !important;
        }

        .circle-bg {
            margin: 18px 7px 0 7px;
        }

        .custom-checkbox {
            position: relative;
            right: -12px;
        }

     
    }