* {
  padding: 0;
  box-sizing: border-box;
  /* font-family: 'Open sans', sans-serif; */
}

html {
  scroll-behavior: smooth;
}
.cheyutha_container_section{
  border: 0.5px solid #707070;
}
.cheyutha_profile_section{
  padding: 10px 0px;
  border-right: 0.5px solid #707070;
}
.cheyutha_profile_section .cheyutha_profile_text_section{
  text-align: center;
}
.cheyutha_profile_section .cheyutha_profile_text_section span a{
  color: #888585;
  text-align: center;
}
.cheyutha_container_section .cheyutha_profile_img_section {
  padding: 120px 13px;
}
.cheyutha_profile_img_section .cheyutha_profile_text{
  font-weight: bold;
}
.cheyutha_profile_section .cheyutha_profile_img_section{
text-align: center;
}
.cheyutha_profile_info_section .cheyutha_profile_content,
.cheyutha_profile_info_section_last .cheyutha_profile_content{
  padding: 10px 0px;
}
.cheyutha_profile_info_section .cheyutha_profile_content .c_p_c_2, 
.cheyutha_profile_info_section_last .cheyutha_profile_content .c_p_c_2{
  font-weight: 700;
}
.cheyutha_profile_info_section .cheyutha_profile_content .c_p_c_1,
.cheyutha_profile_info_section_last .cheyutha_profile_content .c_p_c_1{
  font-size: small;
  font-weight: 500;
}
.cheyutha_container_section .cheyutha_profile_info_section{
border-bottom: 0.5px solid #707070;
}

/* table_section */
  .cheyutha_main_row th {
            background-color: #207AA9 !important;
            color: #fff !important;
        }
 
        .cheyutha_table_info_section .cheyutha_thead {
            top: 0;
            position: sticky;
        }
 
        .cheyutha_tab_main {
            height: 250px;
            overflow: auto;
        }
 
        .cheyutha_table_info_section {
            width: 100%;
        }
 
        .cheyutha_table_info_section .cheyutha_thead .cheyutha_main_row th {
            font-weight: 400;
        }
 
        .cheyutha_body_info_section tr th,
        .cheyutha_body_info_section tr td {
            background: #FFFFFF;
            border: 2px solid #C4C4C4;
        }
 .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
        .accord {
            display: inline-block;
            color: #fff !important;
            font-weight: bold;
            font-size: large;
            width: 100%;
            background-color: #207AA9 !important;
            text-decoration: none;
            padding:10px;
            position: relative;
            border: none;
  cursor: pointer;
  outline: none;
  transition: 0.4s;
        }
 
        .accord span {
            position: absolute;
            right: 10px;
            top: 58%;
            transform: translateY(-50%);
        }
 
   
@media only screen and (max-width: 771px) {
.cheyutha_profile_information_section{
  padding: 0px 100px;
}
}