




/*
@CreatedDate 25-10-2021
@ModifiedDate 25-10-2021
@author Sayantani Banerjee -Accenture
@LastModifiedBy Sayantani Banerjee -Accenture
@Description This landing page serves the purpose of styling Vision Care Brands 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/fe2f117171640575711372/m/1/fb626b1b-ecfe-43a2-a8f7-396ae780c63a.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: 480px;
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;
}

  .allOptIn:hover{
        color: rgb(114, 111, 111);
    }