@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	background: url(../../images/signup_img/bg.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	overflow-x: hidden;
	margin: 0;
	font-family: 'Poppins';
	position: relative;
}


.containerMain { display: flex; flex-direction: column; height: 100vh; }
.containerMain .content { margin-top: auto;}

input:-webkit-autofill,
  input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
  }
 input::-webkit-input-placeholder {
background-color:transparent;	 
color:#6D6D6D;
opacity: 1;
}
input::-moz-placeholder {
background-color:transparent;
color:#6D6D6D;
opacity: 1;
}  /*firefox 19+*/
input:-ms-input-placeholder {
background-color:transparent;	
color:#6D6D6D;
opacity: 1;
} /* ie */
img {
	max-width: 100%;
	border: 0;
}
.clearfix {
	clear: both;
}
*, ::after, ::before {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	color: #181a1e;
	font-family: 'Poppins';
	font-weight: 700;
	margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
iframe {
	max-width: 100%;
}
h1, .h1 {
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 14px;
}
h2, .h2 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px;
}
h3, .h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 8px;
}
h4, .h4 {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 4px;
}
h5, .h5 {
	font-size: 14px;
	line-height: 24px;
}
h6, .h6 {
	font-size: 12px;
	line-height: 21px;
}
.subheader {
	color: #777;
}
p {
	margin: 0 0 15px 0;
}
p img {
	margin: 0;
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: #333;
}
small {
	font-size: 80%;
}
/*	Blockquotes  */
blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
/* #Links
================================================== */
a, a:visited {
	text-decoration: underline;
	outline: 0;
}
/*a:hover, a:focus {
	color: #000;
}*/
p a, p a:visited {
	line-height: inherit;
}
.alpha {
	padding-left: 0 !important;
}
.omega {
	padding-right: 0 !important;
}
/* #Lists
================================================== */
ul, ol {
	margin-bottom: 20px;
}
ul {
	list-style: none outside;
}
ol {
	list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 4px 0 5px 30px;
	font-size: 90%;
}
ul ul li, ul ol li, ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	line-height: 18px;
	margin-bottom: 12px;
}
ul.large li {
	line-height: 21px;
}
li p {
	line-height: 21px;
}
.container {
	max-width: 1150px;
	margin: 0 auto;
}
.header {
	padding: 30px 0;
	margin-bottom: 70px;
}
.content_control {
	max-width: 746px;
	width: 100%;
	position: relative;
}
#content {
	padding: 0 0 90px;
	position: relative;
}
#content h2 {
	color: #fff;
	margin: 0;
	font-size: 32px;
	line-height:48px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
#content h2 span {
	color: #FFCB74;
}
.login_link
{
	color: #fff;
    padding: 10px 15px;
    margin: 5px;
    font-weight: 600 !important;
    transition: all 0.3s ease-in-out;
	float: right;
	text-decoration: none;
}
.login_link:hover{
	color: #f35a02;
}
#content p {
	color: #fff;
	font-weight: 500;
	font-size:16px;
	line-height:26px;
	position: relative;
	z-index: 1;
}
.paragraph_control {
	margin-top: 40px;
	max-width: 445px;
	width: 100%;
	margin-bottom: 45px;
}

#client_signup_content .paragraph_control {
	max-width: 575px;
}

.btn {
	margin-top: 35px;
}
.btn a {
	background-color: #FFCB74;
	width: 230px;
	color: #2F2F2F;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	min-height: 36px;
	position:relative;
	z-index:9;
	padding: 12px 0;
	font-weight: 600;
	font-size: 24px;
	border-radius: 10px;
	line-height: 36px;
	margin-bottom: 40px;
}
#content .btn p {
    font-size: 16px;
    max-width: 606px;
}
.btn a:hover {
	opacity: 0.8;
}
.btn a img {
	transform: translate(7px, 5px);
}
.handimg {
	margin-left: 20px;
	transform: translate(0, 18px);
}
.heart1 {
	position: absolute;
	left: 0;
	top: 0;
}
.heart1 {
	position: absolute;
	left: 14%;
	top: -75px;
}
.heart2 {
	position: absolute;
	right: -240px;
	top: -45px;
}
#content h2 img {
	transform: translate(10px, 10px);
}
.emoji2 {
	position: absolute;
	bottom: 40px;
	left: 34%;
	z-index: 2;
}
.emoji3 {
	position: absolute;
	right: 0;
	bottom: 45%;
}
.popups {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	display: none;
	z-index: 999;
}

#client_dob{ opacity: 0; }
.help-block {
    display: block;
    color: red !important;
    font-size: 12px;
    width: 100%;
    margin-bottom: 0px;
	font-weight: normal;
	text-align: center;
}
.box label.radio{ 
	font-size: 14px; 
	margin-bottom: 0px;
}
.second_popup .help-block { text-align: center; }
.popup_control {
	background: url(../../images/signup_img/popupbg.png) no-repeat;
	background-size: cover;
	max-width: 630px;
	width: 100%;
	margin: 0px auto 41px;
	padding: 30px 0 10px;
	display: block;
	overflow: auto;
	border-radius: 20px;
	position: absolute;
	/* top: 74%; */
	left: 50%; top:0px;
	/* transform: translate(-50%, -50%); */
	transform: translateX(-50%);
}
.blurry_overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 0;
	left: 0;
	top: 100%;
}
.active #content, .active .header {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}
.girlimg {
	position: absolute;
	right: 0;
	height: 500px;
	bottom: 0;
	max-width:675px;
	/* transform: translate(50px, 0); */
	overflow: hidden;
}
.popuplogo {
	max-width: 296px;
	margin: 0 auto 20px;
	display: block;
}
.gray_wrap {
	background-color: #2F2F2F;
	max-width: 470px;
	width: 100%;
	margin: 0 auto;
	padding: 45px 35px;
	position: relative;
	min-height: 598px;
	border-radius: 10px;
}
.gray_wrap h3 {
	color: #fff;
	font-size:26px;
	margin-bottom: 130px;
	text-align: center;
	font-weight: 600;
	line-height: 48px;
}
.gray_wrap h3 small {
	color: #E1DCDC;
	font-size: 14px;
	line-height: 36px;
	font-weight: 500;
}
.form_control label, label {
	color: #fff;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 90px;
	font-weight: 600;
	display: block;
	text-align: center;
}
.form_control input:focus {
	outline: none;
}
.form_control input[type=text], .form_control input[type=email], .form_control input[type=tel] {
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #6D6D6D;
    font-size: 18px;
    line-height: 27px;
    width: 100%;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
}
.form_control::placeholder{color: #6D6D6D;}

.form_btn {
	background-color: #FFCB74;
	width: 230px;
	color: #2F2F2F;
	text-align: center;
	text-decoration: none;
	min-height: 36px;
	padding: 12px 0;
	font-weight: 600;
	font-size: 24px;
	border-radius: 10px;
	cursor: pointer;
	margin: 30px auto;
	display: block;
	line-height: 36px;
	margin-bottom: 5px;
}
.form_btn:hover {
	opacity: 0.8;
}
.crossbtn {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.emoji4 {
	position: absolute;
	right: -10px;
	top: -30px;
}
.steps {
	position: absolute;
	left: 33px;
	top: 250px;
}
.steps hr {
	min-width: 379px;
	color: #6D6D6D;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	position: absolute;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	left: -179px;
	top: 180px;
}
.steps ul {
	margin: 0;
	padding: 0;
}
.steps ul li {
	background-color: #000;
	width: 20px;
	height: 20px;
	line-height: 13px;
	margin-bottom: 20px;
	border-radius: 50px;
	border: 2px solid #6D6D6D;
	position: relative;
    z-index: 5;
}
.steps ul li.active {
	border-color: #FFCB74;
}
.steps ul li.active.orange_bg {
	text-align:center;
    background: #FFCB74;
}
.month.active-month, .year-header span {
    display: block;
    font-size: 26px;
    line-height: 39px;
    font-weight: 500;
    text-transform: capitalize;
}
.second_popup {
	display: none;
}
/*  Calendar wrapper */

/*  Calendar wrapper */
.calendar-container {
	position: relative;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	font: 13px Helvetica, Arial, san-serif;
	display: inline-block;
	padding: 20px 0px;
	float: left;
}
td.table-date.nil {
	visibility: hidden;
}
.second_popup .gray_wrap h3 {
	margin-bottom: 25px;
}
.months-table.w-100 {
    width: 140px;
    overflow: hidden;
    float: left;
    display: block;
}
.steps hr.active_hr {
	min-width: 20px;
	left: 0;
	top: 20px;
	z-index: 1;
	border-color: #FFCB74;
}
.months-row td {
	display: none;
}
.month.active-month {
	display: block;
	padding-left:33px;
}
.second_popup label {
	margin-bottom: 0;
}
.left-button.month_left {
    margin: 20px 0 0 20px;
}
.right-button_month.month_right {
    transform: translate(105px, -10px);
}
.year-header .left-button, .year-header .right-button {
    transform: translate(0, 2px);
}
.popup_wrap{
	display:none;
}
.form-control p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}
.paragraph_margin{
	margin-top:65px;
}
.third_popup .form_control label, label {
    margin-bottom: 55px;
}
.third_popup .gray_wrap h3{
	margin-bottom:80px;
}
.boxes{
	display:flex;
	}
.box {
    height: 140px;
    width: 140px;
    display: flex;
    text-align: center;
    border: 2px solid #F6F6F6;
    border-radius: 10px;
    flex-wrap: nowrap;
    cursor: pointer;
    align-items: center;
    margin: 0 auto 30px;
}
.box:hover{
	border-color:#FFCB74;
}
.box, .box p {
    color: #fff;
}
.box:hover p{
	color:#FFCB74;
}
.box p{
	width:100%;
}
.box_div {
    align-items: center;
    vertical-align: middle;
	width:100%;
    text-align: center;
}
.box:hover .nohover{
	display:none;
}
.box:hover .hover{
	display:inline;
	margin:0 auto;
}
.hover{
	display:none;
}
.boxes_wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 340px;
    margin: 0 auto;
}
.forth_popup .gray_wrap h3 {
    margin-bottom: 40px;
}
.forth_popup  .form_control label{
    margin-bottom: 35px;
}
.form_btn img {
    transform: translate(10px, 4px);
}
.gray_wrap h3 img {
    transform: translate(0, 10px);
}
.gray_wrap h3.alignleft {
    text-align: left;
}
.add_atthrate p {
    transform: translate(-1px, 50px);
    color: #fff;
}
.fifth_popup .gray_wrap h3.alignleft {
    text-align: left;
    margin-bottom: 90px;
}
.fifth_popup  .form_control label{
	margin-bottom:80px;
}
.sixth_popup .gray_wrap h3 {
    margin-bottom: 35px;
}
.sixth_popup label{
	margin-bottom:20px;
}
.third_popup .steps hr.active_hr {
    min-width: 71px;
    top: 40px;
    left: -25px;
}
.forth_popup .steps hr.active_hr {
    min-width: 121px;
    top: 70px;
    left: -50px;
}
.fifth_popup .steps hr.active_hr {
    min-width: 142px;
    top: 80px;
    left: -60px;
}
.sixth_popup .steps hr.active_hr {
    min-width: 192px;
    left: -86px;
    top: 100px;
}
.seven_popup .steps hr.active_hr {
    min-width: 240px;
    top: 110px;
    left: -109px;
}
.eight_popup .steps hr.active_hr {
    min-width: 271px;
    top: 140px;
    left: -125px;
}
.nine_popup .steps hr.active_hr {
    min-width: 300px;
    top: 158px;
    left: -140px;
}

.sevena_popup .popup_control {
    max-width: 750px;
}
.sevena_popup > .gray_wrap, .gray_wrap.new_wrap {
    min-height: 0;
}
.sevena_popup > .gray_wrap {
    max-width: 78%;
}
.sevena_popup .gray_wrap h3.alignleft {
    margin-bottom: 30px;
}

.sevena_popup .boxes_wrap {
    max-width: 100%;
}
.sevena_popup .box {
    height: auto;
    padding: 20px 10px;
}
.gray_wrap.new_wrap {
    transform: translate(0px, 0px);
}
.gray_wrap.new_wrap {
    max-width: 100%;
    padding: 0;
    width: 100%;
    margin: 0;
}

@media (max-width: 991.98px) {
.calendar-container {
	padding: 0;
}
}

@media (max-width: 767.98px) {
.calendar-container {
	padding: 0;
	width: 100%;
}
}
.calendar-container:after {
	clear: both;
}
.calendar {
	width: 100%;
	padding: 0;
}
/* Calendar Header */
.year-header {
	height: 40px;
	text-align: center;
	position: relative;
	color: #fff;
	float: right;
	width: 127px;
	border-top-left-radius: 3px;
	margin-top: 20px;
}
.left-button, .right-button {
	cursor: pointer;
	width: 28px;
	text-align: center;
	position: absolute;
	color: #fff !important;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size: 14px !important;
}
td.left-button.month_left {
    margin: 20px 0 0 20px;
}
@media (prefers-reduced-motion: reduce) {
.left-button, .right-button {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
}
.left-button:hover, .right-button:hover {
	color: #7e0cf5 !important;
}
.left-button {
	left: 0;
}
.right-button {
	right: 0;
	top: 0;
}
/* Buttons */
.button {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	font-size: 1rem;
	border-radius: 25px;
	padding: 0.65rem 1.9rem;
	-webkit-transition: .2s ease all;
	-o-transition: .2s ease all;
	transition: .2s ease all;
	color: white;
	border: none;
	background: #7e0cf5;
}
.button.button-white {
	background: #fff;
	color: #000;
}
.button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
#cancel-button {
	background: #cd4dcc;
}
#add-button {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#add-button:hover, #ok-button:hover, #cancel-button:hover {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
#add-button:active, #ok-button:active, #cancel-button:active {
	-webkit-transform: translateY(3px) scale(0.97);
	-ms-transform: translateY(3px) scale(0.97);
	transform: translateY(3px) scale(0.97);
}
/* Days/months tables */
.days-table, .dates-table, .months-table {
	border-collapse: separate;
	text-align: center;
}
.day {
    height: 26px;
    width: 26px;
    padding: 0 8px;
    line-height: 30px;
    font-size: 20px;
    border: 2px solid transparent;
    text-transform: uppercase;
    color: #fff;
}
.month {
	cursor: default;
	height: 26px;
	width: 26px;
	padding: 0 2px;
	padding-top: 10px;
	line-height: 26px;
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}
.fullwidth .popup_control {
    max-width: 1120px;
}
.fullwidth_wrap {
    display: flex;
}
.gray_wrap.first_gray {
    margin: 0 0 0 80px;
}
.eight_popup .gray_wrap h3, .nine_popup .gray_wrap h3{
	margin-bottom:20px;
}
.eight_popup .form_control label, .nine_popup .form_control label{
	margin-bottom:20px;
}
.nine_popup .box {
    height: auto;
    padding: 20px 10px;
}
.nine_popup label{
	font-size:20px !important;
}
.box p{
	margin-bottom:0;
}
.nine_popup .second_gray .box {
    padding: 10px 10px;
}
.thankyou h3{
	font-weight:bold;
	color:#fff;
	font-size:46px;
	margin-bottom:60px;
	line-height:69px;
}
.thankyou{
	text-align:center;
	padding:0px 0 100px;
	display:none;
}
.thankyou h3 span{
	color:#FFCB74;
}
.thankyou h2{
	font-weight:bold;
	color:#fff;
	font-size:60px;
	line-height:90px;
	margin-bottom:50px;
}
.thankyou h2 span{
	color:#FFCB74;
}
.thankyou p{
	font-weight: 600;
	font-size: 28px;
	line-height: 42px;
	text-align: center;
	color:#fff;
}
.thankimg1{
    position: absolute;
    left: 16%;
    margin-top: -140px;
}
.thankimg2 {
    position: absolute;
    right: 10%;
    margin-top: -50px;
}
.thankimg3 {
    transform: translate(-200px, -60px);
}
.thankimg4 {
    transform: translate(190px, -50px);
}

.alert{ max-width: 33.33%; position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}

.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}

@media (max-width: 991.98px) {
.month {
	font-size: 8px;
}
}

@media (max-width: 767.98px) {
.month {
	font-size: 10.5px;
}
}
.active-month {
	font-weight: 700;
	color: #fff;
}


/*  Dates table */
.table-date {
    cursor: default;
    color: #fff;
    height: 36px;
    width: 36px;
    font-size: 16px;
    padding: 0;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    position: relative;
}
.table-date:not(.nil):hover {
	border-color: #fff;
	background-color: #fff;
	color: #111;
}
.event-date {
	border-color: #fff;
	background: #7e0cf5;
	color: #fff;
}
.event-date:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	content: '';
	background: #28a745;
}
.active-date {
	background: #fff;
	color: #111111;
}
.event-date.active-date {
	background: #7e0cf5;
}
table.dates-table.w-100 {
	width: 100%;
}/*calendar end*/


@media (min-width:1700px){

.container {
	max-width: 1150px;
	margin: 0 auto;
}
.header {
	padding: 30px 0;
	margin-bottom: 170px;
}
.content_control {
	max-width: 768px;
	width: 100%;
	position: relative;
}
#content {
	padding: 0 0 99px;
	position: relative;
}
#content h2 {
	color: #fff;
	margin: 0;
	font-size: 42px;
	line-height: 63px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
#content h2 span {
	color: #FFCB74;
}
.login_link
{
	color: #fff;
    padding: 10px 15px;
    margin: 5px;
    font-weight: 600 !important;
    transition: all 0.3s ease-in-out;
	float: right;
	text-decoration: none;
}
.login_link:hover{
	color: #f35a02;
}

#content p {
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	line-height: 33px;
	position: relative;
	z-index: 1;
}
.paragraph_control {
	margin-top: 40px;
	max-width: 445px;
	width: 100%;
	margin-bottom: 45px;
}

#client_signup_content .paragraph_control {
	max-width: 575px;
}

.btn {
	margin-top: 35px;
}
.btn a {
	background-color: #FFCB74;
	width: 230px;
	color: #2F2F2F;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	min-height: 36px;
	position:relative;
	z-index:9;
	padding: 12px 0;
	font-weight: 600;
	font-size: 24px;
	border-radius: 10px;
	line-height: 36px;
	margin-bottom: 40px;
}
#content .btn p {
    font-size: 16px;
    max-width: 606px;
}
.btn a:hover {
	opacity: 0.8;
}
.btn a img {
	transform: translate(7px, 5px);
}
.handimg {
	margin-left: 20px;
	transform: translate(0, 18px);
}
.heart1 {
	position: absolute;
	left: 0;
	top: 0;
}
.heart1 {
	position: absolute;
	left: 14%;
	top: -75px;
}
.heart2 {
	position: absolute;
	right: -205px;
	top: -45px;
}
#content h2 img {
	transform: translate(10px, 10px);
}
.emoji2 {
	position: absolute;
	bottom: 40px;
	left: 34%;
	z-index: 2;
}
.emoji3 {
	position: absolute;
	right: 0;
	bottom: 45%;
}
.popups {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	display: none;
	z-index: 999;
}

#client_dob{ opacity: 0; }
.help-block {
    display: block;
    color: red !important;
    font-size: 12px;
    width: 100%;
    margin-bottom: 0px;
	font-weight: normal;
	text-align: center;
}
.box label.radio{ 
	font-size: 14px; 
	margin-bottom: 0px;
}
.second_popup .help-block { text-align: center; }
.popup_control {
	background: url(../../images/signup_img/popupbg.png) no-repeat;
	background-size: cover;
	max-width: 630px;
	width: 100%;
	margin: 0 auto 41px;
	padding: 30px 0 10px;
	display: block;
	overflow: auto;
	border-radius: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.blurry_overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 0;
	left: 0;
	top: 100%;
}
.active #content, .active .header {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}
.girlimg {
	position: absolute;
	right: 0;
	height: 600px;
	bottom: 0;
	max-width: 890px;
	transform: translate(50px, 0);
	overflow: hidden;
}
.popuplogo {
	max-width: 296px;
	margin: 0 auto 20px;
	display: block;
}
.gray_wrap {
	background-color: #2F2F2F;
	max-width: 470px;
	width: 100%;
	margin: 0 auto;
	padding: 45px 35px;
	position: relative;
	min-height: 598px;
	border-radius: 10px;
}
.gray_wrap h3 {
	color: #fff;
	font-size: 32px;
	margin-bottom: 130px;
	text-align: center;
	font-weight: 600;
	line-height: 48px;
}
.gray_wrap h3 small {
	color: #E1DCDC;
	font-size: 14px;
	line-height: 36px;
	font-weight: 500;
}
.form_control label, label {
	color: #fff;
	font-size: 26px;
	line-height: 39px;
	margin-bottom: 90px;
	font-weight: 600;
	display: block;
	text-align: center;
}
.form_control input:focus {
	outline: none;
}
.form_control input[type=text], .form_control input[type=email], .form_control input[type=tel] {
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #6D6D6D;
    font-size: 18px;
    line-height: 27px;
    width: 100%;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
}
.form_control::placeholder{color: #6D6D6D;}


.form_btn {
	background-color: #FFCB74;
	width: 230px;
	color: #2F2F2F;
	text-align: center;
	text-decoration: none;
	min-height: 36px;
	padding: 12px 0;
	font-weight: 600;
	font-size: 24px;
	border-radius: 10px;
	cursor: pointer;
	margin: 30px auto;
	display: block;
	line-height: 36px;
	margin-bottom: 5px;
}
.form_btn:hover {
	opacity: 0.8;
}
.crossbtn {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.emoji4 {
	position: absolute;
	right: -10px;
	top: -30px;
}
.steps {
	position: absolute;
	left: 33px;
	top: 250px;
}
.steps hr {
	min-width: 379px;
	color: #6D6D6D;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	position: absolute;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	left: -179px;
	top: 180px;
}
.steps ul {
	margin: 0;
	padding: 0;
}
.steps ul li {
	background-color: #000;
	width: 20px;
	height: 20px;
	line-height: 13px;
	margin-bottom: 20px;
	border-radius: 50px;
	border: 2px solid #6D6D6D;
	position: relative;
    z-index: 5;
}
.steps ul li.active {
	border-color: #FFCB74;
}
.steps ul li.active.orange_bg {
	text-align:center;
    background: #FFCB74;
}
.month.active-month, .year-header span {
    display: block;
    font-size: 26px;
    line-height: 39px;
    font-weight: 500;
    text-transform: capitalize;
}
.second_popup {
	display: none;
}
/*  Calendar wrapper */

/*  Calendar wrapper */
.calendar-container {
	position: relative;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	font: 13px Helvetica, Arial, san-serif;
	display: inline-block;
	padding: 20px 0px;
	float: left;
}
td.table-date.nil {
	visibility: hidden;
}
.second_popup .gray_wrap h3 {
	margin-bottom: 25px;
}
.months-table.w-100 {
    width: 140px;
    overflow: hidden;
    float: left;
    display: block;
}
.steps hr.active_hr {
	min-width: 20px;
	left: 0;
	top: 20px;
	z-index: 1;
	border-color: #FFCB74;
}
.months-row td {
	display: none;
}
.month.active-month {
	display: block;
	padding-left:33px;
}
.second_popup label {
	margin-bottom: 0;
}
.left-button.month_left {
    margin: 20px 0 0 20px;
}
.right-button_month.month_right {
    transform: translate(105px, -10px);
}
.year-header .left-button, .year-header .right-button {
    transform: translate(0, 2px);
}
.popup_wrap{
	display:none;
}
.form-control p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}
.paragraph_margin{
	margin-top:65px;
}
.third_popup .form_control label, label {
    margin-bottom: 55px;
}
.third_popup .gray_wrap h3{
	margin-bottom:80px;
}
.boxes{
	display:flex;
	}
.box {
    height: 140px;
    width: 140px;
    display: flex;
    text-align: center;
    border: 2px solid #F6F6F6;
    border-radius: 10px;
    flex-wrap: nowrap;
    cursor: pointer;
    align-items: center;
    margin: 0 auto 30px;
}
.box:hover{
	border-color:#FFCB74;
}
.box, .box p {
    color: #fff;
}
.box:hover p{
	color:#FFCB74;
}
.box p{
	width:100%;
}
.box_div {
    align-items: center;
    vertical-align: middle;
	width:100%;
    text-align: center;
}
.box:hover .nohover{
	display:none;
}
.box:hover .hover{
	display:inline;
	margin:0 auto;
}
.hover{
	display:none;
}
.boxes_wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 340px;
    margin: 0 auto;
}
.forth_popup .gray_wrap h3 {
    margin-bottom: 40px;
}
.forth_popup  .form_control label{
    margin-bottom: 35px;
}
.form_btn img {
    transform: translate(10px, 4px);
}
.gray_wrap h3 img {
    transform: translate(0, 10px);
}
.gray_wrap h3.alignleft {
    text-align: left;
}
.add_atthrate p {
    transform: translate(-1px, 50px);
    color: #fff;
}
.fifth_popup .gray_wrap h3.alignleft {
    text-align: left;
    margin-bottom: 90px;
}
.fifth_popup  .form_control label{
	margin-bottom:80px;
}
.sixth_popup .gray_wrap h3 {
    margin-bottom: 35px;
}
.sixth_popup label{
	margin-bottom:20px;
}
.third_popup .steps hr.active_hr {
    min-width: 71px;
    top: 40px;
    left: -25px;
}
.forth_popup .steps hr.active_hr {
    min-width: 121px;
    top: 70px;
    left: -50px;
}
.fifth_popup .steps hr.active_hr {
    min-width: 142px;
    top: 80px;
    left: -60px;
}
.sixth_popup .steps hr.active_hr {
    min-width: 192px;
    left: -86px;
    top: 100px;
}
.seven_popup .steps hr.active_hr {
    min-width: 240px;
    top: 110px;
    left: -109px;
}
.eight_popup .steps hr.active_hr {
    min-width: 271px;
    top: 140px;
    left: -125px;
}
.nine_popup .steps hr.active_hr {
    min-width: 300px;
    top: 158px;
    left: -140px;
}

.sevena_popup .popup_control {
    max-width: 750px;
}
.sevena_popup > .gray_wrap, .gray_wrap.new_wrap {
    min-height: 0;
}
.sevena_popup > .gray_wrap {
    max-width: 78%;
}
.sevena_popup .gray_wrap h3.alignleft {
    margin-bottom: 30px;
}

.sevena_popup .boxes_wrap {
    max-width: 100%;
}
.sevena_popup .box {
    height: auto;
    padding: 20px 10px;
}
.gray_wrap.new_wrap {
    transform: translate(0px, 0px);
}
.gray_wrap.new_wrap {
    max-width: 100%;
    padding: 0;
    width: 100%;
    margin: 0;
}


.calendar-container:after {
	clear: both;
}
.calendar {
	width: 100%;
	padding: 0;
}
/* Calendar Header */
.year-header {
	height: 40px;
	text-align: center;
	position: relative;
	color: #fff;
	float: right;
	width: 127px;
	border-top-left-radius: 3px;
	margin-top: 20px;
}
.left-button, .right-button {
	cursor: pointer;
	width: 28px;
	text-align: center;
	position: absolute;
	color: #fff !important;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size: 14px !important;
}
td.left-button.month_left {
    margin: 20px 0 0 20px;
}

.left-button:hover, .right-button:hover {
	color: #7e0cf5 !important;
}
.left-button {
	left: 0;
}
.right-button {
	right: 0;
	top: 0;
}
/* Buttons */
.button {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	font-size: 1rem;
	border-radius: 25px;
	padding: 0.65rem 1.9rem;
	-webkit-transition: .2s ease all;
	-o-transition: .2s ease all;
	transition: .2s ease all;
	color: white;
	border: none;
	background: #7e0cf5;
}
.button.button-white {
	background: #fff;
	color: #000;
}
.button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
#cancel-button {
	background: #cd4dcc;
}
#add-button {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#add-button:hover, #ok-button:hover, #cancel-button:hover {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
#add-button:active, #ok-button:active, #cancel-button:active {
	-webkit-transform: translateY(3px) scale(0.97);
	-ms-transform: translateY(3px) scale(0.97);
	transform: translateY(3px) scale(0.97);
}
/* Days/months tables */
.days-table, .dates-table, .months-table {
	border-collapse: separate;
	text-align: center;
}
.day {
    height: 26px;
    width: 26px;
    padding: 0 8px;
    line-height: 30px;
    font-size: 20px;
    border: 2px solid transparent;
    text-transform: uppercase;
    color: #fff;
}
.month {
	cursor: default;
	height: 26px;
	width: 26px;
	padding: 0 2px;
	padding-top: 10px;
	line-height: 26px;
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}
.fullwidth .popup_control {
    max-width: 1120px;
}
.fullwidth_wrap {
    display: flex;
}
.gray_wrap.first_gray {
    margin: 0 0 0 80px;
}
.eight_popup .gray_wrap h3, .nine_popup .gray_wrap h3{
	margin-bottom:20px;
}
.eight_popup .form_control label, .nine_popup .form_control label{
	margin-bottom:20px;
}
.nine_popup .box {
    height: auto;
    padding: 20px 10px;
}
.nine_popup label{
	font-size:20px !important;
}
.box p{
	margin-bottom:0;
}
.nine_popup .second_gray .box {
    padding: 10px 10px;
}
.thankyou h3{
	font-weight:bold;
	color:#fff;
	font-size:46px;
	margin-bottom:60px;
	line-height:69px;
}
.thankyou{
	text-align:center;
	padding:0px 0 100px;
	display:none;
}
.thankyou h3 span{
	color:#FFCB74;
}
.thankyou h2{
	font-weight:bold;
	color:#fff;
	font-size:60px;
	line-height:90px;
	margin-bottom:50px;
}
.thankyou h2 span{
	color:#FFCB74;
}
.thankyou p{
	font-weight: 600;
	font-size: 28px;
	line-height: 42px;
	text-align: center;
	color:#fff;
}
.thankimg1{
    position: absolute;
    left: 16%;
    margin-top: -140px;
}
.thankimg2 {
    position: absolute;
    right: 10%;
    margin-top: -50px;
}
.thankimg3 {
    transform: translate(-200px, -60px);
}
.thankimg4 {
    transform: translate(190px, -50px);
}

.alert{ max-width: 33.33%; position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}

.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}

.active-month {
	font-weight: 700;
	color: #fff;
}


/*  Dates table */
.table-date {
    cursor: default;
    color: #fff;
    height: 36px;
    width: 36px;
    font-size: 16px;
    padding: 0;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    position: relative;
}
.table-date:not(.nil):hover {
	border-color: #fff;
	background-color: #fff;
	color: #111;
}
.event-date {
	border-color: #fff;
	background: #7e0cf5;
	color: #fff;
}
.event-date:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	content: '';
	background: #28a745;
}
.active-date {
	background: #fff;
	color: #111111;
}
.event-date.active-date {
	background: #7e0cf5;
}
table.dates-table.w-100 {
	width: 100%;
}/*calendar end*/


.table-condensed{width: 100%;}
.datepicker-inline {width: 100% !important;}
.datepicker .dow{height: 26px; width: 26px; padding: 0 8px; line-height: 30px; font-size: 20px; border: 2px solid transparent; text-transform: uppercase; color: #fff;}
.datepicker tbody tr td .mains{
    cursor: default;
    color: #fff;
    height: 36px !important;
    width: 36px !important;
    font-size: 14px !important;
    padding: 0;
    line-height:31px !important;
    text-align: center;
    border-radius: 50% !important;
    border: 2px solid #fff;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    position: relative;
}
.datepicker tbody tr td{height: 44px;}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
	background: transparent !important;
	cursor: pointer;
}
.datepicker table tr td.day:hover .mains, .datepicker table tr td.day.focused .mains{
    background-color: #fff !important;
	color: #111;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
	background-color: transparent !important;
}

.datepicker table tr .day.active .mains{background: #fff !important; color: #000 !important;}
.datepicker table tr td span.month {line-height: 35px;}

.datepicker tr td:not(.nil):hover {
	border-color: #fff;
	background-color: transparent !important;
	color: #111;
  }

.datepicker table tr td span:hover {
	background: #686262 !important;
} 
.datepicker table tr td.old .mains, .datepicker table tr td.disabled .mains{border-color: #999999;}
.datepicker tr td:not(.nil):hover {
    border-color: #fff;
    background-color: #fff;
    color: #111;
}

.datepicker th.datepicker-switch {
	width: 145px;
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
}

.datepicker thead tr:first-child th{
	cursor: pointer;
	font-size: 26px;
	color: #fff;
}
.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
	background: transparent !important;
}

.box-outside{width: 146px; height: 146px; margin: 0px auto 30px; position: relative;}
.box-outside .box{width: 100%; height: 100%; margin: 0px;}
.box-outside input[type="radio"]{position: absolute;width: 100%;height: 100%;cursor: pointer;}
.box-outside input[type="radio"]:checked + .box{ border-color: #FFCB74; }
.box-outside input[type="radio"]:checked + .box .nohover{display:none;}
.box-outside input[type="radio"]:checked + .box .hover{display:inline;margin:0 auto;}
.box-outside input[type="radio"]:checked + .box p {color: #FFCB74; }

.nine_popup .box-outside{height: auto;}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
	background-color: #fff;
	background-image: none;
	color: #000;
}

.datepicker  table tr td span.active.active{background-color: #000;background-image: none;}
.datepicker  table tr td span.disabled, .datepicker  table tr td span.disabled:hover { color: #fff;}
.datepicker  table tr td span.old, .datepicker table tr td span.new {color: #fff;}
.datepicker  table tr td span{color: #fff;}


}	

@media screen and (max-width:1200px) {
.container {
	max-width: 96%;
	width: 100%;
}
}
@media screen and (max-width:1100px){
	.girlimg{
		max-width:770px;
	}
	.heart2 {
		right: -225px;
		top: -105px;
	}
	.eight_popup .gray_wrap {
		max-width: 43%;
	}
	.form_control label, label{
		font-size:23px;
	}
	.box{
		width:45%;
	}
}
@media screen and (max-width:991px){
	.heart2 {
		right: -45px;
		top: -195px;
	}
	#content{
		overflow:hidden;
		padding-top:130px;
	}
	.girlimg {
		right: -110px;
		height: auto;
		bottom: 0px;
		max-width: 500px;
		transform: translate(0, 40px);
	}	
	.header{
		margin-bottom:0;
	}
	.heart2 {
		top: -145px;
		width: 33%;
	}
	.eight_popup .gray_wrap {
		max-width: 40%;
	}	
	.gray_wrap.first_gray {
		margin: 0 0 0 8%;
	}
	/*.popup_control {
		top: 20px;
		transform: translate(0, 0);
		left: 0;
	}*/
	.nine_popup .gray_wrap{
		max-width:42%;
	}
	.month.active-month{
		padding-left:45px;
	}
	.thankyou{
		padding-top:120px;
	}
	.thankimg2{
		right:3%;
	}
	.thankimg2{
		top:140px;
	}
}
@media screen and (max-width:767px){
	.girlimg{
		max-width:400px;
	}
	.emoji3 {
		bottom: 39%;
	}
	.heart2 {
		top: -135px;
		width: 26%;
		right: 0;
	}
	.emoji2{
		left:14%;
	}
	
	.gray_wrap h3{
		margin-bottom:40px;
	}
	.gray_wrap h3{
		font-size:26px;
		line-height:38px;
	}
	.gray_wrap {
		max-width: 470px;
		width: 80%;
		margin: 0 auto;
		min-height:0 !important;
		min-height: 598px;
		transform: translate(6%, 0);
		padding:45px 20px 80px;
	}
	.form_control label, label {
		color: #fff;
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 60px;
	}
	.popup_control{
		top:20px;
	}
	.steps {
		left: 5%;
		top: 23%;
	}	
	.popup_control {
		max-width:100%;
	}
	.popuplogo{
		max-width:74%;
		margin:20px auto 40px;
	}
	.months-table.w-100{
		width:120px;
	}
	td.left-button.month_left{
		margin: 20px 0 0 1px;
	}
	.right-button_month.month_right {
		transform: translate(91px, -8px);
	}		
	.day{
		padding:0 6px;
		font-size:16px;
	}
	.month.active-month, .year-header span{
		font-size:18px;
	}
	.table-date {
		height: 100%;
		font-size: 11px;
		line-height: 27px;
	}	
	.box{
		width:47%;
	}
	.calendar-container {
		max-width: 290px;
		margin: 0 auto;
		display: block;
		float: none;
	}	
	.popup_control {
    top: 20px;
    transform: translate(0, 0);
    left:0;
	}
	.thankimg4 {
		transform: translate(111px, -30px);
	}	
	.thankimg3 {
		transform: translate(-50px, -60px);
	}
	.thankyou{
		padding-bottom:0;
	}
	.fullwidth_wrap {
		display: block;
	}	
	.nine_popup .gray_wrap {
		max-width: 79%;
		width: 100%;
		margin-bottom: 50px;
		padding-bottom:20px;
	}
	.box_div p {
		font-size: 14px;
	}	
	.year-header{
		max-width:93%;
	}
	.thankyou h3 {
		font-size: 36px;
		line-height: 59px;
	}	
}
@media screen and (max-width:600px){
	.heart2{
		width:46%;
	}
	.emoji3 {
		bottom: 49%;
		width: 100px;
	}	
	img.handimg{
		display:none;
	}
	.emoji2 {
		left: 5%;
		width: 100px;
	}
	.logo {
		max-width: 80%;
	}
	#content p{
		width:88%;
		font-size:18px;
	}
	#content h2 {
		font-size: 28px;
		line-height: 37px;
	}	
	.dates-table.w-100 {
		border-spacing: 5px 5px !important;
	}	
	.calendar-container {
    	max-width: 100%;
	}
	.day {
		padding: 0 3px;
		font-size: 11px;
	}	
	.form_btn{
		font-size:21px;
	}
	.months-table.w-100 {
		width: 97px;
		margin-top: 3px;
	}	
	.month.active-month {
		padding-left: 24px;
	}
	.right-button_month.month_right {
		transform: translate(73px, -9px);
	}
	.year-header {
		max-width: 51%;
	}		
	.eight_popup .gray_wrap {
		max-width: 100%;
	}
	.gray_wrap.first_gray {
		margin: 0 0 20px 10%;
	}
	.fifth_popup .form_control label {
		margin-bottom: 20px;
	}
	.thankyou h2{
		font-size:50px;
		line-height:80px;
	}
	.thankyou p{
		font-size:22px;
		line-height:36px;
	}
	.thankimg3 {
		transform:translate(14px, -50px);
		width: 32%;
	}	
	.thankimg4 {
		transform: translate(11px, -10px);
		width: 61%;
	}
}

.table-condensed{width: 100%;}
.datepicker-inline {width: 100% !important;}
.datepicker .dow{height: 26px; width: 26px; padding: 0 8px; line-height: 30px; font-size: 20px; border: 2px solid transparent; text-transform: uppercase; color: #fff;}
.datepicker tbody tr td .mains{
    cursor: default;
    color: #fff;
    height: 36px !important;
    width: 36px !important;
    font-size: 14px !important;
    padding: 0;
    line-height:31px !important;
    text-align: center;
    border-radius: 50% !important;
    border: 2px solid #fff;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    position: relative;
}
.datepicker tbody tr td{height: 44px;}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
	background: transparent !important;
	cursor: pointer;
}
.datepicker table tr td.day:hover .mains, .datepicker table tr td.day.focused .mains{
    background-color: #fff !important;
	color: #111;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
	background-color: transparent !important;
}

.datepicker table tr .day.active .mains{background: #fff !important; color: #000 !important;}
.datepicker table tr td span.month {line-height: 35px;}

.datepicker tr td:not(.nil):hover {
	border-color: #fff;
	background-color: transparent !important;
	color: #111;
  }

.datepicker table tr td span:hover {
	background: #686262 !important;
} 
.datepicker table tr td.old .mains, .datepicker table tr td.disabled .mains{border-color: #999999;}
.datepicker tr td:not(.nil):hover {
    border-color: #fff;
    background-color: #fff;
    color: #111;
}

.datepicker th.datepicker-switch {
	width: 145px;
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
}

.datepicker thead tr:first-child th{
	cursor: pointer;
	font-size: 26px;
	color: #fff;
}
.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
	background: transparent !important;
}

.box-outside{width: 146px; height: 146px; margin: 0px auto 30px; position: relative;}
.box-outside .box{width: 100%; height: 100%; margin: 0px;}
.box-outside input[type="radio"]{position: absolute;width: 100%;height: 100%;cursor: pointer;}
.box-outside input[type="radio"]:checked + .box{ border-color: #FFCB74; }
.box-outside input[type="radio"]:checked + .box .nohover{display:none;}
.box-outside input[type="radio"]:checked + .box .hover{display:inline;margin:0 auto;}
.box-outside input[type="radio"]:checked + .box p {color: #FFCB74; }

.nine_popup .box-outside{height: auto;}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
	background-color: #fff;
	background-image: none;
	color: #000;
}

.datepicker  table tr td span.active.active{background-color: #000;background-image: none;}
.datepicker  table tr td span.disabled, .datepicker  table tr td span.disabled:hover { color: #fff;}
.datepicker  table tr td span.old, .datepicker table tr td span.new {color: #fff;}
.datepicker  table tr td span{color: #fff;}




@media screen and (max-width: 1100px) {
  .box {width: 45%;}
}

@media(max-width:767px){
	
.box-outside{width: 47%; }

}	

@media(max-width:600px){
.logo {max-width: 100%; display: flex;align-items: center;justify-content: space-between;}
.login_link{float: none;}

}


@media(max-width:500px){
	.datepicker thead tr:first-child th{font-size: 14px;}
	.datepicker .dow{font-size: 14px;padding: 0px !important;}
	.datepicker tbody tr td{font-size: 14px; height: 36px; border: 0px;}
	.datepicker tbody tr td .mains{ font-size: 12px !important;line-height: 25px !important; width: 25px !important; height: 25px !important; border-width: 1px !important;}
	.datepicker table{border-spacing: 0px;}


}

	