/** Error Page **/
@media only screen and (max-width: 600px){
    .error_section{
        margin-top: 82px;
    }

    .error_body {
        background-image: url(../img/errorbg_mb.png);
        padding: 181px 24px;
        background-repeat: no-repeat;
        margin-bottom: -20px;
        background-size: cover;
    }
}

@media only screen and (min-width: 1200px) and (max-width:1348px) {
    .error_body{
    background-size: 1150px 840px;
    }
}

@media only screen and (min-width: 1349px) and (max-width:1439px) {
    .error_body{
        background-size: 1150px 840px;
        }
}

@media only screen and (min-width: 1440px) and (max-width:1499px) {
    
}

@media only screen and (min-width: 1500px) and (max-width:1599px) {
    
}

@media only screen and (min-width: 1600px) and (max-width:1699px) {
    
}

@media only screen and (min-width: 1700px) and (max-width:1799px) {
    
}

@media only screen and (min-width: 1800px) and (max-width:1919px) {
   
}








/** Legals Page **/
@media only screen and (max-width: 600px){
    .legal_section{
        margin-top: 82px;
        padding: 0px;
    }
    .legal_title{
        color: #0E0E0E;
        text-align: center;
        font-family: Poppins;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 141.059%;
        margin: 0px;
        text-transform: capitalize;
    }
    .update_info{
        color: #3C3C3C;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }
    .pp-navigation .nav-pills {
        width: 800px;
        overflow: scroll;
        flex-direction: row !important;
        flex-wrap: unset !important;
      }
      .hambuger-pp .nav-pills {
        max-width: 100%;
        display: flex;
        justify-content: flex-start;
        margin: 0px;
        /* gap: 16px; */
      }
      .legal_title_container {
        padding: 32px 0px;
    }
    .tab_section{
        padding: 8px;
    }
    
.legaltab_button{
    color: #0E0E0E;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%;
    text-transform: capitalize;
}
.legaltab_button.active{
    background-color: #FFFFFF !important;
    color: #F5129A !important;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%;
    text-transform: capitalize;
} 
}

@media only screen and (min-width: 1200px) and (max-width:1348px) {
    
}

@media only screen and (min-width: 1349px) and (max-width:1439px) {
    
}

@media only screen and (min-width: 1440px) and (max-width:1499px) {
    
}

@media only screen and (min-width: 1500px) and (max-width:1599px) {
    
}

@media only screen and (min-width: 1600px) and (max-width:1699px) {
    
}

@media only screen and (min-width: 1700px) and (max-width:1799px) {
    
}

@media only screen and (min-width: 1800px) and (max-width:1919px) {
   
}










/*****************/
/** Contact Us **/
/****************/
@media only screen and (max-width: 600px){
    .contact_left {
    padding: 0px;
    background-image: url(../img/contact_mb.png);
    background-size: cover;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
}
    .contact_img{
        display: none;
    }
    .contact_mb_img{
        display: block;
    }
    .contact_info{
        padding: 40px 24px !important;
        gap: 16px;
    }
    .contact_body_right{
        margin: 0px;
    }
    .contact_address{
        flex-direction: column;
        gap: 16px;
    }
    .contact_title{
        color: #0E0E0E;
        font-family: Poppins;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 141.059%;
        text-transform: capitalize;
    }


    .contact_subtitle{
        color: #3C3C3C;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        width: 200px;
        font-weight: 400;
        line-height: 155%;
    }

    .address_title{
        color: #0E0E0E;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 155%;
    }

    .address_subtitle{
        color: #3C3C3C;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 155%;
    }
    .contact_name{
        flex-direction: column;
    }
    .c-textR {
        max-width: 265px;
    }
    .c-checkboxR>.c-divR>label:before, .c-checkboxR>.c-divR>.label:before {
        top: 13px;
        left: 0px;
    }
    .c-checkboxR input[type='checkbox']~label:after, .c-checkboxR input[type='checkbox']~.label:after {
    left: 7px;
    top: 14px;
}
    .submit_captcha{
        flex-direction: column;
        gap: 0px;
    }
}

@media only screen and (min-width: 1200px) and (max-width:1348px) {
    .contact_info{
        padding: 40px 90px 40px 24px !important;
    }
}

@media only screen and (min-width: 1349px) and (max-width:1439px) {
    .contact_info{
        padding: 40px 120px 40px 24px !important;
    }
}

@media only screen and (min-width: 1440px) and (max-width:1499px) {
    .contact_info{
        padding: 40px 80px 40px 50px !important;
    }
}

@media only screen and (min-width: 1500px) and (max-width:1599px) {
    .contact_info{
        padding: 40px 100px 40px 60px !important;
    }
}

@media only screen and (min-width: 1600px) and (max-width:1699px) {
    .contact_info{
        padding: 40px 140px 40px 70px !important;
    }
}

@media only screen and (min-width: 1700px) and (max-width:1799px) {
    .contact_info{
        padding: 40px 200px 40px 75px !important;
    }
}

@media only screen and (min-width: 1800px) and (max-width:1919px) {
   .contact_info{
    padding: 40px 255px 40px 75px !important;
   }
}











/**Account Section **/
@media only screen and (max-width: 600px){
    .account_section{
        padding: 24px;
        margin-top: 82px;
        /*align-items: start;*/
    }
    .tab_container{
        width: 350px;
    }
    .account_title{
        color: var(--core-off-black, #0E0E0E);

/* Heading/M/H1 */
font-family: Poppins;
font-size: 24px;
font-style: normal;
text-align: left;
font-weight: 500;
line-height: 141.059%; /* 33.854px */
text-transform: capitalize;
    }
    .account_body{
        flex-direction: column;
        border: none;
        padding: 0px;
        margin-top: 24px;
        background-color: #FBFBFB;
    }
    .account_inner{
        gap: 24px;
        flex-direction: column;
    }
    .bg_border_policy{
        padding-top: 0px;
    }
    .account_left{
        gap: 24px;
    }
    .account_right{
        gap: 24px;
    }
    .account_input_label{
        width: 200px;
    }
}

@media only screen and (min-width: 1200px) and (max-width:1348px) {
    .account_section{
        padding: 64px 135px;
    }
}

@media only screen and (min-width: 1349px) and (max-width:1439px) {
    .account_section{
        padding: 64px 160px;
    }
}

@media only screen and (min-width: 1440px) and (max-width:1499px) {
    .account_section{
        padding: 64px 160px;
    }
}

@media only screen and (min-width: 1500px) and (max-width:1599px) {
    .account_section{
        padding: 64px 160px;
    }
}

@media only screen and (min-width: 1600px) and (max-width:1699px) {
    .account_section{
        padding: 64px 175px;
    }
}

@media only screen and (min-width: 1700px) and (max-width:1799px) {
    .account_section{
        padding: 64px 230px;
    }
}

@media only screen and (min-width: 1800px) and (max-width:1919px) {
    .account_section{
        padding: 64px 275px;
    }
}














/** order **/
@media only screen and (max-width: 600px){
    .table{
        width: 817px;
    }
    .orderhistory_view{
    width: 20%;
}
}

@media only screen and (min-width: 1200px) and (max-width:1348px) {
    
}

@media only screen and (min-width: 1349px) and (max-width:1439px) {
    
}

@media only screen and (min-width: 1440px) and (max-width:1499px) {
    
}

@media only screen and (min-width: 1500px) and (max-width:1599px) {
    
}

@media only screen and (min-width: 1600px) and (max-width:1699px) {
    
}

@media only screen and (min-width: 1700px) and (max-width:1799px) {
    
}

@media only screen and (min-width: 1800px) and (max-width:1919px) {
   
}










/** **/
@media only screen and (max-width: 600px){
    
}

@media only screen and (min-width: 1200px) and (max-width:1348px) {
    
}

@media only screen and (min-width: 1349px) and (max-width:1439px) {
    
}

@media only screen and (min-width: 1440px) and (max-width:1499px) {
    
}

@media only screen and (min-width: 1500px) and (max-width:1599px) {
    
}

@media only screen and (min-width: 1600px) and (max-width:1699px) {
    
}

@media only screen and (min-width: 1700px) and (max-width:1799px) {
    
}

@media only screen and (min-width: 1800px) and (max-width:1919px) {
   
}