@font-face {
  font-family: "lato-black";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Lato/Lato-Black.woff") format("woff"),
    url("/fonts/Lato/Lato-Black.ttf") format("truetype");
}

@font-face {
  font-family: "lato-light";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/Lato/Lato-Light.woff") format("woff"),
    url("/fonts/Lato/Lato-Light.ttf") format("truetype");
}

@font-face {
  font-family: "lato";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Lato/Lato-Regular.woff") format("woff"),
    url("/fonts/Lato/Lato-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "lato-bold";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Lato/Lato-Bold.ttf") format("woff"),
    url("/fonts/Lato/Lato-Bold.ttf") format("truetype");
}

body {
  font-family: "lato", arial, Helvetica, sans-serif;
}

/* Padding Classes */
/* Bootstrap class */
.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: .25rem !important;
}

.m-2 {
  margin: .5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-1 {
  margin-top: .25rem !important;
}

.mr-1 {
  margin-right: .25rem !important;
}

.mb-1 {
  margin-bottom: .25rem !important;
}

.ml-1 {
  margin-left: .25rem !important;
}

.mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important;
}

.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}

.mt-2 {
  margin-top: .5rem !important;
}

.mr-2 {
  margin-right: .5rem !important;
}

.mb-2 {
  margin-bottom: .5rem !important;
}

.ml-2 {
  margin-left: .5rem !important;
}

.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important;
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: .25rem !important;
}

.p-2 {
  padding: .5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-1 {
  padding-top: .25rem !important;
}

.pr-1 {
  padding-right: .25rem !important;
}

.pb-1 {
  padding-bottom: .25rem !important;
}

.pl-1 {
  padding-left: .25rem !important;
}

.px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

.pt-2 {
  padding-top: .5rem !important;
}

.pr-2 {
  padding-right: .5rem !important;
}

.pb-2 {
  padding-bottom: .5rem !important;
}

.pl-2 {
  padding-left: .5rem !important;
}

.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.securitytips-section .panel-body,
.securitytips2 .panel-body {
  padding: 30px 0px;
}

.securitytips2 .panel-group.cus01 .panel {
  background-color: transparent;
}

.cus01 .panel-default>.panel-heading {
  color: #0067B1;
  font-family: 'lato';
  font-size: 22px;
  padding: 20px 70px 20px 0px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  line-height: 1.3;
}

.cus01 .panel-default>.panel-heading h3 {
  font-size: 22px;
  line-height: 1.3;
}

.panel-group.cus01 .panel {
  border: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 10px;
}

.panel-heading.collapsed {
  border-bottom: 1px solid #ddd;
}

.cus01 .panel-default>.panel-heading.collapsed::after {
  background-image: url(../images/plus.svg);
}

.cus01 .panel-default>.panel-heading::after {
  content: '';
  display: block;
  background-image: url(../images/minus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 100%;
  position: absolute;
  right: 25px;
  top: 0;
}

.accordian-title {
  color: #0067B1;
  font-family: 'lato-bold';
}

.accordian-subtitle {
  font-family: 'lato-medium';
  color: #0067B1;
  font-size: 22px;
  line-height: 1.3;
}

.securitytips-section .accordian-title,
.securitytips-section .accordian-description,
.securitytips-section .accordian-subtitle {
  font-size: calc(22px * var(--text-multiplier, 0.68));
}

.securitytips-section .accordian-title,
.securitytips-section .accordian-description {
  margin-top: 0px;
  max-width: 650px;
}

.accordian-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 30px;
}

.securitytips-section ul li,
.securitytips2 ul li {
  padding: 15px;
  line-height: 1.3;
}

.accordian-small-card {
  background-color: white;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.content-card {
  border-radius: calc(0.625rem * var(--text-multiplier, 0.85));
  -webkit-border-radius: calc(0.625rem * var(--text-multiplier, 0.85));
  -moz-border-radius: calc(0.625rem * var(--text-multiplier, 0.85));
  padding: calc(30px * var(--pad-multiplier, 0.7));
  background-color: #ffffff;
  height: 100%;
  text-align: left;
}

.content-card h5 {
  font-family: 'lato-bold';
  line-height: 1.3;
  font-size: 17px;
  padding-bottom: 5px;
}

.div-wrapper {
  position: relative;
  height: 300px;
  width: 300px;
}

.div-wrapper img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.prevention-card .upper-card {
  min-height: 160px;
  margin-bottom: 0px;
}

.securitytips2 .panel-group.cus02 .panel {
  background-color: transparent;
}

.cus02 .panel-default>.panel-heading {
  color: #0067B1;
  font-weight: 700;
  font-size: 24px;
  padding: 20px 60px;
  border-bottom: 1px solid #ddd;

  background-color: transparent;
  cursor: pointer;
  position: relative;
}

.major-container {
  position: relative
}

.major-container .custom-txt--container {
  padding-bottom: 50px;
  padding-top: 50px
}

.major-container .custom-img--container {
  position: absolute;
  top: 0;
  right: 8.3333333333%;
  height: 100%
}

.major-container .custom-img--container img {
  position: absolute;
  bottom: 0;
  right: 0
}

.major-content--container {
  display: none;
  padding-top: 80px
}

.banner-location {
  background: #fff;
  color: #404040
}

.banner-content {
  position: relative;
  height: 500px;
}


.banner-location .img-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-location .major-image--container {
  width: 100%
}

.banner-location .major-image--container img {
  width: 100%
}

.banner-location .container-fluid {
  position: relative
}

.banner-location .row p {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.3;
  color: #FFFFFF;
  font-weight: lighter;
}

@media screen and (max-width:991px) {
  .banner-location .row p {
    font-size: 20px;
  }

  .banner-location .major-image--container img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .cus01 .panel-default>.panel-heading::after {
    right: 0px;
  }
}

@media screen and (max-width:768px) {
  .banner-location .row p {
    font-size: 18px;
    line-height: 1.3;
    font-weight: lighter;
  }

}

.major-content-1 {
  background: #f4f3f0
}

.vcenter {
  display: inline-block;
  vertical-align: middle
}

@media(max-width:991px) {
  .vcenter {
    margin-top: 25px !important;
    margin-bottom: 40px
  }
}

h2.section--heading {
  font-size: 38px;
  line-height: 1.2;
  color: #FFFFFF;
  font-weight: bold;
}

@media screen and (max-width:991px) {
  h2.section--heading {
    font-size: 36px;
    line-height: 1.3
  }
}

@media screen and (max-width:768px) {
  h2.section--heading {
    font-size: 28px;
    line-height: 1.3
  }
}

.btn--locate_us {
  background-color: #EF3E42;
  margin-top: 10px;
  padding: 15px 40px;
  color: #fff;
  border-radius: 5px;
  letter-spacing: 1.2px;
  border: none
}

.btn--locate_us:hover,
.btn--locate_us:active,
.btn--locate_us:focus {
  color: #fff !important;
}

@media(max-width:479px) {
  .btn--locate_us {
    padding: 15px 30px
  }
}

@media(max-width:991px) {
  .hide--md {
    display: none
  }
}

.show--md {
  display: none
}

@media(max-width:991px) {
  .show--md {
    display: block
  }
}

.float--left {
  float: left
}


.text-blue {
  color: #0067B1;
}

.dc-intro {
  padding: 70px 0;
  text-align: center;
}

.intro {
  padding: 70px 0;
  ;
}

.dc-intro .intro__heading {
  font-size: 30px;
  line-height: 1.3;
  max-width: 750px;
  font-weight: 400;
}

.dc-intro .intro__subheading {
  font-weight: 400;
  margin: 15px auto 0;
  max-width: 750px;
  font-size: 22px;
  line-height: 1.3;
  color: #404040;
}

.faq-section {
  padding: 50px 0;
}

.faq-section p {
  color: #404040;
  font-size: 18px;
}

.faq-section #collapse-11 p a {
  color: #404040;
  font-size: 20px;
  text-decoration: underline;
}


.qms-section {
  padding: 100px 0;
  margin: 0 48px;
}

.qms-section p {
  font-size: 20px;
}



.qms-section .qms-content-left {
  padding-top: 15rem;
  max-width: 90%;
}

.qms-section .qms-content-left .qms-title {
  font-family: 'lato';
  line-height: 1.2;
  font-weight: lighter;
  font-size: 35px;
}

.qms-section .qms-content-left .qms-sub {
  color: #404040;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
}

.app-store {
  width: 46%;
  padding: 10px;
}

.scenarios2 {
  padding: 30px 16px 42px;
}

.tuto-card {
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #ffffff;
  padding: 10px;
}

.tuto-card .step-icon {
  padding: 20px;
}

.tuto-card .step-no {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.intro-notice {
  font-size: 14px;
  color: #404040;
}

.faq-title {
  font-weight: lighter;
  font-size: 35px;
  font-family: 'lato';
}

.faq-section .panel-group {
  margin-bottom: 0px;
}

* {
  box-sizing: border-box;
}

.qms-section .column {
  float: left;
  padding: 10px;
}

.qms-section .row::after {
  content: "";
  clear: both;
  display: table;
}

.location-content {
  margin-top: 110px;
  max-width: 450px;
}

.location-content.bm {
  margin-top: 110px;
  max-width: 550px;
}

.faq-list{
    list-style: decimal;
    padding-left: 20px;
    font-size: 18px;
    color: #404040;
}

.faq-list li {
  margin-bottom: 1.5rem;
}

.info-renew {
  margin: 0 -50px;
  padding: 24px 12px;
}

.renewal-slider-section {
  background-color: #E6F6FC;
  padding: 70px 100px;
}

.renewal-slider-section p a,
.footer__mid-right-text a,
#collapse-10 a {
  text-decoration: underline;
  color: #025fab;
}

.renew-title {
  text-align: left;
  font-size: 35px;
  font-weight: lighter;
}

.renew-step {
  font-size: 25px;
  text-align: left;
  font-weight: bold;
}

.renew-content {
  max-width: 400px;
}

.renew-content p {
  text-align: left;
  font-size: 18px;
}

.slick-slide {
  margin: 0 26px;
}

.slick-list {
  margin: 0 -26px;
}

.slick-dots {
  justify-content: center;
  margin-top: 0px !important;
  margin-left: 450px;
}

li.slick-active a,
ul.slick-dots li a {
  color: white;
  position: relative;
  z-index: 10;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

ul.slick-dots li {
  margin: 6px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25px !important;
  height: 25px;
  background: grey;
  color: #fff;
  text-decoration: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 10px;
  cursor: pointer;
}

ul.slick-dots li.slick-active {
  margin: 6px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25px !important;
  height: 25px;
  background: red;
  color: #fff;
  text-decoration: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 10px;
}

.renew-card {
  display: flex;
  justify-content: center;
}

.renewal-slide-img {
  margin-right: 30px;
  width: 600px;
}

.delivery-warning {
  color: #404040;
  font-size: 14px;
}

.p-control {
  margin: 0 68.38px;
}

.intro__heading {
  font-size: 32px;
}

.intro__heading.bm{
  max-width: 700px;
}

.mobile-hide {
  display: block;
}

.desktop-hide {
  display: none;
}

/* Tab */
.tab-area{
  margin-bottom: 50px;
}
a.btn-tab{
  color: #0067B1;
  border: 2px solid #0067B1;
  padding: 14px 70px;
  margin: 0 10px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  
}
a.btn-tab.active,
a.btn-tab:hover,
a.btn-tab:focus{
  background: #0067B1;
  color: white;
  
}


@media (min-height: 1024px) and (min-width: 1305px) {

  .renew-card {
    width: 85%;
    padding-left: 60px;
  }
}

@media screen and (max-width:991px) {

  .renew-card {
    flex-direction: column;
  }

  .qms-section {
    padding: 0px 10px 80px;
  }

  .qms-section .qms-content-left {
    padding-top: 4rem;
  }

  .slick-dots {
    margin-left: 0px;
  }

  .renewal-slide-img {
    margin-right: 0px;
    padding: 20px;
  }

  .renew-content {
    max-width: 100%;
    padding: 0px 0;
  }

  .info-renew {
    margin: 0 0px;
    padding: 0px 0px;
  }

  /* .location-content.bm {
    margin-top: 85px;
  } */

}

@media screen and (max-width:768px) {

  .dc-intro .intro__heading,
  .qms-section .qms-content-left .qms-title {
    font-size: 28px;
  }

  .dc-intro .intro__subheading,
  .qms-section .qms-content-left .qms-sub {
    font-size: 18px;
    /* font-weight: lighter; */
  }

  .p-control {
    margin: 0 30.38px;
  }

  .scenarios2 {
    padding: 30px 0 42px 0;
  }

  .renew-content p {
    text-align: center;
    word-break: break-word;
    padding: 10px;
  }

  .renew-step {
    text-align: center;
    font-size: 22px;
  }

  .renew-title {
    text-align: center;
    font-size: 28px;
  }

  .qms-section {
    margin: 0;
  }

  .qms-section p {
    font-size: 18px;
  }

  .faq-title {
    font-size: 28px;
  }

  .faq-section p {
    font-size: 18px;
    font-family: 'lato';
  }

  .cus01 .panel-default>.panel-heading h3 {
    font-size: 22px;
  }

  .qms-section .column {
    width: 50%;
  }

  .intro__heading {
    font-size: 28px;
  }

  .banner-content {
    position: relative;
    height: 400px;
  }

  .location-content {
    margin-top: 66px;
    margin-left: 20px;
  }

  .location-content.bm {
    margin-top: 75px;
  }


}

@media screen and (max-width:479px) {
  .mobile-hide {
    display: none;
  }

  .desktop-hide {
    display: block;
  }

  .location-content {
    margin-bottom: 50px;
    margin-top: 320px;
    margin-left: 20px;
  }

  .banner-content {
    position: relative;
    height: 630px !important;
  }

  a.btn-tab{
    padding: 14px 60px;
    
  }
  .location-content.bm {
    margin-top: 300px;
}
}

@media (min-width: 381px) and (max-width: 420px){
  .banner-content {
    position: relative;
    height: 675px !important;
  }
}

@media screen and (max-width:380px) {

  .location-content {
    margin-top: 320px;
  }

  .banner-content {
    height: 670px !important;
  }

  a.btn-tab{
    padding: 14px 40px;
    
  }
}

.rhb_logo {
  width: 25rem!important;
  position: absolute;
  top: 50px;
}

.rhb_logo_mobile {
  width: 30vw!important;
  position: absolute;
  top: 20px;
}

