:root {
  --primary: #15B5CE;
  --secondary: #2BE2B9;
  --dark: #192D6A;
  --filterPrimary: invert(50%) sepia(76%) saturate(485%) hue-rotate(140deg) brightness(100%) contrast(96%);
  --filterSecondary: invert(0%) sepia(100%) saturate(19%) hue-rotate(19deg) brightness(101%) contrast(106%);
  --filterWhite: invert(99%) sepia(0%) saturate(4787%) hue-rotate(41deg) brightness(127%) contrast(96%);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
    font-family: 'Nunito', sans-serif;
  scroll-behavior: smooth;
}

*::-moz-selection {
  background-color: var(--primary);
  color: #fff;
}

*::selection {
  background-color: var(--primary);
  color: #fff;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background-color: #ccc;
}

*::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
  background: var(--secondary);
}

html,
body  {
  overflow-x: hidden !important;
}

.whatsapp_butn {
    width: 60px;
    height: 60px;
    position: fixed;
    inset-inline-start: 15px;
    bottom: 20px;
    z-index: 9;
    -webkit-box-shadow: 0 0px 15px 0 #0001;
    box-shadow: 0 0px 15px 0 #0001;
    border-radius: 50%;
}
/**********************************************
   Start Global Style
**********************************************/
.color-gray {
  color: #ccc;
}

.color-gray2 {
  color: #888;
}

.color-dark {
  color: var(--dark);
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondary);
}

.filterPrimary {
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.filterSecondary {
  -webkit-filter: var(--filterSecondary);
          filter: var(--filterSecondary);
}

.filterWhite {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

p {
  font-size: 17px;
  color: #000;
  line-height: 1.7rem;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none !important;
}

a:hover {
  color: var(--primary) !important;
}

a:focus {
  outline: 0;
}

del {
  text-decoration: line-through;
  color: #888;
  font-size: 80%;
}

ul {
  list-style-type: none;
  padding: 0;
}

button {
  border: none;
  padding: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

button:focus {
  border: none;
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
  outline: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-group {
  position: relative;
}

form .form-control {
  font-size: 14px;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid var(--primary) !important;
}

form input,
form select {
  height: 60px !important;
}

form textarea {
  resize: none;
}

form .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
          box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateY(130%);
          transform: translateY(130%);
  z-index: 99;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::after {
  background: url(../images/shape-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: var(--primary);
  left: 13px;
  top: 13px;
  height: 30px;
  width: 30px;
  display: block;
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.progress-wrap svg path {
  fill: #f8f8f8;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primary);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.center-vr {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.in-flex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inFlex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container,
.container-fluid,
.zi-5 {
  position: relative;
  z-index: 5;
}

.sec-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-end {
  text-align: end;
}

.overflow_hidden {
  overflow: hidden !important;
}

.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.position-unset {
  position: unset;
}

.underline {
  text-decoration: underline !important;
}

.dr_dataRow {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.dr_dataRow .sm_img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
        object-fit: cover;
    border-radius: 50%;
    -webkit-margin-end: 15px;
            margin-inline-end: 15px;
    -webkit-box-shadow: 3px 6px 15px 0 #0001;
            box-shadow: 3px 6px 15px 0 #0001;
    border: 1px solid var(--secondary);
}

/**********************************************
   Start Animations
**********************************************/
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

@-webkit-keyframes floatingX {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}

@keyframes floatingX {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}

/**********************************************
    Start Public Classes
**********************************************/
.section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
  border-radius: 0;
}

.swiper-container .swiper-pagination {
  bottom: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 25px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  background: var(--primary);
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  background-image: unset;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-image: unset;
  background-color: #f5f5f5;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: .7;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-button-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 15px;
  color: var(--secondary);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  background-color: var(--primary);
  opacity: 1;
}

.swiper-container .swiper-button-next:hover::before,
.swiper-container .swiper-button-prev:hover::before {
  color: #fff;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev {
  right: 5%;
  left: auto;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-container-rtl .swiper-button-prev::before {
  content: '\f054';
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next {
  left: 5%;
  right: auto;
}

.swiper-container .swiper-button-prev::before,
.swiper-container .swiper-container-rtl .swiper-button-next::before {
  content: '\f053';
}

.butn {
  position: relative;
  padding: .9rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  text-align: center;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid transparent;
}

.butn i {
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}

.butn.sm_butn {
  padding: 0;
  width: 52px;
  height: 52px;
}

.butn.secondary_butn {
  background-color: var(--secondary);
  color: #fff;
}

.butn.secondary_border_butn {
  border: 1px solid var(--secondary);
  color: var(--secondary);
  background-color: transparent;
}

.butn.white_butn {
  background-color: #fff;
  color: var(--primary);
  border: 1px solid #ccc;
}

.butn.white_border_butn {
  background-color: transparent;
  color: #fff;
  border: 1px solid #eee;
}

.butn.primary_butn {
  background-color: var(--primary);
  color: #fff;
}

.butn:hover {
  background-color: #192D6A;
  border: 1px solid #192D6A;
  color: #fff !important;
}

.butn:hover i {
  animation: floatingX .5s both infinite alternate-reverse;
}

.butn:hover .icon {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

.icon-18 {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon-15 {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.fancybox-content {
    height: 100% !important;
}
.modal-content {
  padding: 20px;
}

.modal-content .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.startingModal .det {
  font-size: 13px;
  color: #536288;
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navs-container {
  position: relative;
  z-index: 999;
}
.nav-scroll {
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.top_nav {
    padding: 10px 0 ;
    background: #f9f9f9;
}
.top_nav .contact_items .item {
    font-size : 15px;
    font-weight: 400;
    color: #666;
}
.top_nav .contact_items .item i{
    margin-inline-end: 5px;
}
.top_nav .links a {
    margin-inline-end: 10px;
    color: #777;
    font-size: 15px;
}
.navs-container .navbar {
    position: relative;
    z-index: 999;
    padding: 0;
    background-color: #fff;
}

.navs-container .navbar .logo {
  width: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .navbar .nav-link {
  font-size: 13px;
  margin: 0 10px;
  text-transform: capitalize;
  padding: 40px 0;
  color: #000;
}

.navs-container .navbar .nav-link.active {
  color: var(--dark);
  font-weight: bold;
}

.navs-container .navbar .nav_r .butn {
  font-size: 13px;
  padding: 0.9rem 1rem !important;
  height: max-content;
}

.navs-container .navbar .search_dropdown {
  display: none;
}

.navs-container .navbar .search_dropdown .search_butn {
  background-color: transparent;
}

.navs-container .navbar .search_dropdown .search_butn .search_icon {
  width: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .navbar .search_dropdown .dropdown-menu {
  padding: 0;
  border: 1px solid transparent;
  -webkit-box-shadow: 3px 6px 15px 0 #0001;
          box-shadow: 3px 6px 15px 0 #0001;
}

.navs-container .navbar .search_dropdown .dropdown-menu .form-group .form-control {
  -webkit-padding-start: 34px;
          padding-inline-start: 34px;
  width: 250px;
}

.navs-container .navbar .search_dropdown .dropdown-menu .form-group .search_submit_butn {
  position: absolute;
  left: 10px;
  top: 16px;
  background: transparent;
  opacity: .7;
}

.navs-container .navbar .nav_r .nav_logo {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 10px;
}

.navs-container .navbar .navbar-toggler {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0.3);
  border: none;
  position: relative;
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon {
  width: 25px;
  height: 2px;
  background: var(--primary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after, .navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--primary);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -6px;
  right: 0px;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 6px;
  right: 0px;
}

.footer {
  position: relative;
  overflow: visible;
  margin-top: 50px;
  padding-top: 100px;
}

.footer::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#04EEA915), to(#04EEA905));
  background: linear-gradient(to bottom, #04EEA915, #04EEA905);
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
}

.footer .content {
  margin-bottom: 25px;
}

.footer .content .logo {
  width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer .content .p {
  font-size: 13px;
  color: #536288;
}

.footer .content .links a {
  display: block;
  color: #536288;
  font-size: 15px;
  margin-bottom: 15px;
}

.footer .content .social_links a {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  color: #888;
}

.footer .copyright_p {
  border-top: 1px solid #ddd;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.header {
  position: relative;
  background-color: var(--dark);
  padding: 0;
  /*overflow: unset;*/
}

.header .content-card {
    padding: 150px 0;
}

.header::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 80%;
  height: 93%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(var(--dark)), to(transparent));
  background: linear-gradient(to right, transparent, var(--dark), transparent);
  -webkit-animation: headfade 4s linear infinite;
          animation: headfade 4s linear infinite;
}

.header .text-box {
  transform: translateY(-50px);
  opacity: 0;
  transition: all 1s ease;
  transition-delay: 0.4s;
}


.header .swiper-slide-active .text-box {
  transform: translateY(0);
  opacity: 1;
}

.header .social_links  {
  transform: translateY(30px);
  opacity: 0;
  transition: all 1s ease;
  transition-delay: 0.6s;
}


.header .swiper-slide-active .social_links  {
  transform: translateY(0);
  opacity: 1;
}

.header .text-box .title {
  font-size: calc(2.5vw + 15px);
}

.header .text-box .p {
  color: #ddd;
}

.header .img-box {
  position: relative;
  display: block;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: scale(0.5);
  opacity: 0;
  transition: all 1s ease;
  transition-delay: 0.3s;
}

.header .swiper-slide-active .img-box {
  transform: scale(1);
  opacity: 1;
}

.header .img-box::before {
  content: '';
  background: url(../images/shape-1.png) no-repeat center;
  background-size: contain;
  width: 530px;
  height: 530px;
  position: absolute;
  top: -90px;
  left: -95px;
}

.header .img-box .sec-img {
  width: 350px;
  height: 350px;
  border-radius: 50%;
}

.header .social_links a {
  margin: 0 15px;
  color: #ccc;
}

.header .pattern {
  position: absolute;
  right: 0;
  bottom: 7%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: var(--dark);
  height: 93%;
}

@-webkit-keyframes headfade {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes headfade {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}


.header .swiper-container .swiper-notification{
    display: none;
}


.header .swiper-pagination{
    bottom: 50px;
}

.header .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
}

.partners-sec .swiper-slide {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    transition: .3s linear ;
    border-radius: 15px;
}
.partners-sec .partner_logo {
    height: 75px;
    width: 80%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: auto;
}
.partners-sec .swiper-slide:hover {
    border: 1px solid var(--primary);
}
.services-sec .sec-head .title {
  font-size: 30px;
}

.services-sec .sec-head .title br{
    display: none;
}

.services-sec .sec-head .p {
  color: #536288;
}

.services-sec .service_card {
  position: relative;
  background-color: #fff;
  padding: 45px 2vw;
  border-radius: 15px;
  border: 1px solid #9992;
  margin: 10px;
  overflow: hidden;
}

.services-sec .service_card::after {
    position: absolute;
    content: "";
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #192D6A11;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.services-sec .service_card:hover::after {
    left: 100%;
    width: 100%;
}

.services-sec .service_card .icon {
  width: 55px;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-bottom: 25px;
}

.services-sec .service_card .title {
  font-size: 1.1rem;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.services-sec .service_card .det {
  font-size: 14px;
  margin-bottom: 10px;
      height: 55px;
    overflow: hidden;
}

.services-sec .service_card .more_butn {
  width: 40px;
  height: 40px;
  background-color: #f8f8f8;
  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;
  border: 1px solid #9993;
}

.services-sec .service_card .more_butn .icon_arrow {
  width: 14px;
  height: 11px;
  -o-object-fit: contain;
     object-fit: contain;
}

.services-sec .service_card .more_butn:hover {
  background-color: var(--primary);
}

.services-sec .service_card:hover .icon {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}

.services-sec .service_card:hover .title {
  color: var(--primary);
}

.services-sec .pattern {
  position: absolute;
  left: 8%;
  bottom: 5%;
  width: 47%;
  -o-object-fit: contain;
     object-fit: contain;
  /*animation: rotate-center 50s linear infinite both reverse;*/
}

.bg-babyBlue {
  background-color: #F5F9FE !important;
}

.features-sec h1,
.doctors-sec h1{
    font-size: 30px;
}

.features-sec .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #F5F9FE;
  z-index: 0;
  border-radius: 0;
}

.features-sec .cards {
  position: relative;
}

.features-sec .feature_card {
  position: relative;
  margin-bottom: 25px;
}

.features-sec .feature_card .icon {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}

.features-sec .feature_card .content .p,
.features-sec .feature_card .content p{
  color: #000;
  font-size: 13px;
}

.features-sec .features_box {
  padding: 0 3vw;
}

.features-sec .features_box .statics_card .label {
  font-size: 13px;
  color: #536288;
}

.features-sec .pattern {
  position: absolute;
  right: -36%;
  top: -18%;
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

.features-sec::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: var(--secondary);
  width: 50%;
  right: unset;
  z-index: -1;
}

.doctors-sec .doctor-swiper {
  margin-top: -150px;
}

.doctors-sec .doctor-swiper .text-box {
  background-color: var(--dark);
  padding: 20px 3vw;
  position: relative;
  margin-top: 170px;
  width: 110%;
  z-index: 1;
  border-radius: 0;
  height: 430px;    
  overflow: auto;
}

.doctors-sec .doctor-swiper .text-box .name {
    margin-bottom: 10px !important;
}

.doctors-sec .doctor-swiper .text-box .mt-5 {
    margin-top: 2rem !important;
}

.doctors-sec .doctor-swiper .text-box .social_links {
    /*position: absolute;*/
    /*right: 20px;*/
    /*bottom: 50px;*/
}

.doctors-sec .doctor-swiper .text-box::-webkit-scrollbar {
  width: 6px;
}

.doctors-sec .doctor-swiper .text-box::-webkit-scrollbar-track {
  background-color: #fff1;
}

.doctors-sec .doctor-swiper .text-box::-webkit-scrollbar-thumb {
  background: #fff3;
  border-radius: 0;
}

.doctors-sec .doctor-swiper .text-box::-webkit-scrollbar-thumb:hover {
  background: #fff5;
}

.doctors-sec .doctor-swiper .text-box .social_links a {
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}

.doctors-sec .doctor-swiper .sec-img {
  height: 450px;
  border-radius: 15px;
  object-position: top;
}

.doctors-sec .swiper-slide-active .sec-img {
  -webkit-animation: zoomIn 1s both;
          animation: zoomIn 1s both;
}

.doctors-sec .swiper-slide-active .text-box {
  -webkit-animation: fadeInUp 1s both;
          animation: fadeInUp 1s both;
}

.doctors-sec .swiper-container .swiper-pagination {
    height: fit-content;
    direction: ltr;
    top: 510px;
    width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 15%;
  left: unset;
}

.doctors-sec .swiper-container .swiper-pagination span {
  margin: 0 5px;
  color: #000;
}

.doctors-sec .swiper-container .swiper-pagination .swiper-pagination-current {
  font-weight: bold;
  font-size: 25px;
  color: var(--dark);
}

.doctors-sec .swiper-button-next,
.doctors-sec .swiper-button-prev {
    top: 530px;
}

.doctors-sec .swiper-container .swiper-button-next,
.doctors-sec .swiper-container .swiper-container-rtl .swiper-button-prev {
  right: 10%;
}

.doctors-sec .swiper-container .swiper-button-prev,
.doctors-sec .swiper-container .swiper-container-rtl .swiper-button-next {
  left: unset;
  right: 22%;
}

.doctors-sec .pattern {
  position: absolute;
  left: 33%;
  top: 0;
  width: 40%;
  -o-object-fit: contain;
     object-fit: contain;
  /*animation: rotate-center 50s linear infinite both reverse;*/
}

.doctors-sec .swiper-slide{
    opacity: 0 !important;
}

.doctors-sec .swiper-slide-active{
    opacity: 1 !important;
}

.custom_ul .li {
  position: relative;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  margin-bottom: 15px;
  color: #ddd;
  font-size: 14px;
}

.custom_ul .li::before {
  content: '';
  width: 13px;
  height: 13px;
  background: url(../images/icon.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

.news-sec {
  background-color: #ecf1f7;
}

.news-sec .title {
    font-size: 20px;
}

.news-sec .title br {
    display: none;
}

.news-pg .title {
    font-size: 20px;
}

.news-pg .title br {
    display: none;
}

.contact-sec .title {
    font-size: 30px;
}

.contact-sec .title br {
    display: none;
}

.partners-sec .title {
    font-size: 30px;
}

.partners-sec .title br {
    display: none;
}

.news-sec .news_card {
  padding: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
  /*margin-bottom: 25px;*/
  /*border: 1px solid #eee;*/
  border-radius: 0;
  background-color: #fff;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.news-sec .news_card:hover{
    box-shadow: 0 0 20px #0001;
}

.news-sec .news_card .sec-img {
  height: 250px;
  border-radius: 0;
}

.news-sec .news_card .content {
  padding: 30px;
}


.news-sec .news_card .content .title {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.news-sec .news_card:hover {
  -webkit-box-shadow: 3px 6px 15px 0 #0001;
          box-shadow: 3px 6px 15px 0 #0001;
}

.news-sec .news_card:hover .title {
  /*color: var(--primary);*/
}

.contact-sec .hours-box .day_item {
  margin-bottom: 15px;
}

.contact-sec .hours-box .day_item .day {
  display: inline-block;
  min-width: 80px;
}

.contact-sec .hours-box .day_item span {
  margin: 0 10px;
  color: #536288;
  font-size: 14px;
  font-weight: 500;
}

.contact-sec .box {
  border-top: 1px solid #ddd;
}

.contact-sec .box input,
.contact-sec .box select {
  height: 60px !important;
}

.contact-sec .contact_form_box {
  margin-top: 30px;
  padding: 5vw;
  background-color: #F5F9FE;
  border-radius: 30px;
  border: 0;
}

.contact-sec .contact_form_box .form-control {
  border: 0;
  background-color: #fff;
  border-radius: 12px;
}

.feedback-sec .feedback_card {
  height: 550px;
  position: relative;
}

.feedback-sec .feedback_card .text-box {
  background-color: #fff;
  padding: 5vw;
  position: absolute;
  bottom: 50px;
  z-index: 1;
  width: 85%;
  left: 50%;
  right: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.feedback-sec .feedback_card .text-box .quote_icon {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}

.feedback-sec .swiper-slide-active .text-box {
  opacity: 1;
}

.feedback-sec::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: #F5F9FE;
  width: 95%;
  right: unset;
}

/**********************************************
    Start Edit pg-header  
**********************************************/
.pg-header {
  background-color: var(--dark);
}

.pg-header .pg-breadcrumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pg-header .pg-breadcrumb .link_pg {
  color: #ddd;
  margin: 0 10px;
  font-size: 15px;
}

.pg-header .pg-breadcrumb .link_pg.active {
  color: #fff;
  font-weight: bold;
}

.pg-header .pattern1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
}

.pg-header .pattern2 {
  width: 18%;
  position: absolute;
  left: -2%;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}

/**********************************************
    Start Edit chairman page 
**********************************************/
.chairman-pg .text-box .head {
  background-color: #1E5DBC;
  padding: 50px 30px;
}

.chairman-pg .text-box .card-body {
  background-color: #fff;
  padding: 50px 30px 70px 30px;
  border-radius: 0;
}

.chairman-pg .text-box .card-body .p {
  font-size: 14px;
  color: #536288;
}

.chairman-pg .bold_txt {
  line-height: 1.7;
  background-color: var(--dark);
  color: #fff;
  padding: 50px 4vw;
  margin-top: -70px;
  position: relative;
  z-index: 2;
}

.chairman-pg .sec-img {
  height: 600px;
  position: relative;
  left: -30px;
  margin-top: 30px;
  -o-object-position: top;
     object-position: top;
}

.newsletter-sec .inner {
  background-color: #1E5DBC;
  padding: 70px 4vw;
  border-radius: 30px;
}

.newsletter-sec .inner .form-group .form-control {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.newsletter-sec .inner .form-group .form-control::-webkit-input-placeholder {
  color: #eee;
}

.newsletter-sec .inner .form-group .form-control:-ms-input-placeholder {
  color: #eee;
}

.newsletter-sec .inner .form-group .form-control::-ms-input-placeholder {
  color: #eee;
}

.newsletter-sec .inner .form-group .form-control::placeholder {
  color: #eee;
}

.newsletter-sec .inner .form-group .butn {
  position: absolute;
  right: 4px;
  top: 4px;
}

.newsletter-sec .inner .pattern {
  width: 22%;
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/**********************************************
    Start Edit about page 
**********************************************/
.about-pg .img-box {
  -webkit-border-end: 1px solid #ddd;
          border-inline-end: 1px solid #ddd;
}

.about-pg .img-box .logo {
  width: 230px;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-cards .exp_years .num {
  font-size: 75px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.about-cards .about_card {
  position: relative;
  padding: 3vw;
  height: 100%;
}

.about-cards .about_card br {
    display: none;
}

.about-cards .about_card h1 {
    font-size: 30px;
}

.about-cards .about_card .title .num {
  position: relative;
}

.about-cards .about_card .title .num::after {
  content: '';
  width: 70px;
  height: 2px;
  background-color: #ddd;
  display: inline-block;
  margin: 0 10px 0 15px;
  position: relative;
  bottom: 11px;
}

.about-cards .about_card .det {
  font-size: 16px;
  line-height: 1.9rem;
  margin-bottom: 0;
  color: #888;
}

.about-cards .about_card .custom_ul .li {
  color: #888;
}

.about-cards .about_card .custom_ul .li::before {
  -webkit-filter: none;
          filter: none;
  background: url(../images/shape-1.png) no-repeat center;
  background-size: contain;
}

.about-cards .about_card.card1 {
  background-color: var(--dark);
}

.about-cards .about_card.card1 .det {
  color: #eee;
}

.about-cards .sec-img {
  border: 20px solid #fff;
}

.about-cards2 .sec-img {
  height: 450px;
  border: 20px solid #fff;
  border-radius: 0;
}

/**********************************************
    Start Edit doctors page 
**********************************************/
.doctors-pg .swiper-slide {
    height: auto;
}
.doctors-pg .dr_card {
  background-color: #fff;
  position: relative;
  margin-bottom: 25px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  /*overflow: hidden;*/
  border-radius: 0;
  box-shadow: 0 0 16px 0 rgba(72, 127, 255, 0.1);
  height: calc(100% - 25px);
}
.doctors-pg .dr_card .name {
    height: 58px;
    overflow: hidden;
}
.doctors-pg .dr_card .job {
    height: 55px;
    overflow: hidden;
}
.doctors-pg .dr_card .v_shap{
    position: absolute;
    content: "";
    left: -10%;
    top: -2px;
    width: 120%;
    height: calc(100% + 4px);
    transform: scaleX(0);
    opacity: 0;
    transition: all 0.4s ease;
    pointer-events: none;
}

.doctors-pg .dr_card .v_shap::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent , #192d6a, #192d6a , transparent);
    pointer-events: none;
}

.doctors-pg .dr_card .v_shap::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent , #192d6a, #192d6a , transparent);
    pointer-events: none;
}

.doctors-pg .dr_card .h_shap{
    position: absolute;
    content: "";
    top: -10%;
    left: -2px;
    height: 120%;
    width: calc(100% + 4px);
    transform: scaleY(0);
    opacity: 0;
    transition: all 0.4s ease;
    pointer-events: none;
}

.doctors-pg .dr_card .h_shap::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to top, transparent , #192d6a, #192d6a , transparent);
    pointer-events: none;
}

.doctors-pg .dr_card .h_shap::after{
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to top, transparent , #192d6a, #192d6a , transparent);
    pointer-events: none;
}

.doctors-pg .dr_card:hover .v_shap{
    transform: scaleX(1);
    opacity: 1;
}

.doctors-pg .dr_card:hover .h_shap{
    transform: scaleY(1);
    opacity: 1;
}

.doctors-pg .dr_card .img-box {
  height: 255px;
}

.doctors-pg .dr_card .img-box .sec-img{
    object-position: top;
}

.doctors-pg .dr_card .card-body {
  padding: 1.5rem;
  text-align: center;
}

.doctors-pg .dr_card .card-body .butn {
  margin: auto;
}

/*.doctors-pg .dr_card:hover {*/
/*  -webkit-box-shadow: 0 0 16px 0 rgba(72, 127, 255, 0.2);*/
/*          box-shadow: 0 0 16px 0 rgba(72, 127, 255, 0.2);*/
/*}*/

/**********************************************
    Start Edit management page 
**********************************************/
.management-pg .inner {
  position: relative;
  padding: 0 1vw;
  border-radius: 15px;
}

.management-pg .inner .text-box {
  padding: 10px;
}

.management-pg .inner .mnger_card {
  height: 350px;
  position: relative;
  border-radius: 15px;
  overflow: hidden ;
}

.management-pg .inner .mnger_card::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  z-index: 1;
  opacity: 0;
  background-color: rgba(18, 56, 100, 0.7);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.management-pg .inner .mnger_card .content {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.5);
          transform: translateY(-50%) scale(0.5);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  z-index: 5;
}

.management-pg .inner .mnger_card:hover::before {
  opacity: 1;
}

.management-pg .inner .mnger_card:hover .content {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

/*.management-pg .inner::before {*/
/*  content: '';*/
/*  width: 35%;*/
/*  height: 45%;*/
/*  background-color: var(--primary);*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: -45px;*/
/*}*/

/**********************************************
    Start Edit ceo page 
**********************************************/
.ceo-pg .sec-img {
  height: 500px;
  border-radius: 15px;
}

.ceo-pg .card-body {
      padding: 4vw;
    background-color: #ECF1F7;
    margin-top: -50px !important;
    position: relative;
    z-index: 2;
    /* -webkit-box-shadow: 0 30px 60px 0 rgb(0 0 0 / 5%); */
    /* box-shadow: 0 30px 60px 0 rgb(0 0 0 / 5%); */
    border-radius: 20px !important;
    overflow: hidden;
}

.ceo-pg2 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 500px;
  position: relative;
  padding: 70px 0;
}

.ceo-pg2 .box .card-body {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.05);
  padding: 4vw 2vw;
}

.ceo-pg2 .board_box {
  background-color: #fff;
  padding: 4vw;
}

.ceo-pg2 .board_box .accordion-item {
  border-radius: 0;
  margin-bottom: 25px;
  border: 1px solid #eee !important;
}

.ceo-pg2 .board_box .accordion-item .accordion-button .sm_img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.ceo-pg2 .board_box .accordion-item .accordion-button .content .name {
  color: var(--dark);
}

.ceo-pg2 .board_box .accordion-item .accordion-button .content .job {
  color: #000;
}

.ceo-pg2 .board_box .accordion-item .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}

.ceo-pg2 .board_box .accordion-item .accordion-body .sec-img {
  height: 400px;
}

.ceo-pg2 .board_box .accordion-item .accordion-body .text-box .job {
  color: #888;
}

.ceo-pg2 .board_box .accordion-item .accordion-body .text-box .det {
  color: #888;
}

.ceo-pg2 .board_box .accordion-button:not(.collapsed) {
  background-color: #f9f9f9;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ceo-pg2 .board_box .accordion-button:not(.collapsed) .name {
  color: var(--secondary) !important;
}

.ceo-pg2 .board_box .accordion-button:focus {
  border-color: transparent;
}

/**********************************************
    Start Edit accreditation page 
**********************************************/
.accreditation-pg {
  position: relative;
}



.accreditation-pg .inner {
    /*border-radius: 15px;*/
}

.accreditation-pg .inner .text-box {
  /*padding: 4vw 3vw;*/
  padding: 20px;
}

.accreditation-pg .inner .text-box h1 {
    font-size: 28px;
}

.accreditation-pg .inner .text-box .head {
  position: relative;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  -webkit-border-start: 4px solid var(--primary);
          border-inline-start: 4px solid var(--primary);
}

.accreditation-pg .inner .text-box .det {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.accreditation-pg .img {
    position: relative;
    padding: 20px;
    margin-bottom: 40px;
}

.accreditation-pg .img:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 250px;
    height: 250px;
    max-width: 40%;
    max-height: 40%;
    background-color: #192d6a;
    clip-path: polygon(0 0, 100% 0, 50% 50%, 0% 100%);
}

.accreditation-pg .img:after{
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 250px;
    height: 250px;
    max-width: 40%;
    max-height: 40%;
    background-color: #2be2b9;
    clip-path: polygon(50% 50%, 100% 0, 100% 100%, 0% 100%);
}

.accreditation-pg .inner .sec-img {
  height: 100%;
  /*min-height: 500px;*/
  height: 500px !important;
  /*border: 20px solid #fff;*/
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}

.accreditation-pg .pattern_2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0.1;
}

/**********************************************
    Start Edit jobs page 
**********************************************/
.jobs-pg .job_card {
  padding: 3vw;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 15px;
  height: calc(100% - 30px);
}

.jobs-pg .job_card .head {
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}

.jobs-pg .job_card .head .sm_img {
  width: 100px;
  height: 100px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

.jobs-pg .job_card .categ {
  font-weight: bold;
}

.jobs-pg .job_card .date {
  color: #536288;
  font-size: 14px;
  font-weight: 500;
}

.jobs-pg .job_card:hover {
  -webkit-box-shadow: 0 0 30px #0002;
          box-shadow: 0 0 30px #0002;
}

/**********************************************
    Start Edit jobs page 
**********************************************/
.jobs-det .img-box {
  height: 650px;
  position: relative;
}

.jobs-det .img-box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -40px;
  right: -40px;
  display: block;
  background-color: #1E5DBC;
}

.jobs-det .img-box .sec-img {
  -o-object-position: top;
     object-position: top;
}

.jobs-det .box {
  position: relative;
  z-index: 6;
  width: 115%;
  padding: 4vw;
  background-color: #fff;
  -webkit-box-shadow: 0 0 16px 0 rgba(72, 127, 255, 0.2);
          box-shadow: 0 0 16px 0 rgba(72, 127, 255, 0.2);
  margin-top: 100px;
  border-radius: 15px;
}

.jobs-det .box .form-group {
  margin-bottom: 1rem;
}

.jobs-det .box .form-group .label {
  font-weight: bold;
  color: var(--dark);
  margin-bottom: .5rem;
  font-size: 14px;
}

.jobs-det .box .form-group .form-control {
  background-color: #F5F9FE;
  border: 1px solid #F5F9FE;
}

.jobs-det .box .uploading_box input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.jobs-det .box .uploading_box .input-group-btn {
  background-color: #1E5DBC;
  color: #fff;
  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;
}

.jobs-det .box .uploading_box .input-group-btn .btn {
  min-width: 115px;
  -webkit-border-end: 1px solid #ccc;
          border-inline-end: 1px solid #ccc;
}

.jobs-det .box .uploading_box .input-group-btn .browse-button-text {
  color: #fff;
}

.jobs-det .box .uploading_box .input-group-btn .clear-button {
  color: #fcc0c0;
}

.jobs-det .box .uploading_box .input-group-btn i {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

iframe {
   border-radius: 15px; 
}
/**********************************************
    Start Edit news page 
**********************************************/
.news-pg .news_card {
  position: relative;
  background-color: #fff;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
  min-height: 520px;
}

.news-pg .news_card .sec-img {
  height: 250px;
  border-radius: 0;
  margin-bottom: 20px;
}

.news-pg .news_card .sec-img .info {
    padding: 30px;
}

.news-pg .news_card .sec-img .info p {
    margin-bottom: 15px;
}


.news-pg .news_card .det {
  margin-bottom: 0;
  height: 55px;
  overflow: hidden;
  color: #888;
}

.news-pg .news_card .content {
  padding: 2rem 1.5rem;
}

.news-pg .news_card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0 30px #0001;
          box-shadow: 0 0 30px #0001;
}

.news-pg.conferences_sec .news_card {
    border-radius: 0;
    text-align: center;
}

.news-pg.conferences_sec .news_card .imgg {
    position: relative;
    overflow: hidden;
}

.news-pg.conferences_sec .news_card .imgg:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: all 0.3s ease;
}

.news-pg.conferences_sec .news_card .sec-img{
    height: 300px;
    border-radius: 0;
    transition: all 1s linear;
    margin: 0;
}

.news-pg.conferences_sec .news_card:hover .imgg:after{
    opacity: 0.5;
}

.news-pg.conferences_sec .news_card:hover .imgg .sec-img{
    transform: scale(1.2) rotate(-1deg);
}

/**********************************************
    Start Edit media page 
**********************************************/
.media-pg .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.media-pg .nav .nav-link {
  background-color: #f7f7f7;
  margin: 0 10px;
  min-width: 150px;
  padding: 1.2rem 1rem;
  border-radius: 10px;
  color: var(--dark);
  text-transform: capitalize;
}

.media-pg .nav .nav-link .icon {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 8px auto;
  -webkit-filter: invert(16%) sepia(65%) saturate(1278%) hue-rotate(199deg) brightness(93%) contrast(99%);
          filter: invert(16%) sepia(65%) saturate(1278%) hue-rotate(199deg) brightness(93%) contrast(99%);
}

.media-pg .nav .nav-link.active {
  color: #fff !important;
  background-color: var(--dark) !important;
}

.media-pg .nav .nav-link.active .icon {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

.media-pg .tab_wrapper {
  padding: 2vw;
  background-color: #f5f5f5;
}

.media-pg .tab_wrapper .media_card {
  position: relative;
  height: 250px;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 15px;
}

.media-pg .tab_wrapper .media_card .content {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  z-index: 5;
}

.media-pg .tab_wrapper .media_card .content .icon {
  font-size: 40px;
  color: #fff;
}

.media-pg .tab_wrapper .media_card::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  z-index: 1;
  background-color: rgba(25, 45, 106, 0.4);
}

.media-pg .tab_wrapper .media_card.lg_card {
  height: 450px;
}

.media-pg .tab_wrapper .media_card.lg_card .icon {
  font-size: 70px;
}

.file_card {
  padding: 30px;
  background-color: #fff;
  position: relative;
  margin-bottom: 50px;
  border-radius: 15px;
  /*overflow: hidden ;*/
}

.file_card .icon {
  width: 55px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 20px auto;
}

.file_card .butn {
    margin: 20px auto 0;
    -webkit-box-shadow: 0px 0px 20px 0 #0001;
    /* box-shadow: 0px 0px 20px 0 #0002; */
    border: 1px solid transparent;
    padding: 10px 30px;
}

.file_card .butn .icon_pdf {
  width: 30px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

/**********************************************
    Start Edit contact page 
**********************************************/
.contact-pg .inner {
  padding: 4vw 3vw;
}

.contact-pg .inner .head {
  position: relative;
}

.contact-pg .inner .head .title {
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  -webkit-border-start: 6px solid var(--primary);
          border-inline-start: 6px solid var(--primary);
      border-radius: 0;
}

.contact-pg .inner .contact_card {
  position: relative;
  padding: 25px;
  border-radius: 15px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-color: #F5F9FE;
  
}

.contact-pg .inner .contact_card .icon_outer {
  width: 100px;
  height: 100px;
  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;
  background-color: var(--dark);
  border-radius: 20px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.contact-pg .inner .contact_card .icon_outer .icon {
  height: 35px;
  width: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
  border-radius: 0;
}

.contact-pg .inner .contact_card .content {
  width: calc(100% - 120px);
}

.contact-pg .inner .contact_card .content .title {
  font-weight: bold;
  color: var(--dark);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.contact-pg .inner .contact_card .content .p {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  color: #7F7E87;
  font-size: 18px;
}

.contact-pg .inner .contact_card:hover {
  background-color: var(--dark);
}

.contact-pg .inner .contact_card:hover .icon_outer {
  background-color: #fff;
}

.contact-pg .inner .contact_card:hover .icon_outer .icon {
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.contact-pg .inner .contact_card:hover .title,
.contact-pg .inner .contact_card:hover .p {
  color: #fff;
}

.contact-pg .inner iframe {
  border-radius: 20px;
}

.contact-pg .branches_select {
  min-height: 60px;
  border: 0;
  background-color: #F5F9FE;
  border-radius: 10px;
}

.dropDown {
  position: relative;
}

.dropDown:hover .dropDownMenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  pointer-events: all;
}

.dropDown .dropDownMenu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 150%;
  left: 0;
  padding: 10px 0;
  background-color: #fff;
  min-width: 230px;
  -webkit-box-shadow: 0 0 20px #0001;
          box-shadow: 0 0 20px #0001;
}

.dropDown .dropDownMenu::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#1DA1DE), color-stop(#00FBA4), to(#01EDF2));
  background: linear-gradient(to right, #1DA1DE, #00FBA4, #01EDF2);
}

.dropDown .dropDownMenu .dropdown-items {
  position: relative;
  text-transform: capitalize;
  padding: 7px 20px;
}

.dropDown .dropDownMenu .dropdown-items:hover .subDropDown {
  opacity: 1;
  visibility: visible;
  top: 0;
  pointer-events: all;
}

.dropDown .dropDownMenu .dropdown-items .subDropDown {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 100%;
  right: 100%;
  padding: 10px 0;
  background-color: #fff;
  min-width: 230px;
  -webkit-box-shadow: 0 0 20px #0001;
          box-shadow: 0 0 20px #0001;
}

.dropDown .dropDownMenu .dropdown-items .subDropDown::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#1DA1DE), color-stop(#00FBA4), to(#01EDF2));
  background: linear-gradient(to right, #1DA1DE, #00FBA4, #01EDF2);
}

.dropDown .dropDownMenu .dropdown-items .subDropDown .subLink {
  position: relative;
  text-transform: capitalize;
  padding: 7px 0 7px 20px;
}

.dropDown .dropDownMenu .dropdown-items .subDropDown .subLink .alert {
  position: absolute;
  top: 9px;
  left: calc(100% + 8px);
  border: 0;
  font-size: 8px;
  text-transform: uppercase;
  padding: 2px 10px;
  font-weight: bold;
}

.dropDown.megaMenu {
  position: relative;
}

.dropDown.megaMenu .dropDownMenu {
  left: 0%;
  /*-webkit-transform: translateX(-50%);*/
  /*        transform: translateX(-50%);*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  padding-top: 5px;
}

.dropDown.megaMenu .dropDownMenu .dropdown-items {
  padding: 0;
  border-right: 1px solid #9993;
}

.dropDown.megaMenu .dropDownMenu .dropdown-items:last-of-type {
  border: 0;
}

.dropDown.megaMenu .dropDownMenu .dropdown-items .menuLink {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  display: none;
}

.dropDown.megaMenu .dropDownMenu .subDropDown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  position: relative;
  top: 0;
  right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  padding: 0;
  padding-top: 5px;
}

.dropDown.megaMenu .dropDownMenu .subDropDown::before {
  display: none;
}

.dropDown.megaMenu .dropDownMenu .subDropDown .subLink {
  font-size: 13px;
    width: 100%;
    padding: 12px 15px;
    display: block;
    border-bottom: 1px solid #9992;
    font-weight: bold;
}

.dropDown.megaMenu .dropDownMenu .subDropDown .subLink:hover{
    border-color: var(--primary) !important;
}

.megaMenu.col2 .dropDownMenu {
  min-width: 650px;
}

.megaMenu.col2 .dropDownMenu .dropdown-items {
  width: 50%;
}

.megaMenu.col3 .dropDownMenu {
    min-width: fit-content;
}

.megaMenu.col3 .dropDownMenu .dropdown-items {
  width: 100%;
}

.megaMenu.col4 .dropDownMenu {
  min-width: 1000px;
}

.megaMenu.col4 .dropDownMenu .dropdown-items {
  width: 25%;
}

.left_to_right_apperance {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.left_to_right_apperance.animated {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.left_to_right_apperance.no_scale {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.rotate-center {
  -webkit-animation: rotate-center 1s linear infinite both;
  animation: rotate-center 1s linear infinite both;
}

.trans_delay_1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.trans_delay_2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.trans_delay_3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.trans_delay_4 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.trans_delay_5 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.trans_delay_6 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.trans_delay_7 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.trans_delay_8 {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.trans_delay_9 {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

.trans_delay_10 {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}

.trans_dur_1 {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.trans_dur_2 {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

.trans_dur_3 {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

.trans_dur_4 {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

.trans_dur_5 {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

.trans_dur_6 {
  -webkit-transition-duration: 3.5s;
          transition-duration: 3.5s;
}

.trans_dur_7 {
  -webkit-transition-duration: 4s;
          transition-duration: 4s;
}

.trans_dur_8 {
  -webkit-transition-duration: 4.5s;
          transition-duration: 4.5s;
}

.trans_dur_9 {
  -webkit-transition-duration: 5s;
          transition-duration: 5s;
}

.trans_dur_10 {
  -webkit-transition-duration: 5.5s;
          transition-duration: 5.5s;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-10-26 13:24:40
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
  pointer-events: none;
  border-radius: 0;
}

#preloader .logo_img {
  width: 300px;
  max-width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  opacity: 0.5;
}

#preloader:after,
#preloader:before {
  content: "";
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#1DA1DE), color-stop(#00FBA4), to(#01EDF2));
  background: linear-gradient(to right, #1DA1DE, #00FBA4, #01EDF2);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#preloader:before {
  top: 0;
}

#preloader:after {
  bottom: 0;
}

#preloader.isdone {
  visibility: hidden;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

#preloader.isdone #loading-wrapper {
  opacity: 0;
  -webkit-transform: scale(3);
          transform: scale(3);
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

#preloader.isdone:after,
#preloader.isdone:before {
  height: 0;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

/*----------- upload loader ------------*/
#loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #0005;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0;
}

#loading-wrapper.show {
  display: block;
}

#loading-text {
  display: block;
  position: absolute;
  top: calc(50% - 38px);
  left: 50%;
  color: #fff;
  width: 100px;
  height: 100px;
  margin: -7px 0 0 -45px;
  text-align: center;
  font-size: 20px;
}

#loading-text img {
  width: 100px;
}

#loading-content {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
  border: 3px solid #F00;
}

#loading-content:after {
  content: "";
  position: absolute;
  border: 3px solid #0F0;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}

#loading-content:before {
  content: "";
  position: absolute;
  border: 3px solid #00F;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}

#loading-content {
  border: 3px solid transparent;
  border-top-color: var(--primary);
  border-bottom-color: var(--primary);
  border-radius: 50%;
  -webkit-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
}

#loading-content:before {
  border: 3px solid transparent;
  border-top-color: #0aafde;
  border-bottom-color: #0aafde;
  border-radius: 50%;
  -webkit-animation: loader 3s linear infinite;
  animation: loader 3s linear infinite;
}

#loading-content:after {
  border: 3px solid transparent;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  -webkit-animation: loader 1.5s linear infinite;
  animation: loader 1.5s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
}

@-webkit-keyframes loaders {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#content-wrapper {
  color: #FFF;
  position: fixed;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100%;
}

#header {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  height: 100px;
  background-color: #666;
}

#content {
  width: 800px;
  height: 1000px;
  margin: 0 auto;
  text-align: center;
  background-color: #888;
}

/*# sourceMappingURL=style.css.map */
.services-det-pg .service_card .det ,
.services-det-pg .service_card p {
    height: auto;
    overflow: unset;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: start !important;
}
.services-sec.services-pg .service_card {
    text-align: center;
    border: 1px solid #9994;
    margin-top: 30px;
    height: calc(100% - 30px);
}

.services-sec.services-pg .service_card .icon {
    margin: auto;
    margin-bottom: 20px;
}

.services-sec.services-pg .service_card .more_butn {
    margin: auto;
    border: 1px solid #9993
}

.accreditation-pg ol li {
    margin: 15px 0;
    font-size: 16px;
    font-weight: 600;
}

.btn_appointment{
    position: fixed;
    left: 0;
    top: calc(50% - 30px);
    z-index: 8;
    border-radius: 0 15px 15px 0;
    font-size: 14px;
    text-transform: capitalize;
    align-items: center;
    /*width: 215px;*/
    padding: 15px;
    background: #fff !important;
    border: 1px solid #9993;
    box-shadow: 7px 7px 0 #0001;
    transition: all 0.3s ease;
}

.btn_appointment:hover{
    border: 1px solid #15b5ce;
    box-shadow: 7px 7px 0 #15b5ce;
}

.btn_appointment img{
    width: 40px;
    height: 40px;
}

.btn_appointment b{
    opacity: 0;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn_appointment:hover b{
    opacity: 1;
    width: 150px;
    margin-inline-start: 15px;
}

.numbers_sec_new .num_card {
    padding: 20px;
    background-color: #F5F9FE;
    /* border: 1px solid #9993; */
    position: relative;
}

.numbers_sec_new .num_card::after{
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    height: 100%;
    width: 30%;
    background-image: url(../images/pattern-1.png);
    background-size: 200%;
}

.main_text_section{
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}
.main_text_section .shap{
    position: absolute;
    right: 0;
    bottom: -50%;
    height: 150%;
    max-height: unset;
    object-fit: contain;
    object-position: center;
    animation: rotate-scale-up 30s linear infinite both;
    opacity: 0.5;
}
.main_text_section .sub_title{
    position: relative;
    display: inline-block;
    padding-right: 150px;
}
.main_text_section .sub_title::after{
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 100px;
    height: 1px;
    background-color: var(--dark);
}
.main_text_section .sub_title .icon img{
    width: 20px;
    display: inline-block;
}

@keyframes rotate-scale-up {
    0% {
        -webkit-transform: scale(1) rotateZ(0);
                transform: scale(1) rotateZ(0);
    }
    50% {
        -webkit-transform: scale(1.5) rotateZ(180deg);
                transform: scale(1.5) rotateZ(180deg);
    }
    100% {
        -webkit-transform: scale(1) rotateZ(360deg);
                transform: scale(1) rotateZ(360deg);
    }
}


/*----------- */
.about_video {
    position: relative;
    padding: 100px 0;
    background-image: url(../images/vid_back.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

.about_video::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-45deg ,#192D6A , #15b5ce);
    opacity: 0.7;
}

.about_video .content {
    position: relative;
    z-index: 10;
}

.about_video .icon {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #192D6A;
    font-size: 30px;
    margin: auto;
}

.about_video .icon::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    animation: play_btn 1.5s linear infinite;
    border-radius: 50%;
    z-index: -1;
}


/* ---- animation ---- */

    @keyframes play_btn {
        0% {
            transform: scale(0);
            opacity: 0; 
        }
        40% {
            transform: scale(0.5);
            opacity: 0; 
        }
        75% {
            transform: scale(1);
            opacity: 1; 
        }
        100% {
            transform: scale(1.4);
            opacity: 0; 
        } 
    }
    
    
    /*---------- call action ----------*/
    .call_box{
        padding: 100px 0;
        position: relative;
        color: #fff;
    }
    
    .call_box .container {
        position: relative;
        z-index: 10;
    }

    .call_box::after{
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/feedback-bg-1.png);
        background-size: cover;
    }
    .call_box .info{
        display: flex;
        align-items: center;
    }
    .call_box .info .icon img{
        margin-inline-end: 30px;
        flex-shrink: 0;
        width: 70px;
        height: 70px;
        position: relative;
        top: -3px;
        filter: invert(91%) sepia(93%) saturate(23%) hue-rotate(254deg) brightness(1000%) contrast(100%);;
    }

    .call_box .info p{
        font-size: 25px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-bottom: 15px;
    }

    .call_box .info h2 {
        margin: 0;
        font-weight: bold;
    }

    .call_box .butn{
        background-color: #192D6A;
        color: #fff;
        letter-spacing: 2px;
        padding: 20px 40px;
        display: inline-flex;
    }

    .call_box .butn:hover{
        background-color: #fff;
        color: #192D6A !important;
    }
    
    /*-------- */
    .jops_list .list_content .list_item {
        margin-bottom: 20px;
        padding: 30px;
        background-color: #fff;
    }


/*-----------------*/
.nursing_2 .text_item{
    padding: 20px 0;
    border-bottom: 1px solid #9992;
    display: flex;
}
.nursing_2 .text_item:last-of-type{
    border: 0;
}
.nursing_2 .text_item .icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    box-shadow: 0 0 20px #0001;
    margin-inline-end: 20px;
    flex-shrink: 0;
}

.nursing_2 .text_item .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nursing_2 .text_item p{
    font-size: 17px;
    color: #000;
    margin: 0;
    line-height: 2;
    position: relative;
    top: 5px;
    font-weight: bold;
}

.nursing_2 .accordion-item{
    border: 0;
    padding: 5px;
    background-color: #f9f9f9;
    margin-top: 15px;
}

.nursing_2 .accordion-item .accordion-button {
    font-weight: bold;
    box-shadow: none;
    color: #000;
    background: #fff;
}

body{
    font-weight: 600;
}
