.toggle_dp {
	position: fixed;
	height: 48px;
	width: auto;
	text-align: center;
	cursor: pointer;
	background: #ef8121;
	bottom: 30%;
	letter-spacing: 1px;
	right: -60px;
	line-height: 45px;
	padding: 0 20px;
	transform: rotate(270deg);
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 8px 8px 0 0;
	cursor: pointer;
	z-index: 999;
}

.Custome_model .modal-header {
	background: #ef8121;
	border-bottom: 1px solid rgba(222, 226, 230, 0.2117647059);
	padding: 15px 25px;
	border-radius: 20px 20px 0 0;
	justify-content: space-between;
}

.Custome_model .modal-content {
	border-radius: 70px;
}

.Custome_model .modal-body {
	width: 100%;
	display: inline-block;
	padding: 25px;
	background: #f4f4f4;
	border-radius: 0 0 20px 20px;
}

.Custome_model .modal-header .modal-title {
	color: #fff;
	text-align: center !important;
	font-size: 21px;
}

.Custome_model .modal-header .close {
	color: #ffffff;
	font-size: 30px;
	opacity: 10;
	text-shadow: 0 1px 0 #000000;
	background-color: transparent;
	border: none;
}

.Custome_model .modal-logo img {
	width: 100%;
	max-width: 75%;
	margin: auto;
	margin-bottom: 0px;
}

.Custome_model .modal-call {
	display: flex;
	flex-direction: row;
	gap: 15px;
	flex-wrap: wrap;
	padding: 10px;
}

.Custome_model .modal-contact-item {
	display: flex;
	align-items: center;
	/* border-bottom: 1px solid #e3e3e3; */
	padding-bottom: 0px;
}

.Custome_model .icon-box {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(102, 102, 102, 0.1411764706);
	border-radius: 50%;
	margin-right: 12px;
	transition: 0.3s;
}

.Custome_model .modal-contact-content {
	display: flex;
	flex-direction: column;
}

.Custome_model .modal-contact-content .sub-line {
	font-size: 14px;
	color: #1e1e1e;
	margin: 4px 0 0;
	text-align: left;
}

.Custome_model .modal-contact-content .main-line {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	color: #000;
}

.Custome_model .form-sec .form-group {
	margin: 0 0 15px 0;
}

.Custome_model .form-sec .form-control {
	color: #000;
	width: 100%;
	height: 55px;
	border: 1px dotted #b1b1b1;
	padding-left: 15px;
	border-radius: 10px;
	background-color: transparent;
}

.Custome_model .form-sec textarea.form-control {
	height: 155px;
}

.Custome_model .form-sec .form-group .cm-btn {
	background-color: transparent;
	color: #000;
	padding: 15px 40px;
	border-radius: 10px;
	width: 100%;
}

.Custome_model .popup-btn .form-group .cm-btn {
	border-radius: 10px;
	color: #000;
}

.Custome_model .cm-btn:hover {
	background: #ef8121 !important;
	color: #fff !important;
}

@media(max-width: 992px) {
	.Custome_model .modal-logo img {
		width: 100%;
		max-width: 120px;
		margin: auto;
		margin-bottom: 0px;
	}
}