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


/*==BASIC-SETUP==*/
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  background: #EEF2F1;
  overflow-x: hidden;
}

a,
a:hover {
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin-bottom: 0;
}


/*=== main-wrapper start ===*/

.main-wrapper {
    max-width: 360px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
	background-color: #FFFFFF;
	overflow: hidden;
}

.menu-area {
	padding: 0;
	z-index: 999;
	background-color: #FFFFFF;
}

.menu-area  .container {
	position: relative;
}

.main-content {
	padding-bottom: 120px;
}

.wrapper {
	max-width: 1000px;
	padding: 10px 4px;
	position: relative;
	overflow-x: scroll;
	-ms-overflow-style: none;  
    scrollbar-width: none; 
}

.wrapper .tabs-box {
	display: flex;
	gap: 12px;
	list-style: none;
	scroll-behavior: smooth;
	
}

.wrapper .tabs-box {
	-ms-overflow-style: none;  
    scrollbar-width: none; 
}

.wrapper::-webkit-scrollbar {
	display: none;
}

.tabs-box.dragging {
	scroll-behavior: auto;
	cursor: grab;
}

.tabs-box .tab  {
	cursor: pointer;
	font-size: 12px;
	white-space: nowrap;
	border-radius: 30px;
	font-size: 12px;
	transition: 0.2s;
	border-radius: 0px;
	color: #303030;
	/* min-width: 120px; */
}

.tabs-box .tab a {
	color: #303030;
	display: block;
	padding: 5px 5px;
	text-align: center;
}

.tabs-box .tab a i {
	display: block;
	text-align: center;
}

.tabs-box .tab:hover{
	opacity: 0.7;
}

.tabs-box.dragging .tab {
	user-select: none;
	pointer-events: none;
}

.top-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0;
}

.top-nav-left a {
	font-size: 17px;
	font-weight: 600;
	color: #303030;
	transition: 0.2s;
}

.top-nav-right a img  {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	border-radius: 50%;
	display: block;
	text-align: center;
	background-color: #000000;
}

.human-area {
	background-color: #FFE5EE;
	border-radius: 12px;
	padding: 10px 15px;
}

.human-title {
	background-color: #FCE1EC;
}

.human-title h2 {
	font-size: 14px;
	font-weight: 600;
	color: #303030;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.human-content {
	padding: 20px 0 10px;
	position: relative;
}

.human-content h3 {
	color: #6C354D;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}

.human-content p {
	font-size: 14px;
	font-weight: 400;
	color: #303030;
	margin: 8px 0;
	line-height: 15px;
}

.human-content a {
	font-size: 14px;
	font-weight: 400;
	display: block;
	background-color:  #FE5C8E;
	padding: 8px 20px;
	text-align: center;
	transition: 0.2s;
	color: #FFFFFF;
	border-radius: 50px;
	margin-top: 25px;
}

.human-content a:hover {
	opacity: 0.8;
}

.heart i {
	font-size: 50px;
	color: #FE5C8E
}

.heart {
	position: absolute;
	right: 0;
	top: 40px;
}

.personal-details {
	padding: 50px 0 0;
}

.personal-details-title h2 {
	color: #303030;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 12px;
}

.peronal-details-content {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 10px;
}

.personal-details-box {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 12px 12px;
	border-radius: 15px;
	position: relative;
	z-index: 99;
	overflow: hidden;
}

.box-shape1 {
	position: absolute;
	width: 103px;
	height: 100px;
	background-color: #FAF9FF;
	right: -21px;
	top: -47px;
	z-index: -1;
	rotate: -77deg;
	border-radius: 63px;
}

.box-shape2 {
	position: absolute;
	width: 111px;
	height: 85px;
	background-color: #F4FEFF;
	right: -26px;
	top: 6px;
	z-index: -1;
	rotate: -36deg;
	border-radius: 63px;
}

.box-shape3 {
	position: absolute;
	width: 100px;
	height: 100px;
	background-color: #FFF6F9;
	right: 31px;
	top: 10px;
	z-index: -1;
	rotate: 0deg;
	border-radius: 100px;
}

.box-shape4 {
	position: absolute;
	width: 80px;
	height: 80px;
	background-color: #FEF9F3;
	left: -20px;
	top: 14px;
	z-index: -1;
	rotate: 0deg;
	border-radius: 100px;
}

.personal-details-box h4 {
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	color: #303030;
	margin: 25px 0 0;
	text-align: center;
}

.personal-details-box i {
	position: absolute;
	max-width: 30px;
	height: 30px;
	background-color: #F4FEFF;
	display: block;
	border-radius: 50%;
	padding: 3px;
	left: 50%;
	transform: translate(-50%);
	top: 4px;
	color: #FE5C8E;
}

.education-details {
	padding: 30px 0 0;
}

.personal-details-box2 i {
	background-color: #FAF9FF;
}

.personal-details-box3 i {
	background-color: #FEF9F3;
}

.personal-details-box4 i {
	background-color: #FFF6F9;
}

.peronal-details-content a {
	transition: 0.2s;
}

.peronal-details-content a:hover{
	opacity: 0.6 !important;
}

/*footer-part*/
.footer-part {
    max-width: 345px;
	left: 50%;
	transform: translate(-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 4px 10px;
    z-index: 999;
    position: fixed;
    bottom: 20px;
	background-color: rgba(255,255,255,0.13);
	border-radius: 50px;
}

.footer-item a {
    font-weight: 500;
    font-size: 16px;
	padding: 13px 40px;
	color: #303030;
    transition: 0.2s all ease;
	display: block;
	text-align: center;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
	border-radius: 50px;
	background-color: #FFFFFF;
}

.footer-item2 a  {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	padding: 0;
	color: #FE5C8E;
	display: block;
}

.footer-item a img {
	max-width: 25px;
}

.footer-item a:hover {
    opacity: 0.7;
}

.tabb {
	display: none;
}

.tabb.active {
	display: block;
}

.tab-links li.active a {
	color: #FE77A1 !important;
}


.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog,
.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* Left & Right */

.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 500px;
  max-width: 100%;
  height: 100%;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.modal-left .modal-body,
.modal.modal-right .modal-body {
  padding: 15px 15px 80px;
}

.modal.modal-left.fade .modal-dialog {
  left: -500px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.modal-left.fade.show .modal-dialog {
  left: 0;
}

.modal.modal-right.fade .modal-dialog {
  right: -500px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.modal-right.fade.show .modal-dialog {
  right: 0;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content,
.modal.modal-top .modal-content,
.modal.modal-bottom .modal-content,
.modal.modal-full .modal-content {
  border-radius: 0;
  border: none;
}

.modal.modal-left .modal-dialog.modal-sm,
.modal.modal-right .modal-dialog.modal-sm {
  width: 300px;
}

.modal.modal-left .modal-dialog.modal-lg,
.modal.modal-right .modal-dialog.modal-lg {
  width: 800px;
}

.modal.modal-left .modal-dialog.modal-xl,
.modal.modal-right .modal-dialog.modal-xl {
  width: 1140px;
}

/* Top and Bottom */

.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
  position: fixed;
  margin: auto;
  /* width: 100%; */
  max-width: 100%;
  height: auto;
}

.modal.modal-top .modal-content,
.modal.modal-bottom .modal-content {
  height: auto;
  overflow-y: auto;
}

.modal.modal-top .modal-body,
.modal.modal-bottom .modal-body {
  padding: 15px 15px;
}

/* Top */

.modal.modal-top.fade .modal-dialog {
  top: -100%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.modal-top.fade.show .modal-dialog {
  top: 0;
}

/* Bottom */

.modal.modal-bottom.fade .modal-dialog {
  bottom: -100%;
  /* -webkit-transition: opacity 0.1s linear, bottom 0.1s ease-out;
  -moz-transition: opacity 0.1s linear, bottom 0.1s ease-out;
  -o-transition: opacity 0.1s linear, bottom 0.1s ease-out;
  transition: opacity 0.1s linear, bottom 0.1s ease-out; */
  transition: 0.05s;
}

.modal.modal-bottom.fade.show .modal-dialog {
  bottom: 0;
}

.modal.modal-bottom.fade .modal-dialog {
  bottom: -100%;
}

/* Full Screen */

.modal.modal-full .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.modal.modal-full .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.modal-full .close-modal {
  position: fixed;
  top: 0;
  right: 3rem;
}

/* Footer */

.modal-footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #FFFFFF;
  border-radius: 0;
}

/* XS */

.modal.modal-left.xs .modal-body,
.modal.modal-right.xs .modal-body {
  padding: 15px;
}

/* Full screen modal menu indicators */

a.has-sub:after { font-family: "FontAwesome"; }
a.has-sub:after { content: "\f107"; margin-left: 1rem; }
a.has-sub[aria-expanded="true"]:after { content: "\f106"; }



.modal-content {
	background-color: #F4FEFF;
	border-radius: 12px 12px 0 0 !important;
}

.modal.modal-top .modal-dialog, .modal.modal-bottom .modal-dialog {
	left: 50%;
	transform: translate(-52%);
	width: 355px !important;
}

.modal-header {
	border-radius: 12px 12px 0 0 !important;
}

.modal-body-content {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 18px 65px;
	z-index: 999;
}

.modal-content-box a i {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	font-size: 20px;
	color: #000000;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin: 0 auto;
}

.modal-content-box a {
	font-size: 15px;
	color: #303030;
	text-align: center;
	display: block;
}

.modal-viwe-btn {
	padding: 10px 0 0;
}

.modal-viwe-btn a {
	display: block;
	text-align: center;
	font-size: 17px;
	color: #FE5C8E;
	padding: 12px 20px;
	border-radius: 50px;
	transition: 0.2s;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.modal-header {
	padding: 0 !important;
}

.modal-header .close {
	color: #FE5C8E;
	opacity: 1;
	position: absolute;
	right: 16px;
	display: none;
}

.modal-body {
	position: relative;
	overflow: hidden;
	z-index: 999;
}

.box-shape5 {
	position: absolute;
	width: 103px;
	height: 100px;
	background-color: #FAF9FF;
	right: -24px;
	top: -26px;
	z-index: -1;
	rotate: -77deg;
	border-radius: 63px;
}

.box-shape6 {
	position: absolute;
	width: 103px;
	height: 100px;
	background-color: #FAF9FF;
	/* background-color: red; */
	left: -18px;
	top: -50px;
	z-index: -1;
	rotate: -77deg;
	border-radius: 63px;
}

.box-shape7 {
	position: absolute;
	width: 113px;
	height: 108px;
	background-color: #FAF9FF;
	/* background-color: red; */
	right: 65px;
	bottom: 64px;
	z-index: -1;
	rotate: -77deg;
	border-radius: 63px;
}

.top-nav-right-toggle {
	display: none;
	position: absolute;
	width: 92%;
	background-color: #FFFFFF;
	left: 15px;
	padding-bottom: 20px;
}

.top-nav-right-toggle2 {
	display: block;
}

.education-details .modal-body-content {
	position: relative;
	z-index: 99;
}

.education-details .personal-details-title h2 {
	z-index: 999;
}

.box-shape10 {
	position: absolute;
	width: 111px;
	height: 111px;
	background-color: #F4FEFF;
	right: -56px;
	top: -12px;
	z-index: -1;
	rotate: -36deg;
	border-radius: 63px;
}

.box-shape11 {
	position: absolute;
	width: 111px;
	height: 111px;
	background-color: #F4FEFF;
	left: -56px;
	top: -12px;
	z-index: -1;
	rotate: -36deg;
	border-radius: 63px;
}

/* .modal.modal-bottom.fade.show .modal-dialog {
    bottom: 0;
    margin-left: 7px;
} */

.close-p {
	position: relative;
}

.close-p i {
	width: 30px;
	height: 30px;
	color: #303030;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
	line-height: 30px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	cursor: pointer;
}

.top-nav-right-toggle .human-area p {
	color: #303030;
	height: 550px;
}

.top-nav-right-toggle .pro-area {
	background-color: #F4FEFF;
	padding-bottom: 30px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 8px;
	position: relative;
	z-index: 99;
	overflow: hidden;
}

.pro-area .box-shape7 {
	left: 50%;
	top: 55%;
	z-index: -1;
}

.pro-area .box-shape6 {
	left: 75%;
	top: 32%;
	z-index: -1;
}

.pro-area .box-shape5 {
	left: -8%;
	top: 33%;
	z-index: -1;
}

.profile-img img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin: 0 auto;
}

.profile-img {
	padding: 30px 0 0px;
	position: relative;
}

.penicon {
	position: absolute;
	left: 58%;
	top: 92%;
	transform: translate(-50%,-50%);
}

.penicon i {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: inline-block;
	line-height: 23px;
	border: 1px solid #303030;
	color: #303030;
	font-size: 10px;
}

.pro-title h2 {
	font-size: 20px;
	font-weight: 600;
	color: #303030;
	margin: 0;
}

.pro-title {
	padding: 10px 0 30px;
}

.pro-area .modal-body-content {
	padding: 0 40px 0 20px;
	grid-gap: 18px 58px;
}

.pro-area .modal-viwe-btn {
	padding: 20px 20px 0;
}

/* edit profile */

.edit-profile-top {
	padding: 20px 20px;
}

.edit-profile-title a {
	font-size: 18px;
	font-weight: 700;
	color: #303030;
	display: inline-block;
	transition: 0.2s;
}

.edit-profile-title a i {
	margin-right: 5px;
}

.edit-profile-title a:hover {
	opacity: 0.7;
}

.edit-profile-title a:hover {
	opacity: 0.7;
}

.set-pro-pic-wrapper {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 15px;
}

.set-pro-pic-box {
	width: 100px;
	height: 100px;
	line-height: 96px;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	position: relative;
	text-align: center;
}

.set-pro-pic-box img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.set-pro-pic-box i {
	font-size: 20px;
	color: #FFFFFF;
	width: 30px;
	height: 30px;
	background-color: #FE5C8E;
	border-radius: 50%;
	line-height: 30px;
	font-size: 15px;
}

.set-pro-pic-wrapper .set-pro-pic-box1 i {
	font-size: 10px;
	color: #FE77A1;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.set-pro-pic-wrapper  .penicon {
	position: absolute;
	left: 80%;
	top: 86%;
	transform: translate(-50%,-50%);
}

.set-pro-p {
	padding: 20px 0;
}

.set-pro-p p {
	font-size: 14px;
	font-weight: 400;
	color: #303030;
	margin: 0;
}

.edit-main-accordion-box {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 7px 8px;
	border-radius: 10px;
}

.accordion-box-title {
	cursor: pointer;
	position: relative;
}

.accordion-box-title .fa-square-caret-right {
	color: #ccc;
	font-size: 15px;
	position: absolute;
	right: 0;
	top: 7px;
}

.accordion-box-title h2 {
	color: #303030;
	font-size: 20px;
	margin: 0;
}

.accordion-box-title p,
.accordion-item p
{
	color: #303030;
	font-size: 14px;
	margin: 0;
}

#bottom_modal-bio .modal-top .modal-content, .modal.modal-bottom .modal-content {
	height: 400px;
	background-color: #FFFFFF;
}

.bio-modal-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bio-modal-title h2 {
	font-size: 20px;
	color: #303030;
	margin: 0;
}

.bio-modal-title a {
	font-size: 16px;
	text-decoration: underline;
	color: #FE5C8E;
}

.bio-input {
	padding: 10px 0 0;
}

.bio-input textarea {
	outline: 0;
	border: 0;
	font-size: 14px;
	font-weight: 400;
	color: #303030;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	background-color: transparent;
}

.bio-input textarea:focus {
	outline: 0;
}

.accordion-item {
	margin-top: 12px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 7px 8px;
	border-radius: 10px;
}

.accordion-header .accordion-button {
	color: #303030 !important;
	font-size: 18px;
	margin: 0;
	padding-bottom: 20px;
	border: 0 !important;
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	background-color: #fff;
	border: 0 !important;
	border-radius: 0;
	  border-top-left-radius: 0px;
	  border-top-right-radius: 0px;
	overflow-anchor: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.accordion-button:focus {
	z-index: 3;
	border-color: #FFFFFF !important;
	outline: 0;
	box-shadow: none;
	border: 0;
}

.accordion-button:not(.collapsed) {
	color: #303030;
	background-color: #FFFFFF;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
	border-radius: 10px;
}

.accordion-item:last-of-type{
	border-radius: 10px;
}

.accordion-button:not(.collapsed)::after {
	background-image: url('images/icon-1.png');  
	transform: rotate(0deg);
}

.accordion-button::after {
	flex-shrink: 0;
	width: 13px;
	height: 13px;
	margin-left: auto;
	content: "";
	background-image: url('images/icon-2.png');  
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: transform 0.2s ease-in-out;
}

.accordion-item {
	background-color: #fff;
	border: 0;
}

.dropdown-data ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 10px;
}

.dropdown-data ul li {
	font-size: 13px;
	color: #303030;
	margin: 0;
	border-radius: 50px;
	padding: 14px 15px;
	background-color: #FFFFFF;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	text-align: center;
	cursor: pointer;
}

.accordion-body {
	padding: 15px 10px;
}

.dropdown-data ul li:hover {
	background-color: #FE5C8E;
	color: #FFFFFF;
}

.accordion-body2 .dropdown-data ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 10px;
}

.accordion-body2 .dropdown-data ul li {
	font-size: 13px;
	color: #303030;
	margin: 0;
	border-radius: 50px;
	padding: 14px 15px;
	background-color: #FFFFFF;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	text-align: center;
	cursor: pointer;
}

.see-more-btn a {
	font-size: 13px;
	font-weight: 600;
	color: #FE5C8E;
	cursor: pointer;
	transition: 0.2s;
	display: inline-block;
	margin-top: 12px;
}

.see-more-btn a:hover {
	opacity: 0.8;
}

.accordion-body h4 {
	font-size: 15px;
	font-weight: 500;
	color: #303030;
	margin: 0 0 5px;
}


#bottom_modal-edu .modal-top .modal-content, .modal.modal-bottom .modal-content {
	height: 400px;
	background-color: #FFFFFF;
}

.edu-content h4 {
	font-size: 15px;
	font-weight: 500;
	color: #303030;
	margin: 0 0 5px;
}

.edu-input input {
	width: 100%;
	border: 0;
	outline: 0;
	padding: 14px 50px;
	border-radius: 30px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	position: relative;
}

.edu-input {
	padding: 0 0 15px;
}

.icon-input {
	position: absolute;
	top: 28px;
	left: 28px;
}

.plus-icon {
	position: absolute;
	top: 28px;
	right: 28px;
} 

.icon-input i {
	font-size: 16px;
	color: #222222;
	opacity: 0.6;
	cursor: pointer;
}

.plus-icon i {
	font-size: 20px;
	font-weight: 900;
	color: #FE5C8E;
	cursor: pointer;
}

#bottom_modal-hometown .modal-top .modal-content, .modal.modal-bottom .modal-content {
	height: 400px;
	background-color: #FFFFFF;
}

#exampleModalplusicon1 .modal-dialog {
	max-width: 358px;
	margin: 1.75rem auto;
}

#exampleModalplusicon1 .modal-header {
	padding: 10px !important;
}

#exampleModalplusicon1 .plus-icon-input input {
	width: 100%;
	border: 0;
	outline: 0;
	background-color: transparent;
	border: 1px solid #FE5C8E;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 400;
	color: #303030;
	border-radius: 50px;
	position: relative;
}

.submit-btn {
	text-align: center;
	padding: 40px 0 0;
}

.submit-btn a {
	font-size: 15px;
	color: #303030;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 50px;
	border: 1px solid #FE5C8E;
}

.height-scroll {
	height: 200px;
	overflow-y: scroll;
	text-align: center;
}

.height-scroll {
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}

.height-scroll::-webkit-scrollbar { 
    display: none;  
}

.height-scroll ul{
	
}

.height-scroll ul li {
	width: 160px;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #303030;
	padding: 8px 0;
	border-top: 1px solid #30303013;
	transition: 0.2s;
	cursor: pointer;
}

.height-scroll ul li:hover {
	color: #FE5C8E;
}














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

	.footer-item a {
		font-size: 12px;
	}

	.modal.modal-top .modal-dialog, .modal.modal-bottom .modal-dialog {
		left: 50%;
		transform: translate(-50%);
		width: 355px !important;
	}


	
	

}




  

