html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none !important;
  font-family: "Aktiv Grotesk Regular";
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.15;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, 
blockquote:after,
q:before, 
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a{
  transition-property:all;
  transition-duration:0.3s;
  transition-timing-function:ease;
  transition-delay:0.0s;
  /* Safari */
  -webkit-transition-property:all;
  -webkit-transition-duration:0.3s;
  -webkit-transition-timing-function:ease;
  -webkit-transition-delay:0.0s;
  text-decoration:none;
  outline:none !important;
}
a:hover,
a:focus{
  transition-property:all;
  transition-duration:0.3s;
  transition-timing-function:ease;
  transition-delay:0.0s;
  /* Safari */
  -webkit-transition-property:all;
  -webkit-transition-duration:0.3s;
  -webkit-transition-timing-function:ease;
  -webkit-transition-delay:0.0s;
  text-decoration:none;
  outline:none !important;
  color: #ffffff;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bfc8d9!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bfc8d9!important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bfc8d9!important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #bfc8d9!important;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset !important;
}

section,
header,
footer{
  float: left;
  width: 100%;
  position: relative;
}
@font-face {font-family: "Aktiv Grotesk W01 Medium";
src: url("../fonts/aktivgroteskmedium.eot"); /* IE9*/
src: url("../fonts/aktivgroteskmedium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("../fonts/aktivgroteskmedium.woff2") format("woff2"), /* chrome、firefox */
url("../fonts/aktivgroteskmedium.woff") format("woff"), /* chrome、firefox */
url("../fonts/aktivgroteskmedium.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url("../fonts/aktivgroteskmedium.svg#Aktiv Grotesk W01 Medium") format("svg"); /* iOS 4.1- */
}
@font-face {font-family: "Aktiv Grotesk W06 Bold";
src: url("../fonts/aktivgroteskbold.eot"); /* IE9*/
src: url("../fonts/aktivgroteskbold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("../fonts/aktivgroteskbold.woff2") format("woff2"), /* chrome、firefox */
url("../fonts/aktivgroteskbold.woff") format("woff"), /* chrome、firefox */
url("../fonts/aktivgroteskbold.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url("../fonts/aktivgroteskbold.svg#Aktiv Grotesk W06 Bold") format("svg"); /* iOS 4.1- */
}
@font-face {font-family: "Aktiv Grotesk W01 Thin";
src: url("../fonts/aktivgroteskthin.eot"); /* IE9*/
src: url("../fonts/aktivgroteskthin.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("../fonts/aktivgroteskthin.woff2") format("woff2"), /* chrome、firefox */
url("../fonts/aktivgroteskthin.woff") format("woff"), /* chrome、firefox */
url("../fonts/aktivgroteskthin.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url("../fonts/aktivgroteskthin.svg#Aktiv Grotesk W01 Thin") format("svg"); /* iOS 4.1- */
}
@font-face {font-family: "Aktiv Grotesk Regular";
src: url("../fonts/AktivGrotesk-Regular.eot"); /* IE9*/
src: url("../fonts/AktivGrotesk-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("../fonts/AktivGrotesk-Regular.woff2") format("woff2"), /* chrome、firefox */
url("../fonts/AktivGrotesk-Regular.woff") format("woff"), /* chrome、firefox */
url("../fonts/AktivGrotesk-Regular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url("../fonts/AktivGrotesk-Regular.svg#Aktiv Grotesk Regular") format("svg"); /* iOS 4.1- */
}
.container{
  max-width: 1430px;
  width: 100%;
}
/*---------------START----------------*/
.sticky-header {
  position: fixed;
  background: rgba(255, 255, 255);
  top: 0px;
  z-index: 999;
  width: 100%;
}
.header-with-top{
  top: 40px;
}
.sticky-header .nav-link::after {
  display: none !important;
}
.logo img{
  max-width: 304px;
  width: 80%;
}
.sticky-header .navbar-expand-lg .navbar-nav .nav-link,
.sticky-header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #000;
  font-size: 12px;
  padding: 15px 30px;
  font-family: "Aktiv Grotesk W06 Bold";
  letter-spacing: 1px;
  text-transform: uppercase;
}
.sticky-header .open-offcanvas {
  color: #fff;
  display: inline-block;
}
.sticky-header .navbar-expand-lg .memberlogin{
  background: #0a0e78;
  border-radius: 10px;
  border:none;
  -webkit-appearance:none;
  color: #fff;
  font-size: 12px;
  padding: 15px 7px;
  font-family: "Aktiv Grotesk W06 Bold";
  letter-spacing: 1px;
  text-transform: uppercase;  
  cursor: pointer;
}
.member .dropdown-menu{
  left: inherit;
  right: 0px;
  padding: 0px;
  border-radius: 10px;
  overflow: hidden;
}
.member .dropdown-menu a{
  font-size: 16px;
  font-family: "Aktiv Grotesk W06 Bold";
  color: rgb(33, 33, 33);
  line-height: 35px;
  text-align: left;
  padding: 4px 20px;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: #f8f8f8;
  color: #333333;
}
.dropdown-toggle::after{
  display: none;
}
.sticky-header .navbar-expand-lg .navbar-nav li{
  position: relative;
  margin: 0 5px;
}
.sticky-header .navbar-expand-lg .navbar-nav li::before,
.sticky-header .navbar-expand-lg .navbar-nav li:hover::before{
  background: url(../image/left-top.png) left top no-repeat;
  width: 19px;
  height: 19px;
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  transition-property:all;
  transition-duration:0.3s;
  transition-timing-function:ease;
  transition-delay:0.0s;
  /* Safari */
  -webkit-transition-property:all;
  -webkit-transition-duration:0.3s;
  -webkit-transition-timing-function:ease;
  -webkit-transition-delay:0.0s;
  opacity: 0;
}
.sticky-header .navbar-expand-lg .navbar-nav li:last-child::before,
.sticky-header .navbar-expand-lg .navbar-nav li:last-child:hover::before,
.sticky-header .navbar-expand-lg .navbar-nav li:last-child::after,
.sticky-header .navbar-expand-lg .navbar-nav li:last-child:hover::after{
  display: none;
}
.sticky-header .navbar-expand-lg .navbar-nav li::after,
.sticky-header .navbar-expand-lg .navbar-nav li:hover::after{
  background: url(../image/right-bottom.png) right bottom no-repeat;
  width: 19px;
  height: 19px;
  content:"";
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
  transition-property:all;
  transition-duration:0.3s;
  transition-timing-function:ease;
  transition-delay:0.0s;
  /* Safari */
  -webkit-transition-property:all;
  -webkit-transition-duration:0.3s;
  -webkit-transition-timing-function:ease;
  -webkit-transition-delay:0.0s;
  opacity: 0;
}
.sticky-header .navbar-expand-lg .navbar-nav li.active::before,
.sticky-header .navbar-expand-lg .navbar-nav li:hover::before,
.sticky-header .navbar-expand-lg .navbar-nav li.active::after,
.sticky-header .navbar-expand-lg .navbar-nav li:hover::after{
  transition-property:all;
  transition-duration:0.3s;
  transition-timing-function:ease;
  transition-delay:0.0s;
  /* Safari */
  -webkit-transition-property:all;
  -webkit-transition-duration:0.3s;
  -webkit-transition-timing-function:ease;
  -webkit-transition-delay:0.0s;
  opacity: 1;
}
.navbar-brand{
  padding: 6px 0px 2px 0px;
}
.navbar{
  padding: 0;
}
.header-shrink {
  background: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  top: 0px !important;
}

.header-shrink .open-offcanvas {
  color: #FFFFFF;
}

.hide-carat .nav-link::after {
  display: none !important;
}
/*----------------END-----------------*/

.carousel-item {
  height: 70vh;
  min-height: 760px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: "Aktiv Grotesk W06 Bold";
}
.inner-banner{
  height: 450px;
  min-height: 450px;
}
.carousel-caption{
  left: 50%;
  top: 62%;
  transform: translate(-50%, -50%);
  bottom: auto;
  max-width: 630px;  
  width: 100%;
}
.carousel-caption h1{
  font-size: 34px;
  font-family: "Aktiv Grotesk W06 Bold";
  font-weight: 700;
  margin: 0 auto 45px;
  line-height: 38px;
  max-width: 420px;
}
.carousel-caption p{
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 40px;  
  font-family: "Aktiv Grotesk W01 Thin";
}
.search-button{
  height: 50px;
  line-height: 40px;
  text-align: center;
  background: #5ad38c;
  text-transform: uppercase;
  border-radius: 100px;
  border:none;
  color: #FFFFFF;
  width: 150px;
  cursor: pointer;
  font-size: 14px;
  font-family: "Aktiv Grotesk W06 Bold";
}
.carousel-indicators{
  bottom: 30px;
}
.carousel-indicators li{
  height: 2px;
  width: 60px;
}
.carousel-indicators .active{
  background: #a89685;
}

.btn-main{
  border:2px solid #5ad38c;
  border-radius: 100px;
  background: #f8f8f8;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 40px;
  padding: 0 25px;
  float: left;
  font-family: "Aktiv Grotesk W06 Bold";
  color: #393939;
  cursor: pointer;
  transition-property:all;
  transition-duration:0.3s;
  transition-timing-function:ease;
  transition-delay:0.0s;
  /* Safari */
  -webkit-transition-property:all;
  -webkit-transition-duration:0.3s;
  -webkit-transition-timing-function:ease;
  -webkit-transition-delay:0.0s;
  margin: 10px 0 0 0;
}
.btn-main:hover{
  background: #5ad38c;
  color: #FFFFFF;
  transition-property:all;
  transition-duration:0.3s;
  transition-timing-function:ease;
  transition-delay:0.0s;
  /* Safari */
  -webkit-transition-property:all;
  -webkit-transition-duration:0.3s;
  -webkit-transition-timing-function:ease;
  -webkit-transition-delay:0.0s;
}
.banner-btn-block a{
  display: inline-block;
  margin: 0px 10px;
}
/*=========Aboutus===========*/
#aboutus{
  padding: 89px 0px 107px;
}
.sechead{
  display: flex;
  align-content:center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  line-height: 64px;
  text-transform: uppercase;
  font-family: "Aktiv Grotesk W06 Bold";  
}
.sechead span{
  display: inline-flex;
  height: 2px;
  width: 48px;
  background-color: #0a0e78;  /*6884bb*/
}
.small-text{
  font-size: 18px;
  color: #808080;
  font-family: "Aktiv Grotesk Regular";
  line-height: 28px;
  margin-top: 28px;
  text-align: center;
  margin-bottom: 35px;
}
.about-content{
  padding: 62px 0px 0px;
}
.about-content img{
  width: 100%;
}
.about-content p{
  font-size: 17px;
  color: #4c4c4c;
  line-height: 46px;
  margin-bottom: 10px;
  font-family: "Aktiv Grotesk Regular";
}
#whatweoffer{
  background: url(../image/weoffer.png) no-repeat;
  background-size: cover;
  min-height: 722px;
  height: 100%;
  padding: 75px 0px 90px;
}
#whatweoffer .sechead{
  color: #fff;  
}
#whatweoffer .sechead span{
  background-color: #FFFFFF;
}
.whatweoffer-content{
  padding: 60px 0px;
}
.whatweoffer-content img{
  width: 100%;
}
.whatweoffer-content p{
  font-family: "Aktiv Grotesk Regular";
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  margin: 30px 0px 28px 0px;
  padding-top: 30px;
}
.sidehead{
  font-size: 24px;
  color: #4c4c4c;
  line-height: 28px;
  font-family: "Aktiv Grotesk W06 Bold";  
  margin-bottom: 20px;  
  margin-top: 30px;
}
#remittanceforms{
  float: left;
  width: 100%;
  padding: 65px 0px 75px;
}
.card{
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 18px 0px rgba(196, 6, 44, 0.1);
  width: 100%;
  height: 291px;
  border: none;
  position: relative;
}
.card .card-body{
  text-align: center;
  padding: 85px 25px;
}
.card .card-title {
  font-size: 18px;
  color: #e30934;
  line-height: 24px;
  font-family: "Aktiv Grotesk W06 Bold";  
  margin-bottom: 30px;  
}
.mbt{
  margin-top: 80px;
}
#faq{
  float: left;
  width: 100%;
  background-color: #f7f7f7;
  padding: 45px 0px 65px;
}
.accordion{
  width: 100%;
  max-width: 1070px;
  margin: 50px auto 0px;
}
.accordion .card{
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 88, 156, 0.15);
  border-radius: 10px;
  min-height: 10px;
  height: auto;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 5px 0px rgba(0, 88, 156, 0.15);
  margin-bottom: 15px;
}
.card-header,
.card-header:first-child{
  background-color: #FFFFFF;
  border-radius: 10px;
  border-bottom: 0px;
}
.accordion .card .card-body{
  padding: 0px 2rem 1.25rem;
  font-size: 1rem;
  color: #818181;
  line-height: 28px;
  text-align: left;
}
.accordion .card .btn-link{
  font-size: 18px;
  text-decoration: none;
  color: #0a0e78;
  text-align: left;
  font-family: "Aktiv Grotesk W06 Bold";  
  white-space: inherit;
  width: 100%;
}
.accordion .card .btn-link:hover{
  text-decoration: none;
}
#footer{
  float: left;
  width: 100%;
  background-color: #0a0e78;
  padding: 40px 0px 70px;
}
#footer .sechead{
  color: #FFFFFF;
}
#footer .sechead span{
  background-color: #FFFFFF;
}
.address-sec-map{
  border-radius: 20px;
  overflow: hidden;
  margin-top: 43px;
}
.address-sec{
  margin-top: 43px;
}
.side-title{
  display: block;
  text-align: left;
  color: #ffffff;
  font-family: "Aktiv Grotesk W06 Bold";  
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 5px;
}
.add-details{
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.add-details p,
.add-details address{
  font-size: 13px;
  font-family: "Aktiv Grotesk Regular";
  color: #FFFFFF;
  line-height: 20px;
}
.add-details p span{
  display: block;
  line-height: 26px;
  margin-bottom: 10px;
}
.contactform{
  margin-top: 20px;
}
.contactform .form-group .form-control{
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  font-family: "Aktiv Grotesk Regular";
  color: #fff;
  line-height: 30px;
  padding: 12px 15px;
  text-align: left;
  border:none;
}
.contactform .form-group label{
  font-size: 18px;
  font-family: "Aktiv Grotesk W06 Bold";  
  color: rgb(255, 255, 255);
  line-height: 1.557;
  text-align: left;
  margin-bottom: 8px;
}
.sendbtn{
  -webkit-appearance:none;
  border:none;
  background-color: rgb(255, 255, 255);
  width: 170px;
  height: 54px;
  border-radius: 100px;
  font-size: 20px;
  font-family: "Aktiv Grotesk W06 Bold"; 
  color: rgb(10, 14, 120);  /*//104, 132, 187*/
  font-weight: bold;
  text-transform: uppercase;
  line-height: 54px;
  text-align: center;
  margin-top: 35px;
}
.bottom-bar{
  background-color: #050863;
  min-height: 96px;
  height: auto;
  text-align: center;
  float: left;
  width: 100%;
  padding: 22px 0px;
}
.foot-nav li a,
.bottom-bar p{
  font-size: 16px;
  font-family: "Aktiv Grotesk Regular";
  color: rgb(255, 255, 255);
  line-height: 1.752;
  text-align: center;
}
.foot-nav li{
  display: inline-block;
  list-style: none;
}
.foot-nav li span{
  height: 14px;
  width: 1px;
  background: #FFFFFF;
  display: inline-block;
  margin: 0px 3px;
}
.dropdown-menu.show{
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);  

}

.dropdown-menu {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;  
  animation-fill-mode: forwards; 
  -webkit-transform: scale(1, 0);
  display: block;

  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.disp-mob{
  display: none;
}
.disp-desk{
  display: block;
}

#innerbanner{
  float: left;
  width: 100%;
  position: relative;
  background: url(../image/exchange_bg.png) no-repeat;
  min-height: 350px;
  height: auto;
  background-size: cover;
}
.innerhead{
    text-align: center;
    width: 100%;
    height: 350px;
    padding-top: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.innerhead h1{
  font-size: 34px;
  font-family: "Aktiv Grotesk W06 Bold";  
  line-height: 40px;
  color: #FFFFFF;
}
.innerhead p{
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
  color: #fff;
  margin: 10px 0 0;
}
.innerhead span{
  width: 48px;
  height: 2px;
  background: #fff;
  margin: 5px auto 0;
}
#ratedetails{
  float: left;
  width: 100%;
  padding: 50px 0px 60px;
  background: #f7f7f9;
}
.money-exchange thead th , .money-exchange tbody td{
  font-size: 14px;
  line-height: 22px;
}
.money-exchange thead th{
  font-family: "Aktiv Grotesk W06 Bold";  
  font-size: 16px;
}
.table .thead-light th{
  background-color: #d6d6d9;
}
#loginbanner{
  float: left;
  width: 100%;
  background: url(../image/login-bg.png) no-repeat;
  min-height: 350px;
  height: auto;
}
.loginbox{
  float: left;
  width: 100%;
  padding: 60px 0px 200px;
}
.login-container{
  text-align: center;
  width: 100%;
}
.login-container img{
  margin-bottom: 40px;
}

.login-container .card{
  max-width: 663px;
  width: 100%;
  padding: 40px;
  margin: 0 auto;
  text-align: left;
  min-height: 290px;
  height: auto;
}
.login-container .card h2{
  font-size: 24px;
  font-family: "Aktiv Grotesk W06 Bold";  
  color: #000;
  line-height: 48px;
  margin-bottom: 25px;
}
.card .form-group {
  margin-bottom: 40px;
  text-align: left;
}
.card .form-group label{
  font-size: 18px;
  color: #808080;
  line-height: 24px;
  margin-bottom: 5px;
}
.card .form-group .form-control{
  border:none;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 0px;
  margin-bottom: 10px;
  font-size: 18px;
    padding: 0px 0px 8px;
  font-family: "Aktiv Grotesk W01 Medium";
  color: #303030;
}
.card .form-group.error .form-control{
    border-bottom: 1px solid #ff0000;
}
.card .form-group.error .error-mess{
   color: #ff0000 !important;
   font-size: 12px;
   display: block;
   line-height: 12px;
}
.card .form-group .form-control:focus{
  outline: none;
  box-shadow: none;
}
.btn-jc{
  width: 180px;
  text-align: center;
  color: #fff;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  font-size: 23px;
  display: inline-block;
  -webkit-appearance: none;
  border-radius:500px;
  border:none;
  cursor: pointer;
  background-image: -moz-linear-gradient( -51deg, rgb(10,14,120) 0%, rgb(10,14,120) 100%);
  background-image: -webkit-linear-gradient( -51deg, rgb(10,14,120) 0%, rgb(10,14,120) 100%);
  background-image: -ms-linear-gradient( -51deg, rgb(10,14,120) 0%, rgb(10,14,120) 100%);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;  
}
.btn-jc.bg-grey{
  background-color: rgb(247, 247, 249);
  background-image: none;
  color: #0a0e78;
}
.login-container .card > a{
  display: inline-block;
  float: right;
   margin-top: 25px;
   margin-left: auto;
}
.btn-jc:hover, .btn-jc:focus{
-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.57);
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.57);
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
color: #ffffff;
}
.btn-jc.bg-grey:hover,
.btn-jc.bg-grey:focus{
  color: #e30934;  /*6884bb*/
}
.verificationblock h3{
  font-size: 22px;
  color: #000000;
  font-family: "Aktiv Grotesk W01 Medium";
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.verificationblock p{
  text-align: center;
  font-size: 17px;
  line-height: 26px;
  color: #808080;
}
.login-container .card.verificationblock .form-group{
  text-align: center;
  margin-top: 30px;
}
.login-container .card.verificationblock .form-group .form-control{
  border-radius: 10px;
  background-color: rgb(243, 243, 243);
  width: 45px;
  height: 62px;
  border:none;
  display: inline-block;
  text-align: center;
  line-height: 62px;
  margin: 0px 3px;
  color: #0a0e78 !important;
}
.linkgroup a{
  float: right;
  line-height: 60px;
  color: #000;
  margin-left: 15px;
  font-weight: 400;
}
.linkgroup a:hover,
.linkgroup a:focus{
  color: #4e5c9e;
}
#dasboardbg{
  float: left;
  width: 100%;
  background: url(../image/dash-bg.png) no-repeat;
  min-height: 350px;
  height: auto;
}
#dashboard-block{
  float: left;
  width: 100%;
  padding: 39px 0px 221px;
}
#dashboard-block .card{
  height: 241px;
  margin: 25px 0px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;  
}
#dashboard-block .card .card-body{
 padding: 37px 25px;
}
#dashboard-block .card .card-body .card-title{
  color: #0a0f79;
  font-size: 22px;
 font-family: "Aktiv Grotesk W01 Medium";
}
.internalpage .member .dropdown-menu a img{
  float: left;
  margin: 5px 6px 0px 0px;
}
.internalpage .member .dropdown-menu{
  min-width: 12.5rem;
}
#beneficiary-block{
  float: left;
  width: 100%;
  padding: 50px 0px 0px;
  min-height: 900px;
}
.btn-remit{
  background-color: #0a0f79;
  width: 74px;
  height: 28px;
  font-size: 13px;
  font-family: "Aktiv Grotesk Regular";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 100px;
  float: right;
  display: block;
}
.internalpage{
  background: #f7f7f9;
}

#beneficiary-block .tab-content .card{
  min-height: 500px;
  height: auto;
  padding: 20px;
}
.transhistory thead th{
  font-family: "Aktiv Grotesk W06 Bold"; 
}
.transhistory tbody td{
  line-height: 32px;
  font-size: 15px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link{
  font-family: "Aktiv Grotesk W01 Medium";
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  height: 71px;
  font-size: 20px;
  color: #0a0f79;
  line-height: 28px;
  border:none;
}
.nav-tabs .nav-link{
  color: #bcbdbd;
  background: transparent;
}
.nav-tabs{
  border-bottom: none;
}
.tab-content{
  margin-top: -16px;
}
.btn-pay{
  background: #e30934;
  font-size: 14px;
  color: #FFFFFF;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  width: 74px;
  border-radius: 100px;
  text-align: center;
  text-transform: uppercase;
}
.transhistory tbody tr td svg{
  font-size: 25px;
  margin-top: 5px;
  color: #e30934;
}
#checkrates{
  float: left;
  width: 100%;
  padding: 50px 0px 0px;
  min-height: 900px;
}
#checkrates .card{
  min-height: 500;
  padding: 25px 15px;
  height: auto;   
}
.checkrates-table.table .thead-light th{
  font-family: "Aktiv Grotesk W06 Bold";  
  font-size: 16px;
}
#promotions{
  float: left;
  width: 100%;
  min-height: 800px;
  padding: 50px 0px 0px;
}
#promotions .card{
  padding: 30px;
  min-height: 250px;
  height: auto;
}
.exchange-block{
  float: left;
  width: 100%;
  position: relative;
  background: url(../image/exchange-rate.png) no-repeat center center;
  min-height: 300px;
  height: auto;
  background-size: cover;
  border-radius: 10px;
  padding: 60px 0px 0px 32px;
}
.exchange-block h2{
  font-size: 51px;
  color: #fff;
    font-family: "Aktiv Grotesk W06 Bold";  
  line-height: 54px;
}
.remitt-block{
  float: left;
  width: 100%;
  position: relative;
  background: url(../image/remittance.png) no-repeat center center;
  min-height: 300px;
  height: auto;
  background-size: cover;  
  padding: 40px 45px; 
  border-radius: 10px;
}
.remitt-block h2{
  font-size: 40px;
  color: #fff;
    font-family: "Aktiv Grotesk W06 Bold";  
  line-height: 54px;
  margin-bottom: 15px;  
}
.remitt-block p{
  font-size: 23px;
  color: #FFFFFF;
  line-height: 30px;
}
.remitt-block a, .exchange-block a{
  position: absolute;
  bottom: 30px;
  right: 25px;
  color: #ffffff;
}
.remitt-block a svg, .exchange-block a svg{
  font-size: 30px;
}
#dashboard-block .card a{
  display: block;
  float: left;width: 100%;
}
#dashboard-block .card:hover,
#dashboard-block .card:focus{
  background-color: #e6e7f1;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
}

#startremittance{
  float: left;
  width: 100%;
  padding: 50px 0px 65px;
}
#startremittance .card{
  padding: 45px 25px 150px;
  margin-top: 25px;
  min-height: 530px;
  height: auto;
  position: relative;
}
#startremittance .card .btn-jc{
  min-width: 170px;
  width: auto;
  height: 57px;
  float: right;
  padding: 0px 25px;
  line-height: 57px;
  font-size: 17px;
 font-family: "Aktiv Grotesk W01 Thin";
}
#startremittance .card .btn-jc img{
  margin-left: 10px;
}
#startremittance .card .form-group label span{
  color: #ff0000;
}
.form-group .input-group-prepend{
  width: 24px;
  height: 26px;
  position: absolute;
  right: 15px;
  top:25px;
}
.help-text{
  font-size: 12px;
  color: #6884bb;
  float: right;
    font-family: "Aktiv Grotesk W01 Medium";
}
.wizard {
    margin: 20px auto;
}
.wizard-inner .nav-tabs .nav-link.active, 
.wizard-inner .nav-tabs .nav-link{
  background-color: transparent;
}
.wizard-inner .nav-tabs .nav-link{
  padding: 0px;
}
.wizard > div.wizard-inner {
    position: relative;
}
.wizard .nav-tabs > li {
    width: 25%;
}
.wizard-inner .nav-tabs span{
  display: block;
  text-align: center;
  position: relative;
}
.wizard-inner .nav-tabs span.text-link{
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  font-family: "Aktiv Grotesk W01 Medium";
  color: rgb(227, 9, 52);
}
.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
.wizard li a .round-tab:before {
    content: " ";
    position: absolute;
    left: 0;
    width: 48%;
    height: 3px;
    top: 12px;
    border-radius: 10px;
    bottom: 0px;
    background-color: #d6d6d9;
    transition: 0.1s ease-in-out;
}
.wizard li a .round-tab:after {
    content: " ";
    position: absolute;
    right: 0;
    width: 48%;
    height: 3px;
    top: 12px;
    border-radius: 10px;
    bottom: 0px;
    background-color: #d6d6d9;
    transition: 0.1s ease-in-out;
}
.wizard li a .round-tab svg.fa-dot-circle{
  position: relative;z-index:99;
  font-size: 22px;
  color: #d6d6d9;
  display: inline-block;
}
.wizard li a.active .round-tab svg.fa-dot-circle{
  display: none;
}
.wizard li a .round-tab svg.fa-check-circle{
  display: none;
}
.wizard li a.active .round-tab svg.fa-check-circle{
  position: relative;z-index:99;
  font-size: 22px;
  color: #e30934;
  display: inline-block;
}
.wizard li a.active .round-tab:before,
.wizard li a.active .round-tab:after {
    background-color: #e30934;
    transition: 0.1s ease-in-out;
}
.wizard .nav-tabs > li a:hover {
    background: transparent;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}
@media( max-width: 585px) {

    .wizard {
        width: 90%;
        height: auto !important;
    }
}
.stepform-btn{
  position: absolute;
  left:0px;
  width: 100%;
  padding: 0px 15px;
  bottom:50px;
}
.showing-content{
  max-width: 430px;
  width: auto;
  min-height: 440px;
  height: auto;
  margin: 0 auto;
  display: block;
  border: 1px solid rgb(247, 247, 249);
  padding: 15px 15px;
}
.showing-content dl dt{
  color: #b3b3b3;
  font-size: 16px;
    margin-bottom: 15px;
  line-height: 30px;
  font-family: "Aktiv Grotesk Regular";
}
.showing-content dl dd{
  color: #303030;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 30px;
  font-family: "Aktiv Grotesk W01 Medium";
}
.showing-content textarea{
  width: 100%;
  background-color: #f7f7f9;
  border: none;
  padding: 10px;
  font-size: 16px;
    font-family: "Aktiv Grotesk W01 Medium";
  line-height: 22px;
}
.success-content{
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}
.success-content img{
  margin-bottom: 25px;
}
.success-content p{
  font-size: 18px;
  font-family: "Aktiv Grotesk Regular";
  color: rgb(57, 57, 57);
  line-height: 32px;
  max-width: 270px;
  width: 100%;
  margin: 0 auto 35px;
  display: block;
  text-align: center;
}

#startremittance .card .success-content a.btn-jc{
    display: flex;
    letter-spacing: 2px;
    float: none;
    width: 220px;
    text-align: center;
    margin: 0 auto 25px;
    padding: 0px 34px;
}
.nostyle{
  color: white !important;
}
.nostyle:hover{
  color: none !important;
}
.error{color:#FFFFFF !important;}
.caps-on {text-transform: uppercase !important;}
.error-message{
   color: #ff0000 !important;
   font-size: 12px;
   display: block;
   line-height: 12px;
   display:none;
}