/*Common style*/
.clearfix{
    clear:both;
    content:'';
    display:table;
}
*:focus {
    outline: 0!important;
}
.img-responsive{
    display:block;
    max-width:100%;
    max-height:190px;
}
.alignvertical{
       display: -ms-flexbox;
       display: flex;
       align-items: center;
       justify-content: center;       
       flex-direction: column;
       -ms-flex-direction: column;
}
.alignvertical img{
    margin: auto;
}
.alignvertical h4{
    margin-bottom: 0;
}
a:hover{
    text-decoration: none;
}
.chart-box text, #divScoreChart text, #divVETScoreChart text {
    fill: white!important;
}
.colorGrey{
    color: #AFAFAF;
}
body{
    background-color: #0E121A;
}
table::-webkit-scrollbar-thumb, .stateList::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 20px;
}
table::-webkit-scrollbar, .stateList::-webkit-scrollbar {
    width: 6px;
}
::placeholder {
    color: #dddddd;
}
.view{
    display: none;
}
.activeFlex{
    display: flex;
}
input[type="radio"] {
    display: none;
}
td, th {
    padding: 5px !important;
    border: none;
    border-bottom: 1px solid #595757;
}
.option {
    padding: 5px;
    border-bottom: 1px solid #595757;
    color: white;
    transition: background-color 0.3s, border 0.3s, color 0.3s;
}
.option label{
    margin-bottom: 0;
    cursor: pointer;
    width: 100%;
    border-left: 1px solid transparent;
    padding-left: 5px;
}
.option:hover, .option:has(input[type="radio"]:checked) {
    background-color: #595757;
    border-left: 1px solid #9945D0;
}
.switchImg{
    display: none;
}
.activeBlock{
    display: block;
}
.searchContainer {
    position: relative;
    display: inline-block;
}
.clearBtn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 14px;
    display: none;
    color: #ffffff;
}
/*Section 1*/
.section1{
    text-align: left;
    padding-top: 5rem;
    padding-bottom:1rem;
    background-color: #0E121A;
    color: white;
}
.section1 h1{
    font-size: 45px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #fff;
}
.section1 h4{
    color: white;
}
.section1 p{
    font-size: 18px;
    margin-bottom: 12px;
}
.section1 p.section1text{
    color: #ABABAB;
    font-size: 18px;
    display: inline;
}
.section1Div i{
    font-size: 8px;
    color: #F7B500;
    display: inline;
    vertical-align: middle;
}
.section1Logo{
    color: #fff;
    font-size: 15px;
}
.section1Logo img{
    margin-bottom: 6px;
}
.sectionBg{
    height: 20rem;
    background-image: url(../images/bg-image.png);
    background-color: #0E121A;
    background-position: top;
    background-size: cover;
}
/*Section Light*/
.section-light{
    padding-top:50px;
    padding-bottom: 30px;
}
.section-light h5{
    color:#0E121A;
}
.section-light h2{
    color:#3c92ca;
}
.section-light hr{
    width: 5%;
    border-color: #e7b11d;
    text-align:left;
    margin: 16px auto 16px 0;
}
.accessDataDiv{
    display: flex;
    align-items: center;
    justify-content: right;
}
#accessData, #signupBtn, .downloadLink{
    display: inline-block;
    color: #fff;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #595757;
    border-radius: 5px;
    font-size: 18px;
    padding: 5px 25px;
    transition: all 0.4s;
}
#signupBtn, .downloadLink{
    background-color: #681C9A;
    border: none;
    padding: 7px 25px;
}
.downloadLink{
    display: none;
    max-width: 200px;
    margin: 20px auto 10px;
}
#accessData:hover, #signupBtn:hover, .downloadLink:hover{
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(250, 250, 250, 0.7);
    -webkit-box-shadow: 0px 1px 3px rgba(250, 250, 250, 0.7);
    color: white;
}
.logoutBtn{
    background: transparent;
    color: white!important;
    border: 1px solid #595757;
}
@media(max-width:767px) {
    .accessDataDiv{
        justify-content: center;
        margin-top: 20px;        
    }
}
/*Section 2*/
.section2{
    background-color:#0E121A;
    padding-top: 20px;
    padding-left: 3rem;
    padding-right: 3rem;
}
.section2 p{
    font-size: 18px;
}
.section2 .nav-link{
    border: none;
    border-radius: 25px;
    display: flex;
    align-items: center;
}
.section2 ul.nav{
    border-bottom: none;
    color: #0E121A;
    padding: 30px 0;
    border: 1px solid #595757;
    margin: auto;
    border-radius: 50px;
    padding: 1rem 4rem;
    max-width: 100%;
    text-align: center;
}
.mainNav{
    padding: 1.5rem 4rem 2rem !important;
}
.nav-tabs .nav-item{
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.divTopStates .table-responsive{
    display: flex;
    gap: 20px;
    justify-content: center;
    overflow: hidden;
}
.divTopStates .table-responsive:not(:last-child){
    border-right: 1px solid #595757;
}
.divTopStates .topState{
    text-align: left;
}
.divTopStates  .rank{
    font-size: 15px;
}
.section2Tab3 .row .col-lg-8{
    border-right: 1px solid #595757;
}
.section2 .switchView{
    cursor: pointer;
    border-right: 1px solid #595757;
    align-items: center;
    display: flex;
    justify-content: center;
}
#divCatProductionRebound td, #divVETCatProductionRebound td{
    border-bottom: none;
}
#divCatProductionRebound table, #divVETCatProductionRebound table{
    display: block;
    overflow-y: scroll;
    height: 400px;
}
@media(max-width:991px){
    .nav-tabs .nav-item{
        margin-bottom: 8px;
        min-height: 40px;
    }
    .section2 .switchView{
        border-right: none;
    }
    .section2Tab3 .row .col-lg-8{
        border-right: none;
    }
}
@media(max-width:767px){
    .divTopStates .table-responsive{
        justify-content: center;
        flex-direction: column;
        gap: 0px;
        border-right: none;
    }
    .divTopStates  .topState{
        text-align: center;
    }
    .divTopStates img {
        margin: auto;
    }  
    .carousel-inner h5 {
        font-size: 21px;   
    }
}
.lnkProd{
    display: table-cell;
    color: #fff;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #9945D0;
    font-size: 18px;
    padding: 5px 30px;
    transition: all 0.4s;
    margin-top: 5px;
}
.lnkProd:hover, .optionSelected{
    background: #9945D0;
    color: white;
}
#lnkProdState{
    border-radius: 20px 0 0 20px;
}
#lnkProdCounty{
    border-radius: 0 20px 20px 0;
}
.section2Tab1{
    color: white;
    align-items: center;
    background-color: #131823;
    padding: 1.5rem 2rem;
    border-radius: 15px 15px 0 0;
    border: 1px solid #595757;
}
.section2Tab2{
    color: white;
    padding: 1.5rem 2rem;
    border: 1px solid #595757;
}
.section2Tab2 > div:not(:last-child){
    border-right: 1px solid #595757;
}
.section2Tab3{
    padding: 1.5rem 2rem;
    border: 1px solid #595757;
    border-radius: 0 0 15px 15px;
    color: white;
}
.section2Tab3 table{
    padding-right: 5px;
}
.section2 input{   
    padding: 5px 10px;
    background: transparent;
    border: 1px solid #595757;
    border-radius: 5px;
    color: white;
    max-width: 100%;
}
.section2 .searchDiv .sortBtn{
    padding: 5px 10px;
    background: transparent;
    border: 1px solid #595757;
    border-radius: 5px;
    color: white;
}
.sortIcon{
    width: 17px;
}
.searchDiv{
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-flow: wrap;
    justify-content: space-between;
}
/*Section 3*/
.section3{
   padding-bottom: 50px;    
}
.section3 .arrowimg{
    float: right;
}
.section3 .card{
    width: 340px;
    max-width: 100%;
    margin: 20px auto;
    box-shadow: 1px 2px 12px rgba(130,130,130,0.4);
    -webkit-box-shadow: 1px 2px 12px rgba(130,130,130,0.4);
}
.section3 .card:hover {
    box-shadow: 1px 2px 12px rgba(130,130,130,0.8);
    -webkit-box-shadow: 1px 2px 12px rgba(130,130,130,0.8);
}
.section3 .row{
    margin-bottom: 25px;
}

/*Section 4*/
.section4{
    background-color: #252525;
    margin: 10px 20px;
}
.stateList{
    display: block;
    padding-right: 5px;
    margin-top: 10px;
}
.section4 select{
    padding: 5px;
   border-radius: 5px;
   width: 175px;
   border-color: #681c9a;
   background-color: transparent;
   color: white;
}
.section4 select option{
    background-color: #252525;
}
.section4 label{
    color: white;
    font-size:20px;
    font-weight: 500;
}
.section4 .stateText{
    color:#fff ;
}
/*Section 5*/
.section5{
    background-color: #0E121A;
    padding: 5rem 3rem 2.5rem 3rem;
    color: white;
}
.section5 hr{
    border-color: #e7b11d;
    width: 35%;
    margin-left: 0;
}
.section5 .accessArticleContent:hover{
    text-decoration: underline;
    cursor: pointer;
}
.section5Title{
    background-color: #131823;
    padding: 1.5rem 2rem;
    border-radius: 15px 15px 0 0;
    border: 1px solid #595757;
}
#accessArticles{
    color: #C66FFF;
}
.section5Content{
    padding: 3rem 2rem;
    border-radius: 0 0 15px 15px;
    border: 1px solid #595757;
}
.section5Content .col-lg-4{
    padding: 0 2rem;
}
.section5Topics span{
    border: 1px solid #595757;
    padding: 5px 20px;
    border-radius: 25px;
    margin-right: 5px;
}
/*Section 6*/
.section6{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: url(../images/background-quotes.png);
    background-size: cover;
    color: white;
}
.section6 .quotesText{
    display: flex;
    display: -ms-flexbox;
    align-items: flex-start;
    background-color: white;
    border-radius: 25px;
    padding: 35px 25px 10px 10px;
}
.section6 .quotesText img {
    margin-top: -20px;
}
.section6 .quotesImg{
    float: left;
    margin-right: 10px;
    top: 25%;
    position: relative;
}
.section6 p {
    color: #4a4a4a;
    line-height: 1.5;
    font-size: 20px;
    text-align: left;
    margin-left: 10px;
}
.colorPurple{
    color: #681c9a;
}
/*Section 7*/
.section7{
    background-color: #0E121A;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    color: white;
}
.section7Div{
    border: 1px solid #595757;
    border-radius: 15px;
    padding: 2rem;
}
.contactBtn{   
    display: inline-block;
    color: #fff!important;
    cursor: pointer;
    background-color: #681C9A;
    border-radius: 5px;
    font-size: 20px;
    padding: 10px 30px;
    transition: all 0.4s;
    margin-top: 5px;
}
.contactBtn:hover{
    color: white;
    background: #45096C;
    box-shadow: 0px 1px 3px rgba(5, 4, 4, 0.8);
    -webkit-box-shadow: 0px 1px 3px rgba(5, 4, 4, 0.8);
}
/*Pagination*/
.page-item.active .page-link {    
    color: #fff;
    background-color: #01B5FC;
    border-color: #01B5FC;
}
.page-link {
    color: #fff;    
    background-color: #454545;
}
/*Article Block*/
.articleBlock{
    color: white;
    position: relative;
}
.btnAction a{
    color: white;
    text-decoration: underline;
} 
.btnAction a:hover{
    text-decoration: underline;
}
.articleContent{
    background-color: #0E121A;
    color: white;
    padding-top: 2rem;
    padding-bottom: 5rem;
}
.articleContent a{
     color: #01B5FC;
}
.articleContent h1{
    font-size: 40px;
}
.backArrow i{
    color: #681C9A;
    margin-right: 10px;
}
.backArrow{
    color: white;
    font-size: 20px;
}
.backArrow:hover{
    color: white;
    text-decoration: underline;
}
/*Carousel*/
#carouselDental .carousel-indicators li, #carouselVet .carousel-indicators li, #carouselDSO .carousel-indicators li, #carouselChiro .carousel-indicators li, #carouselOptometry .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #9797a6;
}
#carouselDental .carousel-item, #carouselVet .carousel-item, #carouselDSO .carousel-item, #carouselChiro .carousel-item, #carouselOptometry .carousel-item {
    height: 500px;
    min-height: 400px;
}
.carousel-indicators{
    top: 2rem;
    right: auto;
    padding-left: 0.25rem;
    margin-left: 0;
}
.carousel-indicators li.active {
    background-color: #9945D0!important;
}
.carousel-control-next{
    align-items: baseline;
    left: 6rem;
    top: 2.5rem;
    justify-content: flex-start;
    opacity: 1!important;
}
#carouselChiro .carousel-control-next, #carouselOptometry .carousel-control-next, #carouselDSO .carousel-control-next{
    left: 3rem;
}
@media(max-width:575px) {
    .carousel-indicators{
        top: 4rem;
    }
    .section2, .section5, .section7{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .section2Tab1, .section2Tab2, .section2Tab3{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .carousel-control-next{
        top: 4.5rem;
    }
    .carousel-item > div {
        padding-top: 4rem;
    }
}
/*contact demo form*/
.contactform{
    max-width: 600px;
    text-align: left;
    margin:30px auto 0;
}

#email_val, #name_val, #practicename_val, #phone_val, #message_val, .error{
    display: none;
    color: red;
}

/*span.error,span{
    color:red;
}*/
span.error{
    color:red;
}

.success-msg{
    display: none;
    margin-top:1em;
    color:#e7b11d;
}
.contactform .btn{
    background-color:#681d9a;
    color:white;
    margin: 5px auto 5px;
    box-shadow: 0px 1px 5px rgb(105,105,105);
}

.contactform .formgroup input{
    display: inline-block;
}

/*Modal*/
.modal-content{
    background-color: #131823;
   color: white;
}
.modal-content h4{
    color: white
}
.modal-content hr{
    width: 10%;
    border-color: #9945D0;
    margin: 16px auto;
}
.modal .divLogin2 hr{
    width: 100%;
}
.modal-header{
    border: none;
}
.modal-content .btn{
    background-color: #9945D0;
    color: white;
    width: 200px;
    max-width: 100%;
    padding: 5px;
    display: inline-block;
    margin: 20px auto;
    border-radius: 5px;
}
.modal #btnHomeLogin{
    width: 100%;
}
.modal .btn:hover{
    background: #9945D0;
    color: white;
}
.modal-content span{
    color: red;
}
.modal-content p, .modal-content h4{
    text-align: center;
}
.modal input, .modal input:focus{
    background-color: #1C222F;
    border: none;
    color: white;
}
.resetPassword, .resetPassword:hover{
    color: white;
}
.divLogin1{
    display: flex;
    align-items: center;
    background-image: url(../images/us-bg.png);
    background-size: cover;
    flex-direction: column;
    justify-content: center;
}

.overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-image: url(../images/overlay-image1.png);
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: top center;
    background-color: linear-gradient(to bottom, rgba(158, 200, 255, 0.95), rgba(24, 132, 200,1));*/
    z-index: 2;
    cursor: pointer;
    margin-top: 20px;
  }
  
  .overlaybtn{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    border-radius: 25px;
    padding: 0px 25px 5px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
  }
  .main-graph{
      display: none;
  }
  .reload-us {
    width: 25px;
    height: 25px;
    margin-top: 6px;
    cursor: pointer;
  }
  .section4{
      overflow: hidden;
      padding-top:20px ;
      padding-bottom:50px ;
  }
   /*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #e7b11d;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #e6bf55;
  color: #fff;
}