section.gift_sec .row{
	flex-direction:row-reverse;
}
.left_btn {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.left_btn img{
	width: 150px;
	margin-top:20px;
}

.right_text .btn-group{
  width: 100%;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.form-control {
    border-radius: 0;
    border-right: 0;
    padding: 20px;
}

.form-select-lg {
 border-left:0;
 border-radius:0;
 font-size: 14px;
 height: 48px;
}

.gift-card-sec h4{
  color:#fff;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.contact-form .form-group {
    margin-bottom: 20px;
    padding: 0;
}

.contact-form .form-group label {
    text-transform: math-auto;
    font-weight: 400;
}

.contact-form {
    width: 100%;
    max-width: 700px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* display: block; */
    margin: auto;
    margin-top: 50px;
}

.contact-form .form-group textarea {
    margin-bottom: 10px;
}

.contact-form .form-group textarea::placeholder{
  color:#bbbbbb;
}

.left_img img{
  /* display:block; */
  /* margin:auto; */
}

span {cursor:pointer; }
		.number{
			/* margin: 30px; */
		}
		.number .minus, .plus{
			width: 50px;
			/* height: 35px; */
			background:#f2f2f2;
			border-radius:4px;
			padding: 0px 5px 0px 5px;
			border:1px solid #ddd;
			display: inline-block;
			vertical-align: middle;
			text-align: center;
			font-size: 30px;
			background: #cf9d6c;
		}
		.number input{
			height: 48px;
			width: 100px;
			text-align: center;
			font-size: 18px;
			border:1px solid #ddd;
			border-radius:4px;
			display: inline-block;
			vertical-align: middle;
}
			
.btn-group, .btn-group-vertical {
    display: block;

}

label
 {
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
}


.right_text {
    /* display: flex; */
    /* justify-content: center; */
    /* margin-top: 30px; */
    width: 62%;
}


section.gift-card-sec .row{
  /* gap:40px 0; */
  max-width: 700px;
  margin: auto;
}


.count-box{
      display: flex;
      gap: 30px;
      align-items: flex-end;
      justify-content: space-between;
      margin-top: 40px;
}

option:checked {
    color: #000;
}

section.gift_sec .left_btn .main-btn{
  width: 400px;
  text-align: center;
  font-size: 20px;
}
section.gift_sec .left_btn .main-btn span{
 display: block; 
}
section.gift_sec .left_btn .main-btn span i{
  font-size: 25px;
}
