body {
    font-family: 'Roboto', sans-serif;
    color: #1F1F1F;
    overflow-x: hidden !important;
}

/*
p {
    margin: 0px;
}
Added by chirag daxini
*/

.display-4 {
    font-size: 2.5rem;
}

h2 {
    font-weight: bolder;
}

h2, h3, h4, h5, h6 {
    margin: 10px 0px;
}

section {
    padding: 40px 0px;
}
.caseStudy-img-wrap {
    height: 212px;
    width: 100%;
}

/*hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 3px solid #286aa0;
}*/


/** Links **/
a {
    color: #005096;
}

a:hover, a:active {
    text-decoration: none !important;
    color: #EA9100;
}

.cd-links a {
    font-weight: bold;
}

a.yellow-link {
    color: #EA9100;
}

a.yellow-link:hover {
    color: #005096;
}

/* alert */

.alert.alert-danger, .alert.alert-success, .alert.alert-warning {
    text-align: center;
}

/* end */

/** Buttons **/

.cxi-btn-primary {
    background-color: #FAA519;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 5px !important;
}

.cxi-btn-primary:hover, .search-btn:hover {
    background-color: #EA9100;
    color: #ffffff;
}
.learn-more-about-cxi-wrap {
    padding: 5px 45px;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 500;
}
.cxi-btn-secondary {
    background-color: #ffffff;
    color: #FAA519;
    padding: 5px 20px 5px 30px;
    border-radius: 5px !important;
    border: solid 2px #FAA519;
    text-transform: uppercase;
    font-weight: bold;
}

.cxi-btn-secondary:hover {
    color: #FFFFFF;
    background-color: #FAA519;
}

.cxi-btn-secondary-white {
    background-color: transparent;
    color: #ffffff;
    padding: 5px 20px 5px 30px;
    border-radius: 10px;
    border: solid 2px #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}

.cxi-btn-secondary-white:hover {
    color: #FFFFFF;
    background-color: #FAA519;
    border: solid 2px #FAA519;
}

.left-col .form-control {
    font-size: 9pt !important;
    width: 220px;
}

input[type=search] {
    border-radius: 0.25rem 0rem 0rem 0.25rem !important;
}

.search-btn {
    background-color: #FAA519;
    border-radius: 0px !important;
    color: #ffffff;
    padding: 3px 12px;
}

.search-btn .material-icons {
    vertical-align: middle !important;
    font-size: 14pt;
}

/** Banner **/
section#banner {
    padding: 0px !important;
}

.jumbotron {
    margin-bottom: 0px !important;
}

.banner-image {
    background-image: url("../images/newsroom-placeholder.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
#homepage-banner-mobile .banner-image{
  background-image: url("../images/thumb_636_default_big.jpeg") !important;
}
.display-4 {
    font-weight: 600;
    color: #FFFFFF;
}

.lead {
    color: #ffffff;
}

#banner .text-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 102;
    padding: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

#banner .text-overlay .content-wrapper {
    height: 100%;
    width: 25%;
    position: relative;
    z-index: 1;
}

.text-wrapper {
    z-index: 2;
}

/** Homepage Banner **/

#homepage-banner-mobile {
    display: none;
}

#homepage-banner-desktop {
    display: block;
    padding: 0px !important;
    z-index: 2;
    position: relative;
}

#homepage-banner-desktop .persona-blocks {
/*
    width: 35%;
    height: 0;
*/
    position: relative;
/*    padding-bottom: 35%;*/
    margin: auto;
}

#homepage-banner-desktop .persona-block-items {
    border: 1px solid #E4E8ED;
    padding: 25px;
}

#homepage-banner-desktop .persona-block-items.diamond-shape.left {
    position: absolute;
    left: 13px;
    top: -50px;
    z-index: 2;
}

#homepage-banner-desktop .persona-block-items.diamond-shape.middle {
    position: absolute;
    left: 130px;
    top: 362px;
    z-index: 2;
}

#homepage-banner-desktop .persona-block-items.diamond-shape.right {
    position: absolute;
    left: 392px;
    top: 100px;
    z-index: 2;
}

#homepage-banner-desktop .persona-block-items.diamond-shape.bl-bot-right {
    position: absolute;
    left: 394px;
    top: 629px;
    background-color: rgba(0,55,103,0.8);
    border: 0px;
    z-index: 1;
}

#homepage-banner-desktop .persona-block-items.diamond-shape.bl-bot-left {
    position: absolute;
    left: -134px;
    top: 629px;
    background-color: rgba(0,55,103,0.8);
    border: 0px;
    z-index: 1;
}

#homepage-banner-desktop .persona-block-items.diamond-shape.yl-bot-right {
    position: absolute;
    left: 385px;
    top: 544px;
    background-color: rgba(255,199,46,0.8);
    border: 0px;
    z-index: 1;
    height: 93px;
    width: 600px;
}

#homepage-banner-desktop .persona-block-items.diamond-shape.yl-top-right {
    position: absolute;
    left: 365px;
    top: -4px;
    background-color: rgba(255,199,46,0.8);
    border: 0px;
    z-index: 1;
    height: 93px;
    width: 600px;
}

#homepage-banner-desktop .persona-block-items.diamond-shape.gr-top-left {
    position: absolute;
    left: -446px;
    top: -4px;
    background-color: rgba(149,150,152,0.8);
    border: 0px;
    z-index: 1;
    height: 50px;
    width: 600px;
}

#homepage-banner-desktop .persona-block-items.diamond-shape.bl-top-left {
    position: absolute;
    left: -375px;
    top: -4px;
    background-color: rgba(0,55,103,0.8);
    border: 0px;
    z-index: 1;
    height: 50px;
    width: 600px;
}

#homepage-banner-desktop .persona-block-items.diamond-shape.bl-mid-right {
    position: absolute;
    left: 837px;
    top: 230px;
    background-color: rgba(0,55,103,0.8);
    border: 0px;
    z-index: 1;
    height: 375px;
    width: 600px;
}

#ComplianceVerification .pt35{
    padding-top: 35px !important;
}
.diamond-shape {
    background-color: #FAFDFF;
    height: 375px;
	width: 375px;
    text-align: center;
    transform:rotate(45deg);
}


.item-count {
    color: #333;
    display: table-cell;
    height: 274px;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 300px;
}

#homepage-banner-desktop h2.small {
    font-weight: 500;
    font-size: 1rem;
}

#homepage-banner-desktop h2.large {
    font-size: 1.25rem;
}

#homepage-banner-mobile h2.large {
    font-size: 1.5rem;
}

#homepage-banner-mobile h2.small, #home-cards h2.small {
    font-weight: 500;
    font-size: 1.25rem;
}

#homepage-banner-desktop .text-wrapper {
    padding: 20% 0 0 0;
}

#why-choose-cxi {
    background-color: #FFFFFF;
    z-index: 3;
    position: relative;
}

.main-color-overlay {
    background: rgb(0,55,103);
    background: linear-gradient(163deg, rgba(0,55,103,1) 64%, rgba(255,199,46,1) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    z-index: -1;
}

.color-overlay {
    background: rgb(0,55,103);
    background: linear-gradient(163deg, rgba(0,55,103,1) 64%, rgba(255,199,46,1) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    z-index: -1;
}

.color-overlay::before {
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    -ms-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}

.color-overlay::after {
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    -ms-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}

/** Diamond Background **/
.diamond-bg {
    position: absolute;
    top: 0;
    z-index: 0;
}

.diamond-bg img {
    width: 15vw;
    height: auto;
}

/** Icons **/

.material-icons {
    vertical-align: middle;
}

.share-icons .material-icons {
    padding: 0px 10px;
    line-height: 1.2;
}

.share-icons .fab {
    color: #959698;
    font-size: 9pt;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.share-circle {
    border: 1px solid #959698;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0px 3px;
}

.share-circle:hover {
    border: 1px solid #EA9100;
    color: #EA9100 !important;
}

.share-icons .fab:hover {
    color: #EA9100 !important;
}

.fa-calendar-alt, .fa-user, .fa-print, .fa-comments, .fa-phone-alt, .fa-map-marker-alt {
    padding-right: 5px;
}

/** Top Navigation **/
#topNav {
    background-image: linear-gradient(180deg, #003767, #286BA0);
    z-index: 101;
    padding: 0px 30px;
    color: #FFFFFF;
    font-size: 9pt;
    height: 34px;
}

#topNav li a.nav-link {
    padding: 8px 15px;
}

#topNav li.nav-item :hover {
    background-color: #FAA519;
}

#topNav li a {
    color: #FFFFFF;
}

#topNav .dropdown-menu a {
    color: #003E7D !important;
    padding: 15px 15px;
    border-bottom: solid 1px #D1D5D9;
}

#topNav .dropdown-menu a:hover {
    background-color: #FAA519;
    color: #FFFFFF !important;
}

#topNav .dropdown-menu.show {
    padding: 0px !important;
}

.language-selector {
    background-color: #005AB5;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 5px 10px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 9pt;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15);
}

.bootstrap-select>.dropdown-toggle.bs-placeholder {
    color: #FFFFFF !important;
}

.language-flag {
    width:20px;
    height:auto;
    padding: 0px 2px;
}

#topNav .dropdown-menu.show {
    background-color: #FAFDFF !important;
    border-radius: 0px;
    padding: 2px 0px;
    font-size: 9pt;
}

.menu-lang.dropdown-item {
    padding: 8px 10px;
}

.menu-lang.dropdown-item.selected.active {
    background-color: #FAA519 !important;
}

#topNav-mobile {
    display: none;
}

#topNav .nav-link-icon, #topNav-mobile .nav-link-icon {
    height: 18px;
    width: auto;
    padding-right: 5px;
}

#topNav-mobile ul.navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    border-bottom: solid 1px #D1D5D9;
    padding: 5px 10px;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    margin: 0;
}

#topNav-mobile li.nav-item {
    display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
}

/** Main Navigation **/

.dropdown-toggle::after {
  display: inline-block;
  width: .3em;
  height: .3em;
  margin: -.3em 0 0 .4em;
  vertical-align: middle;
  content: "";
  border: .3em solid;
  border-width: 0 .15em .15em 0;
  transform: rotateZ(45deg)
}

#mainNav {
    background-color: #FFFFFF;
    z-index: 100;
    padding: 10px 30px;
}

#mainNav a {
    color: #003767;
}

#mainNav a:hover {
    color: #FAA519;
}

.navbar-brand {
    padding: 10px 0px;
}

#mainNav li.nav-item {
    padding: 0px 10px;
    text-transform: uppercase;
    font-weight: 500;
}

#mainNav li.nav-item .dropdown-item {
    text-transform: none;
}
nav#mainNav ul.dropdown-menu.sub-menu li.dropdown-item,
nav#mainNav ul.dropdown-menu.sub-menu-2 li.dropdown-item,
nav#mainNav ul.dropdown-menu.sub-menu-3 li.dropdown-item,
nav#mainNav ul.dropdown-menu.sub-menu-4 li.dropdown-item,
nav#mainNav ul.dropdown-menu.sub-menu-5 li.dropdown-item,
nav#mainNav ul.dropdown-menu.sub-menu-6 li.dropdown-item {
    padding-left: 0;
}
#mainNav .dropdown-menu a {
    color: #003E7D !important;
    padding: 15px 15px;
    /* border-bottom: solid 1px #D1D5D9; */
}

#mainNav .dropdown-menu a:hover {
   /*  background-color: #FAA519;
   color: #FFFFFF !important; */
}

#mainNav .dropdown-menu {
    padding: 0px !important;
    background-color: #FAFDFF !important;
    border-radius: 0px;
    margin-top: 25px;
}

/*
#mainNav .navbar-nav li:hover>.dropdown-menu {
    display: block;
}
*/

.navbar-light .navbar-toggler {
    border: 0px;
    color: #003767 !important;
    font-weight: 500;
}

.navbar-toggler-icon {
    padding: 0px 20px;
}

.gradient-hr {
    z-index: 1;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15);
    height: 6px;
    width: 100%;
    background-color: #FAA519;
    background-size: contain;
    background-repeat: repeat;
}

#mainNav .collapse .gradient-hr {
    display: none;
}

#solutions-menu-desktop {
    background-color: #FAFDFF;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.05);
    display: none;
}

#solutions-menu-desktop:hover {
    cursor: pointer;
}

#solutions-menu-desktop ul {
    list-style: none;
}

#solutions-menu-desktop ul li {
    padding: 10px 0px;
}

#solutions-menu-desktop .left-col ul {
    text-transform: uppercase;
    font-weight: 500;
    color: #B0B4B9;
}

#solutions-menu-desktop .left-col li:active {
    color: #003767;
}

#solutions-menu-desktop .right-col li.header{
    text-transform: uppercase;
    font-weight: 500;
    color: #003767;
}

#solutions-menu-desktop .right-col, #solutions-menu-desktop .left-col {
    padding: 20px 0px;
}

.yellow-border-right {
    border-right: solid 1px #959698;
    position: relative;
}

.yellow-border-right ul {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.yellow-border-right li.active {
    border-right: 8px solid #FAA519;
    color: #003767;
}

#solutions-menu-desktop .right-col li.heading {
    color: #003767;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

#solutions-menu-desktop .right-col li {
    color: #286BA0;
}


#home-cards h2.small {
    color: #1F1F1F;
    margin-bottom: 0px;
}

#home-cards .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#homepage-banner-mobile h3 {
    font-weight: normal;
    font-size: 1rem;
}

#homepage-banner-mobile .persona-block-items {
    background-color: #FAFDFF;
    border: 1px solid #E4E8ED;
    padding: 40px 40px;
}

.persona-block-items .icon {
    width: 40px;
    height: auto;
    margin-bottom: 30px;
}

.persona-block-items .cxi-btn-primary {
    margin: 15px 0px;
}

/** Breadcrumbs **/
nav#breadcrumb {
    border-bottom: 1px solid #E4E8ED;
    background-color: #FFFFFF;
/*    margin-bottom: 30px;*/
}

.breadcrumb {
    background-color: #FFFFFF;
    font-size: 9pt;
    text-transform: uppercase;
    border-radius: none;
    margin: 0;
    padding-left: 0px;
}

.breadcrumb-item a {
    color: #676767;
    line-height: 1.15;
    display: inline;
    vertical-align: middle;
}

.breadcrumb-item.active {
    color: #286BA0 !important;
}

.breadcrumb-item .material-icons {
    font-size: 12pt;
    line-height: 1.15;
    display: inline;
    vertical-align: bottom !important;
}

/** Side Menu **/
.left-col .search-bar, .left-col #side-menu-container, .left-col .archive-dropdown, .left-col .archive, .left-col .latest-news, .left-col .share-icons {
    margin: 30px 0px;
}

.left-col .search-bar {
    margin: 0px;
}

.left-col .col-12, .latest-news .col-5 {
    padding: 0px;
}

ul.side-menu {
    padding-left: 0px;
    list-style-type: none;
}

li.side-menu-item {
    padding: 10px 10px 22px 15px;
    border-bottom: 0.5px solid #E4E8ED;
    background-image: url(../images/gray-box.svg);
    background-repeat: no-repeat;
    margin: 10px 0px;
    background-size: 4.1%;
}

li.side-menu-item.active {
    background-image: url(../images/yellow-box.svg);
    background-size: 4.1%;
}

li.side-menu-item:after {
    padding: 10px;
    border-bottom: 0.5px solid #E4E8ED;
}

li.side-menu-item a {
    font-size: 9pt !important;
    color: #005096;
}

li.side-menu-item.active a, li.side-menu-item a:hover {
    font-weight: bold;
    color: #003767;
}

.sidebar-tags {
    margin-top: 30px;
}

.sidebar-tags li.sidebar-tags-item {
    padding: 5px 10px 5px 20px;
    border-bottom: none;
    background-image: none;
}

.blog-date {
    color: #003767;
    font-size: 9pt;
    text-transform: uppercase;
}

.latest-news-item {
    padding: 20px 0px;
    border-bottom: 0.5px solid #E4E8ED;
    margin-left: 0px;
}

.archive-dropdown .dropdown {
    display: block;
}

.archive-dropdown .dropdown-toggle {
    border: 0.5px solid #E4E8ED;
    color: #848484;
    font-size: 9pt !important;
}

.archive-dropdown {
    font-size: 9pt !important;
}

.archive-dropdown .dropdown-toggle {
    width: 250px;
    text-align: left;
    padding: 12px;
}

.archive-dropdown a.dropdown-item {
    width: 250px;
    font-size: 9pt !important;
}

.archive-dropdown a.year-item {
    background-color: #FAFDFF;
    font-weight: bold;
    color: #005096;
}

.archive-dropdown .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    width: .6em;
    height: .6em;
    color: #005096;
}

section.contact-us {
    text-align: center;
    background-color: #F4F6F8;
    padding: 60px 0px;
}

section.contact-us h2 {
    font-weight: bolder;
    color: #003767;
}

#contact_generalize_form_recaptcha, #complaints_form_recaptcha, #schedule_form_recaptcha{
   width: fit-content;
}

.row.yellow-border {
    padding: 20px 0px;
    border-bottom: solid 1px #959698;
    position: relative;
    left: 1.2%;
}

.yellow-box {
    background-color: #FAA519;
    width: 168px;
    height: 6px;
    position: absolute;
    bottom: -3px;
    left: 0;
}

/*
.yellow-box-right {
    background-color: #FAA519;
    width: 6px;
    height: 175px;
    position: absolute;
    bottom: -3px;
}
*/

/** Gray footer background **/
.home footer, .international-travelers footer, .corporations-foreign-draft-issuance footer, .financial-institutions-foreign-draft-issuance footer, .corporations-foreign-draft-issuance footer, .corporations-foreign-check-clearing footer, .financial-institutions-foreign-check-clearing footer, .financial-institutions-international-wire-payments footer, .financial-institutions-foreign-bank-note-exchange footer, .corporations-foreign-banknote-exchange footer, .corporations-international-payments footer, .about-management-team footer, .branch footer, .contact-us-general-questions footer, .contact-us-investor-relations footer, .contact-us-help-and-support footer, .contact-us-business-opportunities-and-software-demo footer, .contact-us-career-opportunities footer, .contact-us-privacy footer, .about-board-of-directors footer, .about-management-team footer, .corporations-industries footer, .locations footer, .region footer {
  background-color: #F4F6F8 !important;
}

/** Light blue footer background **/
.corporations footer, .financial-institutions footer,  .international-travelers-american-express-travelers-cheques footer, .corporations-industries footer, .investor-relations footer  {
    background-color: #FAFDFF !important;
}

/** Gradient footer background **/
.careers footer, .contact-us footer, .international-travelers-schools footer {
    background-image: linear-gradient(to right, #003767, #286BA0);
}

/** Footer **/

footer {
    background-color: transparent;
}

.footer {
    background-color: #1F1F1F;
    height: 200px;
    width: 100%;
    position: relative;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    padding: 100px 100px 30px 100px;
    z-index: 10;
    color: #FFFFFF;
    height: auto;
}

.sign-up h5 {
    padding: 20px 0px;
}

.newsletter-form .form-check-label {
    line-height: 1.2;
    font-size: 10pt;
    font-weight: 400;
    padding-left: 5px;
}

.newsletter-form .form-check-inline {
    padding: 10px 0px;
}

.small {
    font-size: 10pt;
}

.about-cxi {
    margin-top: 0px !important;
}

.newsletter-form #newsletter-email {
    width: 250px;
    margin-top: 15px;
    display: inline !important;
}

.newsletter-container {
    padding: 0 0 30px 0;
    border-bottom: solid 1px #D1D5D9;
}

.newsletter-container button {
    margin: 15px 0px;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 6px;
}

.newsletter-container .form-group .col-auto {
    padding: 0px;
}

.view-all {
    float: right;
}

.footer-container {
    padding: 30px 0px;
    font-size: 9pt;
}

.footer-container p {
    margin: 15px 0px;
}

.footer-container .row {
    padding: 5px 0px;
}

footer a {
    color: #FFFFFF;
}

footer a:hover, .breadcrumb-item a:hover {
    color: #EA9100;
}

.footer-container h6 {
    font-weight: bold;
    font-size: 10pt;
    text-transform: uppercase;
}

.footer-container ul {
  list-style-type: none;
  padding-left: 0px;
    padding-top: 10px;
}

.footer-container li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px
}

.footer-container li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 free";
    content: "\f054";
    color: #FFFFFF;
    font-weight: 900;
}
.footer-socials {
    font-size: 14pt;
}

.footer-socials a {
    padding-right: 10px;
}

/** FOOTER COPYRIGHT **/

.footer-copyright {
    padding: 10px 30px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 8pt;
}

.footer-copyright .footer-bottom-row {
    padding: 10px 0;
}

.footer-copyright a {
    padding: 0px 5px;
}

.row.footer-copyright {
    margin: 0px!important;
}

.footer-copyright ul {
    list-style: none;
    padding: 0px;
}

.footer-copyright ul li {
    display:inline;
    padding-left: 0px;
}

/** SECTIONS **/
.polygon-bg {
    background-color: #ffffff;
}

.polygon-bg .inline-img {
    width: 500px;
    height: auto;
}

.polygon-bg .left-col, .polygon-col .right-col {
    padding: 0px 40px;
}

.dmc-blue {
    background-image: linear-gradient(to bottom right, #003767, #286BA0);
    color: #ffffff;
    padding-bottom: 70px;
}

.dmc-blue a.blog-post-title, .dmc-blue .blog-info {
    color: #ffffff;
}

.dmc-blue .category {
    color: #ffffff;
    border: 1px solid #ffffff;
}

#home-cards {
    background-color: #f6fbff;
}

#home-cards .icon {
    width: auto;
    height: 50px;
}

#home-cards .left-col, #home-cards .right-col {
    border-radius: 0px;
    padding: 15px;
}

#home-cards a.card-link:hover .card, #home-cards a.card-link:hover h2 {
    background-color: #EA9100 !important;
    color: #ffffff !important;
}

.card-img-top {
    border-radius: 0px !important;
}

/* financial-institutions */
.financial-institutions .caseStudy-img-wrap {
    height: 245px;
}

img.right-arrow-icon {
    width: 20px;
    vertical-align: top;
}

/* foreign banknote exchange */
.financial-institutions-foreign-bank-note-exchange #banner-wrp img {
    object-position: top;
}

/* foreign check clearing */

.financial-institutions-foreign-check-clearing .supportbg ul, .corporations-foreign-check-clearing .supportbg ul {
    list-style: none;
    padding-left: 0px;
}

.financial-institutions-foreign-check-clearing .supportbg ul, .corporations-foreign-check-clearing .supportbg ul li {
    padding-bottom: 15px;
}

.financial-institutions-foreign-check-clearing .supportbg .whiteSection2, .corporations-foreign-check-clearing .supportbg .whiteSection2{
    padding: 0px;
}

.financial-institutions-foreign-check-clearing .foreign-check-list, .corporations-foreign-check-clearing .foreign-check-list, .financial-institutions-international-wire-payments .int-wire-pmt-list {
    background-color: #f4f6f8;
}

/* foreign draft issuance */
.financial-institutions-foreign-draft-issuance #banner-wrp img {
    object-position: top;
}

/* international-travelers */
.international-travelers #persona-Subbanner {
    margin-bottom: 0px;
}

.international-travelers .ct-btn-scroll {
    background: #f4f6f8;
}

.international-travelers .caseStudy-img-wrap {
    height: 230px;
}

.international-travelers .shapBG p {
    padding-top: 0px;
}

.corporations-foreign-draft-issuance #fdi-corps-top .img-fluid {
    max-width: 75%;
}

/* corporations */
img.right-arrow {
    width: 20px;
    height: auto;
    vertical-align: top;
    padding-right: 2px;
}

.corporations-foreign-check-clearing #why-choose-cxi a.btn.cxi-btn-primary.mt30 {
    display: none;
}

/* solutions */
img.yellow-checkmark {
    width: 20px;
    height: auto;
    vertical-align: middle;
    padding-right: 2px;
}

/* foreign currency exchange */

.international-travelers-foreign-currency-exchange .foreign-exchange-list ul li:before {
    content: '';
    background-image: url(/ceifx/images/yellow-checkmark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 1em;
    width: 1em;
    padding-left: 2em;
}

.international-travelers-foreign-currency-exchange .foreign-exchange-list ul li {
    position: relative;
    margin-bottom: 15px;
}

.international-travelers-foreign-currency-exchange .foreign-exchange-list ul {
    list-style: none;
}

.international-travelers-foreign-currency-exchange section.foreign-exchange-list {
    background-color: #FAFDFF;
}

.international-travelers-foreign-currency-exchange section.foreign-exchange-benefits {
    background-color: #f4f6f8;
}

/* travelers cheques */
table.cheques-currency thead {
    color: #005096;
}

table.cheques-currency thead tr th {
    border-bottom: 1px;
    border-color: #005096;
    padding: 10px 0px;
}

table.cheques-currency tbody tr td {
    border-bottom: 1px;
    border-color: #005096;
    padding: 10px;
}

 .international-travelers-american-express-travelers-cheques #why-cxi-travelers-cheques {
    background-color: #f4f6f8 !important;
}

#travelers-forex .lightbluesection {
    background: #FFFFFF;
    position: relative;
    border: 1px solid #dcdddf;
    min-height: 120px;
    padding: 20px;
    font-weight: 500;
    color: #003767;
    margin-bottom:20px;
    box-shadow: 0;
    transition: box-shadow 0.4s;
    text-align: center;
}

#travelers-forex .lightbluesection:hover {
    box-shadow: 0px 2px 6px 0px #dcdddf;
}

#travelers-forex .lightbluesection p {
    padding-top: 30px;
}

/* cash passport */
.international-travelers-cash-passport a.btn.cxi-btn-primary.mt30 {
    display: none;
}

.international-travelers-cash-passport #faq-accordion {
    padding-bottom: 0px;
}

/* contact us page */

#contact-top .left-col .form-control {
    font-size: 12pt !important;
    width: 100%;
}

#contact-top .right-col .phone-list {
    background-color: #286BA0;
    padding: 30px;
}

/*
#contact-top .left-col {
    border: 1px solid #ACACAC;
    padding: 30px;
    background-color: #ffffff;
}
*/

#contact-top h2 {
/*
    font-weight: bold;
    font-size: 14pt;
*/
    color: #000000;
}

.leftborder {
    border-right: 1px solid #B2B2B2;
}

#contact-top ul {
    padding: 0px;
    margin-bottom: 0px;
}

#contact-top ul li {
    list-style: none;
    margin: 10px 0px;
}

#contact-top .right-col p, #contact-top .right-col h5 {
    color: #ffffff;
}

#contact-top .right-col a {
    color: #ffffff !important;
}

#contact-top .right-col a {
    color: #ffffff !important;
}

#contact-top .right-col a:hover {
    color: #FAA519 !important;
}

#contact-top .phone-group {
    margin: 10px 0px;
}

#contact-top .right-col .yellow-border {
    padding-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#contact-top .right-col .yellow-box {
    width: 100px;
    height: 4px;
}

#contact-bottom {
    background-color: #f4f6f8;
}

#contact-bottom .left-col, #contact-bottom .right-col {
    padding: 0px 30px;
}

#contact-bottom .complaints-heading {
    margin-bottom: 15px;
}

#contact-bottom .complaints-heading img {
    width:25px;
    height: auto;
    display: inline;
    line-height: 1.5;
}

#contact-bottom .complaints-heading span, #contact-bottom .complaints-heading p {
    color: #003767;
    font-size: 16pt;
    font-weight: 500;
    padding-left: 10px;
    display: inline;
}

#social-cta {
        background-image: -webkit-linear-gradient(left, #003767, #286BA0);
    background-image: -o-linear-gradient(left, #003767, #286BA0);
    background-image: linear-gradient(to right, #003767, #286BA0);
    color: #FFFFFF;
}

#social-cta .share-circle {
    width: 50px;
    height: 50px;
    margin:0px 10px;
    border-color: #FFFFFF;
}

#social-cta .share-circle:hover {
    border-color: #FAA519;
    background-color: #FAA519;
}

#social-cta .share-icons .fab {
    font-size: 14pt;
    color: #FFFFFF;
}

#social-cta .share-icons img {
    width: 20px;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}

#social-cta .share-icons {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
}

#social-cta .social-icons {
    position: relative;
}

/* careers */
.graybg {
    background-color: #F4F6F8;
}

.careers #call-to-action h2 {
    font-weight: bold;
    font-size: 32px;
}

.careers .whiteSection2 {
    min-height: 360px;
}

#mission-stmt {
    background-image: -webkit-linear-gradient(left, #003767, #286BA0);
    background-image: -o-linear-gradient(left, #003767, #286BA0);
    background-image: linear-gradient(to right, #003767, #286BA0);
    color: #ffffff;
}

#mission-stmt img {
    width: 100px;
    padding: 0px 10px;
}

#mission-stmt .left-col {
    text-align: right;
}

#testimonial-employees p.author {
    color: #003767;
}

#testimonial-employees .quoteBg {
    background: url(../images/quote.png) #ffffff !important;
    background-position: 102% 94% !important;
    background-repeat: no-repeat !important;
    background-size: 107px !important;
    transition: box-shadow 0.5s;
    box-shadow: 0;
}

#testimonial-employees .quoteBg:hover {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15);
}

.careers #disclaimer .middlecol {
    font-size: 10pt;
}

.careers #disclaimer .middlecol {
    background-color: #f1f1f1;
    padding: 20px;
}

.careers #disclaimer .middlecol p {
    margin-bottom: 0px;
}

.careers #job-openings .left-col {
    text-align: right;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9fdff;
}

.table-striped thead tr {
    color: #003767;
}

.table-striped .pdf-icon {
    width: 20px;
    margin-right: 10px;
}

/* careers forms */
#job-info .left-side, #job-info .right-side {
    padding: 0px 20px;
}

/* contact us forms */
.form-row .form-group {
    margin-bottom: 0px;
}

.form-group.required .control-label:after, label.required:after {
  content:" *";
  color:red;
}

#contact-us-general .contact-text {
    margin-bottom: 15px;
}

.form-flag {
   margin: 0px 10px;
}

.radios {
    margin-bottom: 10px;
}

.contact-us-topic .form-check-input {
    margin-right: 10px;
}

.contact-us-topic label.bluetext {
    font-weight: bold;
    color: #005096;
}

.contact-us-topic {
    background: url(../images/fullBanner-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#contact-top .left-col a.active {
    color: #B0B4B9;
}

/* complaints form */
#complaints-form {
    margin-top: 30px;
}

#complaints-form .disclaimer {
    font-size: 10pt;
}

.form-row {
    margin-bottom: 1rem;
}

/* new accordion */
.faqs .card {
    border-bottom: 1px solid #b7babd;
    background: #f5f6f8;
}

.faqs button {
    color: #003767;
    text-decoration: none;
}

.faqs .card-header:hover {
    cursor: pointer;
}

.faqs .card-header button {
    text-decoration: none;
}

.faqs .card-body {
    background-color: #ffffff;
}

.faqs .card-header.active-acc {
    background-color: #f9fdff;
    border-left: 3px solid #FAA519;
}

.faqs .card-header.active-acc button {
    color: #003767 !important;
    font-weight: bold !important;
}

/* new resources */
#cxi-resources .nav-pills .nav-link.active, .nav-pills .show >.nav-link {
    background-color: #FFF3CD;
    color: #003767;
    border: 0px !important;
    border-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}

#cxi-resources .icon-resources img {
    width: 30px;
    height: auto;
}

#cxi-resources .nav-pills .icon-resources {
    width: 20px;
    padding-right: 10px;
    vertical-align: top;
}

#cxi-resources .nav-link {
    margin-bottom: 15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #EDEDED;
}

.nav-tabs, .nav-tabs .nav-link {
    border: 0px;
}

.nav-tabs .nav-link {
    font-weight: 500;
    color: #676767;
    padding: 6px 22px;
    text-align: center;
    border-radius: 21px;
    margin-right: 15px;
    cursor: pointer;
}

/* schedule a call */
.schedule_form_checkbox {
    display: inline;
}

/* whitepaper */
.international-payments-solutions #call-to-action {
    padding: 40px;
}

.international-payments-solutions #call-to-action h2 {
    font-weight: bold;
}

#contact-us-whitepaper .captcha-submit {
    margin: 0 auto;
    display: inline-block;
    padding-top:30px;
    padding-left: 0px !important;
}

/* our technology */
.bordertop {
    border-top: 1px solid darkgray;
}

/* individual branch location pages */
.branch nav#breadcrumb {
    margin-top: 30px;
}

.branch a.nav-link p {
    width: 50px;
    margin: 20px;
    display: inline;
}

.branch a.nav-link {
    padding: 10px 0px;
}

.branch .social-media a .fab {
    color: #ffffff;
}

/* industries */
#cxi-supports-services .industry-img, #nonprofit-benefits .industry-img {
    width: 100%;
    height: auto;
}

#int-pmt-solutions .whitebox {
    background: #fff;
    border: 1px solid #ccc;
    padding: 30px;
    margin: 15px 10px;
    min-height: 280px;
}

#int-pmt-solutions .iconcontrol {
    display: inline;
    width: 60px;
}

#int-pmt-solutions .whitebox h4 {
    display: inline;
    padding-left: 20px;
    color: #003767;
    text-transform: uppercase;
}

#int-pmt-solutions .whitebox p {
    padding-top: 40px;
}


/* schools */
#schools-cta {
    background-image: -webkit-linear-gradient(left, #003767, #286BA0);
    background-image: -o-linear-gradient(left, #003767, #286BA0);
    background-image: linear-gradient(to right, #003767, #286BA0);

    color: #ffffff;
}

.happytravels {
    display: inline;
    vertical-align: middle;
    padding: 0px 10px;
}

.international-travelers-schools .exchange-services-wrapper #myTabContent {
    min-height: 371px;
}

.international-travelers-schools .exchange-services-wrapper #myTab li a {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 25px;
    font-size: 14px;
}

.international-travelers-schools .exchange-services-wrapper #myTab li.nav-item a p {
    margin-bottom: 0px;
}

.international-travelers-schools .exchange-services-wrapper #myTab li.nav-item span {
    padding-top: 0px;
}

/* WWT */



/* banner css */
/* main-menu */
nav#mainNav .dropdown-item.active, nav#mainNav .dropdown-item:active {
    background-color: transparent !important;
    font-weight: bold !important;
    color: #FAA519 !important;
}

nav#mainNav li.nav-item{
    position: relative;
}
nav#mainNav li.nav-item.active:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -21px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #faa519;
    transform: translateX(-50%);
}
/* drop-down menu */
nav#mainNav #about-has-child-desktop {
    min-height: auto !important;
    height: auto;
}
nav#mainNav .dropdown-menu {
    border: none !important;
    border-radius: 0;
    top: 41px;
    padding-top: 30px;
    height: 100%;
    min-height: 310px;
    left: -84%;
    background: #FAFDFF;
    /* border-right: 5px solid #cccccc4a !important; */
    z-index: 1
}
nav#mainNav .dropdown-menu  a.dropdown-item{
    color: #B0B4B9;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

.home nav#mainNav .dropdown-menu  a.dropdown-item{
    color: #B0B4B9;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

.home nav#mainNav .dropdown-menu {
    border: 1px solid darkgray !important;
    border-radius: 0;
    top: 35px;
    padding-top: 30px;
    height: auto;
    left: -84%;
    background: #FAFDFF;
    z-index: 1;
    width: 425px;
    left: -275px;
    min-height: 120px;
}

nav#mainNav .mega-menu-1 {

}
nav#mainNav .mega-menu .menu-content {
    background: #fff;
}
nav#mainNav ul.dropdown-menu.sub-menu.show,
nav#mainNav ul.dropdown-menu.sub-menu-2.show,
nav#mainNav ul.dropdown-menu.sub-menu-3.show,
nav#mainNav ul.dropdown-menu.sub-menu-4.show,
nav#mainNav ul.dropdown-menu.sub-menu-5.show,
nav#mainNav ul.dropdown-menu.sub-menu-6.show {
    left: 100% !important;
    border: none !important;
    padding: 0 !important;
    width: 233%;
    display: flex;
    border-left: 1px solid #D1D5D9 !important;
    background: #FAFDFF;
}
nav#mainNav ul.dropdown-menu.sub-menu.show {
    top:-25px !important;
}
nav#mainNav ul.dropdown-menu.sub-menu-2.show {
    top:-75px !important;
}
nav#mainNav ul.dropdown-menu.sub-menu-3.show {
    top:-125px !important;
}
nav#mainNav ul.dropdown-menu.sub-menu-4.show {
    top:-175px !important;
}
nav#mainNav ul.dropdown-menu.sub-menu-5.show {
    top:-225px !important;
}
nav#mainNav ul.dropdown-menu.sub-menu-6.show {
    top:-275px !important;
}
nav#mainNav ul.dropdown-menu.sub-menu.show h4,
nav#mainNav ul.dropdown-menu.sub-menu-2.show h4,
nav#mainNav ul.dropdown-menu.sub-menu-3.show h4,
nav#mainNav ul.dropdown-menu.sub-menu-4.show h4,
nav#mainNav ul.dropdown-menu.sub-menu-5.show h4,
nav#mainNav ul.dropdown-menu.sub-menu-6.show h4 {
    color: #003767;
    font-size: 22px;
    padding-left: 12px;
}
nav#mainNav ul.dropdown-menu.sub-menu.show li a,
nav#mainNav ul.dropdown-menu.sub-menu-2.show li a,
nav#mainNav ul.dropdown-menu.sub-menu-3.show li a,
nav#mainNav ul.dropdown-menu.sub-menu-4.show li a,
nav#mainNav ul.dropdown-menu.sub-menu-5.show li a,
nav#mainNav ul.dropdown-menu.sub-menu-6.show li a{
    color: #286BA0 !important;
    font-size: 15px;
    display: inline-block;
}
nav#mainNav ul.dropdown-menu.sub-menu.show li a:hover,
nav#mainNav ul.dropdown-menu.sub-menu-2.show li a:hover,
nav#mainNav ul.dropdown-menu.sub-menu-3.show li a:hover,
nav#mainNav ul.dropdown-menu.sub-menu-4.show li a:hover,
nav#mainNav ul.dropdown-menu.sub-menu-5.show li a:hover,
nav#mainNav ul.dropdown-menu.sub-menu-6.show li a:hover{
    text-decoration: none;
}
nav#mainNav ul.dropdown-menu.sub-menu.show li:hover,
nav#mainNav ul.dropdown-menu.sub-menu-2.show li:hover,
nav#mainNav ul.dropdown-menu.sub-menu-3.show li:hover,
nav#mainNav ul.dropdown-menu.sub-menu-4.show li:hover,
nav#mainNav ul.dropdown-menu.sub-menu-5.show li:hover,
nav#mainNav ul.dropdown-menu.sub-menu-6.show li:hover {
    background-color: transparent !important;
}
nav#mainNav a.no-icon {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #B0B4B9 !important;
    display: inline-block;
    cursor: pointer;
}
nav#mainNav .mega-menu-1 a#dropdown1-1 {
    padding: 10px;
}
nav#mainNav li.dropdown-item.dropdown.show a.no-icon {
    color: #003767 !important;
}

nav#mainNav li.dropdown-item.dropdown:hover{
    background: transparent !important;
}
nav#mainNav a.no-icon:after {
    display: none;

}
nav#mainNav li.dropdown-item.dropdown.show:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 5px;
    background: #FAA519;
    top: 0;
    right: -3px;
    left: auto;
    z-index: 99;
}
nav#mainNav .left-box li.dropdown-item a,
nav#mainNav .right-box li.dropdown-item a,
nav#mainNav ul.dropdown-menu.sub-menu li.dropdown-item a,
nav#mainNav ul.dropdown-menu.sub-menu-2 li.dropdown-item a,
nav#mainNav ul.dropdown-menu.sub-menu-3 li.dropdown-item a,
nav#mainNav ul.dropdown-menu.sub-menu-4 li.dropdown-item a,
nav#mainNav ul.dropdown-menu.sub-menu-5 li.dropdown-item a,
nav#mainNav ul.dropdown-menu.sub-menu-6 li.dropdown-item a {
    padding-bottom: 8px;
    padding-top: 0;
}
/* drop-down menu end */
#banner-wrp{
  height: 250px;
  position: relative;
  padding: 0;
}
#banner-wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 250px;
}
.banner-content-wrp {
    background-image: linear-gradient(to right, rgba(0,55,103,.5) 64%,rgba(255,199,46,.5) 100%);
    position: absolute;
    top: 0px;
    left: 6%;
    width: 50%;
    height: 100%;
    transform:skew(-30deg, 0deg);
}
.banner-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%) skew(30deg, 0deg);

}
.banner-content h1 {
    color: #fff;
    font-weight: 700;
/*    margin-bottom: 30px;*/
}
.banner-content p{
    color: #fff;
    text-transform: none;
}
/* banner css end */
/* breadcumb css */
#breadcumb {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    padding: 0;
}
#breadcumb .breadcrumb{
    background: #fff !important;
    margin-bottom: 0;
}
#breadcumb .breadcrumb .breadcrumb-item{
    color: #676767;
    font-size: 12px;
    text-transform: uppercase;
}
#breadcumb .breadcrumb .breadcrumb-item:hover {
    color: #faa519;
}
#breadcumb .breadcrumb .breadcrumb-item a {
    color: #888484;
    font-size: 12px;
    text-transform: uppercase;
}
#breadcumb .breadcrumb .breadcrumb-item a .fa {
    font-size: 15px;
}
#breadcumb .breadcrumb .breadcrumb-item a:hover {
   text-decoration: none;
   color: #FAA519;
}
/* breadcumb css end */

/* currency-exchnage css*/
#currency-exchnage{
    position: relative;
}
#currency-exchnage:before,
#contact-form-wrp:before{
    position: absolute;
    content: "";
    width: 219px;
    height: 552px;
    left: 0;
    top: 0;
    background: url('../images/top-img.png');
    background-repeat: no-repeat;
    background-position: center center;
}
#currency-exchnage:after{
    position: absolute;
    content: "";
    width: 219px;
    height: 552px;
    right: 0;
    bottom: 0;
    background: url('../images/bottom-img.png');
    background-repeat: no-repeat;
    background-position: 20px 80px;
}
#currency-exchnage .currency-exchnage-content{}
#currency-exchnage .currency-exchnage-content h3{
    color: #003767;
    margin-bottom: 50px;
    font-size: 28px;
}
#currency-exchnage .currency-exchnage-content p{
    margin-bottom: 30px;
}
/* currency-exchnage css end*/

/* stock chart css */
.chart-container {
    text-align:left;
    width:100%;
    height: 400px;
    padding-bottom:10px;
    overflow: hidden;
}

#TSECXI_graph {
    display:inline;
    padding-top:10px;
    height:600px;
}

#CURN_graph {
    display:none;
    height:600px;
}

/* stock chart end */

/* our-team css */

#our-team {
    background: #FAFDFF;
    padding: 100px 0;
}
#our-team .container-fluid {
    max-width: 82%;
}
#our-team .our-team-content{}
#our-team .our-team-content h2 {
    margin-bottom: 30px;
    font-size: 45px;
    color: #1F1F1F;
}
#our-team .our-team-content p{}
#our-team .our-team-img {
    width: 300px;
    height: 300px;
    border: 1px solid #707070;
    border-radius: 50%;
    background: #fff;
    margin-left: auto;
    margin-top: -45px;
}
/* our-team css end*/

/* consumer disclosures css */
#consumer-disclosures, #terms-of-use {
    background-color: #FAFDFF;
}

/* compliance-registration css*/
#compliance-registration {
}
#compliance-registration .section-title,
#our-privecy .section-title,
#contact-form-wrp .section-title,
#what-makes .section-title,
#our-goal .section-title,
#our-community .section-title,
#our-history .section-title {
/*    text-align: center;*/
}

#cxi-resources .section-title{
    text-align: center;
}

#compliance-registration .section-title h2,
#our-privecy .section-title h2,
#contact-form-wrp .section-title h2,
#what-makes .section-title h2,
#our-goal .section-title h2,
#our-community .section-title h2,
#our-history .section-title h2,
#cxi-resources .section-title h2{
    text-align: center;
    margin-bottom: 30px;
/*    font-size: 45px;*/
}
#compliance-registration .section-title p,
#contact-form-wrp .section-title p,
#our-community .section-title p,
#our-history .section-title p,
#cxi-resources .section-title p{
    max-width: 80%;
    margin: 0 auto;
}
/* compliance-registration css end*/

/* our-privecy css */
#our-privecy {
    background: #FAFDFF;
}
/*
#our-privecy .section-title p{
   margin-bottom: 30px;
}
*/
#our-privecy .section-title h4{
   font-size: 20px;
}
#our-privecy .section-title p,
#our-privecy .section-title h4 {
    text-align: left;
/*
    max-width: 89%;
    margin: 0 auto 30px auto;
*/
}
#our-privecy .section-title h4 {
    margin: 0 auto 4px auto;
    color: #1F1F1F;
    font-size: 24px;
    font-weight: 700;
}
/* our-privecy css end */

/* contact-form css */
#contact-form-wrp {
    position: relative;
}
#contact-form-wrp:after {
    position: absolute;
    content: "";
    width: 219px;
    height: 100%;
    right: 0;
    bottom: -3%;
    background: url(../images/bottom-img.png);
    background-repeat: no-repeat;
    background-position: 20px 80px;
}
#contact-form-wrp p span{
 color: #FAA519;
 font-weight: 600;
}
#contact-form-wrp .contact-form {
    margin-top: 70px;
}
#contact-form-wrp .contact-form .form-group label {
    color: #003767;
    font-weight: 500;
    font-size: 20px;
}

#contact-form-wrp .contact-form .form-group .custom-select,
 #contact-form-wrp .contact-form .form-group input[type=text],
 #contact-form-wrp .contact-form .form-group input[type=email],
  #contact-form-wrp .contact-form .form-group textarea{
    border: 1px solid #B0B4B9;
    height: 60px;
    border-radius: 20px;
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
#contact-form-wrp .custom-select {
    background: #fff url('../images/select-arrow.png') no-repeat right 1.75rem center !important;
    background-size: 11px 21px !important;
}
#contact-form-wrp .contact-form .form-group textarea{
    height: 190px;
}
#contact-form-wrp .contact-form button.btn.btn-primary {
    border-color: #FAA519;
    background: #FAA519;
    border-radius: 0;
    padding: 10px 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin-top: 40px;
}
#contact-form-wrp .contact-form .captcha-submit{
    margin-top: 40px;
}
/* contact-form css end*/

/* follow-us css*/
#follow-us{
    background-image: -webkit-linear-gradient(left, #003767, #286BA0);
    background-image: -o-linear-gradient(left, #003767, #286BA0);
    background-image: linear-gradient(to right, #003767, #286BA0);
    padding: 65px 0 130px 0;
    position: relative;
    height: 215px;
    top: 54px;
}
#follow-us .container {
    position: relative;
}
#follow-us .follow-us-title {
    padding-top: 14px;
    padding-right: 30px;
}
#follow-us .follow-us-title h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 400;
}
#follow-us .social-icon{
    padding-left: 30px;
}
#follow-us .social-icon a {
    display: inline-block;
    height: 64px;
    width: 64px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 64px;
    color: #959698;
    border: 1px solid #707070;
    font-size: 28px;
    margin-right: 22px;
}
#follow-us .social-icon a:hover {
    background: #faa519;
    color: #fff;
}
#follow-us .social-icon a:last-child {
   margin-right: 0;
}
/* follow-us css end*/

/* about page css start */
#compliance-registration.about-currency .section-title p{
    margin-bottom: 30px;
}
#compliance-registration.about-currency {
    position: relative;
}
#compliance-registration.about-currency:before {
    position: absolute;
    content: "";
    width: 143px;
    height: 433px;
    left: 0;
    top: 0;
    background: url(../images/top-img.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#compliance-registration.about-currency:after{
    position: absolute;
    content: "";
    width: 219px;
    height: 552px;
    right: 0;
    bottom: 0;
    background: url(../images/bottom-img.png);
    background-repeat: no-repeat;
    background-position: 20px 80px;
}
#what-makes {
    background: #FAFDFF;
    position: relative;
}
#what-makes .section-title h2{
    margin-bottom: 70px;
}
#what-makes .single-cxi {
    text-align: center;
}
#what-makes .single-cxi img {
    width: 25%;
    margin-bottom: 20px;
}
#what-makes .single-cxi .cxi-content{}
#what-makes .single-cxi .cxi-content p {
    color: #005096;
    font-weight: 700;
}
#quick-facts {
    position: relative;
}
#quick-facts:after{
    position: absolute;
    content: "";
    width: 219px;
    height: 552px;
    right: 0;
    bottom: 0;
    background: url(../images/bottom-img.png);
    background-repeat: no-repeat;
    background-position: 20px 80px;
}
#quick-facts .section-title h2{
    margin-bottom: 50px;
    font-size: 45px;
    font-weight: 600;
}
#quick-facts .single-quick-facts {
    display: flex;
    margin-bottom: 35px;
}
#quick-facts .single-quick-facts img {
    width: 30px;
    margin-right: 20px;
}
#quick-facts .single-quick-facts p{

}
#quick-facts .single-quick-facts span {
    font-size: 13px;
    margin-top: 20px;
    display: inline-block;
}
#quick-facts .border-bottom{
    border-bottom: 1px dotted #dee2e6 !important;
}
#our-goal {
    background: #F4F6F8;
    position: relative;
}
.single-our-goal {
    text-align: center;
    background: #fff;
    padding: 30px 40px;
    margin-bottom: 30px;
    border: 1px solid #e2e2e2;
    margin-top: 20px;
    min-height: 280px;
}
.single-our-goal img {
    width: 10%;
    margin-bottom: 20px;
}
.single-our-goal h3 {
    color: #003767;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.single-our-goal p{}
#our-goal .section-title h3{
    color: #003767;
    font-size: 24px;
    margin-bottom: 20px;
}
.our-value-wrp {
    background: #fff;
    border: 1px solid #e2e2e2;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.our-value-wrp .section-title {
    padding: 0px 50px;
}

.our-value-wrp .section-title p {
    width: 100%;
    margin: 0 auto 30px auto;
}
#our-goal .single-value{
    text-align: center;
    margin-bottom: 40px;
    min-height: 220px;
    padding: 0 23px;
}
#our-goal .single-value img {
    width: 15%;
    margin-bottom: 30px;
}
#our-goal .single-value h5{
    color: #003767;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0px;
}
#our-goal .single-value p {

}
#our-community{
    position: relative;
    background: #FAFDFF;
}
#our-community:before {
    position: absolute;
    content: "";
    width: 117px;
    height: 574px;
    left: auto;
    top: -24px;
    right: 0;
    bottom: 0;
    background: url(../images/top-01.png);
    background-repeat: no-repeat;
    background-position: 24px 20px;
}
#our-community:after {
    position: absolute;
    content: "";
    width: 219px;
    height: 552px;
    left: -105px;
    bottom: -44px;
    background: url(../images/bottom-01.png);
    background-repeat: no-repeat;
    background-position: 20px 80px;
}

#our-community .single-brand {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
#our-community .single-brand img {
    height: 60px;
}

/* our-history css*/
#our-history {
    position: relative;
}
#our-history .section-title p{
    max-width: 100%;
}
#our-history .container{
    max-width: 1010px;
}
.history-tab{}
.history-tab ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.history-tab ul li {}
.history-tab ul li a {
    text-align: center;
    color: #003767;
    font-size: 24px;
    font-weight: 700;
    border: 1px solid #ACACAC;
    padding: 40px 16px;
}
.history-tab ul li:nth-child(1) a {
    border-bottom: none;
}
.history-tab ul li a.active{
    background: #FAFDFF;
    border-right: 6px solid #FAA519;
}
.history-tab .tab-pane{}
.history-tab .tab-pane h2 {
    color: #003767;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 40px;
}
.history-tab .tab-pane ul{}
.history-tab .tab-pane ul li {
    margin-bottom: 30px;
    border-bottom: 1px solid #ACACAC;
    padding-bottom: 30px;
    display: flex;
}
.history-tab .tab-pane ul li p{
    margin-bottom: 0;
}
.history-tab .tab-pane ul li:last-child{
    border-bottom: none;
}
.history-tab .tab-pane ul li i {
    padding-right: 20px;
    color: #faa519;
    padding-top: 5px;
}
.history-tab #myTabContent {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 0px;
    border: 1px solid #ACACAC;
}
/* our-history css end*/

/* about page css end */

/* newsletters */
.column1 {
    background-color: #ffffff;
    border: 1px solid #ACACAC;
}

.newsletter-copy {
    border-bottom: 1px solid #ACACAC;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

label[for=mce-EMAIL], label[for=mce-FNAME], label[for=mce-LNAME], label[for=mce-MMERGE5], label[for=mce-MMERGE3] {
    color: #003767;
    font-weight: 500;
}

label[for=mce-EMAIL] .asterisk, label[for=mce-FNAME] .asterisk, .indicates-required .asterisk, label[for=mce-MMERGE3] .asterisk {
    color: red;
}

.mc-field-group input, .mc-field-group select {
    border: 1px solid #B0B4B9;
    height: 30px;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
    display: block;
}

.newsletter-icons {
    margin-bottom: 25px;
    text-align: right;
}

.newsletter-icons img {
    width: 80px;
    height: auto;
    padding-right: 15px;
}

/* footer css */
#footer {
    position: relative;
    /* background: #4747479c; */
    /* background: url(../images/footer-bg.png); */
    height: 857px;
    z-index: 999;
    color: #fff;
    /* background-size: cover; */
    /* background-position: center center; */
    margin-top: -162px;
    background-color: #1f1f1ff0;
    /* height: 200px; */
    width: 100%;
    position: relative;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    padding: 50px 0;
    z-index: 10;
    color: #FFFFFF;
    /* height: auto; */
    top: 115px;
}
#footer .signup-wrp {
    position: absolute;
    width: 100%;
    top: 16%;
}
#footer .signup-wrp .footer-logo img{
    width: 100%;
}
#footer .signup-wrp .signup-title h4{
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
}

#footer .signup-wrp .signup-check-box {
    display: flex;
    margin-top: -45px;
    margin-bottom: 18px;
    justify-content: space-between;
}
#footer .signup-wrp .signup-check-box label.custom-control-label {
    font-size: 15px;
    display: block;
}
#footer .signup-wrp .signup-check-box span {
    font-size: 12px;
    margin-top: -1px;
    display: block;
}
#footer .signup-wrp .form-group.d-flex input[type=email]{
    border: 1px solid #B0B4B9;
    height: 47px;
    border-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
#footer .signup-wrp .form-group.d-flex button.btn.btn-primary {
    border-color: #FAA519;
    background: #FAA519;
    border-radius: 0;
    padding: 10px 13px;
    text-transform: uppercase;
    font-size: 14px;
}
#footer .signup-wrp .row.border-bottom {
    border-color: rgba(255, 255, 255, 0.25) !important;
    padding-bottom: 30px;
}
.footer-link {
    padding: 50px 0;
}
.footer-link .about-company p {
    font-size: 14px;
}
.footer-link .link-box h5, .contact h5, .related-web h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}
.related-web h5 {
    margin-bottom: 0;
}
.contact h5{
    margin-bottom: 26px;
}
.contact p{
    margin-bottom: 21px;
}
.footer-link .link-box ul{
    list-style: none;
    padding: 0;
}
.footer-link .link-box ul li{}
.footer-link .link-box ul li a {
    color: #EDEDED;
    font-size: 16px;
}
.footer-link .link-box ul li a:hover,
.footer-link .link-box-last a:hover {
   text-decoration: none;
}
.footer-link .link-box ul li a .fa {
    padding-right: 5px;
}
.footer-link .link-box-last{}
.footer-link .link-box-last a{
    color: #EDEDED;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.contact p{}
.contact p .fa{}
.contact ul.social-icon-small {
    padding: 0;
    list-style: none;
}
.contact ul.social-icon-small li {
    display: inline-block;
}
.contact ul.social-icon-small li a {
    display: block;
    height: 20px;
    width: 20px;
    background: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    border-radius: 4px;
    margin-right: 8px;
    color: #1F1F1F;
}
.contact ul.social-icon-small li:last-child a {
    margin-right:0;
}
.related-web p{}
.footer-link .link-box span {
    font-size: 16px;
    color: #EDEDED;
    font-weight: 400;
}
.copy-right {
    background: #1C1C1C;
    padding: 10px 0 10px 0;
    height: 50px;
}
.copy-right-text {
    padding-top: 7px;
}
.copy-right .copy-right-text p {
    font-size: 12px;
    margin-bottom: 0 !important;
}
.copy-right-link ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.copy-right-link ul li {
    display: inline-block;
}
.copy-right-link ul li a {
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}
.copy-right-link ul li:last-child a {
    margin-right: 0;
}
.copy-right-link ul li a:hover{
    text-decoration: none;
}
/* footer css  end*/

/* financial-statements page css start */
#investor-relations{}
#investor-relations #side-menu-container nav {
    width: 80%;
}
#investor-relations .investor-relation-menu{}
#investor-relations .investor-relation-wrp{}
#investor-relations .investor-relation-icon{}
#investor-relations .investor-relation-content{}
#investor-relations .download-pdf {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
#investor-relations .download-pdf .pdf-icon{
    margin-right: 15px;
}
#investor-relations .download-pdf .pdf-icon img {
    width: 40px;
    height: auto;
}
#investor-relations .download-link{}
#investor-relations .download-link a{
    color: #FAA519;
    font-weight: 500;
}

#finincial-callender {
    background: #FAFDFF;
}
#finincial-callender .callander-wrp {
    border: 1px solid #ACACAC;
    padding:0 30px 0 45px;
    background: #fff;
}
#finincial-callender .choose-callender {
    border-right: 1px solid #ccc;
    padding: 45px 35px 40px 0;
    min-height: 430px;
}
#finincial-callender .choose-callender .form-group{
    display: flex;
    flex-direction: column;
}
.choose-callender.choose-stock-chart {
    min-height: 483px !important;
}
#finincial-callender .choose-callender .category-circle{}
#finincial-callender .choose-callender .category-circle {
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 3px solid #286BA0;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    font-size: 24px;
    font-weight: 600;
    color: #286BA0;
}
#finincial-callender .choose-callender .select-cat,
#finincial-callender .choose-callender .select-year {
    margin-left: 2px;
}
#finincial-callender .choose-callender .select-cat label,
#finincial-callender .choose-callender .select-year label{
    color: #003767;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#finincial-callender .choose-callender .select-cat .custom-select,
#finincial-callender .choose-callender .select-year .custom-select{
    background: #fff url(../images/select-arrow.png) no-repeat right 1.75rem center !important;
    background-size: 11px 21px !important;
}
#finincial-callender .choose-callender .select-cat .form-group .custom-select,
#finincial-callender .choose-callender .select-year .form-group .custom-select{
    border: 1px solid #B0B4B9;
    height: 50px;
    border-radius: 20px;
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
#finincial-callender .choose-callender .select-year .form-group .custom-select{
    width: 103px;
}
#finincial-callender .callender-content {
    border-bottom: 1px solid #ccc;
    padding: 20px 20px 20px 0;
    margin-top: 32px;
}
     .js_callender_content_wrapper {
        overflow: scroll;
        height: 432px;
        padding: 0px 15px;
     }

#finincial-callender .callender-content:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.callender-content.row.col-lg-3.col-md-12{
    padding-right: 0px !important;
}

#finincial-callender .callender-content .callender {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#finincial-callender .callender-content .callender .callender-icon {
    /* margin-right: 5px; */
}
#finincial-callender .callender-content .callender .callender-icon img {
    width: 30px;
    padding-right: 10px;
}
#finincial-callender .callender-content .callender span {
    color: #003767;
    font-size: 13px;
    display: block;
    padding-top: 3px;
}
#finincial-callender .callender-content .year-content a {
    color: #1F1F1F;
    font-size: 20px;
    font-weight: 600;
}
#finincial-callender .callender-content.chart-img img {
    width: 100%;
    height: auto;
}
/* financial-statements page css end */

/* foreign currency exchange */

#foreign-exchange-list ul {
  list-style: none;
  padding: 0;
}
#foreign-exchange-list li {
  padding-left: 1.3em;
}
#foreign-exchange-list li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: "Font Awesome 5 free";
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

/* Resources and Investor Relations page css start */

.investor-relations #address-wrp .address-content .address-box-3 h3 a {
    color: #ffffff !important;
}

#investor-wrp{
    position: relative;
}
#investor-wrp:before {
    position: absolute;
    content: "";
    width: 143px;
    height: 433px;
    left: 0;
    top: 0;
    background: url(../images/resource-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#investor-wrp .investor-img img{
    width: 100%;
}
#investor-wrp .investor-content{}
#investor-wrp .investor-content ul {
    list-style: none;
    padding-top: 40px;
    padding-left: 0;
    margin: 0;
}
#investor-wrp .investor-content ul li {
    display: flex;
    align-items: baseline;
    border-bottom: 1px solid #ACACAC;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#investor-wrp .investor-content ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.investor-relations #investor-wrp .investor-content ul li p{
    margin-left: 15px;
}

.investor-relations #address-wrp {
    padding-bottom: 40px !important;
}
#investor-wrp .investor-content ul li p span{
    color: #FAA519;
    font-weight: 600;
}
#investor-wrp .investor-content ul li i{
    color: #faa519;
    padding-right: 20px;
}
/* investor-thumb-wrp css start */
#investor-thumb-wrp{
  background: #F4F6F8;
}
#investor-thumb-wrp .single-thumb {
    height: 313px;
    background: #D7DADE;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}
#investor-thumb-wrp .single-thumb .thumb-img {
    width: 100%;
}

#investor-thumb-wrp .single-thumb .thumb-img img {
    max-width: 350px;
    min-height: 255px;
}

#investor-thumb-wrp .single-thumb .thumb-overlay {
    position: absolute;
    bottom: 0;
    text-align: center;
    background: #005096;
    color: #fff;
    padding: 16px;
    width: 100%;
    min-height: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
#investor-thumb-wrp .single-thumb .thumb-overlay h4 {
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}
#investor-thumb-wrp .single-thumb:hover .thumb-overlay{
    color: #fff;
    background: #FAA519;
}
/* investor-thumb-wrp css end*/
/* call-to-action css start*/
#call-to-action{
   background-image: -webkit-linear-gradient(left, #003767, #286BA0);
   background-image: -o-linear-gradient(left, #003767, #286BA0);
   background-image: linear-gradient(to right, #003767, #286BA0);
    padding: 80px 0px;
}
#call-to-action h2 {
    color: #fff;
    font-weight: 400;
    font-size: 25px;
}
#call-to-action .btn.cxi-btn-primary {
    padding: 12px 50px;
}
/* call-to-action css end*/
/* address css start */
#address-wrp {
    text-align: center;
    position: relative;
    padding-bottom: 254px;
}
#address-wrp:before, #contact-form-wrp:before {
    position: absolute;
    content: "";
    width: 219px;
    height: 552px;
    left: 0;
    top: 0;
    background: url(../images/top-img.png);
    background-repeat: no-repeat;
    background-position: -95px center;
}
#address-wrp:after {
    position: absolute;
    content: "";
    width: 219px;
    height: 100%;
    right: 0;
    bottom: 7%;
    background: url(../images/bottom-img.png);
    background-repeat: no-repeat;
    background-position: 20px 80px;
}
#address-wrp .address-content{}

/*.address-content .text-danger{
        display: none;
}*/

.region .address-content .text-danger{
        display: block;
}
#address-wrp .address-content .address-title {
    margin-bottom: 30px;
}
#address-wrp .address-content .address-title h2{}
#address-wrp .address-content .address-box-1{}
#address-wrp .address-content .address-box-1 h3,
#address-wrp .address-content .address-box-2 h3{
    font-size: 24px;
    color: #003767;
    font-weight: 600;
}
#address-wrp .address-content .address-box-1 p,
#address-wrp .address-content .address-box-2 p,
#address-wrp .address-content .address-box-3 p
{
    font-size: 24px;
    font-weight: 400;
}
#address-wrp .address-content .address-box-1 .address-dtl,
#address-wrp .address-content .address-box-2 .address-dtl {
    margin-bottom: 30px;
}
#address-wrp .address-content .address-box-2{}
#address-wrp .address-content .address-box-3{}
#address-wrp .address-content .address-box-3 h3{
    color: #FAA519;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
#address-wrp .address-content .address-box-3 h3 a {
    color: #FAA519;
}
#address-wrp .address-content .address-box-3 h3 span {
    display: inline-block;
    margin-left: 10px;
}
#address-wrp .address-content .address-box-3 h3 span img {
    margin-top: -7px;
}
#address-wrp .address-content .address-box-3 p{
    font-style: italic;
}
/* address css end */
/* cxi-resources css start */
#cxi-resources{
    position: relative;
}
#cxi-resources:before{
    position: absolute;
    content: "";
    width: 219px;
    height: 552px;
    left: 0;
    top: 0;
    background: url(../images/top-img.png);
    background-repeat: no-repeat;
    background-position: -95px center;
}
#cxi-resources:after {
    position: absolute;
    content: "";
    width: 219px;
    height: 100%;
    right: 0;
    bottom: -10%;
    background: url(../images/bottom-img.png);
    background-repeat: no-repeat;
    background-position: 95px 44px;
}
#cxi-resources .section-title{
    margin-bottom: 50px;
}
#cxi-resources .cxi-resources-box {
    background: #FFF3CD;
    padding: 35px;
    display: flex;
    justify-content:center;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer;
}
#cxi-resources .cxi-resources-box.blue-bg{
    background: rgba(0, 80, 150, 0.15);
}

#cxi-resources .cxi-resources-box span {
    color: #003767;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
}
#cxi-resources .cxi-resources-box span:last-child{
    margin-right: 0;
}
#cxi-resources .cxi-resources-box span img{}
#cxi-resources .cxi-resource-content {
    max-width: 63%;
    margin: 0 auto;
}
#cxi-resources .cxi-resource-content .resource-content-tab {
    width: 100%;
    margin-top: 30px;
}
#cxi-resources .cxi-resource-content .resource-content-tab span,
#cxi-resources-2 .resource-content-tab span{
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #676767;
    padding: 6px 22px;
    text-align: center;
    border-radius: 21px;
    margin-right: 15px;
    cursor: pointer;
}
#cxi-resources .cxi-resource-content .resource-content-tab span.active,
#cxi-resources-2 .resource-content-tab span.active{
    background: #EDEDED;

}
#cxi-resources .resource-content-dtl {
    margin-top: 30px;
    border-bottom: 1px solid #ACACAC;
    padding-bottom: 20px;
    min-width: 100%;
}
#cxi-resources .resource-content-dtl .title {
    color: #959698;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 5px;
}
#cxi-resources .resource-content-dtl h3,
.single-resource-content-dtl h3 {
    color: #003767;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 22px;
}
#cxi-resources .resource-content-dtl p,
.single-resource-content-dtl p{
    margin-bottom: 30px;
}
#cxi-resources .resource-content-dtl .global-link {
    margin-bottom: 20px;
}
#cxi-resources .resource-content-dtl .global-link ul,
.single-resource-content-dtl .global-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;

}
#cxi-resources .resource-content-dtl .global-link ul li,
.single-resource-content-dtl .global-link ul li{
    display: flex;
    align-items: center;
    margin-right: 50px;
}
#cxi-resources .resource-content-dtl .global-link ul li .link-icon,
.single-resource-content-dtl .global-link ul li .link-icon{
    margin-right: 20px;
}
#cxi-resources .resource-content-dtl .global-link ul li .link-icon img,
.single-resource-content-dtl .global-link ul li .link-icon img{
    width: 35px;
}
#cxi-resources .resource-content-dtl .global-link ul li a,
 .single-resource-content-dtl .global-link ul li a{
    color: #FAA519;
    font-size: 16px;
    font-weight: 600;
}
#cxi-resources .resource-content-dtl .global-link ul li a img {
    margin-left: 6px;
    margin-top: -2px;
}
#cxi-resources .resource-content-dtl .global-link ul li .link-icon a span{}
#cxi-resources .resource-content-dtl .global-link ul li .link-icon a span img{}
/* cxi-resources css end */
/* pagination wrp css start */
.pagination-wrp {
    margin-top: 60px;
    margin-bottom: 30px;
}
.pagination-wrp .active{
    background: #FAA519;
    color: #fff;
}
/* pagination wrp css end */
/* cxi-resources-2 css start */
#cxi-resources-2 {
    margin-bottom: 30px;
}
.single-resource-content-dtl {
    margin-top: 30px;
    margin-bottom: 5px;
    border: 1px solid #ACACAC;
    min-height: 320px;
}
#cxi-resources-2 .single-resource-box{
    padding:20px;
}
#cxi-resources-2 .title {
    background: #FAFDFF;
    text-align: center;
    padding: 16px 0;
    border-bottom: 1px solid #ACACAC;
}
#cxi-resources-2 .title h4 {
    color: #286BA0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
#cxi-resources-2 .single-resource-content-dtl .global-link ul li {
    display: flex;
    align-items: center;
    margin-right: 55px;
}
#cxi-resources-2 .single-resource-content-dtl .global-link ul li:last-child{
    margin-right: 0;
}
.single-resource-content-dtl .global-link ul li .link-icon {
    margin-right: 12px;
}
.single-resource-box .global-link{
    margin-bottom: 15px;
}
#cxi-resources-2 .title.yellow-bg{
    background:rgba(253, 248, 229, 0.33);
}
#cxi-resources-2 .title.gray-bg{
 background: rgb(248, 248, 248);
}

/* cxi-resources-2 css end */
/* Resources and Investor Relations page css end */

.price-table .text-left {
        height: 140px;
    }


#CXIProvides section#customer-logos-wrap button.slick-prev.slick-arrow, #CXIProvides section#customer-logos-wrap button.slick-next.slick-arrow {
    position: absolute;
    bottom: 0;
    border: 0px;
    border-radius: 5px;
    font-size: 0;
    width: 35px;
    height: 35px;
}
#CXIProvides section#customer-logos-wrap button.slick-prev.slick-arrow:hover,
#CXIProvides section#customer-logos-wrap button.slick-next.slick-arrow:hover{
    opacity: 0.8;
}
#CXIProvides section#customer-logos-wrap button.slick-prev.slick-arrow {
    left: 46%;
    background: url(../images/left.png) transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#CXIProvides section#customer-logos-wrap button.slick-next.slick-arrow {
    left: 51%;
    background: url(../images/right.png) transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
section.foreign-exchange-list img.yellow-checkmark{
    width: 33px !important;
}
#teammembers-Subbanner h2 {
    font-size: 40px;
}
.font-blue{
    color: #003767;
}
.documentBg button.btn.cxi-btn-primary,
.FAQBg button.btn.cxi-btn-primary {
    padding: 7px 75px;
    font-weight: 400;
    font-size: 17px;
}
.single-resource-content-dtl:hover .title {
    background: #fdf8e5 !important;
}
#hoverMap{
    margin-bottom: 100px;
}
/* LOCATIONS Page css start */
.about-our-branches-wrapper{
    position: relative;
}
.about-our-branches-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    background: url(../images/our-branches-bg.png);
    display: inline-block;
    width: 245px;
    height: 565px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.about-our-branches-wrapper .about-our-branches-content{}
.about-our-branches-wrapper .about-our-branches-content .about-our-branches-content-title,
.find-branches-wrapper .find-branches-content .find-branches-content-title,
.browse-region-wrapper .browse-region-content .browse-region-content-title {
    font-size: 35px;
/*    font-weight: normal;*/
    margin-bottom: 45px;
}
.about-our-branches-wrapper .about-our-branches-content p{
    margin-bottom: 30px;
}
.find-branches-wrapper {
    background: #FAFDFF;
    position: relative;
    z-index: 0;
    min-height: 350px;
    padding-top: 70px;
    padding-bottom: 0px;
}
.find-branches-wrapper:before {
    content: '';
    position: absolute;
    top: 5%;
    left: 0;
    background: url(../images/earth.png);
    display: inline-block;
    width: 40%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 75%;
    z-index: 0;
}
.find-branches-wrapper .find-branches-content{}
.find-branches-wrapper .find-branches-content .find-branches-content-title{}
.find-branches-wrapper .find-branches-search-box {
    display: flex;
    width: 40%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.find-branches-wrapper .find-branches-search-box span{}
.find-branches-wrapper .find-branches-search-box  #search {
    height: 50px;
    border-radius: 16px;
}
.find-branches-wrapper .find-branches-search-box .btn.cxi-btn-primary {
    position: relative;
    right: 17px;
    height: 50px;
    width: 43px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
}
 .find-branches-search-box .btn.cxi-btn-primary .fa{
    font-size: 23px;
}
.find-branches-wrapper .location-tab-wrapper {
    width: 100%;
    padding: 40px 0 0 0;
    margin: 0 auto;
}
.find-branches-wrapper .location-tab-wrapper ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.find-branches-wrapper .location-tab-wrapper ul li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}
.find-branches-wrapper .location-tab-wrapper ul li:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -6px;
    height: 1px;
    width: 100%;
    background: #003767;
}
.find-branches-wrapper .location-tab-wrapper ul li:hover:after {
    background: #faa519;
}
.find-branches-wrapper .location-tab-wrapper ul li:last-child {
    margin-right: 0;
}
.find-branches-wrapper .location-tab-wrapper ul li a {
    color: #003767;
    font-size: 18px;
}
.find-branches-wrapper .location-tab-wrapper ul li:hover a{
    color: #faa519;
}
.location-map-wrapper {
    padding: 0;
    height: 680px;
}
.location-main-wrapper {
    height: 650px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.location-map-wrapper .location-map-content-box {
    border: 1px solid #707070;
    padding: 10px;
    background: #fff;
    position: relative;
}
.location-map-wrapper .location-map-content-box .location-address {
    padding: 10px 0 0 10px;
    border-bottom: 1px solid #959698;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.location-map-content-box .location-address .address-title{
    display: flex;
    align-items: center;
}
.location-map-content-box .location-address .address-title h4 {
    font-size: 18px;
    margin-bottom: 0;
}
.location-map-content-box .location-address .address-title .circle {
    display: block;
    height: 30px;
    width: 30px;
    background: #286BA0;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-right: 19px
}
.location-map-content-box .location-address .address-wrapper {
    padding-left: 50px;
    margin-top: 30px;
}
.location-map-content-box .location-address .address-wrapper .address-content {
    display: flex;
/*    margin-bottom: 15px;*/
}
.location-map-content-box .location-address .address-wrapper .address-icon {
    color: #003767;
    margin-right: 15px;
}
.location-map-content-box .location-address .address-wrapper p{}
.location-map-content-box .location-address .address-wrapper .time{
    color: #287606;
}
.location-map-content-box .location-address .address-wrapper .address-content span.address-icon i.fa.fa-phone {
    transform: rotate(105deg);
}
.location-map-content-box .location-address .address-wrapper a {
    display: inline-block;
    margin-bottom: 20px;
}
.location-map-content-box .location-address .address-wrapper .cxi-btn-primary {
    padding: 12px 42px;
    color: #ffffff;
    font-weight: 600;
/*    font-size: 20px;*/
}
.browse-region-wrapper {
    padding: 50px 0;
    background: #F4F6F8;
    position: relative;
}
.browse-region-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: -2%;
    background: url(../images/Mask-Group-1.png);
    display: inline-block;
    width: 245px;
    height: 565px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.browse-region-wrapper::after {
    content: '';
    position: absolute;
    bottom: 3%;
    right: -2%;
    background: url(../images/Group-421.png);
    width: 245px;
    height: 565px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 179% 100%;
}
.browse-region-wrapper .region-link-wrapper {
    border: 1px solid #ACACAC;
    box-shadow: 0px 0px 8px rgba(172, 172, 172, 0.3);
    padding: 40px 25px 25px 49px;
    background: #ffffff;
    z-index: 99;
    position: relative;
}
.browse-region-wrapper .region-link-wrapper .region-link-main-content {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.browse-region-wrapper .region-link-wrapper .region-link-main-content .region-link-content{
    width: 20%;
}
.browse-region-wrapper .region-link-wrapper .region-link-main-content .region-link-content .region-link-title{
    margin-bottom: 40px;
}
.browse-region-wrapper .region-link-wrapper .region-link-main-content .region-link-content .region-link-title h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #000;
}
.browse-region-wrapper .region-link-wrapper .region-link-main-content .region-link-content .region-link-title ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.browse-region-wrapper .region-link-wrapper .region-link-main-content .region-link-content .region-link-title ul li{}
.browse-region-wrapper .region-link-wrapper .region-link-main-content .region-link-content .region-link-title ul li a {
    color: #1F1F1F;
    font-size: 15px;
    margin-bottom: 12px;
    display: block;
}
.browse-region-wrapper .region-link-wrapper .region-link-main-content .region-link-content .region-link-title ul li a:hover{
    color: #ffc107;
}
#Numbers .numscroller{
    font-size: 40px;
    font-weight: 600;
}
#Numbers .yellowText {
    font-size: 40px;
}
/* LOCATIONS Page css end */

 /* Individual Branch Locations page css */
.branch-location {
    position: absolute;
    top: 30px;
    left: 6%;
    width: 22%;
    height: 100%;
    border: 5px solid #ffffff;
    box-shadow: 0 0 6px #acacac7d;
    background-color: #ffffff;
}
.branch-location img.branch-location-img {
    width: 100% !important;
    height: auto !important;
}
.individual-branch{
    position: relative;
    margin-top: 70px;
    width: 100%;
}
.berkley-mechanics-wrapper{}
.berkley-mechanics-wrapper .berkley-mechanics-content h1{
    font-size: 40px;
}
.berkley-mechanics-wrapper .berkley-mechanics-content p {
    font-size: 30px;
}
.berkley-mechanics-wrapper .foreign-currency {
    border: 1px solid #ACACAC;
    padding: 20px;
    box-shadow: 0 0 4px #acacacbd;
    text-align: center;
}
.berkley-mechanics-wrapper .foreign-currency .currency-icon img {
    width: 42px;
    height: auto;
}
.berkley-mechanics-wrapper .foreign-currency .foreign-currency-wrp{
    display: flex;
    margin-bottom: 20px;
}
.berkley-mechanics-wrapper .foreign-currency .currency-content p {
    font-weight: 600;
}

.baranch-announcements-wrapper {
    background: #FFF3CD;
    padding: 25px;
    border: 1px solid #FFEEBA;
    margin-top: 30px;
}
.baranch-announcements-wrapper h4 {
    font-weight: 600;
}
.baranch-announcements-wrapper p{}
.branch-information-wrapper{}
.branch-information-wrapper .address-title h4{
    font-size: 18px;
}
.branch-information-wrapper .branch-information-content{}
.branch-information-wrapper .branch-information-content .location-address{}
.branch-information-content .location-address .address-title{}
.branch-information-content .location-address .address-wrapper{}
.branch-information-content .location-address .address-wrapper .address-content{}
.branch-information-content .location-address .address-wrapper .address-dtl,
.branch-hour-content .address-dtl{
    padding-left: 32px;
}
.branch-information-content .location-address .address-wrapper .address-dtl a,
 .branch-hour-content .address-dtl a{
    display: inline-block;
    margin-top: 12px;
}
.location-address .address-wrapper .address-content .address-heading,
 .branch-hour-content .address-heading{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.location-address .address-wrapper .address-content .address-heading p,
.branch-hour-content .address-heading p{
    font-weight: 600;
    margin-bottom: 0px;
}
.location-address .address-wrapper .address-content .address-icon,
.branch-hour-content .address-heading .address-icon {
    color: #003767;
    font-size: 20px;
    display: inline-block;
    margin-right: 20px;
}
.location-address .address-wrapper .address-content .address-icon i.fa.fa-phone {
    transform: rotate(100deg);
}
.branch-hour-content .address-dtl.timining {
    display: flex;
    padding-left: 40px;
}
.branch-hour-content .address-dtl.timining ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.branch-hour-content .address-dtl.timining ul li{
    font-size: 13px;
    margin-bottom: 10px;
    margin-right: 20px;
}
.branch-hour-content .address-dtl.timining ul li.green {
    color: #287606;
}
.branch-information-right-box{}
.branch-information-right-box .single-info-box{}
.branch-information-right-box .single-info-box img {
    width: 50px;
    margin-bottom: 18px;
}
.branch-information-right-box .single-info-box h4{
   color: #005096;
   font-size: 15px;
}
.branch-information-right-box .single-info-box {
    /* border-right: 1px solid #959698;
    border-bottom: 1px solid #959698; */
    padding-bottom: 30px;
    padding-top: 30px;
}
.find-mall-map {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#myModal img {
    width: fit-content;
    height: auto;
    display: block;
    margin: auto;
    max-width: 100%;
}
#myModal .close {
    float: inherit !important;
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    color: #003767;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
#myModal .modal-header{
    border-bottom: none;
}
.branch-information-wrapper .find-mall-map {
    justify-content: flex-start;
    align-items: unset;
    margin-top: -40px;
}
.find-mall-map img {
    width: 6%;
    margin-right: 34px;
}
.find-mall-map a{
    display: inline-block;
    margin-top: 12px;
}
.additional-detail-wrapper {
    background: #FAFDFF;
    padding: 0;
}

.additional-detail-wrapper-content-wrappper h4:first-of-type {
    padding-top: 30px;
}


.additional-detail-main-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
/*    padding-top: 30px;*/
}
.additional-detail-wrapper .additional-detail-main-box{}
.additional-detail-wrapper .additional-detail-main-box .location-map iframe {
    height: 385px;
}
.additional-detail-wrapper .additional-detail-main-box .find-mall-map a{
    font-size: 16px;
}
.additional-detail-wrapper .additional-detail-main-box .card{
    background-color: #FAFDFF;
    border: none;
}

.additional-detail-wrapper .additional-detail-main-box .card .card-header {
    background: no-repeat;
    border: none;
    padding-left: 0;
}
.additional-detail-wrapper .additional-detail-main-box .card .card-header .card-link.collapsed h4 {
    color: #1F1F1F !important;
}
.additional-detail-wrapper .additional-detail-main-box .card .card-header .card-link  h4 {
     color: #286BA0 !important;
}
.additional-detail-wrapper .additional-detail-main-box .card .card-body {
    border: 1px solid #ACACAC;
    margin-left: 60px;
    margin-bottom: 20px;
    background: #fff;
}
.additional-detail-wrapper .additional-detail-main-box .card .card-header img{
    width: 25px;
}

.additional-detail-wrapper .additional-detail-main-box .card .card-header .card-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.additional-detail-wrapper .additional-detail-main-box .card .card-header .card-link h4 {
    color: #1F1F1F;
    margin-bottom: 0;
    margin-left: 30px;
    font-size: 18px;
    padding-top: 0;
}


.additional-detail-left-box .additional-detail-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    margin-bottom: 20px;
}
.additional-detail-left-box .additional-detail-title .icon {}
.additional-detail-left-box .additional-detail-title .icon img {
    width: 30px;
    height: auto;
}
.additional-detail-left-box .additional-detail-title h3 {
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 18px;
    font-weight: 600;
}
.additional-detail-left-box .additional-detail-content,
.additional-detail-left-box .additional-detail-content-1,
.additional-detail-left-box .additional-detail-content-2  {
    border: 1px solid #ACACAC;
    background: #fff;
    padding: 10px;
    margin: 10px 0 10px 43px;
}
.additional-detail-left-box.find-mall-map {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.additional-detail-left-box.find-mall-map img {
    margin-right: 20px;
}
.additional-detail-left-box.find-mall-map a {
    margin-top: 0;
}
.exchange-services-wrapper{}
.exchange-services-wrapper #myTabContent {
/*
    padding-bottom: 55px;
    padding-top: 25px;
*/
    min-height: 315px;
}
.exchange-services-wrapper #myTabContent p {
    margin-bottom: 30px;
}
.exchange-services-wrapper #myTab li a {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 25px;
    font-size: 14px;
}
.exchange-services-wrapper #myTab li.nav-item img {
    width: 12%;
    margin-right: 20px;
}
.exchange-services-wrapper #myTab li.nav-item span{
    display: inline-block;
    padding-top: 10px;
}
.exchange-services-wrapper #myTabContent h2 {
    margin-bottom: 23px;
}
.individual-branch-slider{}
.individual-branch-slider .slick-list {
    margin-bottom: 20px;
}
.individual-branch-slider .imgTitle {
    text-align: center;
    display: inline-flex;
}
.individual-branch-slider .imgTitle img {
    margin: 0 auto;
    height: 115px;
    width: auto !important;
}
.individual-branch-slider .price-table {
    padding: 0 30px;
    min-height: 475px;
}
.individual-branch-slider .price-table .cxi-btn-primary {
    text-transform: uppercase;
    padding: 5px 30px;
    position: relative;
    width: 100%;
    top: 25px;
}
.individual-branch-slider .price-table h5 {
    margin-bottom: 30px;
}
.individual-branch-slider .price-table p {
    min-height: 140px;
    margin: 0;
}
.about-bank-content h2{
    margin-bottom: 20px;
}
.payment-type .payment-img span {
    display: inline-block;
    margin-right: 5px;
    padding-right: 5px;
}

.international-travelers-foreign-currency-exchange .payment-img img {
    width: 100px;
}

.payment-type .payment-img img {
    width: 60px;
}
.payment-type {
    border: 1px solid #ACACAC;
    box-shadow: 0 0 6px #acacac7d;
    padding: 25px 35px;
    margin-top: 44px;
    min-height: 282px;
}
.payment-type .payment-img {
    margin-top: 30px;
}
.proud-member {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.social-media {
    text-align: center;
}
.proud-member img {
    margin-right: 40px;
    width: 200px;
    height: auto;
}
.proud-member p {
    font-weight: 600;
    font-size: 20px;
}
.social-media a {
    display: inline-block;
    height: 45px;
    width: 45px;
/*    border: 1px solid #707070;*/
    background-color: #003767;
    line-height: 45px;
    color: #707070;
    border-radius: 50%;
    margin-right: 24px;
    margin-top: 12px;
}
.social-media a:hover{
    color: #fff;
    background: #FAA519;
    border-color: #FAA519;
}

.proud-member-wrapper{
    margin-top: 50px;
    margin-bottom: 30px;
}
.individual-branch-testimonial{}
.individual-branch-testimonial span.FLeft_1 img {
    width: 80%;
}
.individual-branch-testimonial .rating span img{
    width: 20px;
}
.individual-branch-testimonial .client-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transform: skew(10deg);
}
.individual-branch-testimonial .rating {
    transform: skew(10deg);
}
.individual-branch-testimonial .client-logo .FLeft_1 {
    text-align: center;
    width: 200px;
}
.individual-branch-testimonial .marks {
    position: relative;
    color: #fff;
}
.individual-branch-testimonial .prefix {
    font-size: 60px;
}
.individual-branch-testimonial .sufix {
    font-size: 30px;
    position: absolute;
    top: 11px;
    left: 45px;
}
.individual-branch-testimonial .testimonilaIcons{
    padding-top: 0;
}
.individual-branch-contact .learn-more-about-cxi-wrap {
    padding: 10px 65px;
}
.newsletter-form .form-check-inline span.small {
    font-size: 11px;
    letter-spacing: 0.5px;
    text-align: left;
}
/* Individual Branch Locations page css end */
div#accordion-history-about .card-body ul{
    padding: 0;
}
div#accordion-history-about .card-body ul li i {
    margin-right: 15px;
}
div#accordion-history-about .card button.btn.btn-link {
    width: 100%;
    font-weight: bold;
    font-size: 20px;
}
div#accordion-history-about .card-body ul li {
    display: flex;
}
div#accordion-history-about .card-body ul li i {
    margin-right: 15px;
    color: #faa519;
}

/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 1
}

.fadeInUp {
    opacity: 1;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

@media screen and (min-width:768px){
    div#accordion-history-about.history-about-mobile.faqs{
        display: none;
    }
}
@media screen and (max-width:767px){
    .history-tab.history-desktop{
        display: none;
    }
    .alert.flash-msg.alert-success {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 85px;
    }
    .home nav#mainNav .dropdown-menu{
        top: 0;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #InternationalPayments .whiteSection2 {
        display: block !important;
    }
    .foreign-exchange-learn-more-content-wrap .foreign-exchange-learn-more-content-media{
        display: block !important;
    }
    .CEIFX-help-your-financial-institution-slider-wrap .CEIFX-help-your-financial-institution-slider-text-content .CEIFX-help-your-financial-institution-slider-first-wrap .CEIFX-help-your-financial-institution-slider-listing-wrap .CEIFX-help-your-financial-institution-slider-listing-item{
        display: inline-block !important;
    }
    .CEIFX-corporation-organization-content-wrap .CEIFX-corporation-organization-content-first-wrap{
        width: 48% !important;
    }
    .dmc-blue {
        display: inline-block;
        width: 100%;
    }
    section.foreign-exchange-list .covrDiv .FLeft.arrowIcon .blue_icons, section#why-cxi-travelers-cheques .covrDiv .FLeft.arrowIcon .blue_icons, section.foreign-check-list .covrDiv .FLeft.arrowIcon .blue_icons, section#whycxi-banknote .covrDiv .FLeft.arrowIcon .blue_icons, section.int-wire-pmt-list .covrDiv .FLeft.arrowIcon .blue_icons{
        height: 60px;
    }
    section#Numbers:before,
    section#Numbers:after{
        display: none;
    }
    .history-tab .tab-pane ul li i{
        float: left;
    }
    .history-tab .tab-pane ul li{
        display: block;
    }
    .persona-blocks.wrap .container.persona-block-items .item-count{
        display: block !important;
    }
    section#ForeignCheck .col-lg-12.col-md-12.col-sm-12.col-xs-12.lightBluebox.pb35.row-flex.text-center p img {
        height: 40px;
    }
    section#ForeignCheck .col-lg-12.col-md-12.col-sm-12.col-xs-12.lightBluebox.pb35.row-flex.text-center p {
    display: block;
    width: 100%;
    word-break: break-all;
    font-size:14px;
    }
    .row{
        width: 100%;
    }
    section#general-question-contact .right-side-content-contact,
    #ContactGeneraliseForm .right-side-content-contact,
    #ContactGeneraliseForm .right-side-content-contact .phone-group p a{
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
    }
    .find-branches-search-box .btn.cxi-btn-primary .fa{
       margin-top: 3px;
       margin-right: 5px;
   }
   .find-branches-wrapper .find-branches-search-box .btn.cxi-btn-primary{
       padding: 5px 8px;
   }
   #company-updates,
   #company-updates .updates-wrapper,
   #company-updates .updates-wrapper .right-col.col-lg-5.col-md-5 {
       padding-right: 0 !important;
   }
   .CEIFX-help-your-financial-institution-slider-wrap .CEIFX-help-your-financial-institution-slider-text-content .CEIFX-help-your-financial-institution-slider-first-wrap .CEIFX-help-your-financial-institution-slider-listing-wrap .CEIFX-help-your-financial-institution-slider-listing-item {
      float: left;
  }
  .investor-content img.right-arrow-icon{
    width: 30px !important;
    object-fit:contain !important;
    display:block;
    height:20px !important;
  }
  #our-community .single-brand img{
    width: 100% !important;
    height: auto !important;
  }
  #social-cta .share-icons{
    align-items: center;
    justify-content: center;
  }
  .investor-relations #investor-wrp .investor-content ul li p{
    width: 100% !important;
  }
  #investor-thumb-wrp .single-thumb .thumb-overlay{
      width: 103%;
      display: block;
  }
  section#HowisCXI .col-lg-12.col-md-12.left-col.pl-0 .row.yellow-border {
      left: 0;
      width: 104%;
      display: block !important;
  }
  section#HowisCXI .yellow-box ~ .col-lg-12.col-md-12.left-col.pl-0 {
      padding-left: 0 !important;
  }
  section#HowisCXI .col-lg-12.col-md-12.left-col.pl-0 {
      padding-left: 15px !important;
  }
  nav#mainNav ul.show.sub-menu.dropdown-menu h4,
  nav#mainNav ul.show.sub-menu-2.dropdown-menu h4,
  nav#mainNav ul.show.sub-menu-3.dropdown-menu h4,
  nav#mainNav ul.show.sub-menu-4.dropdown-menu h4,
  nav#mainNav ul.show.sub-menu-5.dropdown-menu h4,
  nav#mainNav ul.show.sub-menu-6.dropdown-menu h4 {
    padding-left: 5px !important;
    font-size: 16px !important;
  }
  .dropdown-toggle::after {
    display: inline-block;
    width: .4em;
    height: .4em;
    margin: -0.10em 0 0 .4em;
    vertical-align: middle;
    content: "";
    border: .4em solid;
    border-width: 0 .156em .15em 0;
    transform: rotateZ(45deg);
  }
}


@supports (-ms-ime-align:auto) {
    section#Numbers:before,
    section#Numbers:after{
        display: none;
    }
    #our-community .single-brand img{
      width: 100% !important;
      height: auto !important;
    }
    .persona-blocks.wrap .container.persona-block-items .item-count{
        display: block !important;
    }
    section#ForeignCheck .col-lg-12.col-md-12.col-sm-12.col-xs-12.lightBluebox.pb35.row-flex.text-center p img {
        height: 40px;
    }
    section#ForeignCheck .col-lg-12.col-md-12.col-sm-12.col-xs-12.lightBluebox.pb35.row-flex.text-center p {
        display: block;
        width: 100%;
        word-break: break-all;
    }
    section#general-question-contact .right-side-content-contact,
    #ContactGeneraliseForm .right-side-content-contact,
    #ContactGeneraliseForm .right-side-content-contact .phone-group p a{
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
    }
    .find-branches-search-box .btn.cxi-btn-primary .fa{
       margin-top: 3px;
   }
   #company-updates,
   #company-updates .updates-wrapper {
       padding-right: 0 !important;
   }
}
@media screen and (max-width: 768px){
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    }
}

/* media query css start */
@media (max-width: 1499.98px) and (min-width: 1200px) {
    .banner-content h1 {
        font-size: 1.8rem;
    }
}
@media screen and (min-width:768px) and (max-width:991px){
    #topNav-mobile a.nav-link {
        font-size: 11px;
        color: #ffffff;
    }
    .newsletter-form #newsletter-email{
      width: 290px !important;
    }
    .single-our-goal {
      min-height: 335px;
    }
    #finincial-callender .choose-callender .category-circle {
        line-height: 28px;
        font-size: 15px;
        height: 32px;
        width: 32px;
    }

    #finincial-callender .callander-wrp {
        padding: 0 15px 0 15px;
    }
    #finincial-callender .choose-callender{
        padding: 45px 10px 0px 0;
    }
    .price-table {
        min-height: 455px;
    }
    .recordbreakingDesc button.btn.cxi-btn-primary {
        padding: 5px 14px !important;
        font-size: 13px !important;
    }
    section#section2{
        padding-top:88px;
    }
    .hanshakeBG {
        background: url(../images/handshake.svg) !important;
        background-position: 107% 108% !important;
        background-size: 94px !important;
        background-repeat: no-repeat !important;
    }
    #CXIProvides section#customer-logos-wrap button.slick-next.slick-arrow{
        left: 52%;
    }
    #CXIProvides section#customer-logos-wrap button.slick-prev.slick-arrow{
        left: 43%;
    }
    .map-area-lisitng .map-area-lisitng-item {
        width: 18.9% !important;
    }
    .whiteSection2 {
        margin-top: 25px;
    }
    .resposiveHandle img {
        width: 58px;
    }
    nav#mainNav li.nav-item.active:after{
        display: none;
    }
    section#call-to-action {
        text-align: center;
    }
    section#call-to-action .text-right{
        text-align: center !important;
        margin-top: 15px;
    }
    .lightBluebox {
        font-size: 14px !important;
        padding: 0 !important;
    }
    .resposiveTopMarging {
        margin-top: 110px !important;
        width: 47px;
        float: left;
        position: relative;
        left: -8px;
    }
    .documentBg button.btn.cxi-btn-primary, .FAQBg button.btn.cxi-btn-primary {
        padding: 7px 50px;
        font-size: 15px;
    }
    .pt-bg-black a {
        font-size: 12px;
    }
    .price-table .text-left {
        height: 160px;
    }
    caseStudy-img-wrap{
        height:100% !important;
    }
    .hanshakeBG {
        background-position: 109% 117%;
        background-size: 139px;
    }
    .shapBG4 h2 {
        padding-top: 30% !important;
        transform: skew(10deg) !important;
    }
    #cxi-resources .cxi-resources-box {
        min-height: 119px;
    }
    #cxi-resources .cxi-resource-content .resource-content-tab span,
    #cxi-resources-2 .resource-content-tab span {
        margin-right: 10px;
    }
    .newsletter-form #newsletter-email {
        width: auto;
        margin-top: 15px;
        display: inline !important;
    }
    .blog-info a,
    .blog-info span {
        margin-right: 0px !important;
    }
    .category {
        padding: 4px 5px !important;
    }
    a.blog-post-title {
        font-size: 15px;
    }
    .fa-calendar-alt, .fa-user, .fa-print, .fa-comments, .fa-phone-alt, .fa-map-marker-alt {
        padding-right: 0px;
    }
    .supportbg .whiteSection2 {
        min-height: 425px !important;
    }
    .whiteSection2.documentBg,
    .whiteSection2.FAQBg {
        background-size: 70px !important;
    }
    .shapBG h1 {
        transform: skew(10deg) !important;
        padding-top: 38% !important;
    }
    #persona-Subbanner {
        min-height: 400px !important;
    }
    .verticalnav .nav-pills .nav-link {
        font-size: 13px !important;
    }
    .verticalnav .nav-pills .nav-link img {
        width: 25px !important;
        height: auto !important;
    }
    .find-branches-wrapper .find-branches-search-box {
        width: 50%;
    }
    .find-branches-wrapper {
        min-height: 350px;
    }
    .location-map-wrapper {
        height: 870px;
    }
    .browse-region-wrapper .region-link-wrapper .region-link-main-content {
        display: block;
    }
    .browse-region-wrapper .region-link-wrapper .region-link-main-content .region-link-content {
        width: calc(33.33% - 4%);
        float: left;
        margin: 0 2%;
    }
    #banner-wrp{
        height: 320px !important;
    }
    #banner-wrp .banner-content{
        top: 62%;
    }
    #banner-wrp .banner-content h1 {
        font-size: 40px;
    }
    .browse-region-wrapper::before {
        left: -20%;
    }
    .browse-region-wrapper::after {
        right: -15%;
    }
    .location-map-content-box .location-address .address-wrapper .cxi-btn-primary {
        display: block;
    }
    .location-map-wrapper .col-lg-5 {
        order: 2;
    }
    .proud-member p {
        font-size: 15px;
    }
    .exchange-services-wrapper #myTabContent {
/*        padding-bottom: 25px;*/
        min-height: 452px !important;
    }
    .exchange-services-wrapper #myTabContent p {
        margin-bottom: 20px;
    }
    .exchange-services-wrapper #myTab li.nav-item img {
        width: 18%;
    }
    .berkley-mechanics-wrapper .foreign-currency {
        margin-top: 25px;
        width: 297px;
    }
    .area-name {
        font-size: 13px;
        display: inline-block;
        width: 100%;
        font-family: sans-serif;
        color: #0d4879;
        background: #fff;
        border: 1px solid #c0c0c0;
        padding: 5px;
    }
    .find-mall-map img {
        width: 5% !important;
        margin-right: 22px !important;
    }
}


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

    #investor-thumb-wrp .single-thumb .thumb-img img {
        max-width: 330px;
        max-height: 255px;
    }

    #social-cta .social-icons {
        margin: 25px 0px;
    }

    #social-cta #left-side {
        border-right: 0px;
    }

    #contact-bottom .left-col {
        margin-bottom: 20px;
    }

    #contact-top .leftborder {
        border-right: 0px !important;
    }


    #contact-top .right-col {
        margin-top: 20px;
    }

    #finincial-callender .callender-content .callender .callender-icon img {
        width: 25px;
    }

    .foreign-exchange-main-wrap::after {
        display: none !important;
    }

    .footer {
        clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
        padding: 30px;
        padding-top: 100px;
    }

    .archive-dropdown .dropdown-toggle {
        width: 210px;
    }

    .view-all {
        float: right;
    }

    .left-col .form-control {
        width: 100px;
    }

    #homepage-banner-mobile .jumbotron {
        padding: 5rem 2rem;
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%);
        clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%);
        position: absolute;
        width: 100vw;
    }

    #homepage-banner-mobile .persona-blocks .top {
        padding-top: 220px;
    }
    nav#mainNav .dropdown-menu {
        left: 0%;
        top: 5%;
        border-right: none !important;
        width: 100%;
    }
    #mainNav .dropdown-menu a.back_to_main_menu {
        padding-left: 15px !important;
        border-bottom: 1px solid #D1D5D9;
        margin-bottom: 1px;
        padding-top: 14px;
    }
    nav#mainNav .dropdown-menu li.dropdown-item.dropdown {
        width: 40%;
        margin-bottom: 0 !important;
    }
    nav#mainNav ul.dropdown-menu.sub-menu.show,
    nav#mainNav ul.dropdown-menu.sub-menu-2.show,
    nav#mainNav ul.dropdown-menu.sub-menu-3.show,
    nav#mainNav ul.dropdown-menu.sub-menu-4.show,
    nav#mainNav ul.dropdown-menu.sub-menu-5.show,
    nav#mainNav ul.dropdown-menu.sub-menu-6.show {
        min-height: 575px;
        display: block;
    }
    header {
        top: 0;
        position: fixed;
        z-index: 999999999;
        width: 100%;
    }
    nav#mainNav li.nav-item.dropdown.active:after {
        display: none;
    }
    .right-box h4 {
        padding-left: 0 !important;
        font-size: 15px !important;
        margin-bottom: 0;
        margin-top: 12px;
    }
    #mainNav li.nav-item {
        padding:0;
        font-size: 14px;
    }
    #topNav-mobile a#navbarDropdownMenuLink {
        position: relative;
    }
    #topNav-mobile .dropdown-menu.dropdown-menu-right.show {
        position: absolute;
        right: 1%;
        left: auto;
        top: 66% !important;
        width: 752px !important;
    }
    #finincial-callender .choose-callender .select-cat,
    #finincial-callender .choose-callender .select-year {
        width: 100% !important;
    }
    #finincial-callender .callander-wrp {
        padding: 0 30px 0 10px;
    }
    #finincial-callender .choose-callender .category-circle {
        height: 30px;
        width: 30px;
        line-height: 26px;
        font-size: 15px;
    }
    #finincial-callender .choose-callender .select-cat label,
    #finincial-callender .choose-callender .select-year label {
        font-size: 18px;
        margin-bottom: 7px;
    }
    .choose-callender.choose-stock-chart {
        min-height: 343px !important;
    }
    #finincial-callender .choose-callender .select-cat .form-group .custom-select,
    #finincial-callender .choose-callender .select-year .form-group .custom-select {
        width: 100% !important;
        padding-left: 10px;
        padding-right: 10px;
    }
    .foreign-exchange-main-wrap::before {
        left: -45px !important;
    }


}
.mobile-view-section{
    display: none;
}
.desktop-view-section{
    display: block;
}
.resposiveHandle img {
    width: 60px;
}
 @media (max-width: 767px) {
    .section-padding {
        padding: 40px 0;
    }
    .individual-branch-slider .price-table .cxi-btn-primary {
        padding: 5px 13px;
        font-size: 12px;
    }
    .caseStudy-img-wrap{
        height: auto;
    }
    .hanshakeBG{
        background: transparent !important;
    }
    .recordbreakingDesc button.btn.cxi-btn-primary {
        padding: 5px 14px !important;
        font-size: 13px !important;
    }
    .recordbreakingDesc {
        padding-left: 0 !important;
    }
    /* img.img-fluid.caseStudy-img-wrap {
        height: 215px;
    } */
    #CaseStudy .boxBorderResponsive.noPaddingResonsive{
/*        background: url(../images/handshake.svg);*/
        background-position: 108% 104% !important;
        background-size: 39% !important;
        padding-bottom: 65px !important;
        background-repeat: no-repeat;
        padding-bottom: 25px !important;
    }
    section#HowCXIdiffrent .row.yellow-border {
        left: 3.2%;
    }
    section#ComplianceVerification {
        padding-bottom: 0 !important;
    }
    .recordbreakingRevenue {
        padding-right: 0 !important;
    }
    .hanshakeBG {
        background-position: 108% 106% !important;
        background-size: 26% !important;
    }
    .shapBG4 p {
        padding-top: 20px !important;
        padding-left: 0 !important;
    }
    .verticalnav {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .css3-animated-example .content {
        padding-left:17px !important;
    }
    .col-12.ChecckIconRight {
        text-align: center;
        width: 100% !important;
    }
    .price-table {
        min-height: auto !important;
    }
    .price-table .blueText{
        height: auto !important;
    }
    .recordbreakingDesc {
        padding-bottom: 10px;
    }
    .price-table .text-left {
        margin: 10px 20px !important;
        height: auto !important;
    }
    .ps-0{
        padding: 0;
    }
    section#CoreFeatures .justfy {
        width: 114%;
        float: left;
        padding-top: 15px;
    }
    .css3-animated-example h3 a {
        padding-left: 15px !important;
        padding-right: 30px !important;
    }
    nav#mainNav li.nav-item.active:after{
        display: none;
    }
    .mobile-view-section{
        display: block;
    }
    .desktop-view-section{
        display: none;
    }
    section#call-to-action {
        text-align: center;
    }
    section#call-to-action .text-right{
        text-align: center !important;
        margin-top: 15px;
    }
    .verticalnavBody {
        margin-left: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }
    .text-orenge span {
        font-size: 11px;
    }
    #section2 {
        padding-bottom: 50px !important;
    }
    .row-flex .resposiveHandle img {
        width: 17% !important;
        text-align: center;
        display: block;
        margin: 0 auto 15px;
    }
    #ScheduleAcall{
        padding: 50px 0 !important;
    }
    .padding-for-left{
        padding-left: 15px !important;
    }
    header {
        top: 0;
        position: fixed;
        z-index: 999999999;
        width: 100%;
    }
    .navbar-collapse {
        height: 100vh;
    }
    header nav#myNavbar li.nav-item.dropdown.active:after {
        display: none;
    }
    header nav#myNavbar ul.dropdown-menu.sub-menu.show,
    header nav#myNavbar ul.dropdown-menu.sub-menu-2.show,
    header nav#myNavbar ul.dropdown-menu.sub-menu-3.show,
    header nav#myNavbar ul.dropdown-menu.sub-menu-4.show,
    header nav#myNavbar ul.dropdown-menu.sub-menu-5.show,
    header nav#myNavbar ul.dropdown-menu.sub-menu-6.show {
        left: 36% !important;
        width: 470px;
        position: absolute;
    }
    header nav#myNavbar li.dropdown-item.dropdown.show:after {
        right: 64%;
        left: auto;
    }
     header nav#myNavbar .nav-item {
        border-bottom:1px solid rgba(112, 112, 112, 0.35);
        margin-bottom: 15px;
    }
    header nav#myNavbar .nav-link {
        font-size: 21px !important;
        padding-bottom: 20px;
    }
    .top-header{
        display: none;
    }
    .top-header.mobile-view {
        display: block;
        position: relative;
        top: 3px;
        background: #fff;
        border-bottom:1px solid rgba(112, 112, 112, 0.35);
        margin-bottom: 15px;
        padding-bottom: 20px;
    }
    .top-header.mobile-view ul li a {
        color: #003767;
        font-weight: 500;
    }
    .banner-content-wrp {
        left: 0%;
        transform: skew(0deg, 0deg);
        width: 100%;
    }
    .banner-content {
        left: 22%;
        transform: skew(0deg, 0deg) translate(-22%, -50%);
        top: 62%;
    }
    .cvs-logo {
        margin-bottom: 20px;
        text-align: center;
    }
    #our-team {
        padding: 40px 0;
    }
    #our-team .our-team-img {
        margin: 10px auto 0 auto;
    }
    #currency-exchnage:before, #contact-form-wrp:before {
        display: none
    }
    #currency-exchnage:after, #contact-form-wrp:after {
        display: none
    }
    #follow-us {
        padding: 17px 0 130px 0;
        top: 40px;
    }
    #follow-us .follow-us-title {
        text-align: center;
    }
    #follow-us .border-right{
        border-right: none !important;
    }
    #follow-us .social-icon {
        padding-left: 0;
        text-align: center;
    }
    #follow-us .follow-us-title {
        padding-top: 14px;
        padding-right: 0;
        margin-bottom: 20px;
    }
    #follow-us .social-icon a {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    #contact-form-wrp .contact-form .form-group .custom-select{
        margin-bottom: 0;
    }
    #what-makes .single-cxi {
        margin-bottom: 20px;
    }
    .history-tab .col-md-2.mb-3.pr-0{
        padding-right: 15px !important;
    }
    .history-tab .col-md-10.pl-0{
        padding-left: 15px !important;
    }
    #our-team .our-team-content h2,
    #quick-facts .section-title h2 {
        text-align: center;
        font-size: 23px;
    }
    #our-goal .col-lg-6.col-md-6.pl-0.pr-5{
        padding-right: 15px !important;
    }
    #our-community .desktop-view{
        display: block;
    }
    #our-goal .single-value {
        margin-bottom: 5px;
    }
    #what-makes .single-cxi img {
        width: 20% !important;
    }
    #investor-relations .investor-relation-icon{
        text-align: center;
    }
    #investor-relations .investor-relation-icon img {
        width: 16%;
        margin: 20px auto 20px auto;
    }
    #finincial-callender .choose-callender {
        border-bottom: 1px solid #ccc;
        border-right: none;
        padding: 45px 0px 0px 0;
    }
    #finincial-callender .choose-callender .select-year .form-group .custom-select,
    #finincial-callender .choose-callender .select-cat .form-group .custom-select {
        width: 100%;
    }
    #finincial-callender .choose-callender .select-cat,
    #finincial-callender .choose-callender .select-year {
        margin-left: -18px;
    }
    #finincial-callender .choose-callender {
        min-height: 280px;
    }
    #finincial-callender .callander-wrp {
        padding: 0 30px 0 30px;
    }
    #finincial-callender .callender-content .callender {
        margin-bottom: 15px;
    }
    #finincial-callender .callender-content {
        margin-top: 12px;
    }
    .choose-callender.choose-stock-chart {
        min-height: 205px !important;
    }
    .choose-callender.choose-stock-chart .select-cat {
        padding-left: 20px;
    }
    #investor-relations .col-lg-10.col-md-10.pl-5 {
        padding-left: 15px !important;
    }
    nav#mainNav .dropdown-menu {
        left: 0%;
        top: 11%;
        border-right: none !important;
    }
    #mainNav .dropdown-menu a.back_to_main_menu {
        padding-top: 11px;
    }
    .dropdown-toggle::after {
        transform: rotateZ(-48deg);
        position: relative;
        top: 1px;
        font-size: 15px;
    }
   .back_to_main_menu {
        background: #fff;
        border-bottom: 1px solid #ccc;
    }
    nav#mainNav li.nav-item.dropdown.active:after{
        display: none;
    }
    nav#mainNav ul.dropdown-menu.sub-menu-2.show {
        display: block;
        min-height: 575px;
    }
    #daily-market-commentary
    .row.yellow-border h2 {
        margin-bottom: 20px;
        /* text-align: center; */
        font-size: 23px;
    }
    #call-to-action h2 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    #address-wrp {
        padding-bottom: 80px;
    }
    #cxi-resources .cxi-resource-content {
        max-width: 100%;
        margin: 0 auto;
    }
    #mainNav li.nav-item {
        padding:0;
        font-size: 14px;
    }
    #currency-exchnage .currency-exchnage-content h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    #our-team .our-team-content h2 {
        font-size: 25px;
    }
    #our-team .our-team-img {
        width: 200px;
        height: 200px;
    }
    #compliance-registration .section-title h2,
    #our-privecy .section-title h2, #contact-form-wrp .section-title h2,
    #what-makes .section-title h2, #our-goal .section-title h2, #our-community .section-title h2,
    #our-history .section-title h2, #cxi-resources .section-title h2 {
        font-size: 23px;
    }
    #our-privecy .section-title h4 {
        font-size: 18px;
    }
    #follow-us .follow-us-title h4 {
        font-size: 28px;
    }
    #follow-us {
        height: 190px;
    }
    .right-box h4 {
        padding-left: 0 !important;
        font-size: 15px !important;
        margin-bottom: 0;
        margin-top: 12px;
    }
    #our-community .single-brand {
        margin-top: 30px;
        margin-bottom: 40px;
        text-align: center;
    }
    .banner-content h1 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    #finincial-callender .callender-content .year-content a {
        font-size: 15px;
    }
    #finincial-callender {
        padding-bottom: 25px;
    }
    .row .blog-info {
        margin: 20px 0px;
        margin-bottom: 30px;
    }
    #address-wrp .address-content .address-title h2 {
        font-size: 23px;
    }
    #address-wrp .address-content .address-box-1 h3, #address-wrp .address-content .address-box-2 h3 {
        font-size: 18px;
    }
    #address-wrp .address-content .address-title {
        margin-bottom: 12px;
    }
    #address-wrp .address-content .address-box-1 p,
    #address-wrp .address-content .address-box-2 p,
    #address-wrp .address-content .address-box-3 p {
        font-size: 17px;
    }
    #address-wrp .address-content .address-box-3 h3 {
        font-size: 22px;
    }
    #cxi-resources .resource-content-dtl h3, .single-resource-content-dtl h3 {
        font-size: 15px;
        margin-bottom: 15px;
    }
    #cxi-resources .resource-content-dtl .title {
        font-size: 12px;
    }
    #topNav-mobile a.nav-link {
        font-size: 11px;
        color: #ffffff;
    }
    #topNav-mobile a#navbarDropdownMenuLink {
        position: relative;
    }
    #topNav-mobile .dropdown-menu.dropdown-menu-right.show {
        position: absolute;
        right: -1% !important;
        left: auto !important;
        top: 66% !important;
        width: 751px !important;
    }
    .graph-img-main-banner {
        padding-right: 0 !important;
    }
    .learn-more-about-cxi-wrap {
        padding:5px 40px;
    }
    .noPadding-left {
        padding-left: 0;
    }
    .graph-img-main-banner-1 {
        padding-right: 0 !important;
    }
    .navbar-brand img {
        width: 200px;
        height: auto !important;
    }
    #persona-Subbanner {
        margin-top: 25px;
        min-height: 400px !important;
    }
    .shapBG h1 {
        transform: skew(0deg) !important;
        padding-top: 5% !important;
    }
    div#myCarousel .carousel-indicators {
        right: -50px !important;
    }
    .slick-initialized .slick-slide{
        margin-left: 0 !important;
    }
    .price-table .text-left {
        height: auto;
    }
    #TabSection img.img-fluid {
        margin-left: 0 !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #CXIProvides section#customer-logos-wrap button.slick-prev.slick-arrow
    /* ,#CXIProvides section#customer-logos-wrap button.slick-next.slick-arrow*/{
        left: 0;
    }
    #CXIProvides section#customer-logos-wrap button.slick-next.slick-arrow {
        right: 0;
        left: unset !important;
    }
    #teammembers-Subbanner h2 {
        font-size: 30px;
    }
    .documentBg button.btn.cxi-btn-primary,
    .FAQBg  button.btn.cxi-btn-primary{
        padding: 5px 35px;
        font-weight: 400;
    }
    .css3-animated-example h3 a {
        padding-left: 12px !important;
        padding-right: 45px !important;
        line-height: normal;
    }
    .lightblue.hidden-phone {
        display: none;
    }
    .supportbg .whiteSection2 {
        padding: 15px 15px !important;
    }
    .whiteSection2 .documentBg,
    .whiteSection2 .FAQBg {
        background-size: 70px !important;
    }
    #ScheduleAcall .col-sm-12.col-md-5.col-lg-5.pl0.offset-1 {
        padding-left: 15px !important;
        margin-left: 0px !important;
    }
    #finincial-callender .choose-callender.choose-stock-chart label {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        margin-bottom: 10px !important;
    }
    .row.yellow-border h2 {
        font-size: 26px;
        margin-bottom: 25px;
    }
    #PartnerWithCXI{
        padding-bottom: 50px  !important;
    }
    .customer-logos ul.slick-dots{
        padding: 0 !important;
    }
    .side-margin{
        margin-left: 0 !important;
    }

.find-branches-wrapper .find-branches-search-box {
        width: 70%;
    }
    .find-branches-wrapper {
        min-height: 100%;
    }
    .location-map-wrapper .location-map-content-box {
        position: static;
        top: 0;
    }
    .location-map iframe {
        width: 100%;
    }
    .location-map {
        margin-top: 30px;
    }
    .browse-region-wrapper .region-link-wrapper .region-link-main-content {
        flex-direction: column;
    }
    .browse-region-wrapper .region-link-wrapper .region-link-main-content .region-link-content {
        width: 100%;
    }
    .branch-information-right-box .single-info-box {
      border-right: none !important;
    }
    .exchange-services-wrapper .col-md-8.pl-0 {
        padding-left: 15px !important;
    }
    .exchange-services-wrapper .col-md-4.mb-3.pr-0{
        padding-right: 15px !important;
    }
    .individual-branch-slider .price-table {
        min-height: 490px !important;
    }
    .individual-branch-slider .cxi-btn-primary {
        padding: 5px 32px;
    }
    .foreign-exchange-main-wrap::before {
        left: -45px !important;
    }
    .browse-region-wrapper::before {
        left: -13%;
    }
    .browse-region-wrapper::after {
        right: -8%;
    }
    .location-map-wrapper .col-lg-5 {
        order: 2;
    }
    .berkley-mechanics-wrapper .foreign-currency {
        margin-top: 25px;
    }
    .location-map-wrapper {
        height: 1000px;
    }
    .proud-member {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 20px;
    }
    .individual-branch-testimonial .rating {
        transform: skew(0deg);
    }

 }



/* END WWT */


/** MEDIA QUERIES **/

@media only screen and (max-width: 1139px) {
    #mainNav .nav-item,
    .multi_language_div {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width: 1078px) {
    #mainNav .nav-item,
    .multi_language_div {
        font-size: 0.75rem;
    }
    #what-makes .single-cxi img {
        width: 30%;
    }
    #our-team .our-team-img {
        width: 250px;
        height: 250px;
    }
    #follow-us{
        top: 60px;
    }
    nav#mainNav li.nav-item.dropdown.active:after {
        bottom: -23px;
    }

        #cxi-resources .icon-resources img {
    width: 15px;
    height: auto;
    }
}
@media screen and (min-width:1024px) and (max-width:1279px){
    .price-table {
        min-height: 455px;
    }
    .resposiveHandle img {
        width: 58px;
    }
    .pt-bg-black a {
        font-size: 15px;
    }
    .price-table {
        min-height: 415px !important;
    }
    .price-table .blueText {
        height: 128px;
    }
    .hanshakeBG {
        background-position: 106% 106% !important;
        background-size: 31% !important;
    }
    .caseStudy-img-wrap {
        height: 215px;
    }
    .international-travelers .caseStudy-img-wrap {
    height: 250px;
    }

}
@media screen and (min-width:1024px){

    .location-map-content-box .location-address .address-wrapper .cxi-btn-primary {
        padding: 16px 29px;
        font-weight: 600;
/*        font-size: 20px;*/
    }
    .price-table {
        /*min-height: 495px !important;*/
        position: relative;
        min-height:535px !important;
    }

}
@media screen and (max-width:1024px){
    .find-mall-map img {
        width: 10%;
        margin-right: 22px;
    }
    .additional-detail-wrapper .additional-detail-main-box .find-mall-map a {
        font-size: 16px;
    }

    #finincial-callender .choose-callender .select-cat .form-group .custom-select, #finincial-callender .choose-callender .select-year .form-group .custom-select {
        width: 100%;
        font-size: 10pt;
    }
}

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

    .lightBluebox {
        height: 140px;
    }

    #int-pmt-solutions .whitebox {
        min-height: 380px;
    }

    #request-a-call .ry-arrow {
        display: none !important;
    }

    #contact-top .leftborder {
        border-right: 0px !important;
    }

    #mission-stmt .left-col {
    text-align: left;
    }

    #cxi-resources .nav-pills {
        text-align: center;
        border-bottom: 1px solid #ACACAC;
        margin-bottom: 30px;
    }

    .archive-dropdown .dropdown-toggle {
        width: 225px;
    }

    .left-col .form-control {
        width: 160px;
    }

    .footer {
        clip-path: polygon(0 4%, 100% 0, 100% 100%, 0% 100%);
    }

    #mainNav {
        padding: 10px 10px;
    }

    #topNav {
        display: none;
    }

    #topNav-mobile {
        display: block;
        background-image: linear-gradient(180deg, #003767, #286BA0);
    }

    #mainNav .collapse .gradient-hr {
        display: block;
    }

    .navbar-collapse {
        background-color: #ffffff;
        height: 100vh;
        position: relative;
    }

    #desktop-gradient {
        display: none !important;
    }

    .mainNav-mobile li.nav-item {
        border-bottom: solid 1px #D1D5D9;
        padding: 10px 0px !important;
    }

    #topNav-mobile .dropdown-toggle::after {
        display: none;
    }

    #homepage-banner-mobile {
        display: block;
        text-align: center;
        padding: 0px !important;
    }

    #homepage-banner-mobile .jumbotron {
        padding: 5rem 2rem;
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
        clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
        position: absolute;
        width: 100vw;
		min-height: 300px;
    }

    #homepage-banner-mobile .persona-blocks {
        position: relative;
        top: 175px;
    }

    #homepage-banner-mobile .persona-blocks .top {
        padding-top: 175px;
    }

    section#why-choose-cxi {
        margin-top: 175px;
    }

    #homepage-banner-desktop {
        display: none;
    }

    #home-cards .card-body .row {
        text-align: center;
    }


    #homepage-banner-mobile .container.persona-blocks {
        max-width: none !important;
    }

    #why-choose-cxi .left-col {
        padding-bottom: 30px;
    }

    .diamond-bg {
        display: none;
    }
    #finincial-callender .choose-callender .select-cat,
    #finincial-callender .choose-callender .select-year {
        width: 100%;
    }
    #finincial-callender .choose-callender .select-cat .custom-select,
    #finincial-callender .choose-callender .select-year .custom-select {
        background: #fff url(../images/select-arrow.png) no-repeat right 0.75rem center !important;
        background-size: 10px 16px !important;
    }


}
@media (max-width: 736px) {
    nav#mainNav .dropdown-menu {
        left: 0%;
        top: 13%;
        border-right: none !important;
    }
}
@media (max-width: 576px) {
    .view-all {
        float: left;
    }

    .archive-dropdown .dropdown-toggle {
        width: 150px;
    }

    .footer {
        clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
        padding: 30px;
        padding-top: 60px;
    }
    #follow-us {
        top: 52px;
    }
    .right-box h4 {
        padding-left: 0 !important;
        font-size: 15px !important;
        margin-bottom: 0;
        margin-top: 12px;
    }

}

@media (max-width: 459px) {
    #topNav-mobile a.nav-link {
        text-align: center;
    }

    #homepage-banner-mobile .jumbotron {
        padding: 5rem 15px;
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%);
        clip-path: polygon(0% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%);
        position: absolute;
        width: 100vw;
    }

    #homepage-banner-mobile .persona-blocks .top {
        padding-top: 280px;
    }

}


@media (max-width: 480px) {
    #topNav-mobile a.nav-link {
        text-align: center;
    }
    #finincial-callender .container.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #investor-relations
    #side-menu-container nav {
        width: 100%;
        padding-left: 10px;
        padding-right: 15px;
    }
    #finincial-callender .choose-callender .category-circle{
      margin-bottom: 10px;
      margin-left: -12px;
    }
    #topNav-mobile .dropdown-menu.dropdown-menu-right.show {
        position: absolute;
        right: -112% !important;
        left: auto !important;
        top: 66% !important;
        width: 490px !important;
    }
    nav#mainNav .dropdown-menu {
        top: 7%;
    }
    nav#mainNav .dropdown-menu
    li.dropdown-item.dropdown{
        width: 48%;
        margin-bottom: 0 !important;
        padding-left: 12px;
    }
    nav#mainNav a.no-icon {
        font-size: 12px;
        padding-bottom: 0;
    }
    #mainNav .dropdown-menu a {
        padding: 15px 3px;
        /* border-bottom: solid 1px #D1D5D9; */
    }
    #mainNav .dropdown-menu a.back_to_main_menu {
        padding-left: 15px !important;
        border-bottom: 1px solid #D1D5D9;
        margin-bottom: 1px;
        padding-top: 0;
        z-index: 999999 !important;
        position: relative !important;
        cursor: pointer;
        text-transform: uppercase;
    }
    nav#mainNav ul.dropdown-menu.sub-menu.show li a,
    nav#mainNav ul.dropdown-menu.sub-menu-2.show li a,
    nav#mainNav ul.dropdown-menu.sub-menu-3.show li a,
    nav#mainNav ul.dropdown-menu.sub-menu-4.show li a,
    nav#mainNav ul.dropdown-menu.sub-menu-5.show li a,
    nav#mainNav ul.dropdown-menu.sub-menu-6.show li a {
       font-size: 10px;
    }
    ul.dropdown-menu.sub-menu.show li.dropdown-item,
    nav#mainNav ul.dropdown-menu.sub-menu-2.show li.dropdown-item,
    nav#mainNav ul.dropdown-menu.sub-menu-3.show li.dropdown-item,
    nav#mainNav ul.dropdown-menu.sub-menu-4.show li.dropdown-item,
    nav#mainNav ul.dropdown-menu.sub-menu-5.show li.dropdown-item,
    nav#mainNav ul.dropdown-menu.sub-menu-6.show li.dropdown-item {
        padding: 0;
    }
    nav#mainNav ul.dropdown-menu.sub-menu.show,
    nav#mainNav ul.dropdown-menu.sub-menu-2.show,
    nav#mainNav ul.dropdown-menu.sub-menu-3.show,
    nav#mainNav ul.dropdown-menu.sub-menu-4.show,
    nav#mainNav ul.dropdown-menu.sub-menu-5.show,
    nav#mainNav ul.dropdown-menu.sub-menu-6.show {
        padding: 8px !important;
    }
    nav#mainNav ul.dropdown-menu.sub-menu-2.show {
        display: block;
        top: -69px !important;
        min-height: 575px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    nav#mainNav ul.dropdown-menu.sub-menu-3.show {
        top: -112px !important;
        position: absolute;
    }
    nav#mainNav ul.dropdown-menu.sub-menu-4.show {
        top: -158px !important;
        position: absolute;
    }
    nav#mainNav ul.dropdown-menu.sub-menu-5.show {
        top: -204px !important;
        position: absolute;
    }
    nav#mainNav ul.dropdown-menu.sub-menu-6.show {
        top: -250px !important;
        position: absolute;
    }
    ul#solutions-has-child-mobile li.dropdown-item.dropdown.show.mb-4 {
        margin-bottom: 0 !important;
    }
    #cxi-resources .cxi-resource-content .resource-content-tab,
    #cxi-resources .resource-content-dtl {
       margin: 0 15px 30px 15px;
    }
    #cxi-resources .cxi-resource-content .resource-content-tab span, #cxi-resources-2 .resource-content-tab span {
        margin-right: -12px;
        margin-bottom: 15px;
    }
    #cxi-resources .resource-content-dtl .global-link ul li a,
    .single-resource-content-dtl .global-link ul li a {
        font-size: 13px;
    }
    #cxi-resources .resource-content-dtl .global-link ul li .link-icon img,
    .single-resource-content-dtl .global-link ul li .link-icon img {
        width: 18px;
    }
    .resource-content-dtl .global-link span img,
    .single-resource-box .global-link span img {
        width: 7%;
    }
    #cxi-resources .resource-content-dtl .global-link ul li .link-icon{
        margin-right: 12px;
    }
    .pagination-wrp {
        margin-top: 0px;
    }
    #cxi-resources-2 {
        padding-top: 0;
    }
    .pagination-wrp.mobile-view {
        margin-top: 20px;
    }
    .right-box h4 {
        padding-left: 0 !important;
        font-size: 15px !important;
        margin-bottom: 0;
        margin-top: 12px;
    }
    #finincial-callender .choose-callender .select-cat label, #finincial-callender .choose-callender .select-year label {
        position: absolute;
        top: -38px;
        left: 45px;
    }
    #section2 {
        padding-top: 88px;
    }
    #banner-wrp {
        height: 145px;
        top: 70px;
    }
    .banner-content {
        top: 50%;
    }
    .find-branches-wrapper {
        min-height: 100%;
        padding-top: 20px;
    }
     .find-branches-wrapper .find-branches-search-box {
        width: 100%;
        flex-direction: column;
    }
     .find-branches-wrapper .find-branches-search-box .btn.cxi-btn-primary {
        position: relative;
        right: 0px;
        height: 50px;
        width: 100%;
        top: 10px;
    }
    .find-branches-wrapper .location-tab-wrapper ul li {
        display: inline-block;
        margin-bottom: 20px;
        width: 90%;
        margin: 0 auto 20px auto;
    }
    .find-branches-wrapper .location-tab-wrapper {
        padding: 40px 0 0px 0;
    }
    .location-map-content-box .location-address .address-wrapper {
        padding-left: 0;
    }
    .location-map-content-box .location-address .address-wrapper .cxi-btn-primary {
        padding: 12px 30px;
        font-size: 15px;
    }
    .proud-member {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 20px;
    }
    .social-media a {
        height: 35px;
        width: 35px;
        line-height: 35px;
        margin-right: 10px;
    }
    .individual-branch-testimonial .client-logo,
    .individual-branch-testimonial .rating {
        transform: skew(0deg);
    }
    .payment-type .payment-img span {
        margin-bottom: 10px;
    }
    #CXIProvides section#customer-logos-wrap button.slick-prev.slick-arrow {
        left: 44%;
        transform: translateX(-44%);
        /* margin-left: 0px; */
    }
    #CXIProvides section#customer-logos-wrap button.slick-next.slick-arrow {
        right: 30%;
        transform: translateX(-30%);
        margin-right: 5px;
    }
    .social-media {
        text-align: center;
        margin-top: 20px;
    }
    .foreign-exchange-main-wrap::before {
        left: -45px;
    }
    .browse-region-wrapper::before {
        left: -43%;
    }
    .browse-region-wrapper::after {
        right: -32%;
    }
    nav#breadcrumb {
        position: relative;
        top: 70px;
        margin-bottom: 35px;
    }
    .berkley-mechanics-wrapper .foreign-currency {
        margin-top: 25px;
    }


}

@media (max-width: 425px) {

    #investor-thumb-wrp .single-thumb .thumb-img img {
        max-width: 395px;
        max-height: 255px;
    }

    #cxi-resources:after {
        display: none;
    }
    .contact-us-topic {
    background: #ffffff;
    }

    #social-cta .share-circle {
        width: 40px;
        height: 40px;
    }

    #social-cta .share-circle .fab {
        font-size: 10pt;
    }

        #topNav-mobile .dropdown-menu.dropdown-menu-right.show {
        position: absolute;
        right: -100% !important;
        left: auto !important;
        top: 66% !important;
        width: 490px !important;
    }

    .corporations-foreign-draft-issuance #fdi-corps-top .img-fluid {
        max-width: 50%;
    }

}

@media (max-width:414px){
    #topNav-mobile .dropdown-menu.dropdown-menu-right.show {
        width: 398px !important;
    }
}
@media (max-width: 375px) {

    #investor-thumb-wrp .single-thumb .thumb-img img {
        max-width: 345px;
        max-height: 255px;
    }

    #homepage-banner-mobile .persona-blocks .top {
        padding-top: 320px;
    }
    #cxi-resources-2 .single-resource-content-dtl .global-link ul li,
    #cxi-resources .resource-content-dtl .global-link ul li {
        margin-right: 13px;
    }
    #cxi-resources .cxi-resource-content .resource-content-tab span, #cxi-resources-2 .resource-content-tab span {
        margin-right: -10px;
        font-size: 14px;
    }
    #topNav-mobile .dropdown-menu.dropdown-menu-right.show {
        right: -2%;
        left: auto !important;
        width: 358px !important;
    }
    nav#mainNav .dropdown-menu {
        top: 6%;
        padding-top: 10px !important;
    }
    #topNav-mobile .dropdown-menu.dropdown-menu-right.show a.dropdown-item {
        font-size: 12px;
    }
    #topNav-mobile a.nav-link {
        font-size: 10px;
        color: #ffffff !important;
    }
    #topNav-mobile a.nav-link img.nav-link-icon {
        width: 20px;
    }
    #topNav-mobile .dropdown-menu.dropdown-menu-right.show {
        right: -15% !important;
        left: unset !important;
    }
    #finincial-callender .choose-callender .select-cat label, #finincial-callender .choose-callender .select-year label {
        position: absolute;
        top: -38px;
        left: 45px;
    }
    .social-media {
        text-align: center;
        margin-top: 20px;
    }
    .carousel-control-wrap {
        top: 32px !important;
        right: 50% !important;
        transform: translateX(-50%);
    }
    .carousel-control-wrap .carousel-control-prev span img,
    .carousel-control-wrap .carousel-control-next span img {
        width: 30px !important;
    }
    .carousel-control-wrap .carousel-control-prev {
        left: -46px !important;
    }
    .browse-region-wrapper::before {
        left: -58%;
    }
    .browse-region-wrapper::after {
        right: -43%;
    }
    nav#breadcrumb {
        position: relative;
        top: 70px;
        margin-bottom: 35px;
    }
    .berkley-mechanics-wrapper .foreign-currency {
        margin-top: 25px;
    }


}

@media (max-width: 320px) {

    #investor-thumb-wrp .single-thumb .thumb-img img {
        max-width: 290px;
        max-height: 255px;
    }

    #homepage-banner-mobile .persona-blocks .top {
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 95%, 50% 100%, 0 95%);
        clip-path: polygon(0% 0%, 100% 0, 100% 95%, 50% 100%, 0 95%);
        padding-top: 320px;
    }
    #topNav-mobile .dropdown-menu.dropdown-menu-right.show {
        right: -70% !important;
    }
    #finincial-callender .choose-callender .select-cat label, #finincial-callender .choose-callender .select-year label {
        position: absolute;
        top: -38px;
        left: 45px;
    }

    nav#mainNav a.no-icon {
        font-size: 10px;
        padding-bottom: 0;
    }

}


.css3-animated-example h3{
    position: relative;
}
.css3-animated-example h3 a span i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.css3-animated-example h3.open .plus {
    display: none !important;
}
.css3-animated-example h3.open .minus {
    display: block !important;
    color: #003767 !important;
}
.css3-animated-example h3.close .plus {
    display: block !important;
}
.css3-animated-example h3.close .minus {
    display: none !important;
}
a.submit-wrapper {
    background-color: #FAA519;
    color: #ffffff;
    padding: 9px 10px;
    border-radius: 0px;
    display: inline-block;
    width: auto;
    position: relative;
    font-size: 16px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
@media screen and (max-width:1279px) and (min-Width:1024px){
    a.submit-wrapper {
        padding: 9px 10px;
    }
}

@media screen and (max-width:767px){
    a.submit-wrapper {
        padding: 9px 18px;
        font-size: 12px;
        margin-bottom: 25px;
        margin-top: 25px;
    }
    #compliance-registration.about-currency:before{
        display: none;
    }
    nav#breadcrumb{
        z-index: 999999;
    }
    .right-col.blog-content {
        margin-top: 55px;
    }
}
@media screen and (max-width:767px) and (min-width:568px){
    .shapBG h1 {
        transform: skew(0deg) !important;
        padding-top: 13% !important;
    }
    .shapBG {
        transform: unset !important;
        width: 100% !important;
        left: 0;
    }
    .shapBG p{
        transform: unset !important;
        padding-left: 0 !important;
    }
}
span.set-correct-align {
    height: 125px;
    display: block;
}


/*---- Start wwt css ----*/

@media screen and (max-width:1279px) and (min-width:1025px){
  #InternationalPayments .whiteSection2 {
      flex-direction: column;
      min-height: 500px;
  }
  img.yellow-checkmark{
      width: 30px !important;
  }
}
@media screen and (max-width:1024px) and (min-width:768px) {
    #investor-thumb-wrp .single-thumb .thumb-img img {
        width: 100%;
        max-width: 100%;
        object-fit: cover;
    }
    .region .branch-location {
        height: auto;
    }
    img.yellow-checkmark {
        width: 30px !important;
    }
    li.side-menu-item a {
        font-size: 8pt !important;
    }
    li.side-menu-item .material-icons {
        font-size: 20px;
    }
}

@media screen and (max-width:991px) and (min-width:768px){
    nav#mainNav .dropdown-menu{
        top: 0;
    }
    nav#mainNav #about-has-child-desktop {
        margin-top: 0 !important;
    }
    nav#mainNav .dropdown-menu{
        top: 0;
    }
    nav#mainNav #about-has-child-desktop {
        margin-top: 0 !important;
        min-height: auto !important;
        padding-top: 0 !important;
        border: 0 !important;
    }
    nav#mainNav .mega-menu-1 a#dropdown1-1 {
        padding: 5px;
    }
    nav#mainNav .dropdown-menu a.dropdown-item {
        padding: 05px 3px 05px 3px !important;
        font-size: 12px;
    }
}
@media screen and (max-width:767px){
    #investor-thumb-wrp .single-thumb .thumb-img img {
        max-width: 100%;
        width: 100% !important;
    }
    #InternationalPayments .whiteSection2 {
      min-height: auto;
      padding-bottom: 35px;
  }
  .home nav#mainNav .dropdown-menu {
        width: 100%;
        min-height: 100px;
    }
    .home nav#mainNav .dropdown-menu a.dropdown-item {
        font-size: 12px;
        padding: 15px 3px 05px 3px;
    }
    span.set-correct-align {
        height: auto;
    }
    .home nav#mainNav .dropdown-menu {
        left: 0px;
    }
    nav#mainNav ul.dropdown-menu.sub-menu.show,
    nav#mainNav ul.dropdown-menu.sub-menu-2.show,
    nav#mainNav ul.dropdown-menu.sub-menu-3.show,
    nav#mainNav ul.dropdown-menu.sub-menu-4.show,
    nav#mainNav ul.dropdown-menu.sub-menu-5.show,
    nav#mainNav ul.dropdown-menu.sub-menu-6.show {
        width: 100%;
    }
    #topNav-mobile .dropdown-menu.dropdown-menu-right.show {
        right: -15% !important;
        left: unset !important;
    }
    nav#mainNav .dropdown-menu{
        top: 0;
    }
    nav#mainNav #about-has-child-desktop {
        margin-top: 0 !important;
        min-height: auto !important;
        padding-top: 0 !important;
        border: 0 !important;
    }
    nav#mainNav .mega-menu-1 a#dropdown1-1 {
        padding: 0px;
        font-size: 11px !important;
    }
    nav#mainNav .dropdown-menu a.dropdown-item {
        padding: 05px 3px 05px 3px !important;
        font-size: 12px;
    }
    nav#mainNav ul.dropdown-menu.sub-menu.show {
        top: -100% !important;
    }
    nav#mainNav ul.dropdown-menu.sub-menu-2.show {
        top: -121% !important;
        margin: 0 !important;
    }
    nav#mainNav ul.dropdown-menu.sub-menu-3.show {
        top: -221% !important;
        margin: 0 !important;
    }
    nav#mainNav ul.dropdown-menu.sub-menu-4.show {
        top: -317% !important;
        margin: 0 !important;
    }
    nav#mainNav ul.dropdown-menu.sub-menu-5.show {
        top: -420% !important;
        margin: 0 !important;
    }
    nav#mainNav ul.dropdown-menu.sub-menu-6.show {
        top: -525% !important;
        margin: 0 !important;
    }
    .home nav#mainNav .dropdown-menu{
        border: 0 !important;
    }
}
#investor-thumb-wrp .single-thumb .thumb-overlay {
    min-height: 85px;
}
#investor-thumb-wrp .single-thumb .thumb-overlay h4 {
    font-size: 18px;
}
.branch .ceifx_breadcrumb{
    position: relative;
    margin-top: 70px;
    width: 100%;
}
#InternationalPayments .whiteSection2 {
    flex-direction: column;
}
#InternationalPayments .whiteSection2 div:nth-child(2) {
    padding-top: 35px;
}
#InternationalPayments .whiteSection2 div:nth-child(2) h5.blueText {
    display: block;
    min-height: 60px;
}
#InternationalPayments .whiteSection2 div:nth-child(3) {
    padding-top: 20px;
}

div.btn-show-more {
    text-align: center;
    width: 100%;
}
body.home a.navbar-brand img {
    height: 60px;
}

/*---- End wwt css ----*/

.order-button,
.news-pages .blog-content .blog-body .order-button:hover {
    color: #ffffff !important;
}

.branch-types {
    color: #faa519;
    margin: 20px 5px;
    font-size: 18px;
    width: 100%;
    text-align: center;
}
@media screen and (min-width:768px) {
    .branch-types span {
        display: inline-block;
    }
}
/* footer logo and sign up form custom style start */
.newsletter-form {
    padding-left: 0;
    padding-right: 0;
}
@media screen and (min-width:991px) {
    #mainNav a.navbar-brand img {
        height: 55px;
    }

    .newsletter-form {
        padding-left: 0;
    }
}

@media screen and (min-width:991px) {
    .footer a.navbar-brand img {
        height: 55px;
        width: 270px;
    }
}

@media screen and (min-width:1200px) {
    .footer a.navbar-brand img {
        height: 55px;
        width: 340px;
    }
}

@media screen and (min-width:1024px) {
    .newsletter-form {
        padding-left: 15px;
    }
}

@media screen and (min-width:1440px) {
    body.home a.navbar-brand img {
        height: 60px;
        width: auto;
    }
}

@media screen and (max-width:992px) and (min-width:991px){
    .newsletter-form {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .logo-footer {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
/* footer logo and sign up form custom style end */
@media screen and (max-width:768px) {
    .branch-types{
        text-align: left;
        padding-left: 50px;
        white-space: nowrap;
    }
    .branch-types span {
        display: block;
    }
}
@media screen and (max-width:450px) {
    .branch-types {
        padding-left: 0px;
    }
}

.branch-types input {
    margin: 15px;
}