@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
body{
	font-family: poppins;
	font-weight: 500;
	font-size: 16px;
	color: #000;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
img{
    max-width: 100%;
}
.min-h-50{
    min-height: 50%;
}
.button{
    min-height: 50px;
    min-width: 160px;
    border: none;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    font-family: poppins;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none!important;
}
.button:before{
	left: -51px;
}
.button:after{
	right: -51px;
}
.button span:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -25px;
    top: 0;
}
.button span:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -25px;
    top: 0;
}
.theme-btn{
    background: #ffad00;
    color: #fff!important;  
    
}
.theme-btn:before, .theme-btn:after {
    content: url('../images/btnshape.svg');
    position: absolute;
    line-height: 14px;
}
.theme-btn span:before {
   border-right: solid 25px rgb(255 173 0);
    border-bottom: solid 25px transparent;
    border-top: solid 25px transparent; 
}

.theme-btn span:after {
    border-left: solid 25px rgb(255 173 0);
    border-bottom: solid 25px transparent;
    border-top: solid 25px transparent;
}

.sec-btn{
    background: #fff;
    color: #000!important;
}
.sec-btn span:before {
   border-right: solid 25px #fff;
    border-bottom: solid 25px transparent;
    border-top: solid 25px transparent; 
}

.sec-btn span:after {
    border-left: solid 25px #fff;
    border-bottom: solid 25px transparent;
    border-top: solid 25px transparent;
}

.sec-title h2{
	font-size: 40px;
	letter-spacing: 0.03em;
	line-height: 46px;
	color: #000;
	text-transform: uppercase;
	font-family: poppins;
	font-weight: 400;
}
.suyog-txt{
    max-height: 40px;
}
/* Header */
header{
	background: url('../images/header-bg.png');
	background-size: cover;
	background-position: center;
	top: 0;
    width: 100%;
    z-index: 99999;
    min-height: 67px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
header.fixed{
    position: fixed;
}
header .container-fluid {
    max-width: auto;
    /* max-width: 1320px; */
}
header .theme-btn{
	min-width: 91px;
}
.navbar-brand {
    position: absolute;
    top: 0;
    justify-content: center;
    z-index: 9;
}
.homepage .navbar-brand:before {
    content: url("../images/logoicon.svg");
    position: absolute;
    bottom: -75px;
    margin-left: -19px;
}
header.fixed .navbar-brand:before,header.fixed .header-shape:before,header.fixed .header-shape:after{
    display: none;
}
.navbar-brand img {
  width: 60px;
  z-index: 4;
}
.navbar-nav {
  align-items: center;
}
.navbar .navbar-nav .nav-link {
  color: #000;
  font-size: 1.1em;
  padding: 0;
}
.navbar .navbar-nav .nav-link:hover{
    color: #e22026;
}
/* Page Title */
.page-title{
    background: url('../images/title-bg.png');
    background-size: cover;
    background-position: center;
    padding: 60px 0 50px 0;
}
.left-ico{
    transform: rotate(180deg);
}
/* Banner */
.banner{
	background: url('../images/banner-bg.jpg');
	background-size: cover;
	background-position: center;
}
.scroll-ico{
    bottom: -43px;
    max-width: 85px;
}
.register-box{
	border-radius: 27px;
	background: #fff;
	padding: 30px;
	box-shadow: 6px 6px #ffad00;
	position: relative;
	z-index: 1;
}
.form-field input {
    height: 50px;
    width: 100%;
    border-width: 0 0 1px 0!important;
    border-bottom: solid #dedede;
    outline: none;
}
.form-field input::placeholder{
	color: #000;
}
.form-field input:hover,.form-field input:focus{
	border-color: #ffad00;
}

.form-field input:focus::placeholder{
    font-weight: 500;
}
.custom-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custom-check label {
    min-width: 94px;
    height: 30px;
    border-radius: 15px;
    background: transparent;
    border: 0.5px solid #b7b7b7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.custom-check input:checked+label {
	background: #fff1d5;
	border-color: #ffad00;
	color: #ffad00;
}
/* Why Us */
.why-sec{
	background: url('../images/why-bg.jpg');
	background-size: cover;
	background-position: center;
}
.why-points{
	gap: 30px;
}
.why-box {
    text-align: center;
    font-weight: 500;
    min-height: 275px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.why-points li {
    /* width: calc(50% - 15px); */
    width: 100%;
    max-width: 240px;
}
/* Partner */
.partner-sec{
	background-color: #fbe8e9;
    background-image: url('../images/light-bg.svg');
}
.partnerico{
    max-width: 300px;
}
/* Latest Blog */
.blogs-listing .sec-title{
	background: #fff9ed;
    display: inline-block;
    padding: 14px 14px 0 14px;
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 9;
    top: 0px;
    border: solid #ffad00;
    border-width: 1px 1px 0 1px;
    top: 1px;
}
.blogs-listing .sec-title:before {
    content: "";
    height: 54px;
    width: 54px;
    position: absolute;
    background: #fff9ed;
    right: -40px;
    bottom: 0px;
}
.blogs-listing .sec-title:after {
    content: "";
    display: block;
    background-color: #fff;
    height: 65px;
    width: 42px;
    position: absolute;
    right: -42px;
    border-radius: 0 0 0 50px;
    z-index: 2;
    border: solid 1px #ffad00;
    bottom: 0px;
    border-width: 0 0 1px 1px;
}
.lt-tree,.rt-tree{
	max-width: 70px;
}
.blogslide{
	background: #fff9ed;
    border: 1px solid #ffad00;
    border-radius: 0 21px 21px 21px;
    padding: 50px;
    z-index: 4;
}
.blogslide:before{
	content: "";
    width: 49.36px;
    height: 82.26px;
    border-radius: 0px 41px 41px 0px;
    background: #fff;
    border: solid #ffad00;
    border-width: 1px 1px 1px 0;
    display: flex;
    position: absolute;
    left: -1px;
}
.blogslide:after{
	content: "";
    width: 49.36px;
    height: 82.26px;
    border-radius: 41px 0 0 41px;
    background: #fff;
    border: solid #ffad00;
    border-width: 1px 0 1px 1px;
    display: flex;
    position: absolute;
    right: -1px
}
.blog-item {
    border: 1px solid #ffc447;
    border-radius: 14px;
    overflow: hidden;
}
.blog-item:hover .blog-img img{
	transform: scale(1.1);
}
.blog-img{
	height: 200px;
	overflow: hidden;
}
.blog-img img{
	transition: 0.2s;
	object-fit: cover;
}
.blog-desc{
	padding: 14px;
	font-size: 15px;
    background: #fff9ed;
}
.blog-desc h4{
	font-size: 22px;
}
.blog-desc a {
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
}
.blog-desc a:hover,.blog-desc a:focus{
    color: #ffad00;
}
.blog-desc a i{
    font-size: 20px;
    color: #ffad00;
}
.pub-date {
    min-width: 82px;
    padding: 2px 8px;
    display: inline-flex;
    min-height: 22px;
    background: #ffad00;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.blogslide .slick-arrow {
    background: #ffad00;
    border: none;
    color: #fff;
    border-radius: 50%;
    outline: 1px solid #ffad00!important;
    outline-offset: 5px;
    z-index: 2;
}
.blogslide .slick-prev{
	left: -18px;
}
.blogslide .slick-next{
	right: -18px;
}
.view-link{
    color: #e22026;
}
.view-link:hover{
    color: #f2b028;
}
/* Slick */
.slick-arrow {
	position: absolute;
}
.stories .slick-dots, .blogslide .slick-dots{
    display: none!important;
}
/* Success Stories */
.success-stories{
	background: #FFF3F2;
}
.stories .slick-arrow {
    width: 50px;
    height: 50px;
    border: 1px solid #ffaca6;
    color: #e22026;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 5;
}
.stories .slick-arrow:hover{
    background: #e22026;
    border-color: #e22026;
    color: #fff;
}
.success-box{
	border-radius: 26px;
	background: linear-gradient(to top, #ffe7e7 0%, rgba(255, 255, 255, 0) 100%);
	border: 1px solid #ffdfdd;
	padding: 0 16px 16px 16px;
	margin-top: 95px;
}
.success-img {
    background: url('../images/st-shape.svg');
    background-size: contain;
    height: 190px;
    width: 184px;
    margin-top: -95px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.success-img img {
    width: 164px;
    height: 164px;
    object-fit: cover;
    border-radius: 100%;
    overflow: hidden;
    border: 4px solid #fff;
}
.success-content{
	font-size: 18px;
}
.success-content h6{
	font-size: 20px;
}
/* Blogs */
.blogs{
    background: url('../images/vector-bg.svg');
    background-position: center;
}
.search-bar .input-group{
    height: 50px;
    background: #fff;
    border: 2px solid #eee;
}

.search-bar .input-group:hover{
    border-color: #ffad00;
}
.search-bar .input-group i{
    color: #ffad00;
    font-size: 22px;
}
.search-bar input{
    outline: none!important;
    box-shadow: none!important;
}
.searchbtn {
    min-height: 50px;
    min-width: 120px;
    font-weight: 500;
    background: #ffad00;
    border: none;
    color: #fff!important;
    font-size: 18px;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}
.filter-bar ul a {
    padding: 11.5px 16px;
    background: #fff;
    color: #000;
    font-size: 18px;
    letter-spacing: 0.5px;
    border: 2px solid #eee;
}
.filter-bar li{
    display: flex;
}
.filter-bar li.active a{
    background: #ffad00;
    border-color: #ffad00;
    color: #fff!important;
}
.filter-bar ul li+li{
    margin-left: 20px;
}

.blog-details {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 26px;
    font-weight: 400;
}
.meta-tag{
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #a5a6aa;
}
.meta-tag i{
    color: #f2b028;
}
.writerbox {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 12px;
}
.write-img img{
    height: 240px;
    object-fit: cover;
    object-position: top;
}
.write-content {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #f2b028;
    padding: 30px;
    text-align: center;
    color: #747474;
    font-size: 14px;
    font-weight: 400;
    max-width: 94%;
    margin: auto;
    margin-top: -40px;
    z-index: 99;
    position: relative;
}
.write-content h4{
    font-size: 28px;
    color: #000;
    letter-spacing: 2px;
}
.social-items a {
    height: 46px;
    width: 46px;
    font-size: 18px;
    color: #1A1C1D;
    background: #fff;
    border: 1px solid #DEE1E5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-items a:hover,.social-items a:focus{
    background: #e22026;
    border-color: #e22026;
    color: #fff;
}
.social-items li+li{
    margin-left: 14px;
}
.copy-box {
    background: #f9f9fe;
    border: 1px solid #DEE1E5;
    padding: 10px;
    position: relative;
    max-width: 450px;
    margin: auto;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-right: 48px;
}
.copy-box p{
     overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1;
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}
.copy-box .copybtn {
    position: absolute;
    right: 10px;
    font-size: 20px;
    color: #e22026;
}
.copy-box .copybtn:hover i{
    font-weight: 900;
}
.card-box {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 26px;
    font-weight: 400;
}
.comment-item{
    color: #5b5b5b;
    font-size: 16px;
}
.comment-item +.comment-item {
    margin-top: 40px;
}
.reply-btn{
    min-width: 110px;
    color: #fff!important;
    height: 45px;
    padding: 0 10px;
    border-radius: 4px;
    background: #f2b028;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none!important;
}
.comment-item h5 {
    color: #21220f;
    font-size: 18px;
}
.comment-date{
    font-size: 12px;
    color: #a5a6aa;
}
.comment-item .user-img img {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
   border: 1px solid #f2b028;
}
.comment-form .form-control{
    min-height: 50px;
    border-radius: 0;
    border: 1px solid #e8e8e8;
    box-shadow: none;
}
.comment-form .form-control:hover,.comment-form .form-control:focus{
    border-color: #f2b028;
}
.agree-term{
    font-size: 18px;
    color: #5b5b5b;
}
.agree-term input[type="checkbox"]+label::after{
    top: 9px;
}
/* Footer */
.widget-title{	
	font-size: 20px;
	letter-spacing: 0.03em;
	line-height: 35px;
	color: #000;
	font-weight: 700;
}
.social-links li+li{
	margin-left: 18px;
}
.social-links a{
    color: #e22026;
}
.social-links a:hover{
    color: #f2b028;
}
.footer-menu li+li, .contact-info li+li{
	margin-top: 10px;
}
.footer-menu li a, .contact-info li a{
	color: #000;
}
.footer-menu li a:hover, .contact-info li a:hover{
	color: #e22026;
}
.footer-menu li a:focus, .contact-info li a:focus{
	color: #e22026;
}
.email-field {
    height: 34px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #dedede;
    outline: none!important;
}
.email-field:hover,.email-field:focus{
    border-color: #ffad00;
}
.newsletter-box button{
	width: 34px;
	height: 34px;
	background: #ffad00;
}
.newsletter-box button:hover{
    background: #e22026;
}
.divider {
    height: 1px;
    width: 100%;
    background: linear-gradient(to right,rgba(226, 32, 38, 0), #e22026, rgba(226, 32, 38, 0));
}

.match-title{
    font-weight: 500;
    font-size: 24px;
    text-align: left;
    color: #e22026;
    padding-left: 12px;
    /* border-left: 2px solid #e22026; */
}

.person-box {
    background: #fff2f3;
    padding: 30px 19px;
    display: flex;
    flex-direction: column;
}

.person-box:before, .person-box:after {
    content: "";
    height: 12px;
    width: 100%;
    background: url('../images/card-shape.svg');
    background-size: cover;
    position: absolute;
    left: 0;
    z-index: 3;
}

.person-box:before {
    top: 0;
}

.person-box:after {
    bottom: 0;
    transform: rotate(180deg);
}

.premium-tag {
    background: url('../images/tag.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -16px;
    left: -10px;
    min-height: 32px;
    font-size: 14px;
    padding: 0 24px 0 20px;
    letter-spacing: 0.6px;
    color: #fff;
    /* display: inline-flex; */
    display: none;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: right;
}

.premium-tag:after {
       content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 8px 0;
    border-color: transparent #b87f04 transparent transparent;
}

.fav-btn {    
    width: 40px;
    height: 40px;
    border: 1px solid #ffaeb0;
    padding: 0!important;
    background: #fcefef;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 37px;
    right: 20px;
}

.fav-btn svg{
    height: 24px;
    width: 24px;
}

/* .fav-btn:hover path,.fav-btn:focus path,.as-favorite path{
    fill: #e22026!important;
} */

.fav-btn:hover path,.as-favorite path{
    fill: #e22026!important;
}

.ppl-content {
    font-weight: 400;
    color: #000;
    font-size: 14px;
}

.ppl-name {
    font-size: 1.1rem !important;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
}

.ppl-name:hover,
.ppl-name:focus {
    color: #e22026;
}

.ppl-img{
    width: 100%;
}

.ppl-img img{
    height: 250px;
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.ppl-points .property{
    color: #434343;
}

ul.ppl-points li{
    position:  relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
ul.ppl-points li:first-child{
    padding-right: 40px;
}
ul.ppl-points li:first-child:before {
    content: "";
    width: 1px;
    height: 38px;
    background: linear-gradient(rgba(255, 242, 243, 0) 0%, rgba(246, 174, 177, 0.32) 8.75%, #f16266 50.59%, rgba(241, 142, 145, 0.48) 90.53%, rgba(255, 242, 243, 0) 100%);
    position: absolute;
    display: flex;
    right: 22px;
}
.sample-tag {
    background: linear-gradient(rgba(255, 58, 64, 0) 0%, rgba(254, 60, 66, 0.38) 26.62%, rgba(241, 63, 68, 0.92) 64.28%, #ff5358 100%);
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    display: none;
}
.person-box:hover .sample-tag{
    display: flex!important;
}
.upgrade-sec{
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 7.99%, rgba(255, 255, 255, 0.98) 23.96%, rgba(255, 255, 255, 0.98) 57.05%, #fff 100%);
    padding: 200px 0 100px 0;
    z-index: 8;
}
.upgrade-box {
    background: linear-gradient(#fff7e7 0%, rgba(255, 234, 191, 0) 100%);
    border-radius: 40px 40px 0px 0px;
    padding: 0 20px;
}

#personModal .modal-dialog{
    max-width: 450px;
}
#personModal .modal-content{
    border: none;
    border-radius: 16px;
    overflow: hidden;
}
#personModal .close-btn{
    position: absolute;
    z-index: 4;
    right: 14px;
    top: 14px;
    color: #f2b028;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 26px;
    line-height: 20px;
}
.profile-images img{
    height: 320px;
    object-fit: cover;
}
.profile-images:before {
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 72.26%, #000 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.profile-slide h4 {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 2;
}
.profile-desc{
    padding: 20px 16px 0 16px;
}
.profile-slide .slick-dots{
    position: absolute;
    bottom: 14px;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 2;
}
.profile-slide .slick-dots button {
    min-height: 8px;
    width: 8px;
    padding: 0;
    background: #fff;
    border: none;
    border-radius: 50px;
    font-size: 0;
    display: flex;
    line-height: normal;
}
.profile-slide .slick-dots .slick-active button{
    width: 21px;
    background: #f2b028;
}
.profile-slide .slick-dots li+li{
    margin-left: 4px;
}
.match-tag {
    font-style: italic;
    font-size: 14px;
    letter-spacing: 0.03em;
    min-height: 26px;
    background: #ffad00;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
    padding: 0 14px;
    display: flex;
    align-items: center;
}
.point-content h4{
    color: #e22026;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.03em;
    margin-top: 10px;
}
.edit-btn {
    background: #ffad00;
    color: #fff!important;
    border-radius: 4px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
}
.point-content p{
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.point-ico {
    min-width: 44px;
    height: 44px;
    background: #fcefef;
    border-radius: 50%;
    z-index: 2;
}
.profile-item:before {
    content: "";
    border: 1px dashed #ffaeb0;
    position: absolute;
    height: 100%;
    left: 21.5px;
}
.point-content {
    font-size: 14px;
    width: 100%;  
}
.point-content label {
    margin-bottom: 4px;
    color: #818181;
    width: 100%;
    font-weight: 400;
}
.other-matches-list .person-box+.person-box{
    margin-top: 30px;
}
.expire-member{
    margin-bottom: 200px;
}
.upgadeico{
    margin-top: -40px;
}
.member-sec{
    background: url('../images/memberbg.png');
    background-size: cover;
}
.fea-points{
    width: 100%;
    max-width: 666px;
}
.fea-points .ico{
    background: url('../images/package-ico.svg');
    background-size: contain;
    height: 100px;
    width: 96px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fea-points .ico i{
    font-size: 28px;
}
.fea-points li{
    max-width: 170px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
span.amount {
   font-weight: bold;
    font-size: 49px;
    letter-spacing: 0.03em;
    line-height: 74px;
    text-align: center;
    color: #e22026;
}
span.duration {
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 0.03em;
    line-height: 45px;
    text-align: center;
    color: #000;
}
.person-box a{
    font-size: 14px;
}

.profile-view .point-ico{
    border: 1px solid #ffaeb0;
}
.upload-btn {
    min-height: 40px;
    border-radius: 4px;
    background: #f2b028;
    padding: 0 20px;
    color: #fff!important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.profile-view .profile-desc{
    background: #fff2f3;
    padding-top: 30px;
    padding-bottom: 30px;
}
.profile-view .profile-desc:before,.profile-view .profile-desc:after{
    content: "";
    height: 12px;
    width: 100%;
    background: url('../images/card-shape.svg');
    background-size: contain;
    position: absolute;
    left: 0;
    z-index: 3;
}
.profile-view .profile-desc:before {
    top: 0;
}
.profile-view .profile-desc:after {
    bottom: 0;
    transform: rotate(180deg);
}
.person-thumbs img{
    width: 100%;
    border-radius: 10px;
    object-fit: contain;
}
.del-ico {
    position: absolute;
    height: 30px;
    width: 30px;
    font-size: 14px;
    border-radius: 100%;
    right: -6px;
    top: -14px;
    color: #e22026;
    font-weight: 700;
    background-color: #ffdfe0;
    border: 3px solid #fff;
    box-shadow: 0px 2px 4px #00000026;
    display: flex;
    align-items: center;
    justify-content: center;
}
.interest-tags span {
    min-height: 28px;
    border-radius: 50px;
    background: #f2b028;
    padding: 0 16px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.interest-tags{
    gap: 12px;
}

.footer-shape {
    z-index: 9;
}


.membership-sec {
    background: url('../images/banner-bg.jpg');
    background-size: cover;

}

.wizard-inner {
    max-width: 764px;
    margin: auto;
}

span.round-tab {
    min-width: 9px;
    min-height: 9px;
    border-radius: 50%;
    background: #ffb924;
    display: flex;
    z-index: 9;
    margin-bottom: 34px;
}
span.round-tab img{
     position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.wizard li.active span.round-tab img{
    display: block;
}

.wizard li.active span.round-tab{
    background: transparent;
}

.wizard .nav-tabs > li {
    width: calc(100% / 6);
    position:  relative;
    pointer-events: none;
}

.wizard .nav-tabs > li:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #f2b028;
    position: absolute;
    right: -50%;
    top: 4px;
}

.wizard .nav-tabs > li.active:after{
    width: calc(100% - 27.6px);
}

.wizard .nav-tabs > li:last-child:after {
    display: none;
}

.wizard .custom-field select{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy45NjMiIGhlaWdodD0iNy42MjEiIHZpZXdCb3g9IjAgMCAxMy45NjMgNy42MjEiPg0KICA8ZyBpZD0iR3JvdXBfMzg0NDAiIGRhdGEtbmFtZT0iR3JvdXAgMzg0NDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiPg0KICAgIDxwYXRoIGlkPSJQYXRoXzIyMDY3OSIgZGF0YS1uYW1lPSJQYXRoIDIyMDY3OSIgZD0iTS03NDEuODI2LDM4My4xMzJjLjA5LS4xMS4xMzUtLjE3Ni4xOTEtLjIzMnEyLjgyNC0yLjgyNiw1LjY0OC01LjY1MmEuNjUxLjY1MSwwLDAsMSwuNzEzLS4yMTIuNjI5LjYyOSwwLDAsMSwuMjg4LDFjLS4wNDIuMDUxLS4wOTEuMS0uMTM4LjE0MmwtNi4xNTUsNi4xNTVhLjY1OC42NTgsMCwwLDEtMS4wODgsMHEtMy4wOTEtMy4wOTEtNi4xODQtNi4xODJhLjY1NC42NTQsMCwwLDEtLjIxNy0uNzExLjYyOC42MjgsMCwwLDEsMS4wMTQtLjI4MmMuMDYuMDUxLjExNC4xMS4xNy4xNjZxMi43OSwyLjc5LDUuNTc5LDUuNTgxQTIuNzIzLDIuNzIzLDAsMCwxLTc0MS44MjYsMzgzLjEzMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc0OC44MDIgLTM3NykiIGZpbGw9IiNmMmIwMjgiLz4NCiAgPC9nPg0KPC9zdmc+DQo=")!important;
    background-repeat: no-repeat !important;
    background-position-x: calc(100% - 15px) !important;
    background-position-y: 15px !important;
    padding-right: 30px !important;
}

.tab-content {
    border-radius: 20px;
    background: #fff;
    padding: 26px;
    box-shadow: -4px 4px 0 0 #ffad00;
    max-width: 1066px;
    margin: auto;
}
.inner-title{
    font-size: 20px;
    color: #e22026;
    border-left: 2px solid #e22026;
    padding-left: 10px;
    margin: 0;
    font-weight: 500;
}
.next-step, .save-btn{
    min-width: 93px;
    height: 42px;
    border-radius: 4px;
    background: #f2b028;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.next-step i{
    font-size: 14px;
}
.prev-step{
    min-width: 93px;
    height: 42px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e22026;
    font-size: 16px;
    font-weight: 500;
    color: #e22026;
}
.prev-step i{
    font-size: 14px;
}
.wizard .nav-tabs > li a {
    width: 100%;
    color: #fff!important;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    outline: none!important;
}
.wizard .nav-tabs > li.active a {
    color: #ffb924!important;
}

.term-check{
    font-size: 14px;
    font-weight: 400;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.footer-link{
    margin-top: 30px;
}
.all-info-container{

}
.list-content{
    margin-bottom: 10px;
}
.list-content a{
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}
.list-content a[aria-expanded="true"] i{
    transform: rotate(180deg);
}
.list-content a i{
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}
.list-box{
    padding: 10px;
}
.signup-logo-header .logo_area{
    width: 200px;
}
.signup-logo-header .nav > li{
    padding: 0;
}
.signup-logo-header .header-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-inline li{
    display: inline-block;
}
/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
.form-checkbox label{
    cursor: pointer;
}
input[type="checkbox"]{
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
input[type="checkbox"]+label::before,
input[type="checkbox"]+label::after {
    content: "";
    display: inline-block;   
}
input[type="checkbox"]+label::before{
    height: 22px;
    width: 22px;
    border: 1.5px solid #dedede;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 2px;
    margin-right: 10px;
}
input[type="checkbox"]+label::after{
    position: absolute;
    height: 6px;
    width: 12px;
    left: 6px;
    top: 7px;
}
input[type="checkbox"]:checked+label::after{
    content: "";
    border-left: 2.5px solid #fff;
    border-bottom: 2.7px solid #fff;
    transform: rotate(-45deg);
}
input[type="checkbox"]:checked+label::before{
    background-color: #ffad00;
    border-color: #ffad00;
    content:"\2713";
    padding: 0px 0px 0px 5px;
}

.custom-field{
    position: relative;
    width: 100%;
}
.custom-field input:valid + label, .custom-field textarea:valid + label, select[value=""] ~ label{
    bottom: 8px;
}

.custom-field input,.custom-field select{
    height: 40px;
    font-size: 15px;
    border-width: 0 0 1px 0;
    padding: 0;
    border-color: #dedede;
    border-style: solid;
    border-radius: 0;
    box-shadow: none!important;
    background: transparent!important;
    position: relative;
    z-index: 4;
}

.custom-field textarea{
    font-size: 15px;
    border-width: 0 0 1px 0;
    padding: 0;
    border-color: #dedede;
    border-style: solid;
    border-radius: 0;
    box-shadow: none!important;
    background: transparent!important;
    position: relative;
    z-index: 4;
}


.custom-field input:focus, .custom-field select:focus,.custom-field textarea:focus{
    border-color: #f2b028;
}

.wizard label{
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.custom-field label{
    position: absolute;
    left: 0;
}

.custom-field input:focus + label, .custom-field input:not(:placeholder-shown) + label, select:not([value=""]):valid ~ label{
    top: -15px;
    z-index: 5;
    font-size: 12px;
    bottom: auto;
}

.custom-field textarea:focus + label, .custom-field textarea:not(:placeholder-shown) + label{
    top: -15px;
    z-index: 5;
    font-size: 12px;
    bottom: auto;
}

.custom-radio{
    position: relative;
}

.custom-radio input {
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

.custom-radio span{ 
    font-size: 14px;
    font-weight: normal;
    color: #000;
    display: flex;
    align-items: center;
}

.custom-radio input:checked + span{
    color: #f2b028;
}

.custom-radio input:checked + span svg{
    fill: #ffb924;
}

.form__container {
    position: relative;
    width: 100%;
    height: 90px;
    background: #fff6f7!important;
    border: 1px dashed #e22026;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px!important;
    font-weight: 700!important;
    color: #000;
    margin-bottom: 5px;
}
.form__container.active {
  background-color: rgba(192, 192, 192, 0.2);
}
.form__file {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}
.form__files-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  font-size: 0;
  margin-top: 30px;
}
.form__image-container {
  display: inline-block;
  width: 130px;
    height: 130px;
    max-width: calc(50% - 10px);
  margin-bottom: 10px;
  position: relative;
}
.form__image-container:after {
        content: "✕";
    position: absolute;
    height: 30px;
    width: 30px;
    font-size: 14px;
    border-radius: 100%;
    right: -10px;
    top: -14px;
    color: #e22026;
    font-weight: 700;
    background-color: #ffdfe0;
    border: 3px solid #fff;
    box-shadow: 0px 2px 4px #00000026;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form__image-container:hover:after {
  opacity: 1;
  cursor: pointer;
}
.form__image {
  object-fit: cover;
    border-radius: 12px;
  width: 100%;
  height: 100%;
}

#finishPopup .modal-content {
    border-radius: 22px;
    background: #fff;
    color: #adaeb0;
    padding: 25px;
    text-align: center;

}

#finishPopup .modal-content h4{
    padding-top: 100px;
}

#finishPopup .tickico{
    width: 96px;
    height: 96px;
    background: #f2b028;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    margin: -74px auto;
}

.back-btn {
    font-size: 16px;
    text-align: left;
    color: #f2b028;
    border: 1px solid #f2b028;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    border-radius: 10px;
    padding: 0 10px;
    max-width: 200px;
}

.back-btn:hover,.back-btn:focus{
    background: #f2b028;
    color: #fff;
}

.accountmodal .modal-content{
    background: transparent!important;
    padding: 6px;
    border-radius: 32px;
    border: none;
}

.accountmodal .modal-content::before, .accountmodal .modal-bg::before {
    content: "";
    border-radius: 32px;
    background: #ffad00;
    position: absolute;
    height: calc(100% - 60px);
    width: 100%;
    top: 60px;
    left: 0;
}

.modal-bg{
    overflow: hidden;
    padding: 6px;
    border-radius: 32px;
}

.login-box{
    background: #fff;
    border-radius: 27px;
    z-index: 9;
}

.accountmodal .login-box a{
    color: #e22026;
}

.accountmodal .login-box a:hover{
    color: #ffad00;
}

.login-box h4{
    color: #e22026;
    font-weight: 600;
}
.social-login li+li{
    margin-left: 14px;
}
.social-login a {
    min-width: 42.91px;
    min-height: 42.91px;
    border-radius: 9px;
    background: transparent;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-login a:hover{
    border-color: #e22026;
}
.editmodal .modal-dialog {
    max-width: 1550px;
}
.pop-close {
    position: absolute;
    height: 44px;
    width: 44px;
    font-size: 18px;
    line-height: 18px;
    border-radius: 100%;
    right: -18px;
    top: -18px;
    color: #e22026;
    font-weight: 700;
    background: #ffdfe0;
    border: 3px solid #fff;
    box-shadow: 0px 2px 4px #00000026;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none!important;
}
.pop-close:hover,.pop-close:focus{
    background: #e22026;
    color: #fff;
}
.editmodal .modal-content{
    border-radius: 24px;
    border: none;
}
.editmodal textarea {
    /* width: 100%;
    border-width: 0 0 1px 0!important;
    border-bottom: solid #dedede;
    outline: none;
    resize: none; */
}
.editmodal form .row, .preferencesModal form .row {
    max-height: 50vh;
    max-height: 100vh;
    overflow: auto;
    padding-top: 15px;
}
.modal-content form .row::-webkit-scrollbar {
  width: 4px;
}
.modal-content form .row::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.modal-content form .row::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.modal-content form .row::-webkit-scrollbar-thumb:hover {
  background: #555;
}
span.tag.label.label-info {
   background: #ffad00;
    color: #fff;
    font-size: 15px;
    min-height: 32px;
    padding: 4px 10px;
    border-radius: 50px;
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
}
.tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
    background: #ffdfe0;
    color: #e22026;
    border-radius: 50%;
    font-size: 14px;
    height: 18px;
    min-width: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
}
.bootstrap-tagsinput {
    padding-top: 40px;
    position: relative;
}
.bootstrap-tagsinput input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    outline: none!important;
}
.modal-backdrop {
    z-index: 99999;
}
.modal{
    z-index: 999999;
}
.profile-user h5{
    font-size: 16px;
}
.profile-user span{
    color: #828282;
    font-size: 12px;
}
.profile-img {
   height: 50px;
    width: 50px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 8px #0000003b;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
}
.profile-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.profile-data {
    position: absolute;
    right: 0;
}
.profile-data .dropdown-menu {
        border: none;
    border-radius: 0 0 12px 12px;
    box-shadow: 0px 12px 6px #00000024;
    width: 100%;
    right: 0;
    top: 56px;
    left: auto;
}
.profile-data .dropdown-toggle::after{
    display: none;
}
.profile-data .dropdown-menu a:hover{
    background: #fff2f3;
}
.profile-data .dropdown-menu a:focus{
    background: #e22026;
    color: #fff!important;
}
.profile-data .dropdown-menu a svg{
    height: 24px;
    width: 24px;
}
.preferencesModal .modal-dialog{
    max-width: 720px;
}
.select2-container{
   z-index: 999999;
   width: 100%!important;
}
.select2-selection__choice{
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
}
ul.select2-selection__rendered{
    display:  flex!important;
    align-items: center;
    flex-wrap: wrap;
}
.label-title{
    font-weight: 600;
    font-size: 18px;
}
.tag-field label {
    color: #a0a0a0;
    font-size: 14px;
    font-weight: 400;
    max-width: 190px;
    min-width: 190px;
    width: 100%;
    display: flex;
    align-items: center;
}
.tag-field {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: solid #dedede 1px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy45NjMiIGhlaWdodD0iNy42MjEiIHZpZXdCb3g9IjAgMCAxMy45NjMgNy42MjEiPg0KICA8ZyBpZD0iR3JvdXBfMzg0NDAiIGRhdGEtbmFtZT0iR3JvdXAgMzg0NDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiPg0KICAgIDxwYXRoIGlkPSJQYXRoXzIyMDY3OSIgZGF0YS1uYW1lPSJQYXRoIDIyMDY3OSIgZD0iTS03NDEuODI2LDM4My4xMzJjLjA5LS4xMS4xMzUtLjE3Ni4xOTEtLjIzMnEyLjgyNC0yLjgyNiw1LjY0OC01LjY1MmEuNjUxLjY1MSwwLDAsMSwuNzEzLS4yMTIuNjI5LjYyOSwwLDAsMSwuMjg4LDFjLS4wNDIuMDUxLS4wOTEuMS0uMTM4LjE0MmwtNi4xNTUsNi4xNTVhLjY1OC42NTgsMCwwLDEtMS4wODgsMHEtMy4wOTEtMy4wOTEtNi4xODQtNi4xODJhLjY1NC42NTQsMCwwLDEtLjIxNy0uNzExLjYyOC42MjgsMCwwLDEsMS4wMTQtLjI4MmMuMDYuMDUxLjExNC4xMS4xNy4xNjZxMi43OSwyLjc5LDUuNTc5LDUuNTgxQTIuNzIzLDIuNzIzLDAsMCwxLTc0MS44MjYsMzgzLjEzMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc0OC44MDIgLTM3NykiIGZpbGw9IiNmMmIwMjgiLz4NCiAgPC9nPg0KPC9zdmc+DQo=)!important;
    background-repeat: no-repeat !important;
    background-position-x: calc(100% - 15px) !important;
    background-position-y: calc(100% - 28px) !important;

}
.tag-field:hover{
    border-color: #ffad00;
}
@media (max-width: 767px){
    .container{
        max-width: 98%!important;
    }
    .sign-content h3{
        font-size: 40px;
    }
    .wizard .nav-tabs > li a i{
        display: none;
    }
    .signup-logo-header .navbar-toggle{
        margin: 0;
        margin-top: 8px;
    }
    .signup-logo-header .logo_area{
        margin-top: 0;
    }
    .signup-logo-header .header-flex{
        display: block;
    }
    .select2-container ,.select2-dropdown{
        width: 90%!important;
        left: 0!important;
        right: 0!important;
        margin: 0 auto!important;
    }
    .tag-field label{
        margin-bottom: 8px;
    }
}

@media(min-width: 768px){
    section{
        padding: 70px 0;
    }
    .blogslide .slick-arrow{
        height: 46px;
        width: 46px;
    }
	.blogslide .slick-prev:before {
        content: "";
        height: 150px;
        width: 80px;
        display: flex;
        top: -52px;
        left: -62px;
        position: absolute;
        background: url(../images/roundshape.svg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .blogslide .slick-next:before {
        content: "";
        height: 150px;
        width: 80px;
        display: flex;
        top: -52px;
        right: -62px;
        position: absolute;
        background: url(../images/roundshape.svg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        transform: rotate(180deg);
    }
    .stories .slick-prev{
    	left: -60px;
    }
    .stories .slick-next{
    	right: -60px;
    }
    .member-sec{
        background-position: bottom center;
    }
}

@media(max-width: 767px){
    section{
        padding: 50px 0;
    }
	.sec-title h2{
		font-size: 32px;
	}
	.blogs-listing .sec-title{
		width: 82%;
	}
	.stories .slick-prev{
		left: 0;
	}
	.stories .slick-next{
		right: 0;
	}
	.blogslide:after,.blogslide:before{
		width: 45px;
    	height: 65.26px;
	}
    .blogslide .slick-arrow{
        height: 34px;
        width: 34px;
    }
	.blogslide .slick-prev{
		left: -4px;
	}
	.blogslide .slick-next{
		right: -4px;
	}
    .member-sec{
        background-position: top;
    }
}

@media(min-width: 1200px){
	ul.navbar-nav li ul li+li {
	    margin-left: 25px;
	}
	.navbar-expand-md .navbar-nav{
		max-width: 70%;
	}
	.why-box {
	   	padding: 40px 56px;
	}
}

@media(max-width: 1199px){
    .footer-shape{
        height: 28px;
        object-fit: cover;
    }
}

@media(min-width: 992px) and (max-width: 1199px){
	ul.navbar-nav li ul li+li {
	    margin-left: 40px;
	}
	.why-box {
	   	padding: 40px 70px;
	}
}


@media (min-width: 992px) {

.homepage .header-shape:before,.header-shape:after{
     position: absolute;
     z-index: 2;
}
.homepage .header-shape:before {
    content: url("../images/leftpanel.svg");
    bottom: -114px;
    left: 35%;
    transform: translateX(-70%);
}
.homepage .header-shape:after {
    content: url("../images/rightpanel.svg");
    bottom: -76px;
    right: 35%;
    transform: translateX(70%);
}
    .navbar-brand {
        left: 50%;
        transform: translateX(-50%);
    }
    .left-menu,.right-menu{
        width: 47%;
    }

.login-btn{
    background: #ffad00;
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 0 10px!important;
    color: #fff!important;
    text-transform: uppercase;
    position: relative;
}
.login-btn span:before {
    border-right: solid 20px rgb(255 173 0);
    border-bottom: solid 20px transparent;
    border-top: solid 20px transparent;
}
.login-btn span:after {
    border-left: solid 20px rgb(255 173 0);
    border-bottom: solid 20px transparent;
    border-top: solid 20px transparent;
}
.login-btn span:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -20px;
    top: 0;
}
.login-btn span:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -20px;
    top: 0;
}
}
@media(max-width: 991px){
    nav.navbar{
        position: static;
    }
    header .navbar-collapse{
          position: absolute;
        width: 100%;
        top: 40px;
        left: 0;
        background: rgb(255, 255, 255);
        box-shadow: 0px 12px 12px #0000001c;
        z-index: 99;
    }
    header .nav-item{
        padding: 10px 14px;
    }
    .navbar-nav li{
        width: 100%;
    }
    .navbar-brand{
        transform: translateY(-20%);
    }
    button.navbar-toggler {
        position: absolute;
        right: .5rem!important;
        color: #fff;
        z-index: 99;
        height: 40px;
        width: 40px;
        background: #ffad00;
        outline: none!important;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: none!important;
    }
	.why-box {
	   	padding: 40px;
	}
	.banner-ico{
		max-width: 60px;
	}
    .editmodal .modal-dialog{
        padding: 0 20px 0 10px;
    }
}

@media(min-width: 576px){
    .person-thumbs img{
        height: 240px;
    }
}

@media(max-width: 575px){
    .profile-data {
        right: 50px;
    }
    .person-thumbs img{
        height: 120px;
    }
}

@media(max-width: 992px) and (min-width: 576px){
    .profile-data {
        right: 78px;
    }
}

@media(max-width: 1400px){
    .header-right,.header-left{
        display: none!important;
    }
}
/* Base Styles (PC/Desktop) */
.pink-button,
.pink-button-profile {
  background-color: #e22026;
  color: #fff3ff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(255, 243, 255, 0.6);
}

.pink-button {
  padding: 12px 40px;
}

.pink-button:hover {
  background-color: #e22026;
  box-shadow: 0 6px 18px rgba(250, 103, 103, 0.6);
  transform: translateY(-2px) scale(1.03);
}

.pink-button:active {
  transform: scale(0.98);
  box-shadow: 0 3px 6px rgba(100, 0, 100, 0.3);
}

.pink-button-profile {
  padding: 12px 20px;
  align-self: flex-start;
}

/* Mobile Styles */
@media (max-width: 600px) {
  .pink-button {
    padding: 10px 24px;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }

  .pink-button-profile {
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
}

/* Base Desktop Styles */
.pink-button-profile {
  background-color: #e22026;
  color: #fff3ff;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(255, 243, 255, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  margin-right: -50px; /* Left-align inside flex container */
  text-align: left;
}

.pink-button-profile:hover {
  background-color: #e22026;
  box-shadow: 0 6px 18px rgba(250, 103, 103, 0.6);
  transform: translateY(-2px) scale(1.03);
}

.pink-button-profile:active {
  transform: scale(0.98);
  box-shadow: 0 3px 6px rgba(100, 0, 100, 0.3);
}

/* Mobile Styles */
@media (max-width: 600px) {
  .pink-button-profile {
    padding: 10px 16px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-right: 0;
    display: block;
  }
}
.btn-profile {
  --bs-btn-color: #fff3ff;
  --bs-btn-bg: #e22026;
  --bs-btn-border-color: #d44141;
  --bs-btn-hover-color: #ffffff; /* Requested hover text color */
  --bs-btn-hover-bg: #e22026;
  --bs-btn-hover-border-color: #da9f0a;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e22026;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;

  font-size: 16px;
  padding: 12px 20px;
  border: 1px solid var(--bs-btn-border-color);
  border-radius: 8px;
  background-color: var(--bs-btn-bg);
  color: var(--bs-btn-color);
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
}

.btn-profile:hover {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  color: var(--bs-btn-hover-color); /* #e22026 on hover */
}

.btn-profile:active {
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
  color: var(--bs-btn-active-color);
  box-shadow: var(--bs-btn-active-shadow);
}

.btn-profile:disabled {
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  color: var(--bs-btn-disabled-color);
  opacity: 0.65;
  cursor: not-allowed;
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .btn-profile {
        font-size: 14px;
        padding: 10px 20px;
        width: 100%;
        display: block;
    }
    .success-img {
        height: 190px !important;
        width: 184px !important;
    }
    .success-img img{
        width: 164px !important;
        height: 164px !important;
    }
}

