@charset "UTF-8";
.hero-section {
  display: flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgb(254, 244, 234);
  padding-block: 60px;
}
.hero-section h1 {
  font-size: 52px;
  line-height: 70px;
  font-weight: 800;
  color: #213343;
  width: 628.17px;
  line-height: 1.188;
  margin-bottom: 50px;
}
.hero-section h1 span {
  color: #cc1e20;
}
.hero-section .feature-list .features {
  display: flex;
}
.hero-section .feature-list .features img {
  width: 18px;
  height: 18px;
  margin-right: 11px;
  margin-top: 3px;
}
.hero-section .feature-list .features .feature-heading {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  color: #213343;
  margin-bottom: 16px;
}
.hero-section .feature-list .features .feature-details {
  width: 572px;
  font-size: 21px;
  line-height: 33px;
  color: #212321;
  font-weight: 300;
  margin-bottom: 0px;
}
.hero-section .feature-list .features:not(:last-child) {
  margin-bottom: 50px;
}
.hero-section .form-side {
  border-radius: 25px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
  height: auto;
  padding: 24px;
}
.hero-section .form-side .heading {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #213343;
  text-align: center;
}
.hero-section .form-side #get-a-free-quote {
  margin-top: 20px;
}
.hero-section .form-side #get-a-free-quote label {
  font-size: 12px;
  margin-bottom: 6px;
  padding-left: 21px;
  color: #213343;
  font-weight: 500;
}
.hero-section .form-side #get-a-free-quote .label-adjustment {
  font-size: 14px;
  color: rgb(133, 133, 146);
  padding-left: 0;
}
.hero-section .form-side #get-a-free-quote .form-paragraph {
  color: rgb(133, 133, 146);
}
.hero-section .form-side #get-a-free-quote .dropdown {
  cursor: pointer;
  border-radius: 25px;
}
.hero-section .form-side #get-a-free-quote .dropdown button {
  position: relative;
}
.hero-section .form-side #get-a-free-quote .dropdown button::after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.hero-section .form-side #get-a-free-quote .dropdown .dropdown-item p {
  font-size: 14px;
  color: #858592;
  font-weight: 400;
}
.hero-section .form-side #get-a-free-quote .dropdown .dropdown-menu {
  padding-left: 12px;
  height: 150px;
  overflow-y: scroll;
}
.hero-section .form-side #get-a-free-quote input,
.hero-section .form-side #get-a-free-quote select,
.hero-section .form-side #get-a-free-quote .dropdown button {
  font-size: 14px;
  color: #858592;
  font-weight: 400;
  padding-left: 30px;
  border-radius: 25px;
  height: 48px;
  border-width: 1px !important;
  border-color: rgb(118, 145, 173) !important;
  border-style: solid !important;
}
.hero-section .form-side #get-a-free-quote .custom-checkbox {
  width: 25px;
  height: 25px;
  border: 0;
}
.hero-section .form-side #get-a-free-quote input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.hero-section .form-side #get-a-free-quote input[type=checkbox]:checked {
  background-color: #FA9E57;
}
.hero-section .form-side #get-a-free-quote input[type=checkbox]:checked::after {
  content: "✔";
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-section .form-side #get-a-free-quote textarea {
  font-size: 14px;
  color: #858592;
  font-weight: 400;
  padding-left: 30px;
  border-radius: 25px;
  height: 100px;
  padding-top: 20px;
  border-width: 1px !important;
  border-color: rgb(118, 145, 173) !important;
  border-style: solid !important;
}
.hero-section .form-side #get-a-free-quote .input-group .select-1 {
  width: 65px;
  padding-left: 0;
  text-align: center;
  background-color: rgb(246, 249, 252);
  border-end-end-radius: 0 !important;
  border-start-end-radius: 0 !important;
  border: 1px solid #ced4da;
}
.hero-section .form-side #get-a-free-quote .input-group .select-2 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.hero-section .form-side #get-a-free-quote .form-check-input:checked {
  background-color: #cc1e20;
}
.hero-section .form-side #get-a-free-quote .form-check-label {
  font-size: 12px;
  font-weight: 300;
  color: #858592;
  line-height: 20px;
  padding-left: 0;
  width: 604.56px;
}
.hero-section .form-side #get-a-free-quote .form-check-input {
  border-radius: 0;
  width: 15px;
  height: 15px;
  padding-left: 0px;
  border-color: #cc1e20;
}
.hero-section .form-side #get-a-free-quote .author .details {
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  line-height: 20px;
  width: 300px;
  margin-left: 9px;
}
.hero-section .form-side #get-a-free-quote .author .author-name {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 20px;
  margin-left: 9px;
}
.hero-section .form-side #get-a-free-quote .author .orange-line {
  background-color: #cc1e20;
  width: 24px;
  height: 1px;
  display: inline-block;
  margin-left: 8px;
}
.hero-section .form-side #get-a-free-quote .gradient-btn {
  width: 221px;
  height: 61px;
  border-radius: 30.5px;
}


footer .subscribtion-block {
  display: none !important;
}

.iti {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .responsive-form {
    min-height: 1500px !important;
    max-height: 2020px !important;
  }
  .responsive-form .bg-image {
    height: 2100px !important;
  }
  .responsive-form .form-side {
    height: auto !important;
  }
  .amazon-stores {
    margin-top: 100px !important;
  }
  .hero-section {
    display: flex;
    align-items: center;
  }
  .hero-section .flex-box-1 {
    height: 100%;
    margin-top: 20px;
  }
  .hero-section h1 {
    font-size: 34px;
    line-height: 1.412;
    font-weight: 700;
    color: #213343;
    width: 100%;
    line-height: 1.188;
    margin-bottom: 30px;
    text-align: left;
  }
  .hero-section h1 span {
    color: #cc1e20;
  }
  .hero-section .content {
    min-width: unset !important;
    margin-top: unset !important;
  }
  .hero-section .form-side {
    min-width: unset !important;
  }
  .hero-section .feature-list .features {
    display: flex;
  }
  .hero-section .feature-list .features img {
    width: 12px;
    height: 12px;
    margin-right: 11px;
    margin-top: 3px;
  }
  .hero-section .feature-list .features .feature-heading {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #213343;
    margin-bottom: 6px;
  }
  .hero-section .feature-list .features .feature-details {
    width: 100%;
    font-size: 15px;
    line-height: 1.8;
    color: #212321;
    font-weight: 300;
    margin-bottom: 0px;
  }
  .hero-section .feature-list .features {
    margin-bottom: 25px !important;
  }
  .hero-section .form-side {
    border-radius: 25px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
  }
  .hero-section .form-side .iti.iti--allow-dropdown {
    width: 100%;
    margin-bottom: 6px !important;
  }
  .hero-section .form-side .heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #213343;
    text-align: center;
  }
  .hero-section .form-side #get-a-free-quote {
    margin-top: 0x;
  }
  .hero-section .form-side #get-a-free-quote .mb-3 {
    margin-bottom: 6px !important;
  }
  .hero-section .form-side #get-a-free-quote label {
    font-size: 12px;
    margin-bottom: 6px;
    padding-left: 10px;
    color: #213343;
    font-weight: 500;
    margin-bottom: 3px;
  }
  .hero-section .form-side #get-a-free-quote .dropdown {
    cursor: pointer;
    border-radius: 25px;
  }
  .hero-section .form-side #get-a-free-quote .dropdown button {
    position: relative;
  }
  .hero-section .form-side #get-a-free-quote .dropdown button::after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .hero-section .form-side #get-a-free-quote .dropdown .dropdown-item p {
    font-size: 14px;
    color: #858592;
    font-weight: 400;
  }
  .hero-section .form-side #get-a-free-quote .dropdown .dropdown-menu {
    padding-left: 12px;
    height: 150px;
    overflow-y: scroll;
  }
  .hero-section .form-side #get-a-free-quote input,
  .hero-section .form-side #get-a-free-quote select,
  .hero-section .form-side #get-a-free-quote .dropdown button {
    font-size: 12px;
    color: #858592;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 25px;
    height: 34px;
  }
  .hero-section .form-side #get-a-free-quote textarea {
    font-size: 12px;
    color: #858592;
    font-weight: 400;
    padding-left: 24px;
    border-radius: 25px;
    height: 66px;
    padding-top: 10px;
  }
  .hero-section .form-side #get-a-free-quote .input-group .select-1 {
    width: 65px;
    padding-left: 0;
    text-align: center;
    background-color: rgb(246, 249, 252);
    border-end-end-radius: 0 !important;
    border-start-end-radius: 0 !important;
    border: 1px solid #ced4da;
  }
  .hero-section .form-side #get-a-free-quote .input-group .select-2 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .hero-section .form-side #get-a-free-quote .form-check-input:checked {
    background-color: #cc1e20;
  }
  .hero-section .form-side #get-a-free-quote .form-check-label {
    font-size: 12px;
    font-weight: 300;
    color: #858592;
    line-height: 20px;
    padding-left: 0;
    width: 604.56px;
  }
  .hero-section .form-side #get-a-free-quote .form-check-input {
    border-radius: 0;
    width: 15px;
    height: 15px;
    padding-left: 0px;
    border-color: #cc1e20;
  }
  .hero-section .form-side #get-a-free-quote .author .details {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    line-height: 20px;
    width: 300px;
    margin-left: 9px;
  }
  .hero-section .form-side #get-a-free-quote .author .author-name {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 20px;
    margin-left: 9px;
  }
  .hero-section .form-side #get-a-free-quote .author .orange-line {
    background-color: #cc1e20;
    width: 24px;
    height: 1px;
    display: inline-block;
    margin-left: 8px;
  }
  .hero-section .form-side #get-a-free-quote .gradient-btn {
    width: 146px;
    height: 45px;
    border-radius: 22.74px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  .hero-section .form-side #get-a-free-quote .form-paragraph {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 280px) and (max-width: 374px) {
  .responsive-form {
    min-height: 1650px !important;
    max-height: 1650px !important;
  }
  .responsive-form .bg-image {
    height: 1650px !important;
  }
  .responsive-form .form-side {
    height: auto !important;
  }
  .hero-section h1 {
    width: 100%;
    font-size: 25px;
  }
  .hero-section .feature-list .feature-details {
    width: auto !important;
    font-size: 15px;
    line-height: 1.8;
    color: #212321;
    font-weight: 300;
    margin-bottom: 0px;
  }
  .hero-section .form-side {
    border-radius: 25px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 20px;
  }
  .hero-section .form-side .iti.iti--allow-dropdown {
    width: 100%;
    margin-bottom: 6px !important;
  }
  .hero-section .form-side .heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #213343;
    text-align: center;
  }
  .hero-section .form-side #get-a-free-quote {
    margin-top: 0x;
  }
  .hero-section .form-side #get-a-free-quote .mb-3 {
    margin-bottom: 6px !important;
  }
  .hero-section .form-side #get-a-free-quote label {
    font-size: 12px;
    margin-bottom: 6px;
    padding-left: 10px;
    color: #213343;
    font-weight: 500;
    margin-bottom: 3px;
  }
  .hero-section .form-side #get-a-free-quote .dropdown {
    cursor: pointer;
    border-radius: 25px;
  }
  .hero-section .form-side #get-a-free-quote .dropdown button {
    position: relative;
  }
  .hero-section .form-side #get-a-free-quote .dropdown button::after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .hero-section .form-side #get-a-free-quote .dropdown .dropdown-item p {
    font-size: 14px;
    color: #858592;
    font-weight: 400;
  }
  .hero-section .form-side #get-a-free-quote .dropdown .dropdown-menu {
    padding-left: 12px;
    height: 150px;
    overflow-y: scroll;
  }
  .hero-section .form-side #get-a-free-quote input,
  .hero-section .form-side #get-a-free-quote select,
  .hero-section .form-side #get-a-free-quote .dropdown button {
    font-size: 12px;
    color: #858592;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 25px;
    height: 34px;
  }
  .hero-section .form-side #get-a-free-quote textarea {
    font-size: 12px;
    color: #858592;
    font-weight: 400;
    padding-left: 24px;
    border-radius: 25px;
    height: 66px;
    padding-top: 10px;
  }
  .hero-section .form-side #get-a-free-quote .input-group .select-1 {
    width: 65px;
    padding-left: 0;
    text-align: center;
    background-color: rgb(246, 249, 252);
    border-end-end-radius: 0 !important;
    border-start-end-radius: 0 !important;
    border: 1px solid #ced4da;
  }
  .hero-section .form-side #get-a-free-quote .input-group .select-2 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .hero-section .form-side #get-a-free-quote .form-check-input:checked {
    background-color: #cc1e20;
  }
  .hero-section .form-side #get-a-free-quote .form-check-label {
    font-size: 12px;
    font-weight: 300;
    color: #858592;
    line-height: 20px;
    padding-left: 0;
    width: 604.56px;
  }
  .hero-section .form-side #get-a-free-quote .form-check-input {
    border-radius: 0;
    width: 15px;
    height: 15px;
    padding-left: 0px;
    border-color: #cc1e20;
  }
  .hero-section .form-side #get-a-free-quote .author .details {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    line-height: 20px;
    width: 300px;
    margin-left: 9px;
  }
  .hero-section .form-side #get-a-free-quote .author .author-name {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 20px;
    margin-left: 9px;
  }
  .hero-section .form-side #get-a-free-quote .author .orange-line {
    background-color: #cc1e20;
    width: 24px;
    height: 1px;
    display: inline-block;
    margin-left: 8px;
  }
  .hero-section .form-side #get-a-free-quote .gradient-btn {
    width: 146px;
    height: 45px;
    border-radius: 22.74px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  .hero-section .form-side #get-a-free-quote .form-paragraph {
    font-size: 13px !important;
  }
}/*# sourceMappingURL=get-a-free-quote.css.map */


/* =========================== */

* {
    font-family: "Lexend Deca", sans-serif !important;
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
}
.loader-section {
    position: fixed;
    z-index: 1110000;
    height: 100%;
    background: #ffff;
    width: 100%;
    transition: left 1s ease-in;
    transition-delay: 0.6s;
    left: 0;
    img {
        width: 200px;
    }
}
.loader-section.inactive {
    left: 2500px;
}
.mobile-sticky {
    position: fixed !important;
    top: -300px;
    left: 0;
    transition: all 0.6s !important;
    width: 100%;
    background-color: white;
    z-index: 100 !important;
}
.fixed-header {
    position: fixed !important;
    top: -300px;
    left: 0;
}
body {
    scroll-behavior: smooth;
}

u {
    text-decoration: none;
    position: relative;
    &::before {
        position: absolute;
        width: 95%;
        background-image: url(/website/images/under-line-02.svg);
        content: "";
        height: 100px;
        left: 50%;
        transform: translateX(-50%);
        top: 37px;
        background-repeat: no-repeat;
    }
}
.scroll-down {
    top: 0;
    /* // transition: all 0.6s !important; */
}
.main-color {
    color: #cc1e20 !important;
}
.peach-color {
    color: #ff725d;
}
.yellow-color {
    color: #ffb850;
}
.bluish-color {
    color: #87acff;
}
.greenish-color {
    color: #79d5b3;
}
.th5-fold {
    color: #246996;
}
.th6-fold {
    color: #e89848;
}
body {
    overflow-x: hidden;
}
.pt-90 {
    padding-top: 90px !important;
}
.pb-120 {
    padding-bottom: 120px !important;
}
.sticky-header-dropdown {
    top: 0 !important;
    transition-duration: 0.6s;
}
.gradient-btn {
    border-radius: 10px;
    background-color: #cc1e20;
    width: 214px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    span {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
    }
    border-width: 0px;
}
.gradient-btn-reverse {
    border-radius: 10px;
    border: 2px solid #cc1e20;
    background-color: white;
    color: #cc1e20;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    span {
        font-size: 16px;
        font-weight: 500;
        color: #cc1e20;
    }
}
.display-none {
    display: none;
}
.header {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.18);
    /* // height: 100px; */
    height: 90px;
    width: 100%;
    position: relative;
    z-index: 1000;
    transition: top 0.6s !important;
    .navbar-brand {
        width: 181px;
    }
    .nav-items {
        font-size: 16px;
        font-weight: 600;
        color: #000;
        margin-right: 34px;
        margin-top: auto;
        margin-bottom: auto;
        cursor: pointer;
    }
}
#desktopPopUp {
    min-width: 942px;
    .modal-dialog {
        height: 100%;
        display: flex;
        align-items: center;
        min-width: 942px;

        .modal-content {
            min-width: 942px;
            height: 479px;
            border-width: 1px;
            border-color: rgb(255, 118, 57);
            border-style: solid;
            border-radius: 20px;

            .modal-body {
                position: absolute;
                top: 0;
                left: 0;
                display: flex;
                justify-content: center;
                align-items: center;

                .heading {
                    font-size: 42px;
                    font-family: "Lexend Deca";
                    color: rgb(33, 51, 67);
                    font-weight: bold;
                    line-height: 1.429;
                    text-align: center;
                    width: 850px;
                    margin: 0px auto;
                    margin-bottom: 30px;
                }

                .details {
                    text-align: center;
                    font-size: 20px;
                    font-weight: regular;
                    line-height: 1;
                    color: #213343;
                    margin-bottom: 46px;
                    span,
                    a {
                        font-weight: bold;
                        text-decoration: underline;
                        text-underline-offset: 3px;
                        color: #cc1e20;
                    }
                }
                .gradient-btn {
                    width: 278px;
                    color: white;
                    height: 65px;
                }
                .no-thanks {
                    font-size: 18px;
                    font-family: "Lexend Deca";
                    color: rgb(33, 51, 67);
                    text-decoration: underline;
                    line-height: 1;
                    margin-top: 20px;
                    text-align: center;
                    text-underline-offset: 3px;
                }
            }
            .floating-close {
                position: absolute;
                top: -20px;
                right: -20px;
                z-index: 5;
            }
        }
    }
}
#desktopPopUp2 {
    min-width: 625px;
    .modal-dialog {
        height: 100%;
        display: flex;
        align-items: center;
        min-width: 625px;

        .modal-content {
            min-width: 625px;
            height: 408px;
            border-width: 1px;
            border-color: rgb(255, 118, 57);
            border-style: solid;
            border-radius: 20px;

            .modal-body {
                position: absolute;
                top: 0;
                left: 0;
                display: flex;
                justify-content: center;
                align-items: center;

                .heading {
                    font-size: 42px;
                    font-family: "Lexend Deca";
                    color: rgb(33, 51, 67);
                    font-weight: bold;
                    line-height: 1.429;
                    text-align: center;
                    width: 560px;
                    margin: 0px auto;
                    margin-bottom: 30px;
                }

                .details {
                    text-align: center;
                    font-size: 16px;
                    font-weight: 300;
                    line-height: 1;
                    color: #213343;
                    margin-bottom: 34px;
                    span,
                    a {
                        font-weight: bold;
                        text-decoration: underline;
                        text-underline-offset: 3px;
                        color: #cc1e20;
                    }
                }
                .gradient-btn-reverse {
                    width: 278px;
                    color: #cc1e20;
                    background: white;
                    border: 2px solid #cc1e20;
                    height: 65px;
                    margin: 0 auto;
                }
                input {
                    border-radius: 15px;
                    background-color: rgb(255, 255, 255);
                    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
                    width: 529px;
                    height: 65px;
                    text-align: center;
                    margin-bottom: 20px;
                }
                .no-thanks {
                    font-size: 18px;
                    font-family: "Lexend Deca";
                    color: rgb(33, 51, 67);
                    text-decoration: underline;
                    line-height: 1;
                    margin-top: 20px;
                    text-align: center;
                    text-underline-offset: 3px;
                }
            }
            .floating-close {
                position: absolute;
                top: -20px;
                right: -20px;
                z-index: 5;
            }
        }
    }
}
footer {
    margin-top: 175px;
    background-color: rgb(25, 39, 51);
    padding-top: 129px;
    padding-bottom: 62px;
    position: relative;
    .social-icon-new {
        a:nth-child(1) img {
            width: 11px;
        }
        a:nth-child(2) img {
            width: 20px;
        }
        a:nth-child(3) img {
            width: 26px;
        }
        a:nth-child(4) img {
            width: 22px;
        }
        a:nth-child(5) img {
            width: 22px;
        }
    }
    .subscribtion-block {
        border-radius: 10px;
        background-color: rgb(254, 244, 234);
        box-shadow: 0px 12px 0px 0px rgba(0, 0, 0, 0.22);
        width: 1014px;
        height: 150px;
        top: -75px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        display: flex;
        justify-content: space-between;
        padding: 0 32px;
        align-items: center;
        .subscription-heading {
            min-width: 550px;
            max-width: 550px;
            color: #000000;
            line-height: 42px;
            font-weight: 600;
            font-size: 32px;
            margin-bottom: 0;
        }
        .input-group {
            width: auto !important;
            input {
                background-color: rgb(255, 255, 255);
                max-width: 200px;
                height: 74px;
                border-radius: 10px;
                color: #213343;
                font-size: 16px;
                font-weight: 500;
            }
            input::placeholder {
                font-weight: 500;
                font-size: 13px;
                color: #213343;
            }
            button {
                background-color: #cc1e20;
                width: 182px;
                height: 74px;
                color: white;
                border-radius: 10px;
                font-size: 13px;
            }
            button:hover {
                background-color: #cc1e20;
                color: white;
            }
        }
    }
    .price-line {
        .price {
            font-size: 60px;
            line-height: 1;
            color: #cc1e20;
            font-weight: 700;
            text-align: center;
            margin-bottom: 16px;
        }
        .price-details {
            font-size: 18px;
            line-height: 1;
            color: #ffffff;
            font-weight: 300;
            text-align: center;
            margin-bottom: 0px;
        }
    }
    .line-break {
        background-color: rgba(255, 255, 255, 0.2);
        height: 2px;
        margin: 50px 0px;
        width: 100%;
    }
    .links-side {
        .knowledge {
            width: 250px;
            .gradient-btn {
                margin-top: 15px;
                width: 100%;
            }
            input {
                width: 100%;
                height: 50px;
            }
        }
        .home {
            width: 221px;
            .logo {
                width: 211px;
                margin-bottom: 10px;
                margin-top: -10px;
            }
            .logo-details {
                font-size: 16px;
                font-weight: 300;
                color: #ffffff;
                line-height: 28px;
                margin-bottom: 22px;
            }
            .logo-heading {
                font-size: 20px;
                font-weight: 600;
                color: #ffffff;
                line-height: 30px;
                margin-bottom: 20px;
            }
            .cta {
                border-width: 1px;
                border-color: #cc1e20;
                border-style: solid;
                border-radius: 10px;
                font-size: 16px;
                line-height: 48px;
                width: 199px;
                height: 48px;
                color: #fff;
                background-color: transparent;
                text-decoration: none;
                font-weight: 600;
                display: block;
                text-align: center;
            }
        }
        .quick-links {
            width: 130px;
        }
        .services {
            width: 276px;
        }
    }
    .main-heading {
        font-size: 22px;
        line-height: 1;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 24px;
    }
    .main-links {
        font-size: 18px;
        line-height: 1;
        font-weight: 300;
        color: #ffffff;
        margin-bottom: 15px;
        text-decoration: none;
        display: block;
        &:hover {
            color: #cc1e20;
        }
    }
    .copyright {
        font-size: 16px;
        line-height: 1;
        font-weight: 400;
        color: #ffffff;
        margin-top: 48px;
        margin-bottom: 0;
    }
}
#lower-footer {
    .country-info {
        display: flex;
        gap: 60px;
        justify-content: flex-start;
        .us-flag-info {
            padding-left: 2px;
        }
        .uk-flag-info {
            padding-left: 2px;
        }
        .uae-flag-info {
            padding-left: 2px;
        }
        .nl-flag-info {
            padding-left: 2px;
        }
        .country-phone {
            gap: 10px;
            P {
                color: #cc1e20;
                margin-bottom: 0.3rem;
            }
            span {
                color: #fff;
            }
        }
        .country-email {
            gap: 15px;
            P {
                color: #cc1e20;
                margin-bottom: 0.3rem;
            }
            span {
                color: #fff;
            }
        }
    }
    .country-info-two {
        display: flex;
        gap: 72px;
        justify-content: flex-start;
        .us-flag-info {
            padding-left: 2px;
        }
        .uk-flag-info {
            padding-left: 2px;
        }
        .uae-flag-info {
            padding-left: 2px;
        }
        .nl-flag-info {
            padding-left: 2px;
        }
        .country-phone {
            gap: 10px;
            P {
                color: #cc1e20;
                margin-bottom: 0.3rem;
            }
            span {
                color: #fff;
            }
        }
        .country-email {
            gap: 15px;
            P {
                color: #cc1e20;
                margin-bottom: 0.3rem;
            }
            span {
                color: #fff;
            }
        }
    }
}

.Ecom Digital Inc-amazon-marketing-services {
    margin-top: 33px;
    h2 {
        font-weight: 500;
        color: #213343;
        font-size: 16px;
        line-height: 28px;
        margin-top: 0;
        margin-bottom: 26px;
        text-align: center;
    }
    .w-block {
        width: 900px;
        margin-bottom: 40px;
    }
    #owl-carousel-1 {
        .box {
            margin: 0 90px;
            height: 70px !important;
            img {
                width: unset !important;
            }
        }
        .owl-nav {
            display: none !important;
        }
        .rakuten {
            margin-top: 29px;
        }
        .binge {
            margin-top: 21px;
        }
        .think_me {
            margin-top: 19px;
        }
        .mot2 {
            margin-top: 27px;
        }
        .get-taxi {
            margin-top: 10px;
        }
    }
    .custom-nav {
        position: absolute;
        top: 0;
        display: flex;
        justify-content: space-between;
        width: 110%;
        align-items: center;
        height: 100%;
        button {
            margin-top: 10px;
        }
    }
}
.amazon-stores {
    margin-top: 80px;
    .heading {
        font-size: 32px;
        color: rgb(33, 51, 67);
        font-weight: 600;
        line-height: 1;
        text-align: center;
        width: 927px;
        line-height: 44px;
        margin-bottom: 44px;
    }
    #owl-carousel-2 {
        min-width: calc(100vw - 103px);
        max-width: 1920px;
        img {
            width: max-content !important;
        }
        .card {
            width: 374px;
            height: 481px;
            padding-top: 54px;
            padding-left: 35px;
            padding-bottom: 51px;
            border-radius: 10px;
            .logo {
                margin-bottom: 78px;
            }
            .long-heading {
                font-size: 96px;
                font-family: "Lexend Deca";
                color: rgb(33, 51, 67);
                font-weight: bold;
                line-height: 1;
                text-align: start;
                margin-bottom: 48px;
            }
            .short-details {
                font-size: 24px;
                font-family: "Lexend Deca";
                color: rgb(33, 51, 67);
                font-weight: bold;
                line-height: 1;
                text-align: left;
                margin-bottom: 87px;
            }
            .read-more {
                font-size: 16px;
                color: rgb(33, 51, 67);
                font-weight: 600;
                text-decoration: underline;
                line-height: 1;
                margin-bottom: 0;
                img {
                    width: 13px;
                    height: 12px;
                }
            }
        }
        .card:hover {
            .logo {
                margin-bottom: 78px;
            }
            .long-heading {
                color: white;
            }
            .short-details {
                color: white;
            }
            .read-more {
                color: white;
            }
        }
        .owl-item:nth-child(1) {
            .card {
                border-width: 3px;
                border-color: rgb(27, 118, 255);
                border-style: solid;
                border-radius: 10px;
                .logo {
                    width: 161px !important;
                    display: block !important;
                }
                .white-logo {
                    display: none !important;
                }
            }
            & .card:hover {
                border-width: 3px;
                border-color: rgb(27, 118, 255);
                border-style: solid;
                border-radius: 10px;
                background-color: rgb(27, 118, 255);
                .white-logo {
                    display: block !important;
                }
                .black-logo {
                    display: none !important;
                }
            }
        }
        .owl-item:nth-child(2) {
            .card {
                border-width: 3px;
                border-color: rgb(120, 44, 228);
                border-style: solid;
                .logo {
                    width: 143px !important;
                }
            }
            & .card:hover {
                background-color: rgb(120, 44, 228);
            }
        }
        .owl-item:nth-child(3) {
            .card {
                border-width: 3px;
                border-color: rgb(255, 205, 29);
                border-style: solid;
                .logo {
                    width: 161px !important;
                }
            }
            & .card:hover {
                background-color: rgb(255, 205, 29);
            }
        }
        .owl-item:nth-child(4) {
            .card {
                border-width: 3px;
                border-color: rgb(244, 38, 62);
                border-style: solid;
                .logo {
                    width: 111px !important;
                }
            }
            & .card:hover {
                background-color: rgb(244, 38, 62);
            }
        }
    }
}
.mega-menu-container {
    transition: all 0.3s ease-in;
    /* // padding-left: 6%;
    // padding-right: 6%; */
    padding-left: 0;
    padding-right: 0;
    height: 534px;
    position: absolute;
    /* // top: 100px; */
    top: 75px;
    z-index: 1;
    width: 100%;
    left: 0;
    text-decoration: none;
    .margin-section {
        width: 100%;
        height: 100%;
        background-color: white;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.17);
        border-radius: 0 0px 20px 20px;
        overflow: hidden;
        .service-content {
            margin-top: 40px;
            .service-heading {
                font-size: 28px;

                color: rgb(25, 27, 34);
                font-weight: 600;
                margin-bottom: 0;
                margin-right: 49px;
            }
            .service-detail {
                font-size: 14px;

                color: rgb(33, 37, 41);
                line-height: 1.714;
                text-align: left;
                margin-bottom: 0;
                font-weight: 400;
                /* // width: 558px; */
                width: 100%;
            }
        }
        .sub-services-content {
            cursor: pointer;
            font-size: 18px;

            color: rgb(25, 27, 34);
            font-weight: 600;
        }
        .sub-services-content:hover {
            text-decoration: none;
        }
        .grand-service-content,
        .grand-service,
        .grand-service span {
            font-size: 14px;

            color: rgb(33, 37, 41);
            font-weight: 400;
            cursor: pointer;
            padding-top: 3px;
            img {
                transition: all 0.6s;
            }
        }
        .grand-service {
            margin-top: 10px;
        }
        .sub-service {
            margin-bottom: 44px;
            max-width: 295px;
        }
        .service-block-1 {
            /* width: 320px; */
            width: 305px;
        }
        .sub-service-box {
            margin-top: 50px;
        }
        .grand-service:hover {
            text-decoration: none;
            img {
                padding-right: 15px !important;
                text-decoration: none;
            }
            span {
                color: #cc1e20;
            }
        }
        .right-side {
            /* // width: 29.14%;
            // width: 41.14%;
            // position: absolute;
            // top: 0;
            // right: 0;
            // height: 100%;
            // // background-color: rgb(249, 249, 249);
            // background-color: #e8f5ff;
            // padding-left: 22px; */
            width: 100%;
            height: 100%;
            background-color: #e8f5ff;
        
            .main-heading {
                font-size: 28px;
                color: rgb(25, 27, 34);
                font-weight: 600;
                margin-top: 47px;
                padding-bottom: 38px;
                line-height: 1;
                width: 100%;
                padding-left: 12px;
                text-align: center;
            }
            .sub-heading {
                font-size: 18px;

                color: rgb(25, 27, 34);
                font-weight: 500;
                line-height: 1;
                margin-bottom: 8px;
            }
            .detail {
                font-size: 14px;

                color: rgb(33, 37, 41);
                line-height: 1;
                font-weight: 400;
                margin-bottom: 0;
            }
            .bg-img-head {
                background-image: url("/new_assets/images/bg-header.webp");
                background-size: contain;
                background-position: center;
                height: 338px;
                background-repeat: no-repeat;
                display: flex;
                justify-content: center;
                align-items: end;
                margin-top: 30px;
                a {
                    border-radius: 3px;
                    background-color: #cc1e20;
                    width: 280px;
                    height: 50px;
                    box-shadow: rgb(255, 255, 255) 7px 10px 0px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border-width: 0px;
                    font-size: 14px;
                    color: rgb(255, 255, 255);
                    font-weight: 600;
                    line-height: 1.2;
                    text-align: center;
                    text-transform: uppercase;
                    margin-bottom: 32px;
                }
            }
        }
    }
}

.gradient-btn-update-for-head{
    border-radius: 3px;
    background-color: #cc1e20;
    width: 214px;
    height: 50px;
    /* // box-shadow: rgb(0, 0, 0) 10px 13px 0px; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 0px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}
.service-hover {
    z-index: 1000;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 11px 20px 0px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #dee2e6;
    .white-logo {
        display: none !important;
    }
    .black-logo {
        display: block;
    }
    .nav-items,
    .nav-items span {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        color: rgb(25, 27, 34) !important;
        font-weight: 400 !important;
    }
}
.service:hover {
    .mega-menu-container {
        display: block;
    }
}
.mega-menu-container:hover {
    display: block;
}
.mt-28p {
    margin-top: 28px;
}
.mt-45p {
    margin-top: 45px;
}
.mt-24p {
    margin-top: 24px;
}
.w-fit-content {
    width: fit-content !important;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    #header-mobile {
        position: relative;
        z-index: 2;
        height: 100px;
        padding: 0 30px;
        align-items: center;
        .navbar-toggler:focus {
            box-shadow: unset;
        }
        .service-toggle {
            &::after {
                transition: rotate 0.2s ease-in;
            }
            &.show {
                &::after {
                    rotate: 180deg;
                    transition: rotate 0.2s ease-in;
                }
            }
        }

        .ms-20p {
            margin-left: 20px;
        }
        .mt-5p {
            margin-top: 10px;
        }
        .navbar-brand {
            img {
                width: 190px;
            }
        }
        .navbar-toggler {
            border: unset;
            &-icon {
                background-image: url("/website/images/hamburger.webp");
                height: 21px;
                width: 24px;
            }
        }
        .navbar-collapse {
            background-color: white !important;
            padding: 0 !important;
            top: 72px !important;
            max-height: 550px !important;
            transition: max-height 0.6s;
            overflow-y: scroll;
            position: absolute;
            left: 0;
            width: 100%;
            box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.18);
        }
        .nav-item {
            padding: 0;
            .nav-link {
                padding-left: 20px;
                padding-top: 22px;
                padding-bottom: 22px;
                font-size: 14px !important;
                color: rgb(25, 27, 34);
            }
        }
        .nav-item1 {
            padding-left: 20px;
        }
        .service-heading {
            font-size: 18px;
            font-family: "Poppins";
            color: rgb(25, 27, 34);
            font-weight: 600;
            line-height: 1;
            margin-top: 10px;
        }
        .service-detail {
            font-size: 14px;
            font-family: "Poppins";
            color: rgb(25, 27, 34);
            line-height: 1.714;
            text-align: left;
            font-weight: 400;
        }
        .sub-service {
            margin-top: 14px !important;
            .heading {
                font-size: 15px;
                font-family: "Poppins";
                color: rgb(25, 27, 34);
                line-height: 1;
                font-weight: 600;
                margin: 0;
                display: block !important;
                text-align: start !important;
            }
            .detail {
                font-size: 14px;
                font-family: "Poppins";
                color: rgb(33, 37, 41);
                line-height: 1;
                font-weight: 400;
                display: block !important;
                text-align: start !important;
            }
        }
    }
    .Ecom Digital Inc-amazon-marketing-services {
        margin-top: 33px;
        h2 {
            font-weight: 500;
            color: #213343;
            font-size: 16px;
            line-height: 28px;
            margin-top: 0;
            margin-bottom: 26px;
            text-align: center;
        }
        .w-block {
            width: 675px;
            margin-bottom: 40px;
        }
        #owl-carousel-1 {
            position: relative;
            .box {
                margin: 0 90px;
                height: 70px !important;
                img {
                    width: unset !important;
                }
            }
            .rakuten {
                margin-top: 29px;
            }
            .binge {
                margin-top: 21px;
            }
            .think_me {
                margin-top: 19px;
            }
            .mot2 {
                margin-top: 27px;
            }
            .owl-nav {
                display: none !important;
            }
        }
        .custom-nav {
            position: absolute;
            top: 0;
            display: flex;
            justify-content: space-between;
            width: 110%;
            align-items: center;
            height: 100%;
            button {
                margin-top: 10px;
            }
        }
    }
}
.toast-container {
    z-index: 100;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
    #header-mobile {
        position: relative;
        z-index: 2;
        height: 56px;
        align-items: center;
        .navbar-toggler:focus {
            box-shadow: unset;
        }
        .service-toggle {
            &::after {
                transition: rotate 0.2s ease-in;
            }
            &.show {
                &::after {
                    rotate: 180deg;
                    transition: rotate 0.2s ease-in;
                }
            }
        }

        .ms-20p {
            margin-left: 20px;
        }
        .mt-5p {
            margin-top: 10px;
        }
        .navbar-brand {
            img {
                width: 144px;
            }
        }
        .navbar-toggler {
            padding-right: 0px;
            border: unset;
            &-icon {
                background-image: url("/website/images/hamburger.webp");
                height: 21px;
                width: 24px;
            }
        }
        .navbar-collapse {
            background-color: white !important;
            padding: 0 !important;
            top: 46px !important;
            max-height: 550px !important;
            transition: max-height 0.6s;
            overflow-y: scroll;
            position: absolute;
            left: 0;
            width: 100%;
            box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.18);
        }
        .nav-item {
            padding: 0;
            .nav-link {
                padding-left: 20px;
                padding-top: 22px;
                padding-bottom: 22px;
                font-size: 14px !important;
                color: rgb(25, 27, 34);
            }
        }
        .nav-item1 {
            padding-left: 20px;
        }
        .service-heading {
            font-size: 18px;
            font-family: "Poppins";
            color: rgb(25, 27, 34);
            font-weight: 600;
            line-height: 1;
            margin-top: 10px;
        }
        .service-detail {
            font-size: 14px;
            font-family: "Poppins";
            color: rgb(25, 27, 34);
            line-height: 1.714;
            text-align: left;
            font-weight: 400;
        }
        .sub-service {
            margin-top: 14px !important;
            .heading {
                font-size: 15px;
                font-family: "Poppins";
                color: rgb(25, 27, 34);
                line-height: 1;
                font-weight: 600;
                margin: 0;
                display: block !important;
                text-align: start !important;
            }
            .detail {
                font-size: 14px;
                font-family: "Poppins";
                color: rgb(33, 37, 41);
                line-height: 1;
                font-weight: 400;
                display: block !important;
                text-align: start !important;
            }
        }
    }
    .Ecom Digital Inc-amazon-marketing-services {
        margin-top: 40px;
        h2 {
            font-weight: 500;
            color: #213343;
            font-size: 16px;
            line-height: 24px;
            margin-top: 0;
            margin-bottom: 15px;
            text-align: center;
            width: 356px;
            margin-left: auto;
            margin-right: auto;
        }
        .w-block {
            width: 100%;
            margin-bottom: 90px;
            overflow: visible;
        }
        #owl-carousel-1 {
            position: relative;
            .box {
                margin: 0 90px;
                height: 70px !important;
                img {
                    width: 75px !important;
                }
            }
            .rakuten {
                margin-top: 16px;
            }
            .binge {
                margin-top: 12px;
            }
            .think_me {
                margin-top: 15px;
            }
            .mot2 {
                margin-top: 19px;
            }
            .get-taxi {
                margin-top: 17px;
            }
            .owl-nav {
                display: none !important;
            }
            .owl-dots {
                position: absolute;
                bottom: -30px;
                left: 50%;
                transform: translateX(-50%);
            }
        }
        .custom-nav {
            position: absolute;
            top: 43px;
            display: flex;
            justify-content: space-around;
            width: 100%;
            align-items: center;
            height: 100%;
            z-index: 5;
            button {
                margin-top: 10px;
            }
        }
    }
    .amazon-stores {
        margin-top: 40px;
        .heading {
            font-size: 20px;
            color: rgb(33, 51, 67);
            font-weight: 600;
            line-height: 1;
            text-align: center;
            width: 335px;
            line-height: 28px;
            margin-bottom: 40px;
        }
        #owl-carousel-2 {
            min-width: calc(100vw - 103px);
            max-width: 1920px;
            img {
                width: max-content !important;
            }
            .card {
                width: 300px;
                height: 400px;
                padding-top: 40px;
                padding-left: 35px;
                padding-bottom: 51px;
                border-radius: 10px;
                .logo {
                    margin-bottom: 40px;
                }
                .long-heading {
                    font-size: 65px;
                    font-family: "Lexend Deca";
                    color: rgb(33, 51, 67);
                    font-weight: bold;
                    line-height: 1;
                    text-align: start;
                    margin-bottom: 48px;
                }
                .short-details {
                    font-size: 20px;
                    font-family: "Lexend Deca";
                    color: rgb(33, 51, 67);
                    font-weight: bold;
                    line-height: 1;
                    text-align: left;
                    margin-bottom: 87px;
                }
                .read-more {
                    font-size: 16px;
                    color: rgb(33, 51, 67);
                    font-weight: 600;
                    text-decoration: underline;
                    line-height: 1;
                    margin-bottom: 0;
                    img {
                        width: 13px;
                        height: 12px;
                    }
                }
            }
            .card:hover {
                .logo {
                    margin-bottom: 78px;
                }
                .long-heading {
                    color: white;
                }
                .short-details {
                    color: white;
                }
                .read-more {
                    color: white;
                }
            }
            .owl-item:nth-child(1) {
                .card {
                    border-width: 3px;
                    border-color: rgb(27, 118, 255);
                    border-style: solid;
                    border-radius: 10px;
                    .logo {
                        width: 161px !important;
                        display: block !important;
                    }
                    .white-logo {
                        display: none !important;
                    }
                }
                & .card:hover {
                    border-width: 3px;
                    border-color: rgb(27, 118, 255);
                    border-style: solid;
                    border-radius: 10px;
                    background-color: rgb(27, 118, 255);
                    .white-logo {
                        display: block !important;
                    }
                    .black-logo {
                        display: none !important;
                    }
                }
            }
            .owl-item:nth-child(2) {
                .card {
                    border-width: 3px;
                    border-color: rgb(120, 44, 228);
                    border-style: solid;
                    .logo {
                        width: 143px !important;
                    }
                }
                & .card:hover {
                    background-color: rgb(120, 44, 228);
                }
            }
            .owl-item:nth-child(3) {
                .card {
                    border-width: 3px;
                    border-color: rgb(255, 205, 29);
                    border-style: solid;
                    .logo {
                        width: 161px !important;
                    }
                }
                & .card:hover {
                    background-color: rgb(255, 205, 29);
                }
            }
            .owl-item:nth-child(4) {
                .card {
                    border-width: 3px;
                    border-color: rgb(244, 38, 62);
                    border-style: solid;
                    .logo {
                        width: 111px !important;
                    }
                }
                & .card:hover {
                    background-color: rgb(244, 38, 62);
                }
            }
        }
    }
    footer {
        margin-top: 175px;
        background-color: rgb(25, 39, 51);
        padding-top: 129px;
        padding-bottom: 62px;
        position: relative;
        .subscribtion-block {
            border-radius: 10px;
            background-color: rgb(254, 244, 234);
            box-shadow: 0px 12px 0px 0px rgba(0, 0, 0, 0.22);
            width: 100%;
            height: 241px;
            top: -121px;
            left: 50%;
            position: absolute;
            transform: translateX(-50%);
            display: grid;
            justify-content: center;
            padding: 0 10px;
            align-items: center;
            .subscription-heading {
                min-width: 256px;
                max-width: 256px;
                color: #213343;
                line-height: 33px;
                font-weight: 700;
                font-size: 21px;
                margin-bottom: 0;
                margin-left: auto;
                margin-right: auto;
                text-align: center;
            }
            .input-group {
                width: auto !important;
                display: grid;
                align-content: space-between;
                input {
                    background-color: rgb(255, 255, 255);
                    max-width: unset;
                    height: unset;
                    border-radius: 10px;
                    color: #213343;
                    font-size: 12px;
                    font-weight: 500;
                    width: 256px;
                    height: 51px;
                    border-radius: 10px !important;
                    margin-bottom: 10px;
                    text-align: center;
                    padding-left: 0 !important;
                }
                input::placeholder {
                    width: 256px;
                    height: 51px;
                    font-weight: 500;
                    color: #213343;
                    text-align: center;
                    font-size: 12px;
                    padding-left: 0 !important;
                }
                button {
                    background-color: #cc1e20;
                    color: white;
                    border-radius: 10px !important;
                    width: 256px;
                    height: 51px;
                    text-align: center;
                    font-size: 12px;
                    line-height: 41px;
                }
                button:hover {
                    background-color: #cc1e20;
                    color: white;
                }
            }
        }
        .price-line {
            display: none !important;
            .price {
                font-size: 60px;
                line-height: 1;
                color: #cc1e20;
                font-weight: 700;
                text-align: center;
                margin-bottom: 16px;
            }
            .price-details {
                font-size: 18px;
                line-height: 1;
                color: #ffffff;
                font-weight: 300;
                text-align: center;
                margin-bottom: 0px;
            }
        }
        .line-break {
            display: none !important;
            background-color: rgba(255, 255, 255, 0.2);
            height: 2px;
            margin: 50px 0px;
            width: 100%;
        }
        .links-side {
            display: none !important;
            .home {
                width: 221px;
                .logo {
                    width: 211px;
                    margin-bottom: 10px;
                    margin-top: -10px;
                }
                .logo-details {
                    font-size: 16px;
                    font-weight: 300;
                    color: #ffffff;
                    line-height: 28px;
                    margin-bottom: 22px;
                }
                .logo-heading {
                    font-size: 20px;
                    font-weight: 600;
                    color: #ffffff;
                    line-height: 30px;
                    margin-bottom: 20px;
                }
                .cta {
                    border-width: 1px;
                    border-color: #cc1e20;
                    border-style: solid;
                    border-radius: 10px;
                    font-size: 16px;
                    line-height: 48px;
                    width: 199px;
                    height: 48px;
                    color: #fff;
                    background-color: transparent;
                    text-decoration: none;
                    font-weight: 600;
                    display: block;
                    text-align: center;
                }
            }
            .quick-links {
                width: 130px;
            }
            .services {
                width: 276px;
            }
        }
        .main-heading {
            display: none !important;
            font-size: 22px;
            line-height: 1;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 24px;
        }
        .below-footer {
            display: none !important;
        }
        .main-links {
            display: none !important;
            font-size: 18px;
            line-height: 1;
            font-weight: 300;
            color: #ffffff;
            margin-bottom: 15px;
            text-decoration: none;
            display: block;
            &:hover {
                color: #cc1e20;
            }
        }
        .copyright {
            display: none !important;
            font-size: 16px;
            line-height: 1;
            font-weight: 400;
            color: #ffffff;
            margin-top: 48px;
            margin-bottom: 0;
        }
        .mobile-footer {
            display: block !important;
            .content {
                .heading {
                    margin-top: 10px;
                    font-size: 16px;
                    line-height: 24px;
                    color: #ffffff;
                    text-align: center;
                    width: 256px;
                    font-weight: bold;
                    margin-left: auto;
                    margin-right: auto;
                    margin-bottom: 12px;
                }
                .gradient-btn {
                    width: 201px;
                    height: 50px;
                    border-radius: 10px;
                    border-color: #cc1e20;
                    border-width: 1px;
                    border-style: solid;
                    line-height: 50px;
                    background-color: transparent;
                    color: #ffffff;
                    margin-left: auto;
                    margin-right: auto;
                }
                .line {
                    background-color: rgb(255, 255, 255);
                    width: 269px;
                    height: 2px;
                    margin-left: auto;
                    margin-right: auto;
                    opacity: 0.4;
                    margin-top: 15px;
                }
            }
            .links {
                margin-top: 30px;
                margin-bottom: 24px;
                .accordion {
                    background-color: transparent;
                    color: white;
                    .accordion-item {
                        background-color: transparent;
                        color: white;
                        border-width: 0;
                        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
                        border-radius: 0 !important;
                        font-weight: 500;
                        .accordion-header {
                            background-color: transparent;
                            color: white;
                            .accordion-button {
                                background-color: transparent;
                                color: white;
                                padding-left: 0;
                                padding-top: 5px;
                                padding-bottom: 10px;
                            }
                            .accordion-button::after {
                                background-image: url("/website/images/caret-down.webp") !important;
                                background-size: 11px 7px;
                                width: 11px;
                                height: 7px;
                            }
                        }
                        .links-anchor {
                            color: white;
                            font-size: 14px;
                            font-weight: 400;
                        }
                    }
                }
            }
            .social-links {
                img {
                    width: 35px;
                }
            }
            .copyright-mobile {
                display: flex;
                justify-content: center;
                margin-top: 12px;

                margin-bottom: 22px;
                .logo {
                    margin-left: auto;
                    margin-right: auto;
                    width: 186px;
                }
                .details {
                    font-size: 12px;
                    line-height: 1;
                    font-weight: 400;
                    text-align: center;
                    color: #b6c7d6;
                }
            }
            .term-links {
                font-size: 12px;
                font-weight: 500;
                text-decoration: underline;
                color: white;
                &:hover {
                    color: white !important;
                }
            }
        }
    }
    u::before {
        display: none;
    }
    #desktopPopUp2 {
        min-width: unset !important;
        width: 100%;
        .modal-dialog {
            min-width: 360px !important;
            max-width: 360px !important;
            margin: auto auto;
            justify-content: center;
            .modal-content {
                min-width: unset !important;
                width: 100%;
                min-width: 335px;
                max-width: 335px;
                border-width: 3px;
                border-color: rgb(255, 118, 57);
                border-style: solid;
                border-radius: 25px;
                img {
                    border-radius: 25px;
                }
                .heading {
                    font-size: 26px !important;
                    width: 100% !important;
                    margin-bottom: 16px;
                }
                .details {
                    font-size: 14px !important;
                    line-height: 1.5 !important;
                }
                input {
                    width: 100% !important;
                }
                a {
                    width: 100% !important;
                }
                .floating-close {
                    position: absolute;
                    top: -26px;
                    right: -285px;
                }
            }
        }
    }
    #lower-footer {
        .footer-country-info-sec {
            display: none !important;
        }
        .country-info {
            display: grid;
            gap: 30px;
            justify-content: center;
            margin-top: 30px;
            .us-flag-info {
                padding-left: 2px;
            }
            .uk-flag-info {
                padding-left: 2px;
            }
            .uae-flag-info {
                padding-left: 2px;
            }
            .nl-flag-info {
                padding-left: 2px;
            }
            .country-phone {
                gap: 10px;
                P {
                    color: #cc1e20;
                    margin-bottom: 0.3rem;
                }
                span {
                    color: #fff;
                }
            }
            .country-email {
                gap: 15px;
                P {
                    color: #cc1e20;
                    margin-bottom: 0.3rem;
                }
                span {
                    color: #fff;
                }
            }
        }
        .country-info-two {
            display: grid;
            gap: 30px;
            justify-content: center;
            .us-flag-info {
                padding-left: 2px;
            }
            .uk-flag-info {
                padding-left: 2px;
            }
            .uae-flag-info {
                padding-left: 2px;
            }
            .nl-flag-info {
                padding-left: 2px;
            }
            .country-phone {
                gap: 10px;
                P {
                    color: #cc1e20;
                    margin-bottom: 0.3rem;
                }
                span {
                    color: #fff;
                }
            }
            .country-email {
                gap: 15px;
                P {
                    color: #cc1e20;
                    margin-bottom: 0.3rem;
                }
                span {
                    color: #fff;
                }
            }
        }
        .footer-img {
            img {
                width: 100%;
            }
        }
    }
}
@media only screen and (min-width: 280px) and (max-width: 374px) {
    .Ecom Digital Inc-amazon-marketing-services {
        margin-top: 40px;
        h2 {
            font-weight: 500;
            color: #213343;
            font-size: 16px;
            line-height: 24px;
            margin-top: 0;
            margin-bottom: 30px;
            text-align: center;
            width: 256px;
            margin-left: auto;
            margin-right: auto;
        }
        .w-block {
            width: 100%;
            margin-bottom: 90px;
        }
        #owl-carousel-1 {
            position: relative;
            .box {
                margin: 0 90px;
                height: 70px !important;
                img {
                    width: 75px !important;
                }
            }
            .rakuten {
                margin-top: 16px;
            }
            .binge {
                margin-top: 12px;
            }
            .think_me {
                margin-top: 15px;
            }
            .mot2 {
                margin-top: 19px;
            }
            .get-taxi {
                margin-top: 17px;
            }
            .owl-nav {
                display: none !important;
            }
            .owl-dots {
                position: absolute;
                bottom: -30px;
                left: 50%;
                transform: translateX(-50%);
            }
        }
        .custom-nav {
            position: absolute;
            top: 43px;
            display: flex;
            justify-content: space-around;
            width: 100%;
            align-items: center;
            height: 100%;
            z-index: 5;
            button {
                margin-top: 10px;
            }
        }
    }
    .amazon-stores {
        margin-top: 40px;
        .heading {
            font-size: 20px;
            color: rgb(33, 51, 67);
            font-weight: 600;
            line-height: 1;
            text-align: center;
            width: 256px;
            line-height: 28px;
            margin-bottom: 40px;
        }
        #owl-carousel-2 {
            min-width: calc(100vw - 103px);
            max-width: 1920px;
            img {
                width: max-content !important;
            }
            .card {
                width: 256px;
                height: 342px;
                padding-top: 25px;
                padding-left: 25px;
                padding-bottom: 51px;
                border-radius: 10px;
                .logo {
                    margin-bottom: 40px;
                }
                .long-heading {
                    font-size: 65px;
                    font-family: "Lexend Deca";
                    color: rgb(33, 51, 67);
                    font-weight: bold;
                    line-height: 1;
                    text-align: start;
                    margin-bottom: 34px;
                }
                .short-details {
                    font-size: 20px;
                    font-family: "Lexend Deca";
                    color: rgb(33, 51, 67);
                    font-weight: bold;
                    line-height: 1;
                    text-align: left;
                    margin-bottom: 64px;
                }
                .read-more {
                    font-size: 16px;
                    color: rgb(33, 51, 67);
                    font-weight: 600;
                    text-decoration: underline;
                    line-height: 1;
                    margin-bottom: 0;
                    img {
                        width: 13px;
                        height: 12px;
                    }
                }
            }
            .card:hover {
                .logo {
                    margin-bottom: 78px;
                }
                .long-heading {
                    color: white;
                }
                .short-details {
                    color: white;
                }
                .read-more {
                    color: white;
                }
            }
            .owl-item:nth-child(1) {
                .card {
                    border-width: 3px;
                    border-color: rgb(27, 118, 255);
                    border-style: solid;
                    border-radius: 10px;
                    .logo {
                        width: 161px !important;
                        display: block !important;
                    }
                    .white-logo {
                        display: none !important;
                    }
                }
                & .card:hover {
                    border-width: 3px;
                    border-color: rgb(27, 118, 255);
                    border-style: solid;
                    border-radius: 10px;
                    background-color: rgb(27, 118, 255);
                    .white-logo {
                        display: block !important;
                    }
                    .black-logo {
                        display: none !important;
                    }
                }
            }
            .owl-item:nth-child(2) {
                .card {
                    border-width: 3px;
                    border-color: rgb(120, 44, 228);
                    border-style: solid;
                    .logo {
                        width: 143px !important;
                    }
                }
                & .card:hover {
                    background-color: rgb(120, 44, 228);
                }
            }
            .owl-item:nth-child(3) {
                .card {
                    border-width: 3px;
                    border-color: rgb(255, 205, 29);
                    border-style: solid;
                    .logo {
                        width: 161px !important;
                    }
                }
                & .card:hover {
                    background-color: rgb(255, 205, 29);
                }
            }
            .owl-item:nth-child(4) {
                .card {
                    border-width: 3px;
                    border-color: rgb(244, 38, 62);
                    border-style: solid;
                    .logo {
                        width: 111px !important;
                    }
                }
                & .card:hover {
                    background-color: rgb(244, 38, 62);
                }
            }
        }
    }
    .amazon-stores #owl-carousel-2 {
        margin-left: 0px !important;
    }
}
@keyframes wobble {
    0% {
        transform: translateX(0%);
    }

    15% {
        transform: translateX(-12%) rotate(-5deg);
    }
    30% {
        transform: translateX(10%) rotate(3deg);
    }
    45% {
        transform: translateX(-8%) rotate(-3deg);
    }
    60% {
        transform: translateX(6%) rotate(2deg);
    }
    75% {
        transform: translateX(-3%) rotate(-1deg);
    }
    100% {
        transform: translateX(0%);
    }
}
#blog-cta {
    .gradient-btn-reverse {
        margin-right: 20px;
        &:hover {
            border-width: 2px !important;
            span {
                color: #cc1e20 !important;
                border-color: #cc1e20 !important;
            }
        }
    }
    /* // .gradient-btn{
    //     margin-right: 243px;
    // } */
    .bwd-logo {
        width: 180px;
    }
}
/* //own bootstrap */
.font-weight-italic {
    font-weight: 400 !important;
    font-style: italic;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.font-weight-extrabold {
    font-weight: 800 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-semibold {
    font-weight: 600 !important;
}

.font-weight-regular {
    font-weight: 400 !important;
}

.font-weight-light {
    font-weight: 400 !important;
}

.font-weight-extralight {
    font-weight: 200 !important;
}

.fs-10p {
    font-size: 12px !important;
}

.fs-12p {
    font-size: 12px !important;
}

.fs-14p {
    font-size: 14px !important;
}

.fs-15p {
    font-size: 15px !important;
}

.fs-16p {
    font-size: 16px !important;
}

.fs-18p {
    font-size: 18px !important;
}

.fs-20p {
    font-size: 20px !important;
}

.fs-22p {
    font-size: 22px !important;
}

.fs-24p {
    font-size: 24px !important;
}

.fs-25p {
    font-size: 25px !important;
}

.fs-28p {
    font-size: 28px !important;
}

.fs-30p {
    font-size: 30px !important;
}

.fs-35p {
    font-size: 35px !important;
}

.fs-36p {
    font-size: 36px !important;
}

.fs-37p {
    font-size: 37px !important;
}

.fs-40p {
    font-size: 40px !important;
}

.fs-48p {
    font-size: 48px !important;
}

.fs-50p {
    font-size: 50px !important;
}

.fs-55p {
    font-size: 55px !important;
}

.fs-60p {
    font-size: 60px !important;
}

.fs-45p {
    font-size: 45px !important;
}

.fs-75p {
    font-size: 75px !important;
}

.fs-80p {
    font-size: 80px !important;
}

.fs-82p {
    font-size: 82px !important;
}

.line-height-1-1-8 {
    line-height: 1.1854;
}

.line-height-1 {
    line-height: 1;
}

.line-height-1-3 {
    line-height: 1.33;
}

.line-height-1-4 {
    line-height: 1.4;
}

.line-height-1-5 {
    line-height: 1.5;
}

.line-height-1-6 {
    line-height: 1.625;
}

.line-height-1-7 {
    line-height: 1.75;
}

.line-height-3 {
    line-height: 3.125;
}

.line-height-55 {
    line-height: 55px;
}

.h-55 {
    height: 55px !important;
}

.h-52p {
    height: 52px;
}

.h-185p {
    height: 185px;
}

.h-50 {
    height: 50px !important;
}

.h-fit-content {
    height: fit-content !important;
}

.h-734p {
    height: 734px;
}

.h-593p {
    height: 593px;
}

.h-639p {
    height: 639px;
}

.h-800p {
    height: 800px;
}

.h-100vh {
    height: 100vh;
}

.h-90vh {
    height: 88vh;
}

.w-1100p {
    width: 1100px;
}

.w-1170p {
    width: 1170px;
}

.w-1080p {
    width: 1080px;
}

.w-1200p {
    width: 1200px;
}
.w-230p {
    width: 230px;
}
.w-260p {
    width: 260px;
}
.w-236P {
    width: 236px;
}

.w-186 {
    width: 186px;
}
.w-195p {
    width: 195px;
}
.w-170 {
    width: 170px;
}

.w-340p {
    width: 340px;
}
.w-302p {
    width: 302px;
}
.w-303p {
    width: 303px;
}
.w-350p {
    width: 350px;
}

.w-544p {
    width: 544px;
}

.h-516p {
    height: 516px;
}
.h-30p {
    height: 30px;
}
.h-60p {
    height: 60px;
}
.w-315p {
    width: 315px !important;
}

.h-314p {
    height: 314px !important;
}

.h-380p {
    height: 380px;
}

.h-369p {
    height: 369px;
}

.w-202 {
    width: 202px;
}

.w-185p {
    width: 185px;
}
.w-489p {
    width: 489px;
}
.w-182p {
    width: 182px;
}

.w-55 {
    width: 55%;
}

.w-45 {
    width: 45%;
}

.w-40 {
    width: 40%;
}

.w-35 {
    width: 35%;
}

.w-30 {
    width: 30%;
}

.w-38 {
    width: 38%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-72 {
    width: 72%;
}

.w-75 {
    width: 75%;
}

.w-78 {
    width: 78%;
}

.w-80 {
    width: 80%;
}

.w-83 {
    width: 83%;
}

.w-85 {
    width: 85%;
}

.w-358p {
    width: 358px;
}

.w-90 {
    width: 90%;
}

.py-75p {
    padding-top: 75px;
    padding-bottom: 75px;
}

.py-90p {
    padding-top: 90px;
    padding-bottom: 90px;
}

.py-100p {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-80p {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-50p {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt-128p {
    padding-top: 128px;
}

.pt-132p {
    padding-top: 132px;
}

.pt-50p {
    padding-top: 50px;
}
.pe-35p {
    padding-right: 35px;
}
.pt-35p {
    padding-top: 35px;
}

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

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

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

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

.py-6 {
    padding-top: 96px;
    padding-bottom: 96px;
}

.py-7 {
    padding-top: 142px;
    padding-bottom: 142px;
}

.mx-6 {
    margin-right: 96px;
    margin-left: 96px;
}

.my-6 {
    margin-top: 96px;
    margin-bottom: 96px;
}

.my-7 {
    margin-top: 140px;
    margin-bottom: 140px;
}
.mt-5p {
    margin-top: 5px;
}
.mt-10p {
    margin-top: 10px;
}

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

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

.mt-58p {
    margin-top: 58px;
}

.pt-155p {
    padding-top: 155px;
}

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

.mt-50p {
    margin-top: 50px;
}
.mt-45p {
    margin-top: 45px;
}
.mb-60p {
    margin-bottom: 60px;
}

.mb-139p {
    margin-bottom: 139px;
    color: #fe7538;
}

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

.mb-12p {
    margin-bottom: 12px;
}
.mb-10p {
    margin-bottom: 10px;
}
.mt-10p {
    margin-top: 10px;
}
.mb-35p {
    margin-bottom: 35px;
}

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

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

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

.mt-20p {
    margin-top: 20px;
}
.mt-24p {
    margin-top: 24px;
}
.mt-27p {
    margin-top: 27px;
}

.mt-28p {
    margin-top: 28px;
}
.mb-20p {
    margin-bottom: 20px;
}

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

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

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

.ms-6p {
    margin-left: -6px;
}

.ms-20p {
    margin-left: 20px;
}

.ms-50p {
    margin-left: 50px;
}
.ms-80p {
    margin-left: 80px;
}
.ms-12p {
    margin-left: 12px;
}

.ms-14p {
    margin-left: 14px;
}
.ms-100p {
    margin-left: 100px;
}
.ms-80p {
    margin-left: 80px;
}
.mb-77p {
    margin-bottom: 77px;
}

.ms-6 {
    margin-left: 96px;
}

.ms-7 {
    margin-left: 170px;
}

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

.rounded-20p {
    border-radius: 20px;
}

.rounded-15p {
    border-radius: 15px;
}

.rounded-10p {
    border-radius: 10px;
}

.rounded-5p {
    border-radius: 5px !important;
}

.text-gray-p {
    color: #212529;
}

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

.pb-12p {
    padding-bottom: 12px;
}
@media only screen and (min-width: 768px) {
    .font-weight-regular-md {
        font-weight: 400 !important;
    }

    .py-md-80p {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .py-md-40p {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .my-md-6 {
        margin-top: 96px !important;
        margin-bottom: 96px !important;
    }

    .ms-md-7 {
        margin-left: 170px;
    }

    .mb-md-7 {
        margin-bottom: 170px;
    }
    .mb-md-10p {
        margin-bottom: 10px;
    }
    .mx-md-6 {
        margin-right: 96px;
        margin-left: 96px;
    }
    .ms-md-54p {
        margin-left: 54px;
    }
    .mx-md-54p {
        margin-right: 54px;
        margin-left: 54px;
    }
    .mx-md-14p {
        margin-right: 10px;
        margin-left: 10px;
    }
    .ms-md-12p {
        margin-left: 12px;
    }
    .rounded-md-20p {
        border-radius: 20px !important;
    }

    .border-md {
        border: 1px solid #dee2e6 !important;
    }

    .border-md-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }

    .position-md-absolute {
        position: absolute !important;
    }

    .py-md-7 {
        padding-top: 142px !important;
        padding-bottom: 142px !important;
    }

    .ms-md-20p {
        margin-left: 20px;
    }
    .ms-md-30p {
        margin-left: 30px;
    }
    .me-md-40p {
        margin-right: 40px;
    }
    .me-md-50p {
        margin-right: 50px;
    }
    .me-md-100p {
        margin-right: 100px;
    }
    .me-md-120p {
        margin-right: 120px;
    }
    .me-md-140p {
        margin-right: 140px;
    }
    .mt-md-80p {
        margin-top: 80px;
    }

    .mt-md-58p {
        margin-top: 58px;
    }

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

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

    .mb-md-35p {
        margin-bottom: 35px;
    }
    .mb-md-30p {
        margin-bottom: 30px;
    }
    .mb-md-48p {
        margin-bottom: 48px;
    }

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

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

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

    .mb-md-40p {
        margin-bottom: 40px;
    }

    .mb-md-50p {
        margin-bottom: 50px;
    }

    .mb-md-53p {
        margin-bottom: 53px;
    }

    .pt-md-50p {
        padding-top: 50px;
    }

    .pt-md-80p {
        padding-top: 80px;
    }

    .mb-md-60p {
        margin-bottom: 60px;
    }
    .mb-md-80p {
        margin-bottom: 80px;
    }

    .py-md-60p {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .py-md-80p {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .py-md-90p {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .h-md-734p {
        height: 734px;
    }

    .pt-md-77p {
        padding-top: 77px;
    }

    .w-md-100 {
        width: 100%;
    }
    .h-md-100 {
        height: 100%;
    }
    .w-md-60 {
        width: 60%;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1700px) {
    .fs-l-16p {
        font-size: 16px;
    }

    .fs-l-28p {
        font-size: 28px;
    }

    .fs-l-40p {
        font-size: 40px;
    }

    .fs-l-45p {
        font-size: 45px;
    }

    .fs-l-50p {
        font-size: 50px !important;
    }
}

/* large laptop */
@media only screen and (min-width: 1701px) {
    .fs-xl-54p {
        font-size: 54px !important;
    }

    .fs-xl-18p {
        font-size: 18px;
    }

    .fs-xl-35p {
        font-size: 35px;
    }

    .fs-xl-40p {
        font-size: 40px;
    }

    .fs-xl-45p {
        font-size: 45px;
    }
    .fs-xl-50p {
        font-size: 50px;
    }
    .fs-xl-55p {
        font-size: 55px;
    }
    .fs-xl-60p {
        font-size: 60px;
    }

    .fs-xl-65p {
        font-size: 65px;
    }

    .fs-xl-75p {
        font-size: 75px;
    }
}
@media only screen and (max-width: 1200px) {
    .text-sm-md-center {
        text-align: center !important;
    }
    .justify-content-center-sm-md {
        justify-content: center !important;
    }
}
@media only screen and (min-width: 1201px) {
    .font-weight-regular-xl {
        font-weight: 400 !important;
    }
    .pb-xl-60p {
        padding-bottom: 60px !important;
    }
    .py-xl-80p {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .py-xl-40p {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .my-xl-6 {
        margin-top: 96px !important;
        margin-bottom: 96px !important;
    }

    .ms-xl-7 {
        margin-left: 170px;
    }

    .mb-xl-7 {
        margin-bottom: 170px;
    }
    .mb-xl-10p {
        margin-bottom: 10px;
    }
    .mx-xl-6 {
        margin-right: 96px;
        margin-left: 96px;
    }
    .ms-xl-54p {
        margin-left: 54px;
    }
    .mx-xl-54p {
        margin-right: 54px;
        margin-left: 54px;
    }
    .mx-xl-14p {
        margin-right: 10px;
        margin-left: 10px;
    }
    .ms-xl-12p {
        margin-left: 12px;
    }
    .rounded-xl-20p {
        border-radius: 20px !important;
    }

    .border-xl {
        border: 1px solid #dee2e6 !important;
    }

    .border-xl-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }

    .position-xl-absolute {
        position: absolute !important;
    }

    .py-xl-7 {
        padding-top: 142px !important;
        padding-bottom: 142px !important;
    }

    .ms-xl-20p {
        margin-left: 20px;
    }
    .ms-xl-30p {
        margin-left: 30px;
    }
    .me-xl-40p {
        margin-right: 40px;
    }
    .me-xl-50p {
        margin-right: 50px;
    }
    .me-xl-100p {
        margin-right: 100px;
    }
    .me-xl-120p {
        margin-right: 120px;
    }
    .me-xl-140p {
        margin-right: 140px;
    }
    .mt-xl-80p {
        margin-top: 80px;
    }

    .mt-xl-58p {
        margin-top: 58px;
    }

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

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

    .mb-xl-35p {
        margin-bottom: 35px;
    }
    .mb-xl-30p {
        margin-bottom: 30px;
    }
    .mb-xl-48p {
        margin-bottom: 48px;
    }

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

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

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

    .mb-xl-40p {
        margin-bottom: 40px;
    }

    .mb-xl-50p {
        margin-bottom: 50px;
    }

    .mb-xl-53p {
        margin-bottom: 53px;
    }
    .pt-xl-40p {
        padding-top: 40px;
    }
    .pt-xl-50p {
        padding-top: 50px;
    }

    .pt-xl-80p {
        padding-top: 80px;
    }

    .mb-xl-60p {
        margin-bottom: 60px;
    }
    .mb-xl-80p {
        margin-bottom: 80px;
    }

    .py-xl-60p {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .py-xl-80p {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .py-xl-90p {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .h-xl-734p {
        height: 734px;
    }

    .pt-xl-77p {
        padding-top: 77px;
    }

    .w-xl-100 {
        width: 100%;
    }
    .h-xl-100 {
        height: 100%;
    }
    .w-xl-60 {
        width: 60%;
    }
}
.bg-navy-blue {
    background-color: #131522;
}
.pb-20p {
    padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .mx-sm-5p {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .mx-sm-10p {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .fs-sm-10p {
        font-size: 10px !important;
    }
    .pe-sm-35p {
        padding-right: 35px !important;
    }
    .pe-sm-27p {
        padding-right: 27px !important;
    }
    .pe-sm-20p {
        padding-right: 20px !important;
    }
    .pe-sm-10p {
        padding-right: 10px !important;
    }
    .pe-sm-15p {
        padding-right: 15px !important;
    }
    .pe-sm-30p {
        padding-right: 30px !important;
    }
    .pe-sm-10p {
        padding-right: 10px !important;
    }
    #form-card1 .error-message,
    #form-card1 .success-message {
        font-size: 14px;
    }
    .fs-sm-11p {
        font-size: 11px !important;
    }
    .fs-sm-12p {
        font-size: 12px !important;
    }
    .fs-sm-13p {
        font-size: 13px !important;
    }
    .fs-sm-14p {
        font-size: 14px !important;
    }
    .fs-sm-15p {
        font-size: 15px !important;
    }
    .fs-sm-16p {
        font-size: 16px !important;
    }
    .fs-sm-18p {
        font-size: 18px !important;
    }
    .fs-sm-24p {
        font-size: 24px !important;
    }
    .fs-sm-18p {
        font-size: 18px !important;
    }
    .fs-sm-38p {
        font-size: 38px !important;
    }
    .fs-sm-36p {
        font-size: 36px !important;
    }
    .fs-sm-40p {
        font-size: 40px !important;
    }
    .mt-sm-33p {
        margin-top: 33px;
    }
    .mb-sm-10p {
        margin-bottom: 10px !important;
    }
    .mb-sm-11p {
        margin-bottom: 11px !important;
    }
    .mb-sm-12p {
        margin-bottom: 12px !important;
    }
    .mb-sm-14p {
        margin-bottom: 14px !important;
    }
    .mb-sm-20p {
        margin-bottom: 20px !important;
    }
    .mb-sm-24p {
        margin-bottom: 24px !important;
    }
    .mb-sm-28p {
        margin-bottom: 28px !important;
    }
    .mb-sm-32p {
        margin-bottom: 32px !important;
    }
    .mb-sm-50p {
        margin-bottom: 50px !important;
    }
    .text-sm-center1 {
        text-align: center !important;
    }
    .justify-content-center-sm {
        justify-content: center !important;
    }
    .py-sm-40p {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .py-sm-28p {
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .py-sm-24p {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .py-sm-35p {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .pb-sm-28p {
        padding-bottom: 28px;
    }
    .mt-sm-28p {
        margin-top: 28px;
    }
    .pt-sm-14p {
        padding-top: 14px;
    }
    .pt-sm-28p {
        padding-top: 28px;
    }
    .pb-sm-24p {
        padding-bottom: 24px;
    }
    .pt-sm-38p {
        padding-top: 40px !important;
    }
    .pt-sm-40p {
        padding-top: 40px !important;
    }
    .pt-sm-100p {
        padding-top: 100px !important;
    }
    .pt-sm-110p {
        padding-top: 110px !important;
    }
    .pt-sm-41p {
        padding-top: 41px !important;
    }
    .font-weight-sm-medium {
        font-weight: 500 !important;
    }
}
#return-to-top {
    display: none;
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 100;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    #return-to-top {
        display: none;
        position: fixed;
        left: 10px;
        bottom: 10px;
        z-index: 100;
        cursor: pointer;
    }
}


.side-bar {
    width: 376px;
    height: 375px;
    background-color: rgb(246, 249, 252);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 44%; /* 65% */
    left: -376px;
    z-index: 11155;
    transition: all 0.6s ease-in;
    .inside {
        padding-left: 20px;
        padding-right: 21px;
    }
    .side-display-tag {
        position: absolute;
        width: 150px;
        transform: rotate(-90deg);
        right: -100px;
        bottom: 159px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: rgb(46, 71, 93);
        cursor: pointer;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        .discount-text {
            font-size: 18px;
            font-weight: 600;
            color: #fff;
            margin: 11px 14px 14px 11px;
            span {
                color: #cc1e20;
            }
        }
        .chevron-box {
            height: 100%;
            padding: 14px 16px;
            background-color: #fe7538;
        }
    }
    .side-body {
        h3 {
            font-size: 20px;
            line-height: 20px;
            font-weight: 700;
            margin-bottom: 16px;
            color: #213343;
        }
        input,
        select {
            height: 40px;
            font-size: 14px;
            margin-bottom: 8px !important;
            color: #858592;
        }
        .intltl {
            font-size: 14px;
            margin-bottom: 8px !important;
        }
        .gradient-btn {
            width: 221px;
            height: 43px;
            color: white;
            font-size: 14px;
            margin-top: 14px;
        }
        .iti.iti--allow-dropdown {
            width: 100%;
        }
    }
    &.active {
        left: 0;
    }
}
.call-bar {
    width: 372px;
    height: 265px;
    background-color: rgb(246, 249, 252);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 35%;
    left: -372px;
    z-index: 11155;
    transition: all 0.6s ease-in;
     /* overflow: hidden; */
    .inside {
        padding-right: 55px;
        padding-left: 21px;
    }
    .side-display-tag-call {
        position: absolute;
        width: 115px;
        transform: rotate(-90deg);
        right: -81px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #cc1e20;
        cursor: pointer;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        margin-bottom: 15px;
        .discount-text {
            font-size: 18px;
            font-weight: 900;
            color: #fff;
            margin: 11px 14px 14px 11px;
            span {
                color: #cc1e20;
            }
        }
        .chevron-box {
            height: 100%;
            padding: 14px 16px;
            background-color: #fe7538;
            img {
                transform: rotate(-180deg);
            }
        }
    }
    .side-body {
        h3 {
            font-size: 20px;
            line-height: 20px;
            font-weight: 700;
            margin-bottom: 16px;
            color: #213343;
        }
        input,
        select {
            height: 40px;
            font-size: 14px;
            margin-bottom: 8px !important;
            color: #858592;
        }
        .intltl {
            font-size: 14px;
            margin-bottom: 8px !important;
        }
        .gradient-btn {
            width: 221px;
            height: 43px;
            color: white;
            font-size: 14px;
            margin-top: 14px;
        }
        .iti.iti--allow-dropdown {
            width: 100%;
        }
    }
    &.active {
        left: 0;
    }
}

.mobile-contact-bar {
    width: 372px;
    padding-block: 30px;
    height: fit-content;
    background-color: rgb(246, 249, 252);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 35%;
    left: -372px;
    z-index: 11155;
    transition: all 0.6s ease-in;

    .inside {
        padding-right: 55px;
        padding-left: 21px;
    }

    .side-display-tag-call {
        position: absolute;
        width: 140px;
        transform: rotate(-90deg);
        right: -98px;
        height: 62px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #cc1e20;
        cursor: pointer;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        margin-bottom: 15px;

        .discount-text {
            font-size: 18px;
            font-weight: 900;
            color: #fff;
            margin: 11px 14px 14px 11px;
            span {
                color: #cc1e20;
            }
        }

        .chevron-box {
            height: 100%;
            padding: 14px 16px;
            background-color: #fe7538;

            img {
                transform: rotate(-180deg);
            }
        }
    }

    .side-body {
        h3 {
            font-size: 20px;
            line-height: 20px;
            font-weight: 700;
            margin-bottom: 16px;
            color: #213343;
        }

        input,
        select {
            height: 40px;
            font-size: 14px;
            margin-bottom: 8px !important;
            color: #858592;
        }

        .intltl {
            font-size: 14px;
            margin-bottom: 8px !important;
        }

        .gradient-btn {
            width: 221px;
            height: 43px;
            color: white;
            font-size: 14px;
            margin-top: 14px;
        }

        .iti.iti--allow-dropdown {
            width: 100%;
        }
    }

    #contactbar-form {
        display: flex;
        flex-direction: column;
        row-gap: 11px;
        align-items: center;

        .custom-input,
        .custom-input_text,
        .custom-file-upload {
            border-width: 1px;
            border-color: rgb(29, 37, 45);
            border-style: solid;
            border-radius: 5px;
            background-color: rgb(255, 255, 255);
            width: 100%;
        }

        .custom-input,
        .custom-input_text {
            padding-left: 16px;
            padding-top: 18px;
            padding-bottom: 18px;
        }

        .custom-input {
            height: 47px;
        }

        .custom-input_text {
            height: 119px;
        }

        .custom-input::placeholder,
        .custom-input_text::placeholder {
            font-size: 20px;
            color: rgba(0, 0, 0, 0.502);
            line-height: 1.6;
        }

        .custom-file-upload {
            height: 235px;
            font-size: 19px;
            color: rgba(0, 0, 0, 0.502);
            line-height: 1.211;
            padding-top: 17px;
            padding-inline: 40px;
            position: relative;
            &::before {
                content: "";
                position: absolute;
                left: 44%;
                top: 55%;
                transform: translateY(-50%);
                width: 65px;
                height: 65px;
                background: url("/new_assets/images/form_plus.webp")
                    no-repeat center center;
                background-size: contain;
            }
        }

        #file-upload {
            display: none;
        }

        /* // Error styling */
        .error {
            border-color: red !important;
        }

        /* // Button styles */
        button {
            border-radius: 5px;
            background-color: #cc1e20;
            width: 319px;
            height: 49px;
            border: unset;
            font-size: 23px;
            color: rgb(255, 255, 255);
            font-weight: bold;
            line-height: 1;
            position: relative; 

            /* // Loader styling */
            .loader {
                border: 3px solid rgba(255, 255, 255, 0.3);
                border-top: 3px solid rgb(255, 255, 255);
                border-radius: 50%;
                width: 24px;
                height: 24px;
                position: absolute;
                /* // top: 50%;
                // left: 50%; */
                top: 30%;
                left: 84px;
                transform: translate(-50%, -50%);
                animation: spin 1s linear infinite;
                display: none; /* Hidden by default */
            }

            /* // Loader visibility when button is loading */
            &.loading .loader {
                display: block;
            }
        }

        /* // Spinner animation */
        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }
          
    }

    &.active {
        left: 0;
    }
}

.black-layout {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.82);
    z-index: 1111;
    display: none;
    transition: all 0.6s fade;
    cursor: pointer;
    &.active {
        display: block;
    }
}
.black-layout-2 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.82);
    z-index: 1111;
    display: none;
    transition: all 0.6s fade;
    cursor: pointer;
    &.active {
        display: block;
    }
}
.below-service {
    margin-top: 100px;
    h2 {
        font-size: 32px;
        line-height: 44px;
        color: #213343;
        margin: 0 auto;
        margin-bottom: 18px;
        font-weight: 600;
        max-width: 1100px;
        text-align: center;
        span {
            font-weight: 700;
            color: #fe7538;
        }
    }
    .details {
        font-size: 16px;
        line-height: 28px;
        color: #213343;
        margin: 0 auto;

        margin-bottom: 50px;
        max-width: 883px;
        font-weight: 300;
        text-align: center;
        span {
            font-weight: 400;
        }
    }
    .w-block {
        width: 420px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        .cta-card {
            display: block;
            img {
                display: block;
                margin: 0 auto;
                margin-bottom: 10px;
            }
            p {
                font-size: 16px;
                line-height: 1;
                color: #213343;
                text-align: center;
            }
            p:nth-child(2) {
                font-weight: 500;
                margin-bottom: 10px;
            }
            p:nth-child(3) {
                font-weight: 400;
                margin-bottom: 0px;
            }
        }
    }
}
@media only screen and (max-width: 767px) {
    .below-service {
        margin-top: 40px;
        h2 {
            font-size: 20px;
            line-height: 28px;
            color: #213343;
            margin: 0 auto;
            margin-bottom: 18px;
            font-weight: 600;
            max-width: 335px;
            text-align: center;
            span {
                font-weight: 700;
                color: #fe7538;
            }
        }
        .details {
            font-size: 14px;
            line-height: 24px;
            color: #213343;
            margin: 0 auto;
            margin-bottom: 40px;
            max-width: 883px;
            font-weight: 300;
            text-align: center;
            span {
                font-weight: 400;
            }
        }
        .w-block {
            width: 100%;
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            .cta-card {
                display: block;
                img {
                    display: block;
                    margin: 0 auto;
                    margin-bottom: 10px;
                    height: 35px;
                }
                p {
                    font-size: 14px;
                    line-height: 1;
                    color: #213343;
                    text-align: center;
                }
                p:nth-child(2) {
                    font-weight: 500;
                    margin-bottom: 5px;
                }
                p:nth-child(3) {
                    font-weight: 400;
                    margin-bottom: 0px;
                }
            }
        }
    }
}
.toast-container {
    z-index: 100000;
}
.mt-100p {
    margin-top: 100px !important;
}
.mr-250p {
    margin-right: 250px !important;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .call-bar {
        width: 372px;
        height: 265px;
        background-color: rgb(246, 249, 252);
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
        position: fixed;
        top: 35%;
        left: -372px;
        z-index: 11155;
        transition: all 0.6s ease-in;
        .side-display-tag-call {
            position: absolute;
            width: 115px;
            transform: rotate(-90deg);
            right: -81px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #cc1e20;
            cursor: pointer;
            border-bottom-right-radius: 10px;
            border-bottom-left-radius: 10px;
            margin-bottom: 35px;
            .discount-text {
                font-size: 18px;
                font-weight: 900;
                color: #fff;
                margin: 11px 14px 14px 11px;
                span {
                    color: #cc1e20;
                }
            }
            .chevron-box {
                height: 100%;
                padding: 14px 16px;
                background-color: #fe7538;
                img {
                    transform: rotate(-180deg);
                }
            }
        }
    }

}


@media only screen and (max-width: 450px){
    .mobile-contact-bar {
        width: 230px;
        padding-block: 30px;
        height: fit-content;
        background-color: rgb(246, 249, 252);
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
        position: fixed;
        top: 35%;
        left: -233px;
        z-index: 11155;
        transition: all 0.6s ease-in;
    
        .inside {
            padding-right: 15px;
            padding-left: 15px;
        }
    
        .side-display-tag-call {
            position: absolute;
            width: 140px;
            transform: rotate(-90deg);
            right: -98px;
            height: 62px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #cc1e20;
            cursor: pointer;
            border-bottom-right-radius: 10px;
            border-bottom-left-radius: 10px;
            margin-bottom: 15px;
    
            .discount-text {
                font-size: 18px;
                font-weight: 900;
                color: #fff;
                margin: 11px 14px 14px 11px;
                span {
                    color: #cc1e20;
                }
            }
    
            .chevron-box {
                height: 100%;
                padding: 14px 16px;
                background-color: #fe7538;
    
                img {
                    transform: rotate(-180deg);
                }
            }
        }
    
        .side-body {
            h3 {
                font-size: 18px;
                line-height: 20px;
                font-weight: 700;
                margin-bottom: 16px;
                color: #213343;
            }
    
            input,
            select {
                height: 40px;
                font-size: 14px;
                margin-bottom: 8px !important;
                color: #858592;
            }
    
            .intltl {
                font-size: 14px;
                margin-bottom: 8px !important;
            }
    
            .gradient-btn {
                width: 221px;
                height: 43px;
                color: white;
                font-size: 14px;
                margin-top: 14px;
            }
    
            .iti.iti--allow-dropdown {
                width: 100%;
            }
        }
    
        #contactbar-form {
            display: flex;
            flex-direction: column;
            row-gap: 11px;
            align-items: center;
    
            .custom-input,
            .custom-input_text,
            .custom-file-upload {
                border-width: 1px;
                border-color: rgb(29, 37, 45);
                border-style: solid;
                border-radius: 5px;
                background-color: rgb(255, 255, 255);
                width: 100%;
            }
    
            .custom-input,
            .custom-input_text {
                padding-left: 16px;
                padding-top: 18px;
                padding-bottom: 18px;
            }
    
            .custom-input {
                height: 47px;
            }
    
            .custom-input_text {
                height: 119px;
            }
    
            .custom-input::placeholder,
            .custom-input_text::placeholder {
                font-size: 20px;
                color: rgba(0, 0, 0, 0.502);
                line-height: 1.6;
            }
    
            .custom-file-upload {
                height: 235px;
                font-size: 19px;
                color: rgba(0, 0, 0, 0.502);
                line-height: 1.211;
                padding-top: 17px;
                padding-inline: 40px;
                position: relative;
                &::before {
                    content: "";
                    position: absolute;
                    left: 44%;
                    top: 55%;
                    transform: translateY(-50%);
                    width: 65px;
                    height: 65px;
                    background: url("/new_assets/images/form_plus.webp")
                        no-repeat center center;
                    background-size: contain;
                }
            }
    
            #file-upload {
                display: none;
            }
    
            
            .error {
                border-color: red !important;
            }
    
            
            button {
                border-radius: 5px;
                background-color: #cc1e20;
                width: 100%;
                height: 49px;
                border: unset;
                font-size: 23px;
                color: rgb(255, 255, 255);
                font-weight: bold;
                line-height: 1;
                position: relative; 
    
                
                .loader {
                    border: 3px solid rgba(255, 255, 255, 0.3);
                    border-top: 3px solid rgb(255, 255, 255);
                    border-radius: 50%;
                    width: 24px;
                    height: 24px;
                    position: absolute;
                     /* top: 50%;
                     left: 50%; */
                    top: 30%;
                    left: 84px;
                    transform: translate(-50%, -50%);
                    animation: spin 1s linear infinite;
                    display: none;  
                }
    
                /*  Loader visibility when button is loading */
                &.loading .loader {
                    display: block;
                }
            }
    
             /* Spinner animation */
            @keyframes spin {
                0% {
                    transform: rotate(0deg);
                }
                100% {
                    transform: rotate(360deg);
                }
            }
              
        }
    
        &.active {
            left: 0;
        }
    }
}

/*==========================================2  */

* {
  font-family: "Lexend Deca", sans-serif !important;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

.loader-section {
  position: fixed;
  z-index: 1110000;
  height: 100%;
  background: white;
  width: 100%;
  transition: left 1s ease-in;
  transition-delay: 0.6s;
  left: 0;
}
.loader-section img {
  width: 200px;
}

.loader-section.inactive {
  left: 2500px;
}

.mobile-sticky {
  position: fixed !important;
  top: -300px;
  left: 0;
  transition: all 0.6s !important;
  width: 100%;
  background-color: white;
  z-index: 100 !important;
}

.fixed-header {
  position: fixed !important;
  top: -300px;
  left: 0;
}

body {
  scroll-behavior: smooth;
}

u {
  text-decoration: none;
  position: relative;
}
u::before {
  position: absolute;
  width: 95%;
  background-image: url(/website/images/under-line-02.svg);
  content: "";
  height: 100px;
  left: 50%;
  transform: translateX(-50%);
  top: 37px;
  background-repeat: no-repeat;
}

.scroll-down {
  top: 0;
}

.main-color {
  color: #cc1e20 !important;
}

.peach-color {
  color: #ff725d;
}

.yellow-color {
  color: #ffb850;
}

.bluish-color {
  color: #87acff;
}

.greenish-color {
  color: #79d5b3;
}

.th5-fold {
  color: #246996;
}

.th6-fold {
  color: #e89848;
}

body {
  overflow-x: hidden;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.sticky-header-dropdown {
  top: 0 !important;
  transition-duration: 0.6s;
}

.gradient-btn {
  border-radius: 10px;
  background-color: #cc1e20;
  width: 214px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 0px;
}
.gradient-btn span {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.gradient-btn-reverse {
  border-radius: 10px;
  border: 2px solid #cc1e20;
  background-color: white;
  color: #cc1e20;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gradient-btn-reverse span {
  font-size: 16px;
  font-weight: 500;
  color: #cc1e20;
}

.display-none {
  display: none;
}

.header {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.18);
  height: 90px;
  width: 100%;
  position: relative;
  z-index: 1000;
  transition: top 0.6s !important;
}
.header .navbar-brand {
  width: 181px;
}
.header .nav-items {
  font-size: 16px;
  
  font-weight: 600;
  color: #000;
  margin-right: 34px;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
}

#desktopPopUp {
  min-width: 942px;
}
#desktopPopUp .modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
  min-width: 942px;
}
#desktopPopUp .modal-dialog .modal-content {
  min-width: 942px;
  height: 479px;
  border-width: 1px;
  border-color: rgb(255, 118, 57);
  border-style: solid;
  border-radius: 20px;
}
#desktopPopUp .modal-dialog .modal-content .modal-body {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#desktopPopUp .modal-dialog .modal-content .modal-body .heading {
  font-size: 42px;
  font-family: "Lexend Deca";
  color: rgb(33, 51, 67);
  font-weight: bold;
  line-height: 1.429;
  text-align: center;
  width: 850px;
  margin: 0px auto;
  margin-bottom: 30px;
}
#desktopPopUp .modal-dialog .modal-content .modal-body .details {
  text-align: center;
  font-size: 20px;
  font-weight: regular;
  line-height: 1;
  color: #213343;
  margin-bottom: 46px;
}
#desktopPopUp .modal-dialog .modal-content .modal-body .details span,
#desktopPopUp .modal-dialog .modal-content .modal-body .details a {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #cc1e20;
}
#desktopPopUp .modal-dialog .modal-content .modal-body .gradient-btn {
  width: 278px;
  color: white;
  height: 65px;
}
#desktopPopUp .modal-dialog .modal-content .modal-body .no-thanks {
  font-size: 18px;
  font-family: "Lexend Deca";
  color: rgb(33, 51, 67);
  text-decoration: underline;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
  text-underline-offset: 3px;
}
#desktopPopUp .modal-dialog .modal-content .floating-close {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 5;
}

#desktopPopUp2 {
  min-width: 625px;
}
#desktopPopUp2 .modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
  min-width: 625px;
}
#desktopPopUp2 .modal-dialog .modal-content {
  min-width: 625px;
  height: 408px;
  border-width: 1px;
  border-color: rgb(255, 118, 57);
  border-style: solid;
  border-radius: 20px;
}
#desktopPopUp2 .modal-dialog .modal-content .modal-body {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#desktopPopUp2 .modal-dialog .modal-content .modal-body .heading {
  font-size: 42px;
  font-family: "Lexend Deca";
  color: rgb(33, 51, 67);
  font-weight: bold;
  line-height: 1.429;
  text-align: center;
  width: 560px;
  margin: 0px auto;
  margin-bottom: 30px;
}
#desktopPopUp2 .modal-dialog .modal-content .modal-body .details {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #213343;
  margin-bottom: 34px;
}
#desktopPopUp2 .modal-dialog .modal-content .modal-body .details span,
#desktopPopUp2 .modal-dialog .modal-content .modal-body .details a {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #cc1e20;
}
#desktopPopUp2 .modal-dialog .modal-content .modal-body .gradient-btn-reverse {
  width: 278px;
  color: #cc1e20;
  background: white;
  border: 2px solid #cc1e20;
  height: 65px;
  margin: 0 auto;
}
#desktopPopUp2 .modal-dialog .modal-content .modal-body input {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
  width: 529px;
  height: 65px;
  text-align: center;
  margin-bottom: 20px;
}
#desktopPopUp2 .modal-dialog .modal-content .modal-body .no-thanks {
  font-size: 18px;
  font-family: "Lexend Deca";
  color: rgb(33, 51, 67);
  text-decoration: underline;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
  text-underline-offset: 3px;
}
#desktopPopUp2 .modal-dialog .modal-content .floating-close {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 5;
}

footer {
  margin-top: 175px;
  background-color: rgb(25, 39, 51);
  padding-top: 129px;
  padding-bottom: 62px;
  position: relative;
}
footer .social-icon-new a:nth-child(1) img {
  width: 11px;
}
footer .social-icon-new a:nth-child(2) img {
  width: 20px;
}
footer .social-icon-new a:nth-child(3) img {
  width: 26px;
}
footer .social-icon-new a:nth-child(4) img {
  width: 22px;
}
footer .social-icon-new a:nth-child(5) img {
  width: 22px;
}
footer .subscribtion-block {
  border-radius: 10px;
  background-color: rgb(254, 244, 234);
  box-shadow: 0px 12px 0px 0px rgba(0, 0, 0, 0.22);
  width: 1014px;
  height: 150px;
  top: -75px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 32px;
  align-items: center;
}
footer .subscribtion-block .subscription-heading {
  min-width: 550px;
  max-width: 550px;
  color: #000000;
  line-height: 42px;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 0;
}
footer .subscribtion-block .input-group {
  width: auto !important;
}
footer .subscribtion-block .input-group input {
  background-color: rgb(255, 255, 255);
  max-width: 200px;
  height: 74px;
  border-radius: 10px;
  color: #213343;
  font-size: 16px;
  font-weight: 500;
}
footer .subscribtion-block .input-group input::-moz-placeholder {
  font-weight: 500;
  font-size: 13px;
  color: #213343;
}
footer .subscribtion-block .input-group input::placeholder {
  font-weight: 500;
  font-size: 13px;
  color: #213343;
}
footer .subscribtion-block .input-group button {
  background-color: #cc1e20;
  width: 182px;
  height: 74px;
  color: white;
  border-radius: 10px;
  font-size: 13px;
}
footer .subscribtion-block .input-group button:hover {
  background-color: #cc1e20;
  color: white;
}
footer .price-line .price {
  font-size: 60px;
  line-height: 1;
  color: #cc1e20;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
footer .price-line .price-details {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0px;
}
footer .line-break {
  background-color: rgba(255, 255, 255, 0.2);
  height: 2px;
  margin: 50px 0px;
  width: 100%;
}
footer .links-side .knowledge {
  width: 250px;
}
footer .links-side .knowledge .gradient-btn {
  margin-top: 15px;
  width: 100%;
}
footer .links-side .knowledge input {
  width: 100%;
  height: 50px;
}
footer .links-side .home {
  width: 221px;
}
footer .links-side .home .logo {
  width: 211px;
  margin-bottom: 10px;
  margin-top: -10px;
}
footer .links-side .home .logo-details {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 22px;
}
footer .links-side .home .logo-heading {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 20px;
}
footer .links-side .home .cta {
  border-width: 1px;
  border-color: #cc1e20;
  border-style: solid;
  border-radius: 10px;
  font-size: 16px;
  line-height: 48px;
  width: 199px;
  height: 48px;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  font-weight: 600;
  display: block;
  text-align: center;
}
footer .links-side .quick-links {
  width: 130px;
}
footer .links-side .services {
  width: 276px;
}
footer .main-heading {
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 24px;
}
footer .main-links {
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 15px;
  text-decoration: none;
  display: block;
}
footer .main-links:hover {
  color: #cc1e20;
}
footer .copyright {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  margin-top: 48px;
  margin-bottom: 0;
}

#lower-footer .country-info {
  display: flex;
  gap: 60px;
  justify-content: flex-start;
}
#lower-footer .country-info .us-flag-info {
  padding-left: 2px;
}
#lower-footer .country-info .uk-flag-info {
  padding-left: 2px;
}
#lower-footer .country-info .uae-flag-info {
  padding-left: 2px;
}
#lower-footer .country-info .nl-flag-info {
  padding-left: 2px;
}
#lower-footer .country-info .country-phone {
  gap: 10px;
}
#lower-footer .country-info .country-phone P {
  color: #cc1e20;
  margin-bottom: 0.3rem;
}
#lower-footer .country-info .country-phone span {
  color: #fff;
}
#lower-footer .country-info .country-email {
  gap: 15px;
}
#lower-footer .country-info .country-email P {
  color: #cc1e20;
  margin-bottom: 0.3rem;
}
#lower-footer .country-info .country-email span {
  color: #fff;
}
#lower-footer .country-info-two {
  display: flex;
  gap: 72px;
  justify-content: flex-start;
}
#lower-footer .country-info-two .us-flag-info {
  padding-left: 2px;
}
#lower-footer .country-info-two .uk-flag-info {
  padding-left: 2px;
}
#lower-footer .country-info-two .uae-flag-info {
  padding-left: 2px;
}
#lower-footer .country-info-two .nl-flag-info {
  padding-left: 2px;
}
#lower-footer .country-info-two .country-phone {
  gap: 10px;
}
#lower-footer .country-info-two .country-phone P {
  color: #cc1e20;
  margin-bottom: 0.3rem;
}
#lower-footer .country-info-two .country-phone span {
  color: #fff;
}
#lower-footer .country-info-two .country-email {
  gap: 15px;
}
#lower-footer .country-info-two .country-email P {
  color: #cc1e20;
  margin-bottom: 0.3rem;
}
#lower-footer .country-info-two .country-email span {
  color: #fff;
}

.Ecom Digital Inc-amazon-marketing-services {
  margin-top: 33px;
}
.Ecom Digital Inc-amazon-marketing-services h2 {
  font-weight: 500;
  color: #213343;
  font-size: 16px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 26px;
  text-align: center;
}
.Ecom Digital Inc-amazon-marketing-services .w-block {
  width: 900px;
  margin-bottom: 40px;
}
.Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .box {
  margin: 0 90px;
  height: 70px !important;
}
.Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .box img {
  width: unset !important;
}
.Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .owl-nav {
  display: none !important;
}
.Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .rakuten {
  margin-top: 29px;
}
.Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .binge {
  margin-top: 21px;
}
.Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .think_me {
  margin-top: 19px;
}
.Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .mot2 {
  margin-top: 27px;
}
.Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .get-taxi {
  margin-top: 10px;
}
.Ecom Digital Inc-amazon-marketing-services .custom-nav {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 110%;
  align-items: center;
  height: 100%;
}
.Ecom Digital Inc-amazon-marketing-services .custom-nav button {
  margin-top: 10px;
}

.amazon-stores {
  margin-top: 80px;
}
.amazon-stores .heading {
  font-size: 32px;
  color: rgb(33, 51, 67);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  width: 927px;
  line-height: 44px;
  margin-bottom: 44px;
}
.amazon-stores #owl-carousel-2 {
  min-width: calc(100vw - 103px);
  max-width: 1920px;
}
.amazon-stores #owl-carousel-2 img {
  width: -moz-max-content !important;
  width: max-content !important;
}
.amazon-stores #owl-carousel-2 .card {
  width: 374px;
  height: 481px;
  padding-top: 54px;
  padding-left: 35px;
  padding-bottom: 51px;
  border-radius: 10px;
  border-color: #cc1e20;
}
.amazon-stores #owl-carousel-2 .card .logo {
  margin-bottom: 78px;
}
.amazon-stores #owl-carousel-2 .card .long-heading {
  font-size: 96px;
  font-family: "Lexend Deca";
  color: rgb(33, 51, 67);
  font-weight: bold;
  line-height: 1;
  text-align: start;
  margin-bottom: 48px;
}
.amazon-stores #owl-carousel-2 .card .short-details {
  font-size: 24px;
  font-family: "Lexend Deca";
  color: rgb(33, 51, 67);
  font-weight: bold;
  line-height: 1;
  text-align: left;
  margin-bottom: 87px;
}
.amazon-stores #owl-carousel-2 .card .read-more {
  font-size: 16px;
  color: rgb(33, 51, 67);
  font-weight: 600;
  text-decoration: underline;
  line-height: 1;
  margin-bottom: 0;
}
.amazon-stores #owl-carousel-2 .card .read-more img {
  width: 13px;
  height: 12px;
}
.amazon-stores #owl-carousel-2 .card:hover {
background-color: #cc1e20;
}
.amazon-stores #owl-carousel-2 .card:hover .logo {
    filter: brightness(0) invert(1);
  margin-bottom: 78px;
}
.amazon-stores #owl-carousel-2 .card:hover .long-heading {
  color: white;
}
.amazon-stores #owl-carousel-2 .card:hover .short-details {
  color: white;
}
.amazon-stores #owl-carousel-2 .card:hover .read-more {
  color: white;
}
.amazon-stores #owl-carousel-2 .owl-item:nth-child(1) .card {
  border-width: 3px;
  border-color: rgb(27, 118, 255);
  border-style: solid;
  border-radius: 10px;
}
.amazon-stores #owl-carousel-2 .owl-item:nth-child(1) .card .logo {
  width: 161px !important;
  display: block !important;
}
.amazon-stores #owl-carousel-2 .owl-item:nth-child(1) .card .white-logo {
  display: none !important;
}
.amazon-stores #owl-carousel-2 .owl-item:nth-child(1) .card:hover {
  border-width: 3px;
  border-color: rgb(27, 118, 255);
  border-style: solid;
  border-radius: 10px;
  background-color: rgb(27, 118, 255);
}
.amazon-stores #owl-carousel-2 .owl-item:nth-child(1) .card:hover .white-logo {
  display: block !important;
}
.amazon-stores #owl-carousel-2 .owl-item:nth-child(1) .card:hover .black-logo {
  display: none !important;
}
.amazon-stores #owl-carousel-2 .owl-item:nth-child(2) .card {
  border-width: 3px;
  border-color: rgb(120, 44, 228);
  border-style: solid;
}
.amazon-stores #owl-carousel-2 .owl-item:nth-child(2) .card .logo {
  width: 143px !important;
}
.amazon-stores #owl-carousel-2 .owl-item:nth-child(2) .card:hover {
  background-color: rgb(120, 44, 228);
}
.amazon-stores #owl-carousel-2 .owl-item:nth-child(3) .card {
  border-width: 3px;
  border-color: rgb(255, 205, 29);
  border-style: solid;
}
.amazon-stores #owl-carousel-2 .owl-item:nth-child(3) .card .logo {
  width: 161px !important;
}
.amazon-stores #owl-carousel-2 .owl-item:nth-child(3) .card:hover {
  background-color: rgb(255, 205, 29);
}
.amazon-stores #owl-carousel-2 .owl-item:nth-child(4) .card {
  border-width: 3px;
  border-color: rgb(244, 38, 62);
  border-style: solid;
}
.amazon-stores #owl-carousel-2 .owl-item:nth-child(4) .card .logo {
  width: 111px !important;
}
.amazon-stores #owl-carousel-2 .owl-item:nth-child(4) .card:hover {
  background-color: rgb(244, 38, 62);
}

.mega-menu-container {
  transition: all 0.3s ease-in;
  padding-left: 0;
  padding-right: 0;
  height: 534px;
  position: absolute;
  top: 75px;
  z-index: 1;
  width: 100%;
  left: 0;
  text-decoration: none;
}
.mega-menu-container .margin-section {
  width: 100%;
  height: 100%;
  background-color: white;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.17);
  border-radius: 0 0px 20px 20px;
  overflow: hidden;
}
.mega-menu-container .margin-section .service-content {
  margin-top: 40px;
}
.mega-menu-container .margin-section .service-content .service-heading {
  font-size: 28px;
  color: rgb(25, 27, 34);
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 49px;
}
.mega-menu-container .margin-section .service-content .service-detail {
  font-size: 14px;
  color: rgb(33, 37, 41);
  line-height: 1.714;
  text-align: left;
  margin-bottom: 0;
  font-weight: 400;
  width: 100%;
}
.mega-menu-container .margin-section .sub-services-content {
  cursor: pointer;
  font-size: 18px;
  color: rgb(25, 27, 34);
  font-weight: 600;
}
.mega-menu-container .margin-section .sub-services-content:hover {
  text-decoration: none;
}
.mega-menu-container .margin-section .grand-service-content,
.mega-menu-container .margin-section .grand-service,
.mega-menu-container .margin-section .grand-service span {
  font-size: 14px;
  color: rgb(33, 37, 41);
  font-weight: 400;
  cursor: pointer;
  padding-top: 3px;
}
.mega-menu-container .margin-section .grand-service-content img,
.mega-menu-container .margin-section .grand-service img,
.mega-menu-container .margin-section .grand-service span img {
  transition: all 0.6s;
}
.mega-menu-container .margin-section .grand-service {
  margin-top: 10px;
}
.mega-menu-container .margin-section .sub-service {
  margin-bottom: 44px;
  max-width: 295px;
}
.mega-menu-container .margin-section .service-block-1 {
  width: 305px;
}
.mega-menu-container .margin-section .sub-service-box {
  margin-top: 50px;
}
.mega-menu-container .margin-section .grand-service:hover {
  text-decoration: none;
}
.mega-menu-container .margin-section .grand-service:hover img {
  padding-right: 15px !important;
  text-decoration: none;
}
.mega-menu-container .margin-section .grand-service:hover span {
  color: #cc1e20;
}
.mega-menu-container .margin-section .right-side {
  width: 100%;
  height: 100%;
  background-color: #e8f5ff;
}
.mega-menu-container .margin-section .right-side .main-heading {
  font-size: 28px;
  color: rgb(25, 27, 34);
  font-weight: 600;
  margin-top: 47px;
  padding-bottom: 38px;
  line-height: 1;
  width: 100%;
  padding-left: 12px;
  text-align: center;
}
.mega-menu-container .margin-section .right-side .sub-heading {
  font-size: 18px;
  color: rgb(25, 27, 34);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
.mega-menu-container .margin-section .right-side .detail {
  font-size: 14px;
  color: rgb(33, 37, 41);
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}
.mega-menu-container .margin-section .right-side .bg-img-head {
  background-image: url("/new_assets/images/bg-header.webp");
  background-size: contain;
  background-position: center;
  height: 338px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: end;
  margin-top: 30px;
}
.mega-menu-container .margin-section .right-side .bg-img-head a {
  border-radius: 3px;
  background-color: #cc1e20;
  width: 280px;
  height: 50px;
  box-shadow: rgb(255, 255, 255) 7px 10px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 0px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.gradient-btn-update-for-head {
  border-radius: 3px;
  background-color: #cc1e20;
  width: 214px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 0px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.service-hover {
  z-index: 1000;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 11px 20px 0px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #dee2e6;
}
.service-hover .white-logo {
  display: none !important;
}
.service-hover .black-logo {
  display: block;
}
.service-hover .nav-items,
.service-hover .nav-items span {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  color: rgb(25, 27, 34) !important;
  font-weight: 400 !important;
}

.service:hover .mega-menu-container {
  display: block;
}

.mega-menu-container:hover {
  display: block;
}

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

.mt-45p {
  margin-top: 45px;
}

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

.w-fit-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header-mobile {
    position: relative;
    z-index: 2;
    height: 100px;
    padding: 0 30px;
    align-items: center;
  }
  #header-mobile .navbar-toggler:focus {
    box-shadow: unset;
  }
  #header-mobile .service-toggle::after {
    transition: rotate 0.2s ease-in;
  }
  #header-mobile .service-toggle.show::after {
    rotate: 180deg;
    transition: rotate 0.2s ease-in;
  }
  #header-mobile .ms-20p {
    margin-left: 20px;
  }
  #header-mobile .mt-5p {
    margin-top: 10px;
  }
  #header-mobile .navbar-brand img {
    width: 190px;
  }
  #header-mobile .navbar-toggler {
    border: unset;
  }
  #header-mobile .navbar-toggler-icon {
    background-image: url("/website/images/hamburger.webp");
    height: 21px;
    width: 24px;
  }
  #header-mobile .navbar-collapse {
    background-color: white !important;
    padding: 0 !important;
    top: 72px !important;
    max-height: 550px !important;
    transition: max-height 0.6s;
    overflow-y: scroll;
    position: absolute;
    left: 0;
    width: 100%;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.18);
  }
  #header-mobile .nav-item {
    padding: 0;
  }
  #header-mobile .nav-item .nav-link {
    padding-left: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 14px !important;
    color: rgb(25, 27, 34);
  }
  #header-mobile .nav-item1 {
    padding-left: 20px;
  }
  #header-mobile .service-heading {
    font-size: 18px;
    font-family: "Poppins";
    color: rgb(25, 27, 34);
    font-weight: 600;
    line-height: 1;
    margin-top: 10px;
  }
  #header-mobile .service-detail {
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(25, 27, 34);
    line-height: 1.714;
    text-align: left;
    font-weight: 400;
  }
  #header-mobile .sub-service {
    margin-top: 14px !important;
  }
  #header-mobile .sub-service .heading {
    font-size: 15px;
    font-family: "Poppins";
    color: rgb(25, 27, 34);
    line-height: 1;
    font-weight: 600;
    margin: 0;
    display: block !important;
    text-align: start !important;
  }
  #header-mobile .sub-service .detail {
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(33, 37, 41);
    line-height: 1;
    font-weight: 400;
    display: block !important;
    text-align: start !important;
  }
  .Ecom Digital Inc-amazon-marketing-services {
    margin-top: 33px;
  }
  .Ecom Digital Inc-amazon-marketing-services h2 {
    font-weight: 500;
    color: #213343;
    font-size: 16px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 26px;
    text-align: center;
  }
  .Ecom Digital Inc-amazon-marketing-services .w-block {
    width: 675px;
    margin-bottom: 40px;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 {
    position: relative;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .box {
    margin: 0 90px;
    height: 70px !important;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .box img {
    width: unset !important;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .rakuten {
    margin-top: 29px;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .binge {
    margin-top: 21px;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .think_me {
    margin-top: 19px;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .mot2 {
    margin-top: 27px;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .owl-nav {
    display: none !important;
  }
  .Ecom Digital Inc-amazon-marketing-services .custom-nav {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    width: 110%;
    align-items: center;
    height: 100%;
  }
  .Ecom Digital Inc-amazon-marketing-services .custom-nav button {
    margin-top: 10px;
  }
}
.toast-container {
  z-index: 100;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  #header-mobile {
    position: relative;
    z-index: 2;
    height: 56px;
    align-items: center;
  }
  #header-mobile .navbar-toggler:focus {
    box-shadow: unset;
  }
  #header-mobile .service-toggle::after {
    transition: rotate 0.2s ease-in;
  }
  #header-mobile .service-toggle.show::after {
    rotate: 180deg;
    transition: rotate 0.2s ease-in;
  }
  #header-mobile .ms-20p {
    margin-left: 20px;
  }
  #header-mobile .mt-5p {
    margin-top: 10px;
  }
  #header-mobile .navbar-brand img {
    width: 144px;
  }
  #header-mobile .navbar-toggler {
    padding-right: 0px;
    border: unset;
  }
  #header-mobile .navbar-toggler-icon {
    background-image: url("/website/images/hamburger.webp");
    height: 21px;
    width: 24px;
  }
  #header-mobile .navbar-collapse {
    background-color: white !important;
    padding: 0 !important;
    top: 46px !important;
    max-height: 550px !important;
    transition: max-height 0.6s;
    overflow-y: scroll;
    position: absolute;
    left: 0;
    width: 100%;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.18);
  }
  #header-mobile .nav-item {
    padding: 0;
  }
  #header-mobile .nav-item .nav-link {
    padding-left: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 14px !important;
    color: rgb(25, 27, 34);
  }
  #header-mobile .nav-item1 {
    padding-left: 20px;
  }
  #header-mobile .service-heading {
    font-size: 18px;
    font-family: "Poppins";
    color: rgb(25, 27, 34);
    font-weight: 600;
    line-height: 1;
    margin-top: 10px;
  }
  #header-mobile .service-detail {
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(25, 27, 34);
    line-height: 1.714;
    text-align: left;
    font-weight: 400;
  }
  #header-mobile .sub-service {
    margin-top: 14px !important;
  }
  #header-mobile .sub-service .heading {
    font-size: 15px;
    font-family: "Poppins";
    color: rgb(25, 27, 34);
    line-height: 1;
    font-weight: 600;
    margin: 0;
    display: block !important;
    text-align: start !important;
  }
  #header-mobile .sub-service .detail {
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(33, 37, 41);
    line-height: 1;
    font-weight: 400;
    display: block !important;
    text-align: start !important;
  }
  .Ecom Digital Inc-amazon-marketing-services {
    margin-top: 40px;
  }
  .Ecom Digital Inc-amazon-marketing-services h2 {
    font-weight: 500;
    color: #213343;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    width: 356px;
    margin-left: auto;
    margin-right: auto;
  }
  .Ecom Digital Inc-amazon-marketing-services .w-block {
    width: 100%;
    margin-bottom: 90px;
    overflow: visible;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 {
    position: relative;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .box {
    margin: 0 90px;
    height: 70px !important;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .box img {
    width: 75px !important;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .rakuten {
    margin-top: 16px;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .binge {
    margin-top: 12px;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .think_me {
    margin-top: 15px;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .mot2 {
    margin-top: 19px;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .get-taxi {
    margin-top: 17px;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .owl-nav {
    display: none !important;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .owl-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .Ecom Digital Inc-amazon-marketing-services .custom-nav {
    position: absolute;
    top: 43px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    height: 100%;
    z-index: 5;
  }
  .Ecom Digital Inc-amazon-marketing-services .custom-nav button {
    margin-top: 10px;
  }
  .amazon-stores {
    margin-top: 40px;
  }
  .amazon-stores .heading {
    font-size: 20px;
    color: rgb(33, 51, 67);
    font-weight: 600;
    line-height: 1;
    text-align: center;
    width: 335px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  .amazon-stores #owl-carousel-2 {
    min-width: calc(100vw - 103px);
    max-width: 1920px;
  }
  .amazon-stores #owl-carousel-2 img {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .amazon-stores #owl-carousel-2 .card {
    width: 300px;
    height: 400px;
    padding-top: 40px;
    padding-left: 35px;
    padding-bottom: 51px;
    border-radius: 10px;
  }
  .amazon-stores #owl-carousel-2 .card .logo {
    margin-bottom: 40px;
  }
  .amazon-stores #owl-carousel-2 .card .long-heading {
    font-size: 65px;
    font-family: "Lexend Deca";
    color: rgb(33, 51, 67);
    font-weight: bold;
    line-height: 1;
    text-align: start;
    margin-bottom: 48px;
  }
  .amazon-stores #owl-carousel-2 .card .short-details {
    font-size: 20px;
    font-family: "Lexend Deca";
    color: rgb(33, 51, 67);
    font-weight: bold;
    line-height: 1;
    text-align: left;
    margin-bottom: 87px;
  }
  .amazon-stores #owl-carousel-2 .card .read-more {
    font-size: 16px;
    color: rgb(33, 51, 67);
    font-weight: 600;
    text-decoration: underline;
    line-height: 1;
    margin-bottom: 0;
  }
  .amazon-stores #owl-carousel-2 .card .read-more img {
    width: 13px;
    height: 12px;
  }
  .amazon-stores #owl-carousel-2 .card:hover .logo {
    margin-bottom: 78px;
  }
  .amazon-stores #owl-carousel-2 .card:hover .long-heading {
    color: white;
  }
  .amazon-stores #owl-carousel-2 .card:hover .short-details {
    color: white;
  }
  .amazon-stores #owl-carousel-2 .card:hover .read-more {
    color: white;
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(1) .card {
    border-width: 3px;
    border-color: rgb(27, 118, 255);
    border-style: solid;
    border-radius: 10px;
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(1) .card .logo {
    width: 161px !important;
    display: block !important;
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(1) .card .white-logo {
    display: none !important;
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(1) .card:hover {
    border-width: 3px;
    border-color: rgb(27, 118, 255);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(27, 118, 255);
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(1) .card:hover .white-logo {
    display: block !important;
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(1) .card:hover .black-logo {
    display: none !important;
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(2) .card {
    border-width: 3px;
    border-color: rgb(120, 44, 228);
    border-style: solid;
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(2) .card .logo {
    width: 143px !important;
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(2) .card:hover {
    background-color: rgb(120, 44, 228);
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(3) .card {
    border-width: 3px;
    border-color: rgb(255, 205, 29);
    border-style: solid;
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(3) .card .logo {
    width: 161px !important;
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(3) .card:hover {
    background-color: rgb(255, 205, 29);
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(4) .card {
    border-width: 3px;
    border-color: rgb(244, 38, 62);
    border-style: solid;
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(4) .card .logo {
    width: 111px !important;
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(4) .card:hover {
    background-color: rgb(244, 38, 62);
  }
  footer {
    margin-top: 175px;
    background-color: rgb(25, 39, 51);
    padding-top: 129px;
    padding-bottom: 62px;
    position: relative;
  }
  footer .subscribtion-block {
    border-radius: 10px;
    background-color: rgb(254, 244, 234);
    box-shadow: 0px 12px 0px 0px rgba(0, 0, 0, 0.22);
    width: 100%;
    height: 241px;
    top: -121px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    display: grid;
    justify-content: center;
    padding: 0 10px;
    align-items: center;
  }
  footer .subscribtion-block .subscription-heading {
    min-width: 256px;
    max-width: 256px;
    color: #213343;
    line-height: 33px;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  footer .subscribtion-block .input-group {
    width: auto !important;
    display: grid;
    align-content: space-between;
  }
  footer .subscribtion-block .input-group input {
    background-color: rgb(255, 255, 255);
    max-width: unset;
    height: unset;
    border-radius: 10px;
    color: #213343;
    font-size: 12px;
    font-weight: 500;
    width: 256px;
    height: 51px;
    border-radius: 10px !important;
    margin-bottom: 10px;
    text-align: center;
    padding-left: 0 !important;
  }
  footer .subscribtion-block .input-group input::-moz-placeholder {
    width: 256px;
    height: 51px;
    font-weight: 500;
    color: #213343;
    text-align: center;
    font-size: 12px;
    padding-left: 0 !important;
  }
  footer .subscribtion-block .input-group input::placeholder {
    width: 256px;
    height: 51px;
    font-weight: 500;
    color: #213343;
    text-align: center;
    font-size: 12px;
    padding-left: 0 !important;
  }
  footer .subscribtion-block .input-group button {
    background-color: #cc1e20;
    color: white;
    border-radius: 10px !important;
    width: 256px;
    height: 51px;
    text-align: center;
    font-size: 12px;
    line-height: 41px;
  }
  footer .subscribtion-block .input-group button:hover {
    background-color: #cc1e20;
    color: white;
  }
  footer .price-line {
    display: none !important;
  }
  footer .price-line .price {
    font-size: 60px;
    line-height: 1;
    color: #cc1e20;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
  }
  footer .price-line .price-details {
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0px;
  }
  footer .line-break {
    display: none !important;
    background-color: rgba(255, 255, 255, 0.2);
    height: 2px;
    margin: 50px 0px;
    width: 100%;
  }
  footer .links-side {
    display: none !important;
  }
  footer .links-side .home {
    width: 221px;
  }
  footer .links-side .home .logo {
    width: 211px;
    margin-bottom: 10px;
    margin-top: -10px;
  }
  footer .links-side .home .logo-details {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 22px;
  }
  footer .links-side .home .logo-heading {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 20px;
  }
  footer .links-side .home .cta {
    border-width: 1px;
    border-color: #cc1e20;
    border-style: solid;
    border-radius: 10px;
    font-size: 16px;
    line-height: 48px;
    width: 199px;
    height: 48px;
    color: #fff;
    background-color: transparent;
    text-decoration: none;
    font-weight: 600;
    display: block;
    text-align: center;
  }
  footer .links-side .quick-links {
    width: 130px;
  }
  footer .links-side .services {
    width: 276px;
  }
  footer .main-heading {
    display: none !important;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 24px;
  }
  footer .below-footer {
    display: none !important;
  }
  footer .main-links {
    display: none !important;
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 15px;
    text-decoration: none;
    display: block;
  }
  footer .main-links:hover {
    color: #cc1e20;
  }
  footer .copyright {
    display: none !important;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #ffffff;
    margin-top: 48px;
    margin-bottom: 0;
  }
  footer .mobile-footer {
    display: block !important;
  }
  footer .mobile-footer .content .heading {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    width: 256px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
  }
  footer .mobile-footer .content .gradient-btn {
    width: 201px;
    height: 50px;
    border-radius: 10px;
    border-color: #cc1e20;
    border-width: 1px;
    border-style: solid;
    line-height: 50px;
    background-color: transparent;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
  }
  footer .mobile-footer .content .line {
    background-color: rgb(255, 255, 255);
    width: 269px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.4;
    margin-top: 15px;
  }
  footer .mobile-footer .links {
    margin-top: 30px;
    margin-bottom: 24px;
  }
  footer .mobile-footer .links .accordion {
    background-color: transparent;
    color: white;
  }
  footer .mobile-footer .links .accordion .accordion-item {
    background-color: transparent;
    color: white;
    border-width: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0 !important;
    font-weight: 500;
  }
  footer .mobile-footer .links .accordion .accordion-item .accordion-header {
    background-color: transparent;
    color: white;
  }
  footer .mobile-footer .links .accordion .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    color: white;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  footer .mobile-footer .links .accordion .accordion-item .accordion-header .accordion-button::after {
    background-image: url("/website/images/caret-down.webp") !important;
    background-size: 11px 7px;
    width: 11px;
    height: 7px;
  }
  footer .mobile-footer .links .accordion .accordion-item .links-anchor {
    color: white;
    font-size: 14px;
    font-weight: 400;
  }
  footer .mobile-footer .social-links img {
    width: 35px;
  }
  footer .mobile-footer .copyright-mobile {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 22px;
  }
  footer .mobile-footer .copyright-mobile .logo {
    margin-left: auto;
    margin-right: auto;
    width: 186px;
  }
  footer .mobile-footer .copyright-mobile .details {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    color: #b6c7d6;
  }
  footer .mobile-footer .term-links {
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
    color: white;
  }
  footer .mobile-footer .term-links:hover {
    color: white !important;
  }
  u::before {
    display: none;
  }
  #desktopPopUp2 {
    min-width: unset !important;
    width: 100%;
  }
  #desktopPopUp2 .modal-dialog {
    min-width: 360px !important;
    max-width: 360px !important;
    margin: auto auto;
    justify-content: center;
  }
  #desktopPopUp2 .modal-dialog .modal-content {
    min-width: unset !important;
    width: 100%;
    min-width: 335px;
    max-width: 335px;
    border-width: 3px;
    border-color: rgb(255, 118, 57);
    border-style: solid;
    border-radius: 25px;
  }
  #desktopPopUp2 .modal-dialog .modal-content img {
    border-radius: 25px;
  }
  #desktopPopUp2 .modal-dialog .modal-content .heading {
    font-size: 26px !important;
    width: 100% !important;
    margin-bottom: 16px;
  }
  #desktopPopUp2 .modal-dialog .modal-content .details {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  #desktopPopUp2 .modal-dialog .modal-content input {
    width: 100% !important;
  }
  #desktopPopUp2 .modal-dialog .modal-content a {
    width: 100% !important;
  }
  #desktopPopUp2 .modal-dialog .modal-content .floating-close {
    position: absolute;
    top: -26px;
    right: -285px;
  }
  #lower-footer .footer-country-info-sec {
    display: none !important;
  }
  #lower-footer .country-info {
    display: grid;
    gap: 30px;
    justify-content: center;
    margin-top: 30px;
  }
  #lower-footer .country-info .us-flag-info {
    padding-left: 2px;
  }
  #lower-footer .country-info .uk-flag-info {
    padding-left: 2px;
  }
  #lower-footer .country-info .uae-flag-info {
    padding-left: 2px;
  }
  #lower-footer .country-info .nl-flag-info {
    padding-left: 2px;
  }
  #lower-footer .country-info .country-phone {
    gap: 10px;
  }
  #lower-footer .country-info .country-phone P {
    color: #cc1e20;
    margin-bottom: 0.3rem;
  }
  #lower-footer .country-info .country-phone span {
    color: #fff;
  }
  #lower-footer .country-info .country-email {
    gap: 15px;
  }
  #lower-footer .country-info .country-email P {
    color: #cc1e20;
    margin-bottom: 0.3rem;
  }
  #lower-footer .country-info .country-email span {
    color: #fff;
  }
  #lower-footer .country-info-two {
    display: grid;
    gap: 30px;
    justify-content: center;
  }
  #lower-footer .country-info-two .us-flag-info {
    padding-left: 2px;
  }
  #lower-footer .country-info-two .uk-flag-info {
    padding-left: 2px;
  }
  #lower-footer .country-info-two .uae-flag-info {
    padding-left: 2px;
  }
  #lower-footer .country-info-two .nl-flag-info {
    padding-left: 2px;
  }
  #lower-footer .country-info-two .country-phone {
    gap: 10px;
  }
  #lower-footer .country-info-two .country-phone P {
    color: #cc1e20;
    margin-bottom: 0.3rem;
  }
  #lower-footer .country-info-two .country-phone span {
    color: #fff;
  }
  #lower-footer .country-info-two .country-email {
    gap: 15px;
  }
  #lower-footer .country-info-two .country-email P {
    color: #cc1e20;
    margin-bottom: 0.3rem;
  }
  #lower-footer .country-info-two .country-email span {
    color: #fff;
  }
  #lower-footer .footer-img img {
    width: 100%;
  }
}
@media only screen and (min-width: 280px) and (max-width: 374px) {
  .Ecom Digital Inc-amazon-marketing-services {
    margin-top: 40px;
  }
  .Ecom Digital Inc-amazon-marketing-services h2 {
    font-weight: 500;
    color: #213343;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    width: 256px;
    margin-left: auto;
    margin-right: auto;
  }
  .Ecom Digital Inc-amazon-marketing-services .w-block {
    width: 100%;
    margin-bottom: 90px;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 {
    position: relative;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .box {
    margin: 0 90px;
    height: 70px !important;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .box img {
    width: 75px !important;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .rakuten {
    margin-top: 16px;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .binge {
    margin-top: 12px;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .think_me {
    margin-top: 15px;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .mot2 {
    margin-top: 19px;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .get-taxi {
    margin-top: 17px;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .owl-nav {
    display: none !important;
  }
  .Ecom Digital Inc-amazon-marketing-services #owl-carousel-1 .owl-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .Ecom Digital Inc-amazon-marketing-services .custom-nav {
    position: absolute;
    top: 43px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    height: 100%;
    z-index: 5;
  }
  .Ecom Digital Inc-amazon-marketing-services .custom-nav button {
    margin-top: 10px;
  }
  .amazon-stores {
    margin-top: 40px;
  }
  .amazon-stores .heading {
    font-size: 20px;
    color: rgb(33, 51, 67);
    font-weight: 600;
    line-height: 1;
    text-align: center;
    width: 256px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  .amazon-stores #owl-carousel-2 {
    min-width: calc(100vw - 103px);
    max-width: 1920px;
  }
  .amazon-stores #owl-carousel-2 img {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .amazon-stores #owl-carousel-2 .card {
    width: 256px;
    height: 342px;
    padding-top: 25px;
    padding-left: 25px;
    padding-bottom: 51px;
    border-radius: 10px;
  }
  .amazon-stores #owl-carousel-2 .card .logo {
    margin-bottom: 40px;
  }
  .amazon-stores #owl-carousel-2 .card .long-heading {
    font-size: 65px;
    font-family: "Lexend Deca";
    color: rgb(33, 51, 67);
    font-weight: bold;
    line-height: 1;
    text-align: start;
    margin-bottom: 34px;
  }
  .amazon-stores #owl-carousel-2 .card .short-details {
    font-size: 20px;
    font-family: "Lexend Deca";
    color: rgb(33, 51, 67);
    font-weight: bold;
    line-height: 1;
    text-align: left;
    margin-bottom: 64px;
  }
  .amazon-stores #owl-carousel-2 .card .read-more {
    font-size: 16px;
    color: rgb(33, 51, 67);
    font-weight: 600;
    text-decoration: underline;
    line-height: 1;
    margin-bottom: 0;
  }
  .amazon-stores #owl-carousel-2 .card .read-more img {
    width: 13px;
    height: 12px;
  }
  .amazon-stores #owl-carousel-2 .card:hover .logo {
    margin-bottom: 78px;
  }
  .amazon-stores #owl-carousel-2 .card:hover .long-heading {
    color: white;
  }
  .amazon-stores #owl-carousel-2 .card:hover .short-details {
    color: white;
  }
  .amazon-stores #owl-carousel-2 .card:hover .read-more {
    color: white;
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(1) .card {
    border-width: 3px;
    border-color: rgb(27, 118, 255);
    border-style: solid;
    border-radius: 10px;
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(1) .card .logo {
    width: 161px !important;
    display: block !important;
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(1) .card .white-logo {
    display: none !important;
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(1) .card:hover {
    border-width: 3px;
    border-color: rgb(27, 118, 255);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(27, 118, 255);
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(1) .card:hover .white-logo {
    display: block !important;
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(1) .card:hover .black-logo {
    display: none !important;
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(2) .card {
    border-width: 3px;
    border-color: rgb(120, 44, 228);
    border-style: solid;
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(2) .card .logo {
    width: 143px !important;
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(2) .card:hover {
    background-color: rgb(120, 44, 228);
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(3) .card {
    border-width: 3px;
    border-color: rgb(255, 205, 29);
    border-style: solid;
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(3) .card .logo {
    width: 161px !important;
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(3) .card:hover {
    background-color: rgb(255, 205, 29);
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(4) .card {
    border-width: 3px;
    border-color: rgb(244, 38, 62);
    border-style: solid;
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(4) .card .logo {
    width: 111px !important;
  }
  .amazon-stores #owl-carousel-2 .owl-item:nth-child(4) .card:hover {
    background-color: rgb(244, 38, 62);
  }
  .amazon-stores #owl-carousel-2 {
    margin-left: 0px !important;
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-12%) rotate(-5deg);
  }
  30% {
    transform: translateX(10%) rotate(3deg);
  }
  45% {
    transform: translateX(-8%) rotate(-3deg);
  }
  60% {
    transform: translateX(6%) rotate(2deg);
  }
  75% {
    transform: translateX(-3%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
#blog-cta .gradient-btn-reverse {
  margin-right: 20px;
}
#blog-cta .gradient-btn-reverse:hover {
  border-width: 2px !important;
}
#blog-cta .gradient-btn-reverse:hover span {
  color: #cc1e20 !important;
  border-color: #cc1e20 !important;
}
#blog-cta .bwd-logo {
  width: 180px;
}

.font-weight-italic {
  font-weight: 400 !important;
  font-style: italic;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-extrabold {
  font-weight: 800 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-regular {
  font-weight: 400 !important;
}

.font-weight-light {
  font-weight: 400 !important;
}

.font-weight-extralight {
  font-weight: 200 !important;
}

.fs-10p {
  font-size: 12px !important;
}

.fs-12p {
  font-size: 12px !important;
}

.fs-14p {
  font-size: 14px !important;
}

.fs-15p {
  font-size: 15px !important;
}

.fs-16p {
  font-size: 16px !important;
}

.fs-18p {
  font-size: 18px !important;
}

.fs-20p {
  font-size: 20px !important;
}

.fs-22p {
  font-size: 22px !important;
}

.fs-24p {
  font-size: 24px !important;
}

.fs-25p {
  font-size: 25px !important;
}

.fs-28p {
  font-size: 28px !important;
}

.fs-30p {
  font-size: 30px !important;
}

.fs-35p {
  font-size: 35px !important;
}

.fs-36p {
  font-size: 36px !important;
}

.fs-37p {
  font-size: 37px !important;
}

.fs-40p {
  font-size: 40px !important;
}

.fs-48p {
  font-size: 48px !important;
}

.fs-50p {
  font-size: 50px !important;
}

.fs-55p {
  font-size: 55px !important;
}

.fs-60p {
  font-size: 60px !important;
}

.fs-45p {
  font-size: 45px !important;
}

.fs-75p {
  font-size: 75px !important;
}

.fs-80p {
  font-size: 80px !important;
}

.fs-82p {
  font-size: 82px !important;
}

.line-height-1-1-8 {
  line-height: 1.1854;
}

.line-height-1 {
  line-height: 1;
}

.line-height-1-3 {
  line-height: 1.33;
}

.line-height-1-4 {
  line-height: 1.4;
}

.line-height-1-5 {
  line-height: 1.5;
}

.line-height-1-6 {
  line-height: 1.625;
}

.line-height-1-7 {
  line-height: 1.75;
}

.line-height-3 {
  line-height: 3.125;
}

.line-height-55 {
  line-height: 55px;
}

.h-55 {
  height: 55px !important;
}

.h-52p {
  height: 52px;
}

.h-185p {
  height: 185px;
}

.h-50 {
  height: 50px !important;
}

.h-fit-content {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.h-734p {
  height: 734px;
}

.h-593p {
  height: 593px;
}

.h-639p {
  height: 639px;
}

.h-800p {
  height: 800px;
}

.h-100vh {
  height: 100vh;
}

.h-90vh {
  height: 88vh;
}

.w-1100p {
  width: 1100px;
}

.w-1170p {
  width: 1170px;
}

.w-1080p {
  width: 1080px;
}

.w-1200p {
  width: 1200px;
}

.w-230p {
  width: 230px;
}

.w-260p {
  width: 260px;
}

.w-236P {
  width: 236px;
}

.w-186 {
  width: 186px;
}

.w-195p {
  width: 195px;
}

.w-170 {
  width: 170px;
}

.w-340p {
  width: 340px;
}

.w-302p {
  width: 302px;
}

.w-303p {
  width: 303px;
}

.w-350p {
  width: 350px;
}

.w-544p {
  width: 544px;
}

.h-516p {
  height: 516px;
}

.h-30p {
  height: 30px;
}

.h-60p {
  height: 60px;
}

.w-315p {
  width: 315px !important;
}

.h-314p {
  height: 314px !important;
}

.h-380p {
  height: 380px;
}

.h-369p {
  height: 369px;
}

.w-202 {
  width: 202px;
}

.w-185p {
  width: 185px;
}

.w-489p {
  width: 489px;
}

.w-182p {
  width: 182px;
}

.w-55 {
  width: 55%;
}

.w-45 {
  width: 45%;
}

.w-40 {
  width: 40%;
}

.w-35 {
  width: 35%;
}

.w-30 {
  width: 30%;
}

.w-38 {
  width: 38%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-72 {
  width: 72%;
}

.w-75 {
  width: 75%;
}

.w-78 {
  width: 78%;
}

.w-80 {
  width: 80%;
}

.w-83 {
  width: 83%;
}

.w-85 {
  width: 85%;
}

.w-358p {
  width: 358px;
}

.w-90 {
  width: 90%;
}

.py-75p {
  padding-top: 75px;
  padding-bottom: 75px;
}

.py-90p {
  padding-top: 90px;
  padding-bottom: 90px;
}

.py-100p {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-80p {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-50p {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-128p {
  padding-top: 128px;
}

.pt-132p {
  padding-top: 132px;
}

.pt-50p {
  padding-top: 50px;
}

.pe-35p {
  padding-right: 35px;
}

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

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

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

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

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

.py-6 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.py-7 {
  padding-top: 142px;
  padding-bottom: 142px;
}

.mx-6 {
  margin-right: 96px;
  margin-left: 96px;
}

.my-6 {
  margin-top: 96px;
  margin-bottom: 96px;
}

.my-7 {
  margin-top: 140px;
  margin-bottom: 140px;
}

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

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

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

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

.mt-58p {
  margin-top: 58px;
}

.pt-155p {
  padding-top: 155px;
}

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

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

.mt-45p {
  margin-top: 45px;
}

.mb-60p {
  margin-bottom: 60px;
}

.mb-139p {
  margin-bottom: 139px;
  color: #fe7538;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-6p {
  margin-left: -6px;
}

.ms-20p {
  margin-left: 20px;
}

.ms-50p {
  margin-left: 50px;
}

.ms-80p {
  margin-left: 80px;
}

.ms-12p {
  margin-left: 12px;
}

.ms-14p {
  margin-left: 14px;
}

.ms-100p {
  margin-left: 100px;
}

.ms-80p {
  margin-left: 80px;
}

.mb-77p {
  margin-bottom: 77px;
}

.ms-6 {
  margin-left: 96px;
}

.ms-7 {
  margin-left: 170px;
}

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

.rounded-20p {
  border-radius: 20px;
}

.rounded-15p {
  border-radius: 15px;
}

.rounded-10p {
  border-radius: 10px;
}

.rounded-5p {
  border-radius: 5px !important;
}

.text-gray-p {
  color: #212529;
}

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

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

@media only screen and (min-width: 768px) {
  .font-weight-regular-md {
    font-weight: 400 !important;
  }
  .py-md-80p {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-md-40p {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .my-md-6 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .ms-md-7 {
    margin-left: 170px;
  }
  .mb-md-7 {
    margin-bottom: 170px;
  }
  .mb-md-10p {
    margin-bottom: 10px;
  }
  .mx-md-6 {
    margin-right: 96px;
    margin-left: 96px;
  }
  .ms-md-54p {
    margin-left: 54px;
  }
  .mx-md-54p {
    margin-right: 54px;
    margin-left: 54px;
  }
  .mx-md-14p {
    margin-right: 10px;
    margin-left: 10px;
  }
  .ms-md-12p {
    margin-left: 12px;
  }
  .rounded-md-20p {
    border-radius: 20px !important;
  }
  .border-md {
    border: 1px solid #dee2e6 !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .py-md-7 {
    padding-top: 142px !important;
    padding-bottom: 142px !important;
  }
  .ms-md-20p {
    margin-left: 20px;
  }
  .ms-md-30p {
    margin-left: 30px;
  }
  .me-md-40p {
    margin-right: 40px;
  }
  .me-md-50p {
    margin-right: 50px;
  }
  .me-md-100p {
    margin-right: 100px;
  }
  .me-md-120p {
    margin-right: 120px;
  }
  .me-md-140p {
    margin-right: 140px;
  }
  .mt-md-80p {
    margin-top: 80px;
  }
  .mt-md-58p {
    margin-top: 58px;
  }
  .mt-md-32p {
    margin-top: 32px;
  }
  .mt-md-24p {
    margin-top: 24px;
  }
  .mb-md-35p {
    margin-bottom: 35px;
  }
  .mb-md-30p {
    margin-bottom: 30px;
  }
  .mb-md-48p {
    margin-bottom: 48px;
  }
  .mb-md-18p {
    margin-bottom: 18px;
  }
  .mb-md-20p {
    margin-bottom: 20px;
  }
  .mb-md-24p {
    margin-bottom: 24px;
  }
  .mb-md-40p {
    margin-bottom: 40px;
  }
  .mb-md-50p {
    margin-bottom: 50px;
  }
  .mb-md-53p {
    margin-bottom: 53px;
  }
  .pt-md-50p {
    padding-top: 50px;
  }
  .pt-md-80p {
    padding-top: 80px;
  }
  .mb-md-60p {
    margin-bottom: 60px;
  }
  .mb-md-80p {
    margin-bottom: 80px;
  }
  .py-md-60p {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-md-80p {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-md-90p {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .h-md-734p {
    height: 734px;
  }
  .pt-md-77p {
    padding-top: 77px;
  }
  .w-md-100 {
    width: 100%;
  }
  .h-md-100 {
    height: 100%;
  }
  .w-md-60 {
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1700px) {
  .fs-l-16p {
    font-size: 16px;
  }
  .fs-l-28p {
    font-size: 28px;
  }
  .fs-l-40p {
    font-size: 40px;
  }
  .fs-l-45p {
    font-size: 45px;
  }
  .fs-l-50p {
    font-size: 50px !important;
  }
}
/* large laptop */
@media only screen and (min-width: 1701px) {
  .fs-xl-54p {
    font-size: 54px !important;
  }
  .fs-xl-18p {
    font-size: 18px;
  }
  .fs-xl-35p {
    font-size: 35px;
  }
  .fs-xl-40p {
    font-size: 40px;
  }
  .fs-xl-45p {
    font-size: 45px;
  }
  .fs-xl-50p {
    font-size: 50px;
  }
  .fs-xl-55p {
    font-size: 55px;
  }
  .fs-xl-60p {
    font-size: 60px;
  }
  .fs-xl-65p {
    font-size: 65px;
  }
  .fs-xl-75p {
    font-size: 75px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-sm-md-center {
    text-align: center !important;
  }
  .justify-content-center-sm-md {
    justify-content: center !important;
  }
}
@media only screen and (min-width: 1201px) {
  .font-weight-regular-xl {
    font-weight: 400 !important;
  }
  .pb-xl-60p {
    padding-bottom: 60px !important;
  }
  .py-xl-80p {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-xl-40p {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .my-xl-6 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .ms-xl-7 {
    margin-left: 170px;
  }
  .mb-xl-7 {
    margin-bottom: 170px;
  }
  .mb-xl-10p {
    margin-bottom: 10px;
  }
  .mx-xl-6 {
    margin-right: 96px;
    margin-left: 96px;
  }
  .ms-xl-54p {
    margin-left: 54px;
  }
  .mx-xl-54p {
    margin-right: 54px;
    margin-left: 54px;
  }
  .mx-xl-14p {
    margin-right: 10px;
    margin-left: 10px;
  }
  .ms-xl-12p {
    margin-left: 12px;
  }
  .rounded-xl-20p {
    border-radius: 20px !important;
  }
  .border-xl {
    border: 1px solid #dee2e6 !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .py-xl-7 {
    padding-top: 142px !important;
    padding-bottom: 142px !important;
  }
  .ms-xl-20p {
    margin-left: 20px;
  }
  .ms-xl-30p {
    margin-left: 30px;
  }
  .me-xl-40p {
    margin-right: 40px;
  }
  .me-xl-50p {
    margin-right: 50px;
  }
  .me-xl-100p {
    margin-right: 100px;
  }
  .me-xl-120p {
    margin-right: 120px;
  }
  .me-xl-140p {
    margin-right: 140px;
  }
  .mt-xl-80p {
    margin-top: 80px;
  }
  .mt-xl-58p {
    margin-top: 58px;
  }
  .mt-xl-32p {
    margin-top: 32px;
  }
  .mt-xl-24p {
    margin-top: 24px;
  }
  .mb-xl-35p {
    margin-bottom: 35px;
  }
  .mb-xl-30p {
    margin-bottom: 30px;
  }
  .mb-xl-48p {
    margin-bottom: 48px;
  }
  .mb-xl-18p {
    margin-bottom: 18px;
  }
  .mb-xl-20p {
    margin-bottom: 20px;
  }
  .mb-xl-24p {
    margin-bottom: 24px;
  }
  .mb-xl-40p {
    margin-bottom: 40px;
  }
  .mb-xl-50p {
    margin-bottom: 50px;
  }
  .mb-xl-53p {
    margin-bottom: 53px;
  }
  .pt-xl-40p {
    padding-top: 40px;
  }
  .pt-xl-50p {
    padding-top: 50px;
  }
  .pt-xl-80p {
    padding-top: 80px;
  }
  .mb-xl-60p {
    margin-bottom: 60px;
  }
  .mb-xl-80p {
    margin-bottom: 80px;
  }
  .py-xl-60p {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-xl-80p {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-xl-90p {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .h-xl-734p {
    height: 734px;
  }
  .pt-xl-77p {
    padding-top: 77px;
  }
  .w-xl-100 {
    width: 100%;
  }
  .h-xl-100 {
    height: 100%;
  }
  .w-xl-60 {
    width: 60%;
  }
}
.bg-navy-blue {
  background-color: #131522;
}

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

@media only screen and (max-width: 767px) {
  .mx-sm-5p {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .mx-sm-10p {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .fs-sm-10p {
    font-size: 10px !important;
  }
  .pe-sm-35p {
    padding-right: 35px !important;
  }
  .pe-sm-27p {
    padding-right: 27px !important;
  }
  .pe-sm-20p {
    padding-right: 20px !important;
  }
  .pe-sm-10p {
    padding-right: 10px !important;
  }
  .pe-sm-15p {
    padding-right: 15px !important;
  }
  .pe-sm-30p {
    padding-right: 30px !important;
  }
  .pe-sm-10p {
    padding-right: 10px !important;
  }
  #form-card1 .error-message,
  #form-card1 .success-message {
    font-size: 14px;
  }
  .fs-sm-11p {
    font-size: 11px !important;
  }
  .fs-sm-12p {
    font-size: 12px !important;
  }
  .fs-sm-13p {
    font-size: 13px !important;
  }
  .fs-sm-14p {
    font-size: 14px !important;
  }
  .fs-sm-15p {
    font-size: 15px !important;
  }
  .fs-sm-16p {
    font-size: 16px !important;
  }
  .fs-sm-18p {
    font-size: 18px !important;
  }
  .fs-sm-24p {
    font-size: 24px !important;
  }
  .fs-sm-18p {
    font-size: 18px !important;
  }
  .fs-sm-38p {
    font-size: 38px !important;
  }
  .fs-sm-36p {
    font-size: 36px !important;
  }
  .fs-sm-40p {
    font-size: 40px !important;
  }
  .mt-sm-33p {
    margin-top: 33px;
  }
  .mb-sm-10p {
    margin-bottom: 10px !important;
  }
  .mb-sm-11p {
    margin-bottom: 11px !important;
  }
  .mb-sm-12p {
    margin-bottom: 12px !important;
  }
  .mb-sm-14p {
    margin-bottom: 14px !important;
  }
  .mb-sm-20p {
    margin-bottom: 20px !important;
  }
  .mb-sm-24p {
    margin-bottom: 24px !important;
  }
  .mb-sm-28p {
    margin-bottom: 28px !important;
  }
  .mb-sm-32p {
    margin-bottom: 32px !important;
  }
  .mb-sm-50p {
    margin-bottom: 50px !important;
  }
  .text-sm-center1 {
    text-align: center !important;
  }
  .justify-content-center-sm {
    justify-content: center !important;
  }
  .py-sm-40p {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-sm-28p {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .py-sm-24p {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .py-sm-35p {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pb-sm-28p {
    padding-bottom: 28px;
  }
  .mt-sm-28p {
    margin-top: 28px;
  }
  .pt-sm-14p {
    padding-top: 14px;
  }
  .pt-sm-28p {
    padding-top: 28px;
  }
  .pb-sm-24p {
    padding-bottom: 24px;
  }
  .pt-sm-38p {
    padding-top: 40px !important;
  }
  .pt-sm-40p {
    padding-top: 40px !important;
  }
  .pt-sm-100p {
    padding-top: 100px !important;
  }
  .pt-sm-110p {
    padding-top: 110px !important;
  }
  .pt-sm-41p {
    padding-top: 41px !important;
  }
  .font-weight-sm-medium {
    font-weight: 500 !important;
  }
}
#return-to-top {
  display: none;
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 100;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  #return-to-top {
    display: none;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 100;
    cursor: pointer;
  }
}
.side-bar {
  width: 376px;
  height: 375px;
  background-color: rgb(246, 249, 252);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 44%;
  left: -376px;
  z-index: 11155;
  transition: all 0.6s ease-in;
}
.side-bar .inside {
  padding-left: 20px;
  padding-right: 21px;
}
.side-bar .side-display-tag {
  position: absolute;
  width: 150px;
  transform: rotate(-90deg);
  right: -100px;
  bottom: 159px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(46, 71, 93);
  cursor: pointer;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.side-bar .side-display-tag .discount-text {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 11px 14px 14px 11px;
}
.side-bar .side-display-tag .discount-text span {
  color: #cc1e20;
}
.side-bar .side-display-tag .chevron-box {
  height: 100%;
  padding: 14px 16px;
  background-color: #fe7538;
}
.side-bar .side-body h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #213343;
}
.side-bar .side-body input,
.side-bar .side-body select {
  height: 40px;
  font-size: 14px;
  margin-bottom: 8px !important;
  color: #858592;
}
.side-bar .side-body .intltl {
  font-size: 14px;
  margin-bottom: 8px !important;
}
.side-bar .side-body .gradient-btn {
  width: 221px;
  height: 43px;
  color: white;
  font-size: 14px;
  margin-top: 14px;
}
.side-bar .side-body .iti.iti--allow-dropdown {
  width: 100%;
}
.side-bar.active {
  left: 0;
}

.call-bar {
  width: 372px;
  height: 265px;
  background-color: rgb(246, 249, 252);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 35%;
  left: -372px;
  z-index: 11155;
  transition: all 0.6s ease-in;
}
.call-bar .inside {
  padding-right: 55px;
  padding-left: 21px;
}
.call-bar .side-display-tag-call {
  position: absolute;
  width: 115px;
  transform: rotate(-90deg);
  right: -81px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #cc1e20;
  cursor: pointer;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 15px;
}
.call-bar .side-display-tag-call .discount-text {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  margin: 11px 14px 14px 11px;
}
.call-bar .side-display-tag-call .discount-text span {
  color: #cc1e20;
}
.call-bar .side-display-tag-call .chevron-box {
  height: 100%;
  padding: 14px 16px;
  background-color: #fe7538;
}
.call-bar .side-display-tag-call .chevron-box img {
  transform: rotate(-180deg);
}
.call-bar .side-body h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #213343;
}
.call-bar .side-body input,
.call-bar .side-body select {
  height: 40px;
  font-size: 14px;
  margin-bottom: 8px !important;
  color: #858592;
}
.call-bar .side-body .intltl {
  font-size: 14px;
  margin-bottom: 8px !important;
}
.call-bar .side-body .gradient-btn {
  width: 221px;
  height: 43px;
  color: white;
  font-size: 14px;
  margin-top: 14px;
}
.call-bar .side-body .iti.iti--allow-dropdown {
  width: 100%;
}
.call-bar.active {
  left: 0;
}

.mobile-contact-bar {
  width: 372px;
  padding-block: 30px;
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgb(246, 249, 252);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 35%;
  left: -372px;
  z-index: 11155;
  transition: all 0.6s ease-in;
}
.mobile-contact-bar .inside {
  padding-right: 55px;
  padding-left: 21px;
}
.mobile-contact-bar .side-display-tag-call {
  position: absolute;
  width: 140px;
  transform: rotate(-90deg);
  right: -98px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #cc1e20;
  cursor: pointer;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 15px;
}
.mobile-contact-bar .side-display-tag-call .discount-text {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  margin: 11px 14px 14px 11px;
}
.mobile-contact-bar .side-display-tag-call .discount-text span {
  color: #cc1e20;
}
.mobile-contact-bar .side-display-tag-call .chevron-box {
  height: 100%;
  padding: 14px 16px;
  background-color: #fe7538;
}
.mobile-contact-bar .side-display-tag-call .chevron-box img {
  transform: rotate(-180deg);
}
.mobile-contact-bar .side-body h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #213343;
}
.mobile-contact-bar .side-body input,
.mobile-contact-bar .side-body select {
  height: 40px;
  font-size: 14px;
  margin-bottom: 8px !important;
  color: #858592;
}
.mobile-contact-bar .side-body .intltl {
  font-size: 14px;
  margin-bottom: 8px !important;
}
.mobile-contact-bar .side-body .gradient-btn {
  width: 221px;
  height: 43px;
  color: white;
  font-size: 14px;
  margin-top: 14px;
}
.mobile-contact-bar .side-body .iti.iti--allow-dropdown {
  width: 100%;
}
.mobile-contact-bar #contactbar-form {
  display: flex;
  flex-direction: column;
  row-gap: 11px;
  align-items: center;
}
.mobile-contact-bar #contactbar-form .custom-input,
.mobile-contact-bar #contactbar-form .custom-input_text,
.mobile-contact-bar #contactbar-form .custom-file-upload {
  border-width: 1px;
  border-color: rgb(29, 37, 45);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  width: 100%;
}
.mobile-contact-bar #contactbar-form .custom-input,
.mobile-contact-bar #contactbar-form .custom-input_text {
  padding-left: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.mobile-contact-bar #contactbar-form .custom-input {
  height: 47px;
}
.mobile-contact-bar #contactbar-form .custom-input_text {
  height: 119px;
}
.mobile-contact-bar #contactbar-form .custom-input::-moz-placeholder, .mobile-contact-bar #contactbar-form .custom-input_text::-moz-placeholder {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.502);
  line-height: 1.6;
}
.mobile-contact-bar #contactbar-form .custom-input::placeholder,
.mobile-contact-bar #contactbar-form .custom-input_text::placeholder {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.502);
  line-height: 1.6;
}
.mobile-contact-bar #contactbar-form .custom-file-upload {
  height: 235px;
  font-size: 19px;
  color: rgba(0, 0, 0, 0.502);
  line-height: 1.211;
  padding-top: 17px;
  padding-inline: 40px;
  position: relative;
}
.mobile-contact-bar #contactbar-form .custom-file-upload::before {
  content: "";
  position: absolute;
  left: 44%;
  top: 55%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  background: url("/new_assets/images/form_plus.webp") no-repeat center center;
  background-size: contain;
}
.mobile-contact-bar #contactbar-form #file-upload {
  display: none;
}
.mobile-contact-bar #contactbar-form .error {
  border-color: red !important;
}
.mobile-contact-bar #contactbar-form button {
  border-radius: 5px;
  background-color: #cc1e20;
  width: 319px;
  height: 49px;
  border: unset;
  font-size: 23px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.mobile-contact-bar #contactbar-form button .loader {
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid rgb(255, 255, 255);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30%;
  left: 84px;
  transform: translate(-50%, -50%);
  animation: spin 1s linear infinite;
  display: none;
}
.mobile-contact-bar #contactbar-form button.loading .loader {
  display: block;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mobile-contact-bar.active {
  left: 0;
}

.black-layout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.82);
  z-index: 1111;
  display: none;
  transition: all 0.6s fade;
  cursor: pointer;
}
.black-layout.active {
  display: block;
}

.black-layout-2 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.82);
  z-index: 1111;
  display: none;
  transition: all 0.6s fade;
  cursor: pointer;
}
.black-layout-2.active {
  display: block;
}

.below-service {
  margin-top: 100px;
}
.below-service h2 {
  font-size: 32px;
  line-height: 44px;
  color: #213343;
  margin: 0 auto;
  margin-bottom: 18px;
  font-weight: 600;
  max-width: 1100px;
  text-align: center;
}
.below-service h2 span {
  font-weight: 700;
  color: #fe7538;
}
.below-service .details {
  font-size: 16px;
  line-height: 28px;
  color: #213343;
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 883px;
  font-weight: 300;
  text-align: center;
}
.below-service .details span {
  font-weight: 400;
}
.below-service .w-block {
  width: 420px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.below-service .w-block .cta-card {
  display: block;
}
.below-service .w-block .cta-card img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.below-service .w-block .cta-card p {
  font-size: 16px;
  line-height: 1;
  color: #213343;
  text-align: center;
}
.below-service .w-block .cta-card p:nth-child(2) {
  font-weight: 500;
  margin-bottom: 10px;
}
.below-service .w-block .cta-card p:nth-child(3) {
  font-weight: 400;
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .below-service {
    margin-top: 40px;
  }
  .below-service h2 {
    font-size: 20px;
    line-height: 28px;
    color: #213343;
    margin: 0 auto;
    margin-bottom: 18px;
    font-weight: 600;
    max-width: 335px;
    text-align: center;
  }
  .below-service h2 span {
    font-weight: 700;
    color: #fe7538;
  }
  .below-service .details {
    font-size: 14px;
    line-height: 24px;
    color: #213343;
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 883px;
    font-weight: 300;
    text-align: center;
  }
  .below-service .details span {
    font-weight: 400;
  }
  .below-service .w-block {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .below-service .w-block .cta-card {
    display: block;
  }
  .below-service .w-block .cta-card img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    height: 35px;
  }
  .below-service .w-block .cta-card p {
    font-size: 14px;
    line-height: 1;
    color: #213343;
    text-align: center;
  }
  .below-service .w-block .cta-card p:nth-child(2) {
    font-weight: 500;
    margin-bottom: 5px;
  }
  .below-service .w-block .cta-card p:nth-child(3) {
    font-weight: 400;
    margin-bottom: 0px;
  }
}
.toast-container {
  z-index: 100000;
}

.mt-100p {
  margin-top: 100px !important;
}

.mr-250p {
  margin-right: 250px !important;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .call-bar {
    width: 372px;
    height: 265px;
    background-color: rgb(246, 249, 252);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 35%;
    left: -372px;
    z-index: 11155;
    transition: all 0.6s ease-in;
  }
  .call-bar .side-display-tag-call {
    position: absolute;
    width: 115px;
    transform: rotate(-90deg);
    right: -81px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #cc1e20;
    cursor: pointer;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 35px;
  }
  .call-bar .side-display-tag-call .discount-text {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    margin: 11px 14px 14px 11px;
  }
  .call-bar .side-display-tag-call .discount-text span {
    color: #cc1e20;
  }
  .call-bar .side-display-tag-call .chevron-box {
    height: 100%;
    padding: 14px 16px;
    background-color: #fe7538;
  }
  .call-bar .side-display-tag-call .chevron-box img {
    transform: rotate(-180deg);
  }
}
@media only screen and (max-width: 450px) {
  .mobile-contact-bar {
    width: 230px;
    padding-block: 30px;
    height: -moz-fit-content;
    height: fit-content;
    background-color: rgb(246, 249, 252);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 35%;
    left: -233px;
    z-index: 11155;
    transition: all 0.6s ease-in;
  }
  .mobile-contact-bar .inside {
    padding-right: 15px;
    padding-left: 15px;
  }
  .mobile-contact-bar .side-display-tag-call {
    position: absolute;
    width: 140px;
    transform: rotate(-90deg);
    right: -98px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #cc1e20;
    cursor: pointer;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 15px;
  }
  .mobile-contact-bar .side-display-tag-call .discount-text {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    margin: 11px 14px 14px 11px;
  }
  .mobile-contact-bar .side-display-tag-call .discount-text span {
    color: #cc1e20;
  }
  .mobile-contact-bar .side-display-tag-call .chevron-box {
    height: 100%;
    padding: 14px 16px;
    background-color: #fe7538;
  }
  .mobile-contact-bar .side-display-tag-call .chevron-box img {
    transform: rotate(-180deg);
  }
  .mobile-contact-bar .side-body h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #213343;
  }
  .mobile-contact-bar .side-body input,
  .mobile-contact-bar .side-body select {
    height: 40px;
    font-size: 14px;
    margin-bottom: 8px !important;
    color: #858592;
  }
  .mobile-contact-bar .side-body .intltl {
    font-size: 14px;
    margin-bottom: 8px !important;
  }
  .mobile-contact-bar .side-body .gradient-btn {
    width: 221px;
    height: 43px;
    color: white;
    font-size: 14px;
    margin-top: 14px;
  }
  .mobile-contact-bar .side-body .iti.iti--allow-dropdown {
    width: 100%;
  }
  .mobile-contact-bar #contactbar-form {
    display: flex;
    flex-direction: column;
    row-gap: 11px;
    align-items: center;
  }
  .mobile-contact-bar #contactbar-form .custom-input,
  .mobile-contact-bar #contactbar-form .custom-input_text,
  .mobile-contact-bar #contactbar-form .custom-file-upload {
    border-width: 1px;
    border-color: rgb(29, 37, 45);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    width: 100%;
  }
  .mobile-contact-bar #contactbar-form .custom-input,
  .mobile-contact-bar #contactbar-form .custom-input_text {
    padding-left: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .mobile-contact-bar #contactbar-form .custom-input {
    height: 47px;
  }
  .mobile-contact-bar #contactbar-form .custom-input_text {
    height: 119px;
  }
  .mobile-contact-bar #contactbar-form .custom-input::-moz-placeholder, .mobile-contact-bar #contactbar-form .custom-input_text::-moz-placeholder {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.502);
    line-height: 1.6;
  }
  .mobile-contact-bar #contactbar-form .custom-input::placeholder,
  .mobile-contact-bar #contactbar-form .custom-input_text::placeholder {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.502);
    line-height: 1.6;
  }
  .mobile-contact-bar #contactbar-form .custom-file-upload {
    height: 235px;
    font-size: 19px;
    color: rgba(0, 0, 0, 0.502);
    line-height: 1.211;
    padding-top: 17px;
    padding-inline: 40px;
    position: relative;
  }
  .mobile-contact-bar #contactbar-form .custom-file-upload::before {
    content: "";
    position: absolute;
    left: 44%;
    top: 55%;
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    background: url("/new_assets/images/form_plus.webp") no-repeat center center;
    background-size: contain;
  }
  .mobile-contact-bar #contactbar-form #file-upload {
    display: none;
  }
  .mobile-contact-bar #contactbar-form .error {
    border-color: red !important;
  }
  .mobile-contact-bar #contactbar-form button {
    border-radius: 5px;
    background-color: #cc1e20;
    width: 100%;
    height: 49px;
    border: unset;
    font-size: 23px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1;
    position: relative;
  }
  .mobile-contact-bar #contactbar-form button .loader {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid rgb(255, 255, 255);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 30%;
    left: 84px;
    transform: translate(-50%, -50%);
    animation: spin 1s linear infinite;
    display: none;
  }
  .mobile-contact-bar #contactbar-form button.loading .loader {
    display: block;
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .mobile-contact-bar.active {
    left: 0;
  }
}/*# sourceMappingURL=style.css.map */


