
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900,700,500);
.form-container {
  	display: flex;
    justify-content: center;
    align-items: center;
}

.card-wrapper {
  	width: 100%;
  	display: flex;
}

.personal-information {
  	background-color: #000000;
  	color: #fff;
  	padding: 1px 0;
  	text-align: center;
}

h1 {
  	font-size: 1.3em;
  	font-family: "Roboto"
}

input[type="submit"]{
    height: 44px;
    width: 10%;
    border: none;
    background-color: #ffc107;
    color: #fff;
    margin: 0px auto;
    /*margin-top: 20px;*/
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 1px;
}

input[type="submit"]:hover{
  	background-color: #ffc107;
  	transition: 0.3s ease;
}

input[type="month"]{
  	-webkit-appearance: none;
  	-moz-appearance: none;
}

/*input[type="month"]::before{
  	content: attr(placeholder) !important;
  	color: #aaa;
  	width: 100%;
}

input[type="month"]:focus::before,
input[type="month"]:active::before {
  	content: "";
  	width: 0%;
}*/

.column-input {
	border: 1px solid #000000 !important;
    width: 49.5% !important;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 2px;
}

.column-input-left {
	border: 1px solid #000000 !important;
    width: 49.5% !important;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 2px;
}

.column-input-mid {
	border: 1px solid #000000 !important;
    width: 100% !important;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 2px;
}

.column-input-right {
	border: 1px solid #000000 !important;
    width: 49.5% !important;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 2px;
}

.card-type {
	border: 1px solid #000000 !important;
    width: 49.5% !important;
    padding: 11px;
    border-radius: 5px;
    margin-bottom: 2px;
}

.state {
	border: 1px solid #000000 !important;
    width: 49.5% !important;
    padding: 11px;
    border-radius: 5px;
    margin-bottom: 2px;
}

.paymet-card {
	margin-top: 30px;
	justify-content: space-around;
	position: relative;
}

.infomation-card  {
	border-top: 1px solid;
	margin-top: 10px;
  	justify-content: center;
}

.chosse-packages-sms {
	justify-content: center;
}

.next-payment {
	background-color: #007bff;
    color: white;
    width: 150px;
    height: auto;
    font-weight: 700;
    margin: auto;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.back-payment {
	background-color: #ffc107;
    color: white;
    width: 10%;
    height: auto;
    font-weight: 700;
    margin: auto;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    border: 0px;
    margin-right: 1px;
}

#submit-buy-sms {
	background-color: #ffc107;
    color: white;
    width: 10%;
    height: auto;
    font-weight: 700;
    margin: auto;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    border: 0px;
    margin-left: 1px;
}

.buy-sms {
	margin: 0;
	padding: 0;
	background: linear-gradient(to bottom right, #E3F0FF, #2d3f4d);
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-payment {
	margin: 50px 0;
	padding: 30px;
		height: 85%;
		background-color: #ffffff;
		border-radius: 20px;
		box-shadow: 0px 25px 40px #1687d933;
}

.Header {
	border: 0px solid black;
    border-radius: 5px;
    text-align: left;
    width: 100%;
    height: 15%;
    display: flex;
    align-items: center;
    /*margin: auto;*/
    /*justify-content: center;*/
    /*background-color: gold;*/
}

.Heading {
	font-size: 30px;
	font-family: ui-monospace;
	font-weight: 700;
	color: #2F3841;
	display: contents;
}

.Action {
	font-size: 14px;
	font-family: ‘Open Sans’;
	font-weight: 600;
	color: #E44C4C;
	cursor: pointer;
	border-bottom: 1px solid #E44C4C;
}

.Cart-Items {
	position: relative;
	padding: 10px 0;
	margin: 35px auto;
	width: 90%;
	height: 30%;
	display: flex;
	align-items: center;
	border: 0px solid black;
	border-radius: 5px;
	box-shadow: 0 0 5px 1px lightgrey;
	/*justify-content: space-between;*/
}

.image-box {
	width: 15%;
	text-align: center;
}

.about {
	width: 60%;
	height: 100%;
}

.title {
	padding-top: 5px;
	font-size: 30px;
	font-family: ui-monospace;
	font-weight: 800;
	/*line-height: 10px;*/
 	/*color: #ffffff;*/
}

.subtitle {
	line-height: 10px;
	font-size: 25px;
 	font-family: ui-monospace;
	font-weight: 600;
	/*color: #ffffff;*/
	/*margin-left: 12%;*/
}

.bonus {
	/*margin-left: 12%;*/
	/*color: #ffffff;*/
	font-size: 20px;
	text-decoration: underline yellow;
}

.bonus span {
	text-decoration: underline yellow;
	font-weight: 700;
}

.counter {
	width: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.prices {
	position: absolute;
	background: white;
	height: 100%;
	text-align: center;
	right: 5%;
	top: 0%;
	bottom: 0%;
	width: 15%;
}

.amount {
	font-size: 50px;
	font-family: ui-monospace;
	font-weight: 800;
	color: #202020;
	padding: 17%;
}

.notice {
	width: 87%;
	padding-top: 100px;
}

hr {
	width: 66%;
	float: right;
	margin-right: 5%;
}

.checkout {
	float: right;
	margin-right: 5%;
	width: 45%;
}

.total {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.Subtotal {
	font-size: 40px;
	font-family: ui-monospace;
	font-weight: 700;
	color: #202020;
}

.items {
	font-size: 16px;
	font-family: ui-monospace;
	font-weight: 500;
	color: #909090;
	line-height: 10px;
}

.total-amount {
	font-size: 40px;
	font-family: ui-monospace;
	font-weight: 900;
	color: #202020;
}

.button {
	margin-top: 5px;
	width: 100%;
	height: 40px;
	border: none;
	background: #f6c820;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	font-family: ui-monospace;
	font-weight: 600;
	color: #202020;
}

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.column-pay-left {
	width: 55%;
}

.column-pay-right {
	width: 40%;
	padding: 10px;
	border-left: 1px solid;
}

.button-pay {
	display: flex;
	text-align: center;
	width: 100%;
	margin-top: 30px;
}

.your-order {
    width: 100%;
    border-bottom: 1px solid;
    padding: 20px 0px;
    margin: auto;
    margin-bottom: 20px;
	/*display: flex;*/
}

.your-order-total {
	display: flex;
    width: 100%;
}

ul li {
	text-align: left;
	list-style-type: initial;
	display: flex;
	font-size: 25px;
}

.search_phone {
	border-bottom: 1px solid;
}

.item-detail {
	margin: 5% 0px;
	color: black;
    font-weight: 600;
    font-size: 25px;
}

input:focus::-webkit-input-placeholder { 
	color:transparent; 
}

.include {
	width: 90%;
	margin: auto;
}

select {
	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
}

.alert-error {
	margin: 5% 0;
    padding: 5%;
    color: white;
    background-color: #db6161;
    width: 100%;
    font-size: 30px;
    text-align: center;
}

.alert-successs {
	margin: 5% 0;
    padding: 5%;
    color: black;
    background-color: #dbf3bf;
    width: 100%;
    font-size: 30px;
    text-align: center;
}

.alert-success{
	margin-top: 30px;
    position: absolute;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    font-size: 30px;
    z-index: 1;
    padding: 70px;
}

.alert-danger {
	width: 100%;
	margin-top: 30px;
    position: absolute;
    font-size: 30px;
    z-index: 1;
    padding: 70px;
}

.check1, .uncheck1, .check2, .uncheck2, .check3, .uncheck3 {
	width: 50px;
	height: 50px
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/sms/GD.gif') 50% 50% no-repeat rgb(248 248 248 / 50%);
}

.search-phone-images {
	
}

/*responsive*/
@media only screen and (max-width: 1199px) {

	.item-detail {
		font-size: 18px;
	}

	ul li {
		font-size: 18px;
	}

	input[type="month"]{
	  	float: unset;
	}

	.column-input {
		float: unset;
	}
}

/*responsive*/
@media only screen and (max-width: 1024px) {

	.amount {
		padding: 14%;
		margin-top: 7%;
	}

	.items {
		font-size: 14px;
	}

	.item-detail {
		font-size: 18px;
	}

	ul li {
		font-size: 18px;
	}
}

/*responsive*/
@media only screen and (max-width: 991px) {

	.form-payment {
		padding:15px;
		border-radius: 15px;
	}

	.Heading {
		font-size: 25px;
	}

	.Cart-Items {
		padding: 5px 0;
		margin: 20px auto;
	}

	.title {
		font-size: 25px;
	}

	.counter {
		width: 15%;
	}
	.image-box {
		display: none;
	}

	.subtitle { 
		font-size: 20px;
	}

	.bonus { 
		font-size: 17px;
	}

	.amount { 
		margin-top: 0%;
		font-size: 35px;
		padding: 22%;
	}

	.prices { 
		width: 20%;
		right: 2%;
	}

	.notice {
	    font-size: 15px;
	    width: 95%;
		padding-top: 30px;
	    margin: auto;
	}

	.checkout {
	    margin: auto;
	    width: 90%;
	    float: none;
	}

	.Subtotal {
		font-size: 30px;
	}

	.total-amount {
		font-size: 30px;
	}

	.items {
		font-size: 20px;
	}

	.button {
		width: 50%;
	}

	.form-container {
		display: block;
	}

	.column-pay-left {
	    width: 100%;
	}

	.column-pay-right {
	    width: 100%;
	    padding: 10px;
	     border-left: 0px solid; 
	}

	.column-input {
		/*float: left;*/
		padding: 10px;
		font-size: 15px;
	}

	.column-input-mid {
		padding: 10px;
		width: 49.5% !important;
	}

	.card-type {
		padding: 10px;
		width: 49.5% !important;
		font-size: 15px;
	}

	.state {
		padding: 10px;
		font-size: 15px;
	}

	.your-order h3 {
		font-size: 25px;
	}

	.back-payment {
		width: 25%;
	}

	#submit-buy-sms {
		width: 25%;
	}

	input[type="submit"] {
		width: 25%;
	}

	.item-detail {
		font-size: 16px;
		margin: 3% 0px;
	}

	ul li {
		font-size: 20px;
	}

	.phonering-alo-ph-circle {
		width: 90px;
	    height: 90px;
	    top: 45px;
	    left: 45px;
	}

	.phonering-alo-ph-circle-fill {
		width: 70px;
	    height: 70px;
	    top: 55px;
	    left: 55px;
	}

	.phonering-alo-ph-img-circle {
		width: 40px;
	    height: 40px;
	    top: 70px;
	    left: 70px;
	}

	.icon-phone {
		position: relative;
	    margin: auto;
	    padding: 10px;
	    font-size: 15px;
	    color: #fdc81d;
	}
}

/*responsive*/
@media only screen and (max-width: 912px) {

	.form-payment {
		padding:15px;
		border-radius: 15px;
	}

	.Heading {
		font-size: 25px;
	}

	.Cart-Items {
		padding: 5px 0;
		margin: 20px auto;
	}

	.title {
		font-size: 25px;
	}

	.counter {
		width: 15%;
	}
	.image-box {
		display: none;
	}

	.subtitle { 
		font-size: 20px;
	}

	.bonus { 
		font-size: 17px;
	}

	.amount { 
		margin-top: 0%;
		font-size: 35px;
		padding: 22%;
	}

	.prices { 
		width: 20%;
		right: 2%;
	}

	.notice {
	    font-size: 15px;
	    width: 95%;
		padding-top: 30px;
	    margin: auto;
	}

	.checkout {
	    margin: auto;
	    width: 90%;
	    float: none;
	}

	.Subtotal {
		font-size: 30px;
	}

	.total-amount {
		font-size: 30px;
	}

	.items {
		font-size: 20px;
	}

	.button {
		width: 50%;
	}

	.form-container {
		display: block;
	}

	.column-pay-left {
	    width: 100%;
	}

	.column-pay-right {
	    width: 100%;
	    padding: 10px;
	     border-left: 0px solid; 
	}

	.column-input {
		/*float: left;*/
		padding: 10px;
		font-size: 15px;
	}

	.column-input-mid {
		padding: 10px;
		width: 49.5% !important;
	}

	.card-type {
		padding: 10px;
		width: 49.5% !important;
		font-size: 15px;
	}

	.state {
		padding: 10px;
		font-size: 15px;
	}

	.your-order h3 {
		font-size: 25px;
	}

	.back-payment {
		width: 25%;
	}

	#submit-buy-sms {
		width: 25%;
	}

	input[type="submit"] {
		width: 25%;
	}

	.item-detail {
		font-size: 16px;
		margin: 3% 0px;
	}

	ul li {
		font-size: 20px;
	}

	.phonering-alo-ph-circle {
		width: 90px;
	    height: 90px;
	    top: 45px;
	    left: 45px;
	}

	.phonering-alo-ph-circle-fill {
		width: 70px;
	    height: 70px;
	    top: 55px;
	    left: 55px;
	}

	.phonering-alo-ph-img-circle {
		width: 40px;
	    height: 40px;
	    top: 70px;
	    left: 70px;
	}

	.icon-phone {
		position: relative;
	    margin: auto;
	    padding: 10px;
	    font-size: 15px;
	    color: #fdc81d;
	}

	.alert-error {
	    font-size: 35px;
	}

	#image_waning {
		max-width: 75px !important;
	}
}

/*responsive*/
@media only screen and (max-width: 820px) {

	.form-payment {
		padding:15px;
		border-radius: 15px;
	}

	.include {
		width: 100%;
		margin: auto;
	}

	.Heading {
		font-size: 25px;
	}

	.Cart-Items {
		padding: 5px 0;
		margin: 20px auto;
	}

	.title {
		font-size: 25px;
	}

	.counter {
		width: 15%;
	}
	.image-box {
		display: none;
	}

	.subtitle { 
		font-size: 20px;
	}

	.bonus { 
		font-size: 17px;
	}

	.amount { 
		margin-top: 0%;
		font-size: 35px;
		padding: 22%;
	}

	.prices { 
		width: 20%;
		right: 2%;
	}

	.notice {
	    font-size: 15px;
	    width: 95%;
		padding-top: 30px;
	    margin: auto;
	}

	.checkout {
	    margin: auto;
	    width: 90%;
	    float: none;
	}

	.Subtotal {
		font-size: 30px;
	}

	.total-amount {
		font-size: 30px;
	}

	.items {
		font-size: 20px;
	}

	.button {
		width: 50%;
	}

	.form-container {
		display: block;
	}

	.column-pay-left {
	    width: 100%;
	}

	.column-pay-right {
	    width: 100%;
	    padding: 10px;
	     border-left: 0px solid; 
	}

	.column-input {
		/*float: left;*/
		padding: 10px;
		font-size: 15px;
	}

	.column-input-mid {
		padding: 10px;
		width: 49.5% !important;
	}

	.card-type {
		padding: 10px;
		width: 49.5% !important;
		font-size: 15px;
	}

	.state {
		padding: 10px;
		font-size: 15px;
	}

	.your-order h3 {
		font-size: 25px;
	}

	.back-payment {
		width: 25%;
	}

	#submit-buy-sms {
		width: 25%;
	}

	input[type="submit"] {
		width: 25%;
	}

	.item-detail {
		font-size: 16px;
		margin: 3% 0px;
	}

	ul li {
		font-size: 20px;
	}

	.alert-success {
		font-size: 25px;
		padding: 50px;
	}

	.alert-danger {
		padding: 50px;
	}

	.button-phone {
	    margin-top: 10%;
	    margin-left: 85%;
	}

	.phonering-alo-ph-circle {
		width: 90px;
	    height: 90px;
	    top: 45px;
	    left: 45px;
	}

	.phonering-alo-ph-circle-fill {
		width: 70px;
	    height: 70px;
	    top: 55px;
	    left: 55px;
	}

	.phonering-alo-ph-img-circle {
		width: 40px;
	    height: 40px;
	    top: 70px;
	    left: 70px;
	}

	.icon-phone {
		position: relative;
	    margin: auto;
	    padding: 10px;
	    font-size: 15px;
	    color: #fdc81d;
	}

}

/*responsive*/
@media only screen and (max-width: 768px) {

	.form-payment {
		padding:15px;
		border-radius: 15px;
	}

	.include {
		width: 100%;
		margin: auto;
	}

	.Heading {
		font-size: 25px;
	}

	.Cart-Items {
		padding: 5px 0;
		margin: 20px auto;
	}

	.title {
		font-size: 25px;
	}

	.counter {
		width: 15%;
	}
	.image-box {
		display: none;
	}

	.subtitle { 
		font-size: 20px;
	}

	.bonus { 
		font-size: 17px;
	}

	.amount { 
		margin-top: 0%;
		font-size: 35px;
		padding: 22%;
	}

	.prices { 
		width: 20%;
		right: 2%;
	}

	.notice {
	    font-size: 15px;
	    width: 95%;
		padding-top: 30px;
	    margin: auto;
	}

	.checkout {
	    margin: auto;
	    width: 90%;
	    float: none;
	}

	.Subtotal {
		font-size: 30px;
	}

	.total-amount {
		font-size: 30px;
	}

	.items {
		font-size: 20px;
	}

	.button {
		width: 50%;
	}

	.form-container {
		display: block;
	}

	.column-pay-left {
	    width: 100%;
	}

	.column-pay-right {
	    width: 100%;
	    padding: 10px;
	     border-left: 0px solid; 
	}

	.column-input {
		/*float: left;*/
		padding: 10px;
		font-size: 15px;
	}

	.column-input-mid {
		padding: 10px;
		width: 49.5% !important;
	}

	.card-type {
		padding: 10px;
		width: 49.5% !important;
		font-size: 15px;
	}

	.state {
		padding: 10px;
		font-size: 15px;
	}

	.your-order h3 {
		font-size: 25px;
	}

	.back-payment {
		width: 25%;
	}

	#submit-buy-sms {
		width: 25%;
	}

	input[type="submit"] {
		width: 25%;
	}

	.item-detail {
		font-size: 16px;
		margin: 3% 0px;
	}

	ul li {
		font-size: 20px;
	}

	.alert-success {
		font-size: 25px;
		padding: 50px;
	}

	.alert-danger {
		padding: 50px;
	}

	.button-phone {
	    margin-top: 10%;
	    margin-left: 80%;
	}

	.phonering-alo-ph-circle {
		width: 90px;
	    height: 90px;
	    top: 45px;
	    left: 45px;
	}

	.phonering-alo-ph-circle-fill {
		width: 70px;
	    height: 70px;
	    top: 55px;
	    left: 55px;
	}

	.phonering-alo-ph-img-circle {
		width: 40px;
	    height: 40px;
	    top: 70px;
	    left: 70px;
	}

	.icon-phone {
		position: relative;
	    margin: auto;
	    padding: 10px;
	    font-size: 15px;
	    color: #fdc81d;
	}

	.alert-error {
	    font-size: 35px;
	}

	#image_waning {
		max-width: 75px !important;
	}
}

/*responsive*/
@media only screen and (max-width: 540px) {
	input[name="last_name"], input[name="cvc"], input[name="city"], input[name="zip_code"]{
	  	float: right;
	}

	.form-payment {
		padding:15px;
		border-radius: 15px;
	}

	.include {
		width: 100%;
		margin: auto;
	}

	.Heading {
		font-size: 25px;
	}

	.Cart-Items {
		padding: 5px 0;
		margin: 20px auto;
	}

	.title {
		font-size: 25px;
	}

	.counter {
		width: 15%;
	}
	.image-box {
		display: none;
	}

	.subtitle { 
		font-size: 20px;
	}

	.bonus { 
		font-size: 17px;
	}

	.amount { 
		margin-top: 15%;
		font-size: 35px;
		padding: 15%;
	}

	.prices { 
		width: 20%;
		right: 2%;
	}

	.notice {
	    font-size: 15px;
	    width: 95%;
		padding-top: 30px;
	    margin: auto;
	}

	.checkout {
	    margin: auto;
	    width: 90%;
	    float: none;
	}

	.Subtotal {
		font-size: 30px;
	}

	.total-amount {
		font-size: 30px;
	}

	.items {
		font-size: 18px;
	}

	.button {
		width: 50%;
	}

	.form-container {
		display: block;
	}

	.column-pay-left {
	    width: 100%;
	}

	.column-pay-right {
	    width: 100%;
	    padding: 10px;
	     border-left: 0px solid; 
	}

	.column-input {
		/*float: left;*/
		padding: 10px;
		font-size: 15px;
	}

	.column-input-mid {
		padding: 10px;
		width: 99.5% !important;
	}

	.card-type {
		padding: 10px;
		width: 99.5% !important;
		font-size: 15px;
	}

	.state {
		padding: 10px;
		font-size: 15px;
	}

	.your-order h3 {
		font-size: 25px;
	}

	.back-payment {
		width: 25%;
	}

	#submit-buy-sms {
		width: 25%;
	}

	input[type="submit"] {
		width: 25%;
	}

	.item-detail {
		font-size: 16px;
		margin: 3% 0px;
	}

	ul li {
		font-size: 20px;
	}

	.check1, .uncheck1, .check2, .uncheck2, .check3, .uncheck3 {
		width: 45px;
		height: 45px;
	}

	.button-phone {
	    margin-top: 10%;
	    margin-left: 65%;
	}

	.phonering-alo-ph-circle {
		width: 90px;
	    height: 90px;
	    top: 45px;
	    left: 45px;
	}

	.phonering-alo-ph-circle-fill {
		width: 70px;
	    height: 70px;
	    top: 55px;
	    left: 55px;
	}

	.phonering-alo-ph-img-circle {
		width: 40px;
	    height: 40px;
	    top: 70px;
	    left: 70px;
	}

	.icon-phone {
		position: relative;
	    margin: auto;
	    padding: 10px;
	    font-size: 15px;
	    color: #fdc81d;
	}

	.alert-error {
	    font-size: 25px;
	}

}

/*responsive*/
@media only screen and (max-width: 430px) {

	.form-payment {
		padding:9px;
		border-radius: 9px;
	}

	.include {
		width: 100%;
		margin: auto;
	}

	.Heading {
		font-size: 20px;
	}

	.Cart-Items {
		padding: 5px 0;
		margin: 20px auto;
	}

	.title {
		font-size: 17px;
	}

	.counter {
		width: 15%;
	}
	.image-box {
		display: none;
	}

	.subtitle { 
		font-size: 15px;
	}

	.bonus { 
		font-size: 12px;
	}

	.amount { 
		margin-top: 25%;
		font-size: 25px;
		padding: 15%;
	}

	.prices { 
		width: 20%;
		right: 2%;
	}

	.notice {
	    font-size: 15px;
	    width: 95%;
		padding-top: 30px;
	    margin: auto;
	}

	.checkout {
	    margin: auto;
	    width: 90%;
	    float: none;
	}

	.Subtotal {
		font-size: 25px;
	}

	.total-amount {
		font-size: 25px;
	}

	.items {
		font-size: 11px;
	}

	.button {
		width: 50%;
	}

	.form-container {
		display: block;
	}

	.column-pay-left {
	    width: 100%;
	}

	.column-pay-right {
	    width: 100%;
	    padding: 10px;
	     border-left: 0px solid; 
	}

	.column-input {
		float: left;
		padding: 6px;
		font-size: 15px;
	}

	.column-input-mid {
		width: 100% !important;
		padding: 6px;
	}

	.card-type {
		padding: 9px;
		width: 100% !important;
		font-size: 12px;
	}

	.state {
		padding: 9px;
		font-size: 12px;
	}

	.your-order h3 {
		font-size: 20px;
	}

	.back-payment {
		width: 25%;
	}

	#submit-buy-sms {
		width: 25%;
	}

	input[type="submit"] {
		width: 25%;
	}

	.item-detail {
		font-size: 16px;
	}

	ul li {
		font-size: 15px;
	}

	.alert-success {
	    font-size: 25px;
	    padding: 35px;
	}

	.alert-danger {
		padding: 30px;
		font-size: 25px;
	}

	.check1, .uncheck1, .check2, .uncheck2, .check3, .uncheck3 {
		width: 35px;
		height: 35px;
	}

	.button-phone {
	    margin-top: 10%;
	    margin-left: 65%;
	}

	.phonering-alo-ph-circle {
		width: 90px;
	    height: 90px;
	    top: 45px;
	    left: 45px;
	}

	.phonering-alo-ph-circle-fill {
		width: 70px;
	    height: 70px;
	    top: 55px;
	    left: 55px;
	}

	.phonering-alo-ph-img-circle {
		width: 40px;
	    height: 40px;
	    top: 70px;
	    left: 70px;
	}

	.icon-phone {
		position: relative;
	    margin: auto;
	    padding: 10px;
	    font-size: 15px;
	    color: #fdc81d;
	}

}

/*responsive*/
@media only screen and (max-width: 414px) {

	.form-payment {
		padding:9px;
		border-radius: 9px;
	}

	.include {
		width: 100%;
		margin: auto;
	}

	.Heading {
		font-size: 20px;
	}

	.Cart-Items {
		padding: 5px 0;
		margin: 20px auto;
	}

	.title {
		font-size: 17px;
	}

	.counter {
		width: 15%;
	}
	.image-box {
		display: none;
	}

	.subtitle { 
		font-size: 15px;
	}

	.bonus { 
		font-size: 12px;
	}

	.amount { 
		margin-top: 25%;
		font-size: 25px;
		padding: 15%;
	}

	.prices { 
		width: 20%;
		right: 2%;
	}

	.notice {
	    font-size: 15px;
	    width: 95%;
		padding-top: 30px;
	    margin: auto;
	}

	.checkout {
	    margin: auto;
	    width: 90%;
	    float: none;
	}

	.Subtotal {
		font-size: 25px;
	}

	.total-amount {
		font-size: 25px;
	}

	.items {
		font-size: 11px;
	}

	.button {
		width: 50%;
	}

	.form-container {
		display: block;
	}

	.column-pay-left {
	    width: 100%;
	}

	.column-pay-right {
	    width: 100%;
	    padding: 10px;
	     border-left: 0px solid; 
	}

	.column-input {
		float: left;
		padding: 6px;
		font-size: 15px;
	}

	.column-input-mid {
		padding: 6px;
	}

	.card-type {
		padding: 9px;
		width: 100% !important;
		font-size: 12px;
	}

	.state {
		padding: 9px;
		font-size: 12px;
	}

	.your-order h3 {
		font-size: 20px;
	}

	.back-payment {
		width: 25%;
	}

	#submit-buy-sms {
		width: 25%;
	}

	input[type="submit"] {
		width: 25%;
	}

	.item-detail {
		font-size: 16px;
	}

	ul li {
		font-size: 15px;
	}

	.alert-success {
	    font-size: 25px;
	    padding: 35px;
	}

	.alert-danger {
		padding: 30px;
		font-size: 25px;
	}

	.check1, .uncheck1, .check2, .uncheck2, .check3, .uncheck3 {
		width: 35px;
		height: 35px;
	}

	.button-phone {
	    margin-top: 10%;
	    margin-left: 65%;
	}

	.phonering-alo-ph-circle {
		width: 90px;
	    height: 90px;
	    top: 45px;
	    left: 45px;
	}

	.phonering-alo-ph-circle-fill {
		width: 70px;
	    height: 70px;
	    top: 55px;
	    left: 55px;
	}

	.phonering-alo-ph-img-circle {
		width: 40px;
	    height: 40px;
	    top: 70px;
	    left: 70px;
	}

	.icon-phone {
		position: relative;
	    margin: auto;
	    padding: 10px;
	    font-size: 15px;
	    color: #fdc81d;
	}

	.alert-error {
	    font-size: 19px;
	}

	#image_waning {
		max-width: 75px !important;
	}

}

/*responsive*/
@media only screen and (max-width: 390px) {

	.form-payment {
		padding:5px;
		border-radius: 5px;
	}

	.include {
		width: 100%;
		margin: auto;
	}

	.Heading {
		font-size: 20px;
	}

	.Cart-Items {
		padding: 5px 0;
		margin: 20px auto;
	}

	.title {
		font-size: 17px;
	}

	.counter {
		width: 15%;
	}
	.image-box {
		display: none;
	}

	.subtitle { 
		font-size: 15px;
	}

	.bonus { 
		font-size: 12px;
	}

	.amount { 
		margin-top: 25%;
		font-size: 25px;
		padding: 15%;
	}

	.prices { 
		width: 20%;
		right: 2%;
	}

	.notice {
	    font-size: 15px;
	    width: 95%;
		padding-top: 30px;
	    margin: auto;
	}

	.checkout {
	    margin: auto;
	    width: 90%;
	    float: none;
	}

	.Subtotal {
		font-size: 25px;
	}

	.total-amount {
		font-size: 25px;
	}

	.items {
		font-size: 11px;
	}

	.button {
		width: 50%;
	}

	.form-container {
		display: block;
	}

	.column-pay-left {
	    width: 100%;
	}

	.column-pay-right {
	    width: 100%;
	    padding: 10px;
	     border-left: 0px solid; 
	}

	.column-input {
		float: left;
		padding: 6px;
		font-size: 15px;
	}

	.column-input-mid {
		padding: 6px;
	}

	.card-type {
		padding: 9px;
		width: 100% !important;
		font-size: 12px;
	}

	.state {
		padding: 9px;
		font-size: 12px;
	}

	.your-order h3 {
		font-size: 20px;
	}

	.back-payment {
		width: 25%;
	}

	#submit-buy-sms {
		width: 25%;
	}

	input[type="submit"] {
		width: 25%;
	}

	.item-detail {
		font-size: 16px;
	}

	ul li {
		font-size: 15px;
	}

	.alert-success {
	    font-size: 25px;
	    padding: 30px;
	}

	.alert-danger {
		padding: 30px;
		font-size: 25px;
	}

	.check1, .uncheck1, .check2, .uncheck2, .check3, .uncheck3 {
		width: 35px;
		height: 35px;
	}

	.button-phone {
	    margin-top: 10%;
	    margin-left: 65%;
	}

	.phonering-alo-ph-circle {
		width: 90px;
	    height: 90px;
	    top: 45px;
	    left: 45px;
	}

	.phonering-alo-ph-circle-fill {
		width: 70px;
	    height: 70px;
	    top: 55px;
	    left: 55px;
	}

	.phonering-alo-ph-img-circle {
		width: 40px;
	    height: 40px;
	    top: 70px;
	    left: 70px;
	}

	.icon-phone {
		position: relative;
	    margin: auto;
	    padding: 10px;
	    font-size: 15px;
	    color: #fdc81d;
	}

	.alert-error {
	    font-size: 19px;
	}

	#image_waning {
		max-width: 75px !important;
	}

}

/*responsive*/
@media only screen and (max-width: 375px) {

	.form-payment {
		padding:15px;
		border-radius: 15px;
	}

	.include {
		width: 100%;
		margin: auto;
	}

	.Heading {
		font-size: 20px;
	}

	.Cart-Items {
		padding: 5px 0;
		margin: 20px auto;
	}

	.title {
		font-size: 17px;
	}

	.counter {
		width: 15%;
	}
	.image-box {
		display: none;
	}

	.subtitle { 
		font-size: 15px;
	}

	.bonus { 
		font-size: 12px;
	}

	.amount { 
		margin-top: 25%;
		font-size: 25px;
		padding: 15%;
	}

	.prices { 
		width: 20%;
		right: 2%;
	}

	.notice {
	    font-size: 15px;
	    width: 95%;
		padding-top: 30px;
	    margin: auto;
	}

	.checkout {
	    margin: auto;
	    width: 90%;
	    float: none;
	}

	.Subtotal {
		font-size: 25px;
	}

	.total-amount {
		font-size: 25px;
	}

	.items {
		font-size: 11px;
	}

	.button {
		width: 50%;
	}

	.form-container {
		display: block;
	}

	.column-pay-left {
	    width: 100%;
	}

	.column-pay-right {
	    width: 100%;
	    padding: 10px;
	     border-left: 0px solid; 
	}

	.column-input {
		float: left;
		padding: 6px;
		font-size: 15px;
	}

	.column-input-mid {
		padding: 6px;
	}

	.card-type {
		padding: 9px;
		width: 100% !important;
		font-size: 12px;
	}

	.state {
		padding: 9px;
		font-size: 12px;
	}

	.your-order h3 {
		font-size: 20px;
	}

	.back-payment {
		width: 25%;
	}

	#submit-buy-sms {
		width: 25%;
	}

	input[type="submit"] {
		width: 25%;
	}

	.item-detail {
		font-size: 16px;
	}

	ul li {
		font-size: 15px;
	}

	.alert-success {
	    font-size: 21px;
	    padding: 25px;
	}

	.alert-danger {
	    padding: 30px;
	    font-size: 18px;
	}

	.check1, .uncheck1, .check2, .uncheck2, .check3, .uncheck3 {
		width: 35px;
		height: 35px;
	}

	.button-phone {
	    margin-top: 10%;
	    margin-left: 65%;
	}

	.phonering-alo-ph-circle {
		width: 90px;
	    height: 90px;
	    top: 45px;
	    left: 45px;
	}

	.phonering-alo-ph-circle-fill {
		width: 70px;
	    height: 70px;
	    top: 55px;
	    left: 55px;
	}

	.phonering-alo-ph-img-circle {
		width: 40px;
	    height: 40px;
	    top: 70px;
	    left: 70px;
	}

	.icon-phone {
		position: relative;
	    margin: auto;
	    padding: 10px;
	    font-size: 15px;
	    color: #fdc81d;
	}

	.alert-error {
	    font-size: 17px;
	}

	#image_waning {
		max-width: 75px !important;
	}

}

/*responsive*/
@media only screen and (max-width: 360px) {

	.form-payment {
		padding:9px;
		border-radius: 9px;
	}

	.include {
		width: 100%;
		margin: auto;
	}

	.Heading {
		font-size: 20px;
	}

	.Cart-Items {
		padding: 5px 0;
		margin: 20px auto;
	}

	.title {
		font-size: 17px;
	}

	.counter {
		width: 15%;
	}
	.image-box {
		display: none;
	}

	.subtitle { 
		font-size: 15px;
	}

	.bonus { 
		font-size: 12px;
	}

	.amount { 
		margin-top: 25%;
		font-size: 25px;
		padding: 15%;
	}

	.prices { 
		width: 20%;
		right: 2%;
	}

	.notice {
	    font-size: 15px;
	    width: 95%;
		padding-top: 30px;
	    margin: auto;
	}

	.checkout {
	    margin: auto;
	    width: 90%;
	    float: none;
	}

	.Subtotal {
		font-size: 25px;
	}

	.total-amount {
		font-size: 25px;
	}

	.items {
		font-size: 10px;
	}

	.button {
		width: 50%;
	}

	.form-container {
		display: block;
	}

	.column-pay-left {
	    width: 100%;
	}

	.column-pay-right {
	    width: 100%;
	    padding: 10px;
	     border-left: 0px solid; 
	}

	.column-input {
		float: left;
		padding: 6px;
		font-size: 15px;
	}

	.column-input-mid {
		padding: 6px;
	}

	.card-type {
		padding: 9px;
		width: 100% !important;
		font-size: 12px;
	}

	.state {
		padding: 9px;
		font-size: 12px;
	}

	.your-order h3 {
		font-size: 20px;
	}

	.back-payment {
		width: 25%;
	}

	#submit-buy-sms {
		width: 25%;
	}

	input[type="submit"] {
		width: 25%;
	}

	.item-detail {
		font-size: 16px;
	}

	ul li {
		font-size: 15px;
	}

	.alert-success {
		font-size: 22px;
		padding: 20px;
	}

	.alert-danger {
	    padding: 20px;
	    font-size: 21px;
	}

	.check1, .uncheck1, .check2, .uncheck2, .check3, .uncheck3 {
		width: 30px;
		height: 30px;
	}

	.button-phone {
	    margin-top: 10%;
	    margin-left: 65%;
	}

	.phonering-alo-ph-circle {
		width: 90px;
	    height: 90px;
	    top: 45px;
	    left: 45px;
	}

	.phonering-alo-ph-circle-fill {
		width: 70px;
	    height: 70px;
	    top: 55px;
	    left: 55px;
	}

	.phonering-alo-ph-img-circle {
		width: 40px;
	    height: 40px;
	    top: 70px;
	    left: 70px;
	}

	.icon-phone {
		position: relative;
	    margin: auto;
	    padding: 10px;
	    font-size: 15px;
	    color: #fdc81d;
	}

	.alert-error {
	    font-size: 17px;
	}

	#image_waning {
		max-width: 75px !important;
	}

}

/*responsive*/
@media only screen and (max-width: 320px) {

	.form-payment {
		padding:5px;
		border-radius: 5px;
	}

	.include {
		width: 100%;
		margin: auto;
	}

	.Heading {
		font-size: 20px;
	}

	.Cart-Items {
		padding: 5px 0;
		margin: 20px auto;
	}

	.title {
		font-size: 17px;
	}

	.counter {
		width: 15%;
	}
	.image-box {
		display: none;
	}

	.subtitle { 
		font-size: 15px;
	}

	.bonus { 
		font-size: 12px;
	}

	.amount { 
		margin-top: 25%;
		font-size: 25px;
		padding: 15%;
	}

	.prices { 
		width: 20%;
		right: 2%;
	}

	.notice {
	    font-size: 15px;
	    width: 95%;
		padding-top: 30px;
	    margin: auto;
	}

	.checkout {
	    margin: auto;
	    width: 90%;
	    float: none;
	}

	.Subtotal {
		font-size: 25px;
	}

	.total-amount {
		font-size: 25px;
	}

	.items {
		font-size: 10px;
	}

	.button {
		width: 50%;
	}

	.form-container {
		display: block;
	}

	.column-pay-left {
	    width: 100%;
	}

	.column-pay-right {
	    width: 100%;
	    padding: 10px;
	     border-left: 0px solid; 
	}

	.column-input {
		float: left;
		padding: 6px;
		font-size: 15px;
	}

	.column-input-mid {
		padding: 6px;
	}

	.card-type {
		padding: 9px;
		width: 100% !important;
		font-size: 12px;
	}

	.state {
		padding: 9px;
		font-size: 12px;
	}

	.your-order h3 {
		font-size: 20px;
	}

	.back-payment {
		width: 30%;
	}

	#submit-buy-sms {
		width: 30%;
	}

	input[type="submit"] {
		width: 30%;
		font-size: 17px;
	}

	.item-detail {
		font-size: 16px;
	}

	ul li {
		font-size: 15px;
	}

	.check1, .uncheck1, .check2, .uncheck2, .check3, .uncheck3 {
		width: 25px;
		height: 25px;
	}

	.button-phone {
	    margin-top: 10%;
	    margin-left: 65%;
	}

	.phonering-alo-ph-circle {
		width: 90px;
	    height: 90px;
	    top: 45px;
	    left: 45px;
	}

	.phonering-alo-ph-circle-fill {
		width: 70px;
	    height: 70px;
	    top: 55px;
	    left: 55px;
	}

	.phonering-alo-ph-img-circle {
		width: 40px;
	    height: 40px;
	    top: 70px;
	    left: 70px;
	}

	.icon-phone {
		position: relative;
	    margin: auto;
	    padding: 10px;
	    font-size: 15px;
	    color: #fdc81d;
	}
}

/*responsive*/
@media only screen and (max-width: 310px) {

	.form-payment {
		padding:5px;
		border-radius: 5px;
	}

	.include {
		width: 100%;
		margin: auto;
	}

	.Heading {
		font-size: 20px;
	}

	.Cart-Items {
		padding: 5px 0;
		margin: 20px auto;
	}

	.title {
		font-size: 17px;
	}

	.counter {
		width: 15%;
	}
	.image-box {
		display: none;
	}

	.subtitle { 
		font-size: 15px;
	}

	.bonus { 
		font-size: 12px;
	}

	.amount { 
		margin-top: 25%;
		font-size: 25px;
		padding: 15%;
	}

	.prices { 
		width: 20%;
		right: 2%;
	}

	.notice {
	    font-size: 15px;
	    width: 95%;
		padding-top: 30px;
	    margin: auto;
	}

	.checkout {
	    margin: auto;
	    width: 90%;
	    float: none;
	}

	.Subtotal {
		font-size: 25px;
	}

	.total-amount {
		font-size: 25px;
	}

	.items {
		font-size: 10px;
	}

	.button {
		width: 50%;
	}

	.form-container {
		display: block;
	}

	.column-pay-left {
	    width: 100%;
	}

	.column-pay-right {
	    width: 100%;
	    padding: 10px;
	     border-left: 0px solid; 
	}

	.column-input {
		float: left;
		padding: 6px;
		font-size: 15px;
	}

	.column-input-mid {
		padding: 6px;
	}

	.card-type {
		padding: 9px;
		width: 100% !important;
		font-size: 12px;
	}

	.state {
		padding: 9px;
		font-size: 12px;
	}

	.your-order h3 {
		font-size: 20px;
	}

	.back-payment {
		width: 30%;
	}

	#submit-buy-sms {
		width: 30%;
	}

	input[type="submit"] {
		width: 30%;
		font-size: 17px;
	}

	.item-detail {
		font-size: 15px;
	}

	ul li {
		font-size: 15px;
	}

	.check1, .uncheck1, .check2, .uncheck2, .check3, .uncheck3 {
		width: 25px;
		height: 25px;
	}

	.button-phone {
	    margin-top: 10%;
	    margin-left: 65%;
	}

	.phonering-alo-ph-circle {
		width: 90px;
	    height: 90px;
	    top: 45px;
	    left: 45px;
	}

	.phonering-alo-ph-circle-fill {
		width: 70px;
	    height: 70px;
	    top: 55px;
	    left: 55px;
	}

	.phonering-alo-ph-img-circle {
		width: 40px;
	    height: 40px;
	    top: 70px;
	    left: 70px;
	}

	.icon-phone {
		position: relative;
	    margin: auto;
	    padding: 10px;
	    font-size: 15px;
	    color: #fdc81d;
	}
}

/*responsive*/
@media only screen and (max-width: 290px) {

	.form-payment {
		padding:5px;
		border-radius: 10px;
	}

	.include {
		width: 100%;
		margin: auto;
	}

	.Heading {
		font-size: 20px;
	}

	.Cart-Items {
		padding: 5px 0;
		margin: 20px auto;
	}

	.title {
		font-size: 14px;
	}

	.counter {
		width: 15%;
		padding: 5px;
	}
	.image-box {
		display: none;
	}

	.subtitle { 
		font-size: 13px;
		line-height: 0px;
	}

	.bonus { 
		font-size: 10px;
	}

	.amount { 
		margin-top: 50%;
		font-size: 20px;
		padding: 0%;
	}

	.prices { 
		width: 20%;
		right: 2%;
	}

	.notice {
	    font-size: 15px;
	    width: 95%;
		padding-top: 30px;
	    margin: auto;
	}

	.checkout {
	    margin: auto;
	    width: 100%;
	    float: none;
	}

	.Subtotal {
		font-size: 20px;
	}

	.total-amount {
		font-size: 20px !important;
	}

	.items {
		font-size: 10px;
	}

	.button {
		width: 50%;
		height: 35px;
		font-size: 12px;
	}

	.form-container {
		display: block;
	}

	.column-pay-left {
	    width: 100%;
	}

	.column-pay-right {
	    width: 100%;
	    padding: 10px;
	     border-left: 0px solid; 
	}

	.column-input {
		float: left;
		padding: 6px;
		font-size: 15px;
	}

	.column-input-mid {
		padding: 6px;
	}

	.card-type {
		padding: 9px;
		width: 100% !important;
		font-size: 12px;
	}

	.state {
		padding: 9px;
		font-size: 12px;
	}

	.your-order h3 {
		font-size: 20px;
	}

	.back-payment {
		width: 35%;
		padding: 5px;
	}

	#submit-buy-sms {
		width: 30%;
		padding: 5px;
	}

	input[type="submit"] {
		font-size: 16px;
		height: auto;
		width: 35%;
		padding: 5px;
	}

	.item-detail {
		font-size: 13px;
	}

	ul li {
		font-size: 13px;
	}

	.alert-success {
	    font-size: 16px;
	    padding: 20px;
	}

	.check1, .uncheck1, .check2, .uncheck2, .check3, .uncheck3 {
		width: 25px;
		height: 25px;
	}

	.button-phone {
	    margin-top: 10%;
	    margin-left: 65%;
	}

	.phonering-alo-ph-circle {
		width: 90px;
	    height: 90px;
	    top: 45px;
	    left: 45px;
	}

	.phonering-alo-ph-circle-fill {
		width: 70px;
	    height: 70px;
	    top: 55px;
	    left: 55px;
	}

	.phonering-alo-ph-img-circle {
		width: 40px;
	    height: 40px;
	    top: 70px;
	    left: 70px;
	}

	.icon-phone {
		position: relative;
	    margin: auto;
	    padding: 10px;
	    font-size: 15px;
	    color: #fdc81d;
	}

}

/*responsive*/
@media only screen and (max-width: 280px) {

	.form-payment {
		padding:5px;
		border-radius: 10px;
	}

	.include {
		width: 100%;
		margin: auto;
	}

	.Heading {
		font-size: 20px;
	}

	.Cart-Items {
		padding: 5px 0;
		margin: 20px auto;
	}

	.title {
		font-size: 14px;
	}

	.counter {
		width: 15%;
		padding: 5px;
	}
	.image-box {
		display: none;
	}

	.subtitle { 
		font-size: 13px;
		line-height: 0px;
	}

	.bonus { 
		font-size: 10px;
	}

	.amount { 
		margin-top: 50%;
		font-size: 20px;
		padding: 0%;
	}

	.prices { 
		width: 20%;
		right: 2%;
	}

	.notice {
	    font-size: 15px;
	    width: 95%;
		padding-top: 30px;
	    margin: auto;
	}

	.checkout {
	    margin: auto;
	    width: 100%;
	    float: none;
	}

	.Subtotal {
		font-size: 20px;
	}

	.total-amount {
		font-size: 20px !important;
	}

	.items {
		font-size: 10px;
	}

	.button {
		width: 50%;
		height: 35px;
		font-size: 12px;
	}

	.form-container {
		display: block;
	}

	.column-pay-left {
	    width: 100%;
	}

	.column-pay-right {
	    width: 100%;
	    padding: 10px;
	     border-left: 0px solid; 
	}

	.column-input {
		float: left;
		padding: 6px;
		font-size: 15px;
	}

	.column-input-mid {
		padding: 6px;
	}

	.card-type {
		padding: 9px;
		width: 100% !important;
		font-size: 12px;
	}

	.state {
		padding: 9px;
		font-size: 12px;
	}

	.your-order h3 {
		font-size: 20px;
	}

	.back-payment {
		width: 35%;
		padding: 5px;
	}

	#submit-buy-sms {
		width: 35%;
		padding: 5px;
	}

	input[type="submit"] {
		font-size: 16px;
		height: auto;
		width: 35%;
		padding: 5px;
	}

	.item-detail {
		font-size: 13px;
	}

	ul li {
		font-size: 13px;
	}

	.alert-success {
	    font-size: 16px;
	    padding: 20px;
	}

	.check1, .uncheck1, .check2, .uncheck2, .check3, .uncheck3 {
		width: 25px;
		height: 25px;
	}

	.button-phone {
	    margin-top: 10%;
	    margin-left: 65%;
	}

	.phonering-alo-ph-circle {
		width: 90px;
	    height: 90px;
	    top: 45px;
	    left: 45px;
	}

	.phonering-alo-ph-circle-fill {
		width: 70px;
	    height: 70px;
	    top: 55px;
	    left: 55px;
	}

	.phonering-alo-ph-img-circle {
		width: 40px;
	    height: 40px;
	    top: 70px;
	    left: 70px;
	}

	.icon-phone {
		position: relative;
	    margin: auto;
	    padding: 10px;
	    font-size: 15px;
	    color: #fdc81d;
	}

	.alert-error {
	    font-size: 13px;
	}

}

/*.phonering-alo-ph-circle {
	width: 90px;
    height: 90px;
    top: 45px;
    left: 45px;
}

.phonering-alo-ph-circle-fill {
	width: 70px;
    height: 70px;
    top: 55px;
    left: 55px;
}

.phonering-alo-ph-img-circle {
	width: 40px;
    height: 40px;
    top: 70px;
    left: 70px;
}

.icon-phone {
	position: relative;
    margin: auto;
    padding: 10px;
    font-size: 15px;
    color: #fdc81d;
}*/
