/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Roboto", sans-serif !important;
    color: #333;
    font-size: 14px !important;
    background: #fff !important;
}

    /* width */

    body::-webkit-scrollbar {
        width: 11px;
    }

    /* Handle */
    body::-webkit-scrollbar-thumb {
        background: #3b444b;
        border-radius: 10px;
    }


a {
    color: #333;
}

    a:hover {
        color: #ff5722;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #3b444b;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

    .back-to-top i {
        font-size: 24px;
        position: absolute;
        top: 8px;
        left: 8px;
    }

    .back-to-top:hover {
        color: #fff;
        background: #ff5722;
        transition: 0.3s ease-in-out;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.container-wide {
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 10px;
}

.container .row .col-lg-12.mt-5 {
    margin-top: 0 !important;
    margin-left: -8px !important;
    margin-right: -8px !important;
    padding-left: 0;
    padding-right: 0;
}

.main.gray_bg.container-fluid {
    max-width: 100% !important;
}

#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.fixed-top{position: static;}
    #header .containerone {
        padding-left: 30px;
        padding-right: 30px;
        background: #00A991;
		box-shadow: 0 2px 11px rgba(0, 0, 0, 0.1);
		padding-top: 0;
        padding-bottom: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;
    }

    #header .logo {
        position: relative;
        /*background: #fc5729;*/
        height: auto;
        width: auto;
        margin-right: 100px;
        margin-left: -30px;
        padding: 5px 14px;
    }

        /*#header .logo .brandlabel-triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 69px 48px;
	border-color: transparent transparent transparent #fc5729;
	position: absolute;
	right: -48px;
	top: 0;
}*/

        #header .logo .brandlabel-triangle {
            border-color: none !important;
            border-style: none !important;
        }


        #header .logo img {
            max-height: 51px;
			width: 100%;
        }


#new-whybook .col-xs-12.col-sm-4{border-bottom:none !important;}

/*--------------------------------------------------------------
# Flight Search Section
--------------------------------------------------------------*/
/*#hero-wrap {
    width: 100%;
    height: 100vh;
    position: relative;
    background: #f5f8fd url("../img/banner-image.jpg") center top no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}*/

#hero-wrap {
    overflow: visible;
    position: relative;
}

#hero-wrap video{position: absolute;
    top: -220px;
    left: 0px;
    height: 231%;
    width: 100%;
    object-fit: cover;}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu > ul {
    display: flex;
}

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        padding: 0;
    }
	
	    .nav-menu > ul > li.call-bg .label{font-weight:500; padding-left: 8px;}
	

        .nav-menu > ul > li i {
            font-size: 18px;
			margin-right: 0;
			line-height: 20px;
        }


            .nav-menu > ul > li i.icofont-home {
                background: #ff3600;
                border-radius: 80px;
                padding: 7px;
                color: #fff;
                font-size: 14px;
            }

.nav-menu a {
    display: block;
    position: relative;
    color: #ffffff;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 400;
    padding: 24px 14px 24px 14px;
    text-transform: uppercase;
    text-decoration: none;
	line-height: 28px;
}

    .nav-menu a:hover, .nav-menu .active {
        color: #fff;
        background: #067c6b;
    }

        .nav-menu a:hover, .nav-menu .active > a:hover {
            color: #fff;
            background: #067c6b;
        }

    .nav-menu a:hover, .nav-menu .nav-menu li:hover > a {
        color: #fff;
        text-decoration: none;
    }

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    /* left: 15px;*/
    left: 2px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #3a4b51;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #fff;
}

    .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
        color: #fff;
        background: #485961;
    }

.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

    .nav-menu .drop-down .drop-down > a:after {
        content: "\eaa0";
        font-family: IcoFont;
        position: absolute;
        right: 15px;
    }

.nav-menu > ul > li.call-bg {
    margin-right: -30px;
    font-size: 2rem;
    color: #fff;
}

.nav-menu > ul > li.call-bg a i{font-size: 24px !important;  margin-right: 0;}
.nav-menu > ul > li.call-bg a img {width: 50px; height: 50px; border-radius: 50%; box-shadow: 0 2px 15px rgba(255, 255, 255, 0.4); }
#MobiletelNo img{display:none;}

#MobiletelNo {display: none;}


    .nav-menu > ul > li.call-bg a {
        color: #fff;
        font-size: 22px;
        padding: 12px 15px 12px 15px;
        font-weight: 700;
		line-height: 36px;
    }

        .nav-menu > ul > li.call-bg a:hover {
            color: #fff;
            background: none;
        }


/* Mobile Navigation */


.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

    .mobile-nav-toggle i {
        color: #fff;
    }

.mobile-nav {
    position: fixed;
    top: 67px;
    right: 0;
    bottom: 15px;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    background-color: rgba(255,255,255,.98);
    transition-duration: .2s;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    max-height: 400px;
    border-top: 1px solid transparent;
    border-top: 1px solid rgba(0,0,0,.1);
}


    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #212529;
        padding: 16px 20px;
        font-weight: 500;
        outline: none;
        border-bottom: 1px solid #e6e6e6;
    }

        .mobile-nav a:hover, .mobile-nav .active {
            color: #212529;
            text-decoration: none;
        }

            .mobile-nav a:hover, .mobile-nav .active > a:hover {
                color: #212529;
            }

        .mobile-nav a:hover, .mobile-nav .mobile-nav li:hover > a {
            color: #212529;
        }


    .mobile-nav .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }

    .mobile-nav .active.drop-down > a:after {
        content: "\eaa1";
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
        background: #485961;
    }

    .mobile-nav .drop-down li {
        padding-left: 0;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    /*background: rgba(0, 0, 0, 0.9);*/
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        opacity: 1;
        visibility: visible;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }

.top-nav {
    margin-top: 7px;
}

    .top-nav ul.top-menu > li .dropdown-menu.logout {
        width: 200px !important;
    }


    .top-nav li.dropdown .dropdown-menu {
        float: right;
        right: 0;
        left: auto !important;
    }


.dropdown-menu.extended.logout > li {
    float: left;
    text-align: left;
    width: 100%;
}


.dropdown-menu > li > a {
    color: #241c15;
}

.dropdown-menu.extended.logout > li > a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 14px;
    list-style: none;
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}


    .dropdown-menu.extended.logout > li > a:hover {
        background-color: #F7F8F9 !important;
        color: #241c15;
        border-bottom: 1px solid #EBEBEB !important;
    }


        .dropdown-menu.extended.logout > li > a:hover i {
            color: #333333;
        }

    .dropdown-menu.extended.logout > li > a i {
        font-size: 17px;
    }

    .dropdown-menu.extended.logout > li > a > i {
        display: inline-block;
        padding-right: 10px
    }


.top-nav .username {
    font-size: 13px;
    color: #fff;
}

.top-nav ul.top-menu > li > a {
    padding: 8px;
    background: none;
    margin-right: 0;
}

.top-nav ul.top-menu > li {
    margin-left: 10px;
}

    .top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
        background: #F1F2F7;
    }

.top-nav .dropdown-menu.extended.logout {
    top: 5px !important;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}

.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #7498f1;
    border-top-color: #7498f1;
}

.log-arrow-up {
    background: url("../img/arrow-up.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -30px;
}

.flight-search label.custom-control-label{color: #212529;}

/*--------------------------------------------------------------
# Start hamburger
--------------------------------------------------------------*/
.menu {
    font-weight: bold;
    width: 100%;
    margin: 0; /*padding:10px 0 25px 0;*/
    background-color: rgba(255,255,255,.98);
    transition-duration: .2s;
    max-height: 450px;
    overflow: auto;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-top: 1px solid rgba(0,0,0,.1);
}

    .menu h4 {
        font-size: 19px;
        color: #FF3600;
        font-weight: 600;
        padding: 22px 0 0 0;
        margin-bottom: 15px;
    }

    .menu::-webkit-scrollbar {
        width: 5px;
    }

    .menu::-webkit-scrollbar-thumb {
        background: #fc5729;
        border-radius: 10px;
    }

    .menu h4 i {
        margin-right: 5px;
    }

ul.hamburger-top {
    position: relative;
    padding-left: 50px;
    margin-left: 5px;
}

    ul.hamburger-top li p {
        margin-bottom: 0;
    }

    ul.hamburger-top li a.btn {
        outline: none;
        padding-bottom: 18px;
    }

        ul.hamburger-top li a.btn:focus {
            outline: none;
            box-shadow: none;
        }

    ul.hamburger-top li a i {
        font-size: 25px;
    }

    ul.hamburger-top li a:hover {
        background: none;
    }

    ul.hamburger-top li p.close {
        opacity: 1;
    }

        ul.hamburger-top li p.close:hover {
            color: #fff;
        }

        ul.hamburger-top li p.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
            opacity: 1;
        }

    ul.hamburger-top li {
        position: absolute;
        top: 0;
        right: 0;
        border-left: #fc5729 1px solid;
    }

    ul.hamburger-top .btn-default.focus, .btn-default:focus {
        color: #ff3e00;
    }

    ul.hamburger-top .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
        color: #ff3e00;
    }

.menu ul {
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 150px;
    margin: 0 auto;
    position: relative;
    color: #ff3600;
    column-count: 5;
    column-gap: 30px;
    column-rule-style: solid;
    column-rule-width: 1px;
    column-rule-color: 1px solid rgba(0,0,0,.1);
    column-rule: 1px solid rgba(0,0,0,.1);
    column-width: 170px;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    list-style: none;
}

    .menu ul li {
        text-align: left;
        line-height: 32px;
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
        border-bottom: #ddd 1px dotted;
    }

        .menu ul li.ham-title a {
            color: #ff3600;
            font-weight: 600;
            font-size: 13px;
            text-transform: uppercase;
            text-decoration: none
        }

            .menu ul li.ham-title a:hover {
                text-decoration: none;
                color: #ff3600;
            }

        .menu ul li a {
            padding: 0;
            color: #333;
            font-weight: 400;
            font-size: 12px;
            text-transform: capitalize;
        }

            .menu ul li a:hover {
                text-decoration: none;
                color: #ff3600;
            }

            .menu ul li a.more {
                color: #fff;
                text-decoration: none;
                cursor: pointer;
            }

            .menu ul li a.ham-title2 {
                padding-left: 0;
            }

                .menu ul li a.ham-title2.fa-angle-double-right:before {
                    padding-right: 6px;
                    content: "\f101";
                    padding-left: 2px;
                }
				
				
				
.flight-search .inner-box .flex-item-right .form-control{
		border: 1px solid #ced4da !important;
		height: calc(2em + 0.89rem + 2px);
		display: block;
        width: 100%;
		padding: .375rem .35rem;
    font-size: 0.90rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: .3rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	}				

.flight-search .inner-box #chdRow1 .form-control{
		border: 1px solid #ced4da !important;
		height: calc(2em + 0.46rem + 2px);
		display: block;
        width: 100%;
		padding: .375rem .35rem;
    font-size: 0.90rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: .1rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	}
	
.flight-search .flex-item-selbox {
    padding: 0 0 0 3px;
    width: 15.7%;
    margin-right: 5px;
}	


.adults-bx-pop{visibility: hidden;}



/*--------------------------------------------------------------
# Flight and Hotel Serch
--------------------------------------------------------------*/

.flight-search {
    width: 100%;
    margin: 267px 0 0 0;
    position: relative;
    z-index: 10;
}

.disabled-return {
    opacity: .7;
    pointer-events: none;
}

.flight-search .form-control input {
    display: block;
    width: 100%;
    height: calc(1.8em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.flight-search:focus {
    color: #6b6b6b;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0.1rem #ced4da;
}

.flight-search .searchinner-btn {
    color: #fff;
    background-image: linear-gradient(to right, #00A991, #db104c);
    border: none;
    padding: 0.5rem 1.5rem;
    font-size: 0.94rem;
    border-radius: 30px;
    font-weight: 700;
}

    .flight-search .searchinner-btn i {
        padding-right: 6px;
    }

    .flight-search .searchinner-btn:hover {
        color: #fff;
        background-image: linear-gradient(to right, #db104c, #00A991);
    }

    .flight-search .searchinner-btn:focus {
        outline: none;
    }

.flight-search .form-control {
    font-size: 0.875rem;
    padding: 1.2rem .75rem;
}

.flight-search .inner-box { 
   padding: 0 3px 24px 18px;
	background-color:#fff;
    color: #212529;
	border-radius: 6px;
	overflow: visible;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}


.flight-search .inner-box #chdRow1{position: absolute; width: 295px; max-width: 350px;  background: #fff; top: 121px; right: 13px; z-index: 999;  box-shadow: 0 0 26px rgb(51 51 51 / 36%); border-radius: 5px; padding: 12px 4px 0;}
.flight-search .inner-box #chdRow1::before {width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 15px solid #fff; position: absolute;  content: ""; top: -15px; right: 143px;}
.flight-search .inner-box #chdRow1 .flex-item-selbox { padding: 0 0 0 0; margin-left: 6px; width: 88px; margin-right: 0;}





.flight-search .nav {
    padding-left: 0;
    list-style: none;
    width: auto;
    border-bottom: #f99b1d 2px solid;
}

.flight-search .nav-pills > li {
    float: left;
    background-color: none;
}

.main .flight-search ul li {
    padding: 0 !important;
}

.flight-search .nav > li {
    position: relative;
    display: block;
    font-weight: 700;
	display: none;
}


.flight-search .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background: #db104c;
    border-radius: 0.1px;
    font-weight: 700;
}

.flight-search .nav > li > a {
    position: relative;
    display: block;
    padding: 18px 18px;
    color: #fff;
    margin-bottom: 2px;
}

    .flight-search .nav > li > a i {
        font-size: 1.5rem;
        margin-right: 5px;
        vertical-align: middle;
    }

.active-text {
    color: #5cb85c;
    font-weight: 800;
}

* {
    box-sizing: border-box;
}


.flight-search .form-control {
    display: block;
    width: 100%;
    height: calc(2em + .75rem + 2px);
    padding: .375rem .35rem;
    font-size: 0.90rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: .3rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-transform: normal;
}

.flight-search .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    color: #333;
}

.flight-search .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border-radius: .3rem;
    padding: 0 !important;
}

     .flight-search .input-group-text i {
        font-size: 15px;
        color: #00A991;
		width: auto;
		margin-left: 7px;
    }
	
#advance-section{ box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); position: absolute;  width: 40%;}	
#advance-section .form-control{background:#fff;}

.flight-search .select {
    height: calc(2.2em + .75rem + 2px);
}

.flight-search .form-control:focus {
    border: none;
    box-shadow: none;
}

.flight-search .form-group label {
    color: #212529;
    font-size: 13px;
    font-weight:400;
}

.flight-search .show-text {
    color: #fff;
    text-transform: uppercase;
}

    .flight-search .show-text a {
        color: #212529 !important;
        text-decoration: none;
        font-size: 13px;
		text-transform: capitalize;
    }

.flight-search .col-md-6 input.form-control {
    width: 80%;
}

.hotel-select-pop {
    background: #fff;
    padding: 0 15px 0 0;
    position: absolute;
    width: auto;
    right: 0;
    top: 91px;
    width: 100%
}

.hotel-select-pop-two {
    background: #fff;
    padding: 0 15px 0 0;
    position: absolute;
    width: auto;
    right: -254px;
    top: 0;
    border-left: 1px solid #ddd;
}

    .hotel-select-pop-two .col-lg-12 {
        padding-right: 0;
    }


.hotel-select-pop-three {
    background: #fff;
    padding: 0 15px 0 0;
    position: absolute;
    width: auto;
    right: -492px;
    top: 0;
    border-left: 1px solid #ddd;
}

    .hotel-select-pop-three .col-lg-12 {
        padding-right: 0;
    }

.hotel-select-pop-two .roomfl .flex-item-left .spc {
    padding-left: 19px;
}

.i-close {
    font-size: 19px;
}

.hotel-select-pop::before {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    content: "";
    top: -15px;
    right: 220px;
}

.hotel-select-pop .roomfl {
    font-size: 13px;
    border-right: 0;
    padding-bottom: 20px;
}

    .hotel-select-pop .roomfl .bdr {
        border-top: 1px dashed #ddd;
    }

    .hotel-select-pop .roomfl i {
        color: #677076;
        margin-right: 10px;
    }

    .hotel-select-pop .roomfl .flex-item-left {
        width: 50%;
        padding: 0 0 0 20px;
    }

        .hotel-select-pop .roomfl .flex-item-left .spc {
            padding-left: 19px;
        }

    .hotel-select-pop .roomfl .flex-item-right {
        width: 50%;
        padding-right: 15px;
        padding-top: 0;
    }

.hotel-select-pop .flex-item-right {
    padding: 0 15px 0 !important;
    margin-right: 0;
    width: auto;
}

.hotel-select-pop .roomfl .form-control {
    padding: .375rem .35rem;
    font-size: 0.90rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .1rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-transform: normal;
}

    .hotel-select-pop .roomfl .form-control:focus {
        border: 1px solid #ced4da;
        box-shadow: none;
    }


.hotel-select-pop .hd-room {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 12px 0 10px 0;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
}

.hotel-select-pop .blue-dot {
    background-color: #53a4e4;
    padding: 0 6px;
    margin-right: 6px;
    color: #fff;
    border-radius: 100%;
}

.hotel-select-pop .addroom_btn {
    border: 1px solid #53a4e4;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 9px;
    background-color: #212529;
    display: block;
    transform: translate(11%,65%);
}

    .hotel-select-pop .addroom_btn:focus {
        outline: none;
    }

.hotel-select-pop .doneroom_btn {
    color: #53a4e4;
    font-weight: 700;
    outline: 0;
    border: none;
    background-color: transparent;
    margin: 80px auto 30px 30px;
    display: block;
}

.flight-search .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: inherit !important;
    border: #212529 solid 2px;
}

.flight-search .custom-control-input:checked ~ .custom-control-label::before {
    color: #212529;
    border-color: #00A991;
    background-color: #00A991;
}

.flight-search .custom-control-label::after {content: "\f00c"; font: normal normal normal 11px / 1 FontAwesome; text-align: center; line-height: 16.9px; padding-left: 2px;}

.flight-search .custom-control-label::before, .custom-file-label, .custom-select {
    background: #00A991;
    transition: inherit;
}

.couponcode-info {
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding: 10px 20px;
    margin: 5px 20px;
    background-color: rgba(0,0,0,.8);
    border-radius: 20px;
    width: 100%;
    margin: 1rem;
}

    .couponcode-info strong {
        font-weight: 700;
        color: #f2c207;
    }

    .couponcode-info a {
        text-decoration: none;
        color: #fff !important;
        display: inline-block;
    }







/*--------------------------------------------------------------
# Banner bottom Section
--------------------------------------------------------------*/


.wbws-heading {
    background-color: #81d8cc !important;
    height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    border-bottom: 5px solid #81d8cc;
    padding-top: 10px;
}

/*.wbws-heading {
    background-color: #6cc;
    line-height: 50px;
}*/

.ArrowTitle {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 25px solid #0d69a2;
    margin: 0 auto;
}

#new-whybook {  
    margin: 100px auto 0; /*padding: 0 10px 20px;*/
}

.airlinelogobg {
    margin: 0 auto 25px auto !important;
    background: #1e3d69;
    padding-bottom: 2px;
}

    .airlinelogobg ul.airlogos {
        display: block;
        background-color: transparent;
        position: relative;
        padding: 0;
        margin-bottom: 30px;
        margin-top: 20px;
    }

        .airlinelogobg ul.airlogos li {
            width: 12%;
            height: auto;
            display: inline-block;
            margin-right: .5%;
            border: 1px solid #e2e1df;
            background-color: #fff;
        }

            .airlinelogobg ul.airlogos li a, .airlinelogobg ul.airlogos li a.img, .airlinelogobg ul.airlogos li a:hover {
                text-decoration: none;
                outline: 0;
                border: none;
            }

#new-whybook ul.uslist1 {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    border-right: 1px solid #7e94a6 ;
    color: #fff;
}

    #new-whybook ul.uslist1 li:nth-child(1) {
        text-align: right;
    }

    #new-whybook ul.uslist1 li {
        display: inline-block;
        width: 40%;
        vertical-align: middle;
    }

        #new-whybook ul.uslist1 li img {
            width: auto;
        }

        #new-whybook ul.uslist1 li:nth-child(2) {
            font-size: 15px;
            text-transform: uppercase;
            word-wrap: break-word;
            font-weight: 600;
            padding-left: 5px;
            width: 40%;
        }

        #new-whybook ul.uslist1 li:nth-child(1) {
            text-align: right;
        }

.airlinelogobg h2 {
    font-size: 26px;
    color: #fff;
    text-align: center;
    padding-top: 49px;
}

/*--------------------------------------------------------------
# Start Autocomplete Items
--------------------------------------------------------------*/


.flight-search .autocomplete {
    position: relative;
    display: inline-block;
    padding-left: 0;
    width: 48.7%;
	padding-top:25px;
}

.flight-search .flex-item-left:first-child {
    margin-right: 6px;
}

.flight-search .autocomplete-items {
    position: absolute;
    border: 1px solid #adb9be;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .flight-search .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #d0dbdf;
        border-top: 1px solid #adb9be;
        font-size: 0.90rem;		
        text-align: left;
    }

        .flight-search .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

.flight-search .autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.tt-dropdown-menu {
    width: auto;
    margin-top: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #adb9be;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    /*margin-left: -25px;*/
    margin-left: -15px;
    text-align: left;
    overflow: auto;
    height: 300px;
    width: 416px;
    margin-left: -16px;
	
}


    /* width */

    .tt-dropdown-menu::-webkit-scrollbar {
        width: 5px;
    }

    /* Handle */
    .tt-dropdown-menu::-webkit-scrollbar-thumb {
        background: #575858;
        border-radius: 10px;
    }


.tt-suggestion p {
    margin: 0;
    padding: 0;
}

.hotel-inner-row .row {
    display: flex !important;
}


.tt-hint,
.tt-query,
.twitter-typeahead,
.typeahead {
    width: 100%
}

.tt-suggestion {
    padding: 5px 12px;
    font-size: 0.90rem;
    line-height: 24px;
    border-radius: 0 !important;
    border-bottom: 1px solid #adb9be;
}

    .tt-suggestion.tt-cursor {
        color: #495057 !important;
        background-color: #c8f0ea;
        border-bottom: 1px solid #92d8ce;
    }


.flight-search .flex-item-mid .form-control:disabled, .form-control[readonly] {
    background: transparent !important;
    opacity: 1;
}

.flight-search .form-control:focus {
    background: #fff !important;
}


.flight-search .flex-item-mid {
    padding: 25px 0 0 3px;
    flex: 11%;
    margin-right: 5px;
}

.flight-search .flex-item-right {
    padding: 25px 0 0 3px;
    flex: 8%;
    margin-right: 5px;
}



.flight-search .flex-item-button {
    padding: 0 3px;
    flex: 3%;
    position: absolute;
    top: 0;
    right: -3px;
    background-color: #00A991;
    height: 100vh;
    overflow: hidden;
    max-height: 117%;
	border-radius: 0 5px 5px 0;
}

.flight-search .search-btn:hover {
    color: #fff;
    background-color: #00A991;
    border-color: #00A991;
}

.flight-search .search-btn:focus{outline:none;}
.flight-search .search-btn {
    color: #fff;
    background-color: #00A991;
    border: 0;
    padding: 0 .5rem;
    font-size: .97rem;
    border-radius: 0;
    width: 100%;
    overflow: hidden;
    font-weight: 600;
    text-transform: uppercase;
    height: 100%;
}


/*--------------------------------------------------------------
# Start Datepicker
--------------------------------------------------------------*/

.datepicker {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -o-box-sizing: content-box !important;
    box-sizing: content-box !important;
    box-shadow: 0 3px 2px #eee;
    -moz-box-shadow: 0 3px 2px #eee;
    -o-box-shadow: 0 3px 2px #eee;
    -webkit-box-shadow: 0 3px 2px #eee;
    background-color: #f8f8f8;
    color: #373737;
    font-family: "Roboto";
    font-size: 14px;
    height: auto;
    min-width: 200px;
    padding: 4px;
    position: absolute;
    width: 250px;
    border: 1px solid #e1e1e1;
    border-bottom: 3px solid #cfcfcf;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style: none;
    z-index: 9999;
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #68b6c2;
    border-top: 0;
    position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker > div {
    display: none
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .datepicker table tr td,
    .datepicker table tr th {
        text-align: center;
        width: 40px;
        height: 35px;
        border-radius: 0;
        border: none
    }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #f6f7f9;
    cursor: pointer;
    border-radius: 4px;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #999
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733
}


    .datepicker table tr td.today:hover {
        color: #000
    }

    .datepicker table tr td.today.active:hover {
        color: #fff;
        background: #f6f7f9;
    }

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
    background: #eee;
    border-radius: 0
}

    .datepicker table tr td.range.today,
    .datepicker table tr td.range.today.disabled,
    .datepicker table tr td.range.today.disabled:hover,
    .datepicker table tr td.range.today:hover {
        color: #000;
        background-color: #f7ca77;
        border-color: #f1a417;
        border-radius: 0;
    }

.datepicker table tr td span.new,
.datepicker table tr td span.old {
    color: #999
}

.datepicker tfoot tr th,
.datepicker thead tr:first-child th {
    cursor: pointer
}

    .datepicker tfoot tr th:hover,
    .datepicker thead tr:first-child th:hover {
        background: #f8f9fa;
    }


.datepicker.dropdown-menu::before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 5px solid #fff;
    margin: auto;
    content: " ";
    top: -5px;
    position: absolute;
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000001;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: #cfd3d8 1px solid;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.428571429;
    padding: 0 0.5rem 0.5rem;
}


    .datepicker.dropdown-menu td,
    .datepicker.dropdown-menu th {
        padding: 4px 5px;
        font-size: 15px;
    }

.datepicker table thead {
    background: none;
    color: #333;
}

    .datepicker table thead th.next {
        font-size: 30px !important;
    }

    .datepicker table thead th.prev {
        font-size: 30px !important;
    }

    .datepicker table thead th.switch {
        font-size: 20px;
    }

    .datepicker table thead .next:hover,
    .datepicker table thead .prev:hover,
    .datepicker-switch:hover {
        background: #f8f9fa !important;
    }

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active:hover:hover, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover, .open .dropdown-toggle.datepicker table tr td.active:hover {
    color: #333333;
    background-color: #bdc7d1;
    border-color: #bdc7d1;
    border-radius: 4px;
}


/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/


/*.main{font-weight:600;}*/
p {
    font-weight: 400;
}

.main h1 {
    font-weight: 600;
    font-size: 29px;
    line-height: 45px;
    margin-bottom: 20px;
}


.main h2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 45px;
    margin-bottom: 20px;
}

.main h3 {
    font-weight: 600;
    line-height: 32px;
    font-size: 18px;
}

.page-title {
    color: #ff3e00;
}

.sub-head {
    color: #ff3600;
}

.main h4 {
    font-weight: 600;
    line-height: 32px;
    font-size: 18px;
}

.main .content h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
}

.main .content h3 {
    font-weight: 500;
    line-height: 32px;
    font-size: 24px;
}

.main .content ul {
    list-style: none;
    padding: 0;
}

    .main .content ul li {
        padding: 10px 0 0 28px;
        position: relative;
    }

    .main .content ul i {
        left: 0;
        top: 7px;
        position: absolute;
        font-size: 20px;
        color: #1bbd36;
    }

.main .content p:last-child {
    margin-bottom: 0;
}
.social-grid{margin-top:25px; min-height: 280px; max-height: 350px;}

/*--------------------------------------------------------------
# Flight Offer Section
--------------------------------------------------------------*/
.flight-offer-hd {
    background: #3b444b;
    padding: 9px;
    /*border-radius: 0 0 10px 10px;*/
    border-radius: 10px 10px 0 0;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    position: relative;
}

    .flight-offer-hd i {
        background: #fc5729;
        padding: 18px;
        border-radius: 10px 0 0 0;
        /*border-radius: 0 0 0 10px;*/
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        font-size: 15px;
    }

    .flight-offer-hd span {
        padding-left: 60px;
    }

.bdr-btm {
    border-bottom: #bbc0c4 1px solid;
}

.btn-booknow {
    color: #1f61ab;
    background-color: #fc5729;
    border: none;
    padding: 9px 15px 9px 15px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

    .btn-booknow:hover {
        background: #fbd532;
    }

.fare {
    color: #5e5c67 !important;
    font-weight: 300;
    padding-right: 2px;
}

.price {
    color: #ff3e00;
}

a.price {
    color: #ff3e00;
    text-decoration: none;
    font-weight: 600;
}

    a.price:hover {
        color: #212529;
        text-decoration: none;
    }

.btn-booknow:focus {
    outline: none !important;
}

.flight-offer-hd span.bookbydate {
    float: right;
    font-size: 16px;
    padding-top: 4px;
}


/*--------------------------------------------------------------
# Populaer Destinations Section
--------------------------------------------------------------*/
.destination {
    margin: 15px 0 0 15px;
}

    .destination ul {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: normal;
    }

        .destination ul li {
            float: left;
            display: block;
            padding: 10px 0 0 20px !important;
            border-radius: 2px;
        }

            .destination ul li a {
                background: #fc5729;
                text-align: center;
                float: left;
                color: #1f61ab;
                font-weight: 400;
                text-decoration: none;
                border-radius: 2px;
                display: block;
                padding: 15px 30px 15px 30px !important;
                width: 192px;
            }

                .destination ul li a:hover {
                    background: #fbd532;
                }


.mb_destns h1 {
    font-size: 25px;
    font-weight: 600;
}

/*--------------------------------------------------------------
# form bottom Section
--------------------------------------------------------------*/

.find-us {
    background: #adddff;
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    color: #212529;
    border-radius: 5px;
}

.social-grid{background: #fff; padding: 30px 30px 0; box-shadow: 0 0 48px rgba(0, 0, 0, 0.1); margin-top: 20px;}


    .find-us .form-control:focus {
        border-color: #cdcdcd;
        box-shadow: 0 0 0 0.1rem rgb(117 126 131 / 25%);
    }

    .find-us .flex-item-left {
        padding: 3px;
        flex: 40%;
    }

        .find-us .flex-item-left .hd {
            color: #212529;
            text-transform: capitalize;
            font-size: 24px;
        }

    .find-us .flex-item-right {
        padding: 3px 3px 3px 16px;
        flex: 50%;
        border-left: #9dd3fa 2px solid;
    }

    .find-us input {
        border: #c9ced2 1px solid;
        padding: 8px;
        width: 100%;
    }

        .find-us input focus {
            outline: none !important;
        }

    .find-us .subscribe-btn {
        color: #fff;
        background-color: #f6af1c;
        border: none;
        padding: 10px;
        font-size: 0.95rem;
        border-radius: 0;
        font-weight: 500;
        border-radius: 3px;
    }

        .find-us .subscribe-btn:hover {
            color: #fff;
            background-color: #f6ab0e;
            border-color: #f6ab0e;
        }

        .find-us .subscribe-btn:focus {
            outline: none;
        }


.callnow_box {
    background: url(../img/bg-bottom.jpg);
    /*background:url(../img/splite-img.png) 0 0;*/
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px 0 0 0;
    margin-bottom: 25px;
    /*max-width: 700px;*/
    /*width: 100%;*/
    /*height:251px;*/
}

    .callnow_box .call {
        color: #066ba3;
        font-size: 60px;
        line-height: 35px;
        padding-left: 373px;
        font-weight: 600;
    }

        .callnow_box .call a {
            color: #1b76ff;
            text-decoration: none;
        }

        .callnow_box .call span {
            color: #404040;
            font-size: 15px;
            text-transform: uppercase;
            padding-top: 10px;
        }

.big-saving {
    background-image: url(/assets/newimages/big-saving-on-luggage.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 280px;
    position: relative;
	border-radius:5px;
}

    .big-saving a {
        font-size: 60px;
        color: #391c58;
        font-weight: 600;
        text-align: right;
        padding: 50px 10px 50px 0;
        text-decoration: none;
        display: block;
        text-decoration: none;
    }

        .big-saving a:hover {
            text-decoration: none;
            color: #391c58;
        }

.d-inline {
    display: inline;
}

.big-saving .call-offer {
    background-color: #6e9ac1;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
	border-radius: 0 0 5px 5px;
}

    .big-saving .call-offer strong {
        display: block;
        font-size: 18px;
        text-transform: uppercase;
        padding: 5px 0;
        text-align: center;
        font-weight: 500;
    }


    .big-saving .call-offer span {
        display: block;
        font-size: 16px;
        padding-bottom: 5px;
        text-align: center;
    }


/*--------------------------------------------------------------
# Inner pages 
--------------------------------------------------------------*/

/* Inner pages search section */
.banner-hd {
    font-weight: 800;
    font-size: 3.4rem;
    line-height: 95px;
    margin: 150px 0;
    color: #320815;
    text-align: left;
    padding: 0;
	text-shadow: #ed93ad 0 4px 15px;
}

/*.banner-hd {
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 20px;
    color: #fff;
    text-align: left;
    padding-left: 0px;
    text-shadow: #000 0 10px 10px;
}*/

.hd-one {
    font-weight: 400;
    font-size: 26px;
    line-height: 45px;
    margin-bottom: 20px;
    color: #320815;
    text-align: center;
}

.col-lg-12.mt-5 .hd-one.mb-4 {
    color: #fff;
    background: #029b8f;
    margin-bottom: 0 !important;
    margin-left: 0;
    margin-right: -15px;
    padding: 5px 0 5px 0;
}

.col-lg-12.mb-4.text-center.hd-one h2 {
    text-align: center;
    font-weight: 600;
	padding-top: 10px;
}

.container.container-wide .row.mt-5 {
    margin-top: 1rem !important;
}

.why-book {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    background: #f5f5f5;
    /*padding:25px 25px 11px 150px;*/
    padding: 25px 25px 11px 0;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 20%);
}


    .why-book .col-lg-3 {
        border-right: 1px solid #ddd;
        padding-right: 0%;
        padding-left: 3%;
    }

        .why-book .col-lg-3:last-child {
            border-right: 0;
        }

    .why-book .block-one {
        float: left !important;
        /*width: 28%;*/
    }

        .why-book .block-one img.last {
            padding-top: 10px;
        }

    .why-book .block-two {
        float: left !important;
        width: 49%;
    }

        .why-book .block-two.third {
            padding-top: 10px;
        }

.populer-destination {
}

h2.blue {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 0 !important;
    color: #126caa;
}

.populer-destination .block {
    background: #ffffff;
    border: #ededed 2px solid;
    padding: 0 0 10px 0;
    position: relative;
    margin-top: 25px;
}

    .populer-destination .block h6 {
        font-size: 1rem;
        font-weight: 600;
        padding: 12px 0 2px 12px;
    }

    .populer-destination .block p {
        border-bottom: #ccc 2px solid;
        font-size: 14px;
        padding: 0 8px 8px 8px;
        margin: 0 5px 5px 5px;
    }

.populer-destination .bookknow {
    background: #fc5729;
    padding: 1px 20px 3px 3px;
    width: 173px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    text-align: right;
    height: 30px;
    margin-right: -11px;
}

    .populer-destination .bookknow a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 3px 0 3px 3px;
    }

.populer-destination .price {
    text-align: right;
    padding-right: 5px;
    padding-bottom: 5px;
}

    .populer-destination .price span {
        font-weight: 400;
        color: #ff0000;
        font-size: 20px;
    }

.populer-destination .bookknow:before {
    left: -2em;
    border-right-width: 1.5em;
    border-left-color: transparent !important;
}

.populer-destination .bookknow::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    border: 15px solid #fc5729;
    z-index: 0;
}

.populer-destination .bookknow:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #877234 transparent transparent;
    bottom: -14px;
}

.populer-destination .bookknow:after {
    right: 0;
    border-width: 7px 9px 7px 0;
}

h2.blue2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
    color: #126caa;
}

.callnow-box-inner {
    background: url(../img/bg-bottom.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px 0 50px 220px;
    margin-bottom: 0;
}

    .callnow-box-inner .call {
        color: #066ba3;
        font-size: 50px;
        line-height: 35px;
    }

        .callnow-box-inner .call span {
            color: #404040;
            font-size: 15px;
            text-transform: uppercase;
            display: block;
        }

.flight-offer-box {
    font-size: 16px;
    font-weight: 600;
}

    .flight-offer-box table {
        color: #333;
    }

    .flight-offer-box .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        border-bottom: 1px solid #bbc0c4;
    }

    .flight-offer-box .table td, .table th {
        border-top: 0 !important;
    }

.find-us .flex-item-left .hd-two {
    color: #006aa8;
    text-transform: uppercase;
    font-size: 23px;
}

.hotel-select-pop {
    background: #fff;
    padding: 0 15px 0 0;
    position: absolute;
    width: auto;
    right: 0;
    top: 140px;
}

.hotel-select-pop-two {
    background: #fff;
    padding: 0;
    position: absolute;
    width: auto;
    left: -243px;
    top: 0;
}


.hotel-select-pop-three {
    background: #fff;
    padding: 0;
    position: absolute;
    width: auto;
    left: -486px;
    top: 0;
}

.hotel-select-pop-two .roomfl .flex-item-left .spc {
    padding-left: 19px;
}

.i-close {
    font-size: 19px;
}

.hotel-select-pop::before {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    content: "";
    top: -15px;
    right: 220px;
}

.hotel-select-pop .roomfl {
    font-size: 13px;
    border-right: 1px solid rgba(0,0,0,.2);
    padding-bottom: 20px;
}

    .hotel-select-pop .roomfl .bdr {
        border-top: 1px dashed #ddd;
    }

    .hotel-select-pop .roomfl i {
        color: #677076;
        margin-right: 10px;
    }

    .hotel-select-pop .roomfl .flex-item-left {
        width: 50%;
        padding: 0 0 0 20px;
    }

        .hotel-select-pop .roomfl .flex-item-left .spc {
            padding-left: 19px;
        }

    .hotel-select-pop .roomfl .flex-item-right {
        width: 50%;
        padding-right: 15px;
        padding-top: 0;
    }

.hotel-select-pop .flex-item-right {
    padding: 0 15px 0 !important;
    margin-right: 0;
    width: auto;
}


.hotel-select-pop .roomfl .form-control {
    padding: .375rem .35rem;
    font-size: 0.90rem;
    line-height: 1.5;
    color: #495057;
    background-color: #d0dbdf;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .1rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-transform: normal;
}

    .hotel-select-pop .roomfl .form-control:focus {
        border: none;
        box-shadow: none;
    }

.hotel-select-pop .hd-room {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 12px 0 10px 0;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
}

.hotel-select-pop .blue-dot {
    background-color: #53a4e4;
    padding: 0 6px;
    margin-right: 6px;
    color: #fff;
    border-radius: 100%;
}

.hotel-select-pop .addroom_btn {
    border: 1px solid #53a4e4;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 9px;
    background-color: #53a4e4;
    display: block;
    transform: translate(11%,65%);
}

    .hotel-select-pop .addroom_btn:focus {
        outline: none;
    }

.hotel-select-pop .doneroom_btn {
    color: #53a4e4;
    font-weight: 700;
    outline: 0;
    border: none;
    background-color: transparent;
    margin: 80px auto 30px 30px;
    display: block;
}

.hotel-inner-row {
    padding-left: 8px;
}

.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .yotpo-icon-star {
    color: #fc5729 !important;
    font-size: 32px;
}

.yotpo-reviews-carousel .yotpo-icon-star, .yotpo-reviews-carousel .yotpo-icon-empty-star, .yotpo-reviews-carousel .yotpo-icon-full-star, .yotpo-reviews-carousel .yotpo-icon-half-star {
    color: #fc5729 !important;
}

.banner-hd span {
    display: block;
	font-size: 42px;
}


.banner-hd.pt-5{padding-top: 2rem !important; display:none;}

.yotpo_previous:focus {
    outline: none;
}

.yotpo_next:focus {
    outline: none;
}

.big-version:focus {
    outline: none;
}

.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
    border-top: none;
    border-bottom: #e3e3e3 2px solid !important;
    padding-top: 5px !important;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 24px !important;
    padding-bottom: 15px !important;
}

.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-site-quote-container {
    border: #6A6C77 1px solid !important;
}

    .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-site-quote-container .carousel-site-quote {
        color: #6A6C77 !important;
    }

.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-title {
    color: #6A6C77 !important;
}

.gray_bg .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .all-reviews a:hover {
    text-decoration: none !important;
}

.gray_bg .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .all-reviews a:focus {
    outline: none !important;
}

.yotpo-reviews-carousel .carousel-display-wrapper .scroller {
    border-bottom: #e3e3e3 2px solid !important;
}

/* Inner common pages section */

.inner_box_container {
    background: #fff;
    padding: 25px 20px;
    box-shadow: 0 4px 17px #cecece;
    min-height: 247px;
    margin-bottom: 30px;
    border-bottom: 5px solid transparent;
    transition: all 0.5s linear;
    overflow: hidden;
}

h3.page-title {
    color: #391c58 !important;
    font-size: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
}


/* End Inner pages search section */


/*--------------------------------------------------------------
#Start Room popup Section
--------------------------------------------------------------*/

.Paxtoggleangle {
    right: 11px;
    top: 0px;
    display: block;
    float: right;
    position: relative;
    color: #333
}

#PaxSelectFlight, #paxSelectModify {
    position: absolute;
    border: 1px solid #ddd;
    width: 300px;
    max-height: 350px;
    overflow-y: auto;
    padding: 0 10px 10px;
    display: block;
    background: #fff;
    z-index: 999
}

.flight-search #PaxSelectHotel {
    position: absolute;
    max-width: 850px;
    padding: 0 10px;
    display: block;
    background: #fff;
    top: 121px;
    right: 0;
    z-index: 999;
    box-shadow: 0 0 30px rgb(51 51 51 / 66%);
}


#PaxSelectHotel {
    position: absolute;
    max-width: 850px;
    padding: 0 10px;
    display: block;
    background: #fff;
    top: 96px;
    right: 0;
    z-index: 999;
    box-shadow: 0 0 30px rgb(51 51 51 / 66%);
}

    #PaxSelectHotel::before {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #fff;
        position: absolute;
        content: "";
        top: -15px;
        right: 220px
    }

.paxDetail:nth-child(4) {
    max-width: 138px;
    width: 100%
}

.paxRoom_1 {
    display: block;
    color: #404040;
    font-weight: 400;
    min-width: 208px
}

.orange-dot {
    background-color: #fc5729;
    padding: 0 6px;
    color: #fff;
    border-radius: 100%
}

.room-no {
    text-transform: uppercase;
    padding-left: 5px
}

.paxRoom_1 select.form-control {
    border: 1px solid #ccc !important;
    max-width: 90px;
    margin-left: 8px
}

.paxRoom_1 label.rlicon i {
    position: relative;
    padding: 0 4px 0 0 !important;
    color: rgba(255,54,0,.6) !important;
    font-size: 18px
}

.paxRoom_1 .separate {
    margin-top: -10px;
    margin-left: 22px
}

.paxRoom_1 h5 {
    line-height: normal;
    font-weight: 500;
    text-transform: initial;
    padding-bottom: 5px;
    color: #a2a2a2;
    text-align: center
}

.paxRoom_removebtn {
    color: #404040;
    padding: 5px;
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    display: inline;
    position: relative;
    float: right;
    margin-top: -5px;
    clear: both
}

.addroom_btn {
    border: 1px solid #fc5729;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 9px;
    background-color: #fc5729;
    display: block;
    transform: translate(11%,65%)
}

.doneroom_btn {
    color: #fc5729;
    font-weight: 700;
    outline: 0;
    border: none;
    background-color: transparent;
    margin: 0 auto 30px 40px;
    position: absolute;
    bottom: 0
}

    .doneroom_btn:focus {
        outline: none;
    }

.addroom_btn:focus, .addroom_btn:hover {
    border: #ff3600 1px solid;
    text-decoration: none;
    outline: none;
}

.moreRoom3 {
    margin-top: 31px;
    width: 100px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    word-wrap: break-word
}

.push-top-10.clearfix.childT .pull-left.w-50:nth-child(1n+2) {
    margin-top: 10px
}

.addroom_btn2 {
    border: 1px solid #fc5729;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin: 15px auto;
    padding: 10px 30px;
    background-color: #fc5729;
    display: block
}

.doneroom_btn2 {
    color: #fc5729;
    font-weight: 700;
    outline: 0;
    border: none;
    float: right;
    margin-top: -43px;
    margin-right: 26px;
    clear: both;
    background-color: transparent
}

.addroom_btn2:focus, .addroom_btn2:hover {
    border: 1px solid #fc5729;
    text-decoration: none
}

ul.paxDetail {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-flex-direction: row-reverse;
    display: flex;
    flex-direction: row-reverse;
    border: none !important
}

    ul.paxDetail li {
        display: inline-flex;
        padding: 15px 15px 20px 10px;
        margin: 0;
        width: 230px;
        border-right: 1px solid rgba(0,0,0,.2)
    }

        ul.paxDetail li:first-child {
            border-right: 0 solid rgba(0,0,0,.2);
            width: 115px
        }

.border-dashed-bottom {
    border-bottom: 1px dashed #ddd
}

.border-bottom {
    border-bottom: 1px solid #ddd
}

.border-top {
    border-top: 1px solid #ddd
}

.border-dashed-top {
    border-top: 1px dashed #ddd
}

#dthLnd #PaxSelectHotel {
    left: 0 !important;
    right: auto
}

.push-top-10 {
    margin-top: 10px;
}

.push-top-20 {
    margin-top: 20px;
}


/*--------------------------------------------------------------
#Start Destinations 
--------------------------------------------------------------*/

.main .destinations {
    background: #fff;
    box-shadow: 0 0 12px rgb(164 165 165 / 77%);
    overflow: hidden;
    border-radius: 0 0 4px 4px;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
    outline: 5px dashed #fff;
}

    .main .destinations img {
        width: 100%;
        height: 100%;
        margin-bottom: -5px;
        transition: all 0.3s ease-out;
        position: relative;
        z-index: 2;
    }

    .main .destinations:hover img {
        transform: scale(1.2, 1.2);
        z-index: 9;
    }

.main .destinations_list ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

    .main .destinations_list ul li {
        border-bottom: #a1a1a1 1px dotted;
        color: #47443f;
    }

        .main .destinations_list ul li a {
            color: #47443f;
            text-decoration: none;
            font-size: 16px;
            display: block;
            padding: 12px 0 12px 5px;
            transition: 1s;
        }

            .main .destinations_list ul li a:hover {
                background: #fbf0c1 !important;
                padding-left: 7px;
            }

        .main .destinations_list ul li span {
            float: right;
            display: inline-block;
            font-weight: 600;
            color: #ff3e00;
        }

            .main .destinations_list ul li span i.fare {
                font-weight: 300;
            }

            .main .destinations_list ul li span i.icofont-simple-right {
                color: #2a44bb;
                padding-left: 10px;
            }

.destinations_inner {
    border-radius: 5px;
    background: #fff; /*padding:5px;*/
    box-shadow: 0 0 12px rgb(164 165 165 / 98%);
    border: 8px solid #fff; /*outline: 5px dashed #fff;*/
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 14px;
    border-bottom: #00d3c6 5px solid;
}

    .destinations_inner img {
        width: 100%;
        height: 100%;
        margin-bottom: -5px;
        transition: all 0.3s ease-out;
        position: relative;
        z-index: 2;
    }

    .destinations_inner:hover img {
        transform: scale(1.1, 1.1);
        z-index: 9;
    }


h4.hd {
    font-size: 1rem;
    margin-bottom: 1rem;
}

    h4.hd a {
        color: #fff;
        text-decoration: none;
        margin-bottom: #1rem;
        transition: 1s;
    }

        h4.hd a:hover {
            color: #f2f3f3;
            padding-left: 7px;
        }

.container-wide h4.hd {
    padding: 0;
    margin-bottom: 0;
    border-radius: 15px 15px 0 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    border-top: 10px solid #fff;
    outline: 5px dashed #fff;
    box-shadow: 0 0 12px rgb(164 165 165 / 77%);
    position: relative;
    top: 0;
}

    .container-wide h4.hd span.fa.fa-plane.white {
        border-right: #d3e6ff 1px solid;
        display: inline-block;
        padding: 22px;
        margin-right: 10px;
    }

.main h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 45px;
    margin-bottom: 0;
}

.testimonials.yotpo .yotpo-testimonials-btn {
    position: fixed;
    padding: 15px 20px;
    background-color: #fc5729 !important;
    text-transform: uppercase;
    opacity: 1;
}

    .testimonials.yotpo .yotpo-testimonials-btn:hover {
        background-color: #fc5729 !important;
    }

    .testimonials.yotpo .yotpo-testimonials-btn:focus {
        outline: none;
    }



.destinations_title_hd {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 8px;
    margin-bottom: 0;
}

    .destinations_title_hd a {
        transition: 1s;
        color: #ff3600;
    }

        .destinations_title_hd a:hover {
            padding-left: 15px;
            text-decoration: none;
            color: #47443f;
        }


/*--------------------------------------------------------------
# Inner pages
--------------------------------------------------------------*/
.margin-top-crumbs {
    margin-top: 22px;
}

.sidebar .search-container {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

.sidebar .nav > li {
    width: auto;
    float: left
}

.sidebar .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.sidebar .nav-tabs > li {
    float: none;
    border: 0;
    border-radius: 0;
    border-bottom: solid 1px #485561;
    border-bottom: solid 1px rgba(255,255,255,.2);
    padding: 0 0 9px 0;
    margin: 0;
}

.sidebar .nav > li:first-child a {
    border-left: 0 none !important;
    border-right: 0
}

.sidebar .nav > li > a {
    border-left: 1px solid #fff;
    padding: 18px 18px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    background-color: #404040;
    color: #fff;
    cursor: pointer;
    border-radius: 3px 3px 0 0;
}

.sidebar .nav-tabs > li a .icon {
    width: 100%;
    margin: 0
}

.sidebar .nav > li > a span {
    display: inline-block;
    padding-top: 4px;
    vertical-align: middle
}

.sidebar .nav-tabs {
    border-bottom: 2px solid #db104c;
}

    .sidebar .nav-tabs > li.active > a, .sidebar .nav-tabs > li.active > a:focus, .sidebar .nav-tabs > li.active > a:hover, .sidebar .nav-tabs > li > a:hover {
        position: relative;
        margin-top: 0;
        background-color: #db104c;
    }

.sidebar .tab-content {
    padding: 10px
}

.sidebar .quarter {
    width: 30.33%
}

.sidebar .tab-content {
    background-color: #ed93ad;
}

    .sidebar .tab-content input[type=checkbox] + label span {
        display: inline-block;
        width: 17px;
        height: 17px;
        margin: 0 6px 0 0;
        vertical-align: middle;
        background-image: url(/assets/newimages/dth/dth_checkbox_bg.png);
        cursor: pointer;
        color: #fff !important;
        background-repeat: no-repeat;
        background-position: 0 0;
    }

    .sidebar .tab-content input[type=checkbox] {
        display: none;
    }

        .sidebar .tab-content input[type=checkbox]:checked + label span {
            background: url(/assets/newimages/dth/dth_checkbox_bg.png) left -17px no-repeat;
        }

.oneWay-button {
    float: right;
    color: #320815;
}

.white {
    color: #fff;
}

.sidebar .tab-content .control-label {
    color: #320815;
    font-weight: 400;
    white-space: nowrap;
}

.bold {
    font-weight: 700;
}

.sidebar .tab-content .form-control {
    font-size: 0.875rem;
    background: #fff !important;
    height: 45px;
}

.inner-addon .fa {
    position: absolute;
    /* padding:10px;*/
    padding: 14px 0 0 9px;
    pointer-events: none;
    z-index: 1;
    font-size: 17px;
    color: rgba(219,16,76,.6) !important;
}

.inner-addon {
    position: relative;
}

    .inner-addon .Paxtoggleangle {
        right: 33px;
        top: -45px;
    }


.sidebar .tab-content .left-addon input {
    padding-left: 30px;
}

.sidebar .tab-content .searchinner-btn {
    text-decoration: none;
    color: #fff;
    background: #1b76ff;
    border: none;
    padding: 0.5rem 1.5rem;
    font-size: 0.94rem;
    border-radius: 3px;
    font-weight: 700;
}

    .sidebar .tab-content .searchinner-btn:hover {
        background: #2a7ffe;
    }

.sidebar .tab-content .btn.btn-submit {
    text-decoration: none;
    color: #fff;
    background: #1b76ff;
    border: none;
    padding: 0.5rem 1.5rem;
    font-size: 0.94rem;
    border-radius: 3px;
    font-weight: 700;
}

    .sidebar .tab-content .btn.btn-submit:hover {
        background: #2a7ffe;
    }


.sidebar .tab-content .col-lg-offset-4 {
    margin-left: 31.333333%;
}

.sidebar .tab-content .searchinner-btn:focus {
    outline: none;
}

.sidebar .form-control {
    background-color: rgba(208,219,222,1) !important;
    color: #3b444b !important;
    border-radius: .1rem;
}

.sidebar .advance-search-button {
    margin: 15px 0 15px 0;
    display: inline-block;
    color: #fff;
    background: url(/assets/resource/images/drop-down.png) right center no-repeat;
    padding-right: 20px;
    text-decoration: none;
}


.sidebar select#caroperator {
    background-image: url(/assets/newimages/dth/searchformicons.png);
    background-repeat: no-repeat;
    background-position: 10px -401px;
    padding-left: 30px;
    padding-right: 0;
}

.sidebar .advance-content {
    width: 100%;
    height: auto;
    float: left;
    background: rgba(255,255,255,.2);
    padding: 15px 5px 5px;
    margin-bottom: 10px;
    border-top: solid 2px rgba(255,255,255,.2);
    display: none
}

.sidebar .form-box {
    margin-bottom: 10px;
}

.sidebar .select-select2 {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
}

.sidebar .tab-content .form-control:focus {
    border-color: #fff;
    outline: 0;
}


ul.social-links {
    width: 100%;
    height: auto;
    float: left;
    text-align: right;
    line-height: 0;
    font-size: 0
}

    ul.social-links li {
        display: inline-block;
        margin: 0
    }

        ul.social-links li:first-child {
            margin-left: 0
        }

#cheapFlightOffers .cheap-flight-date {
    text-align: right !important;
    padding-top: 10px;
    display: block;
}

#cheapFlightOffers {
    padding: 0;
    margin: 0;
}

    #cheapFlightOffers table {
        background: #fff;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 0 6px 0 rgb(0 0 0 / 36%);
    }


img {
    border: 0;
    max-width: 100%;
    height: auto;
}

.ex-mar {
    margin: 25px 0
}

.main-text {
    background: #fafafa;
    padding: 20px;
    box-shadow: none;
    min-height: 247px;
   margin-bottom: 10px;
    border-bottom: none;
    transition: inherit;
    overflow: hidden;
    text-align: justify;
    border-radius: 5px;
	border: #f0f2f2 1px solid;
	margin-top: 10px;
}

.main-text ul{margin: 0; padding: 0 19px 0;}

    .main-text:hover {
       border: #f0f2f2 1px solid;
        box-shadow: none;
    }

    .main-text h4 {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        border-bottom: #ccc 2px solid;
        padding-bottom: 10px;
        margin-bottom: 15px;
        color: #391c58;
        line-height: normal;
    }

        .main-text h4 i {
            display: block;
            font-size: 36px;
            padding-bottom: 6px;
        }

    .main-text .phone {
        width: 50%;
        float: left;
        font-size: 18px;
        font-weight: 600;
    }

    .main-text .nor-hd {
        font-size: 18px;
        font-weight: 600;
    }

    .main-text p {
        margin: 10px 0;
		line-height: 25px;
    }

.social-newsletter-head-text {
    text-align: justify;
    line-height: 24px;
    font-size: 14px;
    color: #606060;
    padding: 10px;
    margin: 15px auto;
}

.social-newsletter-head {
    background-color: #68537e;
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 60px;
    clear: both;
    margin: 15px 0 0 0;
    text-align: center;
}

.social-newsletter-button {
    background-color: #f69f1e;
    width: 140px;
    height: 40px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    border: none;
    margin: 0 auto;
    text-align: center;
    display: block;
    opacity: 0.8;
}

    .social-newsletter-button:hover {
        opacity: 1;
    }

    .social-newsletter-button:focus {
        outline: none;
    }

.social-heading {
    line-height: 20px;
    font-size: 16px;
    color: #404040;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

ul.socialicons {
    display: block;
    padding: 0;
    margin: 4px 15px 0 0;
    position: relative;
}

    ul.socialicons li {
        display: inline-block;
        padding: 0;
        margin-right: 5px;
    }

        ul.socialicons li a {
            position: relative;
            display: inline-block;
            font-size: 3em;
            text-decoration: none;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            -ms-transition: all .3s ease;
            width: 40px;
            color: #fff !important;
        }

            ul.socialicons li a:focus, ul.socialicons li a:hover {
                text-decoration: none;
                font-size: 2.6em;
                color: #fff !important;
            }

.social-news-bottom {
    width: 100%;
    height: 3px;
    background-color: #68537e;
    display: block;
    margin: 30px 0;
    clear: both;
}

.sfb {
    color: #3949AB !important
}

.sgp {
    color: #D84315 !important
}

.stw {
    color: #42A5F5 !important
}

.spr {
    color: #be1e2d !important
}

.sig {
    color: #D61276 !important
}

.voice-call-icon {
    max-width: 40px;
    height: auto;
    padding: 8px 10px 10px 5px;
    float: left;
    clear: both
}

ul.bread-menu {
    display: block;
    padding: 0;
    margin: 85px 0 22px 0;
    list-style: none;
    border-bottom: #ccc 1px dotted;
    padding-bottom: 5px;
    list-style: none;
}

    ul.bread-menu li {
        display: inline-block;
        padding: 5px 0;
        margin: 0 15px 0 0;
    }

        ul.bread-menu li a {
            font-size: 15px;
            color: #a1a1a1;
            padding-right: 6px;
            margin-right: 0px;
            text-decoration: none;
        }

        ul.bread-menu li span.fa {
            color: #a1a1a1;
            font-size: 20px;
            vertical-align: bottom;
        }

.bannerzonewrapper {
   border: #f6f6f6 1px solid !important;
   
}
.bannerzonewrapper img{width: 100%; border-radius: 5px;}

.btn.btn-submit:focus {
    outline: none !important;
    box-shadow: none !important;
    outline-offset: 0 !important;
}

#staring .fillter-list li {
    width: 34%;
    position: absolute;
    top: 30px;
}


/*--------------------------------------------------------------
#Start Destinations Section
--------------------------------------------------------------*/

.cfd-heading {
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.main .row.mt-5 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .main .row.mt-5 ul li img {
        border: 0;
        max-width: 100%;
        height: auto;
        width: 100%;
        padding: 10px;
        border-radius: 4px;
        transition: .3s ease-in-out;
    }

    .main .row.mt-5 ul li:hover img {
        opacity: .7;
    }

    .main .row.mt-5 ul li {
        margin-bottom: 28px;
    }

.main .row.mt-5 .col-lg-12.mb-4.text-center.hd-one h2 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    text-transform: inherit;
}

.cfd-teal {
    box-shadow: box-shadow: rgba(0, 0, 0, 0.03) 0px -1px 0px 0px, rgba(0, 0, 0, 0.16) 0px 2px 8px 0px, rgba(0, 0, 0, 0.16) 0px 10px 8px -5px, rgba(0, 0, 0, 0.16) 0px 12px 32px -2px !important;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 600;
    color: #fff;
    line-height: 50px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    border-radius: 4px;
}


ul.dest-bx li.col-xs-12.col-sm-6.col-lg-4{padding:11px; box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); list-style: none;}

.cfd-teal:before li.col-xs-12.col-sm-6.col-lg-4{contact:"" padding:0;}

    .cfd-teal a {
        color: #fff;
        background: #00A991 !important;
        padding: 10px 30px;
        border-radius: 40px;
        display: inline-block;
        line-height: 24px;
        margin-top: 30%;
        transition: ease-in-out 2s linear;
    }

        .cfd-teal a:hover {
            color: #fff !important;
            text-decoration: none;
            background: #04816f !important;
        }




/*--------------------------------------------------------------
#Start Blog Section
--------------------------------------------------------------*/
.btm_pagination {
    margin: 0 0 15px 0;
    text-align: center;
    display: block;
}

.categories_blog {
    font-weight: 500 !important;
}

    .categories_blog a {
        border-bottom: #d8d8d8 1px dotted;
        display: block;
    }

        .categories_blog a:hover {
            color: #ff3600 !important;
            text-decoration: none;
        }

.screen-small-show {
    display: none !important;
}

.contact-mobile-container {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: solid 1px #d6d0d0;
    padding: 20px 0;
}

    .contact-mobile-container .header-contact {
        color: #ff3600;
        text-align: center;
        font-size: 22px;
    }

        .contact-mobile-container .header-contact small {
            color: #404040;
        }

.header-contact small {
    font-size: 18px;
    vertical-align: bottom;
}

.BlogCategories {
    margin-top: 95px;
}

.BlogCategoriesTitle {
    background-color: #ff3600;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    padding: 20px;
}

.blog-main-text {
    overflow: hidden;
    padding: 10px 0 0;
}


.page-title h1 {
    font-size: 25px !important;
    font-weight: 500;
    line-height: 16px;
    color: #ff3600;
    margin-top: 0;
}

.blog_head2 {
    font-size: 20px;
    font-weight: 500;
    padding-top: 0;
}

    .blog_head2 a {
        text-decoration: none;
    }

        .blog_head2 a:hover {
            text-decoration: none;
        }

.post_txt {
    font-size: 11px !important;
    font-weight: 600;
    padding: 0 !important;
    line-height: 15px !important;
}

.NewThumbAlt {
    float: right;
    padding: 9px;
    background: #f2f2f2;
    border: 1px solid #ccc;
    margin-top: 16px;
}


.read_blog {
    float: right;
    color: #ff3600;
    font-size: 14px;
    margin-bottom: 0;
}

    .read_blog a {
        float: right;
        color: #FF3600 !important;
        font-size: 14px;
        margin: 25px 0 12px 0;
        font-weight: 600;
        text-transform: capitalize;
    }

.blog-post-section .text-justify h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
}

/*--------------------------------------------------------------
#Start Sitemap Section
--------------------------------------------------------------*/

.sitemapcrumbs {
    font-size: 16px;
    font-weight: 600;
    color: #ff3e00;
}

ul#sitemap {
    padding: 0;
    width: 100%;
    list-style: none;
}

    ul#sitemap li {
        line-height: normal;
        width: 45%;
        margin-bottom: 15px;
        float: left;
        margin-right: 4%;
    }

        ul#sitemap li:before, ul#sitemapblog li:before {
            font-family: FontAwesome;
            content: "\2022";
            position: absolute;
            margin-top: -4px;
            font-size: 25px;
        }

        ul#sitemap li.sitemaptitle:before, ul#sitemapblog li.sitemaptitle:before {
            font-family: FontAwesome;
            content: "";
            position: absolute;
            margin-top: -4px;
            font-size: 25px;
        }

        ul#sitemap li a {
            color: #333;
            text-decoration: none;
            display: block;
            padding-left: 20px;
        }

.sitemaptitle {
    display: block !important;
    width: 100% !important;
    font-size: 16px;
    border-bottom: 2px solid #FF3E00;
    font-weight: 600;
    margin-top: 20px;
    color: #ff3e00;
    list-style: none;
}

ul#sitemapblog {
    padding: 0;
    width: 100%;
    list-style: none;
}

    ul#sitemapblog li {
        line-height: normal;
        width: 45%;
        margin-bottom: 15px;
        float: left;
        margin-right: 4%;
    }

        ul#sitemapblog li a {
            color: #333;
            text-decoration: none;
            display: block;
            padding-left: 20px;
        }

        ul#sitemap li:before, ul#sitemapblog li:before {
            font-family: FontAwesome;
            content: "\2022";
            position: absolute;
            margin-top: -4px;
            font-size: 25px;
        }


/*--------------------------------------------------------------
#Start Contact us Section
--------------------------------------------------------------*/
.office {
    font-size: 24px;
    color: #404040;
    border-bottom: #d8d8d8 1px solid;
    font-weight: 100;
    padding-bottom: 5px;
    margin: 20px 0;
}

.landline {
    background: url(/assets/resource/images/callUs.png) no-repeat;
    padding-left: 25px;
    line-height: 21px;
    margin: 10px 0;
}

.fax {
    background: url(/assets/resource/images/faxUs.png) no-repeat;
    padding-left: 25px;
    line-height: 18px;
    margin: 8px 0;
}

.sub-head.ex-mar {
    margin: 0 0 15px;
    font-size: 19px;
    font-weight: 600;
}

.top-min {
    margin-top: 7px;
}

.main-text-contact {
    background: #fff;
    padding: 21px 8px;
    box-shadow: 0px 0px 12px 0px #4c5d9e14;
    min-height: 193px !important;
    max-height: 280px;
    margin-bottom: 0;
    border-bottom: none;
    transition: inherit;
    overflow: hidden;
    text-align: center;
}

    .main-text-contact h4 span {
        display: block;
        font-size: 36px;
    }

    .main-text-contact:hover {
       border-bottom: none !important;
       box-shadow: 0px 0px 12px 0px #4c5d9e14;
    }

    .main-text-contact h4 {
		font-size: 16px;
		text-transform: capitalize;
		font-weight: 500;
        border-bottom: #e6e6e6 1px solid;
        padding-bottom: 10px;
        margin-bottom: 15px;
        color: #00A991;
    }

    .main-text-contact .phone {
        width: 50%;
        float: left;
        font-size: 15px;
        font-weight: 600;
    }

    .main-text-contact .nor-hd {
        font-size: 15px;
        font-weight: 600;
    }

    .main-text-contact p {
        margin: 10px 0;
    }

    .main-text-contact span.fa.fa-phone {
        display: inline-flex;
        margin-right: 15px;
    }

    .main-text-contact span.fa-phone:before {
        margin-right: 7px;
    }

    .main-text-contact span.fa.fa-fax {
        display: inline-flex;
        margin-right: 15px;
    }

        .main-text-contact span.fa.fa-fax:before {
            margin-right: 7px;
        }

/*--------------------------------------------------------------
#Start SPECIAL OFFERS Section
--------------------------------------------------------------*/

.popular_dest {
    float: left;
    width: 25%;
    font-size: 14px;
    color: #404040;
    line-height: 30px;
}

    .popular_dest a {
        color: #ff3e00;
    }

        .popular_dest a:hover {
            color: #404040;
            text-decoration: none;
        }

    .popular_dest .icon_padding {
        margin-right: 10px;
    }

.great-deal {
    background: #fff;
    padding: 20px 20px;
    box-shadow: 0 4px 17px 2px #cecece;
    margin-bottom: 15px;
    border-bottom: 5px solid transparent;
    transition: all 0.5s linear;
    overflow: hidden;
    text-align: left;
    margin-top: 16px;
    border-radius: 6px;
}

    .great-deal h3 {
        font-weight: 500;
        font-size: 25px;
        line-height: 26px;
        color: #ff3600;
        padding-top: 10px;
    }

.ffd-offer {
    color: #606060;
    font-size: 18px;
    font-weight: 100;
    line-height: normal;
    padding: 20px 0;
    margin-bottom: 10px;
    float: left;
}

.fdd-offer-wrap {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0;
    float: left;
    width: 100%;
}

.ffd-offer-title {
    float: left;
}

    .ffd-offer-title a {
        padding: 10px 20px;
        color: #fff !important;
        font-weight: 600;
    }

        .ffd-offer-title a, .ffd-offer-title a:focus, .ffd-offer-title a:hover {
            color: #444 !important;
            text-decoration: none !important;
            text-shadow: none;
        }

.ffd-price {
    float: right;
    font-size: 22px;
    line-height: 23px;
    color: #ff3e00;
    font-weight: 600;
}

    .ffd-price em {
        font-size: 18px;
        color: gray;
    }

.ffd-deal-phone-no {
    font-size: 18px;
    font-weight: 100;
    padding: 14px 0;
    text-align: center;
    float: none;
    color: gray;
}

div#feefoimg {
    background-image: url(//cdn3.globehunters.com/us_homepageimagesicons.png);
    height: 50px;
    background-position: -318px 0;
    width: 252px;
}

.ffd-offer-box {
    background: #fff;
    padding: 20px 20px;
    box-shadow: 0 4px 17px 2px #cecece;
    margin-bottom: 15px;
    border-bottom: 5px solid transparent;
    transition: all 0.5s linear;
    overflow: hidden;
    text-align: left;
    margin-top: 16px;
    border-radius: 6px;
}

    .ffd-offer-box .mian-title {
        font-size: 29px;
        color: #ff3600;
        padding-bottom: 10px;
    }


.exe-deal-wrap {
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    padding: 15px;
    margin-top: 0;
    border-radius: 6px;
}

.exe-deal-offers {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px 10px 10px 20px;
    border-radius: 6px;
}

.exe-deal-offer-gap {
    margin-top: 15px;
}

.exe-deal-thumb {
    width: 100%;
    height: 185px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.exe-deal-info {
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}

    .exe-deal-info heading {
        color: #00d1c1;
        font-size: 20px;
        font-weight: 600;
        display: block;
    }

#exe-deal p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

p.exe-deal-price {
    float: right;
    width: 150px;
    text-align: right !important;
    margin-top: 20px;
    font-size: 22px !important;
    color: #ff3e00;
    font-weight: 600;
    padding-bottom: 0 !important;
}

#exe-deal p {
    line-height: 24px;
}

p.exe-deal-price em {
    color: gray;
    font-size: 19px;
    font-weight: 100;
}

p.exe-deal-price sup {
    top: -10px;
    font-size: 50%;
}

.exe-deal-call-offer {
    width: 541px;
    float: right;
    padding: 10px 0;
}

.exe-deal-phone-no {
    display: none;
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.ribbon {
    font-size: 1.1em;
    width: 311px;
    position: relative;
    background: #f9ba00;
    color: #fff;
    padding: 10px;
    margin: 0 -36px 5px;
    text-align: right;
    text-transform: uppercase;
    float: right;
    height: 44px;
}

    .ribbon:before {
        left: -2em;
        border-right-width: 1.5em !important;
        border-left-color: transparent !important;
    }

    .ribbon::before {
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        border: 22px solid #f9ba00;
        z-index: 0;
    }

    .ribbon .ribbon-content:after {
        right: 0;
        border-width: 10px 9px 7px 0;
    }

    .ribbon .ribbon-content:after {
        content: "";
        position: absolute;
        display: block;
        border-style: solid;
        border-color: #877234 transparent transparent;
        bottom: -17px;
    }

.main-page.col-lg-8.col-md-8.col-sm-12 .top-min {
    margin-top: 14px;
    margin-bottom: 24px;
}

.offer-hd-popular {
    font-weight: 500;
    font-size: 25px;
    line-height: 26px;
    color: #ff3600;
    padding-top: 10px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    padding: 0 0 5px 0;
    font-size: 12px;
    background: #00A991;
    position: relative;
    z-index: 10;
	margin-top: 15px;
}
#footer .footer-top-call.mt-4{margin-top: 0rem !important;}

    #footer .chat-box {
        background: #00d3c6;
        border-radius: 10px 10px 0 0;
        position: fixed;
        bottom: 0;
        right: 5px;
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        font-weight: 400;
    }

        #footer .chat-box a {
            color: #fff;
            display: block;
            text-decoration: none;
            padding: 8px;
        }

    #footer .call-btn {
        width: 100px;
        height: 100px;
        background: #1b76ff;
        position: fixed;
        bottom: 50px;
        right: 10px;
        border: #fff 1px solid;
        border-radius: 100px;
        font-size: 25px;
        text-align: center;
        font-weight: 600;
    }

        #footer .call-btn a {
            color: #fff;
            display: block;
            text-decoration: none;
            padding: 8px;
        }



    #footer .footer-top-call {
        background: #00A991;
        padding: 10px 0 9px 0;
    }
	
	#footer .footer-top{padding: 13px 0;}

        #footer .footer-top-call p i {
            font-size: 36px;
        }

        #footer .footer-top-call p {
            font-size: 13px;
            line-height: 24px;
            margin-bottom: 0;
            text-align: center;
            color: #fff;
            font-size: 28px;
            font-weight: 600;
        }

            #footer .footer-top-call p a {
                color: #fff;
                font-size: 30px;
                text-decoration: none;
                font-weight: 600;
            }

    #footer .footer-top {
        padding: 14px 0 0 0;
        background: #00A991;
        color: #fff;
        border-top: #09b49c  1px solid;
		border-bottom: #09b49c  1px solid;
    }


        #footer .footer-top h4 {
            font-size: 15px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 10px;
			padding-top: 6px;
        }

        #footer .footer-top .footer-links .securebook {
            width: 322px;
        }

        #footer .footer-top .footer-links {
            text-align: center;
            margin: auto auto 12px auto;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul li {
                    padding: 3px 0;
                }

                #footer .footer-top .footer-links ul.pt {
                    padding-top: 31px;
                }

                #footer .footer-top .footer-links ul li:first-child {
                    padding-top: 0;
                }

                #footer .footer-top .footer-links ul a {
                    color: #fff;
                    text-decoration: none;
                    font-weight: 400;
                    display: flow-root;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: rgba(255,255,255,.75);
                    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact p {
                line-height: 26px;
            }

        #footer .footer-top .footer-newsletter {
            margin-bottom: 30px;
        }

    #footer .bottom ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #footer .bottom {
        padding-left: 0;
        padding-top: 0;
        /*position: relative;*/
        text-align: center;
    }

        #footer .bottom small {
            line-height: 18px;
            font-size: 12px;
            color: #fff;
        }

        #footer .bottom ul li {
            padding: 3px;
            text-align: center;
            /*float:left;*/
            display: inline-block;
            position: relative;
            color: #fff;
        }

        #footer .bottom ul a {
            color: #fff;
            text-align: center;
            padding: 3px;
            text-decoration: none;
            font-weight: 400;
        }

            #footer .bottom ul a:hover {
                color: rgba(255,255,255,.75);
            }

.clr {
    clear: both;
}

#nofollowtag {
    background-color: #171d28;
    width: 100%;
    height: 60px;
    clear: both;
    text-align: center;
}

ul.nofollow {
    list-style-type: none;
    display: inline-block;
    margin: 0 0 0 34%;
    padding: 0;
}

    ul.nofollow li {
        border-right: 1px solid rgba(255,255,255,.3);
        margin-right: 5px;
        padding-right: 10px;
        display: inline-block;
        margin-top: 18px;
    }

        ul.nofollow li:last-child {
            border-right: none;
            margin-right: 0;
        }

        ul.nofollow li span {
            display: block;
            width: 34px;
            height: 22px;
            background: url(//cdn3.globehunters.com/country-flag.png) no-repeat;
        }

.br-gb {
    background-position: 0 0 !important;
}

.br-au {
    background-position: -34px 0 !important;
}

.br-ca {
    background-position: -70px 0 !important;
}

.br-nz {
    background-position: -104px 0 !important;
}

.br-za {
    background-position: -141px 0 !important;
}

.br-us {
    background-position: -210px 0 !important;
}

.br-ie {
    background-position: -246px 0 !important;
}

div#uscardsweaccept {
    background-image: url(//cdn3.globehunters.com/us_homepageimagesicons.png);
    height: 25px;
    background-position: -357px 25px;
    background-repeat-x: no-repeat;
    padding: 0;
    margin-left: 0;
    max-width: 211px;
    width: 100%;
}


.brandlabel-bg {
    position: relative;
    background: #ff3600;
    height: 60px;
    width: 145px;
    margin-right: 100px;
    margin-left: -15px !important;
    margin-top: 0;
    float: left;
}

.brandlabel-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #ff3600;
    position: absolute;
    right: -30px;
    top: 0;
}

#nofollowtag .brandlabel-bg h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-top: 18px;
}





/*--------------------------------------------------------------
# Chat popup
--------------------------------------------------------------*/

/* The popup chat - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 3px;
    border: 15px solid #00d3c6;
    z-index: 9;
}

    .chat-popup h1 {
        font-weight: 600;
        font-size: 24px;
        line-height: normal;
        margin-bottom: 4px;
        text-align: center;
        padding: 12px 0 8px 0;
        text-align: center;
        text-transform: uppercase;
    }

    .chat-popup p {
        font-size: 14px;
        text-align: center;
        padding: 0 0 15px;
        line-height: normal;
    }

    /* Add styles to the form container */
    .chat-popup .form-container {
        max-width: 473px;
        padding: 10px;
        background-color: #fff;
    }

    .chat-popup .form-control {
        font-size: 14px;
    }

    .chat-popup input.form-control {
        height: calc(1.8em + .75rem + 2px) !important;
        padding: 1.2rem .75rem !important;
    }

    .chat-popup .form-control:focus {
        color: #495057;
        background-color: #fff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgb(257 74 26 / 25%);
        border: rgb(257 74 26 / 50%) 1px solid;
    }

/* Set a style for the submit/send button */
.form-container .btn {
    background-color: #fc5729;
    color: white;
    padding: 12px 12px;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    opacity: 0.8;
    text-transform: uppercase;
    margin: 0 auto;
    font-size: 14px;
}

    .form-container .btn:hover {
        color: white;
    }

    .form-container .btn:focus {
        outline: none;
    }

/* Add a red background color to the cancel button */
.form-container .cancel {
    border: none;
    background: none;
    font-size: 22px;
    position: absolute;
    color: #495057;
    top: 2px;
    right: 10px;
    cursor: pointer;
}

    .form-container .cancel:focus {
        outline: none;
    }

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}


/*--------------------------------------------------------------
# Start Page Not found
--------------------------------------------------------------*/

.not_found_pg {
    margin: 90px 0 0;
    text-align: center;
    display: block;
}

    .not_found_pg h1 {
        font-weight: 700;
        font-size: 72px;
        color: #fc5729;
        line-height: 68px;
    }

    .not_found_pg h2 {
        font-weight: 700;
        font-weight: 700;
        font-size: 29px;
    }



/*--------------------------------------------------------------
# Start Airline Reservation Service
--------------------------------------------------------------*/
.top {
    text-align: center;
    margin: 90px 0 26px 0;
}

    .top h2 {
        color: rgb(255, 255, 255);
        font-weight: 700;
        font-style: normal;
        font-size: 22px;
    }

    .top p {
        color: rgb(255, 255, 255);
        font-weight: 700;
        font-style: normal;
        font-size: 22px;
        line-height: 31px;
    }

.bottom {
    margin: 5px 0 10px 0;
    text-align: center;
    top: 481px;
}

    .bottom h2 {
        color: rgb(255, 255, 255);
        font-size: 32px;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 30px;
    }

    .bottom p {
        font-weight: 600;
        font-size: 23px;
        color: rgb(255, 255, 255);
        font-style: normal;
        line-height: 31px;
    }

    .bottom .phone_number {
        margin: 38px;
        background: #391c58;
        color: #fff;
        cursor: pointer;
        text-align: center;
        border-radius: 75px;
        font-size: 62px;
        font-weight: 700;
        border: #fdeefd 2px dotted;
        padding: 15px 30px 15px 30px;
    }

    .bottom a.phone {
        color: #fff;
    }

    .bottom .phone_number:hover {
        background: #fdeefd;
        color: #ac41a9;
        text-decoration: none;
        border: #ab41a8 2px dotted;
    }

        .bottom .phone_number:hover a {
            background: #fdeefd;
            color: #ac41a9;
            text-decoration: none;
        }

        .bottom .phone_number:hover i {
            color: #ac41a9;
        }

    .bottom a.phone {
        text-decoration: none;
        text-align: center;
    }

        .bottom a.phone i {
            padding-right: 25px;
            font-size: 50px;
            vertical-align: middle;
            color: #fff;
        }

        .bottom a.phone:hover {
            background: #fdeefd;
            color: #ac41a9;
            text-decoration: none;
        }

    .bottom .phone_number:hover i {
        color: #ac41a9;
    }

.current-time {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

    .current-time span {
        border-radius: 10px;
        border: #fff 2px dotted;
        display: inline-block;
        padding: 10px;
        font-weight: 700;
        color: #fff;
    }

.circle-box-main-fl {
    display: inline-block;
    background: rgba(255,255,255,1);
    border-style: none;
    border-radius: 116px;
    width: 232px;
    height: 232px;
    text-align: center;
    margin-left: 70px;
    border: #000 2px dotted;
}

.circle-box-color-overlay {
    position: absolute;
    background: none;
    border-radius: 116px;
    height: 232px;
    width: 232px;
}

.circle-box-text {
    display: block;
    background: rgba(255,255,255,0);
    border-style: none;
    border-radius: 0px;
    left: 24px;
    top: 47px;
    z-index: 52;
    width: 183px;
    height: 112px;
    position: absolute;
}

    .circle-box-text h1 {
        font-size: 28px;
    }

    .circle-box-text span.bd-text {
        font-weight: 700;
        font-family: Montserrat;
        font-size: 32px;
        color: rgb(5, 22, 77);
        font-style: normal;
    }

    .circle-box-text span.nr-text {
        font-weight: 600;
        display: block;
    }

.circle-box-main-fr {
    display: inline-block;
    background: rgba(255,255,255,1);
    border-style: none;
    border-radius: 116px;
    width: 232px;
    height: 232px;
    text-align: center;
    margin-left: 70px;
    border: #000 2px dotted;
}

    .circle-box-main-fr .circle-box-color-overlay {
        position: absolute;
        background: none;
        border-radius: 116px;
        height: 232px;
        width: 232px;
    }

    .circle-box-main-fr .circle-box-text {
        display: block;
        background: rgba(255,255,255,0);
        border-style: none;
        border-radius: 0px;
        left: 24px;
        top: 26px;
        z-index: 52;
        width: 183px;
        height: 112px;
        position: absolute;
    }

        .circle-box-main-fr .circle-box-text h1 {
            font-size: 28px;
        }

        .circle-box-main-fr .circle-box-text span.bd-text {
            font-weight: 700;
            font-family: Montserrat;
            font-size: 32px;
            color: rgb(5, 22, 77);
            font-style: normal;
        }

        .circle-box-main-fr .circle-box-text span.nr-text {
            font-weight: 600;
        }

.mid-section {
    margin-top: 10px;
}

    .mid-section h2 {
        font-size: 44px;
        font-weight: 700;
        text-align: center;
        color: #722e70;
        line-height: 25px;
        margin-bottom: 35px;
    }

    .mid-section .fr-spc {
        margin-right: 50%;
    }

    .mid-section .single-services-item {
        position: relative;
        z-index: 1;
        display: block;
        padding: 35px 30px;
        text-align: left;
        border-radius: 3px;
        background-color: #ffffff;
        margin-top: 30px;
        -webkit-box-shadow: 5px 7px 15px 2px rgb(82 90 101 / 12%);
        -moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
        box-shadow: 5px 7px 15px 2px rgb(82 90 101 / 12%);
        -webkit-transition: all 500ms ease-out;
        transition: all 500ms ease-out;
        will-change: transform;
        min-height: 400px;
        max-height: 500px;
    }

    .mid-section .services-icon {
        display: inline-block;
        margin-bottom: 20px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        will-change: transform;
    }

    .mid-section .single-services-item h3 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0;
        -webkit-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
    }

    .mid-section .single-services-item p {
        font-size: 15px;
        margin-top: 15px;
        margin-bottom: 0;
        -webkit-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
        will-change: transform;
        font-weight: 400;
        line-height: 25px;
    }

    .mid-section .single-services-item:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }


/*--------------------------------------------------------------
# Start Media Screen
--------------------------------------------------------------*/

@media print and (orientation: portrait) {
  #header .containerone{background: #00A991;}
  .nav-menu > ul > li.call-bg a img { width: 50px; height: 50px;}
  .mobile-nav-toggle i{display:none;}
  #footer{background: #00A991;}

}


@media (max-width: 767px) {

    #hero-wrap {
        height: auto;
        padding: 100px 0 8px 0;
        background-size: cover !important;
    }

        #hero-wrap .container {
            height: auto !important;
        }

        #hero-wrap .intro-img {
            width: 80%;
        }
		
		
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }

    .callnow_box {
        padding: 80px 0 0 0 !important;
        text-align: center;
    }

        .callnow_box .call {
            padding-left: 189px !important;
            font-size: 44px;
        }

    .find-us .flex-item-left .hd {
        font-size: 29px;
    }

    ul.nofollow {
        list-style-type: none;
        display: inline-block;
        margin: 0 0 0 25%;
        padding: 0;
    }

    .big-saving .call-offer {
        max-height: 96px;
    }

        .big-saving .call-offer strong {
            padding: 31px 0;
        }

    .big-saving {
        background-size: contain !important;
    }


    /*--------------------------------------------------------------
# Start Airline Reservation Service
--------------------------------------------------------------*/

    .bottom h2 {
        margin: 0;
        font-size: 22px;
    }

    .bottom p {
        font-size: 19px;
        line-height: 31px;
    }

    .bottom .phone_number {
        margin: 28px 0 20px 0;
        cursor: pointer;
        color: #fff;
        background: #391c58;
        padding: 15px 30px 15px 30px;
        background: #391c58;
        text-align: center;
        border-radius: 75px;
        font-size: 25px;
        font-weight: 700;
        border: #fdeefd 2px dotted;
        flex: 50%;
        max-width: 50%;
        margin: auto;
    }

        .bottom .phone_number:hover {
            border: #ab41a8 2px dotted;
        }

            .bottom .phone_number:hover a {
                background: #fdeefd;
                color: #ac41a9;
                text-decoration: none;
            }

            .bottom .phone_number:hover i {
                color: #ac41a9;
            }

        .bottom .phone_number i {
            padding-right: 16px;
            color: #fff;
        }

        .bottom .phone_number:hover i {
            color: #ac41a9;
        }

    .bottom a.phone {
        font-size: 25px;
        color: #fff;
    }

        .bottom a.phone:hover {
            background: none;
            color: #ac41a9 !important;
        }

    .bottom .current-time {
        font-size: 14px;
        margin-top: 20px;
    }

    .mid-section .single-services-item p {
        font-size: 14px;
    }

    
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

@media (max-width: 768px) {
    .destination ul li {
        padding: 10px 0 0 0 !important;
        width: 50%;
    }

        .destination ul li a {
            width: 97%;
            padding: 15px !important;
        }

    .col-lg-12.destination {
        padding: 0;
        margin: 0;
    }

    #aeroplane {
        display: none;
    }

    .cloud {
        display: none;
    }
}


@media (max-width: 768px) {
    #header {
        padding-bottom: 0;
        margin-top: 30px;
    }

    #MobiletelNo {
        background-color: #04816f;
        width: 100%;
        display: block;
        color: #fff !important;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        position: fixed;
        right: 0;
        left: 0;
        z-index: 999999;
        top: 0;
    }

        #MobiletelNo a {
            color: #fff;
            text-decoration: none;
            padding: 0 3px;
        }

    .mobile-nav-toggle {
        top: 47px;
    }

    .mobile-nav {
        top: 91px;
    }

    .call-bg {
        display: none;
    }

    .banner-hd .pt-5 {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .flight-offer-hd span {
        padding-left: 53px;
        font-size: 15px;
    }

    p {
        text-align: justify;
    }
}

@media (max-width: 768px) {
    .flight-search .flex-item-mid {
        padding: 0 3px 0 0;
        flex: 45%;
    }

    .flight-search .flex-item-left {
        padding: 0 3px 0 0;
        flex: 100%;
    }

    .hotel-select-pop .roomfl .flex-item-left {
        flex: 50%;
        padding: 0 0 0 20px;
    }

    .hotel-select-pop-two .roomfl .flex-item-left {
        flex: 50%;
        padding: 0 0 0 20px;
    }

    .flight-search .inner-box {
        border-radius: 0;
        border: none;
        padding-left: 0;
    }
	
	

    .flight-search .nav {
        border-radius: 0;
        border: none;
        position: none;
        background-color: none;
        top: -37px;
        left: 10px;
    }

    .flight-search .flex-item-button {
        padding: 0 3px;
        flex: 3%;
        position: inherit;
        top: 0;
        right: 0;
        background-color: none;
        height: auto;
        overflow: inherit;
        max-height: auto;
    }

    .flight-search .search-btn {
        padding: 1.7rem 0.5rem;
    }

    .flight-search {
        margin-top: 60px;
    }

        .flight-search .custom-control {
            margin-left: 0;
            color: #212529;
			margin-right: 0.2rem;
        }

        .flight-search .flex-item-right {
            padding: 0;
            flex: 30%;
            margin-right: 5px;
        }

        .flight-search .flex-item-selbox {
            padding: 0 0 0 0;
            width: 31.5%;
            margin-right: 5px;
        }

        .flight-search .form-group.flex-item-mid .dropdown-menu {
            position: absolute;
            bottom: 0;
            left: 0 !important;
            float: right !important;
            text-align: center;
        }

        .flight-search .form-group.flex-item-right.hotel .dropdown-menu {
            position: absolute;
            bottom: 0;
            left: 0 !important;
            float: right !important;
            text-align: center;
        }

    .why-book {
        padding-left: 15px;
    }

        .why-book .block-one {
            float: left !important;
            width: 28%;
        }

    /*.datepicker.dropdown-menu { position: absolute; top: 100%; left: 50px !important;}*/

}

@media (max-width: 991px) {
    .pt-5, .py-5 {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .flight-search {
        padding: 10px;
    }
}



@media (max-width: 768px) {
    .callnow_box {
        padding: 45px 0 0 40px;
        text-align: center;
    }

        .callnow_box .call span {
            display: block;
        }

    #header .logo {
        width: auto;
    }

        #header .logo .brandlabel-triangle {
            border-width: 0 0 68px 49px;
            right: -46px;
        }
}


@media (max-width: 768px) {
    .callnow-box-inner {
        padding: 50px 0 50px 0px;
        text-align: center;
    }

    .why-book .block-two {
        float: left !important;
        width: 56%;
    }

    .banner-hd {
        font-weight: 700;
        font-size: 22px;
        line-height: 45px;
        margin-bottom: 20px;
        color: #fff;
        text-align: left;
        padding-left: 0;
        text-shadow: #000 0 10px 10px;
    }

    .flight-offer-box {
        font-size: 14px;
        font-weight: 600;
    }

    .main .content h2 {
        font-size: 18px;
        line-height: normal;
    }

    .hd-one {
        font-size: 20px;
        line-height: normal;
        font-weight: 600;
    }

    .hotel-select-pop .doneroom_btn {
        margin: 0;
        float: right;
    }

    .hotel-select-pop .roomfl {
        border-right: 0;
    }

    .hotel-select-pop {
        position: absolute;
        width: auto;
        right: 0;
        top: 249px;
        width: 90%;
    }

        .hotel-select-pop .roomfl .flex-item-left .spc {
            padding-left: 19px;
            display: block;
        }

    #footer .bottom {
        padding-left: 0;
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .callnow-box-inner .call {
        color: #066ba3;
        font-size: 40px;
        line-height: 35px;
    }

    .hotel-select-pop-two {
        background: #fff;
        padding: 17px 15px 0 0;
        position: inherit;
        width: 100%;
        left: inherit;
        top: inherit;
    }

    .hotel-select-pop-three {
        background: #fff;
        padding: 17px 15px 0 0;
        position: inherit;
        width: 100%;
        left: inherit;
        top: inherit;
    }

    .find-us .flex-item-left .hd {
        font-size: 20px;
        padding-bottom: 21px;
    }

    .flight-offer-box .table td, .table th {
        padding: 0.75rem 0 .75rem 0;
        vertical-align: middle;
    }

    .m-n {
        display: none;
    }

    .flight-search .btm-line {
        border-bottom: #ced4da 1px solid;
        padding-bottom: 0.8rem;
        margin-bottom: 1rem;
    }

    .flight-search .flex-item-button-hotel {
        padding: 0;
        flex: 3%;
        position: inherit;
        top: 0;
        right: 0;
        background-color: #fc5729;
        height: auto;
        overflow: inherit;
        max-height: auto;
    }

    .flight-search .hotel-search-btn {
        padding: 0.5rem 0.5rem;
    }

    .chat-popup .form-container {
        max-height: 350px;
        overflow-y: auto;
        overflow-x: hidden;
        max-width: auto;
    }

    .chat-popup {
        position: fixed;
        bottom: 0;
        right: 0 !important;
    }

    .flight-search {
        margin-bottom: 0 !important;
    }

    .find-us .flex-item-left .hd-two {
        font-size: 15px;
    }

    #footer .footer-top .footer-links.m-none {
        display: none;
    }

    #header .logo .brandlabel-triangle {
        border-width: 0 0 68px 49px !important;
    }

    #header .logo {
        padding: 6px 0 6px 5px !important;
    }

    .sidebar .nav > li {
        width: auto;
        float: left;
        border-bottom: 0 solid #ed3c22;
    }

    ul.bread-menu {
        margin: 114px 0 14px 0;
    }

    .doneroom_btn {
        display: none;
    }

    .doneroom_btn2 {
        color: #fc5729;
        font-weight: 700;
        outline: 0;
        border: none;
        float: right;
        margin-top: -7px;
        margin-right: 26px;
        clear: both;
        background-color: transparent;
    }

    ul.paxDetail, ul.paxDetail li {
        display: block;
        border-right: none;
    }

        ul.paxDetail li:first-child {
            display: none;
        }

    #cheapFlightOffers ul.social-links {
        width: auto;
        padding-left: 0;
    }

    #cheapFlightOffers .col-sm-6 {
        padding-left: 0;
    }

    .main h2 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0;
        font-weight: 700;
    }

    h4.hd {
        text-align: center;
        font-size: 1.2rem;
    }
}

@media (max-width: 800px) {
    .flight-search .flex-item-button {
        padding: 0 3px;
        flex: 3%;
        position: inherit;
        top: 0;
        right: 0;
        background-color: none;
        height: auto;
        overflow: inherit;
        max-height: auto;
    }

    .flight-search .inner-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .flight-search .flex-item-left {
        /*flex: 45%;*/
    }

    .hotel-select-pop .doneroom_btn {
        margin: 0;
        float: right;
    }

    .hotel-select-pop .roomfl {
        border-right: 0;
    }

    .hotel-select-pop {
        position: absolute;
        width: auto;
        right: 0;
        top: 281px;
    }

    .banner-hd {
        font-size: 22px;
        padding: 0 0 36px 0;
        margin-top: 20px;
    }

    p {
        text-align: justify;
    }

    #MobiletelNo {
        background-color: #04816f;
        width: 100%;
        display: block;
        color: #fff !important;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        position: fixed;
        right: 0;
        left: 0;
        z-index: 999999;
        top: 0;
    }

        #MobiletelNo a {
            color: #fff;
            text-decoration: none;
            padding: 0 3px;
        }

    .mobile-nav-toggle {
        top: 47px;
    }

    .mobile-nav {
        top: 91px;
    }

    #header {
        padding-bottom: 0;
        margin-top: 30px;
    }

    .why-book .col-lg-3 {
        width: 50%;
    }

    .why-book .block-two {
        width: 72%;
    }


    /*.datepicker.dropdown-menu {position: absolute; top: 100%; left:0 !important;}*/

}

@media (max-width: 640px) {
    .flight-offer-box {
        font-size: 13px;
        font-weight: 600;
    }

    .btn-booknow {
        border: none;
        padding: 5px;
        font-size: 11px;
    }

    .callnow_box .call {
        font-size: 36px;
        text-align: center;
        padding-left: 149px;
    }

        .callnow_box .call span {
            display: block;
        }

    .why-book .col-lg-3 {
        width: 50%;
    }

    .why-book .block-two {
        width: 72%;
    }

    .callnow_box {
        padding: 54px 0 40px 0px !important;
    }

    .cmsContent .pt-5 {
        padding-top: 0 !important;
    }

    .chat-popup {
        bottom: -14px;
    }
}

@media (max-width: 640px) {

    .flight-search .search-btn {
        padding: 0.7rem 0;
    }

    .flight-search .flex-item-right {
        padding: 0;
        /*flex: 46%;*/
        margin-right: 5px;
    }

    .hotel-select-pop .roomfl .flex-item-left .spc {
        padding-left: 19px;
        display: block;
    }

    .banner-hd {
        font-size: 34px;
        padding: 0;
        margin-top: 0;
    }
}

@media (max-width: 600px) {

    .flight-search .search-btn {
        padding: 0.7rem 0;
    }

    .flight-search .nav > li > a {
        padding: 11.7px 15px;
    }

    #hero-wrap {
        width: 100%;
        height: auto;
    }

    .banner-hd {
        font-size: 30px;
    }
}

@media (min-width: 992px) {

    #hero-wrap {
        width: 100%;
        height: auto;
    }

    .banner-hd {
        padding-bottom: 40px;
    }
}

@media (max-width: 900px) {

    .chat-popup .form-container {
        max-height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media (max-width: 950px) {
    .flight-search .flex-item-button {
        position: inherit;
        top: 0;
        right: 0;
        height: auto;
        max-height: auto;
    }

    .flight-search .search-btn {
        padding: 1rem 0.5rem;
    }

    .flight-search .flex-item-button-hotel {
        position: inherit;
        top: 0;
        right: 0;
        height: auto;
        max-height: auto;
    }

    .flight-search .hotel-search-btn {
        padding: 0.5rem 0.5rem;
    }

    .flight-search {
        margin-bottom: 0 !important;
    }

    .why-book .col-lg-3 {
        width: 50%;
    }

    .footer-top .footer-links.m-none {
        float: left;
        margin-right: 60px;
    }
}


@media (max-width: 960px) {
    .why-book .col-lg-3 {
        width: 50%;
    }

    .footer-top .footer-links.m-none {
        float: left;
        margin-right: 60px;
    }
}

@media (max-width: 1366px) {

    #hero-wrap {
        width: 100%;
        height: auto;
    }

    .flight-search .nav > li > a {
        position: relative;
        display: block;
        padding: 11.70px 15px;
    }

    .flight-search .nav {
        top: -49px;
    }
    /*.chat-popup{bottom:-50px;}*/
    /*.chat-popup .form-group .btn{margin-bottom:2rem;}*/

}

@media (max-width: 1024px) {

    #hero-wrap {
        width: 100%;
        height: auto;
    }

    .callnow_box {
        padding: 150px 0 0 0px;
        text-align: center;
    }

        .callnow_box .call span {
            display: block;
        }

    .hotel-inner-row {
        min-height: auto;
    }

    .hotel-select-pop {
        background: #fff;
        padding: 0 15px 0 0;
        position: absolute;
        width: auto;
        right: 0;
        top: 256px;
    }

        .hotel-select-pop .doneroom_btn {
            margin: 0;
            float: right;
        }

    .banner-hd {
        font-size: 34px;
        padding-bottom: 37px;
        margin: 15px 0 15px 0;
        text-align: center;
    }

    .flight-search {
        margin-bottom: 100px;
        margin-top: 160px;
    }
}



/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .why-book .block-one, .why-book .block-two {
        float: none;
        width: 100%;
        text-align: center;
    }

    .flight-search .nav {
        top: -49px;
    }

    .callnow_box .call {
        padding-left: 0;
        color: #066ba3;
        font-size: 43px;
        line-height: 34px;
        padding-top: 200px;
        text-align: center;
    }

    .callnow_box {
        padding: 0;
    }

    .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .all-reviews a {
        padding-top: 12px;
        display: block;
    }

    .cmsContent .pt-5 {
        padding-top: 0 !important;
    }

    .find-us .flex-item-left .hd {
        font-size: 25px;
    }

    h4.hd {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }

    .main .destinations_list ul li a {
        font-size: 13px;
    }

    #header .logo .brandlabel-triangle {
        border-width: 0 0 68px 48px;
        right: -48px;
    }

    #header .logo {
        margin-left: -35px;
        padding: 19px 0 19px 14px;
    }

    .nav-menu > ul {
        display: flex;
        padding-left: 30px;
    }

    .nav-menu a {
        padding: 23px 10px 23px 10px;
    }
}

@media (max-width: 280px) {

    .callnow_box {
        padding: 150px 0 0 0px;
        text-align: center;
    }

        .callnow_box .call span {
            display: block;
            font-size: 12px;
        }

    .flight-offer-hd span {
        padding-left: 53px;
        font-size: 12px;
    }

    .main .content h2 {
        font-size: 18px;
        margin-bottom: 9px;
    }

    .mt {
        margin-top: 2rem !important;
    }

    .flight-offer-box table {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 1280px) {

    #hero-wrap {
        width: 100%;
        height: auto;
    }

    .callnow_box {
        padding: 45px 0 0 0;
        text-align: center;
    }

    .flight-search {
        margin-bottom: 100px;
    }
}

@media (max-width: 360px) {
    .btn-booknow {
        border: none;
        padding: 5px;
        font-size: 7px;
    }

    .flight-search .flex-item-right.hotel {
        padding: 0;
        flex: 44%;
        margin-right: 5px;
    }

    .hotel-select-pop {
        position: absolute;
        width: auto;
        right: 0;
        top: 307px;
        width: 90%;
    }

    .banner-hd {
        font-size: 22px !important;
    }



    .main .destinations_list ul li a {
        font-size: 12px;
    }

    .callnow_box .call {
        font-size: 30px;
        line-height: 35px;
        padding-left: 0;
    }

    .callnow_box {
        padding: 150px 0 0 0px;
    }

    .find-us .flex-item-left {
        flex: 100%;
    }

    .find-us .flex-item-right {
        flex: 100%;
        padding: 3px 3px 3px 4px;
    }

    .find-us .flex-item-left .hd {
        border-bottom: #00d3c6 2px solid;
        border-right: none;
    }
}

@media (max-width: 320px) {
    .banner-hd {
        font-size: 16px !important;
        padding-bottom: 0;
        text-align: center;
    }

    .flight-search {
        margin-top: 60px;
    }

    .chat-popup {
        display: none;
    }

    #footer .chat-box {
        display: none;
    }

    #footer .call-btn {
        bottom: 73px !important;
    }

    .main .destinations_list ul li a {
        font-size: 13px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .why-book .col-lg-3 {
        width: 100% !important;
        border-right: none;
    }

    .main .content h2 {
        font-size: 16px;
    }

    .main .hd-one {
        font-size: 16px;
        font-weight: 700;
    }

    .flight-offer-box table tr td:nth-child(3) {
        padding-left: 10px;
    }

    .flight-offer-box table tr td:nth-child(4) {
        width: 20%;
    }

    .main .destinations_list ul li a {
        font-size: 13px;
    }
}

@media screen and (min-width: 320px) and (max-width: 700px) {
    #PaxSelectHotel {
        top: 94px;
    }

    .flight-search #PaxSelectHotel {
        top: 271px;
    }

    #hero-wrap {
        overflow: visible;
    }

    .main .hd-one::after {
        content: "";
        display: block;
        border-bottom: 2px solid #00A991;
        z-index: 0;
        width: 30%;
        margin: auto;
        margin-top: 12px;
    }

    .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .all-reviews a {
        font-size: 0.95em !important;
    }

    h4.hd {
        text-align: center;
        font-size: 1rem;
    }

    #footer .footer-top-call p a {
        font-size: 26px;
    }

    #footer .footer-top-call p i {
        font-size: 26px;
    }

    .chat-popup h1 {
        font-size: 18px;
    }

    .chat-popup .form-container .cancel {
        font-size: 19px;
        top: 0;
        right: 14px;
    }

    .flight-search {
        margin-top: 90px;
    }

    .mobile-nav a {
        padding: 9px 32px;
    }

    .mobile-nav {
        max-height: 305px;
    }
}


@media (max-width: 384px) {

    .banner-hd {
        font-size: 22px;
        padding: 0;
        margin-top: 0;
    }

    .banner-hd {
        font-size: 22px;
    }

    .hotel-select-pop {
        position: absolute;
        width: auto;
        right: 0;
        top: 306px;
    }

    .flight-search .btm-line {
        border-bottom: #939495 1px solid;
        padding-bottom: 0.8rem;
        margin-bottom: 1rem;
    }

    .flight-search {
        margin-top: 60px;
    }
}

@media (max-width: 800px) {
    .flight-search .search-btn {
        padding: 0.9rem 0.5rem;
    }

    #header .logo .brandlabel-triangle {
        right: -48px;
    }

    #header .logo .brandlabel-triangle {
        border-width: 0 0 68px 48px;
    }

    #footer .call-btn {
        width: 70px;
        height: 70px;
        font-size: 14px;
    }

    .chat-popup .form-container {
        max-height: 449px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .callnow_box .call {
        padding-top: 72px;
        padding-left: 99px;
    }
}


@media (max-width: 414px) {
    .banner-hd {
        font-size: 18px;
    }

    .flight-search {
        margin-top: 27px;
    }
}

@media (max-width: 480px) {
    .banner-hd {
        font-size: 18px;
        padding-bottom: 0;
        text-align: center;
    }

    .why-book .col-lg-3 {
        width: 100%;
    }

    .flight-offer-box {
        font-size: 13px;
    }

    .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .all-reviews a {
        padding-top: 15px;
        display: block;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .banner-hd {
        font-size: 36px;
    }
}

@media (max-width: 834px) {

    .flight-search .flex-item-button {
        flex: 3%;
        padding: 0;
        position: inherit;
        top: 0;
        right: 0;
        background-color: none;
        height: auto;
        overflow: inherit;
        max-height: auto;
		border-radius: 45px;
    }


    .flight-search .search-btn {
        color: #fff;
        background-color: #00A991;
        border: none;
        padding: 0.4rem 0.5rem !important;
		border-radius: 45px;
    }


    .flight-search .flex-item-button-hotel {
        padding: 0;
        flex: 3%;
        position: inherit;
        top: 0;
        right: 0;
        background-color: #00A991;
        height: auto;
        overflow: inherit;
        max-height: auto;
    }

    .flight-search .hotel-search-btn {
        padding: 0.5rem 0.5rem;
    }

    .why-book .col-lg-3 {
        width: 50%;
    }

    .flight-search .nav {
        top: -49px;
    }

    .footer-links.m-none {
        display: none;
    }

    #header .logo .brandlabel-triangle {
        border-width: 0 0 79px 48px;
    }

    .call-bg {
        display: none;
    }

    .hamburger-top {
        display: none;
    }

    #MobiletelNo {
        background-color: #04816f;
        width: 100%;
        display: block;
        color: #fff !important;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        position: fixed;
        right: 0;
        left: 0;
        z-index: 999999;
        top: 0;
    }

        #MobiletelNo a {
            color: #fff;
            text-decoration: none;
            padding: 0 3px;
        }

    #header {
        padding-bottom: 0;
        margin-top: 30px;
    }

        #header .logo {
            padding: 14px 0 14px 14px;
        }

            #header .logo .brandlabel-triangle {
                border-width: 0 0 69px 48px;
            }

    .mobile-nav-toggle {
        top: 47px;
    }
}

@media (max-width:768px) {
    .flight-search .nav {
        top: -37px;
    }

    #footer .footer-top-call p a {
        font-size: 26px;
    }

    #footer .footer-top-call p i {
        font-size: 26px;
    }
}

@media (min-width:1112px) {
    /*.flight-search .nav {
        top: -49px;
    }*/


    .why-book .block-one, .why-book .block-two {
        float: none;
        width: 100%;
        text-align: center;
    }

    .banner-hd.pt-5 {
        padding-top: 0;
        font-size: 36px;
        line-height: normal;
		display:none;
    }

    .find-us .flex-item-left .hd {
        font-size: 27px;
    }

    h4.hd {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }

    .callnow_box {
        padding: 195px 0 0 0;
    }

        .callnow_box .call span {
            display: block;
        }

        .callnow_box .call {
            padding-left: 0;
        }

    .nav-menu > ul {
        display: flex;
        padding-left: 22px;
    }
}


@media screen and (min-width: 480px) and (max-width: 767px) {
    .chat-popup .form-container {
        max-height: 260px;
        overflow-y: auto;
        overflow-x: hidden;
        max-width: auto;
    }

    ul.nofollow {
        margin: 0 !important;
    }

    .great-deal h3 {
        font-size: 18px;
    }

    .popular_dest {
        width: 50%;
    }

    #header::after {
        content: '';
        height: 3px;
        position: absolute;
        left: 0;
        right: 0;
        top: 6px;
    }
}

@media (max-width:900px) {
    .hotel-inner-row {
        min-height: 17vh;
    }

    .hamburger-top {
        display: none;
    }

    #MobiletelNo {
        background-color: #04816f;
        width: 100%;
        display: block;
        color: #fff !important;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        position: fixed;
        right: 0;
        left: 0;
        z-index: 999999;
        top: 0;
    }

        #MobiletelNo a {
            color: #fff;
            text-decoration: none;
            padding: 0 3px;
        }

    .call-bg {
        display: none;
    }

    .mobile-nav {
        max-height: 335px;
        top: 89px;
    }

    #header {
        margin-top: 25px;
    }

        #header .logo {
            padding: 12px 0 12px 14px;
        }

    #progressbar {
        margin-top: 35px;
    }

    .mobile-nav-toggle {
        top: 41px;
    }

    #header .logo .brandlabel-triangle {
        border-width: 0 0 67px 48px;
        right: -48px;
    }
}

@media (max-width:960px) {

    #MobiletelNo {
        background-color: #04816f;
        width: 100%;
        display: block;
        color: #fff !important;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        position: fixed;
        right: 0;
        left: 0;
        z-index: 999999;
        top: 0;
    }

        #MobiletelNo a {
            color: #fff;
            text-decoration: none;
            padding: 0 3px;
        }

    .call-bg {
        display: none;
    }

    .mobile-nav {
        max-height: 184px;
        top: 86px;
		box-shadow: 0 2px 11px rgba(0, 0, 0, 0.1);
		max-height: 130px;
    }

    #header {
        margin-top: 25px;
    }

        #header .logo {
            padding: 12px 0 12px 14px;
        }

    #progressbar {
        margin-top: 35px;
    }

    .mobile-nav-toggle {
        top: 46px;
    }

    #header .logo .brandlabel-triangle {
        border-width: 0 0 67px 48px;
        right: -48px;
    }
}

@media (min-width:1920px) {
    #hero-wrap {
        width: 100%;
        height: auto;
    }

    .callnow_box .call span {
        display: block;
    }
    /*.flight-search .nav{top: -46px;}*/

    .why-book .block-one, .why-book .block-two {
        float: none;
        width: 28%;
        text-align: left;
    }

    #header .logo .brandlabel-triangle {
        border-width: 0 0 68px 48px;
    }

    @-moz-document url-prefix() {
        border-width: 0 0 69px 48px;
    }

    .why-book {
        padding: 25px 25px 11px 150px;
    }

    .why-book {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        background: #f5f5f5;
        padding: 25px 25px 11px 150px;
    }
}

@media (min-width:1920px) {
    .callnow_box {
        padding: 45px 0 0 0;
    }

        .callnow_box .call {
            padding-left: 373px;
            text-align: center;
        }
}


@media (max-width: 768px) {
    #footer .bottom {
        padding-left: 3%;
        padding-top: 15px;
        position: relative;
        text-align: center;
    }

    #footer .chat-box {
        right: 0;
        width: auto;
        font-size: 12px;
    }

    #footer .bottom ul li {
        float: none;
        display: inline-block;
    }


    #footer .call-btn {
        width: 50px;
        height: 50px;
        font-size: 12px;
        bottom: 103px;
    }

        #footer .call-btn a {
            padding: 5px;
        }

    .footer-top .col-lg-9 .col-sm-3 {
        width: 50%;
    }

    #footer .footer-top {
        text-align: center;
    }
}

@media (max-width: 900px) {
    #footer .footer-top {
        text-align: center;
    }
}

@media (max-width: 1024px) {
    #footer .bottom {
        padding: 20px 0 20px 0;
    }

        #footer .bottom ul li {
            float: none;
            display: inline-block;
        }
}

@media (max-width: 1112px) {

    #footer .bottom {
        padding: 10px 0 10px 0;
    }

        #footer .bottom ul li {
            float: none;
            display: inline-block;
        }
}

@media screen and (min-width:992px) {

    .row.border-top.ipad-mobile {
        display: none
    }
}

@media screen and (min-width: 1025px) {

    .sidebar .tab-content #PaxSelectHotel {
        left: 0 !important;
        right: auto;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .callnow_box .call {
        padding-left: 0 !important;
    }

    .sidebar .tab-content .searchinner-btn {
        margin-top: -33px;
        float: right;
    }

    ul.nofollow {
        position: relative;
        top: -58px;
        margin: 0 0 0 35%;
    }

        ul.nofollow li {
            margin-right: 1px;
            padding-right: 0px;
        }

        ul.nofollow img {
            width: 21px;
        }

        ul.nofollow img {
            max-width: 100%;
        }

    .brandlabel-bg {
        width: 92px;
    }

    #nofollowtag .brandlabel-bg h4 {
        font-size: 11px;
    }

    .inner_box_container .office {
        font-size: 18px;
    }

    .ffd-offer-box .mian-title {
        font-size: 18px;
    }

    #cheapFlightOffers .table td, .table th {
        font-size: 12px;
        padding: .19rem !important;
    }

    .couponcode-info {
        font-size: 12px;
    }

    .flight-offer-hd {
        padding: 12px 0 11px 25px;
        font-size: 12px;
    }

        .flight-offer-hd span {
            padding-left: 21px;
            font-size: 11px;
        }

            .flight-offer-hd span.bookbydate {
                float: none;
                font-size: 12px;
                padding-top: 4px;
            }

        .flight-offer-hd i {
            padding: 13px;
        }

    #header::after {
        position: absolute;
        left: 0;
        right: 0;
        top: 5px;
    }

    .blog-post-section .text-justify h2 {
        font-size: 1.25rem;
        font-weight: 600;
        text-align: center;
    }

    .great-deal h3 {
        font-size: 18px;
    }

    .popular_dest {
        width: auto;
    }

    .page-title h1 {
        font-size: 22px !important;
    }

    .mb_hd {
        font-size: 19px;
        padding-top: 15px;
        font-weight: 600;
    }

    ul#sitemap li {
        width: auto;
    }

    .container-wide h4.hd {
        text-align: left;
    }

    .big-saving a {
        font-size: 27px;
    }

    .banner-hd {
        line-height: 28px;
		color: #191b4c;
		text-shadow: none;
		margin-top: 15px;
    }

    .find-us .flex-item-left {
        padding: 3px;
        flex: 100%;
    }

        .find-us .flex-item-left .hd {
            padding-bottom: 8px;
            border-bottom: #8bcddb 2px solid;
            border-right: 0;
            margin-bottom: 8px;
            color: #212529;
        }

    ul.socialicons {
        margin: 4px 0 0 0;
    }

    .banner-hd.pt-5 {
        padding-top: 0 !important;
    }

    .ribbon {
        font-size: 0.75em;
        width: 233px;
        padding: 14px;
    }

    .exe-deal-info .heading {
        font-size: 19px;
    }

    #flightHotelForm .form-control {
        font-size: 12px;
    }

    #blog_desk ul.bread-menu {
        margin: 0 0 40px 0;
    }

    .sidebar .tt-dropdown-menu {
        margin-left: 0;
    }

    #footer .footer-top .footer-links ul {
        text-align: left;
    }

    .why-book {
        padding-left: 22px;
    }

    .main .hd-one {
        text-align: center;
    }

    .col-lg-12.mb-4.text-center.hd-one h2 {
        text-align: center;
		font-size: 20px;
    }

    div#uscardsweaccept {
        display: inline-block;
        width: 219px;
        max-width: 350px;
    }

    .brandlabel-triangle {
        right: -29px;
    }

    .main-text-contact .phone {
        width: auto;
    }

    #cheapFlightOffers .table th#notshow {
        display: none;
    }

    #cheapFlightOffers .table td#notshow {
        display: none;
    }

    .flight-search .nav {
        padding-left: 0;
        list-style: none;
        width: auto;
        border-bottom:none;
    }

    .airlinelogobg h2 {
        font-size: 19px;
        padding-top: 35px;
    }

    #new-whybook ul.uslist1 li:nth-child(2) {
        padding-left: 31px;
        width: 57%;
        font-size: 12px;
    }

    #new-whybook ul.uslist1 li {
        width: 18%;
        margin-bottom: 15px;
        padding-top: 10px;
    }

    #new-whybook ul.uslist1 {
        border-bottom: 1px solid #62d1e6;
        border-right: 0;
		background: #38b4cd;
    }

    .find-us .flex-item-right {
        border-left: none;
    }

    .big-saving {
        background-size: contain;
        min-height: 173px;
    }

    .wbws-heading {
        line-height: 19px;
        font-size: 15px;
        padding-top: 5px;
		font-weight: 400;
    }

    .big-saving .call-offer strong {
        font-size: 17px;
    }

    .main .row.mt-5 .col-lg-12.mb-4.text-center.hd-one h2 {
        font-size: 24px;
    }

    #footer .footer-top .footer-links .securebook {
        width: auto;
        text-align: center;
    }

    #footer .footer-top .footer-links ul {
        text-align: center !important;
        margin-bottom: 0;
    }

    #footer .footer-top h4 {
        padding-bottom: 3px;
    }

    .find-us .flex-item-right {
        padding-left: 0;
    }

    .main .row.mt-5 ul li img {
        padding: 0;
		box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    }

    #footer .footer-top .footer-links {
        display: inline-block;
        width: 100%;
    }

    .big-saving .call-offer strong {
        padding: 18px 0;
    }

    .big-saving .call-offer {
        max-height: 75px;
    }

    /*--------------------------------------------------------------
# Start Airline Reservation Service
--------------------------------------------------------------*/
    .mid-section h2 {
        font-size: 19px;
        margin-top: 0;
    }

    #hero-wrap {
        height: auto !important;
		background: #b8e3ff!important;
    }

    .bottom .phone_number {
        flex: 100%;
        max-width: 100%;
    }

    .bottom p {
        color: #212529;
        text-align: center;
    }

    .bottom h2 {
        color: #212529;
        margin: 15px 0 15px 0;
    }

    .current-time {
        color: #212529;
    }

        .current-time span {
            border: #212529 2px dotted;
            color: #212529;
            margin-top: 15px;
        }

    .mid-section h2 {
        font-size: 24px;
        position: relative;
        top: -35px;
        margin-top: 0;
    }

    .mid-section .single-services-item {
        box-shadow: 0 0 12px rgb(164 165 165 / 77%);
        -webkit-box-shadow: 0 0 12px rgb(164 165 165 / 77%);
        */ -moz-box-shadow: 0 0 12px rgb(164 165 165 / 77%);
        margin-bottom: 26px;
        margin-top: 0;
    }

    #footer .footer-top h4 {
        text-align: center;
    }

    #footer .footer-top .footer-links {
        text-align: center;
    }

    #footer .footer-top h4 {
        text-align: center;
    }

    .top {
        margin: 40px 0 26px 0;
    }

        .top p {
            text-align: center;
        }
		
		
#cmsContent .col-md-3.col-sm-3.col-xs-12.mb-3{padding:0 8px 0 0;}		
.flight-search .inner-box{overflow: visible; border-radius: 5px; padding-top: 10px;}
#footer .bottom{top: 0;}
ul.dest-bx li.col-xs-12.col-sm-6.col-lg-4{ padding: 10px; margin-bottom: 15px;}
ul.dest-bx {margin: 0 12px;}
.main-text-contact{min-height: auto !important;  max-height: 163px; text-align: center;}
.main-text-contact p{text-align:center;}
.main-text-contact h4{border:none;}
#hero-wrap video{height: 146%;}
#new-whybook{margin: 0 auto 0;}
#new-whybook .col-xs-12.col-sm-4{padding: 0; border-bottom:#4eafc2 1px solid;}
.flight-search label.custom-control-label{color: #212529;}
.tt-suggestion{font-size: 0.75rem; line-height: 19px}
.social-grid{margin-top: 11px;  min-height: auto; max-height: 100%; padding: 30px 12px 0;}
#advance-section{width: 54%;  z-index: 999;}
.inner_search .top-option-menu .passenger-drop-dwn{width: 214px;}
.flight-search .search-btn{font-weight: 400;}
.flight-search .search-btn i{margin-right:5px;}
#footer .footer-top{padding:0;}
.main-text p{font-size: 13px;}
.bannerzonewrapper img{height:auto;}
.flight-search .show-text{margin-left: 2px;}
.flight-search .show-text a{font-size:12px;}
.form-check-input {margin-top: .1rem !important;}
#footer .footer-top h4{padding-top: 0;}
.main-text{margin-top: 0;}
.flight-search .inner-box #chdRow1{top: 178px;}
#header .logo img{max-height: 49px;}
#footer .footer-top .footer-links ul a{text-align:center;}
div#uscardsweaccept{background-position: -350px 25px;}
.flight-search{margin-top: -20px; padding:0;}
.flight-search .tt-dropdown-menu{width: 20.8rem; margin-left: -15px;}
#MobiletelNo img {width: 2.4rem; height: 2.4rem; border-radius: 50%; box-shadow: 0 2px 15px rgba(255, 255, 255, 0.4); display:inline-block;}
#header .containerone {top: 29px;}
.inner_search-outer {margin-top: 16px;}
#cheapFlightOffers .cheap-flight-date{height: 1px; padding-top: 0;}
#confirmation .table td, .table th{padding: 8px 0 !important;}

}

/* Smartphones (landscape) ----------- */

@media (min-width: 481px) and (max-width: 767px) {
    .mb_destns .col-xs-6.col-sm-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mb_hd {
        font-size: 19px;
        padding-top: 15px;
        font-weight: 600;
    }

    ul#sitemap li {
        width: auto;
    }

    .tt-dropdown-menu {
        width: 106%;
    }

    .container-wide h4.hd {
        text-align: left;
    }

    .big-saving a {
        font-size: 45px;
    }

    .banner-hd {
        line-height: 28px;
        font-size: 22px;
    }

        .banner-hd.pt-5 {
            padding-top: 0 !important;
        }

    .ribbon {
        font-size: 0.75em;
        width: 233px;
        padding: 14px;
    }

    .exe-deal-info .heading {
        font-size: 19px;
    }

    #ffd .col-xs-12.col-sm-6.col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #blog_desk .col-xs-12.col-sm-3.col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #blog_desk .col-xs-12.col-sm-9.col-lg-8.push-bottom-20 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .flight-search #PaxSelectHotel {
        position: absolute;
        top: 271px;
    }

    #hero-wrap {
        overflow: visible;
    }

    .footer-top .col-sm-3 {
        flex: 0 0 24%;
        max-width: 25%;
    }

    #footer .footer-top .footer-links ul {
        text-align: left;
    }

    .footer-top .container {
        max-width: 100%;
    }

    .col-lg-12.mb-4.text-center.hd-one h2 {
        text-align: center;
    }

    div#uscardsweaccept {
        display: inline-block;
    }

    .main-text-contact .phone {
        width: auto;
    }

    .flight-search .nav {
        padding-left: 0;
        list-style: none;
        width: auto;
        border-bottom: #f99b1d 2px solid;
    }

    .airlinelogobg h2 {
        font-size: 19px;
    }

    #header .logo {
        padding: 9px 9px 6px 9px !important;
    }

    .main .row.mt-5 .col-lg-12.mb-4.text-center.hd-one h2 {
        font-size: 19px;
    }

    .social-grid .col-xs-12.col-sm-6.col-lg-6 {
        flex: 100%;
        max-width: 100%;
    }

    .find-us .flex-item-left .hd {
        font-size: 21px;
        color: #fff;
    }

    .big-saving {
        background-size: contain;
        min-height: 252px;
    }

    #footer .footer-top .footer-links .securebook {
        width: 100%;
        text-align: center;
    }

    #footer .footer-top .footer-links ul {
        text-align: center;
        margin-bottom: 10px;
    }

    #footer .footer-top h4 {
        padding-bottom: 3px;
    }

    .main .row.mt-5 ul li img {
        padding: 12px 0 12px 12px;
    }

    #footer .footer-top .footer-links ul {
        text-align: center !important;
    }

    #new-whybook ul.uslist1 li:nth-child(2) {
        font-size: 12px;
    }

    #new-whybook ul.uslist1 {
        margin: 0 0 22px 0;
    }

    #new-whybook .container .col-xs-12.col-sm-3 {
        flex: 50%;
        max-width: 50%
    }

    .ArrowTitle {
        margin: auto;
    }

    .airlinelogobg h2 {
        padding-top: 30px;
    }

    .flight-search {
        width: 100%;
        margin-top: 42px;
    }

    #hero-wrap .container .h-100 .col-xs-12.col-sm-5.col-lg-5 {
        flex: 100%;
        max-width: 100%;
    }

    div#uscardsweaccept {
        width: 215px;
        max-width: 350px;
    }
}


/* Glaxy A51 (portrait) ----------- */

@media only screen and (min-width: 412px) and (orientation: portrait) {
    #footer .footer-top .footer-links .securebook {
        width: auto;
        text-align: center;
    }

    #footer .footer-top .footer-links ul {
        text-align: center;
        margin-bottom: 10px;
    }

    #footer .footer-top h4 {
        padding-bottom: 3px;
    }

    .big-saving {
        background-size: contain;
        min-height: 167px;
    }

    .find-us .flex-item-left .hd {
        font-size: 21px;
        color: #212529;
    }

    .main .row.mt-5 ul li img {
        padding: 0;
    }

    #footer .footer-top .footer-links .securebook {
        width: auto;
        text-align: center;
    }

    #footer .footer-top .footer-links ul {
        text-align: center !important;
        margin-bottom: 10px;
    }

    #footer .footer-top h4 {
        padding-bottom: 3px;
    }

    /*--------------------------------------------------------------
# Start Airline Reservation Service
--------------------------------------------------------------*/
    #footer .footer-top h4 {
        text-align: center;
    }

    #footer .footer-top .footer-links {
        text-align: center;
    }

    #footer .footer-top h4 {
        text-align: center;
    }
}

/* Glaxy A51 (landscape) ----------- */

@media only screen and (min-width: 412px) and (max-width: 915px) and (orientation: landscape) {
    #header .logo {
        padding: 9px 9px 6px 9px !important;
    }

    .main .row.mt-5 .col-lg-12.mb-4.text-center.hd-one h2 {
        font-size: 19px;
    }

    .social-grid .col-xs-12.col-sm-6.col-lg-6 {
        flex: 100%;
        max-width: 100%;
    }

    .find-us .flex-item-left .hd {
        font-size: 21px;
        color: #fff;
    }

    .big-saving {
        background-size: contain;
        min-height: 252px;
    }

    #footer .footer-top .footer-links .securebook {
        width: 100%;
        text-align: center;
    }

    #footer .footer-top .footer-links ul {
        text-align: center !important;
        margin-bottom: 10px;
    }

    #footer .footer-top h4 {
        padding-bottom: 3px;
    }

    .main .row.mt-5 ul li img {
        padding: 12px 0 12px 12px;
    }

    #footer .footer-top .footer-links ul {
        text-align: center;
    }

    #new-whybook ul.uslist1 li:nth-child(2) {
        font-size: 12px;
    }

    #new-whybook ul.uslist1 {
        margin: 0 0 22px 0;
    }

    #new-whybook .container .col-xs-12.col-sm-3 {
        flex: 50%;
        max-width: 50%
    }

    .ArrowTitle {
        margin: auto;
    }

    .airlinelogobg h2 {
        padding-top: 30px;
    }

    .flight-search {
        width: 100%;
        margin-top: 142px !important;
    }

    #hero-wrap .container .col-xs-12.col-sm-5.col-lg-5 {
        flex: 100%;
        max-width: 100%;
    }

    div#uscardsweaccept {
        display: inline-block;
        width: 215px;
        max-width: 350px;
    }

    .big-saving .call-offer {
        max-height: 50px;
    }

        .big-saving .call-offer strong {
            padding: 6px 0;
        }
}


/* Moto G9 (landscape) ----------- */

@media screen and (min-width: 480px) and (max-width: 960px) {
    .flight-search {
        width: 100%;
        margin-top: 40px;
    }
}


/* One Plus (landscape) ----------- */

@media only screen and (max-width: 915px) and (orientation: landscape) {
    .flight-search {
        width: 100%;
        margin-top: 72px;
    }

    div#uscardsweaccept {
        display: inline-block;
        width: 215px;
        max-width: 350px;
    }
}


/* iPhone XR (landscape) ----------- */

@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 2) and (orientation: landscape) {
    .justify-content-center .flight-search {
        width: 100%;
        margin-top: 146px !important;
    }

    .big-saving a {
        font-size: 47px;
    }
}


/* iPhone (landscape) ----------- */

@media (min-width:576px) {
    ul.nofollow {
        position: relative;
        top: 0;
        margin: 0 0 0 0%;
    }

    .footer-top .col-sm-3 {
        flex: 0 0 20%;
        max-width: 25%;
    }

    .footer-top .container {
        max-width: 100%;
    }

    .flight-search .nav {
        padding-left: 0;
        list-style: none;
        width: auto;
        border-bottom: #db104c 2px solid;
		display: none;
    
    }

    .airlinelogobg h2 {
        font-size: 19px;
    }

    .ArrowTitle {
        margin: -54px auto;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 15px solid #0d69a2;
    }

    .social-grid .col-xs-12.col-sm-6.col-lg-6 {
        flex: 100%;
        max-width: 100%;
    }

    .main .row.mt-5 .col-lg-12.mb-4.text-center.hd-one h2 {
        font-size: 19px;
    }

    .find-us .flex-item-left .hd {
        font-size: 21px;
        color: #fff;
    }

    .big-saving {
        background-size: contain;
        min-height: 252px;
    }

    #footer .footer-top .footer-links .securebook {
        width: 100%;
        text-align: center;
    }

    #footer .footer-top .footer-links ul {
        text-align: center;
        margin-bottom: 10px;
    }

    #footer .footer-top h4 {
        padding-bottom: 3px;
    }

    .main .row.mt-5 ul li img {
        padding: 12px 0 12px 12px;
    }

    #footer .footer-top .footer-links ul {
        text-align: center !important;
    }

    #new-whybook ul.uslist1 li:nth-child(2) {
        font-size: 12px;
    }

    #new-whybook ul.uslist1 {
        margin: 20px 0 20px 0;
    }

    #new-whybook .container .col-xs-12.col-sm-3 {
        flex: 50%;
        max-width: 50%
    }

    .ArrowTitle {
        margin: auto;
    }

    .airlinelogobg h2 {
        padding-top: 30px;
    }

    .flight-search {
        width: 100%;
        margin-top: 22px;
    }

    #hero-wrap .container .h-100 .col-xs-12.col-sm-5.col-lg-5 {
        flex: 100%;
        max-width: 100%;
    }

    div#uscardsweaccept {
        display: inline-block;
    }

    #new-whybook ul.uslist1 {
        border-right: #c8f8ff 1px solid;
        border-bottom: 0;
    }
	
	#new-whybook ul.uslist1:nth-last-child(3) {border:none;}
}


/* I Phone 12 Mini ----------- */

@media only screen and (min-width: 780px) and (orientation: landscape) {
    .flight-search {
        width: 100%;
        margin-top: 22px;
    }

    #new-whybook ul.uslist1 {
        border-right: #7897c2 1px solid !importnat;
        border-bottom: 0;
    }
}



/* iPhone 12, 8 (landscape) ----------- */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

    #new-whybook ul.uslist1 {
        border-right: #7897c2 1px solid !importnat;
        border-bottom: 0;
    }

    .flight-search {
        width: 100%;
        margin-top: 110px !important;
    }

    div#uscardsweaccept {
        display: inline-block;
        width: 215px;
        max-width: 350px;
    }
}

/* iPhone 8 (landscape) ----------- */

@media only screen and (min-width: 375px) and (max-width: 667px) {
    .flight-search {
        width: 100%;        
    }
}


/* iPads (portrait) ----------- */

@media (min-width:768px) {
    ul.nofollow {
        position: relative;
        top: 0; /*margin: 0 0 0 25%;*/
    }

    .sidebar .tab-content .col-lg-offset-4 {
        margin-left: 24.333333% !important;
    }
}

/* iPads (portrait) ----------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .flight-search {
        margin-bottom: 15px;
    }

    .banner-hd.pt-5 {
        padding-top: 0 !important;
    }

    .ribbon {
        width: 362px;
    }

        .ribbon .phone a {
            color: #fff;
        }

    .ffd-price {
        font-size: 20px;
    }

    .sidebar .tt-dropdown-menu {
        margin-left: 0;
    }

    .main h4.hd {
        font-size: 0.79rem;
    }

    .footer-top .col-sm-3 {
        flex: 0 0 20%;
        max-width: 25%;
    }

    .flight-search {
        width: 100%;
        margin-top: 112px;
    }

    .banner-hd.pt-5 {
        padding-top: 240px;
        text-align: center;
    }

    #hero-wrap .container .col-xs-12.col-sm-5.col-lg-5 {
        flex: 41.666667%;
        max-width: 41.666667%;
    }

    #footer .footer-top .footer-links {
        width: 48%;
    }
	
	
	#hero-wrap video{height: 195%;}
	.flight-search{margin-top: 112px;}
	#footer{margin-top: 247px;} 
	.shortWrap.w32.w32{display:none;}
	.additionalOption .moretoggle{padding-top: 119px; z-index:20;}
	#footer .footer-top h4 {text-align: center !important;}
	.fillter-wrap {background: none;}	
	.mobile-nav{top: 63px;}
	.mobile-nav-toggle {top: 24px;}
	#MobiletelNo{background:none; padding-right: 53px; top: 17px; text-align: right; font-size: 21px;}
	#MobiletelNo img {width: 40px;  height: 40px; display: inline-block;}
	#header:after{height: 179px !important;}
	#new-whybook {margin: 70px auto 0;}
	.mobile-nav {top: 73px;}
    .find-us .flex-item-left .hd{color: #212529;}
}


/* iPads (landscape) ----------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    ul.nofollow {
        position: relative;
        top: 0;
        margin: 0 0 0 0;
    }

    .sidebar .tab-content .col-lg-offset-4 {
        margin-left: 31.333333%;
        text-align: right;
    }

    .flight-search {
        margin-bottom: 15px;
    }

    .banner-hd.pt-5 {
        padding-top: 0 !important;
        text-align: center;
    }

    .ffd-price {
        font-size: 20px;
    }

    .ribbon {
        width: 362px;
    }

        .ribbon .phone a {
            color: #fff;
        }

    .sidebar .tt-dropdown-menu {
        margin-left: 0;
    }

    .main h4.hd {
        font-size: 0.79rem;
    }

    .footer-top .col-sm-3 {
        flex: 0 0 20%;
        max-width: 25%;
    }

    .flight-search {
        width: 100%;
        margin-top: 112px;
    }
	
	#hero-wrap video{height: 261%;}
	#footer{margin-top: 202px;}
	.additionalOption .moretoggle{padding-top: 106px; z-index: 20;}
	.inner_search-outer{margin-top: 19px;}
}

/* For iPad pro layouts */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .flight-search {
        width: 100%;
        margin-top: 112px;
    }

    .big-saving {
        background-size: cover;
    }

    #hero-wrap .container .col-xs-12.col-sm-5.col-lg-5 {
        flex: 41.666667%;
        max-width: 41.666667%;
    }
	
	#hero-wrap video{height: 226%;}
	#footer{height: 258%;}
	.fillter-wrap {background: none;}
	.fillter-wrap {background: none;}
	.main-page .pagination > li:first-child > a, .main-page .pagination > li:first-child > span, .main-page .pagination > li:last-child > a, .main-page .pagination > li:last-child > span{background:#00a991}
	.fillter-wrap {background: none;}
	ul.pax-dtl li{width: 294px;}
	#progressbar{margin-top: 65px;}
	.additionalOption .moretoggle{z-index: 20;}
	.find-us .flex-item-left .hd{color: #212529;}
	.flight-search .search-btn{height: 11%;}
	#new-whybook {margin: 51px auto 0;}
	
}

/* For iPad pro landscape */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

    .big-saving {background-size: cover;}
    .main .row.mt-5 .col-lg-12.mb-4.text-center.hd-one h2 {font-size: 25px;}
	#hero-wrap video{height: 230%;}
	#footer{height: 258%;}
	#footer{margin-top: 6px;} 
	.find-us .flex-item-left .hd{color: #212529;}
	.big-saving {background-size: cover!important;}
}


/* For iPad portrait layouts only */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {

    #hero-wrap .container .col-xs-12.col-sm-5.col-lg-5 {
        flex: 100%;
        max-width: 100%;
    }
}


/* For iPad landscape layouts only */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    .banner-hd.pt-5 {
        padding-top: 210 !important;
        text-align: left;
    }
}


@media (max-width: 896px) {
    .sidebar .tab-content .col-lg-offset-4 {
        margin-left: 33.333333% !important;
        text-align: right;
    }

    #blog_desk .col-xs-12.col-sm-3.col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #blog_desk .col-xs-12.col-sm-9.col-lg-8.push-bottom-20 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media (max-width: 360px) {
    .adjust_calender {
        position: absolute;
        top: 100%;
        width: 45%;
        margin-left: -26px !important;
    }
}


@media (max-width: 896px) {
    ul.paxDetail li:first-child {
        border-right: 0 solid rgba(0,0,0,.2);
        width: 115px;
        display: none;
    }

    .doneroom_btn2 {
        margin-top: 2px;
    }
}


@media only screen and (min-device-width: 800px) and (max-device-width: 1022px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .flight-search #PaxSelectHotel {
        top: 233px;
    }
}

@media (max-width: 1024px) {
    .sidebar #PaxSelectHotel {
        position: absolute;
        right: inherit;
    }

    #staring .outbond.m-top {
        margin-top: 0;
        color: #1b76ff;
        font-size: 14px;
        font-weight: 700;
        margin-left: 33%;
    }

    #staring .fillter-list li:nth-child(2) {
        position: absolute;
        top: 30px;
        left: 45%;
    }

    .close-filter {
        position: absolute;
        top: -2px;
        right: 5px;
        cursor: pointer;
    }

    #staring .outbond {
        float: left;
        color: #1b76ff;
        font-size: 14px;
        font-weight: 700;
    }

    .outbond.m-top {
        margin-top: 0 !important;
    }

    #staring .fillter-list li #amount5 {
        background: 0 0 !important;
    }

    #amount3, #amount4, #amount5, #amount6 {
        background: rgba(0,0,0,0);
    }

    #staring {
        min-height: 57px;
    }
}


@media (max-width: 834px) {
    .sidebar #PaxSelectHotel {
        position: absolute;
        right: 0;
    }
}

/* iPhone 5 (portrait)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {

    .adjust_calender {
        position: absolute;
        top: 100%;
        width: 45%;
        margin-left: -26px !important;
    }

    .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
        padding: 4px 3px;
        font-size: 13px;
    }

    .datepicker table thead th.switch {
        font-size: 14px;
    }
}


/* Google Pixel (landscape) ----------- */

@media only screen and (min-width: 411px) and (max-width: 850px) {

    #footer .footer-top .footer-links ul {
        text-align: left;
    }
}




/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    #footer .container {
        max-width: 100%;
    }

    .find-us .flex-item-left .hd {
        color: #212529;
        text-transform: capitalize;
        font-size: 24px;
		font-weight: 500;
    }

    .fillter-wrap {
        padding: 0;
    }

    .sidebar .tt-dropdown-menu {
        margin-left: 0;
        background-color: #fff;
    }

    .sidebar .tab-content .col-lg-offset-4 {
        margin-left: 31.333333% !important;
    }

    .flight-search #PaxSelectHotel {
        position: absolute;
        top: 121px;
    }

    .callnow_box .call {
        font-size: 44px;
    }

    .footer-top .col-sm-3 {
        flex: 0 0 20%;
        max-width: 25%;
    }

    .banner-hd {
        font-weight: 800;
        font-size: 1.7rem !important;
        line-height: 95px;
        margin:0;
        color: #191b4c;
        text-align: left;
        padding: 0 0 40px;
       text-shadow: #ed93ad 0 4px 15px;
    }

    .big-saving {
        background-size: cover;
        min-height: 280px;
    }

    .social-grid .col-xs-12.col-sm-6.col-lg-6 {
        flex: 50%;
        max-width: 50%;
    }

    .flight-search {
       margin: 150px 0 0 0;
    }

    #new-whybook .container .col-xs-12.col-sm-3 {
        flex: 100%;
        max-width: 25%;
    }

    #new-whybook ul.uslist1 li:nth-child(2) {
        padding-left: 20px;
    }

    #footer .footer-top .footer-links .securebook {
        width: 322px;
    }

    .main .row.mt-5 .col-lg-12.mb-4.text-center.hd-one h2 {
        font-size: 30px;
		padding-top: 72px;

    }

    .main .row.mt-5 ul li img {
        padding: 12px 14px 12px 12px;
    }

    .sidebar .tab-content .searchinner-btn {
        height: 36px;
        width: 108%;
        border-radius: 18px;
        background-image: linear-gradient(to right,  #db104c, #00A991);
        padding: 0;
    }

        .sidebar .tab-content .searchinner-btn:hover {
            background-image: linear-gradient(to right, #00A991, #db104c);
        }

    #footer .footer-top .footer-links ul {
        text-align: center !important;
    }

    #footer .footer-top .footer-links.m-none ul li {
        text-align: center !important;
        display: block !important;
    }

    #yotpo_testimonials_btn {
        display: none;
    }
	.social-grid{margin-top:25px;}
}