@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
.rightcenter span {
    font-family: 'Roboto', sans-serif;
        word-break: break-all;
}
.btn-group.bootstrap-select.show-tick.form-control.select2-hidden-accessible {
    display: none;
}
/*  Database Inner Page CSS */
.table-responsive { 
    overflow-x: unset;
}
section.database_page {
    padding: 40px 0;
}
button.btn.dropdown-toggle.selectpicker.btn-default:focus {
    outline: unset !important;
}
.dats_right {
    padding: 10px 0;
}

.dats_right select, .dats_right input {
    margin-bottom: 20px;
}
.data_left .filter {
    padding-bottom: 15px;
}
.data_left .form-group {
    margin-bottom: 22px;
}
.dats_right .select_wrap:after {
    top: 30px;
}

.dats_right .select_wrap label {
    padding: 0 10px;
}
.db_inner
{
    padding: 60px;
}
.db_inner_image_sections img 
 {
    border-radius: 25px;
    padding: 5px;
 }
.db_inner_image_sections p {
    line-height: 1.6;
    margin: 0px 0 20px 9px;
    font-size: 13px;
    color: #a9a9a9;
}
.related-product-section img {
    width: 100px;
    height: 150px;
}
.star-rating p {
    padding: 0 15px;
    cursor: pointer;
}
.db_inner_search_bar
{   
    padding: 19px;
    background-color: transparent;
    opacity: 0.5;
}
.db_inner_search_bar input {
    border-radius: 22px;
    width: 100%;
    height: 40px;
    background-color: transparent;
    padding: 14px;
    border: unset;
   border: 1px solid grey !important;
}
.sidebar-items {
    padding: 14px;
}


.sidebar-items  .button1{
    width: 275px;
    height: 42px;
    border-radius: 25px;
    box-shadow: unset;
    border: unset;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
     color: grey;
    font-weight: bold;
    text-align: left;
    padding-left: 17px;
    background: linear-gradient(to right, #83d9e2 4%, #5b80b7 100%);
    color: white;
}
.sidebar-items  .button2{
    width: 275px;
    height: 42px;
    border-radius: 25px;
    box-shadow: unset;
    border: unset;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
     color: grey;
    font-weight: bold;
    text-align: left;
    padding-left: 17px;
    margin-top: 20px;
    color:grey;
}
/* Health sector page CSS */
.health_sector {
    padding-top: 55px;
}
.health_sector_part1 h4 {
    color: #3f51b5;
     line-height: 1.0;
}
.health_sector_part1 p
{
    text-align:justify;
}
.health_sector_textbox1
{
  
}
.health_sector_textbox1 h5{
    font-family:unset;
    color: #000000;
    margin-top: 0;
    margin-bottom:unset;
    line-height: 1.4;
    font-weight: initial;
    font-size: 17px;
    padding-bottom: 10px;
}
.health_sector_textbox1 h2
{
    color:#83d9e2;
    margin: 10px;

}
.row.health_sector_part2 {
    padding-top:unset;
    padding-top: 75px;
}
.col-md-5.part2_box {
   
}

.part2_box h5{
    color: #3F51B5;
        font-size: 17px;
        margin-bottom: 5px;

}
.part2_box h2{
    font-family:unset;
    color: #616161;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 700;
}

.part2_box p
{
  text-align: justify;
   line-height: 1.6;
    margin: 0 0 20px 0;
    text-align: justify;
}


.w3-button{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: transparent;
    box-shadow: none;
    background: linear-gradient(to right,#5b80b7  4%, #83d9e2 100%);
    width: 155px;
    height: 45px;
    border-radius: 25px;
    border: 1px transparent;
    margin: 20px;
    color: white;
    font-weight: bolder;

}



.tabs{
    padding-top:15px;
    text-align: center;
    padding-bottom: 30px;
    text-align: justify-all;
}

.tabs-content h4
{
    text-align: justify;
 padding-top: 20px;
}
.tabs-content .col-md-3 {
    text-align: justify;
   
}




/*form page CSS */

.form_content_section{
    padding-top: 45px;
    text-align: center;

}

.form_content_section h4{

background-color: transparent;
 padding: 20px 0 0;
font-weight: bold;
}

.form_content_section input{
    width: 75%;
    padding: 10px 20px;
    border-radius: 25px;
    border:2px solid #cecece;
    margin-top: 17px;

}
.form_content_section P {
    font-weight: bold;
}
.form_submit {
    background: linear-gradient(to right,#5b80b7 4%, #83d9e2 100%);
    width: 75%;
    border-radius: 25px;
    height: 45px;
    margin-top: 20px;
    border: 0px solid;
    color: white;
    font-weight: bolder;
    }

.col-md-8.form_content_section a {
  
     font-size: 16px;
    font-weight: bold;

}

.col-md-4.image {
    background-image: url(../img/form_section_image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
    margin: 0px;
 
    height: 100vh;
}

.col-md-4.image h4 {
    color: white;
    padding: 50px 50px;
    font-size: 20px;

}
.col-md-4.image p {
    color: white;
    padding: 0px 50px;
    text-align: justify;
    font-size: 13px;
    font-family: unset;
    font-weight: 100;
}
.form_content_section input::placeholder{
    font-weight: bold;
    font-style: italic;
}
/* Product Details Page */
p.para-auther {
      font-size: 13px;
    font-family: unset;
    font-weight: 700;
    /*line-height: 0;*/
    margin-bottom: 17px;
    margin-top: 17px;

}
h4.rate {
    padding-top: 4px;
}
.star-rating {
    display: -webkit-inline-box;
}
.add-to-cart button {
    margin-left: 5px;
    font-size: 14px; 
}
.row.related-search-image-sections {
    padding-bottom: 30px;
}
.image img {
    right: 45px;
    height: 180px;
    margin: -30px;
    padding-right: 125px; 
}
div#field1 input {
    width: 42px;
    height: 40px;
    border-radius: 50px;
    box-shadow: unset;
    border: unset;
    text-align: center;
    padding: 0 0 0 12px;
    font-weight: bold;
        margin: 0 0 0 5px;
}

section.product_details_banner {
    padding-top: 50px;
}

.return{
    display: inline-block;
    text-align: center;
    padding: 0px 20px;
}
h5.headings {
    line-height: 3px;
    margin-top: 8px;
  
}
p.headings-para  {
    font-size: 14px;
    margin-bottom: 12px;
}


.add-to-cart {
    padding-top: 14px;
    padding-bottom: 6px;
}
.book_button {
    padding-top: 6px;
    padding-bottom: 8px;
}
.product_details_section1 {
    padding-top: 43px;
}

.product_details_section1 h4 {
    font-weight: bolder;
}

.product_details_section1 h5 {
     font-family: unset;
    font-weight: bolder;
    font-size: 15px;

}

.book_button button {
    background-color: #51bcc7;
    width: auto;
    border-radius: 8px;
    height: 30px;
    border: none;
    color: #fff;
    padding: 2px 8px;
    margin: 10px 0px 3px 3px;
}
span.fa.fa-star {
    color: #ffd400;
    padding: 0px 2px;
}

span.fa.fa-star.checked {
    color: #ffd400;
}

.fa fa-star{
    color;grey;
}
span.fa.fa-star {
    color:#c3c0c0;
}
span.rate {
    font-size: 12px;
    color: grey;
    font-weight: normal;
    text-decoration: line-through;
}

button.qty-btn {
    border-radius: 12px;
    border: none;
    width: 25px;
}

button.add-to-cart-btn {
    border: 2px solid #51bcc7;
    border-radius: 25px;
    padding: 7px 15px;
    background-color: WHITE;
    font-weight: 700;
    font-family: unset;
    font-size: 13px;
    color: #000;
}

button.buy-now-btn {
    border: 1px solid #51bcc7;
    border-radius: 25px;
    padding: 3px 12px;
    background-color: #51bcc7;
    font-weight: 700;
    font-family: unset;
    font-size: 13px;
    width: 114px;
    height: 32px;
    color: white;
    margin-top:5px;
}

.related-product-section {
    text-align: center;
  
    /* background-color:#eae7e7; */
    background-color:#f5f5f5;
  
}

.related-product-section img {
    padding-bottom: 20px;
}
.related-product-section h5 {
   line-height: 18px;
    margin: 0 0 5px;
}

.related-product-section span{
    color:grey;
     font-size: 13px;
         text-decoration: line-through;
}

.book-section{
    padding-top: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e5e5e5;
}
.book-section button{
     background-color: #4f61e2;
    color: white;
    border-radius: 30px;
    border: none;
    padding: 3px 17px;
}





/*tabs-section-product-detail */
/* Style the tab */
.tabs-section-product-detail .tab {
  overflow: hidden;
  margin: 0 auto;
  display: block;
  text-align: center;
  background-color: transparent;
}

/* Style the buttons inside the tab */
.tabs-section-product-detail .tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  /*padding: 14px 16px;*/
  transition: 0.3s;
  font-size: 17px;
  display: inline-block;
  width: 150px;
  font-weight: 900;
  font-family: initial;
  text-transform: uppercase;
}

/* Create an active/current tablink class */
.tabs-section-product-detail .tab button.active {
    background-color: transparent;
    color: #51bcc7;
    font-weight: bold;
    border-bottom: 2px solid #51bcc7;
        padding-bottom: 0px;
}

/* Style the tab content */
.tabs-section-product-detail .tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.tab button.active h4 {
    color: #49a7b1;
    font-weight: unset;
}

.tab button h4 {
    font-weight: unset;
    font-size: 18px;
    text-transform: capitalize;
}
div#description {
    padding-top: 10px;
    color: grey;
    text-align: justify;
}
div#review {
    padding-top: 40px;
    color: grey;
    text-align: justify;

}

.related-search hr {
    border: 0;
    margin-top: 13px;
    /* color: red; */
    border: 1px solid  #51bcc7;
    width: 170px;
}

.related-search h4 {
    text-align: center;
    font-weight: bold;
}

.image-section img {
    border-radius: 25px;
}

.image-section h4 {
    padding-top: 24px;
}

.image-section p{
    color:grey;
    text-align: justify;
    font-size: 13px;
}

.row.footer-sections {
    background-color: #3f51b5bf;
  
}
.row.footer-sections h4 {
    text-align: center;
    padding-top: 25px;
    color: white;
    font-size: 23px;
}
.row.footer-sections {
    text-align: center;
        padding-bottom: 25px;
}

.row.footer-sections button {
    border-radius: 25px;
    width: 125px;
    height: 37px;
    color: white;
    background-color: #ffb100;
    border: none;
}
/*tabs-section-product-detail */

/* Style the tab */
.health_tab .tab {
  overflow: hidden;
  display: block;
  margin: 0 auto;
  text-align: center;
}

/* Style the buttons inside the tab */
.health_tab .tab button {
  background-color: #f3f3f3;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 15px;
    transition: 0.3s;
    font-size: 11px;
    display: inline-block;
    border-radius: 50px;
    margin: 0 4px 15px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Change background color of buttons on hover */
.health_tab .tab button.active {
    /* background-color: #ccc; */
    background: linear-gradient(to right, #5b80b7 0%, #49a7b1 100%); 
    color: #fff;
}

/* Create an active/current tablink class */
.health_tab .tab button.active {
    /* background-color: #ccc; */
    background: linear-gradient(to right, #5b80b7 0%, #49a7b1 100%); 
    color: #fff;
}


/* Style the tab content */
.health_tab .tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
section.health {
    padding: 40px 0;
}
/*.health_tab .tab {
    margin: 0 0 40px;
}*/
section.health h4 {
    padding: 22px 0 0;
}
div#field1{
   
    padding-right: 11px;
    /*float: left*/
    display: inline-block;
}

button#sub{
    border-radius: 50px;
    background-color: #51bcc7;
    border: none;
    width: 25px;
    height: 25px;
    color: #fff;
}
button#add{
   border-radius: 50px;
    background-color: #51bcc7;
    border: none;
    width: 25px;
    height: 25px;
    color: #fff;
}
/*database blade.php page css*/
.database-breadcrumb{
    background-color: #6073b8;
    height: 100px;
    text-align: center;
}
.database-search-container input {
     
    background-color: #b0b6cc1c;
    border: none;
    border: 1px solid #b8b6de;
    width: 500px;
    height: 40px;
    padding: 5px;
    border-radius: 25px;
    margin-top: 23px;
    opacity: 0.5;
}
.database-search-container input::placeholder {
    color: white;
    padding: 20px;
    font-size: 17px;

}
.list ul li {
    text-align: left;
    float: left;
    padding: 16px 26px 5px 13px;
    color: #6b6363;
}
.list {
    height: 50px;
}
.row.list ul li a{
    color: grey;
}
.row.list ul li a:hover {
    border-bottom: 3px solid #5eccc4;
    color: #5eccc4;
    padding-bottom: 13px;
    font-weight: bolder;
}
.row.list ul li.active a  {
    border-bottom: 3px solid #5eccc4;
    padding-bottom: 13px;
    color: #5eccc4;
     font-weight: bolder;
}
.database-sidebar {
    background-color: #ededed;
    height: 798px;
}
.mid-bar-content li.active a {
    color: #fff !important;
}
.mid-bar-content li.active {
    background-color: #00000045;
}
.mid-bar-content {
    background-color: #ededed; 
    padding: 0px;
    margin-left: -15px; 
    border-left:2px solid #dcd9d9;  
    border-top-right-radius: 20px;
}
.database-sidebar-search input::placeholder {
    color: #000 !important;
}
.mid-bar-content ul{
    height: 713px;
    overflow-y: scroll;
}

.choose_act ul {
    height: 713px;
    overflow-y: scroll;
}
.database-sidebar .set > a.active, .database-sidebar .set > a {
    background: #fff;
    color: gray;
    border-radius: 50px;
}
.mid-bar-content hr {
    border: 0.5px solid #cccbcb;
    margin-top: 0px;
    width: 205px;
}
.mid-bar-content li {
    font-size: 12px;
    line-height: 30px;
    padding: 5px 0px 5px 12px;
    border-bottom: 1px solid #d4d1d1;

}



.mid-bar-content ::-webkit-scrollbar {
  width: 6px; 
}

/* Track */
.mid-bar-content ::-webkit-scrollbar-track {
  background:#ededed;  
}
 
/* Handle */
.mid-bar-content ::-webkit-scrollbar-thumb {
  background: #20b2aa; 
}

/* Handle on hover */
.mid-bar-content ::-webkit-scrollbar-thumb:hover {
  background:#20b2aa; 
}
.mid-bar-content ul li a {
    color: gray;
}
.mid-bar h4 {
        padding: 18px 0 0;
    font-size: 13px;
    margin-bottom: 8px;
}
.database-main .health_sector_part1 h3 {
    color: #6073b8;
}
.database-sidebar-search img.search_input {
    position: absolute;
    margin: 10px 0 0 -41px;
}
.database-main .related h3 {
    text-align: left;
    color: #6073b8;
}
.database-main .health_sector_part1 {
    padding-top: 65px;
    padding-left: 30px;
    
    width:90%;
    
}
.database-main .health_sector_part1 p{
    font-size: 13px;
    text-align: justify;
    line-height: 1.9;
}
.health_sector_textbox1.demo{
    padding-left: 1px;
}
.related h3 {
    padding-left: 15px;
}
button.full-detail {
    background: linear-gradient(to right, #20B2AA 35%, #5b80b7 65%);
    border: none;
    height: 45px;
    border-radius: 25px;
    width: 250px;
    color: white;
}
.related .db_inner_image_sections {
    padding-bottom: 20px;
}
.related{
    padding-right: 31px;
    width:100%;
    text-align: center;
    padding-left: 15px;

    padding-bottom: 30px;
}

.database-sidebar-search input {
      width: 100%;
    height: 33px;
    border: none;
    /* border-radius: 10px; */
    /* color: white; */
    padding: 21px;
    margin: 0 0 0 0;
    background-color: #d0d0d0;
    border-top-right-radius: 20px;
}
.asd_database .st_img{
    width: 0%;
    height: 23px;
    /*margin:0px 0 0px -13px;*/
     padding-top:6px;
    padding-bottom:6px;
    display:inline-block;
    border-radius: 50%;

   
}
.asd_database .set_tittle{
 color:#bdbcbc;
 display:inline-block;
 position:absolute;
 top:5px;
 margin:4px 0 4px 10px;
 text-transform: none;
 letter-spacing:1.2px;
 font-size:14px;
}
.database-sidebar-search input::placeholder {
    color: white;
    font-size: 16px;
    font-weight: 300;

}
/*.database-sidebar-search {
    padding-top: 25px;
}*/
.database-sidebar ul.eco li {
    background-color: #ededed;
    padding: 0px;

}
.asd_database .set > a i{
    color:#d2cfcf;
    float:right;
    margin-top:3%;
    font-size:23px;
    font-weight:bold;
}
.database-sidebar ul.eco li input {
    margin: 0px 0px 0px 3px;
}
.accordion-container.aos-init.aos-animate{
    padding-top:27px;
}
.database-sidebar h3 {
    color: #696767;
    font-size: 22px;
    padding-left: 10px;
    padding-top: 30px;
}
.choose_act ul li a {
      background-color: #20b2aa;
    margin: 11px auto;
    display: block;
    color: #fff;
    font-size: 14px; 
    padding: 7px 15px;
    border-radius: 10px;
}
.choose_act button {
    background-color: #ffa800;
    border: unset;
    padding: 10px 45px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 30px auto;
    display: block;
    border-radius: 10px;

}
.health_login button {
    margin: 16% 0;
}
.health_login {
    margin:0 auto ;
    display: block;
    text-align: center;
}
ul.side_search li:hover {
    background-color: grey;
}
.database-sidebar {
    padding-left: 85px;
}
.menu{
    height: 100px;
    box-sizing: border-box;
    
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;

}
.menu-wrapper {
    position: relative;
    /*width:100%;*/
    height: 50px;
    margin: 1em auto;
    
    overflow-x: hidden;
    overflow-y: hidden;
    }
.paddle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3em;
}
.left-paddle {
    left: 0;
}
.right-paddle {
    right: 0;
    background-color:lightseagreen;
    border-radius:50%;
    color:white;
    font-weight: bold;
    border:none;
}

.left-paddle {
    background-color:lightseagreen;
    border-radius:50%;
    color:white;
    font-weight: bold;
    border:none;
}

.hidden {
    display: none;
}
.menu .item{
        display: inline-block;
        height: 100%;
        padding: 1em;
        box-sizing: border-box;
}

.demo h2{
    margin: 0px;
      /*background:linear-gradient(to right, #20B2AA 35%, #5b80b7 65%);*/
      background:-webkit-linear-gradient(#20B2AA, #5b80b7);
      -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;


}
.demo h4{
    margin-top: 10px;
}
@media only screen and (max-width: 768px) {
.mid-bar-content{
    margin-left: 0px;
    border-radius: 20px;
}
.database-sidebar{
    padding-left: 25px;
    padding-right: 25px;
    height: auto;
    padding-bottom:25px;
}
.database-search-container input{
    width:99%;
}
.database-sidebar-search img.search_input{
    margin-top: 12px;
    position: absolute;
    margin-left: -30px;

}
/*.set .content {
width: 250px;
}*/
.table-responsive {
        overflow-x: auto!important;
}
.related{
    padding-right: 0px;
}
}
.radio-item {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
}

.radio-item input[type='radio'] {
  display: none;
}

.radio-item label {
  color: #666;
  font-weight: normal;
}

.radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 5px 0 0;
  width: 14px;
  height: 14px;
  border-radius: 11px;
  border: 1px solid #969798;
  background-color: white;
}
.radio-item label:after {
    font-weight: bold;
}
.radio-item input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 8px;
  content: " ";
  display: block;
  background:#567794;
}
span.select2.select2-container.select2-container--default {
       width: 100% !important;
    padding: 10px 20px;
    border-radius: 25px;
    border: 1px solid #cecece;
    margin-top: 5px;
    /*max-height: 100px;*/
    color: #000;
    overflow-y: scroll;
}
.select2-container--default .select2-selection--single, span.select2-selection.select2-selection--multiple{
    border: unset !important;
        margin: -4px 0;
}
span.select2-selection__arrow {
    margin: 6px 0;
}
.select_book {
   /* height: 36px;
    padding: 30px 0px;*/
}
.author, .book-cover {
    margin: 15px 0;
}
    ul#myList, ul#myList1, ul#myList3, ul#myList2 , ul#myList4{
        height: 250px;
        overflow-y: scroll;
    }
    ul#myList::-webkit-scrollbar, ul#myList1::-webkit-scrollbar, ul#myList3::-webkit-scrollbar, ul#myList2::-webkit-scrollbar, ul#myList4::-webkit-scrollbar, .right_side_block_inner::-webkit-scrollbar {
      width: 5px;
      cursor: pointer;
      border-radius: 20px;
    }

    /* Track */
    ul#myList::-webkit-scrollbar-track, ul#myList1::-webkit-scrollbar-track, ul#myList3::-webkit-scrollbar-track, ul#myList2::-webkit-scrollbar-track, ul#myList4::-webkit-scrollbar-track, .right_side_block_inner::-webkit-scrollbar-track  {
      background: #40b8af; 
    }
     
    /* Handle */
    ul#myList::-webkit-scrollbar-thumb, ul#myList1::-webkit-scrollbar-thumb, ul#myList3::-webkit-scrollbar-thumb, ul#myList2::-webkit-scrollbar-thumb, ul#myList4::-webkit-scrollbar-thumb, .right_side_block_inner::-webkit-scrollbar-thumb {
      background: #fdb916; 
    }

    /* Handle on hover */
    ul#myList::-webkit-scrollbar-thumb:hover, ul#myList1::-webkit-scrollbar-thumb:hover, ul#myList3::-webkit-scrollbar-thumb:hover, ul#myList2::-webkit-scrollbar-thumb:hover, ul#myList4::-webkit-scrollbar-thumb:hover, .right_side_block_inner::-webkit-scrollbar-thumb:hover {
      background: #fdb916; 
    }
/* The container */
.asd_check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 2px;
  cursor: pointer; 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
      margin-top: 30px;
    margin-bottom: 20px;
}
/*******SUNIL******/
.eco li .asd_check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 2px;
  margin-top: 2px;
  cursor: pointer; 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*******SUNIL******/

/* Hide the browser's default checkbox */
.asd_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color:#e6e2e2;
}

/* On mouse-over, add a grey background color */
.asd_check:hover input ~ .checkmark {
  background-color:#e6e2e2;
}

/* When the checkbox is checked, add a blue background */
.asd_check input:checked ~ .checkmark {
  background-color: #e6e2e2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.asd_check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checked-filter ul li {
    display: inline-block;
    margin: 5px 0;
}
.checked-filter ul li a {
    background-color: #ccc;
    color: #000;
    padding: 5px 25px 5px 10px;
    border-radius: 50px;
    margin-right: 6px;
    font-size: 12px;
    font-weight: 600;
}
.checked-filter {
    margin: 12px 0;
}
.checked-filter ul li a:after {
    font-family: FontAwesome;
    content: "\f00d";
    /*padding: 0 0 0 6px;*/
    position: absolute;
    right: 8px;
    top: 20%;
    font-weight: 400;
}
.set .publication_input {
        padding: 20px 0;
} 
.publication_input .form-control {
    height: 40px;
    border-radius: 50px;
    margin-top: 0;
    border-color: #4242;
    color: #666;
}
div#specification thead {
    background-color: #40b8af;
    color: #fff;
    display: none;
}

div#specification thead tr td {
    padding: 15px;
}

div#specification tbody tr td {
    padding: 15px;
    color: #000;
    border-bottom: 1px solid #ccc;
}
div#specification table {
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16), 0 6px 20px 0 rgba(0, 0, 0, 0.04);*/
    border: 1px solid #ccc;
    width: 100%;
}
div#specification {
    margin: 30px 0;
}
div#specification thead tr td {
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}
td.label_heading {
    font-weight: bold;
    font-size: 16px;
} 
.tabs-section-product-detail {
    padding: 50px 0;
}

.Book_type {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0px 20px 20px;
}
.personal_info{
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
      margin-left: 20px;
}
/* Hide the browser's default radio button */
.Book_type input , .personal_info input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.Book_type .checkmark, .personal_info .checkmark{
  position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #e6e2e2;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.Book_type:hover input ~ .checkmark, .personal_info:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.Book_type input:checked ~ .checkmark, .personal_info input:checked ~ .checkmark {
  background-color: #20b2aa;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.Book_type .checkmark:after, .personal_info .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.Book_type input:checked ~ .checkmark:after, .personal_info input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.Book_type .checkmark:after, .personal_info .checkmark:after{
    top: 6px;
    left: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}
.dashboard_inner select{
    outline: unset;
}
ul#selectedCategory {
    padding-bottom: 15px;
}
a#more {
    font-size: 16px;
    font-weight: bold;
    /*color: #000;
    padding: 5px;
    margin-top: 20px;
    cursor: pointer;*/
    color: #fff;
    padding: 6px 20px;
    cursor: pointer;
    background-color: #fdb916;
    border-radius: 20px;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px; 
}
a.thumbnail, .img-thumbnail{
    border: unset;
}
.thumb img {
    width: 100%;
    height: 150px;
}
.gallery {
    margin: 20px 0;
}
button#show-next-image, button#show-previous-image {
    background-color: #3cbfad;
    color: #fff;
    border-radius: 50px;
    margin: 10px 0;
    padding: 5px 14px 5px 14px;
}
div#image-gallery button.close {
    margin: -22px 0 0;
    opacity: 1;
    color: #40b8af;
    position: absolute;
    right: 6px;
    top: 82%;
    font-size: 38px;
    z-index: 9999;
    border: unset;
    text-shadow: unset;
}
div#image-gallery .modal-footer {
    border: unset;
}
div#image-gallery .modal-content {
    background: transparent;
    box-shadow: unset;
    border: unset;
}
div#image-gallery .modal-header {
    border: unset;
}
div#image-gallery .modal-dialog.modal-lg{
    min-width: 1100px;
    height: 550px;
}
 img#image-gallery-image{
    width: 100%;
    height: 550px;
}
button#show-next-image {
    position: absolute;
    right: 40px;
    top: 45%;
    z-index: 9999999;
}
button#show-previous-image {
    position: absolute;
    top: 45%;
    left: 28px;
}
/*.inner_box h4 {
    padding: 15px 15px 10px;
     border-bottom: 1px solid #000; 
    color: #fff;
    background-color: #40b8af;
}*/
.inner_box {
    padding: 10px;
}
.inner_box {
    padding: 10px;
}
.right_side_block{
    background: #fff; 
    height: 550px;
}
.inner_comment ul li {
    width: 100%;
    height: auto;
}

.inner_comment ul li .comment_left {
    float: left;
    width: 20%;
    height: auto;
    padding: 5px;
}

.inner_comment ul li .comment_right {
    float: left;
    width: 80%;
    padding: 5px;
    color: #fff;
    margin-bottom: 10px;
}

.inner_comment ul li .comment_right p, .inner_box p{ 
    margin-bottom: 0px;
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

.inner_comment {
    padding: 10px;
}

textarea#content {
    height: auto;
    position: relative;
}
.comment_left img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 5px 0px;
}
.inner_comment {
    padding: 5px;
    width: 100%;
    /*height: 400px;
    overflow-y: scroll;*/
}

#signin button.close, #signup button.close {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    opacity: 1;
}
a.close {
    float: unset;
    color: #337ab7;
    opacity: 1;
    font-size: inherit;
}
.asd_row {
    padding: 0;
}
.inner_share {
    /*background-color: #5e73c2;*/
    padding: 16px;
    margin-bottom: 20px;
    background-color: #51bcc7;
}

.inner_share ul li {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 0 18px;
}

.inner_share ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.inner_share ul li a i {
    padding: 0 8px 0 0px;
}
.inner_text_button input[type="text"] {
    background-color: #f8f8f8;
    width: 88%;
    padding: 10px;
    display: block;
    border: unset;
}
img#OpenImgUpload {
    position: absolute;
    width: 25px;
    right: 12px;
    margin: 13px 0;
    cursor: pointer;
}
.right_side_block_inner{
    height: 500px;
    overflow-y: scroll;
}
.news_related {
    margin-top: 30px;
}
.news_related h5 {
    padding-bottom: 15px;
}
.news_related a.buy-now {
    width: 150px;
    padding: 10px;
}
.mypopup {
    padding: 22px 0;
    font-size: 24px;
    margin: 0;
    font-weight: bold;
}
span.str-span:after {
    content: "|";
    padding: 0px 0 0 5px;
}
span.str-span:last-child:after {
    display: none;
}
.book_image a {
    position: absolute;
    background-color: #17c4bb;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #ffff;
    top: 0;
    right: 0;
    border-radius: 50%;
}
.book_image {
    margin-bottom: 30px;
}
#myModal .modal-body img {
    margin: 0 auto;
    display: block;
}
div#write_review img {
    display: block;
    text-align: center;
    margin: 6% auto 0;
}
div#write_review h5 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 30px;
}
.btn-group.bootstrap-select.show-tick {
    width: 100% !important;
    height: 50px !important;
}
button.btn.dropdown-toggle.selectpicker.btn-default {height: 50px;border-radius: 50px;border: 2px solid #ccc;}
button.btn.dropdown-toggle.selectpicker.btn-default:hover {
    background-color: transparent;
}
.bs-actionsbox button {
    background-color: #40b8af;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
div.dataTables_wrapper select {
    width: auto;
    height: auto;
    padding: 5px 5px;
    margin: 0 0;
}
.dataTables_wrapper input[type="search"] {
    border: 2px solid #ccc;
    border-radius: 50px;
    height: 35px;
}
a.paginate_button {
    background: #20b2aa !important;
}

div#data-list_paginate a {
    color: #fff !important;
    margin: 5px 0 7px 4px;
}
a.paginate_button.current {
    background-color: #fdb916 !important;
}
.btn-group.bootstrap-select {
    width: 100% !important;
}
button.selectpicker {
    width: 100% !important;
    padding: 10px 20px !important;
    border-radius: 25px !important;
    border: 1px solid #cecece !important;
    margin: 5px 0 0 0 !important;
    height: 40px !important;
    color: #000 !important;
    background-color: transparent !important;
}
.datepicker-months table, .datepicker-years table {
    width: 100%;
}

.datepicker-months th.datepicker-switch, .datepicker-years th.datepicker-switch {
    text-align: center;
}

.datepicker-months th.next, .datepicker-years th.next {
    text-align: right;
}
.datepicker-months td span.month, .datepicker-years td span.year  {
    padding: 5px;
    width: 23px;
}
span.form-control {
     height: 0px;
   }
   .dropdown-menu.open {
     max-height: none !important;
   }
.btn-group.bootstrap-select {
    box-shadow: unset !important;
}

.attach_law_label{
    font-family: 'Gotham', sans-serif;
    color: #222222;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 500;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 350px !important;
}

.bootstrap-select.btn-group .dropdown-menu.inner{
    max-height: 200px !important;
}

.load-more-linkingcategory button {
    background-color: #51bcc7;
    width: auto;
    border-radius: 8px;
    height: 30px;
    border: none;
    color: #fff;
    padding: 2px 8px;
    margin: 10px 5px 3px 0px;
}
.vc_custom_1602247013617 h3 {
    color: #5674FC;
    font-family: "Circular Std medium", Sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 3.7px;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 500px;
    overflow-y: auto;
    font-size: 13px;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
    font-weight: 800;
    color: #262863;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
    font-size: 15px;
    line-height: 24px;
}
.health_tab div#askme .col-md-3 {
height: 250px;
width: 270px;
background-color: #f5f5f5;
margin: 8px;
box-shadow: 0 4px 8px 0 rgb(186 179 179 / 9%), 0 6px 20px 0 rgb(0 0 0 / 4%);
word-break: break-all;
}

.health_tab div#calendar .col-md-3 {
height: 250px;
width: 270px;
background-color: #edf3f3;
margin: 8px;
box-shadow: 0 4px 8px 0 rgb(186 179 179 / 9%), 0 6px 20px 0 rgb(0 0 0 / 4%);
}

.health_tab div#files-and-tools .col-md-3 {
height: 285px !important;
width: 270px;
background-color: #edf3f3;
padding: 10px;
margin: 8px;
box-shadow: 0 4px 8px 0 rgb(186 179 179 / 9%), 0 6px 20px 0 rgb(0 0 0 / 4%);
}
section.include_health {
    padding: 50px 0; 
}
.health_tab div#editorial .col-md-3, .health_tab div#gallery .col-md-3,.health_tab div#videos .col-md-3, .health_tab div#publications .col-md-3, .health_tab div#important-website .col-md-3  {
height: 350px;
width: 270px;
background-color: #fff;
padding: 10px;
margin: 8px;
box-shadow: 0 4px 8px 0 rgb(186 179 179 / 9%), 0 6px 20px 0 rgb(0 0 0 / 4%);
}  
.health_tab div#files-and-tools img {
    width: 60px !important;
    height: 60px !important;
} 

.health_tab .tabcontent img {
    height: 150px !important;
    width: 264px !important;
}
/* width */
.dashboard_inner ::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.dashboard_inner ::-webkit-scrollbar-track {
  background: #20b2aa ; 
}
 
/* Handle */
.dashboard_inner ::-webkit-scrollbar-thumb {
  background: #f1f1f1; 
}
