/*
Start
SP
03/10/2023
Added global variable for color code in white label.
*/
:root {
  --brown: #472c05;
  --red: #e24133; 
  --yellow: #fedd36;
  --font: 'solomon is';
  --black: #292b33;
  --blue : #249fbe; /* #4cadc9; SP - 20240306 - Changed blue color to match the color in Solomon logo. */
  --menutextcolor: #ffffff;
}

/* END 03/10/2023 */


 /*===================================================
Fonts Family
-----------------------------------------------------*/

/*
06/04/2021
Sushma B
Added font-display:swap; to all @font-face for fixing google search console error -
Ensure text remains visible during webfont load
Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading.
*/
@font-face {
    font-family: 'metropolis-regular';
    src: url('../fonts/EOT/Metropolis-Regular.eot');
    src: url('../fonts/EOT/Metropolis-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/WOFF2/Metropolis-Regular.woff2') format('woff2'),
         url('../fonts/WOFF/Metropolis-Regular.woff') format('woff'),
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* SP - 27/09/2021 - added to load default fonts before actual font load to reduce LCP*/

}
@font-face {
    font-family: 'metropolis-medium';
    src: url('../fonts/EOT/Metropolis-Medium.eot');
    src: url('../fonts/EOT/Metropolis-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/WOFF2/Metropolis-Medium.woff2') format('woff2'),
         url('../fonts/WOFF/Metropolis-Medium.woff') format('woff'),
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* SP - 27/09/2021 - added to load default fonts before actual font load to reduce LCP*/

}
@font-face {
    font-family: 'metropolis-bold';
    src: url('../fonts/EOT/Metropolis-Bold.eot');
    src: url('../fonts/EOT/Metropolis-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/WOFF2/Metropolis-Bold.woff2') format('woff2'),
         url('../fonts/WOFF/Metropolis-Bold.woff') format('woff'),
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* SP - 27/09/2021 - added to load default fonts before actual font load to reduce LCP*/

}

@font-face {
    font-family: 'metropolis-thin';
    src: url('../fonts/EOT/Metropolis-Thin.eot');
    src: url('../fonts/EOT/Metropolis-Thin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/WOFF2/Metropolis-Thin.woff2') format('woff2'),
         url('../fonts/WOFF/Metropolis-Thin.woff') format('woff'),
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* SP - 27/09/2021 - added to load default fonts before actual font load to reduce LCP*/

}

@font-face {
  font-family: "webfont";
  src:url("../../frontend/fonts/webfont.eot");
  src:url("../../frontend/fonts/webfont.eot?#iefix") format("embedded-opentype"),
    url("../../frontend/fonts/webfont.woff") format("woff"),
    url("../../frontend/fonts/webfont.ttf") format("truetype"),
    url("../../frontend/fonts/webfont.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;

}
@font-face {
    font-family: "dashicons";
    src: url("../../fonts/dashicons.eot");
    font-display: swap;

}
 
@font-face {
    font-family: "dashicons";
    src: url(data:application/x-font-woff;charset=utf-8;base64,/* !! Large amount of data removed, see wp-includes/css/dashicons.css for complete data !! *//*) format("woff"),
        url("../../fonts/dashicons.ttf") format("truetype"),
        url("../../fonts/dashicons.svg#dashicons") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
/*
Start
SP
02/03/2023
Added these fonts for solomon island site.
*/
/*@font-face{
  font-family:"Journal";
  src:url("https://www.visitsolomons.com.sb/wp-content/uploads/journal.ttf") format("truetype");
  font-weight:normal;
  font-style:normal;
  font-display: swap;
}*/

@font-face{
  font-family:"solomon is";
  src:url("/wp-content/themes/hideawayholidays/frontend/fonts/Its-Sol_Good2.ttf") format("truetype");
  font-weight:normal;
  font-style:normal;
  font-display: swap;
}

/*
Start
SP
20250103
Added for facebook icon as image map pro icon is overlapping on original facebook icon from library.
*/
.fa-facebook-f:before{
    content: "\f39e" !important;
}
/* END */

/* Added styling to the footer according to solomon tourism. */
footer.PageFooter{
  background-color: #292b33;
}
/*END 02/03/2023*/

.star-rating .star-full:before { content: "\f155"; }
.star-rating .star-half:before { content: "\f459"; }  
.star-rating .star-empty:before { content: "\f155"; color: #ddd;}/*content: "\f154";*/
.star-rating .star {
    color: #472c05; /*#fbca25; Surekha - 04/10/2019 - changed as half star color is different. */
    display: inline-block;
    font-family: dashicons; font-size: 21px;font-style: normal;font-weight: 400;
    height: 24px;width: 24px;
    line-height: 1;
    text-align: center;text-decoration: inherit;
    vertical-align: top; margin: 0 1px;  
}

.col-centered{ float: none;margin: 0 auto;}

.details-aside-section .star-rating .star{width: 27px;}
.product-tabs-container .star-rating{
    text-align: center;
}

[data-icon]:before {
  font-family: "webfont" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap; /* SP - 23/08/2021 - added to fix LCP.*/
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "webfont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap; /* SP - 23/08/2021 - added to fix LCP.*/
}
.icon-aeroplane:before {
  content: "\ae";
}
.icon-night:before {
  content: "\62";
}
.icon-map:before {
  content: "\63";
}
.icon-map-outline:before {
  content: "\64";
}
.icon-star:before {
  content: "\65";
}
.icon-youtube:before {
  content: "\66";
}

.icon-plane:before {
  content: "\61";
}
.icon-plane-outline:before {
  content: "\6b";
}
.icon-moon-star:before {
  content: "\67";
}
.icon-map-marker:before {
  content: "\68";
}
.icon-departure-outline:before {
  content: "\69";
}
.icon-calendar:before {
  content: "\6a";
}
.ubermenu.ubermenu-submenu-indicator-closes .ubermenu-active > .ubermenu-target > .ubermenu-sub-indicator-close {
    display: none !important;
}
.icon-star{color: #ffca25;}
.icon-star-blank{color: #e0e0e0;}

.checked{background: #f2983b !important; color: #fff !important; }
.checked:after{content: "\f17b";font-family: LineAwesome; padding-left: 5px;font-display: swap;} /* SP - 23/08/2021 - added to fix LCP.*/
.view-style.selected{color: #fff !important;background: #f2983b !important;}
.view-style.selected:after{content: "\f17b";font-family: LineAwesome; padding-left: 5px; font-size: 13px;font-display: swap;} /* SP - 23/08/2021 - added to fix LCP.*/
/*
.package-options #both{padding: 7px 16px 8px !important;}*/
/*===================================================
CSS
-----------------------------------------------------*/
* {-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}


body{ font-size: 14px; font-family: 'metropolis-regular'; color: #636363; position: relative;
padding: 0; margin: 0; background-color: #fff; width:100%;} /* SP - 20241203 - commented overflow-x: hidden; overflow-y: scroll; to fix side section on produt pages while scroll.*/ /* overflow-x:hidden; Surekha - 22/01/2020 - commented overflow and added width:100%;overflow-x: hidden; overflow-y: scroll; */
a:hover, a:focus, a:active {
    outline: none;
}
.wrap::-webkit-scrollbar-thumb { border-radius: 0px;background: #ddd; box-shadow: 0 0 1px rgba(255,255,255,.5);}
.wrap::-webkit-scrollbar { -webkit-appearance: none; -moz-appearance: none; appearance: none;; width: 5px; height: 7px;}

input{outline: none;}
/*Shafi - 21/11/2019 -  New added to hide the - button */
.clear_selected_tour{
    display: none;
}
/* Navbar 
==================================================*/
  .mainMenu{box-shadow: #848484 0px 1px 20px 0px; z-index: 9999999;width: 100%; background: var(--blue); margin: 0 auto; left: 0; right: 0; position: fixed;} /* SP - 04/10/2023 - added position: fixed; to make menu sticky at top while page scroll. */
  .mainMenu img{margin-top: 14px;}/*Shafi - 21/11/2019 -  margin-top: 18px; Keep the logo vertically centre */
  .ubermenu-skin-white{border-top:0 !important; border-bottom: 0 !important;}
  .ubermenu-nav > li{background: url(../../frontend/images/icons/dropdown-arrow.png)no-repeat center ;}
  /*Shafi - 21/11/2019 -  padding: 37px 18px !important; Keep the logo vertically centre */
  .ubermenu-nav > li > a{ padding: 27px 14px !important; font-family: 'metropolis-medium';border-bottom: 2px solid transparent !important; color: #636363; outline: none;}/*Surekha - 14/12/2020 - changed  padding: 27px 18px !important; as menu is displaying on next line. */
  .ubermenu-nav > li > a:hover,.ubermenu-nav > li > a:active{border-bottom: 2px solid #472c05 !important; color: #472c05;}
  .ubermenu .ubermenu-custom-content-padded{padding-right: 0 !important;}
  .ubermenu .ubermenu-search .ubermenu-searchform{ margin: 7px 0 !important;}

  a.ubermenu-target{border-bottom: 2px solid;}
  .ubermenu-submenu.ubermenu-submenu-id-5831{ width: 1140px !important; left: -23% !important;padding: 7px !important;}
  .ubermenu-submenu.ubermenu-submenu-id-5831 > li{width: 16.6% !important;}
  .ubermenu-submenu.ubermenu-submenu-id-5831 > li > a{padding:0px 4px 8px 4px !important; position:relative;}
  .ubermenu-submenu.ubermenu-submenu-id-5831 > li > a:hover{color: #f00 !important;}
  .ubermenu-submenu.ubermenu-submenu-id-5831 > li > a > img{    position: relative;
    margin-bottom: -2px !important;
    z-index: -1;}
  .ubermenu-submenu.ubermenu-submenu-id-5831 > li > a span{ position: absolute; top: 8px;left: 15px;  color: #fff; font-size: 24px;  
    font-family: 'metropolis-bold';  text-transform: uppercase;  line-height: 1; z-index: 99;}
  i.ubermenu-sub-indicator.fas.fa-angle-down{display: none;}
  .search-header .ubermenu-search .ubermenu-searchform{ border: 1px solid #22b7e3; border-radius: 40px;background: #ffffff !important;}
  .search-header .ubermenu-search .ubermenu-searchform:focus{outline: none !important;}
  .search-header .ubermenu-search input.ubermenu-search-input:hover{border-radius: 40px; background-color: #eee;}
  .search-header .ubermenu-search input.ubermenu-search-input:focus{border-radius: 40px; background-color: #eee;}
  .search-header .ubermenu-search input.ubermenu-search-input{text-align: center; border-radius: 40px;padding: 15px 40px 15px 15px !important; font-size: 16px; font-family: 'metropolis-medium'; outline: none !important;}
  .search-header .ubermenu-search .ubermenu-search-submit{outline: none !important;}
  /*Surekha - 07/10/2019 - changed font-size to 14px; as heading "Weddings" other having dropdown are not aligned. */
  #ubermenu-nav-main-903 > li#menu-item-5819 > a:after{float: right;content: "\f0d7"; font-family: "FontAwesome"; color: #472c05; padding-left: 8px; font-size: 14px;} /*font-size: 13px; */
  #ubermenu-nav-main-903 > li#menu-item-5831 > a:after{float: right; content: "\f0d7"; font-family: "FontAwesome"; color: #472c05; padding-left: 8px; font-size: 14px;} /*font-size: 13px; */
  #ubermenu-nav-main-903 > li#menu-item-5855 > a:after{float: right;content: "\f0d7"; font-family: "FontAwesome"; color: #472c05; padding-left: 8px; font-size: 14px;} /*font-size: 13px; */
  /*Surekha - 22/04/2021 - added drop down arrow to the weddings menu*/
  #ubermenu-nav-main-903 > li#menu-item-5882 > a:after{
    float: right;
    content: "\f0d7";
    font-family: "FontAwesome";
    color: #472c05;
    padding-left: 8px;
    font-size: 14px;
  }
  /*END*/  
    /* 17/06/2020 - Sushma B - Added for displaying arrow for travel blog */
  #ubermenu-nav-main-903 > li#menu-item-10638 > a:after{float: right;content: "\f0d7"; font-family: "FontAwesome"; color: #472c05; padding-left: 8px; font-size: 14px;} /*font-size: 13px; */
  #ubermenu-nav-main-903 > li#menu-item-10622 > a:after{float: right;content: "\f0d7"; font-family: "FontAwesome"; color: #472c05; padding-left: 8px; font-size: 14px;} /*font-size: 13px; */
  .ubermenu-submenu{background: #fff !important;}
  .ubermenu-submenu > li > a{font-size: 14px; font-family: 'metropolis-medium';color: #636363 !important;}
  .ubermenu-submenu > li > a:hover{color: #f2983b !important;}
  .ubermenu-submenu-id-5831{margin-top: -1px;}

  .social-media ul{ margin-bottom: 7px; padding:8px 0 0 0} /*shafi - 21/11/2019 - changed padding:4px 0 0 0. */
  .social-media ul li{list-style: none; display: inline;}
  .social-media ul li a{   font-size: 20px; padding: 0 10px; color: #ffffff; text-decoration: none !important;}
  .top-menu{ 
    background-color: #292b33; 
/*
Start
SP
04/10/2023
Added to make top menu sticky at top while scroll.
*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
/* END 04/10/2023 */

  }
  .top-menu .btn-contact{  border-radius: 0; color: #ffffff; padding: 8.5px 21px; margin-right: 0; font-family: 'metropolis-medium'; font-size: 18px;}
  .top-menu .btn-phone{  border-radius: 0; color: #ffffff; padding: 8.5px 21px; font-family: 'metropolis-medium'; font-size: 18px; }
  .top-menu .contact-details{text-align: right;}
  .top-menu .fa-facebook:hover{color: #3B5998;}
  .top-menu .icon-youtube:hover{color: #d62727; top: 3px; position: relative; }
  .top-menu .icon-youtube {top: 3px; position: relative;} 
  .top-menu .fa-twitter:hover{color: #00587d;}
  .top-menu .fa-instagram:hover{color: rgb(76,104,215);}/*d6cab6 5d4d48*/
  .top-menu .fa-tripadvisor:hover{color: #000000;}

  .navbar-default .navbar-nav>.active>a{ color: #636363; font-size: 16px; font-family: 'metropolis-medium'; background-color: transparent;}
  .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{background-color: transparent; color: #22b7e3;}
  .navbar-default .navbar-nav>li>a{ color: #636363; font-size: 16px; font-family: 'metropolis-medium'; }
  .navbar-default { background-color: #ffffff; border-color: #efefef; }
  .navbar-default .navbar-nav>li>a:hover {color: #22b7e3;}
  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover { color: #25a9df; background-color: transparent; border-bottom: 2px solid;}
  .navbar{ min-height: 94px; margin-bottom: 0; box-shadow: 0 1px 18px 0px #f1f1f1; border: 0;}
  .navbar-nav .caret{color: #22b7e3; }
  .navbar-nav{ margin-top: 21px;}
  .navbar-nav>li>a { padding-bottom: 34px;}
  .navbar-right .dropdown-menu { right: auto; left: 0; top: 71px; }
  .navbar-right .dropdown-menu.img-menu{left: -362%;}
  .navbar-right .img-menu{width: 1143px;}
  .dropdown-menu>li>a{color: #636363; font-family: 'metropolis-medium';}
  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { color: #f2983b; background-color: transparent; font-family: 'metropolis-medium';}
  .dropdown-menu.img-menu>li>a{padding: 0; position: relative;}
  .dropdown-menu.img-menu>li{padding: 3px;}
  .dropdown-menu.img-menu{padding: 10px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;}
  .dropdown-menu.img-menu>li>a img{border-radius: 8px;}
  .dropdown-menu.img-menu>li>a span.top{ position: absolute; top: 8px; left: 15px; color: #fff; font-size: 24px; font-family: 'metropolis-bold';text-transform: uppercase;}
  .dropdown-menu.img-menu>li>a span.bottm{position: absolute; top: 32px; left: 15px;color: #fff;font-size: 24px;font-family: 'metropolis-bold'; text-transform: uppercase;}

  .range_inputs{display: none;}

  .title h3,.title h1{font-size: 38px; color: #e24133;  font-family: 'solomon is'; position: relative; text-transform: uppercase;letter-spacing: 0;}
    .title h3:after, .title h1:after{content: ''; background: url(../../frontend/images/icons/Tourism_Solomon_Islands_Strips_35px.png)no-repeat center; height:22px; width: 85px; display: block; margin: 10px auto;background-color: #e24133;}
/*  .title h3:after, .title h1:after{content: ''; position: absolute; background: url(../../frontend/images/icons/title-border.png)no-repeat center; height:22px; top: 88px; right: 0; left: 0; bottom: 0; margin: 0 auto;}*/
  .title p{font-size: 15px; color: #636363; text-transform: uppercase;font-family: 'metropolis-regular'; font-weight: 400;}
  .title{letter-spacing: 2px;}

/*Surekha - 12/10/2019 - added as search icon is hiding border. */
  button.ubermenu-search-submit{
      right: 4px;
  }
/*END*/

/* HOME PAGE
####################################################*/


/* search-destination 
==================================================*/
  /** Commented by Sushma for implimenting the new search design **/
  /*.search-destination{ padding: 22px 25px 6px 25px; background: #f2f2f2; margin-top: -55px; }*/
  .search-destination .chooseDestination{ padding-right: 0; position: relative;}
  .search-destination .chooseDestination .selectboxit{box-shadow: none;}
  .search-destination .chooseDestination .selectboxit-container{width: 100%;}
  .search-destination .chooseDestination .selectboxit-btn:focus{background-color: #fff;}
  .search-destination .chooseDestination .selectboxit-btn{background: #fff; height: 46px; border: 0; border-radius: 0; width: 100% !important;}
  .search-destination .chooseDestination .selectboxit-btn .selectboxit-text{ height: 46px; line-height: 46px; text-indent: 15px !important; font-family: 'metropolis-regular';}
  .search-destination .chooseDestination .selectboxit-container span{ height: 46px;max-width: 100% !important;}
  .search-destination .chooseDestination .selectboxit-container .selectboxit-options{width: 100%;}
  .search-destination .chooseDestination .selectboxit-container .selectboxit-option{text-indent: 0;}
  .search-destination .chooseDestination .selectboxit-btn.selectboxit-enabled:hover{background-color: #fff !important;}
  .search-destination .chooseDestination .selectboxit .selectboxit-arrow-container .selectboxit-arrow{border-top-color: #636363;}
  .search-destination .chooseDate i.fas.fa-calendar-check{ position: absolute; top: 16px; left: 14px; color: #636363;}
  .search-destination .chooseDate{padding:0;width: 28%; margin-left: 4%;} /*Surekha - 13/09/2019 - added width: 30%; margin-left: 4%; */ 
  .search-destination .chooseDate input{border: 0; border-radius: 0;  padding: 13px 19px; background-color: #fff;height: 46px; border-left: 1px solid #ddd;} 
  .search-destination .chooseDate span.input-group-addon{background: #fff; border:0;}
  .search-destination .exploreBtn{padding-left: 0;}
  .search-destination .exploreBtn input{text-indent: 0;}
  .search-destination .exploreBtn .btn-explore{font-size: 16px; background: #ef6851; color: #fff; font-family: 'metropolis-bold'; height: 46px;  padding: 11px 37px; border-bottom-left-radius: 0; border-top-left-radius: 0;width: 100%;}
  .search-destination .exploreBtn .btn-explore:hover{background: #fafafa; color: #ef6851;transition:1s;border: 1px solid;}
  .search-destination .exploreBtn .btn-explores{font-size: 15px; background: #ef6851; color: #fff; font-family: 'metropolis-bold'; height: 46px;  padding: 0% 4%; width: 80%; float: right;}/*Surekha - 23/04/2020 - changed font-size: 16px; to align label on button. *//*border-bottom-left-radius: 0; border-top-left-radius: 0; Surekha - 19/09/2019 - commented to apply same border radius. */ /*Surekha - 13/04/2020 - changed  padding: 11px 37px; to align text center. */
  .search-destination .exploreBtn .btn-explores:hover{background: #fafafa; color: #ef6851;transition:1s;border: 1px solid;}
  .search-destination  select.form-control::-webkit-input-placeholder { display: none;color: #636363;}
  .search-destination  select.form-control:-moz-placeholder { /* Firefox 18- */ display: none;color: #636363;}
  .search-destination  select.form-control::-moz-placeholder {/* Firefox 19+ */ display: none;color: #636363;}
  .search-destination  select.form-control:-ms-input-placeholder { display: none;color: #636363;}
  .search-destination  .fa-map-marker{ position: absolute; top: 14px;left: 12px;z-index: 1;font-size: 18px;color: #636363;}
  .search-destination .chooseDate input{/*background: #fff url(../../frontend/images/icons/select-date.png) no-repeat left ; */background: #fff;padding-left: 5px; background-position-x: 12px;text-indent: 27px;}
  .search-destination .row-md{ margin-top: 0; text-align: center;}
  .search-destination .col-sm-push-2 { left: 20.666667%;}
  .search-destination .checkbox label { display: inline-block; position: relative; padding-left: 5px; font-size: 15px;}
  .search-destination .checkbox label span{ color: #989898; }
  .search-destination .checkbox label::before { content: ""; display: inline-block; position: absolute; width: 18px; height: 18px; left: 0;
    margin-left: -20px; border: 1px solid #ef6851; border-radius: 3px; background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
  .search-destination .checkbox label::after { display: inline-block; position: absolute; width: 16px;  height: 16px;  left: 0; top: 0; margin-left: -20px; padding-left: 3px; padding-top: 1px; font-size: 11px; color: #555555; }
  .search-destination .checkbox input[type="checkbox"] { opacity: 0; outline: none;}
  .search-destination .checkbox input[type="checkbox"]:focus + label::before { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color;  outline-offset: -2px; outline: none;}
  .search-destination .checkbox input[type="checkbox"]:checked + label::after { font-family: LineAwesome; content: "\f17b";outline: none; }
  .search-destination .checkbox input[type="checkbox"]:disabled + label { opacity: 0.65; outline: none;}
  .search-destination .checkbox input[type="checkbox"]:disabled + label::before {  background-color: #eeeeee; cursor: not-allowed; outline: none;outline: none;}
  .search-destination .checkbox-warning input[type="checkbox"]:checked + label::before { background-color: #ef6851; border-color: #ef6851; }
  .search-destination .checkbox-warning input[type="checkbox"]:checked + label::after { color: #fff; outline: none;}

  .daterangepicker th.prev.available .glyphicon.glyphicon-chevron-left{color: #ef6851;}
  .daterangepicker th.next.available .glyphicon.glyphicon-chevron-right{color: #ef6851;}
  .daterangepicker th.month{text-transform: uppercase;}
  .daterangepicker td.active{background-color: #fff !important; border-color: #ef6851 !important; color: #ef6851 !important; border: 2px solid; border-radius: 0;}
  .daterangepicker td.active:hover{ background-color: #fff !important; border-color: #ef6851 !important; color: #ef6851 !important; border: 3px solid;  border-radius: 0;}

/*new */
  .search-destination .departureLocation{height: 46px; border-color: #fff; text-indent: 30px; width: 100%;border-right: 1px solid #ddd; border-width: 0 1px 0 0;border-radius: 0;}
  .search-destination .arrivalLocation{height: 46px; border-color: #ddd; text-indent: 13px; width: 100%; border-radius: 0;}
  .search-destination .locatn{padding: 0;}

  .imp-wrap a.squares-button {text-decoration: none;}
  .selectize-input > input {
      width: 100% !important;
  }
  .boxzilla-center-container {
    background: #00000038;
    float: left;
    width: 100%;
    height: 100%;
  }
/* call-section 
==================================================*/
  .call-section { margin: 30px 0 0px;}
  /*Surekha - 11/03/2020 - changed as call section tag is changed*/
  /* .call-section .call-wrapper h3 */ 
  .call-section .call-wrapper p { 
    color: #515151;
    font-weight: 700;
    margin-bottom: 0;
    /*Surekha - 11/03/2020 */
    font-size: 24px; 
    /*END*/
}
  .call-section .call-wrapper h3 a{font-weight: 700; margin-bottom: 0; color: #636363; text-decoration: none;}
  /*.call-section .call-wrapper p{ font-size: 34px; color: #f1982d; font-weight: 700;} Surekha - 11/03/2020 */
  .call-section .call-wrapper em{ font-size: 34px; color: var(--blue) !important; font-weight: 700; font-style: normal;}
  .call-section .call-wrapper{position: relative; line-height: 1;}
  .call-section .call-wrapper:after{ content: ''; position: absolute; right: 8px; top: 0; border-left: 1px solid #ddd; height: 80px;}/*Surekha - 26/03/2020 - changed right: 16px; to align center. *//*Surekha - 11/03/2020 - changed height: 109px; right: 82px; *//*e9e9e9*/
  .call-section .col-md-push-1:last-child .call-wrapper:after{ display: none;} 
  .call-section .col-md-push-1:first-child{padding-bottom: 20px; margin-bottom: 20px;}
  /* .call-section .col-md-push-1{ left: 0 !important;} */
  .call-section .textwidget a{color: #636363; text-decoration: none;}
  .call-section .textwidget {
    width: 800px;
    margin: 0px auto;
    display: flex;
}
.call-section .textwidget hr{
    width: 2px;
    height: 100px;
    float: left;
    background: #eee;
    margin: 0;
    margin-right: 4%;
}

/* FOOTER 
==================================================*/
  footer a { text-decoration: none !important;}
  .footer-section a{ color: #cccccc !important;} /*Surekha - 08/02/2021 - added !important to #636363; as text color is changing in travel blog page footer. */
  .footer-section a:hover{color:#ef6851;}
  .footer-section{ border-top: 1px solid #efefef; border-top: 1px solid #efefef; /*margin: 50px 0 0 0;*//* margin: 30px 0 0 0;*/padding: 25px 0 0 0; }
  .footer-section h4{ font-weight: bold; margin-bottom: 20px; color: #ffffff; }
  .footer-section ul{ padding-left: 0; }
  .footer-section ul li{ list-style: none; line-height: 2; }
  .footer-section .footer-socialmedia{ margin-top: 25px; }
  .footer-section .footer-socialmedia ul > li{ display: inline; border: 1px solid #e9e9e9; padding: 12px 9px; margin: 0px 5px 0 0; }
  .footer-section .footer-socialmedia > ul > li:hover{ border: 1px solid #eb8523; trasition:0.5s; }
  .footer-section .footer-socialmedia > ul > li:first-child{ padding: 12px 14px; }
  .footer-section ul.menu > li > a{  margin-bottom: 20px; font-size: 18px; font-family: 'metropolis-bold';color: #ffffff !important;}
  .footer-section ul.menu li ul.sub-menu{margin-top: 10px;}


  /*
  Start
  29/09/2020
  Sushma B
  Added for fixing CLS issue
  */
  .footer-socialmedia ul img{
      max-height: 25px;
      max-width: 25px;
  }
   /*Surekha - 04/06/2020 - Added styling to SPTO, ATAS and AFTA logos. */
  footer .travel-info{ 
    margin-top:0px;
    /*Surekha - 10/06/2020 - added bg to the footer logos . */
    background: #ffffff;
    padding: 10px;
    } /* 10px;  Surekha - 04/06/2020 */

  /*footer .travel-info .left-side .left a{ text-align: right; padding-right: 0;float: right;}  */
  footer .travel-info .left-side .left a{
    width: 100%;
    margin: 0 auto;
    display: flex;
  } 
  
  footer .travel-info .left-side-nib{
    vertical-align: top;
  }
  footer .travel-info .left-side, footer .travel-info .left-side-nib{
   /* width: 20%;*/
    width: 16%; /* 26%; 03/10/2023 - Changed to align solomon logo. /* 11%; SP - 08/04/2023 - changed to align logos in footer.*/
    display: inline-block;
  /*  padding: 0% 1%; Surekha - 03/06/2020 */
    text-align: center;
    line-height: 1.1;
  }

/*
  Start
  SP
  03/10/2023
  Added solomon island tourism logo.
*/
footer .travel-info .whitelabel-logo{
    width: 20%;
    display: inline-block;
}

footer .travel-info .whitelabel-logo img{
    width: 100%;
}
/* END 03/10/2023 */
  footer .travel-info .S_A_A_logos{
   /* width: 40%;*/ /*60%; Surekha - 03/06/2020 */
    width: 30%;
    display: inline-block;
    /*height: auto;Surekha - 03/06/2020 */ /*140px; Surekha - 01/06/2020*/
    vertical-align: top; /* super; Surekha - 03/06/2020 */
  }
  footer .travel-info .S_A_A_logos img.img-responsive, footer .travel-info .S_A_A_logos .ATAS{
    width: 100%; /*50%; SP - 20241206 - uploaded updated ATIA logo so aligned in responsive view. */ /*33%; Surekha - 03/06/2020 */
    display: inline-block;
    /*Surekha - 03/06/2020 - Removed as not required. 
    vertical-align: top; /*super; 
    margin-top: 12px; /*-26px; Surekha - 03/06/2020 *//*Surekha - 01/06/2020 - added to align vertical middle */
    /*END*/
  }
  /*Surekha - 03/06/2020 - added styling  to SPTO logo. */
  footer .travel-info .SPTO{
    /*width: 20%;*/
    width: 18%;
    display: inline-block;
    vertical-align: top;
  }
  footer .nib-text{
    font-size: 12px;
  }

  footer .trustpilot-logo{
    display: inline-block;
    width: 30%;
  }
  footer .travel-info .S_A_A_logos .ATAS img.img-responsive{
    width: 100%;
    height: 123px;
  }
  /*END*/
  footer .travel-info .left-side-nib .left img.img-responsive{
    width: 70%;
    margin: 0 auto;
  }
  footer .travel-info .left-side-nib .right h4, footer .travel-info .left-side .right h4{
    margin: 0px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
  }
  /*END*/
  footer .travel-info .left-side .left img{ margin-top: 0px; margin:0 auto;} /* margin-top: 16px; Surekha - 04/06/2020 -  added margin:0 auto; */   
  /*footer .travel-info .left-side .right{ width: 44%;padding-left: 8px;}  */
  footer .travel-info .left-side .right a{color: #636363;}
  footer .travel-info .left-side .right h4{ margin-bottom: 2px; } /*Surekha - 04/06/2020 - changed margin-bottom: 6px;*/  
  footer .travel-info .right-side .left{ text-align: right; }
  footer .travel-info .right-side .right{width: 34.33%;}
  footer .travel-info .right-side .right a{color: #636363;}
  footer .footer-border{ border-top: 1px solid #efefef; margin: 15px 0;}
  footer .copywrite{ margin: 10px 0 25px; color: #cccccc;} /* SP - 02/03/2023 -  Added color: #cccccc; according to solomon site*/
  footer .copywrite p{ display: inline; color: #636363;}
  footer .copywrite p a{color: #636363;}
  footer .copywrite span{ display: inline; }
  footer .copywrite span .privacy-page{position: relative; padding-left: 45px; color: #f2983b; }
  footer .copywrite span .privacy-page:before{ content: "-"; position: absolute; top: -3px; left: 17px; color: #636363; }
  footer .copywrite span .terms-condtn{position: relative; padding-left: 40px; color: #f2983b; }
  footer .copywrite span .terms-condtn:before{ content: "|"; position: absolute; top: -1px; left: 17px; color: #636363; }
  footer .accordion-toggle:after { font-family: 'LineAwesome'; content: "\f110"; float: right; color: #ffffff; }
  footer .accordion-opened .accordion-toggle:after { content: "\f107";  color: #f2983b;  }
  footer .accordion .accordion-heading a.accordion-toggle{ font-weight: bold; margin-bottom: 20px; font-size: 18px; }
  footer .accordion-group{margin-bottom: 30px;}
  #formobile .footer-socialmedia h4{font-weight: 700; margin-bottom: 30px; font-size: 18px; color: #ffffff; }
  #formobile .footer-socialmedia ul{padding-left: 0; text-align: center; margin-bottom: 20px;}
  #formobile .footer-socialmedia ul > li{ display: inline; border: 1px solid #e9e9e9; padding: 12px 10px; margin: 0px 2px 0 0; }
  #formobile .footer-socialmedia > ul > li:hover{ border: 1px solid #f2983b; transition:0.5s; }
  #formobile .footer-socialmedia > ul > li:first-child{ padding: 12px 14px; }

   footer a.accordion-toggle.active:after {content: '\f113';}

/*  bhoechie tab */
  div.bhoechie-tab-container{ z-index: 10; background-color: #ffffff; padding: 0 !important;border-radius: 4px;-moz-border-radius: 4px;border:1px solid #ddd;margin-top: 20px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175); -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175); background-clip: padding-box; opacity: 0.97;}
  div.bhoechie-tab-menu{ padding-right: 0; padding-left: 0; padding-bottom: 0;}
  div.bhoechie-tab-menu div.list-group{margin-bottom: 0;}
  div.bhoechie-tab-menu div.list-group>a{ margin-bottom: 0;}
  div.bhoechie-tab-menu div.list-group>a .glyphicon,
  div.bhoechie-tab-menu div.list-group>a .fa { color: #5A55A3;}
  div.bhoechie-tab-menu div.list-group>a:first-child{ border-top-right-radius: 0; -moz-border-top-right-radius: 0;}
  div.bhoechie-tab-menu div.list-group>a:last-child{ border-bottom-right-radius: 0;-moz-border-bottom-right-radius: 0;}
  div.bhoechie-tab-menu div.list-group>a.active,
  div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
  div.bhoechie-tab-menu div.list-group>a.active .fa{ background-color: #fff; background-image: #5A55A3; color: #ffffff;}
  div.bhoechie-tab-menu div.list-group>a.active:after{content: ''; position: absolute; left: 100%; top: 50%; margin-top: -13px; border-left: 0; border-bottom: 13px solid transparent; border-top: 13px solid transparent; border-left: 10px solid #5A55A3;}
  div.bhoechie-tab-content{ background-color: #ffffff; padding-left: 20px; padding-top: 10px;}
  div.bhoechie-tab div.bhoechie-tab-content:not(.active){ display: none;}

/*=============================================================*/
.details-wrap{ margin-top: 60px;}

#front-search-header{ text-align: center;}
.inner-search-header{ background:url(/wp-content/themes/hideawayholidays/frontend/images/HH-Tapa-Search-Banner.jpg)no-repeat;background-size: cover;}
.inner-search-header{ padding: 6% 0;}
.inner-search-header h4{color: #fff; font-size: 24px; font-family: 'metropolis-bold'; }
.inner-search-header h2{color: #fff; font-family: 'metropolis-bold'; text-transform: uppercase;}
.inner-search-header h2 span{font-size: 24px;}
.inner-search-header .dates span{color: #fff; font-size: 22px;}
.inner-search-header .dates i{font-size: 23px; color: #fff;}
.inner-search-header .dates input{ color: #ef6851; font-size: 12px; background-color: #fff; border-width: 0; border-radius: 10px; padding: 2px 15px; margin: -8px 0 0 12px;}
.inner-search-header .dates input:hover{background-color: #ef6851; color: #fff; transition: 1s; }
.inner-search-header .dates .btn-modify-search{     color: #ef6851; font-size: 12px; background-color: #fff; border-width: 0; border-radius: 10px; padding: 2px 15px; margin: -8px 0 0 12px; font-family: 'metropolis-bold';}
.inner-search-header .dates .btn-modify-search:hover{ background-color: #ef6851; color: #fff; transition: 1s;}

/* BOOKING - THANK YOU PAGE 
==================================================*/

.booking-thankyou .title{margin-bottom: 50px; margin-top:20px;} /*Surekha - 06/03/2020 - added margin-top:20px; to make more space above booking reference number. */
.booking-thankyou .wrapper {border-bottom: 1px solid #ddd;padding: 15px 0 60px 0; margin: 35px 0 40px 0;border-top: 1px solid #ddd;}
.booking-thankyou .left{margin-top: 45px;}
.booking-thankyou .left h2 {color: #432d2d; font-family: 'metropolis-bold'; font-size: 28px; text-align: left; margin-bottom: 24px;}
.booking-thankyou .right h3{margin: 40px 0 10px; color: #432d2d; font-family: 'metropolis-bold';}
.booking-thankyou .right p{font-size: 16px;}
.booking-thankyou .right .brief-details label{ color: #432d2d;font-family: 'metropolis-bold';font-weight: 400;width: 200px;}
.booking-thankyou .right .brief-details span{color: #727272;}
.booking-thankyou .para{margin-bottom: 50px;}
.booking-thankyou .para p{font-size: 16px;}
.booking-thankyou .col-20{width: 20%;text-align: center;}
.booking-thankyou .col-20 p{font-size: 18px;color: #432d2d;font-family: 'metropolis-medium';margin-top: 7px;}
.booking-thankyou .border-wrap{border: 1px solid #ddd; border-radius: 7px; display: flex; align-items: center; justify-content: center; padding: 28px 17px;height: 130px;}

/* BOOKING - REQUEST THANK YOU PAGE 
==================================================*/
.mainbookingReqThank .call-section{ margin-top: 35px !important; }
.booking-request-thankyou .title{ margin: 60px 0 50px 0; }
.booking-request-thankyou .para{ text-align: center; margin: 10px 0 65px 0; }
.booking-request-thankyou .para p{ font-size: 22px; text-align: center; width: 750px; margin:auto; }
.booking-request-thankyou .overlay-wrapper{ border-bottom: 1px solid #eee; padding-bottom: 60px; }
.booking-request-thankyou .overlay{ position: relative; }
.booking-request-thankyou .overlay span{ position: absolute; top: 0; right: 0; bottom:0; left: 0; text-align: center; color: #fff; font-size: 24px;font-family: 'metropolis-bold'; display: flex; align-items: center; justify-content: center;}
.booking-request-thankyou .overlay span{font-size: 19px;}

#menuSearch .featured-packages .owl-theme .owl-nav .owl-prev { margin-right: 10px; }

/***************************CSS ADDED FOR SINGLE PRODUCT PAGE BOOKING FORM****************************************/
/* For Firefox */
#booking-details .input-group input[type='number'] { -moz-appearance:textfield; }
/* Webkit browsers like Safari and Chrome */
#booking-details .input-group input[type=number]::-webkit-inner-spin-button,
#booking-details .input-group input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0;}

.owl-btns .stop i:hover{border-color: #f2983b;}

body.scroll1 .right-wrapper{ position:fixed; right: 0; top: 10px;}
body.scroll2 .right-wrapper{ position: absolute; top: 500px;}

/*Surekha - 07/05/2020 - fixed guids dropdwon menu cut off. */
ul.ubermenu-submenu.ubermenu-submenu-id-10622.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item{
    right: 2%;
}
/*END*/

/* MENU SEARCH*/

#menuSearch .heading .title h3{margin-bottom: 50px;}
#menuSearch .heading .title h3:after{top:50px;}
#menuSearch .heading .title h1{margin-bottom: 50px;}
#menuSearch .heading .title h1:after{top:50px;}

#menuSearch .search-wrapper{ background: #f1ba41; float: left; width: 100%; padding: 10px 0; }
#menuSearch .search-wrapper span{line-height: 40px; font-family: 'metropolis-bold'; font-size: 16px;}

#menuSearch .search-wrapper .ubermenu-search-input{margin: 0;width: 60%; border: 1px solid #f2983b;text-indent: 10px;font-family: 'metropolis-medium';height: 40px;}
#menuSearch .search-wrapper .ubermenu-search-submit{background: transparent;border-width: 0; outline: none;}
#menuSearch .search-wrapper .ubermenu-search-submit i{color: #fff;}

#menuSearch .search-wrapper button{background: transparent;border-width: 0; outline: none;}
#menuSearch .search-wrapper button i{color: #fff;}

#menuSearch .search-wrapper .selectboxit-container{width: 80%;}
#menuSearch .search-wrapper .selectboxit-container .selectboxit{width: 100% !important; background: #fff; border-radius: 0; border-color: #f2983b; height: 40px;}
#menuSearch .search-wrapper .selectboxit-container .selectboxit-arrow-container{height: 40px;}
#menuSearch .search-wrapper .selectboxit-container .selectboxit-arrow-container i{ top: 43% !important; border-top: 5px solid #999; border-right: 5px solid transparent;
 border-left: 5px solid transparent;}
#menuSearch .search-wrapper span.selectboxit-text{font-family: 'metropolis-medium'; height: 40px; line-height: 38px;}
#menuSearch .search-wrapper ul.selectboxit-options.selectboxit-list { width: 100%; } 

#menuSearch #primary article{padding: 0 50px;}
#menuSearch #primary article:hover{ background: #f1f1f1; }
#menuSearch .site-main .entry-header a{ color: #808080 !important; text-decoration: none;text-transform: uppercase; font-size: 15px; font-family: 'metropolis-bold';}
#menuSearch .pagination span.page-numbers.current{ 
  padding: 8px 10px;border: 1px solid #f2983b;font-size: 16px;height: 40px;width: 40px; display: inline-block;font-family: 'metropolis-bold'; box-shadow: inset 0 0 0 1px #f2983b;cursor: pointer;}
#menuSearch .pagination a.page-numbers {padding: 8px 10px; border: 1px solid #ddd;font-size: 16px;text-decoration: none;color: #636363;height: 40px;width: 40px; display: inline-block; cursor: pointer; }
#menuSearch .featured-packages .owl-theme .owl-nav .owl-next { margin-left: 7px; }
#menuSearch .pagination a.page-numbers:hover{border: 1px solid #f2983b;box-shadow: inset 0 0 0 1px #f2983b;}

a.next.page-numbers { padding: 8px 10px !important;height: 40px;width: 40px; display: inline-block;color: #f2983b !important;}
.details-featured-wrap .package-details .price p span.flight_pp { font-size: 12px; margin-left: 3px;}
#aboutPage .call-section{ margin: 65px 0 0; }

/*checkout page*/

.booking-form #billing_country_field .select2-selection{ height: 45px; border-color: #ddd; border-radius: 0; }
.booking-form #billing_country_field .select2-selection__rendered{ line-height: 44px; }
.booking-form #billing_country_field .select2-selection__arrow{ height: 41px; }
.booking-form #billing_country_field .select2-selection__arrow b{ border-color: #f2983b transparent transparent transparent; }

#hotdealsPage .gallery-filter #active{ background-color: #f2983b; color: #fff !important; outline: none; }
#hotdealsPage .call-section .col-md-push-1:first-child{margin-bottom: 0;}
#hotdealsPage .ourPackages{padding: 35px 0 50px;}

/* email section 
==================================================*/
.emailus{background: url(../../frontend/images/Tourism_Solomon_Islands_Footer_Banner_1600px.jpg)no-repeat center; background-size: cover; text-align: center; margin: 30px 0 0;}
/*  Start
    SP
    10/08/2021
    Removed title and description and aded to the backend form
    .emailus h3{color: #fff; font-size: 38px; font-weight: 700; position: relative; text-transform: uppercase;}

  */

.gform_legacy_markup_wrapper span.gform_description{
    color: #ffffff !important;
    font-size: 20px;
    width: 845px;
    text-align: center;
    margin: 20px auto 40px;
}
.gform_legacy_markup_wrapper .gform_heading{
    margin-bottom: 60px;
}
.gform_legacy_markup_wrapper h3.gform_title{
    font-size: 38px !important;
    color: #ffffff !important;
    text-transform: uppercase;
}
.gform_legacy_markup_wrapper .gform_heading{
    margin-bottom: 60px !important;
}
/*  END 10/08/2021*/
.emailus h3:after{content: ''; background: url(../../frontend/images/icons/title-border-white.png)no-repeat center; height: 22px; width: 85px; display: block; margin: 10px auto;}
.emailus p{color: #fff; font-size: 18px; width: 845px;text-align: center; margin: 20px auto 40px; }
.emailus .col-md-push-3 { left: 29%;}
.emailus .email-content{ margin: 40px 0 70px; background-color: #472c0587;}
.emailus .email-content form input{ color: #fff; background-color: transparent; border: 0; height: 42px;} 
.emailus .email-content form input:focus, .emailus .email-content form input:hover{background: rgba(0,0,0,0.3); color: #ffffff;}
.emailus .email-content form .btn-join:hover{background: #f1ba41 url(../../frontend/images/icons/right-arrow-long.png) no-repeat 74% 50%; color: #ffffff;}
.emailus .email-content form .btn-join{ background-color: transparent; border-width: 0 0 0 1px; border-color: #fff; border-style: solid;color: #fff; padding: 6px 30px 6px 0px; background-size: 10px; 
  background: url(../../frontend/images/icons/right-arrow-long.png) no-repeat 71% 50%; font-size: 16px; width: 136px; font-family: 'metropolis-bold'; }
.emailus .email-content form input::-webkit-input-placeholder{color:#fff;font-size:16px;opacity:1;}
.emailus .email-content form input:-moz-placeholder{color:#fff !important;font-size:16px;opacity:1;}
.emailus .email-content form input::-moz-placeholder{color:#fff !important;font-size:16px;opacity:1;}
.emailus .email-content form input:-ms-input-placeholder{color:#fff !important;font-size:16px;opacity:1;}
.emailus .email-content form .input-group{border-radius: 5px; border: 1px solid #fff; overflow: hidden;}

/*############################################################## Search*/
  /* EXPLORE DESTINATION
==================================================*/

.explore-destination-video.owl-theme .owl-dots .owl-dot span{ background: transparent !important; border: 1px solid #fff; height: 12px;width: 12px;}
.explore-destination-video.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #fff !important;}
.explore-destination-video.owl-carousel .item-video{ height: 375px;}
.explore-destination-video.owl-carousel .owl-prev{ position: absolute; top: 41%; left: 0; background: transparent;}
.explore-destination-video.owl-carousel .owl-next{ position: absolute; top: 41%; right: 0; background: transparent;}
.explore-destination-video.owl-theme .owl-nav [class*=owl-]:hover{background: transparent !important;}
.explore-destination-video.owl-carousel .owl-dots{  position: absolute; right: 10px; bottom: 6px;}
.explore-destination-video.owl-carousel .owl-video-play-icon{background: url(../../frontend/images/icons/play.png)no-repeat !important;}

.location-content .title{ margin-bottom: 25px; margin-top: 30px;}
.location-content .para{ margin-bottom: 30px; }
.location-content .para p{ font-size: 18px;margin-bottom: 20px; text-align: justify; }

.location-explore{padding: 60px 0;}

.location-explore .oddWrapper{ display: table; height: 395px; float: right; }
.location-explore .evenWrapper{ display: table; height: 395px; float: left; }

.location-explore .oddContentWrap { width: 710px; display: table-cell; vertical-align: middle;  }
.location-explore .oddContentWrap p{ font-size: 18px;text-align: justify; }
.location-explore .oddContentWrap h3{ color: #493131; font-size: 30px; font-family: 'metropolis-bold';margin-bottom: 25px; }

.location-explore .evenContentWrap { width: 710px;  display: table-cell; vertical-align: middle;}
.location-explore .evenContentWrap p{ font-size: 18px;text-align: justify; }
.location-explore .evenContentWrap h3{ color: #493131; font-size: 30px; font-family: 'metropolis-bold';margin-bottom: 25px; }

.location-explore .evenImgWrap img{float: right;}

.owl-carousel.explore-destination-carousel .item img{max-height: 714px;}
.owl-carousel.explore-destination-carousel .item .overlay{ position: absolute; top: 46%;  right: 0 ; margin: 0 auto; left: 0; text-align: center;}
.owl-carousel.explore-destination-carousel .item .overlay h1{ font-size: 48px; color: #fff; font-family: 'metropolis-bold'; text-transform: uppercase;margin-bottom: 20px;}
.owl-carousel.explore-destination-carousel .item .overlay h4{ font-size: 28px; color: #fff; font-family: 'metropolis-bold'; text-transform: capitalize;margin-bottom: 20px;}
.owl-carousel.explore-destination-carousel .item .overlay p{ font-size: 22px; color: #fff; font-family: 'metropolis-bold'; border: 1px solid; width: 385px; margin: auto;padding: 2px 0px;margin-bottom: 35px;}
.discover-destination .more-destination-wrap .locatn-overlay{position: absolute; top: 20px; right: 12px; visibility: hidden;}
.discover-destination .box-hover.active .more-destination-wrap a .locatn-overlay {visibility: visible;}
/** Added by Sushma because a tag is removed from template by Pritesh **/
.discover-destination .box-hover.active .more-destination-wrap .locatn-overlay {visibility: visible;}
/** END **/
.discover-destination .more-destination-wrap .locatn-overlay .location_packages{ display: block; font-size: 14px; color: #fff; text-transform: uppercase; background: #f2983b; padding: 5px 9px;margin-bottom: 2px;font-family: 'metropolis-bold';}
.discover-destination .more-destination-wrap .locatn-overlay .location_hotdeals{ display: block;font-size: 14px; color: #fff;  text-transform: uppercase; background: #f1ba41; padding: 5px 9px;font-family: 'metropolis-bold';}

.owl-carousel.explore-destination-carousel .owl-nav .owl-prev{position: absolute;top: 43%;left: 0; background: transparent; display: none;}
.owl-carousel.explore-destination-carousel .owl-nav .owl-prev:hover{background: transparent;}
.owl-carousel.explore-destination-carousel .owl-nav .owl-next{position: absolute;top: 43%;right: 0; background: transparent;display: none;}
.owl-carousel.explore-destination-carousel .owl-nav .owl-next:hover{background: transparent;}
.owl-carousel.explore-destination-carousel .owl-dots { width: 25px; float: right; position: absolute;right: 40px; bottom: 20px;line-height: 0.5; display: none;}
.owl-carousel.explore-destination-carousel.owl-theme .owl-dots .owl-dot span{background: transparent;border: 1px solid #fff;width: 12px; height: 12px;}
.owl-carousel.explore-destination-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background: #fff !important;}

.scroll-down-wrap {position: relative;}
.scroll-down-wrap .scroll-down{position: absolute;top: -84px;z-index: 2;right: 0;left: 0;margin: auto;text-align: center;}
.scroll-down-wrap .scroll-down a {color: #fff;text-decoration: none;}
.scroll-down-wrap .scroll-down span{ display: block; line-height: 1;}
.scroll-down-wrap  .scroll-down i{font-size: 34px;}

.owl-btns{position: relative;}
.owl-btns .play{ position: absolute; bottom: 18px; right: 66px; z-index: 9; color: #ffffff; font-size: 50px; text-decoration: none;}
.owl-btns .play:hover{color: #f2983b; transition:0.5s;}

.owl-btns .stop{ position: absolute; bottom: 24px; right: 20px; z-index: 9; color: #ffffff; font-size: 50px; text-decoration: none;}
.owl-btns .stop:hover{color: #f2983b; transition:.0.5s;}
.owl-btns .stop i{ border: 4px solid #ffffff; border-radius: 50%; font-size: 31px; font-weight: 700;}

/* featured-packages 
==================================================*/
.featured-packages{ background-color: #fff; padding: 70px 0 77px;background-size: cover;}    
.featured-packages .owl-carousel .item{ box-shadow: 0px 0px 17px 0px #dddddd; float: left; background: #fff;  margin-bottom: 30px;
  border-top-left-radius: 5px; border-top-right-radius: 5px;border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;overflow: hidden;}
.featured-packages .item{ box-shadow: 0px 0px 17px 0px #dddddd; float: left; background: #fff;  margin-bottom: 30px;}
 /*
  Start
  Sushma B
  27/09/2019
  Commented because no longer required
  **/
 /*.featured-packages .package-details p{ color: #1a1a1a; font-size: 18px; font-weight: 700; padding: 0 23px 0 20px;/*padding-left: 25px;}*/
.featured-packages .package-details{  background-color: #ffffff; border-bottom-left-radius: 5px;border-bottom-right-radius: 5px; padding: 15px 0 0 0;  position: relative;}
.featured-packages .package-details .packageinfo{height: 130px;}
.featured-packages .package-details .packageinfo ul{padding-left: 25px; float: left; width: 100%;}
.featured-packages .package-details .packageinfo p{font-size: 16px; text-align: justify;}
.featured-packages .package-details ul.flightinfo{ font-size: 13px; margin-top: 10px; float: left; width: 100%; border-top: 1px solid #e9e9e9; padding: 10px 0 0 25px;}
.featured-packages .package-details ul.flightinfo li{ padding-left: 0; }
.featured-packages .package-details ul li{list-style: none;line-height: 1.2;}
.featured-packages .package-details .price{ background-color: #f2983b; position: absolute; top: -18px; right: 0; padding: 4px 10px;}
.featured-packages .package-details .tag{ background-color: #f1ba41; color: #fff; position: absolute; top: -44px; right: 0; padding: 3px 5px; font-size: 14px; font-weight: 700;}
.featured-packages .package-details .price strike{ color: #ffffff; font-size: 18px; font-weight: 700; padding-right: 5px;}
.featured-packages .package-details .price span{ color: #ffffff; font-size: 18px; font-weight:700; }
.featured-packages .package-details .price span span.aud{font-size: 14px;}   /* border: 1px solid #ce5c43;*//*f19480*/
.featured-packages .owl-theme .owl-nav [class*=owl-]{background: transparent; color: #f0725c; border: 1px solid; padding: 14px 34px;}
.featured-packages .owl-theme .owl-nav [class*=owl-]:hover{ background: none !important; box-shadow: inset 0 0 0 1px #ef6851; border: 1px solid #ef6851; -webkit-transition: 1s; -moz-transition:  1s; transition: 1s;}
.featured-packages .owl-theme .owl-nav{ position: relative; }
.featured-packages .owl-theme .owl-nav .owl-prev{ margin-right: 100px; }
.featured-packages .owl-theme .owl-nav .owl-next{ margin-left: 100px; }
.featured-packages .btn-packageView:hover{ background: none; box-shadow: inset 0 0 0 1px #ef6851;  border: 1px solid #ef6851; font-weight: 700; cursor: pointer; -webkit-transition: 1s; -moz-transition:  1s; transition: 1s;}
.featured-packages .btn-packageView{ border: 1px solid #f0725c; color: #f0725c; padding: 13px 50px; font-size: 16px;}  
.featured-packages .packageBtnWrap{ position: relative; }
.featured-packages .packageBtnWrap .btn-packageView{ position: absolute; margin: 0 auto; left: 0; right: 0; top: -55px; width:180px;}
.featured-packages .owl-theme .owl-item{ padding-top: 40px; }
.featured-packages .owl-carousel .owl-item img{ height: 240px; width:100%;}/*Surekha  - 23/10/2019 - added width:100%;*/
.featured-packages .btn-viewpackage{ width: 100%; background-color: #ef6851; color: #fff; text-transform: uppercase; font-family: 'metropolis-bold'; font-size: 16px; border-top-left-radius: 0; border-top-right-radius: 0; /*display: none;*//* Commented by Sushma B to remove bounce effect*/}
.featured-packages .owl-theme .owl-item .item:hover{margin-top: -36px; -webkit-transition: 1s; -moz-transition:  1s; transition: margin-top 1s; }
/* Commented by Sushma B to remove bounce effect*/
/*.featured-packages .owl-theme .owl-item .item:hover .btn-viewpackage{ display: block;   -webkit-transition: 1s; -moz-transition:  1s; transition: 1s; }*/
/* .featured-packages .owl-carousel .owl-stage-outer{ height: 500px; } */
.featured-packages .owl-theme .owl-item .item .icon{ color: #f2983b; }
.featured-packages .owl-carousel .owl-nav.disabled { display: block !important;}

/*Surekha - 21/09/2019 - added to align text center in search result page. */
.owl-carousel.featured.owl-theme.owl-loaded.owl-drag{ text-align: center;}
/*END*/

.section-title h2{ color: #f2983b; font-size: 60px; font-family: 'metropolis-bold'; text-transform: uppercase;  margin: 0 0 0 85px;}
.section-title h3{ color: #f2983b; font-size: 60px; font-family: 'metropolis-bold'; text-transform: uppercase;  margin: 0 0 0 85px;text-align: center;}

#request-contact{ cursor: pointer; }
#contactModal .modal-header { padding: 0; border-bottom: 0; }
#contactModal .modal-header{ position: relative; }
#contactModal .modal-header .close { margin-top: -2px; position: absolute; right: 11px; top: 7px; color: #f2983b; opacity: 1; z-index: 9; outline: none; }
#contactModal .modal-body h3{ font-size: 18px; margin-top: -20px; margin-bottom: 25px; text-transform: uppercase; color: #f2983b; text-align: center; }
#contactModal .gform_body ul li label{font-size: 14px; color: #333333; font-weight: 400; margin-bottom: 0px; margin-top: 0px;}/*Surekha - 03/12/2019 - added margin-top: 0px; */
#contactModal .gform_body ul li input{ border-width: 0 0 1px 0; border-color: #efefef; border-style: solid; outline: none; width: 100%; height: 30px;}
#contactModal {
    background: rgba(0,0,0,0.5);
    z-index: 9999999;
}
#contactModal .comment textarea{height: 40px;border-width: 0 0 1px 0; border-color: #efefef; border-style: solid; outline: none; width: 100%;}
#contactModal .contactno {display: inline-block; width: 50%;}
#contactModal .bestimetocall {display: inline-block; width: 50%;}
#contactModal .bestimetocall .ginput_container_select .selectboxit-options{width: 100%;}
#contactModal .bestimetocall .selectboxit-container{width: 50%}
#contactModal .bestimetocall .selectboxit-btn{width: 100% !important; border-radius: 0; border: 1px solid #ddd;background: #fff;height: 30px;}
#contactModal .bestimetocall .selectboxit-text{height: 30px; line-height: 30px;max-width: 80% !important;}
#contactModal .bestimetocall .selectboxit-arrow-container{height: 30px; line-height: 30px;}
#contactModal .bestimetocall .selectboxit-arrow-container i{border-top: 4px solid #f2983b; top: 45%;}
#contactModal .gform_footer{ text-align: center;}
.gform_wrapper .gform_footer {
    padding: 10px 0 0;
    margin: 0;
}
.gform_wrapper .gform_footer {
    padding: 0 !important;
}
#contactModal .gform_footer #gform_submit_button_3{ background: #f2983b; border-width: 0; width: 170px; height: 45px; border-radius: 7px; color: #fff; font-size: 18px; text-transform: uppercase; font-family: 'metropolis-bold'; padding: 0px;} /*padding: 10px; Surekha - 03/11/2019 - commented to align text verticaly center. */

#boxzilla-8225{ width: 100%; overflow-y: unset !important;}
.ui-widget.ui-widget-content, .daterangepicker.ltr{ z-index: 999999; }

label.disable { opacity: 0.6; cursor: not-allowed;}

/* for order */
/*Surekha - 26/12/2019 -  changed login page view. */
/* .wrap #primary{ width: 1170px; margin:30px auto 30px;} */
.wrap #primary{
  width: 100%;
  padding: 4%;
}

/*END*/

/* for checkout -> order-receive */
.border-wrap.print, .checkout-send-email { cursor: pointer;}
body div#ui-datepicker-div[style] {
    z-index: 999999 !important;
    
}

/**
Start
Date - 27/12/2018
Author - Sushma
Added CSS for adult and child selectbox in search template
**/
.selectPeople select
{
  padding-left: 2%;
  background-position-x: 2%;
  text-indent: 40%;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  height: 46px;
  border-left: 1px solid #ddd;
}

.selectPeople{
  padding:0;
}
/** END **/
.map_wrappers {
    height: 270px;
    width: 97%;
    padding-left: 0%;
    box-sizing: border-box;
    margin: 0 auto;
}

/**
Start
Date - 27/03/2019
Author - Sushma
Added for display summary section icons match with our theme color
**/

.summary-icon{
  color : #472c05;
}



.custom-tooltip{
  position: relative;
}
.custom-tooltip:hover .tooltip-content {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

img.tooltips-icon{
    box-shadow: none !important; 
}

.call-section .textwidget a {
    color: #f1982d;
    text-decoration: none;
}

.fix-box{
    margin:0;display: flex;align-items: stretch;
}
.tooltips-icon {
    top: 0px; /*3px; */
    width: 16px !important;
    position: relative;
}
.tooltip-content {
    
    position: absolute;
    /* background: url(../images/shape1.svg) no-repeat center bottom; */
    /* background-size: 100% 100%; */
    z-index: 996; /*999; changed z-index to 996 as it is overlapping on main header. */
    /*width: 130px;*/
   /* bottom: 62%;
    left: -49px;*/ /*updated Shantanu 04-08-19*/
   bottom: 67%;
    left: -39px;
    margin-left: -29px !important;
    /* padding: 50px 30px; */
    padding: 6px;
    text-align: center;
    color: #fff;
    opacity: 0;
    cursor: default;
    font-size: 13px !important;
    /* line-height: 1.4; */
    /*pointer-events: none;*/
    /* font-family: 'metropolis-bold', sans-serif; */
    -webkit-transform: scale3d(0.1,0.2,1);
    transform: scale3d(0.1,0.2,1);
     -webkit-transform-origin: 50% 120%; 
     transform-origin: 53% 120%; 
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    -webkit-transition-timing-function: ease, cubic-bezier(0.6,0,0.4,1);
    transition-timing-function: ease, cubic-bezier(0.6,0,0.4,1);
    /*width: 174px;*/
  width: 150px; /*updated Shantanu 04-08-19*/
    /*height: 80px;*/
  height: auto;/*updated Shantanu 04-08-19*/
    /*background-color: #f2983b;*/
  background-color:rgba(242, 150, 50, 0.9);/*updated Shantanu 04-08-19*/
    border-radius: 14px;
    
    /* -webkit-clip-path: polygon(100% 0, 83% 67%, 18% 68%, 0 0); */
    /* clip-path: polygon(100% 0, 90% 80%, 10% 80%, 0 0); */
}
.tooltip-content::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 52%;
  margin-left: -8px;
  top: 100%;
  /*background: #f2983b;*/
  background-color:rgba(242, 150, 50, 0.9);/*updated Shantanu 04-08-19*/
  -webkit-transform: translate3d(0,-60%,0) rotate3d(0,0,1,45deg);
  transform: translate3d(0,-60%,0) rotate3d(0,0,1,45deg);
}


.custom-tooltip:hover .tooltip-content {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

/**
Start
Date - 27/03/2019
Author - Sushma sutar
**/

/*Added Css for social media Icon*/

.footer-section .footer-socialmedia li:first-child a, #formobile .footer-socialmedia > ul > li:first-child a {
    padding: 6px 14px;
  margin-bottom: 10px;
}
.footer-section .footer-socialmedia > ul > li:first-child, #formobile .footer-socialmedia > ul > li:first-child {
    padding: 0 !important;
}

.footer-section .footer-socialmedia a, #formobile .footer-socialmedia a {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #e9e9e9;
}

.footer-section .footer-socialmedia a:hover, #formobile .footer-socialmedia a:hover{
border: 1px solid #eb8523;
}
.footer-section .footer-socialmedia > ul > li:hover, .footer-section .footer-socialmedia ul > li,
#formobile .footer-socialmedia > ul > li:hover, #formobile .footer-socialmedia ul > li{
    border: 0;
}
.footer-section .footer-socialmedia ul > li, #formobile .footer-socialmedia ul > li{
      padding: 0;
}

/*search destination pannel on hot deals pages*/
/*destination search filter*/
.search-destination {
    margin-top: -23px;
}
.search-destination-panel {
    padding: 0;
    margin-top: -50px;
}
div#paxConfigModal {
    z-index: 9999;
}

.facilities-content ul{
    padding-left: 20px;
}
/*hide Featured Packages section from customers stories page*/

#customerStories section.featured-packages {
    display: none;
}


/*remove bounce effect from all page tiles*/
/* Surekha - 21/04/2021 - changed to remove bounce effect on wedding package tiles.
.featured-packages .owl-theme .owl-item .item:hover,
.ourPackages .item:hover,
#weddings .ourPackages .item:hover {
    margin-top: 0 !important;
}*/

.featured-packages .owl-theme .owl-item .item:hover,
.ourPackages .item:hover {
    margin-top: 0 !important;
}

/*END*/
/*
Sushma Sutar
Stared 07-05-2019
Improve calender css
*/
.ui-datepicker .ui-datepicker-header {
    background-color: var(--blue) !important;
}
.ui-datepicker {
    width: 222px !important;
}
/*
Start
SP
02/03/2023
Added styling to calender in search panel for solomon.
*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    border: 1px solid var(--blue) !important;
    background: #add !important; /* #fedd3673 !important; */
    color: #000000 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border: 1px solid var(--blue) !important;
    background: var(--blue) !important;
    color: #000000 !important;
}
/*END 02/03/2023*/

/*
Start
16/10/2019
Sushma B
Added for overriding gravity forms CSS for changing the datepicker color value
**/
.ui-datepicker .ui-datepicker-title {
    margin-top: 3px !important;
    color: #000 !important;
  text-shadow: 0 0 black;
}
/** END **/
.ui-datepicker td a, .ui-datepicker td span {
    line-height: 25px !important;
}
.ui-datepicker-calendar .ui-state-active{
  margin: 0 !important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 3px !important;
}

/*scroll bar to facities section*/
.icon-product {
    height: 90px;
  /*Surekha - 24/09/2019  -  commented as tooltip is not visible of icon products in packages.  
    overflow-x: hidden;
    overflow-y: scroll;
END*/
}

.icon-product::-webkit-scrollbar {
    width: 5px;
}
 

 
.icon-product::-webkit-scrollbar-thumb {
  background-color: #c7c7c7;
  outline: 1px solid slategrey;
}

#contactModal .modal-dialog .modal-content {
  padding: 0 5px 0;
}

/* .specials .gallery_product { */
    /* height: 590px !important; */
/* } */

/*added by sushma sutar 16-05-2019
Gravity form sunscribtion 
*/


.gravityform_subscribe {
    display: block;
}
.gravityform_subscribe li.subscribe_mailchimp {
    display: none;
}
.gravityform_subscribe #gform_8 h3.gform_title {
    display: none;
}
.gravityform_subscribe .gform_wrapper div.validation_error{
  display: none;
}
.gravityform_subscribe .gform_wrapper .gform_body {
    width: 75% !important;
    
}
 /* 
    Start
    24/10/2019 
    Altexsoft changes for Mac device
    */
/*
.gravityform_subscribe .gform_wrapper .gform_footer {
   width: 25% !important;
   margin-top: 0 !important; 
}
*/
.gravityform_subscribe .gform_wrapper .gform_footer {
  width: 25% !important;
  margin-top: 0 !important;
  position: relative;
}
/* END */

 /* 
    Start
    24/10/2019 
    Altexsoft changes for Mac device
    */
.gravityform_subscribe .gform_wrapper .gform_footer.top_label {
  position: relative;
  overflow: inherit;
}
/* END */

.gravityform_subscribe .gform_wrapper .gform_body, .gravityform_subscribe .gform_wrapper .gform_footer {
    float: left;
    clear: none !important;
    /*border: 1px solid #fff;*/
    overflow: hidden;
}
.gravityform_subscribe .gform_wrapper .gform_body ul.gform_fields li.gfield {
    margin-top: 0;
  padding-right: 0;
}
.gravityform_subscribe .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_email {
    margin-top: 0;
}
.gravityform_subscribe .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_email input#input_8_1 {
    width: 100%; 
  margin: 0;
  padding: 0 10px;
  border: 1px solid #fff;
  border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


.gravityform_subscribe .gform_wrapper form {
    display: inline-block;
    width: 50%;
}
.gravityform_subscribe .gform_wrapper .gform_footer button#gform_submit_button_8 {
    padding: 9px 30px 9px 0px; 
    background-size: 10px;
    background: url(../../frontend/images/icons/right-arrow-long.png) no-repeat 80% 50%;/*71% 50% ; Surekha - 09/10/2019- changed as text is overlapping on arrow. */
    font-size: 16px;
    width: 150px; 
    font-family: 'metropolis-bold';
  margin-right: 0;
  width: 100%;
    margin: 0;
  color: #ffffff;
  border: 1px solid #fff;
  border-left: none !important;
  border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.gravityform_subscribe .gform_wrapper .top_label .gfield_error {
    width: calc(100% - 0px)!important;
}
.gravityform_subscribe .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 0px)!important;
}
.gravityform_subscribe .gform_wrapper .gform_footer button#gform_submit_button_8:hover {
   /* 
    Start
    24/10/2019 
    Altexsoft changes for Mac device
    */
  /* background: #f1ba41 url(../../frontend/images/icons/right-arrow-long.png) no-repeat 71257% 50%; */
  background: var(--blue) url(../../frontend/images/icons/right-arrow-long.png) no-repeat 80% 50%;
  /* End */ 
  color: #ffffff;

}

/* 
Start
24/10/2019 
Altexsoft changes for Mac device
*/
.gravityform_subscribe .gform_wrapper .gform_ajax_spinner {
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -16px;
}
/* End */

.gravityform_subscribe .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
  color: #ffffff;
   /* 
    Start
    24/10/2019 
    Altexsoft changes for Mac device
    */
    /* font-size: 16px;*/ 
  font-size: 14px;
  padding-top: 5px;
}
.gravityform_subscribe .gform_wrapper .gform_ajax_spinner {
  position: absolute;
}

/* End */ 
.gravityform_subscribe div#gform_confirmation_message_8 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: auto;
}
.gravityform_subscribe .gform_wrapper li.gfield.gfield_error, .gravityform_subscribe .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border-top: none;
    border-bottom: none;
  padding-bottom: 0;
    padding-top: 0;
  margin-bottom: 0px!important;

}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255,223,224,.25);
    border-top: 1px solid #C89797;
    border-bottom: 1px solid #C89797;
    
}
/*Start - Surekha - 11/09/2019 - added space before image in introduction of packages. */
.intro-content img{
    margin-left: 2%;
    padding-right: 10px; /*Surekha - 17/02/2020 - added space between image and text. */
}
/*END*/

/*
Start
Sushm B
Added for destination menu center align
**/
.ubermenu .ubermenu-target-with-image.menu-destination>.ubermenu-target-text {
    display: block;
    clear: none;
    min-height: 40px; /*50px; Surekha - 13/09/2019 - added to reduce the background shadow of destination names. */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    position: absolute;
    top: 0;
}

/** END **/

/*Surekha - 20/10/2020 - aligned New Zealand title in destinations menu. */
.ubermenu .ubermenu-target-with-image>.ubermenu-target-text{
      min-height: 40px;
      display: inline-flex !important;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      position: absolute;
      top: 0 !important;
}

/*END*/

/*Surekha - 21/09/2019 -  added to align main logo middle verticaly on checkout page.*/
#bookingHeader .container .row .col-lg-4.col-md-4.col-sm-4.col-xs-4 img.img-responsive{
    margin: 18px auto;
}
/*END*/


.modal-dialog.modal-lg {
    width: 82%;
    top: 85px;
    /*Surekha - 03/12/2019 - added to align form middle. */
    margin-left: 9%;
    margin-bottom: 9%;
    /*END*/
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: none;
    background: #fff;
    border: none;
}
.FaqProductsAccordion:after {
    font-size: 20px;
}
button.FaqProductsAccordion.active:after {
    content: ' - ';
}
.ubermenu-submenu.ubermenu-submenu-id-5831 > li > a span {
    background-color: rgba(0,0,0,.5);
    /* background-color: rgba(0,0,0,.7); */
    width: 96%;
    height: 50px;
    font-size: 20px;
    top: 0px;
    padding: 4px;
    text-align: center;
    left: 0px;
    margin: 0% 2%;
    border-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*
Start
28/11/2019
Sulthan
Added for fixing uber menu(destination) in safari browser
*/
.ubermenu, .ubermenu .ubermenu-column, .ubermenu .ubermenu-divider, .ubermenu .ubermenu-icon, .ubermenu .ubermenu-image, .ubermenu .ubermenu-item, .ubermenu .ubermenu-nav, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-row, .ubermenu .ubermenu-search, .ubermenu .ubermenu-search-input, .ubermenu .ubermenu-search-submit, .ubermenu .ubermenu-submenu, .ubermenu .ubermenu-submenu-footer, .ubermenu .ubermenu-tabs, .ubermenu .ubermenu-tabs-panels, .ubermenu .ubermenu-target, .ubermenu-responsive-toggle{
  position: initial;
}
/* END */

/*Surekha - 02/12/2019 - added to reduce the space above the warning message in request a call form. */
.gform_wrapper .field_description_below .gfield_description{
  padding-top: 0px !important;
}
/*END*/
.ubermenu .ubermenu-nav .ubermenu-column-1-6 {
    width: inherit !important;
}
/*Surekha - 03/12/2019 - added to reduce the space above the error message in request a call. */
label.gfield_label.gfield_label_before_complex, label.gfield_label{
  margin-top: 0px !important;
}
.gform_wrapper .field_description_below .gfield_description{
  padding-top: 0px;
}
div#validation_message_3_1{
    padding-top: 0px !important;
    margin-top: 0px !important;
}

/*Added styling to search enquiry form. */
#search-enquiry-form .modal-dialog .modal-content .modal-header .close{
    position: absolute;
    opacity: 1;
    outline: none;
    margin-top: 0px;
    right: 0px;
  /*  top: 3px; Surekha - 30/03/2020 - commented as not required. */
    background: #ffffff00;
    padding-right: 4px;
    float: left;

}
#search-enquiry-form .modal-dialog .modal-content .modal-header .close .la-close {
    color: #ffffff;
    font-size: 14px; /*26px; Surekha - 30/03/2020 - changed to reduce the size. */
    font-weight: bold;
    background: none; /* #000; Surekha - 30/03/2020 */
    border-radius: 50px;
}

/*Surekha - 30/03/2020 - commented as not required.
#search-enquiry-form .modal-dialog .modal-content .modal-header h3.pop-title, #search-enquiry-form .modal-dialog .modal-content .modal-header a{
    font-weight: bold;
} /*END*/


/*END*/

/*Surekha - 04/12/2019 - added for logo in chat pop up to make it circle. */
.siqembed .cmplogo img:not(.blur_userbg){
    border-radius: 50px !important;
}

/*Added to fix image stretch issue on enquiry form in large devices. */
#search-enquiry-form img#single-product-modal-image {
    width: 100% !important;
    margin: auto;
    border-radius: 8px;
/*Surekha - 30/03/2020 -  added for image on enquiry form. */
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 320px !important;
/*END*/    
}
/*END*/

/*Surekha - 21/12/2019 - added to view disabled dates in enquiry form. */
td.ui-datepicker-unselectable.ui-state-disabled{
    opacity: 0.5;
}

/*END*/
/*Surekha - 25/12/2019 - added styling to find new package on checkout page. */
div#boxzilla-8225{
    margin-top: 0px !important;
    top: 200px !important;
}

/*END*/

/* shafi 05022020 menu title bold */
li#menu-item-11027 span, li#menu-item-11028 span, li#menu-item-10623 span, li#menu-item-10638 span {
    font-weight: 700;
    cursor: default;
}
li#menu-item-11027 a, li#menu-item-11028 a, li#menu-item-10623 a, li#menu-item-10638 a {
    font-weight: 700;
    cursor: default;
}
li#menu-item-10638 span, li#menu-item-10638 a {
    cursor: pointer;
}
li#menu-item-11027 ul li span, li#menu-item-11028 ul li span, li#menu-item-10623 ul li span, li#menu-item-10638 ul li span {
    font-weight: 400;
    cursor: pointer;
}
li#menu-item-11027 ul li a, li#menu-item-11028 ul li a, li#menu-item-10623 ul li a, li#menu-item-10638 ul li a {
    font-weight: 400;
    cursor: pointer;
}

/* Surekha - 19/02/2020 - added for destination menu display image. */
img.ubermenu-image.ubermenu-image-size-medium.lazyloaded, img.ubermenu-image.ubermenu-image-size-medium, img.ubermenu-image.ubermenu-image-size-full{
  border-radius: 8px;
}

/*END*/

/*Surekha - 12/03/2020 - added styling to taxonomy text. */
#homePage .taxonomy{
    width: 90%;
    margin: 0 auto;
    color: #000;
    font-size: 16px !important;
    padding: 2% !important;
    text-align: justify;
    border: 2px solid;
    margin-bottom: 16px;
    border-radius: 10px;
    box-shadow: -4px -4px 3px;
    background: #d3d2d2;
}
#homePage .taxonomy a{
    cursor: pointer;
    font-weight: bold;
}
/*END*/
/*Surekha - 26/03/2020 -  added to remove bold travel blog heading.*/
li#menu-item-10638 span.ubermenu-target-title.ubermenu-target-text{
    font-weight: normal;
}
.textwidget .col-md-push-1{
    left: 0%;
}
/*END*/

/*Surekha - 18/06/2020 - added styling to the covid-19 paragraph. */
.taxonomy span#covid_msg_read_more{
    display: none;
}

.taxonomy button#readmore_btn{
    color: #337ab7;
    font-size: 16px;
    font-family: 'metropolis-bold';
    padding: 0;
    margin-top: 3px;
    border: none;
    background: none;
   /* display: none;*/
}


.taxonomy button#readmore_btn:hover{
    outline: none;
}
/*.taxonomy span#dots{
  display: none;
}
*//*END*/

/*
Start
SP
15/11/2021
Added as chatbox is not displaying in mobile view.
*/
.zsiq_theme1.zsiq_floatmain{
    display: block !important;
}
/*END 15/11/2021*/

/*Start
  SP
  11/01/2023
  Added to fix CLS on contact us page.
*/
img.contact_banner{
  min-height: 300px;
}
/* END 11/01/2023*/

/*Surekha - 04/06/2020 -  added styling to the smarttraveller logo in large screen. */
@media only screen and (min-width: 1200px){
footer .travel-info .left-side{
    vertical-align: top;
    margin-top: 24px;
}

}
/*END*/


@media only screen and (max-width: 1026px){

 
.ubermenu-submenu.ubermenu-submenu-id-5831 {
    width:1000px !important;
    left: -39% !important;
    padding: 7px !important;
}
.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
    max-height: none;
    width: auto !important; /*1000px !important; Surekha - 11/06/2020 - changed as sub menu dropdown is displaying full width. */
   /* left: -27.5% !important;  Surekha - 11/06/2020 - commented as not required.*/
}
/*Surekha - 11/06/2020 -  added to align dropdown menu in header. */
ul.ubermenu-submenu.ubermenu-submenu-id-10638.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item{
  right: 0px;
}
/*END*/

}

/*Start
  Surekha Biradar
  01/07/2019
  Added css styling for iPad view of thank you page*/

@media only screen and (max-device-width: 1024px){
.booking-thankyou .right p {
    font-size: 14px;
    margin-bottom: 8px;
}
.booking-thankyou .right h3{
    font-size: 22px
}
.booking-thankyou .right .brief-details label{
    width: 180px;
}

.booking-thankyou .wrapper{
     padding: 15px 0 40px 0;
     margin: 0px 0 40px 0;
}

.title h3{
      margin-top: 70px;
}

.booking-thankyou .para{
      margin-bottom: 10px;
}
.call-section .textwidget hr {
    width: 2px;
    background: #e8e8e8;
    height: 94px;
}

.call-section .call-wrapper em {
    font-size: 26px;
}
}
/*END*/




/*Surekha - 01/04/2020 - added for menu for desktop view.*/
@media only screen and (min-width: 991px) and (max-width: 1024px) {
.col-md-9.col-sm-9.col-xs-12.menu-section{
      width: 80%; /*82%; Surekha - 11/06/2020 - changed as toggle menu is not visible. */
}
/*Surekha - 11/06/2020 - added to align toggle menu and search button. */
a.ubermenu-responsive-toggle{
    top: -6px;
    right: -100px;
}
.mainMenu {
    height: 82px !important;
}
.ubermenu .ubermenu-target-with-image>.ubermenu-target-text, .ubermenu .ubermenu-target-with-image.menu-destination>.ubermenu-target-text {
    font-size: 16px !important;
}
.mainMenu .container .row .col-md-9{
  width: 82%; /*85%; Surekha - 15/12/2020 */ /*82%; Surekha - 14/12/2020 -  changed as menu is displaying in next line. */
}
/*END*/
.container{
      width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

/*Surekha - 15/12/2020 - added as menu is disturbed in medium devices. */
.col-md-2.col-sm-3.col-xs-3.logo-section{
      width: 16%;
}

/*END*/


}
/*END*/


@media only screen and (max-width: 991px){
    #ubermenu-nav-main-903 > li#menu-item-5819 > a:after{float: right;content: "\f0d7"; font-family: "FontAwesome"; color: #472c05; padding-left: 8px; font-size: 18px;} /*font-size: 13px; */
    #ubermenu-nav-main-903 > li#menu-item-5831 > a:after{float: right; content: "\f0d7"; font-family: "FontAwesome"; color: #472c05; padding-left: 8px; font-size: 18px;} /*font-size: 13px; */
    #ubermenu-nav-main-903 > li#menu-item-5855 > a:after{float: right;content: "\f0d7"; font-family: "FontAwesome"; color: #472c05; padding-left: 8px; font-size: 18px;} /*font-size: 13px; */
    #ubermenu-nav-main-903 > li#menu-item-10622 > a:after{float: right;content: "\f0d7"; font-family: "FontAwesome"; color: #472c05; padding-left: 8px; font-size: 18px;} /*font-size: 13px; */
    .call-section .call-wrapper em {
        font-size: 26px;
    }
    #ubermenu-nav-main-903 > li#menu-item-5819.ubermenu-active > a:after{float: right; content: "\f0d8";
        font-family: "FontAwesome"; color: #13b6d5; padding-left: 8px; font-size: 18px;} /*font-size: 13px; */
    #ubermenu-nav-main-903 > li#menu-item-5831.ubermenu-active > a:after{float: right;  content: "\f0d8";
        font-family: "FontAwesome"; color: #13b6d5; padding-left: 8px; font-size: 18px;} /*font-size: 13px; */
    #ubermenu-nav-main-903 > li#menu-item-5855.ubermenu-active > a:after{float: right; content: "\f0d8";
        font-family: "FontAwesome"; color: #13b6d5; padding-left: 8px; font-size: 18px;} /*font-size: 13px; */
    #ubermenu-nav-main-903 > li#menu-item-10622.ubermenu-active > a:after{float: right; content: "\f0d8";
        font-family: "FontAwesome"; color: #13b6d5; padding-left: 8px; font-size: 18px;} /*font-size: 13px; */
  /*Surekha - 17/06/2020 - added styling to dropdown arrow of travel blog in menu for small devices. */
    #ubermenu-nav-main-903 > li#menu-item-10638 > a:after{
        font-size: 18px;  
    }
  /*END*/
  #ubermenu-nav-main-903 > li#menu-item-5882 > a:after{float: right;content: "\f0d7"; font-family: "FontAwesome"; color: #472c05; padding-left: 8px; font-size: 18px; }
  /*END*/

    .call-section .textwidget hr {
        margin-right: 4%;
        height: 79px;
    }
    .textwidget {
        width: 100%;
        margin: 0 auto;
    }
    .call-section .textwidget {
        width: 100%;
        margin: 0 auto;
    }
    .mobile-search-fixed-div p {
        font-size: 14px;
        margin-bottom: 1px;
    }
/*Surekha - 24/06/2020 -  Added to align dropdowm menu list in medium devices. */
li#menu-item-5831.ubermenu-active ul.ubermenu-submenu.ubermenu-submenu-id-5831{
        height: 400px !important;
        overflow: auto;
}
/*END*/
/*Start
  Surekha Biradar
  24/06/2019
added for display hidden footer text in small devices
 */
footer .copywrite{ margin: 10px 0 80px;}


/*Surekha - 04/01/2021 - added as guides sub menu is not scrollable. */
ul.ubermenu-submenu.ubermenu-submenu-id-10622.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item{
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: scroll;
}
/*END*/

/*  Start
    SP
    10/08/2021
    added styling to the header in email us form.
*/
.gform_legacy_markup_wrapper h3.gform_title{
    font-size: 30px !important;
}

/*END 10/08/2021*/

/*Start
  SP
  04/01/2023
  Added to fix CLS on contact us page.
*/
.container.contact_page{
    min-height: 2970px;
}
/*END 04/01/2023*/

/*Start
  SP
  11/01/2023
  Added to fix CLS on contact us page.
*/
img.contact_banner{
  min-height: 240px;
}
/*END 11/01/2023*/
}
    
/*wedding enquiry form*/
#wedding-enquiry-form .modal-dialog {
    width: 100% !important;
    margin: 0 auto;
    margin-top: 0px !important;
    height: 450px;
    padding: 0;
    overflow-x: scroll;
    display: inline-block;
    height:auto;
}


/*END*/
/*Surekha - 09/09/2019 -added scroll to dropdown menu. */
li#menu-item-5831.ubermenu-active ul.ubermenu-submenu.ubermenu-submenu-id-5831{
    height: auto;/*600px; Surekha - 24/06/2020 - changed height to remove blank space below the menu list. */  /*200px; shafi - 16/01/2020 - changed to display full height. */
    margin-left: auto;
    margin-right: auto;
   /* overflow-x: scroll; Surekha - 24/06/2020 -  commented as scrollbar is visible in desktop view. */
  }  
/*END*/

  /*Surekha -  24/09/2019 - added for hide the search icon in mobile view.*/
  li#menu-item-5900{
    display: none !important;
  }
  /*END*/

/*Surekha - 11/11/2019 -  added as per given by provab comment in excel. */
.footer-section a:hover {
    color: #636363;
}
a.accordion-toggle.active {
    color: #ef6851;
}

/*END*/
.textwidget .call-section .col-md-push-1 {
    left: 0 !important;
}

/*Surekha - 03/06/2020 - added styling to footer logos. */
footer .travel-info{
      padding: 0px 10px;
}
/*END*/
}

/*Start
  Surekha Biradar
  02/07/2019
  Added css styling for nexus device.*/

@media screen and (device-width: 601px) and (device-height: 906px){
    .ubermenu .ubermenu-item-layout-image_above>.ubermenu-image{
        margin-top: 0 !important;
    }
.title h3{ margin-top: 50px;}
}


  /*shafi - 21/11/2019 - NEw added */
  /*Surekha - 11/02/2020 - commented as not required. 
  .call-section .call-wrapper em {
    font-size: 26px;
    
} END*/
/*END*/

@media only screen and (max-width:770px){
  /*shafi - 21/11/2019 - NEw added */
  .call-section .call-wrapper em {
    font-size: 26px;
    
}
.search-destination-panel {
    padding: 0;
    margin-top: -6px;
}
ul.ul_tab_one {
    width: 100%;
}
.col-md-6.col-sm-6.col-xs-12.col-md-push-1.call-req {
    width: 91%;
}

}
@media only screen and (max-width:767px){
    .boxzilla {
        padding: 12px;
    }
    .boxzilla-close-icon {
      
        top: -30px;
        color: #fff;
        opacity: .5;
    }
    .textwidget {
        WIDTH: 100%;
        margin: 0 auto;
    }
    .call-section .textwidget {
        WIDTH: 370px;
        margin: 0 auto;
        display: block;
    }
    .call-section .textwidget hr {
        height: 1px;
        margin: 0px 0 0;
        margin-right: 0;
        width: 100%;
    }
   
  .gravityform_subscribe .gform_wrapper .gform_body {
    width: 75% !important;
    float:left;
}
.gravityform_subscribe .gform_wrapper .gform_footer {
    width: 20% !important;
   /* margin-top: 20px !important;*/
   float: right;
}

.gravityform_subscribe .gform_wrapper .gform_footer button#gform_submit_button_8 {
/*    background-color: #fff;
*/    border-left: 1px solid #fff;
    border-radius: 5px;
/*    color: #FF5722;
*/    padding: 9px 10px 9px 10px; /* 9px 30px 9px 0px;  Surekha - 09/10/2019 - changed to make text center align. */

}
.gravityform_subscribe .gform_wrapper form {
    width: 90%;
}


/*Surekha - 30/08/2019 - added to remove the fiji facts displaying twice in small devices. */
.container .row .hidden-xs .card{
    display: none;
}
.hidden-xs .row .footer-section{
    display: none;
}
#accordion_footer{
    width: 100%;
    font-size: 18px;
    margin: 0 auto;  
}
/*END*/

/*Shafi - 20/11/2019 - added for footer tad section active */
.footer-section a:hover {
    color: #636363;
}
a.accordion-toggle.active {
    color: #ef6851;
}
/*Shafi - 21/11/2019 - added for input */
input.select_tour_date {
  /*  margin-top: 5px; Surekha - 30/12/2019 -  commented to align input box. */
    border: 1px solid #757575;
}
.clear_selected_tour{
    display: none;
}
/*END*/

/*Surekha - 07/10/2019 - added to remove search on home page displaying twice in small devices. */
li#menu-item-5900{
    display: none !important;
}
/*END*/

/*Surekha - 11/11/2019 - added as per proavb comment in excel. Commented as it is hiding right side menu list. 

li.ubermenu-autocolumn.menu-item-5819-col-1.ubermenu-item-level-1.ubermenu-column.ubermenu-column-1-2.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-5819-col-1 {    
    padding-top: 0px;
    margin-top: -18px;
}
/*END*/

/*}


@media only screen and (max-width: 767px){*/
  

/*toggel menu issue */
li#menu-item-5855.ubermenu-active ul.ubermenu-submenu.ubermenu-submenu-id-5855.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-center{
  
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: scroll;
}
li#menu-item-10622.ubermenu-active ul.ubermenu-submenu.ubermenu-submenu-id-10622.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-center {
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: scroll;
}
li#menu-item-5819.ubermenu-active ul.ubermenu-submenu.ubermenu-submenu-id-5819 {
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: scroll;
}
li#menu-item-5831.ubermenu-active ul.ubermenu-submenu.ubermenu-submenu-id-5831 {
    height: 300px !important; /*500px; Surekha - 24/06/2020 - changed to reduce the height of dropdown menu. */ /*auto; Surekha - 11/06/2020 */ /*200px; Surekha - 25/11/2019 changed to display full height. */
    margin-left: auto;
    margin-right: auto;
    overflow-x: scroll;
}

/*showing scroll bar to ul*/
 ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 5px;
    }
 ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }
  
  
  
  
/*wedding enquiry form feilds*/

#wedding-enquiry-form .modal-dialog .gform_footer #gform_submit_button_4 {
    width: 100%;
}
#wedding-enquiry-form .modal-body form .mailingList label.gfield_label, 
#wedding-enquiry-form .modal-body form .followupCall label.gfield_label,
#wedding-enquiry-form .modal-body form .bestTimetoCall label.gfield_label,
#wedding-enquiry-form .modal-body form .bestTimetoCall .ginput_container_select,
#wedding-enquiry-form .modal-body form .departureDate,
#wedding-enquiry-form .modal-body form .label-first-last-name span{
  width: 100% !important;
  
}
#wedding-enquiry-form .modal-body form .returnDate,
#wedding-enquiry-form .modal-body form .contactNumber {
    width: 100% !important;
    padding-left: 0 !important;
}

#wedding-enquiry-form .modal-body form .departureDate,
#wedding-enquiry-form .modal-body form .emailAddress {
    width: 100% !important;
    padding-right: 0 !important;
}
#wedding-enquiry-form .modal-body form .label-first-last-name .name_first {
    padding-right: 0 !important;
}
#wedding-enquiry-form .modal-body form .label-first-last-name .name_last {
    padding-left: 0 !important;
}

#wedding-enquiry-form .modal-dialog .modalOverlay {
    bottom: 20px !important;
    left: 5px !important;
    width: 100% !important;
    right: 0;
    top: 5px;
    padding: 0 5px;
}
#wedding-enquiry-form .modal-dialog .modalOverlay h3 {
    font-size: 24px !important;
}
#wedding-enquiry-form .modal-header{
  padding-bottom:0;

}
.modal-body {
   padding-top: 0;
}
#wedding-enquiry-form .modal-body form ul.description_below > li {
    margin-top: 10px;
    margin-bottom: 0PX;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}
#wedding-enquiry-form .modal-body form ul.description_below {
    padding-left: 0 !important;
}
#wedding-enquiry-form .modal-body form ul.description_below > li.contactNumber,
#wedding-enquiry-form .modal-body form ul.description_below > li.departureDate,
#wedding-enquiry-form .modal-body form ul.description_below > li.returnDate,
#wedding-enquiry-form .modal-body form ul.description_below > li.comment-text {
    margin: 10px 0;
}


/*explore destination*/
.owl-carousel.explore-destination-carousel .owl-stage-outer {
    height: auto !important;
}
  
/*destination sewlect box width issue in mobile*/

.search-destination .chooseDestination {
    padding-left: 15px !important;
    padding-right: 15px;
}

/*search bar section active tabs not proper in mobile*/
.searbar_wrapper_Section ul.ul_tab_one li .checkbox label {
    font-size: 16px;
    height: auto;/*Shafi - 28/11/2019 - added auto. */
    line-height: 30px;
    word-wrap: break-word;
    width: 100%;
    text-align: center;
}
.searbar_wrapper_Section ul.ul_tab_one li.active label, .searbar_wrapper_Section ul.ul_tab_one li label:hover {
    height: auto !important;
}

.searbar_wrapper_Section ul.ul_tab_one li.active label, .searbar_wrapper_Section ul.ul_tab_one li label:hover{
    background: var(--blue); /*#ebac21 !important;*/
    color: var(--menutextcolor); /*#323232 !important;*/
    padding: 12px 15px;
    margin-top: -5px;
    height: 90px !important;
}



/*discover-destination hover effect in mobile*/
.discover-destination .item {
    height: auto !important;
    overflow: hidden !important;
}
.discover-destination .more-destination-wrap .locatn-overlay {
    display: block !important;
  top: 80px !important;
}


#contactModal .modal-dialog .modal-content {
  padding: 5px 5px 0;
}

/*Start
Surekha Biradar
14/06/2019
added to display all content in center
*/
.call-section .container .row .textwidget img{
    width: 100%;/*50% - 02/11/2019 Surekha */ /*100%; Surekha - 30/10/2019 */
}

/*END*/

/*Surekha - 02/11/2019 - added for small devices view of contact images. */
.call-section .call-wrapper{
    padding: 15px;
}
.call-section .col-md-push-1:first-child{
    margin-bottom: 0px;
}
/*END*/

/*Surekha - 29/11/2019 - added to reduce the space above call section on hot deals page in small devices. */
#hotdealsPage .ourPackages{
    padding-bottom: 0px;
}
/*END*/

/*Surekha - 07/04/2020 - added footer logo center. */
.col-md-6.col-sm-6.col-xs-6.left-side{
    width: 100%;
}
/*END*/
/*Surekha - 03/06/2020 - commented as not required */
/*Surekha - 01/06/2020 - added styling to footer logos in medium devices. 
footer .travel-info .S_A_A_logos{
    vertical-align: top;
    margin-top: 44px;
}
/*END*/

/*Surekha - 18/06/2020 - added to display read more button only in small devices. */
/*.taxonomy span#covid_msg_read_more{
  display: none;
}
.taxonomy button#readmore_btn, .taxonomy span#dots{
  display: inline;
}*/
/*END*/

/*Surekha - 04/01/2021 - added as guides sub menu is not scrollable. */
ul.ubermenu-submenu.ubermenu-submenu-id-10622.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item{
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: scroll;
}
/*END*/


/*  Start
    SP
    10/08/2021
    added styling to the header in email us form.
*/
.gform_legacy_markup_wrapper h3.gform_title{
    font-size: 26px !important;
    line-height: 1.4;
}

/*END 10/08/2021*/

/* 
SP
01/12/2021
Added minheight for CLS.
*/
.top-menu .textwidget{min-height: 42px; }
/*END*/


/*  Start
    SP
    25/05/2022
    Added to align logo in small devices.
*/
.col-md-2.col-sm-3.col-xs-3.logo-section{
    width: 50%;
}
/* END 25/05/2022*/


/*Start
  SP
  11/01/2023
  Added to fix CLS on contact us page.
*/
img.contact_banner{
  min-height: 150px;
}
/*END 11/01/2023*/

}/*end of 767 */


/*Start
Date: 28-05-2019
Sushma Sutar
make tour configration modal responsive
*/
.tour_options .tour_options_input {
    float: left;
    margin-right: 20px;
}
/*Surekha - 07/10/2019 - commented as label and input boxes are not aligned. */
/*
.tour_options .tour_adults_kids.tour_options_input {
    margin-top: 3px;
}
*/

/* Added styling to Tour configuration popup.*/
button.btn.btn-tour-done{
    border: 2px solid #ef6851;
    width: 22%;
    text-align: center;
    padding: 1%;
    margin-top: 10px;
    border-radius: 4px;
    font-size: 100%;
    text-transform: capitalize;
    color: #fff;
    font-weight: bold;
    background: #ef6851;
}


#configure_tour_modal .modal-dialog .modal-content .modal-header{
    padding: 15px;
    background: #eb8522;
    color: white;
    font-weight: 900;
    border-radius: 4px;
}

.modal-header .close {
    margin-top: 0px;
    color: white;
    font-weight: 900;
    font-size: 24px;
    opacity: 1;
}

/*Surekha - 08/10/2019 - added for close btn in enquiry now form in search page. */
#search-enquiry-form .modal-dialog .modal-content .modal-header .close{
    color: #656565;
}
/*END*/

button.add_more_tour_of_same_type, .clear_selected_tour, button.remove_tour{
    background: #eb8522cf;
    color: white;
    border: 1px solid #eb8522cf;
    /*Surekha - 30/12/2019 -  added to display clear button. */
   /* display: inline-block; Surekha - 31/12/2019 - commented as removed clear button. */
    width: 46%; 
    padding: 2%; /*Surekha - 12/03/2020*/
}

.remove_tour{
    width: 11%;
}
/*END*/

.modal-tour-details label{
    font-weight: 900;
    margin-right: 2%;
}
input.select_tour_date{
    width: 50%;
    padding-left: 2%;
    color: #000000; /*Surekha - 03/03/2020 - added as date is not visible in mobile view. */
}

/*Sushma Sutar 20210610 remove margin to right side and decrease the width in tour configration select label*/
.tour_options .tour_options_input{
    margin-right: 0;
    width: 35%; /*44%; Surekha - 17/03/2020 */  /*34%; Surekha - 03/03/2020 */
    text-align: center; /*Surekha - 30/12/2019 - added to align center. */
}

/*Surekha - 12/03/2020 - added for tour configure adult kids dropdown. */
.tour_adults_kids.tour_options_input{
  /*Sushma Sutar 20210610 make 40% to increase tour configration width*/
    width: 40%; /*22%; Surekha - 17/03/2020 */
  text-align: left;
  /*END*/
}
div#configure_tour_modal{
    top: 20px;
}
/*END*/

.tour_options{
    width: 100%;
}

select#tour_adults_16955, select#tour_kids_16955, select#tour_adults_16954, select#tour_kids_16954 {
    width: 20%;
    margin-right: 5%;
}

.add_more_tour.tour_options_input{
    width: 12%;
    margin-right: 0px; /* 4px; 31/12/2019 /* 0%; Surekha - 30/12/2019 - changed to add same space inbetween buttons. */
}

h4#booking_tour_16955, h4#booking_tour_16954{
    color: black;
    font-weight: bold;
}

.modal-footer{
    text-align: right;
    border-top: 1px solid #eb8522;
    padding: 0px;
}

/*END*/


/*Start
Surekha Biradar
19/06/2019
added for styling of mobile view
*/

@media only screen and (max-width: 600px){
/*Sushma Sutar 20210610 added css for fix the tour css issue when child also added*/
.tour_options .tour_options_input {
    margin-right: 0;
    width: 100%;
    text-align: left;
    float: left;
    margin-bottom: 10px;
}
.tour_options .tour_options_input button.add_more_tour_of_same_type {
    width: 30px;
    padding: 0;
    height: 30px;
}
.remove_tour {
    width: 30px;
    padding: 0;
    height: 30px;
    margin: 0;
}
button.remove_tour {
    width: 30px;
    margin-left: 0px;
    padding: 0;
    height: 30px;
}
.add_more_tour.tour_options_input {
    width: auto;
    margin-right: 10px;
}
/*END*/
#wedding-enquiry-form .modal-dialog .modalOverlay{
    margin-top: 50px;
    left: 0px !important;
}

#wedding-enquiry-form .modal-dialog .modalOverlay h3{
    margin-top: 10px;
}

#wedding-enquiry-form .modal-dialog .modalOverlay p span{
    display: block;
}
#wedding-enquiry-form .modal-dialog{
   height: auto;
}

/*Start
  Surekha Biradar
  01/07/2019
  Added for display "Print Details" icon same size in small devices. */

.booking-thankyou .col-20{width: 50%;}

/*END*/
/*Surekha -  24/12/2019 -  added styling to find new package in small devices on checkout page. */
div#boxzilla-8225 {
    top: 87px !important;
}
/*END*/
/*Surekha - 04/06/2020 - added styling to footer logos side by side. */
footer .travel-info .left-side-nib .left img.img-responsive{
    width: 70%;
    height: 81px;
}
footer .travel-info .left-side-nib, footer .travel-info .SPTO, footer .travel-info .left-side .left img{
    width: 50%;
}
footer .travel-info .S_A_A_logos, footer .travel-info .left-side, footer .trustpilot-logo{
    width: 100%;
}
footer .travel-info .S_A_A_logos .ATAS img.img-responsive{
    width: 86%;
    padding-top: 36px;
}
footer .travel-info .S_A_A_logos .ATAS{
    width: 50%;
    display: inline-block;
}

footer .travel-info .SPTO{
    padding-top: 6px;
}
/*END*/

/*
Start
SP
03/10/2023
Added to align solomon logo.
*/
footer .travel-info .whitelabel-logo{
  width: 50%;
  margin: 0 25%;
}


/* END 03/10/2023 */
}
/*END*/

/*Surekha - commented and added styling. */
/*
@media only screen and (max-width: 570px){
.tour_options .tour_options_date.tour_options_input {
    float: none;
    margin-right: 5px;
}
.tour_options .tour_options_input {
    margin-right: 12px;
}*/

@media only screen and (max-width: 570px){
    li#menu-item-5831.ubermenu-active ul.ubermenu-submenu.ubermenu-submenu-id-5831{
        height: 300px; /*200px; shafi - 16/01/2020 - changed to display full height. */
        margin-left: auto;
        margin-right: auto;
       /* overflow-x: scroll; Surekha - 24/06/2020 - commented as not required. */
       overflow: auto;/*Surekha - 24/06/2020 - Added to align menu list. */
      }  
/*Suhsma Sutar 20210610 commented because not used*/
      /* .tour_options .tour_options_input { */
        /* margin-right: 0%; */
        /* width: 50%; */
        /* display: inline-block; */
        /* margin-top: 6px; */
        /* height: 30px; /*Surekha - 12/03/2020 - added to align add tour button. */ 
    /* } */
/*Sushma sutar 20210610 not needed code */
/* .add_more_tour.tour_options_input{ */
    /* width: 12%; /*20%; 31/12/2019 */ 
    /* margin-right: 0px; /*-3px;  31/12/2019    /* Surekha - 30/12/2019 - changed to make same size. */ 
/* } */
/*Surekha - 30/12/2019 - added to align buttons. */
button.add_more_tour_of_same_type, .clear_selected_tour{
    width: 56%; /*34%; */
}

/*END*/

/*Sushma Sutar 20210610 comment because not in used as we have added this in 600px media*/
/*.remove_tour{
    width: 9%; /*8%; Surekha - 12/03/2020 */ /*40px; Surekha - 30/12/2019 -  changed for same size. */
    /*Surekha - 12/03/2020 */
    /*margin-top: 3px;
    height: 26px;    
}*/
/* Surekha - 30/12/2019 - commented. 
button.add_more_tour_of_same_type, button#clear_tour_16955, button#clear_tour_16954{
    width: 44%;
} */
button.add_more_tour_of_same_type {
  margin-right: 5%;
}
/*Sushma Sutar 20210610 comment because not in used*/
/* button.remove_tour{ */
  /* width: 80%; /*100%; Surekha - 30/12/2019 - changed to make all buttons same. */ 
/* } */
select#tour_adults_16955, select#tour_kids_16955, select#tour_adults_16954, select#tour_kids_16954{
  margin-right: 2%;
}
.modal-tour-details label{
  margin-right: 0%;
}
/*END*/


.col-md-6.col-sm-6.col-xs-6.left-side {
    width: 100%;
}
.col-md-6.col-sm-6.col-xs-6.right-side {
    width: 100%;
}
.gravityform_subscribe .gform_wrapper .gform_body {
    width: 100% !important;
    float:left;
}
.gravityform_subscribe .gform_wrapper .gform_footer {
    width: 100% !important;
    margin-top: 20px !important;
   float: right;
}
.call-section .textwidget {
    width: 316px;
    margin: 0 auto;
    display: block;
}
/*Start
  SP
  10/01/2023
  Added to fix CLS on contact us page.*/
.container.contact_page .enquiry_form{
  min-height: 1900px;
}
/*END 10/01/2023*/
}
 
/*Surekha - 30/12/2019 added styling to add tour, clear tour and remove tour in small devices. */
@media only screen and (max-width: 480px){

    button.add_more_tour_of_same_type, .clear_selected_tour {
        width: auto;
        padding: 5px 8px 0;
    }
  /*Sushma Sutar 20210610 comment because not in used*/
/* button.remove_tour { */
    /* width: 90%; */
    /* margin-left: 6px; */
/* } */

.call-section .call-wrapper {
/*    padding: 0 8px; Surekha - 11/03/2020 */
    text-align: left;
}
.call-section .textwidget a {
    color: #f1982d;
    text-decoration: none;
}
.search-pop .search-destination-panel {
    top: 20%;
}
.destinatn-explore {
    margin-top: -16px;
    float: left;
    width: 100%;
}


/*  Start
    SP
    10/08/2021
    added styling to the header in email us form.
*/
.gform_legacy_markup_wrapper h3.gform_title{
    font-size: 22px !important;
}

/*END 10/08/2021*/

/*Start
  SP
  11/01/2023
  Added to fix CLS on contact us page.
*/
img.contact_banner{
  min-height: 100px;
}
/*END 11/01/2023*/

}
/*END*/ 

@media only screen and (max-width: 420px){
  /*Sushma Sutar 20210610 commented because not used*/
/* .tour_options .tour_options_input{ */
    /* width: 100%; */
    /* text-align: left; */
/* } */
.searbar_wrapper_Section ul.ul_tab_one li .checkbox label {
    font-size: 12px;
}
select#tour_adults_16955, select#tour_adults_16954{
    margin-left: 6%;
}
/*shafi - 20/11/2019 - added to fix button. */
/*suhsma sutar 20210610 not needed*/
/* .add_more_tour.tour_options_input { */
    /* width: auto; */
    /* margin-right:5px; */
/* } */
/*Surekha - 30/12/2019 -  commented as not required. 
button.add_more_tour_of_same_type, button#clear_tour_16955, button#clear_tour_16954{
    width: 10%;
    margin-right: 5px;
}
button.add_more_tour_of_same_type, button#clear_tour_16954, button#clear_tour_16955 {
    width: 40px; text-align: center;
} */
/*Sushma Sutar 20210610 commented because not used*/
/* button.remove_tour{ */
    /* width: auto; */
    /* margin-left: 0px; */
    /* padding:5px 8px 0; */
/* } */
/*Sushma Sutar 20210610 commented because not used*/
/* .remove_tour { */
    /* width: auto; */
    /* margin-top: 3px; */
/* } */
/*END*/

button.add_more_tour_of_same_type i { text-align: center; }

/*Surekha - 31/12/2019 - */
.select_tour_adults{
    margin-left: 20px;
}
/*END*/

/*Surekha - 18/02/2020 - added to reduce the size of close button on enquiry form in small devices, as it is overlapping on text. */
#search-enquiry-form .modal-dialog .modal-content .modal-header .close{
    padding: 0px;  
}

#search-enquiry-form .modal-dialog .modal-content .modal-header .close .la-close{
    font-size: 14px;
}

/*END*/

}

/*Surekha - 08/11/2019 - added to fix button overlapping. 
@media only screen and (max-width: 380px){
.add_more_tour.tour_options_input{
  width: 22%;
}
}
/*END*/

@media only screen and (max-width: 360px){
/* Surekha - 11/03/2020 -  aligned to align verticaly middle. */
    .call-section .call-wrapper {
        padding: 10px 7px 7px 7px; /*7px;*/
    }
/*END*/

/*Start
Sushma Sutar
30-05-2019
for making captcha responsive on the contact form
*/
.rc-anchor-normal {
    width: 240px;
}

.rc-anchor-normal .rc-anchor-checkbox-label {
    width: 100px;
}
.rc-anchor-normal .rc-anchor-content {
    width: 160px;
}
/*Surekha - 07/10/2019 - added for small devices. */
button.add_more_tour_of_same_type, button#clear_tour_16954, button#clear_tour_16955{
    width: 70%; /*42%; Surekha - 31/12/2019 - */
}
.add_more_tour.tour_options_input {
    margin-right: 0px; /*0%; Surekha - 30/12/2019 - changed to add same space inbetween buttons. */
    width: 18%; /*34%; */
}
/*Sushma Sutar 20210610 comment because not in used*/
/* .remove_tour{ */
    /* width: 12%; */
/* } */
select#tour_adults_16955, select#tour_adults_16954 {
    margin-left: 8%;
}
/*END*/
}

@media only screen and (max-width: 360px){
  /*
  Start
  Date: 31-05-2019
  Sushma Sutar
  For image respoinsive
  */
  footer .travel-info .right-side .left img {
    width: 100%;
}


}

/** END **/


/*
  Start
  Date: 12-07-2019
  Sushma Sutar
  CSS for contact us page
*/

/*
  Start
  Date: 20-05-2021
  Sushma Sutar
  added CSS for contact us page heading
*/
.contact_page h1.entry-title {
    font-size: 38px;
    color: #e24133; /* #f2983b; SP - 29/09/2023 - Changed text color according to theme. */
    font-family: 'solomon is'; /* 'metropolis-bold'; SP - 29/09/2023 - Changed font to the solomon island theme font. */
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0;
  text-align: center;
}
.contact_page h1.entry-title:after {
    content: '';
    background: url(../../frontend/images/icons/Tourism_Solomon_Islands_Strips_35px.png)no-repeat center;
    height: 22px;
    width: 85px;
    display: block;
    margin: 10px auto;
    background-color: #e24133;
}
/*END*/
.contact_page .contact-content {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: justify;
   /*
    SS
    20211207 
    remove header border from enquire now page 
    */
  /*border-bottom: 1px solid #a7a6a6;*/ 
}
/*
SS
20211207 
make title center
*/
.enquiry_form .enquiry_form_title {
    text-align: center;
}
/*END*/
.contact_page .enquiry_form .gform_body {
    width: 70%;
    margin: 0 auto;
    border: 1px solid #d0cccc;
    padding: 0 20px 20px;
}
.contact_page .enquiry_form h3.gform_title {
    text-align: center;
    font-size: 25px;
}
.contact_page .enquiry_form label {
    font-size: 18px !important;
    font-weight: 600 !important;
}
.contact_page .enquiry_form h2.gsection_title {
    font-size: 22px;
}
.contact_page .enquiry_form input {
    height: 35px;
    border: 0;
    border-bottom: 1px solid #afadad;
    font-size: 18px !important;
}

/*Surekha - 04/12/2019 - added styling for no. of adults and childs in enquiry form. */
.contact_page .enquiry_form .numAdults #input_1_45, .contact_page .enquiry_form .numChild #input_1_44 {
    border-bottom: 0px;
    border: 1px solid #ddd;
    padding: 2%;
    width: 100%;
    height: 40px;
}
.ginput_container .instruction{
    font-size: 14px !important;
    display: none;
}
.contact_page .enquiry_form .numAdults{
    padding-right: 15px !important;
}
/*END*/

.contact_page .enquiry_form li.emailAddress, .contact_page .enquiry_form li.departureDate {
    padding-right: 15px !important;
}
.contact_page .enquiry_form li.contactNumber, .contact_page .enquiry_form li.emailAddress,
.contact_page .enquiry_form li.departureDate, .contact_page .enquiry_form li.returnDate {
    width: 50%;
    display: inline-block;
}
.contact_page .enquiry_form li.departureDate, .contact_page .enquiry_form li.returnDate,
.contact_page .enquiry_form .numAdults, .contact_page .enquiry_form .numChild {
    width: 50%;
    display: inline-block;
}
.contact_page .enquiry_form .organicweb-readonly .ginput_container {
    position: relative;
}

.contact_page .enquiry_form h3.gform_title{display: none;}
/*  Start
    SP
    06/10/2021
    Changed as reduced DOM elements.
*/
/*.contact_page .enquiry_form .enquiry_form_title h3*/ 
.contact_page .enquiry_form h3.enquiry_form_title {
    
    /*
    SP
    29/09/2023
    Changed text color and font according to solomon site theme.
    font-size: 20px !important;
    color: #000;
    font-family: 'metropolis-bold';
    */
    fonr-size: 28px !important;
    color: #e24133;
    font-family: 'solomon is';
    margin-bottom: 20px;
    text-align: center;
  font-weight: 400; 
}
.contact_page .enquiry_form .organicweb-readonly input {
    border-width: 1px;
    border-color: #ddd;
    border-style: solid;
    outline: none;
    border-radius: 0;
    width: 100% !important;
    height: 45px;
    text-indent: 27px;
  margin-bottom: 0;
}
.contact_page .enquiry_form .organicweb-readonly img.ui-datepicker-trigger {
    position: absolute;
    top: 14px;
    left: 10px;
}
.contact_page .enquiry_form .ginput_container_select .selectboxit-container {
    width: 100%;
}
.contact_page .enquiry_form .ginput_container_select .selectboxit-container .gfield_select{
  border-radius: 0px;
    border: 1px solid rgb(221, 221, 221);
    background: rgb(255, 255, 255);
    height: 45px;
    width: 100% !important;
}
.contact_page .enquiry_form .ginput_container_select .selectboxit-container .selectboxit-options {
    width: 100%;
}
.contact_page .enquiry_form .ginput_container_select .selectboxit-container .selectboxit-text{
    height: 40px;
    line-height: 45px;
}
.contact_page .enquiry_form .ginput_container_select .selectboxit-container .selectboxit-arrow-container {
    height: 40px;
    line-height: 45px;
}
.contact_page .enquiry_form .ginput_container_select .selectboxit-container .selectboxit-arrow-container .selectboxit-default-arrow {
    border-top: 10px solid #9f9b9b;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  top: 40%;
}
.contact_page .enquiry_form .half-checkbox.field_sublabel_below {
    width: 100%;
    display: inline-block;
    padding-right: 0;
}
.contact_page .enquiry_form .half-checkbox.field_sublabel_below label.gfield_label {
    width: 50%;
    float: left;
  margin-top: 15px;
}
.contact_page .enquiry_form .half-checkbox.field_sublabel_below .ginput_container.ginput_container_radio {
    width: 50%;
    float: left;
  margin-top: 0;
}
.contact_page .enquiry_form .half-checkbox.field_sublabel_below .ginput_container.ginput_container_radio ul.gfield_radio {
    width: calc(39% + 16px);
    display: inline-block;
}
.contact_page .enquiry_form .half-checkbox.field_sublabel_below .ginput_container.ginput_container_radio li {
    width: 50%;
    float: left;
  display: inline-block;
    position: relative;
}
.contact_page .enquiry_form .half-checkbox.field_sublabel_below .ginput_container.ginput_container_radio li:first-child input {
    position: absolute;
    right: 9999px;
}
.contact_page .enquiry_form .half-checkbox.field_sublabel_below .ginput_container.ginput_container_radio li:first-child label {
    /*background: #f2983b;
    color: #fff;*/
    border: 1px solid #472c05; /* #f2983b; */
    height: 40px;
    width: 100px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 0;
    font-family: 'metropolis-bold';
  max-width: 100%;
}
.contact_page .enquiry_form .half-checkbox.field_sublabel_below .ginput_container.ginput_container_radio li:first-child label:hover {
    background: #472c05; /* #f2983b; */
    color: #fff;
    border: 1px solid #472c05; /* #f2983b; */
}

.contact_page .enquiry_form .half-checkbox.field_sublabel_below .ginput_container.ginput_container_radio li:last-child {
    text-align: left;
    margin-left: -1px !important;
    margin-bottom: 0;
}
.contact_page .enquiry_form .half-checkbox.field_sublabel_below .ginput_container.ginput_container_radio li:last-child input {
    position: absolute;
    right: 9999px;
}


.contact_page .enquiry_form .half-checkbox.field_sublabel_below .ginput_container.ginput_container_radio li:last-child label {
    background: #fff;
    height: 40px;
    width: 100px;
    margin-left: 0;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    border: 1px solid #472c05; /* #f2983b; */
    line-height: 38px;
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    color: #636363;
    font-family: 'metropolis-bold';
  max-width: 100%;
}
.contact_page .enquiry_form .half-checkbox.field_sublabel_below .ginput_container.ginput_container_radio li:last-child label:hover {
    background: #472c05; /*#f2983b; */
    color: #fff;
    border: 1px solid #472c05; /*#f2983b; */
}
.contact_page .enquiry_form .half-checkbox.field_sublabel_below .ginput_container.ginput_container_radio li:last-child input:checked + label{
  background: #472c05; /*#f2983b; */
  color: #fff; 
  border: 1px solid #472c05; /* #f2983b; */
}
.contact_page .enquiry_form .half-checkbox.field_sublabel_below .ginput_container.ginput_container_radio li:first-child input:checked + label{
  background: #472c05; /* #f2983b; */
  color: #fff; 
  border: 1px solid #472c05; /* #f2983b; */

}
.contact_page .enquiry_form li.bestTimetoCall {
    width: 100%;
    display: inline-block;
}
.contact_page .enquiry_form li.bestTimetoCall label.gfield_label {
    width: 50%;
    float: left;
  margin-top: 15px;
}
.contact_page .enquiry_form li.bestTimetoCall .ginput_container.ginput_container_select {
    width: 50%;
    float: left;
}
.contact_page .enquiry_form .gform_footer.top_label {
    text-align: center;
}
.contact_page .enquiry_form .gform_footer.top_label input#gform_submit_button_1 {
    background: #472c05; /* #f2983b; */
    border-width: 0;
    width: 360px;
    height: 55px;
    border-radius: 7px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'metropolis-bold';
    padding: 15px;
}
/*  Start

    SP
    06/10/2021
    Added to fix LCP.
*/
.contact_banner{
  background-image: url(https://www.hideawayholidays.com.au/wp-content/uploads/2019/09/Hideaway-Holidays-Contact-Us-1920px.jpg);
}
.contact_page .contact-content iframe{
  width: 100%;
}

/* END */

/*.contact_banner, .contact_banner img*/
img.contact_banner{
    width: 100%;
    display: block;
}
.contact_page .enquiry_form .ginput_container_textarea textarea#input_1_38 {
    height: 70px;
}
.contact_page .contact-content .contact_no {
    text-align: center;
    font-size: 30px;
}

/*Surekha - 27/08/2019 - Added to make titles visible on hot deals main menu. */ 
.ubermenu .ubermenu-target-with-image>.ubermenu-target-text{
    background-color: rgba(0,0,0,.5);/*background-color: rgba(0,0,0,.7); */    /*Surekha - 28/08/2019 - changed styling. */
    width: 96%;
    height: 50px; /*auto; */
    font-size: 20px;
    top: 0px; /*10px; */
    padding: 4px;
    text-align: center; /*left;*/
    left: 0px; /*10px;*/
    margin: 0% 2%; 
    border-radius: 8px;
/*Surekha - 29/08/2019 - */
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;    
}
.ubermenu-submenu.ubermenu-submenu-id-5831 > li > a span{
    background-color: rgba(0,0,0,.5);/*background-color: rgba(0,0,0,.7); */    /*Surekha - 28/08/2019 - changed styling. */
    width: 96%;
    height: 50px; /*auto; */
    font-size: 20px;
    top: 0px; /*10px; */
    padding: 4px;
    text-align: center; /*left;*/
    left: 0px; /*10px;*/
    margin: 0% 2%; 
    border-radius: 8px;
/*Surekha - 29/08/2019 - */
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;   
}
/*END*/

@media only screen and (max-width: 1024px){
  .contact_page .enquiry_form .gform_body {
    width: 90%;
  }

/*Surekha - 04/06/2020 - added styling to footer logos. */
footer .travel-info{
      padding: 0px 10px;
}
/*END*/
  
}
@media only screen and (max-width: 767px){
  .contact_page .enquiry_form .gform_body {
    width: 100%;
    
  }
}
@media only screen and (max-width: 567px){
  .contact_page .enquiry_form li.contactNumber, .contact_page .enquiry_form li.emailAddress, .contact_page .enquiry_form li.departureDate, .contact_page .enquiry_form li.returnDate {
    width: 100%;
  }
  .contact_page .enquiry_form li.departureDate, .contact_page .enquiry_form li.returnDate, .contact_page .enquiry_form .numAdults, .contact_page .enquiry_form .numChild {
    width: 100%;
  }
  .contact_page .enquiry_form li.emailAddress, .contact_page .enquiry_form li.departureDate {
    padding-right: 0 !important;
  }
  .contact_page .enquiry_form .half-checkbox.field_sublabel_below .ginput_container.ginput_container_radio ul.gfield_radio {
    width: calc(60% + 16px);
 /*Surekha - 28/02/2020 - added to align yes and no button in contact us form. */
    float: right;
    margin-top: 0px; 
/*END*/
  }

  /*Surekha - 28/02/2020 -  added to align best time to call dropdown in small devices. */
  .contact_page .enquiry_form li.bestTimetoCall .ginput_container.ginput_container_select{
    width: 44%;
    margin-top: 0px;
    float: right;
  }
  .contact_page .enquiry_form .ginput_container_select .selectboxit-container .selectboxit-arrow-container .selectboxit-default-arrow{
    border-top: 6px solid #9f9b9b;
  }
  .contact_page .enquiry_form .ginput_container_select .selectboxit-container .selectboxit-text, .contact_page .enquiry_form .ginput_container_select .selectboxit-container .selectboxit-arrow-container{
    height: 34px;
    line-height: 34px;
  }
  .contact_page .enquiry_form .ginput_container_select .selectboxit-container .gfield_select{
        height: 34px;
  }


  /*END*/

  .contact_page .enquiry_form .half-checkbox.field_sublabel_below .ginput_container.ginput_container_radio li:last-child label,
  .contact_page .enquiry_form .half-checkbox.field_sublabel_below .ginput_container.ginput_container_radio li:first-child label{
    font-size: 14px !important;
  }
  .contact_page .contact-content .contact_no {
    font-size: 20px;
  }
  .contact_page .enquiry_form .gform_footer.top_label input#gform_submit_button_1 {
        width: 200px;
    padding: 10px;
}
  /*Surekha - 04/12/2019 - added to remove padding of no. of adults field in small devices. */
  .contact_page .enquiry_form .numAdults{
    padding-right: 0px !important;
  }
  /*END*/
}

@media only screen and (max-width: 360px){
  .contact_page .enquiry_form .half-checkbox.field_sublabel_below .ginput_container.ginput_container_radio li:last-child label,
  .contact_page .enquiry_form .half-checkbox.field_sublabel_below .ginput_container.ginput_container_radio li:first-child label {
    height: 35px;
    line-height: 30px;
  }

  /*Surekha - 28/02/2020 - commented to remove space above yes/no button in contact us form. */
  /*
  .contact_page .enquiry_form .half-checkbox.field_sublabel_below .ginput_container.ginput_container_radio {
    margin-top: 10px;
  } 
  */
/*END*/

/*Surekha - 26/11/2019 - added for captcha is cut of in small devices. */
.grecaptcha-badge {
    transform: scale(0.80);
    transform-origin: 0 0;
}

/*END*/
  
}
  /*END*/


  @media only screen and (max-width: 380px){
  .call-section .textwidget {
    WIDTH: 310px;
    /* float: none; */
    /* margin: 0 auto; */
}
  }

/*Surekha - 26/11/2019 - added for captcha is cut of in small devices. */
@media only screen and (max-width: 320px){
 .grecaptcha-badge {
    transform: scale(0.60);
    transform-origin: 0 0;
}

/*Surekha - 16/12/2019 -  added to fix the pop up out of screen in smaller devices. */
body.loadframe{
  padding:10px;
}
/*END*/

}
/*END*/

/*mohan-18/12/19 css start */

@media only screen and (max-width:1024px){

/*.call-section .col-md-push-1 {left: 8.3333%!important;} Surekha - 20/12/2019 - commentes to align the call section in middle. */
/*.call-section .call-wrapper:after{right:5px;}*/
/*.call-section .call-wrapper:after{border-left: none;}*/

}

/*Surekha - 15/12/2020   added to align top menu in medium devices. */
@media only screen and (min-width:767px){
.col-md-6.col-sm-6.col-xs-12.social-media.hidden-xs, .col-md-6.col-sm-6.col-xs-12.contact-details{
    width: 50%;
}
}
/*END*/


@media only screen and (max-width:768px){

  .call-section .col-md-push-1 {left: 4.3333%!important; width: 100%;} /*Surekha - 11/03/2020 - added width: 100%; */
  .call-section .call-wrapper:after{right: 0px!important;} /*right:5px!important; Surekha - 11/03/2020 */
/*  .call-section .call-wrapper:after{border-left: none;}*/


}

/* mohan- 17/12/19 css start*/

@media only screen and (max-width:767px){
.ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack{padding-bottom: 0px;padding-top:0px;}
.ubermenu .ubermenu-autocolumn, .ubermenu .ubermenu-submenu-type-stack{padding-top:0px;padding-bottom:0px;}
.ubermenu .ubermenu-autocolumn, .ubermenu .ubermenu-submenu-type-stack{padding-top:0px!important;padding-bottom:0px!important;}
/*.ubermenu .ubermenu-target{padding:0px 20px!important;}*/


/*Surekha - 11/03/2020 -  added to align center. */
  .call-section .col-md-push-1 {left: 0%!important;}
/*END*/
}

@media only screen and (max-width:320px){

button.close{position: absolute;right:2px;top:0px;}
.modal-content{padding:3%;}
.close{opacity:0.9;}
.modal-dialog.modal-lg{width: 95%;margin: 0px auto;}
.searbar_wrapper_Section ul.ul_tab_one li.active label{padding:13px 15px!important;}
.search-destination-panel ul.ul_tab_one li .checkbox label{line-height:0px!important;}
.modal-body{padding:5px;}
.modal-dialog{width:100%!important;margin: 0px auto;}


}



/* css end */


/*mohan css start 23/12/19 */
/*@media only screen and (max-width:767px){
.book-phn{width: 45%;float: left;}
.call-req{width: 46%; float: left;}
}*/
@media only screen and (max-width:599px){
#boxzilla-8225{top:20px!important;}
}

/* css end */


/************************* Inline Styling From header-front.php file Start *************************/

.mainMenu.scrolled {
    position: fixed;
    top: 0;
}
div#seach-home-close-btn {
    float: right;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: -15px;
    color: #fff;
    background: #353535;
    border-radius: 50px;
    padding: 0px 8px;
    border: 2px solid #fff;
    z-index: 999;
}
/*Surekha - 11/12/2019 - commented as already added styling in css file. */
/*
button.close {
    color: #ca1b1b !important;
} */ /*END*/
.col-lg-12.col-md-12.destinatn-explore.search-pop {
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #000000a6;
    left: 0;
    right: 0;
    bottom: 0;
    display:block !important;
}

.search-pop .search-destination-panel {
    padding: 6px 0;
    margin-top: 0;
    position: relative;
    top: 20%;
    width: 97%;
    margin: 0 auto;
}

.col-md-2.col-sm-3.col-xs-3.logo-section {
    position: relative;
    z-index: 999; /*9999; Surekha - 17/02/2020 - changed as logo is overlapping on pop up. */
    /*width: 14% !important; /*Surekha - 14/12/2020 -  added to align menu in 991 size divices. */
} 
a.ubermenu-responsive-toggle {
    top: -56px;
}
.modal-blue-btn{
    background: #472c05;
    border: 1px solid #472c05;
    margin: 25px 0px;
}
/*
Start
SP
02/03/2023
*/
.btn-primary:hover {
    color: #000;
    background-color: var(--blue);
    border-color: #472c05;
}
/*END 02/03/2023 */

.logo-section img{
     width: 122px; /*134px; Surekha - 14/12/2020 - changed as christmas logo is stretched in large screen. */ /*136px; Surekha - 12/12/2020 - changed as added christmas logo.*/
     height: 56px; /*60px; Surekha - 21/04/2021 - changed to remove space below header. */ /*50px; Surekha - 12/12/2020 - changed as added christmas logo. */ /* 18/09/2020 - Sushma B - Added for fixing header moving issue */
     margin-top: 10px; /*Surekha - 12/12/2020 - added for christmas logo. */
}
/*Surekha - 12/12/2020 -  added styling to logo image on checkout page. */
#bookingHeader img.img-responsive{
    width: 134px;
    max-height: 56px;
    margin-top: 0px;
}

/*END*/

    .modal-blue-btn {
    background: #472c05;
    border: 1px solid #472c05;
    margin: 12px 0px;
    position: absolute;
    top: 9px;
    right: 0;
    z-index: 999;
}
/*Surekha - 11/12/2019 -  commented as styling added in css file. */
/*
button.close {
    font-size: 26px;
    position: absolute;
    top: -10px;
    right: 16px;
    color: #f00 !important;
    font-weight: bolder;
    background: #fff;
    opacity: 1;
    padding: 0 5px;
    border-radius: 50%;
} */ /*END*/
@media screen and (max-width: 1027px){
.modal-blue-btn {
    top: 8px;
    right: 0;
    z-index: 999;
}
}
@media screen and (max-width: 990px){
    .modal-blue-btn {
    top: 9px;
    }
    a.ubermenu-responsive-toggle {
    top: -1px;
}
.mainMenu img {
    margin-bottom: 10px;
}
.modal-blue-btn {
    right: 100px;
}
}

@media screen and (max-width: 770px) {
    nav#ubermenu-main-903 {
    background: #f1f1f1;
    position: absolute;
    top: 76px;
    padding-left: 0px;
    width: 100%;
    left: -9px;
}.mainMenu .menu-section {
    padding: 0;
    position: absolute;
    width: 98%;
    float: left;
}
a.ubermenu-responsive-toggle {
    top: 3px;
    right: 30px;
    padding: 21px 0 !important;
}
.modal-blue-btn {
    right: 88px;
}
.search-pop .search-destination-panel {

    top: 10%;
}
div#seach-home-close-btn {
    top: -42px;
}
}
@media screen and (max-width: 766px) {
    nav#ubermenu-main-903 {
 
    left: -0px;
}
}
@media screen and (max-width: 468px){
a.ubermenu-responsive-toggle {
    top: 0;
    right: 10px;
    padding: 26px 0;
}
.search-pop .search-destination-panel {
    top: 10%;
    margin-top: 17%;
}
.modal-blue-btn {
    right: 64px;
    top: 7px;
}
.mainMenu .menu-section {
    padding: 0;
    position: absolute;
    width: 100%;
    float: left;
}
nav#ubermenu-main-903 {
    background: #f1f1f1;
    position: absolute;
    top: 75px;
    padding-left: 0px;
    width: 100%;
    left: 0px;
}
}
/* CODE
END */




/************************* Inline Styling From header-front.php file END *************************/
