/* TABLE OF CONTENTS */
/* ------------------
1. General
2. Navbar
3. Banner
4. Footer
-------------------- */
/* 1 General */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    /* Background Color */
    --primary-color: #004caa;
    --secondary-color: #f18f06;
    --bg-light-blue: #3672bc;
    --bg-dark: #666;
    --bg-white: #fff;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: var(--bg-white);
}


.slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    overflow: hidden;
}

.slide::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    z-index: 10;
}

.slide .image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slide .image-data {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 100;
}

.image-data span.text {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.image-data h2 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
}

a.button {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    color: #333;
    background: #fff;
    text-decoration: none;
    margin-top: 25px;
    transition: all 0.3s ease;
}

a.button:hover {
    color: #fff;
    background-color: #c87e4f;
}

/* swiper button css */
.nav-btn {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
}

.nav-btn:hover {
    background: rgba(255, 255, 255, 0.4);
}

.swiper-button-next {
    right: 50px;
}

.swiper-button-prev {
    left: 50px;
}

.nav-btn::before,
.nav-btn::after {
    font-size: 25px;
    color: #fff;
}

.swiper-pagination-bullet {
    opacity: 1;
    height: 12px;
    width: 12px;
    background-color: #fff;
    visibility: hidden;
}

.swiper-pagination-bullet-active {
    border: 2px solid #fff;
    background-color: #c87e4f;
}


a {
    text-decoration: none;
}

.wrapper {
    padding: 2.45rem 0;
}


.appliedjyotish-button-group {
    margin-top: 4px;
    display: flex;
    justify-content: center;
    grid-gap: 15px;
}

.appliedjyotish-nav-button {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.appliedjyotish-nav-button i {
    text-align: center;
    color: #F59D22;
    padding: 0;
    font-size: 12px;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    padding-top: 8px;
    border: 1px solid #F59D22;
    border-radius: 50%;
}

.appliedjyotish-nav-button span {
    text-align: center;
    color: #F59D22;
    padding: 0;
    font-size: 16px;
    padding-top: 4px;
    padding-bottom: 2px;
}

.main-btn {
    background-color: #303C48;
    margin: 3px 0;
    color: #F59D22;
    padding: 0 18px;
    border-radius: 5px;
    width: 80px;
    height: 28px;
    border: none;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(89, 39, 227, 0.25);
    box-shadow: 0px 4px 24px 0px rgba(89, 39, 227, 0.25);
    text-align: center;
}

.dashboard-btn {
    background-color: #303C48;
    margin: 3px 0;
    color: #F59D22;
    border-radius: 5px;
    padding: 7px;
    /*width: 90px;*/
    /*height: 28px;*/
    border: none;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(89, 39, 227, 0.25);
    box-shadow: 0px 4px 24px 0px rgba(89, 39, 227, 0.25);
    text-align: center;
}

.kundli-dashboard-btn {
    padding: 10px;
    background-color: #303C48;
    color: #F59D22;
    border-radius: 5px;
    border: none;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(89, 39, 227, 0.25);
    box-shadow: 0px 4px 24px 0px rgba(89, 39, 227, 0.25);
    text-align: center;
    font-size: 20px;
}

.main-select-btn {
    padding: 0 3px;
    font-size: 1rem;
    border: 1px solid #303C48;
    text-transform: capitalize;
    border-radius: 5px;
    width: 83px;
    height: 28px;
    transition: all 0.3s ease-in-out;
    background-color: #303C48;
    margin: 3px 0;
    color: #F59D22;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(89, 39, 227, 0.25);
    box-shadow: 0px 4px 24px 0px rgba(89, 39, 227, 0.25);
    /* -webkit-box-shadow: 0px 4px 24px 0px rgba(89, 39, 227, 0.25); */

}

h1 {
    font-size: 43px;
    /*line-height: 56px;*/
    font-style: normal;
    font-weight: 700;
    color: #303C48 !important;
    font-family: "Poppins", sans-serif;
}

h2 {
    font-size: 43px;
    /*line-height: 56px;*/
    font-style: normal;
    font-weight: 700;
    color: #303C48 !important;
    font-family: "Poppins", sans-serif;
}

h3 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: #303C48;
    font-family: "Poppins", sans-serif;
}

h4 {
    font-size: 28px;
    line-height: 30px;
    font-style: normal;
    font-weight: 700;
    color: #303C48;
    font-family: "Poppins", sans-serif;
}

h5 {
    font-size: 24px;
    line-height: 28px;
    font-style: normal;
    font-weight: 700;
    /* color: #F59D22; */
    color: #303C48;
    font-family: "Poppins", sans-serif;
}

h6 {
    font-size: 20px;
    line-height: 28px;
    font-style: normal;
    font-weight: 600;
    /* color: #F59D22; */
    color: #303C48;
    font-family: "Poppins", sans-serif;
}

p {
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
    color: #303C48;
    font-family: "Poppins", sans-serif;
    /*text-align: justify;*/
}

.card {
    border-radius: .625rem;
    background-color: var(--bg-white);
    box-shadow: .5084rem 1.1419rem 2.5rem 0 rgb(0 0 0 / 8%);
    padding: 3.75rem 3.125rem 4.6875rem;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 0;
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(1.25rem);
        transform: translateY(1.25rem);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* nav header */

.nav-header {
    background-color: #303C48;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 0 10px;
    height: 40px;

}

.appliedjyotish-head-icon a {
    color: white;
    font-size: 20px;
    margin: 0 8px;
}

/* Default:  the section for all screen sizes */

.appliedjyotish-favIcons {
    display: flex;
    align-items: center;
    display: block;
}

.appliedjyotish-navbar-last-part {
    display: none;
}

.appliedjyotish-favIcons i {
    color: #303C48;
    background-color: white;
    padding: 1.5px !important;
    width: 25px;
    font-size: 20px !important;
    text-align: center;
    border-radius: 5px;
    font-size: 22px;
    padding: 2px 8px;
    margin: 0 5px;
}

.appliedjyotish-head-icon {
    display: flex;
    align-items: center;
}

/* Check My Astro navbar section  */

.appliedjyotish-navbar-last-part {
    width: 100%;
    background-color: #303C48;
    text-align: center;
    padding: 6px;
}

.appliedjyotish-nav-icon a {
    color: white;
    font-size: 16px !important;
}

.appliedjyotish-nav-icon span {
    color: white;
    font-size: 16px !important;
}

.appliedjyotish-NavbarIcon {
    padding-top: 8px;
}

.appliedjyotish-NavbarIcon i {
    color: #303C48;
    background-color: white;
    padding: 3px 0px !important;
    width: 25px;
    font-size: 16px !important;
    text-align: center;
    border-radius: 5px;
    font-size: 22px;
    margin: 0 5px;
}

/* 2 Navbar */

.header_wrapper .navbar {

    /* background-color: #D2D2D2; */
    color: #303C48;
    transition: 0.3s ease-in-out;
}

.header_wrapper .navbar-toggler,
.header_wrapper .navbar-toggler:focus {
    border: 0;
    box-shadow: none;
    color: #000000;
    line-height: 2;
}

.header_wrapper .nav-item {
    margin: 0 3px;
}

.header_wrapper .nav-item .nav-link {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #010203;
    font-family: "Poppins", sans-serif;
}

.header_wrapper .nav-item .nav-link:hover,
.header_wrapper .nav-item .nav-link:focus {
    color: #F59D22;
    background-color: #303C48;
    border-radius: 5px;

}

.header_wrapper .nav-item .nav-link.active {
    color: #F59D22;
    background-color: #303C48;
    border-radius: 5px;
}

.navbar.header-scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--bg-white);
    box-shadow: .5084rem 1.1419rem 2.5rem 0 rgb(0 0 0 / 8%);
    transition: 0.3s ease-in-out;
}

.navbar-brand img {

    width: 150px !important;

}

/* megamenu style  */

.dropdown-mega .dropdown-menu {
    position: static;
    margin-top: 30px;
    padding: 0 !important;
}

.mega-content {
    padding: 14px 12px;
    width: 280px;
}

.list-group-item {
    font-size: 16px;
    color: #3F3B51;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin: 0;
}

.list-group-item:hover {
    color: #F59D22;
}


/* .dropdown-menu{

    width: 100px;
    background: #D2D2D2;
  border: 1px solid rgb(228, 219, 219);
} */


/* slider section start  */

.appliedjyotish-slider-head {
    background-color: #fafafa;
}

.appliedjyotish-main-slider {
    /*height: 70vh;*/
    width: 100%;
}

.appliedjyotish-wrapper-slider,
.slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    overflow: hidden;
}

.slide::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    z-index: 10;
}

.slide .image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.swiper-pagination {
    color: #D2D2D2 !important;
}


/* slider section end  */

/* 3 Banner  section start*/

.banner_section {
    text-align: center;
    justify-content: center;
    padding: 5px 0;
    background-color: #fdfdfd;
    width: 90%;
    margin: 0 auto;
}

.banner-sub-icon {
    padding-top: 10px;
    /*display: flex;*/
    justify-content: space-between;

}

.banner-icon-style {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 5px;
    width: 100%;

}

.right-banner-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 5px;
}

.banner-icon-style i {
    color: #F59D22;
    font-size: 34px;

}

.banner-icon-style input {
    width: 100% !important;

}

.banner-image img {
    height: 50%;
    width: 50%;
    object-fit: cover;

}

.appliedjyotish-planetary-background-part {


}

.appliedjyotish-planetary-2ndPart {
    width: 100%;
    height: 500px;
    background-position: center;

    background-image: url('../images/jyothisbg.png');
    /* Centers the image in the div */

    background-repeat: no-repeat;


}

.appliedjyotish-planetary-font-Part-1 {
    display: flex;
    justify-content: space-evenly;
    width: 35%;
    margin: auto;
}

.appliedjyotish-planetary-font-Part-1 img {
    width: 40px;
    transform: translateY(56px);
}

.appliedjyotish-planetary-font-Part-2 {
    display: flex;
    justify-content: space-around;
    width: 60%;
    margin: auto;
}

.appliedjyotish-planetary-font-Part-2 img {
    width: 40px;
    transform: translateY(96px);
}

.appliedjyotish-planetary-font-Part-3 {
    display: flex;
    justify-content: space-around;
    width: 70%;
    margin: auto;
}

.appliedjyotish-planetary-font-Part-3 img {
    width: 40px;
    transform: translateY(130px);
}

.appliedjyotish-planetary-font-Part-4 {
    display: flex;
    justify-content: space-around;
    width: 60%;
    margin: auto;
}

.appliedjyotish-planetary-font-Part-4 img {
    width: 40px;
    transform: translateY(190px);
}

.appliedjyotish-planetary-font-Part-5 {
    display: flex;
    justify-content: space-evenly;
    width: 35%;
    margin: auto;
}

.appliedjyotish-planetary-font-Part-5 img {
    width: 40px;
    transform: translateY(231px);
}


/* banner section end  */

/* table section start  */

table {
    /* border: 5px solid rgb(251, 252, 252) !important; */
    padding: 0;

}

th {
    background: #384047 !important;
    color: white !important;
    border: 1px solid rgb(179, 175, 175);
    padding: 14px !important;
}

td {
    background: #f5f5f5 !important;
    border-radius: 9px;
    border: 1px solid rgb(196, 196, 196);
    margin: 5px !important;
}

td span {

    font-weight: 600;
}

.table-chart img {
    width: 20px;
}

/* table section end  */
/* birth_chart style part start  */

.birth_chart {
    background-color: #fffefe;
    padding: 40px 0;
}

.birth-table {
    background-color: rgb(253, 251, 251);
    border-radius: 10px;
    box-shadow: 0 2px 7px 0 rgba(248, 248, 248, 0.952), 0 6px 20px 0 rgba(233, 232, 232, 0.842);

}

input[type=text] {
    color: #303C48;
    width: 100%;
    border: 1px solid #c7c4c4;
    background-color: white;
    box-shadow: .5084rem 1.1419rem 2.5rem 0 rgb(0 0 0 / 8%);
    border-radius: 5px;
    margin: 5px 0;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: .3s;

}

input[type=number] {
    color: #303C48;
    width: 100%;
    border: 1px solid #c7c4c4;
    background-color: white;
    box-shadow: .5084rem 1.1419rem 2.5rem 0 rgb(0 0 0 / 8%);
    border-radius: 5px;
    margin: 12px 0;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: .3s;

}

input[type=email] {
    color: #303C48;
    width: 100%;
    border: 1px solid #c7c4c4;
    background-color: white;
    box-shadow: .5084rem 1.1419rem 2.5rem 0 rgb(0 0 0 / 8%);
    border-radius: 5px;
    margin: 12px 0;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: .3s;

}

textarea {
    color: #303C48;
    width: 100%;
    border: 1px solid #c7c4c4;
    background-color: white;
    box-shadow: .5084rem 1.1419rem 2.5rem 0 rgb(0 0 0 / 8%);
    border-radius: 5px;
    margin: 12px 0;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: .3s;
    resize: vertical; /* Allows resizing vertically but not horizontally */
}

textarea:focus {
    border-color: rgb(116, 147, 179);
    box-shadow: 0 0 8px 0 rgb(210, 219, 228);
    outline: none; /* Ensures the default browser outline is removed */
}

select, .form-select {
    color: #303C48;
    width: 100%;
    border: 1px solid #c7c4c4;
    background-color: white;
    box-shadow: .5084rem 1.1419rem 2.5rem 0 rgb(0 0 0 / 8%);
    border-radius: 5px;
    margin: 12px 0;
    outline: none;
    padding: 8px 12px;
    box-sizing: border-box;
    transition: .3s;
    resize: vertical; /* Allows resizing vertically but not horizontally */
}

select:focus {
    border-color: rgb(116, 147, 179);
    box-shadow: 0 0 8px 0 rgb(210, 219, 228);
    outline: none; /* Ensures the default browser outline is removed */
}

input[type=tel]:focus {
    border-color: rgb(116, 147, 179);
    box-shadow: 0 0 8px 0 rgb(210, 219, 228);
}

input[type=tel] {
    color: #303C48;
    width: 370px !important;
    border: 1px solid #c7c4c4;
    background-color: white;
    box-shadow: .5084rem 1.1419rem 2.5rem 0 rgb(0 0 0 / 8%);
    border-radius: 5px;
    margin: 12px 0;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: .3s;

}

input[type=text]:focus {
    border-color: rgb(116, 147, 179);
    box-shadow: 0 0 8px 0 rgb(210, 219, 228);
}

input[type=email]:focus {
    border-color: rgb(116, 147, 179);
    box-shadow: 0 0 8px 0 rgb(210, 219, 228);
}

input[type=password] {
    color: #303C48;
    width: 100%;
    border: 1px solid #c7c4c4;
    background-color: white;
    box-shadow: .5084rem 1.1419rem 2.5rem 0 rgb(0 0 0 / 8%);
    border-radius: 5px;
    margin: 12px 0;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: .3s;

}

input[type=password]:focus {
    border-color: rgb(116, 147, 179);
    box-shadow: 0 0 8px 0 rgb(210, 219, 228);
}

.select-menu .select-btn {
    display: flex;
    background: #fff;
    color: #384047;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    outline: none;
    padding: 8px;
    font-weight: 400;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    border: 1px solid #c7c4c4;
    box-shadow: .5084rem 1.1419rem 2.5rem 0 rgb(0 0 0 / 8%);
}

.select-btn i {
    font-size: 18px;
    transition: 0.3s;
}

.select-menu.active .select-btn i {
    transform: rotate(-180deg);
}

.select-menu .options {
    position: relative;
    padding: 20px;
    margin-top: 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    display: none;
}

.select-menu.active .options {
    display: block;
}

.options .option {
    display: flex;
    height: 45px;
    cursor: pointer;
    padding: 0 16px;
    border-radius: 8px;
    align-items: center;

    background: #fff;
}

.options .option:hover {
    background: #F2F2F2;
}

.option i {
    font-size: 14px;
    margin-right: 12px;
}

.option .option-text {
    font-size: 16px;
    color: #384047;
}


.birth-table-horoscope select {
    color: #303C48;
    width: 100%;
    border: 1px solid #c7c4c4;
    background-color: white;
    box-shadow: .5084rem 1.1419rem 2.5rem 0 rgb(0 0 0 / 8%);
    border-radius: 5px;
    margin: 12px 0;
    outline: none;
    padding: 8px 12px;
    box-sizing: border-box;
    transition: .3s;
    resize: vertical;
}

.birth-table-horoscope select:focus {
    border-color: rgb(116, 147, 179);
    box-shadow: 0 0 8px 0 rgb(210, 219, 228);
}

.birth-chart-btn button {
    background-color: #F59D22;
    color: white;
    padding: 10px;
    border-radius: 5px;
    border: none;
}

.birth-chart-btn button:hover {
    background-color: #303C48;

}

/* 4 About section start */

.about_wrapper h2 {
    color: #000000;
}

.about_wrapper .card {
    width: 80%;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_wrapper .about-clinic {
    flex: 0 0 auto;
    width: 50%;
}

.about_wrapper .about-clinic:nth-child(1),
.about_wrapper .about-clinic:nth-child(2) {
    margin-bottom: 2.8125rem;
}

.about_wrapper .about-clinic:nth-child(2),
.about_wrapper .about-clinic:nth-child(4) {
    padding-left: 3.75rem;
}

.about_wrapper .line-1,
.about_wrapper .line-2 {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: .0313rem;
    height: 100%;
    background: var(--bg-dark);
}

.about_wrapper .line-2 {
    width: 100%;
    height: .0625rem;
}

.about_wrapper .about-animate {
    position: absolute;
    left: -2.5rem;
    bottom: 0;
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}

/* appliedjyotish-festival-wrapper section start  */

.appliedjyotish-festival-wrapper .card {
    padding: 1.25rem;
}

.appliedjyotish-festival-wrapper .card:hover {
    -webkit-transform: translateY(-0.625rem);
    transform: translateY(-0.625rem);
}


.jyotish-festival-sub-part {
    display: flex;
    grid-gap: 18px;
    align-items: center;
    border-bottom: 1px solid rgb(230, 230, 231);
    padding: 4px;
    margin-bottom: 3px;
}

.jyotish-festival-sub-part img {
    width: 80px;
    border-radius: 6px;
}

.jyotish-festival-sub-part p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 0;
    margin: 0;
}


/* appliedjyotish-festival-wrapper section end  */

/* appliedjyotish-panchang today style */

.appliedjyotish-panchang-header {

    padding: 30px 0;

}

.appliedjyotish-panchang-subhead {
    /* background-color: #f19007; */
    padding: 30px 0;
    width: 90%;
    margin: auto;
}

.appliedjyotish-panchang-content-part {
    display: flex;
    justify-content: space-between;


}

.banner-icon-style {
    grid-gap: 10px;

}

.appliedjyotish-panchang-icon {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
    width: 100%;

}

.appliedjyotish-panchang-icon button {
    display: flex;
    justify-content: end;

}

.appliedjyotish-panchang-icon input {
    width: 100%;

}

.appliedjyotish-panchang-icon i {
    color: #F59D22;
    font-size: 34px;

}

.appliedjyotish-panchang-chart {
    width: 100% !important;
}

.appliedjyotish-panchang-card-content {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 15px;
    margin: auto;
    width: 80%;
}

.appliedjyotish-panchang-card-content img {
    width: 30px;
    border-radius: 5px;
    margin: 6px;
}

.appliedjyotish-panchang-card {
    height: 80px;
}

.appliedjyotish-panchang-card p {
    font-size: 14px;
    line-height: 20px;


}

#hide-main-button {
    border: none;
    margin: 20px;

}

#hide-main-button img {

    width: 40px;
    background-color: white;

}

#hide-button {
    border: none;
    background-color: white;
}

.appliedjyotish-panchang-card {
    margin-bottom: 30px;
    width: 100px;
    text-align: center;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    box-shadow: 5px 5px 2px 1px rgba(176, 176, 238, 0.2);
}

.chart-container {
    width: 100%;
    margin-top: 20px;
    color: white;

}

.chart-container img {
    width: 100%;
    margin: auto;
    background-color: rgb(177, 173, 173);
}


/*6 Horoscope Section */

.appliedjyotish-horoscope-wrapper .card {
    padding: 14px;
}

.appliedjyotish-horoscope-wrapper .card:hover {
    -webkit-transform: translateY(-0.625rem);
    transform: translateY(-0.625rem);
}

.appliedjyotish-horoscope-card-section {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
}

.appliedjyotish-horoscope-wrapper .appliedjyotish-horoscope-img {
    margin: 0 auto;
    border: 1px solid #F59D22;
    border-radius: 50%;
    padding: 8px;
}

.appliedjyotish-horoscope-img img {
    width: 100px;

}

.appliedjyotish-horoscope-wrapper .appliedjyotish-horoscope-img:hover {
    background-color: #f0a02f;
}

/*7 article Section */

.appliedjyotish-article-wrapper .card {
    padding: 1.25rem;
}

.appliedjyotish-article-wrapper .card:hover {
    -webkit-transform: translateY(-0.625rem);
    transform: translateY(-0.625rem);
}

.appliedjyotish-article-wrapper .appliedjyotish-article-img img {
    width: 200px;
    border-radius: 5px;
}

.appliedjyotish-article-btn {
    background-color: #F59D22;
    margin: 5px 0;
    color: white;
    padding: 8px 10px;
    border-radius: 5px;
    border: none;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(89, 39, 227, 0.25);
    /* box-shadow: 0px 4px 24px 0px rgba(89, 39, 227, 0.25); */
    text-align: center;

}

.appliedjyotish-article-btn-close {
    background-color: #303C48;
    margin: 5px 0;
    color: white;
    padding: 8px 10px;
    border-radius: 5px;
    border: none;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(89, 39, 227, 0.25);
    /* box-shadow: 0px 4px 24px 0px rgba(89, 39, 227, 0.25); */
    text-align: center;

}

.appliedjyotish-article-btn i {
    font-size: 10px;
    border-radius: 50%;
    box-shadow: inset -3px -3px 7px #d4d0bf73, inset 1px 1px 1px rgba(94, 104, 121, .288);
}

.appliedjyotish-article-btn:hover {
    background-color: #303C48 !important;
}

.appliedjyotish-article-btn-clos:hover {
    background-color: #303C48 !important;
}

/* astrology section style  */

.appliedjyotish-astrology-head {
    background-color: #fff7f3;
    padding: 40px 0;
}

.applied-horizontal-lines {
    display: flex;
    justify-content: center;
    align-items: center;
}

.applied-horizontal-lines span {
    height: 10px;
    width: 10px;
    border: 3px solid #F59D22;
    transform: rotate(45deg);

}

.box-style {
    height: 3px;
    width: 240px;
    background-color: #F59D22;
}

/* footer part */


.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #F59D22;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text-address h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text-address {
    display: inline-block;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #1877F2;
}

.twitter-bg {
    background: #1DA1F2;
}

.google-bg {
    background: #48C0A3;
}

.instagram-bg {
    background: #405DE6;
}

.linkedin-bg {
    background: #0077B5;
}

.youtube-bg {
    background: #FF0000;
}

.pinterest-bg {
    background: #E60023;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #F59D22;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #F59D22;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

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

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}


/* Horoscope section all style part  */

.horoscope-subHead {
    background-color: #fafafa;;
    padding: 20px;
}

.Horoscope-head {
    padding-top: .50rem;
}

.Horoscope-head .card {
    padding: .25rem;
}

.Horoscope-head .appliedjyotish-horoscope-img {
    margin: 0 auto;
}

/*horoscope 2nd Section */

.horoscope-2ndpart .card {
    padding: 1.25rem;
    text-align: start !important;
}

.horoscope-2ndpart .card:hover {
    -webkit-transform: translateY(-0.625rem);
    transform: translateY(-0.625rem);
}

.horoscope-2ndpart .appliedjyotish-article-img {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0 auto;
}

.appliedjyotish-article-content {
    display: flex;
    justify-content: center;
    grid-gap: 5px;
    align-items: center;
}

.appliedjyotish-article-content i {
    font-size: 34px;
    color: white;
    padding: 8px 10px;
    border-radius: 10px;
    background-color: #303C48;
}


/* birth table  */
/* birth_chart style part start  */

.birth_horoscope {
    background-color: white;
    padding: 5px 0;
}

.bg-testimonial {
    background-image: url('../images/bgImage/kundliForm.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 20px;
}

.bg-backgroung {
    background: #fff7f3;
    padding: 20px;
}

.birth-table-horoscope {
    background-color: rgb(253, 251, 251);
}

.birth-chart-btn button {
    background-color: #F59D22;
    color: white;
    padding: 10px;
    border: none;
}

.birth-calculate-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.advanceButton {
    color: #fa0404;
    font-weight: bold;
    border: 1px solid #f0f3f3;
    background-color: white;
    box-shadow: .5084rem 1.1419rem 2.5rem 0 rgb(0 0 0 / 8%);
    border-radius: 5px;
    padding: 8px 10px;
    box-sizing: border-box;
    transition: .3s;
}

#myH6 {
    display: none;
}

/* horoscope details part style start  */

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 60px auto;
}

.Container {
    padding: 10px 50px;
    position: relative;
    width: 50%;
}

.text-box {
    padding: 12px 15px;
    background-color: #fafafa;
    position: relative;
    border-radius: 6px;
    font-size: 15px;

}

.AStrology-details-part {
    text-align: center;
}

.AStrology-details-part img {
    width: 300px;
}

.left-container {
    left: 0;
}

.right-container {
    left: 50%;
}

.left-image {
    position: absolute;
    width: 35px;
    border-radius: 50%;
    background-color: rgb(236, 234, 229);
    right: -20px;
    top: 32px;
    z-index: 10;

}

.right-image {
    position: absolute;
    width: 35px;
    border-radius: 50%;
    background-color: rgb(236, 234, 229);

    top: 32px;
    z-index: 10;
    left: -20px;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background-color: #fafafa;
    top: 0;
    left: 50%;
    margin-left: -3px;
    z-index: -1;
    animation: moveline 6s linear forwards;
}

@keyframes moveline {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}


.left-container-arrow {
    height: 0;
    width: 0;
    position: absolute;
    top: 28px;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid rgba(0, 0, 0, 0.3);
    right: -15px;

}

.right-container-arrow {
    height: 0;
    width: 0;
    position: absolute;
    top: 28px;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid rgba(0, 0, 0, 0.3);
    left: -15px;
}


/* single part artcle sectin start  */

.Single_appliedjyotish-article-part .card {
    padding: 1.25rem;
    text-align: start !important;
}

.Single_appliedjyotish-article-part .card:hover {
    -webkit-transform: translateY(-0.625rem);
    transform: translateY(-0.625rem);
}

.Single_appliedjyotish-article-part .appliedjyotish-article-img {

    justify-content: start;
    margin: 0 auto;
}

.single-appliedjyotish-article-content {
    display: flex;
    justify-content: start;
    grid-gap: 5px;
    padding-top: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);

}

.single-appliedjyotish-article-content i {
    font-size: 30px;
    color: white;
    padding: 10px 11px;
    border-radius: 50%;
    background-color: #303C48;
}

.appliedjyotish-article-2nd-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.appliedjyotish-article-2nd-content i {
    font-size: 18px;
    grid-gap: 5px;
    color: #F59D22;
}

.appliedjyotish-article-pragraph {
    padding: 15px 0px;
}


/* single part artcle sectin start  */

.Single_appliedjyotish-article-part .card {
    padding: 1.25rem;
    text-align: start !important;
}

.Single_appliedjyotish-article-part .card:hover {
    -webkit-transform: translateY(-0.625rem);
    transform: translateY(-0.625rem);
}

.Single_appliedjyotish-article-part .appliedjyotish-article-img {

    justify-content: start;
    margin: 0 auto;
}

.single-appliedjyotish-article-content {
    display: flex;
    justify-content: start;
    grid-gap: 5px;
    padding-top: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);

}

.single-appliedjyotish-article-content i {
    font-size: 30px;
    color: white;
    padding: 10px 11px;
    border-radius: 50%;
    background-color: #303C48;
}

.appliedjyotish-article-2nd-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.appliedjyotish-article-2nd-content i {
    font-size: 18px;
    grid-gap: 5px;
    color: #F59D22;
}

.appliedjyotish-article-pragraph {
    padding: 15px 0px;
}

/* single part artcle sectin start  */

.Single_appliedjyotish-article-part .card {
    text-align: start !important;
}

.Single_appliedjyotish-article-part .card:hover {
    -webkit-transform: translateY(-0.625rem);
    transform: translateY(-0.625rem);
}

.Single_appliedjyotish-article-part .appliedjyotish-article-img {

    justify-content: start;
    margin: 0 auto;
}


.single-appliedjyotish-article-content {
    display: flex;
    justify-content: start;
    grid-gap: 5px;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);

}

.single-appliedjyotish-article-content i {
    font-size: 30px;
    color: white;
    padding: 10px 11px;
    border-radius: 50%;
    background-color: #303C48;
}

.appliedjyotish-article-2nd-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.appliedjyotish-article-2nd-content i {
    font-size: 18px;
    grid-gap: 5px;
    color: #F59D22;
}

.appliedjyotish-article-pragraph {
    padding: 12px 0px;
}

/* single 2nd part artcle sectin start  */

.Single_appliedjyotish-article-2ndpart {
    padding: 30px 0;
}

.Single_appliedjyotish-article-2ndpart .card {
    padding: 1.25rem;
    text-align: start !important;
}

.Single_appliedjyotish-article-2ndpart .card:hover {
    -webkit-transform: translateY(-0.625rem);
    transform: translateY(-0.625rem);
}


.single-2nd-appliedjyotish-article-content {
    display: flex;
    justify-content: center;
    grid-gap: 15px;
    margin: 10px 0;
    padding-top: 18px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);

}

.single-2nd-appliedjyotish-article-content i {
    font-size: 30px;
    color: white;
    padding: 10px 11px;
    border-radius: 50%;
    background-color: #303C48;
}

.appliedjyotish-article-2nd-pragraph h6 {
    text-align: center;
    color: #F59D22 !important;
}


/* single aires section design part start  */

.aires-cover-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* aires content part  */

.aires_head {
    /*background-color: #fafafa;*/
    padding: 40px 0;
}

.aires_head h3 {
    color: #F59D22 !important;
    font-weight: 500;
}

.aires-icons-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /*grid-gap: 160px;*/
}

.aires-all-icons {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
}

.aires-all-icons i {
    font-size: 42px;
    color: #303C48;
}

.aires-all-icons img {
    width: 70px;
    padding: 0;
    margin: 0;
}

.aires-buttons {
    display: flex;
    align-items: center;
}


/* single aires section design part end */
/* Check My Astro calendar part style section start  */

.appliedjyotish-calender-head {
    background-color: #fafafa;
    padding: 40px 0;
}

/* Check My Astro calendar  */

/* Calendar Container */

.calendar-container {
    max-width: 100%;
    margin: 20px auto;
    border: 2px solid #BCC1C5;
    border-radius: 10px;
    background-color: #F7F9FA;
    padding: 20px;
    font-family: Arial, sans-serif;
}

/* Calendar Header */

.appliedjyotish-calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #3A4958;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.appliedjyotish-calendar-header span {
    background-color: white;
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #3A4958;
}

.appliedjyotish-calendar-header .title {
    font-size: 20px;
    font-weight: bold;
}

/* Day Names */

.day-name {
    background-color: #dddedf;
    color: #3A4958;
    text-align: center;
    border: 1px solid #D1D5D9;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
}

/* Calendar Days */

.calendar-days {
    text-align: center;
}

.calendar-days .day {
    padding: 12px 5px;
    border: 1px solid #D1D5D9;
    font-size: 14px;
    position: relative;
}

.calendar-days .day.weekend {
    background-color: #FFEDAD !important;
}

.calendar-days .weekend .day-date {
    color: #ff0000 !important;
}

.calendar-days .day.holiday {
    color: #ff0000 !important;
    font-weight: bold;
}

.calendar-days .day.highlight {
    background-color: #FFEDAD;
}

/* Bengali Numbers */

.bengali-number {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 14px;
    color: #c17203;
    font-weight: bold;
}

/* Navigation Arrows */

.nav-arrow {
    cursor: pointer;
    font-size: 20px;
}


/* ............calendar section ................. */

.appliedjyotish-calender-icon {
    display: flex;
    justify-content: space-between;
}

.appliedjyotish-calender-singleIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 8px;
}

.appliedjyotish-calender-singleIcon i {
    color: #F59D22;
    font-size: 34px;
}

.appliedjyotish-calender-sub-content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 12px;
    text-align: center;
    color: white;
    background-color: #303C48;
    padding: 10px 0;
}

.appliedjyotish-calender-sub-content i {
    font-size: 24px;
    padding-top: 8px;
}


/* calander image section start */

.appliedjyotish-all-festivals-image .appliedjyotish-festivalImage-card {
    padding: 14px;
}

.appliedjyotish-about-us {
    padding: 14px;
}

.appliedjyotish-all-festivals-image .appliedjyotish-festivalImage-card:hover {
    -webkit-transform: translateY(-0.625rem);
    transform: translateY(-0.625rem);
}

.appliedjyotish-festivalsImage-card-section {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
}

.appliedjyotish-all-festivals-image .appliedjyotish-horoscope-img {
    margin: 0 auto;

}

.appliedjyotish-horoscope-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.panchang-img img {
    width: 50px;
    height: 50px;
}

.appliedjyotish-festivalImage-card {
    border-radius: .625rem;
    background-color: var(--bg-white);
    padding: 1.75rem 1.125rem 1.6875rem;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 1px solid #f1f2f3;
    text-align: center;
}

.appliedjyotish-festivalImage-card:hover {

    box-shadow: .5084rem 1.1419rem 2.5rem 0 rgb(0 0 0 / 8%);

}

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

/* ................login section style part start ....................... */

.Login-Head {
    background: rgb(228, 229, 247);;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    justify-content: center;
    align-items: center;

}

.Login-logo {
    text-align: center;
}

.Login-logo img {
    width: 150px;
}

.login-card {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px 40px;
    width: 100%;
    max-width: 450px;
    margin: 20px auto;
}

.login-card h3 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;

}

.login-btn {
    width: 100%;
    border-radius: 30px;
    padding: 10px;
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    font-weight: bold;
}

.login-btn:hover {
    background: linear-gradient(135deg, #5a0dbf 0%, #1d69e8 100%);
}

.social-login {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.forgate-form-group {
    display: flex;
    justify-content: end;
}

.social-login a {
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.signup-link {
    text-align: center;
    margin-top: 20px;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-group input:not([type="checkbox"]):not([type="radio"]) {
    width: 100%;
    padding: 10px 15px 10px 45px;
    /* Extra padding for the icon */
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.form-group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 18px;
}

.form-group input::placeholder {
    color: #aaa;
}

/* .................login section style part Exit .........................*/


/* Check My Astro calendar part style section exit */

/**
* Swiper 8.3.2
* Most modern mobile touch slider and framework with hardware accelerated transitions
* https://swiperjs.com
*

*/

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}


/*==========blog============*/

.section__space {
    padding: 30px 0px;
}


.section__space__top {
    padding-top: 120px;
}

.section__space__bottom {
    padding-bottom: 120px;
}

.pagination {
    margin-top: 60px;
}


.pagination .page-link {
    margin: 0px;
    padding: 0px;
    border: 0px solid transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    background-color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #13216e;
    font-weight: 600;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
    box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
}


.pagination .page-link:hover {
    color: #ffffff;
    background-color: #F59D22;
}

.pagination .page-item:last-of-type .page-link {
    margin-right: 0px;
    margin-left: 20px;
    width: 90px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
    box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
}


.pagination .page-item:last-of-type .page-link:hover {
    background-color: #F59D22;
    color: #ffffff;
}

.pagination .page-item:first-of-type .page-link {
    margin-right: 40px;
    width: 90px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
    box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
}


.pagination .page-item:first-of-type .page-link:hover {
    background-color: #F59D22;
    color: #ffffff;
}

.featured__large__post {
    padding: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
    box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
    border-radius: 10px;
}

.featured__large__post .thumbnail {
    display: block;
    width: 100%;
    overflow: hidden;
}

.featured__large__post .thumbnail img {
    width: 100%;
    height: auto;
    min-height: 200px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


.featured__large__post .blog__content {
    padding: 24px 20px 14px;
}


.featured__large__post .blog__content a {
    color: #F59D22;
}

.featured__large__post .blog__content a:hover {
    color: #4e0dff;
}

.featured__large__post .blog__content h4 a {
    color: #13216e;
}

.featured__large__post .blog__content p {
    margin: 20px 0px;
}

.featured__large__post:hover .thumbnail img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog__overview__area .row {
    margin-bottom: -30px;
}

.featured__large__post,
.featured__post {
    margin-bottom: 30px;
}

.featured__post-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px;
    padding: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
    box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
    border-radius: 10px;
    margin-bottom: 20px;
}


.featured__post-single:last-of-type {
    margin-bottom: 0px;
}

.featured__post-single .thumbnail {
    display: inline-block;
}

.featured__post-single .thumbnail img {
    width: 233px;
    height: 144px;
    border-radius: 0px;
}

.featured__post-single-content h5 {
    margin-bottom: 13px;
    max-width: 300px;
}

.featured__post-single-content h5 a {
    color: #13216e;
}

.featured__post-single-content a {
    color: #F59D22;
}

.featured__post-single-content a:hover {
    color: #4e0dff;
}

.latest__post {
    background-color: #f7f9ff;
}

.latest__post .featured__large__post {
    margin-bottom: 30px;
}

.latest__post .featured__large__post h5 a {
    color: #13216e;
}

.latest__post .featured__large__post h5 a:hover {
    color: #F59D22;
}

.latest__post .featured__large__post p {
    margin-bottom: 30px;
}


.latest__post .featured__large__post .blog__content {
    padding-left: 10px;
    padding-right: 10px;
}

.latest__post .latest__blog__shuffle {
    margin-bottom: -30px;
}

.filter__bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 37px;
}


.filter__bar .filter__bar__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.filter__bar .filter__bar__tab {
    padding: 10px 20px;
    border-radius: 0px;
}


.blog__newsletter {
    padding: 40px 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
    box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
    border-radius: 10px;
    text-align: center;
}


.blog__newsletter img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 34px;
}


.blog__newsletter h4 {
    text-align: center;
    margin-bottom: 13px;
}


.blog__newsletter p {
    text-align: center;
}

.blog__newsletter form {
    margin-top: 36px;
}

.blog__newsletter input {
    background-color: #fbf8ff;
    border: 1px solid #c3c7e4;
    color: #13216e;
}

.blog__newsletter input::-webkit-input-placeholder {
    color: #434e9e50;
    font-weight: 600;
}

.blog__newsletter input:-ms-input-placeholder {
    color: #434e9e50;
    font-weight: 600;
}

.blog__newsletter input::-ms-input-placeholder {
    color: #434e9e50;
    font-weight: 600;
}

.blog__newsletter input::placeholder {
    color: #434e9e50;
    font-weight: 600;
}

.blog__newsletter .button {
    width: 100%;
    margin-top: 20px;
}

.blog__popular {
    margin-top: 30px;
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
    box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
    border-radius: 10px;
}


.blog__popular h5 {
    font-weight: 700;
    color: #13216e;
    margin-bottom: 20px;
}

.blog__popular__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 0px;
    border-top: 1px solid #c3c7e4;
}

.blog__popular__single:last-of-type {
    padding-bottom: 0px;
}


.blog__popular__single img {
    width: 150px;
    height: 110px;
    border-radius: 0px;
}

.blog__popular__single .blog__popular__single-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.blog__popular__single .blog__popular__single-content h6 {
    margin-bottom: 15px;
}

.blog__popular__single .blog__popular__single-content h6 a {
    color: #13216e;
}

.blog__popular__single .blog__popular__single-content h6 a:hover {
    color: #F59D22;
}

.blog__popular__single .blog__popular__single-content a {
    color: #F59D22;
}

.blog__popular__single .blog__popular__single-content a:hover {
    color: #13216e;
}

.blog__popular__single .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.blog__popular__single .categories a:hover {
    color: #F59D22;
}

.latest__blog__shuffle__list {
    margin-bottom: -30px;
}

.latest__blog__shuffle__list .featured__large__post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}


.latest__blog__shuffle__list .featured__large__post .thumbnail {
    max-width: 396px;
    min-height: 230px;
}


.latest__blog__shuffle__list .featured__large__post .thumbnail img {
    width: 100%;
    height: 100%;
    min-height: 230px;
}

.latest__blog__shuffle__list .featured__large__post .blog__content {
    padding: 0px;
}


.latest__post {
    position: relative;
}

.latest__post .left__wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.latest__post .right__wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.blog__single__post {
    position: relative;
    top: -140px;
    margin-bottom: -140px;
}

.blog__single__post__content {
    padding: 40px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
    box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
    max-width: 1076px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 10px;
}


.blog__single__post__content h2 {
    margin-bottom: 20px;
}


.blog__single__post__content .group {
    margin-top: 47px;
}


.blog__single__post__content .group p {
    margin-top: 13px;
}


.blog__single__post__content .group ol {
    list-style-type: number;
    margin: 0px;
    padding: 0px;
    list-style-position: inside;
    margin-top: 28px;
}


.blog__single__post__content .group ol li {
    font-weight: 600;
    margin-top: 5px;
}

.blog__single__post__content .group ol li:first-of-type {
    margin-top: 0px;
}

.blog__single__post__content .group .quot {
    padding: 60px;
    margin-top: 36px;
    background-color: #e7e7ff;
    border-radius: 10px;
}


.blog__single__post__content .group .quot blockquote {
    text-align: center;
}

.blog__single__post__content .poster {
    margin: 57px 0px 0px;
}


.blog__single__post__content .poster img {
    width: 100%;
    height: auto;
    min-height: 200px;
    border-radius: 10px;
}


.blog__details__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}


.blog__details__head .blog__item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 50px;
}

.blog__details__head .dat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}


.blog__details__head .dat img {
    max-width: 25px;
    height: auto;
}

.blog__social .social a {
    background-color: #f6f9ff;
    border: 1px solid #aeb4c3;
}

.blog__social .social a:hover {
    background-color: #F59D22;
}

.blog__social .social a:hover i {
    color: #ffffff;
}

.blog__social .social a i {
    color: #F59D22;
}

.blog__post__author {
    max-width: 1076px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 80px;
    background-color: #126166;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}


.blog__post__author img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
}


.blog__post__author p {
    margin-top: 13px;
}


.blog__post__author .social {
    margin-top: 23px;
}


.blog__post__author .social a {
    background-color: #f6f9ff;
    border: 1px solid #aeb4c3;
}

.blog__post__author .social a:hover {
    background-color: #F59D22;
}

.blog__post__author .social a:hover i {
    color: #ffffff;
}

.blog__post__author .social a i {
    color: #F59D22;
}

.latest__post__features {
    background-color: #f4f6ff;
}

.latest__post__features .title__with__cta {
    margin-bottom: 50px;
}


.latest__post__features .altr {
    margin-bottom: -30px;
}

.latest__post__features .featured__large__post {
    margin-bottom: 30px;
}

.latest__post__features .featured__large__post h5 a {
    color: #13216e;
}


.sidebar .widget {
    margin-bottom: 30px;
    position: relative;
}

.utf-sidebar-widget-item {
    margin-bottom: 30px;
    display: block;
    background: #ffffff;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.15);
}

.utf-sidebar-widget-item .utf-boxed-list-headline-item {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}

.utf-sidebar-widget-item .utf-boxed-list-headline-item h3 {
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 8px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.utf-sidebar-widget-item .utf-boxed-list-headline-item h3::before {
    background: #F59D22;
    border: 0 none;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -2px;
    width: 40px;
    border-radius: 30px;
}

.widget .utf-search-blog-input input {
    transition: box-shadow 0.2s !important;
    margin-bottom: 5px;
}

.widget .utf-search-blog-input .input:before {
    content: "\e090";
    font-size: 18px;
    color: #fff;
    position: absolute;
    display: inline-block;
    font-family: "simple-line-icons";
    right: 0px;
    top: 5px;
    margin-bottom: 0;
    background-color: #F59D22;
    padding-left: 0;
    width: 53px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

/*==============single blog================*/

.blog-post {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    margin: 15px 0;
}

section.fullwidth .blog-post {
    margin: 5px 0 15px 0;
}

.post-img {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}

.post-img img {
    width: 100%;
    border-radius: 3px 3px 0 0;
}

.utf-post-content-area {
    padding: 25px 20px;
    text-align: left;
}

.utf-post-content-area span {
    margin: 0 0 10px 0;
    display: inline-block;
    color: #808080;
}

.utf-blog-item-post-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 14px;
    opacity: 1;
}

.utf-blog-item-post-list li {
    display: inline-block;
    margin-right: 5px;
    background: #f0f0f0;
    padding: 1px 10px;
    border-radius: 6px;
    color: #727272;
    font-weight: 600;
    margin-bottom: 5px;
}

.utf-post-content-area p {
    margin: 10px 0 0;
}

.utf-post-content-area h3 {
    margin: 0;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.utf-post-content-area h3 a {
    color: #333;
    font-weight: 700;
}

.utf-post-content-area h3 a:hover {
    color: #F59D22;
}

.utf-post-content-area .meta-tags span {
    margin: 0 0 15px 0;
    display: inline-block;
    color: #888;
}

.utf-post-content-area a.read-more {
    color: #F59D22;
    margin: 23px 0 2px 0;
    display: inline-block;
}

a.read-more i {
    font-size: 20px;
    position: relative;
    padding-left: 4px;
    top: 1px;
    transition: 0.2s;
}

a.read-more:hover i {
    padding-left: 7px;
}

.post-meta {
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
}

.post-meta li {
    font-size: 14px;
    color: #727272;
    margin-bottom: 10px;
    display: inline-block;
    background-color: #f0f0f0;
    border-radius: 4px;
    line-height: 20px;
    font-weight: 600;
    padding: 4px 10px;
    margin-right: 5px;
    transition: 0.3s;
}

.post-meta li:last-child {
    margin-right: 0;
}

.post-meta li a {
    color: #888;
}

.post-meta li a:hover {
    color: #F59D22;
}

.blog-page .blog-post {
    margin: 0;
}

.utf-search-blog-input {
    position: relative;
}

.utf-quote-box {
    background-image: url(../images/quote_bg.jpg);
    background-size: cover;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 24, 128, 0.1);
    padding: 35px 30px;
    z-index: 1;
    color: #fff;
    text-align: center;
}

.utf-quote-info {
    z-index: 2px;
    position: relative;
}

.utf-quote-box::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0c1017;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 4px;
}

.utf-quote-box h4 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.utf-quote-box p {
    opacity: 0.9;
    font-size: 16px;
    line-height: 26px;
}

#contact textarea, #contact input {
    transition: box-shadow 0.2s !important;
    margin-bottom: 25px;
}

.widget .utf-search-blog-input input {
    transition: box-shadow 0.2s !important;
    margin-bottom: 5px;
}

#contact textarea:focus, #contact input:focus, .widget .utf-search-blog-input input:focus {
    transition: box-shadow 0.2s !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}

.widget-tabs {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget-tabs li {
    padding: 0 0 27px 0;
    margin: 24px 0 0 0;
    border-bottom: 1px solid #e0e0e0;
}

.widget .tab-content {
    padding-bottom: 0;
}

.widget-thumb a img {
    display: block;
    width: 95px;
    height: 95px;
    float: left;
    border-radius: 4px;
    margin: 0;
}

.utf-sidebar-categorie ul {
    display: inline-block;
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.utf-sidebar-categorie ul li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    display: inline-block;
    padding: 7px 0;
}

.utf-sidebar-categorie ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.utf-sidebar-categorie ul li a {
    color: #626262;
    font-weight: 600;
}

.utf-sidebar-categorie ul li a:hover {
    color: #F59D22;
    letter-spacing: 0.5px;
}

.utf-sidebar-categorie ul li span {
    color: #777777;
    font-size: 13px;
    text-align: right;
    float: right;
    font-weight: 600;
}

.task-tags {
    display: block;
    margin: 23px 0 3px 0;
}

.task-tags span {
    color: #727272;
    background-color: #f0f0f0;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    background-color: rgba(102, 103, 107, .07);
    color: #66676b;
    display: inline-block;
    padding: 5px 15px;
    margin: 4px 2px;
    text-transform: capitalize;
    line-height: 24px;
}

.task-tags span:hover {
    background: #F59D22;
    color: #ffffff;
}

.widget-thumb {
    width: 80px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 4px;
    margin-top: 5px;
}

.utf-sidebar-widget-item .utf-detail-banner-add-section {
    text-align: center;
}

.widget-text h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.widget-text h5 a {
    color: #333;
}

.widget-text h5 a:hover {
    color: #F59D22
}

.widget-text span {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    background: #429523;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 2px;
}

.widget-thumb {
    display: inline-block;
}

.widget-thumb a img {
    width: 100%;
    height: auto;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.widget-thumb a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.widget-text {
    display: inline-block;
    width: 70%;
    padding: 0;
    position: relative;
}

.widget-tabs .widget-content {
    display: table;
}

.widget-tabs .widget-content .widget-text {
    display: table-cell;
    vertical-align: middle;
}

.widget-tabs li {
    padding: 0 0 10px 0;
    margin: 15px 0 0 0;
}

.widget-tabs li:first-child {
    padding: 0 0 10px 0;
    margin: 0;
}

.widget-tabs li:last-child {
    border: none;
    padding-bottom: 0;
}

.widget h3 {
    margin-top: 0;
    margin-bottom: 25px;
}

.single-post p {
    margin: 10px 0;
}

.single-post p:last-child {
    margin-bottom: 0px;
}

.single-post .post-img {
    border-radius: 3px 3px 0 0;
}

.blog-page .blog-post .utf-post-content-area, .single-post .utf-post-content-area {
    padding: 25px 10px;
}

.utf-detail-social-sharing ul {
    margin: 0;
    margin-top: 5px;
    padding: 0;
    list-style: none;
    cursor: default;
}

.utf-detail-social-sharing ul li {
    display: inline-block;
    font-size: 24px;
}

.utf-detail-social-sharing ul li a {
    background: #f7f7f7;
    color: #a0a0a0;
    width: 40px;
    height: 40px;
    line-height: 32px;
    padding: 5px;
    border-radius: 40px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 4px 1px 0px rgba(0, 0, 0, 0.08);
}

.utf-detail-social-sharing ul li a:hover {
    background: #ffffff;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.utf-detail-social-sharing ul li a i.icon-brand-facebook-f {
    color: #3b5998;
}

.utf-detail-social-sharing ul li a i.icon-brand-twitter {
    color: #1da1f2;
}

.utf-detail-social-sharing ul li a i.icon-brand-linkedin-in {
    color: #0077b5;
}

.utf-detail-social-sharing ul li a i.icon-brand-google-plus-g {
    color: #dd4b39;
}

.utf-detail-social-sharing ul li a i.icon-brand-whatsapp {
    color: #25D366;
}

.utf-detail-social-sharing ul li a i.icon-brand-pinterest-p {
    color: #c8232c;
}

/* Comments
------------------------------------- */

.comments {
    margin: -10px 0 0 0;
}

.comments h4 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.comments h4 span {
    display: inline-block;
    font-size: inherit;
}

.comment {
    font-size: 20px;
}

.comments .button {
    margin: 0 0 10px 0;
    padding: 7px 15px;
}

.comments.reviews .button {
    margin: 0;
}

.comments ul {
    padding-left: 0;
}

.comments ul li {
    display: block;
}

.comments ul li, .comments ul li ul li, .comments ul li ul li ul li, .comments ul li ul li ul li {
    margin: 30px 0 0 0px;
}

.comments ul li ul {
    margin: 0 0 0 100px;
}

.comment-content p {
    margin: 3px 0 0 0;
    line-height: 26px;
}

.comment-content {
    background: #ffffff;
    color: #666;
    padding: 20px 20px 20px 90px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

blockquote {
    padding: 20px 25px;
    margin: 10px 0;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #787878;
    border-left: 5px solid #F59D22;
    background: #f7f7f7;
    border-radius: 4px;
}

.comments ul li {
    position: relative;
}

.comment-content strong {
    padding-right: 5px;
    color: #666;
}

.comment-content span {
    color: #888;
}

body .comment-content p {
    padding: 5px 0 0 0;
    color: #727272;
    font-size: 15px;
}

.comments-amount {
    color: #888;
    font-weight: 500;
}

.avatar {
    display: inline-block;
    float: left;
    padding: 25px 15px 0 15px;
    position: absolute;
    left: 0px;
    top: -5px;
}

.avatar img {
    max-width: 80px;
    border-radius: 50%;
}

.comment-by {
    width: auto;
    font-weight: 600;
    color: #333;
    background-color: #f0f0f0;
    padding: 6px 12px;
    line-height: 22px;
    font-size: 16px;
    border-radius: 4px;
    display: inline-block;
}

.comment-by h5 {
    margin: 0 0 7px 0;
}

.comment-by a.reply, .comment-by a.reply i {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.comment-by a.reply {
    display: inline;
    background-color: #F59D22;
    padding: 4px 10px;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 4px;
}

.comment-by a.reply i {
    font-size: 12px;
    margin-right: 4px;
}

.comment-by a.reply:hover {
    background-color: #424242;
}

.comment-by a.reply:hover, .comment-by a.reply:hover i {
    color: #fff;
}

.comment-by span.date {
    color: #888;
    font-size: 14px;
    font-weight: 600;
    margin: 4px 0 0 0;
    float: none;
    display: block;
    text-align: left;
}

.add-comment label span {
    color: #e24747;
}

.add-comment input {
    margin: 0 0 25px 0;
    width: 100%;
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.add-comment textarea:focus, .add-comment input:focus {
    transition: box-shadow 0.2s !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}

.add-comment textarea {
    margin: 0 0 30px 0;
    width: 100%;
    min-width: 100%;
    min-height: 180px;
    resize: vertical;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.utf-inner-blog-section-title {
    width: 100%;
    background-color: #424242;
    border-radius: 4px;
    padding: 14px 18px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.utf-inner-blog-section-title h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.utf-inner-blog-section-title h4 i {
    background: #fff;
    color: #424242;
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 26px;
    text-align: center;
    border-radius: 50px;
    vertical-align: middle;
    padding: 5px;
}

/*=================shuvo muhurat===========*/
.appliedjyotish-muhurat {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);;
    padding: 10px;
    border-radius: 5px;
    width: 170px;
    height: auto;
}

.appliedjyotish-muhurat-card {
    background-color: #fff7e6;
    border: none;
    border-radius: 50%;
    padding: 10px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* added shadow */
}

.appliedjyotish-muhurat-icon {
    max-width: 100%;
    max-height: 100%;
}

.appliedjyotish-muhurat-label {
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

.blog-post {
    background-color: #fff;
    padding-bottom: 20px;
    position: relative;
}

.blog-post .thumb {

}

.blog-post .date-box {
    display: table-cell;
    padding-left: 16px;
    padding-right: 15px;
    padding-top: 18px;
    vertical-align: top;
}

.blog-post .date-box .inner {
    text-align: center;
    width: 65px;
}

.blog-post .date-box .inner .date {
    background: #091426 none repeat scroll 0 0;
    color: #fcab03;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 6px;
    text-transform: uppercase;
}

.blog-post .date-box .inner .comment {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e6e6e6;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    color: #091426;
    font-size: 20px;
    font-weight: 500;
    line-height: 17px;
    padding: 16px 0;
}

.blog-post .content {
    display: table-cell;
    vertical-align: top;
    padding-top: 18px;
}

.blog-post .content h3 {
    font-size: 22px;
    letter-spacing: 0.9px;
    margin-bottom: 6px;
    padding-top: 0;
    text-transform: uppercase;
}

.blog-post .read-btn {
    background-color: #091426;
    border-top: 1px solid #eee;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
    padding: 16px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.blog-post .read-btn:hover {
    background-color: #fcab03;
    color: #fff;
}

.blog-post .read-btn i {
    font-size: 15px;
    margin-left: 14px;
    position: relative;
    top: 1px;
}


.blog-small-item {
    margin-bottom: 28px;
}

.blog-small-item img {
    float: left;
    position: relative;
    width: 68px;
}

.blog-small-item .tex {
    padding-left: 84px;
    padding-top: 0;
}

.blog-small-item .tex h5 {
    color: #989898;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.popup-link {
    display: flex;
    flex-wrap: wrap;
}

.popup-link img {
    width: 100%;
    max-width: 100%;
    height: auto;
}


/*=========FAQ==========*/

#FAQ {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.accordian {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 15px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
}

.item {
    background-color: #e7ecf5;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 8px;
    position: relative;
    transition: background-color 0.3s ease;
}

.item.selected {
    background-color: #ffffff;
}

.item::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fcab03;
}

.item-matching {
    background-color: #e7ecf5;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 8px;
    position: relative;
    transition: background-color 0.3s ease;
}

.item-matching.selected {
    background-color: #ffffff;
}

.item-matching::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fcab03;
}

.FAQ-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    color: #131414;
}

.FAQ-title-matching {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    color: #131414;
}

.faqQuestion {
    font-size: 18px;
    font-weight: bold;
    color: #131414;
    text-align: start;
}

.FAQ-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s cubic-bezier(0, 1, 0, 1);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #131414;
}

.FAQ-content.show {
    max-height: 9999px;
    transition: max-height 0.8s cubic-bezier(1, 0, 1, 0);
}

.FAQ-content-matching {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s cubic-bezier(0, 1, 0, 1);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #131414;
}

.FAQ-content-matching.show {
    max-height: 9999px;
    transition: max-height 0.8s cubic-bezier(1, 0, 1, 0);
}

.expandToggle {
    background: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.FAQ-ShowMore {
    text-align: center;
    margin-top: 10px;
}

.FAQ-ShowMore button {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    background-color: #fcab03;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.FAQ-ShowMore button:hover {
    background-color: #fcab03;
    color: black;
    font-weight: 700;
}


/*===============course===============*/

.appliedjyotish-course-section {
    padding: 80px 0px 56px;
    background-image: url(../images/course/bg_image.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}


.appliedjyotish-product .rating i {
    font-size: 13px
}

.appliedjyotish-course-box {
    margin-bottom: 25px;
    border-radius: 10px
}

.appliedjyotish-product {
    border-radius: 10px;
    position: relative;
    padding: 20px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    background: #fff;
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px)
}

.appliedjyotish-product:hover {
    background: #303C48;
    color: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.appliedjyotish-product:hover .appliedjyotish-course-info p, .appliedjyotish-product:hover .appliedjyotish-course-name p, .appliedjyotish-product:hover .btn-primary, .appliedjyotish-product:hover .appliedjyotish-course-name h4 a, .appliedjyotish-product:hover .appliedjyotish-product-content h3 a, .appliedjyotish-product:hover .appliedjyotish-course-share i {
    color: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.appliedjyotish-product:hover .appliedjyotish-course-name h4 a:hover, .appliedjyotish-product:hover .appliedjyotish-product-content h3 a:hover {
    color: #fcab03
}

.appliedjyotish-product:hover .rating-img img, .appliedjyotish-product:hover .course-view img {
    filter: invert(1) brightness(100);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.appliedjyotish-product-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px 10px 10px 10px
}

.appliedjyotish-product-img img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms
}

.appliedjyotish-product-img:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15)
}

.appliedjyotish-product-content {
    padding-top: 18px;
    display: inline-block;
    width: 100%
}

.appliedjyotish-product-content h3 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 1.3
}

.appliedjyotish-product-content h3 a:hover {
    color: #fcab03
}

.appliedjyotish-product-content .instructor-text {
    max-width: 320px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box
}

.appliedjyotish-product .rating {
    margin-left: auto;
    margin-bottom: 15px;
    width: auto;
    font-size: 14px;
    font-weight: 600;
    color: #f18f06
}

.appliedjyotish-product:hover .rating {
    color: #fff
}

.appliedjyotish-course-info {
    margin: 16px 0 18px
}

.appliedjyotish-course-info .course-view img, .appliedjyotish-course-info .rating-img img {
    width: 18px
}

.appliedjyotish-course-info p {
    margin-bottom: 0;
    color: #685f78;
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px;
}

.course-view {
    margin-left: auto;
}

.applied-course-group {
    margin-bottom: 17px;
}

.applied-course-group .appliedjyotish-applied-course-group-img {
    align-items: center
}

.appliedjyotish-applied-course-group-img img {
    max-width: 50px;
    height: 50px;
    border-radius: 25px;
    margin-right: 10px;
}

.appliedjyotish-course-share {
    margin-left: auto;
}

.color-active {
    color: red;
    font-weight: 700
}

.appliedjyotish-course-share i {
    color: #ff5364;
    font-size: 20px;
}

.appliedjyotish-course-share a:hover i {
    font-weight: 700;
}

.appliedjyotish-course-name h4 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
}

.appliedjyotish-course-name p {
    margin-bottom: 0;
    font-size: 14px;
    color: #685f78
}

.average-rating span {
    color: #685f78
}

.appliedjyotish-product:hover .average-rating span {
    color: #fff
}

.price {
    min-width: auto;
    padding: 0px 11px;
    background: #fff;
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-radius: 5px
}


.price.combo {
    background: #fff;
    position: absolute;
    bottom: 20px;
    right: 20px;
    min-width: 149px;
    padding: 14px 15px;
    border-radius: 5px
}

.price.combo {
    min-width: auto;
    padding: 4px 11px
}

.price.combo h3 {
    color: #159f46;
    font-weight: 600;
    font-size: 16px
}

.price h3 span {
    text-decoration: line-through;
    font-size: 14px;
    color: #a5a5a5
}

.price h3 {
    font-size: 16px;
    color: #f66962;
    font-weight: 600;
    margin-bottom: 0
}

.card-filter {
    border-radius: .625rem;
    background-color: var(--bg-white);
    box-shadow: .5084rem 1.1419rem 2.5rem 0 rgb(0 0 0 / 8%);
    padding: 1rem 1rem 1rem;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 0;
}

.checkmy-search-filter {
    margin-bottom: 20px;
    border-radius: 10px
}

.filter-widget .checkmy-custom_check {
    line-height: 18px
}

.checkmy-custom_check {
    color: #685f78 !important;
    display: inline-block;
    position: relative;
    font-size: 14px !important;
    margin-bottom: 15px;
    padding-left: 25px;
    cursor: pointer;
    font-weight: 400 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 18px;
    font-family: noto sans, sans-serif;
}

.checkmy-search-filter .filter-widget .checkmy-custom_check input {
    margin-right: 10px;
}

.checkmy-custom_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmy-custom_check input:checked ~ .checkmark {
    background-color: #f18f06;
    border-color: #f18f06
}

.checkmy-custom_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #f18f06;
    background-color: #fff;
    border-radius: 2px;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.checkmy-custom_check .checkmark::after {
    content: "\e92b";
    font-family: feather !important;
    font-weight: 900;
    position: absolute;
    display: none;
    left: 2px;
    top: -2px;
    color: #fff;
    font-size: 9px;
}

.checkmy-latest-posts {
    margin: 0;
    padding: 0
}

.checkmy-latest-posts li {
    display: table;
    width: 100%;
    margin-bottom: 20px
}

.checkmy-latest-posts li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.checkmy-post-thumb {
    border-radius: 4px;
    width: 80px;
    float: left;
    overflow: hidden
}

.checkmy-post-thumb a img {
    border-radius: 4px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms
}

.checkmy-post-thumb a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15)
}

.checkmy-post-info {
    margin-left: 85px
}

.checkmy-post-info h4 {
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: 600;
    line-height: 15px !important;
}

.checkmy-post-info h4 a {
    color: #22100d
}

.checkmy-post-info h4 a:hover {
    color: #f18f06
}

.checkmy-post-info p {
    color: #f18f06;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}

/*=======================single course============*/

.appliedjyotish-subs-title {
    font-size: 18px;
    font-weight: 700;
    color: #392c7d;
    margin-bottom: 20px;
}

.appliedjyotish-course-sec p {
    font-size: 14px;
}

.appliedjyotish-overview-sec h6 {
    font-weight: 600;
    font-size: 14px;
    color: #0b0b0b;
    margin-bottom: 20px;
}

.appliedjyotish-overview-sec ul {
    padding-left: 20px;
    margin: 0 0 20px;
}

.appliedjyotish-overview-sec ul li {
    font-size: 14px;
    margin-bottom: 6px;
}

.appliedjyotish-appliedjyotish-overview-sec-body {
    padding-bottom: 24px;
}

.appliedjyotish-instructor-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.appliedjyotish-about-instructor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.appliedjyotish-abt-instructor-img {
    margin-right: 10px;
}

.appliedjyotish-abt-instructor-img img {
    width: 50px;
    height: 50px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
}

.appliedjyotish-instructor-wrap .rating {
    width: unset;
    margin-bottom: 15px;
    font-size: 14px;
}

.appliedjyotish-instructor-detail h6,
.appliedjyotish-instructor-detail h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.appliedjyotish-instructor-detail p {
    font-size: 13px;
    color: #22100d;
    margin-bottom: 0;
}

.appliedjyotish-course-info {
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.appliedjyotish-cou-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.appliedjyotish-cou-info p {
    font-size: 16px;
    font-weight: 500;
}

.appliedjyotish-rev-info {
    font-style: italic;
}

.appliedjyotish-btn-reply {
    background: #ffffff;
    border: 1px solid #392c7d;
    border-radius: 50px;
    padding: 6px 22px;
    font-weight: 500;
    font-size: 14px;
    color: #392c7d;
}

.appliedjyotish-btn-reply:hover {
    background: #392c7d;
    color: #fff;
}

.appliedjyotish-comment-sec .form-control {
    background: rgba(229, 229, 229, 0.42);
}

.appliedjyotish-course-submit-btn {
    font-weight: 500;
    color: #f18f06;
    border-radius: 50px;
    padding: 9px 15px;
    min-width: 150px;
    border: 4px solid transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-image: linear-gradient(white, white), linear-gradient(to right, rgba(180, 167, 245, 1), rgb(241, 143, 6));
}

.appliedjyotish-course-submit-btn:hover {
    background: #f18f06;
    color: #fff;
}

.appliedjyotish-cou-title a {
    background: rgba(161, 196, 253, 0.12);
    border-radius: 5px;
    padding: 15px;
    font-weight: 600;
    font-size: 14px;
    color: #0b0b0b;
    position: relative;
    display: block;
    font-weight: 600;
    font-size: 14px;
    padding-right: 60px;
}

.appliedjyotish-cou-title > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #000;
}

.appliedjyotish-cou-title > a:not(.collapsed):after {
    content: "\f077";
}

.appliedjyotish-course-card ul {
    margin: 0;
    padding: 0;
}

.appliedjyotish-course-card ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c7c7c7;
    padding: 15px 0;
}

.appliedjyotish-course-card ul li:last-child {
    border: 0;
}

.appliedjyotish-course-card ul li p {
    font-size: 14px;
    margin-bottom: 0;
}

.appliedjyotish-course-card ul li a {
    font-size: 14px;
    text-decoration: underline;
}

.appliedjyotish-course-card ul li span {
    font-size: 14px;
    margin-left: 30px;
}

.appliedjyotish-video-sec img {
    width: 100%;
}

.appliedjyotish-video-thumbnail {
    position: relative;
}

.appliedjyotish-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgb(1 1 1 / 40%);
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.appliedjyotish-play-icon i {
    font-size: 50px;
    padding-left: 8px;
}

.appliedjyotish-course-fee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: center;
    flex-wrap: wrap;
}

.appliedjyotish-inner-banner {
    padding: 45px 0;
    background: url("../images/course/inner-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.appliedjyotish-inner-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.76);
}

.appliedjyotish-inner-banner .container {
    position: relative;
}

.appliedjyotish-inner-banner p,
.appliedjyotish-inner-banner h5,
.appliedjyotish-inner-banner h2,
.appliedjyotish-inner-banner .average-rating {
    color: #fff;
}

.appliedjyotish-inner-banner h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

.appliedjyotish-inner-banner p {
    font-size: 14px;
}

.appliedjyotish-web-badge {
    background: #ffb54a;
    border-radius: 50px;
    padding: 6px 15px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.appliedjyotish-web-badge:hover {
    background: #e19b36;
}

.sidebar-sec {
    margin-top: -305px;
}

.appliedjyotish-course-sec .card {
    z-index: 2;
}

.vid-bg {
    position: relative;
    z-index: 1;
}

.appliedjyotish-video-details {
    margin-top: 25px;
}

.appliedjyotish-video-details h2 {
    font-weight: 700;
    font-size: 30px;
    color: #159f46;
    font-family: "Poppins", sans-serif;
    margin-bottom: 12px;
}

.appliedjyotish-video-details p {
    font-size: 14px;
    color: #777777;
    font-family: "Poppins", sans-serif;
    margin-bottom: 12px;
}

.appliedjyotish-video-details p span {
    text-decoration: line-through;
}

.appliedjyotish-btn-enroll {
    background: #303C48;
    border: 1px solid #303C48;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    padding: 13px 20px;
}

.appliedjyotish-btn-enroll:hover {
    color: #fff;
    background: #f18f06;
}

.appliedjyotish-btn-wish {
    background: #ffffff;
    border: 1px solid #f66962;
    border-radius: 50px;
    padding: 10px;
    color: #f66962;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.appliedjyotish-btn-wish:hover {
    background: #f66962;
    color: #fff;
}

.appliedjyotish-include-sec ul,
.appliedjyotish-feature-sec ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.appliedjyotish-include-sec ul li {
    font-size: 14px;
    margin-bottom: 15px;
}

.appliedjyotish-include-sec ul li:last-child,
.appliedjyotish-feature-sec ul li:last-child {
    margin-bottom: 0;
}

.appliedjyotish-feature-sec ul li {
    font-size: 14px;
    padding: 10px 0;
    color: #39393b;
    border-bottom: 1px solid #e7e7e7;
}

.appliedjyotish-feature-sec ul li span {
    font-weight: 700;
}

.appliedjyotish-feature-sec ul li:last-child {
    border: 0;
    padding-bottom: 0;
}

.com-info {
    display: flex;
}

.com-info h2 {
    font-size: 30px;
    color: #000;
    margin-bottom: 15px;
}

.appliedjyotish-complete-sec .appliedjyotish-video-thumbnail {
    max-width: 350px;
    margin-left: 15px;
}

.no-video .card {
    background: #fff;
}

.no-video .appliedjyotish-video-details {
    margin: 0;
}

.btn-cart {
    background: #f66962;
    border: 1px solid #f66962;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    padding: 13px 20px;
}

.btn-cart:hover {
    color: #fff;
    background: #f4554e;
}


#Overview,
#Course_Content,
#Instructor,
#Reviews {
    scroll-margin-top: 80px;
}

.appliedjyotish-complete-sec .appliedjyotish-cou-info p {
    color: #000;
}

.br-1 {
    border-right: 1px solid rgb(199 199 199 / 25%);
}

.bb-1 {
    border-bottom: 1px solid rgb(199 199 199 / 25%);
}

.appliedjyotish-com-course .appliedjyotish-feature-sec ul li {
    border-bottom: 0;
    padding: 0 0 15px;
}

.appliedjyotish-com-course .appliedjyotish-feature-sec ul li:last-child {
    padding: 0;
}

.appliedjyotish-complete-sec h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

.appliedjyotish-course-sec .appliedjyotish-course-info,
.appliedjyotish-inner-banner .appliedjyotish-course-info,
.appliedjyotish-instructor-wrap .appliedjyotish-about-instructor {
    flex-wrap: wrap;
}

.appliedjyotish-course-sec .card {
    border-radius: 10px;
}

.appliedjyotish-page-content {
    background: #fafafa;
    padding: 60px 0 60px;
}

.instructor-appliedjyotish-page-content {
    padding: 60px 0 30px;
}

.appliedjyotish-cat-title {
    margin-bottom: 15px;
}

.appliedjyotish-cat-title h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0b0b0b;
    margin-bottom: 0px;
    display: inline-block;
}

.appliedjyotish-cat-title span {
    float: right;
    margin-bottom: 15px;
}

.appliedjyotish-review-sec .review-item:not(:last-child) {
    margin: 0 0 20px;
}

.rating i.filled {
    color: #ffb931;
}

.appliedjyotish-video-details h2 {
    color: #ffb931 !important;
}

/*==========================banner for all page============*/

.breadcrumb-bar.breadcrumb-bar-info {
    /*padding: 40px 0 40px;*/
    padding: 20px 0 5px;
    background: url("../images/breadcrumb-bar.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-bar.breadcrumb-bar-info .breadcrumb-list {
    display: block;
    text-align: center;
}

.breadcrumb-bar.breadcrumb-bar-info .breadcrumb-title {
    color: #002058;
    font-size: 36px;
    margin-bottom: 15px;
}

.breadcrumb-bar.breadcrumb-bar-info .page-breadcrumb ol {
    justify-content: center;
}

.breadcrumb-bar.breadcrumb-bar-info .page-breadcrumb .breadcrumb-item {
    position: relative;
}

.breadcrumb-bar.breadcrumb-bar-info .page-breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding: 0 0 0 30px;
    margin-left: 15px;
}

.breadcrumb-bar.breadcrumb-bar-info .page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: "";
    background: #f18f06;
    width: 15px;
    height: 5px;
    border-radius: 5px;
    transform: translateY(10px);
    position: absolute;
    left: 0;
}

/*==================== Student dashboard=======*/

.applied-student-settings-widget.applied-student-dash-profile {
    position: relative;
    border-radius: 5px;
}

.applied-student-settings-widget.applied-student-dash-profile::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #e33535;
    border-radius: 5px 4px 0 0;
}

.applied-student-dash-info {
    border-radius: 5px;
    margin-bottom: 24px;
}

.applied-student-dash-info h5 {
    font-size: 18px;
    color: #685f78;
    margin-bottom: 10px;
}

.applied-student-dash-info h2 {
    font-weight: 700;
    font-size: 36px;
    color: #002058;
    margin-bottom: 0;
}

.applied-student-dashboard-title {
    margin-bottom: 24px;
}

.applied-student-dashboard-title h4 {
    color: #002058;
    font-weight: 600;
    margin-bottom: 0;
}


.applied-student-settings-widget.applied-student-account-settings .applied-student-settings-menu {
    border-radius: 5px;
    padding: 24px;
    border-radius: 10px;
}

.applied-student-settings-widget {
    border: 1px solid #e9ecef;
    margin-bottom: 30px;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
}

.applied-student-settings-menu {
    background: #fff;
    border-radius: 10px;
}

.applied-student-account-settings .applied-student-settings-menu h3 {
    font-size: 20px;
    color: #002058;
    font-weight: 600;
    margin: 0 0 20px;
}

.applied-student-account-settings .applied-student-settings-menu ul {
    display: block;
    border: 0;
    padding: 0px;
    margin: 0 0 40px;
    list-style: none;
}

.applied-student-account-settings .applied-student-settings-menu ul:last-child {
    margin-bottom: 0;
}

.applied-student-account-settings .applied-student-settings-menu ul li {
    position: relative;
    margin-bottom: 15px;
}

.applied-student-account-settings .applied-student-settings-menu ul li:last-child {
    margin-bottom: 0;
}

.applied-student-account-settings .applied-student-settings-menu ul li a {
    color: #685f78;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    border: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.applied-student-account-settings .applied-student-settings-menu ul li:hover,
.applied-student-account-settings .applied-student-settings-menu ul li:focus {
    color: #303030;
}

.applied-student-account-settings .applied-student-settings-menu ul li:hover a,
.applied-student-account-settings .applied-student-settings-menu ul li.active a {
    color: #ff4667;
}

.applied-student-account-settings .applied-student-settings-menu ul li a i {
    margin-right: 8px;
}

.applied-student-settings-widget.applied-student-account-settings {
    margin-bottom: 0;
}


.applied-student-profile-bg img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.applied-student-profile-bg {
    position: relative;
}

.applied-student-profile-bg h5 {
    position: absolute;
    background: #ffffff;
    border-radius: 10px;
    padding: 3px 10px;
    color: #000000;
    font-size: 14px;
    right: 20px;
    top: 20px;
    margin: 0;
}

.applied-student-dash-profile .applied-student-settings-menu {
    padding: 24px;
}

.applied-student-dash-profile .applied-student-profile-img {
    text-align: center;
}

.applied-student-profile-img img {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 5px solid #ffffff;
}

.applied-student-profile-name h4 {
    font-size: 20px;
    color: #22100d;
    font-weight: 600;
    margin-bottom: 5px;
}

.applied-student-profile-name h4 a {
    color: #002058;
}

.applied-student-profile-name p {
    color: #685f78;
    margin-bottom: 0;
}

.applied-student-profile-group {
    padding: 15px 0 0;
}

.applied-student-profile-heading {
    padding: 24px 24px 19px;
    border-bottom: 1px solid #e9ecef;
}

.applied-student-profile-heading h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0;
}

.applied-student-profile-heading p {
    margin-bottom: 0;
    margin-top: 5px;
}

.course-box .product {
    border: 1px solid #e9ecef;
}

.checkout-form.applied-student-personal-address {
    padding: 24px;
    margin-bottom: 0;
}

.applied-student-personal-address h4 {
    font-size: 20px;
    color: #392c7d;
    margin-bottom: 15px;
    font-weight: 600;
}

.applied-student-personal-address p {
    color: #685f78;
}

.student-custom-table {
    border: 1px solid #f4f6f9;
    border-radius: 5px;
}

.student-custom-table table th {
    background: #f4f6f9;
    font-weight: 500;
    color: #685f78;
    padding: 15px 10px;
    border-color: #f4f6f9;
}

.student-custom-table table td {
    color: #685f78;
    padding: 15px 10px;
}

.student-custom-table table td {
    border-color: #f4f6f9;
}


.appliedjyotish-settings-page-head .appliedjyotish-settings-pg-links {
    border-bottom: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.appliedjyotish-settings-page-head .appliedjyotish-settings-pg-links li {
    list-style-type: none;
}

.appliedjyotish-settings-page-head .appliedjyotish-settings-pg-links li a {
    padding: 15px 20px;
    color: #685f78;
    position: relative;
    display: flex;
    align-items: center;
}

.appliedjyotish-settings-page-head .appliedjyotish-settings-pg-links li a:hover {
    color: #ff4667;
}

.appliedjyotish-settings-page-head .appliedjyotish-settings-pg-links li:first-child a {
    padding-left: 24px;
}

.appliedjyotish-settings-page-head .appliedjyotish-settings-pg-links li i {
    margin-right: 8px;
}

.appliedjyotish-settings-page-head .appliedjyotish-settings-pg-links li a::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #e9ecef;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
}

.appliedjyotish-settings-page-head .appliedjyotish-settings-pg-links li a.active::after {
    opacity: 1;
    background: #ff4667;
}

.appliedjyotish-settings-page-head .appliedjyotish-settings-pg-links li a.active {
    color: #ff4667;
}

.appliedjyotish-applied-course-group-img.student-profile-edit-field .profile-pic img {
    width: 100px;
    height: 100px;
    max-width: 100%;
    border-radius: 50%;
    border: 1px solid #ff4667;
}

.appliedjyotish-applied-course-group-img.student-profile-edit-field .profile-pic img {
    margin-right: 0;
    margin-bottom: 15px;
}

.profile-upload-head {
    margin-left: 20px;
}

.profile-upload-head h4 {
    font-size: 18px;
}

.appliedjyotish-new-student-field .student-image-upload {
    width: 40px;
    height: 40px;
    border: 0;
    background-color: #f4f6f9;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.appliedjyotish-new-student-field .student-image-upload:hover {
    background: #ff4667;
    color: #fff;
}

.student-image-upload input[type="file"] {
    width: 40px;
    opacity: 0;
    height: 40px;
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.student-image-upload .student-image-uploads {
    text-align: center;
    width: 40px;
    padding: 0;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.student-img-delete a {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background: #f4f6f9;
    justify-content: center;
    margin-left: 15px;
}

.tab-content-profile {
    display: none;
}

.tab-content-profile.active {
    display: block;
}

.appliedjyotish-settings-pg-links .active {
    font-weight: bold;
    color: blue; /* Example: Change active link color */
}


/*Mobile Responsive ====================================================== */

@media screen and (max-width: 768px) {
    .swiper-pagination-bullet {
        visibility: visible;
    }

    .appliedjyotish-main-slider {
        /*height: 50vh;*/
        width: 100%;
    }

    .mobile-space-hide {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 468px) {
    .appliedjyotish-main-slider {
        /*height: 45vh;*/
        width: 100%;
    }
}

@media (max-width: 991px) {
    .nav-header {
        text-align: center;
        justify-content: center;
    }

    .appliedjyotish-head-icon a {
        color: white;
        font-size: 13px !important;
    }

    .appliedjyotish-head-icon span {
        color: white;
        font-size: 13px !important;
    }

    .appliedjyotish-favIcons {
        display: none;
    }

    .appliedjyotish-navbar-last-part {
        display: block;
    }

    .footer-logo {
        margin-bottom: 30px;
        text-align: center;
    }

    .subscribe-form {
        text-align: center;
    }

    .copyright-text {
        margin-bottom: 10px;
    }

    .footer-menu {
        border-top: 1px solid #373636;
    }

}


@media screen and (max-width: 768px) {
    .nav-btn {
        visibility: hidden;
    }

    .swiper-pagination-bullet {
        visibility: visible;
    }
}


@media (max-width: 1199.5px) {
    /* custom css */
    .nav-item a {
        font-size: 18px;
    }

    .card {
        padding: 2.5rem 1.875rem;
    }

    /* header */
    .header_wrapper .navbar-nav .nav-link {
        font-size: 1rem;
    }

    /* top banner */
    .banner_wrapper .animate-img .aimg1 {
        left: -3.125rem;
    }

    /* about */
    .about_wrapper .card {
        width: 100%;
    }

    .about_wrapper .about-animate {
        left: .9375rem;
    }

    /* service */
    .services_wrapper .card {
        padding: 1.875rem 1.25rem;
    }

    .appliedjyotish-footer-head {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 20px;
        padding: 20px 0;

    }

}


@media (max-width: 991px) {

    /* custom css */
    .header_wrapper .nav-item {
        margin: 2px 0px;

    }

    .nav-item a {
        /*text-align: center;*/
        min-width: 120px;
        /*height: 40px;*/
    }

    .wrapper {
        padding: 1.125rem 0;
    }

    .main-btn {
        font-size: .875rem;
    }

    h1 {
        font-size: 2.8125rem;
        margin-bottom: .625rem;
    }

    h2 {
        font-size: 1.875rem;
    }

    h3 {
        font-size: 1.5625rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    h5 {
        font-size: 1.125rem;
    }

    p {
        font-size: 18px;
        line-height: 1.35rem;
    }

    .card {
        padding: 1.875rem 1rem;
    }

    /* 2 Navbar */
    .header-scrolled {
        height: auto;
    }


    /* banner */
    .banner_wrapper p {
        max-width: 100%;
    }


    /* about */
    .about_wrapper .about-clinic:nth-child(1),
    .about_wrapper .about-clinic:nth-child(2) {
        margin-bottom: 1.5625rem;
    }

    .about_wrapper .about-clinic:nth-child(2),
    .about_wrapper .about-clinic:nth-child(4) {
        padding-left: 2.375rem;
    }

    /* services */
    .services_wrapper .card {
        padding: 1.875rem .875rem;
    }

    /* blog */
    .blog_wrapper .card .blog-content {
        padding: 1.875rem .625rem;
    }

    .appliedjyotish-horoscope-card-section {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 15px;
    }

    .appliedjyotish-footer-head {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
        padding: 20px 0;
    }

    .appliedjyotish-planetary-font-Part-1 {
        display: flex;
        justify-content: space-evenly;
        width: 55%;
        margin: auto;
    }

    .appliedjyotish-planetary-font-Part-2 {
        display: flex;
        justify-content: space-around;
        width: 90%;
        margin: auto;
    }

    .appliedjyotish-planetary-font-Part-3 {
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin: auto;
    }

    .appliedjyotish-planetary-font-Part-4 {
        display: flex;
        justify-content: space-around;
        width: 90%;
        margin: auto;
    }

    .appliedjyotish-planetary-font-Part-5 {
        display: flex;
        justify-content: space-evenly;
        width: 55%;
        margin: auto;
    }

    .appliedjyotish-festivalsImage-card-section {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 15px;
    }
}

@media (max-width: 767px) {

    .navbar-brand img {
        width: 120px !important;
    }

    /* custom css */
    .main-btn {
        font-size: .875rem;
    }

    h1 {
        font-size: 2.5rem;
        margin-bottom: 2.5rem;
    }

    h5 {
        font-size: 1.25rem;
    }

    /* service */
    .services_wrapper .card {
        text-align: center;
    }

    /* blog */
    .blog_wrapper .card .blog-content {
        margin: 0;
    }

    /* horizontal line style  */
    .applied-horizontal-lines span {
        height: 8px;
        width: 8px;
        border: 2px solid #F59D22;
        transform: rotate(45deg);

    }

    .box-style {
        height: 2px;
        width: 180px;
        background-color: #F59D22;
    }

    .appliedjyotish-horoscope-card-section {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 12px;
    }

    .appliedjyotish-festivalsImage-card-section {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px;
    }

    /* footer */
    .appliedjyotish-footer-head {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        padding: 20px 0;

    }

    .banner-sub-icon {
        padding-top: 10px;
        display: flex;
        flex-direction: column;

    }

    .banner-icon-style {
        /*margin: 10px 0;*/
    }

    .sub-footer {

    }

    .footer-down-img {
        margin-bottom: 15px;
    }

    .appliedjyotish-planetary-font-Part-1 {
        display: flex;
        justify-content: space-evenly;
        width: 75%;
        margin: auto;
    }

    .appliedjyotish-planetary-font-Part-2 {
        display: flex;
        justify-content: space-between;
        width: 80%;
        margin: auto;
    }

    .appliedjyotish-planetary-font-Part-3 {
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin: auto;
    }

    .appliedjyotish-planetary-font-Part-4 {
        display: flex;
        justify-content: space-between;
        width: 80%;
        margin: auto;
    }

    .appliedjyotish-planetary-font-Part-5 {
        display: flex;
        justify-content: space-evenly;
        width: 65%;
        margin: auto;
    }

    .banner_section {
        width: 100%;
    }
}

@media (max-width: 560px) {
    /* Services */
    .services_wrapper .icon-box {
        margin-bottom: .9375rem;
    }

    /* about */
    .about_wrapper .about-animate {
        width: 6.875rem;
    }

    .about_wrapper .card {
        padding: 1.25rem .3125rem;
    }

    .about_wrapper .about-clinic:nth-child(2),
    .about_wrapper .about-clinic:nth-child(4) {
        padding-left: .625rem;
    }

    .appliedjyotish-horoscope-card-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 12px;
    }

    .appliedjyotish-festivalsImage-card-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }

    .appliedjyotish-footer-head {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        padding: 20px 0;

    }

}

@media screen and (max-width: 786px) {
    .timeline {
        margin: 50px auto;
    }

    .timeline::after {
        left: 31px;
    }

    .Container {
        width: 100%;
        padding-left: 80px;
        padding-right: 25px;

    }

    .text-box {
        font-size: 13px;
    }

    .right-container {
        left: 0;
    }

    .left-image,
    .right-image {
        left: 10px !important;
    }

    .left-container-arrow,
    .right-container-arrow {
        border-right: 15px solid #fff;
        border-left: 0;
        left: -15px;
    }
}

@media screen and (max-width: 900px) {
    .aires-icons-section {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }

    .aires-all-icons img {
        width: 60px;
        padding: 0;
        margin: 0;
    }

    .aires-all-icons i {
        font-size: 38px;
        color: #303C48;
    }
}

@media screen and (max-width: 468px) {
    .appliedjyotish-main-slider {
        /*height: 60vh;*/
        width: 100%;
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .calendar-days .col {
        flex: 0 0 14.28%;
        max-width: 14.28%;
        padding: 8px;
    }

    .day-name {
        font-size: 12px;
        padding: 8px;
    }

    .calendar-days .day {
        padding: 10px;
        font-size: 12px;
    }

    .appliedjyotish-calendar-header .title {
        font-size: 16px;
    }

}

@media (max-width: 576px) {
    .calendar-days .col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 5px;
    }

    .day-name {
        font-size: 12px;
        padding: 5px;
    }

    .calendar-days .day {
        padding: 10px;
        font-size: 12px;
    }

    .appliedjyotish-calendar-header .title {
        font-size: 14px;
    }

    .appliedjyotish-calendar-header .nav-arrow {
        font-size: 25px;
    }

    .appliedjyotish-astrology-head {
        padding: 2px 0;
    }
}

@media (max-width: 460px) {
    .login-card {
        background-color: white;
        border-radius: 15px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        padding: 20px 40px;
        width: 100%;
        max-width: 320px !important;
        margin: 20px 0;
    }

    input[type=tel] {
        color: #303C48;
        width: 100% !important;
        border: 1px solid #c7c4c4;
        background-color: white;
        box-shadow: .5084rem 1.1419rem 2.5rem 0 rgb(0 0 0 / 8%);
        border-radius: 5px;
        margin: 12px 0;
        outline: none;
        padding: 8px;
        box-sizing: border-box;
        transition: .3s;

    }
}

@media screen and (max-width: 992px) {
    .appliedjyotish-calender-sub-content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 12px;

    }

    .appliedjyotish-festivalsImage-card-section {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 15px;
    }
}

@media screen and (max-width: 768px) {
    appliedjyotish-horoscope-img {
        text-align: center;
    }

    .appliedjyotish-calender-icon {
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }

    .appliedjyotish-festivalsImage-card-section {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px;
    }
}

@media screen and (max-width: 576px) {
    .appliedjyotish-calender-sub-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 12px;

    }

    .appliedjyotish-festivalsImage-card-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .section__space {
        padding: 10px 0px;
    }
}

@media only screen and (max-width: 991px) {
    .section__space {
        padding: 8px 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .section__space__top {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .section__space__top {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 1199px) {
    .section__space__bottom {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .section__space__bottom {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 1199px) {
    .pagination {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .pagination .page-link {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
        border-radius: 5px !important;
        font-size: 14px;
        font-weight: 400;
    }
}

@media only screen and (max-width: 767px) {
    .pagination .page-item:last-of-type .page-link {
        width: 50px;
        height: 30px;
        border-radius: 5px !important;
        margin-left: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .pagination .page-item:first-of-type .page-link {
        width: 50px;
        height: 30px;
        border-radius: 5px !important;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .featured__large__post {
        border-radius: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .featured__large__post {
        border-radius: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .featured__large__post .thumbnail img {
        border-radius: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .featured__large__post .thumbnail img {
        border-radius: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .featured__large__post .blog__content {
        padding: 20px 10px 14px;
    }
}

@media only screen and (max-width: 1199px) {
    .featured__post-single {
        border-radius: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .featured__post-single {
        gap: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .featured__post-single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 30px 20px 25px;
    }
}


@media only screen and (max-width: 1199px) {
    .featured__post-single .thumbnail img {
        width: 180px;
        height: 130px;
    }
}

@media only screen and (max-width: 991px) {
    .latest__post .featured__large__post p {
        margin-bottom: 17px;
        margin-top: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .filter__bar h3 {
        margin-top: -8px;
    }
}

@media only screen and (max-width: 767px) {
    .filter__bar .filter__bar__tabs {
        gap: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .filter__bar .filter__bar__tab {
        padding: 4px 16px;
    }
}


@media only screen and (max-width: 1199px) {
    .blog__newsletter {
        border-radius: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .blog__newsletter {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .blog__newsletter {
        padding: 30px 20px;
        border-radius: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .blog__newsletter img {
        width: 90px;
        height: 90px;
    }
}

@media only screen and (max-width: 1199px) {
    .blog__newsletter img {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 1199px) {
    .blog__newsletter h4 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .blog__newsletter form {
        margin-top: 26px;
    }
}

@media only screen and (max-width: 1199px) {
    .blog__popular {
        border-radius: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .blog__popular {
        padding: 30px 20px;
        border-radius: 0px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .blog__popular__single {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 575px) {
    .blog__popular__single {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .latest__blog__shuffle__list .featured__large__post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 1399px) {
    .latest__blog__shuffle__list .featured__large__post .thumbnail {
        max-width: 350px;
        min-height: 210px;
    }
}

@media only screen and (max-width: 767px) {
    .latest__blog__shuffle__list .featured__large__post .thumbnail {
        max-width: 100%;
        min-height: auto;
    }
}

@media only screen and (max-width: 1399px) {
    .latest__blog__shuffle__list .featured__large__post .thumbnail img {
        min-height: 210px;
    }
}

@media only screen and (max-width: 767px) {
    .latest__blog__shuffle__list .featured__large__post .blog__content {
        padding: 0px 10px 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .blog__single__post__content {
        border-radius: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .blog__single__post__content {
        padding: 40px 20px;
        border-radius: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .blog__single__post__content h2 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .blog__single__post__content .group {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .blog__single__post__content .group p {
        margin-top: 9px;
    }
}

@media only screen and (max-width: 1199px) {
    .blog__single__post__content .group ol {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .blog__single__post__content .group .quot {
        border-radius: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .blog__single__post__content .group .quot {
        margin-top: 26px;
        padding: 40px 20px;
    }

    .sidebar-sec {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .blog__single__post__content .group .quot {
        border-radius: 0px;
    }
}


@media only screen and (max-width: 1199px) {
    .blog__single__post__content .poster {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .blog__single__post__content .poster img {
        border-radius: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .blog__single__post__content .poster img {
        border-radius: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .blog__details__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 1199px) {
    .blog__details__head .blog__item__info {
        gap: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .blog__details__head .blog__item__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px;
    }
}


@media only screen and (max-width: 767px) {
    .blog__details__head .dat p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .blog__details__head .dat img {
        max-width: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .blog__post__author {
        border-radius: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .blog__post__author {
        padding: 60px 40px;
    }
}

@media only screen and (max-width: 767px) {
    .blog__post__author {
        padding: 40px 20px;
        border-radius: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .blog__post__author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 18px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 1199px) {
    .blog__post__author img {
        width: 120px;
        height: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .blog__post__author img {
        width: 100px;
        height: 100px;
    }

    .aires-icons-section {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 1199px) {
    .blog__post__author p {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1199px) {
    .blog__post__author .social {
        margin-top: 18px;
    }
}

@media only screen and (max-width: 1199px) {
    .latest__post__features .title__with__cta {
        margin-bottom: 37px;
    }

    .mobile-height {
        margin-top: 33px;
    }
}

@media only screen and (max-width: 1399px) {
    .latest__post__features .featured__large__post .blog__content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Responsive styles */
@media (max-width: 1024px) {
    .accordian {
        max-width: 90%;
    }

    .item {
        padding: 12px 16px;
    }

    .item-matching {
        padding: 12px 16px;
    }

    .FAQ-title {
        font-size: 16px;
    }

    .FAQ-title-matching {
        font-size: 16px;
    }

    .expandToggle {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .accordian {
        padding: 10px;
    }

    .item {
        padding: 10px 14px;
    }

    .item-matching {
        padding: 10px 14px;
    }

    .FAQ-title {
        font-size: 14px;
    }

    .FAQ-title-matching {
        font-size: 14px;
    }

    .expandToggle {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .accordian {
        padding: 5px;
    }

    .item {
        padding: 8px 12px;
    }

    .item-matching {
        padding: 8px 12px;
    }

    .FAQ-title {
        font-size: 12px;
    }

    .FAQ-title-matching {
        font-size: 12px;
    }

    .expandToggle {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .item::after {
        right: 5px;
    }

    .item-matching::after {
        right: 5px;
    }

    /*.footer-widget{*/
    /*    text-align: center;*/
    /*}*/
}

@media (max-width: 768px) {
    .appliedjyotish-calendar-header .title {
        font-size: 1rem;
    }

    .day-name, .day .day-date {
        font-size: 0.9rem;
    }

    .day p, .bengali-number {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .appliedjyotish-calendar-header .title {
        font-size: 1rem;
    }

    .day-name, .day .day-date {
        font-size: 1.75rem;
    }

    .day p, .bengali-number {
        font-size: 0.8rem;
        /*font-weight: bold;*/
    }

    /*.row>* {
        padding-right: 2px;
        padding-left: 5px;
    }*/
    .birth_horoscope {
        padding: 2px 0;
    }

    h1 {
        margin-bottom: 0;
    }
}

/*south indian style chart*/
.chart {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    height: 500px;
    border: 2px solid #f18f06;
}

.chart div {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f18f06;
    font-size: 16px;
    text-align: center;
}

/* Define specific areas where cells are merged */
.top-left {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.top-middle-left {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.top-middle-right {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.top-right {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}

.middle-left {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.middle-right {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
}

.center-left {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}

.center {
    grid-column: 2 / 4;
    grid-row: 2 / 4; /* Merging the middle two rows and columns */
    border-left: none;
    border-right: none;
}

.center-right {
    grid-column: 4 / 5;
    grid-row: 3 / 4;
}

.bottom-left {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
}

.bottom-middle-left {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
}

.bottom-middle-right {
    grid-column: 3 / 4;
    grid-row: 4 / 5;
}

.bottom-right {
    grid-column: 4 / 5;
    grid-row: 4 / 5;
}

.table-subheader {
    font-size: 18px;
    font-weight: 900;
}

/*north indian style*/

#scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #f18f06;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease-in-out;
}

/*Contact Form*/
#contact textarea {
    min-height: 150px;
    margin: 0px 0 25px 0;
}

#contact input {
    margin-bottom: 25px;
}

.loader {
    margin-left: 15px;
}

.submit.disabled:hover, .submit.disabled {
    background-color: #e8e8e8;
    color: #333;
}

#contact input.button.submit {
    margin-bottom: 10px;
    line-height: 20px;
    transition: all 0.25s !important;
}

#contact input[type="submit"].submit:hover {
    opacity: 0.92;
}

.contact-sent {
    background-color: #EBF6E0;
    color: #5f9025;
    padding: 20px 26px;
    margin-bottom: 30px;
    border-radius: 3px;
}

.office-address {
    text-align: center;
    position: relative;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.office-address ul {
    list-style: none;
    font-size: 18px;
    padding: 0;
    line-height: 30px;
}

.office-address h3 {
    font-size: 28px;
    color: #fff;
    margin-top: 0;
}

.office-address h3:after {
    content: "";
    height: 2px;
    width: 50px;
    position: relative;
    display: block;
    background-color: #e33324;
    margin: 20px auto;
    border-radius: 2px;
}

.address-container {
    background-color: #2b2c30;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
    position: relative;
    height: 100%
}

.address-container:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    background-color: #1e1e21;
    opacity: 0.9;
}

.utf-boxed-list-headline-item {
    background-color: #424242;
    border-radius: 4px;
    padding: 15px 18px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.utf-boxed-list-headline-item h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 700;
}

.utf-boxed-list-headline-item h3 i {
    background: #fff;
    color: #424242 !important;
    font-size: 18px;
    margin-right: 10px;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 24px;
    text-align: center;
    border-radius: 50px;
    vertical-align: middle;
    padding: 5px;
}

.utf-contact-map {
    display: flex;
}

.utf-contact-map .utf-google-map-container {
    flex: 1;
    position: relative;
}

.utf-contact-map .address-box-container {
    flex: 0 auto;
    width: 440px;
    height: 450px;
}

.utf-contact-map .utf-google-map-container #propertyMap {
    height: 340px;
    width: 100%;
}

@media (min-width: 1680px) {
    .utf-contact-map .address-box-container {
        height: 480px;
    }
}

@media (max-width: 1440px) {
    .utf-contact-map .address-box-container {
        height: 420px;
    }
}

.utf-contact-form-item {
    margin-bottom: 20px;
    display: block;
    background: #fbfdff;
    padding: 20px 20px 5px 20px;
    border-radius: 4px;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.utf-centered-button {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.utf-centered-button a.button {
    font-weight: 700;
}

.sidebar-textbox {
    display: inline-block;
    width: 100%;
    padding-right: 0px;
}

.utf-contact-location-info-aera {
    display: flex;
    align-content: center;
    justify-content: center;
    background-color: #fbfdff;
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.sidebar-textbox.color {
    background-color: #666;
    color: #fff;
}

.sidebar-textbox.color h4 {
    color: #fff;
}

.sidebar-textbox h4 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    margin-bottom: 16px;
}

.sidebar-textbox span {
    color: #808080;
    display: inline-block;
}

.sidebar-textbox span a {
    color: #808080;
}

.sidebar-textbox.color span {
    color: #fff;
}

.sidebar-textbox ul.contact-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-textbox ul.contact-details strong {
    font-weight: 700;
}

.sidebar-textbox ul.contact-details li {
    text-align: left;
    padding-left: 65px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    display: block;
    padding-bottom: 10px;
    margin: 10px 0;
}

.sidebar-textbox ul.contact-details li:first-child {
    margin-top: 0
}

.sidebar-textbox ul.contact-details li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.sidebar-textbox ul.contact-details li strong {
    display: block;
    color: #525252;
}

.sidebar-textbox ul.contact-details li i {
    position: absolute;
    left: 0;
    font-size: 25px;
    color: #525252;
    top: 2px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50px;
    text-align: center;
}

.sidebar-textbox ul.contact-details li:nth-child(1) i {
    color: #429523
}

.sidebar-textbox ul.contact-details li:nth-child(2) i {
    color: #f02727
}

.sidebar-textbox ul.contact-details li:nth-child(3) i {
    color: #2a41e7
}

.sidebar-textbox ul.contact-details li:nth-child(4) i {
    color: #0fc5bf
}

#scrollToTop:hover {
    background-color: #303C48;
}

.rashi-image {
    width: 150px;
    height: 150px;
}

/* custom css */

.main-btn.w-auto {
    width: auto !important;
}

.spinner-3rem {
    width: 3rem;
    height: 3rem;
}

.spinner-4rem {
    width: 4rem;
    height: 4rem;
}

.spinner-5rem {
    width: 5rem;
    height: 5rem;
}

.appliedjyotish-icon-color {
    color: #F59D22 !important;
    font-size: 34px;
}

.panchang-heading-img {
    width: 25px;
}

/*=========================== New Table style=====================*/
.applied-vastu-table {
    background: #e2e1da;
    padding: 15px;
    border-radius: 10px;
}

/* Ensure global td styles do not apply here */
.applied-vastu-table td {
    background: unset !important;
    border-radius: unset !important;
    border: unset !important;
    padding: unset !important;
    margin: unset !important;
}

/* Page-specific styles */
.applied-vastu-table .applied-table td {
    text-align: center !important;
    min-width: 120px !important;
    padding: 8px 0px !important;
    border-right: 2px solid #e2e1da !important;
    font-size: 16px !important;
}

.applied-table td:last-child {
    min-width: 200px;
}

.applied-table td:last-child {
    border-right: none;
}

.applied-table tr {
    background: #fff;
    margin-bottom: 10px;
    padding: 0px 0px;
    border-radius: 7px;
    display: inline-table;
    width: 100%;
}

.applied-vastu-table-th {
    background: #c6c2af !important;
}

.applied-vastu-table-th td {
    border-right: 2px solid #ffffff !important;
}

.applied-vastu-table-th td:last-child {
    border-right: none !important;
}

.matching-horoscope-img img {
    width: 130px;
    height: 107px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .applied-vastu-table {
        padding: 5px;
    }
}

/*=========================== New Table style end =====================*/
.form-text-deco {
    font-weight: bold;
    margin-top: 11px;
}


.flatpickr-calendar .flatpickr-day.selected {
    background-color: #F59D22 !important;
    border-color: #F59D22 !important;
    color: #FFFFFF !important;
    font-weight: 700;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange {
    background: #F59D22 !important;
    border-color: #F59D22 !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #F59D22 !important;
    border-color: #F59D22 !important;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    box-shadow: #F59D22 !important;
}

/*=====================conent with image=====================*/
.only-image {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 400px) {
    .only-image {
        width: 350px;
        height: 350px;
    }
}

@media only screen and (max-width: 500px) {
    .only-image {
        width: 400px;
        height: 400px;
    }
}

@media only screen and (min-width: 768px) {
    .only-image {
        width: 450px;
        height: 450px;
    }
}

@media only screen and (min-width: 992px) {
    .only-image {
        width: 500px;
        height: 500px;
    }
}

@media only screen and (min-width: 1200px) {
    .only-image {
        width: 600px;
        height: 600px;
    }
}

.shadow-custom {
    margin: 0 auto;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 5px 20px 0px rgba(215, 215, 215, 0.9);
    position: relative;

}

/*======================== testimonial==============*/
.testimonial-image {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
    background: rgba(245, 157, 34, 0.4);
    padding: 10px;
}

@media screen and (min-width: 576px) {
    .carousel-inner {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }

    .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 2);
    }
}

@media screen and (min-width: 1024px) {
    .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 3);
    }
}

.carousel .card {
    margin: 0 0.5em;
    border: 0;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: grey;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.custom-text-bg-style {
    display: inline-block;
    padding: 6px 12px;
    background-color: #303C48;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 5px 0px #202c39;
    border: none;
}

.dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #d6dadc;
}

/*like button*/
.chart-text-bg {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 4px 7px 4px rgba(0, 0, 0, 0.4);
}

.chart-text-left {
    background-color: #2c2c2c;
    padding: 5px 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chart-text-left::after {
    content: "";
    position: absolute;
    right: -13px;
    top: 0;
    width: 40px;
    height: 100%;
    background-color: #2c2c2c;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.chart-text-left img {
    width: 30px;
    height: 30px;
    z-index: 1;
    border-radius: 10px;
}

.chart-text-right {
    background-color: #d4d6de;
    padding: 6px 10px 0px 12px;
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
}

.chart-text-right h5 {
    font-size: 1rem;
}

.form-text-currrent {
    font-weight: bold;
    margin-top: 11px;
    font-size: 18px;
}

.custom-style-ayanamsa {
    position: relative;
    background: linear-gradient(to bottom, #999eac, #64666c);
    color: #000000;
    border: none;
    border-radius: 5px;
    padding: 0px 25px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Segoe UI', sans-serif;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
}

.custom-style-ayanamsa::before,
.custom-style-ayanamsa::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    background: linear-gradient(to bottom, #2f2f2f, #1a1a1a);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.custom-style-ayanamsa::before {
    left: 0;
    transform: rotateY(180deg);
}

.custom-style-ayanamsa::after {
    right: 0;
}

.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    border-radius: 4px !important;
    border: 1px solid transparent !important;
    background: transparent !important;
    padding: 0 !important;
}

.daterangepicker .calendar-table th {
    font-weight: 600 !important;
    color: #000 !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #F59D22 !important;
    border-color: transparent !important;
    color: #fff !important;
}

.daterangepicker .monthselect, .daterangepicker .yearselect {
    border-color: #ededed;
    border-radius: 2px;
}

.daterangepicker .hourselect, .daterangepicker .minuteselect,
.daterangepicker .secondselect, .daterangepicker .ampmselect {
    border-radius: 2px;
}

.calendar-time {
    background: #f18f06;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #fff;
    transition: all 0.3s ease;
}

.calendar-time select {
    background: #fff;
    color: #000;
    border: none;
    border-radius: 4px;
    padding: 5px;
    font-weight: bold;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.calendar-time select:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.6);
}

.moon-phase-wrapper {
    width: 50px;
    height: 50px;
}

.moon-phase {
    background-image: var(--bg-moon-phase);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
}

.moon-phase-1 {
    background-position: 10px -2px
}

.moon-phase-2 {
    background-position: -43px -2px
}

.moon-phase-3 {
    background-position: -95px -2px
}

.moon-phase-4 {
    background-position: -147px -2px
}

.moon-phase-5 {
    background-position: -199px -2px
}

.moon-phase-6 {
    background-position: -251px -2px
}

.moon-phase-7 {
    background-position: -303px -2px
}

.moon-phase-8 {
    background-position: -357px -2px
}

.moon-phase-9 {
    background-position: -411px -2px
}

.moon-phase-10 {
    background-position: -464px -2px
}

.moon-phase-11 {
    background-position: -518px -2px
}

.moon-phase-12 {
    background-position: -571px -2px
}

.moon-phase-13 {
    background-position: -625px -2px
}

.moon-phase-14 {
    background-position: -677px -2px
}

.moon-phase-15 {
    background-position: -730px -2px
}

.moon-phase-16 {
    background-position: -784px -2px
}

.moon-phase-17 {
    background-position: -838px -2px
}

.moon-phase-18 {
    background-position: -892px -2px
}

.moon-phase-19 {
    background-position: -946px -2px
}

.moon-phase-20 {
    background-position: -1000px -2px
}

.moon-phase-21 {
    background-position: -1052px -2px
}

.moon-phase-22 {
    background-position: -1106px -2px
}

.moon-phase-23 {
    background-position: -1160px -2px
}

.moon-phase-24 {
    background-position: -1212px -2px
}

.moon-phase-25 {
    background-position: -1264px -2px
}

.moon-phase-26 {
    background-position: -1316px -2px
}

.moon-phase-27 {
    background-position: -1368px -2px
}

.moon-phase-28 {
    background-position: -1420px -2px
}

.moon-phase-29 {
    background-position: -1472px -2px
}

.moon-phase-30 {
    background: rgba(0, 0, 0, 0.1);
}

.tithi-calendar.calendar-days {
    border: 1px solid #0b0b0b !important;
}

.tithi-calendar.calendar-days .day {
    background: #2c2c34 !important;
    border-radius: 0 !important;
    border: 1px solid #0b0b0b !important;
}

.tithi-calendar-table tr, .tithi-calendar-table td, .tithi-calendar-table th {
    border: 1px solid #0b0b0b !important;
}

.tithi-calendar.calendar-days .day.today {
    background: #18181cfa !important;
}

.tithi-calendar.calendar-days .tithi-calendar-info p {
    color: #FFFFFF99 !important;
    font-size: 13px !important;
}

.tithi-calendar.calendar-days .tithi-number {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 14px;
    background: #c17203;
    color: #e1dfdf;
    font-weight: bold;
    padding: 2px;
    border-radius: 15px;
    width: 25px;
    text-align: center;

}

.tithi-calendar.calendar-days .calendar-day-number {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 14px;
    color: #FFFFFF99;
    font-weight: bold;
}
