body { 
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  background: #fff;
  color: #000;
}
a:focus{
  text-decoration: none;
}
.nav-area{
  width: 100%;
  display: flex;
  background: #fff;
  padding: 10px 0;
}
.nav-area .navbar-expand-lg .navbar-nav .nav-link{
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #fff;
  margin: 0 5px;
  padding: .5rem 20px;
  border-radius: 20px;
}
.nav-area .navbar-expand-lg .navbar-nav .nav-link:hover{
  background: #fff;
  color: #0DA955;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end !important;
}
.nav-area .logo{
  object-fit: cover;
  object-position: center;
}
.dropdown-item{
  color: #0DA955 !important;
}
.compare-area{
  width: 100%;
  display: flex;
  background: #0DA955;
  padding: 80px 0;
  flex-direction: column;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
}
.compare-area a{
  background: #2E89FD;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  margin: 30px auto 0;
  max-width: 220px;
}
.compare-area a:hover{
  background: #fff;
  color: #0DA955;
}
.travel-area{
  width: 100%;
  display: flex;
  padding: 75px 0;
}
.travel-area h2{
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: rgba(0,0,0,0.6);
  text-align: center;
}
.travel-area p{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  max-width: 808px;
  margin: 15px auto 0;
  color: #000;
}
footer{
  background: #0DA955;
  padding: 60px 0 30px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
}
.footer-panel img{
  width: 80px;
  margin-bottom: 10px;
}
.footer-panel h2{
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.footer-panel ul{
  padding: 0;
  margin: 0;
}
.footer-panel li{
  display: block;
}
.footer-panel li a{
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding: 5px 0;
  text-decoration: none;
  color: #fff;
  display: block;
}
.footer-panel p {
  font-size: 14px;
  letter-spacing: 0.5px;
}
.footer-panel li a:hover{
  color: #0a58ca;
}
.footer-panel-bottom{
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}
.footer-panel-bottom ul{
  padding: 0;
  margin: 0;
  display: flex;
}
.footer-panel-bottom li {
    display: flex;
    width: 25%;
    justify-content: center;
}
.footer-panel-bottom li a{
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding: 5px 0;
  text-decoration: none;
  color: #fff;
}
.footer-panel-bottom li a:hover{
  color: #000;
}
.axa-area{
  width: 100%;
  display: flex;
  padding: 80px 0 40px;
}
.axa-area h2 {
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: #0DA955;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    line-height: 55px;
}
.axa-panel{
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #0DA955;
  border-radius: 10px;
  min-height: 305px;
  padding: 15px 20px;
  margin-top: 120px;
}
.axa-panel-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: -70px auto 0;
    flex-direction: column;
    align-items: center;
    background: #2E89FD;
}
.axa-panel-icon img{
  width: auto;
}
.axa-area h3 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
}
.axa-area p {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    min-height: 130px;
}
.axa-panel a{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-align: right;
  margin-top: 20px;
}
.axa-panel a img{
  margin-left: 10px;
}
.axa-panel a:hover{
  color: #2E89FD;
}


.faq-area{
  width: 100%;
  display: flex;
  padding:  80px 0;
}
.faq-area h2 {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #0DA955;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  line-height: 55px;
}
.faq-area button{
  background: #bdbdce;
  border: none;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  width: 100%;
  padding: 14px 30px;
  text-align: left;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 0;
}
.faq-collapse{
  background: #bdbdce;
  width: 100%;
  padding: 14px 30px;
  text-align: left;
  border-radius: 15px;
  margin-top: 20px;
}
.related-area{
  width: 100%;
  display: flex;
  padding: 80px 0 0;
}
.related-panel-text{
  width: 100%;
  display: flex;
  padding: 20px 30px;
  background: #272361;
  flex-direction: column;
}
.related-panel-text h2 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  max-width: 245px;
  color: #fff;
  margin-bottom: 15px;
  line-height: 24px;
}
.related-panel-text p{
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}
.related-panel-text a {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    display: flex;
    text-align: left;
    align-items: center;
}
.related-area .related-panel-text a img {
    width: auto;
    margin-left: 10px;
    height: 8px;
}
.related-panel a:hover {
    color: #2E89FD;
}
.related-area .owl-nav{
  display: none;
}
.related-area .owl-dot{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #76B2FF!important;
  margin: 0 7px;
}
.related-area .owl-dot.active{
  width: 20px;
  height: 20px;
}
.related-area .owl-dots{
  text-align: center;
  padding: 40px 0 0;
}
.related-head-section{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.related-head-section h2{
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: #000000;
}
.related-head-section a{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #2E89FD;
}
.banner-area{
  width: 100%;
  display: flex;
  padding: 0;
  position: relative;
  flex-direction: column;
  background: #000;
}
.banner-area img {
    opacity: 0.5;
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.price-panel {
    background: #0DA955;
    border-radius: 20px;
    padding: 40px 25px;
    margin-top: 50px;
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.price-panel::before {
  position: absolute;
  left: 48px;
  top: -250px;
  width: 45px;
  height: 100%;
  background: #B5B7BB;
  content: '';
  transform: rotate(45deg);
}
.gold-panel::before{
  background: #FFC700;
}
.pla-panel::before{
  background: #6B7679;
}
.price-panel h3{
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 30px;
}
.price-panel ol{
  padding: 0 0 0 20px;
  margin: 0;
}
.price-panel li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  list-style: disc;
  padding: 5px 0;
  text-align: left;
}
.price-panel a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-decoration: none;
    background: #2E89FD;
    color: #fff;
    padding: 8px 30px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 0;
    max-width: 150px;
    margin: 0 auto;
}
.price-panel a:hover{
  background: #fff;
  color: #2E89FD;
}
.price-panel-section {
    display: flex;
    flex-direction: column;
    padding: 30px 0 70px 0;
    max-width: 1100px;
    margin: 0 auto;
}
.banner-area h2{
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}
.banner-area p{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  max-width: 440px;
  font-weight: 500;
}
.banner-area .row{
  align-items: center;
}
.banner-form-area{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.banner-form-travel {
  background: #BDDCFF;
  padding: 30px;
  border-radius: 20px;
}
.banner-form-travel h3{
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: #0DA955;
  text-align: center;
  font-weight: 600;
  margin: 0 0 30px;
}
.banner-form-travel h4{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #0DA955;
  font-weight: 600;
}
.banner-form-travel label {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #0DA955;
    font-weight: 600;
    margin-bottom: 3px;
}
.btn-quote{
  border-radius: 30px;
  background: #0DA955;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  width: 100%;
  padding: 10px 0;
  letter-spacing: 1px;
}
.btn-quote:hover{
  color: #0DA955;
  background: #fff;
}
.banner-form-travel .input-group-text{
  background: #fff;
  border: 1px solid #004CAE;
  border-left: none!important;
  color: #0DA955;
  font-weight: 700;
}
.banner-form-travel .form-select , .banner-form-travel .form-control{
  border: 1px solid #004CAE;
}
.banner-form-mar{
  margin-bottom: 30px;
}
.total-trip{
  border-right: none!important;
}
/*.date-pic .form-control::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 10px!important;
  color: rgba(0,0,0,0.5);
  font-weight: 500;
  opacity: 1;
}

.date-pic .form-control::-ms-input-placeholder { 
  font-family: "Poppins", sans-serif;
  font-size: 10px!important;
  color: rgba(0,0,0,0.5);
  font-weight: 500;
}*/
.banner-form-travel .date-pic-1{
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.banner-form-area .col-md-7{
  padding-left: 100px;
}
.like-pla {
    position: absolute;
    top: 30px;
    left: -15px;
    z-index: 99;
}
.price-panel-section .col-lg-4 {
    position: relative;
    padding: 0 25px;
}
.related-page-area .related-panel img{
  width: 100%;
}
.related-page-area .related-panel{
  margin: 15px 0;
}
.related-page-area{
  padding-bottom: 50px;
}
.related-page-area .related-head-section h2{
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #0DA955;
}
.banner-area-inner{
  margin-top: 30px;
  position: relative;
}
.banner-acute-area{
  max-width: 686px;
  background: #0DA955;
  border-radius: 5px;
  margin: -120px auto 0;
  padding: 30px 37px;
  text-align: center;
  position: relative;
  z-index: 9;
  min-width: 686px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
}
.banner-acute-area a{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-decoration: none;
    background: #2E89FD;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 0;
    max-width: 180px;
    margin: 30px auto 0;
}
.banner-acute-area a:hover{
  background: #fff;
  color: #2E89FD;
}
.banner-acute-area h2{
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}
.banner-acute-area p{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  max-width: none;
  text-align: left;
}
.seo-main-banner{
  width: 100%;
  display: inline-block;
  background: #000;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
  margin-top: 80px;
  position: relative;
}
.seo-main-banner img{
  width: 100%;
  border-radius: 10px;
  opacity: 0.5;
  height: 430px;
  object-fit: cover;
}
.seo-banner-text{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
}
.seo-banner-text h2{
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  text-align: left;
  max-width: 400px;
}
.seo-banner-text p{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  text-align: left;
}
.seo-banner-text p span{
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #fff;
  text-align: left;
}
.seo-side-panel{
  width: 100%;
  display: inline-block;
  margin-top: 80px;
}
.seo-side-panel h2 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #000;
    margin-top: 0;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 13px;
}
.seo-side-panel h2 span{
  font-size: 10px;
  display: block;
  font-weight: 300;
}
.seo-side-panel-area{
  background: #0DA955;
  padding: 10px;
  display: flex;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
  width: 100%;
  margin-bottom: 15px;
}
.seo-side-img-area{
  width: 30%;
  float: left;
}
.seo-side-text-area{
  width: 70%;
  padding-left: 15px;
  float: left;
}
.seo-side-img-area img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.seo-side-text-area h3{
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #fff;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 15px;
}
.seo-side-text-area p{
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  color: #fff;
  margin-top: 0;
  font-weight: 300;
  margin-bottom: 0;
}
.banner-area-inner-1{
  margin-top: 0;
  position: relative;
}
.banner-area-inner-1 h2{
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  bottom: 50px;
  width: max-content;
  text-align: left;
  left: 50%;
  transform: translateX(-50%);
}
.teavel-text-section p{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.teavel-text-section p span{
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: 500;
}
.teavel-text-section h3{
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  color: #0DA955;
  font-weight: 600;
  margin-bottom: 20px;
}
.teavel-text-section p strong{
  color: #0DA955;
}
.both-img-mar{
  margin-bottom: 20px;
}

.teavel-text-section{
  width: 100%;
  display: flex;
  padding: 20px 0; 
}
.teavel-text-section img{
  width: 100%;
}
.teavel-text-section .container{
  max-width: 850px;
  margin: 0 auto;
}
.related-page-area .teavel-head-section h2 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #0DA955;
}
.post-section{
  width: 100%;
  display: flex;
  padding: 0 0 80px 0;
}
.post-frm-section{
  background: #D9D9D9;
  border-radius: 5px;
  max-width: 806px;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.4);
}
.post-frm-section textarea{
  height: 180px;
  resize: none;
  border: 1px solid rgba(35,35,35,0.3);
}
.post-frm-section input{
  border: 1px solid rgba(35,35,35,0.3);
  height: 50px;
}
.post-frm-section .btn-quote{
  border-radius: 10px;
  width: auto;
  padding: 11px 30px;
}
.post-frm-section .btn-quote:hover{
  background: #000;
  color: #fff;
}
.sub-section-area h4{
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #0DA955;
  font-weight: 600;
  margin-bottom: 15px;
}
.sub-section-area{
  padding: 0 0 0 30px;
}
.teavel-text-section h5{
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}
.sub-section-area ol{
  padding: 0;
  margin: 0 0 20px;
}
.sub-section-area li {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    list-style: disc;
}

.banner-full .banner-area img{
  height: 400px;
}

.teavel-text-section h4{
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    color: #0DA955;
    font-weight: 600;
}

.banner-inf-axa{
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.banner-inf-axa h2 {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 70px;
    line-height: 50px;
    margin-top: 60px;
}
.banner-inf-axa h2 span {
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
    margin-top: 40px;
    display: inline-block;
}
.inf-axa-area .container {
    max-width: 1150px;
    margin: 0 auto;
}
.note-area{
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
  padding: 40px;
  text-align: center;
  margin: 50px 0;
}
.note-area p{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.note-area h2 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #0DA955;
    margin-bottom: 20px;
}
.note-blue-area h2 , .note-blue-area p{
  color: #fff;
}
.note-blue-area{
  background: #0DA955;
}

.inf-axa-area1 h2{
  font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 600;
    text-align: left;
    color: #0DA955;
    margin-bottom: 3px;
}
.inf-axa-area1 h2 span{
  color: rgba(0,0,0,0.6);
}
.inf-axa-area1{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 60px 0;
}
.inf-axa-area1 p{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.inf-axa-area1 a {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: #fff;
    background: #0DA955;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin: 20px auto 0;
}
.inf-axa-area1-img-text{
  text-align: center;
}
.inf-axa-area1-img-text img{
  width: 100%;
}
.inf-axa-blue-area{
  background: rgba(190,212,236,0.7);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  padding: 15px;
}
.inf-axa-blue-area h2{
   background: #0DA955;
   font-family: "Poppins", sans-serif;
    font-size: 25px;
    color: #fff;
    text-align: center;
    padding: 13px 0;
    font-weight: 600;
}
.inf-axa-panel-left p{
   font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.inf-axa-panel-right a{
  background: transparent;
  color: #0DA955;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  font-size: 8px;
  padding: 0;
  text-align: center;
}
.inf-axa-panel-right a img {
    width: 35px;
    margin: 0 auto 5px;
}
.inf-axa-panel-area{
  width: 100%;
  display: flex;
  background: #BED4EC;
  margin-bottom: 3px;
  padding: 7px 15px;
  align-items: center;
}
.inf-axa-panel-left{
  width: 80%;
}
.inf-axa-panel-right{
  width: 20%;
  justify-content: center;
}
.inf-axa-panel-area:nth-child(2n){
  background: rgba(125,169,218,0.7);
}
.coverage-area{
  width: 100%;
  display: flex;
  background: url(../images/cta-bg.png);
  padding: 80px 0;
  text-align: center;
}
.coverage-area h2{
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  color: #fff;
  text-align: center;
  padding: 13px 0;
  font-weight: 600;
  margin-top: 0;
}
.coverage-area a{
    border-radius: 30px;
    background: #fff;
    color: #0DA955;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 35px;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 1px;
}
.general-condition-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 80px 0 100px 0;
  text-align: center;
}
.general-condition-area h3{
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #000;
  text-align: center;
  padding: 13px 0;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
}
.general-condition-area a{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #fff;
    background: #0DA955;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin: 20px auto 0;
}
.book-img{
  width: 100%;
  display: inline-block;
  text-align: center;
}
.general-condition-area h2{
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  color: #272361;
  text-align: center;
  padding: 0 0 20px 0;
  font-weight: 600;
  margin-top: 0;
}
.general-condition-area .row{
  max-width: 800px;
  margin: 0 auto;
}
.member-section{
  width: 100%;
  display: flex;
  background: #0DA955;
  padding: 80px 0;
  flex-direction: column;
}
.member-section p{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.member-section h2{
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  color: #fff;
  text-align: center;
  padding: 0;
  font-weight: 600;
  margin-bottom: 60px;
  margin-top: 0;
}
.member-section .row{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.member-section img{
  margin: 0 auto;
  display: block;
  width: 350px;
  height: 350px;
  border-radius: 50%;
}

.plan-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 60px 0;
  text-align: center;
}
.plan-area p{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  max-width: 1000px;
  margin: 0 auto;
}
.plan-area h2{
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  color: #0DA955;
  text-align: center;
  padding: 0;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}


.benefits-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 0 80px 0;
}
.benefits-area h2{
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  color: #0DA955;
  text-align: center;
  padding: 0;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}
.banifits-panel-area{
  display: flex;
}
.banifits-panel-left{
  width: 70%;
}
.banifits-panel-right{
  width: 40%;
  border-left: 2px solid #fff;
}
.banifits-panel-left h2, .banifits-panel-right h2 {
    background: #0DA955;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 13px 0;
    font-weight: 600;
    min-height: 75px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 2px;
}
.banifits-left-panel , .banifits-right-panel{
  background: #BDCDDF;
  padding: 5px 30px;
  margin-bottom: 2px;
  min-height: 106px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;
}
.banifits-left-panel span{
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000;
  padding-left: 50px;
}
.banifits-left-panel , .banifits-right-panel{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000;
}
.banifits-right-panel {
    text-align: center;
    align-items: center;
    justify-content: center;
}

.banifits-left-panel:nth-child(2n) , .banifits-right-panel:nth-child(2n){
  background: #BDBCCF;
}
.platinum-plan-area{
  text-align: left;
}
.platinum-plan-area p{
  margin-bottom: 15px;
}
.platinum-text-position h2 {
    top: 50%;
    text-align: left;
    line-height: 10px;
    transform: translate(-50%, -50%);
}
.platinum-text-position h2 span{
  text-align: left;
  line-height: 40px;
}
.step-section{
  width: 100%;
  display: flex;
  background: #0DA955;
  padding: 60px 0;
  flex-direction: column;
}
.step-section h2{
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  color: #fff;
  text-align: center;
  padding: 0;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}
.banner-area.banner-area-inner-1 img{
  height: 400px;
}
.step-area{
  width: 100%;
  display: inline-block;
}
.step-panel{
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}
.step-img{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  background: #2E89FD;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-text-h{
  width: 100%;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: #2E89FD;
  text-align: center;
  font-weight: 600;
}
.step-text{
  width: 100%;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: left;
  font-weight: 300;

}
.step-text a{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: left;
  font-weight: 300;
  text-decoration: underline;
}
.step-line{
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  background: #2E89FD;
  margin: 10px 0;
}
.step-text-h{
  margin-top: 20px;
}
.step-text p{
  max-width: 200px;
  margin: 0 auto;
}
.step-area .step-panel:first-child .step-line{
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.step-area .step-panel:last-child .step-line{
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.step-arrow{
  position: absolute;
  right: 0;
  top: 55px;
}
.inf-axa-blue-area-mar{
  margin-bottom: 50px;
}

.gold-text-position h2 {
    text-align: left;
    margin-top: 0;
    top: 50%;
    left: 55%;
}

.gold-plan-area p{
  text-align: left;
  margin-bottom: 15px;
}
.gold-plan-area p strong{
  color: #0DA955;
}
.gold-plan-area ol{
  padding: 0 0 0 35px;
  max-width: 1000px;
  margin: 0 auto 0;
}
.gold-plan-area ol li{
  list-style: disc;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000;
  text-align: left;
  font-weight: 500;
}
.gold-plan-area ol li strong{
  color: #0DA955;
}
.gold-text-position h2 span {
    text-align: left;
    line-height: 40px;
}