
    body{
      background-color: #f5f5f5 !important;
      font-family: "Raleway" !important;
      font-weight: 500 !important;
      
    }
    
  .section.bg-home {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .h-body
  {
    color: #fff;
  }
  .h-body h1{
    font-size: 50px !important;
  }
  .h-body h3{
    font-size: 40px !important;
  }
  .m-width
  {
    max-width: 750px;
    text-align: center;
  }
  .card-text
  {
    font-size: 14px;
  }
  .card-title
  {
    font-size: 17px;
    font-weight: 500;
  }
  .placeholder-white::placeholder {
    color: #edebeb;
    opacity: 1; /* Ensure the placeholder is fully opaque */
  }
  .home-search::placeholder {
    color: rgb(209, 209, 209) !important;
    opacity: 1; /* Ensure full visibility in some browsers */
  }

   .card-body {
    text-align: center; /* Center the content inside the card */
    /* height: 180px; */
    padding: 15px 5px !important;
  }
  .t-footer h5
  {
    font-size: 17px;
  }
  .t-footer li
  {
    font-size: 14px;
  }
  .t-blue
  {
    color:#323f84;
    font-weight: 700;
    font-size: 16px;
  }
  .text-15
  {
    font-size: 15px;
  }
  .text-black
  {
    color:#0b0b0b;
  }
  .btn-blue
  {
    border: 1px solid #323f84;
    background-color: #323f84;
    color: #fff;
  }
  .blue-b
  {
    border: 1px solid #323f84;
  }
  .bg-blue
  {
    background-color: #323f84;
  }
  .p-detail
  {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  @media all and (min-width: 480px) {
    .deskContent {display:block;}
    .phoneContent {display:none;}
}

@media all and (max-width: 678px) {
    .deskContent {display:none;
 }
    
    .phoneContent {display:block;
    }
}
.text-h
{
    font-size: 17px;
    color: #323f84;
    font-weight: 600;
}
h1{
  font-size: 26px !important;
}

/* .banner-heading
{
  font-family: Arial;
  font-size: 48px;
  letter-spacing: 1px;
  font-weight: 900;
} */
 .h-body h2
 {
  color: #fff;
  font-family: Arial;
  font-size: 48px !important;
  /* margin-top: 10%; */
  letter-spacing: 1px;
  font-weight: 900;
}
 .h-body h6
 {
  color: #fff;
  letter-spacing: 1px;
  font-family: Arial;
  font-size: 42px !important;
  font-weight: normal;
  padding-top: 12px;
}
 .h-body h3
 {
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
  font-family: Arial;
  font-size: 42px !important;
  padding-top: 8px;
  margin-bottom: 65px;
}
.banner-sub
{
  font-size: 48px;
  font-weight: 400;
  font-family: Arial;
}
.text-26
{
  font-size: 26px;
}
.text-15
{
  font-size: 15px;
}
.form-control-textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.text-gray
{
  color: rgb(86, 88, 88);
  font-size: 14px;
}
.rounded-circle {
  width: 20%;
  height: 20%;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
}

/* tab css */
.nav-tabs .nav-link.active {
  color: #f4f5f7;
  background-color: #323f84 !important;
  border-color: #323f84 #323f84 #323f84 !important;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #323f84;
  font-weight: 600;
  font-size: 20px;
}
.img-border
{
  border-radius: 5px;
}
.h-65
{
  height: 63px;
}
.section.bg-white {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

 /* Banner Styling */
 .section.bg-home {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 78vh; /* Full height */
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-search
{
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0;
  font-family: 'Raleway' !important;
  letter-spacing: 1px;
  font-size: 20px;
}
.btn-white {
  color: #323f84;
  background-color: #fff;
  border-color: #fff;
  font-family: 'Raleway' !important;
}
.category-h
{
  font-family: 'Raleway' !important;
  font-size: 35px;
}

.h-body h1,
.h-body h2,
.h-body h3 {
  color: #fff;
  margin: 0.5rem 0;
}

.h-body h1 {
  font-size: 3rem;
}

.h-body h2 {
  font-size: 2rem;
}

.h-body h3 {
  font-size: 2.5rem;
}

/* Input and Search */
.m-width {
  max-width: 500px;
  width: 100%;
}

.form-control::placeholder {
  color: #0a0a0a;
}

.form-control {
  border: 2px solid #ced4da;;
  color: #111111;
}
.form-control-registe {
  border: 1px solid #ced4da;
  color: #111111;
}
/* .form-control::placeholder {
  color: #fff;
}

.form-control {
  border: 2px solid #fff;
  color: #fff;
} */

.btn-light {
  color: #000;
}
.border-radius
{
  border-radius: 0;
}
.border-radius:hover
{
  border-radius: 0;
  background-color: #323f84;
  color: #FFF;
}

@media (max-width: 768px) {
  .h-body h1 {
    font-size: 2rem;
  }

  .h-body h2,
  .h-body h3 {
    font-size: 1.5rem;
  }
}
.input-border-black {
  border: 1px solid #00a1e5 !important;
  border-radius: 5px; /* Optional for a smoother look */
}    
.input-border-blue {
  border: 1px solid #323f84 !important;
  border-radius: 5px; /* Optional for a smoother look */
  color: #000;
}

.input-border-blue::placeholder {
  color: #000; /* Black placeholder text */
  opacity: 0.6; /* Slight transparency for a subtle effect */
}
.input-border-black::placeholder {
  color: #000; /* Black placeholder text */
  opacity: 0.6; /* Slight transparency for a subtle effect */
}
.breadcrumb-text
{
  font-size: 13px;
}
.text-sign
{
  font-size: 13px;
}
.hr-heading {
  /* width: 100%; */
  height: 23px;
  border-bottom: 1px solid #cbd1df;
  text-align: center;
  margin-bottom: 70px;
  z-index: 1000;
}
@media (max-width: 768px) {
  .banner-heading, .banner-sub {
    font-size: 20px;
  }
  .section.bg-home {
    height: 400px;
  }
} 
@media (max-width: 768px) {
  .h-body h2 {
      font-size: 27px !important;
  }
  .h-body h6 {
      font-size: 22px !important;
  }
  .h-body h3 {
      font-size: 27px !important;
  }
}
@media (max-width: 768px) {
  .video-container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .w-25 {
    width: 100% !important;
  }
}
.placeholder-gray::placeholder {
  color: gray !important;
  opacity: 1; /* Ensures full visibility */
}

.placeholder-gray:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: gray !important;
}

.placeholder-gray::-ms-input-placeholder { /* Microsoft Edge */
  color: gray !important;
}
.form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #7c7e7f !important;
  background-color: #fff;
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.card-four-side-shadow {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .container {
      width: 1270px !important;
  }
}

.btn-sm2 {
  border: 1px solid;
  border-radius: 4px;
  padding: 1px 11px;
  font-weight: bold;
  text-decoration: none;
  color: #3c3d41;
  font-size: 13px;
  /* margin-top: 15px; */
  font-family: ' Raleway';
}
.card-body-category{
  margin-top: 0px !important;
  margin-left: 15px !important;
}
