@charset "utf-8";
/* CSS Document */
@media (max-width: 767px)
{
#logo img
{
height:80%;
}
}
@media (max-width: 768px){
#nav-menu-container {
    display: none;
}

#mobile-nav-toggle {
    display: inline;
}
}
@media (max-width: 767.98px) {

.profile-head
{
position:absolute;
top:150px;
left:50px;
}
.profile-head h4
{
font-size:22px;
}
.profile-head p
{
font-size:14px;
}

}
@media (min-width: 768px) {

.profile-head
{
position:absolute;
top:180px;
left:50px;
}
.profile-head h4
{
font-size:22px;
}
.profile-head p
{
font-size:14px;
}

}
@media (min-width: 1200px) {

.profile-head
{
position:absolute;
top:190px;
left:50px;
}
.profile-head h4
{
font-size:25px;
}
.profile-head p
{
font-size:16px;
}
.container
{
overflow-x:hidden;
}
}


/*dev responsive*/
@media (max-width: 767px){
    .carousel-item {
    margin-top: 90px;
}
.carousel-control-prev, .carousel-control-next {
    top: 190px;
}
.image-hover .btn-hover {
    background: none;
    padding: 0px 5px !important;
    border: none;
}
.image-hover:hover .btn-hover:hover {
    border: none;
}
.image-hover h2 {
    padding: 5% 0 0px;
}
.product-image2 img {
    height: 450px !important;
}
}
