@import url('font-awesome.css');
@import url('bootstrap.min.css');
@import url('owl.carousel.css');

/*
@-ms-viewport { width: device-width!important; }
html{ overflow-y: auto;-ms-overflow-style: -ms-autohiding-scrollbar!important;}
html,body { width: 100%; margin: 0px; padding: 0px; overflow-x: hidden;  }
@charset "utf-8";
*/
/*----------intial declartaion of css----------*/

* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; }
html { -webkit-text-size-adjust: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none }
q:before, q:after { content: ''; content: none }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sup { top: -0.5em; }
sub { bottom: -0.25em }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; }
textarea { overflow: auto; vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; }
button, html input, textarea, input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: none; border-radius: 0px; -webkit-border-radius: 0px; }
/* remember to define focus styles! */

:focus { outline: 0; }
ol, ul { margin: 20px 0 20px 16px; }
li { font-size: 1.8rem; }
/* tables still need 'cellspacing="0"' in the markup */

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
table { border: 0 none; border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
img { border: 0 none; max-width: 100%; }
.none { display: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
.clear { clear: both; }
img { max-width: 100%; }
/* For modern browsers */

.cf:before, .cf:after { content: ""; display: table }
.cf:after { clear: both; }
.cf { *zoom: 1;
}
/* For IE 6/7 (trigger hasLayout) */

::selection { background: #1f3649; color: #fff; }
::-moz-selection {background: #666767;color: #fff;}
html,body{  width: 100%;   margin: 0px;padding: 0px; overflow-x: hidden;  }


@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Light.woff2') format('woff2'),
        url('../fonts/Oswald-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Regular.woff2') format('woff2'),
        url('../fonts/Oswald-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Medium.woff2') format('woff2'),
        url('../fonts/Oswald-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-SemiBold.woff2') format('woff2'),
        url('../fonts/Oswald-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Bold.woff2') format('woff2'),
        url('../fonts/Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

a { text-decoration: none; font-weight: 400; color: #666767; }
p { padding-bottom: 20px; color: #707070; font-size: 1.5rem; line-height: 1.5; font-family: 'Open Sans', sans-serif; }
h1 { color: #3b5ba7; font-weight: 700; margin-bottom: 20px; font-size: 4.2rem; font-family: 'Oswald'; font-weight: 700; }
h2 { margin-bottom: 20px; color: #3b5ba7; font-size: 3.7rem; font-family: 'Oswald'; font-weight: 500; }
h3 { margin-bottom: 20px; color: #9ec3d3; font-size: 3.2rem; font-family: 'Oswald'; font-weight: normal; }
h4 { margin-bottom: 20px; color: #9ec3d3; font-size: 2.8rem; font-family: 'Oswald'; font-weight: normal; }
h5 { margin-bottom: 20px; color: #1f3649; font-size: 1.8rem; }
h6 { margin-bottom: 20px; color: #1f3649; font-size: 1.6rem; }

a, input, textarea { transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; outline: none !important }
a:hover, a:focus, input, input:focus { text-decoration: none; outline: none; }
a:hover, a:focus { color: #89b1b5; }
body { line-height: normal; margin: 0; padding: 0; background: #ffffff; font-family: 'Oswald'; color: #707070; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: transparent; font-size: 1.4rem; }
/*--------sticky footer or vertical footer------------*/
html { font-size: 62.5%; }
*:focus { outline: none; }

.menu-icon { display: none; cursor: pointer; color: #fff; text-transform: uppercase; text-align: center; font-weight: bold; line-height: 33px; font-size: 22px; padding: 10px 0;margin-right: 10px; }
.menu-icon .menu-box { width: 50px; height: 38px; margin-right: 0px; padding: 7px;  right: 0; }
.menu-icon .menu-box span { width: 100%; height: 4px; margin-bottom: 6px; background: #fff;display: block;  transition: all 0.5s; -webkit-transition: all 0.5s; }
.menu-icon.active span:nth-child(1) { transform: rotate(45deg) translateY(8px) translateX(7px); -webkit-transform: rotate(45deg) translateY(8px) translateX(6px); }
.menu-icon.active span:nth-child(2) { opacity: 0; }
.menu-icon.active span:nth-child(3) { transform: rotate(-45deg) translateY(-8px) translateX(7px); -webkit-transform: rotate(-45deg) translateY(-8px) translateX(7px); }
.mobile { display: none; }

.header-main { position: fixed; left: 0; right: 0; top: 0; z-index: 999; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.1); }
.header-main .container-fluid { padding: 0 30px; }
.menu-wrap { width: 100%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; padding-bottom: 5px; }
.header-logo { z-index: 9; position: relative; background: #fff; width: 215px;padding: 10px 0; }
.menu-top { margin: 14px 0 0 0; padding: 0; display: flex; align-content: center; }
.menu-top li { list-style: none; margin-right: 35px; }
.menu-top li a { color: #3b5ba7; font-size: 1.5rem; line-height: 1; text-transform: uppercase; font-weight: 500; font-family: 'Oswald'; display: inline-block; padding: 16px 0; }
.menu-top li a span { display: inline-block; vertical-align: top; font-size: 2.0rem; margin-right: 10px; } 
.menu-top li a:hover { color: #68aa44; }
.menu-top li a.btn.hollow { background: #3b5ba7; color: #fff; }
.menu-top li a.btn.hollow:hover { background: #68aa44; }

.menu-top li:last-child { margin-right: 0; margin-top: -2px; }


.main-navigation {  background: #3b5ba7; }
.enumenu_ul { margin: 0; display: flex; align-items: center; justify-content: center; }
.enumenu_ul li { list-style: none;
    width: 100%;
    text-align: center;}
.enumenu_ul li a { padding: 20px 20px; font-size: 2.0rem; transition: all 0.5s ease-in-out; line-height: 1.2; text-transform: uppercase; color: #fff; display: inline-block; font-weight: 500; font-family: 'Oswald'; position: relative; white-space: nowrap; width: 100%; }
.enumenu_ul li a:after { content: "";position: absolute; right: 0; border-right: 1px solid #29537f; height: 25px; top: 20px;transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;}
.enumenu_ul li:last-child a:after { display: none; }
/*.enumenu_ul li.desktop a { background: #3b5ba7; }*/
.enumenu_ul li.desktop a:after { display: none; }
.enumenu_ul li a:hover { background: #68aa44;  transition: all 0.5s ease-in-out; }
.enumenu_ul li.desktop a:focus, .enumenu_ul li.desktop a:hover { background: #3b5ba7; transition: all 0.5s ease-in-out; } 
.enumenu_ul li.desktop a { background: #68aa44; }
.btn-booknow { display: none; }
.enumenu_ul li a:hover:after { border-color: #68aa44;}

.social-media-btn { padding-left: 15px; position: relative; display: flex; align-items: center; }
.social-media-btn:after { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); bottom: 0; height: 22px; border-left: 2px solid #1f3649; }
.btn-make { background: #1f3649; color: #fff!important; padding: 12px 18px; min-width: 180px; line-height: 1.2;  display: inline-block; text-align: center; position: relative; margin-left: 15px; border-radius: 50px; }
.btn-make:before  { content: ""; position: absolute; left: -15px; top: 50%; bottom: 0; height: 22px; border-left: 2px solid #1f3649; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.btn-make:hover { background: #9ec3d3; color: #fff !important; }

.social-icon ul { margin: 0; position: relative; }
.social-icon ul li { list-style: none; display: inline-block; margin-right: 5px; }
.social-icon ul li:last-child { margin-right: 0; }
.social-icon ul li a { font-size: 2.6rem; width: 42px; height: 42px; border-radius: 100%; display: block; text-align: center; color: #fff; line-height: 40px; position: relative; background: #3b5ba7; }
.social-icon ul li a:hover { background: #68aa44; color: #fff; }
.social-icon.iphone { display: none; }
/*-----------header section styles ends here----------------*/

body.show .booking-block { display: block; }
.booking-block { right: 0; top: 180px; border-radius: 0; background-color: rgb(255,255,255); padding: 15px 20px 90px;   width: 385px;  height: auto;  position: fixed;  z-index: 111; text-align: center; display: none; border-radius: 0 0 5px 5px; }
.booking-block legend { display: none; }
.booking-block .close {   display: none; }
.booking-block h4 { color: #737373; display: flex; justify-content: center; margin-bottom: 15px; }
.booking-block h4 > a { display: inline-block; margin-left: 10px; }
.booking_verbiage h4 { font-size: 2.0rem; color: #1f3649; text-transform: uppercase; margin-bottom: 10px; }
.booking_verbiage h4 span { display: inline-block; margin-right: 5px; }
.booking_verbiage h4 a { display: inline-block;  padding-right: 8px; color: #1f3649; }
.booking_verbiage h5 { color: #637892; text-transform: uppercase; }
.form-group { display: inline-block; width: 48%; }


.booking-block p label { display: block; color: #3b5ba7; font-weight: 600; }
#booking .button-mask { bottom: 0; height: 70px; left: 0; overflow: hidden; position: absolute; width: 100%; cursor: pointer;}
#booking .button-mask:after { content: ""; position: absolute; top: 0px; left: -705px; height: 1400px; width: 1790px; background: #3b5ba7; border-radius: 50%; transition: all 0.5s ease-in-out; cursor: pointer; }
#booking .button-mask .button { position: relative; z-index: 2; }
#booking .button-mask:hover:after { background: #3b5ba7; transition: all 0.5s ease-in-out; }

/*
#booking .button-mask .button {  background: url(../images/wave-booking-red-button.svg); background-repeat: no-repeat; background-size: cover; cursor: pointer; }
#booking .button-mask .button:hover {  background: url(../images/wave-booking-white-button.svg); color: #fff; background-repeat: no-repeat; background-size: cover; }
*/

#booking .button { text-transform: uppercase; background: transparent;  border: 0;  border-radius: 0 0 5px 5px;  bottom: 0;
 display: block; height: 70px; line-height: 70px;  width: 100%; color: #fff; outline: 0; font-size: 2.4rem; }
#booking .button a { color: #fff; display: inline-block; }


#booking .column { -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; vertical-align: top; text-align: center; width: 48%; margin-bottom: 10px; height: 85px; }

#booking label { color: #3b5ba7; margin-bottom: 10px;  display: block; font-size: 1.6rem; font-weight: 500; }

select+.select-icon { background: url(../images/sprite.svg) -60px -130px no-repeat; display: inline-block; height: 40px; margin: 0 0 0 -27px; pointer-events: none; vertical-align: top; width: 27px; }
#booking select+.select-icon { background-position: -30px -130px; }

#booking #booking-dates, #booking select { background-color: #637892; }
#booking select { border: 0; /*background-color: #274C74; */color: #fff; width: 100%; }
select, input { -moz-appearance: none; -o-appearance: none; -webkit-appearance: none; appearance: none; background: none; border-radius: 5px; border: 1px solid #dedede; font-size: 14px; padding: 0 40px 0 20px; height: 40px; line-height: 40px; font-weight: 500; }
#booking input { background: #637892; color: #fff; border-radius: 5px; width: 100%; text-align: left; height: 40px; }
.form-group { position: relative; margin-bottom: 15px; }
.form-control { font-size: 1.5rem; font-weight: 500; color: #fff; border: none; transition: none; outline: 0; }
.form-control:focus { outline: 0 !important; box-shadow: none; }
.form-group:after { content: "\f073"; position: absolute; right: 15px; top: 45px; font: normal normal normal 18px/1 FontAwesome; color: #fff; }

.column { position: relative; }
.column:after { content: "\f0dd"; position: absolute; right: 15px; top: 42px; font: normal normal normal 16px/1 FontAwesome; color: #fff; }

.promocode { margin-bottom: 15px; }
.promocode input { padding: 0 20px 0 20px; }


/*-----------inner page starts here----------------*/
.inner-banner { min-height: 650px; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; z-index: 1; }
.inner-banner:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,0.25); z-index: -1; }
.inner-banner .slider-text { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); 
 -webkit-transform: translateY(-50%); text-align: center; margin: 0 auto; max-width: 480px; }
.inner-banner .slider-text h2 { color: #1f3649; font-size: 4.8rem; text-transform: uppercase; }
/*-----------inner page ends here----------------*/

.covid-banner .slider-sec .slider-text {padding: 40px 80px 40px 107px;}
.covid-banner .slider-sec .slider-text h2 {font-size: 32px;}

/*-----------Banner code start here----------------*/
.banner { margin-top: 105px; }
.slider-sec {  background-size: cover; background-position: center center; padding: 300px 0 235px; display: flex;
 align-items: center; justify-content: flex-start; position: relative; z-index: 1; /*border-bottom: 3px solid #3b5ba7; */min-height: 640px; overflow: hidden; }
.slider-sec:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,0.10); z-index: -1; }
.slider-sec:before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; background: #3b5ba7; height: 3px; width: 100%; }

.slider-sec .slider-text { max-width: 870px; background: rgba(59,91,167,0.85); padding: 40px 60px 40px 60px; position: relative; margin-left: 15px; }

.slider-sec .slider-text:before { content: ""; position: absolute;left: -100vw;top: 0;  bottom: 0; background: rgba(0,44,91,0.85);  width: 100vw; }
.slider-sec .slider-text h2 { color: #fff; margin-bottom: 10px; text-transform: uppercase;}
.slider-text .btn-book { font-size: 15px; color: #b8f995; display: flex; align-items: center; font-weight: 500; font-family: 'Oswald'; text-transform: uppercase; }
.slider-text .btn-book span { width: 20px; height: 20px; border: 1.5px solid #68aa44; text-align: center; border-radius: 50%; margin-left: 10px; transition: all 0.5s ease-in-out;    line-height: 1; }
.slider-text .btn-book span em{margin-left: 1px;}
.slider-text .btn-book img {  width: auto; margin: -10px auto 0; padding-top: 0; display: inline-block; }
.slider-text .btn-book:hover { color: #fff; }
.slider-text .btn-book:hover span { border-color: #fff; transition: all 0.5s ease-in-out; }
.slider-text h2 br { display: none; }

/*-----------Banner code end here----------------*/

/*-----------accomodations-loading-sec code start here----------------*/
.accomodations-loading-sec { text-align: center; padding: 60px 0 45px; }
.accomodations-loading-sec .container { max-width: 1170px; }
.accomodations-loading-sec .self-content h2 br { display: none; }
.self-content p { text-align: justify; }
.self-content.text-align-center p { text-align: center; }
.self-content p.center { text-align: center; }
.list-style { display: inline-block; margin: 0; width: 49%; vertical-align: top; text-align: left; padding-right: 40px; padding-left: 15px; }
.list-style li { position: relative; color: #707070; font-weight: 400; font-size: 1.5rem; font-family: 'Open Sans', sans-serif; }
/*.list-style li:after { content: ""; position: absolute; left: 0; top: 10px; height: 7px; width: 7px; background: #3b5ba7; border-radius: 50%; }*/
.accomodations-loading-sec.no-padding { padding-bottom: 0; margin-bottom: -30px; }
/*-----------accomodations-loading-sec code end here----------------*/

/*-----------accommodation-amenities-sec code  start here----------------*/
.accommodation-amenities-sec .container-fluid { padding: 0 30px; }
.accommodation-amenities-sec .row { margin-bottom: 30px; margin-left: 0; margin-right: 0; }
.accommodation-amenities-sec .row:last-child { margin-bottom: 0; }
.content-info { width: 30%; background: #3b5ba7; padding: 75px 35px 82px 35px;}
.content-info h2 { color: #fff; }
.content-info p { color: #fff; padding-bottom: 28px; }
.btn-wrap .btn { display: table;min-width: 210px; }
.btn-wrap .btn:first-child { margin-bottom: 10px; }
.accomodations-loading-sec p strong { color: #3b5ba7;}

.image-block { width: 70%; background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative;}

.view-icon { display: block; margin: 0 8px; width: 52px; height: 52px; border-radius: 50%; background: #fff; overflow: hidden; line-height: 16px; font-size: 0; text-transform: uppercase; position: absolute; bottom: 30px; font-size: 2.6rem; color: #3b5ba7; right: 30px; padding: 14px 0; text-align: center; }
.view-icon.left { right: auto; left: 30px; }
.view-icon img { width: 30px; }
.view-icon:hover, .view-icon:focus {color: #fff; background: #3b5ba7;}

/*-----------accommodation-amenities-sec code end here----------------*/

.action {display:block;  margin:100px auto; width:100%; text-align:center; }
.action a { display:inline-block; padding:5px 10px; background:#f30; color:#fff; text-decoration:none; }
.action a:hover { background:#000; }
.modal-backdrop.in { filter: alpha(opacity=80);  opacity: .8; }
.popup-image-gallery .modal-dialog { width: 100%; }
.popup-image-gallery .modal-content { -webkit-box-shadow: none; box-shadow: none; background-color: transparent; border: 0;  border-radius: 0; }

.popup-slider-for { position: relative; min-height: 300px; z-index: 2; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.popup-slider-for:after { content: "\e030"; position: absolute; top: 50%; left: 50%; -webkit-animation: spin 1s linear infinite; animation: spin 1s linear infinite; z-index: -1; color: #fff; opacity: .75; }
.popup-slider-for,
.main-image { text-align: center;  margin-bottom: 0; }
.popup-slider-for .slick-slide img { display: inline-block; max-width: 100%;  vertical-align: middle; }
.popup-slider-nav .thumbnail-image { position: relative; margin: 0 5px; cursor: pointer; }
.popup-slider-nav .thumbnail-image, .popup-slider-nav .thumbnail-image img { display: block; width: 140px; height: 100px; }
.popup-slider-nav .thumbnail-image:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background-color: rgba(0, 0, 0, 0.6); -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; }
.popup-slider-nav .thumbnail-image:hover:after { background-color: rgba(0, 0, 0, 0.4); }
.popup-slider-nav .slick-current:after,
.popup-slider-nav .slick-current:hover:after,
.popup-slider-nav .slick-center:after,
.popup-slider-nav .slick-center:hover:after { background-color: transparent; }
.pagingInfo {color: #fff; text-align: center;margin: 20px 0;  display: none; }

.popup-slider-for .slick-next,
.popup-slider-for .slick-prev { width: auto;  height: auto;  z-index: 1; }
.popup-slider-for .slick-prev { position: absolute; top: 50%; transform: translateY(-50%); left: 0; font-size: 0; border: 0; background: transparent; color: #fff; outline: 0; left: -20px; width: 50px; cursor: pointer; }
.popup-slider-for .slick-prev:before,
.popup-slider-for .slick-next:before,
.popup-slider-for:after { font: normal normal normal 46px/1 FontAwesome; outline: 0; }
.popup-slider-for .slick-prev:before { content: "\f104"; }
.popup-slider-for .slick-next:before { content: "\f105"; }
.popup-slider-for .slick-next { right: 0; position: absolute; top: 50%; transform: translateY(-50%); font-size: 0; border: 0; background: transparent; color: #fff; outline: 0; right: -20px; width: 50px; cursor: pointer; }
.popup-image-gallery .close-icon { top: 0; }
.slick-slide { outline: 0; }
.close-btn { background: url(../images/close-icon.svg) !important; background-repeat: no-repeat; cursor: pointer; height: 25px; width: 25px; overflow: hidden; position: absolute; right: 10px; text-indent: -9999px; top: 12px; z-index: 9; border: none !important; outline: 0; padding: 0 !important; text-align: right !important; font-size: 0 !important; min-width: auto !important; background-size: 22px !important; background-repeat: no-repeat !important; }

.modal { background: rgba(0,0,0,0.7); padding-right: 0 !important; }
.popup-image-gallery .modal-dialog {margin: 0;max-width: 100%; }
.btn-info:hover {
    color: #fff;
    background-color: #3b5ba7;
    border-color: #3b5ba7;
}

@media (max-width: 767px) {    
  .popup-image-gallery .modal-body { padding: 0; }
  .popup-image-gallery .modal-dialog { margin-top: 30px; }
  .popup-image-gallery .close-icon { top: -20px; }
  .popup-slider-for .slick-prev { left: 0px; }
  .popup-slider-for .slick-next { right: 0px; }   
  .close-btn { top: -25px; right: 5px; }
}

/*-----------map-sec code start here----------------*/
.map-sec { height: 485px; text-align: center; position: relative; z-index: 1; background: #3b5ba7; margin: 30px; display: flex;  align-items: center; justify-content: center; background-size: cover; background-position: center 135%; background-repeat: no-repeat; }
/*.map-sec { height: 485px; text-align: center; position: relative; z-index: 1; background: #3b5ba7 url(../images/map-bg.png); margin: 30px; display: flex;  align-items: center; justify-content: center; background-size: cover; background-position: center 135%; background-repeat: no-repeat; }*/
.map-sec .container-fluid { padding: 0 30px; }
.map-block .map-logo { display: inline-block; background: #fff; width: 69px; height: 69px; border-radius: 50%; text-align: center; display: table; margin: 0 auto 20px; }
.map-block .map-logo img { padding-top: 8px; width: 26px;}
.map-block .btn { background: #3b5ba7; color: #fff; min-width: 192px; text-align: center; }
.map-link {  justify-content: center;background-size: cover;background-position: center 70%;background-repeat: no-repeat;   display: inline-block;width: 100%;height: 100%;position: absolute;}
.covid-banner .slider-sec {background-size: cover;background-position: center center; background-repeat: no-repeat; width: 100%; height: 100%;}
/*-----------map-sec code end here----------------*/


/*-----------form code start here----------------*/
.footer-main { min-height: 465px; background-position: center bottom; background-size: cover; background-repeat: no-repeat;  text-align: center; padding: 15px 0; } 
.footer-logo { display: inline-block; width: 200px; margin: 0 auto 35px; }
.address-block { margin: 0 0 35px 0; padding: 0; }
.address-block li { display: inline-block; } 
.address-block li:last-child { padding-left: 5px; }
.address-block li a { display: inline-block; font-size: 2.0rem; line-height: 1;color: #3b5ba7;  text-transform: uppercase; font-weight: 700; }
.address-block li a:hover { color: #68aa44; }
.address-block li a span { padding: 0 10px; position: relative; }
.address-block li a span:after { content: "";  position: absolute;right: 0;border-right: 1px solid #c2c1c1; height: 16px;    top: 8px; }
.address-block li a span:first-child { padding-left: 0; }
.address-block li a span:first-child:after { display: inline-block; }

.footer-menu { margin: 0; }
.footer-menu li { display: inline-block; padding: 0 15px; }
.footer-menu li:first-child { padding-left: 0; }
.footer-menu li:last-child { padding-right: 0; }
.footer-menu li a { font-size: 1.5rem; color: #3b5ba7; line-height: 1; display: inline-block; font-weight: 500; font-family: 'Oswald'; }
.footer-menu li a:hover, .footer-menu li a:focus { color: #68aa44; }

.logo-list { display: flex; justify-content: center; margin-top: 40px; margin-left: 0; margin-right: 0; }
.logo-list li { list-style: none; margin: 0 25px; }
.logo-list li:first-child { margin-left: 0px; }
.logo-list li:last-child { margin-right: 0px; }
/*-----------form code end here----------------*/

.photo-gallery { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 30px; margin: 0 -15px; }
.photo-gallery-child { display: block; padding-bottom: 25%; background-size: cover; background-position: center center; background-repeat: no-repeat; width: calc(33.3% - 30px); margin-left: 15px; margin-right: 15px; margin-bottom: 30px; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: pointer; }
button.mfp-close, button.mfp-arrow { outline: 0; }
.mfp-title { opacity: 0; }

.address-dtl { margin: 0; }
.self-content .address-dtl li {  width: 33%; list-style: none; text-align: center; display: inline-block;  vertical-align: top; }
.self-content .address-dtl .phone span { display: block;  margin-bottom: 5px; }
.self-content .address-dtl .map span { display: block;  margin-bottom: 5px; }
.self-content .address-dtl li .map .fa { font-size: 26px;  color: #3b5ba7; }
.self-content .address-dtl li .phone .fa { font-size: 26px;  color: #3b5ba7; }
.self-content .address-dtl li .phone a, .self-content .address-dtl li .map a {  color: #3b5ba7; display: inline-block; }

.form-sec {  background: #3b5ba7;  margin: 0 30px; padding: 60px 0; }
.form-sec .form-block { max-width: 960px; margin: 0 auto; text-align: center;}
.form-sec .form-block h2 { color: #fff; margin-bottom: 20px; }
.form-sec .form-block p {color: #fff;}

/*-----------global css code start ----------------*/
.justify-center { justify-content: center; }
.align-center { align-items: center; }
.social-icon .android-fb, .social-icon .ios-fb, .social-icon .android-twitter, .social-icon .ios-twitter, .social-icon .mo-insta, .social-icon .mo-twitter { display: none; }
.btn { text-align: center; min-width: 180px; background: #fff; text-transform: uppercase; line-height: 1.2; color: #3b5ba7; display: inline-block; font-weight: 400; font-size: 2.1rem; padding: 15px 25px; transition: all 0.5s ease-in-out; border-radius: 0px; font-weight: 500; font-family: 'Oswald'; border: none; }
.btn:hover, .btn:focus { color: #fff; background: #68aa44; transition: all 0.5s ease-in-out; }
.form-sec iframe { height: 525px !important; }

/*
::-webkit-input-placeholder { color: #fff; opacity: 1; }
::-moz-placeholder { color: #fff; opacity: 1; }
:-ms-input-placeholder { color: #fff; opacity: 1; }
:-moz-placeholder { color: #fff; opacity: 1;  }

.form-group ::-webkit-input-placeholder { color: #fff; opacity: 1; }
.form-group ::-moz-placeholder { color: #fff; opacity: 1; }
.form-group :-ms-input-placeholder { color: #fff; opacity: 1; }
.form-group :-moz-placeholder { color: #fff; opacity: 1;  }
*/
/*-----------global css code start ----------------*/


.latest-travel-guides { width: 100%; padding-top: 50px; }
.latest-travel-guides .container {max-width: 1170px;}
.latest-travel-guides a {color: #3b5ba7; font-weight: 600;}
.latest-travel-guides a:hover {color: #707070;}
.rating-star {color: #3b5ba7; font-size: 25px; margin-bottom: 20px;}

.listing-block {
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.listing-block-list {text-align: left; display: flex; justify-content: center; flex-wrap: wrap;}
.listing-block ul {width: auto; padding: 0 30px;}
.listing-block ul li {
    width: 100%;
    font-weight: 400;
    font-size: 1.5rem;
    font-family: 'Open Sans', sans-serif;
}
.content-info ul { margin-top: 0; margin-left: 25px; margin-bottom: 30px; }
.content-info ul li {color: #fff; }
.content-info p strong {padding-right: 7px; position: relative;}
.content-info p strong:after {content: ""; height: 13px; width: 1px; position: absolute; top: 4px; right: 0; opacity: 0.8; background: #fff; }
.content-info p strong:last-child:after {display: none;}
.content-info p strong:last-child {padding-right: 0;}
.accomodations-loading-sec .self-content h2 {
    text-transform: uppercase;
}