/* Review Page CSS */

/* Hosting Coupon Box */

.couponx {
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.couponside {
    padding: 20px;
    background: #f5f5f5 !important;
    margin: 20px 0;
}


.couponside ul li a{
    font-size: 14px;
    color: #2d2d2d;
}


/* Reviews Box */
 
.rev-box {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}


.rev-box h4 a {
    font-size: 25px;
    color: #39393a;
}


.rev-box .date {
    font-size: 14px;
    color: #797979;
    line-height: 14px;
}

.excert {
    font-size: 14px
    color: #797979;
}

.host-thumb {
    width: 80%;
    height: 80%;
    padding: 20px;
   
}

.host-thumb img {
    width: 60px
    height: 60px;
}


.reviewside {
    padding: 20px;
    background: #f5f5f5 !important;
    margin: 20px 0;
}


.reviewside ul li a{
    font-size: 14px;
    color: #2d2d2d;
}


/* WebHosts Box */

.display-hosts {
       padding: 20px;
       background: #f5f5f5 !important;
       margin-bottom: 20px;
}


.display-hosts, 
.side-bar,  
.reviewside,
.couponside,
h3 {
    
    margin-bottom: 20px;
}

.hosts-inner {
       width: 100%;
        padding: 15px;
      
       margin-bottom: 15px;
       background: #fff !important;
}


.hosts-inner img {
    width: 150px;
    height: 150px;
}

.hosts-inner .fa-arrow-circle-right {
    font-size: 30px;
}

.single-hosts{
     background: #fff;
     padding-top: 20px;
     padding-bottom: 20px;
     
}

.single-hosts img {
    width: 150px;
    height: 150px;
}


.single-hosts-btn {
    margin: 30px 0;
}

.host-btn {
    background: #ff4a64;
    padding: 10px 40px;
    border-radius: 5px;
    color: #fff;
    font-size:16px;
    font-weight: bold;
    transition: all 0.7s;
}


.host-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #d20bb4;
}


.compare-btn {
    background: #f5f5f5;
    padding: 10px 40px;
    border-radius: 5px;
    color: #363636;
    font-size:16px;
    font-weight: bold;
    border: 1px solid #363636;
    transition: all 0.7s;
}


.compare-btn:hover {
    text-decoration: none;
    color: #fff;
     background: #004d74;
}


.sidebarad {
       
       background: #f5f5f5 !important;
       margin-bottom: 20px;
}


@media (max-width: 768px) {

.host-thumb {
 display: none;
}

.sidebarad {
 display: none;
}

}
