/*scroll*/
::selection {
    background: #895ffc;
    color: #fff;
    text-shadow: none;
}
::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}
::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #dedede;
}
::-webkit-scrollbar-thumb:vertical {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(#c49c4f, #c49c4f);
}
/*body*/
body {
    overflow-x: hidden;
    font-family: "Poppins";
    background-color: #fff;
}
h5 {
    font-family: "Poppins";
}
.btn {
    font-family: "Montserrat";
}
*:hover,
*:focus,
* {
    outline: none !important;
}
.overflw {
    overflow: hidden;
}
[class^="box-"] {
    display: none;
}
[class^="box-"].showfirst {
    display: block;
}
img {
    max-width: 100%;
    height: auto;
}
a:hover,
button:hover {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
}
/*padding*/
.pad {
    padding: 0;
}
.padL {
    padding-left: 0;
}
.padR {
    padding-right: 0;
}
.pad-top-80 {
    padding-top: 80px !important;
}
.pad-top {
    padding-top: 60px;
}
.pad-btm-30 {
    padding-bottom: 30px;
}
.pad-btm {
    padding-bottom: 50px;
}
.pad-btm-70 {
    padding-bottom: 70px;
}
.pad-tb {
    padding: 80px 0;
}
.pad-tbm {
    padding: 50px 0;
}
.padRt-60 {
    padding-right: 60px;
}
.pad-LR30 {
    padding: 0 30px;
}
.pad-80-240 {
    padding: 80px 0 240px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-35 {
    margin-top: 35px;
}
/*botton*/
.btn-a {
    background-color: #033048;
    border: 2px solid #033048;
    border-radius: 20px;
    color: white;
    padding: 5px 8px;
    text-decoration: none;
    font-size: 14px !important;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.get-touch-btn {
    display: flex;
    gap: 5px;
    align-items: center;
}
.btn-a:hover {
    background: transparent;
    color: #fff;
}
.btn-submit {
    border-radius: 5px !important;
    text-transform: uppercase !important;
    font-size: 24px !important;
    letter-spacing: 0.2px;
}
.btn-submit:hover {
    background: transparent;
    color: #fff;
}
/*heading*/
#theform4 h4 {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
}

/* Hamburger Menu */
.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 999999;
    display: none;
}
.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #c49c4f;
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}
.menu-Bar span:nth-child(1) {
    top: 0;
}
.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}
.menu-Bar span:nth-child(3) {
    top: 16px;
}
.menu-Bar.open span {
    background: #000;
}
.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}
.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}
.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}
/*top-header*/
/*header*/
header {
    padding: 20px 0;
    /* background: #000; */
    border-bottom: 1px solid #ffffff2b;
    position: absolute;
    width: 100%;
}
ul.menu {
    display: block;
}
ul.menu > li {
    display: inline-block;
    margin-right: 20px;
}
ul.menu > li:last-child {
    margin-right: 0;
    margin: 0 0 0 30px;
}
ul.menu > li > a {
    font-size: 16px;
    font-weight: 400;
    color: #9692b2;
    text-transform: capitalize;
    letter-spacing: 0;
    border-bottom: 2px solid transparent;
    display: flex;
    gap: 8px;
    align-items: center;
}
ul.menu > li.active a {
    border-bottom: 2px solid #033048;
}
ul.menu > li > a:hover {
    border-bottom: 2px solid #033048;
    color: #033048;
    font-size: 18px;
}
.upper-header-wrap {
    background-color: #191137;
    padding: 15px 0;
}
.upper-header-wrap i {
    color: #033048;
}
.upper-header-wrap .upperhead-contact-wrapper {
    display: flex;
    gap: 8px;
}
.upper-header-wrap p {
    display: flex;
    gap: 8px;
}
.upper-header-wrap p,
.upper-header-wrap .upperhead-contact-wrapper p a {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}
.upper-header-wrap .upperhead-contact-wrapper ul {
    display: flex;
    gap: 8px;
}
.upper-header-wrap .upperhead-contact-wrapper ul li a {
    color: #fff;
}
.upper-header-wrap .upperhead-contact-wrapper .icon-wrapper i {
    color: #fff;
    font-size: 18px;
}

.menu li.has-dropdown {
    position: relative;
}

.menu li .dropdown {
    display: none;
    position: absolute;
    top: 110%;
    left: -30px;
    background: white;
    padding: 10px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 250px;
    z-index: 999;
}

.menu li .dropdown li {
    padding: 15px 10px;
}

.menu li .dropdown li a {
    color: #000;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.menu li.has-dropdown:hover .dropdown {
    display: block;
}

/*main-banner*/
.mainBanner {
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 999;
}
video#myVideo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 99;
}
.z-9 {
    z-index: 999;
    position: relative;
}
.mainBanner:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000059;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}
/*main-banner End*/
/* Social Icons */
.socialIcon li {
    display: inline-block;
}
.socialIcon li span {
    padding: 12px 10px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 5px 0 0;
}
.socialIcon li span:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #033048;
    width: 45px;
    height: 45px;
    font-size: 24px;
}
/*footer start*/
footer {
    padding: 30px 0;
    background-color: #120428;
    background-image: url(https://diana-kirakosyan-stage.devdesignbuild.com/wp-content/uploads/2025/05/Ellipse-6.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
}
footer .container {
    background: radial-gradient(
                circle at 100% 100%,
                #060129 0,
                #060129 14px,
                transparent 14px
            )
            0% 0% / 15px 15px no-repeat,
        radial-gradient(
                circle at 0 100%,
                #060129 0,
                #060129 14px,
                transparent 14px
            )
            100% 0% / 15px 15px no-repeat,
        radial-gradient(
                circle at 100% 0,
                #060129 0,
                #060129 14px,
                transparent 14px
            )
            0% 100% / 15px 15px no-repeat,
        radial-gradient(
                circle at 0 0,
                #060129 0,
                #060129 14px,
                transparent 14px
            )
            100% 100% / 15px 15px no-repeat,
        linear-gradient(#060129, #060129) 50% 50% / calc(100% - 2px)
            calc(100% - 30px) no-repeat,
        linear-gradient(#060129, #060129) 50% 50% / calc(100% - 30px)
            calc(100% - 2px) no-repeat,
        linear-gradient(
            42deg,
            rgba(255, 0, 108, 0.4) 0%,
            rgba(255, 255, 255, 0.47) 48%,
            rgba(50, 206, 255, 0.46) 100%
        );
    padding: 30px;
    border-radius: 15px;
    box-sizing: border-box;
}
.ftr-lt .upperfooter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #ffffff2b;
}
.ftr-lt .upperfooter h4 {
    font-family: "Laila", Sans-serif;
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
    color: #033048;
    text-align: center;
    margin-bottom: 10px;
}
footer .middle-wrap {
    padding: 20px 0;
}
footer .middle-wrap .socialIcon {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin: 15px 0;
}
.middle-wrap p a {
    text-decoration: none;
    color: #fff;
}
.middle-wrap p,
.ftr-lt .upperfooter p {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}
footer .middle-wrap .menu {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
}
footer .bottom-ftr {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid #ffffff2b;
}
footer .bottom-ftr .copyright p {
    font-family: "Inter", Sans-serif;
    font-weight: 300;
    color: #9692b2;
    font-size: 16px;
    line-height: 23px;
}
footer .bottom-ftr .rightlinks p {
    display: flex;
    gap: 15px;
}
footer .bottom-ftr .rightlinks p a {
    font-family: "Inter", Sans-serif;
    font-weight: 300;
    color: #9692b2;
    font-size: 16px;
    line-height: 23px;
    text-decoration: none;
}
.flogo {
    text-align: right;
}
.copyright.text-center {
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #000;
}
.copyright.text-center p {
    text-transform: capitalize;
}
.footerLinks a {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}
.contactDetail li {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}
/*footer end*/
/*media-quries*/
@media (max-width: 1440px) {
}
@media (max-width: 1200px) {
    .menu-Bar {
        display: block;
        top: 0px;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #c49c4f;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 9999;
        width: 100vw;
    }
    .menuWrap .menu li {
        display: block;
    }
    .menuWrap .menu li a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        margin-bottom: 30px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 25px;
    }
    .container {
        position: relative;
    }
    header .header-top {
        display: none;
    }
    header .main-header ul.menu > li {
        display: block;
        padding: 0px;
    }
    header .main-header ul.menu > li a {
        color: #fff;
        padding: 0px;
        text-align: center;
    }
    header .main-header ul.menu > li a:before {
        display: none;
    }
}
@media (max-width: 980px) {
    .btn-a {
        margin-bottom: 20px;
    }
    footer {
        padding-bottom: 60px;
    }
}
@media (max-width: 824px) {
}
@media (max-width: 767px) {
    header {
        padding: 0;
    }
    footer {
        text-align: center;
    }
    .m1-h h5 span {
        font-size: 26px;
    }
    .at-h {
        padding-bottom: 0;
    }
    .padRt-60 {
        padding-right: 0 !important;
    }
    .btn {
        border: 1px solid #000;
    }
    ul.menu > li:last-child {
        margin: 0;
    }
    a.logo img {
        width: 50%;
    }
    .m1-h h5 {
        font-size: 20px;
    }
    .mainBanner {
        height: 35vh;
    }
    .m2-h h5 {
        font-size: 20px;
    }
    .pad-tb {
        padding: 40px 0;
    }

    .p1 p {
        font-size: 16px;
        line-height: 20px;
    }
    .flogo img {
        width: 50%;
    }
    .flogo {
        text-align: left;
        margin-bottom: 20px;
    }
    .copyright.text-center {
        font-size: 16px;
    }
    footer {
        padding: 15px 0;
    }
    ul.menu > li.active a {
        border-bottom: 0;
    }
    ul.menu > li {
        margin-right: 0;
    }
    .menuWrap .menu li a {
        margin-bottom: 15px;
        font-size: 15px;
    }
    ul.menu > li > a {
        border-bottom: none;
    }
    ul.menu > li.active a {
        border-bottom: none;
    }
    ul.menu > li > a:hover {
        border-bottom: none;
    }
    .inner-ban .ban_hdn h5::after {
        width: 90px;
    }
    .inner-ban {
        height: 20vh;
    }
    .Tec-ctn h5::after {
        width: 270px;
    }
}
@media (min-width: 320px) and (max-width: 340px) {
}
@media (min-width: 341px) and (max-width: 365px) {
}
@media (min-width: 366px) and (max-width: 380px) {
}
@media (min-width: 381px) and (max-width: 415px) {
}
/* UL style */
.listStyle {
    list-style: disc;
    display: inline-block;
    list-style-position: inside;
}
.listStyle li {
    margin: 30px 0;
    font-family: "Poppins";
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    /* position: relative;
   */
}

/* step form css */

.intake-form1 {
    padding: 200px 0px;
    /* padding: 30px 0; */
    background-color: #120428;
    /* background-image: url(https://diana-kirakosyan-stage.devdesignbuild.com/wp-content/uploads/2025/05/Ellipse-6.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain; */
    background-image: url(https://diana-kirakosyan-stage.devdesignbuild.com/wp-content/uploads/2025/05/image-15-2.png);
    background-position: center center;
    background-size: cover;
}
.intake-form1 .intake-form-header {
    margin-top: 10px;
    border-bottom: 1px solid #ffffff2b;
}
.intake-form1 .intake-form-header h2 {
    color: #fff;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 125% */
    text-transform: uppercase;
}
.intake-form1 .intake-form-header p {
    color: #464a53;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.intake-form1 form {
    background: radial-gradient(
                circle at 100% 100%,
                #060129 0,
                #060129 14px,
                transparent 14px
            )
            0% 0% / 15px 15px no-repeat,
        radial-gradient(
                circle at 0 100%,
                #060129 0,
                #060129 14px,
                transparent 14px
            )
            100% 0% / 15px 15px no-repeat,
        radial-gradient(
                circle at 100% 0,
                #060129 0,
                #060129 14px,
                transparent 14px
            )
            0% 100% / 15px 15px no-repeat,
        radial-gradient(
                circle at 0 0,
                #060129 0,
                #060129 14px,
                transparent 14px
            )
            100% 100% / 15px 15px no-repeat,
        linear-gradient(#060129, #060129) 50% 50% / calc(100% - 2px)
            calc(100% - 30px) no-repeat,
        linear-gradient(#060129, #060129) 50% 50% / calc(100% - 30px)
            calc(100% - 2px) no-repeat,
        linear-gradient(
            42deg,
            rgba(255, 0, 108, 0.4) 0%,
            rgba(255, 255, 255, 0.47) 48%,
            rgba(50, 206, 255, 0.46) 100%
        );
    padding: 30px;
    border-radius: 15px;
    box-sizing: border-box;
    /* padding: 30px; */
    /* border-radius: 10px; */
    /* box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); */
    position: relative;
    margin-top: 50px;
}
/* form */
.inp-wrapper {
    margin-top: 20px;
}
.inp-wrapper label {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    display: block;
}

.inp-wrapper input[type="date"] {
    color: #797b7c;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-transform: capitalize;
}

.inp-wrapper input[type="text"],
.inp-wrapper input[type="email"],
.inp-wrapper input[type="date"],
.inp-wrapper input[type="tel"],
.inp-wrapper select {
    fill: rgba(70, 74, 83, 0);
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    /* color: #464a53; */
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 20px;
    width: 100%;
}

.inp-wrapper textarea {
    background: #fff;
    width: 100%;
    height: 149px;
    border: 1px solid #cbcbcb;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 20px;
    border-radius: 10px;
}

.inp-wrapper .radio-btns-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
}
.inp-wrapper .radio-btns-wrapper .rad-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

.inp-counsel {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
}

.inp-counsel label {
    color: #797b7c;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.client-couple-name input {
    fill: rgba(70, 74, 83, 0);
    outline: none;
    border: none;
    border-bottom: 1px solid #cbcbcb;
    /* color: #464a53; */
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 20px;
    width: 300px;
    margin-bottom: 20px;
}
#theform3 table {
    color: #fff;
}
.cupl2 {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.cupl2 input[type="date"] {
    border: none;
    outline: none;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 300px;
    color: #797b7c;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding: 8px;
}
.sign-wrapper {
    width: 100%;
}
.sign-wrapper h4 {
    color: #464a53;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}
.form-step {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.5s;
}

.form-step.active {
    height: fit-content;
    overflow: visible;
    visibility: visible;
}

#signature1,
#signature2,
#signature3,
#signature4,
#signature5,
#signature6,
#signature7,
#signature8,
#signature9,
#signature10,
#signature11,
#signature12 {
    opacity: 1;
    width: auto;
    box-shadow: 0 0 5px 1px #ddd inset;
    border: solid 2px #53777a;
    border-radius: 10px;
    margin: 0;
    text-align: center;
    height: auto;
    transition: 0.2s;
    cursor: pointer;
}
.reset-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.sign-wrapper #reset1,
.sign-wrapper #reset2,
.sign-wrapper #reset3,
.sign-wrapper #reset4,
.sign-wrapper #reset5,
.sign-wrapper #reset6,
.sign-wrapper #reset7,
.sign-wrapper #reset8,
.sign-wrapper #reset9,
.sign-wrapper #reset10,
.sign-wrapper #reset11,
.sign-wrapper #reset12 {
    background-color: #38cd5a;
    padding: 10px 40px;
    margin: 1.5em auto;
    color: #fff;
    text-align: center;
    font-family: Duplet;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    border: none;
    border-radius: 5px;
}
.steps {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 35px;
    margin-bottom: 20px;
}
.steps .step {
    padding: 5px 10px;
    color: #fff;
}
.steps .step.active {
    border: 1px solid;
    border-radius: 60%;
    background-color: #033048;
    color: #fff;
}
/* .steps .step::after{
  position: relative;
  content: "---";
} */
.btn-nxt-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.nxt-sub-btn {
    background-color: #38cd5a;
    padding: 10px 40px;
    color: #fff;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    border: none;
    border-radius: 5px;
}
.nxt-sub-btn:disabled {
    background-color: #dee9e0;
}
.form2-content-wrapper {
    margin-top: 50px;
}
.form2-content-wrapper p strong {
    color: #000;

    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.form2-content-wrapper p {
    color: #000;

    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.check-btns-wrapper label {
    display: inline;
}
.detail-card .details-head {
    color: #464a53;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.details-content-wrapper .details-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.details-content-wrapper .details-content p {
    color: #797b7c;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 5px;
}
.detail-card .total-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}
.payment-details-wrapper .payment-details-head h4 {
    color: #464a53;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.coupon-detail-wrapper .chk-disc label {
    color: #797b7c;

    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.last-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.confirmation-form-wrapper h4 {
    color: #000;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    text-transform: capitalize;
}

.confirmation-form-wrapper p {
    color: #797b7c;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-transform: capitalize;
}

@media (max-width: 1000px) {
    .cupl2 {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: flex-start;
    }
    .detail-card .total-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.wrapper {
    width: 450px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.wrapper header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 30px 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #38cd5a;
    border-radius: 10px 10px 0 0;
}
header .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header .icons span {
    height: 38px;
    width: 38px;
    margin: 0 1px;
    cursor: pointer;
    color: #878787;
    text-align: center;
    font-size: 1.9rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50%;
}
/* header .icons span#prev{
  display: none;
} */
.icons span:last-child {
    margin-right: -10px;
}
header .icons span:hover {
    background: #f2f2f2;
}
header .current-date {
    font-size: 1.45rem;
    font-weight: 500;
}
.calendar {
    padding: 20px;
}
.calendar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
}
.calendar .days {
    margin-bottom: 20px;
}
.calendar li {
    color: #333;
    width: calc(100% / 7);
    font-size: 1.07rem;
}
.calendar .weeks li {
    font-weight: 500;
    cursor: default;
}
.calendar .days li {
    z-index: 1;
    cursor: pointer;
    position: relative;
    margin-top: 30px;
}
.days li.inactive {
    color: #aaa;
}
.days li.active {
    color: #fff;
}
.days li::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 40px;
    width: 40px;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.days li.active::before {
    background: #1e90ff;
}
.days li:not(.active):hover::before {
    background: #f2f2f2;
}
.choice {
    width: 300px;
    height: max-content;
    background-color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-direction: column;
    color: rgba(70, 74, 83, 0);
    border: 1px solid #cbcbcb;
    color: #797b7c;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}
.choices {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.choice.clicked {
    background-color: #32b851;
    color: #fff;
    text-align: center;
    font-family: Duplet;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}
.choice label {
    width: 100%;
    cursor: pointer;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "poppins", sans-serif;
}

/* login form */
.login-form {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
    overflow: hidden;
    position: relative;
}

.strip {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    overflow: hidden;
    background-color: #32b85173;
}
.login-form-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    position: relative;
    overflow: hidden;
}

.cont-form-head h1 {
    font-size: 30px;
    text-align: center;
    line-height: 35px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
}

.login-form-wrapper input {
    border: 1px solid #38cd5a;
}

.login-form-wrapper input {
    background: #fff;
    margin-top: 13px;
    width: 100%;
    height: 40px;
    border-radius: 21px;
    outline: none;
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
    font-size: 15px;
    padding: 1px 12px;
    font-family: "Poppins", Sans-serif;
    cursor: pointer;
}

.login-form-wrapper button {
    background: #38cd5a;
    width: 100%;
    margin-top: 15px;
    border-radius: 31px;
    border: none;
    height: 41px;
    border: 1px solid #38cd5a;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
    font-family: "Poppins", Sans-serif;
    outline: none;
}
