@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&family=Archivo:ital,wght@0,100..900;1,100..900&family=Clicker+Script&family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&family=Archivo:ital,wght@0,100..900;1,100..900&family=Clicker+Script&family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #e6dfd7;
}

.manageWidth {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.navbar_brand img {
    width: auto;
    height: 80px;
}

/* .navtabSec {
    margin-top: 2rem;
} */

.tabBtn {
    border: 2px solid #2A4B9A;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 10px;
    padding: 12px 30px;
    font-family: 'Roboto Flex';
    font-size: 22px;
    font-weight: 800;
    line-height: 25.78px;
    text-align: left;
    background-color: #FFFFFF !important;
    color: #4A5FA6 !important;
    transition: all 300ms ease-in-out;
}

.tabBtn:hover {
    /* border: 1px solid #51D5C1; */
    transform: scale(1.03);
}

.tabBtn.active {
    color: #304999 !important;
    background-color: #FFFFFF !important;
    border: 2px solid #2E4A99;
}

.navTabUl {
    gap: 20px;
    display: flex;
    justify-content: center;
}



.resourceSec {
    /* border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(180deg, #364798 0%, #E10A80 52.5%, #F36031 100%) 1; */
    width: 70%;
    max-width: 1060px;
    margin: 0 auto;
    height: auto;
    /* min-height: 218px; */
    border-radius: 15px !important;
    box-shadow: 0px 4px 4px 0px #00000040;
}


.resourceSecOne {
    /* border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(180deg, #364798 0%, #E10A80 52.5%, #F36031 100%) 1; */
    width: 100%;
    /* max-width: 480px; */
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    border-right: none;
    min-height: 210px;
    background-color: #F3F3F3;
    border-radius: 3px 0 0 3px;
}

.resourceSecOneGradient {
    background-image: linear-gradient(180deg, #364798 0%, #E10A80 52.5%, #F36031 100%);
    padding: 4px 0 4px 4px;
    border-radius: 5px 0 0 5px;
}

.resourceSecOne h4 {
    font-family: 'Roboto';
    font-size: 32px;
    font-weight: 400;
    line-height: 37.5px;
    text-align: left;
    color: #000000;
}

.resourceSecOne p {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    text-align: left;
    color: #000000;
    height: auto;
    min-height: 50px;
    display: flex;
    align-items: end;
    margin-bottom: 0;
}

.biomarinSec {
    position: relative;
    /* min-height: 218px; */
    height: 100%;
    /* box-shadow: 0px 4px 4px 0px #00000040; */
    /* background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center; */
}

.biomarinSec img {
    width: 100%;
    height: 218px;
}

.rectangleOne {
    position: absolute;
    top: 0;
    width: 100%;
}

.rectangleTwo {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.paddingSetR {
    padding-right: 0;
}

.paddingSetL {
    padding-left: 0;
}

.biomarinSec h1 {
    margin-bottom: 0;
    font-family: 'Roboto Mono';
    font-size: 48px;
    font-weight: 400;
    line-height: 63.3px;
    text-align: left;
    color: #354681;
}

.overview_content {
    border-radius: 5px;
    margin-top: 2rem;
}

.overview_content h5 {
    font-family: 'Roboto Flex';
    font-size: 26px;
    font-weight: 600;
    line-height: 30.47px;
    text-align: left;
    color: #000000;
    margin-top: 2rem;
    margin-bottom: 0;
}

.overview_content p {
    font-family: 'Roboto Flex';
    font-size: 20px;
    font-weight: 500;
    line-height: 21.09px;
    text-align: left;
    color: #000000B2;
    margin-top: 1rem;
    margin-bottom: 0;
}

.cost_card_gradient {
    /* background-image: linear-gradient(180deg, #5E3893 0%, #F1543C 100%); */
    background: #5E3893;
    border-radius: 10px;
    padding: 3px;
    max-width: 638px;
    width: 100%;
}

.cost_card {
    /* max-width: 339px; */
    height: auto;
    min-height: 140px;
    border-radius: 10px;
    padding: 18px 10px 10px 10px;
    background-color: #FFFFFF;
}

.cost_card h6 {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 600;
    line-height: 21.09px;
    text-align: left;
    color: #000000;
    text-align: center;
}

.cost_card ul {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.cost_card ul li {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    color: #000000B2;
    margin-top: 3px;
}

.gradiantDiv {
    background: linear-gradient(90deg, #D10F82 0%, #F25B36 100%);
    width: 95px;
    height: 81px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    border-radius: 50px;
}

.cost_card_sec {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-top: 2rem;
}

.htc_content {
    border-radius: 5px;
    padding: 20px 17px 40px 17px;
}

.outpatientTopBar {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: space-between;
    position: relative;
}

.outpatientTopBar h3 {
    font-family: 'Roboto Flex';
    font-size: 46px;
    font-weight: 600;
    line-height: 53.91px;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    color: #000000;


}

.mainTitleBack {
    background-image: linear-gradient(90deg, #354681 0%, #D60D82 42.86%, #F35F32 100%);
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    max-width: 685px;
    height: 4px;
    position: absolute;
    bottom: -2px;
}

.outpatientBtn {
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    font-family: 'Roboto Flex';
    font-size: 22px;
    font-weight: 800;
    line-height: 25.78px;
    text-align: left;
    color: #5E3893;
    padding: 13px 20px;
    width: 280px;
    text-align: center;
    border: none;
}

.resetBtnDiv:hover {
    /* border: 1px solid #51D5C1; */
    transform: scale(1.03);
}

.resetBtnDiv {
    background-image: linear-gradient(90deg, #354681 0%, #D60D82 42.86%, #F35F32 100%);
    border-radius: 10px;
    padding: 2px;
    transition: all 300ms ease-in-out;
}

a {
    text-decoration: none;
}



.selectHtcTitle {
    font-family: 'Roboto';
    font-size: 26px;
    font-weight: 500;
    line-height: 30.47px;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
}

.select-container {
    position: relative;
}

.select-container .select {
    position: relative;
    border: 2px solid #5E3893;
    border-style: dashed;
    background-color: #D9D9D98A;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    text-align: center;
    color: #2A4B9A !important;
}


.select-container .select input::placeholder {
    color: #2A4B9A !important;
}

.select-container .select input {
    color: #2A4B9A !important;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 3px 10px;
    text-align: center;
    outline: none;
    border: none;
    cursor: pointer;
    background: none;
}

.select-container .option-container {
    position: absolute;
    width: 100%;
    background: #FFFFFF;
    height: 0;
    overflow-y: scroll;
    transition: 0.4s;
    border: none;
}

.select-container.active .option-container {
    height: 300px;
}

.select-container .option-container::-webkit-scrollbar {
    /* border-left: 1px solid rgba(0, 0, 0, 0.2); */
    width: 10px;
}

.select-container .option-container::-webkit-scrollbar-thumb {
    background: #D9D9D98A;
}

.select-container .option-container .option {
    position: relative;
    padding-left: 15px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: 0.2s;
}

.select-container .option-container .option.selected {
    background: #D9D9D98A;
    pointer-events: none;
}

.select-container .option-container .option:hover {
    background: rgba(0, 0, 0, 0.2);
    padding-left: 20px;
}

.select-container .option-container .option label {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 400;
    line-height: 23.44px;
    color: #000000;
    text-align: left;
    cursor: pointer;
}

.medicalHtc {
    border: 2px solid #5E3893;
    border-style: dashed;
    background-color: #D9D9D98A;
    padding: 3px 10px;
}

.medicalHtc h1 {
    margin-bottom: 0;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    text-align: left;
    color: #2A4B9A;
    text-align: center;
}

.provideStateDiv {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: 10px;
    padding: 0 60px;
}

.provideStateDiv h6 {
    margin-bottom: 0;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 600;
    line-height: 23.44px;
    text-align: left;
    color: #000000;
}

.provideStateDiv p {
    margin-bottom: 0;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 400;
    line-height: 23.44px;
    text-align: left;
    color: #000000;
}

.provideStateCol {
    padding-right: 40px;
}

.calculateDoes_gradient {
    /* background-image: linear-gradient(180deg, #5E3893 0%, #F1543C 100%); */
    padding: 2px;
    /* border-radius: 10px; */
    margin-top: 1rem;

}
.selprovider{
    border-bottom: 2px solid grey;
    border-top: 2px solid grey;
}

.calculateDoesSec {
    padding: 15px 15px;
}
.calbor{
    border-right: 2px solid #6F6F6F;
}


.textStart{
    text-align: start !important;
    /* justify-content: start !important; */
}
.endCol{
    /* justify-content: end !important; */
}
.mlNumberLabel {
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 700;
    line-height: 23.44px;
    text-align: center;
    color: #5E3893;
}

.vialsLabel {
    font-family: 'Roboto flex';
    font-size: 19px;
    font-weight: 400;
    line-height: 23.44px;
    text-align: right;
    color: #000000;
    margin-top: 8px;
    margin-bottom: 0;
}

.formInput {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 500;
    line-height: 23.44px;
    text-align: center;
    /* color: #000000; */
    width: 100%;
    max-width: 106px;
    padding: 5px 4px;
    width: 100%;
    outline: none;
    border: none;
    outline: 2px dashed #5E3893;
    /* color: #D10F82; */
    color: #28509C;

}

.formInput[readonly] {
    outline: none;
    color: #000;
}

.formInput::placeholder {
    color: #000;
}

.vialsLabelCol {
    display: flex;
    align-items: center;
    justify-content: end;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tooltipCol {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.tooltipCol img {
    cursor: pointer;
    width: auto;
    height: 16px;
}

.formInputCost {
    max-width: 100%;
}

.checkboxDiv {
    justify-content: space-between;
}

.form-check-input {
    border-color: #00000036 !important;
    border-radius: unset !important;
}

.form-check-input:checked {
    background-color: #fff;
    border-color: #5E3893 !important;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check-input:checked[type=checkbox] {
    background-image: url(../images/check-mark.png) !important;
    accent-color: #fff;
}

.list_price .calculateDoesSec {
    height: auto;
    min-height: 450px;
}


.calcPrice {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 400;
    line-height: 21.09px;
    text-align: left;
    color: #000000;
    margin-bottom: 0;
    margin-top: 8px;
    text-align: center;
    padding: 5px 4px;
}

.strongPr {
    /* color: #D10F82; */
    color: #28509C;
    font-weight: 700;

}

.navTabUl {
    padding-left: 0;
}

.searchInput {
    position: sticky;
    top: 0;
    z-index: 1;
    width: 100%;
    padding: 3px 10px;
    text-align: center;
    outline: none;
    border: 0.5px solid #5E3893;
    border-top: none;
}

.navbarMain {
    width: 100%;
    box-shadow: 0px 2px 10px 0px #3745811A;
    background: #FFFFFF;
    padding: 5px 0;
    position: fixed;
    top: 0;
    z-index: 99;
}

.navbarBrand {
    padding: 0;
    margin: 0;
}

.navbarBrand img {
    width: auto;
    height: 57px;
}

.tab_content {
    margin-top: 100px;
    padding-bottom: 15px;
}

.navLink {
    font-family: 'Roboto Flex';
    font-size: 18px;
    font-weight: 300;
    line-height: 21.09px;
    letter-spacing: -0.02em;
    color: #000000;
    padding: 0;
}

.navLinkActive {
    font-weight: 600;
}

.loginBtn {
    font-family: 'Roboto Flex';
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
    letter-spacing: -0.02em;
    padding: 8px 30px !important;
    border-radius: 6px;
    color: #FFFFFF;
    background: linear-gradient(92.66deg, #354681 -31.59%, #D60D82 32.32%, #F35F32 117.54%);
}

.navbarUl {
    gap: 35px;
    align-items: center;
}

.navbar-toggler {
    padding: 0;
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.subTitle {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 300;
    line-height: 21.09px;
    text-align: left;
    color: #000000;
    margin-top: 1rem;
    margin-bottom: 0;
}
.calcCol{
    justify-content: center !important;
}
@media screen and (max-width: 1600px) {
    .navLink {
        font-size: 16px;
    }

    .navbarBrand img {
        width: auto;
        height: 53px;
    }

    .tab_content {
        margin-top: 75px;
        padding-bottom: 10px;
    }

    .outpatientTopBar h3 {
        font-size: 35px;
    }

    .mainTitleBack {
        max-width: 535px;
    }

    .cost_card_sec {
        margin-top: 1rem;
    }

    .overview_content p {
        font-size: 17px;
        margin-top: .5rem;
    }

    .subTitle {
        font-size: 17px;
    }

    .overview_content h5 {
        font-size: 23px;
        margin-top: 1.5rem;
    }
}

@media screen and (max-width: 1400px) {
    .calcPrice {
        font-size: 14px;
    }
    .tab_content {
        margin-top: 70px;
    }

    .cost_card {
        min-height: 135px;
    }

    .cost_card ul {
        margin-top: 1.2rem;
    }

    .overview_content p {
        font-size: 14px;
        margin-top: .2rem;
    }

    .outpatientTopBar h3 {
        font-size: 30px;
    }

    .mainTitleBack {
        max-width: 465px;
    }

    .overview_content {
        margin-top: 1rem;
    }

    .overview_content h5 {
        font-size: 18px;
        margin-top: .8rem;
    }

    .subTitle {
        font-size: 16px;
        margin-top: .8rem;
    }

    .list_price .calculateDoesSec {
        height: auto;
        min-height: 338px;
    }

    .vialsLabel {
        font-size: 14px;
    }

    .formInput {
        font-size: 14px;
        padding: 4px 4px;
    }

    .outpatientBtn {
        font-size: 18px;
        width: 213px;
        padding: 11px 14px;
        line-height: 24.78px;
    }

    .outpatientTopBar {
        gap: 20px;
    }

    /* .outpatientTopBar h3 {
        font-size: 22px;
    } */

    .selectHtcTitle {
        font-family: 'Roboto';
        font-size: 22px;
    }

    .select-container .select {
        font-size: 22px;
    }

    .provideStateDiv h6 {
        font-size: 16px;
    }

    .provideStateDiv p {
        font-size: 18px;
    }

    .mlNumberLabel {
        font-size: 16px;
    }

    .calculateDoesSec {
        padding: 10px 12px;
    }
}

@media screen and (max-width: 1200px) {

    /* .resourceSecOne {
        min-height: 228px;
    } */
    .outpatientTopBar {
        flex-wrap: wrap;
        /* justify-content: unset; */
    }

    .selectHtcTitle {
        margin-bottom: 1rem;
    }

    .outpatientBtn {
        font-size: 17px;
        width: 200px;
        padding: 10px 14px;
        line-height: 22.78px;
    }

    /* .home_main_section {
        padding: 0 40px;
    } */

    .tabBtn {
        font-size: 20px;
        line-height: 22.78px;
    }

    .resourceSecOne h4 {
        font-size: 30px;
    }

    .resourceSecOne {
        padding: 28px 20px;
    }

    .biomarinSec h1 {
        font-size: 46px;
    }



    .cost_card h6 {
        font-size: 15px;
    }

    .cost_card ul li {
        font-size: 14px;
    }

    .gradiantDiv {
        width: 73px;
        height: 60px;
    }

    .overview_content h5 {
        font-size: 18px;
    }
}

@media screen and (max-width: 992px) {
    .navbarBrand img {
        height: 48px;
    }

    .manageWidth {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .navbarUl {
        gap: 25px;
        align-items: center;
        padding: 29px 0;
        margin-bottom: 0 !important;
    }

    .paddingSetR {
        padding-right: 12px;
    }

    .paddingSetL {
        padding-left: 12px;
    }

    .resourceSec .row {
        flex-direction: column-reverse;
    }

    .resourceSecOne {
        min-height: 240px;
        align-items: center;
        justify-content: center;
        border-radius: unset;
    }

    .select-container .select {
        font-size: 20px;
    }

    .list_price .calculateDoesSec {
        height: auto;
        min-height: auto;
    }

    .vialsLabel {
        font-size: 15px;
    }

    .mlNumberLabel {
        text-align: center;
    }

    .select-container .option-container .option label {
        font-size: 16px;
    }

    .provideStateDiv h6 {
        font-size: 16px;
    }

    .provideStateDiv p {
        font-size: 16px;
    }

    /* .home_main_section {
        padding: 0 30px;
    } */

    .tabBtn {
        font-size: 18px;
        line-height: normal;
        padding: 11px 27px;
    }


    .resourceSecOne h4 {
        font-size: 27px;
    }

    .resourceSecOne {
        padding: 20px 20px;
    }

    .biomarinSec h1 {
        font-size: 43px;
    }

    .gradiantDiv {
        width: 40px;
        height: 40px;
    }

    .cost_card ul {
        margin-top: 1rem;
        padding-left: 1rem;
    }

    .resourceSecOneGradient {
        border-radius: unset;
        padding: 0px 4px 4px 4px;
    }
}

@media screen and (max-width: 768px) {
    .textStart{
        justify-content: center !important;
    }
    .endCol{
        justify-content: center !important;
    }
    .tooltipCol {
        justify-content: center;
    }

    .vialsLabelColTop {
        justify-content: center;
    }

    .htc_content {
        border-radius: 5px;
        padding: 15px 15px 30px 15px;
    }

    .navTabUl {
        gap: 10px;
    }

    .tabBtn {
        font-size: 16px;
        padding: 11px 20px;
    }





    /* .biomarinSec {
        min-height: 200px;
    } */

    .resourceSecOne p {
        min-height: auto;
    }

    .gradiantDivSec {
        display: flex;
        gap: 7px;
    }

    .cost_card_sec {
        flex-direction: column;
    }

    .gradiantDiv {
        width: 48px;
        height: 40px;
        margin-top: 0 !important;
    }

    .resourceSecOne h4 {
        text-align: center;
    }

    .resourceSecOne p {
        text-align: center;
    }

    .resourceSec {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .textStart{
        text-align: center !important;
    }
    .loginBtn {
        font-size: 14px;
        padding: 6px 26px !important;
    }

    .vialsLabel {
        text-align: center;
    }

    .manageWidth {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .navbarBrand img {
        height: 43px;
    }
    .subTitle {
        font-size: 14px;
        margin-top: .8rem;
        line-height: 18.09px;
    }

    .outpatientTopBar h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .mainTitleBack {
        max-width: 323px;
        height: 3px;
        bottom: -4px;
    }

    .select-container .option-container .option label {
        font-size: 14px;
    }

    .select-container .option-container .option {
        height: 40px;
    }

    .select-container .select {
        font-size: 18px;
    }

    .buttonGroup {
        flex-wrap: wrap;
    }

    .vialsLabelCol {
        justify-content: center;
    }

    .outpatientBtn {
        font-size: 13px;
        width: 160px;
        padding: 10px 13px;
        line-height: 19.78px;
    }

    .mlNumberLabel {
        font-size: 16px;
    }

    /* .home_main_section {
        padding: 0 20px;
    } */

    .tabBtn {
        font-size: 14px;
        padding: 10px 18px;
    }



    .biomarinSec h1 {
        font-size: 40px;
        line-height: normal;
    }

    .resourceSecOne {
        padding: 15px 14px;
    }

    .overview_content h5 {
        font-size: 16px;
        margin-top: 1rem;
    }

    .overview_content p {
        margin-top: 0;
        line-height: 20px;
    }
    .calcPrice{
        text-align: center !important;
    }
}

/* @media screen and (max-width: 445px){
    .biomarinSec img{
        height: 200px;
    }
}  */
@media screen and (max-width: 340px) {
    .subTitle {
        font-size: 13px;
        line-height: 20px;
    }

    .navTabUl {
        flex-wrap: wrap;
    }

    /* .biomarinSec {
        min-height: 160px;
    } */

    .biomarinSec h1 {
        font-size: 35px;
        line-height: normal;
    }

    .resourceSecOne h4 {
        font-size: 20px;
        line-height: 28.5px;
    }



    .overview_content p {
        font-size: 13px;
    }

    .cost_card ul li {
        font-size: 13px;
    }

    .overview_content h5 {
        font-size: 15px;
    }
}