.Box-row .col-sm-3.CustomInfoCal {
    margin-bottom: 30px;
}
.Box-row .InternalContentBox {
    height: 100%;
    padding: 15px;
    padding-bottom: 10px;
    text-align: center!important;
}
.Box-row .InternalContentBox h4, .ms-rteFontFace-custom1{
    font-size: 18px;
}

.Link-Start ul li {
    padding-right:0!important
    }
.Box-row ul li a {
    padding: 6px 20px;
    border: 1px #6c757d solid;
    background: #6c757d;
    padding-bottom: 7px;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
    }
.Link-Start {
    box-shadow: 0 0 22px 4px #dcdcdc;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    background-color: #2fab99;
    text-align: center;
    font-size: 20px;
}
.Link-Start a:before {
    content: "\f25a";
    font-weight: 900;
        font-family: "Font Awesome 5 Free";
        -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-left:10px;
}
.Link-Start:hover {
    background: #fff;
}
.Link-Start:hover a {
    color: #2fab99;
}
.Link-Start a {
    color:#fff;
}
.Title-Page {
    font-size: 23px;
    padding: 10px;
    margin-bottom: 10px;
    background: #eeeded;
    text-align: center;
}

.InternalContentBox.Mix-Color, .InternalContentBox.Mix-Color h4{
    color: #fff!important;
}
.list-Mix-Color h4{
   font-size:18px!important;
   margin-bottom: 2px;
}
.list-Mix-Color h4 i {
    margin-left: 10px;
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 25px;
}

.Link-Start li::before, .Mix-Color li::before {
    content: ""!important;
    display:none
}
.Mix-Color li {
    padding-right: 0px!important;
    }
.InternalContentBox.Mix-Color.list-Mix-Color {
    background: #5a5a5a!important;
    padding: 10px 0;
}
.list-Mix-Color li {
    padding: 4px 0px!important;
    text-align: center;
    border-bottom: 1px #ebeaea solid;
}
.list-Mix-Color li:last-child{
	border-bottom: 0px #ebeaea solid;
}
.customLink a {
    background: #2fab99!important;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
}
.col-sm-3.CustomInfoCal {
    text-align: center;
}
.TechnicalSupport {
    background: #5a5a5a;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.TechnicalSupport p {
    color:#fff
}
.TechnicalSupport a {
    text-align: center;
    display: block;
    padding: 10px;
    border-radius: 5px;
    color: #000;
    background: #fff;
    margin-bottom:10px;
}
.TechnicalSupport a:hover {
    background: #2fab99;
    color:#fff
}

@media only screen and (max-width: 768px){
	.Box-row .InternalContentBox {
    height: auto;
    }
   .Box-row .CustomInfoCal {
    margin-top: 0px;
    margin-bottom: 0px!important;
}
}