*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: Proxima Nova;
}
body {
    font-size: 18px;
    line-height: 1.5;
    color: #263238;
}
p{
    margin-bottom: 15px;
}
a,a:hover{
    text-decoration: none;
}
input:focus,select:focus,textarea:focus{
    outline: none;
}
.container {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}
h1,h2,h3,h4,h5,h6{
    font-family: Proxima Nova;
}
/*=================================*/

@font-face {
    font-family: Proxima Nova;
    src: url(../font/ProximaNova-Regular.otf);
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: Proxima Nova;
    src: url(../font/Proxima\ Nova\ Thin.otf);
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: Proxima Nova;
    src: url(../font/Proxima\ Nova\ Extrabold.otf);
    font-style: normal;
    font-weight: 900;
}
@font-face {
    font-family: Proxima Nova;
    src: url(../font/Proxima\ Nova\ Bold.otf);
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: Proxima Nova;
    src: url(../font/Proxima\ Nova\ Black.otf);
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: Proxima Nova;
    src: url(../font/Proxima\ Nova\ Alt\ Thin.otf);
    font-style: normal;
    font-weight: 200;
}
@font-face {
    font-family: Proxima Nova;
    src: url(../font/Proxima\ Nova\ Alt\ Light.otf);
    font-style: normal;
    font-weight: 100;
}
@font-face {
    font-family: Proxima Nova;
    src: url(../font/Proxima\ Nova\ Alt\ Bold.otf);
    font-style: normal;
    font-weight: 600;
}


/*
@font-face {
    font-family: Proxima;
    src: url(../fonts/ProximaNovaCond-Thin.otf);
    font-weight: 100;
}
@font-face {
    font-family: Proxima;
    src: url(../fonts/ProximaNovaExCn-Bold.otf);
    font-weight: 800;
}
@font-face {
    font-family: Proxima;
    src: url(../fonts/ProximaNovaExCn-Extrabld.otf);
    font-weight: 900;
}
@font-face {
    font-family: Proxima;
    src: url(../fonts/ProximaNovaExCn-Light.otf);
    font-weight: 300;
}
@font-face {
    font-family: Proxima;
    src: url(../fonts/ProximaNovaExCn-Regular.otf);
    font-weight: 400;
}
@font-face {
    font-family: Proxima;
    src: url(../fonts/ProximaNovaExCn-Semibold.otf);
    font-weight: 700;
}*/
/*===========================HOME SCREEN CSS HERE*/
.contentBox p,.contentBox a,.contentBox span,.contentBox p a{
    font-family: Proxima Nova;
}
.main {
    background: #ffffff;
}
.FirstScreen {
    position: relative;
    background: #fff url(../img/header-wave.svg);
    background-position: right top;
    padding: 65px 0 35px;
    background-repeat: no-repeat;
    max-width: 1650px;
    margin: 0 auto;
    background-size: contain;
}
.fsheader.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.col_headers1 {
    max-width: 52%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
}
.col_headers1 a {
    display: block;
    max-width: 440px;
}
.col_headers1 a img {
    width: 100%;
}
.col_headers2 a {
    display: block;
    max-width: 800px;
    padding-top: 20px;
}
.col_headers2 a img {
    width: 100%;
}
.cols.col_headers2 {
    max-width: 48%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
}
.contentBox {
    margin-top: 75px;
}
.prescribSec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 110px;
}
.prescBtn {
    max-width: 357px;
    width: 100%;
}
.prescInfo {
    margin-left: 110px;
}
.prescInfo ul li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
}
.prescInfo ul li img {
    width: 24px;
    margin-right: 8px;
}
.prescInfo ul li a {
    font-size: 22px;
    color: #2e4092;
    line-height: 20px;
    
    font-family: Proxima;
}
.prescBtn a {
    width: 100%;
    background: #2e4092;
    height: 50px;
    border-radius: 10px;
    font-family: Proxima;
}
.prescBtn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding: 0 35px;
}
.contentBox .paras {
    margin-bottom: 50px;
}
.contentBox h3 {
}
.contentBox p {
    font-size: 27px;
    color: #263238;
    line-height: 117%;
    margin-bottom: 30px;
}

.parasss h3 {
    font-size: 22px;
    color: #263238;
    line-height: 117%;
    margin-bottom: 30px;
    font-weight: 600;
}

.clearfix {
    clear: both;
}
.flots p{
    font-size: 22px;
}
.flotscol p br {display: none;}
.flotscolLeft {
}
.contentBox p a {
    color: #88371C;
    text-decoration: underline;
    font-weight: 800;
    word-wrap: break-word;
}
.textFooter {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 230px;
}
.textFooter img {
    max-width: 255px;
    margin-bottom: 80px;
}
.textFooter .pvc {
    max-width: 350px;
    margin: 0 auto 15px;
}
.textFooter .pvc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: inherit;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.textFooter .pvc ul li:first-child {
}
.textFooter .pvc ul li a {
    font-family: Proxima;
    font-size: 23px;
    line-height: 32px;
    color: #293b97;
    text-decoration: underline;
}
/*==============================View Prescribing Information PAGFE*/
.prescSec {
    background: #fff;
    max-width: 1650px;
    margin: 0 auto;
    padding: 60px 0;
}
.prescSec .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
}
.col_sm3 {
    max-width: 33.33%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
}
.logo2 {
    margin-bottom: 35px;
}
.logo2 img {
    max-width: 220px;
    width: 100%;
}
.logo2 h2 {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    margin-top: 0;
}
.conTent {
    margin-bottom: 20px;
}
.prescSec h3 {
    font-size: 18px;
    margin-bottom: 3px;
    line-height: 25px;
    font-family: Avenir-Next-Condensed;
}
.conTentBold p {
    font-weight: 700;
    position: relative;
    text-decoration: underline;
    font-family: Proxima;
}
.centerBorder .headTitle {
    position: relative;
    text-align: center;
}
.centerBorder h3 {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 5px;
}
.centerBorder .headTitle:after {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: '';
    height: 0.7px;
    width: 100%;
    background: #292929;
}
.conTent ul {
    padding-left: 16px;
}
.conTent ul li {
    line-height: 22px;
    font-size: 17px;
    margin: 0 0 2px;
}
.bottomBorder h3, .bottomBorder h3 a {
    color: #292929;
}
.Date {
    padding: 25px 0 10px;
    text-align: right;
    border-bottom: 2px solid;
    margin-bottom: 25px;
}
.h3list h3 {
    margin-top: 10px;
}
.conTentImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 45px;
}
.leftText {
    font-size: 18px;
    position: relative;
    top: -14px;
}
.RightText {
    font-size: 18px;
    position: relative;
    top: -14px;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
.conTentImg img {
    width: 150px;
    margin: 0 5px;
    height: auto;
}
.bottomText {
    font-size: 18px;
    position: absolute;
    bottom: -25px;
    left: 36%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.headTitle h4 {
    font-size: 17px;
    display: inline-block;
    text-decoration: underline;
    line-height: 1.4;
    margin-top: 0;
    -webkit-text-decoration-color: black;
            text-decoration-color: black;
}

.conTent3 .table {
    margin-top: 5px;
}
.tableRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 2px solid #4d4d4d;
}


.tableRow.tablehead:first-child {
    border-top: 2px solid #4d4d4d;
}
.tableCol:first-child {
    border-left: 0;
}
.tableCol {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    padding: 6px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: 2px solid #4d4d4d;
}
.tableCol p {
    margin: 0;
    text-align: center;
}
.H3para {
    margin-top: 10px;
    font-size: 17px;
    line-height: 25px;
}
.H3para h3 {
    display: inline-block;
}
.footerLast {
    margin-top: 40px;
}
.mBtm {
    margin: 0 0 15px;
}
.main2 p {
    font-size: 16px;
    line-height: 22px;
}
.footerLogo {
    margin: 20px 0;
}
.footerLogo img {
    max-width: 165px;
    width: 100%;
}
.conTent p {
}
.ul {
    margin-top: 5px;
}

.ul p {
    margin: 0;
    padding-left: 12px;
}
.textbreak br {
    display: none;
}
/*===============================NEW CSS 21-01-2023*/
.textFooter .pvc ul .lineborder {
    display: block;
    font-size: 23px;
    padding: 0 10px;
    line-height: 22px;
}

.textFooter .pvc ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.show-less-btn {
    border-bottom: 2px solid #F9E642;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    /* margin-bottom: 40px; */
    /*display: none;*/
}

.btn-s-l {
    border: 0;
    background: transparent;
    font-size: 20px;
    color: #9B3921;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.btn-s-l .dropDownBtn {
    display: block;
    width: 11px;
    height: 11px;
    position: relative;
    margin-left: 15px;
}

.btn-s-l .dropDownBtn:after {
    position: absolute;
    right: 1px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #F9E642;
    content: '';
    -webkit-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    transform: rotate(-44deg);
}

.btn-s-l .dropDownBtn:before {
        position: absolute;
        left: 2px;
        top: 0;
        width: 2px;
        height: 100%;
        background: #F9E642;
        content: '';
        -webkit-transform: rotate(44deg);
        -ms-transform: rotate(44deg);
        transform: rotate(44deg);
}
.paras2 {
    -webkit-box-shadow: 0px -10px 10px rgb(0 0 0 / 12%);
            box-shadow: 0px -10px 10px rgb(0 0 0 / 12%);
}
.paras2 {
    text-align: left;
    /* padding: 0 30px; */
    position: fixed;
    top: calc(100vh - 220px);
    background: #fff;
    width: 100%;
    height: 220px;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    z-index: 998;
}
.lessBTN .dropDownBtn {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slides {
    top: calc(100vh - 75vh);
    height: 100%;
}
.slides .scrolls {
    padding-right: 20px;
    margin-right: -20px;
    height: 100vh;
    position: relative;
    overflow-y: scroll;
    padding-bottom: 320px;
}


/*======================MAXITROL NEW CSS 02-08-2023*/
html,body{
    overflow-x: hidden;
}
header {}

.topHeader {
    background: #88371c;
    height: 42px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.topHeader ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    list-style: none;
}

.topHeader ul li {
    padding: 12px 0;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    color: #fff;
}

.topHeader ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

.topHeader ul li:first-child {
    padding-right: 40px;
}

.midHeader {
    background: #ffffff;
}

.midHeader nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}

.midHeader nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    position: relative;
}

.midHeader nav ul a {
    display: block;
    color: #88371c;
    font-size: 20px;
    line-height: 20px;
    position: relative;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    text-decoration: none;
}

.midHeader nav ul li {
    padding: 50px 0;
    padding-left: 70px;
}

.midHeader nav ul a:after {
    position: absolute;
    left: 10%;
    bottom: -6px;
    width: 80%;
    content: '';
    height: 2px;
    background: #88371c;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.midHeader nav ul a.active:after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}












.banner {
    position: relative;
    z-index: 1;
}

.banner:after {
    position: absolute;
    right: 0;
    top: 13.6px;
    background: #88371c;
    content: '';
    width: 70%;
    height: 434px;
    z-index: -1;
}

.bannerImg {
    max-width: 552px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 552px;
            flex: 0 0 552px;
    height: 620px;
    margin-top: -108.7px;
}

.bannerImg img {
    width: 100%;
}

.banner .container {
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.banner:before {
    position: absolute;
    right: 0;
    top: 0px;
    width: 70%;
    height: 433px;
    background: transparent;
    content: '';
    z-index: 1;
    border-bottom: 15px solid #f7ed3a;
}
.banner .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.bannerHead-info {padding: 0;max-width: calc(100% - 550px);-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;height: 445px;margin-top: 2px;}

.bannerHead-info .bannerHead {
    max-width: 550px;
    width: 100%;
    margin-bottom: 35px;
    margin-top: 50px;
    margin-left: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}

.bannerHead-info .viewpinfo {
    max-width: 300px;
    width: 100%;
    height: 50px;
    background: #ffffff;
    border-radius: 8px;
    margin-top: 40px;
    margin-right: 30px;
}

.bannerHead-info .viewpinfo a {
    display: block;
    padding: 13px 38px;
    font-size: 24px;
    line-height: 24px;
    color: #88371c;
    font-weight: 700;
}
.bannerHead-info .bannerHead img {
    width: 100%;
}
.parasss {
    margin-bottom: 40px;
    font-weight: 600;
}
.parasss p span, .parasss h3 span {
    font-weight: 600;
    color: #88371C;
}
.noQuest {
    margin-top: 95px;
}

.noQuest form {
    width: calc(100% - 220px);
    margin: 75px auto 140px;
}

.noQuest form .form-group {
}

.formRow.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.formRow.row .col-sm-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 10px 10px;
}
.noQuest form .form-group input {
    font-size: 27px;
}

.noQuest form .submitBtn {
    max-width: 285px;
    height: 50px;
    margin: 70px auto 0;
}

.noQuest form .submitBtn input {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    border-radius: 8px;
    background: #88371C;
    color: #fff;
    border: 0;
    text-transform: capitalize;
    font-style: normal;
}

.requiredField2 {
    padding: 0 0 0 40px;
    position: relative;
    margin-top: 40px;
}

.requiredField2 input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.requiredField2 label {
  position: relative;
  cursor: pointer;
}
.requiredField2 input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: block;
    cursor: pointer;
    position: absolute;
    left: 4px;
    width: 24px;
    height: 24px;
    top: 2px;
  }
  
  .requiredField2 input {
    --bs-form-check-bg: var(--bs-body-bg);
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    --moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    border:2px solid #88371C;
    border-radius: 3px;
  }
  
  
  .requiredField2 input:checked {
    background-color: #88371C;
    border-color: #88371C;
  }
  .requiredField2 input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  }
  
  .requiredField2 label {
    position: relative;
    cursor: pointer;
  }
/* 
.requiredField2 label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #979797;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  left: -40px;
  top: 8px;
}

.requiredField2 input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: -32px;
  width: 5px;
  height: 13px;
  border: solid #88371c;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
} */
/*=========================*/


.requiredField2 p {
    margin: 0;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
}

.requiredField1 {
    margin: 45px 0 0;
}

.requiredField1 p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.noQuest form .col-sm-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 10px;
}

.noQuest form textarea {
    height: 235px;
    min-height: 100%;
    width: 100%;
    border: 2px solid #CBCBCB;
    padding: 15px;
    margin-top: 45px;
    font-size: 22px;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 20%);
}

.noQuest form .form-group input {
    width: 100%;
    height: 50px;
    padding: 6px 0px 6px;
    margin-top: 40px;
    border: none;
    outline: none;
    border-bottom: 2px solid #CBCBCB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    position: relative;
    z-index: 0;
    background: none;
    margin-left: 0;
    color: #5E5E5E;
    /* text-shadow: 0px 4px 4px rgb(0 0 0 / 20%); */
}
.noQuest form .form-group label {
    font-size: 20px;
    line-height: 24px;
    color: #5E5E5E;
    /* text-shadow: 0px 4px 4px rgb(0 0 0 / 20%); */
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.3s;
    margin: 0;
    font-weight: 500;
}
.noQuest form .form-group label span {
    color: #88371c;
    font-weight: 700;
}
.noQuest p {
    margin: 0;
}
footer {
    background: #88371C;
    padding: 65px 0;
    height: 310px;
    margin-bottom: 220px;
}

footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
}

footer .row .col-sm-2,footer .row .col-sm-5 {
    padding: 0 15px;
}

footer .row .col-sm-2 {
    max-width: 22%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
}

footer .row .col-sm-5 {
    max-width: 39%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39%;
            flex: 0 0 39%;
}

.footerLogo {}

footer .row .col-sm-5:first-child {
    text-align: left;
}

footer .row .col-sm-5 p {
    margin: 0;
    line-height: 139%;
    font-size: 22px;
    color: #fff;
}

footer .row .col-sm-5:last-child {
    text-align: right;
}

footer ul {
    list-style: none;
    margin-top: 30px;
}

footer ul a {
    color: #fff;
}

footer ul a {
}

footer .row .col-sm-5 p,footer .row .col-sm-5 p a {
    color: #fff !important;
    text-decoration: none;
    font-weight: 400;
}

footer ul a,footer .row .col-sm-5 p a {
    text-decoration: underline;
}

footer ul a:hover,footer .row .col-sm-5 p a:hover {
    text-decoration: underline;
    color: white;
}

.requiredField2 input:checked + label:before {
    border-color: #88371c;
}
.noQuest form .form-group label:focus{
    display: none;
}
.noQuest form .form-group span.line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #88371C;
    left: -999px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    opacity: 0;
    z-index: 6;
}

.noQuest form .form-group input:focus ~ label,.noQuest form .form-group input:valid~ label{
    color: #515151;
    bottom: 30px;
    transform: translateY(-70%);
    font-size: 18px;
    line-height: 20px;
}
.noQuest form .form-group select:focus ~ label{
    /* top: 0px; */
    /* transform: scale(0.94) translateX(-2px); */
    /* color: #4485c5; */
    /* font-size: 20px; */
    display: none;
}
.noQuest form .form-group label:focus {
    top: 0px;
    -webkit-transform: scale(0.94) translateX(-2px);
        -ms-transform: scale(0.94) translateX(-2px);
            transform: scale(0.94) translateX(-2px);
    color: #4485c5;
    font-size: 20px;
}
.noQuest form .form-group select:focus ~ .line{
    left: 0;
    opacity: 0;
}
.noQuest form .form-group input:focus ~ .line{
    left: 0;
    opacity: 1;
}
/*.noQuest form .form-group input:-webkit-input-placeholder {
  color: #5E5E5E;
  opacity: 1;
}
.noQuest form .form-group input:-moz-placeholder {
  color: #5E5E5E;
  opacity: 1;
}
.noQuest form .form-group input:-ms-input-placeholder {
  color: #5E5E5E;
  opacity: 1;
}
.noQuest form .form-group input:-ms-input-placeholder {
  color: #5E5E5E;
  opacity: 1;
}
.noQuest form .form-group input::placeholder {
  color: #999;
  opacity: 1;
}

.noQuest form .form-group input:-ms-input-placeholder {
 color: #999;
}

.noQuest form .form-group input::-ms-input-placeholder {
 color: #999;
}*/

    .parasssM {
    display: none;
}

header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
}

header.sticky .topHeader {
    /* display: none; */
}
header.sticky ul li {
    /* padding-top: 30px; */
    padding-bottom: 30px;
}

.banner2 {
    display: block;
    margin-top: calc(100vw / -10 + 20px);
}

.banner2 img {
    width: 100%;
}
input::-webkit-input-placeholder { /* Edge */
  color: #5E5E5E !important;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #5E5E5E !important;
}

input::placeholder {
  color: #5E5E5E !important;
}
.headingh31Dark1 h3 {
    color: #263238;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 50px;
}
.headingh31Dark3 h3 {
    color: #88371C;
    font-size: 40px;
    font-weight: 800;
    line-height: 130%;
    margin-bottom: 30px;
}
p.mb40px {
    margin: 40px 0 0;
}
.headingh31Dark2 h3 {
    color: #9B3921;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
}
.mobile_show{
    display: none;
}
.requiredField1 p span {
    color: #88371C;
    font-weight: 700;
    font-size: 25px;
}
.requiredField2 p {
    margin: 0;
}
.selectOPTION {
    position: relative;
    z-index: 0;
}
.selectOPTION .iconImg {
    position: absolute;
    right: 1px;
    top: 72%;
    transform: translateY(-50%);
    background: white;
    z-index: 2;
    pointer-events: none;
}
.selectOPTION .iconImg img {
    width: 13px;
}

.noQuest form .form-group select::ms-expand{
    display: none;
}
.noQuest form .form-group select option {
    background: white;
    font-size: 24px;
    padding: 20px 0;
    color: rgba(94, 94, 94, 0.80);
}
select::part(button){
    background: red;
}
option.selected {
    display: none;
}








.noQuest form .form-group{
    position: relative;
}
.noQuest form .palceholder{
   position: absolute;
   bottom: 8px;
   left: 0;
   color: #B1B1B1;
   display: none;
  }
.noQuest form label{
  } 
.noQuest form .star{
    color: #88371C;
    font-size: 25px;
    font-weight: 700;
  }

  select option:hover{background-color:yellow;}

body.stopScroll {
    overflow: hidden;
}

.divSelects {
    position: relative;
    height: 50px;
    margin-top: 40px;
}

.selectContainer {
    position: relative;
    width: 100%;
}

.select-selection {
}

.selection {position: relative;}

.select-selection span {
    color: #88371C;
    font-size: 25px;
    font-weight: 700;
}

span {}

span.dropdown-wrapper {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 2px;
    background: white;
    z-index: 2;
    height: 20px;
    width: 20px;
}
.selection .select-star {
    position: absolute;
    top: -45px;
    color: #88371C;
    font-size: 25px;
    font-weight: 700;
}
.select-star.select-star1 {
    left: 65px;
}
.select-star.select-star2 {
    left: 57px;
}
.select-star.select-star3 {
    left: 88px;
}
.select-star.select-star4 {
    left: 113px;
}
.results {
    position: absolute;
    bottom: 2px;
    left: 4px;
    height: 100%;
    width: 100%;
    padding: 6px 0px 6px;
    font-size: 27px;
    color: #5E5E5E;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 20%);
}

.noQuest form .form-group select {
    width: 100%;
    padding: 6px 0px 6px;
    border: none;
    outline: none;
    border-bottom: 2px solid #CBCBCB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    position: relative;
    z-index: 0;
    background: none;
    margin-left: 0;
    color: #5E5E5E;
    /* text-shadow: 0px 4px 4px rgb(0 0 0 / 20%); */
}

.results span {
    color: #88371C;
    font-size: 25px;
    font-weight: 700;
}
span.dropdown-wrapper:after {
    position: absolute;
    left: 8px;
    top: 3px;
    width: 2px;
    height: 10px;
    background: #88371c;
    content: '';
    transform: rotate(-45deg);
}

span.dropdown-wrapper:before {
    position: absolute;
    left: 14px;
    top: 3px;
    width: 2px;
    height: 10px;
    background: #88371c;
    content: '';
    transform: rotate(45deg);
}
span.errorMessage {
    position: absolute;
    bottom: -30px;
    left: 0;
    color: #e40b0b;
    display: none;
}
.form-group.errors input {
    border-color: red !important;
}
.form-group.success input {
    border-color: green !important;;
}

.footer-popup-header {
    color: #9B3921;
    font-family: Proxima Nova;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.footer-popup-p p{
    font-size: 18px;
}
.p-disclaimer {
    font-size: 16px;
}

#safety-anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
#contact-anchor {
    display: block;
    position: relative;
    top: -20px;
    visibility: hidden;
}
#section_A {
    display: block;
    position: relative;
    top: -180px;
    visibility: hidden;
}









  .checkbox-wrapper-23 *,
  .checkbox-wrapper-23 *:after,
  .checkbox-wrapper-23 *:before {
    box-sizing: border-box;
  }

  .checkbox-wrapper-23 input {
    position: absolute;
    opacity: 0;
  }
    
  .checkbox-wrapper-23 input:checked + label svg path {
    stroke-dashoffset: 0;
  }
    
  .checkbox-wrapper-23 input:focus + label {
    transform: scale(1.03);
  }

  .checkbox-wrapper-23 input + label {
    display: block;
    border: 2px solid #88371C;
    width: var(--size);
    height: var(--size);
    border-radius: 2px;
    cursor: pointer;
    transition: all .2s ease;
  }
    
  .checkbox-wrapper-23 input + label:active {
    transform: scale(1);
    border-radius: 2px;
  }
    
  .checkbox-wrapper-23 input + label svg {
    pointer-events: none;
    padding: 1%;
  }

  .checkbox-wrapper-23 input + label svg path {      
    fill: none;     
    stroke: #88371C;
    stroke-width: 8px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
    transition: all 250ms cubic-bezier(1,0,.20,.21);
  }

#select-facility {
    margin-top: 30px;
}

.desktop-banner {
    position: absolute; 
    right: 0; 
    top: 22%; 
    padding-bottom:10%;
    padding-right: 5%; 
    padding-left: 15%; 
    width: 70%;
}

.desktop-banner-button {
    width: 70%; 
    padding-top:20px;
    padding-right: 20px;
}

select option:after{
    content: '*';
    color: red;
}