@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400&display=swap");
#menu-item-41 ul.sub-menu {
  width: 400px;
}
aside#nav_menu-3 {
  margin-top: 0px;
}
span.sku_wrapper {
  display: none;
}
#menu-item-41 ul li {
  float: left;
}
#Top_bar #logo .logo-main {
  vertical-align: middle;
  max-height: 139%;
  margin-top: -19px;
}
#wps-slider-section .wpsf-cart-button p {
  padding: 0 !important;
  border: 0 !important;
  margin: 4px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "muli", sans-serif;
}
.formadvantage-outer ul {
  margin-left: 0px;
}
p.product.woocommerce.add_to_cart_inline {
  display: none !important;
}
.formadvantage-outer ul li {
  min-height: 210px;
  color: #000;
  list-style: none;
  width: 41%;
  display: inline-block;
  margin-right: 10px;
  background: #fff;
  padding: 22px 18px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  border-radius: 6px;
}

ul #Top_bar .banner_wrapper {
  margin-top: 32px;
}
#Action_bar .social li i {
  color: #fff !important;
}
#Top_bar.is-sticky a.common-btn {
  margin-top: 21px;
}
#Top_bar .banner_wrapper {
  display: block !important;
  float: right;
}
#Top_bar .banner_wrapper a {
  background: #b6e3f6;
  color: #000;
  padding: 8px 21px;
  margin-top: 22px;
  display: inline-block;
  border-radius: 60px;
  margin-left: 39px;
}
#Top_bar .top_bar_left {
  width: 100% !important;
}
#Top_bar .menu > li a span {
  border: 0px !important;
}
.header-classic #Top_bar .top_bar_right {
  display: none;
}
#Top_bar .logo {
  margin: 0 80px 0 20px;
}
.is-sticky .banner_wrapper {
  margin-top: -12px;
}

#Footer .widgets_wrapper ul {
  padding-left: 0px;
}
#Footer .widgets_wrapper ul li {
  position: relative;
  padding-left: 2px;
  list-style: none;
}

#Footer .widgets_wrapper ul li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 4px; /* vertical alignment */
  color: #ffffff; /* white arrow */
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

#Footer .widgets_wrapper ul li::after {
  border: 0px;
}
#Footer .widgets_wrapper ul li a {
  padding: 4px 8px;
  color: #fff;
  display: block;
}
.contact-info-foot p {
  display: flex;
  align-items: center;
}
.contact-info-foot p img {
  margin-right: 10px;
}
#Footer .footer_copy .copyright {
  color: #fff;
}
ul.social.widget-head {
  display: flex;
}
ul.social.widget-head li {
  margin-right: 4px;
}
#Footer .footer_copy .social {
  display: none;
}
#Footer .footer_copy .copyright {
  width: 100%;
  text-align: center;
}
#Footer .footer_copy a#back_to_top {
  display: none;
}
#Footer .footer_copy .column.one {
  padding: 14px 0 4px;
  margin: 0px;
}
.provide-service {
  margin: 0;
  text-align: center;
  border: 1px solid #f5f5f5;
  padding: 34px 10px;
  background: #fff;
  transform: translateY(0px);
  transition: all 0.5s ease;
}

.service-provide-outer {
  margin-top: -8%;
}
.provide-service h3 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-top: 12px;
}
#Top_bar .menu > li.current-menu-item > a,
#Top_bar .menu > li.current_page_item > a,
#Top_bar .menu > li.current-menu-parent > a,
#Top_bar .menu > li.current-page-parent > a,
#Top_bar .menu > li.current-menu-ancestor > a,
#Top_bar .menu > li.current-page-ancestor > a,
#Top_bar .menu > li.current_page_ancestor > a,
#Top_bar .menu > li.hover > a {
  color: #2b857f;
}
.single-logo-container {
  position: relative;
  overflow: hidden;
}
.single-logo-container h3 {
  position: absolute;
  top: 0;
  width: 100%;
  background: #f9f9f9c9;
  padding: 4px 0;
  color: #000;
  transition: all 0.5s linear;
  text-align: center;
  bottom: 0;
  margin: auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
}
.single-logo-container:hover h3 {
  height: 100%;
}

h5.common-sub:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;

  z-index: -1;
  opacity: 0.2;
  right: 0;
  margin: 0 auto;
}
.abouthome-content h5.common-sub:before {
  right: auto;
}
h5.common-sub {
  color: #05ada0;
  position: relative;
}
h2.common-main {
  font-weight: bold;
}
a.common-btn {
  background: #006db6;
  color: #fffcfc;
  padding: 8px 21px;
  margin-top: 22px;
  display: inline-block;
  border-radius: 60px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
a.common-btn:before {
  background: #ecc4da;
  content: "";
  position: absolute;
  transform: translateY(42px);
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 1s ease;
  z-index: 1;
}
a.common-btn:hover:before {
  opacity: 1;
  transform: translateY(0px);
  z-index: -1;
}
a:hover {
  text-decoration: none;
}
.provide-service:hover {
  background: #b8e4f6;
  transform: translateY(-10px);
}
.mission-inner {
  padding: 24px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  min-height: 236px;
  transition: all 1s ease;
}
.mission-inner-content {
  flex-basis: 50%;
}
.mission-inner-img {
  flex-basis: 50%;
}
.mission-inner-content {
  flex-basis: 50%;
  text-align: left;
}
.mission-inner:hover {
  transform: scale(1.07);
}
.counter {
  padding: 20px;
  background: #ffffff;
  text-align: center;
  position: relative;
  border: 1px solid #b8e4f6;
  transition: all 1s ease;
}
.counter .icon_wrapper i {
  color: #e5aecb;
}
.counter:hover {
  transform: scale(1.07);
  box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px,
    rgb(0 0 0 / 4%) 0px 10px 10px -5px;
  border: 0px;
}
.counter .desc_wrapper p {
  color: #000 !important;
  font-weight: bold;
}
.animated-img {
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}
.contact-home-form h2 {
  color: #000;
  font-weight: 500;
}
.contact-home-form {
  padding: 30px 30px;
  background: #14a896;
  box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px,
    rgb(0 0 0 / 4%) 0px 10px 10px -5px;
  border-top: 5px solid #5f9bb5;
  border-bottom: 5px solid #5f9bb5;
}
.contact-home-form form .column {
  width: 100%;
}
.quary-btn {
  background: #b8e3f5 !important;
  border-radius: 32px !important;
  color: #000 !important;
}
.contact-home-form .column {
  width: 100%;
}
.contact-home-form .column textarea {
  height: 80px;
}

.why-chooseus a.common-btn {
  border: 1px solid #000;
}
body,
ul.timeline_items,
.icon_box a .desc,
.icon_box a:hover .desc,
.feature_list ul li a,
.list_item a,
.list_item a:hover,
.widget_recent_entries ul li a,
.flat_box a,
.flat_box a:hover,
.story_box .desc,
.content_slider.carouselul li a .title,
.content_slider.flat.description ul li .desc,
.content_slider.flat.description ul li a .desc,
.post-nav.minimal a i {
  color: #000000;
}

.new-text h3 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}
.location-text-new {
  margin-top: 12px;
  margin-bottom: 0;
}
.location-icon-wrapper i {
  color: #42bbe9;
  font-size: 30px;
  border: 1px solid #b2dcee;
  border-radius: 50%;
  padding: 5px;
}
.our-location-wrapper {
  text-align: center;
  padding: 40px 0px 20px 0px;
  height: 230px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 14px 28px rgb(0 0 0 / 10%), 0 10px 10px rgb(0 0 0 / 2%);
  box-shadow: 0 14px 28px rgb(0 0 0 / 10%), 0 10px 10px rgb(0 0 0 / 2%);
  padding: 34px 34px;
}
.location-text-new a {
  color: #000;
}
.third-wrapper-fsd {
  background-color: #ffffff;
  -webkit-box-shadow: 0 14px 28px rgb(0 0 0 / 10%), 0 10px 10px rgb(0 0 0 / 2%);
  box-shadow: 0 14px 28px rgb(0 0 0 / 10%), 0 10px 10px rgb(0 0 0 / 2%);
  margin-left: auto;
  padding: 40px;
  position: relative;
  z-index: 1;
  top: 40px;
}
.abouts-wrapper {
  padding-top: 40px;
  text-align: center;
}
.abouts-wrapper h2 {
  color: transparent;
  font-weight: 600;
  font-size: 45px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.third-wrapper-fsd form .column {
  width: 100%;
}
body:not(.template-slider) #Header {
  min-height: 0px;
}
div#Subheader {
  display: none;
}
.third-wrapper-fsd form .column {
  width: 48%;
}
.contact-home-form form .column-full {
  width: 100%;
  margin: 0 5px;
}
.third-wrapper-fsd form .column-full {
  width: 98%;
  margin: 0 5px;
}
h5.common-sub.left-align-text::before {
  right: auto;
}
#Content {
  padding-top: 0px;
}
.column_column ul,
.column_column ol,
.the_content_wrapper ul,
.the_content_wrapper ol {
  color: #000000;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@media (max-width: 767px) {
  div#Action_bar {
    display: none !important;
  }
  #Top_bar .banner_wrapper {
    display: none !important;
  }
  #Top_bar .logo {
    text-align: left;
  }
  #Top_bar .logo #logo {
    padding: 0 !important;
    margin: 10px 0px;
  }
}
#Top_bar .banner_wrapper a {
  margin-top: 45px;
}
.archive div#Subheader {
  display: block;
}

div#myModal113 {
  width: 100%;
  z-index: 999999;
}

div#myModal113 .enquiry-forms {
  width: 95%;
}

span.closes {
  color: #000000;
  font-size: 35px;
  position: absolute;
  z-index: 1;
  /* bottom: 32px; */
  /* top: 128px; */
  margin-left: 11px;
  margin-top: 23px;
}

div#myModal113 .modal-contents {
  /*             background: #261c7e; */
  padding: 19px 0 18px 18px;
}

.modal113 {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

a#myBtns img {
  position: fixed;
  bottom: 35%;
  left: 0;
  position: fixed;
  z-index: 9999999;
}
div#myModal113 .modal-contents {
  padding: 8px 13px !important;
  /*         background: #261c7e; */
  /*     padding: 19px 0 18px 18px; */
  width: 35% !important;
  margin: 0 auto !important;
  /* 
			background: linear-gradient(to right, rgb(0, 4, 40), rgb(0, 78, 146));  */
}

.rainbow {
  position: relative;
  z-index: 0;
  /* 	height: 300px; */
  border-radius: 10px;
  overflow: hidden;
  padding: 2rem;

  &::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #399953;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#399953, #399953),
      linear-gradient(#fbb300, #fbb300), linear-gradient(#d53e33, #d53e33),
      linear-gradient(#377af5, #377af5);
    animation: rotate 4s linear infinite;
  }

  &::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: white;
    border-radius: 5px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: white !important;
}
.column.one.single-photo-wrapper.image {
  display: none;
}

.floating-menu .fm-item-1-0 {
  display: block !important;
}

/******Addttional Css *******/

/* RESET ALL WIDTHS FIRST (important) */
#Footer .widgets_wrapper .column {
    width: 100% !important;
}

/* Column 1 — keep normal width */
#Footer .widgets_wrapper .column:nth-child(1) {
    width: 25% !important;
}

/* Column 2 — make wider */
#Footer .widgets_wrapper .column:nth-child(2) {
    width: 25% !important;
}

/* Column 3 — make wider */
#Footer .widgets_wrapper .column:nth-child(3) {
    width: 15% !important;
}

/* Column 4 — make smaller */
#Footer .widgets_wrapper .column:nth-child(4) {
    width: 20% !important;
}

p.first-para-footer {
    text-align: justify;
}


@media (max-width: 575px) {
  div#myModal113 .modal-contents {
    width: 80% !important;
  }

  div#wpcs_tab_584 {
    display: none !important;
  }

  .cnb-floating {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  div#myModal113 .modal-contents {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  div#myModal113 .modal-contents {
    width: 100% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

@media only screen and (max-width: 575px) {
  div#footer-col {
    display: block !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0;
    z-index: 999;
    margin: 0;
    background: #261c7e !important;
  }

  div#myModal11 {
    width: 100%;
    z-index: 999999;
  }

  div#myModal11 .enquiry-form {
    width: 95%;
  }

  span.close {
    color: #ffffff;
    font-size: 25px;
  }

  div#myModal11 .modal-content {
    background: #261c7e;
    padding: 20px 20px 20px 20px;
  }

  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .footer-col .button {
    padding: 8px 0 !important;
    margin-bottom: 0;
    width: 32.8%;
    color: #fff !important;
    margin-top: 2px;
    background-color: transparent;
    float: left;
    font-size: 16px;
    margin-right: 0px;
    box-shadow: none;
    text-align: center;
    border-radius: 0;
    border: 1px solid #fff;
  }

  .footer-form .heading-look {
    display: none !important;
  }
}

div#footer-col {
  display: none;
}

/*****Footer Additional********/

#Footer .footer-widgets .column {
  width: 100% !important;
}

#Action_bar .contact_details a {
    color: #ffffff!important;
}

/******Contact Form ******/

/* GRID LAYOUT */
.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 20px;
}

/* FULL-WIDTH FIELDS */
.contact-form-grid .form-full {
    grid-column: span 2;
}

/* FORM INPUTS */
.contact-form-grid input[type="text"],
.contact-form-grid input[type="email"],
.contact-form-grid input[type="tel"],
.contact-form-grid textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    color: #333;
    transition: 0.3s;
}

/* FOCUS EFFECT */
.contact-form-grid input:focus,
.contact-form-grid textarea:focus {
    border-color: #0f4a73;
    box-shadow: 0 0 0 2px rgba(15, 74, 115, 0.15);
    outline: none;
}

/* TEXTAREA HEIGHT */
.contact-form-grid textarea {
    min-height: 140px;
    resize: vertical;
}

/* SUBMIT BUTTON */
.quary-btn {
    width: 100%;
    padding: 14px 0 !important;
    border-radius: 6px !important;
    background: #0f4a73 !important;
    color: #fff !important;
    font-size: 18px !important;
    border: none !important;
    transition: 0.3s;
    cursor: pointer;
}

/* SUBMIT BUTTON HOVER */
.quary-btn:hover {
    background: #0c3b5c !important;
}

/* MOBILE RESPONSIVE */
@media (max-width: 767px) {
    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-grid .form-full {
        grid-column: span 1;
    }
}

.header-classic #Action_bar, .header-fixed #Action_bar, .header-plain #Action_bar, .header-split #Action_bar, .header-stack #Action_bar {
    background-color: #223a66;
}

/******* Counter Css*********/

/* --- Counter Section Modern Design --- */

.column_counter .counter {
    background: #ffffff;
    padding: 35px 25px;
    text-align: center;
    border-radius: 18px;
    box-shadow: 0px 8px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

/* Hover Effect */
.column_counter .counter:hover {
    transform: translateY(-8px);
    box-shadow: 0px 12px 30px rgba(0,0,0,0.12);
}

/* Icon Styling */
.column_counter .icon_wrapper img {
    width: 60px !important;
    margin-bottom: 18px;
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.1));
}

/* Number Styling */
.column_counter .number-wrapper .number {
    font-size: 42px;
    font-weight: 700;
    color: #223a66;  /* Your theme color */
}

.column_counter .number-wrapper .label {
    font-size: 34px;
    font-weight: 700;
    margin-left: 3px;
    color: #223a66;
}

/* Title */
.column_counter p.title {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Responsive */
@media (max-width: 768px) {
    .column_counter .counter {
        margin-bottom: 25px;
    }
}

/* ===== Enquiry Form Wrapper ===== */
.enquiry-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* ===== Title ===== */
.enquiry-title {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

/* ===== Form Rows ===== */
.enquiry-form .form-row {
    margin-bottom: 15px;
    position: relative; /* Required for asterisk */
}

/* ===== Input Fields ===== */
.enquiry-form input[type="text"],
.enquiry-form input[type="email"],
.enquiry-form input[type="tel"] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    transition: 0.3s;
    background: #fff;
}

.enquiry-form input[type="text"]:focus,
.enquiry-form input[type="email"]:focus,
.enquiry-form input[type="tel"]:focus {
    border-color: #4b7bec;
    box-shadow: 0 0 5px rgba(75,123,236,0.4);
}

/* ===== Submit Button ===== */
.enquiry-form input[type="submit"] {
    width: 100%;
    padding: 12px;
    background: #4b7bec;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.enquiry-form input[type="submit"]:hover {
    background: #3867d6;
}

/* ===== RED ASTERISK FOR REQUIRED FIELDS ===== */
.enquiry-form .form-row .wpcf7-validates-as-required::before {
    content: "*";
    color: red;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}


/* ----------------------------------------------------
   HERO SECTION
---------------------------------------------------- */
.custom-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;    
    gap: 40px;
	margin-top: -80px;
	margin-bottom: -60px;
}

.custom-hero-left {
    width: 50%;
}

.custom-hero-left h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #222;
}

.custom-hero-left p {
    font-size: 18px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 25px;
}

.custom-buttons {
    display: flex;
    gap: 15px;
}

/* Buttons */
/* SEND ENQUIRY BUTTON (Solid Button) */
.btn-orange {
    background: #223a66;          /* NEW background */
    padding: 12px 26px;
    color: #fff !important;       /* White text */
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.btn-orange:hover {
    background: #223a66;          /* Hover stays same */
    color: #fff !important;
}

/* DOWNLOAD PRICE LIST BUTTON (Outline Button) */
.btn-outline {
    padding: 12px 26px;
    border: 2px solid #223a66;    /* Outline color */
    color: #223a66 !important;    /* Text color */
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.btn-outline:hover {
    background: #223a66;          /* Hover background */
    color: #fff !important;       /* White text on hover */
}


/* ----------------------------------------------------
   SLIDER
---------------------------------------------------- */
.custom-hero-right {
    width: 50%;
}

.slider-container {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
	margin-top: 100px;
}

.slider-container img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slider-container img.active {
    opacity: 1;
}

/* ----------------------------------------------------
   POPUP OVERLAY
---------------------------------------------------- */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    justify-content: center;
    align-items: center;
    z-index: 999999;
    padding: 20px;
}

/* ----------------------------------------------------
   POPUP BOX
---------------------------------------------------- */
.popup-box {
    background: #fff;
    width: 100%;
    max-width: 480px;
    padding: 30px;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 10px 35px rgba(0,0,0,0.25);
    animation: popupFade 0.35s ease-in-out;
}

/* Fade animation */
@keyframes popupFade {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Close Button */
.popup-close {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: #333;
    transition: 0.3s;
}

.popup-close:hover {
    color: #ff7a00;
}

/* ----------------------------------------------------
   RESPONSIVE DESIGN
---------------------------------------------------- */
@media (max-width: 992px) {
    .custom-hero {
        flex-direction: column;
    }

    .custom-hero-left,
    .custom-hero-right {
        width: 100%;
    }

    .slider-container {
        height: 350px;
    }

    .slider-container img {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .custom-hero-left h1 {
        font-size: 32px;
    }

    .custom-hero-left p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .slider-container {
        height: 260px;
    }

    .slider-container img {
        height: 260px;
    }
}

a#myBtns {
    display: none;
}



