/**
Theme Name: Beleza Child 01
Text Domain: beleza
Template: beleza
*/
/*@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"); */
/* basic codes  */
body {
    font-size: 16px;
    line-height: 1.5 !important;
    font-weight: 400;
    background-color: #fff !important;
    font-family: Nunito !important;
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'milkshake';
    src:
        url('./fonts/milkshake-webfont.woff') format('woff'),
        url('myfont.woff') format('woff'),
        url('myfont.ttf') format('truetype');
    font-display: swap;
}
.home
    .mkdf-content
    .mkdf-content-inner
    > .mkdf-container
    > .mkdf-container-inner {
    padding-top: 0;
}
.hide-temp {
    display: none;
}
.wpcf7-form textarea {
    max-height: 180px;
}
.banner-text h2,
.banner-text2 h2 {
    font-size: 52px;
}
.banner-text2 h2 {
    font-size: 52px;
}
.mkdf-page-header {
    background-color: #1a787e;
}
.banner-video p {
    font-family: 'FuturaLT', sans-serif !important;
}
.mkdf-main-menu > ul > li > a {
    font-family: 'FuturaLT', sans-serif !important;
}
.mkdf-main-menu > ul > li > a {
    letter-spacing: 1px !important;
}
h1,
h2 {
    font-family: milkshake;
    text-transform: initial;
    letter-spacing: 0px;
}
/* h1, h2{font-family:Nunito; text-transform:initial;   letter-spacing: 0px;} */
p,
ul li {
    font-size: 16px;
    font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
p {
    padding-bottom: 15px !important;
    letter-spacing: 0em;
}
ul li {
    font-size: 16px;
    padding-bottom: 10px;
    list-style: none;
}
ul li {
    position: relative;
    padding-left: 15px;
}
::selection {
    background: #1a787e;
    color: #fff;
    border-radius: 10%;
}

.p10 {
    padding: 10px;
}
.p20 {
    padding: 20px;
}
.p30 {
    padding: 30px;
}
.p40 {
    padding: 40px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pt-10 {
    padding-top: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mt-20 {
    margin-top: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mt-50 {
    margin-top: 50px;
}
.p-0 {
    padding: 0;
}
.mb-0 {
    margin-bottom: 0px;
}
.m-0 {
    margin: 0px;
}
.img-100 {
    width: 100%;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-50 {
    padding-left: 50px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-40 {
    padding-right: 40px;
}
.pr-50 {
    padding-right: 50px;
}
.fw-7 {
    font-weight: 700;
}
.fw-6 {
    font-weight: 600;
}
.fw-5 {
    font-weight: 500;
}
a {
    text-decoration: none !important;
}
.uppercase {
    text-transform: uppercase;
}
.bg-center {
    background-position: center;
}
/* basic codes close  */
/*colors*/
.bg-gold {
    background-color: #f5f2e8;
    color: #fff;
}
.gold {
    color: #9d873c;
}
.bg-green {
    background-color: #1a787e;
}
.bg-yellow {
    background-color: #c6b784;
}
.bg-white {
    background-color: #fff;
}
.bg-l-white {
    background-color: #fafbfc;
}
.green {
    color: #1a787e;
}
.yellow {
    color: #9c8c55;
}
.white {
    color: #fff;
}
.grey {
    color: #333333;
}
.ye-btn {
    color: #aa9960;
}
.ye-bg {
    background-color: #aa9960;
    color: #fff;
}
.gre-btn {
    color: #1a787e;
}
.fw-400 {
    font-weight: 400;
}
.fw-600 {
    font-weight: 600;
}
.fw-500 {
    font-weight: 500;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 700;
}
/*colors close*/
/*other*/
.gold-list ul li {
    position: relative;
}
.gold-list ul li::before {
    width: 6px;
    height: 6px;
    background: #9d873c;
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    border-radius: 50%;
}
.sign-up-f p {
    color: #333;
    font-size: 18px;
}
.htl h1,
.htl h2,
.htl h3 {
    color: #1a787e;
    padding-bottom: 20px;
    text-transform: initial;
}
.bg-grey {
    background: #fafbfc;
}
.bdr-btn-y {
    border: 1px solid #9c8c55;
    background: none;
    color: #9c8c55 !important;
}
.bdr-btn-y:hover {
    border: 1px solid #9c8c55;
    background: #9c8c55;
    color: #fff;
}
.mkdf-btn.mkdf-btn-outline,
.mkdf-btn.mkdf-btn-solid {
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 14px;
}
.box-option h4,
.facil-option h4 {
    color: #9c8c55;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.facil-option h4 {
    text-transform: capitalize;
}
.box-option p,
.facil-option p {
    color: #333;
}
.ho-rom-se .vc_column-inner {
    padding-top: 0px !important;
    padding-left: 0px;
}
.ho-rom-se-l .vc_column-inner {
    padding-top: 0px !important;
    padding-right: 0px;
}
.facility-slider .icon-prev:before,
.facility-slider .icon-next:before {
    color: #fff;
    font-size: 50px;
}
.ho-rom-se-l,
.ho-rom-se {
    background-color: #fff;
}
.home-testi {
    background: url(https://belezagoa.com/wp-content/uploads/2021/04/testi-bg.jpg)
        no-repeat center;
    background-size: cover;
}
.home-testimonial h2,
.home-testimonial p {
    text-align: center;
}
.home-testimonial .mkdf-st-title {
    padding: 0px 0px 0px 0px !important;
}
.current_page_item a {
    position: relative;
}
.current_page_item .item_text::after {
    border-bottom: 1px solid #fff;
    position: absolute;
    content: '';
    bottom: -15px;
    left: 0px;
    height: 1px;
    background: #fff;
    width: 100%;
} /*.your-email input, .your-name input, .go{border: 2px solid #1b787f!important; color:#333!important; background:#c7b784!important;}*/
.banner-video {
    position: relative;
    margin-bottom: -7px;
}
.banner-text {
    padding: 35px;
    z-index: 99;
    bottom: 30%;
}
.banner-text-btn a {
    background: #aa9960;
    padding: 10px 15px;
    width: auto;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: none;
}
.home-testimonial .owl-nav {
    position: relative;
}
.home-testimonial .mkdf-testimonials-holder .owl-nav .owl-prev,
.home-testimonial .mkdf-testimonials-holder .owl-nav .owl-next {
    border-radius: 50%;
    border: 1px solid #aa9961;
    width: 35px;
    height: 35px;
    background: none;
}
.mkdf-owl-slider .owl-nav .mkdf-bottom-part,
.mkdf-owl-slider .owl-nav .mkdf-top-part {
    width: 10px;
    top: 40%;
    left: 20%;
    background: #aa9961;
}
.home-testi {
    color: #1a787e;
}
.mkdf-testimonials-holder .mkdf-testimonial-content {
    background: #fff;
}
.mkdf-btn {
    padding: 5px 20px;
}
#nav-menu-item-13606 .item_outer,
#sticky-nav-menu-item-13606 .item_outer {
    background: #aa9961;
    color: #fff;
    padding: 20px 20px;
}
#nav-menu-item-13606 .item_outer:hover,
#sticky-nav-menu-item-13606 .item_outer:hover {
    background: #1a787e;
}
.mkdf-page-header .mkdf-menu-area {
    background-color: rgba(0, 0, 0, 0);
}
.mkdf-page-footer .mkdf-footer-top-holder .mkdf-footer-top-inner.mkdf-grid {
    padding: 15px 0 10px;
}
.mkdf-page-footer
    .mkdf-footer-bottom-holder
    .mkdf-footer-bottom-inner.mkdf-grid {
    padding: 0px 0 0px;
}
.mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-testimonial-content {
    padding: 70px 40px 40px;
} /*.mkdf-menu-area{ background:url(./images/0menu-bg.png) repeat-x left bottom;}*/
.test h2,
.mkdf-testimonial-author {
    font-family: 'Nunito Sans', sans-serif !important;
    color: #1a787e;
    font-size: 24px !important;
    font-weight: 700;
}
.mkdf-main-menu > ul > li > a {
    font-weight: 700 !important;
}
.mkdf-testimonial-author {
    text-transform: capitalize;
    font-weight: 600;
    color: #9c8c55;
    font-size: 18px !important;
}
.mkdf-testimonials-holder.mkdf-testimonials-standard
    .mkdf-testimonial-image
    img {
    min-width: 120px;
}
.mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-testimonial-image {
    top: -100px;
}
.mkdf-sticky-header .mkdf-sticky-holder {
    border-bottom: none;
}
.home-testi
    .vc_row-has-fill
    + .vc_row
    > .vc_column_container
    > .vc_column-inner {
    padding-top: 0px;
}
/*innerpage*/
.mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner {
    padding-top: 0px !important;
}
.mkdf-blog-list-holder .mkdf-bli-inner {
    background: #fff;
}
.mkdf-blog-list-holder .mkdf-bli-content {
    padding: 0px 20px 20px 20px;
}
.event-on h4 {
    font-size: 18px;
    color: #1a787e;
}
.wdc-r h4,
.wdc-l h4 {
    color: #fff;
    font-weight: 700;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: none !important;
}
.gallery-carousel .mkdf-owl-slider .owl-item {
    padding: 0 10px 0 10px;
}
.subscribe-form ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.page-id-13756 .mkdf-owl-slider .owl-nav .owl-next {
    right: -20px !important;
}
.page-id-13756 .mkdf-owl-slider .owl-nav .owl-prev {
    left: -20px !important;
}
.page-id-13756 .mkdf-owl-slider .owl-nav.disabled {
    display: block;
}
.mkdf-title-holder .mkdf-title-wrapper .mkdf-page-title .mkdf-page-title-text {
    text-shadow: 0px 2px rgba(0, 0, 0, 0.8);
}
.mkdf-title-holder.mkdf-centered-type.mkdf-has-separator
    .mkdf-page-title
    .mkdf-page-title-text:after {
    border-bottom: none !important;
}
.page-id-13846 .mkdf-title-holder.mkdf-centered-type .mkdf-page-subtitle {
    position: absolute;
    top: 80%;
}
.well-c h4 {
    color: #1a787e;
    font-weight: 600;
}
.mega-info-desc p {
    color: #1a787e;
}
.tour-ingoa a {
    color: #9d873c;
    font-size: 20px;
    font-weight: 700;
    cursor: text;
    text-align: left !important;
}
#tsm-goa .mkdf-post-image {
    margin-bottom: 10px;
}
.tour-ingoa::after {
    display: none;
}
#tsm-goa p {
    color: #065156;
}
#tsm-goa p strong {
    font-weight: 700;
    color: #9d873c;
    font-size: 16px;
}
#tsm-goa .mkdf-blog-list-button {
    display: none;
}
.room-fe ul {
    padding: 0px;
}
.room-fe ul li {
    padding-left: 0px;
}
.row.heading h2 {
    color: #fff;
    font-size: 52.52px;
    line-height: 95px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 40px;
    padding-bottom: 20px;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.heading.heading-icon {
    display: block;
}
.padding-lg {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
}
.our-webcoderskull .cnt-block {
    width: 100%;
    margin: 0 0 10px;
}
.our-webcoderskull .cnt-block figure {
    width: 148px;
    height: 70px;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 15px;
}
.our-webcoderskull .cnt-block h3 {
    color: #1a787e;
    font-size: 20px;
    font-weight: 600;
    padding: 6px 0;
    text-transform: inherit;
}
.our-webcoderskull .cnt-block h3 a {
    text-decoration: none;
    color: #2a2a2a;
}
.our-webcoderskull .cnt-block h3 a:hover {
    color: #337ab7;
}
.book a,
.know-m,
.mkdf-btn.mkdf-btn-solid {
    border: none;
    font-size: 14px;
    font-weight: 600;
    background: #aa9961;
    color: #fff;
    padding: 10px 20px;
}
.mkdf-btn.mkdf-btn-solid {
    padding: 5px 20px;
}
.book a:hover,
.know-m:hover,
.mkdf-btn.mkdf-btn-solid:hover,
.mkdf-btn.mkdf-btn-solid:not(.mkdf-btn-custom-border-hover):hover {
    background: #1a787e !important;
    color: #fff;
    border: none;
}
.room-fe h4 {
    font-size: 16px;
    font-weight: 800;
    padding-bottom: 0px;
    margin-bottom: 0px;
    position: relative;
    color: #aa9961;
}
.room-fe h4::after {
    position: absolute;
    height: 2px;
    width: 36px;
    border-bottom: 1px solid #aa9961;
    bottom: 15px;
    left: 0px;
    content: '';
}
.room-fe p {
    margin-bottom: 0px;
}
.other-acco p,
.other-acco h4 {
    color: #1a787e;
}
.other-acco h4 {
    font-size: 18px;
    font-weight: 700;
}
#gall-acc ul.image-gallery li {
    padding-left: 0px;
}
#gall-acc .lslide.active img {
    width: 100%;
}
.lSAction .lSPrev {
    background-image: url(./images/prev-a.png);
}
.lSAction .lSNext {
    background-image: url(./images/next-a.png);
}
.lSAction .lSPrev,
.lSAction .lSNext {
    width: 50px;
    height: 70px;
    background-position: center !important;
    background-repeat: no-repeat;
    top: 43.5%;
}
.lSSlideOuter .lSPager.lSGallery li,
.lSSlideOuter .lSPager.lSGallery li.active {
    border-radius: 0px;
}
.lSSlideOuter .lSPager.lSGallery {
    transform: translate(-50%) !important;
    left: 50%;
    position: relative;
}
.lnr-chevron-right:before {
    font-size: 20px;
    font-weight: 700;
}
.mkdf-bl-standard-pagination ul li a {
    color: #9c8a58 !important;
    font-size: 20px;
}
.mkdf-bl-standard-pagination ul li::active {
    color: #9c8a58 !important;
    font-weight: 700;
}
.con-us-a li.email::before {
    content: '\f0e0';
    font: normal normal normal 16px/1 FontAwesome;
    width: 30px;
    height: 30px;
    color: #c6b784;
    left: 0px;
    position: absolute;
    top: 5px;
    padding-right: 20px;
}
.con-us-a li {
    position: relative;
    padding-left: 26px;
}
.con-us-a li.ph::before {
    content: '\f10b';
    font: normal normal normal 26px/1 FontAwesome;
    width: 30px;
    height: 30px;
    color: #c6b784;
    left: 0px;
    position: absolute;
    top: 0px;
    padding-right: 20px;
}
.connect-w h4 {
    font-size: 18px;
}
.contact-text-btn {
    background: #aa9960 !important;
    padding: 5px 20px !important;
    width: auto;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: none;
}
.contact-text-btn:hover {
    background: #1a787e !important;
    color: #fff;
}
.packages-m,
.sp-packages-m {
    text-align: center;
    padding-bottom: 30px;
}
.packages-m .vc_column-inner {
    padding: 0px;
}
.packages-m h3,
.sp-packages-m h3 {
    font-weight: 700;
    text-transform: initial;
    padding: 20px;
    font-size: 24px;
}
.packages-m p {
    padding: 0px 16%;
    position: relative;
    margin-bottom: 0px;
}
.sp-packages-m p,
.sp-packages-m li {
    padding: 0px 5%;
    position: relative;
    margin-bottom: 0px;
}
.sp-packages-m p {
    padding-bottom: 10px !important;
}
.packages-m p::after,
.sp-packages-m p::after {
    content: '';
    transform: translate(-50%) !important;
    left: 50%;
    width: 50px;
    height: 1px; /*background:#aa9960;*/
    position: absolute;
    bottom: 14px;
}
.packages-m .mkdf-st-text,
.sp-packages-m .mkdf-st-text {
    color: #1a787e;
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif !important;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-style: normal;
}
.packages-m h4,
.sp-packages-m h4 {
    font-size: 50px;
    font-weight: 800;
    padding-bottom: 0px !important;
}
.packages-m h4::before,
.sp-packages-m h4::before {
    content: '';
    width: 19px;
    height: 24px;
    background: url(./images/r.png) no-repeat center;
    position: absolute;
}
.packages-m h5,
.sp-packages-m h5 {
    font-weight: 800;
    text-transform: inherit;
    font-size: 20px;
    padding-bottom: 10px !important;
}
.packages-m p:last-child::after {
    display: none;
}
.packages-m span.mkdf-st-text,
.sp-packages-m span.mkdf-st-text {
    font-size: 16px;
    line-height: 13px;
}
.packages-m h6,
.sp-packages-m h6 {
    font-family: 'Nunito Sans', sans-serif !important;
    font-style: inherit;
    font-size: 16px;
    padding: 0px 16%;
}
.mkdf-owl-slider .owl-nav .mkdf-bottom-part,
.mkdf-owl-slider .owl-nav .mkdf-top-part {
    height: 2px;
}
.mkdf-main-menu > ul > li > a {
    padding: 0 13px;
}
.mkdf-testimonial-image img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
}
.mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid > ul > li > a,
.mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid > ul > li > h5 {
    color: #1a787e;
}
.mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid > ul > li > a:hover,
.mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid > ul > li > h5:hover {
    color: #c59d5f;
}
.lnr-menu:before {
    content: '\e871';
    font-weight: 700;
    font-size: 30px;
    color: #1a787e;
}
.email-s p {
    font-weight: 700;
}
.sp-packages-m {
    margin-bottom: 0px;
}
.sp-packages-m .vc_column-inner {
    padding-top: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
}
.fw-7 p {
    font-weight: 700;
}
div.wpcf7-response-output {
    margin: 10px 0em 0em;
}
input:-internal-autofill-selected {
    background: none !important;
}
#home-banner .wpb_row {
    margin-bottom: -3.5px !important;
}
.sp-packages-m .bdr-btn {
    border: 1px solid #c59d5f;
    background: none;
    color: #1a787e;
    font-size: 13px;
}
.sp-packages-m .bdr-btn:hover {
    border: 1px solid #1a787e;
}
.sp-packages-m .vc_column-inner {
    transition: all 0.75s ease-in-out;
}
.sp-packages-m .vc_column-inner:hover {
    -webkit-box-shadow: -1px 8px 7px -2px rgba(0, 0, 0, 0.4);
    box-shadow: -1px 8px 7px -2px rgba(0, 0, 0, 0.4);
}

.p-signup .wpcf7-form-control.wpcf7-text {
    width: 100%;
    margin: 0 0 15px;
    padding: 10px 24px;
    font-family: inherit;
    font-size: 14px;
    line-height: 18px;
    font-weight: inherit;
    color: #383838;
    background-color: transparent;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: border-color 0.2s ease-in-out;
    -moz-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}
#sign-upn .post-password-form input[type='submit'],
#sign-upn input.wpcf7-form-control.wpcf7-submit {
    line-height: 14px !important;
}
.admin-bar .mkdf-sticky-header.header-appear {
    margin-top: 0px !important;
}
.mkdf-sticky-header .mkdf-sticky-holder .mkdf-vertical-align-containers {
    padding: 0px !important;
}
.vc_images_carousel .vc_carousel-control {
    width: 80px;
    height: 50px;
    opacity: 0.8;
}
.vc_images_carousel .vc_carousel-control .icon-prev:before {
    content: '\f104';
    font: normal normal normal 60px/1 FontAwesome !important;
}
.vc_images_carousel .vc_carousel-control .icon-next:before {
    content: '\f105';
    font: normal normal normal 60px/1 FontAwesome !important;
}
#distance .mkdf-iwt-title {
    padding-top: 25px;
    font-weight: bold;
}
#mute {
    cursor: pointer;
    position: absolute;
    right: 15px;
    background-size: 55%;
    z-index: 999999;
    background-color: #aa9960;
    background-position: center;
    padding: 15px;
    border-radius: 0px;
    background-repeat: no-repeat;
}
.phone-email-con {
    position: fixed;
    right: 0px;
    width: 80px;
    z-index: 999999;
}
.enphone,
.enmail {
    cursor: pointer;
    position: absolute;
    right: 0px;
    background-size: 55%;
    z-index: 999999;
    background-color: #aa9960;
    background-position: center;
    border-radius: 0px;
    background-repeat: no-repeat;
    text-align: center;
}
.enphone {
    top: 50px;
}
.enmail {
    top: 100px;
}
.enphone img,
.enmail img {
    text-align: center;
    padding-top: 10px;
}
.mkdf-title-holder {
    z-index: -1;
}
#mkdf-back-to-top {
    right: 36px !important;
    bottom: 102px !important;
}
#mkdf-back-to-top > span {
    background-color: #aa9960;
    border: 1px solid #aa9960;
}
.banner-text-btn a:hover,
.enphone:hover,
.enmail:hover,
#mute:hover {
    background-color: #1a787e;
}
.vc_images_carousel .vc_carousel-control .icon-prev:hover:before,
.vc_images_carousel .vc_carousel-control .icon-next:hover:before {
    color: #1a787e;
}
.seat-table thead {
    background: #ece9dc;
}
.seat-table tbody {
}
.table thead th {
    border: none !important;
}
.table td,
.table th {
    color: #1a787e;
}
table tbody tr,
table thead tr {
}
.seat-table thead {
    border-bottom: 1px solid #aa9960;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 1);
}
.table thead th {
    border-bottom: 0px;
}
.table thead th {
    vertical-align: top !important;
}
#room-feat ul li {
    padding-left: 0px;
}
.attrac a {
    text-decoration: underline !important;
}
.rmf-br ul li:first-child {
    text-decoration: underline;
    color: #aa9961;
}
.rmf-br ul {
    margin-bottom: 10px;
}
video {
    background: transparent
        url('https://belezagoa.com/wp-content/uploads/2021/03/banner-bg.webp')
        no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.modal {
    z-index: 99999999 !important;
}
.mkdf-page-footer {
    z-index: 50 !important;
}
.modal-backdrop.show {
    display: none !important;
}
.modal-content {
    -webkit-box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.48);
    background: url(./images/popup.jpg) no-repeat top;
    background-size: cover;
}
.pp-home h3 {
    color: #fff;
}
.pp-home {
    text-align: center;
    padding: 0px 15px 20px 15px !important;
}
.pp-btn {
    padding-top: 10px;
}
.pp-btn a {
    padding: 12px 30px;
    background: #aa9961;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding-right: 15px;
}
.pp-btn a:hover {
    background: #1a787e;
    color: #fff;
}
.pp-home h3 {
    padding-bottom: 40px;
}
.close .fa-close {
    font-size: 24px;
    color: #fff;
    padding-top: 15px;
    padding-right: 15px;
}
.pp-logo-area {
    background: url(./images/popup-pattern.jpg) no-repeat center;
    text-align: center;
    position: relative;
    min-height: 150px;
}
.pp-logo {
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    top: 15%;
}
.close {
    opacity: 1 !important;
}

/* footer*/
.foot-nd-r {
    border-top: 1px solid #c6b784;
    margin: 0px 15px 10px 15px;
    padding-top: 20px;
}
.foot-nd-r p {
    font-size: 12px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-align: center;
}
.foot-nd-r p a {
    white-space: nowrap;
}
.mkdf-social-icon-widget-holder {
    padding: 7px;
}
footer.mkdf-page-footer.f-beleza {
    margin-top: -2px;
}
#myElementContainer {
    position: relative;
}

/* menu*/
.mkdf-default-nav ul li a {
    color: #fff;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
}
.mkdf-default-nav ul li a:hover {
    color: #aa9960;
}
.mkdf-default-nav a.current {
    color: #fff !important;
}
.mkdf-sticky-nav ul li a {
    color: #1a787e;
}
.mkdf-sticky-nav ul li a:hover {
    color: #aa9960;
}
.mkdf-main-menu > ul > li > a {
    text-transform: inherit !important;
}
.mkdf-blog-share {
    display: none;
}
.single-post .mkdf-title-holder {
    background-color: #1a787e;
}
.single-post .mkdf-default-nav ul li a {
    color: #aa9960;
}

/* Gautam Style */
.widget.widget_nav_menu ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.widget.widget_nav_menu ul li {
    float: left;
    margin-right: 15px;
}

.mkdf-page-footer .mkdf-footer-top-holder .mkdf-footer-top-alignment-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.archive .mkdf-sidebar-holder h2 {
    font-family: 'Nunito';
    font-size: 1.2rem;
    margin: 10px 0 0;
}
.archive .searchform button {
    border: solid 1px;
}
.archive .searchform input {
    border: solid 1px;
}
/* Gautam - Archive page styling */
.archive .mkdf-page-title {
    padding-top: 0;
    margin-top: 0;
}

.archive .entry-title {
    color: #1a787e;
    font-family: 'Nunito';
}

.archive h1 {
    font-size: 1.8rem !important;
}

.archive
    .mkdf-title-holder
    .mkdf-title-wrapper
    .mkdf-page-title
    .mkdf-page-title-text {
    text-shadow: none;
}

.post-item {
    border-bottom: 1px dashed #1a787e;
    margin: 10px 0 10px 0;
}

.post-item p {
    padding-bottom: 5px !important;
    margin-bottom: 10px;
}
/* Gautam - Archive page styling */

/* Gautam - Info list font customization */
.vc_info_list h1,
.vc_info_list h2 {
    font-family: 'Nunito';
}
/* Gautam - Info list font customization */

/* Gautam - As requested menu color change  */
.mkdf-drop-down .narrow .second .inner ul {
    background-color: #1a787e !important;
}

.mkdf-main-menu ul li ul a {
    color: #aa9961 !important;
}

/*footer .mkdf-grid {
	margin: 0 10px;
}*/

.vc_custom_1682180242417,
.vc_custom_1682179854381,
.vc_custom_1682180242417 {
    min-height: 400px;
}

/* Gautam whatsapp icon */
.joinchat__button {
    box-shadow: none;
    bottom: 70px;
    right: 21px;
}

.joinchat {
    --s: 32px;
}

.joinchat__button__open {
    background: rgb(0 0 0/0) var(--joinchat-ico) 51% no-repeat;
}

/* Gautam - Bottom buttons */
.mobile-only {
    display: none;
}

.bottom-btn {
    position: fixed;
    justify-content: space-evenly;
    background-color: #1e797e;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 65px;
    box-sizing: border-box;
    box-shadow: 0px 2px 9px rgb(0 0 0) !important;
    z-index: 999;
}

.bottom-btn i {
    margin-right: 5px;
}

.bottom-btn a {
    position: fixed;
    bottom: 12px;
    width: 40%;
    align-content: center;
    text-align: center;
    background-color: #aa9960;
    color: #fff;
    padding: 10px;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-btn .call-now-btn {
    left: 53%;
}

.bottom-btn .enq-now-btn {
    left: 8%;
}

/* Gautam Weddings form */
/* causing issue of fixed phone and email section was overlaying whole form, so form was not accessible. */
/*.mkdf-row-grid-section {
	position: fixed;
}*/

/*Cookie policy banner*/
.cookie-policy-banner {
    position: fixed;
    width: 100%;
    background-color: #aa9960;
    bottom: 0px;
    left: 0px;
    font-family: Nunito !important;
    color: #ffffff;
    z-index: 100;
    box-shadow: rgba(100, 100, 111, 0.65) 0px 0px 25px 0px;
}
.cookie-policy-banner-in {
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cookie-policy-banner-in p {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.cookie-policy-banner-in p a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline !important;
}
.cookie-policy-banner-in p a:hover {
    color: #1a787e;
}
.cookie-policy-banner-in .got-it-btn a {
    background: #ffffff;
    color: #aa9961;
    padding: 10px 25px;
    font-size: 17px !important;
    font-weight: 700;
    min-width: 130px;
    display: inline-block;
    text-align: center;
}
.cookie-policy-banner-in .got-it-btn a:hover {
    background: #1a787e;
    color: #ffffff;
}

/* Responsive */

/* Mobile */
@media screen and (max-width: 767px) {
    .mkdf-mobile-header .mkdf-mobile-nav {
        display: none;
        background-color: rgba(255, 255, 255, 0.9) !important;
        border-bottom: 1px solid #d0d0d0;
        padding-top: 20px;
    }

    /* Bottom buttons */
    .mobile-only {
        display: flex !important;
    }

    #mkdf-back-to-top {
        bottom: 121px !important;
    }

    .text-right {
        text-align: center;
    }
    .text-left {
        text-align: center;
    }
    .pb-60 {
        padding-bottom: 30px;
    }
    .pt-60 {
        padding-top: 30px;
    }
    .m-pb20 {
        padding-bottom: 20px;
    }
    .m-pb30 {
        padding-bottom: 30px;
    }
    .mb-60 {
        margin-bottom: 30px !important;
    }
    .mt-30 {
        margin-top: 30px;
    }
    #media_image-2 {
        text-align: center;
    }
    #menu-footer-menu-1 {
        text-align: center;
    }
    .mkdf-social-icon-widget-holder .mkdf-social-icon-widget {
        margin-right: 10px;
        margin-left: 13.5px;
    }
    .home-testimonial .owl-nav {
        bottom: 600px;
    }
    .mkdf-testimonials-holder .mkdf-testimonial-content {
        min-height: auto;
    }
    .about-us h3 {
        font-size: 24px;
    }
    .page-id-13846 .mkdf-title-holder.mkdf-centered-type .mkdf-page-subtitle {
        transform: translate(-20%);
        left: 20%;
        padding: 15px 2% !important;
        background: #aa9960;
        font-size: 12px;
        width: 100%;
    }
    .abt-sec {
        margin-top: 0px;
    }
    .facil .mega-info-desc p {
        margin-bottom: 0px;
    }
    .wdc-r,
    .wdc-l {
        text-align: center;
    }
    .mkdf-page-title {
        padding-top: 30px;
        font-size: 30px;
    }
    .mee-sys .vc_column-inner.vc_custom_1556022496165 {
        height: 350px;
    }
    .packages-m h4::before {
        left: 15%;
    }
    .page-id-13756 h2.mkdf-st-title {
        text-align: center;
    }
    .email-s,
    .btn-go {
        text-align: center;
    }
    .your-email input,
    .m-text-c,
    .your-name input,
    .email input,
    .website textarea {
        text-align: center !important;
    }
    .mkdf-btn.mkdf-btn-outline,
    .mkdf-btn.mkdf-btn-solid {
        transform: translate(-50%) !important;
        left: 50%;
    }
    .page-id-14193 .mkdf-btn.mkdf-btn-outline,
    .mkdf-btn.mkdf-btn-solid {
        transform: translate(-0%) !important;
        left: 0%;
    }
    .key-iocn img {
        width: 60%;
    }
    div.wpcf7 .ajax-loader {
        position: absolute;
        bottom: -25px;
        left: 0px;
    }
    .btn-go {
        position: relative;
    }
    .con-us-a li.email::before,
    .con-us-a li.ph::before {
        display: none;
    }
    .mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid > ul > li > a,
    .mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid > ul > li > h5 {
        text-align: center;
    }
    .mkdf-owl-slider .owl-nav .mkdf-bottom-part,
    .mkdf-owl-slider .owl-nav .mkdf-top-part {
        width: 12px;
    }
    .vc_custom_1557318787272 {
        height: 400px;
    }
    #distance .distance-area {
        margin-left: 15%;
    }
    .mkdf-iwt.mkdf-iwt-icon-left .mkdf-iwt-icon img {
        width: 75%;
    }
    #distance .vc_col-sm-3 {
        width: 50%;
        float: left;
    }
    #distance .mkdf-iwt.mkdf-iwt-icon-left .mkdf-iwt-icon {
        vertical-align: inherit;
    }
    #distance .mkdf-iwt .mkdf-iwt-title-text {
        font-size: 16px;
    }
    .banner-text {
        margin-top: -8px;
    }
    #mute {
        top: 0px;
    }
    #banner-se
        .mkdf-content
        .mkdf-content-inner
        > .mkdf-full-width
        > .mkdf-full-width-inner {
        padding-top: 0px !important;
    }
    .modal {
        top: 15% !important;
    }
    .phone-email-con {
        top: 100px;
    }
    .vc_custom_1557928477987 {
        height: 350px;
    }
    .vc_custom_1558618817855 {
        min-height: 400px;
    }
    .room-fe,
    .other-acco,
    .other-acco .mkdf-st-title {
        text-align: center;
    }
    .m-booknw {
        top: 15px;
    }
    .widget.widget_nav_menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    #mkdf-back-to-top {
        right: 23px !important;
        bottom: 121px !important;
    }
}

@media screen and (min-width: 768px) {
    .mkdf-title-holder.mkdf-bg-responsive {
        margin-top: 0px;
    }
    .text-right,
    .copy-w {
        text-align: right;
    }
    .text-left,
    .foot-cw {
        text-align: left;
    }
    .pb-60 {
        padding-bottom: 60px;
    }
    .pt-60 {
        padding-top: 60px;
    }
    .mb-60 {
        margin-bottom: 60px;
    }
    .mt-60 {
        margin-top: 60px;
    }
    #menu-footer-menu-1 li {
        display: inline-block;
        padding: 0px 10px;
    }
    .home-testimonial .owl-nav {
        bottom: 170px;
    }
    .mkdf-page-title {
        padding-top: 50px;
    }
    .about-us h3 {
        font-size: 26px;
        padding-bottom: 10px !important;
    }
    .page-id-13846 .mkdf-title-holder.mkdf-centered-type .mkdf-page-subtitle {
        transform: translate(-50%);
        left: 50%;
        padding: 0px 5% !important;
    }
    h4.tour-ingoa {
        text-align: left;
    }
    #tsm-goa .mkdf-bli-content p {
        text-align: left;
    }
    .calign-left {
        text-align: left;
    }
    .wdc-l,
    .wdc-r {
        text-align: left;
    }
    .btn-go {
        margin-left: -32px;
    }
    .packages-m h4::before {
        left: 10%;
    }
    .mee-sys .vc_column-inner.vc_custom_1556022496165,
    .con-sec-re {
        min-height: 562px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }
    #distance .distance-area {
        padding: 5px 20px;
        width: 100%;
    }
    .modal {
        top: 18% !important;
    }
    .vc_custom_1557928477987 {
        height: 586px;
    }
    .mkdf-iwt-icon img {
        width: 65px;
        padding-top: 20px;
    }
    .vc_custom_1558618817855 {
        min-height: 585px;
    }
    .m-booknw {
        top: 15px;
    }
}
@media screen and (min-width: 800px) {
    .packages-m h4::before {
        left: 18%;
    }
    .btn-go input.wpcf7-form-control.wpcf7-submit {
        line-height: 14px;
    }
}
@media screen and (max-width: 1023px) {
    .pb-80 {
        padding-bottom: 40px;
    }
    .pt-80 {
        padding-top: 40px;
    }
    .box-option p {
        font-size: 16px;
    }
    .mob-only {
        display: block;
    }
    .desk-only {
        display: none;
    }
    .banner-text {
        background: #1e797e;
        color: #fff;
    }
    .banner-text h2,
    .banner-text2 h2 {
        color: #fff;
    }
    #media_image-2 {
        margin-bottom: 30px;
    }
    .mee-sys .vc_custom_1555927509759 {
        min-height: 500px;
    }
    .wdc-r,
    .wdc-l {
        min-height: 350px;
    }
    .carousel-control-prev {
        left: 15px !important;
        background: url(./images/pre-w.png) no-repeat left center;
    }
    .carousel-control-next {
        right: 15px !important;
        background: url(./images/ne-w.png) no-repeat right center;
    }
    .enphone,
    .enmail {
        height: 33px;
        width: 33px;
    }
    .enphone img,
    .enmail img {
        width: 50%;
        vertical-align: middle;
    }
    #mute {
        height: 25px;
        width: 25px;
    }
    #mute {
        top: 0px;
    }
    .pp-home h3 {
        font-size: 24px !important;
    }
    .mkdf-iwt-icon img {
        width: 80px;
        padding-top: 0px;
    }
    .m-booknw {
        right: 10px;
        padding: 7px 10px;
    }
    .cookie-policy-banner {
        bottom: 64px;
    }
    .cookie-policy-banner .mkdf-container-inner {
        width: 100%;
        padding-left: 25px;
        right: 25px;
    }
    .cookie-policy-banner-in {
        width: 92%;
        flex-wrap: wrap;
        justify-content: center;
        padding: 5% 0px;
    }
    .cookie-policy-banner-in p {
        text-align: center;
    }
    .got-it-btn {
        display: block;
        margin-top: 10px;
    }
    .con-sec-le .vc_column-inner {
        min-height: 400px !important;
    }
}
@media screen and (max-width: 1030px) {
    .mkdf-owl-slider .owl-nav .mkdf-bottom-part,
    .mkdf-owl-slider .owl-nav .mkdf-top-part {
        width: 10px;
    }
    .mkdf-owl-slider .owl-nav .mkdf-next-icon .mkdf-icon-arrow,
    .mkdf-owl-slider .owl-nav .mkdf-prev-icon .mkdf-icon-arrow {
        left: -10px;
    }
    .m-booknw {
        position: absolute;
        z-index: 999999;
        background: #aa9960;
        color: #fff;
        font-size: 14px;
        transform: rotate(0deg);
        cursor: pointer;
    }
    .m-booknw a {
        color: #fff;
    }
}
@media screen and (max-width: 1023px) {
    .sm-order-0 {
        order: 0;
    }
    .sm-order-1 {
        order: 1;
    }
}
@media screen and (min-width: 1024px) {
    .joinchat {
        --s: 54px;
    }
    .pb-80 {
        padding-bottom: 40px;
    }
    .pt-80 {
        padding-top: 40px;
    }
    h1 {
        font-size: 2.8rem !important;
    }
    .f-beleza .mkdf-grid-col-4:first-child {
        width: 18%;
    }
    .f-beleza .mkdf-grid-col-4:nth-child(2) {
        width: 63%;
    }
    .f-beleza .mkdf-grid-col-4:nth-child(3) {
        width: 19%; /*padding-top:30px;*/
    }
    #menu-footer-menu-1 {
        text-align: left;
        padding-top: 40px;
    }
    #menu-footer-menu-1 li:first-child {
        padding-left: 0px;
    }
    .foot-cw {
        padding-left: 0px !important;
    }
    .box-option p {
        font-size: 16px;
        width: 80%;
    }
    .banner-text {
        width: 35%;
        text-align: center;
    }
    .home-testi h2 {
        font-size: 36px;
    }
    .home-testimonial .mkdf-testimonials-holder .owl-nav .owl-prev {
        left: 42% !important;
    }
    .home-testimonial .mkdf-testimonials-holder .owl-nav .owl-next {
        right: 42% !important;
    }
    .banner-text {
        position: absolute; /*background:rgba(255, 255, 255, .8);*/
        color: #fff;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.8);
    }
    .banner-text h2,
    .banner-text2 h2 {
        color: #fff !important;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.8);
    }
    .home-testimonial .owl-nav {
        bottom: 50px;
    }
    .banner-text {
        left: 15%;
        width: 70%;
    }
    .banner-video video {
        /*margin-top:-100px;*/
    }
    .beleza-nd-text {
        padding-left: 30px;
        padding-top: 30px;
    }
    .foot-cw p {
        width: 70%;
    }
    .sign-p {
        padding-right: 0px !important;
    }
    .btn-go {
        padding-left: 0px !important;
        margin-left: -2px;
    }
    .sign-up-f p {
        padding-top: 18px;
    }
    .mkdf-testimonials-holder .mkdf-testimonial-content {
        min-height: 400px;
    }
    .mkdf-page-title {
        padding-top: 100px;
    }
    .calign-left {
        text-align: left;
    }
    .con-sec-le .vc_column-inner {
        min-height: 442px;
    }
    .con-sec-re,
    .wdc-r,
    .wdc-l {
        min-height: 350px;
    }
    .dine-drink .wdc-l,
    .dine-drink .wdc-r {
        min-height: 460px;
    }
    .wdc-r,
    .wdc-l {
        text-align: left;
    }
    .packages-m h4::before {
        left: 26%;
    }
    .carousel-control-next,
    .carousel-control-prev {
        display: block;
    }
    .carousel-control-prev {
        left: -50px !important;
        background: url(./images/prev.png) no-repeat left center;
    }
    .carousel-control-next {
        right: -50px !important;
        background: url(./images/next.png) no-repeat right center;
    }
    .mee-sys .vc_column-inner.vc_custom_1556022496165,
    .con-sec-re {
        min-height: 442px;
    }
    .tab-only {
        display: none;
    } /*.vc_images_carousel{margin-left: 25px;} .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline{    margin-left: -25px;} .vc_images_carousel img{ width:100%;} */
    #menu-footer-menu-1 li {
        font-size: 14px;
    }
    .phone-email-con {
        top: 33%;
    }
    .enphone,
    .enmail,
    #mute {
        height: 45px;
        width: 45px;
    }
    #mute {
        top: 50px;
    }
    .off-su-tle {
        font-size: 18px;
    }
    .pp-home h3 {
        font-size: 30px !important;
    }
    .m-booknw {
        top: 20px;
        right: 0px;
        padding: 12px 10px;
    }
}
@media screen and (min-width: 1152px) {
    .mkdf-main-menu > ul > li > a {
        font-size: 14px !important;
    }
    .mob-only {
        display: none;
    }
    .desk-only {
        display: block;
    }
    /*.vc_images_carousel{margin-left: auto;} .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline{    margin-left: auto;}*/
    .vc_images_carousel img {
        width: auto;
    }
    .vc_custom_1557928477987 {
        height: 450px;
    }
    .m-booknw {
        display: none;
    }
}
@media screen and (min-width: 1200px) {
    .pb-80 {
        padding-bottom: 80px;
    }
    .pt-80 {
        padding-top: 80px;
    }
    .f-beleza .mkdf-grid-col-4:first-child {
        width: 18%;
    }
    .f-beleza .mkdf-grid-col-4:nth-child(2) {
        width: 62%;
    }
    .f-beleza .mkdf-grid-col-4:nth-child(3) {
        width: 20%;
    }
    .home-testimonial .mkdf-testimonials-holder .owl-nav .owl-prev {
        left: 15% !important;
    }
    .home-testimonial .mkdf-testimonials-holder .owl-nav .owl-next {
        right: 15% !important;
    }
    .banner-text h2,
    .banner-text2 h2 {
        font-size: 50px;
    }
    .banner-text p {
        font-size: 20px;
    }
    .mkdf-logo-wrapper a img {
        height: 70px !important;
        margin-top: -15px;
    }
    .mkdf-sticky-header .mkdf-logo-wrapper a img {
        margin-top: -15px;
    }
    .mkdf-main-menu > ul > li {
        margin-top: 0px;
    }
    .mkdf-section-title-holder.mkdf-st-elegant .mkdf-st-title {
        padding: 0 192px 0 0;
    }
    .mkdf-section-title-holder.mkdf-st-elegant
        .mkdf-st-title
        .mkdf-st-e-separator {
        width: 179px;
        top: 35%;
    }
    .mkdf-testimonials-holder .mkdf-testimonial-content {
        min-height: 300px;
    }
    .mkdf-bl-standard-pagination ul li.mkdf-bl-pag-next,
    .mkdf-bl-standard-pagination ul li.mkdf-bl-pag-prev {
        left: 250px;
        font-size: 20px;
        font-weight: 700;
        color: #9c8a58;
    }
    .mkdf-title-holder.mkdf-bg-responsive {
        margin-top: -100px;
    }
    .mkdf-title-holder.mkdf-centered-type .mkdf-page-title {
        font-size: 55px !important;
    }
    .mkdf-page-title {
        padding-top: 200px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.8);
    }
    .con-sec-re,
    .wdc-r,
    .wdc-l {
        min-height: 450px;
    }
    .con-sec-re {
        min-height: 442px;
    }
    .packages-m .vc_custom_1556090247722 {
        min-height: 1080px;
    }
    .mkdf-main-menu > ul > li > a {
        font-size: 14px !important;
    }
    #menu-footer-menu-1 li {
        padding: 0px 5px;
    }
    .p-signup {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .home-testimonial .owl-nav {
        bottom: 60px;
    }
    .vc_carousel-slideline {
        min-height: 320px;
    }
}

@media screen and (min-width: 1366px) {
    .banner-text {
        left: 19%;
        width: 60%;
    }
    .box-option p {
        font-size: 18px;
        width: 70%;
    }
    .banner-video video {
        /*margin-top:-200px;*/
        height: 100vh;
        object-fit: cover;
    }
    .mee-sys .vc_column-inner.vc_custom_1556022496165,
    .con-sec-re {
        min-height: 450px;
    }
    .con-sec-re {
        min-height: 442px;
    }
    .phone-email-con {
        top: 29%;
    }
    input.wpcf7-form-control.wpcf7-submit {
        line-height: 14px;
    }
    #wpcf7-f3858-p14165-o3 input.wpcf7-form-control.wpcf7-submit {
        line-height: 30px;
    }
    .vc_custom_1557928477987 {
        height: 450px;
    }
}

@media screen and (min-width: 1920px) {
    .box-option p {
        font-size: 24px;
        width: 75%;
    }
    .banner-text {
        width: 50%;
        left: 25%;
    }
    .mkdf-main-menu > ul > li {
        margin-top: 0px;
    }
    .mkdf-logo-wrapper a img {
        margin-top: -15px;
    }
    .mkdf-testimonials-holder .mkdf-testimonial-content {
        min-height: 320px;
    }
    .home-testimonial .owl-nav {
        bottom: 250px;
    }
    .mkdf-title-holder.mkdf-bg-responsive {
        margin-top: -100px;
    }
    .mkdf-title-holder.mkdf-centered-type .mkdf-page-title {
        font-size: 64px !important;
    }
    .mkdf-page-title {
        padding-top: 300px;
    }
    .mkdf-page-title {
        font-size: 60px !important;
    }
    .con-sec-re,
    .wdc-r,
    .wdc-l {
        min-height: 460px;
    }
    .con-sec-re {
        min-height: 442px;
    }
    .banner-text h2,
    .banner-text2 h2 {
        font-size: 60px;
    }
    .mkdf-title-holder .mkdf-title-image img {
        height: 100vh;
    }
    .phone-email-con {
        top: 19.9%;
    }
    #mute {
        top: 54px;
    }
    .modal {
        top: 25% !important;
    }
    .pp-home h3 {
        font-size: 38px !important;
    }
    .vc_custom_1557928477987 {
        height: 460px;
    }
}
div.mkdf-preload-background {
    background-image: none !important;
}
/*.vc_carousel-slideline{ background:url(https://belezagoa.com/wp-content/uploads/2019/07/tenor.gif) center no-repeat;  }*/
.fa-tripadvisor {
    font-family: FontAwesome !important;
}

/* .press-grid .vc_grid-item .vc_custom_heading h4 {
  color: #9d873c;
  font-size: 20px;
}
.press-grid .vc_grid-item .vc_btn3 {
  background: #aa9961;
  color: #fff;
}
.press-grid .vc_grid-item .vc_btn3:hover {
  background: #1a787e;
  color: #fff;
} */
.press-grid.mkdf-blog-list-holder .mkdf-bli-inner {
    box-shadow:
        0 0.8px 1.75px #00000008,
        0 2.5px 6px #0000000a,
        0 12px 26px #00000012;
}
.press-grid.mkdf-blog-list-holder .mkdf-bli-inner {
    margin-bottom: 10px;
}
.press-grid .mkdf-post-image picture {
    position: relative;
    display: block;
    overflow: hidden;
}
.press-grid .mkdf-post-image picture::before {
    display: block;
    padding-top: 60%;
    content: '';
}
.press-grid .mkdf-post-image picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.press-grid .mkdf-post-read-more-button {
    text-align: left;
}
.press-grid .mkdf-blog-list-button.mkdf-btn {
    display: inline-block !important;
}
.press-grid .mkdf-post-info-author-text {
    text-transform: capitalize;
}
.press-grid .mkdf-post-title a {
    cursor: pointer;
}
.post.category-press .mkdf-post-text-main ul li {
    padding-left: 0px;
    list-style: disc;
    margin-left: 20px;
}
.hero-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.timeline-wrap {
    max-width: 500px;
    background: #fff;
    padding-bottom: 20px;
    box-shadow: 0 2px 10px 0 rgba(0, 55, 85, 0.15);
}

.header-block {
    background: #1a787e;
    color: #fff;
    padding: 30px;
}
.header-block h1 {
    color: #fff;
}

.timeline-details {
    max-width: 450px;
    padding: 30px 35px;
    background: #aa9961;
    color: #fff;
    text-align: left;
    box-shadow: 0 2px 10px 0 rgba(0, 55, 85, 0.15);
}
.timeline-details h2 {
    color: #fff;
    line-height: 1;
}
.timeline-details p strong {
    display: block;
    margin-bottom: 10px;
    font-weight: 800;
}

.timeline-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.timeline-block ul li {
    padding: 0;
}
.timeline-block ul::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    display: block;
    border-left: 1px solid #aa9961;
    z-index: 1;
}

.timeline-block li p {
    display: none;
    text-align: left;
}
.timeline-block li p strong {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}

.timeline-block li > a {
    position: relative;
    display: block;
    text-align: left;
    padding: 15px 20px 15px 60px;
    color: inherit;
    text-decoration: none;
}

.timeline-block li > a.active:focus,
.timeline-block li > a.active:hover,
.timeline-block li > a.active {
    background: #aa9961;
    color: #fff;
    outline: 0;
}

.timeline-block li > a:focus,
.timeline-block li > a:hover {
    background: rgba(0, 55, 85, 0.2);
}

.timeline-block li > a::after {
    content: '';
    position: absolute;
    left: 30px;
    top: 50%;
    bottom: 0;
    margin-left: -5px;
    margin-top: -5px;
    display: block;
    width: 11px;
    height: 11px;
    background: #aa9961;
    border-radius: 50%;
    transition: transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.timeline-block li > a:focus::after,
.timeline-block li > a:hover::after {
    transform: scale(1.5);
}

.timeline-block li > a.active::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    display: block;
    border-left: 1px solid #fff;
    z-index: 2;
}

.timeline-block li > a.active::after {
    background: #fff;
    transform: none;
}

.timeline-block .timeline-date {
    position: relative;
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
    color: #4a4a4a;
}

.timeline-block .active .timeline-date {
    color: #fff;
}

.timeline-block .timeline-title {
    position: relative;
    display: block;
    margin: 0;
    color: inherit;
    text-transform: uppercase;
    font-size: 16px;
}
.timeline-block li img {
    display: none;
    width: 100%;
}
.meetings-hero > .vc_column_container {
    padding-top: 100px;
    padding-bottom: 100px;
}
.venue-block > .vc_column-inner > .wpb_wrapper {
    background: #d4c6aa;
    --venue-block-space: 15px;
    height: 100%;
    padding: 0 var(--venue-block-space) var(--venue-block-space)
        var(--venue-block-space);
}
.venue-block > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    margin-left: calc(var(--venue-block-space) * -1);
    margin-right: calc(var(--venue-block-space) * -1);
}

@media (max-width: 767px) {
    .hero-wrapper {
        flex-direction: column;
        margin-top: 125px;
        margin-bottom: 25px;
    }

    .timeline-details {
        display: none !important;
    }
    .timeline-block .timeline-title {
        font-size: 14px;
    }
    .timeline-block li p {
        padding-left: 60px;
        padding-top: 20px;
        padding-right: 20px;
    }
    .timeline-block li a.active ~ p {
        display: block;
    }
    .timeline-block li a.active ~ picture,
    .timeline-block li a.active ~ picture img,
    .timeline-block li a.active ~ img {
        display: block;
    }
    .meetings-hero > .vc_column_container {
        padding-bottom: 50px;
    }
    .venue-block > .vc_column-inner > .wpb_wrapper .wpb_single_image {
        margin-bottom: var(--venue-block-space) !important;
    }
    .venue-block .wpb_raw_html .vc_col-xs-4 {
        margin-top: 20px;
    }
}
