/*
@CreatedDate 06-05-2021
@ModifiedDate 03-06-2021
@author Sayantani Banerjee -Accenture
@LastModifiedBy Sayantani Banerjee -Accenture
@Description This landing page serves the purpose of styling Patient landing page
*/

/* Header Section  */
 #headerSection {
    background-color: #FFFFFF;
}


/* Banner Section  */
#banner{
 padding-top: 30px;
 padding-bottom: 35px;
 background-color: #ffffff !important;
 background-image: url(https://image.marketing.bausch.com/lib/fe2d1171716405787c1479/m/1/bb93cd6f-f08d-4050-afb8-a9bc034fb8ce.jpg) !important;
}
/*ebasaya*/
/* Section 1 */
#section1 {
    background-color: #ffffff;
}

a {
 color: white;
 text-decoration: underline;
}
a:hover {
  color: white;
}

/* Section 2 */
#section2 {
    background-color: #ffffff;
}


#footer-section-id {
    background-color: #6D6E71;
  padding:15px 0px 1px 0px;
}
/* #submitButton{

border-radius: 10 !important;

} */



body { width: 100%; min-height: 100%; font-family: "Open Sans", "Helvetica Neue", Lucida Sans Unicode, Verdana, Helvetica, sans-serif; font-size: 14px; line-height: 23px; color: #333333; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;}
.banner-content h1 {
font-size: 50px;
color: #FFF;
}
h1 { font-size: 35px; margin-top: 0;  margin-bottom: 10px; font-weight: 300; font-family:"Helvetica Neue", Helvetica, Arial,sans-serif; color: #1a1a1a; transition: all .50s ease-in-out; -moz-transition: all .50s ease-in-out; -webkit-transition: all .50s ease-in-out;}

b, strong {
  font-weight: bold;
}


.form-control {
border: thin solid rgb(210, 219, 219) ;
-webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
border-radius: 4px;
height: 30px;
width: 450px;
box-shadow: inset 1px 1px 4px 1px #ddd;
line-height: 1.5em;
clear: left;
}

.focusedInput {
    border-color: rgba(82,168,236,.8);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82,168,236,.6);
    box-shadow: 0 0 8px rgba(82,168,236,.6) !important;
}

.mktoButton:hover {
  border: thin solid rgb(210, 219, 219) ;
  background: rgb(243, 245, 245)!important;
  -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
}

.mktoButton {
  border: thin solid rgb(210, 219, 219) ;
  -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
}

 h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 300;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            color: #1a1a1a;
            transition: all .50s ease-in-out;
            -moz-transition: all .50s ease-in-out;
            -webkit-transition: all .50s ease-in-out;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            margin-top: 0;
            margin-bottom: 10px;
        }
h1 {
            font-size: 44px;
        }

        h2 {
            font-weight: 700;
            margin-bottom: 20px;
        }


        h4 {
            font-size: 17px;
            font-weight: 700;
            color: #2d2d2d;
        }

        p {
            margin-bottom: 20px;
            line-height: 24px;
        }

         .back-to-original {
            -webkit-transition: all 150ms ease-in!important;
            -moz-transition: all 150ms ease-in!important;
            -o-transition: all 150ms ease-in!important;
            transition: all 150ms ease-in!important;
            color: #00a8d6!important;
        }

        .back-to-original:hover,
        .back-to-original:focus {
            text-decoration: none!important;
            color: #007DA0!important;
            outline: none!important;
        }

        ul {
            list-style-type: circle;
        }

.form-label{
    /* font-weight: bold; */
    font-family: inherit;
}

#logo-img{
    padding-top: 10px;
    min-height:60px; 
    min-width:100px;
    }

.banner-content h1 {
    font-size: 44px;
    color: #FFF;
    color: #03838C;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px; /* 68.75% */
    letter-spacing: 0.297px;
    text-align: left;
}

  #selectAll:hover{
        color: rgb(114, 111, 111);
    }



/******Global Header & Footer 20-FEB-2026******/


/************Header************/
header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 11;
}

.header-main {
    position: relative;
    /*-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);*/
    background-color: #fff;
}

.top-utility-section {
    padding: 9px 0;
    background-color: rgb(3, 131, 140)
}

.top-utility-section .bl-left-logo img {
    height: 18px;
    width: auto;
}

.top-utility-section .bl-right-link a {
    color: rgb(255, 255, 255) !important;
    display: flex;
    justify-content: end;
    align-items: center;
    font-family: Barlow, sans-serif;
    font-weight: 900;
    font-size: 11px;
    line-height: normal;
    text-decoration: underline;
    margin-right: 30px !important;
    text-transform: uppercase;
}

.top-utility-section .bl-right-link a:last-child {
    margin-right: 0px !important;
}

.top-utility-section .bl-right-link a img {
    width: 15px;
    height: 15px;
    margin-left: 5px
}

.bl-left-logo {
    line-height: 0
}

.top-utility-section .left-logo-wrap,
.top-utility-section .right-link-wrap {
    /* width: 50%; */
    flex: 0 0 auto;
}

header .master-logo h3 {
    color: #03838c;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.297px;
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .top-utility-section {
        padding: 8px 0;
    }

    .top-utility-section .left-logo-wrap {
        width: 30%;
    }

    .top-utility-section .right-link-wrap {
        width: 70%;
    }

    .top-utility-section .bl-left-logo img {
        height: 8px;
        margin: 0px;
    }

    .top-utility-section .bl-right-link a {
        margin-right: 9px !important;
        height: 8px;
        display: flex;
        margin-top: -1px;
        font-size: 7.5px !important;
    }

    .top-utility-section .bl-right-link a img {
        width: 10px;
        margin-left: 4px;
    }

    header .master-logo h3 {
        font-size: 22.857px;
        line-height: 15.714px;
        letter-spacing: 0.212px;
        margin-bottom: 8px;
    }

}

/************End Header************/


/************Start Footer Desktop************/

footer#footer {
    background: none;
    padding: 0px;
    text-align: left;
    font-size: unset;
}

.footer {
    padding: 48px 0;
    background: #03838c;
    /*margin-top: 10px;*/
    font-family: "Barlow", sans-serif;
    border-top: 0px !important;
}

.footer-desc.copyright p {
    font-size: 10px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: normal;
    font-weight: 600;
    font-family: 'Barlow';
    max-width: 342px;
}

.footer-bl-logo {
    margin-bottom: 20px;
}

footer#footer .footer-links ul {
    list-style-type: none;
}

footer .footer-links ul:last-child {
    width: auto;
    margin: 0;
    padding: 0px;
}

footer#footer .socialLink li {
    color: #fff;
    margin-right: 15px;
    list-style-type: none;
}

footer#footer .footer-links ul li a {
    color: #fff;
    background: url("https://www.vyzultahcp.com/siteassets/img/icon-link-out.svg") no-repeat right bottom;
    font-size: 12px;
    padding-right: 15px;
    text-decoration: underline;
    background-size: 10px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    display: inline-block;
    line-height: normal;
    text-transform: capitalize;
}

footer#footer .footer-links ul li .remove-icon {
    background: inherit !important;
}

footer#footer .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 0px;
}

footer#footer .social-link-top {
    border-bottom: 1px solid #35a781;
    padding-bottom: 0px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    padding-left: 0px;
    padding-bottom: 18px;
}

footer#footer .social-link-top p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 10px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    line-height: 15px;
}

footer#footer .footer-links ul li {
    margin-bottom: 15px;
    line-height: 16px;
}

footer#footer .socialLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0px 0px 15px;
    margin-bottom: 0px;
    border: none;
}

footer#footer ul.socialLink li a {
    cursor: pointer;
    line-height: 24px;
    font-size: unset;
    font-weight: unset;
}

footer#footer .copyright {
    border: none;
    padding-top: 0px;
    margin-top: 0px;
}

footer#footer .footer-links div {
    padding: 0px;
}

.footer-bl-logo img {
    height: unset;
    width: unset;
}

footer#footer .footer-links ul li.noopener a {
    background: none;
}
footer .social-link-top span{color: #fff !important;font-family: 'Barlow', 'sans-serif';}
footer .socialLink img{
    width: 20px;
    height: 20px;
    margin: 0px;
}

@media (min-width: 992px) {
    #footer .footer .container {
        padding: 0px 20px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #footer .footer .container {
        padding: 0px 20px;
    }
}

/**** End Footer Desktop******/

/**** Start Footer Mobile******/
@media screen and (max-width: 991px) {
    footer#footer {
        padding: 0px;
    }

    footer#footer .footer {
        padding: 30px;
    }

    footer#footer .footer .container {
        padding: 0px;
    }

    footer#footer .social-link-top {
        flex-direction: column;
        align-items: start;
        padding-bottom: 24px;
        margin-bottom: 0px;
    }

    footer#footer .footer .footer-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0px;
        margin-top: 28px;
    }

    footer#footer .footer-bl-logo {
        margin-bottom: 20px;
    }

    footer#footer .trust-arc-logo {
        margin: 24px 0px;
    }
    footer#footer .trust-arc-logo img{margin:0px;}

    footer#footer .footer p {
        font-size: 10px;
        margin-bottom: 10px;
        line-height: normal;
        margin-top: 0px;
    }

    footer#footer .socialLink {
        padding-left: 0px;
        border: none;
    }

    footer#footer .socialLink li {
        margin-bottom: 0px;
        margin-right: 30px;
    }

    .infuse-astigmatism-sec .container,
    .infuse-multifocal-banner-sec .container {
        padding-top: 10px;
    }

}

@media screen and (max-width: 359px) {
    footer#footer .footer-links ul li a {
        font-size: 11px;
    }
}
/**** End Footer Mobile******/


/****Existing element CSS change******/

#banner{background-image: none !important;padding-bottom: 0px;}
.mobile-only{display: none;}
@media (max-width: 992px) {
    .banner-content{padding-top: 8px;}
    .banner-content h1{
        color: #03838C;
        text-align: center;
        font-family: "Open Sans";
        font-size: 22.857px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: 0.212px;
        text-align: center;
    }
    form div{max-width: 100%;}
    form div .form-control{width: 100%;}
    .container .row.form-row{max-width: 100%;}
    .mobile-only{display: block;}
}
