:root {
    --primary-color: #008193;
    --hover-color: #5649c0;
    --text-color: #333;
    --light-gray: #f5f6fa;
    --border-color: #dfe6e9;
}

* {
    box-sizing: border-box;
/*  font-family: 'Fira Sans', sans-serif; */
font-family: OpenSans, Helvetica, Arial, "sans-serif";   
}
#chat-widget-container{
height: 590px !important;
bottom: 20px !important;
}
body {

    margin: 0;
    padding: 0px;
    min-height: 100vh;
    overflow-x: hidden;
}

a{
color: #ffa745;
text-decoration: none;
margin: 0 !important;
}
a:hover{
color: #ffa745;
}
::placeholder {
    color:#3a3833 !important;
    font-weight: 600;
    opacity: 1;
  }
@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes zoom-in {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom-in {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
/* UI Datepicker start*/
.ui-widget {
font-family: 'Fira Sans', sans-serif;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
        width: 20% !important;
}
.ui-datepicker-today .ui-state-highlight {
    border: 1px solid #4897eb;
    background: #4897eb00;
    color: #036;
}

.ui-datepicker .daterange a {
    background: #eff7fa;
}
.ui-datepicker:has(.ui-datepicker-header){ 
padding: 20px 25px 20px 25px !important;
border: 1px solid var(--border-color) !important;  
border-top-width: 0px !important;border-radius: 0px; 
box-shadow: 0px 0px 0px #777 !important;    
z-index:9999 !important;
}

.ui-widget-header {
    border: 0;
    background: #fff;
    color: #555;
    font-weight: bold;
}
a.ui-datepicker-prev.ui-corner-all {
    background: #22366e url(../images/left.png) no-repeat !important;
    background-position: 59% 52% !important;
    /* transform: rotate(180deg); */
    border-radius: 50%;
}
a.ui-datepicker-next.ui-corner-all {
    background: #22366e url(../images/right.png) no-repeat !important;
    background-position: 59% 52% !important;
    transform: rotate(0deg);
    border-radius: 50%;
}
.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.html);
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    font-size: 14px;
    color: #496371;
}
.ui-datepicker th {
    padding: 6px 4px;
    text-align: center;
    font-weight: 600;
    border: 0;
    background: #ffffff;
    color: #0058a3;
    text-transform: uppercase;
    font-size: 12px;
}

.ui-datepicker td {
  border: 0;
    padding: 1px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #fff;
    border: 1px solid #cccccc00;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {

    background: #ededed;

}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px 6px;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600 !important;
}
.ui-datepicker .ui-datepicker-current-day a {
    background: #003759;
    color: #fff;
    border-radius: 5px
}
#datepicker.no-bottom-border,#datepicker2.no-bottom-border {
    border-bottom-width: 0px !important;
    border-radius: 4px 4px 0px 0px;
}
/* UI Datepicker End*/

/* Navbar header start*/

nav.navbar.navbar-expand-lg.navbar-light {
 background: #008193; 
} 

.collapse.navbar-collapse{
 justify-content: end;
}
#navbarSupportedContent .fa-phone {
    background: linear-gradient(45deg, #ffa745, #ffc930);
    color: #ffffff;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    border-radius: 50px;
    margin: 0 10px 0px 0;
    outline: 1px dashed #ffffff;
    outline-offset: -3px;
}
.right_contact {
    padding: 0px;
    margin: 0 0 0 0px;
}
.right_contact p {
    font-size: 20px;
    margin: 0 0 5px 0;
    color: #fff;
    text-align-last: end;
    line-height: 13px;
    font-weight: 500;
}
.right_contact a {
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
    color: #ffc930;
    line-height: 20px;
    display: block;
    text-align: center;
}
/* Top Banner */
.lambes_banner {
    background: url(../images/balearia2.jpg) center center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
}
.top_banner {
    padding: 14px 0 14px 0;
    background-color: #9e9e9e26;
}
.tpl_head h1 {
    font-weight: 500;
    font-size: 30px;
    margin: 0 0 0 0;
    color: #fff;
    text-align: center;
}

/* About Design start*/
.about_pg_cont {
    background: #fff;
    padding: 20px 0px 20px 0px;
}
.about_pg_tx {
    background: #fff;
    box-shadow: 10px 15px 46px -16px rgba(0, 0, 0, .54);
    padding: 12px 14px 4px 14px;
    border-radius: 6px;
    text-align: center;
}
.about_pg_tx h2 {
    margin: 0;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
    color: #008193;
    border-bottom: 1px dashed #ffc930;
    display: inline-block;
    padding: 0 0 4px 0;
}

/* Section Design start*/
.custmbackgound {
    background: linear-gradient(45deg, #008193, #1bb1c4);
}
.promo-cards-IIII {
   /*  height: 209px; */
   height:auto;
}
.card{
        margin-top: 20px;
    margin-bottom: 30px;
}
.banner-regions{
    background: url(../images/balearia1.jpg) center center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
    height: 450px;
    width: 100%;
    object-fit: cover;
    position: relative;
}


.banercontent {
    position: absolute;
    padding: 20px;
    top: 213px;
    transform: translateY(-50%);
    background: #ffffffe6;
}
.banner-regions2 {
    background-color: #f7f7f7;
    height: 500px;
    width: 100%;
    position: relative;
    overflow: hidden; /* Add this to prevent any potential overflow */
}

.banner-regions2 .nectar-video-bg {
    width: 100% !important;
    height: 500px !important;
    position: absolute;
    object-fit: cover; /* This is the key property */
    top: 0;
    left: 0;
}

.banner-regions2 .banercontent {
    position: absolute;
    padding: 20px;
    top: 40%;
    transform: translateY(-50%);
    width: 100%; /* Ensure it takes full width */
    z-index: 1; /* Ensure content appears above video */
}
.item.location-scroll-view-component{
        box-shadow: 10px 15px 46px -16px rgba(0, 0, 0, .54);
}
.card__discount {
    color: #008193;
    font-size: 35.92px;
    font-weight: 800;    
    line-height: 44px;
}
.currency {
    color: #008193;
    font-weight: 800;
    font-size: 16.8px;
    line-height: 44px;
    margin-left: 4px;
}

.text--small {
    color: #aaa;
    font-weight: 100;
    font-size: 12.44px;
    line-height: 44px;
    margin-left: 8px;    
}
.card__link {
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    color: #008193;
    text-decoration: none;
}
/* Footer Design start*/
.bottoms_calls {
    background: linear-gradient(45deg, #008193, #1bb1c4);
    padding: 8px 0;
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
}
.bottoms_calls p {
    font-size: 18px;
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 600;
}
.bottoms_calls a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 2px;
}

/* Form Design start*/
.form_include {
    padding: 30px 0 35px 0;
}
.form_bx {
    box-shadow: 0 1px 4px rgb(0 0 0 / 40%);
    box-shadow: inset 0px 0px 4px 1px rgb(0 0 0 / 40%);
    background: #fff;
    padding: 15px 15px 25px 15px;
    border-radius: 4px;
}

.form-check-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;   
}    
.customradio {
    display: block;
    position: relative;    
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
    background: transparent;
    width: auto;
    height: auto;
    border-radius: 18px;
    letter-spacing: 0;
    font-weight: 600;
    margin: 0px 15px 12px 0;
    font-size: 14px;
    padding: 5px 8px 5px 28px;
    text-align: left;
    float: left;
    line-height: 14px;
}

/* Hide the browser's default radio button */
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 5px;
    left: 8px;
    height: 14px;
    width: 14px;
    background-color: transparent !important;
    border-radius: 50%;
    border: 1px solid #ffc930 !important;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the radio button is checked, add a orange background */
.customradio input:checked ~ .checkmark {
  background-color: white;
  border:1px solid #5d5d5d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffc930;
}
.form-control[readonly] {
    cursor: pointer;
    background-color: #fff;
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: no-drop;
    background-color: #e9ecef;
    opacity: 1;
}

/* Custom Dropdown box css*/
.dropdown-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
}

.dropdown-input-wrapper {
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.frm_llbs {
    position: absolute;
    left: 15px;
    z-index: 2;
    display: flex;
    align-items: center;
}

.frm_llbs img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.dropdown-input,.form-control {
    width: 100%;
    padding: 18px 20px 18px 45px;
    font-size: 17px;
    border: 2px solid var(--border-color);
    border-radius: 5px;
    background-color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
font-weight: 600;    
}

.dropdown-input:focus {
    outline: none;
/*    border-color: var(--primary-color); */
    box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.2);
}

.dropdown-input::placeholder {
    color: #b2bec3;
}

.dropdown-options {
    position: absolute;
    padding: 10px;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    /* max-height: 300px;overflow-y: auto;*/
}

.dropdown-container.active .dropdown-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-options ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-options li {
    padding: 12px 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;    
    border: 1px solid #8994a5;
    background-color: #8994a517;
    border-radius: 8px;
    margin: 8px auto;
}

.dropdown-options li:hover {
    background-color: var(--light-gray);
}

.dropdown-options li.selected {
    background-color: rgba(108, 92, 231, 0.1);
    color: var(--primary-color);
    font-weight: 500;
}

.dropdown-options li:not(:last-child) {
   /* border-bottom: 1px solid var(--border-color); */
}

.dropdown-options li p{
     width: 100%;
    margin: 0;   
}
.dropdown-options li .fa-ship{
    font-size: 20px;
    padding: 10px;
    color: #fbfcff;
    background-color: #058a9c;
    clip-path: circle();
    margin-right: 15px; 
}
.dropdown-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
    transition: transform 0.3s ease;
}

.dropdown-container.active .dropdown-icon, .custom-select.open .dropdown-icon {
    transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease;
}

/* Custom Select box css*/
.custom-select {
  position: relative;
  width: 100%;
}

.custom-select__trigger {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ced4da;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 99;
  max-height: auto;
  /* overflow-y: auto; */
}

.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.custom-option {
  position: relative;
  padding: 7px 15px;
  cursor: pointer;
  transition: all 0.3s;
}

.custom-option:hover {
  background-color: #f8f9fa;
}

.custom-option.selected {
  background-color: #e9ecef;
}
button {
    width: 100%;
    color: #fff;
    border: 1px solid #1bb1c4;
    padding: 15px 20px 15px 45px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    border-radius: 5px;
    background: linear-gradient(45deg, #008193, #1bb1c4);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Thankyou Page Css Start*/

.container-fluid {
    /* background-color: #f7f7f7; */
    background-color: #ffffff;
}
.thankouter{
 padding:15px 0px 20px;   
}
.thankinnerbox {
    padding: 20px 0px 20px;
}

.thnk-yu {
    width: 40%;
    margin: 10px auto;
    text-align: center;
    box-shadow: 10px 15px 46px -16px rgba(0, 0, 0, .54);
    padding: 22px 4px;
    background-color: #ffffff;
}
.outer_cldetailbox{
    width:100%;
    text-align: left;    
}
.thnk-yu h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 15px 0px 20px;
}
.thnk-yu p {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0px 30px;
    line-height: 33px;
    font-weight: 500;
}
.thankyouagentbtn {
    background: linear-gradient(45deg, #008193, #1bb1c4);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 20px;
    font-weight: 800;
    padding: 6px;
    width: 70%;
    margin: 0 auto 20px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 10px 15px 46px -16px rgba(0, 0, 0, .54);
}
.thankyouagentbtn p {
    font-size: 20px;
    font-weight: 800;
    padding: 0;
    letter-spacing: 2px;
    margin: 0;
}
.calringshadow {
    border: 2px solid #ffffff;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    top: 0px;
}

.calringshadow:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    display: block;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff repeat scroll 0 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite;
}
.thankyouagentbtn i {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 32px;
    color: #ffffff;
    background: #ffffff00;
    /* border: 1px solid #ffffff; */
    text-align: center;
    margin: 0px;
    border-radius: 50%;
    position: relative;
    z-index: 0;
}
/* Thankyou Page Css End*/

#mobileviewshow{
display:none;
}
@media (min-width:800px) {
    
}
@media only screen and (min-width:600px) and (max-width:799px) {
 .ui-widget.ui-widget-content {
    width: 40% !important;
}   
}
@media only screen and (min-width:320px) and (max-width:599px) {
/* Header Design start*/    
#desktopview{
display:none;
}  
#mobileviewshow{
display:block;
}  
.navbar-brand {
width: 100%;
text-align:center;
}

img.logoimg-dsnp {
    max-width: 55%;
}    
.banner-regions2 .banercontent,.banercontent {
    top: 50%;
}
.promo-cards-IIII {
    height: auto;
}

/* Form Design start*/
.dropdown-input {
    padding: 12px 15px 12px 40px;
    padding: 18px 20px 18px 40px;    
}
.frm_llbs {
    left: 12px;
}
.dropdown-icon {
    right: 12px;
    width: 18px;
    height: 18px;
}
.dropdown-options li {
    padding: 10px 15px;
}
.ui-widget.ui-widget-content {
    width: 90.3% !important;
    left: 18.5px !important;
}
/* Thankyou Page Css Start*/
.thnk-yu {
    width: 100%;
}
.outer_cldetailbox div {
    font-size: 14px;
}
.thankinnerbox {
        padding: 6px 0px 20px;
    }
.thnk-yu h2 {
    font-size: 19px;
}
.thankyouagentbtn {
        width: 82%;
    }
    .calringshadow:before {
        width: 52px;
        height: 52px;
    }
    .thankyouagentbtn i {
        width: 54px !important;
        height: 52px !important;
        line-height: 34px;
        padding-top: 12px;
        font-size: 27px;
    }
    .thankyouagentbtn i:before {
        z-index: 99;
        position: absolute;
        left: 26%;
    }
    .thankyouagentbtn p {
        font-size: 18px;
        font-weight: 800;
        padding: 0;
        letter-spacing: 2px;
        margin: 0;
    }    
/* Thankyou Page Css End*/

}
