/*@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';
    overflow-x: hidden;
}

/* common */
b {
    font-family: 'helveticabold', sans-serif;
}

.black {
    color: #000000;
}

.white {
    color: #ffffff;
}

.red {
    color: #ef5018;
    ;
}

.green {
    color: #3b9435;
}

.bg-sky {
    background-color: #f8fff8;
}

.bg-off {
    background-color: #f8f8f8;
}

a:hover {
    text-decoration: none;
}

.list-none {
    list-style: none;
}

h1 {
    font-size: 45px;
    letter-spacing: 4px;
    line-height: 1.2;
    /* font-weight: 900 !important; */
    color: #ee5017 !important;
    -webkit-text-stroke: 1px #ffffff;
    /* margin-top: -7%; */
}

p {
    line-height: 1.7;
}

.font-13 {
    font-size: 13px;
}

.font-15 {
    font-size: 15px;
}

.font-17 {
    font-size: 17px;
}

.font-32 {
    font-size: 32px;
    line-height: 1.4;
}

.font-45 {
    font-size: 45px;
    line-height: 1.4;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 20px;
}

.font-27 {
    font-size: 25px;
}

button:focus,
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

/* header */
/* top-header */
.top-header {
    background: linear-gradient(to right, #ef5018 60%, #3b9436 40%);
    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: #bc6142;
    text-decoration: none;
    padding: 9px 28px;
    border-radius: 7px;
    font-size: 15px;
    transition: all 0.3s linear;
    background-color: transparent;
    border: 1px solid #bc6142;
    display: flex;
    align-items: center;
}

.navbar-brand img {
    width: 80%;
}

/* navbar */
.sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
    padding: 7px 0px !important;
    background-color: #ffffff !important;
    z-index: 999;
}

li.nav-item {
    margin: 0 10px;
}

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;*/
/*}*/
.innerbanner_enquire {
    background-color: #ffffff;
    padding: 25px 18px;
    border-radius: 7px;
    border: 1px solid #d56717;
    width: 380px;
}

.innerbanner_enquire h4 {
    color: #fff;
    text-transform: uppercase;
}

.enquiry.text-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

img.img-fluid.bmnone {
    display: none;
}

.btn-theme {
    color: #343a40;
    text-decoration: none;
    padding: 6px 29px;
    border-radius: 7px;
    font-size: 15px;
    transition: all 0.3s linear;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.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: 2px solid #343a40;
    padding: 9px 13px;
    margin-bottom: 10px;
    border-style: dotted;
}

.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: #e5f1e5;
}

.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: #ef5018;
    border: none;
    border-radius: 7px;
    text-decoration: none;
    color: #ffffff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    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: #3b9435;
    border: none;
    border-radius: 0;
    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;
}

/*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;
}



/* -------------media-------------------- */
@media only screen and (min-width:1201px) and (max-width:1366px) {
    .medicine ul li {
        width: 10%;
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .font-27 {
        font-size: 19px;
    }

    .font-22 {
        font-size: 16px;
    }

    h1 {
        font-size: 53px;
    }

    .medicine ul li {
        width: 12%;
    }

    .category ul {
        width: 100%;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .steps_outer .nav-tabs .nav-item .nav-link {
        font-size: 12px;
        padding: 4px 3px;
    }

    .steps_outer .nav-tabs .nav-item {
        margin: 0 1px !important;
    }

    .custom_rc label img {
        width: 34px;
        height: 34px;
    }

    .steps_outer {
        margin: 28px auto 30px;
        padding: 20px 16px;
    }

    .custom_rc label {
        font-size: 12px;
        padding: 7px 4px;
    }

    .nav_buttons {
        padding: 12px 16px;
    }

    .nav_buttons button {
        font-size: 12px;
        width: 90px;
    }

    .nav_buttons button img {
        width: 20px;
    }

    .custom_rc {
        margin: 15px 0 30px;
    }

    .steps_outer h2 {
        font-size: 20px;
    }

    .steps_outer .nav-tabs .nav-item .nav-link {
        font-size: 13px;
        padding: 4px 7px;
    }

    #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) {

    #banner_stepsform {
        background-color: transparent !important;
    }

    .custom_rc {
        margin: 10px 0 28px !important;
        column-gap: 6px !important;
    }

    .container.steps_container {
        padding: 0;
    }

    #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 {
        background-color: #3b9435;
        margin-top: 16px;
    }

    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: 27px;
    }

    .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: nowrap !important;
        padding: 0 16px !important;
    }

    .navbar-brand {
        width: 50%;
    }

    .number-btn a {
        color: #bc6142;
        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;
    }

    .mbviewnone {
        display: none;
    }

    .number-btn {
        display: none;
    }

    img.img-fluid.bdnone {
        display: none;
    }

    img.img-fluid.bmnone {
        display: block;
        transform: scale(1.68);
        margin-left: 122px;
        margin-top: 55px;
    }
}

#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;
}

@media only screen and (max-width: 500px) {
    .number {
        display: none !important;
    }

    .mobilefixed {
        background: #387c2b;
        width: 100%;
        display: block !important;
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 99999;
    }
}

.mobilefixed {
    display: none;
}

.mobilefixed a {
    color: #ffffff !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 11px 0 8px;
}

.number a {
    color: #db4c1e;
}
.banner img{
    width:100%;
}

/* phone format  19th july 2023 */
#verify-otp p {
    color:#ffffff;
    /*color: #525252;*/
    font-size: 14px;
}
#resend-otp-link, section.steps h2{
    color: #fff;
}
#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: #ffa3a3;
    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: #fff;
    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: #292c75;
    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(112deg, #53585d -8%, #53585d 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: 2px;
    border-radius: 5px;
    /* height: 130px; */
    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 {
    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:55px; 
    width: 45px;*/
    width: 35px;
    margin-bottom: 2px;
    
}

/* 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(4, 1fr);
}

.nav_buttons {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 12px 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: 15px;
        line-height: 18px;
    }

    .nav_buttons {
        padding: 12px 16px;
    }

    .custom_rc {
        margin: 20px 0 48px;
    }
}

@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: 30px 10px;
        width: 90% !important;
        margin-top: 20px;
    }

    .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: 13px;
    }

    .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: fit-content;
    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;
}