@import url(./fonts.css);
:root {
  --color-white-rgb: 255, 255, 255;
  --color-primary: #1647a9;
  --color-white: #ffffff;
}

.nav-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    justify-content: center;
  }
}

.btn_theme {
  position: relative;
  font-size: 12px;
  color: #fff;
  background: #fe7d0b;
  /* background: #223891; */
  width: 129px;
  height: 34px;
  line-height: 22px;
  border-radius: 0px;
}

.btn_theme:hover {
  color: #ffffff;
  background-color: #fe7d0b;
}

.btn_theme::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -3px;
  bottom: -2px;
  right: -3px;
  border-radius: inherit;
  border: 4px solid #fe7d0b;
}

.title-A {
  font-family: "Merienda", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
  /* color: var(--themebgcolor); */
}

.nav-center .logo_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.nav-center h5 {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 0px;
  line-height: 40px;
  color: #02457a;
  margin: 0px;
}

.nav-center p {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  color: #595959;
  font-size: 12px;
  line-height: 16px;
  padding: 0px;
  margin: 0px 0px 8px 0px;
}

.logo_btn {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
}

.logo-cm {
  font-size: 10px;
  color: #000000;
}

@media (max-width: 569px) {
  .logo_btn .logo-cm {
    display: none;
  }
  .logo_text h5 {
    line-height: 23px !important;
  }
  .logo_text p {
    margin: 10px 0px 0px 0px !important;
  }
  .brand_1.item img {
    height: 27vh;
  }
}

.ap-map {
  /* background-image: url(../images/map-bg.png); */
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5rem;
}

.ap-map svg {
  width: 100%;
  height: 60vh;
}

.register {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid;
  padding: 3px 16px;
  border-radius: 3px;
}

.register:hover {
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid;
  padding: 3px 16px;
  border-radius: 3px;
  background-color: green;
}

.logo-ap img {
  width: 100%;
  height: 50px;
}

/* .contect_Quote{
    padding: 0px;
} */

.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quote_mc h5 {
  font-size: 20px !important;
  font-weight: 600;
  color: #ffffff;
  /* color: #f9900e; */
  /* color: #02457a; */
  letter-spacing: 0;
}

.icon-group {
  display: flex;
}

.icon-group .icon-item:not(:last-child) {
  margin-right: 0.5rem;
}

.text-facebook {
  color: #3c5a99;
}

svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.text-center {
  text-align: center !important;
}

.news-scroll {
  position: relative;
  height: 38px;
  background-color: #153d8b;
  padding: 10px 0;
  z-index: 3;
}

.news-tag {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  padding: 12px 15px;
  top: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
  font-weight: 500;
  line-height: 1;
}

.mc-wrap {
  position: relative;
  margin-bottom: 15px;
  box-shadow: 0 9px 68px 0 rgb(62 57 107 / 20%);
  background: url(../images/mc-bg.jpg) no-repeat bottom center;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 30px;
}

.pro-img {
  height: 100%;
  width: auto;
  overflow: hidden;
}

.wrap-img {
  position: relative;
  padding: 0px;
  height: 120px;
  width: 100%;
}

.wrap-title {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 36px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  color: #fff;
  background: #4ead4eec;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.wrap-content {
  min-height: 222px;
  padding: 15px 5px;
}

.min-ht {
  min-height: 155px;
}

.wrap-content h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #222;
}

.wrap-content p {
  /* color: #282626; */
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.wrap-content a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: end;
  color: #000000;
}

.ring-bg {
  background: url(../images/bg_img_5.png) no-repeat top center;
  background-size: contain;
}

.gradient-text.blue {
  background-image: linear-gradient(35deg, #00a2e8 0%, #00a2e8 100%);
}

.gradient-text {
  font-weight: 600;
  display: inline-block;
  background-image: linear-gradient(135deg, #846ff4 0%, #f17674 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.big-font {
  font-weight: 700 !important;
  font-size: 31px !important;
  line-height: 40px;
}

.d-blue {
  color: #13287e !important;
}

.about_content p {
  margin-left: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #7e7b7b;
}

.milestones {
  padding: 20px 0;
  position: relative;
  background: url(../images/bg-3.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.milestones:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
}

.accross small {
  color: #ffffff;
  font-weight: 500;
  z-index: 2;
  text-transform: uppercase;
}

.accross h3 {
  font-weight: 700;
  margin: 5px 0 1em;
  position: relative;
  z-index: 2;
  font-size: 24px;
}

.accross h3:after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #0880e8;
  position: absolute;
  bottom: 0;
  left: 12px;
  margin-bottom: -15px;
}

.play-mc {
  display: flex;
  align-items: center;
  padding: 30px;
}

.accross p {
  z-index: 2;
}

.achievement-box {
  margin: 0 0 20px;
}

.achievement-box img {
  width: 100px;
  height: 100px;
  padding: 15px;
  position: relative;
}

.milestones .achievement-box:nth-child(1) .achv-icon {
  background: #ed9a3f;
}

.milestones .achievement-box:nth-child(2) .achv-icon {
  background: #51b4b8;
}

.milestones .achievement-box:nth-child(3) .achv-icon {
  background: #c82f30;
}

.milestones .achievement-box:nth-child(4) .achv-icon {
  background: #3f9bed;
}

.milestones .achievement-box:nth-child(5) .achv-icon {
  background: #d22d43;
}

.milestones .achievement-box:nth-child(6) .achv-icon {
  background: #009227;
}

.achv-icon {
  overflow: hidden;
  border-radius: 5px 0 0 5px;
  text-align: center;
}

.accross-mc {
  position: relative;
  z-index: 2;
}

.achv-description {
  background: #e6e6e6;
  border-radius: 0 5px 5px 0;
  justify-content: flex-start;
}

.achv-description > div {
  padding: 10px;
}

.mileCards {
  transition: all 0.75s ease-in-out;
  cursor: pointer;
}

.vert-middle {
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.achv-description h3 {
  font-weight: 600;
  font-size: 26px;
  margin: 0 0 5px;
}

.achv-description p {
  color: #333;
  margin: 0;
  clear: both;
  font-weight: 400;
}

/* .h-100 {
    min-height: 450px;
} */

.s-paragraph {
  max-width: 25rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.42857;
}

.m-paragraph.bold {
  letter-spacing: 0;
  font-weight: 600;
}

.m-paragraph {
  max-width: 29rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
}

.home-portection-icons {
  max-height: 66px;
}

/* .video-hero-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: var(--white);
    text-align: left;
    background-color: #2195f37a;
    border: 1px solid #2196f3;
    border-radius: 10px;
    align-items: center;
    padding: 1rem;
    font-weight: 400;
    transition: transform .3s;
    display: flex;
} */

.video-hero-card {
  background-color: #ffffff7c;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 1rem;
}

.btn-mc {
  font-size: 14px;
  background: #2196f3;
  border: 1px solid #2196f3;
  color: #fff;
  padding: 10px 18px;
  border-radius: 1px;
  margin: 10px 0 0;
  display: inline-block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.btn-mc:hover::before {
  width: 100%;
  -webkit-transform: skewX(0);
  transform: skewX(0);
  left: 0;
}

.btn-mc::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  left: -14px;
  top: 0;
  background: #fff;
  z-index: -1;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.btn-mc:hover {
  color: #1f1f1f;
}

/* ------------------------- */

.section-4 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* .section-4::after {
    position: absolute;
    background: url(../images/top-pattern.png) no-repeat top center;
    background-size: contain;
    width: 450px;
    height: 450px;
    content: '';
    top: 0;
    right: 0;
} */

.bg-milkwhite {
  position: relative;
  background-color: #fefcff !important;
}

.bg-milkwhite::before {
  content: "";
  width: 100%;
  bottom: 0;
  height: 100%;
  position: absolute;
  background: linear-gradient(
    2.5deg,
    rgba(0, 143, 181, 0.1) -8.57%,
    rgba(251, 251, 251, 0) 67.99%
  );
}

/* .bg-white {
    background-color: #fff !important;
} */

.section-4 .ui-about {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #fff;
}

.section-4 .ui-about .ab-img {
  width: 100%;
}

.section-4 .ui-about .ui-about-con {
  position: relative;
  z-index: 2;
}

.section-4 .ui-about .ui-about-con h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 39px;
  margin-bottom: 30px;
}

.section-4 .ui-about .ui-about-con p {
  margin-bottom: 25px;
  color: #000000;
  font-weight: normal;
}

.section-4 .ui-about .ui-about-con p:last-child {
  margin-bottom: 28px;
}

/* .home-full.big-header{
    position: relative;
}
.home-full.big-header::after{
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    background-image: linear-gradient(#046973,#000);
} */

/* .bg-size{
    position: relative;
}

.bg-size::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 500px;
    top: 0px;
    left: 0px;
    opacity: 0.3px;
    background-color: #00a2e8;
    background-image: linear-gradient(#046973,#000);
} */

.mc-map {
  width: 640px;
}

.brand_sec .brand_1 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0px 20px;
}

.brand_sec .brand_1 .quick-icon {
  height: 100%;
  width: 100px;
  display: flex;
  align-items: center;
  padding: 10px;
}

/* .owl-item{
    width: 199.2px;
    margin-right: 10px !important;
} */

.quick-card {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  max-height: 100px;
  padding: 15px 10px;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  overflow: hidden;
  background: url(../images/mc-bg.jpg) no-repeat bottom center;
  background-size: cover;
  cursor: pointer;
}

.quick-description h6 {
  margin: 0px;
  padding: 0px;
  color: #2196f3;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.quick-description p {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.bg-social-media {
  background-color: #ffffff;
}

.twitter-feed {
  background: #ffffff;
  mix-blend-mode: normal;
  overflow: auto;
  width: 100%;
  position: relative;
  box-shadow: 0px 0px 14px #00000029;
}

.twitter-feedHeading {
  position: sticky;
  top: 0px;
  background: white;
  border-bottom: 0.5px solid #ddd;
  padding: 10px;
  z-index: 3;
}

.twitter-footer {
  position: sticky;
  bottom: 0px;
  background: white;
  border-top: 0.5px solid #ddd;
  padding: 10px;
  z-index: 3;
}

.twitter-feedHeading h5 {
  color: #333333;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  margin: 0px;
  text-transform: uppercase;
}

.twitter {
  overflow-y: scroll;
  height: 419px;
  padding: 20px;
  position: relative;
}

/* ------------------------------------ */

/* Scrollbar Styling */

#contain::-webkit-scrollbar {
  width: 4px;
}

#contain::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 0px;
}

#contain::-webkit-scrollbar-thumb {
  background: #ccc;
}

/* -------------------------------------- */

.service_card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  margin-bottom: 30px !important;
  background: url(../images/serv-bg.svg);
}

.service_icon {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 100px;
  border-radius: 10px;
  padding: 12px;
  background: aliceblue;
  border: 2px solid #eee;
}

.service_card h6 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.service_card p {
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.7;
  font-size: 15px;
}

.more-info {
  color: #fff;
  margin-top: 30px;
}

.mt-15 {
  margin-top: 15px;
}

.media_title {
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
  text-align: start;
  height: 40px;
  z-index: 2;
}

.media_title i {
  content: "";
  position: absolute;
  transform: rotate(13deg);
  left: 5px;
  bottom: -5px;
  width: 40px;
  height: 40px;
  z-index: 0;
}

.media_title h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 0px;
  z-index: 2;
}

/* .media_title::before{
    content: ' ';
    position: absolute;
    height: 35px;
    width: 190;
    border: 1px dotted #fff;

} */

.elementor-widget-container h2 {
  color: #2196f3;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 22px;
}

.watchVideo_btn {
  background: url(../images/watch-video.png);
  padding: 0px;
  background-size: cover;
  width: 193px;
  height: 58px;
  border: 0px;
  border-radius: 0px;
  background-position-y: -7px;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.watchVideo_btn .btn {
  padding: 0px;
  border: 0px;
  background: unset;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.pulse {
  width: 20px;
  aspect-ratio: 2;
  background-color: #56a7a785;
  border-radius: 50%;
  animation: pulse 0.8s infinite;
}

.icon-play-video {
  font-size: 20px;
}

.vedio-mc {
  position: relative;
  min-height: 500px;
  background-image: url(../images/banner/common_img.png);
  /* background-image: url(../images/banner/banner-2.png); */
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 2;
}

/* .vedio-mc::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4ead4e;
    z-index: 3;

}

.vedio-mac {
    content: "";
    position: absolute;
    top: 0px;
    right: -450px;
    width: 80%;
    height: 179%;
    background-color: rgba(1, 8, 18, 0.835);
    z-index: 4;
    transform: rotate(110deg);
} */

.z-4 {
  z-index: 4;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  width: 5px;
  height: 5px;
  margin: 2px;
  border: none;
  opacity: 1;
  border-radius: 0;
  background-color: #ffffff;
}

.carousel-indicators [data-bs-target].active {
  background-color: #00a2e8;
}

.cmn_bg-3 {
  background-image: url(../images/common_img.png);
  background-attachment: fixed;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  max-height: 310px;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (max-width: 991px) {
  .section-4 .ui-about {
    margin-bottom: 20px;
  }
  .section-4 .ui-about-con h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .left-logo {
    display: none;
  }
  .nav-center h5 {
    font-family: "Source Sans 3";
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 21px;
    color: #02457a;
    margin: 0px;
  }
  .section-4::after {
    display: none;
  }
  .older-post {
    margin-top: 20px;
  }
}

.ft-img img {
  /* height: 75px; */
  width: 60px;
}

@media (max-width: 600px) {
  .vedio-mac {
    content: "";
    position: absolute;
    top: 317px;
    right: 0px;
    width: 100%;
    height: 179%;
    background-color: rgba(1, 8, 18, 0.835);
    z-index: 4;
    transform: rotate(0deg);
  }
  .ft-img img {
    height: 48px;
  }
}

@media (max-width: 991px) {
  .navbar.nav_5.navbar-light .navbar-toggler {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.54);
  }
  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-sm,
  .navbar > .container-md,
  .navbar > .container-lg,
  .navbar > .container-xl,
  .navbar > .container-xxl {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .default-nav {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #f9900e;
    top: 57px;
    z-index: 2;
    padding: 15px 30px;
    -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    z-index: 1000;
  }
}

@media screen and (min-width: 1300px) {
  .container--1 {
    /* max-width: 1300px; */
    max-width: 98%;
    /* overflow: hidden; */
  }
}

/* Ultra Midium Layout: 1600px. */
/* @media only screen and (min-width: 1268px) and (max-width: 2000px) {
    .container--1 {
       max-width: 1300px; 
   }
} */
.latest-news-bg {
  display: flex;
  align-items: center;
  background-image: url(../images/news-h1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px;
  border-radius: 5px;
  padding: 0px;
}

.news-item {
  position: relative;
  display: flex;
  background: #f7f7f7;
  border-radius: 5px;
  overflow: hidden;
}

/* .news-item::after{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #00a2e8;
    transform: rotate(20deg);
    right: 0;
    bottom: 0;
}

.news-item::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 40px;
    background-color: #00a2e8;
    transform: rotate(-46deg);
    right: -63px;
    bottom: 0;
} */

.news-img {
  height: 151px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .news-img {
    height: auto;
    width: 100%;
    overflow: hidden;
  }
}

.news-item .news-text {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 10px;
}

.news-item .news-text p {
  font-size: 13px;
  line-height: 1.8em;
}

.news-item .news-text a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: start;
  color: #000000;
}

.learn-more-arrow-dark:after {
  content: url(../images/bi_arrow-right-short-dark.svg);
  position: relative;
  top: 2px;
  right: -6px;
}

.learn-more-arrow {
  font-size: 14px;
  color: #fff;
}

.learn-more-arrow,
.learn-more-arrow:hover {
  font-size: 13px;
  color: #fff;
}

.learn-more-arrow:after {
  content: url(../images/bi_arrow-right-short.svg);
  position: relative;
  top: 2px;
  right: -6px;
}

.latest-news {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: end;
  background: #222;
  padding: 10px;
}

.items-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-mc {
  width: 180px;
  height: 316px;
  border-radius: 177px;
  overflow: hidden;
  background: black;
  transform: rotate(27deg);
}

.about-text h3 {
  color: var(--themebgcolor);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 0px;
}

.about-text .fz-25 {
  color: #2c4964;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 0px;
}

.logo_text {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.logo_text h5 {
  /* font-family: "Source Sans 3"; */
  font-style: normal;
  font-weight: 900;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #02457a;
  letter-spacing: 0px;
  margin: 0px;
}

@media screen and (max-width: 768px) {
  .logo_text h5 {
    line-height: 15px !important;
    font-size: 12px;
    /* font-size: 18px; */
  }
  .logo_text p {
    font-size: 8px !important;
    font-weight: 600 !important;
    margin-top: 0px !important;
  }
  .logo-ap img {
    width: 30px;
    height: 30px;
  }
}

.logo_text p {
  font-size: 15px;
  line-height: 14px;
  font-weight: 600;
  margin: 0px;
}
.cbox .mc-icon {
  /* width: 35px;
    height: 35px; */
  margin: 5px 8px 1px 12px !important;
}
.cbox .mc-icon::before {
  left: -5px !important;
  top: -5px !important;
}
.icon-box.cbox {
  /* justify-content: space-between; */
  border: 2px solid var(--themebgcolor);
  padding: 5px 0;
}
.mc-icon {
  /* width: 45px;
    height: 45px; */
  /* background: #fcfeff; */
  /* background: #4ead4e; */
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* margin: 20px auto; */
  padding: 10px 0;
  transform-style: preserve-3d;
  position: relative;
  /* z-index: 2; */
  /* border: 1px solid var(--themebgcolor); */
}

.mc-icon img {
  filter: sepia(1);
  border-radius: 10px;
}

.icon-box {
  text-align: center;
  position: relative;
  /* display: flex; */
  border: 8px solid #fff;
  /* border: 1px solid #f9900e29; */
  /* border: 1px solid #d5e1ed; */
  transition: all ease-in-out 0.3s;
  margin: 0px 0 20px;
  padding: 15px;
  border-radius: 30px;
  overflow: hidden;
  background: #ffffff url(../images/icons/service_card_bg.png);
  background-position: right;
  border: 1px solid #f1f1f1;
  box-shadow: 0 12px 12px -5px rgba(0, 0, 0, 0.5);
  height: 295px;
}

/* .icon-box:hover {
  box-shadow: 0 9px 68px 0 rgb(62 57 107 / 20%);
} */
.bgltheme {
  /* background: #ffeedf; */
}

.about-text {
  margin: 17px 0 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .icon-box:hover {
    background: #4ead4e;
    border-color: #4ead4e;
}

.icon-box:hover .mc-icon {
    background: #ffffff;
    border-color: #ffffff;
}

.icon-box:hover .mc-icon::before {
    background: #ffffff2e;
}

.icon-box:hover .mc-icon i {
    color: #4ead4e;
    transition: ease-in-out 0.3s;
}

.icon-box:hover .about-text h3 {
    color: #ffffff;
}

.icon-box:hover .about-text p {
    color: #ffffff;
} */

.mc-icon::before {
  display: none;
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: var(--themebgcolor);
  /* background: #4ead4e4f; */
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
  z-index: -1;
}

.mc-icon i {
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.title h4 {
  position: relative;
  margin-bottom: 20px;
  /* background: var(--titlebackground); */
  background: linear-gradient(90deg, #ffa501 0%, #ff350c 50%);
  color: var(--color-white);
  padding: 3px 10px 7px;
  border-radius: 6px;
  width: fit-content;
  border-radius: 22px;
  font-weight: 500 !important;
  font-size: 14px;
}

.title h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--themebgcolor);
  /* background: #fe7d0b; */
  /* background: #1977cc; */
  bottom: -10px;
  left: 0;
  animation: moveLine 5s linear infinite;
}

@keyframes moveLine {
  0% {
    left: 0;
  }
  50% {
    left: calc(100% - 40px);
  }
  100% {
    left: 0;
  }
}

.title h4::before {
  content: "";
  position: absolute;
  display: block;
  width: stretch;
  height: 1px;
  background: #ddd;
  bottom: -10px;
  left: 0;
}
.title .center_text::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: -10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.title .center_text::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--themebgcolor);
  bottom: -10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.flex-box {
  display: flex;
  justify-content: center;
  align-items: end;
}

.hero-bg {
  z-index: 1;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
}

/* .hero-bg::before {
    content: "";
    top: 0;
    left: 0;
    opacity: 0.85;
    right: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
    background: #000529;
    background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    background: -webkit-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    background: linear-gradient(to right, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
} */

.hero-img {
  width: 85%;
}

.hero-info {
  background: rgba(255, 255, 255, 0.656);
  padding-top: 30px;
  padding: 30px 20px;
  margin-bottom: 50px;
  border-top: 4px solid #009227;
}

.hero-info h2 {
  font-size: 18px;
}

.hero-info a {
  font-size: 12px;
  color: #009227;
}

.news-updates .owl-carousel {
  position: relative;
  width: 100%;
  background: red;
  min-height: 80vh;
  overflow: hidden;
}

.carousel-control-prev {
  position: absolute;
  display: flex;
  top: 35%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 80px;
  color: #ffffff !important;
  border: none !important;
  text-align: center;
  opacity: 1 !important;
  transition: opacity 0.15s ease;
  border-radius: 0px 5px 5px 0px;
  background-color: #f9900e !important;
  /* background-color: #00a2e8 !important; */
}

.carousel-control-next {
  position: absolute;
  display: flex;
  top: 35%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 80px;
  color: #ffffff !important;
  border: none !important;
  text-align: center;
  opacity: 1 !important;
  transition: opacity 0.15s ease;
  background-color: #f9900e !important;
  /* background-color: #00a2e8 !important; */
  border-radius: 5px 0px 0px 5px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 10px !important;
  height: 10px !important;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-caption {
  position: absolute;
  bottom: 17%;
}

.news_card {
  background-color: #ffffff;
  padding: 24px 15px;
  border-top: 4px solid #f9900e;
  /* border-top: 4px solid #0880e8; */
}

.news_card h6 {
  color: #000000;
  font-weight: 600;
}

.news_card p {
  color: #000000 !important;
}

.carousel-caption h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #f7f7f7;
  margin-bottom: 1px;
}

.carousel-caption p {
  color: #f7f7f7;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin: 0px;
}

.carousel-indicators {
  position: absolute;
  right: 0px !important;
  bottom: 91px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: end;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.scroll-nav {
  position: relative;
  height: 38px;
  background-color: #153d8b;
  padding: 10px 0;
  z-index: 3;
}

/* ------------------------------------------ */

.bg-200 {
  background-color: var(--announcebgcolor) !important;
  /* background-color: var(--iconboxbgcolor) !important; */
}

@media (min-width: 576px) {
  .fs-sm-1 {
    font-size: 1.25rem;
  }
}

.fs-0 {
  font-size: 1rem;
}

.text-uppercase {
  text-transform: uppercase !important;
}

@media (min-width: 768px) {
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
}

.icon-item {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5e6e82;
  height: 2.5rem;
  width: 2.5rem;
  border: 0;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.footer-shape {
  position: relative;
  background-color: #ffffff;
}

.footer-shape::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 100%;
  top: 0;
  left: -40px;
  background: #ffffff;
  transform: skew(40deg);
}

/* ------------------------------------ */

.about_box {
  height: 100%;
  width: 100%;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  position: relative;
  z-index: 999;
}

.chart_box {
  height: 450px;
  position: relative;
}

.chart_card {
  position: relative;
  width: 80%;
  height: 80%;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 9px 68px 0 rgb(62 57 107 / 20%);
  z-index: 3;
}

.progress_card {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 40%;
  height: 60%;
  background-color: #ffffff;
  border-radius: 10px;
  z-index: 4;
  box-shadow: 0 9px 68px 0 rgb(62 57 107 / 20%);
}

.ui-about img {
  height: 100%;
  width: 100%;
}

.about_mc {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.visiting_card {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 9px 68px 0 rgb(62 57 107 / 20%);
}

.visit_mc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.visit_top {
  background-color: #153d8b;
  border-radius: 0px 0px 10px 10px;
  width: 70%;
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visit_top a img {
  height: 55px;
}

.visit_btm {
  background-color: #153d8b;
  border-radius: 10px 10px 0px 0px;
  width: 70%;
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visit_btm h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 0px;
}

.visit_text {
  min-height: 155px;
}

.visit_text h3 span {
  color: #153d8b;
}

/* ----- Why choose Us ----- */

.why-us {
  /* background: #efefef; */
  /* background: #f9900e; */
  /* background: #f1f8ff; */
  padding: 0;
  border-radius: 8px;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .video-box {
    min-height: 215px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .content {
    padding: 14px 0px !important;
  }
  .accordion-list {
    padding: 0px !important;
  }
}

/* @media (min-width: 768px) {} */

.why-us .content {
  padding: 60px 10px 0 10px;
  /* padding: 60px 100px 0 100px; */
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .accordion-list {
  padding: 0 0px 60px 0px;
  /* padding: 0 100px 60px 100px; */
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li {
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
}

.why-us .accordion-list a {
  display: block;
  color: #f9900e;
  /* color: #153d8b; */
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.collapsed .bx-chevron-up:before {
  content: "\f067";
}

.bx-chevron-up:before {
  font: normal normal normal 14px / 1 FontAwesome;
  content: "\f068";
  position: absolute;
  right: 12px;
  top: 12px;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#f9900e 50%, rgb(244 230 211) 52%);
  /* background: radial-gradient(#0880e8 50%, rgba(8, 128, 232, 0.4) 52%); */
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(8, 128, 232, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.svg_icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 109px;
  height: 85px;
  background-image: url("data:image/svg+xml,%3Csvg width='108' height='84' viewBox='0 0 108 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4'%3E%3Cpath d='M26.3573 53.0816C-3.53952 45.6892 -21.7583 15.3438 -14.3294 -14.7003C-6.90051 -44.7444 23.3609 -63.1023 53.2577 -55.7099C83.1545 -48.3174 101.373 -17.972 93.9444 12.0721C86.5155 42.1162 56.2541 60.4741 26.3573 53.0816Z' stroke='%234ead4e'/%3E%3Cpath d='M28.021 46.351C1.8418 39.8777 -14.109 13.2911 -7.59921 -13.036C-1.0894 -39.3632 25.4137 -55.4524 51.5929 -48.9792C77.7722 -42.5059 93.723 -15.9193 87.2132 10.4078C80.7034 36.735 54.2003 52.8242 28.021 46.351Z' stroke='%234ead4e'/%3E%3Cpath d='M19.6265 51.4174C-6.55274 44.9442 -22.5035 18.3576 -15.9937 -7.96958C-9.48393 -34.2967 17.0191 -50.3859 43.1984 -43.9127C69.3776 -37.4395 85.3284 -10.8529 78.8186 15.4743C72.3088 41.8014 45.8058 57.8906 19.6265 51.4174Z' stroke='%234ead4e'/%3E%3Cpath d='M10.9723 56.4198C-15.0615 49.9826 -30.8995 23.4265 -24.3891 -2.90312C-17.8787 -29.2328 8.51036 -45.3475 34.5442 -38.9103C60.578 -32.473 76.416 -5.91694 69.9055 20.4127C63.3951 46.7423 37.0061 62.8571 10.9723 56.4198Z' stroke='%234ead4e'/%3E%3Cpath d='M2.31889 61.4223C-23.8604 54.9491 -39.8112 28.3625 -33.3014 2.0353C-26.7916 -24.2918 -0.288486 -40.3811 25.8908 -33.9078C52.07 -27.4346 68.0208 -0.848004 61.511 25.4792C55.0012 51.8063 28.4981 67.8955 2.31889 61.4223Z' stroke='%234ead4e'/%3E%3Cpath d='M-6.33532 66.4247C-32.3691 59.9874 -48.2071 33.4313 -41.6967 7.1017C-35.1863 -19.2279 -8.79725 -35.3427 17.2365 -28.9054C43.2704 -22.4682 59.1083 4.08788 52.5979 30.4175C46.0875 56.7472 19.6985 72.8619 -6.33532 66.4247Z' stroke='%234ead4e'/%3E%3Ccircle cx='-3.26671' cy='24.0209' r='48.8339' transform='rotate(103.889 -3.26671 24.0209)' stroke='%234ead4e'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}

/* .icon-box:hover .svg_icon {
    background-image: url("data:image/svg+xml,%3Csvg width='108' height='84' viewBox='0 0 108 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4'%3E%3Cpath d='M26.3573 53.0816C-3.53952 45.6892 -21.7583 15.3438 -14.3294 -14.7003C-6.90051 -44.7444 23.3609 -63.1023 53.2577 -55.7099C83.1545 -48.3174 101.373 -17.972 93.9444 12.0721C86.5155 42.1162 56.2541 60.4741 26.3573 53.0816Z' stroke='%23ffffff'/%3E%3Cpath d='M28.021 46.351C1.8418 39.8777 -14.109 13.2911 -7.59921 -13.036C-1.0894 -39.3632 25.4137 -55.4524 51.5929 -48.9792C77.7722 -42.5059 93.723 -15.9193 87.2132 10.4078C80.7034 36.735 54.2003 52.8242 28.021 46.351Z' stroke='%23ffffff'/%3E%3Cpath d='M19.6265 51.4174C-6.55274 44.9442 -22.5035 18.3576 -15.9937 -7.96958C-9.48393 -34.2967 17.0191 -50.3859 43.1984 -43.9127C69.3776 -37.4395 85.3284 -10.8529 78.8186 15.4743C72.3088 41.8014 45.8058 57.8906 19.6265 51.4174Z' stroke='%23ffffff'/%3E%3Cpath d='M10.9723 56.4198C-15.0615 49.9826 -30.8995 23.4265 -24.3891 -2.90312C-17.8787 -29.2328 8.51036 -45.3475 34.5442 -38.9103C60.578 -32.473 76.416 -5.91694 69.9055 20.4127C63.3951 46.7423 37.0061 62.8571 10.9723 56.4198Z' stroke='%23ffffff'/%3E%3Cpath d='M2.31889 61.4223C-23.8604 54.9491 -39.8112 28.3625 -33.3014 2.0353C-26.7916 -24.2918 -0.288486 -40.3811 25.8908 -33.9078C52.07 -27.4346 68.0208 -0.848004 61.511 25.4792C55.0012 51.8063 28.4981 67.8955 2.31889 61.4223Z' stroke='%23ffffff'/%3E%3Cpath d='M-6.33532 66.4247C-32.3691 59.9874 -48.2071 33.4313 -41.6967 7.1017C-35.1863 -19.2279 -8.79725 -35.3427 17.2365 -28.9054C43.2704 -22.4682 59.1083 4.08788 52.5979 30.4175C46.0875 56.7472 19.6985 72.8619 -6.33532 66.4247Z' stroke='%23ffffff'/%3E%3Ccircle cx='-3.26671' cy='24.0209' r='48.8339' transform='rotate(103.889 -3.26671 24.0209)' stroke='%23ffffff'/%3E%3C/g%3E%3C/svg%3E");
} */

.latest-blog .v_card {
  padding: 30px;
  box-shadow: 0px 0px 14px #00000029;
  border-radius: 8px;
}

.latest-blog .d-block {
  position: relative;
}

.latest-blog .d-block time {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  z-index: 100;
  line-height: 1;
  text-transform: uppercase;
  color: #2e5fbf;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.latest-blog .content {
  padding: 22px 0;
}

.latest-blog .content h5 a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #212529e9;
}

.latest-blog .content p {
  font-size: 13px;
  line-height: 21px;
  color: #222;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
  font-size: 12px;
  padding: 8px 25px;
}

.blog_title h2 {
  font-family: "Source Sans 3";
  font-style: normal;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #02457a;
  letter-spacing: 0px;
  margin: 10px;
}

/* ---------------------------------------- */

.mac_card {
  position: relative;
  padding: 10px 0px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 9px 68px 0 rgb(62 57 107 / 20%);
}

.mac_icon {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 80px;
  width: 80px;
  font-size: 72px;
  color: aliceblue;
  /* background-image: url(../images/programs/icon.png);
    background-size: contain;
    background-repeat: no-repeat; */
}

.mac_header {
  position: relative;
  width: 100%;
  height: 46px;
  background-color: #00a2e8;
  /* box-shadow: 0 9px 68px 0 rgb(62 57 107 / 20%); */
  box-shadow:
    rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.mac_title {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  width: 160px;
  height: 46px;
  padding: 5px;
  background-color: #ffffff;
}

.mac_title h6 {
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.mac_content {
  padding: 20px;
}

.mac_content h3 {
  font-size: 14px;
}

.mac_content p {
  font-size: 12px;
}

.readmore {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: end;
  color: #000000;
}

.services .img {
  width: 100%;
  max-height: 150px;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
}

.services .details {
  padding: 15px 5px 10px 5px;
  margin-top: 7px;
  /* margin: -65px 20px 0 20px; */
  transition: all ease-in-out 0.3s;
  /* background: var(--color-white); */
  position: relative;
  /* background: rgba(var(--color-white-rgb), 0.9); */
  text-align: center;
  border-radius: 8px;
  /* box-shadow: 0 9px 68px 0 rgb(62 57 107 / 20%); */
  /* background-image: url(https://elite-themes.com/html/medicoz/images/icons/pattern-1.png); */
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 75%;
}

.services .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: var(--themebgcolor);
  /* background: #f9900e !important; */
  /* background: var(--color-primary); */
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--color-white);
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  border: 6px solid var(--color-white);
}

.services .details h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #222;
}

.services .details p {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  /* margin-top: 15px; */
  /* padding: 0 20px; */
  /* text-align: center !important; */
}

.services .details a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  /* text-align: center; */
  color: #000000;
}

.services:hover .img img {
  transform: scale(1.2);
}

.services .img img {
  transition: 0.6s;
}

.services:hover .hs_link {
  transform: scale(1.5);
  padding-top: 15px;
  padding-right: 15px;
}
.services .hs_link {
  transition: all 0.5s ease-in-out;
}

.services:hover .details .icon {
  /* background: #fff;
    border: 2px solid #f9900e; */
  border: 3px solid #fff;
}

.services:hover .details .icon i {
  color: #fff;
  /* color: var(--color-primary); */
}

.contact_text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  background-image: url(../images/banner/bg-blue.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}

.font-weight-bolder {
  font-weight: 700 !important;
}

.text-dark {
  color: #1e293b !important;
}

.border-radius-md {
  border-radius: 0.5rem !important;
}

.blur {
  box-shadow: inset 0 12px 16px -4px rgba(12, 26, 36, 0.04);
  -webkit-backdrop-filter: blur(13.6px);
  backdrop-filter: blur(13.6px);
  background-color: hsla(0, 0%, 100%, 0.65) !important;
}

.login_section {
  margin-top: -88px;
  margin-bottom: 20px;
}

.login_card {
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 0 9px 68px 0 rgb(62 57 107 / 20%);
}

.social-log:before {
  top: 10px;
  left: 13px;
}

@media only screen and (max-width: 100rem) {
  .social-log:before,
  .social-log:after {
    width: 3.75rem;
  }
}

.social-log:before,
.social-log:after {
  position: absolute;
  content: "";
  background-color: #dedeed;
  width: 3.625rem;
  height: 2px;
}

.social-log:after {
  top: 10px;
  right: 13px;
}

.social-log span {
  font-size: 12px;
}

.login_round {
  background: var(--color-white);
  background: rgba(var(--color-white-rgb), 0.9);
  border-radius: 0px;
  box-shadow: 0 9px 68px 0 rgb(62 57 107 / 20%);
}

.login_btn {
  padding: 10px 20px;
  color: #ffffff;
  text-align: center;
  background-color: var(--themebgcolor);
  /* background-color: #f9900e; */
  /* background-color: #13287e; */
  border: 1px solid var(--themebgcolor);
  /* border: 1px solid #f9900e; */
  box-shadow: 0 0 22px -9px rgba(0, 0, 0, 0.5);
}

.form-control {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

#basic-addon {
  padding: 0px;
}

#captcha-img img {
  width: 90px;
  height: 37px !important;
  filter: opacity(0.5);
  border: 1px solid #161616;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 10px;
}

.forget_password {
  font-size: 12px;
}

label {
  display: inline-block;
  line-height: 26px;
}

.card-login {
  position: relative;
}

/* .border-left{
    border-left: 2px solid #e2e1e1;
} */

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #13287e;
  outline: 0;
  box-shadow: none;
}

/* .angle_top {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 151px;
    background-color: #13287e;
}

.angle_bootom {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 151px;
    background-color: #13287e;
} */

/* ---------------------------------------------------------- */

@media (max-width: 767px) {
  .section-trust-cards .card.top,
  .section-trust-cards .card.bottom,
  .section-trust-cards .card img {
    display: none;
  }
}

.section-trust-cards {
  background-color: #f4f7fa;
}

.section-trust-cards .card.top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none;
  margin-top: 0;
}

.section-trust-cards .card {
  padding: 0.5rem;
  border-radius: 6.7px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  background: rgba(255, 255, 255, 0.59);
  backdrop-filter: blur(0px);
  min-height: 76px;
  margin-top: 1.5rem;
  /* margin-bottom: 1.5rem; */
  box-shadow: 0px 0px 15.6px 0px rgba(176, 214, 248, 0.25);
}

.section-trust-cards .card img {
  border-radius: 6px;
  width: 100%;
  /* height: 164px; */
}

.section-trust-cards .card-body {
  padding: 1.5rem 1rem 0 1rem;
}

.section-trust-cards .card.bottom {
  border: 0;
  background: transparent;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  box-shadow: none;
}

.section-trust-cards .card.large {
  min-height: 128px;
}

.about_2_img {
  position: relative;
}

.about_2_img img {
  padding-top: 35px;
  padding-right: 35px;
  position: relative;
  z-index: 9;
}

.about_2_img::before {
  content: "";
  position: absolute;
  height: 90%;
  width: 80%;
  background-color: #fe7d0b;
  left: 0;
}

/* #loginForm {
    background-repeat: no-repeat;
    background-image: url(../images/banner/Section_BG.png);
    background-image: url(../images/banner/common_img.png);
    background-position: bottom;
    width: 100%;
    height: 100%;
    background-size: cover;
} */
.bgltheme {
  position: relative;
  /* background-color: #f5f5f5; */
  /* background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%); */
  background: #f5f5f5 url(../images/banner/chatbg.png);
  background-size: contain;
  /* background-repeat: no-repeat;
    background-image: url(https://elite-themes.com/html/medicoz/images/icons/pattern-5.png);
    width: 100%;
    height: 100%;
    background-position: right top;
    background-color: #fafafa; */
}
.bgltheme::after {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(https://elite-themes.com/html/medicoz/images/icons/pattern-3.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  opacity: 0.23;
  content: "";
}

.comment_form:after {
  -webkit-animation: movearrow 10s linear infinite;
  animation: movearrow 10s linear infinite;
  left: 15%;
  top: 33%;
  height: 14px;
  width: 85px;
  content: "";
  position: absolute;
  border-radius: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(254, 125, 11, 0.6)),
    to(#fe7d0b)
  ) !important;
  background: linear-gradient(
    to right,
    rgba(254, 125, 11, 0.6) 0%,
    #fe7d0b 100%
  ) !important;
}

.comment_form:before {
  -webkit-animation: movearrow 10s linear infinite;
  animation: movearrow 10s linear infinite;
  right: 15%;
  top: 33%;
  height: 14px;
  width: 85px;
  content: "";
  position: absolute;
  border-radius: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(254, 125, 11, 0.6)),
    to(#fe7d0b)
  ) !important;
  background: linear-gradient(
    to right,
    rgba(254, 125, 11, 0.6) 0%,
    #fe7d0b 100%
  ) !important;
}

/* Stories/blog page styles start */

.masonry-grid {
  width: 100%;
  margin: 0 auto;
}

.grid-item {
  width: calc((100% - 20px) / 3);
  /* Adjust width for 3 columns and 2 gutters (10px each) */
  margin-bottom: 10px;
  /* Add bottom margin to grid items */
}

.grid-item img {
  width: 100%;
  position: relative;
}

.grid_text {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 1rem 2rem 1rem 1rem;
  z-index: 100000;
  color: #fff;
}

.grid_text .grid_heading h3,
.grid_text .grid_date {
  color: #fff;
}

.grid_text .grid_date {
  position: absolute;
  right: -25px;
  bottom: 25px;
  font-size: 12px;
}

.grid_text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  /* transform: scaleY(1.5); */
  transform-origin: bottom center;
  z-index: -1;
}

.brand_slide .grid-item {
  width: 100%;
  /* Adjust width for 3 columns and 2 gutters (10px each) */
  margin-bottom: 10px;
  /* Add bottom margin to grid items */
}

.brand_slide .grid-item img {
  height: 250px;
  object-fit: cover;
}

.stick-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #26cad3;
  padding: 0.125rem 0.375rem 0.0625rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 0.875rem;
  z-index: 20;
}

/* Stories/blog page styles ends */

/* scrolling news styles start */

.heading_news {
  min-height: 250px;
  background: #fcfeff;
  /* background: var(--announcebgcolor); */
  /* background: #fafafa; */
  border-radius: 8px;
  /* border: 2px solid var(--themebgcolor); */
  /* border: 2px solid #f68902; */
  margin-top: 15px;
}
.heading_news .card-header {
  background: #f68902;
}
/* .heading_news .headtext_left{
    color: #f68902;
} */

.heading_news .news_scrolls {
  max-height: 250px;
  /* Adjust this height as needed */
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/banner/whats_new_BG.png");
  background-size: contain;
}

.marquee ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.marquee li {
  margin-bottom: 10px;
}

.marquee {
  display: block;
  height: 100%;
}

.newsleft {
  /* background: var(--themebgcolor); */
  background: var(--announcebgcolor);
  clip-path: polygon(
    100% 0%,
    calc(100% - 20px) 50%,
    100% 100%,
    0 100%,
    0% 50%,
    0 0
  );
  color: #000;
  padding: 5px 15px;
  position: relative;
  padding-right: 35px;
}

.newsleft::before {
  display: none;
  content: "";
  border-left: 20px solid var(--themebgcolor);
  border-top: 21px solid transparent;
  border-bottom: 22px solid transparent;
  position: absolute;
  right: -20px;
  top: -1px;
}

.text-orange {
  color: #f9900e;
}

.bg-text {
  background: #f9900e;
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.upcoming_gif {
  font-size: 11px;
  color: #fff;
  background: #ed1c24;
  font-weight: 700;
  border-top-left-radius: 22px;
  border-bottom-right-radius: 22px;
  padding: 0px 13px;
}

/* scrolling news styles ends */

/* Banner left and right side styles */

.heading_news .headtext_left::after {
  /* content: ""; */
  display: block;
  height: 6px;
  width: 85%;
  margin: -3px auto 0;
  border-bottom: 2px solid #f9900e;
  /* background: url(../../../assets/Web/images/icons/title-arrow.png) no-repeat scroll top center; */
}

/* .heading_news .news_scrolls ul .views_row {
    background: url(../../../assets/Web/images/icons/arrow.png) no-repeat scroll left 2px rgba(0, 0, 0, 0);
    display: block;
    line-height: 12px;
    margin: 0 0 10px;
    padding: 0 0 0 19px;
    width: 100%;
    font-size: 1.3em;
    box-sizing: border-box;
    background-position: 5px 5px;
} */

.heading_news .news_scrolls ul .views_row a {
  /* display: flex; */
  font-size: 12px;
  color: #000000;
  /* color: var(--themebgcolor); */
  line-height: 15px;
}

.heading_news .news_scrolls ul .views_row a:hover {
  color: #f9900e;
}
.heading_news .news_scrolls ul .views_row:hover {
  transform: scale(1.05);
  background-color: var(--themebgcolor) !important;
}
.heading_news .news_scrolls ul .views_row:hover p,
.heading_news .news_scrolls ul .views_row:hover .fa {
  color: var(--color-white) !important;
}

.text-blue {
  color: #02457a;
}

/* Banner left and right side styles */

/*Home page banner styles starts*/

.jssorb03 {
  position: absolute;
}

.jssorb03 div,
.jssorb03 div:hover,
.jssorb03 .av {
  position: absolute;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  color: white;
  font-size: 12px;
  background: url(../img/b03.png) no-repeat;
  overflow: hidden;
  cursor: pointer;
}

.jssorb03 div {
  background-position: -5px -4px;
}

.jssorb03 div:hover,
.jssorb03 .av:hover {
  background-position: -35px -4px;
}

.jssorb03 .av {
  background-position: -65px -4px;
}

.jssorb03 .dn,
.jssorb03 .dn:hover {
  background-position: -95px -4px;
}

.jssora20l,
.jssora20r {
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: url(../img/a20.png) no-repeat;
  overflow: hidden;
}

.jssora20l {
  background-position: -3px -33px;
}

.jssora20r {
  background-position: -63px -33px;
}

.jssora20l:hover {
  background-position: -123px -33px;
}

.jssora20r:hover {
  background-position: -183px -33px;
}

.jssora20l.jssora20ldn {
  background-position: -243px -33px;
}

.jssora20r.jssora20rdn {
  background-position: -303px -33px;
}

/*Home page banner styles ends*/

/* modal popup overriden styles starts */

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 450px;
    margin: 1.75rem auto;
  }
}

.modal-content {
  border-radius: 10px;
}

.control-big {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
}

.line {
  display: block;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  margin-top: -15px;
  text-align: center;
}

.line h2 {
  font-size: 12px;
  text-align: center;
  position: relative;
  top: 19px;
  padding: 0 15px;
  display: inline-block;
  background: white;
}

.modal {
  z-index: 100000;
}

/* modal popup overriden styles ends */

/* home page gallery styles start */

.brand_slide .owl-nav .owl-prev,
.brand_slide .owl-nav .owl-next {
  position: absolute;
  top: 10%;
}

.brand_slide .owl-nav .owl-prev span,
.brand_slide .owl-nav .owl-next span {
  font-size: 100px;
  font-weight: 100;
}

.brand_slide .owl-nav .owl-prev {
  left: -30px;
}

.brand_slide .owl-nav .owl-next {
  right: -30px;
}

.brand_slide .owl-nav [class*="owl-"]:hover {
  background: none;
  color: #000000;
}

.brand_slide .owl-dots .owl-dot.active span {
  background: #02457a;
}

/* home page gallery styles ends */

@media (min-width: 1440px) {
  .heading_news {
    /* height: 86%; */
    min-height: auto;
    display: block;
    overflow: hidden;
  }
  .heading_news .news_scrolls {
    /* height: 90%; */
    min-height: auto;
    overflow: hidden;
  }
  .heading_news .news_scrolls marquee {
    height: 100%;
    overflow: hidden;
  }
}

.visitor-counter span {
  display: inline-block;
  padding: 3px 8px 1px;
  border-radius: 6px;
  background: var(--themebgcolor);
  margin: 0px 3px;
  font-size: 12px;
}

.otp_wrapper {
  position: absolute;
  top: 26px;
  right: 0px;
  background: var(--themebgcolor);
  /* background: #f9900e; */
  font-size: 12px;
  padding: 11px;
  border-right: 0;
  border-left: 1px solid var(--themebgcolor);
  color: #fff !important;
  font-weight: 500;
  border-radius: 8px;
}

.quote_form .otp_wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  background: var(--themebgcolor);
  /* background: #f9900e; */
  font-size: 12px;
  padding: 11px;
  border-right: 0;
  border-left: 1px solid var(--themebgcolor);
  color: #fff !important;
  font-weight: 500;
  border-radius: 8px;
}

.otp_wrapper:hover {
  background: #02457a;
  color: #fff;
  border-right: 0;
  border-left: 1px solid #02457a;
  border-radius: 8px;
  border: 1px solid #02457a !important;
}

.radius-8 {
  border-radius: 8px;
}

.btn_dark_blue {
  background: var(--themebgcolor);
  /* background: #02457a; */
  border-radius: 8px;
}

/* toll free number section styles start */

.toll_free_wrapper {
  padding: 4px 0;
  margin-top: 5px;
}

.toll_free_wrapper .toll_free_box {
  font-size: 11px;
  color: #f9900e;
  border-radius: 8px;
  align-items: center;
  border: 1px solid #f9900e29;
  background: rgb(251 251 251 / 54%);
  padding: 3px 8px 3px 3px;
  box-shadow: 0px 9px 10px -4px rgba(0, 0, 0, 0.15);
}

.toll_free_wrapper .toll_free_box .image_wrap {
  background-color: #f68902;
  border-radius: 10px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0px 5px 1px;
}

.toll_free_wrapper .toll_free_box .image_wrap img {
  width: 60%;
  background-color: #f68902;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
}
.toll_free_wrapper .toll_free_box span.fw-bold {
  line-height: 13px;
}

.toll_free_wrapper .toll_free_box .number_wrap {
  color: #02457a;
  font-weight: 700;
  font-size: 13px;
  margin-left: 3px;
  position: relative;
  top: 1px;
}

/* toll free number section styles ends */

@media screen and (min-width: 768px) and (max-width: 1299px) {
  #slider .fluxslider,
  #slider .fluxslider .images,
  #slider .fluxslider .images .image1,
  #slider .fluxslider .images .image2 {
    height: calc(100vh) !imporant;
  }
}

@media screen and (min-width: 1300px) {
  #slider .fluxslider,
  #slider .fluxslider .images,
  #slider .fluxslider .images .image1,
  #slider .fluxslider .images .image2 {
    width: calc(100%) !important;
    background-size: cover;
  }
}

/* Slider container styles */

#slider {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

/* Ensure images cover the slider area */

#slider .slides img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  /* Ensure image covers the container */
}

/* Optional: Pagination style */

.fluxslider .pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

/* floating input styles start */
.material-textfield {
  position: relative;
}

.float_label {
  position: absolute;
  font-size: 12px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  color: gray;
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: 0.1s ease-out;
  transform-origin: left top;
  pointer-events: none;
}
.float_input {
  font-size: 1rem;
  outline: none;
  border-radius: 10px;
  padding: 8px 15px;
  color: gray;
  transition: 0.1s ease-out;
  border: 1px solid #ced4da;
}
.float_input::placeholder {
  font-size: 12px !important;
}

.float_input:focus {
  border-color: #f9900e;
}

.float_input:focus + label {
  color: #f9900e;
  top: 0;
  transform: translateY(-50%) scale(0.9) !important;
  z-index: 100000;
}

.float_input:not(:placeholder-shown) + label {
  top: 0;
  transform: translateY(-50%) scale(0.9) !important;
}

.float_input:not(:focus)::placeholder {
  opacity: 0;
}
/* floating input styles ends */

/* homepage styles start */

body::-webkit-scrollbar {
  width: 3px;
  /* Width of the scrollbar */
}

/* Track */

body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 1px;
}

/* Handle on hover */

body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ap-map svg path {
  /* fill: #c7c7c7; */
  stroke: #fff;
  stroke-width: 0.875px;
}

#tooltip {
  background-image: linear-gradient(
    256.43deg,
    #ffae80 -12.08%,
    #ff7425 109.79%
  );
  color: white;
  border-radius: 5px;
  padding: 5px;
}

.ap-map svg path.active {
  fill: #f9900e;
  filter: drop-shadow(2px 10px 6px #f9900e);
  cursor: pointer;
  stroke-width: 0.45;
}

.ap-map svg path:hover {
  fill: #f9900e;
  filter: drop-shadow(2px 10px 6px #f9900e);
  cursor: pointer;
  stroke-width: 0.45;
}

.ap-map svg {
  width: 100%;
  /* height: 60vh; */
}

p {
  text-align: justify !important;
}
@media (max-width: 960px) {
  /* .small-graph .apexcharts-canvas {
    left: 0px;
} */
  .home.level-list-tabs .nav.nav-pills .nav-item .nav-link {
    margin-right: 0px !important;
  }
}

@media (max-width: 520px) {
  .home.level-list-tabs .nav.nav-pills .nav-item {
    width: 100%;
  }
}

/*Map*/
.home.level-list-tabs .nav.nav-pills .nav-item .nav-link {
  background: #fc312f1f;
  color: #000;
  border-radius: 15px 15px 0 0;
  margin-right: 5px;
}

.home.level-list-tabs .nav.nav-pills .nav-item .nav-link.active {
  background: #fc312f;
  color: #ffffff;
}

.map span {
  color: #687089;
}

.map.card {
  border-radius: 0 0 15px 15px;
}

.status span {
  font-family: "ProximaNova_Light";
}

.status-list h5 {
  /* font-family: 'ProximaNova_Light'; */
  font-weight: 900;
  color: #303139;
}

/*Map Legends*/
.map-legend-vertical {
  position: relative;
}

.map-vertical-list {
  position: absolute;
  /* width: 15%; */
  bottom: 5px;
  right: -2px;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 10px;
  font-family: "ProximaNova_Light";
}

.map-vertical-list li {
  margin: -8px 0;
}

.map-vertical-list li small {
  font-size: 10px;
}

.map-vertical-list .sq-theme-one {
  color: rgb(252, 228, 236);
}

.map-vertical-list .sq-theme-two {
  color: rgb(248, 187, 208);
}

.map-vertical-list .sq-theme-three {
  color: rgb(240, 98, 146);
}

.map-vertical-list .sq-theme-four {
  color: rgb(236, 64, 122);
}

.map-vertical-list .sq-theme-five {
  color: rgb(173, 20, 87);
}

.map-horizontal-list {
  font-family: "ProximaNova_Light";
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .map-horizontal-list ul li {
    font-size: 10px;
  }
}

svg#state-map {
  height: 485px;
  width: 430px;
  margin-left: 110px;
}

@media (max-width: 520px) {
  #state-map {
    margin-left: 0px !important;
    width: 280px !important;
  }
}

@media (max-width: 1024px) {
  #state-map {
    margin-left: 0 !important;
  }
}

.aboutus::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: #ffffffc9; */
  background: rgb(255 255 255 / 36%);
}
.gallery_wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffffc9 url(../images/icons/gallery_bg.png);
  filter: sepia(1);
  opacity: 0.1;
}

.aboutus {
  background-repeat: no-repeat;
  /* background-image: url(../images/banner/common_img.png); */
  background-position: center;
  /* width: 100%; */
  /* height: 100%; */
  /* background-image: url("../images/banner/about_bg_banner.jpeg"); */
  /* background-image: url('../images/shape_bg.png'); */
  background-size: cover;
  position: relative;
  /* padding: 37px 0 !important; */
}
.about_home {
  background-repeat: no-repeat;
  background-position: center;
  /* width: 100%; */
  /* height: 100%; */
  background-image: url("../images/banner/about_bg_banner.jpeg");
  /* background-image: url('../images/shape_bg.png'); */
  background-size: cover;
  position: relative;
}

.sectionshape {
  background-repeat: no-repeat;
  background-image: url("../images/banner/Helpdesksection_BG.png");
  /* background-image: url('../images/pattern_bg.png'); */
  background-position: center;
  width: 100%;
  /* height: 100%; */
  position: relative;
  background-size: cover;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.particle-2.small {
  max-width: 515px;
  height: 100%;
  /* height: 490px; */
}
.particle-2 {
  max-width: 800px;
  height: 790px;
  aspect-ratio: 16 / 14;
}
.bg-ltheme {
  background-color: #ffeddc63;
}

#why-us:before {
  content: "";
  position: absolute;
  background-color: var(--whyusbgcolor);
  /* background-color: #f9900ebf; */
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
}
.toll_free_wrapper .img_block {
  width: 70px;
  height: 70px;
  background: #fbac4a;
  border-radius: 50%;
  text-align: center;
  border: 6px solid #fff;
}
.toll_free_wrapper .img_block i {
  font-size: 50px;
  line-height: 67px;
}

/* #andhrapradeshMap {
            transform: scale(1.3);
            width: 100%;
        } */

/* #andhrapradeshMap {
            margin-top: 44px;
        } */

text {
  /* font-family: 'sans-serif'; */
  font-size: 14px;
  cursor: pointer;
}

.st0 {
  enable-background: new;
}

.st1 {
  fill: #ba81a4;
}

.st2 {
  fill: none;
  stroke: #fdfdff;
  stroke-miterlimit: 10;
}

.st3 {
  fill: #85b135;
}

.st4 {
  fill: #f26e47;
}

.st5 {
  fill: none;
  stroke: #ffffff;
  stroke-miterlimit: 10;
}

.st6 {
  fill: #b6cb32;
}

.st7 {
  fill: #e7468c;
}

.st8 {
  fill: #faad5f;
}

.st9 {
  fill: blueviolet;
}

.st10 {
  fill: #fb7747;
}

.st11 {
  fill: #19b8c3;
}

.st12 {
  fill: #e48cb4;
}

.st13 {
  fill: #7d74cb;
}

.st14 {
  fill: #be88aa;
}

.st15 {
  fill: #7dae38;
}

.st16 {
  fill: #ee3f8c;
}

.st17 {
  fill: #f3754c;
}

.st18 {
  fill: #568ff7;
}

.st19 {
  fill: crimson;
}

.st20 {
  fill: #faac64;
}

.st21 {
  fill: #bc89aa;
}

.st22 {
  fill: #3eb790;
}

.st23 {
  fill: fuchsia;
}

.st24 {
  fill: #009738;
}

.st25 {
  fill: #e18a3a;
}

.st26 {
  fill: #a4d6f9;
}

.st27 {
  fill: #ee3f2a;
}

.st28 {
  fill: #b7cb38;
}

/* .st29 {
            font-family: 'ArialMT';
        } */

.st30 {
  fill: #000;
  font-size: 20px;
}

.st30:hover {
  text-decoration: none;
}

/* ap map section starts */

.dist0 {
  stroke-width: 2;
  /* fill: #b9d8b6;
    stroke: #728e6f; */
  fill: #dd944f;
  stroke: #f77e09;
  stroke-miterlimit: 22.9256;
}

.dist1 {
  /* fill: #aaa4c3;
    stroke: #736a93; */
  fill: #bb6799;
  stroke: #f370bf;
  stroke-width: 2;
  stroke-miterlimit: 22.9256;
}

.dist2 {
  fill: #e9b8d2;
  stroke: #c97da6;
  stroke-width: 2;
  stroke-miterlimit: 22.9256;
}

.dist3 {
  /* fill: #edb897;
    stroke: #a7795c; */
  fill: #51898d;
  stroke: #19b8c3;
  stroke-width: 2;
  stroke-miterlimit: 22.9256;
  color: #000;
}

.dist4 {
  fill: #388354;
  stroke: #009738;
  /* fill: #e5e094;
    stroke: #a19e6d; */
  stroke-width: 2;
  stroke-miterlimit: 22.9256;
}

.dist5 {
  /* fill: #aca1d8;
    stroke: #7266a0; */
  fill: #8b4f4f;
  stroke: #f36868;
  stroke-width: 2;
  stroke-miterlimit: 22.9256;
}

.dist6 {
  /* fill: #cbbeb2;
    stroke: #937e6b; */
  fill: #6e5b3a;
  stroke: #a37a34;
  stroke-width: 2;
  stroke-miterlimit: 22.9256;
}

.dist7 {
  /* fill: #8ec38a;
    stroke: #528b4d; */
  fill: #3a5381;
  stroke: #568ff7;
  stroke-width: 2;
  stroke-miterlimit: 22.9256;
}

.dist8 {
  /* fill: #e68ebd;
    stroke: #9c4e77; */
  fill: #274c57;
  stroke: #1687a7;
  stroke-width: 2;
  stroke-miterlimit: 22.9256;
}

.dist9 {
  /* fill: #f4a471;
    stroke: #c2825a; */
  fill: #703e75;
  stroke: #93329e;
  stroke-width: 2;
  stroke-miterlimit: 22.9256;
}

.dist10 {
  /* fill: #beb7b1;
    stroke: #7e746b; */
  fill: #4d7c41;
  stroke: #84ec6a;
  stroke-width: 2;
  stroke-miterlimit: 22.9256;
}

.dist11 {
  /* fill: #d397b7;
    stroke: #9a4f77; */
  fill: #8b5b3e;
  stroke: #f7660a;
  stroke-width: 2;
  stroke-miterlimit: 22.9256;
}

.dist12 {
  /* fill: #f0eba6;
    stroke: #b2ad67; */
  fill: #747136;
  stroke: #bfb928;
  stroke-width: 2;
  stroke-miterlimit: 22.9256;
}

path:hover {
  fill: #1296ff;
  stroke-width: 3px;
  stroke: #97d1ff;
  /* filter: url(#dropshadow); */
  transition: fill 0.8s ease-out;
  transition: stroke 0.2s ease-out;
}

.dtxt {
  fill: #fff;
  font-weight: bold;
}

.ripple {
  display: none;
  position: relative;
  z-index: 0;
}
.ripple-shape {
  position: absolute;
  bottom: 0px;
  /* right: 0; */
  /* z-index: 0; */
  height: 300px;
  width: 300px;
}
.ripple-1,
.ripple-2,
.ripple-3,
.ripple-4,
.ripple-5,
.ripple-6 {
  border-color: rgba(20, 29, 56, 0.3);
}
.ripple-1,
.ripple-2,
.ripple-3,
.ripple-4,
.ripple-5,
.ripple-6 {
  height: 100px;
  width: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 50%;
  -webkit-animation: heroripple 8s linear infinite;
  animation: heroripple 8s linear infinite;
}

.ripple-1 {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.ripple-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ripple-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.ripple-4 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.ripple-4 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.ripple-5 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.ripple-6 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes heroripple {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.2;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4);
  }
}

@keyframes heroripple {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.2;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4);
  }
}

.mapsection {
  position: relative;
  background-image: url("../images/footer-logo-bg.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 80vh;
  background-size: contain;
  background-position: center;
  padding-top: 5px;
  z-index: 10;
  overflow: hidden;
}
.mapsection::after {
  content: "";
  /* background: url(../images/icons/pattern-1.png) no-repeat; */
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 100px;
  top: 25px;
  background-size: 67%;
  z-index: -1;
  right: auto;
  float: left;
}
.mapsection svg {
  width: 100dvh;
  height: 100vh;
  position: relative;
  right: 30px;
  top: -80px;
}
.testimonial-block {
  display: block;
  position: relative;
  z-index: 1;
}
.testimonial-block .inner-box {
  position: relative;
  padding: 6px 10px 11px;
  margin-top: 20px;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-size: cover;
  border-radius: 10px;
  border: 1px solid #ededed;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
}
.testimonial-block .inner-box:before {
  position: absolute;
  content: "";
  left: -12px;
  top: -10px;
  right: 20px;
  bottom: 20px;
  z-index: -1;
  border-radius: 10px;
  border: 2px solid var(--themebgcolor);
}
.testimonial-block .inner-box .upper-box {
  position: relative;
  padding-top: 8px;
}
.testimonial-block .inner-box .upper-box .icon {
  /* position: absolute;
    left: 0px;
    top: 0px; */
}
.testimonial-block .inner-box .upper-box h4 {
  position: relative;
  color: #141d38;
  font-weight: 600;
}
.testimonial-block .inner-box .upper-box .designation {
  position: relative;
  /* color: #555555; */
  color: var(--themebgcolor);
  font-size: 23px;
}
/* .mapsection:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(241 164 8 / 30%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    top: 0;
} */

/* Styles start */
.mapdiv {
  position: relative;
}
.map_menu {
  transform: rotate(270deg);
  position: absolute;
  /* right: 0 !important; */
  top: 0;
  /* margin: auto; */
  bottom: 0;
  /* display: flex; */
  justify-content: end;
  vertical-align: top;
  left: 0;
}

.map-link {
  border: 1px solid #f9900e;
  margin-right: 10px;
  /* border-radius: 20px 20px 20px 20px; */
  border-radius: 20px 20px 0px 20px;
  color: #000 !important;
  background: #fefce3;
}

.assignment {
  /* display: flex;
    justify-content: center;
    align-items: center; */
  /* height: 100vh; */
  /* width: 100vw; */
  /* background-color: #111; */
  /* padding: 20px; */
}
.assignment .maindiv {
  --mainWidth: 130px;
  --mainColor: #f9900e;
  --secondColor: #ff4000;
  position: relative;
  color: #fff;
  /* background-color: #272727; */
  /* padding-top: 50px; */
  /* padding: 40px; */
  /* width: 800px; */
  max-width: 100%;
  font-size: 14px;
  text-align: center;
  border-radius: 4%;
  border-width: 1px;
  border-style: dashed;
  border-color: var(--themebgcolor);
  /* border-color: var(--themebgcolor) var(--mainColor); */
  margin: 20px 0;
}
.assignment .maindiv .mainspan,
.assignment .maindiv .mainspan1,
.assignment .maindiv .mainspan2,
.assignment .maindiv .mainspan3,
.assignment .maindiv .mainspan4 {
  position: absolute;
  color: #fff;
  background-color: var(--themebgcolor);
  width: var(--mainWidth);
  /* height: 40px; */
  padding: 4px;
  text-align: center;
  /* line-height: calc(var(--mainWidth) - 50px); */
  border-width: 1px;
  border-style: dashed;
  border-color: var(--mainColor);
  border-radius: var(--mainWidth);
  border-radius: 10px;
}
.assignment .maindiv .mainspan1 {
  top: calc(-1 * var(--mainWidth) / 6);
  left: calc(-1 * var(--mainWidth) / 100);
  border-top-left-radius: 100px;
}
.assignment .maindiv .mainspan2 {
  top: calc(-1 * var(--mainWidth) / 6);
  right: calc(-1 * var(--mainWidth) / 100);
  border-top-right-radius: 100px;
}
.assignment .maindiv .mainspan3 {
  bottom: calc(-1 * var(--mainWidth) / 6);
  right: calc(-1 * var(--mainWidth) / 100);
  border-bottom-right-radius: 100px;
}
.assignment .maindiv .mainspan4 {
  bottom: calc(-1 * var(--mainWidth) / 6);
  left: calc(-1 * var(--mainWidth) / 100);
  border-bottom-left-radius: 100px;
}
.assignment .maindiv .mainspan1,
.assignment .maindiv .mainspan4 {
  border-right-color: var(--themebgcolor);
}
.assignment .maindiv .mainspan2,
.assignment .maindiv .mainspan3 {
  border-left-color: var(--themebgcolor);
}
/* Styles End    */

.process-card_number:before,
.process-card .pulse:after,
.process-card .pulse:before {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple;
}
.process-card_number,
.process-card .pulse {
  height: 60px;
  width: 60px;
  line-height: 60px;
  /* background-color: #684DF4; */
  border-radius: 50%;
  text-align: center;
  position: absolute;
  /* top: -30px;
left: -30px; */
  z-index: 2;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
.process-card_number:after,
.process-card_number:before,
.process-card .pulse:after,
.process-card .pulse:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #f78d09;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

/* homepage styles End */

/* help_Desk_css */
.helpdesk {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 218px;
  /* box-shadow: 0px 2px 7px #6d6969; */
  /* background: #f9900e; */
  /* border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important; */
}
.helpinnerdiv {
  /* min-height: 325px; */
  width: 280px;
  /* background: #f9900e; */
  margin-right: -235px;
  /* border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important; */
  overflow: hidden;
}
.helpdetails h1 {
  padding: 5px;
  background: #ffa5001c;
  /* font-weight: 700; */
  font-size: 16px;
  color: var(--themebgcolor);
  margin-top: 11px;
}
.helpdetails p {
  padding-left: 5px;
  /* font-weight: 700; */
  font-size: 13px;
}
.helpdesktext {
  float: left;
  width: 45px;
  background: var(--themebgcolor);
  height: 45px;
  /* height: 380px; */
  /* padding-top: 35px; */
  margin-left: 0px;
  cursor: pointer;
  line-height: 8px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  /* width: 26px; */
  font-size: 15px;
  margin: auto;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.helpdesktext2 {
  /* border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; */
  float: left;
  /* padding-top: 20PX; */
  /* padding-top: 60PX; */
  width: 45px;
  background: var(--themebgcolor);
  height: 45px;
  /* height: 375px; */
  margin-left: 0px;
  cursor: pointer;
  line-height: 8px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  /* width: 26px; */
  font-size: 15px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.helpdetails {
  width: 235px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  min-height: 265px;
  /* min-height: 352px; */
  background: #fff;
  border-bottom-left-radius: 6px;
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
  #slider .fluxslider,
  #slider .fluxslider .images,
  #slider .fluxslider .images .image1,
  #slider .fluxslider .images .image2 {
    height: calc(100vh) !imporant;
  }
}

@media screen and (min-width: 1300px) {
  #slider .fluxslider,
  #slider .fluxslider .images,
  #slider .fluxslider .images .image1,
  #slider .fluxslider .images .image2 {
    width: calc(100%) !important;
    background-size: cover;
  }
}

/* Slider container styles */
#slider {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

/* Ensure images cover the slider area */
#slider .slides img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  /* Ensure image covers the container */
}

/* Optional: Pagination style */
.fluxslider .pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.captionOrange,
.captionBlack {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.captionOrange {
  background: #eb5100;
  background-color: rgba(235, 81, 0, 0.6);
}

.captionBlack {
  font-size: 16px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.4);
}

a.captionOrange,
A.captionOrange:active,
A.captionOrange:visited {
  color: #ffffff;
  text-decoration: none;
}

a.captionOrange:hover {
  color: #eb5100;
  text-decoration: underline;
  background-color: #eeeeee;
  background-color: rgba(238, 238, 238, 0.7);
}

.bricon {
  background: url(../img/browser-icons.png);
}

.info {
  display: flex;
  position: absolute;
  top: 16px;
  right: 16px;
  justify-content: center;
  align-items: center;
  background: #999;
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  border-radius: 100px;
  cursor: pointer;
  text-align: left;
}

.info::before {
  content: "?";
}

.info .info-hover-text {
  display: none;
  white-space: normal;
  flex-direction: column;
  gap: 6px;
  position: absolute;
  right: 32px;
  background: #222;
  width: 200px;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 8px 10px;
  border-radius: 6px;
  color: #eee;
  opacity: 0;
  animation: fadeIn 190ms;
}

.info-hover-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #222;
}

.info:hover .info-hover-text {
  display: flex;
  opacity: 1;
}

.float_input {
  border-color: #f3cfa3;
}

.login_title {
  font-family: "Merienda", cursive;
}

.client {
  width: 100%;
  height: 100%;
  background: #7f00ff;
  /* fallback for old browsers */
  /* background: -webkit-linear-gradient(to right, #E100FF, #7F00FF); */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f9900e, #ffa729) !important;
  /* background: linear-gradient(to right, #ffc500, #ffb10073); */
  /* background: linear-gradient(to right, #E100FF, #7F00FF); */
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.carousel-icon i {
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.3);
}

.carousel-item i {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.3);
}

.t-card {
  padding: 1.8125rem 1.125rem;
  background-color: rgb(0 0 0 / 35%);
  /* background-color: rgb(0 0 0 / 19%); */
  /* background-color: rgba(0, 0, 0, 0.5); */
  border-radius: 1.25rem;
  color: #fff;
  height: auto;
}

/* 
.arrow-down {
    position: absolute;
    top: 10px;
    width: 0;
    height: 0;
    border-left: 1.5625rem solid transparent;
    border-right: 1.5625rem solid transparent;
    border-top: 1.25rem solid rgba(0, 0, 0, 0.5);
} 
*/
.arrow-down {
  position: absolute;
  top: 50px;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 1.5625rem solid transparent;
  border-bottom: 1.5625rem solid transparent;
  border-right: 1.25rem solid rgb(0 0 0 / 35%);
  /* border-right: 1.25rem solid rgb(0 0 0 / 19%); */
  /* border-right: 1.25rem solid rgba(0, 0, 0, 0.5); */
}

.commonModal__close {
  background-color: #fff !important;
  position: absolute !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  right: -41px !important;
  width: 25px !important;
  height: 25px !important;
  border-radius: 50% !important;
  z-index: 14 !important;
  cursor: pointer !important;
  top: -17px;
}

.lft-card .text_honour h6 {
  font-size: 13px !important;
}
#modal_id {
  z-index: 999;
}

.lft-card {
  background-repeat: no-repeat;
  background-image: url(../images/banner/sitemap-8.jpg);
  background-position: top;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  border: 1px solid var(--whyusbgcolor);
  left: 12px;
  border-radius: 0px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.lft-card::before {
  content: "";
  position: absolute;
  background-color: var(--whyusbgcolor);
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: -1;
  top: 0;
}
/* .lft-card::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: -234px;
    border-radius: 12px;
    background: var(--themebgcolor);

} */

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1110px;
    margin: 1.75rem auto;
  }
}
@media (max-width: 768px) {
  .t-card {
    display: none;
  }
  .lft-card {
    left: 0px;
    border-radius: 12px;
  }
  #exampleModal1 {
    padding-left: 0px !important;
  }
  .lft-card::before {
    right: 0px;
    border-radius: 12px;
  }
  .commonModal__close {
    top: -24px;
    right: -19px !important;
  }
}
/* 
.otp_wrapper {
position: absolute;
top: 4px;
right: 4px;
background: var(--themebgcolor);
font-size: 12px;
padding: 8px;
border-right: 0;
border-left: 1px solid var(--themebgcolor);
color: #fff !important;
font-weight: 500;
border-radius: 8px;
} */

.event-single-style-01 {
  border-radius: 8px;
  /* border-top-left-radius: 19px;
    border-bottom-left-radius: 19px; */
  margin-bottom: 10px !important;
  /* border-width: 1px;
    border-style: solid;
    border-color: rgb(245, 245, 245); */
  border-image: initial;
}
.event-single-style-01 .time {
  background-color: #ff8c00;
  /* background-color: var(--beforebgcolor); */
  color: var(--textwhite);
  min-width: 125px !important;
}

.event-single-style-01 .time {
  color: var(--themebgcolor);
  margin-right: 8px;
  font-size: 13.5px;
  /* background: var(--themebgcolor); */
  /* background: rgb(249, 144, 14); */
  padding: 10px 12px;
  border-radius: 8px;
  background: none;
  border: 1px solid var(--themebgcolor);
}

.event-single-style-01 .content .sm-text {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 4px;
}

.header-top {
  background-color: var(--themebgcolor);
}

/* Colour Switcher Start */

* {
  transition: all 0.2s linear;
}
:root {
  --main-color: #f9900e;
  /* cus styles start */
  --text-color: #000000;
  --linkcolor: #ffffff;
  --themebgcolor: #f9900e;
  --titlebackground: linear-gradient(
    90deg,
    rgb(249 144 14) 0%,
    rgb(255 237 220) 43%
  );
  --dropbg: #f9900e;
  --linkhover: #a06113;
  --dropcolor: #ffffff;
  --themecolor: #ff8c00;
  --beforebgcolor: #ff8c00;
  --secbgcolor: rgb(255 189 0 / 33%);
  /* --announcebgcolor: #f9900e3b; */
  --announcebgcolor: #fefce3;
  --iconboxbgcolor: #ffeedf;
  --whyusbgcolor: #f9900ebf;
  --sectitleborder: #ffb300;
  --textwhite: #ffffff;
  --listiconbg: #ffb402;
  --listtitlebg: #ffea86;
}

#blue {
  background-color: #005e7e;
}

#green {
  background-color: #007e1d;
}

#yashblack {
  background-color: #373936;
}

#modern {
  background-color: #b41515;
}

#reset {
  background-color: #f9900e;
}
/* .container {
    min-height: 100vh;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 80px;
  } */
/* .container h1 {
    color: var(--main-color);
    background: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    font-size: 50px;
    padding: 30px 45px;
  } */
.color-switcher {
  position: fixed;
  top: 218px;
  left: -50px;
  width: 50px;
  padding: 4px 0px;
  background: #fff;
  z-index: 1000;
  transition: all 0.2s linear;
  border-bottom-right-radius: 6px;
}
.color-switcher.active {
  left: 0px;
  transition: all 0.2s linear;
}
.color-switcher h3 {
  color: var(--themebgcolor);
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #3333;
  padding: 5px 0;
  text-align: center;
}
.color-switcher .switcher-btn {
  position: absolute;
  top: 0px;
  left: 50px;
  color: #fff;
  background: #fff;
  padding: 0px 10px 0px 8px;
  cursor: pointer;
  /* font-size: 20px; */
  transition: all 0.2s linear;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.color-switcher .theme-buttons-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.color-switcher .switcher-btn i,
.color-switcher .switcher-btn img {
  animation: rotate 5s linear infinite;
}
.color-switcher .theme-buttons-container .theme-buttons {
  display: block;
  height: 25px;
  width: 25px;
  border-radius: 10%;
  margin: 5px;
  cursor: pointer;
}

/* Colour Switcher End */
.read_more {
  color: var(--themebgcolor);
}
.flashtext {
  color: var(--themebgcolor);
  font-size: 12px;
}
/* contact us */

body::-webkit-scrollbar {
  width: 3px;
  /* Width of the scrollbar */
}

/* Track */

body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 1px;
}

/* Handle on hover */

body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.bg-color {
  background: var(--themebgcolor);
  color: #fff !important;
  padding: 10px;
}

.radius-8 {
  border-radius: 8px;
}

.bgg_color {
  background: #02457a url(../../../assets/images/icons/Helpdesksection_BG.png)
    no-repeat;
  /*  background: -webkit-linear-gradient(to right, #F9D423, #e65c00);
    background: linear-gradient(to right, #f1f1f1, #53457a00);*/
  position: relative;
  border-radius: 10px;
  background-position: inherit;
  background-size: cover;
}
.bgg_color:before {
  content: "";
  position: absolute;
  background-color: var(--whyusbgcolor);
  /* background-color: #f9900ebf; */
  width: 100%;
  height: 100%;
  border-radius: 10px;
  /* z-index: -1; */
}
.btn_dark_blue {
  background: #02457a;
  border-radius: 8px;
}

.img_bg {
  background: rgb(255 255 255 / 95%);
  border-radius: 9%;
}

.innerpage_breadcrumb {
  display: none;
  background-repeat: no-repeat;
  background-image: url(../images/icons/lines-background.png);
  background-position: bottom;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  box-shadow: 0 7px 17px -4px rgba(0, 0, 0, 0.2);
}
.innerpage_breadcrumb:before {
  content: "";
  position: absolute;
  background-color: rgb(245 243 241 / 30%);
  /* background-color: #f9900ebf; */
  width: 100%;
  height: 100%;
  /* border-radius: 10px; */
  /* z-index: -1; */
}

.innerpage_breadcrumb .title {
  padding: 30px 0;
  position: relative;
}
.innerpage_breadcrumb .title--heading h1 {
  color: #07355a;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.innerpage_breadcrumb .breadcrumb,
.innerpage_breadcrumb .breadcrumb a {
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  background: transparent;
  /* color: #03155b; */
  color: #b9b9b9;
  text-decoration: none;
  margin-bottom: 0;
}
.innerpage_breadcrumb .breadcrumb a.active {
  color: #07355a;
}
.breadcrumbs-section ul.shaps li {
  position: absolute;
}
.breadcrumbs-section ul.shaps li:nth-child(1) {
  top: 29%;
  right: 60%;
  bottom: auto;
  animation: topshap 3s infinite;
}
.breadcrumbs-section ul.shaps li:nth-child(2) {
  top: 30%;
  right: 25%;
  bottom: auto;
  width: 25px;
  animation: topshap 5s infinite;
}
.breadcrumbs-section ul.shaps li:nth-child(3) {
  top: 1%;
  right: 25px;
}
.breadcrumbs-section ul.shaps li:nth-child(4) {
  right: 91%;
  bottom: 10px;
  top: auto;
}
.breadcrumbs-section ul.shaps li:nth-child(3) img,
.breadcrumbs-section ul.shaps li:nth-child(4) img {
  width: 15px;
}
.breadcrumbs-section ul.shaps li:nth-child(2) img {
  width: 25px;
}
.breadcrumbs-section ul.shaps li:nth-child(1) img {
  width: 40px;
}

ul.shaps li:nth-child(3) img,
ul.shaps li:nth-child(4) img,
ul.shaps li:nth-child(5) img {
  animation: fa-spin 10s infinite linear;
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes topshap {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  0% {
    transform: translateY(0px);
  }
}

.banner-shap {
  top: 20px;
  left: auto;
  right: auto;
  position: absolute;
  width: 20px;
  margin-left: -80px;
  filter: brightness(0.5);
}

.br_10 {
  border-radius: 10px !important;
}
.text_c {
  font-size: 13px;
  /* text-shadow: 1px 1px #fc9600; */
  color: #02457a;
  font-weight: 600;
}
.backbround_bg::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* background-image: url(https://elite-themes.com/html/medicoz/images/icons/pattern-2.png); */
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 50%;
  opacity: 0.2;
  transform: scale(-1);
  content: "";
}
.accridation_wrapper {
  background-image: url(../images/icons/graph_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  z-index: 1;
  position: relative;
  background-color: #fbfbfb;
}
.feature-medal-inner {
  position: absolute;
  right: -7px;
  top: -30px;
  z-index: 1;
}
.feature-medal-inner img {
  position: relative;
  z-index: 2;
}
ul.list_style li {
  list-style: disc;
  display: list-item;
  margin-left: 20px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1.8em;
}
.table-orange tr th {
  background-color: var(--themebgcolor);
  color: #fff;
  padding: 5px !important;
  border-top: 1px solid;
}
table thead tr th:first-child {
  border-top-left-radius: 10px;
  border-left: 0;
}
table thead tr th:last-child {
  border-top-right-radius: 10px;
  border-right: 0;
}
table.dataTable td.dt-type-numeric {
  text-align: left !important;
}
.popup_gallery img {
  height: 287px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.popup_gallery img:hover {
  position: relative;
  transform: scale(1.5);
  z-index: 1;
}
.eye_pass {
  position: absolute;
  right: 10px;
  top: 10px;
}
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.p_icon,
.u_icon {
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 1;
}
.login_bg_image::before {
  content: "";
  position: absolute;
  background: url(/assets/images/login_bg.png) center center no-repeat;
  width: 100%;
  height: 100%;
  /* opacity: 0.5; */
  background-size: cover;
}
.login_border::after {
  content: "";
  background: linear-gradient(85.58deg, #f46d02 35.66%, #faa41f 94.61%);
  width: 40px;
  height: 3px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  border-radius: 10px;
}
.scroll-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.scrolling-text {
  display: inline-block;
  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.owl-carousel .owl-item img {
  width: 99%;
  margin: 10px auto 0;
  border-radius: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  #slider .fluxslider,
  #slider .fluxslider .images,
  #slider .fluxslider .images .image1,
  #slider .fluxslider .images .image2 {
    height: calc(100vh) !important;
    border-radius: 20px;
  }
}

@media screen and (min-width: 1300px) {
  #slider .fluxslider,
  #slider .fluxslider .images,
  #slider .fluxslider .images .image1,
  #slider .fluxslider .images .image2 {
    width: calc(100%) !important;
    /* height: 480px !important; */
    /* background-size: contain; */
    background-repeat: no-repeat;
    border-radius: 20px;
  }
}

/* Slider container styles */

#slider {
  max-width: 99%;
  height: 62vh;
  margin: 10px auto 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

/* Ensure images cover the slider area */

#slider .slides img {
  width: 100%;
  /* height: 580px; */
  display: block;
  border-radius: 20px;
  /* object-fit: contain; */
  /* Ensure image covers the container */
}

/* Optional: Pagination style */

.fluxslider .pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.transform_ {
  rotate: -45deg;
}
.navbar.nav_5 .navbar-nav .nav-item .nav-link::first-letter {
  font-size: 16px;
  font-weight: bold;
}
.rotate_img {
  position: absolute;
  background: url(../images/login_pattern.svg);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0px;
  animation: spin 50s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.list_hover {
  margin-bottom: 17px;
  padding-top: 15px;
  padding-left: 0px;
  padding-right: 0;
}
.list_hover li {
  display: block;
  text-align: left;
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
  padding-left: 15px;
  font-size: 14px;
}
.list_hover li:before {
  position: absolute;
  content: "";
  height: 7px;
  width: 7px;
  background-color: #000;
  border-radius: 50px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.show_onhover {
  color: var(--beforebgcolor);
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: 0.6s;
  position: relative;
  margin-top: -22.5px;
  opacity: 0;
  line-height: 1;
}
.icon-box:hover .show_onhover {
  opacity: 1;
  margin-top: 17px;
}
.icon-box:hover .mc-icon img {
  width: 40px;
}
.hs_link {
  float: right;
  padding: 5px;
  rotate: -45deg;
}
.cursor_ {
  cursor: pointer;
}
.ser_1 {
  background: rgb(222 231 255 / 236%) url(../images/icons/pattern_shape.png);
}
.ser_2 {
  background: rgb(235 222 255 / 236%) url(../images/icons/pattern_shape.png);
}
.ser_3 {
  background: rgb(255 234 222 / 236%) url(../images/icons/pattern_shape.png);
}
.ser_4 {
  background: rgb(222 255 235 / 236%) url(../images/icons/pattern_shape.png);
}
.ser_5 {
  background: rgb(244 222 255 / 236%) url(../images/icons/pattern_shape.png);
}
.ser_6 {
  background: rgb(255 222 222 / 236%) url(../images/icons/pattern_shape.png);
}
.department-one_block-icon {
  position: relative;
  width: 30px;
  height: 30px;
  margin-top: -35px;
  line-height: 33px;
  text-align: center;
  display: inline-block;
  font-size: var(--font-40);
  color: #f9900e;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: var(--font-34);
  background-color: #fbfbfb;
}
.department-one_block-icon::after {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  opacity: 0.2;
  border: 8px solid rgb(255 255 255);
}
.services-one_pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 383px;
  height: 808px;
}
.services-one_pattern-two {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 446px;
  height: 885px;
}
.rotate_icon img {
  position: absolute;
  top: 0;
  bottom: 6%;
  right: 60px;
  left: auto;
  animation: fa-spin 20s infinite linear;
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.common_bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff url(../images/icons/common_bg.jpg);
  opacity: 0.04;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
/* services card css */
.works-container {
  display: flex;
  gap: 15px;
}

.work-card {
  flex: 1;
  height: 100vh;
  border-radius: 40px;
  background: #dcd6f7;
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-card:nth-child(2) {
  background: #cfe2f3;
  background-image: linear-gradient(
    to right,
    #f78ca0 0%,
    #f9748f 19%,
    #fd868c 60%,
    #fe9a8b 100%
  );
}
.work-card:nth-child(3) {
  background: #e4d1f0;
  background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
}
.work-card:nth-child(4) {
  background: #f8d7da;
  background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%);
}

.work-card h4 {
  transform: rotate(-90deg);
  /* white-space: nowrap; */
  font-size: 16px;
  /* letter-spacing: 2px; */
  font-weight: 700;
}

.work-card .content {
  opacity: 0;
  position: absolute;
  padding: 20px;
  text-align: left;
  transition: 0.3s;
}

.work-card.active {
  flex: 3;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
}

.work-card.active h4 {
  transform: rotate(0deg);
  margin-bottom: 10px;
  padding-top: 65px;
}

.work-card.active .content {
  opacity: 1;
  top: 105px;
  left: 0;
}

.step {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: auto;
  right: auto;
}
.tabs {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.tabb {
  width: 120px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #f1f1f1;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  position: relative;
  color: var(--themebgcolor);
  background: #f9f9f9;
  transition: all 0.3s ease;
}

.tabb .icon {
  font-size: 30px;
  display: block;
  margin-bottom: 5px;
}

.tabb p {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}

/* Active tab */
.tabb.active,
.tabb:hover {
  background: var(--themebgcolor);
  color: #fff;
}
.tabb.active img,
.tabb:hover img {
  background: #fff;
  border-radius: 30px;
}
.tabb img {
  width: 35px;
  height: 35px;
}

/* Bottom blue line */
.tabb.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--themebgcolor);
}

/* Arrow indicator */
.tabb.active::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--themebgcolor);
}

/* Content */
.tab-content {
  display: none;
  padding: 30px 15px;
}

.tab-content.active {
  display: block;
}

/* services card css ends */
div.dt-container .dt-length label {
  display: block !important;
}

/* dashboard css */
.facility-filter {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}

/* Hide checkbox */
.legend-item input {
  display: none;
}

/* Button style */
.legend-item {
  position: relative;
  cursor: pointer;
}

.legend-item span {
  display: inline-block;
  padding: 1px 10px;
  border-radius: 10px;
  border: 2px solid #ccc;
  font-weight: 600;
  transition: all 0.3s ease;
  transform: scale(1);
}

/* Hover effect */
.legend-item span:hover {
  transform: scale(1.05);
}

/* Checked state */
.legend-item input:checked + span {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}

/* Click animation */
.legend-item span:active {
  transform: scale(0.95);
}

/* Optional: different colors per type */
.legend-item.dh input:checked + span {
  background: #84170b;
  border-color: #84170b;
}
.legend-item.ah input:checked + span {
  background: #4ead4e;
  border-color: #4ead4e;
}
.legend-item.chc input:checked + span {
  background: #f9900e;
  border-color: #f9900e;
}
.legend-item.mch input:checked + span {
  background: #0dcaf0;
  border-color: #0dcaf0;
}
.legend-item.cd input:checked + span {
  background: #0437f2;
  border-color: #0437f2;
}
.legend-item.cdh input:checked + span {
  background: #7a10c1;
  border-color: #7a10c1;
}
/* dashboard css ends */
/* Loader css */
.load {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 99%);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #f9900e  #f9900e transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #ff3d00 #ff3d00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.loader::before {
  width: 32px;
  height: 32px;
  border-color: #fff #fff transparent transparent;
  animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
