.aboutSection.checkout{
    padding: 20px 0px 0px;
}
.aboutSection.checkout::after{
    content: unset;
}
.aboutSection.checkout::after{
    left: 0px;
    transform: rotate(90deg);
    transform-origin: 150px 220px;
}
.aboutSection.checkout::before{
    left: -24px;
    top: 140px;
}
.aboutSection.checkout.active::before{
    top: 210px;
}
.aboutSection.checkout.third-active::before{
    top: 220px;
}
.aboutSection.checkout .sub-txt{
    color: #808080;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.aboutSection.checkout .header-txt{
    color: #000000;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
}
.aboutSection.checkout .steps-container{
    width: 100%;
}
/*form styles*/
#msform {
    width: calc(100% - 150px);
	margin: 50px auto;
	text-align: center;
	position: relative;
}
#msform fieldset {
	width: 100%;
	box-sizing: border-box;
    margin-top: 40px;
	/*stacking fieldsets above each other*/
	position: relative;
}
#msform fieldset .item-table{
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    padding: 30px;
}
#msform fieldset .item-table table{
    width: 100%;
}
#msform fieldset .item-table table tr.heading-txt td{
    color: #999999;
    padding: 0;
}
#msform fieldset .item-table table tr td.text-left{
    text-align: left;
}
#msform fieldset .item-table table tr:first-of-type td, #msform fieldset .item-table table tr:last-of-type td{
    border-bottom: unset;
}
#msform fieldset .item-table table tr td{
    padding: 25px 0;
    border-bottom: 1px dashed #999999;
}
#msform fieldset .item-table table tr td p{
    font-size: 16px;
    margin: 0;
}
#msform fieldset .item-table table tr td span{
    font-size: 18px;
    font-weight: 700;
}
#msform fieldset .item-table table tr td img{
    cursor: pointer;
}
#msform fieldset .item-table table tr td ul{
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
    display: flex;
}
#msform fieldset .item-table table tr td ul li.minus{
    background: #ff9c00;
    padding: 3px 10px;
    color: #fff;
    font-weight: 700;
    display: flex;
    font-size: 16px;
    cursor: pointer;
    align-items: center;
}
#msform fieldset .item-table table tr td ul li.digit{
    background: #fff;
    padding: 3px 18px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    border-bottom: 2px solid #ff9c00;
    border-top: 2px solid #ff9c00;
}
#msform fieldset .item-table table tr td ul li.plus{
    background: #ff9c00;
    padding: 3px 10px;
    color: #fff;
    font-weight: 700;
    display: flex;
    font-size: 16px;
    cursor: pointer;
    align-items: center;
}
#msform fieldset .item-table table tr.vertical-align-top td{
    vertical-align: top;
}
#msform fieldset .item-table table tr td.vertical-align-middle{
    vertical-align: middle;
}
#msform fieldset .total-order{
    height: 225px;
    width: 530px;
    border: 1px dashed #ff9c00;
    background: #fff6ee;
    margin-top: 40px;
    float: right;
    position: relative;
}
#msform fieldset .total-order::after{
    content: '';
    position: absolute;
    width: 153px;
    height: 145px;
    background: url(../images/caseStudiesOrangeDotImg.png) no-repeat center center;
    z-index: -1;
    bottom: -26px;
    left: -70px;
}
#msform fieldset .total-order::before{
    content: '';
    position: absolute;
    width: 153px;
    height: 145px;
    background: url(../images/caseStudiesOrangeDotImg.png) no-repeat center center;
    z-index: 0;
    right: -210px;
    top: -40px;
}
.aboutSection.third-active #msform fieldset .total-order::before {
    top: 98px;
    left: -330px;
}
.aboutSection.third-active #msform fieldset .total-order::after {
    bottom: -310px;
    right: -220px;
    left: unset;
}
.aboutSection.third-active::after {
    top: 41%;
    right: 0px;
    width: 439px;
    height: 818px;
    background: url(../images/half_round.png) no-repeat top center;
    transform: none;
    transform-origin: unset;
}
#msform fieldset .total-order .orangeBtn{
    width: calc(100% + 1px);
}
#msform fieldset .total-order p.total-head{
    margin: 20px 0;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
}
#msform fieldset .total-order .sub-contain{
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    align-items: center;
}
#msform fieldset .total-order .sub-contain span:first-child{
    font-size: 20px;
    color: #333333;
    font-weight: 600;
}
#msform fieldset .total-order .sub-contain span:last-child{
    font-size: 24px;
    color: #ff9c00;
    font-weight: 700;
}
#msform fieldset .total-order p.gst{
    text-align: right;
    padding: 0 30px;
    font-weight: 500;
    font-size: 15px;
    color: #999999;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
#msform .action-button {
	width: 100px;
    visibility: hidden;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
.first-parent{
    height: 800px;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
    max-width: 1170px;
    margin: 0 auto;
	overflow: hidden;
	display: flex;
}
#progressbar li {
	list-style-type: none;
	color: #000000;
	text-transform: capitalize;
	font-size: 18px;
    font-weight: 800;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	position: relative;
    width: calc(100% / 3 - 0px);
}
#progressbar li.active img:nth-of-type(1) {
    display: block;
	width: 85px;
}
#progressbar li.active img:nth-of-type(2) {
    display: none;
}
#progressbar li img:nth-of-type(3) {
    display: none;
}
#progressbar li.active span {
    margin-top: 15px;
}
#progressbar li:not(.active) img:nth-of-type(1){
    display: none;
}
#progressbar li:not(.active) img:nth-of-type(2){
    display: block;
    width: 65px;
    margin-top: -15px;
}
#progressbar li.completed img:nth-of-type(3){
    display: block;
    width: 65px;
    margin-top: -15px;
}
#progressbar li.completed img:nth-of-type(1), #progressbar li.completed img:nth-of-type(2) {
    display: none;
}
#progressbar li:not(.active) span{
    margin-top: 5px;
    font-size: 14px;
    color: #999999;
    font-weight: 300;
}
#progressbar li img.shadow{
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 64px -1px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 0px 64px -1px rgba(0,0,0,0.21);
    box-shadow: 0px 0px 64px -1px rgba(0,0,0,0.21);
}
#progressbar li.completed span{
    color: #000000;
    font-size: 14px;
}
#progressbar li:before {
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
    border-bottom: 3px dashed #9999994a;
	position: absolute;
	left: -50%;
    top: 38px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active::after{
    border-bottom: 4px solid #ff9c00;
	color: white;
}


.second-parent{
    height: 1450px;
}
#msform fieldset .second-parent .item-table.active{
    padding: 10px;
    z-index: 1;
    margin-bottom: 50px;
}
#msform fieldset .second-parent .sub-contain {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    align-items: center;
}
#msform fieldset .second-parent  .sub-contain span:first-child {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
}
#msform fieldset .second-parent  .sub-contain span:last-child {
    font-size: 24px;
    color: #ff9c00;
    font-weight: 700;
}
#msform fieldset .second-parent .item-table.shipping{
    padding: 30px 70px 100px 70px;
    text-align: left;
    position: relative;
}
#msform fieldset .second-parent .heading-shipping{
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
}
#msform fieldset .second-parent .heading-shipping{
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
}
#msform fieldset .second-parent label{
   color: #666666;
   font-weight: 600;
}
#msform fieldset .second-parent .orange{
   color: #ff9c00;
}
#msform fieldset .second-parent .mt-15{
   margin-top: 15px;
}
#msform fieldset .second-parent select{
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    outline: none;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 15px 25px 15px 15px;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../images/dropdown_arrow.png") no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 90%;
}
#msform fieldset .second-parent input[type=text]{
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    outline: none;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
/* chechkout three */
#msform fieldset .third-parent label{
    color: #666666;
    font-weight: 600;
}
#msform fieldset .third-parent .orange{
    color: #ff9c00;
}
#msform fieldset .third-parent .mt-15{
    margin-top: 15px;
}
#msform fieldset .third-parent select{
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    outline: none;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 15px 25px 15px 15px;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../images/dropdown_arrow.png") no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 90%;
 }
#msform fieldset .third-parent input[type=text]{
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    outline: none;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.same-as-address{
    display: none;
}
#msform fieldset .second-parent .m-25{
    margin: 25px 0;
}
#msform fieldset .second-parent .delivery-table tr td{
    vertical-align: top;
    background: #fff6ee;
    padding: 20px 35px;
}
#msform fieldset .second-parent .delivery-table tr td{
    border-bottom: 1px dashed #ff6a00 !important;
}
#msform fieldset .second-parent .delivery-table tr:first-of-type td{
    border-top: 1px dashed #ff6a00;
}
#msform fieldset .second-parent .delivery-table tr:last-of-type td{
    border-bottom: 1px dashed #ff6a00;
}
#msform fieldset .second-parent .delivery-table tr td:first-of-type{
    border-left: 1px dashed #ff6a00;
}
#msform fieldset .second-parent .delivery-table tr td:last-of-type{
    border-right: 1px dashed #ff6a00;
}
#msform fieldset .second-parent .delivery-table .container-check{
    margin-bottom: 0;
}
#msform fieldset .second-parent .delivery-table .container-check span{
    font-size: 24px;
    font-weight: 500;
}
#msform fieldset .second-parent .delivery-table .container-check .checkmark{
    top: 8px;
}
#msform fieldset .second-parent .delivery-table p.sub-text-cust{
    margin-left: 34px;
    color: #666666;
    font-weight: 600;
    font-size: 14px;
}
#msform fieldset .second-parent .delivery-table p.lead{
    color: #000;
    font-size: 24px;
    font-weight: 500;
}
#msform fieldset .second-parent .delivery-table p.lead ~ .sub-text-cust{
   margin: 0;
}
#msform fieldset .second-parent .delivery-table p.dollar-value{
    font-size: 24px;
    color: #ff9c00;
    font-weight: 700;
}

/* The container */
.container-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .container-check span {
    color: #000;
    font-weight: 500;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #ff9c00;
  }
  
  #msform fieldset .second-parent .total-order::before{
      top: 0;
  }
  #msform fieldset .second-parent .total-order::after{
      content: none;
  }
    #msform fieldset .second-parent .shipping::before{
        content: '';
        position: absolute;
        width: 153px;
        height: 145px;
        background: url(../images/caseStudiesOrangeDotImg.png) no-repeat center center;
        z-index: 0;
        left: -210px;
        bottom: 190px;
    }
    #msform fieldset .second-parent .shipping::after{
        content: '';
        position: absolute;
        width: 153px;
        height: 145px;
        background: url(../images/caseStudiesOrangeDotImg.png) no-repeat center center;
        z-index: 0;
        right: -210px;
        top: 110px;
    }
  
  /* When the radio button is checked, add a blue background */
  .container-check input:checked ~ .checkmark {
    background-color: #ffffff;
  }
  .container-check input:checked ~ span {
    font-weight: 700;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .container-check input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .container-check .checkmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff9c00;
  }

.third-parent{
    height: 1400px;
}
.third-parent.length-increase {
    height: 1825px;
}
#msform fieldset .third-parent .item-table.third{
    margin-bottom: 40px;
    text-align: left;
    padding: 30px 50px;
}
#msform fieldset .third-parent .m-10{
    margin: 20px 0;
}
#msform fieldset .third-parent .item-table.third .sub-contain span{
    font-size: 24px;
    color: #333333;
    font-weight: 600;
}
#msform fieldset .third-parent .item-table.third span.del-span{
    color: #666666;
    font-size: 18px;
}
#msform fieldset .third-parent .item-table.third span.del-span strong{
    color: #000;
}
#msform fieldset .third-parent .pay-button{
    margin-top: 30px;
    display: flex;
}
#msform fieldset .third-parent .pay-button .container-check:first-of-type{
    margin-right: 30px;
    margin-left: auto;
    display: inherit;
}
#msform fieldset .third-parent .container-check{
    display: inherit;
    width: 230px;
}
#msform fieldset .third-parent .orangeBtn.new-clear{
    width: calc(100% - 20px);
    background: #fff;
    border: 2px solid #ff9c00;
    color: #ff9c00;
    padding: 21px 35px;
    margin-right: 20px;
}
#msform fieldset .third-parent .orangeBtn.new-submit{
    width: 100%;
}

/* The container */

/* Create a custom checkbox */
.checkmark-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 1px solid #ff6a00;
  }

  .container-check.active{
    display: initial !important;
    vertical-align: top;
  }

  .container-check.active input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark-checkbox:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container-check input:checked ~ .checkmark-checkbox:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container-check .checkmark-checkbox:after {
    left: 8px;
    top: 2px;
    width: 7px;
    height: 15px;
    border: solid #ff9c00;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

#msform fieldset .third-parent .final-order{
    display: flex;
    justify-content: space-between;
    margin: 0px 30px;
    padding: 15px 0;
    border-bottom: 1px dashed #ff6a00;
}
#msform fieldset .third-parent .final-order span:first-of-type{
    color: #666666;
    font-size: 18px;
}
#msform fieldset .third-parent .final-order span:last-of-type{
    color: #ff9c00;
    font-size: 18px;
    font-weight: 600;
}
#msform fieldset .third-parent .sub-contain{
    margin-top: 15px;
}
#msform fieldset .third-parent .total-order{
    height: 290px;
}
.aboutSection.checkout .table-mobile{
    display: none;
}
.aboutSection.checkout .third-parent .p-summary{
    color: #666666;
    font-size: 18px;
    margin: 0;
    padding-right: 10px;
}
.aboutSection.checkout .third-parent .p2-summary{
    color: #000;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
}
.aboutSection.checkout .first-design {
    display: none;
}
.aboutSection.checkout .second-design {
    display: none;
}
.aboutSection.checkout .third-design {
    display: none;
}
.aboutSection.checkout .orangeBtn{
    counter-reset: pointer;
}


/* custom pro*/
.aboutSection.checkout .close-modal{
    position: absolute;
    top: -45px;
    right: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.aboutSection.checkout .modal-inner{
    height: 500px;
    width: 100%;
}
.aboutSection.checkout .router-txt{
    color: #808080;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px #D9D9D9 solid;
    padding-bottom: 15px;
}

.aboutSection.checkout .d-flex{
    display: flex;
    flex-wrap: wrap;
}

.aboutSection.checkout .d-flex .header-txt::after {
    content: '';
    border-bottom: 1px orange solid;
    width: 80%;
    display: block;
}

.aboutSection.checkout .more-info{
    color: #666666;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 5px;
}
.aboutSection.checkout .steps-container.custom-product{
    height: 100%;
    padding: 50px 0;
    padding-top: 20px;
}
.aboutSection.checkout .steps-container.custom-product .video-img{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}
.aboutSection.checkout .steps-container.custom-product .product-img-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 10px;
}
.aboutSection.checkout .steps-container.custom-product .product-img-container img:nth-of-type(1){
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.aboutSection.checkout .steps-container.custom-product .product-img-container img:nth-of-type(2){
    margin-left: 0;
    width: 100%
}
.aboutSection.checkout .steps-container.custom-product .your-sign-here{
    width: 100%;
}
.aboutSection.checkout .steps-container.custom-product .forms-container{
    margin-bottom: 10px;
}
.aboutSection.checkout .steps-container.custom-product label{
    font-size: 14px;
    color: #808080;
    width: 180px;
}
.mt-15 {
    margin-top: 40px;
}
.aboutSection.checkout .steps-container.custom-product input[type="text"],
.aboutSection.checkout .steps-container.custom-product textarea {
    border: none;
    padding: 10px 15px;
    width: calc(100% - 180px);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    outline: none;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    min-width: 140px;
}

.aboutSection.checkout .steps-container.custom-product select{
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    outline: none;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 10px 25px 10px 10px;
    border-radius: 3px;
    width: calc(100% - 180px);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/dropdown_arrow.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position: right 25px bottom 16px;
    min-width: 140px;
}
.aboutSection.checkout .steps-container.custom-product select:disabled {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/dropdown_arrow_disabled.png) no-repeat right #fff6ee;
    -webkit-appearance: none;
    background-position: right 25px bottom 16px;
}
.aboutSection.checkout .steps-container.custom-product .forms-container.active label{
    width: 180px;
}
.aboutSection.checkout .steps-container.custom-product .forms-container.active input[type="text"]{
    width: calc(100% - 180px);
}
.aboutSection.checkout .steps-container.custom-product .forms-container.active .x{
    font-size: 20px;
    color: #ff9c00;
    font-weight: 500;
    margin: 0 20px;
}
.aboutSection.checkout .steps-container.custom-product ul{
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
    display: flex;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.aboutSection.checkout .steps-container.custom-product ul li.minus{
    background: #fff;
    padding: 5px 18px;
    height: 40px;
    color: #ff9c00;
    font-weight: 700;
    display: flex;
    font-size: 16px;
    cursor: pointer;
    align-items: center;
}
.aboutSection.checkout .steps-container.custom-product ul li.digit{
    background: #fff;
    padding: 8px 18px;
    height: 40px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
.aboutSection.checkout .steps-container.custom-product ul li.plus{
    background: #fff;
    padding: 5px 18px;
    height: 40px;
    color: #ff9c00;
    font-weight: 700;
    display: flex;
    font-size: 16px;
    cursor: pointer;
    align-items: center;
}
.aboutSection.checkout .steps-container.custom-product .total-order{
    height: auto;
    width: 100%;
    border: 1px dashed #ff9c00;
    background: #fff6ee;
    margin-top: 40px;
    float: right;
    position: relative;
}
.aboutSection.checkout .steps-container.custom-product .total-order .orangeBtn{
    width: calc(100% + 1px);
}
.aboutSection.checkout .steps-container.custom-product .total-order p.total-head{
    margin: 20px 0;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    text-align: center;
}
.aboutSection.checkout .steps-container.custom-product .total-order .sub-contain{
    display: flex;
    justify-content: space-between;
    padding: 15px 30px;
    align-items: center;
}
.aboutSection.checkout .steps-container.custom-product .total-order .sub-contain span:first-child{
    font-size: 20px;
    color: #808080;
    font-weight: 700;
}
.orangeBtn.right-side{
    width: 100%;
    margin-top: 30px;
    padding: 13px;
    background: #ff9c00;
    color: #fff;
}
.aboutSection.checkout .steps-container.custom-product .total-order .sub-contain span:last-child{
    font-size: 24px;
    color: #ff9c00;
    font-weight: 700;
}
.aboutSection.checkout .steps-container.custom-product .total-order p.gst{
    text-align: right;
    padding: 0 30px;
    font-weight: 500;
    font-size: 15px;
    color: #999999;
}
.aboutSection.checkout .steps-container.custom-product .total-order .final-order{
    display: flex;
    justify-content: space-between;
    margin: 0px 30px;
    padding: 15px 0;
    border-bottom: 1px dashed #ff6a00;
}
.aboutSection.checkout .steps-container.custom-product .total-order span:first-of-type{
    color: #808080;
    font-size: 16px;
    font-weight: 700;
}
.aboutSection.checkout .steps-container.custom-product .total-order span:last-of-type{
    color: #ff9c00;
    font-size: 18px;
    font-weight: 600;
}
.aboutSection.checkout .steps-container.custom-product .total-order .orangeBtn{
    color: #fff !important;
    padding: 10px 35px;
    font-size: 24px !important;
}
.custom-product-body .aboutSection.checkout::before{
    left: -94px;
    top: 70px;
}
.custom-product-body .aboutSection.checkout::after{
    width: 153px;
    height: 145px;
    background: url(../images/caseStudiesOrangeDotImg.png) no-repeat center center;
    bottom: 160px;
    left: -320px;
}
.custom-product-body .orangeBtn{
    vertical-align: text-top;
}
.custom-product-body .desktop-slider-none{
    display: none;
}
.upload-btn{
    position: absolute;
    right: 12px;
    background-color: #fff;
}
#html_btn {
    display:none;
}
.no-smoking-container{
    text-align: center;
    height: calc(100% - 88px);
    max-height: 600px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
}
.no-smoking-container > img{
    height: 100%;
    object-fit: cover;
}
.clear-btn{
    width: 100%;
    margin-top: 30px;
    padding: 10px;
    background: #fff;
    border: 3px solid #ff9c00;
    color: #ff9c00;
}
.clear-btn img, .right-side > img{
    width: 20px;
    margin-right: 10px;
}
.clear-btn:hover{
    background: #000;
    border: 3px solid #000;
    color: #ff9c00;
}
.sub-heading-right{
    font-size: 30px;
    font-weight: 800;
    color: #000;
}
.orangeBtn.right-side:hover{
    background: #000;
    color: #fff;
}

.aboutSection.checkout.checkout_v21 .steps-container.custom-product .forms-container.active label{
    width: 140px;
}
.orangeBtn.clear-btn{
    margin-top: 37px;
}

.text-customization {
    font-size: 20px;
    font-weight: 600;
}

.text-description {
    font-size: 16px;
    color: #808080;
}

.reference {
    margin-top: 40px;
}

.reference > p {
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 1366px) {
    .aboutSection.checkout .steps-container.custom-product ul li.digit{
        padding: 8px 2px;
    }
}

@media (max-width: 1199px){
    .orangeBtn.clear-btn {
        font-size: 20px;
        padding: 11px;
        margin-top: 40px;
    }
}

@media (max-width: 991px){

    .no-smoking-container{
        height: 100%;
    }
    .cust-mr-top{
        margin-top: 40px;
    }
    #thirdDiv{
        margin-top: 50px;
    }
    .aboutSection.checkout .steps-container.custom-product label, .aboutSection.checkout .steps-container.custom-product .forms-container.active label{
        width: 120px;
    }
    .aboutSection.checkout .steps-container.custom-product select, .aboutSection.checkout .steps-container.custom-product input[type="text"]{
        width: calc(100% - 120px);
    }

    /* custom pro */
    .custom-product-body .aboutSection.checkout .router-txt::after{
        content: '';
        width: 153px;
        height: 145px;
        background: url(../images/caseStudiesOrangeDotImg.png) no-repeat center center;
        bottom: 30px;
        left: -80px;
        position: absolute;
    }
    .custom-product-body .desktop-slider-none{
        display: block;
    }
    .aboutSection.checkout .steps-container.custom-product .product-img-container.mob-slider-none{
        display: none;
    }
    .custom-product-body .aboutSection.checkout::after{
        content: unset;
        position: absolute;
        bottom: 0px;
        top: 18%;
        left: 90px;
        width: 309px;
        height: 428px;
        background: url(../images/half_round.png) no-repeat top center;
        transform: rotate(180deg);
        transform-origin: unset;
        background-size: 100% 100%;
    }
    .aboutSection.checkout .d-flex.custom-flex{
        flex-direction: column;
        align-items: center;
    }
    .aboutSection.checkout .router-txt{
        text-align: center;
        position: relative;
    }
    .aboutSection.checkout .more-info{
        text-align: center;
        font-size: 12px;
    }
    .aboutSection.checkout .steps-container.custom-product .more-info{
        font-size: 16px;
        text-align: left;
    }
    .aboutSection.checkout .steps-container.custom-product .forms-container.active input[type="text"] {
        width: 75px;
        margin-right: 10px;
    }
    .aboutSection.checkout .steps-container.custom-product .forms-container.active .x{
        margin: 0 10px;
    }
    .aboutSection.checkout .steps-container.custom-product .your-sign-here{
        margin-bottom: 15px;
        height: 400px !important;
    }
    .aboutSection.checkout .first-design {
        position: relative;
        display: block;
    }
    .aboutSection.checkout fieldset:nth-of-type(2) .first-design {
        display: none;
    }
    .aboutSection.checkout .first-design::before {
        content: '';
        position: absolute;
        width: 153px;
        height: 145px;
        background: url(../images/caseStudiesOrangeDotImg.png) no-repeat center center;
        z-index: 0;
        right: -80px;
        top: -360px;
    }
    .aboutSection.checkout .first-design::after {
        content: '';
        position: absolute;
        width: 153px;
        height: 145px;
        background: url(../images/caseStudiesOrangeDotImg.png) no-repeat center center;
        z-index: -1;
        left: -20px;
        top: -20px;
    }
    .aboutSection.checkout .second-design {
        position: relative;
        display: block;
    }
    .aboutSection.checkout .second-design::after {
        content: '';
        position: absolute;
        width: 153px;
        height: 145px;
        background: url(../images/caseStudiesOrangeDotImg.png) no-repeat center center;
        z-index: -1;
        left: -80px;
        top: -337px;
    }
    .aboutSection.checkout .second-design::before {
        content: '';
        position: absolute;
        width: 753px;
        height: 815px;
        background: url(../images/half_round.png) no-repeat center center;
        z-index: -1;
        left: -190px;
        top: 330px;
    }
    .aboutSection.checkout .third-design {
        position: relative;
        display: block;
    }
    .aboutSection.checkout .third-design::after {
        content: '';
        position: absolute;
        width: 153px;
        height: 145px;
        background: url(../images/caseStudiesOrangeDotImg.png) no-repeat center center;
        z-index: -1;
        left: -80px;
        top: -337px;
    }
    .aboutSection.checkout .third-design::before {
        content: '';
        position: absolute;
        width: 753px;
        height: 815px;
        background: url(../images/half_round.png) no-repeat center center;
        z-index: -1;
        right: -190px;
        top: 330px;
        transform: rotate(180deg);
    }
    .aboutSection.checkout .container {
        padding: 0 15px;
    }
    #msform fieldset .total-order .sub-contain span:first-child{
        font-size: 17px;
    }
    .aboutSection.checkout::after{
        content: unset;
    }
    .aboutSection.checkout .first-parent .item-table table, .aboutSection.checkout .third-parent .item-table table{
        display: none;
    }
    .aboutSection.checkout .table-mobile{
        display: block;
    }
    .aboutSection.checkout .first-parent .item-table, .aboutSection.checkout .third-parent .item-table{
        padding: 0 !important;
    }
    .aboutSection.checkout .third-parent .item-table.third{
        padding: 20px !important;
    }
    .aboutSection.checkout #msform fieldset .third-parent .total-order{
        height: 295px;
        margin-top: 0;
    }
    .aboutSection.checkout #msform fieldset .third-parent .sub-contain{
       margin: 15px 0 0 0;
       height: 30px;
    }
    .aboutSection.checkout .card-table:last-of-type{
        border: none;
    }
    .aboutSection.checkout .card-table{
        border-bottom: 1px solid #999;
    }
    .aboutSection.checkout .card-table .card-parent{
        display: flex;
        padding: 20px 25px;
    }
    .aboutSection.checkout .card-table p{
        margin: 0;
    }
    .aboutSection.checkout .card-table .card-parent > img{
        width: 146px;
        height: 100%;
    }
    .aboutSection.checkout .card-table .card-content{
        width: 100%;
        padding-left: 20px;
    }
    #msform fieldset .third-parent .orangeBtn.new-clear{
        margin-bottom: 20px;
        padding: 17px 21px;
    }
    #msform fieldset .second-parent {
        height: 1497px;
    }
    #msform fieldset .third-parent {
        height: 1400px;
    }
    .aboutSection.checkout .card-table .card-content .header-mob{
        font-size: 17px;
        font-weight: 700;
    }
    .aboutSection.checkout .card-table .card-content .sub-mob{
        font-size: 14px;
        font-weight: 700;
    }
    .aboutSection.checkout .card-table .card-content .sub-mob strong{
        font-weight: 300;
    }
    .aboutSection.checkout .card-table .card-content .content-sub{
        text-align: left;
        color: #999;
        font-weight: 500;
    }
    .aboutSection.checkout .card-table .card-content img.delete-can{
        height: 21px;
        margin-right: 20px;
    }
    .p-30{
        padding: 15px 0;
    }
    .aboutSection.checkout .table-mobile .disc-digit{
        font-size: 14px;
        font-weight: 700;
    }
    .aboutSection.checkout .table-mobile .disc-digit strong{
        font-weight: normal;
    }
    .aboutSection.checkout .table-mobile .dollar-value-mob{
        font-size: 16px;
        color: #ff6a00;
        font-weight: 700;
    }
    .aboutSection.checkout .table-mobile  img{
        cursor: pointer;
    }
    .aboutSection.checkout .table-mobile  ul{
        margin: 0;
        padding: 0;
        list-style: none;
        justify-content: center;
        display: flex;
    }
    .aboutSection.checkout .table-mobile  ul li.minus{
        background: #ff9c00;
        padding: 3px 10px;
        color: #fff;
        font-weight: 700;
        display: flex;
        font-size: 16px;
        cursor: pointer;
        height: 30px;
        align-items: center;
    }
    .aboutSection.checkout .table-mobile ul li.digit{
        background: #fff;
        padding: 3px 18px;
        color: #000;
        font-weight: 700;
        height: 30px;
        font-size: 16px;
        border-bottom: 2px solid #ff9c00;
        border-top: 2px solid #ff9c00;
    }
    .aboutSection.checkout ul li.plus{
        background: #ff9c00;
        padding: 3px 10px;
        height: 30px;
        color: #fff;
        font-weight: 700;
        display: flex;
        font-size: 16px;
        cursor: pointer;
        align-items: center;
    }
    .aboutSection.checkout .sub-txt, .aboutSection.checkout .header-txt{
        text-align: center;
    }
    .aboutSection.checkout .sub-txt{
       font-size: 18px;
    }
    .aboutSection.checkout .header-txt{
        font-size: 34px;
    }
    .aboutSection.checkout #msform{
        margin: 40px auto;
        width: 100%;
    }
    .aboutSection.checkout #progressbar{
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0;
    }
    .aboutSection.checkout #progressbar li.active img:nth-of-type(1) {
        width: 60px;
    }
    .aboutSection.checkout #progressbar li.active span{
        font-size: 13px;
    }
    .aboutSection.checkout #progressbar li:not(.active) span{
        font-size: 11px;
    }
    .aboutSection.checkout #progressbar li:not(.active) img:nth-of-type(2) {
        width: 45px;
        margin-top: -10px;
    }
    .aboutSection.checkout #progressbar li.completed img:nth-of-type(3) {
        width: 45px;
        margin-top: 2px;
    }
    .aboutSection.checkout #progressbar li.completed span{
        font-size: 11px;
    }
    .aboutSection.checkout #progressbar li:after {
        border-bottom: 2px dashed #9999994a;
        left: -50%;
        top: 31px;
    }
    .aboutSection.checkout #msform fieldset .total-order{
        height: 213px;
        width: 100%;
        max-width: 530px;
    }
    
    #msform fieldset .third-parent .sub-contain{
        margin: 10px 0 20px 0;
    }
    #msform fieldset .third-parent .sub-contain span{
        line-height: 0;
    }
    #msform fieldset .third-parent .sub-contain .d-flex.align-items-center{
        margin: 10px 0;
    }
    .aboutSection.checkout .third-parent .p-summary.one{
        padding-right: 70px;
    }
    .aboutSection.checkout .third-parent .p-summary.two{
        padding-right: 35px;
    }
    .aboutSection.checkout .third-parent .p-summary.three{
        padding-right: 53px;
    }
    .aboutSection.checkout .third-parent .p-summary.four{
        padding-right: 77px;
    }
    .aboutSection.checkout .third-parent .p-summary.five{
        padding-right: 97px;
    }
    #msform fieldset .third-parent .item-table.third{
        padding: 20px;
    }
    #msform fieldset .third-parent .m-10 {
        margin: 10px 0;
    }
    .cust-m-mob{
        margin: 10px 0;
    }
    #msform fieldset .third-parent .item-table.third span.del-span{
        font-size: 17px;
    }
    
}

@media (max-width: 756px){
    .aboutSection.checkout .orangeBtn {
        padding: 18px 10px;
        font-size: 15px;
    }
    .aboutSection.checkout .steps-container.custom-product .total-order .orangeBtn{
        padding: 18px 10px;
    }
    .aboutSection.checkout .steps-container.custom-product .get-h .more-info{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .aboutSection.checkout .third-parent .p2-summary{
        font-size: 17px;
    }
    .aboutSection.checkout .card-table .card-parent > img {
        width: 60px;
        height: 100%;
    }
    .aboutSection.checkout .card-table .card-parent {
        display: flex;
        padding: 20px 15px;
    }
    #msform fieldset .third-parent .orangeBtn.new-clear{
        width: 100%;
        margin-right: 0;
    }
    #msform fieldset .second-parent .delivery-table tr td{
        padding: 20px 8px;
    }
    #msform fieldset .second-parent .delivery-table .container-check span {
        font-size: 17px;
        font-weight: 500;
    }
    #msform fieldset .second-parent .delivery-table p.lead {
        color: #000;
        font-size: 17px;
        font-weight: 500;
    }
    #msform fieldset .second-parent .delivery-table p.sub-text-cust {
        /* color: #fff; */
        font-size: 12px;
        padding-left: 0;
    }
    #msform fieldset .second-parent .delivery-table .checkmark {
       display: none;
    }
    #msform fieldset .second-parent .delivery-table .container-check{
        padding-left: 0;
    }
    #msform fieldset .second-parent .delivery-table p.sub-text-cust{
        margin-left: 0;
    }
    #msform fieldset .second-parent .item-table.shipping{
        padding: 20px
    }
    #msform fieldset .second-parent .delivery-table p.dollar-value{ font-size: 17px;}
    #msform fieldset .second-parent .delivery-table tr.active td{
        background: #ff9c00;
    }
    #msform fieldset .second-parent .delivery-table tr.active td .container-check span{
        color: #fff;
    }
    #msform fieldset .second-parent .delivery-table tr.active td p.sub-text-cust, #msform fieldset .second-parent .delivery-table tr.active td p.lead, #msform fieldset .second-parent .delivery-table tr.active td p.dollar-value{
        color: #fff;
    }
    #msform fieldset .second-parent .sub-contain{
        padding: 0 10px;
    }
    #msform fieldset .third-parent.length-increase{
        height: 2410px;
    }
    #msform fieldset .third-parent {
        height: 1480px;
    }
    #msform fieldset .third-parent.length-increase {
        height: 2290px;
    }
}
@media (max-width: 575px){
    #msform fieldset .third-parent {
        height: 1590px;
    }
    #msform fieldset .third-parent.length-increase {
        height: 2480px;
    }
}