#main_nav ul li a {
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 14px;
	color: #000 !important;
}

#main_nav ul li a:hover {
    color: #01c6d8 !important;
}

header .header_top_section {
    padding: 0 20px;
    -moz-box-shadow: 0 0 2px #7e7ead;
    -webkit-box-shadow: 0 0 2px #7e7ead;
    box-shadow: 0 0 2px #7e7ead;
}

.header_top_section .navbar__right {
    float: right;
}

form#frmSearch {
    margin-top: 10px;
}

span#errMsg {
    color: red;
}

.header_top_section a.navbar-brand,
.header_top_section .nav.navbar__right {
    margin-top:25px;
	font-size:28px;
	font-weight:bold;
}

#top-footer {
    padding: 0px 0 5px 0;
}

.list-inline-item a { 
	 font-size: 16px!important;
}

.header_bottom_section {
    /*box-shadow: 0 2px 12px rgba(136,136,136,.1);*/
    border-bottom: 1px solid #e8e9ee;
}

.navbar-brand img {
    margin-top: 0px;
    width: 85%;
}

.footer_desp .container-fluid {
    background-color: #fff;
    padding: 10px 35px;
    font-size: 13px;
    color: #01c6d8 ;
    letter-spacing: .5px;
	font-weight:bold;
	font-size:15px;
}

#bottom-footer {
    padding: 20px 0;
}

#main_nav > ul {
    position: relative;
}

.header_top_section .customer_supp_icon {
    max-width: 40px;
    position: relative;
    top: -4px;
}

a.nav-link {
    font-size: 13px;
}

#top-footer .widget-title {
    font-size: 15px;
    /*border-left: 3px solid #f50049;*/
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-top: 30px;
}

footer .widget a {
    position: relative;
}

footer .widget a:before {
    /*font-family: "Font Awesome 5 Free";
        content: "\f105";
        position: absolute;
        left: 0;
        font-weight: 600;*/
}

footer .grey_image img {
    height: 36px;
    margin: 25px 0 0 0;
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.phonenumber {
    color: #fff;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    float: right;
    line-height: 56px;
    padding: 0 25px;    
    margin-top: 10px; 
    margin-bottom: 10px;
}

header .dropdown-toggle:after,
.banner_section .dropdown-toggle:after,
#banner_section .dropdown-toggle:after {
    vertical-align: bottom;
    content: "\f078";
    border: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 90%;
    font-weight: 600;
}

header li {
    position: relative;
}

header ul.dropdown-menu li a {
    padding: 5px 20px;
    white-space: nowrap;
    display: block;
}

header ul.dropdown-menu {
    border: 0;
    border-radius: 0;
    margin-top: 9px;
    width: auto;
    z-index: 999;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
	display: none;
}

header ul.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

@media only screen and (min-width: 1025px) {
    header ul.dropdown-menu {
        display: block;
        -moz-box-shadow: inherit;
        -webkit-box-shadow: inherit;
        box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    }

    header .primary-menu-list > li:hover ul.dropdown-menu {
        opacity: 1;
        visibility: visible;
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    header ul.dropdown-menu.show {
        margin-top: 0;
        background-color: #eee;
    }

    header #main_nav .dropdown-toggle:after {
        content: "\f067";
        font-size: 150%;
        right: 25px;
        position: absolute;
    }

    header #main_nav li.show .dropdown-toggle:after {
        content: "\f068";
    }

    header .container {
        padding: 0;
        margin: 0;
        max-width: 100%;
    }

    header .header_top_section {
        padding-right: 0;
    }

    header .navbar-toggler {
        margin-right: 25px;
        margin-bottom: .5rem;
    }

    header .navbar {
        padding-bottom: 0;
    }

    #main_nav {
        margin-top: 10px;
    }

    #main_nav ul li a {
        border-top: 1px solid #e8e9ee;
        padding: 10px 15px;
    }

    #main_nav ul li .dropdown-menu li a {
        border-top: 1px solid #ccc;
    }

    header ul.dropdown-menu {
        padding: 0;
    }
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 

	.phonenumber {
        margin-right: 60px;
    }
	.form_container.clearfix {
		margin-top: 33px;
	}
	.header_bottom_section.bg-white {
		margin:3px!important;	
	}
	.form_inner_container_container {
    margin-top: -7px;
	}
}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) { 

	.phonenumber {
        margin-right: 72px!important;
    }
	
	.navbar-brand img {        
        margin-left: 27px!important;
    }
	
	.form_container.clearfix {
		margin-top: 33px;
	}
	
	.header_bottom_section.bg-white {
		margin:3px!important;				
	}
	.header_top_section a.navbar-brand, .header_top_section .nav.navbar__right {		
		margin-left: 80px!important;
	}

}
@media only screen and (max-width: 640px) {
    .nav.flex-column.littjo {
	flex-direction: row !important;
	}
	
}


@media only screen and (max-device-width : 392px) { 
	.phonenumber {
    font-size: 28px;
	}
}
@media only screen and (max-device-width : 640px) { 
	.call_txts {
    font-size: 15px;
	}
}
@media only screen and (max-device-width : 350px) { 
	.call_num a {
    font-size: 17px;
	}
	.call_txts {
    font-size: 12px;
	}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) { 


.phonenumber {
        margin-right: 100px!important;
		margin-top: 71px!important;
    }
	
	.navbar-brand img {        
        margin-left: 27px!important;
		width:100%!important;
    }
	.pb-5{
		padding-bottom: 1rem!important;		
	}
	
	.header_bottom_section.bg-white {
		margin:0px!important;	
	}

}

@media only screen and (max-width: 767px) {
    .navbar-brand img {
        margin-top: -7px;
        width: 100%;
        margin-left: 10px;
    }

    .navbar-light .navbar-toggler {
        border-color: none;
    }

    .phonenumber {
        margin-right: 65px;
    }

    #main_nav ul li a {
        border-top: 1px solid #222222;
        color: #000 !important;
    }

    #main_nav ul li .dropdown-menu {
        background-color: #f2f2f2;
    }

    #main_nav ul li .dropdown-menu li a {
        border-top: 1px solid #01c6d8;
    }

    #main_nav {
        margin-top: 0;
        margin-top: -6px;
        z-index: 1000;
        background: #fff;
        color: #000;
    }

    header .navbar {
        padding-top: 0;
        height: 42px;
    }

    .footer_desp .container-fluid {
        padding: 15px 15px;
    }

    footer .list-inline-item img {
        height: 26px;
        margin: 5px 0 0 0;
    }

    header .navbar-toggler {
        margin-right: 0;
        /*margin-top: 10px;*/
    }
	
	.header_top_section a.navbar-brand, .header_top_section .nav.navbar__right {
		margin-top: 15px;
		font-size: 28px;
		font-weight: bold;
		margin-bottom: 20px;
		margin-left: 55px;
	}
}

#recent_search_menu {
    min-width: 350px;
    top: 42px;
    border: 0;
    border-radius: 0;
    padding: 0;
    -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
}

#recent_search_menu .rec_search {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
}

#recent_search_container {
    max-height: 300px;
    overflow-y: auto;
}

#recent_search_menu .recent_search_not_found {
    padding: 10px 15px;
    text-align: center;
    display: block;
}

#recent_search_menu .rec_search:hover {
    background-color: #ccc;
}

#recent_search_menu .rec_search button {
    margin-top: 5px;
}

#recent_search_menu .rec_search .card_body_destination {
    margin-bottom: 5px;
}

#recent_search_menu .rec_search .card_body_date {
    font-size: 12px;
    text-transform: capitalize;
}

#recent_search_menu .rec_search .card_body_date i.fa-long-arrow-alt-right {
    margin: 0 5px;
}

.trusted_icons_footer img {
    max-height: 45px;
    margin-top: 25px;
}

.trusted_icons_footer img.svgico {
    height: 45px;
    /*background: #fff;*/
    padding: 7px;
}

.bfh-selectbox .bfh-selectbox-toggle {
    background: none;
    border: none;
    font-size: 14px;
    letter-spacing: .5px;
}

.caret {
    position: relative;
}

.caret:before {
    width: 0;
    height: 0;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    content: "";
    top: 1px;
}

.bfh-selectbox .bfh-selectbox-options ul li > a {
    color: #000 !important;
}

.bfh-selectbox .bfh-selectbox-options ul li > a > .glyphicon {
    margin-right: 12px !important;
}

.footer_desp p {
    font-size: 12px;
}
