/* CSS Document */
@font-face {
    font-family: 'Hellix-Regular';
    src: url('../../../fonts/Hellix-Regular.eot');
    src: url('../../../fonts/Hellix-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../../fonts/Hellix-Regular.woff2') format('woff2'),
        url('../../../fonts/Hellix-Regular.woff') format('woff'),
        url('../../../fonts/Hellix-Regular.ttf') format('truetype'),
        url('../../../fonts/Hellix-Regular.svg#Hellix-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hellix-Bold';
    src: url('../../../fonts/Hellix-Bold.eot');
    src: url('../../../fonts/Hellix-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../../fonts/Hellix-Bold.woff2') format('woff2'),
        url('../../../fonts/Hellix-Bold.woff') format('woff'),
        url('../.../../fonts/Hellix-Bold.ttf') format('truetype'),
        url('../../../fonts/Hellix-Bold.svg#Hellix-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&amp;family=Nunito:wght@300;400&amp;display=swap');

:root {
    --e-global-color-primary: #150d45;
    --e-global-color-secondary: #fe7b53;
    --e-global-color-text: #4f4975;
    --e-global-color-accent: #50e3ae;
    --e-global-color-white: #ffffff;
    --e-global-color-bright-blue: #274df8;
    --e-global-color-Moderate-violet: #6639bd;
    --e-global-color-Very-dark-gray: #555555;
    --e-global-color-Light-grayish-red: #fceeed;
    --e-global-color-Light-grayish-blue: #e9f1fd;
    --e-global-color-Light-grayish-cyan:#e2faf7;
    --e-global-color-Very-pale-mostly-white-blue:#f2efff;
    --e-global-color-Very-pale-blue:#e4f6ff;
    --e-global-color-Strong-cyan:#2096bc;
    --e-global-color-Very-pale-mostly-white-magenta:#ffeefd;
    --e-global-color-Very-pale-mostly-white-yellow:#fffae8;
}

html {
  scroll-behavior: smooth;
} 
body{
    font-family: 'Jost', sans-serif;
}

.h1, h1 {
    font-size: 57px;
    line-height: 65px;
    font-weight: 600;
    color: var(--e-global-color-white);
}
.h2, h2 {
    font-size: 38px;
    line-height: 53px;
    font-weight: 600;
    color: var(--e-global-color-primary);
}
.h3, h3{
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    color: var(--e-global-color-primary);
}
.h4, h4 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    color: var(--e-global-color-secondary);
    margin: 0px;
}




.h5, h5 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    color: var(--e-global-color-primary);
}
.h6, h6 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: var(--e-global-color-primary);
}
p {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    color: var(--e-global-color-text);
}
.text-size-18 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

/* Home Page Style */

.banner_outer {
    background: url(../images/main-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 125px 125px;
    position: relative;
    padding: 200px 0px 0px 0px;
}

.navbar-collapse ul{
    align-items: center; 
    display: inherit; 
}
.navbar-nav .nav-item a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #000000 !important;
}
.navbar-nav .nav-item a:hover{
    color: var(--e-global-color-accent) !important;
    background-color: transparent;
}
.navbar-nav .active > a {
    color: #ffffff !important;
}
.navbar-nav .nav-item .try_free_btn{
    font-weight: 500;
    padding: 18px 32px; 
    text-align: center;
    display: inline-block;
    border-radius: 5px; 
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.navbar-nav .active > .try_free_btn{
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-white) !important;
}
.navbar-nav .nav-item .try_free_btn:hover{
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-white) !important;
}
.navbar-brand{
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar{
    position: relative;
    padding: 15px 0;
    z-index: 1;
}
.navbar-nav li{
    margin: 0 16px;
}
.navbar-nav li:first-child{
    margin-left: 0;
}
.navbar-nav li:last-child{
    margin-right: 0;
    padding-right: 0;
    margin-left: 31px;
}
.banner-section{
    position: relative;
    padding: 40px 0 292px;
}
.banner_outer .bannersidelayer{
    position: absolute;
    top: 0;
    left: 0;
}
.banner-section .bannersidecircle1 {
    position: absolute;
    top: 225px;
    left: 45px;
}
.banner-section .bannersidecircle2 {
    position: absolute;
    top: 390px;
    left: 0;
}
.banner-section .banner_content{
    padding-top: 10px;
}
.banner-section .banner_content h1{
    margin-bottom: 10px;
}
.banner-section .banner_content h3{
    margin-bottom: 5px;
}
.banner-section .banner_content p{
    font-weight: 300;
    margin-bottom: 42px;
}
.banner-section .banner_content span {
    font-family: 'Nunito', sans-serif;
    color: var(--e-global-color-white);
    font-size: 24px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 20px;
    display: block;
}
.details-info {
    padding: 10px 0 40px 0;
}
.banner-section .banner_content .image_wrapper{
    display: inline-flex;
} 
.banner-section .banner_content .image_apple {
    margin-right: 12px !important;
}
.banner-section .banner_wrapper2{
    position: relative;
}
.banner-section .banner_wrapper2 .bannerphoneback{
    position: absolute;
    top: -36px;
    right: -79px;
}
.banner-section .banner_wrapper2 .bannerphone2 {
    position: absolute;
    top: 26px;
    left: 44px;
}
.banner-section .banner_wrapper2 .bannerphone-circleicon{
    position: absolute;
    top: -26px;
    right: 149px;
}
.banner-section .banner_wrapper2 .bannerphone-circle{
    position: absolute;
    top: 68px;
    right: 122px;
}
.banner-section .banner_wrapper2 .bannerphone1{
    position: absolute;
    top: -28px;
    right: -181px;
}

.partner-section .partner_box {
    box-shadow: 1px 1px 50px rgb(0 0 0 / 10%);
    border-radius: 10px;
    width: 100%;
    margin-top: -80px;
    padding: 62px 50px 62px 86px;
    background-color: var(--e-global-color-white);
    z-index: 1;
    position: relative;
}
.partner-section .partner_box li{
    display: inline-block;
    margin-right: 36px;
}
.partner-section .partner_box li:first-child{
    margin-left: 0;
}
.partner-section .partner_box li:last-child{
    margin-right: 0;
}
.partner-section .partner_box .partner1{
    filter: grayscale(100%);
}
.partner-section .partner_box .partner1:hover{
    filter: none;
}


.aboutus-section {
    padding: 50px 0 102px;
}
.aboutus-section .aboutus_text {
    padding: 8px 0 0;
}



.basic-feature{
    padding-bottom: 69px;
}
.basic-feature .feature_wrapperleft{
    position: relative;
}
.basic-feature .feature-circle{
    position: absolute;
    left: 2px;
    top: 98px;
}
.basic-feature .featurephoneback{
    position: absolute;
    left: -30px;
    top: 88px;
}
.basic-feature .featurephoneback img{
    width: 574px;
}
.basic-feature .featurephone{
    position: absolute;
    left: 112px;
    top: 4px;
}
.basic-feature .featurephone-over {
    position: absolute;
    right: -30px;
    top: 296px;
}
.basic-feature .feature_wrapperright {
    padding-left: 42px;
}
.basic-feature .feature_content h2{
    margin-bottom: 35px;
}
.basic-feature .feature_lowercontent{
    padding-left: 2px;
}
.basic-feature .feature_lowercontent h6{
    margin-bottom: 5px;
}
.basic-feature .feature-design{
    padding-left: 13px;
}
.basic-feature .feature-box{
    margin-bottom: 47px;
}
.basic-feature .feature-box figure {
    background: var(--e-global-color-Light-grayish-red);
    border-radius: 100px;
    height: 85px;
    width: 85px;
    line-height: 75px;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    float: left;
    margin: 0 22px 0px 0px;
}
.basic-feature .feature-box figure:hover{
    transform: translateY(-10px);
}
.basic-feature .feature-box .feature-box-2 {
    background: var(--e-global-color-Light-grayish-cyan);
}
.basic-feature .feature-box .feature-box-3 {
    background: var(--e-global-color-Very-pale-mostly-white-blue);
}
.basic-feature .feature-box .feature-box-4 {
    background: var(--e-global-color-Very-pale-blue);
}


.offer-section {
    background-image: url(../images/bg-fixed.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 120px 0 120px;
    /* margin-top: -230px; */
    float: left;
    width: 100%;
    background-attachment: fixed;
}
.offer-section .offer-sidelayer {
        position: absolute;
        top: -62px;
        right: 0;
}
.offer-videosection{
    position: relative;
    z-index: 1;
}
.offer-videosection .image-sidecircle{
    position: absolute;
    right: -54px;
    top: -58px;
}
.offer-videosection .vediosession{
    padding-left: 2px;
}
.offer_content{
    text-align: left;
}
.offer-section .offer_content h2{
    margin-bottom: 16px;
}
.offer-section .offer_content p{
    margin-bottom: 16px;
    padding: 0px 0px;
}
.offer-section .offer_content .offer-imagewrapper{
    display: inline-flex;
} 
.offer-section .offer_content .offer-apple{
    margin-right: 12px;
}


.search-section {
    padding: 100px 0 100px;
}
.search-section .search-icon{
    padding-left: 2px;
    border-radius: 100px;
    height: 85px;
    width: 85px;
    line-height: 85px;
    text-align: center;
    margin-bottom: 27px;
    display: inline-block;
    background: var(--e-global-color-Light-grayish-cyan);
    transition: all 0.3s ease-in-out;
}
.search-section .search-icon:hover{
    transform: translateY(-10px);
}
.search-section .search_content h2 {
    margin-bottom: 17px;
}
.search-section .search_content p{
    margin-bottom: 10px;
    padding-right: 60px;
}
.search-section .search_content .p-text{
    margin-bottom: 28px;
}
.search-section .try_free_btn {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 19px 34px;
    border-radius: 8px;
    color: var(--e-global-color-white);
    background-color: #22203a;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}
.search-section .try_free_btn:hover{
    background-color: var(--e-global-color-secondary);
}
.search_wrapper{
    position: relative;
}
.search_wrapper .search-sidecircle {
    position: absolute;
    left: -14px;
    top: -6px;
}
.search_wrapper .search-phoneback {
    position: absolute;
    right: 0px;
    top: 20px;
}
.search_wrapper .search-phone1 {
    position: absolute;
    right: -136px;
    top: -32px;
}
.search_wrapper .search-phone2 {
    position: absolute;
    left: -42px;
    top: -66px;
}


.manage-section{
    padding: 268px 0 0 0;
}
.manage_content{
    padding-left: 88px;
}
.search-section .manage-icon{
    background: var(--e-global-color-Light-grayish-red);
}
.manage-section .manage_content h2 {
    margin-bottom: 17px;
}
.manage-section .manage_content p{
    margin-bottom: 10px;
}
.manage-section .manage_content .p-text{
    margin-bottom: 28px;
}
.manage-section .try_free_btn{
    background-color: var(--e-global-color-secondary);
}
.manage-section .try_free_btn:hover{
    background-color: var(--e-global-color-accent);
}
.manage_wrapper{
    position: relative;
}
.manage_wrapper .manage-sidecircle {
    position: absolute;
    left: -80px;
    top: -32px;
}
.manage_wrapper .manage-phoneback {
    position: absolute;
    right: -5px;
    top: -10px;
}
.manage_wrapper .manage-phone2 {
    position: absolute;
    right: 52px;
    top: -30px;
}
.manage_wrapper .manage-phone1 {
    position: absolute;
    left: 0px;
    top: -58px;
}

.statistics-section{
    background-image: url("../images/statistics-background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 112px 0 109px;
}
.statistics-section .statistics-sidelayer {
    position: absolute;
    top: -66px;
    left: 0;
}
.statistics_content{
    text-align: center;
}
.statistics-section .statistics_content h4{
    margin-bottom: 6px;
}
.statistics-section .statistics_content h2{
    margin-bottom: 16px;
}
.statistics-section .statistics_content p{
    margin-bottom: 43px;
    padding: 0px 45px;
}
.statistics-section .statistics-value .number1{
    border-right: 1px solid #69a0f7;
    text-align: center;
}
.statistics-section .statistics-value .number4{
    border-right: none;
}
.statistics-section .statistics-value .value1{
    color: var(--e-global-color-white);
    font-size: 45px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block;
}
.statistics-section .statistics-value .plus{
    color: var(--e-global-color-white);
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    display: inline-block;
}
.statistics-section .statistics-value .text1{
    font-family: 'Nunito', sans-serif;
    color: var(--e-global-color-white);
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    display: block;
}
.price-section{
    background-color: var(--e-global-color-Light-grayish-blue);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 109px 0;
    overflow: hidden;
}
.price-section .price-circle{
    position: absolute;
    top: -290px;
    right: -114px;
}
.price_heading{
    text-align: center;
}
.price-section .price_heading h4{
    margin-bottom: 6px;
}
.price-section .price_heading h2{
    margin-bottom: 38px;
}
.price-section .price-block{
    position: relative;
}
.price-block .price-sidecircle{
    position: absolute;
    right: -60px;
    top: -52px;
}
.price-section .price-block .price_content{
    text-align: center;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 10%);
    border-radius: 10px;
    width: 100%;
    padding: 62px 50px;
    background-color: var(--e-global-color-white);
    border: 1px solid white;
    transition: all 0.3s ease-in-out;
}
.price-section .hover1:hover{
    border: 1px solid var(--e-global-color-secondary);
}
.price-section .hover2:hover{
    border: 1px solid var(--e-global-color-accent);
}
.price-section .hover3:hover{
    border: 1px solid var(--e-global-color-Moderate-violet);
}
.price-section .price_content .icon-size1{
    border-radius: 100px;
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    margin-bottom: 27px;
    display: inline-block;
    background: var(--e-global-color-Light-grayish-red);
    transition: all 0.3s ease-in-out;
}
.price-section .price_content .icon-size1:hover{
    transform: translateY(-10px);
}
.price-section .price_content .icon-size2{
    background: var(--e-global-color-Light-grayish-cyan);
}
.price-section .price_content .icon-size3{
    background: var(--e-global-color-Very-pale-mostly-white-blue);
}
.price-section .price_content .text1{
    font-size: 42px;
    line-height: 64px;
    font-weight: 500;
    color: var(--e-global-color-secondary);
    display: block;
    margin-bottom: 10px;
}
.price-section .price_content .text2{
    color: var(--e-global-color-accent);
}
.price-section .price_content .text3{
    color: var(--e-global-color-Moderate-violet);
}
.price-section .price_content .text-size-18{
    color: var(--e-global-color-Very-dark-gray);
    margin-bottom: 10px;
}
.price-section .price_content .for-space{
    margin-bottom: 30px;
}
.price-section .price_content .get_started{
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 19px 54px;
    border-radius: 8px;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}
.available_content {
    padding: 90px 0 0 0;
}
.price-section .price_content .premium{
    background-color: var(--e-global-color-accent);
}
.price-section .price_content .business{
    background-color: var(--e-global-color-Moderate-violet);
}
.price-section .price_content:hover .get_started{
    background-color: var(--e-global-color-bright-blue);
}
.available-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 55px 0 0px;
    overflow: hidden;
    background-color: #22203a;
}
.available-section .available_content h2 {
    font-size: 47px;
    line-height: 60px;
    font-weight: 600;
    padding-right: 155px;
}
.available-section .available_content p{
    line-height: 35px;
    font-weight: 300;
    padding-right: 20px;
}
.available-section .available_content .available-imagewrapper{
    display: inline-flex;
} 
.available-section .available_content .available-apple{
    margin-right: 12px;
}
.available-section .available_wrapper{
    position: relative;
}
.available-section .available_wrapper .available-phone1 {
    position: absolute;
    left: -136px;
    top: -192px;
}
.available-section .available_wrapper .available-phone3 {
    position: absolute;
    top: 152px;
    left: 158px;
    z-index: 1;
}
.available-section .available-phone2 {
    position: absolute;
    right: 0px;
    top: 36px;
}
.available-section .available-sidelayer {
    position: absolute;
    bottom: -156px;
    right: 286px;
}
.footer-section {
    padding: 70px 0 0px;
    background-color: #f8f1e7d4;
    border-top: solid 13px #faa41a;
}
.footer-section .middle-portion .footer-logo{
    margin-bottom: 38px;
}
.footer-section .middle-portion .icons ul li{
    display: inline-block;
    margin-right: 15px;
}
.footer-section .middle-portion .icons ul li:last-child{
    margin-right: 0;
}
.footer-section .middle-portion .icons ul li a{
    color: var(--e-global-color-text);
}
.footer-section .middle-portion .icons ul li a:hover{
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.footer-section .middle-portion {
    margin-bottom: 45px;
}
.footer-section .heading{
    font-size: 30px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 32px;
    color: var(--e-global-color-primary);
}
.footer-section .text{
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    color: var(--e-global-color-text);
}
.footer-section .text:hover{
    color: var(--e-global-color-secondary);
}
.footer-section .footer-lower{
    border-top: 1px solid #dae7fb;
    color: var(--e-global-color-text);
    padding: 20px 0;
}
.footer-section .footer-lower .text-size-18 {
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    color: #1b203d;
}
.footer-section .footer-lower .term{
    text-align: right;
    padding-right: 30px;
}
.footer-section .middle-portion .services{
    padding-left: 20px;
}
.footer-section .middle-portion .links {
    padding-left: 0px;
}
.footer-section .middle-portion .aboutus{
    padding-left: 0px;
}


.accordian-section{
    padding: 110px 0 120px;
}
.accordian_content{
    text-align: center;
}
.accordian_content h4{
    color: var(--e-global-color-secondary);
}
.accordian_content h2{
    margin-bottom: 35px;
}
.accordian-section .accordian-inner .accordion-card h6{
    padding: 11px 0;
    margin-bottom: 0;
}
.accordian-section .accordian-inner .accordion-card .btn-link h6{
    color: var(--e-global-color-bright-blue);
}
.accordian-section .accordion-card{
    box-shadow: 1px 1px 50px rgb(0 0 0 / 10%);
    background: var(--e-global-color-white);
    width: 100%;
    border-radius: 10px;
    margin-bottom: 22px;
    border: 1px solid #dae7fb;
    padding: 0 28px;
}
.accordian-section .accordion-card a.btn.btn-link {
    position: relative;
}
.accordian-section .accordian-inner .accordion-card .btn {
    padding: 10px 0px;
    text-decoration: none;
    text-align: left;
    display: block;
}
.accordian-section .accordian-inner .accordion-card .collapsed h6{
    color: var(--e-global-color-primary);
}
.accordian-section .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
}
.accordian-section .accordian-inner .card-body {
    padding: 25px 0;
}
.accordian-section .accordion-card a.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}
.accordian-section .accordion-card .btn-link:before {
    content: "\f063";
    position: absolute;
    right: -8px;
    top: 28%;
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    color: var(--e-global-color-bright-blue);
    font-size: 28px;
    line-height: 28px;
}
.accordian-section .accordion-card .collapsed:before {
    content: "\f061";
    color: var(--e-global-color-primary);
}
.accordian-section .accordian-inner .accordion-card:last-child {
    margin-bottom: 0 !important;
}
.accordian-section .faq_shape{
    position: absolute;
    top: -52px;
    left: 35px;
}

/* About Page Style */

.sub-banner {
    background: url(../images/sub-bannerbackground.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 125px 125px;
    position: relative;
    z-index: 1;
    height: 180px;
}
.sub-banner .bannersidelayer{
    position: absolute;
    top: 0;
    left: 0;
}
.sub-banner .banner-section{
    padding: 70px 0 100px;
}
.sub-banner .banner-section .bannersidecircle1 {
    position: absolute;
    top: -46px;
    left: 34px;
}
.sub-banner .banner-section .bannersidecircle2 {
    position: absolute;
    top: 118px;
    left: 0;
}
.sub-banner .banner-section .banner_content {
    padding-top: 0;
    text-align: center;
}
.sub-banner .banner-section .banner_content .box{
    padding: 5px 26px;
    text-align: center;
    background-color: #428bf9;
    color: var(--e-global-color-white);
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    margin-bottom: 28px;
}
.sub-banner .banner-section .banner_content .box span{
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
    display: inline-block;
}
.sub-banner .banner-section .banner_content .box figure{
    display: inline-block;
    margin: 0 15px;
}
.sub-banner .banner-section .banner_content .box .box_span{
    color: var(--e-global-color-accent);
}
.sub-banner .banner-section .banner_content h1 {
    margin-bottom: 8px;
}
.sub-banner .banner-section .banner_content p{
    padding: 0 200px;
}

.about-section{
    background-color:#fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 237px 0 117px;
    overflow: hidden;
    margin-top: -120px;
}
.about-section .price-circle{
    position: absolute;
    top: -208px;
    right: -134px;
}
.about-section .price-sidecircle{
    position: absolute;
    right: -62px;
    top: -38px;
}
.about-section .about_content{
    text-align: center;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 10%);
    border-radius: 10px;
    width: 100%;
    padding: 62px 52px 50px;
    background-color: var(--e-global-color-white);
    border: 1px solid white;
    transition: all 0.3s ease-in-out;
}
.about-section .about_content h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}
.about-section .hover1{
    border: 1px solid var(--e-global-color-accent);
}
.about-section .hover2{
    border: 1px solid var(--e-global-color-Moderate-violet);
}
.about-section .about_content .icon-size1{
    border-radius: 100px;
    height: 142px;
    width: 142px;
    line-height: 142px;
    margin-bottom: 29px;
    display: inline-block;
    background: var(--e-global-color-Light-grayish-cyan);
    transition: all 0.3s ease-in-out;
}
.about-section .about_content .icon-size1:hover{
    transform: translateY(-10px);
}
.about-section .about_content .icon-size2{
    background: var(--e-global-color-Very-pale-mostly-white-blue);
}

.count-section{
    padding: 114px 0;
}
.count-section .count_content{
    margin-top: -8px;
}
.count-section .count_content h2{
    margin-bottom: 18px;
}
.count-section .count_content p{
    margin-bottom: 30px;
}
.count-section .count_content .count-imagewrapper{
    display: inline-flex;
} 
.count-section .count_content .offer-apple{
    margin-right: 12px;
}

.count-section .count-rightcontent .number1{
    text-align: center;
    border: 1px solid #dae7fb;
    width: 50%;
    float: left;
    padding: 34px 20px 30px;
}
.count-section .count-rightcontent .number2{
    display: inline-block;
    border-left: none;
}
.count-section .count-rightcontent .number3{
    border-top: none;
    border-right: none;
}
.count-section .count-rightcontent .number4{
    border-top: none;
}
.count-section .count-rightcontent .value1{
    color: var(--e-global-color-accent);
    font-size: 45px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block;
}
.count-section .count-rightcontent .value2{
    color: var(--e-global-color-secondary);
}
.count-section .count-rightcontent .value3{
    color: var(--e-global-color-Moderate-violet);
}
.count-section .count-rightcontent .value4{
    color: var(--e-global-color-Strong-cyan);
}
.count-section .count-rightcontent .plus1{
    color: var(--e-global-color-accent);
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    display: inline-block;
}.count-section .count-rightcontent .plus2{
    color: var(--e-global-color-secondary);
}
.count-section .count-rightcontent .plus3{
    color: var(--e-global-color-Moderate-violet);
}
.count-section .count-rightcontent .plus4{
    color: var(--e-global-color-Strong-cyan);
}
.count-section .count-rightcontent .text1{
    font-family: 'Nunito', sans-serif;
    color: var(--e-global-color-text);
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    display: block;
}
.team-section .teams-background{
    background-image: url("../images/team-background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 285px 0;
}
.team-section .teams-background figure{
    position: absolute;
    top: -45px;
    right: 0;
}
.team-section .our-teams-wrapper{
    margin-top: -460px;
}
.team-section .our-teams-wrapper .team_content{
    text-align: center;
}
.team-section .our-teams-wrapper .team_content h2{
    margin-bottom: 38px;
}
.team-section .our-teams-wrapper .team-box .lower-part{
    text-align: center;
    padding: 30px;
}
.team-section .our-teams-wrapper .team-box .lower-part h3{
    margin-bottom: 5px;
}
.team-section .our-teams-wrapper .team-box .lower-part p{
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
}
.team-section .our-teams-wrapper .team-box .lower-part ul li i{
    color: var(--e-global-color-primary);
}
.team-section .our-teams-wrapper .team-box .lower-part ul li i:hover{
    color: var(--e-global-color-secondary);
}
.team-section .our-teams-wrapper .team-box .lower-part ul li{
    display: inline-block;
    margin-right: 15px;
}
.team-section .our-teams-wrapper .team-box .lower-part ul li:last-child{
    margin-right: 0;
}

.review-section{
    padding: 75px 0 115px;
}
.review-section .review_content{
    text-align: center;
}
.review-section .review_content h2 {
    margin-bottom: 72px;
}
.review-section .review_content p{
    margin-bottom: 18px;
}
.review-section .review_content h6{
    line-height: 24px;
    margin-bottom: 4px;
}
.review-section .review_content span{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    color: var(--e-global-color-text);
    margin-bottom: 6px;
    display: block;
}
.review-section .review_content .content-box ul li i {
    color: #ffd800;
    font-size: 12px;
    line-height: 12px;
}
.review-section .review_content .content-box ul li{
    display: inline-block;
}
.review-section .review_content .content-box ul li:last-child{
    margin-right: 0px;
}
.review-section .review_content .content-box{
    border: 1px solid #dae7fb;
    border-radius: 10px;
    padding: 82px 50px 38px;
    width: 91%;
    margin: 0 auto;
    position: relative;
}
.review-section .review-sidecircle{
    position: absolute;
    top: 68px;
    left: 0;
}
.review-section .review_content .content-box .circle {
    border-radius: 100px;
    height: 97px;
    width: 97px;
    line-height: 97px;
    text-align: center;
    display: inline-block;
    background: var(--e-global-color-secondary);
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#carouselExampleControls .carousel-control-prev{
    left: -75px;
    top: 125px;
    font-size: 24px;
    line-height: 24px;
    color: var(--e-global-color-primary);
    opacity: 1;
}
#carouselExampleControls .carousel-control-next{
    right: -75px;
    top: 125px;
    font-size: 24px;
    line-height: 24px;
    color: var(--e-global-color-primary);
    opacity: 1;
}
/* FAQ Page Style */

.faq-section {
    padding: 233px 0 127px;
    position: relative;
}
.faq-section .price-circle {
    position: absolute;
    top: -170px;
    right: -130px;
}
.faq-section .price-sidecircle {
    position: absolute;
    right: -10px;
    top: 15px;
}

/* Feature Page Style */

.feature-aboutsection {
    padding: 227px 0 97px;
    position: relative;
}
.feature-aboutsection .price-circle {
    position: absolute;
    top: -178px;
    right: -126px;
}
.feature-aboutsection .price-sidecircle {
    position: absolute;
    right: -56px;
    top: -82px;
}
.feature-aboutsection .feature_aboutcontent{
    text-align: center;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 10%);
    border-radius: 10px;
    width: 100%;
    padding: 62px 50px 50px;
    background-color: var(--e-global-color-white);
    border: 1px solid white;
    transition: all 0.3s ease-in-out;
}
.feature_aboutheading h2{
    text-align: center;
    color: var(--e-global-color-primary);
    margin-bottom: 40px;
}
.feature-aboutsection .feature-block .feature_aboutcontent{
    text-align: center;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 10%);
    border-radius: 10px;
    width: 100%;
    padding: 54px 40px 47px;
    background-color: var(--e-global-color-white);
    border: 1px solid white;
    transition: all 0.3s ease-in-out;
}
.feature-aboutsection .feature_aboutcontent .icon-size1{
    border-radius: 100px;
    height: 120px;
    width: 120px;
    line-height: 120px;
    margin-bottom: 16px;
    text-align: center;
    display: inline-block;
    background: var(--e-global-color-Light-grayish-red);
    transition: all 0.3s ease-in-out;
}
.feature-aboutsection .feature_aboutcontent .icon-size1:hover{
    transform: translateY(-10px);
}
.feature-aboutsection .feature_aboutcontent .icon-size2{
    background: var(--e-global-color-Light-grayish-cyan);
}
.feature-aboutsection .feature_aboutcontent .icon-size3{
    background: var(--e-global-color-Very-pale-mostly-white-blue);
}
.feature-aboutsection .feature_aboutcontent .icon-size4{
    background: var(--e-global-color-Very-pale-blue);
}
.feature-aboutsection .feature_aboutcontent .icon-size5{
    background: var(--e-global-color-Very-pale-mostly-white-magenta);
}
.feature-aboutsection .feature_aboutcontent .icon-size6{
    background: var(--e-global-color-Very-pale-mostly-white-yellow);
}

.feature-aboutsection .hover1:hover{
    border: 1px solid var(--e-global-color-secondary);
}
.feature-aboutsection .hover2:hover{
    border: 1px solid var(--e-global-color-accent);
}
.feature-aboutsection .hover3:hover{
    border: 1px solid var(--e-global-color-Moderate-violet);
}
.feature-aboutsection .hover4:hover{
    border: 1px solid var(--e-global-color-accent);
}
.feature-aboutsection .hover5:hover{
    border: 1px solid var(--e-global-color-Moderate-violet);
}
.feature-aboutsection .hover6:hover{
    border: 1px solid var(--e-global-color-secondary);
}
.feature-aboutsection .feature_aboutcontent h5{
    line-height: 53px;
    font-weight: 500;
    margin-bottom: -4px;
}
.feature-aboutsection .feature_aboutcontent .text-size-18{
    display: block;
    transition: all 0.3s ease-in-out;
}
.feature-aboutsection .feature_aboutcontent a:hover{
    color: var(--e-global-color-secondary);
}
.feature-aboutsection .feature-block .box{
    margin-bottom: 20px;
}
.feature-basicfeature {
    padding: 110px 0 148px;
}
.feature-partner {
    margin-top: 0px;
    padding: 0px;
}

/* Pricing Page Style */

.outer_background{
    background-color: var(--e-global-color-Light-grayish-blue);
}
.outer_background .sub-banner {
    background: url(../images/sub-bannerbackground.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 125px 125px;
    position: relative;
}
.outer_background .sub-banner .banner-section {
    padding: 70px 0 196px;
}
.pricing-section{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0 0 88px;
    overflow: hidden;
    margin-top: -145px;
    z-index: 1;
}
.pricing-section .price-circle{
    position: absolute;
    top: -244px;
    right: -126px;
}
.pricing-section .price-sidecircle{
    position: absolute;
    right: -58px;
    top: 164px;
}
.pricing-section .pricing-box {
    box-shadow: 1px 1px 50px rgb(0 0 0 / 10%);
    border-radius: 10px;
    width: 100%;
    padding: 24px;
    background-color: var(--e-global-color-white);
    border: 1px solid white;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
}
.pricing-section .pricing-box:hover {
    border: 1px solid var(--e-global-color-secondary);
}
.pricing-section .pricing-box2:hover {
    border: 1px solid var(--e-global-color-Moderate-violet);
}
.pricing-section .pricing-box3:hover {
    border: 1px solid var(--e-global-color-accent);
}
.pricing-section .pricing-box:hover .hover1 {
    border: 1px solid var(--e-global-color-secondary);
}
.pricing-section .pricing-box2:hover .hover3 {
    border: 1px solid var(--e-global-color-Moderate-violet);
}
.pricing-section .pricing-box3:hover .hover2 {
    border: 1px solid var(--e-global-color-accent);
}
.pricing-section .pricing_content {
    box-shadow: 1px 1px 50px rgb(0 0 0 / 10%);
    border-radius: 10px;
    width: 95%;
    padding: 22px 8px 12px;
    text-align: center;
    background-color: var(--e-global-color-white);
    border: 1px solid #dae7fb;
    transition: all 0.3s ease-in-out;
}
.pricing-section .pricing-box li.text-size-18:before {
    content: "\2022";
    color: var(--e-global-color-secondary);
    font-weight: bold;
    display: inline-block;
    margin-left: 0;
    position: absolute;
    top: 0;
    left: -20px;
    font-size: 30px;
    line-height: 30px;
}
.pricing-section .pricing-box li.dot2:before {
    color: var(--e-global-color-accent);
}
.pricing-section .pricing-box li.dot3:before {
    color: var(--e-global-color-Moderate-violet);
}
.pricing-section .pricing_content .icon-size1{
    border-radius: 100px;
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    margin-bottom: 16px;
    display: inline-block;
    background: var(--e-global-color-Light-grayish-red);
}
.pricing-section .pricing_content .icon-size2{
    background: var(--e-global-color-Light-grayish-cyan);
}
.pricing-section .pricing_content .icon-size3{
    background: var(--e-global-color-Very-pale-mostly-white-blue);
}
.pricing-section .pricing-box .content1{
    padding: 55px 0 0 40px;
}
.pricing-section .pricing-box .content2{
    padding: 55px 0 0 28px;
}
.pricing-section .pricing-box .content3{
    padding: 35px 0 0 26px
}
.pricing-section .pricing-box .value{
    padding: 35px 0 0 16px
}
.pricing-section .pricing-box .price-button{
    padding-left: 16px;
}
.pricing-section .pricing-box .text1{
    font-size: 40px;
    line-height: 64px;
    font-weight: 500;
    color: var(--e-global-color-secondary);
    display: block;
    margin-bottom: 7px;
}
.pricing-section .pricing-box .text2{
    color: var(--e-global-color-accent);
}
.pricing-section .pricing-box .text3{
    color: var(--e-global-color-Moderate-violet);
}
.pricing-section .pricing-box .text-size-18{
    font-size: 17px;
    color: var(--e-global-color-Very-dark-gray);
    margin-bottom: 10px;
    position: relative;
}
.pricing-section .pricing-box .get_started{
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 19px 54px;
    border-radius: 8px;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}
.pricing-section .pricing-box .get_started:hover{
    background-color: var(--e-global-color-bright-blue);
}
.pricing-section .pricing-box .premium{
    background-color: var(--e-global-color-accent);
}
.pricing-section .pricing-box .business{
    background-color: var(--e-global-color-Moderate-violet);
}

/* Contact Page Style */

.message-section {
    position: relative;
    padding: 236px 0 115px;
}
.message-section .price-sidecircle {
    position: absolute;
    right: -52px;
    top: -2px;
}
.message-section .price-circle {
    position: absolute;
    top: -174px;
    right: -124px;
}
.message-section .manage_wrapper .manage-phoneback {
    position: absolute;
    right: 14px;
    top: 44px;
}
.message-section .manage_wrapper .manage-phone1 {
    position: absolute;
    left: -18px;
    top: 0px;
}
.message-section .manage_wrapper .manage-phone2 {
    position: absolute;
    right: 70px;
    top: 28px;
}
.message-section .manage_content {
    padding-left: 38px;
}
.message-section .message_content h2{
    text-align: center;
    margin-bottom: 26px;
}
.message-section .message_content {
    box-shadow: 1px 1px 50px rgb(0 0 0 / 10%);
    border-radius: 10px;
    width: 100%;
    padding: 48px 35px;
    background-color: var(--e-global-color-white);
    border: 1px solid white;
    transition: all 0.3s ease-in-out;
}
.contact-section {
    padding: 102px 0 94px;
}
.form_style::placeholder{
    color: var(--e-global-color-text);
}
.message-section .message_content input {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 10%);
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    border: 1px solid #dae7fb;
    border-radius: 10px;
    padding: 12px 20px;
    margin-bottom: 25px;
    width: 100%;
    overflow: visible;
    outline: none;
}
.message-section .message_content textarea {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 10%);
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    border: 1px solid #dae7fb;
    border-radius: 10px;
    padding: 15px 20px;
    width: 100%;
    height: 200px;
    margin-bottom: 18px;
    resize: none;
    outline: none;
    overflow: auto;
}
.message-section .message_content .submit_now {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 19px 54px;
    border-radius: 8px;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    display: block;
    text-align: center;
    outline: none;
    border-style: none;
    width: 100%;
}
.message-section .message_content .submit_now:hover{
    background-color: var(--e-global-color-accent);
}
.contact-section .feature_aboutcontent .text-size-18 {
    color: var(--e-global-color-text);
}

input.signup-fild {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: none;
    padding: 0px 30px;
    color: #000;
    font-size: 18px;
    outline: none;
    margin: 0 0 20px 0;
}
.form-fill p {
    color: #ffffff;
    font-weight: 700 !important;
    margin: 0px 0px 10px 0px !important;
    font-size: 15px;
}

p.tagline {
    color: #fff;
    font-size: 20px;
    margin: 0px !important;
}


.form-fill {
    float: left;
    width: 400px;
    margin: 40px 0px 0px 0px;
    padding: 20px 30px;
    background-color: #00000021;
    border: solid 1px #ffffff;
    border-radius: 7px;
}

.joinbnt a {
    background-color: #000;
    width: 100%;
    float: left;
    padding: 14px 0px;
    text-align: center;
    border-radius: 55px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.app-fill {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 30px 0 0 0;
}
.app-fill span {
    margin: 0px 0px 10px 0px !important;
    font-weight: 800 !important;
}

.heding-top{width:100%; float:left; margin:0px; padding:0px; text-align:center;}


.feature_content span {
    background-color: #db3429;
    height: 2px;
    width: 200px;
    /* float: left; */
    display: inline-block;
}

.bg-light-fixed {
    background-color: #000;
    float: left;
    width: 100%;
}
.bg-light-fixed {
    background-color: #f7f7f7;
    float: left;
    width: 100%;
    padding: 70px 0px;
}

.feature_content span img {
    background-color: #f7f7f7;
    padding: 4px 14px;
    position: relative;
    top: -12px;
}

.future-info{width:100%; float:left; margin:0px; padding:0px; text-align:center;}
.icon_features {
    float: left;
    position: absolute;
    top: 200px;
    right: -10px;
}
.hero-fun-img img {
    border-radius: 60px;
}
.icon_features span {
    background-color: #e4378d;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    float: left;
    text-align: center;
    padding: 20px 0 0 0;
    border: solid #fff;
}
.details-features {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 20px 0 40px 0;
}
.details-features h2 {
    font-size: 34px;
    padding-top: 30px;
}

.details-features p {
    font-size: 16px;
    line-height: 28px;
  
}
.hero-fun-img {
    width: 90%;
    /* text-align: center; */
    margin: 0 auto;
}

span.instant-text {
    background-color: #ffc107 !important;
}

span.inter-matches {
    background-color: #2f3831;
}
h2.text-big {
    font-size: 51px;
}

.left-img{width:100%; float:left; margin:0px; padding:0px;}

.point-of-app h2 {
    font-size: 45px;
    padding-bottom: 15px;
}

.list-future {
    background-color: #ffebcc;
    float: left;
    width: auto;
    padding: 6px 30px 6px 10px;
    border-radius: 70px;
    margin: 0 0 20px 0;
}
span.star-img {
    float: left;
    background-color: #faa41a;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    padding: 3px 0px 0px 0px;
    margin: 0px 10px 0px 0px;
}
span.text-input {
    font-weight: 600;
    font-size: 15px;
    padding-top: 8px;
    float: left;
}

.arrow-tor {
    position: relative;
    top: -30px;
    float: left;
}

.manage-button {
    float: left;
    padding-top: 40px;
    width: 100%;
}



.form-fill-box {
    float: left;
    width: 100%;
}
.form-fill-box p {
    color: #fff;
    margin: 0px !important;
    padding: 0 0 10px 0 !important;
}
.form-fill-box {
    float: left;
    width: 85%;
    background-color: #ffffff3b;
    padding: 17px 30px 30px 30px;
    border-bottom: solid #ffffff 6px;
    border-radius: 5px;
}
.joinbnt-form a {
    background-color: #ff7896;
    width: 100%;
    float: left;
    padding: 14px 0px;
    text-align: center;
    border-radius: 55px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.form-fill-box input {
    width: 49%;
}

ul.social-media-icons {
    margin: 0px;
    padding: 0px;
}
ul.social-media-icons li {
    list-style: none;
    display: inline;
}

ul.social-media-icons li a {
    border: solid 1px #080808;
    border-radius: 50%;
    width: 45px;
    display: inline-block;
    text-align: center;
    height: 45px;
    padding: 9px 0px;
    font-size: 18px;
    color: #1b203d;
}



.product-carousel-header {
  background: #4a4a4a;
  color: #ffffff;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  padding: 10px 14px;
  width: 100%;
}

.product-carousel .product {
  box-sizing: border-box;
  margin: 0 10px;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-content: space-between;
}
.product-carousel .product-top {
  width: 100%;
}
.product-carousel p,
.product-carousel .product-image,
.product-carousel img.review-stars {
  margin: 0 0 10px 0;
}
.product-carousel .product-image {
  align-self: flex-start;
  width: 100%;
}
img.review-stars {
  width: 100px;
  display: inline-block;
}
.product-carousel .product-name {
  font-weight: bold;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  width: 100%;
}
.product-carousel .product-bottom {
  margin-top: auto;
  align-items: flex-end;
}
.product-carousel .product-prices {
  display: flex;
  flex-flow: row wrap;
  flex: 1 0 100%;
  align-self: center;
}
.product-carousel .product-prices span {
  width: 100%;
}
.product-carousel .product-prices span.price-was {
  color: #a2a2a2;
  text-decoration: line-through;
}
.product-carousel .product-prices span.price-was:before {
  content: 'Was ';
}
.product-carousel .product-prices span.price-save {
  color: red;
}
.product-carousel .product-prices span.price-save:before {
  content: 'Save ';
}
.product-carousel .product-prices span.price-now {
  font-weight: bold;
}
.product-carousel .product-prices span.price-now:before {
  content: 'Now ';
}
.product-carousel button.shop-now {
  border: none;
  background-image: none;
  background-color: #4a4a4a;
  color: #ffffff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  font-size: 16px;
  padding: 8px 10px;
  align-self: center;
}
/** ARROWS **/

.right {
    right: -10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.left {
  left: -20px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/** SLICK SLIDER CSS **/
/* Slider */
.slick-slider {
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}
.slick-loading .slick-track {
  visibility: hidden;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.product.slick-slide img {
    border: solid 3px #22203a;
    border-radius: 20px;
}
ul.social-media-icons li i {
    position: unset;
    border: none;
    padding: 0px;
}
.socila-media img {
    border: solid 2px #fff;
    border-radius: 2px;
}



#navArea {
    /* display: flex; */
    /* justify-content: space-between; */
    /* padding: 0px 10%; */
    position: fixed;
    width: 100%;
    top: 0px;
    /* background: white; */
    transition: background 0.5s;
    z-index: 999;
}




#navArea .logo img {
height: 70px;
transition: height 0.5s;
}


#navArea ul li a {
text-decoration: none;
color: #000;
font-weight: 600;
transition: color 0.5s;
}

#navArea.is-sticky {
    background: #22203a;
}

#navArea.is-sticky a {
color:#fff;
}


#navArea.is-sticky img {
    width: 70px;
}

#navArea.is-sticky ul li a {
    color: #fff !important;
}

#navArea.is-sticky .navbar-light .navbar-toggler-icon{



        background: #fff;
        height: 2px;
        margin: 7px 0 0 0;
        width: 100%;
        float: right;
    }


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    .navbar-collapse {
        width: 100%;
        top: 100px;
    }

.form-fill {
    width: 100%;
}
.form-fill-box {
    width: 100%;
}
.form-fill-box input {
    width: 100%;
}

.left {
    left: -8px;
}

.available-section .available_content h2 {
    padding-right: 0px;
}
.available_wrapper img {
    width: 100%;
}
.footer-section {
    padding: 30px 0 0px;
}

.available_content {
    padding: 0px 0 0 0;
}

.left-img {
    text-align: center;
}
.arrow-tor {
    top: 0px;
    display: none;
}

.manage-button {
    width: 100%;
    text-align: center;
    padding: 0 0 20px 0;
}
.point-of-app h2 {
    font-size: 45px;
    padding-top: 30px;
    text-align: center;
}

.offer-section {
    padding: 30px 0 120px;
     background-position: 100% 100%;
}
    .navbar-nav li:last-child {
        text-align: center;
        padding: 8px 0 20px 0;
    }
    .banner_outer {
    background: url(../images/mobile.jpg)!important;
     background-position: 80% 100%;
}
    

    .h1, h1 {
    font-size: 38px;
    line-height: 44px;
}
.navbar-brand figure img {
        width: 80px;
    }
    .banner-section {
    padding: 20px 0 72px;
}
p.tagline {
    font-size: 17px;
}

.form-fill {
    margin: 7px 0px 0px 0px;
}

.aboutus-section {
    padding: 50px 0 50px;
}
    .aboutus_text p {
        line-height: 27px;
        text-align: left;
    }
    input.signup-fild {
    margin: 0 0 15px 0;
}
.banner-section .banner_content h1 {
    margin-bottom: 10px;
    padding-top: 70px;
}

h2.text-big {
    font-size: 38px;
}
.available-section .available_content h2 {
    font-size: 32px;
    line-height: 42px;
}

.footer-section .middle-portion .services {
    text-align: center;
}

.footer-section .middle-portion .aboutus {
    text-align: center;
}

   .footer-section .middle-portion .links li:last-child {
        margin-bottom: 30px;
    }
    .sub-banner {
    border-radius: 0px;
    height: 240px;
}.coming-soon img {
    width: 80%;
}
#navArea.is-sticky ul li a {
    color: #000000 !important;
}
}


@media only screen and (min-device-width : 481px) and (max-device-width : 576px) {


    .navbar-collapse {
        width: 100%;
        top: 100px;
    }

.form-fill {
    width: 100%;
}
.form-fill-box {
    width: 100%;
}
.form-fill-box input {
    width: 100%;
}

.left {
    left: -8px;
}

.available-section .available_content h2 {
    padding-right: 0px;
}
.available_wrapper img {
    width: 100%;
}
.footer-section {
    padding: 30px 0 0px;
}

.available_content {
    padding: 0px 0 0 0;
}

.left-img {
    text-align: center;
}
.arrow-tor {
    top: 0px;
    display: none;
}

.manage-button {
    width: 100%;
    text-align: center;
    padding: 0 0 20px 0;
}
.point-of-app h2 {
    font-size: 45px;
    padding-top: 30px;
    text-align: center;
}

.offer-section {
    padding: 30px 0 120px;
     background-position: 100% 100%;
}
    .navbar-nav li:last-child {
        text-align: center;
        padding: 8px 0 20px 0;
    }
    .banner_outer {
        background: url(../images/mobile.jpg) !important;
        background-size: cover !important;
    }
    

    .h1, h1 {
    font-size: 38px;
    line-height: 44px;
}
.navbar-brand figure img {
        width: 80px;
    }
    .banner-section {
    padding: 20px 0 72px;
}
p.tagline {
    font-size: 17px;
}

.form-fill {
    margin: 7px 0px 0px 0px;
}

.aboutus-section {
    padding: 50px 0 50px;
}
    .aboutus_text p {
        line-height: 27px;
        text-align: left;
    }
    input.signup-fild {
    margin: 0 0 15px 0;
}
.banner-section .banner_content h1 {
    margin-bottom: 10px;
    padding-top: 50px;
}

h2.text-big {
    font-size: 38px;
}
.available-section .available_content h2 {
    font-size: 32px;
    line-height: 42px;
}
.footer-section .middle-portion .services {
    text-align: center;
}

.footer-section .middle-portion .aboutus {
    text-align: center;
}

   .footer-section .middle-portion .links li:last-child {
        margin-bottom: 30px;
    }
    .sub-banner {
    border-radius: 0px;
    height: 240px;
}.coming-soon img {
    width: 80%;
}

#navArea.is-sticky ul li a {
    color: #000000 !important;
}
}



@media only screen and (min-device-width : 577px) and (max-device-width : 767px) {


    .navbar-collapse {
        width: 100%;
        top: 100px;
    }

.form-fill {
    width: 100%;
}
.form-fill-box {
    width: 100%;
}
.form-fill-box input {
    width: 100%;
}

.left {
    left: -8px;
}

.available-section .available_content h2 {
    padding-right: 0px;
}
.available_wrapper img {
    width: 100%;
}
.footer-section {
    padding: 30px 0 0px;
}

.available_content {
    padding: 0px 0 0 0;
}

.left-img {
    text-align: center;
}
.arrow-tor {
    top: 0px;
    display: none;
}

.manage-button {
    width: 100%;
    text-align: center;
    padding: 0 0 20px 0;
}
.point-of-app h2 {
    font-size: 45px;
    padding-top: 30px;
    text-align: center;
}

.offer-section {
    padding: 30px 0 120px;
     background-position: 100% 100%;
}
    .navbar-nav li:last-child {
        text-align: center;
        padding: 8px 0 20px 0;
    }
    .banner_outer {
        background: url(../images/mobile.jpg) !important;
        background-size: cover !important;
    }
    

    .h1, h1 {
    font-size: 38px;
    line-height: 44px;
}
.navbar-brand figure img {
        width: 80px;
    }
    .banner-section {
    padding: 20px 0 72px;
}
p.tagline {
    font-size: 17px;
}

.form-fill {
    margin: 7px 0px 0px 0px;
}

.aboutus-section {
    padding: 50px 0 50px;
}
    .aboutus_text p {
        line-height: 27px;
        text-align: left;
    }
    input.signup-fild {
    margin: 0 0 15px 0;
}
.banner-section .banner_content h1 {
    margin-bottom: 10px;
    padding-top: 200px;
}

h2.text-big {
    font-size: 38px;
}
.available-section .available_content h2 {
    font-size: 32px;
    line-height: 42px;
}
    
    #navArea.is-sticky ul li a {
    color: #000000 !important;
}

}



@media only screen and (min-device-width : 768px) and (max-device-width : 992px) {


.h1, h1 {
    font-size: 46px;
    line-height: 47px;
}

.banner_outer {
    background-position: 63% 100%;
}
.icon_features {
    top: 90px;
}

.offer-section {
    background-position: 100%;
    padding: 40px 0 40px;
}

h2.text-big {
    font-size: 40px;
}
    .offer-section {
        margin-top: 0px;
    }
    
    .details-features {
    padding: 20px 0 0px 0;
}
.list-future {
    padding: 6px 3px 6px 10px;
            margin: 0px;
}
.point-of-app h2 {
    font-size: 30px;
}
span.star-img {
    display: none;
}
.list-future {
    background: none;
}
span.text-input {
    padding-top: 0px;
}
.search-section .try_free_btn {
    padding: 19px 24px;
}

.available-section .available_content h2 {
    font-size: 37px;
    line-height: 50px;
    padding-right: 5px;
}
.available_content {
    padding: 0px 0 50px 0;
    text-align: center;
}
.available-section .available_wrapper {
    text-align: center;
}
.form-fill-box {
    width: 100%;
}
.navbar-collapse {
        top: 110px;
    }
    .navbar-nav .nav-item .try_free_btn {
    margin: 10px 10px 10px 10px;
}
ul.social-media-icons li a {
    margin-bottom: 10px;
}
#navArea.is-sticky ul li a {
    color: #000000 !important;
}


}




body, p, span, li, a, h1, h2, h3, h4, h5, h6, input, label{font-family: 'Hellix-Regular'; margin:0px; padding:0px;}

.main-page{width:100%; float:left; margin:0px; padding:0px;}
.bg-register{width:100%; float:left; margin:0px; padding:0px;}
.container-custom {
    width: 80%;
    margin: 0 auto;
}
.logo img {
    width: 120px;
}
.top-header {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 10px 0px;
}

.signup-bg{
    width: 100%;
    float: left;
    margin: 0px;
}

.form-list-of-ragister{
    width: 100%;
    float: left;
    margin: 0px;
}

.title-hero{
    width: 100%;
    float: left;
    margin: 0px;
}

.title-hero {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 60px 0 0 0;
}
.title-hero h1 {
    color: #1b203d;
    font-size: 68px;
    font-family: 'Hellix-Bold';
    line-height: 80px;
}

.title-hero p {
    padding: 10px 0;
}

ul.application-store {
    margin: 0px;
    padding: 0px;
}
ul.application-store li {
    display: inline-block;
    padding: 10px 20px 0px 0px;
}
.top_strip{width:100%; float:left; margin:0px; padding:0px;}
.register-form {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.form-filds {
    width: 100%;
    float: left;
    position: absolute;
}
.top_strip img {
    border-radius: 10px 10px 0px 0px;
}
.bg-design-form {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 10%);
    border-radius: 0px 0px 10px 10px;
    padding: 20px 35px;
    background-color: var(--e-global-color-white);
    border: 1px solid white;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
}
.form-box-filds{width:100%; float:left; margin:0px; padding:0px;}

.form-box-filds h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-align: center;
}
.signup-fild input {
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    box-shadow: 1px 1px 20px rgb(137 137 137 / 10%);
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    border: 1px solid #dae7fb;
    border-radius: 5px;
    padding: 10px 17px;
    margin-bottom: 0px;
    width: 100%;
    overflow: visible;
    outline: none;
}

.signup-fild label {
    font-weight: 600;
    color: #1b203d;
    font-size: 16px;
    padding: 0 0 5px 0;
    float: left;
 
}
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

/***Gender***/



.radio-buttons 
{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.custom-radio input 
{
  display: none;
}

.radio-btn {
    margin: 7px 6px 0px 6px;
    width: 125px;
    height: 92px;
    border: 1px solid #efefef;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    text-align: center;
        box-shadow: 1px 1px 20px rgb(137 137 137 / 10%);
    cursor: pointer;
    padding: 8px 0 0 0;
}

.radio-btn > i {
    color: #ffffff;
    background-color: #faa41a;
    font-size: 16px;
    position: absolute;
    top: -16px;
    right: -2%;
    transform: translateX(-30%) scale(1);
    border-radius: 50px;
    padding: 4px 5px;
    transition: 0.5s;
    pointer-events: none;
    opacity: 0;
    border: none;
}

.radio-btn .hobbies-icon i 
{
  color: #FFDAE9;
  line-height: 80px;
  font-size: 60px;
}

.radio-btn .hobbies-icon h3 {
    font-size: 16px;
}

.custom-radio input:checked + .radio-btn {
    border: 1px solid #faa41a;
}
.custom-radio input:checked + .radio-btn > i 
{
  opacity: 1;
  transform: translateX(-50%) scale(1);
}


label.custom-radio {
    width: auto;
}
.choose-gender {
    float: left;
    width: 100%;
}

label.label-title {
    float: left;
    width: 100%;
}

.icon-date {
    position: absolute;
    left: 10px;
    top: 58px;
}

input.select-dob  {
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    box-shadow: 1px 1px 20px rgb(137 137 137 / 10%);
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    border: 1px solid #dae7fb;
    border-radius: 5px;
    padding: 10px 17px;
    margin-bottom: 0px;
    width: 100%;
    overflow: visible;
    outline: none;
}
.radio-btn span {
    float: left;
    width: 100%;
    font-weight: 500;
    padding: 10px 0 0 0;
}

.dob-user input {
    padding: 10px 45px;
}
.dob-of-user {
    padding: 10px 0 0 0;
}

.next-bnt{text-align:center; float:left; width:100%;}

.bnt-action {
    padding: 15px 60px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    background-color: #22172A;
    font-size: 16px;
    border: none;
}

/***Footer-section***/

.footer-section {
    padding: 40px 0 0px;
    background-color: #f8f1e7d4;
    border-top: solid 10px #faa41a;
}
.footer-section .middle-portion .footer-logo{
    margin-bottom: 38px;
}
.footer-section .middle-portion .icons ul li{
    display: inline-block;
    margin-right: 15px;
}
.footer-section .middle-portion .icons ul li:last-child{
    margin-right: 0;
}
.footer-section .middle-portion .icons ul li a{
    color: var(--e-global-color-text);
}
.footer-section .middle-portion .icons ul li a:hover{
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.footer-section .middle-portion {
    margin-bottom: 5px;
}
.footer-section .heading{
    font-size: 23px;
    line-height: 26px;
    font-weight: 800;
    margin-bottom: 22px;
    color: var(--e-global-color-primary);
}
.footer-section .text{
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    color: var(--e-global-color-text);
}
.footer-section .text:hover{
    color: var(--e-global-color-secondary);
}
.footer-section .footer-lower{
    border-top: 1px solid #dae7fb;
    color: var(--e-global-color-text);
    padding: 20px 0;
}
.footer-section .footer-lower .text-size-18 {
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    color: #1b203d;
}
.footer-section .footer-lower .term{
    text-align: right;
    padding-right: 30px;
}
.footer-section .middle-portion .services{
    padding-left: 20px;
}
.footer-section .middle-portion .links {
    padding-left: 0px;
}
.footer-section .middle-portion .aboutus{
    padding-left: 0px;
}

ul.social-media-icons {
    margin: 0px;
    padding: 0px;
}
ul.social-media-icons li {
    list-style: none;
    display: inline;
}

ul.social-media-icons li a {
    border: solid 1px #080808;
    border-radius: 50%;
    width: 45px;
    display: inline-block;
    text-align: center;
    height: 45px;
    padding: 12px 0px;
    font-size: 18px;
    color: #1b203d;
}

.bg-user-img {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px 0 0 0;
}

    .modal-dialog.custom {
        max-width: 450px;
        margin: 1.75rem auto;
    }
    
    .otp_img {
    text-align: center;
}
.otp_enter-filds h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.otp_enter-filds p {
    color: #333;
    text-align: center;
    font-size: 16px;
}


.otp_section {
    text-align: center;
    float: left;
    width: 100%;
    padding: 20px 0px;
}
.otp_enter-filds {
    float: left;
    width: 100%;
    padding: 14px 0 20px 0;
}
.input_box_otp {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 18px 0 0 0px;
}

input.otp_box {
    width: 60px;
    /* float: left; */
    border: none;
    border: solid 1px #ccc;
    height: 52px;
    border-radius: 8px;
    margin: 0 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    outline: none;
    box-shadow: 1px 1px 20px rgb(137 137 137 / 10%);
    border: 1px solid #dae7fb;
}

.bnt-verify {
    /* FLOAT: LEFT; */
    width: 100%;
    float: left;
    margin: 0px;
    padding: 24px 0 0 0;
}
.bnt-verify p {
    color: #000;
    padding: 15px 0 0 0;
    margin: 0px;
    width: 100%;
}
.bnt-verify p a {
    color: #faa41a;
    font-weight: 500;
    text-decoration: underline;
}


.button-status {
    float: left;
    margin: 0 10px 0 0;
    width: 120px;
    height: 40px;
    position: relative;
    border: solid 1px #ccc;
    border-radius: 40px;
    display: inline-block;
    text-align: center;
}

.button-status label, .button-status input {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: 0;
    bottom: 0;
    font-weight: 400;
}
.button-status input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
    cursor: pointer;
}

.button-status input[type="radio"]:checked + label {
    background: #faa41a;
    width: 120px;
    height: 40px;
    border-radius: 40px;
    color: #ffff;
  border: solid 1px #faa41a;
}

.button-status label {
    cursor: pointer;
    z-index: 90;
    line-height: 34px;
    width: 120px;
    height: 40px;
    border-radius: 40px;
}
.signup-fild {
    float: left;
    width: 100%;
}



.signup-fild select {
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    box-shadow: 1px 1px 20px rgb(137 137 137 / 10%);
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    border: 1px solid #dae7fb;
    border-radius: 5px;
    padding: 10px 17px;
    margin-bottom: 0px;
    width: 100%;
    overflow: visible;
    outline: none;
}

.signup-fild textarea {
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    box-shadow: 1px 1px 20px rgb(137 137 137 / 10%);
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    border: 1px solid #dae7fb;
    border-radius: 5px;
    padding: 10px 17px;
    margin-bottom: 0px;
    width: 100%;
    overflow: hidden !important;
    outline: none;
}
p.hint {
    float: right;
    font-size: 14px;
    color: #3B3951;
}

.highlight-text {
    color: #faa41a;
}

/****multi-intest-select***/




label {
  padding: 4px 6px;
  line-height: 190%;
  outline-style: none;
  transition: all .6s;
}

.hiddenCB div {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hiddenCB input[type="checkbox"],
.hiddenCB input[type="radio"] {
  display: none;
  
}
.hiddenCB label {
    cursor: pointer;
    font-weight: 400;
}
.hiddenCB input[type="checkbox"]+label:hover {
    background: #FAA41A;
}

.hiddenCB input[type="checkbox"]:checked+label {
    background: #FAA41A;
    color: #fff;
}

.hiddenCB input[type="checkbox"]:checked+label:hover{
  background: rgba(0, 128, 128, 0, .7);
}

.hiddenCB label {
    padding: 4px 13px;
    border: solid 1px #ccc;
    margin: 6px 7px;
    border-radius: 70px; font-size:15px;
}
.hiddenCB label img {
    margin: -8px 0 0 0;
}


/***Upload-profile-css**/


.upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload__btn {
    display: inline-block;
    color: #fff;
    text-align: center;
    width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px dashed #ccc;
    border-radius: 10px;
    font-size: 14px;
    padding: 40px 0px;
    line-height: 69px;
    font-weight: 400 !important;
}

.upload__btn:hover {
  background-color: unset;
  color: #4045ba;
  transition: all 0.3s ease;
}
.upload__btn-box {
  margin-bottom: 10px;
}
.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    max-height: 80px;
    overflow: overlay;
}
.upload__img-box {
    width: 85px;
    padding: 0 10px;
    margin: 7px 0 0 0;
 
}
.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -3px;
    right: -9px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}
.upload__img-close:after {
    content: "X";
    font-size: 14px;
    color: white;
    font-weight: 600;
    line-height: 20px;
}
.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}

a.login-btn {
    float: right;
    font-size: 16px;
    color: #1b203d;
    font-weight: 600;
    margin: 6px 0 0 0;
}

.registe-hint {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 14px 0 0 0;
    text-align: center;
}.registe-hint p {
    font-size: 16px;
    font-weight: 500;
}
.registe-hint p a {
    color: #faa41a;
    font-weight: 600;
}
.login-with-options p {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0 10px 0;
}

.login-with-options {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 20px 0px;
    text-align: center;
}
.login-with-options ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.login-with-options ul li {
    display: inline-block;
    padding: 12px;
    border: solid 1px #ccc;
    border-radius: 9px;
    margin: 0 5px;
}
.login-with-options ul li a {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.login-with-options ul li a img {
    width: 20px;
    margin: -2px 5px 4px 0px;
}
.login-with-options ul li:hover {
    background-color: #f5f1f1;
    box-shadow: 0px 0px 10px 0px #e5e5e5;
}

.get-start-btn {
    padding: 20px 0 0 0;
    display: inline-block;
}

.get-start-btn a {
    text-decoration: none;
}
a.bnt-action:hover {
    color: #fff;
}


.login-with-email {
    text-align: center;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}
.login-with-email p {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 10px;
    display: inline-block;
}

.login_email-btn a {
    border: solid 1px #ccc;
    display: inline-block;
    padding: 10px 50px;
    font-weight: 600;
    color: #22172a;
    border-radius: 6px;
    font-size: 16px;
}
.login_email-btn a span img {
    float: left;
    padding: 0 10px 0px 0px;
}

.login_email-btn a:hover {
    background-color: #fff8f0;
    opacity: 0.9;
}

/****Inner-home***/

.top_header-bar{width:100%; float:left; margin:0px; padding:0px;}
.menu-header-bg {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px 0;
    background-color: #22203a;

}

/**Profile-css***/


.table_center{
  display:table-cell;
  vertical-align: middle;
}
.drop-down{
    display: inline-block;
    position: relative;
}

.drop-down__button{
/*  background: linear-gradient(to right,#f67611, #f59d58);
  display: inline-block;
  line-height: 40px;
  padding: 0 18px;
  text-align: left;
  border-radius: 4px;
  box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.2);
*/  cursor: pointer;
}

.drop-down__name {
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    letter-spacing: 2px;
}

.drop-down__icon {
    width: 18px;
    vertical-align: middle;
    margin-left: 14px;
    height: 18px;
    border-radius: 50%;
    transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  
}



.drop-down__menu-box {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #fff;
    border-radius: 4px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
     transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
 visibility: hidden;
opacity: 0;
  margin-top: 5px;
}

.drop-down__menu {
    margin: 0;
    padding: 0 13px;
    list-style: none;
  
}
.drop-down__menu-box:before{
  content:'';
  background-color: transparent;
  border-right: 8px solid transparent;
  position: absolute;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-top: 8px solid transparent;
  top: -15px;
  right: 18px;

}

.drop-down__menu-box:after{
  content:'';
  background-color: transparent;
}

.drop-down__item {
    padding: 13px 0;
    text-align: left;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #e0e2e9;
}
ul.drop-down__menu li a {
    color: #000;
}

.drop-down__item-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0px;
    fill: #8995b6;
  
}

.drop-down__item:hover .drop-down__item-icon{
  fill: #f59d58;
}

.drop-down__item:hover{
  color: #f59d58;
}



.drop-down__item:last-of-type{
  border-bottom: 0;
}


.drop-down--active .drop-down__menu-box {
    visibility: visible;
    opacity: 1;
    margin-top: 15px;
    z-index: 99;
}

.drop-down__item:before{
  content:'';
  position: absolute;
width: 3px;
height: 28px;
background-color: #f59d58;
left: -13px;
top: 50%;
transform: translateY(-50%);
  display:none;
}

.drop-down__item:hover:before{
  display:block;
}

img.user-profile-imgview{
    max-width: 52px;
    border-radius: 50%;
    border: solid 3px #ffffff;
    margin: 0px 9px 0px 0px;
    max-height: 50px;
}
span.user-name-input {
    padding: 24px 0 0 0;
    display: inline-block;
}


span.user-profile-img {
    color: #fff;
    font-size: 15px;
}

.menu-options {
    padding: 4px 0 0 0;
}

.active-page{color:#faa41a;}
.table_center {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 0 0 0;
}

.user-profile-section h2 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding: 0px 0px 10px 0px;
}

.user-profile-section {
    background-color: #fff;
    box-shadow: 0px 1px 9px 4px #f3f3f3;
    padding: 8px 10px;
}
.body_details-section {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 50px 0 30px 0;
    background-color: #fff8ec;
}

.user-img p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 6px 0;
}
.user-img span {
    font-size: 16px;
}

.card-membership_prime{width:100%; float:left; margin:0px; padding:0px;}
.card-bg {
    background-size: cover;
    border-radius: 8px;
    padding: 50px 30px;
    background-color: #22203a;
    margin: 35px 0 0 0;
}

.details-of-prime {
    text-align: center;
}

.details-of-prime p {
    color: #fff;
    font-size: 16px;
    padding: 20px 0 0 0;
}

.details-of-prime a {
    background-color: #ff7700;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 3px;
    margin: 24px 0 0 0;
}





.fa-heart {
    color: #ff248a;
}

.fa-remove {
  color: #CDD6DD;
}

.distance span {
    border: solid 1px #ccc;
    color: #fff;
    border-radius: 20px;
    padding: 4px 8px;
    display: inline-block;
    background-color: #00000075;
}
.distance {
    position: absolute;
    top: 20px;
    right: 17px;
}
.distance span img {
    width: 20px;
}

.distance span img {
    width: 20px;
    display: inline-block;
    margin: -4px 0 0 0;
}

.details-profile {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.name-of-matches h3 {
    font-size: 18px;
    margin: 12px 0 0 0;
}

span.profile-match {
    float: right;
    border: solid 1.5px #ccc;
    border-radius: 60px;
    padding: 6px 11px;
    font-weight: 300;
    font-size: 16px;
}

span.profile-match img {
    width: 24px;
    display: inline-block;
    margin: -6px 0 0 0;
}

.about-details {
    margin: 0 0 15px 0;
    padding: 0px 0px;
    float: left;
    width: 100%;
}

h4.title-of-desc {
    font-weight: 300;
    color: #919191;
    font-size: 16px;
}

.about-details p {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}

ul.interest {
    margin: 0px;
    padding: 0px;
}

ul.interest li {
    list-style: none;
    display: inline;
    border: solid 1px #ccc;
    border-radius: 30px;
    padding: 4px 14px;
    display: inline-block;
    margin: 5px 0 0 0;
}


.read-more-content{
    display: none;
    padding-top: 22px;
}
.read-more{
    display: inline-block;
    margin-top: 8px;
}.timeline-info {
    position: relative;
    background: #f3f1f1;
    padding: 24px 20px 18px;
    margin-bottom: 12px;
    border: 1px solid #f3f1f1;
    border-radius: 8px;
    margin-left: 54px;
}

.full-details-match {
    padding: 13px 0 0 0;
}
a.view-full-details-info {
    background-color: #ff7700;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 4px;
}

span.age-of-match {
    font-size: 17px;
    color: #707070;
    font-weight: 300;
    padding: 0 0 0 8px;
}

/****Single-details-of-Match***/

.bg-single-details {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 20px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 4px #ccc;
    border-radius: 10px;
}

.matech-img-full img {
    border-radius: 14px;
}

.full-info-details h3 {
    font-size: 24px;
    padding: 0 0 20px 0;
}

.basic-info-match {
    width: 100%;
    float: left;
    margin: 0px;
    background-color: #fef4e3;
    padding: 16px;
}


.gender {
    text-align: center;
    float: left;
    width: 100%;
}

p.match-title-gender {
    font-weight: 400;
    color: #8f8b8b;
    font-size: 16px;
}

.gender p:last-child {
    color: #3b3951;
    font-size: 16px;
    font-weight: 600;
}
.gender span img {
    margin: 0 0 10px 0;
}

.match-all-infotech {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 15px 0 0px 0;
}

.match-all-infotech h4 {
    font-size: 17px;
    padding: 0 0 10px 0;
}

.matech-img-full img {
    min-height: 480px;
}
td.info-tag {
    font-size: 16px;
    color: #000;
}

td.info-img-tag img {
    float: left;
    padding: 0px 10px 0 0px;
}

.more-images-match {
    max-width: 80rem;
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
}

.main .more-images-match {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.more-images-views h4 {
    font-size: 24px;
    padding: 0 0 6px 0;
}

button.fancybox-button.fancybox-button--zoom {
    display: none!important;
}

.match-accuracy {
    float: left;
    margin: 0px;
    padding: 0 0 0px 0;
    width: 100%;
}
.msl-incom {
    float: left;
}
.say-hello {
    float: right;
}

.match-accuracy p span img {
    max-width: 45px;
    min-height: 45px;
    border-radius: 50%;
    /* float: left; */
    border: solid 4px #eeecfd;
}
.match-accuracy p {
    font-size: 16px;
    font-weight: 600;
}

span.percentage-of-match {
    color: #faa41a;
}

.more-images-views {
    float: left;
    margin: 20px 0 0 0;
}

.percentage-of-match_box {
    width: 100%;
    float: left;
    margin: 0 0 40px 0;
    padding: 20px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 4px #efefef;
    border-radius: 10px;
}

span.say-hello-btn img {
    border: none !important; width:24px; height:24px!important;
}
span.say-hello-btn a {
    background-color: #3b3951;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 50px;
}

/****All Match***/


.match-profile {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 10px 0 25px 0;
    background-color: #fff;
    box-shadow: 0px 0px 10px 4px #efefef;
    border-radius: 8px;
    position: relative;
    margin: 0 0 20px 0;
}
.profile-images img {
    max-width: 280px;
    text-align: center;
    /* max-height: 280px; */
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
    /* max-height: 220px !important; */
    min-height: 280px !important;
}
.img-match-log {
    text-align: center;
}

.name-of-user {
    float: left;
    padding: 20px 20px 8px 20px;
    width: 100%;
    text-align: left;
}span.name-list-match {
    font-size: 16px;
    font-weight: 600;
    padding: 6px 0 0 0;
    display: inline-block;
    text-overflow: ellipsis;
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    
}

.like-and-close ul {
    margin: 0px;
    padding: 0px;
}
.like-and-close {
    text-align: center;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 100px;
}
.like-and-close ul li {
    display: inline-block;
    padding: 0px 5px 0px 5px;
}

a.heart-icon {
    background-color: #ff248a;
    height: 40px;
    float: left;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 8px 0 0 0;
}

a.close-match {
    background-color: #ffffff;
    height: 40px;
    float: left;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 8px 0 0 0;
    box-shadow: 0px 0px 8px 0px #ccc;
}
span.age-old {
    font-size: 16px;
    padding: 0 0 0 0px;
    color: #6f6f6f;
}

.address-location {
    float: left;
    padding: 0 0 0 20px;
}

.address-location p {
    font-size: 16px;
    color: #6f6f6f;
}

.address-location span {
    float: left;
      color: #6f6f6f;
}
.address-location span img {
    float: left;
    padding: 2px 4px 0px 0px;
}

.match-profile:hover {
    box-shadow: 0px 10px 10px 10px #e9e9e9cc;
    transition: 0.3s;
}

#leftbar-fix {
  position: sticky;
  top: 100px;
  overflow: hidden;
}





/****Chat-design-css**/


/* ===================================
    messages
====================================== */

.messages-page__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.messages-page__title {
  color: #626262;
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .messages-page__title {
    font-size: 1.5rem;
  }
}
.messages-page__dark-mode-toogler {
  width: 2.6rem;
  height: 2.6rem;
  padding: 0.35rem;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.messages-page__dark-mode-toogler:hover {
  background-color: var(--colour-primary);
  border-color: var(--colour-primary);
}
.messages-page__dark-mode-toogler:hover path {
  fill: var(--bg-page-darker);
}
.messages-page__list {
  list-style: none;
  flex-grow: 1;
  overflow-y: auto;
}
.messages-page__list-scroll {
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.custom-form {
    color: var(--colour-text-darkest);
    padding: 16px 26px;
    border-radius: 13px;
    border-radius: 41px;
    /* font-size: 20px; */
}
.custom-form__search-wrapper, .custom-form__send-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.custom-form__search-wrapper input::-moz-placeholder, .custom-form__send-wrapper input::-moz-placeholder {
  color: var(--colour-text-lighter);
  font-size: 0.9rem;
}
.custom-form__search-wrapper input:-ms-input-placeholder, .custom-form__send-wrapper input:-ms-input-placeholder {
  color: var(--colour-text-lighter);
  font-size: 0.9rem;
}
.custom-form__search-wrapper input::placeholder, .custom-form__send-wrapper input::placeholder {
  color: var(--colour-text-lighter);
  font-size: 0.9rem;
}
.custom-form__search-wrapper input:focus, .custom-form__send-wrapper input:focus {
  outline: none;
  box-shadow: none;
}
.custom-form__search-wrapper input {
  padding-right: 3rem;
  background-color: var(--search-form-bg-colour);
  border: 1px solid #333;
  font-family: 'Hellix-Regular';
}
.custom-form__search-wrapper input:-moz-placeholder-shown {
  background-color: var(--search-form-bg-colour);
  border: 1px solid var(--bg-page);
}
.custom-form__search-wrapper input:-ms-input-placeholder {
  background-color: var(--search-form-bg-colour);
  border: 1px solid var(--bg-page);
}
.custom-form__search-wrapper input:placeholder-shown {
    background-color: #fff;
    border: 1px solid #e7e1e1;
}
.custom-form__search-wrapper input:focus {
  background-color: var(--bg-page);
  border-color: var(--border-color);
  color: var(--colour-text);
}
.custom-form__send-wrapper input {
    padding-right: 6rem;
    padding-left: 23px;
    background-color: #f2f2f2;
    border: none;
}
.custom-form__send-wrapper input:focus {
  background-color: #f2f2f2;
  border-color: transparent;
  color: var(--colour-text);
}
.custom-form__search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3.5rem;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-form__search-submit:focus {
  outline: none;
  border: none;
}
.custom-form__send-submit {
    position: absolute;
    top: 48%;
    right: 11px;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #22203a;
    border-radius: 50%;
    box-shadow: 0 3px 3px #b3b3bb;
    border: none;
    outline: none;
    text-align: center;
    font-size: 0px;
    /* padding-top: 0.3rem; */
    color: white;
    /* padding-right: 2px; */
}
.custom-form__send-submit:focus {
  outline: none;
  border: none;
}
.custom-form__send-submit:hover {
  background-color: #faa41a;
}
.custom-form__send-img {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  width: 2.3rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-form__send-emoji {
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translateY(-50%);
  width: 2.3rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.messaging-member {
  border-radius: var(--form-radius);
}
.messaging-member:hover {
  background-color: #f7f7f7;
}
.messaging-member--new .messaging-member__name {
  color: var(--colour-text-darker);
}
.messaging-member--new .messaging-member__message {
  color: #626262;
  font-weight: bold;
}
.messaging-member--online .user-status {
  background-color: #7bc9aa;
}
.messaging-member--active {
  background-color: #e8f3ff;
}
.messaging-member--active:hover {
  background-color: var(--colour-primary-lightest);
}
@media screen and (max-width: 767px) {
  .messaging-member--active {
    background-color: var(--bg-page);
  }
  .messaging-member--active:hover {
    background-color: var(--bg-page-darker);
  }
}
.messaging-member__wrapper {
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-radius: var(--form-radius);
  display: grid;
  grid-template-columns: 4rem 4fr;
  grid-template-rows: 2rem 2rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  grid-template-areas: "avatar     name" "avatar     message";
}
@media screen and (max-width: 1199px) {
  .messaging-member__wrapper {
    grid-template-columns: 3.5rem 1fr;
    grid-template-rows: 1.75rem 1.75rem;
  }
}
@media screen and (max-width: 991px) {
  .messaging-member__wrapper {
    grid-template-columns: 3.2rem 1fr;
    grid-template-rows: 1.75rem 1.75rem;
  }
}
.messaging-member__avatar {
  grid-area: avatar;
  position: relative;
}
.messaging-member__avatar img {
  border-radius: 50%;
  width: 100%;
}
.messaging-member__name {
  font-weight: bold;
  grid-area: name;
  color: #626262;
  margin-top: auto;
  font-size: 0.9rem;
}
.messaging-member__message {
  grid-area: message;
  white-space: nowrap;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.9rem;
}

.chat {
  height: 100%;
}
.chat__container {
  height: 100%;
  width: 100%;
}
.chat__wrapper {
    background-color: #fff;
    height: 100%;
    width: 100%;
    /* border-left: 1px solid var(--border-color); */
    /* border-right: 1px solid var(--border-color); */
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: solid 1px #ccc;
    padding: 0px 20px;
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .chat__wrapper {
    border-left: none;
    border-right: none;
  }
}
.chat__messaging {
  width: 100%;
  border-bottom: 1px solid #e8e7e7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat__previous {
  width: 8%;
  min-width: 2rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  cursor: pointer;
  color: #3996fb;
}
.chat__notification {
  width: 4%;
  min-width: 1.5rem;
}
.chat__notification span {
  display: none;
  width: 1.4rem;
  height: 1.4rem;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  color: white;
  background-color: #3996fb;
  font-size: 0.9rem;
}
.chat__notification--new span {
  display: block;
}
.chat__infos {
  flex-grow: 1;
}
.chat__actions {
    /* height: 2rem; */
    min-width: 200px;
    /* color: var(--colour-primary); */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    cursor: pointer;
}
.chat__actions li {
    margin-left: 0.3rem;
    font-size: 15px;
}
.chat__actions li:hover {
  background-color: #e8f3ff;
}
.chat__content {
  flex-grow: 1;
  overflow-y: auto;
}

.chat__list-messages li {
  margin-bottom: 0.7rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.chat__list-messages li .chat__bubble {
  margin-bottom: 0.2rem;
}
.chat__bubble {
    position: relative;
    color: #363636;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    background-color: var(--bg-page);
    max-width: 30rem;
    font-size: 1rem;
    overflow: hidden;
    overflow-wrap: break-word;
    word-break: break-word;
}
p.member-name {
    color: #FAA41A;
}
.chat__bubble--you {
    margin-right: 2rem;
    color: white;
    background-color: #3b3951;
}
.chat__bubble--me {
  margin-left: 2rem;
  background-color: #f2f2f2;
  align-self: flex-end;
}
.chat__time {
    font-size: 14px;
    color: #000000;
    align-self: center;
    padding-bottom: 14px;
}
.chat__send-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-member__wrapper {
    width:75%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 10px;
}
.chat-member__avatar {
  position: relative;
  width: 3.5rem;
}
.chat-member__avatar img {
  border-radius: 50%;
  
}
@media screen and (max-width: 767px) {
  .chat-member__avatar {
    width: 2.5rem;
  }
}
.chat-member__name {
  font-weight: bold;
  color: #626262;
  margin-top: auto;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1rem;
}
@media screen and (max-width: 1199px) {
  .chat-member__name {
    font-size: 0.9rem;
  }
}
.chat-member__details {
  margin-left: 0.8rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .chat-member__details {
    margin-left: 1rem;
  }
}
.chat-member__age {
  font-size: 0.9rem;
  color: var(--colour-text-lighter);
  position: relative;
}
.chat-member__age::after {
  content: " . ";
  font-size: 0px;
  position: absolute;
  top: 50%;
  right: -4px;
  width: 3px;
  height: 3px;
  background-color: var(--colour-text-lighter);
  border-radius: 50%;
}
.chat-member__status {
  color: #9b9b9b;
  font-size: 0.8rem;
}
.chat__profile {
  width: 100%;
  height: 100%;
  max-width: 20rem;
}
.chat--mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  transform: translateY(100%);
  display: none;
  transition: transform 0.3s ease-in-out 0.1s;
}
.chat--mobile .chat__wrapper {
  border-radius: 0;
}
.chat--mobile.chat--show {
  display: block;
  transform: translateY(0%);
  border-radius: 0;
}

.user-profile {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}
.user-profile__wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding-top: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.user-profile__close {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  width: 2rem;
  height: 2rem;
  color: var(--colour-primary);
  font-size: 1.375rem;
  cursor: pointer;
  z-index: 10003;
}
.user-profile__avatar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-profile__avatar img {
  width: 9rem;
  border-radius: 50%;
}
.user-profile__name {
  font-weight: bold;
  margin-top: 0.7rem;
  color: var(--colour-text-darker);
  word-wrap: break-word;
  font-size: 1.15rem;
}
@media screen and (max-width: 767px) {
  .user-profile__name {
    font-size: 1.1rem;
  }
}
.user-profile__phone {
  color: var(--colour-text-darker);
  font-size: 0.9rem;
}
.user-profile__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.user-profile__location {
  color: var(--colour-text-lighter);
  font-size: 0.9rem;
}
.user-profile__description {
  text-align: center;
}
.user-profile__description p {
  margin-top: 1.3rem;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9rem;
}
.user-profile__label {
  font-size: 0.9rem;
  font-weight: bold;
}
.user-profile__tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.user-profile__tags li {
  padding: 0.3rem 1rem;
  border-radius: 1rem;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
}
.user-profile__tags a:hover {
  text-decoration: none;
}
.user-profile__tags--primary li {
  background-color: var(--colour-primary-lightest);
  color: var(--colour-primary-darker);
}
.user-profile__tags--primary a:hover {
  color: var(--colour-primary-darker);
}
.user-profile__tags--secondary li {
  background-color: var(--colour-third-lightest);
  color: var(--colour-third);
}
.user-profile__tags--secondary a:hover {
  color: var(--colour-third);
}
.user-profile--large {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10002;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out 0.1s;
  background-color: var(--bg-page);
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.06);
}
.user-profile--large.user-profile--show {
  display: block;
  transform: translateX(0%);
  border-radius: 0;
}

.user-status {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1rem;
  height: 1rem;
  background-color: var(--colour-text-lighter);
  border: 3px solid white;
  border-radius: 50%;
}
.user-status--online {
  background-color: var(--colour-third);
}

.svg-icon {
  width: 70%;
}
.svg-icon path,
.svg-icon circle {
  fill: var(--colour-primary);
}
.svg-icon--send {
  width: 60%;
}
.svg-icon--send path,
.svg-icon--send circle {
  fill: white;
}
.svg-icon--search {
  width: 40%;
}
.svg-icon--search path,
.svg-icon--search circle {
  fill: var(--bg-page-darkest);
}
.svg-icon--send-img {
  width: 55%;
}
.svg-icon--send-img path,
.svg-icon--send-img circle {
  fill: var(--bg-page-darkest);
}
.svg-icon--send-emoji {
  width: 60%;
}
.svg-icon--send-emoji path,
.svg-icon--send-emoji circle {
  fill: var(--bg-page-darkest);
}
.svg-icon--previous {
  width: 35%;
}
.svg-icon--dark-mode {
  width: 80%;
}
.svg-icon--dark-mode path,
.svg-icon--dark-mode circle {
  fill: var(--colour-primary);
}

button.edit-action {
    background: none;
    border: none;
}

.dropdown.edit-btntd .dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #e8f3ff!important;
}

input.send-bnt-message {
    float: left;
    border: none;
    background-color: #000;
    color: #ffff;
    padding: 8px 23px;
    border-radius: 5px;
}

.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input__label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    padding: 5px 6px;
    /* background-color: #4245a8; */
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}
.file-input__label svg {
  height: 16px;
  margin-right: 4px;
}

.file-send img {
    width: 24px;
}


.file-send {
    float: left;
    margin: 0 45px 0 0px;
}

/***Group-list-css*/
.bg-group-tag {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 10px 10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 4px #efefef;
    border-radius: 8px;
    position: relative;
    margin: 0 0 20px 0;
}

.group_photo span img {
    border-radius: 9px;
    width: 160px;
    height: 160px;
    object-fit: cover;
}

.listmebmer-andname ul {
    margin: 0;
    padding: 0px;
}

.listmebmer-andname ul li {
    display: inline;
}

.listmebmer-andname ul li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 2px #fff;
    margin: 0px -7px;
}

.group_joinbtn a {
    background-color: #faa41a;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 38px;
    border-radius: 20px;
    display: inline-block;
}.group_member-list-name {
    padding: 0 0 0 25px;
}
.group_member-list-name h3 {
    color: #22172A;
    padding: 0 0 6px 0;
    font-weight: 800;
    font-size: 20px;
}
.count-of-joinpeople span {
    color: #ff9d00;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0 0 0;
    display: inline-block;
}
.group_joinbtn {
    padding: 15px 0 0 0;
}

.group_joinbtn a:hover {
    background-color: #3b3951;
    box-shadow: 0px 10px 9px -3px #ccc;
    transition: 0.3s;
}

h2.title-of-page {
    font-size: 20px;
    padding: 0 0 20px 0;
}



.matches-inroom p {
    font-weight: 600;
    font-size: 16px;
    padding: 0 0 10px 0;
}


.all-matchlist {
    float: left;
    width: 100%;
    display: inline-block !important;
    border-bottom: solid 1px #ccc;
    padding: 0 0 12px 0;
}
.matches-inroom {
    float: left;
    width: 100%;
}
.match-items {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.match-items img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

.all-matchlist ul li {
    list-style: none;
    display: inline-block;
    padding: 0 18px 0px 0px;
}

.all-matchlist ul {
    margin: 0px;
    padding: 0px;
}

.match-list-prest {
    position: absolute;
    text-align: center;
    bottom: 7px;
  
}
.match-list-prest {
    position: absolute;
    text-align: center;
    bottom: 5px;
    left: 8px;
}
.match-list-prest span {
 border: solid 2px #faa41a;
    background-color: #2e0b2e99;
    color: #fff;
    border-radius: 30px;
    padding: 3px 6px;
    font-size: 13px;}
    

    .all-matchlist ul {
    vertical-align: top;
    padding: 0;

    width: 100%;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    max-height: inherit;
}

/*
 *  STYLE 2
 */

#style-1::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.scrollbar
{
    margin-left: 30px;
    float: left;
    width: 65px;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.chat-pic span img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    border: solid 3px #dbdbdb;
    margin: 0px 18px 0px 0px;
}

ul.chat__list-messages {
    margin: 0px;
    padding: 0px;
    height: 650px;
}

.chat-pic {
    float: left;
}
/**Subscription-plan***/


.subscription-plan-box {
    position: relative;
    text-align: left;
    background: #FF7700;
    padding: 40px 40px;
    width: 100%;
    top: 0;
    border: 1px solid #eaeaea;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
}
.subscription-plan-box h2 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 12px 0;
}
h3.price {
    color: #fff;
    font-size: 30px;
    margin: 0px;
}
.subscription-plan-box:hover {
    position: relative;
    top: -10px;
    box-shadow: 0px 14px 6px 0px #b5aeae4d;
}

.subscription-plan-box:nth-child(2) {
    box-shadow: 0 0 10px 0px #b5aeae4d;
}

.subscription-plan-box:nth-child(2) h3{
    margin-top: 20px;
}

.subscription-plan-box:nth-child(2):hover {
    box-shadow: 0px 14px 6px 0px #b5aeae4d;
}

button.upgrade-plan {
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    color: #3B3951;
    margin: 0px auto 0px auto;
    padding: 12px 25px;
    border: 0;
    transition-duration: 0.5s;
    border-radius: 50px;
    /* font-weight: bold; */
}
button.upgrade-plan:hover {
    background: #3b3951;
    color: #fff;
}

.plan-title p {
    color: #3B3951;
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 13px 0;
}

small.time-frame {
    font-size: 16px;
    color: #ffffff;
}

.subscription-plan-box p {
    color: #ffffff;
    font-size: 16px;
    line-height: 33px;
}

.subscription-plan-box.speech-chat {
    background-color: #FF4F00;
}
.vaild-time p {
    color: #ffde31;
    font-weight: 600;
    font-size: 14px;
}

.page-details-info p {
    margin: 0 0 18px 0;
    line-height: 23px;
    font-size: 15px;
}

ul.list-of-plan li {
list-style-image:url(../images/plan-type.svg);
}
ul.list-of-plan li {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 18px 0;
}
.subscribe-plan {
    text-align: center;
}

ul.list-of-plan {
    min-height: 290px;
}

.subscriptino-planview {
    padding: 30px 0 100px 0;
}
.feet-box {
    float: left;
    width: 50%;
   
}

input.enter-feet {
    float: left;
    width: 66%;
    box-shadow: 1px 1px 20px rgb(137 137 137 / 10%);
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    border: 1px solid #dae7fb;
    border-radius: 0px 4px 4px 0px;
    padding: 10px;
    margin-bottom: 0px;
    overflow: hidden !important;
    outline: none;
}

span.feet-value {
    float: left;
    background-color: #f1f1f1;
    padding: 11px 10px;
    border-radius: 4px 0px 4px 0px;
    font-weight: 500;
}
.height-fild{


}


/* Chrome, Safari, Edge, Opera */
input.enter-feet::-webkit-outer-spin-button,
input.enter-feet::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.enter-feet[type=number] {
  -moz-appearance: textfield;
}


/**My-profile-desing**/

.profile-info {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    border-radius: 8px;
    border: solid 1px #f1eaea;
}

.profile-serction{width:100%; float:left; margin:0px; padding:0px;}
.photo_user-profile {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 20px 0 10px 0;
    text-align: center;
}
.photo_user-profile span img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: solid 6px #f5f3f3;
}

.info-basic {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px 20px;
    text-align: center;
}
.info-basic h2 {
    font-weight: 600;
    font-size: 22px;
}

ul.age-and-location {
    margin: 0px;
    padding: 15px 0 15px 0;
}
ul.age-and-location li {
    list-style: none;
    display: inline;
    padding: 0 10px 0 10px;
    font-size: 16px;
}
ul.age-and-location li {
    border-right: solid 3px #666565;
}
i.map-icons {
    color: #faa41a;
    font-size: 18px;
}
ul.age-and-location li:last-child {
    border: none;
}

.action_links ul li {
    list-style: none;
    padding: 0 0 6px 0;
}
.action_links ul li i {
    background-color: #faa41a;
    color: #fff;
    width: 35px;
    height: 35px;
    padding: 8px 0 0 0;
    margin: 0px 13px 7px 0px;
    border-radius: 3px;
    text-align: center;
    border-bottom: solid #3b3951;
    font-size: 18px;
}
.action_links ul li a {
    color: #000;
    font-size: 16px;
}

.more-info {
    float: left;
    border-top: solid 1px #e7e3e3;
    width: 100%;
    padding: 13px 0 0px 0;
}
.action_links {
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 10px 0 10px 0;
}
.get-premium {
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0 0 24px 0;
    float: left;
}
.get-premium a {
    background-color: #3b3951;
    color: #fff;
    padding: 11px 26px;
    display: inline-block;
    border-radius: 39px;
    font-size: 16px;
}
.get-premium a img {
    float: left;
    padding: 0 6px 0px 0px;
}
.action_links ul {
    margin: 0px;
}
.get-premium a:hover {
    background-color: #62605b;
}



.more-details-profile {
    width: 100%;
    float: left;
        margin: 0 0 30px 0;
    padding: 0px 0px 30px 0px;
    background-color: #fff;
    border-radius: 8px;

    border: solid 1px #f1eaea;
}
.photo-gallery {
    padding: 20px 20px 5px 20px;
    float: left;
    width: 100%;
    margin: 0px;
}
span.title-heading {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 0 8px 0;
    display: inline-block;
}
.title-heading_profile {
    border-bottom: solid 1px #ebebeb;
}

.upload-photos ul {
    margin: 0px;
    padding: 0px;
}
.upload-photos ul li {
    display: inline-block;
    padding: 0px 15px 15px 0px;
}

.upload-photos ul li img {
    max-width: 150px;
    height: 150px;
    border-radius: 15px;
}
.upload-photos {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 10px 0px 0px 0;
}
.my-interests ul {
    margin: 0px;
    padding: 0px;
}
.my-interests {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 8px 0 0 0;
}
.my-interests ul li {
    display: inline-block;
}
.my-interests ul li {
    display: inline-block;
    border: solid 1px #ccc;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 15px;
    margin: 0 10px 10px 0px;
}
.my-interests ul li img {
    float: left;
}

.my-interests p {
    font-size: 15px;
    color: #000;
}

li.active_status {
    background-color: #faa41a;
    color: #fff;
    border: none !important;
    padding: 10px 20px !important;
    font-size: 15px !important;
}

/**edit-profile**/

.deleted-icon {
    position: absolute;
    top: 4px;
    /* left: 113px; */
    right: 21px;
}
.deleted-icon span a {
    background-color: #ff0000;
    width: 25px;
    float: left;
    text-align: center;
    height: 25px;
    border-radius: 50%;
    padding: 2px 0 0 0;
    color: #fff;
}
.deleted-icon span a i {
    font-size: 11px;
}
.upload-gallry label {
    font-weight: 600;
    font-size: 15px;
}
.upload__btn.photogallry {
    display: inline-block;
    color: #000000;
    text-align: center;
    width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px dashed #ccc;
    border-radius: 10px;
    font-size: 14px;
    padding: 40px 0px;
    line-height: 69px;
    font-weight: 400 !important;
}

textarea.edit-profile-yourself {
    font-size: 14px;
    line-height: 24px;
    height: 90px;
}
input.enter-feet.type-edit-profile {
    float: left;
    width: 66%;
    box-shadow: 1px 1px 20px rgb(137 137 137 / 10%);
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    border: 1px solid #dae7fb;
    border-radius: 0px 4px 4px 0px;
    padding: 10px;
    margin-bottom: 0px;
    overflow: hidden !important;
    outline: none;
    height: 42px;
    font-size: 16px;
}

.update-profile-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 0 0 0;
}
.profile-btn-update {
    background-color: #3b3951;
    color: #fff;
    padding: 11px 26px;
    display: inline-block;
    border-radius: 39px;
    font-size: 16px;
    border: none;
    font-family: 'Hellix-Regular';
}

.no-border {
    border: none;
}
.edit-profile input {
    height: 45px;
}

.about-info-edit {
    display: inline-block;
    width: 100%;
    margin: 18px 0 0 0;
}
.edit-profile select {
    height: 45px;
}
.signup-fild-select label {
    font-weight: 600;
    color: #1b203d;
    font-size: 16px;
    padding: 0 0 5px 0;
    float: left;
}
/***Upload-your-profile-pic***/
.avatar-upload {
    position: relative;
    max-width: 150px;
    margin: 5px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
    content: "\f030";
    font-family: 'FontAwesome';
    color: #faa41a;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 100%;
    border: 10px solid #f7f7f7;
    /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); */
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.upload-profile-pic p {
    text-align: center;
    font-size: 16px;
    color: #a1a1a1;
}

.avatar-upload .avatar-edit.edit-profilepage input + label:after {
    content: "\f044";
    font-family: 'FontAwesome';
    color: #faa41a;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
/***End**/
.tinder {
  height: 73vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}

.loaded.tinder {
  opacity: 1;
}

.tinder--status {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 2;
  width: 100%;
  text-align: center;
  pointer-events: none;
}

.tinder--status i {
  font-size: 100px;
  opacity: 0;
  transform: scale(0.3);
  transition: all 0.2s ease-in-out;
  position: absolute;
  width: 100px;
  margin-left: -50px;
}

.tinder_love .fa-heart {
  opacity: 0.7;
  transform: scale(1);
}

.tinder_nope .fa-remove {
  opacity: 0.7;
  transform: scale(1);
}

.tinder--cards {
  flex-grow: 1;
  padding-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 1;
}

.tinder--card {
  display: inline-block;
  max-width: 500px;
  background: #FFFFFF;
  padding-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  will-change: transform;
  transition: all 0.3s ease-in-out;
  cursor: -webkit-grab;
  cursor: grab;
}

.moving.tinder--card {
  transition: none;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.tinder--card img {
  max-width: 100%;
  pointer-events: none;
}

.tinder--card h3 {
  margin-top: 30px;
  padding: 0 16px;
  pointer-events: none;
}

.tinder--card p {
  margin-top: 24px;
  font-size: 20px;
  padding: 0 16px;
  pointer-events: none;
}

.tinder--buttons {
  flex: 0 0 100px;
  text-align: center;
  padding-top: 20px;
}

.tinder--buttons button {
  border-radius: 50%;
  line-height: 60px;
  width: 60px;
  border: 0;
  background: #FFFFFF;
  display: inline-block;
  margin: 0 8px;
}

.tinder--buttons button:focus {
  outline: 0;
}

.tinder--buttons i {
  font-size: 32px;
  vertical-align: middle;
}

.fa-heart {
    color: #ff248a;
}

.fa-remove {
  color: #CDD6DD;
}
h3#question1 {
    position: absolute;
    top: 0px;
    right: 0px;
}
span.distance-info {
    border: solid 1px #ccc;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    padding: 8px 6px;
    font-weight: 400;
    position: absolute;
    top: 10px;
    right: 29px;
    background-color: #000000;
}
.name-and-view-info p {
    font-size: 16px;
    margin: 0px;
    padding: 0 0 14px 0;
}


.name-and-view-info p {
    font-size: 18px;
    margin: 0px;
    padding: 0 0 2px 0;
    font-weight: 900;
    text-align: left;
}
.profile-match-show span {
    border: solid 1px #ccc;
    padding: 13px 20px 5px 6px;
    border-radius: 60px;
    font-size: 16px;
    font-weight: 400;
    width: 160px;
    display: inline-block;
}
.profile-match-show span img {
    width: 45px;
    display: inline-block;
    position: relative;
    top: -4px;
    padding: 0 7px 0px 10px;
}
span.distance-info img {
    width: 25px;
}
.tinder--card img {
    max-height: 450px;
    width: 100%;
    object-fit: cover;
}
.lie-info {
    float: left;
    width: 100%;
}

.profile-match-show {
    float: left;
    width: 50%;
    padding: 10px 0 0 0;
}

span.distance-info img {
    margin: -9px 0 0 0;
    display: inline-block;
}
.view-match-details {
    float: left;
    padding: 0 0 0 20px;
}

.view-match-details a {

    background-color: #ff7700;
    font-size: 16px;
    text-align: left;
    color: #fff;
    font-weight: 200;
    /* font-size: 17px; */
    float: left;
    margin: 0px;
    line-height: 38px;
    padding: 0px 16px;
    border-radius: 5px;
    z-index: 9999 !important;
    cursor: pointer !important;
}


/**Fixed-header***/




/* HEADER STYLES
�������������������������������������������������� */
.page-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.15);
}

.page-header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-header button {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 20px;
  border-radius: 10px;
  color: white;
  background: #08a6df;
  transition: background 0.3s;
}

.page-header button svg {
  flex-shrink: 0;
  margin-left: 5px;
  fill: currentColor;
}

.page-header button:hover {
  background: #0ab8f6;
}

span.date-of-birthday {
    background-color: #eafff6;
    padding: 8px 14px;
    display: inline-block;
    border-radius: 30px;
    margin: 10px 0 0px 0;
}

.user-img span img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
/* STICKY STYLES
�������������������������������������������������� */
.page-header.is-sticky {
  position: fixed;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-animation: slideDown 0.35s ease-out;
          animation: slideDown 0.35s ease-out;
}

.page-header.is-sticky img {
  max-width: 80%;
}

.page-header.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

@-webkit-keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
span.logo-header img {
    max-width: 80%;
    padding: 0 0 4px 0;
}

.current-plan {
    position: relative;
    text-align: left;
    background: #3b3951!important;
    padding: 40px 40px;
    width: 100%;
    top: 0;
    border: 1px solid #eaeaea;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
}
.login_email-btn a span {
    vertical-align: super;
}


@media only screen and (max-width: 600px) {
  .main .more-images-match {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

button.upload__img-close {
    border: 0px;
    right: 0px;
    top: -7px;
}
.about-details ul.interest li {
    margin: 0px 10px 0 0px;
}
.react-tel-input .form-control {
    color: #495057;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 5px;
    outline: none;
    width: 100% !important;
    padding: 9px;
    font-size: 16px;
    transition: box-shadow .25s, border-color .25s;
        height: 45px;
}
.react-tel-input .country-list {
    z-index: 1;
    background-color: #fff;
    border-radius: 7px;
    outline: none;
    width: 380px !important;
    max-height: 220px;
    margin: 10px 0 10px -1px;
    padding: 0px 50px 0px 20px;
    list-style: none;
    position: absolute;
    overflow-y: scroll;
    box-shadow: 1px 2px 18px #00000040;
}
.react-tel-input .country-list .search {
    z-index: 2;
    background-color: #fff;
    padding: 10px 0 6px 0px;
    position: sticky;
    top: 0;
}
.react-tel-input .flag-dropdown {
    border-radius: 3px 0 0 3px;
    padding: 0;
    position: absolute;
    top: 43px;
    /* bottom: 0; */
    outline: none;
}
input.search-box {
    height: 36px;
 
}
.react-tel-input .selected-flag:before {
    content: "";
    border: 1px solid #0000;
    border-radius: 4px 2px 2px 4px;
    width: 100%;
    transition: box-shadow .25s, border-color .25s;
    display: block;
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 0;
    outline: none;
}



.edit-profile .react-tel-input .form-control {
    color: #495057;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 5px;
    outline: none;
    width: 100% !important;
    padding: 9px;
    font-size: 16px;
    transition: box-shadow .25s, border-color .25s;
        height: 45px;
}
.edit-profile .react-tel-input .flag-dropdown {
    border-radius: 3px 0 0 3px;
    padding: 0;
    position: absolute;
    top: 0px!important;
    /* bottom: 0; */
    outline: none;
}

button.close-match {
    height: 40px;
    float: left;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 8px 0 0 0;
    box-shadow: 0px 0px 8px 0px #ccc;
    background: #fff !important;
}

.menu-options {
  padding: 2px 4px;
  cursor: pointer;
}
.menu-options span {
    font-size: 14px;
}

/*.menu-options:hover {
  background-color: #f3f4f6;
}
*/
.menu-options.active-page {
  font-weight: bold;
  color: #faa41a; /* or any brand color */
}
.user-profile-info {
    float: left;
    width: 100%;
    display: inline-grid
;
  
    justify-content: space-around;
  

    justify-items: center;
}
.user-profile-info img {
    border-radius: 40px;
    width: 50px;
    height: 50px;
    border: solid 3px #fff;
}
.user-profile-info span {
    font-size: 14px;
    color: #fff;
}

button.flex.items-center.space-x-2.focus\:outline-none {
    background: none;
    border: 0px;
}

button.w-full.text-left {
    border: 0px;
    background: none;
}

/* TinderCards.css */

.tinder {
  position: relative;
  width: 100%;
  height: 760px;
}

.tinder--cards {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  height: 100%;
  position: relative;
}

.tinder--card {
    position: absolute;
    background: #fff;
    width: 100%;
    max-width: 500px;
    
    border-radius: 10px;
    /* box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2); */
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
    /* display: flex
; */
    /* flex-direction: column; */
    /* justify-content: flex-end; */
    /* padding: 0px; */
    /* box-sizing: border-box; */
    /* will-change: transform; */
}
.tinder--card img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 20px 20px;
}
.tinder--status {
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
  z-index: 2;
  font-size: 32px;
  color: red;
}

.tinder--buttons {
    position: absolute;
    width: 100%;
    display: flex
;
    justify-content: center;
    z-index: 3;
    bottom: 35%;
}

.tinder--buttons button {
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0 0px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease;
    line-height: 0px;
}

.tinder--buttons button:hover {
  transform: scale(1.1);
}

.tinder_love .tinder--card {
  border: 3px solid #00e676;
}

.tinder_nope .tinder--card {
  border: 3px solid #ff1744;
}


.user-imginfo img {
    border-radius: 50%;
    margin: 0px 12px 0 1px;
}

ul.absolute {
    position: absolute;
    width: 100%;
}
ul.absolute li {
    list-style: none;
}
ul.absolute {
    padding: 0px 17px;
    z-index: 99;
}
ul.absolute li a {
    color: #000;
    padding: 0px 0 0 13px;
}
.user-imginfo {
    padding: 25px 0 0 0;
}

img.border-styleview {
    border: solid 2px #fff;
}


.font-semibold {
  color: #faa41a !important;
}

span.gender-type {
    font-weight: 400;
    font-size: 16px;
    color: #7a7a7a;
    padding: 0 0 0 3px;
}

p.user-age-info span {
    font-weight: 400;
    font-size: 16px;
      color: #7a7a7a;
}

span.more-details-n-btn {
    float: left;
    width: 160px;
    margin: 10px 0 0 40px;
    padding: 10px 0px 13px 0px;
    background-color: #ff7700;
    color: #fff;
    border: none;
}span.more-details-n-btn a {
    color: #fff; font-size: 16px;
}
.about-userinfo {
    display: inline-block;
    text-align: left;
    border-top: solid 1px #e7e7e7;
    padding: 0px 0 0 0;
    margin: 10px 0 0 0;
}

.about-userinfo h3 {
    margin: 0px;
}
.about-userinfo p {
    margin: 0px;
    line-height: 22px;
    font-size: 14px !important;
    margin: 0 0 12px 0;
}

button.btn.btn-sm.btn-outline-primary.float-right {
    background-color: #3b3951 !important;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 50px;
    border: 0px;
}

.no-image {
    padding: 66px;
}

.likestatus {
    position: absolute;
    top: 340px;
    width: 100%;
    text-align: center;
    margin: 0px 15px 0px -14%;
}
.likestatus img {
    animation: transitionIn 4s;
}

 #videos {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
    }

    #subscriber {
      width: 100%;
      height: calc(100vh - 80px);
      border: 2px solid #444;
      border-radius: 8px;
      background-color: #000;
      position: relative;
      overflow: hidden;
    }

    #publisher {
      position: absolute;
      bottom: 90px;
      right: 10px;
      width: 150px;
      height: 100px;
      border: 2px solid white;
      border-radius: 8px;
      z-index: 10;
      background-color: #000;
    }

    .controls {
      position: absolute;
      bottom: 20px;
      width: 100%;
      display: flex;
      justify-content: center;
      gap: 15px;
      z-index: 20;
    }

    .controls button {
      padding: 10px 15px;
      font-size: 14px;
      font-weight: bold;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .controls button#toggleVideo {
      background-color: #007bff;
      color: #fff;
    }

    .controls button#toggleVideo:hover {
      background-color: #0056b3;
    }

    .controls button#endCall {
      background-color: #dc3545;
      color: #fff;
    }

    .controls button#endCall:hover {
      background-color: #a71d2a;
    }

    @media (max-width: 768px) {
      #publisher {
        width: 120px;
        height: 80px;
      }

      .controls button {
        padding: 8px 12px;
        font-size: 12px;
      }
    }

    @media (max-width: 480px) {
      #publisher {
        width: 100px;
        height: 70px;
        bottom: 70px;
      }

      .controls {
        flex-direction: column;
        gap: 10px;
      }

      .controls button {
        width: 90%;
        margin: 0 auto;
      }

      button#toggleMice {
        margin: 0 0 0px 11px;
      }

      button#toggleVideo {
        margin: 0 0 0px 11px;
      }

      button#endCall {
        margin: 0 0 0px 11px;
      }

      .controls {
        position: absolute;
        bottom: 50px;
      }

      button#toggleVideo img {
        width: 25px !important;
      }

      .controls button#toggleVideo {
        background-color: #333;
        color: #fff;
        height: 50px !important;
        width: 50px !important;
        border-radius: 50%;
      }

      button#endCall img {
        width: 25px !important;
      }


      button#endCall {
        background-color: #dc3545;

        height: 50px !important;
        width: 50px !important;
        border-radius: 50%;
      }


      button#toggleMice img {
        width: 25px !important;
      }

      .controls button#toggleMice {
        background-color: #333;
        color: #fff;
        height: 50px !important;
        width: 50px !important;
        border-radius: 50%;
      }
    }

    button#toggleVideo img {
      width: 25px !important;
    }

    .controls button#toggleVideo {
      background-color: #333;
      color: #fff;
      height: 60px;
      width: 60px;
      border-radius: 50%;
    }

    button#endCall img {
      width: 30px;
    }

    button#endCall {
      background-color: #dc3545;
      height: 60px;
      width: 60px;
      border-radius: 50%;
    }

    button#toggleMice img {
      width: 30px;
    }

    .controls button#toggleMice {
      background-color: #333;
      color: #fff;
      height: 60px;
      width: 60px;
      border-radius: 50%;
    }

    .controls button#toggleMice:hover {
      background-color: #0056b3;
    }

    .OT_publisher .OT_edge-bar-item.OT_mode-on,
    .OT_subscriber .OT_edge-bar-item.OT_mode-on,
    .OT_publisher .OT_edge-bar-item.OT_mode-auto.OT_mode-on-hold,
    .OT_subscriber .OT_edge-bar-item.OT_mode-auto.OT_mode-on-hold,
    .OT_publisher:hover .OT_edge-bar-item.OT_mode-auto,
    .OT_subscriber:hover .OT_edge-bar-item.OT_mode-auto,
    .OT_publisher:hover .OT_edge-bar-item.OT_mode-mini-auto,
    .OT_subscriber:hover .OT_edge-bar-item.OT_mode-mini-auto {
      top: 0;
      opacity: 0 !important;
    }

    .OT_mini .OT_mute.OT_mode-on,
    .OT_mini:hover .OT_mute.OT_mode-auto,
    .OT_mute.OT_mode-mini,
    .OT_root:hover .OT_mute.OT_mode-mini-auto {
      top: 50%;
      display: none;
    }

    /* Full screen center */
.success-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* Card style */
.success-card {
    background: #fff;
    border-radius: 16px;
    padding: 59px 0px;
    max-width: 572px;
    width: 100%;
    box-shadow: none !important;
}

/* Success Icon */
.success-icon {
  width: 80px; /* w-20 */
  height: 80px; /* h-20 */
  border-radius: 50%;
  background: #ecfdf5; /* bg-green-50 */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  margin: 0 auto 16px;
}

/* Title */
.success-card h1 {
    font-size: 28px;
    font-weight: bold;
    color: #0f100f;
    margin-top: 51px !important;
}

/* Message text */
.success-card p {
  color: #6b7280; /* text-gray-600 */
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
}

/* Divider */
.divider {
  margin: 24px 0; /* my-6 */
  border-top: 1px solid #e5e7eb; /* border-gray-200 */
}

/* Sub-heading */
.success-card h2 {
  font-size: 20px; /* text-xl */
  font-weight: 600;
  color: #1f2937; /* text-gray-800 */
  margin-top: 10px;
}

/* Secondary text */
.success-card h2 + p {
  color: #9ca3af; /* text-gray-500 */
  margin-top: 6px;
  font-size: 15px;
}

/* Button group */
.button-group {
  display: flex;
  justify-content: center;
  gap: 16px; /* gap-4 */
  margin-top: 24px; /* mt-6 */
}

/* Buttons */
.btn {
  padding: 10px 24px; /* px-6 py-2 */
  border-radius: 10px; /* rounded-lg */
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Yes Button */
.yes-btn {
  background: #7c3aed; /* bg-purple-600 */
  color: #fff;
}

.yes-btn:hover {
  background: #6d28d9; /* hover:bg-purple-700 */
}

/* No Button */
.no-btn {
  background: #f3f4f6; /* bg-gray-100 */
  color: #374151; /* text-gray-700 */
}

.no-btn:hover {
  background: #e5e7eb; /* hover:bg-gray-200 */
}

.join-group-bnt {
    border-right: 0px 10px;
    border-left: solid 1px #ededed;
    padding: 0px 20px;
}
.loader {
    border: 8px solid #ff7700;
    border-top: 8px solid #22203a;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    left: 50%;
    animation: spin 1s linear infinite;
    position: absolute !important;
    top: 50%;
}
.spinner-border{
    border: 8px solid #ff7700;
    border-top: 8px solid #22203a;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    left: 50%;
    animation: spin 1s linear infinite;
    position: absolute !important;
    top: 50%;
}
        @keyframes spin {
          0% {
            transform: rotate(0deg);
          }
          100% {
            transform: rotate(360deg);
          }
        }
        button[disabled] {
          opacity: 0.5;
          cursor: not-allowed;
        }

        .cancel-plan {
          background-color: #f44336;
          color: white;
          padding: 10px 20px;
          border: none;
          cursor: pointer;
          margin-top: 10px;
        }

        .cancel-plan:disabled {
          background-color: #ccc;
        }

        @keyframes spin {
          0% {
            transform: rotate(0deg);
          }
          100% {
            transform: rotate(360deg);
          }
        }

.mute-icon,
.video-callicon,
.endcall-icon {
  border: none;
  background-color: #4A4A4A; /* neutral default */
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  transition: background 0.25s ease, transform 0.2s ease;
  cursor: pointer;
}

/* Active states */
.mute-icon.active {
  background-color: #2ECC71; /* subtle green when mic ON */
}

.video-callicon.active {
  background-color: #3498DB; /* soft blue when video ON */
}

.endcall-icon {
  background-color: #E63946; /* premium soft red */
}

/* Hover effects */
.mute-icon:hover {
  background-color: #5C5C5C; /* slightly lighter gray */
  transform: scale(1.05);
}

.video-callicon:hover {
  background-color: #5C5C5C; /* same hover for neutral */
  transform: scale(1.05);
}

.mute-icon.active:hover {
  background-color: #3FE081; /* lighter green on hover */
}

.video-callicon.active:hover {
  background-color: #4AAEEF; /* lighter blue on hover */
}

.endcall-icon:hover {
  background-color: #FF4D5A; /* lighter red */
  transform: scale(1.08);
}

.sender-user-message {
    float: right;
    /* min-width: 190px; */
}
.action-button-chat button img {
    width: 20px;
}
button.aicon-info {
    width: 40px;
    height: 40px;
    border: solid 1px #cce1d7;
    border-radius: 50%;
    margin: 0 5px 0 5px;
    background-color: #f7fffb;
}
.group-chat-icons img {
    width: 29px;
}
button.singel-chatuser {
    /* width: 150px; */
padding: 10px 34px;
    border-radius: 7px;
}
.singel-chatuser img {
    width: 20px;
}
button.group-chat-icons {
   padding: 10px 34px;
    border-radius: 7px;
}

.btn.singel-chatuser {
    background-color: #ffffff;
    box-shadow: none;
    border: solid 1px #ccc;
}
.btn.active-single {
    background-color: #ea9b1f;
    color: #fff;
    font-weight: 400;
}

.menutabs {
    padding: 0 0 0 16px;
}
.custom-form__search-wrapper img {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 23px;
}

li.messaging-member {
    background-color: #fff;
    margin: 0 0 10px 0;
    padding: 10px 10px !important;
    border-radius: 10px;
    box-shadow: none !important;
    border: none !important;
}


li.messaging-member.messaging-member--online.active {
    color: #fff !important;
}

.date_time {
    text-align: right;
    color: #faa41a;
    font-size: 12px;
}

span.action-option-endcall {
    background-color: #22203a;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 4px 18px;
    display: inline-block;
    border-radius: 4px;
}

.action-button-chat .aicon-info {
  position: relative;
  display: inline-block;
  margin: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

/* Tooltip text shown on hover */
.action-button-chat .aicon-info::after {
  content: attr(title);
  position: absolute;
  bottom: 60%; /* Above the button */
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 8px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  z-index: 10;
}

/* Show tooltip on hover */
.action-button-chat .aicon-info:hover::after {
  opacity: 1;
}

.file-preview-list {
    display: flex
;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px;
    margin: 0px 0 20px 10px;
    max-width: 90%;
}

.file-preview-item {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 5px 10px;
  border-radius: 6px;
}

.file-preview-thumb {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 8px;
}

.file-preview-icon {
  font-size: 20px;
  margin-right: 8px;
}

.file-name {
  font-size: 12px;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.remove-file-btn {
  background: transparent;
  border: none;
  color: red;
  margin-left: 5px;
  cursor: pointer;
}
.custom-form__send-wrapper {
    background: #f2f2f2;
}


.chat-input-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 8px;
  background: #f7f7f7;
}

.chat-input {
  flex: 1;
  min-height: 40px;
  padding: 5px;
  outline: none;
  white-space: pre-wrap;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.chat-input:empty:before {
  content: attr(placeholder);
  color: #aaa;
}

.inline-file-chip {
  display: flex;
  align-items: center;
  background: #eee;
  border-radius: 6px;
  padding: 3px 6px;
  margin-right: 4px;
}

.inline-file-thumb {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 4px;
}

.file-chip-name {
  font-size: 12px;
  margin-right: 4px;
}

.remove-chip {
  background: none;
  border: none;
  color: red;
  cursor: pointer;
  font-size: 12px;
}

.file-btn {
  margin-left: 8px;
  cursor: pointer;
}

.send-btn {
  margin-left: 8px;
  background: #4b6ef5;
  color: #fff;
  border: none;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
}

.OT_publisher .OT_subscriber {
    position: relative;
    min-width: 48px;
    min-height: 48px;
    position: absolute;
    z-index: 999;
    right: 40px;
    bottom: 50px;
    border: solid 4px #fff;
    border-radius: 9px;
}

.swal-confirm-button {
  background-color: #E91E63;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 24px;
  margin: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.swal-cancel-button {
  background-color: #fff;
  color: #E91E63;
  border: 2px solid #E91E63;
  border-radius: 10px;
  padding: 12px 24px;
  margin: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.swal-confirm-button:hover,
.swal-cancel-button:hover {
  transform: scale(1.05);
  opacity: 0.9;
}
.custom-slider {
  height: 8px;
      margin-bottom: 20px;
  border-radius: 4px;
  background: #ccc; /* unselected track color */
  position: relative;
}

.custom-slider .custom-track {
  position: absolute;
  height: 8px;
  border-radius: 4px;
  background: #f39c12; /* selected range color */
}

/* Thumb style */
.custom-slider .custom-thumb {
    height: 23px;
    width: 23px;
    background-color: #2c1e4a;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #000;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    top: 43%;
    transform: translateY(-50%);
    color: #fff;
    padding: 1px 3px;
    line-height: 16px;
}


.custom-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.swiper-button-prev.custom-arrow {
  left: -20px; /* adjust as needed */
}
.swiper-button-next.custom-arrow {
  right: -20px; /* adjust as needed */
}
.slider-container {
          width: 100%;
          max-width: 900px;
          margin: 0 auto;
          position: relative;
        }
        .product-image {
          width: 100%;
          height: auto;
          object-fit: contain;
        }
        .custom-arrow {
          width: 40px;
          height: 40px;
          background: rgba(255, 255, 255, 0.8);
          border-radius: 50%;
          box-shadow: 0 4px 12px rgba(0,0,0,0.1);
          z-index: 10;
        }
        .swiper-button-prev,
        .swiper-button-next {
          top: 50%;
           color: #000;
          transform: translateY(-50%);
        }
        .swiper-button-prev {
          left: -50px; /* Adjust distance of left arrow */
        }
        .swiper-button-next {
          right: -50px; /* Adjust distance of right arrow */
        }

        .product-image{
        border: solid 3px #22203a !important;
    border-radius: 20px !important;
        }

button.accordion-button.collapsed {
    background: transparent;
    font-size: 18px;
    font-weight: 500;
}
.accordion-item {
    background: rgb(247 247 247);
    margin-bottom: 10px;
}

.banner_content h1 {
    font-size: 57px;
    line-height: 69px;
    font-weight: 600;
    font-family: 'Jost', sans-serif!important;
}
p.tagline {
    font-size: 20px;
    font-weight: 400;
}
figure.image_apple {
    margin-left: 0px;
}
figure {
    margin: 0px!important;
}
.h4, h4 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    font-family: 'Jost', sans-serif!important;
    margin: 0px;
}
.h2, h2 {
    font-size: 38px;
    line-height: 53px;
    font-weight: 600;
     font-family: 'Jost', sans-serif!important;
}
.aboutus_text p {
    color: #4f4975;
}

ul.list-unstyled li {
    font-size: 16px;
    color: #4f4975;
}

b, strong {
    font-weight: bolder;
    color: #000;
}

#testimonials img {
    width: 100px;
    text-align: center;
    display: inherit;
    border-radius: 50%;
    margin: 0 auto;
}

#how-it-works {
  
    display: inline-block;
    width: 100%;
}

section#testimonials {
    display: inline-block;
    width: 100%;
}
button.bnt-action {
    margin: 0px 5px;
}
button.bnt-action {
    margin: 0px 4px;
}

button[disabled] {
opacity: 1!important;
background-color: #22172A;

}

.calluserdetails h2 {
    color: #fff;
    font-size: 28px;
    padding: 20px 0 0 20px;
}

.timer-display strong {
    color: #fff;
}
img.cardinfoviews {
    border-radius: 50% !important;
    width: 70px !important;
    height: 70px !important;
    float: left;
    margin: 10px 10px 0 10px;
    border: solid 4px #fff;
}

.calluserdetails {
    position: absolute;
    z-index: 999;
    width: 100%;
}