﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.clearfix {
    clear: both;
}

body {
    margin: 0;
    padding: 0;
    background: #eee !important;
}

.wrapper {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

.header {
    background: #ff4444;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 60px !important; 
    z-index: 99;  
}

.left-header {
    width: 40px;
    height: 40px;
    border-right: 2px solid #191919;
    float: left;
}

.left-header i {
    color: #fff;
    padding: 11px;
}

.right-header {
    width: 200px;
    float: right;
    margin-right: 80px;
}

.left {
    float: left;
    color: #fff;
    font-size: 13px;
    margin-top: 0px;
}

.right {
    float: right;
    margin-right: 10px;
    margin-top: 0px;
    color: #fff;
    font-size: 13px;
}

.left-name {
    float: left;
    border: 1px solid #33b2e2;
    width: 50%;
}

.right-name {
    float: right;
    border: 1px solid #33b2e2;
    width: 50%;
}

.accordion p {
    display: none;
}

.right a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

.container { 
    width: 100%;
}

.border-top {
    border-top: 3px solid #191919;
}

.login-div {
    width: 100%;
    height: 500px;
    background: #33b2e2;
    padding: 35px;
}

.login-div input {
    border: none;
    padding: 12px;
    width: 80%;
    border-radius: 7px;
    font-size: 16px;
    color: #ff4444;
}

.search-div {
    width: 100%;
    height: 115px;
    background: #33b2e2;
    padding: 35px;
}

.search-div input {
    border: none;
    padding: 12px;
    width: 60%;
    border-radius: 7px;
    font-size: 16px;
    color: #ff4444;
}

.left-input {
    float: left;
}

.right-bttn {
    background: #f44;
    color: #ffffff;
    padding: 12px 24px;
    border: none;
    margin-left: 6px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 7px;
    box-shadow: 0px 3px 5px #484848;
}

.right-bttn:hover {
    background: #fff;
    color: #ff4444;
    cursor: pointer;
}

.right-bttn2 {
    background: #f44;
    color: #ffe1b8;
    padding: 9px 24px;
    border: none;
    margin-left: 6px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 7px;
    box-shadow: 0px 3px 5px #484848;
}

.right-bttn2:hover {
    background: #fff;
    color: #ff4444;
    cursor: pointer;
}

.margintop10 {
    margin-top: 10px;
}

.heading1 {
    font-size: 16px;
    color: #ff4444;
    margin-left: 20px;
}

.heading2 a {
    font-size: 18px;
    color: #7d7d7d;
    text-decoration: none;
}

.heading3 {
    font-size: 13px; 
    color: green;
    margin-left: 20px;
}

.left-div {
    float: left;
    width: 70px;
    height: 70px;
    margin-left: 5%;
}

.medi-img {
    width: 70px;
    height: 70px;
    margin-left: 2%;
    float: left;
    clear: both;
}

.mediChar-img {
    width: 30px;
    height: 30px;
    margin-left: 3%;
    clear: both;
}

.medi-name {
    margin: 2px 10px !important;
    display: block;
    float: left;
    color: #585858;
}

.displayblock {
    display: block;
}

.right-div {
    width: 500px;
    height: 70px;
    float: left;
    margin-left: 20px;
    overflow: hidden;
}

.list-line {
    clear: both;
    padding: 10px 0;
    margin: 0;
}

.list-line:nth-child(even) {
    clear: both;
    background: #f9f9f9;
}

.header-bg-color {
    background: #ff4444 !important;
}

.hidden {
    display: none;
}

.heading2 {
    margin-top: 25px;
}

.ads-banner {
    float: left;
    width: 24%;
    height: 100%;
}

.ads-banner img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.logo {
    width: 250px;
    float: left;
    padding: 7px 0 5px 30px;
}

.logo img {
    width: 100%;
}

.menu {
    float: right;
    padding-right: 20px;
}

.menu ul {
    list-style: none;
    display: inline-block;
    padding: 10px;
}

.menu ul li {
    list-style: none;
    display: inline-block;
    padding: 10px;
}

ul.topnav li a {
    padding: 0 5px;
}

.menu ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: block;
}

.footer {
    background: #ff4444;
    padding: 10px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -10px;
    /*height: 30px;*/
    z-index: 99;
}

.custom-content {
    position: fixed;
    height: 100%;
    margin: 0 auto 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    top: 60px;
}

.content-item-container {
    border-bottom: 1px solid #fff;padding-bottom: 50px;
}

.content-summary-container {
    height: auto !important;
    overflow: initial !important;
    padding: 5px 0 !important;
    background: #fff;
}

.content-title-container {
    padding: 5px 25px;
    background-color: #CCFFFF;
    font-size: 1.1rem;
    color: #333;
    font-weight: 600;
    border: 1px solid #33b2e2;
}

.content-summary-container.inner-content {
    padding: 5px 25px !important;
    line-height: 1.5;
}

.content-summary-container.inner-content p {
    font-size: 13px;
}

.content-title-container a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.content-title-container.category-name {
    padding: 7px 15px;
    background-color: #ddd;
    font-size: 1.5rem;
    font-weight: normal;
    color: #585858;
    border: none;
}

.content-title-container.category-nameA {
    padding: 7px 15px;
    background-color: #c2ffc2;
    font-size: 1.5rem;
    font-weight: normal;
    color: #585858;
    border: none;
}

.content-title-container.category-nameB {
    padding: 7px 15px;
    background-color: #ffb8b8;
    font-size: 1.5rem;
    font-weight: normal;
    color: #585858;
    border: none;
}

.content-title-container.category-nameC {
    padding: 7px 15px;
    background-color: #d9d8e4;
    font-size: 1.5rem;
    font-weight: normal;
    color: #585858;
    border: none;
}

.faq-title-link {
    text-decoration: none;
    background-color: #CCFFFF;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.Salt-Desc {
    padding: 5px 25px;
    background-color: #FFCCFF;
    font-size: 1.1rem;
    color: #333;
    font-weight: 600;
    border: 1px solid #33b2e2;
    width: 100%;
}

.autocomplete {
    z-index: 999;
    position: absolute;
    width: inherit;
}

/*menu*/

ul.topnav li a {
    transition: 0.3s;
}

ul.topnav li.icon {
    display: none;
}

.left-content {
    width: 15%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
}

.middle-content {
    width: 65%;
    position: fixed;
    top: 80px ;
    left: 20%;
    height: 100%;
}

.right-content {
    width: 20%;
    position: fixed;
    top: 0;
    left: 85%;
    height: 100%;
}

.middle-fix-height-div {
    overflow: auto;
    height: 70%;overflow-x: hidden;
}

.lannguage select {
    border: 1px solid #ddd;
    width: 80px;
    border-radius: 3px;
    padding: 2px;
}

.navbar-toggle {
    margin-right: 2px !important;
    margin-top: 10px !important;
    color: #fff;
    position: relative;
    float: right;
    padding: 6px 10px;
    margin-bottom: 3px;
    background-color: #ff4444 !important;
    border: 1px solid transparent;
    border-radius: 1px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

/* Priyanka */

@media only screen and (min-width:981px) and (max-width:1260px) {
    .search-div input {
        width: 66% !important
    }
}

/*accordian end*/

@media only screen and (min-width: 760px) and (max-width: 980px) {
    .container {
        width: 100%;
    }
    .middle-content {
        width: 100%;
        left: 0;
    }
    .search-div {
        height: 150px;
        padding: 4rem;
        text-align: center;
    }
    .right-div {
        width: 320px;
        height: 70px;
        float: left;
        margin-left: 20px;
        overflow: hidden;
    }
    /* Priyanka */
    .search-div input {
        width: 70% !important;
        margin-bottom: 10px;
    }
    .logo {
        width: 140px;
        margin-top: 13px;
    }
    .tab-content>.tab-pane {
        padding: 1rem;
    }
    .middle-content, .custom-content {
        position: relative;
        top: 0;
    }
    .custom-content {
        margin-top: 50px
    }
    .right-content, .left-content {
        display: none;
    }
    .menu ul li {
        padding: 10px 5px;
    }
}

@media only screen and (min-width:480px) and (max-width: 759px) {
    .container {
        width: 100%;
    }
    .middle-content {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
    }
    .left-div {
        float: left;
        width: 70px;
        height: 70px;
        margin-left: 15px;
    }
    .right-div {
        width: 355px;
        height: 70px;
        float: left;
        margin-left: 20px;
        overflow: hidden;
        padding-right: 10px;
    }
    .logo {
        width: 179px;
        float: left;
        padding: 10px 0 5px 8px;
    }
    .menu ul li a {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
        display: block;
    }
    .ads-banner {
        float: left;
        width: 160px;
        display: none;
    }
    .custom-content {
        position: relative;
        margin-top: 30px;
        top: 0
    }
}

@media only screen and (max-width: 479px) {
    .container {
        width: 100%;
    }
    .middle-content {
        width: 100%;
        left: 0;
        position: relative;
        /* float: left; */
    }
    .left-content. .right-content {
        display: none;
    }
    .medi-name {
        font-size: 16px;
        width: 65%
    }
    .medi-img {
        width: 20%;
    }
    .right-content {
        position: absolute;
    }
    .left-div {
        float: left;
        width: 70px;
        height: 70px;
        margin-left: 2%;
    }
    .right-div {
        width: 213px;
        height: 70px;
        float: left;
        margin-left: 10px;
        overflow: hidden;
    }
    .ads-banner {
        float: left;
        width: 160px;
        display: none;
    }
    .left {
        float: none;
        color: #fff;
        font-size: 13px;
        margin-top: 0px;
        text-align: center;
    }
    .right {
        float: none;
        margin-right: 10px;
        margin-top: 4px;
        color: #fff;
        font-size: 13px;
        text-align: center;
    }
    .logo {
        width: 150px;
        float: left;
        padding: 10px 0 5px 5px;
    }
    .menu ul li a {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
        display: block;
    }
    /*menu*/
    ul.topnav.responsive {
        position: relative;
    }
    ul.topnav.responsive li.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    ul.topnav.responsive li {
        float: none;
        display: inline;
    }
    ul.topnav.responsive li a {
        display: block;
        text-align: left;
    }
    .dataTables_wrapper .dataTables_filter {
        text-align: center;
        width: 100%;
        height: 100px;
        background: #33b2e2;
        padding: 18px 35px !important;
    }
    .right-bttn {
        padding: 12px 18px;
        border: none;
        margin-left: 6px;
        font-size: 15px;
        border-radius: 7px;
        margin-top: 0px;
    }
    .right-bttn2 {
        background: #f44;
        color: #ffe1b8;
        padding: 7px 18px;
        border: none;
        margin-left: 6px;
        font-size: 15px;
        font-weight: 600;
        border-radius: 7px;
        box-shadow: 0px 3px 5px #484848;
    }
}

@media screen and (max-width: 767px) {
	#divArticleContent h1{ padding-top: 80px }
	.custom-content{ position: relative; padding-bottom: 30px; top:0;}
	.content-item-container>ol {
    padding: 10px 24px;
}
    .middle-fix-height-div {
        height: 70% !important;
    }
    .menu ul.topnav {
        padding: 0;
        position: absolute;
        display: none;
        top: 46px;
        right: 0;
        z-index: 999;
        background: #f44;
        min-width: 200px;
    }
    .menu ul li {
        display: block;
        padding: 0;
    }
    .menu ul li a:hover {
        background: #33b2e2;
        cursor: pointer;
    }
    .menu ul li a {
        padding: 7px 10px;
        cursor: pointer;
    }
    .search-div {
        padding: 3rem 4rem;
        margin-top: 2rem;
        height: auto;
        text-align: center;
    }
    .search-div input {
        border-radius: 4px;
        font-size: 13px;
        margin-bottom: 10px;
        padding: 7px 15px 6px 15px;
        width: 100% !important;
    }
    .right-bttn {
        box-shadow: 0px 2px 3px #484848;
        border-radius: 4px;
        padding: 7px 20px;
    }
    .medi-name {
        margin: 0 !important;
        padding: 2px 10px;
    }
    .header {
        height: 50px !important;
    }
    .middle-content {
        top: 0;
        z-index: 9;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 15px;
    }
    .middle-content.my-profile {
        padding-bottom: 100px;
    }
    .topnav {
        margin-top: 5px;
    }
    .menu {
        padding-right: 8px;
    }
}

/**New Styles**/

.content-item-container>ol {
    padding: 10px 24px;
}