#header .header-logo img {
    width: 293px;
    height: 75px;
}
@media (max-width: 991px) {
    #header .header-logo img {
        width: 215px;
        height: 55px;
    }
}
@media (min-width: 991px) {
    .thumb-info-wrapper img {
        height: 214px;
    }

    .card-img-top img {
        height: 367px;
    }
}



.xfloat {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    left: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;

    z-index: 100;
}

.my-float {
    margin-top: 16px;
}



.xfloat2 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 10px;
    background-color: #133d65;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
   
    z-index: 100;
}

.my-float2 {
    margin-top: 16px;
}

@media (max-width: 991px) 
{
	
	.xfloat {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 10px;
    left: 0px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}



.xfloat2 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 0px;
    background-color: #133d65;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
 
    z-index: 100;
}

.my-float2 {
    margin-top: 16px;
}
	
}