/* Adelle font */

html,
body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    /* overflow-x: hidden; */
}

@font-face {
    font-family: 'Adelle';
    src: url('../fonts/Adelle-Regular.eot');
    src: url('../fonts/Adelle-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Adelle-Regular.woff2') format('woff2'), url('../fonts/Adelle-Regular.woff') format('woff'), url('../fonts/Adelle-Regular.ttf') format('truetype'), url('../fonts/Adelle-Regular.svg#Adelle-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Adelle';
    src: url('../fonts/Adelle-Regular_1.eot');
    src: url('../fonts/Adelle-Regular_1.eot?#iefix') format('embedded-opentype'), url('../fonts/Adelle-Regular_1.woff2') format('woff2'), url('../fonts/Adelle-Regular_1.woff') format('woff'), url('../fonts/Adelle-Regular_1.ttf') format('truetype'), url('../fonts/Adelle-Regular_1.svg#Adelle-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*  */

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-BoldItalic.eot');
    src: url('../fonts/ProductSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/ProductSans-BoldItalic.woff2') format('woff2'), url('../fonts/ProductSans-BoldItalic.woff') format('woff'), url('../fonts/ProductSans-BoldItalic.ttf') format('truetype'), url('../fonts/ProductSans-BoldItalic.svg#ProductSans-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Regular.eot');
    src: url('../fonts/ProductSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProductSans-Regular.woff2') format('woff2'), url('../fonts/ProductSans-Regular.woff') format('woff'), url('../fonts/ProductSans-Regular.ttf') format('truetype'), url('../fonts/ProductSans-Regular.svg#ProductSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Bold.eot');
    src: url('../fonts/ProductSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProductSans-Bold.woff2') format('woff2'), url('../fonts/ProductSans-Bold.woff') format('woff'), url('../fonts/ProductSans-Bold.ttf') format('truetype'), url('../fonts/ProductSans-Bold.svg#ProductSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Italic.eot');
    src: url('../fonts/ProductSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/ProductSans-Italic.woff2') format('woff2'), url('../fonts/ProductSans-Italic.woff') format('woff'), url('../fonts/ProductSans-Italic.ttf') format('truetype'), url('../fonts/ProductSans-Italic.svg#ProductSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}


/* header css start */

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 50px;
}

.container1440 {
    max-width: 100%;
    width: 1440px;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}

header {
    font-family: 'Adelle';
    box-shadow: 0px 0px 8px 0px #cbcbcb;
}

ul.navbar-nav.mr-auto {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navbar-light .navbar-nav .nav-link {
    color: #233101;
    width: 125px;
    height: auto;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #24a844;
    font-size: 16px;
    color: #2b292d;
    line-height: 28px;
    text-align: center;
    font-family: "Product Sans";
}

.dropdown-toggle {
    white-space: nowrap;
    /* border: 1px solid #233101; */
    /* margin-left: 15px; */
    border-radius: 5px;
}


/* nav.navbar.navbar-expand-lg.navbar-light.menu {
    padding: 15px 0px;
} */

a#navbarDropdown img {
    height: 20px;
    width: 30px;
    margin-top: -5px;
    margin-right: 5px;
}


/* hearder end */


/* kyc right side part css */

.kyc-header {
    width: 100%;
    margin: 0 auto;
}

.kyc-header h3 {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    font-family: 'Adelle';
    font-weight: bold;
}

.form-group.row.kyc-form label {
    font-size: 15px;
    color: #2f2f2f;
    font-family: "Product Sans";
    white-space: nowrap;
    font-weight: 500;
    margin-top: 0px;
    /* padding: 0px; */
}

input.uplod-file {
    position: absolute;
    left: 15px;
    width: 100%;
    top: 4px;
    opacity: 0;
    cursor: pointer;
}

button.btn.btn-green {
    font-size: 13px !important;
    color: #fffbfb;
    font-family: "Adelle";
    height: 37px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #24a844;
    width: 100%;
    text-transform: uppercase;
}

.d-flex.justify-content-center.next {
    width: 100%;
}

.contact-col {
    padding-left: 0;
}

button.btn.btn-back {
    font-size: 16px;
    color: #fffbfb;
    font-family: "Adelle";
    height: 40px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #b07f04;
    width: 200px;
    margin: 0px 10px;
}

button.btn.btn-next {
    font-size: 16px;
    color: #fffbfb;
    font-family: "Adelle";
    height: 40px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #24a844;
    width: 200px;
    margin: 0px 10px;
    text-transform: uppercase;
}

.col-sm-7.kyc-verification img {
    width: 100%;
    max-width: 150px;
    margin-bottom: 15px;
    border: 2px solid #a39f9f;
    padding: 3px;
    height: 100px;
}

p.kyc-verification {
    font-size: 15px;
    /* line-height: 40px; */
    color: #787676;
    font-family: "Product Sans";
    word-break: break-all;
}

.verification-body.mt-5 h5 {
    font-size: 22px;
    line-height: 20px;
    color: #000000;
    font-family: "Adelle";
    font-weight: bold;
    margin-top: 30px;
}


/* label.col-sm-5.col-form-label {
    padding-left: 30px;
} */

.form-group.row.kyc-form.kyc-form2 {
    margin: 0px;
    padding: 0px;
}


/* kyc right side part css end*/

li.nav-item.menu-tab {
    width: 24.5%;
}

.tab .nav-tabs {
    border-bottom: 0px;
}


/* .tab .nav-tabs li {
    border-right: 1px solid #ddd;
} */

.tab .nav-tabs li:last-child {
    border-right: 0px solid #ddd;
}

.tab .nav-tabs li:first-child a {
    border-left: 1px solid #ddd;
}

.tab .nav-tabs li a {
    color: #a39f9f;
    background: #fff;
    border-radius: 0;
    font-size: 18px;
    margin-right: -1px;
    padding: 11.5px 30px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    text-align: center;
    height: 50px;
    border-right: 1px solid;
    font-family: "Product Sans";
}


/* .nav-tabs li:first-child a{
    border-radius: 5px 0 0 5px;
  } */


/* .nav-tabs li:last-child a{
    border-radius: 0 5px 5px 0;
    border-right:1px solid #d3d3d3;
  } */


/* .tab .nav-tabs li a:hover{
    background:#24a844;
    color: #fff;
  }
  .tab .nav-tabs li a:hover:before{
    border-left: 15px solid #eee;
  } */


/* .tab .nav-tabs li.active a:after,
  .tab .nav-tabs li a:after{
    content:"";
    border-left: 30px solid #ff007a;
    border-top: 26px solid transparent;
    border-bottom: 22px solid transparent;
    position: absolute;
    top: 1px;
    right: -30px;
    z-index:1;
  }
  .tab .nav-tabs li a:after{
    border-left: 17px solid #d3d3d3;
  } */


/* .tab .nav-tabs li.active a:before{
    border-left: 17px solid #ff007a;
  } */


/* .tab .nav-tabs li a:before {
    content: "";
    border-bottom: 22px solid rgba(0, 0, 0, 0);
    border-left: 30px solid #24a844;
    border-top: 26px solid rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    right: -30px;
    top: 1px;
    z-index: 2;
} */

.tab .nav-tabs li.active>a,
.tab .nav-tabs>li.active>a:focus,
.tab .nav-tabs>li.active>a:hover {
    border: none;
    color: #fff;
    background: #FF007A;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}


/* .tab .nav-tabs li:last-child.active a:after,
  .tab .nav-tabs li:last-child a:after{
    border: none;
  } */


/* .tab .nav-tabs li:last-child a:after,
  .tab .nav-tabs li:last-child a:hover:before,
  .tab .nav-tabs li:last-child.active a:before,
  .tab .nav-tabs li:last-child a:before{
    border-left: none;
  } */

.tab .tab-content {
    padding: 12px;
    color: #5a5c5d;
    font-size: 14px;
    border: 1px solid #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #24a844;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:before {
    content: "";
    border-bottom: 22px solid rgba(0, 0, 0, 0);
    border-left: 30px solid #24a844;
    border-top: 26px solid rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    right: -29.25px;
    top: 1px;
    z-index: 2;
}

li.nav-item.menu-tab {
    position: relative;
}


/* Restaurant details page css start */


/* side-bar css start */

.main-body {
    width: 100%;
    display: flex;
}

.right-side-body {
    width: 100%;
    background-color: #f3f7fa;
    margin-top: 4px;
}


/* aside.sidebar {
    left: 0;
    padding-top: 0px;
    top: 0;
    width: 18%;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px #cbcbcb;
} */

.sidebar-scroller {
    position: relative;
}

ul.nav.flex-column.side-menu {
    padding-left: 50px;
    /* padding-top: 30px; */
    padding-top: 10px;
}

li.nav-item.side-menu-item {
    /* height: 60px; */
    height: 45px;
    display: flex;
    align-items: center;
}

a.nav-link.side-menu-link img {
    padding-right: 20px;
    height: 25px;
    width: 40px;
    object-fit: contain;
}

a.nav-link.side-menu-link {
    font-size: 17px;
    color: #000000;
    font-family: "Product Sans";
}

li.nav-item.side-menu-item.active {
    background-color: #24a844;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

a.nav-link.side-menu-link.active {
    color: #fff;
}

.restaurant-body {
    width: 100%;
    /* padding-top: 60px; */
    padding-top: 20px;
    padding-left: 60px;
    max-width: 97%;
    padding-right: 10px;
}

.restaurant-contant h1 {
    font-size: 25px;
    line-height: 20px;
    color: #000000;
    font-family: "Adelle";
    font-weight: bold;
}

.restaurant-contant h3 {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    font-family: "Adelle";
    font-weight: bold;
    /* margin-top: 33px; */
}


/* .take{
    margin-top: 15px;
} */

label.col-form-label {
    font-size: 15px;
    color: #2f2f2f;
    font-family: "Product Sans";
    font-weight: 500;
}

.d-flex.justify-content-center.btn-div {
    margin: 30px 0px;
}


/* Restaurant details page css end */


/* new page css step:2 */

.col-md-6.space-col input {
    width: 100%;
    max-width: 80%;
}

.col-md-6.space-col select {
    width: 100%;
    max-width: 80%;
}

.col-sm-6.contact-col.space-col input {
    width: 100%;
    max-width: 75%;
}

.add-more {
    width: 88%;
    display: flex;
    justify-content: flex-end;
    margin: 30px 0px;
}


/* step 3 css */

.step-3 {
    width: 100%;
    max-width: 550px;
    padding: 20px;
    margin: 0 auto;
}

.add-More {
    width: 100%;
    max-width: 550px;
    padding: 20px;
}

.add-more2 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 14px -4px;
}

.form-check label.form-check-label.col-form-label {
    font-size: 14px;
}

button.btn.btn-add {
    font-size: 14px;
    color: #fffbfb;
    font-family: "Adelle";
    height: 37px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #24a844;
    width: 100px;
    text-transform: uppercase;
}


/* step 4 css */

.col-md-6.space-col2 select {
    width: 100%;
    max-width: 73%;
}

.col-md-6.space-col2 input {
    width: 100%;
    max-width: 73%;
}

.add-box {
    width: 100%;
    max-width: 563px;
    padding: 25px;
    background-color: #fff;
    border: 1px solid #ced4da;
    /* min-height: 305px; */
}

.add-more3 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.col-sm-2.add-btn-col .btn-add {
    width: 100%;
}

.col-sm-2.add-btn-col {
    padding: 0px;
}


/* simran */

.nav-toggle-span {
    min-height: 80px;
    padding: 20px 10px;
    float: left;
    display: inline-block;
}

.btn.btn-toggle i {
    font-size: 20px;
    color: #a5a5a5;
}


/* .a.nav-link.side-menu-link img{
       padding-right: 20px;
    width: 40px;
    height: 25px;
    object-fit: contain;
  }  */

.opnds {
    display: none;
}

.closebtn {
    display: none;
}

@media only screen and (max-width: 1024px) {
    a.nav-link.side-menu-link {
        font-size: 14px;
    }
    .opnds {
        display: block;
    }
    .closebtn {
        display: block;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }
    .sidenav a:hover {
        color: #f1f1f1;
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    .right-side-body {
        width: 100%;
    }
    .restaurant-body {
        width: 100%;
    }
    @media screen and (max-height: 450px) {
        .sidenav {
            padding-top: 15px;
        }
        .sidenav a {
            font-size: 18px;
        }
    }
}

.fieldSet input.form-control {
    width: 100%;
    height: 30px;
    padding: 2px;
    text-align: center;
}

.form-group.row.kyc-form.fieldSet {
    text-align: center;
    align-content: center;
}

div#mySidenav {
    left: 0;
    padding-top: 0px;
    top: 0;
    max-width: 280px;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px #cbcbcb;
}

a.nav-link.side-menu-link-dull {
    font-size: 17px;
    color: #a3a3a3;
    font-family: "Product Sans";
}

a.nav-link.side-menu-link-dull img {
    padding-right: 20px;
    height: 25px;
    width: 40px;
    object-fit: contain;
}

a.nav-link.side-menu-link-dull {
    font-size: 17px;
    /* color: #000000; */
    color: #6d6d6d;
    font-family: "Product Sans";
}

a.nav-link.side-menu-link-dull.active {
    color: #fff;
}

@media(max-width:1024px) {
    button.btn.btn-green {
        font-size: 10px!important;
        color: #fffbfb;
        /* font-family: "Adelle"; */
        padding: 0px;
        height: 37px;
        border-radius: 2px;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
        background-color: #24a844;
        width: 100%;
    }
}


/* simran */


/* 21 css header befor login */

a.menu-link-befor-sign-up button.btn.sign-btn {
    /* background-color: #ffc000; */
    padding: 10px 20px;
    font-size: 20px;
    line-height: 25px;
    /* color: #ffffff; */
    font-family: "Product Sans";
    font-weight: bold;
}

a.menu-link-befor-login button.btn.login-btn {
    padding: 10px 20px;
    font-size: 20px;
    line-height: 26px;
    /* color: #2b292d; */
    font-family: "Product Sans";
    font-weight: bold;
    margin-right: 10px;
}


/* end */


/* sign-up css start */

.sign-box {
    height: auto;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    width: 100%;
    max-width: 660px;
}

section.login-section {
    min-height: calc(100vh - 74px)!important;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

section.login-section {
    /* height: 86vh; */
    /* align-items: center; */
    /* display: flex; */
}

.login-contant {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    padding: 13px 0px;
}

.login-contant h1 {
    font-size: 28px;
    color: #0d0d0d;
    font-family: "Adelle";
    font-weight: bold;
    text-align: center;
}

.form-group.kyc-form.phone-icon img {
    position: absolute;
    bottom: 24px;
    left: 24px;
}

.form-group.kyc-form.phone-icon input {
    position: relative;
    padding-left: 40px;
}

.email-box {
    background-image: url('../images/tranperant-img.png');
    background-repeat: no-repeat;
}

.kyc-form.email-icon img {
    margin-top: -65px;
    margin-left: 9px;
}

.kyc-form.email-icon input {
    padding-left: 45px;
    opacity: 0.5;
}

input#sign-up-box {
    height: 20px;
    width: 20px;
}

.take {
    margin-top: 10px;
}

label.form-check-label.col-form-label.label2 {
    padding-left: 5px;
}

.form-check label.form-check-label.col-form-label.label2 {
    font-size: 14px;
    margin-top: 10px;
    padding: 0px 5px;
}

button.btn.btn-add:first-child {
    margin-bottom: -15px;
}

label.form-check-label.terms {
    padding-left: 5px;
    padding-top: 8px!important;
    margin-bottom: 0px;
}

.form-group.row label {
    display: flex;
    align-items: center;
    max-height: 38px;
}

label.form-check-label.terms {
    font-size: 14px;
    color: #1e1e1e;
    font-family: "Product Sans";
    padding-top: 6px;
}

label.form-check-label.terms span {
    color: #f33604;
    padding-left: 5px;
}

.email-box h5 {
    font-size: 16px;
    line-height: 25px;
    color: #1e1e1e;
    font-family: "Product Sans";
    padding: 20px 0px;
}

button.btn.btn-registor {
    font-size: 22px;
    line-height: 25px;
    color: #ffffff;
    font-family: "Adelle";
    font-weight: bold;
    height: 53px;
    border-radius: 4px;
    background-color: #24a844;
    width: 100%;
    /* margin-bottom: 30px; */
}

.log-in {
    text-align: center;
    padding: 20px 0px;
}

.log-in span {
    font-size: 16px;
    color: #0d0d0d;
    font-family: "Product Sans";
}

.log-in a {
    font-size: 16px;
    color: #f33604;
    font-family: "Product Sans";
    padding-left: 5px;
}


/* phone-varification css start */

.login-contant h3 {
    font-size: 22px;
    line-height: 25px;
    color: #24a844;
    font-family: "Product Sans";
    text-align: center;
    padding: 15px 0px;
}

.edit a {
    font-size: 18px;
    line-height: 25px;
    color: #f62525;
    font-family: "Product Sans";
    width: 100%;
    max-width: 20%;
    margin: 0 auto;
    padding-top: 15px;
}

.edit {
    display: flex;
    align-items: center;
}

.form-group.kyc-form.email-icon input {
    opacity: 0.5;
}

.otp-box {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

input.form-control.otp {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #a7a7a7;
    margin: 0px 5px;
    opacity: 0.5;
}

.email-box h4 {
    font-size: 18px;
    line-height: 25px;
    color: #1e1e1e;
    font-family: "Product Sans";
    padding: 5px 0px;
}

.login-contant h2 {
    font-size: 22px;
    line-height: 25px;
    color: #000000;
    font-family: "Product Sans";
    padding: 10px 0px;
}

.edit2 a {
    font-size: 18px;
    line-height: 25px;
    color: #f62525;
    font-family: "Product Sans";
    width: 100%;
    max-width: 20%;
    min-height: 75px;
}

.edit2 {
    display: flex;
    align-items: center;
}

.otp-flex {
    display: flex;
}

button.btn.btn-item {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-family: "Adelle";
    width: 200px;
    height: 40px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #b18004;
}


/* add more css 23-9-2019 */

.col-md-12.col-text {
    padding-right: 0px;
}

.col-sm-8.icon-col input {
    position: relative;
}

.col-sm-8.icon-col img {
    position: absolute;
    right: 150px;
    top: 7px;
}


/* modal css */

.modal-body.category-body h3 {
    font-size: 22px;
    line-height: 35px;
    color: #010101;
    font-family: "Adelle";
    font-weight: bold;
    text-align: center;
}

ul.category-ul li {
    font-size: 16px;
    line-height: 35px;
    color: #201e1e;
    font-family: "Product Sans";
    list-style: none;
    font-weight: 600;
}

.modal-dialog.modal-dialog-centered.category-dialog {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.ul-button button {
    width: 120px;
    height: 50px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #24a844;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 18px;
    color: #ffffff;
    font-family: "Adelle";
}

ul.d-flex.justify-content-center.ul-button {
    list-style: none;
    padding: 0;
}

button.btn.btn-add2 {
    font-size: 15px;
    color: #fffbfb;
    font-family: "Adelle";
    height: 37px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #24a844;
    width: 120px;
    text-transform: uppercase;
}

.modal-ok,
.modal-ok:hover,
.modal-ok:focus {
    color: #fff;
}


/* manege offer css */

table.table {
    border: 1px solid #ccc;
    text-align: center;
}

thead.table-header tr {
    background-color: #24a844;
    color: #fff;
    border: 1px solid #24a844;
    font-size: 18px;
    font-family: "Product Sans";
}

tbody.table-border tr {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 15px;
    color: #000000;
    font-family: "Product Sans";
}

button.btn.btn-disable-active {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 13px;
    color: #fffefe;
    font-family: "Product Sans";
    width: 83px;
    height: 29px;
    background-color: #24a844;
    border: 1px solid #b7b7b7;
}

button.btn.btn-disable {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 13px;
    color: #000000;
    font-family: "Product Sans";
    width: 83px;
    height: 29px;
    background-color: #d6d0d0;
    border: 1px solid #b7b7b7;
}

a.view {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 15px;
    color: #000000;
    font-family: "Product Sans";
    padding-left: 10px;
}

li.nav-item.menu-item img {
    margin: 10px 20px;
}

ul.hearder-left-menu {
    display: flex;
    list-style: none;
    padding: 0;
    width: 100%;
    margin-left: 20px;
    height: 60px;
    align-items: center;
}

li.hearder-nav-item {
    width: 100%;
    max-width: 200px;
    padding-top: 10px;
    margin: 0px 10px;
}

label.header-label {
    font-size: 16px;
    line-height: 28px;
    color: #2b292d;
    font-family: "Product Sans";
    margin: 0;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: #24a844;
    outline: none;
    opacity: 0.7;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #24a844;
    cursor: pointer;
    border-radius: 50%;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #24a844;
    cursor: pointer;
}

.d-flex.justify-content-between.range-text label {
    font-size: 13px;
    color: #2f2f2f;
    font-family: "Product Sans";
}

.pointer {
    cursor: pointer;
}


/* kyc modal css */

.kyc-contant-text {
    position: relative;
}

.kyc-modal h3 {
    font-size: 16px;
    letter-spacing: 0px;
    color: #000000;
    font-family: "Product Sans";
    text-align: center;
    word-spacing: 3px;
    padding-left: 10px;
}

.kyc-modal a {
    color: #f62525;
    padding: 0px 5px;
}

.talk-bubble {
    display: inline-block;
    position: relative;
    width: 590px;
    height: 75px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
    background-color: #f9f9f9;
    align-items: center;
    top: -85px;
    left: 250px;
    display: flex;
    position: absolute;
}

.border {
    border: 8px solid #cccccc;
}

.round {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.talk-bubble.tri-right.border.round.btm-left-in.kyc-modal {
    border-radius: 10px;
}


/* home page css start */

section.banner-section {
    position: relative;
    width: 100%;
    margin-top: 5px;
}

section.banner-section img {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    object-fit: cover;
    height: auto;
    max-height: 700px;
    min-height: 700px;
}

.banner-contant {
    position: absolute;
    top: 30%;
    width: 100%;
    max-width: 900px;
    color: #fff;
    text-align: center;
}

section.banner-section {
    position: relative;
    width: 100%;
    margin-top: 5px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-contant h1 {
    font-size: 57px;
    color: #fefffb;
    font-family: "Adelle";
    font-weight: 800;
    text-align: center;
}

.banner-contant p {
    width: 100%;
    /* height: 90px; */
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    font-family: "Product Sans";
    /* max-width: 590px; */
    margin: 0 auto;
}

button.btn.green-btn-now {
    width: 330px;
    height: 65px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    background: #24a844;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #ffffff;
    font-family: "Adelle";
    margin: 30px 0px;
}

section.banner-section-2 {
    width: 100%;
    /* position: relative; */
    background-image: url('../images/banner-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    height: auto;
    max-height: 800px;
    min-height: 800px;
}


/* section.banner-section-2 img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    height: auto;
    max-height: 800px;
    min-height: 800px;
} */

.banner-2 {
    height: auto;
    max-height: 800px;
    min-height: 800px;
}

.col-md-6.banner-2.phone-img {
    display: flex;
    align-self: flex-end;
    height: auto;
    max-height: 800px;
    min-height: 800px;
    padding-top: 60px;
    justify-content: flex-end;
}

.banner-col-text h3 {
    font-size: 32px;
    line-height: 27px;
    color: #ffffff;
    font-family: "Adelle";
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
}

.banner-col-text p {
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    font-family: "Myriad Pro";
    text-align: center;
    padding-bottom: 50px;
}

.col-md-6.banner-2 {
    display: flex;
    align-items: center;
}

footer.footer-section {
    background-image: url('../images/footer-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    height: auto;
    /* max-height: 400px; */
    /* min-height: 400px; */
    display: flex;
    align-items: center;
    filter: hue-rotate(45deg);
}

.footer-logo {
    display: flex;
    justify-content: space-between;
}

ul.footer-ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

ul.footer-1 {
    padding: 0;
    list-style: none;
}

ul.footer-1 h6 {
    font-size: 21px;
    line-height: 24px;
    color: #fefefe;
    font-family: "Product Sans";
}

ul.footer-1 label {
    width: 220px;
    height: 22px;
    font-size: 16px;
    color: #ffffff;
    font-family: "Product Sans";
    padding-left: 15px;
}

li.footer-text {
    display: flex;
}

li.footer-text img {
    height: 15px;
    margin-top: 8px;
}

.col-md-5.footer-left p {
    font-size: 16px;
    color: #ffffff;
    font-family: "Product Sans";
    text-align: -webkit-auto;
    padding: 20px 0px;
    margin: 0;
    padding-bottom: 0;
}

.footer-logo img {
    max-width: 230px;
}

.step-body {
    /* background-image: url('../images/banner-3.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    display: flex;
    justify-content: flex-end;
    position: relative;
}


/* .step-contant {
    position: absolute;
} */

.step-heading {
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0;
}

.step-heading h1 {
    font-size: 50px;
    line-height: 60px;
    color: #1f201e;
    font-family: "Product Sans";
    font-weight: bold;
    color: #1f201e;
    margin: 0;
}

.step-heading h2 {
    font-size: 50px;
    line-height: 60px;
    color: #1f201e;
    font-family: "Product Sans";
    font-weight: bold;
    color: #628f00;
    margin: 0;
}

.home-step-3 {
    position: absolute;
    top: 230px;
    right: 300px;
    width: 100%;
    text-align: right;
}

.home-step-3 h6 {
    font-size: 24px;
    line-height: 24px;
    color: #24a844;
    font-family: "Adelle";
    font-weight: bold;
}

.home-step-3 p {
    height: 145px;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    font-family: "Product Sans";
    text-align: right;
    width: 100%;
    max-width: 450px;
    float: right;
    margin: 0;
    word-break: break-all;
}

.home-step-2 {
    position: absolute;
    top: 440px;
    right: 510px;
    width: 100%;
    text-align: right;
}

.home-step-2 h6 {
    font-size: 24px;
    line-height: 24px;
    color: #deac15;
    font-family: "Adelle";
    font-weight: bold;
}

.home-step-2 p {
    height: 145px;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    font-family: "Product Sans";
    text-align: right;
    width: 100%;
    max-width: 480px;
    float: right;
    margin: 0;
    word-break: break-all;
}

.home-step-1 h6 {
    font-size: 24px;
    line-height: 24px;
    color: #233101;
    font-family: "Adelle";
    font-weight: bold;
    text-align: right;
}

.home-step-1 p {
    height: 145px;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    font-family: "Product Sans";
    text-align: right;
    width: 100%;
    max-width: 430px;
    float: right;
    margin: 0;
    text-align: right;
    word-break: break-all;
}

.home-step-1 {
    position: absolute;
    bottom: 35px;
    right: 690px;
    width: 100%;
}

.social-logo {
    padding-top: 15px;
}

li.footer-li {
    width: 33.33%;
}

a.footer-text {
    display: flex;
}

.row.footer-container {
    margin: 20px 0px;
    margin-bottom: 0;
}

.phone-div {
    display: none;
}

@media(max-width:1024px) {
    .kyc-header.mt-4 .form-group.row label {
        padding: 0px 0px;
    }
    .kyc-header.mt-4 .tab-content form .row .col-md-5 {
        min-width: 100%;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .kyc-header.mt-4 .tab-content form .row .col-md-7 {
        min-width: 100%;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .kyc-header.mt-4 .tab-content form .row .col-md-5 input {
        max-width: 100%;
        float: right;
    }
    /* .banner-contant h1 {
        margin: 0 auto;
        font-size: 40px;
        width: 100%;
        max-width: 600px;
        padding-bottom: 20px;
    } */
    .step-body img {
        width: 100%;
        max-width: 600px;
    }
    .home-step-3 {
        top: 200px;
        right: 260px;
    }
    .home-step-2 {
        top: 370px;
        right: 430px;
    }
    .home-step-2 p {
        max-width: 390px;
    }
    .home-step-1 {
        bottom: 0;
        right: 600px;
    }
    .home-step-1 p {
        max-width: 350px;
    }
    .step-heading h2 {
        font-size: 40px;
    }
    .step-heading h1 {
        font-size: 40px;
    }
    .app-img {
        text-align: center;
    }
    .app-img img {
        margin: 10px 0px;
    }
    .footer-logo img {
        max-width: 210px;
    }
    .social-logo {
        padding-top: 10px;
    }
}

@media(max-width:768px) {
    .banner-contant h1 {
        font-size: 40px;
    }
    .banner-contant p {
        max-width: 550px;
    }
    .step-body img {
        width: 100%;
        max-width: 450px;
    }
    .col-md-6.banner-2.phone-img img {
        max-width: 360px;
        padding-top: 220px;
    }
    .banner-col-text h3 {
        font-size: 25px;
        padding-bottom: 15px;
    }
    .banner-col-text p {
        font-size: 16px;
        padding-bottom: 20px;
    }
    section.banner-section-2 {
        max-height: 700px;
    }
    .row.footer-container {
        display: block;
    }
    .col-md-5.footer-left {
        width: 100%;
        min-width: 100%;
    }
    .col-md-7.menu-footer {
        width: 100%;
        min-width: 100%;
        margin: 20px 0px;
    }
    .social-logo img {
        padding: 0px 15px;
    }
    .step-body {
        display: none;
    }
    .phone-div {
        display: block;
    }
    .phone-step-3 {
        display: flex;
        justify-content: space-between;
    }
    .step-text h6 {
        font-size: 24px;
        line-height: 24px;
        color: #24a844;
        font-family: "Adelle";
        font-weight: bold;
        text-align: right;
    }
    .step-text p {
        font-size: 17px;
        line-height: 24px;
        color: #000000;
        font-family: "Product Sans";
        text-align: right;
    }
    .step-img img {
        max-width: 250px;
    }
    .step-text {
        padding-top: 65px;
    }
    .phone-step-2 {
        display: flex;
        justify-content: space-between;
    }
    .step-text2 h6 {
        font-size: 24px;
        line-height: 24px;
        color: #deac15;
        font-family: "Adelle";
        font-weight: bold;
        text-align: left;
    }
    .step-text2 p {
        font-size: 17px;
        line-height: 24px;
        color: #000000;
        font-family: "Product Sans";
        text-align: left;
    }
    .step-text2 {
        padding-top: 65px;
    }
    .phone-step-1 {
        display: flex;
        justify-content: space-between;
    }
    .aboutheading {
        font-size: 30px;
        color: #000000;
        font-family: "Adelle";
        font-weight: bold;
        padding: 35px 0px;
        margin: 0px;
    }
    .step-text1 h6 {
        font-size: 24px;
        line-height: 24px;
        color: #233101;
        font-family: "Adelle";
        font-weight: bold;
        text-align: right;
    }
    .step-text1 p {
        font-size: 17px;
        line-height: 24px;
        color: #000000;
        font-family: "Product Sans";
        text-align: right;
    }
    .step-text1 {
        padding-top: 65px;
    }
}

@media(max-width:767px) {
    .banner-contant h1 {
        padding: 0px 15px;
        font-size: 25px;
    }
    .banner-contant p {
        max-width: 550px;
        padding: 0px 15px;
    }
    button.btn.green-btn-now {
        width: 270px;
        font-size: 20px;
    }
    ul.footer-ul {
        display: block;
    }
    li.footer-li {
        width: 100%;
        margin-top: 20px;
    }
    .footer-logo {
        display: block;
        text-align: center;
    }
    .footer-logo img {
        max-width: 260px;
        margin-bottom: 10px;
    }
    .social-logo img {
        padding: 0px 15px;
    }
    .col-md-5.footer-left p {
        font-size: 15px;
        color: #ffffff;
        font-family: "Product Sans";
        text-align: justify;
        padding: 20px 0px;
        margin: 0;
    }
    ul.footer-1 label {
        font-size: 16px;
    }
    .col-md-6.banner-2.phone-img {
        height: auto;
        max-height: 290px;
        min-height: 0px;
        padding-top: 0px;
        justify-content: flex-end;
        text-align: center;
    }
    .col-md-6.banner-2.phone-img img {
        max-width: 200px;
        padding-top: 0;
        margin: 0 auto;
    }
    .banner-2 {
        height: auto;
        max-height: 800px;
        min-height: 0px;
    }
    .col-md-6.banner-2 {
        padding: 40px 0px;
    }
    .col-md-6.banner-2.phone-img {
        padding: 0;
        margin: 28px auto;
    }
    .banner-col-text p {
        font-size: 16px;
        padding-bottom: 20px;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        text-align: justify;
    }
    .step-img img {
        max-width: 100px;
    }
    .step-text1 {
        padding-top: 20px;
    }
    .step-img {
        display: flex;
        align-items: center;
    }
    .step-text1 h6 {
        font-size: 18px;
    }
    .step-text1 p {
        font-size: 14px;
        line-height: 18px;
    }
    .step-text2 {
        padding-top: 20px;
    }
    .step-text2 h6 {
        font-size: 18px;
    }
    .step-text2 p {
        font-size: 14px;
        line-height: 18px;
    }
    .step-text {
        padding-top: 20px;
    }
    .step-text h6 {
        font-size: 18px;
    }
    .step-text p {
        font-size: 14px;
        line-height: 18px;
    }
}

@media(max-width:320px) {
    .banner-col-text {
        padding: 0px 15px;
    }
    .col-md-6.banner-2 {
        padding: 26px 0px;
    }
    .container-fluid {
        padding: 0px 15px !important;
    }
    .banner-contant {
        top: 25%;
    }
}


/* KYC 3PAGES CSS ******** 7-10-2019  bank details*****/

.step-5 {
    width: 100%;
    max-width: 700px;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
}

.form-group.row.step-5kyc {
    text-align: left;
}


/* complete your kyc */

.cross img {
    width: 250px;
}

.cross2 img {
    width: 150px;
}

.cross2 {
    text-align: center;
}

.rejected-body {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.cross {
    margin: 20px 0px;
}

.rejected-kyc h5 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    padding: 20px 0px;
    font-family: "Product Sans";
}

.rejected-kyc h4 {
    padding: 20px 0px;
    margin: 0;
    font-family: 'Adelle';
}

ul.reasons-ul {
    padding: 0;
    list-style: none;
}

li.reasons-li {
    display: flex;
}

li.reasons-li i {
    font-size: 14px;
    color: #c19e31;
    padding-top: 10px;
    padding-right: 20px;
}

li.reasons-li p {
    margin: 3px;
    font-weight: 500;
    font-family: "Product Sans";
}

.process img {
    width: 250px;
    margin-bottom: 20px;
}

.process {
    text-align: center;
}

.process h3 {
    padding: 20px 0px;
    font-weight: 500;
}


/* Approved your kyc */

.congrtln {
    display: flex;
    justify-content: center;
    margin: 20px 0px;
    text-align: center;
}

.congrtln h3 {
    color: #24a844;
    font-size: 30px;
    font-family: 'Adelle';
}

.congrtln h4 {
    padding-top: 8px;
    font-family: "Product Sans";
    font-size: 20px;
}

.cross {
    text-align: center;
}


/* charu css 11/10/2019 */

h5.please-sign {
    padding-bottom: 4px;
}

.you-are {
    padding-top: 50px;
    padding-left: 27px;
    padding-right: 25px;
    text-align: center;
}

.lets-footer {
    padding-bottom: 25px;
}

@media (max-width:1280px) {
    .sign-box {
        margin-top: 19px;
    }
}

@media (max-width:767px) {
    .congrtln {
        display: block;
        text-align: center;
    }
    .sign-box {
        max-width: 350px !important;
    }
}

.social-logo img {
    margin: 5px;
    width: 35px;
}


/* subscription page css 14-10-2019 start */


/* subscription-page css start */

.card-sub {
    /* width: 289px;
    height: 427px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.15);
    background-color: #ffffff;
    text-align: center; */
    width: 289px;
    height: auto;
    min-height: 427px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    text-align: center;
    padding-bottom: 19px;
}

span.head-card-topic {
    position: absolute;
    top: 50px;
    color: white;
    left: 0%;
    width: 100%;
    text-align: center;
    padding: 0px 5px;
}

.card-topic {
    position: relative;
}

.buy {
    padding-top: 65px;
}

button.button.get-start {
    width: 210px;
    height: 44px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #486704;
    color: white;
    margin-top: 30px;
}

.card-sub img {
    width: 100%;
}

button.button.get-start.blue {
    background-color: #055377;
}

button.button.get-start.yellow {
    background-color: #80600a;
}

.subscription-contant h3 {
    font-size: 18px;
    padding-bottom: 35px;
    text-align: center;
    font-family: 'Adelle';
}

.container.your-plan {
    width: 100%;
    max-width: 920px;
}

.card-sub:hover {
    transform: scale(1.1);
    transition-duration: 2s;
    overflow: visible;
}

@media(max-width:1280px) {
    .card-sub {
        width: 261px;
    }
    span.head-card-topic {
        left: 0px;
    }
}

@media(max-width:768px) {
    ul.navbar-nav.mr-auto li.nav-item.dropdown {
        margin: 5px 0px 0px 0px;
    }
    ul.navbar-nav.mr-auto li.nav-item.dropdown a#navbarDropdown {
        margin-left: 0px;
        padding: 8px 5px;
        max-width: 112px;
    }
    a#navbarDropdown img {
        height: 18px;
        width: 25px;
    }
    .card-sub {
        width: 232px;
        margin: 0 auto;
        margin-left: -9px;
    }
    .subscription-contant h3 {
        font-size: 21px;
        padding-top: 15px;
        padding-bottom: 23px;
    }
}

@media(max-width:767px) {
    .card-sub {
        width: 232px;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    span.head-card-topic {
        left: 47px;
        top: 35px;
    }
}

.app-img img {
    margin: 2px;
}

.modal-footer {
    margin: 0 auto;
}

nav.navbar.navbar-expand-lg.navbar-light.menu {
    padding: 0px 0px;
    padding-bottom: 0px;
}

@media(max-width:1366px) {
    .container1440 {
        max-width: 100% !important;
        width: 1440px !important;
        padding-right: 66px !important;
        padding-left: 77px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    li.nav-item.menu-tab {
        width: 25% !important;
    }
    .dashboard-body-ch {
        padding-left: 20px;
    }
}


/* subscription page css 14-10-2019 start */

.montly-tab.monthlysub {
    display: flex;
    align-items: center;
}

.subscription {
    /* margin-top: 50px; */
    margin-left: 50px;
}

.nav-link.subscription-link {
    width: 200px;
    border-radius: 2px;
    background-color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 18px;
    color: #000;
    font-family: "Adelle";
    /* box-shadow: 0px 1px 3px; */
    border: 1px solid #ccc;
}

.nav-link.subscription-link.active {
    background-color: #24a844;
    color: #fff;
    /* box-shadow: 0px 1px 3px #24a844; */
    box-shadow: 0px 1px 3px;
}

thead.table-head {
    border: 1px solid #24a844;
    background-color: #24a844;
    text-align: left;
    font-size: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    font-family: "Product Sans";
}

tbody.table-body {
    font-size: 18px;
    letter-spacing: 0px;
    color: #000000;
    font-family: "Product Sans";
    text-align: left;
    border: none;
    background-color: #ffffff;
    border: 1px solid #b7b7b7;
}

tbody.table-body td {
    border: none;
}

tfoot.table-footer {
    font-size: 18px;
    letter-spacing: 0px;
    color: #000000;
    font-family: "Product Sans";
    background-color: #fff;
    text-align: left;
}

.order-summry {
    height: 52px;
    background-color: #24a844;
    border: 1px solid #b7b7b7;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 13px;
    color: #ffffff;
    font-family: "Product Sans";
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #24a844;
}

.summary-text {
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #b7b7b7;
    border-top: none;
    padding: 29px 0px;
}

.summary-text h6 {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 25px;
    color: #000000;
    font-family: "Product Sans";
    text-align: center;
}

button.make-payment {
    width: 200px;
    height: 50px;
    border-radius: 2px;
    border: 1px solid #24a844;
    background-color: #24a844;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 18px;
    color: #ffffff;
    font-family: "Adelle";
    margin: 15px 0px;
    text-transform: uppercase;
}

.table-responsive.payment-table table.table {
    height: 290px;
    overflow: hidden;
}

td.total-table {
    text-align: center;
}

@media(max-width:767px) {
    .montly-tab.monthlysub {
        display: block;
    }
    .subscription {
        margin-left: 0px;
    }
    .nav-link.subscription-link {
        width: 100%;
    }
    li.nav-item.subscription-item {
        width: 50%;
    }
}


/* subscription page css 14-10-2019 start */


/* subscription details page css start */

.monthlysub-2 h3 {
    text-align: center;
    font-size: 28px;
    line-height: 20px;
    color: #24a844;
    font-family: "Adelle";
    font-weight: 300;
}

.monthlysub-2 h4 {
    text-align: center;
    font-size: 24px;
    line-height: 20px;
    color: #24a844;
    font-family: "Adelle";
    font-weight: 300;
    margin: 0;
    padding-left: 5px;
}

.monthlysub-2 strong {
    font-size: 32px;
    font-weight: 900;
}

.monthlysub-2 a {
    font-size: 20px;
    color: #ff0b0b;
    font-family: "Adelle";
    text-decoration: underline;
    padding-left: 10px;
}

.monthlysub-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* .monthlysub-2 a {
    font-size: 20px;
    line-height: 20px;
    color: #ff0b0b;
    font-family: "Adelle";
    text-decoration: underline;
    padding-left: 10px;
} */

.summary-text2 a {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 25px;
    color: #0a5abd;
    font-family: "Product Sans";
    text-align: center;
}

.summary-text2 {
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #b7b7b7;
    border-top: none;
    padding: 25px 0px;
    height: auto;
    min-height: 105px;
}

td.total-table2 {
    text-align: right;
    padding-right: 50px;
    width: 30%;
}

th.total-table2 {
    text-align: right;
    padding-right: 50px;
    width: 30%;
}

td.total-table3 {
    text-align: end;
}

tbody.recurring-body {
    background: #fff;
    text-align: left;
}

td.recurring-td {
    width: 30%;
    border: 1px solid #dee2e6;
    font-size: 16px;
    line-height: 13px;
    color: #000000;
    font-family: "Product Sans";
    padding: 20px;
}

tr.recurring-tr {
    font-size: 16px;
    line-height: 13px;
    color: #000000;
    font-family: "Product Sans";
}

td.total-table4 {
    padding: 20px;
}

.recurring.mt-3 h4 {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    font-family: "Adelle";
    font-weight: bold;
}

.recurring.mt-3 p {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    font-family: "Product Sans";
}

@media(max-width:1280px) {
    td.recurring-td {
        width: 40%;
    }
}

@media(max-width:1024px) {
    td.total-table2 {
        padding-right: 30px;
    }
}

@media(max-width:768px) {
    .monthlysub-2 {
        display: block;
        text-align: center;
    }
    .monthlysub-2 h4 {
        font-size: 23px;
        margin-top: 20px;
    }
    .monthlysub-2 a {
        padding-left: 0px;
    }
}

@media(max-width:767px) {
    td.total-table2 {
        padding-right: 10px;
    }
    .monthlysub-2 {
        display: block;
        text-align: center;
    }
    .monthlysub-2 h4 {
        font-size: 23px;
        margin-top: 20px;
    }
    .monthlysub-2 a {
        padding-left: 0px;
    }
}


/* label.col-form-label {
    margin-top: -2px;
} */


/* charu css starting */


/* order-history starting css */

.oderhistory-table tbody.table-border tr {
    background: #fff;
    height: 40px;
}

.table.oderhistory-table thead th {
    height: 40px;
}

.order-search ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
}

button.btn.reset-btn {
    font-size: 16px;
    color: #fffbfb;
    font-family: "Adelle";
    height: 37px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #b48504;
    width: 100%;
    min-width: 90px;
}

button.btn.apply-btn {
    font-size: 16px;
    color: #fffbfb;
    font-family: "Adelle";
    height: 37px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #24a844;
    width: 100%;
    min-width: 100px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da !important;
    outline: 0;
    box-shadow: none;
}

.order-icon {
    position: absolute;
    top: 251px;
    color: #495057;
    font-size: 14px;
    padding-left: 10px;
}

.searchbox-data {
    padding-left: 30px !important;
}

.float-left a i {
    display: none;
}

/* .order-search ul li {
    margin-right: 10px;
} */

@media (max-width:1024px) {
    .order-icon {
        top: 326px;
    }
}

@media (max-width:768px) {
    .order-icon {
        top: 324px;
    }
}

@media (max-width:767px) {
    .order-icon {
        top: 303px;
    }
    .order-search ul li {
        margin-right: 0px;
    }
    .order-search ul {
        display: block;
    }
    .order-search ul li {
        margin-bottom: 10px;
    }
    .order-input {
        padding: 5px !important;
    }
}

@media (max-width:320px) {
    .order-icon {
        top: 341px;
    }
}


/* order-history ending css */


/* order-details css */

p.kyc-verification2 {
    font-size: 15px;
    line-height: 30px;
    color: #787676;
    font-family: "Product Sans";
}

.oderdetail-table {
    background: #fff;
}

.ordernumber-center {
    display: flex;
    align-items: center;
}

.nonespace {
    margin-bottom: 0px;
}

.map-data .mapouter .gmap_canvas iframe#gmap_canvas {
    height: 100%;
    width: 100%;
    min-height: 500px;
}

a.simple-button {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    text-decoration: none !important;
}

.anquer1 {
    margin-right: 10px;
}

.update-listing {
    display: flex;
    justify-content: space-between;
}

.half-inventorylist {
    width: 100%;
    max-width: 655px;
}


/* order-details css */


/* inventory details */

.whitex-box {
    background: #fff;
    width: 100%;
    max-width: 500px;
    border: 1px solid #dee2e6;
    margin: 0 auto;
    padding: 20px;
}

.buton-inlineform {
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 292px;
    padding-left: 72px;
}

.Inventory-contant {
    position: relative;
}

.order-icon1 {
    position: absolute;
    top: 81px;
    color: #495057;
    font-size: 14px;
    padding-left: 10px;
}

.main-Bubble {
    height: auto;
    top: -67px;
    left: 162px;
    /* background: #f2f1c2; */
}

.user-cont {
    margin-top: 15px !important;
}

.small-bubble {
    /* background: #f2f1c2; */
}


/* inventory details */


/* chat css start */

.post-field.main-post.chat-post {
    width: 100%;
    margin-bottom: 0px;
}

.post-field {
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: row; */
    margin-bottom: 8px;
}

.chate-box {
    position: relative;
    width: 100%;
    padding: 0px 20px;
}

.main-chat {
    height: auto;
    min-height: 450px;
    overflow-y: scroll;
    max-height: 450px;
    clear: both;
    margin-bottom: 90px;
}

.chate-lest1 {
    border: 2px solid #e6e6e6;
    background-color: #e6e6e6;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    width: 100%;
    max-width: 700px;
    float: left;
    clear: both;
}


/* .darker {
    border-color: #3cc114;
    background-color: #3cc114;
    width: 100%;
    max-width: 700px;
    float: right;
    clear: both;
} */

.darker {
    border-color: #e6e6e6;
    background-color: #e6e6e6;
    width: 100%;
    max-width: 700px;
    float: right;
    clear: both;
}

.chate-lest1 img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
}

.chate-lest1 p {
    float: left;
    align-items: center;
    display: flex;
    height: 50px;
    margin: 0;
    color: #000;
}

.time-right {
    float: right;
    color: #000;
    display: flex;
    align-items: flex-end;
    height: 50px;
}

.chate-lest1::after {
    content: "";
    clear: both;
    display: table;
}

.chate-lest2 img {
    float: right;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
}

.chate-lest2.darker p {
    align-items: center;
    float: right;
    display: flex;
    margin: 0;
    height: 50px;
    padding-right: 30px;
    /* color: #fff; */
    color: #000;
}

.time-left {
    float: left;
    /* color: #fff; */
    color: #000;
    display: flex;
    align-items: flex-end;
    height: 50px;
}

.chate-lest2::after {
    content: "";
    clear: both;
    display: table;
}

.send-msg {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.file-atech {
    width: 85%;
}

.send-msg input {
    height: 50px;
    color: #e6e6e6;
    font-weight: 600;
    width: 100%;
    border-radius: 10px;
    height: 50px;
    border-radius: 10px;
    color: #063f54;
    font-weight: 900;
}

.atech img {
    height: 25px;
    width: 25px;
    position: absolute;
    right: 145px;
    bottom: 27px;
}

input.form-control.file {
    position: absolute;
    bottom: 0;
    right: -18px;
    width: 100%;
    max-width: 70px;
    opacity: 0;
}

.sendimage {
    max-width: 100px;
}

button.btn.send-img {
    margin: 0;
}

@media(max-width:1440px) {
    .file-atech {
        width: 75%;
    }
    .atech img {
        right: 205px;
    }
}

@media(max-width:767px) {
    .atech img {
        right: 88px;
        bottom: 38px;
    }
    .send-msg {
        display: block;
    }
    .button-division {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .file-atech {
        width: 90%;
    }
}


/* chat css ending */


/* page56 css start */

.small-heading {
    font-size: 22px;
    line-height: 20px;
    color: #000000;
    font-family: "Adelle";
    font-weight: bold;
}

.buisnneslabel .form-group label {
    padding: 0px;
}

.optionlisting {
    padding-left: 0px;
    list-style: none;
    width: 100%;
    max-width: 214px;
    display: flex;
    justify-content: space-between;
}

.checkspacing {
    padding-top: 3px !important;
}

.locationlisting {
    padding-left: 0px;
    list-style: none;
    width: 100%;
    min-width: 900px;
    display: flex;
    flex-wrap: wrap
}

.rightspacing-restaurt {
    padding-left: 0px;
}

.menu-list {
    position: relative;
    margin-bottom: 85px;
}

.menu-Bubble {
    height: auto;
    top: -30px;
    left: 162px;
    width: 100%;
    max-width: 452px;
}

@media (max-width: 767px) {
    .menu-Bubble {
        top: 28px;
        left: 0px;
    }
    .table-res {
        /* margin-top: 141px !important; */
        margin-top: 30px !important;
    }
}


/* page56 css end */

.optionlisting58 {
    padding-left: 0px;
    list-style: none;
    width: 100%;
}


/* charu css ending */

.custom-margin {
    margin-bottom: 15px;
}

@media (max-width: 1440px) {
    .form-group.row.kyc-form.kyc-form2 {
        padding: 0px 0px 0px 0px;
    }
    .form-group.row.kyc-form.managewidth .col-sm-4:last-child {
        margin-left: -7px!important;
    }
}

.logout-menu {
    position: absolute;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 93px;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

label.custom-kyc {
    line-height: 2;
}

.cus-whitespace {
    white-space: normal!important;
}

@media(max-width:1280px) {
    p.kyc-verification.pass {
        margin-top: 5px;
    }
}

p.kyc-verification.pass {
    margin-top: 6px;
}


/* charu css starting */


/* order-history starting css */

.oderhistory-table tbody.table-border tr {
    background: #fff;
    height: 40px;
}

.table.oderhistory-table thead th {
    height: 40px;
}

.order-search ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
}

button.btn.reset-btn {
    font-size: 15px;
    color: #fffbfb;
    font-family: "Adelle";
    height: 37px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #b48504;
    width: 100%;
    min-width: 90px;
    text-transform: uppercase;
}

button.btn.apply-btn {
    font-size: 15px;
    color: #fffbfb;
    font-family: "Adelle";
    height: 37px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #24a844;
    width: 100%;
    min-width: 100px;
    text-transform: uppercase;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid #24a844 !important;
    outline: 0;
    box-shadow: none;
}

.order-icon {
    position: absolute;
    /* top: 251px; */
    top: 12px;
    color: #495057;
    font-size: 14px;
    padding-left: 10px;
}

.searchbox-data {
    padding-left: 30px !important;
}

.float-left a i {
    display: none;
}

.order-search ul li {
    margin-right: 10px;
    width: 16%;
}
li.search-li {
    position: relative;
}

@media (max-width:1024px) {
    .order-icon {
        top: 326px;
    }
}

@media (max-width:768px) {
    .order-icon {
        top: 324px;
    }
}

@media (max-width:767px) {
    .order-icon {
        top: 303px;
    }
    .order-search ul li {
        margin-right: 0px;
    }
    .order-search ul {
        display: block;
    }
    .order-search ul li {
        margin-bottom: 10px;
    }
    .order-input {
        padding: 5px !important;
    }
}

@media (max-width:320px) {
    .order-icon {
        top: 341px;
    }
}


/* order-history ending css */


/* order-details css */

p.kyc-verification2 {
    font-size: 15px;
    line-height: 30px;
    color: #787676;
    font-family: "Product Sans";
}

.oderdetail-table {
    background: #fff;
}

.ordernumber-center {
    display: flex;
    align-items: center;
}

.nonespace {
    margin-bottom: 0px;
}

.map-data .mapouter .gmap_canvas iframe#gmap_canvas {
    height: 100%;
    width: 100%;
    min-height: 500px;
}

a.simple-button {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    text-decoration: none !important;
}

.anquer1 {
    margin-right: 10px;
}

.update-listing {
    display: flex;
    justify-content: space-between;
}

.half-inventorylist {
    width: 100%;
    max-width: 655px;
}


/* order-details css */


/* inventory details */

.whitex-box {
    background: #fff;
    width: 100%;
    max-width: 500px;
    border: 1px solid #dee2e6;
    margin: 0 auto;
    padding: 20px;
}

.buton-inlineform {
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 292px;
    padding-left: 72px;
}

.Inventory-contant {
    position: relative;
}

.order-icon1 {
    position: absolute;
    /* top: 81px; */
    top: 12px;
    color: #999999;
    font-size: 14px;
    padding-left: 10px;
}
.ng-select.ng-select-single .ng-select-container {
    height: 37px !important;
}

.main-Bubble {
    height: auto;
    top: -67px;
    left: 162px;
    /* background: #f2f1c2; */
}

.user-cont {
    margin-top: 15px !important;
}

.small-bubble {
    /* background: #f2f1c2; */
}
.input-field {
    position: relative;
}

/* inventory details */


/* chat css start */

.post-field.main-post.chat-post {
    width: 100%;
    margin-bottom: 0px;
}

.post-field {
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: row; */
    margin-bottom: 8px;
}

.chate-box {
    position: relative;
    width: 100%;
    padding: 0px 20px;
}

.main-chat {
    height: auto;
    min-height: 450px;
    overflow-y: scroll;
    max-height: 450px;
    clear: both;
    margin-bottom: 90px;
}

.chate-lest1 {
    border: 2px solid #e6e6e6;
    background-color: #e6e6e6;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    width: 100%;
    max-width: 700px;
    float: left;
    clear: both;
}


/* .darker {
    border-color: #3cc114;
    background-color: #3cc114;
    width: 100%;
    max-width: 700px;
    float: right;
    clear: both;
} */

.darker {
    border-color: #e6e6e6;
    background-color: #e6e6e6;
    width: 100%;
    max-width: 700px;
    float: right;
    clear: both;
}

.chate-lest1 img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
}

.chate-lest1 p {
    float: left;
    align-items: center;
    display: flex;
    height: 50px;
    margin: 0;
    color: #000;
}

.time-right {
    float: right;
    color: #000;
    display: flex;
    align-items: flex-end;
    height: 50px;
}

.chate-lest1::after {
    content: "";
    clear: both;
    display: table;
}

.chate-lest2 img {
    float: right;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
}

.chate-lest2.darker p {
    align-items: center;
    float: right;
    display: flex;
    margin: 0;
    height: 50px;
    padding-right: 30px;
    /* color: #fff; */
    color: #000;
}

.time-left {
    float: left;
    /* color: #fff; */
    color: #000;
    display: flex;
    align-items: flex-end;
    height: 50px;
}

.chate-lest2::after {
    content: "";
    clear: both;
    display: table;
}

.send-msg {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.file-atech {
    width: 85%;
    position: relative;
}

.send-msg input {
    height: 50px;
    color: #e6e6e6;
    font-weight: 600;
    width: 100%;
    border-radius: 10px;
    height: 50px;
    border-radius: 10px;
    color: #063f54;
    font-weight: 900;
}

.atech img {
    height: 25px;
    width: 25px;
    position: absolute;
    right: 30px;
    bottom: 13px;
}

input.form-control.file {
    position: absolute;
    bottom: 0;
    right: -18px;
    width: 100%;
    max-width: 70px;
    opacity: 0;
}

.sendimage {
    max-width: 100px;
}

button.btn.send-img {
    margin: 0;
}

@media(max-width:1440px) {
    .file-atech {
        width: 75%;
    }
    .atech img {
        right: 205px;
    }
}

@media(max-width:767px) {
    .atech img {
        right: 88px;
        bottom: 38px;
    }
    .send-msg {
        display: block;
    }
    .button-division {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .file-atech {
        width: 90%;
    }
}


/* chat css ending */


/* page56 css start */

.small-heading {
    font-size: 22px;
    line-height: 20px;
    color: #000000;
    font-family: "Adelle";
    font-weight: bold;
}

.buisnneslabel .form-group label {
    padding-left: 0px;
}

.optionlisting {
    padding-left: 0px;
    list-style: none;
    width: 100%;
    max-width: 214px;
    display: flex;
    justify-content: space-between;
}

.checkspacing {
    padding-top: 3px !important;
}

.locationlisting {
    padding-left: 0px;
    list-style: none;
    width: 100%;
    max-width: 950px;
    display: flex;
    justify-content: space-between;
}

.rightspacing-restaurt {
    padding-left: 0px;
}

.menu-list {
    position: relative;
    margin-bottom: 85px;
}

.menu-Bubble {
    height: auto;
    top: -30px;
    left: 162px;
    width: 100%;
    max-width: 452px;
}

@media (max-width: 767px) {
    .menu-Bubble {
        top: 28px;
        left: 0px;
    }
    /* .table-res {
    margin-top: 141px !important;
} */
}


/* page56 css end */

.optionlisting58 {
    padding-left: 0px;
    list-style: none;
    width: 100%;
}


/* 29 Nov */


/* Alert popup */

.popupbtn-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ch-modal-footer {
    justify-content: center;
}


/* Alert popup */


/* page63 To page 76 css start */

p.kyc-verification {
    word-break: break-all;
}

.ch-slideconatiner {
    width: 100%;
    max-width: 173px;
}

button.btn.btn-add2.add-more-ch {
    width: 200px;
    text-transform: uppercase;
    font-size: 15px !important;
}

.ch-mange-form-row {
    margin-bottom: 150px;
}

.popupheading h5 {
    text-align: center;
    font-size: 22px;
    line-height: 35px;
    color: #010101;
    font-family: "Adelle";
    font-weight: bold;
}

.popupheading p {
    font-size: 19px;
    color: #201e1e;
    font-family: "Product Sans";
    text-align: center;
    /* word-break: break-all; */
}
.green-theme {
    text-align: center;
}
.green-theme button {
    width: 150px;
    height: 50px;
    border-radius: 4px;
    background-color: #659300;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    box-shadow: none;
    font-family: 'Adelle';
    font-weight: bold;
    border: none;
    font-weight: 400;
}
.no-smallbtn {
    font-family: "Adelle" !important;
    width: 120px !important;
}

.center-btn-footer {
    justify-content: center;
}

.alertdialogbox-ch {
    width: 100%;
    max-width: 444px;
}


table.table.oderdetail-table tbody tr td img {
    width: 100%;
    max-width: 170px;
    /* min-width: 170px; */
    height: 100%;
    max-height: 70px;
    min-height: 70px;
    border: 2px solid #a39f9f;
}

.mainheadingspace-ch {
    margin-bottom: 43px;
}

.labelspace-ch {
    margin-bottom: 23px;
}

table.table.oderdetail-table tbody tr td {
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 30px;
}

.border-line-seperate {
    border: 1px solid #aaacaf;
    margin-top: 46px;
    margin-bottom: 46px;
}

.oderdetail-table-ch {
    background: #fff;
}

.editch-icon {
    padding: 6px;
    font-size: 1rem;
    color: #495057 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #b7b7b7;
    border-radius: 0px;
    text-decoration: none !important;
    margin-right: 10px;
    height: 30px;
    width: 30px;
}

.editdeletlist-ch {
    display: flex;
    justify-content: center;
}

.sm-alertdialogbox-ch {
    width: 100%;
    max-width: 322px;
}

.modal-dialog.modal-dialog-centered.sm-alertdialogbox-ch .modal-content {
    border-radius: 10px;
    border: 1px solid transparent;
}

@media (max-width: 767px) {
    .form-group.row.kyc-form label {
        font-size: 14px;
        font-weight: 500;
    }
}


/* page63 To page 76  css end */


/* page77 to css */

.menuitemsmallheading {
    font-size: 18px !important;
    color: #000000 !important;
    font-family: "Adelle" !important;
    font-weight: bold !important;
}

.ch-leftspaceform {
    padding-left: 22px;
}

.loction-topspace {
    margin-top: 33px;
}

.des-para {
    font-size: 16px;
    color: #78767b;
    font-family: "Product Sans";
}

.loction-res-ch {
    width: 50%;
}

.order-search.menuitmsearch-ch ul li {
    margin-right: 0px;
    width: 16%;
}

a.iconeye:not([href]):not([tabindex]) {
    color: #000;
    text-decoration: none;
}

a.iconeye:hover {
    color: #000;
    text-decoration: none;
}

.CustomersTypeSubtype.boxesgap-shadow {
    padding: 25px 18px;
}

.boxesgap-shadow {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.18);
    background-color: #ffffff;
    margin-bottom: 21px;
}

.container-1300 {
    width: 100%;
    max-width: 1300px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.aboutheading {
    font-size: 30px;
    color: #000000;
    font-family: "Adelle";
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}

.CustomersTypeSubtype.boxesgap-shadow.about-para p {
    /* font-size: 16px;
    color: #000000; */
    font-family: "Product Sans";
}

.about-data-ch {
    margin-bottom: 145px;
}

.search-itm-fixed {
    position: relative;
}


/* 02 December 2019 */

.dashboard-tab-data {
    margin-top: 30px;
}

ul.dasboartablist-ch li {
    width: 14.28%;
}

.dashboard-body-ch {
    width: 100%;
    padding-top: 60px;
    padding-left: 60px;
    max-width: 97%;
    /* padding-right: 10px; */
    padding-right: 15px;
    padding-top: 20px;
}

.nav-pills.dasboartablist-ch .nav-link.active,
.nav-pills.dasboartablist-ch .show>.nav-link {
    color: #fff;
    background-color: #24a844;
    border-radius: 0px;
    border: 1px solid #24a844;
    height: 43px;
    font-size: 16px;
    /* font-size: 18px; */
    letter-spacing: 0px;
    color: #fefefe;
    font-family: "Product Sans";
}

.nav-pills.dasboartablist-ch .nav-link {
    border-radius: 0px;
    height: 43px;
    border: 1px solid #d7d5d5;
    color: #000;
    font-size: 16px;
    letter-spacing: 0px;
    color: #000000;
    font-family: "Product Sans";
}

.dashboarddetail-table thead.table-header tr {
    background-color: #ece9e9;
    border: 1px solid #d7d5d5;
    font-size: 15px;
    letter-spacing: 0px;
    color: #000000;
    font-family: "Product Sans";
}

table.table.dashboarddetail-table tbody tr td {
    /* vertical-align: middle; */
    vertical-align: inherit;
    word-break: break-all;
    width: 14%;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #000000;
    font-family: "Product Sans";
}

.right-wronglist {
    padding-left: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 107px;
    margin: 0 auto;
}

.right-underlist {
    padding-left: 0px;
    list-style: none;
}

.top-salelist {
    padding-left: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}

.uper-percent-ch {
    padding-left: 0px;
    list-style: none;
    display: flex;
    margin-bottom: 0px;
}

.eighty-seven-ch {
    margin-left: 19px;
    /* margin-bottom: 0px; */
    font-size: 18px;
    color: #1fa70d;
    font-family: "Product Sans";
}

.graph-img-dashboard img {
    width: 100%;
    max-width: 303px;
    height: 100%;
    max-height: 211px;
}

.graph-dashboard {
    border: 1px solid #ccc;
    padding: 15px;
}

.graph-heading-ch {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    font-family: "Product Sans";
}

.today-salelist {
    padding-left: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
}

.Today-yesterday-ch {
    margin-left: 5px;
    margin-right: 15px;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    font-family: "Product Sans";
}

.pointer-ch {
    cursor: pointer;
}

.red-txt-ch {
    color: #ff0000;
}


/*20 December 2019 */

table.table.dashboarddetail-table tbody tr {
    background: #fff;
    height: 40px;
}

.graph-dashboard {
    background: #fff;
    min-height: 300px;
}

.gray-star-ch {
    color: gray;
}

.yellow-star-ch {
    color: #fec202;
}

.average-txt {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    font-family: "Product Sans";
}

.averagelist-ch {
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.top-space-ch {
    margin-top: 20px;
}

.graph-dashboard-height {
    /* min-height: 290px;
    max-height: 290px;
    overflow-y: auto; */
}

.textleft-ch {
    text-align: left;
}

ul.averagelist-ch li:first-child {
    width: 47%;
}


/* customdropdown  */


/* Custom dropdown */

.custom-dropdown.custom-dropdown-dash {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    /* demo only */
}

.custom-dropdown.custom-dropdown-dash select {
    background-color: #fff;
    font-size: inherit;
    color: #000;
    border: 1px solid #ccc !important;
    padding: .5em;
    padding-right: 2.5em;
    margin: 0;
    border-radius: 0px;
    text-indent: 0.01px;
    -webkit-appearance: button;
    height: 41px;
}

.custom-dropdown.custom-dropdown-dash select:focus {
    outline: none;
    box-shadow: none;
}

.custom-dropdown.custom-dropdown-dash::before,
.custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.custom-dropdown.custom-dropdown-dash::after {
    /*  Custom dropdown arrow */
    content: "\25BC";
    height: 1em;
    font-size: .625em;
    line-height: 1;
    right: 1.2em;
    top: 50%;
    margin-top: -.5em;
}

.custom-dropdown.custom-dropdown-dash::before {
    /*  Custom dropdown arrow cover */
    width: 2em;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 3px 3px 0;
}

.custom-dropdown.custom-dropdown-dash select[disabled] {
    color: rgba(0, 0, 0, .3);
}

.custom-dropdown.custom-dropdown-dash select[disabled]::after {
    color: rgba(0, 0, 0, .1);
}

.custom-dropdown.custom-dropdown-dash::before {
    background-color: #fff;
    border: 1px solid #ccc;
}

.custom-dropdown.custom-dropdown-dash::after {
    color: rgba(0, 0, 0, .4);
}

ul.averagelist-ch.mostorder-ch li:first-child {
    width: 70%;
    word-break: break-all;
}

.track-btn-ch {
    background: #24a844;
    border: 1px solid transparent;
    color: #fff;
}

.realtive-search-ch {
    position: relative;
}

.chatbox {
    margin-top: 30px;
}

.table thead th {
    vertical-align: initial;
    border-bottom: 2px solid #dee2e6;
}


/* Button used to open the chat form - fixed at the bottom of the page */

.open-button {
    background-color: transparent;
    /* color: white; */
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
}


/* The popup chat - hidden by default */

.chat-popup.ch-chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}


/* Add styles to the form container */

.form-container.ch-form-container {
    max-width: 350px;
    padding: 10px;
    background-color: white;
}


/* Full-width textarea */

.form-container.ch-form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 200px;
}


/* When the textarea gets focus, do something */

.form-container.ch-form-container textarea:focus {
    background-color: #ddd;
    outline: none;
}


/* Set a style for the submit/send button */

.form-container.ch-form-container .btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}


/* Add a red background color to the cancel button */

.form-container.ch-form-container .cancel {
    background-color: transparent;
}


/* Add some hover effects to buttons */

.form-container.ch-form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}

.chatimg-ch {
    width: 50px;
    height: 50px;
}


/* 21 December 2019 */

.right-side-body {
    padding-bottom: 40px;
}

ul.nav.flex-column.side-menu {
    padding-bottom: 40px;
}

.chat-listing-ch {
    padding-left: 0px;
    list-style: none;
    display: flex;
}

ul.chat-listing-ch li:first-child {
    width: 30%;
}

ul.chat-listing-ch li:last-child {
    width: 70%;
}

.leftchatbox-support {
    background: #24a844;
}

.post-field.main-post.chat-post {
    border-radius: 0px;
    border: 1px solid #ccc;
}

.chartpart1 h3 {
    font-size: 30px;
    color: #ffffff;
    font-family: "Calibri";
    text-align: center;
    margin-top: 22px;
}

.divider-line {
    border: 1px solid #a2a5a8;
    margin-top: 21px;
    margin-bottom: 21px;
}

.searchbox-data.searchbox-data-ch::placeholder {
    color: #fff;
}

.searchbox-data.searchbox-data-ch {
    background-color: #557b00;
    border: 1px solid #557b00;
    width: 100%;
    /* max-width: 249px; */
    margin: 0 auto;
    border-radius: 0px;
}

i.fa.fa-search.order-icon1.ch-iconchat {
    color: #fff !important;
    left: 0px;
}

.bitmap-chatlist {
    padding-left: 0px;
    list-style: none;
    display: flex;
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
}

.bitmap-chatlist1 {
    width: 50%;
}

.bitmap-chatlist2 {
    width: 50%;
    text-align: right;
}

.circle-profilechat {
    width: 50px;
    border-radius: 50%;
    height: 50px;
    border: 2px solid #fff;
}

.greencircle {
    background: #5cff26;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

.customerlist {
    padding-left: 0px;
    list-style: none;
}

.typingtext {
    font-size: 12px;
    color: #ffffff;
    font-family: "Calibri";
    text-align: right;
}

.customer-text {
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    font-family: "Calibri";
    text-align: right;
}

.greencircle {
    background: #5cff26;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    bottom: 4px;
    left: 36px;
}

.redcircle {
    background: red;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    bottom: 4px;
    left: 36px;
}

.two-wadges {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
}

.two-wadges-unactive {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: gray;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
}

.list-full-width {
    width: 100% !important;
}

.profile-listing {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.search-itm-fixed-ch {
    width: 100%;
    max-width: 246px;
    margin: 0 auto;
}


/**************charu Blogs 21-dec-2019******************/

.banner-si {
    background: #f9f9f9;
    padding: 30px;
}

.banner-si .title p {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    font-family: 'Product Sans';
}

.author-field {
    display: flex;
}

.wisht {
    margin-left: 40px;
}

.posts {
    background: #f9f9f9;
    padding: 30px 25px 153px 25px;
}

.posts p {
    border-bottom: 1px solid #d4d4d4;
}

.banner-si img {
    width: 100%;
}

.dumy-field {
    font-size: 15px;
}

.ban img {
    width: 100%;
}

p.title.mt-2 {
    margin: 0;
    padding: 15px 0px;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    font-family: "Product Sans";
}

p.dumy-field {
    font-size: 15px;
    color: #000000;
    font-family: 'Product Sans';
    text-align: justify;
}

.author-field p {
    font-size: 16px;
    color: #000000;
    font-family: 'Product Sans';
}

.posts p {
    font-size: 15px;
    color: #000000;
    font-family: 'Product Sans';
    padding-bottom: 20px;
}

.posts h3 {
    font-weight: 600;
}

p.title.mt-2 {
    font-weight: 600;
}

.read-div {
    text-align: right;
}

.read-moredata {
    width: 137px !important;
}

.bigblog-box {
    padding-bottom: 70px;
}


/**************charu Blogs21-dec-2019******************/

.alert-space {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 1440px) {
    .container-1300 {
        width: 100%;
        max-width: 1071px;
    }
    /*20 December 2019 */
    .nav-pills.dasboartablist-ch .nav-link.active,
    .nav-pills.dasboartablist-ch .show>.nav-link {
        height: 59px;
    }
    .nav-pills.dasboartablist-ch .nav-link {
        height: 59px;
    }
    /*20 December 2019 */
    /*21 December 2019 */
    /*21 December 2019 */
}

@media (max-width: 1280px) {
    .container-1300 {
        width: 100%;
        max-width: 920px;
    }
    button.btn.apply-btn {
        font-size: 13px;
    }
    /*20 December 2019 */
    ul.dasboartablist-ch li {
        width: 20%;
    }
    /*20 December 2019 */
}

@media (max-width: 1024px) {
    .container-1300 {
        width: 100%;
        max-width: 677px;
    }
    /*20 December 2019 */
    ul.today-salelist {
        display: block;
    }
    .averagelist-ch {
        display: block;
    }
    .graph-dashboard-height {
        min-height: 555px;
        max-height: auto;
    }
    .graph-dashboard-height1 {
        min-height: 284px;
    }
    /*20 December 2019 */
}

@media (max-width: 768px) {
    .container-1300 {
        max-width: 670px;
        padding-right: 0px;
    }
    button.btn.apply-btn {
        font-size: 11px;
    }
}
/* button.btn.reset-btn {
    font-size: 13px;
} */
    /*20 December 2019 */
    .nav-pills.dasboartablist-ch .nav-link.active,
    .nav-pills.dasboartablist-ch .show>.nav-link {
        height: 83px;
    }
    .nav-pills.dasboartablist-ch .nav-link {
        height: 83px;
    }
    .graph-dashboard {
        margin-bottom: 29px;
    }
    .graph-dashboard-height {
        min-height: 417px;
        height: auto;
    }
    .averagelist-ch {
        display: flex;
    }
    .graph-img-dashboard img {
        width: 100%;
        max-width: 649px;
        height: 100%;
        max-height: 325px;
    }
    /*20 December 2019 */
    /*21 December 2019 */
    .search-itm-fixed-ch {
        max-width: 193px;
    }
    .chartpart1 h3 {
        font-size: 25px;
    }
    .left-rightspace {
        padding: 0 20px;
    }
    /*21 December 2019 */


@media (max-width: 767px) {
    .container-1300 {
        max-width: 321px;
        padding-right: 0px;
    }
    .order-search.menuitmsearch-ch ul li {
        width: 100% !important;
    }
   
    /*20 December 2019 */
    .aboutheading {
        font-size: 22px;
    }
    ul.dasboartablist-ch li {
        width: 100%;
    }
    .graph-dashboard {
        margin-bottom: 29px;
    }
    .graph-dashboard-height {
        min-height: 280px;
        height: auto;
    }
    .averagelist-ch {
        display: block;
    }
    .graph-dashboard-height {
        min-height: 410px;
        height: auto;
    }
    /*21 December 2019 */
    .buton-inlineform {
        padding-left: 49px;
    }
    .chat-listing-ch {
        display: block;
    }
    ul.chat-listing-ch li:first-child {
        width: 100%;
    }
    ul.chat-listing-ch li:last-child {
        width: 100%;
    }
    .post-field.main-post.chat-post {
        padding-bottom: 36px;
    }
    .chartpart1 {
        padding: 20px 0;
    }
    .left-rightspace {
        padding: 10px;
    }
    /*21 December 2019 */
}

@media (max-width: 375px) {
    .container-1300 {
        max-width: 290px;
        padding-right: 15px;
    }
    /*21December 2019 */
    .atech img {
        right: 25px;
        bottom: 38px;
    }
    /*21December 2019 */
}

@media (max-width: 320px) {
    .container-1300 {
        max-width: 301px;
    }
    /*21 December 2019 */
    .buton-inlineform {
        padding-left: 0px;
    }
    .chatinput-txt-ch {
        font-size: 14px;
    }
    /*21 December 2019 */
}

.star-icon {
    color: #555555 !important;
    font-size: 1em !important;
    position: relative;
}


/* page77 to css */


/* charu css ending */


/* .selected-flag {
    border: 1px solid #ced4da;
} */


/****************************** 30 jan 20****************************/

.selected-flag:focus {
    outline: none;
}

.selected-dial-code {
    font-weight: 500;
}

button.btn.login-btn:focus {
    outline: none;
    box-shadow: none;
}

button.btn.sign-btn.clicklog:focus,
button.btn.sign-btn:focus {
    outline: none;
    box-shadow: none;
}

.dropdown-menu.logout-menu a.dropdown-item:active {
    background: white;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    font-size: 14px;
}


/* .separate-dial-code input#phoneNum {
    font-size: 14px;
} */


/* .separate-dial-code input#phoneNum::placeholder {
    color: #97989e;
} */
button.navbar-toggler:focus {
    outline: none;
}
.or-optn h3{
    text-align: center;
    padding: 10px 0px 0px 0px;
    font-size: 15px;
    margin: 0px;
}
@media (max-width: 1440px){
    .graph-dashboard {
        min-height: 318px;
        padding: 10px;
    }
    .col-lg-7.col-md-7.col-sm-12.rightspacing-restaurt1 {
        padding-left: 0px;
    }
    /* p.kyc-verification {
       margin-top: 10px;;
    } */
    .uplod-btn button.btn.btn-green {
        font-size: 14px;
        /* padding-left: 9px; */
    }
}
@media (max-width: 1024px){
.form-group.row.kyc-form label {
    font-size: 14px !important;
    white-space: normal;
}
.add-btn-col .uplod-btn button {
    padding-left: 0px !important;
}
label.header-label {
    font-size: 12px !important;
    white-space: nowrap;
    margin-top: 10px;
}
ul.averagelist-ch li:first-child {
    width: 100%;
}
.averagelist-ch {
    display: flex !important;
    flex-wrap: wrap;
}
table.table.dashboarddetail-table tbody tr td {
    white-space: nowrap;
}
.fieldSet input.form-control {
    font-size: 12px;
}
}
@media (max-width: 768px) {
    .talk-bubble {
        width: 329px;
    }
    .kyc-modal h3 {
        font-size: 14px;
    }
    .kyc-header.mt-4 .tab-content form .row .col-md-5 input {
        max-width: 100%;
    }
    .kyc-header.mt-4 .form-group.row label {
        padding: 0px 15px;
    }
    .tab .nav-tabs li.menu-tab a {
        font-size: 14px;
        white-space: nowrap;
    }
    ul.hearder-left-menu {
     margin-bottom: 0px !important;
     height: auto !important;
    }
    div#navbarSupportedContent {
        top: 62px!important;;
        
    }
    .tym-pd{
        padding-left: 0px !important;
    }
   #locatn-page .talk-bubble1 {
        bottom: 49px!important;
    }
    #bank-page .talk-bubble3 {
        bottom: 124px!important;
    }
    table.table.dashboarddetail-table tbody tr td {
        font-size: 13px;
        white-space: nowrap;

    }
}

/* a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #f62525;
    text-decoration: underline;
} */

/* a:not([href]):not([tabindex]) {
    color: #f62525;
    text-decoration: underline;
} */

.talktext {
    padding: 1em;
    text-align: left;
    line-height: 1.5em;
}

.tri-right.btm-left-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 38px;
    right: auto;
    top: auto;
    bottom: -20px;
    border: 12px solid;
    border-color: #f9f9f9 transparent transparent #f9f9f9;
}

/* new css  */
.graph-img-dashboard {
    height: 200px;
    width: 100%;
    margin-bottom: 20px;
}
li.date-icon-li i {
    position: absolute;
    top: 11px;
    right: 10px;
    color: #7f7f7f;
}
li.date-icon-li {
    position: relative;
}
li.search-li i {
    position: absolute;
    top: 10px;
    left: 8px;
    color: #7f7f7f;
}
li.search-li {
    position: relative;
}
li.search-itm-fixed.search-itm-fixed2 {
    width: 25%;
}
.send-msg {
    background-color: #eeeeee;
}
.profile-listing {
    padding: 0px 50px;
}
.chat-dflex {
    display: flex;
}
.chat-dflex ul.customerlist {
    margin-left: 20px;
}
.darker {
    border-radius: 5px;
    padding: 10px;
}
.time-left {
    font-size: 12px;
}
.time-right {
    font-size: 12px;
}
.chate-lest1 p {
    font-size: 15px;
}
.chate-lest2.darker p {
    font-size: 15px;
}
.left-msg {
    width: 95%;
    display: flex;
    align-items: flex-start;
}
.right-msg {
    display: flex;
    align-items: flex-start;
    width: 95%;
    justify-content: flex-end;
}

button.call.call2 {
    width: 150px;
    font-size: 18px;
    color: #fffefe;
    font-family: 'Product Sans';
    background-color: #24a844;
    border: 1px solid #b7b7b7;
    height: 40px;
    padding: 0;
    font-weight: 100;
}

.smallbtn {
    width: 121px !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
}
button.chat.chat2 {
    width: 150px;
    font-size: 18px;
    color: #fffefe;
    font-family: 'Product Sans';
    background-color: #af7e04;
    border: 1px solid #b7b7b7;
    height: 40px;
    padding: 0;
}

.news {
    display: flex;
    padding-top: 35px;
}

.input-field input[type="text"] {
    padding: 6px;
}
.clndr-img {
    position: absolute;
    top: 9px;
    right: 10px;
}
.input-field.fromtn-ch {
    position: relative;
}
.input-field.ml-4.tobtn-ch {
    position: relative;
}
.call {
    border: none;
    padding: 10px 40px;
    border-radius: 4px;
    background-color: #af7e04;
    color: white;
    font-family: 'Adelle';
    font-weight: bold;
}
.news-set {
    background: #f9f9f9;
    padding: 6px 26px;
    border: 1px solid #ccc;
}
.viws {
    display: flex;
    align-items: center;
}
.view-btn {
    width: 100%;
    text-align: right;
}
.btn-delete-ch {
    width: 100%;
    max-width: 120px;
    display: flex;
    justify-content: center;
}
.time {
    text-align: right;
    font-size: 16px;
    line-height: 44px;
    color: #535455;
    font-family: "Product Sans";
}

.rating-list-ch {
    padding-left: 0px;
    display: flex;
    list-style: none;
    margin-top: 20px;
    justify-content: space-between;
}
/*********************FAQ csss nadeem**************/

.heading-part a.accordingstyle {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #b7b7b7;
    display: block;
    font-weight: 400;
    padding: 10px 20px;
}
a.accordingstyle[aria-expanded="false"] img.upperimages10 {
    transform: rotate(180deg);
    position: absolute;
    top: 50%;
    right: 30px;
}
img.upperimages {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}
.heading-part a.accordingstyle {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #b7b7b7;
    display: block;
    font-weight: 500;
    padding: 10px 20px;
    text-decoration: none;
}
.heading-part {
    margin-top: 15px;
    position: relative;
}
p.mt-2.mb-2 {
    font-weight: 600;
}
strong {
    margin-left: -15px;
}
/*****************News csss nadeem****************/
.news-set {
    background: #f9f9f9;
    padding: 6px 26px;
    border: 1px solid #ccc;
    margin-top: 2px;
}
h3.news_cs {
    font-family: 'Adelle';
    font-size: 25px;
    font-weight: 900;
    margin: 0px;
}
.viws {
    display: flex;
    align-items: center;
}
.view-btn {
    width: 100%;
    text-align: right;
}

.time {
    text-align: right;
    font-size: 16px;
    line-height: 44px;
    color: #535455;
    font-family: "Product Sans";
    margin: 0px;
}
.view-btn button.call {
    background: #24a844;
    font-weight: 400;
}




/* new style start */
.copy-right p {
    font-size: 12px;
    text-align: center;
    margin: 0;
    padding: 10px 0px;
    color: #fff;
}
.kyc-section-s {
    min-height: calc(100vh - 302px) !important;
}
.images-post-modal img {
    width: 100%;
    height: 100%;
}
.images-post-modal {
    width: 100%;
    height: 500px;
}
.modal-dialog.modal-dialog-centered.img-dialog {
    max-width: 800px;
}

.process h3 {
    font-family: "Product Sans";
}
.right-side-body h1 {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    font-family: 'Adelle';
    font-weight: bold;
}
/* header {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99;
} */

.card-topic h4 {
    font-family: 'Adelle';
}
.sub-box h5 {
    font-family: "Product Sans";
    word-break: break-word;
}
button.button.get-start {
    font-family: 'Adelle';
    text-transform: uppercase;
}
.heding-blog {
    position: relative;
}
.box-div-div {
    position: absolute;
    bottom: 40px;
    left: 36px;
}
.montly-tab.monthlysub {
    margin-top: 25px;
}


@media(max-width:1440px){
    .monthlysub-2 strong {
        font-size: 25px;
        font-weight: 900;
    }
    .monthlysub-2 {
        margin-top: 25px;
    }
    .monthlysub-2 h4 {
        font-size: 20px;
    }
    a.goToRestaurant {
        font-size: 16px;
    }
}

@media(max-width:1366px){
    tbody.table-body {
        font-size: 16px;
    }
    
}



@media(max-width:1280px){
    .form-group.row.kyc-form label {
        font-size: 14px;
    }
    .summary-text h6 {
        font-size: 16px;
    }
   
   
}

@media(max-width:1024px){
    .form-group.row.kyc-form label {
        font-size: 14px;
    }
}



.about-p {
    padding-left: 47px;
    word-break: break-word;
}
.ngx-pagination .current {
    background: #628f00 !important;
}
@media(max-width:1366px) {
    .dashboard-body-ch {
        padding-left: 20px;
    }
    a.goToRestaurant {
        font-size: 17px;
    }
}
.graph-dashboard.graph-dashboard-height {
    overflow-y: scroll;
    max-height: 330px;
}
.images-post img {
    width: 100%;
    height: 100%;
}
.images-post {
    border: 2px solid #a39f9f;
    width: 100%;
    max-width: 50%;
    height: 100px;
}

.add-div-s {
    margin-top: 30px;
}


@media (max-width: 767px) {
    .order-search.menuitmsearch-ch ul li {
        width: 100% !important;
    }
    .restaurant-body {
        padding-top: 0 !important;

    }
}
img {
    cursor: pointer;
}


/* new style start 26-5-2020  */

section.banner-section-sh {
    width: 100%;
    position: relative;
}
section.banner-section-sh img {
    width: 100%;
    height: 100%;
}
.left-side-heading-sh {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.left-side-heading-sh h2 {
    font-size: 57px;
    color: #ffbe00;
    font-weight: 800;
    font-family: "Adelle";
}
.left-side-heading-sh h4 {
    font-size: 45px;
    color: white;
    font-weight: 400;
    font-family: "Adelle";
}
.left-side-heading-sh h5 {
    font-size: 36px;
    color: white;
    font-weight: 200;
    font-family: "Adelle";
}
button.green-btn-sh {
    width: 400px;
    height: 60px;
    border-radius: 2px;
    background: #24a844;
    border: none;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #ffffff;
    font-family: "Adelle";
    margin-top: 30px;
}
.howitcontent-sh h1 {
    font-size: 50px;
    color: #000000;
    font-family: 'Adelle';
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0px;
}
.our-partner img {
    width: 100%;
}
.our-partner {
    width: 100%;
    max-width: 70%;
    margin: auto;
}
.our-partner.our-partner2 {
    max-width: 55%;
}
img.footer-banner-shfood {
    width: 100%;
    height: 100%;
}
section.banner-sh-109 {
    width: 100%;
    position: relative;
}
.resister-form1.black-form-sh.register-so-so {
    position: absolute;
    width: 700px;
    background-color: #00000069;
    padding: 30px 50px; 
    left: 9%;
    top: 50%;
    transform: translateY(-50%);
}
.resister-form1.black-form-sh.register-so-so h2 {
    font-size: 32px;
    line-height: 59px;
    color: #ffffff;
    text-align: center;
    font-family: "Adelle";
    font-weight: bold;
}
button.resgister-btn-sh.res-sh1 {
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #ffffff;
    font-family: 'Adelle';
    height: 60px;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center !important;
    margin: 0 auto;
    border: none;
    background-color: #ffc000;
}
input#exampleFormControlInput1sh {
    height: 50px;
    border-radius: 0%;
    background: #fff;
    font-size: 18px;
    line-height: 24px;
    opacity: 73%;
}
select#exampleFormControlInput1sh {
    height: 50px;
    border-radius: 0%;
    background: #fff;
    font-size: 18px;
    line-height: 24px;
    opacity: 73%;
    -webkit-appearance: none;
}
img.drop-images-sh {
    position: absolute;
    right: 25px;
    top: 43%;
}
textarea#exampleFormControlInput1sh {
    border-radius: 0%;
    background: #fff;
    font-size: 18px;
    line-height: 24px;
    opacity: 73%;
}
p.pra-ban-veh {
    position: absolute;
    top: 7%;
    right: 8%;
    width: 522px;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    text-align: center;
    font-family: "Myriad Pro";
}
.container-1347 {
    width: 1347px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 50px;
}
.white-box-109-sh {
    height: 447px;
    border-radius: 8px;
    filter: drop-shadow(0px 13px 9px rgba(0,0,0,0.15)) drop-shadow(0px 11px 27.5px rgba(0,0,0,0.07));
    background-color: #ffffff;
    padding: 0px 18px;
}
.coke-img {
    text-align: center;
}
.coke-img img {
    width: 100%;
    max-width: 244px;
    height: 100%;
    max-height: 140px;
    margin-top: 53px;
    margin-bottom: 34px;
    object-fit: contain;
}
.coke-img h1 {
    font-size: 31px;
    color: #24a844;
    font-family: 'Adelle';
    font-weight: bold;
    text-align: center;
}
.white-box-109-sh p {
    font-size: 20px;
    line-height: 35px;
    color: #000000;
    font-family: 'Product Sans';
    text-align: center;
    width: 100%;
    max-width: 293px;
    margin: 0 auto;
}

@media(max-width:1440px){
    .resister-form1.black-form-sh.register-so-so {
        width: 600px;
    }

}
@media(max-width:1366px){
    .resister-form1.black-form-sh.register-so-so {
        padding: 20px 50px;
        width: 550px;
    }
    .resister-form1.black-form-sh.register-so-so h2 {
        font-size: 25px;
}
}
@media(max-width:1280px){
    .resister-form1.black-form-sh.register-so-so h2 {
        font-size: 25px;
    }
    .resister-form1.black-form-sh.register-so-so {
        padding: 2px 50px;
    }
}
@media(max-width:1024px){
    .coke-img h1 {
        font-size: 26px;
    }
    input#exampleFormControlInput1sh {
        height: 30px;
    }
    select#exampleFormControlInput1sh {
        height: 30px;
    }
    button.resgister-btn-sh.res-sh1 {
        height: 40px;
        margin-top: 20px !important;
    }
    p.pra-ban-veh {
        top: 7%;
        right: 1%;
    }
    .resister-form1.black-form-sh.register-so-so {
        width: 450px;
    }
    p.pra-ban-veh {
        width: 450px;
    }

}
@media(max-width:768px){
    .white-box-109-sh {
        margin-bottom: 20px;
    }
    .left-side-heading-sh h4 {
        font-size: 20px;
    }
    .left-side-heading-sh h2 {
        font-size: 30px;
    }
    .left-side-heading-sh h5 {
        font-size: 18px;
    }
    button.green-btn-sh {
        width: 300px;
    }
    .howitcontent-sh h1 {
        font-size: 30px;
    }
    section.banner-sh-109 {
        height: 500px;
    }
    .resister-form1.black-form-sh.register-so-so {
        left: 2%;
    }
    p.pra-ban-veh {
        width: 300px;
    }
}
@media(max-width:768px){
    .howitcontent-sh h1 {
        font-size: 25px;
    }
    section.banner-section-sh {
        height: 300px;
    }
    .left-side-heading-sh {
        left: 5%;
    }
    .our-partner {
        margin-bottom: 30px;
    }
    .resister-form1.black-form-sh.register-so-so {
        width: 100%;
        left: 0;
        padding: 20px;
    }
    button.resgister-btn-sh.res-sh1 {
        width: 100%;
    }
    p.pra-ban-veh {
        display: none;
    }   
}


.error {
    position: absolute;
    bottom: -22px;
}
.form-group.kyc-form.phone-icon {
    margin-bottom: 15px;
}
h5.please-sign {
    margin-top: 25px !important;
}
.error-div {
    position: relative;
    margin-bottom: 15px;
}
.error2 {
    position: absolute;
    bottom: -11px;
}
.error3{
    position: absolute;
    bottom: -21px;
}
.kyc-form.email-icon.topspc.error-div input {
    padding-left: 10px;
}
li.nav-item.menu-item {
    position: relative;
}
.notificationcount {
    position: absolute;
    right: 9px !important;
    top: 2px !important;
}
@media(max-width:1440px){
    .cross2 img {
        width: 100px;
    }
}
@media(max-width:1366px){
    .rejected-kyc h5 {
        padding-bottom: 0;
    }
    .rejected-kyc h4 {
        padding-bottom: 0;
    }
    .cross img {
        width: 200px;
    }
}