/* ////////////////////host-sec-box start//////////////// */
body {
    color: #333333;
    line-height: 1.5;
    background: #f1faff;
}
.host-section {
    font-size:14px;
    border: 1px solid #ececec;
    transition:all .2s;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px -6px black;
    border-radius: 9px;
}  
.host-section:hover {
    box-shadow: 0px 0px 10px -3px black;
}
.host-section .host-logo {
    height: 90px;
    width: 192px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin: auto;
}
.host-section-head {
    font-size: 30px;
    background: #0079bc;
    color: white;
    padding: 5px 20px;
    border-radius: 9px 9px 0px 0px;
    position: relative;
}
.host-section-head h1 {
    display: inline-flex;
    font-size:24px;
    margin-bottom: 0px;
    color: white;
    margin-left: 60px;
}
.host-section .rating{
    font-size: 16px;
    float: right;
}
.host-section .rating table{
     margin-bottom:0px;
     text-align: center;
}
.host-section .rating th, .host-section .rating td{
    padding: 0px;
    color: white;
    text-align: center;
}
.host-section .rating th{
    font-size: 14px;
}
.host-section .rating td{
    font-weight: bold;
    font-size: 18px;
}
.host-section td, .host-section th {
    border: 0px !important;
    width: 1%;
}
.host-sec-table {
    padding: 10px;
    text-align: center;
    color: #2d2d2d;
    background: white;
}
.host-sec-table table{
    margin:0px;
}
.host-sec-table table th{
    font-weight: bold;
}
.host-sec-table table th, .host-sec-table table td{
    text-align: center;
}
.host-sec-text ul{
    padding: 0px;
    margin:0px;
}
.host-sec-text ul li{
    list-style-type:none;
}
.host-sec-text{
    background: #fafafa;
    padding:20px 20px;
}
.btn-visit{
    border-radius: 50px;
    background: #0079bc;
    color: white;
    font-size: 14px;
    padding: 10px 20px;
}
.btn-visit:hover{
    background: #056296;
}
.btn-review{
    border-radius: 50px;
    background: #ff6600;
    color: white;
    font-size: 14px;
    padding: 10px 20px;
}
.btn-review:hover{
    background: #e25a00;
}
.btn-sec a{
    color: white !important;
}
.btn-sec{
    padding: 20px;
    background: white;
}
@media only screen and (max-width:991px) {
    .btn-sec{
        text-align: center;
    }
    .host-sec-table table{
        font-size: 12px;
        border-top: 1px solid #efefef; 
    }
  }
  @media only screen and (max-width:399px) {
    .btn-visit, .btn-review{
        width: 100%;
    }
    .btn-visit{
        margin-bottom:10px;
    }
  }
  @media only screen and (max-width:419px) {
 .btn-visit, .btn-review{
    display: block !important;
 }
 .host-section-head .col{
    margin-bottom: 0px !important
 }
}

.trophy{
    background:url(../images/trophy.png);
    background-repeat: no-repeat !important;
    height:64px;
    width: 50px;
    position: absolute;
}

.trophy-num {
    top: 4px;
    position: absolute;
    left: 20px;
    color: #ff6600;
    font-size: 18px;
    font-weight: bold;
}

/* /////////////////////// host-sec-box end ////////////////////// */

.blog-thumb img {
    border-radius: 9px;
}

@media only screen and (max-width:400px) {
 .host-section td{
    font-size: 10px !important;
 }
 .host-section th {
    font-size: 9px !important;
}
}