.wrapper_in {
	padding-top : 30px;
}	

/*  =PRICING
---------------------------------------------------*/

.pricing_desc {
	color : white;
	margin : 10px auto 0 auto;
	text-align : center;
	height : 130px;
}

.pricing_desc i {
	font-size : 40px;
	display: block;
	margin-bottom : 10px;
}

.pricing_desc div {
	padding : 0;
	font-size : 19px;
	float : left;
	width : 30%;
	margin : 0 15px;
}

#pricing {
	padding : 20px 0 0px 0;
	z-index:1
}


#pricing_cont {
	margin : 0 auto;
}

.pricing_default {   
	width : 30%;
	margin : 0 15px;
	float : left;
	position : relative;
	padding-bottom : 30px;
	background : white;
	border-radius : 30px;
	border: solid 1px #E2E7E2;
}  

#saas_pricing {
    max-width: 900px;        /* controls total width */
    margin: 0 auto;          /* centers the block */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    position: relative;
}


#saas_pricing .pricing_default {   
	width : 100%;
	margin : 0 0 15px 0;
}


.pricing_default ul {
	padding : 10px 0 30px 10px;
	font-size : 16px;
}

.pricing_default ul li {
	padding : 0px 30px 5px 40px;
}

.pricing_default ul li h5 {
	padding : 0;
	margin : 0;
	font-size : 16px;
	line-height : 15px;
	font-weight : 400;
	text-align : left;
}

.pricing_default ul li .exp {
	font-size : 14px;
	line-height : 23px;
	padding : 15px 0 15px 15px;
}

.pricing_default ul li .exp i {
	font-size : 12px;
}


.pricing_default ul li .exp2 {
	font-size : 12px;
	padding : 10px 0 0 0px;
}


.pricing_default ul li.notactive h5, .pricing_default ul li.notactive .exp {
	color : silver;
}

.pricing_default .price {
	padding : 10px 0 10px 0;
	text-align : center;
	height : 120px;
	font-weight : 300;
}

.price .price_amount {
	font-size: 48px;
	line-height : 40px;
	font-weight : 200px;
}

.price .price_currency {
	font-size : 18px;
	margin-left: 10px;
}

.price .price_explain {
	font-size : 14px;
	padding : 10px 0 15px 0;
	margin : 0 40px;
	border-bottom : solid 1px var(--borderColor);
}

.price .price_explain span {
	color: white;
	background: #C079D9;
	padding: 2px 8px;
	border-radius : 5px;
}

.price .price_explain span.peryear {
	background: #636344;
}



.pricing_default h3 {
	padding : 0 0 5px 0;
	font-size : 31px;
	font-weight : bold;
	text-transform : uppercase;
}

.pricing_default a.signup, a.red_button {
	line-height : 45px;
	display : block;
	width: 80%;
	background: #e76b6b;
	color : white;   
	font-weight : 300;  
	margin : 0 auto;
	font-size : 16px;
	font-weight : 700;
	text-align : center;
	text-transform : uppercase;
	
	margin : 0 auto;
	
	border-radius : 30px;

    -webkit-transition: background-color ease .6s;
    -moz-transition: background-color ease .6s;
    -o-transition: background-color ease .6s;
    transition: background-color ease .6s;
}  

.pricing_default a.signup:hover, .pricing_default a.signup:focus {
	text-decoration : none;
	background : #d53b3b;
	color: white !important;
}

.pricing_default .current_plan {
	font-size : 16px;   
	text-transform : uppercase;

	line-height : 50px;
	font-weight : bold;
	background : #5fd080;  
	color: white;
	font-weight : 200;
} 

.pricing_inside {
	float : none;
	width : 100% !important;
	margin : 0 0 20px 0;
}

.pricing_inside ul, .pricing_inside a.signup {
	display : none;
}

.pricing_adults {
	border-color : #414141;
	width : auto;
	float : none;
	margin-top : 30px;
}

.pricing_adults a.signup {
	width: 270px;
	margin : 0 auto;
	background : #414141;
}


.radio_list {
	margin-bottom : 20px;
	border : solid 1px var(--borderColor);
	background : white;
}

.radio_list li {
	height : 140px;
	border-bottom : solid 1px var(--borderColor);
}

.radio_list li input {
	width : 30px;
	height : 140px;
	margin-right : 20px;
	margin-left : 20px;
	float : left;
	cursor : pointer;
}

.radio_list label {
	padding-top : 20px;
	float : left;
}

.radio_list label:hover {
	cursor: pointer;
}

.radio_list i {
	font-size : 32px;
}

.radio_list li.redirect_message {
	background-color : #fbf9fb;
	background-position : center 20px;
	background-repeat : no-repeat;
	background-size: 100px auto;
	padding : 95px 20px 20px 20px;
	height : auto;
	font-weight : 400;
	font-size : 12px;
	line-height : 16px;
	text-align : center;
	border:0;
	border-radius : 0 0 30px 30px;
}


.plan_show_more {
	position : absolute;
	bottom : 0;
	right : 0;
	width : 100%;
	line-height : 30px;
	text-align : center;
	
	font-size : 11px;
	display : none;
}

.pricing_inside .plan_show_more {
	display : block;
	position : relative;
}

.membership_title {
	text-align : center;
	padding : 40px 0 10px 0;
}

.valid_period {
	width : 100%;
	text-align : center;
	padding-top : 20px;
}

.pricing_explain {
	padding : 15px 30px;
	font-size : 14px;  
}   

.pricing_explain img {
	border: solid 5px #F8F8F8;
}

.pricing_explain h5 {
	font-size : 16px;
	font-weight : bold;
} 

.pricing_explain h3 {
	font-size : 13px;
	font-weight : bold;  
	padding : 10px 0 0;  
	color : black;
} 

.pricing_default .price_discounted .price_amount, .pricing_default .price_discounted .price_currency {
	font-size : 19px;
	text-decoration: line-through;
	margin : 0;
	color : gray;
}

.pricing_default .price_discounted .price_amount_discounted {
	font-size : 44px;
}

.pricing_default .price_discounted .price_currency_discounted {
	font-size : 16px;
	margin : 10px;
}


.price_discount {
  position: absolute;
  top: -35px;
  right: 25px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #7FC6C8; /* your original color */
  border-radius: 50%;
  letter-spacing: 0.5px;
}


.prices_users .pricing_default {
	width : 47% !important;
	margin : 1%;
}


.wide_prices .lifetime {
	width : 100% !important;
	margin : 0;
}

.users_registration .pricing_default {
	width : 100%;
	margin : 0;
}

.form_membership {
	padding : 30px 30px;
	background : #FAF8FA;
	font-size : 21px;
	margin-bottom : 20px;
}

.form_membership .input {
	padding : 0;
}

.form_membership .input input {
	max-width : 200px;
	line-height : 20px;
	padding : 2px 10px;
	background : white;
	font-size : 12px;
}





/*
#contacts_form .input input, #contacts_form .input textarea {
	width : 600px;
}
*/

.contacts_option {
	width : 25%;
	height : 100px;
	float : left;
	padding-top : 80px;
	text-align : center;
	font-size : 18px;
}


#left .pricing_default {   
	margin : 0;
	float : none;
	width : 100%;
}


.heading_gradient {
	background: #7fc6c8; /* Old browsers */
	background: -moz-linear-gradient(left,  #7fc6c8 0%, #1ecd8f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #7fc6c8 0%,#1ecd8f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #7fc6c8 0%,#1ecd8f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc6c8', endColorstr='#1ecd8f',GradientType=1 ); /* IE6-9 */
}

.heading_gradient_sass{
    background: linear-gradient(
        135deg,
        #2563eb 0%,
        #22c55e 100%
    );
}





.properties_gradient {
	background: #3D7EAA;
	background: linear-gradient(to right,  #3D7EAA 0%,#172F40 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.jobs_gradient {
	background: #1cbfd2;
	background: linear-gradient(to right,  #1cbfd2 0%,#048cf2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


#s_wrapper {
	width : 700px;
	margin : 30px auto 0 auto;
}

#jobs_tabs {
	background : white;
	height : 100px;
	margin-top : -102px;
	position : relative;
}

#jobs_tabs_in {
	width : 700px;
	margin : 0 auto;
}


a.jobs_tab {
	display : block;
	width : 50%;
	float : left;
	text-align : center;
	line-height : 100px;
	height : 100px;
	font-size : 16px;
	font-weight : bold;
	position : relative;
	color : #666666;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a.jobs_tab span {
	font-size : 40px;
	font-weight : 400;
}

a.jobs_tab_right {
	border-left: solid 1px #25cd94;
}

a.jobs_tab:hover, a.jobs_tab_selected {
	color : black;
}

a.jobs_tab_selected:after {
	bottom: 0%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(37, 205, 148, 0);
	border-bottom-color: #25cd94;
	border-width: 10px;
	margin-left: -10px;
}

a.jobs_button, a.jobs_button:visited {
	background : #634271;
}

a.jobs_button:hover {
	background : #634271;
}

.jobs_or {
	padding : 0 30px;
	float : left;
	line-height : 35px;
		text-align :center;
}



/*  =GT MAP
---------------------------------------------------*/

.gt_stats {
	margin: -250px auto 0 auto; 
	height: 250px; 
	width: 500px;
}

.gl_box {
	width : 50%;
	height :130px;
	float: left;
	font-size : 90px;
	font-weight : 300;
	line-height : 90px;
	
	color : white;
	text-align : center;
}

.gl_box span {
	font-size : 14px;
	line-height : 40px;
	display : block;
	font-weight : 300;
}

#black_friday {
	background : black;
	height : 400px;
	margin-top : 0px;
	position : relative;
	text-align: center;
	padding-top : 80px;
	font-size : 48px;
	line-height : 50px;
	color : white;
    position: relative;
 
}

.black_friday_decor {
	background: black;
    position: absolute;
    width: 100%;
    height : 250px;
    top: -150px;
    z-index : 0;
	-webkit-transform: skewY(-6deg);
	transform: skewY(-6deg);
	z-index : 1;
}

.black_friday_text {
    position: relative;
	z-index : 3;
}

#pr_left, #pr_right {
	width: 70%;
	float : left;
	padding-right : 40px;
	
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#pr_right {
	width: 30%;
	border : solid 1px #E2E7E2;
	padding : 30px;
}

#pr_right a {
	display : block;
	padding : 10px 0;
	font-weight : 400;
	border-bottom : solid 1px #E2E7E2;
}

ul#pr_links {
	margin-left: 50px;
	padding : 20px 0;
}

ul#pr_links li {
	display : block;
	padding : 2px 0;
}

ul#pr_links li a {
	font-weight : 400;
}


#small_wrapper {
	width : 860px;
}

.exp_box {
	padding : 30px;
	position : relative;
	background : #f5f8f7;
	margin : 20px 0;
}

.exp_box h6 {
	font-size : 19px;
	font-weight : bold;
	padding-bottom : 20px;
}

.exp_box .num {
	font-weight: 300;	
	margin-right : 5px;
	font-size : 12px;
}

.fixed_div {
	position : fixed;
	top : 50%;
	left : 50%;
	background : white;
	
	width : 300px;
	margin : -150px -150px 0 0;

	display : none;
	z-index : 9999;
	border-radius : 3px;
}

.fixed_div h5 {
	font-size: 36px;
	font-weight : 300;
	line-height : 70px;
	text-align : center;
}

.fixed_div .content {
	padding : 30px;
	background : #F7F7F7;
	border-top : solid 1px #EEECEC;
	position : relative;
}

#cities_box {
	width : 800px;
	height : 430px;
	margin-left : -400px;
	margin-top : -225px;
}

.fixed_div ul {
	overflow-y : scroll;
	height : 250px;
}

.fixed_div .filters input {
	width : 100%;
	padding : 12px 30px 12px 40px;
	margin-bottom : 20px;
	border : 0;
	background : white;
	border : solid 1px gray;
	border-radius : 3px;
}


#locations_box {
	height: 260px; 
	border: solid 1px #E3E3E3; 
	background: #f9f9f9;
	overflow: auto;
	margin-top : 5px;
}

#locations_list ul, #locations_list li {
	list-style : none;
}

#locations_list li {
	border-bottom: solid 1px #E3E3E3;
	padding : 5px 10px;
	font-size : 13px;
	background-color  : #f9f9f9;
}

#locations_list li i {
	font-size : 16px;
	margin-right : 10px;
	color : gray;
}

#locations_list li.selected {
	background-color : white;
	color : black;
}

#locations_list li.selected i {
	color : #24ba95;
}

#locations_list li:hover {
	color : black;
	background-color : white;
	cursor : pointer;
}

#selected_categories {
	color : #24ba95;
	font-size : 13px;
}

#wrapper {
	width : 750px;
	margin : 0 auto;
}

#usermsg_box {
	width : 350px;
	margin-left: -180px;
	margin-top: -190px;
	background : white;
	border-radius : 20px;
}

#usermsg_box_header {
	background: #60cf81;
	color: white;
	font-size: 19px;
	padding : 25px 20px;
	text-align:center;
	border-radius : 20px 20px 0 0;
}

#usermsg_box_header i {
	line-height : 60px;
	font-size : 45px;
}

#usermsg_box_content {
	padding : 30px;
}

#usermsg_box_content a.blue_button {
	background : #474e60;
	width : 100%;
	margin-bottom : 15px;
}

#usermsg_box_cancel {
	display : block;
	text-align : center;
}

.msg2 {
	background : #f1f6f9;
	font-size: 16px;
	line-height : 25px;
	padding : 20px;
}

.msg2 h4 {
	color: white;
	background: #37507f;
	line-height : 30px;
	font-size : 16px;
	font-weight : 200;
	border-radius : 20px;
	padding : 0;
	text-align : center;
	margin-bottom : 20px;
	float : left;
	padding : 0 30px;
}

.msg2 h4.red { background: #e15258 }

.msg2 h4.green { background: #45C66A }

.parcels-widget {
    min-width: 300px;
    min-height: 250px;
    width: -moz-available;
    width: -webkit-fill-available;
}

.parcels-widget-wrap {
	border: solid 1px #e6e6e6;
    background: #f6f7f9;
}

.alpha {
	margin-bottom : 20px;
}

.alpha_label {
	background : var(--greyColor);
	color: var(--textColor);;
	padding : 10px 20px 10px 20px;
	float : left;
	margin-right : 3px;
	font-weight : 600;
	font-size : 14px;

	border-radius : 10px 10px 0 0;
	border: solid 1px var(--textColor);
	border-width: 1px 1px 0 1px;
	margin-bottom: -1px;
}

.alpha_in {
	background : var(--greyColor);
	padding : 15px 20px;
	clear : left;
	border-radius : 0 20px 20px 20px;
	border: solid 1px var(--textColor);
}

.alpha_in a {
	float : left;
	width : 24px;
	line-height : 24px;
	margin-right : 5px;
	text-align : center;
}

.alpha_in a:visited {
	color : #555555;
}

.alpha_in a:hover, .alpha_in a.selected {
	color : black;
	background : white;
	border-radius : 50%;
}

.error_page h1 {
	margin-top : 40px;
}

.error_page_icon {
	height : 220px;
	background: url(../../img/site/notfound_256.png) center bottom no-repeat;
	background-size: 150px;
}

#accepted {
	padding-top :160px;
	background: url(../../img/site/users/payment_accept.png) center 20px no-repeat;
	text-align: center;
	background-size: 100px;
}

#cancel {
	padding-top :160px;
	background: url(../../img/site/users/payment_cancel.png) center top no-repeat;
	text-align: center;
	background-size: 100px;
}


.decor1 {
	background: var(--greyColor);
    position: absolute;
    width: 100%;
    height : 250px;
    top: -150px;
    z-index : 0;
	-webkit-transform: skewY(-6deg);
	transform: skewY(-6deg);
}


.flutt_logo {
	margin-right : 140px;
}

.db-fields {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.db-fields div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    font-size: 12px;
}

.db-fields div:last-child {
    border-bottom: none;
}

.db-fields span {
    color: #666;
}

.db-fields b {
    font-weight: 600;
    color: #111;
}


.ih2 {
	font-size: 36px;
	line-height : 45px;
	padding : 40px 0;
	font-weight : 600;
}


@media screen and (max-width: 990px) {
	.gt_stats {
		margin: -200px auto 0 auto; 
		height: 200px; 
	}

	#heading_content {
		display : none;
	}

	#pr_content ul {
		margin-left: 20px;
	}
	
	#pr_left, #pr_right {
		padding : 0;
		width : auto;
		float : none;
	}
	
	#pr_right {
		padding : 20px;
	}

	ul#pr_links {
		margin-left: 0;
	}

	#small_wrapper {
		width : auto;
	}
	
	.fixed_div {
		width : 90% !important;
		margin-left: -45% !important;
	}
	
	#pricing_cont {
		width : 100%;
	}
	
	.pricing_desc {
		width: 500px;
	}

	.pricing_desc {
		width: 300px;
		height : 240px;
	}
	
	.pricing_desc i {
		font-size : 30px;
	}

	.pricing_desc div {
		width : 150px;
		height : 90px;
		margin : 0;
		font-size : 15px;
		line-height : 18px;
	}
	
	.pricing_default {   
		float : none;
		width : 100%;
		margin : 0 0 20px 0;
	} 	
}





@media screen and (max-width: 750px) {
 
	.prices_users .pricing_default {
		width : 100% !important;
		margin : 0 0 10px 0;
	}	

	.pricing_inside {   
		margin : 0 0 20px 0;
	}
	
	#jobs_tabs_in {
		width : 100%;
	}
	
	#s_wrapper {
		width : auto;
		padding : 0 15px;
	}

	.jobs_or {
		float : none;
		width : 100%;
		padding : 0;
	}
	
	#locations_list li {
		padding : 8px 10px;
		line-height : 16px;
		font-size : 12px;
	}
	
	.pricing_adults a.signup {
		width: auto;
		margin : 0 40px;
	}
	
	.decor1 {
		-webkit-transform: skewY(-15deg);
		transform: skewY(-15deg);
	}
	
	.flutt_logo {
		margin-right :10px;
	}	
	
	.ih2 { 
		font-size: 31px;
		line-height : 40px;
		padding : 30px 0;
	} 
	
    #saas_pricing {
		margin : 0;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 570px) {
	.gt_stats {
		width : 320px;
	}

	.gl_box {
		font-size : 60px;
		line-height : 60px;
	}

	
	#black_friday {
		font-size : 32px;
		line-height : 40px;
	}
	
	#usermsg_box {
		width : 300px;
		margin-left: -150px;
	}
}


@media screen and (max-width: 415px) {
	.form_membership {
		padding : 30px 20px;
		font-size : 18px;
	}
	
	
}