@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

body {
    font-family: "Nunito Sans", serif;
    color: #000;
    background-color: #fff;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    font-size: 16px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

h3,
h4,
h5,
h6 {
    font-family: 'Futura Cyrillic Book';
}

h1 {
    font-family: 'Futura Cyrillic';
    font-size: 50px;
    font-weight: 700;
}

h2 {
    font-family: 'Futura Cyrillic Extra';
    font-size: 40px;
    font-weight: 700;
}



h3 {
    font-size: 36px;
    font-weight: 400;
    font-family: 'Futura Cyrillic';
}

h4 {
    font-size: 24px;
    font-weight: 500;
}

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

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

a {
    color: #000;
    transition: all 0.3s linear;
}

a:hover {
    color: rgba(13, 77, 77, 1);
}


header.header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.header-top {
    background: #FCCD0A;
    text-align: center;
    padding: 10px 0;
}

.header-top p {
    margin: 0;
    color: #000 !important;
    text-align: center;
    font-family: 'Futura Cyrillic';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.header-bottom {
    background: #0D4D4D;
}

.header-bottom nav.navbar .navbar-nav .nav-item .nav-link {
    color: #FFF;
    font-family: 'Futura Cyrillic';
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
}

.header-bottom .btnSingup {
    color: #fff !important;
}

.header-bottom .btnRegisterup {
    background: #FFF !important;
    color: rgba(13, 77, 77, 1) !important;
}

.social-media ul li a img {
    width: 20px;
    height: 20px;
}

.btn-chat:hover {
    color: #1d4e4c;
    background-color: #fff;
    border-color: #1d4e4c;
}

.header-bottom .button-wrap button {
    border-radius: 8px;
    border: 1px solid #FFF;
    text-align: center;
    font-family: 'Futura Cyrillic Book';
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    text-decoration: none;

}


.header-bottom ul.dropdown-menu {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
    border: 0;
    top: 58px;
}

.notification-icon ul.dropdown-menu {
    top: 20px !important;
}

.header-bottom {
    background: #0D4D4D;
    padding: 10px 0;
}

.header-bottom ul.dropdown-menu li a {
    font-size: 14px;
}

.header-bottom .btnRegisterup {
    margin-left: 10px !important;
}


footer.footer {
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 60px;
    background-size: cover;
    overflow: hidden;
}

footer.footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    padding: 12px 0;
    margin-top: 20px;
}

footer.footer .copyright p {
    text-align: center;
    color: #FFF;
    font-family: 'Futura Cyrillic Book';
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.footer-menu h3 {
    color: rgba(255, 255, 255, 0.90);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Futura Cyrillic';
}

.footer-menu h3 {
    color: rgba(255, 255, 255, 0.90);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Futura Cyrillic';
    margin-bottom: 10px;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu ul li a {
    color: rgba(255, 255, 255, 0.80);
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    align-items: center;
}

.header-bottom ul.dropdown-menu li a {
    font-size: 14px;
    color: #000;
    font-family: "Nunito Sans";
    font-weight: 400;
}

.header-bottom ul.dropdown-menu li a:hover {
    background: linear-gradient(90deg, #0D4D4D 0%, #FCCD0A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner {
    padding: 100px 0;
}



.banner .content h1 {
    color: #FFF;
    text-align: center;
    font-size: 34px;
}

.search-wrapper {
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.40);
    width: 40%;
    margin: auto;
    height: 45px;
    padding: 10px 20px;
}

.search-wrapper input {
    color: #FFF;
    font-family: 'Futura Cyrillic Book';
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    border: 0;
    width: 90%;
}

.search-wrapper input::placeholder {
    color: #fff;
}

.search-wrapper i {
    color: #fff;
}

.search-wrapper input:focus {
    outline: none;
}

.banner {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.banner {
    padding-bottom: 145px;
}



/* .icon-box {
    display: flex;
    width: 11.111111111% !important;
    padding: 0 8px !important;
} */

.icon-box-inner {
    width: 100%;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
    padding: 16px 5px;
    background: #fff;
    text-align: center;
    border-radius: 14.24px;
    transition: 0.3s linear;
    border: 1px solid transparent;
}

.icon-box-inner:hover {
    border: 1.1px solid rgba(13, 77, 77, 1);
}

.icon-box-inner .icon {
    padding: 15px;
    background: rgba(13, 77, 77, 0.1);
    width: 60px;
    margin: auto;
    height: 60px;
    overflow: hidden;
    border-radius: 9.26px;
    margin-bottom: 16px;
}

.search-wrapper input:-webkit-autofill {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
}

.icon-box-inner h6 {
    font-size: 13px;
    color: rgba(13, 77, 77, 1);
    font-weight: 500;
    margin: 0;
}

.banner-bottom {
    margin-top: -70px;
}

section {
    padding: 40px 0;
}

.slider-section h2 {
    font-family: 'Futura Cyrillic';
    font-weight: 600;
}

.Gemini-content {
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(252, 205, 10, 0.10) 0%, rgba(13, 77, 77, 0.10) 100%);
    padding: 40px;
}

.seeBtn {
    border: 1px solid rgba(13, 77, 77, 1) !important;
    font-family: 'Futura Cyrillic Book' !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-align: center !important;
    color: rgba(13, 77, 77, 1) !important;
    text-decoration: none !important;
    padding: 8px 20px !important;
}

.box {
    display: inline-block;
    overflow: hidden;
}

.box .image .rating {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 14px;
    font-weight: 700;
    background: rgba(13, 77, 77, 1);
    padding: 8px 15px;
    border-radius: 106.67px;
    color: #fff;
    font-family: 'Futura Cyrillic';
    font-style: normal;
    display: flex;
    align-items: center;
}

.box .image .rating i {
    color: rgba(249, 168, 37, 1);
    font-size: 10px;
    margin-right: 5px;
}

.box .content span {
    color: rgba(14, 151, 28, 1);
    font-size: 18px;
    font-weight: 400;
    font-family: 'Futura Cyrillic Book';
    position: relative;
}



.box .content h4 {
    font-family: 'Futura Cyrillic';
}

.box {
    box-shadow: 0px 0px 25.06px 0px rgba(0, 0, 0, 0.08);
}

.box .content {
    padding-top: 0;
    padding: 20px;
    z-index: 1;
    position: relative;
    padding-top: 5px;
}

.box .image {
    position: relative;
    display: block;
    background: #0d4d4d29;
}

.box .image::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-collapse: separate;
}

.box .content h4 {
    margin-top: 8px;
}

.box .content p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 10px;
    height: 45px;
}

.bio-text {
    text-align: justify;
}

.box .content ul li {
    width: 50%;
}

.advisor-profile-wrap .btnFollow {
    background: #d15904;
}

.advisor-profile-wrap .btn {
    font-family: 'Futura Cyrillic Book';
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
}

form#unfollowfollowastro,
form#followastro,
.gift-select {
    width: 48%;
}

div#myModal .modal-dialog {
    max-width: 600px;
}


.gift-select button {
    background: #fccd0a !important;
    color: #000 !important;
    border-color: #fccd0a !important;
}

.gift-select button.btn.btn-primary.dropdown-toggle {
    background: #fccd0a;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-color: #fccd0a;
}

#myModal .gift-box:hover {
    background: #fccd0a;
}

div#myModal {
    z-index: 9999;
}

.gift-box-wrapper a {
    width: 20%;
    text-decoration: none;
}

.gift-box-wrap {
    width: 100%;
}

.gift-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.gift-box .image {
    width: 30px;
    height: 30px;
    margin: 10px auto;
}

#myModal .saveGiftBtn {
    margin-top: 16px;
    width: auto;
    background: #fccd0a !important;
    border-color: #fccd0a !important;
    color: #000 !important;
    padding: 10px 20px;
    line-height: 1;
}

#myModal .modal-header h5 {
    font-size: 20px;
    color: #fff;
}

#myModal .gift-box {
    background: #fff;
    padding: 5px;
    margin: 8px;
    border-radius: 10px;
    transition: 0.3s linear;
}

#myModal .gift-box .content h6 {
    font-weight: 600;
}

#myModal .modal-content button.btn-close {
    top: 2px;
}

#myModal .gift-box .content span {
    color: #000;
    display: block;
}

.advisor-profile-wrap .btnGift {
    background: #facb0e;
    color: #000 !important;
}

.box .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.box .content ul {
    display: flex;
    justify-content: space-between;
}

.box .content ul li span {
    color: rgba(33, 33, 33, 0.7);
    font-family: Nunito Sans;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}

.slider-section .box .content a {
    display: block;
}

.box .content ul li {
    display: flex;
}

.box .content ul li i {
    margin-right: 10px;
}

.box .content ul {
    border-bottom: 0.96px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.box .content .bottom-wrap span {
    color: rgba(14, 151, 28, 1);
    padding: 0;
    font-family: Nunito Sans;
    font-size: 13px;
    font-weight: 800;
    margin: 0;
}

.bottom-wrap.busy-text span {
    color: red !important;
}

.online-wrap .busy {
    background: red !important;
}



span.text-info.online-wrap {
    color: red !important;
}

.box .content .bottom-wrap ul li:not(:last-child) {
    margin-right: 5px;
}

.box .content .bottom-wrap span:after {
    display: none;
}

.box .content .bottom-wrap ul {
    display: flex;
    justify-content: flex-end;
}

.box .content .bottom-wrap ul li a {
    display: flex;
    width: 30px;
    height: 30px;
    border: 1.44px solid rgba(13, 77, 77, 1);
    border-radius: 50%;
    padding: 7px;
    align-items: center;
    cursor: pointer;

}



.box .content .bottom-wrap ul {
    margin: 0;
    padding: 0;
    border: 0;
}

.box .bottom-wrap .row {
    align-items: center;
}

.box .content .bottom-wrap ul li {
    margin: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    align-items: center;
}

.item {
    padding: 5px;
}

.box .content a {
    text-decoration: none;
}


.box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
    border: 1.44px solid transparent;
    transition: 0.3s linear;
    background: #fff;
    width: 100%;

}

.box:hover {
    border: 1.44px solid rgba(13, 77, 77, 1);
}

.slider-section {
    overflow: hidden;
}

.slider-section .owl-carousel .owl-stage-outer:after {
    content: "";
    width: 30vw;
    position: absolute;
    right: 100%;
    background: #fff;
    z-index: 99;
    top: 0;
    bottom: 0;
}

.slider-section.slider-bg .owl-carousel .owl-stage-outer:after {
    background: rgb(230 237 237);
}

.slider-section .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.SageTalkz-daily-horoscope {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.SageTalkz-daily-horoscope .content {
    text-align: center;
}

.SageTalkz-daily-horoscope .content h2 {
    color: #fff;
    background: linear-gradient(90deg, #FFFFFF 0%, #FCCD0A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Futura Cyrillic';
}

.SageTalkz-daily-horoscope p {
    color: #fff;
}

.box-wrap {
    background: rgba(255, 255, 255, 0.15);
    padding: 20px;
    border-radius: 10px;
    transition: 0.3s linear;
}

.box-wrap:hover {
    background: #fff;
}

.box-wrap h4 {
    font-family: 'Futura Cyrillic Extra';
    color: rgba(255, 255, 255, 1);

}

.box-wrap:hover h4 {
    color: rgba(13, 77, 77, 1);
}

.box-wrap:hover span {
    color: rgba(136, 136, 136, 1);
}

.box-wrap:hover span i {
    color: rgba(13, 77, 77, 1);
    transform: rotate(-30deg);
}

.box-wrap span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(222, 222, 222, 1);
}

.blog-box {
    border-radius: 10px;
    border: 1px solid rgba(44, 74, 135, 0.20);
    background: #FFF;
    transition: 0.3s linear;
}

.blog-box .content {
    padding: 20px;
}

.blog-box .content .top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    height: 30px;
}

.blog-box .content .top-wrapper h5 {
    color: #0D4D4D;
    font-family: 'Futura Cyrillic';
    font-size: 20px;
    font-weight: 700;
    width: 100%;
}

.blog-box .content .top-wrapper .date {
    color: #212121;
    font-family: 'Futura Cyrillic Book';
    font-size: 16px;
    font-weight: 400;
    width: 30%;
    white-space: nowrap;
}

.blog-box .readBtn {
    text-align: right;
}

.blog-box .readBtn a {
    color: #0D4D4D;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    background-image: url(../images/read-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 20px;
    margin-right: -20px;
    margin-bottom: -20px;
    text-decoration: none;
}

.seeBtn:hover {
    background: rgba(13, 77, 77, 1) !important;
    color: #fff !important;
    border: 1px solid rgba(13, 77, 77, 1) !important;
}

.banner-heading {
    padding-top: 40px;
    padding-bottom: 20px;
}

.banner-heading h1 {
    font-family: 'Futura Cyrillic Book';
}

.filter-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.listing-box {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
    padding: 15px;
}

.box .image img {
    height: 250px;
    object-fit: contain;
    width: 100%;
}


.listing-box span {
    color: #FFF;
    font-family: 'Futura Cyrillic Book';
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 10px;
}

.listing-box .search-box,
.listing-box .wrap-sort button {
    border-radius: 6px;
    border: 1px solid #FFF !important;
    backdrop-filter: blur(2px);
    width: 100%;
    color: #D7D7D7 !important;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
}

.listing-box .search-box {
    position: relative;
}

.listing-box .search-box button {
    width: 30px;
    height: 30px;
    background: #fccd0a;
    border-radius: 50%;
    top: 4px !important;
    color: #000 !important;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listing-box .search-box .form-control {
    color: #D7D7D7;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: 600;
    padding: 6.5px;
    padding-left: 14px;
    background: transparent;
}

.listing-box .search-box {
    position: relative;
}

.listing-box .search-box .form-control::placeholder {
    color: #D7D7D7;
}

.listing-box .wrap-sort {
    position: relative;
}

.listing-box .wrap-sort .select {
    display: none;
}


.listing-box .wrap-sort .select label {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
    line-height: 1;
}

.listing-box .wrap-sort .select {
    background: #fff;
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: 0 0 5px #ccc;
    z-index: 2;
}

.listing-box .wrap-sort button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listing-box .wrap-sort .select a {
    display: block;
    margin: 8px 0;
    font-size: 14px;
}

.listing-box .wrap-sort button i {
    font-size: 12px;
}

.listing-box .top-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listing-box .top-text .price {
    color: #FFF;
    font-family: 'Futura Cyrillic Book';
    font-size: 16px;
    font-weight: 400;
}


.listing-box input[type="range"] {
    width: 100%;
}

.listing-box .bottom-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listing-box .bottom-text span {
    color: #BFBFBF;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.listing-box .bottom-text__input[type="range"] {
    background: #FCCD0A;
}

.listing-box .bottom-text span {
    color: #BFBFBF;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.listing-box [type="range"] {
    background: linear-gradient(to right, #FCCD0A 0%, #FCCD0A 50%, #fff 50%, #fff 100%);
    border-radius: 8px;
    height: 7px;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}


.listing-box [type="range"]::-webkit-slider-thumb {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FCCD0A;
    cursor: ew-resize;
    -webkit-appearance: none;
}


.listing-box [type="range"]::-moz-range-thumb {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FCCD0A;
    cursor: ew-resize;
}


.listing-box [type="range"]::-ms-thumb {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FCCD0A;
    cursor: ew-resize;
}


.listing-box [type="range"] {
    --progress: 50%;
    background: linear-gradient(to right, #FCCD0A 0%, #FCCD0A var(--progress), #fff var(--progress), #fff 100%);
}

.filter-section .applyBtn {
    border-radius: 8px;
    border: 1px solid #FFF;
    background: #FFF;
    text-decoration: none;
    color: #0D4D4D;
    text-align: center;
    font-family: 'Futura Cyrillic Book';
    font-size: 16px;
    font-weight: 400;
}

.filter-section .form-check-label {
    color: #FFF;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: 600;
}

.list-wrap ul {
    margin: 0 -5px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-wrap ul .list-box {
    padding: 12px;
    text-align: center;
}

.list-wrap ul li {
    width: 8.333333333333333%;
}

.list-wrap ul li {
    padding: 0 5px;
}

.list-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -5px;
}

.list-wrap ul .list-box {
    padding: 12px;
    text-align: center;
    transition: all 0.3s linear;
}

.list-wrap ul li {
    width: 8.333333333333333%;
}

.list-wrap ul li {
    padding: 0 5px;
}

ul.list-unstyled li.taurus.active .list-box,
.list-wrap ul li.active .list-box,
.list-wrap ul .list-box:hover {
    border-radius: 10px;
    background: rgba(13, 77, 77, 0.08);
}


ul.list-unstyled li.taurus a>div:hover {
    border-radius: 10px;
    background: rgba(13, 77, 77, 0.08);
}

.list-wrap ul .list-box h6 {
    color: #464646;
    text-align: center;
    font-family: 'Futura Cyrillic Book';
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
}

.Gemini-content .date {
    text-align: center;
    display: block;
    color: #0D4D4D;
    font-family: 'Futura Cyrillic';
    font-size: 16px;
    font-weight: 500;
}

.Gemini-content .title {
    text-align: center;
}

.Gemini-content .title h3 {
    display: inline-block;
    color: #0D4D4D;
    font-family: 'Futura Cyrillic';
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
}

.Gemini-content .title h3:after {
    border: 2px solid #0D4D4D;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    margin: auto;
}

.Gemini-content p {
    color: #464646;
    text-align: center;
    font-family: "Nunito Sans";
}

.header-bottom nav.navbar.navbar-dark {
    padding: 0;
}

.blog-wrap h1 {
    font-family: 'Futura Cyrillic Book';
}

.button-wrap {
    text-align: right;
}

.blog-box .content .top-wrapper h5 {
    display: inline-block;
    position: relative;
    transition: all 0.3s linear;
}

.blog-box .content .top-wrapper h5:after {
    content: "";
    background: linear-gradient(90deg, #0D4D4D 0%, #FFF 100%);
    height: 1px;
    width: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.blog-box:hover .content .top-wrapper h5:after {
    width: 100%;
}

.blog-box:hover .readBtn a {
    background-image: url(../images/read-bg-hover.svg);
    color: #fff;
}

.blog-box:hover .readBtn a i {
    transform: rotate(-15deg);
}

.shop-wrap .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.shop-wrap .owl-carousel .owl-stage-outer:after {
    content: "";
    width: 30vw;
    position: absolute;
    right: 100%;
    background-image: url(../images/inner-banner.webp);
    background-repeat: no-repeat;
    z-index: 99;
    top: 0;
    bottom: 0;
}

.shop-wrap {
    overflow: hidden;
}

.shop-wrap .item {
    padding: 0;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}

.shop-wrap .item .shop-box {
    width: 100%;
    border-radius: 15.505px;
    border: 1px solid transparent;
    box-shadow: 0px 0px 25.959px 0px rgba(0, 0, 0, 0.06);
    transition: all 0.3s linear;
}

.shop-wrap .item .shop-box:hover {
    background: #fff;
}


.shop-wrap .item .shop-box .image {
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15.505px;
    background: #FFF;
    box-shadow: 0px 0px 25.959px 0px rgba(0, 0, 0, 0.06);
    opacity: 0.5;
}

.shop-wrap .item .shop-box:hover .image {
    opacity: 1;
}

.shop-wrap .item .shop-box .image img {
    width: auto !important;
}

.shop-wrap .item .shop-box h6 {
    color: #FFF;
    font-family: 'Futura Cyrillic';
    font-weight: 300;
    margin-top: 10px;
}

.shop-wrap .item .shop-box:hover h6 {
    color: #0D4D4D;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: 700;
}

.shop-box-wrap {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    transition: 0.3s linear;
}

.shop-box-wrap .content {
    padding: 16px;
}

.shop-box-wrap strong.price {
    color: #0D4D4D;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: 900;
}

.shop-box-wrap .btnAdd {
    border-radius: 5px;
    border: 1px solid #0D4D4D !important;
    width: 100%;
    color: #0D4D4D !important;
    font-family: 'Futura Cyrillic';
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    text-decoration: none;
}

.shop-box-wrap:hover .btnAdd {
    background: #0D4D4D !important;
    color: #fff !important;
}

.similar-products .box .content h5,
.shop-box-wrap .content h5 {
    font-family: 'Futura Cyrillic';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shop-box-wrap .image img {
    transition: 0.3s linear;
    object-fit: cover;
}

.blog-box .content a {
    text-decoration: none;
}

.blog-box .content a p {
    color: #000;
}

.shop-box-wrap:hover .image img {
    transform: scale(1.5);
}

.shop-box-wrap .image {
    overflow: hidden;
}




.blog-box:hover .image img {
    transform: scale(1.5);
}

.blog-box .image img {
    transition: 0.3s linear;
    width: 100%;
}

.blog-box .image {
    overflow: hidden;
    height: 200px;
}

.blog-box iframe {
    width: 100%;
}



.contactus .box .content {
    margin: 0;
    padding: 0;
}

.contactus .box {
    padding: 20px;
    text-align: center;
}

.contactus .box .icon {
    color: #FCCD0A;
    font-size: 50px;
    margin-bottom: 10px;
}

.contactus .box .content h5 {
    font-family: 'Futura Cyrillic';
    font-weight: 500;

}

.contactus .box .content a {
    text-decoration: none;
}

.contactus {
    color: #fff;
}

.contactus h6 {
    color: #fff;
}

.contactus h2 {
    color: #fff;
}

.contactus a {
    color: #fff;
    text-decoration: none;
}

.contact-box i {
    font-size: 20px;
    margin-bottom: 10px;
}

.contact-box h6 {
    font-size: 22px;
}

.contactus .form-wrpper .form-control {
    border-radius: 0;
    padding: 10px;
    font-size: 16px;
    line-height: 1.5;
}

.contactus .form-wrpper input#message {
    padding-top: 10px;
    padding-bottom: 80px;
}

.submitBtn:hover {
    color: #0D4D4D;
}

.profile .sticky-top {
    top: 120px;
    height: 260px;
}

.innerModalForm {
    z-index: 9999 !important;
}

.innerModalForm .modal-body {
    text-align: left;
}

.innerModalForm .modal-body label {
    text-align: left !important;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
}

.innerModalForm .bg-white.body {
    background: transparent !important;
    text-align: left;
    color: #fff;
}

.innerModalForm .modal-content input.form-control {
    padding: 7px 10px;
}

.innerModalForm .form-control {
    margin-bottom: 0 !important;
}

.innerModalForm .modal-header {
    flex-direction: inherit;
    width: inherit;
}

.innerModalForm button.close,
.innerModalForm button.close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    border-radius: 50%;
    background: #0D4D4D;
    top: 0;
}

.innerModalForm .modal-dialog {
    transform: none;
    max-width: 800px;
}

.modal-content button.btn-close {
    height: 40px;
    right: 0px;
    border-radius: 50%;
}

.innerModalForm .form-control {
    border-radius: 0;
    background: #fff;
    padding: 5px 10px;
}

.select.active {
    display: block !important;
}

.aboutus .image {
    position: relative;
}

#dashaspeaksplanpoup #plan-item .pprice.active {
    border: 2px solid #0d4d4d;
    box-shadow: 0px 3px 20px #0d4d4d59;
    background: #fff;
}


.aboutus .image .img {
    padding-left: 12px;
    position: relative;
    z-index: 1;
}

.aboutus .image .img.Story2-wrap {
    position: absolute;
    right: 0;
    top: 40%;
}

.aboutus .image .img:after {
    width: 280px;
    height: 242px;
    border: 3px solid #FCCD0A;
    content: "";
    position: absolute;
    top: 20px;
}

.aboutus .image .img.Story1-wrap:after {
    left: 0;
    right: 20px;
    z-index: -1;
}

.aboutus .image .img.Story2-wrap:after {
    right: -12px;
    z-index: -1;
}

.aboutus .image img {
    width: 280px;
    height: 250px;
    border: 5px solid #FFF;
    object-fit: cover;
}

.aboutus .content h3 {
    margin-bottom: 20px;
}

.modal-content {
    background-image: url(../images/modal-bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.btn-close {
    right: 0;
    position: absolute;
    padding: 10px;
    --bs-btn-close-bg: none;
    color: #fff !important;
    opacity: 1;
}

.modal-header {
    flex-direction: column;
    width: 100%;
    margin: auto;
    text-align: center;
    border: 0;
}

.cat-pages .shadow-pink {
    box-shadow: 0px 0px 6px #0d4d4d;
}

.cat-pages .btn.view-more {
    background: #fff;
    border: 1px solid #0d4d4d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d4d4d;
    margin-right: 16px;
    margin-left: 16px;
}

.cat-pages .btn.view-more:hover {
    background: #0d4d4d;
    border: 1px solid #0d4d4d;
    color: #fff;
}

.cat-pages .bg-pink {
    background: #0d4d4d4d !important;
}

.cat-pages .bg-pink td {
    background: #0d4d4d4d !important;
    color: #0d4d4d;
}

.cat-pages .media {
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cat-pages .card {
    border: 1px solid #0d4d4d4d;
    border-radius: 15px;
    margin: 20px;
    padding: 20px 10px;
    background: #fff;
    box-shadow: 0 3px 6px #65a9fd24;
}

.cat-pages button#orderBtn {
    box-shadow: 0px 0px 6px #0d4d4d;
    border: 0 !important;
    color: #fff !important;
    background: #0d4d4d !important;
    width: 100%;
}

h4.modal-title {
    text-align: center;
    font-family: "Pilcrow Rounded Variable";
    font-size: 20px;
    font-weight: 400;
    color: #FCCD0A;
    margin-top: 10px;
}

.modal-body {
    text-align: center;
}

.modal-body h4 {
    color: #FFF;
    font-weight: 700;
}

.modal-body span {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.modal-body .input-group {
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    border: 0 !important;
}

.modal-body span.input-group-text button {
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #000 !important;
    font-size: 14px;
    font-weight: 400;
    background-color: transparent !important;
}

.modal-body input.form-control {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    padding: 10px;
}

.modal-footer {
    border: 0;
    justify-content: center;
}

.modal-footer button {
    border-radius: 8px;
    border: 1px solid #0D4D4D !important;
    background: #0D4D4D !important;
    width: 100%;
    color: #FFF !important;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.modal-footer p {
    color: rgba(0, 0, 0, 0.60);
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

.modal-footer p a {
    color: #000;
    text-decoration: none;
}

.modal-body .dropdown-menu {
    top: 34px !important;
    transform: none !important;
    border-radius: 0;
}

.modal-body .dropdown-menu li a:hover {
    background: #0d4d4d;
    color: #fff;
}

.modal-body .dropdown-menu li a {
    font-size: 12px;
    font-weight: 400;
}

.modal-body .otpNum {
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    width: 60px;
    height: 50px;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.30);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.modal-body .button-group {
    justify-content: space-between;
    display: flex;
}

.inner-main-heading {
    font-family: 'Futura Cyrillic Book';
}

ol.breadcrumb {
    margin-bottom: 10px;
}

ol.breadcrumb li,
ol.breadcrumb li a {
    color: #000;
    font-family: 'Futura Cyrillic Book';
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.advisor-profile-wrap .content-box {
    border-radius: 10px;
    background: #F7F7F7;
    padding: 20px;
}

button.btn.availableBtn {
    border-radius: 5px;
    background: rgba(14, 151, 28, 0.15);
    color: #0E971C;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Futura Cyrillic Book';
    padding: 5px 20px;
    display: inline-block;
    width: auto;

}

.advisor-profile-wrap .rating i,
.advisor-profile-middle span i {
    font-size: 12px;
    color: rgba(255, 172, 51, 1);
}

.advisor-profile-wrap .rating {
    border-radius: 60px;
    background: #FFF;
    padding: 8px 16px;
    color: #212121;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}

.advisor-profile-wrap .content-box h5 {
    color: #0D4D4D;
    font-weight: 600;
    text-transform: uppercase;
}

.advisor-profile-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.advisor-profile-wrap .col ul li {
    color: #212121;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.advisor-profile-wrap .col ul li i {
    margin-right: 10px;
}

.advisor-profile-wrap button.btn.chatBtn {
    border-radius: 9.61px;
    width: 100%;
    font-family: 'Futura Cyrillic Book';
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #FCCD0A;
}

.advisor-profile-wrap .chatBtn {
    background: #FCCD0A;
    color: #000;
}

.advisor-profile-wrap .voiceBtn {
    border-radius: 9.61px;
    border: 1px solid #0D4D4D;
    background: #0D4D4D;
    color: #fff;
    width: 100%;
}

.advisor-profile-wrap .callBtn {
    border-radius: 9.61px;
    border: 1px solid #0D4D4D;
    background: #0D4D4D;
    color: #fff;
    width: 100%;
}

.advisor-profile-wrap .callBtn a {
    color: #fff !important;
}

/* .advisor-profile-middle .icon-box {
    width: 18% !important;
} */



.advisor-profile-middle .icon-box-inner h6 {
    color: #0D4D4D;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 400;

}

.inner-heading {
    color: #0D4D4D;
    font-family: "Open Sans";
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.advisor-profile-middle .icon-box-inner {
    border-radius: 14.243px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
}

.advisor-profile-middle .container {
    border-radius: 10px;
    background: #F7F7F7;
    padding: 40px;
}

.advisor-profile-middle .image-with-content {
    display: flex;
}

.advisor-profile-middle .top-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.advisor-profile-middle .top-content h6 {
    margin: 0;
    color: #212121;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    margin-left: 6px;
}

.top-content .date {
    color: rgba(33, 33, 33, 0.70);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}


.advisor-profile-wrap p {
    color: rgba(33, 33, 33, 0.80);
}

.advisor-profile-middle hr {
    margin: 0;
    margin-bottom: 16px;
    border-color: rgba(0, 0, 0, 0.15);
}

.img-display {
    overflow: hidden;
}

.img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.img-showcase img {
    min-width: 100%;
    min-height: 380px;
    object-fit: cover;
}


.img-item {
    margin: 0.3rem;
}

.img-item img {
    height: 84px;
    object-fit: cover;
}

.img-item:first-child {
    margin-top: 0;
}

.img-item:hover {
    opacity: 0.8;
}

.cartBtn {
    width: 100%;
}


strong.price {
    color: #0D4D4D;
    font-family: "Nunito Sans";
    font-size: 20px;
    font-weight: 900;
    display: block;
}

.similar-products .box .content {
    margin: 0;
    background: #fff;
    padding: 16px;
}

.similar-products .box .image::after {
    position: inherit;
    box-shadow: none;
}

.similar-products .box {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    box-shadow: none;
}

.similar-products .box:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.Products-slider {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.Products-slider .item {
    width: 25%;
    padding: 5px 12px;
}

.similar-products .box:hover img {
    transform: scale(1.1);
}

.similar-products .box img {
    transition: 0.3s linear;
    height: 250px;
}

.similar-products .box:hover .cartBtn {
    background: rgba(13, 77, 77, 1);
    color: #fff;
    border: 1px solid rgba(13, 77, 77, 1);
}

.blog-detail-box {
    border-radius: 10px;
    background: #F7F7F7;
    padding: 40px;
    text-align: center;
}

.blog-detail-box h2 {
    font-family: 'Futura Cyrillic Book';
}

.blog-detail-box p {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Futura Cyrillic Book';
}

.blog-detail-wrap .image img {
    height: 406px;
    object-fit: cover;
}

.blog-detail-wrap p {
    color: rgba(33, 33, 33, 0.80);
}

.inner-title {
    color: #0D4D4D;
    font-family: "Open Sans";
    font-weight: 600;
    text-transform: uppercase;
}

.blog-detail-box .box-wrapper .box {
    width: 164px;
    height: 149px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    flex-direction: column;
}

.blog-detail-wrap form button {
    background: #0d4d4d !important;
    border-color: #0d4d4d !important;
    padding: 8px 30px;
    font-size: 16px;
}

.blog-detail-wrap form textarea#message {
    height: 150px;
}

.blog-detail-wrap .social-media.sticky {
    position: fixed;
    top: 50%;
    right: 10px;
    padding: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}


.social-media .inner-title {
    text-align: center;
}

.social-media ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-media ul li {
    padding: 0 8px;
}

.What-We-Offer .box {
    border-radius: 15px;
    border: 1px solid rgba(13, 77, 77, 0.50);
    text-align: center;
    width: 100%;
    padding: 60px 40px;
}

.advisor-profile-wrap .image {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 5px #ccc;
    margin-bottom: 30px;
}

.What-We-Offer .box .icon {
    background: rgba(13, 77, 77, 0.10);
    width: 80px;
    height: 80px;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 0;
}

.What-We-Offer .box h3 {
    color: #0D4D4D;
    text-align: center;
    font-family: 'Futura Cyrillic';
    font-weight: 700;
    font-size: 30px;
    margin: 0;
}

.What-We-Offer .box h2 {
    font-family: 'Futura Cyrillic';
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke: 1px #0D4D4D;
    margin: 0;
}


section.What-We-Offer h5 {
    display: flex;
    align-items: center;
    color: #212121;
    font-family: "Open Sans";
    font-weight: 600;
}

.What-We-Offer h5 .icon {
    margin-right: 10px;
}

.contact-box {
    border-radius: 10px;
    background: #0D4D4D;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 30px;
}

.contact-box i {
    font-size: 30px;
    margin-bottom: 20px;
    color: rgba(249, 168, 37, 1)
}

.contact-box h5 {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 16px;
}

.contact-box p,
.contact-box a {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.contact-box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-box ul li:not(:last-child) {
    margin-right: 30px;
}

.profile-image img {
    border-radius: 50%;
}

.profile-image {
    border-radius: 10px;
    background: #F7F7F7;
    text-align: center;
    padding: 40px;
}

.profile-image label input {
    position: absolute;
    left: 0;
    right: 0;
    visibility: hidden;
}

.contact-form {
    border-radius: 10px;
    background: rgba(13, 77, 77, 0.06);
    padding: 40px;
}

.contact-form h3 {
    color: #0D4D4D;
}

.contact-form p {
    color: rgba(33, 33, 33, 0.70);
    font-family: "Open Sans";
}

div#savedKundalies a {
    text-decoration: none;
    margin-top: 10px;
    display: block;
}

div#savedKundalies p {
    font-size: 14px;
}

.form-control {
    border-radius: 0 !important;
    border: 0;
    border-bottom: 1px solid rgba(33, 33, 33, 0.50);
    background: transparent;
    /* padding: 10px !important; */
}

input:-webkit-autofill {
    background-color: white !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    color: #000 !important;
}

textarea.form-control {
    height: 100px;
}

.submitBtn {
    border-radius: 8px;
    background: #0D4D4D;
    color: #fff;
    border: 1px solid rgba(13, 77, 77, 1) !important;
    font-family: 'Futura Cyrillic Book';
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    padding: 8px 20px;
}

.profile-image i {
    margin-right: 10px;
    color: #0D4D4D;
}

.profile-image label input {
    position: absolute;
    left: 0;
    right: 0;
    visibility: hidden;
}

.profile-image label {
    color: #0D4D4D;
    font-family: "Source Sans 3";
    font-size: 18px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
}

ul#notificationList li {
    border-bottom: 1px solid #ccc;
    padding: 3px 0px;
}

.delete-icon {
    text-align: right;
    display: inline-block;
    color: #eb5b5b;
    font-size: 11px;
    cursor: pointer;
}

.delete-icon:hover {
    color: red;
}

.date-wrap {
    font-size: 12px;
    text-align: right;
    color: #6c6c6c;
}

ul#notificationList li .dropdown-item {
    background: transparent;
    /* display: flex;
    flex-wrap: wrap; */
}

ul#notificationList .notification-text {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 2px;
    color: #202020;
}

.accSet.accSettingWeb i {
    font-size: 13px;
}

.online-wrap .busy {
    background: red;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    padding: 5px;
    display: inline-block;
    position: relative;
    top: 1px;
}

.advisor-profile-wrap button.btn.busyBtn {
    background: red;
    color: #fff !important;
    border: 0;
}

ul#notificationList li .dropdown-item .col-6 {
    white-space: normal;
}

select#Gender {
    -webkit-appearance: auto;
    -moz-appearance: initial;
    appearance: auto;
}

.contact-form span {
    background: rgba(13, 77, 77, 0.10);
    padding: 8px 20px;
    color: #0D4D4D;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    left: -40px;
    top: -20px;
}

.dropdown.userporfile-dropdown button {
    background: transparent;
    border: transparent;
    padding: 0;
}

.dropdown-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    border: 0;
    margin: 0;
    vertical-align: 0;
    font-size: 10px;
    margin-left: 6px;

}

.dropdown.userporfile-dropdown button:after {
    margin: 0;
}

.notification-icon i {
    font-size: 16px;
    color: #fff;
}

.notification-icon .count {
    position: absolute;
    top: 0px;
    background: #E91E63;
    border-radius: 50%;
    padding: 5px;
    font-size: 10px;
    width: 16px;
    height: 16px;
    right: -5px;
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.cat-pages .color-red {
    color: #0d4d4d;
}

header.header .dropdown-toggle::after {
    color: #fff !important;
}

.notification-icon {
    position: relative;
}



.dropdown.userporfile-dropdown ul.dropdown-menu {
    top: 18px !important;
    border-radius: 6px !important;
    background: #FFF !important;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16) !important;
}

.dropdown.userporfile-dropdown ul.dropdown-menu li a {
    color: #000;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}

.dropdown.userporfile-dropdown ul.dropdown-menu li a i {
    margin-right: 10px;
}


.codeheight .iti {
    width: 100%;
}

.modal-content input.form-control {
    border: 0;
    border-radius: 0;
}

.modal-content button {
    border-radius: 8px;
    border: 1px solid #0D4D4D !important;
    background: #0D4D4D !important;
    width: 100%;
    color: #FFF !important;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    height: 35px;
}

.modal-content .text-bottom {
    color: rgba(0, 0, 0, 0.60);
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
}

.modal-content .text-bottom a {
    color: #000;
    text-decoration: none;
}

.modal-content button.btn-close {
    background: #0d4d4d;
    opacity: 1;
    width: 40px;
    border: 0 !important;
    z-index: 1;
}

a#btnAddMoney {
    opacity: 1 !important;
    box-shadow: 0px 0px 6px #0d4d4d;
    border: 0 !important;
    color: #fff !important;
    background: #0d4d4d !important;
    border-radius: 30px;
    padding: 8px 20px;
}

a#btnAddMoney:hover {
    background: #fff !important;
    color: #0d4d4d !important;
}

span#wallbalance {
    font-family: "Open Sans";
    color: #0d4d4d;
    font-weight: 600;
}

span.font-12 {
    font-size: 12px;
    font-weight: 500;
}

.inpage .colorbrown.active {
    border-bottom: 5px solid #0D4D4D !important;
    color: #0D4D4D !important;
}

.tab-content>.tab-pane h4 {
    font-weight: 700;
}

div#dashaspeaksplanpoup .modal-content {
    background: none !important;
}

#dashaspeaksplanpoup .page-body p.txt1 {
    color: #000;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
}

#dashaspeaksplanpoup .bg-pink {
    background: #fccd0a;
    color: #464646;
    /* font-family: 'Futura Cyrillic'; */
    font-weight: 700;
}

span.gWalletbalance {
    color: #0D4D4D;
}

#dashaspeaksplanpoup #plan-item,
#dashaspeaksplanpoup #specialplan-item {
    display: flex;
    flex-wrap: wrap;
}

#dashaspeaksplanpoup #plan-item .pprice,
#dashaspeaksplanpoup #specialplan-item .pprice {
    width: 133px;
    background: #ffffff;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: 0.45s;
    position: relative;
    border: 1px solid #0d4d4d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 3px;
    flex-direction: column-reverse;
}

#dashaspeaksplanpoup .pdiscount {
    width: 100%;
    background: #0D4D4D;
}

#dashaspeaksplanpoup .pdiscount span {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    display: block;
}

#dashaspeaksplanpoup #plan-item .pprice button,
#dashaspeaksplanpoup #specialplan-item .pprice button {
    font-size: 20px;
    font-weight: 600;
    color: #000 !important;
    height: 50px;
    z-index: 1;
    background: transparent !important;
    border: 0 !important;
}

.astroway-astro-plan-calc-left {
    margin-bottom: 15px;
    box-shadow: 0px 0px 16px #0000001a;
    padding: 3px 15px;
    border-radius: 8px;
}

#dashaspeaksplanpoup .astroway-astro-plan-calc-left p:first-child,
#payment-form .astroway-astro-plan-calc-left p:first-child {
    padding: 8px 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
}

.astroway-astro-plan-calc-left span {
    color: #000 !important;
}

.astroway-astro-plan-calc-left span#total_plan_amount {
    text-align: right;
}

.astroway-astro-plan-calc-left .text-left {
    text-align: left;
    font-weight: 800;
}

.astroway-astro-plan-calc-left .text-right {
    text-align: right;
    font-weight: 800;
}

.total-cashback-amount {
    background: #E7F1FF;
    border-radius: 10px;
    height: 67px;
}

.extracashback {
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #CFF4CA;
    padding: 5px 20px;
    color: #56b14d;
    border-radius: 20px;
    margin-bottom: 3px;
    font-size: 13px;
}

span#total_plan_cashback_amount {
    font-size: 12px;
}

#dashaspeaksplanpoup .astroway-astro-plan-calc-right .btn {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
    background: #65A9FD;
    box-shadow: 0px 3px 20px #65a9fd24;
    border-radius: 50px;
    font-weight: 600;
}

#dashaspeaksplanpoup .astroway-astro-plan-calc-right .btn {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
    background: #65A9FD;
    box-shadow: 0px 3px 20px #65a9fd24;
    border-radius: 50px;
    font-weight: 600;
}

#dashaspeaksplanpoup .astroway-astro-plan-calc-right {
    width: 70%;
    margin: 0 auto;
}

.astroway-astro-plan-calc-right-mob-container p {
    font-size: 12px;
}

.bg-pink-light {
    background: #E7F1FF !important;
}

h2.heading::after {
    content: "";
    width: 140px;
    height: 3px;
    background: #65A9FD;
    position: relative;
    display: block;
    margin: 15px auto;
    margin-bottom: 0;
}

h2.heading::after,
h2.cat-heading::after {
    background: #bd7a2c !important;
}

footer.footer .social-media ul li a {
    color: #fff;
}

.play-store-wrapper img {
    width: 120px;
    min-width: 20%;
}


.cat-heading {
    font-family: 'Futura Cyrillic Book';
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.cat-heading::after {
    content: "";
    width: 136px;
    height: 3px;
    background: #0d4d4d !important;
    position: relative;
    display: block;
    top: 10px;
    margin: 0 auto;
}

h2.heading::after,
h2.cat-heading::after {
    background: #0d4d4d !important;
}

.cat-heading .color-red {
    color: #0d4d4d;
}

.listing-box .wrap-sort select.form-control:focus {
    box-shadow: none;
    border: 0;
}

.listing-box .wrap-sort select.form-control {
    padding: 0;
    margin-bottom: 8px;
    border: 0;
}

.icon-box a {
    text-decoration: none;
    width: 100%;
}

.slider-section:nth-of-type(2n) {
    background: rgba(13, 77, 77, 0.10);
}

.slider-section:nth-of-type(2n) .owl-carousel .owl-stage-outer:after {
    background-color: #e6eded;
}

.slider-section .box a {
    color: #000;
    text-decoration: none;
}

.online-wrap {
    position: absolute;
    left: 15px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    top: 15px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #0d4d4d;
}

div#loginSignUp {
    z-index: 9999;
}

.online-wrap .online {
    background: #0d4d4d;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    padding: 5px;
    display: inline-block;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    position: relative;
    top: 1px;
}

.online-wrap .offline {
    background: red;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    padding: 5px;
    display: inline-block;
}

.toast.toast-error {
    background: #e93f3ff7;
}

.list-wrap ul .list-box img {
    max-width: 100%;
    height: auto;
}



li.taurus>div {
    padding: 12px;
    text-align: center;
    transition: all 0.3s linear;
}

ul.list-unstyled {
    list-style: none;
    display: flex !important;
    justify-content: center;
    margin: 0 -5px;
}

ul.list-unstyled li.taurus {
    padding: 0 5px;
    width: 8.333333333333333%;
}

ul.list-unstyled li.taurus a {
    display: block;
}

ul.list-unstyled li.taurus a>div {
    padding: 12px;
    text-align: center;
    transition: all 0.3s linear;
}

ul.list-unstyled li.taurus a>div span {
    color: #464646;
    text-align: center;
    font-family: 'Futura Cyrillic Book';
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
}

.psychic-img.img-fluid {
    display: block;
    margin: 10px auto;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

@keyframes blink-animation {
    to {
        visibility: hidden
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden
    }
}

.advisor-profile-wrap button a {
    text-decoration: none !important;
    background: transparent !important;
}



.advisor-profile-wrap .btnFollow {
    background: #fff;
    border: 1px solid #0d4d4d;
    color: #0d4d4d !important;
    padding: 6px 12px;
}

#expert-list .psychic-card {
    border-radius: 5px;
    border: 1px solid #0000001A;
    background: #FFF;
    height: 200px;
    padding: 16px 13px;
    width: 32%;
}

#expert-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: flex-start;
}

ul.list-unstyled li a {
    font-size: 20px;
    font-weight: 700;
}

#expert-list .psychic-card ul li.w-100 a,
#expert-list .psychic-card ul li.w-100 span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
    text-decoration: none;
}

#expert-list .psyich-img {
    background: #cccccc7a;
    border-radius: 50px;
    padding: 10px;
}

#expert-list .psychic-card .btn {
    background: #fff;
    border: 2px solid #0d4d4d;
    border-radius: 30px;
    font-size: 18px;
    color: #0d4d4d;
    white-space: nowrap;
    width: 100px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

#expert-list .psychic-card .btn:hover {
    background-color: #0d4d4d;
    color: #fff;
}

.listing-box-wrap {
    width: 20%;
}

.footer-menu ul li a:hover {
    color: #fff;
}

.SageTalkz-daily-horoscope a {
    text-decoration: none;
}

a#dropdownMenuLink {
    color: #fff;
    position: relative;
    border: 0 !important;
}

span#notificationCount {
    position: absolute;
    top: -7px;
    width: 8px;
    height: 8px;
    background: #ea1f11;
    padding: 8px;
    border-radius: 50%;
    line-height: 1;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
}

.btn.clear-notification {
    font-size: 15px !important;
    padding: 4px 16px !important;
}

ul#notificationList {
    margin: 0;
    padding: 0;
}

.offcanvas-body {
    background: rgba(13, 77, 77, 0.08);
}

a#send-gift {
    background: #fccd0a;
    border-color: #fccd0a;
    padding: 8px 30px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.thankyou-page-wrapper svg {
    fill: #0d4d4d;
}

.thankyou-page-wrapper .octf-btn {
    background: #0d4d4d;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 20px;
    margin-top: 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.thankyou-page-wrapper svg {
    color: #0d4d4d;
}

.modal-content button.close {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}

.iti__country span {
    color: #000 !important;
}

.iti__country-list {
    width: 465px;
}

.kundali-banner {
    background: #fccd0a3d;
}

.kundali-banner-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.kundali-banner-inner h2 {
    font-family: 'Futura Cyrillic Book';
}

.kundali-page h2 {
    font-family: 'Futura Cyrillic Book';
    text-align: center;
}

.kundali-page h2.cat-heading span {
    color: #0d4d4d;
}

.kundali-page .bg-wrap {
    background: #fccd0a3d;
    padding: 20px;
    text-align: center;
}

.kundali-page .bg-wrap h3 span {
    color: #0d4d4d;
}





.kundali-page .btn-chat {
    opacity: 1;
    box-shadow: 0px 0px 6px #0d4d4d;
    border: 0;
    color: #fff;
    background: #0d4d4d;
    font-size: 14px;
    font-weight: 600;
    border-radius: 40px;
    padding: 12px 24px;
    margin: 0 5px;
    white-space: nowrap;
}

.accordion-button {
    font-size: 24px;
    font-weight: 500;
}

.accordion-button:focus {
    box-shadow: none !important;
}


.loginSignUp {
    border-radius: 20px;
    background: #fccd0a;
    color: #212121 !important;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 20px;
    margin-left: 12px;
    text-decoration: none !important;
    text-align: center;
    justify-content: center;
}



.shadow-pink.box-wrap .box {
    height: 100%;
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
}

.shadow-pink.box-wrap .box p {
    font-size: 20px;
}

.shadow-pink {
    box-shadow: 0px 0px 6px #0d4d4d;
}

h3.panel-title a {
    text-decoration: none;
    background: #0d4d4d;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
    position: relative;
}

#accordion {
    background: #0d4d4d26;
}

#accordion a.accordion-toggle.collapsed:after {
    content: "\f077";
}

#accordion a.accordion-toggle:after {
    content: "\f078";
    font-family: FontAwesome;
    font-weight: 900;
    float: right;
    position: absolute;
    top: 10px;
    right: 20px;
}

.btn-chat {
    background: #1d4e4c;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
}

.table-responsive {
    overflow-x: inherit !important;
}

.table-container table thead tr th {
    background: #1d4e4c;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
}




.table>tbody tr td {
    border: 1px solid #1d4e4c;
}

.table-container table thead tr th:first-child {
    border-left: 1px solid #1d4e4c;
}

.table-container table thead tr th:last-child {
    border-right: 1px solid #1d4e4c;
}

.search-wrapper input:-webkit-autofill,
.search-wrapper input:-webkit-autofill:hover,
.search-wrapper input:-webkit-autofill:focus,
.search-wrapper input:-webkit-autofill:active {
    -webkit-background-color: transparent;
    -webkit-background-clip: text;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #ffffff;
}

.form-control input:-webkit-autofill,
.form-control input:-webkit-autofill:hover,
.form-control input:-webkit-autofill:focus,
.form-control input:-webkit-autofill:active {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-text-fill-color: #000 !important;
    color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.innerModalForm .modal-body label.btn-info {
    background: #f4ce29;
    border-color: #f4ce29;
    color: #000;
    font-weight: 500;
}

.box .content .bottom-wrap ul li {
    justify-content: center;
}

.chat-message.chat-message-right {
    display: flex;
    justify-content: right;
    max-width: inherit !important;
}

.chat-message.chat-message-left {
    display: flex;
    align-items: center;
}

button#endChat {
    background: #1d4e4c !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
}

form#Review .form-group label {
    text-align: left !important;
    width: 100%;
    margin-bottom: 10px;
}

.star-rating {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.star-rating label {
    display: none;
}

.star-rating input {
    margin-right: 10px;
}

textarea.form-control {
    background: #fff !important;
    padding: 10px !important;
    border-radius: 10px !important;
    margin-bottom: 10px !important;
}

.breadcrumbs a,
.breadcrumbs i {
    color: #000 !important;
}

.astroway-menu {
    background: #fccd0a57;
}

.astroway-menu .list-unstyled {
    justify-content: space-between;
}

h2.heading,
.astrology-services h2 {
    font-family: 'Futura Cyrillic Book';
}

.astrology-services .loginSignUp {
    background: #fccd0a;
    border-radius: 20px;
    padding: 12px;
    text-decoration: none;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
}

.header-bottom .btnSingup {
    font-size: 16px;
    background: #ffcd0c;
    text-decoration: none;
}

.my-following .online-wrap {
    top: -2px;
    background: transparent;
    border-radius: 5px;
    box-shadow: none;
    z-index: 1;
}

.my-following .psychic-card {
    height: 180px !important;
}

.wrap-sort .form-control {
    border: 0;
    border-bottom: 1px solid #212121;
    border-radius: 0;
    display: flex;
    color: rgba(33, 33, 33, 0.80);
    font-weight: 400;
    justify-content: space-between;
    width: 100%;
    padding: 5px 0;
    background: transparent !important;
}

.banner-bottom .row {
    margin: 0 -8px;
    display: flex;
    scroll-behavior: smooth;
    gap: 15px;
    flex-wrap: nowrap;
}

.banner-bottom .row::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: transparent;
}

.banner-bottom .row::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.listing-box input[type="range"] {
    outline: none;
    height: 8px;
    width: 100%;
    background-color: #E3E3E3;
    background-image: linear-gradient(to right, #FCCD0A 0%, #FCCD0A 50%, #E3E3E3 50%, #E3E3E3 100%);
    background-size: 50% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    appearance: none;
    padding: 0;
    border-radius: 4px;
}

.listing-box input[type="range"]::-webkit-slider-runnable-track {
    border: none;
    background: transparent;
    height: 8px;
    border-radius: 4px;
}

.listing-box input[type="range"]::-moz-range-track {
    border: none;
    background: transparent;
    height: 8px;
    border-radius: 4px;
}

.listing-box input[type="range"]::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    background: #FCCD0A;
    border-radius: 50%;
    cursor: pointer;
    appearance: none;
    margin-top: -6px;
}

.chat-messsage-box {
    width: 50%;
}

.listing-box input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    background: #FCCD0A;
    border-radius: 50%;
    cursor: pointer;
    appearance: none;
}






.header-bottom ul.dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.advisor-profile-middle .icon-box {
    margin: 5px;
}

.advisor-profile-middle .icon-box-inner {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

@media(max-width:1199px) {

    #dashaspeaksplanpoup #plan-item .pprice,
    #dashaspeaksplanpoup #specialplan-item .pprice {
        width: 150px;
    }
}

div#AlertModal .modal-dialog button {
    position: static !important;
    width: 100% !important;
    border-radius: 10px !important;
}

div#AlertModal .modal-dialog .modal-header button.close {
    border-radius: 50% !important;
    position: absolute !important;
    right: 0 !important;
    width: 40px !important;
    height: 40px !important;
}

div#AlertModal .modal-dialog button.cancleBtn {
    background: #f4ce29 !important;
    border-color: #f4ce29 !important;
    color: #000 !important;
}

div#AlertModal .modal-dialog h2 {
    font-family: 'Futura Cyrillic';
    color: #fff;
}

.progress-container {
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
}

.progress-container .d-flex {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.progress-container span {
    font-size: 16px;
    font-weight: bold;
    width: 30px;
    margin-right: 10px;
}

.progress {
    width: 100%;
    height: 10px;
    background-color: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background-color: #008000;
    /* Green */
    border-radius: 10px;
}

/* .d-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
input[type="range"] {
    width: 200px;
    -webkit-appearance: none;
    appearance: none;
    height: 6px;
    border-radius: 3px;
    outline: none;
    background: linear-gradient(to right, green 10%, #ddd 10%);
    transition: background 0.2s ease-in-out;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 0;
    height: 0;
    background: green;
    border-radius: 50%;
    cursor: pointer;
} 

 input[type="range"]::-moz-range-thumb {
    width: 0;
    height: 0;
    background: green;
    border-radius: 50%;
    cursor: pointer;
}  */

.KundaliAmount span {
    display: inline-block;
    color: #000;
    text-align: right;
    border: 1px solid #fccd0a;
    padding: 10px 20px;
    font-weight: 800;
    background: #fccd0a;
    border-radius: 50px;
}

.KundaliAmount {
    text-align: right;
}

.locationBtn a {
    transition: 0.3s linear;
    display: inline-block;
    background: #fccd0a;
    padding: 10px 25px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 0 5px #ccc;
}

.locationBtn {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 30px;
}


.locationBtn a:hover {
    background: #fff;
    color: #000;
}

.twocolumn-wrapper h2 {
    font-family: 'Futura Cyrillic';
}

.twocolumn-wrapper .box .content p {
    overflow: inherit;
    text-overflow: inherit;
    display: inherit;
    height: auto;
}

.twocolumn-wrapper .box .more-text {
    color: #000;
}

.twocolumn-wrapper .btn.see-more-btn {
    padding: 0;
    border: 0 !important;
    color: rgba(14, 151, 28, 1);
    font-weight: 800;

}

.twocolumn-wrapper .box h6 span {
    display: block;
    margin-top: 5px;
}


.twocolumn-wrapper .box .image {
    margin: auto;
    text-align: center;
}

.footer .social-media ul li a img {
    width: 20px;
    height: 20px;
}

.aboutus h2 strong,
.twocolumn-wrapper h2 {
    font-family: 'Futura Cyrillic';
    font-weight: 500;
}

.entry-content h2,
.entry-content h2 strong {
    font-family: 'Futura Cyrillic';
    font-weight: 500;
}

.header-bottom nav.navbar.navbar-dark,
.header-bottom nav.navbar.navbar-dark .row {
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.key-features .box {
    padding: 16px;
    text-align: center;
}


.key-features h2 {
    font-family: 'Futura Cyrillic';
    font-weight: 600;
}


.key-features .box h4 {
    font-family: 'Futura Cyrillic';
    font-size: 20px;
    height: 40px;
}

.key-features .box p {
    text-align: inherit;
}


.key-features .box .btn.see-more-btn {
    padding: 0;
    font-size: 16px;
    color: rgba(14, 151, 28, 1);
    border: 0;
    display: block;
    text-align: center;
    width: 100%;
}

/* .key-features .box-inner p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} */

.slider-section.blog h2 {
    font-family: "Futura Cyrillic";
    font-weight: 600;
}

.blog-wrap h2 {
    font-family: "Futura Cyrillic";
    font-weight: 600;
}

.banner-text .content h2 {
    font-family: 'Futura Cyrillic';
    font-weight: 600;
}

.blog-box .content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner-text .heading-wrap {
    position: relative;
}

.banner-text .heading-wrap:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0d4d4d;
    width: 65%;
    height: 2px;
    content: "'";
    margin: auto;
}

@media(min-width:1200px) {
    .box .content h4 {
        font-size: 1.3rem;
    }
}

@media(max-width:991px) {
    ul.list-unstyled li.taurus {
        width: 25%;
        margin-bottom: 20px;
    }

    #expert-list ul.list-unstyled {
        flex-wrap: nowrap;
    }

    .expert-search-section-height-favourites h1 {
        margin-top: 30px;
    }

    ul.list-unstyled {
        flex-wrap: wrap;
    }

    #dashaspeaksplanpoup #plan-item .pprice,
    #dashaspeaksplanpoup #specialplan-item .pprice {
        width: 225px;
    }

    .banner-bottom {
        margin-top: -30px;
    }

    .profile .sticky-top {
        position: static;
        z-index: 8;
    }

    .contact-form {
        padding: 20px;
    }

    .profile-image label {
        font-size: 14px;
    }

    .contact-form span {
        padding: 5px 16px;
        font-size: 12px;
        left: -20px;
        top: -5px;
    }

    .img-select {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

    .img-select img {
        width: 200px;
    }

    .Products-slider .item {
        width: 100%;
        display: inline-block;
    }

    .img-item:last-child {
        margin-right: 0;
    }

    .banner {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .offcanvas.offcanvas-end {
        background: #fff !important;
        transform: translateX(-100%) !important;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        backface-visibility: hidden;
        bottom: 0;
    }

    .offcanvas.show:not(.hiding),
    .offcanvas.showing {
        transform: none !important;
    }

    .list-wrap ul {
        flex-wrap: wrap;
    }

    .btnSingup {
        border-radius: 8px;
        border: 1px solid #FCCD0A;
        background: #FCCD0A;
        color: #000;
        text-decoration: none;
        font-size: 16px;
        padding: 10px 20px;
        margin-top: 20px;
    }

    .list-wrap ul li {
        width: 25%;
        margin-bottom: 20px;
    }

    .slider-section .row {
        align-items: center;
    }

    .btnSingup {
        border-radius: 8px;
        border: 1px solid #FCCD0A;
        background: #FCCD0A;
        color: #000;
        text-decoration: none;
        font-size: 16px;
        padding: 10px 20px;
        margin-top: 20px;
    }

    .header-bottom .btnSingup {
        color: #000 !important;
    }

    .btnSingup:hover {
        border-radius: 8px;
        border: 1px solid #FCCD0A;
        background: #fff;
        color: #FCCD0A;
    }

    .header-bottom .btnRegisterup {
        border-radius: 8px;
        border: 1px solid #0D4D4D;
        background: #0D4D4D !important;
        color: #fff !important;
        text-decoration: none;
        font-size: 16px;
        padding: 10px 20px;
        margin-top: 20px;
    }

    .header-bottom .btnRegisterup:hover {
        border-radius: 8px;
        border: 1px solid #0D4D4D;
        background: #fff !important;
        color: #0D4D4D !important;
    }

    .header-bottom ul.dropdown-menu li a {
        font-size: 14px;
        padding: 8px 10px;
    }

    .mobile nav.navbar .navbar-nav .nav-item .nav-link {
        color: #000;
    }

    button.navbar-toggler {
        background: #fccd0a;
    }

    .header-bottom ul.dropdown-menu {
        padding: 20px;
    }

    .offcanvas-header {
        background: #0D4D4D;
    }

    .offcanvas-header .btn-close {
        --bs-btn-close-bg: none;
        filter: none;
        color: #fff;
        opacity: 1;
    }

    .offcanvas-header .btn-close i {
        font-size: 20px;
        color: #fff !important;
    }

    .advisor-profile-middle .Specializations-icons {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .advisor-profile-middle .Specializations-icons {
        margin: 0 -8px;
    }

    .advisor-profile-middle .icon-box {
        margin-bottom: 20px;
    }

    .banner-bottom .row .icon-box {
        width: 33% !important;
        padding-bottom: 8px !important;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 35px;
    }

    .filter-box {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 20px;
        height: 100vh;
        bottom: 0;
        z-index: 9999;
        display: none;
    }

    .listing-box {
        padding: 0;
    }

    .listing-box .wrap-sort .select {
        position: inherit;
        background: #0D4D4D;
    }

    .listing-box .wrap-sort .select label {
        color: #fff;
    }

    .listing-box .wrap-sort button {
        color: #0D4D4D !important;
        border: 1px solid #0D4D4D !important;
    }

    .listing-box .bottom-text span {
        color: #000;
    }

    .applyBtn {
        background: #0D4D4D !important;
        font-size: 16px;
        color: #fff !important;
        text-decoration: none;
        padding: 10px 20px;
    }

    .clearBtn {
        padding: 0;
        color: #0D4D4D;
        text-decoration: none;
    }

    .filter-box .closeBtn {
        text-align: end;
        width: 100%;
        font-size: 25px;
    }

    .filterBtn {
        color: #0d4d4d !important;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        border: 1px solid #0d4d4d !important;
    }

    .select.active {
        display: block !important;
    }

    .banner-heading {
        padding-bottom: 0;
    }

    .Gemini-content {
        padding: 20px;
    }

    h3 {
        font-size: 30px !important;
    }

    .advisor-profile-wrap .image img {
        width: 100%;
        margin-bottom: 45px;
    }

    .search-wrapper {
        width: 50%;
    }

    header.header .dropdown-toggle::after {
        color: #000 !important;
    }

    .offcanvas-header .btn-close {
        right: 12px;
    }

    .header-bottom ul.dropdown-menu {
        padding: 5px;
    }

    #expert-list .psychic-card {
        width: 49%;
    }

    a#dropdownMenuLink {
        color: #0d4d4d;
    }

    .offcanvas-body .justify-content-end {
        justify-content: start !important;
    }

    .offcanvas-body .justify-content-end .dropdown.userporfile-dropdown button {
        justify-content: start !important;
    }

    .dropdown.userporfile-dropdown button {
        background: #0d4d4d;
    }

    .offcanvas-body .justify-content-end {
        justify-content: start !important;
    }



    .dropdown.userporfile-dropdown button {
        margin-bottom: 25px;
        padding: 4px 6px;
        margin-top: 10px;
    }

    .dropdown.userporfile-dropdown button img {
        width: 50%;
    }

    header.header .dropdown-toggle::after {
        color: #000 !important;
    }

    .dropdown.userporfile-dropdown ul.dropdown-menu {
        top: 43px !important;
        min-width: 365px !important;
    }

    .dropdown.userporfile-dropdown ul.dropdown-menu li a {
        font-size: 14px;
    }

    .listing-box span {
        color: #000;
    }

    .box .content p {
        height: auto;
    }
}

@media(max-width:767px) {
    #expert-list .psychic-card {
        width: 100%;
        margin-bottom: 30px;
    }

    section#knowledgeSection h2 {
        font-size: 18px;
    }

    .key-features .box h4 {
        height: auto;
    }

    .key-features .box .btn.see-more-btn {
        font-size: 14px;
    }

    .banner .content h1 {
        font-size: 24px;
    }

    .footer-menu .col-lg-4:last-child ul li a {
        word-break: break-all;
    }

    h3.panel-title a {
        font-size: 20px;
    }

    .header-bottom ul.dropdown-menu li a {
        font-size: 12px;
    }

    .header-bottom ul.dropdown-menu {
        padding-left: 20px;
    }

    .advisor-profile-middle .container {
        padding: 20px;
    }

    .gift-box-wrapper a {
        width: 50%;
    }

    .cat-pages .shadow-pink {
        padding: 0 !important;
    }

    .cat-pages .card-body {
        padding: 0;
    }

    .advisor-profile-middle .specializations {
        padding-right: calc(var(--bs-gutter-x)* .5) !important;
        padding-left: calc(var(--bs-gutter-x)* .5) !important;
    }

    .advisor-profile-middle .specializations .inner-heading {
        padding: 0 20px;
    }

    .col-middle.col ul li {
        justify-content: start !important;
    }

    .advisor-profile-wrap button {
        margin-bottom: 20px !important;
    }

    .advisor-profile-middle .icon-box {
        padding-top: 20px !important;
    }

    #dashaspeaksplanpoup #plan-item .pprice,
    #dashaspeaksplanpoup #specialplan-item .pprice {
        width: 100%;
    }

    #dashaspeaksplanpoup {
        padding: 15px 0 !important;
    }

    section.What-We-Offer h5 {
        font-size: 18px;
    }


    .What-We-Offer .box h3 {
        font-size: 16px;
    }

    .What-We-Offer .box h2 {
        font-size: 65px;
    }

    .advisor-profile-middle .icon-box-inner h6 {
        font-size: 12px;
    }





    .header-top p {
        font-size: 10px;
        padding: 0 14px;
    }

    .modal-header {
        width: 100%;
    }

    .contactus a {
        color: #fff;
        text-decoration: none;
        word-break: break-all;
    }

    .contact-box h6 {
        font-size: 18px;
    }

    ul.list-unstyled li.taurus,
    .list-wrap ul li {
        width: 33%;
    }

    h1 {
        font-size: 28px;

    }

    .slider-section h2 {
        font-size: 18px;
    }

    .astroway-menu p {
        text-align: justify !important;
    }

    .SageTalkz-daily-horoscope p,
    .slider-section p {
        text-align: justify;
    }

    .footer-logo a img {
        width: 180px;
    }

    .play-store-wrapper img {
        width: 100px;
    }

    .social-media .inner-title {
        font-size: 16px;
    }

    p {
        font-size: 14px;
        text-align: justify;
    }


    h3 {
        font-size: 16px !important;
    }

    .box .content span {
        font-size: 14px;
    }

    section.aboutus h2 {
        font-size: 20px;

    }

    .cat-heading {
        font-size: 16px;
    }

    .twocolumn-wrapper h2 {
        font-size: 18px;
    }

    h3.panel-title a {
        font-size: 16px;
    }

    section {
        padding: 30px 0;
    }

    .search-wrapper {
        width: 100%;
    }

    .icon-box-inner {
        padding: 16px 5px;
    }

    .icon-box-inner h6 {
        font-size: 11px;
    }

    .seeBtn {
        font-size: 16px !important;
        padding: 8px 12px !important;
    }

    h4 {
        font-size: 18px;
    }

    .box .content {
        padding: 12px;
    }

    .blog-detail-box .box-wrapper .box {
        width: auto;
        height: auto;
        padding: 16px;
    }

    .blog-detail-wrap p,
    .blog-detail-box .box-wrapper .box h5 {
        font-size: 16px;
    }

    .advisor-profile-middle .icon-box-inner {
        padding: 16px 5px;
    }

    .search-wrapper input {
        width: 88%;
    }

    .footer-menu h3 {
        font-size: 16px;
    }

    .footer-menu ul li a {
        font-size: 15.1px;
    }

    .blog-box .content {
        padding: 16px;
    }

    .blog-box .readBtn a {
        font-size: 16px;
        margin-right: -16px;
        margin-bottom: -16px;
    }

    .blog-box .content .top-wrapper h5 {
        font-size: 18px;
    }

    .blog-box .content .top-wrapper .date {
        font-size: 14px;
        white-space: nowrap;
    }

    .blog-box .content .top-wrapper {
        height: 30px;
    }

    .banner {
        background-image: url(../images/banner-mobile.webp) !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;

    }

    section.What-We-Offer h5 {
        font-size: 14px;
    }

    .looks-img-box img {
        object-fit: cover;
        width: 100%;
    }

    .btn-chat {
        font-size: 12px;
    }

    .astrology-services span {
        font-size: 14px;
    }

    .blog-detail-box {
        padding: 20px;
    }

    .blog-detail-box h2,
    .inner-main-heading {
        font-size: 18px;
    }


    div#loginSignUp .modal-header .logo a img {
        width: 100px;
    }

    div#loginSignUp .modal-title {
        font-size: 16px;
    }

    div#loginSignUp .modal-body {
        padding-top: 0;
    }

    div#loginSignUp .iti--separate-dial-code .iti__selected-dial-code {
        font-size: 14px;
    }

    div#loginSignUp .modal-content button {
        font-size: 14px;
    }

    div#loginSignUp .modal-content button.btn-close {
        background: #0d4d4d;
        opacity: 1;
        width: 20px;
        height: 20px;
        z-index: 1;
    }

    div#loginSignUp .modal-dialog {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .header-bottom nav.navbar.navbar-dark .row {
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .goog-te-combo {
        width: 100%;
    }



    .goog-te-gadget .goog-te-combo {
        width: 100% !important;
        padding-left: 5px !important;
        font-size: 8px !important;
    }
}


@media(max-width:375px) {
    .dropdown.userporfile-dropdown ul.dropdown-menu {
        min-width: 345px !important;
    }
}

@media(max-width:320px) {
    .dropdown.userporfile-dropdown ul.dropdown-menu {
        min-width: 285px !important;
    }
}

select option {
    color: #000 !important;
    background-color: #fff !important;
    ;
}

select#ratingFill {
    color: #e5b900 !important;
}

select#ratingFill option {
    color: #e5b900 !important;
}

.toast.toast-success {
    background: #00c936
}



.chat-message.chat-message-right img {
    margin-right: 10px;
}


.advisor-profile-middle .image-with-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

.advisor-profile-middle .image-with-content .image img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    object-fit: cover;
}


.advisor-profile-middle .image-with-content .content {
    margin-left: 15px;
}

.advisor-profile-middle .image-with-content .content p {
    color: rgba(33, 33, 33, 0.70);
    font-size: 16px;
    font-weight: 400;
}

div#AlertModal .modal-dialog {
    max-width: 350px;
}

div#AlertModal .modal-dialog h2 {
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
}


.rating-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 300px;
}

.rating-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.rating-header a {
    text-decoration: none;
    font-size: 12px;
    color: gray;
}

.rating-score {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.contact-form label span {
    background: transparent;
    padding: 0;
    position: static;
    color: red;
    font-size: 16px;
    line-height: 1;
    margin-left: 2px;
}

.contact-form label {
    display: flex;
    align-items: center;
}

.rating-score h1 {
    margin: 0;
    font-size: 32px;
}

.stars {
    margin-left: 10px;
}

.stars span {
    color: gold;
    font-size: 16px;
}

.progress-container {
    margin-top: 10px;
}

.progress {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    width: 100%;
    margin-left: 10px;
}

.progress span {
    width: 20px;
}

.bar {
    width: 100%;
    height: 6px;
    background: #e0e0e0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    background: green;
    width: 80%;
    border-radius: 5px;
}

.bar-fill:nth-child(2) {
    width: 50%;
    background: gray;
}

.bar-fill:nth-child(3) {
    width: 30%;
    background: gray;
}

.bar-fill:nth-child(4) {
    width: 10%;
    background: gray;
}

.bar-fill:nth-child(5) {
    width: 5%;
    background: gray;
}

.orders {
    font-size: 12px;
    color: gray;
}

div#AlertModal .bg-white.body {
    padding-bottom: 20px;
}

div#AlertModal .btn.btnCancle {
    background: #fccd0a !important;
    color: #000 !important;
    border-color: #fccd0a !important;
}

div#AlertModal .modal-dialog button {
    margin-bottom: 15px;
}

table.table {
    margin-bottom: 100px;
}


#google_translate_button .skiptranslate {
    color: transparent;
    user-select: none;
    top: 0 !important;
    width: 150px !important;
}

.goog-te-gadget {
    font-size: 14px !important;
}

.goog-te-gadget {
    height: 44px;
    overflow: hidden;
}

.goog-te-combo {
    width: 128px;
    padding: 5px;
    font-family: Arial, sans-serif;
    font-size: 12px !important;
    color: #333;
    border: 1px solid #ccc;
    height: 35px !important;
    border: 0;
    border-radius: 19px;
    padding: 7px;
}

#google_translate_button .skiptranslate span {
    display: none;
}

.skiptranslate iframe {
    display: none;
}

.goog-te-combo:focus-visible {
    outline: none;
}

.footer-menu a.GetInTouchBtn {
    background: #fccd0a;
    display: inline-block;
    padding: 10px 20px;
    line-height: 1;
    border-radius: 20px;
    color: #000;
    font-weight: 700;
}

@media(max-width:767px) {
    .intro-y form {
        display: flex;
    }

    input#searchString {
        width: 12rem;
        margin-right: 5px;
    }
}

.loginSignUp span {
    display: block !important;
}

.box .content h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat_user {
    margin-right: 15px;
}

img.youtube-image {
    width: 100%;
    height: 235px;
    object-fit: cover;
    margin-bottom: 16px;
}

.blog-box .content .top-wrapper h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.flash-zoom {
    text-align: center;
    animation: zoomFlash 2s ease-in-out infinite;
}

@keyframes zoomFlash {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}



.filter-section .form-check-label {
    margin-top: 16px;
}

.zoom-in:hover {
    background: transparent;
    box-shadow: none;
    transform: none;
}

.goog-te-gadget {
    position: relative;
    display: block;
}


.goog-te-combo {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 35px !important;
    height: 32px;
    font-size: 14px;
}


.goog-te-gadget::before {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 45%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
    color: #333;
    left: auto;
    right: 10px;
}

.goog-te-gadget .goog-te-combo {
    padding-left: 12px !important;
    font-size: 12px !important;
    width: 100% !important;
    top: 0 !important;
}

#google_translate_button {
    top: 0 !important;
}

.video {
    width: 100%;
}

@media(max-width:768px) {
    #google_translate_button .goog-te-combo option:first-child {
        display: none !important;
    }

    #google_translate_button .goog-te-combo {
        width: 100% !important;
    }
}


.shop-box-wrap .image {
    height: 230px;
    overflow: hidden;
}

.blog-detail-wrap h3 {
    font-size: 24px;
}


section.ask-a-question {
    background: #fccd0a;
    text-align: center;
}

section.ask-a-question h2 {
    font-family: "Futura Cyrillic";
    font-weight: 500;
    color: #000;

}

section.ask-a-question span {
    display: block;
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 800;
    display: flex;
    justify-content: center;
}

section.ask-a-question .content form {
    width: 40%;
    background: #46303045;
    margin: auto;
    border-radius: 10px;
    display: flex;
    position: relative;
}

section.ask-a-question .content form input {
    width: 100%;
    background: transparent;
    border: 0;
    font-size: 16px;
    line-height: 2;
    border: 0;
    height: 45px;
    padding: 20px;
    color: #fff;
    outline: none;
}


section.ask-a-question .content form .btn {
    background: #50575787;
    border-radius: 0px 10px 10px 0 !important;
    line-height: 2;
    position: absolute;
    right: 0;
    border: 0 !important;
    color: #fff;
}

section.ask-a-question .content form .btn i {
    transform: rotate(45deg);
}

section.ask-a-question .content form input::placeholder {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.ribbon {
    --r: 15px;
    --b: 2px;
    position: relative;
    color: #fff;
    padding: 7px 24px;
    clip-path: polygon(0 0, 100% 0, calc(100% - (var(--r) - (var(--b) / 2))) 50%, 100% 100%, 0 100%, calc(var(--r) - (var(--b) / 2)) 50%);
    font-weight: 600;
    margin: 0;
    text-align: center;
    font-family: 'Futura Cyrillic';
    font-size: 16px;
    line-height: 1;
    height: 31px;
    margin-top: 6px;
}

.ribbon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0D4D4D;
    z-index: -1;
    clip-path: polygon(calc(var(--b) * 2) var(--b), calc(100% - (var(--b) * 2)) var(--b), calc(calc(100% - var(--b)) - var(--r)) 50%, calc(100% - (var(--b) * 2)) calc(100% - var(--b)), calc(var(--b) * 2) calc(100% - var(--b)), calc(var(--r) + var(--b)) 50%);
}


@keyframes freepulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}


@media(max-width:767px) {
    section.ask-a-question .content form {
        width: 100%;
    }

    section.ask-a-question span {
        font-size: 18px;
    }

    section.ask-a-question .content form input {
        font-size: 14px;
    }

    .ask-a-question h2 {
        font-size: 20px;
    }
}

.banner-text .content {
    text-align: center;


}



.banner-text {
    background: #0d4d4d;
    padding: 40px 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.banner-text .content h2 {
    color: #fff;
}

.banner-text h1 {
    margin-bottom: 10px;
}

.banner-text p a {
    color: #fff;
}

.banner-text p {
    margin: 10px 0;
    font-size: 18px;
    color: #fff;
}

.banner-text .highlight {
    color: #9e693c;
    font-weight: bold;
    animation: glow 2s ease-in-out infinite;
}

.banner-text .contact a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.banner-text .contact a:hover {
    color: #a67240;
}

/* Continuous Animations */
@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.85;
    }
}

@keyframes fadeSlide {
    0% {
        transform: translateY(20px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes glow {

    0%,
    100% {
        text-shadow: 0 0 5px #b2885c;
    }

    50% {
        text-shadow: 0 0 15px #d9a673;
    }
}

@media(max-width:767px) {
    .banner-text {
        padding: 20px;
    }

    .banner-text .content h2 {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .banner-text p {
        font-size: 14px;
        text-align: center;
    }

    .footer-menu ul li a {
        font-size: 14px;
    }

    .social-media .inner-title {
        font-size: 16px;
        white-space: nowrap;
        margin-top: 0 !important;
    }

    .social-media ul {
        margin-left: 30px;
    }

    body.iti-mobile .iti--container {
        max-height: 200px !important;
        overflow-y: auto !important;
        top: 62% !important;
    }

    div#loginSignUp .modal-dialog {
        margin: 0 !important;
    }

    div#another_translate_button {
        width: 120px;
    }

    .navbar-toggler {
        position: relative;
        left: -10px;
    }

    .goog-te-gadget .goog-te-combo {
        font-size: 11px !important;
    }
}

@media(max-width:768px) {
    div#loginSignUp .modal-content {
        height: 100% !important;
    }

    #dashaspeaksplanpoup .astroway-astro-plan-calc-right {
        width: 100%
    }
}

.box .content ul li:last-child span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-info h4 {
    color: #fff
}



.card-wrap {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-wrap>div {
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
}

.card-wrap>div h5 {
    color: #3c3c3c;
    font-weight: 600;
}




@media(max-width:768px) {
.contactus .col-md-12.d-flex.m-auto.mb-5 {
    margin-bottom: 0 !important;
}
.contact-box {
    padding: 20px;
}
}


.max-w-md  .text-sm {
    word-break: break-all;
    white-space: normal;
    padding: 0;
    margin: 0;
}


.max-w-md .text-primary {
    color: #0d4d4d;
    font-weight: 600;
}

 .leading-relaxed {
 line-height: 1.625;
    padding: 0;
    border: 0;
    font-size: 12px !important;
    margin: 0 !important;
    white-space: normal !important;
}