  /* box form */
.containerForm{
    margin: 50px auto;
}
.boxForm{
box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
border-radius: 5px;
position: relative;
    text-align: center;
    background-color: #fafafa;
    margin-left: 10px;
margin-right: 10px;
}
.boxForm div{
    background-color: #fff;
    background: #fafafa;
    box-shadow: inset 0 -1px 4px 0 #dcdcdc, inset 0 1px 4px 0 #dcdcdc;
    padding: 15px 0 15px 0;
}
.boxForm h2{
    font-size: 36px;
    line-height: 42px;
    margin-top: 20px;
    text-transform: capitalize;
}
/* .boxForm .product{
    width: 50%;
} */
.boxForm h3{
 font-size: 36px;
 color: #ff5d0d;
 font-weight: 600;
}
.boxForm button,.boxForm button:hover{
   background: #0db259;
   border-color: #0db259;
   color: #fff;
   border-radius: 6px;
   font-style: italic;
   font-weight: bold;
   letter-spacing: .7px;
   height: 60px;
   width: 94%;
   padding: 0 10px;
   font-size: 18px;
   margin: 20px auto;
   border: none;
   cursor: pointer;
}
.boxForm .guaranteed{
    width: 90%;
    margin: 10px auto;
}
.boxForm p span:first-child{
    color: #4b4b4b;
    font-weight: 400;
    font-size: 20px;
    text-decoration: line-through;
    margin-right: 10px;
}
.boxForm p span:last-child{
    color: #000;
    font-weight: 600;
    font-size: 24px;
}

.boxFormTwo{
    border:5px solid #0DB259;
}
.riskFree{
    position: absolute;
    top: -34px;
    left: 0;
    width: 85px;
}
.boxFormTree h4{
    border-radius: 5px;
}
.boxFormOne{
   margin-top: 100px;
}
.boxFormTree{
   margin-top: 70px;
}
.title_form{
    margin-bottom: 50px;
    font-size: 48px;
    font-style: italic;
    text-align: center;
    font-weight: 500;
}
.title_form span{
    color: #5f8ac7;
}
.mobileFormBox{
    display: none;
}
.package-product__ribbon {
    border-radius: 5px;
    color: #fff;
    font-family: Barlow Condensed,sans-serif;
    font-size: 26px;
    font-style: italic;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    width: 100%;
    background-color: rgb(13, 178, 89);
    border-radius: 0;
}
.product{
  max-width: 260px;
  width: 100%;
}
.box__form{
	text-align: center;
	margin-bottom: 50px;
}
.box__form h2{
	max-width: 800px;
	width: 100%;
	margin: 10px auto;;
}
.box__form p:nth-child(2){
border: 1px solid #e74c3c;
background-color: #ffc2cb8f;
padding: 5px;
max-width: 370px;
width: 100%;
margin: 10px auto;
border-radius: 10px;
}
.box__form p:nth-child(2) span{
	width: 10px;
	height: 10px;
	box-shadow: 0 0 10px #e74c3c;
	border-radius: 50%;
	display: inline-block;
	background-color: #e74c3c;
}
@media (max-width: 767px) {
  #order {
    flex-direction: column-reverse;
    }
    .box__form p:nth-child(2){
       font-size: 12px; 
    }
	.box__form{
		margin-bottom: 20px;
	}
    .mobileFormBox{
        display: block;
    }
    .title_form{
       margin-bottom: 0px;
    }
    .boxForm div{
        padding: 15px 0 0 0;
        line-height: 50px;
    }
    .containerForm{
        margin: 20px 0;
    }
       .boxFormOne{
       margin-top: 0px;
    }
    .boxFormTree{
       margin-top: 0px;
    }
    .boxForm{
        margin: 30px 0;
    }
}
@media (max-width: 499px) {
  .boxForm{
      margin-left: 0px;
  margin-right: 0px;
  }
    #purchase .container .row {
        flex-direction: column-reverse;
    }
    .landing__purchase h3 {
        margin-bottom: 15px;
    }
}
@media (max-width: 400px) {
.boxForm{
    margin: 20px 0;
}
}
/* end box form */
.package__purchase h3 {
    margin-bottom: 20px;
}
.text-capitalize {
    margin-bottom: 45px;
}