

@media only screen and (min-width: 320px) and (max-width: 720px){

.navbar .navbar-brand img {
    max-width: 270px;
}
.slider .slide-item
{
    padding: 60px;
}
.slider-right-area {
    padding: 28px 50px;
    height: auto;
}
.about-layout1 .cta-banner {
    max-width: 180px;
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 3px;
    padding: 10px 10px 15px;
    border: 10px solid #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.process-items-wrapper:before {
   /* content: '';*/
    height: 100%;
    width: 2px;
    background: #fdb900;
    position: absolute;
    margin-left: 19px;
}
.process-item h4,.process-item p{
    margin-left: 30px;
}
.process-item:after
{
    content: '';
    height: 2px;
    width: 100%;
    background: #fdb900;
    position: absolute;
    margin-left: 12px;
    bottom: 0;
    box-shadow: none;
}
.testimonial-item.slick-slide.slick-current,
.testimonials-box .testimonial-item,
.testimonials .slick-slide,
.testimonial-item.slick-slide.slick-current.slick-active img {
    height: 316px;
    width: 100%;
}

header-layout2 .navbar__bottom.fixed-navbar {
    height: 10px;
    max-height: 10px;
}
.navbar .navbar-brand img {
    max-width: 60% !important;
    width: 60% !important;
}
.contact-chip .contact-chip__phone {
    
    font-size: 14px;
}
.banner-layout2 .fancybox-item {
    width: 47%;
    margin-bottom: 0px;
}
.form-control, .nice-select .current {
    height: 38px;
    font-size: 15px;
        line-height: 38px;
}
.pamphlat-left {
    height: auto;
    padding: 20px 15px;
}
.pamphlat-right {
    height: auto;
    width: 100%;
    padding: 10px 35px;
}
.pamphlat-left:after
{
    display: none;
}
.pamphlat-main {
    padding: 0 0 33px 0px;
    z-index: 3;
}
.pamphlat-layout1 {
    height: auto;
}
.contact-layout1 .contact-panel {
    padding: 0px 20px;
}
ul.list-unstyled.footer-links {
    display: initial !important;
}
ul.list-unstyled.footer-links li {
    padding: 0 0 0 20px !important;
    /* margin-right: 20px; */
    width: 42% !important;
    float: left !important;
}
.slick-slide img {
    width: 100% !important;
    display: block;
}
.ind-serve {
    display: block;
    margin-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
.navbar .nav__item .nav__item-link {
    text-align: left;
}


}/* close @media*/



