body[data-id='homePg'] {
    width: 100%;
    /*overflow: hidden;*/
    height: 100%;
    margin: 0;
    padding: 0!important;
}

body.load-done {
    overflow: auto;
    height: auto;
    transition: .25s;
}
.cookie-warn-active #header nav,
.cookie-warn-active main,
.cookie-warn-active footer,
.cookie-warn-active #right-menu-bar {
    -webkit-transform: translateY(60px);
        transform: translateY(60px);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.cookie-warn-inactive header,
.cookie-warn-inactive main,
.cookie-warn-inactive footer {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    /* transform: translateY(0); */
}
.heading{
    font-size: 3rem;
}
.sub-content{
    font-size: 1.5rem;
}
#cookie-warn {
    top: 0;
    left:0;
    position: fixed;
    height: 60px;
    padding: 5px 15px;
    z-index: 9999;
    background-color: #fff;
    width: 100%;
    line-height: 1;
}
.cookie-warn-inactive #cookie-warn {
    -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
}
.cookie-warn-active #cookie-warn {
    -webkit-transform: translateY(0);
        transform: translateY(0);
}
.dz-progress { display: none; }

.line-height-1 { line-height: 1; }
.y-padded {
    padding-top: 70px;
    padding-bottom: 70px;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    /* content: "\005e"; */
    border-top: .3em solid transparent;
    border-right: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid transparent;
    content: "";
    background: url('../images/icons/caret.png') no-repeat center/ cover;
    height: 25px;
    width: 25px;
    position: absolute;
    right:0;
    -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
}
.dropdown-toggle.collapsed::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    /* content: "\005e"; */
    border-top: .3em solid transparent;
    border-right: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid transparent;
    content: "";
    background: url('../images/icons/caret.png') no-repeat center/ cover;
    height: 25px;
    width: 25px;
    -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    position: absolute;
    right:0;
}
#modal_getLocation .location-box input{
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 0 50px 0 0;
}
#modal_getLocation .location-box img{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background: none;
}
.top-padded-first {
    margin-top: 96px;
    padding-top: 20px;
}
#preload {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .25s;
    background: #fff;
}

#loader-svg {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 36%;
    margin-top: -10%;
    margin-left: -18%;
}

#emailpreload {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .25s;
    background: #fff;
}

#emailloader-svg {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 36%;
    margin-top: -10%;
    margin-left: -18%;
}

body.load-done #emailpreload {
    visibility: hidden;
    transition: .25s;
    opacity: 0;
}

#sub-loader-svg {
    width: 100px;
    height: auto;
}

body.load-done #preload {
    visibility: hidden;
    transition: .25s;
    opacity: 0;
}

a:hover,
a:focus {
    text-decoration: none;
    /* color: inherit; */
    outline: none;
    box-shadow: none;
}

a.disabled {
    opacity: .5;
}

#combo-watch video {
    width: 70%;
    height: auto;
}
#appFeaturesList .feature-desc {
    line-height: 18px;
}
.text-break{
    word-break: break-word;
}
.btn:hover,
.btn:focus {
    text-decoration: none;
    /* color: inherit; */
    outline: none;
    box-shadow: none;
}

.rounded-input {
    width: 50px;
    height: 50px;
    text-align: center;
}

.verification-heading {
    position: absolute;
    z-index: 1;
    top: 51px;
    /* border: 1px solid darkblue; */
    display: inline-block;
    padding: 3px;
    border-left: 1px solid #ccc;
    /* border-radius: 0 0 40% 0 / 0 0 30% 0; */
    border-radius: 0 0 5% 0 / 0 0 30% 0;
    background: #fff;
    /* border-top: 1px solid #ccc; */
    /* border-right: 1px solid #ccc; */
    box-shadow: 6px 0 18px -7px rgba(0, 0, 0, .75);
}

.verification-heading::after {
    -webkit-transform: skew(8deg) rotate(3deg);
        transform: skew(8deg) rotate(3deg);
    box-shadow: 1px 8px 12px rgba(31, 31, 31, .8);
}

.xen-border-rounded {
    border-radius: 0 20px 20px 20px !important;
}
.btn-pill{
    border-radius: 20px;
}
#verification-section.scrollable {
    overflow: auto;
    height: calc(100vh - 190px);
}

.btn.btn-termaric {
    color: #fff;
    border-radius: 30px;
    background: #faab1a;
    box-shadow: 1px 6px 20px -4px rgba(0, 0, 0, .75);
}

.btn.btn-orange {
    color: #fff;
    border-radius: 30px;
    /*background-image: linear-gradient(-90deg, #2dbb73 ,#3eab82);*/
    background: #faab1a;
    box-shadow: 1px 6px 20px -4px rgba(0, 0, 0, .75);
    width: 230px;
    display: flex;
    justify-content: center;
}

.btn.btn-outline-xen {
    color: #f99 !important;
    border: 1px solid #f99;
}

.btn.btn-outline-xen:hover,
.btn.btn-outline-xen:focus,
.btn.btn-outline-xen.active {
    color: #fff !important;
    border: 1px solid #f99;
    background: #f99;
}

.btn.btn-orange:hover,
.btn.btn-orange:focus,
.btn.btn-orange.active {
    background-image: linear-gradient(90deg, #b95de3, #faab1a);
}

.btn.btn-blue {
    color: #17a2b8;
    border: 2px solid #17a2b8;
    border-radius: 30px;
}

.btn.btn-blue:not(.btn-sm) {
    width: 300px;
}

.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue.active {
    color: #fff;
    border: 2px solid #4867aa;
    background-image: linear-gradient(90deg, #4867aa, #17a2b8, #4867aa);
}

.btn.btn-disable {
    width: 300px;
    color: #17a2b8;
    border: 2px solid #eee;
    border-radius: 30px;
    background: #eee;
}

.font-lighter {
    font-weight: 300;
}

.btn-orange-icon {
    width: 100px;
    color: #fff;
    border-radius: 30px;
    /*background-image: linear-gradient(-90deg, #2dbb73 ,#3eab82);*/
    background: #faab1a;
    box-shadow: 1px 6px 20px -4px rgba(0, 0, 0, .75);
}

.btn-orange-icon:hover,
.btn-orange-icon:focus,
.btn-orange-icon.active {
    width: 100px;
    background-image: linear-gradient(-90deg, #ce005c, #e35b36, #ff9735);
}

.btn-xen {
    background: #f99;
    box-shadow: 1px 6px 20px -4px rgba(0, 0, 0, .75);
}

.btn-xen:hover,
.btn-xen:focus,
.btn-xen.active {
    background-image: linear-gradient(145deg, #f99, #df2929);
    box-shadow: 1px 6px 20px -4px rgba(0, 0, 0, .75);
}

.main-padding:not(.top-padded-first) {
    padding-top: 50px;
}

.main-padding {
    padding-bottom: 50px;
}

.work-mode-btn {
    position: absolute;
    right: 0;
}

.main {
    position: fixed;
    width: 100%;
    height: calc(100vh - 70px);
    /*background: lightgray;*/
    padding-top: 20px;
    transition: all .4s ease;
}

.relative {
    position: relative;
}

.text-blue {
    color: #0298a7;
}

.text-orange {
    color: #53ca83;
}

.text-xen {
    color: #f99;
}

.bold {
    font-weight: 600;
}

.label::after {
    display: block;
    height: 7px;
    margin-top: 0;
    content: '';
    transition: all 750ms ease;
    text-align: left;
    border-radius: 50px;
    background-color: #53ca83;
}

.label-gray::after {
    display: block;
    width: 80%;
    height: 3px;
    margin-top: 0;
    margin-left: 10%;
    content: '';
    transition: all 750ms ease;
    text-align: left;
    border-radius: 50px;
    background-color: #ccc;
}

.tiny-font {
    font-size: 70%;
}

.termaric-border {
    border: 1px solid #ccc;
    border-radius: 7px;
}

.border-pill {
    border-radius: 20px !important;
}

.border-xen {
    border: 1px solid #f99;
}

.border-curve {
    border-radius: 10px;
}

.border-none {
    border: none;
}

.bg-lightgray {
    background: lightgray;
}
.bg-lightcolor {
    background: #f7f7f7;
}
.bg-eee {
    background: #eee;
}
.bg-lightgradient{
    background-image: linear-gradient(to right, hsla(188, 96%, 90%, 1), hsla(205, 93%, 80%, 1), hsla(144, 53%, 85%, 1));
}
#message-listModal .modal-header{
    background-image: linear-gradient(to right, #038ba1, #72c1fa, #53ca83);
}
.form-control {
    border-radius: 0;
    background: transparent;
}

.form-control:focus {
    box-shadow: none;
    ;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    width: 100%;
    height: 35px !important;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0 !important;
}

.select2-container .select2-selection--single:focus {
    outline: none;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #ccc;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #ccc;
}


#faqs .select2-container {
    border: 1px solid;
    border-radius: 50px;
    padding-top: 5px;
}
#faqs .select2-container .select2-selection--single { border: none; }
#faqs .select2-container--default .select2-selection--single .select2-selection__arrow { top: 8px; }

textarea {
    resize: none;
}

.secondary-heading {
    font-size: 4vw;
}

.iti-flag {
    background-image: url('../vendors/intlTelInput/img/flags.png');
}

.fc-toolbar button {
    text-transform: capitalize;
}

.search-box-outline i {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    font-size: 18px;
}
.search-box-outline .search-text i {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    font-size: 18px;
}
.search-box-outline p span{
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #000;
}
.search-box-outline .bold-border{
    border: 2px solid #000;
    position: relative;
}
.search-border:after{
    content: "";
    position: absolute;
    right: -2px;
    top: 9px;
    font-weight: 700;
    background: #000;
    height: 27px;
    width: 5px;
}
.search-box-outline input.form-control {
    padding-left: 35px;
    width: 250px;
}

input#country-code-phn::-webkit-input-placeholder {
    color: #eeeeee5e;
}

input#country-code-phn:-ms-input-placeholder {
    color: #eeeeee5e;
}

input#country-code-phn::-ms-input-placeholder {
    color: #eeeeee5e;
}

input#country-code-phn::placeholder {
    color: #eeeeee5e;
}

input#citySearchPage::-webkit-input-placeholder {
    color: #ddd !important;
}

input#citySearchPage:-ms-input-placeholder {
    color: #ddd !important;
}

input#citySearchPage::-ms-input-placeholder {
    color: #ddd !important;
}

input#citySearchPage::placeholder {
    color: #ddd !important;
}
/* -------FLOAT-LABLE---------- */

input[type='text'] {
    font: 15px/24px 'Lato', Arial, sans-serif;
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 1px;
    color: #333;
}

.input-effect {
    position: relative;
}

.float-effect {
    padding: 4px 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background-color: transparent;
}

.float-effect::-webkit-input-placeholder {
    opacity: 0;
}

.float-effect:-ms-input-placeholder {
    opacity: 0;
}

.float-effect::-ms-input-placeholder {
    opacity: 0;
}

.float-effect::placeholder {
    opacity: 0;
}

.float-effect:focus::-webkit-input-placeholder {
    opacity: 1;
}

.float-effect:focus:-ms-input-placeholder {
    opacity: 1;
}

.float-effect:focus::-ms-input-placeholder {
    opacity: 1;
}

.float-effect:focus::placeholder {
    opacity: 1;
}

.float-effect~.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    transition: .4s;
    background-color: #39f;
}

.form-control:focus {
    background: transparent;
}

.float-effect:focus~.focus-border,
.has-content.float-effect~.focus-border {
    width: 100%;
    transition: .4s;
}

.float-effect~label:not(.error) {
    position: absolute;
    z-index: -1;
    top: -1px;
    /* left: 0;  */
    /* width: 100%; */
    transition: .3s;
    letter-spacing: .5px;
    color: #aaa;
    z-index: 1;
}

.float-effect:focus~label:not(.error),
.has-content.float-effect~label:not(.error) {
    font-size: 12px;
    top: -8px;
    transition: .3s;
    color: #39f;
}

select.float-effect~label.active {
    font-size: 12px;
    top: -15px;
    left: 20px;
    transition: .3s;
    color: #39f;
}

input.float-effect~label.active {
    font-size: 12px;
    top: -15px;
    left: 15px;
    transition: .3s;
    color: #39f;
}

textarea.float-effect~label.active {
    font-size: 12px;
    top: -15px;
    left: 0;
    transition: .3s;
    color: #39f;
}

.select2-container--default .select2-selection--single {
    background: transparent;
}

.select2-container--default .select2-selection--multiple {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    border-bottom: 1px solid #eee;
}

/* -------------------------------- */

#country-code-phn.form-control {
    color: #fff;
    border: 3px solid #fff;
    border-right: none;
    border-radius: 30px 0 0 30px;
    background: transparent;
    padding-left: 120px !important;
    padding-top: 0;
    padding-bottom: 0;
    height: 54px;
    width: 320px;
    font-size: 1.8rem;
}

#country-code-phn.form-control:focus {
    box-shadow: none;
}

#country-code-wrap .input-group-append.termaric-border {
    border: 3px solid #fff;
    border-radius: 0 30px 30px 0 !important;
}

#country-code-wrap .input-group-append.termaric-border a:focus {
    box-shadow: none;
}

.selected-flag:focus {
    outline: none;
    box-shadow: none;
}

.country-rounded-wrap {
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    right: -30px;
    padding: 5px;
    color: #f99;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
}

/* ---------------Switch-button----------------------- */

#toggles {
    width: 80px;
    height: 10px;
    /* margin:50px auto; */
    text-align: center;
    /* margin-right: 50px; */
}

.ios-toggle,
.ios-toggle:active {
    position: absolute;
    top: -5000px;
    width: 0;
    height: 0;
    opacity: 0;
    border: none;
    outline: none;
}

.checkbox-label {
    font-size: 12px;
    line-height: 15px;
    position: relative;
    display: block;
    width: 100%;
    height: 15px;
    /* padding:10px; */
    margin-bottom: 20px;
    cursor: pointer;
    /*border-radius*/
    border-radius: 18px;
    background: #f8f8f8;
}

.checkbox-label:before {
    line-height: 34px;
    position: absolute;
    /* z-index: 1; */
    top: -8px;
    right: auto;
    left: -3px;
    display: block;
    width: 28px;
    height: 28px;
    content: '';
    text-indent: 40px;
    /*border-radius*/
    border-radius: 100%;
    background: #ffd200;
    /*box-shadow*/
    box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, .3);
}

.checkbox-label:after {
    position: absolute;
    z-index: 0;
    top: -5px;
    left: 24px;
    display: block;
    width: 40px;
    height: 100%;
    padding: 5px;
    content: attr(data-off);
    white-space: nowrap;
    /* text-align:right; */
    color: #fff;
}

.ios-toggle:checked+.checkbox-label {
    /*box-shadow*/
    /* -webkit-box-shadow:inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
   -moz-box-shadow:inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
        box-shadow:inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1); */
    box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, .3);
}

.ios-toggle:checked+.checkbox-label:before {
    left: calc(100% - 23px);
    /*box-shadow*/
    box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, .3);
}

.ios-toggle:checked+.checkbox-label:after {
    left: 0;
    width: 46px;
    content: attr(data-on);
}

/* GREEN CHECKBOX */

#checkbox1+.checkbox-label {
    background: #3f3f3f;
    /*box-shadow*/
    /* -webkit-box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 2px #dddddd;
   -moz-box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 2px #dddddd;
        box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 2px #dddddd; */
    box-shadow: inset 0 0 0 0 rgba(19, 191, 17, 1), 0 0 0 2px #3f3f3f;
}

/* #checkbox1:checked + .checkbox-label{
box-shadow
-webkit-box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
   -moz-box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
        box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
} */

#checkbox1:checked+.checkbox-label:after {
    /* color:rgba(19,191,17,1); */
    color: #fff;
}

/* ------------------------------------------------------- */
#right-menu-bar {
    position: fixed;
    overflow: hidden;
    z-index: 10;
    top: 90px;
    right: -250px;
    width: 250px;
    height: 85vh;
    padding: 20px 10px;
    transition: all .4s ease;
    border-radius: 20px 0 0 20px;
    /* background-color: rgba(105, 105, 134, 0.94); */;
    background-image: linear-gradient( rgba(3, 139, 161, 0.95), rgba(114, 193, 250, 0.95));
    box-shadow: -7px 5px 33px -13px rgba(0,0,0,1);
}

#right-menu-bar.active{
    right: 0;
}
#right-menu-bar .inner-wrap { overflow-y: auto; }
/*----------------------------------HEADER-----------------------------------*/

#header {
    background-image: linear-gradient(to right, #038ba1, #72c1fa, #53ca83);
}

/*---------------------------------aside-bar---------------------------------*/

#aside-bar {
    position: fixed;
    z-index: 9;
    right: 0;
    width: 0;
}

#aside-bar #navigation-menu.sidebar {
    position: relative;
    z-index: 9;
    top: 0;
    right: -60px;
    overflow: hidden;
    height: calc(100% - 70px);
    transition: .25s;
    border-left: 1px solid #eee;
    border-radius: 20px 0 0 20px;
    background: #fff;
    box-shadow: 0 5px 10px 5px rgba(160, 160, 160, .30);
}

#aside-bar #navigation-menu.sidebar.icon {
    right: 250px;
    width: 250px;
    transition: all .4s ease;
}

/*#aside-bar #navigation-menu.sidebar.full {
    width: 250px;
    right: 0;
    transition: all 0.4s ease;
    overflow: auto;
}*/

#aside-bar.full {
    /*width: 250px;*/
    right: 250px;
    transition: all .4s ease;
    /*overflow: auto;*/
}

#aside-bar #navigation-menu.sidebar li {
    margin-right: 7px;
    margin-left: 7px;
    padding-top: 10px;
    /*border-bottom: 1px solid #eee;*/
    padding-bottom: 10px;
}

#aside-bar #navigation-menu.sidebar li a.nav-link {
    width: 100%;
    padding: 5px;
    text-align: left;
    white-space: nowrap;
    color: #ef7e82;
}

#aside-bar #navigation-menu.sidebar li a img {
    font-size: 22px;
    margin-right: 10px;
    vertical-align: middle;
}

#aside-bar #navigation-menu.sidebar li a label {
    margin: 0;
    cursor: pointer;
    color: #333;
}

#aside-bar #navigation-menu.sidebar li:hover a label {
    font-weight: 500;
}

#aside-bar #navigation-menu.sidebar ul.sublist {
    padding-left: 0;
    list-style: square inside;
    text-align: left;
    background: #eee;
}

#aside-bar #navigation-menu.sidebar ul.sublist li a {
    font-size: 14px;
    color: #000;
}

#aside-bar #navigation-menu.sidebar ul.sublist li:hover a {
    color: #737373;
}

#aside-bar #navigation-menu.sidebar.active {
    right: 0;
    transition: .25s;
}

#aside-bar .arrow-collaspe {
    position: absolute;
    z-index: 10;
    top: 0;
    /* border-radius: 0 0 0 30px; */
    right: 0;
    /* background: #faab1a; */
    display: flex;
    padding: 10px 15px;
    cursor: pointer;
    align-items: center;
    /* -webkit-transition: all 0.4s ease; */
    /* transition: all 0.4s ease; */
    justify-content: center;
}

#aside-bar .arrow-collaspe:hover {
    border-radius: 50%;
    background: #eee;
}

#aside-bar .arrow-collaspe i {
    transition: all .4s ease;
    color: #faab1a !important;
}

#aside-bar .pp-wrap small {
    font-size: 70%;
}

#aside-bar .close-menu {
    right: -30px;
}

#aside-bar .app-icons {
    width: 50px;
    height: 50px;
}

#aside-bar .task-bar {
    position: fixed;
    z-index: 9;
    z-index: 9;
    top: 70px;
    right: -300px;
    overflow: hidden;
    width: 260px;
    height: calc(100vh - 70px);
    border-left: 2px solid #eee;
    background: #fff;
}

#aside-bar .get-started-content {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 150px);
    text-align: center;
    align-items: center;
    justify-content: center;
}

#aside-bar .add-task-wrap {
    padding: 0 10px;
    cursor: pointer;
}

#aside-bar .add-task-wrap:hover {
    padding: 0 10px;
    cursor: pointer;
    border-radius: 20px;
    background: #eee;
}

#aside-bar .border-none {
    border: none;
}

#aside-bar .border-none:focus {
    border-bottom: none;
    background: transparent;
}

#aside-bar .task-list-item {
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
}

#aside-bar .task-list-item:hover {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
    background: #eee;
}

#aside-bar .task-list-item.bg {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
    background: #eee;
}

#aside-bar .box-shadow-item {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .302), 0 2px 6px 2px rgba(60, 64, 67, .149);
}

#aside-bar .editable-task-item.active {
    border-bottom: 1px solid #f99;
    background: #eee;
}

#aside-bar img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}

.small-width {
    width: 84%;
    /*margin-right: 13%;*/
    transition: all .4s ease;
}

/*.small-width h5{
    font-size:1rem;
    transition: all 0.4s ease;
}
.small-width small{
    font-size: 68%;
    transition: all 0.4s ease;
}
.small-width .custom-control-label,
.small-width h6{
    font-size:14px;
    transition: all 0.4s ease;
}*/

/* #pills-personal-details label.bold+span {
    background: #eee;
    border-radius: 30px;
    padding: 0 7px;
} */

/*--------------------------------FILE-UPLOAD--------------------------------*/

.file-upload {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    display: block;
    text-align: center;
}

.file-upload .file-select {
    line-height: 40px;
    position: relative;
    display: block;
    overflow: hidden;
    height: 40px;
    cursor: pointer;
    text-align: left;
    color: #34495e;
    border: 2px solid #dce4ec;
    background: #fff;
}

.file-upload .file-select .file-select-button {
    line-height: 40px;
    display: inline-block;
    height: 40px;
    padding: 0 10px;
    background: #dce4ec;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select:hover {
    transition: all .2s ease-in-out;
    border-color: #34495e;
}

.file-upload .file-select:hover .file-select-button {
    transition: all .2s ease-in-out;
    color: #fff;
    background: #34495e;
}

.file-upload.active .file-select {
    transition: all .2s ease-in-out;
    border-color: #3fa46a;
}

.file-upload.active .file-select .file-select-button {
    transition: all .2s ease-in-out;
    color: #fff;
    background: #3fa46a;
}

.file-upload .file-select input[type=file] {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: .65;
}

.file-upload .file-select.file-select-disabled:hover {
    line-height: 40px;
    position: relative;
    display: block;
    overflow: hidden;
    height: 40px;
    margin-top: 5px;
    cursor: default;
    cursor: pointer;
    text-align: left;
    color: #34495e;
    border: 2px solid #dce4ec;
    background: #fff;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    line-height: 40px;
    display: inline-block;
    height: 40px;
    padding: 0 10px;
    color: #666;
    background: #dce4ec;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

/*----------------------------------HEADER-----------------------------------*/

#header .navbar {
    /* height: 70px; */
    background-image: linear-gradient(to right, #038ba1, #72c1fa, #53ca83);
}

/*----------------------------------BANNER-----------------------------------*/

#banner {
    height: calc(100vh - 154px);
    margin-top: 96px;
    background: url('../images/banner-img.jpg') no-repeat center/cover;
}

#banner .banner-btn-wrap {
    /*display: flex;*/
    /*flex-direction: column;*/
    height: calc(100vh - 100px);
    /*align-items: center;*/
    /*justify-content: center;*/
}

#banner .cursive {
    /*font-family: 'Tangerine', cursive;*/
    font-size: 50px;
    font-weight: 1000;
    text-shadow: 2px 2px 2px #000;
}

#banner .fadeIn {
    opacity: 0;
}

#banner .fadeUp {
    margin-top: 10px;
    opacity: 0;
}
#city-list-banner{
    height: 70vh;
    margin-top: 70px;
    background: url('../images/city-banner.jpg') no-repeat bottom right/cover;
}
#search-city #search-city-wrap input{
    border: none;
    border-bottom: 1px solid #72c1fa;
    border-radius: 0;
    font-size: 34px;
    color: #fff;
}
#search-city #search-city-wrap input::-webkit-input-placeholder{
    font-size: 34px;
    color: #8c8c8c;
}
#search-city #search-city-wrap input:-ms-input-placeholder{
    font-size: 34px;
    color: #8c8c8c;
}
#search-city #search-city-wrap input::-ms-input-placeholder{
    font-size: 34px;
    color: #8c8c8c;
}
#search-city #search-city-wrap input::placeholder{
    font-size: 34px;
    color: #8c8c8c;
}
#search-city #search-city-wrap img{
    position: absolute;
    right: 10px;
}
#city-input-wrapper{
    background: #0000009e;
    border-radius: 40px;
    padding: 10px 50px;
}
#map {
    position: relative;
    width: 100%;
    background-color: #f4f2f1;
}
#city-list-section .filterlist{
    display: -ms-grid;
    display: grid;
    grid-gap: 18px 36px;
    -ms-grid-columns: 1fr 36px 1fr 36px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}
#city-list-section .filterlist a{
    font-size: 20px;
}
#city-list-section .filterlist a:hover {
    text-decoration: underline;
}
.map {
    position: relative;
    width: 100%;
    height: 100%;
}

#map img.world-map {
    width: 100%;
    opacity: .5;
}

.pin-lines {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pin-lines img {
    position: absolute;
    z-index: 10;
    width: 4.32vw;
    height: 6.32vw;
}

.pin-lines .person1 {
    top: 9.5vw;
    left: 6vw;
}

.pin-lines .person2 {
    top: 9vw;
    left: 26vw;
}

.pin-lines .person3 {
    top: 5vw;
    left: 33vw;
}

.pin-lines .person4 {
    top: 32vw;
    left: 28vw;
}

.pin-lines .person5 {
    top: 27vw;
    left: 46vw;
}

.pin-lines .person6 {
    top: 23vw;
    left: 18vw;
}

.pin-lines .person7 {
    top: 10.5vw;
    left: 51.5vw;
}

.pin-lines .person8 {
    top: 14.5vw;
    left: 59vw;
}

.pin-lines .person9 {
    top: 21vw;
    left: 69vw;
}

.pin-lines .person10 {
    top: 24.5vw;
    left: 62vw;
}

.pin-lines .person11 {
    top: 23vw;
    left: 64vw;
}

.pin-lines .person12 {
    top: 24.5vw;
    left: 66vw;
}

.pin-lines .person13 {
    top: 15.5vw;
    left: 77vw;
}

.pin-lines .person14 {
    top: 37vw;
    left: 74vw;
}

.pin-lines .lines {
    position: absolute;
    z-index: 100;
    height: auto;
}

.pin-lines .lines line {
    opacity: 0;
}

.pin-lines .line1 {
    top: 8vw;
    left: 10.2vw;
    width: 17vw;
    -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
}

.pin-lines .line2 {
    top: 14.7vw;
    left: 10vw;
    width: 56vw;
    -webkit-transform: rotate(13deg);
        transform: rotate(13deg);
}

.pin-lines .line3 {
    top: 19.2vw;
    left: 7.2vw;
    width: 29vw;
    -webkit-transform: rotate(47deg);
        transform: rotate(47deg);
}

.pin-lines .line4 {
    top: 14.5vw;
    left: 20.4vw;
    width: 33vw;
    -webkit-transform: rotate(-21.5deg);
        transform: rotate(-21.5deg);
}

.pin-lines .line5 {
    top: 15vw;
    left: 21.5vw;
    width: 39.5vw;
    -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
}

.pin-lines .line6 {
    top: 27vw;
    left: 20.8vw;
    width: 10vw;
    -webkit-transform: rotate(63deg);
        transform: rotate(63deg);
}

.pin-lines .line7 {
    top: 9vw;
    left: 30.2vw;
    width: 48vw;
    -webkit-transform: rotate(9deg);
        transform: rotate(9deg);
}

.pin-lines .line8 {
    top: 6.5vw;
    left: 37vw;
    width: 17vw;
    -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
}

.pin-lines .line9 {
    top: 15.3vw;
    left: 32.3vw;
    width: 22vw;
    -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
}

.pin-lines .line10 {
    top: 18.5vw;
    left: 48.3vw;
    width: 30vw;
    -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
}

.pin-lines .line11 {
    top: 25.7vw;
    left: 50.3vw;
    width: 12vw;
}

.pin-lines .line12 {
    top: 31vw;
    left: 50vw;
    width: 25.8vw;
    -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
}

.pin-lines .line13 {
    top: 18vw;
    left: 62.5vw;
    width: 8vw;
    -webkit-transform: rotate(51deg);
        transform: rotate(51deg);
}

.pin-lines .line14 {
    top: 28.5vw;
    left: 65vw;
    width: 16vw;
    -webkit-transform: rotate(56deg);
        transform: rotate(56deg);
}

/*----------------------------------FOOTER-----------------------------------*/

#footer {
    /*background-color: #01b0b1;*/
    background-image: linear-gradient(-90deg, #038ba1, #72c1fa);
}

#footer .text-light {
    font-weight: 300;
}

#footer img.play-store-icons {
    /*width: 200px;*/
    /*height: 100px;*/
    /*width: 125px;
    height: 54px;*/
    -o-object-fit: contain;
    object-fit: contain;
}
#footer .partner-link {
    width: 150px;
}
#footer .partner-link .partner-desc {
    line-height: 15px;
    color: #444;
    /*font-size: 12px;*/
}
#more-collapse {
    position: absolute;
    right: 2%;
    width: calc(100vw - 70px);
    text-align: left;
}

#apple-watch .app-img {
    width: 60px;
    height: auto;
    margin-right: 30px;
}

#apple-app {
    width: 250px;
    height: auto;
}
.qr-code{
    margin-top: 85px;
}
/*--------------------------- TESTIMONIAL BUBBLE ----------------------------*/

#testimonials-wrap {
    position: fixed;
    /*    z-index: 500;
    width: 375px;
    height: 80px;
    height: 90px;
    line-height: 85px;*/
    z-index: 9;
    bottom: 25px;
    left: 10px;
    width: 215px;
    height: 60px;
}

#testimonials-wrap .swiper-container {
    width: 100%;
    height: 100%;
}

#testimonials-wrap .swiper-slide {
    position: relative;
    display: table;
    width: 100%;
    padding: 0 10px;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 50px;
    background-color: #fff;
    overflow: auto;
    box-shadow: inset 0 0 3px #ccc;
}

#testimonials-wrap .swiper-slide .push-icon,
#testimonials-wrap .swiper-slide .notification-text,
.mapHeader .notification-text,
.mapHeader .push-icon{
    display: table-cell;
    vertical-align: middle;
}

#testimonials-wrap .swiper-slide .notification-text,
.mapHeader .notification-text{
    font-size: 10px;
    padding: 0 5px;
}

#testimonials-wrap .swiper-slide .push-icon,
.mapHeader .push-icon{
    overflow: hidden;
    width: 50px;
    position: relative;
}
#testimonials-wrap .swiper-slide .registered-icon {
    width: 45px;
    height: 45px;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 50%;
}
#testimonials-wrap .swiper-slide .registered-icon img{
    max-width: 40px;
    max-height: 40px;
}
#testimonials-wrap .swiper-slide .icon-online {
    display: block;
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
}

#testimonials-wrap .swiper-slide .icon-online .onlineAnimation {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    background: #0095f7;
    box-shadow: 0 0 0 rgba(0,149,247,.4);
    -webkit-animation: onlineAnimation 3s linear infinite;
            animation: onlineAnimation 3s linear infinite;
}

@-webkit-keyframes onlineAnimation {
    0% {
      box-shadow: 0 0 0 0 rgba(0,149,247,.4);
    }

    to {
      box-shadow: 0 0 0 19px rgba(0,149,247,0);
    }
}

@keyframes onlineAnimation {
    0% {
      box-shadow: 0 0 0 0 rgba(0,149,247,.4);
    }

    to {
      box-shadow: 0 0 0 19px rgba(0,149,247,0);
    }
}

#testimonials-wrap .map-place{
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #333;
    z-index: 10;
    font-weight: 600;
    letter-spacing: 0.5px;
}
#testimonials-wrap .map-place:before{
    content: "";
    width: 16px;
    height: 26px;
    background: url("../images/social-proofing/marker-icon.png") no-repeat;
    top: -24px;
    position: absolute;
    left: 50%;
    margin-left: -8px;
}
#testimonials-wrap .verify-by{
    margin-top: 3px;
}
#testimonials-wrap .verify-by a{
    color: #333;
}
#testimonials-wrap .verify-by a:hover{
    color: #000;
}

#testimonials-wrap .swiper-slide .map-icon img,
.mapHeader .map-icon img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
}
#testimonials-wrap .push-notification{
    position: relative;
}
#testimonials-wrap .close-btn {
    position: absolute;
    top: -18px;
    right: -10px;
    border: 1px solid #f99;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    background: #ffff;
    line-height: normal;
    z-index: 2;
}
.radius-bottom-30{
    border-radius: 0 0 30px 30px;
}
.show-largeMap{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    z-index: 3000;
}
.show-largeMap .mapInner{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -240px;
    width: 600px;
    height: 480px;
    background-color: #f3f3f3;
    border-radius: 30px;
}
.mapInner .mapHeader{
    padding: 10px 15px;
}
.show-largeMap .closeMap {
    position: absolute;
    font-size: 24px;
    color: #333;
    right: 26px;
    top: 26px;
    cursor: pointer;
    border: 1px solid #333;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 19px;
    text-align: center;
    z-index: 10;
}
/*-------------------------------PROFILE-PAGE--------------------------------*/

.left .profile-img {
    position: absolute;
    top: 8px;
    left: 15px;
    width: 124px;
    height: 124px;
    -o-object-fit: cover;
    object-fit: cover;
}

.left .arc {
    display: inline-block;
    border: 6px solid #ffc107;
    border-left-color: transparent;
    border-radius: 50%;
    /*border-right-color: transparent;*/
    box-shadow: 10px 10px 23px -12px rgba(0, 0, 0, .75);
}

.left .bg-profile {
    background-image: linear-gradient(145deg, #f99, #df2929);
}

.left .profile-wrap {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 30%;
    border-bottom: 3px solid #fff;
    /*padding-bottom: 10px;*/
}

.left ul.bg-profile {
    height: calc(100vh - 210px);
    margin-top: 100px;
    padding-top: 120px;
    border-radius: 10px;
}

#profile-page #pills-tab-profile.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0298a7;
    /* border-radius: 20px; */
}

#profile-page #pills-tab-profile.nav-pills .nav-link {
    position: relative;
    margin-right: 10px;
    color: #000;
    background: #eee;
}

#profile-page #pills-tab-profile.nav-pills .nav-link::before {
    position: absolute;
    /* width: 0; */
    /* height: 0; */
    top: 0;
    right: 6px;
    content: '';
    -webkit-transform: skewX(50deg);
        transform: skewX(50deg);
    border-width: 10px 0 0 20px;
    border-style: solid;
    border-color: #fff;
}

#profile-page #pills-tab-profile.nav-pills .nav-link::after {
    position: absolute;
    /* width: 0; */
    /* height: 0; */
    top: 0;
    right: 0;
    content: '';
    -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    border-width: 10px 0 0 20px;
    border-style: solid;
    border-color: #fff;
}
#pills-profile-photos.scrollable{
    overflow: auto;
    height: calc(100vh - 250px);
}
/* #profile-page #pills-tab-profile.nav-pills .nav-item:not(:last-child){
    border-right: 1px solid #000;
    padding: 0 20px;
} */

#profile-page #pills-tabContent-profile.tab-content {
    border: 1px solid #ccc;
    border-radius: 7px;
}

#profile-page #pills-tabContent-profile.tab-content #pills-personal-details.scrollable {
    overflow: auto;
    height: calc(100vh - 250px);
}

#profile-page #pills-tabContent-profile.tab-content #pills-about-you .col-6.scrollable {
    overflow: auto;
    height: calc(100vh - 280px);
}

#profile-page #pills-tabContent-profile.tab-content #pills-photos #photos-view.scrollable {
    overflow: auto;
    height: calc(100vh - 410px);
}

#profile-page .right .other-profile-img {
    width: 300px;
    height: 300px;
    border-radius: 0 20px 20px 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

#profile-page .actions-link {
    font-size: 20px;
    display: inline-block;
    padding: 0 20px;
    color: #f99;
}

#profile-page .actions-link:not(:last-child) {
    border-right: 1px solid #f99;
}

#profile-page .actions-link:hover,
#profile-page .actions-link:focus,
#profile-page .actions-link.active {
    color: #ff9735;
}

#profile-page #pills-tabContent-profile span.love-calc {
    position: absolute;
    top: 0;
    left: 20px;
    color: #000;
}

#profile-page .dash-border {
    border: 2px dashed #ccc;
    border-radius: 7px;
}

#about-img-swiper.swiper-container {
    top: 30px;
    /* position: absolute; */
    left: 50%;
    width: 300px;
    height: 300px;
    margin-left: -150px;
    /* margin-top: -90px; */
}

#about-img-swiper .swiper-slide {
    border-radius: 0 20px 20px 20px;
    background-position: center;
    background-size: cover;
}

#about-img-swiper .swiper-slide .fancybox img {
    width: 300px;
    height: 300px;
    border-radius: 0 20px 20px 20px;
    -o-object-fit: cover;
       object-fit: cover;
}

#about-img-swiper.swiper-container-horizontal>.swiper-pagination-bullets,
#about-img-swiper.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -20px !important;
}

#profile-detail-form {
    overflow: auto;
    height: calc(100vh - 170px);
}

#left-list li {
    margin: 7px 10px;
}

#left-list li a {
    padding: 7px 30px;
}

#left-list li.active,
#left-list li:hover {
    position: relative;
    /* border-radius: 50px; */
    border-radius: 4px;
    background: #eeeeee5e;
}

.left .sub-menu li {
    margin-bottom: 3px;
    padding: 1px 1px;
}

.left .sub-menu li.active,
.left .sub-menu li:hover {
    position: relative;
    /* border-radius: 50px; */
    border-radius: 4px;
    background: #eeeeee5e;
    /* padding: 1px 2px; */
}

#one-line-msg-wrap {
    position: absolute;
    z-index: 1;
    top: -40px;
    left: -20px;
    width: 300px;
}

#one-line-msg input {
    overflow: hidden;
    border: 2px solid #f99;
    border-radius: 20px;
    background: #fff;
}

#one-line-msg img {
    position: absolute;
    top: 0;
    right: 10px;
}

/* #left-list li.active:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ffffff4d;
    top: 15px;
    right: -10px;
} */

/* #combo-watch{
    background: url('../images/3-Combo-watches.png') no-repeat center/ cover;
    height: 250px;
} */

#chat-welcome-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 100px);
    padding: 25px;
    /* width: 70%; */
    /* border: 1px solid #eee; */
    border-radius: 7px;
    justify-content: center;
    align-items: center;
}

#chat-welcome-wrap .user-img-wrap {
    position: relative;
}

#chat-welcome-wrap .user-img-wrap .user-img {
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px 1px #00aeef80;
}

#chat-welcome-wrap .user-img-wrap .is-online {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #18ce18;
}

#chat-welcome-wrap .status-wrap {
    width: 350px;
}

#chat-welcome-wrap .m-input-icon {
    position: relative;
    width: 100%;
    padding: 0;
}

#chat-welcome-wrap .status-wrap .form-control.m-input {
    border: none;
    border-bottom: 1px solid #00aeef;
    border-radius: 0;
    background: transparent;
}

#chat-welcome-wrap .m-input-icon>.m-input-icon__icon.m-input-icon__icon--right {
    right: 0;
}

#chat-welcome-wrap .m-input-icon>.m-input-icon__icon {
    position: absolute;
    top: 10px;
    display: inline-block;
    width: 3.2rem;
    height: 100%;
    text-align: center;
}

#chat-welcome-wrap .m-input-icon>.m-input-icon__icon [class*=' fa-'] {
    font-size: 1.2em;
}

#chat-welcome-wrap .btn-desc {
    color: #aaa;
}

#messages-page .chat-member-list li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

#messages-page .chat-member-list li {
    margin: 0 5px;
    padding: 2px 7px;
}

#messages-page .chat-member-list .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

#messages-page .chat-member-list li:hover,
#messages-page .chat-member-list li.active {
    border-radius: 7px 7px 7px 20px;
    background: #eee;
}

#messages-page .chat-member-list {
    overflow: auto;
    height: calc(100vh - 300px);
}

#messages-page .msg-header {
    border-radius: 50px;
    background-image: linear-gradient(to right, #038ba1, #72c1fa, #53ca83);
}

#messages-page .chat-wrapper .chat-message-wrap.sent {
    text-align: right;
}

#messages-page .chat-wrapper .chat-message-wrap.sent .chat-message-meta {
    display: flex;
    flex-direction: row-reverse;
}

#messages-page .chat-wrapper .chat-message-wrap.sent .chat-message-meta .chat-msg-name {
    margin-right: 7px;
}

#messages-page .chat-wrapper .chat-message-wrap.sent .chat-message {
    margin-left: auto;
    border-radius: 15px 0 15px 15px;
    background-color: #ffebeb;
}

#messages-page .chat-wrapper .chat-message-wrap.sent .chat-message,
.chat-wrapper .chat-message-wrap.sent .chat-msg-time {
    text-align: right;
}

#messages-page .chat-wrapper .chat-message-wrap .chat-message {
    display: inline-block;
    max-width: 85%;
}

#messages-page .chat-wrapper .chat-message-wrap.received .chat-message-meta .chat-msg-name {
    margin-left: 7px;
}

#messages-page .chat-wrapper .chat-message-wrap.received .chat-message {
    border-radius: 0 15px 15px 15px;
    background-color: #f0fbff;
}

#messages-page .chat-wrapper .chat-message-wrap .chat-message {
    display: inline-block;
    max-width: 85%;
}

#messages-page .chat-wrapper .chat-main .chat-history {
    overflow: auto;
    width: 100%;
    height: calc(100vh - 350px);
}

#messages-page .chat-wrapper .chat-main .chat-history .day-history {
    font-size: 70%;
}
.new-chat-list li:hover{
    background: #eee;
}
#message-listModal .modal-body .new-chat-list.scrollable{
    overflow: auto;
    height: 400px;
}
.send-msg .input-action-wrap {
    position: absolute;
    top: 5px;
    right: 10px;
    display: flex;
    background: #fff;
}

#chat-input {
    padding-right: 150px;
}

.send-msg .input-action-wrap a {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
}

.btn.action-btn img {
    width: 50px;
    height: 50px;
}

#my-profile-photos-swiper.swiper-container {
    width: 100%;
    height: 100%;
    /* margin: 20px 0; */
}

#my-profile-photos-swiper .swiper-slide {
    font-size: 18px;
    position: relative;
    /* Center slide text vertically */
    display: flex;
    height: 370px;
    text-align: center;
    background: #fff;
    justify-content: center;
    align-items: center;
}

#my-profile-photos-swiper .swiper-slide img {
    position: absolute;
    z-index: 1;
    left: 41%;
    width: 250px;
    height: 250px;
    border: 2px solid #eee;
    border-radius: 5px;
    box-shadow: -1px 1px 11px 0 rgba(0, 0, 0, .75);
    -o-object-fit: cover;
    object-fit: cover;
}

#my-profile-photos-swiper .swiper-slide::before {
    position: absolute;
    top: 50px;
    left: 40%;
    width: 270px;
    height: 270px;
    content: '';
    -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    border: 2px solid #faab1a;
    border-radius: 5px;
    background: #eee;
    box-shadow: -1px 1px 11px 0 rgba(0, 0, 0, .75);
}

#my-profile-photos-swiper .swiper-slide::after {
    position: absolute;
    top: 45px;
    left: 40%;
    width: 270px;
    height: 270px;
    content: '';
    -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    border: 2px solid #038ba1;
    border-radius: 5px;
    background: #eee;
    box-shadow: -1px 1px 11px 0 rgba(0, 0, 0, .75);
}

#pills-about-you .media {
    padding: 7px;
}

#pills-about-you .media:hover {
    border-radius: 5px;
    background: #eee;
}

#pills-about-you .cross-btn {
    font-size: 10px;
    display: flex;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #f99;
    justify-content: center;
    align-items: center;
}

.verified-images img {
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
}

.verified-images i {
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: 50%;
    background: #fff;
}

#grid-view .grid-view-imgs {
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

#grid-view .grid-view-imgs.add-photo {
    position: relative;
}

#grid-view .grid-view-imgs.add-photo+#photo-upload {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#grid-view .grid-view-imgs.add-photo+#photo-upload+.camera {
    position: absolute;
    right: 30px;
    bottom: 30px;
    opacity: .5;
}

#grid-view .grid-view-imgs.add-photo+.camera:hover {
    opacity: 1;
}

.online-user-list li {
    position: relative;
}

.online-user-list .online {
    position: absolute;
    right: 10px;
    bottom: 3px;
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #33a733;
}

#grid-view.scrollable {
    overflow: auto;
    height: calc(100vh - 150px);
}

#grid-view .info-wrap {
    position: absolute;
    bottom: 10px;
    left: 25px;
    padding: 5px;
    color: #fff;
    border-radius: 0 10px 0 0;
    background: #01b0b1;
    box-shadow: 1px -1px 10px 0 rgba(0, 0, 0, .75);
}

#grid-view .match-actions {
    position: absolute;
    right: 30px;
    top: 10px;
}

#grid-view .msg-icon {
    position: absolute;
    right: 30px;
    bottom: 10px;
}

.msg-window-outer {
    position: absolute;
    z-index: 1;
    top: -250px;
    width: 270px;
    height: 250px;
    border-radius: 4px 4px 0 0;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .75);
}

.inner.received-msg {
    display: inline-block;
    margin: 3px 0 2px 5px;
    padding: 4px;
    text-align: left;
    border-radius: 0 8px 8px 8px;
    background: #fcc;
    max-width: 60%;
}

.inner.received-msg .time {
    font-size: 60%;
    /* text-align: right; */
    float: right;
}

.inner.send-msg {
    text-align: right;
}

.inner.send-msg .wrapper {
    display: inline-block;
    margin: 2px;
    padding: 4px;
    text-align: right;
    border-radius: 8px 0 8px 8px;
    background: #c6e2a7;
}

.inner.send-msg .time {
    font-size: 60%;
    /* text-align: right; */
    float: right;
}

.msg-type-wrap {
    position: relative;
    margin: 3px;
}

.msg-type-wrap .msg-send-btn {
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.msg-list-area.scrollable {
    overflow: auto;
    height: calc(250px - 60px);
}

.msg-window-wrap .mCSB_inside>.mCSB_container {
    margin-right: 10px;
}

/* ------------HEART-ANIMATION------------- */

.celebrate-animation {
    /* overflow: hidden; */
    position: absolute;
    height: 100%;
}

.celebrate-animation .heart {
    /* border-radius: 80%; */
    position: relative;
    z-index: 10;
    display: inline-block;
    width: 250px;
    height: 250px;
    /* box-shadow: inset -10px -10px 0 rgba(0, 0, 0, 0.07); */
    /* margin: 20px 30px; */
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
    -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
    -webkit-animation: hearts 5s ease-in-out infinite normal;
    animation: hearts 5s ease-in-out infinite normal;
    background: url('../images/icons/Gradient-heart-animation1.png') no-repeat;
}

.celebrate-animation .heart:nth-child(2) {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    background: url('../images/icons/Gradient-heart-animation1.png') no-repeat;
}

.celebrate-animation .heart:nth-child(3) {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    background: url('../images/icons/Gradient-heart-animation1.png') no-repeat;
}

.celebrate-animation .heart:nth-child(4) {
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    background: url('../images/icons/Gradient-heart-animation1.png') no-repeat;
}

.celebrate-animation .heart:nth-child(5) {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    background: url('../images/icons/Gradient-heart-animation1.png') no-repeat;
}

.celebrate-animation .heart:nth-child(6) {
    -webkit-animation-duration: 4.7s;
    animation-duration: 4.7s;
    background: url('../images/icons/Gradient-heart-animation1.png') no-repeat;
}

.celebrate-animation .heart:nth-child(7) {
    -webkit-animation-duration: 3.9s;
    animation-duration: 3.9s;
    background: url('../images/icons/Gradient-heart-animation1.png') no-repeat;
}

.celebrate-animation .heart:nth-child(8) {
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    background: url('../images/icons/Gradient-heart-animation1.png') no-repeat;
}

@-webkit-keyframes hearts {
    0% {
        top: 100%;
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
    100% {
        top: -100%;
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }
}

@keyframes hearts {
    0% {
        top: 100%;
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
    100% {
        top: -100%;
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }
}

/* ---------END-ANIMATION---------------- */

/* -----EMAIL-PAGE---- */

#email-list-wrap #sidebar {
    padding: 15px;
    /* background-color: #00aeef; */
}

#email-list-wrap #sidebar .btn-wrapper button {
    /* padding-right: 40px; */
    /* padding-left: 40px; */
    color: #3c4043;
    border-radius: 24px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .302), 0 1px 3px 1px rgba(60, 64, 67, .149) !important;
    /* white-space: normal; */
}

#email-list-wrap #sidebar .btn-wrapper button:hover {
    background-color: #fafafb !important;
    box-shadow: 0 1px 3px 0 rgba(60, 64, 67, .302), 0 4px 8px 3px rgba(60, 64, 67, .149) !important;
}

#email-list-wrap #sidebar .list-group .list-group-item#inbox.active {
    font-weight: 600;
    color: #36a3f7;
    border-radius: 0 20px 20px 0;
    background: #d8edfd;
}

#email-list-wrap #sidebar .list-group .list-group-item:hover {
    border-radius: 0 20px 20px 0;
    background: #eee;
}

#email-list-wrap #sidebar .list-group .list-group-item {
    margin-bottom: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    /* color: #fff; */
    color: #202124;
    border: none;
    background-color: transparent;
}

#email-list-wrap #sidebar .list-group .list-group-item {
    margin-bottom: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    /* color: #fff; */
    color: #202124;
    border: none;
    background-color: transparent;
}

#email-list-wrap #sidebar .list-group .list-group-item .fa {
    color: gray;
}

#email-list-wrap #sidebar .section-head {
    /* margin-top: 30px; */
    padding: 10px 5px;
    /* color: #fff; */
    /* border-top: 1px solid; */
    /* border-bottom: 1px solid; */
}

#email-list-wrap .m-portlet {
    border-radius: 0;
}

#email-list-wrap #email-list .media.email-wrap:not(:first-child) {
    margin-top: 10px;
}

#email-list-wrap #email-list .media.email-wrap .sender-img {
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 50%;
    background-color: #ececec;
}

#email-list-wrap #email-list .media.email-wrap .media-body {
    width: 40px;
    height: 40px;
}

#email-list-wrap #email-list .media.email-wrap .media-body .sender-name,
#email-list-wrap #email-list .media.email-wrap .media-body .sent-mail-subject,
#email-list-wrap #email-list .media.email-wrap .media-body .star-wrap,
#email-list-wrap #email-list .media.email-wrap .media-body .sent-time {
    display: flex;
    align-items: center;
}

#email-list-wrap #email-list .media.email-wrap .media-body .sender-name,
#email-list-wrap #email-list .media.email-wrap .media-body .sent-mail-subject {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#email-list-wrap #email-list .media.email-wrap .media-body .star-wrap,
#email-list-wrap #email-list .media.email-wrap .media-body .sent-time {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#email-list-wrap #email-list .media.email-wrap .media-body .sender-name {
    font-weight: 500;
    color: #00aeef;
}

#email-list-wrap #email-list .media.email-wrap .media-body .sent-mail-subject .emoticons {
    width: 20px;
    height: 20px;
    margin: 0 7px;
    -o-object-fit: contain;
       object-fit: contain;
}

#email-list-wrap #email-list .media.email-wrap .media-body .star-wrap {
    color: #ccc;
}

#email-list-wrap #email-list .media.email-wrap .media-body .star-wrap.starred {
    color: #f7b033;
}

#email-list-wrap li.media.email-wrap {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#email-list-wrap .media.email-wrap.unread * {
    font-weight: 800;
}

#email-page #searchbox {
    border: 1px solid #00aeef;
    border-radius: 30px;
}

#email-page .form-control {
    border-color: transparent;
    background-color: transparent;
    background-clip: padding-box;
}

#email-page #searchbox.input-group .input-group-append>.input-group-text {
    border-color: transparent;
    background-color: transparent;
}

#chat-page #chat-sidebar .chat-subject {
    font-weight: 500;
    margin: 0;
    padding: 0;
}

#email-page #read-mails {
    height: calc(100vh - 170px);
    padding: 25px 25px 15px 10px;
}

#email-page #read-mails .mail-subject-wrapper .user-profile-img {
    height: 70px;
}

#email-page #read-mails .mail-subject-wrapper .user-name {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    margin-left: 20px;
    align-items: center;
}

#email-page #read-mails .mail-body {
    margin-top: 40px;
}

#email-page #chat-sidebar #users-list .media {
    padding: 0 15px;
    border-bottom: 1px solid #eee;
}

#email-page #chat-sidebar #users-list .media:hover {
    background-color: #eaebf0;
}

#email-page #chat-sidebar #users-list .user-link {
    display: flex;
    width: 100%;
}

#email-page #chat-sidebar #users-list .media img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

#email-page #chat-sidebar #users-list .chat-user-details .user-name {
    font-weight: bold;
}

#email-page #chat-sidebar #users-list .chat-user-details p {
    font-size: 12px;
    color: hsla(0, 0%, 50%, 1);
}

#email-page #chat-sidebar #users-list .user-name,
#email-page #chat-sidebar #users-list .chat-excerpt {
    margin: 0;
    padding: 0;
}

#email-page #chat-sidebar.email-chat-list {
    /* position: fixed; */
    top: 160px;
    height: calc(100vh - 170px);
    margin-right: -15px;
    /* margin-left: 32px; */
    padding: 20px 20px 20px 0;
    background-color: #fff;
    /* max-width: 22%; */
}

#email-page #sidebar.email-chat-list {
    height: calc(100vh - 170px);
    /* position: fixed; */
    padding: 10px;
    /* max-width: 18%; */
}

#email-page #sidebar #chat-users .media img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ececec;
}

#email-page #chat-sidebar.email-chat-list #users-list {
    overflow-y: auto;
    height: calc(100vh - 210px);
    margin-right: -10px;
}

#read-mails.scrollable {
    overflow: auto;
    height: calc(100vh - 200px);
}

#search-box-matches .fa {
    position: absolute;
    top: 10px;
    left: 5px;
}

#search-box-matches {
    /* padding-right: 40px; */
    /* padding-left: 40px; */
    color: #3c4043;
    border-radius: 24px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .302), 0 1px 3px 1px rgba(60, 64, 67, .149) !important;
}

#search-box-matches input {
    padding-left: 25px;
    background: transparent;
}

#schedule-section .scrollable {
    overflow: auto;
    height: calc(100vh - 170px);
}

#matches-list img {
    width: 30px;
    height: 30px;
    margin-right: 7px;
    -o-object-fit: cover;
       object-fit: cover;
}

#matches-list li:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

#matches-list li {
    padding: 2px 5px;
}

#matches-list li:hover {
    background: #eee;
}

#matches-list.scrollable {
    overflow: auto;
    height: calc(100vh - 200px);
}

#vertical-swiper.swiper-container {
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}

#vertical-swiper .swiper-slide {
    font-size: 18px;
    /* Center slide text vertically */
    display: flex;
    text-align: center;
    background: #fff;
    justify-content: center;
    align-items: center;
}

#vertical-swiper .swiper-wrapper .swiper-slide img {
    max-width: 400px;
    max-height: 400px;
    border-radius: 20px;
    -o-object-fit: cover;
       object-fit: cover;
}

#vertical-swiper.swiper-container-horizontal>.swiper-pagination-bullets,
#vertical-swiper .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
    left: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
}

#vertical-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 4px 4px;
}

#vertical-swiper-wrap {
    position: relative;
}

#vertical-swiper-wrap .social-links {
    position: absolute;
    top: 40%;
    right: -20px;
}

#noteModal .modal-header {
    position: absolute;
    top: -70px;
    left: 37%;
}

#noteModal .modal-header .note-img {
    width: 100px;
    height: 100px;
    border: 5px solid #fff;
    -o-object-fit: cover;
       object-fit: cover;
}

.image-gallery {
    overflow: hidden;
    height: 550px;
    background: #eee;
}

.gallery-wrap {
    -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
}

.gallery-wrap .img-wrap {
    z-index: 1;
    width: 100%;
    height: 100px;
    opacity: .7;
    border: 3px solid #fff;
    -webkit-filter: blur(2px);
            filter: blur(2px);
}

.gallery-wrap .img-wrap.active,
.gallery-wrap .img-wrap:hover {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    height: 100px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: scale(1.2);
        transform: scale(1.2);
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
}

.gallery-wrap .img-wrap img {
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
}

#dami-page #header {
    background: #3f51b5;
}

#dami-page #header #file-action a.active small {
    padding: 6px;
    color: #3f51b5;
    border-radius: 2px 2px 0 0;
    background: #eee;
}

#work-mode-img {
    height: calc(100vh - 60px);
    background: url('../images/Work-Mode.jpg') no-repeat center / cover;
}

#login-with-phone #country-code-wrap #country-code-phn.form-control {
    border: 1px solid #ccc;
    border-radius: 30px;
    background: #eee;
}

#login-with-phone #country-code-wrap #country-code-phn.form-control::-webkit-input-placeholder {
    color: #b3b3b3;
}

#login-with-phone #country-code-wrap #country-code-phn.form-control:-ms-input-placeholder {
    color: #b3b3b3;
}

#login-with-phone #country-code-wrap #country-code-phn.form-control::-ms-input-placeholder {
    color: #b3b3b3;
}

#login-with-phone #country-code-wrap #country-code-phn.form-control::placeholder {
    color: #b3b3b3;
}

#instagram-wrap .image-gallery {
    height: 400px;
}

/*------------------COOKIEPOLICY PAGE----------------------*/

/*.top-margin{
    margin-top: 70px;
}*/

.sub-head {
    font-size: 22px;
}

/*sup{
    font-size: 15px;
}*/

#terms-use .terms-main .terms-title {
    font-size: 1.5rem;
    /*margin-bottom: .5rem;*/
    font-weight: 500;
    /*line-height: 1.2;*/
}

#terms-use .term-alpha {
    list-style-type: upper-alpha;
}

#terms-use .term-small-alpha {
    list-style-type: lower-alpha;
}

#terms-use .terms-title,
.top-margin h4 {
    padding: 5px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.top-margin a {
    word-wrap: break-word;
}

/*--------------------------------- MOBAPP ----------------------------------*/

#mobapp .icon-animated {
    width: 100px;
    height: 100px;
}

#mobapp .carousel .content-wrap {
    width: 350px;
}

#mobapp .carousel-indicators {
    top: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    display: block;
    z-index: 8;
}

#mobapp .carousel-indicators li {
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 50%;
    /* background: #00aeef; */
    border: 2px solid #00aeef;
}
#mobapp .carousel-indicators li.active{
    background: #00aeef;
}
#mobapp .mobileImgWrapperCol {
    background: url('../images/mobile-wrapper.png') left bottom/ 400px auto no-repeat;
}

#mobapp .mobileImgWrapper img {
    position: relative;
    z-index: -1;
    top: -22px;
    left: 61px;
    width: 213px;
}

#mobapp .mobileImgWrapper {
    position: relative;
    height: 500px;
}

#mobapp .mobileImgWrapper img,
#mobapp .mobileImgWrapper #group-chat-screen-svg,
#mobapp .mobileImgWrapper #phone-masking-svg {
    position: absolute;
    z-index: -1;
    top: 12px;
    left: 61px;
    height: 466px;
}
#mobapp #group-chat-screen-svg,
#mobapp #phone-masking-svg{
    width: 216px;
    height: 502px;
}
/* ---------------------------------LOVFINITY NEWS-------------------------- */
#lovfinity-news-bg{
    /* background: url("../images/lovfinity-news.jpg") no-repeat; */
    background-image: linear-gradient(to bottom right, #f46a5c, #bd4b97);
    overflow: hidden;
    /* height: 140vh; */
    height: 100%;
    background-size:cover;
    background-position:center center;
}
#lovfinity-news-bg .btn-golden{
    background-image: linear-gradient(to right, #ffb400, #ffec19, #ffb400);
}
/* #lovfinity-news-bg .horizontal-ipad{
    top: 120px;
    left: -20px;
}
#lovfinity-news-bg .vertical-ipad{
    right: -360px;
    top: 0;
}
#lovfinity-news-bg .mackbook-air{
    bottom: -20px;
    right: -310px;
} */
/* #lovfinity-news-bg .moc-images-wrap{
    height: 115vh;
} */
#lovfinity-news-bg .border-top-label:after{
    content: "";
    border-top: 3px solid #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: -10px;
}
/*----------------------- FAQ PAGE CUSTOMER FEEDBACK ------------------------*/

#howWeDid input[type='radio'] {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    cursor: pointer;
    transition: border .2s ease;
    transition: all .2s ease;
    border: none;
    -webkit-appearance: none;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#howWeDid input[type='radio']:hover,
#howWeDid input[type='radio']:checked {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#howWeDid input[type='radio']:focus {
    outline: 0;
}

#howWeDid input[type='radio'].happy {
    background: url('../images/happy_visitor.svg') center;
    background-size: cover;
}

#howWeDid input[type='radio'].neutral {
    background: url('../images/neutral_visitor.svg') center;
    background-size: cover;
}

#howWeDid input[type='radio'].sad {
    background: url('../images/sad_visitor.svg') center;
    background-size: cover;
}

/*-----------------------------WORKS---------------------*/

#works .works-img .work-pic {
    width: 226px;
}

 #works .app-watch-icons {
    height: 90px;
    width: 90px;
}

#works #talk_to-svg {
    height: 75px;
}
/* ----------------------COMPOSE-EMAIL---------------------------------- */

#compose-email-wrap {
    position: fixed;
    position: fixed;
    right: 20px;
    width: calc(100vw - 60%);
}
.minimize{
    height: 0;
    bottom: 40px;
}
.maximize{
    bottom: 0;
    height: calc(100vh - 130px);
}
#compose-email {
    position: absolute;
    border: 1px solid;
    border-radius: 7px 7px 0 7px;
    background: #fff;
    width: 100%;
}

#compose-email .email-header {
    display: flex;
    margin: -1px;
    color: #fff;
    background: #3f3f3f;
    justify-content: space-between;
}

.email-body .form-control {
    padding-right: 150px;
    border: none;
    /* border-top: 1px solid #ccc; */
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.email-body .input-group-text {
    border: none;
    /* border-top: 1px solid #ccc; */
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background: transparent;
}

.recipient-links {
    position: absolute;
    z-index: 3;
    top: 5px;
    right: 0;
    padding: 0 5px 0 10px;
    background: #fff;
}
.email-body{
    position: relative;
    width: 100%;
    height: calc(100vh - 170px);
}
.compose-box-header{
    position: absolute;
    width: 100%;
    z-index: 1;
    background: #fff;
    left: 0;
    padding: 0 15px;
}
.compose-box-body{
    overflow-y: auto;
    height: calc(100vh - 330px);
    overflow-x: hidden;
}
.compose-box-footer{
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 10px;
}
.search-select{
    padding: .375rem 1.75rem
}
/* -----------------------CARD HEADING-------------------------------------- */

.card {
    border-radius: 20px !important;
    border-bottom: 1px solid #ccc!important;
}

.card-header.card-heading {
    position: absolute;
    z-index: 1;
    top: -30px;
    display: inline-block;
    padding: 10px;
    border-left: 1px solid #ccc;
    background: #fff;
    box-shadow: 6px 0 18px -7px rgba(0, 0, 0, .75);
}

.add-new-line {
    position: absolute;
    right: 0;
}

.block-people-img {
    height: 50px;
    margin-right: 10px;
    widows: 50px;
    -o-object-fit: cover;
       object-fit: cover;
}

#pills-profile-details.scrollable {
    overflow: auto;
    height: calc(100vh - 250px);
}
#pills-profile-details .scrollable {
    overflow: auto;
    height: calc(100vh - 300px);
}
.ani .animated {
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-iteration-count: 2;
            animation-iteration-count: 2;
}

/* ---------------------SCROLL DOWN BTN------------------------------- */
#scrolldown-indicator .scroll-down-btn {
    position: absolute;
    bottom: -30px;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
}
#scrolldown-indicator .scroll-down-btn .chevron {
  position: absolute;
  width: 28px;
  height: 2px;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
          transform: scale3d(0.7, 0.7, 0.7);
  -webkit-animation: move 3s ease-out infinite;
          animation: move 3s ease-out infinite;
}

#scrolldown-indicator .scroll-down-btn .chevron:first-child {
  -webkit-animation: move 3s ease-out 1s infinite;
          animation: move 3s ease-out 1s infinite;
}

#scrolldown-indicator .scroll-down-btn .chevron:nth-child(2) {
  -webkit-animation: move 3s ease-out 2s infinite;
          animation: move 3s ease-out 2s infinite;
}

#scrolldown-indicator .scroll-down-btn .chevron:before,
#scrolldown-indicator .scroll-down-btn .chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

#scrolldown-indicator .scroll-down-btn .chevron:before {
  left: 0;
  -webkit-transform: skew(0deg, 30deg);
      transform: skew(0deg, 30deg);
}

#scrolldown-indicator .scroll-down-btn .chevron:after {
  right: 0;
  width: 50%;
  -webkit-transform: skew(0deg, -30deg);
      transform: skew(0deg, -30deg);
}

@-webkit-keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

#scrolldown-indicator .scroll-down-btn .scroll-down-text {
  display: block;
  margin-top: 65px;
  margin-left: -16px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  opacity: .25;
  -webkit-animation: pulse 2s linear alternate infinite;
          animation: pulse 2s linear alternate infinite;
}

@-webkit-keyframes pulse {
  to {
    opacity: 1;
  }
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

/*-------------------- NAVBAR TOGGLER BUTTON FOR MOBILES --------------------*/
.navbar .nav-controller{font-size:12pt;position:fixed;z-index:300;top:5px;right:10px;padding:5px 6px 1px;cursor:pointer;color:rgb(51, 51, 51);}
.navbar .menu-button .lines:after,.menu-button .lines:before{content:"";width:100%;border-bottom:1px solid;position:absolute;top:0;transition:transform 0.3s, -webkit-transform 0.3s;}
.navbar .menu-button .lines:after{bottom:-8px;width:10px;right:0;}
.navbar .menu-active .menu-button .lines:after{width:100%;right:auto;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);bottom:auto;}
.navbar .menu-button .lines{color:red;border-bottom:1px solid;width:20px;height:7px;margin-bottom:5px;display:block;position:relative;transition:color 0.3s;}
.navbar .menu-button{min-width:47px;height:47px;transition:background-color 0.3s;}
.navbar .menu-active .menu-button .lines{border-bottom:0;top:5px;}
.navbar .btn-round{width:34px;border-radius:50%;background-color:#ffffff;display:inline-block;display:flex;justify-content:center;align-items:center;cursor:pointer;color:#4a4a4a;transition:all 0.3s;background-repeat:no-repeat;background-position:center center;}
.navbar .btn-round.shadow{box-shadow:1px 2px 6px 1px rgba(0, 0, 0, 0.15);}
/*.navbar .hamburger-menu .hamburger-text{display:block;background:#ff9999;border-radius:100px;color:#fff;font-size:13px;line-height:17px;font-family:'Roboto', sans-serif;font-weight:500;padding:10px 40px 10px 15px;margin-right:-30px;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}*/
.navbar .hamburger-menu{display:flex;align-items:center;margin-left:13px;cursor:pointer;}
.navbar .menu-active .menu-button .lines:before{-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.navbar .menu-active .menu-button .lines:after,.menu-active .menu-button .lines:before{left:0;}
.navbar .menu-active .menu-button .lines:after{width:100%;right:auto;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);bottom:auto;}
.navbar .menu-button .lines:after,.menu-button .lines:before{content:"";width:100%;border-bottom:1px solid;position:absolute;top:0;transition:transform 0.3s, -webkit-transform 0.3s;}
.navbar .menu-button .lines:after{bottom:-6px;width:10px;right:0;}

/*------------------------------ Msg-box START ------------------------------*/
.text-msg .close-round,
.text-msg .msg-round {
    line-height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    transition: .25s;
    border-radius: 50%;
    background-color: #ce4714;
}

.text-msg .msg-round {
    line-height: 47px;
    /* background: #e7eff3; */
    background: #fff;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.25);
}

.text-msg .close-round {
    opacity: 0;
}
#msg-box {
    position: fixed;
    z-index: 8;
    right: 26px;
    bottom: 26px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
}
.custom-file-upload input[type='file'] {
    display: none;
}

.custom-file-upload .custom-file-upload1 {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border: 1px solid #ccc;
}
#msg-main-body .section-head {
    font-size: 1.5rem;
    font-weight: 500;
}

.text-msg.open-msg .msg-round {
    transition: .25s;
    -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    opacity: 0;
}

.text-msg.open-msg .close-round {
    transition: .25s;
    -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    opacity: 1;
}

#msg-main-body {
    position: fixed;
    z-index: 5001;
    right: 20px;
    bottom: 80px;
    display: none;
    overflow: auto;
    box-sizing: border-box;
    width: 320px;
    height: auto;
    padding: 10px 0;
    border: 1px solid #f3f3f3;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

#msg-main-body .send-page {
    padding: 16px 16px 0 16px;
}

#msg-main-body .send-page .msg-form {
    padding: 16px 16px 9px 16px;
}

#msg-main-body .send-page .msg-form .sms-page .sms-body {
    display: flex;
    flex-direction: column;
}

#msg-main-body .form-row .form-control,
.msg-body .form-row .form-control {
    padding: 0;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
}

#msg-main-body .form-row .form-control:not(textarea),
.msg-body .form-row .form-control:not(textarea) {
    height: 25px;
}
#msg-main-body .section-head {
    font-size: 1em;
}

.sms-submit .submit-text {
    font-size: 10px;
}
/*------------------------------- Msg-box END -------------------------------*/
#lovfinty-works-svg{
    width: 300px;
    height: 508px;
}
/*------------------------------ MEDIA QUERIES ------------------------------*/

.tech-partner-wrap {
    overflow: hidden;
}
.tech-partner-wrap .card-body {
    background-color: #72c1fa;
}

.photo_guidelines_list .card {
    border: none !important;
}
.photo_guidelines_list .img-wrap {
    margin-top: -40px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0px 2px 7px -3px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

/*.prohibited_photos_list .media {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}*/
.prohibited_photos_list .img-wrap {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    z-index: 1;
    position: relative;
}

.prohibited_photos_list .img-wrap img {
    width: 80px;
    height: 80px;
}

.prohibited_photos_list .media-body {
    /*background-color: #f99;*/
    min-height: 80px;
    padding: 60px 20px 10px 10px;
    border-radius: 20px;
    position: relative;
    width: 100%;
}
.photo_guidelines_list .img-wrap:before,
.photo_guidelines_list .img-wrap:after,
.prohibited_photos_list .img-wrap:before,
.prohibited_photos_list .img-wrap:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 80px;
    background-color: rgba(255, 0, 0, 0.75);
    left: 50%;
    top: 50%;
    margin-left: 0;
    box-shadow: 1px 1px 4px -2px black;
    margin-top: -40px;
}
.photo_guidelines_list .img-wrap:before,
.prohibited_photos_list .img-wrap:before {
    transform: rotate(40deg);
}
.photo_guidelines_list .img-wrap:after,
.prohibited_photos_list .img-wrap:after {
    transform: rotate(140deg);
}
/*---Small devices (landscape phones, 576px and up)--*/

@media (min-width: 320px) and (max-width: 360px) {
    /*#msg-main-body {
        width: 284px !important;
        height: 378px !important;
    }*/
    /* .ani img{
        width: 100px;
        height: 40px;
        -o-object-fit: contain;
           object-fit: contain;
    } */
    #testimonials-wrap {
        width: 265px;
        height: 85px;
        margin: 20px 0;
        bottom: 0;
    }
    #header img[alt="main-logo"]{
        width: 50px;
        -o-object-fit: contain;
           object-fit: contain;
    }
    #header img[alt="Lovfinity"]{
        width: 150px;
        -o-object-fit: contain;
           object-fit: contain;
    }
}

@media (max-width: 576px) {
    #header .navbar {
        height: auto;
    }
    #banner .banner-sub .sub-head-banner h3 {
        font-size: 22px;
    }
    #banner span.fadeIn {
        width: 140px;
    }
    #banner span.fadeUp img {
        width: 140px;
    }

    #testimonials-wrap .swiper-container .swiper-slide .registered-icon img {
        width: 30px;
        height: 30px;
    }
    /*    #testimonials-wrap .swiper-slide {
        width: 80%;
    }*/
    #testimonials-wrap .swiper-slide .notification-text {
        font-size: 10px;
    }

    .navbar .nav-controller{
        font-size:12pt;
        position:fixed;
        z-index:300;
        top:15px;
        right:10px;
        padding:5px 6px 1px;
        cursor:pointer;
        color:rgb(51, 51, 51);
    }
    #city-input-wrapper {
        padding: 5px 10px;
    }
    #city-list-section .filterlist {
        display: -ms-grid;
        display: grid;
        grid-gap: 12px 24px;
        -ms-grid-columns: 1fr 24px 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .ani img{
        width: 100px;
        height: 40px;
        -o-object-fit: contain;
           object-fit: contain;
    }
}
@media (min-width: 576px) and (max-width: 1025px) {
    .navbar .nav-controller{
        font-size:12pt;
        position:fixed;
        z-index:300;
        top:20px;
        right:10px;
        padding:5px 6px 1px;
        cursor:pointer;
        color:rgb(51, 51, 51);
    }
 }

@media (max-width: 767.98px){

    .horizontal-ipad img {
        max-width: 70%;
    }

    .vertical-ipad  img {
        max-width: 70%;
    }

    #mobapp .carousel .content-wrap {
        min-height: 330px;
    }
    #right-menu-bar {
        top: 100px;
        right: -270px;
        width: 250px;
        height: auto;
    }

    #right-menu-bar .inner-wrap {
        width: 100%;
        /*height: calc(100vh - 140px);*/
        height: 100%;
        overflow-y: scroll;
    }

    #talk_to-svg { width: 50px; }
    #testimonials-wrap .swiper-slide .registered-icon {
        padding-top: 5px;
    }
    #footer .accordian-toggle {position:relative;}
    #footer .accordian-toggle::after {content:'';width:0;height:0;border-style:solid;border-width:10px 8px 0 8px;border-color:#ffffff transparent transparent transparent;position:absolute;top:0;bottom:0;margin:auto 15px;}
    #footer .accordian-toggle.opened::after {border-width:0 8px 10px 8px;border-color:transparent transparent #ffffff transparent;}
}

@media screen and (max-width: 767.98px),
screen and (width: 812px) and (orientation: landscape) {
    /* #helpForm {
        padding: 3rem 1.5rem!important ;
    } */
    /* #msg-main-body {
        position: static;
        display: block;
        width: 100%;
        height: auto;
        box-shadow: none;
        border: none;
        padding: 0;
        border-radius: 0;
    } */
}

@media screen and (min-width: 768px) {
    .cookie-warn-active #header nav,
    .cookie-warn-active main,
    .cookie-warn-active footer,
    .cookie-warn-active #right-menu-bar {
        -webkit-transform: translateY(40px);
            transform: translateY(40px);
    }

    .cookie-warn-inactive #cookie-warn {
        -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    }
    #cookie-warn {
        height: 40px;
        line-height: normal;
    }
    #cookie-warn small{
        font-size: 75%;
    }
    .main-padding:not(.top-padded-first) {
        padding-top: 80px;
    }

    .main-padding {
        padding-bottom: 80px;
    }

    .top-padded-first {
        margin-top: 70px;
    }

    #banner {
        height: auto;
    }
    #banner .banner-btn-wrap {
        height: auto;
    }

    #testimonials-wrap{
        height: 60px;
    }

    #right-menu-bar {
        width: 300px;
        height: auto;
        max-height: calc(100vh - 120px);
        top: 110px;
        right: -320px;
    }
    #right-menu-bar .inner-wrap {
        overflow-y: auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .navbar.fixed-top {
        min-height: 96px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* #header .navbar {
        height: 70px;
    } */
    /* #combo-watch{
        background: url('../images/3-Combo-watches.png') no-repeat center/ cover;
        height: 30vw;
    } */
}

/*--Large devices (desktops, 992px and up)--*/

/*--Extra large devices (large desktops, 1200px and up)--*/

@media screen and (max-width: 1023px) {

    .prohibited_photos_list .img-wrap {
    }

    .prohibited_photos_list .media-body {
        margin-top: -50px;
    }

}
@media screen and (min-width: 1024px) {
    body[data-id="homePg"] #works { padding-top: 40px !important; }
    #header .social-links {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .photo_guidelines_list .card {
        height: 100%;
    }
    .prohibited_photos_list .media-body {
        /*background-color: #f99;*/
        border-top-left-radius: 0;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 0;
        display: flex;
        align-items: center;
        padding: 10px 30px 10px 10px;
    }
    .prohibited_photos_list .media-body::before {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        /*background-color: #f99;*/
        min-height: 80px;
        content: '';
        position: absolute;
        left: -65px;
        height: 100%;
        top: 0;
        width: 65px;
        z-index: -1;
    }
}
@media (min-width: 1200px) {
    #banner {
        margin-top: 70px;
    }
    #right-menu-bar {
        max-height: calc(100vh - 9  0px);
        top: 90px;
    }
    #banner {
        height: calc(100vh - 130px);
    }
    #banner .banner-btn-wrap {
        height: calc(100vh - 170px);
    }
    #apple-watch .list-unstyled {
        margin-left: 30%;
    }
    .city-names h2 {
        font-size: 3.8rem;
    }
    #header .navbar{
        height: 70px;
    }
    #modal_getLocation .modal-xl {
        max-width: 1420px;
    }
    #modal_getLocation .modal-body{
        height: 80vh;
    }
    #modal_getLocation .modal-body .big-font{
        font-size: 22px;
    }
    #talk_to-svg{
        /*width: 75px;*/
    }
    #lovfinty-works {
        margin-top: -125px !important;
    }
    #lovfinity-news-bg .horizontal-ipad{
        position: absolute;
        width: 450px;
        top: 120px;
        left: -20px;
    }
    #lovfinity-news-bg .vertical-ipad{
        position: absolute;
        width: 400px;
        right: -310px;
        top: 0;
    }
    #lovfinity-news-bg .mackbook-air{
        position: absolute;
        width: 600px;
        bottom: -20px;
        right: -310px;
    }
}

/*-------------------------------- LANDSCAPE --------------------------------*/

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #banner .banner-btn-wrap {
        height: calc(100vh - 52px);
    }
    #banner span.fadeIn {
        width: 163px;
    }
    #banner span.fadeUp img {
        width: 163px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #banner .banner-btn-wrap {
        height: calc(100vh - 52px);
    }
    #banner span.fadeIn {
        width: 148px;
    }
    #banner span.fadeUp img {
        width: 148px;
    }
    #header .navbar {
        height: auto;
    }

}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #banner span.fadeIn {
        width: 192px;
    }
    #banner span.fadeUp img {
        width: 192px;
    }
    #header .navbar {
        height: auto;
    }
    .ani img{
        width: 100px;
        height: 40px;
        -o-object-fit: contain;
           object-fit: contain;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    #banner span.fadeIn {
        width: 192px;
    }
    #banner span.fadeUp img {
        width: 192px;
    }
    #header .navbar {
        height: auto;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    #banner span.fadeIn {
        width: 161px;
    }
    #banner span.fadeUp img {
        width: 161px;
    }
    #banner .banner-btn-wrap {
        height: calc(100vh - 35px);
    }
    .ani img{
        width: 100px;
        height: 40px;
        -o-object-fit: contain;
           object-fit: contain;
    }
}

/* ------------------------------END LANDSCAPE------------------------------ */

.stiky-note {
    font-size: 16px;
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 46%;
    width: 340px;
    height: 160px;
    margin-top: -75px;
    margin-left: -100px;
    padding: 15px;
    cursor: move;
    border-radius: 7px;
    background: #f8fa10;
    box-shadow: 8px 8px 10px #ccc;
}

.stiky-note .fa-times {
    font-size: 16px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

.stiky-note textarea {
    font-size: 14px;
    width: 100%;
    height: 100%;
    border: none;
    background: #f8fa10;
}

.stiky-note textarea:focus {
    border: none;
    outline: none;
}

.heart-beats {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}

.heart-beats {
    width: 15px;
    height: 25px;
    -webkit-animation: beats 1.2s infinite ease-out both;
    animation: beats 1.2s infinite ease-out both;
}

.heart-beats:before,
.heart-beats:after {
    position: absolute;
    top: 0;
    left: 15px;
    width: 15px;
    height: 25px;
    content: '';
    -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
    border-radius: 50% 50% 0 0;
    background-color: #ef0000;
}

.heart-beats:after {
    left: 0;
    -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
}

@keyframes beats {
    0%,
    100% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes beats {
    0%,
    100% {
        -webkit-transform: scale(.8);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.sub-sidebar-toggle {
    position: absolute;
    top: 130px;
    right: 30px;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, .15);
    justify-content: center;
    align-items: center;
}

.sub-menu {
    position: absolute;
    z-index: -1;
    top: 110px;
    right: 20px;
    overflow: auto;
    height: auto;
    padding: 10px;
    border-radius: 0 10px 10px 0;
    background-image: linear-gradient(145deg, #f99, #df2929);
    box-shadow: 0 5px 10px 5px rgba(160, 160, 160, .30);
}

.sub-sidebar-toggle:focus {
    background: #fff;
    ;
    box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, .15);
}

.sub-sidebar-toggle:hover {
    background-color: #f0f0f0;
    box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, .15);
}

.sub-sidebar-toggle .hamburger-inner {
    top: 20px;
    left: 9px;
    transition: .25s;
}

.sub-sidebar-toggle.active .hamburger-inner {
    width: 20px;
transition-delay: .12s;
transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
}

.sub-sidebar-toggle.active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0;
}

.sub-sidebar-toggle.active .hamburger-inner:after {
    bottom: 0;
    width: 20px;
    transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
}

.sub-menu.active {
    z-index: 10;
    right: -180px;
    transition: .50s;
}

.sub-menu ul {
    margin-bottom: 0;
}

.sub-menu li a {
    padding-right: 10px;
}

.fc-day.fc-thu[data-date='2019-01-03'] {
    background: #feff88;
}

.user-menu {
    position: relative;
    transition: .25s;
}

.mainContainer {
    transition: .25s;
}

.sidebar-toggle {
    position: absolute;
    z-index: 888;
    top: 10px;
    left: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, .15);
}

.sidebar-toggle:focus {
    background: #fff;
    ;
    box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, .15);
}

.user-menu.close {
    margin-left: -25%;
    transition: .25s;
}

.mainContainer.full-width {
    max-width: 100%;
    transition: .25s;
    flex: 0 0 100%;
}
/*
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 20px;
    height: 2px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    border-radius: 4px;
    background-color: #555;
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: '';
}

.hamburger-inner:before {
    top: -6px;
}

.hamburger-inner:after {
    bottom: -6px;
    width: 10px;
}

.sidebar-toggle .hamburger-inner {
    top: 20px;
    left: 10px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.sidebar-toggle:hover {
    background-color: #f0f0f0;
    -webkit-box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, .15);
            box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, .15);
}

.city-names {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.city-names h2 {
    position: absolute;
    z-index: 100;
}

.city-names .place-1 {
    top: 19vw;
    left: 7vw;
    color: #e83e8c;
}

.city-names .place-2 {
    top: 19vw;
    right: 7vw;
    color: #dc3545;
}

.city-names .place-3 {
    bottom: 20vw;
    left: 7vw;
    color: #007bff;
}

.city-names .place-4 {
    right: 7vw;
    bottom: 20vw;
    color: #28a745;
}

.sidebar-toggle.active .hamburger-inner {
    width: 20px;
    -webkit-transition-delay: .12s;
            -o-transition-delay: .12s;
       transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
            -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
       transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: rotate(225deg);
            -ms-transform: rotate(225deg);
        transform: rotate(225deg);
}

.sidebar-toggle.active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top .1s ease-out, opacity .1s ease-out .12s;
    -o-transition: top .1s ease-out, opacity .1s ease-out .12s;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0;
}

.sidebar-toggle.active .hamburger-inner:after {
    bottom: 0;
    width: 20px;
    -webkit-transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    -o-transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
}
*/
.fancybox-opened .fancybox-skin {
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
    border-radius: 20px;
}

.date-calendar-icon {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url('../images/heading-icons/Date-calendarIcon.png') no-repeat;
    background-size: 100% 100%;
}

.date-calendar-icon small {
    font-size: 1.5rem;
    font-weight: 600;
    position: absolute;
    top: 19px;
    left: 17px;
    color: #ff9499;
}

.date-calendar-white-icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    background: url('../images/heading-icons/Date-calendarIcon-white.png') no-repeat;
    background-size: 100% 100%;
}

.date-calendar-white-icon small {
    font-size: .8rem;
    font-weight: 400;
    position: absolute;
    top: 8px;
    left: 8px;
    color: #fff;
}

.profile-progress {
    position: relative;
}

.profile-progress strong {
    font-size: 14px;
    font-weight: 400;
    font-style: normal !important;
    position: absolute;
    bottom: 18px;
    left: -90px;
    color: #fff;
}

/*----------------------------- Redirect.html Start ------------------------*/
.browser-message{position: fixed; width: 100vw; height: 100vh; top: 0; left: 0;}
.message-container{position: absolute; left: 25%; top: 50%; width: 50%; height: 300px; margin-top: -150px;}
.message-container h2{margin-bottom: 20px; color: #444;}
.message-container p{font-size: 18px; color: #777;}
/*----------------------------- Redirect.html End ------------------------*/


/*------------------------- Map Place API Start ---------------------------*/
.pac-container {z-index: 99999 !important;}
.pac-container:after{display: none !important;}
/*--------------------------------- Map Place API ENd --------------------------*/


#success-stories {
    background-image: url("../images/success_pataka.png"), url("../images/success_bkcg.jpg");
    background-repeat: no-repeat;
    background-position: 0 0, top center;
    background-size: auto, cover;
}

#successStoryForm {
    background: rgba(255, 255, 255, 0.8);
}
#ss_photos{
    min-height: 150px;
    border: 2px dashed rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
}

@media (max-width: 767.98px){
    section#success-stories {
        background-position: 0% 150px, top center;
    }
}



#success-stories input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0;
}
#success-stories input:focus::-moz-placeholder { /* Firefox 19+ */
  opacity: 0;
}
#success-stories input:focus:-ms-input-placeholder { /* IE 10+ */
  opacity: 0;
}
#success-stories input:focus:-moz-placeholder { /* Firefox 18- */
  opacity: 0;
}
#success-stories label.error {
    position: absolute;
    font-size: 70%;
    color: red;
    bottom: -24px;
}

.intl-tel-input.separate-dial-code .selected-flag{
    background-color: transparent;
}

.intl-tel-input .selected-flag .iti-arrow{
    right: auto;
    left: 35px;
    border-top: 4px solid #fff;
}

.intl-tel-input .selected-flag .iti-arrow.up{
    border-bottom: 5px solid #fff;
}
.intl-tel-input.separate-dial-code .selected-dial-code{
    padding-left: 48px;
    color: #fff;
    font-size: 1.2rem;
}
#success-stories .intl-tel-input.separate-dial-code .selected-dial-code{color: #333;}
#success-stories .intl-tel-input .selected-flag .iti-arrow{border-top: 4px solid #333;}



/*------------------------------ INPUT EFFECT -------------------------------*/

/*form .form-control:not(textarea){
    height: calc(2.25rem + 2px);
}*/
.form-effect-17 .form-control::-webkit-input-placeholder{
    /*text-transform: capitalize;*/
}
.form-effect-17 .form-control:-ms-input-placeholder{
    /*text-transform: capitalize;*/
}
.form-effect-17 .form-control::-ms-input-placeholder{
    /*text-transform: capitalize;*/
}
.form-effect-17 .form-control::placeholder{
    /*text-transform: capitalize;*/
}

.input-effect {
    position: relative;
}

.input-effect .effect-17 {
    padding: 4px 20px 4px 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background-color: transparent;
}
.input-effect .effect-17~.focus-border {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    transition: .4s;
    background-color: #ff9999;
}
.input-effect .effect-17:focus~.focus-border,
.input-effect .has-content.effect-17~.focus-border {
    left: 5px;
    width: calc(100% - 10px);
    transition: .4s;
}
.input-effect .has-content.effect-17~.focus-border {
    background-color: #ccc;
}
.input-effect .effect-17~label {
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
    transition: .3s;
    color: transparent;
    margin: 0;
}
.input-effect .effect-17:focus~label,
.has-content.effect-17~label {
    z-index: 0;
    bottom: -20px;
    transition: .3s;
}
.input-effect .effect-17:focus~label,
.has-content.effect-17~label,
.input-effect label.active {
    font-size: 12px;
    color: #333;
}
.input-effect .hamburger {
    position: absolute;
    top: 5px;
    right: 5px;
    overflow: visible;
    margin: 0;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    text-transform: none;
    color: inherit;
    border: 0;
    display: none;
}
.input-effect .hamburger.is-active:hover,
.input-effect .hamburger:hover {
    opacity: .7;
}
.input-effect .hamburger.is-active .hamburger-inner,
.input-effect .hamburger.is-active .hamburger-inner:after {
    background-color: #ff3737;
}
.input-effect .hamburger-box {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 24px;
}
.input-effect .hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.input-effect .hamburger-inner,
.input-effect .hamburger-inner:after {
    position: absolute;
    width: 20px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    /*border-radius: 4px;*/
    background-color: #0f0;
}
.input-effect .hamburger-inner:after {
    display: block;
    content: '';
}
.input-effect .hamburger--spin .hamburger-inner {
    left: -5px;
    width: 9.45px;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
}
.input-effect .hamburger--spin .hamburger-inner:after {
    bottom: 10px;
    left: -2px;
    width: 20px;
    transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: rotate(88deg);
            transform: rotate(88deg);
}
.input-effect .hamburger--spin.is-active .hamburger-inner {
    left: 0;
    width: 20px;
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
}
.input-effect .hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    left: 0;
    transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
#successStoryForm .input-effect span.error {
    /*color: #f00;
    font-size: 9px;
    position: absolute;
    top: -5px;*/
    display: none !important;
}

/*---------------------------- AUTOGROW TEXTAREA ----------------------------*/
textarea.autogrow-field {
    min-height: 1em;
    overflow: hidden;
    resize: none;
}

textarea.autogrow-field ~ .autogrow-mirror {
    position: absolute;
    visibility: hidden;
    white-space: normal;
    word-break: break-word;
    z-index: -1;
}


/*------------------------ SELECT2 ROUNDED SEARCHBOX ------------------------*/
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 50px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
}
.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#successStoryForm .intl-tel-input.separate-dial-code .selected-dial-code {
    font: 15px/24px 'Lato', Arial, sans-serif;
    letter-spacing: 1px;
    color: #333;
}
#login-btn {
    border: 1px solid #fff;
    border-radius: 30px;
    padding-bottom: 11px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 4rem !important;
}
#address-country {
    opacity: 0;
}
.country-item{
    position: absolute;
    left: 5px;
    top: 4px;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    background: #fff;
    width: 90px;
    z-index: 100;
    opacity: 0;
}
.country-selection-box .select2-dropdown{width: 370px !important;}
.country-item .select2-container--default .select2-selection--single .select2-selection__rendered{height: 47px; padding: 0 24px 0 18px;}
.country-selection-box .select2-container--default .select2-search--dropdown .select2-search__field{padding: 4px 12px;}
.country-selection-box .flag-box {
    display: inline-block;
    margin-right: 15px;
}
.country-selection-box .dial-code {
    margin-left: 15px;
}
.country-item .select2-container .select2-selection--single{height: 48px !important;}
.intl-tel-input .selected-flag:before {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 36px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    content: "";
}
.intl-tel-input.separate-dial-code .flag-container{
    width: 110px;
}
.intl-tel-input.separate-dial-code .selected-flag{margin: 0 auto;}
#successStoryForm .intl-tel-input.separate-dial-code .flag-container{width: auto;}
#successStoryForm .intl-tel-input.separate-dial-code .selected-dial-code{padding-left: 42px;}

@media only screen and (min-width: 1080px) and (max-width: 1300px){
    .banner-btn-wrap .d-md-block.mt-lg-5{margin-top: 2rem !important;}
}

