body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #212121;
}

img {
    max-width: 100%;
}

.btn {
    border-radius: 6px;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1440px;
    }
}

.upper-header {
    background: #0A4B67;
    padding: 10px 0;
}

.upper-h-right-col {
    text-align: right;
}

.upper-header ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.upper-header ul li {
    display: inline-block;
    margin: 0 0;
}

.upper-header ul li a {
    color: #fff;
    text-decoration: none;
    padding: 0px 15px;
    font-size: 14px;
    font-weight: 500;
}

.upper-header ul li:last-child a {
    padding-right: 0px;
}

.upper-h-right-col ul li a {
    font-weight: 600;
}

.upper-h-left-col ul li a {
    padding: 0px 10px 0px 5px;
    position: relative;
}

.upper-h-left-col ul li a:after {
    background: #fff;
    height: 13px;
    width: 1px;
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
}

.upper-h-left-col ul li:last-child a:after {
    height: 0px;
    width: 0px;
}

.header {
    position: relative;
}

.lower-header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 17px auto;
    z-index: 2;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0rem;
}

.lower-header .bg-light {
    background-color: rgba(255, 255, 255, 0.8) !important;
    border-radius: 10px;
    padding: 15px 30px;
}

.navbar-light .navbar-brand img {
    max-width: 243px;
}

.header-right-col {
    display: flex;
    align-items: center;
}

.btn-primary {
    background-color: #0A4B67;
    border-color: #0A4B67;
}

.btn-primary:hover {
    color: #fff;
    background-color: #003045;
    border-color: #003045;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #003045;
    border-color: #003045;
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
}

.header-right-col .btn {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.header-right-col .header-cart-col {
    margin-right: 10px;
    position: relative;
}
.header-right-col .header-cart-col img {
    width: 31px;
}
.header-right-col .header-cart-col span {
    position: absolute;
    right: -10px;
    top: -8px;
    background-color: red;
    color: #fff;
    border-radius: 50px;
    padding: 2px 0;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
}
.signin-header {
    margin-left: 15px;
}
.navbar-light .navbar-nav .nav-link {
    color: #212121;
    font-size: 16px;
    font-weight: 600;
}

.main-hero-section {
    width: 100%;
    height: auto;
}

.main-hero-section {
    position: relative;
    padding: 200px 0 50px 0;
    background-position: 0 0;
    background-size: cover;
}

.home-hero-content {
    position: relative;
    margin: 0 auto;
    max-width: 910px;
    z-index: 1;
}

.home-hero-content h1 {
    color: #fff;
    text-align: center;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 60px;
}

.home-hero-tab-bg {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 20px 30px 20px 30px;
    max-width: 810px;
    margin: 0 auto;
}

.home-hero-tab-bg .nav-link {
    padding: .5rem 1.8rem;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.home-hero-tab-bg .nav-pills .nav-link.active,
.home-hero-tab-bg .nav-pills .show>.nav-link {
    color: #212121;
    background-color: #fff;
}

.tab-form {
    position: relative;
    border: rgba(33, 33, 33, 0.2) solid 1px;
    border-radius: 8px;
}

.tab-form .btn-primary {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    height: 60px;
    padding-left: 25px;
    padding-right: 25px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.tab-form input {
    height: 60px;
    border: none;
    border-radius: 8px;
    padding-left: 28px;
    padding-right: 150px;
    font-size: 20px;
}

.tab-form input::placeholder {
    font-size: 20px;
}

.help-text {
    text-align: center;
    color: #fff;
    margin: 20px auto 0px auto;
    font-size: 16px;
}

.help-text a {
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }

    .lower-header .bg-light {
        padding: 15px 20px;
    }
}

.company-benifits {
    background: #0A4B67;
    padding: 40px 0;
    margin: 0 auto;

}

.benifits-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.benifits-items {
    text-align: center;
    width: 25%;
    padding: 0 20px;
    position: relative;
}

@media (max-width: 767px) {
    .benifits-items {
        width: 50%;
        padding: 0 10px;
    }
}

.benifits-items:before {
    background-color: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 79px;
    content: "";
    right: -15px;
    top: 30px;
    margin: 0;
    position: absolute;
}

.benifits-items:last-child:before {
    width: 0px;
    height: 0px;
}

.reviews-section {
    background: #F6F9FD;
    padding: 60px 0;
    text-align: center;
}

.reviews-section h6 {
    color: #0A4B67;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}

.reviews-section h2 {
    color: #212121;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    max-width: 630px;
    margin: 15px auto;
}

.reviews-section h2 span {
    color: #0A4B67;
}

.overall-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 430px;
    margin: 0 auto 30px auto;
}

.overall-rating .pipeline {
    min-width: 40px;
    text-align: center;
}

.trustpilot {
    min-width: 109px;
}

.review-item-box {
    background: #fff;
    padding: 20px;
    text-align: left;
    border: #E3E9ED solid 1px;
    border-radius: 8px;
}

.star-rating {
    line-height: 32px;
    font-size: 1.25em;
}

.star-rating .fa {
    display: inline-block;
    width: 15px;
    height: 15px;
}

.star-rating .fa-star {
    background: url(../../web/images/active-star.svg) no-repeat center center;
}

.star-rating .fa-star-o {
    background: url(../../web/images/default-star.svg) no-repeat center center;
}

.review-body-content {
    font-size: 18px;
    color: #212121;
    margin-bottom: 30px;
    margin-top: 10px;
}

.review-footer {
    display: flex;
    align-items: center;
}

.review-pic {
    width: 34px;
    height: 34px;
    border-radius: 100px;
    margin-right: 15px;
}

.review-footer h5 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #212121;
    font-weight: 600;
}

.review-footer p {
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    margin: 0;
    padding: 0;
}

.faq-section {
    background: #fff;
    padding: 60px 0;
    text-align: center;
}

.faq-section h6 {
    color: #0A4B67;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}

.faq-section h2 {
    color: #212121;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 15px auto;
}

.faq-section h2 span {
    color: #0A4B67;
}

.faq-section .accordion-button::after {
    background-image: url(../../web/images/plus.svg);
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url(../../web/images/minus.svg);
    transform: inherit;
}

.faq-section .accordion-item {
    background-color: #fff;
    border: 1px solid #EDEDFD;
    border-radius: 10px;
    margin: 15px 0px;
    overflow: hidden;
    box-shadow: 0 4px 1px rgba(237, 237, 253, 1);
}

.faq-section .accordion-item.home {
    margin: 8px 0px;
}

.faq-section .accordion-body {
    text-align: left;
}

.faq-section .accordion-button {
    color: #212121;
    font-size: 18px;
    font-weight: 600;
}

.faq-section .accordion-button:not(.collapsed) {
    color: #0A4B67;
    background-color: #fff;
    box-shadow: inset 0 0px 0 rgba(0, 0, 0, .125);
}

.subscribe-section {
    background: #F6F9FD;
    padding: 30px 0;
}

.subscribe-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.subscribe-row h3 {
    font-size: 26px;
    color: #212121;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: capitalize;
}

.subscribe-form {
    display: flex;
    align-items: center;
}

.subscribe-form input {
    height: 55px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 350px;
}

.subscribe-form .btn {
    height: 55px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.footer {
    background: #0A4B67;
}

.footer-lower {
    padding: 60px 0 40px 0;
    color: #fff;
}

.fot-logo {
    max-width: 240px;
}

.fot-social-icons {
    margin-top: 20px;
}

.fot-social-icons ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.fot-social-icons ul li {
    margin: 0 16px 0 0;
}

.fot-social-icons ul li a {
    background: #fff;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in 0.2s;
}

.fot-social-icons ul li a:hover {
    background: #b2e8ff;
}

.fot-copyright {
    margin: 20px 0 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.fot-block-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.fot-block-item h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.fot-block-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.fot-block-item ul li {
    margin: 5px 0;
}

.fot-block-item ul li a {
    color: #DDDDDD;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.fot-block-item ul li a:hover {
    color: #fff;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler {
    padding: .25rem 0rem;
    border: 0px solid transparent;

}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}

.my-account-header .btn {
    display: flex;
    align-items: center;
    padding: 0 25px 0 10px;
    background-image: url(../../web/images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right center;
}

.my-account-header .btn img {
    max-width: 30px;
    margin-right: 5px;
    border-radius: 50%;
}

.my-account-header .dropdown-toggle:after {
    width: 0;
    height: 0;
    border: 0px;
}

.signin-header .btn img {
    display: none;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #0A4B67;
}

.main-hero-section.small-banner {
    padding: 160px 0 60px 0;
}

.small-banner h1 {
    margin-bottom: 0px;
}

.cart-page {
    background: #F6F9FD;
}

.title-area {
    background: #F9FAFB;
    padding: 40px 0;
}

.cart-page-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cart-page-title p {
    margin-bottom: 0;
}

.cart-page-title .btn {
    background-color: #fff;
    border-color: rgba(25, 24, 24, 0.17);
    box-shadow: 0 4px 1px rgba(237, 237, 253, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #212121;
    font-weight: 500;
}

/*Steps start*/
.progressbar-bg {
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px;
    margin-top: 20px;
}

.progressbar {
    /* margin: 50px 0 50px 0; */
    counter-reset: step;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

.progressbar li {
    list-style-type: none;
    font-size: 18px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    color: #959EAD;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 45px;
    font-weight: 400;
    background-image: url(../../web/images/step-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    margin-right: 25px;
}

.progressbar li:last-child {
    background-image: none;
}

.progressbar li span {
    display: flex;
    background: #C4CDD5;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    min-width: 26px;
}

.progressbar li.active span {
    background: #454F5B;
}

.progressbar li.active {
    color: #161D25;
    font-weight: 500;
}

.btn-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

#StepsSlide .slide {
    display: none;
}

#StepsSlide .slide.active {
    display: block;
}

.cart-left-col {
    margin-top: 15px;
}

.cart-right-col {
    margin-top: 15px;
}

.cart-left-col .slide {
    opacity: 0;
    transition: all ease-in-out 0.4s;
}

.cart-left-col .slide.active {
    opacity: 1;
}

.min-required-item {
    color: #E90000;
    margin-top: 15px;
}

#confirmOrderHtml .accordion {
    margin-top: 25px;
}

#confirmOrderHtml .accordion-item {
    border: none;
    border-radius: 10px;
}

#confirmOrderHtml .accordion-body {
    max-width: calc(100% - 103px);
    padding: 5px 30px 30px;
}

#confirmOrderHtml .accordion-body ul li,
#confirmOrderHtml .accordion-body p {
    font-size: 18px;
    line-height: 27px;
    color: #212121;
}

#confirmOrderHtml .accordion-button {
    color: #E90000;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    padding: 20px 30px;
    font-size: 20px;
    line-height: 30px;
}

#confirmOrderHtml .cart-item-price-qty {
    width: 100%;
    max-width: 255px;
    justify-content: space-between;
}

#confirmOrderHtml .accordion-button:focus {
    box-shadow: none;
}

#confirmOrderHtml .accordion-button:not(.collapsed) {
    background-color: #FFF;
    box-shadow: none;
    color: #E90000;
}

#confirmOrderHtml .accordion-button:not(.collapsed)::after {
    /* background-image: url('../../web/images/down.svg'); */
    transform: rotate(0);
}

#confirmOrderHtml .accordion-button::after {
    background-image: url('../../web/images/down.svg');
    transform: rotate(180deg);
}

.cart-white-box.location-wrap {
    margin-bottom: 30px;
}

.location-wrap .btn-light {
    box-shadow: -4px 4px 0px 0px #EDEDFD;
    gap: 10px;
    /* 22-04-25 start */
    background-color: #fff;
    border-color: rgba(25, 24, 24, 0.17);
    /* 22-04-25 end */
}

.location-wrap .btn-light:hover {
    box-shadow: 0px 0px 0px 0px #EDEDFD;
    /* 22-04-25 start */
    background-color: #fff;
    border-color: rgba(25, 24, 24, 0.17);
    /* 22-04-25 end */
}

.cart-left-col .section-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    color: #161D25;
    margin-bottom: 12px;
}

.contact-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 27px;
    margin-bottom: 10px;
}

.location-wrap .cart-page-title {
    margin: 30px 0 16px;
    flex-wrap: wrap;
    gap: 10px;
}

.cart-page-title .address,
.contact-info .call-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-info .call-info p,
.contact-info .name {
    margin: 0;
}

.contact-info .name {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #161D25;
}

p.address-info,
p.number {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #212121;
}

.payment-box-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    justify-content: space-between;
}

.payment-box-wrap .card-wrap {
    background-color: #FFF;
    padding: 20px 15px 15px;
    border-radius: 10px;
    margin: 20px 0px;
    min-width: calc(50% - 20px);
}

.payment-box-wrap .card-wrap .title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: #161D25;
    margin-bottom: 15px;
}
.payment-box-wrap .payment-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    padding: 30px 18px;
    border: 1px solid #F4F6F8;
    border-radius: 10px;
}

.payment-box-wrap .payment-wrap .bank-detial-wrap {
    max-width: 265px;
}
.payment-wrap .img img {
    object-fit: contain;
}

.payment-wrap .bank-detial-wrap .bank-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 7px;
}

.payment-wrap .bank-detial-wrap .email {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #212121;
    margin: 0;
    word-break: break-all;
}

.cart-white-box.order-cart-items {
    padding: 35px 25px 12px 25px;
    margin-bottom: 155px;
}
.order-cart-items .section-title {
    color: #212121;
}
.order-cart-items .cart-item-list {
    gap: 20px;
    flex-wrap: wrap;
    margin: 24px 0;
}
.order-cart-items .cart-item-list:last-child {
    margin: 24px 0 0;
}
.order-cart-items .product-name .item-name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 5px;
}
.order-cart-items .product-name .item-code {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}
.order-cart-items .cart-item-list .product-pic {
    margin: 0;
    padding: 0;
    border-radius: 10px;
    max-width: 90px;
    width: 100%;
    min-width: auto;
}
.order-cart-items .cart-item-list .product-pic img {
    max-width: 100%;
    min-width: 90px;
}
.order-cart-items .cart-item-list .product-price,
.order-cart-items .number-fo-items {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}
.order-cart-items .cart-item-list .product-info {
    min-width: auto;
    width: calc(100% - 110px);
    align-items: flex-start;
}
.order-cart-items .cart-item-list .product-price {
    font-weight: 600;
}
.section-sub-title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #212121;
    margin-bottom: 20px;
}

/* 22-04-25 start */
.new-section-sub-title{
    color: #E90000 !important;
    font-weight: 600 !important;
}
/* 22-04-25 end */

.cart-white-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.cart-white-box h4 {
    font-size: 20px;
    color: #212121;
    font-weight: 500;
}

.coupon-code-form {
    position: relative;
}

.coupon-code-form input {
    background-color: #F9FAFB;
    border-radius: 10px;
    height: 55px;
    border-color: transparent;
    padding-right: 110px;
}

.coupon-code-form .btn-success {
    background-color: #03BF00;
    border-color: #03BF00;
    height: 55px;
    padding: 0 25px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 5px;
}

.subtotal label {
    font-size: 18px;
    font-weight: 400;
    color: #161D25;
}

.subtotal .price {
    font-size: 18px;
    font-weight: 600;
    color: #161D25;
}

.write-note {
    border-top: #F4F6F8 solid 1px;
    margin-top: 20px;
    padding-top: 20px;
}

textarea.form-control {
    background-color: rgba(0, 0, 0, 0.05);
    border-color: transparent;
    min-height: 170px;
    border-radius: 10px;
    padding: 15px 20px;
}

.checkout-btn-container {
    margin-top: 15px;
}

.checkout-btn-container .btn {
    width: 100%;
    height: 55px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

.checkout-btn-container .btn img {
    margin-right: 5px;
}

.checkout-btn-container .btn-secondary {
    background-color: rgba(0, 0, 0, 0.08);
    color: #212121;
    border-color: transparent;
    margin-top: 10px;
}

.checkout-btn-container .btn-secondary:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.cart-item-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.product-pic {
    min-width: 90px;
    margin-right: 15px;
    max-width: 90px;
}

.product-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: calc(100% - 105px);
}

.cart-item-price-qty {
    display: flex;
    margin-left: auto;
    margin-right: 0;
    align-items: center;
}

.product-name p {
    color: #959EAD;
    padding: 0;
    margin: 0;
}

.product-price {
    color: #50B83C;
    font-size: 18px;
    font-weight: 600;
    margin: 0 20px;
}

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

.quantity input {
    width: 56px;
    text-align: center;
    border: none;
    border-left: #F4F6F8 solid 1px;
    border-right: #F4F6F8 solid 1px;
}

.quantity .btn {
    cursor: pointer;
    color: #919EAB;
    background-color: transparent;
    border-color: transparent;
    font-size: 24px;
    padding: 0 3px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.delete-item .btn {
    transition: all ease-in 0.2s;
    padding: 8px;
    margin-left: 10px;
}

.delete-item .btn:hover,
.delete-item .btn:focus {
    background-color: #FCEBE8;
}

.delete-item .btn:hover svg path,
.delete-item .btn:focus svg path {
    fill: #DE3618;
    transition: all ease-in 0.2s;
}

.address .cart-left-col h4 {
    margin-bottom: 20px;
}

.address .cart-left-col label {
    color: #212121;
    font-size: 18px;
}

.address .cart-left-col .form-control {
    min-height: 55px;
    border-color: #F4F6F8;
}

.payment-box {
    border: #F4F6F8 solid 1px;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 10px;
    min-width: calc(50% - 20px);
}

.paypalemail {
    position: relative;
    margin: 15px 0 30px 0 !important;
}

.shipping-payment .cart-left-col label {
    color: #212121;
    font-size: 18px;
}

.shipping-payment .cart-left-col .form-control {
    min-height: 55px;
    border-color: #F4F6F8;
}

.paypalemail .btn {
    position: absolute;
    right: 5px;
    top: 42px;
}

.payment-option-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -10px;
}

.payment-box.select {
    background-color: #F9FAFB;
}

.payment-box h5 {
    margin-top: 20px;
}

.payment-box a {
    color: #0A4B67;
    text-decoration: underline;
    font-size: 14px;
}

.payment-submit .btn {
    padding: 12px 30px;
    border-radius: 5px;
}

.payment-box [type="radio"]:checked,
.payment-box [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

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

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

.payment-box [type="radio"]:checked+label:after,
.payment-box [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #454F5B;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

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

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

.shipping-service-box {
    border: rgba(33, 33, 33, 0.1) solid 1px;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0px;
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}

.shipping-radio {
    min-width: 40px;
    margin-top: 10px;
}

.shipping-content {
    width: calc(100% - 40px);
}

.shipping-title-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.free-shipping {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}

.free-shipping span {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #637381;
    border-radius: 50%;
    padding: 3px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 0 5px 0 20px;
}

.old-price-shipping {
    margin-left: 20px;
    text-decoration: line-through;
    color: #959EAD;
}

.shipping-content p span {
    color: #E90000;
}

.shipping-content a, .cart-white-box a {
    color: #0A4B67;
    text-decoration: none;
}

.shipping-title {
    color: #212121;
    font-size: 24px;
    font-weight: 500;
}

.shipping-title span {
    color: #50B83C;
    font-size: 18px;
}

.shipping-service-box.selected {
    background-color: #EDF8EB;
    border-color: transparent;
}

.shipping-service-box.selected .shipping-title {
    color: #50B83C;
}

.shipping-service-box.selected .free-shipping {
    color: #50B83C;
}

.shipping-service-box.selected .free-shipping span {
    background: #50B83C;
}

.shipping-payment .cart-left-col .form-select, select.form-select {
    min-height: 55px;
    border-color: #F4F6F8;
}

.shipping-service-box:last-child {
    margin-bottom: 0px;
}

.shipping-service-box [type="radio"]:checked,
.shipping-service-box [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

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

.shipping-service-box [type="radio"]:checked+label:before,
.shipping-service-box [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #979797;
    border-radius: 100%;
    background: #fff;
}

.shipping-service-box [type="radio"]:checked+label:after,
.shipping-service-box [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #50B83C;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.shipping-service-box [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.shipping-service-box [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.company-benifits h3 {
    font-size: 18px;
    color: #fff!important;
    margin-top: 20px;
    font-weight: 500;
}

ul.ordered-list {
    padding-left: 0;
}
.lefthelpcenter li {
    list-style: none;
    margin: 15px 0px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    vertical-align: middle;
    line-height: 30px;
}
.ordered-list li span.badge {
    display: inline-table;
    line-height: 15px;
    color: #fff;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #0A4B67;
    border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px;
    font-size: 18px;
    padding: 8px 10px;
    margin-right: 8px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    width: 30px;
    height: 30px;
}
.google-app-icon img {
    width: 100%;
    max-width: 150px;
    margin-bottom:15px;
}
.input-append-col{
    margin-top:10px;
}
.input-append-col .form-control{
    max-width:250px;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
}
.input-append-col .btn{
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
}
.input-append-col {
    display: flex;
    align-items: center;
}

.right_video_container {
    padding: 10px 10px;
}
.right_video_container ul {
    margin: 0;
    padding: 0;
    list-style-type:none;
}
.right_video_container ul li {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: solid #ddd 1px;
    border-bottom: solid #ddd 1px;
    margin: 0;
    text-align: left;
}
.right_video_container ul li a {
    display: flex;
}
.right_video_container ul li a iframe{
    margin-right:10px;
}

/*Steps End*/


@media (max-width: 767px) {
    .progressbar {
        overflow: auto;
    }
    .location-wrap .contact-info {
        gap: 15px;
    }
    .payment-box-wrap .card-wrap {
        max-width: 100%;
    }
    .payment-box-wrap .card-wrap .title {
        margin-bottom: 16px;
    }
    .order-cart-items .cart-item-list .product-info {
        width: 100%;
        flex-wrap: wrap;
    }
    #confirmOrderHtml .order-cart-items .cart-item-price-qty {
        margin: 5px auto 0 0;
    }
    .upper-h-left-col {
        text-align: center;
    }

    .upper-h-right-col {
        text-align: center;
    }

    .upper-header ul li a {
        font-size: 12px;
    }

    .lower-header .bg-light {
        padding: 10px 10px;
        background-color: rgb(255 255 255) !important;
    }

    .navbar-light .navbar-brand img {
        max-width: 190px;
    }

    .header-right-col .btn {
        font-size: 0px;
        padding: 0;
        background-color: transparent !important;
        border-color: transparent !important;
    }

    .header-right-col .btn img {
        max-width: 24px;
    }

    .signin-header .btn img {
        display: block;
    }
    .header-right-col .header-cart-col img {
        width: 24px;
    }
    .signin-header {
        margin-left: 8px;
    }

    .lower-header button.navbar-toggler {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .header-right-col {
        display: flex;
        align-items: center;
        margin-right: 40px;
        position: absolute;
        left: auto;
        right: 10px;
        top: 17px;
    }

    .home-hero-content h1 {
        font-size: 18px;
        margin-bottom: 20px;
        max-width: 310px;
        margin-left: auto;
        margin-right: auto;
    }

    .main-hero-section {
        padding: 120px 5px 50px 5px;
    }

    .home-hero-tab-bg .nav-link {
        padding: 0.5rem 2.3rem;
        font-size: 15px;
    }

    .home-hero-tab-bg .nav-link small{
        font-size: 8px;
    }

    .home-hero-tab-bg {
        padding: 10px 5px 10px 5px;
    }

    .tab-form {
        border: rgba(33, 33, 33, 0.2) solid 0px;
    }

    .tab-form input {
        height: 45px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
    }

    .tab-form input::placeholder {
        font-size: 12px;
    }

    .tab-form .btn-primary {
        position: relative;
        top: 10px;
        height: 45px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        width: 100%;
    }

    .help-text a {
        font-size: 12px;
    }

    .company-benifits h3 {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .company-benifits {
        padding: 30px 0 10px 0;
    }

    .reviews-section h2 {
        font-size: 22px;
    }

    .reviews-section {
        padding: 30px 10px;
    }

    .rating-content {
        font-size: 13px;
    }

    .overall-rating .pipeline {
        min-width: 30px;
    }

    .review-body-content {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .reviews-section .owl-nav button {
        width: 20px;
    }

    .reviews-section .owl-nav button span {
        font-size: 26px;
    }

    .reviews-section .owl-dots {
        display: none;
    }

    .faq-section h2 {
        font-size: 22px;
    }

    .faq-section {
        padding: 30px 0px;
    }

    .subscribe-form input {
        width: calc(100% - 100px);
        height: 45px;
    }

    .subscribe-form .btn {
        height: 45px;
    }

    .faq-section .accordion-button {
        font-size: 14px;
    }

    .faq-section p br {
        display: none;
    }

    .faq-section .accordion-item {
        margin: 5px 0px;
        display: inline-block;
        width: 100%;
    }

    body {
        font-size: 14px;
    }

    .subscribe-row {
        justify-content: center;
        text-align: center;
    }

    .subscribe-row h3 {
        font-size: 22px;
        margin: 0 0 10px 0;
    }

    .footer-lower {
        padding: 30px 0 20px 0;
    }

    .fot-block-list {
        flex-wrap: wrap;
    }

    .fot-block-item {
        min-width: 50%;
        margin-top: 15px;
    }

    .fot-copyright {
        margin: 15px 0 10px 0;
    }

    .my-account-header .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: auto;
        margin-top: .135rem;
        right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 96%;
    }

    .lower-header button.navbar-toggler {
        position: absolute;
        right: 20px;
        top: 22px;
    }

    .header-right-col {
        display: flex;
        align-items: center;
        margin-right: 40px;
        position: absolute;
        left: auto;
        right: 30px;
        top: 22px;
    }

    .home-hero-content h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .home-hero-content {
        max-width: 90%;
        padding: 0 20px;
    }

    .home-hero-tab-bg .nav-link {
        padding: .5rem 1.8rem;
        font-size: 16px;
    }

    .main-hero-section {
        padding: 150px 0 70px 0;
    }

    .company-benifits h3 {
        font-size: 13px;
        margin-top: 15px;
    }

    .benifits-items {
        padding: 0 10px;
    }

    .reviews-section h2 {
        font-size: 26px;
        max-width: 530px;
        margin: 15px auto;
    }

    .review-body-content {
        font-size: 16px;
    }

    .faq-section h2 {
        font-size: 26px;
        margin: 10px auto;
    }

    .faq-section .accordion-button {
        font-size: 16px;
    }

    .faq-section .accordion-item {
        margin: 5px 0px;
        display: inline-block;
        width: 100%;
    }

    .subscribe-row {
        justify-content: center;
    }

    .subscribe-row h3 {
        font-size: 26px;
        margin: 0 0 10px 0;
    }

    .fot-copyright {
        margin: 20px 0 30px 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 98%;
    }

    .lower-header .bg-light {
        padding: 15px 15px;
    }

    .navbar-light .navbar-brand img {
        max-width: 180px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }

    .header-right-col .btn {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .my-account-header .btn {
        padding: 0 25px 0 10px;
    }

    .home-hero-content {
        max-width: 780px;
    }

    .home-hero-content h1 {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .home-hero-tab-bg .nav-link {
        font-size: 16px;
    }

    .main-hero-section {
        padding: 150px 0 50px 0;
    }

    .benifits-items {
        padding: 0 15px;
    }

    .company-benifits h3 {
        font-size: 16px;
    }

    .reviews-section h2 {
        font-size: 30px;
        max-width: 600px;
    }

    .review-body-content {
        font-size: 16px;
    }

    .faq-section h2 {
        font-size: 30px;
        margin: 10px auto;
    }

    .faq-section .accordion-button {
        font-size: 14px;
    }

    .subscribe-row h3 {
        font-size: 22px;
        max-width: 510px;
    }

    .subscribe-form input {
        width: 330px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .faq-section .accordion-button {
        font-size: 14px;
        padding: 1rem 1rem;
    }

    .review-body-content {
        font-size: 16px;
    }

    .shipping-title {
        font-size: 18px;
    }

    .free-shipping {
        font-size: 16px;
    }

    .shipping-title span {
        font-size: 16px;
    }

    .cart-white-box h4 {
        font-size: 18px;
    }

    .subtotal label {
        font-size: 16px;
    }

    .subtotal .price {
        font-size: 16px;
    }

    .checkout-btn-container .btn {
        font-size: 18px;
    }

    .shipping-payment .cart-left-col label {
        font-size: 16px;
    }
}


/* my account pages */

.lower-header .bg-light.bg-light-white {
    background-color: #F6F9FD !important;
}

.btn-secondary {
    background: #0A4B671A;
    color: #212121;
}

.account-form-wrapper {
    padding: 36px;
    border: 1px solid #E3E9ED;
    border-radius: 8px;
    margin-bottom: 108px;
}

.account-form-wrapper input:focus {
    color: #212121;
    border-color: #212121;
    box-shadow: none;
}

.gap-without-banner {
    padding-top: 130px;
    padding-bottom: 60px;
}

.page-title {
    font-size: 36px;
    line-height: 54px;
    font-weight: 700;
    margin-bottom: 30px;
}

.label-title,
.form-label {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

.account-form-wrapper input {
    margin-bottom: 20px;
    padding: 17px 25px;
    border-radius: 10px;
    border: 1.28px solid #F4F6F8;
}

.account-form-wrapper .btn {
    border-radius: 5px;
    padding: 16px;
    border-color: #F4F6F8;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.payment-method {
    padding: 26px 26px 13px 21px;
    border-radius: 10px;
    height: 100%;
    border: 1.28px solid #F4F6F8;
}

.payment-method .sub-title {
    color: #959EAD;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
}

.payment-method input {
    padding: 12px;
}

.payment-method.active {
    background-color: #F9FAFB;
}

.payment-method input[type="radio"] {
    margin-right: 10px;
}

.bank-detail {
    margin-bottom: 7px;
}

.bank-detail .img-wrap {
    min-width: 57px;
    object-fit: contain;
    text-align: center;
}

.bank-detail .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #161D25;
}

.payment-method a {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #0A4B67;
    text-decoration: underline;
}

.payment-method a:hover {
    color: #003045;
}

.payment-method input[type="radio"] {
    width: 23px;
    height: 23px;
    margin-bottom: 20px;
}

.payment-method input[type="radio"] {
    accent-color: #454F5B !important;
}

/* History-page-design */

.history-table-wrapper {
    padding: 24px 0 29px;
    border: 1px solid #E3E9ED;
    border-radius: 8px;
    margin-bottom: 50px;
}

.history-table-wrapper h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    color: #1A1A1A;
    margin-bottom: 20px;
    padding: 0 24px;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 0;
}

thead th {
    background-color: #F2F2F2 !important;
    color: #212121;
    font-weight: 500;
    padding: 12px;
    border: none;
    white-space: nowrap;
}

thead th:first-child {
    padding-left: 24px;
}

tbody td {
    padding: 12px 10px;
    color: #333;
    font-size: 14px;
    vertical-align: middle;
    border: none;
    white-space: nowrap;
}

tbody tr td:first-child {
    color: #212121;
    font-weight: 500;
    padding-left: 24px;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 6px;
    height: 100%;
}

.pagination {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    gap: 4px;
}

.pagination .page-item {
    display: flex;
}

.pagination .page-item:first-child {
    margin-right: 12px;
}

.pagination .page-item:last-child {
    margin-left: 12px;
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.pagination .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: transparent;
    color: #212121;
    font-size: 16px;
    border: 1px solid transparent;
}

.pagination .page-item.active .page-link {
    background-color: #0A4B67;
    color: #fff;
    border-color: #0A4B67;
}

.pagination .page-item.disabled .page-link {
    color: #ccc;
    pointer-events: none;
}

.pagination .page-item .page-link.arrow {
    color: #1A1A1A;
    border-radius: 50%;
    border: 1px solid #E6E6E6;
    font-size: 31px;
    line-height: 40px;
    font-weight: 300;
}

.pagination .page-item .page-link.arrow.disabled {
    color: #B3B3B3;
    background-color: #F2F2F2;
    border-color: #F2F2F2;
}

.bg-sky-blue {
    background-color: #4FE0CA1A;
}

/* login-page-design */

.form-card,
.login-card {
    padding: 0 2rem 2rem;
    border-radius: 10px;
    width: 100%;
    max-width: 514px;
    margin: 0 auto;
}

.form-card label {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 5px;
}

.login-header {
    text-align: left;
    margin-bottom: 40px;
}

.form-card .input-group,
.login-card .input-group {
    flex-direction: column;
}

.form-card h1,
.login-header h1 {
    margin-bottom: 10px;
}

.form-card p,
.login-header p {
    color: #212121;
    font-size: 16px;
    line-height: 18px;
}

.form-card .input-icon,
.login-card .input-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

.input-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-card input,
.login-card input {
    border-radius: 8px;
    border: 1px solid #EDEDFD
}

.input-group input {
    width: 100%;
    padding: 15px 40px 15px 13px;
    border: 1px solid #EDEDFD;
    border-radius: 8px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #212121;
}

.input-group input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}

.input-group .input-wrap {
    position: relative;
}

.input-group input:focus-visible,
.input-group input:focus {
    outline: none;
    border-color: #0A4B67;
}

.form-card button.btn-primary,
.login-card button.btn-primary {
    margin-bottom: 25px;
}

.form-card .btn-primary:active:focus,
.login-card .btn-primary:active:focus {
    box-shadow: none;
}

.form-card button.btn,
.login-card button.btn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 12px;
}

.form-card button.btn:focus-visible,
.login-card button.btn:focus-visible {
    outline: none;
}

.form-card button.btn:focus,
.login-card button.btn:focus {
    background-color: #003045;
}

.form-card .register-link,
.form-card .forgot-password,
.login-card .register-link,
.login-card .forgot-password {
    text-align: center;
    color: #0A4B67;
}

.form-card .register-link a,
.form-card .forgot-password a,
.login-card .register-link a,
.login-card .forgot-password a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #0A4B67;
    text-decoration: none;
}

.form-card .forgot-password,
.login-card .forgot-password {
    margin-bottom: 25px;
}

.form-card .register-link,
.login-card .register-link {
    color: #212121;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.terms-wrap .checkbox-group {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.terms-wrap .checkbox-group input {
    margin-top: 4px;
    width: 20px;
    height: 20px;
    border: 1px solid #EDEDFD;
    border-radius: 4px;
}

.terms-wrap .checkbox-group label {
    font-size: 14px;
    line-height: 22px;
    color: #4D4D4D;
    font-weight: 400;
    max-width: calc(100% - 30px);
}

.terms-wrap .checkbox-group label a {
    color: #0A4B67;
    text-decoration: none;
}

.terms-wrap .checkbox-group:last-child {
    margin-bottom: 25px;
}

.checkbox-group input[type="checkbox"]:focus-visible {
    outline: none;
    border: none;
}

.checkbox-group input[type="checkbox"] {
    accent-color: #0A4B67;
    border: 1px solid #EDEDFD;
    border-radius: 4px;
}

.checkbox-groupp {
    display: block;
    margin-bottom: 15px;
}

.checkbox-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox-group label {
    position: relative;
    cursor: pointer;
    margin-left: 29px;
}

.checkbox-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #FFF;
    border: 1px solid #b1b1b9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    left: -29px;
    position: absolute;
    border-radius: 4px;
}

.checkbox-group input:checked+label:before {
    background-color: #0A4B67;
    border-radius: 4px;
}

.checkbox-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    width: 6px;
    height: 14px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: -21px;
}

/* Order-page */
.order-page {
    padding: 53px 16px 60px;
}

.order-page .success-msg {
    max-width: 880px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.order-page .success-img-wrap img {
    width: 100%;
    height: 100%;
    max-width: 134px;
    object-fit: contain;
}

.order-page .msg-wrap .title {
    font-size: 48px;
    line-height: 69px;
    font-weight: 500;
    color: #161D25;
    margin-bottom: 15px;
}

.order-page .msg-wrap p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #212121;
}

.order-page .success-msg .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
}

.order-page .success-msg .btn-secondary {
    border: 1px solid #00000033;
    background-color: #FFF;
}

.order-page .success-msg .btn.btn-secondary:hover {
    background-color: rgba(0, 0, 0, 0.15);
    /* color: #FFF; */
    color: #212121;
    border-color: transparent;
}

.order-page .success-msg .btn {
    padding: 16px 33px;
    font-size: 21px;
    line-height: 29px;
    font-weight: 500;
}

.order-page .item-detail-wrap {
    max-width: 1420px;
    margin: 85px auto 0;
    padding: 30px;
    background-color: #F6F9FD;
    border-radius: 10px;
}

.order-page .section-title {
    font-size: 26px;
    line-height: 31px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 30px;
}

.order-page .item-detail-wrap ul {
    list-style: decimal;
    list-style-position: outside;
    margin-bottom: 25px;

}

.order-page .item-detail-wrap p,
.order-page .item-detail-wrap ul li {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #212121;
    max-width: 1190px;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #0A4B67;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
}
.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}
@media (max-width: 767px) {
    .gap-without-banner {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .form-card,
    .login-card {
        padding: 20px;
    }

    .page-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .account-form-wrapper {
        padding: 16px 12px;
        margin-bottom: 40PX;
    }

    .label-title,
    .form-label {
        font-size: 16px;
    }

    .account-form-wrapper input {
        padding: 7px 14px;
    }

    .bank-detail .title {
        font-size: 18px;
    }

    .payment-method {
        margin-bottom: 16px;
        height: auto;
        padding: 13PX;
    }

    .payment-method .sub-title {
        font-size: 16px;
    }

    .account-form-wrapper .btn {
        padding: 10px 14px;
        font-size: 16px;
    }

    .terms-wrap .checkbox-group input {
        margin-top: 2px;
        width: 15px;
        height: 15px;
        border: 1px solid #EDEDFD;
        border-radius: 4px;
    }

    .terms-wrap .checkbox-group label {
        max-width: calc(100% - 25px);
    }

    .order-page .success-msg {
        gap: 35px;
    }

    .order-page .msg-wrap .title {
        font-size: 36px;
        line-height: 56px;
    }

    .order-page .msg-wrap p {
        font-size: 16px;
        line-height: 27px;
    }

    .order-page .success-msg .btn-wrap {
        gap: 16px;
    }

    .order-page .success-msg .btn {
        padding: 12px 28px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }

    .order-page .item-detail-wrap {
        margin: 60px auto 0;
        padding: 20px 16px;
    }

    .order-page .section-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .order-page .item-detail-wrap p,
    .order-page .item-detail-wrap ul li {
        font-size: 16px;
        line-height: 30px;
    }

    .order-page .item-detail-wrap ul li {
        margin-bottom: 4px;
    }

    .order-page .success-img-wrap img {
        max-width: 100px;
    }
    .main-hero-section.small-banner {
        padding: 110px 0 10px 0;
    }
    .title-area {
        padding: 15px 0;
    }
    .cart-page-title .col-left h2 {
        margin-bottom: 15px;
    }
    .cart-page-title p {
        margin-bottom: 15px;
    }
    .product-info {
        min-width: calc(100% - 105px);
        flex-wrap: wrap;
    }
    .product-pic {
        min-width: 60px;
        margin-right: 10px;
        max-width: 60px;
    }
    .cart-white-box {
        padding: 10px;
    }
    .cart .cart-left-col .cart-white-box h4 {
        font-size: 14px;
    }
    .address .cart-left-col label {
        font-size: 14px;
    }
    .product-price {
        font-size: 14px;
        margin: 0 10px 0 0px;
    }
    .cart-item-price-qty {
        margin-left: 0;
        margin-right: auto;
    } 
    .coupon-code-form input {
        height: 45px;
    }       
    .coupon-code-form .btn-success {
        height: 45px;
    }
    .shipping-title-header {
        flex-wrap: wrap;
    }
    .payment-option-list {
        flex-wrap: wrap;
    }
    .progressbar {
        padding: 15px 0;
    }
    .progressbar li {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        align-items: center;
    }
    .payment-box {
        margin: 5px 10px;
    }
    .shipping-radio {
        min-width: 30px;
        margin-top: 5px;
    }
    .shipping-content {
        width: calc(100% - 30px);
    }
    .shipping-title {
        font-size: 16px;
    }
    .free-shipping {
        font-size: 16px;
    }
    .free-shipping span {
        width: 26px;
        height: 26px;
        font-size: 14px;
        margin: 0 5px 0 10px;
    }
    #confirmOrderHtml .accordion-button {
        padding: 15px 15px;
        font-size: 16px;
        line-height: 1.5;
    }
    #confirmOrderHtml .accordion-body ul li, #confirmOrderHtml .accordion-body p {
        font-size: 16px;
        line-height: 1.5;
    }
    #confirmOrderHtml .accordion-body {
        max-width: calc(100% - 0px);
        padding: 5px 15px 15px;
    }
    .section-sub-title {
        font-size: 16px;
        line-height: 1.5;
    }
    p.address-info, p.number {
        font-size: 16px;
        line-height: 1.5;
    }
    .payment-box-wrap .card-wrap {
        padding: 20px 15px 15px;
        margin: 15px 0px;
        min-width: calc(100% - 0px);
    }
    .order-cart-items .cart-item-list {
        gap: 10px;
        flex-wrap: wrap;
        margin: 25px 0;
    }
    .order-cart-items .cart-item-list .product-pic {
        margin: 0;
        padding: 0px 0px;
        border-radius: 10px;
        max-width: 60px;
        width: 100%;
        min-width: auto;
    }
    .order-cart-items .cart-item-list .product-pic img {
        max-width: 100%;
        min-width: 60px;
    }
    .order-cart-items .cart-item-list .product-info {
        width: calc(100% - 70px);
        flex-wrap: wrap;
    }
    .order-cart-items .product-name .item-name {
        font-size: 16px;
        line-height: 1.5;
    }
    .order-cart-items .product-name .item-code {
        font-size: 14px;
        line-height: 18px;
    }
    .order-cart-items .cart-item-list .product-price, .order-cart-items .number-fo-items {
        font-size: 14px;
        line-height: 20px;
    }
    .order-cart-items .cart-item-list .product-info .product-name h4 {
        font-size: 14px;
    }
    .cart-white-box.order-cart-items {
        padding: 15px 15px 12px 15px;
        margin-bottom: 0px;
    }
    .payment-box-wrap .payment-wrap {
        gap: 10px;
        padding: 10px 15px;
    }
    .contact-info .name {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .progressbar li {
        font-size: 14px;
        padding-right: 30px;
        margin-right: 15px;
    }    
    .progressbar li:last-child {
        padding-right: 0;
        margin-right: 0;
    }
    .title-area {
        padding: 20px 0;
    }
    .product-info {
        flex-wrap: wrap;
    }
    .cart-item-price-qty {
        margin-left: 0;
        margin-right: auto;
    }
    .product-price {
        margin: 0 20px 0 0px;
    }
    .cart-white-box {
        padding: 10px 10px;
    }
    .cart-white-box h4 {
        font-size: 18px;
    }
    .subtotal label {
        font-size: 16px;
    }
    .subtotal .price {
        font-size: 16px;
    }
    .cart .cart-left-col .cart-white-box h4 {
        font-size: 16px;
    }
    .checkout-btn-container .btn {
        font-size: 16px;
    }
    .address .cart-left-col label {
        font-size: 16px;
    }
    .payment-option-list {
        flex-wrap: wrap;
    }
    .payment-box {
        margin: 0px 10px 10px 10px;
        min-width: calc(100% - 20px);
    }
    .shipping-title-header {
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .free-shipping span {
        width: 26px;
        height: 26px;
        font-size: 14px;
        margin: 0 5px 0 0px;
    }
    .shipping-title {
        font-size: 18px;
    }
    .shipping-company-logo {
        margin-left: 15px;
    }
    .payment-box-wrap .card-wrap {
        margin: 0px 0px;
        min-width: calc(100% - 0px);
    }
    .order-cart-items .cart-item-list .product-pic {
        margin: 0;
        padding: 0px 0px;
        max-width: 90px;
    }
    .order-cart-items .cart-item-list .product-info {
        width: calc(100% - 110px);
    }
    .order-cart-items .product-name .item-name {
        font-size: 18px;
     
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .cart-white-box h4 {
        font-size: 18px;
    }  
    .cart-left-col .product-name h4 {
        font-size: 16px;
    }
    .checkout-btn-container .btn {
        font-size: 16px;
    }
    .address .cart-left-col label {
        font-size: 16px;
    }
    .payment-wrap .bank-detial-wrap .email {
        font-size: 12px;
    }  
    .payment-wrap .bank-detial-wrap .bank-title {
        font-size: 16px;
        line-height: normal;
    }
    .payment-box-wrap .payment-wrap {
        gap: 5px;
        padding: 30px 10px;
    }
    .payment-box {
        padding: 10px;
        font-size: 14px;
    }
    .shipping-title {
        font-size: 16px;
    }
    .shipping-title-header {
        margin-bottom: 20px;
    }
    .free-shipping {
        font-size: 16px;
    }
    .free-shipping span {
        width: 26px;
        height: 26px;
        font-size: 14px;
        margin: 0 5px 0 10px;
    }
    .shipping-radio {
        min-width: 30px;
    }
    .shipping-content {
        width: calc(100% - 30px);
    }
    .shipping-payment .cart-left-col label {
        font-size: 14px;
    }
    .order-cart-items .cart-item-list .product-pic {
        max-width: 90px;
        width: 100%;
        min-width: auto;
        padding: 0px 0px;
    }
    .order-cart-items .cart-item-list .product-info {
        width: calc(100% - 110px);
    }
    .order-cart-items .product-name .item-name {
        font-size: 16px;
        line-height: normal;
    }
    #confirmOrderHtml .cart-item-price-qty {
        max-width: 225px;
    }
    .order-cart-items .cart-item-list .product-price, .order-cart-items .number-fo-items {
        font-size: 16px;
    }
    .subtotal label {
        font-size: 16px;
    }
    .subtotal .price {
        font-size: 16px;
    }
    .payment-box-wrap {
        margin-bottom: 10px;
    }
    .payment-box-wrap .card-wrap {
        margin: 0px 0px 20px 0px;
    }
    #confirmOrderHtml .accordion-button {
        padding: 20px 20px;
        font-size: 16px;
    }
    p.address-info, p.number {
        font-size: 16px;
    }
}

.cms-page-banner {
    position: relative;
    background: rgba(3, 128, 130, 1);
}
.cms-page-banner img {
    width: 100%;
    height: auto;
    opacity: 0.8;
}
.cms-page-banner .inner-banner-content {
    position: absolute;
    margin: 0 auto;
    max-width: 910px;
    z-index: 1;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    color: #fff;
}
.inner-banner-content h1{
    color:#fff;
    font-weight:bold;
    margin-bottom:0px;
/*    margin-top: 20px;*/
    margin-top: -6px;
}
.inner-banner-content.our-app h1{
    margin-top: 20px;
}
.rowpenel {
    border-bottom: 1px solid #ccc;
    display: flex;
    padding: 10px 0;
    align-items: center;
}
.rowpenel .images {
    padding: 1%;
}
.rowpenel .part-of-containt {
    float: right;
    width: 82%;
}
.rowpenel .part-of-containt h3 {
    color: #0A4B67;
    padding: 10px 0 0px 0;
    width: 100%;
}
.cms-page h2, .cms-page h3, .cms-page h4, .cms-page h5, .cms-page h6{
    color: #0A4B67;
}
.rowpenel .part-of-containt p {
    color: #000;
    font-weight: 400!important;
    padding: 10px 0;
    text-align: left;
    font-size: 16px;
}
.cms-page a{
    color:#0A4B67;
}
.second-title a{
    color:#0A4B67;
}
.start-my-quote img{
    max-width:100%;
    margin: 0 auto;
}
@media (max-width: 767px){
.cms-page-banner img {
    object-fit: cover;
    height: 250px;
}    
.inner-banner-content h1{
    margin-top: 10px;
}
}

@media (min-width: 768px) and (max-width: 991px){
.cms-page-banner img {
    object-fit: cover;
    height: 300px;
}    
}
@media (min-width: 992px) and (max-width: 1199px){
.cms-page-banner img {
    object-fit: cover;
    height: 400px;
}    
}
.toast-close-button {
    right: 0!important;
    top: 0!important;
}

#toast-container>div {
    opacity: 1!important;
}
.light-green-bg {
    background: #d8e2c9;
    padding-top: 30px;
	padding-left:20px;
	padding-right:20px;
    padding-bottom: 20px;
	border-radius:10px;
	height:100%;
}
.light-red-bg {
    background: #d6c2bb;
    padding-top: 30px;
    padding-bottom: 20px;
	padding-left:20px;
	padding-right:20px;
	border-radius:10px;
	height:100%;
}

.toZoom {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.toZoom:hover {opacity: 0.7;}

.cust-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.cust-modal .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Add Animation */
.cust-modal .modal-content {  
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform: scale(0.1)} 
  to {transform: scale(1)}
}

/* The Close Button */
.cust-modal .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.cust-modal .close:hover,
.cust-modal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 991px){
.light-red-bg, .light-green-bg {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}	
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 767px){
.cust-modal .modal-content {
width: 100%;
}
.light-green-bg, .light-red-bg {
    height: auto;
    margin-bottom: 20px;
}
}
.fot-social-icons {
    max-width: 240px;
    text-align: center;
}
.fot-social-icons ul {
    justify-content: center;
}
.fot-social-icons ul li:last-child {
    margin-right: 0;
}

 .video-container {
    display: flex;
      justify-content: center;
      align-items: center;
        margin-top: 50px;
        margin-bottom: 50px;
}

.video h2 {
    font-weight: bold;
    text-align: center;
}

.video span {
    color: #0A4B67;
}
.container{
    margin-top: 20px;
}

.top{
    margin-top: 60px;
}

 .step-icon {
      font-size: 2rem;
      color: #0d6efd;
    }
    .step-card {
      border: 1px solid #dee2e6;
      border-radius: 10px;
      padding: 20px;
      transition: transform 0.2s;
    }
    .step-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

     .highlight-section {
      background-color: #f8f9fa;
      border-radius: 12px;
      padding: 30px;
      margin-top: 30px;
    }
    .check-list li::before {
      content: "✔";
      color: green;
      margin-right: 10px;
    }
    .cross-list li::before {
      content: "❌";
      color: red;
      margin-right: 10px;
    }

     .highlight {
      color: #dc3545;
      font-weight: bold;
    }
    .section-bg {
      background-color: #f8f9fa;
      padding: 50px 20px;
    }

     .section-heading {
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .icon-box {
      font-size: 1.2rem;
      padding: 10px 0;
    }
    .icon-box .text-danger {
      font-weight: bold;
    }
    .icon-box .text-success {
      font-weight: bold;
    }

    .highlight-section {
      background-color: #fff;
      padding: 40px 30px;
      border-radius: 12px;
      box-shadow: 0 0 20px rgba(0,0,0,0.05);
    }
    .btn-custom {
      background-color: #4b9cbe;
      color: #fff;
      padding: 12px 30px;
      font-weight: 600;
    }
    .btn-custom:hover {
      background-color: #4b9cbe;
    }

   .video-container iframe {
  width: 700px;
  height: 320px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .video-container iframe {
    width: auto;
    height: auto;
  }
}
