
/*======================================
    CSS for CHEF SECTION
========================================*/

body {
    font-family: "Gotham";
    padding: 0;
    margin: 0;
    background-color: #fafafa;
    color: #464036;
    overflow-x: hidden;
}

#root>div:first-child {
    padding-top: 100px;
}

ul,
li,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    line-height: initial;
    transition: all 0.3s;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
    color: #d00000;
}

.btn.focus,
.btn:focus,
button:focus {
    outline: 0;
    box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 500;
    margin: 0;
}

p {
    font-size: 16px;
    font-weight: normal;
}

.container {
    max-width: 1720px;
}

h2 {
    font-size: 50px;
    letter-spacing: 1px;
}

h3,
.sign_up_chef .text h1,
.css2 .sign_up_chef .text h1 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

.fw_500 {
    font-weight: 500 !important;
}

.box_shadow_none {
    box-shadow: none !important;
}

.bg_none {
    background: none !important;
}


/* ============================= 
        Common CSS End
 =============================== */


/* ============================= 
        Color CSS Start 
================================ */

.gradient {
    background: #f07c07;
    background: -moz-linear-gradient(top, #f07c07 0%, #d00000 100%);
    background: -webkit-linear-gradient(top, #f07c07 0%, #d00000 100%);
    background: linear-gradient(to bottom, #f07c07 0%, #d00000 100%);
}

.color_C07 {
    color: #f07c07;
}

.color_036 {
    color: #464036;
}

.red_000 {
    color: #d00000;
}

.color_036 {
    color: #464036;
}

.color_a05 {
    color: #e53a05;
}


/* ============================= 
        Color CSS End 
================================ */


/* =============================
        Button CSS Start
================================ */

.btn {
    font-family: "Gotham";
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #fff;
    border-radius: 0;
    height: 51px;
    min-width: 261px;
    text-transform: uppercase;
    transition: all 0.3s;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16), -1px -1px 2px #ffffff, -3px -3px 6px #ffffff;
    overflow: hidden;
    /* border: 5px solid #fff; */
    padding: 0 15px;
    display: inline-block;
    line-height: 51px;
    cursor: pointer;
}

.btn::before,
.btn::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.3s;
}

.btn::before {
    top: 0;
    background-image: linear-gradient( to right, #d00000, #e53a05, #f07c07, #e53a05, #d00000);
    /* background: #f07c07;
    background: -moz-linear-gradient(top, #f07c07 0%, #d00000 100%);
    background: -webkit-linear-gradient(top, #f07c07 0%, #d00000 100%);
    background: linear-gradient(to bottom, #f07c07 0%, #d00000 100%); */
    background-size: 300% 100%;
}

.btn:hover::before {
    background-position: 100% 0;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/* .btn::after {
    top: 100%;
    background: #d00000;
    background: -moz-linear-gradient(top, #d00000 0%, #f07c07 100%);
    background: -webkit-linear-gradient(top, #d00000 0%, #f07c07 100%);
    background: linear-gradient(to bottom, #d00000 0%, #f07c07 100%);
} */


/* .btn:hover::before,
.btn:focus::before {
    top: -100%;
} */


/* .btn:hover::after,
.btn:focus::after {
    top: 0;
} */

.btn:hover,
.btn:focus {
    color: #fff;
}

.whatsapp_btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    z-index: 999;
    padding: 0;
    transition: all 0.3s;
}


/*.forgot_password {
    color: #F07C07;
    text-decoration: underline;
}
*/

.save_btn {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16), -1px -1px 2px #ffffff, -3px -3px 6px #ffffff;
    color: #959595;
    height: 39px;
    /* width: 100%; */
    min-width: 84px;
    font-size: 16px;
    letter-spacing: 0.1px;
    border: 0;
    background-color: #fafafa;
    cursor: pointer;
}

.save_btn:hover,
.save_btn:focus {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16), -1px -1px 2px #ffffff, -3px -3px 6px #ffffff;
    color: #f07c07;
}

.registration .abt_form .back_btn {
    color: #2b2b2b;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    /* line-height: 39px; */
    display: none;
}

.registration .abt_form .back_btn img {
    width: 5px;
    margin-right: 10px;
    flex: 0 0 5px;
    line-height: 0;
}


/* =============================
        Button CSS End
================================ */


/* =============================
        Form Style CSS Start
================================ */

.form-group {
    margin-bottom: 50px;
}

.form-group.inner-text-muted {
    margin-bottom: 50px;
}

label {
    font-size: 18px;
    margin-bottom: 11px;
    letter-spacing: 0.3px;
}

.form-control,
select.form-control:not([size]):not([multiple]) {
    font-size: 18px;
    font-weight: normal;
    color: #464036;
    background-color: #fafafa;
    border-radius: 0;
    border: 0;
    height: 64px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16), -1px -1px 2px #ffffff, -3px -3px 6px #ffffff;
    padding: 10px 25px 10px;
    letter-spacing: 0.3px;
}

.form-control:focus {
    color: #464036;
    background-color: #fafafa;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.16), inset -1px -1px 1px #ffffff;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    /* color: #464036 */
    color:#959595;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    /* color: #464036 */
    color:#959595;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    /* color: #464036 */
    color:#959595;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    /* color: #464036 */
    color:#959595;
}

.form-control:focus::placeholder {
    color: transparent;
}

.text-muted {
    color: #959595 !important;
    font-size: 14px;
    margin-top: 6px;
    letter-spacing: 0.8px;
    padding-left: 2.1px;
}

.form-group .form-text {
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-top: 6px;
    line-height: 18px;
}


/*--------Custom checkbox Start---------*/

.custome_check {
    font-size: 18px;
    color: #2b2b2b;
    font-weight: normal;
    padding-left: 50px;
    margin: 23px 0 0 0;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custome_check label {
    cursor: pointer;
    margin: 0;
}

.custome_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: -4px;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fafafa;
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.16), inset -3px -3px 6px #ffffff;
    /* transform: translateY(-50%); */
}

.custome_check input:checked~.checkmark {
    background-color: #fafafa;
    box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.16), inset -3px -3px 3px #ffffff;
}

.checkmark:after,
.checkmark:before {
    content: "";
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    transform: translate(-50%, -50%);
}

.custome_check .checkmark:after {
    background: #fafafa;
}

.custome_check .checkmark::before {
    display: none;
    width: 17px;
    height: 17px;
    background-image: url("../images/icons/checkbox-check.png");
    background-repeat: no-repeat;
    z-index: 1;
    background-size: 100%;
}

.custome_check input:checked~.checkmark:after,
.custome_check input:checked~.checkmark:before {
    display: block;
}

.custome_check input:checked~.checkmark:after {
    background: #f07c07;
}


/*--------Custom checkbox End---------*/


/*--------Radio Button Start---------*/

.radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fafafa;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffffff 35%, #d6d6d6);
    box-shadow: 16px 16px 32px #ebebeb, -16px -16px 32px #ffffff;
}

.custome_check input:checked~.radiobtn {
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.16), inset -3px -3px 6px #ffffff;
}

.radiobtn:after {
    content: "";
    position: absolute;
}

.custome_check input:checked~.radiobtn:after {
    display: block;
}

.custome_check .radiobtn::after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-radius: 50%;
    background: #fafafa;
}

.custome_check input:checked~.radiobtn:after {
    background: #f07c07;
}

.radio_wrap+label {
    margin: 0 0 10px 0;
}

.radio_wrap ul.radio_list li {
    /*margin: 0 78px 0 0;*/
    /*display: inline-block;*/
    flex: 0 0 33.33%;
    margin-right: 0 !important;
    padding: 0 10px 0 0;
}

.radio_wrap ul.radio_list li:last-child {
    margin-right: 0;
}

.radio_wrap ul.radio_list li .custome_check {
    margin: 0;
}

.radio_wrap+label {
    margin: 0 0 10px 0;
}

.radio_list {
    /* margin: 19px 0 45px; */
    padding: 8px 0 5px;
    display: flex;
    flex-wrap: wrap;
}

.radio_wrap ul.radio_list li:last-child {
    margin-right: 0;
}

.radio_wrap ul.radio_list li .custome_check {
    margin: 0;
}


/*--------Radio Button End---------*/

.fileUpload {
    position: relative;
    /*overflow: hidden;*/
    margin-top: 0;
    margin-left: auto;
}

.fileUpload .form-control {
    padding: 0 15px 0 20px;
}

.fileUpload span.form-control {
    width: 85%;
}

.fileUpload span.file_text {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.fileUpload span.file_text small {
    font-size: 14px;
    color: #959595;
    letter-spacing: 0.1px;
}

.fileUploadBtn {
    width: 64px;
    margin-right: 23px;
    flex: 0 0 64px;
    background-image: url(../images/icons/file-upload.png);
    padding: 0;
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: center;
}

.fileUpload input.uploadlogo {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
}


/*Chrome fix*/

input::-webkit-file-upload-button {
    cursor: pointer !important;
    height: 42px;
    width: 100%;
}

.text-color-hide {
    opacity: 0;
    display: block;
}


/*Toggle Css Start*/

.toggle_box {
    position: relative;
    height: 36px;
    width: 84px;
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.16), inset -3px -3px 6px #fafafa;
    border-radius: 50px;
    color: #464036;
    font-size: 10px;
    letter-spacing: 0.1px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 8px;
}

.toggle_box .text {
    line-height: 38px;
    transition: all 0.3s;
}

.toggle_box .log_out.text {
    float: right;
}

.toggle_box .log_in {
    display: none;
}

.toggle_box input[type="checkbox"] {
    position: absolute;
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    outline: none;
    cursor: pointer;
    left: 0;
}

.toggle_box input[type="checkbox"]:before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    transition: 0.3s;
}

.toggle_box input[type="checkbox"]::before {
    height: 28px;
    width: 28px;
    background-color: #fafafa;
    border-radius: 50%;
    left: 3px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    background-image: url(../images/icons/switch.png);
    background-position: center;
    background-size: 13px;
    background-repeat: no-repeat;
    z-index: 9;
}

.toggle_box input[type="checkbox"]:checked::before {
    left: calc(100% - 31px);
}

.toggle_box input[type="checkbox"]:checked~.log_out {
    display: none;
}

.toggle_box input[type="checkbox"]:checked~.log_in {
    display: inline-block;
}


/*Toggle Css End*/

.mobile_no_wrap,
.select_wrap,
.select_wrap.gms {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.mobile_no_wrap .countrycode {
    flex: 0 0 calc(100% - 100% + 64px);
    margin-right: 23px;
    padding: 0 10px;
    max-width: 64px;
}

.mobile_no_wrap .countrycode .code {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile_no_wrap .countrycode .code.light_text {
    color: #959595;
}

.mobile_no_wrap .tel_number {
    flex: 0 0 calc(100% - 64px - 23px);
}

.select_wrap .small_select {
    flex: 0 0 89px;
    max-width: 89px;
    margin-right: 26px;
}

.select_wrap.gms .small_select {
    flex: 0 0 140px;
    max-width: 140px;
    margin-right: 20px;
}

.select_wrap>.small_select select {
    background-position: 60px center;
}

.select_wrap.gms>.small_select select {
    background-position: 80% center;
}

.select_wrap .small_select select.form-control:not([size]):not([multiple]) {
    padding: 10px 15px;
}

.select_wrap>.form-control.tel_number {
    flex: 1;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/icons/grey-arrow.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 97% center;
}

.yellow_arrow_icon select {
    background-image: url(../images/icons/orange-arrow.png);
}

select.form-control:not([size]):not([multiple]) {
    width: 100%;
    padding: 10px;
    margin: 0;
    cursor: pointer;
}


/* =============================
        Form Style CSS End

================================ */


/* =============================
        Navigation CSS Start
================================ */

header {
    padding: 10px 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 999;
    background-color: #fafafa;
}

header .container {
    height: 100%;
}

header .logo a {
    display: inline-block;
    max-width: 320px;
}

header .logo a img {
    width: 100%;
}

header .btn {
    font-size: 20px;
    line-height: 24px;
    border: 0;
    height: 49px;
    line-height: 49px;
    box-shadow: none;
    min-width: 290px;
    padding: 0 20px;
}

header .login_btn {
    color: #464036;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-left: 79px;
    transition: all 0.3s;
    cursor: pointer;
}

header .login_btn:hover {
    color: #f07c07;
}

header .login_btn.register_link {
    color: #f07c07;
    display: none;
}

header .login_btn.register_link:hover,
header .login_btn.register_link:focus {
    color: #464036;
}

header .toggle_box {
    display: none;
}


/* =============================
        Navigation CSS End
================================ */


/* =====================================
    Sign Up & Verification CSS Start
======================================== */

.profile_img {
    width: 105px;
    height: 105px;
    background-color: #fafafa;
    border-radius: 50px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16), -3px -3px 6px #ffffff, -3px -3px 6px #ffffff;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile_img .inner {
    background-color: #e8e8e8;
    border-radius: 50px;
    max-width: 84px;
    height: 84px;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.sign_up_chef {
    padding: 50px 0;
}

.sign_up_chef .text {
    padding-left: 50px;
    width: 100%;
}

.sign_up_chef .text h3,
.sign_up_chef .text h1,
.ccs2 .sign_up_chef .text h1 {
    margin-bottom: 23px;
    text-transform: uppercase;
}

.sign_up_chef .text .form_wrap {
    max-width: 580px;
}

.verification .form_wrap {
    margin-top: 70px;
}

.verification .profile_img {
    margin-bottom: 50px;
}

.otp_input_wrap {
    font-size: 0;
}

.otp_input_wrap>div {
    width: 64px;
    margin: 0 26px 0 0;
    padding: 0px;
    display: inline-block;
}

.otp_input_wrap .form-control {
    padding: 0;
    margin: 0;
    width: 100% !important;
}

.otp_input_wrap>div:first-child {
    margin-left: 0;
}

.otp_input_wrap>div:last-child {
    margin-right: 0;
}

.sign_up_chef .text {
    padding-top: 127px;
}

.verification .text h5 {
    letter-spacing: 0.3px;
    margin-bottom: 13px;
}

.verification .opt_text {
    color: #959595;
    font-size: 16px;
    letter-spacing: 0.3px;
}

.verification .otp_label {
    margin-bottom: 19px;
    letter-spacing: 0.3px;
}

.verification .resend_otp_text {
    font-size: 18px;
    letter-spacing: 0.3px;
    font-weight: 500;
}

.verification .form-group {
    margin-bottom: 60px;
}

.verification .log_using_psd {
    margin-top: 31px;
}

.form-group .forgot_password {
    color: #f07c07 !important;
    text-decoration: underline;
}

.form-group .forgot_password:hover {
    text-decoration: none;
}

.form-group .form-text.forgot_password {
    font-size: 14px;
}


/* =====================================
    Sign Up & Verification CSS End
======================================== */


/* =====================================
    Registration for you CSS Start
======================================== */

.registration {
    padding: 30px 0;
}

.registration .about_details {
    margin-bottom: 30px;
}

.registration .abt_form h4 {
    margin-bottom: 15px;
}

.registration .profile_img {
    width: 100px;
    height: 100px;
    position: relative;
    margin-bottom: 16px;
}

.registration .profile_img .inner {
    background-color: #e8e8e8;
    border-radius: 50px;
    max-width: 79px;
    height: 79px;
    overflow: hidden;
    width: 100%;
}

.registration .profile_img .pro_edit_btn {
    padding: 0;
    border: 0;
    background-color: transparent;
    height: 16px;
    position: absolute;
    top: 11px;
    z-index: 9;
    width: 18px;
    right: -22px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.registration .about_details h5 {
    margin-bottom: 23px;
}

.registration .about_details h6 {
    margin-bottom: 18px;
    letter-spacing: -1px;
}

.registration .edit_profile_link {
    color: #959595;
    font-size: 14px;
    letter-spacing: 0.075px;
    display: inline-block;
    position: relative;
    transition: all 0.3s;
}

.registration .edit_profile_link:hover {
    color: #f07c07;
}

.registration .edit_profile_link::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #959595;
    transition: all 0.3s;
}

.registration .edit_profile_link:hover::before {
    background-color: #f07c07;
}

.registration .about_you_box {
    border-radius: 0;
    background: #fafafa;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16), -3px -3px 6px #ffffff, -3px -3px 6px #ffffff;
}

.registration .about_you_box ul {
    padding: 2px 0 0;
}

.registration .about_you_box ul li {
    padding: 19px 17px 18px;
    border-top: 1px solid #e0e0e0;
}

.registration .about_you_box ul li:first-child {
    border-top: 0;
}

.registration .about_you_box ul li:last-child {
    padding-bottom: 10px;
}

.registration .about_you_box ul li.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.registration .about_you_box ul li h6 {
    margin-bottom: 23px;
    letter-spacing: 0.2px;
}


/* .registration .about_you_box ul li.disabled h6 .edit_btn {
    background: url(../images/icons/edit.png) no-repeat;
    background-size: cover;
} */

.registration .about_you_box ul li h6 .edit_btn {
    width: 20px;
    background: url(../images/icons/edit.png) no-repeat;
    /* background: url(../images/icons/edit-orange.png) no-repeat; */
    height: 20px;
    background-color: transparent;
    border: 0;
    background-size: 100%;
    background-position: center;
    padding: 0;
    margin-left: 18px;
    cursor: pointer;
}

.registration .about_you_box ul li h6 .edit_btn:hover,
.registration .about_you_box ul li h6 .edit_btn:focus {
    background-image: url(../images/icons/edit-orange.png);
}

.registration .about_you_box ul li h6 .item_updated {
    color: #959595;
}

.registration .about_you_box ul li .progress {
    background: #f5f5f5;
    box-shadow: inset 27px 27px 54px #e6e6e6, inset -27px -27px 54px #ffffff;
    border-radius: 50px;
    height: 6px;
    padding: 1px 0;
    margin-bottom: 4px;
}

.registration .about_you_box ul li .progress .progress-bar {
    background-color: #f07c07;
    background: rgb(240, 124, 7);
    background: -moz-linear-gradient( top, rgba(240, 124, 7, 1) 0%, rgba(241, 149, 57, 1) 100%);
    background: -webkit-linear-gradient( top, rgba(240, 124, 7, 1) 0%, rgba(241, 149, 57, 1) 100%);
    background: linear-gradient( to bottom, rgba(240, 124, 7, 1) 0%, rgba(241, 149, 57, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f07c07', endColorstr='#f19539', GradientType=0);
    border-radius: 50px;
}

.registration .about_you_box ul li .complete_per {
    font-size: 14px;
    letter-spacing: 0.075px;
    /* color: #464036; */
    font-weight: 500;
    display: block;
    text-align: right;
    margin-bottom: 10px;
}

.registration .about_you_box ul li p {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.15px;
    margin-bottom: 0;
}

.registration .about_you_box ul li .add_items_btn,
.add_another_btn {
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0.075px;
    background-color: transparent;
    border: 0;
    padding: 0;
    width: 100%;
    margin-top: 12px;
    cursor: pointer;
    color: #464036;
    transition: all 0.3s;
}

.registration .about_you_box ul li .add_items_btn:hover .plus_icon,
.add_another_btn:hover .plus_icon {
    box-shadow: none;
}

.registration .about_you_box ul li .add_items_btn:hover,
.add_another_btn :hover {
    color: #f07c07;
}

.registration .about_you_box ul li .add_items_btn .plus_icon,
.add_another_btn .plus_icon,
.in_remo_btn {
    width: 33px;
    height: 33px;
    display: inline-block;
    background: #f5f5f5;
    border-radius: 150px;
    position: relative;
    z-index: 1;
    margin-right: 21px;
    flex: 0 0 33px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16), -1px -1px 2px #fff, -3px -3px 6px #fff;
}

.registration .about_you_box ul li .add_items_btn .plus_icon::before,
.registration .about_you_box ul li .add_items_btn .plus_icon::after,
.add_another_btn .plus_icon::before,
.add_another_btn .plus_icon::after,
.in_remo_btn::before,
.in_remo_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.registration .about_you_box ul li .add_items_btn .plus_icon::before,
.add_another_btn .plus_icon::before,
.in_remo_btn::before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: #f5f5f5;
}

.registration .about_you_box ul li .add_items_btn .plus_icon::after,
.add_another_btn .plus_icon::after,
.in_remo_btn::after {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background-image: url(../images/icons/add.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.top_progess {
    background-color: #fafafa;
    overflow: hidden;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16), -3px -3px 6px #ffffff, -3px -3px 6px #ffffff;
    padding: 35px 50px 25px;
    margin-bottom: 20px;
    min-height: 150px;
    position: relative;
}

.progressbar {
    overflow: hidden;
    width: calc(100% + 290px);
    position: relative;
    left: -130px;
}

.progressbar li {
	width: 15%;
    float: left;
    left: 4%;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #464036;
}

.progressbar li::after {
    content: "";
    position: absolute;
    top: 19px;
    left: -50%;
    width: 100%;
    height: 10px;
    background: rgb(221, 221, 221);
    background: -moz-linear-gradient( top, rgba(221, 221, 221, 1) 0%, rgba(250, 250, 250, 1) 100%);
    background: -webkit-linear-gradient( top, rgba(221, 221, 221, 1) 0%, rgba(250, 250, 250, 1) 100%);
    background: linear-gradient( to bottom, rgba(221, 221, 221, 1) 0%, rgba(250, 250, 250, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#fafafa', GradientType=0);
    z-index: 0;
}

.progressbar li:first-child::after {
    content: none;
}

.progressbar li .check_icon {
    background-color: #ffffff;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    display: block;
    margin: 0 auto 16px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.progressbar li .check_icon::before {
    content: "";
    position: absolute;
    top: 50%;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/icons/check.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
}

.progressbar li.check_active .check_icon::before {
    opacity: 1;
}

.registration .top_progess .progressbar li .check_icon::after {
    content: "";
    position: absolute;
    top: 50%;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3), -5px -5px 5px #fff;
}

.progressbar li.active .check_icon::after {
    background: rgb(240, 124, 7);
    background: -moz-linear-gradient( top, rgba(240, 124, 7, 1) 0%, rgba(208, 0, 0, 1) 100%);
    background: -webkit-linear-gradient( top, rgba(240, 124, 7, 1) 0%, rgba(208, 0, 0, 1) 100%);
    background: linear-gradient( to bottom, rgba(240, 124, 7, 1) 0%, rgba(208, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f07c07', endColorstr='#d00000', GradientType=0);
}

.progressbar li.active+li.active::after {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e17508+0,f07c07+100 */
    background: rgb(225, 117, 8);
    /* Old browsers */
    background: -moz-linear-gradient( top, rgba(225, 117, 8, 1) 0%, rgba(240, 124, 7, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient( top, rgba(225, 117, 8, 1) 0%, rgba(240, 124, 7, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient( to bottom, rgba(225, 117, 8, 1) 0%, rgba(240, 124, 7, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e17508', endColorstr='#f07c07', GradientType=0);
    /* IE6-9 */
}

.progressbar li .text br {
    display: none;
}

.registration .abt_form {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16), -3px -3px 6px #ffffff, -3px -3px 6px #ffffff;
    padding: 25px 30px;
    background-color: #f7f7f7;
}

.registration .abt_form .inner {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16), -3px -3px 6px #ffffff, -3px -3px 6px #ffffff;
    background-color: #fafafa;
    padding: 15px 20px 0;
    margin-bottom: 20px;
}

.registration .abt_form .icon {
    max-width: 20px;
    display: inline-block;
    flex: 0 0 auto;
    width: 100%;
    margin-right: 10px;
}

.registration .abt_form .icon.buffet_icon {
    max-width: 26px;
}

.registration .abt_form .icon.cuisines_icon,
.registration .abt_form .icon.stove_icon {
    max-width: 24px;
}

.registration.save_menu .abt_form .icon {
    max-width: 15px;
}

.registration .abt_form .inner h5 {
    margin-bottom: 38px;
    letter-spacing: 0.9px;
}

.registration .abt_form .icon {
    max-width: 20px;
    /*display: inline-block;*/
    flex: 0 0 auto;
    width: 100%;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.registration .abt_form .facebook_icon img {
    max-width: 15px;
}

.registration .abt_form .pin_icon img {
    max-width: 18px;
}

.registration .abt_form .doc_icon img {
    max-width: 22px;
}

.registration .abt_form .pin_icon {
    max-width: 26px;
}

.registration .abt_form .inner+.save_btn_next {
    margin: 50px 0 20px;
}


/* =====================================
    Registration for you CSS End
========================================


 /* =====================================
    Business CSS Start
/*========================================*/

.registration.bussiness .form-group {
    max-width: 576px;
}

.registration.bussiness .abt_form .inner {
    padding: 20px 38px 0;
}

.registration.bussiness .sub_title {
    margin: -5px 0 38px;
    font-size: 16px;
    letter-spacing: 0.3px;
}

.registration.bussiness .abt_form h4 {
    margin-bottom: 18px;
    letter-spacing: 0.3px;
}

.registration.bussiness .logout_link {
    color: #f07c07;
    text-decoration: underline;
    font-weight: 500;
    transition: all 0.3s;
    cursor: pointer;
}

.registration.bussiness .logout_link:hover {
    text-decoration: none;
    color: #d00000;
}

.checklist_wrap {
    max-width: 630px;
}

.checklist_wrap ul {
    display: flex;
    flex-wrap: wrap;
}

.checklist_wrap ul li {
    margin: 0 0 34px 0;
    flex: 0 0 33.33%;
    padding-right: 10px;
}

.checklist_wrap ul.provide li:last-child,
.checklist_wrap ul.days_opt li:nth-child(7),
.checklist_wrap ul.days_opt li:nth-child(8) {
    margin-bottom: 0;
}

.checklist_wrap ul li .custome_check {
    line-height: 24px;
    margin: 0;
}

.form-group.checklist_wrap .form-text {
    margin-top: -15px;
}


/*.registration.bussiness .checklist_wrap {
    margin-bottom: 20px;
}*/

.registration.bussiness .form-group.checklist_wrap>label {
    margin-bottom: 30px;
}

textarea.form-control {
    min-height: 84px;
    max-height: 84px;
}

.item_textarea textarea.form-control {
    min-height: 194px;
    max-height: 194px;
}

.previous_btn.btn {
    min-width: 200px;
    background-color: #ebebeb !important;
    background: transparent;
    background-image: none !important;
    color: #464036 !important;
    transition: all 0.3s;
}

.previous_btn.btn::before,
.previous_btn.btn::after {
    opacity: 0;
    transition: all 0.3s;
}

.previous_btn.btn::before {
    background: #ebebeb !important;
    opacity: 1;
}

.previous_btn.btn::after {
    background-image: linear-gradient( to right, #d00000, #e53a05, #f07c07, #e53a05, #d00000);
    opacity: 0;
    top: 0;
    transition: 0.3s ease-out;
    background-size: 300% 100%;
    background-position: 100% 0;
}

.previous_btn.btn:hover::before,
.previous_btn.btn:hover::after {
    opacity: 1;
    top: 0;
    background-position: 100% 0;
}

.btn-group .btn {
    margin: 0 17px;
}

.previous_btn.btn:hover {
    color: #ffffff !important;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16), -3px -3px 6px #ffffff;
}

.btn-group .btn:first-child {
    margin-left: 0;
}

.btn-group .btn:last-child {
    margin-right: 0;
}


/* =====================================
    Business CSS End
/*========================================*/


/* =====================================
    Kitchen CSS Start
/*========================================*/

.add_another_btn {
    font-size: 18px;
    margin: 20px 0 5px;
}

.radio_wrap ul.radio_list.halal li {
    margin-bottom: 30px;
}

.radio_wrap ul.radio_list.halal li:last-child {
    margin-bottom: 0;
}

.checklist_wrap ul.kit_suitable li:last-child,
.checklist_wrap ul.cooking li:last-child {
    flex: 0 0 50%;
}


/* =====================================
    Kitchen CSS End
/*========================================*/


/* =====================================
    Kitchen CSS Start
/*========================================*/

.save_add_btn_grp {
    margin-bottom: 50px;
}

.save_add_btn_grp div {
    margin: 0 46px;
}

.menu_manually .save_add_btn_grp div {
    margin: 0 25px;
}

.menu_manually .save_add_btn_grp div:last-child {
    margin-right: 0;
}

.menu_manually .save_add_btn_grp div:first-child {
    margin-left: 0;
}

.save_add_btn_grp .btn {
    min-width: 300px;
    min-height: 64px;
    font-size: 18px;
    text-transform: inherit;
    background-color: transparent;
    color: #464036;
    transition: box-shadow 0.3s ease-in-out;
}

.save_add_btn_grp div:first-child {
    margin-left: 0;
}

.save_add_btn_grp div:last-child {
    margin-right: 0;
}

.save_add_btn_grp .btn::before,
.save_add_btn_grp .btn::after {
    content: none;
}

.save_add_btn_grp .btn.active,
.save_add_btn_grp .btn:hover,
.save_add_btn_grp .btn:focus {
    color: #f07c07;
    background-color: #fafafa;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.16), inset -1px -1px 1px #ffffff;
}

.registration.save_menu .abt_form>.inner {
    padding: 35px 38px 50px !important;
    margin-bottom: 50px;
}

.save_add_btn_grp+label {
    margin-top: 11px;
}

.upload_text p {
    font-size: 18px;
    margin-bottom: 19px;
    letter-spacing: 0.3px;
}

.upload_text .list {
    margin-bottom: 40px;
}

.upload_text .list li {
    margin-bottom: 7px;
    font-size: 18px;
    display: flex;
    letter-spacing: 0.3px;
}

.upload_text .list li:last-child {
    margin-bottom: 0;
}

.upload_text .list li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #f07c07;
    border-radius: 50%;
    position: relative;
    top: 8px;
    margin-right: 10px;
    flex: 0 0 auto;
}

.download_sample_link {
    color: #f07c07;
    margin-bottom: 46px;
    font-size: 18px;
    display: inline-block;
    text-decoration: underline;
}

.download_sample_link img {
    max-width: 18px;
    margin-right: 20px;
}

.menu_manually .save_add_btn_grp .btn {
    min-width: 204px;
}

.registration.save_menu .abt_form>.inner.menu_manu_inner {
    padding-top: 0 !important;
    background-color: transparent;
    box-shadow: none;
    padding-bottom: 0 !important;
    margin-bottom: 60px;
}

.registration.bussiness.save_menu .form-group {
    max-width: 602px;
}

.para_link {
    font-weight: 500;
}

.para_link a {
    color: #f07c07;
}

.para_link a:hover,
.para_link a:focus {
    color: #d00000;
}


/* =====================================
    Kitchen CSS End
/*========================================*/


/* =====================================
    Submit CSS start
/*========================================*/

.registration.bussiness.submit_sec .abt_form .inner {
    padding: 27px 15px 27px;
}

.registration.bussiness.submit_sec .upload_text p {
    margin-bottom: 15px;
}

.registration.bussiness.submit_sec .upload_text .list li {
    margin-bottom: 18px;
}

.registration.bussiness.submit_sec .upload_text .list li:last-child {
    margin-bottom: 0;
}

.registration.bussiness.submit_sec .upload_text .list {
    margin-bottom: 20px;
}

.mobile_no_wrap .mob_nub_change {
    border: 0;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 50%;
    color: #f07c07;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s;
    background-color: #fafafa;
}

.mobile_no_wrap .mob_nub_change:hover,
.mobile_no_wrap .mob_nub_change:focus {
    color: #d00000;
}

.registration.edit_profile .form-group {
    max-width: 794px;
}

.registration.edit_profile .inner {
    box-shadow: none;
    background-color: transparent;
}

.registration .abt_form+.save_btn_next {
    margin: 50px 0;
}


/* =====================================
    Submit CSS End
/*========================================*/


/* =====================================
    Under Review CSS Start
/*========================================*/

.under_review {
    padding: 70px 0;
}

.under_review h2 {
    font-size: 50px;
    margin-bottom: 25px;
}

.under_review p {
    font-size: 20px;
    letter-spacing: 0.3px;
}

.under_review .logo_wrap {
    width: 500px;
    height: 500px;
    margin: 74px auto 65px;
    border-radius: 50%;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16), -3px -3px 6px #fff;
    padding: 33px;
}

.under_review .logo_wrap .logo_inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 7px solid #e8e8e8;
}

.under_review .logo_wrap .logo_inner img {
    max-width: 179px;
}

.under_review .btn.back_home {
    min-width: 335px;
}


/* =====================================
    Under Review CSS End
/*========================================*/


/* =====================================
    Term & Use CSS Start
/*========================================*/

.sign_up_chef.term_use {
    padding: 40px 0;
}

.sign_up_chef.term_use h2,
.sign_up_chef.term_use h1 {
    font-size: 50px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.sign_up_chef.term_use .terms_text_list {
    counter-reset: step;
}

.sign_up_chef.term_use .terms_text_list li::before {
    content: counter(step) ".";
    counter-increment: step;
    display: inline-block;
    margin-right: 5px;
}

.sign_up_chef.term_use h6 {
    font-size: 22px;
    margin-bottom: 19px;
}

.sign_up_chef.term_use p,
.sign_up_chef.term_use .terms_text_list li {
    font-size: 18px;
    letter-spacing: 0.4px;
    line-height: 28px;
    margin-bottom: 28px;
}

.sign_up_chef.term_use .terms_text_list li:last-child,
.sign_up_chef.term_use .para_wrap p:last-child {
    margin-bottom: 40px;
}

.sign_up_chef.term_use .terms_text_list li .terms_links,
.sign_up_chef.term_use p .terms_links {
    color: #f07c07;
    transition: all 0.3s;
}

.sign_up_chef.term_use .terms_text_list li .terms_links:hover,
.sign_up_chef.term_use p .terms_links:hover {
    color: #d00000;
    text-decoration: underline;
}

.terms_text_list li span {
    display: inline-block;
    margin-bottom: 28px;
}

.terms_menu_list {
    position: fixed;
    top: 140px;
    z-index: 990;
    left: auto;
    /* max-width: 530px; */
    max-width: 29%;
    background-color: #fafafa;
    box-shadow: 9px 9px 16px rgba(0, 0, 0, 0.16), -9px -9px 16px #fff;
    width: 100%;
    padding: 49px 35px 0;
}

#menu-box.stick {
    position: fixed;
    top: 140px;
    z-index: 990;
    left: auto;
    transition: all 0.3s;
}

.terms_menu_list h5 {
    margin-bottom: 20px;
}

.terms_menu_list li a {
    font-size: 18px;
    letter-spacing: 0.3px;
    color: #464036;
    padding: 27px 0 25px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
}

.terms_menu_list li.active a {
    font-weight: 500;
}

.terms_menu_list li:last-child a {
    border-bottom: 0;
}

.terms_menu_list li:first-child a {
    padding-top: 0;
}

.terms_menu_list li a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 12px;
    background-image: url("../images/icons/right-arrow.png");
    background-size: 100%;
    margin-right: 10px;
    background-repeat: no-repeat;
    flex: 0 0 auto;
}

.terms_menu_list.mobile_terms,
.terms_menu_list.mobile_terms.stick {
    display: none;
}

.back_con_link {
    font-size: 14px;
    color: #f07c07;
    text-decoration: underline;
    display: none;
}


/* =====================================
    Term & Use CSS End
/*========================================*/


/* =====================================
    Home Page CSS Start
/*========================================*/

.home_slider {
    padding: 80px 0 200px;
    position: relative;
    overflow: hidden;
}

.home_slider .left_box {
    padding-top: 80px;
}

.home_slider .top_title {
    font-size: 24px;
    letter-spacing: 0.8px;
    margin-bottom: 30px;
}

.home_slider .wel_text {
    font-weight: 400;
    letter-spacing: 0.8px;
}

.home_slider .logo_wrap {
    margin: 23px 0 30px;
    max-width: 506px;
}

.home_slider .build_text,
.home_slider .then_text {
    letter-spacing: 0.6px;
    font-size: 20px;
    margin-bottom: 45px;
}

.home_slider .border_line {
    width: 86px;
    background-color: #adadad;
    height: 1px;
    margin-bottom: 41px;
}

.home_slider p {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.6px;
    max-width: 760px;
    margin-bottom: 38px;
    margin-left: auto;
    margin-right: auto;
}

.home_slider .then_text {
    letter-spacing: 0.8px;
    line-height: 42px;
    margin-bottom: 50px;
}

.home_slider .btn {
    min-width: 312px;
}

.slider_thumb {
    margin-top: 50px;
}

.slider_thumb li {
    width: 172px;
    height: 172px;
    background-image: url(../images/home/slider-thumb-bg.png);
    background-size: 100%;
    padding: 38px;
    display: inline-block;
    margin-right: 40px;
    cursor: pointer;
}

.slider_thumb li:last-child {
    margin-right: 0;
}

.slider_thumb li img {
    opacity: 0.58;
    transition: all 0.3s;
}

.slider_thumb li:hover img,
.slider_thumb li.active img {
    opacity: 1;
}

.slider_big_img {
    width: 46%;
}

.slider_big_img .img_wrap {
    background-image: url(../images/home/slider-big-bg.png);
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    width: 1030px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 1030px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 157px;
}

.love_cook .img_wrap.mobile_img {
    display: none;
}

.love_cook .owl-carousel .owl-stage-outer {
    width: 100%;
}

.love_cook .text_wrap {
    padding-left: 100px;
    padding-top: 35px;
    width: 100%;
}

.love_cook .text_wrap h2,
.love_cook .text_wrap h1 {
    margin-bottom: 20px;    
    font-size: 40px;
}

.love_cook .text_wrap p {
    margin-bottom: 21px;
    line-height: 32px;
    letter-spacing: 0.5px;
    font-size: 18px;
}

.love_cook .text_wrap p.bold_para {
    font-size: 20px;
}

.love_cook .icon_list {
    display: flex;
    width: 100%;
    max-width: 715px;
    justify-content: space-between;
    margin: 20px 0 0 0;
}

.love_cook .icon_list .owl-stage-outer {
    width: 100%;
}

.love_cook .icon_list li {
    text-align: center;
}

.hide-form-div {
    display: none !important;
}

.love_cook .icon_list li .icon {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    background-color: #f7f7f7;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 9px 9px 16px rgba(0, 0, 0, 0.08), -9px -9px 16px #ffffff;
    margin-bottom: 15px;
}

.love_cook .icon_list li .icon::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-radius: 50%;
    border: 2px solid #b7d787;
}

.love_cook .icon_list li .icon img {
    max-width: 56px;
}

.love_cook .icon_list li .text {
    font-size: 20px;
    color: #464036;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.ben_reg {
    padding: 110px 0 0;
    position: relative;
}

.pin_team {
    position: relative;
}

.benifit_leaf_icon {
    background-image: url(../images/icons/benifits-leaf.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -71px;
    left: -20px;
    width: 130px;
    height: 263px;
    z-index: 3;
    background-size: 100%;
}

.ben_reg .img_wrap {
    max-width: 537px;
    padding-top: 77px;
    position: relative;
}

.ben_reg .right_box {
    margin-top: 140px;
}

.ben_reg .benefits_list {
    max-width: 1190px;
    margin: 0px 0 0 20px;
}

.ben_reg .benefits_list .slick-list {
    overflow: initial;
}

.ben_reg .benefits_list .owl-stage-outer {
    padding: 160px 0 30px;
}

.ben_reg .benefits_list .slick-slide>div {
    display: flex;
    justify-content: center;
    margin: 0 15px;
    height: 100%;
}

.ben_reg .slick-track {
	display: flex;
	align-items: flex-end;
}

.ben_reg .benefits_list .div {
    text-align: center;
    max-width: 280px;
    background-color: #f7f7f7;
    box-shadow: 9px 9px 16px rgba(0, 0, 0, 0.08), -9px -9px 16px #fff;
    border-radius: 250px 250px 0 0;
    padding: 30px 18px 20px;
    display: inline-block;
}

.ben_reg .benefits_list .div .img {
    width: 233px;
    height: 233px;
    display: flex;
    box-shadow: inset 16px 16px 16px rgba(0, 0, 0, 0.08), inset -16px -16px 16px #fff;
    border-radius: 50%;
    position: relative;
    background-color: #ffffff;
    z-index: 1;
    justify-content: center;
    align-items: center;
    margin-bottom: 7px;
    margin: 0 auto 7px;
}

.ben_reg .benefits_list .div .img::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    bottom: 14px;
    background-color: #f7f7f7;
    border-radius: 50%;
    z-index: -1;
}

.ben_reg .benefits_list .div .img img {
    max-width: 100px;
}

.ben_reg .benefits_list .div h4 {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 67px;
    letter-spacing: 1px;
}

.ben_reg .benefits_list .div p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.4px;
}

.ben_reg .benefits_list .slick-slide:nth-child(2) .div {
    transform: translateY(-55px);
}

.ben_reg .benefits_list .slick-slide:nth-child(3) .div {
    transform: translateY(-110px);
    /*margin-right: 0;*/
}

.looking_order {
    margin: 140px 0 0;
    position: relative;
}

.looking_order .container {
    background-color: #f7f7f7;
    padding: 50px 50px 55px;
    box-shadow: 9px 9px 16px rgba(0, 0, 0, 0.08), -9px -9px 16px #fff;
    position: relative;
}

.looking_order .bg_wrap {
    max-width: 63%;
}

.looking_order .img_wrap {
    position: absolute;
    right: 50px;
    bottom: 0;
    width: 450px;
    /* height: 472px; */
}

.looking_order h3 {
    font-size: 35px;
    letter-spacing: 0.8px;
    margin-bottom: 30px;
}

.looking_order p {
    letter-spacing: 0.4px;
    line-height: 28px;
    margin-bottom: 47px;
    font-size: 18px;
}

.pin_team {
    padding: 104px 0 120px;
    /*background-image: url(../images/icons/meet-team-benifits-leaf.png);
    background-repeat: no-repeat;
    background-position: right 110px;
    background-size: 195px;*/
    max-width: 1920px;
    margin: 0 auto;
}

.pin_team .benifit_leaf_icon {
    background-image: url(../images/icons/meet-team-benifits-leaf.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    max-width: 195px;
    height: 295px;
    left: auto;
    right: 0;
    top: 80px;
}

.pin_team h2 {
    margin: 0 0 22px 0;
}

.pin_team p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.4px;
}

.pin_team .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 0 0 0;
}

.pin_team .wrapper .list li {
    width: 620px;
    height: 106px;
    box-shadow: 9px 9px 16px rgba(0, 0, 0, 0.08), -9px -9px 16px #fff;
    background-color: #f7f7f7;
    display: block;
    margin: 0 0 67px 0;
}

.pin_team .wrapper .list li:last-child {
    margin: 0 0 0 0;
}

.pin_team .wrapper .list.left li {
    text-align: right;
    padding: 18px 40px 0 10px;
}

.pin_team .wrapper .list.right li {
    padding: 18px 10px 0 40px;
    text-align: left;
}

.pin_team .wrapper .list li h4 {
    font-size: 28px;
    /* line-height: 60px; */
    letter-spacing: 1px;
    color: #464036;
    margin-bottom: 8px;
}

.pin_team .wrapper .list li p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.4px;
}

.pin_team .wrapper .logo_icon {
    margin: 0 25px;
    flex: 0 0 427px;
    max-width: 427px;
}

.pin_team .wrapper .list.left li:first-child,
.pin_team .wrapper .list.left li:last-child {
    transform: translateX(100px);
}

.pin_team .wrapper .list.right li:first-child,
.pin_team .wrapper .list.right li:last-child {
    transform: translateX(-100px);
}

.pin_team .wrapper .list.left li:nth-child(2),
.pin_team .wrapper .list.left li:nth-child(4) {
    transform: translateX(25px);
}

.pin_team .wrapper .list.right li:nth-child(2),
.pin_team .wrapper .list.right li:nth-child(4) {
    transform: translateX(-25px);
}

.next_step h2 {
    margin-bottom: 46px;
}

.next_step .box .img_wrap {
    margin: 0 0 48px 0;
}

.next_step .box h4 {
    letter-spacing: 0.8px;
    margin: 0 0 22px 0;
}

.next_step .box p {
    font-size: 18px;
    max-width: 440px;
    margin: 0 auto;
    letter-spacing: 0.6px;
}

.next_step .box p .link,
.have_query p .link {
    font-size: 18px;
    color: #f07c07;
    text-decoration: underline;
    font-weight: 500;
}

.next_step .box p .link:hover,
.have_query p .link:hover {
    color: #d00000;
    text-decoration: none;
}

.have_query {
    padding: 84px 0;
}

.have_query .contanct_wrap {
    padding: 0 0 0 50px;
}

.have_query h2 {
    letter-spacing: 0.4px;
    margin-bottom: 24px;
}

.have_query p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.4px;
}

.have_query .form_wrap {
    margin: 65px 0 0 0;
    max-width: 875px;
}

.have_query textarea.form-control {
    min-height: 130px;
    max-height: 130px;
    /* padding: 0 0; */
}

.have_query .btn {
    min-width: 130px;
}

.social_links {
    margin-top: 8px;
}

.social_links li {
    display: inline-block;
    margin-right: 15px;
}

.social_links li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    transition: all 0.3s;
}

.social_links li:hover a,
.social_links li:focus a {
    transform: scale(1.1);
}

.social_links li:last-child {
    margin-right: 0;
}

.owl-dots {
    display: flex;
    justify-content: center;
}

.owl-dots .owl-dot {
    margin: 0 10px;
}

.owl-dots .owl-dot span {
    background-color: #d3d3d3;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50px;
    transition: all 0.3s;
}

.owl-dots .owl-dot.active span {
    background-color: #959595;
    width: 30px;
}

footer {
    /* height: 50px; */
    background-color: #464036;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 0;
    position: relative;
    /* z-index: 998; */
}

footer p {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.4px;
}

footer .poli_terms_link {
    font-size: 18px;
}

footer p a {
    color: #fff;
}

footer p a:hover,
footer p a:focus {
    /*color: #F07C07;*/
    text-decoration: underline;
    color: #fff;
}

.modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999;
}

.modal-backdrop {
    z-index: 9990;
}

.modal-body {
    padding: 43px 57px 65px;
    border-radius: 0;
}

.modal-dialog {
    max-width: 1415px;
    width: calc(100% - 30px);
    margin: 0 auto;
    /* height: 100%; */
}

.modal-content {
    background-color: #fafafa;
    border-radius: 0;
}

.popup {
    padding: 0 !important;
}

.popup h2 {
    color: #e53a05;
    /*padding-top: 20px;*/
    margin-bottom: 30px;
}

.popup p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.4px;
    margin-bottom: 32px;
}

.modal-body .add_another_btn {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
}

.modal-body .add_another_btn .plus_icon {
    margin: 0;
    opacity: 1;
    transform: rotate(45deg);
    width: 42px;
    height: 42px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.16), -1px -1px 2px #fff, -3px -3px 6px #fff;
    border-radius: 50%;
    cursor: pointer;
}

.modal-body .add_another_btn .plus_icon:hover,
.modal-body .add_another_btn .plus_icon:focus {
    box-shadow: none;
}

.modal-body .add_another_btn .plus_icon::after {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
}

.modal-body .add_another_btn:hover {
    color: inherit;
}

.modal-body .add_another_btn .plus_icon::before {
    background: #f5f5f5;
    transition: all 0.3s;
}

.modal-body .add_another_btn .plus_icon:hover::before,
.modal-body .add_another_btn .plus_icon:focus::before {
    background: linear-gradient(145deg, #e6e6e6, #fff);
}

.modal-backdrop.show {
    opacity: 0.7;
}

.popup.leave_pop .form_wrap {
    max-width: 535px;
    /*margin: 0 auto;*/
    width: 100%;
}

.popup .benifit_leaf_icon {
    top: 0;
    left: 15px;
    width: 45px;
    height: 64px;
    display: none;
}


/* =====================================
    Home Page CSS End
/*========================================*/


/* =====================================
    Menu1 Page CSS Start
/*========================================*/

.registration.menu_member1 .abt_form {
    padding: 25px 35px;
}

.registration.menu_member1 .abt_form h4 {
    margin-bottom: 40px;
}

.registration.bussiness.save_menu.menu_member1 .form-group {
    max-width: 575px;
}

.registration.menu_member1 .abt_form .inner h5 {
    margin-bottom: 45px;
    letter-spacing: 0.9px;
}

.registration.menu_member1 .abt_form .inner h5.card_open {
    cursor: pointer;
}

.registration.menu_member1 .save_add_btn_grp {
    margin-bottom: 50px;
}

.registration.bussiness.menu_member1 .abt_form>.inner {
    padding: 60px 0 20px !important;
    margin-bottom: 20px;
}

.registration.bussiness.menu_member1 .abt_form>.inner .box {
    padding: 45px 55px 0;
    border-bottom: 1px solid #e0e0e0;
}

.registration.bussiness.menu_member1 .abt_form>.inner .box:last-child {
    border-bottom: 0;
}

.registration.bussiness.menu_member1 .abt_form>.inner .box:first-child {
    padding-top: 0;
}

.registration.bussiness.menu_member1 .abt_form>.inner .box .new_shadow,
.new_shadow.card_new {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16), -3px -3px 6px #ffffff, -3px -3px 6px #ffffff;
    max-width: 580px;
    margin-bottom: 50px;
}

.registration.bussiness.menu_member1 .abt_form>.inner .box .new_shadow .form_wrap,
.new_shadow.card_new .form_wrap {
    padding: 20px;
}

.registration .abt_form .inner h5 small {
    letter-spacing: 0.2px;
}

.remove_btn_wrap {
    position: relative;
}

.remove_btn_wrap .in_remo_btn {
    margin: 0;
    padding: 0;
    border: 0;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    cursor: pointer;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16), -1px -1px 2px #fff, -3px -3px 6px #fff;
    width: 32px;
    height: 32px;
    /* background: linear-gradient(145deg, #e6e6e6, #ffffff); */
}

.remove_btn_wrap .in_remo_btn:hover,
.remove_btn_wrap .in_remo_btn:focus {
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.16), inset -1px -1px 2px #fff, inset -3px -3px 6px #fff;
}

.in_remo_btn::after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}

.border_bottom {
    border-bottom: 1px solid #eaeaea;
}

.edit_orange_btn {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: url(../images/icons/edit-orange.png) no-repeat;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    background-size: 17px;
    padding: 0 0 0 30px;
    cursor: pointer;
    color: #f07c07;
    font-size: 18px;
    letter-spacing: 0.4px;
}

.edit_orange_btn:hover,
.edit_orange_btn:focus {
    color: #464036;
    background: url(../images/icons/edit.png) no-repeat;
    background-size: 17px;
}

.registration.menu_member1 .edit_orange_btn {
    position: absolute;
    top: 0;
    right: 32px;
}

.registration.menu_member1 .new_shadow .top_edit_wrap,
.card_new .top_edit_wrap {
    display: flex;
    margin-bottom: 25px;
    padding: 20px 20px 0;
}

.registration.menu_member1 .new_shadow .top_edit_wrap .img_wrap,
.card_new .top_edit_wrap .img_wrap {
    flex: 0 0 130px;
    border: 4px solid #fff;
    margin-right: 28px;
    height: 140px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.registration.menu_member1 .new_shadow .top_edit_wrap .text_wrap,
.card_new .top_edit_wrap .text_wrap {
    position: relative;
    padding: 10px 70px 0 0;
    width: 100%;
    flex: auto;
}

.registration.menu_member1 .new_shadow .top_edit_wrap .text_wrap h6,
.card_new .top_edit_wrap .text_wrap h6 {
    margin-bottom: 13px;
}

.registration.menu_member1 .new_shadow .top_edit_wrap .text_wrap p,
.card_new .top_edit_wrap .text_wrap p {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.registration.menu_member1 .radio_wrap ul.radio_list li {
    margin-bottom: 20px;
}

.registration.menu_member1 .radio_wrap ul.radio_list li:last-child {
    margin-bottom: 0;
}

.registration.menu_member1 .checklist_wrap ul li {
    flex: 0 0 38%;
}

.festive_tags ul {
    display: flex;
    flex-wrap: wrap;
}

.festive_tags ul li {
    background-color: #ebebeb;
    padding: 0 35px 0 15px;
    margin: 18px 20px 8px 0;
    font-size: 18px;
    letter-spacing: 0.4px;
    height: 30px;
    line-height: 30px;
    /* display: flex; */
    /* align-items: center; */
    position: relative;
    transition: all 0.3s;
}

.festive_tags ul li.active,
.festive_tags ul li:hover {
    color: #fff;
    background-color: #f07c07;
}

.festive_tags ul li.active .close {
    opacity: 1;
}

.festive_tags ul li:hover .close {
    opacity: 1;
}

.festive_tags ul li .close {
    background-image: url(../images/icons/close-white.png);
    width: 10px;
    height: 10px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    opacity: 0;
}

.active_deact_toggle {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 18px;
    color: #464036;
}

.active_deact_toggle .toggle_box {
    width: 60px;
    height: 30px;
    margin-right: 20px;
    padding: 0;
}

.active_deact_toggle .toggle_box input[type="checkbox"]::before {
    height: 24px;
    width: 24px;
    border: 2px solid #fff;
    background-color: #e0e0e0;
    background-image: none;
    left: 3px;
    transition: all 0.3s;
}

.active_deact_toggle .toggle_box input[type="checkbox"]~.act {
    /*opacity: 0;*/
    color: #464036;
}

.active_deact_toggle .toggle_box input[type="checkbox"]:checked::before {
    left: calc(100% - 28px);
    background-color: #f07c07;
}

.new_shadow .active_deact_toggle .toggle_box input[type="checkbox"]:checked::before {
    background-color: #f07c07;
}

.new_shadow .active_deact_toggle .toggle_box input[type="checkbox"]::before {
    background-color: #E0E0E0;
}

.active_deact_toggle .toggle_box:hover input[type="checkbox"]::before {
    /* background-color: #f07c07; */
}

.active_deact_toggle .toggle_box input[type="checkbox"]:checked~.active {
    display: inline-block;
}

.active_deact_toggle .toggle_box input[type="checkbox"]:checked~.active {
    display: inline-block;
}

.registration.menu_member1 .bottom_wrap {
    border-top: 1px solid #e0e0e0;
}

.registration.menu_member1 .bottom_wrap ul {
    display: flex;
}

.registration.menu_member1 .bottom_wrap ul li {
    width: 50%;
    flex: 0 0 50%;
    position: relative;
    padding: 15px 30px;
    display: flex;
    align-items: center;
}

.registration.menu_member1 .bottom_wrap ul li:first-child {
    justify-content: flex-end;
}

.registration.menu_member1 .bottom_wrap ul li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: #e0e0e0;
}

.registration.menu_member1 .bottom_wrap ul li:last-child::before {
    content: none;
}

.registration.menu_member1 .bottom_wrap ul li .delete_icon {
    font-size: 18px;
    background-color: transparent;
    border: 0;
    display: flex;
    cursor: pointer;
    transition: color 0.3s;
    color: #464036;
    background-image: url(../images/icons/trash.png);
    background-position: left center;
    background-size: 24px 30px;
    background-repeat: no-repeat;
    line-height: 30px;
    padding: 0 0 0 46px;
}

.registration.menu_member1 .bottom_wrap ul li .delete_icon:hover {
    color: #f07c07;
    background-image: url(../images/icons/trash-orange.png);
}

.btn-group div {
    margin: 0 17px;
}

.btn-group div:first-child {
    margin-left: 0;
}

.btn-group div:last-child {
    margin-right: 0;
}

.can_del_pop .modal-dialog {
    max-width: 550px;
}

.can_del_pop .modal-body {
    padding: 60px 15px 55px;
}

.can_del_pop h5 {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.4px;
}

.can_del_pop .modal-body .add_another_btn .plus_icon {
    width: 30px;
    height: 30px;
}

.can_del_pop .modal-body .add_another_btn {
    right: 10px;
    top: 10px;
}

.can_del_pop .modal-body .add_another_btn .plus_icon::before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}

.can_del_pop .modal-body .add_another_btn .plus_icon::after {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
}

.can_del_pop .btn-group div {
    margin: 0 10px;
}

.can_del_pop .btn {
    min-width: 170px;
    font-size: 22px;
}

.can_del_pop .btn-group div:first-child {
    margin-left: 0;
}

.can_del_pop .btn-group div:last-child {
    margin-right: 0;
}


/* =====================================
    Menu1 Page CSS End
/*========================================*/

.slider_big_img #slider .img_wrap {
    position: absolute;
    top: 20px;
    right: -120px;
    cursor: pointer;
    user-select: none;
}

.slider_big_img #slider .img_wrap::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -27px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left center;
    z-index: -1;
}

.img_text_wrap:nth-child(1) .img_wrap::before {
    background-image: url(../images/home/slider-big-bg-1.png);
}

.img_text_wrap:nth-child(2) .img_wrap::before {
    background-image: url(../images/home/slider-big-bg-2.png);
}

.img_text_wrap:nth-child(3) .img_wrap::before {
    background-image: url(../images/home/slider-big-bg-3.png);
}

.slider_big_img #slider .slides {
    opacity: 0;
    transition: all 0.3s;
}

.slider_big_img #slider .slides.active {
    opacity: 1;
}

.slider_big_img #slider .slides p {
    opacity: 0;
    display: none;
    transition: all 0.3s;
}

.slider_big_img #slider .slides.active p {
    opacity: 1;
    display: block;
}

.slider_big_img #slider .slides .img_wrap img {
    opacity: 0;
    transition: all 1s;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}

.slider_big_img #slider .slides.active .img_wrap img {
    /*transform: translateX(0px);*/
    opacity: 1;
    /* animation: slide 4s linear infinite; */
}


/*@keyframes slide {
    0%{
        transform: translateX(-100px);
        opacity: 0;
    }
    5%{
        transform: translateX(0px);  
        opacity: 1;
    }
    50%{
        transform: translateX(0px);        
        opacity: 1;
    }
    90%{
        transform: translateX(0px); 
        opacity: 1;
    }
    95%{
        transform: translateX(-150px);
    }
    100%{
        transform: translateX(-200px);
        opacity: 0;
    }
}*/


/*
.slider_nav .btn_icon {
    box-shadow: 1px 1px 2px rgba(0,0,0,0.16), -1px -1px 2px #fff, -3px -3px 6px #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.slider_nav .btn_icon:hover,
.slider_nav .btn_icon:focus{
    box-shadow: none;
}
.slider_nav .btn_icon img {
    width: 8px;
    height: 16px;
}
.slider_nav .btn_icon::before{
    content: "";
    position: absolute;
    background-color: #F07C07;
    z-index: -1;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 50%;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

.slider_nav {
    display: none;
}

.slider_big_img #slider .slides .img_wrap img {
    transform: translateX(-80px);
    transition: all 0.5s;
}

.slider_big_img #slider .slides.active .img_wrap img {
    transform: translateX(0px);
}

.home_slider .container {
    overflow: hidden;
}

.slider_nav .btn_icon {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16), -1px -1px 2px #fff, -3px -3px 6px #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.slider_nav .btn_icon:hover,
.slider_nav .btn_icon:focus {
    box-shadow: none;
}

.slider_nav .btn_icon img {
    width: 8px;
    height: 16px;
}

.slider_nav .btn_icon::before {
    content: "";
    position: absolute;
    background-color: #f07c07;
    z-index: -1;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 50%;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toast_msg_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
}

.toast_msg_wrap .toast_msg {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16), -1px -1px 2px rgba(0, 0, 0, 0.1), -3px -3px 6px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    padding: 25px 30px;
    display: flex;
    position: relative;
    background-color: #fafafa;
    /*border-bottom: 4px solid rgba(254,53,90,0.3);*/
}

.toast_msg_wrap .bor_bottom {
    background-color: rgba(254, 53, 90, 0.3);
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.toast_msg_wrap .bor_bottom::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: rgba(254, 53, 90, 1);
    animation: toast 3s linear 1;
}

.toast_msg_wrap.success .bor_bottom {
    background-color: rgba(0, 204, 105, 0.3);
}

.toast_msg_wrap.success .bor_bottom::before {
    background-color: rgba(0, 204, 105, 1);
}

.toast_msg_wrap .toast_msg .left img {
    width: 40px;
}

.toast_msg_wrap .toast_msg .left {
    /*! flex: 220px; */
    border-right: 2px solid #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    padding-right: 20px;
}

.toast_msg .add_another_btn {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
}

.toast_msg .add_another_btn .plus_icon {
    margin: 0;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    opacity: 1;
    transition: all 0.3s;
}

.toast_msg .add_another_btn .plus_icon:hover {
    box-shadow: none;
    transform: rotate(135deg);
}

.toast_msg .add_another_btn .plus_icon::after,
.toast_msg .add_another_btn .plus_icon::before {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}

.toast_msg_wrap .toast_msg h6 {
    margin-bottom: 6px;
}

.toast_msg_wrap .toast_msg p {
    font-size: 14px;
}

@keyframes toast {
    0% {
        width: 100%;
    }
    55% {
        width: 30%;
    }
    100% {
        width: 0%;
    }
}

.card_listing .top_edit_wrap {
    display: flex;
    margin-bottom: 25px;
    padding: 20px;
}

.card_listing {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16), -3px -3px 6px #ffffff, -3px -3px 6px #ffffff;
    max-width: 580px;
    margin-bottom: 50px;
}

.card_listing .top_edit_wrap .img_wrap {
    flex: 0 0 130px;
    border: 4px solid #fff;
    margin-right: 28px;
}

.card_listing .top_edit_wrap .text_wrap {
    position: relative;
    padding: 10px 70px 0 0;
}

.card_listing .top_edit_wrap .text_wrap h6 {
    margin-bottom: 13px;
}

.card_listing .top_edit_wrap .text_wrap p {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.custom-autosuggest {
    position: relative;
}

.custom-autosuggest ul {
    position: absolute;
    top: 73px;
    background-color: #fafafa;
    width: 100%;
    max-height: 300px;
    z-index: 99999;
    padding: 0 3px;
    overflow-y: scroll;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.16), inset -1px -1px 1px #ffffff;
}

.custom-autosuggest ul li {
    padding: 5px 20px;
    font-size: 18px;
    cursor: pointer;
}

.custom-autosuggest ul li:hover {
    background-color: #ebebeb;
}

.custom-autosuggest ul li:last-child {
    margin-bottom: 2px;
}

.custom-autosuggest ul li:first-child {
    margin-top: 2px;
}

.add_another_btn.remove_btn .plus_icon::after {
    background-image: url(../images/icons/minus.png);
}

.registration.edit_profile .abt_form.heading {
    box-shadow: none;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.registration.edit_profile .abt_form.heading .save_btn {
    display: none;
}

.radio_wrap>label {
    margin-bottom: 0;
}

#accordion {
    margin-top: 50px;
}

#accordion>li {
    border-bottom: 1px solid #e1e1e1;
    padding: 50px 30px;
}

#accordion>li:first-child {
    border-top: 1px solid #e1e1e1;
}

#accordion li input.radio_acco {
    display: none;
}

#accordion li>label.label_title {
    width: 100%;
    margin: 0;
}

#accordion li .content {
    /* max-height: 0; */
    /* overflow: hidden; */
    display: none;
    transition: all 0.5s;
    padding: 0 0 0 50px;
}

#accordion li input:checked~.content {
    /*max-height: 100vh;*/
    display: block;
}

.custome_check input:checked~.radiobtn {
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.16), inset -3px -3px 6px #ffffff;
}

input:checked~.custome_check .radiobtn::after {
    background: #f07c07;
}

input:checked~.custome_check .radiobtn {
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.16), inset -3px -3px 6px #ffffff;
}

#accordion li label .title {
    font-size: 20px;
    margin-bottom: 22px;
    font-weight: 500;
}

#accordion li .content .inner {
    max-width: 641px;
    padding: 50px 20px;
    margin-bottom: 0;
    margin-top: 20px;
}

#accordion li .content .inner .form-group.yellow_arrow_icon {
    max-width: 100%;
}

#accordion li .content .add_cuisine_wrap {
    margin-top: 50px;
}

#accordion li label p {
    font-size: 18px;
}

.registration.bussiness.save_menu.new_menu .abt_form>.inner {
    padding: 25px 30px 35px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.registration.menu_member1 .abt_form .inner h5.card_open[aria-expanded="true"] .acco_arrow::before {
    border-top-color: #f07c07;
    transform: translateY(-50%) rotate(0deg);
}

#accordion {
    margin-top: 50px;
}

#accordion>li {
    border-bottom: 1px solid #e1e1e1;
    padding: 50px 30px;
}

#accordion>li:first-child {
    border-top: 1px solid #e1e1e1;
}

#accordion li input.radio_acco {
    display: none;
}

#accordion li>label.label_title {
    width: 100%;
    margin: 0;
}

#accordion li .content {
    display: none;
    transition: all 0.5s;
    padding: 0 0 0 50px;
}

#accordion li input:checked~.content {
    display: block;
}

.custome_check input:checked~.radiobtn {
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.16), inset -3px -3px 6px #ffffff;
}

input:checked~.custome_check .radiobtn::after {
    background: #f07c07;
}

input:checked~.custome_check .radiobtn {
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.16), inset -3px -3px 6px #ffffff;
}

#accordion li label .title {
    font-size: 20px;
    margin-bottom: 22px;
    font-weight: 500;
}

#accordion li .content .inner {
    max-width: 641px;
    padding: 50px 20px;
    margin-bottom: 0;
    margin-top: 20px;
}

#accordion li .content .inner .form-group.yellow_arrow_icon {
    max-width: 100%;
}

#accordion li .content .add_cuisine_wrap {
    margin-top: 50px;
}

#accordion li label p {
    font-size: 18px;
}

.registration.bussiness.save_menu.new_menu .abt_form>.inner {
    padding: 25px 30px 35px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.save_btn_bot_para {
    padding: 0 30px;
    font-size: 18px;
    margin: 0 !important;
}

.my_acc_btn {
    display: flex;
    align-items: center;
}

.my_acc_btn .account_img,
.account_img {
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
}

div#root {
    overflow: hidden;
}

header .btn .account_img {
    display: none;
}

header .login_btn.login_btn.regist_mobile {
    display: none;
}

.btn-group.opt_btn_grp {
    margin-top: 10px;
}

.btn-group.opt_btn_grp .btn {
    min-width: 200px;
}

.btn-group.opt_btn_grp .btn.disabled {
    pointer-events: none;
}

.sidebar {
    position: fixed;
    top: 140px;
    z-index: 990;
    max-width: calc(100% - 100% + 405px);
    width: 100%;
    bottom: 20px;
    padding: 0 10px;
    transition: all 0.5s;
}

.sidebar .about_you_box ul {
    margin-bottom: 40px;
}

.uploa_doc li {
    margin-bottom: 45px;
    max-width: 535px;
    position: relative;
}

.uploa_doc li .doc_box {
    background-color: #ebebeb;
    display: inline-block;
    color: #464036;
    padding: 12px 20px;
    font-size: 18px;
    overflow: hidden;
    letter-spacing: 0.2px;
}

.uploa_doc li .link {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #f07c07;
    font-size: 16px;
    text-decoration: underline;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.3s;
    letter-spacing: 0.2px;
}

.uploa_doc li .link:hover {
    text-decoration: none;
    color: #d00000;
}

footer .poli_terms_link span {
    margin: 0 10px;
    display: inline-block;
}

.registration .profile_img .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sign_up_chef.term_use .terms_text_list li .terms_text_list {
    padding-left: 20px;
    margin-top: 20px;
}

.modal.fade.popup.can_del_pop .btn {
    min-width: 170px;
}

.registration.bussiness.menu_member1 .box.show-card {
    padding: 0;
}

.registration.bussiness.menu_member1 .box.show-card {
    padding: 0 !important;
}

.registration.bussiness.menu_member1 .box.show-card .new_shadow {
    margin: 0;
    padding: 20px;
}

.registration.bussiness.menu_member1 .box.show-card .new_shadow .top_edit_wrap {
    margin-bottom: 0;
    padding: 0;
}

.registration.menu_member1 .bottom_wrap ul li.only_delete {
    width: 100%;
    flex: 1;
    justify-content: center;
}

.save_btn.disabled,
.deactive {
    opacity: 0;
    visibility: hidden;
}

.upload_tags.festive_tags ul li .close {
    opacity: 1;
    background-image: url(../images/icons/close-black.png);
    transition: all 0.3s;
}

.upload_tags.festive_tags ul li:hover .close,
.upload_tags.festive_tags ul li:focus .close {
    background-image: url(../images/icons/close-white.png);
}

.upload_tags.festive_tags ul li:hover {
    background-color: #ebebeb;
    color: #2b2b2b;
}

.upload_tags.festive_tags ul li:hover {
    background-color: #d10e00;
    color: #ffffff;
}

.ben_reg .img_wrap::before {
    content: "";
    width: 100%;
    max-width: 440px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #c2c2c2;
}

.form-control[readonly] {
    background-color: #fafafa;
}

span.mob_nub_change {
    cursor: pointer;
    color: #f07c07;
    transition: all 0.3s;
}

span.mob_nub_change:hover,
span.mob_nub_change:focus {
    color: #d00000;
}

.user_note_edite {
    font-size: 12px;
    letter-spacing: 0.15px;
    font-weight: 500;
    max-width: 320px;
    margin: 0 auto 15px;
    position: relative;
    text-align: center;
    display: none;
}

.mobile_no_wrap.std_wrap .countrycode {
    flex: 1;
    max-width: 80px;
}

.mobile_no_wrap.std_wrap>.form-control {
    flex: 1;
}

.form-text.red_000,
.error_msg,
.text-danger {
    color: #d00000 !important;
    font-weight: 500;
}


/* .notification-container {
    bottom: 30px;
    top: auto !important;
	left: 50%;
	transform: translate(-50%, 0);
} */

.custome_check.disable_checks {
    color: #6a6a6a;
    cursor: initial;
}

.custome_check.disable_checks .checkmark::after {
    background: #b2b2b2;
}

.sweet-loading {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign_up_chef.under_review.thank_you p.title {
    max-width: 100%;
}

.next_step {
    padding-top: 80px;
}

.sign_up_chef.term_use h2 a.res_back_btn.mobile_sidebar_back_btn {
    display: none !important;
}

.modal-body button.close.close_view {
    top: -9px;
    right: -20px;
    position: absolute;
    opacity: 1;
    max-width: 15px;
    width: 10;
}

.modal-body button.close.close_view img {
    width: 100%;
}
.enq-btn{
    background-color: #F14D20;
    color:#fff;
    border: none;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.box-review {
    padding: 50px 50px 50px;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: -3px -3px 6px #fff, -3px -3px 12px #fff, 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.section-package {
	border: 4px solid #ffaa8f;
    border-radius: 20px;
    padding: 10px;
    min-height: 765px;
    text-align: left;
    background-color: #fffffff5;
}
.section-package ul li {
    list-style: disc;
}
.section-package ul{
	padding-left: 35px;
    margin: 5px 0px;
}
.section-package h3{
	padding-bottom: 16px;
}
.section-package-banner{
	background-image: url(../images/package_back.png);
    background-size: 100% 100%;
	padding: 12px;
}
.section-package-banner del{
	color: #e53a05;
}
