html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
    background-color: #ffffff;
}

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

.wow {
    visibility: hidden;
}
a,
button,
.btn {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
a {
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0 !important;
}
.owl-carousel .owl-item img {
    width: auto;
}

/* COMMON STYLE :START */
.overflow-clip {
    overflow: clip;
}
.overflow-clip-x {
    overflow-x: clip;
}
.overflow-clip-y {
    overflow-y: clip;
}

.mxcontainer {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.mxcontainer2 {
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
}

.bg-1 {
    background-color: #f1f4f9;
}
.bg-2 {
    background-color: #2957a4;
}

/* ---- section spacing :start ---- */
.section-padding {
    padding: 90px 0px;
}
.section-margin {
    margin: 90px 0px;
}

.section-padding2 {
    padding: 120px 0px;
}
.section-margin2 {
    margin: 120px 0px;
}

.section-padding3 {
    padding: 70px 0px;
}
.section-margin3 {
    margin: 70px 0px;
}

.section-padding4 {
    padding: 100px 0px;
}
.section-margin4 {
    margin: 100px 0px;
}
/* ---- section spacing :end ---- */

/* ---- hd-type :start ---- */
.hd-type-1 {
    margin-bottom: 15px;
}
.hd-type-1 h1,
.hd-type-1 h2,
.hd-type-1 h3 {
    font-size: 52px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.15;
    color: #2957a4;
    margin-bottom: 0px;
}
.hd-type-1.text-white h1, 
.hd-type-1.text-white h2,
.hd-type-1.text-white h3 {
    color: #ffffff;
}
.hd-type-1.text-black h1, 
.hd-type-1.text-black h2,
.hd-type-1.text-black h3 {
    color: #000000;
}


.hd-type-2 {
    margin-bottom: 15px;
}
.hd-type-2 h1,
.hd-type-2 h2,
.hd-type-2 h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.15;
    color: #2957a4;
    margin-bottom: 0px;
}
.hd-type-2.text-white h1, 
.hd-type-2.text-white h2,
.hd-type-2.text-white h3 {
    color: #ffffff;
}
.hd-type-2.text-black h1, 
.hd-type-2.text-black h2,
.hd-type-2.text-black h3 {
    color: #000000;
}


.hd-type-3 {
    margin-bottom: 15px;
}
.hd-type-3 h1,
.hd-type-3 h2,
.hd-type-3 h3 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.15;
    color: #2957a4;
    margin-bottom: 0px;
}
.hd-type-3.text-white h1, 
.hd-type-3.text-white h2,
.hd-type-3.text-white h3 {
    color: #ffffff;
}
.hd-type-3.text-black h1, 
.hd-type-3.text-black h2,
.hd-type-3.text-black h3 {
    color: #000000;
}


.hd-type-4 {
    margin-bottom: 15px;
}
.hd-type-4 h1,
.hd-type-4 h2,
.hd-type-4 h3 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.15;
    color: #2957a4;
    margin-bottom: 0px;
}
.hd-type-4.text-white h1, 
.hd-type-4.text-white h2,
.hd-type-4.text-white h3 {
    color: #ffffff;
}
.hd-type-4.text-black h1, 
.hd-type-4.text-black h2,
.hd-type-4.text-black h3 {
    color: #000000;
}
/* ---- hd-type :end ---- */

/* ---- subhd-type :end ---- */
.subhd-type-1 h1,
.subhd-type-1 h2,
.subhd-type-1 h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.2;
    color: #2957a4;
    margin-bottom: 0px;
}
.subhd-type-1.text-white h1, 
.subhd-type-1.text-white h2,
.subhd-type-1.text-white h3 {
    color: #ffffff;
}
.subhd-type-1.text-black h1, 
.subhd-type-1.text-black h2,
.subhd-type-1.text-black h3 {
    color: #000000;
}
/* ---- subhd-type :end ---- */

/* ---- .text-wrap-1 :start ---- */
.text-wrap-1 {
    width: 100%;
    height: auto;
}
.text-wrap-1 p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
/* ---- .text-wrap-1 :end ---- */

/* ---- btn-style-1 :start ---- */
.btn-style-1 {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    color: #2959a6;
    background-color: transparent;
    border: 1px solid #2959a6;
    border-radius: 100px;
    padding: 10px 20px 9px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: stretch;
    transition: 0.5s;
}
.btn-style-1 span {
    padding: 10px 12px;
}
.btn-style-1 i > img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.btn-style-1:hover {
    color: #ffffff;
    background-color: #2959a6;
    border-color: #2959a6;
}

.btn-style-1.bc1 {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}
.btn-style-1.bc1:hover {
    color: #2959a6;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-style-1.btn-sm {
    font-size: 11px;
    padding: 9px 18px 8px 18px;
}
/* ---- btn-style-1 :end ---- */

/* ---- btn-style-2 :start ---- */
.btn-style-2 {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    color: #ffffff;
    background-color: #4c3897;
    border: 1px solid #4c3897;
    border-radius: 100px;
    padding: 10px 20px 9px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: stretch;
    transition: 0.5s;
}
.btn-style-2 span {
    padding: 10px 12px;
}
.btn-style-2:hover {
    color: #ffffff;
    background-color: #2959a6;
    border-color: #2959a6;
}

.btn-style-2.btn-sm {
    font-size: 11px;
    padding: 9px 18px 8px 18px;
}
/* ---- btn-style-2 :end ---- */

/* ---- btn-style-3 :start ---- */
.btn-style-3 {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    color: #2959a6;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: 0.5s;
}
.btn-style-3:hover {
    color: #ffc929;
}
/* ---- btn-style-3 :end ---- */

/* ---- btn-style-4 :start ---- */
.btn-style-4 {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    color: #ffffff;
    background-color: #2959a6;
    border: 1px solid #2959a6;
    border-radius: 100px;
    padding: 10px 20px 9px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.5s;
}
.btn-style-4 span {
    padding: 10px 12px;
}
.btn-style-4:hover {
    color: #2959a6;
    background-color: transparent;
    border-color: #2959a6;
}

.btn-style-4.btn-sm {
    font-size: 11px;
    padding: 9px 18px 8px;
}
.btn-style-4.btn-lg {
    font-size: 12px;
    padding: 16px 39px 16px;
}
/* ---- btn-style-4 :end ---- */

/* ---- btn-style-5 :start ---- */
.btn-style-5 {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    color: #2959a6;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 100px;
    padding: 10px 20px 9px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.5s;
}
.btn-style-5 span {
    padding: 10px 12px;
}
.btn-style-5:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.btn-style-5.btn-sm {
    font-size: 11px;
    padding: 9px 18px 7px;
}
.btn-style-5.btn-lg {
    font-size: 12px;
    padding: 16px 39px 16px;
}
.btn-style-5.btn-xl {
    font-size: 18px;
    padding: 12px 60px 11px;
}
/* ---- btn-style-5 :end ---- */

/* ---- btn-style-6 :start ---- */
.btn-style-6 {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    color: #ffffff;
    background-color: #2959a6;
    border: 1px solid #2959a6;
    border-radius: 100px;
    padding: 10px 20px 9px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.5s;
}
.btn-style-6 span {
    padding: 10px 12px;
}
.btn-style-6:hover {
    color: #2959a6;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-style-6.btn-sm {
    font-size: 11px;
    padding: 9px 18px 8px;
}
.btn-style-6.btn-lg {
    font-size: 12px;
    padding: 16px 39px 16px;
}
/* ---- btn-style-4 :end ---- */

/* ---- .btns-group-1 :start ---- */
.btns-group-1 {
    width: auto;
    height: auto;
    background-color: #2957a4;
    border: 4px solid #2957a4;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    overflow: hidden;
}
.btns-group-1 .btn {
    font-size: 12px;
    font-weight: 800;
    color: #ffffff;
    background-color: #2957a4;
    border-radius: 50px;
    padding: 10px 35px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btns-group-1 .btn.active {
    color: #2957a4;
    background-color: #ffffff;
}
.btns-group-1 .btn:hover {
    color: #2957a4;
    background-color: #ffffff;
}
/* ---- .btns-group-1 :end ---- */

/* ---- .block-style-1 :start ---- */
.block-style-1 {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 25px 25px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.block-style-1 .bs1-image {
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block-style-1 .bs1-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.block-style-1 .bs1-text {
    width: 100%;
    height: auto;
}
.block-style-1 .bs1-text h3 {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.3px;
    line-height: normal;
    color: #2959a6;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.block-style-1 .bs1-text h6 {
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: #000000;
    margin-bottom: 12px;
}
.block-style-1 .bs1-text h6 span {
    display: inline-block;
    background-color: #d4e2ef;
    border-radius: 10px;
    padding: 2px 10px 3px 10px;
}
.block-style-1 .bs1-text h5 {
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    margin-bottom: 0px;
    text-transform: uppercase;
    border-left: 4px solid #2959a6;
    padding-left: 5px;
    margin: 15px 0px;
}
.block-style-1 .bs1-text h5 sup {
    display: block;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    position: initial;
    top: 0;
}
.block-style-1 .bs1-btns {
    width: 100%;
    height: auto;
    padding-top: 15px;
    margin-top: auto;
}
/* ---- .block-style-1 :end ---- */

/* ---- .block-style-2 :start ---- */
.block-style-2 {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.block-style-2 .bs2-count {
    width: 100%;
    height: auto;
}
.block-style-2 .bs2-count h3 {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -0.3px;
    line-height: normal;
    color: #f74a3a;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.block-style-2 .bs2-image {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}
.block-style-2 .bs2-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.block-style-2 .bs2-text {
    width: 100%;
    height: auto;
}
.block-style-2 .bs2-text h3 {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: normal;
    color: #2959a6;
    margin-bottom: 10px;
    text-transform: uppercase;
}
/* ---- .block-style-2 :end ---- */

/* ---- .box-style-1 :start ---- */
.box-style-1 {
    width: 100%;
    height: auto;
    color: #ffffff;
    background-color: #2957a4;
}
.box-style-1 .bxs1-left {
    width: calc(100% + 100px);
    height: 100%;
    display: flex;
    align-items: center;
    padding: 100px 0px;
    position: relative;
}
.box-style-1 .bxs1-left .bxleft-inner {
    position: relative;
    z-index: 2;
}
.box-style-1 .bxs1-left .bxsl-text {
    width: 100%;
    height: auto;
}
.box-style-1 .bxs1-left .bxsl-text p {
    font-size: 18px;
    font-weight: 400;
}
.box-style-1 .bxs1-right {
    width: 100%;
    height: 100%;
    position: relative;
}
.box-style-1 .bxs1-right::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(41,87,164);
    background: linear-gradient(90deg, rgba(41,87,164,1) 5%, rgba(41,87,164,0) 70%);
    z-index: 1;
}
.box-style-1 .bxs1-right .bxright-inner {
    width: 100%;
    height: 100%;
}
.box-style-1 .bxs1-right .bxright-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* ---- .box-style-1 :end ---- */

/* ----  list__scroll :start ---- */
.list__scroll .nice-select .list {
    max-height: 300px;
    overflow-y: auto;
}
.list__scroll .simplebar-track.simplebar-vertical {
    width: 10px;
}
.list__scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    width: 8px;
    border-radius: 50px;
}
.list__scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 0;
    bottom: 0;
}
.list__scroll .simplebar-scrollbar:before {
    border-radius: 0;
}
.list__scroll .simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.3;
}
/* ----  list__scroll :end ---- */

/* ---- form-style-1 :start ---- */
.form-style-1 {
    width: 100%;
    height: auto;
}
.form-style-1 .form-label {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}
.form-style-1 .form-label.required::after {
    content: '*';
    /* color: #f06369; */
    margin-left: 2px;
}
.form-style-1 .form-control {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    background-color: #f2f2f2;
    border: 2px solid #c8d6e3;
    border-radius: 50px;
    overflow: hidden;
    padding: 16px 30px;
    transition: 0.5s;
}
.form-style-1 textarea.form-control {
    border-radius: 20px;
}
.form-style-1 .form-control:focus {
    background-color: #ffffff;
    border-color: #058ccb;
    box-shadow: none;
}
.form-style-1 .form-control:disabled {
    background-color: #e8e8e8;
    opacity: 0.7;
    pointer-events: none;
}
.form-style-1 .form-control::placeholder {
    color: #99a7b9;
}
.form-style-1 .nice-select {
    width: 100%;
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    background-color: #f2f2f2;
    border: 2px solid #c8d6e3;
    border-radius: 50px;
    padding: 16px 40px 16px 30px;
    display: flex;
    align-items: center;
}
.form-style-1 .nice-select::after {
    top: 0;
    right: 20px;
    width: 10px;
    height: 100%;
    background-image: url('../images/select-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.form-style-1 .nice-select.open::after {
    -webkit-transform: scaleY(-1) rotate(0deg);
        -ms-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
}
.form-style-1 .nice-select .list {
    max-height: 300px;
    overflow-y: auto;
    border-radius: 15px;
}
.form-style-1 .btn {
    font-size: 18px;
    font-weight: 700;
    padding: 18px 20px 17px 20px;
}


.form-style-1.frm-c1 .form-label {
    color: #ffffff;
}
.form-style-1.frm-c1 .form-control {
    color: #ffffff;
    background-color: transparent;
    border-color: #8372c4;
}
.form-style-1.frm-c1 .form-control:focus {
    background-color: transparent;
    border-color: #ffffff;
    box-shadow: none;
}
.form-style-1.frm-c1 .form-control::placeholder {
    color: #ad9cee;
}
.form-style-1.frm-c1 .nice-select {
    background-color: transparent;
    border-color: #8372c4;
}
.form-style-1.frm-c1 .nice-select.open {
    border-color: #ffffff;
}
.form-style-1.frm-c1 .nice-select .current {
    color: #ffffff;
}
.form-style-1.frm-c1 .nice-select::after {
    filter: brightness(0) invert(1);
}
.form-style-1.frm-c1 .form-label.required::after {
    color: #ffffff;
}
/* ---- form-style-1 :end ---- */

/* ---- owlsameheight :start ---- */
.owlsameheight .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.owlsameheight .owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}
.owlsameheight .owl-item .item {
    width: 100% !important;
    height: 100% !important;
}
/* ---- owlsameheight :end ---- */

/* ---- .owldots-1 :start ---- */
.owldots-1 .owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-top: 45px;
}
.owldots-1 .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    display: flex;
    background-color: #d4e2ef;
    border: 1px solid #d4e2ef;
    border-radius: 100%;
    transition: 0.5s;
}
.owldots-1 .owl-dots .owl-dot.active {
    background-color: #2957a4;
    border-color: #2957a4;
}
.owldots-1 .owl-dots .owl-dot:hover {
    background-color: #ffc929;
    border-color: #ffc929;
}
/* ---- .owldots-1 :end ---- */

/* ---- .owldots-2 :start ---- */
.owldots-2 .owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-top: 45px;
}
.owldots-2 .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    display: flex;
    background-color: #d4e2ef;
    border: 1px solid #d4e2ef;
    border-radius: 100%;
    transition: 0.5s;
}
.owldots-2 .owl-dots .owl-dot.active {
    background-color: #2957a4;
    border-color: #d4e2ef;
}
.owldots-2 .owl-dots .owl-dot:hover {
    background-color: #ffc929;
    border-color: #ffc929;
}
/* ---- .owldots-1 :end ---- */

/* ---- .owlnav-1 :start ---- */
.owlnav-1 {
    padding-right: 72px;
}
.owlnav-1:has(.owl-nav.disabled) {
    padding-right: 0px;
}
.owlnav-1 .owl-nav {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 0px;
    z-index: 2;
} 
.owlnav-1 .owl-nav button.owl-prev, 
.owlnav-1 .owl-nav button.owl-next  {
    width: 34px;
    height: 34px;
    font-size: 14px;
    color: #2959a6;
    border: 2px solid #2959a6;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owlnav-1 .owl-nav button.owl-prev:hover, 
.owlnav-1 .owl-nav button.owl-next:hover  {
    opacity: 1;
    color: #000000;
    background-color: #fbd847;
    border-color: #fbd847;
}
.owlnav-1 .owl-nav button.owl-prev.disabled, 
.owlnav-1 .owl-nav button.owl-next.disabled  {
    opacity: 0.1 !important;
    pointer-events: none;
}
/* ---- .owlnav-1 :end ---- */

/* ---- .owlnav-2 :start ---- */
.owlnav-2 {
    padding: 0px 35px;
    position: relative;
}
.owlnav-2:has(.owl-nav.disabled) {
    padding: 0px 0px;
}
.owlnav-2 .owl-nav {
    z-index: 2;
} 
.owlnav-2 .owl-nav button.owl-prev, 
.owlnav-2 .owl-nav button.owl-next  {
    width: 30px;
    height: 30px;
    font-size: 10px;
    color: #2959a6;
    border: 2px solid #2959a6;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 15px);
}
.owlnav-2 .owl-nav button.owl-prev {
    left: 0;
}
.owlnav-2 .owl-nav button.owl-next {
    right: 0;
}
.owlnav-2 .owl-nav button.owl-prev:hover, 
.owlnav-2 .owl-nav button.owl-next:hover  {
    opacity: 1;
    color: #000000;
    background-color: #fbd847;
    border-color: #fbd847;
}
.owlnav-2 .owl-nav button.owl-prev.disabled, 
.owlnav-2 .owl-nav button.owl-next.disabled  {
    opacity: 0.1 !important;
    pointer-events: none;
}
/* ---- .owlnav-2 :end ---- */

/* ---- breadcrumb-style-1 :start ---- */
.breadcrumb-style-1 {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    padding: 10px 0px;
}
.breadcrumb-style-1 .breadcrumb {
    margin: 0;
}
.breadcrumb-style-1 .breadcrumb-item a {
    color: #ffffff;
}
.breadcrumb-style-1 .breadcrumb-item a:hover {
    color: #ffc929;
}
.breadcrumb-style-1 .breadcrumb-item.active {
    color: #ffffff;
}
.breadcrumb-style-1 .breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
}
/* ---- breadcrumb-style-1 :end ---- */

/* ---- pagination-style-1 :start ---- */
.pagination-style-1 {
    width: 100%;
    height: auto;
    gap: 5px;
    margin: 0px;
}
.pagination-style-1 .page-item .page-link {
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #2959a6;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 5px 5px 6px;
    margin: 0;    
}
.pagination-style-1 .page-item.prev .page-link,
.pagination-style-1 .page-item.next .page-link {
    background-color: #c0cee4;
}
.pagination-style-1 .page-item:hover .page-link {
    color: #000000;
    background-color: #bfbfbf;
    border-color: #bfbfbf;
}
.pagination-style-1 .page-item.active .page-link {
    color: #ffffff;
    background-color: #2959a6;
    border-color: #2959a6;
}
.pagination-style-1 .page-item.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.pagination-style-1 .page-item .page-link:focus {
    outline: 0;
    box-shadow: none;
}
/* ---- pagination-style-1 :end ---- */

/* ---- accordion-style-1 :start ---- */
.accordion-style-1 {
    border-top: 0;
    border-bottom: 0;
}
.accordion-style-1 .accordion-item {
    background-color: #f2f2f2;
    border: 0;
    border-radius: 0px;
    border-bottom: 1px solid #e6ebf4 !important;
    padding: 0px;
    margin-bottom: 0px;
    overflow: hidden;
}
.accordion-style-1 .accordion-item:last-child {
    margin-bottom: 0px;
    /* border-bottom: 0; */
}
.accordion-style-1 .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    background-color: #ffffff;
    padding: 16px 20px;
    box-shadow: none;
    transition: 0.5s;
}
.accordion-style-1 .accordion-item .accordion-header .accordion-button b {
    font-weight: 700;
}
.accordion-style-1 .accordion-item .accordion-header .accordion-button::after {
    width: 10px;
    height: 10px;
    /* background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1"%3E%3Cline x1="12" y1="5" x2="12" y2="19"%3E%3C/line%3E%3Cline x1="5" y1="12" x2="19" y2="12"%3E%3C/line%3E%3C/svg%3E'); */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath stroke='%23000000' stroke-width='2' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: contain;
}
.accordion-style-1 .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    /* background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1"%3E%3Cline x1="5" y1="12" x2="19" y2="12"%3E%3C/line%3E%3C/svg%3E'); */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232959a6'%3e%3cpath stroke='%232959a6' stroke-width='2' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-style-1 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #282828;
    background-color: #ffffff;
}
.accordion-style-1 .accordion-item .accordion-body {
    line-height: 1.5;
    padding: 20px 30px;
    background-color: #f3f5fa;
}

.accordion-style-1 .accordion-item:hover .accordion-header .accordion-button {
    color: #2959a6;
    background-color: #ffffff;
}
/* ---- accordion-style-1 :end ---- */

/* ---- alert-style-1 :start ---- */
.alert-style-1 {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background-color: #2957a4;
    border: 0;
    border-radius: 0;
    padding: 20px 20px;
    margin-bottom: 24px;
}
.alert-style-1 .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    background-size: 9px;
    border-radius: 0;
    padding: 0;
    opacity: 1;
    z-index: 2;
}
.alert-style-1 .btn-close:hover {
    color: #ffffff;
    background-color: #ffc929;
}
/* ---- .alert-style-1 :end ---- */

/* ---- .modal-style-1 :start ---- */
body:has(.modal-style-1) .modal-backdrop {
    background-color: #8ba8d4;
}
body:has(.modal-style-1) .modal-backdrop.show {
    opacity: 0.8;
}

.modal-style-1 .modal-content {
    border-radius: 0;
}
.modal-style-1 .modal-body {
    padding: 50px 20px;
    position: relative;
}
.modal-style-1 .modal-body .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #b65ba6;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23ffffff' stroke-width='2' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 9px;
    border-radius: 0;
    opacity: 1;
}
.modal-style-1 .modal-body .btn-close:hover {
    background-color: #e50fbf;
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000000' stroke-width='2' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e"); */
}
.modal-style-1 .modal-body .caphead {
    margin-bottom: 40px;
}
.modal-style-1 .modal-body .caphead h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
}
.modal-style-1 .modal-body .caphead h3 sup {
    display: block;
    font-size: 12px;
    line-height: normal;
    position: initial;
    margin-bottom: 10px;
}
/* ---- .modal-style-1 :end ---- */

/* ----- List Style 1 :start ----- */
.list-style-1 ul {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
    margin: 15px 0px 30px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
}
.list-style-1 ul li {
    position: relative;
    padding: 2px 0 2px 25px;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
}
.list-style-1 ul li:last-child {
    margin-bottom: 0;
}
.list-style-1 ul li::before{
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    color: #2959a6;
    position: absolute;
    top: 3px;
    left: 1px;
}
.list-style-1 ul li a {
    color: #2959a6;
    text-decoration: none;
}
.list-style-1 ul li a:hover {
    color: #2959a6;
    text-decoration: underline;
}
/* ----- List Style 1 :end ----- */

/* ----- Ordered List Style 1 :start ----- */
.olist-style-1 ul {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding-left: 0;
    margin: 15px 0px 30px 0px;
    counter-reset: list-counter;
}
.olist-style-1 ul li {
    counter-increment: list-counter;
    margin: 5px 0;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 2px;
    display: flex;
}
.olist-style-1.fw-normal li {
    font-weight: 400;
}
.olist-style-1 ul li::before {
    content: counter(list-counter) ". ";
    /* font-weight: 600; */
    min-width: 30px;
    display: inline-block;
}
.olist-style-1 ul li:nth-child(-n+9)::before {
    content: "0." counter(list-counter) ". ";
}  
/* ----- Ordered List Style 1 :end ----- */

/* ----- contents-wraper-1 :start ----- */
.contents-wraper-1 :first-child {
    margin-top: 0;
}
.contents-wraper-1 h3 {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 700;
    color: #2959a6;
    margin: 30px 0px 15px 0px;
}
.contents-wraper-1 h4 {
    font-size: 23px;
    line-height: 1.5;
    font-weight: 700;
    margin: 20px 0px 15px 0px;
}
.contents-wraper-1 h5 {
    font-size: 19px;
    line-height: 1.5;
    font-weight: 700;
    margin: 15px 0px 15px 0px;
}
.contents-wraper-1 p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 0 18px 0;
}
.contents-wraper-1 p strong {
    font-weight: 700;
}
.contents-wraper-1 p a {
    color: #2959a6;
    text-decoration: underline;
}
.contents-wraper-1 p a:hover {
    color: #2959a6;
    text-decoration: none;
}
/* ----- contents-wraper-1 :end ----- */

/* ---- No data section :start ---- */
.nodata-section {
    width: 100%;
    height: auto;
    margin: 30px 0px;
}
.nodata-section .ndsec-inner {
    width: 100%;
    height: auto;
    min-height: 400px;
    background-color: #f6f6f6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nodata-section .ndsec-inner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #c1c1c1;
}
/* ---- No data section :end ---- */

/* COMMON STYLE :END */



/* Header top section :start */
.headertop-section {
    width: 100%;
    height: auto;
    color: #ffffff;
    background-color: #000000;
    overflow: hidden;
}
.headertop-section .htsec-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px 5px;
    padding: 0px 20px;
}

.headertop-section .htsec-inner .htsi-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.headertop-section .htsec-inner .htsi-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.headertop-section h6 {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    padding: 5px 0px;
    margin: 0;
}
.headertop-section h6 em {
    font-style: normal;
}
.headertop-section h6 span,
.headertop-section h6 a {
    color: #ffc929;
}
.headertop-section h6 a:hover {
    text-decoration: underline;
}

.headertop-section .wabox {
    color: #ffffff;
    background-color: #29a439;
    padding: 6px 20px 6px 0px;
    position: relative;
}
.headertop-section .wabox::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50dvw;
    height: 100%;
    transform: translateX(calc(-100% + 2px));
    background-color: inherit;
}
.headertop-section .wabox p {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    margin: 0;
    position: relative;
}
.headertop-section .wabox p a {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    margin-left: 5px;
}
.headertop-section .wabox p a i {
    font-size: 10px;
    color: #29a439;
    background-color: #ffffff;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.headertop-section .wabox p a i span {
    display: inline-block;
    margin-left: 5px;
}
.headertop-section .wabox p a:hover {
    text-decoration: underline;
}

.headertop-section .htlinks {
    display: flex;
    align-items: center;
}
.headertop-section .htlinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.headertop-section .htlinks ul li {
    padding-right: 20px;
    border-right: 1px solid #707070;
    text-transform: uppercase;
    text-wrap: nowrap;
}
.headertop-section .htlinks ul li:last-child {
    padding-right: 0;
    border: 0;
}
.headertop-section .htlinks ul li a {
    color: inherit;
    transition: 0.5s;
    padding: 9px 0px;
    display: inline-block;
}
.headertop-section .htlinks ul li a i {
    margin-left: 0px;
}
.headertop-section .htlinks ul li a:hover {
    color: #ffc929;
}

.headertop-section .htlinks2 {
    display: flex;
    align-items: center;
}
.headertop-section .htlinks2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 5px 0px;
}
.headertop-section .htlinks2 ul li.htl2-mob {
    display: none;
}
.headertop-section .htlinks2 ul li a {
    color: inherit;
}
.headertop-section .htlinks2 ul li a i {
    width: 18px;
    height: 18px;
    font-size: 9px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.headertop-section .htlinks2 ul li a:hover i {
    background-color: #ffc929;
}
/* Header top section :end */

/* Home banner section :start */
.homebanner-section {
    width: 100%;
    height: auto;
}
.homebanner-section .hbsec-block {
    width: 100%;
    height: 520px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 60px 80px;
    background-color: #2957a4;
}
.homebanner-section .hbsec-block::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%);
    z-index: 1;
}
.homebanner-section .hbsec-block > img,
.homebanner-section .hbsec-block > video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.homebanner-section .hbsec-block .hbcaption {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}
.homebanner-section .hbsec-block .hbcaption h1 {
    font-size: 44px;
    font-weight: 800;
    letter-spacing: -0.2px;
    line-height: 1.1;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.homebanner-section .hbsec-block .hbcaption p {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 0px;
}

.homebanner-owl .owl-nav {
    z-index: 2;
} 
.homebanner-owl .owl-nav button.owl-prev, 
.homebanner-owl .owl-nav button.owl-next  {
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homebanner-owl .owl-nav button.owl-prev {
    left: 20px;
}
.homebanner-owl .owl-nav button.owl-next  {
    right: 20px;
}
.homebanner-owl .owl-nav button.owl-prev:hover, 
.homebanner-owl .owl-nav button.owl-next:hover  {
    opacity: 1;
    color: #000000;
    background-color: #ffc929;
    border-color: #ffc929;
}
.homebanner-owl .owl-nav button.owl-prev.disabled, 
.homebanner-owl .owl-nav button.owl-next.disabled  {
    opacity: 0.1 !important;
    pointer-events: none;
}

.homebanner-owl .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0px;
    right: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    z-index: 1;
}
.homebanner-owl .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.7s;
}
.homebanner-owl .owl-dots .owl-dot.active {
    background-color: #ffc929;
}
.homebanner-owl .owl-dots .owl-dot:hover {
    background-color: #65827f;
}
/* home banner section :end */

/* Products section :start */
.products-outer {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.products-outer .products-block {
    /* width: 400px; */
    width: calc(36% - 16px);
    height: auto;
}
.products-outer .products-block.small {
    /* width: 300px; */
    width: calc(28% - 16px);
    height: auto;
}

.products-box {
    width: 100%;
    height: 100%;
    min-height: 280px;
    background-color: var(--pbx-colour);
    border-radius: 32px;
    padding: 24px 24px;
    overflow: hidden;
    position: relative;
}
.products-box::before {
    content: '';
    position: absolute;
    top: 24px;
    right: 24px;
    width: 27px;
    height: 27px;
    background-image: url('../images/arrow-1.png');
    background-repeat: no-repeat;
    background-position: top right;
    transition: 0.5s;
}
.products-box .pbx-left {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    z-index: 1;
}
.products-box .pbx-left h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.products-box .pbx-left p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 0px;
}
.products-box .pbx-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 55%;
    height: 100%;
    padding: 20px 20px 20px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 10px;
    z-index: 0;
}
.products-box .pbx-right img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: 0.5s;
}

.products-box .btn {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 100px;
    padding: 9px 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.products-box:hover .btn {
    color: var(--pbx-colour);
    background-color: #ffffff;
    border-color: #ffffff;
}

.products-box:hover .pbx-right img {
    transform: scale(0.9);
}

.products-box.pbx-s1 {
    --pbx-colour: #5bb68d;
}
.products-box.pbx-s2 {
    --pbx-colour: #5b9db6;
}
.products-box.pbx-s3 {
    --pbx-colour: #5b77b6;
}
.products-box.pbx-s4 {
    --pbx-colour: #6e5bb6;
}
.products-box.pbx-s5 {
    --pbx-colour: #b65ba6;
}
.products-box.pbx-s6 {
    --pbx-colour: #b65d5b;
}
/* Products section :end */

/* After Sales section :start */
.aftersales-section {
    width: 100%;
    height: auto;
    background-color: #2957a4;
    position: relative;
}
.aftersales-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/after-sales-bg.png');
    background-blend-mode: screen;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    opacity: 0.1;
}
.aftersales-section .assec-content {
    width: 100%;
    height: auto;
}
.aftersales-section .assec-content p {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 15px;
}
/* After Sales section :end */

/* Latest Products section :start */
.latestproducts-section {
    width: 100%;
    height: auto;
    background-image: url('../images/latest-products-section-gradient.png');
    background-repeat: repeat-x;
    background-position: top;
}
.latestproducts-carousel .owl-stage-outer {
    filter: drop-shadow(1px 37.05px 27.95px rgba(0, 0, 0, 0.06));
}
/* Latest Products section :end */

/* News & Events section :start */
.newsnevents-section {
    width: 100%;
    height: auto;
}
.newsevent-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dde4f0;
    padding-bottom: 55px;
    margin-bottom: 55px;
}
.newsevent-item:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.newsevent-item .neitem-left {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 20px 35px;
}
.newsevent-item .neitem-left .neimage {
    flex-grow: 0;
    flex-shrink: 0;
    width: 268px;
    height: auto;
    aspect-ratio: 1.75/1;
}
.newsevent-item .neitem-left .neimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.newsevent-item .neitem-left .netext {
    width: 100%;
}
.newsevent-item .neitem-left .netext h3 {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 10px;
}
.newsevent-item .neitem-left .netext p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsevent-item .neitem-right {
    flex-grow: 0;
    flex-shrink: 0;
    width: auto;
    height: auto;
    padding-left: 60px;
    margin-left: 60px;
    position: relative;
}
.newsevent-item .neitem-right::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100px;
    background-color: #dde4f0;
}
.newsevent-item .neitem-right time {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #2957a4;
    margin-bottom: 30px;
}
.newsevent-item .neitem-right time span {
    display: block;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 0px;
}
/* News & Events section :end */

/* Our Clients section :start */
.ourclients-carousel {
    width: 100%;
    height: auto;
}
.ourclients-carousel .occ-block {
    width: 100%;
    height: auto;
    max-height: 220px;
    aspect-ratio: 1.11/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d0dcef;
    padding: 20px 20px;
    overflow: hidden;
}
.studentswork-carousel .occ-block img {
    width: auto;
    max-width: 100%;
    height: 70px;
    max-height: 100%;
    transition: 0.5s;
    object-fit: contain;
}
/* Our Clients section :end */

/* Get a Quote section :start */
.getaquote-section {
    background-color: #6e5bb6;
    position: relative;
}
.getaquote-section .gaqshape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.getaquote-section .gaqshape .gqsinner::before {
    content: '';
    position: absolute;
    top: 0;
    width: 90px;
    height: 50px;
    transform: translateY(-100%);
    background-image: url('../images/get-quote-section-shape.png');
    background-repeat: no-repeat;
    background-position: bottom;
}
/* Get a Quote section :end */

/* footer section :start */
footer {
    width: 100%;
    height: auto;
}

footer .ftop {
    width: 100%;
    height: auto;
    padding: 80px 0px 60px;
}
footer .ftop .ftp-block {
    width: 100%;
    height: 100%;
}
footer .ftop .ftp-block h2 {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 30px;
}

footer .ftop .ftp-block .flist-style-1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 0;
}
footer .ftop .ftp-block .flist-style-1 ul li {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
}
footer .ftop .ftp-block .flist-style-1 ul li:last-child {
    margin-bottom: 0;
}
footer .ftop .ftp-block .flist-style-1 ul li a {
    color: inherit;
}
footer .ftop .ftp-block .flist-style-1 ul li a:hover {
    color: #ffc929;
}

footer .ftop .ftp-block .srwcol {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
footer .ftop .ftp-block .srwcol h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #2959a6;
    margin-bottom: 10px;
}
footer .ftop .ftp-block .srwcol h3 b {
    font-weight: 800;
}
footer .ftop .ftp-block .srwcol address {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 10px;
}
footer .ftop .ftp-block .srwcol .srlinks {
    margin: 24px 0px;
}
footer .ftop .ftp-block .srwcol .srlinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 0;
}
footer .ftop .ftp-block .srwcol .srlinks ul li {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    display: flex;
    align-items: center;
}
footer .ftop .ftp-block .srwcol .srlinks ul li:last-child {
    margin-bottom: 0;
}
footer .ftop .ftp-block .srwcol .srlinks ul li i {
    flex-shrink: 0;
    flex-grow: 0;
    width: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
footer .ftop .ftp-block .srwcol .srlinks ul li i img {
    width: auto;
    max-width: 100%;
    height: auto;
}
footer .ftop .ftp-block .srwcol .srlinks ul li a {
    color: inherit;
}
footer .ftop .ftp-block .srwcol .srlinks ul li a:hover {
    color: #ffc929;
}

footer .ftop .scrolltop-wrap {
    margin-top: 100px;
}
footer .ftop .backtotop {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    background-color: #d3ddec;
    border: 2px solid #d3ddec;
    border-radius: 0px 20px 20px 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 24px;
    margin: 0px 0px 0px 35px;
    position: relative;
}
footer .ftop .backtotop span {
    position: absolute;
    left: -35px;
    width: 50px;
    height: 50px;
    background-color: #2959a6;
    border-radius: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
footer .ftop .backtotop span img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: 0.5s;
}
footer .ftop .backtotop:hover {
    color: #ffffff;
    background-color: #2959a6;
    border-color: #2959a6;
}
footer .ftop .backtotop:hover span img {
    transform: rotate(360deg);
}

footer .fbottom {
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
}
footer .fbottom .fbtm-inner {
    padding: 14px 0px;
    border-top: 1px solid #cacaca;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
footer .fbottom .fbtm-inner p a {
    color: inherit;
}
footer .fbottom .fbtm-inner p a:hover {
    text-decoration: underline;
}
/* footer section :end */

/* .fixed-buttons :start */
.fixed-buttons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
    position: fixed;
    top: 50%;
    right: 0;
    /* writing-mode: sideways-lr; */
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    z-index: 2;
}
.fixed-buttons .fixbtn {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #2957a4;
    border-radius: 0px;
    padding: 18px 10px;
    text-wrap: nowrap;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
    gap: 5px;
}
.fixed-buttons .fixbtn i {
    font-size: 18px;
}
.fixed-buttons .fixbtn.whatsapp {
    color: #ffffff;
    background-color: #1fc43d;
}
.fixed-buttons .fixbtn.help {
    color: #ffffff;
    background-color: #c21410;
}

.fixed-buttons .fixbtn:hover {
    color: #ffffff;
    background-color: #2957a4;
}
/* .fixed-buttons :end */

/* Inner banner :start */
.innerbanner-section {
    width: 100%;
    height: auto;
    background-color: #2957a4;
    position: relative;
}
.innerbanner-section .inbsec-block {
    width: 100%;
    height: 355px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 60px 0px;
    background-color: #2957a4;
}
.innerbanner-section .inbsec-block.s2 {
    height: 120px;
}
.innerbanner-section .inbsec-block::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
    z-index: 1;
}
.innerbanner-section .inbsec-block::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
    z-index: 1;
}
.innerbanner-section .inbsec-block img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.innerbanner-section .inbsec-block .inbcaption {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}
.innerbanner-section .inbsec-block .inbcaption h1 {
    font-size: 44px;
    font-weight: 800;
    letter-spacing: -0.2px;
    line-height: 1.1;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.innerbanner-section .ibbreadcrumb {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}
/* Inner banner :end */

/* About us page :start */
.vision-principles-section {
    width: 100%;
    height: auto;
}
.vision-principles-section .vpsec-block {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
}
.vision-principles-section .vpsec-block.vpscenter img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* About us page :end */

/* Gallery page :start */
.gallery-block {
    width: 100%;
    height: auto;
    min-height: 200px;
    aspect-ratio: 1.44/1;
    border-radius: 35px;
    background-color: #2957a4;
    overflow: hidden;
    position: relative;
}
.gallery-block > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.gallery-block .galblk-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    text-align: center;
    background-color: rgba(41, 86, 164, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.5s;
}
.gallery-block .galblk-hover p {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gallery-block:hover .galblk-hover {
    opacity: 1;
}

.gallery-block.gvideo::after {
    content: '\f144';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 40px;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: 0.7s;
}
.gallery-block .galblk-hover {
    padding: 50px 30px;
}
.gallery-block.gvideo:hover::after {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 56px;
}
/* Gallery page :end */

/* News details page :start */
.nnedetails-section {
    width: 100%;
    height: 100%;
}
.nnedetails-section .nned-head {
    margin-bottom: 30px;
    position: relative;
}
.nnedetails-section .nned-head time {
    display: inline-block;
    width: auto;
    height: 55px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #ffffff;
    background-color: #2957a4;
    padding: 12px 20px;
    position: absolute;
    top: -55px;
    z-index: 1;
}
.nnedetails-section .nned-head time span {
    display: block;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 0px;
}
.nnedetails-section .nned-head h1 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.2;
    color: #ffffff;
    background-color: #2957a4;
    padding: 12px 20px;
    margin-bottom: 0px;
}

.nnedetails-section .nned-body {
    width: 100%;
    height: auto;
}
.nnedetails-section .nned-body p {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
}
/* News details page :end */

/* Downloads Page :start */
.download-block {
    width: 100%;
    height: 100%;
    background-color: #9f7f2a;
    border-radius: 30px;
    padding: 40px 40px;
    overflow: hidden;
}
.download-block .dblk-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 10px;
}
.download-block .dblk-head h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0px;
}
.download-block .dblk-head .dhright {
    flex-grow: 0;
    flex-shrink: 0;
}
.download-block .dblk-head .dhright img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.download-block .dblk-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
}
.download-block .dblk-body .dbicon {
    flex-grow: 0;
    flex-shrink: 0;
    transition: 0.5s;
}
.download-block .dblk-body .dbicon img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.download-block .dblk-body .dbfile {
    flex-grow: 0;
    flex-shrink: 0;
    width: 125px;
    height: auto;
    aspect-ratio: 0.76/1;
    box-shadow: 10px 10px 0px 0px #d3dbea;
    transition: 0.5s;
}
.download-block .dblk-body .dbfile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.download-block:hover .dblk-body .dbicon {
    transform: scale(0.8);
}
.download-block:hover .dblk-body .dbfile {
    box-shadow: 0px 0px 0px 0px #d3dbea;
}

.download-block.s1 {
    background-color: #9f7f2a;
}
.download-block.s2 {
    background-color: #000000;
}
/* Downloads Page :end */

/* After sales Page :start */
.ourexpertise-controls .oec-count {
    margin-bottom: 30px;
}
.ourexpertise-controls .oec-count h3 {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 0.8;
    color: #000000;
    margin-bottom: 0;
}
.ourexpertise-controls .oec-count h3 span:last-child {
    font-size: 0.5em;
}

.ourexpertise-controls .oec-nav {
    display: flex;
    gap: 7px;
}
.ourexpertise-controls .oec-nav span {
    width: 70px;
    height: 70px;
    font-size: 22px;
    color: #000000;
    border: 2px solid #2957a4;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.ourexpertise-controls .oec-nav a:hover span {
    color: #ffffff;
    background-color: #2957a4;
    border-color: #2957a4;
}
.ourexpertise-controls .oec-nav a:hover span img {
    filter: brightness(0) invert(1);
}

.ourexpertise-carousel {
    width: 100%;
    height: auto;
}
.ourexpertise-carousel .owl-stage-outer .owl-stage {
    padding-left: 0 !important;
}
.ourexpertise-carousel .oecarousel-block {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 20px;
}
.ourexpertise-carousel .oecarousel-block > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ourexpertise-carousel .oecarousel-block .oeblk-text {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.2px;
    color: #ffffff;
    background-color: #2957a4;
    padding: 15px 20px;
    width: auto;
    max-width: calc(100% - 120px);
    height: auto;
}
.ourexpertise-carousel .oecarousel-block h3 {
    position: absolute;
    bottom: -20px;
    left: 30px;
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 0.8;
    color: #2957a4;
    margin-bottom: 0;
}
/* After sales Page :end */

/* Contact Us Page :start */
.contpg-top-section {
    width: 100%;
    height: auto;
}
.contpg-top-section .ctopsec-left {
    width: 100%;
    height: 100%;
}
.contpg-top-section .ctopsec-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    border-radius: 30px;
    overflow: hidden;
}
.contpg-top-section .ctopsec-right {
    width: 100%;
    height: 100%;
}

.contpg-top-section .ctsdetails .ctdinner {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.contpg-top-section .ctsdetails .ctdetails-left {
    width: 100%;
    max-width: 290px;
    height: 100%;
    padding-right: 40px;
    border-right: 2px solid #878787;
}
.contpg-top-section .ctsdetails .ctdetails-left h2 {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.3;
    color: #2957a4;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.contpg-top-section .ctsdetails .ctdetails-left h2 sub {
    font-size: 16px;
    line-height: inherit;
    display: block;
    position: initial;
    margin-top: 5px;
}
.contpg-top-section .ctsdetails .ctdetails-left address {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 0px;
}

.contpg-top-section .ctsdetails .ctdetails-right {
    flex-shrink: 0;
    flex-grow: 0;
}
.contpg-top-section .ctsdetails .ctdetails-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #000000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contpg-top-section .ctsdetails .ctdetails-right ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.contpg-top-section .ctsdetails .ctdetails-right ul li > img {
    flex-shrink: 0;
    flex-grow: 0;
    width: 25px;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.contpg-top-section .ctsdetails .ctdetails-right ul li .btn {
    flex-shrink: 0;
    flex-grow: 0;
    width: 190px;
    font-size: 18px;
    letter-spacing: -0.5px;
    padding: 8px 15px 7px;
}


.branch-detail-block {
    width: 100%;
    height: 100%;
}
.branch-detail-block h3 {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.2px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 0;
    text-transform: uppercase;
}
.branch-detail-block p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 0;
}
.branch-detail-block p a {
    color: inherit;
}
.branch-detail-block p a:hover {
    color: #ffc929;
}

.contpg-timing-section {
    background-color: #2957a4;
    padding: 50px 0px;
    overflow-x: clip;
}
.contpg-timing-section .timingsec-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.contpg-timing-section .timingsec-left p {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 15px;
}
.contpg-timing-section .timingsec-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.contpg-timing-section .timing-table {
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    color: #ffffff;
    margin: 0;
}
.contpg-timing-section .timing-table tr th,
.contpg-timing-section .timing-table tr td {
    font-weight: inherit;
    padding: 7px 7px;
}

.contpg-form-section {
    background-color: #d4e2ef;
    background-image: url('../images/bg-pattern-1.png');
    background-repeat: repeat;
}
/* Contact Us Page :end */

/* Products page :start */
.products-section {
    width: 100%;
    height: auto;
    background-color: #e6ebf4;
}
.products-section .prosection-inner {
    width: 100%;
    max-width: 1920px;
    height: auto;
    padding: 0px 24px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 40px;
}

.products-section .prosection-inner .prosec-left {
    width: 330px;
    height: auto;
    flex-grow: 0;
    flex-shrink: 0;
}
.products-section .prosection-inner .prosec-right {
    width: 100%;
    height: auto;
}


.product-sidemenu {
    position: sticky;
    top: 20px;
}
.product-sidemenu .psmenu-top {
    display: none;
    text-align: right;
}
.product-sidemenu .psmenu-top .filter-close {
    font-size: 18px;
    color: #000000;
    padding: 10px 20px;
    display: inline-block;
}

.psidemenu-items {
    width: 100%;
    height: auto;
}
.psidemenu-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.psidemenu-items ul li a {
    color: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.psidemenu-items ul li a.active, 
.psidemenu-items ul li a:hover {
    color: #2959a6;
}

.prosection-top {
    padding: 0px 14px;
    margin-bottom: 20px;
}
.prosection-top .pstop-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.prosection-top .pstop-left h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
}
.prosection-top .pstop-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}
.prosection-top .pstop-right .pstopright-select {
    width: 100%;
    max-width: 245px;
}
.prosection-top .pstop-right .pstopright-select .current {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.prosection-top .pstop-right .filter-here {
    font-size: 16px;
    color: #2959a6;
    background-color: transparent;
    border: 1px solid #2959a6;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: none;
    flex-grow: 0;
    flex-shrink: 0;
}
.prosection-top .pstop-right .filter-here:hover {
    color: #ffffff;
    background-color: #2959a6;
    border-color:#2959a6;
}


.prodetail-popup .pdpopup-inner {
    width: 100%;
    height: auto;
}
.prodetail-popup .pdpopup-inner .pdetail-left {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prodetail-popup .pdpopup-inner .pdetail-left .pdblock {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prodetail-popup .pdpopup-inner .pdetail-left .pdblock img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.prodetail-popup .pdpopup-inner .pdetail-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.prodetail-popup .pdpopup-inner .pdetail-right h3 {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.3px;
    line-height: 1.2;
    color: #2959a6;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.prodetail-popup .pdpopup-inner .pdetail-right h6 {
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: #000000;
    margin-bottom: 12px;
}
.prodetail-popup .pdpopup-inner .pdetail-right h6 span {
    display: inline-block;
    background-color: #d4e2ef;
    border: 1px solid #bccbe3;
    border-radius: 10px;
    padding: 2px 10px 3px;
}
.prodetail-popup .pdpopup-inner .pdetail-right .pdet-list {
    width: 100%;
    height: auto;
    margin-top: 24px;
}
.prodetail-popup .pdpopup-inner .pdetail-right .pdet-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    color: #2957a4;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-transform: uppercase;
}
.prodetail-popup .pdpopup-inner .pdetail-right .pdet-list ul li {
    width: 100%;
    padding-left: 20px;
    position: relative;
}
.prodetail-popup .pdpopup-inner .pdetail-right .pdet-list ul li::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 14px;
    height: 12px;
    background-image: url('../images/check-mark-icon.png');
    background-repeat: no-repeat;
}
.prodetail-popup .pdpopup-inner .pdetail-right .pdet-list ul li sup {
    position: initial;
    font-size: 12px;
    font-weight: 500;
    line-height: initial;
    display: block;
    margin-bottom: 5px;
}





.filter-accordion {}
.filter-accordion .accordion-header {
    display: flex;
}
.filter-accordion .accordion-header .accordion-label {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    background-color: #ffffff;
    padding: 16px 20px;
    box-shadow: none;
    transition: 0.5s;
    width: 100%;
}
.filter-accordion .accordion-header .accordion-label b {
    font-weight: 700;
}

.filter-accordion .accordion-header .accordion-label.active, 
.filter-accordion .accordion-header .accordion-label:hover {
    color: #29a439;
}


.filter-accordion .accordion-header .accordion-button {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    background-color: #ffffff;
    padding: 16px 20px;
    box-shadow: none;
    transition: 0.5s;
    width: 50px;
    flex-shrink: 0;
    flex-grow: 0;
}
.filter-accordion .accordion-header .accordion-button::after {
    transition: 0.5s;
}
.filter-accordion .accordion-header:hover .accordion-button:hover,
.filter-accordion .accordion-header .accordion-button:hover {
    color: #ffffff;
    background-color: #d7e6ff;
}
/* .filter-accordion .accordion-header:hover .accordion-button:hover::after, 
.filter-accordion .accordion-header .accordion-button:hover::after {
    filter: brightness(0) invert(1);
} */
/* Products page :end */

/* 404 page :start */
.error404 {
    padding: 100px 0px;
}
.error404 .er404inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.error404 .er404inner .errorimg {
    padding: 0px 50px;
}
.error404 .er404inner .errorimg img {
    max-width: 100%;
    height: auto;
}
.error404 .er404inner .errortxt {
    padding: 0px 15px;
    margin-top: 20px;
}
.error404 .er404inner .errortxt h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .error404 .er404inner .errortxt h1 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .error404 .er404inner .errortxt h1 {
        font-size: 18px;
    }
    .error404 .er404inner .errorimg {
        padding: 0px 20px;
    }
}
/* 404 page :end */
