.service-list-image{
    margin-left: -4px;
    border-radius: 15px;
    /*height: 250px;*/
    margin-bottom: -2px;
}
.partner_box .service-list-image{
    margin-left: -4px;
    border-radius: 15px;
    /*height: 250px;*/
    margin-bottom: -2px;
}
.partner_box .plan-title{
    height: 60px;
}
.partner_box .plan_business_section {
    float: left;
    width: 100%;
    border: 1px solid #04788e;
    padding: 18px;
    border-radius: 14px;
}
.partner_box .cut_price {    
    text-decoration: line-through;
    color: #c3d1d9;
}


.orignal_price{     color: #00768c;}
.price_title {margin-top: 10px;}
.plan_business_section .note_price {font-size: 15px; margin-bottom: 0px; margin-top: 10px;}

 .plan_business_section .button-primary {
    font-family: 'Lato',sans-serif;
    display: inline-block;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    transition: background 100ms ease,border-color 100ms ease;
}
.plan_business_section .button-primary, .eu-cookie .btn-secondary {
    background: #6fb644;
    color: #fff;
}

.plan_business_section {
    position: relative;
}

.plan_business_section .share {
    position: absolute;
    top: 8px;
    right: -8px;
}

.plan_business_section .share img {
    width: 50%;
}

.plan_business_section .action_btn_hover {
    display: none;
    float: left;
    width: 90%;
    background: #EF4A4F;
    padding: 10px;
    border-radius: 25px;
    margin-bottom: 23px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    margin-top: -18px;
}

.plan_business_section .action_btn_hover ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

.plan_business_section .action_btn_hover ul li img {
    margin-bottom: 0px;
}

.plan_business_section .action_btn_hover h5 {
    color: #fff;
    margin: 0px !important;
}

.button-link span { color: #6fb644;}
.pricing-package__buttons {
    display: flex;
    flex-direction: column;
    grid-gap: 0.625rem;
    max-width: 12.5rem;
    margin: auto;
    margin-top: 19px;
}
.featuresx_section .card-body ul {
    list-style: disc;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding-left: 18px;
}

.featuresx_section .card-header-img{
    position: absolute;
    right: 0;
    top: 19px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 9px;
    width: 15px;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none !important;
}

.featuresx_section .card-body ul li{
    margin-bottom: 15px;
}
.featuresx_section {float: left; width: 100%; border-top: 1px solid #04788e; margin-top: 30px;padding-top: 27px;}
.featuresx_section .card-header {
    padding: 5px 2px !important;
    margin-bottom: 0 !important;
    background-color: #fbfbfb !important;
    border-bottom: 0px;
}
.featuresx_section .btn-link {
    font-weight: 400;
    color: #374551;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 600;
}
.featuresx_section .included {
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: left;
}

.featuresx_section img {
    margin-bottom: 0 !important;
    margin-right: 10px;
    width: 20px;
}

html, body {margin: 0px; padding: 0px; font-family:'Montserrat', sans-serif !important; }
header {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px 0px;
    box-shadow: 8px 0px 30px #ebebeb;
    position: relative;
    left: 0;
    right: 0;
    z-index: 999;
}
.profile_image_inner {float: left; width: 60px; height: 60px; border-radius: 5px;}
.profile_cap_inner {
    float: left;
    text-align: left;
    color: #FFF;
    margin-left: 15px;
    margin-top: 4px;
}
.profile_cap_inner h3 {font-size: 20px;}
.profile_cap_inner h4 {font-size: 16px;}

.wrap {
  position: relative;
  right: 0;
  top: 40%;
  width: 100%;
  left: 0;
  margin: 0 auto;
}

/* select starting stylings ------------------------------*/
.select {
    position: relative;
    width: 94%;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    color: #374451;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .8px;
    margin-left: 24px;
}
.navbar-nav .nav-link .active{
	font-weight: 700 !important;
}

nav .logo_box {
    float: left;
    margin-right: 60px;
}


.register {
    float: right;
    font-weight: 600;
    background-color: #6FB644;
    color: #FFF !important;
    border: 0px;
    width: 100%;
    padding: 6px 10px;
    border-radius: 7px;
    text-align: center;
}
.education{
	float: left; width: 100%;
	padding-top: 60px;
}

.black{
	color: #374451 !important;
}

.filter{
	float: left; width: 100%;
}
.filter_box {
    padding: 15px 8px;
    border-top: 2px solid #ccc;
    border-bottom: 0;
}

.filter .filter_box:nth-child(2){
	border-bottom: 2px solid #ccc;
}


h3{
	margin-bottom: 0px;
}

.filter_box .check_box input {
    width: auto;
    width: 20px;
    height: 20px;
    margin: auto;
    float: left;
}
.filter_box .check_box {
    width: 100%;
    float: left;
    text-align: left;
    margin: 6px 0px;
}
.check_big_box {
    float: left;
    width: 100%;
    margin-top: 40px;
    border-bottom: 2px solid #ccc;
}
.service_detail_box {
    float: left;
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 18px;
    margin-bottom: 62px;
}
.service_caption_box {
    float: left;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.caption_left {
    float: left;
    margin-left: 20px;
}
.caption_right{
	float: right;
	text-align: right;
	padding-right: 30px;
}

.caption_right h4 span{
	text-decoration: line-through;
	text-decoration-color: red;
	margin-bottom: 25px;
}
.caption_right h4 {
    margin-bottom: 35px;
}


.star_row ul{
	display: flex;
}

.service_caption_box p{
	font-weight: 500;
}


.star_row ul img{
	margin-right: 10px;
}
.caption_left p span {
    font-size: 16px !important;
}
.service_img_box{
    float: left;
    width: 100%;
	    position: relative;
}

.service_mini_image {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
}
.top_row_right {
    background: #374451;
    border-radius: 22px;
    padding: 65px 25px;
    float: left;
    width: 100%;
}

.top_row_right p{
	color: #fff;
}

.filter_box2{
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.filter_left img{
	float: left;
	margin-right: 10px;
	width: auto;
}
.filter_left h5{
	float: left;
	margin: 0 !important;
	letter-spacing: 1.8px;
}

.mapping_bottom{
	float: left; width: 100%;
	margin-top: 40px;
}

.top_row_right_red{
	float: left; width: 100%;
	background: #EF4A4F;
	padding: 22px;
	border-radius: 25px;
}
.inner_share_row {
    display: flex;
    justify-content: space-around;
	margin-bottom: 20px;
}

.inner_share_row  li:nth-child(2){
    border-right: 3px solid #fff;
	border-left: 3px solid #fff;
    padding: 0px 36px !important;
}
.top_row_right .mai_btn{
	padding: 10px 25px ;
}
 .detail_filter {
    float: left;
    width: 100%;
    margin-bottom: 55px;
}

.service_tag_box {
    position: absolute;
    top: -38px;
    background: #ccc;
    padding-top: 13px;
    padding-bottom: 24px;
    padding-left: 14px;
    border-radius: 10px;
    width: 100%;
    text-align: left;
    left: -2px;
}
.top_row_right_red h5{
	color: #fff;
	margin: 0px !important;
}


.nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 50%;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #6fb644;
}
.tab_details  {
    float: left;
    width: 100%;
    margin: 40px 0px;
}


.nav-tabs .nav-link {
    color: #374451;
    background-color: #C3D1E1;
    border: none;
    width: 95%;
    border-radius: 12px;
    padding: 10px;
    font-weight: 500;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}
.heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}


.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    background: #E9EFF4;
    border-radius: 11px;
	padding: 20px;
}


.inner_tab {
    float: left;
    width: 100%;
    margin-top: 60px;
}


.price {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    margin-bottom: 50px;
}
.service_detaied_page{
	float: left; width: 100%;
}



.service_tag_box h6{
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 1.5px;
}



.service_row{
	margin-top: 40px;
}
.service img{
	margin-bottom: 25px;
}
 h3{
	font-size: 35px;
	font-weight: 700;
	 letter-spacing: 1.5px;
}

.margin_top_x {
    margin-top: 52px;
}
.services_section {
    float: left;
    width: 100%;
    padding-top: 60px;
}v
.black{
	color: #374451 !important;
}

footer{
	background: #00768c;
	padding: 60px 0px;
	float: left; width: 100%;
}

footer h3{
	color: #fff;
	font-weight: 600;
}
footer p{
	color: #fff;
	font-weight: 600;
}
footer  .form-control{
    background: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
	margin-bottom: 20px;
	width: 75%;
	font-size: 16px;
}
.form-control::placeholder {
  color: #fff !important;
  opacity: 1;
}
.service  a:hover{
	text-decoration: none;
}


footer button{
    float: left;
    font-weight: 600;
    background-color: #6FB644;
    color: #FFF !important;
    border: 0px;
    width: 50%;
    padding: 10px 10px;
    border-radius: 7px;
    text-align: center;
	letter-spacing: .5px;
}
.select-text {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding: 10px 10px 10px 0;
    font-size: 18px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0,0,0, 0.12);
}

/* Remove focus */
.select-text:focus {
	outline: none;
	border-bottom: 1px solid rgba(0,0,0, 0);
}

	/* Use custom arrow */
.select .select-text {
	appearance: none;
	-webkit-appearance:none
}

.select:after {
	position: absolute;
	top: 18px;
	right: 10px;
	/* Styling the down arrow */
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.12);
	pointer-events: none;
}
.social img{
	width: 32px;
	margin-left: 20px;
}
.social ul{
	float: left; 
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.apply_btn {
    background-color: #374451;
    color: #FFF !important;
    padding: 12px 35px;
    width: 100%;
    border-radius: 5px;
    float: left;
    margin-top: 37px; text-decoration: none;
}
.footer_download img{
    width: 177px;
    margin-top: 40px;
}
footer h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 33px;
	font-size: 28px;
}
.footer_box a {
    font-size: 18px;
    color: #fff;
    letter-spacing: .8px;
    font-weight: 500;
}
.footer_box li{
	line-height: 35px;
}
.checkbox_div {background-color: #374451; padding: 20px; border-radius: 10px;}
.btn_section_checkbox {float: left; width: 100%;}

.btn_section_checkbox a {
    background-color: #6FB644;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 10px;
    margin-top: 43px;
}

.checkbox_image img {width: 100%; border-radius: 10px;}
.card-title {
    font-size: 26px;
    font-weight: 700;
    color: #FFF;
    text-align: left;
    margin-top: 15px;
}
.profile_section {
    float: left;
    border-top: 1px solid #fff;
    width: 100%;
    border-bottom: 1px solid #FFF;
    padding: 11px 0px;
    padding-bottom: 7px;
    margin-bottom: 27px;
}
.date_n_time_section {
    float: left;
    width: 100%;
    border-top: 1px solid #fff;
}
.date_n_time_section ul {list-style: none; margin: 0px; padding: 0px;}
.date_n_time_section ul li {
    display: inline-block;
    text-align: left;
    color: #FFF;
    padding-right: 70px;
    padding-top: 10px;
    padding-bottom: 12px;
}




/* LABEL ======================================= */
.select-label {
    color: #767B81;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    transition: 0.2s ease all;
}

/* active state */
.select-text:focus ~ .select-label, .select-text:valid ~ .select-label {
    color: #000000;
    top: -20px;
    transition: 0.2s ease all;
    font-size: 14px;
}

/* BOTTOM BARS ================================= */
.select-bar {
    position: relative;
    display: block;
    width: 100%;
}

.select-bar:before, .select-bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #5264AE;
	transition: 0.2s ease all;
}

.select-bar:before {
	left: 50%;
}

.select-bar:after {
	right: 50%;
}

/* active state */
.select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
	width: 50%;
}

/* HIGHLIGHTER ================================== */
.select-highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}




































.margin-left {margin-left: 23px;}

.check_box label {
    position: relative;
    font-size: 16px !important;
    color: #767b81 !important;
}
.check_box input {
    width: auto;
    width: 20px;
    height: 20px;
}


.check_box input:focus ~ label, input:valid ~ label {
    top: -21px !important;
    font-size: 14px;
    color: #5264AE;
    left: 37px;
}
.forgot_passwprd{float: right; text-align: right; font-weight: 600 !important; color: #EF4A4F !important;}
.with_login {float: left; width: 100%; }

.with_login ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.with_login  ul li {display: inline-block;}

.with_login ul li a {
    font-size: 15px;
    color: #374451;
    font-weight: 300;
    border: 1px solid #3b3b3b;
    padding: 16px 51px;
    border-radius: 7px;
    text-decoration: none;
}

.with_login  ul li a img {margin-right: 15px;}











.group img{    position: absolute;
    top: 14px;}





.group {
    position: relative;
    margin-bottom: 28px;
}
input {
    font-size: 18px;
    padding: 10px 11px 10px 47px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
}
input:focus 		{ outline:none; }

/* LABEL ======================================= */
label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 45px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label 		{
  top:-20px;
  font-size:14px;
  color:#5264AE;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

.submit {
    font-size: 19px;
    font-weight: 600;
    background-color: #6FB644;
    color: #FFFF;
    border: 0px;
    width: 100%;
    padding: 6px;
    border-radius: 7px;
}

.left_image_section {
    float: left;
    width: 100%;
    padding: 0px 0px;
}
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#5264AE; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}






















.filter_box .check_box input:focus ~ label, input:valid ~ label {
    top: 0 !important;
    font-size: 14px;
    color: #5264AE;
    left: 17px;
    color: #374451 !important;
    font-weight: 600;
}

.filter_box label span{
    color: #818181 !important;
	font-weight: 400 !important;
}

h4{
	font-weight:700;
	letter-spacing: 1.5px !important;
}


.main_conatin_section_center {
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 63px 0px;
}
.congratulation_image {
    float: left;
    width: 100%;
    margin-top: 0;
}
.congratulation_caption{float: left; width: 100%;}

.big_title {
    font-size: 44px;
    font-weight: 700;
    color: #EF4A4F;
}
.caption_text {
    font-size: 20px;
    color: #374451;
    margin-bottom: 0;
    margin-top: 10px;
}

.foam_section {
    float: left;
    width: 100%;
}


.green_row {
    float: left;
    width: 100%;
    background-color: #6FB644;
    margin-top: 0;
    padding: 9px;
    position: relative;
    z-index: 99999;
}

.green_row p {
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-bottom: 0px;
}

.right_image_caption{float: left; width: 100%; text-align: left;}


.bottom_div{float: left; width: 100%; text-align: left;}

.bottom_div a {
    font-size: 16px;
    font-weight: 700;
    color: #6FB644;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}

.caption_main_section {
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
}








.container {
    max-width: 1250px !important;
    margin: 0 auto;
}
.logo_box{
	float: left;
}
.header_right {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.header_right a {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .8px;
    color: #374451;
    text-decoration: none;
    margin-left: 37px;
    margin-bottom: 0px;
}
.green{
	color: #6fb644 !important;
}
.main_content_section {
    float: left;
    width: 100%;
    padding: 20px 0px;
}
.main_img_box{
	float: left; width: 100%;
		display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.form_section{
	float: left; width: 100%;
	padding:60px  80px;
}
.red{
	color: #ef4a4f;
}
h1{
	font-size: 70px;
	font-weight: 700;
	letter-spacing: .8px;
}
h4{
	font-size: 24px;
}
.form_group{
	float: left; width: 100%;
}
form{
    float: left;
    width: 100%;
    margin-top: 30px;
}
label {
    color: #767b81;
    font-size: 16px;
    font-weight: 500;
}
label img {
    position: relative;
    margin-right: 10px;
    top: 37px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 40px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #374451;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: none;
    border-bottom: 1px solid #374451;
    letter-spacing: 0.5px;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #767b81;
  opacity: 1; /* Firefox */
}
.form-control1::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #374451;
  opacity: 1; /* Firefox */
}


.new {
  padding: 50px;
}

.form-group {
  display: block;
  margin-bottom: 15px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.check{
	margin-left: 20px;
}
.mai_btn{
	background-color: #6fb644;
	text-align: center;
	width: 100%;
	padding: 18px;
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	border-radius: 10px;
	border: none;
	margin-top: 40px;
	margin-bottom: 30px;
}
p {
    font-size: 17px;
    color: #374451;
    letter-spacing: .8px;
}
.form_section a{
	font-size: 20px;
	color: #374451;
	letter-spacing: .8px;
	color: #6fb644;
	font-weight:700;
	margin-left: 15px;
}

.form_bottom_section{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.passward {
    position: relative;
    width: 100%;
}
.eye{
	position: absolute;
	top: 50px;
	right: 0;
}
.forgot{
	font-size: 20px !important;
	color: #ef4a4f !important;
}

.sign_btn{
	border: 1px solid #374451;
	border-radius: 12px;
	padding: 10px 30px;
	font-size: 20px !important;
	font-weight: 400 !important;
	color: #374451 !important;
	margin-top:25px;
}
.sign_btn img{
	margin-right: 12px;
}


@media(max-width:1440px){
	.big_title {
    font-size: 32px;
    font-weight: 700;
    color: #EF4A4F;
}
	p {
    font-size: 15px;
    color: #374451;
    letter-spacing: .8px;
}
.green_row p {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-bottom: 0px;
}
	
	
	
	
	}


@media(max-width:1400px){
	.big_title {
    font-size: 32px;
    font-weight: 700;
    color: #EF4A4F;
}
	p {
    font-size: 15px;
    color: #374451;
    letter-spacing: .8px;
}
.green_row p {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-bottom: 0px;
}
	
	
	
	
	}




@media(max-width:1366px){
	.submit {
    font-size: 15px;
    font-weight: 600;
    background-color: #6FB644;
    color: #FFFF;
    border: 0px;
    width: 100%;
    padding: 6px;
    border-radius: 7px;
}
	
	.top_row_right .mai_btn {
    font-size: 18px;
}
	.top_row_right {
    background: #374451;
    border-radius: 22px;
    padding: 73px 22px;
}

	
	.big_title {
    font-size: 32px;
    font-weight: 700;
    color: #EF4A4F;
}
	p {
    font-size: 15px;
    color: #374451;
    letter-spacing: .8px;
}
.green_row p {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-bottom: 0px;
}
	.header_right a {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    color: #374451;
    text-decoration: none;
    margin-left: 37px;
    margin-bottom: 0px;
}
	
	
	
	}




@media(max-width:1280px){
	.submit {
    font-size: 15px;
    font-weight: 600;
    background-color: #6FB644;
    color: #FFFF;
    border: 0px;
    width: 100%;
    padding: 6px;
    border-radius: 7px;
}
	.navbar-nav .nav-link {
    font-size: 17px;
    letter-spacing: .8px;
    margin-left: 10px;
}
	
	.inner_tab {
    float: left;
    width: 100%;
    margin-top: 40px;
}
	.inner_share_row img{
    width: 32px;
}
	h3 {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 1.5px;
}
	.price {
    margin-bottom: 45px;
}
	.filter_box  h5 {
    letter-spacing: 1px;
    font-size: 18px;
}
.nav-tabs .nav-link {
    font-size: 17px;
}
	.big_title {
    font-size: 28px;
    font-weight: 700;
    color: #EF4A4F;
}
	p {
    font-size: 15px;
    color: #374451;
    letter-spacing: .8px;
}
.green_row p {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-bottom: 0px;
}
	
	.caption_text {font-size: 14px !important;}
	
	.with_login ul li a {
    font-size: 15px;
    color: #374451;
    font-weight: 300;
    border: 1px solid #3b3b3b;
    padding: 12px 48px;
    border-radius: 7px;
    text-decoration: none;
}
	
	.with_login ul li a img {
    margin-right: 15px;
    width: 19px;
}
	}





@media(max-width:1200px){
	.submit {
    font-size: 15px;
    font-weight: 600;
    background-color: #6FB644;
    color: #FFFF;
    border: 0px;
    width: 100%;
    padding: 6px;
    border-radius: 7px;
}
	
	
	
	.big_title {
    font-size: 25px;
    font-weight: 700;
    color: #EF4A4F;
}
	p {
    font-size: 15px;
    color: #374451;
    letter-spacing: .8px;
}
.green_row p {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-bottom: 0px;
}
	
	
	
	
	}





@media(max-width:1024px){
	.top_row_right_red h5 {
    font-size: 16px;
}
	.big_title {
    font-size: 22px;
}
	h4 {
    font-size: 20px;
}
	.top_row_right {
    background: #374451;
    border-radius: 22px;
    padding: 40px 22px;
}
	
	h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.5px;
}
	
	.top_row_right .mai_btn {
    padding: 10px 35px;
}
	.nav-tabs {
    padding: 15px 20px;
}
	.mapping_bottom {
    margin-top: 27px;
}
	.navbar-nav .nav-link {
    font-size: 16px;
    letter-spacing: .8px;
    margin-left: 7px;
}
	
	
}









	


@media(max-width:768px){
.partner_box .plan_business_section{
    margin-top: 20px;
}	
	.top_row_img {
    float: left;
    width: 100%;
    margin-bottom: 33px;
}

	.register {
    float: left;
    font-weight: 600;
    background-color: #6FB644;
    color: #FFF !important;
    border: 0px;
    width: 30%;
    padding: 6px 10px;
    border-radius: 7px;
    text-align: center;
}
	.navbar-nav .nav-link {
    font-size: 14px;
    letter-spacing: .8px;
    margin-left: 0;
    padding: 6px 0px;
}
	.nav-link {
    display: block;
    padding: 0.5rem 0rem;
}
	.navbar {
    padding-bottom: 25px;
}
	.big_title {
    font-size: 27px;
    font-weight: 700;
    color: #EF4A4F;
    margin-top: 0 !important;
    margin-bottom: 22px;
}
	
	.left_image_section {
    float: left;
    width: 100%;
    padding: 0;
}.pt-5, .py-5 {
    padding-top: 1rem !important;
}
	
	.congratulation_image {
    float: left;
    width: 100%;
    margin-top: 0;
}
	.main_conatin_section_center {
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 19px;
}
	
	
	.foam_section {
    float: left;
    width: 100% !important;
}
.select {
    position: relative;
    width: 100% !important;
    margin-bottom: 51px;
}
	.with_login ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
    float: none;
    margin: 0 auto;
    text-align: center;
}
	
	
.green_row {
    float: left;
    width: 100%;
    background-color: #6FB644;
    margin-top: 0;
    padding: 10px;
    position: relative;
}
	html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif !important;
    overflow: auto !important;
}

	.education {
    padding-top: 0;
}
	
	.green_row p {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-bottom: 0px;
}
	
.main_conatin_section_center {
    float: left;
    width: 100%;
    height: auto;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}
.caption_main_section {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-top: 36px;
    margin-bottom: 50px;
}
.foam_section {
    float: left;
    width: 100%;
    padding-bottom: 60px;
}
	
	
	
	.container {
    max-width:700px !important;
    margin: 0 auto;
}
	
.main_content_section {
    float: left;
    width: 100%;
    padding: 0;
}
.sign_btn img {
    width: 15px !important;
    margin-right: 3px;
}
	.forgot {
    font-size: 16px !important;
    color: #ef4a4f !important;
}
h1 {
    font-size: 39px;
    font-weight: 700;
    letter-spacing: .8px;
}
h4 {
    font-size: 19px;
}
	label {
    color: #767b81;
    font-size: 16px;
    font-weight: 500;
}
.form-control {
    font-size: 15px;
}	
.mai_btn {
    background-color: #6fb644;
    text-align: center;
    width: 100%;
    padding: 12px 18px;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    border: none;
    margin-top: 20px;
    margin-bottom: 30px;
}
p {
    font-size: 16px;
    color: #374451;
    letter-spacing: .8px;
}
.form_section a {
    font-size: 16px;
}
.form_section {
    float: left;
    width: 100%;
    padding: 30px 0px;
}
.left_image_xd {
    margin-top: 0;
}
	
	.with_login ul li a {
    font-size: 20px;
    color: #374451;
    font-weight: 300;
    border: 1px solid #3b3b3b;
    padding: 16px 34px;
    border-radius: 7px;
    text-decoration: none;
    margin-top: 19px;
    float: left;
}
.service_caption_box p {
    font-size: 14px;
    color: #374451;
    letter-spacing: .8px;
}
.service_detail_box {
    margin-bottom: 0;
    margin-top: 60px;
}	
	.service_detail_box:nth-child(3){
		margin-bottom: 35px;
	} 	
	
	footer h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 23px;
}
	
.footer_box a {
    font-size: 16px;
    color: #fff;
    letter-spacing: .8px;
    font-weight: 500;
}
.footer_box	{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
	
	.footer_box:nth-child(4){
		margin-bottom: 0px !important;
	} 	
	
}

@media(max-width:600px){
.date_n_time_section ul li {
    display: inline-block;
    text-align: left;
    color: #FFF;
    padding-right: 3px;
    padding-top: 10px;
    padding-bottom: 12px;
}
nav .logo_box {
    float: left;
    margin-right: 0;
}	
	.footer_box {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
	footer h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 21px;
}
	footer {
    padding: 40px 0px;
}
	.service_tag_box {
    position: absolute;
    top: -38px;
    background: #ccc;
    padding-top: 13px;
    padding-bottom: 24px;
    padding-left: 14px;
    border-radius: 10px;
    width: 45%;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}
	.service_detail_box {
    padding-bottom: 30px;
}
	.service_img_box {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
	.service_caption_box {
    flex-direction: column;
}
	.caption_right h4 {
    margin-bottom: 14px;
}
	
.service_caption_box {
    float: left;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
	.caption_left {
    float: left;
    margin-left: 0;
}
	.star_row ul {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
	.caption_right {
    float: right;
    text-align: center;
    padding-right: 0;
}

	.card-title {
    font-size: 21px;
    font-weight: 700;
    color: #FFF;
    text-align: left;
    margin-top: 15px;
}
	.btn_section_checkbox a {
    background-color: #6FB644;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 10px;
    margin-top: 43px;
}
.date_n_time_section ul li {
    display: inline-block;
    text-align: left;
    color: #FFF;
    padding-right: 35px;
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 13px;
}
.main_conatin_section_center {
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 79px;
}
	.left_image_section {
    float: left;
    width: 100%;
    padding: 0px;
}
	.with_login ul li a {
    font-size: 20px;
    color: #374451;
    font-weight: 300;
    border: 1px solid #3b3b3b;
    padding: 16px 34px;
    border-radius: 7px;
    text-decoration: none;
    margin-top: 19px;
    float: left;
}
.green_row {
    float: left;
    width: 100%;
    background-color: #6FB644;
    margin-top: 0;
    padding: 10px;
    position: relative;
}
	.green_row p {
    font-size: 17px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-bottom: 0px;
}
	
	.left_image_section img {margin-top: 0 !important;}
.left_image_section {
    margin-top: 0;
}
	
.big_title {
    font-size: 28px;
    font-weight: 700;
    color: #EF4A4F;
}
	
	.caption_text {
    font-size: 16px;
    color: #374451;
    margin-bottom: 0;
    margin-top: 17px;
}
	
	
	
	.container {
    max-width:480px !important;
    margin: 0 auto;
}
	.main_img_box{
		margin-top: 10px;
		margin-bottom: 30px;
	}
.main_content_section {
    float: left;
    width: 100%;
    padding: 0;
}	

h1 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .8px;
}
h4 {
    font-size: 18px;
}
	label {
    color: #767b81;
    font-size: 15px;
    font-weight: 500;
}
.form-control {
    font-size: 14px;
}	
	.mai_btn {
    background-color: #6fb644;
    text-align: center;
    width: 100%;
    padding: 15px 18px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    border: none;
    margin-top: 20px;
    margin-bottom: 30px;
}
p {
    font-size: 16px;
    color: #374451;
    letter-spacing: .8px;
}
.form_section a {
    font-size: 16px;
}
.form_section {
    float: left;
    width: 100%;
    padding: 30px 0px;
}
	
.filter_box .check_box input:focus ~ label, input:valid ~ label {
    top: 0 !important;
    font-size: 14px;
    color: #5264AE;
    left: 36px;
}	
	.services_section {
    float: left;
    width: 100%;
    padding-top: 30px;
}
	.service_row {
	margin-top: 0px;	
}
	.service img {
    margin-bottom: 13px;
}
	h3 {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}
	
}





@media(max-width:480px){

	.check_box label {
    position: relative;
    font-size: 14px !important;
    color: #767b81 !important;
}
	.main_conatin_section_center {
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
}
	
	
.date_n_time_section ul li {
    display: inline-block;
    text-align: left;
    color: #FFF;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 13px;
}	.profile_cap_inner h3 {
    font-size: 17px;
}
	
	
	
.with_login ul li a {
    font-size: 20px;
    color: #374451;
    font-weight: 300;
    border: 1px solid #3b3b3b;
    padding: 10px 23px;
    border-radius: 7px;
    text-decoration: none;
    margin-top: 19px;
    float: left;
}
.green_row {
    float: left;
    width: 100%;
    background-color: #6FB644;
    margin-top: 0;
    padding: 10px;
    position: relative;
}
	
.big_title {
    font-size: 26px;
    font-weight: 700;
    color: #EF4A4F;
}
	.nav-tabs .nav-link {
    font-size: 15px;
}
	.check_box input:focus ~ label, input:valid ~ label {
    top: -21px !important;
    font-size: 14px;
    color: #5264AE;
    left: 36px;
}
	.filter_box .check_box input:focus ~ label, input:valid ~ label {
    top: 0 !important;
    font-size: 14px;
    color: #5264AE;
    left: 36px;
}	
	
	
	.check_box label {
    position: relative;
    font-size: 17px !important;
    color: #767b81 !important;
}
	.caption_text {
    font-size: 16px !important;
    color: #374451;
    margin-bottom: 0;
    margin-top: 17px;
}
	
.container {
    max-width: 432px !important;
    margin: 0 auto;
}
	.header_right a {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    color: #374451;
    text-decoration: none;
    margin-left: 8px;
    margin-bottom: 0px;
}
	header {
    padding: 7px;
}
	.main_img_box{
		margin-top: 10px;
		margin-bottom: 30px;
	}
.main_content_section {
    float: left;
    width: 100%;
    padding: 0;
}	
h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: .8px;
}
h4 {
    font-size: 16px;
}
	form {
    float: left;
    width: 100%;
    margin-top: 16px;
}
	label {
    color: #767b81;
    font-size: 15px;
    font-weight: 500;
}
.form-control {
    font-size: 14px;
}	
	.mai_btn {
    background-color: #6fb644;
    text-align: center;
    width: 100%;
    padding: 15px 18px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    border: none;
    margin-top: 20px;
    margin-bottom: 30px;
}
p {
    font-size: 14px;
    color: #374451;
    letter-spacing: .8px;
}
	.inner_tab {
    float: left;
    width: 100%;
    margin-top: 31px;
}
.tab_details {
    float: left;
    width: 100%;
    margin: 18px 0px;
}
	.top_row_right_red {
    padding: 16px;
    border-radius: 12px;
}
	.filter_box h5 {
    letter-spacing: 1px;
    font-size: 16px;
}
	.logo_box img {
    width: 133px;
}
	
.form_section a {
    font-size: 16px;
}
	header {
    padding: 0;
}
.form_section {
    float: left;
    width: 100%;
    padding: 30px 0px;
}
}

@media(max-width:414px){
	.foam_section {
    float: left;
    width: 100%;
    padding-bottom: 0;
}
	
	.service_tag_box {
    width: 53%;
}
	
	.service  h3 {
    font-size: 19px;
    margin-bottom: 25px;
}
	
	p {
    font-size: 14px;
    color: #374451;
    letter-spacing: .8px;
}
	
	.big_title {
    font-size: 23px;
    font-weight: 700;
    color: #EF4A4F;
}
.top_row_img {
    margin: 17px 0px;
}
	.nav-tabs .nav-item {
    margin-bottom: 11px;
    width: 100%;
}
	.nav-tabs .nav-item:nth-child(2) {
    margin-bottom: 0px;
}
	
	.caption_text {
    font-size: 13px !important;
    color: #374451;
    margin-bottom: 0;
    margin-top: 17px;
}
	
	.mb-5, .my-5 {
    margin-bottom: 1rem !important;
}
	
	.profile_cap_inner h3 {
    font-size: 16px;
}
	.profile_cap_inner h4 {
    font-size: 13px;
}
	.date_n_time_section ul li {
    display: inline-block;
    text-align: left;
    color: #FFF;
    padding-right: 26px;
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 13px;
}
	
	
	.card-title {
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    text-align: left;
    margin-top: 15px;
}
	
	.margin_top_x {
    margin-top: 20px;
}
	.select-text {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding: 10px 10px 10px 0;
    font-size: 15px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0,0,0, 0.12);
}
	
	.with_login ul li a img {
    margin-right: 7px;
}
	
	
.green_row {
    float: left;
    width: 100%;
    background-color: #6FB644;
    margin-top: 0;
    padding: 10px;
    position: relative;
}
.green_row p {
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-bottom: 0px;
}
.main_conatin_section_center {
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
    margin-top: 30px !important;
    padding-top: 0;
}
.caption_main_section {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 50px;
}	
	.with_login ul li a {
    font-size: 15px;
    color: #374451;
    font-weight: 300;
    border: 1px solid #3b3b3b;
    padding: 10px 23px;
    border-radius: 7px;
    text-decoration: none;
    margin-top: 19px;
    float: left;
}
	
	
}

@media(max-width:375px){
	.profile_cap_inner {
    float: left;
    text-align: left;
    color: #FFF;
    margin-left: 7px;
    margin-top: 4px;
}
	
	.profile_image_inner {
    float: left;
    width: 51px;
    height: 51px;
    border-radius: 5px;
}
	
		.profile_cap_inner h3 {
    font-size: 16px;
}
	.profile_cap_inner h4 {
    font-size: 13px;
}

		.date_n_time_section ul li {
    display: inline-block;
    text-align: left;
    color: #FFF;
    padding-right: 21px;
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 10px;
}
	
	
.margin_top_x {
    margin-top: 22px;
}
	
	.select {
    position: relative;
    width: 100%;
}
	.foam_section {
    float: left;
    width: 100%;
}
	.with_login ul li a {
    font-size: 20px;
    color: #374451;
    font-weight: 300;
    border: 1px solid #3b3b3b;
    padding: 6px 7px;
    border-radius: 7px;
    text-decoration: none;
    margin-top: 19px;
    float: left;
}
	.green_row {
    float: left;
    width: 100%;
    background-color: #6FB644;
    margin-top: 17%;
    padding: 10px;
    position: absolute;
}
	
	
	
	.green_row {
    float: left;
    width: 100%;
    background-color: #6FB644;
    margin-top: 18%;
    padding: 10px;
    position: absolute;
}
	
	
	.bottom_div a {
    font-size: 14px;
    font-weight: 700;
    color: #6FB644;
}
	
	.caption_text {
		
		
    font-size: 15px;
    color: #374451;
    margin-bottom: 0;
    margin-top: 17px;
}
	.big_title {
    font-size: 29px;
    font-weight: 700;
    color: #EF4A4F;
}
	
	.container {
    max-width:340px !important;
    margin: 0 auto;
}
	.header_right a {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    color: #374451;
    text-decoration: none;
    margin-left: 8px;
    margin-bottom: 0px;
}
	header {
    padding: 7px;
}
	.main_img_box{
		margin-top: 10px;
		margin-bottom: 30px;
	}
.main_content_section {
    float: left;
    width: 100%;
    padding: 0;
}	
h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: .8px;
}
h4 {
    font-size: 16px;
}
	form {
    float: left;
    width: 100%;
    margin-top: 16px;
}
	label {
    color: #767b81;
    font-size: 15px;
    font-weight: 500;
}
.form-control {
    font-size: 14px;
}	
	.mai_btn {
    background-color: #6fb644;
    text-align: center;
    width: 100%;
    padding: 15px 18px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    border: none;
    margin-top: 20px;
    margin-bottom: 30px;
}
p {
    font-size: 16px;
    color: #374451;
    letter-spacing: .8px;
}
.form_section a {
    font-size: 16px;
}
.form_section {
    float: left;
    width: 100%;
    padding: 30px 0px;
}
}


@media(max-width:375px){

.date_n_time_section ul li {
    display: inline-block;
    text-align: left;
    color: #FFF;
    padding-right: 11px;
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 10px;
}
.profile_cap_inner h3 {
    font-size: 14px;
}
.profile_image_inner {
    float: left;
    width: 38px;
    height: 38px;
    border-radius: 5px;
}	
	
	.profile_cap_inner {
    float: right;
    text-align: left;
    color: #FFF;
    margin-left: 0px;
    margin-top: 0;
}
	
.mb-5, .my-5 {
    margin-bottom: 1rem !important;
}	
}