* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'ys_textregular';
    src: url('./ys_text_regular_regular.woff2') format('woff2'),
        url('./ys_text_regular_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@media (min-width: 320px) and (max-width: 767px) {
    div.container {
        width: 94%;
        padding-right: 3%;
        padding-left: 3%;
        margin-right: auto;
        margin-left: auto;
    }

    div.container .row {
        margin: 0px;
    }

    footer.foot-sect {
        display: block;
    }

    .foot-sect .columns button {
        display: block;
        margin-top: 10px;
        width: 50%;
    }

    footer.foot-sect .columns input {
        width: 100%;
    }

    footer.foot-sect .columns {
        width: 100%;
    }

    .foot-sect .columns input {
        width: 45%;
    }

    section.shipping-sect ul {
        display: block;
    }

    section.shipping-sect ul li {
        width: 100%;
        margin-bottom: 25px;
    }

    section.shipping-sect ul li h5 {
        font-size: 18px;
    }

    section.featured-sect h3 {
        font-size: 22px;
    }

    section.sub-two-banner {
        padding: 0;
    }

    section.sub-two-banner ul {
        display: block;
    }

    section.sub-two-banner ul li {
        width: 100%;
        margin: 10px 0px 5px 0px;
    }

    section.Arrivals h3 {
        font-size: 22px;
    }

    section.Arrivals ul li {
        width: 48%;
        margin-bottom: 25px;
    }

    section.Season h3 {
        font-size: 22px;
    }

    section.Season ul li {
        width: 48%;
        margin-bottom: 20px;
    }

    section.top-head ul li a {
        font-size: 12px;
    }

    nav.menu ul {
        display: block;
    }

    nav.menu ul li {
        line-height: 26px;
    }

    nav.menu ul li {
        line-height: 36px;
        border-bottom: 1px solid #ddd;
        margin: 0;
    }

    nav.menu ul li:last-child {
        border-bottom: none;
    }

    nav.menu ul li ul.sub-menu {
        position: relative;
        width: -webkit-fill-available;
        top: 0;
        padding: 5px 10px;
    }

    nav.menu ul li ul.sub-menu li {
        line-height: 36px;
    }

    nav.menu ul li ul.mega-menu {
        position: relative;
        width: -webkit-fill-available;
        top: 0;
        padding: 5px 10px;
    }

    nav.menu ul li ul.mega-menu ul.sub-menu {
        position: relative;
        width: -webkit-fill-available;
        top: 0;
        padding: 0px;
    }

    nav.menu ul li ul.mega-menu ul.sub-menu li {
        line-height: 36px;
    }

    .head-sect .menu-phone {
        display: block;
    }

    .container .head-sect .columns .logo img {
        width: 70px;
    }

    .container .head-sect .columns .search {
        display: none;
    }

    footer.foot-sect .foot-logo img {
        width: 70px;
    }

    /**** Login ****/
    .container .login {
        width: 84%;
        padding: 8%;
        margin: 25px auto;
    }

    .container .login h3 {
        font-size: 22px;
    }

    .container .contact-us {
        width: 100%;
        margin: 0;
    }

    .container .contact-us .columns {
        width: 100%;
        margin: 25px 0px;
    }

    .container .contact-us .columns h3 {
        font-size: 22px;
    }

    section.conact-banner img {
        height: auto;
    }

    section.text-Content {
        width: 100%;
    }

    section.text-Content h3 {
        font-size: 22px;
        margin: 25px 0px;
    }

    section.text-Content h4 {
        font-size: 16px;
    }

    .container .cart-page-heading {
        display: none;
    }

    .container .cart-page-items {
        width: 100%;
        text-align: left;
        padding-inline-start: 140px;
        position: relative;
    }

    .container .cart-page-items .col-5 {
        width: 100%;
        padding: 0;
        display: block;
        padding-bottom: 15px;
        border-bottom: 1px dashed #d7d7d7;
    }

    .container .cart-page-items .col-5 .prodcut-img {
        position: absolute;
        top: 32px;
        left: 0;
        width: 122px;
        height: 122px;
    }

    .container .cart-page-items .col-5 .cart__info {
        width: 100%;
    }

    .container .cart-page-items .col-3 {
        width: 100%;
        padding: 15px 0px;
        border-bottom: 1px dashed #d7d7d7;
    }

    .container .cart-page-items .col-2 {
        width: 100%;
        padding: 15px 0px;
        border-bottom: 1px dashed #d7d7d7;
    }

    .container .cart-page-items .col-2 .quantity {
        margin: 0;
        width: 110px;
    }

    .container .cart-page-items .col-2:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    section .container .login {
        width: 70%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    div.container {
        width: 94%;
        padding-right: 3%;
        padding-left: 3%;
        margin-right: auto;
        margin-left: auto;
    }

    div.container .row {
        margin: 0px;
    }

    footer.foot-sect {
        display: block;
    }

    .foot-sect .columns button {
        display: block;
        margin-top: 10px;
        width: 40%;
    }

    footer.foot-sect .columns input {
        width: 80%;
    }

    footer.foot-sect .columns {
        width: 49%;
    }

    .foot-sect .columns input {
        width: 45%;
    }

    section.shipping-sect ul li {
        width: 48%;
        margin-bottom: 25px;
    }

    section.shipping-sect ul li h5 {
        font-size: 18px;
    }

    section.featured-sect h3 {
        font-size: 22px;
    }

    section.sub-two-banner {
        padding: 15px 0px;
    }

    section.Arrivals h3 {
        font-size: 22px;
    }

    section.Arrivals ul li {
        width: 48%;
        margin-bottom: 25px;
    }

    section.Season h3 {
        font-size: 22px;
    }

    section.Season ul li {
        width: 48%;
        margin-bottom: 20px;
    }

    section.top-head ul li a {
        font-size: 12px;
    }

    nav.menu ul {
        display: block;
    }

    nav.menu ul li {
        line-height: 26px;
    }

    nav.menu ul li {
        line-height: 36px;
        border-bottom: 1px solid #ddd;
        margin: 0;
    }

    nav.menu ul li:last-child {
        border-bottom: none;
    }

    nav.menu ul li ul.sub-menu {
        position: relative;
        width: -webkit-fill-available;
        top: 0;
        padding: 5px 10px;
    }

    nav.menu ul li ul.sub-menu li {
        line-height: 36px;
    }

    nav.menu ul li ul.mega-menu {
        position: relative;
        width: -webkit-fill-available;
        top: 0;
        padding: 5px 10px;
    }

    nav.menu ul li ul.mega-menu ul.sub-menu {
        position: relative;
        width: -webkit-fill-available;
        top: 0;
        padding: 0px;
    }

    nav.menu ul li ul.mega-menu ul.sub-menu li {
        line-height: 36px;
    }

    .head-sect .menu-phone {
        display: block;
    }

    .container .head-sect .columns .logo img {
        width: 70px;
    }

    .container .head-sect .columns .search {
        display: none;
    }

    section .container .login {
        width: 50%;
    }

    .container .contact-us {
        width: 100%;
        margin: 25px auto;
    }

    .container .contact-us .columns h3 {
        font-size: 22px;
    }

    section.conact-banner img {
        height: 200px;
    }

    footer.foot-sect .foot-logo img {
        width: 70px;
    }

    .container .head-sect .columns .logo img {
        width: 70px;
    }

    section.text-Content {
        width: 100%;
    }

    section.text-Content h3 {
        font-size: 22px;
        margin: 25px 0px;
    }

    section.text-Content h4 {
        font-size: 16px;
    }

    .container .cart-page-heading {
        width: 100%;
        font-size: 15px;
    }

    .container .cart-page-items {
        width: 100%;
    }

    .container .cart-page-items .col-2 .quantity {
        width: 100%;
    }

    .container .cart-page-items .col-2 .quantity input {
        width: 40%;
    }

    .container .cart-total {
        width: 100%;
        padding: 35px 0px;
    }

    .container .cart-total h4 {
        font-size: 18px;
    }
}

@media (min-width: 1024px) and (max-width: 1080px) {
    div.container {
        width: 96%;
        padding-right: 2%;
        padding-left: 2%;
        margin-right: auto;
        margin-left: auto;
    }

    div.container .row {
        margin: 0px;
    }

    nav.menu ul {
        display: block;
    }

    nav.menu ul li {
        line-height: 26px;
    }

    nav.menu ul li {
        line-height: 36px;
        border-bottom: 1px solid #ddd;
        margin: 0;
    }

    nav.menu ul li:last-child {
        border-bottom: none;
    }

    nav.menu ul li ul.sub-menu {
        position: relative;
        width: -webkit-fill-available;
        top: 0;
        padding: 5px 10px;
    }

    nav.menu ul li ul.sub-menu li {
        line-height: 36px;
    }

    nav.menu ul li ul.mega-menu {
        position: relative;
        width: -webkit-fill-available;
        top: 0;
        padding: 5px 10px;
    }

    nav.menu ul li ul.mega-menu ul.sub-menu {
        position: relative;
        width: -webkit-fill-available;
        top: 0;
        padding: 0px;
    }

    nav.menu ul li ul.mega-menu ul.sub-menu li {
        line-height: 36px;
    }

    .head-sect .menu-phone {
        display: block;
    }

    footer.foot-sect .columns input {
        width: 100%;
    }

    footer.foot-sect .columns button {
        width: 50%;
        display: block;
        margin-top: 10px;
    }

    footer.foot-sect .columns ul.socials li {
        margin-bottom: 5px;
    }

    .container .contact-us {
        width: 100%;
        margin: 25px auto;
    }

    .container .contact-us .columns h3 {
        font-size: 22px;
    }

    section.conact-banner img {
        height: 200px;
    }

    footer.foot-sect .foot-logo img {
        width: 75px;
    }

    .container .head-sect .columns .logo img {
        width: 75px;
    }

    section.text-Content {
        width: 100%;
    }

    section.text-Content h3 {
        font-size: 22px;
        margin: 25px 0px;
    }

    section.text-Content h4 {
        font-size: 16px;
    }

    .container .cart-page-heading {
        width: 100%;
        font-size: 15px;
    }

    .container .cart-page-items {
        width: 100%;
    }

    .container .cart-total {
        width: 100%;
        padding: 35px 0px;
    }

    .container .cart-page-items .col-2 .quantity {
        width: 85%;
    }
}

@media (min-width: 1280px) and (max-width: 1599px) {
    div.container {
        width: 96%;
        padding-right: 2%;
        padding-left: 2%;
        margin-right: auto;
        margin-left: auto;
    }

    div.container .row {
        margin: 0px;
    }

    footer.foot-sect .columns input {
        width: 80%;
    }

    footer.foot-sect .columns button {
        width: 50%;
        display: block;
        margin-top: 10px;
    }

    footer.foot-sect .columns ul.socials li {
        margin-bottom: 5px;
    }

    footer.foot-sect .foot-logo img {
        width: 110px;
    }

    .container .head-sect .columns .logo img {
        width: 110px;
    }

    .container .cart-total {
        padding: 35px 0px;
    }

    .container .cart-page-items .col-2 .quantity {
        width: 105px;
    }

    .container .cart-page-items .col-2 .quantity input {
        width: 53px;
    }
}

.container {
    width: 100%;
    max-width: 1510px;
    margin: 0 auto;
    padding: 0px 15px;
}

.row {
    margin: 0px -15px;
}

body {
    overflow-x: hidden;
    position: relative;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* End Slider */
/* slider */
.services-slider {
    display: flex;
    max-width: 100%;
}

.nav-container .slick-current img {
    box-shadow: 0 0 4px 2px rgba(254, 138, 2, 0.24);
}

slider-main {
    width: 100%;
}

.main-container {
    width: 100%;
}

.nav-container img {
    max-height: 135px;
}

.nav-container .slick-slide {
    max-height: 135px;
    margin-bottom: 18px;
}

.services-slider .slick-track {
    margin-right: 20px;
}

@media (min-width: 1000) {
    .slider-nav {
        display: none !important;
    }
}

.main-container .slider .slick-list .slick-track .slick-slide img {
    width: 100%;
}

.services-slider .nav-container {
    width: 100px;
}

.services-slider .nav-container .slider-nav button.slick-arrow {
    display: none !important;
}

.main-container .slick-list .slick-track .slick-slide {
    width: 100% !important;
}

.main-container .slider .slick-list {
    padding: 0px !important;
}

.nav-container .slider-nav .slick-list {
    padding: 0px !important;
}

.nav-container .slider-nav .slick-list .slick-track .slick-slide {
    width: 85px !important;
    max-height: 85px !important;
}

.nav-container .slider-nav .slick-list .slick-track .slick-slide img {
    max-height: 100% !important;
    width: 100% !important;
}

/* end slider */
.menu-phone {
    display: none;
}

.menu-phone i {
    font-size: 28px;
    color: #b1b0b0;
}

.menu-phone i.menu-icon {
    cursor: pointer;
}

input:focus-visible {
    outline: none;
}

.top-head {
    /* border-bottom: 2px solid #d7d7d7; */
    padding: 10px 0px;
    font-family: "Poppins", sans-serif;
}

.top-head ul {
    margin: 0;
    text-align: right;
}

.top-head ul li {
    display: inline-block;
    margin-right: 10px;
}

.top-head ul li a {
    font-size: 14px;
    color: #222;
    font-weight: 400;
    text-decoration: none;
}

header {
    padding: 20px 0px;
}

.head-sect {
    font-family: "Poppins", sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.head-sect .columns {
    width: 50%;
}

.head-sect .columns .logo {
    text-align: left;
    position: relative;
}

.head-sect .columns .logo::before {
    position: absolute;
    content: "";
    transform: translate(-52%, 0%);
    background-color: #fff;
    height: 40px;
    width: 185px;
    left: 50%;
    top: -30px;
}

.head-sect .columns .logo img {
    width: 165px;
    position: relative;
}

.head-sect .columns .search {
    position: relative;
    display: none;
}

.head-sect .columns .search input {
    width: 60%;
    padding: 15px 45px;
    border: 1px solid #7e7c7c;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #222;
    font-weight: 400;
    border-radius: 50px;
}

.head-sect .columns .search i {
    font-size: 22px;
    color: #222;
    cursor: pointer;
    position: absolute;
    top: 14px;
    left: 20px;
}

.head-sect .columns .account-icon {
    font-family: "Poppins", sans-serif;
    margin: 11px 0px;
}

.head-sect .columns .account-icon ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.head-sect .columns .account-icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.head-sect .columns .account-icon ul li a i {
    font-size: 22px;
    color: #222;
}

.head-sect .columns .account-icon ul li span {
    background: #2ab3e2;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -8px;
    right: -20px;
    text-align: center;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin-left: 5px;
    padding-top: 1px;
}

.menu {
    font-family: "Poppins", sans-serif;
    padding: 15px 0px;
}

.menu ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.menu ul li {
    list-style: none;
    margin: 0px 15px;
    position: relative;
}

.menu ul li a {
    font-size: 14px;
    color: #222;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
}

.menu ul li a:hover {
    color: #fa506b;
}



.menu ul li ul.sub-menu {
    margin: 0;
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    background: #fff;
    width: 200px;
    z-index: 5;
    justify-content: flex-start;
    padding: 10px;
}

.menu ul li ul.sub-menu li {
    display: block;
    line-height: 28px;
}

.menu ul li ul.mega-menu {
    margin: 0;
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    background: #fff;
    width: 1000px;
    z-index: 5;
    justify-content: flex-start;
    padding: 10px;
}

.menu ul li ul.mega-menu li {
    display: block;
    line-height: 28px;
}

.menu ul li ul.mega-menu ul.sub-menu {
    margin: 0;
    position: relative;
    top: 0px;
    display: inline-block;
    left: 0;
    background: #fff;
    width: 220px;
    z-index: 5;
    justify-content: flex-start;
    padding: 10px;
}

.menu ul li ul.mega-menu ul.sub-menu li {
    display: block;
    line-height: 28px;
}

.menu ul li:hover ul.sub-menu {
    display: block;
}

.menu ul li:hover ul.mega-menu {
    display: block;
}

.banner ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.banner ul li {
    list-style: none;
    width: 100%;
}

.banner ul li img {
    width: 100%;
    height: 100%;
    min-height: 710px;
    max-height: 710px;
    object-fit: cover;
    object-position: center;
}

section.banner ul.banner-slider ul.slick-dots {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: -35px;
    z-index: 5;
}

section.banner ul.banner-slider ul.slick-dots li {
    display: inline;
    margin-right: 5px;
}

section.banner ul.banner-slider ul.slick-dots li button {
    font-size: 0px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    border: 2px solid #f38300;
    background: transparent;
}

section.banner ul.banner-slider ul.slick-dots li.slick-active button {
    background: #f38300;
}

.Season {
    padding: 25px 0px;
    font-family: "Poppins", sans-serif;
}

.Season h3 {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px;
    color: #000;
    text-transform: capitalize;
}

.Season ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

.Season ul li {
    list-style: none;
    width: 24%;
    text-align: center;
    margin-bottom: 20px;
}

.Season ul li .product-img-box {
    margin-bottom: 5px;
    overflow: hidden;
}

.Season ul li .product-img-box img {
    width: 100%;
    margin-bottom: -6px;
    transition: all 0.4s ease;
    height: 100%;
    min-height: 384px;
    max-height: 384px;
    object-fit: cover;
    object-position: center;
}

.Season ul li .product-img-box img:hover {
    transform: scale(1.2);
}

.Season ul li span {
    display: block;
    margin-top: -7px;
    transition: all 0.5s ease;
}

.Season ul li span a {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding: 12px;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.5s ease;
    display: block;
}

.Season ul li span:hover {
    background: #f38300;
    color: #fff;
}

.Season ul li span:hover a {
    color: #fff;
}

.sub-banner img {
    width: 100%;
}

.sub-two-banner {
    padding: 25px;
}

.sub-two-banner ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

.sub-two-banner ul li {
    width: 49%;
    list-style: none;
}

.sub-two-banner ul li img {
    width: 100%;
}

.featured-sect {
    padding: 25px;
}

.featured-sect h3 {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 35px;
    color: #000;
    text-transform: capitalize;
}

.featured-sect ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.featured-sect ul li {
    list-style: none;
    width: 200px;
    text-align: center;
    margin: 0px 15px;
}

.featured-sect ul li img {
    width: 100%;
}

section.featured-sect ul.featured-slid button.slick-arrow {
    display: none !important;
}

.shipping-sect {
    padding: 35px 0px;
    font-family: "Poppins", sans-serif;
}

.shipping-sect ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.shipping-sect ul li {
    list-style: none;
    width: 22%;
    text-align: center;
}

.shipping-sect ul li h5 {
    font-size: 16px;
    color: #222;
    font-weight: 400;
}

.shipping-sect ul li span {
    font-size: 14px;
    color: #878787;
    font-weight: 400;
}

.shipping-sect ul li i {
    font-size: 28px;
    margin-bottom: 15px;
    color: #f38300;
}

.foot-sect {
    position: relative;
    background: #fff;
    padding: 35px 0px 0px 0px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 35px;
}

.foot-sect::before {
    background: #F5F5F5;
    content: "";
    width: 48%;
    height: 100%;
    border-radius: 0px 50px 50px 0px;
    position: absolute;
    top: 0;
    left: 0;
}

.foot-sect .foot-logo {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.foot-sect .foot-logo img {
    width: 120px;
}

.foot-sect .columns {
    display: inline-block;
    width: 24%;
    vertical-align: top;
    margin-bottom: 35px;
}

.foot-sect .columns h5 {
    font-size: 18px;
    font-weight: 500;
    color: #b0b1b4;
    margin-bottom: 12px;
    font-family: "Poppins", sans-serif;
}

.foot-sect .columns ul {
    margin: 0;
}

.foot-sect .columns ul li {
    list-style: none;
}

.foot-sect .columns ul li a {
    font-size: 15px;
    color: #b0b1b4;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    text-transform: capitalize;
}

.foot-sect .columns ul li a:hover {
    text-decoration: underline;
}

.foot-sect .columns ul li a img {
    width: 65%;
    vertical-align: text-top;
}

.foot-sect .columns span {
    font-size: 15px;
    color: #b0b1b4;
    font-weight: 400;
    line-height: 30px;
    display: block;
}

.foot-sect .columns ul.socials {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.foot-sect .columns ul.socials li {
    list-style: none;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    text-align: center;
    margin-right: 5px;
    transition: all 0.4s ease;
}

.foot-sect .columns ul.socials li:hover {
    margin-top: -5px;
    border: 1px solid #000;
}

.foot-sect .columns ul.socials li:hover a i {
    color: #f38300;
}


.foot-sect .columns ul.socials li a i {
    font-size: 16px;
    color: #000;
    transition: all 0.8s ease;
}

.foot-sect .columns input {
    border: none;
    padding: 12px;
    width: 60%;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.foot-sect .columns button {
    width: auto;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #f38300;
    padding: 12px 10px;
    cursor: pointer;
    border: none;
    color: #fff;
}

.foot-sect .foot-bot {
    padding: 10px 0px;
    text-align: left;
    font-size: 14px;
    position: relative;
    top: -15px;
}

.foot-sect .foot-bot span {
    font-size: 14px;
    color: #3E3232BF;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 30px;
}

.foot-sect .columns p {
    color: #b0b1b4;
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    margin-right: 10%;
    margin-top: 10px;
}

.foot-sect .columns form {
    margin-bottom: 20px;
}

ul.recent-news li {
    border-bottom: 1px solid #343941;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

ul.recent-news li a {
    text-decoration: none;
}

.foot-sect .columns ul li h6 {
    display: inline-block;
    width: 95%;
    margin-left: 1%;
}

.foot-sect .columns ul li h6 a {
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
}

.foot-sect .columns ul li h6 a:hover {
    color: #008d7f;
    text-decoration: none;
}

.foot-sect .columns ul li h6 span {
    font-size: 12px;
    margin-top: -5px;
}

.foot-sect .columns ul li i {
    color: #b0b1b4;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    padding-top: 3px;
}

.foot-sect .columns span i {
    padding-right: 5px;
}



.Arrivals {
    padding: 25px 0px;
    font-family: "Poppins", sans-serif;
}

.Arrivals h3 {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px;
    color: #000;
    text-transform: capitalize;
}

.Arrivals h3 span {
    display: block;
    font-size: 14px;
    color: #7e7c7c;
    font-style: italic;
    font-weight: 400;
}

.Arrivals ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

.Arrivals ul li {
    list-style: none;
    width: 24%;
    margin-bottom: 35px;
}

.Arrivals ul li .product-img-box {
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
}

.Arrivals ul li .product-img-box img {
    width: 100%;
    margin-bottom: -6px;
    transition: all 0.4s ease;
    height: 100%;
    min-height: 384px;
    max-height: 384px;
    object-fit: cover;
    object-position: center;
}

.Arrivals ul li .product-img-box img:hover {
    transform: scale(1.2);
}

.Arrivals ul li h5 {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.Arrivals ul li h5 a {
    font-size: 15px;
    font-weight: 400;
    color: #222;
    text-decoration: none;
    text-transform: capitalize;
}

.Arrivals ul li span {
    display: block;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #7e7c7c;
}

.Arrivals ul li button {
    border: 1px solid #f38300;
    color: #f38300;
    padding: 12px;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    background: none;
    box-shadow: inset 0 0 0 0 #f38300;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

.Arrivals ul li button i {
    margin-right: 5px;
}

.Arrivals ul li button:hover {
    color: #fff;
    box-shadow: inset 400px 0 0 0 #f38300;
}

.Arrivals ul li button:hover i {
    color: #fff;
}

.Arrivals ul li a.btn-read {
    border: 1px solid #222;
    transition: all 0.8s ease;
    padding: 8px 20px;
    letter-spacing: 0.5px;
    background: #fff;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #222;
}

.Arrivals ul li a.btn-read:hover {
    background: #000;
    color: white;
}

.sub-heading {
    font-family: "Poppins", sans-serif;
    padding: 25px 0px 0px 0px;
}

.sub-heading ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.sub-heading ul li {
    list-style: none;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    text-decoration: none;
    margin-right: 25px;
}

.sub-heading ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #222;
    text-decoration: none;
    position: relative;
}

.sub-heading ul li a:hover {
    color: #ff0000;
}

.sub-heading ul li a:after {
    content: "\f105";
    position: absolute;
    top: 2px;
    right: -15px;
    color: #ff0000;
    font: normal normal normal 16px/1 FontAwesome;
}

/**** login ****/
.login {
    position: relative;
    border-radius: 9px;
    background: #fff;
    padding: 31px 41px;
    width: 400px;
    box-shadow: 0px 14px 60px rgba(0, 0, 0, 0.06);
    margin: 45px auto;
    font-family: "Poppins", sans-serif;
    border: 1px solid #f5f5f5;
}

.login h3 {
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px;
    color: #222;
    text-transform: capitalize;
}

.login ul {
    margin: 0;
}

.login ul li {
    list-style: none;
    width: 100%;
}

.login ul li label {
    font-size: 15px;
    color: #222;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: block;
}

.login ul li input {
    padding: 3% 5%;
    border: 1px solid #dddbdb;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
}

.login ul li button {
    background: #D62718;
    padding: 10px 25px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    border: 1px solid #D62718;
    transition: all 0.8s ease;
    border-radius: 5px;
}

.login ul li button:hover {
    background: #f9f9f9;
    color: #D62718;
}

.login a {
    color: #D62718;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
}

.login a:hover {
    color: #222;
}

.login a:nth-child(2n+2) {
    float: right;
}

/**** End login ****/
/**** faq ****/
section.faq h3 {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    margin: 35px 0px;
    color: #000;
    text-transform: capitalize;
}

.accordion_container {}

.accordion_container .accordion_head {
    margin-top: 0px;
    padding: 12px 45px 12px 10px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    color: #3E3232;
    border-bottom: 2px solid #CDD6DA40;
}

.accordion_container .accordion_head span.plusminus {
    float: right;
    color: #3E3232;
    width: 41px;
    height: 41px;
    text-align: center;
    margin-top: -8px;
    margin-right: -45px;
    font-size: 24px;
}

.accordion_container .accordion_body {
    border-left: 1px solid #f6f6f8;
    border-right: 1px solid #f6f6f8;
    border-bottom: 1px solid #f6f6f8;
    padding: 15px;
}

.accordion_container .accordion_body p {
    font-size: 16px;
    font-weight: 400;
    color: #3E3232BF;
    line-height: 24px;
}

/**** end faq ****/
/**** contact ****/
.conact-banner img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.contact-us {
    margin: 35px auto;
    font-family: "Roboto", sans-serif;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 0.25px;
    justify-content: space-around;
}

.contact-us .columns {
    width: 45%;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
}

.contact-us .columns h3 {
    position: relative;
    font-size: 28px;
    text-align: left;
    font-weight: 500;
    padding-left: 10px;
    margin-bottom: 15px;
    color: #3E3232;
    text-transform: capitalize;
}

.contact-us .columns h3 span {
    font-size: 18px;
    color: #3E3232;
    display: block;
    margin-top: 5px;
    font-weight: 400;
}

.contact-us .columns h3:before {
    width: 4px;
    height: 14px;
    content: "";
    background: #D62718;
    border-radius: 12px;
    position: absolute;
    top: 10px;
    left: 0;
}


.contact-us .columns p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 15px;
    color: #222;
}

.contact-us .columns h4 {
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    margin: 10px 0px 15px 0px;
    color: #222;
    text-transform: capitalize;
    text-decoration: underline;
}

.contact-us .columns span {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
    color: #222;
}

.contact-us .columns span i {
    font-size: 16px;
    margin-right: 5px;
}

.contact-us .columns input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #222;
}

.contact-us .columns textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #222;
}

.contact-us .columns label {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    margin: 18px 0px 5px 0px;
    color: #222;
    text-transform: capitalize;
    display: block;
}

.contact-us .columns button {
    padding: 8px 25px;
    color: #222;
    margin-top: 5px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    background: none;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: all 0.8s ease;
}

.contact-us .columns button:hover {
    background: #222;
    border: 1px solid #222;
    color: #ddd;
}

/**** end contact ****/
.text-Content {
    letter-spacing: 0.25px;
    width: 100%;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    margin-bottom: 30px;
}

.text-Content h3 {
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    margin: 35px 0px;
    color: #000;
    text-transform: capitalize;
}

.text-Content h4 {
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    margin: 10px 0px;
    color: #3E3232;
    text-transform: capitalize;
}

.text-Content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 15px;
    color: #222;
}

.cart-page-heading {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    justify-content: space-around;
    font-family: "Poppins", sans-serif;
    margin: 35px auto 0px;
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
}

.cart-page-heading .col-5 {
    width: 41.66666667%;
    padding: 0px 15px;
    text-align: center;
}

.cart-page-heading .col-3 {
    width: 25%;
    padding: 0px 15px;
}

.cart-page-heading .col-2 {
    width: 16.66666667%;
    padding: 0px 15px;
}

.cart-page-items {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    align-items: center;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    justify-content: space-around;
    font-family: "Poppins", sans-serif;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
    padding: 25px 0px;
}

.cart-page-items .col-5 {
    width: 41.66666667%;
    padding: 0px 15px;
    text-align: left;
    align-items: center;
    display: flex;
}

.cart-page-items .col-5 .prodcut-img {
    width: 20%;
    margin-right: 2%;
    display: inline-block;
}

.cart-page-items .col-5 .prodcut-img img {
    width: 100%;
}

.cart-page-items .col-5 .cart__info {
    display: inline-block;
    width: 76%;
    vertical-align: top;
}

.cart-page-items .col-5 .cart__info a {
    font-size: 14px;
    color: #222;
    font-weight: 500;
    margin-bottom: 12px;
    text-decoration: none;
    text-transform: capitalize;
}

.cart-page-items .col-5 .cart__info i {
    font-size: 18px;
    color: #878787;
}

.cart-page-items .col-3 {
    width: 25%;
    padding: 0px 15px;
}

.cart-page-items .col-3 .cart_price {
    font-size: 16px;
    font-weight: 400;
}

.cart-page-items .col-3 .cart_price .del {
    display: inline-block;
    color: #222;
    text-decoration: line-through;
    padding: 0px 2px;
}

.cart-page-items .col-3 .cart_price .ins {
    display: inline-block;
    color: #222;
    padding: 0px 2px;
}

.cart-page-items .col-2 {
    width: 16.66666667%;
    padding: 0px 15px;
}

.cart-page-items .col-2 .quantity {
    border: 1px solid #ababab;
    width: 100px;
    margin: 0 auto;
    overflow: auto;
    display: inline-block;
}

.cart-page-items .col-2 .quantity button.minus {
    background: none;
    border: none;
    padding: 6px;
    cursor: pointer;
}

.cart-page-items .col-2 .quantity button {
    width: 30%;
    text-align: center;
    float: left;
    font-size: 24px;
    line-height: 20px;
}

.cart-page-items .col-2 .quantity span {
    width: 40%;
    text-align: center;
    float: left;
    font-size: 16px;
    line-height: 32px;
}

.cart-page-items .prodcut-trash {
    display: inline-block;
    margin-right: 6px;
    vertical-align: top;
    font-size: 22px;
}

.cart-page-items .prodcut-trash i {
    color: #222;
}

.cart-page-items .col-2 .quantity button.plus {
    background: none;
    border: none;
    padding: 6px;
    cursor: pointer;
}

.cart-page-items .col-2 .quantity input {
    width: 53%;
    text-align: center;
    padding: 6px;
    border: none;
}

.cart-page-items .col-2 .cart-item-price {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    text-align: right;
}

.order-sect {
    display: flow-root;
    width: 90%;
    clear: both;
    padding: 55px 0px;
    margin: 0 auto;
}

.add-order {
    float: left;
    width: 50%;
    font-family: "Poppins", sans-serif;
}

.add-order label {
    font-size: 16px;
    color: #222;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}

.add-order textarea {
    border: 1px solid #d7d7d7;
    padding: 12px;
    width: 100%;
    font-size: 14px;
    color: #222;
    border-radius: 5px;
}

.add-order textarea:focus-visible {
    outline: none;
}


.cart-total {
    display: block;
    width: 40%;
    padding: 12px 0px;
    float: right;
    text-align: right;
    font-family: "Poppins", sans-serif;
}

.cart-total h4 {
    font-size: 20px;
    font-weight: 500;
    color: #222;
    display: block;
    text-transform: uppercase;
}

.cart-total h4 span {
    padding-left: 6px;
}

.cart-total p {
    font-size: 14px;
    font-weight: 400;
    color: #222;
    padding: 10px 0px;
}

.cart-total button {
    background: #b18043;
    padding: 10px 25px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    border: 1px solid #b18043;
    transition: all 0.8s ease;
}

.cart-total button:hover {
    background: none;
    color: #b18043;
}

.breadcrumb {
    background: #f6f6f6;
    padding: 16px 0px;
    font-family: "Poppins", sans-serif;
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb ul li {
    font-size: 14px;
    color: #222;
    font-weight: 400;
    list-style: none;
    margin-right: 25px;
}

.breadcrumb ul li a {
    font-size: 14px;
    color: #222;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    position: relative;
}

.breadcrumb ul li a:hover {
    color: #ec0101;
}

.breadcrumb ul li a:after {
    content: "\f105";
    font: normal normal normal 16px/1 FontAwesome;
    color: #222;
    position: absolute;
    top: 2px;
    right: -15px;
}

.prodcut-deta {
    display: flex;
    flex-wrap: wrap;
    padding: 35px 0px;
}

.prodcut-deta .col-6 {
    width: 50%;
    padding: 0px 15px;
}

/** prodcut detail **/
.product-info {
    font-family: "Poppins", sans-serif;
}

.product-info h2 {
    font-size: 20px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.product-info h2 span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    text-transform: capitalize;
    font-weight: 400;
    color: #707070;
}

.product-info .product-price {
    font-size: 20px;
    font-weight: 400;
    color: #222;
    border-bottom: 1px solid #efefef;
    padding-bottom: 0px;
    line-height: 48px;
}

.product-info .product-price span {
    font-size: 14px;
    display: block;
    color: #707070;
}

.product-info .quantity {
    margin: 20px 0px;
}

.product-info .quantity span {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    display: block;
    margin-bottom: 5px;
}

.product-info .quantity button {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #222;
    color: #222;
    font-size: 16px;
    background: none;
    cursor: pointer;
    font-size: 18px;
}

.product-info .quantity input {
    width: 50px;
    height: 35px;
    border: 1px solid #222;
    color: #222;
    margin: 0px -5px;
    vertical-align: bottom;
}

.product-info .add-carts {
    margin-top: 15px;
}

.product-info .add-carts button {
    border: 1px solid #f38300;
    color: #f38300;
    padding: 12px;
    text-transform: capitalize;
    cursor: pointer;
    width: 48%;
    font-size: 15px;
    font-weight: 400;
    background: none;
    box-shadow: inset 0 0 0 0 #f38300;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

.product-info .add-carts button i {
    margin-right: 5px;
}

.product-info .add-carts button:hover {
    color: #fff;
    box-shadow: inset 400px 0 0 0 #f38300;
}

.product-info .add-carts button:nth-child(2) {
    color: #fff;
    box-shadow: inset 400px 0 0 0 #f38300;
}

.product-info .add-carts button:nth-child(2):hover {
    color: #f38300;
    box-shadow: inset 0 0 0 0 #fff;
}

.product-info ul {
    margin: 25px 0px;
}

.product-info ul li {
    display: block;
    font-size: 14px;
    color: #707070;
    font-weight: 400;
    margin-bottom: 20px;
}

.product-info ul li span {
    color: #707070;
    padding-left: 10px;
}

.product-info ul li img {
    width: 700px;
}

.product-info ul.tabs {
    border-bottom: 1px solid #efefef;
    margin: 25px 0px 10px 0px;
}

.product-info ul.tabs li {
    display: inline-block;
    margin-bottom: 8px;
    position: relative;
}

.product-info ul.tabs li a {
    font-size: 15px;
    padding: 0px 10px;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    margin-bottom: 0px;
    display: inline-block;
}

.product-info ul.tabs li a:hover {
    color: #f38300;
}

.product-info .Description-text {
    font-size: 14px;
    color: #222;
    font-weight: 400;
    line-height: 24px;
}

.product-info .Description-text .text {
    display: none;
}

.product-info .Description-text .text.active {
    display: block;
}

ul.tabs li.action a {
    color: #f38300;
}

/** prodcut detail **/
/*# sourceMappingURL=style.css.map */

.product-info ul.Options-list {
    margin: 10px 0px 0px 0px;
}

.product-info ul.Options-list li {
    display: inline-block;
    margin-right: 5px;

}

.product-info .quantity span.font-head {
    display: block;
    margin-bottom: 10px;
}

.product-info .quantity span {
    display: inline-block;
}

.product-info .quantity textarea {
    display: inline-block;
}

.product-info .quantity .quant-add {
    display: inline-block;
    width: 105px;
    height: 35px;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    vertical-align: top;
    padding: 5px 10px;
    margin: 0px -5px;
    text-align: center;
}

.text-mass textarea#note {
    width: 50%;
    font-family: "Poppins", sans-serif;
    border: 1px solid #efefef;
    padding: 10px;
    font-size: 14px;
    color: #222;
    font-weight: 400;
    line-height: 24px;
    display: none;
}

.text-mass textarea:focus-visible {
    outline: none;
}



/**** end faq ****/
/*# sourceMappingURL=style.css.map */




.head-sect .account-icon ul.dropdown-menu {
    width: 150px;
    display: block;
    background: #f9f9f9;
    padding: 5px 10px;
    font-family: "Poppins", sans-serif;
    position: absolute;
    top: 22px;
    left: 0;
    border: 1px solid #efefef;
    border-radius: 5px;
    display: none;
    z-index: 55;
    box-shadow: 2px 5px #f38300;
}

.head-sect .columns .account-icon span.user-drop {
    position: relative;
    cursor: pointer;
    background: none;
    top: 0;
    left: 0;
    font-size: 14px;
}

.head-sect .columns .account-icon ul li:hover ul.dropdown-menu {
    display: block;
}

.head-sect .account-icon ul.dropdown-menu li {
    display: block;
    margin-right: 0px;
    line-height: 32px;
    border-bottom: 1px dashed #d7d7d7;
}

.head-sect .account-icon ul.dropdown-menu li:last-child {
    border-bottom: none;
}

.head-sect .account-icon ul.dropdown-menu li a {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    text-decoration: none;
    display: block;
}

.head-sect .account-icon ul.dropdown-menu li a:hover {
    color: #f38300;
}

.head-sect .columns .account-icon ul li span.total-p {
    position: relative;
    top: 0;
    right: -10px;
    width: auto;
    height: auto;
    padding: 5px;
    border-radius: 10px;
    background: none;
    color: #2ab3e2;
    font-weight: 500;
}

.profile-tabs-menu {
    font-family: "Poppins", sans-serif;
    margin: 25px 0px 0px 0px;
}

.profile-tabs-menu ul {
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #d7d7d7;
}

.profile-tabs-menu ul li {
    display: inline-block;
    height: 32px;
}

.profile-tabs-menu ul li a {
    padding: 8px 20px;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    cursor: pointer;
    text-decoration: none;
}

.profile-det table {
    display: block;
    width: 100%;
    font-family: "Poppins", sans-serif;
}

.profile-det table tbody {
    display: block;
    width: 100%;
}

.profile-det table tr {
    display: table;
    width: 100%;
}

.profile-det table tr td {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    padding: 10px;
}

.profile-det table tr:nth-child(even) {
    background-color: #f5f5f5;
}

.profile-det table tr td:nth-child(1) {
    width: 20%;
}

.profile-Order {
    font-family: "Poppins", sans-serif;
}

.profile-Order table {
    display: block;
    width: 100%;
}

.profile-Order table tbody {
    display: block;
    width: 100%;
}

.profile-Order table th {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    padding: 12px;
}

.profile-Order table tr {
    display: table;
    width: 100%;
}

.profile-Order table tr td {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    padding: 10px;
}

.profile-Order table tr:nth-child(even) {
    background-color: #f5f5f5;
}

.profile-Order table th {
    width: 20%;
    text-align: left;
}

.profile-Order table th:nth-child(3) {
    width: 30%;
}

.profile-Order table th:nth-child(5) {
    width: 10%;
    text-align: left;
}

.profile-Order table td {
    width: 20%;
    text-align: left;
}

.profile-Order table td:nth-child(3) {
    width: 30%;
}

.profile-Order table td:nth-child(5) {
    width: 10%;
    text-align: left;
}

.profile-Order table tr td button {
    background: none;
    cursor: pointer;
    border: 1px solid #d1cece;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    border-radius: 5px;
    position: relative;
}

.profile-Order ul.dropdown-menu {
    position: absolute;
    margin: 0;
    width: 135px;
    top: 32px;
    left: 0;
    background: #dddddd;
    z-index: 5;
    padding: 5px 10px;
    border-radius: 5px;
    display: none;
}

.profile-Order ul.dropdown-menu li {
    list-style: none;
    text-align: left;
    border-bottom: 1px dashed #8f908f;
    line-height: 32px;
    text-transform: capitalize;
}

.profile-Order ul.dropdown-menu li:last-child {
    border-bottom: none;
}

.profile-Order ul.dropdown-menu li a {
    font-size: 14px;
    font-weight: 400;
    color: #222;
    text-decoration: none;
    line-height: 24px;
}

.profile-Order table tr td button:hover ul.dropdown-menu {
    display: block;
}

.profile-Address {
    font-family: "Poppins", sans-serif;
}

.profile-Address table {
    display: block;
    width: 100%;
}

.profile-Address table tbody {
    display: block;
    width: 100%;
}

.profile-Address table th {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    padding: 12px;
}

.profile-Address table tr {
    display: table;
    width: 100%;
}

.profile-Address table tr td {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    padding: 10px;
}

.profile-Address table tr:nth-child(even) {
    background-color: #f5f5f5;
}

.profile-Address table th:nth-child(1) {
    width: 5%;
    text-align: center;
}

.profile-Address table th:nth-child(7) {
    width: 10%;
    text-align: center;
}

.profile-Address table th {
    width: 17%;
    text-align: left;
}

.profile-Address table td:nth-child(1) {
    width: 5%;
    text-align: center;
}

.profile-Address table td:nth-child(7) {
    width: 10%;
    text-align: center;
}

.profile-Address table td {
    width: 17%;
    text-align: left;
}

.profile-Saved {
    font-family: "Poppins", sans-serif;
}

.profile-Saved table {
    display: block;
    width: 100%;
}

.profile-Saved table tbody {
    display: block;
    width: 100%;
}

.profile-Saved table th {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    padding: 12px;
}

.profile-Saved table tr {
    display: table;
    width: 100%;
}

.profile-Saved table tr td {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    padding: 10px;
}

.profile-Saved table tr:nth-child(even) {
    background-color: #f5f5f5;
}

.profile-Saved table th:nth-child(1) {
    width: 6%;
    text-align: center;
}

.profile-Saved table th:nth-child(6) {
    width: 10%;
    text-align: center;
}

.profile-Saved table th {
    width: 21%;
    text-align: left;
}

.profile-Saved table td:nth-child(1) {
    width: 6%;
    text-align: center;
}

.profile-Saved table td:nth-child(6) {
    width: 10%;
    text-align: center;
}

.profile-Saved table td {
    width: 21%;
    text-align: left;
}


.Password-reset {
    border-radius: 9px;
    background: #f9f9f9;
    padding: 31px 41px;
    width: 400px;
    box-shadow: 2px 5px #f38300;
    margin: 45px auto;
    font-family: "Poppins", sans-serif;
}

.Password-reset h3 {
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px;
    color: #222;
    text-transform: capitalize;
}

.Password-reset ul {
    margin: 0;
}

.Password-reset ul li {
    list-style: none;
    width: 100%;
}

.Password-reset ul li label {
    font-size: 15px;
    color: #222;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: block;
}

.Password-reset ul li input {
    padding: 3% 5%;
    font-size: 14px;
    color: #222;
    border: 1px solid #dddbdb;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
}

.Password-reset ul li button {
    background: #f38300;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    border: 1px solid #f38300;
    transition: all 0.8s ease;
    border-radius: 5px;
}

.Password-reset ul li button:hover {
    background: #f9f9f9;
    color: #f38300;
}

.content-tabs {
    display: none;
}

.content-tabs.active {
    display: block;
}

.profile-tabs-menu ul li.action a {
    background: #ddd;
}

.top-head .account-icon {
    font-family: "Poppins", sans-serif;
}

.top-head .account-icon ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.top-head .account-icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.top-head .account-icon ul li a i {
    font-size: 22px;
    color: #222;
}

.top-head .account-icon ul.dropdown-menu {
    width: 130px;
    background: #fff;
    padding: 5px 10px;
    font-family: "Poppins", sans-serif;
    position: absolute;
    top: 24px;
    left: 0;
    border: 1px solid #efefef;
    border-radius: 5px;
    display: none;
    justify-content: flex-start;
    z-index: 5;
}

.top-head .account-icon ul.dropdown-menu li {
    display: block;
    text-align: left;
    margin-right: 0px;
    line-height: 32px;
    border-bottom: 1px dashed #d7d7d7;
}

.top-head .account-icon ul.dropdown-menu li:last-child {
    border-bottom: none;
}

.top-head .account-icon ul.dropdown-menu li a {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    text-decoration: none;
    display: block;
}

.top-head .account-icon ul.dropdown-menu li a:hover {
    color: #ff0000;
}

.top-head .account-icon span.user-drop {
    position: relative;
    cursor: pointer;
    background: none;
    top: 0;
    left: 0;
    font-size: 14px;
}

.top-head .account-icon ul li span.total-p {
    position: relative;
    top: 0;
    right: -10px;
    width: auto;
    height: auto;
    padding: 5px;
    border-radius: 10px;
    background: none;
    color: #ff0000;
    font-weight: 500;
}

.top-head .account-icon ul li a i {
    font-size: 22px;
    color: #222;
}

.top-head .account-icon ul li span {
    background: #d7d7d7;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -8px;
    right: -20px;
    text-align: center;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    margin-left: 5px;
}

.top-head .account-icon span.user-drop:hover ul.dropdown-menu {
    display: block;
}

.top-head .account-icon li:hover ul.dropdown-menu {
    display: block;
}

.user-addresses {
    font-family: "Poppins", sans-serif;
    margin: 35px 0px;
}

.user-addresses table {
    display: block;
    width: 100%;
}

.user-addresses table tbody {
    display: block;
    width: 100%;
}

.user-addresses table th {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    padding: 12px;
}

.user-addresses table tr {
    display: table;
    width: 100%;
}

.user-addresses table tr td {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    padding: 10px;
}

.user-addresses table tr:nth-child(even) {
    background-color: #f5f5f5;
}

.user-addresses table th:nth-child(1) {
    width: 5%;
    text-align: center;
}

.user-addresses table th:nth-child(8) {
    width: 10%;
    text-align: left;
}

.user-addresses table th {
    width: 14%;
    text-align: left;
}

.user-addresses table td {
    width: 14%;
    text-align: left;
}

.user-addresses table td:nth-child(1) {
    width: 5%;
    text-align: center;
}

.user-addresses table td:nth-child(8) {
    width: 10%;
    text-align: left;
}

.user-addresses table tr td button {
    background: none;
    cursor: pointer;
    border: 1px solid #f38300;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #f38300;
    border-radius: 5px;
    position: relative;
}

.user-addresses button.dropdown-toggle:hover ul.dropdown {
    display: block;
}

.user-addresses button.dropdown-toggle ul.dropdown {
    position: absolute;
    z-index: 5;
    display: none;
    left: 0px;
    top: 31px;
    background: #f9f9f9;
    width: 130px;
    padding: 10px;
    border-radius: 5px;
}

.user-addresses button.dropdown-toggle ul.dropdown li {
    border-bottom: 1px dashed #adadad;
    text-align: left;
    list-style: none;
}

.user-addresses button.dropdown-toggle ul.dropdown li:last-child {
    border-bottom: none;
}

.user-addresses button.dropdown-toggle ul.dropdown li a {
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    color: #222;
    text-decoration: none;
    display: block;
}

.user-addresses button.dropdown-toggle ul.dropdown li a:hover {
    color: #f38300;
}

.user-addresses button.Add-Address {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #f38300;
    background: #f38300;
    text-transform: capitalize;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    float: right;
    transition: all 0.8s ease;
}

.user-addresses button.Add-Address:hover {
    background: none;
    color: #f38300;
}

/*** popup ***/

.popup-new-add {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 55;
}

.Add-new-address {
    border-radius: 9px;
    background: #f9f9f9;
    padding: 25px 35px;
    width: 1000px;
    box-shadow: 2px 5px #f38300;
    margin: 60px auto;
    font-family: "Poppins", sans-serif;
    position: relative;
}

.Add-new-address i {
    position: absolute;
    font-size: 24px;
    color: #f38300;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.Add-new-address h4 {
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px;
    color: #222;
    text-transform: capitalize;
}

.Add-new-address ul {
    margin: 0;
    width: 100%;
}

.Add-new-address ul li {
    list-style: none;
    width: 100%;
}

.Add-new-address ul li label {
    font-size: 15px;
    color: #222;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    display: block;
}

.Add-new-address ul li input {
    padding: 8px;
    font-size: 14px;
    color: #222;
    border: 1px solid #dddbdb;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}

.Add-new-address ul li select {
    padding: 8px;
    font-size: 14px;
    color: #222;
    border: 1px solid #dddbdb;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}

.Add-new-address ul li button {
    background: #f38300;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    border: 1px solid #f38300;
    transition: all 0.8s ease;
    border-radius: 5px;
    margin-right: 10px;
}

.Add-new-address ul li button:hover {
    background: #f9f9f9;
    color: #f38300;
}

.Add-new-address ul li:nth-child(3) {
    width: 48%;
    display: inline-block;
}

.Add-new-address ul li:nth-child(4) {
    width: 48%;
    display: inline-block;
    float: right;
}

.Add-new-address ul li:nth-child(5) {
    width: 48%;
    display: inline-block;
}

.Add-new-address ul li:nth-child(6) {
    width: 48%;
    display: inline-block;
    float: right;
}

.Add-new-address ul li:nth-child(7) {
    width: 48%;
    display: inline-block;
}

.Add-new-address ul li:nth-child(8) {
    width: 48%;
    display: inline-block;
    float: right;
}

.Add-new-address ul li.check-btn {
    margin-bottom: 10px;
}

.Add-new-address ul li.check-btn input {
    display: inline-block;
    width: auto;
    border: 1px solid #dddbdb;
}

.Add-new-address ul li.check-btn label {
    display: inline-block;
    margin-left: 10px;
    width: auto
}

.Add-new-address ul li.State {
    margin: 10px 0px;
}

.Add-new-address ul li.State legend {
    display: inline-block;
    float: left;
    width: 140px;
    font-size: 15px;
    color: #222;
    font-weight: 400;
}

.Add-new-address ul li.State input {
    width: auto;
    display: inline-block;
    margin-right: 10px;
}

.Add-new-address ul li.State label {
    width: auto;
    display: inline-block;
    margin-right: 10px;
}


.popup-new-add-2 {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 55;
}

.popup-new-add-3 {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 55;
}

.change-address {
    border-radius: 9px;
    background: #f9f9f9;
    padding: 25px 35px;
    width: 500px;
    box-shadow: 2px 5px #f38300;
    margin: 60px auto;
    font-family: "Poppins", sans-serif;
    position: relative;
}

.change-address i {
    position: absolute;
    font-size: 24px;
    color: #f38300;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.change-address h4 {
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px;
    color: #222;
    text-transform: capitalize;
}

.change-address ul {
    margin: 0;
}

.change-address ul li {
    list-style: none;
    width: 100%;
}

.change-address ul li label {
    font-size: 15px;
    color: #222;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    display: block;
}

.change-address ul li input {
    padding: 8px;
    font-size: 14px;
    color: #222;
    border: 1px solid #dddbdb;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}

.change-address ul li select {
    padding: 8px;
    font-size: 14px;
    color: #222;
    border: 1px solid #dddbdb;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}

.change-address ul li button {
    background: #f38300;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    border: 1px solid #f38300;
    transition: all 0.8s ease;
    border-radius: 5px;
    margin-right: 10px;
}

.change-address ul li button:hover {
    background: #f9f9f9;
    color: #f38300;
}

.change-address ul li:nth-child(3) {
    width: 48%;
    display: inline-block;
}

.change-address ul li:nth-child(4) {
    width: 48%;
    display: inline-block;
    float: right;
}

.change-address ul li:nth-child(7) {
    width: 48%;
    display: inline-block;
}

.change-address ul li:nth-child(8) {
    width: 48%;
    display: inline-block;
    float: right;
}

.change-address ul li.check-btn {
    margin-bottom: 10px;
}

.change-address ul li.check-btn input {
    display: inline-block;
    width: auto;
    border: 1px solid #dddbdb;
}

.change-address ul li.check-btn label {
    display: inline-block;
    margin-left: 10px;
    width: auto
}

.change-address ul li.State {
    margin: 10px 0px;
}

.change-address ul li.State legend {
    display: inline-block;
    float: left;
    width: 140px;
    font-size: 15px;
    color: #222;
    font-weight: 400;
}

.change-address ul li.State input {
    width: auto;
    display: inline-block;
    margin-right: 10px;
}

.change-address ul li.State label {
    width: auto;
    display: inline-block;
    margin-right: 10px;
}


.new-card {
    border-radius: 9px;
    background: #f9f9f9;
    padding: 25px 35px;
    width: 500px;
    box-shadow: 2px 5px #f38300;
    margin: 100px auto;
    font-family: "Poppins", sans-serif;
    position: relative;
}

.new-card i {
    position: absolute;
    font-size: 24px;
    color: #f38300;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.new-card h4 {
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px;
    color: #222;
    text-transform: capitalize;
}

.new-card ul {
    margin: 0;
}

.new-card ul li {
    list-style: none;
    width: 100%;
}

.new-card ul li label {
    font-size: 15px;
    color: #222;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    display: block;
}

.new-card ul li input {
    padding: 8px;
    font-size: 14px;
    color: #222;
    border: 1px solid #dddbdb;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}

.new-card ul li select {
    padding: 8px;
    font-size: 14px;
    color: #222;
    border: 1px solid #dddbdb;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}

.new-card ul li button {
    background: #f38300;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    border: 1px solid #f38300;
    transition: all 0.8s ease;
    border-radius: 5px;
    margin-right: 10px;
}

.new-card ul li button:hover {
    background: #f9f9f9;
    color: #f38300;
}

.rounded-1 h3.mb-cont {
    margin-bottom: 28px;
}

.container.text-white .row.justify-content-center.mt-5 {
    width: 1100px;
    margin: 30px auto 0px;
    font-family: "Poppins", sans-serif;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 {
    border-radius: 9px;
    background: #f9f9f9;
    padding: 31px 41px;
    width: 70%;
    box-shadow: 2px 5px #f38300;
    margin: 2% auto;
    font-family: "Poppins", sans-serif;
    display: block;
    border: none !important;
    vertical-align: top;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 h3 {
    text-align: center;
    color: #222222;
}

.row.justify-content-center .col-sm-auto .btn-group {
    text-align: center;
    padding: 12px 0px;
}

.row.justify-content-center .col-sm-auto .btn-group input,
.row.justify-content-center .col-sm-auto .btn-group label {
    cursor: pointer;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 a#add_address {
    color: #222;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 12px;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .row.justify-content-center.mt-1 .form-group.col-sm-8.pa-0 .form-group.mb-2 label {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    margin-bottom: 5px;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .row.justify-content-center.mt-1 .form-group.col-sm-8.pa-0 .form-group.mb-2 input {
    padding: 10px;
    border: 1px solid #dddbdb;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 #order_time_row .col-sm-6 input#order_time {
    padding: 10px;
    border: 1px solid #dddbdb;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 #order_time_row .col-sm-6 {
    width: 100%;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 #order_time_row {
    width: 100%;
    margin: 0;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .row.justify-content-center.mt-1 .form-group.col-sm-8.pa-0 .form-group label {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    margin-bottom: 5px;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .row.justify-content-center.mt-1 .form-group.col-sm-8.pa-0 .form-group textarea {
    padding: 10px;
    border: 1px solid #dddbdb;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
}


.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .row.justify-content-center.mt-1 .form-group.col-sm-8.pa-0 .form-group.mb-2 hr {
    display: none;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .row.justify-content-center.mt-3 h4 {
    margin-bottom: 12px;
    color: #222;
    font-weight: 600;
    font-size: 16px;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .col.my-3 a#add_card {
    color: #222;
    text-decoration: none;
    cursor: pointer;
    margin: 10px 0px;
    display: block;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .text-black .mt-3 {
    display: inline-block;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .text-black {
    padding: 12px 10px;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    border: 1px solid #f38300;
    border-radius: 9px;
    margin-bottom: 10px;
    height: auto !important;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .text-black:hover {
    background: #f38300;
    color: #fff;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .text-black:hover .col-sm-11 h5.card-title {
    color: #fff;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .text-black:hover label.card-title {
    color: #fff;
}

.rounded-1 .text-black [type="radio"]:checked,
.rounded-1 .text-black [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.rounded-1 .text-black [type="radio"]:checked+label,
.rounded-1 .text-black [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.rounded-1 .text-black [type="radio"]:checked+label:before,
.rounded-1 .text-black [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #f38300;
    border-radius: 100%;
    background: #fff;
}

.rounded-1 .text-black [type="radio"]:checked+label:after,
.rounded-1 .text-black [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f38300;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.rounded-1 .text-black [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.rounded-1 .text-black [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .text-black .mt-3 h5.card-title {
    font-size: 15px;
    font-weight: 400;
    color: #222;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .mt-3 .col-9 {
    display: inline-block;
    width: 73%;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .mt-3 .col-3 {
    display: inline-block;
    width: 25%;
    text-align: right;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .mt-3 .col-9 strong {
    font-size: 18px;
    font-weight: 500;
    color: #222;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .mt-3 .col-3 strong {
    font-size: 18px;
    font-weight: 500;
    color: #222;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .row.mt-3.justify-content-center {
    width: auto;
    display: inline-block;
    margin-right: 15px;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .row.mt-3.justify-content-center .col-sm-8 button {
    background: #f38300;
    padding: 10px 25px;
    margin-top: 10px;
    font-size: 16px !important;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    border: 1px solid #f38300;
    transition: all 0.8s ease;
    border-radius: 5px;
    height: 40px !important;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .row.mt-3.justify-content-center .col-sm-8 button:hover {
    background: #f9f9f9;
    color: #f38300;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .row.mt-3.justify-content-center .col-sm-8 a {
    background: #f38300;
    padding: 8px 25px;
    margin-top: 10px;
    font-size: 16px !important;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    border: 1px solid #f38300;
    transition: all 0.8s ease;
    border-radius: 5px;
    height: 40px !important;
    text-decoration: none;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .row.mt-3.justify-content-center .col-sm-8 a:hover {
    background: #f9f9f9;
    color: #f38300;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .mt-3 strong {
    font-weight: 500;
    font-size: 16px;
    color: #222;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .col-sm-10 {
    width: 88%;
    display: inline-block;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .col-sm-1 {
    width: 25px;
    display: inline-block;
    text-align: center;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 hr.mt-3 {
    display: none;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 #row_new_card .new_card.row.mb-1 .form-group fieldset.row {
    margin: 0px;
    border: none;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .form-group label {
    display: block;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .form-group input {
    padding: 10px;
    border: 1px solid #dddbdb;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
}


.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 #row_new_card .new_card.row.mb-1 .form-group label {
    margin-bottom: 5px;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .text-black .new_card.row.mb-1 {
    margin: 0px;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .text-black .new_card.row.mb-1 .form-group fieldset.row .col-sm-2.one-wid {
    width: 47%;
    display: inline-block;
    margin: 0 1%;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .text-black .new_card.row.mb-1 .form-group fieldset.row .col-sm-2.one-wid label {
    font-size: 15px;
    color: #222;
    font-weight: 400;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .text-black .new_card.row.mb-1 .form-group fieldset.row .col-sm-2.one-wid select {
    padding: 10px;
    border: 1px solid #dddbdb;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .row.mt-3.one-check {
    margin: 0;
    padding: 10px 0px;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .row.mt-3.one-check input {
    width: auto !important;
    height: auto !important;
    border: 1px solid #dddbdb;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .price-box .row.mt-3 {
    margin: 0px;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .text-black .mt-3 input.form-check-input {
    cursor: pointer;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .row.justify-content-center.mt-3.block-one {
    width: 100%;
    margin-right: 0;
}

.new-card ul li.State {
    margin: 10px 0px;
}

.new-card ul li.State legend {
    display: inline-block;
    float: left;
    width: 140px;
    font-size: 15px;
    color: #222;
    font-weight: 400;
}

.new-card ul li.State input {
    width: auto;
    display: inline-block;
    margin-right: 10px;
}

.new-card ul li.State label {
    width: auto;
    display: inline-block;
    margin-right: 10px;
}

.new-card ul li.check-btn {
    margin-bottom: 10px;
}

.new-card ul li.check-btn input {
    display: inline-block;
    width: auto;
    border: 1px solid #dddbdb;
}

.new-card ul li.check-btn label {
    display: inline-block;
    margin-left: 10px;
    width: auto;
}

.new-card ul li:nth-child(2) {
    width: 46%;
    display: inline-block;
}

.new-card ul li:nth-child(3) {
    width: 25%;
    display: inline-block;
    margin-left: 1%;
}

.new-card ul li:nth-child(4) {
    width: 25%;
    display: inline-block;
    margin-left: 1%;
}

.cart-total a {
    background: #f38300;
    padding: 10px 25px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    border: 1px solid #f38300;
    transition: all 0.8s ease;
    text-decoration: none;
    display: inline-block;
}

.cart-total a:hover {
    background: none;
    color: #f38300;
}

span.note-if {
    font-family: "Poppins", sans-serif;
    margin-top: 10px;
    font-size: 16px;
    color: #f38300;
    font-weight: 400;
    display: block;
    width: 90%;
    margin: 15px auto;
    text-align: center;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .btn-custom-dark .col-sm-1.mt-2 {
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .btn-custom-dark .col-sm-11 {
    display: inline-block;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .btn-custom-dark .col-sm-11 h5.card-title {
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .btn-custom-dark .col-sm-11 p.card-text.m-0 {
    font-size: 14px;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 h5.checkout-head {
    display: block;
    margin-bottom: 12px;
    color: #222;
    font-weight: 600;
    font-size: 16px;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .input-check-0 .col-sm-1.mt-3 {
    vertical-align: top;
    padding-top: 0px;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .input-check-0 {
    margin-bottom: 10px;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .input-check-0 .col-sm-11 {
    width: 88%;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .input-check-0 p.card-text.m-0 span.option2 {
    font-family: "Poppins", sans-serif;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .input-check-0 p.card-text.m-0 span.option2 strong {
    margin-right: 5px;
}


.over-body {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    background: #0000007a;
    width: 100%;
    height: 100%;
    z-index: 55;
}

section.shipping-sect .row ul {
    justify-content: flex-start;
    gap: 4%;
}

.nav-container .slider-nav .slick-list .slick-track .slick-slide {
    margin-bottom: 12px;
}

.captcha-box .captcha {
    float: left;
}

.captcha-box input#captcha {
    width: 50%;
    float: right;
}

.captcha-box {
    display: inline-block;
    width: 100%;
}

.captcha-box .captcha span {
    display: inline-block;
    margin-right: 15px;
}

.captcha-box .captcha button.btn-refresh {
    margin-top: 0px;
    vertical-align: top;
}

.container .contact-us button.btn.btn-primary {
    padding: 12px 25px;
    background: #D62718;
    border-radius: 12px;
    color: #fff;
    border: 1px solid #D62718;
    transition: all 0.4s ease;
}

.container .contact-us button.btn.btn-primary:hover {
    background: #fff;
    color: #D62718;
}

.captcha-box .captcha button.btn-refresh {
    border: none;
}

.nav-container .slider-nav .slick-list .slick-track .slick-slide img {
    cursor: pointer;
}

.account-icon ul li a.login-in {
    font-size: 14px;
    color: #222;
    text-decoration: none;
    text-transform: capitalize;
}

.login.Company-Register {
    width: 650px;
}

.login.Company-Register ul {}

.login.Company-Register ul .two-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.login a.comp_reg {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px;
}

.container.text-white .row.justify-content-center.mt-5 .col-sm-4.p-3.m-4.rounded-1 .input-check-0 .col-sm-11 p.card-text.m-0 {
    width: 68%;
    display: inline-block;
}


ul.slider-for-2 {
    width: 85%;
    margin-left: 1%;
    display: inline-block;
    vertical-align: top;
}

ul.slider-for-2 li img {
    width: 100%;
}

ul.slider-nav-2 {
    width: 13%;
    display: inline-block;
    vertical-align: top;
}

ul.slider-nav-2 li {
    margin: 5px 0px;
}

ul.slider-nav-2 li img {
    width: 100%;
    cursor: pointer;
}


.prodcut-deta .col-6 ul.slider-nav-2 button.slick-arrow {
    border: none;
    background: #00000024;
    width: 100%;
    height: 30px;
    position: absolute;
    z-index: 2;
    top: 0%;
    right: 0%;
    font-size: 0px;
    padding: 0;
    cursor: pointer;
    left: inherit;
    border-radius: 0px;
}

.prodcut-deta .col-6 ul.slider-nav-2 button.slick-prev:after {
    content: "\f106";
    color: #4c4543;
    font: 28px / 1 FontAwesome;
}

.prodcut-deta .col-6 ul.slider-nav-2 button.slick-next {
    border: none;
    background: #00000024;
    width: 100%;
    height: 30px;
    position: relative;
    z-index: 2;
    bottom: 0%;
    right: 0%;
    font-size: 0px;
    padding: 0;
    cursor: pointer;
    left: inherit;
    border-radius: 0px;
    margin-top: -10px;
}

.prodcut-deta .col-6 ul.slider-nav-2 button.slick-next:after {
    content: "\f107";
    color: #4c4543;
    font: 28px / 1 FontAwesome;
}

.menu-close {
    display: none;
    position: absolute;
    top: 0px;
    right: -32px;
    font-size: 20px;
    color: #fff;
    background: #f38300;
    width: 32px;
    height: 32px;
    text-align: center;
}

nav.menu.open-m .menu-close {
    display: block;
}

.menu-close i.close-i {
    cursor: pointer;
}

.over-body-bg {
    position: fixed;
    content: "";
    background: #00000078;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 6;
    display: none;
}

.product-info ul.Options-list li label {
    border: 1px solid #f38300;
    color: #f38300;
    padding: 7px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.product-info ul.Options-list li input[type="radio"] {
    display: none;
}

.product-info ul.Options-list li input[type="radio"]:checked+label {
    border: solid 1px #f38300;
    background-color: #f38300;
    color: #fff;
}


/*** new add 13-9-2024 ***/

.account-icon ul li a.login-in {
    display: none;
}

.head-sect .columns .account-icon i.search-popup {
    font-size: 18px;
    cursor: pointer;
}

.product-info ul.Options-list li strong {
    color: #222;
    font-size: 16px;
}

.sold-Opt {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: "Poppins", sans-serif;
}

.sold-Opt ul {
    display: block;
}

.sold-Opt ul li {
    list-style: none;
    padding: 4px 5px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    background: #f38300;
    text-align: center;
    width: 70px;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

.color-Opt {
    position: absolute;
    bottom: 10px;
    text-align: center;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.8s ease;
}

.color-Opt ul {
    display: block;
    text-align: center;
}

.Arrivals .color-Opt li {
    width: 30px;
    margin-bottom: 5px;
    margin-right: 3px;
    display: inline-block;
}

.Arrivals .color-Opt li span {
    margin-bottom: 0px;
}

.Arrivals .color-Opt li span img {
    border-radius: 50%;
    border: 2px solid #e5e4e4;
    width: 100%;
    cursor: pointer;
    min-height: 30px;
    max-height: 30px;
}


.Arrivals ul li .product-img-box:hover .color-Opt {
    opacity: 1;
}

.product-info ul li.in-stock {
    color: #222;
    font-size: 15px;
}

.head-sect .columns .account-icon i.fa-heart {
    font-size: 18px;
    cursor: pointer;
}

.product-info ul li.prod-code {
    color: #222;
    font-size: 15px;
}

.you-make {
    font-family: "Poppins", sans-serif;
}

.you-make h3 {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px;
    color: #000;
    text-transform: capitalize;
}

ul.you-make .slick-list .slick-track li.slick-slide {
    margin: 0px 10px;
}

ul.you-make button.slick-next.slick-arrow {
    position: absolute;
    font-size: 0px;
    right: 2%;
    top: 35%;
    padding: 0px;
    border: none;
    background: #fff;
    border: 1px solid #f38300;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.8s ease;
}

ul.you-make button.slick-next.slick-arrow:after {
    content: "\f105";
    z-index: 2;
    color: #fff;
    font: 24px / 1 FontAwesome;
    position: relative;
    right: -2px;
    top: -1px;
    color: #f38300;
}

ul.you-make button.slick-prev.slick-arrow {
    position: absolute;
    font-size: 0px;
    left: 2%;
    top: 35%;
    padding: 0px;
    border: none;
    background: #fff;
    border: 1px solid #f38300;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 2;
    transition: all 0.4s ease;
}

ul.you-make button.slick-prev.slick-arrow:after {
    content: "\f104";
    z-index: 5;
    color: #fff;
    font: 24px / 1 FontAwesome;
    position: relative;
    left: -2px;
    top: -1px;
    color: #f38300;
}

ul.you-make button.slick-next.slick-arrow:hover {
    background: #f38300;
}

ul.you-make button.slick-next.slick-arrow:hover:after {
    color: #fff;
}

ul.you-make button.slick-prev.slick-arrow:hover {
    background: #f38300;
}

ul.you-make button.slick-prev.slick-arrow:hover:after {
    color: #fff;
}

.telephone {
    position: fixed;
    right: 15px;
    bottom: 60px;
    z-index: 3;
    width: 50px;
    background: #d62718;
    padding: 7px;
    border-radius: 50%;
    height: 50px;
    box-shadow: 2px 2px 5px #b7b5b5;
}

.telephone img {
    width: 100%;
    cursor: pointer;
}

.wrapper_tele {
    position: fixed;
    right: 20px;
    bottom: 115px;
    display: none;
}

.wrapper_tele ul {
    margin: 0;
    list-style: none;
}

.wrapper_tele li {
    display: block;
    width: 45px;
}

.wrapper_tele li a {
    display: block;
}

.wrapper_tele li a img {
    width: 100%;
}

.product-img-box img.image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
}

.product-img-box:hover img.image-hover {
    opacity: 1;
}

.image-main {
    opacity: 1;
}

.account-icon span.user-drop {
    display: none;
}

.search-overlay {
    background: #2222226b;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}

.search-pop-up {
    width: 100%;
    font-family: "Poppins", sans-serif;
    display: none;
    border-radius: 0px 0px 5px 5px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 7;
    padding: 45px 0px 20px 0px;
    color: #222;
    font-size: 14px;
}

.search-pop-up input {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: 1%;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 35px 10px 10px;
}

.search-pop-up i {
    position: absolute;
    font-size: 20px;
    margin-top: -9px;
    cursor: pointer;
    color: #605f5f;
}

.search-pop-up button#search_submit {
    margin-left: -35px;
    border: none;
}

.search-pop-up form.search_product_form {
    width: 94%;
    display: inline-block;
    vertical-align: top;
}


.search-pop-up .search-logo {
    width: 4%;
    display: inline-block;
    margin-top: -20px;
}

.search-pop-up .search-logo img {
    width: 100%;
}

.overflow-body {
    background: #222222e3;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}

.zoom-pop {
    position: absolute;
    display: none;
    top: 30px;
    width: 40%;
    height: 100%;
    z-index: 7;
    left: 30%;
    right: 30%;
}

.arrows-full {
    background: #fff;
    position: relative;
    cursor: pointer;
    margin-top: -45px;
    width: 40px;
    height: 40px;
    text-align: center;
    float: right;
    margin-right: 10px;
}

.arrows-full i {
    font-size: 20px;
    padding-top: 10px;
}

.zoom-pop img {
    width: 100%;
}

.zoom-pop i.close-icon {
    color: #fff;
    position: absolute;
    right: 5px;
    background: #f38300;
    font-size: 24px;
    padding: 5px 7px;
    top: 5px;
    cursor: pointer;
}

.zoom-pop ul.slider-for-2 {
    width: 100%;
    margin-left: 0%;
}

.zoom-pop ul.slider-nav-2 {
    width: 100%;
}

.zoom-pop ul.slider-nav-2 .slick-track li.slick-slide {
    display: inline-block;
}

.filter-wrapper {
    margin: 35px 0px;
    width: 100%;
    font-family: "Poppins", sans-serif;
}

.filter-wrapper button.btn-filter {
    background: none;
    color: #222;
    letter-spacing: 0.5px;
    border: none;
    font-size: 15px;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
}

.filter-wrapper span {
    color: #222;
    letter-spacing: 0.5px;
    border: none;
    font-size: 15px;
    margin-right: 15px;
    display: inline-block;
}

.filter-wrapper .Sort-by {
    float: right;
    font-size: 15px;
    color: #222;
    font-weight: 400;
    border: 1px solid #d7d7d7;
    padding: 5px 20px;
    letter-spacing: 0.5px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
}

.filter-wrapper .Sort-by:focus-visible {
    outline: none;
}

.Filter-overlay {
    background: #2222226b;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}

.Filter-slide {
    width: 280px;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    left: -280px;
    background: #f5f5f5;
    z-index: 7;
    font-family: "Poppins", sans-serif;
    overflow: auto;
    transition: all 0.8s ease;
}

.Filter-slide.intro {
    left: 0px;
    opacity: 1;
}

.Filter-slide .drawer__header {
    padding: 15px;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #ddd;
}

.Filter-slide .drawer__header button {
    float: right;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #222;
}

.Shopping-cart {
    width: 400px;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    right: -400px;
    background: #fff;
    z-index: 7;
    font-family: "Poppins", sans-serif;
    overflow: auto;
    transition: all 0.8s ease;
}

.Shopping-cart.intro {
    right: 0px;
    opacity: 1;
}

.Shopping-cart .drawer__header {
    padding: 15px;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #ddd;
}

.Shopping-cart .drawer__header button {
    float: right;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #222;
}

.shopping-cart-box {}

.shopping-cart-box ul {
    list-style: none;
}

.shopping-cart-box ul li {
    display: block;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px;
    overflow: auto;
}

.shopping-cart-box .check-left {
    float: left;
    width: 6%;
    text-align: center;
    margin-top: 15%;
}

.shopping-cart-box .check-left input[id="cb1"]+label {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #f38300;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
}

.shopping-cart-box .check-left input[id="cb1"]:checked+label:after {
    position: relative;
    top: -4px;
    left: 1px;
    content: '\2714';
    font-size: 14px;
    color: #f38300;
    position: absolute;
}

.shopping-cart-box .check-left input[id="cb1"] {
    display: none;
}


.shopping-img-box {
    width: 41%;
    float: left;
}

.shopping-img-box img {
    width: 100%;
}

.shopping-content-box {
    width: 50%;
    float: right;
    margin-left: 3%;
}

.shopping-content-box a {
    font-size: 13px;
    display: block;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    text-decoration: none;
    color: #222;
    border-bottom: 1px dashed #d7d7d7;
    padding-bottom: 7px;
}

.shopping-cart-box span.cart_price {
    font-size: 14px;
    border-bottom: 1px dashed #d7d7d7;
    padding: 7px 0px;
    display: block;
}

.shopping-cart-box .quantity {
    font-size: 14px;
    margin: 10px 0px 5px 0px;
    width: 50%;
    display: inline-block;
    border: 1px solid #d7d7d7;
    overflow: auto;
}

.shopping-cart-box .quantity button {
    float: left;
    line-height: 28px;
    background: none;
    border: none;
    width: 30%;
    text-align: center;
    cursor: pointer;
}

.shopping-cart-box .quantity span {
    width: 40%;
    text-align: center;
    float: left;
    border: none;
    line-height: 28px;
}

.shopping-content-box i {
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    margin: 15px 0px 0px 5px;
}


.facet-content {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.facet-content h5 {
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
    color: #222;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.facet-content h5:after {
    content: "";
    border-bottom: 2px solid #f38300;
    width: 30%;
    position: absolute;
    height: 2px;
    bottom: -3px;
    left: 0px;
}

.facet-content ul {
    list-style: none;
    max-height: 200px;
    overflow-y: auto;
}

.facet-content ul li {
    display: block;
}

.facet-content ul li a {
    text-decoration: none;
    font-size: 13px;
    color: #222;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 25px;
    margin-bottom: 8px;
}

.facet-content ul li a input {
    margin-right: 5px;
    vertical-align: middle;
}

.facet-content ul li a span {
    margin-left: 5px;
}

.facet-content-1 {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.facet-content-1 h5 {
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
    color: #222;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.facet-content-1 h5:after {
    content: "";
    border-bottom: 2px solid #f38300;
    width: 30%;
    position: absolute;
    height: 2px;
    bottom: -3px;
    left: 0px;
}

.facet-content-1 ul {
    list-style: none;
    max-height: 200px;
    overflow-y: auto;
}

.facet-content-1 ul li {
    display: block;
}

.facet-content-1 ul li a {
    text-decoration: none;
    font-size: 13px;
    color: #222;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 25px;
    margin-bottom: 8px;
}

.facet-content-1 ul li a input {
    margin-right: 5px;
    vertical-align: middle;
}

.facet-content-1 ul li a span {
    margin-left: 5px;
}

.facet-content-2 {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.facet-content-2 h5 {
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
    color: #222;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.facet-content-2 h5:after {
    content: "";
    border-bottom: 2px solid #f38300;
    width: 30%;
    position: absolute;
    height: 2px;
    bottom: -3px;
    left: 0px;
}

.facet-content-2 ul {
    list-style: none;
    max-height: 200px;
    overflow-y: auto;
}

.facet-content-2 ul li {
    display: block;
}

.facet-content-2 ul li a {
    text-decoration: none;
    font-size: 13px;
    color: #222;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 25px;
    margin-bottom: 8px;
}

.facet-content-2 ul li a input {
    margin-right: 5px;
    vertical-align: middle;
}

.facet-content-2 ul li a span {
    margin-left: 5px;
}

.facet-content-3 {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.facet-content-3 h5 {
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
    color: #222;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.facet-content-3 h5:after {
    content: "";
    border-bottom: 2px solid #f38300;
    width: 30%;
    position: absolute;
    height: 2px;
    bottom: -3px;
    left: 0px;
}

.facet-content-3 ul {
    list-style: none;
    max-height: 200px;
    overflow-y: auto;
}

.facet-content-3 ul li {
    display: block;
}

.facet-content-3 ul li a {
    text-decoration: none;
    font-size: 13px;
    color: #222;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 25px;
    margin-bottom: 8px;
}

.facet-content-3 ul li a input {
    margin-right: 5px;
    vertical-align: middle;
}

.facet-content-3 ul li a span {
    margin-left: 5px;
}


.Filter-slide ul::-webkit-scrollbar {
    width: 4px;
}

.Filter-slide ul::-webkit-scrollbar-track {
    background: #f2f2f2;
}

.Filter-slide ul::-webkit-scrollbar-thumb {
    background: #d5d5d5;
}

.Filter-slide::-webkit-scrollbar {
    width: 4px;
}

.Filter-slide::-webkit-scrollbar-track {
    background: #f2f2f2;
}

.Filter-slide::-webkit-scrollbar-thumb {
    background: #d5d5d5;
}

.Shopping-cart::-webkit-scrollbar {
    width: 4px;
}

.Shopping-cart::-webkit-scrollbar-track {
    background: #f2f2f2;
}

.Shopping-cart::-webkit-scrollbar-thumb {
    background: #d5d5d5;
}

.sticky {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 5;
}

.drawer__bottom.sticky {
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 5;
}

.view-box {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 6;
    display: none;
}

.view-box ul {
    list-style: none;
    display: block;
}

.view-box ul li {
    display: block;
    margin-bottom: 6px;
}

.view-box ul li a {
    text-decoration: none;
}

.view-box ul li a i {
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #222;
    padding-top: 12px;
    cursor: pointer;
    transition: all 0.8s ease;
}

.view-box ul li a:hover i {
    background: #222;
    color: #fff;
}

.Wishlist-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    display: none;
}

.Wishlist-envelope {
    position: relative;
    font-family: "Poppins", sans-serif;
    text-align: center;
    width: 360px;
    background: #fff;
    top: 25%;
    margin: 0 auto;
    padding: 25px;
    border-radius: 10px;
}

.Wishlist-envelope i.close-Wishlist {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    font-size: 18px;
    color: #222;
}

.Wishlist-envelope i.fa-envelope-open-o {
    font-size: 40px;
    display: block;
    margin: 15px 0px;
    color: #f38300;
}

.Wishlist-envelope span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #222;
    margin-bottom: 10px;
    display: block;
}

.Wishlist-envelope input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 8px;
    display: block;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.Wishlist-envelope button.Wishlist-btn {
    background: #222;
    border: none;
    padding: 10px;
    color: #fff;
    width: 60%;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.8s ease;
}

.Wishlist-envelope button.Wishlist-btn:hover {
    background: #f38300;
}

.product-img-box:hover .view-box {
    display: block;
}

section.Arrivals .price-left {
    width: 45%;
    float: left;
    vertical-align: top;
    margin-right: 5%;
}

section.Arrivals .price-btn-b {
    width: 50%;
    float: right;
    vertical-align: top;
    text-align: right;
}

section.Arrivals .price-btn-b button {
    vertical-align: middle;
}

.drawer__bottom {
    padding: 20px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top: 1px solid #ddddddb3;
    box-shadow: 0 0 10px #ddddddb3;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    font-family: "Poppins", sans-serif;
}

.drawer__bottom .subtotal {
    width: 60%;
    float: left;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    text-transform: capitalize;
}

.drawer__bottom .subtotal-price {
    width: 40%;
    float: right;
    text-align: right;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    text-transform: capitalize;
}

.drawer__bottom p {
    font-size: 14px;
    font-weight: 300;
    color: #222;
    padding: 12px 0px;
    display: inline-block;
}

.drawer__bottom button.cancel-shopp {
    border: 1px solid #f38300;
    color: #f38300;
    padding: 10px 12px;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    background: none;
    box-shadow: inset 0 0 0 0 #f38300;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    width: 100%;
    margin-bottom: 8px;
}

.drawer__bottom button.cancel-shopp:hover {
    color: #fff;
    box-shadow: inset 400px 0 0 0 #f38300;
}

.drawer__bottom button.check-shopp {
    border: 1px solid #f38300;
    color: #f38300;
    padding: 12px;
    text-transform: capitalize;
    cursor: pointer;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    background: none;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    color: #fff;
    box-shadow: inset 400px 0 0 0 #f38300;
}

.drawer__bottom button.check-shopp:hover {
    color: #f38300;
    box-shadow: inset 0 0 0 0 #fff;
}

.drawer__bottom a.cancel-shopp {
    border: 1px solid #f38300;
    color: #f38300;
    padding: 10px 12px;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    background: none;
    box-shadow: inset 0 0 0 0 #f38300;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    width: 100%;
    margin-bottom: 8px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.drawer__bottom a.cancel-shopp:hover {
    color: #fff;
    box-shadow: inset 400px 0 0 0 #f38300;
}

.drawer__bottom a.check-shopp {
    border: 1px solid #f38300;
    color: #f38300;
    padding: 12px;
    text-transform: capitalize;
    cursor: pointer;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    background: none;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    color: #fff;
    box-shadow: inset 400px 0 0 0 #f38300;
    text-decoration: none;
    display: block;
    text-align: center;
}

.drawer__bottom a.check-shopp:hover {
    color: #f38300;
    box-shadow: inset 0 0 0 0 #fff;
}

.foot-sect .columns:nth-child(5) {
    width: 21%;
}

.foot-sect .columns:nth-child(5) h5 {
    font-size: 16px;
}

.Options-col {
    margin-top: 15px;
}

.quick-popup {
    width: 60%;
    margin: 0 auto;
    padding: 20px 5px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
    position: fixed;
    left: 20%;
    right: 20%;
    display: none;
    z-index: 7;
    top: 88px;
    bottom: 0;
    height: fit-content;
}

.quick-popup i.close-quick-popup {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
    z-index: 7;
}

.quick-popup .prodcut-deta {
    padding: 0;
}

ul.slid-lr {
    list-style: none;
    margin: 0;
}

ul.slid-lr li {
    display: block;
}

ul.slid-lr li img {
    width: 100%;
}

.no-item {
    text-align: center;
}

.no-item img {
    width: 800px
}

ul.slid-lr button.slick-prev.slick-arrow {
    position: absolute;
    font-size: 0px;
    left: 2%;
    top: 45%;
    padding: 0px;
    border: none;
    background: #fff;
    border: 1px solid #f38300;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 5;
    transition: all 0.4s ease;
}

ul.slid-lr button.slick-prev.slick-arrow:after {
    content: "\f104";
    z-index: 5;
    color: #fff;
    font: 24px / 1 FontAwesome;
    position: relative;
    left: -2px;
    top: -1px;
    color: #f38300;
}

ul.slid-lr button.slick-next.slick-arrow {
    position: absolute;
    font-size: 0px;
    right: 2%;
    top: 45%;
    padding: 0px;
    border: none;
    background: #fff;
    border: 1px solid #f38300;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.8s ease;
}

ul.slid-lr button.slick-next.slick-arrow:after {
    content: "\f105";
    z-index: 5;
    color: #fff;
    font: 24px / 1 FontAwesome;
    position: relative;
    right: -2px;
    top: -1px;
    color: #f38300;
}


.deleted-Options {
    padding: 15px;
    font-family: "Poppins", sans-serif;
    width: 100%;
    display: block;
    overflow: auto;
}

.deleted-Options input {
    display: inline-block;
    margin-right: 10px;
}

.deleted-Options lable {
    font-size: 16px;
    color: #222;
    font-weight: 500;
}

.deleted-Options button {
    float: right;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.5s ease;
    background: none;
    border: 1px solid #f38300;
    width: 30px;
    height: 30px;
}

.deleted-Options button i {
    font-size: 18px;
    color: #f38300;
}

.deleted-Options button:hover {
    background: #f38300;
}

.deleted-Options button:hover i {
    color: #fff;
}

.deleted-Options input.input-text {
    border: 1px solid #f38300;
}


/* This css is for normalizing styles. You can skip this. */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


.deleted-Options input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.deleted-Options label {
    position: relative;
    cursor: pointer;
    float: left;
}

.deleted-Options label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #f38300;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}


.deleted-Options input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 6px;
    height: 14px;
    border: solid #f38300;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.prodcut-img {}

.prodcut-img img {
    width: 100%;
}


ul.slid-lr {
    width: 100%;
}


.justify-content-center .btn-custom-dark-grey i.fa-plus {
    margin-left: 5px;
}

.justify-content-center .btn-custom-dark-grey {
    margin: 10px 0px;
}

.filter-wrapper .Sort-by {
    position: relative;
    width: 200px;
}

.filter-wrapper .Sort-by i {
    float: right;
    font-size: 18px;
    padding-top: 3px;
}

.filter-wrapper .Sort-by ul.down-list {
    position: absolute;
    display: none;
    width: 200px;
    left: -1px;
    top: 33px;
    background: #fff;
    z-index: 6;
    border: 1px solid #d7d7d7;
}

.filter-wrapper .Sort-by ul.down-list li {
    list-style: none;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    padding: 5px 20px;
}

.filter-wrapper .Sort-by ul.down-list li a {
    text-decoration: none;
    color: #222;
}

.filter-wrapper .Sort-by ul.down-list li:hover {
    background: #f38300;
    color: #fff;
}

.filter-wrapper .Sort-by ul.down-list li:hover a {
    color: #fff;
}

.filter-wrapper .Sort-by:hover ul.down-list {
    display: block;
}

.rounded-1 .text-black p.card-text {
    padding-left: 28px;
}

ul.banner-slider button.slick-next.slick-arrow {
    position: absolute;
    font-size: 0px;
    right: 2%;
    top: 48%;
    padding: 0px;
    border: none;
    background: #fff;
    border: 1px solid #f38300;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.8s ease;
}

ul.banner-slider button.slick-next.slick-arrow:after {
    content: "\f105";
    z-index: 5;
    color: #fff;
    font: 24px / 1 FontAwesome;
    position: relative;
    right: -1px;
    top: -1px;
    color: #f38300;
}

ul.banner-slider button.slick-prev.slick-arrow {
    position: absolute;
    font-size: 0px;
    left: 2%;
    top: 48%;
    padding: 0px;
    border: none;
    background: #fff;
    border: 1px solid #f38300;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 5;
    transition: all 0.4s ease;
}

ul.banner-slider button.slick-prev.slick-arrow:after {
    content: "\f104";
    z-index: 5;
    color: #fff;
    font: 24px / 1 FontAwesome;
    position: relative;
    left: -2px;
    top: -1px;
    color: #f38300;
}

ul.banner-slider button.slick-next.slick-arrow:hover {
    background: #f38300;
}

ul.banner-slider button.slick-prev.slick-arrow:hover {
    background: #f38300;
}

ul.banner-slider button.slick-arrow:hover:after {
    color: #fff;
}

.rounded-1 .col-sm-1 .form-switch input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.rounded-1 .col-sm-1 .form-switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 60px;
    height: 25px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

.rounded-1 .col-sm-1 .form-switch label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 90px;
    transition: 0.6s;
}

.rounded-1 .col-sm-1 .form-switch input:checked+label {
    background: #f38300;
}

.rounded-1 .col-sm-1 .form-switch input:checked+label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.rounded-1 .col-sm-1 .form-switch label:active:after {
    width: 60px;
}

.rounded-1 .one-check .form-switch input.form-check-input {
    display: none;
}

.col-sm-10.tog-line-text {
    width: 75% !important;
}

.col-sm-10.tog-line-text strong {
    font-size: 14px;
}

.cart-page-heading .deleted-Options {
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 10px;
}

.Customer-Reviews {
    padding: 35px 0px 15px 0px;
    font-family: "Poppins", sans-serif;
}

.Reviews-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 15px;
}

.Reviews-title h3 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px;
    color: #000;
    text-transform: capitalize;
    width: 100%;
}

.Reviews-title .col-4 {
    width: 50%;
    border-right: 2px solid #ddd;
    text-align: center
}

.Reviews-title .col-4:last-child {
    border-right: none;
}

.Reviews-title .col-4 p {
    font-size: 14px;
    font-weight: 400;
    color: #222;
}

.Reviews-title .col-4 a {
    text-decoration: none;
    background: #f38300;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    padding: 10px 20px;
    border: 1px solid #f38300;
    transition: all 0.8s ease;
}

.Reviews-title .col-4 a:hover {
    background: #fff;
    color: #f38300;
}

.Reviews-title .col-4 ul {
    list-style: none;
}

.Reviews-title .col-4 ul li {
    display: inline-block;
    margin-right: 3px;
}

.Reviews-title .col-4 ul li i {
    font-size: 18px;
    color: #f38300;
}

.Reviews-title .col-4 button {
    font-size: 15px;
    text-decoration: none;
    padding: 10px 15px;
    margin-right: 10px;
    color: #fff;
    border: 1px solid #f38300;
    font-weight: 400;
    transition: all 0.8s ease;
    cursor: pointer;
    background: #f38300;
    text-transform: capitalize;
}

.Reviews-title .col-4 button:hover {
    background: #fff;
    color: #f38300;
}

.Write-review-box {
    border-top: 1px solid #ddd;
    display: none;
    margin-top: 15px;
}

.Write-review {
    font-family: "Poppins", sans-serif;
    width: 60%;
    margin: 15px auto 30px;
}

.Write-review h4 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000;
    text-transform: capitalize;
}

.Write-review .Rating {
    text-align: center;
}

.Write-review .Rating lable {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    text-align: center;
}

.Write-review .Rating ul {
    list-style: none;
}

.Write-review .Rating ul li {
    display: inline-block;
    margin-right: 0px;
}

.Write-review .Rating ul li i {
    font-size: 18px;
    color: #f38300;
}

.Write-review lable {
    font-size: 14px;
    font-weight: 400;
    color: #222;
    display: block;
    margin-bottom: 5px;
}

.Write-review input {
    padding: 12px;
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #222;
}

.Write-review textarea {
    padding: 12px;
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #222;
}

.Write-review p {
    font-size: 14px;
    font-weight: 400;
    color: #222;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
}

.Write-review .Rating label {
    display: block;
    margin-bottom: 5px;
}

.Write-review .btn-review {
    text-align: center;
    margin-top: 25px;
    display: block;
}

.Write-review .btn-review a.btn {
    font-size: 15px;
    text-decoration: none;
    padding: 10px 15px;
    margin-right: 10px;
    color: #f38300;
    border: 1px solid #f38300;
    font-weight: 400;
    transition: all 0.8s ease;
    cursor: pointer;
    background: #fff;
    text-transform: capitalize;
}

.Write-review .btn-review a.btn:hover {
    background: #f38300;
    color: #fff;
}

.sticky-addtocart-buttom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 12px 0px;
    box-shadow: 0 0 9px #0000001f;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    z-index: 3;
    opacity: 0;
}

.addtocart-buttom-box {
    font-family: "Poppins", sans-serif;
}

.addtocart-buttom-box ul {
    list-style: none;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.addtocart-buttom-box li {
    display: inline-block;
    margin-right: 15px;
}

.addtocart-buttom-box li img {
    width: 65px;
    border-radius: 100%;
}

.addtocart-buttom-box li h5 {
    font-size: 13px;
    font-weight: 400;
    color: #222;
    text-transform: capitalize;
}

.addtocart-buttom-box li span.price {
    font-size: 14px;
    font-weight: 300;
    color: #222;
}

.addtocart-buttom-box li:last-child {
    margin-right: 0px;
}

.addtocart-buttom-box .quantity button {
    display: inline-block;
    width: 37px;
    height: 37px;
    border: 1px solid #d7d7d7;
    color: #222;
    font-size: 16px;
    background: none;
    cursor: pointer;
    font-size: 18px;
}

.addtocart-buttom-box .quantity .quant-add {
    display: inline-block;
    width: 50px;
    height: 37px;
    border: 1px solid #d7d7d7;
    vertical-align: top;
    padding: 5px 10px;
    margin: 0px -5px;
    text-align: center;
}

.addtocart-buttom-box button.slick-btn {
    border: 1px solid #f38300;
    color: #f38300;
    padding: 9px 25px;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    background: none;
    box-shadow: inset 0 0 0 0 #f38300;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

.addtocart-buttom-box button.slick-btn:hover {
    color: #fff;
    box-shadow: inset 140px 0 0 0 #f38300;
}

.addtocart-buttom-box .quantity button:nth-child(1) {
    border-right: none;
}

.Write-review-box .Write-review .Rating ul {
    margin-bottom: 10px;
}

.sticky-addtocart-buttom.sticky-fixed-buttom {
    opacity: 1;
}


.ratingW {
    position: relative;
    margin: 10px 0 0;
}

.ratingW li {
    display: inline-block;
    margin: 0px;
}

.ratingW li a {
    display: block;
    position: relative;
    /*margin:0 3px;  width:28px; height:27px;color:#ccc; background:url('../img/ico/icoStarOff.png') no-repeat; background-size:100%;*/
}

/*.ratingW li.on a {background:url('../img/ico/icoStarOn.png') no-repeat; background-size:100%;}*/

.star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;
    border-right: .3em solid transparent;
    border-bottom: .7em solid #ddd;
    border-left: .3em solid transparent;
    font-size: 14px;
}

.star:before,
.star:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: .7em solid #ddd;
    border-left: 1em solid transparent;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.star:after {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.ratingW li.on .star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;
    border-right: .3em solid transparent;
    border-bottom: .7em solid #f38300;
    border-left: .3em solid transparent;
    font-size: 14px;
}

.ratingW li.on .star:before,
.ratingW li.on .star:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: .7em solid #f38300;
    border-left: 1em solid transparent;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.ratingW li.on .star:after {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

li.phone-bar {
    display: none;
}






.checkbox-Field {
    position: relative;
    margin-bottom: 15px;
    display: flex;
}

.checkbox-Field input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox-Field label {
    position: relative;
    cursor: pointer;
}

.checkbox-Field label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #f38300;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.checkbox-Field input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 5px;
    width: 7px;
    height: 11px;
    border: solid #f38300;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

ul {
    list-style: none;
}

.cart-page-heading .col-2:last-child {
    text-align: right;
}

.cart-page-items lablel.checkbox-Field {
    float: left;
    width: 10%;
    margin-right: 8%;
    margin-top: 35%;
}

.cart-page-items .prodcut-img {
    float: left;
    width: 82%;
}

.cart-page-heading .col-4.product-title {
    width: 33.33%;
    text-align: left;
    padding-left: 30px;
}

.cart-page-items .col-4.content-text {
    width: 33.33%;
    text-align: left;
    padding-left: 5%;
}

.cart-page-items .col-4.content-text .prodcut-name a {
    text-decoration: none;
    color: #222;
}

section.Arrivals .price-btn-b button#view_product a {
    text-decoration: none;
    color: #f38300;
}

section.Arrivals .price-btn-b button#view_product:hover a {
    color: #fff;
}


.flx_bx_ct {
    display: flex;
    gap: 20px;
}

#map1 {
    width: 100%;
}

.flx_form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

#add_address {
    padding: 12.4px 30px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    border: 1px solid #f38300;
    background-color: transparent;
    color: #A99C84;
    /* margin-bottom: 0px; */
    margin: 28px 0px 15px;
}


ul.slider-nav-2 ul.slick-dots {
    text-align: center;
    margin-top: 0px;
}

ul.slider-nav-2 ul.slick-dots li {
    display: inline-block;
}

ul.slider-nav-2 ul.slick-dots li button {
    font-size: 0px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    border: none;
    cursor: pointer;
    border: 2px solid #f38300;
}

ul.slider-nav-2 ul.slick-dots li.slick-active button {
    background: #f38300;
}


.cart-page-items .img-box-ph {
    display: inline-block;
    width: 15%;
}

.cart-page-items .cont-box-ph {
    display: inline-block;
    width: 84%;
}

.cart-page-items .cont-box-ph .col-2 {
    width: 32% !important;
    display: inline-block;
}

.cart-page-items .cont-box-ph .col-2.trash .quantity {
    vertical-align: bottom;
}

.cart-page-items .img-box-ph lablel.checkbox-Field {
    width: 35px;
    margin-right: 0px;
    display: inline-block;
}

.cart-page-items .cont-box-ph .cart__info a {
    text-decoration: none;
    color: #222;
    text-align: left;
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

.cart-page-items .cont-box-ph .cart__info {
    display: inline-block;
    width: 46%;
    text-align: left;
    padding-left: 40px;
}

.cart-page-items .cont-box-ph .cart_price {
    display: inline-block;
    width: 18%;
    text-align: left;
    padding-left: 37px;
}

.cart-page-items .cont-box-ph .trash {
    display: inline-block;
    width: 18%;
    text-align: left;
    padding-left: 35px;
}

.cart-page-items .cont-box-ph .cart-item-price {
    display: inline-block;
    width: 18%;
    text-align: right;
}

.cart-page-items .cont-box-ph {
    display: flex;
}

.cont-box-ph .trash .quantity {
    border: 1px solid #ababab;
    width: 100px;
    margin: 0 auto;
    overflow: auto;
    display: inline-block;
}

.cont-box-ph .trash .quantity button.minus {
    background: none;
    border: none;
    padding: 6px;
    cursor: pointer;
    width: 30%;
    text-align: center;
    float: left;
    font-size: 24px;
    line-height: 20px;
}

.cont-box-ph .trash .quantity span {
    width: 40%;
    text-align: center;
    float: left;
    font-size: 16px;
    line-height: 32px;
}

.cont-box-ph .trash .quantity button.plus {
    background: none;
    border: none;
    padding: 6px;
    cursor: pointer;
    width: 30%;
    text-align: center;
    float: left;
    font-size: 24px;
    line-height: 20px;
}

.Arrivals ul.you-make {
    width: 100%;
}

.Arrivals ul.you-make .slick-list {
    width: 100%;
}

.Arrivals ul.you-make .slick-list .slick-track {
    float: left;
}

#product_variation ul.Options-list {
    display: block;
    padding-top: 10px;
}

#product_variation ul.Options-list li label {
    display: ruby-text;
}

#product_variation ul.Options-list li {
    margin-bottom: 0px;
}

#product_variation ul.Options-list::-webkit-scrollbar {
    height: 4px;
}

#product_variation ul.Options-list::-webkit-scrollbar-track {
    background: #fff;
}

#product_variation ul.Options-list::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    height: 3px;
}


.user-addresses table.my_orders tr th {
    width: 25%;
    text-align: center;
}

.user-addresses table.my_orders tr td {
    width: 25%;
    text-align: center;
}

span.no-item {
    font-family: "Poppins", sans-serif;
    color: #222;
    font-size: 16px;
    padding: 35px 0px;
    display: block;
}

#toast {
    background-color: #f38300;
    color: #000;
    padding: 10px 20px;
    border-radius: 4px;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    font-size: 22px;
}

/*color*/

.Options-col .var-name {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

.product-info .Options-col .Options-list {
    display: inline-block !important;
    width: 79%;
    padding-top: 0px !important;
    margin-top: 0;
}

.product-info .Options-col .Options-list li {
    line-height: 0;
}

#product_variation .opt-name {
    font-weight: 600;
    margin-bottom: 10px;
}

.Options-col span.opt-name2 {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.product-info .Options-col .var-name2 {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    margin-bottom: 10px;
}

.product-info .Options-col ul.Options-list.opt-list-2 {
    display: inline-block !important;
    width: 79%;
    padding-top: 0px !important;
    margin-bottom: 20px;
    margin-top: 0;
}

.product-info .Options-col ul.Options-list.opt-list-2 li {
    line-height: 22px;
}


/* russia_prespectives */

.blog-list-ful {
    display: flex;
    justify-content: space-between;
}

.list-top-slid {
    margin: 15px 0px;
    font-family: "Poppins", sans-serif;
}

.list-top-slid ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.list-top-slid li {
    width: 19%;
    margin: 0px 8px;
}

.list-top-slid .content-box {
    position: relative;
    overflow: hidden;
}

.list-top-slid .content-box .list-img {}

.list-top-slid .content-box .list-img img {
    width: 100%;
    height: 100%;
    margin-bottom: -7px;
}

.list-top-slid .content-box .list-img a::before {
    content: '';
    background-color: rgba(0, 0, 0, .32);
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.8s ease;
}

.list-top-slid .content-box .list-img a:hover:before {
    background-color: #008d7f;
    opacity: 0.5;
}

.content-box .list-content {
    position: absolute;
    bottom: 25%;
    padding: 20px;
    text-align: center;
}

.content-box .list-content span.sub-heading a {
    display: block;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

.content-box .list-content span.heading a {
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
    color: #fff;
}

.content-box .list-content .editor-name {
    text-align: center;
}

.content-box .list-content .editor-name span {
    display: inline-block;
}

.content-box .list-content .editor-name span.name a {
    display: block;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

.content-box .list-content .editor-name span.date-mont a {
    display: block;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

.blog-list {
    width: 75%;
    font-family: "Poppins", sans-serif;
}

.blog-list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.blog-list li {
    width: 48%;
    margin: 0px 13px 0px 8px;
}

.blog-list .blog-list-item-img {
    overflow: hidden;
}

.blog-list .blog-list-item-img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    min-height: 400px;
    max-height: 400px;
}

.blog-list .blog-list-item-content {
    margin: 0px 0px 30px;
}

.blog-list .blog-list-item-content h4 {
    margin-bottom: 5px;
    line-height: 24px;
}

.blog-list .blog-list-item-content h4 a {
    font-size: 18px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    transition: all 0.8s ease;
}

.blog-list .blog-list-item-content h4 a:hover {
    color: #008d7f;
}

.blog-list .blog-list-item-content h4 span a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-style: italic;
}

.blog-list .blog-list-item-content .blog-editor-name span {
    margin-right: 5px;
}

.blog-list .blog-list-item-content .blog-editor-name span a {
    text-decoration: none;
    letter-spacing: 0.5px;
    font-size: 13px;
    font-weight: 400;
    transition: all 0.8s ease;
    color: #000;
}

.blog-list .blog-list-item-content .blog-editor-name span a:hover {
    color: #008d7f;
}

.blog-list .blog-list-item-content .blog-editor-name span.date-mont a {
    color: #767676;
}

.blog-detail {
    width: 75%;
    font-family: "Poppins", sans-serif;
}

.blog-detail ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.blog-detail li {
    width: 48%;
    margin: 0px 13px 0px 8px;
}

.blog-detail .blog-detail-item-img {
    overflow: hidden;
    position: relative;
}

.blog-detail .blog-detail-item-img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    min-height: 400px;
    max-height: 400px;
    margin-bottom: -7px;
}

.blog-detail .blog-detail-item-img i {
    position: absolute;
    color: #d72c29;
    z-index: 5;
    font-size: 45px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.8s ease;
}

.blog-detail .blog-detail-item-img a:before {
    content: '';
    background-color: rgba(0, 0, 0, .32);
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.8s ease;
}

.blog-detail .blog-detail-item-content {
    margin: 0px 0px 30px;
}

.blog-detail .blog-detail-item-content h4 {
    margin-bottom: 5px;
    line-height: 24px;
}

.blog-detail .blog-detail-item-content h4 a {
    font-size: 18px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    transition: all 0.8s ease;
}

.blog-detail .blog-detail-item-content h4 span a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-style: italic;
    margin-top: 7px;
}

.blog-detail .blog-detail-item-content .blog-editor-name span {
    margin-right: 5px;
}

.blog-detail .blog-detail-item-content .blog-editor-name span a {
    text-decoration: none;
    letter-spacing: 0.5px;
    font-size: 13px;
    font-weight: 400;
    transition: all 0.8s ease;
    color: #000;
}

.blog-detail .blog-detail-item-content .blog-editor-name span a:hover {
    color: #008d7f;
}

.blog-detail .blog-detail-item-content .blog-editor-name span.date-mont a {
    color: #767676;
}

.Articles-box {
    vertical-align: top;
    font-family: "Poppins", sans-serif;
}

.Articles-box h3 {
    position: relative;
}

.Articles-box h3 span {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    position: relative;
    padding: 0px 10px;
    background: #fff;
}

.Articles-box h3:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #008d7f;
    position: absolute;
    left: 0;
    top: 16px;
}

.Articles-box ul {
    list-style: none;
    padding: 0;
    margin: 20px 0px;
}

.Articles-box li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.Articles-box .Articles-img {
    width: 96px;
}

.Articles-box .Articles-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 50px;
    object-position: center;
    min-height: 96px;
    max-height: 96px;
}

.Articles-box .Articles-content {
    width: 70%;
}

.Articles-box .Articles-content h4 span a {
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

.Articles-box .Articles-content h4 {
    margin-bottom: 5px;
    line-height: 22px;
}

.Articles-box .Articles-content h4 a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    transition: all 0.8s ease;
}

.Articles-box .Articles-content h4 a:hover {
    color: #008d7f;
}

.Articles-box span.add-banner {
    margin-bottom: 25px;
    display: block;
}

.Articles-box span.add-banner img {
    width: 100%;
}

.sticky {
    position: sticky;
    top: 0;
}


.Articles-box-right {
    width: 24%;
    display: inline-block;
}


.blog-detail {
    width: 75%;
    font-family: "Poppins", sans-serif;
    padding-right: 2%;
}

.blog-detail h3 {
    font-size: 27px;
    text-decoration: none;
    color: #000;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 15px;
}

.blog-detail p {
    font-size: 15px;
    line-height: 26px;
    color: #424242;
    padding: 10px 0px;
    text-align: justify;
}

.blog-detail img {
    width: 100%;
}

.video-detail {
    width: 75%;
    font-family: "Poppins", sans-serif;
    padding-right: 2%;
    margin-bottom: 15px;
}

.video-detail h3 {
    font-size: 27px;
    text-decoration: none;
    color: #000;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 15px;
}

.video-detail p {
    font-size: 15px;
    line-height: 26px;
    color: #424242;
    padding: 10px 0px;
    text-align: justify;
}

.video-detail img {
    width: 100%;
}


.alignleft {
    width: 25%;
    font-family: "Poppins", sans-serif;
    float: left;
    margin-right: 2%;
    margin-top: 10px;
}

.alignleft img {
    display: block;
    width: 100%;
}

.alignleft span {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #424242;
    letter-spacing: 0.5px;
}

.alignright {
    width: 25%;
    font-family: "Poppins", sans-serif;
    float: right;
    margin-left: 2%;
    margin-top: 10px;
}

.alignright img {
    display: block;
    width: 100%;
}

.alignright span {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #424242;
    letter-spacing: 0.5px;
}

.align-full-img {
    overflow: hidden;
}

.align-full-img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    min-height: 500px;
    max-height: 500px;
}

.align-full-img video {
    width: 100%;
    height: 500px;
}

.video-detail-page {
    position: relative;
}

.video-detail-page video {
    width: 100%;
    transition: opacity .1s ease-in-out;
    aspect-ratio: 3.5 / 2;
}

.video-detail-page button#playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
}

.video-detail-page button#playButton i {
    cursor: pointer;
    font-size: 50px;
    color: #d72c29;
}

.Post-Comment {
    width: 50%;
    margin: 20px 0px;
    font-family: "Poppins", sans-serif;
}

.Post-Comment h4 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.Post-Comment input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 15px;
}

.Post-Comment textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
}

.Post-Comment button {
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 5px;
    color: #fff;
    background: #191a1f;
    cursor: pointer;
}

.Post-Comment button:hover {
    background: #008d7f;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

div#toast {
    visibility: hidden;
}

.text-Content-page {
    margin-bottom: 20px;
    letter-spacing: 0.25px;
}

.text-Content-page h3 {
    font-size: 27px;
    margin: 35px 0px 25px 0px;
}

.text-Content-page p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #3E3232BF;
    padding: 5px 0px;
    text-align: justify;
    margin-bottom: 0px;
}

.text-Content-page p strong{font-size: 18px;}
.text-Content-page ul{list-style: none; margin:10px 0px;} 
.text-Content-page ul li{font-size: 15px; line-height: 24px; font-weight: 400; color: #3E3232BF; padding:0px; text-align: justify; margin-bottom: 0px;}

.text-Content-page h4 {
    font-weight: 500;
}

.text-Content-page .accordion_container .accordion_head span.plusminus {
    padding-top: 2px;
}

.content-box i.fa-play-circle-o {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #d72c29;
    font-size: 45px;
    z-index: 3;
}


/* new css */

.catalogue-slid {
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}

.catalogue-slid ul {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 15px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.catalogue-slid li {
    display: inline-block;
    position: relative;
    border-radius: 10px;
    margin: 0px 10px;
    width: 11.8%;
}

.catalogue-slid li img {
    width: 100%;
    border-radius: 15px;
}

.catalogue-slid li a {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.25px;
    transform: translate(-50%, -50%);
    text-transform: capitalize;
    text-decoration: none;
    width: 100%;
    text-align: center;
    padding: 0% 10%;
}

ul.catal-slider button.slick-prev.slick-arrow {
    position: absolute;
    font-size: 0px;
    left: 0;
    top: 0px;
    padding: 0px;
    background: lch(96 0.96 4.45 / 0.55);
    border-radius: 15px 0px 0px 15px;
    border: none;
    width: 35px;
    height: 100%;
    cursor: pointer;
    z-index: 5;
    transition: all 0.4s ease;
}

ul.catal-slider button.slick-prev.slick-arrow:after {
    content: "";
    z-index: 5;
    color: #D62718;
    font: 36px / 1 FontAwesome;
    position: absolute;
    width: 12px;
    height: 19px;
    transition: all 0.4s ease;
    background: url(../Images/catal-right-icon.png) no-repeat;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
}

ul.catal-slider button.slick-prev.slick-arrow:hover {
    color: #D62718;
}

ul.catal-slider button.slick-prev.slick-arrow:hover:after {
    color:#D62718;
}

ul.catal-slider button.slick-next.slick-arrow {
    position: absolute;
    font-size: 0px;
    right: 0px;
    top: 0px;
    padding: 0px;
    background: lch(96 0.96 4.45 / 0.55);
    border-radius: 0px 15px 15px 0px;
    border: none;
    width: 35px;
    height: 100%;
    cursor: pointer;
    transition: all 0.4s ease;
}

ul.catal-slider button.slick-next.slick-arrow:after {
    content: "";
    z-index: 5;
    color: #D62718;
    font: 36px / 1 FontAwesome;
    position:absolute;
    width: 12px;
    height: 19px;
    transition: all 0.4s ease;
    background: url(../Images/catal-left-icon.png) no-repeat;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
}

ul.catal-slider button.slick-next.slick-arrow:before {
    background: radial-gradient(100% 225% at 100% 50%, #F5F5F5 52.44%, rgba(245, 245, 245, 0.3827) 82.29%, rgba(245, 245, 245, 0) 100%); height: 100%; position: absolute;
    width:100px; content: ''; top: 0px; right: 0px; border-radius: 0px 12px 12px 0px;}

ul.catal-slider button.slick-prev.slick-arrow:before {
    background:radial-gradient(100% 225% at 0% 50%, #F5F5F5 52.44%, rgba(245, 245, 245, 0.3827) 85.29%, rgba(245, 245, 245, 0) 100%); height: 100%; position: absolute;
    width:100px; content: ''; top: 0px; left: 0px; border-radius:12px 0px 0px 12px;}    

ul.catal-slider button.slick-next.slick-arrow:hover {
    background: lch(47.59 84.92 39.4 / 0.50);
}

ul.catal-slider button.slick-next.slick-arrow:hover:after {
    color: #D62718;
}

.Latest-slid {
    font-family: "Roboto", sans-serif;
}

.Latest-slid h3 {
    display: block;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Latest-slid h3 span {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #3E3232;
    text-transform: capitalize;
    padding-left: 10px;
}

.Latest-slid h3 span:before {
    width: 4px;
    height: 10px;
    content: "";
    background: #F81539;
    border-radius: 12px;
    position: absolute;
    top: 7px;
    left: 0;
}

.Latest-slid h3 a {
    background: #D62718;
    color: #fff;
    transition: all 0.4s ease;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #D62718;
    letter-spacing: 0.25px;
    border-radius: 12px;
    padding: 8px 20px;
}

.Latest-slid h3 a:hover {
    color: #D62718;
    background: #fff;
}

.Latest-slid h3 a i {
    color: #fff;
    font-size: 16px;
    padding-left: 5px;
}

.Latest-slid h3 a:hover {
    color: #D62718;
    background: #fff;
}

.Latest-slid h3 a:hover i {
    color: #D62718;
}

.news-banner {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-banner-left {
    width: 50%;
}

.news-banner-left ul {
    list-style: none;
}

.news-banner-left li {
    display: inline-block;
    position: relative;
    border-radius: 15px;
    width: 100%;
}

.news-banner-left li img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover; 
    object-position: center; 
    transition: opacity .1s ease-in-out; 
    aspect-ratio: 3.5 / 2;
}

.news-banner-left .content {
    position: absolute;
    bottom: 15px;
    width: 96%;
    left: 2%;
    border-radius: 15px;
    background: rgb(255 255 255 / 75%);
    padding: 15px;
    font-family: "Roboto", sans-serif;
}

.news-banner-left .content h4 {
    position: relative;
}

.news-banner-left .content h4 a {
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
    display: block;
    padding-right: 35%;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.8s ease;
}

.news-banner-left .content h4 a:hover {
    color: #D62718;
}

.news-banner-left .content p {
    font-size: 14px;
    letter-spacing: 0.25px;
    font-weight: 400;
    color: #333;
    padding-top: 5px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-banner-left .content span.today-time {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    width: 32%;
}

.news-banner-left .content span.today-time i {
    margin-right: 5px;
    color: #00000026;
}

.news-banner-left-vide-list {
    width: 50%;
}

.news-banner-left-vide-list ul {
    list-style: none;
}

.news-banner-left-vide-list li {
    display: inline-block;
    position: relative;
    border-radius: 15px;
    width: 100%;
}

.news-banner-left-vide-list li img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    object-position: center; 
    transition: opacity .1s ease-in-out; 
    aspect-ratio: 3.5 / 2;
}

.news-banner-left-vide-list .content {
    position: absolute;
    bottom: 15px;
    width: 96%;
    left: 2%;
    border-radius: 15px;
    background: rgb(255 255 255 / 75%);
    padding: 15px;
    font-family: "Roboto", sans-serif;
}

.news-banner-left-vide-list .content h4 {
    position: relative;
}

.news-banner-left-vide-list .content h4 a {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    display: block;
    padding-right:35%;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.8s ease;
}

.news-banner-left-vide-list .content h4 a:hover {
    color: #D62718;
}

.news-banner-left-vide-list .content p {
    font-size: 14px;
    letter-spacing: 0.25px;
    font-weight: 400;
    color: #333;
    padding-top: 5px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-banner-left-vide-list .content span.today-time {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.news-banner-left-vide-list .content span.today-time i {
    margin-right: 5px;
    color: #00000026;
}

.news-banner-left-vide-list li a.vid-ban {
    position: absolute;
    box-shadow: 0px 0px 5px #545454;
    background: #d62718;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news-banner-left-vide-list li a img.Vector-button {
    width: 20px;
    padding-top: 8px;
    margin-right: -5px;
    border-radius: 0px;
    margin-top: -3px;
    height: 100%;
}

.news-banner-left-slider {
    width: 50%;
}

.news-banner-left-slider ul {
    list-style: none;
}

.news-banner-left-slider li {
    display: inline-block;
    position: relative;
    border-radius: 15px;
}

.news-banner-left-slider li img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover; 
    object-position: center; 
    transition: opacity .1s ease-in-out; 
    aspect-ratio: 3.5 / 2;
}

.news-banner-left-slider .content {
    position: absolute;
    bottom: 15px;
    width: 96%;
    left: 2%;
    border-radius: 15px;
    background: rgb(255 255 255 / 75%);
    padding: 15px;
    font-family: "Roboto", sans-serif;
}

.news-banner-left-slider .content h4 {
    position: relative;
}

.news-banner-left-slider .content h4 a {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    padding-right: 32%;
    display: block;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.8s ease;
}

.news-banner-left-slider .content span.today-time-home {position: absolute; top: 9px; right: 0; font-size: 14px; font-weight: 500; color: #333; width: 30%; text-align: right;}




.news-banner-left-slider .content h4 a:hover {
    color: #D62718;
}

.news-banner-left-slider .content p {
    font-size: 14px;
    letter-spacing: 0.25px;
    font-weight: 400;
    color: #333;
    padding-right: 17%;
    padding-top: 5px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-banner-left-slider .content span.today-time {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.news-banner-left-slider .content span.today-time i {
    margin-right: 5px;
    color: #00000026;
}

.news-banner-left-slider ul.banner-left-slider ul.slick-dots {
    bottom: 30px;
    position: absolute;
    right: 35px;
}

.news-banner-left-slider ul.banner-left-slider ul.slick-dots li {
    margin: 0px 2px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50px;
    background: lch(100 0 0 / 0.60);
    transition: all 0.8s ease;
}

.news-banner-left-slider ul.banner-left-slider ul.slick-dots li.slick-active {
    background: lch(100 0 0 / 0.90);
    width: 30px;
}

.news-banner-left-slider ul.banner-left-slider ul.slick-dots li button {
    display: none;
}


.news-banner-left ul.banner-left-slider ul.slick-dots {
    bottom: 30px;
    position: absolute;
    right: 35px;
}

.news-banner-left ul.banner-left-slider ul.slick-dots li {
    margin: 0px 2px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50px;
    background: #fff;
    transition: all 0.8s ease;
}

.news-banner-left ul.banner-left-slider ul.slick-dots li.slick-active {
    background: #fa506b;
    width: 30px;
}

.news-banner-left ul.banner-left-slider ul.slick-dots li button {
    display: none;
}

.Latest-news-sect {
    width: 50%;
}

.Latest-news-sect ul {
    list-style: none;
}

.Latest-news-sect li {
    display: inline-block;
    position: relative;
    border-radius: 15px;
}

.Latest-news-sect li img {
    width: 100%;
    border-radius: 15px;
}

.Latest-news-sect .content {
    position: absolute;
    bottom: 15px;
    width: 96%;
    left: 2%;
    border-radius: 15px;
    background: rgb(255 255 255 / 75%);
    padding: 15px;
    padding-right: 18%;
    font-family: "Roboto", sans-serif;
}

.Latest-news-sect .content h4 {}

.Latest-news-sect .content h4 a {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    display: block;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.8s ease;
}

.Latest-news-sect .content h4 a:hover {
    color: #fa506b;
}

.Latest-news-sect .content p {
    font-size: 14px;
    letter-spacing: 0.25px;
    font-weight: 400;
    color: #333;
    padding-top: 5px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


.news-banner-right {
    width: 25%;
    font-family: "Roboto", sans-serif;
}

.news-banner-right ul {
    list-style: none;
}

.news-banner-right li {
    background: #ECECEC;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 10px #ededed;
}

.news-banner-right li:last-child {
    margin-bottom: 0px;
}

.news-banner-right .img-box {
    width: 100%;
    position: relative;
}

.news-banner-right .img-box img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover; 
    object-position: center; 
    transition: opacity .1s ease-in-out; 
    aspect-ratio: 2 / 1.29;
}

.news-banner-right .content {
    width: 100%;
}

.news-banner-right .content h5 {}

.news-banner-right .content h5 a {
    font-size: 16px;
    color: #3E3232;
    padding: 7px 0px;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.8s ease;
}

.news-banner-right .content h5 a:hover {
    color: #D62718;
}

.news-banner-right .content p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.25px;
    color: #333;
    text-align: justify;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.news-banner-right li a.vid-ban {
    position: absolute;
    box-shadow: 0px 0px 5px #545454;
    background: #d62718;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news-banner-right li a.vid-ban img.Vector-button {
    width: auto;
    padding-top: 8px;
    margin-right: -5px;
    border-radius: 0px;
}


.Latest-slid-add-banner {
    width: 23%;
}

.Latest-slid-add-banner img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover; 
    object-position: center; 
    transition: opacity .1s ease-in-out; 
    aspect-ratio: 2 / 2.49;
}

.popular-news {
    background: #fdfdfd;
    font-family: "Roboto", sans-serif;
    position: relative;
    margin-bottom: 20px;
}

.popular-news h3 {
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.popular-news h3 span {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #3E3232;
    text-transform: capitalize;
    padding-left: 10px;
}

.popular-news h3 span:before {
    width: 4px;
    height: 10px;
    content: "";
    background: #D62718;
    border-radius: 12px;
    position: absolute;
    top: 7px;
    left: 0;
}

.popular-news h3 a {
    background: #D62718;
    color: #fff;
    letter-spacing: 0.25px;
    transition: all 0.4s ease;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #D62718;
    border-radius: 12px;
    padding: 8px 20px;
}

.popular-news h3 a:hover {
    color: #D62718;
    background:transparent;
}

.popular-news h3 a i {
    color: #fff;
    font-size: 16px;
    padding-left: 5px;
}

.popular-news h3 a:hover i {
    color: #D62718;
}

.popular-news ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
    margin-top: 10px;
}

.popular-news li {
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0px 0px 10px #dbdbdb;
    margin: 0px 10px;
}

.popular-news .popular-img {

}

.popular-news img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover; 
    object-position: center; 
    transition: opacity .1s ease-in-out; 
    aspect-ratio: 3 / 2;
}

.popular-news .content-text {}

.popular-news .content-text h5 {
    margin: 5px 0px;
}

.popular-news .content-text h5 a {
    font-size: 16px;
    color: #3E3232;
    padding: 5px 0px;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.8s ease;
}

.popular-news .content-text h5 a:hover {
    color: #D62718;
}

.popular-news .content-text p {
    font-size: 14px;
    color: #3E3232BF;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.popular-news ul.popular-slider .slick-track {
    padding: 20px 0px;
}

.contact-news {
    background: #fdfdfd;
    font-family: "Roboto", sans-serif;
    position: relative;
    margin-bottom: 20px;
}

.contact-news h3 {
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.contact-news h3 span {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #3E3232;
    text-transform: capitalize;
    padding-left: 10px;
}

.contact-news h3 span:before {
    width: 4px;
    height: 10px;
    content: "";
    background: #D62718;
    border-radius: 12px;
    position: absolute;
    top: 7px;
    left: 0;
}

.contact-news h3 a {
    background: #D62718;
    color: #fff;
    letter-spacing: 0.25px;
    transition: all 0.4s ease;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #D62718;
    border-radius: 12px;
    padding: 8px 20px;
}

.contact-news h3 a:hover {
    color: #D62718;
    background: #fff;
}

.contact-news h3 a i {
    color: #fff;
    font-size: 16px;
    padding-left: 5px;
}

.contact-news h3 a:hover {
    color: #D62718;
    background: #fff;
}

.contact-news h3 a:hover i {
    color: #D62718;
}

.contact-news ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
    margin-top: 10px;
}

.contact-news li {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0px 0px 10px #dbdbdb;
    margin: 0px 10px;
}

.contact-news .popular-img {}

.contact-news img {
    width: 100%;
    border-radius: 12px;
}

.contact-news .content-text {}

.contact-news .content-text h5 {
    margin: 5px 0px;
}

.contact-news .content-text h5 a {
    font-size: 16px;
    color: #3E3232;
    padding: 5px 0px;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.8s ease;
}

.contact-news .content-text h5 a:hover {
    color: #D62718;
}

.contact-news .content-text p {
    font-size: 14px;
    color: #3E3232BF;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.contact-news ul.contact-news button.slick-arrow {
    display: none !important;
}

.contact-news ul.contact-news .slick-track {
    padding: 10px 0px;
}


.must-read {
    background: #f5f5f5;
    font-family: "Roboto", sans-serif;
    position: relative;
    padding: 20px 0px;
}

.must-read h3 {
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.must-read h3 span {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #3E3232;
    text-transform: capitalize;
    padding-left: 10px;
}

.must-read h3 span:before {
    width: 4px;
    height: 10px;
    content: "";
    background: #D62718;
    border-radius: 12px;
    position: absolute;
    top: 7px;
    left: 0;
}

.must-read h3 a {
    background: #D62718;
    color: #fff;
    transition: all 0.4s ease;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #D62718;
    border-radius: 12px;
    padding: 8px 20px;
}

.must-read h3 a:hover {
    color: #D62718;
    background:transparent;
}

.must-read h3 a i {
    color: #fff;
    font-size: 16px;
    padding-left: 5px;
}

.must-read h3 a:hover i {
    color: #D62718;
}

.must-read ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
    margin-top: 20px;
}

.must-read li {
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    width: 24%;
    margin: 0px 10px;
}

.must-read .popular-img {

}

.must-read img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover; 
    object-position: center; 
    transition: opacity .1s ease-in-out; 
    aspect-ratio: 3 / 1;
}

.must-read .content-text {}

.must-read .content-text h5 {
    margin: 5px 0px;
}

.must-read .content-text h5 a {
    font-size: 16px;
    color: #3E3232;
    padding: 5px 0px;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.8s ease;
}

.must-read .content-text h5 a:hover {
    color: #D62718;
}

.must-read .content-text p {
    font-size: 14px;
    color: #3E3232BF;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul.must-read-slider button.slick-arrow {opacity: 0; visibility: hidden;}
ul.must-read-slider button.slick-prev.slick-arrow {position: absolute; font-size: 0px; padding: 0px; background: #D62718; border-radius: 5px; border: 1px solid #D62718; width: 30px; height: 30px; cursor: pointer; z-index: 5; transition: all 0.4s ease; top: 50%; left: 5%; transform: translate(-50%, -50%);}
ul.must-read-slider button.slick-prev.slick-arrow:hover {background: #d62718; border: 1px solid #d62718; color: #fff;}
ul.must-read-slider button.slick-next.slick-arrow {position: absolute; font-size: 0px; padding: 0px; background: #d62718; border: 1px solid #d62718; border-radius: 5px; width: 30px; height: 30px; cursor: pointer; transition: all 0.4s ease; top: 50%; right:-2%; transform: translate(-50%, -50%);}
ul.must-read-slider button.slick-next.slick-arrow:hover {background: #d62718; border: 1px solid #d62718;}
ul.must-read-slider button.slick-prev.slick-arrow:after {content: "\f104"; z-index: 5; color: #dcdcdc; font: 26px / 1 FontAwesome; position: relative; left: -1px; top: -1px; transition: all 0.4s ease;}
ul.must-read-slider button.slick-next.slick-arrow:after {content: "\f105"; z-index: 5; color: #dcdcdc; font: 26px / 1 FontAwesome; position: relative; right: -1px; top: -1px; transition: all 0.4s ease;}


ul.Opinion-slider button.slick-arrow {opacity: 0; visibility: hidden;}
ul.Opinion-slider button.slick-prev.slick-arrow {position: absolute; font-size: 0px; padding: 0px; background: #D62718; border-radius: 5px; border: 1px solid #D62718; width: 30px; height: 30px; cursor: pointer; z-index: 5; transition: all 0.4s ease; top: 50%; left: 5%; transform: translate(-50%, -50%);}
ul.Opinion-slider button.slick-prev.slick-arrow:hover {background: #d62718; border: 1px solid #d62718; color: #fff;}
ul.Opinion-slider button.slick-next.slick-arrow {position: absolute; font-size: 0px; padding: 0px; background: #d62718; border: 1px solid #d62718; border-radius: 5px; width: 30px; height: 30px; cursor: pointer; transition: all 0.4s ease; top: 50%; right:-2%; transform: translate(-50%, -50%);}
ul.Opinion-slider button.slick-next.slick-arrow:hover {background: #d62718; border: 1px solid #d62718;}
ul.Opinion-slider button.slick-prev.slick-arrow:after {content: "\f104"; z-index: 5; color: #dcdcdc; font: 26px / 1 FontAwesome; position: relative; left: -1px; top: -1px; transition: all 0.4s ease;}
ul.Opinion-slider button.slick-next.slick-arrow:after {content: "\f105"; z-index: 5; color: #dcdcdc; font: 26px / 1 FontAwesome; position: relative; right: -1px; top: -1px; transition: all 0.4s ease;}

ul.Leadership-slider button.slick-arrow {opacity: 0; visibility: hidden;}
ul.Leadership-slider button.slick-prev.slick-arrow {position: absolute; font-size: 0px; padding: 0px; background: #D62718; border-radius: 5px; border: 1px solid #D62718; width: 30px; height: 30px; cursor: pointer; z-index: 5; transition: all 0.4s ease; top: 50%; left: 5%; transform: translate(-50%, -50%);}
ul.Leadership-slider button.slick-prev.slick-arrow:hover {background: #d62718; border: 1px solid #d62718; color: #fff;}
ul.Leadership-slider button.slick-next.slick-arrow {position: absolute; font-size: 0px; padding: 0px; background: #d62718; border: 1px solid #d62718; border-radius: 5px; width: 30px; height: 30px; cursor: pointer; transition: all 0.4s ease; top: 50%; right:-2%; transform: translate(-50%, -50%);}
ul.Leadership-slider button.slick-next.slick-arrow:hover {background: #d62718; border: 1px solid #d62718;}
ul.Leadership-slider button.slick-prev.slick-arrow:after {content: "\f104"; z-index: 5; color: #dcdcdc; font: 26px / 1 FontAwesome; position: relative; left: -1px; top: -1px; transition: all 0.4s ease;}
ul.Leadership-slider button.slick-next.slick-arrow:after {content: "\f105"; z-index: 5; color: #dcdcdc; font: 26px / 1 FontAwesome; position: relative; right: -1px; top: -1px; transition: all 0.4s ease;}

ul.category-slider button.slick-arrow {opacity: 0; visibility: hidden;}
ul.category-slider button.slick-prev.slick-arrow {position: absolute; font-size: 0px; padding: 0px; background: #D62718; border-radius: 5px; border: 1px solid #D62718; width: 30px; height: 30px; cursor: pointer; z-index: 5; transition: all 0.4s ease; top: 50%; left: 5%; transform: translate(-50%, -50%);}
ul.category-slider button.slick-prev.slick-arrow:hover {background: #d62718; border: 1px solid #d62718; color: #fff;}
ul.category-slider button.slick-next.slick-arrow {position: absolute; font-size: 0px; padding: 0px; background: #d62718; border: 1px solid #d62718; border-radius: 5px; width: 30px; height: 30px; cursor: pointer; transition: all 0.4s ease; top: 50%; right:-2%; transform: translate(-50%, -50%);}
ul.category-slider button.slick-next.slick-arrow:hover {background: #d62718; border: 1px solid #d62718;}
ul.category-slider button.slick-prev.slick-arrow:after {content: "\f104"; z-index: 5; color: #dcdcdc; font: 26px / 1 FontAwesome; position: relative; left: -1px; top: -1px; transition: all 0.4s ease;}
ul.category-slider button.slick-next.slick-arrow:after {content: "\f105"; z-index: 5; color: #dcdcdc; font: 26px / 1 FontAwesome; position: relative; right: -1px; top: -1px; transition: all 0.4s ease;}

ul.video-mid-slider button.slick-arrow {opacity: 0; visibility: hidden;}
ul.video-mid-slider button.slick-prev.slick-arrow {position: absolute; font-size: 0px; padding: 0px; background: #D62718; border-radius: 5px; border: 1px solid #D62718; width: 30px; height: 30px; cursor: pointer; z-index: 5; transition: all 0.4s ease; top: 50%; left: 5%; transform: translate(-50%, -50%);}
ul.video-mid-slider button.slick-prev.slick-arrow:hover {background: #d62718; border: 1px solid #d62718; color: #fff;}
ul.video-mid-slider button.slick-next.slick-arrow {position: absolute; font-size: 0px; padding: 0px; background: #d62718; border: 1px solid #d62718; border-radius: 5px; width: 30px; height: 30px; cursor: pointer; transition: all 0.4s ease; top: 50%; right:-2%; transform: translate(-50%, -50%);}
ul.video-mid-slider button.slick-next.slick-arrow:hover {background: #d62718; border: 1px solid #d62718;}
ul.video-mid-slider button.slick-prev.slick-arrow:after {content: "\f104"; z-index: 5; color: #dcdcdc; font: 26px / 1 FontAwesome; position: relative; left: -1px; top: -1px; transition: all 0.4s ease;}
ul.video-mid-slider button.slick-next.slick-arrow:after {content: "\f105"; z-index: 5; color: #dcdcdc; font: 26px / 1 FontAwesome; position: relative; right: -1px; top: -1px; transition: all 0.4s ease;}

ul.Opinion-slider-2 button.slick-arrow {opacity: 0; visibility: hidden;}
ul.Opinion-slider-2 button.slick-prev.slick-arrow {position: absolute; font-size: 0px; padding: 0px; background: #D62718; border-radius: 5px; border: 1px solid #D62718; width: 30px; height: 30px; cursor: pointer; z-index: 5; transition: all 0.4s ease; top: 50%; left: 5%; transform: translate(-50%, -50%);}
ul.Opinion-slider-2 button.slick-prev.slick-arrow:hover {background: #d62718; border: 1px solid #d62718; color: #fff;}
ul.Opinion-slider-2 button.slick-next.slick-arrow {position: absolute; font-size: 0px; padding: 0px; background: #d62718; border: 1px solid #d62718; border-radius: 5px; width: 30px; height: 30px; cursor: pointer; transition: all 0.4s ease; top: 50%; right:-2%; transform: translate(-50%, -50%);}
ul.Opinion-slider-2 button.slick-next.slick-arrow:hover {background: #d62718; border: 1px solid #d62718;}
ul.Opinion-slider-2 button.slick-prev.slick-arrow:after {content: "\f104"; z-index: 5; color: #dcdcdc; font: 26px / 1 FontAwesome; position: relative; left: -1px; top: -1px; transition: all 0.4s ease;}
ul.Opinion-slider-2 button.slick-next.slick-arrow:after {content: "\f105"; z-index: 5; color: #dcdcdc; font: 26px / 1 FontAwesome; position: relative; right: -1px; top: -1px; transition: all 0.4s ease;}








ul.popular-slider button.slick-prev.slick-arrow {
    position: absolute;
    font-size: 0px;
    padding: 0px;
    background: #D62718;
    border-radius: 5px;
    border: 1px solid #D62718;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 5;
    transition: all 0.4s ease;
    top: 50%;
    left:5%;
    transform: translate(-50%, -50%);
}

ul.popular-slider button.slick-prev.slick-arrow:after {
    content: "\f104";
    z-index: 5;
    color: #dcdcdc;
    font: 26px / 1 FontAwesome;
    position: relative;
    left: -1px;
    top: -1px;
    transition: all 0.4s ease;
}

ul.popular-slider button.slick-prev.slick-arrow:hover {
    background: #d62718;
    border: 1px solid #d62718;
    color: #fff;
}

ul.Popular-slider button.slick-prev.slick-arrow:hover:after {
    color: #fff;
}

ul.popular-slider button.slick-next.slick-arrow {
    position: absolute;
    font-size: 0px;
    padding: 0px;
    background: #d62718;
    border: 1px solid #d62718;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all 0.4s ease;
    top: 50%;
    right:-2%;
    transform: translate(-50%, -50%);
}

ul.popular-slider button.slick-next.slick-arrow:after {
    content: "\f105";
    z-index: 5;
    color: #dcdcdc;
    font: 26px / 1 FontAwesome;
    position: relative;
    right: -1px;
    top: -1px;
    transition: all 0.4s ease;
}

ul.popular-slider button.slick-next.slick-arrow:hover {
    background: #d62718;
    border: 1px solid #d62718;
}

ul.popular-slider button.slick-next.slick-arrow:hover:after {
    color: #fff;
}

ul.banner-left-slider button.slick-prev {
    position: absolute;
    font-size: 0px;
    left: 10px;
    top: 40%;
    padding: 0px;
    background: rgb(255 255 255);
    border-radius: 5px;
    border: 1px solid rgb(255 255 255);
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 5;
    transition: all 0.4s ease;
}

ul.banner-left-slider button.slick-prev:after {
    content: "\f104";
    z-index: 5;
    color: #3E323280;
    font: 26px / 1 FontAwesome;
    position: relative;
    left: -1px;
    top: -1px;
    transition: all 0.4s ease;
}

ul.banner-left-slider button.slick-prev:hover {
    background: #D62718;
    border: 1px solid #D62718;
    color: #fff;
}

ul.banner-left-slider button.slick-prev:hover:after {
    color: #fff;
}

ul.banner-left-slider button.slick-next {
    position: absolute;
    font-size: 0px;
    right: 10px;
    top: 40%;
    padding: 0px;
    background: rgb(255 255 255);
    border: 1px solid rgb(255 255 255);
    border-radius: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all 0.4s ease;
}

ul.banner-left-slider button.slick-next:after {
    content: "\f105";
    z-index: 5;
    color: #3E323280;
    font: 26px / 1 FontAwesome;
    position: relative;
    right: -1px;
    top: -1px;
    transition: all 0.4s ease;
}

ul.banner-left-slider button.slick-next:hover {
    background: #D62718;
    border: 1px solid #D62718;
}

ul.banner-left-slider button.slick-next:hover:after {
    color: #fff;
}



 ul.popular-slider button.slick-arrow {
    opacity: 0;
    visibility: hidden;
}


.Opinion-section {
    font-family: "Roboto", sans-serif;
    padding: 20px 0px 0px 0px;
}

.Opinion-section h3 {
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.Opinion-section h3 span {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #3E3232;
    text-transform: capitalize;
    padding-left: 10px;
}

.Opinion-section h3 span:before {
    width: 4px;
    height: 10px;
    content: "";
    background: #D62718;
    border-radius: 12px;
    position: absolute;
    top: 7px;
    left: 0;
}

.Opinion-section h3 a {
    background: #D62718;
    color: #fff;
    transition: all 0.4s ease;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #D62718;
    border-radius: 12px;
    padding: 8px 20px;
}

.Opinion-section h3 a:hover {
    color: #fa506b;
    background:transparent;
}

.Opinion-section h3 a i {
    color: #fff;
    font-size: 16px;
    padding-left: 5px;
}

.Opinion-section h3 a:hover i {
    color: #D62718;
}

.Opinion-section ul {
    list-style: none;
    padding: 0;
}

.Opinion-section li {
    width: 49%;
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    margin: 10px 10px;
    display: inline-block;
    box-shadow: 0px 0px 10px #dbdbdb;
}

.Opinion-section .img-box {
    width: 44%;
    display: inline-block;
    margin-right: 1%;
    vertical-align: top;
}

.Opinion-section .img-box img {
    width: 100%;
    border-radius: 12px;
    height: 100%;
    object-fit: cover; 
    object-position: center; 
    transition: opacity .1s ease-in-out; 
    aspect-ratio: 1 / 0.6;
}

.Opinion-section .content p br{display: none;}

.Opinion-section .content {
    width: 54%;
    display: inline-block;
}

.Opinion-section .content h5 {}

.Opinion-section .content h5 a {
    font-size: 16px;
    color: #3E3232;
    padding: 0px;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.8s ease;
}

.Opinion-section .content h5 a:hover {
    color: #D62718;
}

.Opinion-section .content p {
    font-size: 14px;
    font-weight: 400;
    color: #3E3232BF;
    text-align: justify;
    padding-top: 5px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
}



.Opinion-section-2 {
    font-family: "Roboto", sans-serif;
    padding: 0px 0px 30px 0px;
}

.Opinion-section-2 h3 {
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.Opinion-section-2 h3 span {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #3E3232;
    text-transform: capitalize;
    padding-left: 10px;
}

.Opinion-section-2 h3 span:before {
    width: 4px;
    height: 10px;
    content: "";
    background: #D62718;
    border-radius: 12px;
    position: absolute;
    top: 7px;
    left: 0;
}

.Opinion-section-2 h3 a {
    background: #D62718;
    color: #fff;
    transition: all 0.4s ease;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #D62718;
    border-radius: 12px;
    padding: 8px 20px;
}

.Opinion-section-2 h3 a:hover {
    color: #D62718;
    background: #fff;
}

.Opinion-section-2 h3 a i {
    color: #fff;
    font-size: 16px;
    padding-left: 5px;
}

.Opinion-section-2 h3 a:hover {
    color: #D62718;
    background: #fff;
}

.Opinion-section-2 h3 a:hover i {
    color: #D62718;
}

.Opinion-section-2 ul {
    list-style: none;
    padding: 0;
}

.Opinion-section-2 li {
    width: 49%;
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    margin: 10px 10px;
    display: inline-block;
    box-shadow: 0px 0px 10px #dbdbdb;
}

.Opinion-section-2 .img-box {
    width: 44%;
    display: inline-block;
    margin-right: 1%;
    vertical-align: top;
}

.Opinion-section-2 .img-box img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover; 
    object-position: center; 
    transition: opacity .1s ease-in-out; 
    aspect-ratio: 1 / 0.6;
}

.Opinion-section-2 .content {
    width: 54%;
    display: inline-block;
}

.Opinion-section-2 .content h5 {}

.Opinion-section-2 .content h5 a {
    font-size: 16px;
    color: #3E3232;
    padding: 0px;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.8s ease;
}

.Opinion-section-2 .content h5 a:hover {
    color: #D62718;
}

.Opinion-section-2 .content p {
    font-size: 14px;
    font-weight: 400;
    color: #3E3232BF;
    text-align: justify;
    padding-top: 5px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
}


.Leadership-section {
    font-family: "Roboto", sans-serif;
    padding: 20px 0px 30px 0px;
    background: #f5f5f5;
}

.Leadership-section h3 {
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.Leadership-section h3 span {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #3E3232;
    text-transform: capitalize;
    padding-left: 10px;
}

.Leadership-section h3 span:before {
    width: 4px;
    height: 10px;
    content: "";
    background: #D62718;
    border-radius: 12px;
    position: absolute;
    top: 7px;
    left: 0;
}

.Leadership-section h3 a {
    background: #D62718;
    color: #fff;
    transition: all 0.4s ease;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #D62718;
    border-radius: 12px;
    padding: 8px 20px;
}

.Leadership-section h3 a:hover {
    color: #D62718;
    background:transparent;
}

.Leadership-section h3 a i {
    color: #fff;
    font-size: 16px;
    padding-left: 5px;
}

.Leadership-section h3 a:hover i {
    color: #D62718;
}

.Leadership-section ul {
    list-style: none;
    padding: 0;
}

.Leadership-section li {
    width: 49%;
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    margin: 0px 10px;
    display: inline-block;
}

.Leadership-section .img-box {
    width: 44%;
    display: inline-block;
    margin-right: 1%;
    vertical-align: top;
}

.Leadership-section .img-box img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    object-fit: cover; 
    object-position: center; 
    transition: opacity .1s ease-in-out; 
    aspect-ratio: 2 / 1.2;
}

.Leadership-section .content {
    width: 54%;
    display: inline-block;
}

.Leadership-section .content h5 {}

.Leadership-section .content h5 a {
    font-size: 16px;
    color: #3E3232;
    padding: 0px;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.8s ease;
}

.Leadership-section .content h5 a:hover {
    color: #D62718;
}

.Leadership-section .content p {
    font-size: 14px;
    font-weight: 400;
    color: #3E3232BF;
    text-align: justify;
    padding-top: 5px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
}


.one-slid {
    padding: 35px 0px;
}

.one-slid ul {
    list-style: none;
    padding: 0;
}

.one-slid li {
    display: block;
}

.one-slid li img {
    width: 100%; display: block;
}

ul.one-slider button.slick-prev {
    position: absolute;
    font-size: 0px;
    left: 10px;
    top: 48%;
    padding: 0px;
    background: rgb(255 255 255);
    border-radius: 5px;
    border: 1px solid rgb(255 255 255);
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 5;
    transition: all 0.4s ease;
}

ul.one-slider button.slick-prev:after {
    content: "\f104";
    z-index: 5;
    color: #3E323280;
    font: 26px / 1 FontAwesome;
    position: relative;
    left: -1px;
    top: -1px;
    transition: all 0.4s ease;
}

ul.one-slider button.slick-prev:hover {
    background: #D62718;
    border: 1px solid #D62718;
}

ul.one-slider button.slick-prev:hover:after {
    color: #fff;
}

ul.one-slider button.slick-next {
    position: absolute;
    font-size: 0px;
    right: 10px;
    top: 48%;
    padding: 0px;
    background: rgb(255 255 255);
    border: 1px solid rgb(255 255 255);
    border-radius: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all 0.4s ease;
}

ul.one-slider button.slick-next:after {
    content: "\f105";
    z-index: 5;
    color: #3E323280;
    font: 26px / 1 FontAwesome;
    position: relative;
    right: -1px;
    top: -1px;
    transition: all 0.4s ease;
}

ul.one-slider button.slick-next:hover {
    background: #D62718;
    border: 1px solid #D62718;
}

ul.one-slider button.slick-next:hover:after {
    color: #fff;
}

.second-one-slid {
    padding: 35px 0px 0px 0px;
}

.second-one-slid ul {
    list-style: none;
    padding: 0;
}

.second-one-slid li {
    display: block;
}

.second-one-slid li img {
    width: 100%;
}

ul.second-one-slider button.slick-prev {
    position: absolute;
    font-size: 0px;
    left: 10px;
    top: 48%;
    padding: 0px;
    background: rgb(255 255 255);
    border-radius: 5px;
    border: 1px solid rgb(255 255 255);
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 5;
    transition: all 0.4s ease;
}

ul.second-one-slider button.slick-prev:after {
    content: "\f104";
    z-index: 5;
    color: #3E323280;
    font: 26px / 1 FontAwesome;
    position: relative;
    left: -1px;
    top: -1px;
    transition: all 0.4s ease;
}

ul.second-one-slider button.slick-prev:hover {
    background: #D62718;
    border: 1px solid #D62718;
}

ul.second-one-slider button.slick-prev:hover:after {
    color: #fff;
}

ul.second-one-slider button.slick-next {
    position: absolute;
    font-size: 0px;
    right: 10px;
    top: 48%;
    padding: 0px;
    background: rgb(255 255 255);
    border: 1px solid rgb(255 255 255);
    border-radius: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all 0.4s ease;
}

ul.second-one-slider button.slick-next:after {
    content: "\f105";
    z-index: 5;
    color: #3E323280;
    font: 26px / 1 FontAwesome;
    position: relative;
    right: -1px;
    top: -1px;
    transition: all 0.4s ease;
}

ul.second-one-slider button.slick-next:hover {
    background: #D62718;
    border: 1px solid #D62718;
}

ul.second-one-slider button.slick-next:hover:after {
    color: #fff;
}


.Industry-section {
    background: #F0F0F0B2;
    padding: 100px 0px;
    font-family: "Roboto", sans-serif;
    position: relative;
}

.Industry-section img.Industry-bg {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.Industry-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #140054CC;
}

.Industry-section .two-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Industry-section .two-box .left-slid-box {
    width: 48%;
}

.Industry-section .two-box .left-slid-box h3 {
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.Industry-section .two-box .left-slid-box h3 span {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #fff;
    text-transform: capitalize;
    padding-left: 10px;
}

.Industry-section .two-box .left-slid-box h3 span:before {
    width: 4px;
    height: 10px;
    content: "";
    background: #D62718;
    border-radius: 12px;
    position: absolute;
    top: 10px;
    left: 0;
}

.Industry-section .two-box .left-slid-box h3 a {
    background: #fa506b;
    color: #fff;
    transition: all 0.4s ease;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #fa506b;
    border-radius: 12px;
    padding: 8px 20px;
}

.Industry-section .two-box .left-slid-box h3 a i {
    color: #fff;
    font-size: 16px;
    padding-left: 5px;
}

.Industry-section .two-box .left-slid-box h3 a:hover {
    color: #fa506b;
    background: #fff;
}

.Industry-section .two-box .left-slid-box h3 a:hover i {
    color: #fa506b;
}

.Industry-section .two-box .left-slid-box ul {
    list-style: none;
    padding: 0;
}

.Industry-section .two-box .left-slid-box li {
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 25px;
}

.Industry-section .two-box .left-slid-box li h5 {
    color: #3E3232;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.Industry-section .two-box .left-slid-box li p {
    color: #3E3232BF;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Industry-section .two-box .slid-box {
    width: 32%;
}

.Industry-section .two-box .slid-box img {
    width: 100%;
}

.Industry-section .two-box .slid-box h3 {
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.Industry-section .two-box .slid-box h3 span {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #3E3232;
    text-transform: capitalize;
    padding-left: 10px;
}

.Industry-section .two-box .slid-box h3 span:before {
    width: 4px;
    height: 10px;
    content: "";
    background: #D62718;
    border-radius: 12px;
    position: absolute;
    top: 7px;
    left: 0;
}

.Industry-section .two-box .slid-box h3 a {
    background: #D62718;
    color: #fff;
    transition: all 0.4s ease;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #D62718;
    border-radius: 12px;
    padding: 8px 20px;
}

.Industry-section .two-box .slid-box h3 a i {
    color: #fff;
    font-size: 16px;
    padding-left: 5px;
}

.Industry-section .two-box .slid-box h3 a:hover {
    color: #D62718;
    background:transparent;
}

.Industry-section .two-box .slid-box h3 a:hover i {
    color: #D62718;
}

.Industry-section .two-box .slid-box ul {
    list-style: none;
    padding: 0;
}

.Industry-section .two-box .slid-box li {
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 25px;
}

.Industry-section .two-box .slid-box li h5 {
    color: #3E3232;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.Industry-section .two-box .slid-box li h5 a {
    color: #3E3232;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.8s ease;
}

.Industry-section .two-box .slid-box li h5 a:hover {
    color: #D62718;
}

.Industry-section .two-box .slid-box li p {
    color: #3E3232BF;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Industry-section .two-box .right-slid-box {
    width: 48%;
}

.Industry-section .two-box .right-slid-box h3 {
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.Industry-section .two-box .right-slid-box h3 span {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #fff;
    text-transform: capitalize;
    padding-left: 10px;
}

.Industry-section .two-box .right-slid-box h3 span:before {
    width: 4px;
    height: 10px;
    content: "";
    background: #F81539;
    border-radius: 12px;
    position: absolute;
    top: 10px;
    left: 0;
}

.Industry-section .two-box .right-slid-box h3 a {
    background: #fa506b;
    color: #fff;
    transition: all 0.4s ease;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #fa506b;
    border-radius: 12px;
    padding: 8px 20px;
}

.Industry-section .two-box .right-slid-box h3 a i {
    color: #fff;
    font-size: 16px;
    padding-left: 5px;
}

.Industry-section .two-box .right-slid-box h3 a:hover {
    color: #fa506b;
    background: #fff;
}

.Industry-section .two-box .right-slid-box h3 a:hover i {
    color: #fa506b;
}

.Industry-section .two-box .right-slid-box ul {
    list-style: none;
    padding: 0;
}

.Industry-section .two-box .right-slid-box li {
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 25px;
}

.Industry-section .two-box .right-slid-box li h5 {
    color: #3E3232;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.Industry-section .two-box .right-slid-box li p {
    color: #3E3232BF;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

html.darks .By-category .cate-ful-cul .cate-tabs li.cate-tab.active {
    color: #ffc15d;
}

html.darks .By-category .cate-ful-cul .cate-tabs li.cate-tab:hover {
    color: #ffc15d;
}

.Defence-section {
    font-family: "Roboto", sans-serif;
    padding: 35px 0px;
}

.Defence-section h3 {
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.Defence-section h3 span {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #3E3232;
    text-transform: capitalize;
    padding-left: 10px;
}

.Defence-section h3 span:before {
    width: 4px;
    height: 10px;
    content: "";
    background: #D62718;
    border-radius: 12px;
    position: absolute;
    top: 7px;
    left: 0;
}

.Defence-section h3 a {
    background: #D62718;
    color: #fff;
    transition: all 0.4s ease;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #D62718;
    border-radius: 12px;
    padding: 8px 20px;
}

.Defence-section h3 a:hover {
    color: #D62718;
    background:transparent;
}

.Defence-section h3 a i {
    color: #fff;
    font-size: 16px;
    padding-left: 5px;
}

.Defence-section h3 a:hover i {
    color: #D62718;
}

.Defence-section ul {
    list-style: none;
    padding: 0;
}

.Defence-section li {
    width: 48%;
    margin: 0px 10px;
    display: inline-block;
}

.Defence-section .Defence-bg-img {
    position: relative;
}

.Defence-section .Defence-bg-img img {
    width: 100%;
    border-radius: 12px;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover; object-position: center; transition: opacity .1s ease-in-out; aspect-ratio: 4 / 1.2;
    
}

.Defence-section .Defence-bg-img .content {
    position: absolute;
    bottom: 20px;
    border-radius: 12px;
    width: 94%;
    left: 3%;
    background: rgb(255 255 255 / 75%);
    padding: 15px;
}

.Defence-section .Defence-bg-img .content h5 {}

.Defence-section .Defence-bg-img .content h5 a {
    font-size: 16px;
    color: #3E3232;
    padding: 0px;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.8s ease;
}

.Defence-section .Defence-bg-img .content h5 a:hover {
    color: #D62718;
}

.Defence-section .Defence-bg-img .content p {
    font-size: 14px;
    font-weight: 400;
    color: #3E3232BF;
    text-align: justify;
    padding-top: 6px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul.Defence-slid button.slick-arrow {
    display: none !important;
}


.video-section {
    font-family: "Roboto", sans-serif;
    padding: 35px 0px;
}

.video-section h3 {
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.video-section h3 span {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #3E3232;
    text-transform: capitalize;
    padding-left: 10px;
}

.video-section h3 span:before {
    width: 4px;
    height: 10px;
    content: "";
    background: #D62718;
    border-radius: 12px;
    position: absolute;
    top: 7px;
    left: 0;
}

.video-section h3 a {
    background: #D62718;
    color: #fff;
    transition: all 0.4s ease;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #D62718;
    border-radius: 12px;
    padding: 8px 20px;
}

.video-section h3 a:hover {
    color: #D62718;
    background:transparent;
}

.video-section h3 a i {
    color: #fff;
    font-size: 16px;
    padding-left: 5px;
}

.video-section h3 a:hover i {
    color: #D62718;
}

.video-section ul {
    list-style: none;
    padding: 0;
}

.video-section li {
    width: 32%;
    margin: 0px 10px;
    display: inline-block;
}

.video-section .video-img {
    position: relative;
}

.video-section .video-img img {
    width: 100%;
    border-radius: 12px;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover; 
    object-position: center; 
    transition: opacity .1s ease-in-out; 
    aspect-ratio: 4 / 2;
    
}

.video-section .video-img .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 75%);
    border-radius: 50px;
}

.video-section .video-img .play-icon a {
    border-radius: 50px;
}

.video-section .video-img .play-icon img {
    width: 42px;
    height: 42px;
    border-radius: 0px;
    object-position: center;
    object-fit: contain;
    transform: translate(38%, 34%);
}

.video-section .video-img .content {
    position: absolute;
    bottom: 20px;
    border-radius: 12px;
    width: 94%;
    left: 3%;
    background: rgb(255 255 255 / 75%);
    padding: 15px;
}

.video-section .video-img .content h5 {}

.video-section .video-img .content h5 a {
    font-size: 16px;
    color: #3E3232;
    padding: 0px;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.8s ease;
}

.video-section .video-img .content h5 a:hover {
    color: #D62718;
}

.video-section .video-img .content p {
    font-size: 14px;
    font-weight: 400;
    color: #3E3232BF;
    text-align: justify;
    padding-top: 6px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.follow-section {
    font-family: "Roboto", sans-serif;
    margin-bottom: 35px;
}

.follow-section h3 {
    display: block;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 36px;
    color: #3E3232;
    font-weight: 600;
    text-transform: capitalize;
}

.follow-section h3 span {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #3E3232;
    text-transform: capitalize;
    padding-left: 10px;
    display: block;
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
}

.follow-section h3 span:before {
    width: 4px;
    height: 10px;
    content: "";
    background: #D62718;
    border-radius: 12px;
    position: absolute;
    top: 7px;
    left: 0;
}

.follow-section ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.follow-section li {
    display: inline-block;
    width: 13%;
    margin: 0px 8px;
}

.follow-section .img-box {
    width: 100%;
    height: 290px;
    position: relative;
}

.follow-section .img-box:after {
    background: #F74D68B2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    transition: all 0.8s ease;
    opacity: 0;
    visibility: hidden;
}

.follow-section .img-box:hover:after {
    opacity: 1;
    visibility: visible;
}

.follow-section .img-box:hover img.insta-icon {
    opacity: 1;
}

.follow-section .img-box img.insta-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    z-index: 5;
    opacity: 0;
    transition: all 0.8s ease;
}

.follow-section .img-box img {
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 12px;
    box-shadow: 0px 0px 10px #dbdbdb;
    height: 100%;
}

ul.follow-slid button.slick-arrow {
    display: none !important;
}

.follow-section ul.follow-slid .slick-track {
    padding: 10px 0px;
}


.foot-sect .foot-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: "Roboto", sans-serif;
}

.foot-sect .foot-cont .column {
    width: 25%;
    padding-right: 3%;
}

.foot-sect .foot-cont .column .footer-content {
    margin-bottom: 35px;
    position: relative;
}

.foot-sect .foot-cont .column .footer-content p {
    color: #3E3232BF;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.foot-sect .foot-cont .column .footer-title h4 {
    margin-bottom: 15px;
}

.foot-sect .foot-cont .column .footer-title h4 span {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #3E3232;
    text-transform: capitalize;
    padding-left: 10px;
}

.foot-sect .foot-cont .column .footer-title h4 span:before {
    width: 4px;
    height: 10px;
    content: "";
    background: #D62718;
    border-radius: 12px;
    position: absolute;
    top: 7px;
    left: 0;
}

.foot-sect .foot-cont .column .footer-content ul {
    padding-left: 15px;
    list-style: 0;
}

.foot-sect .foot-cont .column .footer-content li {
    display: block;
}

.foot-sect .foot-cont .column .footer-content li a {
    font-size: 14px;
    color: #3E3232;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 28px;
}

.foot-sect .foot-cont .column .footer-content li a:hover {
    color: #D62718;
}

.foot-sect .foot-cont .column .footer-content input {
    border: none;
    width: 100%;
    position: relative;
    padding: 12px 35px 10px 12px;
    font-size: 14px;
    border-radius: 12px;
}

.foot-sect .foot-cont .column .footer-content i.fa-envelope {
    position: absolute;
    top: 6px;
    right: 7px;
    font-size: 22px;
    color: #3E3232BF;
}

.foot-sect .foot-cont .column .footer-content li a img {
    width: auto;
    margin-bottom: 15px;
}

.foot-sect .foot-cont .column .footer-content ul.social-media {
    padding: 0;
}

.foot-sect .foot-cont .column .footer-content ul.social-media li {
    margin-right: 5px;
    border-radius: 12px;
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
}

footer.foot-sect .foot-cont .column .footer-content ul.social-media li a {
    color: #fff;
    line-height: normal;
    font-size: 0px;
}

.foot-sect .foot-cont .column .footer-content ul.social-media li.inst {
    background: radial-gradient(circle farthest-corner at 0% 150%, #ffe17d 0%, #ffcd69 12%, #fa9137 25%, #eb4141 41%, transparent 95%), linear-gradient(-15deg, #234bd7 -10%, #c33cbe 65%);
    background-size: 120% 120%;
    animation: GradientBackground 5s ease-out infinite;
}

.foot-sect .foot-cont .column .footer-content ul.social-media li.Twit {
    padding: 7px 12px;
    background: rgb(44, 165, 224);
    background: linear-gradient(263deg, rgba(44, 165, 224, 1) 0%, rgba(103, 201, 245, 1) 100%);
    border-radius: 12px;
}

.foot-sect .foot-cont .column .footer-content ul.social-media li a {
    font-size: 24px;
}

footer.foot-sect .foot-cont .column .footer-content ul.social-media li a img {
    padding: 11px 0px;
}

.foot-sect .foot-cont .column .footer-content ul.social-media li.youtu {
    background: rgb(255, 77, 77);
    background: linear-gradient(270deg, rgba(255, 77, 77, 1) 0%, rgba(223, 44, 43, 1) 100%);
}

.foot-sect .foot-cont .column .footer-content ul.social-media li.link {
    background: rgb(52, 103, 194);
    background: linear-gradient(270deg, rgba(52, 103, 194, 1) 0%, rgba(65, 126, 236, 1) 100%);
}

.foot-sect .foot-cont .column .footer-content ul.social-media li.face {
    background: rgb(58, 111, 223);
    background: linear-gradient(270deg, rgba(58, 111, 223, 1) 0%, rgba(109, 194, 255, 1) 100%);
}

.foot-sect .foot-cont .column .footer-content ul.social-media li.tele {
    background: rgb(111, 229, 255);
    background: linear-gradient(270deg, rgba(111, 229, 255, 1) 0%, rgba(81, 163, 216, 1) 100%);
}

.foot-sect .foot-cont .column .footer-content ul.social-media li.twi {
    background: rgb(44, 165, 224);
    background: linear-gradient(270deg, rgba(44, 165, 224, 1) 0%, rgba(103, 201, 245, 1) 100%);
}

footer.foot-sect .foot-cont .column .footer-content ul.social-media li.twi a img {
    width: 17px;
    padding: 12px 0px;
}

.foot-bot span {
    display: inline-block;
    margin-right: 25px;
}

.foot-bot ul.privacy-link {
    display: inline-block;
}


.foot-bot ul.privacy-link {
    list-style: none;
    padding: 0;
}

.foot-bot ul.privacy-link li {
    display: inline-block;
    padding: 0px 2px;
    color: #3E3232BF;
}

.foot-bot ul.privacy-link li a {
    font-size: 14px;
    color: #3E3232BF;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 30px;
}

.foot-bot ul.privacy-link li a:hover {
    color: #D62718;
}





/* By-category */

.tab-content {
    font-family: "Poppins", sans-serif;
    position: relative;
    margin-bottom: 20px;
}

.tab-content h3 {
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.tab-content h3 span {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #3E3232;
    text-transform: capitalize;
    padding-left: 10px;
}

.tab-content h3 span:before {
    width: 4px;
    height: 10px;
    content: "";
    background: #F81539;
    border-radius: 12px;
    position: absolute;
    top: 10px;
    left: 0;
}

.tab-content h3 a {
    background: #fa506b;
    color: #fff;
    transition: all 0.4s ease;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #fa506b;
    border-radius: 12px;
    padding: 8px 20px;
}

.tab-content h3 a:hover {
    color: #fa506b;
    background: #fff;
}

.tab-content h3 a i {
    color: #fff;
    font-size: 16px;
    padding-left: 5px;
}

.tab-content h3 a:hover {
    color: #fa506b;
    background: #fff;
}

.tab-content h3 a:hover i {
    color: #fa506b;
}

.tab-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
    margin-top: 10px;
}

.tab-content li {
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0px 0px 10px #dbdbdb;
    margin: 0px 10px;
    width: 23%;
}

.tab-content .popular-img {}

.tab-content img {
    width: 100%;
    border-radius: 12px;
}

.tab-content .content-text {}

.tab-content .content-text h5 {
    margin: 5px 0px;
}

.tab-content .content-text h5 a {
    font-size: 16px;
    color: #3E3232;
    padding: 5px 0px;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.8s ease;
}

.tab-content .content-text h5 a:hover {
    color: #fa506b;
}

.tab-content .content-text p {
    font-size: 14px;
    color: #3E3232BF;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tab-content ul.popular-slider .slick-track {
    padding: 20px 0px;
    width: 100%;
}

.tab-content button.slick-arrow {
    display: none !important;
}

.tab-content ul.category-slider .slick-list {
    padding: 20px 0px;
}


.tab-content {
    opacity: 0;
    margin: 0 -10px;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.tab-content.active {
    opacity: 1;
    visibility: visible;
    position: static;
}




/* Tabs Styling */

.cate-ful-cul {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: "Roboto", sans-serif;
    align-items: center;
    padding: 30px 0px 0px 0px;
}

.cate-ful-cul h3 {
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.cate-ful-cul h3 span {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #3E3232;
    text-transform: capitalize;
    padding-left: 10px;
}

.cate-ful-cul h3 span:before {
    width: 4px;
    height: 10px;
    content: "";
    background: #D62718;
    border-radius: 12px;
    position: absolute;
    top: 7px;
    left: 0;
}

.cate-ful-cul a {
    background: #D62718;
    color: #fff;
    transition: all 0.4s ease;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #D62718;
    border-radius: 12px;
    padding: 8px 20px;
}

.cate-ful-cul a:hover {
    color: #D62718;
    background:transparent;
}

.cate-ful-cul a i {
    color: #fff;
    font-size: 16px;
    padding-left: 5px;
}

.cate-ful-cul a:hover i {
    color: #D62718;
}

.cate-ful-cul .column:nth-child(1) {
    width: 160px;
}

.cate-ful-cul .column:nth-child(2) {
    width: 78%;
}

.cate-ful-cul .column:nth-child(3) {
    width: 160px;
    text-align: right;
}


.tabs::-webkit-scrollbar {
    display: none;
}

/* Product Slider Styling */
.product-slider {
    display: none;
    margin: 0 -10px;
}

.product-slider.active {
    display: block;
}

.product-card {
    padding: 10px;
}

.product-inner {
    background: white;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.product-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 15px;
}

.product-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
}

.product-price {
    font-size: 18px;
    color: #2c5282;
    font-weight: bold;
    margin-bottom: 15px;
}

/* Slick slider custom styles */
.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    z-index: 1;
}

.slick-prev {
    left: -5px;
}

.slick-next {
    right: -5px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 40px;
    color: #4299e1;
}

.cate-tabs {
    font-family: "Roboto", sans-serif;
}

.cate-tabs ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    text-align: right;
    justify-content: flex-end;
}

.cate-tabs li {
    display: inline-block;
    margin: 0px 10px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-transform: capitalize;
    color: #3E3232;
}

.cate-tabs li.active {
    color: #D62718;
}

.cate-tabs li:hover {
    color: #D62718;
}


.tab-pane {
    opacity: 0;
    margin: 0 -10px;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.tab-pane.active {
    opacity: 1;
    visibility: visible;
    position: static;
}

.tab-pane {
    font-family: "Roboto", sans-serif;
}

.tab-pane ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
    margin-top: 10px;
}

.tab-pane li {
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0px 0px 10px #dbdbdb;
    margin: 0px 10px;
}

.tab-pane .popular-img {

}

.tab-pane img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover; 
    object-position: center; 
    transition: opacity .1s ease-in-out; 
    aspect-ratio: 3 / 2;
}

.tab-pane .content-text {}

.tab-pane .content-text h5 {
    margin: 5px 0px;
}

.tab-pane .content-text h5 a {
    font-size: 16px;
    color: #3E3232;
    padding: 5px 0px;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.8s ease;
}

.tab-pane .content-text h5 a:hover {
    color: #D62718;
}

.tab-pane .content-text p {
    font-size: 14px;
    color: #3E3232BF;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tab-pane ul.category-slider .slick-track {
    padding: 20px 0px;
}


.head-full {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.head-logo {
    width: 15%;
}

.head-logo img {
    width: auto;
}


.head-menu {
    font-family: "Roboto", sans-serif;
    width: auto;
    letter-spacing: 0.25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.head-menu ul {
    list-style: none;
    padding: 0;
    text-align: right;
    margin-right: 20px;
}

.head-menu li {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

.head-menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #3E3232;
    letter-spacing: 0.25px;
    text-decoration: none;
}

.head-menu li a:hover {
    color: #D62718
}

.head-menu li a i {
    font-size: 16px;
    font-weight: 500;
    color: #3E323280;
    padding: 0px 2px;
}

.head-menu li.log-menu a {
    background: #D62718;
    color: #fff;
    transition: all 0.4s ease;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #D62718;
    border-radius: 12px;
    padding: 8px 20px;
}

.head-menu ul.sub-menu {
    position: absolute;
    width: 180px;
    top: 18px;
    display: none;
    left: 0;
    background: #fdfdfd;
    z-index: 5;
    padding: 6px 10px;
    text-align: left;
    border: 1px solid #f3f3f3;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 2px 2px 5px #b5b3b38a;
}

.head-menu ul.sub-menu li {
    display: block;
    margin-left: 0px;
    border-bottom: 1px dashed #e5e5e5;
}

.head-menu ul.sub-menu li a {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    text-transform: capitalize;
}

.head-menu ul.sub-menu li:last-child {
    border-bottom: none;
}

.head-menu li:hover ul.sub-menu {
    display: block;
}

.log-menu {
    font-family: "Roboto", sans-serif;
    margin-right: 15px;
}

.log-menu a {
    background: #D62718;
    color: #fff;
    transition: all 0.4s ease;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #D62718;
    border-radius: 12px;
    padding: 8px 20px;
}

.log-menu a:hover {
    background: transparent;
    color: #D62718;
}

.menu-right-slid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.menu-phone {
    display: none;
}

.menu-phone i {
    font-size: 28px;
    color: #3E3232;
    cursor: pointer;
}

.menu-closee {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #D62718;
}

.menu-closee i {
    color: #fff;
    padding-top: 2px;
    cursor: pointer;
}

.social-media-page {
    font-family: "Roboto", sans-serif;
    margin-bottom: 25px;
}

.social-media-page ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.social-media-page li {
    width: 24%;
    margin: 0% 0.5%;
}

.social-media-page li h4 {
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.social-media-page li h4 span {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #3E3232;
    text-transform: capitalize;
    padding-left: 10px;
}

.social-media-page li h4 span:before {
    width: 4px;
    height: 10px;
    content: "";
    background: #D62718;
    border-radius: 12px;
    position: absolute;
    top: 7px;
    left: 0;
}

.social-media-page li img {
    width: 100%;
    padding: 5%;
    background: #f5f5f5;
    border-radius: 12px;
}

.latest-news-wid {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0px 10px 0px
}

.latest-news-left-detail {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.25px;
    width: 75.5%;
    margin-right: 1.5%;
}

.latest-news-left-detail img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
}

.latest-news-left-detail p {
    color: #3E3232BF;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
}

.latest-news-left-detail .detail-left-img {
    margin-top: 15px;
}

.latest-news-left-detail .detail-left-img .img-box {
    width: 50%;
    margin-bottom: 10px;
    margin-right: 15px;
    float: left;
}

.latest-news-left-detail .detail-left-img .img-box img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 0px;
}

.latest-news-left-detail .detail-left-img p {
    color: #3E3232BF;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
}

.latest-news-left-detail .detail-right-img {
    margin-top: 15px;
}

.latest-news-left-detail .detail-right-img .img-box {
    width: 50%;
    margin-bottom: 10px;
    margin-left: 15px;
    float: right;
}

.latest-news-left-detail .detail-right-img .img-box img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 0px;
}

.latest-news-left-detail .detail-right-img p {
    color: #3E3232BF;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
}

.latest-news-left-vide-detail {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.25px;
    width: 75.5%;
    margin-right: 1.5%;
}

.latest-news-left-vide-detail img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
}

.latest-news-left-vide-detail p {
    color: #3E3232BF;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
}

.latest-news-left-vide-detail .detail-left-img {
    margin-top: 15px;
}

.latest-news-left-vide-detail .detail-left-img .img-box {
    width: 50%;
    margin-bottom: 10px;
    margin-right: 15px;
    float: left;
}

.latest-news-left-vide-detail .detail-left-img .img-box img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 0px;
}

.latest-news-left-vide-detail .detail-left-img p {
    color: #3E3232BF;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
}

.latest-news-left-vide-detail .detail-right-img {
    margin-top: 15px;
}

.latest-news-left-vide-detail .detail-right-img .img-box {
    width: 50%;
    margin-bottom: 10px;
    margin-left: 15px;
    float: right;
}

.latest-news-left-vide-detail .detail-right-img .img-box img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 0px;
}

.latest-news-left-vide-detail .detail-right-img p {
    color: #3E3232BF;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
}

.latest-news-left-vide-detail .video-detail-page {
    margin-bottom: 15px;
}


.latest-news-left {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.25px;
    width: 77%;
}

.latest-news-left ul {
    list-style: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.latest-news-left li {
    width: 32%;
    background: #ECECEC;
    padding: 10px;
    border-radius: 12px;
    margin-right: 1.3%;
    margin-bottom: 20px;
}

.latest-news-left li .img-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.latest-news-left li .img-box img {
    margin-bottom: -5px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    transition: opacity .1s ease-in-out; 
    aspect-ratio: 3 / 2;
}

.latest-news-left li span.today {
    font-size: 14px;
    color: #878787;
    font-weight: 400;
    display: block;
    margin-top: 10px;
}

.latest-news-left li span.today span {
    display: inline-block;
    margin-left: 5px;
}

.latest-news-left li h5 {
    margin: 5px 0px;
}

.latest-news-left li h5 a {
    font-size: 16px;
    color: #3E3232;
    padding: 5px 0px;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.8s ease;
}

.latest-news-left li h5 a:hover {
    color: #D62718;
}

.latest-news-left li p {
    font-size: 14px;
    color: #3E3232BF;
    text-align: justify;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.latest-news-left-video {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.25px;
    width: 77%;
}

.latest-news-left-video ul {
    list-style: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.latest-news-left-video li {
    width: 32%;
    background: #ECECEC;
    padding: 10px;
    border-radius: 12px;
    margin-right: 1.3%;
    margin-bottom: 20px;
}

.latest-news-left-video li .img-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.latest-news-left-video li .img-box img {
    margin-bottom: -5px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    object-position: center; 
    transition: opacity .1s ease-in-out; 
    aspect-ratio: 3 / 2;
}

.latest-news-left-video li span.today {
    font-size: 14px;
    color: #878787;
    font-weight: 400;
    display: block;
    margin-top: 10px;
}

.latest-news-left-video li span.today span {
    display: inline-block;
    margin-left: 5px;
}

.latest-news-left-video li h5 {
    margin: 5px 0px;
}

.latest-news-left-video li h5 a {
    font-size: 16px;
    color: #3E3232;
    padding: 5px 0px;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.8s ease;
}

.latest-news-left-video li h5 a:hover {
    color: #D62718;
}

.latest-news-left-video li p {
    font-size: 14px;
    color: #3E3232BF;
    text-align: justify;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}


.latest-news-right {
    width: 23%;
    font-family: "Roboto", sans-serif;
}

.latest-right-inner-box {
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
}

.latest-right-inner-box h4 {
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.latest-right-inner-box h4 span {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #3E3232;
    text-transform: capitalize;
    padding-left: 10px;
}

.latest-right-inner-box h4 span:before {
    width: 4px;
    height: 10px;
    content: "";
    background: #D62718;
    border-radius: 12px;
    position: absolute;
    top: 7px;
    left: 0;
}

.latest-right-inner-box ul {
    list-style: none;
    padding: 0;
}

.latest-right-inner-box ul li {
    background: #ECECEC;
    padding: 15px 10px;
    border-radius: 12px;
    margin-bottom: 15px;
}

.latest-right-inner-box li h5 {
    margin: 5px 0px;
}

.latest-right-inner-box li h5 a {
    font-size: 16px;
    color: #3E3232;
    padding: 5px 0px;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.8s ease;
}

.latest-right-inner-box li h5 a:hover {
    color:#D62718;
}

.latest-right-inner-box li p {
    font-size: 14px;
    font-weight: 400;
    color: #3E3232BF;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul.latest-right-info-tech button.slick-arrow {
    display: none !important;
}

ul.latest-news-ind button.slick-arrow {
    display: none !important;
}

ul.latest-right-info-tech button.slick-prev {
    position: absolute;
    font-size: 0px;
}

ul.latest-right-info-tech button.slick-prev:after {
    content: "\f104";
    z-index: 5;
    color: #fff;
    font: 20px / 1 FontAwesome;
    position: relative;
    left: -1px;
    top: -1px;
    transition: all 0.4s ease;
}

ul.latest-right-info-tech button.slick-next {
    position: absolute;
    font-size: 0px;
    right: 0px;
    top: -38px;
    padding: 0px;
    background: #F81539;
    border: 1px solid #F81539;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition: all 0.4s ease;
}

ul.latest-right-info-tech button.slick-next:after {
    content: "\f105";
    z-index: 5;
    color: #fff;
    font: 20px / 1 FontAwesome;
    position: relative;
    right: -1px;
    top: -1px;
    transition: all 0.4s ease;
}

.latest-right-add {
    margin-bottom: 15px;
}

.latest-right-add img {
    width: 100%;
}

.heading-section {
    position: relative;
    font-family: "Roboto", sans-serif;
    border-radius: 12px;
    background: url(../Images/latest-heading-bg.png) no-repeat;
    background-size: cover;
    padding: 35px 20px;
    margin-bottom: 25px;
}

.heading-section::before {
    content: "";
    background: rgb(245, 245, 245);
    border-radius: 12px;
    background: linear-gradient(90deg, rgba(245, 245, 245, 1) 0%, rgb(245 245 245 / 75%) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.heading-section img {
    width: 100%;
}

.heading-section h3 {
    display: block;
    font-size: 36px;
    padding-left: 10px;
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
    color: #3E3232;
}

.heading-section h3 span {
    font-size: 18px;
    color: #3E3232;
    display: block;
    margin-top: 5px;
    font-weight: 400;
}

.heading-section h3:before {
    width: 4px;
    height: 16px;
    content: "";
    background: #D62718;
    border-radius: 12px;
    position: absolute;
    top: 12px;
    left: 0;
}


.heading-section-detail {
    position: relative;
    border-radius: 12px;
    font-family: "Roboto", sans-serif;
    background: url(../Images/latest-heading-bg.png) no-repeat;
    background-size: cover;
    padding: 35px 20px;
    margin-bottom: 25px;
}

.heading-section-detail::before {
    content: "";
    border-radius: 12px;
    background: rgb(245, 245, 245);
    background: linear-gradient(90deg, rgba(245, 245, 245, 1) 0%, rgb(245 245 245 / 75%) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.heading-section-detail img {
    width: 100%;
}

.heading-section-detail h3 {
    display: inline-block;
    font-size: 36px;
    padding-left: 10px;
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
    color: #3E3232;
    width: 70%;
}

.heading-section-detail h3 span {
    font-size: 18px;
    color: #3E3232;
    display: block;
    margin-top: 5px;
    font-weight: 400;
}

.heading-section-detail h3:before {
    width: 4px;
    height: 16px;
    content: "";
    background: #D62718;
    border-radius: 12px;
    position: absolute;
    top: 12px;
    left: 0;
}

.heading-section-detail .Share-header {
    font-family: "Roboto", sans-serif;
    position: relative;
    width: 29%;
    display: inline-block;
    text-align: right;
}

.heading-section-detail .Share-header h5 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: 5px;
    right: 5px;
}

.heading-section-detail .Share-header ul {
    display: inline-block;
    list-style: none;
    padding: 0px;
}

.heading-section-detail .Share-header li {
    display: inline-block;
}

.heading-section-detail .Share-header li img {
    width: auto;
}

.heading-section-detail .Share-header ul.social-media {
    padding: 0;
}

.heading-section-detail .Share-header ul.social-media li {
    margin-right: 2px;
    border-radius: 50px;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
}

.heading-section-detail .Share-header ul.social-media li a {
    color: #fff;
    line-height: normal;
    font-size: 0px;
}

.heading-section-detail .Share-header ul.social-media li.inst {
    background: radial-gradient(circle farthest-corner at 0% 150%, #ffe17d 0%, #ffcd69 12%, #fa9137 25%, #eb4141 41%, transparent 95%), linear-gradient(-15deg, #234bd7 -10%, #c33cbe 65%);
    background-size: 120% 120%;
    animation: GradientBackground 5s ease-out infinite;
}

.heading-section-detail .Share-header ul.social-media li.Twit {
    padding: 7px 12px;
    background: rgb(44, 165, 224);
    background: linear-gradient(263deg, rgba(44, 165, 224, 1) 0%, rgba(103, 201, 245, 1) 100%);
    border-radius: 12px;
}

.heading-section-detail .Share-header ul.social-media li a {
    font-size: 24px;
}

.heading-section-detail .Share-header ul.social-media li a img {
    padding: 6px 0px;
}

.heading-section-detail .Share-header ul.social-media li.youtu {
    background: rgb(255, 77, 77);
    background: linear-gradient(270deg, rgba(255, 77, 77, 1) 0%, rgba(223, 44, 43, 1) 100%);
}

.heading-section-detail .Share-header ul.social-media li.link {
    background: rgb(52, 103, 194);
    background: linear-gradient(270deg, rgba(52, 103, 194, 1) 0%, rgba(65, 126, 236, 1) 100%);
}

.heading-section-detail .Share-header ul.social-media li.face {
    background: rgb(58, 111, 223);
    background: linear-gradient(270deg, rgba(58, 111, 223, 1) 0%, rgba(109, 194, 255, 1) 100%);
}

.heading-section-detail .Share-header ul.social-media li.tele {
    background: rgb(111, 229, 255);
    background: linear-gradient(270deg, rgba(111, 229, 255, 1) 0%, rgba(81, 163, 216, 1) 100%);
}

.heading-section-detail .Share-header ul.social-media li.twi {
    background: rgb(44, 165, 224);
    background: linear-gradient(270deg, rgba(44, 165, 224, 1) 0%, rgba(103, 201, 245, 1) 100%);
}

.heading-section-detail .Share-header ul.social-media li.twi a img {
    width: 17px;
    padding: 8px 0px;
}

.latest-news-left-video li .img-box img.Vector-button {
    width:20px;
    padding-top: 8px;
    margin-right: -5px;
    margin-top: -3px;
    height: 100%;
}

.latest-news-left-video li .img-box a {
    position: absolute;
    box-shadow: 0px 0px 5px #545454;
    background: #d62718;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.faq-sect {
    background: #f5f5f5;
    font-family: "Roboto", sans-serif;
    padding: 40px 0px;
    margin-bottom: 35px;
    letter-spacing: 0.25px;
}

.faq-sect h3 {
    display: inline-block;
    font-size: 36px;
    padding-left: 10px;
    margin: 0px;
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
    color: #3E3232;
    width: 70%;
}

.faq-sect h3 span {
    font-size: 18px;
    color: #3E3232;
    display: block;
    margin-top: 5px;
    font-weight: 400;
}

.faq-sect h3:before {
    width: 4px;
    height: 16px;
    content: "";
    background: #D62718;
    border-radius: 12px;
    position: absolute;
    top: 12px;
    left: 0;
}

.faq-sect .text-Content-page {
    width: 76%;
    margin: 0 auto;
}

.faq-sect .text-Content-page h3 {
    margin-bottom: 25px;
}

.columns ul.right-locate {
    list-style: none;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.25px;
    margin-top: 48px;
}

.columns ul.right-locate li {
    display: block;
    transition: all 0.4s ease;
    padding: 30px 35px;
    border-radius: 12px;
    background: #f5f5f5;
    margin-bottom: 20px;
}

.columns ul.right-locate li i {
    width: 50px;
    height: 50px;
    font-size: 42px;
    margin-top: 5px;
    color: #3E3232;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}

.columns ul.right-locate li .content {
    width: 75%;
    display: inline-block;
}

.columns ul.right-locate li .content h5 {
    font-size: 22px;
    color: #3E3232;
    margin-bottom: 8px;
}

.columns ul.right-locate li .content span {
    font-size: 15px;
    color: #666;
    font-weight: 400;
    margin-bottom: 0px;
}

.columns ul.right-locate li .content a {
    font-size: 15px;
    text-decoration: none;
    color: #666;
    font-weight: 400;
    margin-bottom: 0px;
}

.columns ul.right-locate li:hover {
    background: #D62718;
}

.columns ul.right-locate li:hover h5,
.columns ul.right-locate li:hover span,
.columns ul.right-locate li:hover i,
.columns ul.right-locate li:hover a {
    color: #fff;
}


ul.contact-for {
    border: 1px solid #dddddd;
    padding: 35px;
    border-radius: 12px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.contact-for li {
    width: 48%;
}

ul.contact-for li label {
    color: #3E3232;
    font-size: 16px;
    font-weight: 500;
}

ul.contact-for li input {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
}

ul.contact-for li textarea {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    resize: vertical;
}

ul.contact-for li:last-child {
    width: 100%;
}

ul.contact-for li:nth-last-child(2) {
    width: 100%;
}

ul.contact-for li:nth-last-child(3) {
    width: 100%;
}

.container .contact-us .columns:nth-child(1) {
    width: 60%;
}

.container .contact-us .columns:nth-child(2) {
    width: 30%;
}

/* toggle-button header */
/* body {
    background-color: white;
    color: #333;
    transition: background-color 0.3s, color 0.3s;
  } */

/* Dark theme styles */
html.darks body {
    background-color: #000;
    color: #fff;
}

.toggle-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s;
}

.toggle-button:hover {
    background-color: #bbb;
}

.toggle-button .slider01 {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #fff;
    transition: transform 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toggle-button .icon {
    position: absolute;
    width: 24px;
    height: 24px;
    color: #D62718;
}

.toggle-button .slider01.right {
    transform: translateX(0px);
}



/* End toggle-button header */

.live-news {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.25px;
}

.live-news p {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #3E3232BF;
    line-height: 24px;
    text-align: justify;
}

.live-news ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.live-news li {
    width: 32%;
    text-align: center;
    background: #f5f5f5;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 20px;
    margin-right: 28px;
}

.live-news li .img-box {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 10px;
}

.live-news li .img-box img {
    width: auto;
}

.live-news li h5 {
    text-transform: capitalize;
    font-size: 22px;
    color: #3E3232;
    font-weight: 500;
    margin-bottom: 5px;
}

.live-news li p {
    text-align: center;
}

.live-news li:nth-child(3n+3) {
    margin-right: 0px;
}

.live-news li:nth-last-child(1) {
    margin-bottom: 0px;
}

.live-news li:nth-last-child(2) {
    margin-bottom: 0px;
}

.live-news li:nth-last-child(3) {
    margin-bottom: 0px;
}


.three-add-ban {}

.three-add-ban ul {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
}

.three-add-ban li {
    width: 32%;
    margin-right: 29px;
}

.three-add-ban li img {
    width: 100%;
}

.three-add-ban li:last-child {
    margin-right: 0%;
}




body {
    transition: background-color 0.3s, color 0.3s;
}

.dark {
    background-color: #121212;
    color: #ffffff;
}

.light {
    background-color: #ffffff;
    color: #000000;
}

#slider01 {
    transition: transform 0.3s;
}

.right {
    transform: translateX(20px);
}

.column .footer-title.active h4::before {transform: rotate(180deg);}

.live-news .container li:nth-child(3n+3){margin-right: 0px;}

.pagination ul.pagination {width: 100%; text-align: center;}
.pagination ul.pagination li {width: auto; border-radius: 5px; font-size: 16px; display: inline-block; margin-right: 5px; margin-bottom: 10px;}
.pagination ul.pagination li a {text-decoration: none; color:#3E3232;}
.pagination ul.pagination li.page-item.active {background: #d62718;}
.pagination ul.pagination li.page-item.active span{color: #fff;}
.pagination ul.pagination li.page-item:hover {background: #d62718;}
.pagination ul.pagination li.page-item:hover span{color: #fff;}
.pagination ul.pagination li.page-item:hover a{color: #fff;}

.pagination ul.pagination li:last-child a.page-link {font-size: 26px;}
.pagination ul.pagination li:first-child span {font-size: 26px;}
.pagination ul.pagination li:first-child{padding: 0px 10px;}
.pagination ul.pagination li:last-child{padding: 0px 10px;}

.pagination ul.pagination li:last-child span {font-size: 26px;}
.pagination ul.pagination li:first-child a.page-link {font-size: 26px;}
.pagination ul.pagination li:first-child{padding: 0px 10px;}
.pagination ul.pagination li:last-child{padding: 0px 10px;}


.Leadership-section ul.Leadership-slider .content p br{display: none;}
.Opinion-section-2 ul.Opinion-slider-2 .content p br{display: none;}

.contact-success-message {background: #ade9a9; padding: 10px; margin:5px 0px; font-size: 14px; color: #3e3232; border-radius: 8px;}

.popular-news .content-text p br{display: none;}
.must-read .content-text p br{display: none;}
.Opinion-section .content p br{display: none;}
.Defence-section .Defence-bg-img .content p br{display: none;}
.Leadership-section .content p br{display: none;}
.tab-pane .content-text p br{display: none;}
.latest-news-left li p br{display: none;}
.news-banner-left .content p br{display: none;}
.news-banner-right .content p br{display: none;}
.Opinion-section-2 .content p br{display: none;}
.contact-news .content-text p br{display: none;}

.news-banner .news-banner-left-slider .content p br {display: none;}






