body{margin:0;background:#eef0f8;padding:0;font-family:Inter,sans-serif}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6,p{margin:0}input,button{font-family:Inter,sans-serif}p:last-child{margin:0}img{max-width:100%}.children-layout{height:calc(100vh - 141px);padding:0 20px;overflow:auto}@media (max-width:1024px){.children-layout{height:calc(100dvh - 109px)}}@media (max-width:576px){.children-layout{padding:0 14px;height:calc(100dvh - 103px)}}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.button-design.light-button button{background:#c8cbd04d;border:1px solid rgba(200,203,208,.3);color:#2c4570}.button-design .disabled-button{background-color:#5d749b;border:1px solid #5d749b;cursor:no-drop}.button-design button{font-size:12px;font-style:normal;font-weight:500;line-height:23.126px;text-transform:uppercase;padding:10px 24px;border-radius:5px;cursor:pointer;outline:none;background:#2c4570;border:1px solid #2c4570;color:#fff;transition:.3s ease-in-out}.button-design button:hover{background-color:transparent;border:1px solid #2c4570;color:#2c4570}.loader{height:23.2px;aspect-ratio:2.5;--_g: no-repeat radial-gradient(farthest-side, #fff 90%, #0000);background:var(--_g),var(--_g),var(--_g),var(--_g);background-size:20% 50%;animation:l43 1s infinite linear}@keyframes l43{0%{background-position:0% 50%,33.3333333333% 50%,66.6666666667% 50%,100% 50%}16.67%{background-position:0% 0,33.3333333333% 50%,66.6666666667% 50%,100% 50%}33.33%{background-position:0% 100%,33.3333333333% 0,66.6666666667% 50%,100% 50%}50%{background-position:0% 50%,33.3333333333% 100%,66.6666666667% 0,100% 50%}66.67%{background-position:0% 50%,33.3333333333% 50%,66.6666666667% 100%,100% 0}83.33%{background-position:0% 50%,33.3333333333% 50%,66.6666666667% 50%,100% 100%}to{background-position:0% 50%,33.3333333333% 50%,66.6666666667% 50%,100% 50%}}.lang-selector{position:absolute;top:20px;right:60px;z-index:1000;font-family:Inter,sans-serif}@media (max-width: 1024px){.lang-selector{top:8px}}.lang-selector .selected-box{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;transition:.2s ease;min-width:130px}.lang-selector .selected-box .flag svg{border-radius:3px;box-shadow:0 0 0 1px #00000026}.lang-selector .selected-box .arrow{margin-left:auto;font-size:12px;color:#666}.lang-selector .selected-box:hover{border-color:#2c4570}.lang-selector .dropdown-menu{position:absolute;top:44px;right:0;background:#fff;border-radius:6px;border:1px solid #ddd;box-shadow:0 12px 30px #00000014;overflow:hidden;width:138px;animation:fadeIn .15s ease-out}.lang-selector .dropdown-item{display:flex;align-items:center;gap:10px;padding:10px;cursor:pointer;transition:.15s ease}.lang-selector .dropdown-item .flag svg{border-radius:3px;box-shadow:0 0 0 1px #0000001a}.lang-selector .dropdown-item:hover{background:#f1f5ff}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.button-w-full button{font-size:12px;font-style:normal;font-weight:500;line-height:23.126px;text-transform:uppercase;padding:10px 24px;border-radius:5px;cursor:pointer;outline:none;background:#2c4570;border:1px solid #2c4570;color:#fff;transition:.3s ease-in-out}.step-three{border-radius:10px;background:#fff;width:891px;margin:30px auto}@media (max-width: 1024px){.step-three{width:calc(100% - 40px)}}@media (max-width: 576px){.step-three{border-radius:5px;width:100%}}.step-three .booking-form{display:grid;grid-template-columns:repeat(1,2fr);gap:20px;margin:30px auto;max-width:400px}@media (max-width: 576px){.step-three .booking-form{grid-template-columns:1fr;gap:15px}}.step-three .booking-form .form-group{margin-bottom:0}.step-three .booking-form .form-group label{display:block;color:#333;font-size:14px;font-weight:500;margin-bottom:6px;font-family:Inter,sans-serif}.step-three .booking-form .form-group .error-text{color:#d32f2f;font-size:13px;margin-top:2px}.step-three .booking-form .form-group .input-with-icon{position:relative}.step-three .booking-form .form-group .input-with-icon .form-control{width:100%;height:44px;padding:10px 20px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;color:#333;background-color:#eeeff1;transition:all .3s ease;font-family:Inter,sans-serif}.step-three .booking-form .form-group .input-with-icon .form-control:focus{outline:none;border-color:#2c4570;box-shadow:0 0 0 2px #4a90e233}.step-three .booking-form .form-group .input-with-icon .form-control::placeholder{color:#999;font-size:13px}.step-three .booking-form .form-group .input-with-icon .form-control.has-icon{padding-right:40px}.step-three .booking-form .form-group .input-with-icon .calendar-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#666;pointer-events:none}.step-three .booking-form .form-group .input-with-icon .calendar-icon svg,.step-three .booking-form .form-group .input-with-icon .calendar-icon img{width:18px;height:18px}.step-three .booking-form .form-group input[type=date]::-webkit-calendar-picker-indicator{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;cursor:pointer}.step-three .booking-form .form-group input[type=date]::-webkit-datetime-edit{padding-left:0}.step-three .booking-form .form-group input[type=date]::-webkit-inner-spin-button,.step-three .booking-form .form-group input[type=date]::-webkit-outer-spin-button,.step-three .booking-form .form-group input[type=date]::-webkit-clear-button{display:none}.step-three .card-front{padding:60px 30px 40px}@media (max-width: 1024px){.step-three .card-front{padding:60px 20px 40px}}@media (max-width: 576px){.step-three .card-front{padding:40px 20px 30px}}.step-three .card-footer{padding:23px 50px;border-top:1px solid rgba(0,0,0,.2);display:flex;align-items:center;gap:10px;justify-content:center}@media (max-width: 1024px){.step-three .card-footer{padding:20px 26px}}.step-three .text-style{padding:0 0 40px}@media (max-width: 576px){.step-three .text-style{padding:0 0 20px}}.step-three .text-style span{display:block;padding:0 0 22px;color:#000;text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:23.126px}.step-three .text-style p{color:#000;text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:23.126px;max-width:645px;margin:0 auto}@media (max-width: 1024px){.step-three .text-style p{max-width:535px}}@media (max-width: 576px){.step-three .text-style p{font-size:12px;line-height:20px}}.step-three .text-style h2{color:#000;text-align:center;font-size:27px;font-style:normal;margin:0 0 10px;font-weight:700;line-height:23.126px}@media (max-width: 576px){.step-three .text-style h2{font-size:20px;line-height:25px}}.step-three .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:60px}@media (max-width: 1024px){.step-three .grid{gap:30px}}@media (max-width: 576px){.step-three .grid{grid-template-columns:1fr}}.step-three .grid .calander-box{height:100%;display:flex;justify-content:center;border-radius:12px}.step-three .grid .calander-box .react-datepicker{height:max-content}.step-three .grid .calander-box .react-datepicker__day-name,.step-three .grid .calander-box .react-datepicker__day,.step-three .grid .calander-box .react-datepicker__time-name{height:2rem;line-height:2rem}.step-three .grid .grid-items .button-w-full{padding:20px 0 0}.step-three .grid .grid-items .button-w-full button{width:100%;border-radius:0}.step-three .grid .grid-items .list-box-contnet-alignment label{display:block;color:#3f4143;font-size:13px;font-style:normal;padding:0 0 10px;font-weight:400;line-height:normal;letter-spacing:.13px}.step-three .grid .grid-items .list-box-contnet-alignment .list-box{cursor:pointer;color:#2c4570;margin:0 0 10px;text-align:center;font-size:13px;background:#eeeff1;transition:.3s ease-in-out;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.13px;text-transform:uppercase;padding:20px}header{background:#fff;padding:20px 60px}@media (max-width: 1024px){header{padding:10px 60px}}@media (max-width: 576px){header{padding:10px 20px}}header .logo img{display:block;cursor:pointer}@media (max-width: 1024px){header .logo img{max-width:74px}}footer{background-color:#fff;padding:17px 60px}@media (max-width: 576px){footer{padding:17px 20px}}footer .footer-menu-alignment{display:flex;justify-content:center;align-items:center;gap:16px}@media (max-width: 576px){footer .footer-menu-alignment{gap:7px}}footer .footer-menu-alignment a{color:#000;text-align:center;cursor:pointer;font-size:16px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:1.44px;display:block;text-decoration:none}@media (max-width: 576px){footer .footer-menu-alignment a{color:#000;text-align:center;font-size:11px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.99px}}.step-six{margin:150px auto 20px;border-radius:10px;background:#fff;width:697px}@media (max-width: 1024px){.step-six{width:calc(100% - 40px)}}@media (max-width: 576px){.step-six{width:100%;border-radius:5px;margin:60px auto 20px}}.step-six .card-footer{padding:23px 50px;display:flex;justify-content:center;border-top:1px solid rgba(0,0,0,.2)}@media (max-width: 576px){.step-six .card-footer{display:block;padding:23px 30px}}.step-six .card-footer button{width:435px}@media (max-width: 576px){.step-six .card-footer button{width:100%}}.step-six .front{padding:40px 30px 60px}@media (max-width: 576px){.step-six .front{padding:40px 20px 60px}}.step-six .front .center-icon{display:flex;justify-content:center;padding:0 0 60px}.step-six .front .center-icon img{max-width:120px}.step-six .front h3{color:#000;text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:35px;max-width:645px;margin:0 auto}@media (max-width: 576px){.step-six .front h3{font-size:16px;line-height:25px;max-width:310px;margin:0 auto}}.step-six .front .summery-text{padding:20px 0 0 40px}.step-six .front .summery-text p{font-size:18px;font-weight:600}@media (max-width: 576px){.step-six .front .summery-text p{font-size:14px;font-weight:600}}.step-verify{margin:150px auto 20px;border-radius:10px;background:#fff;width:697px}@media (max-width: 1024px){.step-verify{width:calc(100% - 40px)}}@media (max-width: 576px){.step-verify{width:100%;border-radius:5px;margin:60px auto 20px}}.step-verify .front{padding:130px 30px 60px}@media (max-width: 576px){.step-verify .front{padding:40px 20px 60px}}.step-verify .front .center-icon{display:flex;justify-content:center;padding:0 0 60px}.step-verify .front .center-icon img{max-width:120px}.step-verify .front h3{color:#000;text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:35px;max-width:645px;margin:0 auto}@media (max-width: 576px){.step-verify .front h3{font-size:16px;line-height:25px;max-width:310px;margin:0 auto}}.step-verify .front .summery-text{padding:20px 0 0 40px}.step-verify .front .summery-text p{font-size:18px;font-weight:600}@media (max-width: 576px){.step-verify .front .summery-text p{font-size:14px;font-weight:600}}.step-verify .front .loader{--d: 22px;width:4px;height:4px;border-radius:50%;color:#2c4570;box-shadow:calc(1 * var(--d)) calc(0 * var(--d)) 0 0,calc(.707 * var(--d)) calc(.707 * var(--d)) 0 1px,calc(0 * var(--d)) calc(1 * var(--d)) 0 2px,calc(-.707 * var(--d)) calc(.707 * var(--d)) 0 3px,calc(-1 * var(--d)) calc(0 * var(--d)) 0 4px,calc(-.707 * var(--d)) calc(-.707 * var(--d)) 0 5px,calc(0 * var(--d)) calc(-1 * var(--d)) 0 6px;animation:l27 1s infinite steps(8)}@keyframes l27{to{transform:rotate(1turn)}}.step-cancle{margin:150px auto 20px;border-radius:10px;background:#fff;width:697px}@media (max-width: 1024px){.step-cancle{width:calc(100% - 40px)}}@media (max-width: 576px){.step-cancle{width:100%;border-radius:5px;margin:60px auto 20px}}.step-cancle .card-footer{padding:23px 50px;display:flex;flex-wrap:wrap;justify-content:center;border-top:1px solid rgba(0,0,0,.2)}@media (max-width: 576px){.step-cancle .card-footer{display:block;padding:23px 30px}}.step-cancle .card-footer button:first-child{margin-bottom:10px}.step-cancle .card-footer button{width:435px}@media (max-width: 576px){.step-cancle .card-footer button{width:100%}}.step-cancle .front{padding:60px 30px}@media (max-width: 576px){.step-cancle .front{padding:40px 20px 60px}}.step-cancle .front .center-icon{display:flex;justify-content:center;padding:0 0 60px}.step-cancle .front .center-icon img{max-width:120px}.step-cancle .front h3{color:#000;text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:35px;max-width:645px;margin:0 auto}@media (max-width: 576px){.step-cancle .front h3{font-size:16px;line-height:25px;max-width:310px;margin:0 auto}}.step-cancle .front .summery-text{padding:20px 0 0 40px}.step-cancle .front .summery-text p{font-size:18px;font-weight:600}@media (max-width: 576px){.step-cancle .front .summery-text p{font-size:14px;font-weight:600}}
