        .slider-container {
            position: relative;
            max-width: 100%;
            max-height: 100%;
         /*   margin: 50px auto;*/
            overflow: hidden;
        }
        .slides {
            display: flex;
            transition: transform 0.5s ease-in-out;
            position: relative;
        }
        .slide {
            min-width: 100%;
        }
        .slide img {
            width: 100%;
            height: auto;
        }
        .controls {
            padding: 10px;
            border-radius: 50%;
            margin: 0 3px;
            margin-right: 3px;
            color: rgba(0,0,0,0.8);
            text-decoration: none;
            margin-left: 90%;
        }
        .prev, .next {
            border-radius: 50%;
            width: 40px;
            height: 40px;
            font-size: 20px;
            background: #003C81;
            text-align: center;
            color: #fff;
            border: none;
            outline: none;
        }
        .prev:hover, .next:hover {
            background-color: #555;
        }
        @media only screen and (max-width: 600px) {
        .controls {
            padding: 10px;
            border-radius: 50%;
            margin: 0 3px;
            margin-right: 3px;
            color: rgba(0,0,0,0.8);
            text-decoration: none;
            margin-left: 65%;
        }
        .prev, .next {
            border-radius: 50%;
            font-size: 16px;
            background: #003C81;
            text-align: center;
            color: #fff;
            border: none;
            outline: none;
            font-weight: 200;
            margin-left:13px;
        }
    }
    #packages {
        position: relative;
        text-align: center;
        padding: 0px 0 !important;
    }