.image-gallery {
     display: inline-block;
    flex-wrap: wrap;
    justify-content: start; /* Align items to the start */
    gap: 16px; /* Space between items */
}

.image-item {
    width: 80px;
    height: 80px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 2px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
    align-items: center;
    justify-content: center;
}
.image-item img {
    width: 100%; /* Make images fill the container */
    height: 100%; /* Ensure the height fills the container */
    object-fit: cover; /* Cover ensures images maintain aspect ratio and fill the container */
    display: block; /* Ensures images are displayed as block elements */
}

.toggle-downloads::after,
.toggle-resources::after {
    content: " ▼";
    font-size: 0.8em;
    transition: transform 0.3s ease;
}
.tawk-min-container .tawk-button-circle.tawk-button-large {
    width: 45px !important;
    height: 45px !important;
}
.logo_h{
    max-width: 75%;
}
._new_nav{
/*    padding: 0px 70px;*/
    margin-top: 14px;
        background-color: #f7f7f7;
    padding: 10px 70px;
}
._new_nav ul li{

}
.text-sky-blue-2{

    background-color: #808080b3;
    padding: 5px 10px;
    color: white;
    border: transparent;
    outline: none;
    margin-top: 30px;

}
#search_btn{
        margin-left: -40px;
}
.three-column-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
    list-style: disc;
    padding: 0;
    margin-left: 10px;
}

.three-column-list li {
    padding: 5px;
        font-size: .9rem;
}
.border_shad{
    border-bottom: 2px solid #e6e6e6;

    margin-bottom: 30px;
    padding-left: 8px;
    padding-bottom: 30px;
}
@media (max-width: 767px) {
    .three-column-list {
        grid-template-columns: 1fr;
    }
}

.downloads-menu,
.resources-menu {
    transition: max-height 0.3s ease;
    overflow: hidden;
}

.downloads-menu.active,
.resources-menu.active {
    display: block;
}

.toggle-downloads.active::after,
.toggle-resources.active::after {
    transform: rotate(-180deg);
}
.element {
    border-bottom: 2px solid #e6e6e6; /* The solid border */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adding shadow */
    padding: 10px; /* Optional padding for better spacing */
}

.mobile-menu {
    background-color: #1f2937;
}

.mobile_menu a {
    color: #3649b6;
}

.mobile_menu a:hover {
    color: #60a5fa;
}

.downloads-menu,
.resources-menu {
    background-color: #374151;
}

.downloads-menu a,
.resources-menu a {
    color: #ffffff;
}

.downloads-menu a:hover,
.resources-menu a:hover {
    color: #60a5fa;
}

hr {
    border-color: #4b5563;
}

.full-width-popup {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin-top: 33px;
}
.shopping-icon {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    cursor: pointer;
}

.shopping-icon img {
    width: 45px;
    height: 45px;
    transition: background-color 0.3s ease;
}
.swal2-cancel {
}
.shopping-icon #cart-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #f51a1af7;
    color: white;
    font-size: 14px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bold;
}
#cart-count {
    float: right;
    background-color: red;
    padding: 2px 10px;
    border-radius: 50%;
}
.quantity_control button {
    background-color: #2441ab;
    color: white;
    border: none;
    padding: 0px 7px;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 1px;
    width: 24px;
}

.offcanvas {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background-color: #f4f4f4;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
    z-index: 1000;
    border-left: 2px solid #2441ab;
}

.offcanvas h2 {
    font-size: 24px;
    text-align: center;
    color: #2441ab;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}

.cart-item {
    padding: 8px;
    margin: 10px 0;
    background-color: #eaeaea;
    border-radius: 8px;
    border: 1px solid #606060;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-item p {
    color: #606060;
    margin: 0;
}
.mb-6px {
    margin-bottom: 6px !important;
}
.cart-item button {
    background-color: #2441ab;
    color: white;
    border: none;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}

.cart-item button:hover {
    background-color: #1d3692;
}

.quantity-control {
    display: flex;
    align-items: center;
}

.quantity-control button {
    background-color: #2441ab;
    color: white;
    border: none;
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 12px;
    cursor: pointer;
}

.quantity-control button:hover {
    background-color: #1d3692;
}

.quantity-control input {
    width: 40px;
    text-align: center;
    border: 1px solid #606060;
    margin: 0 5px;
    border-radius: 4px;
}

.close-btn {
    position: absolute;
    top: 8px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: #606060;
    transition: color 0.3s;
}

.close-btn:hover {
    color: #2441ab;
}

#cart-items {
    padding: 20px;
}

.total-items {
    font-size: 18px;
    text-align: center;
    padding: 10px;
    background-color: #2441ab;
    color: white;
    margin-top: 20px;
    border-radius: 8px;
}

.shopping-icon img:hover {
}

.custom-icons {
    padding: 10px;
}
.no-scroll {
    overflow: hidden;
}
.popup-content {
    position: relative;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.close-popup-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    background-color: #2e3f96;
    padding: 5px 14px;
    border-radius: 50%;
}

.category-container {
    display: flex;
    width: 100%;
}

.category-list {
    width: 30%;
    background-color: #f2f2f2;
    padding: 20px;
    height: 100%;
    overflow-y: auto;
}

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

.category-list li {
    padding: 8px;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #e6e6e6;
    color: #2e3f96;
    transition: background-color 0.3s, color 0.3s;
    font-size: 14px;
}

.category-list li:hover {
    background-color: #2e3f96;
    color: #fff;
}

.category-list li.active {
    background-color: #2e3f96;
    color: #fff;
}

#category-search {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #2441ab;
    border-radius: 4px;
    box-sizing: border-box;
}

.subcategory-container {
    width: 70%;
    background-color: #f2f2f2;
    padding: 20px;
    overflow-y: auto;
}

#active-category-name {
    font-size: 18px;
    color: #2e3f96;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 2px solid #2e3f96;
    padding-bottom: 10px;
}

.subcategory-list {
    display: none;
}
.category .subcategory-list {
    margin-left: 25px;
}

.subcategory-column-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

.subcategory-item {
    width: 100%;

    border-radius: 5px;
    color: #2e3f96;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
}

.subcategory-item:hover {
    color: #2e3f96bf;
}

.child-subcategory-list {
    list-style: none;
    margin-top: 5px;
    border-radius: 5px;
    margin-left: 12px;
}

.child-subcategory-list li {
    font-size: 12px;
    margin-top: 5px;
    color: #2e3f96;
}

.child-subcategory-list li:hover {
    text-decoration: underline;
    color: #888;
}

.child-subcategory-item a {
    font-size: 14px;
    color: #2c3f4c;
}
.no-subcategories {
    font-size: 16px;
    color: red;
    padding: 10px;
}

@media (max-width: 1200px) {
    .popup-content {
        flex-direction: column;
        height: auto;
    }

    .category-container {
        flex-direction: column;
    }

    .category-list,
    .subcategory-container {
        width: 100%;
    }

    .subcategory-item {
        width: 45%;
    }
}

@media (max-width: 768px) {
    .popup-content {
        width: 95%;
    }

    .category-list,
    .subcategory-container {
        width: 100%;
    }

    .subcategory-item {
        width: 100%;
    }

    #active-category-name {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .popup-content {
        width: 100%;
    }

    .category-list {
        padding: 10px;
    }

    .subcategory-container {
        padding: 10px;
    }

    .subcategory-item {
        width: 100%;
    }

    #active-category-name {
        font-size: 18px;
    }

    .close-popup-btn {
        font-size: 16px;
    }
}

/*end mega menu*/

.cd-nugget-info {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    top: 0;
    left: 0;
}
.cd-nugget-info a {
    position: relative;
    font-size: 14px;
    color: #2e3f96;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.no-touch .cd-nugget-info a:hover {
    opacity: 0.8;
}
.cd-nugget-info span {
    vertical-align: middle;
    display: inline-block;
}
.cd-nugget-info span svg {
    display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
    fill: #2e3f96;
}

Basic Style -------------------------------- */ .cd-breadcrumb,
.cd-multi-steps {
    width: 90%;

    padding: 0.5em 1em;
    margin: 1em auto;
    background-color: #edeff0;
    border-radius: 0.25em;
}
.cd-breadcrumb::after,
.cd-multi-steps::after {
    clear: both;
    content: "";
    display: table;
}
.cd-breadcrumb li,
.cd-multi-steps li {
    display: inline-block;
    float: left;
    margin: 0.5em 0;
}
.cd-breadcrumb li::after,
.cd-multi-steps li::after {
    display: inline-block;
    content: "\00bb";
    margin: 0 0.6em;
    color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after,
.cd-multi-steps li:last-of-type::after {
    display: none;
}
.cd-breadcrumb li > *,
.cd-multi-steps li > * {
    display: inline-block;
    font-size: 16px;
    color: #2c3f4c;
}
.cd-breadcrumb li.current > *,
.cd-multi-steps li.current > * {
    color: #2e3f96;
}
.no-touch .cd-breadcrumb a:hover,
.no-touch .cd-multi-steps a:hover {
    color: #2e3f96;
}
.cd-breadcrumb.custom-separator li::after,
.cd-multi-steps.custom-separator li::after {
    content: "";
    height: 16px;
    width: 16px;
    background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-separator.svg) no-repeat center center;
    vertical-align: middle;
}
.cd-breadcrumb.custom-icons li > *::before,
.cd-multi-steps.custom-icons li > *::before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 0.4em;
    margin-top: -2px;
    background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-icons-01.svg) no-repeat 0 0;
    vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
    background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
    background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
    background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type > *::before,
.cd-multi-steps.custom-icons li.current:first-of-type > *::before {
    background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
    background-position: -20px 0px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
    background-position: -40px 0px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
    background-position: -60px 0px;
}
@media only screen and (min-width: 768px) {
    .cd-breadcrumb,
    .cd-multi-steps {
        padding: 0 1.2em;
    }
    .cd-breadcrumb li,
    .cd-multi-steps li {
        margin: 1em 0;
    }
    .cd-breadcrumb li::after,
    .cd-multi-steps li::after {
        margin: 0 1em;
    }
    .cd-breadcrumb li > *,
    .cd-multi-steps li > * {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) {
    .no-touch .cd-breadcrumb.triangle.custom-icons li:first-of-type a:hover::before,
    .cd-breadcrumb.triangle.custom-icons li.current:first-of-type em::before,
    .no-touch .cd-multi-steps.text-center.custom-icons li:first-of-type a:hover::before,
    .cd-multi-steps.text-center.custom-icons li.current:first-of-type em::before {
        background-position: 0 -40px;
    }
    .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(2) a:hover::before,
    .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(2) em::before,
    .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(2) a:hover::before,
    .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(2) em::before {
        background-position: -20px -40px;
    }
    .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(3) a:hover::before,
    .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(3) em::before,
    .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(3) a:hover::before,
    .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(3) em::before {
        background-position: -40px -40px;
    }
    .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(4) a:hover::before,
    .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(4) em::before,
    .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(4) a:hover::before,
    .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(4) em::before {
        background-position: -60px -40px;
    }
}

-------------------------------- */ .cd-multi-steps.count li {
    counter-increment: steps;
}

.cd-multi-steps.count li > *::before {
    content: counter(steps) " - ";
}

@media only screen and (min-width: 768px) {
    .cd-multi-steps.text-top.count li > *::before,
    .cd-multi-steps.text-bottom.count li > *::before {
        content: counter(steps);
        height: 26px;
        width: 26px;
        line-height: 26px;
        font-size: 1.4rem;
        color: #ffffff;
    }

    .cd-multi-steps.text-top.count li:not(.current) em::before,
    .cd-multi-steps.text-bottom.count li:not(.current) em::before {
        color: #2c3f4c;
    }

    .cd-multi-steps.text-top.count li::after {
        bottom: 11px;
    }

    .cd-multi-steps.text-top.count li > * {
        padding-bottom: 34px;
    }

    .cd-multi-steps.text-bottom.count li::after {
        top: 11px;
    }

    .cd-multi-steps.text-bottom.count li > * {
        padding-top: 34px;
    }
}

#radioSection {
    text-align: left;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
#radioSection div {
    margin: 15px 0px;
    width: 500px;
    background-color: white;
    padding: 12px;
    color: black;
    border-radius: 8px;
    border: 1px solid #dfe3e7;
}
#radioSection div:hover {
    color: #475f7b;
    background-color: #fff;
    border-color: #5a8dee;
    outline: 0;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}

#radioSection div:focus {
    color: #475f7b;
    background-color: #fff;
    border-color: #5a8dee;
    outline: 0;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}
.card-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.img-display {
    overflow: hidden;
}

.img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.img-showcase img {
    min-width: 100%;
}

.img-select {
    display: flex;
    gap: 8px;
}

.img-item {
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
    margin-right: 0;
}

.img-item:hover {
    opacity: 0.8;
}

.width_40 {
    width: 25%;
}

.width_60 {
    width: 75%;
}
.desktop_view {
    display: none;
}
.mobile_view {
    display: block;
}

@media screen and (min-width: 992px) {
    .desktop_view {
        display: block;
    }
    .mobile_view {
        display: none;
    }
    .card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }

    .product-imgs {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: 1px solid #2a4da0;
        padding: 4px;
        border-radius: 5px;
    }
}

#whatsapp-button {
    position: fixed;
    bottom: 20px;
    left: 20px;

    border-radius: 50%;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.dt-buttons :is(button.dt-button, div.dt-button, a.dt-button, input.dt-button) {
    border-color: #ffffff !important;
    background: #31367d !important;
    color: #ffffff !important;
    border-radius: 5px !important;
}

#whatsapp-button img {
      width: 45px;
    height: 45px;
}

#scrollToTopBtn {
 position: fixed;
    bottom: 90px;
    right: 32px;
    z-index: 1000;
    background-color: #2e3f9600;
    color: #878787;
    border: none;
    border-radius: 50%;
    padding: 8px 15px;
    font-size: 18px;
    cursor: pointer;
    display: none;
    border: 1px solid #878787;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.pagination a {
    background-color: #606060;
    padding: 4px 12px;
    border-radius: 50%;
    color: #fff;
}

.pagination .previous_button {
    background-color: #606060;
    padding: 4px 12px;
    border-radius: 10px;
    color: #fff;
}
.quantity {
    background-color: #ff000000;
    border-radius: 10px;
    width: 70px;
    padding-left: 10px;
    text-align: center;
    border: 1px solid gainsboro;
}
.quantity_control {
    margin-top: 4px;
}
.pagination .next_button {
    background-color: #606060;
    padding: 4px 12px;
    border-radius: 10px;
    color: #fff;
}

.pagination .active {
    background-color: #2441ab;
}

#scrollToTopBtn:hover {
    background-color: #0056b3;
}

.jssorb057 .i {
    position: absolute;
    cursor: pointer;
}

.blog-page__pagination {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.blog-page__pagination li {
    background-color: #2e3f97;
    padding: 5px 12px;
    border-radius: 50%;
    color: #fff;
}
#cartSlider {
    transition: transform 0.3s ease-in-out;
    transform: translateX(100%);
}

#cartSlider.show {
    transform: translateX(0);
}

.jssorb057 .i .b {
    fill: none;
    stroke: darkred;
    stroke-width: 2000;
    stroke-miterlimit: 10;
    stroke-opacity: 0.4;
}

.jssorb057 .iav .b {
    stroke-opacity: 1;
}

.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.categor_image {
    height: 230px;
    width: 100%;
}

.b {
    fill: #fff;
}

.iav svg .b {
    fill: #2f4098;
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 0.62);
}

.b:hover {
    fill: #99ceff;
}

.button-underline {
    text-align: left;
    text-decoration: underline;
    color: #224e91;
    border: none;
    background: none;

    font-size: 16px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.button-underline:hover {
    color: #1a3a6c;
    text-decoration: none;
}

.h-58 {
    height: 58px;
}

.jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10;
}

#jssor_1 {
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 1574px;
    height: 492px;
    overflow: hidden;
    visibility: hidden;
}

#slider {
    cursor: default;
    position: relative;
    top: 0;
    left: 0;
    width: 1574px;
    height: 492px;
    overflow: hidden;
}

.jssorb057 {
    position: absolute;
    bottom: 18px;
    right: 12px;
}

#left_arrow {
    width: 65px;
    height: 65px;
    top: 0;
    left: 25px;
}

#left_arrow svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#right_arrow {
    width: 65px;
    height: 65px;
    top: 0;
    right: 25px;
}

#right_arrow svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-btn-rect,
.main-btn-circle {
    position: relative;
    margin: 0;
    font-family: "Roboto", sans-serif;
    color: #fffff0;
    background-color: #2a4da0;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
    z-index: 100;
}

.main-btn-rect {
    padding: 10px 80px;
    line-height: 30px;
}

.main-btn-rect:before,
.main-btn-rect:after {
    position: absolute;
    content: "";
    top: 0;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 240, 0.2);
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.main-btn-rect:before {
    left: 0;
}

.main-btn-rect:after {
    right: 0;
}

.main-btn-rect:hover:before,
.main-btn-rect:hover:after {
    width: 50%;
}

.main-btn-circle {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 100%;
    line-height: 40px;
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.main-btn-circle:hover {
    -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
    -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
    box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}

.popup {
    position: fixed;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 10001;
}

.popup.active {
    top: 0;
    background-color: rgb(3 3 3 / 11%);
    transition: background-color 0.6s, opacity 0.6s;
}

.popup .main-btn-rect {
    padding: 10px 100px;
}

.popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: fit-content;
    min-width: 400px;
    margin-top: 150px;
    padding: 25px;
    background-color: #ffffff;
    color: #070000;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transition: margin 0.6s;
    -webkit-transition: margin 0.6s;
    -moz-transition: margin 0.6s;
    -o-transition: margin 0.6s;
}

.popup.active .popup-content {
    margin-top: 0px;
    border-radius: 18px;
}

.popup-content h6 {
    display: table;
    font-size: 16px;
    text-align: center;
    margin: 10px auto;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2a4da0;
    font-size: 22px;
}

.product_updates {
    min-width: 190px;
}

.product_updates_1 {
    display: flex;
}

.popup-conten p {
    margin-bottom: 25px;
}

.popup-content p {
    margin-bottom: 18px !important;
}

.form-group {
    position: relative;
    width: 100%;
    margin: 0px auto;
}

.FF__flex {
    display: flex;
    justify-content: space-between;
}

form#send input,
form#send textarea {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: transparent;
    outline: 0;
    border: none;
    color: #2a4da0;
    border: 1px solid #07000014;
    -webkit-transition: border 0.6s;
    -o-transition: border 0.6s;
    transition: border 0.6s;
}

form#send input:focus,
form#send textarea:focus {
    border: 1px solid rgb(63, 173, 168);
}

form#send label {
    position: absolute;
    top: 0;
    line-height: 28px;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}

form#send input:focus + label,
form#send textarea:focus + label {
    color: rgb(63, 173, 168);
}

form#send .txt {
    line-height: 22px;
    left: 2px;
}

form#send .main-btn-rect {
    position: relative;
    display: block;
    padding: 12px 80px;
    margin: 0px auto;
    font-size: 14px;
}

form#send .main-btn-rect i {
    margin-right: 5px;
}

.popup .fade-out {
    position: absolute;
    top: -20px;
    right: -20px;
    text-align: center;
    font-size: 15px;
}

.share-wrap {
    position: absolute;
    display: inline-table;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    text-align: center;
}

.share-btn {
    color: #fffff0;
    padding: 7px 25px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 100;
    font-size: 14px;
    font-family: "Lobster", sans-serif;
    background-color: rgba(63, 173, 168, 0.8);
    text-transform: uppercase;
    border-radius: 5px;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
}

.share-btn:hover {
    color: #fffff0;
    text-decoration: none;
    background-color: rgba(63, 173, 168, 1);
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block;
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 2px;
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 6px 9px;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top;
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle;
}

.resp-sharing-button__icon,
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none;
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
    background-color: #2d4373;
    border-color: #2d4373;
}

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
    background-color: #2795e9;
    border-color: #2795e9;
}

.resp-sharing-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
    background-color: #046293;
    border-color: #046293;
}

.mobile_menu {
    background-color: #f2f2f2;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px !important;
}

.mobile_menu li a:hover {
    color: red !important;
}

.job-list-section {
    margin: 5rem 0;
}

.custom-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form input,
.form select {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    color: #a0a6a3;
    box-shadow: 1px 5px 9px rgba(211, 211, 211, 0.7);
    margin-bottom: 10px;
    width: 100%;
}

.form input:focus,
.form select:focus {
    outline: 2px solid #006ad5;
    box-shadow: 0 0 10px rgba(0, 106, 213, 0.5);
}

.form select {
    background-color: transparent;
}

.login_btn {
    font-size: 20px;
    color: white;
    border-radius: 15px;
    border: none;
    background-color: #003a74;
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    background: linear-gradient(-90deg, #003a74, #006ad5);
    box-shadow: 1px 5px 9px rgba(211, 211, 211, 0.9);
}
.swal2-styled {
    display: flex;
    background-color: #a5dc86;
    border-radius: 5px;
}

.job_detail_container {
    display: flex;
}

.job_detail_container .con_one {
    width: 70%;
}

.job_detail_container .con_two {
    width: 30%;
}
.h4__ {
    font-size: 20px;
    color: #2a4d9f;
    font-weight: bold;
    margin-bottom: 5px;
}
.img-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.img-dots .dot {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.img-dots .dot.active {
    background-color: #000;
}

@media only screen and (max-width: 768px) {
    .cd-breadcrumb li > *,
    .cd-multi-steps li > * {
        display: inline-block;
        font-size: 14px;
        color: #2c3f4c;
    }
    .container {
        width: 100%;
        background: #fff;
        padding: 0;
        border-radius: 5px;
    }
    #radioSection div {
        margin: 15px 0px;
        width: 100%;
        background-color: white;
        padding: 5px;
        color: black;
        border-radius: 8px;
        border: 1px solid #dfe3e7;
    }
    .width_40 {
        width: 100%;
    }

    .width_60 {
        width: 100%;
    }

    .product_updates {
        min-width: inherit;
    }

    .product_updates_1 {
        display: block !important;
    }

    .job_detail_container {
        display: block;
    }

    .job_detail_container .con_one {
        width: 100%;
    }

    .job_detail_container .con_two {
        width: 100%;
    }

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 14px;
    }

    form#send .main-btn-rect {
        padding: 7px 60px;
        font-size: 14px;
    }

    .custom-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }
}

.swiper-container {
    width: 100%;
    height: 30rem;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

    background-size: cover;

    background-position: center;
}

.banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-column {
    flex: 1;
    padding: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 50%;
}

.banner-column img {
    max-width: 100%;
    height: auto;
}

.banner-column h1 {
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.5rem;
}

.rocket-image {
    max-width: 30rem !important;
    margin-right: -18px;
}

.ww_800 {
    width: 850px;
    text-align: center;
    font-weight: bolder;
}

.pt_8rem {
    padding: 7rem 0;
}

.pl_3rem {
    padding: 0 8rem;
}

@media (max-width: 768px) {
    .FF__flex {
        display: inherit;
        justify-content: space-between;
    }

    .ww_800 {
        width: inherit;
    }

    .swiper-container {
        width: 100%;
        height: 12rem;
        overflow: hidden;
    }

    .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;

        background-size: cover;

        background-position: center;
    }

    .banner-column {
        flex-basis: 100%;
        max-width: 100%;
    }

    .banner-column h1 {
        font-size: 17px;
    }

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

    .banner-column {
        flex: 1;
        flex-basis: 0%;
        padding: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 50%;
    }

    .swiper-button-prev {
        left: 15px !important;
    }

    .swiper-button-next {
        right: 15px !important;
    }
}

#earthcontainer {
    width: 100vw;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

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

.alignleft {
    width: 50%;
    float: left;
}

.main {
    height: 100vh;
    width: 100%;
}

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

.slide {
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.globe-container {
    margin-top: 30px;
    position: relative;
}

.globe-wrapper {
    height: 500px;
}

.globe-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: auto;
    touch-action: none;
}

.form-area {
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-area .form-inner {
    width: 100%;
}

.iti__country-list {
    position: absolute;
    z-index: 9999 !important;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 19px;
    font-size: 1rem;
    line-height: 1.4;
    color: #475f7b;
    background-color: #fff;
    border: 1px solid #dfe3e7;
    border-radius: 0.267rem;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #475f7b;
    background-color: #fff;
    border-color: #5a8dee;
    outline: 0;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}

.form-group {
    margin-bottom: 20px;
}

.intl-tel-input,
.iti {
    width: 100%;
}

.wrapperCookie {
    position: fixed;
    bottom: 50px;
    right: -370px;
    max-width: 345px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

.wrapperCookie.show {
    right: 20px;
}

.wrapperCookie header {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

header i {
    color: #003a74;
    font-size: 32px;
}

header h2 {
    color: #003a74;
    font-weight: 500;
}

.wrapperCookie .data {
    margin-top: 10px;
}

.wrapperCookie .data p {
    color: #333;
    font-size: 16px;
}

.data p a {
    color: #003a74;
    text-decoration: none;
    font-size: 14px;
}

.data p a:hover {
    text-decoration: underline;
}

.wrapperCookie .buttons {
    margin-top: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.buttons .button {
    border: none;
    color: #fff;
    padding: 8px 0;
    border-radius: 4px;

    cursor: pointer;
    width: calc(100% / 2 - 10px);
    transition: all 0.2s ease;
}

.buttons #acceptBtn:hover {
    background-color: #034bf1;
}

#declineBtn {
    border: 2px solid #003a74;
    color: #003a74;
}

#declineBtn:hover {
    background-color: #003a74;
    background: linear-gradient(-90deg, #003a74, #006ad5);
    color: #fff;
}

#acceptBtn {
    background-color: #003a74;
    background: linear-gradient(-90deg, #003a74, #006ad5);
}

@media screen and (max-width: 768px) {
    .globe-container {
        margin-top: -80px;
        position: relative;
    }

    #earthcontainer {
        width: 100vw;
        height: 570px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
    }

    .nav-btn {
        visibility: hidden;
    }

    .swiper-pagination-bullet {
        visibility: visible;
    }
}

@media print {
    #psta1qcksv1719664294740.widget-visible {
        display: none !important;
    }
}

@keyframes tawkMaxOpen {
    0% {
        opacity: 0;
        transform: translate(0, 30px);
    }

    to {
        opacity: 1;
        transform: translate(0, 0px);
    }
}

@-moz-keyframes tawkMaxOpen {
    0% {
        opacity: 0;
        transform: translate(0, 30px);
    }

    to {
        opacity: 1;
        transform: translate(0, 0px);
    }
}

@-webkit-keyframes tawkMaxOpen {
    0% {
        opacity: 0;
        transform: translate(0, 30px);
    }

    to {
        opacity: 1;
        transform: translate(0, 0px);
    }
}

#vqbldpmgdsm81719664295189.open {
    animation: tawkMaxOpen 0.25s ease !important;
}

@keyframes tawkMaxClose {
    from {
        opacity: 1;
        transform: translate(0, 0px);
    }

    to {
        opacity: 0;
        transform: translate(0, 30px);
    }
}

@-moz-keyframes tawkMaxClose {
    from {
        opacity: 1;
        transform: translate(0, 0px);
    }

    to {
        opacity: 0;
        transform: translate(0, 30px);
    }
}

@-webkit-keyframes tawkMaxClose {
    from {
        opacity: 1;
        transform: translate(0, 0px);
    }

    to {
        opacity: 0;
        transform: translate(0, 30px);
    }
}

#vqbldpmgdsm81719664295189.closed {
    animation: tawkMaxClose 0.25s ease !important;
}

.swiper-button-next .swiper-button-prev {
    right: 50px;
    margin-top: 95px;
    widh: 50px;
    color: #2e3f97 !important;
}

.subcategory-list {
    display: none;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.popup-form {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 500px;
    z-index: 999999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.popup-form h2 {
    margin-top: 0;
}

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

.popup-form .form-group label {
    display: block;
    margin-bottom: 5px;
}

.popup-form .form-group input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

.popup-form .form-actions {
    text-align: right;
}

.popup-form .form-actions button {
    padding: 10px 15px;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.popup-form .form-actions .close-btn {
    background-color: #6c757d;
    margin-right: 10px;
}

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

.thin {
    font-family: "Lato", sans-serif !important;
    font-weight: 100;
}

.extra-light {
    font-family: "Lato", sans-serif !important;
    font-weight: 200;
}

.light {
    font-family: "Lato", sans-serif !important;
    font-weight: 300;
}

.normal {
    font-family: "Lato", sans-serif !important;
    font-weight: 400;
}

.medium {
    font-family: "Lato", sans-serif !important;
    font-weight: 500;
}

.semi-bold {
    font-family: "Lato", sans-serif !important;
    font-weight: 600;
}

.bold {
    font-family: "Lato", sans-serif !important;
    font-weight: 700;
}

.extra-bold {
    font-family: "Lato", sans-serif !important;
    font-weight: 800;
}

.black {
    font-family: "Lato", sans-serif !important;
    font-weight: 900;
}

.m-1 {
    margin: 1px;
}

.m-2 {
    margin: 2px;
}

.m-3 {
    margin: 3px;
}

.m-4 {
    margin: 4px;
}

.m-5 {
    margin: 5px;
}

.m-6 {
    margin: 6px;
}

.m-7 {
    margin: 7px;
}

.m-8 {
    margin: 8px;
}

.m-9 {
    margin: 9px;
}

.m-10 {
    margin: 10px;
}

.m-11 {
    margin: 11px;
}

.m-12 {
    margin: 12px;
}

.m-13 {
    margin: 13px;
}

.m-14 {
    margin: 14px;
}

.m-15 {
    margin: 15px;
}

.m-16 {
    margin: 16px;
}

.m-17 {
    margin: 17px;
}

.m-18 {
    margin: 18px;
}

.m-19 {
    margin: 19px;
}

.m-20 {
    margin: 20px;
}

.m-21 {
    margin: 21px;
}

.m-22 {
    margin: 22px;
}

.m-23 {
    margin: 23px;
}

.m-24 {
    margin: 24px;
}

.m-25 {
    margin: 25px;
}

.m-26 {
    margin: 26px;
}

.m-27 {
    margin: 27px;
}

.m-28 {
    margin: 28px;
}

.m-29 {
    margin: 29px;
}

.m-30 {
    margin: 30px;
}

.m-31 {
    margin: 31px;
}

.m-32 {
    margin: 32px;
}

.m-33 {
    margin: 33px;
}

.m-34 {
    margin: 34px;
}

.m-35 {
    margin: 35px;
}

.mt-1 {
    margin-top: 1px;
}

.mt-2 {
    margin-top: 2px;
}

.mt-3 {
    margin-top: 3px;
}

.mt-4 {
    margin-top: 4px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-7 {
    margin-top: 7px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-9 {
    margin-top: 9px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-11 {
    margin-top: 11px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-13 {
    margin-top: 13px;
}

.mt-14 {
    margin-top: 14px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-17 {
    margin-top: 17px;
}

.mt-18 {
    margin-top: 18px;
}

.mt-19 {
    margin-top: 19px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-21 {
    margin-top: 21px;
}

.mt-22 {
    margin-top: 22px;
}

.mt-23 {
    margin-top: 23px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-26 {
    margin-top: 26px;
}

.mt-27 {
    margin-top: 27px;
}

.mt-28 {
    margin-top: 28px;
}

.mt-29 {
    margin-top: 29px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-31 {
    margin-top: 31px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-33 {
    margin-top: 33px;
}

.mt-34 {
    margin-top: 34px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-50 {
    margin-top: 70px;
}

.mr-1 {
    margin-right: 1px;
}

.mr-2 {
    margin-right: 2px;
}

.mr-3 {
    margin-right: 3px;
}

.mr-4 {
    margin-right: 4px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-6 {
    margin-right: 6px;
}

.mr-7 {
    margin-right: 7px;
}

.mr-8 {
    margin-right: 8px;
}

.mr-9 {
    margin-right: 9px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-11 {
    margin-right: 11px;
}

.mr-12 {
    margin-right: 12px;
}

.mr-13 {
    margin-right: 13px;
}

.mr-14 {
    margin-right: 14px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-16 {
    margin-right: 16px;
}

.mr-17 {
    margin-right: 17px;
}

.mr-18 {
    margin-right: 18px;
}

.mr-19 {
    margin-right: 19px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-21 {
    margin-right: 21px;
}

.mr-22 {
    margin-right: 22px;
}

.mr-23 {
    margin-right: 23px;
}

.mr-24 {
    margin-right: 24px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-26 {
    margin-right: 26px;
}

.mr-27 {
    margin-right: 27px;
}

.mr-28 {
    margin-right: 28px;
}

.mr-29 {
    margin-right: 29px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-31 {
    margin-right: 31px;
}

.mr-32 {
    margin-right: 32px;
}

.mr-33 {
    margin-right: 33px;
}

.mr-34 {
    margin-right: 34px;
}

.mr-35 {
    margin-right: 35px;
}

.mb-1 {
    margin-bottom: 1px;
}

.mb-2 {
    margin-bottom: 2px;
}

.mb-3 {
    margin-bottom: 3px;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-6 {
    margin-bottom: 6px;
}

.mb-7 {
    margin-bottom: 7px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-9 {
    margin-bottom: 9px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-11 {
    margin-bottom: 11px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-13 {
    margin-bottom: 13px;
}

.mb-14 {
    margin-bottom: 14px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-17 {
    margin-bottom: 17px;
}

.mb-18 {
    margin-bottom: 18px;
}

.mb-19 {
    margin-bottom: 19px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-21 {
    margin-bottom: 21px;
}

.mb-22 {
    margin-bottom: 22px;
}

.mb-23 {
    margin-bottom: 23px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-26 {
    margin-bottom: 26px;
}

.mb-27 {
    margin-bottom: 27px;
}

.mb-28 {
    margin-bottom: 28px;
}

.mb-29 {
    margin-bottom: 29px;
}

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

.mb-31 {
    margin-bottom: 31px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-33 {
    margin-bottom: 33px;
}

.mb-34 {
    margin-bottom: 34px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-50 {
    margin-bottom: 70px;
}

.mb-130 {
    margin-bottom: 130px;
}

.ml-1 {
    margin-left: 1px;
}

.ml-2 {
    margin-left: 2px;
}

.ml-3 {
    margin-left: 3px;
}

.ml-4 {
    margin-left: 4px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-6 {
    margin-left: 6px;
}

.ml-7 {
    margin-left: 7px;
}

.ml-8 {
    margin-left: 8px;
}

.ml-9 {
    margin-left: 9px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-11 {
    margin-left: 11px;
}

.ml-12 {
    margin-left: 12px;
}

.ml-13 {
    margin-left: 13px;
}

.ml-14 {
    margin-left: 14px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-16 {
    margin-left: 16px;
}

.ml-17 {
    margin-left: 17px;
}

.ml-18 {
    margin-left: 18px;
}

.ml-19 {
    margin-left: 19px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-21 {
    margin-left: 21px;
}

.ml-22 {
    margin-left: 22px;
}

.ml-23 {
    margin-left: 23px;
}

.ml-24 {
    margin-left: 24px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-26 {
    margin-left: 26px;
}

.ml-27 {
    margin-left: 27px;
}

.ml-28 {
    margin-left: 28px;
}

.ml-29 {
    margin-left: 29px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-31 {
    margin-left: 31px;
}

.ml-32 {
    margin-left: 32px;
}

.ml-33 {
    margin-left: 33px;
}

.ml-34 {
    margin-left: 34px;
}

.ml-35 {
    margin-left: 35px;
}

.p-1 {
    padding: 1px;
}

.p-2 {
    padding: 2px;
}

.p-3 {
    padding: 9px;
}

.p-4 {
    padding: 4px;
}

.p-5 {
    padding: 5px;
}

.p-6 {
    padding: 6px;
}

.p-7 {
    padding: 7px;
}

.p-8 {
    padding: 8px;
}

.p-9 {
    padding: 9px;
}

.p-10 {
    padding: 10px;
}

.p-11 {
    padding: 11px;
}

.p-12 {
    padding: 12px;
}

.p-13 {
    padding: 13px;
}

.p-14 {
    padding: 14px;
}

.p-15 {
    padding: 15px;
}

.p-16 {
    padding: 16px;
}

.p-17 {
    padding: 17px;
}

.p-18 {
    padding: 18px;
}

.p-19 {
    padding: 19px;
}

.p-20 {
    padding: 20px;
}

.p-21 {
    padding: 21px;
}

.p-22 {
    padding: 22px;
}

.p-23 {
    padding: 23px;
}

.p-24 {
    padding: 24px;
}

.p-25 {
    padding: 25px;
}

.p-26 {
    padding: 26px;
}

.p-27 {
    padding: 27px;
}

.p-28 {
    padding: 28px;
}

.p-29 {
    padding: 29px;
}

.p-30 {
    padding: 30px;
}

.p-31 {
    padding: 31px;
}

.p-32 {
    padding: 32px;
}

.p-33 {
    padding: 33px;
}

.p-34 {
    padding: 34px;
}

.p-35 {
    padding: 35px;
}

.pt-1 {
    padding-top: 1px;
}

.pt-2 {
    padding-top: 2px;
}

.pt-3 {
    padding-top: 3px;
}

.pt-4 {
    padding-top: 4px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-6 {
    padding-top: 6px;
}

.pt-7 {
    padding-top: 7px;
}

.pt-8 {
    padding-top: 8px;
}

.pt-9 {
    padding-top: 9px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-11 {
    padding-top: 11px;
}

.pt-12 {
    padding-top: 12px;
}

.pt-13 {
    padding-top: 13px;
}

.pt-14 {
    padding-top: 14px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-16 {
    padding-top: 16px;
}

.pt-17 {
    padding-top: 17px;
}

.pt-18 {
    padding-top: 18px;
}

.pt-19 {
    padding-top: 19px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-21 {
    padding-top: 21px;
}

.pt-22 {
    padding-top: 22px;
}

.pt-23 {
    padding-top: 23px;
}

.pt-24 {
    padding-top: 24px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-26 {
    padding-top: 26px;
}

.pt-27 {
    padding-top: 27px;
}

.pt-28 {
    padding-top: 28px;
}

.pt-29 {
    padding-top: 29px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-31 {
    padding-top: 31px;
}

.pt-32 {
    padding-top: 32px;
}

.pt-33 {
    padding-top: 33px;
}

.pt-34 {
    padding-top: 34px;
}

.pt-35 {
    padding-top: 35px;
}

.pr-1 {
    padding-right: 1px;
}

.pr-2 {
    padding-right: 2px;
}

.pr-3 {
    padding-right: 3px;
}

.pr-4 {
    padding-right: 4px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-6 {
    padding-right: 6px;
}

.pr-7 {
    padding-right: 7px;
}

.pr-8 {
    padding-right: 8px;
}

.pr-9 {
    padding-right: 9px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-11 {
    padding-right: 11px;
}

.pr-12 {
    padding-right: 12px;
}

.pr-13 {
    padding-right: 13px;
}

.pr-14 {
    padding-right: 14px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-16 {
    padding-right: 16px;
}

.pr-17 {
    padding-right: 17px;
}

.pr-18 {
    padding-right: 18px;
}

.pr-19 {
    padding-right: 19px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-21 {
    padding-right: 21px;
}

.pr-22 {
    padding-right: 22px;
}

.pr-23 {
    padding-right: 23px;
}

.pr-24 {
    padding-right: 24px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-26 {
    padding-right: 26px;
}

.pr-27 {
    padding-right: 27px;
}

.pr-28 {
    padding-right: 28px;
}

.pr-29 {
    padding-right: 29px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-31 {
    padding-right: 31px;
}

.pr-32 {
    padding-right: 32px;
}

.pr-33 {
    padding-right: 33px;
}

.pr-34 {
    padding-right: 34px;
}

.pr-35 {
    padding-right: 35px;
}

.pb-1 {
    padding-bottom: 1px;
}

.pb-2 {
    padding-bottom: 2px;
}

.pb-3 {
    padding-bottom: 3px;
}

.pb-4 {
    padding-bottom: 4px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-6 {
    padding-bottom: 6px;
}

.pb-7 {
    padding-bottom: 7px;
}

.pb-8 {
    padding-bottom: 8px;
}

.pb-9 {
    padding-bottom: 9px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-11 {
    padding-bottom: 11px;
}

.pb-12 {
    padding-bottom: 12px;
}

.pb-13 {
    padding-bottom: 13px;
}

.pb-14 {
    padding-bottom: 14px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-16 {
    padding-bottom: 16px;
}

.pb-17 {
    padding-bottom: 17px;
}

.pb-18 {
    padding-bottom: 18px;
}

.pb-19 {
    padding-bottom: 19px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-21 {
    padding-bottom: 21px;
}

.pb-22 {
    padding-bottom: 22px;
}

.pb-23 {
    padding-bottom: 23px;
}

.pb-24 {
    padding-bottom: 24px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-26 {
    padding-bottom: 26px;
}

.pb-27 {
    padding-bottom: 27px;
}

.pb-28 {
    padding-bottom: 28px;
}

.pb-29 {
    padding-bottom: 29px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-31 {
    padding-bottom: 31px;
}

.pb-32 {
    padding-bottom: 32px;
}

.pb-33 {
    padding-bottom: 33px;
}

.pb-34 {
    padding-bottom: 34px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pl-1 {
    padding-left: 1px;
}

.pl-2 {
    padding-left: 2px;
}

.pl-3 {
    padding-left: 3px;
}

.pl-4 {
    padding-left: 4px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-6 {
    padding-left: 6px;
}

.pl-7 {
    padding-left: 7px;
}

.pl-8 {
    padding-left: 8px;
}

.pl-9 {
    padding-left: 9px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-11 {
    padding-left: 11px;
}

.pl-12 {
    padding-left: 12px;
}

.pl-13 {
    padding-left: 13px;
}

.pl-14 {
    padding-left: 14px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-16 {
    padding-left: 16px;
}

.pl-17 {
    padding-left: 17px;
}

.pl-18 {
    padding-left: 18px;
}

.pl-19 {
    padding-left: 19px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-21 {
    padding-left: 21px;
}

.pl-22 {
    padding-left: 22px;
}

.pl-23 {
    padding-left: 23px;
}

.pl-24 {
    padding-left: 24px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-26 {
    padding-left: 26px;
}

.pl-27 {
    padding-left: 27px;
}

.pl-28 {
    padding-left: 28px;
}

.pl-29 {
    padding-left: 29px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-31 {
    padding-left: 31px;
}

.pl-32 {
    padding-left: 32px;
}

.pl-33 {
    padding-left: 33px;
}

.pl-34 {
    padding-left: 34px;
}

.pl-35 {
    padding-left: 35px;
}

p {
    line-height: 1.5;
}

.pd_50_120 {
    padding-bottom: 70px;
    padding-top: 120px;
}

.pl_3rem {
    padding: 0 5rem;
}

.bg_orange h4 {
    background-color: #fe9548;
    width: fit-content;
    padding: 5px 15px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 7px;
}

table {
    width: 100%;
/*    border: 1px solid #2e3f96;*/
/*    border-radius: 20px !important;*/
}

table thead tr {
    border-radius: 10px;
    background: #2e3f96;
    color: #fff;
}

table thead tr th {
    padding: 5px;
    font-size: 13px;
/*    border: 1px solid #2e3f96;*/
}

table tbody tr td {
    padding: 5px;
    font-size: 13px;
    line-height: 1.6;
    border: 1px solid #2e3f96;
    vertical-align: baseline;
}

.personal_information_ul li {
    list-style-type: disc;
    margin-bottom: 10px;
}

.pd_100_150 {
    padding-bottom: 100px;
    padding-top: 150px;
}

.bg_effaff {
    background-color: #effaff;
    border-radius: 25px;
    padding: 20px;
}

.gap_25 {
    gap: 25px;
}

.box_shadow_product {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 20px;
}

.requestDataSheetBtn {
    background: #606060;
    padding: 8px;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
}

.productSelect {
    background: #2441ab;
    padding: 8px 38px;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
}

.product_d_flex {
    display: flex;
    gap: 10px;
}

.border_15 {
    border-radius: 15px;
}

.product_page_banner {
    padding: 111px 0 80px 0;
}

.navbar a {
    position: relative;
    font-weight: 500;
    padding: 7px;
}

.footer_links a {
    color: white;
}

.footer_links a:hover {
    color: #99ceff;
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    .popup .popup-content {
        position: absolute;
        top: 50%;
        left: 50%;
        max-height: fit-content;
        min-width: 85%;
        margin-top: 150px;
        padding: 25px;
        background-color: #ffffff;
        color: #070000;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transition: margin 0.6s;
        -webkit-transition: margin 0.6s;
        -moz-transition: margin 0.6s;
        -o-transition: margin 0.6s;
    }

    .pd_50_120 {
        padding-bottom: 20px;
        padding-top: 42px;
    }

    .sm_fs_22 {
        font-size: 22px;
    }

    .pl_3rem {
        padding: 0 2rem;
    }

    .bg_orange h4 {
        background-color: #fe9548;
        width: fit-content;
        padding: 4px 10px;
        font-size: 17px;
        color: #fff;
        font-weight: 600;
        border-radius: 7px;
    }

    .pd_100_150 {
        padding-bottom: 100px;
        padding-top: 150px;
    }

    .pd_100_150 {
        padding-bottom: 60px;
        padding-top: 72px;
    }

    .bg_effaff {
        background-color: #effaff;
        border-radius: 25px;
        padding: 10px;
    }

    .bottom-1 {
        bottom: 74px;
    }

    .mt__65px {
        margin-top: -65px;
    }
}
