/* Medium devices (desktops, 992px and up) */

@media (max-width: 1920px) {
	
}
@media (max-width: 1190px) {

/*.parallax_text {
	  position: absolute;
	  top: 25%;
	  left: 50%;
      transform: translate(-50%, -50%); 
      font-size:60px; 
      color:#FFF;
  }*/
	
.navbar-default .navbar-nav>li>a {
    margin-right: 0px;
}
.nav > li > a {
    margin: 0 5px;
}
}
@media (max-width: 992px) {
    .home-feature {
        margin-top: 40px;
    }
}
@media (max-width: 991px) {
	.navbar-brand {
    padding: 15px 15px;
    max-width: 160px;
}
.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 16px;
	font-size:12px !important;
}
#services {
    padding: 60px 0 60px;
}
.section-title {
    font-size: 34px;
}
.four_buttons {
    margin: 15px 0;
}
.accordion .card h2 {
    background: url(../img/arrow_down.png) no-repeat calc(3% - 10px) center;
    background-size: 20px;
    cursor: pointer;
    font-size: 24px;
    color: #303355;
    text-align: left;
    font-weight: 200;
    padding-left: 45px;
}
.accordion {
    margin-top: 15px;
}
}
/* Small devices (tablets, 767px and up) */

@media (max-width: 767px) {
.tab_image img {
    width: 100%;
    border-radius: 6px;
    height: auto;
    max-height: 100%;
    min-height: auto;
    object-fit: fill;
}
.nav > li > a{
	border-bottom:1px solid #dedede;
}
.first_nav{
	margin-left:5px !important;
}
.nav .fa{
	display:none;
}
.navbar-default {
    padding: 6px 0;
}
.pdflista_para_btn {
    display: table;
    float: none;
    margin: auto;
}
.pdflista_para {
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
}
.pdflista_para_btn {
    font-size: 14px;
}
    .home-content {
        text-align: center;
    }
    .service-content {
        margin-left: 0px;
        margin-top: -17px;
    }
    
    .section-title {
        text-align: center;
    }
    .footer-menu {
        text-align: center;
    }
    .footer-content {
        text-align: center;
    }
}
/* Extra Small Devices (Phone, 480px and up) */

@media (max-width: 480px) {
	/*.parallax_text {
	  position: absolute;
	  top: 40%;
	  left: 35%;
      transform: translate(-50%, -40%); 
      font-size:30px; 
      color:#FFF;
  }*/
.tab_image img {
    width: 100%;
    border-radius: 6px;
    height: auto;
    max-height: 100%;
    min-height: auto;
    object-fit: fill;
}	
.accordion .card h2 {
	
    background-size: 20px;
    cursor: pointer;
    font-size: 15px;
    color: #303355;
    text-align: left;
    font-weight: 300;
    padding-left: 28px;
}
	.mallista_title h3 {
    text-align: center;
    font-size: 26px;
}
.mallist_prop_img{
	min-height: 220px;
    height: 220px;
	transition:all 300ms ease-in-out 0ms;
}
.mallist_prop_img:hover{
	box-shadow:0px 8px 10px 0 #999;
	transition:all 300ms ease-in-out 0ms;
}
.mallist_prop_img img {
   width:100%;
	border-radius:0px;
	height: 100%;
    object-fit: contain;
}
.mallist_prop_img_link a {
    display: table;
    width: 100%;
	margin: 15px auto 5px;
}
    .home-content {
        padding-top: 0px;
    }
	
    
}
