.row {
  --bs-gutter-x: 0rem !important;
}

:root {
  scroll-behavior: none;
}



@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800;900&display=swap');












body {
  padding-top: 0px !important;
  background-color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  font-family: 'Inter', sans-serif !important;
  color: #212529;
}

a {
  text-decoration: none !important;
}

.container {
  padding: 0;
}

.top_l {
  text-align: center;
  margin-top: 7px;
}

.top_mail {
  background: #fff !important;
  color: #18bbd2 !important;
  font-size: 15px;
  font-weight: 501;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  border-radius: 1px;
}

.top_mail i {
  font-size: 20px;
  background-color: #fff;
  color: green;
}

/* .top_header {
  background-color: #18bbd2 !important;
    padding: 0;
    margin: 0;
    height: 40px;
    border-bottom: 0.5px solid #8c8c8c;
  } */
.call,
.call:hover {
  text-decoration: none;
  margin-top: 5px;
  vertical-align: middle;
  margin-right: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 501;
  text-align: right;

}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #31444a;
}

.fixed-top {
  position: relative;
  top: 0px;
  right: 0;
  left: 0;
  z-index: 0;
}

.top_navbar {
  background-color: #fff !important;
  padding: 10px 0 !important;
  box-shadow: rgb(162 170 177 / 27%) 1.95px 1.95px 2.6px;
}

.ms-auto {
  margin: auto !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #31444a !important;
  font-size: 1.1em;
  line-height: 24px;
  font-weight: 500;
  padding: 0px 10px;
  letter-spacing: 0px;


}

.navbar-dark .navbar-toggler-icon {
  background-image: url("../images/menu.png");
  background-color: #18bbd2;
}

/*-- 2.3 Categories menu css here --*/
.categories_menu {
  position: relative;
  float: left;
  width: 285px;
  padding: 4px 0 0px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu {
    margin-bottom: 25px;
  }
}

.categories_title {
  background: #006f9b;
  padding: 0 30px;
  position: relative;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  border-bottom: 0px solid #006f9b;
  margin-top: 0px;
  border-radius: 0px;
}

.categories_title::before {
  color: #fff;
  display: inline-block;
  font-family: Ionicons;
  position: absolute;
  font-size: 22px;
  line-height: 0px;
  right: 20px;
  top: 50%;
  transform: translatey(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_title {
    height: 45px;
    line-height: 46px;
  }
}

@media only screen and (max-width: 767px) {
  .categories_title {
    height: 43px;
    line-height: 43px;
  }
}

.categories_title h2 {
  font-weight: 501;
  line-height: 21px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin: auto;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .categories_title h2 {
    font-size: 13px;
    line-height: 22px;
  }
}

.categories_menu_toggle {
  background: #fff;
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 9;
  border: 1px solid #e5e5e5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle {
    display: none;
    max-height: 350px;
    overflow: auto;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle {
    display: none;
    max-height: 350px;
    overflow: auto;
  }
}

.categories_menu_toggle>ul {
  padding-left: 0;
  margin-bottom: 0rem;
}

.categories_menu_toggle>ul>li {
  position: relative;
  list-style: none;

}

.categories_menu_toggle>ul>li>a {
  font-size: 15px;
  line-height: 46px;
  text-transform: capitalize;
  font-weight: 400;
  display: block;
  cursor: pointer;
  padding: 0 20px 0 30px;
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid #e3e3e3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_menu_toggle>ul>li>a {
    line-height: 38px;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle>ul>li>a {
    line-height: 35px;
  }
}

.categories_menu_toggle>ul>li>a i.fa-angle-right {
  float: right;
  font-size: 15px;
  line-height: 45px;
  transition: .3s;
  -webkit-transition: .3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle>ul>li>a i.fa-angle-right {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle>ul>li>a i.fa-angle-right {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle>ul>li>a:hover {
    color: #00687d;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle>ul>li>a:hover {
    color: #00687d;
  }
}

.categories_menu_toggle>ul>li:last-child>a {
  border-bottom: 0;
}

.categories_menu_toggle>ul>li:hover ul.categories_mega_menu {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

.categories_menu_toggle>ul>li:hover>a {
  border-left: 2px solid #006f9b;
  color: #006f9b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle>ul>li:hover>a {
    background: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle>ul>li:hover>a {
    background: inherit;
  }
}

.categories_menu_toggle>ul>li ul.categories_mega_menu {
  position: absolute;
  left: 120%;
  width: 720px;
  -webkit-box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
  overflow: hidden;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

:focus {
  outline: none !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_menu_toggle>ul>li ul.categories_mega_menu {
    width: 680px;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle>ul>li ul.categories_mega_menu {
    display: none;
    opacity: inherit !important;
    visibility: inherit !important;
    left: inherit !important;
    width: 100%;
    top: 100%;
    max-height: 350px;
    overflow: auto;
    transition: unset;
    box-shadow: inherit;
    position: inherit;
    padding: 6px 20px 0px 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle>ul>li ul.categories_mega_menu {
    display: none;
    opacity: inherit !important;
    visibility: inherit !important;
    left: inherit !important;
    width: 100%;
    top: 100%;
    max-height: 350px;
    overflow: auto;
    transition: unset;
    box-shadow: inherit;
    position: inherit;
    padding: 6px 20px 0px 60px;
  }
}

.categories_menu_toggle>ul>li ul.categories_mega_menu.open {
  display: block;
  left: 0;
}

.categories_menu_toggle>ul>li ul.categories_mega_menu>li {
  padding: 0 15px;
  width: 25%;
  float: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle>ul>li ul.categories_mega_menu>li {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle>ul>li ul.categories_mega_menu>li {
    width: 100%;
    padding: 0;
  }
}

.categories_menu_toggle>ul>li ul.categories_mega_menu>li>a {
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
}

.categories_menu_toggle>ul>li ul.categories_mega_menu>li>a:hover {
  color: #00687d;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle>ul>li ul.categories_mega_menu>li>a {
    line-height: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle>ul>li ul.categories_mega_menu>li>a {
    line-height: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle>ul>li ul.categories_mega_menu>li.menu_item_children>a {
    text-transform: capitalize;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle>ul>li ul.categories_mega_menu>li.menu_item_children>a {
    text-transform: capitalize;
    font-weight: 400;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li.menu_item_children>a {
    position: relative;
  }

  .categories_menu_toggle ul li.menu_item_children>a::before {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li.menu_item_children>a {
    position: relative;
  }

  .categories_menu_toggle ul li.menu_item_children>a::before {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li.menu_item_children.open>a::before {
    display: none;
  }

  .categories_menu_toggle ul li.menu_item_children.open>a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li.menu_item_children.open>a::before {
    display: none;
  }

  .categories_menu_toggle ul li.menu_item_children.open>a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_sub_menu {
    display: none;
    padding: 1px 0 9px 30px;
    list-style: none;
    padding-left: 0rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .categorie_sub_menu {
    display: block !important;
    padding: 1px 0 9px 30px;
    list-style: none !important;
  }
}

.categorie_sub_menu {
  padding-left: 0rem !important;
}

.categorie_sub_menu li a {
  color: #444;
  text-transform: capitalize;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  list-style: none;
  border-bottom: 1px solid #dcdcdc;
  padding: 7px 14px;
}

.categorie_sub_menu li a:hover {
  color: #006f9b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_sub_menu li a {
    line-height: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    list-style: none;
  }
}

@media only screen and (max-width: 767px) {
  .categorie_sub_menu li a {
    line-height: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    list-style: none;
  }
}

.categories_menu_toggle ul li ul.categories_mega_menu.column_3 {
  width: 100%;
  padding-left: 0rem;
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li ul.categories_mega_menu.column_3 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li ul.categories_mega_menu.column_3 {
    width: 100%;
  }
}

.categories_menu_toggle ul li ul.categories_mega_menu.column_3>li {
  width: 33.33%;
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li ul.categories_mega_menu.column_3>li {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li ul.categories_mega_menu.column_3>li {
    width: 100%;
  }
}

.categories_menu_toggle ul li ul.categories_mega_menu.column_2 {
  width: 500px;
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li ul.categories_mega_menu.column_2 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li ul.categories_mega_menu.column_2 {
    width: 100%;
  }
}

.categories_menu_toggle ul li ul.categories_mega_menu.column_2>li {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li ul.categories_mega_menu.column_2>li {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li ul.categories_mega_menu.column_2>li {
    width: 100%;
  }
}

.categorie_sub {
  opacity: 0;
  z-index: 999;
  position: absolute;
  width: 100%;
  left: 0;
  background: #323232;
  -webkit-transition: .3s;
  transition: .3s;
  top: 65%;
  visibility: hidden;
}

.categorie_sub.open {
  top: 95%;
  opacity: 1;
  visibility: visible;
}

.categories_menu_toggle ul li.has-sub>a::before {
  position: absolute;
  content: "\f055";
  font-family: FontAwesome;
  top: 0;
  right: 20px;
  font-size: 18px;
  pointer-events: none;
}

.categories_menu_toggle ul li.has-sub>a.open::before {
  content: "\f056";
}

.categories_menu_toggle ul li.has-sub ul.categorie_sub li a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  padding-left: 30px;
  display: block;
  line-height: 45px;
  color: #ffffff;
}

.categories_menu_toggle ul li.has-sub ul.categorie_sub li a:hover {
  background: #006f9b;
}

.categories_menu_toggle ul li ul.categories_mega_menu>li:first-child {
  padding-left: 0;
}

.categories_menu_toggle ul li ul.categories_mega_menu>li:last-child {
  padding-right: 0;
}

.categorie_banner {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 500px;
}

@media only screen and (max-width: 767px) {
  .categorie_banner {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_banner {
    display: none;
  }
}

.categorie_banner a img:hover {
  opacity: 0.8;
}

/* .solid {
    background-color: #18bbd2 !important;
    box-shadow: 0px 4px 5px 0px rgba(0, 1, 1, 0.21);
    margin-top: 83px;
    padding: 18px 8px;
  } */
.form-control {
  display: block;
  width: 100%;
  padding: 2px 10px;
  font-size: 15px;
  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: .25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-radius: 0;
  margin-top: 5px;
}

.input-group .btn {
  position: relative;
  z-index: 0;
  margin-top: 5px;
  border-radius: 0;
}

.btn-lg {
  color: #31444a !important;
  text-transform: uppercase;
  font-weight: 501 !important;
  font-size: 14PX !important;
  background-color: #fff !important;
  margin-top: 0px;
}

.mail {
  font-size: 28px;
  color: #006f9b;
  background-color: #fff;
  padding: 10px;
  margin: auto;
  border-radius: 1px;
}

.elementor-icon-list-text {
  color: #ffffff;
  font-size: 15.5px;
  font-weight: 600;
  display: block;
}

.elem {
  display: flex;
  list-style: none;
  margin: auto;
  margin-bottom: auto;
  margin-bottom: 0 !important;
  margin-top: 0px;
}

.des {
  display: block;
  color: #fff;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 90%;
  margin: 0px auto;
  margin-top: -14px;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.maii {
  margin-left: 5px;
}

.imag_bann {
  margin: auto;
  margin-top: auto;
  width: 100%;
  /* margin-top: 25px !important; */
}

.mb_lg {
  margin-top: 4px;
}

.inner-cms {
  height: 80px;
  margin: 60px auto 45px auto;
  position: relative;
}

.first-content {
  float: left;
  padding: 18px 0;
  position: relative;
  width: 32%;
}

.first-content {
  float: left;
  padding: 18px 0;
  position: relative;
  width: 32%;
}

.first-content .service-content {
  border-right: 1px solid #dcdcdc;
}

.icon-left1 {
  background: url(../images/FGRGER.png) no-repeat scroll 0 -279px transparent;
  float: left;
  padding: 12px 20px;
}

.service-right {
  overflow: hidden;
  padding-left: 8px;
  text-align: left;
}

.service-right .title {
  color: #4e4e4e;
  font-size: 15px;
  font-weight: bold;
  font-family: "Archivo Narrow", sans-serif;
}

.service-right .sub-title {
  color: #a5a5a5;
}

.second-content {
  float: left;
  padding: 18px 0;
  position: relative;
  width: 35%;
}

.second-content .service-content {
  border-right: 1px solid #dcdcdc;
  padding: 0 0 0 30px;
  width: auto;
}

.icon-left2 {
  background: url(../images/FGRGER.png) no-repeat scroll -3px -335px transparent;
  float: left;
  padding: 12px 20px;
}

.third-content {
  float: left;
  padding: 18px 0;
  position: relative;
  width: 33%;
  z-index: -6;
}

.third-content .service-content {
  padding: 0 0 0 35px;
  width: auto;
}

.icon-left3 {
  background: url(../images/FGRGER.png) no-repeat scroll 0 -392px transparent;
  float: left;
  padding: 12px 20px;
}

.accordion-container {
  position: relative;
  max-width: 500px;
  height: auto;
  margin: auto;

}

.catee-headerr {
  padding: 9px;
  font-size: 19px;
  background-color: #006f9b;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0rem;
}


.catee-header {
  padding: 9px;
  font-size: 24px;
  /* background-color: #006f9b; */
  color: #333;
  margin-top: 0px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0rem;
}







.set>a {
  display: block;
  padding: 10px;
  color: #222;
  font-weight: 500;
  font-size: 15px;
  border-top: 0px !important;
  border: 1px solid #e5e5e5;
}

.cccc {
  width: 16% !important;
}

.top_subbox {
  padding: 10px;
  background-color: #f7f7f70d;
  margin: 15px 0px 7px 7px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  width: 98%;
  z-index: 0;
}

.index_a,
.index_a:hover {
  text-decoration: none;
  color: #222;
}

.top_prosubb,
.top_prosuubb {
  padding: 10px 0px;
  height: 80px;
  color: #222;
  font-weight: 401;
  font-size: 17px;
  text-align: center;
  margin-bottom: 0rem;
}

.img_topbox {
  margin: 0px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.img_topbooxx {
  margin: 0px;
  margin-bottom: 1rem;
}

.top_img {
  width: 60%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.spec {
  position: absolute;
  width: 100%;
  bottom: -64px;
  padding: 10px;
  box-sizing: border-box;
  transition: .5s;
  margin-left: -7px;
}

.top_subbox:hover .spec {
  bottom: 65px;
}

.mm_l {
  padding-left: 0;
  margin-left: 0;
  text-align: center
}

.view-font i {
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  font-weight: 500;
  margin: auto;
  -webkit-transition: 1.3s;
}

.view-font i,
.get-font i {
  font-size: 17px;
  box-shadow: inset 0 0 0 0 #134e9f;
  height: 40px;
  line-height: 40px;
  background-color: #18bbd2;
  cursor: pointer;
  width: 40px;
  color: #FFF;
}

.set>a i {
  float: left;
  margin-top: 4px;
  margin-right: 4px;
}

ul#tabs-nav {
  list-style: none;
  overflow: auto;
  margin: auto;
  margin-bottom: auto;
  padding: 10px 5px;
  margin-bottom: 7px;
  border: 1px solid #ececec;
}

ul#tabs-nav li {
  float: right;
  cursor: pointer;
  color: #333;
  margin: auto;
  border-top: none;
  margin: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 4px 8px;
  margin-left: 7px;
}

#tabs-nav li a {

  text-decoration: none;
  font-weight: 500;
  /* color: #000000; */
  padding: 7px 3px;
  font-size: 17px;
}

#tabs-nav li a:hover {

  text-decoration: none;

  color: #fff;
  background-color: #006f9b;

}

.disd {
  width: 20%;
  margin-bottom: 50px;
}

.siss {
  width: 80%;
  height: 692px;
  overflow: auto;
  scrollbar-color: #bfc1c7 #f2f8f9;
  scrollbar-width: thin;
  padding: 10px;

}


.fo_i {
  color: #fff;
  margin-left: 6px !important;
  margin-right: 12px !important;
  font-size: 20px !important;
}

.ico_imm {
  width: 10%;
}

@media only screen and (min-width: 1400px) and (max-width: 5000px) {
  .llx {
    width: 20%;
  }
}

.index_aa {
  border: 1px solid #eee;
  padding: 6px 0px;
  background: #f1f1f1;
  color: #444;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  width: 100%;
}

.index_aa:hover {
  color: #fff;
  background: #006f9b;
}

.footer {
  background-color: #fff;
  padding: 30px 0;
  border-top: 1px solid #ddddddcf;
}

.footer-col {
  width: 25%;
  padding: 0 15px;
  margin-top: 15px;
}

.fot_img {
  width: 70%;
}

.contact-info {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col ul li:not(:last-child) {
  margin-bottom: 6px;
}

.contact-info li {
  padding-left: 0px;
  position: relative;
  margin: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  color: #31444a;
  font-weight: 400;
}

.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgb(255, 255, 255);
  margin: 0 0px 0px 0;
  margin-top: 0px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #006f9b;
  transition: all 0.5s ease;
  border: 1px solid #3333;
  margin-top: 10px
}

.footer-col .social-links a:hover {
  background-color: #006f9b;
  color: #fff;
}

.footer-col {
  width: 25%;
  padding: 0 15px;
}

.footer-col h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #006f9b;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}

.footer-col h4 {
  font-size: 21px;
  color: #006f9b;
  text-transform: capitalize;
  margin-bottom: 25px;
  font-weight: 700;
  position: relative;
  ;
}

.footer-col ul li a {
  font-size: 15px;
  /* text-transform: capitalize; */
  color: #31444a;
  text-decoration: none;
  font-weight: 500;
  color: #31444a;
  /* display: block; */
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: #31444a;
  padding-left: 8px;
}

.copyright-area {
  background: #006f9bde;
  padding: 10px 0;
  color: #fff;
  font-weight: 500;
}

.contact_hh1 {
  font-size: 23px;
  margin: auto;
  margin-top: 40px;
  font-weight: 601;
  text-align: left;
  color: #333;
}

.contact_hh2 {
  font-size: 30px;
  margin: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-top: 40px;
  font-weight: 601;
  text-align: center;
  color: #006f9b;
}

.contact_hh11 {
  font-size: 24px;
  margin: auto;
  margin-top: 0px;
  font-weight: 601;
  text-align: center;
  color: #333;
}

@media only screen and (min-width: 280px) and (max-width: 480px) {
  .container {
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
  }

  .headingc {
    color: #006f9b;
  }

  .top_subbox {
    margin: 0px 0px 7px 0px;
    width: 100%;
  }

  .com_pp {
    background-color: #18bbd2;
  }

  .list-pchead {
    display: block;
    width: 90%;
    margin: auto;
    /* margin-top: 120px; */
    padding: 0;
  }

  .footer-col {
    width: 90%;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 480px) and (max-width:576px) {
  .container {
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
  }

  .headingc {
    color: #006f9b;
  }

  .top_subbox {
    margin: 0px 0px 7px 0px;
    width: 100%;
  }

  .list-pchead {
    display: block;
    width: 90%;
    margin: auto;
    /* margin-top: 120px; */
    padding: 0;
  }

  .footer-col {
    width: 50%;
    padding: 0 15px;
  }

  .com_pp {
    background-color: #18bbd2;
  }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
  .headingc {
    color: #006f9b;
  }

  .com_pp {
    background-color: #18bbd2;
  }

  .list-pchead {
    display: block;
    width: 80%;
    margin: auto;
    /* margin-top: 120px; */
    padding: 0;
  }

  .footer-col {
    width: 50%;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .headingc {
    color: #006f9b;
  }

  .com_pp {
    background-color: #18bbd2;
  }

  .list-pchead {
    display: block;
    width: 80%;
    margin: auto;
    /* margin-top: 120px; */
    padding: 0;
  }

  .footer-col {
    width: 50%;
    padding: 0 15px;
  }
}

@media all and (min-width: 280px)and (max-width:992px) {
  .no_mobile {
    display: none;
  }

  .cate_a_box {
    width: 99%;
  }

  .contact_hh2 {
    display: none;
  }

  .solid {
    display: none;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #18bbd2 !important;
  }

  .quote_btn {
    font-size: 18px;
    /* background-color: #006f9b; */
    color: #ffffff;
    font-weight: 501;
    margin-bottom: 0px;
    position: absolute;
    right: 42% !important;
    padding: 3px 14px;
    top: 3px;
  }

  .call_box {
    width: 100%;
  }

  .list_pbc>a {
    font-size: 15px;
  }

  .list_pbc>a {
    text-decoration: none;
    color: #0d0e0e;
  }

  .headding {
    font-weight: 600;
    text-align: left;
    color: #3c3f41;
    margin-top: 8px;
    padding: 10px 0px;
    margin-bottom: 0px;
    list-style: none;
    border-bottom: 1px solid #ccc;
    font-size: 22px;
  }

  .list_pbc {
    list-style: none;
    padding: 4px;
    font-size: 15px;
    margin-bottom: 4px;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
  }

  /* .bg-primary {
    border-top: 2px solid #18bbd2 !important;
    border-bottom: 2px solid #18bbd2 !important;
  } */
  .fixed-top {
    position: relative;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1;
  }

  .input-group {
    padding: 6px;
  }

  .reeen {
    margin-top: 95px;
  }

  .img_mb {
    width: 80%;
  }

  .siss {
    width: 100%;
    height: auto !important;
  }

  .contact_hh1 {
    margin-top: 130px;
  }
}

.input-group .btn {
  border: 1px solid #3333;
  margin-top: 13px;
}

.form-control {
  margin-top: 13px;
}

.navbar-dark .navbar-toggler {
  color: #18bbd2;
  border-color: #fff;
  padding: 0;
}

@media all and (min-width: 992px)and (max-width:5000000px) {


  .no_deck {
    display: none;
  }
}

@media all and (min-width: 1400px)and (max-width:5000000px) {
  /* .contact_hh11 {
    display: none;
  } */

  .quote_btn {
    font-size: 15px;
    background-color: #faf9f8;
    color: #4294b5;
    font-weight: 500;
    margin-bottom: 0px;
    position: absolute;
    right: 8% !important;
    top: 15px;
    padding: 3px 15px;
  }
}

@media all and (min-width: 992px)and (max-width:1400px) {
  .disd {
    width: 0%;
    display: none;
  }

  .siss {
    width: 100%;
  }

  .mb_lg {
    margin-left: -55px;
  }

  .nav_mb {
    width: 76%;
  }

  .quote_btn {
    font-size: 18px;
    /* background-color: #006f9b; */
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0px;
    position: absolute;
    right: 8% !important;
    top: 14px;
    padding: 3px 15px;
  }
}

@media all and (min-width: 992px)and (max-width:1200px) {
  .quote_btn {
    font-size: 18px;
    /* background-color: #006f9b; */
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0px;
    position: absolute;
    right: 2% !important;
    top: 14px;
    padding: 3px 15px;
  }
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #18bbd2;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.snd-msg,
.snd-msg:hover {
  background-color: #006f9b;
  color: #fff;
  width: 250px;
  margin-bottom: 25px;
}

.sidebar-contact {
  position: fixed;
  top: 50%;
  right: -350px;
  transform: translateY(-50%);
  width: 350px;
  height: auto;
  padding: 40px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 99;
}

.sidebar-contact:hover {
  right: 0;
}

.hello {
  position: absolute;
  height: 48px;
  width: 48px;
  text-align: center;
  cursor: pointer;
  background: #18bbd2;
  top: 255px;
  left: -48px;
  line-height: 48px;
  padding: 0px !important;
}

.sidebar-contact h2 {
  margin: 0 0 20px;
  padding: 0;
}

.detf {
  font-size: 22px;
  font-weight: 500;
  color: #006f9b;
}

.sidebar-contact input,
.sidebar-contact textarea {
  width: 100%;
  height: 36px;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgb(202, 202, 202);
  outline: none;
  font-size: 14px;
}

.seeen {
  background: #006f9b;
  width: 100%;
  border-radius: 0px;
  color: #fff;
}

#myBtnss {
  display: none;
  height: 35px;
  width: 35px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: 0;
  background-color: #006f9b;
  color: #fff;
  cursor: pointer;

  border-radius: 4px;
}

#myBtnss:hover {
  background-color: #555;
}










/* new css */

.section_top{
  padding: 20px;
}
.section_topp{
  padding: 50px;
}

img.re_img {
  width: 180px;
  position: relative;
  top: 8px;
}

section.top_haeder {
  background: #006f9beb;
  padding: 8px;
  color: #fff;
}

ul.navbar-nav.ms-autoo {
  margin-left: auto !important;
}

.mob_none {
  text-align: end;
  color: #fff
}

a.ask_btng {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  top: 7px;
}

.search-field {
  border-right: none;
}

button#button-addon1 {
  border-left: none;
}

.info_details a {
  color: #fff;
}

.info_details {
  display: flex;
  flex-wrap: wrap;
}

.info_pf {
  margin: 5px 11px;
  font-size: 16px;
  font-weight: 500;
}

.bg-primary {
  background-color: #fff !important;
  padding: 0px 0 !important;

}

.form-control:focus,
.form-group .btn:focus,
.uneditable-input:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
  color: #4f4f4f;
  background-color: #fff;
  border-color: #ffffff !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

*:focus {
  outline: none !important;
}


a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button,
input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #4f9cba !important;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width:1199px) {
  .info_pf {
    margin: 5px 11px;
    font-size: 13px;
    font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link {

  padding: 0px 5px;
}


}

@media screen and (max-width:991px) {
  .top_navbar {
  padding: 0px 0 !important;
  
}
ul.navbar-nav.ms-autoo {
  margin: 10px 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #31444a !important;
  font-size: 17px;
  line-height: 15px;

}
.section_topp {
  padding: 0px;
}
.section_top {
  padding: 0px;
}

.navbar-dark .navbar-nav .nav-link {
  padding: 8px 0px;

}


.info_details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.quote_btn{
  display: none;
}
  

ul#tabs-nav li {
  float: left;

}

.contact_hh11 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #3a4143;
  margin: 20px 0px;
}

.info_pf {

  font-size: 15px;

}

.contact_hh1 {
  margin-top: 0px !important;
}
.reeen {
  margin-top: 0px !important;
}

.medical-diagnostic {
  margin: 0px 0px 0px 0px !important;
}
.lolgg {
  margin-top: 0px !important;
}
}


@media screen and (max-width :1024px) {
  

.quote_btn {
    font-size: 18px;
    /* background-color: #006f9b; */
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0px;
    position: absolute;
    right: 2% !important;
    top: 12px;
    padding: 3px 15px;
}
}
@media screen and (max-width:576px) {
  img.re_img {
    width: 160px;
    position: relative;
    top: 8px;
}

.top_img {
  width: 40%;

}


.info_pf {
  font-size: 12px;
}

section.top_haeder {
  padding: 3px;

}

}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  background: #98a5ab4d;
  padding: 3px 10px;
  list-style: none;
  color: #161515;
}


.Contact-Info img {
  width: 200px;
}



h2.about_head {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
}

p.abou_text {
  font-size: 16px;
  line-height: 27px;
  text-align: justify;
}

li.active {
  background: #006f9b;
  color: #fff !important;

}

/* #tabs-nav li a{
  color: #fff !important;
} */



.auto-tabpill {
  height: 463px;
  overflow: auto;
  scrollbar-color: #bfc1c7 #f2f8f9;
  scrollbar-width: thin;
  padding: 10px;
}













