/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
.menuzord-brand {
    margin: 0px 0px 0 0;
}
.menuzord-brand img {
    max-height: 80px;
}
span.logo
{
    font-size: 17px;
    color: #ee163b;
    float: left;
    padding-top: 16px;
}
span.logo2
{
    font-size: 17px;
    color: #ee163b;
    float: left;
    line-height: 32px;
}
.menuzord-menu > li > a{
    color: #fff;
}
.menuzord-menu > li {
    padding: 8px 0;
}
.social-icons.icon-sm a {
    font-size: 20px;

}
.height140{
    min-height: 140px;
}

.height210 {
    min-height: 210px;
}

.content-home{
    min-height: 240px;
}
.content-home h6.title{
    min-height: 40px;
}
.content-home a.main-contentt-20{
    position: absolute;
    bottom: 2%;
    right: 5%;
}

p.text-right.dcotors{
height: auto;
/* min-height: auto; */
}

@media only screen and (max-width: 1024px) {

    .menuzord-brand img{
        max-height: 75px;
    }
    .menuzord-menu > li > a{
        font-size: 13px;
        padding: 8px 12px;
    }

    span.logo {
        font-size: 15px;
    }
    .social-icons.icon-md a {
        font-size: 20px;
        height: 44px;
        line-height: 44px;
        width: 44px;
    }
    i.fa.fa-search{
        font-size: 20px;

    }
    #side-panel-trigger {

        margin-right: 20px;
        margin-left: 13px;
    }
}

@media only screen and (max-width: 768px) {

    span.logo {
        font-size: 15px;
    }


    .social-icons.icon-md a {
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
}

.whatsapp-float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.whatsapp-my-float{
    margin-top:16px;
}