@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Nunito Sans", sans-serif;
}

:root {
    --website-primary: #ED2955 !important;
    --website-secondary: #FFDBE3 !important;
    --website-header: #E3F8BA !important;
    --website-detected-button: #b3c58e85 !important;
    --website-translation-button: #D6E3F5;
}

/* h1{
    font-size: 60px;
    font-weight: 800;
}
h2{
    font-weight: 700;
} */
p {
    font-size: 18px;
}

a {
    font-size: 18px;
}

@media only screen and (max-width:991px) and (min-width:100px) {
    h1 {
        font-size: 40px !important;
        font-weight: 800 !important;
    }

    p {
        font-size: 16px !important;
    }

    a {
        font-size: 16px !important;
    }
}

#preloader {
    background: #c3d69d url('../images/giff.gif') no-repeat center center;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100;
}

/* navigation start here */
.custom-container {
    width: 85%;
    margin: auto;
}

.header {
    width: 100%;
    padding: 10px 5%;
    background-color: var(--website-header);
}

.header-phone,
.header-email {
    font-weight: 600;
}

.header-phone i {
    padding: 7px;
    font-size: 12px;
    border-radius: 50px;
    margin-right: 7px;
    background-color: var(--website-detected-button);
}

.header-email i {
    padding: 7px;
    font-size: 12px;
    border-radius: 50px;
    margin-right: 7px;
    background-color: var(--website-detected-button);
}

.header-email a {
    color: #000000;
    text-decoration: none;
}

.navigation {
    background-color: white !important;
    padding: 5px 4%;
    border-bottom: 1px solid var(--website-secondary);
    box-shadow: 0px 2px 10px #4949494f;
    display: block;
    position: sticky;
    top: 0;
    z-index: 99;
}

.logo {
    width: 150px;
    height: 60px;
    object-fit: contain;
}

.navigation .navigation-menu {
    width: auto !important;
    margin-left: 3rem !important;
}

.navigation .nav-item {
    margin: 0px 5px;
}

.navigation .nav-item .nav-link {
    color: black;
    font-weight: 600;
    text-wrap: nowrap;
    border-bottom: 2px solid #ffffff;
}

.navigation .nav-item .nav-link.active {
    color: var(--website-primary);
    border-bottom: 2px solid var(--website-secondary);
    padding-bottom: -2px;
}

.navigation .nav-item .nav-link:hover {
    color: var(--website-primary);
    border-bottom: 2px solid var(--website-secondary);
    padding-bottom: -2px;
    transition: 0s;
}

.navigation .sign-login {}

.navigation .sign-login .sign-btn {
    margin-right: 10px;
    padding: 10px 30px;
    width: 200px;
    color: var(--website-primary);
    border: 1px solid var(--website-primary);
}

.outline_btn {
    border: 1px solid var(--website-primary);
    color: var(--website-primary);
}

.outline_btn:hover {
    background: #ff3561;
    color: #ffffff !important;
}

.sign-login .login-btn {
    margin: 0px 10px;
    padding: 10px 35px;
    background: var(--website-primary) !important;
    color: #ffffff;
    width: 200px;
}

.dropbtn {
    /* background-color: #f8f8f8; */
    border: none;
    cursor: pointer;
    font-size: 16px;
    width: inline-auto;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: var(--website-secondary);
    border-radius: 5px
}

.dropdown:hover .dropdown-content {
    display: block;
}

.profile {
    width: 20%;
    height: auto;
}

.mobile_profile {
    width: 50%;
    height: 100%;
}
.desktop_profile_icon{
    float: right;
}
.mobile_header {
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 10px;
    display: none !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    position: sticky;
    top: 0;
    z-index: 99;
    overflow-x: hidden;
}

.mobile-nav-body {
    margin-top: 20px;
}

.mobile-nav-body ul li a {
    line-height: 40px;
    font-weight: 700;
    font-size: 18px !important;
    color: #000000;
    text-decoration: none;
    margin-left: -20px;
}

.mobile-nav-body ul li a.active {
    color: var(--website-primary) !important;
}

.offcanvas {
    width: 80% !important;
}

.offcanvas-footer {
    background: var(--website-header);
}

.offcanvas-footer a {
    font-size: 14px !important;
    color: #000000;
    text-decoration: none;
}

@media only screen and (max-width:767px) and (min-width:574px) {
    .mission_img {
        width: 30% !important;
        height: auto !important;
        margin-top: 0% !important;
    }
}

@media only screen and (max-width:991px) and (min-width:100px) {
    .mobile_header {
        display: block !important;
    }

    .navigation {
        display: none;
    }

    .logo {
        width: auto;
        height: 60px;
        object-fit: contain;
    }

    .mobile_profile {
        width: 80% !important;
        height: 100%;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        left: -60px;
        top: 60px;
        background-color: #f9f9f9;
        min-width: 180px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 5px
    }

    .mobile-dropdown-content {
        display: none;
        position: absolute;
        left: 90px;
        top: 0px;
        background-color: #f9f9f9;
        min-width: 180px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 5px
    }

    .mobile-login-btn {
        margin: 0px 0px 0px 10px !important;
        padding: 0px !important;
        background: var(--website-primary) !important;
        color: #ffffff;
        width: auto !important;
    }
}

.sign-login .login-btn {
    margin: 0px 10px;
    padding: 10px 20px !important;
    background: var(--website-primary) !important;
    color: #ffffff;
    width: 200px;
}

@media only screen and (max-width:575px) and (min-width:300px) {
    .sign-login .login-btn {
        margin-left: 100px !important;
        padding: 10px 20px !important;
        background: var(--website-primary) !important;
        color: #ffffff;
        width: 100px;
    }
}

@media only screen and (max-width:575px) and (min-width:430px) {
    .mobile_profile {
        width: 100px;
        height: 60px;
        object-fit: contain;
    }
}

@media only screen and (max-width:991px) and (min-width:603px) {
    .mobile_profile {
        width: 120px;
        height: 60px;
        object-fit: contain;
    }
}

/* navigation end here */


/*  Home container start here */
.home_container {
    width: 100%;
    height: 100vh;
    text-align: center;
    padding: 50px 100px;
}

@media only screen and (max-width:991px) and (min-width:100px) {
    .home_container {
        width: 100%;
        height: 100vh;
        text-align: center;
        padding: 50px;
    }
}

/*  Home container ends here*/


/* footer section start here */
.footer-section {
    margin-top: 7%;
    width: 100%;
    height: 100%;
    padding: 3% 5%;
    font-size: 1.1rem;
    z-index: -2;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.219);
}

.footer-section .footer-logo {
    min-width: 150px;
    max-width: 300px;
    min-height: 150px;
    height: 120px;
    object-fit: contain;
}

.footer-section ul .header-text {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px !important;
}

.footer-section ul li {
    list-style: none;
    margin: 15px 0px;
    font-size: 1rem;
}

.footer-section ul li a {
    text-decoration: none;
    color: black;
}

.footer-section ul li a:hover {
    color: var(--website-primary);
}

.footer-section ul li {
    word-wrap: break-word;
}

.design_credit {
    background: var(--website-header);
    text-align: center;
    padding: 10px;
}

.design_credit h6 {
    margin-bottom: 0;
}

@media only screen and (max-width:991px) and (min-width:100px) {
    .footer-section {
        margin-top: 7%;
        width: 100%;
        height: 100%;
        padding: 10px !important;
        font-size: 1.1rem;
        z-index: -2;
        box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.219);
    }
}

/* footer section end here */


/* --------------- login page start here --------------- */
#login_page {
    width: 100%;
    height: 100vh;
    background-image: url('../images/background_img.png');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#register_page {
    width: 100%;
    height: auto;
    background-image: url('../images/background_img.png');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_register_container {
    width: 600px;
    height: auto;
    background: #ffffff;
    border-radius: 20px;
    filter: drop-shadow(0px 0px 10px #ED29553b);
    padding: 50px 70px;
    margin: 80px;
}

.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -25px;
}

.password_icon {
    float: left;
    padding: 0px 10px;
}

.input_field {
    border: 1px solid #ced4da;
    border-radius: 7px;
    padding: 5px;
}

.input_field:focus-within {
    border-color: #2b2b2b;
}

.form-group {
    width: 100%;
}

.form-group input {
    border: none;
}

.form-group input:focus {
    box-shadow: none;
}

.form-group textarea {
    border: none;
}

.form-group textarea:focus {
    box-shadow: none;
}

.form-group select {
    border: none;
}

.form-group select:focus {
    box-shadow: none;
}

.address_icon {
    margin-top: -28px;
}

.login_register_container a {
    color: var(--website-primary);
    text-decoration: none;
    font-weight: 700;
    padding: 20px 0px;
}

#global_button {
    width: 100%;
    height: auto;
    background: var(--website-primary);
    color: #ffffff;
    padding: 12px;
    border: none;
    border-radius: 10px;
}

#hamburger_menu_icon {
    width: 60%;
    height: auto;
    border: 2px solid var(--website-primary) !important;
    color: var(--website-primary) !important;
    padding: 8px;
    border: none;
    border-radius: 10px;
}

#global_button:hover {
    background: #ff3662 !important;
    transition: .5s;
}

@media only screen and (max-width:1000px) and (min-width:100px) {
    .login_register_container {
        width: auto !important;
        padding: 30px;
        margin: 20px;
    }
}

.all-icon {
    width: 25px;
    height: auto;
}


/* Medium devices (tablets) */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .navigation .nav-item .nav-link:hover,
    .navigation .nav-item .nav-link.active {
        border-bottom: none;
    }

    .navigation .navigation-menu {
        width: auto !important;
        margin-left: 1rem !important;
    }

    .navigation .sign-login {
        margin-bottom: 10px;
    }

    .banner-section {
        margin-top: 2rem;
    }
}

/* Small devices (phones) */
@media only screen and (max-width: 767px) {

    .navigation .nav-item .nav-link:hover,
    .navigation .nav-item .nav-link.active {
        border-bottom: none;
    }

    .navigation .navigation-menu {
        width: auto !important;
        margin-left: 1rem !important;
    }

    .navigation .sign-login {
        margin-bottom: 10px;
    }

    /* .banner-section {
        margin-top: 2rem;
    }

    .banner-section .banner-content h1 {
        font-size: 2.2rem;
        font-weight: 700;
    }

    .banner-btn {
        flex-direction: column;
    }

    .banner-section .banner-btn .translate {
        margin: 10px 10px 0px 0px;
    } */

    /* .mission-vision {
        padding: 5% 5px;
    }

    .mission-vision .offer-content h1 {
        font-size: 2rem;
    } */

    .service-section h1 {
        font-size: 2rem;
    }

    .footer-section ul {
        padding-left: 0px;
    }

    .navigation .sign-login .sign-btn {
        width: 130px !important;
    }

    .navigation .sign-login .login-btn {
        width: 130px !important;
    }
}

@media(max-width:1350px) {

    .navigation .navigation-menu {
        width: auto !important;
        margin-left: 1rem !important;
        flex-wrap: wrap !important;
    }

    .navigation .sign-login {
        margin: 10px 0px !important;
    }
}

/* media query */

/* --------------------- ABOUT US START ---------------------- */
.about_us_container {
    width: 100%;
    height: auto;
    padding: 50px 100px;
}

.about_us {
    display: flex;
    margin-bottom: 50px;
}

.abt_us_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 30px;
}

/* Vision Mission */
.vision {
    background: #DCF5FD;
    border-radius: 20px;
    width: 100%;
    padding: 20px;
    /* margin-top: 15%; */
    margin-bottom: 150px;
}

.vision_mission_img {
    width: 60%;
    height: auto;
    margin-top: -30%;
}

.mission {
    background: #FFF2E7;
    border-radius: 20px;
    width: 100%;
    padding: 20px;
    /* margin-top: 15%; */
    margin-bottom: 150px;
}

@media only screen and (max-width:991px) and (min-width:100px) {
    .about_us_container {
        padding: 50px 20px 20px 20px !important;
    }

    .about_us {
        display: block !important;
    }

    .abt_us_content .row {
        display: flex !important;
        flex-direction: column;
    }

    .vision .row {
        display: flex;
        flex-direction: column;
    }

    .mission .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .vision {
        margin-top: 30%;
        margin-bottom: 10%;
    }

    .mission {
        margin-top: 30%;
        margin-bottom: 10%;
    }

}

/* --------------------- ABOUT US END ---------------------- */


/* --------------------- CONTACT US START ---------------------- */
.contact_us {
    padding-right: 100px;
}

.contact_us_container {
    padding: 50px 0px 50px 100px;
}

@media only screen and (max-width:991px) and (min-width:100px) {
    .contact_us_container {
        padding: 50px 20px 20px 20px !important;
    }
}

/* --------------------- CONTACT US END ---------------------- */


/* --------------------- TEXT TRANSLAION START---------------------- */
/* #tt_container{
    width: 100%;
    height: auto;
    padding: 100px 150px;
}
.translate_row{
    width: 100%;
    height: auto;
}
.detect_language{
    border-radius: 20px;
}
.detect_div{
    background: var(--website-detected-button);
    padding: 20px;
    border-radius: 20px 20px 0px 0px;
}
.translate_select select{
    box-shadow: none !important;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
.translate_textarea{
    width: 100%;
    height: auto;
}
.translate_textarea textarea{
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-top: none ;
    border-radius: 0px 0px 18px 18px;
}
.translate_textarea textarea:focus{
    box-shadow: none;
    border: 1px solid #ccc;
    border-top: none ;
}
.translate_div{
    background: var(--website-translation-button);
    padding: 20px;
    border-radius: 20px 20px 0px 0px;
}
.input-group{
    width: 55%;
    height: auto;
}
.input-group-text{
    background: white;
    border: none;
}
.form-select{
    width: 100%;
    height: auto;
    text-wrap: wrap;
    background: white;
    border: none;
    box-shadow: none !important;
}
.convetText_icon{
    display: flex;
    justify-content:center;
    align-items: start;
}
.convetText_icon img{
    padding:10px;
    width: 30%;
    margin-top: 10px;
}
.translate_button{
    padding: 50px 180px !important;
}
.translate_button button{
    width: 50% !important;
}
.row{
    margin-left: 0px;
}
#up_down_arrow{
    display: none;
}
#side_arrow{
    display: block;
}
@media only screen and (max-width:1000px) and (min-width:100px) {
    .translate_button{
        padding: 30px !important;
    }
    .translate_button button{
        width: 100% !important;
    }
    #tt_container{
        padding: 30px !important;
    }
    #up_down_arrow{
        display: block;
    }
    #side_arrow{
        display: none;
    }
    .convetText_icon img{
        padding: 20px;
        width: 20%;
        margin-top: 0px;
    }

}
@media only screen and (max-width:1160px) and (min-width:768px){
    .convetText_icon img{
        padding: 10px;
        width: 50% !important;
        margin-top: 10px;
    }
    #up_down_arrow{
        display: none;
    }
    #side_arrow{
        display: block;
    }
} */
/* --------------------- TEXT TRANSLAION END ---------------------- */


/* --------------------- PDF TRANSLATION START --------------------- */
/* .pdf_translate_button{
    padding: 50px;
}
.pdf_translate_button button{
    width: 70% !important;
}
.pdf_translate_div{
    background: var(--website-translation-button);
    padding: 20px;
    border-radius: 20px;
}
.pdf_detect_div{
    background: var(--website-detected-button);
    padding: 20px;
    border-radius: 20px;
}

#upload_img{
    width:100%;
    height: auto;
    cursor: pointer;
}
#pdf_translation_arrow{
    width: 10%;
}

@media only screen and (max-width:1000px) and (min-width:100px) {
    .detect_language{
        border-radius: 20px;
    }
    .convert_pdf_section{
        margin-top: 50px;
    }
    .pdf_translate_button button{
        width: 100% !important;
    }
}
@media only screen and (max-width:1160px) and (min-width:768px){
    #pdf_translation_arrow{
        padding: 10px;
        width: 10% !important;
        margin-top: 10px;
    }
} */

/* --------------------- PDF TRANSLATION END --------------------- */


/* --------------------- DICTATION PAGE START----------------------- */
/* .voice_translate_container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 50px 100px;
}
.dictation_select_language{
    width: auto !important;
    height: auto;
    border: 1px solid #b3b3b3;
    border-radius: 10px;
    padding: 2px;
}
#cke_text-box{
    border: 1px solid #b3b3b3 !important;

}
#cke_1_top {
    border-bottom: 1px solid #b3b3b3 !important;
}

#cke_1_contents{
    height: 300px !important;
}

.diction-section{
    width: 90%;
    margin: auto;
}

.dictation-button a{
    width: 20%;
    padding: 10px 20px;
    border-color: var(--website-primary);
}
.dictation-button .btn-primary{
    background-color: var(--website-primary);
}
.dictation-button a:hover{
    background-color: var(--website-primary);
    border-color: var(--website-primary);
}

#mic_img{
    width: auto;
    height: auto;
    margin-right: 20px;
}
#mic_img:hover{box
    -shadow: 2px 2px 7px var(--website-secondary);
    border-radius: 50%;
}
@media only screen and (max-width:1000px) and (min-width:100px) {
    .voice_translate_container{
        padding: 40px;
        flex-direction: column;

    }
} */

/* .mic i{
    background: var(--website-secondary);
    padding: 30px;
    border-radius: 100px;
} */
/* --------------------- DICTATION PAGE END----------------------- */

/* ------------------ PRICING PAGE START-------------------- */
#pricing_container {
    width: 100%;
    height: auto;
    padding: 100px;
}

.pricing_heading {
    text-align: center;
    margin-bottom: 20px;
}

.pricing_heading h1 {
    font-size: clamp(32px, 4vw, 45px);
}

.pricing_heading p {
    padding: 10px;
}

.pricing_section {
    width: 100%;
    height: auto;

}

.plans_card {
    border: 1px solid #b3b3b3;
}

.plans_card:hover {
    border: 1px solid var(--website-primary);
    box-shadow: 0px 7px 20px #ED295550;
    transition: .2s;
}

.recommended {
    background: var(--website-primary);
    color: #ffffff;
    letter-spacing: 3px;
    font-weight: 300;
    padding: 5px 0px;
}

.recommended_disabled {
    color: #ffffff;
    letter-spacing: 3px;
    font-weight: 300;
    padding: 5px 0px;
    cursor: default;
}

.city {
    --bs-gutter-x: 0rem !important;
}

.plans_card h5 {
    font-weight: 700;
    color: #021530;
    padding: 5px 0px;
}

.plans_card h1 {
    color: #181818;
    font-weight: 600;
    font-size: clamp(32px, 4vw, 45px);
}

.pricing_buttons {
    padding: 10px !important;
}

.pricing_buttons button {
    width: 80% !important;
}

.pricing_list li {
    list-style: none;
    font-weight: 500;
    line-height: 40px;
}

.recommended_plan_card {
    border: 1px solid var(--website-primary);
}

.basic_plan_card {
    border-radius: 20px 0px 0px 20px !important;
}

.premium_plan_card {
    border-radius: 0px 20px 20px 0px !important;
}

.buttons_white button {
    background: #ffffff !important;
    color: var(--website-primary) !important;
    border: 1px solid var(--website-primary) !important;
}

.buttons_white button:hover {
    background: var(--website-primary) !important;
    color: #ffffff !important;
    transition: .2s !important;
}

.support_center_container {
    width: 100%;
    height: auto;
    padding: 100px;
    ;
}

.support_center {
    width: 100%;
    height: auto;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 25px #ED295550;
}

@media only screen and (max-width:1000px) and (min-width:100px) {
    #pricing_container {
        width: 100%;
        height: auto;
        padding: 30px;
    }

    .basic_plan_card {
        border-radius: 0px 0px 0px 0px !important;
    }

    .premium_plan_card {
        border-radius: 0px 0px 0px 0px !important;
    }

    .plans_card {
        margin: 20px 0px;
    }

    .support_center_container {
        width: 100%;
        height: auto;
        padding: 0px;
        ;
    }

}

/* ------------------ PRICING PAGE END-------------------- */


/* ------------------ BUY PLAN PAGE START-------------------- */
#buy_plan_container {
    width: 100%;
    height: auto;
    padding: 100px;
    ;
}

.summary_content {
    box-shadow: 0px 0px 25px #ED295533;
    border-radius: 20px;
    padding: 50px 30px 20px 30px;
    background: #ffffff;
}

.buyPlan_list {
    padding-left: 0px;
}

.buyPlan_list li {
    list-style: none;
    line-height: 40px;
}

.payment_div {
    border-radius: 20px;
    padding: 50px 30px 20px 30px;
}

.apply_div {
    border: 1px solid #b3b3b3;
    padding: 3px;
    border-radius: 10px;
}

.apply_div input {
    border: none;
    outline: none;
    width: 100%;
    height: auto;
    padding: 5px;
}

.apply_div button {
    padding: 10px 60px;
    background: var(--website-secondary);
    border: none;
    border-radius: 10px;
}

.apply_div button:hover {
    background: #f8ce64;
    transition: .2s;
}

@media only screen and (max-width:1000px) and (min-width:100px) {
    #buy_plan_container {
        width: 100%;
        height: auto;
        padding: 30px;
    }

    .apply_div button {
        padding: 6px 30px;
    }

    .dictation-button a {
        width: 100%;

    }
}

/* ------------------ BUY PLAN PAGE END-------------------- */

/* ------------------ MY PROFILE START-------------------- */
.myprofile_container {
    width: 100;
    height: auto;
    overflow-x: hidden !important;
}

.my_plan {
    background: var(--website-secondary);
    height: auto;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
}

.my_account {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
}

.myprofile_row {
    height: 100vh;
    --bs-gutter-x: 0rem;
}

@media only screen and (max-width:1000px) and (min-width:100px) {
    .my_account {
        padding: 50px 20px !important;
    }

    .my_plan {
        padding: 50px 20px !important;
    }
}

#modal_btn {
    border: none;
    background: none;
    padding: 0px 10px;
}


.modal-header {
    border-bottom: 0 none;
}

.modal-footer {
    border-top: 0 none;
}
.Otp_page{
    margin-top: -50px !important;
}

.otp-wrapper {
    display: grid;
    grid-template-columns: 30px 30px 30px 30px;
    max-width: 400px;
    gap: 30px
}

.otp-wrapper input:focus {
    outline: none;
}

.otp-wrapper input {
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #b3b3b3;
    border-radius: 8px;
}

.otp-wrapper input::placeholder {
    color: #ffffff50
}

/* ------------------ MY PROFILE END-------------------- */

/* ------------------ TERMS AND CONDITIONS START-------------------- */
.terms_and_conditions {
    width: 100%;
    height: auto;
    padding: 50px 100px;
}

@media only screen and (max-width:1000px) and (min-width:100px) {
    .terms_and_conditions {
        padding: 30px;
    }
}

#laravel-notify .notify {
    z-index: 1000 !important;
    padding: 0 !important;
}
