/* Other css files */

@import url("../css/bootstrap.min.css");
@import url("../css/fontawesome.css");
@import url("../css/all.css");
@import url("../css/owl.carousel.css");
@import url("../css/slimmenu.min.css");
@import url("../css/sweetalert2.min.css");
@import url("../css/aos.css");
@import url("../css/select2.min.css");

/* Fonts */
/* font-family: "Inter", sans-serif; */
/* font-family: "Lato", sans-serif; */

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: var(--white);
}

/* Thumb */
::-webkit-scrollbar-thumb {
  background-color: rgba(8, 59, 79, 0.3);
  border-radius: 3px;
}

/* Hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--Secondary);
}

/* Variables*/
:root {
  --Inter: "Inter", sans-serif;
  --Lato: "Lato", sans-serif;
  --Primary: #083b4f;
  --Secondary: rgb(148, 192, 195);
  --black: #000000;
  --white: #ffffff;
  --glass: #f8fafc;
  --text: #64748b;
}

/* Typography */
body {
  margin: 0;
  padding: 0;
  background-color: var(--white);
  -ms-overflow-style: scrollbar;
}

body,
p {
  font-family: var(--Lato);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.5px;
}

@media (max-width: 1199px) {

  body,
  p {
    font-size: 13px;
  }
}

@media (max-width: 991px) {

  body,
  p {
    font-size: 12px;
  }
}

img {
  max-width: 100%;
}

::selection {
  background: var(--black);
  color: var(--white);
}

::-moz-selection {
  background: var(--black);
  color: var(--white);
}

::-webkit-selection {
  background: var(--black);
  color: var(--white);
}

b,
strong {
  font-weight: 700;
}

a {
  color: var(--Primary);
  text-decoration: none;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

h1,
.h1 {
  font-size: 30px;
  text-transform: capitalize;
  line-height: 1;
}

h2,
.h2 {
  font-size: 26px;
  text-transform: capitalize;
  line-height: 1;
}

h3,
.h3 {
  font-size: 20px;
  line-height: 1.5;
}

h4,
.h4 {
  font-size: 18px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5 {
  font-family: var(--Inter);
  font-weight: 500;
  margin: 0 0 15px;
  letter-spacing: 0.54px;
  color: var(--Primary);
}

blockquote,
ol,
p,
ul {
  margin: 0 0 15px;
  padding: 0;
}

@media (max-width: 1600px) {

  h1,
  .h1 {
    font-size: 28px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3 {
    font-size: 19px;
  }

  h4,
  .h4 {
    font-size: 17px;
  }

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5 {
    margin: 0 0 10px;
  }

  blockquote,
  ol,
  p,
  ul {
    margin: 0 0 10px;
  }
}

@media (max-width: 1199px) {

  h1,
  .h1 {
    font-size: 26px;
  }

  h2,
  .h2 {
    font-size: 22px;
  }

  h3,
  .h3 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {

  h1,
  .h1 {
    font-size: 24px;
  }

  h2,
  .h2 {
    font-size: 20px;
  }

  h3,
  .h3 {
    font-size: 17px;
  }

  h4,
  .h4 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {

  h1,
  .h1 {
    font-size: 22px;
  }

  h2,
  .h2 {
    font-size: 19px;
  }

  h3,
  .h3 {
    font-size: 16px;
  }

  h4,
  .h4 {
    font-size: 15px;
  }
}

@media (max-width: 575px) {

  h1,
  .h1 {
    font-size: 20px;
  }

  h2,
  .h2 {
    font-size: 18px;
  }

  h3,
  .h3 {
    font-size: 15px;
  }

  h4,
  .h4 {
    font-size: 14px;
  }
}

ol li,
ul li {
  list-style-type: none;
}

.footer a,
.white,
.white a,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white li,
.white p,
.white span {
  color: var(--white);
}

/* Typography */
.form-group {
  margin-bottom: 15px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="color"],
input[type="file"],
input[type="range"],
input[type="hidden"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="image"],
input[type="datetime"],
input[type="text"],
input[type="password"],
textarea {
  font-family: var(--Inter);
  width: 100%;
  max-width: 100%;
  display: block;
  height: inherit;
  position: relative;
  z-index: 1;
  direction: ltr;
  border: 1px solid rgba(8, 59, 79, 0.3);
  margin: 0;
  padding: 7px 10px;
  background-color: var(--white);
  border-radius: 3px;
  color: var(--Primary);
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="checkbox"] {
  display: block;
  height: 18px;
  width: 18px;
}

input[type="checkbox"]:checked {
  background-color: var(--Primary);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="range"]:focus,
input[type="hidden"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
input[type="image"]:focus,
textarea:focus {
  border-color: var(--Secondary);
  outline: none;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
}

/* Button CSS Start */
.btn_holder {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  gap: 10px;
}

.btn_holder.left {
  text-align: left;
  justify-content: flex-start;
}

.btn_holder.right {
  justify-content: flex-end;
}

.btn_holder .my_btn+.my_btn {
  margin-left: 0;
}

.my_btn,
button[type="submit"],
input[type="submit"] {
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  padding: 15px 25px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: var(--white);
  background-color: var(--Primary);
  border: 1px solid transparent;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  min-width: 170px;
  letter-spacing: 0.54px;
  opacity: 1;
  text-transform: capitalize;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  text-decoration: none !important;
}

.my_btn:hover,
.my_btn:focus {
  background-color: var(--white);
  color: var(--black);
  border-color: var(--black);
}

.my_btn.wht_brdr {
  border-color: var(--white);
  background-color: transparent;
  color: var(--white);
}

.my_btn.blk_brdr {
  border-color: var(--black);
  background-color: transparent;
  color: var(--black);
}

.my_btn.blk_brdr:hover,
.my_btn.blk_brdr:focus {
  background-color: var(--Primary);
  color: var(--white);
}

.my_btn.wht_brdr:hover,
.my_btn.wht_brdr:focus {
  background-color: var(--black);
}

.my_btn.sm {
  min-width: 60px;
  font-size: 14px;
  padding: 10px;
}

.my_btn.md {
  min-width: 120px;
  font-size: 18px;
  padding: 10px 15px;
}

@media (max-width: 1600px) {

  .my_btn,
  button[type="submit"],
  input[type="submit"] {
    padding: 13px 23px;
    font-size: 17px;
    min-width: 160px;
  }

  .my_btn.md {
    min-width: 110px;
    font-size: 17px;
    padding: 9px 14px;
  }
}

@media (max-width: 1199px) {

  .my_btn,
  button[type="submit"],
  input[type="submit"] {
    padding: 13px 19px;
    font-size: 16px;
    min-width: 150px;
  }

  .my_btn.sm {
    font-size: 13px;
    padding: 8px;
  }

  .my_btn.md {
    min-width: 100px;
    font-size: 16px;
    padding: 8px 13px;
  }

  .btn_holder {
    margin-top: 15px;
  }

  .form-group {
    margin-bottom: 12px;
  }
}

@media (max-width: 991px) {

  .my_btn,
  button[type="submit"],
  input[type="submit"] {
    padding: 12px 17px;
    font-size: 15px;
    min-width: 140px;
  }

  .my_btn.sm {
    padding: 7px;
  }

  .my_btn.md {
    min-width: 90px;
    font-size: 15px;
    padding: 6px 10px;
  }
}

@media (max-width: 767px) {

  .my_btn,
  button[type="submit"],
  input[type="submit"] {
    padding: 10px 15px;
    font-size: 15px;
    min-width: unset;
  }

  .my_btn.md {
    min-width: 85px;
    font-size: 14px;
    padding: 6px 8px;
  }

  .form-group {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {

  .my_btn,
  button[type="submit"],
  input[type="submit"] {
    padding: 8px 13px;
    font-size: 14px;
  }

  .my_btn.sm {
    font-size: 12px;
    padding: 7px;
  }

  .my_btn.md {
    min-width: 70px;
    font-size: 13px;
    padding: 4px 6px;
  }

  .btn_holder {
    margin-top: 10px;
  }
}

/* Button CSS End */

/* Header CSS Start */
.header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  display: block;
  background-color: var(--white);
  text-align: right;
}

.top_header,
.main_header,
.header_right,
.mainmenu,
.logo,
.logo2,
.logo a,
.logo2 a,
.logo img,
.logo2 img,
.header {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.header .top_header {
  background-color: var(--Primary);
}

.header .top_header .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .top_header .top_header_left ul,
.header .top_header .top_header_right ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.header .top_header .top_header_right ul li a,
.header .top_header .top_header_left ul li a {
  display: inline-block;
  color: var(--white);
  padding: 10px 15px;
  position: relative;
  transition: all 0.25s;
}

.header .top_header .top_header_right ul li:last-child a::before,
.header .top_header .top_header_left ul li:last-child a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
}

.header .top_header .top_header_right ul li:first-child a:hover,
.header .top_header .top_header_left ul li a:hover {
  background-color: var(--white);
  color: var(--primary);
}

.header .top_header .top_header_right ul li:first-child a i,
.header .top_header .top_header_left ul li a i {
  display: inline-block;
  margin-right: 5px;
}

.header .main_header .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sticky.header {
  position: fixed;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.sticky.header .top_header .top_header_right ul li a,
.sticky.header .top_header .top_header_left ul li a {
  padding: 5px 15px;
}

.sticky.header ul.slimmenu>li>a {
  line-height: 80px;
}

.header .main_header .logo {
  width: 294px;
}

.header .main_header .logo2 {
  width: 287px;
}

.header .main_header .logo a,
.header .main_header .logo2 a {
  display: block;
}

.header .main_header .logo img,
.header .main_header .logo2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sticky.header .main_header .logo {
  width: 270px;
}

.sticky.header .main_header .logo2 {
  width: 260px;
}

.sticky.header.search_bar input[type="search"] {
  padding: 8px 10px;
}

.sticky.header .search_bar {
  top: 0px;
}

@media (max-width: 1600px) {
  .search .search_btn i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }

  .header .top_header .top_header_right ul li a,
  .header .top_header .top_header_left ul li a {
    padding: 6px 13px;
  }

  .sticky.header .top_header .top_header_right ul li a,
  .sticky.header .top_header .top_header_left ul li a {
    padding: 6px 15px;
  }

  .header .main_header .logo {
    width: 260px;
  }

  .header .main_header .logo2 {
    width: 260px;
  }

  .sticky.header .main_header .logo {
    width: 240px;
  }

  .sticky.header .main_header .logo2 {
    width: 240px;
  }

  header ul.slimmenu>li>a {
    line-height: 100px;
  }

  .sticky.header ul.slimmenu>li>a {
    line-height: 80px;
  }
}

@media (max-width: 1199px) {

  .header,
  .sticky.header {
    position: relative;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .header .top_header .top_header_right ul li a,
  .header .top_header .top_header_left ul li a,
  .sticky.header .top_header .top_header_right ul li a,
  .sticky.header .top_header .top_header_left ul li a {
    padding: 5px 12px;
  }

  .header .main_header .logo,
  .sticky.header .main_header .logo {
    width: 240px;
  }

  .header .main_header .logo2,
  .sticky.header .main_header .logo2 {
    width: 240px;
  }

  .header .main_header .mainmenu {
    order: 1;
    padding: 20px 0;
  }

  .sticky.header ul.slimmenu>li>a,
  header ul.slimmenu>li>a {
    line-height: 20px;
  }

  ul.slimmenu li .sub-toggle {
    width: 37px;
    height: 37px;
    line-height: 37px;
  }
}

@media (max-width: 991px) {
  .header .main_header .logo .sticky.header .main_header .logo {
    width: 210px;
  }

  .header .main_header .logo2,
  .sticky.header .main_header .logo2 {
    width: 210px;
  }
}

@media (max-width: 767px) {

  .header .top_header .top_header_right ul li a,
  .header .top_header .top_header_left ul li a {
    font-size: 0;
  }

  .header .top_header .top_header_right ul li a i,
  .header .top_header .top_header_left ul li a i {
    font-size: 15px;
    margin-right: 0;
  }

  .header .top_header .top_header_right ul li:first-child a i,
  .header .top_header .top_header_left ul li a i {
    margin-right: 0;
  }

  .header .top_header .top_header_right ul li a,
  .header .top_header .top_header_left ul li a,
  .sticky.header .top_header .top_header_right ul li a,
  .sticky.header .top_header .top_header_left ul li a {
    padding: 5px 10px;
  }

  .sticky.header .top_header .top_header_left ul li a,
  .header .top_header .top_header_left ul li a {
    padding-right: 0;
    padding: 10px 0 10px 10px;
  }

  .header .main_header .logo,
  .sticky.header .main_header .logo {
    width: 200px;
  }

  .header .main_header .logo2,
  .sticky.header .main_header .logo2 {
    width: 200px;
  }

  .header .top_header_right ul li:first-child a {
    padding: 10px;
  }

  .header .main_header .mainmenu {
    padding: 15px 0;
  }
}

@media (max-width: 575px) {
  .header .main_header .container {
    flex-wrap: wrap;
    gap: 10px;
  }

  .header .main_header .logo,
  .sticky.header .main_header .logo,
  .header .main_header .logo2,
  .sticky.header .main_header .logo2 {
    width: 40%;
  }
}

@media (max-width: 400px) {
  .header .main_header .container {
    flex-wrap: wrap;
  }

  .header .main_header .logo,
  .sticky.header .main_header .logo {
    width: 70%;
  }

  .header .main_header .logo2,
  .sticky.header .main_header .logo2 {
    display: none;
  }
}

/* Header CSS End */

.header_gap {
  margin-top: 144px;
}

@media (max-width: 1600px) {
  .header_gap {
    margin-top: 137px;
  }
}

@media (max-width: 1199px) {
  .header_gap {
    margin-top: 0;
  }
}

/* Billboard CSS Start */
.billboard {
  position: relative;
}

.billboard .item {
  padding: 20px 0;
  position: relative;
  width: 100%;
  max-height: 450px;
  height: 450px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
}

.billboard .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--black);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

.caption {
  display: inline-block;
  padding: 30px;
  transform: translateY(40px);
  transition: all 0.25s;
  animation: fadeUp 1s ease forwards;
}

.caption h1 {
  font-size: 50px;
}

.caption p {
  font-size: 20px;
}

.caption h1:last-child,
.caption p:last-child {
  margin-bottom: 0;
}

@keyframes fadeUp {
  to {
    transform: translateY(0px);
  }
}

@media (max-width: 1600px) {
  .billboard .item {
    max-height: 430px;
    height: 430px;
  }

  .caption {
    padding-left: 80px;
  }

  .caption h1 {
    font-size: 44px;
  }

  .caption p {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .billboard .item {
    max-height: 400px;
    height: 400px;
  }

  .caption h1 {
    font-size: 38px;
  }

  .caption p {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .billboard .item {
    max-height: unset;
    height: 350px;
  }

  .caption {
    padding-left: 0;
  }

  .caption h1 {
    font-size: 32px;
  }

  .caption p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .caption h1 {
    font-size: 26px;
  }

  .caption p {
    font-size: 14px;
  }

  .caption h1 br,
  .caption p br {
    display: none;
  }
}

@media (max-width: 575px) {}

/* Billboard CSS End */

/* Sections */
.sections {
  padding: 40px 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.sections.sm {
  padding: 30px 0;
}

.sections_title {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.sections_title.left {
  text-align: left;
}

.sections_title.left {
  text-align: left;
}

.sections_title .title_right {
  display: inherit;
  flex: 0 auto;
}

.sections_title h2 {
  position: relative;
  display: inline-block;
}

.sections_title p:last-child,
.sections_title h2:last-child,
.sections_title h3:last-child {
  margin-bottom: 0px;
}

.fit_icon {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.fit_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fit_img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: var(--primary);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.fit_img+.fit_img {
  margin-top: 30px;
}

.fit_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.extra_space {
  margin-left: -6px;
  margin-right: -6px;
}

.extra_space>div {
  padding-left: 6px;
  padding-right: 6px;
}

.extra_space.lg {
  margin-left: -20px;
  margin-right: -20px;
}

.extra_space.lg>div {
  padding-left: 20px;
  padding-right: 20px;
}

.tb_space {
  margin-top: -12px;
  margin-bottom: -12px;
}

.tb_space>div {
  padding-top: 12px;
  padding-bottom: 12px;
}

.tb_space.sm {
  margin-top: -6px;
  margin-bottom: -6px;
}

.tb_space.sm>div {
  padding-top: 6px;
  padding-bottom: 6px;
}

.bg_primary {
  background-color: var(--Primary);
}

.bg_secondary_light {
  background-color: rgba(148, 192, 195, 0.1);
}

.bg_glass {
  background-color: var(--glass);
}

.bg_light_dark {
  background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 1600px) {}

@media (max-width: 1199px) {
  .sections {
    padding: 30px 0;
  }

  .sections_title {
    margin-bottom: 15px;
  }

  .sections.sm {
    padding: 20px 0;
  }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
  .sections {
    padding: 20px 0;
  }
}

@media (max-width: 575px) {
  .sections_title {
    margin-bottom: 10px;
  }

  .sections_title p br {
    display: none;
  }

  .sections.sm {
    padding: 15px 0;
  }
}

/* Sections*/

/* Search Box CSS Start*/
.search_box {
  position: relative;
  margin: 0 auto;
  padding: 40px 15px;
  border-radius: 8px;
  z-index: 1;
  background-color: var(--glass);
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* background: linear-gradient(
    to bottom,
    #eef0f3 0%,
    #e2e8f0 40%,
    rgba(100, 116, 139, 0.2) 100%
  ); */
  box-shadow: 0px 0 30px 0 rgba(64, 78, 91, 0.1);
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.search_box:hover {
  box-shadow: 0 0 4px 0 rgba(64, 78, 91, 0.2);
}

.search_box .sections_title h2 {
  margin-bottom: 0;
  color: var(--Primary);
}

.search_box .sections_title p {
  font-size: 18px;
  color: var(--Primary);
}

.search_bar {
  position: relative;
  display: flex;
  align-items: center;
  width: 700px;
  margin: 0 auto;
  border-radius: 8px;
}

.search_bar .custom-select {
  width: 250px;
}

.search_bar .custom-select .select-trigger,
.search_bar input[type="search"] {
  padding: 15px;
  font-size: 15px;
  height: 60px;
  border-radius: unset;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: var(--white);
}

.search_bar .custom-select .select-trigger {
  border-radius: 8px 0 0 8px;
  border-right: none;
}

.search_bar input[type="search"] {
  border-radius: 0 8px 8px 0;
}

.search_bar input[type="search"] {
  padding-right: 80px;
}

.search_bar input[type="search"]:focus {
  border-color: var(--Secondary);
  box-shadow: 0 0 0 1px var(--Secondary);
}

.search_bar input[type="search"]::placeholder {
  font-size: 15px;
}

.search_bar .search_btn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--Secondary);
  color: var(--white);
  z-index: 1;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 30px;
  text-align: center;
  border-radius: 0 8px 8px 0;
  border: 1px solid transparent;
}

.search_bar .search_btn:hover {
  background-color: var(--white);
  color: var(--Primary);
  border-color: var(--Secondary);
}

@media (max-width: 1600px) {
  .search_box {
    padding: 35px 15px;
  }

  .search_bar .custom-select .select-trigger,
  .search_bar input[type="search"] {
    height: 52px;
  }

  .search_bar .search_btn {
    height: 56px;
    width: 56px;
    line-height: 56px;
    font-size: 28px;
    border-radius: 0 8px 8px 0;
  }
}

@media (max-width: 1199px) {
  .search_box {
    padding: 30px 15px;
  }

  .search_box .sections_title p {
    font-size: 17px;
  }

  .search_bar .custom-select .select-trigger,
  .search_bar input[type="search"] {
    height: 52px;
    padding: 13px 15px;
  }

  .search_bar .search_btn {
    height: 52px;
    width: 52px;
    line-height: 52px;
    font-size: 26px;
    border-radius: 0 8px 8px 0;
  }
}

@media (max-width: 991px) {
  .search_box {
    padding: 20px 15px;
  }

  .search_box .sections_title p {
    font-size: 16px;
  }

  .search_bar .custom-select .select-trigger,
  .search_bar input[type="search"] {
    height: 46px;
    font-size: 14px;
    padding: 10px 15px;
  }

  .search_bar input[type="search"] {
    padding-right: 60px;
  }

  .search_bar .search_btn {
    height: 46px;
    width: 46px;
    line-height: 46px;
    font-size: 23px;
    border-radius: 0 8px 8px 0;
  }

  .search_bar {
    width: 600px;
  }

  .search_bar .custom-select {
    width: 280px;
  }
}

@media (max-width: 767px) {
  .search_bar {
    width: 450px;
  }

  .search_box .sections_title p {
    font-size: 15px;
  }

  .search_bar .custom-select {
    width: 260px;
  }
}

@media (max-width: 575px) {
  .search_box {
    padding: 15px;
  }

  .search_box .sections_title p {
    font-size: 14px;
  }

  .search_bar {
    width: 100%;
    flex-wrap: wrap;
  }

  .search_bar .custom-select .select-trigger,
  .search_bar input[type="search"] {
    height: 40px;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 0;
  }

  .search_bar .custom-select {
    width: 100%;
  }

  .search_bar .custom-select .select-trigger {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
  }

  .search_bar input[type="search"] {
    width: 100%;
    padding-right: 50px;
  }

  .search_bar .search_btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 0;
    top: 40px;
  }
}

/* Search Box CSS End*/

/* About Vidwan Section CSS Start */
.about_vidnwan {
  position: static;
}

.about_content {
  height: 100%;
  padding: 10px;
  border-radius: 4px;
  padding-right: 0;
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.about_content h3 {
  margin-bottom: 5px;
  font-size: 18px;
}

.about_content p {
  max-height: 148px;
  overflow: hidden;
  padding-right: 5px;
  transition: overflow 0.3s ease;
  margin-bottom: 0;
}

.read_more_btn {
  background-color: var(--Secondary);
  color: var(--Primary);
  border: none;
  padding: 5px 10px;
  transition: all 0.25s;
}

.read_more_btn:hover {
  background-color: var(--Primary);
  color: var(--white);
}

.about_content h3:last-child,
.about_content p:last-child {
  margin-bottom: 0;
}

.about_vd {
  position: relative;
  border-radius: 4px;
  width: 100%;
  height: 185px;
  overflow: hidden;
  transition: all 0.25s;
  margin-bottom: 10px;
}

.about_vd iframe {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  transition: all 0.25s;
}

.about_vd:hover iframe {
  transform: scale(1.02);
}

/* About Vidwan Section CSS Start */

/* Category Section CSS Start */
.category_wrapper {
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 4px;
}

.category_wrapper h3 {
  text-align: center;
}

.category_list {
  padding-right: 20px;
  max-height: 380px;
  overflow-y: auto;
}

.category_box {
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  border-radius: 4px;
  transition: all 0.25s;
  margin-bottom: 10px;
}

.category_box p {
  font-size: 16px;
}

.category_box:hover {
  background-color: rgba(148, 192, 195, 0.2);
}

.category_box:hover p {
  color: var(--Primary);
}

.category_wrapper .category_box:last-child {
  margin-bottom: 0;
}

.category_box p {
  margin-bottom: 0;
}

.catg_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
}

.catg_icon img {
  width: 100%;
  height: 100%;
}

.category_box span {
  display: inline-block;
  background-color: var(--text);
  padding: 5px 10px;
  color: var(--white);
  margin-left: auto;
  font-size: 16px;
  font-family: var(--Inter);
}

@media (max-width: 1600px) {
  .about_content h3 {
    font-size: 17px;
  }

  .about_content p {
    max-height: 118px;
  }

  .catg_icon {
    height: 30px;
    width: 30px;
  }

  .category_box p {
    font-size: 15px;
  }

  .category_box span {
    padding: 5px 8px;
    font-size: 15px;
  }

  .category_list {
    max-height: 354px;
  }
}

@media (max-width: 1399px) {
  .category_list {
    max-height: 379px;
  }
}

@media (max-width: 1199px) {
  .about_vd {
    height: 160px;
  }

  .about_content h3 {
    font-size: 16px;
  }

  .category_wrapper {
    padding: 10px;
  }

  .catg_icon {
    height: 25px;
    width: 25px;
  }

  .category_box p {
    font-size: 14px;
  }

  .category_box span {
    padding: 5px;
    font-size: 14px;
  }

  .category_box {
    gap: 7px;
    padding: 10px;
    margin-bottom: 7px;
  }

  .category_list {
    padding-right: 10px;
  }

  .category_list {
    max-height: 354px;
  }

  .about_content p {
    max-height: 112px;
  }
}

@media (max-width: 991px) {
  .about_content p {
    max-height: unset;
  }

  .read_more_btn {
    display: none;
  }

  .about_vd {
    height: 100%;
  }

  .category_list {
    max-height: 450px;
  }

  .category_box {
    padding: 8px;
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .about_vd {
    height: 200px;
  }

  .category_list {
    max-height: unset;
  }
}

@media (max-width: 575px) {
  .category_box {
    padding: 5px;
  }

  .category_box p,
  .category_box span {
    font-size: 13px;
  }

  .category_box span {
    padding: 5px 8px;
  }
}

/* Category Section CSS End */

/* Why Vidwan Section CSS Start */
.why_box {
  width: 100%;
  position: relative;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 8px;
  padding: 15px;
  cursor: pointer;
  transition: all 0.25s;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.why_box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: unset;
  width: 100%;
  height: 0;
  border-radius: 8px;
  transition:
    height 0.4s,
    opacity 0.35s;
  opacity: 0;
}

.why_box .fit_icon {
  width: 60px;
  height: 60px;
  background-color: var(--white);
  border-radius: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid rgba(100, 100, 111, 0.2);
}

.why_box .fit_icon img {
  position: relative;
  width: 100%;
  height: 100%;
  filter: invert(79%) sepia(16%) saturate(453%) hue-rotate(136deg) brightness(93%) contrast(90%);
}

.why_box h3 {
  font-size: 18px;
}

.why_box p {
  font-size: 15px;
}

.why_box h3,
.why_box p {
  position: relative;
  margin-bottom: 0;
}

.why_box .my_btn {
  margin-top: auto;
}

.why_box:hover::before {
  background-color: var(--Secondary);
  opacity: 0.5;
  height: 100%;
}

@media (max-width: 1600px) {
  .why_box .fit_icon {
    width: 55px;
    height: 55px;
  }

  .why_box h3 {
    font-size: 17px;
  }

  .why_box p {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .why_box {
    padding: 12px;
  }

  .why_box .fit_icon {
    width: 50px;
    height: 50px;
    padding: 8px;
  }

  .why_box h3 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .why_box {
    padding: 10px;
  }
}

@media (max-width: 767px) {}

@media (max-width: 575px) {
  .why_box .fit_icon {
    width: 46px;
    height: 46px;
    padding: 5px;
  }

  .why_box p {
    font-size: 13px;
  }
}

/* Why Vidwan Section CSS End */

/* Our Objective Section CSS Start */
.objective_wrapper {
  position: relative;
}

.objective_wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -200px;
  background-image: url("../images/target.png");
  background-position: center;
  background-size: contain;
  background-repeat: repeat-y;
  width: 150px;
  height: 150px;
  opacity: 0.1;
  animation-delay: 1s;
  animation: floatTarget 10s ease-in-out infinite;
}

@keyframes floatTarget {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0);
  }
}

.objective_box {
  position: relative;
  background-color: transparent;
  transition: all 0.25s;
}

.objective_box div {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}

.objective_box div:last-child {
  margin-bottom: 0;
}

.objective_box div p {
  position: relative;
  font-size: 16px;
  color: var(--Primary);
  margin-bottom: 0;
}

.objective_box div span {
  color: var(--Primary);
  font-size: 16px;
}

.objective_box p:last-child {
  margin-bottom: 0;
}

.objective_wrapper .objective_box:last-child {
  margin-bottom: 0;
}

@media (max-width: 1600px) {
  .objective_wrapper::before {
    right: 0;
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 1199px) {

  .objective_box div p,
  .objective_box div span {
    font-size: 15px;
    font-size: 15px;
  }

  .objective_wrapper::before {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 991px) {
  .objective_wrapper::before {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  .objective_wrapper::before {
    width: 80px;
    height: 80px;
  }

  .objective_box div p,
  .objective_box div span {
    font-size: 14px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .objective_wrapper::before {
    width: 60px;
    height: 60px;
    animation: unset;
    right: 0;
  }
}

/* Our Objective Section CSS Start */

/* footer */
.footer {
  position: relative;
  padding: 30px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  background-color: var(--black);
}

.footer h3 {
  font-size: 26px;
  font-family: var(--Inter);
  margin-bottom: 20px;
  color: var(--white);
}

.footer a,
.footer p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.footer a:hover {
  color: var(--Secondary);
}

.f_address {
  display: flex;
  align-items: baseline;
  gap: 25px;
}

.f_address p {
  margin-bottom: 0;
}

.contact_info ul {
  margin-bottom: 0;
}

.contact_info ul li {
  margin-bottom: 10px;
  margin-top: 10px;
  align-items: center;
}

.contact_info ul li,
.quick_links ul li {
  line-height: 1.5;
}

.contact_info ul li i {
  margin-right: 15px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.contact_info ul li a:hover i {
  margin-right: 10px;
}

.contact_info ul li:last-child {
  margin-bottom: 0;
}

.quick_links ul {
  column-count: 2;
  column-gap: 10px;
  margin-bottom: 0;
}

.quick_links ul li {
  margin: 10px 0;
}

.quick_links ul li:last-child {
  margin-bottom: 0;
}

.quick_links ul li:first-child {
  margin-top: 0;
}

.quick_links ul li a {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  transition: all 0.25s ease-in-out;
}

.quick_links ul li a::before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.25s ease-in-out;
}

.footer .quick_links ul li a:hover:before {
  left: 5px;
}

.footer .social_media li {
  margin-right: 10px;
}

.social_media {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.footer .social_media li a {
  display: block;
  border-radius: 6px;
  background-color: var(--Secondary);
  height: 46px;
  width: 46px;
  text-align: center;
  line-height: 46px;
  transition: all 0.25s ease-in-out;
  color: var(--black);
  font-size: 22px;
}

.footer .social_media li a:hover {
  background-color: var(--white);
  color: var(--Primary);
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 20px 0;
}

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.copyright p {
  margin: 0;
  font-size: 16px;
}

.copyright p a {
  color: var(--Secondary);
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}

.copyright p a:hover {
  color: var(--white);
}

@media (max-width: 1600px) {
  .footer {
    padding: 25px 0 0;
  }

  .footer .social_media li a {
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 20px;
  }

  .footer h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .copyright {
    margin-top: 25px;
    padding: 15px 0;
  }

  .footer a,
  .footer p {
    font-size: 15px;
  }

  .f_address {
    gap: 20px;
  }

  .contact_info ul li i {
    margin-right: 10px;
  }
}

@media (max-width: 1199px) {
  .footer {
    padding: 20px 0 0;
  }

  .footer h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .footer a,
  .footer p {
    font-size: 14px;
  }

  .quick_links ul li a {
    padding-left: 15px;
  }

  .footer_right {
    margin-top: 15px;
  }

  .footer a,
  .footer p {
    font-size: 13px;
  }

  .footer .social_media li {
    margin-right: 6px;
  }

  .copyright {
    margin-top: 20px;
    padding: 12px 0;
  }

  .quick_links ul li {
    margin: 8px 0;
  }
}

@media (max-width: 991px) {
  .footer {
    padding: 15px 0 0;
  }

  .footer h3 {
    font-size: 20px;
  }

  .footer .social_media li a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 16px;
    border-radius: 4px;
  }

  .copyright {
    margin-top: 15px;
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .footer h3 {
    font-size: 18px;
  }

  .f_address {
    gap: 15px;
  }

  .quick_links {
    margin-top: 15px;
  }

  .quick_links ul li {
    margin: 5px 0;
  }

  .footer .social_media li a {
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .footer h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .quick_links,
  .footer_right {
    margin-top: 10px;
  }

  .footer .social_media li a {
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 13px;
  }
}

/* footer */

/* Go up */
.go-up {
  background-color: var(--Primary);
  color: var(--white);
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: fixed;
  font-size: 14px;
  line-height: 40px;
  right: 15px;
  bottom: 15px;
  border-bottom: none;
  text-align: center;
  z-index: 99;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}

.go-up:hover {
  background-color: var(--Secondary);
  color: var(--Primary);
}

@media (max-width: 575px) {
  .go-up {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    right: 5px;
  }
}

/* Go up */

/* Profile Page CSS Start */
.page_wrapper {
  background-color: #f1f3f5;
}

.profile_header {
  padding: 10px 0;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

/* Profile Banner */
.profile_info {
  position: relative;
  padding: 30px 0;
  background-color: var(--Primary);
  background-image: radial-gradient(circle at 10% 20%,
      #1a5a7a 0%,
      var(--Primary) 100%);
}

.profile_info .container-fluid {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.profile_box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.profile_box .user_img {
  position: relative;
  height: 250px;
  width: 250px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.u_details {
  width: calc(100% - 250px);
  position: relative;
}

.u_details p i {
  margin-right: 5px;
}

.u_details p span {
  display: block;
}

.u_details p span i {
  margin-right: 5px;
}

.profile_box .user_img img {
  width: 100%;
  height: 100%;
}

.u_details h1 {
  margin-bottom: 0;
}

.u_details .name_id {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.u_details .name_id a {
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--white);
  padding: 5px 10px;
  transition: all 0.25s;
  font-size: 12px;
  text-transform: uppercase;
}

.u_details .name_id a .id_icon i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  background-color: var(--white);
  color: var(--Primary);
}

.u_details .name_id a:hover {
  background-color: var(--white);
  color: var(--Primary);
}

.u_details .name_id a .verified {
  color: rgba(0, 255, 0, 1);
}

.u_details .name_id a:hover .id_icon i {
  background-color: var(--Primary);
  color: var(--white);
}

.u_details .name_id a:hover .verified {
  color: rgba(0, 255, 0, 1);
}

.all_ids {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.all_ids a {
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 2px;
  font-family: var(--Inter);
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.25s;
  border-radius: 5px;
  line-height: 1;
}

.all_ids a:hover {
  background-color: var(--white);
  color: var(--Primary);
}

.all_ids a .id_icon i {
  background-color: var(--white);
  color: var(--Primary);
  font-size: 14px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
}

.all_ids a:hover .id_icon i {
  background-color: var(--Primary);
  color: var(--white);
}

.all_ids a .id_icon img {
  padding: 2px;
  background-color: var(--white);
  height: 20px;
  width: 20px;
}

.all_ids a span i {
  color: rgba(89, 187, 89, 1);
  font-size: 16px;
}

.view_profile {
  position: absolute;
  bottom: -40px;
  left: 0;
  display: block;
}

.view_profile i {
  background-color: var(--white);
  color: var(--Primary);
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 100%;
  font-size: 12px;
  transition: all 0.25s;
}

.view_profile i:hover {
  background-color: var(--Secondary);
}

.gender_icon {
  margin: 10px 0;
}

.gender_icon i {
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 100%;
  background-color: var(--white);
  font-size: 13px;
  color: var(--Primary);
}

.expertise {
  position: relative;
  max-width: 480px;
  width: 100%;
}

.expertise h2 {
  font-size: 18px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.expertise h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 5px;
  border-radius: 5px;
  background-color: var(--white);
}

.expertise ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.expertise ul li {
  background-color: var(--white);
  color: var(--Primary);
  padding: 7px 10px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 1;
}

.edit_button.edit_exp {
  top: 0;
  left: unset;
  right: 0;
}

.expertise ul .my_btn {
  min-width: unset;
  padding: 10px 16px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.25s ease;
  line-height: 1;
  color: var(--white);
  border: 1px solid var(--white);
  background: transparent;
}

.expertise ul .my_btn i {
  margin-right: 5px;
}

.expertise ul .my_btn:hover {
  background-color: var(--Secondary);
  color: var(--black);
  border-color: var(--Secondary);
}

.p_quick_link {
  display: block;
  margin-top: 20px;
  padding: 10px;
  border-radius: 3px;
  background-color: rgba(148, 192, 195, 0.4);
}

.p_quick_link h3 {
  margin-bottom: 5px;
  color: var(--white);
}

.p_quick_link ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 0;
}

.p_quick_link ul li a {
  position: relative;
  color: var(--white);
  font-weight: 500;
  text-decoration: none;
  padding-bottom: 6px;
}

.p_quick_link ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--white);
  transition: width 0.25s ease;
}

.p_quick_link ul li a:hover::after {
  width: 100%;
}

.p_quick_link ul li a i {
  margin-right: 5px;
  font-size: 14px;
}

.social_media_links h3 {
  margin-bottom: 0;
}

.social_media_links {
  position: absolute;
  right: 15px;
  bottom: 0;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.social_media_links ul {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 0;
}

.social_media_links ul li a i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 15px;
  background-color: var(--white);
  color: var(--Primary);
  text-align: center;
  border-radius: 50%;
  transition: all 0.5s;
}

.social_media_links ul li a i:hover {
  transform: rotate(360deg);
}

.experty {
  max-height: 140px;
  overflow-y: auto;
}

.experty li {
  display: none;
}

.experty li:nth-child(-n + 5) {
  display: list-item;
}

@media (max-width: 1645px) {
  .all_ids a {
    padding: 6px 12px;
    font-size: 13px;
  }
}

@media (max-width: 1600px) {
  .profile_box {
    gap: 15px;
  }

  .profile_box .user_img {
    height: 220px;
    width: 220px;
    border-radius: 16px;
  }

  .u_details {
    width: calc(100% - 220px);
  }

  .u_details .name_id a,
  .all_ids a {
    padding: 4px 8px;
    font-size: 12px;
  }

  .u_details .name_id a .id_icon i,
  .all_ids a .id_icon i {
    height: 18px;
    width: 18px;
    line-height: 18px;
    font-size: 12px;
  }

  .all_ids a .id_icon img {
    height: 18px;
    width: 18px;
  }

  .view_profile {
    bottom: -35px;
  }

  .social_media_links {
    margin-top: 10px;
    gap: 10px;
  }

  .social_media_links ul li a i {
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 14px;
  }

  .expertise {
    max-width: 400px;
  }

  .experty {
    max-height: 130px;
  }

  .expertise ul .my_btn {
    padding: 8px 12px;
    font-size: 13px;
    border-radius: 15px;
  }
}

@media (max-width: 1199px) {
  .profile_box .user_img {
    height: 200px;
    width: 200px;
    border-radius: 12px;
  }

  .u_details {
    width: calc(100% - 200px);
  }

  .view_profile {
    bottom: 40px;
    left: unset;
    right: 0;
  }

  .view_profile i {
    width: 22px;
    height: 22px;
    line-height: 22px;
  }

  .social_media_links ul li a i {
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 13px;
  }

  .expertise h2 {
    font-size: 17px;
  }

  .expertise ul li {
    padding: 6px 9px;
    border-radius: 18px;
  }

  .expertise h2::before {
    width: 60px;
    height: 4px;
  }

  .expertise {
    max-width: 330px;
  }

  .experty {
    max-height: 110px;
  }

  .expertise ul .my_btn {
    padding: 7px 10px;
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .profile_info {
    padding-bottom: 60px;
  }

  .profile_info .container-fluid {
    flex-wrap: wrap;
    row-gap: 25px;
    justify-content: center;
  }

  .profile_box {
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .profile_box .user_img {
    height: 180px;
    width: 180px;
    border-radius: 100%;
  }

  .u_details {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .view_profile {
    position: static;
    margin-top: 15px;
  }

  .experty {
    max-height: unset;
  }

  .u_details .name_id {
    justify-content: center;
  }

  .all_ids {
    justify-content: center;
  }

  .u_details .name_id a,
  .all_ids a {
    padding: 5px 6px;
    font-size: 11px;
  }

  .u_details .name_id a .id_icon i,
  .all_ids a .id_icon i {
    height: 16px;
    width: 16px;
    line-height: 16px;
  }

  .all_ids a .id_icon img {
    height: 16px;
    width: 16px;
  }

  .social_media_links ul li a i {
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 12px;
  }

  .expertise {
    max-width: unset;
    width: 100%;
    text-align: center;
  }

  .expertise ul {
    gap: 8px;
  }

  .expertise ul li {
    padding: 5px 8px;
    border-radius: 15px;
    font-size: 11px;
    line-height: 1;
  }

  .expertise h2::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .expertise ul {
    justify-content: center;
  }

  .expertise h2::before {
    width: 50px;
    height: 4px;
  }

  .social_media_links {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: -40px;
  }
}

@media (max-width: 767px) {
  .profile .container-fluid .main_row {
    flex-direction: column-reverse;
  }

  .profile_box .user_img {
    height: 160px;
    width: 160px;
  }

  .social_media_links ul li a i {
    height: 22px;
    width: 22px;
    line-height: 22px;
    font-size: 11px;
  }

  .expertise h2::before {
    width: 46px;
    height: 4px;
  }

  .expertise ul .my_btn {
    padding: 5px 8px;
    border-radius: 10px;
  }

  .gender_icon i {
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 10px;
  }
}

@media (max-width: 575px) {
  .profile_info {
    padding: 20px 0;
    padding-bottom: 50px;
  }

  .profile_info .container-fluid {
    gap: 20px;
  }

  .profile_box {
    flex-wrap: wrap;
    justify-content: center;
  }

  .profile_box .user_img {
    height: 130px;
    width: 130px;
  }

  .u_details {
    width: 100%;
    text-align: center;
  }

  .u_details .name_id {
    flex-wrap: wrap;
  }

  .u_details .name_id h1 {
    width: 100%;
  }

  .all_ids {
    justify-content: center;
  }

  .u_details .name_id a,
  .all_ids a {
    padding: 3px 6px;
    font-size: 11px;
    line-height: 1;
  }

  .social_media_links ul {
    width: 100%;
    justify-content: center;
  }

  .expertise {
    width: 100%;
  }

  .expertise h2 {
    font-size: 16px;
    text-align: center;
  }

  .expertise h2::before {
    width: 40px;
    height: 4px;
  }

  .view_profile {
    bottom: 0px;
  }

  .view_profile i {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}

/* Profile Banner */

/* Graph */

.publications_info {
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 12px 32px rgba(8, 59, 79, 0.1);
}

.publication_chart {
  padding: 15px;
  background-color: var(--white);
}

.publication_chart h3 {
  font-size: 18px;
}

.publication_chart .chart {
  width: 100%;
  min-height: 130px;
  height: 100%;
  opacity: 1;
}

.publication_chart .chart canvas {
  width: 100%;
  height: 100%;
}

/* Graph */
@media (max-width: 1600px) {
  .publications_info {
    border-radius: 12px;
  }

  .publication_chart h3 {
    font-size: 17px;
  }

  .publication_chart .fit_img {
    height: 110px;
  }
}

@media (max-width: 1399px) {
  .publication_chart .chart {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1199px) {
  .publications_info {
    border-radius: 9px;
  }

  .publication_chart .fit_img {
    height: 120px;
  }
}

@media (max-width: 991px) {
  .publications_info {
    border-radius: 6px;
  }

  .publications_info {
    padding: 10px;
  }

  .publication_chart {
    padding: 10px;
  }

  .publication_chart h3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .publications_info {
    border-radius: 3px;
  }
}

@media (max-width: 575px) {
  .publication_chart h3 {
    font-size: 15px;
  }

  .publication_chart .fit_img {
    height: 90px;
  }
}

.metrics {
  margin: 15px 0;
  border-radius: 8px;
  overflow: hidden;
  padding: 15px;
  box-shadow: 0 12px 32px rgba(8, 59, 79, 0.1);
}

.metric_card {
  background-color: var(--white);
  padding: 15px;
  height: 100%;
}

.metric_card_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.metric_card_title {
  font-size: 18px;
  color: var(--Primary);
  margin: 0;
}

.metric_card_icon {
  width: 34px;
  height: 34px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Primary);
  font-size: 20px;
}

.metric_card_icon img {
  height: 25px;
  width: 25px;
}

.metric_card_label {
  font-size: 13px;
  color: var(--Primary);
}

.metric_card_stats {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.metric_card_stat {
  display: flex;
  justify-content: space-between;
  text-align: center;
  border-bottom: 1px dotted var(--Secondary);
  padding: 5px 0;
}

.metric_card_stat .stat_label {
  font-size: 14px;
  color: var(--text);
}

.metric_card_stat .stat_label i {
  margin-right: 5px;
  color: var(--Primary);
}

.metric_card_stat .stat_label img {
  margin-right: 5px;
  height: 20px;
  width: 20px;
}

.metric_card_stat .stat_value {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: var(--Primary);
}

.metric_ind {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  text-align: center;
}

.metric_ind span:first-child,
.g_scholar .metric_card_stat .stat_label {
  width: 60%;
  text-align: left;
  max-height: 25px;
}

.metric_ind .all,
.metric_ind .since,
.g_scholar .metric_card_stat .stat_value {
  width: 20%;
  text-align: left;
}

@media (max-width: 1600px) {
  .metrics {
    border-radius: 12px;
  }

  .metric_card_title {
    font-size: 17px;
  }

  .metric_card_icon {
    width: 32px;
    height: 32px;
  }

  .metric_card_stat .stat_value {
    font-size: 19px;
  }
}

@media (max-width: 1321px) {

  .metric_ind .all,
  .metric_ind .since,
  .g_scholar .metric_card_stat .stat_value {
    width: 27%;
  }

  .metric_ind span:first-child,
  .g_scholar .metric_card_stat .stat_label {
    width: 46%;
  }
}

@media (max-width: 1199px) {
  .metrics {
    border-radius: 9px;
  }

  .metric_card_icon {
    width: 30px;
    height: 30px;
  }

  .metric_card_icon img {
    height: 24px;
    width: 24px;
  }

  .metric_card_stat .stat_value {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .metrics {
    padding: 10px;
    border-radius: 6px;
  }

  .metric_card {
    padding: 10px;
  }

  .metric_card_title {
    font-size: 16px;
  }

  .metric_card_icon {
    width: 28px;
    height: 28px;
  }

  .metric_card_icon img {
    height: 22px;
    width: 22px;
  }

  .metric_card_stat .stat_value {
    font-size: 17px;
  }

  .metric_card_stat .stat_label {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .metrics {
    border-radius: 3px;
  }

  .metric_card_icon {
    width: 26px;
    height: 26px;
  }

  .metric_card_icon img {
    height: 20px;
    width: 20px;
  }

  .metric_card_stat .stat_value {
    font-size: 16px;
  }

  .metric_ind span:first-child,
  .g_scholar .metric_card_stat .stat_label {
    width: 50%;
  }

  .metric_ind .all,
  .metric_ind .since,
  .g_scholar .metric_card_stat .stat_value {
    width: 25%;
  }
}

@media (max-width: 575px) {
  .metric_card_icon {
    width: 24px;
    height: 24px;
  }

  .metric_card_title {
    font-size: 15px;
  }

  .metric_card_icon img {
    height: 18px;
    width: 18px;
  }

  .metric_card_stat .stat_value {
    font-size: 15px;
  }

  .metric_card_stat .stat_label {
    font-size: 12px;
  }
}

/* All Metric */

/* Personal Information */
#personal_detail {
  height: 100%;
}

.profile_information {
  background-color: var(--white);
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 12px 32px rgba(8, 59, 79, 0.1);
  height: 100%;
}

.profile_information #myTabContent {
  padding: 10px 15px;
  background-color: var(--glass);
}

#personal_detail #myTabContent {
  max-height: 227px;
  height: 100%;
  overflow-y: auto;
}

.profile_information #myTabContent ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
}

.profile_information #myTabContent ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--text);
}

.profile_information #myTabContent ul li i {
  font-size: 13px;
  color: var(--Primary);
  margin-top: 2px;
  min-width: 16px;
  text-align: center;
}

.profile_information #myTabContent ul li span {
  flex: 1;
}

.nav-link {
  color: var(--Primary);
  font-size: 14px;
  font-weight: 700;
}

.nav-link:hover {
  color: var(--Primary);
  background-color: var(--glass);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: var(--glass);
  color: var(--Primary);
}

@media (max-width: 1600px) {
  .profile_information .nav-tabs .nav-item .nav-link {
    padding: 6px 8px;
  }
}

@media (max-width: 1399px) {
  #personal_detail #myTabContent {
    max-height: unset;
    height: unset;
    overflow-y: auto;
  }
}

@media (max-width: 1199px) {

  .profile_information #myTabContent,
  .profile_information {
    padding: 12px;
  }
}

@media (max-width: 991px) {
  .profile_information {
    padding: 10px;
  }

  .profile_information .nav-tabs .nav-item .nav-link {
    padding: 5px 8px;
  }
}

@media (max-width: 767px) {

  .profile_information #myTabContent,
  .profile_information {
    padding: 10px;
  }
}

@media (max-width: 575px) {
  .profile_information .nav-tabs {
    justify-content: center;
    border: 1px solid #dee2e6;
    border-bottom: 0;
  }

  .profile_information .nav-tabs {
    flex-wrap: wrap;
  }

  .profile_information .nav-tabs .nav-item {
    width: 100%;
  }

  .profile_information .nav-tabs .nav-item .nav-link {
    width: 100%;
    padding: 5px 7px;
  }

  .profile_information .nav-tabs .nav-item .nav-link.active {
    border-color: #dee2e6;
    margin-top: 0;
    border-radius: unset;
  }
}

/* Personal Information */

/* Education Qualification */
.education_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.education_item {
  position: relative;
  padding-left: 2px;
  background-color: var(--white);
  padding: 15px;
  border-radius: 8px;
}

.education_item .icons {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.education_item .icons span i {
  color: var(--text);
  transition: all 0.25s;
}

.education_item .icons span i:hover {
  color: var(--Primary);
}

.edu_header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--Primary);
}

.edu_header i {
  font-size: 13px;
  color: var(--Primary);
}

.edu_degree {
  line-height: 1.4;
}

.edu_meta {
  margin-left: 21px;
  font-size: 13px;
  color: var(--text);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.edu_year {
  font-size: 12px;
  color: var(--text);
  opacity: 0.8;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Education Qualification */

/* Experience */
.experience_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.experience_item {
  position: relative;
  padding-left: 2px;
  background-color: var(--white);
  padding: 15px;
  border-radius: 8px;
}

.exprnc_list,
.ed_ql_list {
  gap: 0;
}

.exprnc_list .experience_item,
.ed_ql_list .education_item {
  background-color: transparent;
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: unset;
}

.exprnc_list .experience_item:last-child,
.ed_ql_list .education_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.experience_item>.icons {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.experience_item>.icons i {
  font-size: 16px;
  color: var(--text);
  cursor: pointer;
  transition: all 0.25s;
}

.experience_item>.icons i:hover {
  color: var(--Primary);
}

.exp_header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;

  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
}

.exp_post {
  line-height: 1.4;
}

.exp_duration {
  font-size: 12px;
  font-weight: 500;
  color: var(--text);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
}

.exp_org {
  margin-top: 4px;
  font-size: 13px;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 6px;
}

.exp_org i {
  font-size: 12px;
  color: var(--primary);
}

@media (max-width: 1600px) {}

@media (max-width: 1199px) {
  .experience_list {
    gap: 12px;
  }

  .education_item,
  .experience_item {
    padding: 12px 18px;
  }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {

  .education_list,
  .experience_list {
    gap: 10px;
  }

  .education_item,
  .experience_item {
    padding: 10px 15px;
  }
}

@media (max-width: 575px) {}

/* Experience */

/* Bio */
.bio_card {
  position: relative;
  overflow: hidden;
  background-color: var(--white);
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(8, 59, 79, 0.08);
  max-height: 140px;
  height: 140px;
}

.bio_card h3 {
  position: relative;
  margin-bottom: 10px;
  line-height: 1;
  color: var(--Primary);
  padding-bottom: 10px;
}

.bio_card .scroll_content {
  max-height: 67px;
  overflow-y: auto;
  padding-right: 5px;
}

.bio_text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--black);
  opacity: 1;
  margin-bottom: 0;
  max-height: 70px;
  overflow-y: auto;
}

@media (max-width: 1199px) {
  .bio_card {
    padding: 12px;
  }

  .bio_text {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .bio_card {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .bio_card {
    max-height: 115px;
  }

  .bio_text {
    font-size: 12px;
    max-height: 55px;
  }

  .custom_height {
    height: auto !important;
  }
}

@media (max-width: 575px) {}

/* Similar Experts, Similar Organisation and Co-Author */
.s_experts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-height: 312px;
  height: 312px;
}

.s_experts_box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: var(--white);
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.s_experts .s_experts_box:last-child {
  border-bottom: none;
}

.tab_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.tab_head h4 {
  margin-bottom: 0;
}

.s_experts_box p:last-child {
  margin-bottom: 0;
}

.s_experts_box .fit_img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
}

.s_experts_box .fit_img img {
  object-position: top;
}

.e_name {
  font-size: 15px;
  color: var(--text);
  font-weight: 700;
  margin-bottom: 0;
}

.e_name a {
  color: var(--text);
}

.e_name a:hover {
  color: var(--Primary);
}

.post {
  color: var(--Primary);
  font-size: 12px;
}

/* Similar Experts, Similar Organisation and Co-Author */

/* Publication */
.publications {
  margin-top: 15px;
  background-color: var(--white);
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(8, 59, 79, 0.08);
}

.all_achivements h3,
.publications h3,
.profile_information h3 {
  position: relative;
  padding-bottom: 10px;
}

.recognition .scroll_content {
  max-height: 390px;
  overflow-y: auto;
}

/* .recognition .nav {
  margin-top: 15px;
} */
.all_achivements h3::before,
.bio_card h3::before,
.publications h3::before,
.profile_information h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 5px;
  border-radius: 5px;
  background-color: var(--Primary);
}

@media (max-width: 1725px) {
  .recognition .nav-tabs .nav-item .nav-link {
    padding: 8px 8px;
  }

  .recognition .nav-tabs {
    justify-content: space-between;
  }
}

@media (max-width: 1600px) {
  .recognition .nav-tabs {
    justify-content: center;
    border: 1px solid #dee2e6;
    border-bottom: 0;
  }

  .recognition .nav-tabs .nav-item,
  .recognition .nav-tabs .nav-item .nav-link {
    width: 100%;
  }

  .recognition .nav-tabs .nav-item {
    background-color: var(--white);
  }

  .recognition .nav-tabs .nav-item .nav-link {
    padding: 6px 8px;
    margin-bottom: 0;
  }

  .recognition .nav-tabs .nav-item .nav-link.active {
    border-color: #dee2e6;
    margin-top: 0;
    border-radius: 3px;
  }
}

@media (max-width: 1199px) {

  .all_achivements h3::before,
  .bio_card h3::before,
  .publications h3::before {
    width: 60px;
    height: 4px;
  }
}

@media (max-width: 991px) {

  .all_achivements h3::before,
  .bio_card h3::before,
  .publications h3::before {
    width: 50px;
  }
}

@media (max-width: 767px) {

  .all_achivements h3::before,
  .bio_card h3::before,
  .publications h3::before {
    width: 46px;
  }
}

@media (max-width: 575px) {
  .recognition .scroll_content {
    max-height: unset;
    overflow-y: auto;
  }

  .publications {
    padding: 15px;
  }

  .recognition .nav-tabs .nav-item .nav-link {
    padding: 5px 7px;
  }

  .all_achivements h3::before,
  .bio_card h3::before,
  .publications h3::before {
    width: 40px;
  }
}

.projects {
  padding: 15px;
  background-color: var(--glass);
}

.pub_card {
  background-color: var(--white);
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.projects .pub_card:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.pub_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 10px;
}

.pub_title {
  width: calc(100% - 115px);
  margin-bottom: 0;
}

.type {
  background-color: var(--text);
  color: var(--white);
  padding: 3px 8px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pub_meta {
  margin-top: 6px;
}

.pub_authors {
  font-size: 13px;
  color: var(--text);
}

.pub_journal {
  margin-top: 4px;
  font-size: 13px;
  color: var(--text);
}

.pub_journal a {
  transition: all 0.25s;
}

.pub_journal a:hover {
  text-decoration: underline;
  color: var(--Primary);
}

.pub_cit {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pub_citation,
.pub_count {
  font-size: 12px;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.25s;
}

.pub_count a:hover {
  color: var(--Primary);
  text-decoration: underline;
}

.pub_citation i {
  font-size: 11px;
}

.pub_citation.pill {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
  background-color: rgba(148, 192, 195, 0.25);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.additional_info {
  margin-top: 0px;
  color: var(--Primary);
}

.additional_info>div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.additional_info div a.doi {
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.25s;
  color: var(--text);
  background-color: rgba(148, 192, 195, 0.25);
  color: var(--text);
  padding: 3px 8px;
  font-size: 12px;
  border: 1px solid transparent;
  border-radius: 20px;
}

.additional_info div div.doi {
  background-color: var(--white);
  font-size: 12px;
}

.additional_info div a.doi:hover {
  background-color: var(--white);
  color: var(--Primary);
  border-color: var(--Primary);
}

.additional_info div .doi img {
  height: 15px;
  width: 15px;
}

.info_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 5px;
}

.info_btn {
  min-width: 115px;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 20px;
  background-color: #78bd4c;
  color: var(--white);
  border: 1px solid transparent;
  transition: all 0.25s;
  text-align: center;
}

.info_btn i {
  margin-right: 3px;
}

.info_btn:hover {
  background-color: var(--white);
  color: var(--Primary);
  border-color: var(--Primary);
}

.s_citation_badge {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 1%;
}

.s_citation {
  position: relative;
}

.citation_panel>ul {
  position: relative;
}

.citation_panel>ul::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%) rotate(90deg);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--Primary);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.s_citation_badge .citation_panel>ul {
  list-style: none;
  margin-bottom: 0;
}

.s_citation_badge .citation_panel>ul,
.s_citation_badge .citation_panel>ul li {
  display: flex;
  align-items: center;
}

.s_citation_badge .citation_panel>ul li {
  border: 1px solid var(--Secondary);
  border-right: none;
  padding: 3px 12px;
}

.s_citation_badge .citation_panel ul li a {
  margin-right: 3px;
  line-height: 1;
}

.s_citation_badge .citation_panel ul li:last-child {
  border-right: 1px solid var(--Secondary);
}

.s_citation_badge .citation_panel ul li a i {
  color: var(--Primary);
  font-size: 18px;
}

.s_citation_badge .citation_panel ul li span {
  color: var(--text);
  font-size: 14px;
}

.rotated {
  transform: rotate(-45deg);
}

.smart_citation_details {
  display: block;
  position: absolute;
  right: -255px;
  top: -400px;
  border: 1px solid var(--Primary);
  padding: 10px;
  z-index: 5;
  background: var(--white);
  width: 240px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.citation_panel ul:hover::before,
.citation_panel ul:hover+.smart_citation_details {
  visibility: visible;
  opacity: 1;
}

.citation_panel:hover>ul::before,
.smart_citation_details:hover {
  visibility: visible;
  opacity: 1;
}

.smart_citation_details h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.smart_citation_details p {
  font-size: 14px;
  margin-bottom: 5px;
  color: var(--text);
}

.smart_citation_details ul {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  justify-content: center;
}

.smart_citation_details ul li {
  border: none !important;
}

.smart_citation_details ul li i {
  min-width: 25px;
  font-size: 16px;
}

.smart_citation_details ul li strong {
  display: inline-block;
  min-width: 25px;
}

.smart_citation_details p a {
  color: var(--Primary);
}

.smart_citation_details p a:hover {
  text-decoration: underline;
}

.smart_citation_details a.my_btn {
  background-color: var(--Primary);
  min-width: 150px;
  padding: 10px 20px;
  color: var(--white);
  border-radius: 0;
  font-size: 16px;
}

.smart_citation_details a.my_btn:hover {
  background-color: var(--white);
  color: var(--Primary);
  border-color: var(--Primary);
}

.smart_citation_details p:last-child {
  margin-bottom: 0;
}

.badges {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.badge {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  transition: all 1s;
}

.badge::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--Primary);
  left: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.badge a {
  height: 100%;
  transition: all 0.5s;
}

.badge a .fit_icon {
  width: 100%;
  height: 100%;
}

.badge .badge_info {
  visibility: hidden;
  position: absolute;
  left: -195px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  background-color: var(--white);
  border: 1px solid var(--Primary);
  opacity: 0;
  transition: all 0.5s;
  border-radius: 5px;
}

.badge a .fit_icon img {
  object-fit: contain;
}

.badge:hover img {
  transform: rotate(360deg);
}

.badge:hover::before,
.badge:hover .badge_info {
  visibility: visible;
  opacity: 1;
  z-index: 5;
}

.badge_info div {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.badge_info div:last-child {
  margin-bottom: 0;
}

.badge_info div span {
  color: var(--text);
}

.badge_info div span:last-child,
.badge_info div span i {
  color: var(--Primary);
}

.badge.b_almetric .badge_info {
  left: -208px;
}

.badge.b_almetric .badge_info span {
  font-size: 14px;
  color: var(--text);
}

.badge.b_almetric .badge_info span i {
  color: var(--Primary);
}

.badge.b_almetric .badge_info .more_details {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: var(--Primary);
}

.badge.b_almetric .badge_info a:hover {
  text-decoration: underline;
}

@media (max-width: 1600px) {
  .smart_citation_details h2 {
    font-size: 19px;
  }

  .smart_citation_details a.my_btn {
    min-width: 130px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .badge .badge_info {
    left: -184px;
  }
}

@media (max-width: 991px) {
  .projects {
    padding: 10px;
  }

  .pub_header {
    flex-wrap: wrap;
    gap: 10px;
  }

  .pub_title {
    width: 100%;
  }

  .badge .badge_info {
    left: -174px;
  }

  .s_citation_badge .citation_panel>ul li {
    padding: 3px 6px;
  }

  .smart_citation_details {
    width: 220px;
    right: -235px;
  }
}

@media (max-width: 767px) {
  .info_btn {
    min-width: 100px;
    padding: 3px 7px;
    font-size: 11px;
  }

  .info_btn i {
    margin-right: 2px;
  }

  .pub_card {
    padding: 10px;
  }

  .additional_info div a.doi {
    padding: 2px 7px;
    font-size: 11px;
    border-radius: 15px;
  }

  .type {
    padding: 3px 7px;
    border-radius: 15px;
    font-size: 11px;
    line-height: 1;
  }

  .pub_authors {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .projects {
    padding: 6px;
  }

  .pub_header {
    flex-wrap: wrap;
    gap: 10px;
  }

  .pub_title {
    width: 100%;
  }

  .info_btn {
    min-width: 90px;
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 15px;
  }

  .smart_citation_details {
    width: 220px;
    right: 50%;
    transform: translateX(50%);
    top: calc(100% + 15px);
  }

  .citation_panel>ul::before {
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    right: 50%;
    transform: translateX(50%) rotate(180deg);
  }

  .info_btn i {
    margin-right: 1px;
  }

  .s_citation_badge {
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
    gap: 10px;
  }

  .badges {
    margin: 0 auto;
    gap: 5px;
  }

  .badge::before {
    left: 23px;
    top: 100%;
    transform: translateY(-50%) rotate(-180deg);
  }

  .badge .badge_info {
    left: 0;
    top: calc(100% + 5px);
    transform: unset;
  }

  .badge.b_almetric .badge_info {
    left: -155px;
  }
}

/* Publication */

/* All Achievemetns CSS */
.all_achivements {
  background-color: var(--white);
  border-radius: 8px;
  padding: 15px;
}

#a_achivements {
  padding: 0;
}

.all_achivements.recognition {
  box-shadow: 0 4px 12px rgba(8, 59, 79, 0.08);
  padding: 15px;
}

.all_achivements .tab-pane {
  background-color: var(--glass);
  padding: 15px;
}

.all_achivements .tab-pane h4 {
  color: var(--Primary);
}

/* Research Projects */
.research_projects,
.theses,
.patents {
  max-height: 425px;
  overflow-y: auto;
}

.project_card {
  position: relative;
  background-color: var(--white);
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}

.research_projects .project_card:last-child {
  margin-bottom: 0;
}

.project_card .icons {
  position: absolute;
  right: 15px;
  bottom: 50px;
  transition: all 0.25s ease-out;
}

.project_status {
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
}

.completed {
  background-color: rgba(148, 192, 195, 0.3);
  color: var(--text);
}

.ongoing {
  background-color: rgba(255, 0, 0, 0.5);
  color: var(--glass);
}

.project_status i {
  margin-right: 5px;
}

.project_card h5 {
  font-size: 16px;
  line-height: 1.5;
}

.project_card .rp_info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: auto;
}

.project_card .rp_info p {
  margin-bottom: 0;
  font-size: 13px;
  color: var(--black);
}

.project_card .rp_info p i {
  margin-right: 10px;
}

.project_card .rp_info p i,
.project_card .rp_info p span {
  font-weight: 700;
  color: var(--Primary);
  font-size: 15px;
}

@media (max-width: 1600px) {
  .project_card h5 {
    font-size: 15px;
  }

  .project_card .rp_info p i {
    margin-right: 8px;
  }
}

@media (max-width: 1199px) {
  .project_card .rp_info {
    gap: 5px;
  }

  .project_card .rp_info p i,
  .project_card .rp_info p span {
    font-size: 14px;
  }

  .project_card .rp_info p i {
    margin-right: 6px;
  }
}

@media (max-width: 991px) {
  .project_card {
    margin-bottom: 8px;
  }

  .project_card h5 {
    font-size: 14px;
  }

  .project_card .rp_info p i,
  .project_card .rp_info p span {
    font-size: 13px;
  }

  .project_status {
    padding: 3px 8px;
    border-radius: 20px;
  }

  .project_card .rp_info p i {
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .project_card .rp_info p i {
    margin-right: 4px;
  }
}

@media (max-width: 575px) {
  #a_achivements .nav {
    flex-wrap: wrap;
    border: 1px solid #dee2e6;
    border-bottom: 0;
  }

  #a_achivements .nav .nav-item .nav-link,
  #a_achivements .nav .nav-item {
    width: 100%;
    border-radius: 0;
  }

  .research_projects {
    max-height: unset;
  }

  .project_card {
    margin-bottom: 5px;
  }

  .project_card .rp_info p i,
  .project_card .rp_info p span {
    font-size: 12px;
  }

  .project_status {
    position: static;
    margin-top: 10px;
    border-radius: 14px;
    margin-left: auto;
  }

  .project_card .rp_info p i {
    margin-right: 3px;
  }
}

/* Research Projects */

/* Publications */
.tab-pane .projects .pub_card {
  padding: 15px;
  margin-bottom: 15px;
}

.tab-pane .projects .pub_card:last-child {
  margin-bottom: 0;
}

/* Publications */

/* Theses */
.theses_wrapper {
  position: relative;
}

.theses_card {
  position: relative;
  padding: 15px;
  background-color: var(--white);
  margin-bottom: 10px;
}

.theses .theses_card:last-child {
  margin-bottom: 0;
}

.theses_card .icons {
  position: absolute;
  right: 15px;
  bottom: 5px;
  transition: all 0.25s;
}

.sg_icon {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
}

.sg_icon a image {
  height: 100%;
  width: 100%;
}

.theses_title {
  font-size: 15px;
  font-weight: 600;
  color: var(--Primary);
  line-height: 1.45;
  margin-bottom: 10px;
  padding-right: 35px;
}

.theses_meta {
  display: flex;
  gap: 15px;
}

.theses_row {
  display: flex;
}

.theses_label {
  font-size: 12px;
  color: var(--text);
  margin-right: 5px;
}

.theses_value {
  font-size: 12.5px;
  color: var(--Primary);
}

.theses_value i {
  margin-right: 5px;
}

@media (max-width: 1600px) {}

@media (max-width: 1199px) {
  .theses_card {
    padding: 12px;
    margin-bottom: 8px;
  }

  .sg_icon {
    width: 28px;
    height: 28px;
    right: 10px;
    top: 10px;
  }

  .theses_title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .theses_meta {
    gap: 12px;
  }

  .theses_value {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .all_achivements .tab-pane {
    padding: 12px;
  }
}

@media (max-width: 767px) {
  .theses_card {
    padding: 10px;
  }

  .sg_icon {
    width: 25px;
    height: 25px;
  }

  .theses_meta {
    gap: 10px;
  }
}

@media (max-width: 575px) {
  .theses_title {
    padding-right: 0;
  }

  .all_achivements .tab-pane {
    padding: 6px;
  }

  .theses_card {
    margin-bottom: 5px;
  }

  .theses_meta {
    flex-wrap: wrap;
    gap: 5px;
  }

  .theses_row {
    width: 100%;
  }

  .theses_label {
    min-width: 60px;
    font-size: 11px;
  }

  .sg_icon {
    width: 20px;
    height: 20px;
    right: 5px;
    top: unset;
    bottom: 5px;
  }

  .research_projects,
  .theses,
  .patents {
    max-height: unset;
    overflow-y: auto;
  }

  .all_achivements {
    margin-bottom: 0;
  }
}

/* Theses */

/* Honours and Awards */
.awards {
  position: relative;
  padding: 15px;
  background-color: var(--glass);
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(8, 59, 79, 0.08);
}

.award_card {
  position: relative;
  display: flex;
  gap: 14px;
  background-color: var(--white);
  padding: 10px;
  margin-bottom: 10px;
}

.award_card .icons {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.award_card .icons i {
  color: var(--text);
  cursor: pointer;
}

.award_card .icons i:hover {
  color: var(--Primary);
}

.award_list .award_card:last-child,
.awards .award_card:last-child {
  margin-bottom: 0;
}

.award_item {
  display: flex;
  gap: 12px;
  align-items: center;
}

.award_year {
  max-height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 15px;
  font-weight: 600;
  background-color: var(--white);
  color: var(--Primary);
  border: 1px solid var(--Primary);
  border-radius: 100%;
  min-width: 42px;
  text-align: center;
}

.award_body {
  width: calc(100% - 60px);
}

.award_content {
  display: flex;
  flex-direction: column;
}

.award_title {
  font-size: 16px;
  font-weight: 600;
  color: var(--Primary);
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0;
}

.award_title i {
  font-size: 12px;
  color: var(--Primary);
}

.award_from {
  font-size: 14px;
  color: var(--text);
  margin-top: 10px;
}

.award_from i {
  margin-right: 6px;
}

.honours_award {
  padding: 15px;
  background-color: var(--glass);
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(8, 59, 79, 0.08);
}

.honours_award .scroll_content,
.awards .scroll_content {
  padding-right: 5px;
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
}

.honours_award .awards {
  padding: unset;
  background-color: unset;
  border-radius: unset;
  margin-bottom: unset;
  box-shadow: unset;
}

.award_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.award_list .award_card {
  margin-bottom: 0;
}

@media (max-width: 1600px) {
  .award_item {
    gap: 10px;
  }

  .award_year {
    max-height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 14px;
  }

  .award_body {
    width: calc(100% - 50px);
  }

  .recognition {
    padding: 10px;
  }

  .award_title {
    font-size: 15px;
  }

  .award_from {
    font-size: 13px;
  }

  .recognition .tab-pane {
    padding: 10px;
  }
}

@media (max-width: 1199px) {
  .award_list {
    gap: 8px;
  }

  .award_year {
    max-height: 44px;
    width: 44px;
    line-height: 44px;
    font-size: 13px;
  }

  .award_body {
    width: calc(100% - 44px);
  }

  .award_title {
    font-size: 14px;
  }

  .award_from {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .award_card {
    margin-top: 35px;
    margin-bottom: 0;
  }

  .award_list .award_card {
    margin-top: 0;
  }

  .award_year {
    max-height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 12px;
    margin: 0 auto;
    margin-top: -32px;
  }

  .award_body {
    width: 100%;
  }

  .award_item {
    flex-wrap: wrap;
  }

  .award_title {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .award_card {
    margin-top: 0;
    margin-bottom: 7px;
  }

  .award_item {
    flex-wrap: nowrap;
  }

  .award_year {
    max-height: 42px;
    width: 40px;
    line-height: 40px;
    font-size: 11px;
    margin-top: 0;
  }

  .award_body {
    width: calc(100% - 36px);
  }
}

@media (max-width: 575px) {

  .honours_award .scroll_content,
  .awards .scroll_content {
    padding-right: 0;
  }

  .award_list {
    gap: 5px;
  }

}

/* Honours and Awards */

/*  Membership In Committees */
.members_card {
  position: relative;
  display: flex;
  align-items: flex-start;
  background-color: var(--white);
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 10px;
}

.members_card .icons {
  position: absolute;
  right: 15px;
  top: 15px;
}

.members_card .icons i {
  color: var(--text);
}

.members_card .icons i:hover {
  color: var(--Primary);
}

.p_bodies .members_card:last-child,
.members .members_card:last-child {
  margin-bottom: 0;
}

.members_card .m_year {
  color: var(--Primary);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.members_card p {
  margin-bottom: 10px;
  font-size: 15px;
  color: var(--text);
  line-height: 1.3;
  font-weight: 500;
}

.member {
  background-color: rgba(148, 192, 195, 0.2);
  color: var(--Primary);
  padding: 3px 8px;
  border-radius: 20px;
  font-size: 12px;
  align-self: flex-end;
  flex: 0 auto;
}

.p_bodies .members_card .member {
  align-self: flex-start;
}

@media (max-width: 1600px) {
  .members_card {
    padding: 10px;
  }

  .members_card p {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .members_card .m_year {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .members_card .m_year {
    font-size: 14px;
  }

  .members_card p {
    font-size: 13px;
  }
}

@media (max-width: 767px) {}

@media (max-width: 575px) {
  .member {
    font-size: 11px;
    border-radius: 15px;
  }

  .members_card {
    margin-bottom: 5px;
  }

  .recognition .tab-pane {
    padding: 5px;
    padding-top: 10px;
  }
}

/*  Membership In Committees */

/* Patent CSS */
.patent_wrapper {
  position: relative;
}

.rp_wrapper .research_projects,
.theses_wrapper .theses,
.patent_wrapper .patents {
  max-height: unset;
}

.patent_card {
  position: relative;
  background-color: var(--white);
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  margin-bottom: 10px;
}

.patent_card>h4 {
  margin-bottom: 10px;
}

.patent_card .icons {
  position: absolute;
  right: 15px;
  top: 15px;
}

.add_patent_btn {
  position: absolute;
  right: 5px;
  top: -5px;
}

.patents .patent_card:last-child {
  margin-bottom: 0;
}

.patent_card .applicant {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
  margin-bottom: 10px;
}

.patent_card .applicant h5 {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
}

.patent_card .applicant h5::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  width: 2px;
  height: 20px;
  background-color: var(--text);
}

.patent_card .applicant h5:last-child::before {
  display: none;
}

.patent_card .applicant h5 i {
  font-size: 12px;
  margin-right: 3px;
}

.patent_info {
  margin-top: auto;
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
}

.patent_card .published_info span,
.patent_info span {
  color: var(--text);
  font-size: 14px;
}

.patent_info span i {
  color: var(--Primary);
  margin-right: 5px;
}

.patent_card .published_info span i {
  margin-right: 5px;
  color: var(--Primary);
}

.patent_info span strong {
  color: var(--Primary);
}

.patent_card .published_info {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.patent_card .published_info .published {
  position: relative;
  background-color: rgba(148, 192, 195, 0.25);
  color: var(--text);
  padding: 3px 8px;
  border-radius: 20px;
  font-weight: 400;
  font-size: 13px;
}

.patent_card .published_info .published::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 2px;
  background-color: var(--Primary);
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}

@media (max-width: 1600px) {
  .patent_card .published_info {
    position: static;
    margin-top: 10px;
  }
}

@media (max-width: 1199px) {
  .patent_info {
    flex-wrap: wrap;
  }

  .patent_card {
    padding: 15px;
  }
}

@media (max-width: 991px) {

  .patent_card .published_info span,
  .patent_info span {
    font-size: 13px;
  }

  .patent_card .published_info span i {
    margin-right: 4px;
  }

  .patent_info {
    column-gap: 15px;
    row-gap: 5px;
  }

  .patent_card .applicant {
    column-gap: 18px;
    row-gap: 10x;
  }

  .patent_card .applicant h5::before {
    right: -9px;
    height: 18px;
  }
}

@media (max-width: 767px) {
  .patent_card .published_info .published {
    font-size: 12px;
  }

  .patent_card .published_info {
    gap: 20px;
  }

  .patent_card .published_info .published::before {
    left: -10px;
  }

  .patent_card .applicant h5 {
    font-size: 13px;
    position: relative;
    margin-bottom: 0;
  }

  .patent_card .applicant h5::before {
    height: 15px;
  }

  .patent_card .applicant h5 {
    font-size: 12px;
  }
}

@media (max-width: 575px) {

  .patent_card .published_info span,
  .patent_info span {
    font-size: 12px;
  }

  .patent_card .published_info {
    flex-wrap: wrap;
    gap: 10px;
  }

  .patent_card .published_info .published::before {
    content: none;
  }

  .patent_card {
    padding: 10px;
  }

  #a_achivements .nav .nav-item .nav-link {
    padding: 5px 7px;
  }

  #a_achivements .nav .nav-item .nav-link.active {
    border-color: #dee2e6;
  }
}

.tooltip-inner {
  background-color: var(--white);
  color: var(--black);
  font-size: 12px;
  font-weight: 500;
  border: 1px solid var(--black);
  padding: 3px 6px;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: var(--black);
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: var(--black);
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: var(--black);
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: var(--black);
}

/* All Achievemetns CSS */
.profile_footer {
  padding: 20px 0;
}

.profile_footer .copyright {
  margin-top: 0;
  border-top: none;
  padding: 0;
}

.profile_footer .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.footer_logos h3 {
  margin-bottom: 10px;
  color: var(--Secondary);
}

.f_logos {
  display: flex;
  align-items: center;
  gap: 20px;
}

.f_logos img {
  position: relative;
  filter: brightness(0) invert(1);
  height: 60px;
}

.f_logo {
  position: relative;
}

.f_logo::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-color: var(--white);
}

.f_logos a:last-child .f_logo::before {
  display: none;
}

@media (max-width: 1600px) {
  .profile_footer .container {
    gap: 40px;
  }

  .f_logo::before,
  .f_logos img {
    height: 55px;
  }
}

@media (max-width: 1199px) {
  .profile_footer .container {
    gap: 30px;
  }

  .f_logo::before,
  .f_logos img {
    height: 50px;
  }
}

@media (max-width: 991px) {
  .profile_footer .container {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    text-align: center;
  }

  .f_logos {
    justify-content: center;
  }

  .f_logo::before,
  .f_logos img {
    height: 45px;
  }
}

@media (max-width: 767px) {
  .profile_footer .container {
    gap: 15px;
  }

  .f_logo::before,
  .f_logos img {
    height: 40px;
  }
}

@media (max-width: 575px) {
  .profile_footer {
    padding: 15px 0;
  }

  .f_logo::before,
  .f_logos img {
    height: 35px;
  }

  .profile_footer .container {
    gap: 10px;
  }
}

/* Profile Page CSS End */

/* Dashboard Page CSS Start */
.custom-file {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.file-trigger {
  padding: 10px 14px;
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--Primary);
  cursor: pointer;
  font-size: 16px;
  transition: background 0.2s ease;
  text-align: center;
}

.file-trigger:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.file-trigger:hover i,
.file-trigger:hover span {
  color: var(--white);
}

.form-group label {
  margin-bottom: 5px;
}

.form-group label i {
  color: var(--text);
  font-size: 18px;
}

.select-trigger {
  width: 100%;
  background-color: unset;
  color: var(--Primary);
  border: none;
  border-radius: unset;
  border: 1px solid rgba(8, 59, 79, 0.3);
  cursor: pointer;
  font-size: 12px;
}

.add_experience .form-group label {
  color: var(--Primary);
}

.profile_info_edit .form-group input[type="file"] {
  border: none;
}

.profile_info_edit form h4 {
  padding: 0 5px;
}

.my_btn.cancel {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 10px 15px;
}

.my_btn.cancel:hover {
  color: var(--Primary);
  border-color: var(--white);
  background-color: var(--white);
}

.my_btn.save {
  background-color: var(--white);
  color: var(--Primary);
  padding: 10px 15px;
}

.my_btn.save:hover {
  color: var(--white);
  border-color: var(--white);
  background-color: var(--Primary);
}

@media (max-width: 1600px) {
  .file-trigger {
    padding: 8px 14px;
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .file-trigger {
    padding: 7px 12px;
  }
}

@media (max-width: 991px) {
  .file-trigger {
    padding: 6px 11px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .file-trigger {
    padding: 5px 10px;
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .file-trigger {
    padding: 5px 10px;
    font-size: 12px;
  }
}

.edit_expertise ul {
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.edit_expertise ul li {
  background-color: var(--white);
  color: var(--Primary);
  padding: 10px;
  border: 1px solid var(--Primary);
  border-radius: 20px;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.25s;
}

.edit_expertise ul li:hover i {
  color: rgba(255, 0, 0, 0.5);
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.accordion-body {
  padding: 8px 10px;
}

.accordion-body ul {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}

.accordion-body ul li {
  background-color: var(--Primary);
  color: var(--white);
  padding: 10px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 1;
  border: 1px solid transparent;
  cursor: pointer;
}

.accordion-body ul li i {
  font-size: 12px;
}

.accordion-body ul li:hover {
  background-color: var(--white);
  color: var(--Primary);
  border-color: var(--Primary);
}

.accordion-body ul li:hover i {
  color: var(--Primary);
}

.accordion-button {
  font-size: 15px;
  padding: 8px 10px;
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button {
  border-radius: unset;
}

.accordion-item {
  border: none;
}

.accordion-button:not(.collapsed) {
  color: var(--white);
  background-color: var(--Primary);
  box-shadow: unset;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23083b4f'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-item .accordion-button {
  border: 1px solid var(--white);
}

/* Edit Bio */
.edit_bio {
  display: none;
  margin-top: 10px;
  border-radius: 8px;
  background-color: var(--white);
}

.edit_bio label {
  font-size: 16px;
  color: var(--Primary);
}

.edit_bio textarea {
  height: 80px;
  font-size: 14px;
}

/* Edit Bio */

/* Edit Personal Information */

/* Edit Honours Award */
.honours_award {
  position: relative;
}

.edit_hnr_awrd_btn {
  position: absolute;
  right: 10px;
  top: 10px;
}

.add_honours_award {
  display: none;
  margin-top: 15px;
}

.edit_curr_ha {
  display: none;
  margin-bottom: 20px;
}

/* Edit Honours Award */

/* Edit Members In Commitee */
.m_ber_in_cmt {
  position: relative;
}

.m_ber_in_cmt .edit_m_ber_in_cmt_btn {
  position: absolute;
  top: -5px;
  right: 0;
}

.edit_cur_mmbrsp {
  margin: 15px 0;
}

.edit_cur_mmbrsp {
  display: none;
}

/* Edit Members In Commitee */

/* Add Edit Professional Bodies */
.pb_wrapper {
  position: relative;
}

.add_p_bdy {
  position: absolute;
  right: 0;
  top: 0;
}

.p_bodies .members_card .icons {
  top: unset;
  bottom: 10px;
}

.edit_cur_pb {
  display: none;
  margin-bottom: 10px;
}

/* Add Edit Professional Bodies */

/* Add Edit Research Project */
.rp_wrapper {
  position: relative;
}

.add_rp {
  position: absolute;
  right: 0;
  top: 0;
}

.icons i {
  color: var(--text);
  cursor: pointer;
}

.icons i:hover {
  color: var(--Primary);
}

.edit_cur_rp {
  display: none;
  margin-bottom: 15px;
}

.theses_wrapper {
  position: relative;
}

/* Add Edit Research Project */

/* Add Edit Theses */
.add_theses_btn {
  position: absolute;
  right: 0;
  top: 0;
}

.edit_cur_theses {
  display: none;
  margin-bottom: 15px;
}

/* Add Edit Theses */

/* Add Edit Patents */

.edit_cur_patent {
  display: none;
  margin-bottom: 15px;
}

/* Add Edit Patents */

/* Add Edit Publications */
.projects_wrapper {
  position: relative;
}

.projects_wrapper .add_publication_btn {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 1;
}

/* Add Edit Publications */

/* Dashboard Page CSS End */

/*  */

.edit_profile {
  margin: 20px 0;
}

.edit_profile .nav {
  justify-content: space-evenly;
  margin-bottom: 30px;
  border-radius: 3px;
  overflow: hidden;
}

.edit_profile .nav-tabs .nav-link {
  color: var(--Primary);
  border-radius: unset;
  font-size: 18px;
  border: unset;
  border-bottom: 5px solid transparent;
  padding: 10px 15px;
}

.edit_profile .nav-tabs .nav-link:hover,
.edit_profile .nav-tabs .nav-link.active {
  background-color: transparent;
  color: var(--Primary);
  border-bottom: 2px solid var(--Primary);
}

.edit_profile .tab-content {
  margin-top: 20px;
}

.edit_profile .tab-content .bio {
  padding-left: 15px;
}

#personal h2 {
  text-transform: capitalize;
}

.bio_wrapper,
.per_info_wrapper {
  background-color: var(--white);
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.bio_wrapper {
  margin-top: 30px;
}

.bio_box {
  display: block;
  position: relative;
  width: 100%;
}

.bio_box p {
  margin-bottom: 0;
}

.edit_bio_box {
  display: none;
}

.edit_btn {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 10;
}

.edit_btn i {
  height: 25px;
  width: 25px;
  line-height: 25px;
  background-color: var(--text);
  color: var(--white);
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
}

.edit_btn i:hover {
  background-color: var(--Primary);
  color: var(--white);
}

.profile_box .edit_profile_btn {
  top: 38px;
}

.per_info_box {
  position: relative;
}

.edit_per_info_box {
  display: none;
}

.per_info_box ul {
  margin-bottom: 0;
}

.per_info_box ul li {
  font-size: 15px;
  color: var(--text);
  margin-bottom: 8px;
}

.per_info_box ul li:last-child {
  margin-bottom: 0;
}

.per_info_box ul li i {
  margin-right: 5px;
  color: var(--Primary);
}

.exp_qua_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 15px;
  background-color: var(--white);
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.exp_wrapper,
.education_wrapper {
  width: 50%;
  position: relative;
}

.exp_wrapper .experience_item,
.education_wrapper .education_item {
  background-color: var(--glass);
  height: 75px;
}

@media (max-width: 1600px) {
  .profile_box .edit_profile_btn {
    top: 35px;
  }

  .edit_profile .nav-tabs .nav-link {
    font-size: 17px;
    padding: 8px 13px;
  }

  .exp_qua_wrapper {
    gap: 25px;
  }

  .exp_wrapper .experience_item,
  .education_wrapper .education_item {
    height: 70px;
  }
}

@media (max-width: 1379px) {
  .profile_box .edit_profile_btn {
    top: 15px;
  }

}

@media (max-width: 1199px) {
  .profile_box .edit_profile_btn {
    top: 6px;
  }

  .edit_profile .nav-tabs .nav-link {
    font-size: 16px;
    padding: 6px 12px;
  }

  .exp_qua_wrapper {
    gap: 20px;
  }

  .per_info_box ul li {
    font-size: 14px;
  }

}

@media (max-width: 991px) {
  .profile_box .edit_profile_btn {
    top: 57%;
  }

  .edit_btn i {
    height: 23px;
    width: 23px;
    line-height: 23px;
    font-size: 13px;
    border-radius: 5px;
  }

  .edit_profile .nav-tabs .nav-link {
    font-size: 15px;
    padding: 5px 11px;
  }

  .exp_qua_wrapper {
    gap: 20px;
    flex-wrap: wrap;
  }

  .exp_wrapper,
  .education_wrapper {
    width: 100%;
  }

  .experience_item,
  .education_item {
    height: auto;
  }

  .per_info_box ul li {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .profile_box .edit_profile_btn {
    top: 56%;
  }
}

@media (max-width: 681px) {
  .profile_box .edit_profile_btn {
    top: 50%;
  }

  .edit_profile .nav-tabs .nav-link {
    width: 100%;
  }

  .per_info_box ul li {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .profile_box .edit_profile_btn {
    top: 38%;
  }

  .edit_btn i {
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 12px;
  }

  .edit_profile .nav {
    flex-wrap: wrap;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  .edit_profile .nav .nav-item {
    width: 100%;
  }

  .edit_profile .nav-tabs .nav-link {
    border-bottom: unset;
  }

  .edit_profile .nav-tabs .nav-link:hover,
  .edit_profile .nav-tabs .nav-link.active {
    background-color: transparent;
    background-color: var(--Secondary);
    color: var(--Primary);
    border-bottom: unset;
  }

  .exp_qua_wrapper {
    padding: 10px;
  }

  .exp_wrapper .experience_item,
  .education_wrapper .education_item {
    height: auto;
  }

  .education_list,
  .experience_list {
    gap: 5px;
  }

  .per_info_box ul li {
    font-size: 11px;
    margin-bottom: 5px;
  }
}

@media (max-width: 355px) {
  .profile_box .edit_profile_btn {
    top: 35%;
  }
}

/*  */
.form_fields {
  position: relative;
  padding: 15px;
  padding-top: 60px;
  border-radius: 8px;
  border: 1px solid rgba(148, 192, 195, 0.5);
  background-color: var(--white);
}

.form_fields h3 {
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
  background-color: rgba(148, 192, 195, 0.5);
  width: 100%;
  overflow: hidden;
}

.add_experience,
.add_edu_qua {
  display: none;
}

.get_height {
  display: block;
  margin-bottom: 15px;
}

.less_width {
  display: none;
}

.show_width {
  display: block;
}

.edit_curr_exp {
  overflow: hidden;
  display: none;
  margin-bottom: 0;
}

.get_height_2 {
  height: 300px;
}

.edit_curr_qual {
  display: none;
  margin-bottom: 0;
}

.custom-select-new {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.custom-select-new .select-trigger {
  position: relative;
  padding: 7px 10px;
  border: 1px solid rgba(8, 59, 79, 0.3);
  background: #fff;
  border-radius: 3px;
}

.custom-select-new .select-trigger i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  transition: transform 0.2s ease;
}

.custom-select-new .select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid rgba(8, 59, 79, 0.3);
  background-color: var(--glass);
  max-height: 220px;
  overflow-y: auto;
  display: none;
  z-index: 99;
}

.custom-select-new.open .select-options {
  display: block;
}

.custom-select-new.open .select-trigger i {
  transform: translateY(-50%) rotate(180deg);
}

.select-options li {
  padding: 7px 10px;
  border-bottom: 1px solid rgba(8, 59, 79, 0.3);
  border-right: 1px solid rgba(8, 59, 79, 0.3);
  background-color: var(--white);
}

.select-options li:hover {
  background-color: var(--Primary);
  color: var(--white);
}

.custom-select.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.switch {
  position: relative;
  display: block;
  width: 48px;
  height: 26px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: #ccc;
  border-radius: 30px;
  transition: 0.3s;
  width: 50px;
}

.slider::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}

/* checked */
.switch input:checked+.slider {
  background-color: var(--Secondary);
}

.switch input:checked+.slider::before {
  transform: translateX(22px);
}

.award_wrapper {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  margin-bottom: 15px;
  background-color: var(--white);
  border-radius: 8px;
}

.award_wrapper>.awards {
  box-shadow: unset;
  margin-bottom: 0;
}

.award_wrapper>.awards .add_award {
  right: 15px;
  top: 15px;
}

.pr_wrapper {
  width: 100%;
  display: flex;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  border-radius: 8px;
  gap: 15px;
}

.pr_wrapper .members,
.pr_wrapper .p_bodies {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  width: 50%;
  background-color: var(--glass);
  padding: 15px;
}

.pr_wrapper .members .edit_btn,
.pr_wrapper .p_bodies .edit_btn {
  top: 15px;
  right: 15px;
}

.pr_wrapper .members_card {
  height: unset;
  margin: 0;
}

.add_awards,
.edit_awards,
.add_membership,
.edit_membership,
.add_pb,
.add_research_prjct,
.edit_research_prjct,
.add_theses,
.edit_theses,
.add_patent,
.edit_patent {
  display: none;
}

.add_pb,
.add_membership,
.add_awards {
  margin-bottom: 10px;
}

.rp_wrapper,
.theses_wrapper,
.patent_wrapper {
  position: relative;
  margin-top: 30px;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.theses_wrapper,
.patent_wrapper {
  margin-top: 15px;
}

.rp_wrapper .add_rp_btn,
.theses_wrapper .add_theses_btn,
.patent_wrapper .add_patent_btn {
  right: 15px;
  top: 15px;
}

.profile_info_edit {
  display: none;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  transition:
    max-height 0.4s ease,
    opacity 0.35s ease;
  background-color: var(--white);
}

.profile_info_edit hr {
  border: none;
  border: 1px solid var(--Secondary);
  width: 100%;
}

.pe_get_height {
  display: block;
  margin: 20px auto 0;
  max-height: 2000px;
  opacity: 1;
  visibility: visible;
  padding: 60px 15px 15px;
  box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
  overflow: hidden;
}

.edit_exprt_btn i,
.edit_profile_btn i {
  background-color: var(--white);
  color: var(--Primary);
}

.edit_exprt_btn i:hover,
.edit_profile_btn i:hover {
  background-color: var(--Secondary);
  color: var(--white);
}

.edit_expertise {
  display: none;
  overflow: hidden;
  padding: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    max-height 0.4s ease,
    opacity 0.35s ease;
  background-color: transparent;
}

.edit_exprt_get_height {
  display: block;
  padding: 60px 15px 15px;
  max-height: 1000px;
  visibility: visible;
  opacity: 1;
  margin-top: 20px;
  overflow: hidden;
}

.is-hidden {
  display: none !important;
}

input:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

/* Default calendar icon */
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: grayscale(1);
  opacity: 0.6;
  cursor: pointer;
}

/* On focus or when value exists */
input[type="date"]:focus::-webkit-calendar-picker-indicator,
input[type="date"]:not(:placeholder-shown)::-webkit-calendar-picker-indicator {
  filter: none;
  opacity: 1;
  color: var(--Primary);
  accent-color: var(--Primary);
}

@media (max-width: 1600px) {

  .form_fields,
  .edit_exprt_get_height {
    padding: 55px 15px 15px;
  }

  .edit_expertise ul li {
    padding: 9px;
    border-radius: 18px;
  }

  .edit_profile {
    margin: 15px 0;
  }

  .award_wrapper,
  .bio_wrapper {
    margin-top: 25px;
  }

  .edit_profile .nav {
    margin-bottom: 25px;
  }
}

@media (max-width: 1199px) {
  .edit_exprt_get_height {
    padding: 50px 15px 15px;
  }

  .form_fields h3 {
    font-size: 17px;
    padding: 9px 14px;
  }

  .pr_wrapper {
    gap: 10px;
  }

  .edit_expertise ul li {
    padding: 8px;
    border-radius: 16px;
  }

  .accordion,
  .edit_expertise ul {
    gap: 8px;
  }

  .accordion-button {
    font-size: 14px;
    padding: 7px 10px;
  }

  .edit_profile .nav {
    margin-bottom: 20px;
  }

  .award_wrapper,
  .bio_wrapper {
    margin-top: 20px;
  }

  .bio_wrapper,
  .per_info_wrapper {
    margin-bottom: 12px;
    padding: 12px;
  }

  .add_pb,
  .add_membership,
  .add_awards {
    margin-bottom: 8px;
  }

  .pr_wrapper .members,
  .pr_wrapper .p_bodies {
    gap: 8px;
  }
}

@media (max-width: 991px) {
  .edit_exprt_get_height {
    padding: 45px 15px 15px;
  }

  .edit_expertise ul li {
    padding: 7px;
    border-radius: 14px;
    font-size: 11px;
  }

  .accordion-body ul li i {
    font-size: 10px;
  }

  .accordion,
  .edit_expertise ul {
    gap: 7px;
  }

  .accordion-button {
    font-size: 13px;
    padding: 6px 10px;
  }

  .edit_profile {
    margin: 10px 0;
  }

  .bio_wrapper,
  .per_info_wrapper {
    margin-bottom: 10px;
    padding: 10px;
  }

  .award_wrapper,
  .bio_wrapper {
    margin-top: 15px;
  }

  .award_wrapper {
    margin-bottom: 12px;
  }

  .bio_wrapper {
    margin-top: 15px;
  }

  .pr_wrapper .members,
  .pr_wrapper .p_bodies {
    padding: 12px;
  }

  .award_wrapper {
    padding: 12px;
  }

  .pr_wrapper .members .edit_btn,
  .pr_wrapper .p_bodies .edit_btn {
    top: 12px;
    right: 12px;
  }

  .award_wrapper .awards .award_card .award_item {
    flex-wrap: nowrap;
  }

  .award_wrapper .awards .award_card .award_year {
    max-height: 42px;
    width: 40px;
    line-height: 40px;
    font-size: 12px;
    margin: 0;
  }

  .award_wrapper .awards .award_card .award_body {
    width: calc(100% - 50px);
  }

  .pr_wrapper {
    flex-wrap: wrap;
  }

  .pr_wrapper .members,
  .pr_wrapper .p_bodies {
    width: 100%;
  }
}

@media (max-width: 767px) {

  .form_fields,
  .pe_get_height {
    padding: 50px 12px 12px;
  }

  .edit_exprt_get_height {
    padding: 45px 12px 12px;
  }

  .form_fields h3 {
    font-size: 16px;
    padding: 8px 12px;
  }

  .accordion-button {
    font-size: 12px;
    padding: 5px 10px;
  }

  .edit_expertise ul li {
    padding: 5px 7px;
  }

  .edit_profile .nav,
  .bio_wrapper {
    margin-top: 10px;
  }

  .award_wrapper {
    padding: 10px;
  }
}

@media (max-width: 575px) {

  .form_fields,
  .pe_get_height {
    padding: 50px 10px 10px;
  }

  .form-group label {
    margin-bottom: 0;
  }

  .accordion,
  .edit_expertise ul {
    gap: 5px;
  }

  .edit_profile {
    margin: 10px 0;
  }

  .bio_wrapper,
  .per_info_wrapper {
    margin-bottom: 5px;
    padding: 10px;
  }

  .add_pb,
  .add_membership,
  .add_awards {
    margin-bottom: 5px;
  }

  .pr_wrapper .members,
  .pr_wrapper .p_bodies {
    gap: 5px;
    padding: 10px;
  }

  .pr_wrapper .members .edit_btn,
  .pr_wrapper .p_bodies .edit_btn {
    top: 10px;
    right: 10px;
  }

  .award_title {
    font-size: 12px;
  }

  .award_from {
    font-size: 11px;
  }

  .award_wrapper .awards .award_card .award_body {
    width: 100%;
  }
}

@media (max-width: 475px) {
  .exp_qua_wrapper .exp_header {
    flex-wrap: wrap;
  }

  .exp_qua_wrapper .exp_header .exp_post {
    width: 100%;
    margin-bottom: 5px;
  }

  .exp_qua_wrapper .exp_org,
  .exp_qua_wrapper .edu_header {
    align-items: baseline;
  }

  .exp_qua_wrapper .edu_header {
    margin-bottom: 5px;
  }

  .experience_item>.icons {
    position: absolute;
    right: 10px;
    bottom: unset;
    top: 10px;
    gap: 5px;
  }

  .experience_item>.icons i,
  .education_item .icons i {
    font-size: 12px;
  }

  .exp_qua_wrapper .edu_meta {
    flex-wrap: wrap;
  }

  .exp_qua_wrapper .edu_year {
    margin-top: 5px;
    width: 100%;
  }

  .education_item .icons {
    top: unset;
    right: 10px;
    bottom: 10px;
    gap: 5px;
  }

  .award_wrapper .awards .award_card .award_item {
    flex-wrap: wrap;
  }
}

.no_data_found {
  padding: 15px;
  background-color: var(--glass);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.no_data_icon {
  height: 180px;
  width: auto;
}

.no_data_found h5 {
  font-size: 24px;
  color: var(--Primary);
}

.no_data_found p {
  font-size: 14px;
  color: var(--text);
}

.no_data_found h5,
.no_data_found p {
  margin-bottom: 0;
}

/* 2 */
.no_data_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  gap: 10px;
}

.no_data_card h5 {
  font-size: 24px;
  color: var(--Primary);
  margin-bottom: 0;
}

.no_data_card p {
  font-size: 14px;
  color: var(--text);
  margin-bottom: 0;
}

.my-select {
  width: 100%;
}

.select2-container {
  width: 100% !important;
}

.select2-selection--single {
  height: auto !important;
  padding: 7px 10px !important;
  border: 1px solid rgba(8, 59, 79, 0.3) !important;
  border-radius: 3px !important;
  background-color: var(--white) !important;
}

.select2-selection__rendered {
  line-height: 20px !important;
  padding-left: 0;
  color: var(--Primary);
  font-size: 12px !important;
}

.select2-selection__arrow {
  height: 100% !important;
  top: 0;
  display: flex;
  align-items: center;
  right: 8px;
}

.select2-selection__arrow b {
  display: block;
}