/*
Theme Name: Bridge
Theme URI: http://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Qode Interactive
Author URI: http://qodethemes.com/
Text Domain: bridge
Version: 28.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/*# 11/8/2022 */
@font-face {
    font-family: 'SVN-Aptima';
    src: url('css/fonts/SVN-Aptima.eot');
    src: url('css/fonts/SVN-Aptima.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/SVN-Aptima.woff2') format('woff2'),
        url('css/fonts/SVN-Aptima.woff') format('woff'),
        url('css/fonts/SVN-Aptima.ttf') format('truetype'),
        url('css/fonts/SVN-Aptima.svg#SVN-Aptima') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('css/fonts/Montserrat-Light.eot');
    src: url('css/fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/Montserrat-Light.woff2') format('woff2'),
        url('css/fonts/Montserrat-Light.woff') format('woff'),
        url('css/fonts/Montserrat-Light.ttf') format('truetype'),
        url('css/fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('css/fonts/Montserrat-Bold.eot');
    src: url('css/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/Montserrat-Bold.woff2') format('woff2'),
        url('css/fonts/Montserrat-Bold.woff') format('woff'),
        url('css/fonts/Montserrat-Bold.ttf') format('truetype'),
        url('css/fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('css/fonts/Montserrat-Italic.eot');
    src: url('css/fonts/Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/Montserrat-Italic.woff2') format('woff2'),
        url('css/fonts/Montserrat-Italic.woff') format('woff'),
        url('css/fonts/Montserrat-Italic.ttf') format('truetype'),
        url('css/fonts/Montserrat-Italic.svg#Montserrat-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('css/fonts/Montserrat-Regular.eot');
    src: url('css/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/Montserrat-Regular.woff2') format('woff2'),
        url('css/fonts/Montserrat-Regular.woff') format('woff'),
        url('css/fonts/Montserrat-Regular.ttf') format('truetype'),
        url('css/fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('css/fonts/Montserrat-Medium.eot');
    src: url('css/fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('css/fonts/Montserrat-Medium.woff2') format('woff2'),
        url('css/fonts/Montserrat-Medium.woff') format('woff'),
        url('css/fonts/Montserrat-Medium.ttf') format('truetype'),
        url('css/fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
ul.menuTopRight{
  margin:0;
  padding:0;
}
ul.menuTopRight li{
  list-style:none;
  display:inline-flex;
}
ul.menuTopRight li a{
  color:#224b80;
  text-transform: uppercase;
  padding: 0 10px;
  font-weight: 500;
}
.header-right-from-logo-widget-inner2 .menu li{
  list-style:none;
  display:inline-flex;
  float: none;
}
header.centered_logo .logo_wrapper{
    text-align: left;
    padding-left: 13%;
}
ul#menu-main{
    position: unset;
    text-align: center;
}
ul#menu-main-menu-tv{
    position: unset;
    text-align: center;
}
header.centered_logo nav.main_menu.right{
    display: block;
}
ul#menu-top_menu li a{
    text-align: center;
    padding: 10px 15px;
}
ul#menu-top_menu li:nth-child(3) a{
    background: rgb(22,52,87);
    background: linear-gradient(180deg, rgba(22,52,87,1) 0%, rgba(28,64,110,1) 50%, rgba(34,75,130,1) 100%);
    color: #fff;
    font-weight: bold;
}
ul#menu-top_menu li:nth-child(3) a:hover{
    background: rgb(22,53,108);
    background: linear-gradient(180deg, rgba(22,53,108,1) 0%, rgba(29,82,153,1) 50%, rgba(34,104,188,1) 100%);
}
ul#menu-top_menu li:nth-child(4) a{
    background: rgb(22,52,87);
    background: linear-gradient(180deg, rgba(22,52,87,1) 0%, rgba(28,64,110,1) 50%, rgba(34,75,130,1) 100%);
    color: #fff;
    font-weight: bold;
}
ul#menu-top_menu li:nth-child(4) a:hover{
    background: rgb(22,53,108);
    background: linear-gradient(180deg, rgba(22,53,108,1) 0%, rgba(29,82,153,1) 50%, rgba(34,104,188,1) 100%);
}
ul#menu-top_menu li:nth-child(5) a{
    background: rgb(22,52,87);
    background: linear-gradient(180deg, rgba(22,52,87,1) 0%, rgba(28,64,110,1) 50%, rgba(34,75,130,1) 100%);
    color: #fff;
    font-weight: bold;
}
ul#menu-top_menu li:nth-child(5) a:hover{
    background: rgb(22,53,108);
    background: linear-gradient(180deg, rgba(22,53,108,1) 0%, rgba(29,82,153,1) 50%, rgba(34,104,188,1) 100%);
    color: #fff;
}



ul#menu-top_menu_tv li a{
    text-align: center;
    padding: 10px 15px;
}
ul#menu-top_menu_tv li:nth-child(3) a{
    background: rgb(22,52,87);
    background: linear-gradient(180deg, rgba(22,52,87,1) 0%, rgba(28,64,110,1) 50%, rgba(34,75,130,1) 100%);
    color: #fff;
    font-weight: bold;
}
ul#menu-top_menu_tv li:nth-child(3) a:hover{
    background: rgb(22,53,108);
    background: linear-gradient(180deg, rgba(22,53,108,1) 0%, rgba(29,82,153,1) 50%, rgba(34,104,188,1) 100%);
}
ul#menu-top_menu_tv li:nth-child(4) a{
    background: rgb(22,52,87);
    background: linear-gradient(180deg, rgba(22,52,87,1) 0%, rgba(28,64,110,1) 50%, rgba(34,75,130,1) 100%);
    color: #fff;
    font-weight: bold;
}
ul#menu-top_menu_tv li:nth-child(4) a:hover{
    background: rgb(22,53,108);
    background: linear-gradient(180deg, rgba(22,53,108,1) 0%, rgba(29,82,153,1) 50%, rgba(34,104,188,1) 100%);
}
ul#menu-top_menu_tv li:nth-child(5) a{
    background: rgb(22,52,87);
    background: linear-gradient(180deg, rgba(22,52,87,1) 0%, rgba(28,64,110,1) 50%, rgba(34,75,130,1) 100%);
    color: #fff;
    font-weight: bold;
}
ul#menu-top_menu_tv li:nth-child(5) a:hover{
    background: rgb(22,53,108);
    background: linear-gradient(180deg, rgba(22,53,108,1) 0%, rgba(29,82,153,1) 50%, rgba(34,104,188,1) 100%);
    color: #fff;
}

nav.main_menu ul li{
    float: none;
}
nav.main_menu ul li{
    float: none;
}
.drop_down ul li{
    position: unset;
}
.drop_down .second .inner>ul, li.narrow .second .inner ul{
    display: block;
    text-align: center;
}
li.narrow .second .inner ul{
    background: rgb(21,49,102);
    background: linear-gradient(90deg, rgba(21,49,102,1) 0%, rgba(28,81,152,1) 50%, rgba(34,105,189,1) 100%);
}
.drop_down .narrow .second .inner ul li{
    width: auto;
}
.drop_down .narrow .second .inner ul li a{
    padding: 5px 10px;
    text-align: center;
}
.txtAboutHome{
    text-align: left;
    color: #fff;
    position: relative;
}
.txtAboutHome .vc_column-inner {
    position: absolute;
    top: 50%;
    transform: translateY(50%);
}
.txtAboutHome h2{
    color: #fff;
    font-family: SVN-Aptima;
    font-size: 20px;
}
.txtAboutHome p{
    color: #fff;
    padding-right: 5%;
}
.btnWhite{
    background: none;
    letter-spacing: 0;
    border-color: #fff;
    font-weight: 400;
    color: #fff;
}
.btnBlack{
    background: none;
    letter-spacing: 0;
    border-color: #000;
    font-weight: 400;
    color: #000;
    height: 24px;
    line-height: 24px;
    padding: 0 13px;
}
.btnBookNow{
    background: #224c83;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
}
.txtParalaxHome01 h2{
    color: #fff;
    font-family: SVN-Aptima;
    font-size: 20px;
}
.txtParalaxHome01 p{
    color: #fff;
}
.txtDinning{
    min-height: 185px;
}
.txtDinning h3{
    font-size: 18px;
    letter-spacing: 0;
    color: #000;
    padding-top: 20px;
}
.txtCenter{
    text-align: center;
}
.txtDinning p{
    color: #000;
}
.txtOfferHome h2{
    font-size: 20px;
    letter-spacing: 0;
    font-family: SVN-Aptima;
    color: #224b82;
    padding-top: 20px;
}
.txtOfferHome h3{
    font-size: 18px;
    letter-spacing: 0;
    color: #224b82;
    padding-top: 20px;
}
.txtOfferHome p{
    color: #000;
}
.txtContactHome h3{
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}
.txtContactHome{
    vertical-align: middle;
}

.colContactHome {
    display: flex;
    align-items: center;
}
.rowTable{
    display: table-row;
}
.colContactHome{
    border: 5px solid #f7f7f7;
    display: flex;
    background: #224b82;
    min-height: 460px;
}
.txtContactHome p{
    color: #fff;
}
.drop_down .second{
    top: unset;
    width: 100%;
}
.drop_down .second .inner ul li{
    display: inline-block;
}
.header-right-from-logo-widget-inner2{
    vertical-align: top;
}
.drop_down .second .inner ul.right li a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12.5px;
}
.header-right-from-logo-widget-inner2 .menu li a{
  color:#224b80;
  text-transform: uppercase;
  padding: 0 10px;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Montserrat';
}
.header-widget.widget_nav_menu .header-right-from-logo-widget-inner2 ul.menu>li{
    float: left;
}
.header-widget.widget_nav_menu .header-right-from-logo-widget-inner2 ul.menu>li a{
    color: #224b80;
}
div.section.boxTextFullWidth{
	background: #224b80 url(css/img/bg02.png) center bottom no-repeat;
	padding: 60px 0px;
}

nav.main_menu > ul > li > a{
	color: #224b80;
	letter-spacing: 0px;
}
.logo_wrapper, .side_menu_button, .shopping_cart_inner {
    height:45px;
}
.boxDesLandingpage{
	padding-bottom: 30px;
}
.boxDesLandingpage p{
	color: #fff;
	font-size: 15px;
	text-align: justify;
}
.boxDesLandingpage h2{
	color: #fff;
	font-family: 'SVN-Aptima';
	margin-top: 0;
	font-size: 28px;
	margin-bottom: 15px;
}
.rowAboutPage h2{
	font-family: 'SVN-Aptima';
	font-size: 20px;
	color: #224b80;
}
.rowAboutPage p{
	color: #224b80;
	text-align: justify;
}
.boxHeaderContent h1{
	font-family: 'SVN-Aptima';
	font-size: 28px;
	color: #224b80;
}
.boxHeaderContent p{
	color: #000;
	text-align: center;
}
.btnLandingpage{
}
.bgF4f4f4{
	background: #f4f4f4;
}
.desRoom{
	padding: 20px;
	text-align: left;
}
.desRoom h2{
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	font-family: 'SVN-Aptima';
	font-size: 24px;
}
.desRoom p{
	color: #fff;
	text-align: justify;
    padding-bottom: 55px;
}
#aboutUsHomePage{

}
.btnViewDetails{
	background: none;
    border: 1px solid #fff;
    margin-top: 10px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0;
    min-width: 92px;
    text-align: center;
}
.boxHeaderContent{
    padding-top: 30px;
}
.desServices{
    background-image: url(css/img/bgServices.png);
    background-position: center;
    background-size: cover;
}
.bg01{
    background: url(css/img/bg-01.jpg);
}
.bg02.section{
    background-image: url(css/img/bg-02.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}
.bg03.section{
    background:#f6f4ef url(css/img/bg-03.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.bg03_short.section{
    background:#f6f4ef url(css/img/bg-03short.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.bg03_short_2.section{
    background:#f6f4ef url(css/img/bg-03short-2.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.txtRight{
    text-align: right;
}
.titlePageChild_h1_01 h1{
    color: #224b82;
    text-transform: uppercase;
    font-family: 'SVN-Aptima';
    font-size: 24px;
    text-align: center;
}
.btnPrevPage{
    clear: both;
    margin-right: 15px;
}
.btnPrevPage .qode-btn-text{
    float: right;
}
.btnPrevPage .qode-button-v2-icon-holder{
    float: left;
    padding-right: 8px!important;
}
.titlePageChild_h1_01 p{
    color: #000;
}
.futuresAbout{
    border: 3px solid #224b82;
    margin-left: 0;
    margin-right: 0;
}

.futuresAbout .vc_column-inner {
    padding: 30px;
    color: #000;
}
.txtBlack p{
    color: #000;
}
.txtOffer h3{
    color: #224b80;
    font-size: 14px;
}
.txtOffer p{
    color: #000;
}
.qode_image_gallery_no_space ul li{
    margin: 0 5px;
}
.footer_menu_class{
    background-image: url(css/img/bgMenuFooter.png);
    text-align: center;
}
.footer_menu_class ul{
    list-style: none;
}
.footer_menu_class ul li{
    display: inline-block;
    color: #fff;
}
.footer_menu_class ul li a{
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    padding: 0px 6px;
    text-transform: uppercase;
}
.footer_bottom, .footer_bottom span, .footer_bottom p, .footer_bottom p a, .footer_bottom a, #lang_sel_footer ul li a, footer #lang_sel > ul > li > a, footer #lang_sel_click > ul > li > a, footer #lang_sel a.lang_sel_sel, footer #lang_sel_click a.lang_sel_sel, footer #lang_sel ul ul a, footer #lang_sel_click ul ul a, footer #lang_sel ul ul a:visited, footer #lang_sel_click ul ul a:visited, footer #lang_sel_list.lang_sel_list_horizontal a, footer #lang_sel_list.lang_sel_list_vertical a, #lang_sel_footer a, .footer_bottom ul li a {
    color: #ffffff;
}
.frmFooter form{
    width: 50%;
    text-align: center;
    margin: 0 auto; 
}
.frmFooter form input.wpcf7-form-control.wpcf7-submit{
    background: #fff;
    color: #224b82;
    font-family: 'SVN-Aptima';
    font-size: 18px;
}
.frmFooter form input.wpcf7-form-control{
    border-radius: 10px;
}
.frmFooter form .wpcf7-spinner{
    display: none;
}
.copyright_border{
    border-top: 1px solid #fff;
    padding-top: 15px;
}
.txtFooter{
    padding-bottom: 20px;
}
.desRoomDetail01 h1{
    font-family: 'SVN-Aptima';
    font-size: 28px;
    margin-bottom: 15px;
    color: #224b80;
}
.desRoomDetail01 p{
    color: #000;
}
.desRoomDetail02{
    background: rgb(21,49,82);
    background: linear-gradient(90deg, rgba(21,49,82,1) 0%, rgba(29,64,111,1) 50%, rgba(34,75,131,1) 100%);
    color: #fff;
    padding: 20px;
}
.desRoomDetail02 p{
    color: #fff;
    line-height: 20px;
}
.titleRoomDetailH2 h2{
    font-size: 24px;
    margin-bottom: 15px;
    color: #224b80;
    padding-bottom: 20px;
}
.desRoomDetail03 p{
    color: #000;
    
}
.desRoomDetail02 p img{
    vertical-align: middle;
    padding-right: 10px;
}
.desDinningRoom{
    padding: 20px;
    color: #000;
}
.desDinningRoom h2{
    font-family: 'SVN-Aptima';
    font-size: 28px;
    margin-bottom: 15px;
    color: #224b80;
}

.rowColImageOverlay .full_section_inner .wpb_column.vc_column_container.vc_col-sm-4 .vc-hoverbox-inner .vc-hoverbox-front :last-child{
    display: none;
}
/*.rowColImageOverlay .full_section_inner .wpb_column.vc_column_container.vc_col-sm-4 .vc-hoverbox-inner .vc-hoverbox-back{
    transform: rotateY(-180deg);
}*/

.rowColImageOverlay .full_section_inner .wpb_column.vc_column_container.vc_col-sm-4 .vc-hoverbox:hover .vc-hoverbox-front {
  transform: rotateY(0deg);
  z-index: -9;
}
.rowColImageOverlay .full_section_inner .wpb_column.vc_column_container.vc_col-sm-4 .vc-hoverbox:hover .vc-hoverbox-back {
  background: #2a2a2a45;
  z-index: 9;
}

.vc-hoverbox:hover .vc-hoverbox-front {
  transform: rotateY(0deg);
  z-index: -9;
}
.vc-hoverbox .vc-hoverbox-back {
  background: #2a2a2a45!important;
  z-index: -9;
}
.vc-hoverbox:hover .vc-hoverbox-back {
  background: #2a2a2a45!important;
  z-index: 9;
}
nav.main_menu > ul > li > a {
    color: #224b80;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 36px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-right: 1px solid #d2d3d5;
}
.paralaxHome01{
    padding-top: 250px;
    padding-bottom: 250px;
}
.btnSaleKit{
    margin: 3px 1px;
}
.qbutton.default.btnGallery{
    border-width: 0;
}
.qbutton.default.btnGallery.btnGallery_active{
    color: #224b80;
}
.wpb_text_column.wpb_content_element.rowBookingNow{
    position: absolute;
    width: 1100px;
    height: 50px;
    bottom: 120px;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.clsNumberOfGuestsHotel{
    display: inline-block;
    background: #fff;
    float: left;
    width: 39%;
    margin-right: 1px;
    padding-left: 5px;
}
.clsNumberOfGuestsHotel label{
    color: #20579f;
    width: 90%;
    display: inline-block;
    text-align: left;
}
.clsNumberOfGuestsHotel input{
    border-width: 0px;
    width: 90%;
}
.clsDateCheckIn{
    display: inline-block;
    background: #fff;
    float: left;
    width: 20%;
    margin-right: 1px;
    padding-left: 5px;
}
.clsDateCheckIn label{
    color: #20579f;
    width: 90%;
    display: inline-block;
    text-align: left;
}
.clsDateCheckIn input{
    border-width: 0px;
    width: 90%;
}
.clsDateCheckOut{
    display: inline-block;
    background: #fff;
    float: left;
    width: 20%;
    margin-right: 1px;
    padding-left: 5px;
}

.clsDateCheckOut label{
    color: #20579f;
    width: 90%;
    display: inline-block;
    text-align: left;
}
.clsDateCheckOut input{
    border-width: 0px;
    width: 90%;
}
.btnBookNowHotel{
    display: inline-block;
    float: left;
    width: 18%;
    
}
.btnBookNowHotel input{
    background: rgb(22,52,106);
    background: linear-gradient(180deg, rgba(22,52,106,1) 0%, rgba(34,105,189,1) 100%, rgba(22,52,106,1) 100%);
    height: 52px;
    width: 100%;
    border-width: 0;
    text-transform: uppercase;
    color: #fff;
}
@media only screen and (min-width: 1600px) and (max-width: 1900px){
	nav.main_menu > ul > li > a {
	    padding: 0 40px;
	}
}

@media only screen and (min-width: 1000px){
	header:not(.sticky):not(.scrolled) .holeder_for_hidden_menu {
    	background-color: #f6f4ef;
	}
	header.fixed_hiding.scrolled .holeder_for_hidden_menu {
	    max-height: 37px;
	    background: #eef2e1;
	    border-bottom: 3px solid #00264f;
	}
    header.fixed_hiding.scrolled:hover .holeder_for_hidden_menu{
        max-height: 37px;
    }
    header.fixed_hiding .holeder_for_hidden_menu{
        max-height: 37px;
    }
	.header_bottom {
	    padding: 0;
	}
	header.fixed_hiding.centered_logo.fixed_hiding .header_inner_left, header.fixed_hiding .q_logo_hidden a {
	    height: 70px;
	}
	header.fixed_hiding.centered_logo .header_inner_left {
	    margin: 1px 0;
	    display: table;
	    width: 100%;
	}
}
@media only screen and (max-width: 768px){
	.title {
	    padding: 0px 0!important;
	}
	.desServices{
		background: #224c81;
	    background-image: url(css/img/bgServices-mobile.png);
	    background-position: center bottom;
	    background-size: cover;
	}
    header.centered_logo .logo_wrapper{
        padding-left: 0;
    }
	.desRoom{
		padding: 20px 0px;
		text-align: center;
	}
	.desRoom p{
		padding: 10px;
	}
    .txtAboutHome .vc_column-inner {
        position: relative;
        transform: translateY(0%);
        padding-top: 20px;
        padding-left: 40px;
        text-align: center;
    }
    .paralaxHome01{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wpb_text_column.wpb_content_element.rowBookingNow{
        position: absolute;
        width: 100%;
        height: 50px;
        bottom: 20px;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .clsNumberOfGuestsHotel{
        display: inline-block;
        background: #fff;
        float: left;
        width: 39%;
        margin-right: 1px;
        padding-left: 5px;
        display: none;
    }
    .clsNumberOfGuestsHotel label{
        color: #20579f;
        width: 90%;
        display: inline-block;
        text-align: left;
    }
    .clsNumberOfGuestsHotel input{
        border-width: 0px;
        width: 90%;
    }
    .clsDateCheckIn{
        display: inline-block;
        background: #fff;
        float: left;
        width: 20%;
        margin-right: 1px;
        padding-left: 5px;
        display: none;
    }
    .clsDateCheckIn label{
        color: #20579f;
        width: 90%;
        display: inline-block;
        text-align: left;
    }
    .clsDateCheckIn input{
        border-width: 0px;
        width: 90%;
    }
    .clsDateCheckOut{
        display: inline-block;
        background: #fff;
        float: left;
        width: 20%;
        margin-right: 1px;
        padding-left: 5px;
        display: none;
    }

    .clsDateCheckOut label{
        color: #20579f;
        width: 90%;
        display: inline-block;
        text-align: left;
    }
    .clsDateCheckOut input{
        border-width: 0px;
        width: 90%;
    }
    .btnBookNowHotel{
        display: inline-block;
        float: left;
        width: 100%;
        text-align: center;
        
    }
    .btnBookNowHotel input{
        background: rgb(22,52,106);
        background: linear-gradient(180deg, rgba(22,52,106,1) 0%, rgba(34,105,189,1) 100%, rgba(22,52,106,1) 100%);
        height: 30px;
        width: 40%;
        border-width: 0;
        text-transform: uppercase;
        color: #fff;
    }
}
