/** Shopify CDN: Minification failed

Line 98:0 Unexpected "<"
Line 123:0 Unexpected "<"

**/
/* Booking section css start here */


.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1140px;
}

.row.flex {
  padding-top: 50px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-bottom:10px;
}

/* Default (mobile-first) */
.col-1  { flex: 0 0 8.3333%; max-width: 8.3333%; }
.col-2  { flex: 0 0 16.6667%; max-width: 16.6667%; }
.col-3  { flex: 0 0 25%; max-width: 25%; }
.col-4  { flex: 0 0 33.3333%; max-width: 33.3333%; }
.col-5  { flex: 0 0 41.6667%; max-width: 41.6667%; }
.col-6  { flex: 0 0 50%; max-width: 50%; }
.col-7  { flex: 0 0 58.3333%; max-width: 58.3333%; }
.col-8  { flex: 0 0 66.6667%; max-width: 66.6667%; }
.col-9  { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
.col-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }

/* Small ≥576px */
@media (min-width: 576px) {
  .col-sm-1  { flex: 0 0 8.3333%; max-width: 8.3333%; }
  .col-sm-2  { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-sm-3  { flex: 0 0 25%; max-width: 25%; }
  .col-sm-4  { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .col-sm-5  { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .col-sm-6  { flex: 0 0 50%; max-width: 50%; }
  .col-sm-7  { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .col-sm-8  { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .col-sm-9  { flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .col-sm-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
}

/* Medium ≥768px */
@media (min-width: 768px) {
  .col-md-1  { flex: 0 0 8.3333%; max-width: 8.3333%; }
  .col-md-2  { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-md-3  { flex: 0 0 25%; max-width: 25%; }
  .col-md-4  { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .col-md-5  { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .col-md-6  { flex: 0 0 50%; max-width: 50%; }
  .col-md-7  { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .col-md-8  { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .col-md-9  { flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .col-md-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .col-md-12 { flex: 0 0 100%; max-width: 100%; }
}

/* Large ≥992px */
@media (min-width: 992px) {
  .col-lg-1  { flex: 0 0 8.3333%; max-width: 8.3333%; }
  .col-lg-2  { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-lg-3  { flex: 0 0 25%; max-width: 25%; }
  .col-lg-4  { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .col-lg-5  { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .col-lg-6  { flex: 0 0 50%; max-width: 50%; }
  .col-lg-7  { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .col-lg-8  { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .col-lg-9  { flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .col-lg-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
}
<style>
/* Basic Button Styles */
.btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  cursor: pointer;
}
/* Full-width button */
.btn-block {
  display: block;
  width: 100%;
}

.tab-content>.tab-pane{display:none}
.bootstrap-scope .tab-content>.active{display:block}
</style>




section.booking {
    padding-top: 80px;
    padding-bottom: 80px;
}
.row.flex {
    display: block !important;
}
section.booking ul.nav.nav-tabs button {
    border: solid 2px;
    text-decoration: none;
    width: 31%;
    margin-right: 20px;
    padding: 18px;
    font-size: 1rem;
    color: #000;
    font-weight: 600;
  /* font-family: Gotham; */
  letter-spacing: 2px;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e600;
}
.modal.in {
    margin-top: 40px !important;
}
.modal-backdrop.in {
    opacity: 0 !important;
   
}

section.booking button, section.booking a {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    text-decoration: underline;
    /* font-family: 'Gotham'; */
}
section.booking h4 {
    font-size: 20px;
    /* font-family: 'Gotham'; */
}
.booking .tab-pane {
    margin-top: 50px;
}
section.exam h4 {
    font-weight: 600;
    font-size: 29px;
    /* font-family: 'Gotham'; */
}
section.exam p, section.booking p {
    font-size: 18px;
    color: #000;
    /* font-family: 'Gotham'; */
    font-weight: 300;
      margin-top: 0;
  margin-bottom:8px
}
.title-main {
    margin-top: 80px;

}
.title-main h3 {
    font-size: 22px;
 
}
.title-main hr {
    border: solid 1px;
    width: 99%;
}



.ct-tab {
    margin-top: 50px;
}
.back {
    margin-top: 80px;
 
}
.back button, .back a {
    color: #000;
    font-weight: 800 !important;
    font-size: 20px
    text-decoration: none !important;
}
.main-tb2 {
    margin-top: 40px;
}


.col-sm-6.hide-on-mobile .back{

display:none

}
/* Media Query Start Here */


@media only screen and (min-width: 1440px) and (max-width: 1919px) {

section.booking ul.nav.nav-tabs button {

    width: 31%;
}
  .title-main hr {
    width: 96.88%;
}
}

  
@media only screen and (min-width: 1367px) and (max-width: 1439px) {


  section.booking ul.nav.nav-tabs button {
    padding: 8px;
    width: 32%;
    margin-right: 5px;
}



}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {



section.booking p, section.exam p {
    font-size: 14px;
    color: #000;
    /* font-family: Gotham; */
    font-weight: 300;
    margin-top: 0;
  margin-bottom:10px;
}
section.booking h4 {
    font-size: 15px;
    /* font-family: Gotham; */
  margin-top: 0;
}
  section.booking a, section.booking button {

    font-size: 14px;
 
}
  .back {
    margin-top: 20px;
 
}
/*.main-tb2 iframe {
    height: 210px;
}*/

  section.booking ul.nav.nav-tabs button {
    padding: 8px;
    width: 31%;
    margin-right: 5px;
    font-size: 15px;
  
}




}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

section.booking ul.nav.nav-tabs button {
    border: solid 2px #000;
    text-align: center;
    margin-bottom: 15px;
    padding: 18px;
}


section.booking p, section.exam p {
    font-size: 14px;
      margin-bottom: 0;
}
  .ct-tab {
    margin-bottom: 40px;
}
section.booking h4 {
    font-size: 12px;
  
}
  section.booking a, section.booking button {

    font-size: 12px;
 
}
  .back {
    margin-top: 5px;
 
}
/*.main-tb2 iframe {
    height: 180px;
}*/
  .ct-tab h4, .main-tb2 h4 {
    margin-top: 0;
}

}


@media only screen and  (max-width: 1023px) {
section.booking ul.nav.nav-tabs button {

    width: 100%;
  margin:10px 0;
    
}
 


}

@media only screen and (min-width: 990px) and (max-width: 1279px) {

    #choose-lenses .radioGroup .radio-wrapper {
    height: 100px;    
    }
    .newProductModalCont {
     padding: 30px;
     font-size: 14px;    
    }

    #choose-lenses .radioGroup {
    margin-bottom: 30px;
    }
    .inlineModal.mfp-wrap .inlineModalWrap .inlineModalCont {
    height: 300px;    
    }
    
    
    .blogContent.alternate .articleListing .article-info h2 { 
    font-size: 18px;    
    }
    .blogContent.alternate .articleListing .article-info .meta {
    font-size: 16px;    
    }
    .blogContent.alternate .article .excerpt {
    font-size: 16px;      
    }
    .blogContent.alternate .article .excerpt, 
    .blogContent.alternate .article .excerpt > * {
    font-size: 16px;      
    }
    .blogContent.alternate .readMore {
    font-size: 16px;
    }
}   