@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;600;700&family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');

body {font-family: 'Montserrat', sans-serif; background: #f2f2f2; color: #002b49; line-height: 120%; font-size: 14px; font-weight: 400;}

.noWrapTxt {white-space: nowrap;}

.container {max-width: 960px;}

a {
    /* color: #ff585d;  previous color*/
    color:#002b49;    display: inline-block; border-bottom: 1px solid currentColor; line-height: 100%; padding-bottom: 1.5px;}
a:hover {
    /* color: #ff585d; */
    color: #002b49;
     border-bottom-color: currentColor; text-decoration: none;}
     

b,strong {font-weight: 600;}



header {margin-bottom: 40px;}

footer {font-family: 'Fira Sans', sans-serif; margin-top: 30px;}
footer p {margin-bottom: 10px;}
footer ul {padding-left: 25px; margin-bottom: 0;}
footer ul li {margin-top: 4px;}
footer h5 {font-size: 13px; margin-bottom: 5px; 
    font-weight: 600;}
footer h4 {font-size: 18px; font-weight: 600;}
footer .footerFirstTxt {font-size: 13px; margin-bottom: 15px;}
footer .noGapBtm {margin-bottom: 0;}
footer .lessGapBtm {margin-bottom: 4px;}
footer a {font-weight: 600;}


/* //////// Shubham */
footer h5 {font-size: 15px; margin-bottom: 5px; 
    font-weight: 600;}
    footer .footerFirstTxt {font-size: 14px; margin-bottom: 15px;}








/* ///////// */

.copyrightWrap {display: flex; justify-content: flex-start; align-items: flex-end; margin: 40px 0;}
.copyrightWrap img {height: 40px; margin-right: 40px;}
.copyrightWrap p {font-family: 'Montserrat', sans-serif; font-size: 12px; margin-bottom: 0;}

.mainWrapper {background: #fff; padding: 40px 40px; position: relative;}
.mainWrapper::after {content: ''; position: absolute; bottom: 0; left: 0; width: 100%; display: block; height: 6px; background: linear-gradient(to right, #002b49 0%, #002b49 50%, #71dbd4 50%, #71dbd4 77%, #b1e4e3 77%, #b1e4e3 90%, #ff585d 90%, #ff585d 95%, #ffc600 95%, #ffc600 100%);}
.introTxtWrap h1 {text-align: center; font-size: 30px; font-weight: 700; margin-bottom: 25px;}
.introTxtWrap h2 {text-align: center; font-size: 26px; font-weight: 400; margin-bottom: 25px;}
.introTxtWrap h3 {text-align: center; font-size: 28px; font-weight: 600; margin-bottom: 25px;}
.introTxtWrap p:first-of-type {font-size: 12px; margin-bottom: 25px;}
.introTxtWrap p:first-of-type a {font-weight: 500; color: #002b49;}
.introTxtWrap p:last-of-type {margin-bottom: 0; font-size: 14px;}
.introTxtWrap p:last-of-type a {font-weight: 600;}

.formWrap .quesWrap {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; margin-bottom: 17px; width: 100%;}
.formWrap .quesWrap > label {width: 60%;}
.formWrap .quesWrap .errorMsg {color: red; font-weight: 800; width: 100%; font-size: 13px; display: none;}
.formWrap .quesWrap.error .errorMsg {display: block;}
.formWrap .quesWrap label {font-size: 13px; margin-bottom: 0;}
.formWrap .radioWrap {display: flex; align-items: center; justify-content: center; width: 30%;}
.formWrap .radioChoice {width: 40%; text-align: center;}
.formWrap .radioChoice input {display: none;}
.formWrap .radioChoice label {position: relative; padding-left: 22px;}
.formWrap .radioChoice label::before {content: ''; position: absolute; left: 0; top: 0; background: #fff; border-radius: 50%; width: 14px; height: 14px; border: 1px solid #71dbd4;}
.formWrap .radioChoice input:checked ~ label::before {background: #71dbd4}
.formWrap p {font-size: 13.5px; margin-bottom: 16px;}
.formWrap p:last-of-type {text-align: center; font-weight: 600; font-size: 14px; margin-bottom: 30px; margin-top: 20px;}

.patientInfoWrap p {font-size: 13px !important; text-align: left !important; font-weight: 400 !important;}
.patientInfoWrap p a {color: #002b49;}

.fieldWrap {display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; margin-bottom: 25px;}
.fieldWrap > label {width: 200px; margin-bottom: 0; font-size: 13px;}
.fieldWrap .form-control {border: 1px solid #71dbd4; border-radius: 0; width: 100%; max-width: 420px; height: 32px; font-size: 13px;}
.fieldWrap .form-control.smallField {max-width: 180px;}
.fieldWrap .errorMsg {width: 100%; display: none; color: red; font-weight: 600; padding-left: 200px; font-size: 13px;}
.fieldWrap.error .errorMsg {display: block;}

.formWrap .fieldWrap .radioWrap {justify-content: flex-start;}
.formWrap .fieldWrap .radioChoice {text-align: left;}

.consentWrap .radioChoice {width: 100% !important; text-align: left !important;}
.formWrap .consentWrap .radioWrap {width: 100%; justify-content: flex-start;}
.formWrap .consentWrap .radioWrap label a {color: #002b49; font-weight: 600;}
.formWrap .consentWrap .errorMsg {padding-left: 22px;}

.submitWrap {text-align: center; margin-bottom: 5px;}
.submitWrap button {color: #fff; background: #ff585d; display: block; border: none; height: 42px; line-height: 42px; width: 100%; max-width: 280px; margin: auto; text-transform: uppercase; font-weight: 600;}

.modal-content {border: 6px solid #71dbd4;}
.modal-header {border-bottom: 0; border-radius: 5px 5px 0 0; padding: 12px 16px;}
.modal-header .close {font-size: 44px; font-weight: normal; padding: 5px; line-height: 70%;}
.modal-body {border-radius: 0 0 5px 5px; padding: 0; display: flex; flex-direction: column; text-align: center; justify-content: center; align-items: center;}
.modal-body img {width: 64px; margin-bottom: 20px;}
.modal-body h3 {font-weight: 600;}

@media only screen and (max-width: 767px) {
    .formWrap .quesWrap {flex-direction: column;}
    .formWrap .quesWrap > label {width: 100%; margin-bottom: 5px !important;}
    .formWrap .radioWrap {width: 100%; justify-content: flex-start;}
    .formWrap .radioChoice {width: auto;}
    .formWrap .radioChoice:first-of-type {margin-right: 40px;}

    .fieldWrap {flex-direction: column; align-items: flex-start;}
    .fieldWrap .errorMsg {padding-left: 0;}

    .copyrightWrap {flex-direction: column; align-items: center;}
    .copyrightWrap img {margin-right: 0; margin-bottom: 10px;}
    .copyrightWrap p {text-align: center;}
}
.crx-gray-out {
    z-index: 9999;
}

.crx-loader {
    z-index: 9999;
}
.three-columns {
    column-count: 3;
    column-gap: 20px;
}
.three-columns li {
    break-inside: avoid;
}
.three-columns li:nth-child(5) {
    break-before: column;
}
.three-columns li:nth-child(8) {
    break-before: column;
}
.new-three-columns {
    column-count: 3;
    column-gap: 20px;
}
.new-three-columns {
    column-count: 2;
    column-gap: 20px;
}
.new-three-columns li {
    break-inside: avoid;
}
.new-three-columns li:nth-child(4) {
    break-before: column;
}
.new-three-columns_new{
     column-count: 3;
    column-gap: 20px;
}

.new-three-columns_new {
    column-count: 2;
    column-gap: 20px;
}
.new-three-columns_new li {
    break-inside: avoid;
}
.new-three-columns_new li:nth-child(5) {
    break-before: column;
}







.two-columns {
    column-count: 2;
    column-gap: 20px;
}
.two-columns li:nth-child(3){
    break-before: column;
}