.font-sen{
    font-family: 'Sen', sans-serif;
}
.font-PT{
    font-family: 'PT Sans', sans-serif;
}
.font-quicksand{
    font-family: 'Quicksand', sans-serif;
}
.font-poppins{
    font-family: 'Poppins', sans-serif;
}
.font-pacifico{
    font-family: 'Pacifico', cursive;
}
.non-us-distance {
    display: none !important;
}
.payment-desktop__btm-charge{
text-align:center;
font-size:20px;
}
.terms-service__content h1, .terms-service__content h3 {
	color: #000;
}
.terms-service__content h3 {
	margin-top: 25px;
	font-size: 24px;
}
.privacy-modal .btn-close {
	/* position: absolute; */
	top: 0;
	right: 0;
	background-color: #fff;
	opacity: 1;
	border-radius: 30px;
	width: 36px;
	height: 36px;
	box-sizing: border-box;
}
.privacy-modal .modal-dialog-scrollable .modal-content {
	overflow: visible;
}
.terms-service__content h4 {
	font-size: 20px;
	margin-top: 25px;
	color: #000;
}
.upper-roman {
	list-style-type: upper-roman;
}
body{
    font-size: 15px;
    font-family: 'Sen', sans-serif;
}
.bg-gradient{
    background: linear-gradient(45deg, #185d96, #4ea882);
}
.top-head ul li a{
    color: #333;
    font-size: 14px;
}
.top-head ul li:not(:last-child){
    margin-right: 18px;
}
.parallax{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slider-top{
    background-image: url('../images/bg-slider1.jpg');
    background-size: 60%;
    background-position: left 60%;
    background-color: #e4d3b5;
}
.joinus {
    /*background: linear-gradient(45deg, rgba(255, 255, 255, 0.8), rgb(78, 168, 130, .8));
    *//*background: linear-gradient(45deg, rgb(204, 152, 68, .8), rgba(112, 70, 22, .5));
    *//*background: -webkit-gradient(45deg, rgb(204, 152, 68, .8), rgba(112, 70, 22, .5));*/
    background-color: #ba7477;
    border-radius: 3px;
    padding: 20px 30px 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.joinus .cus-heading::before{
    background: #fff;
    background: linear-gradient(45deg, #ffffff, #ba7477) !important;
    background: -webkit-gradient(45deg, #ffffff, #ba7477) !important;
}
.joinus-inner label {
    font-size: 16px;
    margin-bottom: 3px;
}
.joinus-inner .form-control{
    border-color: #fff;
}
.cus-heading{
    padding-bottom: 10px;
}
.logo img{
    margin-top: -2px;
    /* height: 85px; */
}
.f-16{
    font-size: 16px;
}
.cus-heading::before{
    content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 70%;
    border-radius: 40px;
    background: linear-gradient(45deg, #185d96, #4ea882);
    background: -webkit-gradient(45deg, #185d96, #4ea882);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}
.navbar-nav li a{
    color: #fff !important;
}
.about{
    background-image: url('../images/about-img.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.why-joined{
    background-image: url('../images/member-joined.jpg');
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.why-joined::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, .8);
}
.why-joined-content ul li{
    position: relative;
    padding-left: 18px;
    margin-bottom: 1em;
    font-size: 16px;
}
.why-joined-content ul li::before{
    position: absolute;
    content: '';
    top: 8px;
    left: 0px;
    height: 8px;
    width: 8px;
    background: linear-gradient(45deg, #185d96, #4ea882);
    background: -webkit-gradient(45deg, #185d96, #4ea882);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.underline-center::before{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.bg-inchetape{
    position: absolute;
    display: block;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    height: 70%;
    width: 200px;
    opacity: .5;
    pointer-events: none;
}
.right-tape{
    background-image: url('../images/measure_tape.png');
    right: 0%;
}
.left-tape{
    background-image: url('../images/measure_tape.png');
    left: 0%;
}
footer{
    /* background: #cc9844;
    background: linear-gradient(45deg, rgb(204, 152, 68, .8), rgba(112, 70, 22, .5));
    background: -webkit-gradient(45deg, rgb(204, 152, 68, .8), rgba(112, 70, 22, .5)); */
    background-color: #BA7477
}
footer p, footer a{
    color: #fff;
}

/* Member */
.member-list .card{
    margin-bottom: 25px !important;
    transform: scale(1);
    transition: all .4s ease;
    border: 2px solid #d9a54c;
}
.member-list .card:hover {
    transform: scale(1.03);
    box-shadow: 0 .185rem .35rem rgb(217, 165, 76, .35) !important;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.member-list .user-details table {
    margin-bottom: 0;
}
.member-list .user-img img{
    width: 100px;
    height: 100px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.member-list .user-img p{
    color: #b88539;
}
.member-list .user-img h5{
    bottom: 0;
    margin-bottom: 0px;
    background-color: rgba(27, 212, 83, 0.8);
    width: 100%;
    font-size: 12px;
    padding: 3px 0;
    color: #fff;
    border-radius: 0px 0px 2px 2px;
    -webkit-border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    -ms-border-radius: 0px 0px 2px 2px;
    -o-border-radius: 0px 0px 2px 2px;
}
.member-list .user-details{
    flex-grow: 1;
}
.member-list .user-details table tr th, .member-list .user-details table tr td {
    padding: .15rem .25rem;
    font-size: 14px;
    border: none;
}
.member-list .user-details table tr th{
    text-align: right;
    white-space: nowrap;
}
.color-theme{
    color: #BA7477;
}
.custom-modal .close span {
    line-height: 0;
    font-weight: 200;
}

.custom-modal .close {
    opacity: 1;
    z-index: 9;
    outline: none;
    line-height: normal;
    right: -10px;
    top: -10px;
    height: 25px;
    width: 25px;
    background: #6d5326;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-shadow: none;
}
/* .member-img .member-name {
    bottom: 0;
    width: 100%;
    margin-bottom: 0px;
    background: rgba(190, 131, 132, .9);
    color: #fff;
    text-align: center;
    padding: 10px;
}
.member-img span.badge {
    right: 4px;
    top: 4px;
    border-radius: 3px;
    padding: 6px 15px;
    letter-spacing: .5px;
    opacity: .9;
    pointer-events: none;
} */
.member-details form button.submit-btn {
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 3px;
    outline: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.member-img img {
    height: calc(100% - 45px);
    object-fit: cover;
}
/* End Member */

.member-details form .form-group .form-control{
    border-radius: 3px;
    box-shadow: none !important;
    outline: none;
    font-size: 15px;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.member-details form .form-group{
    margin-bottom: 10px;
}
.theme-line:before{
    background: linear-gradient(45deg, #d29c44, #ba7477) !important;
    background: -webkit-gradient(45deg, #d29c44, #ba7477) !important;
}
.f-14{
    font-size: 14px;
}
.better-profile{
    background-color: #BA7477;
}
.better-profile .theme-line:before {
    background: linear-gradient(45deg, #ffffff, #ba7477) !important;
    background: -webkit-gradient(45deg, #ffffff, #ba7477) !important;
}
.better-profile .cus-heading{
    font-size: 22px;
}
.better-profile ul{
    list-style-position: outside;
    padding-left: 1rem;
}
.better-profile ul li{
    font-size: 15px;
    line-height: 1.45;
    padding-bottom: 3px;
}

.thanks-page{
    background-image: url('../images/couple-hug.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -120px center;
    background-color: #fbe0c5;
    min-height: 500px;
    position: relative;
}
.thanks-page p{
    font-size: 20px;
}
.uplaodform > div {
    height: 240px;
    width: 300px;
    background-color: #f7f7f7;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    border: 2px dashed #ddd;
    font-size: 20px;
    color: #b1b1b1;
    cursor: pointer;
}
.uplaodform label input {
    visibility: hidden;
    height: inherit;
    width: inherit;
    position: absolute;
    top: 0;
    left: 0;
}
.uplaodform label span {
    pointer-events: none;
}
.better-profile .small-heading{
    font-size: 18px;
}
.bg-theme{
    background-color: #e4ac51;
}
.bg-theme-light{
    /* background-color: rgba(217, 165, 74, .3); */
    background-color:#EDDDC6;
}
/* Fallback for Edge
  -------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }
    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }
    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}
@media screen and (max-width: 1023px){
    .slider-top{
        background-size: contain;
        background-position: left;
    }
}
@media screen and (min-width: 992px){
    .about {
        background-position: -150px;
    }
}
@media screen and (max-width: 991px){
    div#navbarSupportedContent {
        margin-top: 13px;
        background-color: rgba(0,0,0,.021);
        padding: 3px 15px;
        border-radius: 2px;
    }
    .navbar-toggler {
        border: none;
        outline: none !important;
    }
}
@media screen and (max-width: 767px){
    .joinnow {
        text-align: center;
    }
    .about {
        background-size: cover;
        background-position: right;
        position: relative;
        text-align: center;
    }
    .about::before{
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        height: 100%;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }
    .about .cus-heading::before{
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .why-joined-content .cus-heading {
        font-size: 1.6em;
    }
    .bg-inchetape{
        display: none;
    }
    .slider-top {
        background-position: left 30px;
    }
    .slider-mobile{
        min-height: calc(100vh - 114px - 6rem);
    }
    .slider-text {
        padding-bottom: 250px;
    }
    .joinus{
        background: none;
        box-shadow: none;
        padding: unset;
        background-color: #BA7477;
    }
    .joinus .cus-heading::before {
        background: linear-gradient(45deg, #ffffff, #BA7477) !important;
        background: -webkit-gradient(45deg, #ffffff, #BA7477) !important;
    }
    section#members {
        background: #ba7477;
    }
    .member-img img {
        height: auto;
    }
    .thanks-page{
        min-height: auto;
        text-align: center;
        background-position: center;
    }
    .thanks-page:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(251, 224, 197, .8);
    }
    .thanks-page p {
        font-size: 18px;
    }
    .step-two-form .sticky-top{
        position: static !important;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px){
    .slider-text {
        padding-bottom: 10px;
    }
    .slider-top {
        background-position: left 0px;
        background-image: none;
    }
}
@media screen and (max-width: 575px){
    .logo img {
        /* height: 60px; */
    }
    .joinus-inner .cus-heading {
        font-size: 1.6em;
        margin-bottom: 1rem !important;
    }
    .joinus {
        padding: 20px 15px 15px;
    }
    .joinus-inner label {
        font-size: 16px;
    }
    .joinus-inner .form-control {
        font-size: 14px;
    }
    .joinus-inner .form-group {
        margin-bottom: 11px;
    }
    .joinnow h4 {
        font-size: 1.1rem;
    }
    .joinnow button.btn {
        font-size: 13px;
    }
    .about {
        background-position: center;
    }
    .member-list h4 + h5 {
        font-size: 16px;
        line-height: 1.4;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    .bg-inchetape{
        width: 120px;
    }
    .joinus-inner label {
        font-size: 15px;
    }
    .about {
        background-size: cover;
    }
    .thanks-page {
        background-position: -300px center;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px){
    .member-list .card .card-body {
        padding: .8rem;
    }
}
@media screen and (max-width: 576px){
.payment-desktop__btm-charge{
text-align:center;
font-size:16px;
}
}
@media screen and (min-width: 576px){

    .modal-800{
        max-width: 800px;
        padding: 0 10px;
    }
    .modal-900{
        max-width: 900px;
        padding: 0 10px;
    }
}
