input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #AEAFB1;
}

input.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #AEAFB1;
}

input.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #AEAFB1;
}

input.form-control:-moz-placeholder { /* Firefox 18- */
    color: #AEAFB1;
}

body {
    font-family: 'Montserrat', sans-serif !important;
}

p, a, ul li {
    font-size: 17px;
    color: #757575;
}

p {
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.002em;
}

.inner-page header {
    border-bottom: 3px solid #f8f8f8;
}

input.form-control, select.form-control {
    min-height: 50px;
    background-color: #F6F7F9 !important;
    border-color: transparent;
    border-radius: 14px !important;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    z-index: 1;
    line-height: 21px;
    padding: 6px 21px;
    letter-spacing: -0.002em;
    text-align: left;
}

select.form-control {
    appearance: none;
    -webkit-appearance: none;
}

    input.form-control:hover, textarea:hover, textarea:focus, input.form-control:focus, select.form-control:hover, select.form-control:focus, .date-picker:focus, .date-picker:hover {
        border-color: #5BBC2E !important;
        background-color: #F6F7F9;
        outline: none !important;
        box-shadow: none;
    }

.date-picker:hover {
    cursor: pointer;
}

button:focus, .btn.focus, .btn:focus {
    outline: none !important;
    box-shadow: none;
}

.padding-x {
    padding-left: 125px;
    padding-right: 125px;
}

::selection {
    background: #5BBC2E;
    color: #fff
}

* {
    /* -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; */
    outline: none !important;
    list-style: none;
    margin: 0;
    padding: 0;
}

.button-std {
    min-width: 160px;
    min-height: 46px;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.002em;
    text-align: center;
    color: #fff;
    padding: 0 16px;
}

.button-long {
    min-height: 50px;
    min-width: 320px;
    border-radius: 14px;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    padding: 0 17px;
    line-height: 21px;
    letter-spacing: -0.002em;
    text-align: center;
}

.long-transparent-button {
    background-color: transparent;
    border: 1px solid #5BBC2E;
    color: #5BBC2E;
}

    .long-transparent-button:hover {
        color: #fff;
        background-color: #5BBC2E;
    }

.grey-transparent-button {
    background-color: transparent;
    border: 1px solid #9e9e9e;
    color: #9e9e9e;
}

    .grey-transparent-button:hover {
        background-color: #9e9e9e;
        border: 1px solid #9e9e9e;
        color: #fff;
    }

.register-button {
    background-color: #5BBC2E;
}

    .register-button:hover {
        background-color: #5BBC2E;
    }

button {
    background-color: #5BBC2E;
    color: #ffff;
    border: none;
    box-shadow: none;
    border-radius: 14px !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    button:hover {
        opacity: 0.8;
        /* background: rgba(101,175,52,0.8); */
        color: #fff;
    }

.button-250-50 {
    min-width: 250px;
    min-height: 50px;
    padding: 0 15px;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.002em;
    text-align: center;
}

.inner-page .main {
    min-height: auto;
}

/* header */
/* .navbar-brand {
    width: 200px;
} */
.navbar-expand-md .navbar-collapse {
    justify-content: center;
}

.navbar.navbar-expand-lg {
    padding-top: 14px;
    padding-bottom: 14px;
}

.navbar-expand-md .navbar-collapse {
    justify-content: center;
}

div#collapsibleNavbar {
    justify-content: center;
}

nav li a:hover {
    color: #5BBC2E;
}

nav li {
    font-weight: 600;
    margin: 0 18px;
}

button.login {
    text-transform: uppercase;
}


nav li a:before, footer li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #5BBC2E;
    height: 2px;
    -webkit-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

nav li a, footer li a {
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    font-size: 16px;
    color: #757575;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 !important;
}

    nav a:hover:before, nav a:focus:before, nav a:active:before, footer li a:hover:before, footer li a:focus:before, footer li a:active:before {
        left: 0;
        right: 0;
    }

.login-outer.mob {
    display: none;
}

.login {
    text-transform: uppercase;
}

/* video link css */
#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

div#player {
    min-width: 100%;
    min-height: 100%;
    height: 100% !important;
}

video {
    width: 100%;
    height: 100%;
}

#light iframe {
    width: 100%;
    height: 95vh;
}

#light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 80%;
    min-height: 90%;
    margin-left: 0;
    margin-top: 0;
    /* background-color: #e1e1e1; */
    z-index: 1002;
    overflow: visible;
    transform: translate(-50%,-50%);
}

#boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 4px;
    background: #5BBC2E;
    font-size: 27px;
    font-weight: 300;
    display: inline-block;
    line-height: 0px;
    padding: 12px 4px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 1;
}

    #boxclose:hover {
        text-decoration: none;
    }

.boxclose:before {
    content: "×";
}

#fade:hover ~ #boxclose {
    display: none;
}


/* end */
/* banner */

.banner {
    background-color: #f8f8f8;
    padding: 25px 0;
}

.banner-img {
    text-align: right;
}

.banner .row {
    justify-content: space-between;
    align-items: center;
    min-height: calc(100vh - 236px);
}

.banner h1 {
    font-size: 30px;
    line-height: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.002em;
    text-align: left;
    color: #5BBC2E;
    margin: 0 0 20px;
}

.banner .changed-txt p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    align-items: center;
    letter-spacing: -0.002em;
    color: #757575;
}

.banner-txt {
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    /* justify-content: center; */
}

.go-to-questions {
    margin-top: 40px;
    max-width: 100%;
    width: 100%;
    display: flex;
}

.btn-inline {
    display: inline-block;
    vertical-align: middle;
}

.next-btn {
    display: block;
    padding: 5px;
    background-color: #5BBC2E;
    color: #fff;
    border-radius: 14px;
    cursor: pointer;
    outline: none;
    border: none;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -.002em;
    height: 60px;
    max-width: 200px;
    min-width: 200px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 2px solid transparent;
}

.hero-action-see {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -.002em;
    color: #757575;
    margin-left: 40px;
    display: flex;
}

    .hero-action-see a {
        color: #757575;
        display: flex;
        text-decoration: none;
    }

        .hero-action-see a:hover {
            text-decoration: none;
        }

    .hero-action-see span {
        max-width: 208px;
        display: inline-block;
        vertical-align: middle;
    }

.question-div .input-group {
    justify-content: center;
}

@keyframes avatar-pulse {
    0% {
        box-shadow: 0 0 0 0 #5BBC2E
    }

    100% {
        box-shadow: 0 0 0 15px #d7f3c5
    }
}

.play-icon {
    height: 55px;
    width: 55px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/new_theme/play-icon.svg);
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    border-radius: 50%;
    animation: avatar-pulse 2s infinite;
    transition: .5s ease box-shadow;
}

.report-boxes .play-icon {
    height: 30px;
    width: 30px;
    margin: 0;
    animation: none;
}

/* footer */

footer li a {
    font-family: Montserrat;
    font-style: normal;
    text-transform: none;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    align-items: center;
    letter-spacing: -0.002em;
    color: #5BBC2E;
}

footer ul {
    margin: 0;
    justify-content: center;
}

footer li {
    margin: 0 50px;
}

    footer li a:hover {
        text-decoration: none;
        color: #5BBC2E;
    }

p.copyright {
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    align-items: center;
    color: #AEAFB1;
    text-align: right;
    position: absolute;
    right: 0;
}

footer {
    padding: 20px 35px 70px;
    background-color: #fff;
}

.footer-link {
    display: flex;
    justify-content: center;
}

/* question1 rules */

.question-div input[type=radio] {
    /* visibility: hidden; */
    display: none;
}

.question-div, .sorry-div {
    width: 100%;
    max-width: 650px;
    padding: 40px 60px;
    position: relative;
    flex-direction: column;
    text-align: center;
    background: #fff;
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    border-radius: 14px;
}

.sorry-div {
    background: #FFD7CD;
}

    .sorry-div h4 {
        font-family: Montserrat;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        color: #757575;
        letter-spacing: -0.002em;
    }

    .sorry-div p {
        font-family: Montserrat;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: -0.002em;
        text-align: center;
    }

.btn-disagree {
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}

.btn-agree {
    background-color: #5BBC2E;
    border-color: #5BBC2E;
}

.question_answer {
    display: flex;
    justify-content: center;
}

.sorry-div {
    display: none;
}

.question-div .btn {
    min-width: 100px;
    min-height: 40px;
    margin: 0 7px;
    border-radius: 14px;
    color: #fff;
    border: 2px solid transparent;
    font-weight: 600;
}

p.question {
    font-family: Montserrat;
    font-size: 17px;
    margin: 0 0 30px;
    color: #757575;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.002em;
    text-align: center;
}

span.backbtn, span.closebtn {
    position: absolute;
    top: 20px;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    color: #5BBC2E;
    left: 20px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 21px;
}

    span.backbtn:hover, span.closebtn:hover {
        text-decoration: underline;
        color: #5BBC2E;
    }

span.pg-no {
    position: absolute;
    top: 20px;
    font-size: 17px;
    color: #757575;
    right: 20px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 21px;
}

.question-div li {
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px;
    color: #757575;
    letter-spacing: -0.002em;
    text-align: left;
    list-style-type: decimal;
    padding-left: 7px;
    list-style-position: outside;
}

/* register page */


.headings-txt span {
    font-size: 17px;
    color: #757575;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.002em;
    text-transform: initial;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.register .row {
    margin-left: 0;
    margin-right: 0;
}

.headings-txt {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: -0.002em;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    color: #5BBC2E;
    display: block;
    width: 100%;
}

.error-msg {
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    display: inline-block;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.002em;
    text-align: left;
    color: #E5707E;
    /* padding-left: 21px; */
    margin-top: 10px;
    position: static;
    top: 100%;
    left: 0;
}

.form-check .error-msg {
    padding: 0;
    margin: 0 0 8px;
    position: static;
}

.register .form-check {
    margin: 75px 0 0;
    padding: 0;
}

.form-check {
    padding: 0;
}

main {
    padding: 40px 0;
    min-height: calc(100vh - 236px);
}
/* label input#invalidCheck {
    position: static;
} */
.form-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    padding: 70px 100px;
    margin: 20px 0 0;
}

.register .form-wrapper {
    margin-top: 15px;
}
/* .let-get-started-page .form-wrapper {
    margin-top: 10px;
    padding-top: 30px;
} */
.edit-profile .form-wrapper {
    padding-top: 30px;
}

.question1 .form-wrapper {
    padding-top: 30px;
    margin-top: 30px;
}

.form-outline {
    margin: 0 0 40px;
    position: relative;
}

label.form-label {
    /* padding-left: 21px; */
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.002em;
    margin-bottom: 10px;
    float: left;
    text-align: left;
    color: #757575;
}

input[type=checkbox] {
    height: auto !important;
}

.visible-txt {
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    display: inline-block;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: -0.002em;
    text-align: left;
    color: #9e9e9e;
    padding: 10px 0 0 0;
    position: static;
    top: 100%;
    left: 0;
}

label.form-check-label {
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.002em;
    padding: 0 0 0 30px;
}

    label.form-check-label a {
        color: #5BBC2E;
        text-decoration: underline;
    }

p.already-register {
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin: 30px 0 0;
    letter-spacing: -0.002em;
}

    p.already-register a {
        color: #5BBC2E;
    }

.mail-icon {
    background-image: url(../img/new_theme/mail-icon.png);
}

.eye-icon {
    background-image: url(../img/new_theme/eye-icon.png);
}

.phone-icon {
    background-image: url(../img/new_theme/phone-icon.png);
    z-index: 2;
}

.eyeslash-icon {
    background-image: url(../img/new_theme/eye-slash-icon.png);
}

.drop-down-icon {
    background-image: url(../img/new_theme/down-arr-icon.png);
}
/*
.date-picker {
    background-image: url(../img/new_theme/datepicker-icon.png);
    z-index: 9;
}*/

.input-icon {
    position: relative;
}

.input-icon {
    /* content: '';
    position: absolute;
    top:40px;
    right: 20px;
    width: 24px;
    height: 24px;*/
    background-repeat: no-repeat;
    background-position: calc(100% - 17px) center;
    background-size: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* .input-icon:before{
    content: '';
    position: absolute;
    top:40px;
    right: 20px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
} */

.form-check p {
    margin-bottom: 10px;
}

.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* modal rules */
.modal-dialog.popup-content {
    position: absolute;
    left: 50%;
    top: 50%;
    pointer-events: all;
    margin: 0;
    transition: none;
    transform: translate(-50%,-50%) !important;
    max-width: 780px;
    /* min-height: 479px; */
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 14px;
    padding: 60px 130px;
}

.popup-content h4 {
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 37px;
    letter-spacing: -0.002em;
    color: #5BBC2E;
}

.popup-content p {
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin: 24px 0 0;
    padding: 0 30px;
    letter-spacing: -0.002em;
    text-align: center;
    color: #757575;
}

@keyframes input-pulse {
    0% {
        box-shadow: 0 0 0 0 #5BBC2E
    }

    100% {
        box-shadow: 0 0 0 15px #d7f3c5
    }
}

.input-pulse {
    animation: input-pulse 2s infinite;
    transition: .5s ease box-shadow;
    border-radius: 15px;
}

.popup-content .code-block {
    background: #F6F7F9;
    font-family: Montserrat;
    font-size: 40px;
    margin-top: 25px;
    padding: 29px 99px;
    font-style: normal;
    font-weight: 500;
    border-radius: 5px;
    line-height: 49px;
    letter-spacing: -0.002em;
    color: #616161;
}

    .popup-content .code-block span {
        letter-spacing: 36px;
    }

.popup-footertxt {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0;
}

    .popup-footertxt a {
        font-family: Montserrat;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        color: #5BBC2E;
        letter-spacing: -0.002em;
        text-align: left;
    }

.change-phoneno input {
    background: #F6F7F9;
    border: none;
    border-radius: 14px;
}

.change-phoneno {
    margin: 42px 0 0;
}

.code-block input[type="text"] {
    background: transparent;
    border: none;
    width: 100%;
    color: #616161;
    font-weight: 500;
    text-align: center;
    letter-spacing: 36px;
}

.submit-wrapper {
    margin: 44px 0 0;
}


/*forget-password page*/
.forget_headings {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.002em;
    margin: 0;
    text-align: center;
    color: #5BBC2E;
    text-transform: uppercase;
}

.form_for_forget p {
    font-family: Montserrat;
    font-size: 17px;
    color: #757575;
    font-style: normal;
    font-weight: 500;
    padding: 0;
    margin: 10px auto 0;
    line-height: 22px;
    letter-spacing: -0.002em;
    text-align: center;
    max-width: 470px;
}

.label_form {
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.002em;
    text-align: left;
    color: #757575;
    float: left;
    padding-left: 16px;
}

.forget_inner {
    width: 66%;
    margin: 30px auto 0;
}

.back-to-login {
    color: #AEAFB1;
    text-decoration: underline;
    margin: 10px 0 0;
    font-size: 14px;
    display: inline-block;
}

    .back-to-login:hover {
        color: #5BBC2E;
    }

.forget-buttonsss {
    text-align: center;
    margin: 17px 0 0;
}

.forget-icons {
    float: right;
    position: relative;
    margin-top: -37px;
    margin-right: 18px;
}

.forget {
    padding-top: 128px;
    padding-bottom: 128px;
}
/*forget-password-email page*/
.mail-forgets {
    text-align: center;
}

.check-password {
    font-size: 20px;
    font-weight: 600;
    color: #757575;
    margin-top: 47px;
}

button.continue {
    margin-top: 68px;
}

.mail-forgets .form_for_forget {
    padding: 79px 0px 51px;
    max-width: 787px;
}

.checkbox {
    text-align: center;
    margin-top: 24px;
}

.login-label {
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.002em;
    text-align: left;
    color: #757575;
}

.create-acc {
    margin-top: 15px;
}

    .create-acc:hover {
        background: #5BBC2E;
        color: white;
    }

.login-forget.register-button {
    background-color: #5BBC2E;
}

.pass-forget {
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.002em;
    text-align: left;
    color: #AEAFB1;
    text-decoration: underline;
    display: inline-block;
    margin: 15px 0 0;
}

.password {
    margin-top: 40px;
}

.checkbox input#invalidCheck {
    height: 24px !important;
    width: 24px;
    background: #efefef !important;
    border: none !important;
    vertical-align: middle;
}

.pass-forget:hover {
    color: #5BBC2E;
}

.login-sats {
    padding-top: 40px;
    /* padding-bottom: 202px; */
}

    .login-sats .form_for_forget {
        padding: 39px 48px 35px;
    }

.form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.form-check-label {
    position: relative;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #efefef;
}

    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

.form-check input:checked ~ .checkmark {
    background-color: #5BBC2E;
}

    .form-check input:checked ~ .checkmark:after {
        display: block;
    }

.form-check .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form_for_forget {
    max-width: 750px;
    border-radius: 14px;
    width: 90%;
    text-align: center;
    margin: auto;
    box-shadow: 0px 0px 30px 0px #0000000d;
    padding: 40px 16px;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); */
}


.load-more {
    display: block;
}

    .load-more:hover {
        color: #5BBC2E;
    }

.form-check.login-form {
    margin: 26px 0 0;
}


/*******************************************/

.banner-img img {
    width: 100%;
}

.question-div {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}

    .question-div.question4 {
        max-width: 650px;
    }

/* edit page rules */

.conclude p {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.002em;
    text-align: left;
    color: #5BBC2E;
    float: right;
    margin-top: -16px;
    position: relative;
}

.edit-profile .button-std {
    margin: 30px 0 0;
}

.width-854 {
    max-width: 854px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.width-half, .width-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .width-half .input-group:last-child, .width-3 .input-group:last-child {
        margin-right: 0;
    }

    .width-half .input-group.radio:not(:first-child), .width-3 .input-group.radio:not(:first-child) {
        margin-top: 0;
    }

    .width-half .input-group, .width-3 .input-group {
        margin-right: 5px;
    }
/* .daterangepicker td.today{
    background-color: transparent;
    color: #757575;
} */
.report-upload p {
    font-weight: 600;
}

.daterangepicker .calendar-table td.available:hover {
    background-color: #5BBC2E;
    color: #fff;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #5BBC2E;
    background-image: none;
    color: #fff;
    border-radius: 50px;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
}

.daterangepicker .calendar-table td.today.active {
    background-color: #65af34;
    color: #ffffff;
}

.daterangepicker .calendar-table td.active,
.daterangepicker .calendar-table td.active:hover {
    color: #fff;
    cursor: pointer;
    background-image: none;
    background-color: #5BBC2E;
    font-family: Montserrat;
    border-radius: 50px !important;
    font-size: 14px;
    font-style: normal;
    min-width: 24px;
    width: 24px;
    height: 24px;
}

.daterangepicker .calendar-table td {
    min-width: 30px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: #757575;
    border-radius: 23px !important;
    text-align: center;
    padding: 0 !important;
    line-height: normal;
}

.daterangepicker .calendar-table th {
    color: #333;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.drp-buttons .applyBtn {
    background: #5BBC2E;
    border: #5BBC2E;
}

.user {
    background-color: #5BBC2E;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.002em;
    text-align: center;
    color: #fff;
}

    .user .fa {
        margin: 0 0 0 19px;
    }

.conclude {
    display: flex;
    justify-content: space-between;
}

/* terms and condition page */

.border-left-3 {
    border-left: 3px solid #DEE2E6;
    padding-left: 100px;
}

.agree-consent p:not(:first-child) {
    margin-top: 20px;
    margin-bottom: 0;
}

.agree-consent p {
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.002em;
}

    .agree-consent p span {
        font-weight: 600;
    }

    .agree-consent p a {
        color: #5BBC2E;
    }

.mt-52 {
    margin-top: 52px;
}

p.para {
    line-height: 25px;
}

.accordian-group {
    margin: 17px 0 0;
}

.accordion h4 {
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
    line-height: 21px;
    letter-spacing: -0.002em;
    color: #5BBC2E;
    display: flex;
    justify-content: space-between;
}

    .accordion h4 .fa, .accordion h4 img {
        float: right;
    }

.accordion .card {
    border-bottom: 1px solid #dadada !important;
    background: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.card-header {
    background: none;
    border: none;
}

.mt-40 {
    margin-top: 40px;
}

.consent-st h4 {
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.002em;
    text-align: left;
    color: #757575;
    margin: 0;
}

.agree-consent .consent-st p {
    line-height: 25px;
    margin-top: 10px;
}

.consent-st .form-outline {
    margin: 30px 0 0;
    width: 60%;
}

    .consent-st .form-outline label, .consent-st .form-outline .error-msg {
        padding: 0;
    }

.consent-st .form-check {
    margin: 32px 0 0;
}

.consent-st .form-outline .error-msg {
    position: static;
}

.consent-st .form-check label {
    line-height: 25px;
}

.consent-st .submit-wrapper {
    text-align: center;
}

.consent-st .checkmark {
    top: 6px;
}

.color-red {
    color: #E5707E;
    font-weight: 500 !important;
}

.agree-consent .disc li {
    font-weight: 400;
    list-style-type: decimal;
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

    .agree-consent .disc li::before {
        display: none;
    }

.accordion .card-body {
    padding-top: 5px;
}

.agree-consent .card-body > p {
    margin-bottom: 0;
}

.agree-consent ul.disc {
    margin-bottom: 0;
}

.agree-consent li {
    margin: 0 0 10px;
    position: relative;
    padding: 0 0 0 16px;
}

    /*.agree-consent li:before {
        content: "";
        position: absolute;
        left: 4px;
        top: 50%;
        background-color: #757575;
        width: 3px;
        height: 3px;
    }*/
    .agree-consent li:before {
        top: 11px !important;
        content: close-quote;
    }

.agree-consent li {
    margin: 0 0 10px;
    position: relative;
    padding: 0 0 0 0px !important;
    list-style: disc;
    margin-left: 18px;
}

.plus-minus-icon {
    float: right;
    width: 20px;
    height: 20px;
}

    .plus-minus-icon.plus-icon {
        background-image: url(../img/new_theme/plus-icon.png);
    }

    .plus-minus-icon.minus-icon {
        background-image: url(../img/new_theme/minus-icon.png);
    }

.card-body ul {
    margin: 10px 0 0;
}

.edit-profile .form-label {
    text-transform: initial;
}

.card-header h4 span:first-child {
    width: 90%;
}


/* let get started */


i.fa.fa-asterisk {
    color: #E5707E;
    font-size: 8px;
    vertical-align: top;
    padding: 4px 0 0 3px;
}

h2 span i.fa.fa-asterisk {
    padding: 0;
    vertical-align: middle;
}

.agree-consent .consent-st {
    padding: 0 0 0 100px;
}

/* upload profile */

.row.form-wrapper-outer {
    margin-left: 0;
    margin-right: 0;
}

.bold {
    font-weight: 600 !important;
}

.mt-15 {
    margin-top: 15px;
}

.inputDnD .form-control-file {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 179px;
    outline: none;
    visibility: hidden;
    cursor: pointer;
    background-color: transparent;
    box-shadow: 0 0 5px solid currentColor;
}

    .inputDnD .form-control-file:before {
        content: attr(data-title);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        line-height: 2em;
        padding-top: 1.5em;
        opacity: 1;
        border-radius: 14px;
        visibility: visible;
        text-align: center;
        border: 2px dashed #5BBC2E;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        overflow: hidden;
    }

    .inputDnD .form-control-file:hover:before {
        border-style: solid;
        box-shadow: none;
    }

.drag-drop-wrapper {
    position: relative;
}

.drag-heading {
    font-weight: 500;
}

    .drag-heading a {
        color: #5BBC2E;
    }

    .drag-heading span {
        font-family: Montserrat;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        padding: 0 0 0 26px;
        line-height: 18px;
        letter-spacing: -0.002em;
        text-align: left;
        color: #F0AD4E;
    }
/* p.drag-heading {
    position: absolute;
    bottom: 56px;
    margin: 0;
    left: 0;
    right: 0;
    text-align: center;
} */
.upload-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-60 {
    margin-bottom: 60px;
}

.text-decoration-underline {
    text-decoration: underline;
}

.pdf-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.progress-wrapper {
    margin: 0 0 0 24px;
    position: relative;
}

.drag-drop-wrapper:not(:last-child) {
    margin-bottom: 60px;
}

.upload-icon > a {
    margin: 0 0 17px;
    display: inline-block;
}

.input-wrapper {
    position: relative;
}

.pdf-icon .progress {
    display: -ms-flexbox;
    display: flex;
    height: 4px;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #cdcdcd;
    border-radius: .25rem;
    position: absolute;
    right: 0;
    width: 100%;
    top: 112%;
}

.bg-success {
    background-color: #F0AD4E !important;
}

.form-group.inputDnD {
    margin: 0;
    margin-top: 68px !important;
}

/* managining your preference */

.my-btns label.btn {
    min-width: 133px;
    min-height: 40px;
    background: transparent;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    border: 1px solid #9e9e9e;
    border-radius: 14px;
    letter-spacing: -0.002em;
    text-align: center;
    color: #9e9e9e;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .my-btns label.btn.active {
color: #fff;
background: #5BBC2E ;
border:transparent;
} */
.my-btns input:checked + label {
    color: #fff;
    background: #5BBC2E;
    border: transparent;
}

.my-btns input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 14%;
    cursor: pointer;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 27px;
    justify-content: center;
    align-items: center;
}

.my-btns p {
    position: relative;
}

    .my-btns p:not(:last-child) {
        margin-right: 20px;
    }

.deny-allow {
    min-height: 100px;
    border: 1px solid #DEE2E6;
    border-radius: 14px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}

    .deny-allow:not(:last-child) {
        margin: 0 0 30px;
    }

    .deny-allow:first-child {
        margin-top: 52px;
    }

.manage-preference .form-wrapper {
    padding-top: 30px !important;
    margin-top: 25px;
}

.my-btns {
    display: flex;
}

    .my-btns label.btn:not(:last-child) {
        margin-right: 20px;
    }

/* terms of use */

.sub-heading {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.002em;
    text-align: center;
    color: #757575;
    margin: 30px 0 0;
}

.message-wrapper h4.sub-heading {
    font-weight: 700;
}

.p-green-txt {
    font-weight: 600;
    color: #5BBC2E;
    cursor: pointer;
}

.p-green-txt-vaccine {
    font-weight: 600;
    color: #5BBC2E;
}


.p-green-txt-bold {
    font-weight: 600;
    color: #5BBC2E;
    font-size: 25px;
}

.green-txt {
    color: #5BBC2E;
}

.terms-cnt-sec {
    margin: 30px 0 0;
}

.tems-of-use .p-green-txt {
    margin-bottom: 10px;
}

.tems-of-use p {
    margin-bottom: 30px;
}

p b {
    font-weight: 600;
}

.inner-page footer {
    border-top: 3px solid #f8f8f8;
}

/* account page */

.to-do {
    background: #5BBC2E;
    color: #fff;
}

.to-do-light {
    background: #b2d799;
}

    .to-do-light .number {
        background: transparent;
        color: #b2d799;
        font-size: 14px;
        bottom: 17px;
        left: 22px;
    }

    .to-do-light .dose-number {
        background: #fff;
        left: 15px !important;
        bottom: 6px !important;
    }

.completed-view {
    background: #5BBC2E;
    color: #fff;
}

.completed-view-light {
    background: #C9C9C9;
}

    .completed-view-light .number {
        background: transparent;
        color: #C9C9C9;
        font-size: 14px;
        bottom: 17px;
        left: 22px;
    }

    .completed-view-light .dose-number {
        background: #fff;
        left: 15px !important;
        bottom: 6px !important;
    }

.in-progress {
    background: #F0AD4E;
    color: #fff;
}

.in-progress-light {
    background: #FFD395;
}

    .in-progress-light .number {
        background: transparent;
        color: #FFD395;
        font-size: 14px;
        bottom: 17px;
        left: 22px;
    }

    .in-progress-light .dose-number {
        background: #fff;
        left: 15px !important;
        bottom: 6px !important;
    }

.upcoming {
    background: #9E9E9E;
    color: #fff;
}

.upcoming-light {
    background: #C9C9C9;
}

.button-100-46 {
    min-width: 125px;
    min-height: 46px;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.002em;
    text-align: center;
}

.to-do-wrapper {
    border: 1px solid #ececec;
    border-radius: 5px;
    position: relative;
    margin: 0 0 35px 0;
    padding: 21px 15px 5px;
    min-height: 259px;
}
    /*.to-do-wrapper:hover {
        cursor: pointer;
        border: 1px solid #b3b3b3;
    }*/

    .to-do-wrapper:hover {
        border-color: #b3b3b3;
        cursor: pointer;
    }

    .to-do-wrapper:last-child {
        margin-right: 0;
    }

.account .form-wrapper {
    padding: 30px 27px;
}

.row.form-wrapper.tabs-outer {
    margin-left: 0;
    margin-right: 0;
}

.to-do-wrapper .img-block {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.opacity-50 {
    opacity: 0.5;
}

.to-do-wrapper p {
    margin: 17px 0 0;
}

.to-do-wrapper .button-100-46 {
    margin-top: 37px;
}

.nav-tabs a.nav-link {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    position: relative;
    line-height: 24px;
    letter-spacing: -0.002em;
    color: #757575;
    border: none;
    text-transform: uppercase;
    box-shadow: none;
    padding: 4px 0;
    margin: 0 18px;
}

    .nav-tabs a.nav-link:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: #5BBC2E;
        height: 3px;
        opacity: 0;
    }

    .nav-tabs a.nav-link.active {
        color: #5BBC2E;
    }

        .nav-tabs a.nav-link.active::after {
            opacity: 1;
        }

.account .nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
    margin: 0 0 33px;
}

.availibility {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.002em;
    text-align: center;
    color: #a9a9a9;
    display: inline-block;
    width: 100%;
}

.account .tab-pane {
    padding: 0;
    margin: 0;
    width: 100%;
}

.notification {
    background: #E5707E;
    color: #fff;
    margin-bottom: 40px;
    margin-top: -41px;
}

    .notification p, .notification a {
        font-family: Montserrat;
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        margin: 0;
        padding: 8px 0;
        line-height: 21px;
        letter-spacing: -0.002em;
        text-align: left;
        color: #fff;
    }

        .notification p img {
            margin: 0 10px 0 0;
        }

.user-popup {
    max-width: 325px;
    padding: 30px 43px;
    display: flex;
    flex-direction: column;
    display: none;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    position: absolute;
    right: 40px;
    border: 1px solid #F5F5F5;
    z-index: 9999;
    top: 92%;
    background: #fff;
}

.click-here:hover {
    color: #fff;
    font-weight: 700;
}


.user-popup a img {
    margin: 0 0 0 8px;
}

.user-popup h4, #userdetails h4 {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.002em;
    text-align: left;
    color: #616161;
}

.user-popup p, .user-popup a, #userdetails a, #userdetails p {
    color: #989898;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    margin: 0;
}

.user-popup .nav-link, #userdetails .nav-link {
    color: #757575;
    font-weight: 600;
}

.user-popup a:hover {
    color: #5BBC2E;
}

.user-popup a, .user-popup p, #userdetails p, #userdetails a {
    /*margin-bottom: 12px;*/
}

.user-popup .bold {
    font-weight: 600;
    padding: 10px 0;
    margin-bottom: 0;
    border-top: 1px solid #DEE2E6;
    border-bottom: 1px solid #DEE2E6;
}

header {
    position: relative;
}

.user-popup button {
    margin-top: 54px;
}

.number {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50px;
    color: #FFD395;
    position: absolute;
    display: flex;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    left: 15px;
    bottom: 6px;
}

.upcoming-light .number {
    background: transparent;
    color: #C9C9C9;
    font-size: 14px;
    bottom: 17px;
    left: 22px;
}

.upcoming-light .dose-number {
    background: #fff;
    left: 15px !important;
    bottom: 6px !important;
}

.report-boxes input[type="file"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    right: 0;
    width: 100%;
}

.report-boxes p {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.002em;
    position: relative;
    color: #a6a6a6;
    margin: 0 95px 0 0;
}

.report-box-inner {
    padding: 0 6px;
}

.report-boxes p img {
    margin: 0 0 0 10px;
}
/* .report-boxes {
    margin-left: 0;
    margin-right: 0;
} */
.chat {
    width: 60px;
    height: 60px;
    background: #5BBC2E;
    border-radius: 50px;
    position: absolute;
    right: 0;
    bottom: -9px;
    right: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
}

    .chat span {
        font-family: Montserrat;
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: 15px;
        background-color: #E5707E;
        border: 2px solid #fff;
        letter-spacing: -0.002em;
        text-align: center;
        color: #fff;
        width: 18px;
        height: 18px;
        border-radius: 50px;
        position: absolute;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        padding: 0;
    }


/* message */

.shadow-wrapper-854 {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    max-width: 854px;
    /* min-height: 688px; */
    padding: 30px;
    margin: 23px auto 0;
    display: flex;
    flex-direction: column;
}

.msg-sent-inner {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    float: right;
    max-width: 397px;
    /* display: flex !important; */
}

.max-width {
    max-width: 80%;
}

.form-outer-border {
    border: 1px solid rgba(99, 174, 52, 0.2);
    border-radius: 14px;
    padding: 10px;
    min-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .form-outer-border input[type="text"] {
        min-height: 100%;
        margin: 0;
        padding: 0;
        width: 90%;
        font-family: Montserrat;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: -0.002em;
        color: #AEAFB1;
        border: none;
    }

button.send {
    width: 50px;
    height: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 10px !important;
    position: static;
    right: 0;
}

.message-inner {
    position: relative;
    height: 475px;
    overflow: auto;
    padding-right: 12px;
    display: block;
    /* margin-bottom: 80px; */
    flex-direction: column;
}

.msg-received {
    padding: 10px 20px 15px;
    position: relative;
    color: #fff;
    font-weight: 500;
    background-color: #5BBC2E;
    border-Top-right-radius: 14px;
    border-Bottom-right-radius: 14px;
    border-Bottom-left-radius: 14px;
    max-width: -webkit-fill-available !important;
}

.msg-sent {
    padding: 10px 20px 15px;
    color: #757575;
    font-weight: 500;
    float: right;
    background-color: #DEE2E6;
    border-Top-left-radius: 14px;
    position: relative;
    border-Bottom-right-radius: 14px;
    border-Bottom-left-radius: 14px;
     max-width: -webkit-fill-available !important;
}

.date {
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.002em;
    display: block;
    color: rgba(0,0,0,0.3);
    /* position: absolute; */
}

.message p {
    margin-bottom: 10px;
}

.type-msg {
    position: static;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: inline-block;
    width: 100%;
    margin: 56px 0 0;
}

.msg-received-outer {
    margin: 28px 0 0;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
}

.msg-sent-outer {
    margin: 20px 0 0;
    flex-direction: column;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

 .msg-received-inner p a, .msg-sent-inner p a{
            word-break: break-all;
        }
/* report side effect */

.report-sideeffect .form-wrapper {
    margin: 36px 0 0;
    padding: 30px;
}

.border-box {
    border: 1px solid #DEE2E6;
    border-radius: 14px;
    padding: 20px;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .border-box.sideeffect-report:not(:first-child) {
        margin-top: 30px;
    }

    .border-box:hover {
        box-shadow: 2px 2px 20px rgba(0,0,0,0.05);
        background-color: #fff;
        border-color: transparent;
        position: relative;
    }

        .border-box:hover:before {
            content: "";
            height: 10px;
            background-color: #5BBC2E;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -1px;
            border-bottom-right-radius: 14px;
            border-bottom-left-radius: 14px;
        }

.covid {
    background-color: #E5707E;
}

.medication {
    background-color: #F0AD4E;
}

.none {
    background-color: #9E9E9E;
}

.report-icon {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sideeffect-report p {
    align-items: center;
    margin: 0;
}

.back-dashboard {
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.002em;
    text-align: left;
    color: #5BBC2E;
    margin-top: 20px;
    text-decoration: underline;
}

    .back-dashboard:hover {
        text-decoration: none;
        color: #5BBC2E;
    }

.w-80 {
    width: 80%;
}

a.long-transparent-button, a.button-long {
    display: inline-flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}
    /* a.button-long{
        min-height: 50px;
        max-width: 320px;
    } */
    a.long-transparent-button:hover, a.button-long:hover {
        background-color: #5BBC2E;
    }

a.button {
    background-color: #5BBC2E;
    color: #ffff;
    border: none;
    box-shadow: none;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    a.button:hover {
        opacity: 0.8;
        /* background: rgba(101,175,52,0.8); */
        color: #fff;
    }

.side-effect-report a:not(:last-child) {
    margin-bottom: 10px;
}

.side-effect-report a:first-child {
    margin-top: 40px;
}

.side-effect-report h6 {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.002em;
    text-align: center;
    color: #5BBC2E;
    text-transform: uppercase;
}

    .side-effect-report h6 + a {
        margin-top: 25px;
    }

.p-12-20 {
    padding: 12px 20px;
}

.MW-160 {
    min-width: 160px;
}

.sideeffect-inner p {
    min-width: 160px;
    max-width: 160px;
}

.sideeffect-inner p {
    font-weight: 500;
    line-height: 20px;
}

    .sideeffect-inner p.bold {
        font-size: 18px;
        font-weight: 600;
    }

.sideeffect-inner.border-box:hover:before {
    height: 5px;
}

.sideeffect .border-box:not(:first-child) {
    margin-top: 10px;
}

.sideeffect .form-wrapper-outer {
    margin-top: 30px;
}

.sideeffect .form-wrapper {
    padding-top: 30px;
}

.input-group.date {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

    .input-group.date .fa {
        color: #5BBC2E;
        font-size: 24px;
    }

.show-password, .show-password1 {
    position: absolute;
    background: transparent;
    width: 13px;
    height: 13px;
    right: 23px;
    top: 44px;
    display: inline-block;
    z-index: 9;
    cursor: pointer;
}

.register form.row.g-3.needs-validation {
    padding-top: 50px;
}

.report-effect.modal {
    background: rgba(0,0,0,0.5);
}

span.firstid-icon {
    width: 63px;
    height: 63px;
    border: 6px solid #5BBC2E;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0 0 21px;
    color: #5BBC2E;
    font-size: 36px;
}

.modal-dialog.popup-content.side-effect-report.text-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mob-sideeffect {
    display: none;
}

/* side effect  question */

.question1 ul.nav.nav-tabs {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #F6F7F9;
    border-radius: 14px;
    border: none;
    margin: 30px auto 0;
}

.question1 a.nav-link {
    background: transparent;
    color: #fff;
    text-decoration: none;
    color: #757575;
    padding: 6px 20px;
    border-radius: 14px;
    font-family: Montserrat;
    margin: 0 24px 0 0;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.002em;
    text-align: left;
    font-weight: 600;
}

.question1 li:last-child a.nav-link {
    margin-right: 0;
}

.question1 a.nav-link.active {
    background: #5BBC2E;
    color: #fff;
}

    .question1 a.nav-link.active:after {
        display: none;
    }

.question-form {
    margin: 30px 0 0;
}

.submit-icon {
    background-image: url(../img/new_theme/search-icon.png);
}

.radio, .checkbox1 {
    /* min-height: 50px;*/
    background-color: #F6F7F9;
    /* border-color: transparent; */
    border-radius: 14px !important;
    font-family: Montserrat;
    font-size: 17px;
    border: 1px solid #fff;
    font-style: normal;
    font-weight: 500;
    color: #757575;
    line-height: 21px;
    /* padding: 6px 21px; */
    position: relative;
    align-items: center;
    letter-spacing: -0.002em;
    text-align: left;
}

.to-do-wrapper button:first-letter {
    text-transform: capitalize;
}

.to-do-wrapper button {
    text-transform: initial;
}

input[type=checkbox], input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background-color: transparent;
}

.radio [type="radio"]:checked, .radio [type="radio"]:not(:checked), .checkbox1 [type="checkbox"]:checked, .checkbox1 [type="checkbox"]:not(:checked) {
    position: absolute;
    left: 16px;
    top: 36%;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

    .radio [type="radio"]:checked:before, .radio [type="radio"]:not(:checked):before, .checkbox1 [type="checkbox"]:checked:before, .checkbox1 [type="checkbox"]:not(:checked):before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 15px;
        height: 15px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .radio [type="radio"]:checked:before {
        background-image: url(../img/new_theme/radio-checked.png);
    }

    .radio [type="radio"]:not(:checked):before {
        background-image: url(../img/new_theme/radio-icon.png);
    }

    .checkbox1 [type="checkbox"]:checked:before {
        background-image: url(../img/new_theme/checkbox-checked.png);
    }

    .checkbox1 [type="checkbox"]:not(:checked):before {
        background-image: url(../img/new_theme/checkbox-icon.png);
    }

.input-group.checkbox1 span {
    width: 90%;
}

.input-group.radio:not(:first-child), .input-group.checkbox1:not(:first-child) {
    margin-top: 10px;
}

.question-form .form-outline {
    margin-bottom: 68px;
}

.border-green {
    border-color: #5BBC2E !important;
    /* border: 1px solid #5BBC2E; */
}

textarea {
    min-height: 100px;
    background-color: #F6F7F9 !important;
    border-color: transparent;
    border-radius: 14px !important;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    width: 100%;
    color: #AEAFB1;
    resize: none;
    line-height: 21px;
    padding: 6px 21px;
    letter-spacing: -0.002em;
    text-align: left;
}

.mt-30 {
    margin-top: 30px;
}

.previous-next {
    margin-top: 10px;
}

    .previous-next button {
        margin: 0 25px;
    }

.search-listing {
    position: absolute;
    top: 100%;
    padding: 0 10px;
    border: 2px solid #F6F7F9;
    border-radius: 14px;
    background-color: #fff;
    left: 0;
    display: none;
    right: 0;
    z-index: 99;
}

.search-listing1 {
    position: static;
    top: 100%;
    padding: 0 10px;
    border: 2px solid #F6F7F9;
    border-radius: 14px;
    background-color: #fff;
    left: 0;
    /* display: none; */
    right: 0;
    z-index: 99;
}

.search-listing ul {
    margin: 0;
    padding: 0;
}

    .search-listing ul li, .search-listing1 ul li {
        /* margin:0 0 10px; */
        padding: 10px 0;
    }

h4.p-green-txt {
    font-size: 20px;
}

.submit p:not(:first-child) {
    margin-top: 15px;
}

.view-pdf {
    margin-top: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .view-pdf p {
        margin-right: 13px;
    }

ul.submit-back {
    display: flex;
    justify-content: center;
    margin: 56px 0 0;
}

    ul.submit-back li {
        margin: 0 25px;
    }

.view-pdf:hover {
    text-decoration: none;
}
/***********************************************contact us css***********************************************/

.form_descrptions h3 {
    font-family: 'Montserrat';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.002em;
    text-align: center;
    color: #5BBC2E;
}

.form_descrptions p {
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.002em;
    text-align: center;
}

.form-contacts {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 5%);
    border-radius: 14px;
    padding: 30px 132px 59px;
    margin-top: 29px;
}

.form_descrptions p {
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.002em;
    text-align: center;
    margin-top: 30px;
    color: #757575;
}

.button-send {
    width: 164px;
    height: 46px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.002em;
    margin-top: 27px;
}

.contact_us #name {
    margin-top: 19px;
    margin-bottom: 0px;
}
/* .contact_popup_content {
    max-width: 787px;
    min-height: 397px;
    background: #fff;
    border-radius: 14px;
} */
.contact_popup_content p {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.002em;
    margin-top: 18px;
}

.continue-btn {
    height: 45px;
    width: 160px;
    border-radius: 14px;
    background: #5BBC2E;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.002em;
    text-align: center;
    color: #FFFFFF;
    margin-top: 101px;
}

img.captcha {
    max-width: 100%;
}

/* covid vacination dose */

.manufacture .input-hidden {
    position: absolute;
    left: -9999px;
}

.radioinput-group {
    /*  display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0 0;*/
    display: flex;
    /* justify-content: flex-start; */
    /* align-items: center; */
    margin: 20px px 0 0;
    align-items: flex-start;
    justify-content: center;
}

.labelNonImageRadio {
    border-radius: 14px;
    text-align: left !important;
    display: flex;
    cursor: pointer;
    min-width: 186px !important;
    min-height: 50px !important;
    justify-content: left !important;
    align-items: center;
    border: none !important;
    min-height: 101px;
}



.radioinput-group label {
    /*border: 2px solid rgba(117,117,117,0.3);*/
    /*border-radius: 14px;*/
    text-align: center;
    display: flex;
    cursor: pointer;
    min-width: 186px;
    min-height: 101px;
    justify-content: center;
    align-items: center;
}

.padding-7 {
    padding-left: 7px;
    padding-right: 7px;
}

.input-inner {
    margin-bottom: 36px;
}

.text-30 {
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    color: #5BBC2E;
    letter-spacing: -0.002em;
    text-align: center;
    margin: 0;
}

.mb-30 {
    margin-bottom: 30px;
}

.w-90 {
    width: 90%;
}

.covid-dose .drag-drop-wrapper {
    position: relative;
    width: 60%;
    margin: 0 auto;
}

.button-outer {
    margin: 80px 0 0;
    display: flex;
    justify-content: center;
}

    .button-outer button {
        margin: 0 25px;
    }

.covid-dose .form-wrapper {
    margin-top: 30px;
    padding-top: 30px;
}

.filter img, .filter p {
    filter: grayscale(0) !important;
    opacity: 1 !important;
}

.radioinput-group input[type=radio]:checked + label > img, .radioinput-group input[type=radio]:checked + label + p {
    filter: grayscale(0);
    opacity: 1;
}

.radioinput-group input[type=radio]:not(:checked) + label > img, .radioinput-group input[type=radio]:not(:checked) + label + p {
    filter: grayscale(1);
    opacity: 0.3;
}

.search-border {
    margin: 10px 0 0;
    border: 1px solid #5BBC2E;
    background-color: #F6F7F9;
}
/* .manufacture input[type=radio] + label>img, .manufacture input[type=radio] + label + p{
    filter: grayscale(0);
    opacity: 1;
  } */
.weight-in-pounds:first-child:before {
    content: "";
    position: absolute;
    background: #5BBC2E;
    width: 2px;
    right: 0;
    top: -10px;
    bottom: -10px;
}

.weight-in-pounds {
    padding: 0 11px;
    position: relative;
}

    .weight-in-pounds:first-child {
        padding-left: 0;
    }

    .weight-in-pounds:last-child {
        padding-right: 0;
    }

.radio-3 li {
    width: 30px;
    text-align: center;
    min-height: 14px;
}

.radio-3 ul {
    margin: 0;
    justify-content: center;
}

.radio-3 li input[type="radio"] {
    position: static !important;
}

    .radio-3 li input[type="radio"]:before {
        left: 11px !important;
    }

.radio-3 {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

    .radio-3 li input + span, .radio-3 li input + label {
        display: none;
        margin: 0;
    }

    .radio-3 i.fa.fa-info {
        color: #5BBC2E;
        font-size: 16px;
        margin: 0 0 0 6px;
        cursor: pointer;
    }

.yes-no li {
    margin: 0 6px;
    line-height: 18px;
}

    .yes-no li:last-child {
        margin-right: 0;
    }

.yes-no ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    max-width: 107px;
    align-items: center;
}

.input-group.radio.radio-3 {
    padding: 6px 14px 6px 21px;
    min-height: 50px;
}

.yes-no {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    padding: 0 7px 0 0;
}

.semi-bold {
    font-weight: 500;
}

.completed .view-pdf {
    margin: 0;
}

.reports {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
}

input.upload-file {
    opacity: 0;
    position: absolute;
    left: 0;
    cursor: pointer;
}

.upload-profile .form-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.reports a {
    margin: 0 15px;
}

.text {
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.002em;
    text-align: center;
    color: #5BBC2E;
}

.icon-margin-left {
    margin-left: 13px;
}

a:hover {
    color: #5BBC2E;
}

.font-weight-500 {
    font-weight: 500;
}

.reports + div {
    margin-top: 80px;
}

    .reports + div + p {
        margin-top: 20px;
        padding: 0 18%;
    }

.completed .form-wrapper {
    padding-top: 30px;
    margin-top: 30px;
}
/* .covid-dose .search-listing {
    max-width: 142px;
} */
.type-msg textarea {
    min-height: auto;
    max-height: 120px;
    background-color: transparent !important;
    padding: 0 10px;
    border: none;
    overflow: auto;
    margin-right: 5px;
}

    .type-msg textarea:hover, .type-msg textarea:focus {
        border: none;
    }

.msg-txt-wrapper {
    display: flex;
    position: relative;
    align-items: flex-end;
    justify-content: space-between;
}

.msg-txt-wrapper {
    border: 4px solid #5bbc2e;
    border-radius: 14px;
    padding: 10px;
    /* min-height: 51px;*/
    display: flex;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
/* .type-msg textarea::-webkit-scrollbar {
    display: none;
  } */
/*
.scrollbar
{
	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
} */

#divmsg::-webkit-scrollbar-track, .divmsg-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 4px;
}

#divmsg::-webkit-scrollbar, .divmsg-scrollbar::-webkit-scrollbar {
    width: 8px;
    background-color: #757575;
    border-radius: 4px;
}

#divmsg::-webkit-scrollbar-thumb, .divmsg-scrollbar::-webkit-scrollbar-thumb {
    background-color: #757575;
    border-radius: 4px;
}

.mt-10 {
    margin-top: 10px;
}

.clickable {
    width: 100%;
    cursor: pointer;
    font-family: Montserrat;
    min-height: 50px;
    /* padding:9px 36px 9px 0; */
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.002em;
    text-align: left;
    color: #757575;
    margin: 0;
    padding: 0 0 0 45px;
    display: flex;
    align-items: center;
}

/*label.clickable:before {
    content: "";
    left: 42px;
    width: 6px;
    top: 0;
    bottom: 0;
    position: absolute;
    background: #fff;
}*/

.w-70 {
    width: 70%;
}

.close-popup {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5BBC2E;
    border-radius: 10px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.font-30 {
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -0.002em;
    text-align: center;
    color: #5BBC2E;
}

.link-txt {
    color: #5BBC2E;
}

.end .form-wrapper {
    padding: 70px 44px;
}

.align-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
}

.close-2#boxclose {
    right: 0;
    top: 7px;
}

.report-boxes a {
    color: #757575;
    font-weight: 500;
    border: 2px solid #65af34;
    padding: 8px 16px;
    /* margin: 0 26px; */
    min-height: 76px;
    justify-content: space-between;
    align-items: center;
    border-radius: 11px;
}

.report-bottom-text {
    margin: 36px 0 0;
    color: #a9a9a9;
}

.report-icon1 {
    width: 40px;
}

.learn-more .report-icon1 {
    width: 32px;
}

.report-bottom-text a {
    color: #5BBC2E;
}

.report-upload {
    margin: 51px 0 0;
    /* padding: 0; */
}

.report-boxes a span {
    width: 80%;
    font-weight: 600;
}

.report-boxes p {
    margin: 16px 0;
}
/* .report-boxes a:first-child{
    margin: 0 8px 0 0;
} */

.report-boxes a img {
    margin-left: 20px;
}

input.kg {
    background: transparent;
    border: none;
    width: 100%;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.manufacture {
    display: flex;
    flex-direction: column;
}

/* .manufacture > label {
        padding: 0 12px;
        margin: 0;
    }*/

.hide-show {
    opacity: 0;
}

.modal-dialog.popup-content.warning {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.buttons-outer {
    display: inline-flex;
    justify-content: center;
}

    .buttons-outer .button {
        margin: 0 4px;
    }

.modal-dialog.popup-content.warning {
    padding: 30px 4px;
}

.right-align {
    /* float: right; */
    justify-content: flex-end;
}

.close-1 {
    display: none;
}

#userdetails {
    display: none;
}

.user-popup .edit-profile {
    color: #989898;
    font-weight: 500;
    text-transform: inherit !important;
    margin: 0;
}

.user-popup .nav-link {
    margin-top: 26px !important;
}

.nice-select .list {
    max-height: 200px;
    overflow: auto;
}

    .nice-select .list::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
        border-radius: 4px;
    }

    .nice-select .list::-webkit-scrollbar {
        width: 8px;
        background-color: #757575;
        border-radius: 4px;
    }

    .nice-select .list::-webkit-scrollbar-thumb {
        background-color: #5BBC2E;
        border-radius: 4px;
    }

.mb-10 {
    margin-bottom: 10px !important;
}

.input-design {
    min-height: 50px;
    background-color: #F6F7F9;
    border-color: transparent;
    border-radius: 14px !important;
    font-family: Montserrat;
    font-size: 15px;
    border: 1px solid transparent;
    font-style: normal;
    font-weight: 500;
    color: #757575;
    line-height: 21px;
    padding: 6px 21px;
    position: relative;
    align-items: center;
    letter-spacing: -0.002em;
    text-align: left;
}

.daterangepicker .ranges li.active {
    background-color: #5BBC2E;
    color: #fff;
}

.shadow-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    max-width: 854px;
    padding: 30px;
    margin: 23px auto 0;
}

.click-to-cont {
    margin: 36px 0 0;
}

button.click-to-cont + p {
    margin: 16px 0 0;
}

.min-height {
    min-height: 200px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.error-txt {
    color: #E5707E !important;
}

.btn-danger {
    background-color: #E5707E;
    color: #fff;
    border: none;
}

.btn-outline-danger:hover {
    background-color: #E5707E;
}

.btn-outline-danger {
    border: 1px solid #E5707E;
}

.sideeffect-detail p {
    border-bottom: 1px solid #757575;
}

.sideeffect-detail li:last-child p {
    border-bottom: none;
}

.white-bg {
    background-color: #fff;
    color: #757575;
    border: 1px solid #9f9f9f;
    box-shadow: none;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
}

    .white-bg:hover {
        background-color: #5BBC2E;
        color: #fff;
        text-decoration: none;
    }

.added-side-effect {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

    .added-side-effect ul {
        display: flex;
    }

        .added-side-effect ul li {
            margin: 0 6px;
        }

            .added-side-effect ul li:last-child {
                margin-right: 0;
            }

    .added-side-effect .button-std {
        min-width: 100px;
        min-height: 40px;
    }

.added-wrapper p {
    padding: 0 20px 0 0;
}

.added-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
/* .added-wrapper p{
        width: 30%;
    } */
.details-wrapper ul {
    flex-direction: column;
    display: flex;
    margin: 0;
    padding: 0;
}

.details-wrapper {
    width: 100%;
    display: none;
    margin: 26px 0 0;
    border-left: 2px solid #DEE2E6;
    padding: 0 0 0 24px;
}

.w-30 {
    width: 30%;
}

.custom-a-tag {
    color: #65AF34;
    text-decoration: underline;
}

.extra-space {
    margin-bottom: 50px !important;
}

.seperator {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    margin-bottom: 25px !important;
}

.message-wrapper h4 + p {
    padding: 8px 0 0;
}

.vp-controls button:hover {
    background-color: #65af34 !important;
}


main {
    padding: 40px 0;
    min-height: calc(100vh - 236px);
}

/* New rules 16-8-21 */

.card-image {
    /* width: 222px; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.resources-sec {
    margin-top: 30px;
}

    .resources-sec .card {
        padding-top: 30px;
        border: 1px solid #ececec;
    }

        .resources-sec .card:hover {
            border-color: #5BBC2E;
        }

    .resources-sec a:hover, .blog-sec a:hover {
        text-decoration: none;
    }

.card-title {
    font-size: 18px;
    color: #5BBC2E;
}

.card figure {
    margin: 0 auto;
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
    width: 80%;
    object-fit: cover;
}

.resources-sec.form-wrapper, .blog-sec.form-wrapper {
    padding: 24px 9px;
}

figure {
    overflow: hidden;
}

.blog-sec figure {
    height: 350px;
    border-radius: 5px;
}

.card-body .button {
    margin-top: 21px;
    font-weight: 500;
}

.blog-sec .card-wrapper {
    margin-bottom: 30px;
}

.pagination {
    justify-content: flex-end;
}

.page-item.active .page-link {
    background-color: #5BBC2E;
    border-color: #5BBC2E;
}

.page-link {
    color: #8d9788;
}

    .page-link:focus {
        box-shadow: none;
    }

.guide-list {
    margin-top: 32px;
}

    .guide-list li:not(:last-child) {
        margin: 0 0 14px;
    }

.vacciene figure {
    border: 2px solid rgba(117,117,117,0.3);
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px;
    border-radius: 14px;
}

    .vacciene figure img {
        width: 100px;
        height: 65px;
    }

.vacciene-wrapper .col-md-3 {
    margin: 0 0 30px;
}

.vacciene-wrapper a:hover {
    text-decoration: none;
}

#date-author p {
    margin-right: 16px;
}

#date-author {
    margin-bottom: 18px;
}

.vacciene-modal li {
    margin: 0 6px;
}

.vacciene-title {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 37px;
    letter-spacing: -0.002em;
    color: #5BBC2E;
}

.vacciene-modal .form-wrapper {
    padding: 48px 32px;
}

.vacciene-modal p {
    margin-top: 12px;
}

.video-wrapper iframe {
    width: 100%;
    min-height: 320px;
    height: 100%;
}

.videos .card-body {
    padding-left: 0;
}

.videos .card-wrapper {
    margin-bottom: 21px;
}

.video-sec.form-wrapper {
    padding: 27px 11px;
}

.page-link:hover {
    color: #5BBC2E;
}

#medicineTable {
    width: 100%;
    display: block;
}

    #medicineTable table {
        margin-top: 10px;
    }

    #medicineTable tr td {
        color: #757575;
        font-size: 15px;
        font-weight: 500;
    }

    #medicineTable tr th {
        color: #757575;
        font-size: 15px;
        font-weight: 600;
    }

    #medicineTable .table-bordered td, #medicineTable .table-bordered tr, #medicineTable .table-bordered th {
        border: 1px solid #dee2e6;
    }

    #medicineTable .table-responsive::-webkit-scrollbar {
        -webkit-appearance: none;
    }

.table-responsive::-webkit-scrollbar:horizontal {
    height: 10px;
}

#medicineTable .table-responsive::-webkit-scrollbar-thumb {
    background-color: #757575;
    border-radius: 10px;
    border: 2px solid #ffffff;
}

#medicineTable .table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

#medicineTable thead th:nth-child(1) {
    border-right: unset;
}

#medicineTable thead th:nth-child(2) {
    border-left: unset;
}

@media only screen and (min-width:1700px) {
    #medicineTable .table-responsive {
        display: table;
    }
}

@media only screen and (max-width:767px) {
    #medicineTable tr.frequency td:nth-child(2) {
        display: none;
    }

    .table {
        width: 600px;
    }

    #medicineTable {
        padding: 0 15px;
    }

        #medicineTable th:nth-child(2) {
            display: none;
        }
}

.font-weight-900 {
    font-weight: 900 !important;
}

main {
    padding: 40px 0;
    min-height: calc(100vh - 236px);
}

/* New rules 16-8-21 */

.card-image {
    /* width: 222px; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.resources-sec {
    margin-top: 30px;
}

    .resources-sec .card {
        padding-top: 30px;
        border: 1px solid #ececec;
    }

        .resources-sec .card:hover {
            border-color: #5BBC2E;
        }

    .resources-sec a:hover, .blog-sec a:hover {
        text-decoration: none;
    }

.card-title {
    font-size: 18px;
    color: #5BBC2E;
}

.card figure {
    margin: 0 auto;
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
    width: 80%;
    object-fit: cover;
}

.resources-sec.form-wrapper, .blog-sec.form-wrapper {
    padding: 24px 9px;
}

figure {
    overflow: hidden;
}

.blog-sec figure {
    height: 350px;
    border-radius: 5px;
}

.card-body .button {
    margin-top: 21px;
    font-weight: 500;
}

.blog-sec .card-wrapper {
    margin-bottom: 30px;
}

.pagination {
    justify-content: flex-end;
}

.page-item.active .page-link {
    background-color: #5BBC2E;
    border-color: #5BBC2E;
}

.page-link {
    color: #8d9788;
}

    .page-link:focus {
        box-shadow: none;
    }

.guide-list {
    margin-top: 32px;
}

    .guide-list li:not(:last-child) {
        margin: 0 0 14px;
    }

.vacciene figure {
    border: 2px solid rgba(117,117,117,0.3);
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px;
    border-radius: 14px;
}

    .vacciene figure img {
        width: 100px;
        height: 65px;
    }

.vacciene-wrapper .col-md-3 {
    margin: 0 0 30px;
}

.vacciene-wrapper a:hover {
    text-decoration: none;
}

.footer-link {
    justify-content: unset;
}

footer ul {
    width: 88%;
}

@media only screen and (max-width: 767px) {
    footer ul {
        width: 100%;
    }
}

.NoButton_Unsubscribe {
    background-color: red;
}


.labelNonImageRadio {
    border-radius: 14px;
    text-align: left !important;
    display: flex;
    cursor: pointer;
    min-width: 186px !important;
    min-height: 50px !important;
    justify-content: left !important;
    align-items: center;
    border: none !important;
    min-height: 101px;
}

/*svg {
    stroke: transparent;
    stroke-width: 0px;
}*/

.ForceBlur {
    filter: grayscale(1) !important;
    opacity: 0.3 !important;
}

.m-t-40 {
    margin-top: 40px;
}

span.backbtn, span.closebtn {
    position: absolute;
    top: 20px;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    color: #5BBC2E;
    left: 20px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 21px;
}

    span.backbtn:hover, span.closebtn:hover {
        text-decoration: underline;
        color: #5BBC2E;
    }

.btn-color-danger {
    background-color: #d33
}
