/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
    .menuzord-brand{
        margin:0px!important;
    }
    .why img{
        display:none;
    }
    .contact-panel{
        margin-bottom:20px;
    }
   
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .styled-icons{
        display:none!important;
    }
    .sidenav li{
        list-style-type:none;
    }
    .widget img{
     width:250px;
    }
    .widget {
    margin-bottom:25px;
}
    .fullwidth-carousel .carousel-item {
    min-height: 200px!important;
    width: 100%;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}


@media (max-width :1325px) {
 .menuzord-brand img {
    max-height: 54px;
}
.menuzord-menu > li > a {
    padding: 8px 11px!important;
}
}
@media (max-width :1295px) {
 .menuzord-brand img {
    max-height: 50px;
}
.scroll-to-fixed-fixed .logo img {
    max-height: 50px;
    margin-top: 9px;
}
}

@media (max-width :1268px) {
 .menuzord-brand img {
    max-height: 50px;
}
.menuzord-menu > li > a {
    padding: 8px 8px;
}
}



@media (max-width : 468px) {
   .header-top .pull-right {
    float: none!important;
} 
.aboutus .pl-50 {
    padding-left:15px!important;
}
.footer-bottom p{
    font-size:15px;
}
.aboutus {
    padding-bottom:20px;
}

.widget {
    margin-bottom: 38px;
}
.contact-panel{
    padding: 20px 40px!important
}
.contact-layout5 {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 35px;
}
.icon-box{
    margin-bottom:0px;
}
.pb-sm-30 {
    padding-bottom:0px !important;
}
.pt-30 {
    padding-top:0px !important;
}

.why img{
    display:none;
}
.contact-layout5 .section-title h2{
    font-size:20px;
}
.contact-layout5{
    margin-right:0px;
    margin-left:0px;
}
section > .container, section > .container-fluid {
    padding-top:20px;
    padding-bottom: 20px!important;
}
.aboutus {
    padding-top: 20px!important;
}
.fullwidth-carousel .carousel-item {
    min-height: 100px!important;
    width: 100%;
}
.section-content h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
}

@media (max-width :1167px){
    .scroll-to-fixed-fixed .logo img {
    max-height: 45px;
    margin-top: 14px!important;
}
}

@media (max-width :1132px){
   .scroll-to-fixed-fixed .logo img {
    max-height: 42px;
    margin-top: 17px!important;
}
}

@media (max-width :1199px){
    .header-top{
        display:none;
    }
    .aboutus .container{
        width:100%;
        
    }
    .scroll-to-fixed-fixed .logo img {
    margin-top: 11px;
}
    .scroll-to-fixed-fixed{
        height:80px;
    }
}


@media (max-width :1125px){
    .scroll-to-fixed-fixed .logo img {
    max-height: 45px;
    margin-top: 16px;
}
.menuzord-menu > li {
    padding: 9px 4px!important;
}
}

@media (max-width :1006px){
.menuzord-menu > li > a {
    padding: 8px 3px!important;
}
}

@media (max-width :991px){
 .about-overlap__thumb{
     display:none;
 }
 .green-bg{
     display:none;
 }
}

@media (max-width :411px){
    .scroll-to-fixed-fixed .logo img {
    max-height: 41px;
    margin-top: 16px;
}
}