﻿body {
    background-color: #e6f5f8 !important;
}
.slide {
    margin:20px 0px;
    background-color:#fff;
}

.carousel-indicators li {
    border: 2px solid #28609b !important;
    height: 20px !important;
    width: 20px !important;
    margin:10px !important;
}

.carousel-indicators .active {
    background-color: #28609b !important;
}
.item {
    margin-top:20px;
    margin-left:32px;
}

.mdd-cnt {
    height: 360px;
    width: 260px;
    float: left;
    margin-right: 32px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    body {
        background-color: #e6f5f8 !important;
    }

    .slide {
        margin: 30px 0px;
        background-color: #fff;
    }

    .carousel-indicators li {
        border: 2px solid #28609b !important;
        height: 50px !important;
        width: 50px !important;
        border-radius: 50px !important;
        margin: 20px!important;
    }

    .carousel-indicators .active {
        background-color: #28609b !important;
    }

    .item {
        margin-top: 30px;
        margin-left: 40px;
    }

    .mdd-cnt {
        height: 609px;
        width: 440px;
        float: left;
        margin-right: 40px;
        margin-bottom: 30px;
        border: 1px solid #ddd;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        cursor: pointer;
    }
}