/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	.margin-bt-sm{
		margin-bottom: 25px;
	}

	ul.list-stacking{
        margin-top: 15px;
    }

    .col-sm-12.bordered-rt{
        border-right: none;
        border-bottom: 2px solid #eee;
    }

    .footer .kt-country-picker .kt-chosen-country-flag,.footer .kt-country-picker .kt-country-list li a img{
        margin-right: 0px;
    }

    .background-keyplan .keytrade-block{
        min-height: 300px;
    }


    /*.col-sm-6.bordered-rt-md, .col-sm-6.bordered-rt{        
        border-bottom: 1px solid #eee;
    }  */  
}