.gift_header-section {
	display: flex;
}

.gift_header-section p {
	padding: 6px 10px;
}

.gift_header_container {
	padding: 20px;
	width: 100%;
	margin: auto;
	border-bottom: 1px solid #DDECEF;
}

.slot_header_container {
	padding: 20px;
	width: 98%;
	margin: auto;
}

.slot_header-section {
	display: flex;
}

.slot_header-section p {
	padding: 6px 10px;
}

.gift_header {
	width: 100%;
}

.gift_header_content {
	display: flex;
	width: 100%;
	padding: 20px;
}

.header-part p {
	font-size: 18px;
}

.header-part span {
	font-size: 23px;
	font-weight: 800;
}

.gift_header_content .gift_header_bottom {
	display: block;
}

.gift_header_bottom {
	padding: 20px 30px;
}

.gift_header_bottom button {
	width: 150px;
	height: 45px;
	border: none;
	color: #fff;
	background-color: #00b9f5;
	font-weight: bold;
}

.gift_header_bottom button:hover {
	background-color: #FFF;
	color: #00b9f5;
	border: #00b9f5 1px solid !important;
}


/* modal */

.forms {
	width: 100%;
	padding-bottom: 30px;
}

.form-control p {
	margin: 0;
	color: #798893;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}

.input-field {
	border: none;
	color: #333;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	outline: none !important;
}

.textarea_field {
	width: 100%;
	height: 180px;
	resize: none;
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.text_data {
	margin-bottom: 70px;
	position: relative;
}

.text_data h2 {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	letter-spacing: 0.5px;
	font-weight: 600;
}

.modal .form-control {
	display: block;
	width: 75%;
	margin: 0 auto 20px;
	border-radius: 5px;
	height: 54px;
}

.model-btn {
	background-color: #02b9f4;
	color: #FFF;
	border: none;
	width: 120px;
    height: 40px;
}

.uplode-file {
	display: none;
}

.custom-file {
	width: 100%;
}

.custom-file span {
	padding-top: 20px;
}

.custom-file {
	display: block;
	width: 180px;
	height: 40px;
	/* border: #00b9f5 1px solid; */
	border: #00b9f5 1px solid;
	color: #00b9f5;
}

.custom-file :hover {
	background-color: #00b9f5;
	color: #fff;
	height: 40px;
}

.custom-file h5 {
	text-align: center;
	line-height: 35px;
}

.modal-title {
	width: 100%;
	text-align: center !important;
}

.rate {
	display: flex;
	height: 40px;
}

.rates {
	position: relative;
}

.rates input {
	font-size: 14px;
	border: 1px solid #ccc;
	padding: 10px 15px;
	border-radius: 4px;
	line-height: 20px;
	width: 180px;
}
.modal-footer a{
    cursor: pointer;
    color: #00b9f5 !important;
}