.breadcrumb {
    padding: 8px 10px !important;
}
.wrap {
    padding: 50px 0;
}
.static-mednawise {
    padding-top: 40px;
}
.page-header {
    padding: 0 10px 6px;
}
.page-header h1 {
    font-size: 34px;
}
.medna_wise {
	background: -webkit-linear-gradient(left, #00bce6, #3c45ab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg_gradient {
    background: linear-gradient(to right, #00d6a1, #00bce6, #3c45ab);
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    display: inline-block;
    margin: 6px auto;
    font-size: 18px !important;
    font-weight: 400 !important;
}
.useful-box h4 .title {
    background: #00bce6;
}
.useful-box h4 .title1 {
    background: #00d6a1;
}
.useful-box h4 .title, .useful-box h4 .title1 {
    color: #fff;
    padding: 1px 16px;
    border-radius: 50px;
    line-height: 1.5;
}
.page-header h1 .small {
    font-size: 26px;
}
.description h2 {
    font-size: 24px;
    font-weight: 700;
}
.description ul {
    padding: 14px 0;
    list-style: none;
}
.description ul li {
    display: inline-block;
    margin-right: 4em;
    font-size: 14px;
    font-weight: 600;
}
.description ul li:before {
    display: inline-block;
    content: '';
    border-radius: 50%;
    height: 1rem;
    width: 1rem;
    background-color: #00918f;
    margin-right: 20px;
    vertical-align: middle;
}

.page-header h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.intro-mednawise {
    padding-bottom: 20px;
}
.page-header .widt-80 {
    width: 80%;
    margin: 0 auto;
}
.understand-drug {
    padding: 40px 0;
}
.drug_items {
    margin-top: 4em;
}
.drug_items .drug-box img {
    width: auto !important;
    display: inline-block !important;
}
.drug_items .drug-box p {
    font-weight: 600;
    margin: 17px 0;
}
.drug_items button {
    position: absolute;
    top: 34%;
    background: #fff !important;
    border-radius: 50%;
   /* width: 44px;
    height: 44px;*/
    box-shadow: 0 2px 8px 0 #00000040;
}
.drug_items button:hover {
    box-shadow: inset 0 0 10px 0 #00000040;
}
.drug_items button span {
    font-size: 30px;
    line-height: 0;
}
.drug_items button.owl-prev {
    left: -20px;
}
.drug_items button.owl-next {
    right: -20px;
}


.pgx-screening {
    padding: 40px 0;
}
.screening {
    margin-top: 3em;
}
.row.useful-box {
    padding: 16px;
    box-shadow: 0 4px 12px 0 #0000002b;
    border-radius: 6px;
    margin-bottom: 15px !important;
    height: 116px;
}
.useful-box div {
    padding: 0;
}
.useful-box .col-md-3.col-xs-4 {
    text-align: right;
}
.useful-box h4 {
    font-size: 19px;
    font-weight: 500;
    margin: 12px 0;
}

.take_test {
    margin: 4em 0;
}
.take_test h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}
.take_test ul {
    padding: 0;
    list-style: none;
}
.take_test ul li {
    padding: 5px 0;
}
.take_test ul li:before {
    display: inline-block;
    content: '';
    border-radius: 50%;
    height: 1.2rem;
    width: 1.2rem;
    background-color: #a5a6a7;
    margin-right: 14px;
    vertical-align: middle;
}
.contact-form-section {
    margin: 0 20px;
}


@media(max-width:991px) {
.wrap {
    padding: 30px 0;
}
.static-mednawise {
    padding-top: 20px;
}
.description h2 {
    font-size: 20px;
    text-align: center;
}
.static-mednawise .image {
    margin-bottom: 30px;
}
.description ul li {
    margin-right: 1em;
    padding: 8px 0;
}
.welcome-mednawise .description {
    margin-top: 40px;
}
.page-header .widt-80 {
    width: 100%;
    margin: auto;
    text-align: left;
}
.drug_items {
    margin-top: 1em;
}
.row.useful-box .col-xs-8 {
    width: 80%;
}
.row.useful-box .col-xs-4 {
    width: 20%;
}
.useful-box-img {
    display: none;
}
.row.useful-box {
    height: auto;
}
.take_test {
    margin: 0;
}
.contact-form-section {
    margin: 0;
}
}