.per25.four-colum {
    width: 22%;
} 

/* box container css */
.box-container.focused-links {
    background-color: #DFE8F3;
}

.box-container.focused-links p a {
    background-color: #ffffff;
    display: inline-block;
    border-right: 0px;
    padding: 15px;
    min-width: 230px;
    margin-right: 10px;
    margin-top: 10px;
    box-shadow: 0px 0px 7px 0px #00000030;
    position: relative;
}

.box-container.focused-links p a:hover {
    text-decoration: none;
}

.box-container.focused-links p a img {
    vertical-align: middle;
}

.box-container.focused-links p a span {
    vertical-align: middle;
    display: inline-block;
    padding-left: 15px;
}

.blue-right-arrow {
    border: solid #138cd6;
    border-width: 0 3px 3px 0;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: 15px;
    top: 40%;
    height: 10px;
    padding-left: 4px !important;
}

.red-txt {
    color: #E9132C !important;
}

/* box container css  ends*/

.help-desk-img {
    min-height: 250px;
}
.help-desk-img img {
    border: 1px solid #eaeaea;
}
.txt-btn {
    display: block;
    background: #0099cc;
    color: #fff;
    padding: 6px;
    transition: 0.2s all;
    text-align: center;
}
.txt-btn:hover {
    text-decoration: none;
    opacity: 0.9;
}
.btmBar {
    height: auto;
    text-align: center;
}
#btmBar.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}
#btmBar ul {
    text-align: center;
    float: none !important;
}
#btmBar ul li {
    display: inline-block;
    float: none !important;
    width: 100% !important;
    max-width: 220px;
    padding: 6px 0px !important;
}
#btmBar ul li a {
    color: #ffffff !important;
    padding: 8px 15px;
    display: inline-block;
font-size: 12px;
}
#btmBar ul li a:hover {
    color: #ff0000 !important;
}
.sdp-fixed-banner {
	z-index: 99;
}
.four-colum {
    border-right: 1px dashed #ddd;
    padding-left: 8px;
    padding-right: 8px;
}
.four-colum .mB30 {
    min-height: 190px;
}
.last-col .mB30 {
 min-height: 190px;
}
@media screen and (max-width: 768px) {
	.four-colum {
		border-right: 0;
	}
.four-colum .mB30 {
    min-height: auto;
}
.last-col .mB30 {
 min-height: auto;
}
.per25.four-colum {
    width: 45%;
} 
}
@media screen and (max-width: 500px) {
.per25.four-colum {
    width: 100%;
}
}