.shadow {
	border-radius: 5px;
	border: 1px solid #add4ed;
	box-shadow: 1px 3px 5px rgba(0,0,0,.2)!important;
}
.isicontact {
	position: relative;
	padding: 25px 25px 20px;
	border: 2px solid #dddddd;
	height: 450px;
}
#footer .footer-ribbon:before {
    border-right-color: #212529;
    border-left-color: #212529;
}
.swal2-popup {width: 36em !important;}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}