﻿@font-face {
  font-family: 'coconlight';
  src: url("fonts/Cocon-Light.eot");
  src: url("fonts/Cocon-Light.woff2") format("woff2"),url("fonts/Cocon-Light.woff") format("woff"),url("fonts/Cocon-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'coconregular';
  src: url("fonts/CoconPro-Regular.eot");
  src: url("fonts/CoconPro-Regular.woff2") format("woff2"),url("fonts/CoconPro-Regular.woff") format("woff"),url("fonts/CoconPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'coconbold';
  src: url("fonts/Cocon-Bold_gdi.eot");
  src: url("fonts/Cocon-Bold_gdi.eot?#iefix") format("embedded-opentype"),url("fonts/Cocon-Bold_gdi.woff") format("woff"),url("fonts/Cocon-Bold_gdi.ttf") format("truetype"),url("fonts/Cocon-Bold_gdi.svg#Cocon-Bold") format("svg");
  font-weight: normal;
  font-style: normal
}

/*
  Site wide styles
*/
body, body.skin-white {
  color: #6f6e6e !important;
  font-family: Arial,Helvetica,sans-serif;
  font-size: .938em !important;
  font-weight: 400;
  line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "coconregular",Helvetica,sans-serif;
  color: #005c97;
  margin: 0;
}

h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h2, .h2 {
  font-size: 1.667em;
}

a {
  color: #00b6f0;
  font-weight: bold;
  text-decoration: none !important;
}

.Laya-img {
  width: 100%;
  height: auto;
}

p {
  margin: 15px 0px 15px 0px;
}



/*.btn-get-quote {
  background: linear-gradient(#d60570,#991636);
  color: white;
  font-family: "coconregular";
  border-radius: 10px;
  border: none;
  padding: 5px;
  min-width: 150px;
  min-height: 35px;
  font-size: 1em;
  font-weight: bold;
}*/

.btn-get-quote:hover {
  background: linear-gradient(#991636,#d60570);
  text-decoration: none;
  color: #fff;
}

/*.btn-get-quote:hover {
  text-decoration: none;
  color: #fff;
}*/

.btn-get-quote:visited {
  text-decoration: none;
  color: #fff;
}

.btn-get-quote:active {
  text-decoration: none;
  color: #fff;
}

.btn-get-quote {
  font-family: "coconregular",Helvetica,sans-serif;
  background: linear-gradient(#d60570,#991636);
  /*border: 2px solid #15BEF0;*/
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 32px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: white;
  border-radius: 10px;
}

/*
  Master page styles
*/

.top-bar {
  display: flex;
  justify-content: space-between;
}

.Laya-Logo {
  max-width: 220px;
  width: 100%;
  margin: 20px 0px 20px 0px;
}

.call-now a {
  color: #005c97;
}

.global-links {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

  .global-links li {
    list-style-type: none;
    line-height: 25px;
    font-size: 1.068em;
    margin: 0 0 0 -20px;
  }

.global-button:hover {
  text-decoration: none;
  color: #fff;
}

.global-button:visited {
  text-decoration: none;
  color: #fff;
}

.global-button:active {
  text-decoration: none;
  color: #fff;
}

.global-button {
  color: #fff;
  display: block;
  border-radius: 0 0 0 22px;
  padding: 0 45px 0 40px;
  border-left: solid 2px #fff;
  font-family: "coconregular";
  background: #15bef0;
  text-decoration: none;
  font-weight: normal;
}

  .global-button:hover {
    background-color: #e40571;
  }


.call-now {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.Opening-hours {
  display: flex;
  flex-direction: row;
  justify-content: end;
  font-size: smaller;
}

.dropdown-item {
  padding: 15px;
}

  .dropdown-item:hover {
    background-color: #00679a !important;
    color: white !important;
  }

.Laya-nav {
  background: linear-gradient(to left,#00679b,#1a3760) !important;
}

.Laya-Nav-Item {
  padding: 15px 0px;
}

.nav-font {
  color: white !important;
}

.Laya-Footer {
  padding: 10px 0px 0px 0px;
  background: url(../img/dots_bg.jpg) repeat-x left top;
}

  .Laya-Footer .Laya-Footer-Background {
    background: linear-gradient(to left,#00679b,#1a3760);
    color: white;
    padding:30px 0px 30px 0px;
  }

  .Laya-Footer .Footer-Header {
    font-size: .933em;
    color: #15bef0;
    line-height: 1.3em;
    font-weight: inherit;
  }

  .Laya-Footer .footer-Header-Row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
  }

  .Laya-Footer .footer-links {
    border-right: 2px solid #3e6288;
  }

  .Laya-Footer .Footer-Link {
    color:white;
    font-size:14px;
  }

  .Laya-Footer .Legal {
    font-size: .867em;
  }

  .Laya-Footer .footer-divider {
    color: #3e6288;
  }

  .Laya-Footer a {
    font-weight:inherit;
  }

  .Laya-Footer .Social-Links {
    margin:0px 0px 0px 5px;
  }

  .dropdown:hover > .dropdown-menu {
    display: block;
  }

.Nav-List-Arrows {
  color: #e40571
}

.dropdown-toggle::after {
  color: #15bef0;
}
/*
  Adjustments for mobile
*/
@media(max-width: 770px) {
  .global-links {
    display: none;
  }

  .Laya-Choice-Section {
    display: flex;
    flex-direction: column !important;
    align-items: center;
  }

  .Why_Laya_Choice {
    width: 100% !important;
  }

  .call-now {
    display: none !important;
  }

  .Opening-hours {
    display: none !important;
  }

  .phone-symbol {
    display: inherit !important;
    margin: 20px;
  }
}

@media(max-width: 990px) {
  .dropdown-item {
    border-top: 1px solid #6894b1;
    color: white;
  }

  .navbar-nav .dropdown-menu {
    background-color: #00679a !important;
    color: white !important;
  }

  .dropdown-menu {
    padding: 0px;
  }
}


/*
  Default page styles
*/

.Laya-Choice-Section {
  display: flex;
  flex-direction: row;
}

/*
  Widget
*/
@media (max-width: 600px) {
    .Widget-Content {
        flex-direction: column;
        align-content: center;
    }
}

.Widget-bg {
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.WidgetText {
  color: white;
  width: 8em;
  text-align: center;
  /*font-size:2vw;*/
}


.Insurance-widget {
  background-color: white;
  color: grey;
  border-radius: 10px;
  padding: 20px;
  /*max-width: 35%;*/
  z-index: 5;
  box-shadow: 3px 3px 6px 0 rgb(66 66 66 / 50%);
  /*min-width: 35%;*/
  width: 670px;
}

  .Insurance-widget .Widget-Icon-List {
    display: flex;
    flex-direction: row;
  }

  .Insurance-widget .Widget-Cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #005c97;
    font-family: "coconregular";
    border-radius: 10px;
    width: 20%;
    text-align: center;
  }

  .Insurance-widget .Widget-icon {
    height: auto;
    width: 100px;
    border: 1px solid lightgrey;
    border-radius: 100%;
    background-color: #caeaf5;
    margin-bottom: 5px;
  }

    .Insurance-widget .Widget-icon:hover {
      background-color: #e40571;
      font: white;
    }

  .Insurance-widget .Widget-button {
    background: linear-gradient(#d60570,#991636);
    color: white;
    font-family: "coconregular";
    border-radius: 10px;
    border: none;
    padding: 5px;
    min-width: 150px;
    min-height: 35px;
    font-size: 1em;
    font-weight: bold;
    max-height:35px;
    margin-top:25px;
  }

    .Insurance-widget .Widget-button:hover {
      background: linear-gradient(#991636,#d60570);
    }

#widgetBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.Discount-message {
  background-color: rgba(220,47,91,0.8);
  color: white;
  text-align: center;
  padding: 5px;
  top: 0px;
  width: 100%;
  padding: 15px 0px;
  font-weight: bold;
}

.TravellersDetails {
  display: inline-block;
  width: 260px;
  margin-bottom: 10px;
  color: #005c97;
}

.Discount-textbox {
  width: 220px;
  margin-top: 10px;
}

#chlPrivateMedical {
  display: inline;
}

@media(max-width:770px) {
  .Insurance-widget {
    position: inherit;
    max-width: 100%;
  }

  .Discount-message {
    display: none;
  }

  .WidgetText {
    display: none;
  }

  .Widget-bg {
    background-image: none !important;
    height: 100%;
  }

  #widgetBox {
    height: auto !important;
  }
}

.TravellersDetailsSection {
  background-color: #efedee;
  padding: 10px;
  color: #005c97;
}

#NumberOfAdults {
  margin: 5px;
}

#TravellersDOB {
  margin: 5px;
}

  #TravellersDOB #DOBSecond {
    margin: 5px 0px;
  }

  #TravellersDOB #DOBthird {
    margin: 5px 0px;
  }

  #TravellersDOB #DOBFourth {
    margin: 5px 0px;
  }

  #TravellersDOB #DOBFifth {
    margin: 5px 0px;
  }

  #TravellersDOB #DOBSixth {
    margin: 5px 0px;
  }

  #TravellersDOB #DOBSeventh {
    margin: 5px 0px;
  }

.rlPrivate {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  color:black;
}

  .rlPrivate td {
    margin-left: 10px;
    outline: 1px solid #ccc;
    outline-offset: -1px;
    outline-style: auto;
    padding: 5px 15px 0px 15px;
    cursor: pointer;
  }

    .rlPrivate td:hover {
      background-color: #ddd;
      cursor: pointer;
      border: none;
    }

    .rlPrivate td input[type="radio"] {
      margin-right: 5px;
      cursor: pointer;
    }

    .rlPrivate td label {
      cursor: pointer;
    }

.Why_Laya_Choice {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
  flex-grow: 1;
  flex-basis: 0;
}

  .Why_Laya_Choice img {
    height: auto;
    width: 100px;
    margin-bottom: 50px;
  }

/*  .Laya-Choice_img {
    height: auto;
    width: 100px;
    margin-bottom: 50px;
  }*/

.Laya_Choice-Text {
  text-align: center;
}

.Laya-Accordion-Content {
  border-top: 0 !important;
  background-color: #dbf2fc !important;
}

.Homepage-Accordion-Card {
  border: 0px !important;
}

.Homepage-Accordion-Header {
  background-color: white !important;
}

.Homepage-Accordion-Card .Homepage-Accordion-Header h5:hover {
  cursor: pointer;
}

.Homepage-Accordion-Card .Homepage-Accordion-Header h4:hover {
  cursor: pointer;
}
/*
  Travel Insurance Section
*/
.Travel-Insurance-Headers h1 {
  color: #15bef0
}

.Travel-Insurance-Headers h2 {
  color: #e40571
}


.cms-Content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*
  FAQ Page
*/
.FAQ-button {
    text-align: left;
    color: #005c97;
}

.HideText {
  display: none;
}

.Showtext {
  display: block;
}

.Accordion-Text p {
  color: rgb(27, 53, 95);
}


.panel-title::after {
  content: "\f107";
  color: #00a0df;
  top: 15px;
  right: 15px;
  position: absolute;
  font-family: "FontAwesome";
  font-weight: bold;
  font-size: 20px;
  transform: scale(1.2,1.5);
}

.panel-title[aria-expanded="true"]::after {
  content: "\f106";
  font-weight: bold;
  font-size: 20px;
  color: #00a0df;
  transform: scale(1.2,1.5);
}


.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}

.popover {
  z-index: 1060;
  width: 100%;
  max-width: 600px !important;
}

@media(max-width:770px) {
  .popover {
    z-index: 1060;
    width: 90%;
    max-width: 100% !important;
  }
}