.blog-button1,
.blog_button-container,
.ecc-captcha,
.ecc-email-modal-content,
.logo-ms,
.menuTitel-logo,
.text-logo p,
p.heading {
    text-align: center
}

.form-control:focus,
.nav label:focus {
    outline: 0
}

#navBg ul li,
#navBg>ul>li>a {
    position: relative
}

.logo-ms a,
a[href="#"] {
    text-decoration: none !important
}

.hero-bottom-margin,
.trustpilot-widget {
    margin-bottom: 10vh
}

.color-one {
    color: #3daffe;
    cursor: pointer
}

.color-five:hover,
.color-four:hover,
.color-one:hover,
.color-seven:hover,
.color-six:hover,
.color-three:hover,
.color-two:hover {
    color: #fff !important
}

.color-two {
    color: #b998fd
}

.color-three {
    color: #ef9cfe
}

.color-four {
    color: #fee32a
}

.color-five {
    color: #fe84f1
}

.color-six {
    color: #01adfd
}

.color-seven {
    color: #02fef5
}

.form-check-input-block,
.nav {
    display: block !important
}

.bg-black {
    background-color: #000
}

.color-white {
    color: #fff
}

.color-red {
    color: red
}

.textarea-height {
    height: 100px
}

.display-none {
    display: none
}

.mobile-margin-top {
    margin-top: 5vh
}

.mobile-thumb-img-0 {
    cursor: pointer;
    width: 100%
}

.mobile-thumb-img-260 {
    cursor: pointer;
    width: 100%;
    height: 260px;
    object-fit: cover
}

.mobile-thumb-img-500 {
    cursor: pointer;
    width: 100%;
    height: 500px
}

.animation-duration {
    animation-duration: 30s
}

.banner-image-padding {
    padding-top: 60px;
    padding-bottom: 60px
}

.gif-img-width-100 {
    width: 100%
}

.height-200 {
    height: 200px
}

.blog-button1 {
    margin-top: 40px;
    background: #25272d;
    padding: 10px 20px;
    width: 240px;
    height: 50px;
    overflow: hidden;
    transition: .3s;
    cursor: pointer;
    border-radius: 25px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    font-size: 22px;
    color: #fff;
    line-height: 32px;
    font-family: AcehRegular;
    text-decoration: none;
    display: inline-block;
    border: none
}

#navBg ul.submenu,
#navBg>ul>li>a {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.blog-button1:hover,
.drawer-btn:hover {
    background: #0b83fe;
    color: #fff
}

#blog-cont,
#blog-cont2,
#blog-cont3,
#blog-cont4,
#blog-cont5,
#blog-cont6,
.ecc_email_form .col-form-label {
    display: flex
}

#blog-cont10,
#blog-cont11,
#blog-cont12,
#blog-cont7,
#blog-cont8,
#blog-cont9 {
    display: flex;
    flex-direction: column
}

@media (max-width:768px) {
    .nav {
        display: none !important
    }

    .ecc-email-modal-content {
        width: 100%
    }

    .dropdown-nav_cross_right {
        z-index: 9999
    }

    .modal-fullscreen-sm-down {
        height: auto
    }
}

@media screen and (max-width:1024px) {

    .form-control:focus,
    .nav label:focus {
        outline: 0
    }

    #navBg ul li,
    #navBg>ul>li>a {
        position: relative
    }

    .logo-ms a,
    a[href="#"] {
        text-decoration: none !important
    }

    .hero-bottom-margin,
    .trustpilot-widget {
        margin-bottom: 10vh
    }

    .color-one {
        color: #3daffe;
        cursor: pointer
    }

    .color-five:hover,
    .color-four:hover,
    .color-one:hover,
    .color-seven:hover,
    .color-six:hover,
    .color-three:hover,
    .color-two:hover {
        color: #fff !important
    }

    .color-two {
        color: #b998fd
    }

    .color-three {
        color: #ef9cfe
    }

    .color-four {
        color: #fee32a
    }

    .color-five {
        color: #fe84f1
    }

    .color-six {
        color: #01adfd
    }

    .color-seven {
        color: #02fef5
    }

    .form-check-input-block,
    .nav {
        display: block !important
    }

    .bg-black {
        background-color: #000
    }

    .color-white {
        color: #fff
    }

    .color-red {
        color: red
    }

    .textarea-height {
        height: 100px
    }

    .display-none {
        display: none
    }

    .mobile-margin-top {
        margin-top: 5vh
    }

    .mobile-thumb-img-0 {
        cursor: pointer;
        width: 100%
    }

    .mobile-thumb-img-260 {
        cursor: pointer;
        width: 100%;
        height: 260px;
        object-fit: cover
    }

    .mobile-thumb-img-500 {
        cursor: pointer;
        width: 100%;
        height: 500px
    }

    .animation-duration {
        animation-duration: 30s
    }

    .banner-image-padding {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .gif-img-width-100 {
        width: 100%
    }

    .height-200 {
        height: 200px
    }

    .blog-button1 {
        margin-top: 40px;
        background: #25272d;
        padding: 10px 20px;
        width: 240px;
        height: 50px;
        overflow: hidden;
        transition: .3s;
        cursor: pointer;
        border-radius: 25px;
        box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
        font-size: 22px;
        color: #fff;
        line-height: 32px;
        font-family: AcehRegular;
        text-decoration: none;
        display: inline-block;
        border: none
    }

    #navBg ul.submenu,
    #navBg>ul>li>a {
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out
    }

    .blog-button1:hover,
    .drawer-btn:hover {
        background: #0b83fe;
        color: #fff
    }

    #blog-cont,
    #blog-cont2,
    #blog-cont3,
    #blog-cont4,
    #blog-cont5,
    #blog-cont6,
    .ecc_email_form .col-form-label {
        display: flex
    }

    #blog-cont10,
    #blog-cont11,
    #blog-cont12,
    #blog-cont7,
    #blog-cont8,
    #blog-cont9 {
        display: flex;
        flex-direction: column
    }
}

@media screen and (max-width:768px) {
    .blog-button1 {
        line-height: 16px;
        width: 170px;
        height: 40px
    }
}

menu menu span,
nav {
    display: block
}

#navBg ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#navBg>ul>li {
    display: inline-block;
    padding: 0 6px
}

.header #navBg>ul>li>a {
    line-height: 100px
}

#navBg ul.submenu>li>a,
.top-nav.dropdown-btn.drop-active {
    display: block;
    text-decoration: none;
    line-height: 30px;
    margin: 0 auto
}

#navBg>ul>li.home>a {
    color: #18ba60
}

#navBg>ul>li>a {
    display: block;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    color: #222;
    text-decoration: none;
    font-size: 14px;
    margin: 0 15px;
    font-weight: 600;
    transition: .3s ease-in-out
}

#navBg ul.submenu {
    position: absolute;
    left: 0;
    top: 200%;
    width: max-content;
    background-color: #fff;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
    border-radius: 10px;
    padding: 12px 25px;
    box-shadow: rgba(0, 0, 0, .05) 0 0 0 1px
}

#navBg ul.submenu li:first-child {
    border-top: none
}

#navBg ul li ul li {
    margin-left: 0
}

#navBg ul.submenu>li>a {
    color: #000;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

#navBg ul.submenu>li>a:hover,
.top-nav.dropdown-btn.drop-active:hover {
    color: #0b84fe
}

#navBg ul li:hover>ul.submenu {
    top: 140%;
    opacity: 1;
    visibility: visible
}

.mobile-header {
    background: rgba(0, 0, 0, .9);
    height: 50px;
    width: 100%
}

.row:after {
    clear: both;
    content: "";
    display: table
}

.mobile-nav-toggle {
    position: relative;
    min-height: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px
}

.mobile-nav-toggle span {
    font-family: fontAwesome;
    font-size: 20px;
    color: #fff
}

.menu-toggle,
.mobile-nav-toggle span:hover,
.mobile-top-bar .mobile-nav-toggle.close:hover {
    cursor: pointer
}

.mobile-nav-toggle span i {
    display: block;
    height: 20px;
    width: 100%
}

.mobile-nav-toggle span i:first-child {
    margin-top: 0
}

.mobile-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 30px 50px 10px
}

.ecc-email-modal,
.navigation {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%
}

.mobile-top-bar .mobile-nav-toggle.close {
    color: #fff;
    height: 25px;
    text-align: center;
    width: 35px
}

.main-navigation {
    padding: 50px
}

.logo-ms img {
    padding-right: 5px;
    width: 25px;
    margin-top: -4px
}

.logo-ms a {
    font-family: RalewayBlod !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important
}

.drawer-input,
.drawer-label,
.text-logo p {
    font-family: Aceh, sans-serif !important
}

.navigation {
    transition: right .4s linear;
    background: #000;
    overflow: auto;
    right: -100%;
    z-index: 3
}

.navigation.open {
    right: 0
}

.mobile-nav-open {
    overflow: hidden
}

@media screen and (min-width:1025px) {
    .mobile-nav-toggle {
        display: none
    }
}

a[href="#"] {
    opacity: .6;
    cursor: not-allowed
}

.ecc-email-modal-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column
}

.drawer-form input[type=text] {
    background: 0 0 !important;
    border-radius: 20px;
    border: 1px solid #494848;
    color: #afafaf !important
}

.iti input[type=tel] {
    color: #afafaf !important
}

.drawer-form input[type=email] {
    background: 0 0 !important;
    border-radius: 20px;
    border: 1px solid #494848;
    color: #afafaf
}

.text-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.text-logo img {
    width: 26.21px;
    margin: 20.29px 10.27px -18.81px 9.52px;
    height: 24.42px
}

.text-logo p {
    font-weight: 600;
    white-space: nowrap;
    transform: rotate(270deg)
}

.menuTitel {
    display: flex;
    height: 7vh;
    gap: 4px;
    top: -31px;
    border: 1px solid #252525;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: #2d2d2d;
    border-radius: 0 12px 0 0
}

.menu {
    overflow: auto
}

.menuTitel img {
    padding: 5px;
    width: 40px;
    height: 40px
}

p.heading {
    margin-bottom: 0;
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    font-family: Raleway, sans-serif !important
}

#left-menu,
input[type=reset] {
    display: none !important
}

.nav span {
    cursor: default
}

.nav,
.nav .nav {
    /* min-height: 200px;
    padding-top: 30px;
    position: fixed;
    top: 67px;
    height: 95vh;
    transition: transform .8s ease-in-out;
    width: 30vw;
    z-index: 9999999;
    border-radius: 12px 12px 12px 0 */
    padding-top: 30px;
    position: fixed;
    top: 67px;
    transition: transform 0.8s ease-in-out;
    width: 550px;
    z-index: 9999999;
    border-radius: 0px 12px 12px 0px;
}

.nav.left-navigation,
.nav.left-navigation nav {
    background: #252525;
    color: #fff;
    left: 0;
    transform: translateX(-550px)
}

.nav label {
    font-weight: 400;
    margin: 0
}

.nav label.menu-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    padding: 0;
    top: 468px;
    position: absolute;
    width: 46px;
    border-radius: 0 0 15px;
    margin-top: -60px
}

.nav label.menu-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    line-height: 0;
    top: 215px;
    padding: 0;
    position: absolute;
    width: 46px;
    border-radius: 0 15px 0 0
}

.nav.left-navigation label.menu-toggle {
    background: #2d2d2d;
    right: -46px
}

.nav.left-navigation label.menu-toggle:hover {
    background: #4ea9f6
}

.nav.left-navigation label.menu-text {
    cursor: pointer;
    background: #0b84fe;
    right: -46px !important;
    height: 205px
}

nav.left-navigation label.menu-text>h1 {
    height: 20px;
    color: #f7f7f7
}

.nav label.menu-toggle>img {
    display: block;
    width: 50%;
    height: 50%;
    object-fit: contain;
    filter: invert(100%);
    -webkit-filter: invert(100%)
}

.nav menu {
    margin: 0;
    padding-bottom: 2.5vh;
    padding-left: 0
}

input[type=checkbox]:checked~.nav {
    transform: translateX(0)
}

.introduction {
    background: #f7f7f7;
    border-radius: .5em;
    box-shadow: 0 .5em .5em 0 #999;
    padding: 2em
}

.drawer-form {
    display: flex;
    align-items: center;
    color: #a1a1a1;
    width:100%;
  }

.drawer-label {
    flex: 10%;
    padding-bottom: 20px;
    font-size: 16px
}

.drawer-form-body {
    /* height: 90vh;
    overflow-y: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px; */
    width: 100%;
    overflow-x: hidden;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
}

.drawer-form-body .iti {
    width: 52%;
    margin-bottom: 20px
}

.drawer-input {
    width: 100% !important;
    background: 0 0 !important;
    flex: 15% !important;
    border: 1px solid #2f2f2f !important;
    border-radius: 26px !important;
    padding: 6px 15px !important;
    font-size: 16px !important;
    margin-bottom: 20px !important
}

.drawer-select,
.drawer-width-add label.menu-text {
    background: #252525 !important
}

.drawer-select,
.drawer-textarea {
    border: 1px solid #2f2f2f;
    font-size: 14px
}

.drawer-btn,
.drawer-select,
.drawer-textarea {
    font-family: Aceh, sans-serif !important;
    margin-bottom: 20px;
    width: 100%
}

#phone-drawer {
    padding-right: 6px !important;
    padding-left: 52px !important
}

.drawer-select {
    color: #a1a1a1;
    border-radius: 26px;
    padding: 10px 15px
}

.drawer-textarea {
    background: 0 0 !important;
    border-radius: 26px;
    padding: 20px 20px 70px;
    color: #afafaf !important
}

.drawer-btn {
    background: #2d2d2d;
    color: #fff;
    border: 1px solid #2f2f2f;
    border-radius: 26px;
    padding: 9px 15px;
    font-size: 16px
}

.drawer-input:focus,
.drawer-select:focus,
.drawer-textarea:focus {
    outline: 0;
    border: 1px solid #5a5a5adf
}

.drawer-form-body::-webkit-scrollbar {
    background-color: #2d2d2d;
}


.drawer-textarea::-webkit-scrollbar {
    display: none
}

.nav menu::-webkit-scrollbar {
    display: none
}

select.select-icon {
    -webkit-appearance: none
}

.drawer-checkbox-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    color: #a1a1a1;
    margin-bottom: 12px
}

.madatory-feild,
.mandatory-feild {
    color: red;
    padding: 0 5px
}

.ecc-email-modal-content {
    display: flex;
    align-items: center;
    flex-direction: column
}

.ecc-email-modal {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999999999999999999999999999;
    left: 0;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4)
}

.ecc-email-modal-content {
    background-color: #fefefe;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 200px 24px;
    border: 1px solid #888;
    width: 35%;
    border-radius: 15px;
    display: flex;
    height: 30%;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    font-family: Montserrat
}

.ecc-email-close {
    position: absolute;
    top: 2px;
    right: 25px;
    font-size: 55px;
    color: #aaa;
    cursor: pointer
}

.ecc-email-close:hover {
    color: #000
}

#ecc-email-modal-status {
    font-weight: 900
}

.ecc-email-modal-content a {
    text-decoration: underline;
    color: #888
}

#ecc-email-modal-message {
    color: #888
}

.ecc-email-submit-btn {
    border: none;
    background: 0 0;
    cursor: pointer;
    width: 100%
}

.contact-checkbox-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 6px;
    margin-bottom: 16px
}

.ecc-captcha {
    margin-bottom: 16px
}

.footer-middle-btnText2 {
    font-size: 22px !important;
    color: #fff !important;
    margin: 0 !important;
    border-radius: 25px;
    background-color: #0b83fe !important
}

.modal-content {
    background-color: #1a1a1a;
    color: #fff
}

.form-control,
.form-control:focus {
    color: #efeff0;
    background: 0;
    border-color: #2f2f2f
}

.form-check-input {
    background-color: #a5a5a5
}

.blog-headline {
    -webkit-line-clamp: 4;
    height: 100px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600
}

.dropdown-nav_cross_right {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.ecc-etg-btn-container button:hover {
    background-color: #81e56d
}

.eec-contact-checkbox-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 6px;
    margin-bottom: 16px
}

/* new amazon */
.amazon-heading-with-text-two h3{
    margin-bottom: 1vh;
    font-size: 30px;
    font-family: RalewayBlod;
    /* text-align: center; */
  }
.pre-request-right.faqs{flex-basis: 100%;
    padding: 35px;}

.amazon-custom-row .amazon-heading-with-text h1{text-align: center;}

.pre-request-right.faqs ul.circle-checkmark li::before {
    border: 10px solid #0b83fe;

}
.pre-request-right.faqs ul li {
    font-family: Montserrat, sans-serif;
    line-height: 45px;
    padding: 20px 20px 20px 50px;
    font-weight: 300;
}

.pre-request-mobile.faqs ul li{font-family: Montserrat, sans-serif;font-weight: 300;
    padding: 10px 0 0 20px; line-height: 45px; font-size: 20px;font-weight: 300;
    border-radius: 10px;box-shadow: rgba(99,99,99,.2) 0 2px 8px 0;margin-bottom: 20px;
}

.amazon-heading-with-text-three li{
    font-family: Montserrat, sans-serif;
    line-height: 45px;
    font-weight: 300;
}
.wayfair-bg-color {
    background-color: #7F197F;
  }
.etsy-bg-color {
    background-color: #F1641E;
  }
@media screen and (min-width:1700px) {
    .pre-request-right ul.circle-checkmark li::after {left: -.25%;}
}

/* end new amazon */

@media screen and (max-width:480px) {
    .main-navigation {
        padding: 25px
    }

    .mobile-nav-toggle span i {
        padding: 1rem;
        height: auto
    }

    .mobile-top-bar {
        padding: 30px 10px 10px 23px
    }

    #blog-custom .nav-pills .nav-link {
        text-wrap: nowrap !important
    }

    .blog-headline {
        height: 80px
    }

    .line-footer {
        display: none
    }

    .mobile-footer-container {
        padding-bottom: 50px
    }

    .why-left-header h3 {
        margin-top: 20px
    }

    .video-text-t p {
        padding-bottom: 35px
    }

    .hero-middle-button {
        margin: 10px 0 25px
    }
    .dmca-badge{
        padding-top:20px;
    }
}

@media (max-width:768px) {
    .nav {
        display: none !important
    }

    .ecc-email-modal-content {
        width: 100%
    }

    .dropdown-nav_cross_right {
        z-index: 9999
    }

    .modal-fullscreen-sm-down {
        height: auto
    }

    .modal-for-content {
        padding: 5px !important
    }
    .contact-checkbox-container{display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
.amazon-section-container .page-contact-button {display: none;}


    /* .modal-content {
        width: 80%
    } */
}

.top-nav.dropdown-btn.drop-active {
    color: #000;
    font-size: 14px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-family: montserrat
}

#blog-custom .nav-link {
    font-size: 16px;
    line-height: 44px
}

.career-container.home-mobile-hide.home-tablet-hide .footer-middle-btnText2 {
    margin: 2px 0 0 !important;
    padding: 10px 42px
}

.input-contact[type=text] {
    margin-top: 8px;
    margin-bottom: 24px
}

.contact-container.ccsubmit .iti input[type=text] {
    margin-top: 8px !important;
    margin-bottom: 24px !important
}

.author-details p,
.dropdown-left-footer .left-info p,
.spin:hover {
    font-size: 18px;
    line-height: 26px
}

.dropdown-left-footer .left-info a {
    font-size: 18px;
    line-height: 24px
}

.dropdown-left-footer .link-container a {
    font-size: 14px;
    color: #d0d4d7cc
}

.dropdown-left-footer .link-container a:hover {
    color: #fff;
    text-decoration: underline
}

.menuTitel-logo img {
    padding: 5px;
    width: 30%;
    height: auto
}

.menuTitel-logo {
    padding-bottom: 25px
}

.amazon-heading-with-text-three h3 {
    margin-top: 3.5vh;
    margin-bottom: 2.5vh
}

.amazon-heading-with-text-two ul li {
    display: flex;
    line-height: 45px
}

.career-container.container-enjoy {
    margin-top: 4vh
}

.ecc_email_form .fill-up-pera {
    margin-bottom: 2rem !important
}

.left-navigation.nav.drawer-bg .text-logo p {
    font-weight: 500
}

.text-logo p {
    height: 23px;
    width: 85px;
    font-size: 18px !important;
    margin: 78px 67px 15px 72px
}

.award-img-section {
    margin-bottom: 5vh
}

.trustpilot-widget a {
    font-size: 20px !important
}

.footer-middle-btnText2 {
    padding: 10px 103px;
    text-wrap: nowrap
}

.cont-box-t h3 {
    margin-top: 5px;
    margin-bottom: 20px
}

.footer-bg .footer-middle-button .footer-middle-btnText {
    margin-top: 3px
}

.footer-bg .footer-middle-button .footer-middle-btnText2 {
    margin-left: -25px !important
}

.amazon-heading-with-text-design {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile-nav-toggle.contact{color:white; background: black; border-radius:25px; padding:5px 15px;}
.mobile-nav-toggle.contact span{font-size:12px !important; }

@media screen and (max-width:1024px) {
    .blog-button1 {
        line-height: 16px;
        /* width: 200px; */
        margin-top: 0
    }

    .col-form-label-mobile {
        font-size: 1rem
    }

    .nav.left-navigation {
        display: none !important
    }
    .amazon-section-container .page-contact-button {display: none;}

    .amazon-heading-with-text-three li{
        font-size: 20px;font-weight: 300;
    }

}

/* new responsive css */
@media screen and (min-width: 250px) and (max-width: 319px) {
    .nav {
      width: 85%;
    }

    .nav.left-navigation {
      transform: translateX(-104vw);
    }

    .pre-request-mobile.faqs ul li{font-size: 16px;}
    .amazon-heading-with-text-three li{font-size: 16px;}

  }
  @media screen and (min-width: 320px) and (max-width: 719px) {
    /* Hide the element on mobile and tablet devices */
    .nav {
      width: 85%;
    }

    .drawer-form-body {
    width: 100%;
    }

    .nav.left-navigation {
      transform: translateX(-85vw);
    }
    .pre-request-mobile.faqs ul li{font-size: 16px;}
    .amazon-heading-with-text-three li{font-size: 16px;}
  }

  @media screen and (max-width: 767px) and (min-width: 720px) {
    .nav.left-navigation {
      transform: translateX(-70.5vw);
    }

    .nav {
      width: 70vw;
    }

    .menu {
      overflow: auto;
      /* height: 740px; */
    }

    .drawer-checkbox-container {
      text-align: left;
    }
  }

  @media (max-height: 980px) {
  .drawer-form-body {
    overflow-y: scroll; /* Enable y-axis scrolling */
  }
}
/* new responsive css */


@media screen and (min-width:1025px) and (max-width:1279px) and (min-height: 1000px) {

    .dropdown-left-nav li a {
        font-size: 25px;
        line-height: 30px;
    }
    .dropdown-left-nav ul li {
        height: 31px;
    }

}
@media screen and (min-width:1025px) and (max-width:1280px) and (min-height: 500px) and (max-height: 800px) {
    .dropdown-left-footer .left-info p {
        font-size: 14px;
        line-height: 18px;
    }
    .dropdown-left-footer .left-info a {
        font-size: 14px;
        line-height: 18px;
    }
    .dropdown-left-footer .link-container a {
        font-size: 12px;
    }
}



.drawer-form-body .nav label {
    font-family: Montserrat !important
}

.col-form-label-mobile {
    font-size: 1rem
}
.get-hide-body{
    position: fixed; /* Set to fixed positioning */
    top: 0; /* Align it with the top edge of the viewport */
    bottom: 0; /* Align it with the bottom edge of the viewport */
    right: 0; /* Align it with the right edge of the viewport */
    left: auto; /* Make sure it's not aligned with the left edge */
    display: none;
    width: 100%;
    background-color: transparent;
    z-index: 11111; /* Ensure it's above other content */
}