::selection {
    background-color: #e9b88a;
    color: var(--white);
}

.white-placeholder ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white !important;
    opacity: 1;
}

.white-placeholder ::-moz-placeholder {
    /* Firefox 19+ */
    color: white !important;
    opacity: 1;
}

.white-placeholder :-ms-input-placeholder {
    /* IE 10+ */
    color: white !important;
    opacity: 1;
}

.white-placeholder :-moz-placeholder {
    /* Firefox 18- */
    color: white !important;
    opacity: 1;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    opacity: 0;
}

input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    opacity: 0;
}

h1 {
    font-size: 60px;
    font-weight: 400;
}

h2 {
    font-size: 50px;
    font-weight: 400;
}

h3 {
    font-size: 40px;
    font-weight: 400;
}

h4 {
    font-size: 44px;
    font-weight: 400;
}

h5 {
    font-size: 30px;
    font-weight: 400;
}

h6 {
    font-size: 25px;
    font-weight: 400;
}

.smooth,
header,
header .namoology-top-header ul li a,
header .main-header .namoology-menu .navbar .navbar-nav .nav-item .nav-link,
header
.main-header
.namoology-menu
.navbar
.navbar-nav
.nav-item
.nav-link::before {
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
}

p {
    font-size: 16px;
    color: #404040;
    font-weight: 300;
    line-height: 1.75;
}

ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
}

body {
    font-family: "Roboto", sans-serif;
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 16;
}
header.sticky {
    top: 0;
    box-shadow: 0 2px 5px #f4f4f4;
    background-color: var(--white);
}
header.sticky
.main-header
.namoology-menu
.navbar
.navbar-nav
.nav-item
.nav-link {
    padding: 25px 0px;
}
header.sticky
.main-header
.namoology-menu
.navbar
.navbar-nav
.nav-item
.nav-link::before {
    bottom: 18px;
}
header .namoology-top-header {
    border-bottom: 1px rgba(64, 64, 64, 0.15) solid;
    padding: 0 25px;
}
header .namoology-top-header ul {
    display: flex;
    align-items: center;
}
header .namoology-top-header ul li a {
    color: var(--white);
    font-size: 13px;
    font-weight: 400;
    padding: 10px;
    display: flex;
    opacity: 0.9;
}
header .namoology-top-header ul li a img {
    height: 15px;
    margin-right: 9px;
}
header .namoology-top-header ul li a.email img {
    height: 12px;
}
header .namoology-top-header ul li a:hover,
header .namoology-top-header ul li a:focus {
    opacity: 1;
    text-decoration: none;
}
header .namoology-top-header ul li.fb a img {
    height: 16px;
}
header .namoology-top-header .right-header ul li a {
    padding: 0 8px;
}
header .main-header {
    padding: 0 25px;
    background: #fff;
    /* box-shadow: 0px 0px 12px 2px #eeee; */
}
header .main-header .namoology-logo img {
    width: 150px;
}
header .main-header .namoology-menu .navbar .navbar-nav .nav-item .nav-link {
    color: var(--grey);
    font-size: 16px;
    padding: 40px 0px;
    font-weight: 300;
    margin: 0 15px;
    position: relative;
    white-space: nowrap;
}
header
.main-header
.namoology-menu
.navbar
.navbar-nav
.nav-item
.nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 34px;
    width: 0;
    height: 4px;
    opacity: 0;
    background-color: #eb5757;
}
header
.main-header
.namoology-menu
.navbar
.navbar-nav
.nav-item
.nav-link:hover {
    color: #eb5757;
}
header
.main-header
.namoology-menu
.navbar
.navbar-nav
.nav-item
.nav-link:hover::before {
    width: 21px;
    opacity: 1;
}
header
.main-header
.namoology-menu
.navbar
.navbar-nav
.nav-item.active
.nav-link {
    color: #eb5757;
}
header
.main-header
.namoology-menu
.navbar
.navbar-nav
.nav-item.active
.nav-link::before {
    width: 21px;
    opacity: 1;
}

.btn.btn-default {
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 20px;
    background-color: #e9b88a;
    border: 0;
    border-radius: 0;
}
.btn.btn-default:hover,
.btn.btn-default:focus {
    background-color: #eb5757;
    color: #fff;
}

.user-profile {
    width: 45px;
    height: 45px;
    margin: 0 20px;
}
.user-profile img {
    width: 100%;
}

.user-dropdown {
    display: flex;
    align-items: center;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    border: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-menu {
    left: auto;
    right: 0;
}

.login-btn {
    position: relative;
    margin-left: 10px;
    font-weight: 400;
    text-decoration: none;
    color: #404040;
}
.login-btn:hover {
    text-decoration: none;
    color: #eb5757;
}

.modal-warpper {
    border-radius: 20px;
    position: relative;
}
.modal-warpper .modal-header {
    padding-top: 40px;
    border-bottom: 0;
}
.modal-warpper .modal-title img {
    width: 190px;
}
.modal-warpper .close-btn {
    top: -15px;
    right: -15px;
    opacity: 1;
    position: absolute;
}
.modal-warpper .divide-box {
    width: 214px;
    height: 1px;
    background-color: #c4c4c4;
    margin: 25px auto;
    position: relative;
}
.modal-warpper .divide-box .divide-text {
    top: -11px;
    left: 80px;
    right: 0;
    background-color: #fff;
    position: absolute;
    width: 50px;
    text-align: center;
}
.modal-warpper .modal-form {
    padding: 0 50px;
}
.modal-warpper .modal-footer-wrapper {
    padding: 0 60px 30px;
    border-top: 0;
}
.modal-warpper .login-heading {
    color: #404040;
}
.modal-warpper .password-link a {
    text-decoration: none;
    color: #404040;
}
.modal-warpper .login-modal-btn {
    width: 100%;
    background-color: #eb5757;
}
.modal-warpper .signup-hover {
    text-decoration: none;
}
.modal-warpper .signup-hover:hover {
    color: #404040;
}

.namoology-banner {
    position: relative;
    display: flex;
    background-color: var(--theme-color);
}
.namoology-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -139px;
    z-index: 1;
    background-size: 70%;
    background-image: url("../images/compatibility.png");
    background-repeat: no-repeat;
    background-position: bottom;
}
.namoology-banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 129px;
    right: 65px;
    background-image: url("../images/design.png");
    background-repeat: no-repeat;
    background-position: top right;
}
.namoology-banner .banner-image {
    width: 90%;
}
.namoology-banner .banner-image img {
    width: 100%;
}

.header-space {
    padding-top: 135px;
}

.banner-content {
    z-index: 9;
    position: relative;
    padding-left: 35px;
}
.banner-content h1 {
    font-size: 50px;
    color: #404040;
    font-weight: 400;
    text-transform: uppercase;
}
.banner-content .name-check {
    font-size: 26px;
    font-weight: 300;
    color: #404040;
}

.banner-right-content {
    width: calc(100% - 20px);
}

.text-red {
    color: #eb5757;
}

.check-input {
    position: relative;
    font-size: 15px;
    height: 45px;
    margin-bottom: 11px;
    border-radius: 0;
    color: #404040 #404040;
    background-color: #f4f4f4;
}

.checkbox-input {
    width: 20px;
    height: 20px;
    border-color: #d8d8d8 !important;
    background-color: #f4f4f4;
}

.checkbox {
    width: 70%;
    display: flex;
    align-items: center;
}
.checkbox .check-text {
    margin-left: 15px;
    color: #404040;
}
.checkbox .check-text img {
    margin-left: 15px;
}

.btn.check-btn {
    padding: 10px 19px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    color: #eb5757;
    border: 2px solid #eb5757;
    background-color: #fff;
}
.btn.check-btn:hover,
.btn.check-btn:focus {
    color: #fff;
}

input {
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 5%;
    border: 1px solid #cccccc;
    font-size: 13px;
}

.fecha input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    background-image: url("../images/calender.svg");
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: 20px;
    cursor: pointer;
}

.about-namoology {
    position: relative;
    padding: 200px 0;
}
.about-namoology .star-img {
    position: absolute;
    left: 230px;
    bottom: 0;
}

.about-space::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: -150px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url("../images/chaldean.png");
    background-size: 250px;
}
.about-space h1 {
    font-size: 46px;
}

.bottom-space {
    margin-bottom: 11px;
}

.search-place {
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-image: url("../images/search.svg");
}

.select-input {
    font-size: 14px;
    height: 45px;
    border-radius: 0;
    background-color: #f4f4f4;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background-image: url("../images/arrow.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
}

.about-image {
    position: relative;
    text-align: center;
}
.about-image::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 60px;
    right: -50px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url("../images/vedic.png");
    background-size: 250px;
}
.about-image::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 240px;
    right: 150px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url("../images/cheiro.png");
    background-size: 250px;
}
.about-image img {
    width: 350px;
}
.about-image .compatibilty-circle {
    position: absolute;
    bottom: -97px;
    left: 0;
}
.about-image .compatibilty-circle img {
    width: 239px;
}

.service-wrapper {
    position: relative;
    padding: 125px 0;
}
.service-wrapper .namoology-design {
    position: absolute;
    left: 130px;
    top: 70px;
}

.service-heading-text {
    position: relative;
    text-transform: uppercase;
}

.service-paragraph {
    padding: 0 271px;
    color: #404040;
    text-transform: none;
}

.service-card {
    border: 2px solid #fff;
    border-radius: 60px 60px 60px 0;
    box-shadow: 0px 0px 10px rgba(194, 194, 194, 0.3);
}
.service-card:hover {
    transition: 0.2s ease-in all;
    border: 2px solid #e9b88a;
}
.service-card .card-img {
    padding: 50px 0 0;
    text-align: center;
}

.service-inner-wrapper {
    position: relative;
}

.left-star {
    position: absolute;
    bottom: 100px;
    left: 10px;
}

.testimonial-wrapper {
    position: relative;
    padding: 0 0 60px;
}
.testimonial-wrapper .testimonial-inner-wrapper {
    padding: 60px 80px 90px;
    border-radius: 100px 0 100px 0;
    background-color: #ffdec0;
}

.testimonial-paragraph {
    padding: 0 211px;
    text-transform: none;
}

.testimonial-card {
    padding: 30px 15px 15px;
}

.testimonial-design {
    position: absolute;
    right: 40px;
    top: -90px;
}

.carousel-wrapper {
    padding-top: 30px;
}

.carousel-indicators {
    bottom: -72px;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-control-prev {
    left: -40px;
}

.carousel-control-prev {
    justify-content: left;
}

.carousel-control-next {
    right: -40px;
}

.carousel-control-next {
    justify-content: right;
}

.carousel-control-prev-icon {
    background-repeat: no-repeat;
    background-image: url("../images/prev-slide.svg");
}

.carousel-control-next-icon {
    background-repeat: no-repeat;
    background-image: url("../images/next-slide.svg");
}

.testimonial-img {
    display: flex;
    align-items: center;
}
.testimonial-img .customer-name {
    padding: 15px;
}
.testimonial-img .customer-name h6 {
    font-weight: 500;
    font-size: 16px;
}

.carousel-inner .carousel-item {
    padding: 0 15px;
}

.text-pink {
    color: #ff003d;
}

.counter {
    padding: 60px 0;
    text-align: center;
}

.counter-count {
    font-size: 46px;
    position: relative;
    font-weight: 500;
    color: #404040;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.employee-p,
.customer-p,
.order-p,
.design-p {
    font-size: 16px;
    color: #000000;
    line-height: 34px;
}

.satisfied-customer img {
    width: 66px;
}

.testimonial-star {
    right: 0;
    bottom: 0;
    position: absolute;
}

footer {
    padding: 60px 0 0;
    background-color: #545454;
}

.newsletter-wrapper h6 {
    font-size: 24px;
    color: #fff;
}

.footer-form {
    display: flex;
    align-items: center;
}
.footer-form .footer-group {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 0;
}

.footer-input {
    color: #fff;
    border: none;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.2);
    height: 43px;
    padding: 15px;
    border-radius: 0;
}

.address-wrapper h6 {
    font-size: 20px;
    color: #fff;
}
.address-wrapper .address-text {
    font-size: 16px;
    color: #fff;
}
.address-wrapper .footer-link {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}

.copyright {
    margin: 50px 0 0;
    background-color: #fff;
    padding: 15px 0;
    font-weight: 400;
    font-size: 16px;
    color: #404040;
}

.pricing-banner {
    margin: 103px 0 0;
    padding: 60px;
    overflow: hidden;
    background-color: #e9b88a;
    position: relative;
}

.profile-breadcrumb {
    position: relative;
    z-index: 9;
}
.profile-breadcrumb h1 {
    text-transform: uppercase;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    justify-content: center;
    background-color: transparent;
}
.breadcrumb .breadcrumb-item {
    color: #fff;
    margin-bottom: 0;
}
.breadcrumb .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}
.breadcrumb .pricing-breadcrumb::before {
    content: ">";
    color: #fff;
}

.pricing-wrapper {
    padding: 126px 0 150px;
    position: relative;
}

.pricing-number {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-image: url("../images/horizontal-design.svg"),
        url("../images/star.png"), url("../images/star-1.svg");
    background-position: 30px 15%, calc(100% - 50px) 10%, 3% calc(100% - 50px);
}

.pricing-heading h3 {
    font-size: 40px;
}

.pricing-tab {
    position: relative;
    margin-top: 50px;
}
.pricing-tab .pricing-inner-tab {
    border-bottom: none;
    justify-content: center;
}
.pricing-tab .pricing-inner-tab .pricing-tab-link {
    color: #404040;
    border-radius: 10px 0 0 10px;
    border: 1px solid #858585;
}
.pricing-tab .pricing-inner-tab .border-radius {
    border-radius: 0 10px 10px 0;
}
.pricing-tab .pricing-inner-tab .pricing-tab-link.active {
    color: #fff;
    border: 1px solid #eb5757;
    background-color: #eb5757;
}

.bg-red {
    background-color: #eb5757 !important;
}

.pricing-card {
    text-align: center;
    border-radius: 40px;
}
.pricing-card .card-img-wrapper {
    height: 60px;
    position: relative;
    border-radius: 38px 38px 0 0;
    background-color: #e9b88a;
}
.pricing-card .card-img-wrapper .pricing-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #fff;
    margin: auto;
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing-card .card-img-wrapper .pricing-img h3 {
    font-weight: 600;
}
.pricing-card .pricing-body {
    margin-top: 100px;
    padding-bottom: 40px;
}
.pricing-card .pricing-title {
    font-size: 16px;
}
.pricing-card .pricing-title .pricing-badge {
    font-weight: 400;
    padding: 13px 25px;
    border-radius: 50px;
    background-color: #3dc48a;
}
.pricing-card .pricing-title .bg-light-purple {
    background-color: #b067df;
}
.pricing-card .pricing-title .bg-purple {
    background-color: #6551de;
}
.pricing-card .pricing-text {
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    color: #404040;
    text-transform: uppercase;
}
.pricing-card .pricing-text sup {
    top: -21px;
    font-size: 24px;
}
.pricing-card .pricing-text del {
    font-size: 20px;
    color: #c4c4c4;
}
.pricing-card .pricing-list-wrapper ul {
    text-align: left;
    padding-left: 85px;
}
.pricing-card .pricing-list-wrapper ul li {
    color: #3dc48a;
    list-style-type: disc;
    margin-bottom: 8px;
}
.pricing-card .pricing-list-wrapper ul li .list-color {
    color: #404040;
}

.otp-input {
    display: flex;
    justify-content: center;
}

.verify-input {
    width: 50px;
    text-align: center;
    margin: 0 15px;
}

.text-grey {
    color: #404040;
}

.text-light-grey {
    font-size: 12px;
    color: #858585;
}

.bg-yellow {
    text-align: center;
    border-bottom: 0;
    background-color: #e9b88a;
}
.bg-yellow h5 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 0;
}

.vedic-wrapper {
    border: 0;
}
.vedic-wrapper .vedic-wrapper-body {
    padding: 35px 15px;
    border-radius: 0 0 5px 5px;
    border-right: 1px solid #e9b88a;
    border-left: 1px solid #e9b88a;
    border-bottom: 1px solid #e9b88a;
}

.name-meaning {
    padding: 15px 0;
    text-align: center;
    background-color: #f4f4f4;
}

.reason-list li {
    margin-bottom: 8px;
}

.name-meaning-tabs .nav-tabs .nav-link {
    position: relative;
    color: #c4c4c4;
    padding: 15px 25px;
    border-radius: 5px;
    margin-right: 10px;
    font-weight: 600;
    background-color: #ffffff;
    box-shadow: 2px 2px 9px rgba(201, 201, 201, 0.15);
    border: 1px solid rgba(219, 219, 219, 0.6);
}

.name-meaning-tabs .nav-tabs li .nav-link:nth-child(2) {
    color: #6197f6 !important;
}

.name-meaning-tabs .nav-tabs .nav-item.show .nav-link,
.name-meaning-tabs .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #eb5757;
}

.meaning-tabs {
    border-bottom: 0;
}

.meaning-table table {
    border: 1px solid #e9b88a;
}
.meaning-table table thead tr th {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    background-color: #e9b88a;
    text-align: center;
    border: 5px solid;
    vertical-align: middle;
}
/*.meaning-table table thead tr th:nth-child(2) {
    width: 50%;
}*/
.meaning-table table tbody tr td {
    color: #404040;
    text-align: center;
}

.meaning-table table tbody tr td:last-child {
    font-size: 16px;
    font-weight: 700;
}


.meaning-table table tbody tr td {
    border-radius: 0;
    padding: 11px 10px;
    vertical-align: middle;
    box-shadow: 5px 5px 0px white inset;
    background-color: #f4f4f4;
    border: 0;
}
.meaning-table table tbody tr td:last-child {
    box-shadow: -5px 5px 0px 0px white inset;
    border-left: 5px white solid;
}
.meaning-table table tbody tr .premium-plan {
    filter: blur(4px) brightness(94%);
}

.table-link:hover {
    color: #eb5757;
    text-decoration: none;
}

.btn.payment-btn {
    color: #fff;
    width: 300px;
    border-radius: 0;
    background-color: #eb5757;
}

.btn.refresh-btn {
    text-transform: capitalize;
    padding: 10px 30px;
}

.name-compatibility {
    font-size: 30px;
}

.modal-paragraph {
    font-size: 18px;
    font-weight: 300;
    color: #404040;
    line-height: 1.55;
}

.modal-listing {
    padding: 0 30px;
    margin-top: 20px;
}
.modal-listing li {
    display: flex;
    justify-content: space-between;
    background-color: #f4f4f4;
    font-size: 20px;
    margin: 7px 0;
    padding: 13px 20px;
    color: #404040;
}
.modal-listing li:first-child {
    border-radius: 20px 20px 0 0;
}
.modal-listing li span {
    text-align: center;
}
.modal-listing .total-percentage {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    justify-content: center;
    background-color: #eb5757;
    border-radius: 0 0 20px 20px;
}

.time-img {
    background-position: center right 15px;
    background-repeat: no-repeat;
    background-image: url("../images/time.svg");
}

.date-custom-icon {
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-image: url("../images/calender.svg");
}

.profile-space {
    padding-bottom: 80px;
    margin-top: 8%;
}

.customer-profile-wrapper {
    top: -30px;
    left: 127px;
    position: absolute;
    display: flex;
    align-items: center;
}

.customer-profile {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0px 4px 20px rgba(102, 102, 102, 0.25);
}
.customer-profile img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.user-text {
    margin-left: 15px;
}

.left-sidebar {
    padding: 30px 18px;
    margin-top: 60px;
    border-radius: 20px;
    background-color: #e9b88a;
}
.left-sidebar ul {
    position: relative;
}
.left-sidebar ul li {
    margin-bottom: 25px;
}
.left-sidebar ul li .side-links {
    color: #404040;
    text-decoration: none;
    position: relative;
}
.left-sidebar ul li .side-links::before {
    content: "";
    top: 0;
    left: -17px;
    height: 30px;
    width: 0;
    opacity: 0;
    position: absolute;
    background-color: #eb5757;
}
.left-sidebar ul .custom-badge {
    font-weight: 400;
    background-color: #eb5757;
}
.left-sidebar ul .active .side-links {
    color: #eb5757;
}
.left-sidebar ul .active .side-links::before {
    content: "";
    width: 4px;
    opacity: 1;
}
.left-sidebar ul .active .side-links img {
    filter: invert(62%) sepia(43%) saturate(3999%) hue-rotate(320deg)
        brightness(88%) contrast(111%);
}
.left-sidebar .bottom-content {
    margin-top: 90px;
}

.right-sidebar {
    margin-top: 60px;
}
.right-sidebar .top-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.right-sidebar .top-content .edit-profile-btn img {
    margin-right: 6px;
}
.right-sidebar .top-content .edit-profile-btn a {
    color: #404040;
    text-decoration: none;
}
.right-sidebar .profile-body {
    padding: 20px;
    border-radius: 20px;
}

.form-label {
    font-size: 14px;
    color: #858585;
}

.profile-input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-bottom: 1px solid #c4c4c4;
}

.members-table table thead tr {
    background-color: #e9b88a;
}
.members-table table thead tr th {
    color: #fff;
    border-left: 1px solid;
    font-weight: 400;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
}
/* table */
.members-table table tbody tr td:first-child {
    box-shadow: 3px 0px 0px 0px red inset;
}
.members-table table tbody tr td {
    padding: 8px 5px;
    border-top: 0;
    border-bottom: 5px solid #fff;
    background-color: #f4f4f4;
    line-height: 20px;
    border: 1px solid#d4d4d4;
    text-align: center;
    vertical-align: middle;
}
/* @end table */
.members-table table tbody tr td .inner-table {
    padding: 13px 15px;
    background-color: #f4f4f4;
}

.empty-table {
    height: 78px;
}

.red-border {
    border-left: 3px solid #f62d4f;
}

.blue-border {
    border-left: 3px solid #6197f6;
}

.yellow-border {
    border-left: 3px solid #ffa929;
}

.purple-border {
    border-left: 3px solid #8813d5;
}

.table-actions {
    padding: 4px 5px;
    margin-right: 5px;
    background-color: #eb5757;
    float: left;
    margin-top: 0px;
    color: #920707;
    /* width: 70px; */
    margin-top: 12px;
    color: #FFF!important;
}

.contact-leftbar {
    padding: 30px;
    border-radius: 20px;
    background-color: #ffdec0;
}
.contact-leftbar img {
    width: 260px;
}

.addsress-info {
    display: flex;
    margin-top: 30px;
}
.addsress-info img {
    width: 20px;
    margin-right: 20px;
}

.contact-link {
    display: flex;
    margin-top: 30px;
    align-items: center;
}
.contact-link img {
    width: 50px;
    margin-right: 20px;
}

.contact-right {
    padding: 0 50px;
}

.profile-displayed {
    display: flex;
    flex-wrap: wrap;
    padding: 0 25px;
}
.profile-displayed .left-profile-view {
    position: relative;
    margin-top:-165px;
    display: flex;
    align-items: center;
    z-index: 1;
}
.profile-displayed .profile-image {
    text-align: center;
    position: relative;
}
.profile-displayed .profile-image span {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    background-color: var(--white);
    border: 2px solid #fff;
    box-shadow: 0px 4px 20px rgba(102, 102, 102, 0.25);
}

.default-input-file {
    position: absolute;
    right: 5px;
    z-index: 2;
    bottom: 20px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
    color: var(--white);
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.7);
    width: 35px;
    height: 35px;
    justify-content: center;
    border-radius: 50px;
}

.default-input-file input[type="file"] {
    position: absolute;
    left: -9999px;
    top: 0;
}

.default-input-file img {
    width: 17px;
}

.profile-display-name {
    margin-left: 20px;
}

.password-info {
    margin: 0 auto;
    width: 350px;
}

.about-inner img {
    width: 450px;
}

.empty-table {
    height: 78px;
}

.dob-input {
    background-image: url(../images/calender.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 25px;
}

.datepicker.dropdown-menu {
    width:208px;
}

/*# sourceMappingURL=default.css.map */

/* new-css */
.final-result span p {
    margin-bottom: 5px;
}

.reson-text {
    font-weight: 600;
}

.table-link {
    text-decoration: none;
}

.table-link:hover {
    color: #eb5757;
}

/* my-members */

.add-family-members {
    float: right;
}

.member-heading {
    width: 50%;
    float: left;
}

.add-member {
    color: #eb5757;
    display: flex;
    margin-bottom: 10px;
    text-decoration: none;
    justify-content: end;
}

.add-member:hover {
    color: #eb5757;
    text-decoration: none;
}

.add-member img {
    width: 17px;
    margin-right: 6px;
}

.meaning-tabs li:nth-child(1) .nav-link {
    color: #f62d4f;
}

.meaning-tabs li:nth-child(2) .nav-link {
    color:#f62d4f;
}

.meaning-tabs li:nth-child(3) .nav-link {
    color: #f62d4f;
}

.meaning-tabs li:nth-child(4) .nav-link {
    color: #8813d5;
}

/* testimonial-slider */

.slick-slide {
    margin: 0 13px;
}

.slick-prev::before {
    content: none;
    left: -15px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../images/prev-slide.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.slick-next::before {
    content: none;
    right: -15px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../images/next-slide.svg");
    background-position: center;
    background-repeat: no-repeat;
}
.testimonial-inner-wrapper .slick-prev::before,
.testimonial-inner-wrapper .slick-next::before {
    font-size: 0;
}
.slick-dots li button::before {
    color: #fff !important;
    opacity: 0.5 !important;
    font-size: 20px !important;
}

.slick-dots li.slick-active button::before {
    color: #fff;
}

/* How it Works */

.birth-heading {
    font-size: 20px;
}

.card-img img {
    width: 160px;
}

.welcome-img {
    height: 160px;
}

.welcome-img img {
    height: 100%;
    margin: 0 auto;
    width: auto;
}

/* pricing list */

.pricing-list-wrapper li del {
    color: #c4c4c4;
}

/* new css for pricing tab */

.business-tab {
    color: #c4c4c4 !important;
    border: 1px solid #c4c4c4 !important;
}

.diffrent-letters h6 {
    font-size: 20px;
}

.letter-bold {
    font-weight: 600;
}

/* name-text */

.name-text {
    font-weight: 300;
}
.package_feature_info {
    background: #eee;
    padding: 8px;
    max-width: 317px;
    width: 100%;
}
.package_feature_pricing {
    background: #eb5757;
    color: #FFF;
    padding: 7px;
    text-align: center;
    /* border-radius: 64px; */
    width: 79px;
    display: block;
    line-height: 23px;
}
#packageinfo .list-group-item.d-flex.justify-content-between.lh-condensed {
    text-align: left;
}
.add-future {
    margin-right: 0px;
    background: #eee;
    margin-top: 23px;
}

.bg-add-future {
    float: left;
    background: #eeee;
    padding: 6px 0px 0 5px;
    width: 36px;
}

.add_more_delivery_mails_wrapper button {
    background: #eb5c5c !important;
    border: none;
}
.add_more_delivery_whatsapps_wrapper button {
    background: #eb5c5c !important;
    border: none;
}

.remove-coupon-link {
    background: #eb5c5c;
    text-align: center;
    color: #FFF !important;
    padding: 7px 10px 7px 21px;
}


.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    border-right: 0px;
    border-left: none;
    border-radius: 0px;
    height: 34px;
}



.countrycodefieldmain .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    border-right: 0px;
    border-left: none;
    border-radius: 0px;
    height: 34px !important;
}
.countrycodefieldmain .input-group-text {
    height: 34px;
    font-size: 10px;
}


.package_description p {
    text-align: left;
    font-size: 13px;
}

.list-group.mb-3.pricing_summery_list_main {
    width: 100%;
    float: left;
}

.toggle-icon {
    float: right;
    font-size: 24px;
}
.basic_list_main {
    width: 100%;
}
.Numerology-cot  {
    background-color: #e5b48a;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #d9534f;
}
.box {
	background: #f8f8f8;
	padding-top: 8px;
	text-align: center;
	border-left: 1px solid #eeee;

	padding-bottom: 8px;
}
.box h4 {
    font-size: 13px;
    font-weight: bold;

    margin-bottom: 0px;
}
.highly-cot p {
	padding: 9px;
}
.box p {
	margin-bottom: 0px;
	font-size: 13px;
	line-height: 15px;
}
.comparison-birthday {
    background-color: #ffecec ;
    color: #000;
    padding: 15px;
    font-weight: bold;
    font-size: 14px;
}
.box {
    background: #f8f8f8;
    padding: 6px;
    /* border-radius: 10px; */
    text-align: center;
    border-left: 1px solid #eeee;
    margin-top: 10px;
    /* margin-left: 7px; */
}
.card {
    text-align: center;
    padding: 15px;
    margin-top: 10px;
}
.icon {
    font-size: 24px;
    margin-bottom: 10px;
}

.capatibility-conts
{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    position: relative;
}


.comparison-section {
	background-color: #ffecec;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #000;
	display: block;
}

.result-box {
    background-color: #f8f8f8;
    padding: 15px;
    text-align: center;
    border-radius:0px;
    margin-top: 12px;
    height:71px;
    border-right:1px solid#eee;
}
.addination-table .pricing-features .feature h4 {
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #D9D1D2;
    padding: 6px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.feature p {
    margin-left: 4px;
    color: #FFF;
    margin-bottom: 0px;
}
.addination-table .pricing-features .feature span {
    display: inline-block;
    float: right;
    color: #000;
    font-weight: normal;
    font-size: 13px;
    margin-top: 0px;
    margin-right: 28px;
}
.final-compatibility-for-each-name {
    background: #e9b88a;
    color: #000 !important;
    padding: 8px !important;
}
.addination-table .pricing-features .feature {
    font-size: 14px;
    margin: .5rem 0;
    color: #000;
    background: #FFF6EC;
    padding: 0px;
    border: 1px solid #e8e1e1;
}

.feature p {
    margin-left: 4px;
    color: #000;
}
.mobile-show-only {
    display: none;
}
.addination-table {
    float: left;
    width: 100%;
}

.package_title {
    margin-left: 5%;
}
.package_description {
    margin-left: 4%;
    padding: 3px;
}
.mobile-show-only .box .text-success {
	color: #000 !important;

	line-height: 8px;
}
.mobile-show-only .box .text-primary {
    color: #000 !important;

	line-height: 8px;
}

.mobile-show-only .box .text-danger
{
    color: #000 !important;
	line-height: 8px;
}

.total_compatibility h4 {
	line-height: 34px;
	vertical-align: middle;
	display: inline;
}

.Numerology-details-from-dob h5 {
    font-size: 11px;
    font-weight: bold;
}
.Numerology-details-from-dob h3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
}
.previewbeforepaymentwrapper .package_title {
    margin-left: 0%;
}
.previewbeforepaymentwrapper .package_description {
    margin-left: 0%;
    padding: 0px;
}

.error-message-list li {
    font-size: 16px;
    color: #fd3838;
    text-align: left;
    line-height: 24px;
    list-style: disc!important;
}

.swal2-confirm.swal2-styled {
    background:#f44545 !important;
}
.previewbeforepaymentwrapper .package_feature_info {
    background: #eee;
    padding: 8px;
    width: 100%;
    text-align: left;
}
.previewbeforepaymentwrapper .addons_feature_list_main {
    width: 100%;
}

.vedic-wrapper-body .badge-primary {
    color: #fff;
    background: none !important;
    border: 1px solid #eb5757;
    color: #EB5757;
    font-size: 22px;
    padding: 8px;
    margin-top:6px;
}
.vedic-wrapper-body .badge-secondary {
    color: #fff;
    background: none !important;
    border: 1px solid #eb5757;
    color: #EB5757;
    font-size: 12px;
    padding: 8px;
    margin-top: 6px;
}


.testimonial-img .customer-name {
    padding: 15px;
    height: 80px;
}
.members-table table tbody tr td .inner-table {
    padding: 19px 0px;
}
.members-table .inner-table.empty-table {
    display: flex;
    padding: 0px !important;
    height: auto;
}

.payment-btn-wrapper {
    float: right;
    margin-top: 5px;
}
.bi.bi-file-earmark-arrow-down {
    margin-right: 5px;
    font-size: 22px;
}

.pdf-button.text-uppercase {
    padding: 5px;
}

.bi.bi-filetype-exe {
    font-size: 22px;
    margin-right: 5px;
}

.excel-button.text-uppercase {
    margin-left: 4px;
    padding: 5px;
}
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}
.with-delete-btn .iti {
    position: relative;
    display: inline-block;
    width: calc(100% - 41px);
}
.phonewithcountrycodemain .form-group {
    margin: 0px 0px 10px 0px;

}

#infotabmains .name-start {
    float: left;
    margin-top: 12px;
}


.diffrent-letters .letter-bold {
    font-size: 20px;

}

.kundli-name-wrapper .bg-yellow h5 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 0;
}
.popular-name-wrapper .bg-yellow h5 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 0;
}



.calcaution-table table tbody tr td {
    border: 0;
    padding: 7px 0px;
}

.calcaution-table .table-display-text {
    width: calc(100% - 150px);
    background-color: #F4F4F4;
    color: #404040;
    font-weight: 300;
    font-size: 18px;
    border-radius: 0px;
    padding: 25px 35px;
    height: 76px;
    border-right: 1px solid #e3e3e3;
}
.total_compatibility strong {
    font-weight: bold;
}
.luck-percentage .tippy-content {
    position: relative;
    padding: 15px 9px;
    z-index: 1;
    font-size: 13px;
    line-height: 22px;
    border-radius: 58px;
}


.info-tooltip .bi.bi-info-circle {
    font-size: 20px;
    position: absolute;
    right: 8px;
    top: 5px;
}


.astrology-result-box {
    padding-top: 27px;
}

.calcultaion-message {
    text-align: center;
    margin-top: 27px;
    font-weight: bold;
    font-size: 16px;
}
/*.fav-btn .bi.bi-heart{
 font-size: 18px;
  position: absolute;
  right: 6px;
  top: 11px;
}*/

.fav-btn .bi.bi-heart-fill {
    color: #ec6262;

}

.name-cell {
    position: relative;
}

.feature .bi.bi-heart-fill {
    color: #ec6262;
    font-size: 18px;


}
.feature .badge.badge-primary {
	margin-right: 0px !important;
	background: #e9b88a;
	color: #FFF !important;
	position: relative;
	top: -2px;
}
.feature .fav-btn {
	margin-right: 0px !important;
}
.feature .bi.bi-heart {
    font-size: 18px;


}
.namne-name-meadning span {
    margin-right: 26px !important;
}

.feature {
    position: relative;
}

.intial-letters-same-height {

    border: 1px solid #e9b88a;
    max-width: 71%;
    margin-right: 10px;
}

.intialletter-wrapper .vedic-wrapper-body {
    border: none;
}

.info-tooltips {

    float: right;

}
.info-tooltips .bi.bi-info-circle {

    font-size: 18px;

}
.final-compatibility-for-each-name {
    position: relative;
}
.final-compatibility-for-each-name .info-tooltips .bi.bi-info-circle {
    position: absolute;
    font-size: 18px;
    top: 8px;
    right: 5px;
}
.final-compatibility-for-each-name .info-tooltips {
    position: initial;
}


.aslo-check-astrology-label-in-form .bi.bi-info-circle {
    position: inherit;
    margin-left: 5px;
}

.meaning-table.for-desktop-only .table-responsive{
    /* max-height: 500px; */

}
.meaning-table.for-desktop-only .table-responsive thead{
    position: sticky;
    top: -3px;
    z-index: 2;
}
.name-cell .badge.badge-primary {
	background: #e9b88a;
}

i.bi.bi-heart {
    color: #eb5757;
}

#gototop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #eb5757;
	color: white;
	cursor: pointer;
	padding: 13px;
	border-radius: 50px;
	width: 52px;
}

#gototop:hover {
  background-color:#555;
  border:1px solid#FFF;
}

.myshortlist-common-button-wrapper{
        writing-mode: sideways-lr;
    }

  .myshortlist-common-button {
	border: 1px solid;
	position: fixed;
	bottom: 50%;
	right: 11px;
	text-orientation: sideways-right;
	color: #f62d4f;
	padding: 16px 8px;
	background: #eb5757;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 9px 0 0px 8px;
}

.business-name-btn a {
    margin-top: 16px;
    background: #ec5757 !important;
    color: #FFF !important;
    padding: 7px !important;
    max-width: 500px !important;
}

.business-name-headings {
    margin-top:14px;
        padding-left:0%;
}

.register-page-section {
        margin-top: 9%;
    margin-bottom: 4%;
}
.login-page-section {
    margin-top: 8%;
}
.business-name-headings strong {
    font-weight: bold;
}
.login-page-section .banner-image {
    margin-bottom: 30px;
}
.counter
{
  display:none;
}

.business-name-heading{
    width: 352px;
    text-align: center;
    font-size: 26px;
    color: #FFF;
    font-weight: bold;
}

.namoology-banner::after {
   display:none;
}


select.dob-day{
    width: 56%;
}
select.dob-year{
    width: 60%;
}
/* Decrease font size for select dropdowns */
select.dob-day option,
select.dob-month option,
select.dob-year option {
    font-size: 13px; /* or whatever size you want */

}

/* Optionally adjust the select input font-size too */
select.dob-day,
select.dob-month,
select.dob-year {
    font-size: 13px;
    padding: 0;
    padding-left: 3px;
}


.auth-image {
    margin-top: 12%;
    margin-bottom: 10%;
}

.social-links img{
    width: 38px;
}

.right-sidebar .nav-link {
	color: #463d3d;
	background: #ffbfbf;
}

.right-sidebar .nav-link.active {
	background: #ec5757 !important;
	color: #FFF !important;
}

.login-btn {
	background: #ec5757;
	padding: 5px 11px 5px 11px;
	color: #FFF !important;
}

i.bi.bi-info-circle.father-told {
    position: inherit;
}

.form-control.form-checkbox.custom-checkbox.addons-checkbox.add-future {
	height: 19px;
}


.info-tooltips-number{
    position: relative !important;
}


.box .info-tooltip .bi.bi-info-circle {
	font-size: 16px;
	position: absolute;
	right: 4px;
	top:22px;
}
.total_compatibility p {
	line-height: 13px;
	font-size: 11px;
}
.col-lg-1 .remove_suggestion_button {
	margin-top: 51%;
	padding: 11px 11px 9px 11px;
}

.info-box h5 {
	background: #ffe6b7;
	border-radius: 12px;
	padding: 9px;
}
.info-box {
	text-align: left;
    background: #eee;
	margin-top: 16px;
}
.search-compatibility {
	background: #ec5757 !important;
	color: #FFF;
}

.heading-packgages {
	font-weight: bold;
	margin: 0px 0 0 0px;
	font-size: 14px;
}


.package_feature_info p{
    font-size: 12px;
    color: #404040;
    font-weight: 300;
    line-height: 1.75;
}

.bg-child-side {
	border: 1px dashed #b3a5a5;
	position: relative;
	padding: 12px;
	margin-top: 31px;
}

.bg-child-side h3 {
	position: absolute;
	top: -15px;
	background: #FFF;
	padding: 3px;
	font-size: 18px;
	color: #606060;
	font-weight: bold;
}

#infotabmains .card {
    text-align: left;
}

.order-card .form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -25px;
    margin-top: 24px;
    cursor: pointer;
    padding: 9px ;
    height: 26px;
    width: 18px;
}

.wishlist-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    padding: 0;
    font-size: 1.5rem;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.wishlist-badge {
	position: absolute;
	top: -7px;
	right: 0;
	transform: translate(30%, -30%);
	background: red;
	color: white;
	font-size: 0.75rem;
	padding: 4px 9px;
	border-radius: 50%;
	min-width: 23px;
	text-align: center;
}
.web-submit-btn{
    display: block;
}

.addination-info-order .card {
	text-align: left;
	padding: 0px;
	margin-top: 10px;

}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none !important;
}

.chip input {
	margin-right: 3px;
	vertical-align: middle;
    margin-bottom: 0px;
}

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


.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color:0px !important;
	outline: 0;
	box-shadow: 0px !important;
}

.gauge {
	height: 300px;
}

.result-list-page {


	margin-bottom: 2%;
}


.name-start small {
	float: left;
	width: 100%;
	margin-left: 42%;
}
