.w-20 {
  width: 20%;
  padding: 2%;
}

.feature_div_footer {
  position: fixed;
  bottom: 0;
  background-color: white;
}

@media screen and (min-width: 992px) {
  .feature_div_footer {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .feature_div {
    display: none;
  }
}

.displayNone {
  display: none !important;
}

.displayBlock {
  display: block !important;
}

.main_div {
  min-height: 800px;
}

.swal2-html-container {
  text-align: left !important;
}

.banner_img {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
}

marquee {
  background: rgba(255, 255, 255, 0.7);
  color: #5d85a3;
  font-size: 21px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield !important;
}

.leftSideBox {
  background: #397399 !important;
  padding: 36px;
  color: white !important;
  text-align: center;
  margin-right: 30px;
}

#preloader {
  display: none !important;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 11000;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerCopyright span {
  margin-left: 6% !important;
  font-size: 16px !important;
  color: #5d85a3;
}

.footerCopyright span a {
  text-decoration: none;
  color: #5d85a3;
}

.preloader {
  width: 350px;
}

.customFooter li a {
  text-decoration: none;
  color: #5d85a3;
}

.customFooter li {
  list-style: none;
  font-size: 16px;
  float: left;
  padding: 0px 18px;
}

.green_before::before {
  background-color: green !important;
}

.loading_div_bg {
  height: 1000px;
  width: 100%;
  background-color: gray;
  opacity: 0.1;
  position: fixed;
  z-index: 998;
  top: 0;
}

.spinner-grow {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 3rem;
  z-index: 999;
}

.display_block {
  display: block !important;
}

.display_none {
  display: none !important;
}

.profile_pic {
  width: 100%;
  margin-left: 10px;
  border: solid 1px;
  border-radius: 5px;
}

.profile_pic img {
  width: 100%;
  overflow: hidden;
}

.phone_side_bar_top h4 {
  font-size: 18px !important;
}

.phone_side_bar_top h6 {
  font-size: 12px !important;
  color: gray !important;
  line-height: 10px;
}

.card-footer {
  background: transparent !important;
  border: none !important;
}

.banner_img {
  background-size: cover;
}

.aboutImg {
  margin-top: 20px;
}

.aboutImg img {
  width: 100%;
}

.footerLinks p a {
  color: white;
  text-decoration: none;
}

.footer-copyright {
  background: #2e5273;
}

.page-footer {
  background: #244767;
  color: white;
  padding-top: 20px;
}

.footerLogo {
  width: 70%;
  margin-bottom: 15px;
  margin-top: -15px;
}

.contentImg img {
  width: 100%;
}

.aboutContent {
  text-align: justify;
  padding: 10px 25px;
}

.aboutContent button a {
  color: white;
  text-decoration: none;
}

.missionBlueBox {
  width: 100%;
  color: white;
  text-align: center;
  padding: 20px 40px;
  background: #244767;
}

.missionContainer {
  padding: 0px !important;
}

.sevicesBox {
  padding: 0px 15px;
}

.btn-primary {
  background-color: #397399 !important;
  border-color: #397399 !important;
}

.btnColor:hover {
  background-color: #5290b9 !important;
  border-color: #5290b9 !important;
}

.sevicesBoxCard {
  min-height: 315px;
}

.sevicesBoxCard:hover {
  border: 1px solid #182688;
}

.header-menu ul li a:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
  height: 2px;
  width: 0%;
  background: #5080c5;
  border-radius: 12px;
  transition: all 0.4s ease;
}

.header-menu ul li a:hover:before {
  width: 100%;
}

.divBannerimg {
  background-image: url("{{ env('STORAGE_URL') }}/storage4/banner/banner.jpg");
  width: 100%;
  height: 500px;

  background-size: cover;
  background-position: center;
}

.row {
  --bs-gutter-x: 0px !important;
}

.bannerCircle {
  position: absolute;
  top: 70px;

  height: 330px;
  width: 21%;
  padding: 30px 30px;
}

.circleBanner {
  cursor: pointer;
  background-color: rgba(39, 74, 116, 0.6);
  width: 110px;
  height: 110px;
  margin-top: 10px;
  padding: 10px 23px;
  text-align: center;
  border-radius: 50%;
}

.circleIcon {
  font-size: 40px !important;
  color: white !important;
}

.circleHeading {
  font-size: 13px !important;
  color: white;
  margin-left: -5px !important;
}

.alert-success {
  background-color: #39739959 !important;
}

.bannerbox {
  position: absolute;
  top: 150px;
  right: 30px;
  width: 31%;
  font-size: 16px;
  color: white;
  font-weight: 600;
  opacity: 0.9;
  text-align: justify;
  padding: 20px 25px;
  height: auto;
  background-color: #0f3659;
}

.custom_fluid {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.swal2-file,
.swal2-input,
.swal2-textarea {
  width: 100% !important;
}

.swal2-checkbox,
.swal2-file,
.swal2-input,
.swal2-radio,
.swal2-select,
.swal2-textarea {
  margin: 10px 0px !important;
}

.custom_alert {
  padding: 0px !important;

  width: 57%;
  font-size: 14px;
}

.mobile-sign-in-up ul li a {
  text-decoration: none;
}

.mobile-top a {
  text-decoration: none;
}

.mobile-menu .menu-close {
  text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.header-menu .sub-menu li.menu-item-has-children > a::after {
  transform: rotate(90deg);
}

.header-logo {
  width: 14%;
  margin-top: -15px;
}

.header-logo img {
  width: 100%;
}

.main-wrapper {
  float: left;
  width: 100%;
}

.header-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 575px) {
  .header-main-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .header-main-wrapper {
    padding: 16px 25px;
    margin-left: -25px;
    margin-right: -25px;
  }
}

.sticky .header-main-wrapper {
  margin-top: 0;
  border: 0;
}

@media only screen and (max-width: 575px) {
  .sticky .header-main-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.header-section {
  width: 100%;
  z-index: 999;
}

@media only screen and (max-width: 575px) {
  .header-main-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .header-main-wrapper {
    padding: 16px 25px;
    margin-left: -25px;
    margin-right: -25px;
  }
}

.sticky .header-main-wrapper {
  margin-top: 0;
  border: 0;
}

@media only screen and (max-width: 575px) {
  .sticky .header-main-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .header-logo a img {
    width: 160px;
  }
}

@media only screen and (max-width: 575px) {
  .header-logo a img {
    width: 130px;
  }
}

@media only screen and (max-width: 991px) {
  .header-section {
    margin-bottom: 10px;
  }

  .mobileManageService {
    padding-top: 300px;
  }

  .sevicesBox {
    margin-bottom: 20px;
  }

  .bannerbox {
    position: relative;
    top: 0px;
    width: 100%;
    right: 0px;
    opacity: 1;
    background-color: white;
    margin-top: 500px;
    font-size: 14px;
    color: #2f2e2e;
    font-weight: 400;
    text-align: justify;
    padding: 20px 25px;
  }

  .bannerCircle {
    width: 47%;
    right: 0px;
    height: auto;
    top: 30px;
  }
}

.header-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-menu ul li {
  position: relative;
  padding: 16px 15px;
  list-style: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu ul li {
    padding: 16px 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 574px) {
  .circleb {
    max-width: 85px;
    margin-bottom: 2px;
    padding-top: 4px;
  }
}

.header-menu ul li a {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  color: #212832;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  text-decoration: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu ul li a {
    font-size: 16px;
  }
}

.header-menu ul li:hover > a {
  color: #00234c;
}

.header-menu ul li.active > a {
  color: #00234c;
}

.header-menu ul li.active > a::before {
  opacity: 1;
  visibility: visible;
}

.header-menu ul li ul {
  display: block;
}

.header-menu ul li:hover > .sub-menu,
.header-menu ul li:hover > .mega-sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu ul li:nth-last-of-type(2) .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
  }
}

.header-menu .sub-menu {
  position: absolute;
  width: 225px;
  background-color: #fff;
  border-top: 2px solid #212832;
  padding: 10px 0px;
  -webkit-box-shadow: 2px 2px 20px rgba(33, 40, 50, 0.1);
  box-shadow: 2px 2px 20px rgba(33, 40, 50, 0.1);
  top: 110%;
  left: -130px;
  z-index: 9;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.header-menu .sub-menu li {
  padding: 0;
}

.header-menu .sub-menu li a {
  padding: 7px 20px;
  color: #212832;
  border: 0;
  font-size: 16px;
}

.header-menu .sub-menu li a::before {
  display: none;
}

.header-menu .sub-menu li .sub-menu {
  top: 0px;
  left: 0%;
  opacity: 0;
  visibility: hidden;
}

.header-menu .sub-menu li.menu-item-has-children > a::after {
  content: "\eaa0";
  font-family: IcoFont;
  margin-left: 5px;
  font-size: 20px;
  line-height: 20px;
  display: block;
  float: right;
}

.header-menu .sub-menu li:hover > a {
  padding-left: 25px;
}

.header-menu .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-menu .mega-sub-menu {
  position: absolute;
  top: 110%;

  right: 0;
  width: 100%;
  -webkit-box-shadow: 2px 2px 20px rgba(33, 40, 50, 0.1);
  box-shadow: 2px 2px 20px rgba(33, 40, 50, 0.1);
  background-color: #fff;
  z-index: 9;
  padding: 30px 15px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-menu .mega-sub-menu > li {
  width: 25%;
  padding: 0 15px;
}

.header-menu .mega-sub-menu > li.manu-banner {
  width: 50%;
  margin-top: 20px;
  position: relative;
}

.header-menu .mega-sub-menu > li.manu-banner img {
  width: 100%;
}

.header-menu .mega-sub-menu > li.manu-banner a::before {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  bottom: 50%;
  top: 50%;
  left: 0;
  right: 0;
  pointer-events: none;
  -webkit-transition: all 900ms linear;
  -o-transition: all 900ms linear;
  transition: all 900ms linear;
}

.header-menu .mega-sub-menu > li.manu-banner a::after {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  left: 51%;
  right: 50%;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-transition: all 900ms linear;
  -o-transition: all 900ms linear;
  transition: all 900ms linear;
}

.header-menu .mega-sub-menu > li.manu-banner a:hover::before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 900ms linear;
  -o-transition: all 900ms linear;
  transition: all 900ms linear;
  opacity: 0;
}

.header-menu .mega-sub-menu > li.manu-banner a:hover::after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 900ms linear;
  -o-transition: all 900ms linear;
  transition: all 900ms linear;
  opacity: 0;
}

.header-menu .mega-sub-menu > li .menu-title {
  color: #212832;
  line-height: 1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.header-menu .mega-sub-menu > li .menu-title::after {
  display: none;
}

.header-menu .mega-sub-menu > li:hover > a {
  color: #309255;
}

.header-menu .mega-sub-menu > li .menu-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
}

.header-menu .mega-sub-menu > li .menu-item > li {
  padding: 0;
}

.header-menu .mega-sub-menu > li .menu-item > li > a {
  color: #52565b;
  text-transform: capitalize;
  line-height: 32px;
  font-weight: 400;
  font-size: 14px;
  display: block;
}

.header-menu .mega-sub-menu > li .menu-item > li:hover > a {
  padding-left: 5px;
  color: #309255;
}

@media only screen and (max-width: 767px) {
  .header-sign-in-up {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header-sign-in-up ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-sign-in-up ul li {
  margin-right: 30px;
  list-style: none;
}

.header-sign-in-up ul li:last-child {
  margin-right: 0;
}

.header-sign-in-up ul li a {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #212832;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  text-decoration: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-sign-in-up ul li a {
    font-size: 16px;
  }
}

.header-sign-in-up ul li a:hover {
  color: #309255;
}

.header-sign-in-up ul li a.sign-up {
  height: 60px;
  line-height: 56px;
  padding: 0 35px;
  border: 1px solid #309255;
  border-radius: 10px;
  background-color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-sign-in-up ul li a.sign-up {
    height: 50px;
    line-height: 46px;
    padding: 0 25px;
  }
}

.header-sign-in-up ul li a.sign-up:hover {
  background-color: #309255;
  color: #fff;
}

.header-toggle .menu-toggle {
  display: inline-block;
  background: none;
  border: 0;
  padding: 0;
}

.header-toggle .menu-toggle span {
  width: 23px;
  height: 2px;
  background-color: #212832;
  display: block;
}

.header-toggle .menu-toggle span:nth-of-type(2) {
  margin: 5px 0;
}

/*--
/*  3.3 - Mobile Menu CSS
/*----------------------------------------*/

.mobile-menu {
  position: fixed;
  top: 0;
  width: 300px;
  height: 100%;
  left: -305px;
  background-color: #fff;
  z-index: 999;
  padding-top: 70px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: auto;
}

.mobile-menu.open {
  left: 0;
}

.mobile-menu .menu-close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 30px;
  color: #212832;
}

.mobile-top {
  padding-top: 30px;
}

.mobile-top p {
  font-size: 15px;
  color: #212832;
  font-weight: 400;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-top p {
    font-size: 14px;
  }
}

.mobile-top p + p {
  margin-top: 5px;
}

.mobile-top p a {
  color: #212832;
}

.mobile-top p a:hover {
  color: #309255;
}

.mobile-top p i {
  color: #309255;
  font-size: 20px;
  padding-right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-top p i {
    font-size: 18px;
    padding-right: 10px;
  }
}

.mobile-sign-in-up {
  padding-top: 30px;
}

.mobile-sign-in-up ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-sign-in-up ul li {
  margin-right: 20px;
  list-style: none;
}

.mobile-sign-in-up ul li:last-child {
  margin-right: 0;
}

.mobile-sign-in-up ul li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #212832;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  height: 45px;
  line-height: 41px;
  padding: 0 30px;
  border: 1px solid #309255;
  border-radius: 5px;
  background-color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-sign-in-up ul li a {
    font-size: 16px;
  }
}

.mobile-sign-in-up ul li a:hover {
  background-color: #309255;
  color: #fff;
}

.mobile-menu-items {
  padding: 30px 0;
}

.mobile-menu-items ul {
  border-top: 1px solid #eeecec;
}

.mobile-menu-items ul li {
  position: relative;
  list-style: none;
}

.mobile-menu-items ul li a {
  display: block;
  width: 100%;
  background: none;
  text-align: left;
  padding: 10px 20px;
  border: 0;
  border-bottom: 1px solid #eeecec;
  font-size: 15px;
  font-weight: 500;
  color: #212832;
  text-decoration: none;
}

.mobile-menu-items ul li .mobile-menu-expand {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.mobile-menu-items ul li .mobile-menu-expand::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #212832;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-menu-items ul li .mobile-menu-expand::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #212832;
  left: 50%;
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (prefers-reduced-motion: reduce) {
  .mobile-menu-items ul li .mobile-menu-expand::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.mobile-menu-items ul li.active-expand > .mobile-menu-expand::after {
  height: 0;
}

.mobile-menu-items ul li ul {
  border-top: 0;
}

.mobile-menu-items ul li ul li a {
  padding-left: 12%;
  text-decoration: none;
}

.mobile-menu-items ul li ul li ul li a {
  padding-left: 24%;
}

.mobile-social {
  padding-bottom: 30px;
}

.mobile-social .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-social .social li {
  margin-right: 20px;
}

.mobile-social .social li:last-child {
  margin-right: 0;
}

.mobile-social .social li a {
  font-size: 20px;
  color: #212832;
}

.mobile-social .social li a:hover {
  color: #309255;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: ;
  -o-transition: ;
  transition: all 0.3s linear;
  -moz-transition: ;
  -ms-transition: ;
}

@media (prefers-reduced-motion: reduce) {
  .overlay {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.overlay.open {
  opacity: 0.7;
  visibility: visible;
}

@media screen and (min-width: 320px) and (max-width: 411px) {
  .eapandan-banner {
  }

  .banner_text_box {
    width: 216px !important;
    padding: 9px !important;
    margin-left: 102px;
  }

  .green {
    left: 250px !important;
  }

  .red {
    left: 250px !important;
  }

  .blue {
    left: 250px !important;
  }
}

@media screen and (max-width: 991px) {
  .rightSideBox {
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 412px) and (max-width: 539px) {
  .eapandan-banner {
  }

  .banner_text_box {
    width: 241px !important;
    padding: 18px !important;
    margin-left: 148px;
  }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
  .eapandan-banner {
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .eapandan-banner {
  }

  .col-md-2 {
    width: 50.666667%;
  }

  .circleb {
    max-width: 28%;
    margin-left: 1px;
  }

  #banner_text_box_home {
    top: 407px !important;
    margin-left: 363px;
  }

  .feature_div {
    padding-top: 6px !important;
  }

  .green {
    left: 250px !important;
  }

  .red {
    left: 250px !important;
  }

  .blue {
    left: 250px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .eapandan-banner,
  .banner_img {
    height: 600px !important;
  }

  .rightSideBox {
    margin-left: 10px;
    height: 600px;
    overflow: auto;
  }

  .feature_div {
    position: absolute;
    left: 35%;
    top: 540px;
  }

  #banner_text_box_home {
    position: absolute;
    left: 51%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .eapandan-banner,
  .banner_img {
    height: 520px !important;
    background-position: bottom;
  }

  .rightSideBox {
    margin-left: 10px;
    height: 520px;
    overflow: auto;
  }

  .feature_div {
    position: absolute;
    left: 35%;
    top: 460px;
  }

  #banner_text_box_home {
    position: absolute;
    left: 53%;
  }
}

@media screen and (min-width: 1920px) {
  .eapandan-banner,
  .banner_img {
    height: 480px !important;
    background-position: bottom;
  }

  .rightSideBox {
    margin-left: 10px;
    height: 480px;
    overflow: auto;
  }

  .feature_div {
    position: absolute;
    left: 30%;
    top: 420px;
  }

  #banner_text_box_home {
    position: absolute;
    left: 53%;
  }
}

.banner_text_box {
  width: 275px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  padding: 20px;
}

#banner_text_box_home_monitoning {
  position: absolute;
  right: 33%;
}

#banner_text_box_warranty {
  position: absolute;
  right: 5%;
}

#banner_text_box_contact {
  position: absolute;
  left: 30%;
}

#banner_text_box_implant {
  position: absolute;
  right: 5%;
}

#banner_text_box_follow_up {
  position: absolute;
  right: 10%;
}

.banner_text_box p {
  color: #5d85a3;
  position: relative;
  top: 0;
  font-size: 21px;
  margin-bottom: 0 !important;
}

.description_div {
  margin-top: 24px;
}
.rightSideBox {
  background: #397399;
  padding: 36px;
  color: white;
  text-align: center;
  margin-right: 30px;
}
.rightSideBox p {
  color: white;
  text-align: start;
  font-size: 14px;
}
.rightSideBox img {
  width: 60%;
}
