@charset "UTF-8";
/* --------------------------------------------------------------------------------
	Styles: home.scss
----------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
	Mixins: mixins.scss
----------------------------------------------------------------------------------- */
@media only screen and (max-width: 575px) {
  .hide-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .hide-xl {
    display: none !important;
  }
}
/*
@mixin transition($x){
  -webkit-transition: $x;
  -moz-transition: $x;
  -ms-transition: $x;
  -o-transition: $x;
  transition: $x;
}
*/
/* --------------------------------------------------------------------------------
	Animations: animations.scss
----------------------------------------------------------------------------------- */
/* transitions */
/*\ transitions */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes wobbleIn {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.wobbleIn {
  animation: wobbleIn 1000ms linear both;
}
@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-name: rubberBand;
}
@keyframes rotateGlobeThing {
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation: fadeInUp 1s ease-out 50ms 1 forwards;
}
.fadeInUp:nth-of-type(1) {
  animation-delay: 50ms;
}
.fadeInUp:nth-of-type(2) {
  animation-delay: 100ms;
}
.fadeInUp:nth-of-type(3) {
  animation-delay: 150ms;
}
.fadeInUp:nth-of-type(4) {
  animation-delay: 200ms;
}
.fadeInUp:nth-of-type(5) {
  animation-delay: 250ms;
}
@keyframes cloudFloat {
  0% {
    transform: translateX(0) translateZ(0);
  }
  100% {
    transform: translateX(53%) translateZ(0);
  }
}
.cloudFloat {
  animation: cloudFloat 5s linear infinite alternate;
}
@keyframes cloudFloatReverse {
  0% {
    transform: translateX(0) translateZ(0);
  }
  100% {
    transform: translateX(-53%) translateZ(0);
  }
}
@keyframes panelFourClouds {
  0% {
    background-position: 0 -4px;
  }
  100% {
    background-position: -100% -4px;
  }
}
@keyframes freddyflying {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(5px);
  }
  40% {
    transform: translateY(-1px);
  }
  60% {
    transform: translateY(-5px);
  }
  80% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes freddyFlyingSprite {
  0% {
    background-position: 0px;
  }
  11% {
    background-position: -310px;
  }
  22% {
    background-position: -620px;
  }
  33% {
    background-position: -930px;
  }
  44% {
    background-position: -1240px;
  }
  55% {
    background-position: -1550px;
  }
  66% {
    background-position: -1860px;
  }
  77% {
    background-position: -2170px;
  }
  88% {
    background-position: -2480px;
  }
  99% {
    background-position: -3096px;
  }
  100% {
    background-position: 0px;
  }
}
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
}
@keyframes pulseABit {
  0%, 100%, 20%, 40%, 60%, 80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.15, 1.15, 1.15);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pulseABit {
  animation-name: pulseABit;
  animation-duration: 1.1s;
  animation-fill-mode: forwards;
}

.animateThis {
  opacity: 0;
}
.animateThis:nth-of-type(1) {
  animation-delay: 300ms;
}
.animateThis:nth-of-type(2) {
  animation-delay: 350ms;
}
.animateThis:nth-of-type(3) {
  animation-delay: 500ms;
}
.animateThis:nth-of-type(4) {
  animation-delay: 650ms;
}
.animateThis:nth-of-type(5) {
  animation-delay: 800ms;
}

.no-cssanimations .animateThis,
.no-cssanimations .bounceIn,
.no-cssanimations .pulseABit,
.no-cssanimations .cloudFloat,
.no-cssanimations .fadeInUp {
  opacity: 1 !important;
  transform: none !important;
}
@keyframes up-and-down-and-up-and-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes swinging {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(8deg);
  }
  10% {
    transform: rotate(-7deg);
  }
  15% {
    transform: rotate(6deg);
  }
  20% {
    transform: rotate(-5deg);
  }
  25% {
    transform: rotate(4deg);
  }
  30% {
    transform: rotate(-3deg);
  }
  35% {
    transform: rotate(2deg);
  }
  40% {
    transform: rotate(-1deg);
  }
  45% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes fadeToYellow {
  0% {
    background: #ededed;
  }
  100% {
    background: rgb(224.25, 224.25, 224.25);
  }
}
html.defaultHtml, body.defaultBody {
  background-color: transparent;
}

.additional_section.additionalSection, .news {
  background-color: #ededed;
}

#staffSection {
  padding-top: 50px;
  padding-bottom: 25px;
  margin-top: unset;
  margin-bottom: unset;
  background-color: #ededed;
}

.main_content .mainContent {
  background-color: #ededed;
}

.home_delivery {
  font-family: Montserrat, sans-serif !important;
}

button {
  font-family: Montserrat, sans-serif !important;
}

.main-footer {
  font-family: Montserrat, sans-serif !important;
}

.news, .money_transfer_section, .feedback_module, .additional_section {
  font-family: Montserrat, sans-serif !important;
}
.news a, .news span, .money_transfer_section a, .money_transfer_section span, .feedback_module a, .feedback_module span, .additional_section a, .additional_section span {
  font-family: Montserrat, sans-serif !important;
}

.custom_tab_header, .buy-back-tab-content, .bb_cal_section, .personal_details_section, .confirmation_preview, .main_content {
  font-family: Montserrat, sans-serif !important;
}

.tabs_container.header_tabs, .tabs_container_right, .logo _section, .mt-40, .delivery_tabs_content {
  font-family: Montserrat, sans-serif !important;
}

.tabs_container .tabs_content {
  font-family: Montserrat, sans-serif !important;
}
.tabs_container .tabs_content .tabs_content_section .delivery_form .currency_calculator_form .fields .fields_container label {
  font-family: Montserrat, sans-serif !important;
}
.tabs_container .tabs_content .tabs_content_section .delivery_form .currency_calculator_form .fields .fields_container span {
  font-family: Montserrat, sans-serif !important;
}
.tabs_container .tabs_content .tabs_content_section .delivery_form .currency_calculator_form .fields .fields_container_rate label {
  font-family: Montserrat, sans-serif !important;
}
.tabs_container .tabs_content .tabs_content_section .delivery_form .currency_calculator_form .fields .fields_container_rate label span {
  font-family: Montserrat, sans-serif !important;
}
.tabs_container .tabs_content .tabs_content_section .delivery_form .currency_calculator_form .fields .fields_container_rate label span {
  font-family: Montserrat, sans-serif !important;
}
.tabs_container .tabs_content .tabs_content_section .delivery_form .currency_calculator_form button {
  font-family: Montserrat, sans-serif !important;
}
.tabs_container .tabs_content .tabs_content_section .delivery_form .currency_calculator_form span {
  font-family: Montserrat, sans-serif !important;
}
.tabs_container .tabs_content .tabs_content_section a {
  font-family: Montserrat, sans-serif !important;
}
.tabs_container .tabs_content .tabs_content_section form {
  font-family: Montserrat, sans-serif !important;
}
.tabs_container .tabs_content .tabs_content_section form button {
  font-family: Montserrat, sans-serif !important;
}
.tabs_container .tabs_content .tabs_content_section form .fields_container .fields .field-title {
  font-family: Montserrat, sans-serif !important;
}
.tabs_container .tabs_content .tabs_content_section form .fields_container label {
  font-family: Montserrat, sans-serif !important;
}

button {
  font-family: Montserrat, sans-serif !important;
}

.exchange_rates_buttons {
  font-family: Montserrat, sans-serif !important;
}
.exchange_rates_buttons a {
  font-family: Montserrat, sans-serif !important;
}

.currency_exchange_container, .employee_section {
  font-family: Montserrat, sans-serif !important;
}
.currency_exchange_container a, .employee_section a {
  font-family: Montserrat, sans-serif !important;
}

.shadow_none {
  box-shadow: none !important;
}

#collectionBox {
  font-family: Montserrat, sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
  background-color: transparent;
}
#collectionBox .branch_section {
  padding: 15px 25px 15px 15px;
  border-radius: 0;
}
#collectionBox .branch_section .branchImages {
  position: relative;
}
#collectionBox .branch_section .branchImages .branchImageFlag {
  position: absolute;
  display: block;
  top: -23px;
  left: -55px;
  height: 0;
  width: 151px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 45px;
  transform: rotate(135deg);
  box-shadow: none;
}
#collectionBox .branch_section .branchImages .branchImageFlag > p {
  transform: rotate(180deg);
  position: absolute;
  top: -40px;
  left: 0;
  font-family: SegoeUI, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.32;
  text-align: left;
  color: #000000;
}
#collectionBox .branch_section .branchImages .branchImageFlag.branchImageSouthendFlag {
  border-color: #000 transparent transparent transparent;
}
#collectionBox .branch_section .branchImages .branchImageFlag.branchImageSouthendFlag > p {
  font-family: SegoeUI, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.36;
  text-align: center;
  color: #ffffff;
  top: -44px;
}
#collectionBox .branch_section .branchSectionHead {
  padding-left: 25px;
}
#collectionBox .branch_section .branchSectionHead .branchSectionContent {
  margin-bottom: 20px;
}
#collectionBox .branch_section .branchSectionHead .branchSectionContent h3 {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.19;
  margin: 0;
}
#collectionBox .branch_section .branchSectionHead .branchSectionContent span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.19;
}
#collectionBox .branch_section .branchSectionHead .collectionAddress {
  max-width: 220px;
  line-height: 1.56;
  font-size: 18px;
  font-weight: bold;
}
#collectionBox .branch_section .branchSectionHead .branchSectionOptions {
  max-width: 100%;
  margin-left: auto;
  padding-left: 28px;
  border-left: 1px solid #ffffff;
  font-size: 18px;
  line-height: 1.22;
  min-height: 90px;
  max-height: 90px;
}
#collectionBox .branch_section .branchSectionHead .branchSectionOptions h4 {
  font-weight: 500;
  margin-bottom: 15px;
}
#collectionBox .branch_section .branchSectionHead .branchSectionOptions span {
  font-weight: 400;
}
#collectionBox .branch_section .branchSectionHead .branchSectionOptions.branchSectionOptionsWhite {
  border-left: 1px solid #4a4877;
}
#collectionBox .branch_section .branchSectionHead .branchSectionOpeningHours {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.56;
  font-weight: 400;
}
#collectionBox .branch_section .branchSectionHead .branchSectionOpeningHours span {
  display: inline-block;
}
#collectionBox .branch_section .branchSectionHead .branchSectionOpeningHours span.branchSectionBold {
  font-weight: 500;
}
#collectionBox .branch_section .branchSectionHead .branchSectionEurUsdFlag {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
  color: #ffffff;
}
#collectionBox .branch_section .branchSectionHead .branchSectionEurUsdFlag span {
  display: inline-block;
}
#collectionBox .branch_section .branchSectionHead .branchSectionEurUsdFlag span.branchSectionBold {
  font-weight: 500;
}
#collectionBox .branch_section .branchSectionHead .branch_section_actions {
  display: block;
  text-align: right;
}
#collectionBox .branch_section .branchSectionHead .branch_section_actions .order-btn {
  border-radius: 69px;
  background-color: #518cb7;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  padding: 10px;
  width: 186px;
  max-width: 100%;
}
#collectionBox .branch_section .branchSectionHead .branch_section_actions .order-btn.southedSelectBtn {
  background-color: #dfdfdf;
  border-color: transparent;
}
#collectionBox .branchInfoContent {
  color: #000 !important;
}

.tabsContainerRight .multiCard {
  padding-left: 34px;
  padding-right: 34px;
  padding-bottom: 20px !important;
  padding-top: 0 !important;
}
.tabsContainerRight .multiCard .multiCardTitle {
  font-family: OpenSans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 3;
  letter-spacing: -0.5px;
  text-align: left;
  color: #2d3142;
}
.tabsContainerRight .multiCard .multiCardImage {
  margin-bottom: -40px;
  margin-top: -31px;
}
.tabsContainerRight .multiCard .multiCardBottomText {
  font-family: OpenSans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: -0.6px;
  text-align: center;
  color: #2d3142;
}
.tabsContainerRight .multiCard .prepaidCardButton button {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  width: 100%;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.37);
  background-image: linear-gradient(72deg, #3e3b89 60%, #813687);
  padding: 7px 60px;
}

.branchOrderForm .personal_details_wrapper .columns_3 .form-control, .branchOrderForm .personal_details_wrapper .columns_3 input, .branchOrderForm .personal_details_wrapper .columns_3 .selectBox {
  border-color: #c9c9c9 !important;
}
.branchOrderForm .personal_details_wrapper .columns_3 label:before {
  border: 1px solid #c9c9c9 !important;
}

.place_order_wrapper label:before {
  border: 1px solid #c9c9c9 !important;
}

.thirdColumnsImt {
  border: 1px solid #c9c9c9 !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.warning_iconed {
  display: block;
  position: relative;
  padding-left: 45px;
}
.warning_iconed p {
  margin-bottom: 5px;
}

.personal_details_wrapper .bay_back_section_wrapper .warning_iconed {
  padding-left: 40px;
}
.personal_details_wrapper .bay_back_section_wrapper .right-side input, .personal_details_wrapper .bay_back_section_wrapper .right-side textarea {
  padding-right: 10px;
  padding-left: 10px;
}
.personal_details_wrapper .bay_back_section_wrapper .right-side .fileUpload .browse {
  height: 45px;
}
.personal_details_wrapper .bay_back_section_wrapper .right-side .error, .personal_details_wrapper .bay_back_section_wrapper .right-side .error small {
  font-size: 14px;
}

.greyBg {
  background-color: #ededed;
}

.new_homepage_header {
  background: url("../images/header_bg_img_white_world_map.png") no-repeat center center;
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}
.new_homepage_header h3.text-welcome {
  font-size: 30.9px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: -1.79px;
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
  padding-left: 50px;
}
.new_homepage_header h1.title {
  font-size: 64px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.67;
  letter-spacing: -2.24px;
  text-align: center;
  color: #000000;
  margin: 0;
}
.new_homepage_header .select-service-tooltip {
  max-width: 312px;
  min-height: 65px;
  padding: 16px 38px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 5px #131313;
  background-color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: -0.6px;
  text-align: center;
  color: #000000;
  margin: 100px auto;
  position: relative;
}
.new_homepage_header .select-service-tooltip:before, .new_homepage_header .select-service-tooltip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.new_homepage_header .select-service-tooltip:before {
  border-width: 14px 16px 0 16px;
  border-color: #000000 transparent transparent transparent;
  bottom: -17px;
}
.new_homepage_header .select-service-tooltip:after {
  border-width: 16px 16px 0 16px;
  border-color: #ffffff transparent transparent transparent;
  bottom: -11px;
}
.new_homepage_header .select-service {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: -2.2px;
  text-align: left;
  color: #000000;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.new_homepage_header .select-service span {
  position: relative;
}
.new_homepage_header .select-service:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  position: absolute;
}
.new_homepage_header .select-service:hover {
  text-decoration: none;
}
.new_homepage_header .select-service:hover, .new_homepage_header .select-service:active, .new_homepage_header .select-service.active {
  transform: scale(1.2);
}
.new_homepage_header .select-service.service-accent-1:before {
  background-color: #f87f4a;
  color: #f87f4a;
}
.new_homepage_header .select-service.service-accent-2:before {
  background-color: #ef476f;
  color: #ef476f;
}
.new_homepage_header .select-service.service-accent-3:before {
  background-color: #d148ca;
  color: #d148ca;
}
.new_homepage_header .select-service.service-accent-4:before {
  background-color: #6790fa;
  color: #6790fa;
}

.new_homepage_container {
  max-width: 1130px;
  font-family: Montserrat, sans-serif;
}

.new_homepage_cog_container .review_section .custom-navigation a {
  background: #fff !important;
  padding-top: 4px;
  padding-right: 2px;
}

.new_main_content .latest_articles_section,
.new_main_content .team_section {
  padding-top: 30px;
  padding-bottom: 60px;
}
.new_main_content .latest_articles_section .latest_articles_caption,
.new_main_content .latest_articles_section .team_caption,
.new_main_content .latest_articles_section .caption,
.new_main_content .team_section .latest_articles_caption,
.new_main_content .team_section .team_caption,
.new_main_content .team_section .caption {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: -1.4px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}
.new_main_content .latest_articles_section .latest_articles_caption,
.new_main_content .team_section .latest_articles_caption {
  margin-bottom: 70px;
}
.new_main_content .latest_articles_section .main_news .main_news_caption,
.new_main_content .team_section .main_news .main_news_caption {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.47;
  letter-spacing: -1.58px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}
.new_main_content .latest_articles_section .main_news .main_news_text,
.new_main_content .team_section .main_news .main_news_text {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.new_main_content .latest_articles_section .main_news .main_news_text:first-letter,
.new_main_content .team_section .main_news .main_news_text:first-letter {
  font-size: 40px;
}
.new_main_content .latest_articles_section .main_news .main_news_img,
.new_main_content .team_section .main_news .main_news_img {
  height: 270px;
  border: solid 1px #707070;
}
.new_main_content .latest_articles_section .story_link,
.new_main_content .team_section .story_link {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #e00000;
  position: relative;
}
.new_main_content .latest_articles_section .story_link:after,
.new_main_content .team_section .story_link:after {
  content: "›";
  font-size: 36px;
  margin-left: 15px;
  position: absolute;
  top: -14px;
  transition: all 0.3s ease 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.new_main_content .latest_articles_section .story_link:hover:after,
.new_main_content .team_section .story_link:hover:after {
  margin-left: 30px;
}
.new_main_content .latest_articles_section .story_link.all_link,
.new_main_content .team_section .story_link.all_link {
  color: black;
  display: none;
}
.new_main_content .latest_articles_section .news_list .news_text,
.new_main_content .team_section .news_list .news_text {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 30px;
  min-height: 110px;
}
.new_main_content .latest_articles_section .news_list .news_img,
.new_main_content .team_section .news_list .news_img {
  height: 188px;
}
.new_main_content .team_section .team_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.new_main_content .team_section .team_text {
  font-size: 20px;
  line-height: 1.95;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 60px;
}

@media screen and (min-width: 1200px) {
  .new_homepage_container {
    max-width: 1130px;
  }
}
@media screen and (max-width: 767px) {
  .new_homepage_header h1.title {
    font-size: 54px;
    line-height: 1;
  }
  .new_main_content .latest_articles_section .main_news .main_news_caption {
    font-size: 40px;
    line-height: 1;
  }
}
@media screen and (max-width: 575px) {
  .new_homepage_header {
    padding-bottom: 60px;
  }
  .new_homepage_header .select-service-tooltip {
    margin: 60px auto;
  }
  .new_homepage_header .select-service {
    font-size: 23px;
  }
  .new_main_content .latest_articles_section .main_news .main_news_text {
    font-size: 16px;
  }
  .new_main_content .latest_articles_section .main_news .main_news_img {
    height: auto;
  }
  .new_main_content .latest_articles_section .news_list .news_text {
    font-size: 16px;
  }
  .new_main_content .latest_articles_section .news_list .news_img {
    height: 154px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 430px) {
  .new_homepage_header h3.text-welcome {
    padding-left: 0;
    text-align: center;
    display: none;
  }
  .new_homepage_header h1.title {
    font-size: 42px;
    display: none;
  }
  .new_homepage_header .col-service {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0 !important;
  }
  .new_homepage_header .select-service-tooltip {
    padding: 10px;
    margin-top: 0 !important;
    font-size: 16px;
    line-height: 1.5;
    min-height: 45px;
    border: solid 2px #131313;
    margin-bottom: 46px;
    max-width: 100%;
  }
  .new_homepage_header .select-service-tooltip:after {
    border-width: 9px 17px 0 17px;
    border-color: #ffffff transparent transparent transparent;
    bottom: -9px;
  }
  .new_homepage_header .select-service-tooltip:before {
    border-width: 10px 18px 0 18px;
    border-color: #000000 transparent transparent transparent;
    bottom: -12px;
  }
  .new_homepage_header .select-service {
    font-size: 16px;
    line-height: 1.19;
    letter-spacing: -0.93px;
    text-align: left;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 2px #000000;
    background-color: #ffffff;
    display: block;
    padding: 20px;
    margin-bottom: 20px;
  }
  .new_homepage_header .select-service:active, .new_homepage_header .select-service.active, .new_homepage_header .select-service:hover {
    transform: scale(0.9);
  }
  .new_homepage_header .select-service:before {
    content: "";
    display: block;
    right: 20px;
    left: auto;
    top: 20px;
    width: 16px;
    height: 16px;
    position: absolute;
    border-width: 4px 4px 0 0;
    border-style: solid;
    transform: rotate(45deg);
    background-color: transparent !important;
  }
  .new_homepage_header .select-service.inter-service:before {
    border-color: #f87f4a;
  }
  .new_homepage_header .select-service.card-service:before {
    border-color: #ef476f;
  }
  .new_homepage_header .select-service.travel-service:before {
    border-color: #d148ca;
  }
  .new_homepage_header .select-service.buyback-service:before {
    border-color: #6790fa;
  }
  .new_homepage_header .select-service span br {
    display: none;
  }
  .new_main_content .latest_articles_section .latest_articles_caption,
  .new_main_content .team_section .team_caption {
    font-size: 20px;
  }
  .new_main_content .latest_articles_section .latest_articles_caption {
    margin-bottom: 50px;
  }
  .new_main_content .latest_articles_section .main_news .main_news_text,
  .new_main_content .latest_articles_section .news_list .news_text {
    font-size: 14px;
    line-height: 1.29;
    margin-bottom: 20px;
    min-height: auto;
  }
  .new_main_content .latest_articles_section .story_link {
    display: block !important;
    font-size: 13px;
  }
  .new_main_content .latest_articles_section .story_link:after {
    top: -18px;
    right: 0;
  }
  .new_main_content .team_section .team_caption {
    margin-bottom: 20px;
  }
  .new_main_content .team_section .team_title {
    font-size: 14px;
    font-weight: normal;
    line-height: 0.64;
    margin-bottom: 40px;
  }
  .new_main_content .team_section .team_text {
    display: none;
  }
}
@media only screen and (min-width: 1180px) {
  .bayBackContent hr {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 960px) {
  .personal_details_wrapper .columns_1, .bank_info_section .columns_1 {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 991px) {
  #collectionBox .branch_section {
    padding: 15px 15px 15px 15px;
  }
  #collectionBox .branch_section .branchSectionHead {
    padding-left: 0;
  }
  #collectionBox .branch_section .branchSectionHead .collectionAddress {
    max-width: unset;
  }
  #collectionBox .branch_section .branchSectionHead .branchSectionOptions {
    width: unset;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 420px) {
  #collectionBox .branch_section .branchSectionHead .collectionAddress {
    font-size: 16px;
  }
  #collectionBox .branch_section .branchSectionHead .branchSectionOptions {
    font-size: 16px;
  }
  #collectionBox .branch_section .branchSectionHead .branchSectionOpeningHours {
    font-size: 16px;
  }
  #collectionBox .branch_section .branchSectionHead .branchSectionEurUsdFlag {
    font-size: 16px;
  }
}
.waringIconed {
  position: relative;
  padding-left: 40px;
}

.bayBackContent {
  max-width: 1230px;
}

.home_delivery.branch_collection.branchCollection {
  background-color: transparent;
}

.main_content {
  background-color: #fff;
}
.main_content .home_delivery.branch_collection {
  background-color: transparent;
}
.main_content .home_delivery .tabs_wrapper.cog_main {
  background-color: #ffffff;
}
.main_content:before {
  display: none;
}

.currencyMainTitle {
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.21;
  color: #000000;
}

.currencyMainContent {
  background-color: transparent;
}
.currencyMainContent .buy_back_form .bay_back_section_wrapper .warning_iconed {
  padding-left: 45px;
}
.currencyMainContent .buy_back_form .bay_back_section_wrapper .right-side .form {
  height: auto;
}
.currencyMainContent .buy_back_form .bay_back_section_wrapper .right-side #uploadFile.upload-file {
  height: 42px;
  border: 1px solid #c9c9c9;
  padding: 10px;
}
.currencyMainContent .buy_back_form .bay_back_section_wrapper .right-side #id_number, .currencyMainContent .buy_back_form .bay_back_section_wrapper .right-side #expiry_date_ {
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  padding: 10px;
}
.currencyMainContent .buy_back_form .bay_back_section_wrapper .right-side .error {
  margin-top: 5px;
}
.currencyMainContent .buy_back_form .bay_back_section_wrapper .right-side .error small {
  font-size: 14px;
}
.currencyMainContent .buy_back_form .bay_back_section_wrapper .right-side #source_of_funds, .currencyMainContent .buy_back_form .bay_back_section_wrapper .right-side #cash_will_be_used {
  margin-bottom: 5px;
}
.currencyMainContent .customTabHeaderTopTitle {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.22;
  letter-spacing: 0.9px;
  text-align: center;
  color: #000000;
  margin-top: 35px;
  margin-bottom: 85px;
  text-transform: uppercase;
}
.currencyMainContent .customTabHeaderBtnBox {
  text-align: center;
}
.currencyMainContent .customTabHeaderBtnBox .customTabHeaderBtn {
  display: inline-block;
}
.currencyMainContent .customTabHeaderBtnBox .customTabHeaderBtn a.custom_tab_header_btn {
  display: inline-block;
  border-radius: 5px;
  border: solid 2px #c1c1c1;
  background-color: #ffffff;
  width: 265px;
  max-width: 100%;
  padding: 23px;
}
.currencyMainContent .customTabHeaderBtnBox .customTabHeaderBtn a.custom_tab_header_btn.active {
  background-color: transparent;
  border: 2px solid #3e3b89;
  box-shadow: 0px 0px 10px #e0c6e2;
}
.currencyMainContent .customTabHeaderBtnBox .customTabHeaderBtn a.custom_tab_header_btn.active .customTabHeaderCheckBtn {
  opacity: 1;
  display: inline-block !important;
}
.currencyMainContent .customTabHeaderBtnBox .customTabHeaderBtn a.custom_tab_header_btn.active .customTabHeaderCheckBtn i {
  font-size: 66px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.29;
  text-align: center;
  color: #000000;
}
.currencyMainContent .customTabHeaderBtnBox .customTabHeaderBtn a.custom_tab_header_btn .customTabHeaderTitle {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
  line-height: 1.23;
  text-align: center;
  color: #000000;
}
.currencyMainContent .customTabHeaderBtnBox .customTabHeaderBtn a.custom_tab_header_btn .customTabHeaderDesc {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.21;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #000000;
}
.currencyMainContent .customTabHeaderBtnBox .customTabHeaderBtn a.custom_tab_header_btn .customTabHeaderCheckBtn {
  opacity: 0;
  display: unset !important;
}
.currencyMainContent .customTabHeaderBtnBox .customTabHeaderBtn a.custom_tab_header_btn .customTabHeaderCheckBtn i {
  font-size: 66px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.29;
  text-align: center;
  color: #000000;
}
.currencyMainContent .customTabHeaderBtnBox .customTabHeaderBtn:first-child {
  margin-right: 35px;
}
.currencyMainContent .customTabHeaderBtnBox .customTabHeaderBtn:last-child {
  margin-left: 35px;
}
.currencyMainContent .branchCollectionTitle {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.22;
  letter-spacing: 0.9px;
  text-align: center;
  color: #000000;
  margin: 70px 0;
  text-transform: uppercase;
}
.currencyMainContent #currencyCollectionBox .branchSectionHead {
  padding-left: 10px;
}
.currencyMainContent #currencyCollectionBox .branchSectionHead .branchSectionContent {
  font-family: Montserrat, sans-serif;
  line-height: 1.19;
  text-align: left;
  color: #333333;
  margin-bottom: 10px;
}
.currencyMainContent #currencyCollectionBox .branchSectionHead .branchSectionContent h3 {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.currencyMainContent #currencyCollectionBox .branchSectionHead .branchSectionContent span {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
}
.currencyMainContent #currencyCollectionBox .branchSectionHead .collectionAddress {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  text-align: left;
  color: #293e9b;
  max-width: 220px;
  cursor: pointer;
}
.currencyMainContent #currencyCollectionBox .branchSectionHead .branchSectionOpeningHours {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  text-align: left;
  color: #333333;
  margin: 15px 0;
}
.currencyMainContent #currencyCollectionBox .branchSectionHead .branchSectionTel {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  text-align: left;
  margin-bottom: 30px;
}
.currencyMainContent #currencyCollectionBox .branchSectionHead .branchSectionTel a {
  color: #333333;
  text-decoration: none;
}
.currencyMainContent #currencyCollectionBox .branchSectionHead .branchSectionTel a:hover {
  text-decoration: none;
}
.currencyMainContent #currencyCollectionBox .branchSectionHead .branch_section_actions {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}
.currencyMainContent #currencyCollectionBox .branchSectionHead .branch_section_actions button {
  width: 100%;
  padding: 14px 0;
  border-radius: 69px;
  background-image: linear-gradient(67deg, #3e3b89 56%, #813687 94%);
  border: none;
}
.currencyMainContent #currencyCollectionBox .branchSectionHead .branch_section_actions button:hover {
  color: #fff;
}
.currencyMainContent #currencyCollectionBox .branchSectionHead .branch_section_options {
  width: 208px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.22;
  text-align: left;
  color: #333333;
  padding-bottom: 50px;
  padding-left: 0;
}
.currencyMainContent #currencyCollectionBox .branchSectionHead .branch_section_options h4 {
  margin-bottom: 15px;
  font-weight: 500;
}
.currencyMainContent #currencyCollectionBox .branchSectionHead .branch_section_options span {
  font-style: normal;
}
.currencyMainContent #currencyCollectionBox .branchSectionHead .branchSectionIconsBlock .branchSectionIconsBlockImage {
  display: inline-block;
}
.currencyMainContent #currencyCollectionBox .branchSectionHead .branchSectionIconsBlock .branchSectionIconsBlockText {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.22;
  text-align: left;
  color: #333333;
}
.currencyMainContent #currencyCollectionBox .branchSectionHead .branchSectionIconsBlock:nth-child(2) {
  margin-top: 4px;
}
.currencyMainContent #currencyCollectionBox .branchSectionHead .branchSectionIconsBlock:last-child {
  margin-top: 15px;
}
.currencyMainContent .branchImages {
  position: relative;
  padding-right: 10px;
}
.currencyMainContent .branchImages .branchImageFlag {
  position: absolute;
  display: block;
  top: -23px;
  left: -55px;
  height: 0;
  width: 151px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 45px;
  transform: rotate(135deg);
  box-shadow: none;
}
.currencyMainContent .branchImages .branchImageFlag > p {
  transform: rotate(180deg);
  position: absolute;
  top: -40px;
  left: 0;
  font-family: SegoeUI, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.32;
  text-align: left;
  color: #000000;
}
.currencyMainContent .branchImages .branchImageFlag.branchImageSouthendFlag {
  border-color: #000 transparent transparent transparent;
}
.currencyMainContent .branchImages .branchImageFlag.branchImageSouthendFlag > p {
  font-family: SegoeUI, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.36;
  text-align: center;
  color: #ffffff;
  top: -44px;
}
.currencyMainContent .branchImagesMap {
  display: none;
  padding-right: 10px;
  position: absolute;
  top: 0;
  right: 15px;
  left: 15px;
  bottom: 0;
  overflow: hidden;
}
.currencyMainContent .branchImagesMap iframe {
  width: 100%;
  height: 100%;
}
.currencyMainContent .branchImagesMap.show {
  display: block;
}
.currencyMainContent .bayBackLeftBlock {
  padding-right: 30px;
}
.currencyMainContent .bayBackRightBlock {
  border-left: 1px solid #d4d4d4;
  padding-left: 30px;
}

#layout_container .home_delivery .home_delivery_summary .summary_table thead tr th {
  background-color: #f9fafb;
}
#layout_container .home_delivery .order_form .personal_details_wrapper input, #layout_container .home_delivery .order_form .personal_details_wrapper textarea {
  border: 1px solid #c9c9c9;
  border-radius: 3px;
}
#layout_container .home_delivery .order_form .personal_details_wrapper a.selectBox {
  border-color: #c9c9c9;
}
#layout_container .home_delivery .order_form .checkboxes label:before {
  border: 1px solid #c9c9c9;
}
#layout_container .home_delivery .order_form .right-side li .form {
  height: auto;
}
#layout_container .home_delivery .order_form .right-side #id_number, #layout_container .home_delivery .order_form .right-side #expiry_date_, #layout_container .home_delivery .order_form .right-side #uploadFile {
  margin-bottom: 10px !important;
}

@media only screen and (max-width: 767px) {
  .branchImagesMap {
    right: 5px !important;
  }
  .branchImages {
    padding-right: 0 !important;
  }
  .branchSectionHeadCol {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .currencyMainContent .customTabHeaderBtnBox {
    padding: 10px;
  }
  .currencyMainContent .customTabHeaderBtnBox .customTabHeaderBtn:first-child {
    margin-right: 10px;
  }
  .currencyMainContent .customTabHeaderBtnBox .customTabHeaderBtn:last-child {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .currencyMainTitle {
    font-size: 35px;
  }
  .currencyMainContent h3 {
    font-size: 18px !important;
  }
  .currencyMainContent span {
    font-size: 13px !important;
  }
  .currencyMainContent .customTabHeaderTopTitle {
    font-size: 20px;
    padding: 0 10px;
    margin: 0 30px;
  }
  .currencyMainContent .customTabHeaderBtnBox {
    padding: 10px;
  }
  .currencyMainContent .customTabHeaderBtnBox .customTabHeaderBtn a.custom_tab_header_btn {
    width: 160px;
    padding: 6px;
  }
  .currencyMainContent .customTabHeaderBtnBox .customTabHeaderBtn a.custom_tab_header_btn .customTabHeaderCheckBtn i {
    font-size: 45px;
  }
  .currencyMainContent .customTabHeaderBtnBox .customTabHeaderBtn a.custom_tab_header_btn .customTabHeaderTitle {
    font-size: 23px;
  }
  .currencyMainContent .customTabHeaderBtnBox .customTabHeaderBtn a.custom_tab_header_btn .customTabHeaderDesc {
    font-size: 16px;
    margin-top: 0;
  }
  .currencyMainContent .customTabHeaderBtnBox .customTabHeaderBtn a.custom_tab_header_btn.active .customTabHeaderCheckBtn i {
    font-size: 45px;
  }
  .currencyMainContent .customTabHeaderBtnBox .customTabHeaderBtn:first-child {
    margin-right: 5px;
  }
  .currencyMainContent .customTabHeaderBtnBox .customTabHeaderBtn:last-child {
    margin-left: 5px;
  }
  .currencyMainContent .branchCollectionTitle {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 35px;
  }
  .currencyMainContent .branchSectionHead .bayBackRightBlockCol .bayBackRightBlock .branch_section_options {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1140px) {
  #currencyCollectionBox .branchSectionHeadCol {
    padding-left: 0;
  }
  #currencyCollectionBox .branchSectionHeadCol .branchSectionHead {
    padding-left: 0 !important;
  }
  #currencyCollectionBox .branchSectionHeadCol .branchSectionHead .bayBackRightBlockCol {
    padding: 0;
  }
  #currencyCollectionBox .branchSectionHeadCol .branchSectionHead .bayBackLeftBlock {
    padding-right: 15px !important;
  }
  #currencyCollectionBox .branchSectionHeadCol .branchSectionHead .bayBackLeftBlock .branchSectionOpeningHours {
    margin: 10px 0;
  }
  #currencyCollectionBox .branchSectionHeadCol .branchSectionHead .bayBackLeftBlock .branch_section_actions {
    margin-bottom: 15px;
  }
  #currencyCollectionBox .branchSectionHeadCol .branchSectionHead .bayBackRightBlock {
    padding-left: 10px !important;
  }
  #currencyCollectionBox .branchSectionHeadCol .branchSectionHead .bayBackRightBlock .branchSectionIconsBlock .branchSectionIconsBlockText {
    margin-left: 5px !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .branchSectionHead .branchSectionContent {
    margin: 0;
  }
  .branchSectionHead .branchSectionContent h3 {
    font-size: 23px !important;
  }
}
@media only screen and (max-width: 420px) {
  .branch_section_options {
    margin-top: 0 !important;
  }
  .branch_section_options h4 {
    padding-left: 0;
  }
  #currencyCollectionBox .branchSectionHead .bayBackLeftBlock .collectionAddress {
    font-size: 15px;
  }
  #currencyCollectionBox .branchSectionHead .bayBackLeftBlock .branchSectionTel {
    font-size: 16px !important;
  }
  #currencyCollectionBox .branchSectionHead .branchSectionIconsBlock .branchSectionIconsBlockText {
    font-size: 13px !important;
  }
  #currencyCollectionBox .branchSectionHead .bayBackRightBlockCol .bayBackRightBlock .branch_section_options {
    padding-right: 45px !important;
  }
}
@media only screen and (max-width: 1180px) {
  .bayBackByBranch {
    padding-top: 0 !important;
  }
}
