@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: 'acuminPro';
  src: url('./acumin-pro-extra-condensed-bold.otf');
}

.top-border{
    border-top: 1px solid black;
    padding-top: 8px;
}
.bottom-border{
    border-bottom: 1px solid black;
    padding-bottom: 8px;
}

.top-bars{
    margin-top: 7px !important;
  }
  .sub_cat_mob_lft{
	padding: 25px 0px 10px 0px;
    text-align: center;
    /* padding-bottom: 0px;
    margin-bottom: -7px; */
}
.info-icon{
  height: 12px;
  width: auto;
  cursor: pointer;
}
.info-text{
  visibility: hidden;
  border: 0.5px solid gray;
  background-color: #f0f0ec;
  padding: 1px 15px;
  border-radius: 5px;
  font-size: 12px;
}
.info-icon:hover ~ .info-text{
  visibility: visible;
  transition-delay: 0.2s;
}
.whatsapp-label{
  font-weight: 700;
}

.for-end{
  display: flex;
  justify-content: flex-end;
}

/* horizontal banner Ad Title */

.banner_ad_title{
  font-family: 'georgia', 'poppins';
  font-weight: 700;
}

.horizontal_ad_tagline{
  font-family: 'poppins', sans-serif;
  font-weight: 700 !important;
}

/* Business listings category */
.business_list_title{
  font-family: 'georgia', 'poppins';
  font-weight: 700;
}

/* for business ad title and name between line */
.hr_business_header{
  width: 96%;
  background-color: #dee2e6;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* bold font */
.bold_text{
  font-weight: bolder;
}

/* It will visible only on desktop and tab */
.desktop_only{
  display: none;
}

/* It will visible only on Mobile */
.mobile_only{
  display: none;
}

.home-title{
  justify-content: space-evenly;
}

.h-banner-description{
  font-size: clamp(16px, 2.5vw, 20px);
}

/* new header start */

.nav-body{
    margin: 0px;
    padding: 0px;
}
.header-logo-container{
    height: 15vw
}
.header-logo{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form-post-menu{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
    text-transform: uppercase;
    margin: 0px;
    background-color: #E9F4F6;
    padding: 0px 0px;
    font-size: clamp(14px,2vw,18px);
    font-family: "Montserrat", sans-serif;
}
.form-post-menu a{
    text-decoration: none;
    color: #C09848;
    font-weight: 700;
    display: block;
    padding: 10px;
}
.from-menu-border{
    border: 1px solid #155F7B;
    height: 20px;
}
.help-btn{
    background-color: #C09848;
    height: 100%;
}
.fb-btn{
    height: 100%;
    background-color: white;
}
.fb-btn div{
    padding: 20px 10px;
    background-color: white;
}
.help-btn a {
  color: white;
  /* padding: 20px 25px; */
  padding: 11px 14px;
}
.category-menu{
    padding: 15px 0px;
    background-color: #E5D7BE;
}

.category-menu-1, .category-menu-2{
    display: flex;
    justify-content:center;
    align-items: center;
    background-color: #E5D7BE;
    font-size: clamp(14px,2vw,18px);
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 10px 3px;
    flex-wrap: wrap;
    gap: 16px;
}

.category-menu-1 a{
    color: #155F7B;
    font-family: 'acuminPro';
    font-size: 31px;
    font-weight: 500;
    line-height: 30px;
}

.category-menu-2{
    padding-top: 5px; 
}

.category-menu-ver-line {
    border: 1px solid #C09848;
    height: 25px;
}

.hr-row {
    width: 100%;
    padding-bottom: 0px;
    margin: 0;
    background-color: #E5D7BE;
    padding-top: 15px;
    border-bottom: 1px solid #C09848;
}

.active-category{
    color: #6D4E1F !important;
}
.help-section{
    display: flex;
    align-items: center;
    gap: 20px;
}
.form-post-menu-links{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}
.lg-only{
    display: none;
}

.mobile-bg-image{
    display: flex;
    align-items: center;
}

/* barger menu start */
.burger-menu-btn {
    width: 50px;
    height: 50px;
    z-index:2;
    overflow: hidden;
    position: absolute;
    right: 50px;
    padding: 25px;
    border: 1px dotted white;
}

.burger-menu-btn .bar {
    width: 35px;
    height: 6px;
    border: 1px solid;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}

.burger-menu-btn .bar:nth-of-type(2) {
    top: calc(50% - 9px);
}
.burger-menu-btn .bar:nth-of-type(3) {
    top: calc(50% + 9px);
}

.burger-menu-btn.active .bar:nth-of-type(1) {
display: none;
}
.burger-menu-btn.active .bar:nth-of-type(2) {
top: 50%;
transform: translate(-50%, 0%) rotate(45deg);  
}
.burger-menu-btn.active .bar:nth-of-type(3) {
top: 50%;
transform: translate(-50%, 0%) rotate(-45deg); 
}

/* barger menu end */

@media only screen and (max-width:1500px){
    .form-post-menu{
        font-size: 14px;
    }
    .form-post-menu-links{
        gap: 5px;
        padding-inline: 5px;
    }
}

@media (min-width:992px){
    .lg-only{
        display: block;
    }
    .mobile-bg-image, .mobile-nav{
        display: none;
    }
}

/* old nav */

.cat_type span{
    position:relative
}
.mob-head {
    background: #fff;

}
.ques_size{
font-size: 19px;
}
.header_links{
color: black;
}
.cat_type span:hover .popbox {
    display: block  !important;
    position:absolute;
    left:90%;
    top:110%;
    padding: 13px;
    background:white;
    min-width:311px;
    max-width:100%;
    width:100%;
    border:1px solid #cacaca;
    z-index:9;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    border-radius:5px;
    color:#000;
    font-size: 16px;

}

p.popbox {
    display: none;
    
}
.popbox:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 11px;
    height: 9px;
    display: block;
    bottom: 96%;
    left: 1px;
    border-top: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    transform: rotate(30deg);
    z-index: 9;
}
@media only screen and (max-width:600px){
.cat_type span:hover .popbox {
    left: 23px;
    min-width: 170px;
    font-size: 13px;
    top: 24px;
}
}
@media only screen and (max-width:1240px){
a.nav-link.menu.form-menu{
    padding: 6px;
    font-size: 12px;
}
/* ul.navbar-nav.head-code-1{
    margin-left: 10px !important;
} */
}

@media only screen and (min-width:1241px){
.business_post_link_mobile{
    display: none;
}
}
@media only screen and (max-width:1240px){
.business_post_link_desktop{
    display: none;
}
}
@media only screen and (max-width:1119px){
/* .navbar-expand-md .navbar-nav{
    width: 100%;
} */
/* .ml-auto.d-none.d-sm-block {
    margin-left: 10px !important;
} */

.navbar_change.nav_mobile {
    justify-content: unset;
    width: 100% !important;
}

div#navbar {
    width: 100%;
}
}
@media only screen and (max-width:1024px){
ul.navbar-nav.head-code-1 {
    padding: 0;
}
a.nav-link.menu.form-menu{
padding: 4px;

}
.nav-link{
padding: 2px;
}
/* ul.navbar-nav.head-code-1 li{
margin: 0;
} */
ul.navbar-nav.head-code-1{
margin-left: 4px !important;
}
}
@media only screen and (max-width:991px){
a.nav-link.menu.form-menu{
    padding: 8px 14px;
}
ul.navbar-nav.head-code-1 li{
    margin-bottom: 13px;
}
ul.navbar-nav.head-code-1{
    margin-left: 16px !important;
}
.navbar_change.nav_mobile{
    display: block;
}
.color-green-a {
    background-color: #FFFFFF !important;
}
}
@media only screen and (max-width:1303px){
.form-nav2{
    margin-left: 10px !important; 
}
a.nav-link.menu.cat-menu{
    padding: 6px;
}


}





@media only screen and (max-width:400px){
.cat_type span:hover .popbox {
    left: 0px;
    min-width: 147px;

}
}
@media only screen and (max-width:991px){
.user-form {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
}
.like-button{
margin-top:0px !important;
}
a.nav-link.menu.cat-menu {
    padding: 8px 14px;
    width: 100%;
}
li.nav-link.menu.cat-menu {
margin: 0px;
padding: 0px;
}
.form-nav2 ul {
    justify-content: center;
    margin-left:0px !important;
}
.form-nav2{
margin-left: 0px !important;
width:100% !important;
max-width: 950px;
}
}
@media only screen and (max-width: 991px){
.navbar-dark .navbar-toggler-icon {
    background-image: url("https://thecostaricalist.com/asset/images-c/hamburger-menu-icon-png-white-10_2.jpg");
    width: 48px;
    height: 50px;
    background-size: contain;
}
.nav-mobile-none{
    display: none
}
}
@media only screen and (max-width: 425px){

.form-nav2{
width:400px;
max-width: 100%;
margin-left:0; 
}
.form-nav2 ul{ 
    padding: 0 !important;
    margin-left: 0;

}
}
@media only screen and (max-width:1199px){
.form-nav2 .poppins-14-bold{
    font-size: 12px;
}
/* .top-nav-form .user-form{
    flex-wrap: wrap;
} */
.top-nav-form .user-form ul li{
    margin-bottom: 10px;
}
.form-nav2 ul{
    flex-wrap: wrap;
}
.navbar-nav li{
    margin-bottom: 10px;
}
.form-nav2{
    margin-left: 14px !important;
    width: auto !important;
}
}


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

li.nav-link.menu.cat-menu {
margin: 0px;
padding: 0px;
}
.navbar-dark .navbar-toggler-icon {
        display: block !important;
        }
}

.mbl-crumbs p a:first-child {
    /* border-right: 1px solid black; */
    /* width: 149px; */
    display: inline-block;
    text-align: right;
    padding-left: 0;
    font-size: 18px;
}

/* .mbl-crumbs p {
    max-width: 318px;
    text-align: left !important;
    padding: 4px;
    margin: auto;
} */

.mbl-crumbs p a {
    padding: 0px 6px;
    font-size: 14px;
    font-weight: normal;
} 
.head-text{
width:100%;
}

.ques_size{
font-size: 15px;
}
.cat_type span{
font-size: 15px;
}
.user-form {
    padding-top: 0 !important;
}
.form-nav2 {
    margin: 16px 16px 6px 16px !important;
}

ul.navbar-nav.head-code-1 {
    margin-bottom: 16px !important;
}

/* new header end */

.realestate-cat-type{
    color: #155F7B;
    font-family: 'acuminPro';
    font-size: 31px;
    font-weight: 500;
}

/* fb button */
.fb-custom-btn{
    background-color: white;
    /* padding: 19px 10px; */
    padding: 16px 3px;
}

.button-f{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 110px;
    height: 28px;
    background-color: #1877f2;
    color: white !important;
    font-family: Helvetica, Arial, sans-serif !important;
    padding: 5px 10px !important;
    font-size: 13px;
    border-radius: 3px;
    text-decoration: none !important;
}
.f-icon{
    width: 15px;
    height: 15px;
}
.thumb-i{
    fill: white;
}

.fw-700{
    font-weight: 700 !important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd{
    display: none;
}

.skiptranslate.goog-te-gadget {
    color: white;
    font-size: 0;
    margin-left: 35px;
}

.goog-te-combo{
    background-color: white;
    border: 1px solid;
    font-size: 16px !important;
}

.business_mobile_buttons{
    min-height: 54px;
    min-width: 62px;
}

.business_phne a {
    display: flex;
    align-items: center;
    width: 150px !important;
    justify-content: center;
    max-width: 100%;
    min-height: 50px !important;
}

.business_phne {
    width: 100%;
}

.mockup-1 .d-flex.button-alginment {
    gap: 5px;
}

.fc-day {
	cursor: pointer;
}

@media only screen and (max-width: 384px) {
    #fc-dom-1 {
        font-size: 14px;
    }

    .fc {
        font-size: 14px;
    }
}

@media only screen and (min-width: 385px) and (max-width: 768px) {
    #fc-dom-1 {
        font-size: 16px;
    }

    .fc {
        font-size: 16px;
    }
}
