@media screen and (min-device-width:320px) and (max-device-width:767px)
{
    .round-logo img {
        width: 50%;
    }
    .right-blog {
        padding-right: 15px;
        position: relative;
    }
    .truk-overlay {
        width: 90%;
        font-size: 11px;
        margin-left: 0;
    }
.ftr img
{
    width: 20%;
}
.logo img {
    width: 80%;
    margin-left: 10%;
}
.service-top-text, .social-icons {
    padding-top: 17px;
    text-align: center;
}
.social-icons ul {
    text-align: center;
}
.navbar-toggle {
    margin-right: 15px;
}









}




@media screen and (min-device-width:768px) and (max-device-width:959px)
{
    
.hidden-md
{
    display: none;
}
.service-request {
    top: 20%;
    right: 0;
}
.social-icons ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    background: #000032;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    font-size: 15px;
    border-radius: 50%;
}
.service-top-text p
{
    margin-bottom: 0;
    font-size: 15px;
}
.top-header {
    background: #c9170c;
    padding: 20px 0;
    min-height: 100px;
}
.service-top-text, .social-icons {
    padding-top: 0;
}
.service-top-text h4 {
    font-size: 25px;
    line-height: 20px;
    margin: 6px 0;
    letter-spacing: 3px;
}






    
}

@media screen and (min-device-width:960px) and (max-device-width:1024px)
{
   
	.hidden-md
{
    display: none;
}
.service-request {
    top: 20%;
    right: 0;
}
.social-icons ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    background: #000032;
    width: 24px;
    height: 27px;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    border-radius: 50%;
}
.service-top-text p
{
    margin-bottom: 0;
}
	
	
	
	
}