html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {
    scroll-behavior: smooth;
  }
.navbar-light .navbar-nav .nav-link {
    color: #151515;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'Poppins', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*common class*/
.main-heading {
    font-size: 65px;
    color: #fff;
    font-weight: 600;
}
.drop-shadow{
	filter: drop-shadow(1px 3px 0px black);
    max-width: 100%;
margin: 0 auto;
text-align: center;
}
.header-section {
	background-image: url(../img/home_header-img-grad.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	height: calc(100vh - 10vh);
	display: flex;
	align-items: center;
	/* background: transparent linear-gradient(180deg, #8459AB 0%, #542A79 74%) 0% 0% no-repeat padding-box; */
    padding: 0px 15px;
}

.logo img {
    width: 300px;
}
.width60per{
	width: 60%;
}
.pt-160{
	padding-top:190px ;
}
.custom-menu li {
    padding: 0px 10px;
}
.custom-menu li a {
    color: #fff;
}
.pink-btn {
    color: #fff;
    background-color: #8459AB;
    border: 1px solid #8459AB;
    border-radius: 50px;
    padding: 10px 20px;
    box-shadow: none !important;
    outline: none;
}
.blue-btn {
    color: #fff;
    background-color: #8459AB;
    border: 1px solid #8459AB;
    border-radius: 50px;
    padding: 10px 20px;
    box-shadow: none !important;
    outline: none;
}
.mobile-part {
	margin-top: -170px;
	text-align: center;
}
.mobile-part img{
    width: 50%;
}
.gradient-bg {
	background: transparent linear-gradient(180deg, #8459AB 0%, #542A79 74%) 0% 0% no-repeat padding-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	border-radius: 26px;
	display: flex;
	align-items: center;
}
.second-white-text {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height:1.3;
}
.logo-icon {
    padding-left: 10px;
}
.logo-icon img {
    width: 210px;
}
.colum-text {
    padding-top: 25px;
}
.colum-img {
    position: relative;
    top: 1px;
    right: 1px;
}
.svg-why {
	text-align: left;
	margin-left: 20px;
}
.hover_lack:hover{
    color: #00132F;
}
.colum-img img {
    width: 100%;
	border-radius: 25px;

}
.main-pragraph {
    color: #fff;
    padding-top: 30px;
    font-size: 17px;
    padding-bottom: 30px;
    line-height: 1.5;
    font-weight: 500;
}
.pragraph-text {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 30px;
}
.pl90 {
    padding-left: 50px;
}
.width75 {
    width: 75%;
}
.blue-main-heading {
    font-size: 46px;
    color: #141414;
    font-weight: 700;
}
.paragraph-black-text {
    line-height: 1.5;
    font-weight: 500;
    color: #001C42;
}
.pt-120 {
    padding-top: 120px;
}
.mb-70 {
    margin-bottom: 70px;
}
.outer-box {
    box-shadow: 0px 1px 4px #d5d5d5;
    border-radius: 20px;
    margin-bottom: 20px;
    min-height: 430px;
}
.step-img img {
    width: 100%;
    border-radius: 20px;
    height: 230px;
    object-fit: cover;
}


.sub-blue-text {
    font-size: 32px;
    color: #141414;
}
.font-weight700{
	font-weight:700;
}
.font-weight600{
	font-weight:600;
}
.font-weight500{
	font-weight:500;
}
.sub-pink-text {
    font-size: 28px;
    color: #8459AB;
    line-height: 1.3;
}
.blue-large-text {
    font-size: 56px;
    color: #141414;
    line-height: 1.3;
}
.pink-large-text {
    font-size: 56px;
    color: #8459AB;
    line-height: 1.3;
}
.colum-grid-icon img {
    max-width: 170px;
    margin: 10px;
}
.blue-text {
    color: #141414;
}
.pink-text{
    color: #8459AB;
}
.black-text {
    color: #001C42;
}
.line-height1{
    line-height: 1 !important;
}
.black-text-pragraph {
    color: #00132F;
    line-height: 1.3;
}
.font24{
	font-size: 24px;
}
.font26{
    font-size: 26px;
}
.font32{
    font-size: 32px; 
}
.font14 {
    font-size: 14px;
}
.icon-img img{
	width:117px;
}
.height130 {
    height: 130px;
}
.card-colum-img img{
    width: 100%;
}
.img-border-radius{
    border-radius: 20px 20px 0px 0px;
}
.download-btn-anchor {
    color: #ffffff !important;
    background-color: #141414;
    padding: 15px 50px;
    border-radius: 40px;
    font-weight: 500;
}
.download-btn-anchor:hover {
    color: #ffffff !important;
    text-decoration: none;
}
.app-download-part img {
    width: 130px;
    margin-right: 20px;
}
.app-download-part {
    width: 100%;
    margin-top: 40px;
}
.download-btn {
    margin-top: 70px;
}
.blog-img img {
    width: 100%;
    background: #efefef;
    height: 350px;
    object-fit: cover;
}
.testimonials-img img {
    background: #efefef;
    width: 40px;
    border-radius: 50px;
    padding: 5px;
}
.testimonials-img {
    margin-top: 70px;
}
footer {
	background: #F3F3F3;
	text-align: center;
}
.logo-fotterSec img {
    width: 230px;
}
.mt-120{
    margin-top: 120px;
}
.white-text{
    color: #fff;
}
.footer-menu li {
    padding-bottom: 20px;
}
a:hover{
    text-decoration: none;
    color: #fff;
}
footer .svg-icon {
    padding-right: 10px;
}
.contact-info {
    padding-top: 40px;
}
.copyright {
    color: #000;
    opacity: 40%;
}
.pt-90{
    padding-top: 30px;
}
.pb-90{
    padding-bottom: 30px;
}

.circle-part {
    background: white;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    margin-right: 30px;
}
.small-white-text {
    color: #fff;
    padding-bottom: 20px;
}

.signup {
    color: #fff !important;
    font-size: 16px;
    background: #0265f2 !important;
    font-weight: 400;
    padding: 10px 25px;
    border-radius: 50px;
}
.book-demo {
    color: #fff !important;
    font-size: 16px;
    background: #8459AB !important;
    font-weight: 400;
    padding: 10px 25px;
    border-radius: 50px;
}
.button-bg {
    margin-top: 40px;
}
.how-it-works-img {
    text-align: center;
}
.how-it-works-img img {
    width: 160px;
    text-align: center;
    margin: 0 auto;
    height: 150px;
    object-fit: contain;
}
.arrow-next {
    display: flex;
    justify-content: end;
    padding-right: 20px;
}
.arrow-next i {
    color: #8459AB;
    font-size: 24px;

}

.gradient-bg-header {
    background-image: url(../img/gradient-bg-header.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: calc(70vh - 0vh);
    display: flex;
    align-items: center;
    justify-content: center;
}
.font40{
    font-size: 40px;
}
.line-height {
    line-height: 1.3;
}
.ourapp {
    line-height: 1.2;
    filter: drop-shadow(1px 3px 4px #4b4f58);
}
label {
    font-weight: 500;
    margin-bottom: 15px;
}
.light-border {
    border-radius: 50px !important;
    height: 60px !important;
    border: 2px solid #d3d3d5 !important;
    color: #231A1A !important;
    font-weight: 500 !important;
    padding-left: 30px !important;
}
.dark-border{
    border: 2px solid #212121 !important;
    border-radius: 50px !important;
    height: 60px !important;
    color: #231A1A !important;
    font-weight: 500 !important;
    padding-left: 15px !important;
}
.input-group-text {
    background-color: transparent !important;
    border: none !important;
    min-width: 70px;
    display: flex;
    justify-content: center;
}
input:focus {
    box-shadow: none !important;
    border: 2px solid #8459AB !important;
}
textarea:focus {
    box-shadow: none !important;
    border: 2px solid #8459AB !important;
}
.dark-input-style {
    height: 56px;
    border: none;
    border-radius: 0px;
    color: #231A1A !important;
    font-weight: 500 !important;
    background: transparent;
}
.width80 {
    width: 80% !important;
}
.full-img img {
    width: 100%;
}
.black-text-bold {
    color: #231A1A;
    font-weight: 700;
    font-size: 20px;
}
.light-grey-pragraph {
    color: #7D7D7D;
    font-size: 14px;
}
.submit-botton {
    background: #8459AB;
    color: #fff;
    border: none;
    width: 50%;
    padding: 20px;
    border-radius: 50px;
}
.light-blue {
    font-size: 14px;
    color: rgb(2 101 242 / 50%);
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}
.carousel-indicators li {
    width: 15px !important;
    height: 15px !important;
    border-radius: 100% !important;
    opacity: 1 !important;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #141414 !important;
}
.carousel-indicators {
    bottom: 10px !important;
}
.our-app-bg {
    background-image: url(../img/our-app-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: calc(80vh - 0vh);
    display: flex;
    align-items: center;
}
.width180{
    width: 180px !important;
}
.drop-shadow2 {
    filter: drop-shadow(1px 3px 4px #4b4f58);
}
.mt20{
    margin-top: 20px !important;
}
.height450 img {
    height: 450px;
    object-fit: cover;
}
.link-group {   
    cursor: pointer;
}
.postion-top{
    position: absolute;
    top: 40px;
    left: 40px;
}
.postion-bottom{
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.svg-icon-group {
    display: flex;
    align-items: center;
}
.pink-text-link {
    color: #8459AB;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
}
.svg-icon-group img {
    padding-right: 10px;
}
.font18 {
    font-size: 18px;
}
.p-80 {
    padding: 80px;
}
a.blue-text:hover {
    color: #141414;
}
.heighvh70{
    height: calc(70vh - 0vh);
}
.button-colum {
    width: 100%;
    float: left;
}
.pink-btn-large {
    color: #fff;
    background-color: #8459AB;
    border: 1px solid #8459AB;
    border-radius: 50px;
    padding: 15px 20px;
    box-shadow: none !important;
    outline: none;
    float: left;
    font-size: 20px;
    min-width: 200px;
    text-align: center;
}
.blue-btn-large{
    color: #fff;
    background-color: #8459AB;
    border: 1px solid #8459AB;
    border-radius: 50px;
    padding: 15px 20px;
    box-shadow: none !important;
    outline: none;
    float: left;
    font-size: 20px;
    min-width: 200px;
    text-align: center;
}
.see-more {
    color: #939393;
    text-align: center;
    margin-top: 50px;
}
.see-more a{
    color: #939393;
}
.see-more a:hover{
    color: #939393;
    text-decoration: none;
}
.pt-70{
    padding-top: 70px;
}
.input-group-text {
    background-color: #fff;
    border: 1px solid #fff;
}
.login-bg-header {
    background-image: url(../img/login-bg-header.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: calc(100vh - 5vh);
    display: flex;
    align-items: center;
}
.submit-botton-login {
    background: #8459AB;
    color: #fff;
    border: none;
    font-size: 26px;
    border-radius: 50px;
    padding: 20px 120px;
    font-weight: 500;
}
.signup-bg-header {
    background-image: url(../img/signup-bg-header.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: calc(100vh - 5vh);
    display: flex;
    align-items: center;
}
.white-card {
    box-shadow: 0px 1px 4px #d5d5d5;
    border-radius: 20px;
    margin-bottom: 20px !important;
    width: 30%;
    margin: -50px auto;
    background: #fff;
    padding-bottom: 30px;
}
.user-img-proile img {
    width: 200px !important;
    margin-top: -100px;
}
.font34{
    font-size: 34px;
}
.dark-blue-btn a {
    background: #141414;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    display: flex;
    align-items: center;
    max-width: 180px;
    height: 45px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}
.dark-blue-btn img {
    margin-right: 5px;
    width: 16px;
}
.colum-img {
	background: #fff;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
.back-ground-none {
	background: transparent !important;
}
.card-content{
    padding: 0px 15px;
}
.about-text-comment {
	text-align: center;
}
.bold-text {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}
blockquote p {
	line-height: 1.5;
	font-style: italic;
	font-size: 16px;
	margin-bottom: 10px;
}
/*Responsive*/
@media (max-width:1199px) {
    .drop-shadow {
        max-width: 80%;
        margin: 0 auto;
        text-align: center;
        font-size: 44px;
        line-height: 46px;
    }
    .download-btn-anchor {
        padding: 15px 20px;
    }
    .smalltext-header {
        line-height: 26px;
    }
    .sub-pink-text {
        font-size: 21px;
        color: #8459AB;
        line-height: 1.3;
    }
    .mobile-part {
        margin-top: -170px;
    }
  
}
@media  (max-width: 991px) {
    .drop-shadow {
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 44px;
        line-height: 46px;
    }
    .download-btn-anchor {
        padding: 15px 20px;
    }
    .font24 {
        font-size: 20px;
    }
    .paragraph-black-text {
        font-size: 14px;
    }
    .mobile-part {
        margin-top: -170px;
    }
    .navbar {
        justify-content: center;
    }
    .navbar-light .navbar-toggler {
        position: fixed;
        right: 30px;
        top: 30px;
    }
  
}


@media (max-width: 767px) {
    .sub-heading-text {
        font-size: 18px !important;
    }
    .logo-fotterSec {
        margin-bottom: 30px;
    }
    .footer-heading {
        margin-bottom: 20px;
    }
    .outer-box {
        min-height: 380px;
    }
    .navbar {
        justify-content: center;
    }
    .navbar-light .navbar-toggler {
        position: fixed;
        right: 30px;
        top: 30px;
    }
    .main-heading h6 {
        font-size: 28px;
        line-height: 36px;
    }
    .header-section {
        height: calc(100vh - 30vh);
    }
    .pl90{
        padding-left: 0px;
    }
    .smalltext-header {
        line-height: 26px;
        font-size: 14px !important;
    }
    .mobile-part {
        margin-top: -130px;
    }
    .mobile-part img {
        width: 100%;
        max-width: 330px;
    }
    .card-content {
        padding: 0 15px !important;
    }
    .swiper-slide {
        width: 100% !important;
    }
    .colum-img img {
        max-width: 100%;
        display: block;
        margin: 0 0 0 auto;
    }
    .colum-img {
        border-radius: 0px;
        text-align: center;
        background-color: transparent;
    }
    .header-app-download-part {
        margin-top: 10px !important;
    }
    .header-app-download-part img {
        width: 118px !important;
    }
    
}







.pt-150 {
    padding-top: 150px;
}

.tab-text {
    width: 90%;
    margin: 0 auto;
}

.tab-text img{
    width: 25px;
}

.tab-text a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: black;
    vertical-align: middle;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 20px 25px;
    border-radius: 50px;
    text-align: center;
    justify-content: flex-start;
    box-shadow: 0px 0px 15px rgba(17, 47, 89, 0.1);
    background-color: white;
}
.active-border{
    border: 2px solid #141414;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);

}
.tab-text span{
    margin-left:15px;
}

.p-100{
    padding: 100px;
}

.profile-data h1{
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 34px;
line-height: 51px;

color: #000000;
}

.profile-data p{
    font-family: Poppins;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 36px;

color: #141414;
}



.star-rating img{
    margin-right: 2px;
    width:  35px;
}

.inner-button img{
    width: 25px;
    margin-right: 10px;
}

.inner-button button {
    border-radius: 32px;
  
    padding: 15px 20px;
    color: white;
    display: flex;
    align-items: center;
    margin-right: 25px;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;    
    justify-content: center;
    line-height: 25px;
}
.blue-bg{
    background: #141414 !important;
}
.pink-bg{
    background: #8459AB;

}
.inner-data-profle {
    padding: 20px 0px;
}
.inner-data-profle img{
    width: 25px;    
    margin-right: 25px;
}

.inner-data-profle h1{
    font-family: Poppins;
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 33px;
}
.box-layout{
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(17, 47, 89, 0.1);
    border-radius: 25px;
    padding: 60px 60px;
}
.box-shadow-div{
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(17, 47, 89, 0.1);
    border-radius: 25px;
    padding: 20px;
}
b{
    font-weight: bold;    
}
.text-title h1{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 46px;
    line-height: 48px;
    display: flex;
    align-items: flex-end;
    letter-spacing: -0.5px;
    color: #141414;
    mix-blend-mode: normal;
    opacity: 0.96;
}
.user-rating-img img{
width: 20px;
}

.user-text-rev h1{

    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 5px;
    color: #000000;
}

.user-text-rev p{
    font-family: Poppins;
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 19px;

color: #7D7D7D;
}

.user-rev-img img{
    width: 60px;
    margin-right: 20px;
}

.date_text p{
    font-family: Poppins;
font-style: normal;
font-weight: 500;
font-size: 10px;
line-height: 15px;
text-align: right;

color: #7D7D7D;
}

.user-trans img{
    width: 45px;
    margin-right: 20px;
    border-radius:10px ;
}

.user-text-trans  h1{

    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 5px;
    color: #000000;
}


.user-text-trans p{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130.4%;
    /* or 18px */
    
    display: flex;
    align-items: center;
    
    /* Form Border */
    
    color: rgba(3, 20, 66, 0.25);
}

.date_text_trans p{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130.4%;
    /* or 18px */
    color: #33B055;
}

.tran_incoming img{
    width: 25px;
    margin-right: 10px;
}

.tran_incoming h1{
    font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 130.4%;
/* or 18px */
}
.tran_incoming {
   padding: 20px;
}

.blue-text{
    color: #141414 !important;
}

.inner-data-trans{
    padding: 10px 20px;
}

.view_text p{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    
    display: flex;
    align-items: center;
    letter-spacing: 0.1px;
    color: #8459AB;
}
/* profile page css end */

/* my qr code start */


.inner-qr-list a{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: black;
    vertical-align: middle;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 15px 25px;
    border-radius: 50px;
    text-align: center;
    justify-content: flex-start;
    box-shadow: 0px 0px 15px rgba(17, 47, 89, 0.1);
    background-color: white;
    border: 2px solid #000000;
}
.header-pos {
	position: fixed;
	z-index: 10;
	width: 100%;
	/* left: 5%; */
	/* top: 30px; */
	background: #f5f5f5;
	padding-top: 10px;
}
.pink-indi {
    position: inherit !important;
    margin-top: 50px;
}
.pink-indi li {
    bottom: -40px !important;
    border: 1px solid #8459AB;
    width: 10px !important;
    height: 10px !important;
}
.pink-indi .active {
    opacity: 1;
    background-color: #8459AB !important;
    
}
.info-next {
    position: inherit !important;
    background: #8459AB;
    margin: 0 auto;
    margin-top: 30px;
    padding: 15px !important;
    border-radius: 30px;
    font-size: 20px;
    opacity: 1;
}
.inner-qr-list img{
    width: 25px;
    margin-right: 10px;
}

.inner-qr-list {
    width: 80%;
    margin: 0 auto;
}

.or-img-inner img{
    width: 250px;
    margin: 0 auto;
    text-align: center;
}

/* my qr code  end  */
   



/* review user start */

.user-text-review h1{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    
    color: #000000;
}

.user-text-review p{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    
    letter-spacing: 0.1px;
    
    /* Dark – #00132F */
    
    color: #001C42;
}

.user-text-review span{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    display: flex;
    align-items: center;
    letter-spacing: 0.1px;

    /* Dark – #00132F */

    color: #001C42;

    opacity: 0.5;

}

.user-review img {
    width: 60px;
    margin-right: 25px;
}

.inner-button-review button {
    border-radius: 32px;
   
    padding: 15px 20px;
    color: white;
    display: flex;
    align-items: center;
    margin-right: 25px;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}
.inner-button-review  img{
    margin-right: 15px;
}

.down_text p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* display: flex; */
    /* align-items: center; */
    letter-spacing: 0.1px;
    color: #8459AB;
}
/* review user end */


/* transction start */

.transction-inner h1 {
    font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 70px;
line-height: 24px;
margin-bottom: 25px;
/* or 34% */


color: #200E32;
}


.transction-inner h1 span {
    font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 50px;
line-height: 24px;

/* or 34% */


color: #200E32;
}


.transction-inner p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    /* or 100% */
    
    
    
    color: #000000;
}


.transction-inner p span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    /* or 100% */
color: #33B055;
}

.inner-data-transaction{
    padding: 10px 20px;
    border-bottom: 1px solid #D8D8D8;
}

.inner-data-transaction:last-child{
   
    border-bottom: none !important;
}
/* transaction-end */


/* send tip start */


.sendtip-inner.text-center {
    width: 90%;
    margin: 0 auto;
}

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

.rating_sendtip img {
    width: 20px !important;
    margin-right: 3px;
}

.rating_sendtip p{
  margin: 0px;
  margin-left: 5px;
}

.img-send-user img{
    width: 150px;
}
.img-send-user h5{
    font-weight: 600;
}

.btn-border-black{
    border: 2px solid #212121;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 20px;
    width: 100%;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    
    color: #000000;
}

.tip_amt h2{
    font-weight: 600;
    font-size: 20px;
}

.btn-bg-pink{
    border: 2px solid transparent;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 20px;
    width: 100%;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    background: #8459AB;
    color: #fff;
}



/* The container */
.custom-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 15px;
  }
  
  /* Hide the browser's default checkbox */
  .custom-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: #eee;
    border: 2px solid #33B055;
    border-radius: 5px;
  }
  
  /* On mouse-over, add a grey background color */
  .custom-check:hover input ~ .checkmark {
    background-color: #fff;
  }
  
  /* When the checkbox is checked, add a blue background */
  .custom-check input:checked ~ .checkmark {
    background-color: #fff;

  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: block;
  }
  
  /* Show the checkmark when checked */
  .custom-check input:checked ~ .checkmark:after {
    display: none;
  }
  
  /* Style the checkmark/indicator */
  .custom-check .checkmark:after {
    left: 11px;
    top: 4px;
    width: 10px;
    height: 20px;
    border: solid #33B055;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tick_box p {
    text-align: justify;
    font-size: 16px;
}
.card-color p {
    color: #141414;
}

.or-color h2{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
    text-align: center;
    color: rgba(33, 33, 33, 0.4);

}


/* select start */

.layered-currency-switcher {
    width: auto;
    float: right;
    padding: 0 0 0 50px;
    margin: 0px;
}

.layered-currency-switcher li {
    display: block;
    float: left;
    font-size: 15px;
    margin: 0px;
}

.layered-currency-switcher li button.currency-switcher-btn {
    width: auto;
    height: auto;
    margin-bottom: 0px;
    background: #fff;
    font-family: Arial!important;
    line-height: 18px;
    border: 1px solid #dadada;
    border-radius: 25px;
    color: #9a9a9a;
    float: left;
    font-weight: 700;
    margin-left: -46px;
    min-width: 90px;
    position: relative;
    text-align: center;
    text-decoration: none;
    padding: 10px 11px 10px 49px
}


.layered-currency-switcher li button.currency-switcher-btn:focus {
    outline: 0;
    -webkit-outline: none;
    -moz-outline: none;
    -o-outline: none
}

.layered-currency-switcher li button.currency-switcher-btn:hover {
    background: #ddf6cf;
    border-color: #a9d092;
    color: #89b171
}

.layered-currency-switcher li button.currency-switcher-btn span {
    display: none
}

.layered-currency-switcher li button.currency-switcher-btn:first-child {
    border-radius: 25px
}

.layered-currency-switcher li button.currency-switcher-btn.selected {
    background: #de4c39;
    border-color: #de4c39;
    color: #fff;
    z-index: 99;
    padding-left: 23px!important;
    padding-right: 23px!important
}

.layered-currency-switcher li button.currency-switcher-btn.selected span {
    display: inline-block
}

.doubly,
.money {
    position: relative;
    font-weight: inherit !important;
    font-size: inherit !important;
    text-decoration: inherit !important;
}

.doubly-message {
    margin: 5px 0px
}



.doubly-float {
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: auto;
    z-index: 100000;
}

select.currency-switcher {
    margin: 0px;
    position: relative;
    top: auto;
}

select.currency-switcher {
    display: none
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Helvetica Neue", Arial;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 12px;
    padding-right: 30px;
    position: relative;
    text-align: left!important;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #88bfff
}

.nice-select:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: "";
    display: block;
    height: 5px;
    box-sizing: content-box;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 16px;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    z-index: 1000000 !important;
    top: 45px;
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0!important;
    right: 0!important
}


.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.flags-India,
.flags-United-States {
    width: 20px;
    height: 20px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin: 4px 0 0!important;
    opacity: 0;
    overflow: scroll;
    overflow-x: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    max-height: 260px;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 100000
}

.nice-select .current img,
.nice-select .option img {
    vertical-align: top;
    
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent!important
}

.nice-select .option {
    font-size: 13px !important;
    float: none!important;
    text-align: left !important;
    margin: 0px !important;
    font-family: Helvetica Neue, Arial !important;
    letter-spacing: normal;
    text-transform: none;
    display: block!important;
    cursor: pointer;
    font-weight: 400;
    line-height: 40px!important;
    list-style: none;
    min-height: 40px;
    min-width: 55px;
    margin-bottom: 0;
    outline: 0;
    padding-left: 18px!important;
    padding-right: 52px!important;
    text-align: left;
    transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}


.nice-select.slim {
    padding: 0 18px 0 0;
    height: 20px;
    line-height: 20px;
    border: 0;
    background: 0 0!important;
    
}

.nice-select.slim .current .flags {
    margin-top: 0 !important
}

.nice-select.slim:after {
    right: 4px;
    top: 15px;
}


.flags-United-States {
    background-image: url("../img/send-tip/flag/2.png");
    background-repeat: no-repeat;
    display: block;
    margin: 10px 4px 0 0 !important;
    float: left;
    background-position: center !important;
    background-size: cover;
}

.flags-India {
    background-image: url("../img/send-tip/flag/1.png");
    background-repeat: no-repeat;
    display: block;
    margin: 10px 4px 0 0 !important;
    float: left;
    background-position: center !important;
    background-size: cover;
}



.flags-United-States {
    background-position: -365px -5px
}
.flags-India {
    background-position: -445px -275px
}

.flags-small {
    background-image: url("../img/send-tip/flag/2.png");
    background-repeat: no-repeat;
    display: block;
    margin: 5px 3px 0 0 !important;
    border: 1px solid #fff;
    box-sizing: content-box;
    float: left
}

.nice-select.open .list .flags-small {
    margin-top: 15px !important
}

.flags-small.flags-India {
    width: 15px;
    height: 10px;
    background-position: -165px -90px
}

.flags-small.flags-United-States {
    width: 15px;
    height: 9px;
    background-position: -75px -160px
}

.doubly-float .nice-select .list {
    top: -90px;
    left: 0;
    right: auto
}

.nice-select,
.nice-select .list {
    background: #FFFFFF;
}

.nice-select .current,
.nice-select .list .option {
    color: #403F3F;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #F6F6F6;
}

    /* margin:5px 0 45px; */

/* select end */


.flag-span {
    position: relative;
    top: -2px;
}

.btn5percent {
    border: 2px solid rgba(3, 20, 66, 0.25);
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px;
    height: 50px;
    width: 50px;
    font-weight: 600;
}

.use_calculator h2 {
    font-weight: 600;
    font-size: 20px;
}

.btn-tip-all {
    display: flex;
    justify-content: space-between;
}


/* send tip end */


/* payment css start */

.custom-form{
    border: 2px solid rgba(3, 20, 66, 0.25);
    box-sizing: border-box;
    border-radius: 50px;
    padding: 15px;
    width: 100%;
}

.payment-card-inner h3{
    font-weight: 600;
    font-size: 20px;
}

.w-60 {
    width: 60%;
}

.b-none{
    border: none;
}

input:focus{
    border: 2px solid rgba(3, 20, 66, 0.25);
    outline: none;
}

.border-custom {
    width: 100%;
    border: 2px solid rgba(3, 20, 66, 0.25);
    box-sizing: border-box;
    border-radius: 50px;
    padding: 15px;
    width: 100%;
}

.focus_none:focus{
    outline: none;
    border: none;
}

.animation-arrow img {
    width: 35px;
}

.tick_svg_icon img{
    width: 100px;
}

.tick_svg_icon p{ 
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 39px;
    text-align: center;
    color: #FFFFFF;
}

.bg_screen_sucess{
    background-image: url(../img/gradient-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
	border-radius: 26px;
    border: none !important;
}

.review_data_modal  button {
    display: flex;
    justify-items: center;
    align-items: center;
    padding: 15px 30px;
    border-radius: 50px;
    border: none;
    background: white;
}

/* payment css end */

/* leave reply start */

/* Ratings widget */
.rate {
    display: inline-block;
    border: 0;
}
/* Hide radio */
.rate > input {
    display: none;
}
/* Order correctly by floating highest to the right */
.rate > label {
    float: right;
    color: #d7d7d7;
}
/* The star of the show */
.rate > label:before {
    display: inline-block;
    font-size: 1.9rem;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
   
    font-family: FontAwesome;
    content: "\f005 "; /* full star */
}
/* Zero stars rating */
.rate > label:last-child:before {
    content: "\f006 "; /* empty star outline */
}
/* Half star trick */
.rate .half:before {
    content: "\f089 "; /* half star no outline */
    position: absolute;
    padding-right: 0;
}
/* Click + hover color */
input:checked ~ label, /* color current and previous stars on checked */
label:hover, label:hover ~ label { color: #dee11c;  } /* color previous stars on hover */

/* Hover highlights */
input:checked + label:hover, input:checked ~ label:hover, /* highlight current and previous stars */
input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
label:hover ~ input:checked ~ label /* highlight previous selected stars */ { color: #dee11c;  } 


.leave-replay-inner h3 {
    font-weight: 600;
    font-size: 20px;
}
.leave-replay-inner p{
    font-weight: 600;
    font-size: 20px;
    color: #7D7D7D;
}

.custom-textarea{
    width: 100%;
    padding: 15px;
    border-radius: 20px;
    border: 2px solid #7d7d7d;
}

.input-textarea p{
    color: #c4c4c4;
}

.custom-textarea:focus{
    border: 2px solid #7d7d7d;
    outline: none;
}
.textarea-height {
	height: 300px !important;
	padding: 20px !important;
    resize: none;
}

.submit-review button {
    border: 2px solid transparent;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 20px;
    width: 90%;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    background: #8459AB;
    color: #fff;
    margin: 0 auto;
} 
/* leave reply end */


/* edit prfolie start  */

img.imgedit {
    width: auto;
    height: 300px;
    border: 4px solid #FFFFFF;
    box-sizing: border-box;
    filter: drop-shadow(0px 4px 20px rgba(101, 101, 101, 0.15));
    border-radius: 50%;
}

.avatar_edit .bottom_set {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.input-style-black {
    border: 2px solid #212121;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 15px;
    display: flex;
}

.input-style-black input {
    width: 100%;
}

.input-style-black input:focus {
   border: none;
   outline: none;
}

.dark-input-style:focus {
    border: none;
    outline: none;
    box-shadow: none !important;
    background: transparent;
}

.title-edit-profile h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #231A1A;
}

.title-edit-profile p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #7D7D7D;
}

.button-save button{
    border-radius: 32px;
    padding: 15px 40px;
    color: white;
    margin-right: 25px;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

.edit_profile_inner label:hover{
    color: black;
}
/* edit prfolie end  */




/* add resources css start */
.text-inner-resous h1{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    letter-spacing: -0.5px;
    color: #141414;
}

.text-inner-resous p{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
    line-height: 30px;
    letter-spacing: -0.4px;
    color: #000000;
}
/* add resources css end */


/* tell friend css start */

.frnd-img h2{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 63px;
    text-align: center;
    color: #141414;
}
.share-p{
font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 33px;
text-align: center;
color: #000000;
}

.tap-p{
font-family: Poppins;
font-style: normal;
font-weight: 500;
font-size: 10px;
line-height: 15px;
text-align: center;
color: #8459AB;
}
/* tell friend css end */


/* support text css start */

.support-text h1{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 51px;
    color: #000000;
}


.support-text p{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #141414;
}

.ques_text h1{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 48px;
    letter-spacing: -0.5px;
    color: #141414;
    mix-blend-mode: normal;
    opacity: 0.96;
}

.ques_text p{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    color: #000000;
}

.dummy_textarea_text {
    font-family: Poppins;
font-style: normal;
font-weight: 500;
font-size: 16px !important;
line-height: 22px;
color: #000000;
}

.textarea-custom{
    mix-blend-mode: normal;
    border: 2px solid rgba(3, 20, 66, 0.25);
    border-radius: 30px;
    width: 100%;
    padding: 30px;
}
.pinksubmit-btn {
    background: #8459AB;
    border-color: #8459AB;
    border-radius: 50px;
    padding: 5px 20px;
    color: #fff;
    box-shadow: none !important;
}
.pinksubmit-btn:hover {
    background: #bd0965;
    border-color: #bd0965;
    border-radius: 50px;
    padding: 5px 20px;
    color: #fff;
    box-shadow: none !important;
}
.pinksubmit-btn:focus {
    background: #bd0965;
    border-color: #bd0965;
    border-radius: 50px;
    padding: 5px 20px;
    color: #fff;
    box-shadow: none !important;
}
.pinksubmit-btn:active {
    background: #bd0965;
    border-color: #bd0965;
    border-radius: 50px;
    padding: 5px 20px;
    color: #fff;
    box-shadow: none !important;
}


.darkblue-btn  {
    background: #141414;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    align-items: center;
    max-width: 180px;
    height: 45px;
    margin: 0 auto;
    text-align: center;
    border: none;
    padding: 10px 30px;
   
}


/* support text css end */

.home-logo img {
    width: 100px;
}
.beauty-font {
    font-size: 18px;
    padding: 20px !important;
}
.svg-why img {
    width: 70px;
    margin-top: 60px;
}
.smalltext-header {
    font-size: 18px;
    margin-top: 20px;
}
.visible-hidden{
    visibility: hidden;
}

/*slider*/
.swiper {
  width: 100%;
  height: 100%;
  margin-left:0%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}







video {
    border-radius: 20px;
}
.contact-form label {
    font-size: 14px;
    margin-bottom: 10px;
}
.bg-pink-c {
    background: #d11374;
}
.page-hading-privacy {
    margin-top: 40px;
    color: #000000;
    font-size: 20px;
    border-bottom: 3px solid #d11374;
    width: 100%;
    line-height: 1.5;
    font-weight: 600;
    padding-bottom: 20px;
}
.privacy-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.privacy-text {
    line-height: 1.5;
}
.privicy-links {
	text-align: left;
	width: 100%;
	line-height: 1.5;
}
.privicy-links a {
    font-size: 14px;
    color: #7a7a7a;
}
.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
	background: #8459ab;
}
.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}
.header-app-download-part img {
	width: 170px;
    margin: 10px;
}
.header-app-download-part {
	margin-top: 50px;
}
.global-icon {
	width: 20px;
	color: #fff;
	filter: invert(1);
	position: relative;
	top: 4px;
}
.privicy-links li {
	width: 100%;
	float: left;
	/* margin-right: 20px; */
}
.main-content-blog-details {
    margin-top: 70px;
}
.blog-heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}
.post-date {
    font-size: 14px;
}
.post-date strong {
    font-weight: 600;
}
ul.social-icons img {
    width: 24px;
    margin-right: 10px;
}
ul.social-icons {
    display: flex;
    align-items: center;
    justify-content: end;
}
.opacity-down {
    font-size: 14px;
    opacity: 0.9;
    font-weight: 600;
}
.blog-big-img {
    margin-top: 60px;
    margin-bottom: 60px;
}
.blog-big-img img {
    width: 100%;
    border-radius: 10px;
    height: 550px;
    object-fit: cover;
}
.normal-text {
    line-height: 1.6;
    font-size: 14px;
}
.normal-text p {
    margin-bottom: 20px;
}
.blog-subheading {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 50px;
}
.entry-content-2 {
    padding: 20px;
}
.entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 14px;
}
h3.post-title {
    width: 100%;
    float: left;
}
.post-thumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
h3.post-title a {
    color: #d11374;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    float: left;
}
.post-exerpt {
    line-height: 1.5;
    font-size: 14px;
}
.text-brand {
    color: #d11374 !important;
    text-decoration: underline;
}
.address {
	text-align: left;
	margin: 0;
	padding: 0;
    margin-bottom: 20px;
}
.bold-text-f {
	font-weight: 500;
	padding-bottom: 5px;
	font-size: 14px;
    color: #000 !important;
}
.address li {
	line-height: 1.5;
    color:#7a7a7a;
}
.footer-heading {
	font-size: 20px;
	text-align: left;
	margin-top: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}
.home-logof img {
	width: 180px;
}
.logo-fotterSec {
	text-align: left;
}
.sub-heading-text {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 40px;
}

.name_reenter {
    display: flex;
    justify-content: center;
}
.social-links {
    list-style: none;
    padding-left: 0;
}

.social-links li {
    margin-bottom: 10px;
}

.social-links a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.social-links a:hover {
    color: #007bff; /* Or your theme color */
}

.social-links i {
    margin-right: 8px;
    width: 20px;
    text-align: center;
}
