/* USING ONLY ON DATA CERTERS PAGE */

.ion-main-content-container .map {
    margin-bottom: 20px;
}
.datacenter-detail {
    padding: 1rem;
    background-color: #fafafa;
    height: fit-content;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    margin-bottom: 1rem;
    width: 30%;
    margin-left: 3%;
    font-size: 18px;
}
@media only screen and (max-width: 480px) {
    .datacenter-detail {
        width: 100%;
        margin-left:0;
    }
}
.ion-main-content-container .media {
    width: 65%;
    display: inline;
}
.ul-circle-check li {
    list-style: none;
}
.ul-circle-check i {
    color: #2B3F7E;
}
.speed-test {
    background-color: #2B3F7E;
    display: flex;
    padding: 1rem;
    border-radius: 8px;
    align-items: center;
}
.speed-test h2,
.speed-test h6,
.speed-test p
{
    color: #fff;
}
.speed-test img {
    padding-right: 30px;
    padding-left: 20px;
}
@media only screen and (max-width: 480px) {
    .speed-test img {
        display: none;
    }
    .btn {
        font-size: inherit;;
    }
}

/* SLICK */
.carousel img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 0;
}
.slick-slide {
    transition: transform 0.3s ease;
}
.slick-center img {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

/* FACILITY */
.facility h2,
.facility p {
    color: #fff;
}
.facility h4 {
    margin-bottom: 0;
}
.facility .facility-container {
    color: #fff;
    padding: 2rem;
    border-radius: 8px;
    height: 500px;
}
@media only screen and (max-width: 480px) {
    .facility .facility-container {
        height: fit-content;
        margin-bottom: 0.5rem;
    }
}
.facility-container .col-md-4 {
    text-align: right;
}
@media only screen and (max-width: 480px) {
    .facility-container .col-md-4 {
        text-align: left;
    }
}
.facility h3,
.facility h4,
.facility p {
    color: #fff;
}
/* WHY CHOOSE */
.why-choose {
    padding: 1rem;
    background-color: #fafafa;
    height: fit-content;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    margin-bottom: 1rem;
    width: 100%;
}
.why-choose h2 {
    margin-bottom: 1rem;
}
.why-choose h5 {
    margin-bottom: 0;
}
/* NETWORK LOCATIONS */
.network-location h2,
.network-location h5 {
    text-align: center;
}
@media only screen and (max-width: 480px) {
    .network-location h2,
    .network-location h5,
    .network-location h6 {
        text-align: left;
    }
}
.hnl1-certifications p {
    margin-bottom: 0;
    text-align: left;
}
/* TOP PRODUCTS */
@media only screen and (max-width: 480px) {
    .datacenter-top-products {
        flex-direction: column;
        width: 100%;
    }
}
.datacenter-top-products .panel {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 1.6rem;
    color: #ffffff;
    background-color: #2B3F7E;
    border: 1px solid #AAB2CB;
    margin-bottom: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.datacenter-top-products .panel li {
    list-style: none;
}
.datacenter-top-products .panel ul {
    padding-left: 0;
    margin-top: 1rem;
    height: 140px;
}
/*.container h2 {*/
/*    text-align: center;*/
/*}*/
.datacenter-top-products .panel-heading {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    align-items: flex-start;
    border-bottom: 1px solid #AAB2CB
}
.datacenter-top-products .panel-heading img {
    width: 16%;
}
@media only screen and (max-width: 480px) {
    .datacenter-top-products .panel-heading img {
        width: 11%;
    }
}
.datacenter-top-products .panel-heading h4 {
    color: #fff;
}
.datacenter-top-products .datacenter-top-products-price {
    color: #FFCC33;
    font-weight: 600;
}
.speed-test-container {
    margin-bottom: 40px;
}
@media only screen and (max-width: 480px) {
    .speed-test-container {
        margin-bottom: 20px;
    }
}
.datacenter-top-products-container {
    background:url('/templates/lagom2/assets/img/banner-bg/cheap-cloud-vps-servers.jpg') no-repeat;
    padding: 40px 0;
    border-radius: 8px;
}
@media only screen and (max-width: 480px) {
    .datacenter-top-products-container {
        background:#2B3F7E;
    }
}
.datacenter-top-products-container h2 {
    color: #ffffff;
}
.datacenter-top-products .col {
    margin-bottom: 20px;
}
.datacenter-top-products-container .see-more-plans {
    width:59%;
    margin:20px auto 0;
    display: flex;
}
@media only screen and (max-width: 480px) {
    .datacenter-top-products-container .see-more-plans {
        width: 94%;
    }
}