@font-face {
  font-family: source-sans-pro;
  src: url(../fonts/SourceSansPro-Regular.otf);
}

@font-face {
font-family: FSLolaWeb;
src: url(../fonts/FSLolaWeb-Regular.woff) format("woff");
}
@font-face {
font-family: FSLolaWeb;
src: url(../fonts/FSLolaWeb-Bold.woff) format("woff");
font-weight: bold;
}

@font-face {
font-family: FSLolaWeb;
src: url(../fonts/FSLolaWeb-Italic.woff) format("woff");
font-weight: bold;
font-style: italic;
}

body{
  font-family: source-sans-pro !important;
  -webkit-font-smoothing: antialiased;
}
h1 { font-family: FSLolaWeb !important;   font-weight: bold; }
h2 { font-family: FSLolaWeb !important;  font-weight: bold;}
h3 { font-family: FSLolaWeb !important;   font-weight: bold; }
h4 { font-weight: bold;  font-family: FSLolaWeb !important; } 
h5 { font-family: FSLolaWeb !important;  font-weight: bold; }
h6 { font-family: FSLolaWeb !important;  font-weight: bold; }


p {font-family: source-sans-pro !important; font-weight: normal; }
span {font-family: source-sans-pro !important; font-weight: normal; }

/* .col-sm-6{
  width: 50%;
} */
.bg-green{
  background-color: green;
}
.bg-blue{
  background-color: blue;
}
.bg-red{
  background-color: red;
}
.bg-yellow{
  background-color: yellow;
}
.bg-gray{
  background-color: gray;
}
.bg-black{
  background-color: black;
}
.bg-orange{
  background-color: orange;
}
.bg-greenyellow{
  background-color: greenyellow;
}
.bg-skyblue{
  background-color: skyblue;
}
.icddrb-red-bg{
  background-color: rgb(227 72 35);
}
.icddrb-pink-bg{
  background-color: #D0237B;
}
.icddrb-sea-blue-bg{
  background-color: rgb(33 88 114);
}
.text-color{
  color: #428bca;
}
.row-divider-sky-blue {
  border-bottom: 1px solid #78C7C9;

}
.upper-top-nav{
  background-color: #125974;
}
.news .text-color:hover, .text-color:focus {
  color: #2a6496;

}
.news .news-title {
  font-family: FSLolaWeb !important; 
}
.navbar-custom {
    background-image: url('../../frontend/image/navbar_background.webp'); /* Background image */
    background-size: cover;
    
      padding-top: 1.5rem; /* Top padding */
      padding-bottom: 1.5rem; /* Bottom padding */
      box-shadow: 0 0 10px rgba(0,0,0,0.1); /* Adding shadow */
  }
  
  .nav .icddrb-pink-bg{
    line-height: 1;
    text-align: center;
  }
  .nav .icddrb-red-bg small{
    font-size: 10px;
  }
  .navbar-custom .navbar-nav .nav-link {
    color: #333; /* Navbar link color */
    position: relative;
    font-weight: bold;
    
  }
  .col-divider {
    border-right: 1px solid #ccc;
  }
  .row-divider {
    border-bottom: 1px solid #ccc;
  }
  .col-divider-color {
    border-right: 1.5px solid #125974;
}
  .main-navbar .dropdown-mega {
    /* border-right: 1px solid #ccc; */
    height: 30px;
  }
  .main-navbar .dropdown-mega:last-of-type {
    border-right: none;
  }
  .navbar-custom  .navbar-nav .nav-link{
    padding: 4px 20px 0px 20px;
  }
 
  .main-navbar .dropdown-toggle::after {
    display: inline-block;
    margin-left: 1.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.4em solid;
    border-right: .4em solid transparent;
    /* border-bottom: 133px; */
    border-left: .4em solid transparent;
}

  .navbar-custom .navbar-nav .nav-link:hover {
    color: #555; /* Navbar link hover color */
  }

 
  .transition-animation-nav1::after{
    content: ''; /* Empty content for the pseudo-element */
    position: absolute; /* Position it absolutely relative to .nav-link */
    left: 0;
    bottom: 0; /* Align it to the bottom of the .nav-link */
    width: 0; /* Start with width 0 */
    height: 2px; /* Thickness of the underline */
    background-color: #076d70; /* Color of the underline */
    transition: width 0.6s ease; /* Animation for the underline */
}

/* Underline animation on hover */
 .transition-animation-nav1:hover::after{
    width: 100%; /* Expand the underline to full width on hover */
}


  .upper-nav {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1000;
    transition: top 0.3s ease;
    font-size: 14px;
  }
  .upper-nav .container-fluid {
    padding: 0px 0;
  }
  .navbar.navbar-custom {
    /* position: fixed; */
    /* top: 0px; */
    /* width: 100%; */
    background-color: #fff;
    z-index: 999;
    transition: top 0.3s ease;
  }
  .navbar.navbar-custom.sticky-padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar.navbar-custom.sticky-padding .navbar-brand img{
    height: 30px;

  }

  .main-nav .collapse.show.navbar-collapse .non-mobile-none .navbar-nav .menu-item .menu-item-content a{
    color: #ffff;
  }
  .main-nav .extra_sticky{
    background-color: #EFF3F4;
  }
  .upper-nav .join-us{
    background-color: rgb(238 137 31);
  
  }
  .upper-nav .topmenu-item:hover{
    background-color: #ffffff;
  }
  .upper-nav .topmenu-item:hover .top-nav-text{
    color: rgb(53, 164, 180);
  }
  .upper-nav .topmenu-item .top-nav-text{

    color: rgb(255, 255, 255);
  }
   .display-none{
    display: none;
  }
  .main-nav .nav-link.show.sticky-height{
    height: 61px;
  }
  .main-nav .fa-chevron-right:before {
      margin: 3px;
  }
  .main-nav .menu-description{
    font-size: 18px;
  }
  .main-nav .list-menu{
    font-size: 1rem;
    border-top: 1px dotted #000 !important;
  }
  .main-nav .menu-list a:hover{
    background-color: rgb(230,231,232);
    color: #020202;
    font-weight: 500;
    padding-left: 5px !important;
  }
  .main-nav h5 a{
    width: 100%;
  }
  
  .main-nav .list-group{
    font-size: 0.8rem;
  }
  .upper-nav .nav-search{
    padding-top: 7px;
  }
  .main-nav .collapse.show.navbar-collapse{
    position: fixed;
      top: 0;
      right: 0;
      background-color: #345E77;
      padding: 10px 39px;
      margin-right: 0px;
      width: 76%;
      height: 100%;
      overflow: scroll;
     
  }
   .navbar-custom .close-btn {
    position: absolute;
      top: 0%;
      right: 10%;
      font-size: 30px;
      cursor: pointer;
      color: #ffff;
  }
  /* @media (max-width: 991.98px) {
    .show.navbar-collapse {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      background: #fff;
      width: 100%;
      height: 100vh;
      z-index: 1050;
      overflow-y: auto;
      padding: 1rem;
      transition: transform 0.3s ease-in-out;
      transform: translateX(0%);
    }
  
  } */
  .main-nav .menu-item {
    padding: 8px 0px;
    border-bottom: 1px solid rgb(182 183 186);
    text-transform: uppercase;
  }
  
  .main-nav .submenu .menu-item {
    padding: 1px 20px;
    text-transform: capitalize;
  }
  
  .main-nav .menu-item-content {
    display: flex;
    align-items: center;
  
    cursor: pointer;
  
  }
  .main-nav .menu-item-content span {
    font-weight: bold;
    font-size: 14px;
   
  }
  .main-nav .collapse.show.navbar-collapse .non-mobile-none .navbar-nav .menu-item .menu-item-content a{
    color: #ffff;
  }
  
  .main-nav .collapse.show.navbar-collapse .non-mobile-none .navbar-nav .menu-item .menu-item-content .fa-chevron-down, .fa-chevron-right{
    color: #ffff;
  }
  .main-nav .menu-item-content a {
    color: black;
    text-decoration: none;
    margin-right: 10px;
  }
  .main-nav .submenu {
    transition: max-height 0.3s ease-out;
    overflow: hidden;
  }
  
  /* Style for toggle icon */
  .main-nav .fa-chevron-down, .fa-chevron-right {
    transition: transform 0.3s ease-out;
  }
  
  .main-nav .fa-chevron-down {
    transform: rotate(0deg);
  }
  
  .main-nav .fa-chevron-right {
    transform: rotate(0deg);
  }


.main-navbar{
  font-size: 14px;
}

  @media (min-width: 1024px) {
    .dropdown-menu.shadow{
      margin-top: -1px;
      height: auto;
      width: 100%;
      padding: 20px 0px 20px 40px;
      z-index: -1;
      border-top:1px solid #ccc;
      
    }
    .nav-link.show.sticky-height{
      margin-top: -15px;
      margin-bottom: -60px;
      height: 61px;
      padding: 17px 20px;
    }

   
    .nav-link.show{
      background-color: white;
      margin-top: -25px;
      margin-bottom: 0px;
      height: 82px;
      align-content: center;
      padding: 40px 0px;
      
      font-weight: bold;
      
    }
    .main-navbar .dropdown-mega .dropdown-menu .mega-content .card img{
      height: auto;
        width: 100%;
    }
    .main-navbar .dropdown-mega .dropdown-menu .mega-content .list-group .list-group-item{
      border: none;
     /* border-bottom: 1px dotted #000 !important; */
      border-radius: unset;
      padding: 0rem 0rem;
    }
    .main-navbar .dropdown-mega .dropdown-menu .mega-content h5{
      margin-top:10px;
      color: #076d70;
    }
    .main-navbar .dropdown-mega .dropdown-menu .mega-content h5 a{
      color: #076d70;
      text-decoration: none;
      display: block;
      padding: 0.35rem 0rem;
  
    }
    .main-navbar .dropdown-mega .dropdown-menu .mega-content h5 a:hover{
      
      font-weight: 500;
  
    }
  }
  @media (min-width: 768px) {
    .navbar-custom {
      padding-top: 12px; /* Top padding for desktop */
      padding-bottom: 12px; /* Bottom padding for desktop */
    }
  }

  @media (max-width: 767.98px) {
    .navbar-custom {
      padding-top: 3rem; /* Top padding for mobile */
      padding-bottom: 3rem; /* Bottom padding for mobile */
    }
  }

  .navbar-custom.scrolled {
    padding-top: 0; /* Remove top padding on scroll */
    padding-bottom: 0; /* Remove bottom padding on scroll */
  }
  
  .background-gray{
    background-color: #ddd;
  }

  /*carousel start */
  .carousel-item img{
    height: auto;
  }
  .carousel-indicators {
    position: relative;
    bottom: 65px;
    justify-content: start;
    width: auto;
    margin-left: 0px;
  }

  .carousel-indicators button {
    background-color: #456a74 ;
    border: none;
    width: 15px !important;
    height: 15px !important;
    margin: 0 5px !important;
    border-radius: 50%;
    
  }

  .carousel-indicators button.active {
    background-color: #fff;
    border: 1px solid #125974;
    margin: 10px 5px !important;
    
  }
  .messenger-icon {
    position: fixed;
    
    bottom: 20px;
    right: 20px; /* Adjust as needed */
    transform: translateY(-50%);
  }
  .carousel-item {
    position: relative;
  }

  .carousel-text {
    padding: 100px 0px 20px 0px;
    height: 100%;
  }

  .carousel-text h3 {
    margin-bottom: 15px;
    color: #125974;
    font-weight: bold;
    
    
    /* font-weight: 1.1; */
    line-height: 1;
    font-size: 38px;
    text-transform: uppercase;
  }
  .main-slider a{
    text-decoration: none;
  }
  .main-slider .carousel-text p {
    margin-bottom: 35px;
    color: #125974;
 
    font-weight: 1.1;
    line-height: 30px;
    font-size: 24px;
    margin-top: 25px;
  }
  .main-slider .carousel-text button {
    color: white;
    padding: 2px 20px;
    background-color: #5bacb7;
    font-size: 14px;
  }
  .main-slider{
    background-color :rgb(177 222 221) ;
    
  }
  .multi-colored-border {
    position: relative;
    padding-bottom: 10px; /* space for border */
}

.multi-colored-border::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px; /* height of border */
    background: 
        linear-gradient(
            to right, 
            #991361 20%, 
            #991361 10px,
            #e89201 10px, 
            #e89201 20px,
            #7c7b7b 20px, 
            #7c7b7b 30px,
            #82c8c9 30px, 
            #82c8c9 35px, 
            #5bacb7 35px, 
            #5bacb7 40px, 
            #29799c 40px, 
            #29799c 45px, 
            #1b5571 45px, 
            #1b5571 60% 
        );
    z-index: -1; /* Ensure it sits behind content */
}
  .row-divider-2px {
    border-bottom: 2px solid #78C7C9;

  }

  .carousel-text p {
    margin-bottom: 0;
    color: #fff;
  }
  .carousel-control-next, 
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    /* justify-content: center; */
     width: 4%; 
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
.carousel-control-next {
    padding-right: -1rem;
}
.carousel-control-prev {
  padding-left: -1rem;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

 

  .sea-blue {
    background-color: #044b66; /* Sea blue background */
    color: #fff; /* Text color */
    text-align: center; /* Center align text */
    
  
  }
  .most-search h6{
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-align: right;
  }
  
  .most-search i{
    margin-left: 5px;
    margin-right: 5px;
  }

  .tag-list {
    display: flex;
    gap: 4px;
    flex-wrap: wrap; /* Allow tags to wrap to the next line */
  }
  
  .tag {
    background-color: #ffffff; /* Tag background color */
    padding: 0px 5px;
    border-radius: 8px;
    font-size: 12px;
    display: inline-block; /* Display tags in a row */
    margin-right: 5px; /* Add some space between tags */
  }
  .search-portion{
    width: 100%;
    margin-left: 10px;
  }
  .most-serarch-bg{
    background-color: #d1d2d4;
    display: flex;
    justify-content: right;
    align-items: center;
    padding-right: 81.6px !important;
  }
  .most-serarch-list-bg{
    background-color: #d1d2d4;
    display: flex;
    justify-content: right;
    align-items: center;
  }

  .search-box {
    height: 30px;
    border: 1px solid #ced4da; /* Bootstrap's default border color */
    border-radius: 2px;
    font-size: 12px;
    background-color: rgb(220 241 251);
    width: 130px !important;
  }

  .search-icon {
    width: 30px;
    height: 30px;
    display: flex;
    margin-left: 0px !important;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 12px;
   
    
  }
  .tag-search{
    height: 56px;
    background-color: #C6C7C9;
  }
  .tag-list-container {
    overflow: hidden; /* Hide overflowing content */
    white-space: nowrap;
  }
  @keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
  }

  /*messege */

.message .text {
    color: #125974;
    /* -webkit-text-stroke-width: thin; */
    font-weight: bold;
}


.message .card {
    background-color: transparent;
    border: none;
 
}

.message .card .card-body {
    line-height: 1;
}

.message .introduction p {
  font-size: 15px;
  line-height: 1.2;
  color: #545454;

}
.message_title h3{
  color: #125974;
    /* -webkit-text-stroke-width: thin; */
    font-weight: bold;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .message .introduction p {
        font-size: 13px;
    }

    .message h1 {
        font-size: 24px;
    }
    .col-divider-color {
        border-right: none;
    }
    .message .card {
        margin: 0px 0px;
    }

   
}
  /* service portion  */
  .services{
    width: 100%;
  }
  .services a{
    text-decoration: none;
    padding-top: 35px;
    color: black;
  }
  .service-info{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
 
    text-align: center;
  }
  .service-image {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 0 auto;
  }

  .service-image  img {
    max-width: 100%;
  }
  a .service-info .icon img {
    width: 36px;
  }
  .service-headline {
    margin-top: 7px;
    
    height: 25px;
    font-size: 11px;
  }
/*collaboration map */
.leaflet-control-attribution{
  display: none;
}
.collaboration {
  background-color: #dcdddf;
  padding: 48px 0px 56px 0px;
}
.collaboration-text-body {
  background-color: #fff;
  height: 300px;
  font-size: 13px;
  padding: 20px;
}
.collaboration-map{
  position: relative;
  width: 100%;
  height: 300px; /* Adjust the height as needed */
 
}

.collaboration-map #map2 {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #dcdddf;
}
.map-text {
  pointer-events: none;
}
.collaboration-map .card {

  position: absolute;
  top: 50px; /* Adjust the top position of the card */
  left: 50px; /* Adjust the left position of the card */
  z-index: 3; /* Set a higher z-index value than the map and map-text */
  background-color: white;
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  display: none; /* Initially hide the card */
}
.collaboration-map .card-content {
display: flex;
align-items: center;
}
.collaboration-map .custom-marker {
margin: 0px !important;
justify-content: center;
align-items: center;
border-radius: 50%;

/* width: 20px !important;
height: 20px !important; */
color: white; /* Text color */
font-size: 10px;
font-weight: bold;
}
.collaboration-map .custom-marker2:hover{
  background-color: #5bacb7 !important;
}
.collaboration .map-text{
 text-align: center;
  padding-bottom: 30px;
}
.collaboration .map-text h3{
font-weight: bold;
color: #044b66;
/* -webkit-text-stroke-width: thin; */
/* letter-spacing: 1px; */
font-weight: bold;
}
.collaboration .map-text p{
font-size: 14px;
line-height: 1;
margin: 2px;
}
.collaboration .map-text a{
  text-decoration: none;
  color: #044b66;
  }
  .collaboration-text-body .card-collaboration .card-content .marker-details ul{
    margin-bottom: 0rem;
    padding-left: 1rem;
  }
  .collaboration-text-body .card-collaboration{
    margin-bottom: 5px;
  }
  .collaboration-text-body a{
    text-decoration: none;
    color: #044b66;
  }

/*global map marker*/
.leaflet-container{
  font: 12px/1.5 source-sans-pro !important ;
}
.leaflet-popup-content{
  width: 501px !important;
}
  .global-marker-map{
    height: 600px;
  
  }
  
  .global-marker-map #map {
    height: 600px;
    position: relative;
    z-index: 0;
    
  }
  .global-marker-map .card {
    position: absolute;
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: none;
    max-width: 500px;
    z-index: 1;
  }
  .global-marker-map .card-content {
    display: flex;
    align-items: center;
  }
  .global-marker-map .card-content img {
    max-width: 190px;
    margin-left: 10px;
  }
  .global-marker-map .marker-number{
    width: 150px;
  }
  .global-marker-map .marker-number h3{
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: rgb(33 88 114);
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 30px;
  }
  .global-marker-map .marker-number h5{
    text-align: center;
    color: rgb(33 88 114);
    text-transform: uppercase;
    margin: 0;
  }
  .global-marker-map .marker-number h6{
    font-size: 14px;
    text-align: center;
    color: rgb(33 88 114);
    margin: 0;
  }
  
  .global-marker-map .marker-details{
    width: 195px;
  }
  .global-marker-map .marker-details a{
    text-decoration: none;
    margin-top: 0px;
  }
  .global-marker-map .custom-marker {
    margin: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgb(193 74 34); 
    width: 20px !important;
    height: 20px !important;
    color: white; 
    font-size: 15px;
    font-weight: bold;
  }
  .global-marker-map .custom-marker:hover{
    background-color: #ffffff;
    color: rgb(193 74 34); 
  }
  .global-marker-map .map-text{
    width: 220px;
    position: relative;
    top: -400px;
    line-height: 1;
  }
  .global-marker-map .map-text p{
    line-height: 1.2;
    font-size: 14px;
    color: #ffff;
    margin-bottom: 2rem;
  }
  
 


  /* hospitals and division */
  .hospital-division{
    background-image: url('../../frontend/image/img/Background\ for\ Divisions.jpg');
    height: 538px;
  }
  .hospital-division .header h3{
    padding-left: 81.6px;
    color: #ffffff;
    padding-top: 32px;
    padding-bottom: 12px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .vertical-mega-menu {
    float: left;
    width: 75%;
    position: relative;
  }
  .vertical-mega-menu > ul {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px;
    height: 100%;
  }
  .vertical-mega-menu > ul > li {
    display: block;
  }
  .vertical-mega-menu > ul > li > a {
    color: #333;
    text-decoration: none;
    width: 70%;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ccc;
    
  }
  .vertical-menu-item {
    gap: 1rem;
    align-items: center;
    margin: 0 auto;
    font: 500 100%/1.5 system-ui;
  }
  .vertical-menu-item img {
    max-width: 100px;
    height: auto;
    margin-right: 10px; /* Adjust margin as needed */
   
    padding-right: 10px;
}

  .vertical-menu-item span {
    text-decoration: none;
    color: #ffffff; /* Adjust color as needed */
    vertical-align: middle;
    padding-right: 30px;
    font-size: 14px;
  }
  .vertical-mega-menu > ul > li:last-child > a {
    border-bottom: 0;
  }
  .vertical-mega-menu > ul > li .vertical-mega-submenu ul li:hover{
    background-color: rgb(43 136 151);
    
  } 
  .vertical-mega-menu > ul > li .vertical-mega-submenu {
    width: 0;
    visibility: hidden;
    position: absolute;
   
  }
 .vertical-mega-menu > ul > li:hover .vertical-mega-submenu
  {
    top: -86px;
    right: 0;
    left: 100%;
    z-index: 99; 
    padding: 50px 0px;
    background-color: #125974;
    color: #ffffff;
    overflow: hidden;
    visibility: visible;
    width: 33.4%;
    height: 134.5%;
  }
 
  .vertical-mega-menu > ul > li .vertical-mega-submenu.active 
  {
    top: -86px;
    right: 0;
    left: 100%;
    z-index: 98; 
    padding: 50px 0px;
    background-color: rgb(53 164 180);
    color: #ffffff;
    overflow: hidden;
    visibility: visible;
    width: 33.4%;
    height: 134.5%;
  }

  .vertical-menu-item-info-img{
    float: left;
    width: 120px;
    padding: 0px;
    opacity: 0.3;
  }
  .vertical-menu-item-info-name{
    float: right;
    margin:0px 30px 0px 0px;
    width: -webkit-fill-available;
  }
  .vertical-menu-item-info:hover {
    background-color: #125974;
  }
  .vertical-menu-item:hover .vertical-mega-submenu.active{
    background-color: #125974;
  }
  
  .vertical-menu-item-info:hover .vertical-menu-item-info-img{
    opacity: 1;
    
  }
  .vertical-mega-submenu .vertical-submenu-content {
    display: block;
    overflow: hidden;
    position: relative;

  }
  .vertical-menu-item .vertical-submenu-content {
    margin-left: -15px;
    margin-right: -15px;
  }
  .vertical-menu-item .section {
    width: 100%;
    float: left;
    padding: 0 0px;
    position: relative;
  }
  .vertical-menu-item .links ul {
    margin: 0;
    padding: 0;
  }
  .vertical-menu-item .links ul li {
    display: block;
    border-bottom: 1px solid #ffffff;
  }
  .vertical-menu-item .links ul li:last-child {
    border-bottom: 0;
  }
  .vertical-menu-item .links ul li a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    padding: 25px 25px;
    font-size: 12px;
  }
  .vertical-menu-item.active{
    background-color: rgb(53 164 180);
  }
  .vertical-menu-item.active .vertical-menu-item-info-img{
    opacity: 1;
  }
  .vertical-menu-item-info {
    display: flex;
    align-items: center;
    height: 100px;
    padding-left: 81.6px;
    text-transform: uppercase;
  }
  .vertical-menu-item-info-name {
    position: relative; 
  }
  .vertical-menu-item-info-name::after {
    content: "\1F872";
    position: absolute;
    top: 5%;
    right: -2px;
    font-size: 20px;
    color: white;
  }

  /* news and event */
  /* .news-events{
    background-color: rgb(255 255 255);
  }
  .news-event .news-carousel-item .card{
    background-color: rgb(236 236 238);
  }
   .news-events-text{
    height: 200px;
    background-color: rgb(33 88 114);
    padding: 20px 10px 10px 20px;
    color: #ffffff;
  }
   .news-events-img{
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  .news-events-img img{
    height: auto;
    width: 100%;
  } 
  .news-events h3{
    color: #ffffff;
    font-weight: bold;
    transform: translate(0%, 200%);
    text-align: center;
    -webkit-text-stroke-width: thin;
    letter-spacing: 1px;
  }
  .news-events .header{
    color: rgb(33 88 114);
    font-weight: bold;
    transform: none;
    text-align: left;
    margin: 30px 0px 0px 14px;
    -webkit-text-stroke: thin;
  }
  .news-events a{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  } */

  /* old */
  .news-event{
    padding: 0px 0px 0px 10px;
  }
  
  .news-event .carousel .carousel-inner .carousel-item .card{
    border: none;
    line-height: 20px;
   
  }
 
  .vertical-mega-menu > ul > li:last-child > a {
    border-bottom: 0;
  }
  .news-event .carousel .carousel-inner .carousel-item .card img{
    height: 100px;
    width: 150px;
  }
  .news-event .footer-link{
    color: rgb(33 88 114);
    padding-left: 24px;
  }
  .news-vertical .carousel-item {
    min-height: 260px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    
  }

  .news-vertical .carousel-item-next.news-carousel-item-left,
  .news-vertical .carousel-item-prev.news-carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .news-vertical .carousel-item-next,
  .news-vertical .active.news-carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
  }

  .news-vertical .carousel-item-prev,
  .news-vertical .active.news-carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  .news-carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    right: 10px;
    left: auto;
    width: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .news-carousel-indicators > li {
    display: block;
    border-radius: 12px;
    width: 12px;
    height: 12px;
    border: 0;
  }

  .news-carousel-indicators li.active {
    margin-bottom: 5px;
    background: #ff0707;
  }

  .news-vertical .news-carousel-control-prev,
  .news-vertical .news-carousel-control-next {
    left: auto;
    right: 13.5px;
    width: 50px;
  }
  .news-vertical .news-carousel-control-prev.up {
    top: 0;
    bottom: 50%;
  }
  .news-vertical .news-carousel-control-next.down {
    top: 50%;
    bottom: 0;
  }
  .news-vertical .news-carousel-control-prev.up i,
  .news-vertical .news-carousel-control-next.down i {
    position: absolute;
    
    z-index: 5;
    display: inline-block;
    font-size: 1.5em;
    color: #04040457 ;
  }
  .news-vertical .news-carousel-control-prev.up i {
    left: 12%;
    margin-left: -10px;
    top: 0%;
    margin-top: -25px;
  }
  .news-vertical .news-carousel-control-next.down i {
    left: 12%;
    margin-left: -10px;
   
    margin-top: 0px;
  }

  /* people search */
  .people-search{
    padding: 48px 0px 56px 0px;
    background-color: rgb(236 236 238);
  }
  .people-input{
    width: 100%;
    background-color: rgb(220 241 251);
    font-size: 0.9rem;
  }
  .people-search h3{
    color: rgb(33 88 114);
    font-weight: bold;
    /* -webkit-text-stroke-width: thin; */
    /* letter-spacing: 1px; */
    font-weight: bold;
  }
  .people-search p{
    font-size: 15px;
    margin-bottom: 8px;
  }
  .people-search .our-people p{
    font-size: 14px;
    margin-right: 20px;
  }
  
 
  .people-search .search-icon{
    color: rgb(33 88 114);
    padding: 17px;
  }
  .people-scroll .carousel-item {
    display: none;
    
  }

  .people-scroll .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    display: block;
  }
  .people-scroll .card {
  flex: 0 0 auto;
  width: 100%;
  height: fit-content;
  border: none;
  background-color: transparent;
}
.people-scroll .card img{
  width: 100px;
  height: 100px;
  margin: 10px auto 0px auto;
}

.people-scroll .card h5{
  font-size: 0.8rem;
}
.people-scroll .card p{
  font-size: 10px;
  color: #7c7c7c;
}
.people-scroll a{
  font-size: 14px;
  color: rgb(33 88 114);
  text-decoration: none;
}

/*
 .carousel-control-prev{
  width: 20px;
  height: 20px;

}
.carousel-control-next{
  width: 20px;
  height: 20px;

}

.carousel-control-prev .carousel-control-prev-icon {
  background-image: url('../../frontend/image/icon/prev.png');
 
  width: 20px;
  height: 20px; 
}

.carousel-control-next .carousel-control-next-icon {
  background-image: url('../../frontend/image/icon/next.png'); 
  width: 20px; 
  height: 20px; 
}

*/
  /*Award Achievement */
  .award-text{
    height: 200px;
    background-color: rgb(85 174 181);
    padding: 20px 25px 10px 25px;
    color: #ffffff;
    font-size:14px;
  }
  .award-text h3{
    color: #ffffff;
    font-weight: bold;
    /* -webkit-text-stroke-width: thin; */
    /* letter-spacing: 1px; */
    font-weight: bold;
  }
  .award-text a{
    color: #ffffff;
    text-decoration: none;
    
  }
  .award-text p{
    color: #ffffff;
  }
  .award-icon{
    margin-top: -38px;
  }
  .achievment-icon{
    margin-top: -38px;
  }
  .achievment-text{
    height: 200px;
    background-color: rgb(220 221 223);
    padding: 20px 25px 10px 25px;
    font-size:14px;
  }
  .achievment-text h3{
    color: #345D78;
    font-weight: bold;
    /* -webkit-text-stroke-width: thin; */
    /* letter-spacing: 1px; */
    font-weight: bold;
  }
  .achievment-text a{
    color: #345D78;
    text-decoration: none;
    
  }
  .award-img img {
    width: 100%;
    transition: transform 0.9s ease;
    transform: scale(1);
    height: 200px;
  }
  .award-img img:hover {
    transform: scale(1.2);
  }
  .achievment-img img {
    width: 100%;
    transition: transform 0.9s ease;
    transform: scale(1);
    height: 200px;
  }
  .achievment-img img:hover {
    transform: scale(1.2);
  }
  .achievment-img{
    overflow: hidden;
  }
  .award-img{
    overflow: hidden;
  }

  /*testimonial*/
 
 .testimonial-img{
    text-align: right;
 }
  .testimonial-text{
    padding: 0px 80px 0px 0px;
    
  
  }
  .testimonialCarousel{
    padding: 48px 0px;
  }
  .testimonial-text h3{
    font-weight: bold;
    /* -webkit-text-stroke-width: thin; */
    /* letter-spacing: 1px; */
    font-weight: bold;
    margin-bottom: 22px;
    color: rgb(33 88 114);
    
  }
  .testimonial-text h5{
    /* -webkit-text-stroke-width: thin; */
    /* letter-spacing: 1px; */
    font-weight: bold;
  }
  .testimonial-text p{
    font-size: 18px;
    line-height: 1.4;
    color: #444444;
  }
  .testimonial-img img{
    height: auto;
    width: 100%;
  }
  .testimonial-footer img{
   
    border: 1px dotted #fff;
    
  }
  
  .testimonial-footer .card{
    background-color: transparent;
    border: none;
  }
  .testimonial-footer .card .card-body p{
    font-size: 14px;
    margin-bottom: 0px;
  }
  .testimonial-footer .card .card-body p.name{
    /* -webkit-text-stroke-width: thin; */
    /* letter-spacing: 1px; */
    font-weight: bold;
  }
  .testimonial-footer .card .card-body{
    align-content: center;
    height: 100%;
  }
  /*donate us */
  

  .donate-us-text{
    background-size: 100% 100%;
    background-image: url('../../frontend/image/img/donate now.png');
    padding: 70px 90px 0px 90px;
    text-align: justify;
    font-weight: bold;
    height: 100%;
    border-radius: 0px 20px 20px 0px;
  }
  .donate-us-img img{
    height: auto;
    width: 100%;
    border-radius: 20px 0px 0px 20px;
  }
  .donate-us-text p{
    line-height: 1.3;
    font-size: 15px;
    color: #ffff;
  }
  .donate-us-text a{
    color: #ffff;
    text-decoration: none;
    font-size: 14px;
    
  }
  .donate-us-text h3{
    color: #ffff;
    font-weight: bold;
    /* -webkit-text-stroke-width: thin; */
    /* letter-spacing: 1px; */
    font-weight: bold;
  }

  /*donors*/
  .donors{
    font-size: 14px;
    
  }
  .donors-left{
    
    background-color: transparent;
    
    padding-right: 0px;
  }
  
 .donors h3{
  /* letter-spacing: 0.3px; */
  /* -webkit-text-stroke: thin; */
  font-weight: bold;
 }
 .donors .donor-text span{
  text-align: left;
  font-weight: bold;
 }
 .donors .logos{
  display: flex;
  padding:25px;
 }
 .donors .core-logos{
  display: flex;
  padding:10px 0px;
 }
 .donors .core-logos img{
  height: auto;
  width: 75%;
 }
 .donors .logos .image img{
  max-width: 90%;
  margin: 0px 10px;
 }
  /*footer */
  .footer{
    background-color: #125974;
    color: #ffffff;
    padding: 60px 0px 60px 0px;
  }
  .footer a{
    color: #ffffff;
    text-decoration: none;
  }
  .footer ul{
    list-style: none;
    padding: 0px;
    font-size: 13px;
  }
  .footer ul li hr{
    margin: 6px 50px 0px 0px;
    color: #ffffff;
    opacity: 1;
    border: 1px dotted #ffffff;
    border-style: none none dotted;
    background-color: transparent;
  }
  .footer ul li{
    padding: 3px 0px;
  }
  .footer .social{
   
    text-align: right;
    font-size: 13px;
  
  }
  .footer .copyright{
    margin: 6px;
    font-size: 12px;
  }
  .breadcrumb-item+.breadcrumb-item::before {
    
    content: none;
}
.breadcrumb {
  display: flex;
  align-items: center;
}

.breadcrumb-item {
  color: rgb(57 98 198);
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
}

.breadcrumb-item.active {
  color: black;
  font-weight: bold;
  
}

.breadcrumb-item:not(:last-child)::after {
  content: '>';
  margin: 5px 5px;
}
.breadcrumb-item+.breadcrumb-item{
  padding-left: 0px;
}
  



  .emp1{
    height: 50px;
    width: 108px;
    position: absolute;
    background: red;
    margin-top: 13px;
    z-index: 0;
  }
 

  /* articles */
  .articles{
    background-color: #ffffff;
  
  }
  .articles .card-body a{
    text-decoration:none !important;
    color: #217DBB;
    font-weight: bold;
}
.articles .article-content p strong{
  line-height: 40px;
}
.articles .article-content p{
  font-family: source-sans-pro;
    font-size: 16px;
    color: #4A4A49;
    font-weight: normal;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    min-height: 0.5em;
    line-height: 25px;
}
.articles .article-content iframe{
  width: 100%;
}
.articles .news a h4{
  font-size: 24px;
} 
.articles .news span{
  font-size: 16px;
  color: #4A4A49;
}
.articles .card .card-header h3{
  color: #000000;
  font-weight: bold;
}
.articles .breadcrumb-item {
  color: #000000;
  text-decoration:none !important;
}
.articles .card-body .article-content img{
  max-width: -webkit-fill-available;
}
.lead img{
  max-width: -webkit-fill-available;
}

.text-wrap {
  width: 100%;
  word-wrap: break-word;
}

.pagination {
  margin-top: 10px;
}
.pagination button {
  margin-right: 5px;
  border: 1px solid #217DBB;
  padding: 4px 10px;
  background-color: white;
}
.pagination button:hover {
  background-color:#325A71;
  color: #fff;
}
.pagination button.active {
  font-weight: bold;
  background-color: #217DBB;
  color: #ffffff;
}
.non-mobile-none{
  display: none;
}

  @media (max-width: 1023px) {
    .upper-top-nav{
      display: none;
    }
    .up-nav-item{
      display: block;
    }
    
    
  }
  @media (min-width: 1024px) {
    .up-nav-item{
      display: none;
    }

    
  }
  
  
  /* for inner article css start*/
  .article .article-content table.bordered_table td {
    border: 1px solid rgb(182 183 186);
    padding-left: 10px;
    padding-right: 10px;
  }
  /* for inner article css end*/


  @media (min-width: 1440px) {
    .award-img img {
      height: 250px;
    }
    .achievment-img img {
      height: 250px;
    }

    .achievment-text{
        height: 250px;
        font-size: 19px;
        padding: 25px 30px 10px 30px;
      }

    .award-text{
        height: 250px;
        font-size: 19px;
        padding: 25px 30px 10px 30px;
    }
    .collaboration-map {
      height: 300px;
    }
    .carousel-text h2 {
      font-size: 54px;
    }
  }
  
  /* Styles for screens that are at least 1920px wide */
  @media (min-width: 1920px) {
    .carousel-text h2 {
      font-size: 60px;
    }
    
    .award-img img {
      height: 300px;
      
    }
    .achievment-img img {
      height: 300px;
  
    }

    .achievment-text{
        height: 300px;
        padding: 30px 35px 10px 35px;
        font-size: 26px;
      }

    .award-text{
        height: 300px;
        padding: 30px 35px 10px 35px;
        font-size: 26px;
    }
   
   

    .vertical-mega-menu > ul > li .vertical-mega-submenu.active {
      top: -106px;
    }
    .donate-us-text{
      font-size: 32px;
      padding: 70px;
    }
    .collaboration-map .map-text{
      width: 400px;
    }
    .collaboration-map .map-text p {
      font-size: 26px;
    }
    .collaboration-map .map-text a {
      font-size: 20px;
    }
    .message .introduction p{
      font-size: 19px;
      line-height: 1.3;
    }
    .message {
      padding: 40px 81.6px 40px 81.6px;
    }
    .news-event .news-carousel-item .card .card-body{
      font-size: 26px;
    line-height: 0.9;
    }
    .vertical-menu-item span{
      font-size: 22px;
    }
    .vertical-menu-item .links ul li a{
      font-size: 14;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .vertical-menu-item .links ul li a {
      padding: 18px 18px;
    }
  }
  @media  (max-width: 1199px) {
    .services a {
      padding-top: 0px;
    }
    .services{
      margin-bottom:0px;
    }
    .service-headline {
      
      font-size: 11px;
    }
    .service-info{
      margin-bottom: 0px;
    }
    .tag {
      font-size: 10px;
    }
  }

 


  .news img{
    max-width: 100% !important;
    height: auto !important;
  }
  .articles .sidebar{
    font-size: 14px;
    background-color: rgb(255 255 255);
  }
  .articles .breadcrumb-section{
    border-bottom: 1px solid rgb(119 158 172);
  }
  
  .articles .righ-padding .card{
    border: none;
  }
  .article-content{
    color: #4A4A49;
  }
 
  
  .margin-top-headline h1{
    font-size: 26px;
    margin-top: 15px;
  }
  .margin-top-headline h2{
    font-size: 22px;
    margin-top: 12px;
  }
  .margin-top-headline h3{
    font-size: 18px;
    margin-top: 9px;
  }
  .margin-top-headline h4{
    font-size: 26px;
    margin-top: 15px;
    color: #47a3ad;
  }
  .margin-top-headline h5{
    font-size: 22px;
    margin-top: 12px;
    color: #467e9d;
  }
  .margin-top-headline h6{
    font-size: 18px;
    margin-top: 9px;
    color: #872D69;
  }
  .margin-top-headline :not(.margin-top-headline) h1{
    font-size: auto;
  }
  .margin-top-headline :not(.margin-top-headline) h2{
    font-size: auto;
  }
  .margin-top-headline :not(.margin-top-headline) h3{
    font-size: auto;
  }
  .margin-top-headline :not(.margin-top-headline) h4{
    font-size: auto;
  }
  .margin-top-headline :not(.margin-top-headline) h5{
    font-size: auto;
  }
  .margin-top-headline :not(.margin-top-headline) h6{
    font-size: auto;
  }
  
  /* Apply margin-top: 0px to headings inside .margin-top-headline with any additional class */
  .margin-top-headline :not(.margin-top-headline) h1,
  .margin-top-headline :not(.margin-top-headline) h2,
  .margin-top-headline :not(.margin-top-headline) h3,
  .margin-top-headline :not(.margin-top-headline) h4,
  .margin-top-headline :not(.margin-top-headline) h5,
  .margin-top-headline :not(.margin-top-headline) h6 {
    margin-top: 0px;
  }
  .container-fluid-article .container-article .inner-border .card{
    height: 100%;
    border: none;
    border-top: none;
    border-bottom: none;
  }
  .dropdown-toggle::before {
    
    content: '';
    position: absolute;
    top: -3px;
    bottom: -45px;
    left: 0px;
    right: 0px;
    z-index: -1;
}

.article-header-section .input-group {
  top: 0;
  align-items: right;
  justify-content: right;
}

.news p{
  color: #4A4A49;
  font-weight: normal;
  line-height: 25px;
}

.news-events-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s ease, box-shadow 0.9s ease;
  transform: scale(1);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  border-radius: 10px 10px 0px 0px;
}
.news-events {
  padding: 48px 0px;
   background-color: rgb(177 222 221); 
}

.news-events .header {
  text-align: center;
  margin-bottom: 20px;
  color: rgb(33 88 114);
  font-weight: bold;
    /* -webkit-text-stroke-width: thin; */
    /* letter-spacing: 1px; */
    font-weight: bold;
}

.news-events a {
  text-decoration: none;
}
.news-details {
  background-color: #ffff;
  border-radius: 0px 0px 10px 10px;
}

.news-flex {
  padding: 10px;
}

.news-events-img {
  position: relative;
  width: 100%;

  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.news-events-details{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.news-events .date {
  font-size: 10px;
  
  color: #000;
}
.news h3{
  color: rgb(41 106 137);
}



.news-events-img img:hover {
 
  
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}

.img-description {
  width: 100%;
  max-width: 300px;
  padding: 0px 10px;
  background: #f9f9f9;
  text-align: left;
  margin: 0 auto;
  transition: background-color 0.3s ease;
}

.img-description  p {
  margin: 10px 0;
  padding: 0 0px;
  font-size: 18px;
  line-height: 1.15;
  color: #302f2f;
  
  transition: color 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Number of lines to show */
  -webkit-box-orient: vertical;
}

.img-description:hover p {
  color: #9aa0ad;
}

.read-more {
  display: block;
  margin-top: 5px;
 
  padding: 10px 0px;
  color: #302f2f;
  text-align: left;
  transition: background-color 0.3s ease, padding-left 0.3s ease, box-shadow 0.3s ease;
  font-size: 12px;
}

.read-more:hover {
  background-color: rgba(0, 0, 0, 0.2);
  padding-left: 5px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}

/* Ensure all read-more links are aligned */
.news-flex .img-description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 130px;
  border-radius: 0px 0px 10px 10px;
}

/* Keyframes for the scroll animation */
@keyframes scrollAnimation {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  25% {
    transform: translateX(100%); /* Moves out of the button on the right side */
    opacity: 0; /* Disappears */
  }
  50% {
    transform: translateX(-100%); /* Reappears on the left side, out of view */
    opacity: 0; /* Still invisible */
  }
  75% {
    transform: translateX(0);
    opacity: 1; /* Reappears inside the button */
  }
  100% {
    transform: translateX(0);
    opacity: 1; /* Settles into place */
  }
}
.more-button button:hover {
  background-color: rgb(33 88 114);
}
.more-button button {
  position: relative;
  overflow: hidden;
}
.more-button button:hover span {
  color: rgb(177 222 221);
  display: inline-block;
  position: relative;
  animation: scrollAnimation 1.1s ease-out forwards;
}
.global-marker-map .map-text a{
  text-decoration: none;
  color: #ffff;
  pointer-events: auto;
  padding: 4px 20px;
  background-color: #5bacb7;
  border-radius: 8px;
  font-size: 14px;
}
.global-marker-map .map-text a:hover {
  background-color: rgb(33 88 114);
}
.global-marker-map .map-text a:hover span {
  color: rgb(177 222 221);
  display: inline-block;
  position: relative;
  animation: scrollAnimation 1.1s ease-out forwards;
}
.collaboration-map .more-button{
  bottom: 60px;
    position: relative;
    z-index: 2;
    width: 130px;
    
}
.collaboration-map .more-button a{
  text-decoration: none;
    color: #ffff;
    pointer-events: auto;
    padding: 4px 20px;
    background-color: #5bacb7;
    border-radius: 8px;
    font-size: 14px;
}
.collaboration-map .more-button a:hover {
  background-color:  rgb(33 88 114);
}
.collaboration-map .more-button a:hover span {
  color: rgb(177 222 221);
  display: inline-block;
  position: relative;
  animation: scrollAnimation 1.1s ease-out forwards;
}
.collaboration-text-body .more-button{
  bottom: 60px;
    position: relative;
    z-index: 2;
    
}
.collaboration-text-body .more-button a{
  text-decoration: none;
    color: #ffff;
    pointer-events: auto;
    padding: 4px 20px;
    background-color: #5bacb7;
    border-radius: 8px;
    font-size: 14px;
}
.collaboration-text-body .more-button a:hover {
  background-color:  rgb(33 88 114  / 50%);
}
.collaboration-text-body .more-button a:hover span {
  color: rgb(177 222 221);
  display: inline-block;
  position: relative;
  animation: scrollAnimation 1.1s ease-out forwards;
}


.highlights{
  margin: 45px 52px 29px 0px;
    background-color: #F1F1F1;
    padding: 20px 30px 20px 30px;
}
.container-fluid-article{
  margin: 0px auto;
}
@media only screen and (max-width: 600px) {
  .container-fluid-article{
      max-width: 600px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .container-fluid-article{
      max-width: 554px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .container-fluid-article{
      max-width: 1220px;
    }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .container-fluid-article{
      max-width: 1088px;
    }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .container-fluid-article{
      max-width: 1252px;
    }
    .container-article{
      max-width: 1252px;
    }
}
@media (min-width: 1400px) {
    .container-fluid-article{
      max-width: 1450px;
    }
    .container-article{
      max-width: 1450px;
    }
    .service-item{
      width: 160px !important;
    }
}


