/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;900&family=Libre+Baskerville:wght@400;700&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

*,
html,
body {
    margin: 0;
    padding: 0;
}
.row.custom-row {
    margin-left: 0;
    margin-right: 0;
}
::-moz-selection {
    background-color: #1d2528;
    color: #fff;
}


/* Mozilla based browsers */

::selection {
    background-color: #1d2528;
    color: #fff;
}


/* Works in Safari */

a {
    color: #1d79d5;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

a:hover,
a:active,
a:focus {
    color: #333;
    outline: none;
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    color: #000;
    line-height: normal;
}

p {
    font-size: 125.0%;
    line-height: 28px;
}

img {
    max-width: 100%;
}

h1,
h2 {
    margin-top: -5px;
    margin-bottom: 50px;
    padding-top: 30px;
    font: 700 281.3% 'Libre Baskerville', serif;
    color: #000;
    text-align: center;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1366px) {
    h1,
    h2 {
        font-size: 210.0%;
    }
    p {
        font-size: 112.5%;
        line-height: 22px;
    }
}

h1 span,
h2 span {
    display: block;
}

h1:before,
h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 70px;
    height: 2px;
    background: #000;
}

ul {
    padding-left: 21px;
}

li::marker {
    color: #1d79d5 !important;
}

.line-heading {
    overflow: hidden;
    text-align: center;
}

.line-heading:before,
.line-heading:after {
    content: "";
    display: inline-block;
    height: 1px;
    background-color: #ccc;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.line-heading:before {
    right: 0.5em;
    margin-left: -50%;
}

.line-heading:after {
    left: 0.5em;
    margin-right: -50%;
}

.outer-space {
    margin: 60px 0;
}

.inner-space {
    padding: 60px 0;
}

.owl-carousel {
    position: relative;
}

.owl-nav button {
    position: absolute;
    top: 0;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-nav button span {
    font-size: 62px;
}

.owl-dots {
    text-align: center;
}

.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff !important;
    transition: 0.5s;
    margin: 0 3px;
}

.owl-dot:hover,
.owl-dot.active {
    background: #1d79d5 !important;
    outline: none;
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline;
}

.btn-blue {
    background-color: #1D79D5;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #1D79D5, #02368D);
    border-radius: 30px;
    padding: 14px !important;
    font-weight: 700;
    display: inline-block;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: 2px;
}
@media(max-width:991px){
    .btn-blue{
        padding:10px !important;
    }
}
.btn-blue:hover {
    background: rgb(29, 121, 213);
    background: linear-gradient(90deg, rgba(29, 121, 213, 1) 0%, rgba(29, 121, 213, 1) 100%);
    color: #fff;
}

.btn-yellow {
    background-color: #c5901e;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #c5901e, #c09a30);
    border-radius: 30px;
    padding: 12px 40px;
    font-weight: 700;
    display: inline-block;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: 2px;
}

.btn-yellow:hover {
    background: #000;
    color: #fff;
}
.header-right{
    display: flex;
        align-items: center;
        justify-content: flex-end;
}
 @media (max-width: 991px){
 .header-right{
    justify-content: flex-start;

 }
 }
/* @media (max-width: 1367px) {
    .btn-blue {
        padding: 10px 40px;
    }
} */

.margin-none {
    margin: 0 !important;
}

.padding-none {
    padding: 0 !important;
}

.global-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.global-table {
    width: 100%;
    height: 100%;
    display: table;
}

.global-cell {
    display: table-cell;
    vertical-align: middle;
}

.btn-area {
    text-align: center;
}

.play-btn {
    text-align: center;
}

.play-btn a {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    width: 92px;
    height: 92px;
    background: #1d79d5;
    color: #fff;
    font-size: 42px;
    line-height: 91px;
}

.play-btn a i {
    margin-left: 7px;
    border-radius: 50%;
    /*width:92px; height:92px;*/
}

.play-btn a:hover {
    background: #000935;
}


/*.pulse-effect {box-shadow: 0 0 0 0 rgba(147, 245, 142, 0.7); -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); -moz-animation: pulse 2.25s infinite cubic-bezier(0.66, 0, 0, 1); -ms-animation: pulse 2.25s infinite cubic-bezier(0.66, 0, 0, 1); animation: pulse 2.25s infinite cubic-bezier(0.66, 0, 0, 1);}
.pulse-effect:hover { -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(147, 245, 142, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(147, 245, 142, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(147, 245, 142, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(147, 245, 142, 0);}}*/

.pl-30 {
    padding-left: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-30 {
    padding-bottom: 60px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.mt-30 {
    margin-top: 30px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-30 {
    margin-bottom: 30px;
}

.img-align-left {
    display: inline;
    float: left;
    margin-right: 15px;
}

.antispam {
    visibility: hidden;
    position: absolute;
    z-index: 1;
}

.text-align-left,
.text-align-left p {
    text-align: left !important;
}

.bg-white {
    background: #fff;
    display: block;
    padding: 20px;
    border-radius: 15px;
}

.round-corner {
    border-radius: 15px;
}

.bg-grey {
    background: #f0f0f0;
    padding-top: 90px;
}


/*-- Header --*/

.top-bar {
    padding: 10px 0;
    border-bottom: 1px solid #707070;
}

.logo-header img {
    height: 60px;
}
 @media (max-width: 991px) {
     .logo-header img {
         height: 55px !important;
     }
 }
  @media (max-width: 767px) {
      .logo-header img {
          height: 48px !important;
      }
  }
.phone-tab {
    display: none;
}

.button-header {
    /* padding-top: 7px; */
    /* display: flex;
    align-items: center;
    float: right; */
}

.button-header .trustpilot-widget {
    display: inline-block;
    width: auto;
}

.button-header a {
    margin: 0 5px;
    border: 1px solid #000935;
}

.button-header a.book-btn {
    border-color: #fff;
}

.button-header a:last-child {
    background: #fff;
    color: #000872;
    font-size: 112.5%;
    text-transform: none;
    letter-spacing: normal;
}

.button-header a:last-child:hover {
    background: #1d79d5;
    color: #fff;
    border: 1px solid #1d79d5;
}

.phone-btn {
    margin-right: 0!important;
}

.main-menu {
    border-bottom: 1px solid #707070;
}

@media (min-width: 991px) and (max-width: 1366px) {
    .button-header {
        /* padding-top: 12px; */
    }
    .button-header a {
        font-size: 92.8%;
    }
    .phone-btn {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

@media (min-width: 1367px) {
    .top-bar .container,
    .main-menu .container {
        max-width: 1366px;
    }
}

.button-menu {
    display: none;
}

@media (min-width: 992px) {
    .main-nav {
        background: #fff;
        border-bottom: 1px solid #707070;
    }
      
    .navbar-brand {
        display: none;
    }
    .navbar {
        padding: 0;
        margin: 0;
    }
    .navbar-nav {
        display: block;
        text-align: center;
        width: 100%;
    }
    .navbar ul li {
        display: inline-block;
        position: relative;
    }
    
    .navbar ul li a {
        font-size: 93.8%;
        color: #000;
        text-decoration: none;
        padding: 20px 28px;
        text-transform: uppercase;
        display: inline-block;
        transition: none;
        white-space: nowrap
    }
    .navbar ul li a:hover {
        color: #1d79d5;
        font-weight: 600;
    }
    .navbar ul li a:after {
        border: 0;
    }
    .navbar ul li.active a {
        font-weight: 600;
    }
    .navbar ul li.active a:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 30px;
        height: 1px;
        background: #000;
    }
    .navbar ul li.active ul li a {
        font-weight: normal;
    }
    .navbar ul li.active ul li a:before {
        display: none;
    }
    .navbar ul li.active ul li a:hover {
        color: #1d79d5;
    }
    
    .navbar ul li:hover>a {
        color: #1d79d5;
        font-weight: 600;
    }
    .navbar ul ul li {
        margin: 0;
        display: block;
        position: relative;
        padding: 0 20px;
    }
    .navbar ul ul li a {
        display: block;
        padding: 12px 15px;
        font-size: 100.0%;
        color: #000;
        text-transform: none;
        border-top: 1px solid #ccc;
    }
    .navbar ul ul li a:hover {
        color: #1d79d5;
    }
    .navbar ul ul li:hover>a {
        color: #1d79d5;
    }
    .dropdown-menu {
        background-color: #fff;
        top: 100%;
        min-width: 220px;
        border: 1px solid #787878;
        border-top: 0;
        border-radius: 15px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 0;
        margin: 0;
    }
    .dropdown-menu li a.dropdown-toggle:before {
        content: "\203A";
        position: absolute;
        right: 10px;
        top: -8px;
        font-size: 42px;
        color: #000;
    }
    .navbar ul ul li:hover>a.dropdown-toggle:before {
        color: #1d79d5;
    }
    .dropdown-menu li:last-child {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        overflow: hidden;
    }
    .navbar ul li:hover ul {
        display: block;
    }
    .navbar ul ul ul {
        display: none !important;
    }
    .navbar ul ul li:hover ul {
        display: block !important;
        left: 242px;
        top: -1px;
        background: #edf6ff;
    }
    .fixed-top .top-bar {
        padding: 5px 0;
    }
    .fixed-top .main-nav {
        background: #000;
    }
    .fixed-top .navbar ul li a {
        color: #fff;
    }
    .fixed-top .navbar ul li a:hover {
        color: #1d79d5;
    }
    .fixed-top .navbar ul li.active a:before {
        background: #fff;
    }
    .fixed-top .navbar ul ul li a {
        color: #000;
    }
    .fixed-top .navbar ul ul li a:hover {
        color: #1d79d5;
    }
 
       

    .fixed-top .button-header {
        padding-top: 0px;
    }
    .fixed-top .navbar a:hover,
    .fixed-top .navbar .dropdown:hover .a {
        color: #000;
    }
}

.fixed-top {
    background: #fff;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

@media (min-width: 992px) and (max-width: 1366px) {
    .navbar ul li a {
        padding: 15px 17px;
    }
    .fixed-top .button-header {
        margin-top: 1px;
    }
    .dropdown-scroll {
        overflow-y: scroll;
        height: 400px;
    }
}


/*-- Header style for mobile and tablet --*/

@media (max-width: 991px) {
    .phone-tab {
        display: block;
        border-right: 1px solid #000;
        position: absolute;
        top: 11px;
        right: 70px;
        padding-right: 15px;
    }

    .main-nav {}

    .navbar-toggler {
        position: absolute;
        top: -58px;
        right: 0;
        border: 0;
    }

    .navbar {
        padding: 0;
        margin-top: 0px;
    }

    .navbar-collapse {
        padding: 15px;
        height: 510px;
        overflow-y: scroll;
    }

    .main-nav ul li:not(:last-child) {
        margin-bottom: 10px;
        background: #ececec;
        border-radius: 10px;
    }

    .main-nav ul li:not(:last-child) a {
        display: block;
        padding: 7px 15px;
        color: #000;
        font-size: 112.5%;
        text-transform: uppercase;
    }

    .main-nav ul li:not(:last-child) a:active {
        background: #1d79d5;
        color: #fff;
        border-radius: 10px;
    }

    .main-nav ul li:not(:last-child).active a {
        font-weight: 600;
    }

    .dropdown-toggle::after {
        position: absolute;
        right: 15px;
        top: 17px;
    }

    .dropdown-menu {
        background: #ececec;
        border-radius: 0;
        border: 0;
        margin: 0;
        padding: 10px 15px;
    }

    .main-nav ul ul li {
        margin: 0;
        border-radius: 0;
        border-top: 1px solid #5e5e5e;
        position: relative;
    }

    .main-nav ul ul li a {
        text-transform: none;
    }

    .dropdown-item {
        color: #fff;
    }

    .navbar-light .navbar-toggler i {
        color: #000935;
        font-size: 32px;
    }

    .navbar-light .navbar-toggler:focus {
        outline: none;
    }

    .navbar-light .navbar-nav .current {
        color: #ff0000 !important;
    }

    .dropdown-item {
        padding: 7px 10px;
        white-space: normal;
    }
}

/* Main Navigation END */


/*-- Offer Bar --*/

.offer-bar {
    background: #00b67a;
    padding: 12px 0;
    color: #fff;
    font-size: 125.0%;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
}

.offer-bar img {
    width: 28px;
    margin-right: 8px;
}


/*-- Marketing Area --*/

.marketing-area {
    background: #000935;
    margin-bottom: 90px;
}

.marketing-area img {
    height: 100%;
    object-fit: cover;
}

.marketing-area-title {
    background: #000935;
    padding: 0 8px;
}

.marketing-area-title h1,
.treatment-coverfold-title h1 {
    margin: 0 0 30px;
    padding: 0;
    color: #fff;
    text-align: left;
}

.treatment-coverfold-title h1:before {
    display: none;
}

.coverfold-image {
    position: relative;
    height: 100%;
}
.coverfold-image img{
    height: 100%;
    width: 100%;
}

.coverfold-image picture {
    display: block;
    height: 100%;
}

.coverfold-form {
    margin: 75px auto;
    max-width: 500px;
}

.coverfold-form h2 {
    margin: 0 8px 30px 8px;
    padding-top: 20px;
    font-size: 150.0%;
    color: #fff;
    text-align: left;
}

.coverfold-form h2:before {
    margin-left: 0;
    background: #eeeff2;
}

.coverfold-form .form-item {
    margin: 0 0 20px;
    text-align: left;
}

.coverfold-form .radio-item {
    margin-top: 12px;
    margin-bottom: 0;
}

.coverfold-form .form-item label {
    color: #fff !important;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    top: 0;
    background-image: none;
}

.custom-control-label::before {
    top: 0;
}

.custom-radio input {
    padding: 0;
}

.coverfold-form .form-item input,
.coverfold-form .form-item textarea,
.coverfold-form .form-item select {
    width: 100%;
    border: 0px;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 100.0%;
    line-height: 40px;
}

.coverfold-form .form-item textarea {
    height: 70px;
    line-height: 22px;
}

.coverfold-form .form-item input::-webkit-input-placeholder,
.coverfold-form .form-item textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}


/* WebKit, Blink, Edge */

.coverfold-form .form-item input::-moz-placeholde,
.coverfold-form .form-item textarea::-moz-placeholde {
    color: #000;
    opacity: 1;
}


/* Mozilla Firefox 4 to 18 */

.coverfold-form .form-item input::-moz-placeholder,
.coverfold-form .form-item textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
}


/* Mozilla Firefox 19+ */

.coverfold-form .form-item input::-ms-input-placeholder,
.coverfold-form .form-item textarea::-ms-input-placeholder {
    color: #000;
    opacity: 1;
}


/* Internet Explorer 10-11 */

.coverfold-form .form-button {
    text-align: right;
}

.coverfold-form .form-button .btn-blue {
    background: #1d79d5;
}

.treatment-coverfold .coverfold-form {
    margin: 118px auto;
}

@media (max-width: 768px) {
    .coverfold-pims-form .col-lg-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}


/*.treatment-coverfold .left-coverfold { width:530px; padding: 0 90px 0 0px; float:right; position:relative; }
.treatment-coverfold .left-coverfold h2 { font-size:200.0%; margin-bottom:20px; padding-top:20px; }
.treatment-coverfold .left-coverfold p { margin-top: 20px; margin-bottom:0; }
.treatment-coverfold .coverfold-image { width: 420px; height: 280px; position:relative; border-radius:30px; overflow:hidden; }
.treatment-coverfold .coverfold-image img { height:auto; }
.treatment-coverfold .treatment-coverfold-grey { background:#f3f3f3; }
.treatment-coverfold .coverfold-form { float:left; margin:70px 0 70px 90px; }*/

.coverfold-hbspt-form:after {
    content: "";
    clear: both;
    display: block;
}

.coverfold-hbspt-form input,
.coverfold-hbspt-form textarea,
.coverfold-hbspt-form select {
    width: 100% !important;
    border: 0px;
    padding: 12px 10px;
    border-radius: 5px;
    font-size: 100.0%;
}

.coverfold-hbspt-form input:focus-visible,
.coverfold-hbspt-form textarea:focus-visible,
.coverfold-hbspt-form select:focus-visible {
    outline-color: #1D79D5;
}

.coverfold-hbspt-form input::-webkit-input-placeholder,
.coverfold-hbspt-form textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}


/* WebKit, Blink, Edge */

.coverfold-hbspt-form input::-moz-placeholde,
.coverfold-hbspt-form textarea::-moz-placeholde {
    color: #000;
    opacity: 1;
}


/* Mozilla Firefox 4 to 18 */

.coverfold-hbspt-form input::-moz-placeholder,
.coverfold-hbspt-form textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
}


/* Mozilla Firefox 19+ */

.coverfold-hbspt-form input::-ms-input-placeholder,
.coverfold-hbspt-form textarea::-ms-input-placeholder {
    color: #000;
    opacity: 1;
}


/* Internet Explorer 10-11 */

.coverfold-hbspt-form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.coverfold-hbspt-form ul li {
    margin: 0;
    padding: 0;
}

.coverfold-hbspt-form .hs-error-msg,
.coverfold-hbspt-form .hs-main-font-element {
    color: #fff;
}

.coverfold-hbspt-form fieldset .input {
    margin: 0 9px;
}

.coverfold-hbspt-form form fieldset:nth-child(5) {
    float: left;
    width: 60%;
}

.coverfold-hbspt-form ul.multi-container {
    margin: 0;
    padding: 0;
    list-style: none;
}

.coverfold-hbspt-form ul.multi-container li {
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #fff;
    width: 50%;
    text-align: left;
}

.coverfold-hbspt-form ul.multi-container li input {
    width: auto !important;
    margin-right: 8px;
}

.coverfold-hbspt-form .hs_submit {
    float: left;
    width: 40%;
}

.coverfold-hbspt-form .hs_submit input {
    background-color: #1D79D5;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #1D79D5, #02368D);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: 2px;
    border-radius: 30px;
    padding: 15px 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.coverfold-hbspt-form .hs_submit input:hover {
    background-color: #1D79D5 !important;
}

.coverfold-hbspt-form .hs_error_rollup {
    position: absolute;
}

.actions {
    padding: 0 !important;
    margin: 0 !important;
}

.coverfold-hbspt-form .field {
    margin-bottom: 10px;
}

@media (min-width: 991px) {
    .marketing-area-title h1:before {
        display: none;
    }
}

@media (min-width: 991px) and (max-width: 1366px) {
    .marketing-area-title h1,
    .treatment-coverfold-title h1 {
        font-size: 210.0%;
    }
    .coverfold-form {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .coverfold-form h2 {
        margin-bottom: 15px;
        font-size: 112.5%;
    }
    .treatment-coverfold .coverfold-form {
        margin: 75px auto;
    }
}


/*-- Trustpilot Widget --*/

.trustpilot-section {
    margin-bottom: 90px;
    background: #f7f8f8;
    padding: 20px 0;
    text-align: center;
}


/*-- Main Content --*/

.main-content {
    margin-bottom: 90px;
}

.main-content .content {
    text-align: center;
}

.main-content .content ul {
    display: inline-block;
    text-align: left;
}

.main-content .content ul li {
    padding: 5px 0;
    font-size: 125.0%;
    line-height: 28px;
}

.content .img-in-content {
    margin: 40px 0 0 0;
}

.content p {
    margin: 0 0 20px 0;
    text-align: center;
}

.content h3 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 150.0%;
    font-weight: 700;
    text-align: center;
}

.signature-box {
    text-align: center;
    padding-top: 30px;
}

.signature-box img {
    margin-bottom: 20px;
}

.signature-box h3 {
    margin: 0;
    font: 700 125.0% 'Libre Baskerville', serif;
    color: #272727;
}

.signature-box p {
    margin-bottom: 0;
}

.main-content .btn-area {
    margin-top: 50px;
}

.light-content {
    padding: 90px 0 70px 0;
    background: #ebebeb;
}

.blue-content {
    padding: 90px 0 70px 0;
    background: #01195a;
    color: #fff;
}

.blue-content h2,
.blue-content h3,
.blue-content h4 {
    color: #fff;
    text-align: center;
}

.blue-content h2:before {
    background: #fff;
}

.main-content-video {
    width: 645px;
    height: 400px;
    margin: 0 auto 30px auto;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.policy-content {
    padding-top: 90px;
}

.sitemap-content {
    padding-top: 90px;
    margin-bottom: 90px;
}

.sitemap-content h3 {
    margin-top: 0;
    font-size: 125.0%;
    text-align: left;
}

.sitemap-content ul li {
    font-size: 125.0%;
    padding-bottom: 10px;
}

.sitemap-content ul li a {
    color: #000;
}

.sitemap-content ul li a:hover {
    color: #1d79d5;
}

.sitemap-content ul ul li {
    font-size: 100.0%;
}


/*-- Blue Boxes --*/

.blue-boxes {
    margin-bottom: 90px;
}

.blue-boxes .col-md-6,
.blue-boxes .col-md-4 {
    margin-bottom: 30px;
}

.blue-box {
    background: #000935;
    color: #fff;
    border-radius: 5px;
    padding: 30px;
    height: 100%;
}

.blue-box h3 {
    margin: 0 0 20px 0;
    font: 700 200.0% 'Libre Baskerville', serif;
}

.blue-box h4 {
    margin: 0 0 10px 0;
    font: 700 150.0% 'Libre Baskerville', serif;
}


/*-- Grey Boxes --*/

.grey-boxes {
    margin-bottom: 90px;
}

.grey-boxes .col-md-6,
.grey-boxes .col-md-4 {
    margin-bottom: 30px;
}

.grey-boxe {
    background: #ebebeb;
    border-radius: 5px;
    padding: 30px;
    height: 100%;
}

.grey-boxe p {
    position: relative;
    padding-top: 10px;
}

.grey-boxe p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 auto;
    width: 70px;
    height: 2px;
    background: #888888;
}

.grey-boxe h3 {
    margin: 0 0 20px 0;
    font: 700 200.0% 'Libre Baskerville', serif;
}

.grey-boxe h4 {
    margin: 0 0 10px 0;
    font: 700 150.0% 'Libre Baskerville', serif;
}

.grey-boxe ul li {
    margin: 0 0 10px 0;
    font-size: 125.0%;
    line-height: 28px;
}

.grey-box-2 .grey-boxe p:before {
    display: none;
}


/*-- White Box Section --*/

.white-blue-section {
    background: #ededed;
    margin-bottom: 90px;
    padding: 90px 0;
}

.wb-white-section {
    background: #fff;
    padding: 0;
}

.white-blue-section .col-md-6,
.white-blue-section .col-md-4 {
    margin-bottom: 30px;
}

.white-blue-item {
    border-radius: 5px;
    padding: 30px;
    height: 100%;
}

.wb-white {
    background: #fff;
}

.wb-blue {
    background: #000935;
    color: #fff;
}

.wb-grey {
    background: #ededed;
}

.wb-transparent {
    background: transparent;
}

.white-blue-item h2 {
    text-align: left;
}

.white-blue-item h2:before {
    margin: 0;
}

.white-blue-item h3 {
    position: relative;
    padding-top: 20px;
    margin: 0 0 20px 0;
    font: 700 200.0% 'Libre Baskerville', serif;
}

.white-blue-item h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 auto;
    width: 70px;
    height: 2px;
    background: #000;
}

.white-blue-item ul li {
    margin: 0 0 10px 0;
    font-size: 125.0%;
    line-height: 28px;
}

.white-blue-item-img {
    border-radius: 5px;
    overflow: hidden;
}

.white-blue-item.wb-blue h3:before {
    background: #fff;
}

.icon-dos {
    background: url('../images/icon-dos.png') no-repeat left 18px;
    line-height: 41px;
    padding-left: 55px;
}

.icon-dons {
    background: url('../images/icon-dons.png') no-repeat left 18px;
    line-height: 41px;
    padding-left: 55px;
}


/*-- Image Text Section --*/

.image-text-section {
    margin-bottom: 90px;
}

.image-text-section .container .it-image {
    height: 100%;
}

.image-text-section .container .it-image img {
    object-fit: cover;
    height: -webkit-fill-available;
}

.image-text-section h2 {
    text-align: left;
    margin-bottom: 20px;
}

.image-text-section h2:before {
    margin: 0;
}

.image-text-section .it-content {
    margin: 0 auto;
    height: 100%;
}

.image-text-section .it-content img {
    margin-bottom: 30px;
    border-radius: 15px;
}

.image-text-section .it-content ul li {
    margin: 0 0 10px 0;
    font-size: 125.0%;
    line-height: 28px;
}

@media (min-width: 992px) and (max-width: 1366px) {
    .image-text-section .it-content ul li {
        font-size: 112.5%;
        line-height: 26px;
    }
}

.image-text-section .container-fluid .it-content {
    padding: 90px 0;
}

.image-text-section .btn-area {
    margin-top: 50px;
    text-align: left;
}

.it-dark-section {
    background: #000935;
    color: #fff;
}

.it-dark-section h2 {
    color: #fff;
}

.it-dark-section h2:before {
    background: #fff;
}

.it-light-section {
    background: #f3f3f3;
}

.it-blue-section {
    padding: 90px 0;
    background: #000935;
    color: #fff;
}

.it-blue-section h2 {
    color: #fff;
}

.it-blue-section h2:before {
    background: #fff;
}

.it-dark-section .it-image,
.it-light-section .it-image,
.it-blue-section .it-image {
    height: 100%;
    position: relative;
}

.it-dark-section .it-image img,
.it-light-section .it-image img,
.it-blue-section .it-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.it-dark-section .it-content,
.it-light-section .it-content,
.it-blue-section .it-content {
    height: 100%;
}

.image-text-section .title-with-text {
    text-align: center;
}

.image-text-section .title-with-text h2 {
    margin-bottom: 20px;
    text-align: center;
}

.image-text-section .title-with-text h2:before {
    margin: 0 auto;
}

.image-text-section .title-with-text p {
    margin-bottom: 70px;
}

.it-grey-box {
    background: #ebebeb;
    border-radius: 5px;
    padding: 30px
}

.it-light-bg {
    margin-bottom: 90px;
    padding: 90px 0;
    background: #ebebeb;
}

.blue-quote {
    background: #01195a;
    padding: 30px;
    border-radius: 15px;
    color: #fff;
}

.blue-quote p {
    font-size: 150.0%;
    line-height: 30px;
}


/*-- END Common IT Section --*/

.common-it-section {
    margin-bottom: 90px;
}

.common-it-section .title-with-text {
    text-align: center;
}

.common-it-section .title-with-text h2 {
    margin-bottom: 20px;
}

.common-it-section .title-with-text p {
    margin-bottom: 70px;
}

.common-it-content {
    height: 100%;
}

.common-it-content h2 {
    margin-bottom: 20px;
    text-align: left;
}

.common-it-content h2:before {
    margin: 0;
}

.common-it-content h3 {
    margin: 0 0 20px;
    font: 700 187.5% 'Libre Baskerville', serif;
}

.common-it-content h4 {
    font-size: 125.0%;
    font-weight: 600;
}

.common-it-content ul li {
    margin: 0 0 10px 0;
    font-size: 125.0%;
    line-height: 28px;
    text-align: left;
}

.common-it-bottom-content {
    margin-top: 50px;
    text-align: center;
}

.common-it-bottom-content p:last-child {
    margin-bottom: 0;
}

.common-it-section .btn-area {
    margin-top: 40px;
    text-align: left;
}

.color-section .row {
    background: #1d79d5;
}

.color-section .common-it-content {
    padding: 0 60px;
    color: #fff;
}

.color-section .common-it-content h2 {
    color: #fff;
}

.color-section .common-it-content h2:before {
    background-color: #fff;
}

.color-section .common-it-content .btn-area a {
    background: #000935;
}

.color-section .common-it-content .btn-area a:hover {
    background: #fff;
    color: #000935;
}


/*-- END Image Section --*/

.image-section {
    text-align: center;
}

.ist-white,
.ist-white h2 {
    color: #fff;
}

.ist-white h2:before {
    background: #fff;
}

.image-section h2 {
    margin: 0 0 20px 0;
}

@media (min-width: 1367px) {
    .image-section img {
        width: 100%;
        height: 520px;
        object-fit: cover;
    }
}


/*-- Membership Section --*/

.membership-section {
    margin-bottom: 90px;
}

.membership-content h2 {
    margin-bottom: 20px;
}

.membership-content p {
    text-align: center;
}

.membership-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.membership-section ul li {
    margin: 0;
    padding: 30px 30px;
    display: inline-block;
}


/*-- Equipment Section --*/

.equipment-section {}

.equipment-content {
    height: 100%;
}

.equipment-content h2 {
    text-align: left;
    margin-bottom: 20px;
}

.equipment-content h2:before {
    margin: 0;
}

.equipment-content p {
    margin-bottom: 0;
}

.equipment-points-section {
    padding-top: 70px;
}

.equipment-points-section .col-md-6:nth-child(odd) .equipment-points {
    padding-right: 30px;
}

.equipment-points-section .col-md-6:nth-child(even) .equipment-points {
    padding-left: 30px;
}

.equipment-points {
    margin-bottom: 90px;
    padding: 0 0px;
}

.equipment-points h3 {
    position: relative;
    padding-top: 20px;
    margin-bottom: 20px;
    font: 700 150.0% 'Libre Baskerville', serif;
    color: #272727;
}

.equipment-points h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 2px;
    background: #939393;
}

.equipment-points p {
    font-size: 112.5%;
}


/*-- Grey Section --*/

.grey-section {
    margin-bottom: 90px;
    background: #f4f4f4;
    padding: 90px 0 70px 0;
}


/*-- Finance Section --*/

.finance-section {
    margin-bottom: 90px;
    background: #01195a;
    color: #fff;
    padding: 90px 0 70px 0;
    text-align: center;
}

.finance-section h2 {
    color: #fff;
}

.finance-section h2:before {
    background: #fff;
}

#insurance-carousel {
    margin: 90px 0 30px 0;
}

.expert-care-section {
    padding-top: 90px;
}

.expert-care-content {
    margin-bottom: 90px;
}

.expert-care-content h3 {
    position: relative;
    padding-top: 20px;
    margin-bottom: 20px;
    font: 700 125.0% 'Libre Baskerville', serif;
    color: #272727;
}

.expert-care-content h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 2px;
    background: #939393;
}

.expert-care-content p {
    font-size: 112.5%;
}

.expert-care-content ul li {
    font-size: 112.5%;
    margin-bottom: 20px;
}


/*-- Our Location --*/

.our-location {}

.our-location-content {
    margin-bottom: 70px;
}

.our-location .address {
    margin-bottom: 90px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.our-location .address p span {
    color: #02368d;
    display: block;
    text-align: center;
    font-weight: 600;
}

.map-area .embed-responsive {
    height: 450px;
}


/*-- Contact Page --*/

.contact-coverfold {
    background: #000935;
}

.contact-coverfold .contact-coverfold-left {
    background: #f3f3f3;
}

.contact-coverfold .contact-heading h1 {
    margin-bottom: 20px;
    text-align: left;
    font-family: 'Libre Baskerville', serif;
}

.contact-coverfold .contact-heading .btn-blue {
    font-size: 183.0%;
    font-weight: 700;
}

.contact-coverfold .coverfold-form h2 {
    display: none;
}

.contact-coverfold .coverfold-form {
    margin-top: 70px;
    margin-bottom: 70px;
}

.our-location-section {
    margin-bottom: 90px;
}

.addresses {
    padding: 30px 60px 0 60px;
}

.addresses h2 {
    text-align: left;
}

.addresses p span {
    color: #02368d;
    display: block;
}

@media (min-width: 768px) {
    .contact-coverfold .contact-heading {
        width: 440px;
        float: right;
        padding-right: 120px;
    }
    .addresses h2:before {
        margin: 0;
    }
    .contact-coverfold .contact-heading h1:before {
        margin: 0;
    }
}

@media (min-width: 1367px) {
    .contact-coverfold .contact-heading {
        width: 440px;
        float: right;
        padding-right: 120px;
    }
    .contact-coverfold .coverfold-form {
        margin-left: 120px;
    }
}


/*-- About Page --*/

.about-coverfold .marketing-area-title h1 {
    padding-bottom: 10px;
}

.about-coverfold .marketing-area-title h1:after {
    content: "";
    width: 70px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
}

.about-coverfold .coverfold-form {}

.about-samer {
    background: #000935;
    color: #fff;
    padding: 90px 0;
}

.about-samer h2 {
    color: #fff;
}

.about-samer h2:before {
    background: #fff;
}

.about-samer-img {
    display: inline-block;
    position: relative;
}

.about-samer-img img {
    border-radius: 30px;
    overflow: hidden;
}

.about-samer .btn-area {
    text-align: left;
}


/*-- Team Page --*/

.team-coverfold {
    background: #000935;
    margin-bottom: 90px;
}

.team-coverfold .coverfold-content {
    color: #fff;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
   
}

.team-coverfold .coverfold-content .title {
    color: #fff;
    text-align: left;
    margin:  0;
}

.team-coverfold .coverfold-content .title:before {
    background: #fff;
}

.team-coverfold .coverfold-content p {
    margin-bottom: 0;
}

.team-member .it-image .btn-area {
    display: none;
}

@media (min-width: 768px) {
    .team-coverfold .coverfold-content h1:before {
        margin: 0;
    }
}


/*-- Inner Team Page --*/

.profile-content {
    padding-top: 90px;
    margin-bottom: 90px;
}

.profile-content .content p {
    text-align: left;
}

.profile-content .content .btn-area {
    text-align: left;
}

.profile-content .profile-images img {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .profile-content .content h1,
    .profile-content .content h2 {
        text-align: left;
    }
    .profile-content .content h1:before,
    .profile-content .content h2:before {
        margin-left: 0;
    }
}


/*-- More Information Section --*/

.more-information-section {
    margin-bottom: 60px;
}

.panel {
    margin-bottom: 30px;
}

.panel-heading {
    background: #f3f3f3;
    border: 1px solid #707070;
    border-radius: 10px;
}

.panel-heading h4 {
    margin: 0;
    font: 700 125.0% 'Libre Baskerville', serif;
}

.panel-heading h4 a {
    display: block;
    color: #272727;
    padding: 15px 15px 15px 40px;
    position: relative;
}

.panel-heading h4 a i {
    position: absolute;
    left: 10px;
    top: 16px;
    margin-right: 10px;
    color: #1d79d5;
}

.panel-heading h4 a.collapsed .fa-minus:before {
    content: "\f067";
}

.panel-body {
    padding: 30px 15px;
}

.panel-body ul li {
    padding-bottom: 15px;
    font-size: 125.0%;
    line-height: 28px;
}
.panel-body ol{
        padding-left: 21px;
}
.panel-body ol li {
    padding-bottom: 15px;

    font-size: 125.0%;
    line-height: 28px;
}

/*-- Pricing Page --*/

.consultation-section {
    padding-top: 90px;
}

.consultation-section h3 {
    margin-bottom: 30px;
    font: 700 150.0% 'Libre Baskerville', serif;
    text-align: center;
}

.consultation-box {
    border: 1px solid #02368d;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 90px;
}

.consultation-box .table-responsive {
    padding-right: 30px;
}

.consultation-box .cb-content {
    padding-left: 30px;
}

.consultation-box .col-md-6:first-child {
    border-right: 1px solid #c8c8c8;
}

.consultation-box table {
    font-size: 125.0%;
}

.consultation-box table i {
    font-size: 50.0%;
    margin-right: 5px;
    color: #1d79d5;
}

.consultation-box table tr:first-child td {
    border: 0;
}

.vision-section {
    padding: 90px 0;
    background: #f3f3f3;
    margin-bottom: 90px;
}

.vision-price {
    border: 1px solid #02368d;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
    height: 100%;
}

.vision-price h3 {
    font-size: 200.0%;
    font-weight: 700;
}

.vision-price h4 {
    margin: 20px 0;
    color: #1d79d5;
    position: relative;
    padding-top: 10px;
    font-size: 112.5%;
    font-weight: 700;
}

.vision-price h4:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 40px;
    height: 2px;
    background: #b8b8b8;
}

.vision-price b {
    font-size: 150.0%;
}

.pricing-details {
    margin-bottom: 90px;
}

.pricing-box {
    border: 1px solid #02368d;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px 15px;
}

.pricing-box h3 {
    font-size: 94%;
    font-weight: 700;
}

.pricing-box h3 span {
    display: block;
}

.pricing-box p {
    margin: 0;
    font-size: 100.0%;
}

.price-tag {
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.price-tag b {
    font-size: 300.0%;
    margin-right: 10px;
}

.price-tag b sup {
    font-size: 50.0%;
    margin-right: 10px;
}

.pricing-box ul {
    margin: 0 0 50px 0;
    padding: 0;
    list-style: none;
}

.pricing-box ul li {
    margin: 0;
    padding: 5px 0 5px 20px;
    background: url('../images/icon-check.png') no-repeat left 8px;
}

.pricing-details .btn-blue {
    margin-top: 70px;
}

.other-prices {
    padding-top: 90px;
    background: #f3f3f3;
}

.other-prices .col-md-6 {
    padding-left: 30px;
    padding-right: 30px;
}

.other-prices-box {
    margin-bottom: 90px;
}

.other-prices-box p {
    font-size: 100.0%;
}

.other-prices-box .table i {
    font-size: 50.0%;
    margin: 6px 5px 7px 0;
    color: #1d79d5;
    float: left;
}

.other-prices-box .table tr:last-child td {
    border-bottom: 1px solid #455686;
}

.other-prices-box .table td {
    border-color: #455686;
}

.other-prices-box h3 {
    font: 700 150.0% 'Libre Baskerville', serif;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 30px;
}

.other-prices-box h3:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 40px;
    height: 2px;
    background: #b8b8b8;
}


/*-- IPL Page Pricing --*/

.ipl-price {
    margin-bottom: 90px;
    background: #f3f3f3;
    padding: 90px 0;
}

.ipl-price h3 {
    margin-bottom: 30px;
    font: 700 150.0% 'Libre Baskerville', serif;
    text-align: center;
}

.ipl-price-box {}

.ipl-price-box .table-responsive {}

.ipl-price-box .col-md-6:first-child {
    border-right: 1px solid #000;
}

.ipl-price-box table {
    font-size: 150.0%;
    font-weight: 600;
}

.ipl-price-box table tr td {
    border-color: #000;
}

.ipl-price-box table tr:first-child td {
    border-top: 0;
}

.ipl-price-box table tr td:last-child {
    font-size: 175.0%;
}

.ipl-price-box table tr td sup {
    font-size: 60.0%;
}


/*-- Laser Eye Surgery Page Pricing --*/

.les-price {
    margin-bottom: 90px;
    background: #f3f3f3;
    padding: 90px 0;
    text-align: center;
}

.les-price-box h3 {
    margin-bottom: 30px;
    font: 700 150.0% 'Libre Baskerville', serif;
    min-height: 60px;
}

.les-price-box b {
    font-size: 250.0%;
    font-weight: 600;
}


/*-- Ophthalmologist Page Pricing --*/

.ophthalmologist-price {
    padding-top: 90px;
    background: #f3f3f3;
}

.ophthalmologist-price .expert-care-content h3 {
    font-size: 150.0%;
    text-align: center;
}

.ophthalmologist-price .expert-care-content h3:before {
    right: 0;
    margin: 0 auto;
}

.ophthalmologist-price .expert-care-content li {
    font-size: 125.0%;
}


/*-- Three Column Section --*/

.three-column-section h2+p {
    text-align: center;
    margin-bottom: 50px;
}

.column-content {
    margin-bottom: 90px;
}

.column-content h3 {
    position: relative;
    padding-top: 20px;
    margin-bottom: 20px;
    font: 700 125.0% 'Libre Baskerville', serif;
    color: #272727;
}

.column-content h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 2px;
    background: #939393;
}

.column-content p {
    font-size: 112.5%;
}


/*-- Blue Video Banner --*/

.blue-video-banner {
    background: #000935;
    padding: 90px 0;
    margin-bottom: 90px;
}

.bvb-video {
    width: 420px;
    height: 280px;
    margin: 0;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.blue-video-banner-content {
    color: #fff;
}

.blue-video-banner-content h2 {
    color: #fff;
    text-align: left;
    margin-bottom: 24px;
}

.blue-video-banner-content h2:before {
    margin-left: 0;
    background: #fff;
}

.blue-video-banner-content p {
    margin: 0;
}


/*-- White and Blue Video Banner --*/

.wb-banner {
    background: linear-gradient( to right, #f3f3f3 0%, #f3f3f3 50%, #000935 50%, #000935 100%);
    padding: 90px 0;
    margin-bottom: 90px;
}

.wb-banner-video h2 {
    text-align: left;
    margin-bottom: 10px;
}

.wb-banner-video h2:before {
    margin-left: 0;
}

.wb-banner-video p {
    margin-bottom: 30px;
}

.wb-banner-content {
    color: #fff;
}

.wb-banner-content .btn-area {
    text-align: left;
}

.wb-video {
    width: 480px;
    height: 300px;
    margin: 0;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}


/*-- Video Section --*/

.video-section {
    margin-bottom: 40px;
}

.video-section .video-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.video-section .video-box .play-btn a {
    width: 62px;
    height: 62px;
    font-size: 26px;
    line-height: 62px;
}

.video-section .video-content {
    margin-bottom: 50px;
    padding-top: 20px;
}

.video-section .video-content h3 {
    font: 400 132.0% 'Libre Baskerville', serif;
}


/*-- Video Modal Box --*/

.modal-content {
    position: relative;
}

.modal-header {
    position: absolute;
    right: 0;
    top: -45px;
    padding: 0;
    border: 0;
}

.modal-header .close {
    padding: 0;
    margin: 0;
    color: #fff;
    opacity: 1;
    font-size: 52px;
    font-weight: normal;
}

.modal-body {
    padding: 0;
}

.modal-dialog {
    margin-top: 100px;
}


/*-- Referral Page --*/

.referral-content {
    padding-top: 90px;
    margin-bottom: 40px;
}

.referral-form {
    margin-bottom: 40px;
}

.referral-form .form-group {
    margin-bottom: 30px;
}

.referral-form label {
    font-size: 112.5%;
}

.referral-form .label-bold {
    font-weight: 600;
}

.referral-form h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 10px;
    font: 700 175.0% 'Libre Baskerville', serif;
    color: #000;
    text-align: center;
    position: relative;
}

.referral-form h3:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 30px;
    height: 1px;
    background: #000;
}

.referral-form h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 10px;
    font: 700 125.0% 'Libre Baskerville', serif;
    color: #1d79d5;
    text-align: center;
    position: relative;
}

.referral-form h4:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 30px;
    height: 1px;
    background: #000;
}

.referral-form .form-margin-bottom {
    margin-bottom: 20px;
}

.refraction-form-section .form-control {
    margin-bottom: 10px;
}

.refraction-form-text label {
    margin: 12px 0;
}

.refraction-form-text span {
    padding: 0 10px;
}

.clinical-form-text h3 {
    margin-bottom: 0;
}

.clinical-form-text p {
    text-align: center;
}

.clinical-form-text .custom-control {
    margin-top: 5px;
}

.referral-form textarea.form-control {
    height: 100px;
}

.referral-form .file-box {
    border: 1px solid #707070;
    border-radius: 30px;
    padding: 30px;
}

.referral-form .btn-area {
    padding-top: 50px;
}

.referral-form .custom-file {
    width: 300px;
    height: 150px;
    margin: 0 auto;
}

.referral-form .custom-file-label {
    border-radius: 30px;
    text-align: center;
    height: 150px;
    padding: 90px 0 0 0;
    line-height: normal;
}

.referral-form .custom-file-label::after {
    margin: 0 auto;
    border: 0;
    left: 0;
    top: 30px;
    width: 54px;
    height: 54px;
    background: url('../images/icon-attachment.png') no-repeat center center;
    overflow: hidden;
    text-indent: 54px;
}


/*-- Landing Page Styles --*/

.coverfold-landing {
    background: #ececec;
}

.coverfold-landing-content {
    height: 100%;
    text-align: right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.coverfold-landing-content .global-overlay {
    width: 500px;
    left: 0;
    top: 0;
    padding: 30px 0 0 30px;
    text-align: left;
}

.coverfold-landing-content h1 {
    text-align: left;
}

.coverfold-landing-content h1:before {
    display: none;
}

@media (min-width: 768px) and (max-width: 1366px) {
    .coverfold-landing-content picture img {
        width: 510px;
    }
}

ul.blue-check {
    margin: 0 0 0px;
    padding: 0;
    list-style: none;
}

ul.blue-check li {
    margin: 0;
    padding: 0 0 22px 50px !important;
    background: url('../images/icon-blue-check.svg') no-repeat left 2px;
    background-size: 36px;
    font-size: 125.0%;
}

.coverfold-landing-form {
    background: #000935;
    padding: 30px;
    color: #fff;
    height: 100%;
}

@media (min-width: 1367px) {
    .coverfold-landing-form {
        padding-left: 90px;
        padding-right: 90px;
    }
}

.coverfold-landing-form h2 {
    font-size: 125.0%;
    margin-bottom: 20px;
    padding-top: 20px;
    text-align: left;
    color: #fff;
}

.coverfold-landing-form h2:before {
    margin: 0;
    background: #fff;
    height: 1px;
}

.landing-content-box {
    margin-bottom: 30px;
    background: #ececec;
    padding: 30px;
    border-radius: 15px;
}

.landing-content-box h3 {
    margin: 0 0 20px;
    font-size: 125.0%;
    text-align: left;
    font-weight: bold;
}

.landing-content-box li {
    padding-left: 40px !important;
}

.landing-content-box li strong {
    font-weight: bold;
}

.coverfold-landing-video {
    margin-bottom: 100px;
    padding: 0 15px;
}

.coverfold-landing-video .cl-image {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.coverfold-landing-video .cl-content {
    padding-right: 70px;
}

.coverfold-landing-video .cl-content h2 {
    text-align: left;
}

.coverfold-landing-video .cl-content h2:before {
    margin: 0;
}

@media (min-width: 768px) {
    .coverfold-landing-video .cl-content h2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 1366px) {
    .coverfold-landing-video .cl-content {
        padding-right: 0px;
    }
    ul.blue-check li {
        font-size: 112.5% !important;
        padding-bottom: 10px !important;
    }
}

.coverfold-landing-video .play-btn a {
    background: #c39526;
}

.coverfold-landing-video .play-btn a:hover {
    background: #000;
}

.landing-light-content h2 {
    margin-bottom: 0px;
}

.landing-light-content h3 {
    text-align: left;
    position: relative;
    padding-top: 15px;
    padding-left: 30px;
    background: url('../images/icon-blue-check.svg') no-repeat left 18px;
    background-size: 24px;
    font-weight: 500;
    font-size: 132.0%;
}

.landing-light-content h3:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    width: 50px;
    height: 1px;
    background: #000;
}

.landing-light-content p {
    text-align: left;
}

.landing-price {
    position: relative;
}

.landing-price .global-overlay {
    top: 60px;
}

.landing-price-box {
    background: #ececec;
    border-radius: 15px;
    border: 1px solid #fff;
    padding: 30px;
}

.landing-price-box h2 {
    margin-bottom: 15px;
    font-size: 200.0%;
    padding-top: 15px;
    text-align: left;
}

.landing-price-box h2:before {
    margin: 0;
    height: 1px;
}

.landing-price-box h3 span {
    font-size: 200.0%;
    font-weight: 700;
}

.landing-price-box h3 i {
    font-size: 65.0%;
    font-weight: normal;
}

body.landing-page .trustpilot-section {
    margin-bottom: 50px;
}


/*-- Footer --*/

footer {
    background: #01195a;
    color: #fff;
    padding: 0px 0;
    padding-bottom: 50px;
}

.footer-inner {
    margin-top: 60px;
    padding-top: 60px;
}

footer .trustpilot-widget {
    margin-bottom: 100px;
    margin-top: 45px;
}

footer .trustpilot-widget iframe {
    left: -110px !important;
}

footer .btn-area {
    text-align: left;
}

footer .btn-area a {
    margin: 0 15px 0 0;
}

footer .btn-area a:last-child {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

footer .btn-area a:last-child:hover {
    background: #1d79d5;
    border-color: #1d79d5;
}

.logo-footer .logo-bottom {
    width: 250px;
}

.logo-footer ul {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}

.logo-footer ul li {
    margin: 0;
    padding: 0 5px;
    display: inline-block;
}

.footlinks {
    padding: 0px;
}

.footlinks h3 {
    margin-bottom: 10px;
    font: 700 150.0% 'Libre Baskerville', serif;
}

.footlinks ul {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.footlinks ul li {
    margin: 0;
    padding: 5px 0;
    font-size: 112.5%;
}

.footlinks a,
.copyright a,
.footer-inner a {
    color: white;
}

.footlinks a:hover,
.copyright a:hover,
.footer-inner a:hover {
    color: #1d79d5;
}
.copyright .address a:hover{
    color: white;
}
.copyright {
    padding-top: 40px;
}

.cqc {
    margin-bottom: 35px;
}

.cqc img {
    margin-bottom: 20px;
}


/* Extra small devices (portrait phones, less than 576px) */


/* No media query for `xs` since this is the default in Bootstrap */


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {}


/* Small devices (landscape phones, 576px and up) */

@media (max-width: 767.98px) {
    h1,
    h2 {
        font-size: 212.5%;
    }
    .top-bar {
        border: 0;
    }
    p {
        font-size: 112.5%;
    }
    .pl-30 {
        padding-left: 0px !important;
    }
    .pr-30 {
        padding-right: 0px !important;
    }
    .pl-60 {
        padding-left: 0px !important;
    }
    .pr-60 {
        padding-right: 0px !important;
    }
    .global-table {
        height: auto;
    }
    .img-align-left {
        display: block;
        float: none;
        margin-right: 0px;
    }
    .play-btn a {
        width: 72px;
        height: 72px;
        font-size: 32px;
        line-height: 77px;
    }
    .mobile-mb-none {
        margin-bottom: 0 !important;
    }
    .mobile-mb-90 {
        margin-bottom: 90px !important;
    }
    header {
        position: relative;
    }
    /* .logo-header img {
        height: 56px;
    } */
    .button-header {
        background: #000935;
        padding-top: 0px;
        text-align: center;
        display: block;
        float: none;
    }
    .button-header .trustpilot-widget {
        width: 100%;
        margin-bottom: 20px;
        padding: 12px 0 6px 0;
        background: #f3f3f3;
    }
    .button-header a {
        margin: 0;
    }
    .button-header .btn-blue {
        margin-bottom: 10px;
    }
    .button-header .book-btn {
        display: none;
    }
    .button-header .phone-btn {
        background: #fff;
    }
    .button-menu {
        display: block;
        padding-top: 20px;
        text-align: center;
    }
    .marketing-area img {
        height: auto;
    }
    .marketing-area-title {
        padding: 30px 0 40px 0;
    }
    .marketing-area-title h1 {
        margin: 0px;
        padding-top: 30px;
        text-align: center;
    }
    .marketing-area-title h1:before {
        background: #fff;
    }
    .treatment-coverfold-title h1 {
        font-size: 150.0%;
        text-align: center;
    }
    .coverfold-form {
        width: 100%;
        margin: 0;
        padding: 30px 15px;
    }
    .coverfold-form h2 {
        text-align: center;
    }
    .coverfold-form h2:before {
        display: none;
    }
    .coverfold-form .form-button {
        text-align: center;
    }
    .coverfold-form .radio-item {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .coverfold-image .global-table {
        height: 100%
    }
    .image-text-section h2 {
        text-align: center;
    }
    .image-text-section h2:before {
        margin: 0 auto;
    }
    .image-text-section .it-content {
        width: 100%;
        height: auto;
        text-align: center;
    }
    .image-text-section .container-fluid .it-content {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .image-text-section .btn-area {
        text-align: center;
    }
    .it-image .global-table {
        height: 100%;
    }
    .membership-section ul li {
        width: 49%;
        padding: 15px 20px;
    }
    .equipment-content {
        padding: 0;
        text-align: center;
    }
    .equipment-points {
        padding: 0;
    }
    .equipment-image {
        margin-bottom: 90px;
    }
    .equipment-points-section .col-md-6:nth-child(odd) .equipment-points {
        padding-right: 0px;
    }
    .equipment-points-section .col-md-6:nth-child(even) .equipment-points {
        padding-left: 0px;
    }
    .grey-section {
        text-align: center;
    }
    .expert-care-section {}
    .our-location {
        text-align: center;
    }
    .our-location .address {
        margin-bottom: 30px;
    }
    .our-location-content {
        margin-bottom: 30px;
    }
    .our-location-content  .address a
    {
        border-color: #01195a !important;
    }
    footer .trustpilot-widget {
        display: block;
        margin-bottom: 40px;
        padding: 0;
    }
    footer .trustpilot-widget iframe {
        left: 0px !important;
    }
    .footlinks {
        padding: 0;
    }
    .footlinks ul {
        margin-bottom: 60px;
    }
    footer .btn-area {
        text-align: center;
    }
    footer .btn-area a {
        margin: 0 0 20px 0;
    }
    .logo-footer {
        text-align: center;
        border: 0;
    }
    .logo-footer ul {
        margin-top: 50px;
    }
    .copyright {
        padding: 50px 0 0 0;
        text-align: center;
    }
    .addresses {
        text-align: center;
        padding: 0;
        margin-bottom: 50px;
    }
    .addresses h2 {
        text-align: center;
    }
    .contact-coverfold .coverfold-form {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .contact-coverfold .coverfold-form h2 {
        display: block;
    }
    .contact-coverfold .contact-heading {
        text-align: center;
        padding: 40px 0;
    }
    .contact-coverfold .contact-heading h1 {
        text-align: center;
    }
    body.page-contact .button-header {
        display: none;
    }
    .about-samer-img {
        margin-bottom: 30px;
    }
    .about-samer .btn-area {
        text-align: center;
    }
    .image-text-section .it-image {
        height: auto !important;
        margin-bottom: 90px;
    }
    .team-coverfold .coverfold-content {
        width: auto;
        padding: 0 15px;
        text-align: center;
        margin-bottom: 30px;
    }
    .team-coverfold .coverfold-content h1 {
        margin-top: 30px;
        text-align: center;
    }
    .team-member:after {
        content: "";
        clear: both;
        float: none;
        display: block;
    }
    .team-member {
        margin-bottom: 90px;
    }
    .team-member .it-content {
        padding: 0px 15px;
    }
    .team-member .it-content p+p {
        text-align: left;
    }
    .team-member .it-content .btn-area {
        display: none;
    }
    .team-member .it-image img {
        margin-bottom: 30px;
        display: block;
    }
    .team-member .it-image .btn-area {
        display: block;
        margin: 0;
    }
    .panel-heading h4 {
        font-size: 100.0%;
    }
    .profile-images img+img {
        display: none;
    }
    .profile-content .content .btn-area {
        text-align: center;
    }
    .panel-body ul li {
        font-size: 112.5%;
    }
    .vision-price,
    .pricing-box {
        margin-bottom: 30px;
        height: auto;
    }
    .pricing-details {
        margin-bottom: 60px;
    }
    .consultation-box .col-md-6:first-child {
        border: 0;
    }
    .consultation-box .table-responsive,
    .consultation-box .cb-content {
        padding: 0;
    }
    .pricing-details .btn-blue {
        margin-top: 0px;
    }
    .treatment-coverfold .left-coverfold {
        width: 100%;
        padding: 30px 15px;
    }
    .treatment-coverfold .coverfold-image {
        width: 100%;
        height: auto;
        border-radius: 0;
    }
    .treatment-coverfold .coverfold-form {
        margin: 0;
    }
    .main-content-video {
        width: 100%;
        height: auto;
    }
    .bvb-video {
        width: 100%;
        height: auto;
        margin-bottom: 50px;
    }
    .bvb-video .global-table {
        height: 100%;
    }
    .main-content .content ul li {
        font-size: 112.5%;
    }
    .referral-form .form-group {
        margin-bottom: 0;
    }
    .referral-form .urgency-form-section .col-sm-6,
    .referral-form .patient-form-section .col-sm-6,
    .referral-form .patient-form-section .col-sm-4,
    .referral-form .optometrist-form-section .col-sm-6,
    .referral-form .eyes-form-section .col-sm-6,
    .referral-form .prescription-form-section .col-sm-6,
    .referral-form .refraction-form-text .col-sm-1,
    .referral-form .clinical-form-text .col-sm-6 {
        margin-bottom: 30px;
    }
    .refraction-form-text label {
        margin: 0 0 10px;
    }
    .referral-form .refraction-form-text .col-sm-1:first-child {
        display: none;
    }
    .common-it-image {
        margin-bottom: 90px;
    }
    .common-it-content {
        height: auto;
        text-align: center;
    }
    .common-it-content ul {
        margin-top: 15px;
    }
    .common-it-content ul li {
        font-size: 112.5%;
    }
    .image-text-section .it-content ul li {
        font-size: 112.5%;
        text-align: left;
    }
    .common-it-section .btn-area {
        margin-top: 30px;
        text-align: center;
    }
    .common-it-content h2,
    .common-it-content h3 {
        text-align: center;
    }
    .common-it-content h2:before {
        margin: 0 auto;
    }
    .ipl-price-box table tr:first-child td {
        border-top: 1px solid #000;
    }
    .color-section .common-it-content {
        padding: 0 0 90px 0;
    }
    .team-member .it-content {
        padding: 0 15px 30px 15px !important;
    }
    .equipment-content h2 {
        text-align: center;
    }
    .equipment-content h2:before {
        margin: 0 auto;
    }
    .equipment-points h3,
    .expert-care-content h3 {
        text-align: center;
    }
    .equipment-points h3:before,
    .expert-care-content h3:before {
        margin: 0 auto;
        right: 0;
    }
    .expert-care-section {
        padding-top: 0;
    }
    .coverfold-hbspt-form {
        margin: 30px auto;
    }
    .coverfold-hbspt-form form fieldset:nth-child(5),
    .coverfold-hbspt-form .hs_submit {
        width: 100%;
    }
    .ophthalmologist-price .expert-care-content li {
        font-size: 112.5%;
        line-height: 28px;
    }
    .les-price {
        padding-bottom: 30px;
    }
    .les-price-box {
        margin-bottom: 60px;
    }
    .les-price-box h3 {
        min-height: auto;
        margin-bottom: 0;
        font-size: 125.0%;
    }
    p {
        text-align: left !important;
    }
    .signature-box p {
        text-align: center !important;
    }
    .copyright {
        padding-top: 0px;
    }
    .wb-banner {
        background: #000935;
        color: #fff;
    }
    .wb-banner-video h2 {
        text-align: center;
        color: #fff;
    }
    .wb-banner-video h2:before {
        margin-left: auto;
        background: #fff;
    }
    .wb-banner-video p {
        margin-bottom: 50px;
    }
    .wb-banner-content {
        color: #fff;
    }
    .wb-banner-content .btn-area {
        text-align: center;
    }
    .wb-video {
        margin-bottom: 30px;
        width: 100%;
        height: 200px;
    }
    .wb-video .global-table {
        height: 200px;
    }
    .image-section .global-overlay {
        padding: 60px 0;
    }
    .it-light-bg .it-content {
        padding: 0 !important;
    }
    body.landing-page .button-header {
        background: #f3f3f3;
    }
    body.landing-page .button-header .btn-blue {
        position: absolute;
        right: 15px;
        top: 17px;
        padding: 10px 15px;
        margin-bottom: 0;
        background-color: #1D79D5;
        /* For browsers that do not support gradients */
        background-image: linear-gradient(to right, #1D79D5, #02368D);
        color: #fff;
        border: 0;
    }
    body.landing-page .button-header .trustpilot-widget {
        margin-bottom: 0px;
    }
    .coverfold-landing {
        padding-right: 0;
        padding-left: 0;
        background: #fff;
    }
    .coverfold-landing-content {
        height: auto;
    }
    .coverfold-landing-content .global-overlay {
        position: relative;
        width: 100%;
        margin: 30px 0;
        padding: 0 15px;
        text-align: center;
    }
    .coverfold-landing-content .global-overlay img {
        display: none;
    }
    .coverfold-landing-content h1 {
        margin-bottom: 0px;
        padding-top: 0px;
        text-align: center;
        font-size: 122.0%;
    }
    .coverfold-landing-form {
        height: auto;
    }
    .coverfold-landing-form h2 {
        padding-top: 0;
        margin-bottom: 0;
        text-align: center;
    }
    .coverfold-landing-video .cl-content h2 {
        margin-bottom: 30px;
        text-align: center;
    }
    .coverfold-landing-form h2:before {
        display: none;
    }
    .coverfold-landing-video {
        margin-bottom: 50px;
        padding: 0px;
    }
    .coverfold-landing-video .cl-content h2:before {
        margin: 0 auto;
    }
    .coverfold-landing-video .global-table {
        height: 100%;
    }
    .coverfold-landing-video ul.blue-check {
        margin-bottom: 30px;
    }
    .landing-content h2 {
        margin-bottom: 30px;
    }
    .landing-price .global-overlay {
        position: relative;
        top: 0;
        margin: 0;
    }
    .landing-price .container {
        padding: 0;
    }
    .landing-price .container .row {
        margin: 0;
    }
    .landing-price .container .row .col-md-5 {
        padding: 0;
    }
    .landing-price-box {
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    .landing-price-box h2 {
        text-align: center;
    }
    .landing-price-box h2:before {
        margin: 0 auto;
    }
    body.landing-page .phone-tab {
        display: none;
    }
    body.landing-page .trustpilot-section {
        margin-bottom: 50px;
    }
    .video-box .global-table {
        height: 100%;
    }
}


.vh-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}


.btn-facebook,
.btn-linkedin,
.btn-instagram {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;

    width: 45px;
    height: 45px;

    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    border: none;
}
.btn-facebook::before,
.btn-instagram::before,
.btn-linkedin::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    pointer-events: none;
    transition: border-color 0.25s ease-in-out;
}
.btn-facebook {
    background: linear-gradient(to right, #00c6ff, #0072ff);
}

.btn-instagram {
    background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);

}

.btn-linkedin {
    background: #0A66C2;

}
.btn-facebook i,
.btn-instagram i,
.btn-linkedin i {
    color: #ffffff !important;
}
.btn-facebook:hover::before,
.btn-instagram:hover::before,
.btn-linkedin:hover::before {
    border-color: #01195a !important;
}

.footer-social-media .btn-facebook:hover::before,
.footer-social-media .btn-instagram:hover::before,
.footer-social-media .btn-linkedin:hover::before {
    border-color: white !important;
}
