
@font-face {
    font-family: 'bauhaus_lightregular';
    src: url('../../fonts/new-bauhaus-font/bauhaus_light_regular-webfont.woff2') format('woff2'),
         url('../../fonts/new-bauhaus-font/bauhaus_light_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

header.position-remove .top-nav ul li a:hover {
    color: #fff;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}


header.position-remove {
    position: inherit;
}

/* .section-top-inner {margin: 80px 0PX;}*/

/*  breadcrumb*/

.breadcrumb ul.nav li a:after {
    content: "/";
    padding-left: 10px;
    color: #000;
}

.breadcrumb ul.nav li:last-child a:after {display: none;}

.breadcrumb ul.nav li a {
    padding: 10px 10px 10px 0px;
    color: #000;
}
.breadcrumb h2 {
    font-size: 50px;
    margin: 0px;
    line-height: 51px;
    color: #3f3f3f  ;
    padding-bottom: 5px;
    font-family: 'bauhaus_lightregular' !important;
    font-weight: normal;
}
.breadcrumb h2 span{
 font-family: 'bauhaus_lightregular' !important;
 position: relative;
}
.breadcrumb {
    /* padding-top: 15px; */
    /* padding-bottom: 15px; */
    /* margin: 0px; */
    /* background-color: #fde7d4; */
    background-color: #fff;
    /* border-bottom: 1px solid #dadada; */
    /* border-top: 1px solid #dadada; */
    /* border-radius: 0px; */
    align-items: center;
    margin-top: 20px;
    display:none;
}
.breadcrumb h2 span:after {
    /* position: absolute !important; */
    display: block;
    content: '';
    border-bottom: 1px solid #3f3f3f;
    font-weight: 900;
    left: 0;
    right: 0;
    width: 100px;
    line-height: 1px;
    height: 1px;
    position: relative;
    top: 0px;
    font-size: 15px;
    letter-spacing: -1px;
    margin: auto;
    text-align: center;
    padding: 15px 0px;
}


section.about-page.section-top-inner h2 , section.about-page.section-top-inner .about-content h5 , section.contact-page h2 {
    color: #434343;
    
}
.contact-form.section-top-inner label {
    margin-bottom: .5rem;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.contact-form.section-top-inner .form-control {
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 8px;
    border-radius: 5px !important;
    font-weight: 600;
    height: 45px;
}

.about-page img {
     border: 8px solid #f68626;
}

section.about-page:hover img {
    transform: scale(1.05);
}

section.about-page img {    transition: transform .3s cubic-bezier(0.45,0,.55,1),-webkit-transform .3s cubic-bezier(0.45,0,.55,1);}

.about-icon {
    width: 25%;
    margin-right: 15px;
}
.about-icon, .about-content {
    float: left;
}

.about-content {
    width: 70%;
}

.about-icon i {
    background-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #f68626;
    border: 5px solid #f68626;
}
.about-icon-effect:hover .about-icon i {
    box-shadow: 0 0 20px 0 rgba(51,51,51,.35);
        border-radius: 50%;
            transition: all .5s ease-in-out;
}
.about-content h5 {
    font-size: 18px;
}

section.about-page .about-spacing {
    margin-top: 20px;
}



/*contact page*/

/* section.contact-page .text-med p i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #f68626;
    line-height: 48px;
    text-align: center;
    font-size: 22px;
    color: #f68626;
}

.text-med p a {
    color: #000;
}

section.contact-page .contact-padding {
    padding-left: 50px;
} */


/*education page*/

/* section.section-top-inner.eduction-page h2 {
    color: #f68626;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
}

.edu-fourcs div.span50r {
    width: 97%;
    float: right;
    margin-left: 0 !important;
    padding-left: 55px;
    display: inline-block;
    border-left: 2px solid #434343;
    position: relative;
}

.edu-fourcs div.span50r:after {
    content: "";
    display: inline-block;
    background-color: #fff;
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 68px;
    z-index: 0;
}

.edu-fourcs div.span50r:before {
    content: ' ';
    display: block;
    width: 25px;
    height: 25px;
    background-color: #434343;
    position: absolute;
    right: auto;
    left: -13px;
    top: 50%;
    transform: translateY(-50%) rotate(223deg);
    z-index: 1;
}
section.section-top-inner.eduction-page .edu-fourcs .row.mt-5 {
    margin-top: 100px !important;
}
 */


/*diamond-page*/

table#example tbody tr td a i , .cart-body label a {
    color: #434343;
    font-weight: 500;
}

/*login page */

.cart-body .panel-heading.padding-two.text-center.text-uppercase h4 , .cart-body form .panel-heading.radius-flat.bg-dark-gray h4.white-text {
    color: #434343;
    font-size: 35px;
}

/*inner profile page*/

.sidenav-user a.active {
    color:#fff;
    background: #f68626;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03619e', endColorstr='#03619e',GradientType=1);
}
.sidenav-user a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    color: #000;
    display: block;
    font-weight: normal;
    background: #f6862654;
}
.sidenav-user li {
    display: block;
    border-bottom: 1px solid #FFF;
}

.profile-page .card-header , .change-password-page .card-header , .address .card-header , .address-page .card-header{
    background-color: #f68626;
    color: #fff;
    font-size: 18px;
}
.control-label {
    margin-bottom: .5rem;
    color: #808080;
    font-weight: 600;
    font-size: 15px;
}
 .form-control {
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 8px;
    border-radius: 5px !important;
    /*text-transform:capitalize;*/
}
.profile-page .card-footer , .change-password-page .card-footer , .address .card-footer , .address-page .card-footer{
    background-color: transparent;
}

section.section-top-inner.address-page button.main-btn.add-address {
    padding: 7px 42px;
        border-radius: 0px;
}

section.section-top-inner.address-page .cell.title.text-center h5 {
    padding-left: 6px;
}


section.section-top-inner.address-page .address-box {
    border: 1px solid #434343;
    padding: 15px 5px;}
section.section-top-inner.address-page .cell.edit button.btn.main-btn, section.section-top-inner.address-page .cell.edit button.btn.secondary-btn {
    padding: 7px 12px;
    width: 100%;
}

/*.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.bg-dark-gray {
    background: #5b5150 !important;
}

.panel-info {
    border-color: #434343 !important;
}*/

.product-options_row h4 {
    font-family: 'Poppins', sans-serif;
}
section.privacy-page.section-top-inner ul {
    padding-left: 15px;
}
.sign-up-box select:focus { border-color: #000 !important;}

.sign-up-form .form-group .form-control:hover,.sign-up-box select:hover{ border-color: #000 !important;}

.select2-container{ border: 1px solid transparent !important;border-radius: 5px !important;}
 .select2-container:hover{ border: 1px solid #000 !important;border-radius: 5px !important;}

.sign-up-box .form-control:focus {

    color: #495057;
    background-color: #fff;
    border-color: #000 !important;
    outline: 0;
    box-shadow: none;
}
.form-control {
    border-radius: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: transparent;
}
/* new login page design */
.login-page .login-form {
    border-radius: 30px;
    /* position: absolute; */
    max-width:576px;
    min-width:576px;
    width: 100%;
    margin: auto;
    padding: 40px;
    background-color: #fff;
    left: 0;
    right: 0;
    box-shadow: 3px 3px 50px 37px rgb(60 66 87 / 4%);
    border: 3px solid #f68626;
}
section.login-page {
  
    min-height: 600px;
}
.login-page .login-form .form-label {
    margin-bottom: .5rem;
    color: #808080;
    font-weight: 600;
    font-size: 15px;
}
.login-page .login-form .form-control {
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 8px;
    border-radius: 5px !important;
}
.login-page .login-form .form-label {margin-bottom: .5rem;color: #808080;font-weight: 600;font-size: 15px;}

.login-page .login-form a {color: #000;text-decoration: none;text-transform: capitalize;font-size: 16px; font-weight:400;}

.login-page .login-form .help-block a{text-decoration: underline;}

.login-page .login-form .btn-box .btn {
    width: 50%;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
    border-radius: 5px !important;
    letter-spacing: 1px;
}

/* .section-top-inner {
    margin: 80px 0PX;
    min-height: 600px;
} */
/* registration form detail */
.client_name { display: none; }

.sign-up-form .signup-box {
    /* transform: translateX(50%); */
    border-radius: 30px;
    /* padding: 5px 5px 10px; */
    /* box-shadow: 0px 3px 15px 5px rgb(214 214 214 / 50%); */
    /* margin-top: 10px; */
    margin: 15px auto;
    padding: 30px 30px;
    BORDER:5PX SOLID #F68626;
    box-shadow: 3px 3px 50px 37px rgb(60 66 87 / 4%);
    
}
.squre-box-main .checkbox_Patriotact {
    border-top: 1px solid #ccc;
}
.squre-box-main .checkbox_Patriotact .Patriotact_btn_box button.act_btn {
    text-transform: capitalize;
    border: 1px solid #000;
    color: #000;
    font-weight: 600;
    width: 100%;
    font-size: 14px;
    padding: auto 0px;
    padding: 8px 0px;
    
}
.sign-up-form h4 {
    padding: 0px 10px 10px;
    margin: 0 15px 10px;
    background-color: #e7e7e7;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #555;
    text-align: center;
    cursor: pointer;
}
.sign-up-form span.star {
    color: red;
}
.sign-up-form .form-group label {
    margin-bottom: .5rem;
    color: #3f3f3f;
    font-weight: 600;
    font-size: 16px;
    display: contents;
}
.sign-up-form .form-group .form-control {
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 0px 10px;
    border-radius: 5px !important;
    background-color: #fff;
}
.sign-up-form .dropdown.bootstrap-select.form-control.CustomSelect.required1 {
    padding: 0px;
}
.sign-up-form .btn-toggle-red {
    background-color:#f68626;
    color: #fff;
    padding: 5px 15px !important;
    text-transform: uppercase;
}

.sign-up-form .btn-toggle-grey {
    background-color: #555;
    color: #fff !important;
    padding: 4px 10px !important;
    text-transform: uppercase;
}
.ui-widget.ui-widget-content {
    overflow-x: hidden;
    max-height: 200px;
    overflow-y: scroll;
    text-transform: capitalize;
}
.ui-widget-header {
    border: 1px solid #dddddd;
    background: #f68626;
    color: #333333;
    font-weight: bold;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #f68626;
    background: #f68626;
    font-weight: normal;
    color: #ffffff;
}


/* new contact page design */
.contact-page .container h1,.contact-page .container h3,.contact-page .container h4,.contact-page .container h5,.contact-page .container h6{
    margin:25px 0px;
}
.contact-page .container h1 a,.contact-page .container h2 a,.contact-page .container h3 a,.contact-page .container h4 a,.contact-page .container h5 a,.contact-page .container h6 a 
{color:#000;}

.contact-page .container p{
    margin:20px 0px;
    color:#000;
}

.contact-page .container h6 p a{
    color:#f68626;
    text-decoration: underline;
} 

.inventory-deatils p,.inventory-deatils p a,.special-note p{
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.special-note p a{
    color:#f68626;
}
.contact-form.section-top-inner{
background-image: url("https://www.simplexdiam.com/hs-fs/hubfs/images/Buying/Lets-connect-background.jpg?width=1920&name=Lets-connect-background.jpg");
background-repeat: no-repeat;
background-size: cover;
}

 .contact-form.section-top-inner h1 {
    color: #fff;
    position: relative;
}
.contact-form.section-top-inner h1:after {
   display: block;
    content: '';
    border-bottom: 1px solid #fff;
    font-weight: 900;
    width: 157px;
     margin: auto;
    padding: 15px 0px;
}
.contact-form .btn-box .btn{
    border:1px solid #fff;
    color:#fff;
    padding: 10px 30px;
    font-weight: 600;
}


@media(max-width:575px){
    .login-page .login-form .row .col-sm-12{
        padding: 0px;
    }
    .login-page .login-form {
        min-width:100%;
        padding: 25px;
       
    }
    .login-page .login-form a {
        
        font-size: 14px;
       
    }
}

/* --------------------update design  of resgistration page ----------------------------*/
.sign-up-box select {
    width: 100%;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 0px 5px;
}
.sign-up-box {
    background: #fff;
    margin-top: 20px;
    padding: 20px 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.07);
}

.sign-up-box .box-filed-heding-wrapper h1 {
    color: #000;
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
    margin: 0;
    padding-right: 15px;
}
.sign-up-box .squre-box-main {
    position: relative;
    padding: 25px 15px 10px 15px;
    border: 1px solid #c8c8c8;
    margin: 25px 0 0 0;
}


.sign-up-box .sub_heading {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    background: #fff;
    position: relative;
    top: 0;
    float: left;
    margin-top: -38px;
    padding: 0 10px 0 10px;
    text-transform: capitalize;
    /* background: red; */
}


.sign-up-box .bootstrap-select > .dropdown-toggle {
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    height: auto;
    padding: 6px 10px;
    background: #fff !important;
    outline: none !important;
    font-weight: 400;
    font-size: 15px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.sign-up-box .bootstrap-select .dropdown-menu {
    width: 100%;
    position: absolute;
    padding: 0;
    top: 49px;
    box-shadow: 0 0 12px 4px rgba(0,0,0,.1);
    border: 0;
}
.sign-up-box .bs-searchbox {
    padding: 10px 8px 4px 8px;
}
.sign-up-box .dropdown-item.active{
    background-color: #f68626;
}
.sign-up-box .sign-up-box.bootstrap-select>select {
    position: absolute!important;
    bottom: 0;
    left: 50%;
    display: block!important;
    width: .5px!important;
    height: 100%!important;
    padding: 0!important;
    opacity: 0!important;
    border: none;
    z-index: 0!important;
}
.sign-up-box .dropdown-toggle::after {
   
    position: absolute;
    right: 10px;
    top: 50%;
}
   
#patriot_Act .sign-up-box .dropdown-toggle::after {
display:none;
}
.sign-up-box .filter-option {
    text-align: left;
}
.sign-up-box .dropdown-menu .show{
  
        /* max-height: 321.656px; */
        min-height: 177px;
        width: 100%;
        position: absolute;
        transform: translate3d(0px, 0px, 0px);
        top: 0px;
        left: 0px;
        will-change: transform;
 
}
/* .sign-up-box .dropdown-menu.first.show {
    min-height: 500px !important;
    overflow-y: SCROLL !important;
} */
.sign-up-box .inner.show{
    /* min-height: 200px !important; */
 height: auto;
    MARGIN-TOP:50PX;
}
.sign-up-box .check-box {
    display: block;
    position: relative;
    padding-left: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
}
/* .sign-up-box .custom_chk_box a{
    color: #333;
} */

.sign-up-box .back-button a {
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    border-radius: 0px;
    background-color: #fff;
    padding: 8px 10px;
}
.sign-up-box .custom_chk_box button.btn.new_btn{
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    
    background-color: #fff;
    padding: 8px 10px;
}
.sign-up-box .custom_chk_box button.btn.new_btn:hover,.sign-up-box .back-button a:hover{
    border:1px solid #f68626;
    background-color: #f68626;
    color:#fff;
}

#ConsumerModal .modal-header.consumer_header ,#ConsumerModal .modal-footer.consumer_footer{
    background-color: #f68626;
    color: #ffff;
    align-items: center;
}
#ConsumerModal .modal-header.consumer_header button.close,#ConsumerModal .modal-footer.consumer_footer button.btn.btn-secondary {
    background: #ffff;
    opacity: 1;
    padding: 2px 5px !important;
    /* top: 10px; */
    color: #000;
    margin-right: 5px !important;
    border: 1px solid #fff;
}
section.section-top-inner.profile-page {
    min-height: 800px;
    position: relative;
}
.profile-page .tab_section {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    MARGIN-TOP: 25px;
}
.profile-page .tab {
    /* float: left; */
    width: 24%;
    height: auto;
}

.profile-page .tab button {
    text-align: left;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    padding: 10px 8px 5px;
    /* width: 100%; */
    border: none;
    outline: none;
    /* text-align: left; */
    cursor: pointer;
    transition: 0.3s;
    font-size: 20px;
    /* border: 1px solid #000; */
    background: #fff;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0px 0px 5px 0px;
}
#Company_information .row p a ,#Personal_information .row p a{
    color:#000;
}
#Company_information .row p, #Personal_information .row p {
    font-size: 16px;
    text-transform: capitalize;
}
/* .squre-box-main .table th,.squre-box-main .table td{
    white-space: nowrap;
    text-align: left;
} */
.squre-box-main .table th,.squre-box-main .table td a{
   color:#000;
   white-space: nowrap;
}
/* .squre-box-main .table td.close_icon {
  
    padding-top: 25px;
} */
#Credit_Application_Form .squre-box-main .table .table_input{
    border:none;
}

/* .profile-page .tab button:hover {
    background-color: #000;
    color: #fff;
} */


/* .profile-page .tab button.active {
    background-color: #000;
    color: #fff;

} */

.profile-page .tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #fff;
    width: 76%;
    border-left: none;
    height: auto;
    MARGIN-TOP: -10PX;
}

.profile-page .sign-up-box {

    margin-top: 0px;
}
.profile-page .sign-up-box .squre-box-main{
    margin-top:0px;
}
.profile-page input[type=text],.profile-page input[type=password],.profile-page input[type=email],.profile-page input[type=number]{
    border-radius: 5px !important;

    padding: 10px 15px !important;
    width: 100%;
    border: 1px solid #ddd;
}

.profile-page span.star {
    color: red;
    font-weight: 900;
}
/* 
.profile-page .sign-up-box .sub_heading {
    text-transform: uppercase;
} */
#Edit_modal .modal-header .close,#Edit_modal_active .modal-header .close {
    padding: 3px 5px !important;
    margin: 0px !important;
    background: #fff;
    opacity: 1 !important;
}
#Edit_modal .custom_edit_header,#Edit_modal_active .custom_edit_header {
    background: #f68626;
    color: #fff;
    padding: 10px;
    flex-direction: row-reverse;
}
#Edit_modal .custom_edit_footer,#Edit_modal_active .custom_edit_footer {
    BACKGROUND-COLOR: #F68626;
    PADDING: 10PX;
    COLOR: #fff !important;
}
#Edit_modal .custom_edit_footer button.btn,#Edit_modal_active .custom_edit_footer button.btn {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    OPACITY: 1;
    /* MARGIN-RIGHT: 10PX; */
}
#Edit_modal .custom_edit_body a ,#Edit_modal_active .custom_edit_body a{
    color: #000;
}
.tabcontent .squre-box-main .form-group label {
    margin-bottom: .5rem;
    color: #3f3f3f;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    display: contents;

}
.tabcontent .squre-box-main .row.px-2.justify-content-center label{
    white-space: nowrap;;
}
.tabcontent .squre-box-main .form-group label span.group{
    text-transform: lowercase;
}
.signature_input_box label{

    margin-bottom: .5rem;
    color: #3f3f3f;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    
}
.signature_input_box input{
border: 1px solid #000 !important;
color:#000 !important;
text-transform: capitalize;
}
.sign-up-box .checkbox_mobile label {
    text-transform: capitalize;
}
#Credit_Application_Form .principal {
    /* border: 1px solid #ddd; */
    padding: 10px 0px;
    margin: 0px 0px 30px 0px;
    width: 100%;
    /* border-radius: 10px; */
    position: relative;
    border-top: 1px solid #ccc !important;
}

#Credit_Application_Form .heading_text {
    font-size: 16px;
    position: absolute;
    top: -15px;
    left: 30px;
    background-color: #fff;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    /* border-bottom: 1px solid #000; */
    letter-spacing: 1px;
    /* background: red; */
    padding: 0px 10px;
}

#Credit_Application_Form .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff !important;
}

#Credit_Application_Form .table-hover tbody tr:hover {

    background-color: #fff;
}

#Credit_Application_Form button.btn {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    font-size: 15px;
    padding: 5px;
}
#Credit_Application_Form button.btn i{
     font-size: 14px;
}
#Credit_Application_Form .form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #ccc;
}

/* #Credit_Application_Form .principal p {
    text-transform: capitalize;
    font-size: 14px;
} */
#Credit_Application_Form .principal .OWNERS_text,#Credit_Application_Form .principal .trade_references {
    
    color: #000;
    font-weight:700;
    text-transform: capitalize;
    font-size: 16px;
   
}
/* question mark css start ----------------------------------------------------*/
.toast {
    position: absolute;
    z-index: 1;
    top: 28px;
    right: 40px;
    display: none;
}
.form-group ul li{
    list-style-type: none;
}
.form-group ul li #myBtn i, 
.form-group ul li #myBtn_2 i ,
.form-group ul li #mobile_register_btn i,
.tabcontent .sign-up-box .form-group  #company_phone_toast_btn i,
.tabcontent .sign-up-box .form-group #personal_phone_toast_btn i,
.tabcontent .sign-up-box .form-group #usa_phone_toast_btn i{
    font-size: 30px;
}
.tabcontent .sign-up-box .form-group #personal_phone_toast_btn{
    border:none !important;
}
 .form-group ul li #myBtn,
 .form-group ul li #myBtn_2,
 .form-group ul li #mobile_register_btn,
 .tabcontent .sign-up-box #company_phone_toast,
 .tabcontent .sign-up-box #personal_phone_toast,
 .tabcontent .sign-up-box #usa_phone_toast{
  position: relative;
   padding: 0px;
}
.toast .toast-header{
    border-bottom:none;
}
.toast .toast-body {
    margin-top: -35px;
}
.toast .toast-body p{
    margin-bottom:5px;
    color: #000;
}
/* question mark css end----------------------------------------------------------*/

#patriot_Act .new_design_act .form-control {
    border: none;
    background: none;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0px !important;
    padding: 0px !important;
}
select.buyer_dropdown {
    border: none;
    width: 150px;
}
.iti.iti--allow-dropdown input#mobile {
    padding: 0px 45px;
}

.sign-up-form  input#phone ,
.sign-up-form .iti.iti--allow-dropdown input#mobile,
.tabcontent .sign-up-box #company_phone,
.tabcontent .sign-up-box #personal_phone,
.tabcontent .sign-up-box #usa_phone  
{
    padding: 0px 0px 0px 45px !important;
    width: 100px;
    margin-right: 10px;
}
/* .tab_section #dashboard{
margin-top:-50px;
} */
#Shipping_Address .table th,#Shipping_Address .table td{
    /* white-space: nowrap; */
    text-transform: capitalize;
}
input[type="email"] {
    text-transform: lowercase !important;
}
::-ms-input-placeholder { /* Edge 12-18 */
    text-transform: capitalize !important;
  } 
::placeholder {
    text-transform: capitalize !important; 
  }


/* -------------------MY Account css Start----------------------------------- */
  .tabcontent .form_error {
    color: red;
}
.tabcontent .msg_popup strong {
    font-weight: 500 !important;
}
.tabcontent .form-group a {
    margin-bottom: .5rem;
    color: #3f3f3f !important;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    text-decoration: underline;
}
.tabcontent .wrong .fa-check {
    display: none;
}
.tabcontent .good .fa-times {
    display: none;
}
.tabcontent .new_row input[type="text"] {
    border-radius: 0px !important;
    border-bottom: 1px dashed #ccc !important;
}
.tabcontent .new_row {
    border-bottom: 1px solid #ccc;
}
.tabcontent .squre-box-main .form-group p#message {
    position: absolute;
    top: 30px;
    right: 25px;
    margin-bottom: 0px;
    font-size: 19px;
}
#Resale_Certificate_Form .resale-form .Purchaser_info:focus-visible {
    border: none;
    outline: none;
}
#Resale_Certificate_Form .resale-form .form-control:focus,
#Resale_Certificate_Form .resale-form .form-control:focus {
    outline: none;
    border: 1px solid #ddd;
    box-shadow: none;
}
#Resale_Certificate_Form .resale-form .Purchaser_info{
width: 300px !important;
padding: 0px 5px !important;
/* border-radius: 0px !important; */
/* height: 16px !important; */
display: inline-block;
border: none;
border-bottom: 1px solid #ccc !important;
border-radius: 0px !important;
background-color: #f1f4fe;
height: 25px;
}
#Resale_Certificate_Form .resale-form .input_fields{
display:block !important;
padding: 0px 5px !important;
border: none;
border-bottom: 1px solid #ccc !important;
border-radius: 0px !important;
background-color: #f1f4fe;
height: 25px;
width:100%
}
#Resale_Certificate_Form .resale-form label,
#Resale_Certificate_Form .resale-form p,
#Resale_Certificate_Form .resale-form li {
    text-transform: none;
    text-align: justify;
    line-height: 25px;
    vertical-align: middle;
}
#Resale_Certificate_Form .resale-form .Instructions .Instructions_column {
    column-count: 2;
}
#Resale_Certificate_Form .resale-form .Instructions .Instructions_column .text p,
#Resale_Certificate_Form .resale-form .Instructions .Instructions_column .text li {
    gap: 10px;
}
#Resale_Certificate_Form .resale-form .Instructions .Instructions_column .text h4 {
    font-size: 18px;
    font-weight: 600;
}
#Resale_Certificate_Form .resale-form .table td, #Resale_Certificate_Form .resale-form .table th{
    padding:0px 5px !important;
}
#Credit_Application_Form .table th,
#Credit_Application_Form .table td {
    white-space: nowrap;
    text-align: left;
    text-transform: capitalize;

}
#Credit_Application_Form .table td input {
    text-align: left;
    padding: 0px !important;
    height: 38px;
}
#Credit_Application_Form .table .serial_no {
    width: 7% !important;
}



@media print {
.print_data_kyc{
display: none!important;
}

}

@media print {
 @page {
    /* margin-left: 0.5in;
    margin-right: 0.5in; */
    margin-top: 0;
    margin-bottom: 0;
    margin: 0;
    -webkit-print-color-adjust: exact;
  }
}

/* -------------------MY Account css End----------------------------------- */

/* ------------------First Login Css Start------------------------------------------------------- */

.pages .page .squre-box-main {
  height: 620px;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  overflow-x:hidden;
}
.pages .page .slide-col {
    scroll-snap-align: start;
    height:610px;
}
 .btn_design {
    border: 1px solid #f68626 !important;
    background: #f68626 !important;
    color: #fff !important;
}
.page .squre-box-main .principal .table .table_input {
    border: none;
    background-color: transparent;
}
.page.one .squre-box-main .principal .heading_text {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    background: #fff;
    position: absolute;
    top: 0;
    float: left;
    margin-top: -18px;
    padding: 0 10px 0 10px;
    text-transform: capitalize;
    /* background: red; */
    left: 10px;    
}
.page .toast {
    max-height: 100px;
    overflow-y: scroll;
}
.container {
    width: 100%;
    overflow-x: hidden;
}
.pages {
    display: flex;
    width: 300%;
    box-sizing: border-box;
    position: relative;
}
.page {
    position: relative;
    width: 33%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    transition: all 0.7s;
}
.Sign_popup .login-footer {
    width: 90% !important;
    border: none !important;
}
.Sign_popup {
    border: 4px solid #f68626;
    max-width: 575px;
    margin: auto;
    width: 100%;
    padding: 20px;
    border-radius: 30px;
    position: relative;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .pages .page .sign-up-box {
    max-height: 600px;
    overflow-y: auto;
    box-shadow: none;
    margin-top: 0px;
    padding: 0px;
} */
.page .login-footer {
    position: absolute;
    bottom: 0;
    width: 93%;
    padding: 5px;
    background-color: #fff;
    margin-top: 50px;
    max-width: 1080px;
    margin: auto;
    min-height: 50px;
}
.page .login-footer .btn {
    border: 1px solid #000;
    border-radius: 5px;
}
.pages .page.one .form_error{
    color:red;
}
@media(max-width:992px) {
    .page .login-footer {
        width: 91%;
    }
    .pages .page .slide-col {
        height: auto;
    }
}

@media(max-width:767px) {
    .page .login-footer {
        width: 89%;
    }

    .page .login-footer {
        width: auto;
        border: none;
    left:0px;
    }
}

@media(max-width:575px) {
  
    .pages .page .squre-box-main {
        height: 460px!important;
        margin: 0px !important;
        padding: 0px 5px 5px 5px;
    }
    .pages .page.one .squre-box-main {
        height: 380px!important;
    }
    .pages .page{
        height:500px !important;
        padding: 20px;
    }
    .page .login-footer {
        left: 20px;
        background: #fff;
        min-height: auto;
        padding: 0px;
        bottom: 0px;
    }
}

.page .few_min_popup .sub_details {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    background: #fff;
    text-transform: capitalize;
}
.pages .page.one .principal {
    /* border-top: 1px solid #ccc; */
    position: relative;
    padding-top: 15px;
}
.pages ul li i{
    font-size: 30px;
}
.pages .page .resale-form .Purchaser_info{
    min-width: 200px ;
    /* width:100%; */
    padding: 0px 5px !important;
    /* border-radius: 0px !important; */
    /* height: 16px !important; */
    display: inline-block;
    border: none;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0px !important;
    background-color: #f1f4fe;
    height: 25px;
    }
.pages .two  .table th {
        padding: 0px 5px !important;
    }
.sign-up-box.vertical-scroll-snap{
        background:transparent;
        margin-top: 0;
        padding:0;
        border-radius:0;
        box-shadow:none;
    }
.sign-up-box.vertical-scroll-snap .sub_heading, .sign-up-box.vertical-scroll-snap .heading_text{
        float: none !important;
        position: inherit !important;
        margin-top: 0 !important;
        padding:15px 0 10px 0px !important;
        left: 0 !important;
        }
.sign-up-box.vertical-scroll-snap  .checkbox_Patriotact {
            border-top:0;
        }
  /* ----------------------First Login CSss End------------------------------------------------------------------------ */

/* alrtify ji in accouny application */
.radius-flat {
border-radius: 0px !important;
}
.alertify .ajs-header {
margin: -24px !important;
margin-bottom: 0 !important;
padding: 8px 24px !important;
background-color: #f68626 !important;
color: #fff !important;
font-size: 16px !important;
}
.alertify .ajs-footer {
padding: 0px !important;
margin-left: -24px !important;
margin-right: -24px !important;
min-height: 39px !important;
background-color: #f68626 !important;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {

border: 1px solid #fff !important;
}
.alertify .ajs-commands {
position: absolute !important;
right: 4px !important;
margin: -19px 10px 0 0 !important;
z-index: 2 !important;
}
.alertify .ajs-body {
min-height: 90px !important;
}
.alertify-notifier.ajs-top.ajs-right {
color: #fff;
}
