@font-face {
    font-family: Brown-bold;
    src: url(../fonts/Brown\ Bold.ttf);
}

@font-face {
    font-family: Brown-light;
    src: url(../fonts/Brown\ Light.ttf);
}

@font-face {
    font-family: Brown-regular;
    src: url(../fonts/Brown\ Regular\ Regular.ttf);
}

:root {
    --red: #D70026;
    --blue: #323155;
    --black: #333333;
    --yellow: #f8c52c;
    --light: #E2E4EB;
    --blue-primary: #fbb03b;
    --gray: #999;
    --white: #fff;
    --dark-gray: #666666;
    --text: #333;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%
}

body {
    font-family: Brown-light;
    line-height: 1.6;
    color: var(--text);
    font-size: 1.6rem;
}

li {
    list-style-type: none;
}

.fixed-body {
    overflow: hidden;
}

p.info-1 {
    color: #666;
    font-family: Brown-light;
}

a {
    color: var(--black);
}

.bold {
    font-family: Brown-bold !important;
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a,
button,
input,
textarea,
button,
select {
    outline: none !important;
    text-decoration: none !important;
    display: inline-block;
}

p {
    margin: 0;
}

.btn {
    display: inline-block;
    border: .1rem solid var(-gray);
    color: var(-gray);
    padding: .5rem 2rem;
    border-radius: .5rem;
    font-size: 1.6rem;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn:hover:after {
    left: 120%;
}

.btn:after {
    background: #fff;
    content: "";
    height: 15.5rem;
    left: -7.5rem;
    opacity: .2;
    position: absolute;
    top: -5rem;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 5rem;
    z-index: 10;
}

.lang-switch-btn {
    background: #000;
    color: #fff;
    padding: .5rem 2rem;
    border-radius: 4.5rem;
}
.lang-switch-btn {
    background: #000 !important;
    color: #fff !important;
}
.h1,
h1 {
    font-size: 3.6rem;
}

.flex-row {
    display: flex;
    align-items: center;
}

.logo-box {
    display: block;
}

.logo-box img {
    width: 14.1rem;
    height: 8.1rem;
}

.home-header {
    /* min-height: 90vh; */
    height: 70rem;
    padding: 2rem;
    position: relative;
}

.header-device {
    width: auto;
    height: auto;
}

.app-btn {
    text-align: left;
    display: inline-flex;
    align-items: center;
    background: #000;
    padding: 1rem 1.5rem;
    border-radius: .5rem;
    position: relative;
    color: #fff;
}

img.header-device {
    position: absolute;
    z-index: 9;
    top: -16rem;
}

.anchor-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ml-2 {
    margin: 0 1rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.app-icon img {
    width: 2.3rem;
    height: auto;
}

.small-text {
    font-size: 1.2rem;
}

.big-text {
    font-size: 1.8rem;
    line-height: 1.5rem;
}

.app-icon {
    padding: 0 .5rem;
}

.app-text {
    padding: 0 .5rem;
}

.mt-box {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #fff;
    padding: .8rem 1.5rem;
    background: #0000001f;
    border-radius: .5rem;
    margin-bottom: 1rem;
    letter-spacing: .3rem;
}

.header-text-box {
    color: #333;
    margin-top: 8rem;
}

.primary-text {
    font-size: 3.6rem;
    margin: 0;
    font-family: Brown-light;
}

.header-app-btn {
    margin: 4rem 0;
}

.secondry-bold-text {
    font-size: 6rem;
    margin: 0;
    font-family: Brown-bold;
    color: #fff;
}

.p-50 {
    padding: 5rem 0;
}

.upper-header {
    background: url(../images/header-bg.svg) no-repeat top;
    position: relative;
    background-size: cover !important;
    margin-bottom: 45rem;
}

.wave-outer-section {
    overflow: hidden;
    position: relative;
    margin: 7rem 0;
}

.wave-bottom {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    bottom: auto;
    z-index: 2;
    width: 100%;
    height: 4vw;
}

.wave-top {
    position: absolute;
    left: 0;
    top: -4px;
    right: 0;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 4vw;
}

.about-section {
    margin: 10rem 0;
}

.abt-box {
    display: inline-block;
    background: #461f561f;
    padding: 1rem 2rem;
    color: #461f56;
    border-radius: .7rem;
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: .3rem;
}

.about-box {
    padding: 5rem 0;
}

.abt-icon img {
    width: 4.1rem;
    height: 4.5rem;
}

.feature-icon img {
    width: 4.1rem;
    height: 4.5rem;
}

.app-name {
    font-size: 2.2rem;
    font-family: Brown-bold;
    margin: 1rem 0;
}

.feature-name {
    font-size: 2.2rem;
    font-family: Brown-bold;
    margin: 0;
}

.feature-text {
    margin: 0 1rem;
}

.feature-icon {
    margin: 0 1rem;
}

.app-description {
    font-family: Brown-bold;
    color: #979797;
    font-size: 1.6rem;
}

.feature-section {
    padding: 10rem;
    text-align: center;
}

.feature-list-box {
    padding: 0 5rem;
}

.mt-5 {
    margin-top: 5rem;
}

.ft-box {
    display: inline-block;
    padding: .8rem 2rem;
    background: #fff;
    border-radius: .5rem;
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #461F56;
    margin-bottom: 2rem;
    letter-spacing: .3rem;
}

.or {
    color: #333;
    text-transform: uppercase;
    margin-top: 30px;
}

.feature-box {
    display: flex;
    align-items: center;
    text-align: left;
    background: #ffffff52;
    margin-bottom: 2rem;
    padding: 2rem;
    border-radius: 1rem;
}

.feature-box:hover {
    background: #fff;
}

.satisfied-users {
    margin: 10rem 0;
}

.satisfied-users .feature-name {
    font-size: 2.6rem;
    font-family: Brown-bold;
    margin: 1rem 0;
    line-height: 3rem;
}

.rate-box .fa {
    color: var(--blue-primary);
}

.client-description {
    font-size: 1.6rem;
    font-family: Georgia;
    color: #666666;
    margin: 2rem 0 3rem 0;
}

.client-name {
    font-size: 1.6rem;
    font-family: Brown-bold;
}

.client-loc {
    color: #747474;
    font-size: 1.2rem;
}

.slider-box {
    padding: 3.5rem;
}

.satisfied-slider {
    padding-bottom: 4rem;
    margin-top: 5rem;
}

.slick-prev,
.slick-next {
    display: block;
    border-radius: 50%;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: #fff !important;
    /* border: 1px solid var(--blue-primary) !important; */
}

.slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-prev,
.slick-next {
    color: var(--blue-primary) !important;
    font-size: 5rem;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
    /* border: 1px solid #666 !important; */
}

.slick-prev.slick-disabled .fa,
.slick-next.slick-disabled .fa {
    color: #666 !important;
    font-size: 5rem;
}

.slick-prev,
.slick-next {
    top: 95% !important;
}

.slick-next {
    right: 49%;
}

.slick-prev {
    left: 44% !important;
}


/* .footer-get-app {
background: url('../images/app_download_bg.svg') no-repeat top right;
background-size: 100% 50%;
}
*/

img.get-app-bg {
    position: absolute;
    top: 0;
    right: 15%;
    max-width: 40%;
}

.text-left {
    text-align: left;
}

.form-text-box {
    position: relative;
    border: 1px solid #f1f1f1;
    background: #fff;
}

.get-sms-btn {
    /* position: absolute;
    right: .5rem;
    top: .5rem; */
    flex-shrink: 0;
    background: var(--blue-primary);
    color: #333 !important;
    height: 5.3rem;
}

.secondry-1-bold-text {
    font-size: 5.8rem;
    margin: 0;
    font-weight: bold;
}

.form-control:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.newsletterbox {
    margin: 4rem 0 1rem 0;
}

.form-text-box {
    border-radius: .5rem;
    position: relative;
    border: 1px solid #b7b5b5;
    background: #fff;
    padding: .5rem;
    display: flex;
    align-items: center;
}

input.form-control {
    height: 5.3rem;
    border: none;
    box-shadow: none;
    font-size: 1.6rem;
}

.text-red {
    color: #fa2004 !important;
    font-size: 1.2rem;
}

.text-green {
    color: #00a65a !important;
    font-size: 1.2rem;
}

.form-group {
    margin-bottom: 0;
}

.footer-get-app .header-app-btn {
    margin: 4rem 0;
    margin: auto;
    margin-top: 12px;
}

.footer-box {
    margin: 1rem 0;
    color: #333;
    font-size: 1.5rem;
}

.footer-logo {
    width: 10.2rem;
    height: 3.7rem;
    margin-bottom: 1.5rem;
}

.footer-section {
    padding: 1rem 0;
}

.footer-box .app-btn {
    padding: 1rem;
    background: #E8ECE3 !important;
}

.footer-box .header-app-btn {
    margin: 1rem 0;
}

.social-links li {
    display: inline-block;
}

.social-links li a {
    display: inline-block;
    padding: .5rem;
    color: #999999 !important;
    font-size: 2rem !important;
    font-weight: 400;
}

.social-links li a:hover {
    color: var(--blue-primary);
}

.footer-box h3 {
    margin-top: 0;
    font-size: 1.8rem;
    font-family: Brown-bold;
    margin-bottom: 3rem;
}

.inner-header {
    background: var(--blue-primary);
    padding: 1rem 0;
}

.mid-content {
    min-height: calc(100vh - 26.3rem);
    padding: 4rem 0;
}

.inner-heading {
    font-size: 3rem;
    font-family: Brown-bold;
}

.content-heading {
    font-size: 2.2rem;
    font-family: Gilroy-SemiBold;
}

.get-mob {
    color: #666666;
    font-family: Gilroy-SemiBold;
}

.row.top-space.flex-box {
    margin-top: 7rem;
}

.content-description {
    color: #666666;
}

.content-box {
    margin-bottom: 2rem;
}

.footer-section ul li {
    margin-bottom: .6rem;
}

.footer-section .social-links li a {
    font-size: 1.5rem;
    color: #fff !important;
}

.footer-section ul li a:hover {
    color: #fff !important;
}

.input-group {
    display: flex;
    flex: 1;
}

.select-control {
    border: none;
    outline: none !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    margin-top: 1rem;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1rem;
}

.select2-container {
    width: 7rem !important;
}

.feature-section {
    width: 100%;
    background-size: 100%;
}

.feature-section.footer-get-app {
    width: 100%;
    background-size: 100%;
    padding-bottom: 0;
}

.home-store {
    position: absolute;
    bottom: 0;
    height: 237px;
    left: 22%;
}

.select2-dropdown {
    min-width: 180px !important;
}

.app-btn:hover {
    color: #fff !important;
}

.feature-middle-box {
    margin: 3rem 0;
}

.feature-middle-box img {
    max-width: 90%;
}

.mb-5 {
    margin-bottom: 5rem;
}

.flex-box {
    align-items: center;
    display: flex;
}

.footer-section {
    background: var(--blue-primary);
}

.content-link li {
    display: inline-block;
    margin: 0 .7rem;
}

.copy-text {
    color: #666666;
}

span.select2.select2-container {
    height: 50px !important;
    display: inline-block;
    width: 80px !important;
}

.select2-container .select2-selection--single {
    display: flex !important;
    height: 32px !important;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 23% !important;
}

span.select2-dropdown.select2-dropdown--below {
    min-width: 222px !important;
}


/* .select2-container--default .select2-selection--single {
    border: 1px solid #dcdcdc !important;
    border-radius: 0px !important;
} */

.select2-container--bootstrap .select2-dropdown {
    margin-top: 9px !important;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}

.error {
    color: red;
    font-size: 1.2rem;
    font-weight: 400;
}

img {
    max-width: 100%;
}

.info-text {
    font-size: 2.5rem;
    color: #333;
    margin: 1rem 0;
    font-weight: bold;
}

.select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    background-color: #fff;
    border: none;
    border-radius: 4px;
    color: #555555;
    font-size: 14px;
    box-shadow: none !important;
    outline: 0;
}

element.style {
    width: 62.5781px;
}

span.select2-dropdown.select2-dropdown--below {
    min-width: 222px !important;
}

.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-dropdown {
    min-width: 180px !important;
}

.select2-dropdown {
    border-top: 1px solid #aaa !important;
}



.delete-account-wrapper{
    min-height: calc( 100vh - 179px);
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .delete-account-wrapper{
        min-height: calc( 100vh - 140px) !important;
    } 
}
@media screen and (max-width: 422px) {
    .delete-account-wrapper{
        min-height: calc( 100vh - 150px) !important;
    } 
}

.verify-mobile-wrapper{
    border-radius: 10px;
    padding:50px 15px;
    width: 500px;
}



.delete-desc-wrapper{
    width: 770px;
}
.verify-mobile-wrapper img{
    width: 80px;
}
.verify-mobile-wrapper .verify-desc{
    color: #2B3348;
    font-size: 17px;
    margin: 10px 0 30px;
}
.verify-mobile-wrapper .verify-otp{
    color: #2B3348;
    font-size: 24px;
    margin: 10px 0 30px;
}
.verify-mobile-wrapper .form-group:not(:last-child) {
    margin-bottom: 15px;
}
.verify-mobile-wrapper .form-group label{
    display: block;
    color: #2B3348;
    font-size: 14px;
    margin-bottom: 5px;
}

.verify-mobile-wrapper .form-group button{
    height: 40px;
    background-image: linear-gradient(to right, #066738, #67A038);
    border: none;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    transition: .3s;
}
.verify-mobile-wrapper .form-group button.cancel-btn{
    background: #CCCCCC;
    border: 1px solid #CCCCCC;
    color: #333;
}

.btn-container{
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-container button{
    width:150px !important;
}

.btn-container a{
   color: #333;
}


.verify-mobile-wrapper .form-group button:hover{
    opacity: .7;
}
.verify-mobile-wrapper .change-phn{
    color: #2B3348;
    font-size: 14px;
    margin-bottom: 10px;
}
.verify-mobile-wrapper .change-phn span{
    color: #2B3348;
    font-size: 14px;
    direction: ltr;
}
.resend,
.verify-mobile-wrapper .change-phn a{
    font-size: 14px;
    color: #036F96;
    font-size: 14px;
}


.delete-desc-wrapper h2{
    color: #2B3348;
    font-size: 28px;
    margin: 0 0 20px;
    
}
.delete-desc-wrapper h4{
    color: #2B3348;
    font-size: 16px;
    margin:0 0 10px;
}

.delete-desc-wrapper .delete-desc{
    color: #2E2E2E;
    font-size: 14px;
    margin: 0;
    
}
.delete-desc-wrapper .warning-container-heading{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
}

.delete-desc-wrapper .warning-container-heading img{
    width: 20px;
}
.permanent-account-delete{
    border: 1px solid #ECAF43;
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0;
}
.permanent-account-delete h4{
  margin: 0;
}
.checkbox-group{
    display: flex;
    align-items: start;
    gap: 10px;
    margin: 20px 0 !important;
}
.checkbox-group input{
    height: 16px !important;
    width: 16px !important;
    margin: 0;
}
.resend-text{
    font-size: 14px;
    color: #2B3348;
    opacity: 0.8;
}

.reverify-otp-contaier{
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px;
}
.reverify-otp-contaier .verify-otp{
    margin: 0;
    font-size: 18px;
}

.reverify-otp-contaier .verify-desc{
    margin: 10px 0;
}

.successfully-delete-wrapper{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 20px;
    flex-direction:column;
    /* padding: 50px 30px 40px; */
}
.successfully-delete-wrapper img{
    width: 60px;
}
.successfully-delete-wrapper p{
    color: #2B3348;
    font-size: 20px;
    margin: 0;
    text-align: center;
}
.resend-container{
    margin-top: 5px;
}

 .form-group .border-box.ltr_column {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-group .border-box.ltr_column .select2-selection{
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    height: 40px;
}
.border-box.ltr_column .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px !important;
}

 .form-group .border-box.ltr_column input{
    margin-bottom: 0;
}

.border-box.ltr_column .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

/* #validateIdentiryForm .form-group:last-child {
    margin-bottom: 0;
} */



.delete-account-wrapper input{
    margin-bottom: 0;
}

.delete-account-wrapper label.error{
    color: #fb483a ;
}
.ltr_column{
    direction: ltr !important;
}

.ltr_column .select2-container{
    width: 120px !important;
}

.select2-dropdown{
    min-width: 200px !important;
}
