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

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, .check-compatibility-option .form-inputs .custom-checkbox .check-vedic-box, .total-luck-score a {
    -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;
}

.check-compatibility-option {
    margin: 107px 0 50px;
    background-image: url("../images/design.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 100px) 50px;
    position: relative;
}
.check-compatibility-option::before, .check-compatibility-option:after {
    content: "";
    position: absolute;
    left: 50px;
    top: 250px;
    width: 66px;
    height: 66px;
    background-image: url("../images/purple-star.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    animation-name: star-buzz;
    -o-animation-name: star-buzz;
    -ms-animation-name: star-buzz;
    -moz-animation-name: star-buzz;
    -webkit-animation-name: star-buzz;
    animation-duration: 2s;
    -o-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
}
.check-compatibility-option:after {
    background-image: url("../images/yellow-star.svg");
    left: 110px;
    top: 300px;
}
@keyframes star-buzz {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.75);
        filter: invert(49%) sepia(49%) saturate(732%) hue-rotate(312deg) brightness(88%) contrast(110%);
    }
    100% {
        transform: scale(1);
        filter: invert(75%) sepia(41%) saturate(341%) hue-rotate(345deg) brightness(95%) contrast(92%);
    }
}
.check-compatibility-option .form-inputs {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}
.check-compatibility-option .form-inputs .custom-checkbox {
    position: relative;
    display: flex;
    align-items: center;
}
.check-compatibility-option .form-inputs .custom-checkbox input[type="checkbox"] {
    position: absolute;
    left: -9999px;
    top: 0;
}
.check-compatibility-option .form-inputs .custom-checkbox input[type="checkbox"]:checked + .check-vedic-box {
    background-color: #EB5757;
    border-color: #EB5757;
    background-size: 13px;
}
.check-compatibility-option .form-inputs .custom-checkbox .check-vedic-box {
    width: 22px;
    height: 22px;
    border: 1px #D8D8D8 solid;
    background-color: #F4F4F4;
    border-radius: 4px;
    margin-right: 10px;
    background-image: url("../images/check.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0px;
}
.check-compatibility-option .form-inputs .form-control.date-custom-icon {
    appearance: none;
    -webkit-appearance: none;
}

.section-heading h6 {
    font-weight: 300;
}

.number-counts {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image: url("../images/number-four.svg"), url("../images/number-three.svg"), url("../images/number-two.svg"), url("../images/number-five.svg"), url("../images/number-zero.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 70px) 12%, 90px 25%, calc(100% - 50px) 47%, 80px 65%, calc(100% - 150px) 99%;
}

.your-results-view .section-heading h3 {
    font-size: 40px;
}
.your-results-view .section-heading h6 {
    font-weight: 400;
}

.heading-with-line {
    position: relative;
}
.heading-with-line::before {
    content: "";
    width: 100%;
    border-top: 2px #EB5757 dashed;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    height: 2px;
    display: flex;
    align-items: center;
}

.display-birth {
	background-color: #EB5757;
	padding: 24px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0px 10px 0px;
	border-radius: 9px;
}

.display-birth .display-icon {
    display: flex;
    align-items: center;
}
.display-birth .display-icon img {
    margin-right: 20px;
    width: 22px;
    height: 35px;
}
.display-birth .display-icon span {
    color: var(--white);
    font-size: 20px;
}
.display-birth.birthbox {
    background-color: #E9B88A;
}
.display-birth .display-text {
    font-weight: 700;
    font-size: 18px;
    color: var(--white);
}

.names-list {
    margin: 30px auto;
    width: 100%;
    max-width: 700px;
    position: relative;
    z-index: 1;
}
.names-list.table-name-luck table tbody tr td {
    width: 50%;
}
.names-list.table-name-luck table tbody tr td .table-display-text {
    width: 100%;
}

.names-namoology-via table {
    border: 1px #E9B88A solid;
    border-radius: 0 0 10px 10px;
    overflow: auto;
}
.names-namoology-via table thead {
    border: 0;
}
.names-namoology-via table thead th {
    background-color: #E9B88A;
    font-size: 26px;
    padding: 17px 15px;
    color: var(--white);
    font-weight: 300;
    border: 0;
}
.check-compatibility-option .names-namoology-via table thead th {
    background-color: #E9B88A;
    font-size: 21px;
    padding: 17px 15px;
    color: var(--white);
    font-weight: 300;
    border: 0;
}
.names-namoology-via table thead th:last-child {
    text-align: right;
}
.names-namoology-via table tbody tr:first-child td {
    padding-top: 25px;
}
.names-namoology-via table tbody tr:last-child td {
    padding-bottom: 25px;
}
.names-namoology-via table tbody tr td {
    border: 0;
    padding: 7px 15px;
}
.names-namoology-via .names-list {
    margin: 75px 0 0;
}
.names-namoology-via .names-list h3 {
    font-size: 26px;
}
.check-compatibility-option .names-namoology-via .names-list h3 {
    font-size: 21px;
    font-weight: bold;
}
.names-namoology-via .names-list caption {
    background-color:#ffecec;
    caption-side: top;
    font-size: 26px;
    text-align: center;
    font-weight: 300;
    padding: 17px 15px;
    color: #000 !important;
}
.names-namoology-via .names-list caption strong {
    font-weight: 700;
}
.names-namoology-via .names-list caption strong {
    color: #EB5757;
}
.names-namoology-via .table-display-icon {
    width: 150px;
    text-align: center;
}

.check-compatibility-option .names-namoology-via .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;

}
.names-namoology-via .table-display-text {
    width: calc(100% - 150px);
    background-color: #F4F4F4;
    color: #404040;
    font-weight: 300;
    font-size: 18px;
    border-radius: 6px;
    padding: 25px 35px;
}

.viewer-name span {
    color: #EB5757;
    font-size: 40px;
    font-weight: 900;
}

.total-luck-score .luck-percentage {
    background-color: #EB5757;
    color: var(--white);
    font-size: 40px;
    font-weight: 900;
    width: 100%;
    max-width: 350px;
    text-align: center;
    border-radius: 20px;
    padding: 20px;
    position: relative;
}
.total-luck-score a {
    border: 3px #EB5757 solid;
    border-radius: 10px;
    margin-left: 35px;
    font-size: 13px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
}
.total-luck-score a:hover, .total-luck-score a:focus {
    text-decoration: none;
}
.total-luck-score a .extension {
    width: 100%;
    color: #EB5757;
    font-weight: 600;
    margin-top: 8px;
}

.initial-head {
    font-size: 26px;
    font-weight: 400;
}

.suggest-name {
    font-weight: 900;
    font-size: 30px;
    color: #EB5757;
    margin: 18px 0 25px;
}

.initial-suggested p {
    font-size: 20px;
}

.reason {
    color: #EB5757;
    font-size: 20px;
    font-weight: 500;
}

.initial-suggested ul {
    margin: 10px 0 0;
}
.initial-suggested li {
    font-size: 17px;
    margin: 4.5px 0;
}

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


/* new order page template design start */


section.neworder h2{
    color: #e9b88a;
}
section.neworder .step-form {
    text-align: center;
    position: relative;
    margin-top: 20px
}

section.neworder .babyname-basic-order-details {
    text-align: left !important; /* or right, or inherit, as needed */
}


section.neworder .step-form fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

section.neworder .finish {
    text-align: center
}

section.neworder .step-form fieldset:not(:first-of-type) {
    display: none
}

section.neworder .step-form .previous-step, section.neworder .next-step {
    width: 138px;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 12px 5px;
    margin: 14px 5px 10px 0px;
    float: right;
}


section.neworder  .form,  section.neworder .previous-step {
    background: #616161;
    font-size: 16px;
}

section.neworder  .form, section.neworder .next-step {
    background: #e9b88a;
}

section.neworder .step-form .previous-step:hover,
section.neworder .step-form .previous-step:focus {
    background-color: #000000;
    text-decoration: none;
}

section.neworder .step-form .next-step:hover,
section.neworder .step-form .next-step:focus {
    background-color: #e9b88a;
}

section.neworder .text {
    color: #e9b88a;
    font-weight: normal
}

section.neworder #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

section.neworder #progressbar .active {
    color: #e9b88a
}

section.neworder #progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 50%;
    float: left;
    position: relative;
    font-weight: 400
}

section.neworder #progressbar #step1:before {
    content: "1"
}

section.neworder #progressbar #step2:before {
    content: "2"
}

section.neworder #progressbar #step3:before {
    content: "3"
}

section.neworder #progressbar #step4:before {
    content: "4"
}

section.neworder #progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

section.neworder #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

section.neworder #progressbar li.active:before,
section.neworder #progressbar li.active:after {
    background: #e9b88a
}

section.neworder .progress {
    height: 20px
}

section.neworder .progress-bar {
    background-color: #e9b88a
}
section.neworder input[type=radio]:checked+span{
    background: #e9b88a;
    border-color: #e9b88a;
}

section.neworder .previewbeforepaymentwrapper .card-header{
    background: #e9b88a;
    color: #fff;
}

section.neworder .previewbeforepaymentwrapper .badge-primary{
    background: #e9b88a;
}

/* new order page template design end */

.name-result-filter-tab .btn.btn-primary{
    background-color: #fff;
    color: #f62d4f;
    border-color: #f62d4f;
}

.name-result-filter-tab .btn.btn-primary.active{
    background-color: #f62d4f;
    color: #fff;
    border-color: #f62d4f;
}

.fooetr-logo {
    height: 38px;
    width: 189px;
}

.name-meaning-in-table p {
    font-size:13px;
    margin-bottom: 0px;
}

.meaning-table table thead tr th {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    background-color: #e9b88a;
    text-align: center;
    border: 5px solid;
    /* text-align: center; */
}


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

.add_more_suggestion_names_wrapper .btn
{
    background: #eb5c5c;
    border: none;
}


.edit-basic-info .bi.bi-pencil {
    color: #eb5757;
    float: right;
    margin-bottom: 12px;
}
#infotabmains .card-header, #amounttabmains .card-header{
    background: #eb5757;
    color: #FFF !important;
}
#infotabmains .card-link,  #amounttabmains .card-link{
    color:#FFF;
    line-height: 0px;
}

.total_visitor_count {
    color: #FFF;
    background: #eb5757;
    padding: 4px;
    margin-top: 12px;
}

.order-details-page {
    margin-top: 5%;
}

.navbar-light .collapse:not(.show) {
    display: block;
}

#couponMessage {
    float: left;
    margin-left: 6px;
    margin-top: 8px;
    color: #eb5c5c;
}

.profile-box {
    border: 1px solid #eeee;
    padding: 10px;
    background: #eee;
    height: 75px;
}

.pdf-name-compatibility{
    border: 3px #EB5757 solid;
    border-radius: 10px;
    margin-left: 35px;
    font-size: 13px;
    text-transform: uppercase;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 2px 13px 2px 13px;
}


