@import url('https://fonts.googleapis.com/css2?family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url(../new_iconify-icons.css);

* {
    padding: 0px;
    margin: 0px;
    list-style: none;
    box-sizing: border-box;
    font-family: "Sansation", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--white);
    font-family: "Sansation", sans-serif;
}

:root {
    --primary: #090909;
    --secondary: #36F269;
    --black: #000;
    --white: #fff;
    --btn-color: linear-gradient(98deg, rgba(114, 234, 141, 1) 21%, rgba(223, 255, 190, 1) 100%);
    --bg-color: linear-gradient(98deg, rgba(32, 34, 33, 1) 38%, rgba(16, 18, 20, 1) 100%);
    --tab-btn: linear-gradient(280deg, rgba(114, 234, 141, 1) 21%, rgba(223, 255, 190, 1) 100%);
    --title: #19C748;
    --card-border: #EDEFF5;
    --pra-color: #6C6969;
    --tab-border: #63BCB8;
    --query-btn: #144443;
    /* --label: #29292A; */
    --label: #000;
    --input-border: #D1D5DB;
    --wizard-btn: linear-gradient(180deg, rgba(9, 62, 39, 1) 0%, rgba(69, 147, 112, 1) 100%);
}

a {
    text-decoration: none;
}

::placeholder {
    color: #9CA3AF;
}

.card p {
    color: var(--pra-color);
}

section.header-sec {
    background: var(--black);
}

a.navbar-brand img {
    width: 250px;
}

.nav-menu li.nav-item a.nav-link {
    color: var(--white);
    font-size: 18px;
    margin-right: 0.5rem;
}

.nav-menu li.nav-item a.nav-link:hover {
    color: var(--secondary);
    transition: 0.5s ease;
}

.main-btn {
    background: var(--btn-color);
    color: var(--black);
    padding: 8px 30px;
    border-radius: 6rem;
    margin-left: 1rem;
}

.nav-menu li.nav-item a.nav-link.active {
    color: var(--secondary);
    font-weight: 700;
}

/* .main-btn {
    transition: 0.5s ease;
} */

.main-btn:hover {
    background: linear-gradient(176deg, rgba(114, 234, 141, 1) 21%, rgba(223, 255, 190, 1) 100%);
    /* animation: gradient-animation 1s infinite alternate; */
}

@keyframes gradient-animation {
    0% {
        background: linear-gradient(176deg, rgba(114, 234, 141, 1) 21%, rgba(223, 255, 190, 1) 100%);
    }

    100% {
        background: linear-gradient(176deg, rgba(223, 255, 190, 1) 21%, rgba(114, 234, 141, 1) 100%);
    }
}

a.contact-here span {
    transition: transform 0.3s ease, color 0.3s ease;
    /* Smooth transitions */
}

a.contact-here:hover span {
    transform: scale(1.2) rotate(10deg);
    /* Scale and rotate on hover */
}

section.main-banner {
    height: 92vh;
    background: var(--primary);
    position: relative;

}

.banner-content {
    color: var(--white);
    width: 50%;
    margin: auto;
}

.banner-content {
    width: 56%;
    margin: auto;
    text-align: center;
    padding-top: 9rem;
}

.banner-bg {
    background-image: url(../../images/new_image/bg-image.png);
    background-position: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.banner-content .main-btn {
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 0;
}

.feature-1 {
    display: flex;
    align-items: center;
}

.banner-features {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 7rem;
}

.feature-1 span {
    text-align: left;
    margin-left: 1rem;
}

.banner-content p {
    font-weight: 500;
    word-spacing: 1px;
    letter-spacing: 1px;
    font-size: 18px;
    margin: 20px 0px;
}

.banner-content h1 {
    font-size: 3.8rem;
    font-weight: 600;
}

.bold-text {
    color: var(--secondary);
}

header nav.navbar {
    padding: 15px 0px;
}

.icons-area {
    min-width: 50px;
    --fa-animation-duration: 5s;
}

.card-icons {
    background: var(--btn-color);
}


/*============== our feature section style start here ==============*/

section.ourfeature {
    padding-bottom: 6rem;
    background: #FBFBFB;
    border-radius: 6rem 6rem 0rem 0rem;
    margin-top: -5.5rem;
    position: relative;
}

.title-head {
    margin-top: 13rem;
}

.card-icons {
    background: var(--btn-color);
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.info-card .card {
    text-align: center;
    border-radius: 1rem;
    transition: 0.5s ease;
}

.info-card .card:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 0.5s ease;
}

.card-icons img {
    width: 2rem;
}

.title-head img {
    width: 2rem;
}

.info-card .card h5.card-title {
    color: var(--black);
    font-weight: 600;
}

.title-head p {
    color: var(--title);
    font-weight: 600;
}

.title-head h1 {
    color: var(--black);
    font-weight: 600;
    margin-bottom: 3rem;
    text-transform: capitalize;
}

.info-card,
.info-card .card {
    height: 100%;
}

.info-banner-card {
    position: absolute;
    width: 100%;
    bottom: -15px;
    z-index: 1;
}

.bg-img-1 {
    background-image: url(../../images/new_image/bg2.png);
    background-color: #202221;
    height: 200px;
    border-radius: 1rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.high-light p {
    color: var(--white);
    height: 100%;
    margin-bottom: 0;
}

.high-light h6 {
    color: var(--secondary);
    font-size: 1.8rem;
}

.high-light.bdr-1:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #535353;
    position: absolute;
    right: 0;
    top: -25%;
    height: 100px;
}

.high-light {
    text-align: center;
    position: relative;
}

.leftimages img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leftimages {
    height: 100%;
}

/*================ How to start syle here ======================*/

.tab-bg-section {
    background-image: url(../../images/new_image/squre-bg1.png);
    background-repeat: no-repeat;
    background-position: 100%;
    padding: 3rem 5rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.tab-bg-section .title-head h1 {
    margin-bottom: 2rem;
    color: var(--white);
}

button.nav-link.tabBtn {
    border-radius: 4rem;
    padding: 1rem 2.5rem;
    color: var(--white);
    border: 1px solid var(--tab-border) !important;
    font-weight: 600;
    transition: 300ms;
}

button.nav-link.tabBtn:hover {
    color: var(--black);
    border: 1px solid var(--tab-btn);
    background: var(--tab-btn);
}

button.nav-link.tabBtn.active {
    color: var(--black);
    border: 1px solid var(--tab-btn) !important;
    background: var(--tab-btn);
}

.tab-btn-cover {
    background: #2a2d2f54;
    padding: 0.8rem;
    border-radius: 4rem;
    border: 1px solid rgb(99 188 184 / 20%);
}

.tab-content-cover {
    border: 1px solid rgb(99 188 184 / 20%);
    border-radius: 1.5rem;
    margin-top: 2rem;
    min-height: 100px;
}

.tab-info-section {
    color: var(--white);
    padding: 1.5rem;
    min-height: 200px;
}

.tab-info-section p {
    margin-bottom: 0;
    font-weight: 300;
}


/*================= advance tool and feature section style here =================*/

.advance-feature {
    background-image: url(../../images/new_image/advance-features-section.png);
    background-repeat: no-repeat;
    padding: 7rem 2rem;
    background-position: 100%;
    background-size: cover;
}

.nav-link.feature-btn.active {
    color: var(--black) !important;
    border: 1px solid var(--btn-color);
    background: var(--btn-color);
}

.nav-link.feature-btn {
    background: var(--white);
    color: var(--black);
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border-radius: 0.63rem;
    font-size: 18px;
    text-align: left;
    font-weight: 500;
    transition: 300ms;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    align-items: center;
}

.nav-link.feature-btn:hover {
    background: var(--btn-color);
    transition: 300ms;
}

.feature-btn span {
    width: 40px;
    /* height: 40px; */
    display: inline-block;
    text-align: unset;
    margin-right: 0.5rem;
}

.feature-info {
    background: var(--white);
    border-radius: 1.5rem;
}

.info-image img {
    width: 100%;
    height: 100%;
    border-radius: 1.5rem 0rem 0rem 1.5rem;
    object-fit: cover;
}

.description-data {
    padding: 2rem;
}

.description-data p {
    margin-bottom: 0;
    color: #666666;
}

.description-data h5 {
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.innerTb.main-btn {
    margin-left: 0;
    margin-top: 2rem;
    padding: 1rem 2rem;
    display: flex;
    font-weight: 600;
}

.innerTb.main-btn i {
    margin-left: 0.5rem;
}


/* ===================Testimonials section style start here ====================*/

.testimonial-sec {
    background-image: url(../../images/new_image/squre-bg2.png);
    background-repeat: no-repeat;
    padding: 6rem 0rem;
    background-position: 100% 100%;
    background-color: #101214;
    background-size: 100%;
    border-radius: 6rem 6rem 0rem 0rem;
}

.testimonial-sec .title-head {
    margin-top: 0rem;
}

.testimonial-sec .title-head h1 {
    color: var(--white);
}

.testimonial-sec .my-slider {
    padding: 0 20px;
}

.testimonial-sec .slick-initialized .slick-slide {
    color: var(--white);
    height: 200px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-sec .slick-next,
.testimonial-sec .slick-prev {
    z-index: 5;
}

.testimonial-sec .slick-next {
    right: 15px;
}

.testimonial-sec .slick-prev {
    left: 15px;
}

.testimonial-sec .slick-next:before,
.testimonial-sec .slick-prev:before {
    color: var(--white);
    font-size: 50px;
}

.testimonial-sec .slick-next,
.testimonial-sec .slick-prev {
    width: auto;
    height: auto;
}

.testimonial-sec .slick-dots li button:before {
    font-size: 15px;
    opacity: 1;
    color: var(--white);
}

.testimonial-sec .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #36f24e;
}

.testimonial-sec .slick-initialized .slick-slide {
    height: 100%;
}

.testimonial-sec .silder-card .card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 1rem;
}

.testimonial-sec .silder-card .card {
    padding: 0.5rem;
    border-radius: 1rem;
    background: #232323;
}

.testimonial-sec .silder-card .card .card-body p {
    color: var(--white);
}

.testimonial-sec .slick-next {
    right: 28px;
}

.testimonial-sec .slick-dots {
    width: 96%;
}


/* ===============footer section style here ==================*/

section.footer {
    background-color: var(--primary);
    padding: 6rem 0rem 1rem;
    background-image: url(../../images/new_image/bg-image.png);
    /* margin-top: 7rem; */
    background-repeat: no-repeat;
    background-size: 100%;
}

.footer-logo img {
    width: 270px;
    margin-bottom: 1rem;
}

.footer-logo p,
.remember-area {
    color: var(--white);
    font-weight: 300;
}

.booking-section h4 {
    color: var(--white);
}

.bookingBt.main-btn {
    border-radius: 10px;
    padding: 0.8rem 1.3rem;
}

.remember-area input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 0.3rem;
}

.remember-area {
    display: flex;
    font-size: 14px;
}

.footer-menu h5 {
    color: var(--white);
}

.footer-menu ul {
    padding: 0;
}

.footer-menu ul li a {
    color: var(--white);
    font-weight: 300;
}

.booking-section input.form-control {
    border-radius: 10px;
}

.slick-arrow {
    display: none !important;
}

.sub-footer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #d0d0d036;
}

.sub-footer p,
.sub-footer a {
    color: var(--white);
}


/*================== Contact US Style start here ===================*/

section.main-banner.contact-us {
    height: 55vh;
}

.contact-form-area .title-head {
    margin-top: 5rem;
}

.contact-form-area .title-head p {
    color: var(--black);
    font-weight: 500;
}

.nav-link.contact-query {
    border: 1px solid #979797;
    color: #767676;
    min-width: 115px;
    margin-right: 0.5rem;
    font-size: 14px;
}

.nav-link.contact-query.active {
    background-color: var(--query-btn);
    color: var(--white);
    border-color: var(--query-btn);
}

.inquery-form {
    background: var(--white);
    border-radius: 1rem;
    padding: 2rem;
}

section.ourfeature.contact-form-area {
    background-image: url(../../images/new_image/small-dot-bg.png);
    background-repeat: no-repeat;
    background-color: #F8F8F8;
    background-position: 100%;

}

.sender-btn-group {
    margin: 1rem 0rem 2rem;
}

.form-hd {
    color: #1F2937;
    margin-bottom: 1rem;
}

.query-sender-option h2 {
    color: var(--black);
    font-weight: 500;
}

.form-contact label.form-label {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.form-contact input.form-control,
.form-contact textarea.form-control,
.refersh,
.capthaimg {
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    min-height: 50px;
    border-radius: 8px;
}

.capthaimg img {
    width: 37px;
}

.input-group.capctha input.form-control {
    border-right: 0 !important;
    background: var(--white);
}

.refersh {
    border-left: 0 !important;
}

.capctha-btn img {
    width: 26px;
}

.ask-faq .accordion .accordion-item {
    margin-bottom: 1rem;
    border: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 1rem;
}

.ask-faq .accordion .accordion-item .accordion-button {
    padding: 1.5rem;
    border-radius: 0.8rem;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    color: var(--black);
    background: var(--white);
    box-shadow: unset;
}

.ask-faq .accordion .accordion-item .accordion-button:hover {
    border-color: #ddd;
}


.accordion-button {
    position: relative;
    padding-right: 30px;
    /* Add padding for the icon */
}

.accordion-button::before,
.accordion-button::after {
    content: '';
    position: absolute;
    right: 15px;
    /* Adjust as needed */
    font-size: 1.2em;
    /* Adjust icon size */
    transition: opacity 0.2s ease;
}

.accordion-button::before {
    content: '\2b';
    /* Font Awesome minus icon */
    font-family: 'Font Awesome 5 Free';
    /* Ensure you're using the correct font */
    font-weight: 900;
    /* Use solid style */
    opacity: 1;
    /* Show minus icon initially */
    color: #72ea8d;
}

.accordion-button::after {
    content: '\f068';
    /* Font Awesome pulse icon */
    font-family: 'Font Awesome 5 Free';
    /* Ensure you're using the correct font */
    font-weight: 900;
    /* Use solid style */
    opacity: 0;
    /* Hide pulse icon initially */
}

.accordion-button.collapsed::before {
    opacity: 1;
    /* Show minus icon when collapsed */
    background-image: unset;
}

.accordion-button.collapsed::after {
    opacity: 0;
    /* Hide pulse icon when collapsed */
    background-image: unset;
}

.accordion-button:not(.collapsed)::before {
    opacity: 0;
    /* Hide minus icon when expanded */
    background-image: unset;
}

.accordion-button:not(.collapsed)::after {
    opacity: 1;
    /* Show pulse icon when expanded */
    background-image: unset;
}

.ask-faq {
    padding-left: 8rem;
}

.ask-faq .accordion .accordion-item .accordion-collapse p,
.ask-faq .accordion .accordion-item .accordion-collapse.show p {
    font-size: 14px;
    color: #5B5C5D;
}

.ask-faq .accordion .accordion-item .accordion-body {
    padding-top: 0;
}

.ask-que {
    font-weight: 600;
}

.contact-us .banner-bg {
    background-position: unset;
}


/*================== Login page style start here =======================*/

.logo-left-sec {
    background-color: #090909;
    height: 100vh;
    background-image: url(../../images/new_image/login-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    padding: 0rem 6rem;
    background-size: 100%;
}

.details-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Align to the left */
    position: relative;
}

.main-cantain {
    width: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(154 154 154 / 33%);
    /* border: 1px solid #9A9A9A; */
    border-radius: 4rem 1rem 1rem 4rem;
    padding: 10px;
    position: relative;
}

.main-cantain2 {
    border-radius: 1rem 4rem 4rem 1rem;
    padding: 10px;
    position: relative;
}

.box2,
.box4 {
    align-self: flex-end;
    /* Align to the right */
}

.left-round-box {
    display: flex;
    align-items: center;
    background: var(--white);
    border-radius: 4rem 1rem 1rem 4rem;
    padding: 10px;
}

.right-round-box {
    display: flex;
    align-items: center;
    background: var(--white);
    border-radius: 1rem 4rem 4rem 1rem;
    padding: 10px;
}

.inner-left {
    background: var(--btn-color);
    width: 80px;
    border-radius: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-content {
    width: 75%;
    font-size: 13px;
    margin-left: 0.8rem;
}

.right-round-box .inner-content {
    margin-right: 0.8rem;
    margin-left: 0;
}

.inner-left img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.inner-content h6 {
    font-weight: 600;
}

.logo img {
    width: 315px;
}

.logo {
    padding-top: 4rem;
    text-align: center;
    margin-bottom: 2rem;
}

.center-line-fms {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo-right-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.login-card {
    width: 60%;
}

.login-form {
    background: var(--white);
    padding: 2rem;
    border-radius: 1.5rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.cardHead {
    text-align: center;
}

.cardHead h1 {
    font-weight: 600;
}

.login-form h4 {
    font-weight: 600;
}

.login-form-area label.form-label {
    font-size: 14px;
    font-weight: 600;
}

.login-form-area input.form-control {
    height: 3.5rem;
    border-radius: 0.6rem;
}

.input-area .lock {
    position: absolute;
    top: 10px;
    left: 13px;
    font-size: 21px;
    color: #9CA3AF;
}

.input-area input.form-control {
    padding-left: 3rem;
    border-color: #DFDFDF;
}

.input-area {
    position: relative;
}

.input-area input.form-control::placeholder,
.input-area select.form-select {
    /* Most modern browsers support this now. */
    color: #9CA3AF;
    font-size: 14px;
}

.signIn {
    font-weight: 600;
    font-size: 1.1rem;
}

.capthaimg {
    border-right: 0;
}


.signup-sec {
    position: relative;
}

div#ShowSinup {
    display: none;
    position: absolute;
    background: var(--white);
    right: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 1rem;
}

div#ShowSinup ul li {
    padding: 0.5rem 1rem;
    border: 1px solid var(--input-border);
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
}

div#ShowSinup ul li a {
    color: #514f4f;
}

div#ShowSinup ul li:hover {
    background-color: #D4FFDE;
    border: 1px solid #007D1C;
}

div#ShowSinup ul li:hover a {
    color: #007D1C;
}

div#ShowSinup ul li.active {
    background-color: #D4FFDE;
    border: 1px solid #007D1C;
}

div#ShowSinup ul li.active a.signup-items {
    color: #007D1C;
}

div#ShowSinup ul {
    padding: 0;
    margin-bottom: 0;
    padding: 1rem;
    border: 1px solid #eee;
    border-radius: 1rem;
}
.signup-items , .signup-items:hover{
    color: var(--primary);
}
/*=========== Custom togle button style start here ==================*/

.custom-toggle .on-off-toggle {
    width: 65px;
    height: 35px;
    position: relative;
    display: inline-block;
}

.custom-toggle .on-off-toggle__slider {
    width: 65px;
    height: 35px;
    display: block;
    border-radius: 5px;
    background-color: #d8d8d8;
    transition: background-color 0.4s
}

.custom-toggle .on-off-toggle__slider:before {
    content: '';
    display: block;
    background-color: #fff;
    box-shadow: 0 0 0 1px #949494;
    bottom: 4px;
    height: 27px;
    left: 6px;
    position: absolute;
    transition: .4s;
    width: 18px;
    z-index: 5;
    border-radius: 3px;
}

.custom-toggle .on-off-toggle__slider:after {
    display: block;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    content: 'No';
    color: #484848;
    padding-left: 31px;
    transition: all 0.4s;
}

.custom-toggle .on-off-toggle__input {
    position: absolute;
    opacity: 0;
}

.custom-toggle .on-off-toggle__input:checked+.on-off-toggle__slider {
    background-color: #096025;
}

.custom-toggle .on-off-toggle__input:checked+.on-off-toggle__slider:before {
    transform: translateX(36px);
}

.custom-toggle .on-off-toggle__input:checked+.on-off-toggle__slider:after {
    content: 'Yes';
    color: #FFFFFF;
    padding-left: 13px;
}

.custom-toggle {
    margin-top: 3px;
}

.removeaddFrm {
    border: 1px solid #E22B2B;
    color: #E22B2B;
    font-size: 1rem;
    margin-left: auto;
    font-size: 1rem;
    margin-left: auto;
    padding: 2px 4px;
}

.removeaddFrm:hover {
    border: 1px solid #E22B2B;
    color: #E22B2B;
}


/*======= Ragistration form style start here =======*/

.formcover {
    display: flex;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 1rem;
    height: 100%;
    ;
}

.left-sec-logo {
    width: 20%;
    position: relative;
    background-image: url(../../images/new_image/ragistration-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    padding: 4rem 0rem;
    border-radius: 1rem 0rem 0rem 1rem;
}

.ragistrationForm {
    width: 80%;
    padding: 3rem;
}

.vendor-IF-ragistration {
    margin-top: 7rem;
}

.formtitle {
    font-weight: 600;
    margin-bottom: 1rem;
    border-left: 3px solid #36EC6B;
    padding-left: 0.5rem;
}

.trems-text {
    font-size: 14px;
}

.ragistr-cancel {
    background: #F3F3F3;
    color: #383838;
    font-weight: 500;
    padding: 8px 30px;
    border-radius: 0.5rem;
}

.ragistr-btn {
    border-radius: 0.5rem;
    border: 0;
    font-weight: 500;
}

.ragistr-cancel:hover {
    background: #d5d5d5;
    color: var(--black);
}

.ragistrationForm sup {
    color: #ff0000;
    font-size: 18px;
    top: 0;
}

.Link-btn,
.Link-btn:hover {
    color: var(--secondary);
}

/* new-css */
.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.login-option {
    border: 1px solid #dedede;
    border-radius: 100px;
    padding: 8px 20px;
}

.login-line {
    height: 2px;
    width: 60px;
    background-color: #dedede;
}

.login-option-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.material-symbols--menu-rounded {
    display: inline-block;
    width: 28px;
    height: 28px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4 18q-.425 0-.712-.288T3 17t.288-.712T4 16h16q.425 0 .713.288T21 17t-.288.713T20 18zm0-5q-.425 0-.712-.288T3 12t.288-.712T4 11h16q.425 0 .713.288T21 12t-.288.713T20 13zm0-5q-.425 0-.712-.288T3 7t.288-.712T4 6h16q.425 0 .713.288T21 7t-.288.713T20 8z' stroke-width='0.2' stroke='%23000'/%3E%3C/svg%3E");
    background-color: #fff;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.streamline-freehand--money-wallet {
    display: inline-block;
    width: 40px;
    height: 40px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23000' fill-rule='evenodd' clip-rule='evenodd' stroke-width='0.2' stroke='%23000'%3E%3Cpath d='M19.773 8.259c.998-1.947 2.856-5.652.689-5.941a33 33 0 0 0-5.222-.36q.072-.446.07-.898C15.25-.238 13.493.02 12.983.02a4.9 4.9 0 0 0-1.487.16C8.13.91 8.36.75 7.272 1.02a10.2 10.2 0 0 0-2.566.998a1.19 1.19 0 0 0-.45 1.198c0 .24.74 3.485.89 4.064c.259 1.058.369 1.228.908 3.415c.07.29.08.799.51.839a.3.3 0 0 0 .329-.27c0-.33-.51-1.588-1.119-5.681c1.219.29 3.505-1.987 3.216-3.814c2.995-.57 2.765-.85 3.993-.89c.39 0 1.348-.219 1.588.1c.1.13 0 .83.05 1c-.52 0-3.235.159-3.595.548a3.47 3.47 0 0 0-.499 1.887c-.06.46-.639 5.422-.559 5.861a.32.32 0 0 0 .38.31c.16 0 .848-4.573.858-4.653a2.49 2.49 0 0 0 2.247-.49a3.07 3.07 0 0 0 1.318-2.356h2.476a2.686 2.686 0 0 0 2.486 3.325c-.2.5-.42.999-.649 1.508l-.3.829c-.13.4.49.729.66.34c.05-.14-.04.09.329-.83M5.675 4.904c-.1-.7-.29-1.628-.29-1.648c-.09-.719.15-.44.819-.719A10.3 10.3 0 0 1 8.2 1.938c-.14.78-1.748 2.846-2.526 2.966m7.209-.44c-1.258.999-.999.7-1.558.78q.123-.93.35-1.838c.09 0 .998-.19 2.386-.28c-.16.56-.879 1.089-1.178 1.338m5.9.37c-.998-.999-.828-1.588-.848-1.678c.809 0 1.617.11 2.406.19c.42 0-.17 1.887-.31 2.297a2.55 2.55 0 0 1-1.247-.81'/%3E%3Cpath d='M22.509 14.799c-.26-1.129-.949-1.997-2.107-1.868c-.14-.24.42-2.396-1.258-3.145a2.1 2.1 0 0 0-.67-.2c-.48-.07-.97.03-1.387.28c-.53.25-2.766.919-2.766.939c-.469.12-4.992.928-6.26.998c-1.458.05-3.874-.15-2.936-1.288a.31.31 0 0 0 0-.42c-.389-.329-.858.54-.828 1.06c.07 1.287 2.506 1.657 3.794 1.707c4.194.15 9.326-2.077 9.565-2.557c1.498.25 1.827 1.418 2.067 2.996c-.53.749-1.138.37-2.806.729c-1.248.27-1.997.878-1.927 2.156a2.37 2.37 0 0 0 1.488 2.147q.441.143.899.22a5.4 5.4 0 0 0 2.526-.05c-.1 2.775-.41 2.766-1.997 3.305c-2.566.838-10.744 1.727-12.98.34c-1.378-.76-1.598-2.158-1.927-3.585a26.8 26.8 0 0 1-.76-5.691c-.049-3.066.16-3.096 1.998-4.424a.34.34 0 0 0-.39-.549C1.85 9.287 1.491 9.507 1.431 12.891a27 27 0 0 0 .57 5.891c.369 1.788.618 3.325 2.236 4.334c3.185 1.997 14.438.25 15.766-1.668a6 6 0 0 0 .509-3.145a3.055 3.055 0 0 0 1.997-3.505m-4.903 2.665a2.65 2.65 0 0 1-1.108-.359c-.53-.43-.729-1.508-.14-1.887c1.398-.889 3.215-.14 3.994-1.618c.09 0 1.158-.31 1.408 1.348c.26 2.047-2.197 2.976-4.154 2.516'/%3E%3Cpath d='M15.849 9.207a2.8 2.8 0 0 1 1.128-.2c.09.51.999.31.929-.09c-.09-.718-.52-.918-1.258-.998a2.13 2.13 0 0 0-1.907.869c-.197.342-.29.734-.27 1.128c-.09.39.809.3.819-.06c.19-.45.29-.53.559-.649'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.streamline-ultimate--headphones-customer-support-question {
    display: inline-block;
    width: 40px;
    height: 40px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.3'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4.5 18h-.75a3 3 0 0 1-3-3v-3a3 3 0 0 1 3-3h.75a.75.75 0 0 1 .75.75v7.5a.75.75 0 0 1-.75.75m15.75 0h-.75a.75.75 0 0 1-.75-.75v-7.5A.75.75 0 0 1 19.5 9h.75a3 3 0 0 1 3 3v3a3 3 0 0 1-3 3M3.75 9a8.25 8.25 0 1 1 16.5 0M15 21.75h2.25a3 3 0 0 0 3-3V18'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.5 23.25H12a1.5 1.5 0 1 1 0-3h1.5a1.5 1.5 0 1 1 0 3M9 8.25a3 3 0 0 1 5.753-1.192c.218.505.294 1.06.218 1.605A3 3 0 0 1 13 11.079a1.5 1.5 0 0 0-1 1.415v.256'/%3E%3Cpath d='M12 16.5a.375.375 0 0 1 0-.75m0 .75a.375.375 0 0 0 0-.75'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.main-banner.contact-us .banner-content {
    padding-top: 3rem;
}

.title-head {
    margin-top: 5rem;
}

.zoom-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 33%);
    backdrop-filter: blur(1px);
    justify-content: center;
    align-items: center;
    z-index: 1020;
}

.zoom-modal-content {
    max-width: 70vw;
    max-height: 80vh;
    border-radius: 10px;
}

.closeBtn {
    position: fixed;
    top: 20px;
    right: 30px;
    font-size: 3.5rem;
    color: #fff;
    cursor: pointer;
    z-index: 1000;
}

.booking-section .main-btn {
    margin-left: 0;
}

.sender-btn-group ul > li.nav-item {
    margin-bottom: 0.5rem;
}

/*========= Forgot password and Reset password screens style start here ======*/

.forgot-pswd .left-sec-logo {
    width: 35%;
}
.forgot-pswd .ragistrationForm {
    width: 65%;
}

.fluent--mail-shield-20-regular {
  display: inline-block;
  width: 60px;
  height: 60px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M18 2.624a4 4 0 0 1-1-.277q-.908-.38-1.716-1.225a.39.39 0 0 0-.566 0c-.995 1.036-2.095 1.545-3.318 1.545c-.22 0-.4.186-.4.416v2.501l.004.266c.042 1.247.38 2.3 1.006 3.15q.412.558.99 1q.785.6 1.874.979c.082.028.17.028.252 0C17.688 10.089 19 8.266 19 5.584v-2.5l-.008-.085a.405.405 0 0 0-.392-.332q-.304 0-.6-.043M10 4H4.5A2.5 2.5 0 0 0 2 6.5v8A2.5 2.5 0 0 0 4.5 17h11a2.5 2.5 0 0 0 2.5-2.5v-4.03q-.456.41-1 .738V14.5a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 3 14.5V7.963l6.746 3.968l.082.038a.5.5 0 0 0 .426-.038l2.049-1.206a6 6 0 0 1-.759-.714L10 10.92L3 6.802V6.5A1.5 1.5 0 0 1 4.5 5H10z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.mdi--password-reset {
  display: inline-block;
  width: 60px;
  height: 60px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12.63 2c5.53 0 10.01 4.5 10.01 10s-4.48 10-10.01 10c-3.51 0-6.58-1.82-8.37-4.57l1.58-1.25C7.25 18.47 9.76 20 12.64 20a8 8 0 0 0 8-8a8 8 0 0 0-8-8C8.56 4 5.2 7.06 4.71 11h2.76l-3.74 3.73L0 11h2.69c.5-5.05 4.76-9 9.94-9m2.96 8.24c.5.01.91.41.91.92v4.61c0 .5-.41.92-.92.92h-5.53c-.51 0-.92-.42-.92-.92v-4.61c0-.51.41-.91.91-.92V9.23c0-1.53 1.25-2.77 2.77-2.77c1.53 0 2.78 1.24 2.78 2.77zm-2.78-2.38c-.75 0-1.37.61-1.37 1.37v1.01h2.75V9.23c0-.76-.62-1.37-1.38-1.37'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.key-box {
    text-align: center;
    background: var(--btn-color);
    margin: auto;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forgot-pswd .ragistrationForm input.form-control {
    min-height: 50px;
}

.forgot-pswd .ragistrationForm .ragistr-btn {
    padding: 0.8rem;
}