/* Add your custom styles here */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    overflow-x: hidden!important;
	font-family: 'Montserrat' !important; 
}

body a {
    text-decoration: none !important;
}
body ul li {
    list-style: none !important;
}

section.same-class-forms {
}

body {
    padding: 0;
    margin: 0;
}

section.same-class-forms .flex-class {
    display: flex;
    align-items: center;
}

section.same-class-forms .flex-class .bg-image-class {
}

section.same-class-forms .register-and-login-form-bg-image {
    width: 92%;
    margin: 0 auto;
}

section.same-class-forms .flex-class .bg-image-class {
    width: 60%;
    height: 700px;
}

section.same-class-forms .flex-class .bg-image-class .inner-bg-div {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

section.same-class-forms .flex-class .bg-image-class .inner-bg-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div {
    max-width: 100%;
    width: 82%;
    margin: 0 auto;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms {
    margin: 0;
    width: 100%;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .form-input-block {
    margin-bottom: 12px;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .form-input-block .form-input-class input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: unset;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    font-size: 14px;
    padding-left: 12px;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .form-input-block .form-input-class {
    position: relative;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .form-input-block .form-input-class .eye-icon {
    position: absolute;
    right: 10px;
    top: 14px;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .form-input-block .form-input-class .eye-icon i {
    font-size: 12px;
    color: grey;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .submit-btn-class {
    text-align: center;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .submit-btn-class button {
    width: 100%;
    padding: 12px 20px;
    border-radius: 8px;
    background: #FF9800;
    border: 1px solid #FF9800;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .social-icons ul {
    padding: 0;
    margin: 28px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .social-icons ul li a i {font-size: 20px;color: #000;transition: all 0.2s linear;}

section.same-class-forms .flex-class .form-heading {margin-bottom: 10px;}

section.same-class-forms .flex-class .form-heading h1 {
    margin: 0 0 8px 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 16px;
    position: relative;
}

section.same-class-forms .flex-class .form-heading h1::after {content: '';background: linear-gradient(45deg, rgba(255,152,0,1) 0%, rgba(255,152,0,0.3701855742296919) 100%);!i;!;position: absolute;width: 10%;height: 4px;left: 0;bottom: 0;border-radius: 100px;}
.form-label-class {
    margin-bottom: 2px;
    padding-left: 4px;
}

.form-label-class label {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
}

label#already-accounte {
    margin: 14px 5px 20px;
    display: block;
}

label#already-accounte a {
    color: #ff9800;
    font-weight: 600;
    text-decoration: underline !important;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .form-input-block .form-input-class input:focus {box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;border: unset;outline: unset;}

section.same-class-forms .flex-class .form-wrapper {
    width: 50%;
}

section.same-class-forms .flex-class .bg-image-class .inner-bg-div::after {
    content: '';
    background: linear-gradient(45deg, rgb(255 152 0 / 61%) 0%, rgb(0 0 0 / 37%) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.forgot-password-class {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.forgot-password-class p.forgot-password {
    margin: 0 5px 4px;
    font-size: 13px;
}

.remember-check-box {
    margin: 18px 2px 18px;
}

.remember-check-box label {height: 16px;width: 16px;border: 2px solid #ff9800;border-radius: 4px;position: relative;display: flex;align-items: center;justify-content: center;transition: all 0.3s linear;}

.remember-check-box {
  position: relative;
  display: flex;
  align-items: center;
}

.custom-checkbox {
  display: none;
}

.label {
  cursor: pointer; 
}

.checkbox-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ff9800;
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
  background: #fff;
  transition: background 0.2s;
}

.custom-checkbox:checked + label .checkbox-icon {
  border-color: #ff9800;
}

.custom-checkbox:checked + label .fa-check {
  display: block; 
}

.fa-check {
  color: #ff9800;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.custom-checkbox:checked + label .fa-check {
  display: block;
}


section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .social-icons ul li a i:hover {
    color: #ff9800;
    transform: translate(-0px, -10px);
}

section#login-id label#already-accounte {
    margin: 6px 0 20px !important;
}

.form-label-class-user-profile {
    position: relative;
    background: #fff;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: unset;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-label-class-user-profile input#profile-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.form-label-class-user-profile label {
    padding-left: 12px;
}

.form-label-class-user-profile .prifle-image-div {
    height: 40px;
    width: 40px;
    background: rgb(128 128 128 / 18%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    border-radius: 0px 6px 6px 0px;
    top: 0;
}
label.error {
    display: none !important;
}

input.error {
    border: 1px solid red !important;
}


*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	border-top: 1px solid #24262b;
	padding: 60px 0 0px;
	background: #fff;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 600;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #000000;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: grey !important;
	text-decoration: none;
	font-weight: 400;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 32px;
	width: 32px;
	background-color: #000;
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	font-size: 13px;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}

.footer-copy-right {
    padding: 20px 0px 20px;
    justify-content: center !important;
    margin-top: 55px;
    border-top: 1px solid rgb(36 38 43 / 26%);
}




/* Add your custom styles here */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    overflow-x: hidden!important;
	font-family: 'Montserrat' !important; 
}
body a {
    text-decoration: none !important;
}
c {
    list-style: none !important;
}

section.same-class-forms {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0px;
}

body {
    padding: 0;
    margin: 0;
}

section.same-class-forms .flex-class {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.same-class-forms .flex-class .bg-image-class {
}

section.same-class-forms .register-and-login-form-bg-image {
    max-width: 1250px;
    margin: 0 auto;
}

section.same-class-forms .flex-class .bg-image-class {
    width: 60%;
    height: 700px;
}

section.same-class-forms .flex-class .bg-image-class .inner-bg-div {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

section.same-class-forms .flex-class .bg-image-class .inner-bg-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div {
    max-width: 100%;
    width: 82%;
    margin: 0 auto;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms {
    margin: 0;
    width: 100%;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .form-input-block {
    margin-bottom: 12px;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .form-input-block .form-input-class input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: unset;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    font-size: 14px;
    padding-left: 12px;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .form-input-block .form-input-class {
    position: relative;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .form-input-block .form-input-class .eye-icon {
    position: absolute;
    right: 10px;
    top: 14px;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .form-input-block .form-input-class .eye-icon i {
    font-size: 12px;
    color: grey;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .submit-btn-class {
    text-align: center;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .submit-btn-class button {
    width: 100%;
    padding: 12px 20px;
    border-radius: 8px;
    background: #FF9800;
    border: 1px solid #FF9800;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .social-icons ul {
    padding: 0;
    margin: 28px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .social-icons ul li a i {font-size: 20px;color: #000;transition: all 0.2s linear;}

section.same-class-forms .flex-class .form-heading {margin-bottom: 10px;}

section.same-class-forms .flex-class .form-heading h1 {
    margin: 0 0 8px 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 16px;
    position: relative;
}

section.same-class-forms .flex-class .form-heading h1::after {content: '';background: linear-gradient(45deg, rgba(255,152,0,1) 0%, rgba(255,152,0,0.3701855742296919) 100%);!i;!;position: absolute;width: 10%;height: 4px;left: 0;bottom: 0;border-radius: 100px;}
.form-label-class {
    margin-bottom: 2px;
    padding-left: 4px;
}

.form-label-class label {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
}

label#already-accounte {
    margin: 14px 5px 20px;
    display: block;
}

label#already-accounte a {
    color: #ff9800;
    font-weight: 600;
    text-decoration: underline !important;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .form-input-block .form-input-class input:focus {box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;border: unset;outline: unset;}

section.same-class-forms .flex-class .form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.same-class-forms .flex-class .bg-image-class .inner-bg-div::after {
    content: '';
    background: linear-gradient(45deg, rgb(255 152 0 / 61%) 0%, rgb(0 0 0 / 37%) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.forgot-password-class {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.forgot-password-class p.forgot-password {
    margin: 0 5px 4px;
    font-size: 13px;
}

.remember-check-box {
    margin: 18px 2px 18px;
}

.remember-check-box label {height: 16px;width: 16px;border: 2px solid #ff9800;border-radius: 4px;position: relative;display: flex;align-items: center;justify-content: center;transition: all 0.3s linear;}

.remember-check-box {
  position: relative;
  display: flex;
  align-items: center;
}

.custom-checkbox {
  display: none;
}

.label {
  cursor: pointer; 
}

.checkbox-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ff9800;
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
  background: #fff;
  transition: background 0.2s;
}

.custom-checkbox:checked + label .checkbox-icon {
  border-color: #ff9800;
}

.custom-checkbox:checked + label .fa-check {
  display: block; 
}

.fa-check {
  color: #ff9800;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.custom-checkbox:checked + label .fa-check {
  display: block;
}


section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .social-icons ul li a i:hover {
    color: #ff9800;
    transform: translate(-0px, -10px);
}

section#login-id label#already-accounte {
    margin: 6px 0 20px !important;
}

.form-label-class-user-profile {
    position: relative;
    background: #fff;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: unset;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-label-class-user-profile input#profile-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.form-label-class-user-profile label {
    padding-left: 12px;
}

.form-label-class-user-profile .prifle-image-div {
    height: 40px;
    width: 40px;
    background: rgb(128 128 128 / 18%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    border-radius: 0px 6px 6px 0px;
    top: 0;
}
label.error {
    display: none !important;
}

input.error {
    border: 1px solid red !important;
}


*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
.container{
	max-width: 1250px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	border-top: 1px solid #24262b;
	padding: 60px 0 0px;
	background: #fff;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 600;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #ff9800;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: grey !important;
	text-decoration: none;
	font-weight: 400;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 32px;
	width: 32px;
	background-color: #000;
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	font-size: 13px;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}

.footer-copy-right {
    padding: 20px 0px 20px;
    justify-content: center !important;
    margin-top: 55px;
    border-top: 1px solid rgb(36 38 43 / 26%);
}



header.header {
    padding: 8px 0px;
    box-shadow: rgb(0 0 0 / 4%) 0px 10px 15px -3px, rgb(0 0 0 / 2%) 0px 4px 6px -2px;
}

header.header .row  .header-logo-col {
    width: 25%;
}

header.header .row .custom-button {
    width: 25% !important;
    display: flex;
    align-items: center;
    justify-content: end;
}

header.header .row  .menu {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
header.header .row .menu .header-menu nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

header.header .row .menu .header-menu nav ul li a {
    color: grey;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    font-family: 'Montserrat' !important;
}

header.header .row .custom-button .sign-in-and-sign-up-buttons ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

header.header .row .custom-button .sign-in-and-sign-up-buttons ul li a {
    padding: 10px 25px;
    background: #ff9800;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    font-family: 'Montserrat' !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s linear;
}

header.header .row .custom-button .sign-in-and-sign-up-buttons ul li a i {
    font-size: 12px;
}

header.header .row .custom-button .sign-in-and-sign-up-buttons ul li a:hover {
    box-shadow: rgba(99, 99, 99, 0.20) 0px 20px 50px 0px !important;
}

header.header .row .header-logo-col a {
    display: block;
    width: 100%;
    height: 80px;
}

header.header .row .header-logo-col a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.same-forms .row.g-3 {
    display: inherit !important;
}
.remember-check {
    margin: 14px 6px 22px;
}
header.header .row .custom-button .sign-in-and-sign-up-buttons ul li.register-btn a {
    background: #000 !important;
}

/* Add your custom styles here */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    overflow-x: hidden!important;
	font-family: 'Montserrat' !important; 
}

body a {
    text-decoration: none !important;
}
body ul li {
    list-style: none !important;
}

section.same-class-forms {
}

body {
    padding: 0;
    margin: 0;
}

section.same-class-forms .flex-class {
    display: flex;
    align-items: center;
}

section.same-class-forms .flex-class .bg-image-class {
}

section.same-class-forms .register-and-login-form-bg-image {
    width: 92%;
    margin: 0 auto;
}

section.same-class-forms .flex-class .bg-image-class {
    width: 60%;
    height: 700px;
}

section.same-class-forms .flex-class .bg-image-class .inner-bg-div {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

section.same-class-forms .flex-class .bg-image-class .inner-bg-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div {
    max-width: 100%;
    width: 82%;
    margin: 0 auto;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms {
    margin: 0;
    width: 100%;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .form-input-block {
    margin-bottom: 12px;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .form-input-block .form-input-class input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: unset;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    font-size: 14px;
    padding-left: 12px;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .form-input-block .form-input-class {
    position: relative;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .form-input-block .form-input-class .eye-icon {
    position: absolute;
    right: 10px;
    top: 14px;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .form-input-block .form-input-class .eye-icon i {
    font-size: 12px;
    color: grey;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .submit-btn-class {
    text-align: center;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .submit-btn-class button {
    width: 100%;
    padding: 12px 20px;
    border-radius: 8px;
    background: #FF9800;
    border: 1px solid #FF9800;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .social-icons ul {
    padding: 0;
    margin: 28px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .social-icons ul li a i {font-size: 20px;color: #000;transition: all 0.2s linear;}

section.same-class-forms .flex-class .form-heading {margin-bottom: 10px;}

section.same-class-forms .flex-class .form-heading h1 {
    margin: 0 0 8px 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 16px;
    position: relative;
}

section.same-class-forms .flex-class .form-heading h1::after {content: '';background: linear-gradient(45deg, rgba(255,152,0,1) 0%, rgba(255,152,0,0.3701855742296919) 100%);!i;!;position: absolute;width: 10%;height: 4px;left: 0;bottom: 0;border-radius: 100px;}
.form-label-class {
    margin-bottom: 2px;
    padding-left: 4px;
}

.form-label-class label {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
}

label#already-accounte {
    margin: 14px 5px 20px;
    display: block;
}

label#already-accounte a {
    color: #ff9800;
    font-weight: 600;
    text-decoration: underline !important;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .form-input-block .form-input-class input:focus {box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;border: unset;outline: unset;}

section.same-class-forms .flex-class .form-wrapper {
    width: 50%;
}

section.same-class-forms .flex-class .bg-image-class .inner-bg-div::after {
    content: '';
    background: linear-gradient(45deg, rgb(255 152 0 / 61%) 0%, rgb(0 0 0 / 37%) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.forgot-password-class {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.forgot-password-class p.forgot-password {
    margin: 0 5px 4px;
    font-size: 13px;
}

.remember-check-box {
    margin: 18px 2px 18px;
}

.remember-check-box label {height: 16px;width: 16px;border: 2px solid #ff9800;border-radius: 4px;position: relative;display: flex;align-items: center;justify-content: center;transition: all 0.3s linear;}

.remember-check-box {
  position: relative;
  display: flex;
  align-items: center;
}

.custom-checkbox {
  display: none;
}

.label {
  cursor: pointer; 
}

.checkbox-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ff9800;
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
  background: #fff;
  transition: background 0.2s;
}

.custom-checkbox:checked + label .checkbox-icon {
  border-color: #ff9800;
}

.custom-checkbox:checked + label .fa-check {
  display: block; 
}

.fa-check {
  color: #ff9800;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.custom-checkbox:checked + label .fa-check {
  display: block;
}


section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .social-icons ul li a i:hover {
    color: #ff9800;
    transform: translate(-0px, -10px);
}

section#login-id label#already-accounte {
    margin: 6px 0 20px !important;
}

.form-label-class-user-profile {
    position: relative;
    background: #fff;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: unset;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-label-class-user-profile input#profile-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.form-label-class-user-profile label {
    padding-left: 12px;
}

.form-label-class-user-profile .prifle-image-div {
    height: 40px;
    width: 40px;
    background: rgb(128 128 128 / 18%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    border-radius: 0px 6px 6px 0px;
    top: 0;
}
label.error {
    display: none !important;
}

input.error {
    border: 1px solid red !important;
}


border{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	border-top: 1px solid #24262b;
	padding: 60px 0 0px;
	background: #fff;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 600;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #000000;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: grey !important;
	text-decoration: none;
	font-weight: 400;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 32px;
	width: 32px;
	background-color: #000;
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	font-size: 13px;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}

.footer-copy-right {
    padding: 20px 0px 20px;
    justify-content: center !important;
    margin-top: 55px;
    border-top: 1px solid rgb(36 38 43 / 26%);
}




/* Add your custom styles here */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    overflow-x: hidden!important;
	font-family: 'Montserrat' !important; 
}
body a {
    text-decoration: none !important;
}
c {
    list-style: none !important;
}

section.same-class-forms {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0px;
}

body {
    padding: 0;
    margin: 0;
}

section.same-class-forms .flex-class {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.same-class-forms .flex-class .bg-image-class {
}

section.same-class-forms .register-and-login-form-bg-image {
    max-width: 1250px;
    margin: 0 auto;
}

section.same-class-forms .flex-class .bg-image-class {
    width: 60%;
    height: 700px;
}

section.same-class-forms .flex-class .bg-image-class .inner-bg-div {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

section.same-class-forms .flex-class .bg-image-class .inner-bg-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div {
    max-width: 100%;
    width: 82%;
    margin: 0 auto;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms {
    margin: 0;
    width: 100%;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .form-input-block {
    margin-bottom: 12px;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .form-input-block .form-input-class input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: unset;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    font-size: 14px;
    padding-left: 12px;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .form-input-block .form-input-class {
    position: relative;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .form-input-block .form-input-class .eye-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .form-input-block .form-input-class .eye-icon i {
    font-size: 14px;
    color: grey;
    cursor: pointer;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .submit-btn-class {
    text-align: center;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .submit-btn-class button {
    width: 100%;
    padding: 12px 20px;
    border-radius: 8px;
    background: #FF9800;
    border: 1px solid #FF9800;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .social-icons ul {
    padding: 0;
    margin: 28px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .social-icons ul li a i {font-size: 20px;color: #000;transition: all 0.2s linear;}

section.same-class-forms .flex-class .form-heading {margin-bottom: 10px;}

section.same-class-forms .flex-class .form-heading h1 {
    margin: 0 0 8px 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 16px;
    position: relative;
}

section.same-class-forms .flex-class .form-heading h1::after {content: '';background: linear-gradient(45deg, rgba(255,152,0,1) 0%, rgba(255,152,0,0.3701855742296919) 100%);!i;!;position: absolute;width: 10%;height: 4px;left: 0;bottom: 0;border-radius: 100px;}
.form-label-class {
    margin-bottom: 2px;
    padding-left: 4px;
}

m {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
}

label#already-accounte {
    margin: 14px 5px 20px;
    display: block;
}

label#already-accounte a {
    color: #ff9800;
    font-weight: 600;
    text-decoration: underline !important;
}

section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .form-input-block .form-input-class input:focus {box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;border: unset;outline: unset;}

section.same-class-forms .flex-class .form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.same-class-forms .flex-class .bg-image-class .inner-bg-div::after {
    content: '';
    background: linear-gradient(45deg, rgb(255 152 0 / 61%) 0%, rgb(0 0 0 / 37%) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.forgot-password-class {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.forgot-password-class p.forgot-password {
    margin: 0 5px 4px;
    font-size: 13px;
}

.remember-check-box {
    margin: 18px 2px 18px;
}

.remember-check-box label {height: 16px;width: 16px;border: 2px solid #ff9800;border-radius: 4px;position: relative;display: flex;align-items: center;justify-content: center;transition: all 0.3s linear;}

.remember-check-box {
  position: relative;
  display: flex;
  align-items: center;
}

.custom-checkbox {
  display: none;
}

.label {
  cursor: pointer; 
}

.checkbox-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ff9800;
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
  background: #fff;
  transition: background 0.2s;
}

.custom-checkbox:checked + label .checkbox-icon {
  border-color: #ff9800;
}

.custom-checkbox:checked + label .fa-check {
  display: block; 
}

.fa-check {
  color: #ff9800;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.custom-checkbox:checked + label .fa-check {
  display: block;
}


section.same-class-forms .flex-class .form-wrapper .inner-form-div form.same-forms .social-icons ul li a i:hover {
    color: #ff9800;
    transform: translate(-0px, -10px);
}

section#login-id label#already-accounte {
    margin: 6px 0 20px !important;
}

.form-label-class-user-profile {
    position: relative;
    background: #fff;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: unset;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-label-class-user-profile input#profile-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.form-label-class-user-profile label {
    padding-left: 12px;
}

.form-label-class-user-profile .prifle-image-div {
    height: 40px;
    width: 40px;
    background: rgb(128 128 128 / 18%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    border-radius: 0px 6px 6px 0px;
    top: 0;
}
label.error {
    display: none !important;
}

input.error {
    border: 1px solid red !important;
}


p{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
.container{
	max-width: 1250px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	border-top: 1px solid #24262b;
	padding: 60px 0 0px;
	background: #fff;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 600;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #ff9800;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: grey !important;
	text-decoration: none;
	font-weight: 400;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 32px;
	width: 32px;
	background-color: #000;
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	font-size: 13px;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}

.footer-copy-right {
    padding: 20px 0px 20px;
    justify-content: center !important;
    margin-top: 55px;
    border-top: 1px solid rgb(36 38 43 / 26%);
}



header.header {
    padding: 8px 0px;
    box-shadow: rgb(0 0 0 / 4%) 0px 10px 15px -3px, rgb(0 0 0 / 2%) 0px 4px 6px -2px;
}

header.header .row  .header-logo-col {
    width: 25%;
}

header.header .row .custom-button {
    width: 25% !important;
    display: flex;
    align-items: center;
    justify-content: end;
}

header.header .row  .menu {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
header.header .row .menu .header-menu nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

header.header .row .menu .header-menu nav ul li a {
    color: grey;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    font-family: 'Montserrat' !important;
}

header.header .row .custom-button .sign-in-and-sign-up-buttons ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

header.header .row .custom-button .sign-in-and-sign-up-buttons ul li a {
    padding: 10px 25px;
    background: #ff9800;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    font-family: 'Montserrat' !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s linear;
}

header.header .row .custom-button .sign-in-and-sign-up-buttons ul li a i {
    font-size: 12px;
}

header.header .row .custom-button .sign-in-and-sign-up-buttons ul li a:hover {
    box-shadow: rgba(99, 99, 99, 0.20) 0px 20px 50px 0px !important;
}

header.header .row .header-logo-col a {
    display: block;
    width: 100%;
    height: 80px;
}

header.header .row .header-logo-col a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.same-forms .row.g-3 {
    display: inherit !important;
}
.remember-check {
    margin: 14px 6px 22px;
}
header.header .row .custom-button .sign-in-and-sign-up-buttons ul li.register-btn a {
    background: #000 !important;
}

section#dashboard-page {
    padding: 80px 0px;
}

section#dashboard-page .flex-class-my-account-page {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

section#dashboard-page .flex-class-my-account-page .dashboard-side-bar {
    width: 32%;
}

section#dashboard-page .main-dashboard-wrapper {width: 68%;}


div#sidebar-id {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 40px 32px;
    border-radius: 6px;
}


div#sidebar-id .profile-image {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 1px solid #000;
    border-radius: 100px;
    margin: 0px auto 10px;
}
div#sidebar-id .profile-image img {
    width: 100%;
    height: 100%;
}

div#sidebar-id .user-name {margin-bottom: 28px;text-align: center;}

div#sidebar-id .user-name h4 {font-size: 18px;line-height: 28px;font-weight: 600;}

div#sidebar-id .user-name p {color: #ff9800;font-weight: 500;}

.side-bar-menu nav ul {
    padding: 0px 6px 0px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.side-bar-menu nav ul li a {
    background: transparent;
    width: 100%;
    padding: 15px 23px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    color: #000;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
}

.side-bar-menu nav ul li.active a {
    background: #ff9800;
    color: #fff;
}

.side-bar-menu nav ul li a {display: flex;align-items: center;justify-content: flex-start;gap: 5px;border: 1px solid #ededed;}

.logout-btn {
    width: 80%;
    margin: 150px auto 32px;
    text-align: center;
}

.logout-btn a {
    padding: 14px 32px;
    background: #000;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 9px;
    text-align: center;
    justify-content: center;
}
.page-title-dashboard {
    padding: 10px 0px 12px;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 20px;
}

.dashboard-content .same-form .form-input-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 10px;
}

.dashboard-content .same-form .form-input-block .form-label-class {width: 50%;}

.dashboard-content .same-form .form-input-block .form-input-class {
    width: 50%;
}

.dashboard-content .same-form .form-input-block select {
    width: 100%;
    height: 40px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 4px;
    border: none !important;
    padding: 10px;
    font-size: 12px;
    color: grey;
   
}
    
.dashboard-content .same-form  label {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin: 0px 0 3px;
    display: block;
}


.submit-button-dashboard {
    margin-top: 28px;
}

.submit-button-dashboard input#submit-btn {
    padding: 10px 25px;
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    font-family: 'Montserrat' !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s linear;
    border-radius: 4px;
    border: none;
    margin-left: 6px;
}

.error-class {
    padding: 0px 8px;
    font-size: 10px;
    line-height: normal;
    border-radius: 2px;
    margin: 4px 0 0;
    color: red;
    font-weight: 500;
}

.profile-image-div {
    width: 24px;
}

li.user-info {padding: 4px 18px 5px 10px;display: flex;align-items: center;justify-content: space-between;gap: 5px;border-radius: 100px;background: #fff;box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;}

li.user-info span.username {
    font-size: 16px;
    font-weight: 600;
}

form.updateForm input {
     width: 100%;
    height: 40px;
    border-radius: 8px;
    border: unset;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    font-size: 14px;
    padding-left: 12px;
}


form.updateForm .inner-flex-class .form-input-block {
    width: 100%;
    display: block;
    margin-bottom: 12px;
}

form.updateForm .form-title h4 {
    margin: 0px 0 18px;
    padding: 0px 0px 13px;
    position: relative;
}

form.updateForm .form-title h4::after {
    content: '';
    background: #ff9800;
    position: absolute;
    width: 80px;
    height: 2px;
    border-radius: 100px;
    bottom: 0;
    left: 3px;
}

.user-update-form {
    padding: 22px 25px 45px;
    background: #fff;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.top-space {
    margin-top: 25px;
}