section.top {
  background-image: url(../img/Home-2.webp);
  background-size: cover;
  background-position: center;
  height: 1100px;
  position: relative;
}

section .top-banner.custom{
  padding-top: 200px;
  padding-bottom: 200px;
}

section > article.top-banner.custom > header{
  width: 100%;
}

section.top>header, section.top>header>div.left{
  color: #fff;
  /* margin-top: 200px; */
  padding: var(--custom-padding);
  padding-top: 200px;
}

section.top > #navigation {
  top: 0;
}

section.top>header>h1, section.top>header>div.left>h1 {
  font-size: 5rem;
  font-weight: lighter;
  line-height: 6.5rem;
  margin: 0;
}

section.top>header>p, section.top>header>div.left>p{
  margin: 20px 0 0 0;
  font-size: 1.6rem;
}

section.top>header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  /* margin-top: 100px; */
  /* border: 1px solid blue; */
}

section.top>header>div {
  /* border: 1px solid red; */
  flex: 1 0 0;
}

section.top>header>div.left {
  padding: 0;
  margin: 0;
  height: 300px;
}

.contentTop{
  display: flex;
  justify-content: space-between;
  align-items: start;
  color: #fff;
  padding: var(--custom-padding);
  padding-top: 0;
  padding-bottom: 0;
}

 .contentTop > div > p{
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.contentTop > div > .sub-text{
  margin: 30px 0;
  color: #ffffff9e;
}
.contentTop > div {
  width: 45%;
}

.contentTop > div > .label{
  font-size: 1.8rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.contentTop > div > .label >img {
  width: 40px;
  margin-right: 15px;
}

section .top-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: var(--custom-padding);
  display: flex;
  align-items: center;
}

section .news-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: var(--custom-padding); */
  box-sizing: border-box;
  display: flex;
  align-items: start;
  min-height: calc(100vh - 133px);
}

section .news-content > header {
  /* border: 1px solid red; */
  width: 100%;
  min-height: calc(100vh - 133px);
  /* height: 100%; */
  /* padding: 1rem 3rem; */
  padding: var(--custom-padding);
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  /* box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2); */
}

section .news-content > header > h2 {
  font-size: 3rem;
}

section .news-content > header > p {
  font-size: 1.2rem;
  white-space: pre-wrap;
  width: 100%;
}

section > article.top-banner > header, section > article.top-banner > div > header{
  color: #fff;
  width: 50%;
}

section > article.top-banner > header > h1, section > article.top-banner > div > header > h1{
  font-size: 5rem;
  font-weight: lighter;
  margin: 5px 0;
  line-height: 6.5rem;
}

section > article.top-banner > header > p, section > article.top-banner > div > header > p{
  margin: 0;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #ddd;
  margin-top: 20px;
}

.news {
  margin-top: 40px;
}

.news > h1 {
  padding-left: var(--custom-padding-left);
  padding-right: var(--custom-padding-left);
  margin-bottom: 2rem;
}

.news > .carousel {
  /* border: 1px solid red; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.news > .carousel > .arrow {
  flex: var(--custom-padding-left) 0 0;
  /* border: 1px solid blue; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
}

.news > .carousel > .contents {
  flex: 1 0 0;
  /* border: 1px solid blue; */
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 64px;
  overflow-x: hidden;
}

.news > .carousel > .contents > div {
  /* border: 1px solid green; */
  flex: 30% 0 0;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.news > .carousel > .contents > div > .pic {
  flex: 280px 0 0;
  /* border: 1px solid red; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news > .carousel > .contents > div > .title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  min-height: 72px;
  /* vertical-align: middle; */
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.news > .carousel > .contents > div > .more {
  display: inline-block;
  width: 218px;
  cursor: pointer;
}

.news > .carousel > .contents > div > .more > div {
  background-color: #0F3660;
  color: white;
  padding: 15px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.news > .carousel > .left-arrow > svg {
  transform: rotate(180deg);
}

/* send-money */
.send-money {
  padding: var(--custom-padding);
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
}

.send-money > .content-h1{
  width: 80%;
  margin: auto;
}

.send-money > .content-p{
  width: 80%;
  margin: auto;
  margin-top: 40px;
  color: var(--subtext-color);
}

.send-money > .list {
  display: flex;
  margin-top: 50px;
}

.send-money > .list:last-child{
  padding-left: 80px;
  margin-top: 18px;
}

.send-money > .list > div {
  position: relative;
  width: 33.33%;
  margin-right: 22px;
}

.send-money > .list > div:last-child{
  margin-right: 0;
}

.send-money > .list > div > img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.send-money > .list > div > .content{
  position: absolute;
  bottom: 0;
  text-align: left;
  color: #fff;
  padding: 0px 20px 40px;
  height: 70px;
}

.send-money > .list > div > .content > p{
  margin: 0;
  color: #ffffff9e;
}

.send-money > .list > div > .content > p:first-child{
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #fff;
}

/* glow-business */
.glow-business {
  background: var(--primary-color);
  color: #fff;
}
.glow-business > div{
  padding: var(--custom-padding);
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
}

.glow-business > div > .content{
  width: 43%;
}

.glow-business > div > .content > h1{
  margin-top: 0;
  font-weight: lighter;
}

.glow-business > div > .content > .content-p{
  color: #ffffff9e;
  margin-bottom: 100px;
  line-height: 2rem;
}

.glow-business > div > img{
  width: 40%;
  height: 650px;
  object-fit: cover;
}  

.money-save{
  margin-bottom: 150px;
}

.money-save > div > img {
  height: auto;
}

.money-exchange{
  padding: var(--custom-padding);
  padding-top: 150px;
  padding-bottom: 150px
}

.money-exchange > h1 {
  text-align: center;
}

.money-exchange > ul{
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 100px;
}

.money-exchange > ul > li{
  width: 28%;
  margin-top: 100px;
}

.money-exchange > ul > li > p{
  font-size: 1.6rem;
  margin-bottom: 0;
}

.money-exchange > ul > li > p:last-child{
  font-size: 1.2rem;
  margin-top: 10px;
  color: #a3a3a3;
}

/* transfer-money */
.transfer-money{
  background: var(--primary-color);
  color: #fff;
}

.transfer-money > div{
  padding: var(--custom-padding);
  padding-top: 150px;
  padding-bottom: 150px;
}

.transfer-money > div > .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.transfer-money > div > .content:first-child{
  margin-bottom: 150px;
}

.transfer-money > div > .content > .details{
  width: 50%;
}

.transfer-money > div > .content > .img{
  width: 50%;
  text-align: center;
}

.transfer-money > div > .content > .details > .content-p{
  color: #ffffff9e;
  line-height: 2rem;
}

/* register-with-us */
.register-with-us{
  padding: var(--custom-padding);
  padding-top: 150px;
  padding-bottom: 150px;
  color: #fff;
}

.register-with-us > .content{
  background-image: url(../img/Register.png);
  background-position: center;
  background-size: cover;
  padding: 180px 800px 180px 120px;
}

.register-with-us > .content > .content-p{
  margin-bottom: 50px;
  color: #ffffff9e;
}


/* about us */
.about-us{
  background-image: url(../img/About-us.jpg);
  height: 800px;
}

.our-people{
  padding: var(--custom-padding);
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}

.our-people > .content-p{
  color: var(--subtext-color);
  width: 80%;
  margin: auto;
  margin-top: 40px;
}

.our-people > ul {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  text-align: left;
  margin-top: 80px;
}

.our-people > ul > li {
  width: 25%;
  min-width: 320px;
  background: #F2F2F2;
  padding: 50px 40px;
  height: 100px;
  cursor: pointer;
}

.our-people > ul > li > h2{
  margin-top: 0px;
}

.our-people > ul > li > p{
  line-height: 1.5rem;
  margin-bottom: 0;
  margin-top: 0;
}

.our-people > ul > li:hover{
  background: #e3e3e3;
}

.register-with-us.about{
  padding-top: 0;
}

/* our-people-content */

#content{
  margin-bottom: 150px;
  background: #222222;
}

.people-content{
  color: #fff;
  width: 60%;
  margin: auto;
  text-align: center;
  padding: 100px 0 120px;
}

.people-content > h1 {
  margin-top: 60px;
  font-weight: 600;
}

.people-content > p{
  text-align: left;
  margin-top: 50px;
  color: #b5b5b5;
}

.wholesale {
  background-image: url(../img/Wholesale.jpg);
  height: 800px;
}

.remittance {
  background-image: url(../img/Remittance.jpg);
  height: 800px;
}

.remittance .sub-title{
  font-size: 24px;
  line-height: 36px;
}
.remittance > div > div {
  display: flex;
  justify-content: end;
}
.remittance > div > div > div {
  display: flex;
  flex-direction: column;
  color: white;
}

.remittance > div > div > div > div {
  margin-bottom: 1rem;
}

/* service */
.service{
  background-image: url(../img/Services.jpg);
  height: 800px;
  /* display: flex; */
  /* flex-direction: column; */
}

.service > div {
  display: flex;
  flex-direction: column;
}

.service > div > header{
  margin-top: 35px
}

.service > div > header > .sub-title{
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 50px;
}

.service > div > div > ul {
  margin-top: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: white;
  text-align: center;
  line-height: 1.5rem;
}

.service > div > div > ul > li > h2 {
  font-weight: 400;
}
.service > div > div > ul > li > p {
  font-weight: 300;
}

.business-personal > #Business > h1 {
  padding: var(--custom-padding);
  padding-bottom: 0;
}

.business-personal > #Personal > ul {
  padding: var(--custom-padding);
}

.business-personal > #Personal > h1 {
  padding: var(--custom-padding);
  padding-bottom: 0;
}

.business-personal > #Business > ul {
  padding: var(--custom-padding);
}

.business-personal > ul {
  display: flex;
  justify-content: space-between;
}

.business-personal > ul > li{
  width: 45%;
  height: 250px;
  position: relative;
  color: #fff;
}

.business-personal > ul > li:hover{
  opacity: .8;
}

.business-personal > ul > li > span{
  position: absolute;
  bottom: 40px;
  left: 50px;
}

.business-personal > ul > li:first-child{
  background-image: url(../img/Business.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.business-personal > ul > li:last-child{
  background-image: url(../img/Personal.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* #Business{
  padding: var(--custom-padding);
}

#Personal{
  padding: var(--custom-padding);
} */

#Personal > ul{
  flex-wrap: wrap;
}

.tabcontent > ul > li{
  margin-bottom: 50px;
}

.invest-info {
  background: var(--primary-color);
}

.invest-info > ul {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding:120px 180px;
  text-align: center;
  color: #fff;
}

.invest-info > ul > li > img{
  width: 60px;
}

.invest-info > ul > li > h2{
  font-weight: lighter;
  margin-bottom: 15px;
}

.invest-info > ul > li > p{
  margin:0;
  color: #ffffff9e;
  line-height: 1.5rem;
}

.receive-fund {
  padding: var(--custom-padding);
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.receive-fund > .content{
  width: 43%;
}

.receive-fund > .content > h1{
  margin-top: 0;
  font-weight: lighter;
}

.receive-fund > .content > .content-p{
  color: var(--subtext-color);
  margin-bottom: 100px;
  line-height: 2rem;
}

.receive-fund > img{
  width: 40%;
  object-fit: cover;
}  

.send-receive {
  padding: var(--custom-padding);
  margin-bottom: 100px;
}

.send-receive > .contentTop {
  padding: 60px 50px;
  background: var(--secondary-color);
}


/* rete */
.rate{
  background-image: url(../img/Rates.jpg);
  height: 800px;
  justify-content: space-between;
}

.rate > header > .sub-title{
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  font-size: 2.2rem;
}

.rate > header > .sub-title > span{
  font-size: 1rem;
  color: #818181;
}

.rate > header > .sub-title > span:first-child{
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 1.4rem;
}

.rate > .content{
  background: var(--secondary-color);
  color: #fff;
  padding: 50px 40px;
  width: 40%;
}

.rate > .content > p{
  line-height: 2rem;
  color: #adadad;
  font-size: 1.4rem;
}

.rate > .content > p:nth-child(2){
  color: #fff;
}

.rate-table {
  padding: 100px 12.5rem;
  overflow: auto;
}

.rate-table > table{
  width: 100%;
  margin-top: 1rem;
  min-width: 700px;
}

.rate-table > .tabs {
  line-height: 4.3rem;
  display: flex;
  flex-direction: row;
}

.rate-table > .tabs > div {
  flex: 1 0 0;
  text-align: center;
  background-color: #d9d9d9;
  cursor: pointer;
}

.rate-table > .tabs > div.selected {
  background-color: #0F3660;
  color: white;
  cursor: default;
}

td, th {
  border-bottom: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  padding: var(--custom-padding);
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: lighter;
}

.rate-table table {
  border-collapse: collapse;
}

#rate .flag, #exchange .flag {
  width: 30px;
  height: 30px;
}

#rate td, #exchange td {
  border-bottom: 1px solid #dddddd;
  text-align: left;
  padding: 0;
  /* padding: 8px;
  padding: var(--custom-padding);
  padding-top: 10px;
  padding-bottom: 10px; */
  /* font-weight: lighter; */
}
#rate td:first-child, #exchange td:first-child {
  padding-left: var(--custom-padding-left);
  padding-right: 1rem;
}

#rate td:first-child > p:last-child, #exchange td:first-child > p:last-child{
  font-weight: normal;
}

#rate tr:nth-child(odd), #exchange tr:nth-child(odd) {
  background-color: #E9E9E9;
}

td{
  font-weight: bold;
}

td > p:first-child {
  margin-bottom: 5px;
}

td > p:last-child {
  margin-top: 0;
  /* font-weight: lighter; */
}


/* contact */
.contact{
  background-image: url(../img/ace_tower.webp);
  height: 800px;
}

section > article.top-banner.contact > header{
  width: 40%;
}

section .top-banner.contact{
  justify-content: space-between;
}

section > article.top-banner.contact > header > .form-field {
  margin-top: 50px;
}

section > article.top-banner.contact > header > .details{
  margin-top: 50px;
}

section > article.top-banner.contact > header  p {
  line-height: 1.5rem;
  color: #d9d9d9;
}

section > article.top-banner.contact > header {
  margin-top: 70px;
}

section > article.top-banner.contact > header .title{
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: #fff;
}

section > article.top-banner.contact > header > .details > .title.operations{
  margin-top: 50px;
  margin-bottom: 10px;
}

section > article.top-banner.contact > .map{
  width: 45%;
}


.contact-us{
  padding: var(--custom-padding);
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 100px;
  padding-bottom: 120px;
}

.contact-us > div{
  width: 46%;
}

/* .contact-us > .infor > .content-p{
  line-height: 2rem;
} */

.contact-us > .infor > img{
  width: 100%;
  height: 655px;
  object-fit: cover;
}

.contact-us > .form > .form-warp{
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 30px;
  width: 100%;
}

.contact-us > .form > .form-warp.col-2 > .form-field {
  width: 48%;
}

.contact-us > .form > .form-warp > .form-field {
  width: 100%;
}

.contact-us > .form > .form-warp.captcha-submit { 
  align-items: center;
}

.contact-us > .form > .form-warp.captcha-submit > .button-field > button {
  background: #000;
  color: #fff;
  border: 0;
  padding: 15px 30px;
  min-width: 150px;
  cursor: pointer;
}


.contact-us > .form > .form-warp.captcha-submit > .button-field {
  text-align: right;
}


.contact-us > .form > .form-warp > .form-field > textarea{
  width: 96%;
  border-radius: 8px;
  border: 1px solid #D4D4D4;
  padding: 0;
  margin: 0;
  text-align: left;
  padding: 2%;
}

.contact-us > .form > .form-warp > .form-field > .select-form{
  display: flex;
  align-items: start;
}

.contact-us > .form > .form-warp > .form-field > .select-form {
  position: relative;
}

.contact-us > .form > .form-warp > .form-field > .select-form > select{
  width: 80px;
  position: absolute;
  border: none;
  background: transparent;
}

.contact-us > .form > .form-warp > .form-field > .select-form > input{
  padding-left: 100px;
}

.contact-us > .form > .form-warp.interest{
  margin-bottom: 70px;
}

.contact-us > .form > .form-warp.interest > .form-field > .select-form > select{
  width: 100%;
  border-radius: 8px;
  border: 1px solid #F4F4F4;
  background: #F4F4F4;
  height: 40px;
}


/* privacy */
.privacy-content{
  padding: var(--custom-padding);
  padding-top: 150px;
}

.privacy-content > .content-list {
  margin-bottom: 100px;
}

.privacy-content > .content-list > p{
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.privacy-content > .content-list > ul{
  margin: 50px 0;
}

.privacy-content > .content-list > ul >li {
  margin-bottom: 10px;
  font-size: 1.2rem;
} 

/* bribery*/
section .top-banner.custom.bribery{
  margin-bottom: 150px;
}

.hide {
  display: none !important;
}

section.top>header>div.right {
  /* padding-left: 3rem; */
  flex: 490px 0 0;
}

.exchange-calc {
  /* padding: 2rem 1.5rem 1.5rem 1.5rem; */
  display: flex;
  flex-direction: column;
  /* opacity: 0.8; */
  max-width: 490px;
  background-color: #2C2D2DCC;
}

.exchange-calc > div {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.exchange-calc > div:first-child {
  padding: 0;
}
.exchange-calc > div:last-child {
  padding-bottom: 1.5rem;
}

.exchange-calc > div.tabs,  .exchange-calc > div.tab-group {
  display:  flex;
  flex-direction: row;
  /* border: 1px solid red; */
}
.exchange-calc > div.tab-group > div {
  /* border: 1px solid blue; */
  text-align: center;
  /* padding-bottom: 0.5rem; */
  padding: 1rem;
  font-size: 12px;
  background: #505050;
  cursor: pointer;
  /* padding: 0.5rem 0;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-top: 1px solid white; */
}
.exchange-calc > div.tab-group > div.active {
  background-color: transparent;
}

.exchange-calc > div.tab-group > div:first-child {
  flex: 1 0 0;
  /* border-right: 1px solid transparent; */
}

.exchange-calc > div.tab-group > div:last-child {
  flex: 1 0 0;
}

.exchange-calc > div.tabs > div {
  flex: 1 0 0;
  /* margin-bottom: 1rem; */
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  /* border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-top: 1px solid white; */
}

/* .exchange-calc > div.tabs > div:first-child {
  border-left: 1px solid white;
} */

.exchange-calc > div.tabs > div:hover {
  font-weight: bold;
}

.exchange-calc > div.tabs > div.active {
  color: #e5b445
}

.exchange-calc > div.form {
  display: flex;
  flex-direction: column;
}

.exchange-calc > div.form.reverse {
  flex-direction: column-reverse;
}

.exchange-calc > div.form > div.currency-input {
  position: relative;;
  border: 1px solid rgba(255, 255, 255, 0.60);
  padding: 0.5rem;
}

.exchange-calc > div.form > div.currency-input > label {
  position: absolute;
  top: -0.5rem ;
  left: 1.5rem;
  color: rgba(255, 255, 255, 0.80);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  background-color: #2C2D2D;
  display: inline-block;
  width: fit-content;
  padding: 0 0.5rem;
}

.exchange-calc > div.form > div.currency-input > .field {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.exchange-calc > div.form > div.currency-input > .field > input {
  border: none;
  background: transparent;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.exchange-calc > div.form > div.currency-input > .field > input:focus {
  outline: none;
}

.exchange-calc > div.form > div.currency-input > .field > select {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: transparent;
  border: none;
  width: fit-content;
}

.exchange-calc > div.form > div.currency-input > .field > select > option {
  background-color: #2C2D2D;
}

.exchange-calc > div.form > div.currency-input > .field > img {
  width: 36px;
  height: 18px;
}

.exchange-calc > div.form > div.exchange-rate {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.exchange-calc > div.form > div.exchange-rate > div:first-child {
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.exchange-calc > div.form > div.exchange-rate > div:last-child {
  margin-left: 1rem;
}
.exchange-calc > div.result {
  margin-top: 1rem;
}
.exchange-calc > div.result > div {
  display: flex;
  flex-direction: row;
}
.exchange-calc > div.result > div > div {
  line-height: 2rem;
}
.exchange-calc > div.result > div > div:first-child {
  flex: 1 0 0;
}
.exchange-calc > div.result > div > div:last-child {
  flex: 200px 0 0;
  text-align: right;
}

.exchange-calc > div > button {
  margin-top: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.60);
  background-color: #292929;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.10);
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px 20px;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

#whatsapp {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 40px;
  bottom: 40px;
  border-radius: 50px;
  border: 2px solid #42C452;
  background: #0F3660;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.10);
  width: 64px;
  height: 64px;
  /* padding: 15px 20px; */
  cursor: pointer;
}

.booking {
  background: #F6F6F6;
  flex-direction: column;
}

section > article.booking > header {
  margin-top: 12rem;
  width: 100%;
}

section > article.booking > header > div.title {
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  font-weight: 300;
  color: #0F3660;

}
section > article.booking > div.content {
  /* border: 1px solid red; */
  /* height: 30vh; */
  /* margin-top: 2rem; */
  width: 424px;
  text-align: left;
}

section > article.booking > div.content.full {
  width: 100%;
  /* border: 1px solid red; */
  padding-left: var(--custom-padding-left);
  padding-right: var(--custom-padding-left);
}

section > article.booking > div.content > h5, section > article.booking > div.content > h4 {
  color: #0F3660;
  font-weight: 300;
}

section > article.booking > div.content > h5 {
  font-size: 18px;
  margin-bottom: 1rem;
}

section > article.booking > div.content > h4 {
  font-size: 24px;
  line-height: 36px;
  margin: 2rem 0 1rem;
}
section > article.booking > div.content > h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 36px */
}

section > article.booking > div.progress {
  width: 424px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 1rem;
}

section > article.booking > div.progress > div {
  flex: auto 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  /* justify-content: start; */
}

section > article.booking > div.progress > div > div.bullet {
  border-radius: 50%;
  background-color: #d9d9d9;
  color: black;

  font-weight: 300;
  width: 1.2rem;
  height: 1.2rem;
  text-align: center;
  font-size: 12px;
  padding: 4px;
  line-height: 1.2rem;
}

section > article.booking > div.progress > div > div.label {
  font-size: 14px;
  line-height: 16.7px;
  text-align: center;
  margin-top: 0.5rem;
}

section > article.booking > div.progress > div > div.current.bullet {
  background-color: #0F3660;
  color: white;
}

section > article.booking > div.progress > hr {
  flex: 1 0 0;
  border: 1px solid #D9D9D9;
}

section > article.booking > div.content > div > label {
  /* margin-top: 1rem; */
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}
section > article.booking > div.content > div > span.desc {
  color: #434343;
}

section > article.booking > div.content > div.currency > div.ex-rate {
  font-size: 16px;
  line-height: 19px;
  color: #858585;
  margin-bottom: 0.5rem;
}

section > article.booking > div.content > div.currency > div.ex-rate > span {
  font-size: 20px;
}

section > article.booking .input-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding-right: 1rem;
}
section > article.booking .input-group {
  border: 1px solid #d4d4d4;
  margin-bottom: 0.5rem;
  background-color: white;
  padding: 0.2rem 1rem 0.2rem 0;
}
section > article.booking .input-group > input {
  border: none;
  flex: 1 0 0;
  background-color: transparent;
  font-size: 16px;
}
section > article.booking .input-group > img {
  border: none;
  flex: 2rem 0 0;
  height: 1.5rem;
  background-color: transparent;
}
section > article.booking .input-group > select {
  flex: 5rem 0 0;
  border: none;
  background-color: transparent;
  /* border: 1px solid red; */
}

section > article.booking > div.content .date-time {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

section > article.booking > div.content .collection input, 
section > article.booking > div.content .collection > .select {
  border: 1px solid #d4d4d4;
  border-radius: 0;
  font-size: 16px;
  background-color: white;
  padding-right: 1rem;
}

/* section > article.booking > div.content .collection > .select {
  padding: 0.2rem 1rem 0.2em 0;
  font-size: 16px;
} */

section > article.booking > div.content .collection > .select > select {
  /* margin-right: 1rem; */
  border: none;
  font-size: 16px;
  background-color: transparent;
  /* padding: 1rem; */
  padding: 0.8rem 1rem;
}

section > article.booking > div.content .collection {
  margin-bottom: 2rem;
}

section > article.booking > div.content .buttons {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  /* border: 1px solid red; */
}

.buttons {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}

.btn {
  padding: 15px 20px;
  width: 200px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.10);
  color: white;
  font-size: 14px;
  cursor: pointer;
  height: 48px;
  border: none;
}

.button1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0F3660;
}

.button2 {
  text-align: center;
  background: #8D8D8D;
}

.button3 {
  text-align: center;
  background: #0F3660;
}

.button1 > div:last-child {
  font-size: 20px;
  font-weight: 300;
}

section > article.booking > div.content > div.personal {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

section > article.booking > div.content > div.personal > div > input, 
section > article.booking > div.content > div.personal > textarea {
  border: 1px solid #d4d4d4;
  border-radius: 0;
  font-size: 16px;
  background-color: white;
  padding: 0.8rem 0.5rem;
}

section > article.booking > div.content > div.summary {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-template-rows: auto;
  font-size: 18px;
  font-weight: 300;
}

div.summary > div {
  padding: 1rem 0;
}

div.summary > div.value {
  font-weight: 600;
}

div.summary > div#sellRate {
  grid-area: 3 / 2 / 3/ 5;
}

div.summary > div.hr {
  grid-area: 4 / 1 / 4/ 5;
}

div.summary > div.location {
  grid-area: 6 / 2 / 6/ 5;
}

div.note {
  font-size: 16px;
  line-height: 1.5rem;
}

div.note > ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
}

div.content > div.success {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
}

div.content > div.success > svg {
  margin-bottom: 2rem;
}

section > article.booking > div.content .invalid {
 border-color: red !important;
}

section > article.booking > div.content .invalid + .invalidMessage {
  display: block;
}

section > article.booking > div.content .invalidMessage {
  display: none;
  font-size: 14px;
  color: red;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

section > article.booking > div.content > div.personal .invalidMessage {
  margin-bottom: 0rem;
}