body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-weight: normal;
  font-family: 'AvenirNextLTPro-Regular';
  color: #1E2337;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
/* fonts used */
@font-face {
  font-family: 'AvenirNextLTPro-Regular';
  src: url('fonts/AvenirNextLTPro-Regular.eot');
  src: url('fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-Regular.woff') format('woff'), url('fonts/AvenirNextLTPro-Regular.ttf') format('truetype'), url('fonts/AvenirNextLTPro-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNextLTPro-Light';
  src: url('fonts/AvenirNextLTPro-Light.eot');
  src: url('fonts/AvenirNextLTPro-Light.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-Light.woff') format('woff'), url('fonts/AvenirNextLTPro-Light.ttf') format('truetype'), url('fonts/AvenirNextLTPro-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNextLTPro-Bold';
  src: url('fonts/AvenirNextLTPro-Bold.eot');
  src: url('fonts/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-Bold.woff') format('woff'), url('fonts/AvenirNextLTPro-Bold.ttf') format('truetype'), url('fonts/AvenirNextLTPro-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNextLTPro-Semobold';
  src: url('fonts/AvenirNextLTPro-Medium.eot');
  src: url('fonts/AvenirNextLTPro-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-Medium.woff') format('woff'), url('fonts/AvenirNextLTPro-Medium.ttf') format('truetype'), url('fonts/AvenirNextLTPro-Medium.svg#AvenirNextLTPro-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Encode-Sans-Semi-Expanded';
  src: url('fonts/EncodeSansSemiExpanded-Black.eot');
  src: url('fonts/EncodeSansSemiExpanded-Black.eot?#iefix') format('embedded-opentype'), url('fonts/EncodeSansSemiExpanded-Black.woff2') format('woff2'), url('fonts/EncodeSansSemiExpanded-Black.woff') format('woff'), url('fonts/EncodeSansSemiExpanded-Black.ttf') format('truetype'), url('fonts/EncodeSansSemiExpanded-Black.svg#EncodeSansSemiExpanded-Black') format('svg');
  font-weight: 900;
  font-style: normal;
}
/* fonts used */
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  font-size: 70%;
}
ul, ul li, p, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.font_semibold {
    font-family: 'AvenirNextLTPro-Semobold';
}
.text_center {
  text-align: center;
}
.color_white {
  color: #ffffff;
}
.container {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.sections {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
    display: none;
}
.section1 {
    display: block;
}
.section2, .section3, .section4 {
  background: #EFF2FD;
}
.bg_video_sec {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1
}
.fullscreen-bg-video-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.fullscreen-bg-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.blur_effect {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
.screen_top {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
  background: url("../images/pg1-screen.png") no-repeat top center;
  background-size: cover;
}
.screen_top_section5 {
    position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
  background: url("../images/pg5-screen.png") no-repeat top center;
  background-size: cover;
}
.container_full {
  width: 100%;
  position: relative;
  z-index: 3;
}
.container_grid {
  width: 1100px;
  position: relative;
  margin: 0px auto;
  padding: 0px 10px;
}
.header_section {
  position: relative;
  padding: 40px 0px 20px;
  margin: 0px 7%;
  width: 86%;
}
.header_section_inner {
  border-bottom: 1px solid #ffffff;
}
.runway_logo {
  width: 230px;
  float: left;
}
.header_nav {
  float: right;
}
.header_nav span {
  display: inline-block;
  margin-left: 30px;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.5rem;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
    cursor: pointer;
}
.header_nav_blue span {
  color: #1E2337;
}
.header_nav span:hover {
  opacity: 0.8;
}
.header_nav span.active {
  font-family: 'AvenirNextLTPro-Bold';
}
.header_nav_blue span.active {
  color: #0540F2;
}
.section1_content {
  padding: 10% 0 5%;
}
h1.h1_text {
  font-size: 4.3rem;
  line-height: 5.3rem;
  font-weight: bold;
  font-family: 'Encode-Sans-Semi-Expanded';
  margin-bottom: 3%;
}
h2.h2_text {
  font-size: 4rem;
  line-height: 4.5rem;
  font-weight: bold;
  font-family: 'Encode-Sans-Semi-Expanded';
  margin-bottom: 5%;
}
h6.h6_text {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: normal;
}
h2.h2_text span {
  background: -webkit-linear-gradient(45deg, #0540F2, #5E9FF2 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -moz-background-clip: text;
  display: inline-block;
}
.section1_content p {}
.section1_three_rows {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 3% 0 0;
}
.section1_three_cols {
  width: 32%;
}
.input_fields {
  padding: 14px 25px 12px;
  background: #ffffff;
  border-radius: 10px;
  color: #1E2337;
  font-size: 1rem;
  margin-top: 5px;
  position: relative;
}
input.input_fields {
  outline: none;
  border-width: 1px;
  width: 100%;
}
.input_fields_sm {
  padding: 14px 15px 12px;
}
.margin_0 {
  margin: 0px;
}
.input_fields span.field_icons {
  position: absolute;
  right: 20px;
  top: 12px;
}
.input_fields_sm span.field_icons {
  right: 15px;
}
.input_fields span.field_icons img {
  height: 27px;
}
.home_cta {
  margin-top: 7%;
}
.btn_default_div {
  position: relative;
  z-index: 2;
    display: none;
}
.btn_default {
  margin: 1% 0;
  display: inline-block;
  text-align: center;
  padding: 15px 30px 12px !important;
  background: #0540F2;
  position: relative;
  color: #ffffff !important;
  font-size: 1.2rem !important;
  line-height: 1.7rem !important;
  cursor: pointer;
  border-radius: 10px !important;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn_default:hover {}
.btn_default::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0540F2;
  left: 0px;
  top: 0px;
  z-index: -1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 10px !important;
}
.btn_default:hover::after {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.btn_white {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.btn_white:hover {
  color: #005eb8 !important;
  background: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.euro_add:before {
    content: "€";
}
.gbp_add:before {
    content: "£";
}
.aud_add:before {
    content: "A$";
}
.cad_add:before {
    content: "C$";
}
.dkk_add:before {
    content: "Kr.";
}

.hkd_add:before {
    content: "HK$";
}
.jpy_add:before {
    content: "JP¥";
}
.usd_add:before {
    content: "$";
}
.section2_content {
  padding: 5% 0 5%;
}
.section2_content_inner {
  margin: 0% 7%;
  display: flex;
  justify-content: space-between;
}
.section2_content_left {
  width: 55%;
}
.section2_content_right {
  width: 38%;
}
.section2_content_accordion {
  margin-top: 6%;
}
.section2_content_accordion p.paratop_mar_left {
  margin: 0% 7% 2%;
}
.section2_content_accordion_flex {
  background: #ffffff;
  padding: 3%;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.section2_content_accordion_flex_cols {
    width: 27%;
}
.section2_content_accordion_flex_cols_first {
  width: 42%;
}
.section2_content_accordion_flex_cols {
    
}
.section2_content_accordion_flex_cols p {
  font-size: 1rem;
  line-height: 1.4rem;
}
.flight_icon {
  width: 20px;
  display: inline-block;
  margin: 0px 6px;
}
.section2_flex_radio_sec {
  display: flex;
  justify-content: space-between;
  background: #0540F2;
  align-items: center;
  padding: 15px 15px;
  border-radius: 10px;
    position: relative;
    z-index: 1;
}
.section2_flex_radio_sec_pulse::before {
    content: "";
    background: #0540F2;
    position: absolute;
    z-index: -1;
    left: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
      -webkit-animation: pulseanim 1.5s infinite linear;
  -moz-animation: pulseanim 1.5s infinite linear;
  -ms-animation: pulseanim 1.5s infinite linear;
  -o-animation: pulseanim 1.5s infinite linear;
  animation: pulseanim 1.5s infinite linear;
}
@-webkit-keyframes pulseanim {
  0% {
    left: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
  }
  
50% {
    left: -3%;
    top: -3%;
    height: 106%;
    width: 106%;
  }
  100% {
    left: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
  }
}
@keyframes pulseanim {
  0% {
    left: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
  }
  
50% {
    left: -3%;
    top: -3%;
    height: 106%;
    width: 106%;
  }
  100% {
    left: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
  }
}
.section2_flex_radio_sec p {
  margin-right: 8px;
}
.section2_flex_radio_sec p.dot {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  border: 2px solid #ffffff;
  position: relative;
}
.section2_flex_radio_sec:hover p.dot span, .section2_flex_radio_sec p.dot span.active_dot {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 2px;
  top: 2px;
  background: #ffffff;
  border-radius: 100%;
}
.section2_flex_radio_sec h6 {
  font-size: 1.4rem;
  line-height: 2rem;
}
.accordionButton {
  width: 100%;
  cursor: pointer;
  position: relative;
}
.evenbutton {
  background: #dddddd;
}
.accordionContent {
  width: 100%;
  display: block;
  background: #ffffff;
  margin-bottom: 20px;
  position: relative;
}
.accordionContentInner {
  margin: 0px 50px 0px 70px;
  padding: 20px 0px;
}
.accordionContent_rows {
  display: block;
  text-align: center;
  margin: 0 0 20px;
}
.accordionContent_cols {
  display: inline-block;
  width: 220px;
  margin: 0px 10px;
  vertical-align: top;
  border-radius: 15px;
  border: 2px solid #61a1ef;
  padding: 20px 15px 30px;
  position: relative;
}
.acc_content_abs {
  position: absolute;
  left: 10%;
  top: -10px;
  width: 80%;
  text-align: center;
  height: 30px;
  background: #ffffff;
  color: #61a1ef;
}

.accordionContent_cols_flex_div {}
.accordionContent_cols_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3px;
  text-align: left;
}
.opacity0 {
  opacity: 0;
}
.accordionContent_cols_flex p {
  margin-right: 10px;
}
.accordionContent_cols_flex p.accordion_para {
  font-size: 0.9rem;
  line-height: 1.1rem;
}
.accordionContent_cols_flex img {
  width: 20px;
}
.acc_content_abs_bottom {
  position: absolute;
  left: 0%;
  bottom: 0px;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #61a1ef;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #ffffff;
}
.accordionContent_cols_click {
    cursor: pointer;
}
.accordionContent_cols_click:hover, .accordionContent_cols.accordionContent_cols_active {
  border: 2px solid #0540F2;
}

.accordionContent_cols_click:hover .acc_content_abs, .acc_content_abs_active {
  color: #0540F2;
}
.accordionContent_cols_click:hover .acc_content_abs_bottom, .acc_content_abs_bottom.acc_content_abs_bottom_active {
  background: #0540F2;
}
.continue_margin_minus {
    margin-top: -70px;
}
.section3_content_bottom {
  margin-top: 7%;
}
.section3_content_bottom_flex {
  display: flex;
  justify-content: space-between;
}
.section3_content_bottom_flex_left {
  width: 65.8%;
}
.section3_content_bottom_flex_left_cols {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 20px 0px 40px;
}
.section3_content_bottom_flex_right {
  width: 32%;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 20px 15px;
}
.section3_content_bottom_flex_two_cols {
  width: 48.5%;
}
.section3_content_bottom_form_cols {
  margin-bottom: 30px;
  position: relative;
}
.section3_content_bottom_form_cols p {}
.section3_content_bottom_form_three_cols {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.section3_content_bottom_form_dob_cols {
  width: 32%;
}
.section3_content_bottom_flex_right_twocols {
  width: 100%;
  padding: 15px 0px 10px;
  border-bottom: 1px solid #cccccc;
}
.section3_content_bottom_flex_right_twocols_flex {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 15px;
}
.section3_content_bottom_flex_right_twocols_flex.marginbtm_0 {
  margin-bottom: 0px;
}
.section3_content_bottom_flex_right_twocols_cols_icons {
  width: 10%;
  margin-right: 10px;
}
.section3_content_bottom_flex_right p {}
.section3_content_bottom_flex_right_twocols_cols_text {
  position: relative;
  width: 90%;
}
.section3_content_bottom_flex_right_twocols_cols_text span {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 2px;
  width: 25px;
}
.section3_content_bottom_flex_right_twocols_total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.section3_content_bottom_flex_right_twocols_total h6 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #0540F2;
}
.section5_content {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 5;
}
.section5_content_table {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
.section5_align_center {
    display: table-cell;
    vertical-align: middle;
    padding: 5% 0 8%;
    position: relative;
}
.runway_logo_section5 img {
    width: 230px;
}
.section5_align_center h2 {
    font-size: 4rem;
    line-height: 5rem;
    font-family: 'AvenirNextLTPro-Bold';
}
.section5_align_center p{
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 20px 0px;
}
.close_icon {
    text-align: right;
    margin: 0px;
    cursor: pointer;
    margin-bottom: 30px !important;
    display: block;
    -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 576px) {
  .close_icon {
    text-align: center;
  }
}
.close_icon:hover {
    opacity: 0.7;
}
.close_icon img {
    width: 80px;
}

@media (max-width: 1500px) {
.section1_content {
    padding: 5% 0 5%;
}
h1.h1_text {
    font-size: 4rem;
    line-height: 5rem;
}
.home_cta {
    margin-top: 5%;
}    
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.section1_content {
    padding: 8% 0 5%;
}    
}
@media (max-width: 1366px) and (max-height: 700px) {}
@media (max-width: 1366px) {
.container_grid {
    width: 1050px;
}
.section2_content_accordion_flex {
    padding: 3% 2%;
}    
.section2_content_accordion_flex_cols p {
    font-size: 0.9rem;
    line-height: 1.4rem;
}    
.section2_content_accordion_flex_cols {
    width: 28%;
}        
.section2_content_accordion_flex_cols_first {
    width: 40%;
}    

}
@media (max-width: 1100px) {
.header_section {
    position: relative;
    padding: 40px 0px 20px;
    margin: 0px;
    width: 100%;
}    
.container_grid {
    width: 90%;
}    
h1.h1_text {
    font-size: 3.5rem;
    line-height: 4.5rem;
}
h2.h2_text {
    font-size: 3rem;
    line-height: 4rem;
}    
.section2_content_accordion {
    margin-top: 9%;
}    
.section3_content_bottom {
    margin-top: 11%;
}    
.section2_flex_radio_sec h6 {
    font-size: 1.2rem;
    line-height: 2rem;
}    
}
@media (orientation: portrait) {
.content_slider {
    width: 100%;
}
.section1_content {
    padding: 15% 0 5%;
}    
.section2_content_accordion_flex {
    display: block;
    justify-content: inherit;
    text-align: center;
}    
.section2_content_accordion_flex_cols {
    width: 280px;
    position: relative;
    margin: 20px auto;
}    
.section2_content_accordion {
    margin-top: 10%;
}    
.section2_content_inner {
    margin: 0% 0%;
}    
.section2_content_accordion_flex_cols_first {
    width: 100%;
}    
.accordionContentInner {
    margin: 0px 30px 0px 30px;
}    
.accordionContent_cols {
    width: 180px;
    padding: 20px 10px 30px;
}    
.accordionContent_cols_flex p.accordion_para {
    font-size: 0.75rem;
}    
.section3_content_bottom_flex {
    display: block;
    justify-content: inherit;
} 
.section3_content_bottom_flex_left {
    width: 100%;
}    
.section3_content_bottom_flex_right {
    width: 100%;
    margin-bottom: 50px;
}    
.section3_content_bottom_flex_right_twocols_cols_icons {
    width: 30px;
}    
.section3_content_bottom {
    margin-top: 10%;
}    
.continue_margin_minus {
    margin-top: 50px;
}
.input_fields {
    padding: 14px 25px 12px 15px;
}    
.input_fields span.field_icons {
    right: 13px;
    top: 15px;
}    
.input_fields span.field_icons img {
    height: 22px;
}    
}
@media (max-width: 990px) {}
@media (max-width: 900px) {
body {
    font-size: 1.2rem;
    line-height: 1.6rem;
}    
.content_slider {
    width: 100%;
}
.section1_content {
    padding: 15% 0 5%;
}    
.section2_content_accordion_flex {
    display: block;
    justify-content: inherit;
    text-align: center;
}    
.section2_content_accordion_flex_cols {
    width: 280px;
    position: relative;
    margin: 20px auto;
}    
.section2_content_accordion {
    margin-top: 10%;
}    
.section2_content_inner {
    margin: 0% 0%;
}    
.section2_content_accordion_flex_cols_first {
    width: 100%;
}    
.accordionContentInner {
    margin: 0px 30px 0px 30px;
}    
.accordionContent_cols {
    width: 180px;
    padding: 20px 10px 30px;
}    
.accordionContent_cols_flex p.accordion_para {
    font-size: 0.75rem;
}    
.section3_content_bottom_flex {
    display: block;
    justify-content: inherit;
} 
.section3_content_bottom_flex_left {
    width: 100%;
}    
.section3_content_bottom_flex_right {
    width: 100%;
    margin-bottom: 50px;
}    
.section3_content_bottom_flex_right_twocols_cols_icons {
    width: 30px;
}    
.section3_content_bottom {
    margin-top: 10%;
}    
.continue_margin_minus {
    margin-top: 50px;
}
.input_fields {
    padding: 14px 25px 12px 15px;
}    
.input_fields span.field_icons {
    right: 13px;
    top: 15px;
}    
.input_fields span.field_icons img {
    height: 22px;
}       
.header_section {
    padding: 40px 0px 20px;
    text-align: center;
}    
.runway_logo {
    width: 100%;
    float: none;
    margin-bottom: 30px;
}    
.runway_logo img {
    width: 250px;
}
.header_nav {
    float: none;
}
.input_fields {
    font-size: 1.1rem;
    line-height: 1.6rem;
}    
.section1_content {
    padding: 10% 0 100px;
}    
.accordionContent_cols_flex p.accordion_para {
    font-size: 0.8rem;
}    
h1.h1_text {
    font-size: 2.6rem;
    line-height: 3.5rem;
}    
.section2_content_accordion, .section3_content_bottom {
    margin-top: 15%;
}    
.section1_three_rows {
    display: block;
    margin: 3% 0 0;
}    
.section1_three_cols {
    width: 100%;
    margin-bottom: 20px;
}    
.header_nav span {
    margin: 0px 15px;
    font-size: 1.3rem;
    line-height: 1.7rem;
}    
.section2_content_inner {
    margin: 0%;
    display: block;
}    
.section2_content_left {
    width: 100%;
    margin-bottom: 30px;
}    
.section2_content_right {
    width: 100%;
}    
.header_nav span {
    margin: 8px 15px;
}    
.accordionContent_cols {
    width: 90%;
    margin-bottom: 40px;
    max-width: 300px;
}    
.section5_align_center h2 {
    font-size: 2.2rem;
    line-height: 3rem;
}        
.close_icon img {
    width: 50px;
}        
.section3_content_bottom_flex_left_cols {
    display: block;
    width: 100%;
    margin: 20px 0px 40px;
}    
.section3_content_bottom_flex_two_cols {
    width: 100%;
}    
.section2_content {
    padding: 5% 0 80px;
}
.input_fields span.field_icons_big img {
    height: 13px;    
}          
.section2_content_accordion_flex {
    padding: 20px;
}    
}
@media (max-width: 750px) {

}
@media (max-width: 480px) {
.header_nav span {
}    
h1.h1_text {
    font-size: 2.4rem;
    line-height: 3.2rem;
}    
h2.h2_text {
    font-size: 2.2rem;
    line-height: 3rem;
}    
.header_nav span {
    margin: 0px 8px;
    font-size: 0.85rem;
    line-height: 1.3rem;
}
.acc_content_abs_bottom {
    left: -1px;
    bottom: -1px;
    width: 101%;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}
  


}
@media (max-height: 480px) {
h1.h1_text {
    font-size: 2.2rem;
    line-height: 3rem;
}    
.section1_content {
    padding: 7% 0 100px;
}    
.accordionContent_cols {
    width: 180px;
    padding: 20px 10px 30px;
}    
.accordionContent_cols_flex p.accordion_para {
    font-size: 0.75rem;
    line-height: 1.1rem;
}    
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

input {
  font-family: 'AvenirNextLTPro-Regular';
}

input.wrong {
  border-color: red;
  border-width: 2px;
}

.info {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 50px;
  height: 25px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.info.visa {
  background-image: url("../images/visa2.png");
  transform: translateY(0);
}
.master.info {
  background-image: url("../images/master2.png");
  transform: translateY(0);
}
.info.express {
  background-image: url("../images/americanexpress2.png");
  transform: translateY(0);
}
.wrong.info {
  
}
.wrong.info::after {
  content: 'Wrong';
  display: block;
  background-color: red;
  color: white;
  width: 50px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 7px;
  font-size: 12px;
  border-radius: 4px;
  text-align: center;
}

#virtual-card {
  margin-top: 20px;
  margin-bottom: 20px;
  /* background-image: linear-gradient(to right, #b1368a, #d83a72, #ef5355, #f47735, #e89d0f); */
  position: relative;
  border-radius: 15px;
}
.absolute-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#virtual-card .size-ratio {
  padding-top: 56.25%;
}
#virtual-card .info.visa,
#virtual-card .info.master,
#virtual-card .info.express {
  top: 15px;
  transform: translateY(0);
}

#virtual-card .number{
  font-size: 20px;
  color: white;
  position: absolute;
  top: 40%;
  left: 20px;
}

.cvv-row {
  display: flex;
}
.expiry, .cvv {
  flex: 1;
}
.cvv {
  margin-left: 15px;
}
.expiry input, .cvv input {
  margin-top: 5px;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  border-width: 1px;
  outline: none;
  font-size: 20px;
  text-align: center;
  font-family: 'AvenirNextLTPro-Regular';
}
.expiry div {
  margin-top: 5px;
  border-radius: 10px;
  border: 1px solid black;
  display: flex;
  overflow: hidden;
}
.expiry input {
  margin: 0px;
  border-width: 0px;
  flex: 1;
  font-family: 'AvenirNextLTPro-Regular';
}
.expiry input:first-child {
  border-radius: 0px;
  border-right: 1px solid black;
}

.expiry-date {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: white;
  font-size: 13px;
}
.expiry-date p {
  margin-bottom: 0px;
  line-height: 10px;
}

.holder-name {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-size: 13px;
}
.holder-name p {
  margin-bottom: 0px;
  line-height: 10px;
}

@media screen and (max-width: 480px) {
  .expiry-date, .holder-name {
    bottom: 10px;
    font-size: 11px;
  }
  #virtual-card {
    border-radius: 10px;
  }
  #virtual-card .number{
    font-size: 16px;
  }
}

.paypal-container {
  background-color: rgba(0,0,0,0.8);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.svg-ui {
  position: relative;
}
.pay-button {
  position: absolute;
  width: 77%;
  height: 9.11%;
  top: 41.45%;
  left: 11.33%;
  cursor: pointer;
}

.select_box_sec {
  display: none;
}
.select_box_sec.show {
  display: block;
}

@media screen and (max-width: 576px) {
  .h2_text {
    text-align: center;
  }
  .xs_center {
    text-align: center;
  }
  .xs_smaller {
    font-size: 0.8em;
  }
  .xs_none {
    display: none;
  }
}

.btn_pay {
  display: inline-block;
  text-align: center;
  padding: 15px 30px 12px !important;
  background: #0540F2;
  position: relative;
  color: #ffffff !important;
  font-size: 1.2rem !important;
  line-height: 1.7rem !important;
  cursor: pointer;
  border-radius: 10px !important;
}
.term-container {
  display: flex;
  margin-bottom: 20px;
}
.term-container p.dot {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  position: relative;
}
.term-container p.dot span.active_dot {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 2px;
  top: 2px;
  background: #000;
  border-radius: 100%;
}
@media screen and (max-width: 480px) {
  .term-container p:last-child {
    font-size: 14px;
    font-family: 'AvenirNextLTPro-Light';
  }
}

.title-bar {
  position: relative;
}
.dropdown-icon-title-bar {
  position: absolute;
  top: 0px;
  right: 0px;
}

.make-payment-title-bar .dropdown-icon-title-bar {
  top: 25px;
  right: 20px;
}

.svg-container-index-page {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.svg-container-index-page .inner-size {
  padding-bottom: 73.31%;
}

.svg-mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .svg-desktop {
    display: none;
  }
  .svg-mobile {
    display: block;
  }
  .svg-container-index-page .inner-size {
    padding-bottom: 179.8%;
  }
}

.svg-container-index-page .absolute-place {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.total-price-in-svg {
  position: absolute;
  top: 86.05%;
  width: 27.2%;
  height: 8.74%;
  left: 69.15%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-weight: bold;
  color: #0540F2;
  font-size: 28.8px;
}

#congras-container h2 {
  font-family: 'Encode-Sans-Semi-Expanded';
}

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

@media screen and (max-width: 480px) {
  .flight_button {
    justify-content: flex-start;
  }
  .flight_button p:nth-child(2) {
    flex: 1;
    text-align: left;
    padding-left: 15px;
  }

  .text_center_mobile {
    text-align: center;
  }
}

