.ser-con h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #0A3351;
    text-align: center;
}

.ser-line {
    width: 100%;
    height: 1px;
    background-color: #04538C;
    margin-top: 5px;
    margin-bottom: 8px;
}

.ser-con p {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #444444;
    text-align: center;
    line-height: 30px;
}
.services{
    margin-top: 80px;
}
.ben-h h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #0A3351;
    margin-bottom: 40px;
    margin-top: 50px;
}

.cover-area {
    width: 17%;
    align-items: center;
    gap: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.coverage-text {
    display: flex;
    gap: 80px;
    background-color: #E5F2FB;
    justify-content: center;
    padding: 80px 0;
    box-shadow: 0px 3px 7px #a7a7a7;
}

.cov-text p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #212529;
}

/* end services */
.coverd-head h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #0A3351;
    text-align: center;
}

.coverd-line {
    width: 100%;
    height: 1px;
    background-color: #04538C;
    margin-top: 5px;
    margin-bottom: 30px;
}
.customer-area {
    display: flex
;
    justify-content: center;
    gap: 25px;
    width: 19%;
    transition: 0.4s;
    align-items: center;
    position: relative;
}
.customer-area-2{
    width: 23% !important;
}
.customer-area-2 {
    width: 27% !important;
}
.cus-img {
    width: 31%;
}
.customer-area-2 .cus-img {
    width: 21%;
}
.cus-line{
    width: 2px;
    height: 56px;
    background-color: #194666;
    position: absolute;
    top: 50%;
    right: -15%;
    transform: translateY(-50%);
}

.cus-text {
    width: 62%;
}
.cus-con{
    display: flex;
    justify-content: space-between;
}
.customers {
    background-color: #FFF0CC;
    padding: 50px 100px;
}
.cus-text h1{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #023586;
    margin-bottom: 5px;
}

.cus-text p{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #474341;
}


.covered{
    padding: 80px 0;
}
.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}
/* ----------------------------------------------
 * Generated by Animista on 2024-12-6 15:51:44
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
 @-webkit-keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  @keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  

  .shake-horizontal {
	-webkit-animation: shake-horizontal 2.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
	        animation: shake-horizontal 2.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}
/* ----------------------------------------------
 * Generated by Animista on 2024-12-6 15:57:35
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
 @-webkit-keyframes shake-horizontal {
    0%,
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70% {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
    }
    20%,
    40%,
    60% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
    }
    80% {
      -webkit-transform: translateX(8px);
              transform: translateX(8px);
    }
    90% {
      -webkit-transform: translateX(-8px);
              transform: translateX(-8px);
    }
  }
  @keyframes shake-horizontal {
    0%,
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70% {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
    }
    20%,
    40%,
    60% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
    }
    80% {
      -webkit-transform: translateX(8px);
              transform: translateX(8px);
    }
    90% {
      -webkit-transform: translateX(-8px);
              transform: translateX(-8px);
    }
  }
  





/* end covered */

button.accordion {
    width: 100%;
    background-color: transparent;
    border: 1px solid #FEE800;
    outline: none;
    text-align: left;
    padding: 15px 20px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s linear;
    margin-bottom: 20px;
    border-radius: 100px;
    margin-top: 20px;
}
  
  button.accordion:after {
    font-family: FontAwesome;
    content: "\f150";
    font-family: "fontawesome";
    font-size: 18px;
    float: right;
  }
  
  button.accordion.is-open:after {
    content: "\f151";
  }
  
  .accordion-content {
    background-color: white;
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
  }

  .main-area-faq {
    display: flex
;
padding: 30px 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 55px;
    /* width: 87%; */
    margin: 0 auto;
}
.ex-area{
    background-color: #0368B1;
    padding: 30px 40px 30px 0;
    width: 30%;
    display: flex;
    gap: 10px;
    align-items: center;
}

.ex-area p{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

.faq-con {
    background-color: #222;
    padding: 60px 120px;
}

.fq-dot{
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #222;
}
.pr-area {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}
.pr-area p{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #444444;
}
.proof-area{
    padding: 30px 0;
}

.p-head h1{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    margin-bottom: 20px;
}

.faq{
    position: relative;
    margin-bottom: 80px;
}

.feq-nen{
    position: absolute;
    bottom: 0%;
    left: 5%;
}






















/* end faq */










