.padd {
    padding: 60px 0;
}
.breadcrumb {
    padding: 10px 0 !important;
}
.genetic-cat .prevention-imagebox {
    text-align: center;
}
.genetic-cat .prevention-content h1, .health-connection h2, .bg_orange .risk_content h2,
.gen_prevention .gen_content h2 {
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.4;
}
.health-connection {
    background: #ffefe5;
    text-align: center;
    padding: 40px;
    border-radius: 14px;
    box-shadow: 0 4px 8px 0px #ccc;
}
.health-connection p {
    margin-top: 25px;
    margin-bottom: 0;
}
.bg_orange {
    background-image: linear-gradient(#fc684c,#f18e26);
    text-align: center;
    padding: 30px 0 15px;
}
.bg_orange .risk_content h2 {
    color: white;
}
.bg_orange .risk_content {
    width: 50%;
    margin: 0 auto;
}
.bg_orange .risk_content #better-click {
    font-weight: 600;
    text-decoration: none;
}
.gen_prevention .gen_content {
    padding: 6px 40px;
}
.gen_prevention.padd {
    padding-bottom: 30px;
}
.padd-sm {
    padding: 30px 0;
}
.condition_repo .repo_content {
    text-align: center;
}
.repo_content ul li {
    list-style: none;
    width: 12%;
    display: inline-table;
    transition: .2s;
}
.repo_content ul li:hover {
    transform: translateY(-10px);
}
.repo_content ul li p {
    /*font-family: Poppins,Arial;*/
    line-height: 1.4;
    font-size: 14px;
}
.repo_content ul li .repo_box {
    box-shadow: 0 4px 8px 0 #ccc;
    border-radius: 10px;
    padding: 22px;
    margin: 20px 9px;
}
.condition_repo .repo_content h5 {
    margin-bottom: 35px;
}
.gen_requirement .inc-detail .inc-img {
    background: #f97c3f;
    border-radius: 49%;
    width: 80px;
    height: 80px;
    padding: 12px;
    margin: 10px auto;
}
.gen_requirement .inc-detail h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0;
}
.gen_img {
    cursor: pointer;
}
.enquiry-now.form_detail {
    box-shadow: 0 0 2px 1px #e0dfdf;
    margin: 0 30px;
    border-radius: 0 0 6px 6px;
}
.enquiry-now.form_detail .form {
    padding: 35px 24px;
}
.enquiry-now.form_detail .form input, .enquiry-now.form_detail .form textarea {
    box-shadow: none;
    border-color: #ccc;
    border-radius: 0;
}
.enquiry-now.form_detail .form input {
    height: 44px;
}
.enquiry-now.form_detail .submit-btn {
    text-align: center;
    margin-top: 26px;
}
.enquiry-now.form_detail .submit-btn button {
    background-image: linear-gradient(#f97242,#f28c28);
    border: 0;
    padding: 18px 86px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 6px;
}
.enquiry-now.form_detail .form-dialog .form-head {
    padding: 20px;
    background: #f32613;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    color: white;
    width: 100%;
    -moz-border-radius: 0px 50% -webkit-border-radius: 0px 50%;
    border-radius: 0px 0 50% 50%;
}
.enquiry-now.form_detail .form-dialog .form-head h4 {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
    color: white;
}
.dnawise-packages-section {
    background: #fbefe3;
}
p.bottomtag-60 {
    width: 60%;
    margin: 20px auto;
}
.package-testboxes {
    padding: 0 40px;
}
.package-testboxes .genetic-box {
    background: #fff;
    border: 2px solid #9d9894;
    margin: 20px;
    padding: 45px 35px 25px;
    text-align: center;
    height: 520px;
}
.genetic-box.recommended-box {
    border: 6px solid #9d9894;
    box-shadow: 0 0 3px 2px #ccc;
}
.genetic-box, .profile-box {
    display: inline-block;
    transition-duration: .3s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.genetic-box:hover {
    transform: translateY(-5px);
}
.package-testboxes .genetic-box .top-section {
    padding: 16px;
    text-align: center;
    border-radius: 24px 24px 0 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: -35px;
}
.package-testboxes .recommended-box .top-section .head-box span {
    background: #d00e16;
    color: #fff;
    font-size: 14px;
    padding: 6px 24px;
    border-radius: 50px;
}
.package-testboxes .genetic-box p {
    font-size: 14px;
    color: #777;
    margin: 10px 0;
}
.package-testboxes .genetic-box ul {
    padding-left: 15px;
}
.package-testboxes .genetic-box ul li {
    list-style: none;
    text-align: left;
    font-size: 16px;
    padding: 6px 0;
}
.package-testboxes .genetic-box a.btn {
    font-size: 16px;
    padding: 16px 60px;
    font-weight: 700;
    border-radius: 50px;
    margin-top: 2em;
    color: #5f5f5f;
    background: #fbe8e1;
    border: 2px solid #9e9e9e;
}
.package-testboxes .genetic-box a.btn:hover {
    background: #f80035;
    border: 1px solid #f80035;
    color: #fff;
}
.testimonial-section .people-img img {
    border-radius: 50%;
    box-shadow: 0 4px 0 #ddd;
    cursor: pointer;
    text-align: center;
    width: 120px !important;
    margin: auto;
}
.testimonial-more {
    padding: 0 50px;
}
.testimonial-section .people-txt p {
    font-size: 14px;
}
.testimonial-section .people-txt p:nth-child(2) {
    font-size: 16px;
    font-weight: 600;
}
.testimonial-section .people-txt a.btn {
    background: #fbe8e1;
    color: #7b7b7b;
    font-size: 14px;
    padding: 6px 26px;
    border: 1px solid #7b7b7b;
    border-radius: 50px;
    margin-top: 1em;
}
.testimonial-section .people-txt a.btn:hover {
    background: #f80035;
    border: 1px solid #f80035;
    color: #fff;
}
.testimonial-section {
    margin-top: 48px;
    display: inline-block;
}
.gdnawise_habits .text-center h2 {
    font-weight: 700;
    font-size: 26px;
}
.gdnawise_habits ul {
    list-style: none;
}
.gdnawise_habits ul .habits_con .habits_content h4 {
    font-size: 16px;
    color: #c11d1e;
    margin-bottom: 15px;
}
.articlecontent .header h1 {
    margin-bottom: 1em;
}
.card.article-cat .article-box {
    overflow: hidden;
    border-radius: 3px 3px 0 0;
}
.enquiry-now.form_detail.form-active {
    margin: 0;
}
.enquiry-now.form_detail.form-active .form-dialog {
    padding: 0;
}
.enquiry-now.form_detail.form-active .form {
    padding: 22px;
}
@media only screen and (max-width: 991px){
.bg_orange .risk_content {
    width: 100%;
}
.gen_prevention .gen_content {
    padding: 20px 0 0;
}
.repo_content ul li {
    width: 20%;
}
.gen_requirement .inc-detail {
    margin: 0;
}
.gen_requirement .inc-detail h2 {
    line-height: 1.4;
}
.enquiry-now.form_detail {
    margin: 40px 0;
}
.enquiry-now.form_detail .form {
    padding: 20px;
}
p.bottomtag-60 {
    width: 100%;
}
.package-testboxes, .gdnawise_habits ul {
    padding: 0;
}
.package-testboxes .genetic-box {
    padding: 45px 15px 25px;
    height: auto;
}
.testimonial .text-center h2, .dnawise-packages-section .text-center h2 {
    font-size: 30px;
}
.testimonial-more {
    padding: 0 15px;
    text-align: center;
}
.testimonial-section .people-img {
    margin-bottom: 15px;
}
.health-connection {
    padding: 40px 15px;
}
}
@media only screen and (max-width: 767px){
	.gdnawise_habits ul .habits_con {
    text-align: center;
}
.gdnawise_habits ul .habits_con .habits_imagebox, .gdnawise_habits ul .habits_con .habits_content {
    float: unset;
	width: auto;
}
.gdnawise_habits ul .habits_con .habits_content h4 {
    margin-top: 15px;
}
.breadcrumb {
    text-align: left !important;
}
.card.article-cat {
    display: inline-block;
    margin: 0 !important;
    box-shadow: none !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd !important;
    width: 100%;
}
.article-box {
    float: left;
    width: 35%;
}
.card-body.text-center {
    padding: 0;
    width: 62%;
    float: right;
    padding: 6px;
    padding-top: 32px;

}
.card-body .card-title {
    margin-bottom: 0;
}
.article-cat .card-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    text-align: left !important;
    font-size: 14px !important;
}
a.btn.btn-warning.read-more {
    display: none;
}
.card.article-cat a .article-img img {
    border-radius: 3px 0 0 3px;
}
}
@media only screen and (max-width: 480px){
.repo_content ul li {
    width: 48%;
}
}