@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap');

:root{
    --primarycolor:#062F6E;
    --secondarycolor:#691F74;
    --blackcolor:#000;
    --whitecolor:#fff;
    --lightgreycolor:#ccc5c0;
    --txtDesc:#606060;
    --graycolor:#B9B9B9;

    --fs12:12px;
    --fs13:13px;
    --fs14:14px;
    --fs16:16px;
    --fs18:18px;
    --fs20:20px;
    --fs22:22px;
    --fs24:24px;
    --fs25:25px;
    --fs28:28px;
    --fs30:30px;
    --fs32:32px;

    --ffPoppins:'Poppins', sans-serif;

    --fw100:100;
    --fw300:300;
    --fw400:400;
    --fw500:500;
    --fw600:600; 
    --fw700:700;
}

ul,ol{
    list-style-type: none;
    margin:0 !important;
    padding:0 !important;
}

a{
    text-decoration: none;
}

html,body{
    height: 100%;
}

body{
    font-family:var(--ffPoppins);
    font-size: var(--fs16);
    overflow-x:hidden;
    background: url('../img/bg-body.png') no-repeat bottom/cover;
}

.mainContent{
    margin-top: 107px;
    min-height: calc(100vh - 107px);
}

/*----------------- common */
.sectionContent{
    padding:30px 0;
}

.mh-0{
    min-height:0px !important;
}

.btnPrimary {
    background-color: var(--secondarycolor);
    color: var(--whitecolor);
    padding: 5px 40px;
    border-radius: 30px;
    font-family: var(--ffPoppins);
    font-weight: var(--fw500);
    border: 0;
    text-align: center;
    transition: all .3s linear;
    display: inline-block;
    font-size: var(--fs14);
    cursor: pointer;
}
.btnBlock .btnSpacing:not(:last-child) {
    margin: 0 7px 0 0;
}

.btnPrimary:hover{
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
}

.cursor-pointer{
	cursor:pointer;
}

.clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.header_sup{
    font-size: 12px !important;
    top: -1.5em !important;
}

.sectionTitle .headTitle,
.caption .mediumTitle,
.caption .subTitle,
.sectionTitle .headTitle{
    color:var(--primarycolor);
    font-size: var(--fs32);
    font-family: var(--ffPoppins);
    font-weight: var(--fw500);
}

.sectionTitle .headTitle .txtHighlight,
.caption .mediumTitle .txtHighlight{
    color:var(--secondarycolor)
}

.sectionTitle .desc,
.caption .desc,
.infoContent .content .desc{
    color:var(--txtDesc);
    font-size: var(--fs14);
    font-family: var(--ffPoppins);
    line-height: 25px;
    min-height: 5rem;
}

.caption .subTitle{
    color:var(--primarycolor);
    font-size: var(--fs18);
    font-family: var(--ffPoppins);
    font-weight: var(--fw500);
}


.mCSB_scrollTools .mCSB_draggerContainer{
    background-color: var(--graycolor);
    width: 5px;
}
.mCSB_scrollTools .mCSB_draggerRail{
    background-color: var(--graycolor);
    width: 100%;
}

/*----------------- header */
.header{
    background-color: var(--whitecolor);
    box-shadow: 0px 3px 6px #691F741A;
    padding:20px;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.header .logo .imgFitLogo{
    max-width: 200px;
}

.header .imgSPLogo{
    max-width: 40px;
}

.header .topnavigation .listTopnav > li:not(:last-child){
    margin:0 20px 0 0;
}

.header .topnavigation .listTopnav li a,
.drp-sub-menu li a{
    position: relative;
    color:var(--primarycolor);
    font-size: var(--fs14);
    font-weight: var(--fw500);
    padding:10px 0;
    transition:all .3s linear;
    display: block;
}

.header .topnavigation .listTopnav li ul.dropdown-menu li a,
.drp-sub-menu li a{
    padding: 5px 10px !important;
}

.header .topnavigation .listTopnav li ul.dropdown-menu li a:hover,
.drp-sub-menu li a:hover{
    background-color: var(--secondarycolor);
    color: #ffffff;
    border-radius: 5px;
}

.header .topnavigation  .listTopnav > li > a:hover:before,
.header .topnavigation  .listTopnav > li > .linkActive:before,
.header .topnavigation  .listTopnav > li > .btnNav:hover:before{
    background-color: var(--secondarycolor);
    content:"";
    position: absolute;
    top:0;
    left:0;
    width: 50%;
    height: 3px;
    transition:all .3s linear;
}

.header .topnavigation .listTopnav li a:hover,
.header .topnavigation .listTopnav li .linkActive,
.header .topnavigation .listTopnav li .btnNav:hover,{
    color:var(--secondarycolor)
}


.header .topnavigation  .listTopnav  li .btnNav{
    background-color: transparent;
    border:0;
    color:var(--primarycolor);
    font-size: var(--fs14);
    font-weight: var(--fw500);
    position: relative;
}

.header .topnavigation  .listTopnav  li .btnNav .customDropdownMenu{
    padding:10px;
    box-shadow: 0px 3px 6px #691F741A;
    overflow: hidden;
}

.header .topnavigation  .listTopnav  li .btnNav .customDropdownMenu li a{
    padding:10px;
}

.header .topnavigation  .listTopnav  li .btnNav:after{
    content:"\f078";
    font-family: 'fontAwesome';
    border:0;
}

/*----------------- banner */
.banner{
    overflow-x: hidden;
}
.banner .boxSlider{
    height: 500px;
    background-color: powderblue;
    margin-bottom: 0;
}

.banner  .slick-dots{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    width: auto;
}

.banner  .slick-dots li {
    width: auto;
    height: auto;
}

.banner  .slick-dots li button{
    width: 10px;
    height: 10px;
    background-color: var(--lightgreycolor);
    border-radius: 50%;
}

.banner  .slick-dots li button:before{
    display: none;
}
.banner  .slick-dots .slick-active button{
    background-color: var(--whitecolor);
}

.banner .boxSlider .imgFit{
    width: 100%;
    object-fit: cover;
    height: 100%;
}

/*----------------- PRODUCT MONOGRAPHY */
.productContent .innerProduct{
    max-width: 700px;
    margin:0 auto;
    height: calc(100vh - 165px);
}

.productContent .innerProduct .btnPrimary:not(:last-child){
    margin:0 0 20px;
}

.productContent .innerProduct .wallpaper .imgFit{
    border-radius: 10px;
    height: 400px;
    width: 300px;
    object-fit: cover;
}

/*----------------- expert view */
.expertViewContent .innerExpertView .featureContent .boxFeature {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.expertViewContent .innerExpertView .featureContent .boxFeature .caption{
    padding:20px;
}

.expertViewContent .innerExpertView .featureContent .boxFeature .thumb{
    height: 300px;
    position: relative;
}

.expertViewContent .innerExpertView .featureContent .boxFeature .thumb .imgFit{
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.expertViewContent .innerExpertView .featureContent .boxFeature .thumb .iconPlay{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--whitecolor);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:var(--secondarycolor)
}

/*----------------- timeline */
.timeLineContent .caption{
    padding:50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.timeLineContent .wallPaper .imgFit{
    aspect-ratio: 1/1;
    display: block;
    width: 500px;
    height: 500px;
    border-radius: 30px;
}


.timeLineContent .caption .desc{
    font-size: var(--fs18);
}

/*---------------- expert view */
.expertOpinionContent .featureExpert{
    background-color: var(--whitecolor);
    box-shadow: 0px 3px 6px #9595D326;
    border-radius: 20px;
    position: relative;
    padding: 20px;
}

.expertOpinionContent .featureExpert .headBlock{
    min-height: 8rem;
}

.expertOpinionContent .featureExpert .content{
    position: relative;
}

.header-caption {
    min-height: 5rem;
}

.readMoreLink,.readMoreTitle {
    padding: 0 5px;
    text-decoration: none;
    color: var(--secondarycolor);
    font-family: var(--ffPoppins);
    font-size: var(--fs12);
    font-weight: var(--fw700);
    cursor: pointer;
    margin:-30px 0 0;
    display: inline-block;
}

.expertOpinionContent .featureExpert .linkZoom{
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    color:var(--secondarycolor);
    border-radius: 50%;
    background-color: var(--whitecolor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs20);
}

.expertOpinionContent .featureExpert .headBlock .subTitle{
    line-height: 30px;
    width: calc(100% - 50px) !important;
}

.expertOpinionContent .featureExpert .badge{
    position: absolute;
    top:0;
    left: 0;
    background-color: var(--primarycolor);
    color:var(--whitecolor);
    text-align: center;
    text-transform: uppercase;
    font-size: var(--fs24);
    font-family: var(--ffPoppins);
    font-weight: var(--fw400);
    border-radius: 20px 0px 25px 0px;
}

.expertOpinionContent .featureExpert .avatarBlock{
    aspect-ratio: 1/1;
    position: relative;
    top:-40px;
    right:-15px;
    border-radius: 50%;
    overflow: hidden;
}

.expertOpinionContent .featureExpert .avatarBlock .imgAvatar{
    width: 125px;
    height: 125px;
    object-fit: contain;
    aspect-ratio: 1/1;
}

.expertOpinionContent .featureExpert .captionAvatar .subTitle{
    max-width:70%;
}

.expertOpinionContent .boxVideo{
    position: relative;
}

.expertOpinionContent .boxVideo .customVideo{
    width: 100%;
    height: 100%;
    aspect-ratio: 4/2;
    object-fit: cover;
    border-radius: 30px;
}  

.expertOpinionContent .boxVideo .btnPlay{
    border: 2px solid var(--whitecolor);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: transparent;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: var(--whitecolor);
    font-size: var(--fs30);
}

/*---------------- prescribing information */
.infoContent .content{
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

#customScrollbar img{
    width: 100%;;
}

/*---------------- footer */
.footer{
    box-shadow: 0px -3px 6px #691F741A;
    background-color: var(--whitecolor);
    padding:20px 0;
}

.footer .desc,
.footer .listFoot li a{
    color:var(--txtDesc);
    font-size: var(--fs14);
    font-family: var(--ffPoppins);
    line-height: 24px;   
    margin:0;
}

.footer .listFoot li a{
    text-decoration: underline;
}

.footer .listFoot li{
    position: relative;
}

.footer .listFoot li:not(:last-child){
    margin:0 20px 0 0;
}

.footer .listFoot li:not(:last-child):after{
    content: "";
    position: absolute;
    top: 6px;
    right: -10px;
    height: 50%;
    width: 2px;
    background-color: var(--txtDesc);
    
}

.footer .listSocialMedia li:not(:last-child){
    margin:0 20px 0 0;
}

.footer .listSocialMedia li a{
    color:var(--primarycolor);
    font-size:var(--fs24);
}

/************* fill form*/
.bgForm{
    background: url(../img/bg-body.png) no-repeat bottom / cover;
    background-attachment: fixed;
}
.formWrapper{
    max-width: 800px;
    margin: 0 auto;
    padding:50px 0;
}

.headerForm .innerHF{
     position: relative;
     width: 100%;                                                                                                                                                                                                                                                                                       
}

.headerForm .gemLogo{
    margin-top: 50px;
}

.headerForm .sunlogo{
    max-width: 50px;
    position: absolute;
    top:0;
    right: 0;
}

.fillFormContent .innerFillForm .fieldGrp:not(:last-child){
    margin:0 0 15px;
}

.fillFormContent .innerFillForm .fieldGrp .fieldl,
.fillFormContent .innerFillForm .fieldGrp .fieldControl{
    color:var(--primarycolor);
     margin:0 0 5px;
     font-size: var(--fs16);
     font-family: var(--ffPoppins);                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
}

.fillFormContent .innerFillForm .fieldGrp .fieldControl,
.fillFormContent .innerFillForm .bulletBlock .listBullet .fieldControl{
    border:1px solid var(--graycolor);
    border-radius: 0;
}

.fillFormContent .innerFillForm .bulletBlock .listBullet li:not(:last-child){
    margin:0 0 20px;
    padding:0 0 20px;
    border-bottom: 1px solid var(--graycolor);
}

.fillFormContent .innerFillForm .bulletBlock .headBullet .iconBullet{
    background: url('../img/bgbullet.png') no-repeat center/cover;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:var(--primarycolor);
    font-size: var(--fs16);
     font-family: var(--ffPoppins);  
}

.fillFormContent .innerFillForm .bulletBlock .headBullet .txtBullet{
    width: calc(100% - 40px)
}

.fillFormContent .innerFillForm .bulletBlock .headBullet .txtBullet,
.fillFormContent .innerFillForm .bulletBlock .radioBlock .radioBox .fieldLRadio{
    font-size: var(--fs18);
    color:var(--primarycolor);
    font-family: var(--ffPoppins);  
}

.fillFormContent .innerFillForm .bulletBlock .radioBlock .radioBox .fieldLRadio{
    cursor: pointer;
}

.fillFormContent .innerFillForm .bulletBlock .radioBlock .radioBox{
    width: calc(100%/3);
}

.fillFormContent .innerFillForm .bulletBlock .radioBlock .radioBox .fieldRadio{
    display: none;
}

.fillFormContent .innerFillForm .bulletBlock .radioBlock .radioBox .dot{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border:2px solid var(--primarycolor);
    display: inline-block;
    vertical-align: middle;
}

.fillFormContent .innerFillForm .bulletBlock .radioBlock .radioBox .fieldRadio:checked ~ .dot{
    background: var(--primarycolor)
}

.fillFormContent .innerFillForm .btnSubmit{
    background: var(--primarycolor);
    color:var(--whitecolor);
    font-size: var(--fs16);
    font-family: var(--ffPoppins); 
    font-weight: 600;
    border:0;
    border-radius: 10px; 
    padding:5px 10px;
}

a.btnSubmit.btnCancel {
    background: transparent !important;
    border: 2px solid #062F6E !important;
    margin-left: 2rem;
    color: var(--primarycolor)!important;
}
label.error {
    font-size: 80%;
    color: red;
}

/*---------------- media responsive */
@media (min-width:992px){
    #btnHamburger{
        display: none;
    }
}
@media (max-width:991px){
    .btnBlock {
        flex-direction: column;
    }
    .btnBlock .btnSpacing:not(:last-child) {
        margin: 0 0 15px;
    }
    .btnBlock .btnSpacing {
        width: 100%;
    }
    .header .topnavigation .listTopnav > li > .btnNav:hover:before{
        display: none;
    }
    .header .logo .imgFitLogo{
        max-width: 150px;
    }
    .mainContent{
        margin-top: 82px;
        min-height: calc(100vh - 82px);
    }
    .timeLineContent .wallPaper .imgFit{
        width: 300px;
        height: 300px;
    }
    .timeLineContent .caption,.expertOpinionContent .featureExpert{
        padding: 20px;
    }
    .expertOpinionContent .featureExpert .avatarBlock{
        top:-50px;
        right: -20px;
    }

    .beside_flex-buttons{
        display: block !important;
    }
    .beside_flex-buttons a:first-child{
        margin-bottom: 10px !important;
    }
    #btnHamburger{
        cursor: pointer;
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15%;
        font-size: 26px;
        background: var(--secondarycolor);
        color: var(--whitecolor);
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        line-height: 30px;
    }

    .header .topnavigation{
        box-shadow: 0px 3px 6px #691F741A;
        padding:10px;
        top: 100%;
        position: absolute;
        left: 0;
        width: 100%;
        background-color: var(--whitecolor);
        display: none;
    }

    .header .topnavigation .listTopnav{
        flex-direction: column;
    }

    .header .topnavigation .listTopnav li{
        width: 100%;
    }


    .header .topnavigation > .listTopnav > li:not(:last-child){
        
        border-bottom: 1px solid var(--secondarycolor);
        margin:0 0 10px;
    }

    .header .topnavigation .listTopnav li a,
    .header .topnavigation .listTopnav li .btnNav{
        padding:10px;
    }

    .header .topnavigation .listTopnav li a:hover:before, .header .topnavigation .listTopnav li .linkActive:before{
        display: none;
    }

    .topnavigation .listTopnav li br{
        display: none;
    }
}

@media (max-width:767px){
    .headerForm .gemLogo{
        max-width: 300px;
    }
    .headerForm .sunlogo{
        max-width: 30px;                                                                                                                                
    }
    .expertOpinionContent .featureExpert{
        min-height: auto;
    }
    .header .imgSPLogo{
        max-width: 30px;
    }
    #btnHamburger{
        right: 25%;
    }
    .expertViewContent .innerExpertView .featureContent .gridCol:not(:last-child){
        margin:0 0 30px;
    }
    .btnPrimary{
        width: 100%;
    }

    .customModalBody #step-1 .btnBlockTool a {
        margin: 0.5rem 0rem !important;
    }

    .beside_flex-buttons{
        display: block !important;
    }
    .beside_flex-buttons a:first-child{
        margin-bottom: 10px !important;
    }
    .productContent .innerProduct .gridcol:not(:last-child){
        margin:0 0 20px;
    }
    .banner .boxSlider{
        height: 200px;
    }
	a.btnSubmit.btnCancel {
    background: transparent !important;
    border: 2px solid #062F6E !important;
	margin-left: 0rem !important;		
    margin-top: 1rem;
    color: var(--primarycolor)!important;
}
}

/*below it is common modal popup inside step 1 to step 3*/
.customModalBody {
    padding: 5rem 2rem;
}
    .customModalBody .step {
        gap: 30px;
        width:100%;
        align-items:center;
        justify-content:center;
    }
    .customModalBody .subtitle {
        color: var(--primarycolor);
        font-size: var(--fs22);
        font-family: var(--ffPoppins);
        font-weight: var(--fw500);
    }
    .customModalBody .btnBlockTool {
        display: block;
        width: 100%;
        text-align: center;
    }

    .customModalBody #step-1 .btnBlockTool {
        margin-top: 3rem;
    }
        .customModalBody #step-1 .btnBlockTool a {
            margin: 0px 1rem;
        }


.fillForm {
display:grid;
gap:10px;
}

.txtSummary{
    text-align:center;
}


.fillForm .fieldLbl,
.txtSummary {
    color: var(--txtDesc);
    font-size: var(--fs14);
    font-family: var(--ffPoppins);
}

.fillForm .fieldControl {
    border: 0;
    border-bottom: 1px solid #999;
    border-radius: 0;
    color: var(--txtDesc);
    font-size: var(--fs14);
    font-family: var(--ffPoppins);
    box-shadow: none !important;
}


#identity-confirmation-modal #step-2 .form-group {
    position: relative;
    margin-bottom: 20px;
}

#identity-confirmation-modal #step-2 input {
    width: 100%;
    padding: 12px 12px 12px 0;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid #ccc;
    background: transparent;
    outline: none;
}

#identity-confirmation-modal #step-2 label:not(.error) {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 16px;
    color: #aaa;
    pointer-events: none;
    transition: 0.2s ease all;
}

/* When input is focused or has value */
#identity-confirmation-modal #step-2 input:focus + label:not(.error),
#identity-confirmation-modal #step-2 input:not(:placeholder-shown) + label:not(.error) {
    top: -10px;
    font-size: 12px;
    color: #333;
}