section[data-cattype="408"].wrapper_middle{
    border-bottom: solid 10px #EF3F34;
}

[data-cattype="408"] ul.footercolumn{
    display :flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}


[data-cattype="408"] ul.footercolumn li{
    width: calc(25% - 20px);
    margin: 10px;
    text-align: left;
}

   [data-cattype="408"] h3 {
       padding-bottom: 10px;
    }

[data-cattype="408"] .footerinside img {
	width: 200px;
}


[data-cattype="408"] .col-lg-9 {
	padding: 0;
}

[data-cattype="408"] .col-lg-3 {
	margin-left: -15px;
}

[data-cattype="408"] .footerinside .btn {
	margin: auto;
	display: block;
	width: 200px;
	margin-top: 50px;
}

[data-cattype="408"] .btn-primary {
	background-color: #EF3F34;
	border-radius: 15px;
	font-weight: bold;
	border-color:red;
}

[data-cattype="408"] .btn-primary:hover {
	background-color: #4c96ff;
	border-radius: 15px;
	font-weight: bold;
	border-color:#4c96ff;
	color:black;
}


/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
 
    [data-cattype="408"] ul.footercolumn li:first-child{
	width: calc(100% - 20px);
	margin: 10px;
	text-align: center;
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;    
    }

    
    [data-cattype="408"] ul.footercolumn li{
	width: calc(33% - 20px);
	margin: 10px;
	text-align: center;
    }
    
    [data-cattype="408"] h3 {
	font-size: 20px;
    }
    
    [data-cattype="408"] .icon img {
	width: 50px;
    }
    
    [data-cattype="408"] .footerinside .btn {
	width: auto;
    }

	
}




/* Ipad screen size - landscape view */
@media (max-width: 768px) {
    
    [data-cattype="408"] ul.footercolumn li {
	text-align: left;
    }
   
}


/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {
    
    [data-cattype="408"] ul.footercolumn li:first-child{
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;    
    }
    
    [data-cattype="408"] ul.footercolumn li{
	width: calc(100% - 20px);
	margin: 10px;
	text-align: center;
    }
    
    [data-cattype="408"] h3 {
	font-size: 20px;
    }
    
    [data-cattype="408"] .icon img {
	width: 50px;
    }
    
    [data-cattype="408"] .footerinside .btn {
	margin-top: 20px;
    }
    
    [data-cattype="408"] .col-lg-3 {
	margin: auto;
	padding-bottom: 10px;
    }
      
}

