/*==================================================
=            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;
    }
    .menuzord-menu > li {
    padding: 21px 0px!important;
}
}

/* 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%;
}  
 .header-nav .header-nav-wrapper .menuzord {
    padding: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content : space-between;
}
.tab-data ul {
    padding-left: 0px;
    column-count: 2;
}

.aplhabet-ul ul {
    
    display : block !important;
}

.aplhabet-ul ul li {
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
}


}

/* 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 : 468px) {
   .header-top .pull-right {
    float: none!important;
} 
.footer-bottom p{
    font-size:15px;
}

.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;
}
}
