body,h1,h2,h3,h4,h5 {
    font-weight: 400
}

h4,h5,p {
    margin-bottom: 0
}

body,ul {
    margin: 0;
    padding: 0
}

.dropdown-menu li a,.navbar-dark .navbar-nav .nav-link {
    color: var(--font-color);
    font-family: Inter-Medium,sans-serif
}

.dropdown-menu li a:hover,.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--theme-color-1)
}

.info-counts ul li i,.menubar-search,.navbar-nav .nav-item {
    margin-right: 10px
}

@font-face {
    font-family: Inter-Regular;
    src: url('../fonts/Inter-Regular.ttf')
}

@font-face {
    font-family: Inter-Medium;
    src: url('../fonts/Inter-Medium.ttf')
}

@font-face {
    font-family: Inter-SemiBold;
    src: url('../fonts/Inter-SemiBold.ttf')
}

@font-face {
    font-family: Inter-Bold;
    src: url('../fonts/Inter-Bold.ttf')
}

:root {
    --theme-color-1: #B61561;
    --theme-color-2: #1382BF;
    --theme-color-3: #E866A2;
    --theme-color-4: #7794CB;
    --theme-color-5: #283750;
    --body-bg: #ffffff;
    --font-color: #000000;
    --heading-color: #000000;
    --font-white: #ffffff
}

body {
    background-color: var(--body-bg);
    font-size: 16px;
    line-height: 25px;
    font-family: Inter-Regular,sans-serif;
    color: var(--font-color)
}

.soon-counter-list>div,h1,h2,h3 {
    font-family: Inter-Bold,sans-serif
}

h1,h2,h3 {
    color: #b61561;
    margin-bottom: 10px
}

h4,h5 {
    color: var(--heading-color);
    font-family: Inter-SemiBold,sans-serif
}

p {
    text-align: justify
}

a,a:active,a:focus,a:hover {
    color: #b61561;
    text-decoration: none;
}

ul {
    list-style: none
}

.theme-btn {
    border-radius: 10px;
    text-align: center;
    border: none;
    max-width: max-content;
    width: auto;
    padding: 10px 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

#backTop,#loading,.navbar {
    position: fixed
}

.btn-main {
    color: #fff;
    background-color: #b61561;
    transition: .5s ease-out
}

.btn-secondary,footer {
    background-color: beige
}

.btn-main:hover {
    background-position: left bottom;
    color: #fff;
    background-color: #ef127a
}

.btn-secondary {
    font-weight: 700;
    color: #b61561;
    transition: .5s ease-out;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.2),0 0 30px 0 rgba(0,0,0,.19)
}

.btn-border {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff
}

.btn-secondary:hover {
    background-position: left bottom;
    color: #fff;
    background-color: #eb3188
}

.navbar {
    width: 100%;
    z-index: 1030;
    left: 0;
    background: #fff;
    transition: none!important;
    height: 75px
}

.navbar.fixed-top {
    position: fixed;
    background-color: var(--body-bg);
    transition: .35s;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.2),0 0 10px 0 rgba(0,0,0,.19)
}

.navbar-dark .navbar-nav .nav-link {
    font-weight: 400;
    height: 100%;
    display: flex;
    align-items: center
}

.dropdown .nav-link:after {
    font-family: Fontawesome,sans-serif;
    font-weight: 400;
    content: "\f107";
    margin-left: 5px;
    font-size: 13px
}

@media (min-width: 768px) {
    .animate {
        animation-duration:.3s;
        -webkit-animation-duration: .3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both
    }
}

@keyframes slideIn {
    100% {
        transform: translateY(0);
        opacity: 1
    }

    0% {
        transform: translateY(1rem);
        opacity: 0
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn
}

.dropdown-menu {
    min-width: 12rem;
    transition: .3s ease-in-out
}

.dropdown-menu li {
    margin: 5px 0
}

.dropdown-menu li a {
    font-size: 16px;
    font-weight: 400;
    transition: .3s ease-in-out
}

.navbar .nav-item:hover .dropdown-menu {
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border: none
}

.dropdown-menu li a:hover {
    transition: .3s ease-in-out;
    margin-left: 5px;
    background-color: transparent
}

.menubar-search {
    display: flex;
    align-items: center
}

.menubar-search a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.navbar-brand img {
    width: 100px
}

#backTop {
    display: none;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: 0;
    background-color: #eb4794;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    line-height: 18px;
    box-shadow: 0 0 10px 5px rgb(38 38 38 / 10%)
}

#backTop:hover {
    background-color: var(--theme-color-1)
}

.section {
    padding: 33px 0;
    position: relative
}

.slick-slide {
    margin: 0 27px
}

.slick-list {
    margin: 0 -27px
}

.page-full {
    width: 100%;
    height: 100vh;
    position: relative;
    display: inline-block;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat
}

.page-full-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%
}

.error-inner h2 {
    font-size: 150px;
    color: var(--theme-color-4)
}

.error-inner h4,.guarantee-content-wrapper h2,.page-coming-inner h2 {
    font-size: 40px;
    margin-bottom: 20px
}

.error-inner p {
    margin-bottom: 20px
}

.page-full.error {
    background-image: url('../images/error-bg.png')
}

.faq .accordion-item {
    border: none;
    box-shadow: 0 0 20px rgb(179 179 179 / 25%);
    margin-bottom: 20px;
    border-radius: 6px
}

.faq .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none
}

.faq .accordion-button::before {
    font-family: Fontawesome,sans-serif;
    font-weight: 400;
    content: "\f059";
    margin-right: 10px;
    font-size: 16px;
    color: var(--theme-color-4)
}

.page-full-coming {
    width: 100%;
    height: 100vh;
    position: relative;
    display: inline-block;
    background: linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.5)) center no-repeat,url('../images/banner-bg.jpg') center no-repeat;
    background-size: cover!important
}

.page-coming-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%
}

.page-coming-inner h2 {
    color: var(--font-white)
}

.page-coming-inner p {
    margin-bottom: 20px;
    color: var(--font-white)
}

.soon-subscribe {
    width: 100%
}

.soon-form-wrapper {
    position: relative;
    width: 100%
}

.soon-input {
    width: 100%;
    height: 55px;
    border-radius: 35px;
    padding: 10px 15px;
    display: inline-block;
    border: none
}

.soon-submit {
    background-color: var(--theme-color-2);
    border-radius: 35px;
    text-align: center;
    color: #fff;
    padding: 10px;
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    width: 135px
}

.soon-counter-list {
    display: flex
}

.soon-counter-list>div {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 30px 8px 0;
    background-color: rgb(255 255 255 / 20%);
    flex-direction: column;
    color: var(--theme-color-1);
    font-weight: 400;
    font-size: 32px
}

.soon-counter-list>div span {
    font-family: Inter-Medium,sans-serif;
    font-weight: 400;
    color: var(--font-white);
    font-size: 14px
}

.about-content-wrapper h2 span,.policy-main-heading,.section-heading-wrapper h2 span {
    font-family: Inter-Bold,sans-serif
}

.policy-main-heading {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 400
}

.policy-description {
    margin-bottom: 15px
}

.error-msg,.error-msg-contact {
    display: none;
    transition: .3s ease-out;
    opacity: 0
}

.error-msg-contact-display,.error-msg-display {
    opacity: 1;
    margin: 0;
    line-height: 0;
    transition: .3s ease-out;
    left: 0
}

.error-msg-display {
    display: block;
    position: absolute;
    bottom: -15px;
    font-size: 10px;
    color: red
}

.success-msg,.success-msg-contact {
    display: none;
    transition: .3s ease-out
}

.success-msg-display {
    position: absolute;
    display: block;
    transition: .3s ease-out;
    padding: 10px;
    background: #2e7dab;
    font-size: 14px;
    z-index: 10;
    top: 65px;
    left: 0;
    color: #fff
}

.subscribe-inner,.subscribe-inner form {
    position: relative
}

.error-msg-contact-display {
    display: block;
    position: absolute;
    bottom: -8px;
    font-size: 10px;
    color: red
}

.success-msg-contact-display {
    position: absolute;
    display: block;
    transition: .3s ease-out;
    padding: 10px 10px 10px 3px;
    background: #001941;
    font-size: 14px;
    z-index: 10;
    bottom: -150px;
    left: 0;
    color: #fff;
    width: 265px
}

.table-borde#FF00FF {
    background-color: #000;
    color: #fff;
}

.check-success-icon {
    padding: 10px;
    margin-right: 10px;
    color: #fff
}

.banner-form-item:last-child,.error-msg p,.error-msg-display p,.howitworks-card-wrapper:last-child,.pricing-lists ul li:last-child,.success-msg p,.success-msg-display p {
    margin-bottom: 0
}

input:active,input:focus,input:hover {
    box-shadow: none;
    outline: 0
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background-color: #fff;
    z-index: 9999;
    text-align: center
}

#loading-image {
    position: absolute;
    top: 40%;
    z-index: 999;
    transform: translate(-50%);
    background-color: #fff;
    display: inline-block
}

footer {
    width: 100%;
    position: relative;
    display: inline-block;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.footer-bottom-wrapper {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid #ddd;
    margin-top: 25px
}

.main-content-wrapper {
    width: 100%;
    position: relative;
    display: inline-block;
    padding-top: 75px
}

.main-banner-container {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    background: url('../images/banner-bg.jpg') center/cover no-repeat;
    height: 700px
}

.looking-container,.page-banner-contaner img,.steps-container {
    background-position: center;
    background-repeat: no-repeat
}

.banner-form-wrapper {
    width: 100%;
    position: relative;
    display: inline-block;
    background-color: var(--font-white);
    border-radius: 12px;
    z-index: 10
}

.banner-form-head {
    width: 100%;
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: #fff0f7
}

.banner-form-head h3 {
    font-size: 18px
}

.banner-form-body {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 20px
}

.banner-form-item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.banner-form-item-sex {
    flex: 50%
}

.banner-form-label {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: inter-SemiBold,sans-serif
}

.banner-form-inputchoose-group {
    width: 100%;
    display: flex;
    align-items: center
}

.banner-form-input-group,.banner-form-item-checkbox {
    margin-right: 10px;
    display: flex;
    align-items: center
}

.banner-form-input-group label,.banner-form-item-checkbox label {
    margin-left: 10px
}

.banner-form-input-group input[type=radio] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    outline: 0
}

.banner-form-input-group.men input[type=radio] {
    border: 1px solid var(--theme-color-2)
}

.banner-form-input-group.women input[type=radio] {
    border: 1px solid var(--theme-color-1)
}

.banner-form-input-group input[type=radio]:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%
}

.banner-form-input-group.men input[type=radio]:checked:before {
    background: var(--theme-color-2)
}

.banner-form-input-group.men input[type=radio]:checked {
    border-color: var(--theme-color-2)
}

.banner-form-input-group.women input[type=radio]:checked:before {
    background: var(--theme-color-1)
}

.banner-form-input-group.women input[type=radio]:checked {
    border-color: var(--theme-color-1)
}

.apps-logo-wrapper,.banner-form-age-group,.page-banner-breadcrumb ul {
    display: flex;
    align-items: center
}

.banner-form-age-input {
    width: 75px;
    border-radius: 6px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.looking-card-item.four,.looking-card-item.one,.looking-card-item.three,.looking-card-item.two {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px
}

.banner-form-age-group span {
    display: inline-block;
    width: auto;
    margin: 0 8px
}

.banner-form-item-checkbox input[type=checkbox] {
    width: 20px;
    height: 20px
}

.banner-form-item span {
    margin: 0 15px
}

.banner-form-item a {
    width: auto;
    display: inline-block;
    color: var(--theme-color-2)
}

.apps-logo-group p,.banner-content-wrapper h2,.banner-content-wrapper p,.funfactoe-item p,.popular-badge,.vip .pricing-bottom h2,.vip .pricing-head h3,.vip .pricing-lists ul li {
    color: var(--font-white)
}

.banner-content-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 4rem 3rem 4rem 5rem;
    background-color: rgb(0 0 0 / 25%);
    z-index: 9;
    margin-left: -3rem;
    border-radius: 12px
}

.apps-logo-group,.contactus-form-wrapper,.looking-card-item,.looking-card-wrapper,.looking-container,.section-heading-wrapper {
    display: inline-block;
    width: 100%;
    position: relative
}

.banner-content-wrapper h4 {
    font-size: 36px;
    color: var(--font-white);
    margin-bottom: 10px
}

.banner-content-wrapper h2 {
    font-size: 48px;
    margin-bottom: 20px
}

.apps-logo-group p,.pricing-lists ul li {
    margin-bottom: 10px
}

.apps-logo-wrapper a img {
    width: 200px
}

.howitworks-container {
    background-color: #fff0f7
}

.howitworks-card-wrapper {
    width: 100%;
    padding: 25px;
    border-radius: 40%;
    background-image: linear-gradient(to top,#fff,rgba(255,240,247,.5));
    margin-bottom: 24px
}

.howitworks-content-wrapper.left {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%
}

.howitworks-card-wrapper img {
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center
}

.howitworks-card-wrapper h3 {
    font-size: 22px;
    margin: 15px 0;
    text-align: center
}

.about-how-card-wrapper p,.howitworks-card-wrapper p {
    text-align: center
}

.section-heading-wrapper {
    margin-bottom: 3.5rem
}

.section-heading-wrapper h2 {
    font-size: 40px;
    font-family: Inter-Regular,sans-serif
}

.about-content-wrapper h2,.info-counts ul li h3 span,.pricing-bottom h2 span {
    font-family: Inter-Regular,sans-serif
}

.looking-container {
    height: 100%;
    background-image: url('../images/hearts-bg.jpg');
    background-size: cover
}

.looking-card-item {
    padding: 30px
}

.looking-card-item.one {
    background-color: #d5f3fe
}

.looking-card-item.two {
    background-color: #e4f4f1
}

.looking-card-item.three {
    background-color: #f5d1de
}

.looking-card-item.four {
    background-color: #ffedcd
}

.looking-card-item>div {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.looking-card-item>div span {
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color-1);
    border-radius: 50%;
    background-color: var(--font-white);
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%)
}

.looking-card-item>div h3 {
    font-size: 24px;
    margin-left: 15px
}

.guarantee-content-wrapper {
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.divider-banner,.happycustomer-card,.happycustomer-container,.steps-card-wrapper,.steps-container {
    display: inline-block;
    position: relative;
    width: 100%
}

.guarantee-content-wrapper h4 {
    font-size: 34px;
    margin-bottom: 20px
}

.guarantee-content-wrapper p {
    margin-bottom: 1rem
}

.steps-container {
    background-image: linear-gradient(to top,#f2f4fe,rgba(242,244,254,.5)),url('../images/bg-layer-full.png');
    background-size: contain;
    padding-top: 15rem;
    margin-top: -8rem;
    z-index: 11
}

.steps-card-wrapper {
    padding: 30px;
    border-radius: 12px;
    background-color: var(--font-white);
    box-shadow: 0 5px 20px 10px rgb(0 0 0 / 4%);
    height: 100%
}

.steps-card-wrapper h3 {
    font-size: 20px;
    margin: 15px 0
}

.steps-card-wrapper.middle {
    margin-top: 4rem
}

.steps-section-heading1 {
    font-size: 40px;
    margin-bottom: 15px
}

.steps-section-heading2 {
    font-size: 34px
}

.happycustomer-container {
    z-index: 10
}

.happycustomer-card {
    height: 380px
}

.happycustomer-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    padding: 10px;
    border: 3px dashed #b61561
}

.mt-8rem {
    margin-top: 8rem
}

.divider-banner {
    padding: 4rem 0;
    background-color: #b61561
}

.price-card-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    background-color: var(--font-white);
    box-shadow: 0 5px 20px 5px rgb(0 0 0 / 10%);
    padding: 30px;
    border-radius: 12px
}

.pricing-head {
    margin-bottom: 25px
}

.pricing-head h3 {
    font-size: 32px
}

.pricing-lists ul li img {
    width: 16px;
    margin-right: 10px
}

.pricing-bottom {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%
}

.popular-badge,.price-tabs {
    align-items: center;
    display: flex
}

.pricing-bottom h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px
}

.pricing-bottom h2 span {
    font-size: 16px
}

.price-card-wrapper.vip {
    background-color: var(--theme-color-5)
}

.popular-badge {
    background: linear-gradient(to bottom,#b61561,#1382bf);
    justify-content: center;
    height: 48px;
    border-radius: 30px;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(50%,-50%);
    white-space: nowrap
}

.price-tabs {
    width: 100%;
    position: relative;
    justify-content: center;
    margin-bottom: 2rem
}

.price-tabs .nav-pills .nav-item {
    margin: 0 10px
}

.price-tabs .nav-pills .nav-item .nav-link {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid var(--theme-color-1);
    color: var(--theme-color-1);
    padding: 10px 15px;
    background-color: transparent;
    min-width: 135px
}

.price-tabs .nav-pills .nav-link.active,.price-tabs .nav-pills .show>.nav-link {
    background-color: var(--theme-color-1);
    color: var(--font-white)
}

.reviews-main-wrapper {
    width: 100%;
    position: relative;
    display: inline-block;
    background-color: var(--theme-color-5);
    border-radius: 12px;
    padding-top: 3rem
}

.reviews-content-wrapper {
    display: flex;
    align-items: flex-start
}

.appinfo-content,.funfactor-wrapper {
    flex-direction: column;
    height: 100%;
    display: flex;
    width: 100%
}

.reviews-content-quote {
    margin-right: 20px
}

.reviews-content-quote img {
    min-width: 80px;
    opacity: .1
}

.reviews-content-info h3 {
    font-size: 24px;
    color: var(--font-white)
}

.reviews-content-info p {
    margin-bottom: 10px;
    color: var(--font-white)
}

.funfactor-wrapper {
    position: relative;
    align-items: flex-start;
    justify-content: flex-end
}

.funfactoe-item {
    width: 100%;
    position: relative;
    padding: 20px
}

.funfactoe-item h3 {
    color: var(--font-white);
    font-size: 40px
}

.funfactoe-item h3 span {
    color: var(--theme-color-1);
    font-size: 30px;
    margin-left: 5px
}

.reviews-layer {
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 0
}

.reviews-layer img {
    border-bottom-left-radius: 12px
}

.reviews-person-img {
    position: relative;
    z-index: 11;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
}

.about-content-wrapper p,.funfactoe-item:last-child {
    margin-bottom: 2rem
}

.faq-collapse .accordion-item {
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
    border-radius: 12px;
    background-color: var(--font-white);
    margin-bottom: 20px;
    border: none
}

.faq-collapse .accordion-button {
    border-radius: 12px;
    background: 0 0;
    border: none;
    box-shadow: none;
    height: 80px;
    color: var(--font-color)
}

.faq-collapse .accordion-button:not(.collapsed) {
    color: var(--font-color);
    height: 55px
}

.faq-collapse .accordion-button::after {
    content: '\f067';
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Fontawesome,sans-serif;
    font-size: 12px;
    color: var(--theme-color-2)
}

.faq-collapse .accordion-button:not(.collapsed)::after {
    content: '\f068';
    transform: none;
    color: var(--theme-color-1)
}

.appinfo-container {
    background-color: #1382bf;
    padding: 10px 0
}

.appinfo-content h3 {
    font-size: 40px;
    color: var(--font-white);
    margin-bottom: 20px
}

.appinfo-content p {
    color: var(--font-white);
    margin-bottom: 2rem
}

.appinfo-content ul li {
    display: inline-block
}

.appinfo-content ul li a img {
    width: 150px
}

.appinfo-content {
    position: relative;
    align-items: flex-start;
    justify-content: center
}

.page-banner-contaner img {
    width: 100%;
    position: relative;
    display: inline-block;
    background-image: linear-gradient(to right,rgba(0,0,0,.7),rgba(0,0,0,.7));
    background-size: cover;
    height: 650px
}

.page-banner-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.page-banner-heading {
    font-size: 36px;
    color: var(--font-white);
    margin-bottom: 25px;
    text-align: center
}

.page-banner-description {
    color: var(--font-white);
    margin-bottom: 0;
    text-align: center
}

.page-banner-breadcrumb {
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: var(--theme-color-1);
    padding: 15px 20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    transform: translate(-50%,0)
}

.page-banner-breadcrumb ul li {
    font-family: Inter-Medium,sans-serif;
    color: var(--font-white);
    margin: 0 5px;
    white-space: nowrap
}

.about-content-wrapper h2 {
    font-size: 35px;
    margin-bottom: 25px
}

.about-how-card-wrapper {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 2rem
}

.ahc-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 50%;
    background-color: var(--theme-color-5);
    margin: auto
}

.about-how-card-wrapper h3 {
    font-size: 24px;
    margin: 20px;
    text-align: center
}

.info-counts ul {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.info-counts ul li {
    display: flex;
    align-items: center;
    margin-right: 20px
}

.info-counts ul li h3 {
    font-size: 20px
}

.info-counts {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.info-btn {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end
}

.custom-message-tile,.custom-message-tile>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox
}

.custom-message-tile {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    border-top: 1px solid rgba(166,158,146,.6);
    padding: 24px;
    position: relative;
    width: 100%
}

.custom-message-tile>div {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    text-align: left
}

.custom-message-tile>div div:nth-of-type(2) {
    padding: 5px 0
}

.custom-message-tile>div div:first-of-type h3 a {
    font-family: AtlasGrotesk,sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    display: inline-block;
    color: #1e1919
}

.custom-message-tile>div div:first-of-type div,.custom-message-tile>div div:first-of-type div .status,.custom-message-tile>div div:first-of-type div>a,.custom-message-tile>div div:first-of-type div>time {
    color: rgba(82,74,62,.82);
    font-size: 12px;
    font-weight: 200
}

.custom-thread-status.custom-thread-solved {
    color: #00864c;
    font-family: Inter-Regular,sans-serif;
    padding: 5px 5px 5px 0
}

.custom-message-tile:first-of-type {
    border-top: none
}

.custom-message-tile aside {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 190px;
    padding-left: 40px
}

.custom-tile-statistics>li {
    color: #7c7c7c;
    display: inline-block;
    margin-right: 24px;
    position: relative;
    vertical-align: middle
}

.custom-message-tile aside ul>li {
    min-width: 64px
}

.custom-tile-statistics>li span {
    margin-left: 5px
}

.custom-message-tile aside ul>li:last-child {
    margin-right: 0
}

.contactus-image-wrapper {
    width: 100%;
    position: relative;
    display: inline-block;
    height: 100%
}

.contactus-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px
}

.contactus-form-group {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 20px
}

.contactus-form-input {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #ddd
}

.contactus-section-heading {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 2rem
}

.contactus-section-heading h2 {
    font-size: 36px;
    margin-bottom: 15px
}

.contactus-lists {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 12px;
    background-color: var(--font-white);
    box-shadow: 0 0 10px 5px rgb(38 38 38 / 10%)
}

.contactus-lists h3 {
    font-size: 20px;
    margin-bottom: 5px
}

.contactus-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between
}

table {
    width: 100%;
    //   container size
    width: min(900px, 100%-3rem);
    margin-inline: auto;
    //using border-collapse default border of table and padding will be disappear.
    border-collapse: collapse;
    border-spacing: 2rem;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
  
    th,
    td,
    caption {
      padding: 1rem;
    }
  
    th {
      &:nth-child(1) {
        background: #fffaee;
        border-radius: 20px 0 0 0;
        border-right: 7px solid #fff;
      }
      &:nth-child(2) {
        background: #e5f4fb;
      }
      &:nth-child(3) {
        background: #e3f4df;
        border-radius: 0 20px 0 0;
        border-left: 7px solid #fff;
      }
    }
    td {
      border-bottom: 2px dashed #eeeded;
      font-weight: 400;
      font-size: 16px;
      color: #686868;
    }
    tr:last-child {
      td {
        border-bottom: none;
      }
    }
    col:nth-child(2) {
      background: #f4feff;
    }
  }
  caption,
  th,
  td {
    text-align: center;
  }
  
  // Responsive Table
  @media (max-width: 650px) {
    td {
      display: grid;
      gap: 2.5rem;
      //td conetent and before content width get equal width
      grid-template-columns: 1fr 1fr;
      padding: 2rem 2rem;
    }
    td:first-child{
      padding-top:2rem;
    }
      td:last-child{
      padding-top:2rem;
    }
    //on mobile we will show th using pseduo after class using HTML date-cell aatribute of td
    th {
      display: none;
    }
    td::before {
      content: attr(data-cell);
      font-weight: bold;
      font-size: 16px;
      text-transform: capitalize;
      padding: 0.5rem 1rem;
    }
  
    td:nth-of-type(1)::before {
      background: #e3f4df;
    }
    td:nth-of-type(2)::before {
      background: #e5f4fb;
    }
    td:nth-of-type(3)::before {
      content: attr(data-cell);
      background: #fffaee;
    }
  }
  