/********************** Start Common Css **********************/
*{
	 box-sizing:border-box;
}
body,h1,h2,h3,h4,ul,li,p{
  	margin:0px;
  	padding:0px;
}
body{
  	font-family: "Roboto", sans-serif;
  	font-weight: 400;
    background: #fff;
}
a{
  	display:inline-block;
  	text-decoration: none;
}
img{
	 max-width:100%;
}
.container{
  	max-width: 1460px !important; 
  	width: 100% !important;
  	margin: 0px auto;
    padding: 0px !important;
}
@font-face {
  font-family: 'Ananda Personal Use';
  src: url('../fonts/Ananda Personal Use.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
/********************** End Common Css **********************/

/********************** Start Header Section Css **********************/
.the_bliss_web_app_header_main {
    background: #F9F9F9;
    padding: 20px 50px;
}
.the_bliss_web_app_header_main .the_bliss_web_app_header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.the_bliss_web_app_header_inner .the_bliss_web_app_logo_sec a img {
    max-width: 210px;
    width: 100%;
    height: 100%;
}
.the_bliss_web_app_header_inner .the_bliss_web_app_Header_text_sec {
    display: flex;
    align-items: center;
}
.the_bliss_web_app_header_inner .the_bliss_web_app_Header_text_sec span {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
}
.the_bliss_web_app_header_inner .the_bliss_web_app_Header_text_sec span a {
    color: #fff;
    text-decoration: none;
    margin-left: 5px;
}
.the_bliss_web_app_Header_text_sec .the_bliss_web_app_Header_button_main {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.the_bliss_web_app_Header_button_main .the_bliss_web_app_Header_button.the_bliss_register_button a {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    letter-spacing: 0px;
    text-decoration: none;
    border: 1px solid transparent;
    padding: 12px 30px;
    border-radius: 25px;
    position: relative;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(217, 94, 28, 1) 0%, rgba(225, 32, 27, 1) 100%);
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
}
/*.the_bliss_web_app_Header_button_main .the_bliss_web_app_Header_button.the_bliss_register_button a:hover {
    background: #fff;
    color: #000;
}*/
.the_bliss_web_app_Header_button_main .the_bliss_web_app_Header_button.the_bliss_login_button a {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    letter-spacing: 0px;
    text-decoration: none;
    border: 1px solid transparent;
    padding: 12px 30px;
    border-radius: 25px;
    position: relative;
    background: #fff;
    transition: all 0.5s ease-in-out;
}
/*.the_bliss_web_app_Header_button_main .the_bliss_web_app_Header_button.the_bliss_login_button a:hover {
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(217, 94, 28, 1) 0%, rgba(225, 32, 27, 1) 100%);
    color: #fff;
}*/
.the_bliss_web_app_header_inner .the_bliss_web_app_Header_text_sec .the_bliss_web_app_Header_button2.the_bliss_login_button2 a {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    letter-spacing: 0px;
    text-decoration: none;
    border: 1px solid transparent;
    padding: 12px 30px;
    border-radius: 25px;
    position: relative;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(217, 94, 28, 1) 0%, rgba(225, 32, 27, 1) 100%);
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
}
/********************** End Header Section Css **********************/

/********************** Start Register Page Css **********************/
.the_bliss_web_app_register_main {
    padding: 50px;
}
.the_bliss_web_app_register_main .the_bliss_web_app_register_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.the_bliss_web_app_register_inner .the_bliss_web_app_register_img {
    margin-right: 50px;
    max-width: 50%;
    width: 100%;
}
.the_bliss_web_app_register_inner .the_bliss_web_app_register_img img {
    max-width: 600px;
    width: 100%;
    height: 100%;
}
.the_bliss_web_app_register_inner .the_bliss_web_app_register_form_main {
    background: #1D1B1B;
    border-radius: 15px;
    padding: 50px;
    max-width: 50%;
    width: 100%;
}
.the_bliss_web_app_register_form_main .the_bliss_web_app_register_heading_main h1 {
    font-family: 'Ananda Personal Use';
    font-size: 35px;
    line-height: 40px;
    color: #D7541C;
    margin-bottom: 20px;
    text-align: center;
}
.the_bliss_web_app_register_form_main .the_bliss_web_app_register_heading_main span {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
    display: flex;
    justify-content: center;
}
.the_bliss_web_app_register_form_main form.the_bliss_web_app_register_form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.the_bliss_web_app_register_form_main form.the_bliss_web_app_register_form .the_bliss_register_form_field {
    max-width: 48%;
    width: 100%;
    position: relative;
}
form.the_bliss_web_app_register_form .the_bliss_register_form_field label {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
    transition: all 0.5s ease-in-out;
}
form.the_bliss_web_app_register_form .the_bliss_register_form_field label span {
    color: #FF4C00;
    margin-left: 5px;
}
form.the_bliss_web_app_register_form .the_bliss_register_form_field input {
    max-width: 100%;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
    padding: 15px 20px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    outline: none !important;
    margin-bottom: 40px;
    margin-top: 10px;
    transition: all 0.5s ease-in-out;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
form.the_bliss_web_app_register_form .the_bliss_register_form_button_inner {
    width: 100%;
}
form.the_bliss_web_app_register_form .the_bliss_register_form_button_inner button.the_bliss_register_form_sub_button {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    letter-spacing: 0px;
    text-decoration: none;
    max-width: 100%;
    width: 100%;
    padding: 14px 40px;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(217, 94, 28, 1) 0%, rgba(225, 32, 27, 1) 100%);
    outline: none !important;
    border: none !important;
    cursor: pointer;
    margin-top: 20px;
    text-transform: uppercase;
}

.the_bliss_web_app_register_form_main form.the_bliss_web_app_register_form .the_bliss_register_form_error_msg span{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #FF4C00 !important;
    line-height: 25px;
    position: absolute;
    left: 0;
    bottom: 10px;
    /*display: none;*/
}
.the_bliss_web_app_register_inner .the_bliss_web_app_register_form_bottom_text span {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.the_bliss_web_app_register_inner .the_bliss_web_app_register_form_bottom_text span a {
    color: #D7541C;
    margin-left: 5px;
}
/********************** End Register Page Css **********************/

/********************** Start Login Page Css **********************/
.the_bliss_web_app_login_main {
    padding: 50px;
}
.the_bliss_web_app_login_main .the_bliss_web_app_login_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.the_bliss_web_app_login_inner .the_bliss_web_app_login_img {
    margin-right: 50px;
    max-width: 50%;
    width: 100%;
}
.the_bliss_web_app_login_inner .the_bliss_web_app_login_img img {
    max-width: 600px;
    width: 100%;
    height: 100%;
}
.the_bliss_web_app_login_inner .the_bliss_web_app_login_form_main {
    background: #28b7ba08;
    border-radius: 15px;
    padding: 50px;
    max-width: 50%;
    width: 100%;
}
.the_bliss_web_app_login_form_main .the_bliss_web_app_login_heading_main h1 {
    font-family: 'Ananda Personal Use';
    font-size: 35px;
    line-height: 40px;
    color: #063259;
    margin-bottom: 20px;
    text-align: center;
}
.the_bliss_web_app_login_form_main .the_bliss_web_app_login_heading_main span {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #28B7BA;
    display: flex;
    justify-content: center;
}
.the_bliss_web_app_login_form_main form.the_bliss_web_app_login_form {
    margin-top: 30px;
}
.the_bliss_web_app_login_form_main form.the_bliss_web_app_login_form .the_bliss_login_form_field {
    max-width: 100%;
    width: 100%;
    position: relative;
}
form.the_bliss_web_app_login_form .the_bliss_login_form_field label {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #063259;
    line-height: 25px;
    transition: all 0.5s ease-in-out;
}
form.the_bliss_web_app_login_form .the_bliss_login_form_field label span {
    color: #FF4C00;
    margin-left: 5px;
}
form.the_bliss_web_app_login_form .the_bliss_login_form_field input {
    max-width: 100%;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000000;
    padding: 15px 20px;
    background: transparent;
    border: 1px solid #28B7BA;
    border-radius: 10px;
    outline: none !important;
    margin-bottom: 40px;
    margin-top: 10px;
    transition: all 0.5s ease-in-out;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
form.the_bliss_web_app_login_form .the_bliss_login_form_button_inner {
    width: 100%;
}
form.the_bliss_web_app_login_form .the_bliss_login_form_button_inner button.the_bliss_login_form_sub_button {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    letter-spacing: 0px;
    text-decoration: none;
    max-width: 100%;
    width: 100%;
    padding: 14px 40px;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(90deg,rgba(40, 183, 186, 1) 0%, rgba(6, 50, 89, 1) 100%);
    outline: none !important;
    border: none !important;
    cursor: pointer;
    margin-top: 20px;
    text-transform: uppercase;
}
/*.the_bliss_web_app_login_form_main form.the_bliss_web_app_login_form span.the_bliss_login_form_error_msg p {*/
/*    font-family: "Roboto", sans-serif;*/
/*    font-size: 16px;*/
/*    font-weight: 300;*/
/*    color: #FF4C00;*/
/*    line-height: 25px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 10px;*/
    /*display: none;*/
/*}*/
form.the_bliss_web_app_login_form span.the_bliss_register_form_error_msg p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #FF4C00;
    line-height: 25px;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.the_bliss_web_app_login_inner .the_bliss_web_app_login_form_bottom_text span {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.the_bliss_web_app_login_inner .the_bliss_web_app_login_form_bottom_text span a {
    color: #063259;
    margin-left: 5px;
}
/********************** End Login Page Css **********************/

/********************** Start OTP Page Css **********************/
.the_bliss_web_app_login_otp_main {
    padding: 50px;
}
.the_bliss_web_app_login_otp_main .the_bliss_web_app_login_otp_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.the_bliss_web_app_login_otp_inner .the_bliss_web_app_login_otp_img {
    margin-right: 50px;
    max-width: 50%;
    width: 100%;
}
.the_bliss_web_app_login_otp_inner .the_bliss_web_app_login_otp_img img {
    max-width: 600px;
    width: 100%;
    height: 100%;
}
.the_bliss_web_app_login_otp_inner .the_bliss_web_app_login_otp_form_main {
    background: #1D1B1B;
    border-radius: 15px;
    padding: 50px;
    max-width: 50%;
    width: 100%;
}.the_bliss_web_app_login_otp_form_main .the_bliss_web_app_login_otp_heading_main {
    text-align: center;
}
.the_bliss_web_app_login_otp_form_main .the_bliss_web_app_login_otp_heading_main h1 {
    font-family: 'Ananda Personal Use';
    font-size: 35px;
    line-height: 40px;
    color: #D7541C;
    margin-bottom: 20px;
}
.the_bliss_web_app_login_otp_form_main .the_bliss_web_app_login_otp_heading_main span {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
}
.the_bliss_web_app_login_otp_form_main form.the_bliss_web_app_login_otp_form {
    margin-top: 30px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: end;
}
.the_bliss_web_app_login_otp_form_main form.the_bliss_web_app_login_otp_form .the_bliss_login_otp_form_field {
    max-width: 50%;
    width: 100%;
    position: relative;
}
form.the_bliss_web_app_login_otp_form .the_bliss_login_otp_form_field label {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
    transition: all 0.5s ease-in-out;
}
form.the_bliss_web_app_login_otp_form .the_bliss_login_otp_form_field label span {
    color: #FF4C00;
    margin-left: 5px;
}
form.the_bliss_web_app_login_otp_form .the_bliss_login_otp_form_field input {
    max-width: 100%;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
    padding: 15px 20px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    outline: none !important;
    margin-bottom: 40px;
    margin-top: 10px;
    transition: all 0.5s ease-in-out;
}
form.the_bliss_web_app_login_otp_form input.the_bliss_login_resend_otp_button {
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(217, 94, 28, 1) 0%, rgba(225, 32, 27, 1) 100%);
    border: none;
}
form.the_bliss_web_app_login_otp_form .the_bliss_login_otp_form_field .the_bliss_login_otp_time_watch_text {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #D7541C;
    position: absolute;
    bottom: 10px;
}
form.the_bliss_web_app_login_otp_form .the_bliss_login_otp_form_field.the_bliss_login_resend_otp_button {
    max-width: 200px;
    width: 100%;
    margin-left: 20px;
}
form.the_bliss_web_app_login_otp_form .the_bliss_login_otp_form_field.the_bliss_login_resend_otp_button button.the_bliss_login_resend_otp_button {
    max-width: 100%;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #fff;
    padding: 15px 20px;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(217, 94, 28, 1) 0%, rgba(225, 32, 27, 1) 100%);
    border: 1px solid transparent;
    border-radius: 10px;
    outline: none !important;
    margin-bottom: 40px;
    margin-top: 10px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
form.the_bliss_web_app_login_otp_form .the_bliss_login_otp_form_button_inner {
    width: 100%;
}
form.the_bliss_web_app_login_otp_form .the_bliss_login_otp_form_button_inner button.the_bliss_login_otp_form_sub_button {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    letter-spacing: 0px;
    text-decoration: none;
    max-width: 100%;
    width: 100%;
    padding: 14px 40px;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(217, 94, 28, 1) 0%, rgba(225, 32, 27, 1) 100%);
    outline: none !important;
    border: none !important;
    cursor: pointer;
    margin-top: 40px;
    text-transform: uppercase;
}
.the_bliss_web_app_login_otp_form_main form.the_bliss_web_app_login_otp_form span.the_bliss_login_otp_form_error_msg {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #FF4C00;
    line-height: 25px;
    position: absolute;
    left: 0;
    bottom: -35px;
    display: none;
}
/********************** End OTP Page Css **********************/

/********************** Start Welcome Letter Page Css **********************/
.the_bliss_web_wel_lett_main {
    padding: 50px;
}
.the_bliss_web_wel_lett_main .the_bliss_web_wel_lett_inner {
    display: flex;
    justify-content: center;
}
.the_bliss_web_wel_lett_inner .the_bliss_web_wel_lett_detail {
    background: #1D1B1B;
    border-radius: 20px;
    padding: 50px;
    max-width: 1000px;
    width: 100%;
}
.the_bliss_web_wel_lett_detail .the_bliss_web_wel_lett_heading h1 {
    font-family: 'Ananda Personal Use';
    font-size: 35px;
    line-height: 40px;
    color: #D7541C;
    margin-bottom: 30px;
}
.the_bliss_web_wel_lett_detail .the_bliss_web_wel_lett_detail_inner {
    margin-bottom: 30px;
}
.the_bliss_web_wel_lett_detail .the_bliss_web_wel_lett_detail_inner p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}
.the_bliss_web_wel_lett_detail .the_bliss_web_wel_lett_detail_bottom span {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
}
.the_bliss_web_wel_lett_detail .the_bliss_web_wel_lett_detail_bottom p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
}
.the_bliss_web_wel_lett_detail .the_bliss_web_wel_lett_detail_bottom p:first-of-type{
    margin-top: 20px;
}
.the_bliss_web_wel_lett_detail .the_bliss_web_wel_lett_detail_bottom p a {
    text-decoration: none;
    color: #fff;
}
/********************** End Welcome Letter Page Css **********************/

/********************** Start Forget Password Page Css **********************/
.the_bliss_web_app_forget_main {
    padding: 50px;
}
.the_bliss_web_app_forget_main .the_bliss_web_app_forget_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.the_bliss_web_app_forget_inner .the_bliss_web_app_forget_img {
    margin-right: 50px;
    max-width: 50%;
    width: 100%;
}
.the_bliss_web_app_forget_inner .the_bliss_web_app_forget_img img {
    max-width: 600px;
    width: 100%;
    height: 100%;
}
.the_bliss_web_app_forget_inner .the_bliss_web_app_forget_form_main {
    background: #28b7ba08;
    border-radius: 15px;
    padding: 50px;
    max-width: 50%;
    width: 100%;
}
.the_bliss_web_app_forget_form_main .the_bliss_web_app_forget_heading_main h1 {
    font-family: 'Ananda Personal Use';
    font-size: 35px;
    line-height: 40px;
    color: #063259;
    margin-bottom: 20px;
    text-align: center;
}
.the_bliss_web_app_forget_form_main .the_bliss_web_app_forget_form_inner form.the_bliss_web_app_forget_form {
    margin-top: 30px;
}
.the_bliss_web_app_forget_form_inner form.the_bliss_web_app_forget_form .the_bliss_forget_form_field {
    max-width: 100%;
    width: 100%;
    position: relative;
}
form.the_bliss_web_app_forget_form .the_bliss_forget_form_field label {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #063259;
    line-height: 25px;
    transition: all 0.5s ease-in-out;
}
form.the_bliss_web_app_forget_form .the_bliss_forget_form_field label span {
    color: #FF4C00;
    margin-left: 5px;
}
form.the_bliss_web_app_forget_form .the_bliss_forget_form_field input {
    max-width: 100%;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000000;
    padding: 15px 20px;
    background: transparent;
    border: 1px solid #28B7BA;
    border-radius: 10px;
    outline: none !important;
    margin-bottom: 40px;
    margin-top: 10px;
    transition: all 0.5s ease-in-out;
}
.the_bliss_web_app_forget_form_inner form.the_bliss_web_app_forget_form span.the_bliss_forget_form_error_msg span{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #FF4C00 !important;
    line-height: 25px;
    position: absolute;
    left: 0;
    bottom: 10px;
    /*display: none;*/
}
.the_bliss_web_app_forget_form_inner form.the_bliss_web_app_forget_form .the_bliss_forget_form_field_other {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: end;
}
form.the_bliss_web_app_forget_form .the_bliss_forget_form_field_other .the_bliss_forget_form_field {
    max-width: 50%;
    width: 100%;
    position: relative;
}
form.the_bliss_web_app_forget_form .the_bliss_forget_form_field_other .the_bliss_forget_form_field.the_bliss_forget_request_otp_button {
    max-width: 200px;
    width: 100%;
    margin-left: 20px;
}
.the_bliss_forget_form_field_other .the_bliss_forget_form_field.the_bliss_forget_request_otp_button button.the_bliss_forget_request_otp_button {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    letter-spacing: 0px;
    text-decoration: none;
    max-width: 100%;
    width: 100%;
    padding: 15px 20px;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(90deg,rgba(40, 183, 186, 1) 0%, rgba(6, 50, 89, 1) 100%);
    outline: none !important;
    border: none !important;
    cursor: pointer;
    text-transform: uppercase;
}
.the_bliss_forget_form_field_other .the_bliss_forget_form_field input {
    margin-bottom: 0px !important;
}
.the_bliss_web_app_forget_form_inner form.the_bliss_web_app_forget_form .the_bliss_forget_otp_form_button_inner button.the_bliss_forget_otp_form_sub_button {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    letter-spacing: 0px;
    text-decoration: none;
    max-width: 100%;
    width: 100%;
    padding: 14px 40px;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(90deg,rgba(40, 183, 186, 1) 0%, rgba(6, 50, 89, 1) 100%);
    outline: none !important;
    border: none !important;
    cursor: pointer;
    margin-top: 40px;
    text-transform: uppercase;
}
/********************** End Forget Password Page Css **********************/






































/********************** Start Footer Section Css **********************/
.the_bliss_web_app_footer_main {
    background: #272424;
    padding: 20px 50px;
}
.the_bliss_web_app_footer_main .the_bliss_web_app_footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.the_bliss_web_app_footer_inner .the_bliss_web_app_footer_social_detail {
    display: flex;
    align-items: center;
}
.the_bliss_web_app_footer_inner .the_bliss_web_app_footer_social_detail span {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-right: 20px;
}
.the_bliss_web_app_footer_social_detail .the_bliss_web_app_footer_social_icon_list ul {
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
}
.the_bliss_web_app_footer_social_detail .the_bliss_web_app_footer_social_icon_list ul li.the_bliss_web_app_footer_social_Icon_link:first-child {
    margin-left: 0px;
}
.the_bliss_web_app_footer_social_detail .the_bliss_web_app_footer_social_icon_list ul li.the_bliss_web_app_footer_social_Icon_link:last-child {
    margin-right: 0px;
}
.the_bliss_web_app_footer_social_detail .the_bliss_web_app_footer_social_icon_list ul li.the_bliss_web_app_footer_social_Icon_link {
    margin: 5px 10px;
}
.the_bliss_web_app_footer_social_detail .the_bliss_web_app_footer_social_icon_list ul li.the_bliss_web_app_footer_social_Icon_link a {
    background: #575252;
    height: 45px;
    width: 45px;
    font-size: 18px;
    line-height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    outline: none;
    transition: all 0.5s ease-in-out;
}
.the_bliss_web_app_footer_social_detail .the_bliss_web_app_footer_social_icon_list ul li.the_bliss_web_app_footer_social_Icon_link a:hover {
    background: #fff;   
    color: #28B7BA;
}
.the_bliss_web_app_footer_inner .the_bliss_web_app_footer_copyright_text p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
}
/********************** End Footer Section Css **********************/

/********************** Start Share Referral Page Css ***********************/
.the_bliss_web_app_share_referral_main {
    padding: 50px;
}
.the_bliss_web_app_share_referral_main .the_bliss_web_app_share_referral_main_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.the_bliss_web_app_share_referral_main .the_bliss_web_app_share_referral_main_heading h1 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
}
.the_bliss_web_app_share_referral_main .the_bliss_web_app_share_referral_share a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    border-radius: 5px;
    background: transparent !important;
    color: #D55B1C !important;
    border: 1px solid #D55B1C !important;
    transition: all 0.5s ease-in-out;
    margin-left: 10px;
    outline: none !important;
    visibility: hidden;
}
.the_bliss_web_app_share_referral_main .the_bliss_web_app_share_referral_share a i {
    font-size: 18px;
}
.the_bliss_web_app_share_referral_main .the_bliss_web_app_share_referral_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1.5px solid #ffffff38;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.the_bliss_web_app_share_referral_main .the_bliss_web_app_share_referral_inner::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #1C1C1C;
    top: 0;
    left: 0;
    z-index: -9;
}
.the_bliss_web_app_share_referral_inner .the_bliss_web_app_share_referral_img_sec {
    max-width: 50%;
    width: 100%;
    padding: 50px;
    text-align: center;
}
.the_bliss_web_app_share_referral_inner .the_bliss_web_app_share_referral_img_sec img {
    max-width: 450px;
    width: 100%;
    height: 100%;
}
.the_bliss_web_app_share_referral_main .the_bliss_web_app_share_referral_inner::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #242424;
    right: 0;
    top: 0;
    z-index: -9;
}
.the_bliss_web_app_share_referral_inner .the_bliss_web_app_share_referral_con_sec {
    padding: 40px;
}
.the_bliss_web_app_share_referral_con_sec .the_bliss_web_app_share_referral_con {
    background: #000000;
    border: 1px solid #ffffff40;
    border-radius: 10px;
    padding: 30px;
}
.the_bliss_web_app_share_referral_con span {
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.the_bliss_web_app_share_referral_con p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 25px;
}
.the_bliss_web_app_share_referral_code form.the_bliss_web_app_share_referral_code_form .the_bliss_web_app_share_referral_code_field {
    max-width: 100%;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
form.the_bliss_web_app_share_referral_code_form .the_bliss_web_app_share_referral_code_field label {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
    transition: all 0.5s ease-in-out;
}
form.the_bliss_web_app_share_referral_code_form .the_bliss_web_app_share_referral_code_field input {
    max-width: 80%;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
    padding: 15px 20px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    outline: none !important;
    transition: all 0.5s ease-in-out;
}
form.the_bliss_web_app_share_referral_code_form .the_bliss_web_app_share_referral_code_field input::placeholder {
    color: #7B7B7B;
}
form.the_bliss_web_app_share_referral_code_form .the_bliss_web_app_share_referral_code_field span {
    position: absolute;
    right: 20px;
    top: 10px;
}
form.the_bliss_web_app_share_referral_code_form .the_bliss_web_app_share_referral_code_field span img {
    max-width: 25px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
form.the_bliss_web_app_share_referral_code_form .the_bliss_web_app_share_referral_code_button_inner button.the_bliss_web_app_share_referral_code_sub_button {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    letter-spacing: 0px;
    text-decoration: none;
    max-width: 100%;
    width: 100%;
    padding: 14px 40px;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(217, 94, 28, 1) 0%, rgba(225, 32, 27, 1) 100%);
    outline: none !important;
    border: none !important;
    cursor: pointer;
    margin-top: 30px;
    text-transform: uppercase;
}
/********************** End Share Referral Page Css ***********************/

/*********************** Start My Coupon Page Css ***********************/
.the_bliss_web_app_my_coupon_main {
    /*padding: 50px 50px 120px 50px;*/
    padding: 25px 25px 120px 25px;
}
.the_bliss_web_app_my_coupon_inner .the_bliss_web_app_my_coupon_heading h1 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.the_bliss_web_app_my_coupon_inner .the_bliss_web_app_my_coupen_inner {
    background: url('../image/Coupen_Background_Img.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-origin: border-box;
    background-size: cover;
    max-width: 500px;
    width: 100%;
    height: 100%;
    padding: 50px 100px;
    border: 1.5px solid #ffffff38;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.the_bliss_web_app_my_coupon_main .the_bliss_web_app_my_coupon_inner_detail {
    max-width: 50%;
    width: 100%;
    position: relative;
}
.the_bliss_web_app_my_coupen_inner .the_bliss_web_app_my_coupen_share_sec span a {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
    padding: 15px 20px;
    background: transparent;
    border: 1px solid #ffffff38;
    outline: none !important;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 20px;
    right: 20px;
}
.the_bliss_web_app_my_coupen_inner .the_bliss_web_app_my_coupen_share_sec span a i {
    font-size: 16px;
    margin-left: 10px;
}
.the_bliss_web_app_my_coupen_inner .the_bliss_web_app_my_coupen_detail {
    text-align: center;
    margin-top: 50px;
}
.the_bliss_web_app_my_coupen_detail .the_bliss_web_app_my_coupen_show img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 15px;
}
.the_bliss_web_app_my_coupen_detail .the_bliss_web_app_my_coupen_show span.the_bliss_web_app_my_coupen_code {
    max-width: 100%;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #fff;
    padding: 15px 20px;
    background: #1C1C1C;
    border: 1px solid #ffffff38;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    transition: all 0.5s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.the_bliss_web_app_my_coupen_detail .the_bliss_web_app_my_coupen_show span.the_bliss_web_app_my_coupen_code i {
    color: #FF4C00;
    margin-left: 10px;
    cursor: pointer;
}
.the_bliss_web_app_my_coupen_detail .the_bliss_web_app_my_coupen_show p.the_bliss_web_app_my_coupen_erp {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #BFBFBF;
}
.the_bliss_web_app_my_coupon_inner .the_bliss_web_app_my_coupon_pagenation_inner {
    display: flex;
    align-items: center;
    margin-top: 20px;
    position: absolute;
    left: 270px;
}
.the_bliss_web_app_my_coupon_pagenation_inner .the_bliss_web_app_my_coupon_pagenation_back {
    margin-right: 10px;
}
.the_bliss_web_app_my_coupon_pagenation_inner .the_bliss_web_app_my_coupon_pagenation_back a {
    max-width: 100%;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
    padding: 12px 35px;
    background: #2D2D2D;
    border: none;
    border-radius: 25px;
    outline: none !important;
}
.the_bliss_web_app_my_coupon_pagenation_inner .the_bliss_web_app_my_coupon_pagenation_next a {
    max-width: 100%;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
    padding: 12px 35px;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(217, 94, 28, 1) 0%, rgba(225, 32, 27, 1) 100%);
    border: none;
    border-radius: 25px;
    outline: none !important;
}
/*********************** End My Coupon Page Css ***********************/

/********************** Start Membership Page Css **********************/
.the_bliss_web_app_my_membership_main {
    /*padding: 30px;*/
}
.the_bliss_web_app_my_membership_main .the_bliss_web_app_my_membership_inner h1 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.the_bliss_web_app_my_membership_inner .the_bliss_web_app_my_membership_list_main {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    margin: 10px -10px;
}
.the_bliss_web_app_my_membership_list_main .the_bliss_web_app_my_membership_list {
    max-width: 31%;
    width: 100%;
    margin: 10px;
    background: #1C1C1C;
    border: 1.5px solid #ffffff38;
    border-radius: 10px;
    overflow: hidden;
}
.the_bliss_web_app_my_membership_list .the_bliss_web_app_my_membership_img {
    position: relative;
}
.the_bliss_web_app_my_membership_list .the_bliss_web_app_my_membership_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000a6;
    top: 0;
    left: 0;
}
.the_bliss_web_app_my_membership_list .the_bliss_web_app_my_membership_img img {
    max-width: 450px;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0px 0px;
}
.the_bliss_web_app_my_membership_list .the_bliss_web_app_my_membership_main_text h2.the_bliss_web_app_my_membership_main_heading {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.the_bliss_web_app_my_membership_list .the_bliss_web_app_my_membership_main_text span.the_bliss_web_app_my_membership_main_price {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    letter-spacing: 0px;
    text-decoration: none;
    max-width: 150px;
    width: 100%;
    padding: 14px 40px;
    border-radius: 10px 0px 0px 0px;
    position: relative;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(217, 94, 28, 1) 0%, rgba(225, 32, 27, 1) 100%);
    position: absolute;
    bottom: 0;
    right: 0;
}
.the_bliss_web_app_my_membership_list .the_bliss_web_app_my_membership_list_detail {
    padding: 20px;
}
.the_bliss_web_app_my_membership_list_detail .the_bliss_web_app_my_membership_detail {
    display: flex;
    align-items: center;
}
.the_bliss_web_app_my_membership_detail .the_bliss_web_app_my_membership_detail_left_side {
    max-width: 50%;
    width: 100%;
    margin-right: 10px;
}
.the_bliss_web_app_my_membership_detail .the_bliss_web_app_my_membership_detail_right_side {
    max-width: 50%;
    width: 100%;
}
.the_bliss_web_app_my_membership_detail .the_bliss_web_app_my_membership_detail_left_side h3 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.the_bliss_web_app_my_membership_detail .the_bliss_web_app_my_membership_detail_left_side span {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}
.the_bliss_web_app_my_membership_detail .the_bliss_web_app_my_membership_detail_right_side h3 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.the_bliss_web_app_my_membership_detail .the_bliss_web_app_my_membership_detail_right_side span {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}
.the_bliss_web_app_my_membership_list_detail .the_bliss_web_app_my_membership_detail:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 20px;
}
.the_bliss_web_app_my_membership_list_detail .the_bliss_web_app_my_membership_main_button button.the_bliss_web_app_my_membership_sub_button {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    letter-spacing: 0px;
    text-decoration: none;
    max-width: 100%;
    width: 100%;
    padding: 14px 40px;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(217, 94, 28, 1) 0%, rgba(225, 32, 27, 1) 100%);
    outline: none !important;
    border: none !important;
    cursor: pointer;
    margin-top: 20px;
}
.the_bliss_web_app_my_membership_inner .the_bliss_web_app_my_membership_load_more_button {
    text-align: center;
}
.the_bliss_web_app_my_membership_inner .the_bliss_web_app_my_membership_load_more_button button.the_bliss_web_app_my_membership_load_more_sub_button {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    letter-spacing: 0px;
    text-decoration: none;
    max-width: 200px;
    width: 100%;
    padding: 14px 40px;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(217, 94, 28, 1) 0%, rgba(225, 32, 27, 1) 100%);
    outline: none !important;
    border: none !important;
    cursor: pointer;
    margin-top: 20px;
    text-transform: uppercase;
}
/********************** End Membership Page Css **********************/

/********************** End Confirmation Page Css **********************/
.the_bliss_web_app_confirmation_main {
    padding: 50px;
}
.the_bliss_web_app_confirmation_inner .the_bliss_web_app_confirmation_main_heading h1 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.the_bliss_web_app_confirmation_main .the_bliss_web_app_confirmation_inner_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1.5px solid #ffffff38;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.the_bliss_web_app_confirmation_main .the_bliss_web_app_confirmation_inner_sec::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #242424;
    right: 0;
    top: 0;
    z-index: -9;
}
.the_bliss_web_app_confirmation_main .the_bliss_web_app_confirmation_inner_sec::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #1C1C1C;
    top: 0;
    left: 0;
    z-index: -9;
}
.the_bliss_web_app_confirmation_inner_sec .the_bliss_web_app_confirmation_img_sec {
    max-width: 50%;
    width: 100%;
    padding: 50px;
    text-align: center;
}
.the_bliss_web_app_confirmation_img_sec .the_bliss_web_app_confirmation_img img {
    max-width: 630px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.the_bliss_web_app_confirmation_img_sec .the_bliss_web_app_confirmation_img {
    position: relative;
}

.the_bliss_web_app_confirmation_img_sec .the_bliss_web_app_confirmation_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000a6;
    border-radius: 10px;
}
.the_bliss_web_app_confirmation_inner_sec .the_bliss_web_app_confirmation_con_sec {
    padding: 40px;
    width: 100%;
    max-width: 50%;
}

.the_bliss_web_app_confirmation_con_sec .the_bliss_web_app_confirmation_main_text h3 {
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
    color: #fff;
}
.the_bliss_web_app_confirmation_con_sec .the_bliss_web_app_confirmation_main_text h3 {
    max-width: 100%;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0px;
    font-weight: 600;
    color: #fff;
    padding: 20px;
    background: #1C1C1C;
    border: 1px solid #ffffff1f;
    border-radius: 10px;
    outline: none !important;
    margin-bottom: 20px;
}
.the_bliss_web_app_confirmation_con_sec .the_bliss_web_app_confirmation_list_detail {
    /*padding: 30px;*/
    background: #1C1C1C;
    border: 1px solid #ffffff1f;
    border-radius: 10px;
    outline: none !important;
}
.the_bliss_web_app_confirmation_list_detail .the_bliss_web_app_confirmation_list_inner {
    padding: 20px 20px 0px 20px;
}
.the_bliss_web_app_confirmation_list_detail .the_bliss_web_app_confirmation_detail {
    display: flex;
    align-items: center;
}
.the_bliss_web_app_confirmation_detail .the_bliss_web_app_confirmation_detail_left_side {
    max-width: 70%;
    width: 100%;
    margin-right: 10px;
}
.the_bliss_web_app_confirmation_detail .the_bliss_web_app_confirmation_detail_left_side h3 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.the_bliss_web_app_confirmation_detail .the_bliss_web_app_confirmation_detail_left_side span {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}
.the_bliss_web_app_confirmation_detail .the_bliss_web_app_confirmation_detail_right_side {
    max-width: 30%;
    width: 100%;
}
.the_bliss_web_app_confirmation_detail .the_bliss_web_app_confirmation_detail_right_side h3 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.the_bliss_web_app_confirmation_detail .the_bliss_web_app_confirmation_detail_right_side span {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}
.the_bliss_web_app_confirmation_list_detail .the_bliss_web_app_confirmation_detail:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 20px;
}
.the_bliss_web_app_confirmation_con_sec .the_bliss_web_app_confirmation_pay_detail_main {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px 20px;
    position: relative;
}
.the_bliss_web_app_confirmation_con_sec .the_bliss_web_app_confirmation_pay_detail_main::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ffffff29;
    left: 0;
    top: -10px;
}
.the_bliss_web_app_confirmation_con_sec .the_bliss_web_app_confirmation_pay_detail_main .the_bliss_web_app_confirmation_pay_detail h3 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}
.the_bliss_web_app_confirmation_con_sec .the_bliss_web_app_confirmation_pay_detail .the_bliss_web_app_confirmation_pay_detail_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.the_bliss_web_app_confirmation_pay_detail .the_bliss_web_app_confirmation_pay_detail_list p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}
.the_bliss_web_app_confirmation_pay_detail .the_bliss_web_app_confirmation_pay_detail_list span {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #7B7B7B;
    margin-bottom: 15px;
}
.the_bliss_web_app_confirmation_pay_detail .the_bliss_web_app_confirmation_pay_detail_list span.the_bliss_web_app_confirmation_pay_no {
    color: #2D8D16;
}
.the_bliss_web_app_amount_to_pay_detail_main .the_bliss_web_app_amount_to_pay_detail_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.the_bliss_web_app_amount_to_pay_detail_inner .the_bliss_web_app_amount_to_pay_detail_pay {
    display: flex;
    align-items: center;
}
.the_bliss_web_app_amount_to_pay_detail_inner .the_bliss_web_app_amount_to_pay_detail_pay p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin-right: 15px;
}
.the_bliss_web_app_amount_to_pay_detail_inner .the_bliss_web_app_amount_to_pay_detail_pay span.the_bliss_web_app_amount_to_pay_price {
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
}
.the_bliss_web_app_confirmation_list_detail .the_bliss_web_app_amount_to_pay_detail_main {
    padding: 0px 20px 20px 20px;
    position: relative;
}
.the_bliss_web_app_confirmation_list_detail .the_bliss_web_app_amount_to_pay_detail_main::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ffffff29;
    left: 0;
    top: -20px;
}
.the_bliss_web_app_amount_to_pay_detail_inner  .the_bliss_web_app_amount_to_pay_select_btn_main {
    display: flex;
    align-items: center;
}
.the_bliss_web_app_amount_to_pay_select_btn_main .the_bliss_web_app_amount_to_pay_select_btn {
    margin-right: 15px;
}
.the_bliss_web_app_amount_to_pay_select_btn_main .the_bliss_web_app_amount_to_pay_select_btn select {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
    background: transparent;
    border: 1px solid #ffffff4d;
    padding: 15px 20px;
    border-radius: 10px;
    outline: none !important;
}
.the_bliss_web_app_amount_to_pay_select_btn_main .the_bliss_web_app_amount_to_pay_select_btn select option {
    color: #000;
}
.the_bliss_web_app_amount_to_pay_select_btn_main .the_bliss_web_app_amount_to_pay_pay_now_btn_main button.the_bliss_web_app_amount_to_pay_pay_now_btn {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    letter-spacing: 0px;
    text-decoration: none;
    max-width: 100%;
    width: 100%;
    padding: 15px 25px;
    border-radius: 8px;
    position: relative;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(217, 94, 28, 1) 0%, rgba(225, 32, 27, 1) 100%);
    outline: none !important;
    border: none !important;
    cursor: pointer;
}
/********************** Start Confirmation Page Css **********************/

/********************** Start Spa Center Page Css **********************/
.the_bliss_web_app_spa_center_main {
    /*padding: 50px;*/
}
.the_bliss_web_app_spa_center_inner h1 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.the_bliss_app_spa_center_search_area_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.the_bliss_web_app_spa_center_inner .the_bliss_app_spa_center_search_area {
    position: relative;
    max-width: 450px;
    width: 100%;
    margin-right: 20px;
}
.the_bliss_web_app_spa_center_inner .the_bliss_app_spa_center_search_area i {
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 20px;
    top: 18px;
}
.the_bliss_web_app_spa_center_inner .the_bliss_app_spa_center_search_area input {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 15px 20px 15px 50px;
    border: 1.5px solid #332E2E;
    border-radius: 25px;
    width: 100%;
    position: relative;
    background-color: transparent;
    outline: none !important;
}

.the_bliss_app_spa_center_search_area_main .the_bliss_app_spa_center_search_area_find_2 {
    display: flex;
    align-items: center;
    max-width: 600px;
    width: 100%;
}
.the_bliss_app_spa_center_search_area_find_2 .the_bliss_app_spa_center_near_me_find {
    margin-right: 20px;
}

.the_bliss_app_spa_center_search_area_find_2 .the_bliss_app_spa_center_near_me_find select {
    margin-bottom: 0px;
    background: transparent;
    border: 1px solid #ffffff4d;
    padding: 15px 20px;
    border-radius: 25px;
    color: #fff;
    margin-right: 10px;
    outline: none !important;
    font-size: 16px;
}
.the_bliss_app_spa_center_search_area_find_2 .the_bliss_app_spa_center_near_me_find select option {
    color: #000;
}




.the_bliss_app_spa_center_search_area_find_2 .the_bliss_app_spa_center_search_spa_area {
    position: relative;
    max-width: 700px;
    width: 100%;
}
.the_bliss_app_spa_center_search_area_find_2 .the_bliss_app_spa_center_search_spa_area i {
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 20px;
    top: 18px;
}
.the_bliss_app_spa_center_search_area_find_2 .the_bliss_app_spa_center_search_spa_area input {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 15px 20px 15px 50px;
    border: 1.5px solid #332E2E;
    border-radius: 25px;
    width: 100%;
    position: relative;
    background-color: transparent;
    outline: none !important;
}






.the_bliss_web_app_spa_center_inner .the_bliss_web_app_spa_center_list_main {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    margin: 10px -10px;
}
.the_bliss_web_app_spa_center_list_main .the_bliss_web_app_spa_center_list {
    max-width: 31%;
    width: 100%;
    margin: 10px;
    background: #1C1C1C;
    border: 1.5px solid #ffffff38;
    overflow: hidden;
    border-radius: 10px;
}
.the_bliss_web_app_spa_center_list .the_bliss_web_app_spa_center_img {
    position: relative;
}
.the_bliss_web_app_spa_center_list .the_bliss_web_app_spa_center_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000a6;
    top: 0;
    left: 0;
}
.the_bliss_web_app_spa_center_list .the_bliss_web_app_spa_center_img img {
    /*max-width: 500px;*/
    /*width: 100%;*/
    /*height: 100%;*/
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 250px;
    object-fit: cover;
}
.the_bliss_web_app_spa_center_list .the_bliss_web_app_spa_center_main_text h2.the_bliss_web_app_spa_center_main_heading {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    letter-spacing: 0px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.the_bliss_web_app_spa_center_list .the_bliss_web_app_spa_center_main_text span.the_bliss_web_app_spa_center_main_price {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #000;
    position: absolute;
    bottom: 0px;
    right: 0px;
    max-width: 150px;
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    text-align: center;
}
.the_bliss_web_app_spa_center_list .the_bliss_web_app_spa_center_list_detail {
    padding: 20px;
}
.the_bliss_web_app_spa_center_list .the_bliss_web_app_spa_center_open_sec {
    position: absolute;
    bottom: 0px;
    right: 0px;
    max-width: 150px;
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    text-align: center;
}
.the_bliss_web_app_spa_center_open_sec span.the_bliss_web_app_spa_center_open_text {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #D55B1C;
    margin-bottom: 0px;
}
.the_bliss_web_app_spa_center_open_sec span.the_bliss_web_app_spa_center_open_time {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
}
.the_bliss_web_app_spa_center_list_detail .the_bliss_web_app_spa_center_main_button {
    max-width: 450px;
    width: 100%;
}
.the_bliss_web_app_spa_center_list_detail .the_bliss_web_app_spa_center_main_button button.the_bliss_web_app_spa_center_sub_button {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    letter-spacing: 0px;
    text-decoration: none;
    padding: 14px 40px;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(217, 94, 28, 1) 0%, rgba(225, 32, 27, 1) 100%);
    outline: none !important;
    border: none !important;
    cursor: pointer;
    /*margin-top: 20px;*/
}
.the_bliss_web_app_spa_center_list_detail .the_bliss_web_app_spa_center_detail_text p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
    margin-bottom: 20px;
    transition: all 0.5s ease-in-out;
}




.the_bliss_web_app_spa_center_list_detail .the_web_app_spa_center_con_detail {
    margin-bottom: 40px;
}
.the_bliss_web_app_spa_center_list_detail .the_web_app_spa_center_con_detail .the_bliss_ven_con {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    position: relative;
    align-items: center;
    min-height: 50px;
}
.the_web_app_spa_center_con_detail .the_bliss_ven_con::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.5px;
    background: #ffffff38;
    bottom: -10px;
}
.the_web_app_spa_center_con_detail .the_bliss_ven_con span {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #EDE2E7;
    line-height: 25px;
    margin-right: 20px;
}
.the_web_app_spa_center_con_detail .the_bliss_ven_con a {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
}
.the_web_app_spa_center_con_detail .the_bliss_ven_con p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
    margin-left: 5px;
}
.the_web_app_spa_center_con_detail .the_bliss_ven_con a.the_bliss_ven_con_location_link i {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    border-radius: 5px;
    background: transparent !important;
    color: #D55B1C !important;
    border: 1px solid #D55B1C !important;
    transition: all 0.5s ease-in-out;
    margin-left: 10px;
    outline: none !important;
}
/********************** End Spa Center Page Css **********************/

/********************** Start Vendor Detail Page Css **********************/
.the_bliss_vendor_detail_main {
    /*padding: 50px;*/
}
.the_bliss_vendor_detail_main .the_bliss_vendor_detail_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #382d2d;
    border-radius: 50px;
    padding: 50px !important;
} 
/*.the_bliss_vendor_detail_inner .the_bliss_vendor_detail_left_sec {*/
/*    padding: 50px;*/
/*}*/
.the_bliss_vendor_detail_left_sec .the_bliss_vendor_detail_con h1 {
    font-family: "Aladin", system-ui;
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 30px;
}
.the_bliss_vendor_detail_left_sec .the_bliss_vendor_con_detail {
    margin-bottom: 50px;
}
.the_bliss_vendor_detail_left_sec .the_bliss_vendor_con_detail .the_bliss_ven_con {
    display: flex;
    justify-content: start;
}
.the_bliss_vendor_con_detail .the_bliss_ven_con {
    margin-bottom: 25px;
    position: relative
}
.the_bliss_vendor_con_detail .the_bliss_ven_con::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.5px;
    background: #EDE2E7;
    bottom: -10px;
}
.the_bliss_vendor_con_detail .the_bliss_ven_con span {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #EDE2E7;
    line-height: 25px;
    margin-right: 20px;
}
.the_bliss_vendor_con_detail .the_bliss_ven_con a {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 25px;
    margin-left: 20px;
}
.the_bliss_vendor_con_detail .the_bliss_ven_con p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 25px;
    margin-left: 5px;
}
.the_bliss_vendor_detail_left_sec .the_bliss_vendor_detail_con .the_bliss_vendor_social_list {
    display: flex;
    align-items: center;
}
.the_bliss_vendor_detail_con .the_bliss_vendor_social_list span {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 25px;
}
.the_bliss_vendor_detail_con .the_bliss_vendor_social_list ul {
    display: inline-flex;
    list-style: none;
    margin-left: 20px;
}
.the_bliss_vendor_detail_con .the_bliss_vendor_social_list ul li {
    margin: 0px 10px;
}
.the_bliss_vendor_detail_con .the_bliss_vendor_social_list ul li:first-child {
    margin-left: 0px;
}
.the_bliss_vendor_detail_con .the_bliss_vendor_social_list ul li:last-child {
    margin-right: 0px;
}
.the_bliss_vendor_detail_con .the_bliss_vendor_social_list ul li a i {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    max-width: 15px;
    width: 100%;
    height: 15px;
    border: 1px solid #D7541C;
    background: #D7541C;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.the_bliss_vendor_detail_inner .the_bliss_vendor_detail_right_sec {
    margin-left: 20px;
}
.the_bliss_vendor_detail_right_sec .the_bliss_vendor_detail_img img {
    max-width: 650px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
    margin-bottom: -4px;
}
.the_bliss_vendor_detail_con_main {
    /*padding: 0px 50px 50px 50px;*/
    padding: 17px 51px 46px 0px;
}
.the_bliss_vendor_detail_con_main .the_bliss_vendor_detail_con_inner h2 {
    font-family: "Aladin", system-ui;
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 30px;
}
.the_bliss_vendor_detail_con_main .the_bliss_vendor_detail_con_inner p.the_bliss_vendor_detail_con_text {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
    margin-bottom: 15px;
}
.the_bliss_vendor_detail_con_main .the_bliss_vendor_detail_con_inner p.the_bliss_vendor_detail_con_text:last-child {
    margin-bottom: 0px !important;
}
.the_bliss_vendor_time_slot_book_main {
    /*padding: 0px 50px 50px 50px;*/
    padding: 17px 51px 46px 0px;
}
.the_bliss_vendor_time_slot_book_main .the_bliss_vendor_time_slot_book_innner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*.the_bliss_vendor_time_slot_book_innner .the_bliss_vendor_book_form_main {*/
/*    background: #382d2d;*/
/*    padding: 20px;*/
/*    border-radius: 20px;*/
/*    max-width: 30%;*/
/*    width: 100%;*/
/*    margin-right: 50px;*/
/*}*/
.the_bliss_vendor_time_slot_book_innner .the_bliss_vendor_book_form_main h3 {
    font-family: "Aladin", system-ui;
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
.the_bliss_vendor_book_form_main form.the_bliss_vendor_book_form .the_bliss_book_form_field, form.the_bliss_vendor_book_form .the_bliss_book_form_field .the_bliss_book_service_list select {
    max-width: 100%;
    width: 100%;
}
.the_bliss_vendor_book_form_main form.the_bliss_vendor_book_form .the_bliss_book_form_field label {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
    transition: all 0.5s ease-in-out;
}
.the_bliss_vendor_book_form_main form.the_bliss_vendor_book_form .the_bliss_book_form_field input, form.the_bliss_vendor_book_form .the_bliss_book_form_field .the_bliss_book_service_list select {
    max-width: 100%;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
    padding: 15px 20px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    outline: none !important;
    margin-bottom: 20px;
    margin-top: 10px;
    transition: all 0.5s ease-in-out;
}
.the_bliss_vendor_book_form_main form.the_bliss_vendor_book_form .the_bliss_book_form_field input::placeholder {
    color: #fff;
}
form.the_bliss_vendor_book_form .the_bliss_book_form_field .the_bliss_book_service_list option {
    color: #000;
}
form.the_bliss_vendor_book_form .the_bliss_book_form_button_inner button.the_bliss_book_form__sub_button {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    letter-spacing: 0px;
    text-decoration: none;
    padding: 14px 40px;
    border-radius: 20px;
    position: relative;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(217, 94, 28, 1) 0%, rgba(225, 32, 27, 1) 100%);
    outline: none !important;
    border: none !important;
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
}
/*.the_bliss_vendor_time_slot_book_main .the_bliss_vendor_time_slot_main {*/
/*    margin-left: 50px;*/
/*}*/
.the_bliss_vendor_time_slot_book_main .the_bliss_vendor_time_slot_main {
    margin-right: 30px;
    max-width: 65%;
    width: 100%;
}
.the_bliss_vendor_time_slot_book_main .the_bliss_vendor_location_main {
    max-width: 35%;
    width: 100%;
}
.the_bliss_vendor_time_slot_book_main .the_bliss_vendor_location_main iframe {
    border-radius: 20px;
}
.the_bliss_vendor_time_slot_main .the_bliss_vendor_time_slot_heading h5 {
    font-family: "Aladin", system-ui;
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0px;
}
.the_bliss_vendor_time_slot_main .the_bliss_vendor_time_slot_list ul {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: -20px;
    max-width: 100%;
    width: 100%;
    
}
.the_bliss_vendor_time_slot_main .the_bliss_vendor_time_slot_list ul li {
    background: #382d2d;
    padding: 20px;
    border-radius: 20px;
    margin: 20px;
    text-align: center;
    max-width: 28.5%;
    width: 100%;
    transition: all 0.5s linear;
}
.the_bliss_vendor_time_slot_main .the_bliss_vendor_time_slot_list ul li:hover {
    transform: translateY(-8px);
}
.the_bliss_vendor_time_slot_main .the_bliss_vendor_time_slot_list ul li h6 {
    font-family: "Aladin", system-ui;
    font-size: 28px;
    line-height: 35px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 5px;
    margin: 0px;
}
.the_bliss_vendor_time_slot_main .the_bliss_vendor_time_slot_list ul li p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
}
input#book_date::-webkit-calendar-picker-indicator {
    filter: invert(1);
    font-size: 18px;
}
/********************** End Vendor Detail Page Css **********************/