/*
* ------------------------------------------------------------------
*
* Project: 
* Version: 1.0
* Created : 25/07/2020
* Template URI: www.minyak-global.com
* Author Name: Shelley C Antony
* Author URI: http://www.shellinecorporation.com/
* Description: Nuts and spices trading
* Developer: Shelline Corporation
*
*
* -------------------------------------------------------------------
*/
/* Show in Large desktops and laptops */
@media (min-width: 1200px) {
}

/*Hide in Other Small Devices */


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.prod-content {
    padding-top: 2%;
}
}

/* Portrait tablets and small desktops */
@media (min-width: 769px) and (max-width: 991px) {
}
/* Landscape phones and portrait tablets */

/* Portrait phones and smaller */


@media (max-width:768px) {
    .sp-contact-info li {
    border-left: 1px solid transparent !important;
    }
    .sp-contact-info li:last-child {
    border-right: 1px solid transparent !important;
}
social-one ul li a i {

    border-bottom: 1px solid #ececec !important;

            }
@media (max-width:580px) {
	.blogsmallcatg{display:none;}
	.categoryBox p {
    padding-bottom: 5px;
	}
	.blog-block .img-thumbnail{display:block;}
	#blog .blog-block {
    margin-bottom: 3px;
}
     .sp-contact-info li {
        float: none;
        text-align: center;
    }
    .social-one ul.social-icons {
        float: none;
    }
    .sp-contact-info li {
    border-left: 1px solid transparent !important;
    }
    .sp-contact-info li:last-child {
    border-right: 1px solid transparent !important;
}
.social-one ul li a i {
    border-left: 1px solid #ececec;
    border-top: 1px solid #ececec;
}
	.certification li {
    width: 49% !important;
}
.certification li a {
    font-size: 10px;
}

            }
@media (max-width:480px) {

            }
@media (max-width:320px) {
            }
