/** Start Generl **/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /*font-family: 'Montserrat', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Source Sans Pro', sans-serif;
  font-family: 'Raleway', sans-serif;
  font-family: 'Muli', sans-serif;
  font-family: 'Josefin Sans', sans-serif;
  font-family: 'Quicksand', sans-serif;

*/
  font-family: 'Roboto'
}

ul li {
  list-style: none;
}

body {
  margin: 0 auto;
	padding: 0;
}

/** End Generl **/

/*** Start Parent & Son ***/

.parent {
  margin-top: 0px;
	padding: 0px;
  width: 100%;
  padding: 0px;
  background-image: linear-gradient(to right, #0093E9, #80D0C7, #55DBBA, #BFE3A3, #83FFA9);
  border-radius: 0px;
  height: 800px;
  min-height: 700px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";

}

.parent .son {
  width: 100%;
  max-width: 900px;
  height: 100%;
  padding: 100px 0 55px 0;
  margin: 0 auto;
  
  overflow: hidden;
  border-radius: 5px;
  

}

.parent .son .container {
  height: 100%;
  position: relative;
  right: -30px;
  margin: 0 auto;
  max-width: 700px;
}

/*** End Parent & Son ****/

/*** Start Left ****/

.parent .son .left,
.parent .son .right {
  display: inline-block;
	border-radius: 10px;
	
}

.parent .son .left {
  width: 310px;
  height: 470px;
  overflow: hidden;
  position: relative;
  z-index: 333;
  border-radius: 5px;
	margin-bottom: 20px;
	border-radius: 10px;
  box-shadow: 0px 1px 22px 0px rgba(50, 50, 50, 0.65);
}
.parent .son .right {
	border-radius: 10px;
	border-top-left-radius: 10px;
		border-top-right-radius: 10px;
}

.parent .son .left .img {
  background-image: url('http://pamperyourmind.com/wp-content/uploads/2016/04/iStock_000065426843_Full.jpg');
  background-size: cover;
  width: 100%;
  height: 62%;
}

.parent .son .left .info {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: linear-gradient(to right, #43cea2 0%, #185a9d  100%, #43cea2 100%);
}

.parent .son .left .info ul:first-of-type {
  float: left;
  width: 50%;
  height: 100%;
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 40px;
  padding-left: 30px
}

.parent .son .left .info ul:first-of-type li {
  margin-bottom: 5px
}

.parent .son .left .info ul:first-of-type li:last-of-type {
  font-size: 29px;
  margin-top: 23px
}

.parent .son .left .info ul:last-of-type {
  float: right;
  width: 50%;
  height: 100%;
  color: white;
  font-size: 8.5px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 35px;
  padding-right: 30px;
  text-align: right
}

.left .info ul:last-of-type li:nth-of-type(2) {
  margin-bottom: 20px;
}

.left .info ul:last-of-type li:nth-of-type(2),
.left .info ul:last-of-type li:last-of-type {
  font-size: 13px
}

.left .info ul:last-of-type li:nth-of-type(3),
.left .info ul:last-of-type li:first-of-type {
  color:yellowgreen;
  margin-bottom: 5px
}



/*** End Left ***/

/*== Start Right ==*/

.parent .son .right {
  height: auto;
  width: 380px;
  position: relative;
  top: -12px;
  right: 55px;
  /*position: absolute;
  top: 40px;
  right: 140px;*/
  background-color: #fff;
  border-radius: 10px;
  box-shadow:  0px 1px 25px 0px rgba(50, 50, 50, 0.91);

}

.parent .son .right .up {
  width: 100%;
  height: 43%;
  background-image: linear-gradient(to right, #43cea2 0%, #185a9d  100%, #43cea2 100%);
  padding: 40px 40px 0 80px;
  border-radius: 5px 5px 0 0;
	border-top-left-radius: 10px;
		border-top-right-radius: 10px;
}

.son .right .up ul:first-of-type li:first-of-type{
  margin-bottom: 15px;
  color:aquamarine;
  font-weight: bold;
  font-size: 18px;
}

.son .right .up ul:first-of-type li:not(:first-of-type) {
  color:black;
  font-size: 13px;
  letter-spacing: .5px;
  line-height: 20px
}

.son .right .up ul:last-of-type li {
  display: inline-block;
  color:antiquewhite;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  padding: 8px 25px;
  transition: all .3s ease-in-out;
  border-bottom: 2px solid transparent;
}

.son .right .up ul:last-of-type li + li {
  margin-left: 44px;
  margin-top: 29px;
}

.son .right .up ul:last-of-type li:hover,
.son .right .up ul:last-of-type .activecr {
  border-bottom: 2px solid #2C73D2;
  color: #2c3e50;
}

.son .right .down {
  width: 100%;
  height: calc(100% - 43%);
  padding: 30px 0 40px 80px;
}

.son .right .down .payment form label {
  display: block;
  color: #bdc3c7;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 7px
}

.son .right .down .payment form input {
  border: 1px solid transparent;
  box-shadow: 0px 0px 17px 0px rgba(50, 50, 50, 0.12);
  padding: 7px;
  margin-bottom: 20px;
  color: #34495e;
  border: 1px solid #ecf0f1;
  border-radius: 3px
}

.son .right .down .payment form label {
  transition: all .3s ease-in-out
}

.son .right .down .payment form .form-group:hover label/*******,
.son .right .down .payment form .form-group .cardNumber *******/ {
  color: #2c3e50
}

.son .right .down .payment form .form-control1 {
  width: 257px
}

.son .right .down .payment form select {
  border: none;
  border-bottom: 1.5px solid #bdc3c7;
  color: #bdc3c7;
  margin-right: 20px;
  font-size: 11px;
  margin-bottom: 20px;
  box-shadow:  0px 0px 22px 0px rgba(50, 50, 50, 0.09);
  padding: 5px
}

.son .right .down .payment form .lab {
  width: 190px;
}

.son .right .down .payment form .lab,
.son .right .down .payment form .lab select {
  transition: all .3s ease-in-out
}


.son .right .down .payment form .lab:hover label{
  color: #2c3e50;
}

.son .right .down .payment form .lab:hover select,
.son .right .down .payment form .CVV input:hover {
  color: #2c3e50;
  border-bottom: 1.5px solid #2c3e50
}

.son .right .down .payment form .form-group1 {
  position: relative
}

.son .right .down .payment form .CVV {
  width: 75px;
  position: absolute;
  top: 0px;
  right: 40px;
  height: 100%;
}

.son .right .down .payment form .CVV input {
  width: 70px;
  padding: 4px;
  margin-bottom: 0;
  transition: all .3s ease-in-out;
  border-bottom: 1.5px solid transparent
}

.btn {
  margin-top: 5px;
	border-radius: 10px;
}
.son .right .down .payment form button {
  background-image: linear-gradient(to left, #43cea2 0%, #185a9d  100%, #43cea2 100%);
  border: none;
  padding: 13px;
  width: 256px;
  color: #fff;
  font-size: 18px;
  box-shadow:  0px 0px 22px 0px rgba(50, 50, 50, .4);
  border-radius: 5px;
  cursor: pointer;
  position: relative
}

.right .down .payment form button:after {
  content:'Succeeded';
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 49px;
  width: 256px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to left,#B993D6 0%, #8CA6DB  51%, #B993D6  100%);
  opacity: 0;
  border-radius: 5px;
  cursor: pointer;
  transition: opacity .2s ease-in-out
}

.right .down .payment form button:hover:after {
  opacity: 1
}

/*== End Right ==*/

/*== Start Media ==*/

@media (max-width: 710px) {
  
  .parent {
    padding: 0;
    min-height: 1020px
  }
  
  .parent .son .container {
    right: 0
  }
  .son .container .left,
  .son .container .right {
    display: block;
    margin: 0 auto
  }
  
  .son .container .right {
    top: 0;
    right: 0;
    margin-top: 50px;
  }
  .son .container .right .up {
    padding: 40px 0 0 0;
    text-align: center
  }
  
  .son .container .right .down {
    padding: 40px 0px 40px 40px
  }
  
  .son .right .down .payment form button,
  .right .down .payment form button:after {
    width: 296px
  }
  
  .son .right .down .payment form .form-control1 {
    width: 295px;
  }
}

@media (max-width: 415px) {
  .son .container .left,
  .son .container .right {
    width: 97%;
  }
  
  
  .son .right .up ul:first-of-type li:not(:first-of-type) {
    margin: 0 20px
  }
  
  .son .right .up ul:last-of-type li {
    display: inline-block;
  } 
  
  .btn {
    text-align: center;
    margin-right: 25px;
	  border-radius: 10px;
  }
  .son .right .down .payment form button,
  .right .down .payment form button:after {
    width: 200px;
  }
}

@media (max-width: 370px) {
  .son .right .down .payment form .form-control1 {
    width: 200px;
  }
  
  .son .right .down .payment form .CVV {
    width: 90px;
    position: static;
    top: 0;
    right: 0;
    margin-bottom: 20px
  }
  
  .son .right .down .payment form .CVV input {
    width:  90px
  }
}
.drink{
	width: 70%;
	margin-left: 60px;
	margin-top: 60px;
}
.wave{
	width: 100%;
	margin-top: 0px;
	position: absolute;
}

/*== End Media ==*/