:root {
    --black: #000000;
    --blue: #30297F;
    --white: #ffffff
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: CircularStd
}

body {
    overflow-x: visible
} 

@font-face {
    font-family: CircularStd;
    src: url('../fonts/CircularStd-Medium.eot');
    src: url('../fonts/CircularStd-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Medium.woff2') format('woff2'), url('../fonts/CircularStd-Medium.woff') format('woff'), url('../fonts/CircularStd-Medium.ttf') format('truetype'), url('../fonts/CircularStd-Medium.svg#CircularStd-Black') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: CircularStd;
    src: url('../fonts/CircularStd-Bold.eot');
    src: url('../fonts/CircularStd-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Bold.woff2') format('woff2'), url('../fonts/CircularStd-Bold.woff') format('woff'), url('../fonts/CircularStd-Bold.ttf') format('truetype'), url('../fonts/CircularStd-Bold.svg#CircularStd-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: CircularStd;
    src: url('../fonts/CircularStd-Black.eot');
    src: url('../fonts/CircularStd-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Black.woff2') format('woff2'), url('../fonts/CircularStd-Black.woff') format('woff'), url('../fonts/CircularStd-Black.ttf') format('truetype'), url('../fonts/CircularStd-Black.svg#CircularStd-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: CircularStd;
    src: url('../fonts/CircularStd-Book.eot');
    src: url('../fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Book.woff2') format('woff2'), url('../fonts/CircularStd-Book.woff') format('woff'), url('../fonts/CircularStd-Book.ttf') format('truetype'), url('../fonts/CircularStd-Book.svg#CircularStd-Book') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.fourzerofour_Banner_innr img {
    width: 350px
}

.fourzerofour_Banner_innr h4 {
    color: #000;
    font-family: CircularStd;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 40px
}

.chat-gallery .serch_astro_list {
    padding: 0;
    row-gap: 35px;
    column-gap: 10px
}

.top-banner .banner-content p {
    font-size: clamp(15px, 1.222vw, 22px);
    font-weight: 600;
    color: var(--black);
    margin-bottom: 10px
}

.chat-gallery .has-sticky {
    position: sticky;
    z-index: 999;
    right: calc(50vw - (1306px / 2));
    top: 112px;
    transition: .3s ease-in-out
}

.chat-gallery .card {
    box-shadow: 0 0 10px #ccc;
    position: relative;
    margin-top: 0;
    padding: 15px 15px 20px;
    background: #fff;
    border-radius: 20px
}

.chat-gallery .card-img {
    position: relative;
    width: 100%;
    height: 84px;
    border-radius: 10px !important;
    aspect-ratio: 1;
    overflow: hidden
}

.chat-gallery .card .card-img a img {
    border-radius: 0 !important
}

.chat-gallery .verify {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 17px;
    height: 17px;
    display: flex
}

.card-chat-right {
    width: calc(100% - 85px);
    padding: 0 0 0 15px
}

.chat-gallery .fixed-header-padding {
    margin-top: 135px
}

.chat-gallery .serch_astro_list>* {
    flex: none;
    width: calc(33.33% - 7px)
}

div.chat-gallery .card .available-status {
    margin: 0;
    border-radius: 0 15px;
    width: 115px;
    left: 0
}

.chat-gallery .card-img a {
    display: inline-block;
    vertical-align: top
}

.calls-page-wrapper .chat-gallery .card .chat a {
    color: var(--white);
    font-size: 15px;
    background-color: #2fbd30;
    padding: 10px 15px 8px;
    border: none;
    box-shadow: none;
    border-radius: 30px;
    display: flex;
    align-items: center;
    line-height: 14px;
    transition: .4s
}

.chat-page-wrapper .chat-gallery .card .chat a {
    font-size: 15px;
    padding: 10px 15px 8px;
    border: none;
    box-shadow: none;
    border-radius: 30px;
    display: flex;
    align-items: center;
    line-height: 14px;
    transition: .4s
}

.chat-gallery .card .chat a img {
    width: 17px;
    height: 17px;
    margin-right: 10px;
    margin-top: -2px
}

.chat-gallery .card .chat {
    position: absolute;
    bottom: -15px;
    right: 15px
}

.calls-page-wrapper .free-chat-banner,
.chat-page-wrapper .free-chat-banner,
.one_Floating_request .chat-gallery:first-child {
    margin: 0 0 140px !important
}

div.one_Floating_request .chat-gallery .card {
    padding: 8px;
    box-shadow: rgba(17, 17, 26, .1) 0 8px 24px, rgba(17, 17, 26, .1) 0 16px 56px, rgba(17, 17, 26, .1) 0 24px 80px
}

div.one_Floating_request {
    scrollbar-width: thin;
    background: 0 0;
    bottom: 0;
    right: inherit;
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
    padding: 10px 0;
    width: 100vw;
    overflow-x: auto
}

div.one_Floating_request::-webkit-scrollbar {
    width: 10px
}

div.one_Floating_request::-webkit-scrollbar-track {
    background-color: #a9a9a9
}

div.one_Floating_request::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

div.one_Floating_request .chat-gallery .price-range {
    position: absolute;
    top: inherit;
    left: inherit;
    background: #a70400;
    margin: 0;
    bottom: 0;
    padding: 2px 0;
    width: 100%;
    border-radius: 0 0 8px 8px
}

.one_Floating_request .chat-gallery .card .chat a:last-child {
    margin-bottom: 0;
    border-color: #ebbc12
}

.one_Floating_request .card-chat-left {
    width: 50px;
    position: relative;
    text-align: center
}

.one_Floating_request .card-chat-right {
    width: calc(100% - 55px)
}

div.one_Floating_request .chat-gallery .price-range b.red {
    color: #fff
}

.one_Floating_request .chat-gallery .card .chat a:last-child:hover {
    border-color: #30297f
}

.one_Floating_request .chat-gallery .card .sub-title {
    min-height: inherit
}

.one_Floating_request .chat-gallery .card .card-img img {
    border-radius: 50px !important;
    width: 50px;
    height: 50px
}

.CHAT_view_page .main_chat_div .review-remark #edit_review_form textarea,
.one_Floating_request .chat-gallery .card-img {
    height: auto
}

.one_Floating_request .chat-gallery .card.border-0 .card-body>div p.card-para {
    margin: 1px 0
}

.one_Floating_arrow {
    position: absolute;
    top: 7px;
    z-index: 9;
    cursor: pointer;
    display: none
}

.one_Floating_arrow img {
    width: 30px
}

.one_Floating_request .chat-gallery .card .chat a.cancel_req {
    background: url('https://phpstack-1187851-4509931.cloudwaysapps.com/public/assets/img/close.png') center top/25px no-repeat;
    border: none;
    font-size: 12px;
    box-shadow: none;
    width: 41px;
    padding: 30px 0 0
}

.one_Floating_request .chat-gallery .card .card-title {
    font-size: 15px;
    margin: 0
}

.one_Floating_request .chat-gallery .card.border-0 .card-body>div p.small {
    line-height: inherit
}

.one_Floating_request .chat-gallery .card a.acceptedBtn.btn-green,
.one_Floating_request .chat-gallery .card a.chatacceptedBtn.btn-green {
    background: 0 0;
    border: none;
    font-size: 12px;
    box-shadow: none;
    width: 61px;
    padding: 30px 0 0;
    position: relative
}

.one_Floating_request .chat-gallery .card a.acceptedBtn.btn-green:after,
.one_Floating_request .chat-gallery .card a.chatacceptedBtn.btn-green:after {
    animation: 2s ease-out infinite zoom-in-zoom-out;
    background-image: url(https://phpstack-1187851-4509931.cloudwaysapps.com/public/assets/img/check.png);
    background-position: center top;
    width: 25px;
    background-size: 22px;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    height: 25px;
    top: 0
}

@keyframes zoom-in-zoom-out {

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

    50% {
        transform: scale(1.3, 1.3)
    }
}

.one_Floating_request {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    background: rgba(0, 0, 0, .14);
    border-radius: 30px 0 0;
    padding: 0
}

.register-bg-parent,
.top-banner,
.topmost-banner {
    background-repeat: no-repeat;
    background-size: cover
}

.one_Floating_request .chat-gallery {
    width: 330px;
    margin: 0 !important
}

.one_Floating_request .chat-gallery .card .price-range {
    font-size: 11px
}

.one_Floating_request .card-body {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between
}

.one_Floating_request .chat-gallery .card.border-0 {
    flex-direction: row;
    flex-wrap: wrap;
    border: 2px solid #ddd !important;
    border-radius: 9px
}

.one_Floating_request .chat-gallery .card p.reqstatus {
    width: 100%;
    text-align: left;
    line-height: inherit;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    color: green;
    margin: 3px 0 0
}

.one_Floating_request .chat-gallery .card .chat {
    position: static;
    width: 108px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 0
}

.one_Floating_request .chat-gallery .card .chat a {
    justify-content: center;
    padding: 10px 4px;
    margin: 0;
    border-color: #ebbc12
}

.one_Floating_request .chat-gallery .card .chat a:hover {
    color: var(--black);
    border: none
}

.one_Floating_request .chat-gallery .card .chat a.waiting_response {
    background: 0 0;
    border-color: #c91031;
    color: #c91031;
    margin: 0
}

.one_Floating_request .chat-gallery .card.border-0 .card-body>div {
    float: left;
    width: 58%
}

.one_Floating_request .chat-gallery .card.border-0 .card-body>div:last-child {
    display: flex;
    justify-content: flex-end
}

.one_Floating_request .chat-gallery .card {
    box-shadow: none;
    box-shadow: 0 0 40px 0 rgb(235, 188, 18, .7)
}

.top-banner {
    background-image: url("../img/inner/banner-bg.png");
    background-position: top;
    border-radius: 0 0 70px 70px
}

.top-banner .banner-content {
    padding: 2.208vw 0
}

.top-banner .main-hdng {
    font-size: clamp(24px, 2.222vw, 40px);
    line-height: 40px
}

.top-banner .banner-img {
    position: relative;
    left: 0;
    bottom: -50px;
    text-align: center
}

.top-banner .banner-img img {
    width: 54%;
    height: 100%;
    object-fit: cover
}

.chat-gallery {
    margin: 0 0 60px;
    position: relative
}

.chat-gallery .search-column .form-select,
.search-column input {
    border-radius: 25px;
    padding: 13px 20px;
    font-weight: 400;
    height: 46px
}

.search-column {
    background-color: var(--blue);
    padding: 20px;
    border-radius: 0 0 30px 30px;
    max-width: 710px;
    max-height: 89px;
    width: 100%
}

.online-call.chat-icons-kl {
    position: absolute;
    right: 0;
    display: flex;
    gap: 10px;
    bottom: -20px
}

.online-call.chat-icons-kl a {
    position: static;
    padding: 10px;
    width: 40px;
    height: 40px
}

.online-call.chat-icons-kl a.pt-call {
    background: #ebbc12
}

.help_support_inner .fl-right {
    float: right
}

.live_batch {
    font-size: 15px;
    vertical-align: middle;
    margin-left: 25px
}

.live_batch a {
    color: #000
}

.chat-gallery .card .card-para span,
.top-section-hdng p {
    color: #969696;
    font-weight: 400
}

.card-chat-left {
    width: 85px
}

.search-column-parent {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px
}

.search-column .search-astro {
    background: var(--white) url("../img/inner/search-icon.svg") no-repeat;
    background-size: 20px;
    background-position: 93%;
    padding: 13px 20px
}

.search-column .search-astro::placeholder {
    color: var(--black)
}

.astro-form .astro-form-content input:focus,
.contact-column .contact-form input:focus,
.contact-column .contact-form textarea:focus,
.left-artical-sec .pagination-bar ul a:focus,
.search-column .form-control:focus,
.search-column .form-select:focus {
    box-shadow: none
}

.search-column .form-select.category,
.search-column .form-select.timeline {
    background-image: url("../img/inner/arrow-down.svg");
    background-size: 14px 8px;
    background-position: 93%
}

.chat-gallery .card-img .profile-img {
    object-fit: cover;
    border-radius: 16px;
    width: 100%;
    height: 100%
}

.chat-gallery .profile-rating {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--blue);
    border-radius: 15px;
    padding: 0 0 2px;
    display: flex;
    align-items: center;
    width: 77%;
    justify-content: center;
    right: 0;
    margin: 0 auto
}

.chat-gallery .profile-rating img {
    height: 14px;
    width: 14px;
    padding: 1.5px
}

.chat-gallery .price-range {
    color: #59ba41;
    margin: 12px 0 6px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    line-height: 14px
}

.chat-gallery .price-range span {
    color: #da5656;
    text-decoration: line-through;
    font-size: 14px
}

.chat-gallery .card .card-title {
    font-size: 18px;
    color: var(--black);
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 8px
}

.chat-gallery .card .sub-title {
    font-size: 14px;
    color: var(--blue);
    margin-bottom: 3px;
    line-height: 20px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    min-height: 40px
}

.chat-gallery .card .card-para {
    font-size: 14px;
    color: #3d3d3d;
    line-height: 20px;
    font-weight: 500
}

.chat-gallery .card .chat a {
    color: var(--black);
    font-size: 15px;
    background-color: #ebbc12;
    padding: 8px 15px 8px 12px;
    border: 2px solid var(--white);
    box-shadow: 0 4px 24px rgba(0, 0, 0, .08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    line-height: 14px
}

.chat-gallery .card .chat a:hover {
    background: var(--blue);
    color: #fff;
    transition: .4s
}

.chat-gallery .card .chat a:hover img {
    filter: brightness(0) invert(1)
}

.astro-login-background img,
.chat-gallery .verify img,
.contact-bg-parent .about-card-img img {
    width: 100%;
    height: 100%
}

.free-chat-banner {
    position: relative;
    margin-bottom: 113px
}

.free-chat-banner-inner {
    position: relative;
    background-image: linear-gradient(90deg, #a70100 0, #d60201 100%);
    border-radius: 50px;
    overflow: hidden;
    height: 260px
}

.free-chat-banner .chat-banner-content {
    padding: 53px 0 102px 115px;
    position: relative
}

.chat-banner-content .topmost-hdng {
    font-size: clamp(28px, 2vw, 46px);
    font-weight: 900;
    color: #fff;
    line-height: clamp(43px, 2vw, 48px);
    margin: 0 0 7px
}

.chat-banner-content .sub-hdng {
    font-size: clamp(18, 2vw, 32px);
    color: #fff;
    font-weight: 600
}

.free-chat-banner .chat-banner-bottom-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.free-chat-banner .chat-banner-bottom-img img {
    border-radius: 0 0 50px 50px;
    width: 100%;
    height: 100%
}

.free-chat-banner .astro-stars-bg {
    position: absolute;
    top: -200px;
    left: 0;
    z-index: -1;
    width: 100%
}

.blog-card-wrapper .blog-card-img,
.free-chat-banner .astro-stars-bg img,
.free-chat-banner .content-img img,
.register-bg-parent .astro-form-content .iti--allow-dropdown {
    width: 100%
}

.free-chat-banner .astro-team {
    position: relative;
    top: 32px;
    right: 74px;
    height: 229px;
    width: 100%
}

.free-chat-banner .astro-team img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: visible
}

.free-chat-banner .content-img {
    position: absolute;
    top: 31px;
    left: 32px;
    height: 100%;
    width: 177px
}

.calls-page-wrapper .chat-gallery .card .chat a:hover {
    background-color: var(--blue);
    color: var(--white)
}

.about-astromanch-inner,
.aboutUs-page-wrapper,
.blog-details-content-parent,
.contact-bg-parent .about-cards-column,
.contact-page-wrapper,
.left-artical-sec,
.left-artical-sec .pagination-bar,
.middle-detail-sec,
.right-artical-sec,
.right-artical-sec .category-filter-tabs #pills-tabContent {
    float: left;
    width: 100%
}

.about-bg-parent,
.contact-bg-parent {
    position: relative;
    float: left;
    width: 100%
}

.aboutUs-page-wrapper .about-astromanch {
    margin: 90px 0 110px;
    float: left;
    width: 100%
}

.top-section-hdng p {
    font-size: 18px;
    line-height: 30px
}

.about-astromanch-inner .about-sec {
    margin-top: 60px
}

.about-astromanch-inner .about-astro-left h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    color: var(--black)
}

.about-astro-left .about-description {
    margin: 33px 0 38px;
    position: relative
}

.about-description::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 2px;
    height: 228px;
    background-color: #ebbc12
}

.about-astro-left .about-description p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #969696;
    padding: 0 11px 0 21px
}

.about-astro-left .about-description p:first-child {
    margin-bottom: 29px
}

.about-astro-left .about-description .experience {
    display: flex
}

.about-astro-left .experience {
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

.about-astro-left .experience img {
    width: 46px;
    height: 46px
}

.about-astro-left .experience .bold-text {
    font-weight: 700;
    font-size: 48px;
    line-height: 61px;
    color: var(--black);
    margin: 0 8px 0 25px
}

.about-astro-left .experience p {
    font-weight: 450;
    font-size: 14px;
    line-height: 18px;
    color: var(--black)
}

.about-astro-left .experience p .bold-span {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: var(--black)
}

.aboutUs-page-wrapper .about-btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    color: var(--white);
    background-color: var(--blue);
    border-radius: 40px;
    padding: 19px 31px 18px;
    display: inline-block
}

.aboutUs-page-wrapper .about-btn:hover {
    background-color: #ebbc12;
    color: var(--white);
    transition: .4s
}

.about-astro-right {
    max-width: 570px;
    width: 100%;
    height: auto
}

.about-astro-right img {
    width: 100%;
    height: 100%;
    border-radius: 40px
}

.explore_about_div.my_account_inners {
    padding: 4.5vw 4.5vw 0
}

.explore_about_div.my_account_inners .tab-content {
    padding: 0 0 0 20px
}

.explore_about_div.my_account_inners .tab-content .about_content_divv {
    float: left;
    width: 100%;
    margin: 0 0 4vw
}

.explore_about_div.my_account_inners .tab-content .about_content_divv p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    margin: 0 0 30px
}

.blog-details-content-parent.bldetal .top-detail-sec .detail-column-2 ul li,
.explore_about_div.my_account_inners .tab-content .about_content_divv p:last-child,
.history_card .callchathistory_main a:last-child .callchathistory .card.border-0 {
    margin: 0
}

.astro-about-background {
    position: absolute;
    top: -152px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.astro-about-background img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.contact-bg-parent .about {
    margin: 60px 0 0;
    float: left;
    width: 100%
}

.contact-bg-parent .about-card {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 43px 36px 42px;
    display: flex;
    align-items: center;
    margin-top: 57px
}

.contact-bg-parent .about-card-img {
    height: 46px;
    width: 46px;
    margin-right: 21px
}

.contact-bg-parent .about-card .about-card-description h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: var(--black);
    margin-bottom: 11px
}

.contact-bg-parent .about-card .about-card-description a {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: var(--black)
}

.contact-bg-parent .contact-column {
    float: left;
    width: 100%;
    margin-bottom: 90px
}

.contact-bg-parent .contact-column p {
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    text-align: center;
    color: var(--black);
    margin-bottom: 50px
}

.contact-column .contact-form {
    max-width: 738px;
    width: 100%;
    margin: 0 auto;
    background-color: #eeebe6;
    padding: 46px 40px 53px;
    border-radius: 20px
}

.contact-column .contact-form input {
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: #787878;
    padding: 23px 20px;
    background-color: #fdfdfd;
    border-radius: 12px;
    height: 60px;
    border: none
}

.contact-column .contact-form .form-input {
    margin: 0 0 30px
}

.contact-column .contact-form .form-input .input-group-text {
    background: #fff;
    border: none;
    border-radius: 0 12px 12px 0 !important;
    padding-right: 20px
}

.contact-column .contact-form textarea {
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: #787878;
    height: 180px !important;
    resize: none;
    border-radius: 12px;
    padding: 24px 20px
}

.contact-column .contact-form .form-input.textarea_div .input-group-text {
    align-items: flex-start;
    padding-top: 16px
}

.contact-column .contact-form button {
    padding: 19px 37px 18px;
    background-color: var(--blue);
    color: var(--white);
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    width: max-content;
    border-radius: 40px;
    display: flex;
    border: none;
    margin: 0 auto
}

.contact-column .contact-form button:hover {
    background-color: #ebbc12;
    transition: .4s
}

.astro-contact-background {
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.astro-contact-background img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.astro-form,
.blog-details-banner,
.blog-details-inner,
.blog-details-page-wrapper,
.blog-page-wrapper,
.blog-parent,
.latest-blogs,
.login-page-wrapper,
.register-page-wrapper {
    width: 100%;
    float: left
}

.login-page-wrapper .topmost-banner-content,
.register-page-wrapper .topmost-banner-content {
    padding: 88px 0
}

.login-bg-parent {
    position: relative;
    width: 100%;
    float: left
}

.astro-form .astro-form-content {
    background: url("../img/inner/login-bg.png") 100%/cover #eeebe6;
    max-width: 570px;
    width: 100%;
    padding: 91px 80px;
    border-radius: 50px;
    margin: 120px auto
}

.astro-form .astro-form-content h6 {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #3f3f3f
}

.astro-form .astro-form-content h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    color: var(--black);
    margin: 17px 0 48px
}

.astro-form .astro-form-content .astro-form-btn {
    font-weight: 700;
    font-size: 20px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 22px 50px;
    display: flex;
    background-color: var(--blue);
    border-radius: 40px;
    justify-content: center;
    margin: 20px auto 19px;
    width: max-content
}

.astro-form .astro-form-content .astro-form-btn:hover {
    background-color: #eabb12;
    transition: .4s
}

.astro-form .astro-form-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #3f3f3f
}

.astro-form .astro-form-content p:first-of-type,
.blog-parent .blog .top-section-hdng h3 {
    margin-bottom: 50px
}

.astro-form .astro-form-content p:last-of-type {
    font-weight: 400;
    font-size: 16px;
    line-height: 15px
}

.astro-form .astro-form-content p a {
    font-weight: 500;
    font-size: 18px;
    line-height: 15px;
    text-align: center;
    color: var(--black)
}

.astro-form .astro-form-content input {
    padding: 19px 24px 20px;
    border: none;
    border-radius: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 10px;
    letter-spacing: .05em;
    color: var(--black)
}

.astro-form .astro-form-content input::placeholder {
    color: var(--black)
}

.astro-login-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.register-bg-parent {
    position: relative;
    width: 100%;
    float: left;
    background-image: url("../img/inner/register-page-bg.png");
    background-position: 100%
}

.register-bg-parent .astro-form-content {
    text-align: center;
    background: url("../img/inner/register-bg.png") 100%/cover #eeebe6;
    max-width: 1032px;
    width: 100%;
    padding: 80px 96px;
    border-radius: 50px;
    margin: 120px auto
}

.register-bg-parent .astro-form-content input {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 17px;
    line-height: 15px;
    padding: 23px 19px;
    letter-spacing: 0
}

.register-bg-parent .astro-form .astro-form-content p:first-of-type {
    margin-bottom: 36px
}

.register-bg-parent .astro-form .form-check {
    display: flex;
    align-items: center;
    justify-content: center
}

.register-bg-parent .astro-form input,
.register-bg-parent .astro-form input::placeholder {
    color: #3f3f3f
}

.register-bg-parent .astro-form .form-check input {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0;
    margin: 0 7px 0 0
}

.register-bg-parent .astro-form .form-check label {
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    color: #3f3f3f
}

.register-bg-parent .astro-form .astro-form-btn {
    padding: 22px 61px;
    margin: 36px auto 44px
}

.register-bg-parent .astro-form form p {
    margin-bottom: 0 !important
}

.register-bg-parent .astro-form .form-group {
    position: relative
}

.register-bg-parent .astro-form .form-group .palceholder {
    position: absolute;
    top: 26px;
    left: 19px;
    display: none;
    font-weight: 400;
    font-size: 17px;
    line-height: 15px;
    color: #3f3f3f;
    letter-spacing: 0
}

.register-bg-parent .astro-form .form-group label {
    color: #3f3f3f
}

.register-bg-parent .astro-form .form-group .star {
    color: red
}

.left-artical-sec .pagination-bar ul a,
.top-section-hdng h3,
.topmost-banner-content h3,
.topmost-banner-content p {
    color: var(--black);
    color: var(--black)
}

.topmost-banner {
    background-image: url("../img/inner/about-banner.png");
    background-position: top;
    border-radius: 0 0 70px 70px;
    float: left;
    width: 100%
}

.topmost-banner-content {
    text-align: center;
    padding: 72px 0 62px;
    position: relative
}

.topmost-banner-content p {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 26px
}

.topmost-banner-content h3 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700
}

.topmost-banner-content .astro-star-1 {
    position: absolute;
    top: 21px;
    left: 32px;
    width: 85px
}

.topmost-banner-content .astro-star-2 {
    position: absolute;
    top: 62px;
    right: 699px;
    width: 85px
}

.topmost-banner-content .astro-star-3 {
    position: absolute;
    top: 65px;
    right: 165px;
    width: 79px
}

.top-section-hdng {
    text-align: center;
    max-width: 846px;
    margin: 0 auto
}

.top-section-hdng img {
    width: 123px
}

.top-section-hdng h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 26px;
    margin: 19px 0 32px
}

.blog-parent .blog {
    margin: 90px 0 110px;
    width: 100%;
    float: left
}

.blog-parent .blog .top-section-hdng {
    text-align: left;
    margin-left: 0;
    width: 100%;
    float: left
}

.blog-articals-column {
    width: 100%;
    float: left;
    background-image: none
}

.left-artical-sec .artical {
    display: flex;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    float: left;
    width: 100%;
    position: relative;
    align-items: center;
    flex-direction: column;
    width: calc(50% - 10px);
    margin: 0;
    overflow: hidden
}

.left-artical-sec {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.left-artical-sec .artical .blogaa {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.left-artical-sec .artical .artical-img {
    max-width: 100%;
    width: 100%
}

.left-artical-sec .artical .artical-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0;
    aspect-ratio: 458/190
}

.left-artical-sec .artical .artical-content {
    max-width: 100%;
    width: 100%;
    padding: 15px
}

.left-artical-sec .artical .artical-content h3 {
    color: #717171;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px
}

.left-artical-sec .artical .artical-content h3 span {
    color: #ebbc12;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px
}

.left-artical-sec .artical .artical-content h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin: 5px 0 10px
}

.left-artical-sec .artical .artical-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #969696
}

.left-artical-sec .artical .artical-content span {
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    color: #30297f;
    display: inline-block;
    transition: .4s
}

.left-artical-sec .artical .artical-content .blog_desc {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box
}

.free-chat-banner .chat-banner-content p.forprice,
.left-artical-sec .artical .artical-content span:hover,
.post-card .post-card-content a:hover {
    color: #ebbc12
}

.left-artical-sec .artical .artical-content span.readmoreblog {
    margin: 12px 0 0
}

.left-artical-sec .pagination-bar ul {
    justify-content: center;
    border-radius: 10px
}

.left-artical-sec .pagination-bar ul li:last-child {
    margin-right: 0
}

.left-artical-sec .pagination-bar ul li {
    margin-right: 10px;
    height: 40px;
    width: 40px
}

.left-artical-sec .page-item.active .page-link {
    z-index: 3;
    background: #eeebe6;
    border: 1px solid #ebbc12;
    color: var(--black)
}

.left-artical-sec .pagination-bar ul li.page-item.active a.page-link {
    background: #ebbc12;
    color: #fff
}

.left-artical-sec .pagination-lg .page-item:first-child .page-link,
.left-artical-sec .pagination-lg .page-item:last-child .page-link {
    border-radius: 10px
}

.left-artical-sec .pagination-bar ul a {
    padding: 10px !important;
    background: #eeebe6;
    border: 1px solid #ebbc12;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 20px;
    text-align: center
}

.left-artical-sec .page-item.active .page-link:hover,
.left-artical-sec .pagination-bar ul a:hover {
    background-color: #ebbc12;
    border: 1px solid #ebbc12;
    color: var(--white);
    transition: .4s
}

.right-artical-sec .category-filter {
    background-color: #eeebe6;
    border-radius: 20px;
    margin-bottom: 30px;
    float: left;
    width: 100%
}

.right-artical-sec .category-filter h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    color: var(--white);
    padding: 20px 31px 21px;
    background-color: #30297f;
    border-radius: 20px 20px 0 0
}

.right-artical-sec .category-filter li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    color: var(--black);
    padding: 17px 32px 18px;
    display: inline-block;
    border-bottom: 1px solid var(--white);
    width: 100%;
    transition: .4s
}

.right-artical-sec .category-filter li a:hover {
    color: #30297f
}

.right-artical-sec .category-filter li a img {
    width: 18px;
    margin-right: 13px
}

.right-artical-sec .category-filter-tabs {
    padding: 31px 22px;
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 20px;
    float: left;
    width: 100%
}

.right-artical-sec .category-filter-tabs button {
    border: 1px solid #ebebeb;
    padding: 1vw 2vw;
    border-radius: 30px;
    color: var(--black);
    font-weight: 450;
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    transition: .4s
}

.right-artical-sec .category-filter-tabs button:hover {
    background-color: #ebbc12;
    border: 1px solid #ebbc12;
    color: var(--white)
}

.right-artical-sec .category-filter-tabs button.active {
    background-color: #30297f;
    color: var(--white);
    font-weight: 700;
    border: 1px solid #30297f
}

.right-artical-sec .post-card .post-card-img img,
.right-artical-sec .post-card .post-card-img video {
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
    width: 100%
}

.right-artical-sec .category-filter-tabs button.active:hover {
    background-color: #ebbc12;
    color: var(--white)
}

.right-artical-sec .post-card {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb
}

.right-artical-sec .post-card:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.right-artical-sec .post-card:first-child {
    padding-top: 32px
}

.right-artical-sec .post-card .post-card-img {
    height: 90px;
    width: 100%;
    max-width: 90px
}

.post-card .post-card-content {
    max-width: calc(100% - 90px);
    width: 100%;
    padding-left: 18px
}

.post-card .post-card-content p {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000
}

.post-card .post-card-content a {
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    color: #30297f;
    transition: .4s
}

.post-card .post-card-content a img {
    width: 19px;
    height: 9px;
    margin-left: 10px
}

.latest-blogs .top-section-hdng {
    padding: 110px 0 219px;
    background-color: #2c257c;
    max-width: 100%;
    border-radius: 160px 160px 0 0
}

.lastest-blog-slider {
    margin-top: -164px
}

.slick-next,
.slick-prev {
    display: none !important
}

.latest-blogs .top-section-hdng h3 {
    color: var(--white);
    margin-bottom: 0
}

.blog-card-wrapper {
    display: block;
    position: relative;
    margin: 0 10px
}

.slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: end;
    bottom: -68px !important
}

.blog-card-wrapper .blog-card-img img {
    border-radius: 35px 35px 0 0;
    height: 225px;
    object-fit: cover;
    width: 100%
}

.blog-card-wrapper .blog-card-img video {
    border-radius: 35px 35px 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog-card-wrapper .blog-card-text {
    border-radius: 0 0 35px 35px;
    background-color: #101828;
    color: var(--white);
    padding: 20px 30px 32px;
    transition: .4s
}

.blog-card-wrapper .blog-card-text p {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 6px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box
}

.blog-card-wrapper .blog-card-text h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #fff
}

.blog-card-wrapper .slider-arrow {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #eabb12;
    position: absolute;
    top: 103px;
    left: 0;
    transition: .4s;
    align-items: center;
    justify-content: center;
    display: flex;
    visibility: hidden;
    opacity: 0;
    right: 0;
    margin: 0 auto
}

.blog-card-wrapper:hover .slider-arrow {
    visibility: visible;
    opacity: 1
}

.blog-card-wrapper:hover .blog-card-text,
.latest-blogs .blog-view-btn a:hover {
    background-color: #eabb12
}

.latest-blogs .slick-dots {
    display: flex;
    align-items: baseline;
    justify-content: center
}

.latest-blogs .slick-dots li button {
    height: 18px !important;
    width: 18px !important;
    background-color: #393186 !important;
    border-radius: 50%
}

.latest-blogs .slick-dots li.slick-active button {
    height: 24px !important;
    width: 24px !important;
    background-color: #eabb12 !important;
    border-radius: 50%
}

.form-input.has-check-radio .input-group .form-check1 input,
.latest-blogs .slick-dots li button::before,
.latest-blogs .slick-dots li.slick-active button::before {
    display: none
}

.latest-blogs .blog-view-btn {
    margin-bottom: 110px
}

.latest-blogs .blog-view-btn a {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 18px 44px;
    background-color: #30297f;
    border-radius: 40px;
    transition: .4s
}

.blog-details-parent {
    width: 100%;
    float: left;
    margin: 70px 0
}

.blog-details-banner img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover
}

.blog-details-content-parent.bldetal {
    display: flex;
    gap: 50px;
    margin: 30px 0 0
}

.blog-details-content {
    max-width: max-content;
    width: 100%;
    margin: 0
}

.top-detail-sec {
    display: flex;
    float: left;
    width: 100%
}

.top-detail-sec .detail-column,
.top-detail-sec .detail-column-3 {
    padding-top: 51px
}

.top-detail-sec .detail-column-1 {
    color: #6d6d6d;
    text-align: center;
    padding-right: 62px
}

.top-detail-sec .detail-column-1 h3 {
    font-weight: 700;
    font-size: 38px;
    line-height: 32px;
    color: #000;
    margin: 0 !important
}

.top-detail-sec .detail-column-1 span {
    font-size: 16px !important;
    line-height: 16px !important;
    color: #000 !important;
    text-transform: uppercase !important;
    font-weight: 500 !important
}

.middle-detail-sec .detail-list ul li,
.middle-detail-sec p,
.top-detail-sec .detail-column-1 span,
.top-detail-sec .detail-column-3 p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px
}

.top-detail-sec .detail-column-2 {
    padding-right: 73px
}

.blog-details-content-parent.bldetal .detail-column-3.detail-column {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: grid
}

.blog-details-content-parent.bldetal .top-detail-sec {
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-direction: column;
    position: sticky;
    top: 130px
}

.blog-details-content-parent.bldetal .top-detail-sec .detail-column h3 {
    float: left;
    margin: 0 12px 0 0
}

.blog-details-content-parent.bldetal .top-detail-sec .detail-column-2 ul {
    flex-direction: column;
    gap: 5px;
    padding: 0;
    width: 100%;
    border: none
}

.blog-details-content-parent .detail-column ul li a {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 10px
}

.blog-details-content-parent .detail-column ul li a svg {
    width: 30px;
    height: 30px
}

.blog-details-content-parent.bldetal .detail-column-3.detail-column h2 {
    font-size: 24px;
    margin: 0 0 10px
}

.blog-details-content-parent.bldetal .top-detail-sec .detail-column-2.detail-column {
    padding: 0;
    height: auto
}

.blog-details-content-parent.bldetal .detail-column-3.detail-column h3 {
    color: #777;
    font-size: 20px;
    margin: 20px 0 10px
}

.blog-articals-column .right-artical-sec {
    position: sticky;
    top: 130px
}

.blog-details-content-parent.bldetal .detail-column-3.detail-column p {
    font-weight: 400;
    margin: 0 0 12px;
    line-height: 28px;
    font-size: 17px;
    color: #212529
}

.blog-details-content-parent.bldetal .detail-column-3.detail-column strong {
    color: #212529
}

.blog-details-content-parent.bldetal .top-detail-sec .detail-column {
    padding: 5px;
    display: flex;
    flex-direction: column;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.blog-details-content-parent.bldetal .top-detail-sec .detail-column-1.detail-column {
    background: #ebbc12;
    border-radius: 10px
}

.top-detail-sec .detail-column-2 ul {
    padding: 30px 36px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90px
}

.top-detail-sec .detail-column-2 ul li {
    margin-bottom: 12px
}

.top-detail-sec .detail-column-2 ul li:last-child {
    margin-bottom: 0
}

.top-detail-sec .detail-column-2 ul a img {
    width: 18px;
    height: 18px
}

.top-detail-sec .detail-column-3 p {
    color: #969696
}

.middle-detail-sec .quote {
    position: relative;
    padding: 35px 61px 46px;
    background: #f3f3f3;
    border-left: 4px solid #30297f;
    border-radius: 10px;
    margin: 42px 0 0
}

.middle-detail-sec .quote h3 {
    font-style: italic;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    color: #000
}

.middle-detail-sec .quote img {
    position: absolute;
    top: -19px;
    left: 50px;
    width: 46px;
    height: 32px
}

.middle-detail-sec p {
    color: #969696;
    margin-top: 38px
}

.middle-detail-sec .middle-detail-images {
    margin-bottom: 49px;
    float: left;
    width: 100%
}

.middle-detail-sec .middle-detail-images img {
    width: 100%;
    height: 297px;
    border-radius: 10px;
    margin-top: 55px
}

.middle-detail-sec .detail-list {
    margin-top: 26px
}

.middle-detail-sec .detail-list ul {
    padding-left: 24px
}

.middle-detail-sec .detail-list ul li {
    list-style-type: disc;
    color: #969696
}

.middle-detail-sec .detail-list ul li::marker {
    font-size: 26px;
    color: #2f2483
}

.middle-detail-sec p:last-child {
    margin-top: 28px
}

.red {
    color: #c10101;
    font-weight: 600
}

.delete-section {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    margin-inline: auto;
    margin-block: 110px;
    background: #fff;
    padding: 50px
}

.delete-section .alert-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 12px;
    margin-bottom: 20px
}

.delete-section .btn-wrappers {
    width: 100%;
    justify-content: center;
    display: flex;
    gap: 20px
}

.form-input.has-check-radio .input-group .form-check1 label {
    background: #fff;
    border: none;
    height: auto;
    border-radius: 20px;
    padding: 10px 26px;
    display: flex;
    align-items: center;
    justify-content: center
}

.form-input.has-check-radio .input-group .form-check1 label:before {
    width: 12px;
    height: 12px;
    border: 1px solid #393186;
    border-radius: 50%;
    margin-right: 10px
}

.form-input.has-check-radio .input-group .form-check1 input:checked+label:before {
    background: #393186
}

.form-input.has-check-radio .input-group .form-check1 input:checked+label {
    color: #fff;
    background: #ebbc12
}

.search-column-parent.srchpage.sticky_search {
    position: fixed;
    top: 117px;
    z-index: 9999
}

.history_card .card-header.walletCardHeader.fixed-header-wallet {
    position: fixed;
    top: 110px;
    z-index: 99;
    max-width: inherit;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 5px 12px 0 rgb(0 0 0 / 21%);
    width: auto;
    left: 50%;
    transform: translateX(-50%)
}

.CHAT_view_page,
.chat-custom-new {
    --header-height: 110px;
    --chat-header-height: 80px;
    --bottom-height: 82px;
    --total-less-height: calc(var(--header-height) + var(--bottom-height) + var(--chat-header-height))
}

.CHAT_view_page.has-review,
.chat-custom-new.has-review {
    --bottom-height: 336px
}

.CHAT_view_page .chat-custom-new .scroll,
.CHAT_view_page .scroll.chat-window {
    overflow-y: auto;
    scroll-behavior: smooth;
    padding-bottom: 20px;
    min-height: calc(100vh - 330px);
    max-height: calc(100vh - 330px)
}

.CHAT_view_page .main_chat_div .review-remark,
.chat-custom-new .main_chat_div .review-remark {
    padding: 10px 20px;
    height: auto;
    border-radius: 10px
}

.CHAT_view_page .main_chat_div .review-remark .review_comments_this_div,
.chat-custom-new .main_chat_div .review-remark .review_comments_this_div {
    padding: 20px;
    height: auto;
    padding-block: 20px
}

.CHAT_view_page .review_content_div p,
.chat-custom-new .review_content_div p {
    height: auto;
    margin: 10px 0 0;
    overflow: auto
}

.CHAT_view_page .main_chat_div .navbar,
.chat-custom-new .main_chat_div .navbar {
    height: var(--bottom-height)
}

.chat_top_header {
    height: var(--chat-header-height)
}

.form-control:disabled,
.form-control[readonly] {
    background: #fff;
    cursor: not-allowed
}

.CHAT_view_page .main_chat_div .review-remark #reviewText,
.chat-custom-new .main_chat_div .review-remark #reviewText {
    height: 100%
}

section.define_float.recharge_wallet_main.pad100.mb-115 {
    padding-top: 40px
}

.payment_select .plan_item .pprice .add-plan {
    padding-block: 18px
}

.payment_select .plan_item .pprice {
    margin-block: 8px
}

#spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%
}

div.chat-gallery .card .avl_status {
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-weight: 700;
    font-size: 14px
}

div.chat-gallery .card .avl_status.fl-red {
    color: #a70100
}

div.chat-gallery .card .avl_status.fl-green {
    color: #5eba41
}

.page_desc h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px
}

.page_desc h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 30px
}

.page_desc h3,
.page_desc h4 {
    margin-top: 12px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1px
}

.page_desc h1+h2 {
    margin-top: 0
}

.page_desc h3 {
    font-size: 26px
}

.page_desc h4 {
    font-size: 24px
}

.page_desc h3 strong {
    font: inherit;
    line-height: inherit
}

@media (max-width:1199px) {
    .left-artical-sec {
        gap: 10px
    }

    .left-artical-sec .artical {
        width: calc(50% - 5px)
    }
}

@media (max-width:991px) {

    .CHAT_view_page .chat-custom-new .scroll,
    .CHAT_view_page .scroll.chat-window {
        min-height: calc(100vh - 290px);
        max-height: calc(100vh - 290px)
    }
}

@media (max-width:767px) {
    .one_Floating_request {
        max-width: 100%;
        border-radius: 0
    }

    .one_Floating_request .chat-gallery {
        width: 100%
    }

    div.one_Floating_request {
        padding: 20px 10px 10px;
        bottom: 0;
        flex-direction: column;
        row-gap: 5px;
        max-height: 203px;
        justify-content: flex-start
    }

    .calls-page-wrapper~.one_Floating_request,
    .chat-page-wrapper~.one_Floating_request {
        bottom: 56px
    }

    div.one_Floating_request .chat-gallery .card {
        box-shadow: rgba(17, 17, 26, .1) 0 8px 14px, rgba(17, 17, 26, .1) 0 6px 26px, rgba(17, 17, 26, .1) 0 4px 50px
    }

    .one_Floating_request .chat-gallery .card .card-img img {
        width: 40px;
        height: 40px
    }

    .one_Floating_request .card-chat-left {
        width: 40px
    }

    .promoslider {
        padding-block: 30px 0
    }

    .payment_select .plan_item {
        row-gap: 15px
    }

    .recharge_wallet_main.pad100.mb-115 {
        margin-bottom: 30px
    }

    .blog-details-content-parent.bldetal .top-detail-sec {
        display: flex
    }

    .blog-details-content-parent.bldetal .top-detail-sec .detail-column h3 {
        margin: 0
    }

    .Chat_wrapper {
        height: calc(100vh - 63px);
        margin-block: 0
    }

    .CHAT_view_page .chat-custom-new .scroll,
    .CHAT_view_page .scroll.chat-window {
        min-height: calc(100vh - 227px);
        max-height: calc(100vh - 227px)
    }

    .page_desc {
        padding-top: 20px
    }

    .page_desc h1 {
        font-size: 42px;
        margin-bottom: 10px
    }

    .page_desc h2 {
        font-size: 26px
    }

    .page_desc h3 {
        font-size: 22px
    }

    .page_desc h4 {
        font-size: 20px
    }
}

@media not all and (min-resolution:0.001dpcm) and (max-width:767px) {

    .CHAT_view_page .chat-custom-new .scroll,
    .CHAT_view_page .scroll.chat-window {
        min-height: calc(100vh - 270px);
        max-height: calc(100vh - 270px)
    }
}

@media(max-width:375px) {
    .one_Floating_request .chat-gallery .card.border-0 .card-body>div:last-child {
        justify-content: flex-end
    }

    .one_Floating_request .card-body {
        display: flex
    }

    .one_Floating_request .chat-gallery .card.border-0 .card-body>div {
        width: 100%
    }

    .one_Floating_request .chat-gallery .card .chat a {
        padding: 4px 5px
    }
}

.free-chat-banner .chat-banner-content h3 {
    color: #fff;
    font-size: 38px
}

.free-chat-banner .chat-banner-content p {
    font-size: 25px;
    line-height: 1.4;
    margin-block: 6px;
    color: #fff
}

.CTA_Sec_main p.forprice {
    font-size: 25px;
    line-height: 1.4;
    margin-block: 6px;
    color: #ebbc12
}