@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html.lenis {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-scrolling iframe {
    pointer-events: none
}

.logo-width {
    width: 220px;
}

nav {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #ffffff;
    /* padding-left: 100px;
    padding-right: 100px; */
}

@media (max-width:1400px) {
    nav {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width:991px) {
    nav {
        padding-left: 0px;
        padding-right: 00px;
    }

    .truncate-text {
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
    }
}


/* .br-10 {
    border-radius: 10px;
} */

.header-top {
    background-color: #13b070;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin: auto;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 40px;
}

.header-top-res {
    background-color: #13b070;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    margin: auto;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 40px;
}

.drop-in,
.drop-two {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateY(-100%);
    left: 0;
    right: 0;
}

.drop-in {
    animation: dropIn 10s infinite;
}

.drop-two {
    animation: dropTwo 10s infinite;
}

.link-clr {
    color: #ffffff;
    text-decoration: none;
}

@keyframes dropIn {

    0%,
    45%,
    100% {
        opacity: 1;
        transform: translateY(0);
    }

    50%,
    95% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes dropTwo {

    0%,
    45%,
    50% {
        opacity: 0;
        transform: translateY(-100%);
    }

    55%,
    95% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

.pad-top {
    padding-top: 90px;
}

@media screen and (max-width:1600px) {
    .pad-top {
        padding-top: 75px;
    }
}

@media screen and (max-width:1300px) {
    .pad-top {
        padding-top: 65px;
    }
}

@media screen and (max-width:1150px) {
    .pad-top {
        padding-top: 55px;
    }
}

@media screen and (max-width:850px) {
    .header-top {
        display: none;
    }
}

@media screen and (max-width:575px) {
    .header-top-res {
        display: flex;
    }

    .header-top {
        display: none;
    }
}

@media screen and (min-width:575px) {
    .header-top-res {
        display: none;
    }

    .header-top {
        display: flex;
    }
}

nav .wrapper {
    position: relative;
    width: 100%;
    padding: 15px 0px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 70px;
    padding-right: 70px;
    background-color: #000000;
}

.image-width {
    width: 100%;
}

.wrapper .logo a {
    width: 249px;
}

.wrapper .nav-links {
    display: inline-flex;
    gap: 10px;
}

@media (max-width:1400px) {
    .wrapper .nav-links {
        display: inline-flex;
        gap: 0px;
    }

    nav .wrapper {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width:1250px) {
    .wrapper .nav-links {
        gap: 0px;
    }
}

@media (max-width:970px) {
    nav .wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width:575px) {
    nav .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.nav-links li {
    list-style: none;
}

.nav-links li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.nav-links li a:hover {
    color: #8d32ce;
}

@media (max-width:1150px) {
    .nav-links li a {
        padding: 9px 10px;
    }
}

@media (max-width:1400px) {
    .nav-links li a {
        font-size: 13px;
    }
}

@media (max-width:1050px) {
    .nav-links li a {
        font-size: 12px;
    }
}

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background-color: #242526f1 !important;
    width: 230px;
    line-height: 45px;
    padding-left: 0px;
    top: 40px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.13);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

.drop-menu li a:hover {
    background-color: #00000054;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}

.mega-box .content {
    background: #242526;
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px;
}

.content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .row header {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
}

.content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
    padding: 0 20px;
}

.row .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
}

.row .mega-links li a:hover {
    color: #f2f2f2;
}

.wrapper .btn {
    color: #000;
    font-size: 20px;
    cursor: pointer;
    display: none;
}


/* dropdown */

.fa-angle-down:before {
    content: "\f107";
    font-size: 12px;
}

.drop-menu {
    position: relative;
    padding-top: 10px;
    /* Adds spacing so the border sits nicely */
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.drop-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    /* background-image: url("./images/drop-line.png"); */
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 1401px) and (max-width: 1426px) {
    .nav-links li a {
        padding: 9px 13px;
    }
}

@media screen and (min-width: 1151px) and (max-width: 1171px) {
    .nav-links li a {
        padding: 9px 13px;
    }
}

@media screen and (min-width: 971px) and (max-width: 1018px) {
    .nav-links li a {
        padding: 9px 7px;
    }
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}

@media screen and (max-width: 970px) {
    .wrapper .btn {
        display: block;
    }

    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 450px;
        top: 0;
        left: -100%;
        background: #fff;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }

    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #ffffff;
    }

    ::-webkit-scrollbar-thumb {
        background: #ffffff;
    }

    #menu-btn:checked~.nav-links {
        left: 0%;
    }

    #menu-btn:checked~.btn.menu-btn {
        display: none;
    }

    #close-btn:checked~.btn.menu-btn {
        display: block;
    }

    .nav-links li {
        margin: 15px 10px;
    }

    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }

    #showDrop:checked~.drop-menu,
    #showMega:checked~.mega-box {
        max-height: 100%;
    }

    #showDrops:checked~.drop-menu,
    #showMega:checked~.mega-box {
        max-height: 100%;
    }

    /* .nav-links .desktop-item {
        display: none;
    } */
    .nav-links .mobile-item {
        display: block;
        color: #000;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    /* .nav-links .mobile-item:hover {
        background: #3A3B3C;
    } */
    .drop-menu li {
        margin: 0;
    }

    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }

    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }

    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }

    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    .row .mega-links li {
        margin: 0;
    }

    .content .row header {
        font-size: 19px;
    }
}

nav input {
    display: none;
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.body-text div {
    font-size: 45px;
    font-weight: 600;
}

.nav-links {
    margin-bottom: 0px;
}

.icon-color {
    color: #000000;
}

.drp-dwn-clr {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
}

.btn-cls {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.active-line {
    position: relative;
}

.active-line:after {
    color: #0171BB;
    position: absolute;
    content: '';
    height: 3px;
    bottom: 3px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 60%;
    background: linear-gradient(to right, #310252 40%, #ffc40c 30% 100%) !important;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

@media (max-width:970px) {
    .btn-cls {
        display: none;
    }

    .active-line:after {
        color: #0171BB;
        position: absolute;
        content: '';
        height: 3px;
        bottom: -5px;
        margin: 0;
        left: 20px;
        right: 0px;
        width: 25%;
        background: linear-gradient(to right, #A3C73D 40%, #0E4E81 30% 100%) !important;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }
}

.refferel-btn {
    width: fit-content;
    background: linear-gradient(90deg, rgba(41, 176, 223, 1) 0%, rgba(129, 135, 154, 1) 48%, rgba(233, 89, 80, 1) 100%);
    font-size: 14px;
    font-family: Poppins;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    transition: all ease-in-out .5s;
}

@media (max-width:1150px) {
    .refferel-btn {
        font-size: 12px;
        padding: 10px 12px;
        margin: auto;
    }
}

.call-sec {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.call-icon {
    width: 40px;
    display: flex;
}

.call-num {
    display: flex;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin: auto;
    text-decoration: none;
}

@media (max-width:1150px) {
    .call-num {
        font-size: 12px;
    }
}

.center-img {
    margin: auto;
}

.top-line {
    width: 100%;
    background-color: #0E4E80;
    padding: 5px;
}

@media (max-width:1600px) {
    .logo {
        width: 175px;
    }
}

@media (max-width:1300px) {
    .logo {
        width: 145px;
    }
}

@media (max-width:1150px) {
    .logo {
        width: 120px;
    }
}

@media (max-width:970px) {
    .logo {
        width: 145px;
    }
}

@media screen and (max-width:970px) {
    .drp-dwn-clr {
        color: black !important;
    }

    .nav-links .drop-menu {
        background-color: white !important;
    }
}


/* Initial state: arrow pointing down */

.mobile-item i,
.desktop-item i {
    transition: transform 0.3s ease;
    /* Smooth transition for rotation */
}


/* Rotate the arrow when hovering over the label or link */

.mobile-item:hover i,
.desktop-item:hover i {
    transform: rotate(180deg);
    /* Rotate the arrow to point upwards */
}


/* When the dropdown is open (checkbox is checked), rotate the arrow up */

#showDrop:checked+label i,
#showDrops:checked+label i {
    transform: rotate(180deg);
    /* Arrow remains rotated when open */
}


/* When the checkbox is unchecked, the arrow goes back to normal */

#showDrop:not(:checked)+label i,
#showDrops:not(:checked)+label i {
    transform: rotate(0deg);
    /* Reset the arrow to point downwards */
}


/******************************************** carousel-slider ******************************************************/

.carousel-item {
    transition: transform 1.5s ease-in-out !important;
    padding: 20px;
}

.carousel-indicators li {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    /* Change to your desired color */
    margin: 0 5px;
}

.carousel-indicators .active {
    background-color: #fff;
    /* Change to your desired active color */
}

.carousel-indicators {
    list-style-type: none;
    padding-left: 0;
}

.carousel-indicators li::marker {
    display: none;
}

.carousel-indicators .active {
    width: 14px !important;
    /* Increase the size for the active indicator */
    height: 14px !important;
    /* Increase the size for the active indicator */
    background-color: #fff;
    /* Change to your desired active color */
}

@media (max-width:575px) {
    .carousel-indicators li {
        width: 10px !important;
        height: 10px !important;
    }

    .carousel-indicators .active {
        width: 11px !important;
        /* Increase the size for the active indicator */
        height: 11px !important;
        /* Increase the size for the active indicator */
    }

    .carousel-item {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.carousel-indicators {
    display: flex;
    justify-content: end !important;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 80px !important;
    margin-left: 100px !important;
    right: 0px !important;
    margin-right: 6% !important;
}

.custom-caption {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    right: unset !important;
    z-index: 2;
    color: #fff;
    /* Change text color as needed */
    text-align: left;
    /* Align text to the left */
}

.carousel-caption {
    position: absolute;
    bottom: -3rem !important;
    left: 100px !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}

.custom-caption h2 {
    font-size: 24px;
    /* Adjust font size */
    font-weight: bold;
    margin: 0;
}


/* 
.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(0 0 0 / 79%) 0%, rgb(0 0 0 / 0%) 48%);
    z-index: 1;
} */

.bg-for-car {
    background: linear-gradient(180deg, rgba(231, 246, 252, 1) 0%, rgba(231, 246, 252, 1) 48%, rgba(255, 255, 255, 1) 100%);
}

.banner-head {
    font-size: 52px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    position: relative;
    display: flex;
    padding-bottom: 30px;
}

.banner-head-big {
    font-size: 120px;
    line-height: 100px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    letter-spacing: -5px;
    position: relative;
    display: flex;
}

.banner-parag {
    padding-top: 20px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
    width: 60%;
    position: relative;
    display: flex;
}

.banner-link {
    width: fit-content;
    padding-top: 50px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: left !important;
    position: relative;
    display: flex;
    padding-left: 20px;
    transition: all ease .5s;
}

.banner-link:hover {
    color: #A3C73F;
}

.banner-link::after {
    content: '';
    position: absolute;
    left: 0;
    top: 84%;
    width: 10px;
    /* Size of the circle */
    height: 10px;
    /* Size of the circle */
    background-color: rgb(255, 255, 255);
    /* Circle color */
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all ease-in-out .5s;
}

.banner-link:hover::after {
    background-color: #A3C73F;
    /* New color for the circle on hover */
}

@media (max-width:850px) {
    .banner-head-big {
        letter-spacing: -1px;
    }
}

@media (max-width:650px) {
    .banner-link {
        padding-top: 20px;
        font-size: 12px;
    }

    .banner-link::after {
        top: 73%;
    }
}

@media (max-width:375px) {
    .banner-parag {
        padding-top: 10px;
    }
}


/* Define the fade-in animation */

@keyframes fadeIn {
    from {
        opacity: 0;
        filter: blur(5px);
        /* Start with a blur effect */
    }

    to {
        opacity: 1;
        filter: blur(0);
        /* End with no blur effect */
    }
}


/* Apply the animation to the .anim class */

.anim {
    animation: fadeIn 2.5s ease-in-out;
    animation-fill-mode: both;
}

@media (max-width:1700px) {
    .banner-head-big {
        font-size: 120px;
        line-height: 120px;
    }

    .banner-head {
        font-size: 35px;
    }

    .banner-parag {
        font-size: 14px;
    }
}

@media (max-width:1400px) {
    .carousel-caption {
        left: 60px !important;
    }

    .carousel-indicators {
        margin-bottom: 40px !important;
        margin-left: 60px !important;
    }
}

@media (max-width:1300px) {
    .banner-head-big {
        font-size: 90px;
        line-height: 90px;
    }

    .banner-head {
        font-size: 28px;
    }
}

@media (max-width:1200px) {
    .carousel-indicators {
        margin-bottom: 15px !important;
        margin-left: 60px !important;
    }
}

@media (max-width:1024px) {
    .banner-head-big {
        font-size: 65px;
        line-height: 65px;
    }

    .banner-head {
        font-size: 20px;
    }
}

@media (max-width:991px) {
    .carousel-indicators {
        margin-left: 50px !important;
    }

    .carousel-caption {
        left: 50px !important;
    }
}

.normal-banner {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 30px;
}

@media (max-width:850px) {
    .normal-banner {
        display: none !important;
    }

    .res-banner {
        display: flex;
        width: 100%;
    }
}

@media (min-width:850px) {
    .normal-banner {
        display: flex;
        width: 100%;
    }

    .res-banner {
        display: none;
    }
}

@media (max-width:767px) {
    .banner-head-big {
        font-size: 48px;
        line-height: 48px;
    }

    .banner-head {
        padding-bottom: 10px;
    }
}

@media (max-width:575px) {
    .carousel-caption {
        left: 35px !important;
    }

    .carousel-indicators {
        margin-right: 20px !important;
        right: 0px !important;
        left: unset !important;
    }

    .carousel-caption {
        padding-top: 0px !important;
    }

    .banner-head-big {
        font-size: 35px;
        line-height: 35px;
        letter-spacing: -1px;
    }

    .banner-head {
        font-size: 14px;
    }

    .banner-parag {
        width: 90%;
    }

    .carousel-item::before {
        background: linear-gradient(to right, rgb(0 0 0 / 79%) 0%, rgb(0 0 0 / 0%) 100%);
        z-index: 1;
    }
}

@media (max-width:450px) {
    .carousel-indicators {
        margin-bottom: 5px !important;
    }

    .banner-head-big {
        font-size: 25px;
        line-height: 25px;
        letter-spacing: -1px;
    }
}

@media (max-width:375px) {
    .banner-parag {
        font-size: 13px;
    }
}


/************************************************ footer-section ******************************************/

#footer {
    background: #fff;
    color: #fff;
    font-size: 14px;
    position: relative;
}

#footer h3 {
    font-size: 36px;
    font-weight: 700;
    color: #ffb03b;
    position: relative;
    padding: 0;
    margin: 0 0 15px 0;
}

#footer p {
    font-size: 15;
    font-style: italic;
    padding: 0;
    margin: 0 0 20px 0;
}

#footer .social-links {
    margin: 0 0 40px 0;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #46423b;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #91cd43;
}

#footer .copyright {
    margin: 0 0 5px 0;
}

#footer .credits {
    font-size: 13px;
}

.footer-sec {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 60px 100px;
    justify-content: space-between;
}

.footer-sec {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 30px 70px 20px 70px;
    justify-content: space-between;
    z-index: 50;
}

.logo-area {
    width: 30%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px 50px 0px 0px;
    gap: 30px;
}

.logo-imgs {
    margin-bottom: 23px;
}

.logo-content-footer {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    line-height: 25px;
}

.address-area {
    width: 25%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px 0px 0px 70px;
    font-family: Poppins;
    font-weight: 500;
}

.help-section {
    display: flex;
    flex-direction: column;
}

.help-head {
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins;
    color: #000;
    padding-bottom: 5px;
}

.feed-back {
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins;
    color: #D6BE6B;
    padding-bottom: 15px;
}

.feed-name {
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins;
    color: #000;
    padding-bottom: 30px;
}

.center-line {
    color: #D6BE6B;
    margin-left: 15px;
    margin-right: 15px;
}

.center-line-two {
    color: #D6BE6B;
    margin-left: 42px;
    margin-right: 15px;
}

.feed-link {
    color: #000;
    text-decoration: none;
}

.feed-link:hover {
    text-decoration: none;
}

.help-num {
    font-size: 18px;
    font-weight: 500;
    font-family: Poppins;
    padding-bottom: 15px;
}

.feed-name a {
    color: #000;
    text-decoration: none;
}

.address-head {
    color: white;
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 40px;
}

.address-content {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #919191;
    line-height: 26px;
    margin-bottom: 25px;
}

.address-no {
    font-family: Poppins;
    font-weight: 400;
    color: #919191;
    line-height: 26px;
}

.address-logo {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding-bottom: 20px;
}

.address-icon {
    width: 40px;
    height: 40px;
    background-color: grey;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease-in-out .5s;
}

.address-icon:hover {
    /* background-color: #ffc613; */
    background-color: #310252;
    transition: all ease-in-out .5s;
}


/* .address-icon:hover {
    background-color: rgb(63, 63, 63);
} */

.fb {
    display: flex;
}

.sadhya-ftr-sec {
    width: 25%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px 0px 0px 75px;
}


/* .address-head {
    color: white;
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 40px;
} */

.sadhya-sec {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #919191;
    margin-bottom: 15px;
}

.ftr-link {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    transition: all ease-in-out .4s;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}

.ftr-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    /* Start with full width of text */
    height: 2px;
    /* Thickness of the line */
    background-image: linear-gradient(to right, #338fd6, #0E4E80);
    transform: scaleX(0);
    /* Initially scale to 0 (hidden) */
    transform-origin: left;
    /* Start scaling from the left */
    transition: transform 0.3s ease-in-out;
    /* Smooth transition for scaling */
}

.ftr-link:hover::after {
    transform: scaleX(1);
    /* Expand the line to full text width */
}

.navigation-ftr {
    width: 20%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 66px;
}

.premium-sec {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #919191;
    margin-bottom: 15px;
}

.copy-right {
    width: 100%;
    display: flex;
    background-color: white;
    padding: 30px 0px;
    justify-content: center;
}

.rights {
    display: flex;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: #474747;
}

.gl-name {
    display: flex;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: #7E7E7E;
    margin-left: 5px;
    cursor: pointer;
}

.gl-name:hover {
    color: #474747;
}

.call-link {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #919191;
}

.call-link:hover {
    color: #ffffff;
}

.line {
    margin-left: 0px;
    margin-right: 0px;
}

.ftr-nav-link {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.nav-link-section {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.nav-first {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.nav-second {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.copy-rgt-sec {
    width: 100%;
    position: relative;
    display: flex;
    font-family: Poppins;
    font-weight: 400;
    color: #474747;
}

.copy-link {
    color: #7E7E7E;
    margin-left: 5px;
}

.copy-link:hover {
    color: #ffffff;
    margin-left: 5px;
}

.footer-logo-sec {
    display: flex;
    align-items: center;
}

.qr-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.qr-img-wrapper {
    width: auto;
    position: relative;
    display: flex;
}

.qr-img {
    width: 160px;
}

.qr-app {
    width: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mb-20 {
    margin-bottom: 20px;
}

.gl-w-150p {
    width: 150px;
}

.pl-0 {
    padding-left: 0px;
}

@media (max-width:1700px) {
    .address-area {
        padding: 0px 40px;
    }

    .pl-0 {
        padding-left: 0px;
    }

    .qr-img {
        width: 200px;
    }
}

@media (max-width:1500px) {
    .logo-content {
        font-size: 22px;
        line-height: 32px;
    }

    .address-area {
        padding: 0px 18px
    }

    .address-head {
        font-size: 14px;
    }

    .address-content {
        font-size: 13px;
    }

    /* .address-head {
        font-size: 14px;
    } */
    .ftr-link {
        font-size: 13px;
    }

    .call-link {
        font-size: 13px;
    }

    .feed-name {
        font-size: 13px;
    }

    .logo-content-footer {
        font-size: 13px;
        line-height: 22px;
    }

    .sadhya-ftr-sec {
        padding: 0px 0px 0px 15px
    }

    .copy-rgt-sec {
        font-size: 12px;
    }

    .qr-img {
        width: 160px;
    }
}

@media (max-width:1400px) {
    .footer-sec {
        padding: 60px 60px;
    }

    .qr-img {
        width: 150px;
    }
}

@media (max-width:1200px) {
    .footer-sec {
        padding: 60px 25px
    }

    .logo-imgs img {
        width: 100px;
    }

    .logo-content {
        font-size: 17px;
        line-height: 27px;
    }

    .address-content {
        font-size: 12px;
    }

    .sadhya-ftr-sec {
        padding: 0px 5px;
    }

    .ftr-link {
        font-size: 12px;
    }

    .call-link {
        font-size: 12px;
    }

    .help-head {
        font-size: 12px;
    }

    .help-num {
        font-size: 12px;
    }

    .feed-name {
        font-size: 12px;
    }

    .feed-back {
        font-size: 12px;
    }

    .copy-rgt-sec {
        font-size: 11px;
    }

    .qr-wrapper {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width:1024px) {
    .address-area {
        padding: 0px 5px;
    }
}

@media (max-width:991px) {
    .footer-sec {
        flex-direction: column;
    }

    .footer-sec {
        padding: 60px 50px;
    }

    .logo-area {
        width: 100%;
        border-right: none;
        margin-bottom: 40px
    }

    .logo-imgs img {
        width: auto;
    }

    .logo-content {
        font-size: 28px;
        line-height: 40px;
    }

    .address-area {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 40px
    }

    .address-head {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .address-content {
        font-size: 16px;
    }

    .sadhya-ftr-sec {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 40px;
    }

    /* .address-head {
        font-size: 18px;
        margin-bottom: 20px;
    } */
    .ftr-link {
        font-size: 14px;
    }

    .navigation-ftr {
        padding: 0;
    }

    .call-link {
        font-size: 16px;
    }

    .address-area {
        border-left: none;
    }

    .qr-wrapper {
        flex-direction: row;
        justify-content: unset;
    }
}

@media (max-width:768px) {
    .footer-sec {
        flex-direction: column;
    }

    .footer-sec {
        padding: 60px 60px;
    }

    .logo-area {
        width: 100%;
        border-right: none;
        margin-bottom: 40px
    }

    .logo-imgs img {
        width: auto;
    }

    .logo-content {
        font-size: 28px;
        line-height: 40px;
    }

    .address-area {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 40px
    }

    .address-head {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .address-content {
        font-size: 16px;
    }

    .sadhya-ftr-sec {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 40px;
    }

    /* .address-head {
        font-size: 18px;
        margin-bottom: 20px;
    } */
    .ftr-link {
        font-size: 14px;
    }

    .navigation-ftr {
        padding: 0;
    }

    .call-link {
        font-size: 16px;
    }
}

@media (max-width:576px) {
    .copy-right {
        width: 100%;
        display: flex;
        background-color: white;
        padding: 30px 0px;
        justify-content: center;
        margin-bottom: 40px !important;
    }

    .line {
        margin-left: 0px;
        margin-right: 0px;
    }

    .address-area {
        border-left: none;
    }

    .copy-rgt-sec {
        flex-direction: column;
    }

    .social-logo-res {
        gap: 20px;
        bottom: 40%;
        margin-left: 20px;
    }
}

@media (max-width:560px) {
    .footer-sec {
        padding: 60px 15px;
    }

    .rights {
        font-size: 11px;
    }

    .gl-name {
        font-size: 10px;
    }

    .copy-rgt-sec {
        flex-direction: column;
        font-size: 12px;
        text-align: center;
        line-height: 16px;
    }

    .sadhya-ftr-sec {
        margin-bottom: 0px;
    }
}


/* nab-bar-section */

.dropdown.arrow-top li::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 0px;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-left: 7px solid #DB2525;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}

.dropdown.arrow-top li {
    position: relative;
}

.drops-sec {
    padding: 3px;
    border-radius: 7px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.thankyou {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #0071BB;
    border-radius: 15px;
    padding: 50px 65px;
    gap: 20px;
}

.image-thank {
    position: relative;
    display: flex;
    width: 62px;
    height: auto;
    margin: auto;
}

.thank-you-text {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}

.accepts {
    width: 100%;
}

.btn-pad-extra {
    padding: 10px 15px !important;
}

.footer-logos {
    width: 100% !important;
}

.logo-imgs {
    width: 241px !important;
}

.swiper-pagination-bullet {
    background-color: #DB2525 !important;
}

.services-row {
    display: flex;
    flex-wrap: wrap;
    /* Makes it responsive */
    justify-content: center;
    /* Centers the text */
    color: #9C9C9C;
    font-family: Poppins;
    padding-bottom: 5px;
    font-size: 16px;
}

.border-top-bottom {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #707070;
    padding: 15px 0px;
}

.copy {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    color: #474747;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
    color: #474747;
    transition: all ease-in-out .5s;
}

.cmp-link {
    margin-left: 5px;
    transition: all ease-in-out .5s;
}

.cmp-link:hover {
    color: #185586;
    font-weight: 500;
    margin-left: 5px;
}

.copy a {
    color: #474747;
    text-decoration: none;
}

.services-row div {
    position: relative;
    white-space: nowrap;
    /* Prevents text from wrapping */
    padding: 0 30px;
}

.services-row div:not(:first-child)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: #ccc;
}

@media (max-width:1500px) {
    .services-row {
        font-size: 11px;
    }

    .footer-logo-sec img {
        width: 100%;
    }
}

.services-row div {
    padding: 0 15px;
}

@media (min-width:1501px) and (max-width:1594px) {
    .services-row {
        font-size: 13px;
    }

    .services-row div {
        padding: 0 15px;
    }
}

@media (max-width:575px) {
    .logo-area {
        padding-right: 0px;
    }

    .address-area {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .help-head {
        font-size: 14px;
    }

    .address-logo {
        margin-top: 0;
    }

    .address-area-social {
        margin-top: 0px !important;
    }

    .address-logo {
        padding-bottom: 15px;
    }

    .copy {
        flex-direction: column;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px;
    }

    .footer-sec {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .logo-imgs {
        margin-bottom: 0px;
    }
}

@media (max-width:1329px) {
    .services-row div {
        padding: 0 10px;
    }
}

@media (max-width:991px) {
    .copy {
        padding-top: 25px;
        padding-bottom: 60px;
    }
}


/***************************************************************** blog-section **************************************************************/

.blog-section {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}

.pad-top-blog {
    padding-top: 110px;
}

.blog-head {
    width: 100%;
    font-size: 72px;
    font-weight: 500;
    color: #000000;
    font-family: Poppins;
    display: flex;
    padding-bottom: 50px;
}

.blog-areas {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.image-one {
    overflow: hidden;
}

.big-image {
    overflow: hidden;
}

.area-one {
    width: 25%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-right: 40px;
}

.first-image-sec {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.area-two {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-right: 40px;
    padding-left: 40px;
    border-right: 1px solid rgb(211, 211, 211);
    border-left: 1px solid rgb(211, 211, 211);
}

.area-three {
    width: 25%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 40px;
}

.image-time-date {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row !important;
    justify-content: space-between !important;
    padding-top: 20px;
}

.time-text {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: #000000 !important;
    text-decoration: none !important;
}

.date-text {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    color: #979797 !important;
    text-decoration: none;
}

.dec-none {
    color: #979797 !important;
    text-decoration: none !important;
    margin-left: 5px;
    font-size: 12px !important;
}

.side-blog-heading {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    color: #000000 !important;
    padding-top: 15px;
    text-decoration: none;
}

.big-image {
    width: 100%;
    display: flex;
    position: relative;
}

.main-blog-heading {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 500;
    color: #000000 !important;
    padding-top: 15px;
    text-decoration: none !important;
    line-height: 35px;
}

.popular-head {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    color: #000000 !important;
    padding-bottom: 20px;
}

.popular-box {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.popular-heading {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    color: #000000 !important;
    padding-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgb(212, 212, 212);
    text-decoration: none !important;
}

.blog-grid-section {
    width: 100%;
    position: relative;
}

.work-content-blog {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    padding-bottom: 90px;
    padding-top: 30px;
}

.by-sec {
    width: 100%;
    font-size: 13px;
    color: #000000;
    font-family: Poppins;
    padding-top: 20px;
}

.col5_col4lg_col3-blog {
    grid-auto-flow: row;
    gap: 50px 50px;
    grid-template-columns: repeat(4, 1fr);

    .spanItem {
        grid-column: span 2;
        gap: 50px 50px;
    }

    @media (max-width: 1750px) {
        grid-template-columns: repeat(4, 1fr);
        gap: 50px 50px;
    }

    @media (max-width: 1200px) {
        grid-template-columns: repeat(2, 1fr);

        .spanItem {
            grid-column: span 2;
        }

        gap: 40px 20px;
    }

    @media (max-width: 991px) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media (max-width: 850px) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media (max-width: 650px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.grid-areas {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column !important;
}

.grid-heading-sec {
    font-family: Poppins;
    font-size: 25px;
    font-weight: 500;
    color: #000000 !important;
    padding-top: 20px;
    line-height: 30px;
}

.for-cols {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
}

@media (max-width:1366px) {
    .blog-section {

        padding-top: 15px;
    }
}


/********************************************************* blog-details *****************************************************************/

.blog-details {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 24px;
    border-bottom: 1px solid #e7e7e7;
}

.detail-bread-crumps {
    font-family: Poppins;
    font-size: 12px;
    color: #000000;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.link-bread {
    text-decoration: none !important;
    color: #000000 !important;
}

.pad-top-blog-detail {
    padding-top: 130px;
}

.detail-head-page {
    font-family: Poppins;
    font-size: 45px;
    font-weight: 500;
    color: #000000;
    padding-top: 40px;
    line-height: 50px;
}

.detail-head-desc {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding-top: 40px;
}

.detail-image-main {
    width: 100%;
    position: relative;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
}

.main-det-img {
    overflow: hidden;
}

.sub-head {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    padding-bottom: 20px;
}

.sub-contents {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
}

.latest-head {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 400;
    color: #000000;
}

.grid-img {
    width: 100%;
    overflow: hidden;
    transition: all ease-in-out .3s;
}

.blg-img {
    transition: transform .5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    transform: scale(1);
}

.blg-img:hover {
    transition: transform .5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    transform: scale(1.03);
}

@media (max-width:1800px) {
    .area-one {
        width: 25%;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
}

@media (max-width:1600px) {
    .area-one {
        width: 25%;
    }
}

@media (max-width:1500px) {
    .area-one {
        width: 25%;
        padding-right: 20px;
    }

    .area-two {
        width: 50%;
        position: relative;
        display: flex;
        flex-direction: column;
        padding-right: 20px;
        padding-left: 20px;
    }

    .area-three {
        width: 25%;
        padding-left: 20px;
    }
}

@media (max-width:1366px) {
    .pad-top-blog-detail {
        padding-top: 105px;
    }
}

@media (max-width:1250px) {
    .area-one {
        width: 25%;
        padding-right: 15px;
    }

    .area-two {
        width: 50%;
        position: relative;
        display: flex;
        flex-direction: column;
        padding-right: 15px;
        padding-left: 15px;
    }

    .area-three {
        width: 25%;
        padding-left: 15px;
    }

    .main-blog-heading {
        font-size: 22px;
    }
}

@media (max-width:1150px) {
    .blog-areas {
        display: none;
    }

    .blog-head {
        padding-bottom: 0px;
    }

    .blog-head {
        font-size: 40px;
    }

    .detail-head-page {
        font-size: 30px;
        padding-top: 25px;
        line-height: 37px;
    }

    .detail-head-desc {
        padding-top: 25px;
    }

    .work-content-blog {
        padding-bottom: 10px;
    }
}

@media (max-width:700px) {
    .pad-top-blog-detail {
        padding-top: 100px;
    }
}

.share-logos {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    padding-top: 40px;
    gap: 20px;
    cursor: pointer;
}

.share-logo {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

@media (max-width:575px) {
    .share-logo {
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .detail-head-page {
        font-size: 20px;
        line-height: 27px;
    }

    .latest-head {
        font-family: Poppins;
        font-size: 23px;
        font-weight: 400;
        color: #000000;
        padding-bottom: 10px;
    }
}


/*********************** pagination **************************/
.pad-x-150 {
    padding-left: 70px;
    padding-right: 70px;
}

.page-header {
    text-align: center;
    font-size: 1.5em;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    margin: 30px 0
}

#pagination {
    margin: 0;
    padding: 0;
    text-align: center
}

#pagination li {
    display: inline
}

#pagination li a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    color: #000
}

#pagination li a {
    border-radius: 5px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s
}

#pagination li a.active {
    background-color: #310252;
    color: #fff
}

#pagination li a:hover:not(.active) {
    background-color: #ddd;
}

@media (max-width:1200px) {
    .for-desk-top {
        display: none;
    }

    .for-mob {
        display: grid;
    }

    .work-content-blog {
        padding-bottom: 20px;
        padding-top: 0px;
    }
}

@media (min-width:1200px) {
    .for-desk-top {
        display: flex;
    }

    .for-mob {
        display: none;
    }
}

.box1 {
    order: 1;
}

.box2 {
    order: 2;
}

.box3 {
    order: 3;
}

@media (max-width:991px) {
    .box1 {
        order: 2;
    }

    .box2 {
        order: 1;
    }

    .box3 {
        order: 3;
    }
}

.work-content-blog-new {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    padding-bottom: 20px;
    padding-top: 30px;
}

.col5_col4lg_col3-blog-new {
    grid-auto-flow: row;
    gap: 60px 60px;
    grid-template-columns: repeat(4, 1fr);

    .spanItem {
        grid-column: span 2;
    }

    @media (max-width: 1366px) {
        grid-template-columns: repeat(4, 1fr);
        gap: 40px 40px;
    }

    @media (max-width: 1200px) {
        grid-template-columns: repeat(4, 1fr);

        .spanItem {
            grid-column: span 2;
        }

        gap: 40px 40px;
    }

    @media (max-width: 991px) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media (max-width: 850px) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media (max-width: 575px) {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 20px;
    }
}

.border-only {
    border: 1px solid #0000001c;
}

.mar-x-150 {
    margin-left: 70px;
    margin-right: 70px;
}

@media (max-width:1700px) {
    .mar-x-150 {
        margin-left: 60px;
        margin-right: 60px;
    }
}

@media (max-width:1200px) {
    .mar-x-150 {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media (max-width:991px) {
    .mar-x-150 {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media (max-width:575px) {
    .mar-x-150 {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.pad-x-150 {
    padding-left: 70px;
    padding-right: 70px;
}

.pad-x-250 {
    padding-left: 250px;
    padding-right: 250px;
}

@media (max-width:1700px) {
    .pad-x-150 {
        padding-left: 70px;
        padding-right: 70px;
    }

    .pad-x-250 {
        padding-left: 150px;
        padding-right: 150px;
    }
}

@media (max-width:1400px) {
    nav {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width:1366px) {
    .pad-x-150 {
        padding-left: 60px;
        padding-right: 60px;
    }

}

@media (max-width:1200px) {
    .pad-x-150 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .pad-x-250 {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width:991px) {
    .pad-x-150 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .pad-x-250 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:575px) {
    .pad-x-150 {
        padding-left: 20px;
        padding-right: 20px;
    }

}

.spec-grid {
    width: 100% !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    text-decoration: none !important;
    border-radius: 30px;
    transition: all ease-in-out.5s;
}

.special-img {
    width: 100%;
    display: flex;
    overflow: hidden;
}

.zoom {
    transition: transform .5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    transform: scale(1);
    overflow: hidden;
}

.zoom:hover {
    transform: scale(1.01);
}

.name_truncats {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px !important;
}

.name_truncate-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.grey-zero {
    color: #7E7E7E;
}

.blg-clr {
    color: #310252;
}

.head-clr {
    color: #310252 !important;
}

.btn-view {
    width: fit-content;
    background-color: #310252;
    border: 1px solid #310252;
    color: #ffffff;
    border-radius: 5px;
    padding: 7px 20px;
    cursor: pointer;
    transition: all ease-in-out .5s;
}

.btn-view:hover {
    border: 1px solid #310252;
    color: #310252;
    background-color: #ffffff;
}

.flash_message {
    float: left;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 12px 30px;
    color: #ffc40c;
    background-color: #310252;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .23);
    z-index: 9999;
    transform: translate(-50%, -50%);
}

.link-clr {
    color: #310252 !important;
    text-decoration: none !important;
}

.greater-custom {
    display: flex !important;
    margin: auto 0 !important;
    color: #310252 !important;
}

@media (max-width:991px) {
    .most-border {
        display: flex;
    }
}

@media (min-width:991px) {
    .most-border {
        display: none;
    }

}

.truncate-text {
    display: -webkit-box;
    /* Use WebKit box model for truncation */
    display: box;
    /* Standard box model */
    -webkit-line-clamp: 4;
    /* Limit to 2 lines (WebKit-specific) */
    line-clamp: 4;
    /* Standard property (for newer browsers) */
    -webkit-box-orient: vertical;
    /* Set the orientation to vertical (WebKit-specific) */
    box-orient: vertical;
    /* Standard property for orientation */
    overflow: hidden;
    /* Hide overflowing text */
    text-overflow: ellipsis;
    /* Add ellipsis (...) to truncated text */
    white-space: normal;
    /* Allow normal text wrapping */
}

.dynamic-content {
    display: -webkit-box;
    /* Use WebKit box model for truncation */
    display: box;
    /* Standard box model */
    -webkit-line-clamp: 1;
    /* Limit to 2 lines (WebKit-specific) */
    line-clamp: 1;
    /* Standard property (for newer browsers) */
    -webkit-box-orient: vertical;
    /* Set the orientation to vertical (WebKit-specific) */
    box-orient: vertical;
    /* Standard property for orientation */
    overflow: hidden;
    /* Hide overflowing text */
    text-overflow: ellipsis;
    /* Add ellipsis (...) to truncated text */
    white-space: normal;
}

