* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html{
  font-family: "Lato", sans-serif;
}
body{
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
input,
textarea,
select {
  border: 1px solid #ccc;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #ccc;
}
.main_header_area {
  background: #161616;
  padding: 0 50px;
  height: 86px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.main_header_area_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.main_header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main_menu ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main_menu ul li{
  list-style: none;
}
.logo_main a img {
  width: 38%;
  position: relative;
  z-index: 99;
  top: 44px;
}
.main_menu {
  margin: 0 60px 0 0;
}
.main_menu ul li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 0 0 37px;
  transition: ease-in-out 0.6s;
}
.main_menu ul li a:hover {
  color: #fa2456;
  transition: ease-in-out 0.6s;
}
.main_menu ul li.active a {
  color: #fa2456;
  transition: ease-in-out 0.6s;
}
.log_regs_area a {
  background: #FA2456;
  display: flex;
  justify-content: center;
  align-items: center;
	gap: 4px;
  width: 170px;
  height: 46px;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}
.main_banner_area_inner img {
  width: 100%;
  height: 742px;
  object-fit: cover;
}
.main_banner_area_inner {
  position: relative;
}
.banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner_text h1 {
  font-size: 80px;
  color: #fff;
  font-weight: 800;
}
.banner_text h1 span {
  font-weight: 300;
}
.banner_text p {
  font-size: 30px;
  color: #fff;
}
.count_single h3 svg {
  width: 18px;
}
.home_body_main_area_inner {
  display: flex;
  justify-content: space-between;
}
.home_body_main_area {
  padding: 70px 50px;
}
.home_body_main_area_lrft {
  background: #161616;
  padding: 27px 25px 0;
  width: 215px;
  border-radius: 20px;
  height: 100%;
}
.count_single h3 {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  margin: 0 0 12px;
  border-bottom: 1px solid #2b2b2b;
  padding: 0 0 13px;
}
.count_single ul li {
  list-style: none;
}
.count_single {
  margin: 0 0 30px;
}
.count_single ul li a {
  color: #fff;
  text-decoration: none;
  padding: 0 0 11px;
  display: flex;
  font-size: 14px;
}
.count_single h3 svg {
  width: 18px;
  margin: 0 8px 0 0;
}
.count_single ul li a svg {
  width: 18px;
}
.home_profile_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.home_body_main_area_middle h2 {
  text-align: center;
  font-size: 40px;
  margin: 0 0 4px;
  font-weight: 800;
  color: #161616;
}
.home_body_main_area_middle p {
  width: 72%;
  text-align: center;
  margin: 0 auto 38px;
}
.home_body_main_area_right {
  width: 260px;
}
.home_body_main_area_middle {
  width: 62%;
}
.add_area img {
  width: 100%;
}
.profile_single_area {
  width: 48%;
  margin: 0 0 30px;
  position: relative;
}
.home_body_main_area_middle h2 span {
  font-weight: 300;
}
.profile_img img {
  width: 100%;
  height: 440px;
/*   height: 250px; */
  object-fit: cover;
  border-radius: 25px;
}
.profile_text {
  background: #E3E3E3;
  border-radius: 14px;
  padding: 15px 15px;
}
.profile_text h2 {
  font-size: 18px !important;
  color: #000;
  margin: 0 0 3px !important;
  text-align: center;
}
.profile_text p {
  margin: 0 auto 0;
  text-align: center;
  font-size: 14px;
  color: #FA2456;
}
.hom_logn_area {
  background: #161616;
  padding: 30px 36px;
  border-radius: 18px;
  margin: 0 0 30px;
}
.hom_logn_area a {
  display: flex;
  justify-content: center;
  background: #FA2456;
  padding: 16px 0;
  margin: 15px 0;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
}
.add_area {
  position: relative;
}
.add_area h4 {
  position: absolute;
  bottom: 60px;
  left: 22px;
  color: #fff;
  text-transform: uppercase;
  font-size: 21px;
}
.add_area h4 span {
  font-weight: 300;
  margin: 0 0 4px;
  display: block;
}
.footer_main_area {
  background: #000;
  padding: 70px 50px 30px;
}
.copyright_area p:nth-child(2) a {
  color: #FA2456;
  text-decoration: none;
}
.foot_logo {
  text-align: center;
}
.foot_logo img {
  width: 170px;
}
.foot_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 66px 0 0;
}
.foot_menu ul li {
  padding: 0 25px;
  list-style: none;
}
.foot_menu ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
}
.foot_social ul li a svg {
  width: 20px;
  color: #fff;
}
.foot_social ul li a {
  background: #121212;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50px;
}
.foot_social ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 57px 0 0;
}
.foot_social ul li {
  list-style: none;
  margin: 0 7px;
}
.copyright_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  border-top: 1px solid #0f0f0f;
  padding: 23px 0 0;
  margin: 72px 0 0;
  font-size: 14px;
}
.footer_main_area {
  position: relative;
}
.foot_lft_img {
  position: absolute;
  left: 21px;
  bottom: 45px;
}
.foot_rit_img {
  position: absolute;
  right: 21px;
  bottom: 45px;
}

.main_login_page_area {
  height: 100vh;
  width: 100%;
}
.main_login_page_area_inner {
  display: flex;
  justify-content: flex-start;
}
.main_login_page_area_left {
  width: 50%;
  height: 100vh;
  overflow: hidden;
}
.main_login_page_area_right {
  width: 50%;
}
.main_login_page_area_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_login_page_area_right {
  padding: 25px 70px;
  height: 100vh;
}
.main_log_area {
  height: 80vh;
}
.back_button a svg {
  width: 15px;
  margin: 0 7px 0 0;
}
.back_button a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000;
  text-decoration: none;
}
.main_log_area h2 {
  font-size: 40px;
  font-weight: 800;
  margin: 0 0 4px;
}
.main_log_area h2 span {
  font-weight: 300;
}
.back_button {
  margin: 0 0 100px;
}

.sing_form svg {
  width: 20px;
  margin: 0 15px;
}
.main_log_area form {
  margin: 50px 0 0;
}
.sing_form {
  border: 1px solid #ccc;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 6px;
  margin: 0 0 19px;
}
.sing_form input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
}
.frgot_pass {
  text-align: right;
  font-size: 14px;
}
.frgot_pass a {
  color: #000;
  text-decoration: none;
}
.submit_frm input {
  width: 100%;
  height: 55px;
  margin: 21px 0 0;
  border-radius: 6px;
  font-size: 16px;
  background: #FA2456;
  color: #fff;
  border: 0;
  letter-spacing: 1px;
  cursor: pointer;
}
.loginwith ul li a svg {
  width: 17px;
  color: #000;
}
.loginwith ul li {
  list-style: none;
  padding: 0 4px;
}
.loginwith ul li a {
  background: #FFC5D3;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.loginwith ul {
  display: flex;
  justify-content: center;
}
.logsing_area p {
  text-align: center;
  margin: 16px 0 0;
  font-size: 16px;
}
.logsing_area p a {
  margin: 0 0 0 6px;
  text-decoration: none;
  color: #fa2456;
  font-weight: 600;
}
.loginwith {
  text-align: center;
}
.orarea p {
  background: #FA2456;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 18px;
  color: #fff;
  padding: 0 0 4px;
  border: 2px solid #f9bac9;
}
.orarea {
  display: flex;
  justify-content: center;
  margin: 15px 0 14px;
}
.loginwith h3 {
  font-size: 15px;
  margin: 0 0 13px;
}
.single_grop {
  display: flex;
  justify-content: space-between;
}
.single_grop .sing_form {
  width: 49%;
}
.otp_input {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.otp_input input {
/*   width: 80px; */
  width: 1090px;	
  height: 55px;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
}
.resend_otp {
  text-align: center;
  margin: 17px 0 0;
}
.main_banner_area_innerpage {
  height: 40vh;
}
.main_banner_area_innerpage .main_banner_area_inner {
  height: 40vh;
  overflow: hidden;
}
.banner_text.banner_text_innerpg h2 {
  color: #fff;
  font-size: 35px;
}
.overlay_color {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main_create_profile_area {
  padding: 70px 250px;
}
.main_create_profile_head {
  text-align: center;
}
.main_create_profile_head h2 {
  font-size: 35px;
  margin: 0 0 6px;
}
.main_create_profile_head p {
  font-size: 18px;
}
.create_profile_box {
  margin: 55px 0 0;
}
.form_single_block h3 {
  font-size: 25px;
  margin: 0 0 23px;
}
.single_form label {
  display: block;
  font-size: 15px;
  margin: 0 0 7px;
}
.single_form input {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  padding: 0 18px;
  margin: 0 0 17px;
}
.grsingle_form label {
  display: block;
  font-size: 15px;
  margin: 0 0 13px;
}
.grombrid {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.grombrid label {
  margin: 0 31px 0 0;
}
.wpcf7-list-item.first {
  margin: 0;
}
.wpcf7-list-item-label {
  margin: 0 0 0 8px;
}
.ageheight_area {
  margin: 23px 0 20px;
  display: flex;
  justify-content: space-between;
}
.ageheight_area_single label {
  display: flex;
  display: block;
  font-size: 15px;
/*  margin: 0 0 13px;*/
}
.single_form p:nth-child(2) {
  margin: 0 0 27px;
}
.chck_childrn p label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wpcf7-not-valid-tip {
  position: relative;
  font-size: 14px;
}
.ageheight_area_single input {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  padding: 0 18px;
  margin: 0 0 17px;
}
.ageheight_area_single {
  width: 49%;
}
.single_form p {
  font-size: 14px;
  position: relative;
  bottom: 9px;
}
.ageheight_area_location .ageheight_area_single {
  width: 32.333%;
}
.ageheight_area_location .ageheight_area_single select {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  padding: 0 18px;
  margin: 0 0 17px;
  background: transparent;
  border: 1px solid #ccc;
}
.eduction_profess .single_form {
  width: 100%;
}
.ageheight_area.family_details .single_form {
  width: 100%;
}
.ageheight_area.family_details {
  flex-wrap: wrap;
}
.ageheight_area_single textarea {
  width: 100%;
  height: 150px;
  border-radius: 6px;
  padding: 16px 20px;
}
.ageheight_area_single.ageheight_area_single_txtra {
  width: 100%;
}
.ageheight_area_single.ageheight_area_single_txtra {
  margin: 0 0 30px;
}
.chck_childrn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 25px 0 0;
}
.chck_childrn label {
  margin: 0 0 0 8px;
}
.chck_childrn input {
  width: 25px;
  height: 21px;
}
.chck_childrn_textarea textarea {
  width: 100%;
  height: 100px;
  margin: 23px 0 0;
  padding: 16px 22px;
  border-radius: 6px;
}
.ageheight_area_single select {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  padding: 0 18px;
  margin: 0 0 17px;
  background: transparent;
  border: 1px solid #ccc;
}
.chck_childrn_textarea {
  margin: 0 0 30px;
}
.helthcondit textarea {
  margin: 0;
}
.submit_profile input {
  background: #fa2456;
  width: 160px;
  height: 50px;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .5px;
  border-radius: 6px;
  margin: 30px 0 15px;
  cursor: pointer;
}
.submit_profile p {
  font-size: 14px;
}
.community_area_main {
  padding: 70px 50px;
}
.community_area_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 43px;
}
.community_area_main_inner h2 {
  font-size: 35px;
  font-weight: 800;
  margin: 0 0 45px;
}
.community_area_main_inner h2 span {
  font-weight: 300;
}
.community_area_header_lft h3 {
  font-size: 20px;
}
.community_area_header_rit select {
  padding: 15px 44px;
  border-radius: 6px;
  font-size: 15px;
  background: #fff;
}
.community_area_main_boxes {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 25px;
}
.community_area_main_boxes .profile_single_area {
  position: relative;
  width: calc(24.333% - 10px);
}
.profile_single_area a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about_top_main {
  padding: 0 120px 75px;
  margin: -56px 0 0;
  position: relative;
}
.about_top_main_single {
  background: #F2F2F2;
  padding: 30px;
  text-align: center;
  border-radius: 20px;
  position: relative;
  transition: ease-in-out 0.6s;
}
.about_top_main_single:hover {
  box-shadow: 0 14px 36px -5px #c5c5c5;
  transition: ease-in-out 0.6s;
}
.about_top_main_inner {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.about_top_main_single img {
  width: 63px;
  margin: 0 0 22px;
}
.about_top_main_single h3 {
  font-size: 18px;
  color: #FA2456;
  margin: 0 0 12px;
}
.about_top_main_single p {
  width: 70%;
  margin: 0 auto;
}
.aboutpage_area_main {
  padding: 0 50px 180px;
}
.aboutpage_area_main_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.call_area_single svg {
  width: 20px;
}
.aboutpage_area_main_left {
  width: 48%;
  position: relative;
}
.aboutpage_area_main_right {
  width: 48%;
}
.abt_first {
  width: 73%;
}
.abt_secnd {
  position: absolute;
  bottom: -112px;
  right: 0;
  width: 83%;
  border-radius: 0 200px 25px 200px;
  border: 10px solid #fff;
}
.aboutpage_area_main_right h2 {
  font-size: 40px;
  color: #FA2456;
  font-weight: 800;
  margin: 0 0 0;
}
.aboutpage_area_main_right h4 {
  font-size: 40px;
  font-weight: 300;
  margin: 0 0 25px;
}
.aboutpage_area_main_right p {
  font-size: 17px;
  line-height: 24px;
  padding: 0 0 11px;
}
.callbg {
  background: #000;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 11px 0 0;
}
.call_area_single.call_area_left h3 span {
  display: block;
  color: #000;
  margin: 5px 0 0;
}
.call_area_single.call_area_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.call_area_single.call_area_left h3 {
  font-size: 17px;
  color: #7b7b7b;
}
.call_area_abt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 47px;
  margin: 22px 0 0;
}
.tram_area_main_sect {
  padding: 0 50px 70px;
}
.tram_area_main_sect_inner h3 {
  font-size: 35px;
  text-align: center;
  margin: 0 0 54px;
}
.tram_area_main_sect_inner h3 span {
  font-weight: 300;
}
.teamarea_main_boxes {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.teamarea_main_boxes_single img {
  width: 100%;
  border-radius: 40px;
}
.teamarea_main_boxes_single {
  position: relative;
}
.team_cont {
  background: #FA2456;
  text-align: center;
  padding: 20px 19px;
  border-radius: 50px;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  bottom: 19px;
  left: 23px;
  color: #fff;
}
.team_cont h4 {
  font-size: 18px;
  margin: 0 0 3px;
}
.team_cont p {
  font-size: 15px;
}
.contact_option_offic h3 {
  text-align: left;
}
.contact_option_offic p {
  text-align: left;
  width: 100%;
}
.contact_option_offic a svg {
  width: 18px;
  color: #000;
}
.contact_option_offic p svg {
  width: 18px;
}
.contact_option_offic a span {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: 0 10px 0 0;
}
.contact_option_offic a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 16px;
  color: #000;
  text-decoration: none;
}
.contact_option_offic p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 16px;
}
.contact_option_offic p span {
  width: 38px;
  height: 30px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: 0 10px 0 0;
}
.about_top_main_info .about_top_main_single {
  width: 33%;
}
.about_top_main_info .about_top_main_single img {
  width: 95px;
}
.contact_option_cusrele a {
  background: #fa2456;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 41px;
  width: 135px;
  border-radius: 50px;
  margin: 19px auto 0;
}
.contact_option_whtapp a {
  background: #fa2456;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 41px;
  width: 135px;
  border-radius: 50px;
  margin: 19px auto 0;
}
.contactpage_area_main {
  padding: 70px 150px;
}
.contactpage_area_main_inner {
  display: flex;
  justify-content: space-between;
}
.contactpage_area_main_left {
  background: #FFDADA;
  width: 31%;
  border-radius: 40px;
  padding: 30px;
}
.contactpage_area_main_right {
  width: 59%;
}
.contactpage_area_main_left h3 {
  font-size: 50px;
  font-weight: 300;
}
.contactpage_area_main_left h2 {
  font-size: 50px;
}
.contactpage_area_main_left h4 {
  font-size: 45px;
}
.contactpage_area_main_left h5 {
  font-size: 50px;
  font-weight: 300;
}
.simg1 {
  width: 60%;
  margin: 40px 0 0;
}
.simg2 {
  width: 100%;
  margin: 37px 0 0;
}
.contactpage_area_main_right h3 {
  font-size: 25px;
  font-weight: 300;
}
.contactpage_area_main_right h2 {
  font-size: 36px;
  margin: 0 0 27px;
}
.contactpage_area_main_right form input {
  width: 100%;
  height: 55px;
  padding: 0 21px;
  border-radius: 6px;
  margin: 0 0 21px;
}
.contactpage_area_main_right form textarea {
  width: 100%;
  height: 150px;
  padding: 13px 21px;
  border-radius: 6px;
  margin: 0 0 21px;
}
.contactpage_area_main_right form input[type="submit"] {
  background: #fa2456;
  border-radius: 8px;
  border: 0;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
}
.map_area_main {
  padding: 0 52px 70px;
}
.map_area_main iframe {
  width: 100%;
  height: 500px;
  border-radius: 40px;
}
.top_profile_area {
  background-image: url('../images/prof_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  border-radius: 40px;
  padding: 80px 40px;
  text-align: center;
}
.profile_main_area {
  padding: 70px 50px;
}
.profile_main_area_inner {
  position: relative;
}
.edit_prof a svg {
  width: 17px;
  margin: 0 0 0 6px;
}
.profile_image img {
  width: 152px;
  border-radius: 50%;
  margin: 0 0 12px;
  height: 152px;
  object-fit: cover;
}
.profile_image h3 {
  font-size: 20px;
  color: #fff;
}
.edit_prof a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid #fff;
  width: 101px;
  height: 40px;
  border-radius: 50px;
}
.edit_prof {
  position: absolute;
  top: 27px;
  right: 36px;
}
.profile_option_area {
  padding: 0 50px 70px;
}
.profile_option_area_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
}
.profile_option_single {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #E2FFE7;
  padding: 30px;
  border-radius: 23px;
  width: 26%;
}
.profile_option_single img {
  width: 90px;
}
.opt_cont h4 {
  font-size: 20px;
  margin: 0 0 4px;
  font-weight: 300;
}
.opt_cont h5 {
  font-size: 28px;
}
.opt_cont {
  margin: 0 0 0 28px;
}
.profile_option_area_inner .profile_option_single:nth-child(2) {
  background: #FFEBF3;
}
.profile_option_area_inner .profile_option_single:nth-child(3) {
  background: #FFF5EB;
}
.contact_details_prof svg {
  width: 22px;
  margin: 0 12px 0 0;
}
.profile_details_main_inner {
  padding: 0 50px 70px;
  display: flex;
  justify-content: space-between;
}
.profile_details_main_area_left {
  width: 60%;
}
.profile_details_main_area_right {
  background: #EFEFEF;
  padding: 40px;
  width: 35%;
  border-radius: 30px;
}
.profile_details_main_area_left h2 {
  font-size: 34px;
  margin: 0 0 14px;
}
.profile_details_main_area_left p {
  line-height: 25px;
  padding: 0 0 11px;
  font-size: 17px;
}
.profile_details_main_area_right h4 {
  font-size: 30px;
  margin: 0 0 31px;
}
.contact_details_prof {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 26px;
}
.contact_det_inf h3 {
  font-size: 16px;
  color: #454545;
  margin: 0 0 3px;
}
.contact_det_inf a {
  color: #000;
  text-decoration: none;
}
.cls_menu {
  display: none;
}
.toggle_main {
  display: none;
}
.mobile_country{
  display: none;
}
.log_regs_area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.log_regs_area a:nth-child(2) {
  margin: 0 0 0 9px;
  background: #41c0a9;
}
.mobile_view{
  display: none;
}
.home_add_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home_add_area_single {
  width: 48%;
  margin: 0 0 30px;
  position: relative;
}
.home_add_area_single img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 25px;
}
.home_add_area_single h3 {
  position: absolute;
  bottom: 34px;
  left: 32px;
  color: #fff;
  font-size: 22px;
}
.home_add_area_single a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.profilecreatby {
  margin: 0 0 28px;
}


/*======== Profile image upload ==========*/

.profile-card {
  width: 100%;
  padding: 0px 0 35px;
  border-radius: 24px;
  text-align: center;
  display: flex;
  justify-content: flex-start;
    
}
.profile-preview img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.upload-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.45);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:16px;
    opacity:0;
    transition:.3s;
    cursor:pointer;
}

.profile-upload:hover .upload-overlay{
    opacity:1;
}

#profileInput{
    display:none;
}

.upload-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 25px;
    border:none;
    background:linear-gradient(135deg,#6366f1,#8b5cf6);
    color:#fff;
    border-radius:50px;
    cursor:pointer;
    font-size:15px;
    font-weight:600;
    transition:.3s;
}

.upload-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(99,102,241,.35);
}

.profile-name{
    margin-bottom:20px;
}

.profile-name h3{
    color:#222;
    margin-bottom:5px;
}
.profile-name p {
  color: #000;
  font-size: 15px;
  margin: 0 0 7px;
  text-align: left;
}
.profile-preview .wpcf7-form-control-wrap input {
  width: 100%;
  height: 50px;
  padding: 12px 15px;
  border-radius: 6px;
}
.profile-upload {
  width: 100%;
}
.wpcf7-list-item {
  margin: 0 0 0 0 !important;
}









/*============================= Responsive Css Start ===============================*/


@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1700px) {}

@media screen and (max-width: 1540px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {
  .home_body_main_area_middle {
    width: 57%;
  }
.contactpage_area_main {
  padding: 70px 100px;
}
.about_top_main_single p {
  width: 100%;
}








}

@media screen and (max-width: 1280px) {

.home_body_main_area_middle {
    width: 54%;
}
.profile_option_single {
  width: 32%;
}
.logo_main {
  width: 200px;
}
.logo_main a img {
  width: 71%;
}

}

@media screen and (max-width: 1180px) {
  .home_body_main_area_middle {
    width: 50%;
  }
  .main_menu ul li a {
  padding: 0 0 0 27px;
}
.about_top_main {
  padding: 0 50px 75px;
}
.contactpage_area_main {
  padding: 70px 50px;
}
.contactpage_area_main_left h5 {
  font-size: 41px;
}
.contactpage_area_main_left {
  width: 35%;
}








}

@media screen and (max-width: 1100px) {
  .home_body_main_area_middle {
    width: 45%;
  }
.profile_img img {
  height: 200px;
  border-radius: 20px;
}
.home_body_main_area_middle h2 {
  font-size: 30px;
}
.home_body_main_area_middle p {
  width: 100%;
  font-size: 14px;
}
.profile_text h2 {
  font-size: 16px !important;
}
.main_banner_area_inner img {
  height: 370px;
}
.home_body_main_area {
  padding: 70px 30px;
}



}

@media screen and (max-width: 1080px) {
.about_top_main_single {
  padding: 16px 15px 25px;
}
.home_add_area_single h3 {
  bottom: 30px;
  left: 20px;
  font-size: 19px;
}
.home_add_area_single img {
  height: 241px;
}
  .log_regs_area a:nth-child(1) {
  display: none;
}
.profile_option_single img {
  width: 60px;
}
.opt_cont h5 {
  font-size: 21px;
}
.abt_secnd {
  border-radius: 0 105px 25px 86px;
  right: 86px;
  width: 74%;
}
.aboutpage_area_main_left {
  width: 40%;
}
.aboutpage_area_main_right {
  width: 61%;
}
.main_create_profile_area {
  padding: 70px 150px;
}
.map_area_main iframe {
  height: 400px;
}








}

@media screen and (max-width: 1024px) {
.main_menu ul li a {
  font-size: 13px;
  padding: 0 0 0 32px;
}
}

@media screen and (max-width: 980px) {

.main_menu {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 9999;
  padding: 40px;
  transition: ease-in-out 0.6s;
}
.contactpage_area_main_left {
  padding: 24px;
}
.main_menu.main_menu2 {
  left: 0;
  transition: ease-in-out 0.6s;
}
.main_menu ul {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.main_menu ul li a {
  padding: 0 0 22px 0;
  display: block;
}
.cls_menu svg {
  color: #fff;
  width: 30px;
}
.cls_menu {
  display: block;
  position: absolute;
  top: 19px;
  right: 25px;
  cursor: pointer;
}
.toggle_main span {
  display: block;
  width: 25px;
  height: 1px;
  background: #fff;
  border-radius: 50px;
}
.toggle_main span:nth-child(2) {
  margin: 8px 0;
}
.log_regs_area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.toggle_main {
  padding: 0 0 0 31px;
  display: block;
  cursor: pointer;
}
.main_banner_area_inner img {
  height: 294px;
}
.banner_text h1 {
  font-size: 45px;
}
.banner_text p {
  font-size: 20px;
}
.home_body_main_area {
  padding: 40px 30px;
}
.home_body_main_area_right {
  display: none;
}
.home_body_main_area_middle {
  width: 67%;
}
.main_header_area {
  padding: 0 30px;
}
.about_top_main {
  padding: 0 20px 28px;
}
.about_top_main_single p {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
}
.aboutpage_area_main_right h2 {
  font-size: 30px;
}
.aboutpage_area_main_right h4 {
  font-size: 28px;
  margin: 0 0 13px;
}
.aboutpage_area_main_right p {
  font-size: 15px;
  line-height: 22px;
  padding: 0 0 5px;
}
.abt_secnd {
  border-radius: 0 68px 25px 68px;
  right: 39px;
  width: 81%;
}
.tram_area_main_sect {
  padding: 0 30px 48px;
}
.team_cont h4 {
  font-size: 16px;
  margin: 0 0 3px;
}
.team_cont p {
  font-size: 14px;
}
.team_cont {
  padding: 10px 19px;
  border-radius: 30px;
  width: 82%;
}
.foot_lft_img {
  width: 15%;
}
.foot_rit_img {
  width: 15%;
}
.aboutpage_area_main {
  padding: 0 50px 90px;
}
.main_banner_area_innerpage .main_banner_area_inner {
  height: 38vh;
}
.community_area_main {
  padding: 19px 30px;
}
.community_area_main_boxes .profile_single_area {
  width: 31.333%;
}
.main_create_profile_area {
  padding: 70px 50px;
}
.main_banner_area_innerpage .main_banner_area_inner {
  height: 36vh;
}   
.main_banner_area_innerpage {
  height: 36vh;
}
.profile_main_area {
  padding: 40px 30px;
}
.profile_option_single {
  padding: 17px;
  width: 32%;
}
.opt_cont h5 {
  font-size: 17px;
}
.opt_cont h4 {
  font-size: 17px;
}
.profile_details_main_inner {
  flex-wrap: wrap;
}
.profile_details_main_area_left {
  width: 100%;
}
.profile_details_main_area_right {
  width: 100%;
  margin: 20px 0 0;
}
.main_login_page_area_left {
  display: none;
}
.main_login_page_area_right {
  width: 100%;
}








}

@media screen and (max-width: 820px) {}

@media screen and (max-width: 640px) {
.home_body_main_area {
  padding: 25px 15px;
}
.profile-upload {
  width: 134px;
  height: 134px;
  margin: 0 0 0 0;
}
.home_add_area_single h3 {
  font-size: 17px;
}
.home_add_area_single {
  margin: 0 0 12px;
}
.desktop_view {
  display: none !important;
}

.mobile_view{
  display: block;
}
.mobile_country{
  display: flex;
  cursor: pointer;
}
.mobile_country h3 {
  background: #161616;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  padding: 6px 20px;
  color: #fff;
  font-size: 16px;
}
.mobile_country h3 svg {
  width: 27px;
  color: #fff;
}
.home_body_main_area_lrft {
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 2px;
  left: 0;
  border-radius: 6px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.6s;
}
.home_body_main_area_lrft2 {
  height: 55%;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: ease-in-out 0.6s;
}
.home_body_main_area_inner{
  position: relative;
}
.banner_text {
  width: 93%;
}
.main_header_area {
  padding: 0 15px;
}
.main_banner_area_inner img {
  height: 200px;
}
.banner_text h1 {
  font-size: 35px;
}
.banner_text p {
  font-size: 16px;
}
.home_body_main_area_middle {
  width: 100%;
  margin: 19px 0 0;
}
.home_body_main_area_middle h2 {
  font-size: 25px;
}
.profile_img img {
  height: 167px;
}
.home_body_main_area_middle p {
  margin: 0 auto 0;
}
.home_body_main_area_right {
  display: block;
}
.home_body_main_area_inner {
  flex-wrap: wrap;
}
.home_body_main_area_right {
  width: 100%;
}
.home_profile_area {
  margin: 20px 0 0;
}
.logo_main a img {
  width: 37%;
  top: 15px;
}
.log_regs_area a {
  width: 147px;
  height: 39px;
  font-size: 13px;
}
.main_header_area {
  height: 58px;
}
.footer_main_area {
  padding: 35px 15px 30px;
}
.foot_menu ul {
  flex-wrap: wrap;
}
.foot_logo img {
  width: 107px;
}
.foot_lft_img {
  left: 4px;
  bottom: 58px;
  width: 17%;
}
.foot_rit_img {
  right: 4px;
  bottom: 58px;
  width: 17%;
}
.foot_menu ul li {
  padding: 0 25px 19px;
  list-style: none;
}
.copyright_area p {
  font-size: 12px;
}
.main_banner_area_innerpage .main_banner_area_inner {
  height: 25vh;
}
.main_banner_area_innerpage {
  height: 26vh;
}
.about_top_main {
  margin: 0;
  position: relative;
  padding: 25px 15px 28px;
}
.about_top_main_inner {
  gap: 14px;
  flex-wrap: wrap;
}
.about_top_main_single {
  width: 100%;
}
.aboutpage_area_main {
  padding: 0 15px 50px;
}
.aboutpage_area_main_inner {
  flex-wrap: wrap;
}
.aboutpage_area_main_left {
  width: 100%;
  margin: 0 0 128px;
}
.aboutpage_area_main_right {
  width: 100%;
}
.call_area_abt {
  gap: 19px;
  margin: 22px 0 0;
  flex-wrap: wrap;
}
.tram_area_main_sect_inner h3 {
  font-size: 25px;
  margin: 0 0 30px;
}
.teamarea_main_boxes {
  flex-wrap: wrap;
  gap: 15px;
}
.tram_area_main_sect {
  padding: 0 15px 48px;
}
.community_area_main_inner h2 {
  font-size: 25px;
  margin: 0 0 27px;
}
.community_area_header_lft h3 {
  font-size: 17px;
}
.community_area_header_rit select {
  padding: 15px 28px;
}
.community_area_main {
  padding: 19px 15px;
}
.community_area_main_boxes .profile_single_area {
  width: 48%;
}
.profile_single_area {
  margin: 0 0 15px;
}
.main_create_profile_area {
  padding: 25px 15px;
}
.main_create_profile_head h2 {
  font-size: 25px;
}
.main_create_profile_head p {
  font-size: 16px;
}
.form_single_block h3 {
  font-size: 22px;
}
.ageheight_area {
  flex-wrap: wrap;
}
.ageheight_area_single {
  width: 100%;
}
.ageheight_area_location .ageheight_area_single {
  width: 100%;
}
.about_top_main_info .about_top_main_single {
  width: 100%;
}
.contactpage_area_main {
  padding: 25px 15px;
}
.contactpage_area_main_inner {
  flex-wrap: wrap;
}
.contactpage_area_main_left {
  width: 100%;
}
.contactpage_area_main_right {
  width: 100%;
  margin: 25px 0 0;
}
.map_area_main {
  padding: 0 15px 23px;
}
.profile_main_area {
  padding: 23px 15px;
}
.top_profile_area {
  border-radius: 30px;
  padding: 58px 40px;
}
.profile_option_area {
  padding: 0 15px 34px;
}
.profile_option_area_inner {
  flex-wrap: wrap;
  gap: 10px;
}
.profile_option_single {
  padding: 26px;
  width: 100%;
}
.profile_details_main_inner {
  padding: 0 15px 30px;
}
.main_login_page_area_right {
  padding: 25px 20px;
}
.otp_input input {
  width: 52px;
}

























}

@media screen and (max-width: 430px) {}

@media screen and (max-width: 414px) {
  .otp_input input {
  width: 50px;
}
}

@media screen and (max-width: 395px) {}

@media screen and (max-width: 375px) {
.contactpage_area_main_right h2 {
  font-size: 25px;
}
.contactpage_area_main_right h3 {
  font-size: 21px;
}
.otp_input {
  gap: 7px;
}
.otp_input input {
  width: 50px;
}





}

@media screen and (max-width: 360px) {
.community_area_main_boxes .profile_single_area {
  width: 100%;
}
.profile_img img {
  height: 264px;
}
.form_single_block h3 {
  font-size: 20px;
}
.otp_input input {
  width: 47px;
}
.home_add_area_single h3 {
  bottom: 27px;
  left: 14px;
  font-size: 15px;
}




}