﻿@font-face {
    font-family: 'shabnam-light-fd';
    src: url('../fonts/shabnam-light-fd.ttf') format('truetype');
}

body, html {
    height: 100%;
    background: #eaeaea; /*#e1f7d8*/
    font-family: shabnam-light-fd;
    font-size: 15px;
    overflow:visible;
   
}
#menuIcon1{
    display:none;
}
#slideMenu1 {
    display:none;
}
/*#b1::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            border-radius: 10px;
            background-color: #F5F5F5;
        }

        #b1::-webkit-scrollbar {
            width: 6px;
            background-color: #F5F5F5;
        }

        #b1::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
            background-color: #555;
            height: 7px;
        }*/
#button {
    float: right;
    margin-right: 20px;
    border-radius: 100px;
    position: fixed;
    bottom: -2px;
    right: 0px;
    margin-bottom: 20px;
    text-decoration: none;
    color: #fff;
    background: #458e3b;
    width: 150px;
    padding: 16px;
    text-align: center;
}

.carousel {
    border-radius: 20px;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 1px -100px #eaeaea;
    -moz-box-shadow: 1px 1px 1px -100px #eaeaea;
    box-shadow: 1px 1px 1px -100px #eaeaea;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.carousel-cell {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    margin-right: 10px;
    /* center images in cells with flexbox */
    display: flex;
    align-items: center;
    justify-content: center;
}
 .carousel-cell-image {
        width: 100%;
        height:400px;
        margin-right: 10px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
         border-radius: 20px;
}

#copyRdesk{
    display:block;
}
#copyRmob{
    display:none;
}
.dropdownmenu {
    position: relative;
    outline: none;
}

.dropdownmenu-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 190px;
    overflow: auto;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 8px 16px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 8px 16px rgba(0,0,0,0.3);
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
}

    .dropdownmenu-content a {
        color: black;
        padding: 9px 14px;
        text-decoration: none;
        display: block;
    }

        .dropdownmenu-content a:hover {
            color: #3b7b33;
            padding: 9px 14px;
            text-decoration: none;
            display: block;
        }

.dropdownmenu a:hover {
    color: #fff200
}

.show {
    display: block;
}

#badgeDesk {
    display: block;
}

#main {
    margin-top: -21px;
}
#showImage1 {
    margin-top: -15px;
}
#main_1 {
    margin-top: -41px;
}

#form_1 {
    margin-top: -32px;
}

div#bnv {
    position: fixed;
    width: 100%;
    bottom: -2px;
    right:0px;
    left:0px;
    height:65px;
    display:none;
}
#hshop {
    display: block;
}

#hdaily {
    display: block;
}

#hbusiness {
    display: block;
}

#hclinic {
    display: block;
}
#myMenuKesht {
    display: block;
}
#login_link{
    display:block;
}
#cardHolder1 {
    display: none;
}
#cardHolder2 {
    display:block;
}

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

::-webkit-scrollbar-button {
    width: 2px;
    height: 2px;
}

div {
    box-sizing: border-box;
}
#form1{
margin-top:-40px;
}
#input01 {
    width: 40%;
}

#input02 {
    width: 40%;
}

#input03 {
    width: 40%;
}

#input04 {
    width: 40%;
}

#input05 {
    width: 40%;
}

#input06 {
    width: 40%;
}

#input07 {
    width: 40%;
}

.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

#p1 {
    margin-top: 20px;
}
.input {
    margin-top: 10px;
    width: 100%;
    background-color: transparent;
    border: 0px solid;
    height: 39px;
    color: #000;

}
.input2 {
    float:left;
    margin-top: 10px;
    width: 40px;
    background-color: transparent;
    border: 0px solid;
    height: 39px;
    color: #000;
}
.line {
    margin-top: -2px;
    height: 0.27px;
    background-color: #949494;
}

@-moz-document url-prefix() {
    .line {
        margin-top: -2px;
        height: 1px;
        background-color: #949494;
    }
}
/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

/* Customize the label (the container) */
.container {
    margin-right: 10px;
    margin-left: 10px;
    display: block;
    position: fixed;
    font-size: 15px;
    font-weight: normal;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.v {
    margin-top: 15px;
    margin-right: 5px;
    font-weight: 100;
}
#vs1 {
    width:50%;
    margin-right:auto;
    margin-left:auto;
}
#vs2 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}
#hr1 {
   margin-top:174px;
}
#hr2 {
    margin-top: 156px;
}
#subTitle {
    width: 350px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    float: right;
    height: 19px;
    width: 19px;
    background-color: #eaeaea;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 7.5px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login_form_sub {
    width: 80%;
    background-color: #fbfcfa;
    margin: 100px auto;
}

.login_form_sub_2 {
    width: 450px;
    background-color: #fbfcfa;
    margin: 50px auto;
}

.login_form_sub_3 {
    background-color: #fbfcfa;
    cursor: pointer;
}

.login_form_sub_4 {
    width: 200px;
    background-color: #fbfcfa;
    cursor: pointer;
}

.login_form_sub_5 {
    background-color: #fbfcfa;
    cursor: pointer;
}

.btn_login_form_sub_5_NoPointer {
    background-color: #fbfcfa;
}

.login_form_sub_6 {
    background-color: #fbfcfa;
    cursor: pointer;
}

.input-group {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.form-group {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.control-label {
    font-weight: 100;
}

.title_login {
    text-align: center;
    margin-bottom: -94px;
    margin-left: 15px;
    margin-right: 15px;
}

#fNamelName {
    padding-top: 19px;
    padding-bottom: 19px;
}

#mobileNumber {
    padding-top: 19px;
    padding-bottom: 19px;
}

#address {
    padding-top: 19px;
    padding-bottom: 19px;
}

#email {
    padding-top: 19px;
    padding-bottom: 19px;
}

#password {
    padding-top: 19px;
    padding-bottom: 19px;
}

#confirmPassword {
    padding-top: 19px;
    padding-bottom: 19px;
}

#btn_login {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 5px;
    width: 100%;
    font-size: 18px;
}

#btn_to_register {
    margin-top: 8px;
    margin-right: 5px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 18px;
}

#btn_register {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 10px;
    width: 100%;
}

#btn_forgetpass {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}

#btn_resetPassword {
    width: 100%;
}

.effect1_login {
    padding: 18px;
    -webkit-box-shadow: 1px 1px 1px -100px #eaeaea;
    -moz-box-shadow: 1px 1px 1px -100px #eaeaea;
    box-shadow: 1px 1px 1px -100px #eaeaea;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
}

.effect1_login_cart {
    padding: 18px;
    -webkit-box-shadow: 1px 1px 1px -100px #eaeaea;
    -moz-box-shadow: 1px 1px 1px -100px #eaeaea;
    box-shadow: 1px 1px 1px -100px #eaeaea;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    margin: 1px;
}
.effect1_login_cart2 {
    -webkit-box-shadow: 1px 1px 1px -100px #eaeaea;
    -moz-box-shadow: 1px 1px 1px -100px #eaeaea;
    box-shadow: 1px 1px 1px -100px #eaeaea;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    margin: 1px;
}
.effect1_login_cart_1 {
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-box-shadow: 1px 1px 1px -100px #eaeaea;
    -moz-box-shadow: 1px 1px 1px -100px #eaeaea;
    box-shadow: 1px 1px 1px -100px #eaeaea;
    margin: 1px;
}
.panel {
    width: 650px;
    background-color: #FFF;
    margin: 100px auto;
}

.panel_ {
    padding: 15px;
    width: 100%;
    background-color: #FFF;
    margin: 100px auto;
    border-radius: 5px;
}

.p {
    margin-top: 25px;
}

#myslider2 {
   
    margin-top: -20px;
    margin-right: 10px;
    margin-left: 10px;
}
#myslider {
    margin-top: -30px;
    margin-right: 10px;
    margin-left: 10px;
}
#mosh1 {
    display: block;
}


.column #card1 {
    background-image: linear-gradient(to right, #148ACD,#2A9FDC,#44B7EE);
    border-radius: 20px;
    height: 200px;
    color: #fff;
}

.column #card2 {
    background-image: linear-gradient(to right, #01C3B4,#02D5B2,#01E4AC);
    border-radius: 20px;
    height: 200px;
    color: #fff;
}

.column #card3 {
    background-image: linear-gradient(to right, #BD2665,#CB3870,#E55789);
    border-radius: 20px;
    height: 200px;
    color: #fff;
}

.column #card4 {
    background-image: linear-gradient(to right, #7D2EA5,#9241B1,#AD5BC2);
    border-radius: 20px;
    height: 200px;
    color: #fff;
}

.column #card5 {
    background-image: linear-gradient(to right, #FFA726,#FAAC3B,#FAB95B);
    border-radius: 20px;
    height: 200px;
    color: #fff;
}

#main_card {
    margin: 10px;
}



#c1 {
    float: right;
    width: 70%;
    margin-bottom: 10px;
    padding: 0 5px;
}

#c3 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 5px;
}

#c4 {
    float: left;
    width: 30%;
    margin-bottom: 10px;
    padding: 0 5px;
}

.row {
    margin: 0 -5px;
}


    .row:after {
        content: "";
        display: table;
        clear: both;
    }





.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
}



#search_edt_div {
    width: 320px;
    /*box-shadow: 0 4px 8px 0 #fff;*/
    padding: 5px;
    border-radius: 40px;
    background-color: #fff; /*#d9d8d8;*/
}

.search_edt {
    width: 100%;
    text-align: right;
    background: none;
    border: none;
    padding-right: 15px;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 4px;
}

#row_search_mob {
    display: none;
}

.spinnerVal {
    text-align: center;
}

.customSpinner {
    display: flex;
    margin-bottom: 10px;
}



.btn_login_form_sub_5 {
    width: 843px;
    position: sticky;
    bottom: 10px;
    z-index: 99;
    right: 3px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

.btn_login_form_sub_5_NoPointer {
    width: 843px;
    position: sticky;
    bottom: 10px;
    right: 3px;
    border: none;
    outline: none;
    padding: 15px;
    border-radius: 4px;
}

.btn_login_form_sub_6 {
    width: 100%;
    bottom: 10px;
    z-index: 99;
    right: 3px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

.main-content {
    min-height: 50%;
}

.main-footer {
    display: block;
    border-color: red;
}

.price {
    direction: ltr;
    margin-top: 0px;
}

.sP {
    margin-top: 20px;
}

#img_P {
    width: 520px;
    height: 400px;
}

#c_price {
    text-align: left;
    float: left;
    margin-bottom: 10px;
}


.main-footer-mob {
    display: none;
    bottom: 0;
    border-color: red;
}


#cc_p {
    margin-top: 5px;
}

#ff {
    margin-left: 8px
}

#cont_desk {
    display: block;
}

#cont_mob {
    display: none;
}

#kk {
    margin-right: 50px;
}


.card1 {
    display: inline-block;
    background-color: #f6f7f5;
    border-radius: 1000px;
    border-color: #eaeaea;
    border: 1px solid #e2e1e1;
    margin: 2px;
    cursor: pointer;
    padding: 13px;
}

/*---------------------------------------------*/
.limiter {
    width: 100%;
    margin-top: -40px;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #9053c7;
    background: -webkit-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -o-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -moz-linear-gradient(-135deg, #c850c0, #4158d0);
    background: linear-gradient(-135deg, #c850c0, #4158d0);
}

.wrap-login100 {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 960px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 90px 33px 95px;
}

/*------------------------------------------------------------------
[  ]*/
.login100-pic {
    width: 316px;
}

    .login100-pic img {
        max-width: 100%;
    }


/*------------------------------------------------------------------
[  ]*/
.login100-form {
    width: 290px;
}

.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
}

.input100 {
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 50px;
    border-radius: 25px;
    border: none;
    padding-right: 60px;
}

.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(87,184,70, 0.8);
}

.input100:focus + .focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

.symbol-input100 {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 35px;
    pointer-events: none;
    color: #666666;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
    color: #57b846;
    padding-right: 28px;
}
/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.login100-form-btn {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #57b846;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    border: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .login100-form-btn:hover {
        background: #333333;
    }

.login100-form-title {
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 54px;
}

.vl {
    display: block;
}

/*setting checkbox reasonreportAd*/
/* Basic styling */
#checkbox1, #checkbox2, #checkbox3, #checkbox4, #checkbox5, #checkbox6, #checkbox7, #checkbox8, #checkbox9, #checkbox10, #checkbox11 {
    width: 26px;
    height: 26px;
    color: dodgerblue;
    vertical-align: middle;
    -webkit-appearance: none;
    background: none;
    border: 0;
    outline: 0;
    flex-grow: 0;
    border-radius: 50%;
    background-color: #FFFFFF;
    transition: background 300ms;
    cursor: pointer;
}


    /* Pseudo element for check styling */
    #checkbox1::before, #checkbox2::before, #checkbox3::before, #checkbox4::before, #checkbox5::before, #checkbox6::before, #checkbox7::before, #checkbox8::before, #checkbox9::before, #checkbox10::before, #checkbox11::before {
        content: "";
        color: transparent;
        display: block;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        border: 0;
        background-color: transparent;
        background-size: contain;
        box-shadow: inset 0 0 0 1px #CCD3D8;
    }


    /* Checked */
    #checkbox1:checked, #checkbox2:checked, #checkbox3:checked, #checkbox4:checked, #checkbox5:checked, #checkbox6:checked, #checkbox7:checked, #checkbox8:checked, #checkbox9:checked, #checkbox10:checked, #checkbox11:checked {
        background-color: #3b7b33;
    }

        #checkbox1:checked::before, #checkbox2:checked::before, #checkbox3:checked::before, #checkbox4:checked::before, #checkbox5:checked::before, #checkbox6:checked::before, #checkbox7:checked::before, #checkbox8:checked::before, #checkbox9:checked::before, #checkbox10:checked::before, #checkbox11:checked::before {
            box-shadow: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
        }


    /* Disabled */
    #checkbox1:disabled, #checkbox2:disabled, #checkbox3:disabled, #checkbox4:disabled, #checkbox5:disabled, #checkbox6:disabled, #checkbox7:disabled, #checkbox8:disabled, #checkbox9:disabled, #checkbox10:disabled, #checkbox11:disabled {
        background-color: #CCD3D8;
        opacity: 0.84;
        cursor: not-allowed;
    }


    /* IE */
    #checkbox1::-ms-check, #checkbox2::-ms-check, #checkbox3::-ms-check, #checkbox4::-ms-check, #checkbox5::-ms-check, #checkbox6::-ms-check, #checkbox7::-ms-check, #checkbox8::-ms-check, #checkbox9::-ms-check, #checkbox10::-ms-check, #checkbox11::-ms-check {
        content: "";
        color: transparent;
        display: block;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        border: 0;
        background-color: transparent;
        background-size: contain;
        box-shadow: inset 0 0 0 1px #CCD3D8;
    }

    #checkbox1:checked::-ms-check, #checkbox2:checked::-ms-check, #checkbox3:checked::-ms-check, #checkbox4:checked::-ms-check, #checkbox5:checked::-ms-check, #checkbox6:checked::-ms-check, #checkbox7:checked::-ms-check, #checkbox8:checked::-ms-check, #checkbox9:checked::-ms-check, #checkbox10:checked::-ms-check, #checkbox11:checked::-ms-check {
        box-shadow: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
    }
@media (max-width: 575px) {
    #menuIcon1{
        display:  block;
    }
    #slideMenu1 {
        display: block;
    }
    #button {
        float: right;
        margin-right: 20px;
        border-radius: 100px;
        position: fixed;
        bottom: -2px;
        right: 0px;
        margin-bottom: 85px;
        text-decoration: none;
        color: #fff;
        background: #458e3b;
        width: 150px;
        padding: 16px;
        text-align: center;
    }
    #copyRdesk {
        display: none;
    }

    #copyRmob {
        display: block;
    }
    div#bnv {
        position: fixed;
        width: 100%;
        bottom: -2px;
        right: 0px;
        left: 0px;
        height: 65px;
        display: block;
    }

    #hshop {
        display: none;
    }

    #hdaily {
        display: none;
    }

    #hbusiness {
        display: none;
    }

    #hclinic {
        display: none;
    }
    #myMenuKesht {
        display: none;
    }
    #login_link {
        display: none;
    }
    #cardHolder1 {
        display: block; 
    }
    #cardHolder2 {
        display: none;
    }
    .carousel {
        border-radius: 20px;
        margin-bottom: 10px;
        -webkit-box-shadow: 1px 1px 1px -100px #eaeaea;
        -moz-box-shadow: 1px 1px 1px -100px #eaeaea;
        box-shadow: 1px 1px 1px -100px #eaeaea;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
    }

    .carousel-cell {
        width: 100%;
        height: 250px;
        border-radius: 20px;
        margin-right: 10px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel-cell-image {
        width: 100%;
        height: 250px;
        margin-right: 10px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
    }
    #badgeMobile {
        display: block;
    }

    #badgeDesk {
        display: none;
    }
    #h2_ {
        display: block;
    }
    #subTitle {
        width: 200px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    #h1, #h2, #h3, #h4, #h5, #hShop, hDaily, hBusiness, hClinic {
        color: #000;
    }

    #h1_ {
        display: none;
    }

    #vs1 {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    #vs2 {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .column #card1 {
        background-image: linear-gradient(to right, #148ACD,#2A9FDC,#44B7EE);
        border-radius: 20px;
        height: 150px;
        color: #fff;
    }

    .column #card2 {
        background-image: linear-gradient(to right, #01C3B4,#02D5B2,#01E4AC);
        border-radius: 20px;
        height: 150px;
        color: #fff;
    }

    .column #card3 {
        background-image: linear-gradient(to right, #BD2665,#CB3870,#E55789);
        border-radius: 20px;
        height: 150px;
        color: #fff;
    }

    .column #card4 {
        background-image: linear-gradient(to right, #7D2EA5,#9241B1,#AD5BC2);
        border-radius: 20px;
        height: 150px;
        color: #fff;
    }

    .column #card5 {
        background-image: linear-gradient(to right, #FFA726,#FAAC3B,#FAB95B);
        border-radius: 20px;
        height: 150px;
        color: #fff;
    }

    #mosh1 {
        display: none;
    }

    .login_form_sub {
        width: 100%;
    }

    .login_form_sub_2 {
        width: 100%;
        margin: 5px auto;
    }

    .panel {
        width: 100%;
    }

    .v {
        font-weight: 100;
    }

    .checkmark {
        position: absolute;
        top: 0;
        float: right;
        height: 19px;
        width: 19px;
        background-color: #eaeaea;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
    }

    #row_search {
        display: none;
    }

    #row_search_mob {
        display: block;
    }

    #search_edt_div_mob {
        /*box-shadow: 0 4px 8px 0 #fff;*/
        padding: 5px;
        border-radius: 40px;
        background-color: #fff; /*#d9d8d8;*/
    }


    .search_edt_mob {
        width: 100%;
        box-shadow: 0 4px 8px 0 #eaeaea;
        background: white;
        border: none;
        border-radius: 50px 50px 50px 50px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 6px;
    }

    .search-input {
        padding: 10px 15px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 0 50px 50px 0;
    }

    .search-button {
        padding: 10px 15px;
        background: #0099ff;
        border: 1px solid #0099ff;
        color: white;
        border-radius: 50px 0 0 50px;
        position: relative;
        left: 5px;
        font-weight: normal;
        font-size: 17px;
        cursor: pointer;
    }

    #myslider2 {
        margin-top: -20px;
        margin-right: 10px;
        margin-left: 10px;
    }
    #myslider {
        margin-top: -30px;
        margin-right: 10px;
        margin-left: 10px;
    }
   

    #column1, #column4 {
        width: 100%;
    }

    .price {
        margin-top: 10px;
        margin-left: -80px;
    }

    .sP {
        margin-top: 20px;
        margin-right: -120px;
    }

    #img_P {
        width: 200px;
        height: 200px;
    }

    .main-footer-mob {
        display: block;
        bottom: 0;
        border-color: red;
    }

    .main-footer {
        display: none;
        bottom: 0;
        border-color: red;
    }

    #f_prices_mob {
        display: block;
    }

    #rw {
        margin-top: -110px;
    }

    #cc_p {
        margin-top: -15px;
    }

    #ff {
        margin-left: -48px
    }

    #cont_desk {
        display: none;
    }

    #cont_mob {
        display: block;
    }

    #jj {
        margin-left: 0px;
    }

    #kk {
        margin-right: 50px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    #menuIcon1{
        display: block;
    }
    #slideMenu1 {
        display: block;
    }
    #button {
        float: right;
        margin-right: 20px;
        border-radius: 100px;
        position: fixed;
        bottom: -2px;
        right: 0px;
        margin-bottom: 85px;
        text-decoration: none;
        color: #fff;
        background: #458e3b;
        width: 150px;
        padding: 16px;
        text-align: center;
    }
    #copyRdesk {
        display: none;
    }

    #copyRmob {
        display: block;
    }
    div#bnv {
        position: fixed;
        width: 100%;
        bottom: -2px;
        right: 0px;
        left: 0px;
        height: 65px;
        display: block;
    }
    #hshop {
        display: none;
    }

    #hdaily {
        display: none;
    }

    #hbusiness {
        display: none;
    }

    #hclinic {
        display: none;
    }
    #myMenuKesht {
        display: none;
    }
    #login_link {
        display: none;
    }
    #cardHolder1 {
        display: block;
    }
    #cardHolder2 {
        display: none;
    }
    .carousel {
        border-radius: 20px;
        margin-bottom: 10px;
        -webkit-box-shadow: 1px 1px 1px -100px #eaeaea;
        -moz-box-shadow: 1px 1px 1px -100px #eaeaea;
        box-shadow: 1px 1px 1px -100px #eaeaea;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
    }

    .carousel-cell {
        width: 100%;
        height: 250px;
        border-radius: 20px;
        margin-right: 10px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel-cell-image {
        width: 100%;
        height: 250px;
        margin-right: 10px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
    }
    #mosh1 {
        display: none;
    }

    .vl {
        display: block;
    }

    .login_form_sub {
        width: 100%;
    }

    .login_form_sub_2 {
        width: 100%;
        margin: 5px auto;
    }

    .panel {
        width: 100%;
    }

    .v {
        font-weight: 100;
    }

    .checkmark {
        position: absolute;
        top: 0;
        float: right;
        height: 19px;
        width: 19px;
        background-color: #eaeaea;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
    }

    #column1, #column4 {
        width: 100%;
    }

    .price {
        margin-top: 10px;
        margin-left: -80px;
    }

    .sP {
        margin-top: 20px;
        margin-right: -120px;
    }

    #img_P {
        width: 150px;
        height: 150px;
    }

    .main-footer-mob {
        display: block;
        bottom: 0;
        border-color: red;
    }

    .main-footer {
        display: none;
        bottom: 0;
        border-color: red;
    }

    #f_prices_mob {
        display: block;
    }

    #cc_p {
        margin-top: -15px;
    }

    #ff {
        margin-left: -48px
    }

    #cont_desk {
        display: none;
    }

    #cont_mob {
        display: block;
    }

    #jj {
        margin-left: -120px;
    }

    #kk {
        margin-right: 70px;
    }
}

@media (max-width: 991px) {
    #menuIcon1{
        display: block;
    }
    #slideMenu1 {
        display: block;
    }
    #button {
        float: right;
        margin-right: 20px;
        border-radius: 100px;
        position: fixed;
        bottom: -2px;
        right: 0px;
        margin-bottom: 85px;
        text-decoration: none;
        color: #fff;
        background: #458e3b;
        width: 150px;
        padding: 16px;
        text-align: center;
    }
    #copyRdesk {
        display: none;
    }

    #copyRmob {
        display: block;
    }
    div#bnv {
        position: fixed;
        width: 100%;
        bottom: -2px;
        right: 0px;
        left: 0px;
        height: 65px;
        display: block;
    }
    #hshop {
        display: none;
    }

    #hdaily {
        display: none;
    }

    #hbusiness {
        display: none;
    }

    #hclinic {
        display: none;
    }
    #myMenuKesht {
        display: none;
    }
    #login_link {
        display: none;
    }
    #cardHolder1 {
        display: block;
    }
    #cardHolder2 {
        display: none;
    }
    .carousel {
        border-radius: 20px;
        margin-bottom: 10px;
        -webkit-box-shadow: 1px 1px 1px -100px #eaeaea;
        -moz-box-shadow: 1px 1px 1px -100px #eaeaea;
        box-shadow: 1px 1px 1px -100px #eaeaea;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
    }

    .carousel-cell {
        width: 100%;
        height: 250px;
        border-radius: 20px;
        margin-right: 10px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel-cell-image {
        width: 100%;
        height: 250px;
        margin-right: 10px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
    }
    /* The Close Button */
    .close {
        position: fixed;
        top: 60px;
        right: 20px;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
    }
    #mosh1 {
        display: none;
    }

    .vl {
        display: block;
    }

    .wrap-login100 {
        padding: 177px 90px 33px 85px;
    }

    .login100-pic {
        width: 35%;
    }

    .login100-form {
        width: 50%;
    }

    .limiter {
        width: 100%;
        margin-top: -50px;
    }
}

@media (max-width: 768px) {
    #menuIcon1{
        display: block;
    }
    #slideMenu1 {
        display: block;
    }
    #button {
        float: right;
        margin-right: 20px;
        border-radius: 100px;
        position: fixed;
        bottom: -2px;
        right: 0px;
        margin-bottom: 85px;
        text-decoration: none;
        color: #fff;
        background: #458e3b;
        width: 150px;
        padding: 16px;
        text-align: center;
    }
    #copyRdesk {
        display: none;
    }

    #copyRmob {
        display: block;
    }
    div#bnv {
        position: fixed;
        width: 100%;
        bottom: -2px;
        right: 0px;
        left: 0px;
        height: 65px;
        display: block;
    }
    #hshop {
        display: none;
    }

    #hdaily {
        display: none;
    }

    #hbusiness {
        display: none;
    }

    #hclinic {
        display: none;
    }
    #myMenuKesht {
        display: none;
    }
    #login_link {
        display: none;
    }
    #cardHolder1 {
        display: block;
    }
    #cardHolder2 {
        display: none;
    }
    .carousel {
        border-radius: 20px;
        margin-bottom: 10px;
        -webkit-box-shadow: 1px 1px 1px -100px #eaeaea;
        -moz-box-shadow: 1px 1px 1px -100px #eaeaea;
        box-shadow: 1px 1px 1px -100px #eaeaea;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
    }

    .carousel-cell {
        width: 100%;
        height: 250px;
        border-radius: 20px;
        margin-right: 10px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel-cell-image {
        width: 100%;
        height: 250px;
        margin-right: 10px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
    }
    #mosh1 {
        display: none;
    }

    #c1 {
        margin-top: -45px;
    }

    .vl {
        display: block;
    }

    .wrap-login100 {
        padding: 100px 80px 33px 80px;
    }

    .login100-pic {
        display: none;
    }

    .login100-form {
        width: 100%;
    }

    .limiter {
        width: 100%;
        margin-top: -50px;
    }
}

@media (max-width: 576px) {
    #menuIcon1{
        display: block;
    }
    #slideMenu1 {
        display: block;
    }
    #button {
        float: right;
        margin-right: 20px;
        border-radius: 100px;
        position: fixed;
        bottom: -2px;
        right: 0px;
        margin-bottom: 85px;
        text-decoration: none;
        color: #fff;
        background: #458e3b;
        width: 150px;
        padding: 16px;
        text-align: center;
    }
    #copyRdesk {
        display: none;
    }

    #copyRmob {
        display: block;
    }
    div#bnv {
        position: fixed;
        width: 100%;
        bottom: -2px;
        right: 0px;
        left: 0px;
        height: 65px;
        display: block;
    }
    #hshop {
        display: none;
    }

    #hdaily {
        display: none;
    }

    #hbusiness {
        display: none;
    }

    #hclinic {
        display: none;
    }
    #myMenuKesht {
        display: none;
    }
    #login_link {
        display: none;
    }
    #cardHolder1 {
        display: block;
    }
    #cardHolder2 {
        display: none;
    }
    .carousel {
        border-radius: 20px;
        margin-bottom: 10px;
        -webkit-box-shadow: 1px 1px 1px -100px #eaeaea;
        -moz-box-shadow: 1px 1px 1px -100px #eaeaea;
        box-shadow: 1px 1px 1px -100px #eaeaea;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
    }

    .carousel-cell {
        width: 100%;
        height: 250px;
        border-radius: 20px;
        margin-right: 10px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel-cell-image {
        width: 100%;
        height: 250px;
        margin-right: 10px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
    }
    #mosh1 {
        display: none;
    }

    .vl {
        display: none;
    }

    .wrap-login100 {
        padding: 100px 15px 33px 15px;
    }

    .limiter {
        width: 100%;
        margin-top: -50px;
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 13px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    pointer-events: none;
    font-family: Poppins-Medium;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 991px) {
    #menuIcon1{
        display: block;
    }
    #slideMenu1 {
        display: block;
    }
    #button {
        float: right;
        margin-right: 20px;
        border-radius: 100px;
        position: fixed;
        bottom: -2px;
        right: 0px;
        margin-bottom: 85px;
        text-decoration: none;
        color: #fff;
        background: #458e3b;
        width: 150px;
        padding: 16px;
        text-align: center;
    }
    #copyRdesk {
        display: none;
    }

    #copyRmob {
        display: block;
    }
    div#bnv {
        position: fixed;
        width: 100%;
        bottom: -2px;
        right: 0px;
        left: 0px;
        height: 65px;
        display: block;
    }

    #hshop {
        display: none;
    }
    #hdaily {
        display: none;
    }
    #hbusiness {
        display: none;
    }
    #hclinic {
        display: none;
    }
    #myMenuKesht {
        display: none;
    }
    #login_link {
        display: none;
    }
    #cardHolder1 {
        display: block;
    }
    #cardHolder2 {
        display: none;
    }
    .carousel {
        border-radius: 20px;
        margin-bottom: 10px;
        -webkit-box-shadow: 1px 1px 1px -100px #eaeaea;
        -moz-box-shadow: 1px 1px 1px -100px #eaeaea;
        box-shadow: 1px 1px 1px -100px #eaeaea;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
    }

    .carousel-cell {
        width: 100%;
        height: 250px;
        border-radius: 20px;
        margin-right: 10px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel-cell-image {
        width: 100%;
        height: 250px;
        margin-right: 10px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
    }
    /* The Close Button */
    .close {
        position: fixed;
        top: 60px;
        right: 20px;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
    }
    #mosh1 {
        display: none;
    }

    #c1 {
        margin-top: -45px;
    }

    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }

    .limiter {
        width: 100%;
        margin-top: -50px;
    }
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

/* Customize the label (the container) */
.container {
    margin-right: 10px;
    margin-left: 10px;
    display: block;
    position: fixed;
    font-size: 15px;
    font-weight: normal;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.v {
    margin-top: 15px;
    margin-right: 5px;
    font-weight: 100;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    float: right;
    height: 19px;
    width: 19px;
    background-color: #eaeaea;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 7.5px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login_form_sub {
    width: 80%;
    background-color: #fbfcfa;
    margin: 100px auto;
}

.login_form_sub_2 {
    width: 450px;
    background-color: #fbfcfa;
    margin: 50px auto;
}

.login_form_sub_3 {
    background-color: #fbfcfa;
    cursor: pointer;
}

.login_form_sub_4 {
    width: 200px;
    background-color: #fbfcfa;
    cursor: pointer;
}

.login_form_sub_5 {
    background-color: #fbfcfa;
    cursor: pointer;
}

.btn_login_form_sub_5_NoPointer {
    background-color: #fbfcfa;
}

.login_form_sub_6 {
    background-color: #fbfcfa;
    cursor: pointer;
}
.login_form_sub_7 {
    background-color: #fbfcfa;
}
.input-group {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.form-group {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.control-label {
    font-weight: 100;
}

.title_login {
    text-align: center;
    margin-bottom: -94px;
    margin-left: 15px;
    margin-right: 15px;
}

#fNamelName {
    padding-top: 19px;
    padding-bottom: 19px;
}

#mobileNumber {
    padding-top: 19px;
    padding-bottom: 19px;
}

#address {
    padding-top: 19px;
    padding-bottom: 19px;
}

#email {
    padding-top: 19px;
    padding-bottom: 19px;
}

#password {
    padding-top: 19px;
    padding-bottom: 19px;
}

#confirmPassword {
    padding-top: 19px;
    padding-bottom: 19px;
}

#btn_login {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 5px;
    width: 100%;
    font-size: 18px;
}

#btn_to_register {
    margin-top: 8px;
    margin-right: 5px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 18px;
}

#btn_register {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 10px;
    width: 100%;
}

#btn_forgetpass {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}

#btn_resetPassword {
    width: 100%;
}

.effect1_login {
    padding: 18px;
    -webkit-box-shadow: 1px 1px 1px -100px #eaeaea;
    -moz-box-shadow: 1px 1px 1px -100px #eaeaea;
    box-shadow: 1px 1px 1px -100px #eaeaea;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
}

.effect1_login_cart {
    padding: 18px;
    -webkit-box-shadow: 1px 1px 1px -100px #eaeaea;
    -moz-box-shadow: 1px 1px 1px -100px #eaeaea;
    box-shadow: 1px 1px 1px -100px #eaeaea;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    margin: 1px;
}

.panel {
    width: 650px;
    background-color: #FFF;
    margin: 100px auto;
}

.panel_ {
    padding: 15px;
    width: 100%;
    background-color: #FFF;
    margin: 100px auto;
    border-radius: 5px;
}

.p {
    margin-top: 25px;
}

#myslider2 {
    margin-top: -20px;
    margin-right: 10px;
    margin-left: 10px;
}
#myslider {
    margin-top: -30px;
    margin-right: 10px;
    margin-left: 10px;
}
#mosh1 {
    display: block;
}


.column #card1 {
    background-image: linear-gradient(to right, #148ACD,#2A9FDC,#44B7EE);
    border-radius: 20px;
    height: 200px;
    color: #fff;
}

.column #card2 {
    background-image: linear-gradient(to right, #01C3B4,#02D5B2,#01E4AC);
    border-radius: 20px;
    height: 200px;
    color: #fff;
}

.column #card3 {
    background-image: linear-gradient(to right, #BD2665,#CB3870,#E55789);
    border-radius: 20px;
    height: 200px;
    color: #fff;
}

.column #card4 {
    background-image: linear-gradient(to right, #7D2EA5,#9241B1,#AD5BC2);
    border-radius: 20px;
    height: 200px;
    color: #fff;
}

.column #card5 {
    background-image: linear-gradient(to right, #FFA726,#FAAC3B,#FAB95B);
    border-radius: 20px;
    height: 200px;
    color: #fff;
}

#main_card {
    margin: 10px;
}

#column1, #column4 {
    float: right;
    width: 50%;
    margin-bottom: 10px;
    padding: 0 5px;
}

#column2, #column3 {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    padding: 0 5px;
}

#column5 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 5px;
}

#c1 {
    float: right;
    width: 70%;
    margin-bottom: 10px;
    padding: 0 5px;
}

#c3 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 5px;
}

#c4 {
    float: left;
    width: 30%;
    margin-bottom: 10px;
    padding: 0 5px;
}

.row {
    margin: 0 -5px;
}


    .row:after {
        content: "";
        display: table;
        clear: both;
    }





.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
}



#search_edt_div {
    width: 320px;
    /*box-shadow: 0 4px 8px 0 #fff;*/
    padding: 5px;
    border-radius: 40px;
    background-color: #fff; /*#d9d8d8;*/
}

.search_edt {
    width: 100%;
    text-align: right;
    background: none;
    border: none;
    padding-right: 15px;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 4px;
}

#row_search_mob {
    display: none;
}

.spinnerVal {
    text-align: center;
}

.customSpinner {
    display: flex;
    margin-bottom: 10px;
}



.btn_login_form_sub_5 {
    width: 843px;
    position: sticky;
    bottom: 10px;
    z-index: 99;
    right: 3px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

.btn_login_form_sub_5_NoPointer {
    width: 843px;
    position: sticky;
    bottom: 10px;
    right: 3px;
    border: none;
    outline: none;
    padding: 15px;
    border-radius: 4px;
}

.btn_login_form_sub_6 {
    width: 100%;
    position: sticky;
    bottom: 10px;
    z-index: 99;
    right: 3px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

.main-content {
    min-height: 50%;
}

.main-footer {
    display: block;
    bottom: 0;
    border-color: red;
}

.price {
    direction: ltr;
    margin-top: 0px;
}

.sP {
    margin-top: 20px;
}

#img_P {
    width: 520px;
    height: 400px;
}

#c_price {
    text-align: left;
    float: left;
    margin-bottom: 10px;
}


.main-footer-mob {
    display: none;
    bottom: 0;
    border-color: red;
}


#cc_p {
    margin-top: 5px;
}

#ff {
    margin-left: 8px
}

#cont_desk {
    display: block;
}

#cont_mob {
    display: none;
}

#kk {
    margin-right: 50px;
}
::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

::-webkit-scrollbar-button {
    width: 2px;
    height: 2px;
}

div {
    box-sizing: border-box;
}


.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.card1 {
    display: inline-block;
    background-color: #f6f7f5;
    border-radius: 1000px;
    border-color: #eaeaea;
    border: 1px solid #e2e1e1;
    margin: 2px;
    cursor: pointer;
    padding: 13px;
}

/*---------------------------------------------*/
.limiter {
    width: 100%;
    margin-top: -40px;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #9053c7;
    background: -webkit-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -o-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -moz-linear-gradient(-135deg, #c850c0, #4158d0);
    background: linear-gradient(-135deg, #c850c0, #4158d0);
}

.wrap-login100 {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 960px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 90px 33px 95px;
}

/*------------------------------------------------------------------
[  ]*/
.login100-pic {
    width: 316px;
}

    .login100-pic img {
        max-width: 100%;
    }


/*------------------------------------------------------------------
[  ]*/
.login100-form {
    width: 290px;
}

.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
}

.input100 {
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 50px;
    border-radius: 25px;
    border: none;
    padding-right: 60px;
}

.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(87,184,70, 0.8);
}

.input100:focus + .focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

.symbol-input100 {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 35px;
    pointer-events: none;
    color: #666666;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
    color: #57b846;
    padding-right: 28px;
}
/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.login100-form-btn {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #57b846;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    border: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .login100-form-btn:hover {
        background: #333333;
    }

.login100-form-title {
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 54px;
}

.vl {
    display: block;
}

@media (max-width: 575px) {
    #menuIcon1{
        display: block;
    }
    #slideMenu1 {
        display: block;
    }
    #button {
        float: right;
        margin-right: 20px;
        border-radius: 100px;
        position: fixed;
        bottom: -2px;
        right: 0px;
        margin-bottom: 85px;
        text-decoration: none;
        color: #fff;
        background: #458e3b;
        width: 150px;
        padding: 16px;
        text-align: center;
    }
    #copyRdesk {
        display: none;
    }

    #copyRmob {
        display: block;
    }
    div#bnv {
        position: fixed;
        width: 100%;
        bottom: -2px;
        right: 0px;
        left: 0px;
        height: 65px;
        display: block;
    }
    #hshop {
        display: none;
    }

    #hdaily {
        display: none;
    }

    #hbusiness {
        display: none;
    }

    #hclinic {
        display: none;
    }
    #myMenuKesht {
        display: none;
    }
    #login_link {
        display: none;
    }
    #cardHolder1 {
        display: block;
    }
    #cardHolder2 {
        display: none;
    }
    .carousel {
        border-radius: 20px;
        margin-bottom: 10px;
        -webkit-box-shadow: 1px 1px 1px -100px #eaeaea;
        -moz-box-shadow: 1px 1px 1px -100px #eaeaea;
        box-shadow: 1px 1px 1px -100px #eaeaea;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
    }

    .carousel-cell {
        width: 100%;
        height: 250px;
        border-radius: 20px;
        margin-right: 10px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel-cell-image {
        width: 100%;
        height: 250px;
        margin-right: 10px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
    }
    #h1, #h2, #h3, #h4, #h5, #hshop, hbaily, hbusiness, hclinic {
        color: #000;
    }

    .column #card1 {
        background-image: linear-gradient(to right, #148ACD,#2A9FDC,#44B7EE);
        border-radius: 20px;
        height: 150px;
        color: #fff;
    }

    .column #card2 {
        background-image: linear-gradient(to right, #01C3B4,#02D5B2,#01E4AC);
        border-radius: 20px;
        height: 150px;
        color: #fff;
    }

    .column #card3 {
        background-image: linear-gradient(to right, #BD2665,#CB3870,#E55789);
        border-radius: 20px;
        height: 150px;
        color: #fff;
    }

    .column #card4 {
        background-image: linear-gradient(to right, #7D2EA5,#9241B1,#AD5BC2);
        border-radius: 20px;
        height: 150px;
        color: #fff;
    }

    .column #card5 {
        background-image: linear-gradient(to right, #FFA726,#FAAC3B,#FAB95B);
        border-radius: 20px;
        height: 150px;
        color: #fff;
    }

    #mosh1 {
        display: none;
    }

    .login_form_sub {
        width: 100%;
    }

    .login_form_sub_2 {
        width: 100%;
        margin: 5px auto;
    }

    .panel {
        width: 100%;
    }

    .v {
        font-weight: 100;
    }

    .checkmark {
        position: absolute;
        top: 0;
        float: right;
        height: 19px;
        width: 19px;
        background-color: #eaeaea;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
    }

    /*.column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }*/

    #row_search {
        display: none;
    }

    #row_search_mob {
        display: block;
    }

    #search_edt_div_mob {
        /*box-shadow: 0 4px 8px 0 #fff;*/
        padding: 5px;
        border-radius: 40px;
        background-color: #fff; /*#d9d8d8;*/
    }


    .search_edt_mob {
        width: 100%;
        box-shadow: 0 4px 8px 0 #eaeaea;
        background: white;
        border: none;
        border-radius: 50px 50px 50px 50px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 6px;
    }

    .search-input {
        padding: 10px 15px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 0 50px 50px 0;
    }

    .search-button {
        padding: 10px 15px;
        background: #0099ff;
        border: 1px solid #0099ff;
        color: white;
        border-radius: 50px 0 0 50px;
        position: relative;
        left: 5px;
        font-weight: normal;
        font-size: 17px;
        cursor: pointer;
    }

    #myslider2 {
        margin-top: -20px;
        margin-right: 10px;
        margin-left: 10px;
    }
    #myslider {
        margin-top: -30px;
        margin-right: 10px;
        margin-left: 10px;
    }
   

    #column1, #column4 {
        width: 100%;
    }

    .price {
        margin-top: 10px;
        margin-left: -80px;
    }

    .sP {
        margin-top: 20px;
        margin-right: -120px;
    }

    #img_P {
        width: 200px;
        height: 200px;
    }

    .main-footer-mob {
        display: block;
        bottom: 0;
        border-color: red;
    }

    .main-footer {
        display: none;
        bottom: 0;
        border-color: red;
    }

    #f_prices_mob {
        display: block;
    }

    #rw {
        margin-top: -110px;
    }

    #cc_p {
        margin-top: -15px;
    }

    #ff {
        margin-left: -48px
    }

    #cont_desk {
        display: none;
    }

    #cont_mob {
        display: block;
    }

    #jj {
        margin-left: 0px;
    }

    #kk {
        margin-right: 50px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    #menuIcon1{
        display: block;
    }
    #slideMenu1 {
        display: block;
    }
    #button {
        float: right;
        margin-right: 20px;
        border-radius: 100px;
        position: fixed;
        bottom: -2px;
        right: 0px;
        margin-bottom: 85px;
        text-decoration: none;
        color: #fff;
        background: #458e3b;
        width: 150px;
        padding: 16px;
        text-align: center;
    }
    #copyRdesk {
        display: none;
    }

    #copyRmob {
        display: block;
    }
    div#bnv {
        position: fixed;
        width: 100%;
        bottom: -2px;
        right: 0px;
        left: 0px;
        height: 65px;
        display: block;
    }

    #hshop {
        display: none;
    }
    #hdaily {
        display: none;
    }
    #hbusiness {
        display: none;
    }
    #hclinic {
        display: none;
    }
    #myMenuKesht {
        display: none;
    }
    #login_link {
        display: none;
    }
    #cardHolder1 {
        display: block;
    }
    #cardHolder2 {
        display: none;
    }
    .carousel {
        border-radius: 20px;
        margin-bottom: 10px;
        -webkit-box-shadow: 1px 1px 1px -100px #eaeaea;
        -moz-box-shadow: 1px 1px 1px -100px #eaeaea;
        box-shadow: 1px 1px 1px -100px #eaeaea;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
    }

    .carousel-cell {
        width: 100%;
        height: 250px;
        border-radius: 20px;
        margin-right: 10px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel-cell-image {
        width: 100%;
        height: 250px;
        margin-right: 10px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
    }
    #h2_ {
        display: block;
    }

   
    #login_link_mob {
        display: block;
    }
    #group {
        display: none;
    }

    #group2 {
        display: block;
    }
    .navbar-nav #login_link_mob {
        display: block;
        color: #000;
    }

    .navbar-nav #register_link_mob {
        display: block;
        color: #000;
    }

    

    .navbar #register_link {
        display: none;
        color: #000;
    }
    #row_search {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #group2 {
        display: block;
    }

    #btn_search_mob_opn {
        display: block;
    }

    .navbar-brand {
        visibility: hidden;
    }

    #group {
        display: none;
    }

    #btn_search_opn {
        display: none;
    }

    .navbar #sign_out_text {
        display: none;
    }

    .navbar #user_Name_show {
        display: none;
    }

    #h1_ {
       display:none;
    }




    #h1, #h2, #h3, #h4, #h5, #hShop, hDaily, hBusiness, hClinic {
        color: #000;
        font-size: 4px;
    }
    #mosh1 {
        display: none;
    }

    .vl {
        display: block;
    }

    .login_form_sub {
        width: 100%;
    }

    .login_form_sub_2 {
        width: 100%;
        margin: 5px auto;
    }

    .panel {
        width: 100%;
    }

    .v {
        font-weight: 100;
    }

    .checkmark {
        position: absolute;
        top: 0;
        float: right;
        height: 19px;
        width: 19px;
        background-color: #eaeaea;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
    }

    #column1, #column4 {
        width: 100%;
    }

    .price {
        margin-top: 10px;
        margin-left: -80px;
    }

    .sP {
        margin-top: 20px;
        margin-right: -120px;
    }

    #img_P {
        width: 150px;
        height: 150px;
    }

    .main-footer-mob {
        display: block;
        bottom: 0;
        border-color: red;
    }

    .main-footer {
        display: none;
        bottom: 0;
        border-color: red;
    }

    #f_prices_mob {
        display: block;
    }

    #cc_p {
        margin-top: -15px;
    }

    #ff {
        margin-left: -48px
    }

    #cont_desk {
        display: none;
    }

    #cont_mob {
        display: block;
    }

    #jj {
        margin-left: -120px;
    }

    #kk {
        margin-right: 70px;
    }
}

@media (max-width: 991px) {
    #menuIcon1{
        display: block;
    }
    #slideMenu1 {
        display: block;
    }
    #button {
        float: right;
        margin-right: 20px;
        border-radius: 100px;
        position: fixed;
        bottom: -2px;
        right: 0px;
        margin-bottom: 85px;
        text-decoration: none;
        color: #fff;
        background: #458e3b;
        width: 150px;
        padding: 16px;
        text-align: center;
    }
    #copyRdesk {
        display: none;
    }

    #copyRmob {
        display: block;
    }
    div#bnv {
        position: fixed;
        width: 100%;
        bottom: -2px;
        right: 0px;
        left: 0px;
        height: 65px;
        display: block;
    }
    #hshop {
        display: none;
    }

    #hdaily {
        display: none;
    }

    #hbusiness {
        display: none;
    }

    #hclinic {
        display: none;
    }
    #myMenuKesht{
     display:none;
    }
    #login_link {
        display: none;
    }
    #cardHolder1 {
        display: block;
    }
    #cardHolder2 {
        display: none;
    }
    .carousel {
        border-radius: 20px;
        margin-bottom: 10px;
        -webkit-box-shadow: 1px 1px 1px -100px #eaeaea;
        -moz-box-shadow: 1px 1px 1px -100px #eaeaea;
        box-shadow: 1px 1px 1px -100px #eaeaea;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
    }

    .carousel-cell {
        width: 100%;
        height: 250px;
        border-radius: 20px;
        margin-right: 10px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel-cell-image {
        width: 100%;
        height: 250px;
        margin-right: 10px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
    }
    /* The Close Button */
    .close {
        position: fixed;
        top: 60px;
        right: 20px;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
    }
    #p1 {
        margin-top: 40px;
    }
    #mosh1 {
        display: none;
    }

    .vl {
        display: block;
    }

    .wrap-login100 {
        padding: 177px 90px 33px 85px;
    }

    .login100-pic {
        width: 35%;
    }

    .login100-form {
        width: 50%;
    }

    .limiter {
        width: 100%;
        margin-top: -50px;
    }

}

@media (max-width: 768px) {
    #menuIcon1{
        display: block;
    }
    #slideMenu1 {
        display: block;
    }
    #button {
        float: right;
        margin-right: 20px;
        border-radius: 100px;
        position: fixed;
        bottom: -2px;
        right: 0px;
        margin-bottom: 85px;
        text-decoration: none;
        color: #fff;
        background: #458e3b;
        width: 150px;
        padding: 16px;
        text-align: center;
    }
    #copyRdesk {
        display: none;
    }

    #copyRmob {
        display: block;
    }
    div#bnv {
        position: fixed;
        width: 100%;
        bottom: -2px;
        right: 0px;
        left: 0px;
        height: 65px;
        display: block;
    }
    #hshop {
        display: none;
    }

    #hdaily {
        display: none;
    }

    #hbusiness {
        display: none;
    }

    #hclinic {
        display: none;
    }
    #myMenuKesht {
        display: none;
    }
    #login_link {
        display: none;
    }
    #cardHolder1 {
        display: block;
    }
    #cardHolder2 {
        display: none;
    }
    .carousel {
        border-radius: 20px;
        margin-bottom: 10px;
        -webkit-box-shadow: 1px 1px 1px -100px #eaeaea;
        -moz-box-shadow: 1px 1px 1px -100px #eaeaea;
        box-shadow: 1px 1px 1px -100px #eaeaea;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
    }

    .carousel-cell {
        width: 100%;
        height: 250px;
        border-radius: 20px;
        margin-right: 10px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel-cell-image {
        width: 100%;
        height: 250px;
        margin-right: 10px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
    }
    #mosh1 {
        display: none;
    }

    #c1 {
        margin-top: -45px;
    }

    .vl {
        display: block;
    }

    .wrap-login100 {
        padding: 100px 80px 33px 80px;
    }

    .login100-pic {
        display: none;
    }

    .login100-form {
        width: 100%;
    }

    .limiter {
        width: 100%;
        margin-top: -50px;
    }
}

@media (max-width: 576px) {
    #menuIcon1{
        display: block;
    }
    #slideMenu1 {
        display: block;
    }
    #button {
        float: right;
        margin-right: 20px;
        border-radius: 100px;
        position: fixed;
        bottom: -2px;
        right: 0px;
        margin-bottom: 85px;
        text-decoration: none;
        color: #fff;
        background: #458e3b;
        width: 150px;
        padding: 16px;
        text-align: center;
    }
    #copyRdesk {
        display: none;
    }

    #copyRmob {
        display: block;
    }
    div#bnv {
        position: fixed;
        width: 100%;
        bottom: -2px;
        right: 0px;
        left: 0px;
        height: 65px;
        display: block;
    }
    #hshop {
        display: none;
    }

    #hdaily {
        display: none;
    }

    #hbusiness {
        display: none;
    }

    #hclinic {
        display: none;
    }
    #myMenuKesht {
        display: none;
    }
    #login_link {
        display: none;
    }
    #cardHolder1 {
        display: block;
    }
    #cardHolder2 {
        display: none;
    }
    .carousel {
        border-radius: 20px;
        margin-bottom: 10px;
        -webkit-box-shadow: 1px 1px 1px -100px #eaeaea;
        -moz-box-shadow: 1px 1px 1px -100px #eaeaea;
        box-shadow: 1px 1px 1px -100px #eaeaea;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
    }

    .carousel-cell {
        width: 100%;
        height: 250px;
        border-radius: 20px;
        margin-right: 10px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel-cell-image {
        width: 100%;
        height: 250px;
        margin-right: 10px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
    }
    #mosh1 {
        display: none;
    }

    .vl {
        display: none;
    }

    .wrap-login100 {
        padding: 100px 15px 33px 15px;
    }

    .limiter {
        width: 100%;
        margin-top: -50px;
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 13px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    pointer-events: none;
    font-family: Poppins-Medium;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 991px) {
    #menuIcon1{
        display: block;
    }
     #slideMenu1 {
        display: block;
    }
    #button {
        float: right;
        margin-right: 20px;
        border-radius: 100px;
        position: fixed;
        bottom: -2px;
        right: 0px;
        margin-bottom: 85px;
        text-decoration: none;
        color: #fff;
        background: #458e3b;
        width: 150px;
        padding: 16px;
        text-align: center;
    }
    #copyRdesk {
        display: none;
    }

    #copyRmob {
        display: block;
    }
    div#bnv {
        position: fixed;
        width: 100%;
        bottom: -2px;
        right: 0px;
        left: 0px;
        height: 65px;
        display: block;
    }
    #hshop {
        display: none;
    }

    #hdaily {
        display: none;
    }

    #hbusiness {
        display: none;
    }

    #hclinic {
        display: none;
    }
    #myMenuKesht {
        display: none;
    }
    #login_link {
        display: none;
    }
    #cardHolder1 {
        display: block;
    }
    #cardHolder2 {
        display: none;
    }
    .carousel {
        border-radius: 20px;
        margin-bottom: 10px;
        -webkit-box-shadow: 1px 1px 1px -100px #eaeaea;
        -moz-box-shadow: 1px 1px 1px -100px #eaeaea;
        box-shadow: 1px 1px 1px -100px #eaeaea;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
    }

    .carousel-cell {
        width: 100%;
        height: 250px;
        border-radius: 20px;
        margin-right: 10px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel-cell-image {
        width: 100%;
        height: 250px;
        margin-right: 10px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
    }
    /* The Close Button */
    .close {
        position: fixed;
        top: 60px;
        right: 20px;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
    }
    #myslider2{
        margin-top:-42px;
    }
    #myslider{
        margin-top: -54px;
    }
   
    #closeBtn {
        margin-top: -4px;
    }
    #main {
        margin-top: -43px;
    }
    #showImage1 {
        margin-top: -45px;
    }
    #main_1 {
        margin-top: -56px;
    }
    #e1{
        font-size:13.5px;
    }
    #form_1 {
        margin-top: -47px;
    }
    #form1 {
        margin-top: -50px;
    }
    #input01 {
        width: 100%;
    }

    #hr1 {
        margin-top: 174px;
    }
    #hr2 {
        margin-top: 156px;
    }
    #subTitle {
        width: 200px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    #mosh1 {
        display: none;
    }

    #c1 {
        margin-top: -45px;
    }

    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }

    .limiter {
        width: 100%;
        margin-top: -50px;
    }
}
#h1_ {
    color: #fff200;
}




















/* slider-wrapper */
.slider-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    height: 40vw;
    max-height: 500px;
    min-height: 225px;
    background: #ddd;
    overflow: hidden;
}

    .slider-wrapper ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

/* slider-img */
ul.slider-img {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    transition: 0.5s;
}

    ul.slider-img li {
        flex: 1 0 100%;
    }

        ul.slider-img li img {
            width: 100%;
            height: 100%;
            object-fit:cover;
        }

       

/* slider-arrow */
ul.slider-arrow {
    position: relative;
    color: #fff;
    font-size: 2rem;
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 768px) {
    ul.slider-arrow {
        font-size: 2.5rem;
    }
}

ul.slider-arrow li {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 100%;
    padding: 0 15px;
    opacity: 0.4;
    transition: 0.5s;
}

    ul.slider-arrow li:hover {
        opacity: 1;
    }

/* slider-dot */
.slider-dot {
    position: absolute;
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

    .slider-dot li {
        cursor: pointer;
        margin: 0 8px;
        font-size: 0.6rem;
        opacity: 0.4;
    }

        .slider-dot li.active {
            opacity: 1;
        }

@media screen and (min-width: 768px) {
    .slider-dot li {
        margin: 0 12px;
        font-size: 0.95rem;
    }
}




/*full Imges*/
/* slider-wrapper */
.slider-wrapper-full {
    display: flex;
    position: relative;
    width: 100%;
    height: 40vw;
    max-height: 500px;
    min-height: 300px;
    background: none;
    overflow: hidden;
}

.slider-wrapper-full ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* slider-img */
ul.slider-img-full {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    transition: 0.5s;
}

ul.slider-img-full li {
    flex: 1 0 100%;
}

ul.slider-img-full li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



/* slider-arrow */
ul.slider-arrow-full {
    position: relative;
    color: #fff;
    font-size: 2rem;
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 768px) {
    ul.slider-arrow-full {
        font-size: 2.5rem;
    }
}

ul.slider-arrow-full li {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 100%;
    padding: 0 15px;
    opacity: 0.4;
    transition: 0.5s;
}

ul.slider-arrow-full li:hover {
    opacity: 1;
}

/* slider-dot */
.slider-dot-full {
    position: absolute;
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

    .slider-dot-full li {
        cursor: pointer;
        margin: 0 8px;
        font-size: 0.6rem;
        opacity: 0.4;
    }

        .slider-dot-full li.active {
            opacity: 1;
        }

@media screen and (min-width: 768px) {
    .slider-dot-full li {
        margin: 0 12px;
        font-size: 0.95rem;
    }
}






































/* The Modal (background) */
.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 120px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}



/* The Close Button */
.close {
    position: fixed;
    top: 85px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
    .close:hover,
    .close:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 991px) {
    .modal-content {
        width: 100%;
        align-content:center;
    }
    /* The Close Button */
    .close {
        position: fixed;
        top: 60px;
        right: 20px;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
    }
}

