@media (max-width: 320px){
.carousel-inner>.item>img{
    display: block;
    max-width: 100%;
    height: 115px;
}
}
@media (max-width: 425px){
.title {
    margin-top: 20px;
}
.title h1 {
    color: #714da0;
    font-size: 20px;
}
.title h4 {
    color: #666;
    font-family: muli;
    font-size: 12px;
}
.product-button a {
    padding: 9px 20px;
    border-radius: 22px;
	font-size: 9px;
}
.product-title-2 h4 {
    color: #1b1b1b;
    font-size: 11px;
    margin-bottom: 20px;
    height: 15px;
}
.product-title2 h4 {
    font-size: 9px;
}
}
@media (max-width: 768px) {
h4.panel-title a {
    padding: 19px 16px;
    background: -webkit-linear-gradient(left, #586be6 0%,#6f50a7 100%);
    font-size: 12px;
}
}
@media (max-width: 768px){
.input-group {
    margin-bottom: 10px;
}
.navbar-brand {
    float: none;
    height: 50px;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: -16px;
    text-align: center;
    margin-top: 5px;
}
ul.nav.nav-pills.nav-stacked a {
    font-size: 11px;
}
}

@media (min-width: 768px){
.navbar-nav>li>a {
    padding-top: 10px;
   	padding-bottom: 10px;
}
.navbar-nav {
    float: left;
    margin: 12px 0px;
    text-align: center;
}
.container>.navbar-collapse {
	 margin-right: 0;
    margin-left: none;

}

}
@media (max-width: 768px){
	
.btn_secondry {
   	padding: 15px 11px 15px 10px;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 0px;
    border: 0px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    margin-left: 0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.search_button {
    padding: 14px 0;
    font-size: 18px;
    font-weight: 600;
}
.search_box {
    width: 200px;
    color: #a29f9f;
	margin-top: 10px;
    font-size: 14px;
    padding: 18px 0px 18px 25px;
    border: 0px;
    border-radius: 50px;
    outline: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.search_button {
	width: 132px;
    padding: 17px 12px 16px 7px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}
.header-contact li {
    font-size: 12px;
    margin: 0px;
    line-height: 2;
	float:none;
	text-align:center;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
}

}


@media screen and (max-width: 810px) {
    #section1, #section2, #section3, #section41, #section42  {
        margin-left: 150px;
    }
}

@media (max-width: 1024px) {
h4.panel-title a {
    padding: 19px 16px;
    background: -webkit-linear-gradient(left, #586be6 0%,#6f50a7 100%);
    font-size: 12px;
}
.footer-content1 .footer-social-icons {
    margin-left: 15px !important;
    float: none !important;
    margin-top: 10px;
}
.footer-content h4 {
    text-align: center;
    color: #fff;
    border-bottom: none !important;
    max-width: none !important;
    margin-bottom: 40px;
	font-size: 25px;
    font-family: muli;
}


.footer-content .footer-text {
    float:none:
}

.footer-content .footer-text {
	float:none !important;
}
.footer-content1 h4 {
    text-align: center;
    color: #fff;
    border-bottom: none !important;
    max-width: none !important;
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 25px;
    font-family: muli;
}

.header-contact li {
    font-size: 12px;
    /* margin: 11px; */
    line-height: 2;
}

}

        
    /* On small screens, set height to 'auto' for the grid */
    @media screen and (max-width: 767px) {
      .row.content {height: auto;} 
    }

