@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Source Sans 3";
    color: #444444;
    font-size: 16px;
}
a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hidden {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0;
}

h1 {
    font-size: 24px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 13px;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1;
}
button:focus {
    outline: none;
}
ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}
:focus {
    outline: 0;
}
.paddind_bottom_0 {
    padding-bottom: 0 !important;
}
.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}
.navbar-form input {
    border: none !important;
}
.badge {
    font-weight: 500;
}
blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}
button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.full {
    float: left;
    width: 100%;
}
.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}
.padding_0 {
    padding: 0px;
}

/* header section start */
.header_section {
    width: 100%;
    padding: 0 0;
    transition: all 0.3s ease;
}
.header_section.sticky {
    position: fixed;
    top: 0;
    z-index: 999;
}
.topbar {
    background: #3a4676;
    font-family: "Source Sans 3";
}
.topbar-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.topbar-wrap a {
    color: #fff;
}
.topbar-btns {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 25px;
    padding: 10px;
}
.topbar-btns li a {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.header_bg {
    background: #fff;
}
.logo {
    width: 250px;
}
.logo img {
    width: 100%;
}
.bg-light {
    background-color: transparent !important;
}
.navbar {
    padding: 0;
    flex-wrap: nowrap;
    font-family: "Montserrat";
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 10px 8px 10px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #ffd018;
}
.navbar-expand-lg .navbar-nav .nav-link i {
    margin-right: 10px;
}
.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
    color: #272d4e;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: capitalize;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #ffd018;
}
.navbar-nav li {
    position: relative;
    padding-right: 10px;
}
.navbar-nav li.dropdown {
    padding-right: 25px;
}
.navbar-nav li.dropdown::after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    top: 8px;
    right: 15px;
}
.navbar-nav li ul {
    position: absolute;
    top: 96%;
    left: 0;
    content: "";
    display: none;
}
.navbar-nav li:hover ul {
    display: block;
}

.navbar-nav li ul li {
    position: relative;
}
.navbar-nav li ul li.dropright::after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    top: 8px;
    right: 10px;
}
.navbar-nav li ul ul.side-dropdown-menu {
    background: #fff;
    position: absolute;
    top: -8px;
    left: 96%;
    content: "";
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.navbar-nav li ul li:hover ul.side-dropdown-menu {
    display: block;
}

.h-shop-btn {
    background: #3a4676;
    border-radius: 25px;
    padding: 10px 20px !important;
    font-size: 18px !important;
    color: #ffd018 !important;
}
.h-shop-btn span {
    font-weight: 700;
}

.heading-wrap {
    text-align: center;
}
.heading {
    font-family: "Philosopher";
    font-size: 48px;
    font-weight: 700;
    color: #3a4676;
    margin-bottom: 70px;
    position: relative;
}
.heading:after {
    background: url("../../images/heading.png") no-repeat center;
    background-size: 500px;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    content: "";
}

.sub-heading {
    font-family: "Source Sans 3";
    font-size: 18px;
    font-weight: 400;
    color: #3a4676;
    text-align: center;
}

.horoscope-carcal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 900px;
    margin-left: -20px;
}
.bg-img {
    width: 600px;
}
.bg-img img {
    width: 100%;
}
.left-list,
.right-list {
    width: 150px;
}
.left-list ul,
.right-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.left-list ul li,
.right-list ul li {
    margin-bottom: 20px;
}
.left-list ul li img,
.right-list ul li img {
    width: auto;
}
.left-list ul li img + img,
.right-list ul li img + img {
    display: none;
}
.left-list ul li:hover img,
.right-list ul li:hover img {
    width: auto;
    display: none;
}
.left-list ul li:hover img + img,
.right-list ul li:hover img + img {
    display: block;
}
.left-list ul li:nth-child(3),
.right-list ul li:nth-child(3) {
    margin-bottom: 100px;
}
.left-list ul li:nth-child(1) {
    padding-left: 25px;
}
.left-list ul li:nth-child(2) {
    padding-left: 5px;
}
.left-list ul li:nth-child(3) {
    padding-left: 0px;
}
.left-list ul li:nth-child(4) {
    padding-left: 0px;
}
.left-list ul li:nth-child(5) {
    padding-left: 15px;
}
.left-list ul li:nth-child(6) {
    padding-left: 40px;
    padding-top: 10px;
}

.right-list ul li:nth-child(1) {
    padding-right: 30px;
    margin-top: 20px;
}
.right-list ul li:nth-child(2) {
    padding-left: 15px;
}
.right-list ul li:nth-child(3) {
    padding-right: 5px;
    margin-bottom: 50px;
}
.right-list ul li:nth-child(4) {
    padding-right: 5px;
}
.right-list ul li:nth-child(5) {
    padding-left: 40px;
    padding-top: 20px;
}
.right-list ul li:nth-child(6) {
    padding-left: 25px;
    padding-top: 20px;
}

/*================================added-new-css==============================*/

@media (min-width: 1200px) {
    .container {
        max-width: 1340px;
    }
}

.h-top-slider {
    padding: 0;
    height: 700px;
    overflow: hidden;
}
.h-top-slider img {
    width: 100%;
}
.h-top-slider h1 {
    font-family: "Bakbak One";
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 10px;
}
.h-top-slider h1 span {
    color: #ba570b;
}
.h-top-slider h1 img {
    width: 500px !important;
}

.banner-rotator-slider {
    position: relative;
    height: 100%;
}
.banner-rotator-slider .content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: start;
    align-items: center;
}
.banner-rotator-slider .content {
    min-width: 1300px;
    margin: 0 auto;
}
.banner-rotator-slider .owl-nav {
    width: 100%;
    position: absolute;
    top: 45%;
}
.banner-rotator-slider .owl-nav button.owl-prev,
.banner-rotator-slider .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    background: #ba570b !important;
    color: #fff !important;
    border-radius: 100%;
    text-align: center;
    line-height: 30px !important;
    font-size: 22px !important;
}
.banner-rotator-slider .owl-nav button.owl-prev {
    position: absolute;
    left: 30px;
}
.banner-rotator-slider .owl-nav button.owl-next {
    position: absolute;
    right: 30px;
}

.hero-below-wrap {
    display: flex;
    justify-content: center;
    gap: 0;
    width: 1000px;
    margin: 0 auto;
    position: relative;
    margin-top: -100px;
    z-index: 1;
}
.hero-below-left {
    width: 50%;
    background: #003e3e;
    padding: 50px;
    color: #fff;
    position: relative;
}
.hero-below-left::before {
    position: absolute;
    top: 0;
    left: -50px;
    content: "";
    background: url(../img/hero-below-shape01.png) no-repeat;
    width: 50px;
    height: 100%;
    background-size: cover;
}
.hero-below-left h4 {
    font-family: "Bakbak One";
    font-size: 24px;
    font-weight: 400;
    color: #b1c700;
    text-transform: uppercase;
}
.hero-below-left p {
    color: #fff;
    margin-bottom: 15px;
}
.hero-below-left a {
    background: #b1c700;
    font-family: "Bakbak One";
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
}
.hero-below-right {
    width: 50%;
    background: #b1c700;
    padding: 50px;
    color: #fff;
    position: relative;
}
.hero-below-right::after {
    position: absolute;
    top: 0;
    right: -50px;
    content: "";
    background: url(../img/hero-below-shape02.png) no-repeat center right;
    width: 50px;
    height: 100%;
    background-size: cover;
}
.hero-below-right h4 {
    font-family: "Bakbak One";
    font-size: 24px;
    font-weight: 400;
    color: #003e3e;
    text-transform: uppercase;
}
.hero-below-right p {
    color: #fff;
    margin-bottom: 15px;
}
.hero-below-right a {
    background: #003e3e;
    font-family: "Bakbak One";
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
}

.section-padding {
    padding-top: 40px;
}

.our-servies-section {
    background: url("../../images/services-bg.png") no-repeat;
    background-size: cover;
    padding: 80px 0;
    margin-top: 80px;
}
.our-servies-section .heading {
    color: #fff;
}
.our-servies-section .sub-heading {
    color: #fff;
}
.services-items {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 30px 0 0;
}
.services-items .services-item {
    width: 25%;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    transition: all 0.2 easi;
}
.services-items .services-item img {
    width: 100px;
    margin: 20px 0;
}
.services-items .services-item h4 {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 600;
}
.services-items .services-item p {
    font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 400;
    min-height: 180px;
}
.services-items .services-item .btn {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 600;
    box-shadow: -2px -2px 10px 0px #ffffff4d inset;
    border-radius: 25px;
    padding: 10px 20px;
}
.services-items .services-item:hover img {
    transform: scale(1.2, 1.2);
}
.services-items .type1 {
    background: #3a4676;
    color: #ffd018;
}
.services-items .type1 h4 {
    color: #ffd018;
}
.services-items .type1 .btn {
    color: #ffd018;
}
.services-items .type1:hover {
    background: #283362;
}
.services-items .type1:hover .btn {
    color: #ffd018;
    border: 1px solid #ffd018;
    box-shadow: -5px -5px 10px 0px #ffffff4d inset;
}
.services-items .type2 {
    background: #ffd018;
    color: #1b2b60;
}
.services-items .type2 h4 {
    color: #1b2b60;
}
.services-items .type2 .btn {
    color: #1b2b60;
    box-shadow: -2px -2px 10px 0px #3a467633 inset;
}
.services-items .type2:hover {
    background: #f3c820;
}
.services-items .type2:hover .btn {
    color: #1b2b60;
    border: 1px solid #3a4676;
    box-shadow: -5px -5px 10px 0px #3a467633 inset;
}
.services-items .type3 {
    background: #fff;
    color: #1b2b60;
}
.services-items .type3 h4 {
    color: #1b2b60;
}
.services-items .type3 .btn {
    color: #1b2b60;
    box-shadow: -2px -2px 5px 0px #3a46761a inset;
}
.services-items .type3:hover {
    background: #faf3f3;
}
.services-items .type3:hover .btn {
    color: #1b2b60;
    border: 1px solid #3a4676;
    box-shadow: -5px -5px 5px 0px #3a46761a inset;
}

.more-services-section {
    padding: 80px 0;
}
.more-services-block {
    padding: 20px;
    text-align: center;
}
.more-services-block h5 {
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: 600;
    color: #3a4676;
    margin-top: 15px;
}

.h-about-padding {
    padding: 80px 0;
    background: #ecedf2;
}
.h-about-content {
    width: 100%;
    padding: 60px 0;
}
.h-about-content h3 {
    font-family: "Montserrat";
    font-size: 32px;
    font-weight: 500;
    color: #3a4676;
    margin-bottom: 15px;
}
.h-about-content .quote {
    background: url("../../images/about-quote.png") no-repeat center left;
    background-size: contain;
    padding: 0 0 0 15px;
}
.h-about-content .quote p {
    font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 400;
    color: #57585b;
    text-align: justify;
}
.h-about-content .happy-customer {
    display: flex;
    justify-content: start;
    margin: 15px 0;
}
.h-about-content .happy-customer .persetage {
    font-family: "Philosopher";
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    color: #ffd018;
}
.h-about-content .happy-customer .text {
    font-family: "Montserrat";
    font-size: 32px;
    font-weight: 700;
    line-height: 24px;
    color: #1b2b60;
}
.h-about-content .happy-customer .text span {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    display: block;
}
.h-about-content .btn {
    border-radius: 25px;
    background: #3a4676;
    font-family: "Source Sans 3";
    font-size: 18px;
    font-weight: 600;
    color: #ffd018;
    padding: 10px 30px;
}

.counter-section {
    padding: 80px 0 0;
}
.counter-section .counter-items {
    display: flex;
    justify-content: space-around;
    gap: 50px;
}
.counter-section .counter-box {
    display: grid;
    justify-content: center;
    background: linear-gradient(124.14deg, #3186bc 16.15%, #3a4676 86.71%);
    border: 3px solid #ffd018;
    width: 220px;
    height: 220px;
    border-radius: 100%;
    padding: 70px 10px;
    text-align: center;
}
.counter-section .counter-wrap {
    display: flex;
    justify-content: center;
    font-family: "Philosopher";
    font-size: 48px;
    font-weight: 700;
    color: #ffd018;
    line-height: 28px;
}
.counter-section .counter {
    display: block;
    font-family: "Philosopher";
    font-size: 48px;
    font-weight: 700;
    color: #ffd018;
    line-height: 28px;
}
.counter-section p {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 600;
    color: #ffd018;
    margin-top: 10px;
}

.testimonial-slider {
    width: 100%;
    margin-bottom: 80px;
}
.testimonial-block {
    background: url("../../images/about/team-bg.png") no-repeat top center;
    background-size: contain;
    border-radius: 20px;
    box-shadow: 1px 1px 25px 0px #00000040;
    text-align: center;
    margin: 25px;
}
.testimonial-block .ratings {
    padding: 20px 0;
}
.testimonial-block .ratings i {
    color: #cccccc;
}
.testimonial-block .ratings i.active {
    color: #ffd018;
}
.testimonial-block .testimonial-img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin: 0 auto 0;
}
.testimonial-block-content {
    text-align: center;
    padding: 20px;
    min-height: 200px;
}
.testimonial-block-content h4.title {
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #1b2b60;
    padding: 0;
}
.testimonial-block-content p.position {
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 400;
    color: #3a4676;
}
.testimonial-block-content p.quote {
    font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 400;
    color: #57585b;
    margin-top: 10px;
}

.why-astrology-section {
    background: url("../../images/astrology-bg.png") no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.why-astrology-section h5 {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 600;
    color: #3a4676;
}
.why-astrology-section p.sub-heading {
    text-align: center;
}
.why-astrology-section p {
    font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 400;
    color: #3a4676;
    text-align: justify;
}

.why-choose-us-section .why-choose-us-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}
.why-choose-us {
    text-align: center;
}
.why-choose-us h4 {
    font-family: "Bakbak One";
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #003e3e;
    text-align: center;
    margin-top: 20px;
}

.breadcrumb {
    width: 100%;
    background: transparent;
    padding: 0;
}
.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
.breadcrumb ul li {
    position: relative;
    color: #57585b;
}
.breadcrumb ul li a {
    color: #57585b;
}
.breadcrumb ul li::after {
    content: "/";
    position: relative;
    right: -5px;
}
.breadcrumb ul li:last-child:after {
    display: none;
}

.owl-dots {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #ecedf2;
    display: block;
}
.owl-dots .owl-dot.active span {
    background-color: #3a4676;
}

.contact-info {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
    padding: 0 40px 0 30px;
}
.contact-info a {
    font-family: "Bakbak One";
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #003e3e;
}
.contact-info img {
    width: 25px;
}
.map {
    padding: 0 40px 40px 30px;
    position: relative;
    z-index: 9;
    margin-bottom: 50px;
}
.map::after {
    position: absolute;
    top: 20%;
    right: 25px;
    content: "";
    background: #b1c700;
    width: 30px;
    height: 250px;
    z-index: -1;
}
.map::before {
    position: absolute;
    bottom: 0;
    left: 0px;
    content: "";
    background: url("../img/court-a-rent-shape.png") no-repeat;
    background-size: cover;
    width: 240px;
    height: 100px;
    z-index: -1;
}

.contact-form-side-piture {
    width: 80%;
}
.contact-form-side-piture img {
    max-width: 100%;
    border-radius: 25px;
}
.contact-form {
    padding: 0 40px 0 0;
    height: 100%;
    position: relative;
}
.contact-form::after {
    background: url("../../images/contat-devider.png") no-repeat center center;
    position: absolute;
    left: -60px;
    top: 0;
    bottom: 0;
    content: "";
    width: 5px;
    height: 100%;
}
.contact-form h2 {
    font-family: "Philosopher";
    font-size: 28px;
    font-weight: 400;
    color: #3a4676;
    text-transform: capitalize;
    padding: 0;
    position: relative;
}
.contact-form p {
    font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 400;
    color: #3a4676;
}
.contact-form form {
    width: 80%;
}
.contact-form label {
    font-family: "Bakbak One";
    font-size: 18px;
    font-weight: 400;
    color: #003e3e;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-form .form-control {
    background: #ecedf2;
    border: none;
    border-radius: 15px;
    font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 400;
    color: #3a4676;
    padding: 10px 20px;
}
.contact-form .form-control::placeholder {
    font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 400;
    color: #3a4676;
}
.contact-form input[type="submit"].form-control {
    width: auto;
    border-radius: 25px;
    background: #3a4676;
    font-family: "Source Sans 3";
    font-size: 18px;
    font-weight: 600;
    color: #ffd018;
}
.link-text {
    margin-bottom: 15px;
    display: block;
}

.why-hoose-us-section {
    background: #ecedf2;
    padding: 80px 0;
    margin: 80px 0 0;
    position: relative;
}
.why-hoose-us-section::after {
    background: url(../../images/about/choose1.png) no-repeat left top;
    background-size: 100%;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}
.why-hoose-us-section::before {
    background: url(../../images/about/choose2.png) no-repeat right bottom;
    background-size: 100%;
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
}

.about-contact-img img {
    width: 80%;
    margin: 0 auto;
}
tyuj grb rty rg ergrgb rethng .about-content {
    width: 100%;
    padding: 20px 0;
}
.about-content h3 {
    font-family: "Montserrat";
    font-size: 32px;
    font-weight: 500;
    color: #3a4676;
    margin-bottom: 15px;
}
.about-content p {
    font-family: "Source Sans 3";
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #57585b;
    text-align: justify;
}
.about-content ul {
    margin: 0 0 0 20px;
}
.about-content ul li {
    list-style: disc;
}
.about-content-side {
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}
.about-content-side p {
    text-align: justify;
}
.team-sub-title {
    font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 400;
    color: #3a4676;
    text-align: center;
    margin-bottom: 40px;
}
.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 50px;
}
.team-block {
    background: url("../../images/about/team-bg.png") no-repeat top center;
    background-size: contain;
    border-radius: 20px;
    box-shadow: 1px 1px 25px 0px #00000040;
    text-align: center;
}
.team-block .team-img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin: 70px auto 15px;
}
.team-block-content {
    text-align: center;
    padding: 20px;
}
.team-block-content h4.title {
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #1b2b60;
    padding: 0;
}
.team-block-content p.position {
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 400;
    color: #3a4676;
}
.team-block-content p.quote {
    font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 400;
    color: #57585b;
    margin-top: 10px;
}
.why-choose-items {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}
.why-choose-items .why-choose-item {
    width: 250px;
    text-align: center;
}
.why-choose-items .why-choose-item h5 {
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #1b2b60;
    margin-top: 15px;
}
.why-choose-items .why-choose-item p {
    font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 400;
    color: #3a4676;
}

.listing-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.listing-wrap .list-card {
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.2s easi;
}
.listing-wrap .list-card .figure {
    width: 100%;
    height: 250px;
}
.listing-wrap .list-card .figure img {
    width: 100%;
    height: 100%;
}
.listing-wrap .list-card .content {
    padding: 20px;
    text-align: center;
}

.listing-wrap .list-card .content .title {
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #1b2b60;
}
.listing-wrap .list-card .content p {
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #1b2b60;
}
.listing-wrap .list-card .content a {
    background: #3a4676;
    font-family: "Source Sans 3";
    font-size: 18px;
    font-weight: 600;
    color: #ffd018;
    padding: 8px 20px;
    border-radius: 25px;
    display: inline-block;
}

.listing-wrap .list-card:hover {
    background: #1b2b60;
}
.listing-wrap .list-card:hover img {
    transform: scale(1.1, 1.1);
}
.listing-wrap .list-card:hover .title {
    color: #fff;
}
.listing-wrap .list-card:hover p {
    color: #fff;
}
.listing-wrap .list-card:hover a {
    background: #fff;
    color: #1b2b60;
}

.service-content {
    width: 100%;
}
.service-content h4 {
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #1b2b60;
}
.service-content p {
    list-style: disc;
    padding: 5px 0;
    font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 400;
    color: #57585b;
    text-align: justify;
}
.service-content ul {
    margin: 0;
    padding: 10px 20px 20px;
}
.service-content ul li {
    list-style: disc;
    padding: 5px 0;
    font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 400;
    color: #57585b;
}
.service-content .order-btn {
    background: #3a4676;
    border-radius: 35px;
    padding: 15px 40px;
    font-size: 26px;
    font-weight: 600;
    color: #ffd018;
    margin: 15px 0;
    display: inline-block;
    width: 60%;
    text-align: center;
}
.service-content .order-btn span {
    font-size: 18px;
    font-weight: 400;
    text-decoration: line-through;
}
.service-content .order-btn:hover {
    background: #ffd018;
    color: #3a4676;
}

.service-form-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 100%;
}
.service-form-img::after {
    background: url("../../images/contat-devider.png") no-repeat center center;
    position: absolute;
    right: -80px;
    top: 0;
    bottom: 0;
    content: "";
    width: 5px;
    height: 100%;
}
.service-form {
    padding: 0px 40px 0 0;
    height: 100%;
    position: relative;
}
/*.service-form::after{background: url('../../images/contat-devider.png') no-repeat top 50px center; position: absolute; left: -60px; top: 0; bottom: 0; content: ''; width: 5px; height: 100%;} */
.service-form h2 {
    font-family: "Philosopher";
    font-size: 28px;
    font-weight: 400;
    color: #3a4676;
    text-transform: capitalize;
    padding: 0;
    position: relative;
}
.service-form p {
    font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 400;
    color: #3a4676;
}
.service-form form {
    width: 100%;
}
.service-form label {
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #1b2b60;
    margin: 0 0 5px;
}
.service-form .form-group {
    margin-bottom: 20px;
}
.service-form .form-control {
    background: #ecedf2;
    border: none;
    border-radius: 15px;
    font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 400;
    color: #3a4676;
    padding: 10px 20px;
}
.service-form .form-control::placeholder {
    font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 400;
    color: #3a4676;
}
.service-form input[type="button"].form-control {
    width: auto;
    border-radius: 25px;
    background: #3a4676;
    font-family: "Source Sans 3";
    font-size: 18px;
    font-weight: 600;
    color: #ffd018;
}
.service-form .multi-check-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.service-form .multi-check-wrap .form-check {
    float: left;
    min-width: 20%;
}
.service-form .multi-check-wrap .form-check input[type="checkbox"],
.service-form .multi-check-wrap .form-check input[type="radio"] {
    margin-top: 7px;
}

#accordion {
    display: flex;
    flex-wrap: wrap;
}
#accordion .card {
    width: 48%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #57585b;
    border-radius: 0;
    padding: 20px 0;
}
#accordion .card:nth-child(5),
#accordion .card:nth-child(6) {
    border-bottom: none;
}
#accordion .card:nth-child(even) {
    margin-left: 4%;
}
#accordion .card-header {
    padding: 0;
    background: transparent;
    border: none;
}
#accordion .accordion-title {
    position: relative;
    display: block;
    padding: 0 28px 0 0;
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #1b2b60;
    width: 100%;
    text-align: left;
    transition: all 0.4s ease-in-out;
}
#accordion .accordion-title::before {
    position: absolute;
    right: 0;
    top: 0;
    content: "\f067";
    font-family: "FontAwesome";
    font-weight: 400;
}
#accordion .accordion-title[aria-expanded="true"]:before {
    content: "\f068";
}
#accordion .accordion-body {
    padding: 20px 0;
}

.statis-page h3 {
    font-family: "Bakbak One";
    font-size: 28px;
    font-weight: 400;
    color: #b1c700;
    text-transform: uppercase;
}
.statis-page h4 {
    font-family: "Bakbak One";
    font-size: 22px;
    font-weight: 400;
    color: #b1c700;
    text-transform: uppercase;
}
.statis-page p {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #003e3e;
}
.statis-page strong {
    font-weight: 600;
}

.text-red-600 li {
    color: rgb(220 38 38);
    font-size: 0.875rem;
}

.login-main-wappar {
    background: url(../../images/login-bg.png) no-repeat;
    background-size: cover;
    background: linear-gradient(
        to bottom,
        #a7c2c0 50%,
        #a7c2c0 50%,
        #f1f0f0 50%
    );
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 50px;
}

.login-box {
    background: #fff;
    border-radius: 30px;
    width: 500px;
    margin: 0 auto;
    padding: 30px 50px;
}

.login-box h2 {
    text-align: center;
    color: #ba570b;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.login-box h3 {
    text-align: center;
    color: #192f44;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}

.login-box a {
    color: #ba570b;
}

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

.login-box h6 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.login-box p {
    color: #707070;
    font-size: 16px;
    font-weight: 600;
}

.login-box p a {
    color: #ba570b;
    text-decoration: underline !important;
}

.or {
    background: #e0e0e0;
    height: 1px;
    width: 100%;
    margin: 25px 0;
    text-align: center;
    position: relative;
}

.or span {
    background: #fff;
    position: absolute;
    top: -12px;
    left: 46%;
    padding: 0 10px;
    color: #3d3d4e;
}

.social-media {
    text-align: center;
    margin: 30px 0 30px;
}
.social-icon {
    display: inline-block;
    margin: 0 10px;
}

.form-group {
    margin: 0 0 30px;
}

.form-control {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 10px 15px;
}

.form-control:focus,
.form-control:hover {
    outline: none;
    box-shadow: 0 0 0 0;
}

.form-control::placeholder {
    color: #bdbdbd;
    font-size: 14px;
    font-weight: 400;
}

.field-icon-wrap .form-control {
    padding: 10px 15px 10px 50px;
}

.field-icon-wrap {
    position: relative;
}
.field-icon {
    position: absolute;
    top: 12px;
    left: 15px;
    content: "";
    font-size: 22px;
}

select.form-control {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

.submit-btn {
    border-radius: 25px;
    background: #ba570b;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
}

.submit-btn:hover {
    background: #ba570b;
    color: #fff !important;
}

.dashboard-section {
    padding: 50px 0;
}
.user-dashboard {
    background: #3a4676;
    width: 100%;
    height: 100%;
    padding: 50px;
}
.user-dashboard ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.user-dashboard ul li {
    display: block;
    padding: 10px 0;
}
.user-dashboard ul li a {
    font-family: Montserrat;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
}
.user-dashboard ul li a.active {
    color: #ffd018;
}

.avatar-wrap {
    width: 160px;
    margin-bottom: 30px;
}
.avatar-upload {
    position: relative;
    width: 160px;
    margin-bottom: 10px;
}
.avatar-upload .avatar-edit {
    position: absolute;
    left: 70%;
    right: 0;
    z-index: 1;
    bottom: 0;
    text-align: center;
    background: #eee;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    padding-top: 30px;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    z-index: 9;
}
.avatar-upload .avatar-edit input + label &:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.avatar-preview {
    width: 160px;
    height: 160px;
    background: url("../img/profile-bg.png") no-repeat;
    position: relative;
    border-radius: 100%;
}
.avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.avatar-details h4 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    color: #3a4676;
    text-transform: uppercase;
    text-align: center;
}

.profile-form {
    padding: 0 40px;
    height: 100%;
    position: relative;
}
.profile-form h3 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    color: #3a4676;
    text-transform: capitalize;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
}
.profile-form form {
    width: 80%;
}
.profile-form label {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    color: #003e3e;
    margin: 0 0 5px;
}
.profile-form .form-group {
    margin-bottom: 20px;
}
.profile-form .form-control {
    background: #ecedf2;
    border: none;
    border-radius: 15px;
    font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 400;
    color: #3a4676;
    padding: 10px 20px;
}
.profile-form .form-control::placeholder {
    font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 400;
    color: #3a4676;
}
.profile-form input[type="submit"].form-control {
    width: auto;
    border-radius: 25px;
    background: #3a4676;
    font-family: "Source Sans 3";
    font-size: 18px;
    font-weight: 600;
    color: #ffd018;
}

.order-history-wrap {
    width: 100%;
    padding: 0 50px;
}
.order-history-wrap h3 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    color: #1b2b60;
    text-transform: capitalize;
    padding: 0;
    margin-bottom: 30px;
    position: relative;
}
.order-history-wrap label {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    color: #1b2b60;
    text-transform: capitalize;
}
.order-history-wrap .form-control {
    padding: 6px 10px;
}
.order-history-wrap .card-wrap {
    width: 100%;
    border-bottom: 1px solid #ecedf2;
    padding: 20px 0;
}
.order-history-wrap .card-wrap:last-child {
    border-bottom: none;
}
.order-history-wrap .card-wrap .status-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.order-history-wrap .card-wrap .status-wrap h4 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    color: #1b2b60;
    text-transform: capitalize;
    padding: 0;
}
.order-history-wrap .card-wrap .status-wrap .btns {
    display: flex;
    justify-content: end;
    gap: 10px;
}
.order-history-wrap .card-wrap .status-wrap .btns .btn {
    background: #ecedf2;
    padding: 8px 20px;
    border-radius: 5px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    color: #1b2b60;
}
.order-history-wrap .card-wrap .status-details-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.order-history-wrap .card-wrap .status-details-wrap .status-block {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #1b2b60;
    text-transform: capitalize;
}
.order-history-wrap .card-wrap .status-details-wrap .status-block span {
    display: block;
    font-weight: 400;
}

.message-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    justify-content: center;
    align-items: center;
    background: #00000017;
    margin-top: 10%;
}
.message-popup .popup-content {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 500px;
    background: #fff;
    padding: 30px 30px 15px;
    border-radius: 10px 10px 0 0;
    margin: 0 auto;
}
.message-popup .popup-content .icon {
    width: 100px;
    margin: 10px auto;
}
.message-popup .popup-content span {
    font-family: Montserrat;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 15px;
}
.message-popup .popup-close-button {
    width: 500px;
    background: #fff;
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
    padding: 0 10px 30px;
    display: flex;
    justify-content: center;
}
.message-popup .popup-close-button button {
    background-color: red;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
}

.horoscopes .btns {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 5px;
}
.horoscopes .btns .btn {
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 600;
    color: #3a4676;
}
.horoscopes .btns .btn img + img {
    display: none;
}
.horoscopes .btns .btn.active img {
    display: none;
}
.horoscopes .btns .btn.active img + img {
    display: block;
}
.days-wrap .btn.active {
    background: #ffd018;
}
.more-horoscopes .btns button.tab-btn {
    background: #ecedf2;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 500;
    color: #3a4676;
    cursor: pointer;
}
.more-horoscopes .btns button.tab-btn.active {
    background: #3a4676;
    color: #ffd018;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.days-wrap {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 5px;
    margin-bottom: 30px;
}
.days-wrap .btn {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 600;
    color: #3a4676;
}
.days-wrap .btn span.icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.days-wrap .btn span {
    display: block;
}
.horoscopes .btns .btn img {
    display: block;
}
.horoscopes .btns .btn span {
    display: block;
}
.daily-horoscope-content {
    width: 100%;
    padding: 10px 0;
}
.daily-horoscope-content h3 {
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: 600;
    color: #3a4676;
    margin-bottom: 20px;
}
.more-horoscopes {
    width: 100%;
    padding: 50px 0;
}
.more-horoscopes h3 {
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: 600;
    color: #3a4676;
    margin-bottom: 20px;
}
.more-horoscopes .btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 15px;
}
.more-horoscopes .btns button {
    background: #ecedf2;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 500;
    color: #3a4676;
}
.about-aries-section {
    background: url("../../images/astrology-bg.png") no-repeat center center;
    background-size: cover;
    padding: 100px;
    margin-bottom: -50px;
}
.about-aries-section h5 {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 600;
    color: #3a4676;
}
.about-aries-section p {
    font-family: "Source Sans 3";
    font-size: 40px;
    line-height: 60px;
    font-weight: 400;
    color: #3a4676;
}

.statis-page {
    width: 100%;
}
.statis-page h4 {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 600;
    color: #3a4676;
}
.statis-page p {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    color: #3a4676;
}
.statis-page ul {
    margin: 0 0 20px 30px;
    padding: 0;
}
.statis-page ul li {
    list-style: disc;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    color: #3a4676;
    padding: 5px 0;
}

.signin-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000017;
}
.signin-popup.hidden {
    display: none;
}
.signin-dialog {
    position: relative;
    max-width: 500px;
    width: 500px;
    margin: 0.5rem;
    pointer-events: none;
}
.signin-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.signin-modal-content .modal-header {
    background-color: #3a4676;
}
.signin-modal-content .modal-header h2 {
    font-family: Montserrat;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
}
.signin-modal-content .modal-body #login_mobile {
    width: 75%;
}
.signin-modal-content .modal-body .send-opt-btn {
    background-color: #3a4676;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    margin-left: 10px;
    padding: 10px 10px;
    border-radius: 10px;
}
.signin-modal-content .btn {
    background-color: #3a4676;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    padding: 10px 10px;
    border-radius: 10px;
}
.signin-modal-content .btn.cancel {
    background-color: red;
}
.signin-modal-content .modal-body .icon {
    display: block;
    margin: 0 auto 10px;
    width: 100px;
}
.signin-modal-content .modal-body .capitalize {
    text-align: center;
    width: 100%;
    display: block;
}
.signin-modal-content .modal-footer {
    justify-content: center;
}
/*================================added-new-css==============================*/

/*-------------------# Footer-----------------------------*/
#footer {
    /*background: url('../../images/footer-bg.png') no-repeat top center; background-size: cover;*/
    background: #494848;
    padding: 0;
    color: #444444;
    font-size: 14px;
    padding-top: 50px;
    padding-bottom: 20px;
    margin-top: 50px;
}
.f-logo {
    width: 350px;
    margin-bottom: 10px;
}
.footer-wrap {
    color: #fff;
}
.footer-wrap p {
    font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}
.footer-block {
    margin-top: 15px;
}
.footer-block h3 {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 0 0 10px;
    margin-bottom: 15px;
    position: relative;
}
.footer-block h3 a {
    color: #fff;
}
.footer-block h3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #ffd018;
    width: 50px;
    height: 3px;
}
.footer-block ul {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}
.footer-block ul ul {
    margin: 10px 0 0;
}
.footer-block ul li {
    margin: 5px 0;
}
.footer-block ul li a {
    font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.footer-block ul li img {
    width: 24px;
    margin-right: 5px;
}
.footer-block ul li .icon {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-block ul li img {
    width: 24px;
    margin-right: 5px;
}
.footer-block ul li .icon img {
    width: 20px;
    margin-right: 0;
}
.footer-block.secure ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
}
#footer .copyright {
    width: 100%;
    margin: 20px auto 0;
    font-family: "Source Sans 3";
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 400;
}
#footer .copyright ul {
    margin: 0 0 0 50px;
    padding: 0;
    list-style: none;
    text-align: left;
}
#footer .copyright ul li {
    display: inline-block;
    padding: 0 10px;
}
.footer-block ul li.dropright {
    position: relative;
}
.footer-block ul li.dropright:before {
    position: absolute;
    left: 0;
    top: 25px;
    content: "";
    background: #ffd018;
    width: 50px;
    height: 3px;
}
#footer .copyright ul li a {
    color: #fff;
}
.footer-social {
    font-family: "Source Sans 3";
}
.footer-social ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
}
.footer-social ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: none;
    z-index: 9;
}
.back-to-top.show {
    display: block;
}

.inner-page-banner-setion {
    position: relative;
}
.inner-page-banner-setion .content {
    width: 100%;
    height: 100%;
    padding: 50px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: flex;
    justify-content: center;
    align-items: start;
}
.inner-page-banner-setion .content h2 {
    font-family: "Montserrat";
    font-size: 58px;
    font-weight: 600;
    color: #3a4676;
}

.hero-slider {
    position: relative;
}
.hero-slider .owl-nav {
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 9%;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 9%;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    font-size: 26px;
    color: #000;
}

@media (max-width: 1180px) {
    .navbar-toggler {
        background: #ffffff;
    }
    .navbar {
        padding: 10px 0;
    }
    .navbar-collapse {
        position: absolute;
        top: 75px;
        background: #3a4676;
        width: 100vw;
        z-index: 99;
        margin-left: -15px;
    }
    .navbar-right {
        display: -webkit-box;
    }
    .navbar-right li {
        margin: 0 10px;
    }
    .navbar-expand-lg .navbar-nav.navbar-right .nav-link {
        padding: 5px;
        font-size: 12px;
    }
    .navbar-expand-lg .navbar-nav.navbar-right .nav-link img {
        margin-right: 5px;
        width: 12px;
    }
    .navbar a.cartgeek,
    .navbar a.cartgeek:focus {
        margin-left: 5px;
    }
    .navbar-expand-lg .navbar-nav.navbar-right .nav-link.dropdown-toggle img {
        width: auto;
    }
    .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
    }
    .navbar-nav li.dropdown:after {
        color: #fff;
    }

    .heading-center h1 {
        font-size: 22px;
    }
    .heading-center h1 img {
        width: 25px;
    }
    .h-top-slider {
        height: auto;
    }
    .h-top-slider h1 {
        font-size: 28px;
        display: block;
        padding: 15px;
    }
    .h-top-slider h1 img {
        width: 250px !important;
    }
    .hero-below-wrap {
        width: 100%;
        flex-wrap: wrap;
    }
    .hero-below-left {
        width: 80%;
        padding: 20px;
    }
    .hero-below-left::before {
        width: 18px;
        left: -17px;
    }
    .hero-below-left h4 {
        font-size: 18px;
    }
    .hero-below-right {
        width: 80%;
        padding: 20px;
    }
    .hero-below-right::after {
        width: 18px;
        right: -17px;
    }
    .hero-below-right h4 {
        font-size: 18px;
    }
    .sport-offred-block .skew-box {
        height: 50px;
        line-height: 50px;
    }
    .sport-offred-block .skew-box::after {
        height: 45px;
    }
    .why-choose-us h4 {
        font-size: 16px;
    }
    .sport-offred-block .skew-box a {
        font-size: 16px;
    }
    .why-choose-us-section .why-choose-us-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .unlock-member-wrap {
        flex-wrap: wrap;
        height: auto;
    }
    .unlock-member-wrap .unlock-member-one {
        width: 100%;
    }
    .unlock-member-wrap .unlock-member-one::after {
        left: 0;
    }
    .unlock-member-wrap .unlock-member-one-inner {
        width: 100%;
    }
    .unlock-member-wrap .unlock-member-two {
        width: 100%;
    }
    .unlock-member-wrap .unlock-member-three {
        width: 100%;
    }
    .fill-like-wrap {
        flex-wrap: wrap;
        height: auto;
    }
    .fill-like-wrap .fill-like-one::after {
        left: 0;
        display: none;
    }
    .fill-like-wrap .fill-like-one {
        width: 100%;
    }
    .fill-like-wrap .fill-like-two {
        width: 100%;
    }
    .testimonial-wrap {
        flex-wrap: wrap;
    }
    .testimonial-block {
        gap: 10px;
        padding: 10px;
        flex-wrap: wrap;
    }
    .testimonial-block .left {
        width: 100%;
    }
    .testimonial-block .right {
        width: 100%;
    }
    .testimonial-left {
        width: 100%;
        padding: 15px 15px 50px;
    }
    .testimonial-right {
        width: 100%;
        padding: 20px;
    }
    .testimonial-block p {
        font-size: 16px;
        line-height: 24px;
    }
    .testimonial-wrap .owl-nav {
        left: 10px;
        bottom: -25px;
    }
    .testimonial-right-inner h3 {
        font-size: 20px;
        margin: 10px 0;
    }
    .testimonial-right-inner p {
        font-size: 16px;
        line-height: 26px;
    }
    .wear-just-content {
        padding: 20px;
    }
    .wear-just-content h2 {
        font-size: 20px;
        margin: 15px 0 0;
    }
    .wear-just-content p {
        font-size: 16px;
        line-height: 22px;
        width: 100%;
    }
    .wear-just-wrap img {
        height: 250px;
    }
    .court-a-rent-content .step-list {
        flex-wrap: wrap;
    }
    .court-a-rent-content .step-list li {
        width: 100%;
        margin-bottom: 10px;
    }
    .court-a-rent-content .step-list li span {
        display: initial;
        font-size: 16px;
    }
    .court-a-rent-content .step-list li::after {
        left: 25px;
        top: 40px;
        width: 2px;
        height: 50px;
        border-left: 2px dashed #615a5a;
    }
    .get-coahing-best-content h2,
    .court-a-rent-content h2 {
        font-size: 20px;
    }
    .get-coahing-best-content p,
    .court-a-rent-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .fill-like-wrap .fill-like-inner ul li {
        position: relative;
        padding-left: 40px;
    }
    .fill-like-wrap .fill-like-inner ul li img {
        position: absolute;
        left: 0;
    }
    .member-plan-section .member-plan-block .plan-title {
        width: 70%;
        left: 15%;
    }
    .inner-page-banner-setion img {
        min-height: 200px;
    }
    .member-plan-block {
        margin-bottom: 15px;
    }
    .member-plan-section .member-plan-block ul {
        min-height: 500px;
    }
    .contact-info {
        flex-wrap: wrap;
        padding: 0;
    }
    .contact-form {
        padding: 0;
    }
    .facility-wrap {
        flex-wrap: wrap;
    }
    .about-facility-block p {
        font-size: 16px;
        margin: 15px 0 0;
    }
    .about-our-story-content .step-list {
        flex-wrap: wrap;
    }
    .about-our-story-content .step-list li {
        width: 46%;
    }
    .about-our-story-content .step-list li span {
        font-size: 16px;
        line-height: 26px;
    }
    .about-our-story-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .about-our-story-content h2 {
        font-size: 22px;
    }

    .services-items,
    .counter-items,
    .why-choose-items {
        flex-wrap: wrap;
    }
    .services-items .services-item {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .navbar-toggler {
        background: #ffffff;
    }
    .navbar {
        padding: 10px 0;
    }
    .navbar-collapse {
        position: absolute;
        top: 75x;
        background: #3a4676;
        width: 100vw;
        z-index: 99;
        margin-left: -15px;
    }
    .navbar-right {
        display: -webkit-box;
    }
    .navbar-right li {
        margin: 0 10px;
    }
    .navbar-expand-lg .navbar-nav.navbar-right .nav-link {
        padding: 5px;
        font-size: 12px;
    }
    .navbar-expand-lg .navbar-nav.navbar-right .nav-link img {
        margin-right: 5px;
        width: 12px;
    }
    .navbar a.cartgeek,
    .navbar a.cartgeek:focus {
        margin-left: 5px;
    }
    .navbar-expand-lg .navbar-nav.navbar-right .nav-link.dropdown-toggle img {
        width: auto;
    }
    .navbar-nav .dropdown-menu {
        position: relative;
        left: 8px;
        max-height: 300px;
        overflow: auto;
    }
    .navbar-nav li ul ul.side-dropdown-menu {
        position: relative;
        top: 0;
        left: 8px;
    }
    .navbar-nav .dropdown-menu .nav-link,
    .navbar-nav .side-dropdown-menu .nav-link {
        color: #3a4676;
        white-space: break-spaces;
    }

    .heading-center h1 {
        font-size: 22px;
    }
    .heading-center h1 img {
        width: 25px;
    }
    .h-top-slider {
        height: auto;
    }
    .h-top-slider h1 {
        font-size: 28px;
        display: block;
        padding: 15px;
    }
    .h-top-slider h1 img {
        width: 250px !important;
    }
    .hero-below-wrap {
        width: 100%;
        flex-wrap: wrap;
    }
    .hero-below-left {
        width: 80%;
        padding: 20px;
    }
    .hero-below-left::before {
        width: 18px;
        left: -17px;
    }
    .hero-below-left h4 {
        font-size: 18px;
    }
    .hero-below-right {
        width: 80%;
        padding: 20px;
    }
    .hero-below-right::after {
        width: 18px;
        right: -17px;
    }
    .hero-below-right h4 {
        font-size: 18px;
    }
    .sport-offred-block .skew-box {
        height: 50px;
        line-height: 50px;
    }
    .sport-offred-block .skew-box::after {
        height: 45px;
    }
    .why-choose-us h4 {
        font-size: 16px;
    }
    .sport-offred-block .skew-box a {
        font-size: 16px;
    }
    .why-choose-us-section .why-choose-us-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .unlock-member-wrap {
        flex-wrap: wrap;
        height: auto;
    }
    .unlock-member-wrap .unlock-member-one {
        width: 100%;
    }
    .unlock-member-wrap .unlock-member-one::after {
        left: 0;
    }
    .unlock-member-wrap .unlock-member-one-inner {
        width: 100%;
    }
    .unlock-member-wrap .unlock-member-two {
        width: 100%;
    }
    .unlock-member-wrap .unlock-member-three {
        width: 100%;
    }
    .fill-like-wrap {
        flex-wrap: wrap;
        height: auto;
    }
    .fill-like-wrap .fill-like-one::after {
        left: 0;
        display: none;
    }
    .fill-like-wrap .fill-like-one {
        width: 100%;
    }
    .fill-like-wrap .fill-like-two {
        width: 100%;
    }
    .testimonial-wrap {
        flex-wrap: wrap;
    }
    .testimonial-block {
        gap: 10px;
        padding: 10px;
        flex-wrap: wrap;
    }
    .testimonial-block .left {
        width: 100%;
    }
    .testimonial-block .right {
        width: 100%;
    }
    .testimonial-left {
        width: 100%;
        padding: 15px 15px 50px;
    }
    .testimonial-right {
        width: 100%;
        padding: 20px;
    }
    .testimonial-block p {
        font-size: 16px;
        line-height: 24px;
    }
    .testimonial-wrap .owl-nav {
        left: 10px;
        bottom: -25px;
    }
    .testimonial-right-inner h3 {
        font-size: 20px;
        margin: 10px 0;
    }
    .testimonial-right-inner p {
        font-size: 16px;
        line-height: 26px;
    }
    .wear-just-content {
        padding: 20px;
    }
    .wear-just-content h2 {
        font-size: 20px;
        margin: 15px 0 0;
    }
    .wear-just-content p {
        font-size: 16px;
        line-height: 22px;
        width: 100%;
    }
    .wear-just-wrap img {
        height: 250px;
    }
    .court-a-rent-content .step-list {
        flex-wrap: wrap;
    }
    .court-a-rent-content .step-list li {
        width: 100%;
        margin-bottom: 10px;
    }
    .court-a-rent-content .step-list li span {
        display: initial;
        font-size: 16px;
    }
    .court-a-rent-content .step-list li::after {
        left: 25px;
        top: 40px;
        width: 2px;
        height: 50px;
        border-left: 2px dashed #615a5a;
    }
    .get-coahing-best-content h2,
    .court-a-rent-content h2 {
        font-size: 20px;
    }
    .get-coahing-best-content p,
    .court-a-rent-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .fill-like-wrap .fill-like-inner ul li {
        position: relative;
        padding-left: 40px;
    }
    .fill-like-wrap .fill-like-inner ul li img {
        position: absolute;
        left: 0;
    }

    .inner-page-banner-setion img {
        min-height: 200px;
    }
    .member-plan-block {
        margin-bottom: 15px;
    }
    .member-plan-section .member-plan-block ul {
        min-height: auto;
    }
    .contact-info {
        flex-wrap: wrap;
        padding: 0;
    }
    .contact-form {
        padding: 0;
    }
    .facility-wrap {
        flex-wrap: wrap;
    }
    .about-facility-block p {
        font-size: 16px;
        margin: 15px 0 0;
    }
    .about-our-story-content .step-list {
        flex-wrap: wrap;
    }
    .about-our-story-content .step-list li {
        width: 46%;
    }
    .about-our-story-content .step-list li span {
        font-size: 16px;
        line-height: 26px;
    }
    .about-our-story-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .about-our-story-content h2 {
        font-size: 22px;
    }

    .footer-wrap ul {
        margin: 10px;
        gap: 10px;
    }
    .footer-wrap ul li a {
        font-size: 14px;
    }
    .copyright {
        flex-wrap: wrap;
    }
    #footer .copyright ul {
        margin: 0 0 0 0;
    }
    #footer .copyright {
        font-size: 12px;
    }
    #footer .copyright ul li {
        padding: 0 5px;
    }

    .topbar-wrap {
        flex-wrap: wrap;
        justify-content: end;
        gap: 10px;
        padding: 10px;
    }
    .topbar-btns {
        padding: 0;
    }
    .h-shop-btn {
        padding: 10px 15px !important;
        font-size: 12px !important;
    }
    .inner-page-banner-setion .content {
        padding: 15px;
    }
    .inner-page-banner-setion .content h2 {
        font-size: 20px;
    }
    .heading {
        font-size: 28px;
    }
    .heading:after {
        background-size: 300px;
        height: 50px;
    }
    .services-items .services-item p {
        min-height: auto;
    }
    .more-services-block h5 {
        font-size: 16px;
    }
    .counter-section .counter-items {
        gap: 15px;
    }
    .counter-section .counter-items .item {
        width: 45%;
    }
    .counter-section .counter-box {
        width: 170px;
        height: 170px;
        padding: 40px 10px;
    }
    .services-items,
    .counter-items,
    .why-choose-items {
        flex-wrap: wrap;
    }
    .services-items .services-item {
        width: 100%;
    }
    .why-hoose-us-section:before,
    .why-hoose-us-section:after {
        width: 100px;
        height: 100px;
    }
    .h-about-content h3 {
        font-size: 22px;
    }
    .f-logo {
        width: 250px;
    }
    .h-about-content .happy-customer .persetage {
        font-size: 42px;
        line-height: 42px;
    }
    .h-about-content .happy-customer .text {
        font-size: 22px;
        line-height: 22px;
    }
    #accordion .card {
        width: 100%;
    }
    .contact-form form {
        width: 100%;
    }
    .service-content .order-btn {
        width: 100%;
        padding: 15px 15px;
        font-size: 20px;
    }
    .service-form-img:after {
        display: none;
    }
    .service-form {
        padding: 0;
    }
    .contact-form-side-piture {
        width: 100%;
        margin-bottom: 10px;
        display: block;
    }
    .service-form-img {
        width: 100%;
        margin: 15px 0;
        display: block;
    }
    .dashboard-section {
        padding: 15px 0;
    }
    .profile-form h3,
    .order-history-wrap h3 {
        font-size: 18px;
    }
    .profile-form {
        padding: 15px 0;
    }
    .profile-form form {
        width: 100%;
    }
    .user-dashboard {
        padding: 15px;
    }
    .order-history-wrap {
        padding: 15px 0;
    }
    .order-history-wrap .card-wrap .status-wrap {
        flex-wrap: wrap;
        gap: 15px;
    }
    .order-history-wrap .card-wrap .status-wrap h4 {
        font-size: 16px;
    }
    .order-history-wrap .card-wrap .status-wrap .btns .btn {
        font-size: 14px;
        padding: 4px 8px;
    }
    .order-history-wrap .card-wrap .status-details-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .horoscopes .btns {
        flex-wrap: wrap;
        justify-content: center;
    }
    .horoscopes .btns .btn {
        font-size: 12px;
        padding: 5px 10px;
        width: 23%;
    }
    .horoscopes .btns .btn img {
        width: 50px;
    }
    .days-wrap .btn {
        font-size: 12px;
        padding: 5px;
    }
    .more-horoscopes .btns a {
        font-size: 16px;
        padding: 10px 12px;
        width: 47%;
    }
    .more-horoscopes .btns a img {
        width: 20px;
    }
    .signin-dialog {
        width: 90%;
    }
    .listing-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .more-services-block {
        padding: 0 20px;
    }
    .about-contact-img {
        text-align: center;
    }
    .our-servies-section {
        padding: 40px 0;
        margin-top: 40px;
    }
    .more-services-section,
    .h-about-padding {
        padding: 40px 0;
    }
    .counter-section {
        padding: 40px 0 0;
    }
    .why-hoose-us-section {
        padding: 40px 0;
        margin: 40px 0 0;
    }
    .testimonial-slider {
        margin-bottom: 40px;
    }
    .why-astrology-section {
        padding: 25px 0;
    }
    .about-content-side-wrap {
        order: 2;
    }
    .our-story-img img {
        margin-bottom: 20px;
    }

    .days-wrap {
        justify-content: center;
    }
    .more-horoscopes .btns button.tab-btn {
        width: 46%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }

    .horoscope-carcal {
        width: 100%;
        margin: 0;
    }
    .bg-img {
        width: 60%;
    }
    .bg-img img {
        width: 100%;
    }
    .left-list,
    .right-list {
        width: 20%;
    }
    .left-list ul,
    .right-list ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .left-list ul li,
    .right-list ul li {
        margin-bottom: 10px;
    }
    .left-list ul li img,
    .right-list ul li img {
        width: auto;
    }
    .left-list ul li:nth-child(3),
    .right-list ul li:nth-child(3) {
        margin-bottom: 10px;
    }
    .left-list ul li:nth-child(1) {
        padding-left: 15px;
    }
    .left-list ul li:nth-child(2) {
        padding-left: 5px;
    }
    .left-list ul li:nth-child(3) {
        padding-left: 0px;
    }
    .left-list ul li:nth-child(4) {
        padding-left: 0px;
    }
    .left-list ul li:nth-child(5) {
        padding-left: 15px;
    }
    .left-list ul li:nth-child(6) {
        padding-left: 20px;
        padding-top: 0;
    }

    .right-list ul li:nth-child(1) {
        padding-right: 15px;
        margin-top: 10px;
    }
    .right-list ul li:nth-child(2) {
        padding-left: 15px;
    }
    .right-list ul li:nth-child(3) {
        padding-right: 5px;
    }
    .right-list ul li:nth-child(4) {
        padding-right: 5px;
    }
    .right-list ul li:nth-child(5) {
        padding-left: 20px;
        padding-top: 0;
    }
    .right-list ul li:nth-child(6) {
        padding-left: 10px;
        padding-top: 0;
    }
}

@media (max-width: 575px) {
    #footer .copyright,
    #footer .credits {
        float: none;
        text-align: center;
    }
}
