body {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
}
.dark-theme {
    background-color: #000;
   /* background-image:url('../images/bg-img1.jpg');background-position: 50% 50%;*/
}
* {
    padding: 0px;
    box-sizing: border-box;
    margin: 0px;
}
p, h1, h2, h3, h4, h5, h6, article, figure, label, ul {
    margin: 0px;
    padding: 0px;
}
.pd-0 {
    padding: 0px;
}
.bullet-list-ul {
    padding-left: 20px;
}
li:not(.bullet-list) {
    list-style: none;
}
.video-wrapper{ height: 75vh; position: relative; border: 1px solid #FF3A41;border-radius: 20px; }
video {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}
.banner-text{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); padding: 10px; color: #fff; text-align: center;}
.main-div {
    margin-top: 108px;
    margin-bottom: 20px;
}

.bg-black {
    background-color: #000;
}
header {
    background-color: #000;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.logo {
    color: #fff;
    text-decoration: none;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
.header-right {
    text-align: right;
}
.header-right >ul >li {
    display: inline-block;
    margin-left: 20px;
}
.header-right ul li {
    display: inline-block;
}
.header-right ul.top-links li {
    margin-left: 10px;
}
.header-right ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.header-right ul li.flag ul li{ width: 100%;} 

.fleg img {
    width: 20px;
}
.header-right ul li.fleg a{color: white; border: 1px solid #fff; padding: 3px 12px; border-radius: 30px;}
.header-right ul.dropdown-menu li a {
    border: none !important;
  }
  .header-right ul.dropdown-menu li {
    width: calc(100% - 40px);
    border-bottom: 1px solid #fff !important;
  }
.header-right ul.dropdown-menu li:last-child{ border: none;}
.title-box {
    text-align: center;
    margin-bottom: 50px;
}
.title-box h4 {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    margin: 0;
    padding: 0;
}
.title-box hr {
    height: 1px;
    width: 90px;
    border-top: 4px solid #f3c529;
    margin: 0 auto;
    opacity: 1;
}
.work-title {
    margin-bottom: 10px;
    font-size: 24px;line-height: 29px; font-weight: 500;
}
.work-title-2{
    font-size: 12px;
}
input[type=checkbox] {
    accent-color: #ff3a41;
}
.form-check-input:checked {
    background-color: #ff3a41;
    border-color: #ff3a41;
}
.btn {
    border: 2px solid #ff3a41;
    font-size: 14px;
    padding: 7px 20px;
    border-radius: 40px;
    color: #fff;
    background-color: #ff3a41;
}
.btn:hover {
    border: 2px solid #ff3a41;
    background-color: #fff;
    color: #ff3a41 !important;    
    
}
.btn-check:focus+.btn, .btn:focus{box-shadow: 0 0 0 0.25rem rgb(255 58 65 / 25%);}

section.work-main-wrapper-section {
    padding: 20px;
}

section {
    padding: 70px 0;
}

.logo img {
    max-width: 90px;
    max-height: 69px;
}
/*.main-div{
    background-image:url('../images/bg-img2.jpg');
    background-position: top center;
}*/
.video-box {
    padding: 0 0 0 0;
    
}
.dropdown .btn{ background-color: #ff3a41;}
.work-main-wrapper > .row:nth-child(even) {
    flex-direction: row-reverse;
}
.dark-theme  .how-it-work-text, .dark-theme  .how-it-work-text a{
    color: white;
}
.how-it-work-text p,.office-open ul li { font-size: 12px; line-height: 21px;}
.how-it-work-text p {
    margin-bottom: 15px;
}

.our-title{
  background-image:url('../images/image-2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 80px 0;
}

.our-title-box {
  color:#fff;
  font-size:40px;
  font-weight: 600;
  height: 100%;
  padding-bottom: 20px;
}
.our-title .btn {
    border: 2px solid #fff;
    font-size: 14px;
    padding: 7px 20px;
    border-radius: 40px;
    color: #fff;
}
.our-title  .btn:hover {
    border: 2px solid #fff;
    background-color: #fff;
    color: #000;
    
}
.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-item {
    background-color: transparent;
    border: 0;
}
.accordion-button {
    background-color: transparent !important;
    color: #ccc !important;
    border-bottom: 1px solid #4D0003;
    font-size: 18px;
}
.accordion-button:not(.collapsed) {
    color: #fff !important;
    border-bottom: 1px solid #FF3A41;
}
.accordion-body {
    color: #fff;
    text-align: left;
    font-size: 14px;
}
.accordion-button:focus {
    box-shadow: 0 0 0;
    outline: none;
}
.accordion-button::after {
    background-image: url(../images/arrow.svg);
    /*content: "🢓";**/
    line-height: 42px;
    text-align: center;
    font-size: 30px;
}
.accordion-button:not(.collapsed)::after{ background-image: url(../images/open-arrow.svg);} 
.features-box{ padding: 0; }
.modal-content, .modal-backdrop{ background-color: #000; }
.modal-backdrop.show{opacity: 0.6;}
.modal-header,
.modal-header .btn-close{ color:#fff }
.modal-header { text-align: center; position: relative; display: block; }
.modal-title small{ display: block; font-size: 1rem;}
.modal-header .btn-close{position: absolute; top: 20px;right: 15px;background:url(../images/close.svg) no-repeat center center; height: 0.2em; width: 0.2em;}
.banner-text h1 {
    font-size: 24px;
}


@media only screen and (max-width: 991px) {
    .work-main-wrapper > .row {
        margin-bottom: 40px;
    }
    .how-it-work-img {
        margin-bottom: 20px;
    }
    section {padding: 50px 0;}
    .banner-text h1 { font-size: 12px; }
    .banner-text {
        top: 50%;
        left: 10%;
        transform: translate(5%,-50%);
    }  
}
@media screen and (max-width: 767px){
    .video-wrapper {height: 470px; }
     section {padding: 30px 0;}
}
@media screen and (max-width: 479px){
    .video-wrapper {height: 300px; }
    .banner-text h1 { font-size: 12px; }
    .banner-text {
        top: 50%;
        left: 10%;
        transform: translate(-5%,-50%);
    }    
}


/* Thank you page */
.thank-you-page{color: #fff;}
.social-links:not(.top-links) a { margin-right: 15px;}
.social-links a img{ max-width: 30px;}
.cta-img img{max-width: 100%;}

/* Contact page */
.contact-page{color: #fff; margin-bottom: 50px;}
.contact-page .form-control{ background-color: #000; border: 1px solid #fff;}
.form-control:focus{ box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);}
.form-select:focus{border-color: #fff;box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);}
.contact-page form .drop-toggle{ width: 100%;}
.contact-page p{font-size: 14px;line-height: 21px;}
.office-open .how-it-work-img{ display: block !important;}

/* .contact-page form .btn-check:focus+.btn, .contact-page form .btn:focus{box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);} */
.form-group{position: relative;}
.form-check-label a{ color: #fff;}

.office-open .work-main-wrapper .justify-content-center{background: linear-gradient(90deg, #000000 50%, rgba(0, 0, 0, 0) 94.87%);
    border-radius: 33px;}
.mobile-image-div {
    display: none;
}
.desktop-image-div {
    display: block;
}
.price-box {
    color: #ff3a41;
    font-weight: bold;
    font-size: 16px;
}
.invalid-feedback {
    font-weight: bold;
}
/* .office-open h2{font-size: 20px;line-height: 25px;font-weight: 500 ;color:#fff;}
.office-open p{color: #fff; font-size: 11px;}
.office-open .btn{     min-width: 75px;padding: 7px 5px; } */
@media only screen and (min-width: 992px){
.contact-page form{width: 45%;}
.navigation{ display: flex; justify-content: space-between; align-items: center;}
}
@media only screen and (max-width: 991px){
.contact-page form{width: 100%;}
.navbar-dark .navbar-toggler{ border:0; box-shadow: none;}
}

@media only screen and (min-width: 768px) {
.work-main-wrapper{background-size: cover;background-color:rgba(0, 0, 0, 0.31);background-position: 50% 50%;}
.how-it-work-text{border-radius: 20px;
    background-image: linear-gradient(to right,rgba(0, 0, 0, 0.31), rgba(0, 0, 0,1));
    padding-top: 20px;padding-bottom: 20px;padding-right: 40px;padding-left: 40px
}
.how-it-work-text-first {padding-bottom: 20px;padding-top: 20px;}
.how-it-work-text-left {background-image: linear-gradient(to left,rgba(0, 0, 0, 0.31), rgba(0, 0, 0,1));   }
.sec-1-bg-img{background-image: url(https://d1g1kk4lk1ysdx.cloudfront.net/website/pre-booking/Subsection01-low.png);    background-size: 70%;
    background-repeat: no-repeat;
    background-position-x: left;}
.sec-2-bg-img{background-image: url(https://d1g1kk4lk1ysdx.cloudfront.net/website/pre-booking/Subsection02-low.png);    background-size: 70%;
    background-repeat: no-repeat;
    background-position-x: right;}
.sec-3-bg-img{background-image: url(https://d1g1kk4lk1ysdx.cloudfront.net/website/pre-booking/Subsection03-low.png);    background-size: 70%;
    background-repeat: no-repeat;
    background-position-x: left;}
.logo .work-img1{ display: none;}
.video-wrapper .mobile-video{ display: none;}
}

@media only screen and (min-width: 768px){
    .how-it-work-img{ display:none }    
}
@media only screen and (max-width:767px){
.mobile-image-div {display: block;}
.desktop-image-div {display: none;}
/*section .how-it-work-text{ text-align: center;}*/
.logo .work-img{ display: none;}
.logo .work-img1{ display: inline-block;vertical-align: middle; margin-right: 5px;}
.how-it-work-text p ,
.accordion-button,
.contact-page p,.office-open ul li{font-size: 12px; line-height:16px;}
.work-title,
.our-title-box {font-size: 14px;line-height: 18px; font-weight: 500;}
.btn{ font-size: 10px; line-height: 21px;}
.header-right{ text-align: left;}
.header-right > ul li:first-child{ margin-left: 0;}
.header-right > ul > li{margin-left: 14px;}
.video-wrapper .desktop-video{ display: none;}
.office-open .btn{ font-size: 12px;}
.office-open h2{ font-size: 12px;}
}


























