
/*====================================== GENERAL STYLES =========================*/
:root{
  --color-first:#2f6271;
  --color-second:#f45d6b;
  --color-content: #666;
  --bg-light:#f7f7f7;
  --font-family-heading:'Gilda Display', serif;
  --font-family-sub-heading: 'Barlow Condensed', sans-serif;
  --font-family-content:'Barlow', sans-serif;
} 
*,
::after,
::before{
box-sizing: border-box;
}
p{
 white-space:pre-line;
}
* {
margin: 0;
padding: 0;
font-family: var(--font-family-content);
font-weight: 400;
font-size: 16px;
letter-spacing: 0.01em;
line-height: 1.5;
color: var(--color-content);
text-transform: none;
}
.decorationNone{
text-decoration: none;
}
html {
scroll-behavior: smooth;
}
img {
object-fit: cover;
object-position: center;
}
.paddingDiv {
padding: 50px 0;
}
.font-size-1 {
font-size: 1rem;
}
.font-size-15 {
font-size: 1.5rem;
}
.font-size-2 {
font-size: 2rem;
}
.font-size-25 {
font-size: 2.5rem;
}
.font-size-3 {
font-size: 3rem;
}
.font-size-35 {
font-size: 3.5rem;
}
.bg-first{
background:var(--color-first);
}
.bg-second{
background:var(--color-second);
}
.firstColor,.webContent .firstColor,small.firstColor{
color:var( --color-first);
}
.secondColor,.webContent .secondColor,small.secondColor{
color:var( --color-second);
}
.button,input[type=submit].button{
display: inline-block;
border-radius: 0;
padding: 13px 50px;
height: 50px;
color: #fff;
font-size: 18px;
font-weight: 500;
letter-spacing: 1px;
border: 2px solid transparent;
text-transform: capitalize;
outline: 0;
cursor: pointer;
line-height: 35px;
background-color: rgba(0, 0, 0, 0);
position: relative;
z-index: 2;
}
.button.btn-second:focus,.button.btn-first:focus,input[type=submit].button:focus{
  color: #fff;
}
.button.btn-subscribe{
  background: var(--color-second);
  padding:0 50px;
}
.internalBanner .button.btn-subscribe{
  height: 41px;
}
.button.btn-first, .button.btn-second:hover{
  border: 1.5px solid var(--color-second);
}
.button.btn-second,.button.btn-first:hover{
  border: 1.5px solid var(--color-first);
}
.button.btn-second::after,.button.btn-first::after {
  content: "";
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left:7px;
  height: 50px;
  transition: 0.3s;
}
.button.btn-first::after,.button.btn-second:hover::after,input[type=submit].btn-first {
  background-color: var(--color-first);
}
.button.btn-second::after,.button.btn-first:hover::after,input[type=submit].button.btn-first:hover  {
  background-color: var(--color-second);
}
input[type=submit].button.btn-first,#add-personalize-options.button.btn-first,.anotherTripbuttons.button.btn-second,
.signupwithsocial .button.btn-first{
  border: none;
  line-height: 15px;
}
#add-personalize-options.button.btn-first::after,.anotherTripbuttons.button.btn-second::after,
.signupwithsocial .button.btn-first:after{
  top: 0;
  left: 0;
}
.button.btn-first.bg-facebook:after{
  background-color: #3b5998;
}
.button.btn-first.bg-google:after{
  background-color: #DB4437;
}
.button i,.button:hover {
color: #fff;
}
.button input[type="submit"] {
color: #fff;
border: 0;
padding: 0;
font-weight: 700;
background: 0 0;
text-transform: uppercase;
}
button.button:focus,button.btn:focus,input.form-control:focus,select.form-control:focus,textarea:focus {
outline: 0 !important;
box-shadow: none !important;
}
ul li {
list-style: none;
}
.hideInMobile {
display: block;
}
.hideInWeb,.sideBar {
display: none;
}
.webContent {
margin-bottom: 25px;
}
.webContent .mainHeading {
font-size: 2rem;
font-weight: 400;
color: var(--color-first);
text-transform:initial;
font-family:var(--font-family-heading);
letter-spacing: 0;
margin-bottom: 5px;
line-height: 1.25em;
}
.webContent .subHeading {
font-size: 1.3rem;
color: var(--color-second);
letter-spacing:6px;
text-transform: uppercase;
font-family:var(--font-family-sub-heading);
font-weight: 400;
margin-bottom: 5px;
}
.webContent.textWhite .mainHeading,.webContent.textWhite .subHeading,.webContent.textWhite p {
color: #fff;
}
.webContent .mainHeading.firstColor,.webContent .subHeading.firstColor,.webContent p.firstColor {
color:var(--color-first);
}
.webContent .mainHeading.secondColor,.webContent .subHeading.secondColor,.webContent p.secondColor {
color:var(--color-second);
}
.webContent p,.webContent p span {
color: var(--color-content);
font-size: 1.15rem;
line-height: 1.5 !important;
background: transparent !important;
}
.webContent .line{
  display: inline-block;
  width: 200px;
  height:1.5px;
  background: linear-gradient(90deg,#f7f7f7,#f45d6b,#f7f7f7);
  margin-bottom: 15px;
}
.webContent.textWhite .line.color-first,.webContent .line.color-first{
  background: linear-gradient(90deg,#2f6271,#f7f7f7,#2f6271);
}
.webContent.textWhite .line.color-second,.webContent .line.color-second{
  background: linear-gradient(90deg,#f45d6b,#f7f7f7,#f45d6b);
}
input.form-control, select.form-control{
height: 41px;
border-radius: 0;
}
textarea.form-control {
resize: none;
border-radius: 0;
}
.wrapper {
position: relative;
}
.displayFlex {
display: flex;
justify-content: center;
align-items: center;
}
.boxShadow {
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.24);
}
.lightBg {
background:var(--bg-light);
}
.posRel{
position: relative;
}
.posAbs{
position: absolute;
}
.breadcrumb-item.active a {
color: #2f6271 !important;
font-weight: 600;
}
.text-limit-1{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.text-limit-2{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
height: 46px;
}

.text-limit-3{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
height: 80px;
}
.h-40{
height: 40px !important;
}
.h-45{
height: 45px !important;
}
body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}
.giftcardBanner{
  background: url(../img/gift-card-imgs/gift-card-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}
/*====================================== BANNER STYLE ===========================*/
.mainBanner{
  z-index: 2;
  width: 100%;
  height: 650px;
}
/* .mainBanner:before{
background: url(../img/bannerOverlay.png);
background-repeat: no-repeat;
background-size: cover;
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 1;
}  */
.mainBanner .button.btn-second,.giftcardBanner .button.btn-second{
  border-color: #fff;
}
#bannerVideo{
  position:absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
.bannerContent{
  z-index: 3;
}
.mainBanner .webContent .subHeading,.giftcardBanner .webContent .subHeading{
  font-size: 2rem;
}
.mainBanner .webContent .mainHeading,.giftcardBanner .webContent .mainHeading{
  font-size: 3.5rem;
}
.mainBanner.deals-banner-section .webContent .mainHeading{
  font-size: 2.7rem;
}
.internalBanner{
background: var(--color-first);
background-repeat: no-repeat;
background-size: cover;
}   
.internalBanner.cruiseBanner .button.btn-subscribe{
  height: 41px;
}
.article-details a,.policySection a{color:#2f62710ff;}
/*====================================== OWL CAROUSEL STYLE =====================*/
.owl-theme .owl-nav [class*="owl-"] {
margin: 0 !important;
}
.owl-carousel .owl-nav button span {
opacity: 0;
width: 0;
height: 0;
}
.owl-carousel .owl-nav button:focus {
outline: 0 !important;
border: 0 !important;
}
.owl-carousel .owl-nav button:hover {
background: 0 0 !important;
}
.owl-carousel .owl-nav button.owl-next::after,
.owl-carousel .owl-nav button.owl-prev::after {
content: "";
display: inline-block;
width: 15px;
height: 15px;
top: 10px;
right: 5px;
bottom: 5px;
left: 20px;
transform: rotate(45deg);
border-radius: 0;
border: 4px solid var(--color-first);
border-left: 0;
border-bottom: 0;
}
.owl-carousel .owl-nav button.owl-prev::after {
left: 20px;
margin-left: -10px;
margin-top: -25px;
}
.owl-carousel .owl-nav button.owl-next::after {
margin-left: -10px;
margin-top: 10px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
width: 40px;
height: 40px;
background: #fff !important;
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
position: absolute;
bottom: -30%;
}
.carousel-arrow-bottom .owl-carousel .owl-nav button.owl-next,.carousel-arrow-bottom .owl-carousel .owl-nav button.owl-prev{
  bottom: -5%;
}
.owl-carousel .owl-nav button.owl-prev {
left:46%;
transform: rotate(180deg);
}
.photoGallery .owl-carousel .owl-nav button.owl-prev{
  left: 45%;
}
.owl-carousel .owl-nav button.owl-next {
right:46%;
} 
.photoGallery .owl-carousel .owl-nav button.owl-next{
  right: 44%;
}
.photoGallery .owl-carousel .owl-nav button.owl-prev,.photoGallery .owl-carousel .owl-nav button.owl-next{
  bottom: -40%;
}
/*====================================== HEADER STYLE ===========================*/
.header{
background: #fff;
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar .navbar-search-box {
height: 35px;
width: 30%;
/*padding-left: 20px;    
padding-right: 45px;*/
}
.menuButton i {
color: #E2242E;
font-size: 1.5rem;
}
.navbar-search-box{
background: var(--bg-light);
}
.navbar .navbar-brand .logo,.logo-port img {
width: 200px;
}
header .navbar-nav .nav-item {
padding: 0 10px;
text-align: center;
}
header .navbar-nav i{
  font-size: 0.6rem;
  vertical-align: middle;
  font-weight: 600;
  margin-left: 2px;
}
header .navbar-nav i.icon-menu{
  font-size: 0.9rem;
  vertical-align: middle;
}
.planning-drop-down.nav-item .button{
  padding: 13px 20px;
  font-size: 0.95rem;
}
header .navbar-nav .nav-item .button.btn-second,.accountSection .button.btn-second,.accountSection .button.btn-first{
  line-height: 20px;
  border: 0;
}
header .navbar-nav .nav-item .button.btn-second::after,.accountSection .button.btn-second::after,
.accountSection .button.btn-first::after{
  top: 0;
  left: 0;
 }
.submenu-web{
  position: absolute;
  top: 180%;
  left:0%;
  width: auto;
  z-index: 10000;
  display: none;
}
.submenu-web .card{
  border-radius: 0;
}
#div_collapseTravelInspiration{
  width: 600px;
}
#div_collapseDestination,#div_collapseExplore,#div_collapseVacations,#div_collapseSafaris{
  width: 850px;
  overflow: hidden;
}
@media only screen and (max-width:1024px){
  .submenu-web#div_collapseSafaris{
    left: -180%;
  }
}
#div_collapseHotels,#div_collapseCruiseDeals{
  min-width: 900px;
}
#div_collapseExplore,#explore-tab{
  max-height: 400px;
}
#explore-tab{
  overflow-y: scroll;
}
#div_collapseStartPlanning.submenu-web{
  top: 125%;
}
#region-Europe,#explore-getaways,#travel-review-europe,#cruise-deals-cruise-lines-royal-caribbean,#vacations-Europe, 
#destination-region-tab,#div_collapseTravelInspiration,#div_collapseTravelShop{
  min-height: 250px;
  max-height: 400px;
  overflow-y: scroll;
}
.travel-list{
  text-align: left;
  column-count: 1;
}
.travel-list.columnList{
  column-count: 2;
  column-gap: 20px;
}
/*#region .travel-list.columnList,#div_collapseSafaris .travel-list.columnList,#div_collapseTravelInspiration .travel-list.columnList{
  column-count: 2;
  column-gap: 20px;
}*/
.submenu-web .travel-list li{
  padding:10px 0;
  position: relative;
}
.submenu-web li ul li{
  padding: 5px 0;
}
.submenu-web .travel-list li:not(:nth-last-child(1)){
  border-bottom:0.4px solid rgba(0, 0, 0,0.2);
}
.submenu-web .travel-list li a{
  font-weight:500;
}
.submenu-web ul ul{
  padding: 0;
  display: none;
  position: absolute;
  top: 50%;
  left:100%;
  text-align: left;
  padding: 15px;
  background: #fff;
  z-index: 20000;
}
 .submenu-web ul ul ul{
  min-height: 200px;
  max-height: 500px;
  overflow-y: scroll;
 }
.submenu-web ul ul li{
  width:200px;
}
.submenu-web ul li:hover>ul{
  display: block;
  font-weight: normal;
}
header .navbar-nav .nav-item:nth-last-child(1) {
padding-right: 0;
}
header .navbar-nav .nav-item .nav-link,.sideBar .nav-link {
font-size: 15px;
color: #2f6271;
font-weight: 500;
padding: 0;
text-transform: capitalize;
display: inline-block;
letter-spacing: 0;
cursor: pointer;
}
header .navbar-nav .submenu-web .nav-pills.button{
  text-align: left;
}
header .navbar-nav .submenu-web .nav-pills .nav-link{
  padding: 7px;
  margin-bottom: 10px;
}
header .navbar-nav .submenu-web .nav-pills .nav-link.active,header .navbar-nav .submenu-web .nav-pills .show>.nav-link{
  border: 0;
  background: #fff;
}
header .navbar-nav .nav-item{
  position: relative;
}
.navbar-search-box {
position: relative;
}
.navbar-search-box label {
margin-bottom: 0;
position: absolute;
right: 0;
top: 5px;
display: inline-block;
width: 50px;
text-align: center;
background: 0 0;
font-size: 18px;
}
.navbar-search-box label i {
color: var(--color-second);
}
.search-input {
border: none;
display: block;
width: 100%;
height: 33px;
line-height: 33px;
font-size: 0.8rem;
background-color: transparent;
padding: 0;
outline: 0;
float: left;
color: #2f6271;
padding-left:10px;    
}
.navbar-search-box a,
.navbar-search-box a:hover {
text-decoration: none;
}
header .second-nav.navbar-nav .nav-item{
  padding: 0 13px;
}
header .second-nav.navbar-nav .nav-item .nav-link{
  font-size: 1rem;
}
.weather-img{
float: left;
width: 50px;
margin-top:0px;
}
.weather-text {
float: left;
font-size: 14px;
font-weight: bold;
color:var(--color-second);
margin-top:4px;
margin-right: -10px;
margin-bottom: 0;
}
.sideBar .navCategoryList{
margin-bottom: 20px;
}
.sideBar .navCategoryList .show-hide-category {
font-size: 1.3rem;
font-weight: bold;
color: #2f6271;
margin-bottom: 5px;
}
.sidebarline{
width:100px;
height: 2px;
margin-bottom: 15px;
background: #E2242E;
}
.sideBar .navCategoryList .subcategoryList .navbar-nav .nav-item .nav-link {
color: #E2242E;
font-size: 0.95rem;
}
.navCategoryBlock{
display: flex;
flex-wrap:wrap;
}
.navCategoryBlock .navCategoryList{
flex-basis: 16%;
}
.sideBar {
width: 100%;
height: 100vh;
background: #fff;
display: block;
position: fixed;
z-index: 9999;
top: 70px;
right: 0;
overflow-y: scroll;
transform: translateX(100%);
}
.sideBar::-webkit-scrollbar {
width: 10px;
}
.sideBar button.bg-transparent {
position: absolute;
top: 20px;
right: 10px;
}
.sideBar button.bg-transparent i{
font-size: 2em;
color: #E2242E;
}
.toggle-text {display: none;}
a.toggleMore{
  color: #2f6271;
  font-weight: bold;
  cursor: pointer;
  }
  li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
}
li.drop-down>ul{
  left: 0px;
  min-width: 230px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
  }

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
  color: #fff;
  display: block;
  padding: 20px 22px;
  text-decoration: none;
  background-color: #365670;
  border-bottom: 1px dotted #547787;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
  border-bottom: 1px dotted #B8C7BC;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus{
  text-decoration: none;
  background-color: transparent !important;
  color: #ccc !important
}
/*====================================== FOOTER STYLES ==========================*/
.fixedFooter,.planButtonBlock{
  border-top: 2px solid var(--color-second);
  background: url(../img/fixedfooterbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.fixedFooter .webContent .mainHeading{
  font-size: 1.5rem;
}
.fixedFooter ul li,footer .copyright ul li{
  display: inline-block;
}
footer{
  position: relative;
  background-image: url(../img/2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
footer:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color:rgba(47,98,113, 0.9);
}
.footer-useful-links li{
margin-bottom: 15px;
}
.footer-useful-links .footer-heading{
    color: var(--color-second);
    font-family: var(--font-family-sub-heading);
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.8;
    margin-bottom: 10px;
}
.footer-useful-links li a,footer a{
color: #fff;
text-decoration: none;
}
.footer-useful-links li a,.footerCategoryList ul.nav a{
font-size:1.1rem;
font-weight: 400;
}
.footer-useful-links li a:hover, footer a:hover{
color: #fff;
opacity: 0.7;
}
.social-icons a{
margin-right: 15px;
}
.social-icons a i{
font-size: 1.4rem;
color:#fff;
font-weight: 500;
}
i.icon:after{
  display: none;
}
/*====================================== HOME PAGE ==============================*/
/*==================================== ABOUT ==================================*/ 
  .about-home-section,.itinerary-details-section,.gift-card-service-section{
    background: url(../img/v748-toon-103.jpg);
    background-size:cover;
    background-repeat: no-repeat;
  }
  .aboutImg{
    position: relative;
  }
  .aboutImg:before{
    position: absolute;
    content: '';
    border: 2px solid var(--color-first);
    width: 70%;
    height: 87%;
    left: 10%;
    top: 10%;
    z-index: 1;
  }
  .aboutImg img{
    position: relative;
    z-index: 2;
    width: 46%;
    height: 450px;
    margin-right: 2%;
    object-position: left;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
  }
  .aboutImg .aboutImg2{
    margin-top: 80px;
    object-position: right;
  }
/*==================================== TRIP CARD STYLES =======================*/
  .top-plan-section{
    position: relative;
  }
  .top-plan-section:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    right: 0;
    background: var(--color-first);
  }
  .card.trip-card,.card.luxury-tour-card{
    width: 100%;
    border: 3px solid rgba(255, 255, 255,0.2);
    margin-bottom: 20px;
    transition: 0.3s ease-out;
  }
  .card.trip-card, .card.luxury-tour-card img.luxury-tour-img,.card.trip-card, .card.luxury-tour-card img{
    height: 100%;
    object-position: left;
  }
  .luxury-card-height .card.luxury-tour-card img{
    height: 330px;
  }
  @media only screen and (max-width:992px){
    .luxury-card-height .card.luxury-tour-card img{
      height: auto;
    }
  }
  .card.trip-card{
    height: 450px;
  } 
  .top-plan-section .card.trip-card{
    height: 350px;
  } 
  .card.trip-card.small-top-trip-card{
    height: 300px;
  }
  .card.trip-card .top-trip-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    filter: brightness(0.7);
  }
  .card.trip-card:hover{
    filter: brightness(0.5);
  }
  .card .card-img-overlay{
    display: flex;
    align-items: flex-end;
    z-index: 2;
  }
  .card .card-img-overlay .webContent .subHeading,.membershipSection .webContent .subHeading,.webContent .subHeading.letter-spacing-subheading{
    letter-spacing: 2px;
    line-height: 25px;
  }
/*==================================== POINTER SECTION STYLES =================*/    
  .point-section{
    position: relative;
    margin-bottom: 50px;
  }
  .point-section:before{
    background-color:var(--color-second);
    content: "";
    width: 70%;
    height: 95%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .point-section .callback-img {
    background: url(../img/point-imgs/point-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 540px;
  }
  @media screen and (max-width: 991px) {
    .point-section:before {
      width: 100%;
    }
    .point-section .callback-img {
      min-height: 300px;
      background-position: top center;
      margin-left: calc(-50vw + 50%);
      margin-right: calc(-50vw + 50%);
    }
  }
  @media screen and (max-width: 575px) {
    .point-section {
      margin-bottom: 120px;
    }
  }
  .pointBlock{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .pointBlock .pointImg img{
    width: 80px;
    margin-right: 20px;
  }
  .pointBlock  .webContent .subHeading{
    color: var(--color-first);
    letter-spacing: 3px;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .planButtonBlock{
    border-top: 2px solid var(--color-second);
    background:linear-gradient(rgba(255, 255, 255, 0.4),rgba(255, 255, 255, 0.4)), url(../img/img23.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 15px 55px -15px rgb(0 0 0 / 10%);
    padding: 30px;
    margin-top: 20px;
    margin-bottom: -50px;
  }
/*====================================== ITINERARY PAGE STYLES ==================*/     
.itinerary-section .subHeading{
  margin-top: 20px;
}   
.itinerary-section .subHeading,.itinerary-details-section .webContent .subHeading{
  letter-spacing: 2px;
}
.itinerary-details-section .webContent .subHeading{
  text-transform: capitalize;
  font-weight: 700;
}
.contentHeading ul{
  column-count: 2;
}
.itinerary-section{
padding-top:50px;
}
.itinerary-section ul li a:hover{color:#2f6271;}
.itinerary-details-section .webContent .subHeading{
  color: var(--color-first);
}
.itinerary-section .card .webContent .subHeading{
  font-size: 1.5rem;
  font-weight: 700;
}
.itinerary-section table tr h6{
  padding: 15px 0;
}
.itinerary-section table tr td:nth-child(1){
  text-align: left;
}
.itinerary-section table tr td:nth-last-child(1){
  text-align: right;
}
.itinerary-block{
  position: relative;
  width: 100%;
  height: 550px;
}
.itinerary-block img,.itinerary-block .itinerary-overlay{
  width: 100%;
  height: 100%;
}
.itinerary-block .itinerary-overlay{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
} 
.itinerary-block .itinerary-overlay .itinerary-caption{
  background:rgba(0, 0, 0,0.4);
  padding: 10px 20px;
}
.itinerary-block .itinerary-caption .webContent .mainHeading{
  font-size: 1.7rem;
}
.photoGallery{
  margin-bottom: 100px;
 }
.removePadding{
  padding-top: 65px;
}
.itineraryThumbCarousel img{
  height: 135px;
}
.itinerary-content{
  padding-top: 50px;
  position: relative;
}
.itinerary-content:nth-child(1){
  padding-top: 0;
}
.itinerary-content:after{
  position: absolute;
  content: '';
  width: 20%;
  height: 2px;
  border:2px dashed var(--color-second);
  left: 40%;
  top: 0;
}
.itinerary-content:nth-child(1):after{
  border: none;
}
.contentHeading a{
  color: #0000ff;
}
.contentHeading ul li{
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 1.05rem;
}
.contentHeading ul li,.contentHeading ul li a{
  color: var(--color-content);
}
.contentHeading ul li:before{
  position: absolute;
  left: 5px;
  top: 5px;
  color: var(--color-second);
  font-size: 13px;
  content: '\f192';
  font-family: "FontAwesome";
}
.itinerary-section .contentHeading  ul.scrollnav li{
  padding-left: 0;
}
.itinerary-section .contentHeading  ul.scrollnav li:before{
  display: none;
}
.contentHeading h3,.contentHeading h4,.contentHeading h5{
  font-size: 1.3rem;
  color: var(--color-second);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: var(--font-family-sub-heading);
  font-weight: 400;
  margin-top: 15px;
}
/*============================== BLOG page styles ===================*/
  .blog-img img{
    width: 100%;
    height: auto;
  }
  .blog-section a{
    letter-spacing: 1px;
    font-size: 1.1rem;
  }
/*============================== Article page styles ===================*/   
  .contentHeading ul.relatedList,.gift-card-service-section .contentHeading ul,.gift-card-faqSection .contentHeading ul{
    column-count: 1;
    text-align: left;
  }
  .contentHeading ul.relatedList li a{
    font-weight: 600;
  }
/*============================== Article page styles ===================*/    
  .luxury-tours-content-section blockquote p i{
    color: var(--color-second);
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  .luxury-tours-content-section blockquote p{
    font-size: 1.5rem;
    font-family: var(--font-family-heading);
  }
/*  .luxury-tours-category-section img{
    filter: brightness(0.4);
    width: 100%;
    height: 155px;
  }*/
  .luxury-tour-img{
    height: 100%;
  }
  .luxury-tours-category-section .item,.carousel-arrow-bottom .item{
    margin-bottom: 30px;
  }
  .luxury-tours-category-section .card{
    padding:10px 20px;
    border-radius: 0;
    border: 2px solid var(--color-first);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  }
  .luxury-tours-category-section .card .webContent .subHeading{
    letter-spacing: 1px;
  }
  .card.luxury-tour-card .webContent .mainHeading{
    font-size: 1.4rem;
    font-weight: 600;
  }
  .card.luxury-tour-card .webContent .mainHeading.text-limit-2{
    height: 60px;
  }
  .luxury-tour-category-detail-section .nav-pills .nav-link{
    text-align: left;
    color: var(--color-first);
    font-size: 1.1rem;
    padding: 0.5rem;
    font-weight: 500;
  }
  .luxury-tour-category-detail-section .nav-pills .nav-link.active,
  .luxury-tour-category-detail-section .nav-pills .show>.nav-link{
    border-top: 0;
    border-bottom: 0;
    border-left: 3px solid var(--color-second);
    color: var(--color-second);
  }
  .luxury-tour-category-detail-section .contentHeading h3,.luxury-tour-category-detail-section .contentHeading h4,
  .luxury-tour-category-detail-section .contentHeading h5,.policySection .contentHeading h3,
  .policySection .contentHeading h4,.policySection .contentHeading h5{
    letter-spacing: 2px;
    color: var(--color-first);
  }
  p.contentLineHeight{
    line-height: 0.9;
  }
/*====================================== SHOP PAGE STYLES =======================*/
  .productDetailSection .nav-pills .nav-link.active,.productDetailSection .nav-pills .show>.nav-link{
      border: 0;
  }
  .filterDetails .webContent .subHeading{
    letter-spacing: 2px;
  }
  .filterDetails .button{
    line-height: 45px;
  }
  .shopFilter.plan-option-radio-buttons [type="radio"]:checked + label:before, 
  .shopFilter.plan-option-radio-buttons [type="radio"]:not(:checked) + label:before{
    width: 15px;
    height: 15px;
    vertical-align: middle;
    top: 3px;
    border: 2px solid var(--color-first);
  }
  .shopFilter.plan-option-radio-buttons [type="radio"]:checked + label, 
  .shopFilter.plan-option-radio-buttons [type="radio"]:not(:checked) + label{
    padding-left: 20px;
    padding-top: 0px;
  }
 .shopFilter.plan-option-radio-buttons [type="radio"]:checked + label:after, 
 .shopFilter.plan-option-radio-buttons [type="radio"]:not(:checked) + label:after{
  width: 7px;
  height: 7px;
  top: 7px;
  left: 4px;
 }
 .shopFilter.customcheckbox label:before{
  padding: 6px;
  margin-top: 0;
 }
 .shopFilter.customcheckbox input:checked + label:after{
  top: 6px;
  left: 5px;
  width: 5px;
  height: 10px;
 }
/*====================================== SIGN UP PAGE STYLES =======================*/ 
  .signupwithsocial .button.btn-first{
    padding:0;
  }
  .social-icon-login{
    display: inline-block;
    width: 60px;
    height: 100%;
    text-align: center;
    line-height: 45px;
    margin-right: 20px;
    border-right: 1px solid #fff;
  }
/*====================================== ABOUT PAGE STYLES =======================*/     
  .aboutSection .aboutImg{
    width: 45%;
    margin-right: 35px;
    margin-bottom: 25px;
    float: left;
  }
/*====================================== policy PAGE STYLES =======================*/         
  .contentHeading ul.subCategoryListItems,.policySection .contentHeading ul{
    padding-left: 0;
    column-count: 1;
  }
  .contentHeading ul.subCategoryListItems li{
  padding-left: 25px;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 1.05rem;
  }
/*====================================== Sitemap PAGE STYLES =======================*/             
  .sitemapSection .webContent .mainHeading{
    font-size: 1.5rem;
  }
  .sitemapSection.contentHeading ul{
    column-count: 1;
  }
  .sitemapSection.contentHeading ul.subCategoryListItems ul ul ul{
    column-count: 3;
  }
  .sitemapSection.contentHeading ul.subCategoryListItems ul li:before{
    content: '\f061';
  }
  .sitemapSection.contentHeading ul.subCategoryListItems ul ul li:before{
    content: '\f047';
  }
  .sitemapSection.contentHeading ul.subCategoryListItems ul ul ul li:before{
    content: '\f054';
  }
  .ui-datepicker-title span{
    color: #fff !important;
  }
/*====================================== USER PAGE STYLES =======================*/               
  ul.usertab{
    padding-top: 100px;
  }
  ul.usertab li{
    margin-bottom: 10px;
  }    
  ul.usertab li a{
    display: inline-block;
    width: 100%;
    background: #fff;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    border-left: 2px solid var(--color-first);
  }
  .account-form .webContent .subHeading{
    letter-spacing: 1px;
  }
  .ck-editor__editable {
    min-height: 150px !important;
  }
  .account-form .plan-option-radio-buttons [type="radio"]:checked + label:after, 
  .account-form .plan-option-radio-buttons [type="radio"]:not(:checked) + label:after{
    left: 7px;
    top: 7px;
  }
  .accountSection option{
        background: transparent;
    }
/*====================================== USER PAGE STYLES =======================*/      
.membershipSection .webContent span{
  font-size: 2rem;
  color: var(--color-second);
  font-weight: 500;
}
.membershipSection .webContent del{
  color: var(--color-first);
  font-weight: 500;
}
.swiper-wrapper{
  transition-timing-function: linear;
}
.swiper-container{
  height:300px;
  padding: 10px 5px !important;
}
.swiper-slide{
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin-bottom: 20px;
  height: auto !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.giftcard-block img{
  width: 100%;
  height: auto;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin-bottom: 20px;
}
.card-benefit-section .pointBlock .pointImg img{
  width: 140px;
}
.gift-card-faqSection .accordion-item:not(:nth-last-child(1)){
  border-bottom: 0.5px solid rgba(0, 0, 0, 0);
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #2a2a2a 20%, #2a2a2a 50%, #2a2a2a 80%, rgba(0, 0, 0, 0) 100%) 0 0 1 0;;
}
.gift-card-faqSection .accordion-body{
  padding:0px 20px 10px;
}


/*###################### review page ###################*/
.rating li{display:inline-block;}    
.rating .fa{color:var(--color-second)} 
.btn-rate-us{background:var(--color-first);color:#fff}
.btn-rate-us:hover{color:#fff} 
.view-reviews a:hover{color:#000}  
.review-img{height:150px;}    
.review-slider.owl-carousel .owl-nav button.owl-prev{bottom:auto !important;}    
.review-slider.owl-carousel .owl-nav button.owl-next{bottom:auto !important;} 
.review-section{position:relative; padding-top:100px; padding-bottom:100px;}    
.review-section:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
background-image:url(../img/bg.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;    
}   
.search-place{z-index:2;}
.rating_image{     
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 42%;
z-index:1;
} 
.rating_image img{    
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover; 
    }    

/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}

.star a {
    font-size: 16px;
    color: #28435f;
    font-weight: 500;
    text-decoration: none;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
font-size: 18px; /* Change the size of the stars */
color:var(--color-second); /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
color:var(--color-second);
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
color:var(--color-second);
}
#stars.small-1{
font-size:12px;
}
.subscribeSection small a b{
    font-size: 80%;
}
/* ========================================== DEALS Style ================================================*/
  .deals-banner-section,.deals-banner-section img{
    height: 500px;
    object-fit: cover;
    object-position:center;
  }
  .deals-banner-section .carousel-caption{
    bottom: 25%;
  }
  .deals-banner-section img{
    filter: brightness(0.4);
  }
    .deals-section .card{
      height: 550px;
    }
    .deals-section.cruise-line-sections .card{
      height: 500px;
    }
    .deals-section .card.hori-card{
      height: auto;
    }
    .deals-section .card .webContent small{
      font-weight: 700;
      font-size: 13px;
    }
    .deals-section .card .webContent .text-limit-2{
      height: 55px;
      font-weight: 600;
      margin-bottom:15px;
    }
    .deals-section .card .webContent .mainHeading,.comment-box.webContent .mainHeading,.card-section .webContent .mainHeading{
      font-size: 1.3rem;
    }
    .deals-section .card .webContent p{
      font-size: 0.95rem;
    }
    .deals-section .card .webContent b.subHeading{
        font-size: 2rem;
    }
    .deals-img{
      height: 200px;
    }
    .deals-section .card .contentHeading ul li{
      margin-bottom: 5px;
      font-size: 0.9rem;
    }
    .deals-section .card .contentHeading ul li:before{
      top: 1px;
    }
    #lc-subscription{
      display: none;
    }
    .card-footer-block{
      position: absolute;
      width: 90%;
      left: 5%;
      bottom: 2%;
    }
    .deals-section .card.hori-card .card-footer-block{
      bottom: 2%;
      left: 1%;
      width: 95%;
    }
    .deal-offers {
      display: inline-block;
      width: auto;
      height: 50px;
      line-height: 50px;
      text-align: center;
      padding: 0 40px;
      font-size: 1rem;
      font-weight: bold;
      position: absolute;
      top: 0px;
      left: 0px;
      color: #fff;
      border: none;
    }
    .deal-offers.bg-first{
      background: var(--color-first);
    }
    .deal-offers.bg-second{
      background: var(--color-second);
    }
    .deal-offers::before,.deal-offers::after {
      position: absolute;
      content: "";
      width: 0px;
      height: 0px;
      z-index: 1;
    } 
    .deal-offers::before {
      top: 0;
      left:-1px;
      border-width: 25px 0px 25px 15px;
      border-color: transparent transparent transparent #f7f7f7;
      border-style: solid;
    }
    .deal-offers::after {
      top: 0;
      right:-1px;
      border-width: 25px 15px 25px 0px;
      border-color: transparent transparent transparent transparent;
      border-style: solid;
    }
/* ========================================== REVIEW DETAIL Style ================================================*/    
  .comment-box .review-user-img {
    height: 60px;
    width:60px;
    object-fit: contain;
    margin-right: 10px;
  }
  .user-detail-block{
    flex-basis: 70%;
  }
  .review-date span{
    font-size: 0.9rem;
  }
  .comment-box.webContent .subHeading{
    font-size: 1.1rem;
  }
  .trip-reviews .trip-reviews-checkbox .filters label {
    position: relative;
    cursor: pointer;
  }

  .trip-reviews .trip-reviews-checkbox .filters input[type="checkbox"],.trip-reviews .trip-reviews-checkbox .filters input[type="checkbox"]:checked {
    display: none !important;
  }

  .trip-reviews .trip-reviews-checkbox .filters label span {
    text-align: center;
    padding: 10px 15px 10px;
    display: inline-block;
    border: 1px solid var(--color-second);
    border-radius: 1rem;
    border-radius: 0px;
    font-weight: normal;
    font-size: 1.1rem;
    color: var(--color-first);
    margin:0 7px 7px 0;
  }
  .trip-reviews .button.btn-subscribe{
    padding: 13px 50px;
    line-height: 20px;
  }
  .trip-reviews .trip-reviews-checkbox .filters input[type="checkbox"]:checked+span {
    color: #fff;
    background-color: var(--color-second);
  }
  .review-write-section .plan-option-radio-buttons .form-group:not(:nth-last-child(1)),
  .upload-photo-section .plan-option-radio-buttons .form-group:not(:nth-last-child(1)){
    margin-right: 30px;
  }
  .travel-box.customcheckbox label:before{
    border-color: var(--color-first);
  }
  .optionalContent .plan-option-radio-buttons [type="radio"]:checked + label:after{
    left: 6.5px;
  }
  #lc-subscription {
    position: fixed;
    left: 1%;
    bottom: 7.5%;
    width: 30%;
    z-index: 1030;
    padding-top: 15px;
  }
  #lc-subscription .lc-btn-close{
    position: absolute;
    top: 7px;
    right: -7px;
    font-weight: normal;
    z-index: 100;
    font-size: 13px;
    color: #fff;
    background: var(--color-first);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 2px;
    text-align: center;
    opacity: 1;
    cursor:pointer;
    line-height: 1.2;    
  }
  .fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
    color: #fff;
  }
  .upload-photo-section .plan-option-radio-buttons .travel-input input:checked + label:after{
    border: none;
  }
  .upload-photo-section .webContent .mainHeading{
    font-size: 1.5rem;
  }
  .card-section img{
    height: 265px;
  }
  #lc-subscription img{
    width: 40%;
    margin: 0 auto;
  }
  .deal-card{
    display: none;
  }
  .no-deal-card {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
  }
  .cruise-line-img,.cruise-line-img img{
    height: 125px;
  }
  .cruise-line-img img{
    object-fit: scale-down;
  }
  .cruise-ship-section table tr td a,.cruise-ship-section table tr td a:hover{
    color: var(--color-content);
    font-weight: 500;
  }
  .cruise-ship-pricing-section tr td .webContent .mainHeading{
    font-size: 1.5rem;
    font-weight: bold;
  }
  .cruise-ship-pricing-section .table tr td:nth-child(1){
    width: 15%;
  }
  .cruise-ship-pricing-section .table tr td:nth-child(2){
    width: 20%;
  }
  .entertainment-section.contentHeading ul.relatedList{
    column-count: initial;
  }
  .entertainment-img{
    width: 500px;
  }
  /*.cruise-ship-section .table-striped tbody tr:nth-of-type(odd){
    background: var(--bg-light);
  }*/
  .cruise-ship-pricing-section .table{
    white-space: nowrap;
  }

  @media only screen and (max-width:768px){ 
    .cruise-ship-section .table th,.cruise-ship-pricing-section .table td:nth-child(1) {
      position: sticky;
      left: 0;
      background-color: #fff;
      z-index: 999;
    } 
    .cruise-ship-pricing-section .table .card{
      padding: 10px 5px;
    }
    .cruise-line-img{
      height: 125px;
    }
     .cruise-line-img img {
        height: 100px;
    }
    .deals-section.cruise-line-sections .card{
      height: auto;
    }
  }
  #traveler_numbers{
    position: relative;
  }
  #traveler_numbers #add_travelers{
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    height: auto;
    display: none;
    transition: 0.3s linear;
    background: #fff;
    padding: 10px;
    z-index: 99;
  }
  #traveler_numbers #add_travelers .input-group input[type="text"] {
    text-align: center;
    width: 50px;
  }
  .leisure-del{
    position:absolute;
    top: 10px;
    right:15px;
    width:30px;
    height:30px;
    font-size:1.4rem;
    text-align:center;
    line-height:30px;
    color:var(--color-first);
    cursor:pointer;
  }
  /*.progress-bar.bg-success{
    border-radius: 50%;
  }*/
   .ratingProgress .progress{
    width: 50%;
   }
 /*.ratingProgress .progress.overallProgress{
    width: 25%;
  }

/*.progress.overallProgress {
  width: 150px;
  height: 150px !important;
  float: left; 
  line-height: 150px;
  background: none;
  margin: 20px;
  box-shadow: none;
  position: relative;
}
.progress.overallProgress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.progress.overallProgress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 2;
}
.progress.overallProgress .progress-left {
  left: 0;
}
.progress.overallProgress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress.overallProgress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
  border-color: var(--color-second);
}
.progress.overallProgress .progress-right {
  right: 0;
}
.progress.overallProgress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  border-color: var(--color-second);
  animation: loading-1 1.8s linear forwards;
}
.progress.overallProgress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #fff;
  font-size: 24px;
  font-weight: bold;
  color: var(--color-first);
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}
.progress.overallProgress .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}
@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}*/
.progress.overallProgress {
    height: 200px;
    width: 200px;
    background: transparent;
    position: relative;
    margin-right: 30px;
}
.progress.overallProgress .progress-circle {
  transform: rotate(-90deg);
  margin-left: 40px;
  margin-top: 0;
}
.progress.overallProgress .progress-circle-back{
  fill: none; 
  stroke: var(--bg-light);
  stroke-width:10px;
}
.progress.overallProgress .progress-circle-prog{
  fill: none; 
  stroke: var(--color-second);
  stroke-width: 10px;  
  stroke-dasharray: 0 999;    
  stroke-dashoffset: 0px;
    transition: stroke-dasharray 0.7s linear 0s;
}
.progress.overallProgress .progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  color: var(--color-first);
}
.book-hotel-card{
  position: relative;
}
/*.book-hotel-card .hotel-book-button{
   position: absolute; 
  bottom: 4%;
  left: 2%;
}*/
.book-hotel-card .top-trip-img{
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.book-hotel-card .mainHeading{
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.book-hotel-card .contentHeading ul li{
  margin-bottom: 10px;
}
.payment-summary .table td,.payment-summary .table th{
  padding: 0.25rem 0.75rem;
  border: 0;
}
.payment-summary .table td:nth-child(1){
  padding-left: 0;
}
.payment-summary .table td:nth-last-child(1){
  padding-right: 0;
}
.payment-summary{
  position: sticky;
  top: 150px;
}
.hotel-options li:nth-child(1){flex-basis: 20%}
.hotel-options li:nth-child(2){flex-basis: 80%;padding-left: 10px;}
.vacation-hotel-details-sections img{
  width: 40px;
  max-width: 40px;
}
.vacation-hotel-details-sections .hotel-options p{
  font-size: 1rem;
  font-weight:500;
}
.vacation-hotel-details-sections .webContent p{
  font-size: 1rem;
}
.contact-fixed-button{
  width: auto;
  width: 100px;
  line-height: 1.2;
  position: fixed;
  bottom: 20%;
  right: 0;
}
.contact-fixed-button i{
  font-size: 1.5rem;
  margin-bottom: 15px;
}
#carousel-vacation-details img{
  height: 300px;
}
.contentHeading h2,.contentHeading h2 span{
  font-size: 1.7rem;
  font-weight: 600;
  font-family: var(--font-family-sub-heading);
  color: var(--color-first);
}
.contentHeading h3 span,.contentHeading h4 span,.contentHeading h5 span{
  font-size: 1.3rem;
  color: var(--color-second);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: var(--font-family-sub-heading);
  font-weight: 400;
  margin-top: 15px;
}
.contentHeading h3,.contentHeading h3 span{
  font-weight: 500;
}
.contentHeading a,.contentHeading a span,.contentHeading a:hover,.contentHeading a:focus
{color: #0090f0;font-size: 1.15rem;text-decoration: underline;}