.payment_form_container{margin-top:32px!important;display:flex;flex-direction:column;gap:16px}.payment_form_container>*{margin-bottom:16px}.payment_form_container>:last-child{margin-bottom:0}@media(max-width:767px){.payment_form_container>*{margin-bottom:20px}}.payment_form_container .city_errorMessage{padding-left:10px;margin-top:4px;font-size:12px;color:red;height:16px;display:block}.payment_form_container .city_dropdown .css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input::-webkit-input-placeholder,.payment_form_container .city_dropdown .css-1x5jdmq::-webkit-input-placeholder{color:#757575;opacity:1}.payment_form_container .heading{font-weight:500;font-size:20px;line-height:26px;margin-bottom:8px;color:#111318}.payment_form_container .whatsapp_container{margin:16px 0 4px;display:flex;gap:12px}.payment_form_container .switch{position:relative;display:inline-block;width:40px;height:20px}.payment_form_container .switch input{opacity:0;width:0;height:0}.payment_form_container .slider{position:absolute;cursor:default;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}.payment_form_container .slider:before{position:absolute;content:"";height:20px;width:20px;left:0;bottom:0;background-color:#fff;transition:.4s}.payment_form_container input:checked+.slider{background-color:#2c3333}.payment_form_container input:focus+.slider{box-shadow:0 0 1px #2196f3}.payment_form_container input:checked+.slider:before{transform:translateX(20px)}.payment_form_container .slider.round{border-radius:20px}.payment_form_container .slider.round:before{border-radius:50%}.payment_form_container .w-whatsapp-text{font-size:14px;font-weight:500}.payment_form_container .payment_button{background-color:#111318;margin-top:4px;width:100%;height:50px;color:#fff!important;font-size:14px;line-height:20px;font-weight:500;display:flex;justify-content:center;border-radius:0}.payment_form_container .disable{background-color:rgba(27,31,36,.08)}.payment_form_container .css-1e6y48t-MuiButtonBase-root-MuiButton-root:hover{background-color:#111318}.payment_form_container .phone_input{overflow:auto;position:relative}.payment_form_container .phone_input input{padding-left:48px!important}.payment_form_container .dd-menu{background-color:#191c24;color:#fff;display:flex;justify-content:space-between;padding-left:15px;padding-right:15px;line-height:1.5}@media(max-width:767px){.payment_form_container .dd-menu{display:block;text-align:left}}.payment_form_container .dd-menu p{display:inline-block;margin:0}@media(max-width:767px){.payment_form_container .dd-menu p{display:block;text-align:left}}.payment_form_container .dd-menu .textMsg{font-size:14px;padding-bottom:5px}@media(max-width:767px){.payment_form_container .dd-menu .textMsg{font-size:12px;padding-bottom:10px}}.n-w-bottom-top-input{background-color:#fff;width:100%;height:50px;display:flex;align-items:center;justify-content:space-around;border:1px solid #d9d9d9;overflow:hidden}.n-w-bottom-top-input .w-book-hr-line{height:20px;opacity:.4}.n-w-bottom-top-input label{display:flex;justify-content:center;align-items:center;width:50px}.n-w-bottom-top-input input{height:inherit;font-size:16px;width:100%}.n-w-bottom-top-input input,.n-w-bottom-top-input select{outline:none;border:none;padding-left:10px;font-weight:400;color:#000}.n-w-bottom-top-input select{height:50px;padding-right:5px;font-size:13px;width:calc(100% - 10px);margin-right:auto;background:#fff}.n-w-bottom-top-input.error{border:1px solid #ec7272}.w-otp-container{width:40vw;height:380px;background-color:#fff;display:flex;flex-direction:column}@media screen and (max-width:600px){.w-otp-container{width:100vw}}.w-otp-container .w-otp-top{flex:5 1;display:flex;flex-direction:column}.w-otp-container .w-otp-top .w-otp-top-closeicon{display:flex;justify-content:flex-end;align-items:center;flex:1 1;margin-right:16px}.w-otp-container .w-otp-top .w-otp-top-closeicon .w-otpcloseIcon{transform:scale(1.3);cursor:pointer}.w-otp-container .w-otp-top .w-otp-top-otplabel{flex:2 1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.w-otp-container .w-otp-top .w-otp-top-otplabel .w-otp-top-heading{font-weight:600;font-size:20px;line-height:26.46px}.w-otp-container .w-otp-top .w-otp-top-otplabel .w-otp-top-info{width:80%;text-align:center;font-weight:500;font-size:14px;line-height:22.4px}.w-otp-container .w-otp-center{flex:3 1;display:flex;flex-direction:column}.w-otp-container .w-otp-center .w-otp-input-box-container{flex:2 1;display:flex;justify-content:center;align-items:center}.w-otp-container .w-otp-center .w-otp-input-box-container .w-otp-input-box{background-color:#eee;margin:10px;width:14%;font-size:20px;height:80%;text-align:center;font-weight:700;font-size:24px;line-height:31.75px;border:none}.w-otp-container .w-otp-center .w-otp-input-box-container .w-otp-input-box.error{border:1px solid #f37878}.w-otp-container .w-otp-center .w-otp-input-details{cursor:pointer;flex:1 1;display:flex;justify-content:center;align-items:center;flex-direction:column}.w-otp-container .w-otp-bottom{flex:3 1;display:flex;justify-content:center;align-items:center}.w-otp-container .w-otp-bottom .w-otp-button{width:90%;height:56px;font-weight:500;cursor:pointer;font-size:14px;line-height:19.6px;background-color:#111318;outline:none;border:none;color:#fff;display:flex;justify-content:center;align-items:center}.w-otp-container .w-otp-bottom .w-otp-button.disable{background-color:#d9dadd}.verify_popup{position:fixed;top:25%;left:25%;z-index:100}@media screen and (max-width:600px){.verify_popup{left:0}}.loading-icon{height:70px;width:70px}.loading-blue{display:flex;justify-content:center;align-items:center;height:30vh}.outerlay{width:100vw;background-color:rgba(69,69,69,.251);height:100%}.receipt-container{width:55vw;background-color:#fff;position:fixed;padding-bottom:16px;transform:translate(-50%,-50%)}.receipt-container .heading{font-size:48px;font-weight:500;line-height:80px}@media(max-width:700px){.receipt-container .heading{font-size:32px;font-weight:500;line-height:48px}}.receipt-container .sub-heading{font-size:24px;font-weight:400;line-height:36px}@media(max-width:700px){.receipt-container .sub-heading{font-size:20px;line-height:28px}}@media(max-width:800px){.receipt-container{width:95vw;left:2%}}@media only screen and (min-width:1440px){.receipt-container{top:32%;left:20%}}.receipt-container .header{width:100%;display:flex;justify-content:center;align-items:center;padding:20px 0;background-color:#02b17b;color:#fff;font-size:1.5em}.receipt-container .buttonSec{margin-top:50px;display:flex;justify-content:center;align-items:end;height:49%}@media(max-width:700px){.receipt-container .buttonSec{margin-top:32px}}.dialog{position:absolute;top:50%!important;left:50%!important;background-color:#fff;border:0!important;transform:translate(-50%,-50%);width:470px}@media screen and (max-width:600px){.dialog{width:90vw}}.dialog .terms_text{font-size:16px;line-height:24px;font-weight:400;padding:32px}.dialog .close_icon{position:absolute;right:12px;top:4px;font-size:20px;font-weight:500;cursor:pointer}.dialog p{text-align:center}.dialog .head{display:flex;justify-content:center;padding:.8em 0;width:100%}.dialog .content{margin-top:.5em;margin-bottom:1.5em}.dialog .content .title{font-size:1.5rem}.dialog .content .message{color:#787e8c;font-weight:300}.dialog:focus-visible{outline:none}.payment{margin-top:32px!important}.payment .w_back_to_home{display:flex;align-items:center;justify-content:center;gap:12px;padding-bottom:12px;border-bottom:1px solid #000;font-size:16px;color:#000;text-decoration:none}.payment .header{font-size:1.25rem;padding:1rem 0}.payment .payment-content{font-size:12px;line-height:18px}.payment .payment-content .terms_link{color:#02b17b;border-bottom:1px solid #02b17b;cursor:pointer}.payment .payment_button{margin-top:32px;width:100%}.payment .payment_button,.payment .payment_button_new{background-color:#111318;height:50px;color:#fff!important;font-size:14px;line-height:20px;font-weight:500;display:flex;justify-content:center;border-radius:0}.payment .payment_button_new{width:70%}@media(max-width:768px){.payment .payment_button_new{width:55%}}.payment .disable{background-color:rgba(27,31,36,.08)}.payment .css-1e6y48t-MuiButtonBase-root-MuiButton-root:hover{background-color:#111318}.payment .terms_condition{display:flex;align-items:center;gap:12px}.payment .payment-content{font-size:14px;line-height:20px;font-weight:400;color:#111318}.payment-success,.payment-title{font-size:1.25rem!important}.payment-success{color:#02b17b!important}.payment-failure{font-size:1.25rem!important;color:#da1731!important}.payment-content{color:#787e8c}.payment button{width:100%;display:block!important}.payment-terms-and-conditions-outer-container{width:100%;display:flex;justify-content:center;align-items:center}.payment-condition-container{display:flex;flex-direction:column;align-items:center;background-color:#fff;width:90%}.payment-condition-container .wterms-one .wterms-one-heading{padding:30px 0 0;font-weight:600;font-size:1.5rem;line-height:2rem}@media screen and (max-width:600px){.payment-condition-container .wterms-one .wterms-one-heading{font-size:1rem;line-height:1.5rem}}.payment-condition-container .wterms-one .wterms-one-title{font-weight:400;font-size:12px;line-height:20.4px;padding-bottom:16px}.payment-condition-container .wterms-two{width:100%}.payment-condition-container .wterms-two .wterms-default-heading{margin:10px 0;font-weight:600;font-size:16px;line-height:21.17px}.payment-condition-container .wterms-two .wterms-default-title{font-weight:400;font-size:12px;line-height:20.4px;padding-bottom:16px}.payment-condition-container .wterms-two .wterms-default-title .bold{font-weight:700}.payment-condition-container .wterms-three .wterms-default-heading{margin:10px 0;font-weight:600;font-size:16px;line-height:21.17px}.payment-condition-container .wterms-three .wterms-default-title{font-weight:400;font-size:12px;line-height:20.4px;padding-bottom:16px}.payment-condition-container .wterms-four{width:100%}.payment-condition-container .wterms-four .wterms-default-heading{margin:10px 0;font-weight:600;font-size:16px;line-height:21.17px}.payment-condition-container .wterms-four .wterms-default-title{font-weight:400;font-size:12px;line-height:20.4px;padding-bottom:16px}.terms_dialog::-webkit-scrollbar{width:4px}.terms_dialog::-webkit-scrollbar-thumb{background-color:gray}.terms_dialog{position:absolute;top:50%!important;left:50%!important;background-color:#fff;border:0!important;transform:translate(-50%,-50%);width:700px;height:500px;overflow-y:scroll}@media screen and (max-width:600px){.terms_dialog{width:90vw;height:60vh}}.terms_dialog .terms_text{font-size:16px;line-height:24px;font-weight:400;padding:32px}.terms_dialog .close_icon{position:absolute;right:12px;top:4px;font-size:20px;font-weight:500;cursor:pointer}.terms_dialog .head{display:flex;justify-content:center;padding:.8em 0;width:100%}.terms_dialog .content{margin-top:.5em;margin-bottom:1.5em}.terms_dialog .content .title{font-size:1.5rem}.terms_dialog .content .message{color:#787e8c;font-weight:300}.wterms-and-conditions-outer-container{width:100%;display:flex;justify-content:center;align-items:center}.wterms-condition-container{display:flex;flex-direction:column;align-items:center;width:70%;background-color:#fff}.wterms-condition-container .wterms-one{width:80%}.wterms-condition-container .wterms-one .wterms-one-heading{padding:30px 0;font-weight:600;font-size:2.5rem;line-height:150%}.wterms-condition-container .wterms-one .wterms-one-title{font-weight:400;font-size:12px;line-height:20.4px;padding-bottom:16px}.wterms-condition-container .wterms-two{width:80%}.wterms-condition-container .wterms-two .wterms-default-heading{margin:10px 0;font-weight:600;font-size:16px;line-height:21.17px}.wterms-condition-container .wterms-two .wterms-default-title{font-weight:400;font-size:12px;line-height:20.4px;padding-bottom:16px}.wterms-condition-container .wterms-two .wterms-default-title .bold{font-weight:700}.wterms-condition-container .wterms-three{width:80%}.wterms-condition-container .wterms-three .wterms-default-heading{margin:10px 0;font-weight:600;font-size:16px;line-height:21.17px}.wterms-condition-container .wterms-three .wterms-default-title{font-weight:400;font-size:12px;line-height:20.4px;padding-bottom:16px}.wterms-condition-container .wterms-four{width:80%}.wterms-condition-container .wterms-four .wterms-default-heading{margin:10px 0;font-weight:600;font-size:16px;line-height:21.17px}.wterms-condition-container .wterms-four .wterms-default-title{font-weight:400;font-size:12px;line-height:20.4px;padding-bottom:16px}.div_container{padding:10px 40px;position:relative}.div_container:first-child,.div_container:first-child:before{padding-left:0}.div_container:last-child{padding-right:0}.div_container:last-child:before{display:none}.div_container:before{content:"";position:absolute;bottom:15px;right:0;width:1px;height:50px;background:hsla(0,0%,100%,.2)}.icon_img{width:24px;height:24px;object-fit:fill;opacity:.8;margin-bottom:10px}.container_content_title{font-weight:300;font-size:12px;margin-bottom:5px}.container_content_title,.container_content_value{font-style:normal;line-height:1.5;color:#fff;text-align:left}.container_content_value{font-weight:500;font-size:20px}@media(max-width:1600px){.container_content_value{font-size:16px}}.container_content_value .subscript{font-weight:400;font-size:12px;margin-left:4px}.payment-layout-mobile{display:flex;flex-direction:column;background-color:#e5e5e5}.payment-layout-mobile *{margin:0;padding:0;font-family:Red Hat Display,sans-serif!important}.payment-layout-mobile .left{padding:46px 0;position:relative}.payment-layout-mobile .left .custom_slider img{object-fit:cover;background-position:50%;width:100%;height:250px}.payment-layout-mobile .left .right{position:absolute;right:16px;top:31vh;cursor:pointer;z-index:999}.payment-layout-mobile .left .leftside{position:absolute;left:24px;top:33vh;cursor:pointer;z-index:999}.payment-layout-mobile .right{padding:23px 21px}.payment-layout-mobile.mobile-newModuleDesign .left{display:block;position:relative;height:100%;padding:0}.payment-layout-mobile.mobile-newModuleDesign .strip-container{color:#fff;position:relative;background:linear-gradient(90deg,#d04747,#8a0606);box-shadow:0 2px 4px 0 rgba(0,0,0,.25);padding:15px 20px}.payment-layout-mobile.mobile-newModuleDesign .strip-container .nw-title{color:#fff;font-family:red Hat Display;font-size:16px;font-style:normal;font-weight:800;line-height:normal;padding:0;margin:0 0 5px}.payment-layout-mobile.mobile-newModuleDesign .strip-container .title_sm_cb{text-align:center}.payment-layout-mobile.mobile-newModuleDesign .strip-container .nw-para{color:#fff;font-family:red Hat Display;font-size:14px;font-style:normal;font-weight:600;line-height:normal;padding:0;margin:0 0 5px}.payment-layout-mobile.mobile-newModuleDesign .strip-container .fw900{font-weight:900}.payment-layout-mobile.mobile-newModuleDesign .strip-container .fs16{font-size:16px}.payment-layout-mobile.mobile-newModuleDesign .nw-spacerLR{padding-left:20px;padding-right:20px}.payment-layout-mobile.mobile-newModuleDesign .nw-spacer-custom-slide{padding-top:15px;padding-bottom:15px}.payment-layout-mobile.mobile-newModuleDesign .nw-spacer-custom-slide .custom_slider .slides{height:300px}.payment-layout-mobile.mobile-newModuleDesign .nw-box-container .nw-label{margin-top:10px;margin-bottom:30px;padding:12px 15px;border-radius:24px;border:1px solid #b5b5b5}.payment-layout-mobile.mobile-newModuleDesign .nw-box-container .nw-label .custom-radio{font-size:14px;display:flex;flex-direction:column;row-gap:10px;margin-bottom:0;text-align:center}.payment-layout-mobile.mobile-newModuleDesign .nw-box-container .nw-label .custom-radio.active .checkmark{border:1px solid #161616;box-shadow:0 6px 4.2px 0 rgba(0,0,0,.2)}.payment-layout-mobile.mobile-newModuleDesign .nw-box-container .nw-label .custom-radio.active .label{color:#000;font-weight:500;opacity:1}.payment-layout-mobile.mobile-newModuleDesign .nw-box-container .nw-label .custom-radio .checkmark{position:relative;height:24px;width:24px;border-radius:50%;display:flex;margin-left:auto;margin-right:auto;border:1px solid #b5b5b5}.payment-layout-mobile.mobile-newModuleDesign .nw-box-container .nw-label .custom-radio .checkmark:after{display:none}.payment-layout-mobile.mobile-newModuleDesign .nw-box-container .nw-label .custom-radio .label{margin-left:0!important;color:#9d9d9d;opacity:0;font-size:12px}.payment-layout-mobile.mobile-newModuleDesign .m-nw-features{display:flex;flex-wrap:wrap;justify-content:center;padding-top:10px 15px}.payment-layout-mobile.mobile-newModuleDesign .m-nw-features .web_box_div{display:flex;align-items:flex-start;justify-content:flex-start}.payment-layout-mobile.mobile-newModuleDesign .m-nw-features .div_container{min-height:80px;padding:10px;position:relative}.payment-layout-mobile.mobile-newModuleDesign .m-nw-features .div_container:first-child,.payment-layout-mobile.mobile-newModuleDesign .m-nw-features .div_container:first-child:before{padding-left:0}.payment-layout-mobile.mobile-newModuleDesign .m-nw-features .div_container:last-child{padding-right:0}.payment-layout-mobile.mobile-newModuleDesign .m-nw-features .div_container:last-child:before{display:none}.payment-layout-mobile.mobile-newModuleDesign .m-nw-features .div_container:before{content:"";position:absolute;bottom:15px;right:0;width:1px;height:50px;background:rgba(0,0,0,.2)}.payment-layout-mobile.mobile-newModuleDesign .m-nw-features .icon_img{width:24px;height:24px;object-fit:fill;opacity:.9;margin-bottom:10px}.payment-layout-mobile.mobile-newModuleDesign .m-nw-features .container_content_title{font-weight:400;font-size:12px;margin-bottom:5px}.payment-layout-mobile.mobile-newModuleDesign .m-nw-features .container_content_value{font-style:normal;font-weight:500;font-size:16px;line-height:1.5;text-align:left;color:#fff}@media(max-width:1600px){.payment-layout-mobile.mobile-newModuleDesign .m-nw-features .container_content_value{font-size:16px}}@media(max-width:767px){.payment-layout-mobile.mobile-newModuleDesign .m-nw-features .container_content_value{font-size:14px}.payment-layout-mobile.mobile-newModuleDesign .m-nw-features .container_content_value .subscript{font-weight:400;font-size:12px;margin-left:4px}}.payment-layout-mobile.mobile-newModuleDesign .m-nw-features .container_content_title,.payment-layout-mobile.mobile-newModuleDesign .m-nw-features .container_content_value{font-style:normal;line-height:1.5;color:#000;text-align:left}.payment-layout-mobile.mobile-newModuleDesign .nw-label .custom-radio{font-size:12px;display:flex;flex-direction:column;row-gap:10px;margin-bottom:15px;text-align:center}.payment-layout-mobile.mobile-newModuleDesign .nw-label .custom-radio.active .checkmark{border:2px solid #c3c3c3}.payment-layout-mobile.mobile-newModuleDesign .nw-label .custom-radio.active .label{color:#000}.payment-layout-mobile.mobile-newModuleDesign .nw-label .custom-radio .checkmark{position:relative;height:20px;width:20px;border-radius:50%;display:flex;margin-left:auto;margin-right:auto;border:2px solid #fff}.payment-layout-mobile.mobile-newModuleDesign .nw-label .custom-radio .checkmark:after{display:none}.payment-layout-mobile.mobile-newModuleDesign .nw-label .custom-radio .label{margin-left:0!important;color:#9d9d9d}.payment-layout-mobile.mobile-newModuleDesign .title_sm_cb{font-size:12px;font-weight:500;text-align:center}.payment-layout-mobile.mobile-newModuleDesign .center_grid_box_cb{position:relative;max-width:460px;margin:0 auto;padding-left:15px;padding-right:15px}.payment-layout-mobile.mobile-newModuleDesign .center_grid_box_cb .grid_spec_i_cb{margin-top:10px;margin-bottom:30px;display:flex;flex-wrap:wrap;padding:20px 0;border-bottom:1px solid #b5b5b5;border-top:1px solid #b5b5b5}.payment-layout-mobile.mobile-newModuleDesign .center_grid_box_cb .grid_o_b_cb{display:flex;justify-content:center;flex:0 0 auto;width:33.33333333%;position:relative}.payment-layout-mobile.mobile-newModuleDesign .center_grid_box_cb .grid_o_b_cb:after{content:"";position:absolute;top:50%;right:0;height:30px;width:1px;background:#cecfd0;margin-top:-15px}.payment-layout-mobile.mobile-newModuleDesign .center_grid_box_cb .grid_o_b_cb:last-child:after{display:none}.payment-layout-mobile.mobile-newModuleDesign .center_grid_box_cb .grid_o_b_cb h5{font-size:16px;font-weight:700;margin-bottom:3px}.payment-layout-mobile.mobile-newModuleDesign .center_grid_box_cb .grid_o_b_cb h5 span,.payment-layout-mobile.mobile-newModuleDesign .center_grid_box_cb .grid_o_b_cb p{font-size:12px;font-weight:500}.payment-layout-mobile.mobile-newModuleDesign .switchingTabsVariants{height:46px;background-color:transparent;padding:5px;border:1px solid #b5b5b5;display:flex;align-items:center;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px}.payment-layout-mobile.mobile-newModuleDesign .switchingTabsVariants .tabItems{display:flex;align-items:center;height:36px;position:relative}.payment-layout-mobile.mobile-newModuleDesign .switchingTabsVariants .tabItems .tabItemReserve{height:100%;display:flex;align-items:center;justify-content:center;width:100px;color:#000;font-size:14px;position:relative;z-index:1;cursor:pointer;transition:color .3s ease;font-weight:500}.payment-layout-mobile.mobile-newModuleDesign .switchingTabsVariants .tabItems .tabItemReserve.active{color:#000}.payment-layout-mobile.mobile-newModuleDesign .switchingTabsVariants .tabItems .movingBg{height:36px;width:100px;border-radius:30px;background-color:transparent;border:1px solid #000;position:absolute;left:0;transition:left .4s cubic-bezier(.88,-.35,.565,1.35);-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px}.custom-radio{position:relative;display:block;margin-bottom:12px;cursor:pointer;font-size:16px}.custom-radio input{position:absolute;opacity:0;cursor:pointer}.checkmark{position:absolute;top:0;left:0;height:20px;width:20px;background-color:#d14215;border:2px solid #fff;border-radius:50%}.custom-radio input:checked~.checkmark{background-color:#d14215;border:2px solid #fff}.checkmark:after{content:"";position:absolute;display:none}.custom-radio input:checked~.checkmark:after{display:block}.custom-radio .checkmark:after{top:-6px;left:-6px;width:28px;height:28px;border-radius:50%;border:2px solid #787e8c}.custom_slider{position:relative;width:100%}.custom_slider .slides{position:relative;height:70vh;overflow:hidden}@media screen and (max-width:600px){.custom_slider .slides{height:50vh}}.custom_slider .slide{position:absolute;top:0;left:0;width:100%;height:100vh;opacity:0;transition:opacity 1s ease-in-out,transform 1s ease-in-out;transform:translateX(100%)}.custom_slider .slide.active{opacity:1;transform:translateX(0)}.custom_slider .controls{display:flex}.custom_slider .radio{margin-right:10px;cursor:pointer;padding:5px;border-radius:5px;transition:background-color .3s ease-in-out}.custom_slider .radio.active{background-color:#ccc}.custom_slider .buttons .inside{display:flex;flex-direction:column;justify-content:center;align-items:center}.switching-tabs{height:50px;background-color:#f9fafb;padding:5px;border:1px solid #c7c7c7;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;max-width:100%}.switching-tabs,.switching-tabs .tabItems{display:flex;align-items:center;width:100%}.switching-tabs .tabItems{height:36px;position:relative}@media(min-width:768px){.switching-tabs .tabItems{justify-content:space-between}}@media(max-width:767px){.switching-tabs .tabItems{overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.switching-tabs .tabItems::-webkit-scrollbar{display:none}}.switching-tabs .tabItems .tabItem{height:100%;display:flex;align-items:center;justify-content:center;padding:0 15px;color:#8c8c8c;font-size:14px;position:relative;z-index:1;cursor:pointer;transition:color .3s ease;white-space:nowrap;box-sizing:border-box}.switching-tabs .tabItems .tabItem.active{color:#fff}.switching-tabs .tabItems .movingBg{height:36px;border-radius:30px;background-color:#000;position:absolute;left:0;transition:left .3s cubic-bezier(.88,-.35,.565,1.35),width .25s cubic-bezier(.88,-.35,.565,1.35);-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;z-index:0}.payment_stepper .css-n7tliy-MuiStep-root{padding-left:0!important}.payment_stepper .css-1u4zpwo-MuiSvgIcon-root-MuiStepIcon-root.Mui-active,.payment_stepper .css-1u4zpwo-MuiSvgIcon-root-MuiStepIcon-root.Mui-completed,.payment_stepper .css-4ff9q7.Mui-active,.payment_stepper .css-4ff9q7.Mui-completed{color:#02b17b!important}.payment_stepper .MuiStep-root .Mui-active .css-z7uhs0-MuiStepConnector-line{border-color:#02b17b!important}.payment_stepper .m_title_cb{padding:0 0 50px;position:relative;text-align:center}.payment_stepper .m_title_cb .title_cb{font-size:30px;font-weight:600;margin:0;padding-bottom:30px;border-bottom:1px solid #d9dadd}.payment-layout{display:grid;min-height:100vh;overflow:hidden;grid-template-columns:50% 50%;background-color:#d9dadd}.payment-layout *{margin:0;padding:0;font-family:Red Hat Display,sans-serif!important}.payment-layout .left{display:flex;justify-content:center;flex-direction:column;min-width:500px;align-items:center;position:relative}.payment-layout .left .nw-spacer-custom-slide img{height:100%;max-height:300px;width:100%;max-width:827px;background-position:50%;object-fit:cover}@media(min-width:1400px){.payment-layout .left .nw-spacer-custom-slide img{max-height:380px}}.payment-layout .left .radioGroup{position:absolute;bottom:40px}.payment-layout .left .radioGroup .wrapper{display:flex;justify-content:space-between;width:100%;margin-left:36px;margin-right:36px}.payment-layout .right{padding:48px 64px;background-color:#f3f3f3}@media screen and (min-width:1440px){.payment-layout .right{padding:50px 64px}}.payment-layout.newModuleDesign .left{display:block;position:relative;height:100%}.payment-layout.newModuleDesign .strip-container{color:#fff;position:relative;background:linear-gradient(90deg,#d04747,#8a0606);box-shadow:0 2px 4px 0 rgba(0,0,0,.25);padding:15px 40px}.payment-layout.newModuleDesign .strip-container .nw-title{color:#fff;font-family:red Hat Display;font-size:16px;font-style:normal;font-weight:800;line-height:normal;padding:0;margin:0 0 5px}.payment-layout.newModuleDesign .strip-container .nw-para{color:#fff;font-family:red Hat Display;font-size:14px;font-style:normal;font-weight:600;line-height:normal;padding:0;margin:0 0 5px}.payment-layout.newModuleDesign .strip-container .fw900{font-weight:900}.payment-layout.newModuleDesign .strip-container .fs16{font-size:16px}.payment-layout.newModuleDesign .nw-spacerLR{padding-left:40px;padding-right:40px}.payment-layout.newModuleDesign .nw-spacer-custom-slide{padding-top:20px;padding-bottom:20px}.payment-layout.newModuleDesign .nw-spacer-custom-slide .custom_slider .slides{height:300px}@media(min-width:1400px){.payment-layout.newModuleDesign .nw-spacer-custom-slide .custom_slider .slides{height:380px}}.payment-layout.newModuleDesign .nw-box-container .nw-label{margin-top:10px;margin-bottom:15px;padding:12px 15px;border-radius:24px;border:1px solid #b5b5b5}.payment-layout.newModuleDesign .nw-box-container .nw-label .custom-radio{font-size:14px;display:flex;flex-direction:column;row-gap:10px;margin-bottom:0;text-align:center}.payment-layout.newModuleDesign .nw-box-container .nw-label .custom-radio.active .checkmark{border:1px solid #161616;box-shadow:0 6px 4.2px 0 rgba(0,0,0,.2)}.payment-layout.newModuleDesign .nw-box-container .nw-label .custom-radio.active .label{color:#000;font-weight:500;opacity:1}.payment-layout.newModuleDesign .nw-box-container .nw-label .custom-radio .checkmark{position:relative;height:24px;width:24px;border-radius:50%;display:flex;margin-left:auto;margin-right:auto;border:1px solid #b5b5b5}.payment-layout.newModuleDesign .nw-box-container .nw-label .custom-radio .checkmark:after{display:none}.payment-layout.newModuleDesign .nw-box-container .nw-label .custom-radio .label{margin-left:0!important;color:#9d9d9d;opacity:0;font-size:12px}@media(min-width:1200px)and (max-width:1400px){.payment-layout.newModuleDesign .nw-box-container .checkmark:after{top:-6px;left:-6px}}.payment-layout.newModuleDesign .nw-features{display:flex;flex-wrap:wrap;justify-content:center;margin-top:30px;margin-bottom:15px}.payment-layout.newModuleDesign .nw-features .web_box_div{display:flex;align-items:flex-start;justify-content:flex-start}.payment-layout.newModuleDesign .nw-features .div_container{min-height:80px;padding:10px 40px;position:relative}.payment-layout.newModuleDesign .nw-features .div_container:first-child,.payment-layout.newModuleDesign .nw-features .div_container:first-child:before{padding-left:0}.payment-layout.newModuleDesign .nw-features .div_container:last-child{padding-right:0}.payment-layout.newModuleDesign .nw-features .div_container:last-child:before{display:none}.payment-layout.newModuleDesign .nw-features .div_container:before{content:"";position:absolute;bottom:15px;right:0;width:1px;height:50px;background:rgba(0,0,0,.2)}.payment-layout.newModuleDesign .nw-features .icon_img{width:24px;height:24px;object-fit:fill;opacity:.9;margin-bottom:10px}.payment-layout.newModuleDesign .nw-features .container_content_title{font-weight:400;font-size:12px;margin-bottom:5px;text-transform:uppercase}.payment-layout.newModuleDesign .nw-features .container_content_value{font-style:normal;font-weight:500;font-size:16px;line-height:1.5;text-align:left;color:#fff}@media(max-width:1600px){.payment-layout.newModuleDesign .nw-features .container_content_value{font-size:16px}}@media(max-width:767px){.payment-layout.newModuleDesign .nw-features .container_content_value{line-height:1.5;font-size:12px}.payment-layout.newModuleDesign .nw-features .container_content_value .subscript{font-weight:400;font-size:12px;margin-left:4px}}.payment-layout.newModuleDesign .nw-features .container_content_title,.payment-layout.newModuleDesign .nw-features .container_content_value{font-style:normal;line-height:1.5;color:#000;text-align:left}.payment-layout .title_sm_cb{font-size:12px;font-weight:500;text-align:center}.payment-layout .center_grid_box_cb{position:relative;max-width:400px;margin:0 auto}.payment-layout .center_grid_box_cb .grid_spec_i_cb{margin-top:10px;margin-bottom:30px;display:flex;flex-wrap:wrap;padding:20px 0;border-bottom:1px solid #b5b5b5;border-top:1px solid #b5b5b5}.payment-layout .center_grid_box_cb .grid_o_b_cb{display:flex;justify-content:center;flex:0 0 auto;width:33.33333333%;position:relative}.payment-layout .center_grid_box_cb .grid_o_b_cb:after{content:"";position:absolute;top:50%;right:0;height:30px;width:1px;background:#cecfd0;margin-top:-15px}.payment-layout .center_grid_box_cb .grid_o_b_cb:last-child:after{display:none}.payment-layout .center_grid_box_cb .grid_o_b_cb h5{font-size:16px;font-weight:700;margin-bottom:3px}.payment-layout .center_grid_box_cb .grid_o_b_cb h5 span,.payment-layout .center_grid_box_cb .grid_o_b_cb p{font-size:12px;font-weight:500}.switchingTabsVariants{height:46px;background-color:transparent;padding:5px;border:1px solid #b5b5b5;display:flex;align-items:center;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px}.switchingTabsVariants .tabItems{display:flex;align-items:center;height:36px;position:relative}.switchingTabsVariants .tabItems .tabItemReserve{height:100%;display:flex;align-items:center;justify-content:center;width:133px;color:#000;font-size:14px;position:relative;z-index:1;cursor:pointer;transition:color .3s ease;font-weight:500}.switchingTabsVariants .tabItems .tabItemReserve.active{color:#000}.switchingTabsVariants .tabItems .movingBg{height:36px;width:140px;border-radius:30px;background-color:transparent;border:1px solid #000;position:absolute;left:0;transition:left .4s cubic-bezier(.88,-.35,.565,1.35);-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px}.back-button{padding:8px 24px 8px 12px;display:flex;gap:8px;background:#f3f3f3;border-radius:200px;font-weight:600;font-size:16px;line-height:21px;color:#111318;position:fixed;z-index:100000;top:calc(10vh + 24px);left:24px;cursor:pointer}