@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: "Roboto";
}


@media screen and (max-device-width: 539px) {
  .d-flex.news h5{
    font-size: clamp(2rem,2.5vw,3.5rem) !important;
  }

  p {
    font-size: 21px;
  }

  .slider-1 P{
    font-size: 14px !important;
  }

  small {
    font-size: 28px;
  }

  h4 {
    font-size: 38px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 47px;
  }
  .my-card.main-sec.text-center {
      height: 25vh;
  }
}

.form-control {
  background: #ffffff;
  border: 1px solid #dbe2ea;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(44, 39, 56, 0.04);
  border-radius: 6px;
  height: 50px;
}


a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.vertical-tab {
  display: table;
}

.vertical-tab .nav-tabs {
  display: table-cell;
  width: 25%;
  min-width: 30%;
  vertical-align: top;
  border: none;
  position: relative;
}

.vertical-tab .nav-tabs li {
  float: none;
  vertical-align: top;
  position: relative;
}

.vertical-tab .nav-tabs li p {
  margin-bottom: 0;
  color: #66e4ff;
  background-color: #1b5797;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  text-align: left;
  padding: 15px 20px;
  padding-bottom: 0;
  border-radius: 0;
  border: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.vertical-tab .nav-tabs hr {
  margin: 0 !important;
  border-top: 2px solid #2e72ba;
}
.vertical-tab .nav-tabs li a {
  margin-right: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  text-align: left;
  padding: 15px 20px;
  border-radius: 0;
  border: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
  font-style: normal;
}

.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover {
  color: #fff;
  background-color: #1b5797;
  border: none;
}

.vertical-tab .nav-tabs li a:before {
  content: "";
  background: #00afd5;
  /* box-shadow: 10px 8px 10px rgb(0 0 0 / 7%); */
  opacity: 0;
  position: absolute;
  bottom: 10px;
  left: -50%;
  right: 100%;
  top: 10px;
  z-index: -1;
  transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li a:hover:before {
  opacity: 1;
  /* left: 10px; */
  right: 0px;
}

.vertical-tab .tab-content {
  color: #fff;
  background: transparent;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 25.1px;
  padding: 20px;
  padding-top: 0;
  margin-left: 10px;
  /* box-shadow: 0 0 30px -10px rgb(0 0 0 / 20%); */
  /* display: table-cell; */
  position: relative;
  /* text-align: justify; */
}

.vertical-tab .tab-content h3 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 7px 0;
}

.footer-title {
  /*font-family: Libre Franklin; */
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
  margin-right: 10px;
}

@media screen and (max-device-width: 479px) {
  .vertical-tab {
    padding: 0;
    margin: 0;
  }

  .form-control {
    font-size: 25px;
    height: 60px;
  }

  .title-col {
    font-size: 60px !important;
    line-height: 60px !important;
  }

  .tab-content p {
    font-size: 15px !important;
  }

  .vertical-tab .nav-tabs {
    width: 30%;
    border: none;
    /* display: block; */
    display: table-cell;
    margin: 0;
  }

  .vertical-tab .nav-tabs li {
    margin-bottom: -2px;
  }
  .vertical-tab .nav-tabs li p {
    padding-bottom: 10px;
  }

  .vertical-tab .nav-tabs li a,
  .vertical-tab .nav-tabs li p {
    margin: 0;
    font-size: 23px;
    line-height: 30px;
  }

  .vertical-tab .tab-content {
    font-size: 14px;
    margin-top: 0;
    /* display: block; */
    display: table-cell;
  }

  .vertical-tab .tab-content h3 {
    font-size: 30px;
    line-height: 30px;
  }
}

.title-col {
  /*font-family: Libre Franklin;*/
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 51px;
  color: #125fa8;
  padding-bottom: 30px;
}

.white-bg {
  background: #ffffff;
  padding: 40px 0;
}

.blue-bg {
  background: rgba(31, 86, 152, 0.85);
  padding: 40px 0;
}

.tab-content h4 {
  color: #4c4c4c;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  margin-top: 0;
}
.tab-content a {
  color: #00afd5;
}

.tab-content p {
  /*font-family: Mulish;*/
  font-style: normal;
  font-size: 12px;
  color: #878787;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
  max-height: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.btn-tab {
  /*font-family: Roboto;*/
  font-style: normal;
  font-weight: bold;
  /* font-size: 14px; */
  /* line-height: 20px; */
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #ffffff;
  background: #1cb587;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  padding: 6px 20px;
  border-radius: 0;
}

.my-card {
  background: #ffffff;
  border: 1px solid #f3f3f3;
  box-sizing: border-box;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07),
    0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198),
    0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275),
    0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035),
    0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725),
    0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 6px;
  padding: 1.5rem;
  margin-bottom: 2.5rem;
  height: fit-content;
}
.max-h-300 {
  max-height: 200px !important;
}
.pt-1,
pb-1,
pl-1,
pr-1 {
  padding-top: 1rem;
}

.blue-bg h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
}

.blue-bg h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
}
.text-white {
  color: #ffffff;
}
