@charset "utf-8";

@font-face {
    font-family: 'SFUIDisplay';
    src: url("../fonts/sansui/SF-UI.eot");
    src: url("../fonts/sansui/SF-UI.eot?#iefix") format("embedded-opentype"), url("../fonts/sansui/SF-UI.woff") format("woff"), url("../fonts/sansui/SF-UI.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "Roboto", sans-serif;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

body,
ul,
li,
header,
input,
tr,
td,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

.content .breadcrumb+h1 {
    margin-top: 15px;
}

p {
    margin: 0 0 10px;
}

.icon {
    overflow: hidden;
}

* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
}

.main-page {
    max-width: 1032px;
    width: 100%;
    margin: 0 auto;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input[type="submit"]:disabled,
input[type="submit"]:disabled:hover,
button:disabled,
button:disabled:hover {
    background: #ededed;
    border: transparent;
    cursor: default;
}

a {
    color: #3d80db;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

input:focus {
    outline: none;
}

.detail-header {
    padding: 20px 0;
    position: relative;
    z-index: 4;
    border-bottom: 1px solid #ececec;
}

.detail-header .main-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.logo-wrap {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.detail-header .main-logo {
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    max-width: 41%;
    display: block;
    height: 20px;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    outline: none;
}

.detail-header .main-logo.logo_display_img {
    cursor: default;
}

.detail-header .main-logo a {
    outline: none;
}

.fab-logo {
    width: 100%;
    height: 100%;
}

.header-right {
    -ms-flex: 0 0 61%;
    flex: 0 0 61%;
    max-width: 61%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
}

.menu-top li {
    position: relative;
    padding: 3px 20px;
    border-left: solid 1px #dad7d7;
}

.menu-top li a {
    display: block;
    color: #3c3c3c;
    font-size: 12px;
    line-height: 14px;
    outline: none;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.menu-top li a.fb-shade-icon:after {
    position: absolute;
    background: transparent;
    height: 20px;
    width: 50px;
    content: "";
    display: block;
    left: -5px;
    z-index: 1;
    bottom: -17px;
}

.menu-top li a:hover {
    color: #379aff;
}

.our-franchise {
    float: right;
    font-size: 16px;
    margin-left: 52px;
    color: #56eded;
    background: rgba(30, 37, 74, 0.05);
    border: 2px solid #56eded;
    width: 159px;
    text-transform: initial;
    padding: 10px 12px;
    outline: none;
    line-height: 1;
    text-align: center;
    border-radius: 2px;
}

.call-us {
    text-align: center;
    position: relative;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
    margin-right: 2%;
}

.call-us:after {
    position: absolute;
    left: -3px;
    bottom: -12px;
    height: 20px;
    width: 40px;
    content: "";
}

.call-us .icon {
    fill: #3c3c3c;
    stroke: #3c3c3c;
    stroke-width: 1px;
    width: 14px;
    height: 14px;
}

.call-us-dropdown {
    position: absolute;
    right: -5px;
    border-radius: 2px;
    background-color: #5c5c5c;
    width: 100%;
    z-index: 2;
    padding: 11px 16px;
    min-width: 175px;
    top: 30px;
    display: none;
}

.call-us-dropdown:before {
    border-left: 10px solid transparent;
    border-bottom: 10px solid #5c5c5c;
    border-right: 10px solid transparent;
    position: absolute;
    content: "";
    right: 10px;
    top: -9px;
}

.call-us-dropdown span {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.1px;
    color: #ffffff;
    display: block;
}

.call-us-dropdown strong {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.1px;
    color: #ffffff;
    font-weight: 700;
    display: block;
}

.call-us:hover .call-us-dropdown {
    display: block;
}

.alist-dropdown {
    position: absolute;
    right: 5px;
    border-radius: 2px;
    background-color: #5c5c5c;
    min-width: 216px;
    width: 100%;
    z-index: 2;
    padding: 11px;
    top: 30px;
    display: -ms-flexbox;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.alist-dropdown:before {
    border-left: 10px solid transparent;
    border-bottom: 10px solid #5c5c5c;
    border-right: 10px solid transparent;
    position: absolute;
    content: "";
    right: 16px;
    top: -9px;
}

.alist-dropdown .fb-shade {
    height: 29px;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    max-width: 32px;
    fill: #fff;
}

.alist-dropdown .alist-text {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    padding: 2px 0 2px;
}

.alist-dropdown .alist-text span {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.1px;
    color: #ffffff;
    display: block;
    margin-bottom: 1px;
}

.menu-top li:hover .alist-dropdown {
    display: flex;
}

.other-cities {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 20px;
    padding-left: 18px;
    border-left: solid 1px #dad7d7;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.other-cities:hover .other-cities-dropdown {
    display: block;
}

.other-cities a.other-cities-icon {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #3c3c3c;
    position: relative;
}

.other-cities .other-cities-icon:before {
    position: absolute;
    content: "";
    display: block;
    right: -25px;
    z-index: 2;
    bottom: 5px;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.other-cities .other-cities-icon:after {
    position: absolute;
    content: "";
    display: block;
    right: -25px;
    z-index: 1;
    bottom: 4px;
    border-top: 6px solid #3c3c3c;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.other-cities:hover .other-cities-icon:after {
    border-bottom: 6px solid #3c3c3c;
    border-top: 6px solid transparent;
}

.other-cities:hover .other-cities-icon:before {
    border-bottom: 6px solid #fff;
    border-top: 6px solid transparent;
    bottom: 3px;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

.other-cities-dropdown {
    display: none;
    position: absolute;
    left: 0%;
    width: 100%;
    background: #fff;
    top: 61px;
    z-index: 999;
    border-radius: 4px;
    padding: 10px 0 10px 10px;
    cursor: default;
    -webkit-box-shadow: 0 8px 10px 0 rgba(184, 188, 195, 0.24);
    box-shadow: 0 8px 10px 0 rgba(184, 188, 195, 0.24);
}

.other-cities-dropdown:before {
    position: absolute;
    background: transparent;
    height: 40px;
    width: 100%;
    content: "";
    display: block;
    left: 0;
    z-index: 1;
    top: -27px;
}

.other-cities-dropdown-container {
    max-width: 1032px;
    width: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.other-cities-dropdown ul {
    list-style: none;
    overflow: hidden;
}

.other-cities-dropdown strong {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #979797;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.main-locality-wrap {
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
}

.other-city-wrap {
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    max-width: 82%;
}

.other-cities-dropdown ul li {
    margin: 5px 0;
    text-align: left;
    padding-left: 16px;
    position: relative;
}

.other-cities-dropdown .other-city-wrap ul li {
    display: inline-block;
    min-width: 166px;
    margin: 4px 0;
}

.other-cities-dropdown ul li.main-locality a {
    border: 0.5px solid #1d2549;
    border-radius: 100px;
    color: #1d2549;
    text-align: center;
}

.other-cities-dropdown ul li a {
    font-size: 14px;
    padding: 5px 10px 5px 0;
    color: #56eded;
    line-height: 1;
    display: block;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    cursor: pointer;
    text-align: left;
    letter-spacing: 0.2px;
}

.other-cities-dropdown ul li a:hover,
.other-cities-dropdown ul li a:active {
    color: #379aff;
}

.other-cities-dropdown ul li.main-locality a.active,
.other-cities-dropdown ul li.main-locality a:hover {
    background: #1d2549;
    color: #fff;
}

.other-cities-dropdown ul li .icon {
    width: 9px;
    height: 12px;
    margin-right: 9px;
    position: absolute;
    left: 0;
    top: 6px;
    fill: #979797;
}

.header {
    background: #fff;
    position: fixed;
    z-index: 9999;
    width: 100%;
}

.header-wrapper {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 0px;
}

.header .main-logo {
    cursor: pointer;
    text-align: center;
    float: left;
    width: 17.2%;
}

.header .main-logo a {
    display: block;
    height: 25px;
    background-image: url(https://static.fabhotels.com/icons/logo.svg);
    cursor: pointer;
    transition: all 0.4s;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    outline: none;
}

.header .main-logo .logo_display_img {
    height: 25px;
    background-image: url(https://static.fabhotels.com/icons/logo.svg);
    cursor: default;
    transition: all 0.4s;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.header .tel {
    float: right;
    width: 15%;
    padding-top: 5px;
}

.header .tel a {
    font-size: 14px;
    color: #1d2549;
    position: relative;
    display: inline-block;
    float: right;
    text-decoration: none;
}

.be-franchisee {
    float: right;
    padding-top: 8px;
    position: relative;
}

.be-franchisee:after {
    position: absolute;
    content: " | ";
    right: -8px;
    top: 5px;
    height: 10px;
    width: 1px;
    z-index: 1;
}

.be-franchisee a {
    color: #1d2549;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    line-height: 1;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    text-transform: capitalize;
    padding: 10px;
}

.be-franchisee a:hover {
    background: rgba(237, 242, 245, 0.6);
    border-radius: 4px;
}

.login-page .social-connect .social-link+.social-link {
    margin-left: 4%;
}

.login-page .social-link {
    width: 48%;
}

.close-icon {
    position: absolute;
    right: -58px;
    top: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.close-icon svg {
    width: 100%;
    height: 100%;
}

.login-cta {
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
    text-align: right;
    position: relative;
}

.login-cta:hover:before {
    content: "";
    position: absolute;
    right: -10px;
    bottom: -31px;
    width: 100%;
    height: 35px;
    display: block;
}

.my-account:hover .my-account-dropdown {
    display: block;
}

.my-account:hover {
    background: transparent;
}

.login-reg {
    color: #379aff;
    font-size: 14px;
    line-height: 20px;
    z-index: 1;
    display: block;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.login-reg small {
    display: inline-block;
    margin: 0 4px;
    height: 14px;
    background: #dad7d7;
    width: 1px;
    vertical-align: sub;
}

.login-reg:hover:before {
    content: "";
    position: absolute;
    background: #379aff;
    height: 1px;
    width: 100%;
    z-index: 1;
    left: 0;
    bottom: 0;
}

.my-account .login-reg:hover:before {
    display: none;
}

.login-cta.my-account {
    border: 0;
}

.logged-out-popup {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.1px;
    padding: 20px 16px;
    color: #3c3c3c;
    position: fixed;
    z-index: 9;
    width: 460px;
    min-height: 50px;
    background: #ffffff;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.logged-out-popup p {
    text-align: center;
}

.logged-out-popup-btn {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: 0.1px;
    color: #379aff;
    padding-top: 10px;
}

.logged-out-popup-btn .pop-btn {
    padding: 0 5px;
    cursor: pointer;
}

.user-type {
    display: block;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    padding-top: 8px;
    color: #828282;
}

.user-type .fb-shade-user-icon {
    display: inline-block;
    vertical-align: sub;
}

.user-type .fb-shade {
    height: 15px;
    width: 15px;
}

.call-section {
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    max-width: 19%;
    margin-right: 1%;
}

.call-section .call-icon {
    height: 14px;
    width: 14px;
    margin-right: 6px;
    fill: #56eded;
}

.call-section a {
    color: #56eded;
}

.my-account .person-icon {
    width: 43px;
    height: 43px;
    float: left;
    margin-right: 5px;
    border-radius: 50%;
    background: #56eded;
    text-align: center;
}

.my-account .icon-person {
    fill: #3c3c3c;
    stroke: #3c3c3c;
    width: 43px;
    height: 43px;
}

.my-account .my-account-title {
    text-overflow: ellipsis;
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 2px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    max-width: 86px;
    display: block;
}

.my-account .arrow-icon {
    border-top: 6px solid #56eded;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 7px;
    right: 7px;
}

.my-account .arrow-icon:before {
    border-top: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: -8px;
    right: -7px;
    content: "";
}

.my-account .arrow-icon .icon {
    fill: #56eded;
    stroke: #56eded;
    height: 11px;
    width: 12px;
    stroke-width: 3px;
    opacity: 0.3;
}

.my-account-dropdown {
    position: absolute;
    right: -10px;
    top: 49px;
    width: 100%;
    min-width: 177px;
    z-index: 3;
    background: #fff;
    border: 1px solid #f3f3f3;
    display: none;
    text-align: left;
    border-radius: 4px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.09);
}

.my-account-dropdown:before {
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: '';
    height: 0;
    top: -10px;
    right: 20px;
    width: 0;
    z-index: 1;
    position: absolute;
}

.my-account-dropdown li+li {
    border-top: 1px solid rgba(155, 155, 155, 0.16);
}

.my-account-dropdown li a,
.my-account-dropdown li.logout-dropdown span {
    padding: 13px 18px;
    font-size: 14px;
    line-height: 1;
    display: block;
    width: 100%;
    color: #56eded;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    cursor: pointer;
    font-weight: 400;
}

.my-account-dropdown li a.user-info-menu {
    padding: 10px 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-account-dropdown li a:hover,
.my-account-dropdown li.logout-dropdown span:hover {
    background: rgba(55, 154, 255, 0.07);
}

.login-form-container {
    width: 100%;
    overflow: hidden;
}

.user-info {
    display: block;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.toast-alert {
    background-color: rgba(0, 0, 0, 0.4);
    margin: 16px auto 27px;
    padding: 5px 12px;
    border-radius: 13px;
    position: absolute;
    left: 50%;
    bottom: 57px;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    white-space: nowrap;
}

.toast-alert span {
    font-size: 12px;
    line-height: 1.2;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: normal;
}

.img-container img {
    max-width: 100%;
    height: 100%;
}

.login-page *,
.login-page *:after,
.login-page *:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.login-page {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 40px;
}

.login-form-wrap {
    padding: 25px 48px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #eaeaea;
}

.login-page .login-form {
    float: none;
    width: 100%;
    padding: 25px 48px 30px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #eaeaea;
}

.login-page h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.2px;
    color: #ffffff;
    text-align: center;
    height: 48px;
    border-radius: 2px;
    background-image: linear-gradient(to bottom, #6d92c9, #3b5998);
    margin-bottom: 24px;
}

.login-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    box-shadow: inset -1px 3px 11px 2px #eee;
    z-index: 2;
}

.login-wrap .center-login {
    margin: auto;
    position: absolute;
    width: 100%;
    max-width: 300px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.referral-modal .login-page .login-form .login-section .form-wrap {
    padding-bottom: 25px;
}

.referral-modal .login-page .login-form .login-section .login-credencial {
    margin-bottom: 0;
}

.referral-modal .login-section .heading-up {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.6px;
    color: #3c3c3c;
    text-align: center;
    margin-bottom: 13px;
    line-height: normal;
    display: block;
}

.referral-modal .login-section .heading-down {
    font-size: 16px;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: 0.3px;
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 37px;
    display: block;
}

.referral-modal .login-page .close-referral-modal {
    right: -55px;
    top: 25px;
}

.referral-modal .login-page {
    position: relative;
}

.referral-section {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: normal;
    padding-top: 18px;
    text-align: center;
}

.referral-section span {
    color: #4a90e2;
    cursor: pointer;
}

.login-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: rgba(0, 0, 0, 0.80);
}

.login-modal *,
.login-modal *:before,
.login-modal *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.login-modal {
    display: none;
    max-width: 640px;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    border-radius: 2px;
    overflow: visible;
    background: #ffffff;
    z-index: 5;
    position: fixed;
}

.close-modal {
    display: none;
    max-width: 640px;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    left: 50%;
    top: 16%;
    border-radius: 2px;
    overflow: visible;
    background: #ffffff;
    z-index: 2;
    position: fixed;
}

.login-sidebar {
    width: 40.7%;
    border-radius: 2px;
    background-color: #ffffff;
    padding: 26px 14px 0 20px;
    float: left;
    background: url("../img/login_bg.png") left top no-repeat;
}

.login-header {
    text-align: center;
    padding-top: 20px;
}

.login-header .log-in {
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.6px;
    color: #3c3c3c;
    margin-bottom: 8px;
    font-weight: 700;
    display: block;
}

.login-header .sign-up {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #9c9c9c;
    margin-bottom: 25px;
    display: block;
}

.login-form {
    float: left;
    width: 59.3%;
    padding: 40px 45px 30px 33px;
    background: #fff;
    margin-top: 18px;
}

.login-form .form-title {
    font-size: 15px;
    line-height: 1;
    opacity: 0.37;
    letter-spacing: 0.2px;
    color: #3c3c3c;
    margin-bottom: 9px;
    display: block;
    font-weight: 400;
}

.account-info li {
    margin-bottom: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.account-info li .account-img {
    margin-right: 10px;
    height: 67px;
    -ms-flex: 0 067px;
    flex: 0 0 67px;
    max-width: 67px;
}

.account-info li .account-img .icon {
    width: 67px;
    height: 67px;
}

.account-info li .account-desc {
    -ms-flex: 0 0 145px;
    flex: 0 0 145px;
    max-width: 145px;
    padding-top: 3px;
}

.account-info li .account-desc strong {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #3c3c3c;
    font-weight: 700;
    display: block;
}

.account-info li .account-desc span {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.2px;
    color: #9b9b9b;
    margin-bottom: 6px;
    font-weight: 700;
    display: block;
}

.account-info li .account-desc p {
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: rgba(60, 60, 60, 0.6);
}

.social-connect {
    padding-bottom: 40px;
    transition: all ease-in-out 0.4s;
}

.social-connect.disabled {
    opacity: 0.35;
}

.social-connect.disabled:hover {
    opacity: 1;
}

.social-link {
    width: 142px;
    height: 44px;
    float: left;
    display: block;
}

.social-connect .social-link+.social-link {
    margin-left: 17px;
}

.social-connect .login-social-error {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #d54b44;
    font-weight: 700;
    clear: both;
    padding-top: 18px;
}

.social-connect .login-social-error sup {
    display: inline-block;
    width: 2%;
}

.social-connect .login-social-error span {
    display: inline-block;
    vertical-align: top;
    width: 95%;
}

.social-link .icon {
    height: 44px;
    width: 142px;
    float: left;
}

.social-link span {
    font-size: 14px;
    line-height: 42px;
    letter-spacing: 0.1px;
    color: #fff;
    font-weight: 700;
    margin-left: 10px;
}

.login-devider {
    border-bottom: 1px solid #ededed;
    position: relative;
    margin-bottom: 42px;
}

.login-devider span {
    width: 27px;
    height: 27px;
    background: #f6f6f6;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: -13px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 0.2px;
    color: #3c3c3c;
}

.login-credencial {
    margin-bottom: 25px;
}

.center-login {
    margin-top: 60px;
}

.login-credencial .login-wrapper {
    border-bottom: solid 1px rgba(156, 156, 156, 0.2);
    position: relative;
    display: flex;
}

.login-credencial .login-wrapper.active {
    border-bottom: solid 1px #379aff;
}

.login-credencial .login-wrapper.error {
    border-bottom: solid 1px #f63250;
}

.login-credencial .countery-code {
    height: 32px;
    float: left;
    display: block;
    background-color: rgba(156, 156, 156, 0.1);
    font-size: 15px;
    line-height: 36px;
    padding: 0 1px 0 6px;
    letter-spacing: 0.2px;
    color: #3c3c3c;
    text-align: center;
    cursor: pointer;
}

.login-credencial .countery-code span {
    margin-right: -6px;
}

.countery-code .icon {
    width: 17px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.countery-code.active-country .icon {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    vertical-align: sub;
}

.country-code-flag {
    background-image: url(../img/fab_sprite_countries_v1.png);
    width: 35px;
    height: 23px;
    margin: 0 9px 0 0 !important;
    vertical-align: middle;
    display: inline-block;
    background-size: cover;
}

.login-credencial .login-wrapper input {
    float: left;
    border: 0;
    font-size: 15px;
    line-height: 1;
    padding: 0 10px 0 15px;
    letter-spacing: 0.2px;
    color: #3c3c3c;
    flex-grow: 1;
}

.login-credencial .login-wrapper input:-moz-placeholder {
    color: #9c9c9c;
}

.login-credencial .login-wrapper input::-moz-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.login-credencial .login-wrapper input:-ms-input-placeholder {
    color: #9c9c9c;
}

.login-credencial .login-wrapper input::-webkit-input-placeholder {
    color: #9c9c9c;
}

.login-credencial input:-moz-placeholder {
    color: #9c9c9c;
}

.login-credencial input::-moz-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.login-credencial input:-ms-input-placeholder {
    color: #9c9c9c;
}

.login-credencial input::-webkit-input-placeholder {
    color: #9c9c9c;
}

.country-dropdown {
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    border: solid 1px #e7e7e7;
    top: 40px;
    left: 0;
    z-index: 1;
}

.country-dropdown:before {
    position: absolute;
    height: 0;
    width: 0;
    content: "";
    display: block;
    left: 21px;
    z-index: 2;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #e7e7e7;
}

.country-dropdown:after {
    position: absolute;
    height: 0;
    width: 0;
    content: "";
    display: block;
    left: 22px;
    z-index: 2;
    top: -4px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

.country-search {
    border-bottom: solid 1px #e7e7e7;
    padding: 7px 5px 8px 23px;
    position: relative;
    display: flex;
}

.country-search .search-icon {
    position: absolute;
    left: 11px;
    top: 8px;
}

.country-search .icon {
    fill: #9c9c9c;
    stroke: #9c9c9c;
    z-index: 1;
    height: 16px;
    width: 16px;
    stroke-width: 1px;
}

.country-search .remove-country {
    position: absolute;
    right: 6px;
    top: 7px;
    width: 20px;
    cursor: pointer;
    text-align: center;
}

.country-search .remove-country .icon {
    height: 12px;
    width: 12px;
}

.country-search input::-ms-clear {
    display: none;
}

.country-dropdown ul {
    overflow-y: auto;
    max-height: 171px;
}

.country-dropdown ul li {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.2px;
    color: #3c3c3c;
    padding: 10px 5px 10px 9px;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    display: flex;
    align-items: center;
}

.country-dropdown ul li span {
    color: #9c9c9c;
}

.country-dropdown ul li:hover {
    background-color: #f2f8ff;
    color: #369aff;
}

.country-dropdown ul li:hover span {
    color: #369aff;
}

.country-dropdown ul li.no-result-found {
    font-size: 14px;
    line-height: 19px;
    color: #9c9c9c;
    padding: 50px 14px;
    text-align: center;
    font-weight: 700;
}

.country-dropdown ul li.no-result-found:hover {
    background: none;
    color: #9c9c9c;
}

.country-dropdown ul li.no-result-found:hover span {
    color: #9c9c9c;
}

.country-dropdown ul li.selected-country {
    background-color: #f2f8ff;
    color: #369aff;
}

.login-controler {
    overflow: hidden;
    position: relative;
    padding: 2px;
}

.otp-section .login-controler {
    padding: 0;
}

.login-controler button {
    height: 44px;
    border-radius: 2px;
    background-color: #fddc2c;
    border: solid 2px #fddc2c;
    font-size: 15px;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 40px;
    color: #56eded;
    overflow: hidden;
    text-align: center;
    display: block;
    width: 100%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.login-controler button:hover {
    background-color: #f1d01e;
    border: solid 2px transparent;
}

.login-controler button.disabled {
    opacity: 0.4;
}

.login-controler button.disabled:hover {
    background-color: #fddc2c;
    border: solid 2px #fddc2c;
}

.login-controler button:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 15%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .7s, opacity 1s;
}

.login-controler button:active:after {
    transform: scale(0, 0);
    opacity: .15;
    transition: 0s;
}

.otp-section p {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.2px;
    color: #9c9c9c;
    margin-bottom: 45px;
    position: relative;
    padding-left: 0px;
}

.otp-section p span {
    color: #3c3c3c;
}

.otp-section p .link {
    bottom: 2px;
}

.login-form .link {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.2px;
    color: #379aff;
    position: absolute;
    right: 5px;
    bottom: 11px;
    z-index: 1;
    cursor: pointer;
}

.otp-form {
    position: relative;
}

.otp-form input {
    width: 100%;
    display: block;
    border: 0;
    border-bottom: solid 1px #379aff;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #3c3c3c;
    padding-bottom: 5px;
}

.otp-form input:-moz-placeholder {
    color: #9c9c9c;
}

.otp-form input::-moz-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.otp-form input:-ms-input-placeholder {
    color: #9c9c9c;
}

.otp-form input::-webkit-input-placeholder {
    color: #9c9c9c;
}

.error-message {
    color: #d54b44;
    line-height: 20px;
    margin: 5px 0 0 0;
    text-align: left;
    font-size: 12px;
    position: absolute;
    top: auto;
}

.login-section .otp-center-toast {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.success-message {
    color: #5bb75b;
    line-height: 20px;
    margin: 5px 0 0 0;
    text-align: left;
    font-size: 13px;
}

span.error-message.otp-error-msg {
    display: block;
}

.mobile-verification-icons {
    text-align: center;
}

.mobile-verification-icons span {
    display: inline-block;
    vertical-align: middle;
}

.mobile-verification-icons .login-main-icon .icon {
    width: 84px;
    height: 59px;
}

.mobile-verification-icons .bothside-arrow-icon {
    margin: 9px 22px 0;
}

.mobile-verification-icons .bothside-arrow-icon .icon {
    width: 39px;
    height: 44px;
}

.mobile-verification-icons .login-mobile-icon .icon {
    width: 63px;
    height: 81px;
}

.mobile-verification-content {
    border-radius: 2px;
    background-color: #ffffff;
    position: relative;
    padding-top: 25px;
    display: none;
}

.mobile-verification-content p {
    line-height: 24px;
    font-size: 14px;
    color: #3c3c3c;
    padding: 8px 0;
}

.mobile-verification-content .footer-cta {
    text-align: right;
}

.mobile-verification-content .footer-cta span {
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: #379aff;
    padding: 8px 16px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

.mobile-verification-content .back-arrow-icon {
    cursor: pointer;
    position: absolute;
    display: block;
    left: -15px;
    top: 0;
    height: 18px;
    width: 18px;
}

.mobile-verification-content .back-arrow-icon .icon {
    height: 18px;
    width: 18px;
}

.form-wrap {
    position: relative;
    padding-bottom: 40px;
}

.form-wrap .referral-code,
.form-wrap .user-name {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: solid 1px rgba(156, 156, 156, 0.2);
    color: #3c3c3c;
    letter-spacing: 0.2px;
    font-size: 15px;
    line-height: 25px;
    padding: 25px 5px 0 5px;
    background: #fff;
}

.form-wrap .referral-code:-moz-placeholder {
    color: #9c9c9c;
}

.form-wrap .referral-code::-moz-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.form-wrap .referral-code:-ms-input-placeholder {
    color: #9c9c9c;
}

.form-wrap .referral-code::-webkit-input-placeholder {
    color: #9c9c9c;
}

.footer {
    background: #e5e5e5;
}

.footer *,
.footer *:before,
.footer *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer.homepage-footer {
    background: #f0f3f7;
}

.google-play,
.app-store {
    width: 118px;
    height: 41px;
}

.footer-top {
    background-image: linear-gradient(259deg, #f7fbc6, #d0e1f9 75%, #e1f2ff);
}

.footer-top .main-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.footer-top .mobile-icon {
    margin-top: 8px;
    width: 207px;
    height: 227px;
    display: inline-block;
    background: url(../img/fab_sprite_v19.png) -94px -2613px no-repeat;
}

.footer-top .mobile-icon .icon {
    width: 106px;
    height: 222px;
}

.download-app-container {
    width: calc(100% - 433px);
    display: inline-block;
    margin: 0 35px;
    vertical-align: top;
}

.download-app-container .dload-app-title {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.1px;
    color: #56eded;
    display: block;
}

.download-app-container .dload-app-title span {
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #4a4a4a;
    display: inline-block;
}

.download-app-container p {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #56eded;
}

.app-download-form-wrap {
    overflow: hidden;
    padding: 10px 0 10px 10px;
    margin-left: -10px;
    position: relative;
    width: 454px;
}

.contact-info-container {
    width: 0;
    height: 46px;
    border-radius: 4px;
    background-color: #ffffff;
    overflow: hidden;
    position: absolute;
    top: 8px;
    z-index: 2;
    right: 42px;
    transition: all 0.4s ease-in-out;
}

.contact-info-container.animateIt {
    width: 412px;
    box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.11);
}

.footer-top .contact-info {
    width: 100%;
    margin-top: 28px;
    position: relative;
}

.contact-info-msg {
    position: absolute;
    left: 0;
    top: 63px;
    width: 100%;
}

.contact-code {
    width: 46px;
    height: 40px;
    border-radius: 4px;
    background-color: rgba(156, 156, 156, 0.1);
    display: inline-block;
    text-align: center;
    margin: 3px;
    position: relative;
}

.number-code {
    height: 40px;
    width: 33px;
    display: inline-block;
    font-size: 15px;
    line-height: 44px;
    color: #3c3c3c;
}

.code-arrow {
    width: 10px;
    height: 10px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.country-code {
    background: #f0f3f7;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
}

.country-code li {
    font-size: 15px;
    line-height: 20px;
    color: #3c3c3c;
    width: 100%;
    display: inline-block;
    padding: 3px 0;
}

.country-code li:hover {
    background: #fff;
}

.contact-info-container input[type="text"] {
    color: #3c3c3c;
    font-size: 15px;
    padding: 10px 4px;
    line-height: 24px;
    height: 38px;
    font-weight: 400;
    border: none;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}

.contact-info-container button {
    width: 160px;
    border-radius: 2px;
    background-color: #fddc2c;
    text-align: center;
    color: #56eded;
    font-size: 15px;
    font-weight: 700;
    line-height: 40px;
    height: 40px;
    margin: 3px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    text-transform: initial;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.contact-info-container button:hover {
    background-color: #fddc2c;
}

.contact-info-container button:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 15%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(0, 0);
    opacity: 0;
    transition: transform .2s, opacity 0.2s;
}

.contact-info-container button:active:after,
.contact-info-container button:hover:after {
    transform: scale(10, 10);
    opacity: .15;
    transition: 0.6s;
}

.download-source {
    width: 100%;
    min-height: 42px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.download-source a {
    display: inline-block;
    margin-right: 5px;
    width: 120px;
    height: 40px;
    cursor: pointer;
    background-image: url(../img/fab_sprite_v19.png);
    background-repeat: no-repeat;
}

.download-source a.google-play-icon {
    background-position: -124px -1327px;
}

.download-source a.google-play-icon:hover {
    background-position: -124px -1378px;
}

.download-source a.app-store-icon {
    background-position: -124px -1226px;
}

.download-source a.app-store-icon:hover {
    background-position: -124px -1276px;
}

.get-link-sms {
    padding: 9px 22px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    background-color: #fedd10;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #56eded;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.get-link-sms:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 15%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(0, 0);
    opacity: 0;
    transition: transform 0.5s, opacity 0.5s;
}

.get-link-sms:active:after,
.get-link-sms:hover:after {
    transform: scale(10, 10);
    opacity: 0.15;
    transition: 0.3s;
}

.link-send-msg {
    padding: 8px 2px 8px 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #56eded;
    white-space: nowrap;
}

.link-send-msg svg {
    margin-right: 8px;
    width: 19px;
    height: 19px;
    position: relative;
    top: 4px;
}

.qr-code-container {
    width: 146px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #e4ee9b;
}

.qr-container {
    padding: 4px 6px 6px;
}

.qr-container .bar-code {
    margin: auto;
    display: block;
    background: url(../img/fab_sprite_v19.png) 0px -2356px no-repeat;
    width: 128px;
    height: 128px;
}

.qr-container .bar-code .fab-qrcode-playstore-icon {
    width: 134px;
    height: 134px;
}

.qr-container p {
    padding-bottom: 4px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #aaaaaa;
}

.qr-container p a {
    color: #56eded;
}

.hand-shake {
    width: 72px;
    height: 62px;
}

.link-container {
    padding: 36px 0 24px;
    display: flex;
    border-bottom: solid 1px rgba(199, 201, 210, 0.28);
}

.link-container .links-menu+.links-menu {
    margin-left: 102px;
}

.link-container .links-menu ul {
    list-style: none;
    margin: 0;
}

.link-container .links-menu ul li {
    margin: 2px 0;
}

.link-container .links-menu ul li:last-child {
    border-right: none;
}

.link-container .links-menu ul li a {
    font-size: 12px;
    line-height: 22px;
    display: block;
    letter-spacing: 0.4px;
    color: #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.link-container .links-menu ul li a:hover {
    color: #379aff;
}

.community-container {
    border-radius: 4px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
    background-color: #56eded;
    border: solid 1.5px #ffffff;
    padding: 15px 24px 14px;
    display: flex;
    max-width: 404px;
    margin-left: 122px;
}

.community-container p {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.6px;
    color: #c7c9d2;
    margin-bottom: 0;
}

.community-container p strong {
    font-weight: 700;
}

.community-container p:last-child {
    margin-top: 15px;
}

.community-desc {
    width: 57%;
    float: left;
}

.community-pic {
    width: 43%;
    float: left;
}

.community-pic .icon {
    width: 67px;
    height: 58px;
    fill: #fff;
    stroke: #fff;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.community-pic a {
    height: 40px;
    border-radius: 4px;
    background-color: #c7c9d2;
    width: 155px;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0.4px;
    color: #56eded;
    text-align: center;
    display: block;
    font-weight: 700;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.community-pic a:hover {
    background-color: #a1a3ab;
}

.link-container .links-menu .left-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.4px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
}

.footer .footer-text p,
.footer .footer-text h3 {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.2px;
    text-align: justify;
    color: #838383;
}

.copyright {
    padding: 20px 0 22px;
    text-align: center;
}

.copyright p {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: rgba(199, 201, 210, 0.5);
}

.footer-advertise {
    padding: 11px 0;
    justify-content: space-between;
    border-bottom: solid 1px rgba(199, 201, 210, 0.28);
    display: flex;
}

.footer_row {
    border-bottom: solid 1px rgba(199, 201, 210, 0.28);
    padding-top: 17px;
    padding-bottom: 8px;
}

.footer-advertise .text {
    margin: 0px 10px 0 0;
    font-size: 14px;
    line-height: 19px;
    color: #c7c9d2;
}

.footer-advertise .security-logo,
.footer-advertise .download-logo,
.footer-advertise .payment-type-logo,
.footer-advertise .small-logo {
    display: flex;
    align-items: center;
}

.footer-advertise .small-logo ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 40px;
}

.footer-advertise .small-logo ul li {
    margin: 0 4px;
    display: inline-block;
    width: 64px;
}

.footer-advertise .small-logo ul li:last-child {
    margin-right: 0;
}

.footer-advertise .medium-logo {
    display: inline-block;
}

.footer-advertise .payment-icon {
    width: 64px;
    height: 40px;
    display: block;
    background: #fff;
    border-radius: 4px;
    background-image: url(../img/fab_sprite_v19.png);
    background-repeat: no-repeat;
}

.download-logo a {
    height: 40px;
    margin-right: 10px;
}

.footer-advertise .payment-icon.payumoney_icon {
    background-position: -180px -2424px;
}

.footer-advertise .payment-icon.paypal-icon {
    background-position: -216px -1919px;
}

.footer-advertise .payment-icon.american_express_icon {
    background-position: -227px -2414px;
}

.footer-advertise .payment-icon.paytm_icon {
    background-position: -221px -2454px;
}

.footer-advertise .payment-icon.visa_icon {
    background-position: -146px -2414px;
}

.footer-advertise .payment-icon.master_icon {
    background-position: -143px -2454px;
}

.footer-advertise .medium-logo.geotrust-icon {
    background-position: -179px -2512px;
    width: 122px;
    height: 40px;
    background-image: url(../img/fab_sprite_v19.png);
    background-repeat: no-repeat;
    border-radius: 4px;
    overflow: hidden;
}

.footer-advertise .medium-logo.google-play-icon {
    background-position: -124px -1327px;
    width: 120px;
    height: 40px;
    background-image: url(../img/fab_sprite_v19.png);
    background-repeat: no-repeat;
    border-radius: 4px;
    overflow: hidden;
}

.footer-advertise .medium-logo.app-store-icon {
    background-position: -124px -1226px;
    width: 120px;
    height: 40px;
    background-image: url(../img/fab_sprite_v19.png);
    background-repeat: no-repeat;
    border-radius: 4px;
    overflow: hidden;
}

.coupan-wrapper .footer {
    padding-bottom: 55px;
}

.footer-bottom {
    background: #56eded;
}

.btn_style {
    max-width: 188px;
    margin: 0 10px;
    border-radius: 3px;
    background-color: #1d2549;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    border: 0;
    display: inline-block;
    padding: 16px 0;
    line-height: 1.2;
    width: 100%;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.btn_style:hover {
    background: #19346b;
}

.btn-disable {
    background: #ececec !important;
    border: solid 1px rgba(219, 219, 219, 0.5) !important;
    color: #adadad !important;
    cursor: not-allowed !important;
    pointer-events: none;
}

.otp-section .btn-disable {
    border: 0 !important;
    padding: 0;
}

.btn-disable button {
    background: #ececec !important;
    color: #adadad !important;
    height: 44px;
    border-color: transparent;
}

.icons_sprite {
    float: left;
    display: block;
    background-image: url(../img/fab_sprite_v19.png);
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.geotrust {
    background-position: -3px -1801px;
    width: 110px;
    height: 36px;
}

.google-play {
    background-position: -185px -1004px;
    width: 110px;
    height: 40px;
    margin-top: -2px;
}

.review {
    background-position: 0px -1882px;
    width: 84px;
    height: 71px;
}

.placeholder {
    background-position: 0px -1957px;
    width: 71px;
    height: 84px;
}

.rupee {
    background-position: 0px -2044px;
    width: 61px;
    height: 77px;
}

.american-express {
    background-position: -3px -2124px;
    width: 59px;
    height: 36px;
}

.mastercard {
    background-position: -218px -1785px;
    width: 60px;
    height: 38px;
}

.visa {
    background-position: -218px -1714px;
    width: 60px;
    height: 38px;
}

.paytm {
    background-position: -216px -1852px;
    width: 64px;
    height: 38px;
    border-radius: 3px;
    background-color: #fff;
}

.netbanking {
    background-position: -216px -1919px;
    width: 64px;
    height: 38px;
    border-radius: 3px;
    background-color: #fff;
}

.facebook {
    background-position: -64px -2045px;
    width: 40px;
    height: 40px;
}

.gplus {
    background-position: -64px -2088px;
    width: 40px;
    height: 40px;
}

.instagram {
    background-position: -62px -2131px;
    width: 40px;
    height: 40px;
}

.twitter {
    background-position: -62px -2174px;
    width: 40px;
    height: 40px;
}

.footer .fab-data h3 {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.4px;
    text-align: justify;
    color: #838383;
    margin: 0 0 20px 0;
    padding-bottom: 0;
}

.more_cities_list {
    padding: 16px 0;
}

.more_cities_list h3 {
    display: inline-block;
    font-size: 14px;
}

.more_cities_list .city_name {
    font-size: 14px;
    text-align: left;
    color: #000;
    display: inline-block;
    margin-right: 4px;
    position: relative;
}

.more_cities_list .city_name a {
    color: #c9c9c9;
    text-decoration: none;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    padding-right: 5px;
}

.more_cities_list .city_name a:hover {
    color: #379aff;
}

.more_cities_list .city_name:after {
    content: ' | ';
    height: 14px;
    top: 0px;
    right: -5px;
    width: 6px;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    display: block;
    color: #c9c9c9;
}

.more_cities_list .city_name:last-child:after {
    content: none;
}

.cities_list {
    overflow: hidden
}

.cities_list ul li {
    padding: 6px 0 6px 14px;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    position: relative;
}

.cities_list ul li:before {
    content: '';
    height: 6px;
    top: 14px;
    left: 0px;
    width: 6px;
    position: absolute;
    background: #c9c9c9;
    border-radius: 50%;
}

.cities_list ul li:nth-child(odd) {
    padding-right: 5%;
}

.cities_list ul li:nth-child(even) {
    padding-left: 5%;
}

.cities_list ul li:nth-child(even):before {
    left: 30px;
}

.cities_list ul li:last-child {
    padding-bottom: 0
}

.cities_cols_left {
    margin: 0
}

.citie_name {
    font-size: 14px;
    text-align: left;
    color: #000;
    display: block;
}

.citie_name a {
    color: inherit;
    text-decoration: none;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.citie_name a:hover {
    color: #379aff;
}

.citie_name small {
    font-size: 12px;
    color: #838383;
}

.local_citie_name {
    font-size: 12px;
    text-align: left;
    color: #999999;
    display: block;
    padding-top: 2px;
}

.local_citie_name a {
    color: inherit;
    text-decoration: none;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    padding-right: 5px;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.local_citie_name a:hover {
    color: #379aff;
}

.local_citie_name a:after {
    content: ' | ';
    height: 18px;
    top: 0px;
    right: -4px;
    width: 6px;
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}

.local_citie_name a:last-child:after {
    content: none;
}

.no_border {
    border: 0
}

.footer .error-message {
    font-size: 16px;
    margin: 0;
}

.footer .success-message {
    margin-top: 11px;
    font-size: 16px;
    margin-bottom: 0;
    color: #00B96E;
}

.fab-data p {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.2px;
    color: #c7c9d2;
    margin-bottom: 0;
}

.fab-data p:nth-child(even) {
    margin-bottom: 10px;
}

.seo-data {
    padding-top: 20px;
    padding-bottom: 0;
}

.seo-data,
.seo-data h3,
.seo-data h2,
.seo-data p,
.seo-data a {
    color: #c9c9c9;
}

.seo-data a:hover {
    color: #379aff;
}

.bonus-fab-point-modal {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    border-radius: 4px;
    background-color: #ffffff;
    width: 100%;
    max-width: 523px;
}

.bonus-fab-point-top {
    background-image: linear-gradient(106deg, #d6a1a1, #a3a6ba);
    padding-top: 20px;
    padding-bottom: 26px;
    text-align: center;
}

.bonus-fab-point-top .fab-point-icon {
    height: 66px;
    width: 66px;
    display: block;
    margin: 0 auto 25px;
    position: relative;
}

.bonus-fab-point-top .fab-point-icon:before {
    background: #00b96e;
    border: 2px solid #fff;
    position: absolute;
    border-radius: 50%;
    content: "";
    height: 28px;
    width: 28px;
    right: 0px;
    bottom: 0px;
}

.bonus-fab-point-top .fab-point-icon:after {
    content: "";
    right: 10px;
    bottom: 8px;
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 14px;
    width: 8px;
}

.bonus-fab-point-top .fab-point-icon svg {
    height: 66px;
    width: 66px;
}

.bonus-fab-point-top strong {
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    letter-spacing: 0px;
    color: #ffffff;
    display: block;
    margin-bottom: 10px;
}

.bonus-fab-point-top .welcome-family-info {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #ffffff;
}

.bonus-fab-point-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 25px 20px 25px;
}

.bonus-fab-point-left {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 20px;
    border-right: 1px solid #979797;
    padding-bottom: 20px;
}

.bonus-fab-point-right {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 20px;
}

.bonus-fab-point-right .social-btn-link {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.bonus-fab-point-right .copy-code {
    border: dashed 1px #979797;
    margin-bottom: 19px;
    position: relative;
}

.bonus-fab-point-right .referral-tooltip {
    top: -51px;
}

.bonus-fab-point-right .copy-code span.text {
    font-size: 14px;
    color: #3c3c3c;
}

.bonus-fab-point-right .copy-code svg {
    fill: #333333;
}

.bonus-fab-point-right .social-btn-link ul li {
    margin-right: 8px;
}

.bonus-fab-point-right .social-btn-link ul li a {
    width: 33px;
    height: 33px;
    display: block;
    background: #f0f3f7;
    border-radius: 100%;
    text-align: center;
    padding: 0;
}

.bonus-fab-point-right .social-btn-link ul li a svg.iconcopy {
    width: 16px;
    height: 16px;
    margin-top: 8px;
}

.bonus-fab-point-bottom strong {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 0px;
    color: #252525;
    display: block;
    margin-bottom: 14px;
}

.bonus-fab-point-bottom p {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #3c3c3c;
    margin-bottom: 13px;
}

.bonus-fab-point-bottom .bonus-fab-point-left p {
    margin-bottom: 33px;
}

.bonus-fab-point-bottom .bonus-fab-point-left .btn {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.8px;
    border-radius: 4px;
    padding: 18px 22px 16px;
    border: 0;
    cursor: pointer;
    color: #56eded;
    width: 100%;
    background: #fddc2c;
    text-align: center;
    display: block;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    font-weight: 700;
}

.bonus-fab-point-bottom .bonus-fab-point-left .btn:hover {
    background: #FBC800;
}

.bonus-fab-point-bottom .bonus-fab-point-left .btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 15%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(0, 0);
    opacity: 0;
    transition: transform .5s, opacity 0.5s;
}

.bonus-fab-point-bottom .bonus-fab-point-left .btn:active:after,
.bonus-fab-point-bottom .bonus-fab-point-left .btn:hover:after {
    transform: scale(10, 10);
    opacity: .15;
    transition: 0.3s;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: rgba(0, 0, 0, 0.80);
}

.close-bonus-fab-point-modal {
    position: absolute;
    top: 0px;
    right: -30px;
    z-index: 10;
    width: 24px;
    height: 24px;
    overflow: hidden;
    cursor: pointer;
}

.close-bonus-fab-point-modal .icon {
    width: 24px;
    height: 24px;
    stroke: #fff;
}

.content_box {
    width: 100%;
    height: auto;
}

.content_box_inner {
    width: 1000px;
    height: auto;
    margin: auto;
}

.error_content_box {
    width: 100%;
    height: auto;
    background-color: #f0f3f7;
    border-top: 3px solid #56eded;
}

.error_content_image {
    text-align: center;
    padding: 50px 0 30px 0;
}

.error_content_text {
    text-align: center;
    padding: 30px 0 50px 0;
}

.error_content_text a {
    color: #3d80db;
}

.error_content_text a:hover {
    text-decoration: none;
}

.error_content_box_inner {
    width: 1000px;
    height: auto;
    margin: auto;
    background-color: #fff;
}

.banner_section {
    width: 100%;
    margin-top: 58px;
}

.main_banner {
    width: 100%;
    height: auto;
    background-image: url(https://static.fabhotels.com/icons/image-collage_home.jpg);
    background-repeat: repeat-x;
    background-position: 50% 50%;
    border-top: 3px solid #56eded;
    margin-top: 58px;
}

.main_banner_inner {
    width: 1000px;
    height: auto;
    margin: auto;
}

.body-container {
    float: left;
    padding: 0;
    overflow: hidden;
    background-color: #FFFFFF;
}

.mrg_right_10 {
    margin-right: 10px;
}

.border_none {
    border: none !important;
}

.bg_orange {
    background-color: #EC956E;
}

.bg_cyan {
    background-color: #A1D5D1;
}

.bg_blue {
    background-color: #56eded;
}

.process_loader {
    border: 4px solid rgba(50, 50, 50, 0.3);
    border-radius: 50%;
    border-top: 4px solid #323232;
    width: 27px;
    height: 27px;
    -webkit-animation: loading_animation 0.5s linear infinite;
    animation: loading_animation 0.5s linear infinite;
    margin: 5px auto;
}

.process_loader_disable {
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.btn-loading {
    cursor: not-allowed !important;
    pointer-events: none !important;
    position: relative;
}

.btn-loading:before {
    content: "";
    position: absolute;
    border: 3px solid rgba(50, 50, 50, 0.3);
    border-radius: 50%;
    border-top: 3px solid #323232;
    width: 24px;
    height: 24px;
    -webkit-animation: loading_animation 0.5s linear infinite;
    animation: loading_animation 0.5s linear infinite;
    opacity: 1;
    color: red;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.btn-loading span {
    opacity: 0;
}

@-webkit-keyframes loading_animation {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loading_animation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.min-page-details {
    min-height: 500px;
}

.fab-tooltip {
    position: relative;
}

.fab-tooltip:before,
.fab-tooltip:after {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.fab-tooltip:after {
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: '';
    height: 0;
    top: -5px;
    left: -34px;
    width: 0;
}

.fab-tooltip:before {
    background: rgba(0, 0, 0, .75);
    border-radius: 2px;
    color: #fff;
    content: attr(data-title);
    font-size: 13px;
    padding: 5px 7px;
    top: -32px;
    left: -145px;
    white-space: nowrap;
    min-width: 220px;
    max-width: 320px;
    text-align: center;
}

.fab-tooltip.fab-fade:after,
.fab-tooltip.fab-fade:before {
    transform: translate3d(0, 0, 0);
    transition: all .15s ease-in-out;
}

.fab-tooltip.fab-fade:hover:after,
.fab-tooltip.fab-fade:hover:before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: 750px;
    margin: 30px auto;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 9999;
    background-color: #000000;
}

.review-modal .modal-header {
    border: none;
    padding: 20px 20px 2px 20px;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

.modal-header .close {
    margin-top: -2px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    outline: none;
}

.modal_review_cls {
    font-size: 34px;
    font-weight: normal;
    line-height: 40px;
    margin-top: -10px !important;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.modal-body {
    position: relative;
    padding: 15px;
}

.review_bx_banner {
    width: 100%;
    height: 300px;
    background-image: url(https://static.fabhotels.com/icons/review_banner.jpg);
    background-repeat: repeat;
    background-position: 50% 50%;
}

.review_bx {
    background-color: #f4f4f4;
}

.review_bx_main_lft {
    width: 1000px;
    height: auto;
    float: left;
    margin: 40px 0 0 0;
}

.review_bx_main_right {
    width: 300px;
    height: auto;
    float: left;
    margin: 40px 0 0 40px;
}

.review_bx_main_lft_heading {
    width: 1000px;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    background-color: #FFFFFF;
    border-bottom: 1px solid #dbdbdb;
    border-radius: 2px;
}

.review_bx_main_lft_heading a span {
    font-size: 14px;
    float: right;
    margin: 17px 15px 0 0;
    text-decoration: none;
    color: #323232;
}

.review_bx_main_lft_heading a span img {
    width: 11px;
    height: 7px;
    margin: 2px 0 0 5px;
}

.review_bx_main_lft_heading_bx {
    font-size: 20px;
    color: #323232;
    padding: 10px 25px;
    float: left;
}

.review_bx_main_rght {
    width: 300px;
    height: auto;
    float: left;
    margin: 40px 0 0 40px;
}

.review_bx_main_bx {
    width: 100%;
    height: auto;
    float: left;
    margin: 5px 0 0 0;
}

.review_bx_main_bx_sngl {
    width: 100%;
    float: left;
    margin: 5px 0 5px 0;
    background-color: #FFFFFF;
    border-radius: 2px;
}

.review_bx_main_bx_sngl_pad {
    padding: 25px 2% 5px 2%;
    border-bottom: 1px solid #dbdbdb;
}

.review_bx_main_bx_pagination {
    width: 300px;
    height: auto;
    float: left;
    margin: 20px 350px;
    text-align: center;
}

.review_bx_main_bx_pagination a {
    width: auto;
    text-decoration: none;
    padding: 0 10px;
    color: #323232;
    font-size: 18px;
}

.review_bx_main_bx_pagination .inactive {
    color: #9a9a9a;
}

.review_bx_main_bx_pagination_arrow_left {
    background: url(../img/fab_sprite_v19.png) -113px -303px no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin: -4px 10px 0 0;
    cursor: pointer;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "FlipH";
    filter: FlipH;
}

.review_bx_main_bx_pagination_arrow_right {
    background-image: url(../img/fab_sprite_v19.png);
    background-repeat: no-repeat;
    background-position: -113px -303px;
    width: 32px;
    height: 32px;
    float: right;
    margin: -4px 0 0 10px;
    cursor: pointer;
}

.review-modal {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -html-border-radius: 0px !important;
    border-radius: 0px !important;
}

.review-modal .modal-header {
    border: none;
    padding: 20px 20px 5px 20px;
}

.review-modal .icon {
    height: 25px;
    width: 25px;
    stroke: #3c3c3c;
    fill: #3c3c3c;
    stroke-width: 2px;
}

.review-modal .modal-title {
    font-size: 20px;
}

.review-modal .modal-subtitle {
    font-size: 14px;
    padding-top: 5px;
    margin: 0 0 10px;
}

.review_popup {
    height: 500px;
    overflow-y: auto;
    margin: 5px;
    border-top: 1px solid #efefef;
}

.load_more_review {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 10px;
}

.modal_review_cls {
    font-size: 34px;
    font-weight: normal;
    line-height: 40px;
    margin-top: -10px !important;
}

.review_bx_inner,
.review_bx_inner_heading_bx,
.review_text_bx {
    width: 100%;
    height: auto;
    float: left;
}

.review_bx_heading {
    width: 50%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}

.review_bx_heading_wrd {
    width: 45px;
    height: 45px;
    float: left;
    color: #fff;
    font-size: 26px;
    padding: 5px;
    text-align: center;
    border-radius: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.review_bx_heading_wrd_name {
    width: 190px;
    font-size: 20px;
    color: #323232;
    line-height: 24px;
    float: left;
    padding: 0 0 0 0;
    margin: 0 0 0 10px;
}

.review_bx_heading_wrd_name span {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #323232;
    opacity: 0.5;
    padding: 0 0 0 0;
    text-align: left;
}

.review_rated_bx {
    width: 50%;
    height: 32px;
    float: right;
    margin: 0 0 0 0;
}

.review_rated_bx span {
    font-size: 15px;
    color: #323232;
    float: right;
    line-height: 32px;
    padding: 0 5px 0 0;
}

.review_rated_bx_green {
    width: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: bold;
    background-color: #7ed321;
    color: #FFFFFF;
    padding: 6px;
    text-align: center;
    border-radius: 20px;
    float: right;
}

.review_text_bx p {
    margin: 24px 0 0 12px;
    width: 95%;
    font-size: 14px;
    color: #323232;
    opacity: 0.7;
    float: left;
    line-height: 25px;
}

.review_text_bx span {
    font-size: 34px;
    position: relative;
    float: left;
    font-style: italic;
    margin: 16px -3px 0 -5px;
    color: #323232;
    opacity: 0.7;
    min-width: 18px;
    width: auto;
}

.review_help_bx {
    width: 100%;
    font-size: 16px;
    color: #323232;
    float: left;
    line-height: 30px;
    padding: 15px 0 5px 0;
}

.review_help_bx_border {
    border-bottom: 1px solid #d1d1d1;
}

.review_help_bx_lft {
    width: 60%;
    float: left;
}

.review_help_bx_lft a {
    font-weight: 700;
    font-size: 15px;
    color: #323232;
    line-height: 18px;
    margin-bottom: 15px;
    opacity: 0.7;
    float: left;
    text-decoration: none;
}

.review_help_bx_lft img {
    width: 24px;
    height: 21px;
    float: left;
    margin: 0 10px 0 0;
}

.review_help_bx_lft img:hover {
    background-image: url(https://static.fabhotels.com/icons/fill_helpful.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.review_help_bx_lft span {
    font-size: 15px;
    color: #323232;
    line-height: 21px;
    margin-bottom: 15px;
    opacity: 0.7;
    float: left;
}

.review_help_bx_rght {
    width: 40%;
    float: right;
}

.review_help_bx_rght img {
    height: 20px;
    width: auto;
    float: right;
    margin: 0 0 0 5px;
}

.review_help_bx_rght span {
    font-size: 14px;
    color: #323232;
    line-height: 18px;
    margin-bottom: 15px;
    opacity: 0.7;
    float: right;
}

.smart-scroll::-webkit-scrollbar-track {
    border-radius: 50px;
}

.smart-scroll::-webkit-scrollbar {
    width: 7px;
}

.smart-scroll::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: rgba(50, 50, 50, 0.5);
}

.review_rated_bx .review-star-icon {
    background: url(../img/fab_sprite_v19.png) 0px -1452px no-repeat;
    display: inline-block;
    height: 13px;
    overflow: hidden;
    position: relative;
    top: 1px;
    width: 70px;
    padding: 0;
}

.review_rated_bx .review-star-icon span {
    background: url(../img/fab_sprite_v19.png) 0px -1438px no-repeat;
    display: block;
    height: 13px;
    width: 100%;
    float: none;
    padding: 0;
}

.pac-container {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.34);
    -ms-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.34);
    width: 389px !important;
    z-index: 3 !important;
}

.pac-item {
    padding: 6px 4px;
    cursor: pointer;
}

.pac-item span {
    font-size: 13px;
}

span.know-more {
    position: relative;
}

span.know-more:hover span.tooltip {
    opacity: 1;
    visibility: visible;
}

span.tooltip {
    position: absolute;
    bottom: 30px;
    border-radius: 4px;
    background-color: #5c5c5c;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
    min-width: 265px;
    padding: 15px 18px;
    opacity: 0;
    visibility: hidden;
    right: -24px;
}

span.tooltip:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #666666;
    bottom: -10px;
    position: absolute;
    right: 82px;
}

span.tooltip>strong {
    margin: 0 0 8px !important;
    font-size: 14px !important;
    padding: 0 !important;
    color: #fff;
}

span.tooltip ul {
    padding-left: 13px;
}

span.tooltip ul li {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.5px;
    color: #ffffff;
    position: relative;
    margin-bottom: 0;
}

span.tooltip ul li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 100%;
    left: -13px;
    top: 8px;
}

.container {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}

.checkin-container .input-daterange input {
    height: 50px;
    background-color: #ffffff;
    border: solid 0.5px #bdbdbd;
    font-size: 15px;
    line-height: 48px;
    color: #1d2549;
    padding-left: 20px;
    padding-top: 2px;
}

.checkin-container .input-daterange input::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.checkin-container .input-daterange input:-ms-input-placeholder {
    color: #999999;
}

.checkin-container .input-daterange input::-ms-input-placeholder {
    color: #999999;
}

.checkin-container .input-daterange input:hover {
    background: #F0F3F7;
}

.review-star-icon {
    display: inline-block;
    height: 13px;
    position: relative;
    top: 1px;
    width: 70px;
    background: url(../img/fab_sprite_v19.png) 0px -1452px no-repeat;
    overflow: hidden;
}

.review-star-icon span {
    display: block;
    height: 13px;
    width: 100%;
    background: url(../img/fab_sprite_v19.png) 0px -1438px no-repeat;
}

.daterangepicker.dropdown-menu {
    z-index: 2;
}

.hidden {
    display: none !important;
}

.hide {
    display: none;
}

.visibility-hidden {
    visibility: hidden !important;
}

.loader-spinners {
    border: 3px solid rgba(50, 50, 50, 0.3);
    border-radius: 50%;
    border-top: 3px solid #323232;
    width: 20px;
    height: 20px;
    display: block;
    -webkit-animation: loading_animation 0.5s linear infinite;
    animation: loading_animation 0.5s linear infinite;
    margin: 0 auto;
}

.loader-progressbar {
    top: 0px;
    z-index: 1;
    height: 2px;
    width: 100%;
    position: fixed;
}

.loader-progressbar:before {
    -webkit-animation: progress 1s forwards;
    -moz-animation: progress 1s forwards;
    -ms-animation: progress 1s forwards;
    animation: progress 1s forwards;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    width: 1%;
    position: absolute;
    right: 50%;
    top: 0;
    content: "";
    background: #56eded;
    height: 2px;
}

.loader-progressbar:after {
    -webkit-animation: progress 1s forwards;
    -moz-animation: progress 1s forwards;
    -ms-animation: progress 1s forwards;
    animation: progress 1s forwards;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    width: 1%;
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    background: #56eded;
    height: 2px;
}

@-webkit-keyframes progress {
    from {}

    to {
        width: 50%
    }
}

@-moz-keyframes progress {
    from {}

    to {
        width: 50%
    }
}

@-ms-keyframes progress {
    from {}

    to {
        width: 50%
    }
}

@keyframes progress {
    from {}

    to {
        width: 50%
    }
}

.profile-loader:before {
    background: #fff;
}

.profile-loader:after {
    background: #fff;
}

.detail-header+.dealscontainer,
.detail-header+.error_content_box,
.detail-header~.banner_section {
    margin-top: 0;
    float: none;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.btn.btn-disable {
    background: #ececec !important;
    border: solid 1px rgba(219, 219, 219, 0.5) !important;
    color: #adadad !important;
    cursor: not-allowed !important;
    pointer-events: none;
}

.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0)
}

.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 15%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .7s, opacity 1s;
}

.ripple:active:after {
    transform: scale(0, 0);
    opacity: .15;
    transition: 0s;
}

.btn-loader:before {
    border-radius: 50%;
    border-top: 4px solid #56eded;
    border-left: 4px solid #56eded;
    border-right: 4px solid #56eded;
    border-bottom: 4px solid #fddc2c;
    width: 28px;
    height: 28px;
    -webkit-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite;
    position: absolute;
    content: "";
    right: 10px;
    top: 8px;
    z-index: 1;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#wizParDiv2 {
    display: none;
}

.next-arrow {
    width: 7px;
    height: 13px;
    fill: #379aff;
    stroke: #379aff;
    margin-left: 4px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.read-more-review {
    color: #379aff;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    padding-top: 10px;
    letter-spacing: 0.1px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.read-more-review:hover {
    color: #1B82EC;
}

.read-more-review:hover .next-arrow {
    fill: #1b82ec;
}

.search-label {
    display: none;
}

.btn::-moz-focus-inner {
    border: 0;
}

.modal-overlay {
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    height: 100%;
    top: 0;
    overflow: hidden;
    z-index: 999;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    display: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.modal-overlay[data-direction="center"] {
    display: none;
}

div[data-direction='right'] .modal {
    top: 0;
    width: 500px;
    right: 0;
    position: fixed;
    left: auto;
    background: #fff;
    padding: 30px;
    overflow: visible;
    display: block;
}

div[data-direction='center'] .modal {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: visible;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    padding: 25px 30px 40px;
    bottom: auto;
    display: block;
}

.modal-overlay .modal .alert-box-popup-close {
    position: absolute;
    width: 33px;
    height: 33px;
    top: 0;
    right: -48px;
    cursor: pointer;
}

.modal-overlay .modal .applied-coupon .alert-box-popup-close {
    position: fixed;
    top: 20px;
    right: -100px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    display: block;
    cursor: pointer;
}

.modal-overlay .modal .alert-box-popup-close:after,
.modal-overlay .modal .alert-box-popup-close:before {
    margin-left: -20px;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #f0f3f7;
    width: 40px;
    height: 1px;
    transform: rotate(45deg);
}

.modal-overlay .modal .alert-box-popup-close:after {
    transform: rotate(-45deg);
}

.modal-overlay .modal input[type="text"]::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1px;
    color: #252525;
    opacity: 1;
}

.modal-overlay .modal input[type="text"]::-moz-placeholder {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1px;
    color: #252525;
    opacity: 1;
}

.modal-overlay .modal input[type="text"]:-ms-input-placeholder {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1px;
    color: #252525;
    opacity: 1;
}

.modal-overlay .modal input[type="text"]:-moz-placeholder {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1px;
    color: #252525;
    opacity: 1;
}

.prompt-name .modal {
    width: 450px;
    max-width: 100%;
    padding: 40px 40px 20px;
}

.modal-overlay .modal .modal-title {
    font-size: 20px;
    font-weight: bold;
    color: #595959;
}

.modal-overlay .modal .modal-sub-title {
    font-size: 14px;
    line-height: 1.29;
    color: #9c9c9c;
    margin-top: 2px;
}

.modal-overlay .modal .input-container {
    position: relative;
    margin-top: 30px;
}

.modal-overlay .modal .input-container input[type="text"] {
    width: 100%;
    border-radius: 2px;
    border: solid 1px #e2e2e2;
    line-height: 25px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1px;
    color: #252525;
    padding: 10px 20px;
}

.modal-overlay .modal .input-container button {
    background: transparent;
    outline: 0;
    top: 0;
    right: 0;
    z-index: 2;
    position: absolute;
    border: 0;
    color: #4a90e2;
    font-weight: 700;
    font-size: 16px;
    height: 100%;
    padding: 0 20px;
}

.modal-overlay .modal .option-btn {
    width: 192px;
    padding: 15px 0 13px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: transparent;
    outline: 0;
    border: solid 1px #f2ce09;
}

.modal-overlay .modal .yellow-btn {
    border: solid 1px #f2ce09;
    background-color: #fddc2c;
    outline: 0;
    border-radius: 2px;
    position: relative;
}

.modal-overlay .modal .error-msg-text {
    color: #cb4a4a;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -21px;
}

.modal-overlay .modal .input-error {
    background: rgba(255, 112, 112, 0.1);
    border: solid 1px #ff7272 !important;
}

.prompt-name .modal {
    width: 450px;
    max-width: 100%;
    padding: 40px 40px 20px;
}

.update-name-header {
    display: -ms-flex;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: normal;
    color: #3c3c3c;
}

.update-name-header .fab-credit {
    width: 51px;
    height: 51px;
    margin-right: 20px;
}

.update-name-body {
    padding: 25px 32px 0;
}

.update-name-body .error-message {
    position: absolute;
    bottom: -22px;
}

.update-name-body .body-text {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.2px;
    color: #4a4a4a;
}

.update-name-from {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom: 1px solid rgba(156, 156, 156, 0.2);
    padding-bottom: 2px;
    margin-top: 30px;
}

.display-name-title {
    background: rgba(156, 156, 156, 0.1);
    width: 60px;
    font-size: 16px;
    letter-spacing: 0.3px;
    color: #9c9c9c;
    padding-left: 9px;
    padding-right: 9px;
    line-height: 34px;
}

.display-name-title .icon {
    width: 20px;
    height: 17px;
    position: absolute;
    bottom: 8px;
}

.client-name {
    border: 0;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
}

.update-name-from input[type="text"]::placeholder {
    opacity: 1;
    font-size: 15px !important;
    line-height: 25px;
}

.update-name-from input[type="text"]:-ms-input-placeholder {
    font-size: 15px !important;
    line-height: 25px;
}

.update-name-from input[type="text"]::-ms-input-placeholder {
    font-size: 15px !important;
    line-height: 25px;
}

.name-title-dropdown {
    position: absolute;
    left: 0;
    top: 35px;
    background: rgba(156, 156, 156, 0.7);
    width: 60px;
    font-size: 16px;
    letter-spacing: 0.3px;
    color: #000;
    padding-left: 9px;
    line-height: 34px;
    width: 51px;
}

.name-title-dropdown span {
    display: block;
}

.update-name-btn {
    width: 100%;
    line-height: 46px;
    font-size: 15px;
    letter-spacing: 0.2px;
    color: #56eded;
    margin-top: 25px;
}

.update-name-body ::-webkit-input-placeholder {
    font-size: 14px !important;
    letter-spacing: 0.2px !important;
    color: #9d9d9d !important;
    font-weight: 400 !important;
}

.update-name-body ::-moz-placeholder {
    font-size: 14px !important;
    letter-spacing: 0.2px !important;
    color: #9d9d9d !important;
    font-weight: 400 !important;
}

.update-name-body ::-ms-placeholder {
    font-size: 14px !important;
    letter-spacing: 0.2px !important;
    color: #9d9d9d !important;
    font-weight: 400 !important;
}

.update-name-body ::placeholder {
    font-size: 14px !important;
    letter-spacing: 0.2px !important;
    color: #9d9d9d !important;
    font-weight: 400 !important;
}

.modal-overlay.active {
    display: block;
}

.covid-alert-modal .modal {
    padding: 0 !important;
    width: 870px;
}

.covid-close .icon {
    height: 1px;
    width: 27px;
    display: block;
    background: #000;
}

.covid-data,
.covid-wrapper {
    display: flex;
    align-items: center;
}

.covid-wrapper {
    margin: 0 0 10px;
}

.covid-wrapper span.heading {
    margin: 0;
    margin-right: 15px;
}

.covid-title {
    margin-right: 8px;
}

.covid-title img {
    display: block;
    max-width: 142px;
}

.covid-close.modal_close:focus,
.covid-close.modal_close:hover {
    border: none;
    outline: none;
}

.link-arrow {
    font-size: 12px;
    color: #379aff;
    position: relative;
    padding-right: 18px;
    text-decoration: none;
}

.link-arrow span {
    display: inline-block;
    width: 10px;
    height: 1px;
    background: #379aff;
    top: 7px;
    position: absolute;
    right: 3px;
}

.link-arrow span::before {
    width: 1px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    right: 2px;
    top: -1px;
    background: #379aff;
}

.link-arrow span::after {
    width: 1px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    right: 2px;
    bottom: -1px;
    background: #379aff;
}

.covid-modal {
    background: #fff;
    overflow-y: scroll;
    max-height: 580px;
    width: 870px;
    border-radius: 4px;
}

.covid-modal .modal-heading {
    border-radius: 8px;
    padding: 40px 20px 24px;
    background-color: #fff6ee;
    text-align: center;
}

.covid-modal .heading-wrap {
    max-width: 640px;
    margin: 0 auto;
}

.covid-modal .heading-wrap img {
    max-width: 242px;
}

.covid-modal .heading-wrap figure {
    margin: 0 0 16px;
}

.covid-modal .heading-wrap span {
    display: block;
}

.covid-modal img {
    max-width: 100%;
    vertical-align: top;
    display: inline-block;
}

.heading-wrap h3 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.heading-wrap p {
    font-size: 18px;
    line-height: 1.33;
    text-align: center;
    color: #75767c;
    margin: 0;
}

.covid-content .image-wrapper figure {
    margin: 0 24px 24px 0;
    border-radius: 4px;
    overflow: hidden;
}

.covid-content {
    padding: 32px 24px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: flex-start;
}

.covid-content .image-wrapper {
    width: 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    align-items: flex-start;
}

.covid-content .box-content {
    width: 60%;
}

.covid-content .image-wrapper span {
    width: 144px;
    height: 176px;
    display: block;
}

.covid-content .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-content .desc {
    padding: 18px 16px;
    white-space: normal;
    position: relative;
    border-radius: 8px;
}

.covid-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% - 50px);
    left: 25px;
    height: 1px;
    background: #d8dade;
}

.covid-wrap {
    position: relative;
    z-index: 2;
}

.covid-wrap p {
    line-height: 1.5;
    margin: 0;
    font-size: 16px;
    margin: 0;
    max-width: 290px;
}

.covid-wrap h5 {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 15px;
}

.precautions {
    list-style: none;
    padding: 0;
    margin: 0;
}

.precautions li {
    font-size: 16px;
    padding-left: 18px;
    position: relative;
    margin: 0 0 12px;
}

.precautions li:before {
    content: '✓';
    position: absolute;
    top: 1px;
    left: -2px;
}

.precautions li:last-child {
    margin: 0;
}

.box-content .desc figure {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    max-width: 132px;
    max-height: 115px;
    opacity: 0.5;
    max-width: 150px;
    max-height: 100%;
    bottom: 15px;
    opacity: 1;
}

.covid-modal .modal-footer {
    padding: 20px 15px 24px;
    text-align: center;
}

.covid-modal .modal-footer p {
    font-size: 14px;
    margin: 0 0 15px;
}

.covid-modal .modal-footer strong {
    font-size: 16px;
    font-weight: bold;
}

button.covid-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    display: inline-block;
    background: none;
    border: none;
    height: 30px;
    cursor: pointer;
    z-index: 10;
}

.confirmed-booking .covid-logo {
    margin-bottom: 15px;
}

.confirmed-booking .covid-logo img {
    display: block;
    max-width: 145px;
}

.covid-close .bar1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1px;
    right: 4px;
    position: relative;
}

.covid-close .bar2 {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    right: 4px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: relative;
    top: 0px;
}

@media all and (max-width: 1032px) {
    .detail-header {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-top {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer_row {
        padding-left: 10px;
        padding-right: 10px;
    }

    .link-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-advertise {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-advertise .security-logo,
    .footer-advertise .download-logo {
        margin-right: 16px;
    }

    .link-container .links-menu+.links-menu {
        margin-left: 60px;
    }
}

@media all and (max-width: 975px) {
    .footer-advertise {
        display: block;
    }

    .footer-advertise .security-logo,
    .footer-advertise .download-logo {
        margin-right: 10px;
        float: left;
    }

    .footer-advertise .payment-type-logo {
        padding-top: 10px;
        clear: both;
    }

    .community-container {
        margin-left: 60px;
    }
}

@media all and (max-width: 925px) {
    .community-container {
        margin-left: 40px;
    }

    .link-container .links-menu+.links-menu {
        margin-left: 10px;
    }
}

@media all and (max-width: 768px) {
    .link-container .links-menu+.links-menu {
        margin-left: 5px;
    }

    .community-container {
        margin-left: 20px;
    }
}

::-webkit-input-placeholder {
    text-transform: none;
}

:-moz-placeholder {
    text-transform: none;
}

::-moz-placeholder {
    text-transform: none;
}

:-ms-input-placeholder {
    text-transform: none;
}

::placeholder {
    text-transform: none;
}

.cancelpolicy-alert-modal .modal-heading {
    font-size: 24px;
}

.modal-content-cancel {
    padding-top: 20px;
}

.cptext {
    font-size: 14px;
    padding-bottom: 10px;
    list-style: disc;
}

#binder {
    padding-left: 15px;
    padding-top: 20px;
}

#noShowTest {
    font-style: italic;
    color: #4a4a4a;
    padding-top: 10px;
}

.cancellation-policy {
    cursor: pointer;
}

.pdp-page.pdp_page .room-features li span .amenities-icon {
    width: 10%;
}

.pdp-page.pdp_page .room-features li span.text {
    width: 80%;
    vertical-align: top;
}

.reffer-friend-section {
    border-radius: 4px;
    background-color: #ffffff;
    background-image: linear-gradient(95deg, #192454, #525e93);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    position: relative;
    padding: 13px 21px 15px 27px;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-heading-gift-wrapper {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    padding-top: 7px;
}

.reffer-friend-section a {
    display: block;
    outline: none;
    width: 100%;
    padding: 16px 21px 26px 21px;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.reffer-friend-section .reffer-card-icon {
    width: 25px;
    height: 25px;
    padding-top: 0;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -2px;
    left: 0;
}

.reffer-friend-section .reffer-card-icon svg {
    height: 25px;
    width: 25px;
}

.reffer-friend-section .reffer-friend-list-text {
    display: block;
    padding-left: 0;
    padding-right: 15px;
    position: relative;
}

.reffer-friend-section .reffer-friend-list-text strong {
    display: block;
    padding-left: 35px;
    margin-bottom: 4px;
}

.reffer-friend-section .reffer-friend-list-text strong .referral-widget-heading {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: normal;
    color: #fff;
    display: inline-block;
}

.reffer-friend-section .reffer-friend-list-text .invite-friend {
    font-size: 14px;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
    display: block;
    margin-bottom: 0px;
}

.reffer-friend-section .reffer-friend-list-text span.know-more {
    opacity: 0.6;
    font-size: 11px;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    top: -2px;
    z-index: 1;
}

.reffer-friend-section .reffer-friend-list-text span.know-more>svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
    margin-right: 0;
    top: -1px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.reffer-friend-section .reffer-friend-list-text span.know-more:hover {
    opacity: 1;
}

.reffer-friend-section .flex-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 55%;
    max-width: 55%;
}

.reffer-friend-section .referral-code-copy,
.social-btn-link {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
}

.social-btn-link {
    padding-left: 15px;
}

.social-btn-link ul {
    margin-top: 10px;
}

.social-btn-link ul li {
    vertical-align: top;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 0px;
}

.social-btn-link ul li:last-child {
    margin-right: 0px;
}

.social-btn-link ul li a {
    width: 33px;
    height: 33px;
    display: block;
    background: #f0f3f7;
    border-radius: 100%;
    text-align: center;
    padding: 0;
}

.social-btn-link ul li a svg.iconcopy {
    width: 16px;
    height: 16px;
    margin-top: 8px;
}

.social-btn-link ul li:nth-child(2) a svg {
    fill: #0084ff;
}

.social-btn-link ul li:nth-child(3) a svg {
    fill: #37599f;
}

.social-btn-link ul li:last-child a svg {
    fill: #00a2f9;
}

.reffer-friend-section .reffer-friend-list-text .link-info {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: normal;
    color: #3c3c3c;
    display: block;
    margin-bottom: 20px;
}

.referral-code-copy {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
    padding-right: 15px;
    margin-right: 2%;
    position: relative;
}

.referral-code-copy:after {
    position: absolute;
    height: 54px;
    width: 1px;
    content: "";
    display: block;
    right: 0px;
    z-index: 1;
    top: 4px;
    background: rgba(255, 255, 255, 0.28);
}

.referral-code-copy p,
.social-btn-link p {
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    margin-bottom: 7px;
}

.pointer-cursor {
    cursor: pointer;
}

.copy-code {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.21);
    border: dashed 1px #ffffff;
    padding: 7px 13px;
    position: relative;
}

.copy-code span.text {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    line-height: 16px;
    letter-spacing: normal;
    color: #ffffff;
    position: relative;
}

.copy-code.reveal-code-svg:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 58px;
    left: 14px;
    bottom: 8px;
    z-index: 1;
    background: #ffffff;
}

.copy-code.reveal-code-svg svg {
    float: none;
    display: inline-block;
    vertical-align: middle;
    stroke: #fff;
    width: 12px;
    transform: rotate(-90deg);
    height: 15px;
    stroke-width: 4px;
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.copy-code.reveal-code-svg {
    border-color: transparent;
    cursor: pointer;
}

.copy-code svg {
    height: 30px;
    width: 28px;
    float: right;
    margin-top: -5px;
    margin-right: -7px;
    cursor: pointer;
    fill: #fff;
}

.referral-tooltip {
    position: absolute;
    left: 50%;
    margin-left: -138px;
    top: -28px;
    border-radius: 4px;
    background-color: #4a4a4a;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
    z-index: 2;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: #ffffff;
    text-align: center;
    padding: 12px 10px;
    width: 168px;
    height: 40px;
}

.referral-tooltip:before {
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin-left: -4px;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #4a4a4a;
    content: " ";
    z-index: 1;
}

@media all and (max-width: 975px) {
    .reffer-friend-section {
        padding-left: 10px;
    }
}

.referral-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, 0.80);
}

.referral-modal {
    max-width: 640px;
    width: 100%;
    height: 350px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: fixed;
    z-index: 5;
}

.referral-modal-wrapper.referral-modal {
    max-width: 400px;
}

.referral-modal-wrapper.referral-modal .login-page {
    padding-top: 0;
}

.referral-modal .referral-top {
    padding: 51px 80px 40px;
    background: #fff;
    position: relative;
    text-align: center
}

.close-referral-modal {
    cursor: pointer;
    height: 43px;
    position: absolute;
    right: -60px;
    top: -20px;
    width: 43px;
    display: block;
    text-indent: 1px;
    overflow: hidden;
    outline: none;
    text-decoration: none;
}

.close-referral-modal .icon {
    fill: #ffffff;
    stroke: #ffffff;
    stroke-width: 2px;
    height: 36px;
    width: 36px;
}

.referral-modal .referral-top:before {
    background: url(https://static.fabhotels.com/img/main_banner_v1.png) left top repeat-x;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    display: block;
    left: 0;
    z-index: 1;
    top: 0;
    opacity: 0.05;
}

.referral-modal .referral-top strong {
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0.6px;
    color: #3c3c3c;
    display: block;
    margin-bottom: 9px;
}

.referral-modal .referral-top strong br {
    display: none;
}

.referral-modal .referral-top p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 0;
}

.referral-modal .referral-bottom {
    padding: 23px 20px 20px;
    text-align: center;
    background: #fff;
}

.referral-modal .referral-bottom .btn {
    font-size: 15px;
    font-weight: 700;
    max-width: 301px;
    height: 44px;
    padding-top: 15px;
    margin: 0 auto;
    letter-spacing: 0.2px;
    color: #56eded;
    background: #fddc2c;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

* {
    font-family: "Roboto", sans-serif;
}

.static-header {
    padding: 24px 0 115px 0;
    background: linear-gradient(to bottom, #56eded, #ffffff);
    background: -webkit-linear-gradient(to bottom, #56eded, #ffffff);
    background: -o-linear-gradient(to bottom, #56eded, #ffffff);
    background: -moz-linear-gradient(to bottom, #56eded, #ffffff);
}

.static-logo {
    -ms-flex: 0 0 153px;
    flex: 0 0 153px;
    max-width: 153px;
    height: 26px;
}

.static-logo a {
    background: url('https://wildhomes.in/public/frontend/img/WildHomeLogo.png') left top no-repeat;
    width: 153px;
    height: 26px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    display: block;
}

.menu-top li {
    margin-right: 0;
    padding: 0;
    border: 0;
}

.menu-top li a {
    color: #fff;
}

.login-cta {
    border: 1px solid #fff;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    text-align: center;
    border-radius: 4px;
}

.login-reg:hover:before {
    display: none;
}

.static-header .main-nav {
    margin-top: 25px;
    margin-left: 20.2%;
}

.static-header .main-nav ul {
    list-style: none;
}

.static-header .main-nav ul li {
    margin-right: 70px;
    float: left;
}

.static-header .main-nav ul li i {
    background-image: url(../img/fab_sprite_v19.png);
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    width: 30px;
    margin: 0 auto 7px;
}

.static-header .main-nav ul li.about i {
    background-position: -159px -1652px;
}

.static-header .main-nav ul li.careers i {
    background-position: -113px -1649px;
}

.static-header .main-nav ul li.press i {
    background-position: -195px -1651px;
}

.static-header .main-nav ul li.policies i {
    background-position: -234px -1651px;
}

.static-header .main-nav ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.6px;
    text-decoration: none;
    opacity: 0.5;
    cursor: pointer;
}

.static-header .main-nav ul li a.active,
.static-header .main-nav ul li a:hover {
    opacity: 1;
}

.static-header .main-nav ul li a span {
    display: block;
}

.tel-phone {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    margin-right: 1%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tel-phone a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    position: relative;
    padding-left: 6px;
    display: inline-block;
}

.tel-phone .mobile-icon {
    fill: #fff;
    stroke: #fff;
    stroke-width: 1px;
    width: 14px;
    height: 14px;
    float: left;
}

.my-account-dropdown:before {
    right: 10px;
}

.login-reg {
    color: #fff;
    padding: 7px 0;
}

.login-cta:hover {
    border: 1px solid transparent;
}

.my-account.login-cta:hover {
    border: 0px solid transparent;
}

.login-cta:hover .login-reg {
    color: #56eded;
    background: #fddc2c;
    border-radius: 4px;
}

.my-account:hover .login-reg {
    color: #fff;
}

.login-reg small {
    background: #fff;
}

.login-cta:hover small {
    background: #56eded;
}

.my-account .person-icon {
    background: #fff;
}

.my-account .icon-person {
    background: transparent;
}

.my-account .arrow-icon .icon {
    fill: #fff;
    stroke: #fff;
}

.user-type {
    color: #fff;
    padding-top: 0;
}

.login-cta.my-account:hover .login-reg {
    color: #fff;
    background: transparent;
}

.login-cta.my-account .login-reg {
    padding: 0;
}

.static-container .booking-container {
    float: left;
    width: 80.2%;
    margin-top: -91px;
    border-radius: 4px;
    overflow: hidden;
}

.static-container {
    padding-bottom: 50px;
    background: #f0f3f7;
}

.static-container .sidebar {
    float: left;
    width: 19.8%;
    padding-top: 15px;
}

.static-container ul {
    list-style: none;
}

.static-container .sidebar ul li {
    margin: 15px 0;
}

.static-container .sidebar ul li span {
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    outline: none;
    color: #999999;
    letter-spacing: 0.5px;
    display: block;
    padding: 10px;
    border-left: 5px solid transparent;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    cursor: pointer;
}

.static-container .sidebar ul li span:hover,
.static-container .sidebar ul li span.active-tab {
    border-left: 5px solid #1d2549;
    color: #1d2549;
}

.static-container .sidebar ul li a {
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    outline: none;
    color: #999999;
    letter-spacing: 0.5px;
    display: block;
    padding: 10px;
    border-left: 5px solid transparent;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    cursor: pointer;
}

.static-container .sidebar ul li a:hover,
.static-container .sidebar ul li a.active-tab {
    border-left: 5px solid #1d2549;
    color: #1d2549;
}

.static-container .main-content {
    float: left;
    width: 80.2%;
    margin-top: -82px;
    background: #fff;
    padding: 35px 30px 30px 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.static-container .main-content-full {
    width: 100%;
}

.cancellation-policy-content {
    color: #555555;
    line-height: 24px;
}

.cancellation-policy-content ul {
    list-style: circle;
    margin-left: 24px;
}

.static-container .main-content h2 {
    font-size: 18px;
    line-height: 1;
    color: #1d2549;
    letter-spacing: 0.6px;
    margin-bottom: 27px;
}

.static-container .main-content p {
    font-size: 14px;
    line-height: 25px;
    color: #555555;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.static-container .main-content p a {
    color: #379aff;
    text-decoration: none;
    outline: none;
}

.static-container .img-container {
    height: 145px;
}

.static-container .img-container img {
    width: 100%;
    max-width: 100%;
    height: 145px;
}

.static-container .main-content.career-page {
    padding: 0;
}

.static-container .main-content.career-page ul.career-header {
    border-bottom: 0;
}

.static-container .main-content.career-page ul.career-header li {
    color: #555555;
    padding: 25px 25px 25px 30px;
    background: #eaeaea;
}

.static-container .main-content.career-page ul {
    list-style: none;
    border-bottom: 0.5px solid #dedede;
}

.static-container .main-content.career-page ul li {
    float: left;
    width: 40%;
    padding: 30px 30px 35px 30px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #999999;
}

.static-container .main-content.career-page ul.career-details li {
    min-height: 75px;
}

.static-container .main-content.career-page ul li+li {
    width: 20%;
}

.static-container .main-content.career-page ul li+li+li {
    width: 20%;
}

.static-container .main-content.career-page ul li+li+li+li {
    width: 20%;
}

.static-container .main-content.career-page ul li strong {
    display: block;
}

.static-container .main-content.career-page ul li a,
.static-container .main-content.career-page ul li label {
    font-size: 16px;
    cursor: pointer;
    line-height: 1;
    letter-spacing: 0.6px;
    color: #1d2549;
    text-decoration: none;
    outline: none;
}

.static-container .main-content.career-page a {
    display: block;
    background: #fff;
}

.static-container .main-content.career-page a:hover {
    display: block;
    background: rgba(234, 234, 234, 0.6);
}

.static-container .main-content.career-page a.ul:last-child {
    border-bottom: 0;
}

.inactive-content {
    display: none;
}

.active-content {
    display: block;
}

.press-container {
    margin-top: -82px;
    float: left;
}

.press-container .press-listing {
    position: relative;
    margin-bottom: 25px;
}

.press-container .press-listing-img {
    position: absolute;
    height: 210px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    width: 22.4%;
    background: #fff;
    top: 32px;
    border-radius: 4px;
    overflow: hidden;
}

.press-container .press-listing-img .press-listing-img-wrap {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.press-container .press-listing-img .press-listing-img-wrap .press-listing-img-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.press-container .press-listing-img .press-listing-img-wrap .press-listing-img-inner img {
    max-width: 100%;
    max-height: 100%;
}

.press-container .press-listing-content {
    height: 274px;
    width: 79.8%;
    position: relative;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    padding: 30px;
    background: #fff;
    border-radius: 4px;
}

.press-container .press-listing-content-left .press-listing-content {
    float: left;
    padding-right: 50px;
}

.press-container .press-listing-content-right .press-listing-content {
    float: right;
    padding-left: 50px;
}

.press-container .press-listing-content-left .press-listing-img {
    right: 0;
}

.press-container .press-listing-content h2 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #1d2549;
    margin-bottom: 8px;
}

.press-container .press-listing-content .date-section {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.5px;
    color: #838383;
    border-bottom: 0.5px solid #bdbdbd;
    padding-bottom: 17px;
    margin-bottom: 10px;
}

.press-container .press-listing-content a {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.6px;
    color: #379aff;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.press-container .press-listing-content a:hover {
    color: #1379e1;
}

.press-container .press-listing-content a.read-article {
    position: absolute;
    right: 50px;
    bottom: 35px;
    z-index: 1;
}

.press-container .press-listing-content p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #838383;
}

.live-mint {
    background: url(../img/press/live.png) left top no-repeat;
}

.your-story {
    background: url(../img/press/your-story.png) left top no-repeat;
}

.tech-crunch {
    background: url(../img/press/tech-crunch.png) left top no-repeat;
}

.economic-times {
    background: url(../img/press/economic-times.png) left top no-repeat;
}

.tech {
    background: url(../img/press/tech.png) left top no-repeat;
}

.forbes {
    background: url(../img/press/forbes.png) left top no-repeat;
}

.static-container .career-detail {
    float: left;
    width: 79.8%;
    margin-top: -82px;
}

.static-container .career-detail .breadcrumb {
    margin-bottom: 18px;
}

.static-container .career-detail .breadcrumb ul {
    line-height: 1;
}

.static-container .career-detail .breadcrumb li {
    display: inline-block;
    position: relative;
    padding-right: 10px;
    margin-right: 12px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.4px;
}

.static-container .career-detail .breadcrumb li a {
    display: block;
    color: #999999;
    outline: none;
    text-decoration: none;
}

.static-container .career-detail .breadcrumb li+li:before {
    display: block;
    position: absolute;
    content: '>';
    height: 10px;
    width: 6px;
    top: 0px;
    left: -17px;
    font-size: 14px;
    line-height: 1;
    color: #999;
}

.static-container .career-detail .breadcrumb li span {
    display: block;
    padding-right: 10px;
    margin-right: 10px;
    color: #ffffff;
    cursor: default;
}

.static-container .career-detail .career-detail-content {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.career-detail-content-above {
    padding: 30px 30px 20px 30px;
    border-bottom: 0.5px solid #bdbdbd;
}

.career-detail-content-below {
    padding: 30px;
}

.static-container .career-detail .career-detail-content h3,
.static-container .main-content h3 {
    font-size: 16px;
    line-height: 1;
    color: #1d2549;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.static-container .career-detail .career-detail-content h4,
.static-container .main-content h4 {
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    letter-spacing: 0.4px
}

.static-container .main-content h4 {
    font-weight: 600;
}

.static-container .career-detail-content-above p {
    font-size: 14px;
    line-height: 1;
    color: #999999;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
}

.static-container .career-detail-content-below p {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
}

.static-container .career-detail-content-below ul {
    margin-bottom: 20px;
}

.static-container .career-detail-content-below ul li {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    letter-spacing: 0.4px;
    position: relative;
    padding-left: 20px;
}

.static-container .career-detail-content-below ul li:before {
    display: block;
    position: absolute;
    content: ' - ';
    height: 10px;
    width: 6px;
    top: 4px;
    left: 3px;
    font-size: 14px;
    line-height: 1;
    color: #999;
}

.sidebar .career-back-link {
    font-size: 16px;
    line-height: 1;
    color: #379aff;
    display: block;
    margin-bottom: 30px;
    text-decoration: none;
    margin-top: 15px;
}

.sidebar .career-apply-text {
    font-size: 15px;
    line-height: 1.4;
    color: #1d2549;
    display: block;
    max-width: 170px;
    margin-bottom: 30px;
    text-decoration: none;
    margin-top: 30px;
}

.sidebar .sidebar-button {
    font-size: 14px;
    line-height: 44px;
    letter-spacing: 0.4px;
    text-align: center;
    color: #fff;
    display: block;
    background: #1d2549;
    border-radius: 4px;
    max-width: 170px;
    height: 44px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.sidebar .sidebar-button:hover {
    background: #19346b;
}

.profile-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.80);
}

.login-modal-no-sidebar {
    max-width: 400px;
}

.login-modal-no-sidebar .login-form {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 25px 48px 30px;
    border-radius: 2px;
    background-color: #ffffff;
}

.booking-content {
    margin-bottom: 20px;
}

.no-booking-found-wrapper {
    padding: 20px 20px 38px 20px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
}

.no-booking-found-wrapper h2 {
    font-size: 17px;
    line-height: 1;
    color: #56eded;
    margin-bottom: 8px;
}

.no-booking-found-wrapper h3 {
    font-size: 12px;
    line-height: 1;
    color: #838383;
    margin-bottom: 30px;
}

.no-booking-found-wrapper .btn {
    background: #fddc2c;
    color: #56eded;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    outline: none;
    text-transform: uppercase;
    max-width: 300px;
    line-height: 22px;
    padding-bottom: 14px;
    position: relative;
    overflow: hidden;
}

.no-booking-found-wrapper .btn:hover {
    background: #FBC800;
}

.no-booking-found-wrapper .btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 15%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .7s, opacity 1s;
}

.no-booking-found-wrapper .btn:active:after {
    transform: scale(0, 0);
    opacity: .15;
    transition: 0s;
}

.emplty-booking-pic {
    margin-bottom: 20px;
}

.emplty-booking-pic .icon {
    height: 124px;
    width: 124px;
}

.faq-referral ul {
    padding-left: 30px;
    list-style: disc !important;
}

.term-condition-wrapper {
    padding: 46px 31px;
}

.faq-container {
    padding-left: 0;
    padding-right: 0;
}

.term-condition-wrapper p {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.6px;
    color: #4a4a4a;
    margin-bottom: 0;
}

.term-condition-alist ul {
    list-style: lower-alpha !important;
    padding-left: 30px;
}

.term-condition-alist ul li {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.6px;
    color: #4a4a4a;
    margin-bottom: 0;
}

.term-condition-wrapper h3 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.faq-container strong {
    font-size: 12px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4a4a4a;
    display: block;
    margin-bottom: 10px;
}

.faq-container p {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4a4a4a;
}

.term-condition-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

.term-condition-wrapper table th:first-child {
    text-align: left;
}

.term-condition-wrapper table th {
    padding: 10px;
    text-align: center;
}

.term-condition-wrapper table td:first-child {
    text-align: left;
}

.term-condition-wrapper table td {
    padding: 5px;
    text-align: center;
}

.term-condition-wrapper table th,
.term-condition-wrapper table td {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.faq-container ul {
    margin-bottom: 10px;
}

.faq-container ul li {
    font-size: 12px;
    line-height: 16px;
    color: #4a4a4a;
    letter-spacing: 0.6px;
}

.faq-list {
    padding-left: 31px;
    padding-right: 59px;
    margin-bottom: 20px;
}

.faq-container .faq-list+.faq-list {
    border-top: solid 1px #eaeaea;
    padding-top: 20px;
}

.faq-container .faq-list p strong {
    margin: 0;
    display: inline-block;
}

.faq-more {
    width: 130px;
    height: 36px;
    border-radius: 3px;
    border: solid 1px #979797;
    margin: 0 auto;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 0.2px;
    color: rgba(60, 60, 60, 0.5);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    text-transform: uppercase;
}

.faq-more:hover {
    color: #56eded;
}

.term-condition-referral ul {
    padding-left: 30px;
    list-style: lower-alpha !important;
}

.term-condition-referral ul li {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.6px;
    color: #4a4a4a;
    margin-bottom: 0;
}

.fab-point-listing {
    margin-bottom: 10px;
    padding: 10px 15px 10px 10px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.fab-point-listing .fab-point-date {
    border-radius: 2px;
    background: rgba(253, 220, 44, 0.17);
    margin-right: 19px;
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 10px;
    float: left;
}

.fab-point-listing .fab-point-date span {
    display: block;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.7px;
    color: #192045;
    margin-bottom: 3px;
}

.fab-point-listing .fab-point-date strong {
    display: block;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1.1px;
    color: #192045;
    margin-bottom: 2px;
}

.fab-point-desc {
    float: left;
    width: 33%;
    padding-top: 3px;
}

.fab-point-desc strong {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #0a1135;
    display: block;
    text-transform: uppercase;
}

.review-disable .fab-point-desc strong {
    color: #9b9b9b;
}

.fab-point-desc span {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: normal;
    color: #9b9b9b;
    display: block;
    margin-bottom: 2px;
}

.review-disable .fab-point-info span {
    color: #9b9b9b !important;
}

.fab-point-desc p {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: normal;
    color: #9b9b9b;
    margin-bottom: 0;
}

.fab-point-info {
    float: right;
    position: relative;
    min-width: 157px;
    padding-top: 3px;
}

.fab-point-info span {
    display: block;
    color: #192045;
    letter-spacing: 0px;
    font-size: 12px;
    max-width: 157px;
}

.fab-point-info span.fab-point-status {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.fab-point-info span.fab-point-credit {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    font-weight: 700;
    margin-bottom: 2px;
}

.credit-section .fab-point-info span.fab-point-status {
    color: #00b96e;
}

.credit-section .fab-point-info span.fab-point-credit {
    color: #00b96e;
}

.fab-point-info span.fab-point-credit span {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.4px;
    color: #12193d;
    margin-top: 2px;
}

.fab-point-info span.fab-point-dates {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-align: left;
}

.fab-point-section {
    position: relative;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 9px;
}

.fab-point-top {
    padding: 20px 30px 15px 45px;
    border-bottom: 1px solid #ececec;
    position: relative;
}

.coin-icon {
    float: left;
    height: 82px;
    width: 82px;
    margin-right: 12px;
    position: relative;
    z-index: 1;
}

.coin-icon .icon {
    height: 82px;
    width: 82px;
}

.coin-group-icon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 110px;
    height: 120px;
}

.coin-group-icon .icon {
    width: 110px;
    height: 120px
}

@-moz-document url-prefix() {
    .coin-group-icon .icon {
        opacity: 0.4;
    }
}

.fab-point-top-desc {
    width: 350px;
    float: left;
    padding-top: 14px;
}

.fab-point-top-desc .fab-point-top-desc-title {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #12193d;
    display: block;
    margin-bottom: 8px;
    font-weight: 400;
}

.fab-point-top-desc span {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1px;
    color: #9b9b9b;
    display: block;
}

.fab-point-balance {
    float: right;
    position: relative;
    margin-top: 12px;
}

.fab-point-balance .fab-point-balance-btn {
    min-width: 98px;
    height: 50px;
    display: block;
    border-radius: 4px;
    background-color: #eff2f7;
    font-size: 26px;
    line-height: 50px;
    letter-spacing: 1px;
    text-align: center;
    color: #12193d;
    margin-bottom: 11px;
    padding-left: 20px;
    padding-right: 20px;
}

.fab-point-balance .fab-point-balance-text {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1px;
    color: #9b9b9b;
    display: block;
}

.book-stay-text {
    width: 60%;
    float: left;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #050c2f;
}

.book-stay-text .book-stay-text-icon {
    width: 25px;
    height: 19px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.book-stay-text .book-stay-text-icon .icon {
    width: 25px;
    height: 19px;
}

.fab-point-book-now {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #4a90e2;
    float: right;
    cursor: pointer;
}

.fab-point-bottom {
    padding: 23px 27px 20px 29px;
}

.membership-section {
    background: #fff;
    padding: 25px 0 0 0;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 25px;
    position: relative;
}

.membership-prime {
    padding: 0 20px;
}

.membership-prime strong {
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    color: #000000;
    display: block;
    vertical-align: middle;
}

.membership-section .fab-point-top {
    margin: 20px 20px 33px 20px;
    padding: 14px 19px 14px 19px;
    border: dotted 1px #dcdcdc;
    border-radius: 4px;
}

.membership-section .fab-point-top .fab-point-top-desc {
    padding-top: 10px;
    width: 520px;
}

.fab-point-top-desc-membership-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 2px;
    display: block;
}

.membership-section .fab-point-top-desc span {
    font-size: 14px;
    line-height: 20px;
    color: #9b9b9b;
    letter-spacing: 0.1px;
}

.membership-section .fab-point-top-desc span strong {
    font-weight: 700;
    color: #4a4a4a;
}

.fab-point-middle {
    padding: 0 26px 20px 22px;
    border-bottom: 1px solid #dbdbdb;
}

.fab-point-middle ul li {
    display: table;
    width: 100%;
}

.fab-point-middle ul li.heading span {
    color: #fff;
    background: #56eded;
    font-size: 12px;
    line-height: 1.1;
    border-bottom: 0;
    font-weight: 400;
    padding-top: 7px;
    padding-bottom: 7px;
}

.fab-point-middle ul li span {
    width: 33%;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
    color: #000000;
    font-weight: 400;
    border-bottom: 2px solid #dfdfdf;
    padding: 11px 6px 13px 14px;
    min-height: 40px;
}

.fab-point-middle ul li.heading span+span {
    border-left: 2px solid #dfdfdf;
}

.fab-point-middle ul li span+span {
    border-left: 2px solid #fff;
}

.fab-point-middle .note-info {
    font-size: 12px;
    line-height: 19px;
    color: #9b9b9b;
    display: block;
    margin-top: 20px;
    font-weight: 400;
}

.membership-icon-state {
    width: 60px;
    height: 60px;
    display: block;
    float: left;
    margin-right: 15px;
}

.membership-icon-state .icon {
    width: 60px;
    height: 60px;
}

.membership-state {
    float: left;
    margin-top: 16px;
}

.fab-point-gold {
    position: absolute;
    left: 50%;
    top: 15px;
}

.next-upgrade-msg p,
.next-upgrade-msg strong {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #4a4a4a;
}

.next-upgrade-msg a {
    color: #4a90e2;
    font-size: 16px;
    font-weight: 400;
    outline: none;
}

.redeming-info {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.6px;
    color: #c1c1c1;
    text-align: center;
    margin-top: 30px;
}

.redeming-info span {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    vertical-align: middle;
}

.redeming-info span .icon {
    height: 30px;
    width: 30px;
}

.fab-stay-coupan {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.80);
    text-align: center;
    padding: 16px 0 14px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.fab-stay-coupan p {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.fab-stay-coupan p strong {
    font-weight: 700;
}

.fab-stay-coupan .pre-applied-icon-white {
    height: 25px;
    width: 25px;
    vertical-align: bottom;
    margin-right: 16px;
    fill: #fff;
}

.fab-stay-coupan .cross-icon {
    height: 16px;
    width: 16px;
    position: absolute;
    right: 0;
    top: 1px;
    cursor: pointer;
}

.fab-stay-coupan .cross-icon .icon {
    height: 13px;
    width: 13px
}

.booking-tab {
    margin-bottom: 18px;
}

.booking-tab ul li {
    float: left;
}

.booking-tab ul li a {
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.6px;
    color: rgba(255, 255, 255, 0.5);
    padding-right: 30px;
}

.booking-tab ul li a:hover,
.booking-tab ul li a.active {
    color: rgba(255, 255, 255, 1);
}

.booking-list {
    display: none;
    padding: 2px;
}

.active-booking-list {
    display: block;
}

.booking-listing {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px 0 rgba(00, 00, 00, 0.25);
    -moz-box-shadow: 0 0 4px 0 rgba(00, 00, 00, 0.25);
    -ms-box-shadow: 0 0 4px 0 rgba(00, 00, 00, 0.25);
    box-shadow: 0 0 4px 0 rgba(00, 00, 00, 0.25);
    margin-bottom: 15px;
}

.booking-listing-header {
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    cursor: pointer;
}

.static-sub-title {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 18px;
    opacity: 0.6;
    font-family: 'Roboto', sans-serif !important;
}

.booking-listing:hover .booking-listing-header,
.booking-listing-header-active {
    background: #379aff08;
}

.booking-title {
    float: left;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    width: 45%;
    padding: 20px 10px 20px 20px;
    height: 100px;
}

.booking-hotel-title {
    display: table;
    height: 60px;
}

.booking-hotel-title-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.booking-date {
    float: left;
    text-align: center;
    margin-right: 10px;
    background: #56eded;
    height: 60px;
    width: 60px;
    border-radius: 4px;
    padding: 5px;
}

.booking-date span {
    color: #a3d6d2;
    font-size: 12px;
    line-height: 1;
    display: block;
}

.booking-date strong {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    display: block;
    margin: 3px 0;
}

.booking-days {
    float: left;
    font-size: 12px;
    color: #838383;
    width: 24%;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    height: 100px;
    padding: 44px 10px 10px 10px;
    line-height: 1;
}

.booking-checked {
    float: left;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0.6px;
    font-weight: 700;
    width: 13%;
    padding: 44px 10px 10px 10px;
    height: 100px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
}

.booking-checked.tentative {
    color: #ec9570;
}

.booking-direction {
    float: left;
    padding: 40px 6px 10px 6px;
    width: 18%;
    border-left: 1px solid #dfdfdf;
    height: 100px;
    text-align: center;
}

.booking-direction a {
    font-size: 12px;
    line-height: 1;
    color: #379aff;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    ;
    font-weight: 700;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.booking-direction a .icon {
    height: 10px;
    width: 10px;
    display: inline-block;
    vertical-align: middle;
}

.booking-direction a:hover {
    color: #1B82EC;
}

.additional-discount {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    color: #00b96e;
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 26px;
}

.additional-discount:before {
    background: #00b96e;
    position: absolute;
    border-radius: 50%;
    content: "";
    height: 18px;
    width: 18px;
    left: 0;
    top: 0;
}

.additional-discount:after {
    content: "";
    left: 6px;
    top: 4px;
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 9px;
    width: 6px;
}

.static-logo-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header-right {
    -ms-flex: 0 0 41.4%;
    flex: 0 0 41.4%;
    max-width: 41.4%;
    align-items: center;
}

.menu-top {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.pay-hotel {
    padding: 10px 20px 0;
}

.pay-hotel span {
    padding: 10px;
    color: #4a4a4a;
    font-size: 12px;
    line-height: 16px;
    background: antiquewhite;
    border-radius: 2px;
    display: block;
}

.booking-container.get-card {
    padding: 25px;
    background: #fff;
    background-repeat: no-repeat;
    background-position: right -63px top -41px;
    background-size: 318px 247px;
    position: relative;
    margin-top: -55px;
}

.scratch-card {
    position: absolute;
    top: 35px;
    right: 35px;
    width: 105px;
    height: 105px;
    border-radius: 5px;
    background: #3949ab;
    background: linear-gradient(214deg, #3949ab, #4fc3f7);
    background: -moz-linear-gradient(214deg, #3949ab, #4fc3f7);
    background: -webkit-linear-gradient(214deg, #3949ab, #4fc3f7);
    background: linear-gradient(214deg, #3949ab, #4fc3f7);
}

.scratch-card .icon {
    width: 57px;
    height: 57px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.booking-container {
    float: left;
    width: 80.2%;
    margin-top: -91px;
    border-radius: 4px;
    overflow: hidden;
}

.get-card-title {
    font-size: 14px;
    font-weight: bold;
    color: #3c3c3c;
}

.cards-list {
    padding: 20px 0 30px 0;
}

.card-holder {
    width: 68px;
    height: 68px;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    border: solid 1px rgba(151, 151, 151, 0.26);
    background: rgba(151, 151, 151, 0.26);
    margin-right: 10px;
    position: relative;
}

.cards-list .icon {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.get-card ul {
    padding: 15px 0;
}

.get-card li {
    padding-left: 25px;
    position: relative;
    color: #9c9c9c;
    line-height: 1.5;
    margin-bottom: 5px;
}

.get-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 12px;
    height: 12px;
    background-color: #379aff;
    border-radius: 50%;
}

.download-app-container-wrap {
    width: 772px;
    max-width: 100%;
    border-top: solid 1px #9c9c9c;
    padding-top: 25px;
}

.get-card .download-app-container .dload-app-title {
    color: #3c3c3c;
    font-size: 22px;
}

.get-card .download-app-container p {
    color: #898989;
    font-weight: 700;
}

.get-card .get-link-sms {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #202c60;
}

.get-card .app-download-form-wrap {
    padding-top: 35px;
}

.get-card .download-app-container {
    width: calc(100% - 150px);
    margin: 0;
}

.get-card .qr-code-container {
    border-radius: 4px;
    border: solid 1px #dbdbdb;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: top;
}

.get-card .qr-code-container {
    border-radius: 4px;
    border: solid 1px #dbdbdb;
    background-color: #ffffff;
}

.get-card .qr-container {
    padding: 15px 14px 5px;
}

.get-card .qr-container .bar-code {
    background: url(../img/fab_sprite_v19.png) -5px -2369px no-repeat;
    height: 87px;
}

.get-card .qr-container p {
    font-weight: 400;
    margin-top: 15px;
}

.get-card .app-download-form-wrap .contact-info-container {
    top: 35px;
    right: 36px;
}

.contact-info {
    position: relative;
}

.booking-container .contact-info .contact-info-msg {
    position: absolute;
    top: 8px;
}

.confetti-container {
    width: 225px;
    display: inline-block;
    height: 215px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

.confetti-img {
    height: 100%;
    width: 100%;
    transform: scale(1.5);
}

@media all and (max-width: 975px) {
    .static-container {
        padding-right: 10px;
    }
}

@media all and (max-width: 925px) {
    .fab-point-top-desc {
        width: 300px;
    }

    .book-stay-text {
        width: 65%;
    }
}

.noshowstyle {
    font-style: italic;
}

.upper_des {
    padding-bottom: 15px;
}

.bold_dse {
    padding-bottom: 5px;
    display: block;
    padding-top: 5px;
}

.noshowstyle {
    font-style: italic;
    padding: 15px 0px;
}

.welcome-info {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 50px;
}

.welcome-info strong {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #9b9b9b;
    display: block;
    margin-bottom: 10px;
}

.continue-booking strong {
    display: block;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.1px;
    color: #000;
    font-weight: 300;
    margin-bottom: 20px;
}

.continue-booking-form input {
    width: 73%;
    display: block;
    height: 50px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #bdbdbd;
    padding: 0 20px;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #56eded;
    font-weight: 300;
    margin-right: 1.4%;
    float: left;
}

.continue-booking-form input::-moz-placeholder {
    color: #9b9b9b;
    opacity: 1;
}

.continue-booking-form input:-ms-input-placeholder {
    color: #9b9b9b;
}

.continue-booking-form input::-ms-input-placeholder {
    color: #9b9b9b;
}

.continue-booking-form button {
    width: 25%;
    border-radius: 4px;
    background-color: #56eded;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    border: 0;
    display: block;
    padding: 16px 0;
    line-height: 1;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    float: left;
}

.continue-booking-form button:hover {
    background-color: #19346b;
}

.booking-detail {
    border-top: 1px solid #dfdfdf;
    position: relative;
    display: none;
}

.booking-detail-left {
    float: left;
    width: 45%;
    padding: 16px 20px 10px 20px;
    position: relative;
}

.cancellation-policy {
    font-size: 14px;
    color: #379aff;
    letter-spacing: 0.4px;
    line-height: 1;
    font-weight: 500;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 20px;
}

.cancellation-policy:hover {
    color: #1b82ec;
}

.booking-detail-left strong {
    font-size: 16px;
    line-height: 17px;
    color: #000000;
    letter-spacing: 0.7px;
    display: block;
    margin-bottom: 16px;
}

.booking-img {
    height: 121px;
    background: #f0f3f7;
    margin-bottom: 10px;
}

.booking-img img {
    width: 100%;
}

.booking-detail-left .address-heading {
    font-size: 10px;
    line-height: 1;
    color: #9b9b9b;
    letter-spacing: 0.3px;
    display: block;
    margin-bottom: 5px;
}

.booking-wrap {
    display: flex;
}

.booking-detail-left p {
    font-size: 9px;
    line-height: 12px;
    color: #000;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.booking-detail-left .max-earning-msg {
    position: absolute;
    left: 20px;
    bottom: 58px;
    height: 40px;
    padding-top: 5px;
    display: block;
    width: 88%;
    margin-left: 0;
}

.booking-detail-left .max-earning-msg .icon {
    top: 9px;
}

.booking-detail-right {
    float: left;
    width: 55%;
    border-left: 1px solid #dfdfdf;
    position: relative;
}

.booking-date-section {
    padding: 11px 20px 9px;
    border-bottom: 1px solid #dfdfdf;
}

.booking-date-section .checkin {
    float: left;
    width: 50%;
}

.booking-date-section .checkout {
    float: left;
    width: 50%;
    text-align: right;
    position: relative;
}

.booking-date-section .checkout .icon {
    display: block;
    position: absolute;
    content: " ";
    height: 14px;
    width: 19px;
    top: 24px;
    left: 3px;
}

.booking-date-section .checkout .separatar-arrow {
    display: block;
    position: absolute;
    content: " ";
    height: 16px;
    width: 25px;
    top: 24px;
    left: 6px;
    background: url(../img/fab_sprite_v19.png) -148px -75px no-repeat;
}

.booking-date-section span {
    display: block;
}

.booking-date-section .booking-detail-title {
    font-size: 12px;
    line-height: 1;
    color: #19346b;
    margin-bottom: 14px;
}

.booking-date-section .booking-detail-date {
    font-size: 14px;
    line-height: 16px;
    color: #444444;
    margin-bottom: 4px;
}

.booking-date-section .booking-detail-time {
    font-size: 11px;
    line-height: 17px;
    color: #9b9b9b;
    letter-spacing: 0.3px;
}

.booking-money-description {
    padding: 20px 20px 10px 20px;
    min-height: 99px;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.booking-money-description span {
    display: block;
    color: #252525;
    font-size: 12px;
    width: 50%;
    line-height: 14px;
    letter-spacing: 0.2px;
}

.booking_coupon_discount span {
    color: #00b96e;
    font-weight: 600;
}

.booking_discounted_price span {
    color: #252525;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.2px;
    border-top: 1px solid #ddd;
    padding-top: 12px;
}

.free-icon {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    position: relative;
    top: 6px;
}

.booking_gift_voucher_amount span,
.booking_fab_credits_redeemed span,
.booking_waived_amount span {
    color: #00b96e;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.2px;
}

.booking-money-description span .cut-price {
    display: inline-block;
    width: auto;
    color: #9b9b9b;
    text-decoration: line-through;
    padding-right: 5px;
}

.booking-money-title {
    float: left;
}

.rack-rate-cut-price {
    text-decoration: line-through;
    padding-right: 5px;
    color: #9b9b9b;
}

.booking-money-price {
    float: right;
    text-align: right;
}

.booking-amount-paid {
    padding-top: 14px;
    border-top: 2px solid #4a4a4a;
}

.booking-amount-total {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 9px 0 8px 0;
    margin: 0 19px;
}

.amount-paid-wrapper span {
    color: #000 !important;
}

.booking-amount-paid .booking-amount-title {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 16px;
    width: 50%;
    float: left;
    font-weight: 700;
}

.booking-amount-paid .booking-amount-money {
    float: right;
    text-align: right;
    width: 50%;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}

.your-total-saving .booking-amount-title {
    color: #00b96e;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.2px;
    width: 50%;
    float: left;
    font-weight: 700;
}

.your-total-saving .booking-amount-money {
    float: right;
    text-align: right;
    width: 50%;
    color: #00b96e;
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
}

.booking-button {
    padding: 11px 20px 13px;
}

.booking-button p {
    float: left;
    width: 50%;
    font-size: 10px;
    line-height: 12px;
    color: #9b9b9b;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.booking-button p span {
    color: #000000;
}

.booking-button .btn-wrap {
    text-align: center;
}

.booking-button .btn {
    text-align: center;
    display: inline-block;
    height: 40px;
    letter-spacing: 0.5px;
    border-radius: 4px;
    background-color: #fddc2c;
    font-size: 15px;
    color: #56eded;
    border: 0;
    max-width: 180px;
    width: 50%;
    line-height: 40px;
    text-transform: capitalize;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.booking-button .btn:hover {
    background: #fbc800;
}

.booking-button .btn.cancel-hotel {
    margin-right: 7px;
    background-color: #ffffff;
    border: solid 0.5px #979797;
    color: #9b9b9b;
}

.booking-button .btn.cancel-hotel:hover {
    background: #f7f7f7;
}

.modal-cancel-hotel {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 99999;
    max-width: 365px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    display: none;
    padding: 16px 18px 24px 19px;
}

.modal-cancel-hotel h2 {
    line-height: 19px;
    font-size: 16px;
    color: #3c3c3c;
    margin-bottom: 24px;
}

.reason-area {
    margin-bottom: 48px;
}

.reason-area textarea {
    width: 100%;
    display: block;
    height: 50px;
    border-radius: 2px;
    background-color: #f6f6f6;
    padding: 16px 15px;
    font-size: 16px;
    line-height: 18px;
    color: #75767c;
    resize: none;
    border: 0;
    outline: none;
}

.reason-area .other-tab-content {
    height: 120px;
}

.reason-area textarea::-webkit-input-placeholder {
    color: #9c9c9c;
}

.reason-area textarea:-moz-placeholder {
    color: #9c9c9c;
}

.reason-area textarea::-moz-placeholder {
    color: #9c9c9c;
}

.reason-area textarea:-ms-input-placeholder {
    color: #9c9c9c;
}

.modal-cancel-hotel .btn {
    border-radius: 4px;
    background-color: #fddc2c;
    max-width: 100%;
    color: #56eded;
    margin: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.modal-cancel-hotel .btn:hover {
    background: #fbc800;
}

.modal-cancel-hotel .btn.disabled {
    cursor: default;
    background: #eff2f7;
    pointer-events: none;
}

.modal-cancel-hotel .btn.disabled:hover {
    background: #eff2f7;
}

.select-box {
    position: relative;
    margin-bottom: 24px;
}

.select-active .icon {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}

.select-box-selection {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #9c9c9c;
    position: relative;
    fill: #9c9c9c;
    stroke: #9c9c9c;
    stroke-width: 2px;
    padding: 12px 16px;
    border: 1px solid #e7e7e7;
}

.select-box-selection .icon {
    width: 16px;
    height: 13px;
    position: absolute;
    right: 16px;
    top: 14px;
    stroke-width: 3px;
}

.select-box-dropdown {
    padding: 8px 0px 8px 0px;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0px;
    top: 45px;
    width: 100%;
    z-index: 1;
}

.select-box-dropdown span {
    display: block;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 16px;
    padding: 8px 16px;
    color: #3c3c3c;
    width: 100%;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.select-box-dropdown span:hover {
    background-color: rgba(55, 154, 255, 0.1);
}

.close-hotel-hotel {
    position: absolute;
    right: -20px;
    top: -30px;
    z-index: 1;
    font-size: 14px;
    color: #fff;
}

.close-hotel-hotel .icon {
    fill: #ffffff;
    stroke: #ffffff;
    stroke-width: 2px;
    height: 24px;
    width: 24px;
}

.modal-cancellation-feedback {
    display: none;
}

.cancellation-feedback-header {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.5px;
    text-align: center;
    background: #1d2549;
    padding: 25px 0;
}

.cancellation-feedback-content {
    padding-top: 20px;
    background: #f0f3f7;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
}

.cancellation-feedback-listing {
    margin-bottom: 15px;
}

.cancellation-feedback-listing label {
    position: relative;
    display: block;
    padding-left: 35px;
}

.cancellation-feedback-listing textarea {
    border: 0.5px solid #bdbdbd;
    border-radius: 4px;
    padding: 10px;
    color: #555;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.14px;
    resize: none;
    width: 100%;
    margin-top: 20px;
    min-height: 90px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.cancellation-feedback-listing label input[type="radio"] {
    position: absolute;
    visibility: hidden;
    font-size: 16px;
}

.cancellation-feedback-listing label span {
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #555;
    letter-spacing: 0.14px;
}

.cancellation-feedback-listing label .check {
    display: block;
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    top: 0;
    left: 0;
    z-index: 5;
    background: #fff;
}

.cancellation-feedback-listing label input[type="radio"]:checked~.check {
    height: 22px;
    width: 22px;
    position: absolute;
    content: "";
    display: block;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    top: 0;
    left: 0;
    background: #1d2549;
    z-index: 2;
    border: 0;
}

.cancellation-feedback-footer {
    text-align: center;
    border-top: 0.5px solid #c8c7c3;
    padding: 13px 0;
    cursor: pointer;
}

.booking-page {
    min-height: 632px;
}

.my-profile {
    padding-top: 38px;
    max-width: 368px;
    margin-bottom: 20px;
}

.profile-wrapper {
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.form-wrap .error-message {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
}

.form-wrap label {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
    color: #19346b;
}

.profile-wrapper .form-wrap input {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: solid 1px #979797;
    color: #000000;
    letter-spacing: 0.2px;
    font-size: 15px;
    line-height: 25px;
    padding: 0px 5px;
    background: #fff;
}

.profile-wrapper .form-wrap input::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.profile-wrapper .form-wrap input:-ms-input-placeholder {
    color: #999999;
}

.profile-wrapper .form-wrap input::-ms-input-placeholder {
    color: #999999;
}

.profile-wrapper .form-wrap input.country_code,
.form-wrap input.iso_code {
    display: none;
}

.profile-wrapper .form-wrap input#umobile {
    color: #999999;
    letter-spacing: 1px;
}

.profile-wrapper .form-wrap.enter-mobile-number input {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    border-bottom: 0;
    float: left;
    width: 70%;
    line-height: 32px;
    flex-grow: 1;
}

.form-wrap .profile-success-icon {
    height: 17px;
    width: 18px;
    position: absolute;
    top: 26px;
    right: 5px;
    stroke-width: 1px;
    stroke: #00b96e;
    fill: #00b96e;
}

.profile-wrapper .btn {
    max-width: 100%;
    display: block;
    color: #56eded;
    line-height: 28px;
    background: #fddc2c;
    border-radius: 2px;
    margin: 20px 0 0 0;
    padding: 9px 0 7px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.profile-wrapper .btn.disabled {
    cursor: default;
}

.profile-wrapper .btn:hover {
    background: #fbc800;
}

.profile-wrapper .btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 15%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform 0.7s, opacity 1s;
}

.profile-wrapper .btn:active:after {
    transform: scale(0, 0);
    opacity: 0.15;
    transition: 0s;
}

.login-wrapper.active {
    border-bottom: solid 1px #379aff;
}

.login-wrapper.error {
    border-bottom: solid 1px #f63250;
}

.logout-link {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    outline: none;
    color: #ec9570;
    letter-spacing: 0.5px;
    width: 90px;
    display: block;
    margin: 0 auto;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.logout-link:hover {
    color: #cc2626;
}

.logout-link .icon {
    width: 21px;
    height: 15px;
    vertical-align: bottom;
    fill: #ec9570;
}

.logout-link:hover .icon {
    fill: #cc2626;
}

.btn-wrap-loader {
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 64px;
}

.btn-wrap-loader:before {
    border-radius: 50%;
    border-bottom: 4px solid #fff;
    border-top: 4px solid rgba(0, 0, 0, 0.6);
    border-left: 4px solid rgba(0, 0, 0, 0.6);
    border-right: 4px solid rgba(0, 0, 0, 0.6);
    width: 32px;
    height: 32px;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -16px;
    top: 16px;
    z-index: 1;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pagination {
    float: right;
}

.pagination ul {
    border-right: solid 0.5px #bbbbbb;
}

.pagination ul li {
    float: left;
}

.pagination ul li a {
    background-color: #f9f9f9;
    border: solid 0.5px #bbbbbb;
    border-right: 0;
    display: block;
    font-size: 14px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
}

.pagination ul li a.active {
    background-color: #efefef;
    border: solid 1px #bbbbbb;
    border-right: 0;
    color: #bbbbbb;
}

.pagination ul li a.first-nav,
.pagination ul li a.last-nav {
    position: relative;
}

.pagination ul li a.first-nav:before {
    position: absolute;
    height: 0;
    width: 0;
    content: "";
    display: block;
    left: 50%;
    z-index: 1;
    top: 50%;
    margin-top: -6px;
    margin-left: -10px;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #4a90e2;
}

.pagination ul li a.last-nav:before {
    position: absolute;
    height: 0;
    width: 0;
    content: "";
    display: block;
    left: 50%;
    z-index: 1;
    top: 50%;
    margin-top: -6px;
    margin-left: -2px;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #4a90e2;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1;
    display: none;
}

.profile-alert {
    background-color: rgba(0, 0, 0, 0.4);
    max-width: 248px;
    width: 100%;
    margin: 16px auto 30px;
    padding: 7px 8px;
    border-radius: 13px;
}

.profile-alert span {
    font-size: 12px;
    line-height: 1;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: normal;
}

.add-mobile {
    position: relative;
    margin-bottom: 44px;
    cursor: pointer;
}

.add-mobile .icon {
    position: absolute;
    left: 0;
    top: 2px;
    height: 18px;
    width: 18px;
}

.add-mobile span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #379aff;
    padding-left: 28px;
}

.profile-otp {
    padding-top: 15px;
}

.profile-otp .back-arrow {
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    padding: 6px 0 0 6px;
}

.profile-otp .back-arrow-icon {
    height: 18px;
    width: 18px;
}

.profile-otp .number-info {
    position: relative;
}

.profile-otp .number-info p {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.2px;
    color: #9c9c9c;
    margin-bottom: 45px;
    position: relative;
    padding-left: 0px;
}

.profile-otp .number-info p strong {
    color: #000;
}

.profile-otp .link {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.2px;
    color: #379aff;
    position: absolute;
    right: 5px;
    bottom: 2px;
    z-index: 1;
    cursor: pointer;
}

.profile-otp .form-wrap .link {
    bottom: auto;
    top: 3px;
}

.countery-code {
    height: 32px;
    float: left;
    display: block;
    background-color: rgba(156, 156, 156, 0.1);
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 0.2px;
    padding: 0 1px 0 6px;
    color: #3c3c3c;
    text-align: center;
    cursor: pointer;
}

.countery-code span {
    margin-right: -6px;
}

.countery-code .icon {
    width: 17px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    right: 0px;
    top: 0px;
    fill: none;
    stroke: none;
    position: relative;
}

.nav-pagination {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-pagination li {
    display: inline-block;
}

.nav-pagination li+li {
    margin-left: 11px;
}

.nav-pagination li a {
    font-size: 12px;
    line-height: 14px;
    color: #379aff;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    width: 79px;
    height: 36px;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    padding: 11px 10px;
    text-align: center;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.nav-pagination li a:hover {
    background-color: #ffffffbf;
}

.nav-pagination li a.disabled {
    color: rgba(55, 154, 255, 0.5);
    cursor: default;
    background-color: #f9f9f9;
    pointer-events: none;
}

.control {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 20px;
    cursor: pointer;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.locality-name {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
    padding-left: 32px;
    font-size: 14px;
    color: #101117;
}

.control__indicator {
    height: 20px;
    width: 20px;
    border: solid 2px #767676;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control input:checked~.control__indicator {
    border: 2px solid #379aff;
}

.disabled .control input:checked~.control__indicator {
    background: #d8d8d8;
}

.control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control input:checked~.control__indicator:after {
    display: block;
    height: 10px;
    width: 10px;
    content: "";
    background: #379aff;
    position: absolute;
    left: 3px;
    top: 3px;
    overflow: hidden;
    outline: none;
    border-radius: 50%;
}

.gst-tooltip-trigger {
    position: relative;
    width: fit-content !important;
}

.tax_amount_row {
    position: relative;
}

.gst-tooltip {
    display: none;
    bottom: 100%;
    position: absolute;
    z-index: 1;
    color: #fff;
    width: 200px;
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #020617;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
}

.gst-tooltip::after {
    content: "";
    position: absolute;
    left: 14px;
    bottom: -3px;
    width: 10px;
    height: 8px;
    background: #020617;
    transform: rotate(45deg);
}

.tooltip-content {

    span,
    p {
        color: #fff;
        font-size: 12px;
        line-height: 18px;
    }

    span {
        width: fit-content;
    }
}

.tooltip-content p {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.gst-tooltip-trigger.has-tooltip:hover .gst-tooltip {
    display: block;
}

.gst-tooltip-trigger.has-tooltip {
    border-bottom: 1px dashed #475569;
    cursor: pointer;
}