.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.margin-center{
  margin:auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.clearfix {
  overflow: auto;
}
.cms-wrapper .button a:hover {
    background: #DC3224;
}
.p-relative{
  position: relative;
}
.wrap-nomenu {
  position: relative;
  max-width: 75rem;
  height: 3.125rem;
  margin: 0 auto;
  display: flex;
}
.row {
  margin-left: auto;
  margin-right: auto;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.col {
  box-sizing: border-box;
  min-height: 1px;
  margin-bottom: 0px!important;
  float:none!important;
}
.col20, .col30, .col33, .col40, .col45, .col50, .col55, .col60, .col70, .col80, .col90{
  vertical-align: middle;
  left: auto;
  right: auto;
  display: inline-block;
}
.col20 {
    width: 19%;
}
.col30 {
    width: 29%;
}
.col33 {
    width: 32%;
}
.col40 {
    width: 39%;
}
.col45 {
    width: 44%;
}
.col50 {
    width: 49%;
}
.col55 {
    width: 54%;
}
.col60 {
    width: 59%;
}
.col70 {
    width: 69%;
}
.uppercase{
  text-transform: uppercase;
}
.lineheight-1{
    line-height: 1.2;
}
.marginleft-10{
    width: 90%;
    margin-left: 10%;
}
.marginright-10{
    width: 90%;
    margin-right: 10%;
}
.marginleft-15 {
    width: 90%;
    margin-left: 15%;
}
.padding-topbottom-3{
      padding: 3% 0;
}
.line-gradient {
    height: 3px;
    background: rgb(0,255,230);
    background: linear-gradient(90deg, rgba(0,255,230,1) 0%, rgba(79,89,132,1) 35%, rgba(241,65,131,1) 66%, rgba(241,65,131,1) 100%);
    border: none;
    margin:8% auto 6%;
    width: 75%
}
.ads_template .button {
    display: block;
    width: 25%;
    margin-bottom: 5%;
    margin: 5% auto 0%;
    text-align: center;
}
.cms-wrapper .button a:hover{
    background-color: #784079!important;
    color: #ffffff!important;
    border: solid!important;
}
.button a{
    padding: 8px!important;
}
.cms-wrapper .button a {
    background: #ffffff!important;
    color: #e10!important;
    border: solid!important;
}
/*hero banner*/
#button {
  display: inline-block;
  background-color: rgb(255, 0, 0);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.hero-image {
    background-image: url(../img/hero-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15%;
    margin-bottom: 3%;
}

.hero-title h3 {
  display: grid;
  align-items: center;
  font-size: 2em!important;
  justify-content: center;
  line-height: normal;
  color: #ffffff;
  margin: 10%;
}
/*end hero banner*/

.cms-wrapper .cover h1:after, .cms-wrapper .content h1:after {
  background: none!important;
}

.ads_template h1 , h2{
  color: #2b2b2b;
  max-width: 100%!important;
  margin: 0px;
  width: 100%;
  margin-bottom: 5%;
  font-size: 2.5rem!important;
  line-height: normal;
}

.second-section-img img, .first-section-img img {
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.first-section-img img{
  width:70%;
}
.second-section-img img {
    width: 100%;
}
.second-section-img img, .first-section-img img {
  position: relative;
}
.row.second-section-img {
  height: 245px;
}
.second-right-section {
  vertical-align: bottom;
    padding: 0px;
    margin: 0px;
    height: 8%;
    display: flex;
    flex-direction: column-reverse;
}
.mobileapps-box{
  position: relative;
  height: 32%;
}
.mobileapps-img img{
    bottom: 0;
    top: 0;
}
.mobileapps-p{
  bottom: 0;
  margin: auto;
  width: 100%;
}
.second-section p{
  text-align: left
}
.red-regular{
  font-size:36px;
  color:#e10;
  font-weight: bold;
}
.border-bottom{
  border-bottom:dashed 2px #000000;
}
.border-right{
  border-right:dashed 2px #000000;
}
.border-left{
  border-left:dashed 2px #000000;
  padding-left:3%;
}

.third-section p{
  padding:0 10%;
}
.third-section-height{
  height:120px;
}
#trapezoid-1, #trapezoid-2 {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    height: 0;
    width: 50%;
}
#trapezoid-1 {
    border-bottom: 20px solid #023977;
}
#trapezoid-2 {
    border-bottom: 20px solid #7e3659;
}
.forth-box-title, .forth-box-title-2 {
    height: 50px;
    width: 50%;
    border-radius: 0px 0px 30px 30px;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    position: absolute;
}
.forth-box-title {
    background: rgb(8,152,144);
    background: linear-gradient(90deg, rgba(8,152,144,1) 0%, rgba(38,124,137,1) 35%, rgba(68,97,129,1) 66%, rgba(84,74,124,1) 100%);
}
.forth-box-title-2{
    background: rgb(105,65,121);
    background: linear-gradient(90deg, rgba(105,65,121,1) 0%, rgba(139,49,114,1) 35%, rgba(171,33,106,1) 66%, rgba(220,11,98,1) 100%);
}
.forth-content {
    width: 80%;
    padding: 4% 7%;
    border-radius: 30px;
    top: 20px;
    left: 0;
    right: 0;
    -moz-box-shadow: -4px 3px 31px 3px rgba(122,122,122,0.11);
    box-shadow: -4px 3px 31px 3px rgba(122,122,122,0.11);
    margin: auto;
}
.fifth-section{
  padding-top: 10%;
}
.form-box{
    -moz-box-shadow: -4px 3px 31px 3px rgba(122,122,122,0.11);
    box-shadow: -4px 3px 31px 3px rgba(122,122,122,0.11);
    padding: 5% 2%;
}
.iframe-goggleform{
  width:640px;
   height:500px;
 }

.adsfooter {
  padding: 10px 0px;
  width: 100%;
  background-color: #e5e5e5;
}
.adsfooter p {
  margin: auto;
  width: fit-content;
}
@media only screen and (max-width: 450px) {
}
@media only screen and (max-width: 650px) {
  .hero-image {
    background-image: url(../img/hero-banner-mobile.png);
    padding: 45%;
}
  .col20, .col30, .col33, .col40, .col45, .col50, .col55, .col60, .col70, .col80, .col90{
    width: 100%;
  }
  .ads_template .button {
    width: 100%;
  }
  .marginleft-10{
    width: 100%;
    margin-left: 0%;
  }
  .marginright-10{
      width: 100%;
      margin-right: 0%;
  }
  .marginleft-15 {
      width: 100%;
      margin-left: 0%;
  }
  .mobile-margintop-30{
    margin-top: 30px;
  }
  .line-gradient {
    width: 100%;
  }
  .iconairasia-desc{
    width: 100%;
    margin-left: 0%;
  }
  .ads_template h1 , h2{
    color: #2b2b2b;
    font-size: 2rem!important;
  }
  .second-section-img img{
  position: relative;
  width: 50%;
  }
  .row.second-section-img {
    height: auto;
}
  .second-section{
    text-align:center!important;
  }
  .second-section p{
  text-align: center
  }
  .mobile-border {
      border-bottom: dashed 2px #000000!important;
      margin-top: 30px;
  }
  .mobile-border-bottom {
    border-bottom: dashed 2px #000000!important;
  }
  .border-right{
    border-right:none;
  }
  .border-bottom{
    border-bottom:none;
  }
  .flex-reverse{
    display: flex;
    flex-direction: column-reverse;
  }
  .third-section-height {
    height: auto;
  }
  #trapezoid-1, #trapezoid-2 {
    width: 50%;
  }
  .p-relative {
    position: relative;
   height:21vh;
  }
  .forth-content {
    width: 92%;
    padding: 8% 4% 0% 4%;
    position: absolute;
    top: 19px;
  }
  .iframe-goggleform{
    width:100%!important;
    height:300px;
  }
}


@media only screen and (max-width: 1024px)  and (min-width:650px ) {
  .first-section img, .second-section img{
      width: 75%;
  }
 .third-section img  {
      width: 60%;
  }
.second-section-img img{
  position: relative;
  width: 70%;
  }
  .row.second-section-img {
    height: auto;
}
  .mobileapps-box {
    height: auto;
  }
  .mobileapps-p {
    position: relative;
  }
}
 