body {
    font-family: 'Roboto Slab', serif;
    font-size: 0.9rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7em;
    text-decoration: none;
    text-transform: none;
    background-color: #eeeeee;
}

img{
    width: 100%;
    display: inline-block;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

h4{
    font-size: 14px;
}

.only-mobile{
    display: none;
}

#top-header {
    background: rgb(24, 186, 189);
    padding: 8px 40px 8px 40px;
}

#header .logo {
    width: 80px;
    height: 80px;
    padding: 15px;
}

#body-header-section h1{
    font-size: 32px;
    width: 100%;
}

.section-title .ct-text-below {
    font-size: 116px;
    line-height: normal;
    font-weight: 700;
    opacity: .2;
    position: absolute;
    top: -72px;
    left: 0px;
    z-index: -1;
    color: #06175c;
}

.section-heading .section-title{
    text-transform: capitalize;
    display: inline-block;
}

.section-title h3{
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: .2em;
    font-weight: 600;
}

.review-stars {
    display: inline-block;
    margin-right: 10px;
}
.review-stars li .fa{
    color:#fff
}

.reviews-content{
    background-image: url(../assets/parallax.jpg);
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.review-content .section-title{
    margin-bottom: 15px;
}

.section-heading .overview-section-wrapper{
    position: relative;
    padding-left: 60px;
}

.banner-container-inner{
    padding-top: 55px;
    padding-left: 55px;
    display: inline-block;
    position: relative;
    width: 100%;
}

.banner-container-inner:before {
    content: '';
    background-color: #0674fd;
    background-image: -webkit-gradient(linear,left top,right top,from(#0674fd),to(rgba(6,116,253,1%)));
    background-image: -webkit-linear-gradient(left,#0674fd,rgba(6,116,253,1%));
    background-image: -moz-linear-gradient(left,#0674fd,rgba(6,116,253,1%));
    background-image: -ms-linear-gradient(left,#0674fd,rgba(6,116,253,1%));
    background-image: -o-linear-gradient(left,#0674fd,rgba(6,116,253,1%));
    background-image: linear-gradient(left,#0674fd,rgba(6,116,253,1%));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0674fd',endColorStr='rgba(6, 116, 253, 0.01)',gradientType='1');
    background-color: initial;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 55px;
    -webkit-border-radius: 10px 0 0 10px;
    -khtml-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}

.ct-banner-image{
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
#dark-overlay-wrapper{
    background: url("../assets/img10.jpg");
    background-size: cover;
    position: relative;
    height: 600px;
}

#dark-overlay-wrapper .overlay-banner-content .overlay-banner-title h2{
    text-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
    font-size: 3.2rem;
    color:#fff;
}

#reviews-section {
    background-color: rgb(233, 242, 255) !important;
}

.reviews-section-content, .videos-section-content, .information-section-content{
    position: relative;
}

.videos-section-content .section-title .ct-text-below, #details-section .section-title .ct-text-below{
    color: #fff;
}

.review.island.island-light {
    background-color: red;
}

.review-content{
    box-shadow: 0 0 1rem rgba(0,0,0,.15)!important;
    border-radius: 5px;
}

.image-content{
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: left;
    z-index: 999999;
    margin-top: -204px;
}

.image-container{
    border-radius: 5px;
    overflow: hidden;
}

.image-container .image-item{
    position: relative;
    width: 100%;
}

.image-container .image-item:before{
    position: absolute;
    content: "";
    width:100%;
    height: 100%;
    background-color: rgba(19, 15, 94, 0.50);
}

.image-content h1{
    color:#fff;
    font-family: 'Exo', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    width: 829px;
    line-height: 89px;
    letter-spacing: -1px;
    font-size: 80px;
}

.image-content .subtext{
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 45px;
    color: #fff;
    margin-bottom: 25px;
    display: block;
}

.image-content h4{ 
    font-size: 18px;
    color: #fff;
}
.logo-name{
    display: block;
    font-family: "Leckerli One";
    font-size: 23px;
    color: rgb(239, 193, 47);
}

#details-section{
    background: #0b1e70 !important;
}

#details-section h3, #details-section p{
    color:#fff;
}

.tab-content {
    width: 728px;
    height: 540px;
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    background-color: #fff;
}

.tab-content article{
    padding: 20px;
}

#reviews-section-wrapper{
    margin-bottom: 30px;
}

.support-widget{
    display: inline-block;
    background-color: #fff;
    padding: 18px 20px 20px !important;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 0 0 15px;
}

.support-widget h4{
    font-size: 1.5rem;
}

.tags{
    padding: 20px;
    background-color: #fff;
}

.tags li {
    list-style: none !important;
    font-size: 13px;
    position: relative;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 0 10px 0 20px !important;
    background: rgba(0,0,0,.2);
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 15px 2px 2px 15px;
    -moz-border-radius: 15px 2px 2px 15px;
    border-radius: 15px 2px 2px 15px;
    -webkit-transition: all 0.1s ease-in 0.1s;
    -moz-transition: all 0.1s ease-in 0.1s;
    -o-transition: all 0.1s ease-in 0.1s;
    -ms-transition: all 0.1s ease-in 0.1s;
    transition: all 0.1s ease-in 0.1s;
}

.tags li:before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 11px;
    left: 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 1px rgb(0 0 0 / 30%);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,.3);
    box-shadow: inset 1px 1px 1px rgb(0 0 0 / 30%);
}

.tags li a{
    color: inherit !important;
    font-weight: bold;
}

#deal-information-section{
 background-color: rgb(24, 186, 189);
}

#deal-information-section h3{
    font-weight: 400;
    text-transform: initial;
    margin-bottom: 20px;
    color:#000;
}

#deal-information-section p{
    font-weight: bold;
    margin-bottom: 27px;
}

#deal-information-section p a , .book-now a{
    font-size: 16px;
    padding: 12px 25px !important;
    background: #000;
    color: #fff;
    border-radius: 50px;
}

.review-counts{
    display: inline-block;
    vertical-align: text-top;
    font-weight: 900;
}

.textwidget.custom-html-widget{
    text-align: center;
}

#footer{
    height: 500px;
    padding: 100px 0;
    background-color: #151D2A;
    background-image: url(../assets/footer-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    text-align: center;
    color: #fff;
}

.footer-bottom p {
    margin-bottom: 0.2rem;
}

.f-logo {
    width: 80px;
}

.footer-logo {
    font-size: 55px;
    padding: 30px 0;
}

.time-text h2 {
    font-weight: 300;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    margin: 0;
}

.f-address-details p{
    margin-bottom: 0;
}

.footer-address .f-address-details {
    margin-bottom: 10px;
}

.footer-bottom{
    margin: 30px 0;
    color: #fff;
}

.footer-contact-info {
    text-transform: capitalize;
    font-weight: 700;
}


.footer-upper-wrapper .footer-content{
    position: relative;
    text-align: left;
}

.footer-upper-wrapper .footer-content .ct-text-below{
    color: #000;
    background-image: initial;
    -webkit-text-fill-color: initial;
    z-index: 9999;
}

.discount-contact li {
    padding: 5px 0;
}

#additional-information-section{
    background-color: #e9f2ff !important
}

.button-wrapper{
    padding: 25px 0;
}

#disclaimer-section{
    padding: 40px 0;
}

.disclaimer-details{
    padding-top: 28px;
}

.social li a{
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff !important;
    background-color: rgb(24, 186, 189);
    display: block;
}

.disclaimer-details p {
    color: #a0a0a0;
    font-size: 10px;
    line-height: 1.5;
}

.highlighted-text{
    font-weight: 700;
    color: #f80000
}

.owl-carousel-secondary{
    width: 100%;
    height: 450px;
    background-size: cover;
    overflow: hidden;
    border-radius: 10px;
}

.overlay-banner-content{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -160px;
}

.third-party-logo{
    width: 75px;
    height: 75px;
    display: inline-block;
    margin-bottom: 15px;
}


.icon-content h4, .important-info h4, .more-info h4{
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.icon-content strong{
    color: #000;
    float: left;
    font-weight: 100;
    font-size: 14px;
    margin: 0;
    width: 50%;
}

.icon-content p {
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
    line-height: 28px;
}

.icon-content{
    width: 50%;
}

.drop-icon{
    font-size: 250px;
    height: auto;
    line-height: 280px;
    color: rgba(0, 139, 211, 0.1);
    width: 100%;
    display: inline-block;
    text-align: center;
}

.important-details li .points, .additional-information-wrapper li .points{
    margin-right: 10px;
}

.important-details li , .additional-information-wrapper li{
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
    line-height: 28px;
}

.fa.fa-clock-o{
    margin-right: 5px;
}

.availability-section{
    padding: 30px;
}

.sns a{
    color: #0b1e70;
    display: inline-block;
    padding: 5px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #fff;
}

.sns{
    padding: 12px;
    display: inline-block;
}

.additional-information-wrapper li{
    padding-left: 25px;
    position: relative;
}

.additional-information-wrapper li .points{
    position: absolute;
    left: 0;
}

.tab-pills-section{
    box-shadow: 0 0 1rem rgba(0,0,0,.15)!important;
}

.tab-pills-section .tab-content{
    padding: 20px;
}


.tab-pills-section .tab-content .tab-pane{
    padding: 20px;
}

.tab-pills-section .nav-link{
    padding: 20px 35px !important;
    line-height: 18px;
    font-weight: 700;
    font-style: normal;
    color: #3d4147;
    border: 0;
    font-family: "Exo",sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #06175c;
}

.testimonials-slider{
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
}

.section-heading .overview-section-wrapper.review-content-slider {
    padding-left: 150px;
}

.review-content{
    overflow: hidden;
}

.review-content .banner-container-inner:before{
    background-color: #00d0f9;
    background-image: -webkit-gradient(linear,left top,right top,from(#00d0f9),to(rgba(0,208,249,1%)));
    background-image: -webkit-linear-gradient(left,#00d0f9,rgba(0,208,249,1%));
}

#slider-container{
    padding-top: 40px;
    position: relative;
}

.sections-wrapper{
    margin: 30px 0;
}

#overview-section, #details-section, #dark-overlay-wrapper, #reviews-section, #videos-section, #more-information-section{
    display: none;
}

#features-in-mobile{
    margin-bottom: 30px;
}
.gallery-slider_wrapper{
    width:100%;
  }
  .gallery-slider_wrapper .owl-theme .owl-nav {
      margin:0;
  }
  .gallery-slider_wrapper .owl-theme .owl-nav [class*=owl-] {
      width:30px;
      height:120px;
      background: #ffb808;
      font-size: 20px;
      color:#000;
      margin:0;
      padding: 0;
      border-radius: 0;
  }
  .gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev:before,
  .gallery-slider_wrapper .owl-carousel .owl-nav .owl-next:before {
      font-family: 'LineAwesome';
      position: absolute;
      line-height: 120px;
      width:30px;
      text-align: center;
      top:0;
      left:0;
  }
  .gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev:before {
      content: "\f111";
  }
  .gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev {
      position: absolute;
      top:0;
      left:-25px;
  }
  .gallery-slider_wrapper .owl-carousel .owl-nav .owl-next:before {
      content: "\f112";
  }
  .gallery-slider_wrapper .owl-carousel .owl-nav .owl-next {
      position: absolute;
      top:0;
      right:-24px;
  }
  .gallery-slider_wrapper .owl-theme .owl-nav [class*=owl-]:hover {
      background: #202020;
      color:#fff;
  }
  .gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item {
      position: relative;
      margin: 0 5px;
      height: 120px;
  }
  .gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item img {
      height: 100%;
      cursor: pointer;
  }
  
  .rating-stars-wrapper{
      margin-bottom: 10px;
  }
  .widget-review-stars{
    width: 80px;
    fill: orange;
    display: inline-block;
    vertical-align: middle;
  }

  .popup-owl-slider{
      position: relative;
  }

  .address-info span{
      margin-bottom: 15px;
      display: block;
  }

  .magnific-popup-icon{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .subtitle-main-page p {
    color:#e82c2c
  }

  .accordion-body .description li{
    list-style-type: disc;
    list-style: disc;
    display: list-item;
}

.time-icon{
    margin: 10px;
}
.owl-carousel .owl-item img{
    display: inline-block !important;
}

.single-gallery-carousel-content-box{
    border-radius: 5px;
    overflow: hidden;
}

.content-number{
    margin-right: 12px;
    color: rgb(201, 199, 200);
    font-weight: 900;
    font-size: 54px;
    line-height: 0.9;
    text-align: center;
}

.content-description h4, .content-description p{
    color: rgb(128, 128, 128);
    font-size: 14px;
    line-height: 1.38;
    font-weight: normal;
    line-height: 1.38;
    letter-spacing: -0.02px;
    text-decoration: none;
}
.content-description h4{
    font-size: 16px;
}

.blog-image{
    border-radius: 10px;
    overflow: hidden;
}
.blog-image-content{
    margin-bottom: 50px;
}

.authorized-seller {
    padding: 10px;
    border: 1px solid #ccc;
}

.auth-text strong {
    display: block;
}

.auth-logo {
    background-color: #000;
    width: 80px;
}

.auth-text {
    text-align: center;
    padding: 14px 30px;
}

.book-now a {
    margin-bottom: 30px;
}