h3{
    font-size: 22px;
}
.montserrat{
    font-family: 'Montserrat', sans-serif!important;
}
.up{
    text-transform: uppercase;
}
.db_color{
    color: #032354;
}
.db_b_color{
    border-color: #032354;
}
.db_bg_color{
    background-color: #032354;
}
.white{
    color:#fff;
}
.white:hover{
    color:#fff;
}
.white:active{
    color:#fff;
}
.bold{
    font-weight: bold;
}
.marginBottom{
    margin-bottom: 20px;
}
._topBanner {
    background-color: #eee;
    background-size: cover!important;
    background-position: center!important;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    height: 500px;
    display: flex;
    background-attachment: fixed!important;
    flex-direction: column;
}

._topBanner h1{
    font-size: 75px;
    font-weight: bold;
}
.min-height-90{
    min-height: 90%;
    display: flex;
    align-items: center;
    word-break: break-word;
    justify-content: center;
}
._no_date {
    font-size: 19px;
}
.product-detail{
    padding : 50px 0;   
}
.big-icon i{
    font-size : 45px;
    margin-right : 20px;
}
.flex-box {
    display: flex;
    height: 70px;
    align-items: center;
}
.info-wrapper span{
    font-size: 17px;
}
.accomo-search {
    border: 2px solid;
    padding: 10px 35px;
}

.accomo-search h3 {
    font-size: 22px;
    text-align: center;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #032354;
    content: ">";
}
.breadcrumb {
    padding: 0;
    margin-bottom: 40px;    
    background-color: #fff;
}
.breadcrumb>li {
    font-size: 12px;
    display: inline-block;
    font-weight: bold;
}
.similar-products-title h3, .map-accom-title h3 {
    padding: 40px 0;
}
#map_ck {
    height: 500px;
    width: 100%;
}
.infoWindow img {
    width: 100%;
}
.infoWindow h3 {
   font-size: 15px;
}
.infoWindow a:hover {
    text-decoration: none;
 }
 .contactSection {
    padding: 10px 35px;
}
.socialMediaLinks {
    font-size: 28px;
    margin-top: 15px;
    padding: 0 50px;
}
.socialMediaLinks span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 50%;
    cursor: pointer;
}
.totalBuilding {
    width: 90px;
    padding: 6px;
    position: absolute;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    margin-top: 9px;
    margin-left: 8px;
    font-size:22px
}
.totalBuilding i{
    margin-right: 5px;
    font-size: 16px;
}
ul.oh_popUp {
    position: absolute;
    background: #fff;
    padding: 9px;
    box-shadow: 1px 2px 5px #999;
    border-radius: 4px;
    right: 41px;
    display: none;
}
.oh_popUp li {
    font-weight: bold;
    list-style: none;
    margin-bottom: 6px;
    padding: 4px;
    font-size: 12px;
}
.oh_wrapper:hover ul.oh_popUp{
    display : block;
}
li.ActiveDay {
    background: #eee;
}
ul.costUl {
    padding: 0;
    list-style: none;
}
.accomo-search h2 {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 25px;
}
.mapDistance {
    border: 1px solid;
    padding: 3px;
    font-size: 10px;
    border-radius: 4px;
    float: right;
}
@media only screen and (max-width: 600px) {
    ._topBanner h1{
        font-size: 1em;
    }
    ._e-v-a-link{
        width: 100% !important;
        text-align: center;
    }
    .big-icon i{
        min-width: 40px;
        text-align: center;
    }
}

/* For Desktop View */
@media screen and (min-width: 1024px) {
  ul.oh_popUp {
            margin-right: 141px;
    }
}
 
/* For Tablet View */
@media screen and (min-width: 768px)
and (max-width: 1024px) {
   ul.oh_popUp {
            margin-right: 502px;
    }
}
 
/* For Mobile Portrait View */
@media screen and (max-width: 480px)
and (orientation: portrait) {
   ul.oh_popUp {
            margin-right: 542px;
    }
}
 
/* For Mobile Landscape View */
@media screen and (max-width: 640px)
and (orientation: landscape) {
   ul.oh_popUp {
            margin-right: 542px;
    }
}
 
/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-width: 640px) {
   ul.oh_popUp {
            margin-right: 542px;
    }
}
 
/* For iPhone 4 Portrait or Landscape View */
@media screen and (min-width: 320px)
and (-webkit-min-pixel-ratio: 2) {
   ul.oh_popUp {
            margin-right: 542px;
    }
}
 
/* For iPhone 5 Portrait or Landscape View */
@media (device-height: 568px) and (device-width: 320px)
and (-webkit-min-pixel-ratio: 2) {
   ul.oh_popUp {
            margin-right: 542px;
    }
}
 
/* For iPhone 6 and 6 plus Portrait or Landscape View */
@media (min-height: 667px) and (min-width: 375px)
and (-webkit-min-pixel-ratio: 3) {
   ul.oh_popUp {
            margin-right: 542px;
    }
}