

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');



* {
    margin: 0;
    padding: 0;
    font-family: 'Mulish', sans-serif;
}

body{
    overflow: hidden;
}


.head h1 {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.head {
    width: 237px;
    height: 87px;
    border: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homeclick a {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    font-weight: 500;
    line-height: normal;
}

.homeclick {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-left: 44px;
    margin-top: 27px;

}

.homebor {
    width: 237px;
    height: 695px;
    border: 1px solid #E4E4E4;
}

.imageme {
    border: 1px solid #E4E4E4;
    width: fit-content;
}

.comlist ul li {
    list-style: none;
}
.comlist1 ul li {
    list-style: none;
}

.comlist h2 {
    color: #000;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.comlist1 h2 {
    color: #000;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.comlist li a {
    text-decoration: none;
    color: #000;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.comlist1 li a {
    text-decoration: none;
    color: #000;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.addcom {
    display: flex;
    width: 313px;
    padding: 10px 22px;
    align-items: center;
    gap: 10px;
    background: #F3F3F3;
}

.comlist li {
    display: flex;
    width: 313px;
    padding: 10px 22px;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #EEE;
}
.comlist1 li {
    display: flex;
    width: 313px;
    padding: 10px 22px;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #EEE;
}

.comlist {
    display: flex;
    gap: 24px;
    margin-top: 24px;
    margin-left: 24px;
}
.comlist1 {
 
    margin-top: 50px;
    margin-left: 24px;
}

.headsection {
    display: flex;
    justify-content: center;
}

.comabout ul li {
    width: 700px;
    line-height: 1.7;
    margin-top: 20px;
list-style-type: none;

}
.highlighted{
    color: red;
}

.comabout li h2 {
    color: #000;

    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.comabout li{
    /* width: 700px; */
    /* height: 215px; */
    color: #282828;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 173.523%;
}

.comabout {
    margin-top: 24px;
    margin-left: 24px;
    height: 560px;
    overflow-y: scroll;
}
.comabout::-webkit-scrollbar{
    width: 0px;
    display: block;
}

.fasection ol li {
    color: #4D4D4D;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 173.523%;
    width: 408px;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 25px;
    padding-top: 25px;
    margin-left: 16px;
}

.fasection ol span {
    color: #000;

    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 173.523%;
}

.fasection {
    margin-top: 24px;
    margin-left: 24px;
}

/* .comlist ul {
    height: 300px;
    overflow-y: scroll;
} */

/* .comlist ul::-webkit-scrollbar {
    width: 0;
    display: block;
} */

.hide {
    display: none !important;
}

.tabactive {
    text-decoration: underline !important;
}

.table thead th {
    color: #000;
    border: 1px solid #E0E0E0;
    font-size: 14px;
    font-style: normal;
    /* width: 228px; */
    font-weight: 600;
    line-height: normal;
    background: #F8F8F8;
}

.table tbody td {
    color: #000;
    border: 1px solid #E0E0E0;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.table thead {
    height: 47px;
    position: sticky;
    top: 55px;
}

.table tbody tr {
    height: 47px;
}

.table {
    margin-top: 24px;
    margin-left: 24px;
    height: 655px;
    overflow-y: auto;
}
.table::-webkit-scrollbar{
    width: 0;
    display: block;
}
.table thead span{
   
    display: block;
    text-align: left;
}

.tempad{
    width:150px;
    padding: 12px 12px 12px 35px;
    text-align: left;
}
.snowid{
    width: 50px;
}
.namewid{
    width: 100px;
}
.cat{
    width: 130px;
}
.table table button{
    padding: 4px 8px;
    margin: 6px;
    border: none;
    border-radius: 4px;
    
}
.catbut1 button{
    background: rgb(219, 237, 219);
    color: rgb(15, 129,213,1);
}
.catbut2 button{
    background:#e8deee;
    color:#412454;
}

.catbut3 button{
    background: rgb(219, 237, 219);
    color: rgb(15, 129,213,1);
}

.catbut4 button{
    background: rgb(140, 245, 121);
    color: rgb(198, 33, 47);
}

.catbut5 button{
    background: rgb(246, 174, 160);
    color: rgb(244, 249, 121);
}

.catbut6 button{
    background: #fdecc8;
    color:#402c1b;
}

.tempad1{
   
    text-align: center;
}
.red-text{
    color: red;
}

.sform input{
    width: 250px;
    height: 30px;
    padding-left: 16px;
}
.sform{
    position: fixed;
    padding-bottom: 25px;
    background-color: white;
    width:56%;
}

.fasection{
    height: 635px;
    overflow-y: scroll;
}
.fasection::-webkit-scrollbar{
    width: 0px;
    display: block;
}

.healthform{
    margin-left: 24px;
    margin-top: 24px;
}
.healthform input{
    height: 36px;
    width: 250px;
    padding-left: 15px;
}

#searchResults{
    display: flex;
    flex-direction: column;
    gap:15px;
    width:500px;
    padding:50px 10px 0px 30px;
     overflow-y: auto;
     line-height: 2.1;
    height: 550px;
    /* word-break: break-all; */
    /* align-items: center; */
    /*margin-top: 20px;*/

}

/* #searchResults::-webkit-scrollbar{
    width:5px;
} */


.globalsearch{
    text-align: center;
    margin-top: 30px;

}
#searchInput{
    height: 32px;
    padding-left: 15px;
    border: 1px solid #d5d0d0;
}


@media screen and (min-width:1111px) and (max-width:1200px){

    .imageme img {
        width:100% !important ;
    }
    .imageme {
        width: 100% !important;
}

.topcomlist {
    width: 100% !important;
}


}













@media screen and (min-width:1100px) {

  .searchbut{
    display: none;
  }
    .five-com{
        display: none;
    }

    .imageme {
        width: 1049px;
    }

    .topcomlist {
        width: 1049px;
        height: 695px;
        border: 1px solid #E4E4E4;
    }

    .imageme img {
        width: 999px;
        height: 83px;
    }

    .img-580 {
        display: none;
    }

    .table table {
        width:770px;
       
    margin-top: 66px;

        text-align: center;
        border-collapse: collapse;
    }
}

@media screen and (min-width:821px) and (max-width:1109px){

    .sform{
        width: 84%;
    }

}


@media screen and (min-width:769px) and (max-width:1109px){

    .hide1{
        display: none;
    }

    .head {
        display: none;
    }
    .globalsearch{
        position: absolute;
    top: 50px;
   
    }
    .globalhide{
        display: none;
    }
#searchResults{
    width: 80%;
    height: 500px;
}
#searchResults::-webkit-scrollbar{
    width: 0px;
}
#searchInput{
    border: 1px solid #d5d0d0;
    width: 250px;
}
    
    .searchbut button{
        width: 25px;
height: 24px;
border-radius: 4px;
background: #000;
margin-left: 24px;
border: none;
    }
    .table{
        margin-right: 24px;
        margin-top: 58px;
    }

    .tabbgchange{
        background: #171717 !important;
        color: #FFF !important;
    }


    .img-580 img {
        width: 100%;
        height: 33px;
    }

    .comlist {
        flex-direction: column;
        margin: 0px;
    }

    .imageme {
        display: none;
    }

    .headsection {
        flex-direction: column;
    }

    .homeclick a {
        font-size: 14px;
        font-weight: 600;
        border: 1px solid #E1E1E1;
        padding: 10px 16px;
    }

    .homebor {
        height: 33px;
        width:100%;
        display: flex;
        align-items: center;
        overflow-x: hidden;
        overflow-y: hidden;
        justify-content: center;
    }

    .homeclick {
        flex-direction: row;
        margin: 0px;
        height: 33px;
        align-items: center;
        gap: 0px;

    }
    .comlist li{
        width: 313px;       
    }

.five-com{
    display: flex;

flex-direction: column;

}
.five-com button{
    width: 121px;
    padding: 10px 22px;
    background: #F3F3F3;
    border: none;
    color: #000;
  font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.comlist h2 {
    font-size: 16px;
    font-weight: 600;
}
.comlist li a{
    font-size: 16px;
}
.five-comtop{
    display: flex;
    overflow-x: hidden;
}
.head-over{
    overflow-x: hidden;
}
.comabout li h2{
    font-size:20px;
    
}
.comabout ul li{
    width: 521px;
   margin-top: 15px;
    font-size: 14px;
}
.table table{
    width: 687px;
    border-collapse: collapse;
    height: 33px;
    text-align: center;
}
.table{
    overflow-x: auto;
}

.fasection h2{
    font-size:20px;

}
.fasection ol span {
    font-size: 14px;
    width: 408px;
}
.fasection ol li{
    font-size: 14px;
    width: 408px;
}


}

/* @media screen and (min-width:821px) and (max-width:) */


@media screen and (min-width:769px) and (max-width:820px){

    .sform{
        width: 88%;
       z-index: 999;
    }
    .table table{
        position: relative;
        top: 65px;
    }
    .comlist1{
        margin: 0px;
    }
    .globalsearch{
        position: absolute;
    top: 50px;
   
    }
    .globalhide{
        display: none;
    }
#searchResults{
    width: 80%;
    height: 500px;
}
#searchResults::-webkit-scrollbar{
    width: 0px;
}
#searchInput{
    border: 1px solid #d5d0d0;
    width: 250px;
}
    
    .searchbut button{
        width: 25px;
height: 24px;
border-radius: 4px;
background: #000;
margin-left: 24px;
border: none;
    }
    .fasection{
        margin-top: 58px;
    }
    .table{
        margin-top: 58px;
    }
}


@media screen and (max-width:768px){

    .hide1{
        display: none;
    }
    .globalsearch{
        position: absolute;
    top: 50px;
   
    }
    .globalhide{
        display: none;
    }
#searchResults{
    width: 80%;
    height: 500px;
}
#searchResults::-webkit-scrollbar{
    width: 0px;
}
#searchInput{
    border: 1px solid #d5d0d0;
    width: 250px;
}
    
    .searchbut button{
        width: 25px;
height: 24px;
border-radius: 4px;
background: #000;
margin-left: 24px;
border: none;
    }
    .fasection{
        margin-top: 58px;
    }

    .head {
        display: none;
    }
    .comlist1{
        margin: 0px;
    }
.sform{
    width: 100%;
    z-index: 999;
}
    .tabbgchange{
        background: #171717 !important;
        color: #FFF !important;
    }


    .img-580 img {
        width: 100%;
        height: 33px;
    }

    .comlist {
        flex-direction: column;
        margin: 0px;
    }

    .imageme {
        display: none;
    }

    .headsection {
        flex-direction: column;
    }

    .homeclick a {
        font-size: 14px;
        font-weight: 600;
        border: 1px solid #E1E1E1;
        padding: 10px 16px;
    }

    .homebor {
        height: 33px;
        width:100%;
        display: flex;
        align-items: center;
        overflow-x: hidden;
        justify-content: center;
    }

    .homeclick {
        flex-direction: row;
        margin: 0px;
        height: 33px;
        align-items: center;
        gap: 0px;

    }
    .comlist li{
        width: 313px;       
    }

.five-com{
    display: flex;

flex-direction: column;

}
.five-com button{
    width: 121px;
    padding: 10px 22px;
    background: #F3F3F3;
    border: none;
    color: #000;
  font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.comlist h2 {
    font-size: 16px;
    font-weight: 600;
}
.comlist li a{
    font-size: 16px;
}
.five-comtop{
    display: flex;
    overflow-x: hidden;
}
.head-over{
    overflow-x: hidden;
}
.comabout li h2{
    font-size:20px;
    
}
.comabout ul li{
    width: 521px;
margin-top: 15px;
    font-size: 14px;
}
.table table{
    width: 687px;
    border-collapse: collapse;
    height: 33px;
    text-align: center;
    position: relative;
    top: 65px;
}
.table{
    overflow-x: auto;
    margin-top: 58px;
}

.fasection h2{
    font-size:20px;

}
.fasection ol span {
    font-size: 14px;
    width: 408px;
}
.fasection ol li{
    font-size: 14px;
    width: 408px;
}


}





@media screen and (max-width:580px) {

    .hide1{
        display: none;
    }
    .healthform{
        margin-left: 24px;
        margin-top: 24px;
    }
    .globalsearch{
        position: absolute;
    top: 50px;
   
    }
    .globalhide{
        display: none;
    }
   
#searchResults{
    width: 80%;
    height: 500px;
}
#searchResults::-webkit-scrollbar{
    width: 0px;
}
#searchInput{
    border: 1px solid #d5d0d0;
    width: 250px;
}
    
    .searchbut button{
        width: 25px;
height: 24px;
border-radius: 4px;
background: #000;
margin-left: 24px;
border: none;
    }
    .table{
        margin-right: 24px;
        margin-top: 58px;
    }
.w-100{
    width: 100%;
}
    .head {
        display: none;
    }
    
    .comlist1{
        margin: 0px;
    }

    .tabbgchange{
        background: #171717 !important;
        color: #FFF !important;
    }


    .img-580 img {
        width: 100%;
        height: 33px;
    }

    .comlist {
        flex-direction: column;
        margin: 0px;
    }

    .imageme {
        display: none;
    }

    .headsection {
        flex-direction: column;
    }

    .homeclick a {
        font-size: 10px;
        font-weight: 600;
        border: 1px solid #E1E1E1;
        padding: 10px 16px;
    }

    .homebor {
        height: 33px;
        width:100%;
        display: flex;
        align-items: center;
        overflow-x: hidden;
        justify-content: center;
    }

    .homeclick {
        flex-direction: row;
        margin: 0px;
        height: 33px;
        align-items: center;
        gap: 0px;

    }
    .comlist li{
        width: 238px;
        /* height: 35px; */
    }
    .comlist1 li{
        width: 238px;
    }
.five-com{
    display: flex;

flex-direction: column;

}
.five-com button{
    width: 121px;
    padding: 10px 22px;
    background: #F3F3F3;
    border: none;
    color: #000;
  font-size: 10px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.comlist h2 {
    font-size: 12px;
    font-weight: 600;
}
.comlist li a{
    font-size: 10px;
}
.comlist1 h2{
    font-size: 12px;
    font-weight: 600;
}
.comlist1 li a{
    font-size: 10px;
}

.five-comtop{
    display: flex;
    overflow-x: hidden;
    
}
.head-over{
    overflow-x: hidden;
}
.comabout li h2{
    font-size: 16px;
    
}
.table{
    height: 560px;
}
.comabout ul li{
    width: 285px;
    margin-top: 15px;
 
    font-size: 12px;
}
.comabout ul li a{
    word-break: break-all;
}

.comabout{
    height:500px;
    margin-top: 44px;
}
.table table{
    width: 481px;
    height: 33px;
    text-align: center;
}
.table{
    overflow-x: auto;
}

.fasection h2{
    font-size:16px;

}
.fasection ol span {
    font-size: 10px;
}
.fasection ol li{
    font-size: 10px;
    width: 300px;
}
.fasection{
    margin-top: 58px;
}




}

