* {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
body {
    background: #C8C8C8;
}
/*.row {
    box-sizing: border-box !important;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}*/

#btn-left, #btn-right {
    position: relative;
    top: 200px;
    font-size: 2em;
    margin: 10px;
}
#btn-left .a-left {
    left: 0;
}
#btn-right .a-right {
    right: 0;
}
.invalid {
	border-color: #FF0000!important;
}
.planColumns{
	width: 960px;
	margin: 30px -5px 0;
}
.planColumn{
	margin-right: 10px;
}
.w-box {
    background: transparent;
    color: white;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding: 5px;
}
.carousel {
    margin: 2em 0;
}
.carousel-control.right,
.carousel-control.left {
    height: 250px;
    width: 30px;
}
.arrow-direction {
    background: none !important;
    border: none !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0) !important;
    color: #333 !important;
}
.terminate-plan-list {
    display: inherit !important;
}
.items-desk {
    width: 32.5%;
    padding-right: 5px;
    float: left;
    margin: 0 auto;
}
.arrow-text {
    width: 100%;
    position: absolute;
    top: 170px;
    margin: -10px -15px;
    font-size: 0.8em;
}
#content-item1, #content-item2{
    background: transparent;
}
.terminate-plan-list .plan-top a:hover {
    background: #1E564B !important;
    color: #fff;
}

@media screen and (min-width:320px) and (max-width:992px) {
    #mainContainer {
        width: 80%;
    }
    .terminate-plan-list .plan-feature p {
        font-size: 16px;
        line-height: 20px;
        font-weight: lighter;
    }
    .terminate-plan-list .plan-top a {
        padding: 10px 0px;
        font-size: 18px;
        width: 150px;
        text-align: center;
    }
    .item {
        width:100%;
    }
    .items-desk {
        width: 80%;
        float: none;
        margin: auto;
    }
    .tabs-slide {
        width: 64%;
        margin: 20px auto;
        padding: 0 !important;
        box-sizing: border-box;
    }
    .tabs-slide > li >a{
        background: transparent;
        color: #333;
        border: 1px solid #333;
        border-radius: 4px;
    }
    .nav-tabs {
        border: none;
    }
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
        background: #333;
        color: white;
        border-radius: 4px;
    }
    .carousel-control.right, .carousel-control.left {
        height: 35px;
        width: 50px;
    }
    .carousel-indicators {
        position: initial;
        bottom: 0;
        left: 0;
        z-index: 0;
        padding-left: 0;
        text-align: center;
        list-style: none;
    }
    .carousel-indicators li {
        display: inline-block;
        width: auto !important;
        height: auto !important;;
        margin: 0;
        text-indent: 0;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0);
        border: none;
        border-radius: 0;
    }
    .carousel-indicators .active {
        width: auto;
        margin: 0;
        background-color: #fff;
    }
    @keyframes bounceInDown{
        0% {
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }
    }
}
