@import "responsive-menu.css"screen and (max-width: 768px);

html {
  scroll-behavior: smooth;
}

.tab-pane:not(.active) {
  display: none;
}

button:focus,
a.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.header {
  background: #ffffff;
  padding: 20px 0;
  min-height: 80px;
  z-index: 99;
  position: relative;
}

.logo img.lg-logo {
  width: 240px;
  max-width: initial;
}

.main-menu {
  margin-top: 5px;
}

.logo img.sm-logo {
  width: 40px;
}

.cmn-white-btn {
  color: #393939;
  font-size: 16px;
  line-height: 12px;
  font-family: 'CiutadellaRounded-Light-Italic';
  letter-spacing: 0px;
  border: 1px solid #393939;
  border-radius: 35px;
  padding: 10px 18px;
  min-width: 110px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cmn-white-btn:hover,
a.cmn-white-btn:hover {
  background: #393939;
  color: #fff;
}

.cmn-orange-btn {
  color: #fff;
  font-size: 16px;
  line-height: 12px;
  font-family: 'CiutadellaRounded-Light-Italic';
  letter-spacing: 0px;
  background: #F89522;
  border-radius: 35px;
  padding: 10px 10px;
  min-width: 110px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cmn-orange-btn:hover,
a.cmn-orange-btn:hover {
  background: #fff;
  color: #F89522;
  border: 1px solid #F89522;
}

.main-menu ul.navbar-nav {
  flex-direction: row;
  justify-content: flex-end;
}

.main-menu ul.navbar-nav>li:not(:first-child) {
  margin-left: 25px;
}

.main-menu ul.navbar-nav>li>a {
  color: #393939;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0px;
}

.main-menu ul.navbar-nav>li>a:hover {
  color: #F89522;
}

.responsive-menu {
  display: none;
}

.navbar-nav .nav-item .active {
  color: #f89522;
}


/*banner section css*/

.gray-overlay {
  position: absolute;
  display: block;
  background: rgba(57, 57, 57, 0.5);
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.cmn-banner {
  padding: 20px 0px;
  background-size: cover;
  background-position: center;
  min-height: 445px;
}

.small-banner {
  min-height: 300px;
}

.cmn-banner-caption {
  z-index: 2;
  position: relative;
}

.small-banner .cmn-banner-caption {
  text-align: center;
}

.caption-lg-text {
  font-size: 60px;
  letter-spacing: 0px;
  color: #FFFFFF;
  line-height: 65px;
}

.caption-sm-text {
  font-size: 26px;
  letter-spacing: 0px;
  color: #FFFFFF;
  line-height: 30px;
  font-family: 'CiutadellaRounded-Semibold';
  margin-top: 30px;
  margin-bottom: 30px;
}

.cmn-register-btn {
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-family: 'CiutadellaRounded-Light-Italic';
  letter-spacing: 0px;
  background: #F89522;
  letter-spacing: 0px;
  border-radius: 35px;
  padding: 13px 63px;
  min-width: 110px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cmn-register-btn:hover,
a.cmn-register-btn:hover {
  background: #fff;
  color: #F89522;
  border: 1px solid #F89522;
}

.currency-calc .crncy-title-text {
  color: #393939;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}

.currency-calc {
  position: relative;
  z-index: 2;
}

.cmn-white-tile {
  background: #fff;
  padding: 20px 20px;
  border-radius: 8px;
}

.cmn-forms .form-group label {
  color: #393939;
  letter-spacing: 0px;
  font-family: 'CiutadellaRounded-Light-Italic';
}

.cmn-forms.form-lg .form-group {
  margin-bottom: 30px;
}

.cmn-forms.form-sm .form-group {
  margin-bottom: 15px;
}

.cmn-forms.form-lg .form-group label {
  font-size: 24px;
  line-height: 30px;
}

.cmn-forms.form-sm .form-group label {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
}

.cmn-forms .form-group input.form-control:focus {
  box-shadow: none;
}

.cmn-forms.form-lg .form-group input.form-control {
  font-size: 20px;
  line-height: 30px;
  height: 50px;
  padding-left: 30px;
}

.cmn-forms.form-sm .form-group input.form-control {
  font-size: 16px;
  line-height: 30px;
  height: 48px;
  padding-left: 15px;
}

.cmn-forms .form-group input.form-control {
  font-family: 'CiutadellaRounded-Light-Italic';
  background: #F5F6F6 0% 0% no-repeat padding-box;
  border: 1px solid #393939;
  border-radius: 8px;
}

.cmn-forms .bootstrap-select {
  width: 100% !important;
}

.cmn-forms.form-lg .bootstrap-select .bs-searchbox input.form-control,
.cmn-forms.form-sm .bootstrap-select .bs-searchbox input.form-control {
  height: 40px;
  margin-bottom: 10px;
}

.cmn-forms .bootstrap-select .inner .dropdown-menu li.selected a,
.cmn-forms .bootstrap-select .inner .dropdown-menu li.selected a:hover,
.cmn-forms .bootstrap-select .inner .dropdown-menu li.selected a:focus {
  color: #393939;
  outline: none;
  background: #f2f2f2;
}

.cmn-forms .bootstrap-select .inner .dropdown-menu li a:focus {
  color: #393939;
  outline: none;
  background: #f2f2f2;
}

.cmn-forms.form-lg .bootstrap-select button.dropdown-toggle {
  font-size: 20px;
  line-height: 30px;
  height: 50px;
  padding-left: 30px;
}

.cmn-forms.form-sm .bootstrap-select button.dropdown-toggle {
  font-size: 16px;
  line-height: 30px;
  height: 48px;
  padding-left: 15px;
}

.cmn-forms .bootstrap-select button.dropdown-toggle {
  font-family: 'CiutadellaRounded-Italic';
  background: #F5F6F6 0% 0% no-repeat padding-box;
  border: 1px solid #393939;
  border-radius: 8px;
}

.cmn-forms .bootstrap-select button.dropdown-toggle:focus {
  box-shadow: none;
  outline: none !important;
}

.cmn-forms .bootstrap-select button.dropdown-toggle:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  border: none;
  font-weight: 900;
  font-size: 15px;
  margin-right: 15px;
}

.cmn-forms.form-sm .bootstrap-select button.dropdown-toggle:after {
  font-size: 11px;
  margin-right: 5px;
}

.cmn-forms.form-lg .bootstrap-select button.dropdown-toggle .filter-option-inner {
  padding-top: 4px;
}

.cmn-forms.form-sm .bootstrap-select button.dropdown-toggle .filter-option-inner {
  padding-top: 4px;
}

.cmn-gray-btn {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-family: 'CiutadellaRounded-Light-Italic';
  letter-spacing: 0px;
  background: #393939;
  letter-spacing: 0px;
  border-radius: 35px;
  padding: 12px 27px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cmn-gray-btn:hover,
a.cmn-gray-btn:hover {
  color: #393939;
  background: transparent;
  border: 1px solid #393939;
}

.rate-save-txt {
  font-size: 24px;
  font-family: 'CiutadellaRounded-Light-Italic';
}

.rate-save-txt .bold-txt {
  font-family: 'CiutadellaRounded-Bold';
}

.currency-select .currency-wth-flag {
  font-size: 20px;
  font-family: 'CiutadellaRounded-Light-Italic';
  display: block;
}

.currency-select .flag-icon.flag-icon-squared {
  height: 26px;
  width: 26px;
  margin-right: 10px;
  border-radius: 50%;
  vertical-align: top;
}

.form-sm .currency-select .currency-wth-flag {
  font-size: 16px;
}

/*.currency-select .currency-wth-flag .flag-img {
  height: 26px;
  width: 26px;
  margin-right: 10px;
  vertical-align: top;

}*/


/*services section css*/

.cmn-gradiant-box {
  background: #FCCF61;
  background: -moz-linear-gradient(180deg, #FCCF61 0%, #F89522 100%);
  background: -webkit-linear-gradient(180deg, #FCCF61 0%, #F89522 100%);
  background: linear-gradient(180deg, #FCCF61 0%, #F89522 100%);
}

.service-box {
  border-radius: 8px;
  box-shadow: 0px 3px 6px #00000029;
  text-align: center;
  padding: 15px;
  min-height: 145px;
  /*transition: all 0.3s;*/
  ;
}

.service-box:hover {
  background: #9EA1A4;
}

.service-box:hover a {
  text-decoration: none;
}

.service-box h3 {
  color: #fff;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 0px;
  margin-top: 15px;
  margin-bottom: 0;
}

.service-box h3 p {
  margin: 0;
}

.service-box .cmn-box-icon img {
  height: 50px;
}

.col-pad-7 {
  margin-left: -7px;
  margin-right: -7px;
}

.col-pad-7>div[class*=col-] {
  padding-left: 7px;
  padding-right: 7px;
}


/*compare bank*/

.cmn-section-title {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0px;
  color: #393939;
  text-align: center;
  margin-bottom: 30px;
}

.compare-box {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #989898;
  border-radius: 8px;
  padding: 25px 20px;
}

.compare-form .form-group input.form-control {
  color: #989898;
}

.compared-table table {
  border: 1px solid #989898 !important;
}

.compared-table table thead {
  background: #F5F6F6 0% 0% no-repeat padding-box;
}

.compared-table table th {
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: 1px solid #989898;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #393939;
  text-align: center;
  font-family: 'CiutadellaRounded-Semibold';
}

.compared-table table td {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #989898;
}

.compared-text .compare-lbl {
  font-size: 14px;
  line-height: 16px;
  font-family: 'CiutadellaRounded-Light-Italic';
}

.compared-table td,
.compared-table th {
  padding: 4px 10px;
}

.compare-footer-txt {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
}

.table-logo {
  width: 68px;
}


/*customer benefits*/

.customer-benefits {
  background: rgba(245, 246, 246, 1);
  background: -moz-linear-gradient(top, rgba(245, 246, 246, 1) 0%, rgba(245, 246, 246, 1) 60%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245, 246, 246, 1)), color-stop(60%, rgba(245, 246, 246, 1)), color-stop(60%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(top, rgba(245, 246, 246, 1) 0%, rgba(245, 246, 246, 1) 60%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(top, rgba(245, 246, 246, 1) 0%, rgba(245, 246, 246, 1) 60%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(top, rgba(245, 246, 246, 1) 0%, rgba(245, 246, 246, 1) 60%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(245, 246, 246, 1) 0%, rgba(245, 246, 246, 1) 60%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6f6', endColorstr='#ffffff', GradientType=0);
}

.cmn-benefit-box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  padding: 30px 10px;
  text-align: center;
  min-height: calc(100% - 40px);
}

.cmn-benefit-box a {
  text-decoration: none;
}

.cmn-round-icon {
  width: 112px;
  height: 112px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 50px;
}

.cmn-benefit-box .cmn-des-text {
  letter-spacing: 0px;
  color: #393939;
  font-size: 18px;
  line-height: 20px;
  font-family: 'CiutadellaRounded-Regular';
}

.cmn-benefit-box h5 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
}

.customer-benefits .cmn-benefit-box {
  margin-top: 40px;
}

.sm-btn {
  font-size: 16px;
  line-height: 16px;
  padding: 10px 20px;
}

.quik-reg-text h6 {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0;
  color: #393939;
  margin-bottom: 20px;
}

.quik-register {
  background: rgba(252, 207, 97, 1);
  background: -moz-linear-gradient(left, rgba(252, 207, 97, 1) 0%, rgba(248, 149, 34, 0.8) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252, 207, 97, 1)), color-stop(100%, rgba(248, 149, 34, 0.8)));
  background: -webkit-linear-gradient(left, rgba(252, 207, 97, 1) 0%, rgba(248, 149, 34, 0.8) 100%);
  background: -o-linear-gradient(left, rgba(252, 207, 97, 1) 0%, rgba(248, 149, 34, 0.8) 100%);
  background: -ms-linear-gradient(left, rgba(252, 207, 97, 1) 0%, rgba(248, 149, 34, 0.8) 100%);
  background: linear-gradient(to right, rgba(252, 207, 97, 1) 0%, rgba(248, 149, 34, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fccf61', endColorstr='#f89522', GradientType=1);
}

.why-customer-choose {
  padding-bottom: 128px;
}

.cmn-info-box {
  background: #F5F6F6 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #99999933;
  border: 1px solid #BFBFBF;
  border-radius: 8px;
  text-align: center;
  padding: 30px 15px 40px;
  margin-bottom: 30px;
  min-height: calc(100% - 30px);
}

.cmn-info-box h5 {
  color: #393939;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  font-family: 'CiutadellaRounded-Medium';
}

.cmn-info-box .info-desc {
  color: #393939;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  font-family: 'CiutadellaRounded-Regular';
}

.cmn-info-box .info-desc a {
  color: #393939;
}

.cmn-info-round {
  background: #F89522;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
}


/*testimonials css*/

.tesimonial-box {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #989898;
  border-radius: 8px;
  text-align: center;
  padding: 35px 60px;
}

.tesimonial-box .testimonial-msg {
  color: #393939;
  letter-spacing: 0px;
  font-size: 24px;
  font-family: 'CiutadellaRounded-Regular';
  line-height: 28px;
  position: relative;
  min-height: 200px;
}

.tesimonial-box .testimonial-msg:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/quotes.svg);
  background-repeat: no-repeat;
  height: 45px;
  width: 65px;
  top: 0;
  left: -20px;
}

.tesimonial-box .client-name {
  color: #F89522;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 15px;
}

.tesimonial-box .client-designaion {
  color: #393939;
  letter-spacing: 0px;
  font-size: 18px;
  font-family: 'CiutadellaRounded-Light-Italic';
  line-height: 18px;
}

.cmn-owl-dsgn .owl-dots {
  margin-top: 30px !important;
}

.cmn-owl-dsgn .owl-dots .owl-dot span {
  height: 20px;
  width: 20px;
  border-radius: unset;
  background: #B9B9B9;
  opacity: 1;
  margin: 0 12px;
}

.cmn-owl-dsgn .owl-dots .owl-dot.active span {
  background: #F89522;
}


/*news section css*/

.cmn-outline-orange {
  color: #F89522;
  border: 1px solid #F89522;
  font-size: 16px;
  line-height: 12px;
  font-family: 'CiutadellaRounded-Light-Italic';
  letter-spacing: 0px;
  background: #fff;
  border-radius: 35px;
  padding: 10px 10px;
  min-width: 110px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cmn-outline-orange:hover,
a.cmn-outline-orange:hover {
  background: #F89522;
  color: #fff;
  border: 1px solid #F89522;
}

.cmn-blog-box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 8px;
  padding: 20px 22px;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

.cmn-blog-box:hover {
  box-shadow: 0px 3px 6px #00000029;
}

.cmn-blog-title,
.cmn-blog-title a {
  color: #393939;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0px;
  text-decoration: none;
  font-family: 'CiutadellaRounded-Semibold';
}

.cmn-blog-description {
  color: #707070;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 30px;
  font-family: 'CiutadellaRounded-Regular';
}

.blog-action {
  margin-top: 20px;
}

.blog-cat-post {
  margin-top: 15px;
  margin-bottom: 14px;
}

.blog-category {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #989898;
  border-radius: 8px;
  font-size: 13px;
  padding: 6px 15px 6px 25px;
  position: relative;
  color: #707070;
  line-height: 11px;
  font-family: 'CiutadellaRounded-Light-Italic';
}

.index-blog .blog-img {
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.blog-category:after {
  content: "";
  display: block;
  position: absolute;
  height: 13px;
  width: 13px;
  background: #F89522;
  border-radius: 50%;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.blog-post-date .clock-icon {
  margin-right: 5px;
  vertical-align: text-bottom;
}

.blog-post-date {
  letter-spacing: 0px;
  color: #707070;
  font-size: 16px;
  line-height: 18px;
  font-family: 'CiutadellaRounded-Light-Italic';
}


/*faq*/

.faq-accordian .card-header {
  background: transparent;
  padding: 11px 20px 11px 65px;
  position: relative;
  border: 1px solid #F89522;
  border-bottom: none;
  border-radius: unset;
}

.faq-accordian .card:first-child .card-header {
  border-radius: 10px 10px 0px 0px;
}

.faq-accordian .card:last-child .card-header {
  border-radius: 0px 0px 10px 10px;
  border-bottom: 1px solid #F89522;
}

.faq-accordian .card-header h5 {
  letter-spacing: 0px;
  color: #393939;
  font-size: 18px;
  margin-bottom: 0;
  font-family: 'CiutadellaRounded-Semibold';
}

.faq-accordian .card-header h5 .accordian-arrow {
  position: absolute;
  left: 15px;
  top: 9px;
}

.faq-accordian .card-header h5 .accordian-arrow img {
  width: 36px;
  transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.faq-accordian .card-header.collapsed h5 .accordian-arrow img {
  transform: rotate(-90deg);
}

.faq-accordian .card-body {
  color: #393939;
  font-size: 18px;
  line-height: 26px;
  padding: 10px;
  font-family: 'CiutadellaRounded-Regular';
}

.faq-accordian .card-body a {
  color: #393939;
}

.faq-accordian .card-body p:last-child {
  margin-bottom: 0;
}

.faq-accordian .card {
  border-color: #F89522;
  border: none;
  border-radius: unset;
}

.faq-accordian .card:first-child {
  border-radius: 10px 10px 0 0;
}

.faq-accordian .card:last-child {
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 3px 6px #00000029;
}

.faq-accordian .card:last-child .card-header:not(.collapsed) {
  border-radius: unset;
  border-bottom: none;
}

.faq-accordian .card .collapse.show {
  border-top: 1px solid #F89522;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}

.faq-accordian .card:last-child .collapse.show {
  border-radius: 0px 0px 10px 10px;
  border-bottom: 1px solid #f89522;
}


/*footer*/

.footer {
  background: #393939;
}

.footer .cmn-section-padding {
  padding: 70px 100px;
}

.footer .social-links {
  margin-top: 165px;
}

.social-links a:last-child {
  margin-right: 0;
}

.social-links a {
  background: #fff;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  color: #393939;
  margin-right: 30px;
  margin-bottom: 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.social-links a:hover {
  color: #F89522;
}

.cmn-footer-title {
  color: #fff;
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 30px;
}

.footer-links ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.footer-links ul li a {
  color: #F89522;
  font-size: 22px;
  line-height: 24px;
  display: block;
  letter-spacing: 0px;
  text-decoration: none;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-links ul li a:hover {
  color: #fff;
}

.footer-contact-us ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.footer-contact-us ul li a {
  color: #F89522;
  font-size: 24px;
  display: flex;
  font-family: 'CiutadellaRounded-Bold';
  line-height: 24px;
  letter-spacing: 0px;
  text-decoration: none;
}

.footer-contact-us ul li {
  color: #F5F6F6;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  font-family: 'CiutadellaRounded-Regular';
  clear: both;
  display: flex;
  margin-bottom: 20px;
}

.footer-contact-us ul li .contact-icon {
  float: left;
  min-width: 30px;
  min-height: 30px;
  line-height: 26px;
  text-align: center;
}

.footer-contact-us ul li .contact-val-txt {
  margin-left: 20px;
  line-height: 26px;
}

.copyright-text {
  background: #fff;
  border: 1px solid #393939;
  letter-spacing: 0px;
  color: #393939;
  font-size: 18px;
  line-height: 26px;
  padding: 19px 0;
  text-align: center;
}


/*transfer money page css*/

.cmn-gradiant-overlay {
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: transparent linear-gradient(257deg, #F89522 0%, #393939 100%) 0% 0% no-repeat padding-box;
  opacity: 0.7;
}

.info-wth-bg-box {
  background: transparent linear-gradient(180deg, #FCCF61 0%, #F89522 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #BFBFBF;
  padding: 30px 15px;
  text-align: center;
  border-radius: 8px;
  height: 100%;
}

.wth-bg-round-icon {
  width: 100px;
  height: 100px;
  background: #F5F6F6 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
}

.info-wth-bg-box h5 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 15px;
  color: #fff;
}

.info-wth-bg-box .wth-bg-desc {
  letter-spacing: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-family: 'CiutadellaRounded-Regular';
}

.cmn-info-wth-no {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #D2D2D2;
  border-radius: 8px;
  padding: 45px 15px 45px 57px;
  position: relative;
  margin-left: 35px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.cmn-info-wth-no h5 {
  color: #222222;
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: 0px;
  font-family: 'CiutadellaRounded-Medium';
}

.cmn-info-wth-no .info-wth-no-desc {
  color: #393939;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  font-family: 'CiutadellaRounded-Regular';
}

.cmn-info-wth-no .number-round {
  background: #F89522;
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-family: 'CiutadellaRounded-Semibold';
}

.title-sub-text {
  color: #393939;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  max-width: 490px;
}

.exchange-img {
  text-align: center;
  margin-top: 35px;
}

.newsletter-btn button {
  font-size: 18px;
  padding: 15px 30px;
}

.newsletter-btn button {
  font-size: 18px;
  padding: 15px 30px;
  margin-top: 35px;
}

.title-sub-text2 {
  font-size: 26px;
  color: #000000;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'CiutadellaRounded-Regular';
}

.signup-chk .fancy-chk {
  margin-left: 40px;
}

.signup-chk {
  display: flex;
  margin-top: 40px;
}

.custom-control.fancy-chk {
  padding-left: 40px;
}

.fancy-chk .custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}

.fancy-chk .custom-control-input:checked~.custom-control-label::before {
  border-color: #393939;
  background: #FAAB55;
}

.fancy-chk .custom-control-label::after {
  top: 0px;
  left: -40px;
  width: 30px;
  height: 30px;
}

.fancy-chk .custom-control-label::before {
  width: 30px;
  height: 30px;
  border: 1px solid #393939;
  border-radius: 8px;
  box-shadow: none;
  left: -40px;
  top: 0;
}


/*business page css*/

.max-wnone {
  max-width: none;
}

.cmn-business-box {
  background: #F5F6F6 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #989898;
  border-radius: 8px;
  text-align: center;
  padding: 0 34px 30px 34px;
  margin-top: 96px;
  height: calc(100% - 96px);
}

.white-box {
  background: transparent;
  padding: 0 30px 30px 30px;
}

.cmn-business-box h5 {
  color: #222222;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  font-family: 'CiutadellaRounded-Medium';
  margin-top: 30px;
}

.cmn-business-box .business-desc {
  color: #393939;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  font-family: 'CiutadellaRounded-Regular';
  margin-bottom: 20px;
}

.cmn-business-box .busines-img {
  background: #F5F6F6;
  width: 200px;
  margin: -50px auto 0px;
}

.white-box .busines-img {
  background: #ffffff;
}

.whymtfx-box {
  background: transparent linear-gradient(180deg, #F89522 0%, #FCF7F1 2%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  padding-top: 30px;
}

.whymtfx-box .whymtfx-detail {
  padding-right: 50px;
}

.whymtfx-box .why-left-img img {
  max-width: 185px;
}

.whymtfx-box .whymtfx-detail h5 {
  letter-spacing: 0px;
  color: #393939;
  font-size: 36px;
  line-height: 46px;
}

.whymtfx-box .whymtfx-detail p {
  letter-spacing: 0px;
  color: #393939;
  font-size: 18px;
  line-height: 26px;
}

.navigation-secondary {
  background: #393939;
}

.secondary-menu ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
}

.secondary-menu ul li {
  display: inline-flex;
}

.secondary-menu ul li:last-child a {
  border-right: 1px solid #707070;
}

.secondary-menu ul li.active a {
  background: rgba(0, 0, 0, 0.3);
}

.secondary-menu ul li a {
  letter-spacing: 0px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  font-family: 'CiutadellaRounded-Semibold';
  padding: 10px 19px;
  position: relative;
  border-left: 1px solid #707070;
}

.tabs-main {
  padding: 0;
}

.tabs-header {
  background-color: #F5F6F6;
}

.tabs-main .nav-tabs .nav-link img,
.tabs-main .nav-tabs .nav-link span {
  display: block;
  margin: 10px auto;
}

.tabs-main .nav-tabs {
  border-bottom: 0;
}

.tabs-main .nav-tabs .nav-link {
  text-align: center;
  font-size: 24px;
  color: #393939;
  border-color: #e9ecef #e9ecef #dee2e6;
  border-top: 5px solid transparent;
  border-radius: 0;
  border-bottom: 0;
}

.tabs-main .nav-tabs .nav-link.active {
  color: #F89522;
  border: transparent;
  border-radius: 0;
  border-top: 5px solid #F89522;
}

.tabs-main .nav-tabs .nav-link img.orange-img {
  display: none;
}

.tabs-main .nav-tabs .nav-link img.black-img {
  display: block;
}

.tabs-main .nav-tabs .nav-link.active img.orange-img {
  display: block;
}

.tabs-main .nav-tabs .nav-link.active img.black-img {
  display: none;
}

.tabs-main .cmn-section-title {
  margin-top: 40px;
  font-size: 30px;
  line-height: 34px;
}

.batch-box {
  display: inline-table;
  vertical-align: middle;
  width: 100%;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  text-align: left;
  margin: 0;
  margin: 15px 0;
  position: relative;
}

.batch-box .busines-img {
  display: inline-table;
  vertical-align: middle;
  width: initial;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.batch-box .batch-business-desc-main {
  display: inline-table;
  vertical-align: middle;
  width: 100%;
  padding-left: 55px;
}

.batch-box.cmn-business-box h5 {
  margin: 0;
  font-family: 'CiutadellaRounded-Bold';
  margin-bottom: 10px;
}

.batch-box.cmn-business-box .business-desc {
  margin: 0;
  color: #989898;
}

.multiple-payments-box {
  background: #ffffff;
  padding: 40px 30px;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #F5F6F6;
  border-radius: 8px;
}

.multiple-payments-box::after {
  content: '';
  position: absolute;
  z-index: 2;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  height: 70px;
  width: 70px;
  background: url('../images/multiple-payments-arrow-icon.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.multiple-payments-box-main .row .col-md-4:last-child .multiple-payments-box::after {
  display: none;
}

.multiple-payments-box h5 {
  font-family: 'CiutadellaRounded-Bold';
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 24px;
}

.multiple-payments-list {
  list-style: none;
  color: #393939;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  font-family: 'CiutadellaRounded-Regular';
  padding-left: 1em;
  margin: 0;
}

.multiple-payments-list li {
  margin-bottom: 20px;
}

.multiple-payments-list li:last-child {
  margin-bottom: 0;
}

.multiple-payments-list li::before {
  content: "\2022";
  color: #AF650F;
  font-weight: bold;
  display: inline-block;
  width: 0.5em;
  margin-left: -0.5em;
  font-size: 40px;
  vertical-align: sub;
}

.features-list-main {
  min-height: 490px;
  margin-top: 70px;
  padding: 30px 0 70px 0;
}

.grey-bg {
  background-color: #F5F6F6;
}

.features-list-inner {
  background-color: #ffffff;
  padding: 5px 35px;
  box-shadow: 0px 3px 6px #00000029;
}

.features-list {
  padding: 0;
  list-style: none;
  font-family: 'CiutadellaRounded-Regular';
  font-size: 26px;
  line-height: 30px;
  margin: 0;
}

.features-list li {
  margin: 20px 0;
  background: url("../images/features-list-icon.svg");
  background-position: left center;
  background-repeat: no-repeat;
  padding: 10px 0;
  padding-left: 70px;
  display: inline-table;
  width: 100%;
  vertical-align: middle;
}

.features-list.two-columns li {
  display: inline-table;
  width: 49%;
  vertical-align: middle;
}

.download-pdf-main {
  padding: 60px 0px;
  background-size: cover;
  background-position: center;
  min-height: 230px;
}

.cmn-gradiant-overlay-dark {
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #393939;
  opacity: 0.7;
}

.caption-download-text {
  font-size: 30px;
  letter-spacing: 0px;
  color: #FFFFFF;
  line-height: 34px;
  margin-bottom: 30px;
}

.download-pdf-main .cmn-banner-caption {
  text-align: center;
}


/*Industry Page Start*/

.industry-tab-metter-main {
  margin: 70px 0px;
}

.industry-tab-metter-main .cmn-blog-title {
  margin-top: 30px;
}

.industry-tab-img {
  position: relative;
}

.industry-tab-img img {
  border-radius: 8px 0px 0px 8px;
  width: 100%;
}

.industry-tab-ovarlay {
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: transparent linear-gradient(0deg, #000000 0%, var(--unnamed-color-f89522) 100%) 0% 0% no-repeat padding-box;
  border: 1px solid var(--unnamed-color-707070);
  background: transparent linear-gradient(0deg, #000000 0%, #F89522 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 8px 0px 0px 8px;
  opacity: 0.2;
}

.industry-tab-title {
  color: #393939;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0px;
  text-decoration: none;
  font-family: 'CiutadellaRounded-Semibold';
}

.industry-tab-discription {
  color: #707070;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 32px;
  font-family: 'CiutadellaRounded-Regular';
  padding: 15px 0px 30px 0;
}

.industry-bg-box {
  background: #f5f6f6;
  border: 1px solid #BFBFBF;
  padding: 30px 15px;
  text-align: center;
  border-radius: 8px;
  min-height: calc(100% - 30px);
  margin-bottom: 30px;
}

.industry-bg-box-round-icon {
  width: 100px;
  height: 100px;
  background: #f89522 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
}

.in-box-discription {
  letter-spacing: 0px;
  color: #393939;
  font-size: 18px;
  line-height: 22px;
  font-family: 'CiutadellaRounded-Regular';
  margin-bottom: 20px;
}

.in-orange-icon {
  display: none;
}

.industry-bg-box:hover {
  background-color: #f89522;
}

.industry-bg-box:hover h5 {
  color: #ffffff;
}

.industry-bg-box:hover .in-box-discription {
  color: #ffffff;
}

.industry-bg-box:hover .in-box-button a {
  background: #fff;
  color: #000000;
  border: 1px solid #F89522;
}

.industry-bg-box:hover .industry-bg-box-round-icon {
  background-color: #ffffff;
}

.industry-bg-box:hover .in-orange-icon {
  display: initial;
}

.industry-bg-box:hover .in-white-icon {
  display: none;
}

.in-img-left-radius {
  border-radius: 8px 0px 0px 8px;
  height: 400px !important;
}

.in-img-left-radius::after {
  border-radius: 8px 0px 0px 8px;
}


/*Industry Page End*/


/*Market News Page Start*/

.current-update .card {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  opacity: 1;
}

.current-update img {
  border-radius: 8px 0px 0px 8px;
}

.current-update .cmn-blog-description {
  margin: 15px 0 20px 0;
}

.ms-blog-card .card {
  border: 1px solid #707070;
  border-radius: 8px;
  min-height: calc(100% - 30px);
  margin-bottom: 30px;
}

.c-update-img-parents {
  position: relative;
}

.img-left-radius {
  border-radius: 8px 0px 0px 8px;
}

.fx-img {
  border-radius: 8px 8px 0px 0px;
}

.c-update-img-parents .c-update-img-bg:after {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1px solid var(--unnamed-color-707070);
  background: transparent linear-gradient(0deg, #000000 0%, #F89522 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px 0px 0px 8px;
  opacity: 0.2;
}

.forex-news-parents .c-update-img-bg:after {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1px solid var(--unnamed-color-707070);
  background: transparent linear-gradient(0deg, #000000 0%, #F89522 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px 8px 0px 0px;
  opacity: 0.2;
}

.c-update-img-parents .c-update-img-bg {
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-update-img-parents .blog-img {
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.blog-card {
  background-color: transparent;
  border: none;
  margin-bottom: 30px;
}

.blog-card-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  background-color: transparent;
}

.blog-img-parents {
  position: relative;
}

.blog-img-parents .card-img-top:after {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1px solid var(--unnamed-color-707070);
  background: transparent linear-gradient(0deg, #000000 0%, #F89522 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px 8px 0px 0px !important;
  opacity: 0.2;
}

/*Market News Page End*/


/*Market News Inner Page Currency Update Start*/

.currency-update .dropdown-item,
.cu-dropdown {
  font-family: 'CiutadellaRounded-Light-Italic';
  font-size: 20px;
}

.cu-dropdown {
  background-color: #393939;
  color: #ffffff;
}

.cu-dropdown:hover {
  color: #ffffff;
}

.currency-update .dropdown-item,
.currency-update .dropdown-menu {
  background-color: #393939;
  color: #ffffff;
}

.currency-update .cmn-section-title {
  text-align: left;
  margin-top: 30px;
}

.currency-update h5 {
  font-family: CiutadellaRounded-Medium;
  font-size: 22px;
  margin-top: 25px;
}

.currency-update .description {
  color: #707070;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 26px;
  font-family: 'CiutadellaRounded-Regular';
}


/*Market News Inner Page Currency Update End*/


/*Market News Inner Page Daily Commentaries Start*/

.daily-commentary table {
  width: 100%;
}

.daily-commentary table {
  color: #393939;
  font-family: 'CiutadellaRounded-Medium';
  font-size: 18px;
}

.daily-commentary a {
  color: #393939;
  text-decoration: none;
}

.daily-commentary td:first-child {
  background-color: #F5F6F6;
  width: 20%;
}

.daily-commentary td:last-child {
  width: 80%;
}


/*Market News Inner Page Daily Commentaries End */


/*Market News Inner Page Main Start */

.market-news-inner-page-main img {
  float: left;
  padding: 0px 20px 20px 0;
  width: 50%;
}

.market-news-inner-page-main h5 {
  margin-top: 20px;
  font-family: 'CiutadellaRounded-Semibold';
  font-size: 22px;
  line-height: 22pt;
}

.market-news-inner-page-main p {
  color: #707070;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 26px;
  font-family: 'CiutadellaRounded-Regular';
}


/*Market News Inner Page Main End */


/*Market News Inner Page FX Forecast Page Main Start */

.fx-forecast {
  margin-bottom: 30px;
}

.fx-forecast table tr td {
  font-size: 18px;
  font-family: 'CiutadellaRounded-Regular';
}

.fx-forecast table tr:first-child td {
  border-bottom: 3px solid #f89522;
  font-size: 22px;
  font-family: 'CiutadellaRounded-Semibold';
}

.fx-forecast table tr:nth-child(2) td {
  background-color: #F5F6F6;
  font-size: 18px;
  font-family: 'CiutadellaRounded-Semibold';
}

.fx-forecast table tr:nth-child(3) td:nth-child(1) {
  color: #BE1E2D;
  font-family: 'CiutadellaRounded-Semibold';
}

.fx-forecast table tr:nth-child(4) td:nth-child(1) {
  color: #00A651;
  font-family: 'CiutadellaRounded-Semibold';
}

.fx-forecast table tr:nth-child(5) td:nth-child(1) {
  color: #ED1C24;
  font-family: 'CiutadellaRounded-Semibold';
}

.fx-forecast table tr:nth-child(6) td:nth-child(1) {
  color: #F7941E;
  font-family: 'CiutadellaRounded-Semibold';
}

.fx-forecast table tr:nth-child(7) td:nth-child(1) {
  color: #0079C1;
  font-family: 'CiutadellaRounded-Semibold';
}

.fx-forecast table tr:nth-child(8) td {
  font-family: 'CiutadellaRounded-Semibold';
}

.fx-forecast div h4 {
  font-family: 'CiutadellaRounded-Semibold';
  font-size: 18px;
  margin-top: 15px;
}

.fx-forecast div p {
  font-size: 18px;
  font-family: 'CiutadellaRounded-Regular';
}


/*Market News Inner Page FX Forecast Page Main End */


/* Blog Start */

.blog-row {
  margin-bottom: 30px;
}

.blog-title {
  border-bottom: 3px solid #F89522;
  width: 100%;
  margin-bottom: 30px;
}

.blog-title a {
  text-decoration: none;
}

.blog-title-text {
  background-color: #f89522;
  width: 30%;
  text-align: center;
  padding: 5px 20px;
  color: #ffffff;
  font-family: 'CiutadellaRounded-Semibold';
  font-size: 24px;
  line-height: 24pt;
  min-width: 290px;
}

.blog-main .cmn-blog-box {
  background-color: transparent;
}

.blog-small .blog-card .c-update-img-parents .blog-img {
  height: 250px;
}

.blog-category-mobile-m-30 .cmn-blog-title {
  font-size: 26px;
  line-height: 30px;
}

.blog-small .cmn-blog-title a,
.blog-small .cmn-blog-title {
  font-family: 'CiutadellaRounded-Semibold';
  font-size: 18px;
  line-height: 18pt;
}

.blog-small .cmn-blog-description {
  font-size: 18px;
  line-height: 26px;
  font-family: 'CiutadellaRounded-Regular';
}

.blog-cat-post-right .blog-post-date {
  letter-spacing: 0px;
  color: #707070;
  font-size: 14px;
  line-height: 16px;
  font-family: 'CiutadellaRounded-Light-Italic';
  margin: 15px 0;
}

.blog-cat-post-right .blog-category {
  display: initial;
}

.blog-small {
  margin-bottom: 30px;
}


/* Blog End */
/* Blog Catagory Start */
.navigation-blog {
  background-color: #f89522;
  padding: 10px 0;
}

.navigation-blog .blog-menu span:after {
  color: #ffffff;
  content: "\02C3";
  font-size: 14px;
  padding: 0px 10px;
}

.navigation-blog .blog-menu span:last-child::after {
  display: none;
}

.navigation-blog .blog-menu span a {
  color: #ffffff;
  text-decoration: none;
}

.blog-category-mobile-m-30 {
  margin-bottom: 30px;
}

.blog-category-mobile-m-30 .blog-card .c-update-img-parents .blog-img {
  height: 230px;
}

.pages .page-link {
  color: #f89522;
}

.pagination .active {
  background-color: #f89522;
  color: #FFFFFF;
}

.page-link:focus {
  box-shadow: none;
  border: 1px solid #dee2e6;
}

/* Blog Catagory End */

/*Blog Inner Page Main Start */

.blog-inner-page-main img {
  float: left;
  padding: 0px 20px 20px 0;
  width: 50%;
}

.blog-inner-page-main h5 {
  margin-top: 20px;
  font-family: 'CiutadellaRounded-Semibold';
  font-size: 22px;
  line-height: 22pt;
}

.blog-inner-page-main p {
  color: #707070;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 26px;
  font-family: 'CiutadellaRounded-Regular';
}


/* Blog Inner Page Main End */


/* Tabs Responsive */

.tabs-main .nav-tabs {
  display: none;
}

.tabs-main .card .card-header a img,
.tabs-main .card .card-header a span,
.tabs-main .card .card-header a i {
  display: inline-table;
  margin: 0 5px;
}

.tabs-main .card {
  border: none;
  border-radius: 0;
  margin: 0;
}

.tabs-main .card .card-header {
  border: 1px solid;
  border-color: #e9ecef #e9ecef #dee2e6;
  border-radius: 0 !important;
}

.tabs-main .card .card-header a i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tabs-main .card .card-header a img {
  height: 45px;
}

.tabs-main .card .card-header a {
  display: block;
  text-decoration: none;
  outline: none;
  font-size: 20px;
  color: #F89522;
  position: relative;
}

.tabs-main .card .card-header a.collapsed {
  color: #393939;
}

.tabs-main .card .card-header a .black-img,
.tabs-main .card .card-header a i.fa-plus-circle {
  display: none;
}

.tabs-main .card .card-header a .orange-img,
.tabs-main .card .card-header a i.fa-minus-circle {
  display: inline-table;
}

.tabs-main .card .card-header a.collapsed .orange-img,
.tabs-main .card .card-header a.collapsed i.fa-minus-circle {
  display: none;
}

.tabs-main .card .card-header a.collapsed .black-img,
.tabs-main .card .card-header a.collapsed i.fa-plus-circle {
  display: inline-table;
}

@media(min-width:768px) {
  .tabs-main .nav-tabs {
    display: flex;
  }

  .tabs-main .card {
    border: none;
  }

  .tabs-main .card .card-header {
    display: none;
  }

  .tabs-main .card .collapse {
    display: block;
  }
}

@media(max-width:767px) {
  .tabs-main .tab-content>.tab-pane {
    display: block !important;
    opacity: 1;
  }
}


/* Tabs Responsive End*/
/*tools pages css*/
.currency-tbl-bottom {
  margin-bottom: 70px;
  margin-top: 30px;
}

.exchange-rate-table table thead th,
.exchange-rate-table table thead th h4 {
  border-top: none;
  font-weight: 600;
  text-align: center;
  border-bottom: none;
  letter-spacing: 0px;
  color: #393939;
  font-size: 24px;
  font-family: 'CiutadellaRounded-Semibold';
}

.exchange-rate-table table th,
.exchange-rate-table table td {
  border-top: 2px solid #EFEFEF;
}

.exchange-rate-table table tbody th .flag-icon {
  margin-right: 15px;
}

.exchange-rate-table table tbody th {
  padding: 7px 10px;
  vertical-align: middle;
}

.exchange-rate-table table tbody th,
.exchange-rate-table table tbody th h4 {
  letter-spacing: 0px;
  color: #393939;
  font-size: 24px;
  font-weight: 600;
  font-family: 'CiutadellaRounded-Semibold';
  margin-bottom: 0;
}

.exchange-rate-table table tbody td {
  text-align: center;
  letter-spacing: 0px;
  color: #393939;
  font-size: 24px;
  line-height: 45px;
  vertical-align: middle;
  padding: 7px 10px;
  font-family: 'CiutadellaRounded-Regular';
}

.second-counter .counter-text {
  letter-spacing: 0px;
  color: #707070;
  font-size: 24px;
  font-family: 'CiutadellaRounded-Regular';
  line-height: 24px;
}

.second-counter .counter-number {
  letter-spacing: 0px;
  color: #393939;
  font-size: 60px;
  line-height: 24px;
  margin-bottom: 10px;
}

.cmn-forms.form-xl .bootstrap-select button.dropdown-toggle {
  height: 60px;
}

.cmn-forms.form-xl .bootstrap-select button.dropdown-toggle .filter-option-inner {
  padding-top: 10px;
}

.cmn-forms.form-xl .bootstrap-select .bs-searchbox input.form-control {
  height: 40px;
  margin-bottom: 10px;
}

.cmn-forms.form-xl .form-group input.form-control {
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  padding-left: 30px;
}

.cmn-forms.form-xl .form-group label {
  font-size: 24px;
  line-height: 30px;
  display: block;
}

.date-time-text {
  letter-spacing: 0px;
  color: #707070;
  font-size: 24px;
  line-height: 45px;
  font-family: 'CiutadellaRounded-Regular';
}

.inverse-btn .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.inverse-btn .switch input {
  display: none;
}

.inverse-btn .slider.round {
  border-radius: 34px;
}

.inverse-btn .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #707070;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.inverse-btn .slider.round:before {
  border-radius: 50%;
}

.inverse-btn .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 2px;
  background-color: #F89522;
  -webkit-transition: .4s;
  transition: .4s;
}

.inverse-btn input:checked+.slider {
  background-color: #f5f6f6;
}

.inverse-btn input:checked+.slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.sml-lbl-txt {
  float: right;
  letter-spacing: 0px;
  color: #393939;
  font-size: 18px;
  font-family: 'CiutadellaRounded-Light-Italic';
}

.flag-icon-squared {
  border-radius: 50%;
}

.exchange-rate-table .flag-icon-squared {
  width: 40px;
  height: 40px;
  box-shadow: inset 1px 1px 10px #404040;
}

.exchange-rate-table thead .flag-icon-squared {
  margin-bottom: 10px;
}

/*rate calculator tab*/
.currency-cn-frm {
  margin-bottom: 70px;
}

/*historical exc rates*/
.cmn-table {
  border-bottom: 2px solid #EFEFEF;
}

.cmn-table thead th {
  border-top: none;
  border-bottom: none;
  letter-spacing: 0px;
  color: #393939;
  vertical-align: middle;
  font-size: 24px;
  font-family: 'CiutadellaRounded-Semibold';
}

.cmn-table th,
.cmn-table td {
  border-top: 2px solid #EFEFEF;
}

.cmn-table tbody td {
  letter-spacing: 0px;
  color: #393939;
  font-size: 24px;
  line-height: 45px;
  padding: 7px 15px;
  font-family: 'CiutadellaRounded-Regular';
}

.cmn-table.dataTable th.sorting:before,
.cmn-table.dataTable th.sorting:after,
.cmn-table.dataTable th.sorting_desc:before,
.cmn-table.dataTable th.sorting_desc:after,
.cmn-table.dataTable th.sorting_asc:before,
.cmn-table.dataTable th.sorting_asc:after {
  content: "";
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #EFEEEE;
  opacity: 1;
}

.cmn-table.dataTable th.sorting:before {
  top: 20px;
  right: 20px;
  bottom: auto;
}

.cmn-table.dataTable th.sorting:after {
  top: 30px;
  transform: rotateX(-180deg);
  right: 20px;
}

.cmn-table.dataTable th.sorting_asc:before {
  border-bottom-color: #F89522;
}

.cmn-table.dataTable th.sorting_desc:after {
  border-bottom-color: #F89522;
}

.cmn-table.dataTable th.sorting_desc:before,
.cmn-table.dataTable th.sorting_asc:before {
  top: 20px;
  right: 20px;
  bottom: auto;
}

.cmn-table.dataTable th.sorting_desc:after,
.cmn-table.dataTable th.sorting_asc:after {
  top: 30px;
  transform: rotateX(-180deg);
  right: 20px;
}

.datepicker-dropdown table td.active,
.datepicker-dropdown table td span.active {
  background: #F89522 !important;
}

/*foreign exchange update*/
.cmn-box-wth-check {
  border: 1px solid #D2D2D2;
  border-radius: 8px;
  text-align: center;
  padding: 35px 20px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.cmn-box-wth-check .cmn-box-wth-check-icon {
  width: 70px;
  height: 70px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
}

.cmn-box-wth-check h5 {
  letter-spacing: 0px;
  color: #222222;
  font-size: 24px;
  margin-bottom: 15px;
}

.cmn-box-wth-check .cmn-box-wth-check-des {
  letter-spacing: 0px;
  color: #393939;
  font-size: 18px;
  font-family: 'CiutadellaRounded-Regular';
  line-height: 22px;
  padding: 0 20px;
  margin-bottom: 30px;
}

.cmn-box-wth-check .cmn-box-wth-check-chk label {
  letter-spacing: 0px;
  color: #393939;
  font-size: 26px;
  line-height: 24px;
  font-family: 'CiutadellaRounded-Regular';
}

.square-chk.fancy-chk .custom-control-label::before {
  border-radius: unset;
  border-color: #707070;
  height: 23px;
  width: 23px;
}

.square-chk.fancy-chk .custom-control-label::after {
  height: 23px;
  width: 23px;
}

.square-chk.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-size: 18px;
}

.square-chk.fancy-chk .custom-control-input:checked~.custom-control-label::before {
  border-color: #FAAB55;
}

.cmn-box-wth-check-chk .fancy-chk .custom-control-label::before,
.cmn-box-wth-check-chk .fancy-chk .custom-control-label::after {
  right: -35px;
  left: auto;
}

.cmn-box-wth-check-chk .custom-control.fancy-chk {
  padding-left: 0;
}

.agreement-chk .agreement-title {
  letter-spacing: 0px;
  color: #393939;
  font-size: 18px;
  margin-bottom: 30px;
  font-family: 'CiutadellaRounded-Semibold';
}

.agreement-chk .fancy-chk label {
  letter-spacing: 0px;
  color: #393939;
  font-size: 18px;
  line-height: 23px;
  font-family: 'CiutadellaRounded-Regular';
}

.agreement-chk .custom-control.fancy-chk {
  padding-left: 30px;
}

.agreement-chk .fancy-chk .custom-control-label::before,
.agreement-chk .fancy-chk .custom-control-label::after {
  left: -30px;
}

/*faq page*/
.faq-top-headings a {
  text-decoration: none;
}

.faq-top-headings h3 {
  font-size: 28px;
  line-height: 1.14;
  border-radius: 10px;
  padding: 15px 30px;
  color: #fff;
  color: white;
  background: transparent linear-gradient(257deg, #F89522 0%, #393939 100%) 0% 0% no-repeat padding-box;
}

.faq-accordian .card .card-header {
  cursor: pointer;
}

.header .col-xl-2.col-md-6.col-sm-6.col-5 {
  z-index: 1;
}

/*charts css*/
.compare-chart .yaxis-label {
  background: #D7DBDB;
  padding: 3px 10px 1px 8px;
  font-size: 16px;
  font-family: 'CiutadellaRounded-Regular';
}

/*career page css*/
.job-opening .job-opening-details .job-opening-link {
  margin: 10px 0;
  padding-left: 56px;
}

.job-opening .job-opening-details .job-opening-link a {
  transition: all 0.3s;
  text-decoration: none;
  position: relative;
}

.job-opening .job-opening-details .job-opening-link a:before {
  content: "\f15c";
  display: block;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  left: -40px;
  font-size: 20px;
}

.job-opening .job-opening-details .job-opening-link a:hover {
  color: #F89522;
}

.job-opening .job-opening-counter {
  margin-left: 20px;
  color: #F89522;
}

/*career inner page css*/
.career-job-detail-row {
  display: flex;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: 'CiutadellaRounded-Regular';
}

.career-job-detail-row .job-detail-value {
  color: #F89522;
  font-family: 'CiutadellaRounded-Medium';
}

.career-job-detail-row .job-detail-label {
  min-width: 150px;
}

.job-desc-sec .job-desc-text p {
  letter-spacing: 0px;
  color: #393939;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  font-family: 'CiutadellaRounded-Regular';
  margin-bottom: 20px;
}

.job-desc-sec {
  margin-bottom: 40px;
}

.job-desc-sec h5 {
  padding-left: 15px;
  border-left: 2px solid #F89522;
  margin-bottom: 20px;
}

.job-list-style {
  list-style: none;
  letter-spacing: 0px;
  color: #393939;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
  font-family: 'CiutadellaRounded-Regular';
  margin-bottom: 20px;
}

.job-list-style li {
  margin-bottom: 10px;
  position: relative;
}

.job-list-style li:before {
  content: "\f061";
  display: block;
  color: #F89522;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: -20px;
  font-size: 12px;
}

.normal-fnt {
  font-size: 18px;
  font-family: 'CiutadellaRounded-Regular';
}

.job-desc-sec-box {
  text-align: center;
  background: #fff;
  border: 1px solid orange;
  border-radius: 8px;
  padding: 30px 10px;
}

.job-desc-sec-box p {
  font-size: 22px;
}

/*privacy policy page css*/
.cmn-detail-text-sec>h5 {
  padding-left: 15px;
  border-left: 2px solid #F89522;
  margin-bottom: 20px;
}

.cmn-detail-text-sec .cmn-detail-text p {
  letter-spacing: 0px;
  color: #393939;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  font-family: 'CiutadellaRounded-Regular';
  margin-bottom: 20px;
}

.cmn-detail-text-sec .cmn-detail-text p a.fc-orange:hover,
.cmn-detail-text-sec h5 a.fc-orange:hover {
  color: #F89522;
}
.cmn-detail-text-sec {
  margin-bottom: 50px;
}

.cmn-li-wth-arw {
  list-style: none;
  letter-spacing: 0px;
  color: #393939;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  font-family: 'CiutadellaRounded-Regular';
  margin-bottom: 20px;
}

.cmn-li-wth-arw li {
  margin-bottom: 10px;
  position: relative;
}

.cmn-li-wth-arw li:before {
  content: "\f061";
  display: block;
  color: #F89522;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: -20px;
  font-size: 12px;
}

.cmn-inner-section-title {
  margin-bottom: 20px;
}

.cmn-li-wth-number h5 {
  margin-bottom: 20px;
}

.cmn-li-wth-number li {
  counter-increment: li;
  list-style: none;
  position: relative;
}

.cmn-li-wth-number li:before {
  content: counter(li)'.';
  color: #F89522;
  font-size: 1.25rem;
  position: absolute;
  left: -30px;
  top: -3px;
}

.cmn-li-wth-number li p {
  letter-spacing: 0px;
  color: #393939;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  font-family: 'CiutadellaRounded-Regular';
  margin-bottom: 20px;
}

.cmn-inner-detail {
  margin-left: 15px;
}

.cmn-detail-text-sec .industry-bg-box:hover .in-box-discription a,
.cmn-detail-text-sec .industry-bg-box:hover .in-box-discription a:hover {
  color: #fff;
}

.cmn-detail-text-sec .industry-bg-box .in-box-discription a,
.cmn-detail-text-sec .industry-bg-box .in-box-discription a:hover {
  color: #393939;
}

/*milan css*/
/*/ Press Note Start /*/
.pressnote-row {
  margin-bottom: 40px;
}

.press-note-card {
  margin-bottom: 15px;
}

.press-note-card .press-note-img {
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*/ Press Note End /*/
/*sitemap css*/
/*.sitemap-nav {
  margin: 20px auto;
  width: 455px;
  min-height: auto;
}*/

.sitemap-nav ul {
  position: relative;
  padding-top: 20px;
  padding-left: 0;
}

.sitemap-nav li {
  position: relative;
  padding: 20px 3px 0 3px;
  float: left;

  text-align: center;
  list-style-type: none;
}

.sitemap-nav li::before,
.sitemap-nav li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  width: 50%;
  height: 20px;
  border-top: 1px solid #D2D2D2;
}

.sitemap-nav li::after {
  left: 50%;
  right: auto;

  border-left: 1px solid #D2D2D2;
}

.sitemap-nav li:only-child::after,
.sitemap-nav li:only-child::before {
  content: '';
  display: none;
}

.sitemap-nav li:only-child {
  padding-top: 0;
}

.sitemap-nav li:first-child::before,
.sitemap-nav li:last-child::after {
  border: 0 none;
}

.sitemap-nav li:last-child::before {
  border-right: 1px solid #D2D2D2;
  border-radius: 0 5px 0 0;
}

.sitemap-nav li:first-child::after {
  border-radius: 5px 0 0 0;
}

.sitemap-nav ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #D2D2D2;
  width: 0;
  height: calc(100% - 19px);
}

.sitemap-nav li a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #D2D2D2;
  box-shadow: 0px 3px 6px #00000029;
  text-decoration: none;
  text-transform: uppercase;
  color: #393939;
  font-family: 'CiutadellaRounded-Medium';
  font-size: 16px;
  max-width: 200px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sitemap-nav li a:hover,
.sitemap-nav li a:hover+ul li a {
  color: #fff;
  background: #F89522 !important;
  border: 1px solid #F89522;
}

.sitemap-nav li a:hover+ul li::after,
.sitemap-nav li a:hover+ul li::after,
.sitemap-nav li a:hover+ul li::before,
.sitemap-nav li a:hover+ul::before,
.sitemap-nav li a:hover+ul ul::before {
  content: '';
  border-color: #F89522 !important;
}

.sitemap-nav .sub-links li {
  float: none;
  text-align: left;
  /*margin-left: 220px;*/
  transform: translateX(54%);
  position: relative;
    z-index: 1;
}

.sitemap-nav .sub-links li a {
  position: relative;
  z-index: 1;
  background: #fff;
}

.sitemap-nav .sub-links li:before {
  content: "";
  left: -11px;
  top: 36px;
  width: 25px;
}

.main-tree-menu {
  position: relative;
}

.main-tree-menu:hover:before {
  background: #F89522;
}

.main-tree-menu:before {
  content: "";
  background: #D2D2D2;
  display: block;
  position: absolute;
  height: 20px;
  width: 1px;
  top: 35px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.sitemap-nav .sub-links li:first-child:before {
  border-top: 1px solid #D2D2D2;
}

.sitemap-nav .sub-links li:after {
  display: none;
}

.sitemap-nav>ul>li {
  width: 100%;
}
.sitemap-tree{
  width: 100%;
  overflow-y: auto;
}
.sitemap-tree .sitemap-nav .main-nav-link > li{
  min-width: 290px;
  width: 15%;
}

/*tools charts css*/
.charts-outer-main {
  border: 1px solid #707070;
  margin-bottom: 70px;
}
.chart-header, .chart-footer {
  margin: 25px 0;
}
.charts-outer-main .chart-tabs-header-details, .charts-outer-main .chart-tabs-header-icon{
  display: inline-table;
  vertical-align: middle;
}
.tabs-main .charts-outer-main .nav-tabs .nav-link {
  text-align: left;
  position: relative;
}
.charts-outer-main .chart-tabs-header-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #264DA7;
}
.charts-outer-main .chart-tabs-header-details .chart-currency {
  font-family: 'CiutadellaRounded-Semibold';
  font-size: 15px;
}
.charts-outer-main .chart-tabs-header-details .chart-currency-rate {
  font-family: 'CiutadellaRounded-Regular';
  font-size: 15px;
}
.tabs-main .charts-outer-main .nav-tabs .nav-link span {
  margin: 0px auto;
}
.tabs-main .charts-outer-main .nav-tabs {
  background-color: #F5F6F6;
}
.highcharts-title {
  font-family: 'CiutadellaRounded-Bold';
  font-size: 24px!important;
  font-weight: normal!important;
}
.highcharts-button {
  font-family: 'CiutadellaRounded-Semibold';
  font-size: 18px!important;
  font-weight: normal!important;
}
.chart-footer p {
  font-size: 18px;
  font-family: 'CiutadellaRounded-Semibold';
  text-align: center;
  margin: 0;
}
.chart-footer a {
  color: #F89522;
  text-decoration: none;
}
.charts-outer-main .exchange-img {
  margin-top: 35px;
}
.cmn-tab-charts .charts-outer-main{
  border: none;
}
.cmn-tab-charts.tabs-main .card{
  background: transparent;
}
.cmn-tab-charts .charts-outer-main .nav-tabs{
  margin-top: -64px;
}
.currency-chart .title-sub-text2{
  margin-bottom: 110px;
}
.cmn-tab-charts.tabs-main .charts-outer-main .nav-tabs{
  background-color: #EDEEED;
}
.cmn-tab-charts .nav-tabs .nav-link.active{
  background-color: #F5F6F6;
}

@media screen and (max-width: 1750px) {
.sitemap-tree .sitemap-nav .main-nav-link > li{
  float: none;
      margin-left: 310px;
    text-align: left;
}
nav.sitemap-nav {
    display: flex;
    justify-content: center;
}
.sitemap-nav ul ul.sub-links::before {
    left: 20%;
}
.sitemap-nav .sub-links li{
  transform: translateX(68px);
}
.sitemap-nav li::before,.sitemap-nav li::after{
  visibility: hidden;
}
.main-nav-link > li > a{
  min-width: 120px;
  text-align: center;
}
.sitemap-tree .sitemap-nav .main-nav-link::before{
  height: calc(100% - 430px);
}
.sitemap-tree .sitemap-nav .main-tree-menu:before{
  visibility: hidden;
}
.sitemap-nav .sub-links li::before, .sitemap-nav .sub-links li::after{
  visibility: visible;
}
.sitemap-tree .sitemap-nav .main-nav-link > li > a{
  position: relative;
  z-index: 1;
}
.sitemap-tree .sitemap-nav .main-nav-link > li > a:before{
 content: "";
    left: -13px;
    top: 16px;
    width: 13px;
    border-top: 1px solid #D2D2D2;
    position: absolute;
}
}
/*sitemap css end*/

/*responsive css*/

@media screen and (max-width: 1199px) {
  .main-menu ul.navbar-nav {
    justify-content: center;
  }

  .service-box {
    margin-bottom: 15px;
  }

  .footer-contact-us {
    margin-top: 20px;
  }

  .exchange-img {
    margin-top: 0;
  }

  .newsletter-btn {
    text-align: center;
  }

  .newsletter-btn button {
    margin-top: 0;
  }

  /*tools page*/
  .tabs-main.tools-inner-pages .nav-tabs .nav-link {
    font-size: 16px;
  }

  .exchange-img.orange-img {
    margin-top: 35px;
  }
}

@media screen and (max-width: 991px) {

  /* Blog CSS */
  .blog-small .cmn-blog-box {
    padding: 20px 0px;
    display: block;
  }

  .blog-small .cmn-blog-box .blog-image {
    width: 100%;
    max-height: 350px;
  }

  .blog-small .cmn-blog-box div .cmn-blog-title a,
  .blog-small .cmn-blog-box div .cmn-blog-title {
    font-family: 'CiutadellaRounded-Semibold';
    font-size: 26px;
    line-height: 30pt;
    margin-top: 20px;
  }

  .blog-small .cmn-blog-box div .cmn-blog-description {
    font-size: 16px;
    line-height: 30px;
    font-family: 'CiutadellaRounded-Light-Italic';
  }

  .secondary-menu ul li a {
    padding: 10px 5px;
  }

  .signup-form .newsletter-btn button {
    margin-top: 10px;
  }

  .signup-chk .fancy-chk:first-child {
    margin-left: 0;
  }

  .signup-chk {
    margin-top: 10px;
  }

  .footer .social-links {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer .cmn-section-padding {
    padding: 50px;
  }

  .c-update-img-parents .blog-img {
    height: 250px;
  }

  .c-update-img-parents .c-update-img-bg {
    height: 250px;
  }

  .blog-inner-page-main img,
  .market-news-inner-page-main img {
    width: 100%;
    padding: 0px 0px 20px 0;
  }

  .cmn-section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cmn-section-title {
    margin-bottom: 20px;
  }

  .customer-benefits .cmn-benefit-box {
    margin-top: 20px;
    min-height: calc(100% - 20px);
  }

  .cmn-info-box {
    margin-bottom: 20px;
    min-height: calc(100% - 20px);
  }

  .info-wth-bg-box {
    margin-bottom: 20px;
    height: auto;
  }

  .custom-control.fancy-chk {
    margin: 0 auto !important;
  }

  .in-img-left-radius {
    border-radius: 8px 8px 0px 0px;
  }

  .in-img-left-radius::after {
    border-radius: 8px 8px 0px 0px !important;
  }

  /*tools page*/
  .tabs-main.tools-inner-pages .nav-tabs .nav-link img {
    width: 40px;
  }

  .tabs-main.tools-inner-pages .nav-tabs .nav-link {
    font-size: 14px;
    padding: 0 5px;
  }

  .cmn-section-padding.tools-inner-pages {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  nav.sitemap-nav{
    justify-content: flex-start;
  }
  .sitemap-tree .sitemap-nav .main-nav-link > li{
    margin-left: 50px;
  }
  .sitemap-tree .sitemap-nav .main-nav-link::before{
    left: 40px;
  }
  .sitemap-tree .sitemap-nav ul > li{
    text-align: left;
  }
  .sitemap-tree .sitemap-nav ul > li a.main-tree-menu {
    margin-left: 13px;
}
  .caption-lg-text {
    font-size: 40px;
    line-height: 35px;
  }

  .caption-sm-text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .register-btn .cmn-register-btn {
    font-size: 18px;
    padding: 10px 33px;
  }

  .whymtfx-detail {
    padding: 0 20px !important;
    text-align: center;
  }

  .responsive-menu {
    display: block;
  }

  .currency-calc {
    margin-top: 20px;
  }

  .cmn-banner {
    padding: 25px 0;
    min-height: 300px;
  }

  .recent-news .cmn-blog-box {
    margin-bottom: 30px;
  }

  .features-list.two-columns li {
    width: 100%;
  }

  .img-left-radius {
    border-radius: 8px 8px 0px 0px;
  }

  .c-update-img-parents .c-update-img-bg:after {
    border-radius: 8px 8px 0px 0px;
  }

  /*tools page*/
  .second-counter {
    margin-top: 40px;
  }

  .exchange-img.orange-img {
    margin-top: 0;
  }

  .cmn-table thead th,
  .cmn-table tbody td {
    font-size: 20px;
    line-height: 30px;
    min-width: 150px;
  }
 /*tools charts css*/
 .charts-outer-main .chart-tabs-header-icon {
  display: none;
}
.chart-header, .chart-footer {
  margin: 10px 0;
}
.charts-outer-main .exchange-img {
    margin-top: 0;
}
.currency-chart .title-sub-text2{
  margin-bottom: 20px;
}
.charts-outer-main{
  margin-bottom: 0px;
}
.cmn-tab-charts .charts-outer-main{
  padding: 15px 0;
}
}

@media screen and (max-width: 576px) {

  .blog-inner-page-main p,
  .currency-update .description {
    line-height: 20px;
  }

  .cmn-banner {
    min-height: auto;
    text-align: center;
  }

  .currency-calc {
    margin-top: 0;
    text-align: left;
  }

  .cmn-forms.form-lg .form-group {
    margin-bottom: 15px;
  }

  .service-box {
    min-height: auto;
  }

  .service-box h3 {
    font-size: 24px;
  }

  .compare-box {
    padding: 20px;
  }

  .customer-benefits .cmn-benefit-box {
    margin-top: 15px;
  }

  .cmn-benefit-box {
    padding: 20px;
    min-height: auto;
  }

  .cmn-round-icon {
    margin: 0 auto 20px;
  }

  .cmn-section-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }

  .tabs-main .cmn-section-title {
    margin-top: 15px;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }

  .quik-reg-text h6 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }

  .cmn-info-box {
    padding: 20px;
    margin-bottom: 15px;
    min-height: auto;
  }

  .cmn-info-round {
    margin: 0 auto 20px;
  }

  .cmn-info-box h5 {
    margin-bottom: 10px;
  }

  .cmn-blog-box {
    padding: 20px;
  }

  .recent-news .cmn-blog-box {
    margin-bottom: 15px;
  }

  .cmn-blog-description {
    line-height: 20px;
  }

  .footer .social-links {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-contact-us ul li {
    margin-bottom: 15px;
  }

  .cmn-footer-title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .footer-links ul li a {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .cmn-section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer .cmn-section-padding {
    padding: 15px;
  }

  .header-action-btn button {
    min-width: auto;
    font-size: 14px;
    padding: 6px 10px;
  }

  .header .header-action-btn {
    margin-top: 6px;
  }

  .tesimonial-box {
    padding: 35px 30px;
  }

  .footer-social .ftr-logo {
    width: 150px;
  }

  .info-wth-bg-box {
    padding: 20px;
    height: auto;
    margin-bottom: 15px;
  }

  .wth-bg-round-icon {
    margin: 0 auto 20px;
  }

  .info-wth-bg-box h5 {
    margin-bottom: 10px;
  }

  .cmn-info-wth-no {
    padding: 25px 15px 25px 50px;
    height: auto;
    margin-bottom: 20px;
  }

  .title-sub-text {
    margin-bottom: 15px;
  }

  .title-sub-text2 {
    margin-bottom: 15px;
    line-height: 30px;
  }

  .exchange-img {
    margin-top: 0;
  }

  .newsletter-btn {
    text-align: center;
  }

  .newsletter-btn button {
    margin: 0;
  }

  .custom-control.fancy-chk {
    margin: 0 auto !important;
  }

  .cmn-business-box {
    margin-top: 70px;
    padding: 0 20px 20px 20px;
  }

  .cmn-business-box h5 {
    margin-top: 15px;
  }

  .features-list-main {
    min-height: auto;
    margin-top: 30px;
    padding: 30px 0 30px 0;
  }

  .features-list-inner {
    padding: 20px;
  }

  .features-list {
    font-size: 20px;
    line-height: 22px;
  }

  .features-list li {
    margin: 5px 0;
    padding: 5px 0;
    padding-left: 40px;
    background-size: 30px 30px;
  }

  .download-pdf-main {
    padding: 30px 0px;
    min-height: auto;
  }

  .caption-download-text {
    margin-bottom: 15px;
  }

  .tabs-main {
    padding: 0;
  }

  .batch-box {
    margin-top: 20px;
    padding: 0 20px 0 20px;
  }

  .batch-box .batch-business-desc-main {
    padding-left: 30px;
  }

  .multiple-payments-box {
    padding: 20px;
    margin-bottom: 30px;
  }

  .multiple-payments-list li {
    margin-bottom: 10px;
  }

  .multiple-payments-box::after {
    right: initial;
    top: initial;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
  }

  .industry-tab-metter-main {
    margin: 20px 0px;
  }

  .industry-tab-img img {
    border-radius: 0;
  }

  .industry-tab-metter-main .cmn-blog-title {
    margin-top: 15px;
  }

  .industry-tab-discription {
    padding: 0;
    line-height: 20px;
  }

  .industry-bg-box {
    min-height: auto;
    margin-bottom: 20px;
    padding: 20px;
  }

  .industry-bg-box-round-icon {
    margin: 0 auto 20px;
  }

  .blog-title a {
    display: block;
  }

  .blog-title-text {
    width: 100%;
  }

  .blog-title .cmn-orange-btn {
    display: none;
  }

  /*tools page*/
  .tabs-main.tools-inner-pages .card .card-header a {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 420px) {
  .blog-cat-post {
    display: inline-block !important;
  }

  .blog-cat-post .blog-category {
    margin-bottom: 15px;
  }
}