body {
    font-family: "Open Sans", sans-serif !important;
    background: #fff;
    font-weight: 400;
    margin: 0 auto;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

p {
    margin-bottom: 1rem;
}

.logo {
    position: absolute;
    width: 57px;
    top: 1px;
    left: 64px;
    z-index: 99;
}
.logo-bg {
    position: absolute;
    top: -10px;
    left: 40px;
    z-index: 9;
    width: 109px;
}

.menu-item {
    position: relative;
    list-style: none;
    padding: 12px 8px;
    font-size: 14px;
    color: #051d3d;
}

.dropdown-icon {
    font-size: 14px;
    font-weight: 500;
    margin-left: 4px;
}

.dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 500px;
    box-shadow: 0px 0px 10px #ccc;
    z-index: 10;
    display: none;
    background: #fff;
    border-radius: 10px;
    border-top: 4px solid #ffffff;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.tab-header {
    display: flex;
    padding: 0 16px;
    border-bottom: 1px solid #e0e0e0;
}

.tab-label {
    cursor: pointer;
    padding: 8px 16px;
    font-size: 14px;
}

.tab-label.active {
    font-weight: bold;
    border-bottom: 2px solid #1976d2;
    color: #1976d2;
}

.dropdown-list {
    padding: 8px 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.dropdown-item {
    padding: 4px 0;
}

.honeymoon-pkg {
    width: 434px !important;
}
.reduce-width {
    width: 200px !important;
}
.single-column {
    display: block !important;
    padding: 8px 16px;
}

/* banner css  */

.searchContainerWrapper {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: inherit;
    top: 20%;
    height: inherit;
}

.banner-header::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(to top, rgba(5, 29, 61, 0.6));
    z-index: 1;
    pointer-events: none;
}

.banner-container {
    width: 100%;
    height: 90vh;
    position: relative;
    overflow: hidden;
}

.banner-image {
    width: 100%;
    min-height: 90vh;
    object-fit: cover;
    display: block;
    display: block;
    position: relative;
    z-index: 0;
}

.searchContainer {
    z-index: 1;
    position: absolute;
    top: 45%;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #ffffff27;
}
.searchContainer form {
    display: flex;
    gap: 15px;
}

.searchParamContainer {
    padding: 2px 0 10px 16px;
}

.searchParamContainer label {
    margin: 0;
    font-weight: bold;
}
.searchParamInput {
    margin-top: 10px;
}

.searchParamInput input {
    outline: none;
    border: none;
    width: 186px;
    color: #fff;
    background-color: transparent;
}

.searchButtonContainer button {
    width: 100%;
    height: 100%;
    background: #051d3d;
    padding: 0 10px;
    margin: 0;
    border: none;
    border-radius: 0 10px 10px 0;
    color: #fff;
}

.card-3D-container {
    padding-top: 20px;
}

.card-3D-container .owl-theme {
    .owl-prev,
    .owl-next {
        top: calc(50%);
        transform: translateY(-50%);
    }
}

:root {
    --card-height: 300px;
    --card-width: calc(var(--card-height) / 1.5);
}

#cards3D .heading {
    display: flex;
}

#cards3D .heading h2:nth-of-type(2) {
    color: #b0b0b0;
    font-size: 15px;
}

#cards3D .card-3D-container {
    padding-top: 0px;
    .owl-carousel {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.card-3D {
    width: var(--card-width);
    height: var(--card-height);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0 36px;
    perspective: 2500px;
    margin: 0;
}

.cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}

.wrapper-3D {
    transition: all 0.5s;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.card-title {
    width: 88%;
    transition: transform 0.5s;
}

.card-title:hover {
    text-decoration: underline;
    color: #1976d2;
}

/* filter banner  */

.filterBanner {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: relative;
    height: 210px;
    border-radius: 12px;
    background: #efad01;
    background-size: cover;
    background-image: url('https://media.traveljunky.in/website-assets/static/filterBgImg.png');
}

.filterBanner img {
    position: absolute;
}

.filterBanner img:nth-child(1) {
    width: 25%;
    top: -8px;
    left: -50px;
}

.filterBanner img:nth-child(2) {
    width: 17%;
    right: -37px;
    bottom: -75px;
    /* transform: rotate(20deg); */
}

.filterBanner img:nth-child(3) {
    display: none;
    z-index: 0;
    opacity: 30%;
}

.filterBanner div {
    z-index: 0;
}

.filterBannerText span {
    color: #051d3d;
    font-size: 2rem;
    font-weight: bold;
}

.filterButtons {
    display: flex;
    gap: 40px;
}

.filterButtons a {
    color: #000;
    background-color: #fff;
    font-size: 0.9rem;
    padding: 15px 20px;
    border-radius: 30px;
    font-weight: 600;
}

/* travel activity  */

.travel-activity h3 {
    font-size: 26px;
    background: url(../images/Vector55.svg) center 65px no-repeat;
    padding: 19px 0px;
}

.travel-activity h3 span {
    display: block;
    font-size: 20px;
    padding-top: 29px;
    font-weight: 300;
}

/* customer experience  */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.delay-content {
    animation: fadeInUp 0.6s ease forwards;
    animation-delay: 1s;
}

/* blog  */
.blog-container .article {
    overflow: hidden;
    width: auto;
    height: 177px;
    margin-bottom: 0;
    position: relative;
}

.blog-container .article img {
    width: 100%;
    min-height: 100%;
    transition: 0.2s;
}

.article figcaption {
    font-size: 13px;
    color: #fff;
    top: 0;
    bottom: 0;
    padding: 15px 10px;
    background: rgba(6, 18, 53, 0.6);
    opacity: 0;
    transform: scale(1.15);
    transition: 0.2s;
    position: absolute;
}

.blog-container .article figcaption h3 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

.blog-container .article figcaption p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}
.blog-container .article figcaption a {
    display: inline-block;
    opacity: 0;
    transform: translateY(10px);
    transition: all 1s ease 0.2s;
    color: #fff;
}

.blog-container .article:hover img {
    filter: blur(3px);
    transform: scale(0.97);
}

.blog-container .article:hover figcaption {
    opacity: 1;
    transform: none;
}

.blog-container .article:hover figcaption a {
    opacity: 1;
    transform: translateY(0);
}

/* why travel junky  */
.aboutUsCardContainer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    margin-top: 30px;
}

.aboutUsCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: #f3f3f3;
    margin-left: 20px;
    padding: 40px 20px 20px;
}

.aboutUsCard svg {
    background-color: #1c5199;
    border-radius: 50%;
    position: absolute;
    top: -20px;
}

.aboutUsCardContent {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aboutUsCardContent h4 {
    font-style: italic;
}

.aboutUsCardContent > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.aboutUsCardContent > ul > li {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
}

/* about  */
.about-travel-junky p {
    color: #051d3d;
    font-size: 16px;
    margin-bottom: 1rem;
}

.about-travel-junky h2 {
    color: #051d3d;
    font-size: 34px;
    /* background: url(../images/Vectoraa.svg) left bottom no-repeat; */
    padding: 0px 0px 10px 0px;
}
.about-travel-junky text {
    color: #051d3d;
    font-size: 17px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.aboutUsCardContent > ul > li:not(:first-of-type) {
    border-top: 1px solid black;
}

/* theme button  */
.themeBtn {
    background-color: #051d3d;
    color: #fff;
}
.themeBtn:hover {
    background-color: #d8b36b;
}

/* enquery form */
.form-main-contianer {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 16px 0 48px 0;
}

.inner-form-main-contianer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 80%;
    padding: 15px;
    border-radius: 18px;
    background: center center / cover no-repeat #fdfdfd;
    background-size: 100% 100%;
}

.form-container {
    display: flex;
    flex-direction: column;
    width: 45%;
    height: max-content;
    border-radius: 18px;
    background-color: rgb(255 255 255);
    margin-right: 54px;
}

.form-heading-container {
    display: flex;
    background-color: #051d3d;
    border-radius: 18px 18px 0px 0px;
    padding: 10px 0px 10px 20px;
    align-items: center;
    gap: 24px;
}

.form-container form {
    padding: 20px;
}

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

.custom-form-control {
    outline: none;
    height: 48px;
    padding: 0 10px;
    margin: 0 0 10px 0;
    border: 1px solid rgb(209, 209, 209);
    width: 100%;
    border-radius: 10px;
    font-size: 13px;
}

.custom-form-label {
    position: absolute;
    top: 13px;
    left: 23px;
    font-size: 16px;
    color: #727272;
    transition: all 0.15s linear;
    pointer-events: none;
}

.custom-form-control:focus,
.custom-form-control:hover {
    border: 1px solid rgb(1, 175, 209);
}

.about_travel_junky h2 {
    color: #051d3d;
    font-size: 2rem;
    padding: 0px 0px 10px 0px;
    line-height: 1.1;
}

.read_more p {
    display: inline !important;
}

.read_more ul li {
    width: 100%;
    margin: 0px 0px 3px 0px;
    font-size: 12px;
    position: relative;
}

.read_more ul li {
    width: 100%;
    margin: 0px 0px 3px 0px;
    font-size: 12px;
    position: relative;
}

.read_more ul li:before {
    content: "\2714";
    font-size: 13px;
    margin-right: 10px;
}

.read_more table {
    width: 100% !important;
    border: 1px solid #e8e4ff;
}

.read_more h2 {
    background: none;
    margin: 15px 0px 10px 0px;
    padding: 0px;
    font-size: 21px;
    font-weight: 300;
    width: 100%;
    float: left;
}

.read_more table tr td {
    border: 1px solid #e8e4ff;
    padding: 2px 4px;
}

.faqs ul {
    list-style-type: circle;
    margin-top: 0.7rem;
    margin-left: 1.5rem;
}

.faqs ol {
    list-style-type: decimal;
    margin-top: 0.7rem;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.faqs a{
    color: #1976d2;
}

/* ribbon.css */
.ribbon-wrapper {
    position: absolute;
    top: 0.6rem;
    left: -0.5rem;
    z-index: 20;
}

.ribbon-wrapper::before {
    content: "";
    position: absolute;
    top: 1.8rem;
    left: 0px;
    width: 6px;
    height: 11px;
    background: #0c3c73;
    transform: rotate(135deg);
    z-index: -1;
    border-top-right-radius: 10px;
    z-index: -1;
}

.ribbon-wrapper::after {
    content: attr(data-label);
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #0c3c73, #3b61c2, #0c3c73);
    color: white;
    padding: 7px 16px;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    white-space: nowrap;
    border-radius: 4px;
    border-bottom-right-radius: 20px;
    box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
}

.slick-dots li button:before {
    color: #fff;
    font-size: 10px;
}
.slick-dots li.slick-active button:before {
    color: #facc15;
    color: #facc15;
}

.location:not(:last-of-type)::after {
    content: "|";
    padding-inline: 5px;
}

.itemBody ul li {
    font-size: 0.8rem;
    padding-left: 5px;
    color: #051d3d;
    line-height: 23px;
}

.itemBody ul li::marker {
    content: "\29BF";
}

.itemBody ul {
    padding-left: 25px;
}

.itemBody p {
    margin-bottom: 1rem;
}

#inclusions ul,
#inclusions ol,
#exclusion ul,
#exclusion ol,
#need-to-know ul,
#need-to-know ol,
#terms-and-conditions ul,
#terms-and-conditions ol {
    list-style: none;
    padding-left: 1.5rem !important;
}

#inclusions ul li,
#inclusions ol li,
#exclusion ul li,
#exclusion ol li,
#need-to-know ul li,
#need-to-know ol li,
#terms-and-conditions ul li,
#terms-and-conditions ol li {
    padding-left: 7px !important;
}

#inclusions ul li::marker {
    content: "\2714";
    color: #58d58d;
}

#exclusion ul li::marker {
    content: "\2716";
    color: #e74c1c;
}

#need-to-know ul li::marker,
#terms-and-conditions ul li::marker {
    content: "\29BF";
}

.highlights {
    margin: 10px 0;
    background-color: #a2c6f524;
    border-radius: 5px;
    padding: 16px;
    font-size: 12px;
}

.highlights span {
    display: inline-flex;
    align-items: center;
}

.highlights span::before {
    content: "";
    --size: 25px;
    margin-right: 10px;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../../attribute_icon/1748415895_sightseeing.svg) no-repeat
        center;
}

.highlights ul {
    padding-left: 1.5rem;
    margin: 0;
}

.nightStay {
    display: flex;
    flex-direction: column;
    background-color: #a2c6f524;
    border-radius: 5px;
    padding: 16px;
    margin-bottom: 10px;
}
.nightStay span {
    font-size: 12px;
    display: inline-flex;
    align-items: center;
}

.nightStay span::before {
    content: "";
    --size: 26px;
    margin-right: 10px;
    width: var(--size);
    height: var(--size);
    background: url(../static_assets/icons/bed.svg) no-repeat center;
}

.meals span {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-size: 13px;
}

.meals > span::before {
    content: "";
    --size: 27px;
    margin-right: 8px;
    width: var(--size);
    height: var(--size);
    background: url(../../attribute_icon/1748415695_meal.svg) no-repeat center;
}

.main_detail a {
    color: #1976d2;
}

.description p {
    margin-bottom: 0.8rem;
}

/* blog card   */
.article.card-1 .card-img-top {
    border-radius: 16px;
    overflow: hidden;
    display: block;
}

.article.card-1 .card-body {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    display: flex;
    padding: 18px;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.6);
    margin: -40px 18px 0;
    gap: 10px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.card-corner {
    z-index: 2;
    background-color: #f7f8f9;
    border-top-left-radius: 2em;
    width: 58px;
    height: 58px;
    position: absolute;
    inset: auto 0% 0% auto;
    border-top: 1px solid #e5e7eb;
    border-left: 1px solid #e5e7eb;
}

.card-corner::before {
    content: "";
    position: absolute;
    border-top-left-radius: 2.5em;
    width: 120%;
    height: 120%;
    z-index: 1;
    background-color: #f7f8f9;
}

.arrow-box {
    z-index: 4;
    display: flex;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    position: absolute;
    inset: 8px 0% 0% 8px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.curve-one {
    position: absolute;
    content: "";
    top: -16px;
    right: -1px;
    background: transparent;
    width: 16px;
    height: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 0.313rem 0.313rem 0 0.313rem #f7f8f9;
    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.curve-two {
    position: absolute;
    content: "";
    bottom: -1px;
    left: -16px;
    background: transparent;
    width: 16px;
    height: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 0.313rem 0.313rem 0 0.313rem #f7f8f9;
    border-bottom: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
}

.article .badge {
    display: inline-flex;
    padding: 7px 14px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    gap: 10px;
    border-radius: 25px;
}

.bg-2 {
    background-color: #e3dcf6 !important;
}

.hover-underline {
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.hover-underline h4 {
    position: relative;
    transition: all 0.3s ease;
    margin: 0;
    display: block;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
}

.hover-underline .line-wrapper {
    position: relative;
    display: block;
    font-size: 1.1rem;
    -webkit-line-clamp: 2;
}

.hover-underline .line-wrapper::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #ee6e47 0%, #28886a 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    transform-origin: right;
}

.article.card-1 .card-body .right {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.card-text {
    width: 85%;
}

.card-info ul {
    list-style-type: disc;
}

.card-info ul li::marker {
    content: initial;
    color: #626568;
}

.article.card-1 .card-body:hover .arrow-box {
    background-color: #051d3d;
    transform: rotate(-40deg);
}

.article.card-1 .card-body:hover .arrow-box svg {
    color: #fff !important;
    fill: #fff !important;
}

.hover-up:hover {
    transform: translateY(-3px);
    transition-duration: 0.3s;
}
.hover-up:hover .thumbnail img {
    scale: 1.1;
    transform: skewY(2deg);
    transition: all ease-in-out 0.7s;
}

/* blog card end  */

/* blog category  */
.blog_category_list {
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.blog_category .tag-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background-color: #fff;
    color: #060607;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}

.tag-item {
    display: flex;
    padding: 10px 11px 10px 19px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background-color: #060607;
}

.link-effect-2 .text {
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: transform 0.4s ease;
}

.link-effect-2 {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.4s ease;
}

.link-effect-2 .text1 {
    position: relative;
    display: inline-block;
    transition: transform 0.4s ease;
}

.link-effect-2 .text2 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.link-effect-2:hover .text1 {
    transform: translateY(-100%);
}

.link-effect-2:hover .text2 {
    transform: translateY(0);
}

.link-effect-2:hover .number {
    color: #333 !important;
}

.blog_category .tag-item .number {
    font-weight: 600;
    color: #a2a4a7;
    transition: all 0.3s ease-in-out;
}

.tag-item .number {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    display: flex;
    padding: 5px 7px;
    align-items: center;
    border-radius: 5px;
    background-color: #eaecee;
}

.mask-image {
    -webkit-mask-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0),
        rgb(0, 0, 0) 20%,
        rgb(0, 0, 0) 80%,
        rgba(0, 0, 0, 0)
    );
    mask-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0),
        rgb(0, 0, 0) 20%,
        rgb(0, 0, 0) 80%,
        rgba(0, 0, 0, 0)
    );
}

/* blog category end */

/* hot topics  */
.block-discover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 42px 42px;
    border-radius: 16px;
    position: relative;
}

.block-discover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 16px;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    background-color: #0e0e0f;
    opacity: 0.4;
}

.view-more.white .circle {
    background-color: #fff;
}

.view-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background-color: #0e0e0f;
    border-radius: 1.625rem;
}

.view-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: transparent;
}

.view-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
}

.view-more.white .circle .icon.arrow::before {
    border-color: #0e0e0f;
}

.view-more.white .button-text {
    color: #ffffff;
}

.view-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #626568;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.hover-up {
    transition: all 0.3s ease-in-out;
}

.category-card.style-1 {
    display: flex;
    gap: 18px;
    min-height: 104px;
    height: 104px;
    padding-right: 55.229px;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
}

.category-card.style-1 .thumbnail {
    position: relative;
    min-width: 104px;
    max-width: 104px;
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
}

.category-card.style-1 .thumbnail img {
    width: 100%;
    height: 100%;
}

.category-card.style-1 .post-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.category-card.style-1 .post-content .post-count {
    background-color: #eaecee;
    padding: 3px 8px;
    display: inline;
    border-radius: 8px;
}

/* hot topics end */

/* blog detail  */
.blog_detail img {
    margin-block: 2rem;
}

.blog_detail p {
    margin-bottom: 1rem;
}

.about_us p {
    margin-bottom: 1rem !important;
}
.abput_us_image {
    position: relative;
    width: 55%;
    float: left;
    height: 406px;
    overflow: hidden;
}

.about_banner {
    width: 100%;
    float: left;
    height: 52vh;
    background: url(../images/balgal4.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
}


/* blog category marquee  */

.marquee {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.marquee__inner {
    display: inline-flex;
  animation: marquee 70s linear infinite;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.marquee:hover .marquee__inner {
    animation-play-state: paused;
}

/* blog category marquee end */

/* about banner  */
.about_banner{
width: 100%;
    float: left;
    height: 52vh;
    background: url(../images/balgal1.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
}

.about_us p{
    margin-bottom: 1rem;
}

.about_us_image {
    position: relative;
    width: 55%;
    /* float: left; */
    height: 320px;
    height: 406px;
    overflow: hidden;
}


/* pages  */

.paymentPolicy ul,
.career ul{
    margin-left: 3rem;
    list-style-type: disc;
}

.paymentPolicy ul li,
.career ul li{
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}

.paymentPolicy p{
    margin-bottom: 1rem !important;
}

.paymentPolicy ul li p{
    margin-bottom: 0 !important;
}
.paymentPolicy ul li, .career ul li{
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}

.paymentPolicy a{
    color: #0d6efd;
}

.career p {
    margin-bottom: 0.6rem;
}

.career h1{
    font-size: 2rem;
}
/* pages end */