.header-logo a img{
    width: 200px !important;
}

.bot .infiniteslide .marquee-item img{
    max-width: 434px;
    min-width: 434px;
    max-height: 437px;
    min-height: 437px;
    object-fit: cover;
}

.box-choose .bot{
    margin-top: 20px;
}

.wrap-infiniteslide{
    margin-bottom: 160px;
}

footer li a{
    color: #7e8695;
}
footer li a:hover{
    color: #0074d9;
}

.custom-important-pages h5,
.custom-important-pages h2,
.custom-important-pages h3,
.custom-important-pages h4{
    margin-top: 40px;
    font-size: 28px;
}

.custom-important-pages{
    margin-bottom: 100px;
}

.custom-important-pages p{
    font-size: 16px;
}

.custom-important-pages ul{
    padding-left: 40px;
}

.custom-important-pages ul li{
    font-size: 16px;
    list-style: disc;
}

.custom-all-blogs .img-cont a{
    display: block;
    height: 330px;
}

.custom-all-blogs .img-cont a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-all-blogs .btn{
    padding: 10px 16px;
    font-size: 16px;
    margin-top: 16px;
}

.home-testimonial{
    margin-top: 150px;
}

.home-our-service{
    margin-bottom: 160px;
}

.float-whatsapp{
	position:fixed;
	width:60px;
	height:60px;
	bottom: 100px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.float-whatsapp .my-float{
	width: 36px;
	height: 36px;
}

@media (max-width: 1200px){
    .blog-article-item.style-1 .article-thumb {
        height: 290px;
    }
    
    .home-testimonial{
        margin-top: 20px;
    }
}

@media (max-width: 767px){
    .bot .infiniteslide .marquee-item img{
        max-width: 297px;
        min-width: 297px;
        max-height: 300px;
        min-height: 300px;
    }

    .wrap-infiniteslide{
        margin-bottom: 50px;
    }

    .blog-article-item.style-1 .article-thumb {
        height: 310px;
    }
    
    .mobile-menu-custom a img{
        width: 200px;
    }

    .custom-important-pages{
        margin-bottom: 0;
        padding-top: 0;
    }
    
    .main-content .img-custom-anim-right{
        display: none;
    }
    
    .custom-important-pages h5,
    .custom-important-pages h2,
    .custom-important-pages h3,
    .custom-important-pages h4{
        margin-top: 30px;
        font-size: 18px;
    }
    
    .home-testimonial{
        margin-top: 0px;
    }
    
    .home-our-service{
        margin-bottom: 50px;
    }
    
    .float-whatsapp{
    	bottom: 80px;
    }
    
    .tf-box-icon.style-1 .icon {
        max-width: 260px;
        padding: 0px 70px;
        height: 170px;
    }
    
    .page-title.style-5 {
        padding-top: 0px;
    }
    
    .page-title.style-default {
        padding-top: 20px;
    }

}