* {
    margin: 0px;
    padding:0;
    box-sizing: border-box;
    border:0;
    outline:none;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
}

ul { list-style: none; }

body {
        
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-variation-settings: "wdth" 100;
        font-size:18px;
        color:#4B4C50;

}
select,
input {   color:#4B4C50; }
a {   color:#4B4C50; }
h1 { color:#4B4C50; }
h3 { margin-bottom:10px; color:#4B4C50; }

.color-fcb525 { color:#fcb525 !important; }
.fw-700 { font-weight: 700; }
.fw-600 { font-weight: 600 !important; }
.f-14 { font-size:14px !important; }
.f-20 { font-size:20px !important; }
.f-32 { font-size:32px !important; }

.d_block { display:block !important;  }
.d_flex { display:flex; }
.c_gap10 { column-gap: 10px;}
.justify-sb { justify-content: space-between; }
.justify-c { justify-content: center; }
.ai-c { align-items:center; }

.decoration_none { text-decoration:none; }
.underline { text-decoration:underline; }
.text_left { text-align: left;}
.text_right { text-align: right !important;}
.text_center { text-align: center;}

.mw-900 { max-width: 900px; }
.mw-750 { max-width: 750px !important; }
.mw-480 { max-width: 480px; }
.mw-260 { max-width: 260px; }
.w-100 { width: 100%; }
.main_wrapper {
    width:100%;
    position:relative;
}

.mt-10 { margin-top:10px !important; }
.mt-20 { margin-top:20px !important; }
.mt-30 { margin-top:30px !important; }
.mt-40 { margin-top:40px !important; }
.mb-5 { margin-bottom:5px !important; }
.mb-10 { margin-bottom:10px !important; }
.mb-20 { margin-bottom:20px !important; }
.mb-25 { margin-bottom:25px !important; }
.mb-30 { margin-bottom:30px !important; }
.mb-40 { margin-bottom:40px !important; }
.mr-16 { margin-right:16px; }
.mlr-auto { margin-left: auto; margin-right: auto;}


.pb-50 { padding-bottom:50px; }
.pb-100 { padding-bottom:100px; }
.pb-150 { padding-bottom:150px; }
.pt-30 { padding-top:30px; }
.pt-50 { padding-top:50px; }
.pt-70 { padding-top:70px; }
.pt-100 { padding-top:100px; }

.container {
    max-width: 1500px;
    margin:0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

/* Header Style */
.header_wrap .top_header {
    background-color:#4B4C50;
    padding: 33px 0 28px;
}
.header_container { max-width: 1600px; padding: 0 32px;}
.header_container .logo { max-width: 208px;}

.header_wrap .top_banner {
    background-color:#F0B025;
    padding: 12px 0 8px;
}
.menu_wraps { display:flex; align-items: end; column-gap: 15px; padding-top: 20px; }
.menu_wraps ul { list-style: none; display:block; padding-bottom: 8px;}
.menu_wraps ul li a { color:#fff;font-size:32px; font-weight:600; }
.menu_wraps ul li  span.stat_tags { padding: 0 2px; display:block; max-width:118px; background-color:#fff; color:#E5B216; font-size:14px; }

.menu_wraps ul.menu_tabs { display:flex; column-gap: 5px; padding-bottom:0px; margin-bottom:-8px; margin-left:60px;}
.menu_wraps ul.menu_tabs li { display:flex; column-gap: 5px;}

.menu_wraps ul.menu_tabs li a { border-radius:25px 25px 0 0; background-color:#4B4C50; border:1px solid #4B4C50; color:#F0B025; font-size:25px; font-weight:700; padding: 22px 42px 12px; }
.menu_wraps ul.menu_tabs li a.active { background-color:#EBEBEB; border:1px solid #EBEBEB; }



.main_content { background-color:#ebebeb; }

.welcome_msg span { display:block; letter-spacing: -1px; font-size:22px; font-weight: 600; color:#fff;  margin-bottom: 5px;}
.welcome_msg a,
.welcome_msg button.logout {
    justify-content: end;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-family: inherit;
}

/* Admin slide-out menu: plugin CSS only styles li > a; Laravel uses POST+csrf button */
#resp-sidebar #mobile-navigation .menu > li.menu-item-logout > form.sidebar-logout-form {
    margin: 0;
    padding: 0;
    display: block;
}

#resp-sidebar #mobile-navigation .menu > li.menu-item-logout .sidebar-logout-submit {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    position: relative;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

#resp-sidebar #mobile-navigation .menu > li.menu-item-logout:hover .sidebar-logout-submit {
    background-color: #F0B025;
    color: #fff;
}


/* Footer Style */

.footer_wrap { background-color:#55565a; position:relative; }
.footer_wrap .footer_container {
    max-width: 1400px; 
    margin:0 auto; 
    padding: 32px 30px 64px;
}

.footer_wrap  .footer_columns { display:flex; column-gap: 50px;}
.footer_wrap  .footer_columns > .column {  flex: 1; }

.footer_wrap  .footer_columns  .column ul.flex {  display: flex; }

.footer_social_icons { margin-bottom:40px; }
.footer_social_icons ul { list-style:none;  display:flex;  justify-content: center; }
.footer_social_icons ul a {
    background: #72747b;
    border-radius: 100px;
    margin: 0 10px;
    padding: 4.5px 5px;
    height: 34px;
    width: 34px;
    display: block;
}

.footer_social_icons ul a  i {  color: #fff; }
.footer_columns { color:#fff; } 
.footer_columns h3 { font-size: 1.25rem; margin-bottom: .5rem; font-weight: 500;  color: #fff;}
.footer_columns ul { list-style: none;}
.footer_columns ul li,
.footer_columns p,
.footer_columns a {color:#fff; text-decoration:none; font-size:16px;}
.footer_columns ul li{ margin-bottom:5px; }
.footer_columns ul li span { display:block; }
.f_logos li { margin-bottom:16px; }

.footer_columns  .column.column-3 p { max-width:200px; }

/*Back to top*/
.back-to-top { 
    position: absolute;
    border: 0px solid red;
    top: 0px;
    left: 0;
    right: 0;
    margin: -31px auto 0;
    width: 72px;
    height: 31px;
 }

 .welcome_banner { padding : 95px 40px; }

  h3.listing_heading,
 .welcome_banner h1 { color:#4B4C50; font-size:35px; font-weight:700;  line-height: 39px; margin-bottom:5px;}
 .welcome_banner p {
     font-size: 24px;
     font-weight: 400;
     color: #4b4c50;
 }

 h3.checkout_heading {
     color:#4B4C50; font-size:32px; font-weight:700; 
     display:flex;
     align-items: center;
     column-gap: 10px;
 }

 h3.checkout_heading span.divider_vertical{
    height:33px;
    width:1px;
    display:block;
    background-color:#707070;
 }

.project_listing_page { padding-bottom:130px; }

 /* Project Listing */
.project_listing { display:flex; justify-content: center; column-gap: 40px;  flex-wrap: wrap; row-gap: 60px; }
.project_listing .project_item {
  flex: 0 0 calc(33.333% - 40px);
}
.project_item .proj_image { position:relative; margin-bottom:20px; }
.project_item .proj_image .action { position:absolute; right:12px; top:12px; display:flex; column-gap: 15px; }
.project_item .proj_image img.featured_img { width:100%; height: 320px; object-fit: cover; }
.project_item  .proj_details  { display:flex; justify-content: space-between; column-gap: 10px;}
.project_item  .proj_details .details h3 {
     font-size: 24px;
     font-weight: 700;
     color: #4b4c50;
     letter-spacing: -0.5px;
     margin-bottom:0px;
}
.project_item  .proj_details .details span {
        font-size: 22px;
        font-weight: 400;
        color: #4b4c50;
        max-width: 250px;
        display: block;
        letter-spacing: -0.5px;
}
.project_item  .proj_details  .btn { padding-right:10px; }
.project_item  .proj_details  .btn a {
    color:#fff;
    padding: 7px 37px; 
    font-size: 23px;
    font-weight: 600;
    border-radius: 31px;
    display:block;
    background: #f0b025
}



/* Project Listing Popup */
.pop_wrap_overlay {
    background-color:#00000075;
    position:fixed;
    border:0px solid red;
    top:0;
    width:100%;
    height: 100vh;
    z-index:99;
    display: flex;
    align-items: center;
    justify-content: center
}
.pop_wrap_overlay .popup_box {

    max-width:700px;
    width:100%;
    background: #ebebeb;
    margin:0 auto;
    position:relative;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.16 ));
}
.pop_wrap_overlay .popup_box .close { position:absolute; right: -40px; top: 0px;}

.pop_wrap_overlay .popup_box .pop_header { font-size:30px; font-weight: 700; background-color:#F0B025; color:#fff; padding: 23px 64px 11px; }

.pop_wrap_overlay .popup_box .pop_content {
    padding: 100px 160px 80px;
}
.pop_content  .pop_form { text-align: center; }

.pop_content  .pop_form .upload_here { text-align:center; border: 2px dashed #ccc; background-color:#fff; padding: 24px 90px 33px; }
.pop_content  .pop_form .upload_here img { margin-bottom:15px; }
.pop_content  .pop_form .upload_here span { letter-spacing: -0.6px; display:block; width:100%; text-align:center; font-weight:22px; color:#4B4C50; }

.pop_content  .pop_form  .yellow_btn {
    border:1px solid #F0B025;
    padding: 9px 29px;
    background-color: #F0B025;
    border-radius:30px;
    font-size:18px;
    color:#fff;
    display: inline-block;
    margin: 45px 5px 0 5px;

}

.pop_content  .pop_form  .gray_btn {
    border:1px solid #4b4c50;
    padding: 9px 29px;
    background-color: #4b4c50;
    border-radius:30px;
    font-size:18px;
    color:#fff;
    display: inline-block;
    margin: 45px 5px 0 5px;

}


.pop_content  .pop_form  .crop-container {
  width: 300px;
  height: 300px;
  overflow: hidden;        /* hides extra image */
  border: 2px dashed #aaa; /* gives editable look */
  position: relative;
  cursor: grab;
  margin:0 auto;
}

.pop_content  .pop_form .crop-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.2); /* dark overlay */
  pointer-events: none;
}

.pop_content  .pop_form  .crop-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fills like a crop */
}


.pop_content  .pop_form .crop-container span {
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  border: 1px solid black;
}

/* corners */
.pop_content  .pop_form .top-left { top: -5px; left: -5px; }
.pop_content  .pop_form .top-right { top: -5px; right: -5px; }
.pop_content  .pop_form .bottom-left { bottom: -5px; left: -5px; }
.pop_content  .pop_form .bottom-right { bottom: -5px; right: -5px; }


.pop_content  .pop_form .remove-container h3.remove_text {
    color:#4B4C50;
    font-size:32px;
}

.pop_content  .pop_form .remove-container span.remove_text2 {
    color:#000;
}

/* Project Listing - Signs orders */
.sign_order_notes_wrap { background-color:#fff; padding:68px 0 36px; }
.sign_order_notes { display:flex; column-gap: 30px; justify-content: space-between; align-items: center; }
.sign_order_notes .col_left { border-left: 8px solid #F0B025; padding-left:30px; }
.sign_order_notes h1 { font-size:38px; letter-spacing: -1px; line-height: 40px; margin-bottom: 5px; }
.sign_order_notes .col_left  p {font-size:29px;}
.sign_order_notes .col_right { width:100%; max-width:443px;}
.sign_order_notes .col_right  p {font-size:21px;}

.ordering_listing  .order_heading { display:flex; background-color:#4B4C50; padding: 0 40px; column-gap: 40px;  }
.ordering_listing  .order_heading .col_item { font-size: 20px;
    letter-spacing: -0.5px; color:#F1BF24;text-align:left; padding: 19px 0 15px; font-weight:700;  }
.ordering_listing .col_1,
.ordering_listing .col_2 { width: 200px; }
.ordering_listing .col_3 { width: 400px; }
.ordering_listing .col_4 { width: 240px; }

.orders_item_wrapper .order_item {  display:flex; padding: 37px 40px; column-gap: 40px; align-items: center; }
.orders_item_wrapper .order_item.odd { background-color:#fff; }
.orders_item_wrapper .order_item .preview,
.orders_item_wrapper .order_item .f_image { display:block; }
.orders_item_wrapper .order_item .preview { font-size:12px; font-weight:700; letter-spacing: -0.5px; margin-top:7px;}
.orders_item_wrapper .order_item .preview img { margin-left:10px; }
.orders_item_wrapper .order_item .col_3 h3,
.orders_item_wrapper .order_item .col_2 , 
.orders_item_wrapper .order_item .col_4 { font-size:20px; } 
.orders_item_wrapper .order_item .col_3 h3 { margin-bottom:0px;}
.orders_item_wrapper .order_item .col_3 p { font-size:16px; max-width:350px; } 
.orders_item_wrapper .order_item .col_5 span { font-size:23px; display:block; text-align:center; } 

.orders_item_wrapper .order_item .col_5  .yellow_btn {
    border:1px solid #F0B025;
    padding: 9px 29px;
    background-color: #F0B025;
    border-radius:30px;
    font-size:19px;
    color:#fff;
    display: inline-block;
    margin: 8px 5px 0 5px;

}

/* Order Review Listing */
.order_review_listing  .order_heading { display:flex; background-color:#4B4C50; padding: 0 40px; column-gap: 50px;  }
.order_review_listing  .order_heading .col_item { font-size:20px; letter-spacing: -0.5px; color:#F1BF24;text-align:left; padding: 19px 0 15px; font-weight:700;   }
.order_review_listing  .order_heading .col_1  { text-align: center; }
.order_review_listing .col_1 { width: 160px; text-align: center;}
.order_review_listing .col_2 { width: 250px; }
.order_review_listing .col_3 { width: 420px;  display:flex; column-gap: 30px; justify-content: space-between; }
.order_review_listing .col_4 { width: 80px; }
.order_review_listing .col_5 { width: 100px; }


.review_item_wrapper .order_item {  display:flex; padding: 37px 40px; column-gap: 50px; align-items: center; }
.review_item_wrapper .order_item.odd { background-color:#fff; }
.review_item_wrapper .order_item.even { background-color:#ebebeb; }
.review_item_wrapper .order_item .preview,
.review_item_wrapper .order_item .f_image { display:block; }
.review_item_wrapper .order_item .preview { font-size:12px; font-weight:700; letter-spacing: -0.5px; margin-top:7px;}
.review_item_wrapper .order_item .preview img { margin-left:10px; }
.review_item_wrapper .order_item .col_3 .left { width:200px; }
.review_item_wrapper .order_item .col_3 .right { width:180px; }
.review_item_wrapper .order_item .col_3 .f-14 { font-size:14px; display:block }
.review_item_wrapper .order_item .col_3 .f-13 { font-size:13px; display:block }
.review_item_wrapper .order_item .col_3 .f-11 { font-size:11px; display:block }
.review_item_wrapper .order_item .col_3 ul.line li { font-size:11px; }
.review_item_wrapper .order_item .col_2 strong,
.review_item_wrapper .order_item .col_2 p { font-size:14px; }
.review_item_wrapper .order_item .col_3 p { font-size:16px; max-width:350px; } 
.review_item_wrapper .order_item .col_5 span { font-size:18px; display:block;} 
.review_item_wrapper .order_item .col_6 { display:flex; column-gap: 20px;}
.review_item_wrapper .select_input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-color: #ebebeb;
    border-width: 1px;
    border-style: solid;
    border-radius: 31px;
    padding: 7px 17px;
    background-color: #fff;
    background: url(../images/next.svg) no-repeat right 15px center;
    background-size: 9px;
    max-width: 63px;
    width: 100%;
    font-size: 12px;
    margin-bottom: 0px;
    display: block;
    color: #4B4C50;
}

.review_item_wrapper .order_item.even .select_input { border:1px solid #4B4C50; }

.review_footer { display:flex; padding: 60px; column-gap: 40px; }

.review_footer .notes { display:flex; column-gap: 8px;  width:480px;  padding-top: 6px; }
.review_footer .notes .text { line-height: 19px; }
.review_footer .notes h4 {font-size:19px; /*color:#F0B025;*/ }
.review_footer .notes span { font-size:14px; color: #4B4C50; }

.review_footer .min_text { display:flex; column-gap: 8px; width:260px; padding-top: 6px; padding-left: 20px; }
.review_footer .min_text p { font-size: 14px;}
.review_footer .min_text p strong { display:block;}

.review_footer .sub_total_wrap .total { display:flex; margin-bottom:60px; padding-left: 40px; column-gap: 50px;}
.review_footer .sub_total_wrap .total .sub_text { max-width:180px; }
.review_footer .sub_total_wrap .total .sub_text h3,
.review_footer .sub_total_wrap .total .price_text { font-size:22px; font-weight:700; }
.review_footer .sub_total_wrap .total .sub_text p { font-size:12px; font-weight:400; }

.review_footer .sub_total_wrap  .btn_wrap { display:flex; column-gap:16px; }
.review_footer .sub_total_wrap  .btn_wrap  a { font-size:16px; font-weight: 600; align-items: center; display:flex; }
.review_footer .sub_total_wrap  .btn_wrap  .add { border-radius:30px; padding:10px 16px 10px 16px; column-gap:8px; align-items: center;  border:1px solid #B5B5B5; background-color:#B5B5B5; color:#fff;}
.review_footer .sub_total_wrap  .btn_wrap  img { width:20px; height:20px;  }


.review_footer .sub_total_wrap  .btn_wrap .checkout {
    border:1px solid #F0B025;
    padding:10px 16px 10px 16px;
    background-color: #F0B025;
    border-radius:30px;
    color:#fff;
    column-gap:8px; align-items: center;

}


/* Checkout Page Step 1*/
.top_checkout_listing { display:flex; column-gap: 20px;     border-bottom: 1px solid #707070; padding-bottom:15px; margin-bottom:40px;  }
.top_checkout_listing .tab_listing { display:flex; column-gap: 20px; }

.top_checkout_listing .tab_listing li a { 
    width:40px; 
    height:40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:30px; 
    background-color:#B5B5B5; 
    color:#fff; 
    font-weight: 700; 
    font-size:22px; 
}
.top_checkout_listing .tab_listing li a.active { background-color:#F0B025; }
.checkout_indicator { font-size:12px; display:block;margin-bottom:15px; }

.checkout_step .q_wrapper { display:block; margin-bottom:40px; }
.checkout_step .q_wrapper strong.block { 
    font-size:20px; font-weight:700;
    display:block;
    margin-bottom: 12px;
}

.checkout_step .q_wrapper label {  margin-bottom:5px; column-gap: 10px; align-items: center; display:flex; font-size:14px; font-weight:600; }


.checkout_page_listing .btn_wrap { display:inline-flex; column-gap:16px; margin-top:20px; }
.checkout_page_listing  .btn_wrap  a { justify-content:center; font-size:18px; font-weight: 600; align-items: center; display:flex; }
.checkout_page_listing  .btn_wrap  .back {  width:133px; border-radius:30px; padding:10px 16px 10px 16px; column-gap:8px; align-items: center;  border:1px solid #B5B5B5; background-color:#B5B5B5; color:#fff;}

.checkout_page_listing  .btn_wrap .checkout {
    border:1px solid #F0B025;
    padding:10px 16px 10px 16px;
    background-color: #F0B025;
    border-radius:30px;
    color:#fff;
    width:133px;
    column-gap:8px; align-items: center;

}

.checkout_page_listing  .checkout_step .checkout_column2  { display:flex;  column-gap: 150px; justify-content: space-between;}
.checkout_step.checkout_step_2 input { 
    border-color: #B5B5B5;
    border-width: 1px;
    border-style: solid;
    border-radius: 31px;
    padding: 10px 25px;
    background-color: transparent;
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
    color: #4B4C50;
}

.checkout_step.checkout_step_2 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-color: #B5B5B5;
    border-width: 1px;
    border-style: solid;
    border-radius: 31px;
    padding: 10px 25px;
    background-color:transparent;
    background: url(../images/next.svg) no-repeat right 25px center;
    background-size: 12px;
    font-size: 14px;
    margin-bottom: 15px;
   height:40px;
    color: #4B4C50;
    
}


.checkout_step .billing_address, 
.checkout_step .shipping_address { width:100%;}
.checkout_page_listing .checkout_step_2 .cols-2,
.checkout_page_listing .checkout_step_2 .cols-3 { display:flex; column-gap: 25px; }
.checkout_page_listing .checkout_step_2 .cols-3 .input-1 { min-width:280px; max-width: 100%; }
.checkout_page_listing .checkout_step_2 .cols-3 .input-2 { max-width:100px; width:100%; }

.billing_address h3 { display:flex; column-gap: 20px; align-items: center; padding-left:20px; }
.shipping_address h3 { padding-left:20px; }
.billing_address h3  label { display:flex; column-gap: 20px; align-items: center;  }
.billing_address h3  input { width:unset !important; margin-bottom:0px !important; }


/* Checkout step3 */

.checkout_step_3 .three_boxes {  display:flex; column-gap: 50px; margin-bottom:70px;  }
.checkout_step_3 .three_boxes .box_1,
.checkout_step_3 .three_boxes .box_2,
.checkout_step_3 .three_boxes .box_3 { background-color: #CCCCCC; padding: 12px 25px 20px 25px; }

.checkout_step_3 .three_boxes .box_1 { width:100%; max-width:100%; }
.checkout_step_3 .three_boxes .box_2,
.checkout_step_3 .three_boxes .box_3 { width:100%; max-width:350px; }
.checkout_step_3 .three_boxes .box_2 strong,
.checkout_step_3 .three_boxes .box_3 strong {  display:block;font-size:18px; font-weight: 700; margin-bottom:15px;}
.checkout_step_3 .three_boxes .box_2 p,
.checkout_step_3 .three_boxes .box_3 p { font-size:18px; max-width: 220px; line-height: 25px; line-height: 25px;}
.checkout_step_3 .three_boxes .box_1 .text1 ul { display:flex; column-gap: 50px; border-bottom:1px solid #707070; padding-bottom:13px;  margin-bottom:15px; }
.checkout_step_3 .three_boxes .box_1 .text1 ul li { font-size:21px;   }
.checkout_step_3 .three_boxes .box_1 .text2 { display:flex; column-gap:60px; }
.checkout_step_3 .three_boxes .box_1 .text2 ul li { margin-bottom:10px; font-size:18px;}


.checkout_step_3 .col_1 { width: 100px; text-align: center;}
.checkout_step_3 .col_2 { width: 250px; }
.checkout_step_3 .col_3 { width: 450px;  display:flex; column-gap: 50px; justify-content: space-between; }
.checkout_step_3 .col_4 { width: 100px; text-align: right;}

.checkout_step_3 .order_item {  width:100%; display:flex; padding: 37px 40px 37px 80px; column-gap: 50px; align-items: center; justify-content:space-between; }
.checkout_step_3 .order_item.odd { background-color:#fff; }
.checkout_step_3 .order_item.even { background-color:#ebebeb; }
.checkout_step_3 .order_item .preview,
.checkout_step_3 .order_item .f_image { display:block; }
.checkout_step_3 .order_item .preview { font-size:12px; font-weight:700; letter-spacing: -0.5px; margin-top:7px;}
.checkout_step_3 .order_item .preview img { margin-left:10px; }
.checkout_step_3 .order_item .col_3 .left { width:200px; }
.checkout_step_3 .order_item .col_3 .right { width:180px; }
.checkout_step_3 .order_item .col_3 .f-14 { font-size:14px; display:block }
.checkout_step_3 .order_item .col_3 .f-13 { font-size:13px; display:block }
.checkout_step_3 .order_item .col_3 .f-11 { font-size:11px; display:block }
.checkout_step_3 .order_item .col_3 ul.line li { font-size:11px; }
.checkout_step_3 .order_item .col_2 strong,
.checkout_step_3 .order_item .col_2 p { font-size:14px; }
.checkout_step_3 .order_item .col_3 p { font-size:16px; max-width:350px; } 
.checkout_step_3 .order_item .col_4 span { font-size:18px; display:block;} 
.checkout_step_3 .select_input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-color: #ebebeb;
    border-width: 1px;
    border-style: solid;
    border-radius: 31px;
    padding: 7px 17px;
    background-color: #fff;
    background: url(../images/next.svg) no-repeat right 15px center;
    background-size: 9px;
    max-width: 63px;
    width: 100%;
    font-size: 12px;
    margin-bottom: 0px;
    display: block;
    color: #4B4C50;
}

.checkout_step { display:none; }
.checkout_step.active { display:block; }



.final_checkout_footer { display:flex; padding: 60px 40px; column-gap: 40px; justify-content: space-between; }

.final_checkout_footer .notes { display:flex; column-gap: 8px;  width:330px;  padding-top: 6px; }


.final_checkout_footer .min_text { display:flex; column-gap: 8px; width:260px; padding-top: 6px; padding-left: 20px; }
.final_checkout_footer .min_text p { font-size: 14px;}
.final_checkout_footer .min_text p strong { display:block;}

.final_checkout_footer .sub_total_wrap .total { display:flex; justify-content: space-between; margin-bottom:60px; padding-left: 0px; column-gap: 50px;}
.final_checkout_footer .sub_total_wrap .total .sub_text { max-width:180px; }
.final_checkout_footer .sub_total_wrap .total .sub_text span,
.final_checkout_footer .sub_total_wrap .total .price_text span  { display:flex; margin-bottom: 12px;  max-width:180px; font-size:18px; font-weight:600; }
.final_checkout_footer .sub_total_wrap .total .price_text span { justify-content: end; }
.final_checkout_footer .sub_total_wrap .total .price_text { width:100px; }
.final_checkout_footer .sub_total_wrap .total .sub_text span.total_txt,
.final_checkout_footer .sub_total_wrap .total .price_text span.total_txt { font-size:22px; font-weight:700; margin-top:15px; }

.final_checkout_footer .sub_total_wrap  .btn_wrap {      
    display: inline-flex;
    column-gap: 16px;
    margin-top: 20px; }
.final_checkout_footer .sub_total_wrap  .btn_wrap  a { 

    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    display: flex;
    color:#B5B5B5;

 }
.final_checkout_footer .sub_total_wrap  .btn_wrap  .back {
    width: 133px;
    border-radius: 30px;
    padding: 10px 16px 10px 16px;
    column-gap: 8px;
    align-items: center;
    border: 1px solid #B5B5B5;
    background-color: #B5B5B5;
    color: #fff;
}

.final_checkout_footer .sub_total_wrap  .btn_wrap .checkout {
    border: 1px solid #F0B025;
    padding: 10px 16px 10px 16px;
    background-color: #F0B025;
    border-radius: 30px;
    color: #fff;
    width: 190px;
    column-gap: 8px;
    align-items: center
}


/* Checkout Thank you popup */
.checkout_wrap_overlay {
    background-color:#00000075;
    position:fixed;
    border:0px solid red;
    top:0;
    width:100%;
    height: 100vh;
    z-index:99;
    display: flex;
    align-items: center;
    justify-content: center
}
.checkout_wrap_overlay .c_popup_box {

    max-width:1000px;
    width:100%;
    background: #ebebeb;
    margin:0 auto;
    position:relative;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.16 ));
}

.checkout_wrap_overlay .c_popup_box .c_pop_content {
    padding: 100px 60px 80px;
    text-align: center;
}

.c_pop_content  h3  { font-size:32px; font-weight: 700; margin-top:25px; margin-bottom:20px; }
.c_pop_content .confirmation_box {
     background-color:#fff; 
     padding: 13px 42px; 
     max-width:370px;
     margin:0 auto 35px;
}
.c_pop_content .confirmation_box span { display:block; font-size:18px; font-weight:600; }
.c_pop_content .confirmation_box .con_number { display:block; font-size:32px; font-weight:700; color:#F0B025;}
.c_pop_content p  { display:block; font-size:14px;  }

.c_pop_content .btn_action  { display:flex; justify-content: center; margin-bottom:25px; }
.c_pop_content    .yellow_btn {
    border:1px solid #F0B025;
    padding: 9px 29px;
    background-color: #F0B025;
    border-radius:30px;
    font-size:18px;
    color:#fff;
    display: inline-block;
    margin: 5px 5px 0 5px;
    letter-spacing: -0.5px;
    font-weight:600;

}

.c_pop_content   .gray_btn {
    border:1px solid #4b4c50;
    padding: 9px 29px;
    background-color: #4b4c50;
    border-radius:30px;
    font-size:18px;
    color:#fff;
    display: inline-block;
    margin: 5px 5px 0 5px;
    letter-spacing: -0.5px;
    font-weight:600;

}







/*Sign Details View*/
.sign_details_wrap { display:flex; justify-content: space-between; column-gap: 100px; position:relative; padding: 0 80px 60px;   background-color:#fff; }
.sign_details_wrap.header_part { padding-bottom:0px;}
.sign_details_wrap.header_part::before {
    content : ' ';
    width:100%;
    max-width: 100%;;
    top:0px;
    left:0px;
    border:0px solid red;
    display:block;
    position:absolute;
    background-color:#4B4C50;
    height:59px;
    
}
.sign_details_wrap .col_item { position:relative;z-index: 4;}
.sign_details_wrap .col_item h3 { font-size:21px; padding-left:17px;}
.sign_details_wrap .col_item .heading { 
    color:#F1BF24;
    text-align:left; 
    padding: 19px 40px 15px; 
    font-weight:700; 
    background-color:#4B4C50;
    display:flex;
    margin-bottom:50px;
}
.sign_details_wrap .col_item.col_1 { width: 260px;}
.sign_details_wrap .col_item.col_1 .heading { text-align: center; justify-content: center; }
.sign_details_wrap .col_item.col_2 p { font-size:16px; max-width: 380px; margin-bottom:70px; line-height: 24px; }
.sign_details_wrap .textarea_input,
.sign_details_wrap .input_form {
    border-color: #ebebeb;
    border-width: 1px;
    border-style: solid;
    border-radius: 31px;
    padding: 14px 27px;
    background-color:#fff;
    max-width: 380px;
    width:100%;
    font-size:17px;
    margin-bottom:13px;
    display:block;
    color:#4B4C50;
}

.sign_details_wrap .col_item .input_wrap { position:relative; }


.sign_details_wrap .col_item .input_wrap .place-holder  {
    position: absolute;
    top: 50%;
    left: 27px;
    transform: translateY(-50%);
    pointer-events: none;
    color:#7d7d80;
    font-size:17px;
    display:flex;
    align-items: center;
    column-gap: 4px;
  
}

.sign_details_wrap .col_item  input:focus + .place-holder,
.sign_details_wrap .col_item  input:not(:placeholder-shown) + .place-holder {
  display: none;
}

.sign_details_wrap .col_item .input_wrap .place-holder .sm { font-size:12px; padding-top:1px; }

.sign_details_wrap .col_item.col_1 .preview { 
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.25px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin-top: 10px;

}

.sign_details_wrap .input_form.mx_240 { max-width:240px; }
.sign_details_wrap .col_item.col_2 .heading { padding-left:0px; }

.sign_details_wrap .select_input {
   appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
    border-color: #ebebeb;
    border-width: 1px;
    border-style: solid;
    border-radius: 31px;
    padding: 14px 37px;
    background-color:#fff;
    background: url('../images/next.svg') no-repeat right 25px center;
    background-size: 12px;
    max-width: 98px;
    width:100%;
    font-size:17px;
    margin-bottom:0px;
    display:block;
    color:#4B4C50;
}
.sign_details_wrap .col_item.col_2 { width:100%; max-width: 380px; }
.sign_details_wrap .col_item.col_3 { width:100%; max-width: 370px;}
.sign_details_wrap .col_item.col_3 .row_1 {     
    max-width: 370px;
    width: 100%; 
    display:flex; 
    column-gap: 55px; 
    align-items: center; 
    margin-bottom:165px; 
    justify-content: end;
}
.sign_details_wrap .col_item.col_3 .heading {
      max-width: 370px;
      width: 100%; 
      column-gap: 55px;
      padding: 19px 0 14px;
      justify-content: end;
}
.sign_details_wrap .col_item.col_3 .heading .h_text1 { width:98px; text-align: center;}
.sign_details_wrap .col_item.col_3 .heading .h_text2 { width:100px; text-align: center;}

.sign_details_wrap .col_item.col_3 .row_1.mb-135 {  margin-bottom:135px;  }
.sign_details_wrap .price {  font-size:29px; font-weight: 600; }

.sign_details_wrap .textarea_input {
    height:245px;
    padding: 18px 26px;
    margin-bottom:25px;
}
 .sign_details_wrap_footer { background-color:#fff; display:flex; align-items: center; justify-content: space-between; width:100%; padding: 0 80px 60px; }
 .sign_details_wrap_footer .action_btn { display:flex; column-gap: 10px; }
 .sign_details_wrap_footer  .yellow_btn {
    border:1px solid #F0B025;
    padding: 7px 29px;
    background-color: #F0B025;
    border-radius:30px;
    font-size:16px;
    color:#fff;
    font-weight:600;
    display: block;
    margin: 0px 5px 0 5px;
    max-width:164px;
    letter-spacing: -0.5px;
    text-wrap: wrap;

}

 .sign_details_wrap_footer  .gray_btn {
    border: 1px solid #B5B5B5;
    padding: 7px 29px;
    background-color: #B5B5B5;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    display: block;
    font-weight: 600;
    margin: 0px 5px 0 5px;
    max-width: 164px;
    letter-spacing: -0.5px;
    text-wrap: wrap;
    line-height: 15px;

}

.sign_details_wrap_footer .back {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.25px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin-top: 10px;
    color:#B5B5B5;
}


.sign_details_divider { padding: 0 80px;  width:100%;  background-color:#fff; }
.sign_details_divider  span {  width:100%; height:2px; border-top:1px solid #9A9A9A; display:block; padding-bottom:60px;}


/* this is for sign_details_wrap new added row with class "second_sign_details_wrap" */

.sign_details_wrap.second_sign_details_wrap .col_item.col_1 {
    width: 100%;
    max-width:380px;
}
.sign_details_wrap.second_sign_details_wrap .textarea_input  { margin-top:38px; width:370px; }


/* Need Help box */
.need_help_box { display:flex; column-gap: 8px; padding: 60px;  }
.need_help_box .text { line-height: 19px; }
.need_help_box h4 {font-size:19px; color:#F0B025; }
.need_help_box span { font-size:14px;     color: #4B4C50; }

/*Sigup page*/
.sign_in_page { 
    display:flex;
    column-gap: 80px;
    /*background-color:#ebebeb;*/
    color: #4b4c50;
}

.sign_in_page .sign_left_img { width: 40%; }
.sign_in_page .sign_left_img img { 
    width: 100%;
    height: 100%;
    object-fit: cover;
 }
.sign_in_page  .sign_right_content { display:flex;  padding-top: 100px; padding-right:30px; padding-bottom:190px; }
.sign_in_page  .sign_up_form_container { width:100%; max-width: 850px; margin:0 auto;  }
.sign_up_form_container .header_label  { display:flex; column-gap: 30px; margin-bottom:25px;  position:relative;}
.sign_up_form_container .header_label img {margin-top:-40px;}
.sign_up_form_container .header_label  img.float_image  { 
    position:absolute;     
    margin-top: -28px;
    left: 20px; }
    
.sign_up_form_container .header_label h1 {
   
    font-style: normal;
    text-align: left;
    color: #F0B025;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    
}
.sign_up_form_container .header_label h1 span {   
     color: #4b4c50; 
     display:block;
    font-size: 25px;
     font-weight: 400;
    line-height: 28px;
}

.sign_up_form_container  .form_section { justify-content: space-between ; 
    column-gap:20px; 
    row-gap: 30px; 
    padding-right:55px;
    margin-bottom:45px;
}
.sign_up_form_container  .form_section .control_item {  flex: 1; }
.sign_up_form_container  .form_section .control_item a {  
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #4b4c50;
    margin-top:6px;
 }
 .sign_up_form_container  .form_section .control_item a.f-pass { padding-left:30px; }

.sign_up_form_container  .form_section .last_btn {   flex: 0 0 166px; /* fixed width */  }

/* Form */
.form_section .input-form {
    border:1px solid #4B4C50;
    padding: 16px 21px;
    width:100%;
    background-color: #ebebeb;
    border-radius:30px;
    font-size:20px;
   

}

.form_section .submit-form {
    border:1px solid #F0B025;
    padding: 16px 21px;
    width:100%;
    background-color: #F0B025;
    border-radius:30px;
    font-size:20px;
    color:#fff;

}

.sign_up_form_container .notes_box {
    background-color:#D9D9D9;
    padding: 20px 30px 30px;
}

.sign_up_form_container .notes_box .first_p { margin-bottom:30px; font-size:18px; }





/* Backend Pages */
/* Global Popup*/
.default_wrap_overlay {
    background-color:#00000075;
    position:fixed;
    border:0px solid red;
    top:0;
    width:100%;
    height: 100vh;
    z-index:99;
    display: flex;
    justify-content: center
}
.default_wrap_overlay .tbox {

    max-width:1000px;
    width:100%;
    display:flex;
    align-items: center;
    margin:0 auto;
    position:relative;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.16 ));
}
.default_wrap_overlay .tbox .pop_header { font-size:40px; font-weight: 700; background-color:#F0B025; color:#fff; padding: 23px 34px 11px; }
.default_wrap_overlay .tbox .pop_content {
    background: #f5f5f5;
}
.default_wrap_overlay .tbox .pop_content .c_form{
    padding: 50px 60px 60px;
}

.default_wrap_overlay .two_column  { display:flex; justify-content: space-between; column-gap: 60px; }
.default_wrap_overlay .inline_form { display:flex; justify-content: space-between; column-gap: 15px;}
.default_wrap_overlay .tbox h3 { font-size:18px; padding-left:10px; margin-bottom:12px; }
.default_wrap_overlay .c_form label { display:inline-flex; column-gap: 12px; width:100%; font-size:14px; font-weight: 600;}
.default_wrap_overlay .btn_wrap { display:flex; column-gap: 10px; align-items: center;}

.admin-popup {
    display: none;
    align-items: center;
    padding: 40px 20px;
}

.admin-popup.is-open {
    display: flex;
}

.admin-popup .tbox.admin-client-popup {
    max-width: 845px;
}

.admin-popup .pop_header {
    font-size: 39px;
    line-height: 1.1;
    padding: 20px 34px 14px;
}

.admin-popup .admin-popup-close {
    position: absolute;
    top: 8px;
    right: 14px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

.admin-client-popup-form .c_form {
    padding-top: 40px;
}

.admin-client-popup-form .column {
    width: 100%;
}

.admin-client-popup-form .rounded_input {
    background-color: #f5f5f5;
    margin-bottom: 10px;
}

.admin-client-popup-form .cancel_btn {
    border: 0;
    background: transparent;
    cursor: pointer;
    margin-left: 6px;
}

.admin-client-popup-form .admin-client-modal-grid {
    column-gap: 52px;
}

.admin-client-popup-form .admin-client-modal-left h3,
.admin-client-popup-form .admin-client-modal-right h3 {
    margin-bottom: 8px;
}

.admin-client-popup-form .admin-client-modal-left .inline_form,
.admin-client-popup-form .admin-client-modal-right .inline_form {
    column-gap: 10px;
}

.admin-client-popup-form select.rounded_select {
    width: 100%;
    height: 43px;
    border-color: #717275;
    border-radius: 31px;
    padding: 8px 38px 8px 18px;
    background-color: #f5f5f5;
    background-position: right 14px center;
    margin-bottom: 10px;
    font-size: 14px;
    color: #4b4c50;
}

.admin-client-popup-form .admin-client-modal-city {
    min-width: 0;
    flex: 1 1 auto;
}

.admin-client-popup-form .admin-client-modal-select {
    display: inline-block;
}

.admin-client-popup-form .admin-client-modal-city-row .admin-client-modal-state,
.admin-client-popup-form .admin-client-modal-city-row .admin-client-modal-zip {
    max-width: 98px;
}

.admin-client-popup-form .admin-client-modal-billing {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    margin-top: 10px;
}

.admin-client-popup-form .admin-client-modal-billing label {
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
    font-size: 13px;
    font-weight: 600;
}

.admin-client-popup-form .btn_wrap {
    margin-top: 18px;
}

.admin-client-popup-form .btn_wrap .primary_btn {
    min-width: 138px;
    font-size: 26px;
    line-height: 1;
    padding: 10px 20px;
}

.admin-client-popup-form .btn_wrap .cancel_btn {
    font-size: 15px;
}

@media (max-width: 900px) {
    .admin-popup {
        padding: 20px 12px;
    }

    .admin-popup .pop_header {
        font-size: 30px;
    }

    .admin-popup .admin-popup-close {
        top: 6px;
        right: 10px;
    }

    .admin-client-popup-form .two_column {
        flex-direction: column;
        row-gap: 18px;
    }

    .admin-client-popup-form .admin-client-modal-city-row .admin-client-modal-state,
    .admin-client-popup-form .admin-client-modal-city-row .admin-client-modal-zip {
        max-width: none;
    }
}


.return_link { font-size:20px; font-weight:600; }
.primary_btn {
    border:1px solid #F0B025;
    padding: 8px 29px;
    background-color: #F0B025;
    border-radius:30px;
    font-size:19px;
    color:#fff;
    text-align:center;
    font-weight:600;
    display: inline-block;
    margin: 0px 0px 0 0px;
    /*letter-spacing: -0.5px;*/
    text-wrap: wrap;
}

.gray_btn {
    border:1px solid #B5B5B5;
    padding: 8px 29px;
    background-color: #B5B5B5;
    border-radius:30px;
    font-size:16px;
    color:#fff;
    font-weight:600;
    display: flex;
    margin: 0px 0px 0 0px;
    /*letter-spacing: -0.5px;*/
    text-wrap: wrap;
    column-gap: 6px;
}


.cancel_btn {
    color:#B5B5B5;
    text-decoration:underline;
    font-weight: 600;;
}
textarea.rounded_textarea,
input.rounded_input {
        border-color: #717275;
        border-width: 1px;
        border-style: solid;
        border-radius: 31px;
        padding: 10px 20px;
        font-size: 14px;
        margin-bottom: 0px;
        display: inline-block;
        color: #4B4C50;
        width:100%;
        margin-bottom:10px;
        background-color: #f5f5f5;

}


input.input_radio {
    background-color:#f5f5f5;
}

select.rounded_select {

     appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-color: #717275;
    border-width: 1px;
    border-style: solid;
    border-radius: 31px;
    padding: 8px 41px 8px 20px;
    background-color: #fff;
    background: url(../images/next.svg) no-repeat right 22px center;
    background-size: 10px;
    font-size: 14px;
    margin-bottom: 0px;
    display: inline-block;
    color: #4B4C50;
    height:41px;

}


select.d_select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-color: #717275;
    border-width: 1px;
    border-style: solid;
    border-radius: 31px;
    padding: 8px 37px;
    background-color: #fff;
    background: url(../images/next.svg) no-repeat right 35px center;
    background-size: 12px;
    font-size: 19px;
    margin-bottom: 0px;
    display: inline-block;
    color: #4B4C50;
    font-weight: 600;
}

select.mw-230 {
    width:230px;
}

select.mw-300 {
    width:300px;
}

select.mw-100 {
    width:100px;
}

input.mw-130 {
    width:130px;
}

input.mw-350 {
    width:350px;
}


/* Default Table */
.table_w_1000 { min-width:1000px;  }
.table_w_1200 { min-width:1200px;  }
.table_w_1400 { min-width:1400px;  }
.table_wrapper {
    overflow-x: auto;
    width:100%;
 }



.default_table {
    border-collapse: collapse;
    border: none;
    width:100%;
}
.default_table thead tr  { background-color:#4B4C50; }
.default_table  th{ color:#F1BF24; font-size:20px; font-weight: 700; letter-spacing: -0.5px;  padding: 19px 30px 15px;  text-align: left;}
.default_table tbody  td {  padding: 55px 30px 45px;  font-size:20px; font-weight: 400; text-align: left; }
.default_table tbody tr.odd {  background-color:#fff; }
.default_table tbody tr td:first-child { font-weight:600;  }

.default_table_2{
    border-collapse: collapse;
    border: none;
    width:100%;
}
.default_table_2 thead tr  { background-color:#4B4C50; }
.default_table_2  th{ color:#F1BF24; font-size:20px; font-weight: 700; letter-spacing: -0.5px;  padding: 19px 30px 15px;  text-align: left;}
.default_table_2 tbody  td {  padding: 55px 30px 45px;  font-size:18px; font-weight: 400; text-align: left; }
.default_table_2 tbody  td.f-14 { font-size:14px; }

.default_table_2 tbody  td .details_w { display:flex; justify-content: space-between; column-gap: 40px;}
.default_table_2 tbody  td .details { max-width:150px; }
.default_table_2 tbody  td .details,
.default_table_2 tbody  td .description { font-size:11px;  max-width: 190px; font-weight:600; }
.default_table_2 tbody  td .description strong { font-weight:700; font-size:13px; display:block; }
.default_table_2 tbody  td .details span { display:block; font-weight:600; }
.default_table_2 tbody  td .details strong.f-14 { font-size:14px; }
.default_table_2 tbody  td .details strong.f-13 { font-size:13px; }

.default_table_2 tbody tr.odd {  background-color:#fff; }
.default_table_2 tbody tr td:first-child { font-weight:600;  }



.dropdown_selection { display:flex; column-gap: 30px; margin-bottom:25px;}

/* Order box details */
.order_box { display:block; margin-bottom: 30px; padding-left:30px; }
.order_box h3 { font-size:36px; font-weight: 700; color: #4B4C50; margin-bottom:0px; }
.order_box ul { display:flex; column-gap: 40px; }
.order_box ul li {  font-size:18px;   }
.order_box ul li strong  {  font-weight: 700;   }

/* 4 table boxes */
.table_4_boxes { display:flex; justify-content: space-between; column-gap: 35px; row-gap: 20px; margin-bottom: 70px; }
.table_4_boxes .box { position:relative;  background-color: #CCCCCC; padding: 16px 28px; width:25%;}
.table_4_boxes .box_1 { width:40%;  padding-top:25px;}
.table_4_boxes .box span { display:block; }
.table_4_boxes .box  .edit { position:absolute; top:16px; right:28px;  color:#8D8D8D; font-size:12px; font-weight: 700; text-decoration:underline; }
.table_4_boxes .box_1 span { font-size:22px; }
.table_4_boxes .box_1 strong { font-weight: 700;} D1

.table_4_boxes .box_2 strong,
.table_4_boxes .box_2 h4 { font-size:18px; font-weight: 700;}
.table_4_boxes .box_2 h4,
.table_4_boxes .box_3 h4,
.table_4_boxes .box_4 h4 { margin-bottom:14px; }
.table_4_boxes .box_2 span { font-size:18px; font-weight: 400;}

/* table totals */
.table_totals { float:right; margin-bottom:80px; padding-right:30px;}
.table_totals li { display:flex; column-gap: 150px; margin-bottom:5px; justify-content: space-between; }
.table_totals  .label_tot,
.table_totals  .label { width: 180px; text-align: right; display: inline-block; }
.table_totals  .label,
.table_totals  .amt { font-size:18px; font-weight:600;  }

.table_totals  .label_tot,
.table_totals  .amt_tot { font-size:22px; font-weight:700; margin-top:20px;  }

/* Table Buttons */
.table_buttons { display:flex; justify-content: end; column-gap: 18px; align-items: center; padding-right:25px; }

/* Settings page */
.settings_2_column { display:flex; column-gap: 150px; justify-content: space-between; margin-top: 75px;}
.settings_2_column .box1 h3 { /*display:flex; align-items: center; column-gap: 10px;*/ margin-bottom:20px;}
.settings_2_column .box { width:100%; border-left: 8px solid #F0B025; padding-left:30px; }
.settings_2_column .box1 { max-width: 500px; }

.settings_2_column .box1 h3 img { margin-right:5px;  }
.settings_2_column .box li { display:flex; column-gap: 10px; margin-bottom:20px; justify-content: space-between; align-items: center;}
.settings_2_column .box li:first-child { border-bottom:1px solid #707070; padding-bottom:15px; padding-right:25px; }
.settings_2_column .box li span.name { font-size:23px; font-weight:700; position:relative; padding-right:58px;}
.settings_2_column .box li span.badge {  background-color:#fff;position:absolute; top:5px; right:5px; text-transform:uppercase; font-size:9px; border:1px solid #38ABFF; color:#38ABFF; padding: 1px 5px; border-radius:5px; }
.settings_2_column .box li span.alert_text { align-items: center; font-size:14px; font-weight:700; column-gap: 10px; display:flex; }

.settings_2_column .box1  .primary_btn { 
    font-size:15px;
 }


.settings_2_column .box .row_1 { display:flex; column-gap:30px; justify-content: space-between; margin-bottom: 30px; }
.settings_2_column .box .row_1 .left { display:flex; align-items: center;}
.settings_2_column .box .row_1 .left h3  {  border-bottom:1px solid #707070; padding-bottom:5px; margin-bottom:0px; }

.settings_2_column .box .row_1 .right { align-items: center; display:flex; column-gap: 10px; background-color:#DFDFDF;  padding: 10px 15px; border-radius:10px; }
.settings_2_column .box .row_1 .right h3 { font-size:14px; font-weight:700; margin-bottom:0px; letter-spacing: -0.5px; }
.settings_2_column .box .row_1 .right input { width:48px; padding: 5px 15px; text-align: center; margin-bottom:0px;}
.settings_2_column .box .row_1 .right span { font-size:14px; display:flex;  align-items: center; column-gap: 3px; }
.settings_2_column .box .row_1 .right .gray-btn { 

        border-color: #4B4C50;
        border-width: 1px;
        border-style: solid;
        border-radius: 31px;
        padding: 7px 20px;
        font-size: 14px;
        margin-bottom: 0px;
        display: inline-block;
        color: #fff;
        width:100%;
        margin-left:8px;
        background-color: #4B4C50;

}


.settings_2_column .box .row_2 label,
.settings_2_column .box .row_2 { display:flex; column-gap:20px; justify-content: space-between;  }
.settings_2_column .box .row_2 label { align-items: center; width: 100%;}
.settings_2_column .box .row_2 label  span { width:165px; text-align: right; display:inline-block;  }
.settings_2_column .box .row_2 input { margin-bottom:0px; max-width: 120px; padding: 5px 20px; background-color: #ebebeb;  }
.settings_2_column .box .row_2 .left { 
    width:260px; 
    display: flex;
    align-items: center;
    flex-wrap: wrap;


}
.settings_2_column .box .row_2 .right { 
    display: inline-flex;
    column-gap: 12px;
    width: 100%;
    align-items: end;
 }

 .settings_2_column .box .row_2 .right textarea.rounded_textarea {  background-color: #ebebeb;border-radius:10px; margin-bottom: 0px; height:81px;  }
 .settings_2_column .box .row_2 .right .primary_btn { font-size:15px; padding: 6px 29px; }

/* The container */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
}

/* Hide the default checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider track */
.switch  .slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  
}

.switch  .slider span { font-size:9px; letter-spacing: -0.5px; font-weight: 700;}
.switch  .slider span.on {  color:#47BE74; }


/* The circular slider knob */
.switch  .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 8px;
  bottom: 4px;
  background-color: #8B8B8B;
  transition: .4s;
  border-radius: 50%;
}


/* Background changes when "checked" */
.switch  input:checked + .slider {
  background-color: #fff;
}

/* Knob moves when "checked" */
.switch  input:checked + .slider:before {
  transform: translateX(26px);
   background-color: #47BE74;
}


/* Other user's section */
.other_users_section { background-color: #ccc; }
.other_users_section .content_heading { display:flex; justify-content: space-between; align-items: center; margin-bottom:30px; padding-left:30px; padding-right:25px; }

.other_users_section  .users_listing { display:flex; gap: 30px; flex-wrap: wrap;}
.other_users_section .item_user {   flex: 0 0 calc((100% / 3) - (30px * 2 / 3));  background-color: #ebebeb; padding: 30px 40px; border-radius: 10px;}
.other_users_section .item_user { width:100%;  }
.other_users_section .item_user { max-width: 500px; }

.other_users_section .item_user h3 img { margin-right:5px;  }
.other_users_section .item_user li { display:flex; column-gap: 10px; justify-content: space-between; align-items: center;}
.other_users_section .item_user li:first-child { position:relative;  padding-bottom:15px;  margin-bottom:20px; }
.other_users_section .item_user li:first-child::before {
    border-bottom: 1px solid #707070;
    position: absolute;
    bottom: -2px;
    width: 68%;
    height: 1px;
    left: 0;
    content: ' ';
    display: block;
}


.other_users_section .item_user li span.name { font-size:21px; font-weight:700; position:relative; padding-right:50px;}
.other_users_section .item_user li span.badge {  background-color:#fff;position:absolute; top:5px; right:5px; text-transform:uppercase; font-size:9px; border:1px solid #00AA3B; color:#00AA3B; padding: 1px 5px; border-radius:5px; }
.other_users_section .item_user li span.alert_text { align-items: center; font-size:14px; font-weight:700; column-gap: 10px; display:flex; }

.other_users_section .item_user  .primary_btn { 
    font-size:13px;
    padding: 4px 15px
 }

 .other_users_section .gray_btn { display:block; float:right;  margin-right:25px; font-size:15px; }

 /* Reports Admin Page */
.reports_boxes { 
    display:flex;  
    gap: 30px; 
    flex-wrap: wrap;
    max-width: 950px;
    margin: 60px auto 80px;
    justify-content: space-between;
 }
.reports_boxes .box { 
    flex: 0 0 calc((100% / 4) - (30px * 3 / 4));
    border:3px solid #F0B025; 
    border-radius: 20px;
    padding:19px 20px;
    text-align: center;
    max-width: 210px;
    background-color: #F4F4F4;
}

.reports_boxes .box span.text { font-size:16px; font-weight:700; text-align:center; display:block;  }
.reports_boxes .box span.amt { font-size:41px; font-weight:800; text-align:center; color:#F0B025; display:block; }

/*Report two tables*/
.r_two_column_tables { display:flex; column-gap: 100px; margin-bottom: 120px; }

.report_single_table .default_table th,
.r_two_column_tables .default_table th {
    font-size: 16px;
}

.r_two_column_tables .default_table tr.even { background-color: #E0E0E0; }


.r_two_column_tables  .default_table tbody td {
    padding: 15px 30px 15px;
    font-size:15px;
}

.report_single_table  .default_table tbody td {
    padding: 25px 30px 25px;
    font-size:15px;

}

.report_single_table .default_table tbody tr td:first-child,
.report_single_table .default_table tbody tr td:last-child,
.r_two_column_tables .default_table tbody tr td:first-child,
.r_two_column_tables .default_table tbody tr td:last-child {
    font-weight: 700;
}
.report_single_table .default_table tfoot tr td:first-child,
.report_single_table .default_table thead th:first-child,
.report_single_table .default_table tbody tr td:first-child,
.r_two_column_tables .default_table tbody tr td:first-child { text-align: center;}

.report_single_table .default_table tfoot td:last-child,
.report_single_table .default_table thead th:last-child { width:160px; text-align: left;  padding-right:45px; }


/*.report_single_table .default_table thead th:last-child,*/
.report_single_table .default_table tbody tr td:last-child,
.r_two_column_tables .default_table tbody tr td:last-child {
    text-align: right;
    padding-right:45px;
}

.report_single_table .default_table tfoot tr {
    background-color: #4B4C50;
}
.report_single_table .default_table tfoot td {
    color: #F1BF24;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.5px;
    padding: 19px 30px 15px;
    text-align: left;
}

.report_single_table h3 { padding-left:30px; margin-bottom:30px; font-size: 32px;font-weight: 700;}
.report_single_table select.rounded_select { font-size:20px; border-width: 2px; margin-left:25px; }

/* Responsive Mobile View */
@media only screen and (max-width: 1500px) {
        .other_users_section .users_listing {
            gap: 10px;
            justify-content: center;
        }

}

@media only screen and (max-width: 1400px) { 
    .settings_2_column {
        column-gap: 30px;
    }
  
    .other_users_section .item_user {
       flex: 0 0 calc((100% / 2) - (30px * 1 / 2));
       max-width: 100%;

    }

    .pop_wrap_overlay .popup_box .pop_content {
        padding: 60px 40px 60px;
    }

    .sign_details_wrap {
        column-gap: 30px;
        padding: 0 30px 60px;
        
    }
    .checkout_step_3 .three_boxes {
        column-gap: 20px;
    }
    .checkout_step_3 .three_boxes .box_1 .text2 {
        column-gap: 20px;
    }
    .checkout_step_3 .three_boxes .box_2, .checkout_step_3 .three_boxes .box_3 {
        max-width: 270px;
    }


}

@media only screen and (max-width: 1300px) { 
    .menu_wraps {
        padding-top: 0px;
    }

    .welcome_msg { display:flex; align-items: center;}
    .menu_wraps ul.menu_tabs { display:none; }
    /* Match specificity of .welcome_msg button.logout { display:flex } so mobile hide wins */
    .welcome_msg button.logout,
    .welcome_msg a.logout { display: none; }

    .r_two_column_tables {
        column-gap: 30px;
    }

    .table_4_boxes {
        flex-wrap: wrap;
    }

    .table_4_boxes .box_1 {
        width: 48%;
    }

    .table_4_boxes .box {
        width: 48%;
    }

    .sign_in_page {
        column-gap: 30px;
    }

    .sign_up_form_container .form_section {
        padding-right: 0px;
    }

    .checkout_page_listing .checkout_step .checkout_column2 {
        column-gap: 40px;
    }
    .checkout_page_listing .checkout_step_2 .cols-3 .input-1 {
        min-width: 230px;
    }
    .checkout_page_listing .checkout_step_2 .cols-2, .checkout_page_listing .checkout_step_2 .cols-3 {
        column-gap: 10px;
    }

}

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

    .settings_2_column { display:block; }
    .settings_2_column .box1 {
        max-width: 100%;
        margin-bottom: 50px;
    }

    .welcome_banner {
        padding: 95px 0px 60px;
    }

    .sign_details_wrap.body_part { flex-wrap: wrap; } 
    .sign_details_wrap.body_part .col_item.col_1 {  width: 35%; }
    .sign_details_wrap.body_part .col_item.col_1 .sign_image {  text-align: center; }
    .sign_details_wrap.body_part .col_item.col_2 {
        width: 100%;
        max-width:60%;
    }
   .sign_details_wrap.body_part .col_item.col_2 p { margin-bottom: 30px;  }
   .sign_details_wrap.body_part .col_item.col_3 {
        margin-top:30px;
        max-width: 100%;
        display:flex;
        justify-content: space-between;
        column-gap: 20px;
    }

    .sign_details_wrap.body_part .col_item.col_3 .row_2 { width:100%; }
    .sign_details_wrap.second_sign_details_wrap .col_item.col_3 .row_1.mb-135 {
        margin-bottom: 0px;
    }

    .checkout_step_3 .three_boxes {
        row-gap: 20px;
        flex-wrap: wrap;
    }
    .checkout_step_3 .three_boxes .box_2, .checkout_step_3 .three_boxes .box_3 {
        max-width: 100%;
    }
    .checkout_step_3 .three_boxes .box_2 p, .checkout_step_3 .three_boxes .box_3 p {
        max-width: 100%;
    }



}


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

    .menu_wraps {
        display:none;
    }

    .front_page .menu_wraps {
        display:flex;
    }

    .r_two_column_tables {
        display:block;
    }

     .r_two_column_tables .default_table {
        margin-bottom:50px; 
    }

    .sign_in_page {
       flex-wrap: wrap;
    }

   .sign_in_page .sign_left_img {
     width: 100%;
     
   }
   .sign_in_page .sign_left_img img {
        height: 350px;
    }

    .sign_in_page .sign_right_content {
        padding-left:15px;
        padding-right: 15px;
        padding-bottom: 90px;
        width: 100%;
    }

    

    /* footer */
    .footer_wrap .footer_columns {
        flex-wrap: wrap;
        column-gap: 0px;
        row-gap: 25px;
    }
    .footer_wrap .footer_columns > .column {
        flex: 0 0 47%;
    }
     
 

    .project_listing {
        column-gap: 20px;
    }
    .project_listing .project_item {
        flex: 0 0 calc(49% - 20px);
    }

    .project_item .proj_details .btn {
        padding-right: 0px;
    }


    .checkout_page_listing .checkout_step .checkout_column2 {
        flex-wrap: wrap;
    }

    
}


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

    .reports_boxes .box { 
        flex: 0 0 47%;
        max-width: 100%;
     }

     .default_wrap_overlay .tbox { 
        width: 94%;
        justify-content: center;
     }
     .default_wrap_overlay .tbox .pop_content .c_form {
        padding: 50px 30px 60px;
        overflow-y: auto;
        height:510px;
    }

    .sign_order_notes,
    .default_wrap_overlay .two_column {
        display: block;
    }

    .other_users_section .item_user {
       flex: 0 0 calc((100% / 1) - (0px * 1 / 1));
       max-width: 100%;

    }

    .table_4_boxes .box {
        width: 100%;
    }

    .pop_wrap_overlay .popup_box .pop_content {
        overflow-y: auto;
        /*height: 510px;*/
        padding: 50px 40px 50px;
    }

    .sign_order_notes .col_left {
        margin-bottom:40px;
    }
    .sign_order_notes .col_right {
        max-width: 100%;
    }


   

}

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

        /*.top_banner.front_page .d_flex { 
            flex-wrap: wrap;
        }*/
        .top_banner.front_page .menu_wraps .e_media { max-width: 150px;}
       /*.top_banner.front_page   .welcome_msg { width:100%;  }*/
       .menu_wraps ul li a {
            font-size: 22px;
        }

        .top_banner.front_page .welcome_msg {
            width: 100%;
            justify-content: end;
            margin-top: 10px;
        }

        .reports_boxes .box { 
            flex: 0 0 100%;
        }

        .footer_wrap .footer_columns {
            row-gap: 35px;
        }

        .footer_wrap .footer_columns > .column {
            flex: 0 0 100%;
            text-align: center;
        }

        .footer_columns .column.column-3 p {
            max-width: 100%;
            margin-bottom:0px !important;
        }

        .settings_2_column .box li {
            display: block;
        }
        .settings_2_column .box li span.name {
          
            margin-bottom: 10px;
            display: inline-block;
        }

        .settings_2_column .box1 .primary_btn {
            margin-top: 10px;
        }

        .settings_2_column .box .row_1 {
            display: block;
        }

        .settings_2_column .box .row_1 .left {
            margin-bottom: 15px;
        }

        .settings_2_column .box .row_2 {
           flex-wrap: wrap;
        }

        .settings_2_column .box .row_2 .left {
            width: 100%;
            flex-wrap: wrap;
        }

        .settings_2_column .box .row_2 input {
        margin-bottom: 10px;
        max-width: 100%; }

        .settings_2_column .box .row_2 label span {
           
            text-align: left;
        
        }
        .other_users_section .item_user li,
        .settings_2_column .box .row_2 .right {
            display: block;
        }
        .other_users_section .item_user .primary_btn,
        .other_users_section .item_user li span.alert_text,
        .settings_2_column .box .row_2 .right .primary_btn {
            margin-top: 10px;
        }
        .other_users_section .item_user li:last-child span,
        .settings_2_column .box li:last-child span {
          display: block;
       }

       .other_users_section .item_user li:first-child::before { width: 78%; }

       .sign_up_form_container .header_label h1 {
         text-align: center;
       }
       .sign_up_form_container .header_label {
            display: block;
            text-align: center;
        }

        .sign_up_form_container .form_section {

            display: block;
        }

      .form_section .input-form { margin-bottom: 15px; }
      .form_section .submit-form  {margin-top:15px; margin-bottom:15px;}
      .sign_up_form_container .header_label img.float_image {
            position: absolute;
            margin-top: -45px;
            left: 0px;
            margin-left: auto;
            right: 0;
            margin-right: auto;
     }

     .project_listing .project_item {
        flex: 0 0 calc(100% - 0px);
     }

     .project_item .proj_details .details span {
        max-width: 100%;
     }

     .pop_wrap_overlay .popup_box {
        max-width: 97%;
      }
      /*
      .pop_wrap_overlay .popup_box .pop_content {
            padding: 100px 40px 80px;
      }*/
      .pop_wrap_overlay .popup_box .pop_header {
            padding: 23px 34px 11px;
      }
      .pop_content .pop_form .upload_here {
            padding: 24px 30px 33px;
      }
       
      .ordering_listing.table_w_1000 {
         min-width: auto; 
      }

     
      .ordering_listing .col_1 {  width: 12%; max-width: 140px; }
      .ordering_listing .col_2 {  width: 12%; text-align:  center; }
      .ordering_listing .col_3 {
        width: 70%;
     }

    .ordering_listing .col_4,
    .ordering_listing .col_5 { margin-top:15px; width: 49%; justify-content: end;}
    .ordering_listing .col_5 {  display:flex; align-items: center; column-gap: 10px; }
    .orders_item_wrapper .order_item .col_5 .yellow_btn { margin-top:0px; margin-right:0px; }
    .orders_item_wrapper .order_item .col_3 p {
        max-width: 100%;
    }


    .ordering_listing .order_heading {
            display: block;
            padding: 15px 15px;
       }

    .ordering_listing .order_heading .col_5  { display:none; }
    .ordering_listing .order_heading .col_item { padding: 5px 0 5px; text-align: center; }
    .ordering_listing .order_heading .col_4  {  margin-top:0px; }
    .orders_item_wrapper .order_item { 
        flex-wrap: wrap;
        column-gap: 10px;
        justify-content: space-between;
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .ordering_listing  .order_heading .col_item  {
        width: 100%;
        max-width: 100%;
      
    }
  
    .sign_details_wrap.body_part .col_item.col_1 {
        width: 100%;
    }

    .sign_details_wrap.body_part .col_item.col_1 .sign_image img {
        width: 100%;
        height: 400px;
        object-fit: contain;
    }

    .sign_details_wrap.body_part .col_item.col_2 {
        max-width: 100%;
    }
    .sign_details_wrap.body_part .col_item.col_2 p { max-width: 100%; margin-top:25px; text-align: center;}
    .sign_details_wrap .input_form.mx_240,
    .sign_details_wrap .input_form { max-width: 100%; }
    .sign_details_wrap .col_item.col_3 .row_1 {
        justify-content: center;
    }
    .sign_details_wrap.header_part { column-gap: 5px;}
    .sign_details_wrap.header_part .col_item .heading {     padding: 19px 10px 15px; }
    .sign_details_wrap.header_part .col_item.col_3,
    .sign_details_wrap.header_part .col_item.col_2,
    .sign_details_wrap.header_part .col_item.col_1 {
        width: unset;
    }

    .sign_details_wrap_footer {
        padding: 0 20px 60px;
        flex-direction: column-reverse;
    }
    .sign_details_wrap_footer .action_btn {
        margin-bottom: 25px;
    }
    .sign_details_wrap.body_part {
        padding: 0 30px 30px;
    }
    .sign_details_wrap .col_item.col_3 .heading {  column-gap: 0px; }
    .sign_details_wrap.second_sign_details_wrap .col_item.col_1 {
        max-width: 100%;
    }

    .sign_details_divider {
        padding: 0 30px;
    }
    .sign_details_wrap .col_item.col_3 .row_1.mb-135 {
        margin-bottom: 0px;
    }

    .sign_details_wrap.body_part.second_sign_details_wrap .col_item.col_3,
    .sign_details_wrap.body_part.second_sign_details_wrap .col_item.col_2 {
        max-width: 47%;
    }
    .sign_details_wrap.second_sign_details_wrap .textarea_input {
        width: 100%;
    }

    .order_review_listing.table_w_1400 {
        min-width: auto; 
    }

    .review_item_wrapper .order_item { padding: 37px 20px; column-gap: 10px; flex-wrap: wrap;   }
    .order_review_listing .col_1,
    .order_review_listing .col_2,
    .order_review_listing .col_3{
        width: 100%;
    }

    .order_review_listing .col_4 {   width: 20%; max-width: 80px; }
    .order_review_listing .col_5 {  width: 40%; max-width: 90px; }
    .order_review_listing .col_6{
        width: 35%;
    }

    .order_review_listing .col_1,
    .order_review_listing .col_2,
    .order_review_listing .col_3 { margin-bottom:15px; }
    .order_review_listing .col_1.f_image img { 
        width: 100%;
        height: 250px;
        object-fit: contain;
    }


    .review_footer {
        display: block;
        padding: 20px;
    }
    .review_footer .notes { width:100%; margin-bottom:15px; }
    .review_footer .min_text { width:100%; padding-left:0px; margin-bottom:15px; }
    .review_footer .sub_total_wrap .total {     
        padding-left: 0px;
        justify-content: end;
        margin-bottom: 30px;
    }
    .review_footer .sub_total_wrap .btn_wrap {
        justify-content: end;
    }
    .order_review_listing .order_heading { display:block; padding: 15px 15px }
    .order_review_listing .order_heading .col_item { width:100% !important; max-width:100% !important; justify-content: center;   margin-bottom:0px; padding: 5px 0 5px;    text-align: center; }
    .order_review_listing .order_heading .col_item.col_6 { display:none;} 


    .checkout_step_3 .order_item {
        padding: 37px 20px 37px 20px;
    }

    .checkout_table.table_w_1000 {
        min-width: auto;
    }

    .checkout_step_3 .order_item {  flex-wrap: wrap; }
    .checkout_step_3 .order_item  .col_item  {
        width: 100%;
    }
    .checkout_step_3 .order_item  .col_1,
    .checkout_step_3 .order_item  .col_2,
    .checkout_step_3 .order_item  .col_3,
    .checkout_step_3 .order_item  .col_4 { margin-bottom:15px; }
    .checkout_step_3 .order_item .col_1.f_image img {
        width: 100%;
        height: 250px;
        object-fit: contain;
    }

    .final_checkout_footer {
        flex-wrap: wrap;
        padding: 60px 20px;
        justify-content: end;
    }
    .final_checkout_footer .notes { display:none; }
   
    .final_checkout_footer .min_text { padding-left:0px; margin-bottom:25px; align-items: center; width:100%;  }
    .final_checkout_footer .sub_total_wrap .total {  margin-bottom: 20px; column-gap: 10px;}

    .checkout_wrap_overlay .c_popup_box .c_pop_content {  padding: 50px 30px 50px; }
    .checkout_wrap_overlay .c_popup_box { max-width: 96%; }


}

@media only screen and (max-width: 600px) { 
        
        .top_banner.front_page .menu_wraps .e_media {
            display:none;
        }
        .c_pop_content .btn_action {
            display: block;
        }
        .c_pop_content .yellow_btn { margin-bottom:10px; }

        .container {
            padding-left: 15px;
            padding-right: 15px;
        }

        .default_wrap_overlay .inline_form { display:block; }
        .c_form .two_labeled { margin-bottom:25px; }

        .default_wrap_overlay .two_column input.mw-130,
        .default_wrap_overlay .two_column select.mw-100,
        .default_wrap_overlay .two_column input.mw-350 {
            width: 100%;
        }
        .default_wrap_overlay .two_column select.mw-100 { margin-bottom:10px;}
        .default_wrap_overlay .two_column .left { margin-bottom:20px; }

        .welcome_banner {
            padding: 60px 0px 50px;
        }

        .project_item .proj_details {
            display: block;
        }
        .project_item .proj_details .btn a { display:inline-block;}

        .project_item .proj_details .details { margin-bottom:15px; }

        .pop_wrap_overlay .popup_box .pop_content {
       
          padding: 50px 20px 50px;
        }

        .ordering_listing .col_item  {
            width: 100%;
            max-width: 100%;
            justify-content: space-between;
            text-align: center;
        }
        .orders_item_wrapper .order_item .col_2 { margin: 10px auto 10px;}

        .sign_details_wrap.body_part .col_item.col_3 { display:block; }
        .sign_details_wrap.body_part .col_item.col_3 .row_1 {
            justify-content: space-between;
            max-width: 100%;
        }
        .sign_details_wrap .textarea_input { width:100%; max-width:100%; }
        .sign_details_wrap .col_item.col_3 .row_1.mb-135 {
            margin-bottom: 35px;
        }

        .sign_details_wrap.body_part.second_sign_details_wrap .col_item.col_3,
        .sign_details_wrap.body_part.second_sign_details_wrap .col_item.col_2 {
            max-width: 100%;
        }
        .sign_details_wrap.second_sign_details_wrap .col_item.col_3 .row_1.mb-135 {
            margin-bottom: 15px;
        }
        .sign_details_wrap.second_sign_details_wrap .textarea_input {
           margin-top: 0px;
        }

        .checkout_step_3 .order_item .col_1.f_image img,
        .sign_details_wrap.body_part .col_item.col_1 .sign_image img,
        .order_review_listing .col_1.f_image img { 
            
            height: 150px;
        }

        .review_footer .sub_total_wrap .total {
            justify-content: space-between;
        }

        .checkout_page_listing .checkout_step_2 .cols-2, .checkout_page_listing .checkout_step_2 .cols-3 {
            flex-wrap: wrap;
        }
        .checkout_page_listing .checkout_step_2 .cols-3 .input-2 {
            max-width: 100%;
        }
        .shipping_address h3 {
            padding-left: 0px;
        }
        .checkout_step .q_wrapper {
            margin-bottom: 20px;
        }

        .final_checkout_footer {
            justify-content: center;
        }

 }