/* ESTOS SON ASSETS GENERALES */

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article>*+* {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

a,
button {
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* FIN ASSETS GENERALES */




body {
  height: 100%;
  width: 100%;
  margin: 0;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  color: #3d3d3d;
}

/* TIPOGRAFIAS */

h1 {
  font-weight: 700;
  font-size: 45px;
}

h2 {
  font-weight: 700;
  font-size: 32px;
}

h3 {
  font-weight: 500;
  font-size: 20px;
}

h4 {
  font-weight: 500;
  font-size: 19px;
}

h5 {
  font-weight: 700;
  font-size: 14px;
}

p {
  font-weight: 400;
  font-size: 16px;
}



/* HEADER */

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 20;
}

header hr {
  background-color: #0c3250;
  height: 3px;
  margin: 0;
}

header a {
  font-weight: 700;
  font-size: 19px;
  color: #0c3250;
}

header img {
  padding: 5px;
}

.navbar {
  min-height: 5rem;
  display: flex;
  background-color: #f5f5f5;
  padding-right: 9%;
  padding-left: 9%;
}

.text-dark {
  color: #0c3250 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #67d1da !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}


/*SLIDER*/

.carousel {
  margin-top: 5rem;
  position: relative;
}

.carousel .carousel-indicators {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  bottom: 70%;
  right: 0;
  display: flex;
  flex-direction: column;
}

.carousel .carousel-indicators li {
  border-top: none;
  border-top-color: transparent;
  border-bottom: none;
  border-bottom-color: transparent;
  height: 10px;
  width: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0.3%;
  left: 90%;
}

.carousel .carousel-indicators li::marker {
  position: absolute;
  left: 90%;
  z-index: 20;
  bottom: 60%;
}

.carousel .carousel-indicators li.liCarousel {
  position: absolute;
  left: 90%;
  z-index: 20;
}

.carousel .carousel-indicators li.liCarousel2 {
  position: absolute;
  left: 90%;
  z-index: 20;
  bottom: 50%;
}

#headcarousel_container .carousel-indicators li.active {
  background-color: #0c3250;
  position: absolute;
  left: 90%;
}

.carousel-caption {
  opacity: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: left;
  padding: 10%;
  padding-top: 8%;
}

.carousel-caption p {
  line-height: 1.5;
  margin-bottom: 2%;
}

.carousel-caption h1 {
  padding-top: 1%;
  padding-bottom: 2%;
}

.carousel-caption h5 {
  color: #0c3250;
  padding-top: 1%;
}

.carousel-caption a {
  border-radius: 0;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
}

.inLine {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.inLine h5 {
  margin-left: 1%;
  height: 100%;
}

.botonesContorno {
  background-color: transparent;
  border-color: #ffffff;
  border-width: 3px;
  font-weight: 700;
  color: #ffffff;
  padding-right: 1.5%;
  padding-left: 1.5%;
  border-radius: 0;
  text-align: center;
}

.botonesContorno:hover {
  background-color: #ffffff;
  font-weight: 700;
  border-color: #ffffff;
  color: #3d3d3d;
}

/*ABOUT US*/

#aboutUs {
  background-color: #f5f5f5;
  position: relative;
  margin-top: -5%;
  padding-bottom: 100px;
  z-index: 15;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  scroll-margin-top: 150px;
}

#aboutUs::before {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  top: -250px;
  transform: skewY(-2.5deg);
  transform-origin: 100% 0;
}

.dataBox {
  background-color: white;
  padding: 8%;
  margin-left: 15%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: -5%;
  margin-bottom: 10%;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.dataBox p {
  position: relative;
  margin-top: 5%;
  margin-right: 15%;
}

.titulosH2 {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  align-content: flex-start;
  height: auto;
}

.titulosH2 h2 {
  margin-left: 2%;
  height: 100%;
}

.titulosH2 img {
  align-items: center;
}

.imageBox {
  margin-top: 2%;
  margin-right: 0px;
  padding-right: 0px;
  position: absolute;
  right: 0;
  z-index: -1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.imageBox .rayas {
  z-index: 2;
  position: absolute;
  bottom: -50px;
}


/*SERVICES CLAIMS*/

#services {
  background-color: #0c3250;
  scroll-margin-top: 150px;
}

#services h2 {
  color: #ffffff;
}

#services .serviceTitulos {
  right: -3rem;
}

.contenedorServices {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 4%;
  padding-bottom: 4%;
}

.contenidoServices {
  padding: 4%;
  padding-left: 9%;
  background-color: white;
  clip-path: polygon(0 0, 80% 0, 85% 100%, 0 100%);
  z-index: 2;
  position: relative;
  left: -20rem;
  width: 600px;
}

.contenidoServices p {
  width: 70%;
  font-size: 14px;
  margin-top: 4%;
  margin-bottom: 2%;
}

.contenidoServices .botones {
  background-color: #67d1da;
  color: #ffffff;
  padding-right: 2%;
  padding-left: 2%;
  border-radius: 0;
  border-color: #67d1da;
  margin-top: 1%;
}

.contenidoServices .botones:hover {
  background-color: #0c3250;
  border-color: #0c3250;
}

.tituloServices {
  display: flex;
  margin-bottom: 2%;
  flex-direction: row;
  align-items: center;
}

.tituloServices h3 {
  padding-left: 2%;
  padding-top: 1.5%;
}

.tituloServices hr {
  margin-top: 2%;
  margin-bottom: 1rem;
  border-top: 5px solid #67d1da;
}

.cajaServices {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-end;
  background-image: url(/img/claims.png);
  background-size: cover;
  background-position: center;
  background-repeat: space;
  height: 350px;
  position: relative;
  right: -300px;
  margin-top: 2rem;
}

.cajaServices .rayas {
  z-index: 3;
  position: absolute;
  width: 14%;
  right: -5%;
  position: absolute;
  top: 20%;
}

/* SERVICES TRAVEL */

.contenedorTravel {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 4%;
  padding-bottom: 4%;
}

.contenidoTravel {
  padding: 4%;
  padding-left: 9%;
  background-color: white;
  clip-path: polygon(0 0, 80% 0, 85% 100%, 0 100%);
  z-index: 2;
  position: relative;
  width: 500px;
  left: -20rem;
}

.contenidoTravel p {
  width: 70%;
  font-size: 14px;
  margin-top: 4%;
  margin-bottom: 2%;
  display: flex;
}

.contenidoTravel p img {
  margin-right: 5px;
}

.contenidoTravel .botones {
  background-color: #67d1da;
  color: #ffffff;
  padding-right: 2%;
  padding-left: 2%;
  border-radius: 0;
  border-color: #67d1da;
  margin-top: 1%;
}

.contenidoTravel .botones:hover {
  background-color: #0c3250;
  border-color: #0c3250;
}

.tituloTravel {
  display: flex;
  margin-bottom: 2%;
  flex-direction: row;
  align-items: center;
}

.tituloTravel h3 {
  padding-left: 2%;
  padding-top: 1.5%;
}

.tituloTravel hr {
  margin-top: 2%;
  margin-bottom: 1rem;
  border-top: 5px solid #67d1da;
}

.cajaTravel {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-end;
  background-image: url(/img/travel-banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: space;
  height: 350px;
  position: relative;
  right: -700px;
  margin-top: 2rem;
}

.cajaTravel .rayas {
  z-index: 3;
  position: absolute;
  width: 14%;
  right: -5%;
  position: absolute;
  top: 20%;
}

.cajaTravel .tituloTravel img {
  width: 50px;
}


/*ESTO ES LO DE LA IMAGEN QUE ESTA MAL POSICIONADA*/
.imagenServices {
  position: absolute;
  height: 42.8%;
  top: 12.45%;
  right: -20%;
}

.background {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url("/img/about.png");
  background-size: cover;
  z-index: -1;
}

.botones {
  background-color: white;
  font-weight: 800;
  color: #3d3d3d;
  padding-right: 3%;
  padding-left: 3%;
  border-radius: 0;
}

/*WHY GHM*/

#whyGHM {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  scroll-margin-top: 150px;
}

.fondoWhy {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
  min-height: 29rem;
  display: flex;
  align-items: flex-start;
  width: 120%;
}

.contenedorDiferencias {
  z-index: 5;
  height: 100%;
  margin-left: 10%;
  display: flex;
  padding: 10%;
  flex-direction: column;
  justify-content: flex-start;
  clip-path: polygon(10% 0, 100% 0px, 100% 100%, 0px 100%);
}

.contenedorDiferencias h2 {
  color: #ffffff;
}

.contenedorDiferencias p {
  color: #ffffff;
  display: flex;
  position: relative;
  margin-top: 5%;
  margin-right: 15%;
}

.contenedorValores {
  background-color: #67d1da;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 0% 100%);
}

.padre-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

.padre-flex .hijo-flex {
  margin: 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.padre-flex h5 {
  margin-top: 15%;
  text-align: center;
  color: #ffffff;
}

.valores {
  padding-top: 3%;
  width: 100%;
}

.valores h4 {
  justify-content: center;
  display: flex;
  color: #ffffff;
  margin-top: 2%;
}

/*THINK DIFFERENT BANNER*/
#thinkDifferent {
  background-image: url("./img/thinkDifferent.png");
  opacity: 1;
}

.separador {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 25rem;
  display: flex;
  align-items: flex-start;
}

.separador:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background: transparent linear-gradient(288deg, #9ecce691 0%, #0f59bb70 100%) 0% 0% no-repeat padding-box;
  z-index: 0;
}

.separador .container {
  position: relative;
  z-index: 1;
}

.separador p .wrap {
  max-width: 100%;
}

.thinkDifferent {
  font-size: 37px;
  font-weight: 600;
  color: #fff;
  padding-top: 8rem;
}

/* BANNER GHM */

.ghm-banner {
  margin-top: 5rem;
  background-color: #0c3250;

}

.ghm-banner img {
  clip-path: polygon(0 0, 100% 0%, 100% 71%, 0 84%);
}

/* GHM TRAVEL */



#ghm-travel {
  background-color: #f5f5f5;
  position: relative;
  padding-bottom: 100px;
  z-index: 15;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}

#ghm-travel .container-fluid {
  margin-top: 5rem;
}

#ghm-travel .container-content {
  width: 550px;
  margin-top: 5rem;
  margin-left: 40%;
}

#ghm-travel .container-content h2 {
  margin-bottom: 1rem;
}

#ghm-travel .container-content img {
  width: 150px;
  margin-bottom: 1rem;
}

#ghm-travel .ghm-travel-bullet {
  display: flex;
}

#ghm-travel .ghm-travel-bullet img {
  margin-right: 5px;
  align-self: baseline;
}

/* CLAIMS MANAGEMENT BANNER */

#claims {
  margin-top: 6rem;
}

#claims .container-banners {
  display: flex;
  width: 100%;
}

#claims .container-banners .claims-banner {
  width: 60%;
}

#claims .container-banners .claims-banner img {
  width: 400px;
  display: block;
  margin: auto;
  margin-top: 150px;
}

#claims .container-banners .image-banner img {
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 6% 100%);
}

/* CLAIMS MANAGEMENT ADRESS */

#weAdress {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
}

#weAdress p {
  width: 600px;
  margin-bottom: 50px;
}

#weAdress .title {
  display: flex;
  margin-bottom: 2rem;
}

#weAdress .title img {
  margin-right: 25px;
}


/* SWIPER */

#swiper {
  position: relative;
  height: 100%;
  background: #f5f5f5;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  padding-bottom: 5rem;
}

.swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 440px !important;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#swiper .single-slider {
  padding: 20px 10px 20px 10px;
  display: flex;
  align-items: center;
  height: 350px;
}

#swiper .single-slider p,
h4 {
  text-align: initial;
}

#swiper .single-slider h4 {
  margin-bottom: 1rem;
  width: fit-content;
}

#swiper .single-slider hr {
  margin-top: 2%;
  margin-bottom: 1rem;
  border-top: 5px solid #67d1da;
}

#swiper .single-slider p {
  font-size: 14px;
}

#swiper .image {
  display: flex;
  align-items: center;
}

/* .swiper-pagination {
  bottom: -2rem !important;
} */

#mobile-section {
  display: none;
}

/* TRAVEL ASSISTANCE */

#tailoredCover {
  background-color: #f5f5f5;
  padding-bottom: 5rem;
}

#tailoredCover .content {
  background-color: white;
  position: absolute;
  width: 900px;
  padding: 50px;
  z-index: 10;
  clip-path: polygon(0 0, 100% 0, 93% 100%, 4% 100%);
}

#tailoredCover .image {
  width: 700px;
  position: relative;
  right: -350px;
  top: 90px;
  margin-bottom: 5rem;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
}

#tailoredCover .tailored-bullet {
  display: flex;
}

#tailoredCover .tailored-bullet img {
  margin-right: 5px;
  align-self: baseline;
}

/*TRAVEL INSURANCE*/

#travelInsurance {}

#travelInsurance .container {
  display: flex;
  margin-top: 3rem;
}

#travelInsurance .container .content {
  width: 80%;
  padding-right: 100px;
}

#travelInsurance .container .content .title {
  display: flex;
}

#travelInsurance .container .content h2 {
  width: 70%;
  margin-bottom: 1rem;
}

#travelInsurance .container .image img {
  width: 600px;
}

#travelInsurance .title img {
  margin-right: 15px;
  align-self: baseline;
  margin-top: 10px;
}

/* WHITE LABEL */

#whiteLabel {
  background-color: #f5f5f5;
  padding-bottom: 4rem;
  padding-top: 6rem;
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
}

#whiteLabel .container {
  display: flex;
}

#whiteLabel .container .content {
  width: 80%;
  padding-left: 100px;
  padding-right: 100px;
}

#whiteLabel .container .content .title {
  display: flex;
}

#whiteLabel .title img {
  margin-right: 15px;
  align-self: baseline;
  margin-top: 10px;
}

#whiteLabel .container .content h2 {
  width: 70%;
  margin-bottom: 1rem;
}

#whiteLabel .container .image img {
  width: 600px;
  clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
}

/*CONTACT US*/

#contactUs {
  background-color: #144367;
  color: #ffffff;
  padding-left: 7%;
}

.contenedorDiagonal {
  background-color: white;
  padding: 10%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  width: auto;
  clip-path: polygon(0% 0, 100% 0px, 100% 100%, 0px 100%);
}

.contenidoDiagonal {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  z-index: -1;
  width: 100%;
}

.mapaContacto {
  padding-right: 0;
  padding-left: 0;
}

.place-card .place-card-large {
  left: 15%;
  top: 5%;
}

.formulario {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 3rem;
}

.none {
  display: none !important;
}

#formularioDos.enviado {
  display: none;
}

.showMensajeEnviado {
  display: initial !important;

}

.mensajeEnviado {
  display: none;
}

.showMensajeEnviado h3 {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

.formulario .titulosH2 {
  margin-bottom: 2%;
}

.formulario input {
  display: flex;
  font-weight: 500;
  font-size: 1vw;
  margin-bottom: 0.7rem;
  background-color: #144367;
  border: 2px solid #ffffff;
  width: 70%;
}

.formulario .vacio {
  border: 2px solid red;
}

.formulario a {
  margin-top: 1%;
}

.formMessage {
  height: 6rem;
}

.datosContacto {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  height: auto;
}

.datos {
  display: flex;
  align-content: center;
  margin-top: 2%;
  width: 50%;
}

.datos h5 {
  margin-left: 5%;
  margin-top: 5%;
}

/* FOOTER */

footer {
  background-color: #f5f5f5;
  font-size: 1 rem;
  padding: 0.7%;
  padding-right: 10%;
  display: flex;
  flex-direction: row-reverse;
}



/* MEDIA QUERY PARA LA DIAGONAL DEL SLIDER */

@media screen and (max-width: 1450px) and (min-width: 768px) {
  #aboutUs {
    margin-top: 0%;
  }

  #aboutUs::before {
    margin-top: 10%;
  }
}

/* MEDIA QUERY PARA MOBILE */

@media (max-width: 768px) {
  h1 {
    font-size: 26px;
    margin-top: 5%;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 12px;
  }

  p {
    font-size: 13px;
  }

  .slider {
    height: 230px;
  }

  #aboutUs {
    padding-bottom: 0;
  }

  .thinkDifferent {
    font-size: 24px;
  }

  #aboutUs::before {
    display: none;
  }

  .dataBox {
    margin-top: 8%;
    margin-left: 0;
  }

  .contenedorValores {
    clip-path: none;
  }

  .contenedorDiferencias {
    margin-left: 0;
  }

  .fondoWhy {
    width: initial;
  }

  .cajaServices {
    background-image: none;
    right: 0;
  }

  .contenidoServices {
    left: 0;
    clip-path: none;
  }

  .cajaTravel {
    background-image: none;
    right: 0;
  }

  .contenidoTravel {
    left: 0;
    clip-path: none;
  }

  .contenidoServices p {
    font-size: 12px;
    width: initial;
  }

  .cajaServices .rayas {
    right: 35px;
  }

  .cajaTravel .rayas {
    right: 35px;
  }

  #ghm-travel {
    padding-bottom: 0;
  }

  #ghm-travel .container-content {
    width: initial;
    margin-left: 15%;
    margin-right: 15%;
  }

  #tailoredCover {
    padding-bottom: 0;
  }

  #tailoredCover .content {
    width: initial;
    position: initial;
  }

  #tailoredCover .image .travel-first-image {
    display: none;
  }

  #travelInsurance .container {
    display: initial;
  }

  #travelInsurance .container .content {
    width: initial;
    margin-right: 15%;
    margin-left: 15%;
    padding-right: 0;
  }

  #travelInsurance .container .image .insaurance-image {
    display: none;
  }

  #whiteLabel {
    clip-path: none;
  }

  #whiteLabel .container {
    display: initial;
  }

  #whiteLabel .container .image img {
    display: none;
  }

  #whiteLabel .container .content {
    padding-left: 0;
    padding-right: 0;
    width: initial;
    margin-left: 15%;
    margin-right: 15%;
  }

  #weAdress p {
    width: initial;
  }

  .formulario {
    width: 90%;
  }

  .formulario input#nombre,
  .formulario input#email,
  .formulario input#subject {
    height: 2rem;
    color: #ffffff;
    font-size: 14px;
  }

  #mobile-section {
    display: initial;
  }

  #mobile-section .single-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: auto;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  #mobile-section .single-slide .single-slider {
    padding: 20px 10px 20px 10px;
    display: flex;
    align-items: center;
    height: 350px;
    margin-bottom: 2rem;
  }

  #mobile-section .single-slider p,
  h4 {
    text-align: initial;
  }

  #mobile-section .single-slider h4 {
    margin-bottom: 1rem;
    width: fit-content;
  }

  #mobile-section .single-slider hr {
    margin-top: 2%;
    margin-bottom: 1rem;
    border-top: 5px solid #67d1da;
  }

  #mobile-section .single-slider p {
    font-size: 14px;
  }

  #mobile-section .image {
    display: flex;
    align-items: center;
  }

  #claims .container-banners .claims-banner img {
    margin-top: 100px;
    margin-bottom: 50px;
  }

  #claims .container-banners .claims-banner {
    width: 170%;
  }

  #swiper {
    display: none;
  }
}