 /* Order Invoice style*/

 .new_order_form_invoice_wrapper {
   margin-top: 75px;
   max-width: 1064px;
   margin: 75px auto;
   background: #F5F5F5;
   border-radius: 0px 0px 30px 30px;
   clear: both;
   overflow: hidden;
}

.invoice_header h3 {
   font-size: 28px;
   font-weight: 800;
}

.invoice_header {
   min-height: 198px;
   background: linear-gradient(90.05deg, #3a4454 0.04%, #EB8C2A 100%);
   border-radius: 30px 30px 0px 0px;
   padding: 34px 94px;
   color: #fff;
}

.customer_details ul li:after{
   display: none;
}

.customer_details {
   max-width: 885px;
   margin: 0 auto;
   background: #FFFFFF;
   box-shadow: 0px 15px 36px rgba(0, 0, 0, 0.08);
   border-radius: 20px;
   padding: 22px 40px 30px;
   margin-top: -84px;
}

.customer_details ul {
   display: flex;
   justify-content: space-between;
   margin-bottom: 0px;
}

.customer_details ul li {
   text-align: left !important;
}

.customer_details ul li span {
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 35px;
/* or 194% */
   color: #666D72;
}

.customer_details ul li h4 {
   font-style: normal;
   font-weight: 700;
   font-size: 24px;
   line-height: 35px;
/* or 146% */
   color: #182532;
   margin-bottom: 0px;
}

ul li:after{
   display: none;
}

.order_details {
   width: 100%;
   max-width: 885px;
   margin: 0 auto;
   padding: 62px 40px 0px;
}

.order_details ul li {
   text-align: left !important;
}

.order_details ul li {
   margin-bottom: 26px;
}

.order_details ul li {
   margin-bottom: 26px;
   font-style: normal !important;
   font-weight: 400 !important;
   font-size: 17px !important;
   line-height: 35px !important;
   color: #666D72 !important;
}

.order_details ul li h4 {
   font-weight: 600;
   font-size: 24px;
   line-height: 35px;
   color: #182532;
}

.totalcostwrapper {
   text-align: center;
}

.totalcostwrapper h3 {
   font-weight: 600;
   font-size: 40px;
   line-height: 60px;
/* identical to box height */
   color: #1E1D2B;
   margin-bottom: 0px;
}

.totalcostwrapper p {
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 28px;
/* or 175% */
   color: #666D72;
}

.paynow_btn {
   margin-top: 28px;
   display: block;
   clear: both;
   overflow: hidden;
}

.paynow_btn a {
   background: #EB8C2A;
   border-radius: 5px;
   width: 348px;
   min-height: 59px;
   display: block;
   margin: 0 auto 15px;
   display: flex;
   justify-content: center;
   align-items: center;
   font-weight: 500;
   font-size: 20px;
   line-height: 24px;
/* identical to box height */
   color: #FFFFFF;
}

.badges {
   max-width: 263px;
   margin: 47px auto 12px;
}

.securepara p {
   margin-bottom: 4px !important;
   font-size: 14px;
   line-height: 28px;
/* or 200% */
   text-align: center;
   color: #666D72;
}

.securepara .noted {
   font-weight: 400;
   font-size: 12px;
   line-height: 28px;
/* or 233% */
   text-align: center;
   color: #EB412A;
   margin-bottom: 61px;
   display: block;
}

@media only screen and (max-width:991px){
   .customer_details ul li h4 {
      font-style: normal;
      font-weight: 700;
      font-size: 19px;
      line-height: 23px;
      color: #182532;
      margin-bottom: 0px;
   }

   .order_details ul li {
      margin-bottom: 26px;
      font-style: normal !important;
      font-weight: 400 !important;
      font-size: 15px !important;
      line-height: 26px !important;
      color: #666D72 !important;
   }
   
   .order_details ul li h4 {
      font-weight: 600;
      font-size: 20px;
      line-height: 35px;
      color: #182532;
   }

   .customer_details {
      margin: -84px 20px 0px;
   }
}


@media only screen and (max-width:767px){
   .customer_details ul{
      flex-flow: column;
      gap: 20px;
   }

   .invoice_header {
      text-align: center;
   }


}

@media only screen and (max-width:576px){
   .paynow_btn a{
      max-width: 300px;
      width: 100%;
   }

   .totalcostwrapper p {
      padding: 0px 20px;
      font-size: 13px;
      line-height: 18px;
   }

   .invoice_header {
      text-align: center;
      padding: 45px 0px 0px;
   }
}


/* Order invoice style end here */