body > div.container{
	   width:100%;
	   padding: 0;
	   background-color:white;
   }
    .auto-refill--title {
        text-align: center;
        background-color: #29aae2;
        color: #fff;
        padding: 15px 0;
        position: relative;
        margin-bottom: 48px;
		margin-top: auto;
    }
	
	.auto-refill-plans {
        display: table;
        width: 100%;
		margin-bottom: 50px;
        text-align: center;
		border-spacing: 15px;
     }

    .auto-refill--title:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(41, 170, 226, 0);
        border-top-color: #29aae2;
        border-width: 20px;
        margin-left: -20px;
    }
    .auto-refill--intro {
	    text-align: center;
	    font-size: 22px;
	    font-weight: 600;    
		margin-top: -16px;
		color: black;
	}
	.auto-refill--intro-text {
		    text-align: center;
		    width: 55%;
		    margin: 0 auto;
		    font-size: 18px;
		    color: #aba9aa;
		    word-spacing: 2px;
		    line-height: 1.2;
			margin-bottom: 16px;
			font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		}

	.auto-refill--know {
	    text-align: center;
    font-weight: bolder;
    text-transform: capitalize;
    font-size: 19px;
    margin: 0;
    cursor: pointer;
    padding: 36px;
    border-top: 1px solid #f0efee;
    border-bottom: 1px solid #f0efee;
	}
	.auto-refill--know.collapsed .glyphicon-chevron-down{
		color: #29aae2;
		font-size: 18px;
		-webkit-transition: all .6s ease;
		   -moz-transition: all .6s ease;
		    -ms-transition: all .6s ease;
		     -o-transition: all .6s ease;
		        transition: all .6s ease;
    	transform:rotate(0deg);
	}

	.auto-refill--know .glyphicon-chevron-down{
		transform:rotate(180deg);
		color: #29aae2;
		font-size: 18px;
    	margin-left: 10px;
    	-webkit-transition: all .6s ease;
		   -moz-transition: all .6s ease;
		    -ms-transition: all .6s ease;
		     -o-transition: all .6s ease;
		        transition: all .6s ease;
	}
	.ar {
	    background-color: #f0efee;
	    padding: 80px 0;
	}
	.auto-refill-plans > button {
		padding: 5px 30px;
        flex-grow: 1;
        flex-basis: 0;
		font-size: 22px;
		text-transform: uppercase;
		margin-right: 15px;
		color: #cecdcd;
		word-wrap: break-word;
		border-radius: 0;
		border: 3px solid #f0efee;
		white-space: normal;
		height: 98px;
		justify-content: center;
        line-height: 1;
	}
	

	.plan-box {
        max-width: 280px;
        margin: 0;
        border-radius: 5px;
        padding: 5px;
        position: relative;
        margin-bottom: 30px;
        margin-right: 30px;
        height: 280px;
        overflow: hidden;
        text-align: center;
		cursor: pointer;
    }
	.plan-box h4{
		color: #b7b7b7;
		font-size: 16px;
		line-height: 1.5;
	}
	
	.plan-boxes {
	    width: 82%;
	    margin: 0 auto;
	    display: flex;
	    flex: 1 1 33%;
	    flex-wrap: wrap;
	}
	.features {
		display: table;
		flex: 1 1 25%;
		flex-wrap:nowrap;
		text-align: center;
		justify-content:center;
		margin-bottom: 30px;
		padding: 30px 0;
		padding-left:17%;
	}
	.features > div{
		width: 280px;
		padding-right: 60px;
		display:table-cell;
	}
	.features > div .glyphicon {
		color: #29aae2;
		font-size: 18px;
	}
	.features > div >h4 {
		    line-height: 1.6;
	}
	.auto-refill--plan-txt {
	    text-align: center;
	    font-size: 24px;
	    font-weight: 600;
	    color: #5d5b5c;
	    margin-bottom: 50px;
	}
	.auto-refill-plans > button:hover{
    border-color: #29aae2;
    color: #29aae2;
    background-color: #fff;
	}
	.auto-refill-plans > button.active{
    border-color: #29aae2 !important;
    color: #29aae2 !important;
    background-color: #fff !important;
	}
	
	.navbar li a {
    font-size: 13px;
    color: #fff;
    font-family: 'DinWeb-Bold';
    text-transform: uppercase;
    line-height: 14px;
    width: 140px;
    height: 60px;
}

#tooltip611 span{
	    font-size: 9px;
}

.container {
    width: 1170px;
}

.autorefil-btn{
display:table-cell;
width:23%;
}