body {
    position: relative;
}

.ala-carte-account {
    margin-top: 9rem;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Full viewport height */
}

.bottommenu .nav-link {
    color: #000;
}

.maincontent {
    flex: 1; /* Take up remaining space */
}

.alert-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    color: #FFF;
}

#root-spinner {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
}

#golgol {
    position: fixed;
    top: 40%;
}

.btn-cart {
    background-color: #FFAB5C;
    text-transform: uppercase;
    height: 30px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    margin-top: 13px;
    border: transparent;
    letter-spacing: 1px;
    border-radius: 2px;
}

    .btn-cart:hover {
        background-color: #FFAB5C;
        color: #fff;
    }

.header .dropdown {
    position: relative;
    display: inline-block;
}

.header .dropdown-button {
    background-color: transparent;
    text-transform: uppercase;
    height: 32px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
    border: transparent;
    letter-spacing: 1px;
    border-radius: 2px;
    cursor: pointer;
    padding: 8px 4px;
}

.shoppingcart {
    cursor: pointer;
}
/* .header .dropdown-button:hover {
      background-color: #2980b9;
    } */
/* Dropdown Content (Hidden by Default) */
.header .topmenu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    border-radius: 5px;
    z-index: 9999;
    /* left: 15px; */
    margin-top: 11px;
}

.dropdown .user_tag {
    /* background-image: linear-gradient(335deg, #FF9800 0%, #74d861 29%, #FFC107 67%, #fff800 100%) !important;
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto !important; */
    color: #fff;
    /* background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite; */
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
}
/* Animate Background Image */
@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%) !important;
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto !important;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 20px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

/* Dropdown items */
.header .topmenu .dropdown-content a {
    color: #3f4855;
    padding: 10px 8px;
    text-decoration: none;
    display: block;
}

    .header .topmenu .dropdown-content a span {
        font-size: 14px;
    }
    /* .header .topmenu .dropdown-content a img{
      height: 28px;
    } */
    .header .topmenu .dropdown-content a:hover {
        background-color: #f1f1f1;
    }

/* Show the dropdown on hover */
.header .topmenu .dropdown:hover .dropdown-content {
    display: block;
}

/* Login Page Css */
.login_bg {
    background-image: url(../img/loginbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
}

.steps-inner {
    min-height: 150px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 15px;
}

.login_logo {
    text-align: center;
    padding: 5px;
}

.steps-inner span {
    color: #077FA7;
    font-weight: 600;
}

.steps-inner a {
    color: #077FA7;
    font-weight: 600;
    text-decoration: none;
}

.steps-inner h3 {
    color: #9A9797;
}

.steps-inner input {
    border: transparent;
    border-bottom: 1px solid #077fa770;
    border-radius: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.steps-inner .star {
    color: red;
}

.steps-inner .btn {
    background-color: #DD4C4F;
    color: #fff;
    width: 26%;
    border-radius: 3px;
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.topmenu {
    width: 100%;
    height: auto;
    left: 0px;
    top: 0px;
    background: linear-gradient(90deg, #096D84 0%, #0A4654 100%);
    /* padding-top: 8px; */
    padding-bottom: 3px;
}

.content {
    padding-left: 2rem;
    padding-right: 2rem;
}

.toprightmenu {
    display: flex;
    justify-content: flex-end;
    gap: 11px;
}

.sociallinks {
    display: flex;
    gap: 9px;
}

    .sociallinks a {
        color: #fff;
    }

    .sociallinks p {
        font-size: 14px;
    }

    .sociallinks i {
        font-size: 13px;
    }

.btn-login {
    background-color: #3F4855;
    text-transform: uppercase;
    height: 30px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    margin-top: 13px;
    border: transparent;
    letter-spacing: 1px;
    border-radius: 2px;
}

    .btn-login:hover {
        background-color: #3F4855;
        color: #fff;
    }

.btn-expert {
    background-color: #FFAB5C;
    text-transform: uppercase;
    height: 30px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    margin-top: 13px;
    border: transparent;
    letter-spacing: 1px;
    border-radius: 2px;
}

    .btn-expert:hover {
        background-color: #FFAB5C;
        color: #fff;
    }

.shoppingcart i {
    color: #fff;
    font-size: 23px;
}

.supercart {
    background: #ffab5c;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    text-align: center;
    padding-top: -3px;
    margin-top: 6px;
    position: relative;
    left: -10px;
    top: 2px;
}

    .supercart p {
        color: #fff;
        margin-top: -3px;
        font-weight: 600;
    }

.bottommenu {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100%;
    background-color: #fff;
}

#country_selector {
    border: transparent;
    width: 55px;
}

/*.banner {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/in.gif');
    position: relative;
    margin-top: 7rem;
    image-rendering: optimizeQuality;
    will-change: background-image;
}*/

.banner {
    position: relative;
    height: 500px;
    margin-top: 7rem;
    overflow: hidden;
}

.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.banner::before {
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(100.77deg, rgb(8 29 67 / 82%) 47.63%, rgba(53, 51, 51, 0.67) 90.81%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.banner h2 {
    position: relative;
    color: #fff;
    margin-top: 9rem;
}

.banner h3 {
    color: #ee8c30;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    /* transform: translateY(-50%);    */
    font-size: 37px;
}
/* Animation */
.banner h3 {
    animation: typewriter 4s steps(44) 1s 1 normal both, blinkTextCursor 500ms steps(44) infinite normal;
}

@keyframes typewriter {
    from {
        width: 0;
    }

    to {
        width: 24em;
    }
}

@keyframes blinkTextCursor {
    from {
        border-right-color: rgba(255,255,255,.75);
    }

    to {
        border-right-color: transparent;
    }
}

.counter {
    background-image: url(../img/counter_bg.png);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 4rem;
}

.count {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 77px;
    color: #3F4855;
    margin-top: 5rem;
}

.increment {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 77px;
    color: #3F4855;
    margin-top: 5rem;
}

.counter p {
    color: #077FA7;
    font-weight: 600;
    /* margin-left: 5px; */
    font-size: 21px;
}

.about_img {
    margin-top: 5rem;
    position: relative;
}

.about_dv {
    background: linear-gradient(90deg, #096D84 0%, #0A4654 100%);
    height: auto;
    padding-bottom: 17%;
}

    .about_dv h3 {
        color: #FFFF99;
        text-transform: uppercase;
        font-size: 27px;
        line-height: 43px;
        margin-left: 62px;
    }

.about p {
    color: #fff;
    margin-left: 60px;
    text-align: justify;
    font-size: 17px;
    margin-right: 53px;
}

.plans {
    background-image: url(../img/plans.png);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 3rem;
}

    .plans h1 {
        color: #0A586A;
    }

.hiringbox {
    background-color: #fff;
    height: 355px;
    /* width: 561px; */
    margin-top: 3rem;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    padding-top: 5rem;
}

    .hiringbox h2 {
        font-size: 28px;
        color: #506170;
        line-height: 38px;
    }

    .hiringbox p {
        color: #506170;
        padding-top: 9px;
    }

    .hiringbox .btn {
        border: 2px solid #FB8F2A;
        width: 50%;
        color: #FB8F2A;
        font-weight: 600;
    }

.popularpackage_header {
    background-image: url(../img/popularpackage.png);
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.package {
    background-image: url(../img/package_banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    position: relative;
    padding-bottom: 8%;
}

    .package::before {
        position: absolute;
        content: "";
        width: 100%;
        background: #000000c7;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }

.essential {
    height: auto;
    background-color: #fff;
    position: relative;
    top: 111px;
    border-radius: 8px;
}

.proffesional {
    height: auto;
    background-color: #fff;
    position: relative;
    top: 62px;
    border: 4px solid #FB8F2A;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.premium {
    height: auto;
    background-color: #fff;
    position: relative;
    top: 111px;
    border-radius: 8px;
}

.paratag {
    color: #506170;
}

.candidatetag i {
    color: #FB8F2A;
}

.package p {
    line-height: 18px;
}

.bordertag {
    border: 1px dashed grey;
    width: 90%;
    margin-left: 5%;
}

.pricedv {
    height: 200px;
    width: 200px;
    background: #4B4B4B;
    margin: auto;
    border-radius: 50%;
}

.pricetag {
    padding-top: 35%;
}

.checktag {
    color: #077FA7;
    font-weight: 600;
    font-style: italic;
}

/*.checklist {
    margin: auto;*/
/* height: 75px;
    width: 197px; */
/*display: flex;
    justify-content: center;
}

    .checklist ul {
        list-style-image: url(../img/list_img.png);
    }

        .checklist ul li {
            color: #506170;
        }*/

.essential .btn {
    border: 2px solid #FB8F2A;
    width: 178px;
    color: #FB8F2A;
    font-weight: 700;
    margin-top: 5%;
    margin-bottom: 9%;
}

.recomended_tag {
    background: linear-gradient(139deg, #FB8F2A 0%, #b2b2b2 100%);
    height: 50px;
}

    .recomended_tag h2 {
        font-family: "Marcellus", serif;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 3px;
        font-size: 25px;
    }

.proffesional .btn {
    background-color: #FB8F2A;
    width: 178px;
    color: #fff;
    font-weight: 700;
    margin-top: 4%;
    margin-bottom: 9%;
}

.pricedv_professional {
    height: 200px;
    width: 200px;
    background: #F26D7D;
    margin: auto;
    border-radius: 50%;
}

.premium .btn {
    border: 2px solid #FB8F2A;
    width: 47%;
    color: #FB8F2A;
    font-weight: 700;
    margin-top: 5%;
    margin-bottom: 9%;
}

/* .premium .checklist{
  width: 100%;
  display: flex;
  margin-left: 49px;
  height: 75px;
} */
.premium .checklist ul {
    list-style-image: url(../img/list_img.png);
    column-count: 2;
    column-gap: 40px;
}

    .premium .checklist ul li {
        color: #506170;
    }

.premium_btn {
    text-align: center;
}

.essential_btn {
    text-align: center;
}

.professional_btn {
    text-align: center;
}

.package h2 {
    font-size: 25px;
}

.footer {
    background: linear-gradient(90deg, #096D84 0%, #0A4654 100%);
    /* height: 75px;*/
    /* position:fixed;
   bottom:0px;
   width:100%;*/
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
}
/* Expert Login Page Css */

.expert_main {
    background-image: url(../img/expert_login_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: calc(100vh - 75px);
    margin-top: 7rem;
}

.speak_form h3 {
    color: #9A9797;
}

.speak_form h2 {
    color: #3F4855;
    opacity: 82%;
}

.expert_main .form-control {
    height: 35px;
    background: rgba(217, 217, 217, 0.68) !important;
    border: 1px solid rgb(80 97 112 / 16%) !important;
    border-radius: 3px;
    box-sizing: border-box;
}

.expert_main label {
    color: #506170;
}

.star {
    color: red;
}

.expert_main .btn {
    background-color: #DD4C4F;
    color: #fff;
    width: 26%;
    border-radius: 3px;
}

    .expert_main .btn:hover {
        background-color: #DD4C4F;
        color: #fff;
        border: transparent;
        width: 26%;
        border-radius: 3px;
    }

/*UserRegistration Page css*/
.registrationwrapper {
    margin-top: 8rem;
}

.registration-box {
    margin: 40px auto;
    padding: 48px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    /*background-image: url('../img/expert_login_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background-color: #fff;
    height: 563px;
}

    .registration-box a:first-child {
        text-decoration: none;
    }

    .registration-box a i {
        color: #0A4755;
    }

    .registration-box a span {
        color: #9A9797;
        font-size: 24px;
        font-weight: 600;
    }

.form-heading {
    color: #000;
    font-weight: 700;
}

.optionbox .form-check label {
    color: #506170;
    font-size: 18px;
}

.optionbox .form-check-input[type=radio] {
    border-radius: 0%;
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    background-color: #0a5567;
}

.formselectionbox .form-control {
    border: transparent;
    background: transparent;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    height: 64px;
}

.formselectionbox input::placeholder {
    /*font-size:25px;*/
    text-transform: uppercase;
    opacity: 0.5;
}

.form-section h3 {
    color: #9A9797;
}

.form-section .btn {
    background-color: #DD4C4F;
    color: #fff;
    width: 26%;
    border-radius: 3px;
    margin-top: 3rem;
}

#otp_screen {
    display: none;
    margin: 40px auto;
    padding: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    height: 563px;
}
/* otp */
.otp-screen {
    margin-top: 2rem;
    padding-top: 3rem;
}

    .otp-screen .card {
        padding: 1.7rem 0 2rem;
        box-shadow: 0 10px 67px rgb(0 0 0 / 2%), 0 6px 27px rgb(0 0 0 / 15%);
        border: 0;
    }

.otp-inputs input {
    width: 44px;
    height: 44px
}

    .otp-inputs input[type=number]::-webkit-inner-spin-button,
    .otp-inputs input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0
    }

.otp-screen h1 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #000;
}

.otp-screen p {
    color: #878181;
    font-size: 15px;
}

    .otp-screen p span {
        font-weight: 500;
        color: #000;
    }

.otp-screen .submit-btn {
    margin-top: 1rem;
    text-align: center;
}

    .otp-screen .submit-btn .btn {
        background: #ffab5c;
        border: 0;
        padding: 9px 0;
        font-weight: 600;
    }

    .otp-screen .submit-btn a {
        font-size: 14px;
        color: #665f5f;
        text-decoration: none;
        padding: 12px;
        display: block;
    }

        .otp-screen .submit-btn a > i {
            padding-right: 10px;
            color: #757678;
        }

.otp-inputs {
    padding-top: 0.4rem;
    gap: 1.2rem;
}

.mute-otp-text {
    cursor: not-allowed !important;
}

.resend-btn {
    padding-top: 1rem;
}

.resend-btn-span {
    font-size: 13px;
    font-weight: 500;
    color: #2d77d5;
    text-decoration: none;
    cursor: pointer;
}

.optionbox ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .optionbox ul li span {
        font-size: 23px;
        color: #9a9797;
    }

.active-li {
    border: 1px solid #ffab5c;
}

#btn-form {
    background-color: #DD4C4F;
    color: #fff;
    width: 26%;
    border-radius: 3px;
    margin-top: 5rem;
}

.selector {
    text-align: center;
    background: #dddddd8c;
    width: 250px;
    padding: 15px;
    border-radius: 11px;
    cursor: pointer;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    .selector p {
        font-weight: 600;
    }

.formselectionbox {
    margin: 40px auto;
    padding: 48px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    height: 563px;
    display: none;
    margin-bottom: 5rem;
}

#backlink i {
    color: #0a5566;
}

#backlink {
    text-decoration: none;
    font-weight: 600;
    font-size: 21px;
    color: #9a9797;
}

.msg_tag {
    font-size: 14px;
    font-style: italic;
}

.iti {
    width: 100%;
}

.moblogo img {
    height: 57px;
}

.offcanvasbtn .btn {
    background-color: #436c66;
    color: #fff;
}

.offcanvas-header img {
    height: 50px;
}

.offcanvas-body .nav-link {
    color: #000000c2;
    font-size: 20px;
}

.mobsociallinks a {
    color: #fff;
    font-size: 19px;
    background-color: #009688;
    padding: 9px 15px 8px 17px;
    margin-left: 5px;
}

.mobsociallinks p {
    font-size: 20px;
}

.mobshoppingcart i {
    font-size: 35px;
    color: #009688;
}

.mobsupercart {
    background: #ffab5c;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    text-align: center;
    padding-top: -3px;
    margin-top: 6px;
    position: relative;
    left: 50px;
    top: -49px;
}
/* ala carte */
.registration-box {
    margin: 40px auto;
    padding: 48px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    height: 563px;
}

.ala-carte-area .registration-box {
    height: auto;
}

.card {
    box-shadow: 0 10px 67px rgb(0 0 0 / 2%), 0 6px 27px rgb(0 0 0 / 15%);
    border: 0;
}

.alacart-div {
    padding: 48px 48px 24px;
}

.cart-subtotal-area {
    background: #fff;
    padding: 20px 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e7e6e6;
}

.ala-carte-area {
    margin-top: 7rem;
    margin-bottom: 1rem;
}

.header-back {
    cursor: pointer;
}

    .header-back:hover {
        transform: scale(1.1);
    }
