/*********** Nav *****************/
.nav-img {
    background: url("../images/help.jpg") no-repeat center center fixed;
}

.container-heading-content {
	position: absolute;
	/* margin-top: 100px; */
	color:white;
    background-color: rgba(160, 201, 195, 0.55);
    /* padding: 20px; */
    bottom: 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
}

.big-btn {
    margin-bottom: 80px;
    font-size: 26px;
    padding: 19px 40px;
    line-height: 32px;
    border-radius: 50px;
    text-transform: uppercase;
    /* background: #01d79f;
    border-color: transparent; */
        background: #717E7B;
    border-color: rgba(169, 45, 45, 0.78);
}

.big-btn:hover {
    background-color: #51DABA;
}
.btn-success:hover {
    color: #fff;
    background-color: #51DABA;
    border-color: #398439;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}

.plans-container {
    padding: 20px 0px 20px 0px;
    background-color: aliceblue;
}

.plans-head h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
    color: #333333;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: normal;
}
.plans-head h2 {
    margin-top: 0px;
    margin-bottom: 35px;
    text-align: center;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
}

.plan-round {
    width: 100%;
    max-width: 100px;
    height: 100%;
    max-height: 100px;
    text-align: center;
    margin: 0 auto;
}
.plan-round img {
    width: 100%;
    max-width: 100px;
    max-height: 100px;
    height: 100%;
    margin: 0px auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #fff;
    border: 1px solid #eaeaea;
}

.plan h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    color: #009027;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.plan p {
   
    margin-bottom: 30px;
    text-align: center;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight:normal;
	line-height:24px;
}

.plan h5 {
	font-family: arial;
}

.click-detail {
	-webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    opacity: 0.7;
}

.click-detail:hover {
    opacity:1;
    cursor: pointer;   
}

.details-container {
    padding: 20px 0px 20px 0px;
    background-color: white;
}

.description-image {
	width: 100%;
    max-width: 200px;
    max-height: 200px;
    height: 100%;
    margin: 0px auto;
    background-color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.description-image-container {
    text-align: center;
    margin: 0 auto;
}

.details-container .row {
	padding: 10px;
	border-bottom-width: 2px;
    border-bottom-color: #F0DDDD;
    border-bottom-style: double;
    margin-bottom: 10px;
}