@import url(./stylesheet.css);
@import url(./styleeditorial.css);

/* DO NOT REMOVE */

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;300;400;500;600;700&display=swap');
h1,
h2,
h3,
h4 {
    font-family: "new-spirit" !important;
}

.announcement a {
    color: #fff;
    text-decoration: none;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.para a {
    color: #000;
    text-decoration: none;
    font-family: "fira-sans";
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
}

h1 {
    font-weight: 300 !important;
}

nav.navbar .container {
    padding: 0;
}

.btn-left {
    float: left;
    margin: 30px 8px 10px !important;
}

.form-control,
.form-select {
    color: #676767;
    font-weight: 300;
    font-family: "fira-sans";
    line-height: 26px;
    font-size: 14px;
    border-radius: 0px;
}

.newsletter {
    font-family: omnes-pro;
    font-weight: 800;
    font-size: 14px;
}

.pa-cont p {
    line-height: 26px;
    font-weight: 300;
    font-family: "fira-sans";
    font-size: 14px;
    color: #000;
}

.article-heading {
    font-family: "omnes-pro";
    font-size: 21px;
    font-weight: 500 !important;
    line-height: 37px;
    color: #2D2526;
}

.form-control {
    border: 1px solid #000;
    border-radius: 0;
}


/* article special in editor 2 column container */

.spc-article-row {
    display: flex;
    align-items: flex-start;
    max-width: 818px;
    margin: 5px auto;
}


/* Create two equal columns that sits next to each other */

.spc-article-column {
    flex: 50%;
    padding: 10px;
}


/* end article special in editor 2 column container */

.flex-dir p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    font-family: "fira-sans";
    line-height: 26px;
}

.announcement {
    background-color: #000;
    line-height: 35px;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 35px;
    font-size: 14px;
    position: relative;
    z-index: 9;
    max-width: 1440px;
    margin: 0 auto;
}

.para p {
    font-family: "fira-sans";
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    color: #000;
}

div#navbarSupportedContent ul li.nav-item {
    margin: 0 50px;
    font-weight: 500;
}

div#navbarSupportedContent ul {
    padding-left: 80px;
}

ul {
    list-style: none;
    padding-left: 0px;
}

nav.navbar.navbar-expand-lg.home-nav {
    background: none;
    border-bottom: none;
    z-index: 9;
    padding: 8px 45px;
    max-width: 1440px;
    margin: 0 auto;
}

nav.navbar.navbar-expand-lg.navbar-light {
    position: absolute;
    width: 100%;
    z-index: 9;
    background: #fff;
    padding: 0 45px;
    max-width: 1440px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

section.content {
    position: relative;
    padding: 70px 0px;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.c-heading h1 {
    font-size: 66px;
}

.c-heading {
    background: white;
    margin: 20px -80px;
    padding: 30px;
    line-height: normal;
    position: relative;
}

.articles {
    display: flex;
    flex-wrap: wrap;
}

.btn-read {
    background: #a57e6b;
    color: #fff;
    border-radius: 30px;
    margin: 25px auto 25px;
    display: block;
    width: 109.86px;
    height: 44px;
    line-height: 30px;
}

.btn-read:hover {
    background: #a57e6bcc;
    color: #fff;
}

.articles .col-md-4 {
    margin: 0px;
    padding: 0 10px;
}

.articles img {
    margin-bottom: 15px;
}

.article-section .articles img:hover,
.articles img:hover {
    opacity: 0.75;
}

.articles h4 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 24px;
    font-family: "new-spirit" !important;
    font-weight: 700;
    color: #2D2526;
    line-height: 33px;
    padding: 0 20px 23px;
}

.article-section-thumb .btn {
    margin-top: 5px;
}

.container.home-page a {
    color: #000;
    text-decoration: none;
}

.pa-cont a {
    color: #000;
    text-decoration: none !important;
}

section.article-section .articles.justify-content-center strong {
    font-family: "omnes-pro";
}

footer {
    background: #B5ADA5;
    padding: 95px 0 73px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1440px;
    margin: 40px auto 0;
    position: relative;
}

footer ul {
    list-style: none;
    padding: 0;
    font-weight: 500;
    color: #B5ADA5;
    margin: 0;
}

footer ul li a {
    color: #2D2526;
    text-decoration: none;
    line-height: 26px;
    font-weight: 300;
    font-family: "fira-sans";
    font-size: 14px;
}

footer ul li a:hover {
    color: #2D2526;
    font-weight: 400;
}

p.copyright {
    text-align: center;
    position: absolute;
    max-width: 1440px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 15px;
    font-size: 14px;
}

.f-links ul strong {
    margin-bottom: 15px;
    display: block;
    font-family: "fira-sans";
    font-weight: 800;
    color: #B5ADA5;
}

.f-links ul li {
    margin-bottom: 15px;
    font-size: 14px;
}

.f-links {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.f-links ul li .form-group {
    display: flex;
    align-items: center;
    font-size: 14px;
    width: 250px;
    background: #fff;
}

.f-links ul li .form-group input {
    width: 100%;
    height: 48px;
    padding-left: 10px;
    color: #3C3737;
    border: 1px solid #000;
    background: #fff;
}

.f-links ul li .arrow {
    background: #000;
    color: #fff;
    padding: 3px 8px;
    height: 48px;
    width: 48px;
    line-height: 46px;
    text-align: center;
    border: none;
}

section.article-section h1 {
    letter-spacing: 6.1px;
    text-align: left;
    margin: 70px auto 78px;
    line-height: 123px;
    max-width: none;
    font-size: 66px;
}

.divider {
    background: #e8dccb;
    width: 70%;
    height: 10px;
    margin: 100px auto 10px;
}

ul.pc-category li {
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 10px;
    font-style: italic;
    font-size: 18px;
}

.travel-head {
    margin-bottom: 70px;
}

.travel-head p {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}

.travel-head p.small {
    margin-top: 20px;
}

.editorial-link {
    text-align: right;
    margin: 40px 0 70px;
}

.editorial-link a {
    color: #000;
    font-weight: 700;
    font-style: italic;
}

section h1 {
    letter-spacing: 6.1px;
    text-align: center;
    margin: 20px auto;
    line-height: 95px;
}

.c-heading h1 {
    font-size: 66px;
    margin: 10px;
}

.articles.justify-content-center p {
    width: 100%;
}

.prodbar-head {
    display: flex;
    align-items: center;
    padding-left: 96px;
}

.prodbar-head h1 {
    text-align: left;
    line-height: normal;
    margin: 50px 0 50px 0px;
    font-size: 66px;
    min-width: 500px;
    letter-spacing: 6.1px;
    color: #2D2526;
}

.prodbar-head p {
    width: 100%;
    float: right;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-family: "fira-sans";
    font-weight: 300;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

section.content.pg-wall .col-md-6 {
    text-align: center;
}

.pg-wall-detail p {
    text-align: left;
    padding: 30px 0px 0;
    margin-bottom: 0;
}

.pg-wall-detail p.price {
    text-align: left;
    padding-top: 0;
}

.col-md-6.pg-imgs .col-md-6 {
    margin: 0 0px 30px;
}

.pg-wall-detail.big-img p {
    padding-left: 60px;
}

.prodbar-head .col-md-8 p {
    width: 100%;
    float: left;
    font-size: 26px;
}

.prodbar-head .col-md-4 h1 {
    width: 90%;
    text-align: left;
    letter-spacing: 5px;
    line-height: normal;
    margin: 70px 0;
}

.home-page h1 {
    padding-bottom: 30px;
}

section.mt50 {
    margin: 50px 0;
}

section.social-feed ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.social-feed ul li {
    margin: 5px;
}

section.social-feed ul li img {
    width: 335px;
}

section.content.pdp {
    padding-top: 130px;
}

section.pdp h1 {
    letter-spacing: 15px;
    text-align: left;
    margin: 20px auto;
    line-height: normal;
    max-width: 600px;
}

.prodbar-head {
    /* padding-bottom: 70px; Commented because its causes issue on category home page*/
}

.travel .prodbar-head {
    padding-bottom: 0;
}

.pdp-kit h1 {
    margin-top: 0 !important;
}

.pdp-kit p {
    margin-bottom: 0;
}

.btn-shop {
    background: #b48c57;
    color: #fff;
    border-radius: 30px;
    border: none;
    font-size: 14px;
    padding: 10px 20px;
}

section.content .row {
    margin-bottom: 50px;
}

.schedule-form {
    display: flex;
    flex-wrap: wrap;
}

.schedule-form .form-group {
    margin: 20px 0;
}

.form-btns {
    display: flex;
    flex-direction: column;
    margin: 15px 0;
}

.btn.btn-cancel {
    border-radius: 30px;
    border: 1px solid #ddd;
    margin-top: 10px;
}

.schedule-form .col-md-6 {
    padding: 0 10px;
}

.btn.btn-shop:hover {
    color: #fff;
    background: #a5804f;
}

.btn.btn-cancel:hover {
    background: #efefef;
}

.ps-footer {
    background: #f1eeea;
}

ul.breadcrumb li {
    margin: 0 10px 0 0;
    position: relative;
    color: #B5ADA5;
    line-height: 26px;
    font-weight: 300;
    font-family: "fira-sans";
    font-size: 14px;
}

.container.author-content p {
    color: #000;
    line-height: 26px;
    font-weight: 300;
    font-family: "fira-sans";
    font-size: 14px;
    padding-top: 31px; /*yb*/
    padding-left: 137px;
}

ul.breadcrumb li:after {
    content: '///';
    padding-right: 10px;
    position: relative;
    right: -10px;
    font-size: 12px;
}

ul.breadcrumb li:last-child:after {
    display: none;
}

.container.author-content .umb-grid strong {
    font-family: "omnes-pro";
    font-size: 21px;
    font-weight: 600 !important;
    line-height: 37px;
    color: #2D2526;
    /*font-style: italic;*/ /*yb*/
    margin-bottom: 0px;
    display: block;
    padding-left: 51px;
}

section.tsr {
    position: relative;
    margin-top: -63px;
}

.home-bg {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: -63px;
    top: -15px;
}

.bag-bg {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: -63px;
    top: -15px;
}

.bg-air-travel {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    margin-top: -63px;
    top: -15px;
}

.home-banner a {
    color: #fff;
    text-decoration: none;
}

.container.author-brdm ul {
    margin-top: 0px;
}


/* .home-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20%;
    background: rgb(2, 0, 36);
    background: linear-gradient( 180deg, rgb(0 0 0) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 212, 255, 0) 20%);
} */

.banner-caption {
    display: flex;
    color: #fff;
    align-items: center;
    height: 100vh;
}

.banner-caption h1 {
    background: #fff;
    color: #000;
}

.banner-caption .col-md-6 {
    padding: 0 10px;
}

section.content.palm-spring .pa-cont .c-heading {
    position: relative;
    width: 460px;
    margin: 40px -150px;
    padding: 5px;
}

section.content.palm-spring .pa-cont .c-heading h1 {
    font-size: 40px;
    letter-spacing: 8px;
}

.small,
small {
    font-size: .775em;
}

span.small {
    display: block;
}

.text-right {
    text-align: right;
}

.list-heading ul li {
    font-size: 66px;
    text-align: left;
    letter-spacing: 5px;
    line-height: normal;
    margin: 15px 0;
    font-family: 'new-spirit';
    background: #fff;
    transform: translateX(0px);
    padding: 10px 35px;
    color: #2d2526;
    font-weight: 300;
}

div#navbarSupportedContent ul li.nav-item a {
    color: #fff;
    font-family: 'fira-sans';
    font-weight: 500;
    font-size: 11px;
}

.pa-cont .list-heading {
    position: relative;
    right: 244px;
    width: 620px;
    margin-top: 50px;
}

nav.navbar-light ul li.nav-item a {
    color: #000 !important;
}

.home-page {
    padding-top: 50px;
}

.m-logo {
    display: none;
}

.home-nav .m-logo {
    display: none;
}

.home-nav .d-logo {
    display: block;
    height: 27px;
}

.navbar-light img.m-logo {
    display: block;
}

.navbar-light img.d-logo {
    display: none;
}

ul.float-right {
    display: flex;
    margin-bottom: 0;
}

.home-nav ul.float-right li a {
    margin: 0 20px;
    color: #fff;
}

.navbar-light ul.float-right li a {
    margin: 0 20px;
    color: #000;
}

.banner-caption-flexdir {
    display: flex;
    color: #fff;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
}

.banner-caption-flexdir p {
    max-width: 270px;
    margin: 30px 100px 0;
}

.banner-caption-flexdir .col-md-6 {
    padding: 0 10px;
}

.banner-caption-flexdir h1 {
    background: #fff;
    color: #2d2526;
    text-align: left;
    max-width: none;
    padding: 10px 12px;
    margin: 5px 0;
    letter-spacing: 10px;
    display: inline-block;
}

ul.breadcrumb li a {
    color: #B5ADA5;
    font-size: 14px;
    text-decoration: none;
}

ul.breadcrumb {
    margin-top: 23px;
    margin-bottom: 20px;
    padding-left: 45px;
}

ul.breadcrumb li a.active {
    color: #000;
}

.user-img {
    width: 100px;
    height: 100px;
}

.flex-dir strong {
    color: #2d2526;
    font-size: 21px;
    font-family: "omnes-pro";
}

.user-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.flex-dir {
    display: flex;
    align-items: flex-start;
    max-width: 1006px;
    margin: 30px auto;
}

hr:not([size]) {
    max-width: 1006px;
    margin-left: auto;
    margin-right: auto;
}

.flex-dir hr:not([size]) {
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 1006px;
    margin: 20px auto 15px;
}

ul.pe-imgs li {
    margin: 5px;
}

.para ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    flex-direction: column;
}

.pe-imgs-nobullets {
    /*yb modified */
    list-style-type: none !important;
    /*yb modified */
}

.para ul li {
    margin: 0 0px;
    position: relative;
    font-weight: 300;
    font-family: "fira-sans";
    color: #000;
    font-size: 14px;
    line-height: 26px;
     /*yb modified */
    /*list-style-type: none;*/
    /*yb modified */
}

.fl-rich-text ol {
    margin-left: 0;
    padding-left: 0;
}

.para .fl-rich-text ul li {
    margin: 0px;
    position: relative;
    font-weight: 300 !important;
    font-family: "fira-sans";
    color: #000;
    font-size: 14px;
    line-height: 26px;
}

.para ul li:last-child:after {
    display: none;
}

.para ul.pa-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.para ul.pa-list li {
    margin: 0 15px;
    position: relative;
    font-weight: 600;
}

.para ul.pa-list li:after {
    position: absolute;
    content: '///';
    right: -25px;
    font-size: 14px;
    color: #999;
}

.para ul.pa-list li:last-child:after {
    display: none;
}

ul.pe-imgs li img {
    max-height: 550px;
    object-fit: cover;
    padding-right: 8px;
    height: 100%;
}

.banner-caption-flexdir-right {
    display: flex;
    color: #fff;
    align-items: flex-end;
    height: 792px;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0 45px;
}

.heading-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
}

.banner-caption-flexdir-right .col {
    align-items: flex-start;
    justify-content: flex-start;
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 0;
    flex: none;
}

.banner-caption-flexdir-right h1 {
    display: inline-block;
    margin-left: 0;
    line-height: 123px;
    width: auto;
    background: #fff;
    color: #2D2526;
    text-align: left;
    max-width: none;
    padding: 0px 12px;
    margin: 5px auto;
    letter-spacing: 6.1px;
    font-weight: 300;
    font-size: 66px;
}

.banner-caption-flexdir-right p {
    max-width: 329px;
    margin: 30px 0px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.banner-caption-flexdir-left {
    display: flex;
    color: #fff;
    align-items: flex-start;
    height: 792px;
    flex-direction: column;
    justify-content: center;
    padding: 0 45px;
}

.banner-caption-flexdir-left .col-md-6 {
    align-items: flex-start;
    justify-content: flex-start;
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 0;
    flex: none;
}

.banner-caption-flexdir-left h1 {
    background: #fff;
    color: #2D2526;
    text-align: left;
    max-width: none;
    padding: 0px 12px;
    margin: 5px auto;
    letter-spacing: 6.1px;
    display: inline-block;
    margin-left: 0;
    font-weight: 300;
    font-size: 66px;
    width: auto;
}

.banner-caption-flexdir-left p {
    max-width: 329px;
    margin: 30px 90px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 26px;
}

.para h4 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 33px;
    color: #2D2526;
    font-weight: 700;
    width: 79%;
    margin: 0 auto;
}

.para img {
    width: 100%;
}

.para ul.pe-imgs li {
    width: 100%;
     /*yb modified */
    list-style-type: none;
    /*yb modified */
}

.travel-bag {
    border-bottom: 1px solid #ddd;
    padding: 50px 0 57px;
    max-width: 1006px;
    margin: 0 auto;
}

.btn-black {
    background: #2D2526;
    color: #fff !important;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 15px;
    margin: 0 auto;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.palm-spring .pa-cont {
    text-align: center;
}

.pa_bimg {
    position: relative;
}

.palm-spring-logo .img-logo {
    position: absolute;
    left: 0;
    top: 40%;
    right: 0;
    /* margin: 0 auto; */
    /* width: 100%; */
    text-align: center;
}

.palm-spring-logo .img-logo h5 {
    color: #fff;
    margin-top: 25px;
    font-family: "fira-sans" !important;
    letter-spacing: 12px;
    font-size: 20px;
}

ul.social-media {
    display: flex;
    position: relative;
    justify-content: center;
    padding-top: 20px;
}

.palm-spring-logo .img-logo img {
    width: 220px;
}

ul.social-media:before {
    position: absolute;
    content: '';
    width: 30%;
    height: 2px;
    background-color: #000;
    top: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

ul.social-media li {
    margin: 0 15px
}

.palm-spring-logo img.img-fluid {
    width: 100%;
}

.treat-modal .modal-content {
    background-color: #A47D6B;
    color: #fff;
}

.treat-modal .modal-content .btn-close {
    position: absolute;
    right: 5px;
    font-size: 10px;
    top: 5px;
    color: #fff;
    opacity: 1;
    z-index: 9;
}

.treat-modal .modal-body {
    display: flex;
    padding: 35px 10px 20px;
    width: 100%;
}

.treat-modal .modal-body .modal-left {
    font-size: 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin-bottom: 25px;
    font-family: "new-spirit" !important;
    padding: 0 20px;
}

.treat-modal .modal-body .modal-left img {
    margin-top: 30px;
    width: 150px;
}

.treat-modal .modal-right {
    width: 50%;
}

.treat-modal .modal-right form input.form-control {
    margin: 0 0 15px;
    border-radius: 0;
    border: 0px solid #ddd !important;
}

.treat-modal .modal-right label {
    font-size: 12px;
}

.treat-modal .form-check {
    margin-bottom: 20px;
}

.treat-modal div.ctct-form-embed div.ctct-form-defaults {
    padding: 0;
}

.treat-modal input.ctct-form-element {
    height: auto !important;
    padding: 5px 5px !important;
}

.treat-modal div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
    margin-bottom: 5px;
}

.treat-modal div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
    margin: 0 0 10px 0;
}

.treat-modal .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
    background-color: #2d2526;
    border: 1px solid #2d2526;
    color: #ffffff;
    background: #2D2526;
    color: #fff !important;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 15px;
    margin: 0 auto;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.treat-modal .modal-body {
    padding: 35px 40px 20px 20px;
}

.direction {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-right: 130px;
    margin-left: 0px;
}

.direction p.small {
    font-size: 16px;
    font-weight: 500;
}

button.btn.btn-read a {
    color: white;
    text-decoration: none;
    font-family: "fira-sans";
    font-weight: 500;
}

section.site-content {
    padding-top: 65px;
}

section.site-content .c-heading {
    margin: 0;
    padding: 20px 0 0 145px;
    max-width: 695px;
}

section.site-content .c-heading h1 {
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    letter-spacing: 6px;
    color: #2d2526;
    font-weight: 300;
}

section.content.landing .c-heading {
    background: white;
    margin: 50px 0 30px -250px;
    padding: 7px;
    line-height: normal;
    position: relative;
}

section.content.landing .c-heading h1 {
    letter-spacing: 5px;
    text-align: left;
    font-size: 50px;
    margin: 5px;
    color: #2d2526;
    font-weight: 300;
}

ul.social-media li a {
    color: #012228;
    font-size: 30px;
}

.landing p.my-4 {
    text-align: center;
    color: #012228;
    font-weight: 700;
    margin: 30px auto !important;
    display: block;
}

.landing a.btn.btn-black {
    padding: 10px 20px;
    width: 100%;
    font-size: 16px;
    font-family: "fira-sans";
}

.landing p {
    font-family: "fira-sans";
}

.palm-spring-logo {
    position: relative;
}

.texture {
    position: absolute;
    top: -20px;
}

.palm-spring-logo .texture img {
    width: 60%;
}

.privacy-policy li {
    font-weight: normal !important;
}

.container.faq li {
    font-weight: normal;
}

.faq ul {
    flex-direction: column;
}

.treat-modal .modal-right form input.form-control {
    margin: 0 0 10px;
    border-radius: 0;
    border: 0px solid #ddd !important;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
    border: 0px;
}

.treat-modal .modal-content {
    background-color: #A47D6B;
    color: #fff;
    border-radius: 0px;
    border: none;
}

.modal-dialog {
    max-width: 690px;
}

section.article-section .articles.justify-content-center .col-md-4 img {
    height: auto;
    object-fit: cover;
    width: 100%;
}

.btn {
    font-size: 14px;
}

.article-section .articles img {
    margin-bottom: 25px;
    height: auto;
    width: 100%;
    object-fit: cover;
}

.banner-caption-flexdir-right.home-banner {
    flex-direction: row;
    align-items: center;
}

.banner-caption-flexdir-right.home-banner p {
    max-width: 100%;
    font-size: 18px;
    font-family: "fira-sans";
    font-weight: 500;
    text-transform: uppercase;
    line-height: 26px;
}

nav.navbar.navbar-expand-lg.home-nav .container {
    position: relative;
    z-index: 9;
    /* overflow: hidden; */
}

nav.navbar.navbar-expand-lg.home-nav:after {
    height: 86px;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(2, 0, 36);
    background: linear-gradient( 180deg, rgb(0 0 0 / 10%) 0%, rgba(29, 0, 0, 0) 100%, rgba(0, 212, 255, 0) 100%);
    right: 0;
    margin: 0 auto;
    max-width: 1440px;
}

p.small {
    font-size: 21px;
    font-family: "omnes-pro";
    font-weight: 600;
    color: #2D2526;
}

.articles p {
    line-height: 26px;
    font-weight: 300;
    font-family: "fira-sans";
    font-size: 14px;
    color: #000;
}

section.article-section .articles p.small {
    margin-bottom: 20px;
}

.pa-cont ul.pc-category {
    margin-top: 60px !important;
    padding-left: 20px;
}

.articles .col-md-4 p.small,
.flex-dir strong,
.author,
.articles .col-md-4 strong {
    font-family: "omnes-pro";
    font-size: 21px;
    font-weight: 500;
    line-height: 37px;
    padding: 0 20px;
    color: #2D2526;
}


/* .para p strong {
    font-family: "omnes-pro";
    font-size: 21px;
    font-weight: 400 !important;
    line-height: 37px;
    color: #2D2526;
} */

.para.privacy-policy p strong {
    font-family: "fira-sans";
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #000;
}

.para.privacy-policy .para ol li strong {
    font-family: "fira-sans";
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #000;
}

.para.privacy-policy .para ol li {
    font-family: "fira-sans";
    font-weight: 300 !important;
    font-size: 14px;
    line-height: 26px;
    color: #000;
    margin-bottom: 30px;
}

th {
    font-family: "fira-sans";
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #000;
}

td {
    font-family: "fira-sans";
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    color: #000;
}

ul#menu-policy>li {
    margin-bottom: 10px;
    padding-left: 0px;
    line-height: 24px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    width: 100%;
}

ul#menu-policy>li>a {
    font-weight: bold;
    text-decoration: none;
    color: black;
}

ul#menu-policy {
    list-style: disc;
}

.banner-caption-flexdir-left .col-md-7 {
    flex-direction: column;
    display: flex;
}

.banner-heading {
    position: relative;
}

a.navbar-brand img {
    height: 27px;
}

section.content.wellness .breadcrumb {
    margin-bottom: 0;
}

section.content.wellness .row {
    margin-bottom: 25px;
}

.travel .container .row,
.health .container .row {
    margin-bottom: 0;
}

ul.pe-imgs {
    list-style-type: none;
    display: flex;
    flex-wrap: unset;
    flex-direction: row;
    width: 100% !important;
    margin: 50px auto 57px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1440px;
    padding: 0 45px;
}

.container.details-page ul.pe-imgs {
    margin-left: 0;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}

ul.breadcrumb li:last-child a {
    color: #000;
}

.pa-cont ul.pc-category li a,
.pa-cont ul.pc-category li {
    font-size: 18px;
    font-weight: 800;
    line-height: 26px;
}

section.article-section .articles .col-md-4 p {
    padding: 0 20px;
}


/*accordion*/

.accordion {
    background-color: #eee;
    color: #B5ADA5;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
}

.panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
}

button.accordion.minus {
    position: relative;
}

button.accordion.minus:after {
    position: absolute;
    content: '+';
    font-size: 24px;
    top: 11px;
    padding-left: 8px;
}

button.accordion.minus.active {
    position: relative;
}

button.accordion.minus.active:after {
    content: '-';
}

button.accordion.minus.active,
button.accordion.minus {
    background: transparent;
    color: #2D2526;
    font-family: "fira-sans";
    font-weight: 800;
}

footer .ul-list {
    width: 100%;
}

ul.f-social {
    display: flex;
}

ul.f-social li {
    padding: 15px 30px 15px 5px;
    font-size: 33px;
}

ul.f-social li i {
    font-size: 33px;
}

input[type="text"]:focus-visible {
    border: none;
    outline: none;
    border: 1px solid #000;
}

.f-links ul li .arrow i {
    font-size: 18px;
}


/* .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding: 0;
} */

.banner-caption-flexdir-left .col-md-12 {
    flex-direction: column;
    display: flex;
}

.banner-caption-flexdir-right .col-md-10 {
    display: flex;
    flex-direction: column;
    margin: auto;
}

.article-thumb {
    min-height: 475px;
}

.article-section-thumb .btn {
    margin: 0px auto 30px;
}

.banner-caption-flexdir-right .col-md-12 {
    margin: auto;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.banner-caption-flexdir-right.home-banner h1 {
    letter-spacing: 6.1px;
    font-size: 66px;
    line-height: 96px;
    text-align: left;
    margin: 5px 0;
    white-space: nowrap;
}

.banner-caption-flexdir-right.home-banner {
    align-items: center;
    justify-content: space-evenly;
}

.banner-caption-flexdir-right h1 {
    letter-spacing: 6px;
    font-size: 55px;
    line-height: 96px;
    text-align: left !important;
    margin: 5px 0;
}

.banner-caption-flexdir-right .col-md-6 {
    display: flex;
    justify-content: flex-end;
    align-content: flex-end;
    margin-right: 0;
    margin-right: 83px;
    margin-top: 52px;
    width: 329px;
    max-width: 60%;
}

.banner-caption-flexdir-left .col-md-6 {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    margin-right: 0;
    margin-left: 83px;
    margin-top: 52px;
    width: 329px;
    max-width: 60%;
}

.banner-textbrief {
    font-family: "fira-sans";
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}

.banner-caption-flexdir-right.home-banner {
    width: 100%;
    margin: 0;
}

.hbanner.banner-heading {
    position: relative;
    width: 100%;
    margin-left: 100px;
}

.banner-txt {
    width: auto;
    margin-right: 80px;
    margin-left: 80px;
}

.flex-dir .flex-grow-1 strong {
    padding-left: 0;
    font-weight: 500;
}

.flex-dir .flex-grow-1 {
    text-align: left;
}

.bannerimg {
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1440px;
    max-height: 820px;
    margin: 0 auto;
}

.social-icons {
    padding: 0;
    position: fixed;
    margin: 0;
    left: 0;
    top: 32%;
    bottom: 0;
    z-index: 9;
    width: auto;
}

.social-icons ul.socials {
    background: #a57e6b;
    display: inline-block;
    padding: 8px;
    border-radius: 0 5px 5px 0;
}

.social-icons ul.socials li {
    padding: 15px 5px;
}

.social-icons ul.socials li a {
    color: #fff;
    font-size: 26px;
}

.para.privacy-policy {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    max-width: 695px;
}

.para.privacy-policy .article-heading {
    margin-left: -96px;
    padding-bottom: 16px;
    display: block;
}

.container.contact .para {
    display: flex;
}

.container.contact .address {
    font-family: "omnes-pro";
    font-weight: 700;
    font-size: 36px;
    line-height: 58px;
    color: #000;
    max-width: 529px;
    margin-right: 34px;
}

.contact-info {
    max-width: 212px;
    margin-left: 34px;
    padding-top: 10px;
}

.contact-info {
    display: block;
    font-family: "fira-sans";
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    color: #000;
}

.contact-info strong {
    display: block;
    font-family: "fira-sans";
    font-size: 14px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
}

.signin .col-sm-6 {
    margin-bottom: 15px;
}

.col-sm-12.signin .row {
    flex-direction: column;
}

.undline {
    text-decoration: underline;
}

.registration-form {
    max-width: 695px;
    margin: 0px auto;
    padding: 30px;
}

.registration-form h4 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 25px !important;
    display: block;
}

.btn-center {
    margin: 40px auto 10px;
    display: flex;
    width: 120px;
    justify-content: center;
    padding: 8px;
}

#search-exp input {
    outline: none;
}

#search-exp input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

#search-exp input::-webkit-search-decoration,
#search-exp input::-webkit-search-cancel-button {
    display: none;
}

#search-exp input:-moz-placeholder {
    color: #999;
}

#search-exp input::-webkit-input-placeholder {
    color: #999;
}

li#search-exp {
    position: relative;
    color: #000;
    top: 3px;
}

.active input[type="search"] {
    border: 1px solid #ccc;
}

#search-exp [type=search]:hover {
    background-color: #fff;
}

li#search-exp:hover i {
    color: red;
}

li#search-exp.active i {
    color: #000;
}

#search-exp:hover i {
    color: #000 !important;
    position: relative;
    z-index: 9;
}

#search-exp input:-moz-placeholder {
    color: transparent;
}

#search-exp input::-webkit-input-placeholder {
    color: transparent;
}

li#search-exp.active i {
    color: #000;
    position: relative;
    z-index: 999;
}

#search-exp input[type=search] {
    width: 22px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
    position: absolute;
    left: -13px;
    top: -9px;
    background: none;
    border: none;
    padding-left: 10px;
    color: #000;
    background-color: none;
    cursor: auto;
    position: absolute;
    right: -13px;
    left: auto;
    padding: 9px 10px 9px 10px;
    width: 22px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

#search-exp input[type=search]:focus {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    width: 130px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
    position: absolute;
    right: -13px;
    left: auto;
    border: 1px solid #ddd;
}


/* .container.details-page .para {
    max-width: 818px;
    margin: 0 auto;
} */

ul.article-section-thumb p {
    text-transform: capitalize;
}

.para.indented-text strong {
    /*margin-left: -54px;*/
    font-size: 21px;
    font-family: "omnes-pro";
    font-weight: 600;
    color: #2D2526;
    line-height: 37px;
}

.para.indented-text {
    max-width: 1006px;
    margin: 0 auto;
}

.para {
    max-width: 1006px;
    margin: 20px auto;
    padding: 0;
}

.para.indented-text p {
    margin: 25px auto 0;
    display: block;
    width: 100%;
    padding-left: 0px;
    max-width: 877px;
    margin-top: 22px !important;
}

.para.indented-text p:nth-child(1) {
    padding-left: 0;
}

.para.indented-text p span {
    /*margin: 23px 0 17px;*/
    display: block;
    letter-spacing: 0.8px;
}

.search-text h4 {
    padding-left: 0;
    padding-bottom: 20px;
}

.search-article {
    display: flex;
    margin: 20px auto 0px;
    max-width: 1006px;
}

section.site-content.search-res h1 {
    font-size: 28px;
    letter-spacing: 6px !important;
}

section.site-content.search-res .result-found {
    font-size: 18px;
    letter-spacing: 1px;
}

.search-thumb {
    width: 250px;
    margin-right: 15px;
}

.search-text h4 {
    padding-left: 0;
}

.search-text h5 {
    margin-bottom: 20px;
}

.search-article .btn-read {
    line-height: 30px;
    margin-left: 0px;
}

p.search-results {
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    padding: 15px 0 25px;
    margin-bottom: 45px;
    text-transform: capitalize;
}

.th-img {
    padding: 5px;
    margin: 2px;
}

.th-text {
    padding: 10px;
    margin: 5px;
    width: 366px;
    text-align: left;
}

.th-para {
    display: flex;
    max-width: 818px;
    margin: 50px auto;
}

.three-imgs {
    display: flex;
    max-width: 928px;
    margin: 0 auto;
}

.crew-sail {
    max-width: 765px;
    margin: 0 auto;
}

.crew-sail-img {
    max-width: 876px;
    margin: 0 auto;
}

.crew-sail-text {
    max-width: 765px;
    margin: 0 auto;
}

.cs-img-section {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.div1 {
    padding: 5px;
    margin: 5px;
}

ul.float-right li a {
    font-size: 16px !important;
}

.float-right li.dropdown {
    margin-right: 10px;
}

.float-right li a#navbarDropdown {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: 7px;
}

.float-right li .dropdown-toggle::after {
    display: none;
}

.float-right li a {
    margin: 0 20px;
    color: #fff;
    text-decoration: none;
}

.float-right li.dropdown .username {
    margin-right: 10px;
    margin-top: 5px;
}

.para.indented-text ul {
    padding-left: 62px;
    padding-top: 20px;
}

ul.float-right ul.dropdown-menu.show li a {
    font-family: "fira-sans" !important;
    font-size: 14px !important;
    padding-left: 0px;
}

ul.float-right ul.dropdown-menu.show li:last-child {
    border: none;
}

ul.float-right ul.dropdown-menu.show {
    padding-left: 0 !important;
    min-width: 100px !important;
    left: 0px;
    padding: 0;
    border-radius: 0px;
}

ul.float-right ul.dropdown-menu.show li {
    border-bottom: 1px solid #ddd;
    background: #fbfbfb;
}

ul.float-right ul.dropdown-menu.show li:hover {
    background: #fff;
}

.float-right li.nav-item.dropdown {
    margin: 0px 0 !important;
}

.home-nav li#search-exp i {
    color: #fff;
}

ul.float-right ul.dropdown-menu.show li a {
    color: #000 !important;
    font-weight: 300 !important;
}

li#search-exp.active i {
    color: #000;
}

ul.float-right ul.dropdown-menu.show li a:hover {
    background: none;
}

nav.navbar.navbar-expand-lg.navbar-light .search:focus+.searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: white;
    color: black;
}

nav.navbar.navbar-expand-lg.navbar-light .button:hover {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: none;
    color: black;
}

nav.navbar.navbar-expand-lg.navbar-light .search-container {
    position: relative;
    display: inline-block;
    margin: 2px 2px;
    height: 40px;
    width: 40px;
    vertical-align: bottom;
}

nav.navbar.navbar-expand-lg.navbar-light .mglass {
    display: inline-block;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

nav.navbar.navbar-expand-lg.navbar-light .searchbutton {
    position: absolute;
    font-size: 22px;
    width: 100%;
    margin: 0;
    padding: 0;
}

nav.navbar.navbar-expand-lg.navbar-light .search:focus+.searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: white;
    color: black;
    border: 1px solid #ddd;
}

nav.navbar.navbar-expand-lg.navbar-light .search {
    position: absolute;
    left: 40px;
    background-color: transparent;
    outline: none;
    padding: 0;
    width: 0;
    height: 100%;
    color: #999 !important;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

nav.navbar.navbar-expand-lg.navbar-light .search:focus {
    width: 150px;
    padding: 0 16px 0 0;
    left: -150px;
    padding-left: 10px;
    border: 1px solid #ddd;
    background: #fff;
}

nav.navbar.navbar-expand-lg.navbar-light .button {
    color: #000 !important;
}

ul.float-right {
    display: flex;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 30px;
}


/*search*/

.button {
    display: inline-block;
    margin: 4px 2px;
    background-color: none;
    font-size: 14px;
    padding-left: 32px;
    padding-right: 32px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button:hover {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: white;
    color: black;
}

.search-container {
    position: relative;
    display: inline-block;
    margin: 4px 2px;
    height: 40px;
    width: 40px;
    vertical-align: bottom;
}

.mglass {
    display: inline-block;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.searchbutton {
    position: absolute;
    font-size: 22px;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    outline: none;
    z-index: 99;
}

.search:focus+.searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: white;
    color: black;
}

.para.contact-section {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    max-width: 735px;
}

.search {
    position: absolute;
    left: 0px;
    background-color: white;
    outline: none;
    border: none;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    border-radius: 0px !important;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.search:focus {
    width: 150px;
    padding: 0 16px 0 0;
    left: -130px;
    padding-left: 10px;
    border-radius: !important;
    /* z-index: 999; */
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}

.expandright {
    left: auto;
    right: 49px;
}

.expandright:focus {
    padding: 0 0 0 16px;
}

section.content.wellness.signin-section {
    padding-top: 20px;
}

section.content.wellness.otp-section {
    max-width: 1006px;
    margin: 0 auto;
    padding-top: 0;
    padding-left: 40px;
}

.otp-message {
    max-width: 695px;
    margin: 0px auto;
    padding: 30px 0 15px;
}

.otp-message strong {
    color: #a57e6b;
}

.otp-message.user-verify label {
    margin-bottom: 20px;
}

.otp input {
    width: 100%;
    height: 40px;
    text-align: left;
    font-size: 14px;
    margin: 5px;
    padding: 0 10px;
    color: #000;
}

section.content.wellness.otp-section h5 {
    font-size: 17px;
    margin-bottom: 15px;
}

.no-padding {
    padding: 0;
}

.otp .col-sm-6 {
    display: flex;
    flex-direction: column;
}

.otp .row {
    margin-bottom: 0 !important;
}

section.content.wellness.otp-section .container {
    padding-left: 9px;
}

a.small.resend-otp {
    position: relative;
    left: 146px;
    top: 5px;
    color: #000;
    text-decoration: none;
}

section.site-content.login-section .c-heading {
    max-width: 100%;
    padding-left: 50px;
}

.resend-otp {
    float: right;
}

.resend-otp a {
    color: #000;
    text-decoration: none;
    padding-top: 6px;
    display: block;
}

section.social-feed {
    padding-top: 4px;
    margin-bottom: 164px;
}

.umb-grid .travel-bag:first-child {
    padding-bottom: 88px !important;
    margin-bottom: 88px;
    padding: 10px;
    max-width: 1440px;
}

.umb-grid .travel-bag:first-child .col-md-10 {
    margin-left: 240px;
    max-width: 730px;
    align-self: auto;
    justify-content: flex-end;
    align-items: flex-end;
    width: 60%;
    margin-top: 118px;
}

.umb-grid .travel-bag:first-child .col-md-2 img {
    max-width: 367px;
}

.form-control:focus {
    border-color: #000;
    box-shadow: none;
}

.search-section .search-article .search-thumb img {
    width: 250px !important;
    max-width: 250px;
}

section.article-section.search-section {
    max-width: 100%;
    margin: 0 auto;
}

section.article-section.search-section .search-text {
    padding-right: 40px;
    padding-left: 20px;
}

section.site-content.search-res .c-heading {
    padding-left: 10px;
}

.page-404 {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.page-404 h1 {
    font-size: 66px;
    margin-bottom: 40px;
}

.page-404 h5 {
    margin-bottom: 30px !important;
    display: block;
}

.invalid-feedback {
    display: block !important;
}

.valid-feedback {
    display: block !important;
    color: cadetblue !important;
}

.richtextstyle ul {
    list-style: disc;
}

.richtextstyle p {
    margin: 0 0px !important;
    position: relative;
    font-weight: 300;
    font-family: "fira-sans";
    color: #000;
    font-size: 14px;
    line-height: 26px;
}

.richtextstyle ol {
    padding-left: 62px;
    padding-top: 20px;
}

.community-feed h1 {
    min-width: 600px;
}

.registration-form .col-sm-6 .col-sm-12,
.registration-form .col-sm-6 .col-md-12 {
    margin-bottom: 15px !important;
}

.spc-article-row .spc-article-column strong {
    margin-left: 0;
}

ul.float-right {
    right: -30px;
}

nav.navbar.navbar-expand-lg.navbar-light ul.float-right {
    right: 0;
}

div#navbarSupportedContent ul {
    padding-top: 5px;
}

.hamburger-icon-gray {
    background: url(https://treat.hyperpointe.com/images/hamburger-icon.png) no-repeat;
    width: 16px;
    height: 12px;
    display: block;
}

.hamburger-icon-white {
    background: url(https://treat.hyperpointe.com/images/hamburger-icon-white.png) no-repeat;
    width: 16px;
    height: 12px;
    display: block;
}

.articles .column p {
    padding: 0 20px;
}

p.copyright sup {
    font-size: 8px;
}



/* media query */

@media screen and (max-width: 1280px) {
    .umb-grid .travel-bag:first-child .col-md-2 img {
        max-width: 300px;
    }
    .umb-grid .travel-bag:first-child .col-md-10 {
        width: 50%;
    }
    .para.privacy-policy .article-heading {
        margin-left: 0px;
    }
    section.site-content .c-heading {
        margin: 0 auto;
        padding-left: 0;
    }
    .social-icons ul.socials {
        padding: 10px;
    }
    .social-icons ul.socials li a {
        color: #fff;
        font-size: 20px;
    }
    .articles.justify-content-center .col-md-5 {
        margin: 15px;
    }
    .pg-wall-detail.big-img p {
        padding-left: 10px;
    }
    .c-heading {
        background: white;
        margin: 0 0;
        padding: 0px;
        line-height: normal;
    }
    .c-heading h1 {
        font-size: 40px;
        margin: 10px 0;
        text-align: left;
    }
    section.content.landing .c-heading h1 {
        letter-spacing: 4px;
        text-align: left;
        font-size: 32px;
    }
    section.content.landing .c-heading {
        background: white;
        margin: 30px 0 20px -180px;
        padding: 5px;
        line-height: normal;
        position: relative;
    }
    .landing p {
        font-family: "fira-sans";
        font-size: 14px;
        line-height: 26px;
    }
    .landing p.my-4 {
        margin: 20px auto !important;
    }
    ul.social-media {
        padding-top: 15px;
    }
    .landing a.btn.btn-black {
        padding: 10px 10px;
        font-size: 14px;
    }
    .direction {
        margin-right: 30px;
        margin-left: 10px;
    }
    .prodbar-head {
        padding-left: 70px;
    }
    section.social-feed ul li img {
        width: 250px;
    }
}

@media screen and (max-width: 1197px) {
    section.site-content.search-res .c-heading {
        padding-left: 10px !important;
        margin-left: 0;
    }
    .search-section .search-article .search-thumb img {
        width: 200px !important;
        height: 200px;
    }
    section.article-section.search-section .search-text {
        padding-right: 30px;
        padding-left: 10px;
    }
    .banner-txt {
        width: auto;
        margin-right: 50px;
        margin-left: 50px;
    }
    .hbanner.banner-heading {
        width: 100%;
        margin-left: 90px;
    }
    .banner-caption-flexdir-right.home-banner h1 {
        font-size: 26px;
        line-height: normal;
    }
    .list-heading ul li {
        font-size: 30px;
    }
    .articles h4 {
        font-size: 18px;
        line-height: normal;
    }
    .banner-caption-flexdir-right.home-banner h1 {
        letter-spacing: 6px;
        font-size: 55px;
        line-height: 96px;
        text-align: right;
        margin: 5px 0;
    }
    .article-thumb {
        min-height: 520px;
        text-align: left;
    }
    div#navbarSupportedContent ul {
        padding-left: 25px;
    }
    hr:not([size]) {
        display: inline;
    }
    section.article-section h1 {
        letter-spacing: 5.1px;
        margin: 30px auto 38px;
        line-height: 83px;
        max-width: none;
        font-size: 56px;
    }
    .umb-grid .travel-bag:first-child {
        padding-bottom: 38px !important;
        margin-bottom: 8px;
    }
    .travel-bag {
        padding: 30px 0 30px;
    }
    .navbar-collapse {
        padding-top: 25px;
    }
}

@media screen and (max-width: 991px) {
    ul.float-right {
        right: 40px;
        top: -4px;
    }
    nav.navbar.navbar-expand-lg.navbar-light ul.float-right {
        right: 90px;
        top: 0px;
    }
    .home-nav ul.float-right li a {
        margin: 0 10px;
    }
    section.article-section.search-section .search-article {
        flex-direction: column;
        margin: 10px;
    }
    section.site-content.search-res .c-heading {
        margin-left: 30px;
        padding-right: 0;
        width: auto !important;
    }
    section.site-content .c-heading {
        padding: 50px 0 0;
        padding-left: 0;
    }
    .search-thumb {
        width: 100%;
        margin-right: 15px;
    }
    .search-section .search-article .search-thumb img {
        width: 100% !important;
        height: 250px;
        max-width: 100%;
    }
    section.article-section.search-section {
        padding: 0 25px;
    }
    .para.privacy-policy {
        margin: 0 auto;
        padding-top: 30px;
        padding-left: 0;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding: 0 12px;
    }
    .banner-caption-flexdir-right.home-banner p {
        max-width: 100%;
        font-size: 16px;
        font-family: "fira-sans";
        font-weight: 500;
        text-transform: uppercase;
        line-height: 24px;
    }
    .banner-caption-flexdir-right.home-banner h1 {
        font-size: 35px;
    }
    .palm-spring-logo .texture img {
        width: 40%;
    }
    section.content.landing .c-heading h1 {
        letter-spacing: 3px;
        font-size: 32px;
    }
    section.content.landing .c-heading {
        margin: 25px 0 10px -170px;
        padding: 5px;
    }
    section.content.landing {
        padding: 0px;
    }
    .landing p {
        font-size: 13px;
    }
    section.content.palm-spring .pa-cont .c-heading {
        width: auto;
        margin: 40px 0;
        padding: 0px;
    }
    section.content.palm-spring .pa-cont .c-heading h1 {
        font-size: 32px;
        letter-spacing: 1px;
        line-height: normal;
    }
    .landing a.btn.btn-black {
        padding: 5px 10px;
        font-size: 12px;
    }
    .list-heading ul li {
        font-size: 28px;
        transform: translateX(-60px);
        padding: 10px 0 10px 35px;
    }
    .landing p.my-4 {
        margin: 15px auto !important;
    }
    .navbar-light img.m-logo {
        display: block;
    }
    .navbar-light img.d-logo {
        display: none;
    }
    ul.social-media {
        padding-top: 5px;
    }
    nav.navbar.navbar-expand-lg.home-nav {
        background: #000000;
    }
    .home-nav .fa-bars {
        color: #fff;
    }
    .home-nav .m-logo {
        display: none;
        height: 27px;
    }
    .d-logo {
        display: none;
    }
    .m-logo {
        display: block;
    }
    .home-nav .d-logo {
        display: block;
        height: 27px;
    }
    nav.navbar.navbar-expand-lg.navbar-light {
        background: #ffffff;
    }
    .articles .col-md-4 {
        /* width: 29%; */
        text-align: center;
    }
    ul.social-media li a {
        font-size: 20px;
    }
    ul.pc-category li {
        font-size: 14px;
    }
    .prodbar-head {
        padding: 50px 20px;
    }
    section.social-feed ul li img {
        width: 224px;
    }
    section.pdp h1 {
        letter-spacing: 10px;
        max-width: 570px;
    }
    ul.category,
    ul.sub-category {
        font-size: 14px;
    }
    div#navbarSupportedContent ul {
        padding-left: 0;
    }
    div#navbarSupportedContent ul li.nav-item {
        margin: 0 0px;
    }
    .home-banner {
        padding-top: 79px;
    }
    nav.navbar.navbar-expand-lg.home-nav {
        position: absolute;
        width: 100%;
        z-index: 9;
    }
    .banner-caption {
        height: auto;
    }
    .pa-cont .list-heading {
        right: 114px;
        width: auto;
    }
    .banner-caption-flexdir-right.home-banner h1 {
        font-size: 45px;
        line-height: normal;
        padding: 15px 10px;
    }
    nav.navbar.navbar-expand-lg.home-nav {
        top: 0;
    }
    .para {
        padding: 0 25px;
    }
    section.article-section h1 {
        padding: 0 25px;
        line-height: normal;
        font-size: 38px;
    }
    .prodbar-head h1 {
        text-align: left;
        min-width: auto;
        font-size: 38px;
    }
    .banner-caption-flexdir-left h1 {
        letter-spacing: 6px;
        font-size: 48px;
    }
    section h1 {
        line-height: 80px;
    }
    .flex-dir {
        padding: 0 25px;
    }
    .direction {
        margin-right: 0px;
        margin-left: 50px;
    }
    section.article-section {
        padding: 0 0px;
    }
    div#navbarSupportedContent ul li.nav-item a {
        font-size: 16px;
    }
    .search {
        border-radius: 30px !important;
        top: 1px;
    }
    .search:focus {
        width: 170px;
    }
    nav.navbar.navbar-expand-lg.navbar-light .search:focus {
        width: 150px;
        left: -121px;
    }
    nav.navbar.navbar-expand-lg.home-nav .search {
        top: 0px;
    }
    .home-article-section section.content.wellness,
    .home-article-section section.content {
        padding-top: 0;
        padding-bottom: 0;
    }
    .list-heading ul li {
        letter-spacing: 3px;
    }
    section.social-feed {
        margin-bottom: 34px;
    }
    .prodbar-head {
        padding: 10px 20px;
    }
    section.content {
        padding: 70px 0px 10px;
    }
}

@media screen and (max-width: 767px) {
    section.article-section h1 {
        margin: 30px auto 38px;
    }
    footer {
        margin: 10px auto 0;
    }
    .prodbar-head h1 {
        text-align: left;
        min-width: auto;
        font-size: 38px;
    }
    nav.navbar.navbar-expand-lg.navbar-light ul.float-right {
        right: 50px;
    }
    .social-icons ul.socials {
        padding: 8px;
    }
    .hbanner.banner-heading {
        width: 100%;
        margin-left: 0px;
    }
    .banner-txt {
        width: auto;
        margin-right: 0px;
        margin-left: 0;
    }
    .article-thumb {
        min-height: auto;
    }
    .banner-heading {
        flex-direction: column;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }
    .para p,
    .para ul {
        width: 100%;
        margin: 20px auto;
    }
    .banner-caption-flexdir-right h1 {
        font-size: 30px;
    }
    .modal-dialog {
        max-width: 350px;
        margin: 0 auto;
    }
    .treat-modal .modal-body {
        padding: 25px 10px 10px;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    .treat-modal .modal-body .modal-left {
        font-size: 15px;
        width: 100%;
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .treat-modal .modal-body .modal-left img {
        margin-top: 20px;
    }
    .treat-modal .modal-right {
        width: 100%;
    }
    .landing a.btn.btn-black {
        padding: 10px 10px;
        font-size: 16px;
    }
    .c-heading {
        margin: 0 auto;
        padding: 5px;
    }
    .c-heading h1 {
        line-height: normal;
    }
    section.content.landing .c-heading h1 {
        letter-spacing: 0px;
        text-align: center;
        font-size: 40px;
    }
    section.content.landing .c-heading {
        background: white;
        margin: 10px 0px;
        padding: 7px;
        line-height: normal;
        position: relative;
    }
    .travel-bag {
        border-bottom: 1px solid #ddd;
        padding: 50px 20px;
        text-align: center;
    }
    .banner-caption-flexdir-left h1 {
        letter-spacing: 6px;
        font-size: 40px;
        padding: 8px;
    }
    .articles.justify-content-center p {
        width: 100%;
    }
    .travel-bag img {
        margin-bottom: 15px;
    }
    .travel-bag strong {
        margin-bottom: 15px;
        display: block;
    }
    .container.home-page {
        text-align: center;
    }
    .pa-cont {
        text-align: center;
    }
    .list-heading ul li {
        transform: translateX(0px);
    }
    .banner-caption {
        color: #fff;
        align-items: flex-start;
        flex-direction: column;
    }
    .pwec .col-md-4 {
        text-align: center;
    }
    .container.home-page .pg-wall-detail {
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .prodbar-head p {
        text-align: justify;
    }
    .pg-wall-detail p,
    .pg-wall-detail p.price {
        text-align: center;
    }
    .pg-wall-detail {
        margin-bottom: 50px;
        text-align: center;
    }
    section.content.pg-wall {
        padding-top: 80px;
    }
    .prodbar-head h1 {
        width: 100%;
        letter-spacing: 2px;
        margin: 15px 0;
    }
    .prodbar-head {
        flex-direction: column;
    }
    .prodbar-head p {
        width: 100%;
        float: right;
    }
    section.caption-image .col-md-4 {
        width: 33%;
    }
    .articles .col-md-4 {
        text-align: left;
    }
    .c-heading h1 {
        text-align: center;
    }
    .c-heading {
        margin: 0 auto;
        padding: 10px;
    }
    .editorial-link {
        margin: 40px 0 40px;
    }
    .divider {
        margin: 60px auto 10px;
    }
    .articles.justify-content-center .col-md-5 {
        margin: auto;
        text-align: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    .prodbar-head {
        padding: 10px 20px;
        align-items: flex-start;
    }
    .landing p.my-4 {
        margin: 35px auto !important;
    }
    ul.social-media {
        padding-top: 25px;
    }
    .landing a.btn.btn-black {
        padding: 10px 10px;
        font-size: 16px;
        margin: 15px auto;
    }
    .banner-caption-flexdir-right h1 {
        font-size: 40px;
        line-height: normal;
    }
    ul.breadcrumb {
        margin-bottom: 0;
    }
    section.article-section h1 {
        margin: 30px auto;
        font-size: 30px;
        line-height: normal;
    }
    .articles p {
        font-weight: 300;
    }
    .banner-caption-flexdir-right.home-banner {
        flex-direction: column;
        justify-content: center;
    }
    section.content .row {
        margin-bottom: 25px;
    }
    .pa-cont .list-heading {
        right: auto;
        width: 100%;
        margin-top: 0;
    }
    .pa-cont ul.pc-category {
        text-align: left;
    }
    .list-heading ul li {
        margin: 0;
        padding: 5px;
    }
    ul.pc-category li {
        font-size: 16px;
    }
    section.content {
        padding: 70px 10px 0px;
    }
    .prodbar-head h1 {
        text-align: left;
        min-width: auto;
    }
    .banner-caption-flexdir-left h1 {
        line-height: normal;
    }
    .articles .col-md-4 {
        text-align: left;
    }
    .flex-dir {
        margin-top: 25px;
    }
    section.content.wellness {
        padding: 70px 10px 0px;
    }
    .wellness .pa-cont ul.pc-category {
        padding-left: 0;
    }
    .article-section .articles img {
        height: auto;
    }
    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 0 10px 0 20px;
    }
    nav.navbar.navbar-expand-lg.home-nav {
        padding: 10px 10px 10px 20px;
    }
    .banner-caption-flexdir-right .col-md-6 {
        display: flex;
        justify-content: flex-end;
        align-content: flex-end;
        margin-right: 0;
        margin-right: 0%;
        margin-top: 40px;
        width: 100%;
        padding-right: 20px;
        max-width: 100%;
    }
    .banner-caption-flexdir-left .col-md-6 {
        display: flex;
        justify-content: flex-start;
        align-content: flex-start;
        margin-right: 0;
        margin-left: 0%;
        margin-top: 40px;
        width: 100%;
        padding-left: 20px;
        max-width: 100%;
    }
    div#navbarSupportedContent ul {
        padding-top: 0px;
    }
    .bannerimg {
        max-height: 720px;
        background-position: center;
    }
    section.site-content .c-heading {
        max-width: 100%;
        margin: 0 auto;
        padding: 20px 25px;
    }
    .para.privacy-policy {
        max-width: 100%;
        margin: 0 auto;
        padding: 20px 25px;
    }
    .para.indented-text strong {
        margin-left: 0;
    }
    ul.pe-imgs li img {
        margin-bottom: 10px;
    }
    .spc-article-row {
        flex-direction: column;
    }
    .para.indented-text ul {
        padding-left: 0;
        padding-top: 5px;
    }
    .pa-cont p {
        text-align: left;
    }
    .direction {
        margin-left: 0;
    }
    section.social-feed ul li img {
        width: 200px;
    }
    .umb-grid .travel-bag:first-child .col-md-2 img {
        max-width: 100%;
    }
    .umb-grid .travel-bag:first-child .col-md-10 {
        margin-left: 0;
        max-width: 100%;
        align-self: unset;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 0;
    }
    ul.float-right ul.dropdown-menu.show {
        padding-top: 0 !important;
    }
    .registration-form .col-sm-6 {
        margin-bottom: 15px;
    }
    .registration-form .row {
        margin-bottom: 0 !important;
    }
    section.social-feed {
        margin-bottom: 0px;
    }
    a.navbar-brand img {
        height: 21px !important;
    }
    .float-right li a#navbarDropdown {
        top: 5px;
    }
    .search-container {
        margin: 1px 2px;
    }
}

@media screen and (max-width: 680px) {
    section.article-section.articles .column img {
        width: 100%;
    }
    section.social-feed ul li img {
        width: 100%;
    }
    section.social-feed ul {
        flex-wrap: unset;
    }
    .container.contact .para {
        flex-direction: column;
    }
    .contact-info {
        margin-left: 0;
    }
    .container.contact .address {
        font-size: 24px;
        line-height: 40px;
        max-width: 529px;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .banner-caption-flexdir-right.home-banner h1 {
        font-size: 30px;
        line-height: normal;
        padding: 10px 10px;
        white-space: normal;
    }
    .banner-caption-flexdir-left h1 {
        letter-spacing: 2px;
        font-size: 20px;
        padding: 10px;
    }
    .banner-caption-flexdir-right.home-banner p {
        font-size: 14px;
    }
    .banner-textbrief {
        font-size: 14px;
        padding: 0 20px;
        margin-top: 10px;
    }
    .banner-caption-flexdir-right h1 {
        font-size: 30px;
    }
    .prodbar-head h1 {
        font-size: 32px;
    }
    section.content.health {
        padding: 10px 10px 0px;
    }
    .f-links ul li .form-group {
        width: 100%;
    }
    button.accordion.minus.active,
    button.accordion.minus {
        padding-left: 0;
    }
    .banner-caption-flexdir-left {
        height: 792px;
    }
    ul.breadcrumb {
        padding: 0 20px 10px;
    }
    .banner-caption-flexdir-left p {
        max-width: 100%;
        margin: 30px 10px 0;
    }
    ul.pe-imgs {
        flex-direction: column;
    }
    ul.float-right {
        width: 40%;
        justify-content: flex-end;
    }
    .schedule-form {
        flex-direction: column;
    }
    .c-heading h1 {
        font-size: 28px;
    }
    section.caption-image .col-md-4 {
        width: 100%;
        text-align: center;
    }
    section.article-section h1 {
        line-height: normal;
        font-size: 30px;
    }
    footer {
        padding: 10px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .f-links {
        align-items: start;
        flex-direction: column;
        padding-right: 30px;
    }
    section.caption-image img,
    section.article-section .articles img {
        width: 100%;
    }
    .editorial-link {
        margin: 20px 0 0px;
    }
    .palm-spring-logo .img-logo {
        top: 25%;
        z-index: 9;
    }
    .palm-spring-logo .img-logo h5 {
        letter-spacing: 6px;
        font-size: 16px;
    }
    section.content.wellness {
        padding: 50px 10px 0px;
    }
    section.content.health {
        padding: 50px 10px 0px;
    }
    section.content.wellness {
        padding: 50px 10px 0px;
    }
    .pa-cont ul.pc-category {
        padding-left: 0;
    }
    nav.navbar.navbar-expand-lg.home-nav {
        padding: 10px;
    }
    .flex-dir {
        width: 90%;
        margin: 20px auto 20px;
    }
    .para {
        padding: 0 30px 0 20px;
    }
    .para ul.pe-imgs li {
        margin: 0;
    }
    section.article-section {
        padding: 0 20px;
    }
    .banner-caption-flexdir-right h1 {
        font-size: 26px;
        padding: 10px;
    }
    .banner-caption-flexdir-left {
        padding: 0 20px;
    }
    .banner-caption-flexdir-right {
        padding: 0 20px;
    }
    section.article-section h1 {
        font-size: 22px;
        padding: 0;
    }
    .articles h4 {
        font-size: 16px;
        line-height: normal;
        padding: 0 0px 23px;
    }
    section.article-section .articles .col-md-4 p {
        padding: 0;
    }
    .social-icons {
        padding: 0;
        position: fixed;
        margin: 0 auto;
        left: 0;
        top: auto;
        bottom: 0;
        z-index: 9;
        width: 160px;
        right: 0;
    }
    .social-icons ul.socials {
        background: #a57e6b;
        display: inline-block;
        padding: 8px;
        border-radius: 5px 5px 0px 0;
        padding: 6px;
        margin-bottom: 0;
        width: 160px;
        display: flex;
        justify-content: space-around;
    }
    .social-icons ul.socials li {
        padding: 0;
    }
    .social-icons ul.socials li a {
        font-size: 18px;
    }
    .three-imgs {
        flex-direction: column;
    }
    .th-text {
        width: 100%;
    }
    .th-para {
        margin: 0px auto 20px;
        flex-direction: column;
    }
    .cs-img-section {
        flex-direction: column;
    }
    .cs-img-section .div1 img {
        height: auto;
    }
    section.site-content.login-section .c-heading {
        padding-left: 20px;
    }
    section.content.wellness.otp-section {
        padding-left: 5px;
    }
    footer {
        padding: 10px 30px 80px;
        margin: 10px auto 0;
    }
    p.copyright {
        text-align: center;
        position: absolute;
        max-width: 1440px;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 50px;
        font-size: 14px;
    }
    nav.navbar.navbar-expand-lg.home-nav {
        padding: 10px 10px 10px 20px;
    }
    section.content.wellness {
        padding: 70px 15px 0px 10px;
    }
    .umb-grid .travel-bag:first-child .col-md-10 {
        width: 100%;
    }
    .umb-grid .travel-bag:first-child .col-md-10 {
        margin-left: 0;
        max-width: 730px;
        align-self: auto;
        justify-content: flex-end;
        align-items: flex-end;
        margin-top: 20px;
    }
    .umb-grid .travel-bag:first-child {
        padding: 50px 20px !important;
    }
    .pa-cont ul.pc-category {
        margin-top: 20px !important;
    }
    .btn-read {
        margin: 30px auto 10px;
    }
    .spc-article-column p {
        margin-top: 0 !important;
        margin-bottom: 25px !important;
    }
    .articles .column p {
        padding: 0 0px;
    }
    nav.navbar.navbar-expand-lg.home-nav .search {
        border-radius: 30px !important;
        top: 50px;
    }
    .home-nav ul.float-right li a {
        margin: 0 0px;
    }
}

@media screen and ( max-width: 480px) {
    section.social-feed ul {
        flex-direction: column;
    }
    .banner-caption-flexdir-right.home-banner h1 {
        letter-spacing: 1px;
        font-size: 55px;
        line-height: 96px;
        text-align: right;
        margin: 5px 0;
    }
}

@media (min-width: 420px) and (max-width: 579px) {
    nav.navbar.navbar-expand-lg.navbar-light .search:focus {
        left: -180px;
        padding-left: 10px;
        width: 220px;
        top: 50px;
    }
    .search:focus {
        left: -180px;
        padding-left: 10px;
        width: 220px;
        top: 50px;
    }
}

@media screen and ( max-width: 419px) {
    nav.navbar.navbar-expand-lg.navbar-light .search:focus {
        width: 200px;
        left: -147px;
        top: 50px;
    }
    .navbar-light ul.float-right li a {
        margin: 0 5px;
    }
    .navbar-toggler {
        padding: .25rem .5rem;
    }
    nav.navbar.navbar-expand-lg.navbar-light .searchbutton {
        left: 10px;
    }
}

div.pe-imgs ul li {
    list-style-type: none;  /*yb*/
}
