/*@import url('https://fonts.googleapis.com/css2?family=Hind:wght@500&family=PT+Sans+Narrow:wght@700&display=swap');*/
html
{
    scroll-behavior: smooth;
}
body{
    padding:0;
    font-family: 'helveticaregular';
}

/* common */
b{
    font-family: 'helveticabold', sans-serif;
}
.black{
    color:  #000000;
}
.white{
    color:#ffffff;
}
.red{
    color: #ef5018;;
}
.green {
    color: #0c4e9e;
}
.bg-sky{
    background-color: #f8fff8;
}
.bg-off{
    background-color: #f8f8f8;
}
a:hover{
    text-decoration: none;
}
.list-none{
    list-style: none;
}
h1 {
    font-size: 40px !important;
    letter-spacing: 0px !important;
    line-height: 1.1 !important;
    /* font-weight: 900 !important; */
    color: #ffffff !important;
    /*-webkit-text-stroke: 1px #ffffff;*/
    /* margin-top: -7%; */
    text-transform: uppercase;
}
p {
    line-height: 1.7;
}
.font-13{
    font-size: 13px;
}
.font-15{
    font-size:15px;
}
.font-17{
    font-size:17px;
}
.font-32{
    font-size: 25px;
    line-height: 1.4;
}
.font-45{
    font-size: 25px;
    line-height: 1.4;
}
.font-20{
    font-size: 20px;
}
.font-22{
    font-size: 18px;
}
.font-27 {
    font-size: 25px;
}
button:focus,.btn.focus, .btn:focus{
    outline:0;
     box-shadow: none;
}
ul.head {
    padding: 5px 0;
}

/* header */
/* top-header */
.top-header {
    background: #004686 !important;
    padding: 4px 0;
    position:relative;
}
/* .top-header:after {
    content: '';
    width: 0;
    height: 0;
    top: 0;
    border-left: 26px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 32px solid #3b9436;
    position: absolute;
    left: 0;
    right: -18%;
    margin: auto;
} */
.top-header a:hover{
    color: #ffffff;
}
.number-btn a {
    color: #ae0a13;
    text-decoration: none;
    padding: 9px 13px;
    font-weight: 700;
    border-radius: 7px;
    font-size: 15px;
    transition: all 0.3s linear;
    background-color: transparent;
    display: flex;
    align-items: center;
    font-size: 19px;
}

.navbar-brand img {
    width: 60%;
}
/* navbar */
.sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
    padding: 7px 0px !important;
    background-color: #ffffff !important;
    z-index: 999;
}
.sticky .navbar-brand img {
    width: 34%;
}
li.nav-item {
    margin: 0 4px;
}
nav.navbar.bg-light{
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 32%);
    padding: 5px 0px;
    background-color: #ffffff;
}
img.call-img {
    width: 18px;
    transform: rotate(41deg);
}
/* banner */
.banner-slider{
    height:527px;
    overflow: hidden;
}
.banner-slider img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.overlay{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color: rgba(0,0,0,0.4);
}
.banner-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-text h5 {
    font-size: 16px;
    line-height: 1.5;
}
/*.enquiry {*/
/*    background-color: #ffffff99;*/
/*    padding: 25px 18px;*/
/*    border-radius: 7px;*/
/*}*/
.enquiry {
    padding: 25px 18px;
    border-radius: 0;
}
img.img-fluid.bmnone {
    display: none;
}
.btn-theme {
    color: #ffffff;
    text-decoration: none;
    padding: 6px 29px;
    border-radius: 7px;
    font-size: 15px;
    transition: all 0.3s linear;
    background-color: #dc3545;
    display: flex;
    align-items: center;    
}
.vector{
    position: absolute;
    bottom: 0;
    left: 5%;
    right: 0;
    margin: auto;
    width: 22.4%;
    z-index: 9;
}
.enquiry .form-control {
    font-size: 14px;
    color: #495057;
    border-radius: 7px;
    border: 1px solid #495057;
}
.enquiry .form-group {
    margin-bottom: 10px;
}
.enquiry .form-control::-webkit-input-placeholder { /* Edge */
    color: #aeaeae;
}

.enquiry .form-control:-ms-input-placeholder { /* Internet Explorer */
    color: #aeaeae;
}

.enquiry .form-control::placeholder {
    color: #aeaeae;
}

/* medicine */
.medicine ul li{
    width:8%;
    text-align: center;
}

/* document */
.document li{
    margin-bottom: 15px;
}
.document li img{
    width:24px;
    height: 24px;
}

/* contact */
.contact,.pcd{
    background-color: #e2e9e1;
}
.contact .enquiry{
    background-color: #f8f9fa;
    border-radius: 16px;
    border: 2px solid #a5c9a3;
}
.contact .enquiry .form-control {
    border: 1px solid #a5c9a3;
    background-color: #ffffff !important;
}


/* about */

.about #accordion .btn-link{
    width: 100%;
    text-align: left;
    background-color: #004686;
    border: none;
    border-radius: 7px;
    text-decoration: none;
    color: #ffffff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 19px;
    padding: 8px 21px;
    font-weight: 700;
}
#accordion .btn-link.collapsed img{
    transform: rotate(178deg);
}
#accordion .btn-link img{
    width:12px;
}
.card-header{
    padding: 0 !important;
    border: none !important;  
}
.card {
    border: none !important;
    margin: 10px 0;
}

/* category */
section.category {
    background-image: url("../images/product_range_bg.jpg");
    background-size: cover;
}
.category li{
    display: flex;
    margin-bottom: 10px;
    align-items: flex-start;
}
.category ul{
    width:94%;
}

/* benefits */
.benefits #accordion .btn-link {
    width: 100%;
    text-align: left;
    background-color: #004686;
    border: none;
    border-radius: 7px;
    text-decoration: none;
    color: #ffffff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 19px;
    padding: 5px 18px 6px;
    font-weight: 700;
}
.benefits .card {
    margin: 0 0 22px;
}

/* pcd */
.pcd p{
    text-align: justify;
}
.get ul li{
    text-align: justify;
    margin-bottom: 15px;
}
#inpt img {
    width: 255px;
    height: 191px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*Product Slider*/
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    border: 1px solid #d4cccc;
    margin: 20px 0px;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

h4.heading4 {
    color: #ffc107;
    text-transform: uppercase;
    font-size: 18px;
    /* font-weight: 100; */
}

h2.productsheading {
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 25px;
}

.baner_inner h2
{
        /* font-size: 30px; */
        margin-top: 12px;
        /* font-family: 'helveticabold'; */
        /* text-transform: uppercase; */
        line-height: 32px !important;
        color: #ffc107 !important;
        /* line-height: normal; */
        font-size: 28px !important;
        text-transform: uppercase;
        font-family: system-ui;
        /* font-weight: bold;*/
    
}

p.paragraphstart {
    text-align: justify;
    font-size: 15px;
}


/* -------------media-------------------- */
@media only screen and (min-width:1201px){
    .number-btn a {
 
    font-size: 19px;
}
    .medicine ul li {
        width: 10%;
    }
       .navbar-light .navbar-brand {
    width: 24%;
}
.navbar-brand img {
    width: 83% !important;
}
}

@media only screen and (min-width:1024px) and (max-width:1200px){
    .navbar-light .navbar-brand {
    width: 25%;
}
    .font-27 {
        font-size: 19px;
    }
    .font-22 {
        font-size: 17px;
    }
    h1 {
        font-size: 53px;
    }
    .medicine ul li {
        width: 12%;
    }
    .category ul {
        width: 100%;
    }        
}
@media only screen and (min-width:768px) and (max-width:1023px){
    #my-welcome-message {
        width: 70% !important;
        left: 0 !important;
        right: 0 !important;
        top: 20% !important;
        margin: auto !important;
        padding: 20px 2%;
    }
    .top-header:after{
        display: none;
    }
    h1 {
        font-size: 35px;
    }
    .banner .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    } 
    .banner .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }     
    .banner {
        height: 400px;
    }
    .banner img{
        width:100%;
        height: 100%;
        object-fit: cover;
    }
    .font-22 {
        font-size: 16px;
    }
    .medicine ul li {
        width: 13%;
    }
    .font-45 {
        font-size: 30px;
    }
    .font-32 {
        font-size: 20px;
    }
    .about .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }    
    .about #accordion .btn-link {
        font-size: 17px;
    }    
    .category ul {
        width: 100%;
    }
    .contact .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .font-27 {
        font-size: 19px;
    }
    .vector {
        height: auto !important;
        width: 28% !important;
        object-fit: contain !important;
        left: -10% !important;
    }
}
@media only screen and (max-width:767px){
    .mob-sec{
    display:block !important;

}

.innerbanner_enquire h4 {
    color: #f5f5f5;
    text-transform: uppercase;
    font-size: 15px;
}


.desk{
    display:none !important;
}
.banner-text {
    position: static;

    background-image: none !important;
    padding: 0 !important;
}
.banner-text > .container {
    margin: 0 !important;
    padding: -3px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.steps_outer.innerbanner_enquire.slide.right-enter{
    display:block !important;
}
    #my-welcome-message {
        width: 90%  !important;
        left: 0 !important;
        right: 0 !important;
        top: 20% !important;
        margin: auto !important;
        padding: 20px 2%;
    }
    .document li img {
        width: 19px;
        height: 19px;
        margin-right: 12px !important;
    }
    h1 {
        font-size: 17px;
        margin-top: -30%;
        color: #ffffff !important;
        -webkit-text-stroke: transparent;
        letter-spacing: 0 !important;
    }
    .font-27 {
        font-size: 22px;
    }
    .font-22 {
        font-size: 17px;
    }
        .enquiry {
        margin-top: 0;
        padding: 0;
    }
    br{
        display: none;
    }
    .top-header:after{
        display: none;
    }
    .top-header {
        background:  #ef5018;
    }
    .top-header  ul{
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 15px !important;
    }
    .vector{
        display: none;
    }
    .banner {
        height: 100%;
    }
    .banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .banner-text {
        position: relative !important;
    }
    .medicine ul{
        justify-content: flex-start !important;
    }
    .medicine ul li {
        width: 25%;
        padding: 0 16px;
        margin-bottom: 15px;
    }
    .font-45 {
        font-size: 25px;
    }
    .font-32 {
        font-size: 22px;
    }
    .about #accordion{
        margin-top:25px !important;
    }
    .about #accordion .btn-link {
        font-size: 17px;
    }
    .category ul {
        width: 100%;
    }
    section.top-phrama {
        margin-bottom: 40px;
    }
    .navbar .container{
        flex-wrap: wrap !important;
        padding: 0 16px !important;
    }
    .navbar-brand {
        width: 50%;
    }
    .number-btn a {
        color: #387c2b;
        padding: 6px 20px;
    }
    .navbar-brand img {
        width: 100%;
    }
}
@media only screen and (max-width:500px){
    h1 {
        margin-top: -37% !important;
    }
    .medicine ul li {
        width: 33.33% !important;       
    }
    .medicine ul{
        justify-content: space-between !important;
    }
    .mobilefixed {
    display: block!important;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99999;
}
.mobilefixed {
    background: #387c2b;
    width: 100%;
}
.mobilefixed button.btn.btn-primary {
    background: #387c2b;
    border: 0;
    width: 100%;
    padding: 10px;
    border-radius: 0;
}
.mobilefixed form.mt-4 {
    margin: 0!important;
}
.mbviewnone
{
    display:none;
}
.number-btn
{
    display:none;
}
img.img-fluid.bdnone {
    display: none;
}
img.img-fluid.bmnone {
    display: block;
}
}

#fvpp-blackout {
    display: none;
    z-index: 499;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

#my-welcome-message {
    display: none;
    z-index: 500;
    position: fixed;
    width: 36%;
    left: 30%;
    top: 20%;
    padding: 20px 2%;
    font-family: Calibri, Arial, sans-serif;
    background: #FFF;
}

#fvpp-close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

#fvpp-dialog h2 {
    font-size: 2em;
    margin: 0;
}
#fvpp-dialog p {
    margin: 0;
}

/* 22nd oct */
#my-welcome-message img{
    width: 54%;
    margin-bottom: 20px;
}

[aria-expanded="true"] .add-img{
    display: none;
  }
  [aria-expanded="true"] .minus-img{
    display: block;
  }
  [aria-expanded="false"] .minus-img{
    display: none;
  }
  [aria-expanded="false"] .add-img{
    display: block;
  }
  .footer-form {
    position: fixed;
    right: 0px;
    bottom: 0;
    z-index: 1000;
    width: 23%;
}
.footer-form .heading-look {
    background: #ae0a13;
    text-align: center;
    display: block;
    cursor: pointer;
    padding: 4px 0;
    color: #ffffff;
    font-size: 19px;
    transition: all 0.5s linear;
}
div#mini_contact_form {
    padding: 8px;
    background: white;
}
.footer-form form {
    border: 1px solid #cccccc;
    padding: 20px 13px;
}
.enquiry-form input, .enquiry-form textarea {
    margin-top: 12px;
    padding: 3px 6px;
    font-size: 13px;
}
.footer-form form input {
    width: 100%;
}
.btn-info {
    color: #fff;
    background-color: #ff7c19 !important;
    border-color: #ff7c19 !important;
    font-size: 14px !important;
    padding: 5px 23px 6px !important;
    transition: all 0.5s linear;
    box-shadow: none !important;
}
.form-control {
    border: 1px solid #767676;
}
.navbar-nav {
    justify-content: end !important;
}
    .nav-link.active {
    font-weight: bold !important;
    color: #387c2b !important;
    letter-spacing: 0.6px;
}
    .navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.4px;
}
@media only screen and (max-width: 767px) {
    li.nav-item {
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #dedfe0;
        padding: 5px 0;
    }
    .footer-form {
        display: none;
    }
}
/*15th june*/
.mobilefixed a {
    color: #ffffff !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 11px 0 8px;
}

#verify-otp p {
    color: #525252;
    /*color: #525252;*/
    font-size: 14px;
}
#resend-otp-link, section.steps h2{
    color: #0022a3;
}
#post-new-button {
  background-color: #ee5017;  
  border-radius: 5px;
  color: #fff;
  padding: .5em;
  text-decoration: none;
}

#post-new-button:focus,
#post-new-button:hover {
  background-color: FireBrick;
  color: #fff;
}

#verify-otp p a {
    color: #b30000;
    font-size: 12px;
    text-decoration: underline;
}

.otp-input-fields {
    margin: auto;
    max-width: 100%;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0;
}

.otp-input-fields input {
    height: 40px;
    width: 40px;
    background-color: #ffffffc2;
    border-radius: 4px;
    border: 1px solid #2f8f1f;
    text-align: center;
    outline: none;
    font-size: 16px;
}

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

.otp-input-fields input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.otp-input-fields input:focus {
    border-width: 2px;
    border-color: #287a1a;
    font-size: 20px;
    background-color: #fff;
}

/* .new-login-area{
    padding:24px;
  } */

label {
    font-size: 12px;
}

.request-otp-header {
    margin: 40px 0px;
}

.login-label label {
    color: #000385;
    font-weight: 600;
    text-align: right;
    width: 100%;
}

.input-edit:focus {
    border-bottom-color: #c74032 !important;
    box-shadow: none;
    outline: 0;
}


.request-otp:focus {
    box-shadow: none;
}

.fa-chevron-left {
    cursor: pointer;
}

.resend-otp {
    margin-top: 6px;
    cursor: pointer;
}


/* steps page css */
section.steps {
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: scroll; */
    margin: 5% 0
}

section.steps h2 {
    font-size: 16px;
    font-weight: 600;
}

.steps_outer {
    position: relative;
    /* background: #3b9436; */
    border-radius: 13px;
    padding: 25px 45px;
    box-shadow: 1px 1px 12px 0px rgb(0 0 0 / 55%);
    border: 3px solid white;
    margin: 0 auto 30px;
    background-image: linear-gradient(120deg, #f0f0f0 -8%, #e6e6e6 30%);
}

.steps_outer .nav-tabs .nav-item .nav-link {
    color: #383838;
    background-color: #fff;
    border: 1px solid #f28b66;
    border-radius: 5px;
}

.steps_outer .nav-tabs .nav-item.show .nav-link,
.steps_outer .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #ee5017 !important;
}

.custom_rc label {
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #ffffff;
    /*padding: 8px 13px;*/
    padding: 5px;
    border-radius: 5px;
    /* height: 130px; */
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #989898;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/* .custom_rc label {
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #ffffff;
    padding: 30px 10px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
} */
.custom_rc label span {
    width: 100%;
    display: block;
}


.custom_rc label img {
    width: 35px;
    margin-bottom: 2px;
    height: auto;
}

/* Hide the browser's default checkbox */
.custom_rc label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom_rc label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

/* On mouse-over, add a grey background color */
.custom_rc label:hover input~.checkmark {
    background-color: #d0ffd6;
}

/* When the checkbox is checked, add a blue background */
.custom_rc label input:checked~.checkmark {
    background-color: #ffe8e0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom_rc label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom_rc label input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom_rc label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #3b9435;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom_rc label .checkmark:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 14px;
    height: 14px;
    background: white;
    border-radius: 50%;
}

.custom_rc .rd_slcrt .checkmark:after {
    border: none !important;
}

.custom_rc .rd_slcrt .checkmark:before {
    display: none;
}

.custom_rc {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    margin: 14px 0 30px;
    column-gap: 16px;
}

.look_rc {
    grid-template-columns: 1fr 1fr;
}

.more_option {
    grid-template-columns: repeat(5, 1fr);
}

.nav_buttons {
    /*position: absolute;*/
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 58px;
    /*border-top: 1px solid #ffffff; */
}

.nav_buttons button {
    background: #5c5c5c;
    border: none;
    padding: 8px 17px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    column-gap: 8px;
    width: 117px;
    justify-content: center;
}

.btn_previ img {
    transform: scaleX(-1);
}

.nav_buttons button img {
    width: 17px;
}

.column-0 {
    grid-template: none !important;
}

@media only screen and (min-width:1200px) {
    .steps_outer {
        /* width: 775px;
        height: 420px; */
        min-width: 390px;
    }

    .container {
        max-width: 1315px;
    }
}

@media only screen and (min-width: 1500px) {
    .container {
        max-width: 1611px;
    }
}

@media only screen and (min-width:991px) and (max-width:1500px) {
    .steps_outer {
        padding: 16px;
    }

    .steps_outer h2 {
        font-size: 24px;
    }

    .steps_outer .nav-tabs .nav-item {
        margin: 0 2px !important;
        font-size: 14px;
    }

    .custom_rc label {
        font-size: 12px;
        line-height: 12px;
    }

    .nav_buttons {
        padding: 12px 16px;
    }

    .custom_rc {
        margin: 20px 0 10px;
    }
}

@media only screen and (max-width:767px) {
    .nav-tabs .nav-item {
        font-size: 13px;
        margin: 0 3px !important;
    }

    .steps_outer .nav-tabs .nav-item .nav-link {
        padding: 8px 9px;
    }

    .steps_outer {
    padding: 32px 15px;
    /* margin: auto; */
    width: 100% !important;
    background: #196ce0;
    }
    
    .innerbanner_enquire h4 {
    color: #fdfdfd !important;
}

#resend-otp-link, section.steps h2{
    color: #ffc107;
}
    
#verify-otp p {
    color: #e3e3e3 !important;
    /*color: #525252;*/
    font-size: 14px;
}

    .steps_outer h2 {
        font-size: 16px !important;
    }

    section.steps {
        width: 100%;
    }

    .more_option {
        grid-template-columns: repeat(3, 1fr);
    }

    .custom_rc label img {
        width: 30px;
        height: 30px;
    }

    .custom_rc label {
        font-size: 12px;
    }

    .nav_buttons {
        padding: 12px 16px;
    }

    .nav_buttons button img {
        width: 19px;
    }

    .nav_buttons button {
        padding: 8px 7px;
        font-size: 13px;
        width: 102px;
    }
}

.steps_outer.innerbanner_enquire.slide.right-enter {
    width: 75%;
    text-align: center;
}

.new-login-area .input-edit:focus {
    border: 1px solid #ced4da !important;
}

.error-focus {
    border: 1px solid #ff0000 !important;
}

.text-error {
    color: #ff0000 !important;
}


#cityDropdown {
    text-align: left;
    background: white;
    height: 163px;
    overflow-y: scroll;
    padding: 0;
    border-left: 1px solid #ff3c00;
    border-bottom: 1px solid #ff3c00;
    border-right: 1px solid #ff3c00;
    display: none;
}

#cityDropdown div {
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 13px;
    font-size: 14px;
    transition: all 0.5s linear;

}

#cityDropdown div:hover {
    background: #f2f2f2;
}
.innerbanner_enquire h4 {
    color: #282828;
    text-transform: uppercase;
    font-size: 15px;
}
.mobile-bottom {
    display: none;
}

/*new banner css*/
.banner-text {
       /* position: static; */
    padding: 20px 0;
    position: relative !important;
    background: linear-gradient(-45deg, #49678d, #162d48, #0d51a4, #002653);
    /* background-size: 400% 400%; */
    animation: heroGradient 20s ease infinite;
    overflow: hidden;
    will-change: background-position;
    height: auto;
}

p.naveen {
    font-size: 28px;
    color: #ffc721;
    margin-bottom: -6px;
    line-height: 38px;
}

.baner_inner h2 {
        /* font-size: 30px; */
        margin-top: 2px;
        /* font-family: 'helveticabold'; */
        /* text-transform: uppercase; */
        line-height: 25px;
        color: #ffc107 !important;
        /* line-height: normal; */
        font-size: 22px;
        /* text-transform: uppercase; */
        font-family: system-ui;
        /* font-weight: bold; */
    
}
.baner_inner h1 {
        font-size: 17px;
        /* font-weight: 600 !important; */
        /* color: #2a2d30 !important; */
        /* text-transform: uppercase; */
        /* letter-spacing: .5px !important; */
        font-size: 30px;
        font-weight: 600 !important;
        margin-top: 10px !important;
        color: #f1f1f1 !important;
        font-family: system-ui;
        width: auto;
        text-transform: uppercase;
}
.banner-inner-list {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-top: -20px;
}
.banner-inner-list ul {
    /*list-style: none;*/
    /*width: 50%;*/
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0;
}
.banner-inner-list ul li {
    font-size: 18px;
    /*color: #fff;*/
    font-weight: 600;
    padding: 0 0 10px 0;
    list-style: none;
    /*color: #2c2c2c;*/
    margin-left: 25px;
    color: white;
    font-family: system-ui;
}
.banner-inner-list ul li i {
    color: #e31e24;
    font-size: 17px;
}



/*mobile fixed css*/
@media only screen and (max-width: 767px) {
    .mobile-bottom {
        position: fixed;
        bottom: 0;
        background: #aa1824;
        width: 100%;
        display: block !important;
        z-index: 1;
    }
        .mobile-bottom ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 0;
        padding: 0px;
        list-style: none;
    }
        li.fsd-two {
        background-color: #10a849;
        padding: 10px;
    }
        .mobile-bottom ul li a {
        color: #fff !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
        li.fsd-three {
        background: #1b63bd;
        padding: 10px;
    }
    .steps_outer
    {
        margin-bottom:0px!important;
    }
        .main-banner img {
        width: 100%;
        display: none;
    }
    .banner-text {
        position: static;
        padding: 20px 0;
    }
    .baner_inner {
        position: unset;
    }
    .baner_inner h2 {
    /* font-size: 30px; */
    margin-top: 2px;
    /* font-family: 'helveticabold'; */
    /* text-transform: uppercase; */
    line-height: 28px;
    color: #ffc107 !important;
    /* line-height: normal; */
    font-size: 22px !important;
    text-transform: uppercase;
    font-family: system-ui;
    /*font-weight: bold;*/
    }
        .baner_inner h1 {
    /* font-size: 17px; */
    /* font-weight: 600 !important; */
    /* color: #2a2d30 !important; */
    /* text-transform: uppercase; */
    letter-spacing: .5px !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    margin-top: 10px !important;
    color: #f1f1f1 !important;
    font-family: system-ui;
    width: auto;
    text-transform: uppercase;
    }
        .banner-inner-list {
        margin: 12px 0;
    }
        .banner-inner-list ul {
        margin-top: 0;
    }
        .banner-inner-list ul li {
    /* font-size: 13px; */
    list-style: none;
    padding-bottom: 5px !important;
    font-size: 15px;
    /* padding: 0 0 10px 5px; */
    color: white;
    font-family: system-ui;
        
    }
    p.naveen {
            /* font-size: 18px; */
    /* font-weight: 400; */
    /* color: #c23240; */
    /* text-transform: uppercase; */
    /* letter-spacing: 0px; */
    font-family: 'helveticabold';
    line-height: 23px;
    font-size: 18px;
    color: #ffc721;
    text-transform: uppercase;
    }
}

.banner-inner-list ul li::before {
    content: "";
    position: absolute;
    background-image: url(../images/li-icon-pharmahopers.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    transform: translate(-25px, 10%);
}

