@font-face {
    font-family: MYRIADPRO-BOLD;
    src: url(/assets/fonts/MYRIADPRO-BOLD.OTF);
}

@font-face {
    font-family: PingFangTC-Semibold;
    src: url(cade/assets/fonts/PingFangTC-Semibold.ttf);
}

@font-face {
    font-family: MYRIADPRO-REGULAR;
    src: url(/assets/fonts/MYRIADPRO-REGULAR.OTF);
}

@font-face {
    font-family: PingFangTC;
    src: url(/assets/fonts/PingFangTC.ttf);
}

body {
    font-family: MYRIADPRO-REGULAR,PingFangTC;
}

.dropdownMenuButton-menu {
    background-color: #E8E8E8;
    border-radius: 0;
    min-width: 90px;
    left: -50px;
    text-align: right;
}

.afterlogin-username-menu {
    background-color: #E8E8E8;
    border-radius: 0;
    min-width: 90px;
    left: 0px;
    text-align: right;
}

.dropdownMenuButton-menu a,
.afterlogin-username-menu a {
    padding-bottom: 0px;
    padding: 0px 15px 0px 15px;
    margin-right: 0px !important;
    color: #8E8E8E !important;
    cursor: pointer;
}

.dropdownMenuButton-menu a:hover,
.afterlogin-username-menu a:hover {
    color: #4A9DFF !important;
    background-color: transparent;
}

#afterlogin-buyers,
#afterlogin-supplier,
#afterlogin-buyers-other-page,
#afterlogin-supplier-other-page {
    font-weight: bold;
    cursor: pointer;
}

#signup-login,
#support,
#myaccount,
#mycase,
#dropdownMenuButton,
#dropdownMenuButtonOther,
#afterlogin-username,
#afterlogin-username-other {
    cursor: pointer;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    text-align: right;
}

#en,
#zh {
    color: #000000;
    margin-right: 0;
}

#en:hover,
#zh:hover {
    color: #80FF00;
}

.header-box {
    background-color: #252525;
    position: relative;
}

.header-logo {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 15;
}

.header-logo img {
    width: 40%;
}

.m_header-logo {
    display: none;
    position: absolute;
    top: 10px;
    left: 15px;
}

.navbar-nav a:hover,
.navbar-nav span:hover {
    color: #80FF00;
}

.header-top-button a,
.header-top-button span {
    margin-right: 30px;
    font-size: 22px;
    color: #ffffff;
}

.footer-box {
    padding-left: 5%;
    padding-right: 5%;
    background-color: #0584F5;
}

.footer-box a {
    text-decoration: none;
}

.footer-box img {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 5%;
    display: block;
    margin: auto;
}

.footer-box p {
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin: 0px;
    position: relative;
    top: -5px;
}

.sign-modal-w {
    max-width: 210px;
}

.modal-content-bg {
    background-color: #E8E8E8;
    border-radius: 0;
}

.modal-close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #9C9C9C;
    font-size: 12px;
}

.signup-modal-text {
    text-align: center;
    color: #4A9DFF;
    padding-top: 20%;
    padding-bottom: 20%;
    padding-left: 10%;
    padding-right: 10%;
}

.forget-modal-w {
    max-width: 350px;
}

.login-forget-modal-text {
    text-align: center;
    color: #4A9DFF;
    padding-top: 10%;
    padding-bottom: 8%;
    padding-left: 10%;
    padding-right: 10%;
}

.login-forget-mail-box {
    border: 1px solid #CFCFCF;
    margin-top: 20px;
}

.login-forget-mail-box input {
    border: 0px;
    width: 100%;
    background-color: transparent;
}

.login-forget-mail-box button {
    cursor: pointer;
    border: 0px;
    position: absolute;
    padding: 0;
    width: 20px;
    bottom: 30px;
    right: 40px;
    z-index: 50;
    background-color: transparent;
}

.privacy-policy-box-h {
    text-align: justify;
    color: #4A9DFF;
    padding-left: 10%;
    padding-right: 10%;
}

.privacy-policy-box-h span {
    font-weight: bold;
}

.download-modal-w {
    max-width: 360px;
}

.download-modal-text {
    text-align: center;
    color: #4A9DFF;
    padding-top: 10%;
    padding-bottom: 8%;
    padding-left: 10%;
    padding-right: 10%;
}

#CADE-Official-Carousel {
    padding-left: 0px;
    padding-right: 0px;
}

#CADE-Official-Footer-BG {
    background-color: #000000;
}

#CADE-Official-Footer-BG p {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
}

#CADE-Official-Footer-Mobile {
    padding-left: 0px;
    padding-right: 0px;
}

.carousel-indicators {
    margin-bottom: 0px;
}

.carousel-indicators li {
    background-color: #ADADAD;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: #80FF00;
}

.landing-page {
    position: relative;
}

.landing-page img {
    width: 100%;
    height: auto;
}

.landing-text-1 {
    bottom: 45px;
    left: 0px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.35);
}

.landing-text-1 h1 {
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 150px;
    padding-right: 150px;
    font-size: 42px;
    color: #ffffff;
    letter-spacing: -0px;
    text-align: left;
}

.landing-text-2 {
    position: absolute;
    bottom: 80px;
    left: 0px;
}

.landing-text-2 h1 {
    padding-right: 200px;
    padding-left: 200px;
    font-size: 42px;
    letter-spacing: -0px;
    color: #000000;
    text-align: left;
}

.landing-text-3 {
    position: absolute;
    bottom: 50px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.35);
}

.landing-text-3 h1 {
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 150px;
    padding-right: 150px;
    font-size: 46px;
    color: #ffffff;
    text-align: left;
}

.landing-text-4 {
    position: absolute;
    bottom: 60px;
    left: 0px;
}

.landing-text-4 h1 {
    padding-left: 150px;
    padding-right: 150px;
    font-size: 42px;
    color: #000000;
    letter-spacing: -0px;
    text-align: left;
}

.landing-box-5 {
    background-color: #000000;
}

.landing-box-6 {
    background-color: #000000;
}

#support-bg {
    background-image: url('/assets/images/login-register-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    display: none;
}

#signup-login-bg {
    background-image: url('/assets/images/login-register-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    display: none;
}

#myaccount-bg {
    background-color: #000000;
    display: none;
}

#mycase-bg {
    background-color: #000000;
    display: none;
}

.form-icon {
    font-size: 20px;
    padding: 3px 10px 3px 10px;
    background-color: transparent;
    border: 1px solid #C7C7C7;
    color: #000000;
    border-radius: 0px;
}

.form-box {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #C7C7C7;
    padding: 0 10px 0 10px;
    border-radius: 0px;
}

#option-control {
    pointer-events: none;
    height: 100% !important;
}

::placeholder {
    color: #C2C2C2 !important;
}

.check-control label {
    color: #C2C2C2;
    margin: 0px;
    cursor: pointer;
}

.check-control label:after {
    content: '';
    display: table;
    clear: both;
}

.check-control .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #C2C2C2;
    width: 15px;
    height: 15px;
    top: 1px;
    cursor: pointer;
}

.check-control .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 5%;
}

.check-control label input[type="checkbox"] {
    display: none;
}

#privacy-policy-checkbox-ok {
    display: none;
}

/*.check-control label input[type="checkbox"]+.cr>.cr-icon {
    opacity: 0;
}*/

/*.check-control label input[type="checkbox"]:checked+.cr>.cr-icon {
    opacity: 1;
}*/

.signup-login-title {
    font-family: MYRIADPRO-BOLD,PingFangTC-Semibold;
    color: #ffffff;
    font-weight: bold;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 0px;
}

.sign-btn {
    color: #C2C2C2;
    padding: 3px 13px 3px 13px;
    border: 1px solid #C7C7C7;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    background-color: transparent;
}

.sign-btn span {
    color: #C2C2C2;
}

.sign-btn span:hover {
    color: #80FF00;
}

.login-forget {
    color: #C2C2C2;
    font-size: 12px;
    position: relative;
    bottom: -5px;
}

.login-forget a {
    text-decoration: none;
    color: #C2C2C2;
}

.login-forget a:hover {
    color: #80FF00;
}

.loginforget-createaccount {
    color: #C2C2C2;
    font-size: 12px;
    position: relative;
    bottom: 5px;
    cursor: pointer;
}

.loginforget-createaccount:hover {
    color: #80FF00;
}

.login-btn {
    background-color: transparent;
    color: #C2C2C2;
    padding: 0px 12px 0px 12px;
    border: 1px solid #C7C7C7;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
}

.login-btn span {
    color: #C2C2C2;
}

.login-btn span:hover {
    color: #80FF00;
}

#signup-select-usertype,
#signup-select-usertype-mb {
    color: #C2C2C2;
}

#signup-login-h {
    overflow-y: auto;
    padding-top: 7%;
}

#support-h {
    padding-top: 6%;
}

#support-title {
    font-family: MYRIADPRO-BOLD,PingFangTC-Semibold;
    color: #80FF00;
    font-weight: bold;
    font-size: 28px;
}

#support-close i,
#signup-login-close i,
#mycase-close i {
    font-size: 28px;
    cursor: pointer;
    color: #ffffff;
    position: absolute;
    right: 0;
    z-index: 50;
}

#myaccount-close {
    cursor: pointer;
    font-size: 28px;
    position: absolute;
    right: 13px;
    z-index: 10;
}

#myaccount-close i {
    color: #ffffff;
}

#support-inbox-h {
    color: #ffffff;
}

.support-content {
    padding-bottom: 15px;
}

.support-content p {
    margin: 0;
    line-height: 1;
    font-size: 14px;
}

.support-content a {
    color: #ffffff;
    line-height: 1;
    font-size: 14px;
    text-decoration: none;
}

.support-content a:hover {
    color: #80FF00;
}

.support-subtitle {
    font-size: 24px;
}

.support-content-title {
    font-weight: bold;
}

.support-overflow {
    overflow-y: auto;
}

#myaccount-bg label {
    color: #858585;
    text-align: right;
}

#myaccount-bg input {
    width: 100%;
}

#myaccount-h {
    overflow-y: auto;
    padding-top: 7%;
}

.myaccount-font-size {
    padding-top: 10px;
}

.myaccount-edit-save-close-btn {
    position: absolute;
    top: 180px;
    right: 0;
}

#mycase-bg a {
    color: #C7C7C7;
    text-decoration: none;
    border: 1px solid #C7C7C7;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
}

#mycase-bg a:hover {
    color: #80FF00;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.carousel-control-next span,
.carousel-control-prev span {
    font-size: 32px;
    color: #000000;
}

#CADE-Official-Other-Header {
    background-color: #000000;
}

#CADE-Official-Other-Header img {
    padding-right: 20%;
    padding-left: 20%;
    padding-top: 5%;
    display: block;
    margin: auto;
}

#CADE-Official-Other-Header a {
    color: #ffffff;
    text-decoration: none;
}

#CADE-Official-Other-Header p {
    position: relative;
    top: -5px;
    margin: 0px;
}

.nav-item a {
    text-decoration: none;
    cursor: pointer;
}

.YT-video {
    padding: 35px 80px 60px 80px;
}

.YT-video iframe {
    border: 3px solid gray;
}

#myacase-inbox-h {
    padding-right: 25px;
}

#mycase-h {
    padding-top: 7%;
}

.myacase-title {
    font-family: MYRIADPRO-BOLD,PingFangTC-Semibold;
    color: #80FF00;
    font-size: 28px;
    font-weight: bold;
}

.myacase-payment-btn {
    padding-bottom: 35px
}

.myacase-download-btn {
    padding-bottom: 35px
}

.myacase-findsupplier-btn {
    padding-bottom: 15px;
}

.myacase-list {
    color: #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.myaccount-title {
    position: absolute;
    left: 0;
    width: 50%;
}

.myaccount-title span {
    font-family: MYRIADPRO-BOLD,PingFangTC-Semibold;
    color: #80FF00;
    font-size: 28px;
    font-weight: bold;
}

.edit-save-box {
    text-align: center;
}

#edit-open-save {
    border: 1px solid #C7C7C7;
    color: #C7C7C7;
    background: transparent;
    cursor: pointer;
}

.edit-save-box p {
    width: 100%;
    color: #C7C7C7;
    margin: 0px;
}

.edit-save-box p:hover {
    color: #80FF00;
}

.edit-save-box button {
    width: 100%;
    border: 1px solid #C7C7C7;
    color: #C7C7C7;
    background: transparent;
    cursor: pointer;
}

.edit-save-box button:hover {
    color: #80FF00;
}

#CADE-Official-Vendor-Quotation {
    background-color: #272727;
    padding-top: 3%;
    padding-bottom: 3%;
}

#CADE-Official-Vendor-Quotation .content-span span {
    position: relative;
    top: -10%;
    color: #ffffff;
    border: 1px solid #8E8E8E;
    border-radius: 12px;
    cursor: pointer;
    padding: 10px 12px 10px 12px;
}

#CADE-Official-Vendor-Quotation .content-span a {
    text-decoration: none;
    color: #ffffff;
}

#CADE-Official-Vendor-Quotation .content-span a:hover {
    color: #80FF00;
}

#CADE-Official-Subscriber-Order {
    background-color: #272727;
    padding-top: 20%;
    padding-bottom: 20%;
}

#CADE-Official-Subscriber-Order .content-text h1 {
    font-size: 26px;
    color: #ffffff;
    text-align: center;
}

#CADE-Official-Business-User {
    background-color: #272727;
    padding-top: 18%;
    padding-bottom: 18%;
}

#CADE-Official-Business-User .content-text {
    color: #ffffff;
    text-align: center;
}

#CADE-Official-Business-User .content-text h1 {
    font-size: 26px;
    padding-bottom: 10px;
}

#CADE-Official-Business-User .content-text p {
    margin: 0px;
    font-size: 20px;
    line-height: 1.5;
}

#CADE-Official-Business-User .content-text a {
    text-decoration: none;
    color: #ffffff;
}

#CADE-Official-Business-User .content-text a:hover {
    color: #80FF00;
}

@media (min-width: 1500px) and (max-width: 1720px) {}

@media (min-width: 1200px) and (max-width: 1499px) {
    .header-logo {
        width: 23%;
    }

    .header-logo img {
        width: 80%;
    }

    .landing-text-1 h1 {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 28px;
    }

    .landing-text-2 h1 {
        font-size: 28px;
    }

    .landing-text-3 h1 {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 28px;
    }

    .landing-text-4 h1 {
        font-size: 28px;
    }

    #signup-login-h {
        padding-top: 5%;
    }

    .myaccount-edit-save-close-btn {
        top: 140px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-logo {
        width: 25%;
    }

    .header-logo img {
        width: 90%;
    }

    .header-top-button a,
    .header-top-button span {
        font-size: 18px;
    }

    .landing-text-1 h1 {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 20px;
    }

    .landing-text-1 {
        bottom: 40px;
    }

    .landing-text-2 h1 {
        font-size: 20px;
    }

    .landing-text-2 {
        bottom: 40px;
    }

    .landing-text-3 h1 {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 20px;
    }

    .landing-text-3 {
        bottom: 40px;
    }

    .landing-text-4 h1 {
        font-size: 20px;
    }

    .landing-text-4 {
        bottom: 50px;
    }

    .footer-box p {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #myaccount-h {
        padding-top: 3%
    }

    #support-h {
        padding-top: 3%;
    }

    .myacase-list {
        padding-bottom: 14px;
        font-size: 12px;
    }

    #signup-login-h .pb-5 {
        padding-bottom: 0px !important;
    }

    #signup-login-h {
        padding-top: 2%;
    }

    #mycase-h {
        padding-top: 4%;
    }

    .myaccount-edit-save-close-btn {
        top: 80px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-logo {
        width: 34%;
    }

    .header-logo img {
        width: 100%;
    }

    .landing-text-1 h1 {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 14px;
    }

    .landing-text-1 {
        bottom: 40px;
    }

    .landing-text-2 h1 {
        font-size: 14px;
        text-align: center;
        padding-right: 100px;
        padding-left: 100px;
    }

    .landing-text-2 {
        bottom: 25px;
    }

    .landing-text-3 h1 {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 14px;
    }

    .landing-text-3 {
        bottom: 40px;
    }

    .landing-text-4 h1 {
        font-size: 14px;
    }

    .landing-text-4 {
        bottom: 35px;
    }

    .header-top-button a,
    .header-top-button span {
        margin-right: 20px;
        font-size: 14px;
    }

    .footer-box p {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #CADE-Official-Footer-BG p {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #signup-login-h {
        padding-top: 2%;
        padding-bottom: 2%;
    }

    #signup-login-h .pb-5 {
        padding-bottom: 0px !important;
    }

    #mycase-h {
        padding-top: 2%;
    }

    #myaccount-h {
        padding-top: 3%
    }

    #support-h {
        padding-top: 3%;
    }

    .myacase-list {
        padding-bottom: 14px;
        font-size: 12px;
    }

    #signup-login-h .pb-5 {
        padding-bottom: 0px !important;
    }

    .myaccount-edit-save-close-btn {
        top: 80px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .navbar-light .navbar-toggler-icon {
        background-image: url('/assets/images/icon-menu.png');
    }

    .sign-modal-w {
        max-width: 100%;
    }

    .forget-modal-w {
        max-width: 100%;
    }

    .download-modal-w {
        max-width: 100%;
    }

    .carousel-indicators {
        right: 0;
        top: 0;
        left: auto;
        bottom: auto;
        margin-right: 6%;
        margin-left: 6%;
    }

    .carousel-indicators li {
        width: 12px;
        height: 12px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .landing-text-1 {
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 1%;
        padding-bottom: 1%;
        bottom: 5%;
    }

    .landing-text-1 h1 {
        padding: 0px;
        font-size: 12px;
        line-height: 2;
    }

    .landing-text-2 {
        padding-left: 15%;
        padding-right: 15%;
        bottom: 10%;
    }

    .landing-text-2 h1 {
        padding: 0px;
        font-size: 12px;
        line-height: 2;
    }

    .landing-text-3 {
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 1%;
        padding-bottom: 1%;
        bottom: 5%;
    }

    .landing-text-3 h1 {
        padding: 0px;
        font-size: 12px;
        line-height: 2;
    }

    .landing-text-4 {
        padding-left: 15%;
        padding-right: 15%;
        bottom: 5%;
    }

    .landing-text-4 h1 {
        padding: 0px;
        font-size: 12px;
        line-height: 2;
    }

    .arrow-footer {
        position: absolute;
        width: 100%;
        margin: 0px;
        bottom: 0px;
        left: 0px;
        z-index: 50;
        text-align: center;
    }

    .navbar {
        width: 60%;
        float: right;
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar-light .navbar-toggler {
        border: none;
    }

    .header-top-button a,
    .header-top-button span {
        margin-right: 10px;
        font-size: 14px;
    }

    .header-logo {
        display: none;
    }

    .m_header-logo {
        display: block;
    }

    .m_header-logo img {
        width: 70%;
    }

    .footer-box {
        padding-top: 5%;
    }

    .footer-box p {
        font-size: 12px;
        padding-bottom: 12px;
    }

    #CADE-Official-Footer-BG p {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #mycase-bg a {
        padding: 3px 15px 3px 15px;
    }

    .myacase-list {
        font-size: 12px;
        padding-bottom: 6px;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .myacase-list div {
        padding-right: 2px;
        padding-left: 2px;
    }

    .myacase-payment-btn {
        text-align: right;
        padding-bottom: 15px;
    }

    .myacase-download-btn {
        text-align: right;
        padding-bottom: 15px;
    }

    .myacase-findsupplier-btn {
        text-align: right;
    }

    .myaccount-font-size {
        font-size: 12px;
        padding-top: 50px;
    }

    .edit-save-box {
        position: absolute;
        left: 130px;
        width: 50%;
    }

    .myaccount-edit-save-close-btn {
        position: relative;
        top: 0;
        padding: 0px !important;
        padding-bottom: 50px !important;
    }

    #myaccount-bg label {
        line-height: 1;
    }

    .myaccount-title {
        left: 20px;
    }

    .myaccount-font-size div,
    .myaccount-font-size label {
        margin-bottom: 10px !important;
    }

    .myaccount-edit-seva-mb {
        padding-top: 0px !important;
        padding-right: 50px;
    }

    #signup-login-h .pb-5 {
        padding-bottom: 0px !important;
    }

    .signup-login-title {
        margin-bottom: 15px;
    }

    #myaccount-close {
        font-size: 22px;
    }

    #support-close i,
    #mycase-close i {
        font-size: 22px;
    }

    #support-close i {
        top: 35px;
    }

    #mycase-close i {
        top: 10px !important;
        right: 10px;
    }

    #signup-login-close i {
        font-size: 22px;
        right: 45px;
        top: 55px;
    }
}

@media (max-width: 575px) {
    .sign-modal-w {
        max-width: 100%;
    }

    .forget-modal-w {
        max-width: 100%;
    }

    .download-modal-w {
        max-width: 100%;
    }

    .carousel-indicators {
        right: 0;
        top: 0;
        left: auto;
        bottom: auto;
        margin-right: 6%;
        margin-left: 6%;
    }

    .carousel-indicators li {
        width: 12px;
        height: 12px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .landing-text-1 {
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 1%;
        padding-bottom: 1%;
        bottom: 5%;
    }

    .landing-text-1 h1 {
        padding: 0px;
        font-size: 12px;
        line-height: 2;
    }

    .landing-text-2 {
        padding-left: 15%;
        padding-right: 15%;
        bottom: 10%;
    }

    .landing-text-2 h1 {
        padding: 0px;
        font-size: 12px;
        line-height: 2;
    }

    .landing-text-3 {
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 1%;
        padding-bottom: 1%;
        bottom: 5%;
    }

    .landing-text-3 h1 {
        padding: 0px;
        font-size: 12px;
        line-height: 2;
    }

    .landing-text-4 {
        padding-left: 15%;
        padding-right: 15%;
        bottom: 5%;
    }

    .landing-text-4 h1 {
        padding: 0px;
        font-size: 12px;
        line-height: 2;
    }

    .arrow-footer {
        position: absolute;
        width: 100%;
        margin: 0px;
        bottom: 0px;
        left: 0px;
        z-index: 50;
        text-align: center;
    }

    .navbar {
        width: 60%;
        float: right;
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url('/assets/images/icon-menu.png');
    }

    .navbar-light .navbar-toggler {
        border: none;
    }

    .header-top-button a,
    .header-top-button span {
        margin-right: 10px;
        font-size: 16px;
    }

    .header-logo {
        display: none;
    }

    .m_header-logo {
        display: block;
    }

    .m_header-logo img {
        width: 70%;
    }

    .footer-box {
        padding-top: 5%;
    }

    .footer-box p {
        font-size: 12px;
        padding-bottom: 12px;
    }

    #CADE-Official-Footer-BG p {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .myacase-list {
        font-size: 12px;
        padding-bottom: 6px;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .myacase-list div {
        padding-right: 5px;
        padding-left: 5px;
    }

    .myacase-payment-btn {
        text-align: right;
        padding-bottom: 15px;
    }

    .myacase-download-btn {
        text-align: right;
        padding-bottom: 15px;
    }

    .myacase-findsupplier-btn {
        text-align: right;
    }

    #mycase-bg a {
        padding: 3px 15px 3px 15px;
    }

    .myaccount-font-size {
        padding-top: 50px;
        font-size: 12px;
    }

    #myaccount-bg label {
        line-height: 1;
    }

    .edit-save-box {
        position: absolute;
        left: 130px;
        width: 50%;
    }

    .myaccount-title {
        left: 20px;
    }

    .myaccount-edit-save-close-btn {
        position: relative;
        top: 0;
        padding: 0px !important;
        padding-bottom: 50px !important;
    }

    .myaccount-font-size div,
    .myaccount-font-size label {
        margin-bottom: 10px !important;
    }

    .myaccount-edit-seva-mb {
        padding-top: 0px !important;
        padding-right: 50px;
    }

    #signup-login-h .pb-5 {
        padding-bottom: 0px !important;
    }

    .signup-login-title {
        margin-bottom: 15px;
    }

    #myaccount-close {
        font-size: 22px;
    }

    #support-close i,
    #mycase-close i {
        font-size: 22px;
    }

    #support-close i {
        top: 35px;
    }

    #mycase-close i {
        top: 10px !important;
        right: 10px;
    }

    #signup-login-close i {
        font-size: 22px;
        right: 45px;
        top: 55px;
    }
}