@font-face {
  font-family: 'DM Serif Display';
  src: url(../fonts/DMSerifDisplay-Regular.ttf) format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url(../fonts/lato-regular.woff2) format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url(../fonts/lato-medium.woff2) format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url(../fonts/lato-bold.woff2) format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url(../fonts/lato-black.woff2) format('truetype');
  font-weight: 900;
  font-display: swap;
}
body,
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Lato';
}
body {
  overflow-x: hidden;
  min-height: 100vh;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}
a {
  text-decoration: none;
  color: #0e145f;
}
h1,
h2,
h3,
h1 span,
h2 span,
h3 span {
  font-family: 'DM Serif Display';
}
h1 span,
h2 span,
h3 span {
  /* background: linear-gradient(
    92.38deg,
    #52bab0 47.37%,
    #f5863e 57.89%,
    #f99936 68.41%,
    #fea72f 78.08%
  ); */
  background: linear-gradient(
    92.38deg,
    #4db6ac 47.37%,
    #5fc0b6 57.89%,
    #70cac0 68.41%,
    #82d4ca 78.08%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

input:focus-visible,
button:focus-visible,
textarea:focus-visible {
  outline: none;
}
textarea {
  resize: none;
}

/* breadCrumbs */
.breadcrumbs {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 5px;
  margin-bottom: 67px;
}
.breadcrumb {
  display: flex;
  align-items: center;
}
.breadcrumb a {
  min-height: 28px;
  padding: 0px 4px;
  align-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  color: #0e145f;
}

.banner-content .breadcrumb p,
.breadcrumb p {
  min-height: 28px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  display: flex;
  align-items: center;
  color: #52bab0;
  text-transform: capitalize;
}
.breadcrumb a:hover {
  background: #fff2e5;
  color: #52bab0;
  text-decoration: none;
}
.breadcrumbs .breadcrumb:first-child p,
.banner-content .breadcrumbs   .breadcrumb:first-child p{
  color:#0e145f;
}
.breadcrumbs .breadcrumb::after {
  content: '';
  display: inline-block;
  background: url(../images/angleRight.svg) no-repeat;
  width: 20px; /* Adjust based on your image size */
  height: 20px;
  margin: 0 5px; /* 5px gap between breadcrumbs */
}

.breadcrumb:last-child::after {
  display: none; /* Hide the image before the last breadcrumb */
}
.swal2-title{
  color: #0e145f;
  font-weight: 400;
}
.swal2-html-container{
  color: #6B6E98;
  padding-top: 10px;
  font-size: 1.10rem;
}
.swal2-popup.swal2-modal.swal2-icon-info.swal2-show{
padding-bottom: 40px;
border-radius: 10px;
}
.swal2-cancel.swal2-styled{
  border: 1px solid #6e7881;
    background: transparent;
    color: #6e7881;
        line-height: 16px;
}
@media screen and (max-width: 575px) {
  .breadcrumbs {
    margin-bottom: 25px;
    overflow: auto;
  }
  .breadcrumbs .breadcrumb::after {
    margin: 0 5px;
    width: 14px;
    height: 14px;
    background-size: contain;
  }
  .breadcrumb a, .banner-content .breadcrumb p, .breadcrumb p {
    font-size: 14px;
    line-height: 135%;
    padding: 0;
    min-width: max-content;
  }


}


  @media screen and (max-width: 767px) {
 
.btn-img{
    display: none !important;
  }
  }