@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


html {
	scroll-behavior: smooth;
	font-size: 62.5%;
}

*{
	margin: 0;
	padding: 0;
	list-style: none;
}

.row {
	margin-right: -15px;
  margin-left: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

:root {
	--body-font-family: 'Source Sans 3', sans-serif;
	--e-global-color-white: #fff;
	--e-global-color-black: #000;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

img {
	max-width: 100%;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

a, a:hover {
	text-decoration: none;
	color: var(--e-global-color-white);
}

.slick-arrow {
	-webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: calc(100% - 100px);
	max-width: 1340px;
}

body {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	position: relative;
	color: #464444;
	font-family:var(--body-font-family);
	margin: 0;
	padding: 0;
}

.section {
	position: relative;
	padding: 100px 0;
	clear: both;
	width: 100%;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h1, h2, h3 {
	font-family: var(--heading-font-family);
}

.btn{
	font-size: 1.6rem;
}
.btn.btn-danger{
		color: #fff;
}

.only_desktop_view {
	display: block;
}

.only_mobile_view {
	display: none;
}

.button a, .button button {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	padding: 15px 28px;
	border-radius: 0;
	border: none;
	border: solid 1px transparent;
	color: var(--e-global-color-white);
}

.red_button a, .red_button button {
	color: var(--e-global-color-white);
	background: #E00544;
}

.red_border_button a, .red_border_button button {
	border-color: #E00544;
	color: var(--e-global-color-fade-red);
}

.gray_button a, .gray_button button {
	color: var(--e-global-color-white);
	background: #6B6969;
}

.black_button a, .black_button button {
	color: var(--e-global-color-white);
	background: var(--e-global-color-black);
}

.white_button a, .white_button button {
	color: #E00544;
	background: var(--e-global-color-white);
}

.button button:focus {
	outline: none;
	box-shadow: none;
}


.heading {
	position: relative;
	margin-bottom: 40px;
	color: #1C0941;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; 
}

.heading h2 {
	color: #455B65;
	text-align: center;
	font-size: 50px;
	font-style: normal;
	font-weight: 300;
	line-height: 50px;
	text-transform: uppercase;
}

.heading h2 span {
	display: block;
	color: #CF0A48;
	font-size: 109px;
	font-style: normal;
	font-weight: 900;
	line-height: 107px;
	text-transform: uppercase;
}




.before_login_page {
	width: 100%;
	height: auto;
	min-height: 100vh;
	position: relative;
	display: inline-block;
}

.before_login_page:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 22;
	background: linear-gradient(110deg, rgba(58, 44, 97, 0.80) 16.37%, rgba(224, 5, 68, 0.80) 98.74%);
}


.before_login_box {
	min-height: 100vh;
	float: right;
	margin: 0 0 0 auto;
	background: var(--e-global-color-white);
	position: relative;
	z-index: 33;
	padding: 30px 70px;
	border-radius: 210px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}

.before_login_logo {
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}

.before_login_heading {
	width: 100%;
	text-align: center;
}

.before_login_heading h2 {
	color: #1A0745;
	font-size: 35px;
	font-style: normal;
	font-weight: 400;
	line-height: 60px;
	text-transform: uppercase;
}

.before_login_heading h2 span {
	color: #E00544;
	font-size: 35px;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
}


.before_login_form {
	width: 100%;
	margin-top: 40px;
}

.before_login_form form {
	width: 100%;
}

.before_login_form form .form-group {
	margin-bottom: 25px;
}

.before_login_form form .form-group .form-control {
	height: 60px;
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #9E9E9E;
	background: rgba(214, 214, 214, 0.10);
	font-size: 16px;
}

.before_login_form form .form-group .form-control:focus {
	outline: none;
	box-shadow: none;
}

.before_login_form form .form-group .form-control::placeholder {
	color: #494242;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.before_login_form form .form-group .submit_button {
	background: #E00544;
	padding: 15px 50px;
	border: solid 1px #E00544;
	color: var(--e-global-color-white);
}

.before_login_form form .form-group .submit_button:focus {
	outline: none;
	box-shadow: none;
}


.before_login_form form .form-group.terms_condition {
	padding-left: 15px;
}

.terms_condition .newslatter_checkbox {
  color: #706565;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; 
  position: relative;
  width: 100%;
  padding-left: 35px;
}

.terms_condition .newslatter_checkbox a {
	color: #E00544;
}

.terms_condition .newslatter_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0 !important;
  width: 0 !important;
}

.terms_condition .newslatter_checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  background: #fff;
  width: 20px;
  height: 20px;
  border: solid 1px #785C8D;
}

.terms_condition .newslatter_checkbox input:checked ~ .checkmark {
  background-color: #069EDB;
}

.terms_condition .newslatter_checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.terms_condition .newslatter_checkbox input:checked ~ .checkmark:after {
  display: block;
}

.terms_condition .newslatter_checkbox .checkmark:after {
  left: 0;
  top: -.3rem;
  right: 0;
  bottom: 0;
  margin: auto;
  width: .5rem;
  height: 1rem;
  border: solid white;
  border-width: 0 .2rem .2rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}





header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: linear-gradient(to right, #fff 80%, #E40144 80%);
}

.menu {
	background: var(--e-global-color-white);
}

.menu > ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.menu > ul li {
	padding: 0 5px;
}

.menu > ul li a {
	color: #000;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 36px 15px;
	display: inline-block;
}

.menu > ul li.active a {
	color: #E40144;
	font-weight: 600;
	background: #FFEBF1;
}

.header_right {
  position: relative;
}

.header_right:before {
	width: 100%;
	height: 85%;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(to right, #1B0A4D 85%, #E40144 85%);
	clip-path: polygon(24% 0%, 100% 0%, 100% 100%, 0% 100%, 0 75%, 0 100%);
}

.header_right_wrap {
	width: 100%;
	height: 100%;
	padding: 15px 0;
	background: #E40144;
	display: flex;
  align-items: center;
  justify-content: flex-end;
  clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%, 0 75%, 0 100%);
}

.social {
	  padding: 20px 10px 20px 0;
    border-right: solid 1px #EC628A;
}

.social ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.social ul li {
	margin: 0 5px;
}

.social ul li a {
	color: #E00544;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--e-global-color-white);
}

.header_right .button {
	padding-left: 15px;
}









.home_banner {
	width: 100%;
	height: 100vh;
	padding-top: 100px;
	position: relative;
}

.home_banner:after {
	width: 0;
  height: 0;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 150px solid var(--e-global-color-white);
  border-left: 200px solid transparent;
}

.home_banner div {
	width: 100%;
	height: 100%;
}

.banner {
	width: 100%;
	height: 100%;
	position: relative;
}

.banner_image {
	width: 100%;
	height: 100%;
}

.banner_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner_content {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(27, 10, 72, 0.60);
	display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  text-align: center;
}

.banner_content div {
    height: auto;
}

.banner_content_box {
	margin: auto;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 29px;
}

.banner_content_box h1 {
	color: #FFF;
	text-align: center;
	font-size: 135px;
	font-style: normal;
	font-weight: 300;
	line-height: 100px;
	margin-bottom: 15px;
}

.banner_content_box h1 span {
	display: block;
	font-size: 79px;
	font-weight: 900;
	line-height: 77px;
}

.banner_content_box .button {
	margin-top: 50px;
}

.home_banner ul.slick-dots {
	position: absolute;
	bottom: 30px;
}

.home_banner ul.slick-dots li button:before { display:none; }

.home_banner ul.slick-dots li button {
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
}

.home_banner ul.slick-dots li.slick-active button {
	width: 20px;
	height: 20px;
	background: #E00544;
}





.home_sec2 {

}

.home_sec2_left {

}

.home_sec2_left h2 {
	color: #1C0943;
	font-size: 43px;
	font-style: normal;
	font-weight: 300;
	line-height: 40px;
	letter-spacing: 12.04px;
	text-transform: uppercase;
}

.home_sec2_left h2 span {
	color: #1A0745;
	font-size: 109px;
	font-style: normal;
	font-weight: 900;
	line-height: 107px;
}

.home_sec2_left .button {
	margin-top: 40px;
	display: inline-block;
}

.home_sec2_right {
	margin: 0 0 0 auto;
	float: right;
}

.home_sec2_right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 2;
}

.home_sec2_right:before {
	width: 50%;
	height: 50%;
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	z-index: 1;
	background: #E00544;
}




.home_sec3 {
	background: linear-gradient(110deg, #3A2C61 16.37%, #E00544 98.74%);
}

.home_sec3:after {
	width: 0;
  height: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-top: 200px solid var(--e-global-color-white);
  border-right: 250px solid transparent;
}

.home_sec3 .heading h2 {
	color: #fff;
}

.home_sec3 .heading h2 span {
	color: #fff;
}


.home_sec3_main {
	margin-top: 20px;
}

.home_sec3_wrap {
	margin-bottom: 30px;
}

.home_sec3_box {
	padding: 25px;
	border: 1px solid rgba(170, 79, 129, 0.70);
	background: rgba(29, 7, 38, 0.30);
	display: flex;
	flex-wrap: wrap;
}

.home_sec3_box_image {
	width: 45%;
	height: auto;
	min-height: 280px;
}

.home_sec3_box_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home_sec3_box_content {
	width: 55%;
	color: #ECCCCC;
	padding-left: 30px;
}

.home_sec3_box_content h3 {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 6.72px;
	text-transform: uppercase;
}

.home_sec3_box_content h3 span {
	font-size: 44px;
	font-weight: 700;
	line-height: 51px;
}

.home_sec3_box_content .button {
	margin-top: 20px;
	display: inline-block;
}







.home_sec4 {

}

.home_sec4 .heading h2 {
	font-size: 61px;
}

.home_sec4 .heading h2 span {
	font-size: 61px;
}


.home_sec4_main {
	margin-top: 60px;
}

.home_sec4_wrap {

}

.home_sec4_wrap_box {
	color: #464444;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	padding: 30px 15px;
	border-right: solid 1px rgba(0, 0, 0, 0.40);
}

.home_sec4_wrap:last-child .home_sec4_wrap_box {
	border: none;
}

.home_sec4_wrap_box h2 {
	color: #CF0A48;
	font-family: 'Inter', sans-serif;
	font-size: 43px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.home_sec4_wrap_box h2 i {
	font-size: 38px;
}

.home_sec4_wrap_box h4 {
	color: #455B65;
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 10px;
}



.home_sec5 {
	background: #1B0947;
	position: relative;
}

.home_sec5:after {
	width: 0;
  height: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-top: 200px solid var(--e-global-color-white);
  border-left: 250px solid transparent;
}

.home_sec5_right {
	float: left;
	margin: 0;
}

.home_sec5_right::before {
	left: auto;
	right: 0;
}

.home_sec5_left {
	float: right;
	margin: 0 0 0 auto;
	color: #B5BEDE;
	display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.home_sec5_left h2 {
	color: var(--e-global-color-white);
	letter-spacing: normal;
}

.home_sec5_left h2 span {
	font-size: 91px;
	color: var(--e-global-color-white);
}




.home_sec6 {
	background: linear-gradient(to bottom, #1B0947 45%, #fff 45%);
}

.home_sec6_main_box {
	padding: 40px;
	border-radius: 50px 0px;
	background: var(--e-global-color-white);
	box-shadow: 0px 18px 44px 0px rgba(0, 0, 0, 0.09);
}

.home_sec6_box {

}

.home_sec6_box ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.home_sec6_box ul li {
	width: 33.33%;
  padding-left: 35px;
  padding-right: 10px;
  color: #464444;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 15px;
  background: url(../images/check.png) no-repeat;
  background-position: 0 3px;
  background-size: 20px;
}





.home_sec7 {

}

.home_sec7 .heading h2 {
	font-size: 61px;
}

.home_sec7 .heading h2 span {
	font-size: 61px;
}

.home_sec7_main_box {
	margin-bottom: 30px;
}

.home_blog_main_box {

}

.home_blog_box {
	width: 100%;
	background: var(--e-global-color-white);
	box-shadow: 0px 15px 17px 0px rgba(0, 0, 0, 0.06);
}

.home_blog_box_image {
	width: 100%;
	border-radius: 0px 0px 50px 0px;
	background: #D9D9D9;
	overflow: hidden;
}

.home_blog_box_content {
	width: 100%;
	padding: 30px;
	color: #464444;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.home_blog_box_content h4 {
	color: #455B65;
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.home_blog_box_content h6 {
	color: #CF0A48;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 15px;
}

.home_blog_box_content .button {
	margin-top: 20px;
	display: inline-block;
}

.home_blog_box_content .button a {
	padding: 10px 25px;
}


.home_sec8 {
	padding-bottom: 40px;
}

.home_sec8_box {
	padding: 60px;
	border-radius: 24px;
	position: relative;
	background: linear-gradient(to right, #1B0947 50%, #E00544 50%);	
}

.home_sec8_box:before {
	width: 50%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/map.png) no-repeat;
	background-size: cover;
	border-radius: 24px 0 0 24px;
}

.home_sec8_left, .home_sec8_middle, .home_sec8_right {
		position: relative;
		z-index: 2;
	}

.home_sec8_left {
	width: 28%;
	color: var(--e-global-color-white);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.home_sec8_left h5 {
	color: #FD497D;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
}

.home_sec8_left h2 {
	color: var(--e-global-color-white);
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.home_sec8_left a {
	color: var(--e-global-color-white);
	text-decoration: underline;
}

.home_sec8_left_part {
	width: 100%;
	margin-top: 15px;
	display: inline-block;
}

.home_sec8_left_part h3 {
	color: var(--e-global-color-white);
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.home_sec8_left_part p {
	width: 60%;
}

.home_sec8_middle {
	width: 42%;
	position: relative;
}

.home_sec8_image {
	width: 100%;
	position: absolute;
	bottom: -60px;
}

.home_sec8_image img {

}


.home_sec8_right {
	width: 30%;
	padding-left: 0;
	display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.home_sec8_right form {
	width: 100%;
}

.home_sec8_right form .form-group {
	margin-bottom: 18px;
}

.home_sec8_right form .form-group .form-control {
	width: 100%;
	min-height: 50px;
	padding: 15px;
	border-radius: 4px;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.10);
	color: var(--e-global-color-white);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.home_sec8_right form .form-group .form-control::placeholder {
	color: var(--e-global-color-white);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.home_sec8_right form .form-group textarea.form-control {
	resize: none;
}

.home_sec8_right form .form-group .form-control:focus {
	outline: none;
	box-shadow: none;
}

.home_sec8_right form .form-group.button button {
	padding: 12px 45px;
}



footer {
	width: 100%;
	padding: 20px 0;
}

.footer_menu {
	text-align: center;
	margin-bottom: 20px;
}

.footer_menu ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_menu ul li {
	padding: 0 20px;
	color: #2B373D;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	border-right: solid 1px #2B373D;
}

.footer_menu ul li:last-child { border:none; }

.footer_menu ul li a {
	color: #2B373D;
}


.footer_left {
	color: #2B373D;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 31px;
}

.footer_logo {
	max-width: 50%;
}

.footer_middle {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.footer_middle ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
}

.footer_middle ul li {
	width: 100%;
	color: #2B373D;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px; 
}

.footer_middle ul li a {
	color: #2B373D;
}

.footer_right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.footer_right .social {
	border: none;
	padding: 0;
}

.footer_right .social ul li a {
	background: #E50045;
	color: var(--e-global-color-white);
	width: 35px;
  height: 35px;
}










.dashboard_sec {
	width: 100%;
	min-height: 100vh;
	background: #EDF0F3;
	display: flex;
}


.dashboard_sidebar {
	width: 250px;
	min-height: 100vh;
	background: #1B0A4D;
	border-radius: 0 0 70px 0;
}

.dashboard_sidebar_top {
	width: 100%;
	padding: 20px 15px;
	background: #250C71;
}

.dashboard_sidebar_top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sidebar_menu {
	width: 100%;
	padding: 20px 25px;
}

.sidebar_menu ul li {
	padding: 10px 0;
}

.sidebar_menu ul li a {
	width: 100%;
	display: block;
	transition: all 0.3s ease-in-out;
}
.sidebar_menu ul li a:hover {
    color: #e10144;
}
.sidebar_menu ul li svg {
	margin-right: 5px;
	width: 32px;
	fill: #fff;
}
.dashboard_rightbar_top_right .hd-user-info a.dropdown-item i {
    margin-right: 5px;
}
.dashboard_rightbar {
	flex: 1;
}

.dashboard_rightbar_top {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px 20px 25px;
    background: #fff;
}

.dashboard_rightbar_top_right{
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}
.dashboard_rightbar_top_right .notification-wrap {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #EDF0F3;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0;
	margin: 0 20px 0 0;
}
.dashboard_rightbar_top_right .notification-wrap .cunt{
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #E10144;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 6px;
	right: 7px;
}
.dashboard_rightbar_top_right .hd-user-info{
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}
.dashboard_rightbar_top_right .hd-user-info:hover{
	cursor: pointer;
}
.dashboard_rightbar_top_right .hd-user-info .dropdown-toggle::after {
    transform: translate(5px, 0px);
}
a.dropdown-item {
    font-size: 16px;
}
.dashboard_rightbar_top_right .hd-user-info a.dropdown-item {
	color: #fff;
}
.dashboard_rightbar_top_right .hd-user-info .dropdown-menu {
    background: #e10144;
    padding: 0px;
    color: #fff;
}
.dashboard_rightbar_top_right .hd-user-info .dropdown-item:focus,.dashboard_rightbar_top_right .hd-user-info .dropdown-item:hover{
	background: #96022f;
}

.dashboard_rightbar_top_right .hd-user-info .icon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 7px;
    margin: 0;
    background: #ececec;
    border: 2px solid #a5adc6;
}
.dashboard_rightbar_top_right .hd-user-info .icon img {
    width: 100%;
    object-fit: cover;
    border-radius: 0 0 5px 5px;
    transform: translate(0px, 1px);
}
.dashboard_rightbar_top_right .hd-user-info .text-box{
	padding: 0 0 0 30px;
	margin: 0;
}
.dashboard_rightbar_top_right .hd-user-info .text-box h4 {
    font-size: 16px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    color: #1b0a4d;
    font-weight: 600;
}
.dashboard_rightbar_top_right .hd-user-info .text-box .btn{
	font-size: 12px;
	font-weight: 300;
	line-height: 1.2;
	color: #231F20;
	padding: 0;
	margin: 0;
	border: none;
	box-shadow: none;
	outline: none;
	border-radius: 0;
	background: transparent;
}
.dashboard_rightbar_top_right .hd-user-info .text-box .btn:focus{
	border: none;
	box-shadow: none;
	outline: none;
}


.dashboard_rightbar_top_left h3{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 0 10px;
	margin: 0;
}
.dashboard_rightbar_top_left p{
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	color: #5E6366;
	padding: 0;
	margin: 0;
}
.dashboard_rightbar_top_left p span {
    margin-left: 6px;
}
.main-body-sec{
	padding: 15px;
	margin: 0;
}
.main-body-sec .main-body-wrap{
	background: #fff;
	min-height: calc(100vh - 122px);
	padding: 15px;
	margin: 0;
	border-radius: 8px;
}
.main-llt{
	text-align: center;
	padding: 60px 0;
	margin: 0;
}
.main-llt h3{
	font-size: 40px;
	font-weight: 300;
	line-height: 1.2;
	color: #455B65;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.main-llt h2{
	font-size: 52px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
	color: #CF0A48;
	padding: 0;
	margin: 0;
}


.property-select-list-wrap{
	max-width: 689px;
	margin: 0 auto;
}
.property-select-list-wrap ul li{
	margin: 0 0 15px;
}
.property-select-list-wrap ul li input[type="radio"]{
	display: none;
}
.property-select-list-wrap ul li label{
	border: 1px solid #DEE2E4;
	border-radius: 5px;
	padding: 30px;
	width: 100%;
	position: relative;
	margin: 0;
	box-shadow: 0px 4px 24px 0px #0000000F;
}
.property-select-list-wrap ul li label strong{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0;
	margin: 0;
	display: inline-block;
}





.property-select-list-wrap ul li [type="radio"]:checked,
.property-select-list-wrap ul li [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.property-select-list-wrap ul li [type="radio"]:checked + label,
.property-select-list-wrap ul li [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.property-select-list-wrap ul li [type="radio"]:checked + label:before,
.property-select-list-wrap ul li [type="radio"]:not(:checked) + label:before {
	content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    width: 30px;
    height: 30px;
    background: url(../images/radio-bg.png) no-repeat center;
    border-radius: 100%;
    transform: translate(0%, -50%);
}
.property-select-list-wrap ul li [type="radio"]:checked + label:after,
.property-select-list-wrap ul li [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../images/radio-checked-bg.png) no-repeat center;
    position: absolute;
    right: 30px;
    top: 25px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	/* transform: translate(0%, -50%); */
}
.property-select-list-wrap ul li [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.property-select-list-wrap ul li [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.next-btn{
	text-align: center;
	padding: 30px 0;
	margin: 0;
}

.next-btn .btn{
	font-size: 19px;
	font-weight: 700;
	line-height: 1.2;
	background: #E00544;
	color: #fff;
	padding: 12px 30px;
	border-radius: 0;
	border: none;
	box-shadow: none;
	outline: none;
}

.signTag a{
	color: #E00544;
}


.inq-form-wrap{
	padding: 0 80px;
	margin: 0;
}
.inq-form-wrap .form-group label{
	font-size: 16px;
	font-weight: 700;
	line-height:1.2;
	color: #353A3D;
	padding: 0;
	margin: 0 0 6px;
}

.inq-form-wrap .form-group .form-control{
	border: 1px solid #CFD3D4;
	border-radius: 8px;
	height: 45px;
	outline: none;
	box-shadow: none;
	font-size: 15px;
}
.inq-form-wrap .form-group textarea.form-control{
	height: 157px;
	resize: none;
}
.up-excel-file input{
	display: none;
}
.up-excel-file label{
	border: 1px solid #CFD3D4;
	height: 157px;
	border-radius: 8px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.up-excel-file label span{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	padding: 10px 0 0;
	margin: 0;
}


.chose-card-panel{
	padding: 0;
	margin: 0 0 50px;
}

.chose-card-panel .chose-card-box label strong{
	font-family: 'Source Sans 3', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	display: inline-block;
	color: #353A3D;
}
.chose-card-panel .chose-card-box label ul{
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}
.chose-card-panel .chose-card-box label ul li{
	padding: 0;
	margin: 0 10px 0 0;
}
.chose-card-panel .chose-card-box label ul li:last-child{
	margin-right: 0;
}

.chose-card-panel .chose-card-box [type="radio"]:checked,
.chose-card-panel .chose-card-box [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.chose-card-panel .chose-card-box [type="radio"]:checked + label,
.chose-card-panel .chose-card-box [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    display: flex;
    justify-content: space-between;
    border: 1px solid #DEE2E4;
    box-shadow: 0px 4px 24px 0px #0000000F;
    border-radius: 5px;
    padding: 17px 30px 17px 60px;
    margin: 0;
    width: 100%;
	align-items: center;
	text-transform: capitalize;
}
.chose-card-panel .chose-card-box [type="radio"]:checked + label:before,
.chose-card-panel .chose-card-box [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    width: 24px;
    height:24px;
    border: 2px solid #BFBABA;
    border-radius: 100%;
    background: #fff;
}
.chose-card-panel .chose-card-box [type="radio"]:checked + label:after,
.chose-card-panel .chose-card-box [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #E00544;
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.chose-card-panel .chose-card-box [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.chose-card-panel .chose-card-box [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.add-btn-panel{
	display: flex;
	justify-content: flex-end;
}

.add-btn-panel .btn{
/*	font-size: 16px;*/

}


/*=============== 15-03-2024 ======================*/
.before_login_form .input-group-text{
  position: absolute;
  right: 1px;
  top: 0;
  bottom: 0;
  padding: 0 12px;
  height: 58px;
  margin: auto 0;
  border-right: none;
  border-top: none;
  border-bottom: none;
}



/* error page */
.error-page-holder {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	gap: 50px;
}
.error-page-wrap img {
    max-width: 600px;
}
.error-page-wrap h1 {
    margin-top: 40px;
    color: #e10144;
    font-weight: 500;
    font-size: 32px;
}

/* dropdown list css start */
.dashboard_sidebar .dropdown-menu.show {
    display: block;
    position: relative !important;
	transform: translate3d(0px, 0px, 0px) !important;
	top: 0px !important;
	background-color: transparent !important;
	border: none !important;
}

.dashboard_sidebar .sidebar_menu ul li a {
    width: 100%;
    display: block;
    transition: all 0.3s ease-in-out;
    color: #fff;
	background-color: transparent;
}
.sidebar_menu ul li .dropdown-toggle {
    color: #fff;
}
.sidebar_menu ul li .dropdown-toggle:hover{
	cursor: pointer;
}
/* dropdown sidenav bar */
.dashboard_sidebar.menu_close {
    width: 80px;
    overflow: hidden;
}

.dashboard_sidebar.menu_close .sidebar_menu ul li span {
    visibility: hidden;
    display: none;
}
.dashboard_sidebar.menu_close .sidebar_menu ul li .dropdown span {
    display: block;
    visibility: visible;
}