/*font*/

@font-face {
    font-family: 'Proxima Nova Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Proxima Nova Regular'), url('../font/ProximaNova-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Proxima Nova Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Proxima Nova Thin'), url('../font/ProximaNovaT-Thin.woff') format('woff');
}

@font-face {
    font-family: 'Proxima Nova Light';
    font-style: normal;
    font-weight: normal;
    src: local('Proxima Nova Light'), url('../font/ProximaNova-Light.woff') format('woff');
}

@font-face {
    font-family: 'Proxima Nova Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Proxima Nova Semibold'), url('../font/ProximaNova-Semibold.woff') format('woff');
}

@font-face {
    font-family: 'Proxima Nova Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Proxima Nova Bold'), url('../font/ProximaNova-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Proxima Nova Extrabold';
    font-style: normal;
    font-weight: normal;
    src: local('Proxima Nova Extrabold'), url('../font/ProximaNova-Extrabld.woff') format('woff');
}

@font-face {
    font-family: 'Proxima Nova Black';
    font-style: normal;
    font-weight: normal;
    src: local('Proxima Nova Black'), url('../font/ProximaNova-Black.woff') format('woff');
}

/*font*/

body {
    font-family: 'Proxima Nova Regular';
    font-size: 14px;
    color: #a7a7a7;
    word-break: break-word;
}

.bg-mob {
    min-height: 100vh;

    background: -moz-linear-gradient(to bottom, rgba(24, 114, 143, 1) 8%, rgba(91, 135, 147, 0.98) 31%, rgba(105, 173, 192, 0.96) 58%, rgba(105, 173, 192, 0.96) 63%, rgba(148, 200, 213, 0.95) 83%, rgba(179, 220, 229, 0.95) 97%);

    background: -webkit-linear-gradient(to bottom, rgba(24, 114, 143, 1) 8%, rgba(91, 135, 147, 0.98) 31%, rgba(105, 173, 192, 0.96) 58%, rgba(105, 173, 192, 0.96) 63%, rgba(148, 200, 213, 0.95) 83%, rgba(179, 220, 229, 0.95) 97%);

    background: linear-gradient(to bottom, rgba(24, 114, 143, 1) 8%, rgba(91, 135, 147, 0.98) 31%, rgba(105, 173, 192, 0.96) 58%, rgba(105, 173, 192, 0.96) 63%, rgba(148, 200, 213, 0.95) 83%, rgba(179, 220, 229, 0.95) 97%);

}

.login-bg {
    background-image: url("../img/bg1.jpg");
    background-repeat: no-repeat;
    background-size: auto;
}

.login-main-container {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 85%;
    border-radius: 10px;
    overflow: hidden;
}

.center {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.center-login-logo {
    width: 55%;
}

/*.welcome-container {*/
/*min-height: 349px;*/
/*}*/

.bg-theme {
    background: #18728f;
}

a {
    color: #18728f;
}

.bg-white {
    background: white;
}

.text-white {
    color: white;
}

.text-d-grey {
    color: #676767;
}

.bold {
    font-weight: 600;
}

/*input*/

.col-3 {
    /*float: left;*/
    /*width: 27.33%;*/
    /*margin: 40px 3%;*/
    position: relative;
    text-align: left;
}

input[type="email"], input[type="password"] {
    color: #333;
    width: 100%;
    height: 42px;
    border: 1px solid #33333361;
    box-sizing: border-box;
    letter-spacing: 1px;
    border-radius: 5px;
    outline: none;
    padding: 13px 15px;
}

.login-field-container input[type="text"],
.login-field-container input[type="password"],
.login-field-container input[type="text"]:disabled,
.login-field-container input[type="password"]:disabled {
    color: #333;
    width: 100%;
    height: 42px;
    border: 1px solid #33333361;
    box-sizing: border-box;
    letter-spacing: 1px;
    border-radius: 5px;
    outline: none;
    padding: 13px 15px;
    background-color: white;
}

input[type="email"], input[type="password"] {
    color: #333;
    width: 100%;
    height: 42px;
    border: 1px solid #33333361;
    box-sizing: border-box;
    letter-spacing: 1px;
    border-radius: 5px;
    outline: none;
    padding: 13px 15px;
}

.suggest-modal input {
    color: #333;
    width: 100%;
    height: 42px;
    border: 1px solid #33333361;
    box-sizing: border-box;
    letter-spacing: 1px;
    border-radius: 5px;
    outline: none;
    padding: 13px 15px;
}

.login-btn {
    background: #18728f;
    border: none;
    color: white;
    padding: 8px 55px;
    font-size: 15px;
    letter-spacing: 0.8px;
}

.effect-20 ~ label {
    position: absolute;
    left: 14px;
    width: 100%;
    top: 10px;
    font-weight: 400;
    font-size: 14.8px;
    color: #aaa;
    transition: 0.3s;
    z-index: 0;
    pointer-events: none;
    letter-spacing: 0.5px;
}

.effect-20:focus ~ label,
.has-content.effect-20 ~ label {
    top: -10px;
    left: 12px;
    font-size: 14px;
    color: #18728f;
    transition: 0.3s;
    width: unset;
    background: white;
    padding: 0 3px;
}

/*input*/

.social-button {
    border: none;
    padding: 7px 20px;
    background: white;
    box-shadow: 1px 1px 5px 2px #00000021;
    display: inline-block;
    margin-top: 15px;
}

.social-button img {
    width: 20px;
    margin-right: 12px;
    box-sizing: border-box;
}

.header-main-container {
    background: #18728f;
    width: 100%;
}

.header-logo {
    width: 40%;
    margin: 20px 0;
}

.home-menu-tab-container {
    padding: 0 15px;
}

.home-tab-container {
    padding: 10px 10px 10px 20px !important;
}

.home-tab-container img {
    width: 173px;
    margin-top: 16px;
}

.prime-text {
    position: absolute;
    z-index: 1;
    right: 34px;
    bottom: 17px;
}

.get-text {
    position: absolute;
    z-index: 1;
    top: 13px;
    left: 29px;
}

.home-tab-container img {
    position: relative;
}

.home-tab-container img::before {
    content: "Get";
    /*position: absolute;*/
}

.home-tab-container img::after {
    /*content: "Prime";*/
    content: "Read this -";

    /*position: absolute;*/
}

.col-half-offset {
    margin-left: 4.166666667%
}

.home-content-items {
    width: 33.33%;
    float: left;
    margin-bottom: 25px;
    opacity: 0.8;
}

.home-content-items:hover {
    opacity: 1;
    text-decoration: none;
}

.home-content-items img {
    width: 25%;
}

.home-content-item-text {
    font-size: 13px;
    color: #18728f;
    margin: 12px 0 0px 0;
    font-weight: 600;
    letter-spacing: 0.8px;
}

.home-bottom-banner {
    width: 40%;
    margin: 0 auto;
}

.pay-success-img {
    width: 60%;
    margin: 0px 29px 10px 35px;
}

.prime-pay-success-modal .modal-body {
    padding: 35px;
}

.header-text-1 {
    font-size: 25px;
    color: #18728f;
    font-weight: 600;
}

.color-text-1 {
    color: #18728f;
}

.main-header-text {
    font-size: 18px;
    font-weight: 600;
    color: #18728f;
    margin: 10px 0 30px 0;
}

.sub-heading {
    font-size: 17px;
    color: #6d6d6d;
    margin: 0px 0 5px 0;
    font-family: 'Proxima Nova Semibold';
}

.content-text {

}

.search-content {
    border: 1px solid #33333361;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}

.gallery-img-container {
    position: relative;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 15px;
}

.gallery-img-text {
    position: absolute;
    bottom: 0;
    margin: 0px;
    padding: 4px 1px;
    width: 100%;
    background: #ffffff70;
    color: #2f2f2f;
}

.prime-modal-content-wrapper {
    width: fit-content;
    margin: 0 auto 40px auto;
}

.prime-modal-content {
    position: relative;
    height: 85px;
    width: 85px;
    border-radius: 10px;
    display: inline-block;
    margin: 4px 4px;
}

.prime-modal-content img {
    width: 50%;
}

.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 5px 1px;
    background: #d6d6d600;
    display: block;
    border: 1px solid #6d6d6d;
}

.owl-theme .owl-dots {
    transform: translate(-50%, 0%);
    position: absolute;
    left: 50%;
    bottom: 0;
}

.home-menu-tab-container li {
    width: 50%;
    float: left;
    padding: 4px;
    text-align: center;
}

.pharmacy-content li {
    width: 100%;
    word-break: break-word;
    padding: 0 !important;
}

.home-menu-tab-container li:nth-child( odd ) {
    padding: 4px 0 4px 4px;

}

.home-menu-tab-container li:nth-child( even ) {
    padding: 4px 4px 4px 0;
}

.home-menu-tab-container li + li {
    margin-top: 0;
}

.home-menu-tab-container li a {
    padding: 15px;
    background: white;
}

.home-content-section-container {
    padding: 25px;
    box-shadow: 0 0 6px #00000042;
    border-radius: 4px;
    margin-top: 4px;
    background: white;
    margin-bottom: 25px;
}

.mob-home-carousel {
    border-radius: 5px !important;
    overflow: hidden !important;
    margin-bottom: 4px !important;
}

.mob-home-tab img {
    width: 35%;
    margin-bottom: 14px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 200px;
}

.home-content-container .nav-pills > li.active > a,
.home-content-container .nav-pills > li.active > a:focus,
.home-content-container .nav-pills > li.active > a:hover {
    color: #187390;
    background-color: white;
    box-shadow: 0 0 16px 7px #18728f;
    z-index: -1;
}

.prime-modal .modal-content {
    background-color: #18728f;
    border: none;
    border-radius: 6px;
}

.custom-btn {
    padding: 10px 30px;
    background: #17728f;
    font-size: 15px;
    color: white;
    letter-spacing: 0.5px;
    font-family: 'Proxima Nova Semibold';
}

.custom-form label {
    font-weight: 100;
    color: #5f5f5f;
    font-size: 15px;
    margin: 0;
}

.custom-form select {
    height: 40px;
    color: #949494;
}

.form-control:focus {
    border-color: #17728f;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(23, 114, 143, 0.59);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(23, 114, 143, 0.5);
}

.selectize-input {
    min-height: 40px;
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.selectize-input input {
    color: #949494;
}

.stroke {
    transform: translate(-50%, 0);
    height: 150%;
    width: 2px;
    position: absolute;
    left: 50%;
    top: -100px;
    z-index: 99999;
    opacity: 0.6;
}

.heart-icon-container {
    position: absolute;
    right: 15px;
    top: 0;
}

.liked label {
    color: #e2264d;
    font-size: 20px;
    cursor: pointer;
}

.disliked label {
    color: #aab8c2;
    font-size: 20px;
    cursor: pointer;
}

.log-out-btn {
    float: right;
    color: white;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.7;
}

.log-out-btn:focus, .log-out-btn:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 1;
}

.gallery-img {
    width: 100%;
    height: 170px;
}

/* width */
::-webkit-scrollbar {
    width: 0;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    /*border-radius: 10px;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #afafaf;
    /*border-radius: 10px;*/
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #8d8d8d;
}

.overflow-h {
    overflow: hidden;
}

/*new*/
.pharmacy-btn-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    background: white;
    padding: 15px 0 0 0;
}

.home-menu-tab-container .nav-stacked li {
    display: none;
}

.log-out-btn {
    display: none;
}

.sidenav a.active {
    text-shadow: 2px 4px 12px black;
    color: black;
}

.c-font-18 {
    font-size: 15px !important;
}

.heart-icon-container {
    position: absolute;
    right: 15px;
    top: 0;
}

[id='toggle-heart'] {
    position: absolute;
    left: -100vw;
}

[id='toggle-heart']:checked + label {
    color: #e2264d;
}

[for='toggle-heart'] {
    color: #aab8c2;
    font-size: 32px;
    cursor: pointer;
}

.pharmacy-content ul {
    margin: 0;
    padding: 0;
}

.pharmacy-content ul li {
    list-style: none;
}

.pharmacy-content ul li a {
    text-decoration: none;
    display: block;
    padding: 0;
}

.p-relative {
    position: relative;
}

.search-btn input {
    padding: 13px 175px 13px 15px;
}

.search-btn a {
    padding: 10px 10px;
    background: #17728f;
    font-size: 15px;
    color: white;
    letter-spacing: 0.5px;
    font-family: 'Proxima Nova Semibold';
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.no-item-container {
    width: 60%;
    margin: 5px auto;
    padding: 15px;
    background: #e8e8e8;
    border: 1px solid #adadad8c;
    border-radius: 9px;
    color: #565656;
}

/*pricing*/

.pricing-main-container {
    padding: 20px;
    position: relative;
    border-radius: 8px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(251, 253, 252, 1) 3%, rgba(243, 249, 249, 1) 18%, rgba(230, 241, 243, 1) 38%, rgba(213, 230, 235, 1) 57%, rgba(193, 220, 227, 1) 83%, rgba(173, 207, 217, 1) 97%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(251, 253, 252, 1) 3%, rgba(243, 249, 249, 1) 18%, rgba(230, 241, 243, 1) 38%, rgba(213, 230, 235, 1) 57%, rgba(193, 220, 227, 1) 83%, rgba(173, 207, 217, 1) 97%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(251, 253, 252, 1) 3%, rgba(243, 249, 249, 1) 18%, rgba(230, 241, 243, 1) 38%, rgba(213, 230, 235, 1) 57%, rgba(193, 220, 227, 1) 83%, rgba(173, 207, 217, 1) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#adcfd9", GradientType=1);
    box-shadow: 0 0 3px 0 #716b6b85;

    vertical-align: middle;
    transform: translateZ(0);
    /*box-shadow: 0 0 1px rgba(0, 0, 0, 0);*/
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.pricing-main-container:hover .btn-default,
.pricing-main-container:focus .btn-default,
.pricing-main-container:active .btn-default {
    color: #fff;
    background-color: #17728f;

}

.pricing-modal .owl-theme .owl-dots {
    position: unset;
    transform: none;
}

.pricing-modal .owl-item {
    padding: 5px
}

.pricing-modal {
    top: 75px;
}

.price-text {
    font-size: 24px;
    margin: 13px 0 0 0;
}

.price-text span {
    font-size: 14px;
}

.pricing-content {
    height: 125px;
    margin: 35px 0;
    overflow-y: scroll;
}

.pricing-header {
    position: relative;
}

.save {
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    font-size: 9px;
    letter-spacing: 0.5px;
    background: #17728f;
    padding: 1.5px 6px;
    border-radius: 8px;
    color: white;
}

.pricing-footer .btn-default {
    color: #17728f;
    background-color: #fff;
    border-color: #ccc;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 21px;
    transition: 0.5s;;
}

/*pricing*/

.generate-otp {
    position: absolute;
    top: 0;
    right: 17px;
    text-decoration: none;
    line-height: 40px;
}

.messages {
    padding: 0;
    margin: 0;
    list-style: none;
}

.messages li {
    color: red;
}

.premium-ribbon {
    position: absolute;
    top: 0;
    right: 21px;
    width: 23px !important;
    height: 30px !important;
}

@media (min-width: 552px) {
    .center-login-logo {
        width: 25%;
    }

    .mob-home-tab img {
        width: 18%;
    }
}

@media (min-width: 992px) {

    .home-menu-tab-container li {
        width: 50%;
    }

    .liked label {
        font-size: 25px;
    }

    .disliked label {
        font-size: 25px;
    }

    .home-menu-tab-container .nav-stacked li {
        display: block;
    }

    .log-out-btn {
        display: block;
    }

    .sidenav-btn {
        display: none;
    }

    .main-header-text {
        font-size: 22px;
    }

    .c-font-18 {
        font-size: 18px !important;
    }

    .social-button {
        margin-left: 12px;
        display: unset;
        margin-top: 0;
    }

    .search-btn a {
        padding: 10px 30px;
    }

    .login-main-container {
        width: 800px;
        box-shadow: 0 0 6px 0px #00000054;
        display: inline-flex;
    }

    .bg-mob {
        background: none;
    }

    .login-bg {
        background-size: cover;
    }

    .header-main-container {
        position: fixed;
    }

    .home-menu-tab-container {
        padding: 0;
    }

    .home-content-items-container {
        margin-left: -20px;
        margin-right: -20px;
    }

    .center-login-logo {
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 55%;
        width: 60%;
    }

    .welcom-text {
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 45%;
    }

    .header-main-container {
        height: 10vh;
    }

    .header-logo {
        width: 12%;
        margin: 0;
    }

    .prime-modal-content {
        margin: 0 6px;
    }

    .home-menu-tab-container li {
        width: unset;
        float: none;
        padding: unset;
        text-align: unset;
    }

    .home-menu-tab-container li:nth-child( even ), .home-menu-tab-container li:nth-child( odd ) {
        padding: unset;
    }

    .center-nav-logo {
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%;
    }

    .header-main-container {
        position: relative;
        padding: 23px;
    }

    .home-content-container .nav-pills > li.active > a,
    .home-content-container .nav-pills > li.active > a:focus,
    .home-content-container .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: transparent !important;
        border: 1px solid #00000026 !important;
        box-shadow: 0 0 17px 0px #18728f7d !important;
    }

    .home-tab-container {
        background: #18728f !important;
        color: white !important;
    }

    .home-tab-container .nav > li > a:focus, .home-tab-container .nav > li > a:hover {
        text-decoration: none;
        background-color: #eee;
    }

    .home-content-container {
        height: 80vh;
        padding: 40px 0;
    }

    .home-content-items {
        width: 20%;
    }

    .home-content-item-text {
        font-size: 15px;
    }

    .home-content-container .nav-stacked > li > a {
        float: none;
        min-height: 13.2vh;
        margin-bottom: 3vh;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 0 6px #00000042;
    }

    .home-content-section-container {
        height: 80vh;
        border-radius: 16px;
        overflow-y: scroll;
        margin-top: 0;
        margin-bottom: 0;
    }

    .home-menu-tab {
        /* Internet Explorer 10 */
        display: -ms-flexbox !important;
        -ms-flex-pack: center;
        -ms-flex-align: center;

        /* Firefox */
        display: -moz-box !important;
        -moz-box-pack: center;
        -moz-box-align: center;

        /* Safari, Opera, and Chrome */
        display: -webkit-box !important;
        -webkit-box-pack: center;
        -webkit-box-align: center;

        /* W3C */
        display: box;
        box-pack: center;
        box-align: center;
    }

    .home-menu-tab-text {
        padding-left: 10px;
        font-size: 15px;
        color: #18728f;
        position: relative;
    }

    .home-menu-tab-text::before {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: -56px;
        top: -10px;
        height: -webkit-fill-available;
        width: 38px;
    }

    .home-tab-diagnose::before {
        background-image: url(../img/checkup.png);
    }

    .home-tab-disease::before {
        background-image: url(../img/virus.png);
    }

    .home-tab-pharmacy::before {
        background-image: url(../img/mix.png);
    }

    .home-tab-favourites::before {
        background-image: url(../img/favorite.png);
    }

    .home-tab-dictionary::before {
        background-image: url(../img/dict.png);
    }

    .modal-dialog {
        width: 650px;
        margin: unset !important;
        transform: translate(-50%, -50%) !important;
        position: absolute;
        left: 50%;
        top: 50%;
    }

    #tabs-3 {
        height: 100%;
        position: relative;
    }

    .pharmacy-left-content, .pharmacy-right-content {
        height: -webkit-fill-available;
        overflow: hidden;
    }

    .pharmacy-content {
        overflow-y: scroll;
        z-index: 9999999999;
        height: -webkit-fill-available;
    }

    .pharmacy-content li:last-child {
        margin-bottom: 250px;
    }

    .pricing-modal .modal-dialog {
        width: 750px;
    }

    .pricing-main-container:hover,
    .pricing-main-container:focus,
    .pricing-main-container:active {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
        z-index: 999;
        border: 1px solid #17728f;
    }

    .pricing-modal {
        top: 0;
    }
}

@media (min-width: 1023px) and (max-width: 1026px) {
    .home-content-container .nav-stacked > li > a {
        min-height: 6.5vh;
    }
}

@media (min-width: 1400px) {
    .home-content-container .nav-stacked > li > a {
        min-height: unset;
        padding: 30px;
    }

    .prime-text {
        bottom: 7px;
    }
}

@media (max-width: 320px) {
    .pricing-modal {
        top: 0;
    }

}