
/** claim-section **/

.claim-section{
  position: relative;
}

.claim-section .upper-box h2{
  display: block;
  font-size: 38px;
  line-height: 50px;
  font-family: var(--roboto);
  color: #161837;
  font-weight: 300;
}

.claim-section .upper-box h2 span{
  display: inline-block;
  font-style: italic;
  color: #fd5949;
  border-bottom: 2px solid #fd5949;
  line-height: 36px;
}

.claim-section .upper-box{
  border-bottom: 1px solid #d8d8d8;
}

.claim-section .upper-box .list-item li{
  position: relative;
  display: block;
  font-size: 18px;
  font-family: var(--roboto);
  color: #2e2e2e;
  font-weight: 300;
  padding: 13px 0px 10px 37px;
  border-bottom: 1px solid #d9d9d9;
}

.claim-section .upper-box .list-item li:first-child{
  border-top: 1px solid #d9d9d9;
}

.claim-section .upper-box .list-item li:before{
  position: absolute;
  content: '';
  background-image: url(../../images/icons/icon-45.png);
  width: 14px;
  height: 12px;
  left: 7px;
  top: 17px;
}

.claim-section .lower-box .content-box{
  position: relative;
  display: block;
}

.claim-section .lower-box .content-box .btn-box{
  position: relative;
  display: flex;
  align-items: center;
}

.claim-section .lower-box .content-box .support-box{
  position: relative;
  display: block;
  padding: 0px 0px 0px 67px;
}

.claim-section .lower-box .content-box .support-box .icon-box{
  position: absolute;
  left: 0px;
  top: 1px;
}

.claim-section .lower-box .content-box .support-box span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--jost);
  color: #0b1970;
  font-weight: 700;
  text-transform: capitalize;
}

.claim-section .lower-box .content-box .support-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  font-family: var(--jost);
  color: #0b1970;
  font-weight: 700;
  text-transform: uppercase;
}

.claim-section .lower-box .content-box .support-box a:hover{

}

.claim-section .lower-box .content-box .sec-title h2{
  font-size: 42px;
  line-height: 50px;
}

.claim-section .lower-box .video-inner{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 124px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.claim-section .lower-box .video-inner .video-btn a{
  position: relative;
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 71px;
  text-align: center;
  border-radius: 50%;
}

.claim-section .lower-box .video-inner .video-btn a:before,
.claim-section .lower-box .video-inner .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.claim-section .lower-box .video-inner .video-btn a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}



































