@font-face {
  font-family: "BNPP";
  src: url("../fonts/BNPPSans.woff") format("woff"), url("../fonts/BNPPSans.otf") format("otf"); }

@font-face {
  font-family: "BNPP Black";
  src: url("../fonts/BNPPSans-Bold.woff") format("woff"), url("../fonts/BNPPSans-Bold.otf") format("otf"); }

@font-face {
  font-family: "BNPP Light";
  src: url("../fonts/BNPPSans-Light.woff") format("woff"), url("../fonts/BNPPSans-Light.otf") format("otf"); }

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.ttf"), url("../fonts/Rubik-Medium.ttf"); }

.defButton, .contactshub-step .btn {
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 16px;
  font-family: "BNPP";
  text-align: center;
  display: inline-block;
  transition: all 200ms linear;
  background-color: #9ac433;
  color: #fff;
  opacity: 1;
  position: relative; }
  .defButton:after, .contactshub-step .btn:after {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 0px;
    background: #fff; }
  .defButton:hover, .contactshub-step .btn:hover, .defButton:focus, .contactshub-step .btn:focus {
    background-color: #72a62f;
    color: #fff; }
    .defButton:hover:after, .contactshub-step .btn:hover:after, .defButton:focus:after, .contactshub-step .btn:focus:after {
      width: 100%;
      left: 0; }
  .defButton.disabled, .contactshub-step .disabled.btn {
    opacity: 0.5; }
  .defButton.download:after, .contactshub-step .download.btn:after {
    content: " ";
    background: url(/o/CetelemPTTheme/images/svg/icn-standard-download_white.svg) no-repeat;
    display: inline-block;
    background-size: 16px;
    width: 16px !important;
    height: 16px;
    top: 3px;
    left: 8px !important;
    position: relative; }

.simDetailsRow {
  padding: 20px 48px; }
  @media screen and (max-width: 768px) {
    .simDetailsRow {
      padding: 20px 0px; } }
  .simDetailsRow .portlet-column {
    padding: 12px; }

.webContentTitleN,
h1.N {
  font-family: "BNPP Black";
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: 36px; }

.webContentTitle, .webContentTitle2,
h2, .h2, .webContentTitle3,
h3, .h3, .webContentTitle4,
h4, .h4,
h1 {
  font-family: "BNPP Black";
  font-weight: 100;
  width: 100%;
  margin: 0px;
  font-size: 32px;
  line-height: 36px; }

.webContentTitle2,
h2, .h2 {
  font-size: 24px;
  line-height: 28px;
  margin-top: 36px;
  margin-bottom: 8px; }
  .webContentTitle2:first-of-type,
  h2:first-of-type, .h2:first-of-type {
    margin-top: 0px; }

.webContentTitle3,
h3, .h3 {
  font-size: 18px;
  line-height: 22px;
  margin-top: 32px;
  margin-bottom: 8px; }

.webContentTitle4,
h4, .h4 {
  font-family: "BNPP";
  font-size: 16px;
  line-height: 22px; }

.txt-normal-color {
  color: #3f4a56; }

.txt-heading-color, .webContentTitleN,
h1.N, .webContentTitle, .webContentTitle2,
h2, .h2, .webContentTitle3,
h3, .h3, .webContentTitle4,
h4, .h4,
h1 {
  color: #536069; }

.txt-white-color {
  color: #fff; }

.txt-green-brand {
  color: #9ac433; }

.txt-green-brand-hover {
  color: #72a62f; }

.txt-green-brand-dark {
  color: #2C7A26; }

.link-hover-color {
  color: #72a62f; }

.link-color, .webContentTitle2,
h2, .h2 {
  color: #9ac433; }

.link-color2 {
  color: #9ac433; }

.marginV8 {
  margin-top: 8px; }

.marginV8Children > * {
  margin-top: 8px; }
  .marginV8Children > *:first-of-type {
    margin-top: 0px; }

.marginV16 {
  margin-top: 16px; }

.marginV16Children > * {
  margin-top: 16px; }
  .marginV16Children > *:first-of-type {
    margin-top: 0px; }

.text-white {
  color: #fff; }

.bg1 {
  background-color: #9ac433; }
  .bg1:hover {
    background-color: #72a62f; }

.bg1-color-alfa4 {
  background-color: #cce199; }

.bg2 {
  background-color: #9ac433; }

.bg3 {
  background-color: #72a62f; }

.bg4 {
  background: #f7f7f7;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f7f7f7 0%, #eeeeee 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f7f7f7 0%, #eeeeee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f7f7f7 0%, #eeeeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#eeeeee',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.bgGray {
  background-color: #f0f2f5; }

.bgDetail2Hover {
  background-color: #f0f2f5; }
  .bgDetail2Hover:hover {
    background-color: #fff; }

.detail2 {
  color: #8C9199; }

.detail3 {
  color: #C4CED8; }

small.small {
  font-size: 75%; }

.centerText {
  text-align: center; }

#contactshub p {
  width: auto; }

#contactshub ul {
  width: auto;
  margin-bottom: 0; }
  #contactshub ul.option-perks {
    list-style-type: none; }

#contactshub.mobile .contactshub-step .contactshub-options .contactshub-solution .solution-box ul {
  display: none; }

#contactshub.mobile .contactshub-step .contactshub-options .contactshub-solution .solution-box ul.active,
#contactshub.mobile .contactshub-step .contactshub-options .contactshub-solution .solution-box ul.mobile,
#contactshub.mobile .contactshub-step .contactshub-options .contactshub-solution .solution-box ul.no-mobile {
  display: block; }

#contactshub .contactshub-header {
  margin-bottom: 16px; }

#contactshub .contactshub-header h3 {
  font-size: 36px;
  line-height: 36px;
  color: #9ac433;
  margin-bottom: 16px; }

#contactshub .contactshub-header .three-steps {
  display: inline-flex;
  margin-right: 30px; }
  @media only screen and (max-width: 767px) {
    #contactshub .contactshub-header .three-steps {
      margin-right: 0px; } }
  #contactshub .contactshub-header .three-steps svg {
    width: 68px;
    height: 77px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
    #contactshub .contactshub-header .three-steps svg * {
      fill: #9ac433; }
  #contactshub .contactshub-header .three-steps p {
    color: #9ac433;
    font-size: 31px;
    display: inline-block;
    vertical-align: middle; }

#contactshub .contactshub-header .three-steps p span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 38px; }

#contactshub .contactshub-header .three-steps p span.big {
  font-size: 87px;
  margin-right: 3px; }

#contactshub .contactshub-header .intro-text {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 365px);
  padding-top: 8px; }

#contactshub .contactshub-header .intro-text p {
  font-size: 18px;
  line-height: 24px;
  color: #3f4a56; }

@media only screen and (max-width: 767px) {
  #contactshub .contactshub-header .intro-text {
    width: 100%; }
  #contactshub .contactshub-header .intro-text p {
    font-size: 16px;
    line-height: 22px; } }

@media only screen and (max-width: 767px) {
  #contactshub .contactshub-header h3 {
    font-size: 16px; }
  #contactshub .contactshub-header .three-steps svg {
    width: 60px;
    height: 69px; }
  #contactshub .contactshub-header .three-steps p {
    font-size: 27px; }
  #contactshub .contactshub-header .three-steps p span {
    line-height: 31px; }
  #contactshub .contactshub-header .three-steps p span.big {
    font-size: 76px; } }

.contactshub-step {
  display: none;
  margin-bottom: 24px; }

.contactshub-step:last-child {
  margin-bottom: 0; }

.contactshub-step.active {
  display: block; }

.contactshub-step .contactshub-step-header .indicator {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 0px;
  font-family: BNPP Black;
  margin-bottom: 20px; }

.contactshub-step .contactshub-step-header .indicator:before {
  width: 44px;
  height: 44px;
  content: "";
  display: block;
  background-color: #9ac433;
  border-radius: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; }

.contactshub-step .contactshub-step-header .indicator span {
  display: inline-block;
  padding: 16px 0px 10px 0px;
  font-family: BNPP Black;
  font-size: 24px;
  color: #fff;
  position: relative;
  z-index: 2;
  width: 44px;
  text-align: center; }

#contactshub .contactshub-step .contactshub-step-header p {
  font-family: BNPP;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 56px); }

@media only screen and (max-width: 767px) {
  .contactshub-step .contactshub-step-header .indicator:before {
    width: 34px;
    height: 34px; }
  .contactshub-step .contactshub-step-header .indicator span {
    width: 34px; }
  .contactshub-step .contactshub-step-header p {
    font-size: 20px;
    width: calc(100% - 54px); } }

.contactshub-step .contactshub-options {
  font-size: 0;
  text-align: left;
  padding-bottom: 24px;
  display: none;
  opacity: 0;
  transition: all 0.3s; }

.contactshub-step .contactshub-options:last-child,
.contactshub-step .contactshub-options[data-optgrp="3.3.5"] {
  margin-bottom: 0; }

.contactshub-step .contactshub-options.active {
  display: block; }

.contactshub-step .contactshub-options.active.on {
  opacity: 1;
  text-align: center; }

.contactshub-step .contactshub-options[data-multi=true] .contactshub-option {
  position: absolute;
  top: 0;
  height: 60px;
  width: 50%;
  box-sizing: border-box; }

.contactshub-step .contactshub-options[data-multi=true] .contactshub-option:hover:before {
  transform: translate(-50%, -50%) scale(1); }

.contactshub-step .contactshub-options[data-multi=true] .contactshub-option:first-child {
  left: -1px; }

.contactshub-step .contactshub-options[data-multi=true] .contactshub-option:first-child:before {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid #eaeaea; }

.contactshub-step .contactshub-options[data-multi=true] .contactshub-option:first-child.active:before {
  width: calc(100% - 2px);
  border: none;
  border-left: 1px solid transparent;
  border-bottom-right-radius: 0;
  transform: translate(-50%, -50%) scale(1); }

.contactshub-step .contactshub-options[data-multi=true] .contactshub-option:nth-child(2) {
  right: 0px;
  margin-right: 0; }
  .contactshub-step .contactshub-options[data-multi=true] .contactshub-option:nth-child(2).active {
    right: -1px; }

.contactshub-step .contactshub-options[data-multi=true] .contactshub-option:nth-child(2):before {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border: 1px solid #eaeaea; }

.contactshub-step .contactshub-options[data-multi=true] .contactshub-option:nth-child(2).active:before {
  border: none;
  margin-right: 2px;
  width: calc(100% - 2px);
  border-bottom: 1px solid #F0F2F5;
  border-right: 1px solid transparent;
  transform: translate(-50%, -50%) scale(1); }

.contactshub-step .contactshub-options[data-multi=true] .contactshub-option.active {
  z-index: 1; }

.contactshub-step .contactshub-options[data-multi=true] .contactshub-option.active:before {
  transform: translate(-50%, -50%) scale(1);
  transition: none; }

.contactshub-step .contactshub-options[data-multi=true] .contactshub-option:not(.active) {
  width: 51%;
  border-left: unset; }

.contactshub-step .contactshub-options[data-multi=true] .contactshub-option:not(.active):before {
  transition: none; }

.contactshub-step .contactshub-options[data-multi=true] .contactshub-solution ul {
  padding-left: 0;
  list-style: none; }

.contactshub-step .contactshub-options[data-multi=true] .contactshub-solution .solution-box {
  position: relative;
  background-color: #F0F2F5;
  color: #9AC433; }

.contactshub-step .contactshub-options[data-multi=true] .contactshub-solution .solution-box ul {
  display: none; }

.contactshub-step .contactshub-options[data-multi=true] .contactshub-solution .solution-box ul.active {
  display: block; }

.contactshub-step .contactshub-options .solution-box .contactshub-option.active .label {
  color: #a7cf00; }

.contactshub-step .contactshub-options .contactshub-solution .intro {
  font-size: 18px;
  text-align: left;
  margin-bottom: 30px; }

.contactshub-step .contactshub-options .contactshub-solution .solution-box {
  width: 632px;
  box-sizing: border-box;
  background-color: #F0F2F5;
  margin: auto;
  padding-top: 60px;
  border: 1px solid #f0f2f5;
  padding: 60px 65px 20px 65px;
  border-radius: 3px; }

.contactshub-step .contactshub-options .solution-box .contactshub-option.active:before {
  background-color: #f0f2f5; }

.contactshub-step .contactshub-options .contactshub-solution .solution-box ul {
  padding-left: 0;
  list-style: none;
  margin-top: 20px; }

.contactshub-step .contactshub-options .contactshub-solution .solution-box ul.mobile {
  display: none; }

.contactshub-step .contactshub-options .contactshub-solution .solution-box ul li {
  font-size: 18px;
  text-align: left;
  position: relative;
  min-height: 24px;
  margin-bottom: 30px; }

.contactshub-step .contactshub-options .contactshub-solution .solution-box ul li:last-child {
  margin-bottom: 0; }

.contactshub-step .contactshub-options .contactshub-solution .solution-box ul li span {
  width: 24px;
  height: 24px;
  background-color: #9AC433;
  border-radius: 12px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding-top: 1px;
  box-sizing: border-box;
  margin-right: 15px;
  text-align: center;
  position: absolute;
  left: 0; }

.contactshub-step .contactshub-options .contactshub-solution .solution-box ul li p {
  line-height: 24px;
  color: #3f4a56;
  margin-left: 40px;
  font-size: 16px; }

.contactshub-step .contactshub-options .contactshub-solution .solution-box ul li a {
  color: #9ac433; }

.contactshub-step .contactshub-options .contactshub-solution .solution-box ul li.btnli a {
  color: #fff; }

.contactshub-step .contactshub-options .contactshub-solution .solution-box > p {
  font-size: 16px;
  color: #3f4a56;
  line-height: 24px;
  text-align: left;
  margin: 45px 0 15px; }

.contactshub-step .contactshub-options .contactshub-solution .solution-box .text {
  text-align: left; }

.contactshub-step .contactshub-options .contactshub-solution .solution-box .text p {
  font-size: 18px;
  line-height: 24px;
  color: #3f4a56;
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .contactshub-step .contactshub-options .contactshub-solution .intro {
    font-size: 16px; }
  .contactshub-step .contactshub-options .contactshub-solution .solution-box {
    width: 100%;
    padding: 65px 25px; }
  .contactshub-step .contactshub-options .contactshub-solution .solution-box ul li {
    font-size: 15px; }
  .contactshub-step .contactshub-options .contactshub-solution .solution-box ul li p {
    line-height: 19px; } }

.contactshub-step .contactshub-options .contactshub-option {
  width: 140px;
  height: 140px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 8px; }

.contactshub-step .contactshub-options .solution-box .contactshub-option {
  margin: 0px; }

.contactshub-step .contactshub-options .contactshub-option:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #eaeaea;
  transition: all 0.3s; }

.contactshub-step .contactshub-options .contactshub-option .label {
  color: #3f4a56;
  font-size: 16px;
  line-height: 20px;
  padding: 3px;
  font-family: BNPP;
  font-weight: normal;
  margin: 0;
  width: 135px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: normal;
  transform: translate(-50%, -50%); }

.contactshub-step .contactshub-options .contactshub-option.active:before,
.contactshub-step .contactshub-options .contactshub-option:hover:before {
  background-color: #F0F2F5;
  transform: translate(-50%, -50%) scale(1.05); }

#contactshub .contactshub-step .contactshub-options .contactshub-option p.label {
  width: 132px; }

.contactshub-step .contactshub-options .contactshub-option.active:before {
  border: 1px solid #9ac433;
  background-color: #9ac433; }

.contactshub-step .contactshub-options .contactshub-option.active .label {
  color: #fff; }

@media only screen and (max-width: 767px) {
  .contactshub-step .contactshub-options .contactshub-option .label {
    font-size: 14px; } }

@media only screen and (max-width: 767px) {
  .contactshub-step .contactshub-options {
    margin-bottom: 55px;
    text-align: left; } }

.defButton + .defButton, .contactshub-step .btn + .defButton, .contactshub-step .defButton + .btn, .contactshub-step .btn + .btn {
  margin: 8px; }

.contactshub-step .btn .label,
.contactshub-step .contactshub-options .contactshub-solution .btn {
  font-weight: 100;
  font-size: 17px;
  color: #fff; }

.contactshub-step .contactshub-options .contactshub-solution .solution-box ul li.btnli,
li.btnli {
  text-align: center;
  list-style: none; }

@media only screen and (max-width: 767px) {
  .contactshub-step .btn .label {
    font-size: 16px; } }

.contactshub-step .contactshub-direct {
  text-align: center; }
  .contactshub-step .contactshub-direct .header {
    margin-bottom: 24px; }

.contactshub-step .contactshub-direct .mobile-header,
.contactshub-step .contactshub-direct.hiden .header,
.contactshub-step .contactshub-direct.hiden .mobile-header,
.contactshub-step .contactshub-direct.hiden .mobile-header.showing {
  display: none; }

@media only screen and (max-width: 767px) {
  .contactshub-direct .mobile-header {
    margin-top: 20px;
    height: auto; } }

.contactshub-step .contactshub-direct .mobile-header.showing {
  display: block; }

.contactshub-step .contactshub-direct .mobile-header .btns {
  font-size: 0; }

.contactshub-step .contactshub-direct .mobile-header .btns .mobile-btn {
  display: inline-block; }

.contactshub-step .contactshub-direct .mobile-header .btns .mobile-btn:first-child {
  margin-right: 10px; }

.contactshub-step .contactshub-direct .mobile-header .btns .mobile-btn svg {
  width: 100%;
  max-width: 209px;
  height: auto; }

@media only screen and (max-width: 767px) {
  .contactshub-step .contactshub-direct .mobile-header .btns .mobile-btn {
    margin-bottom: 10px; }
  .contactshub-step .contactshub-direct .mobile-header .btns .mobile-btn:first-child {
    margin-right: 0; }
  .contactshub-step .contactshub-direct .mobile-header .btns .mobile-btn svg {
    max-width: 160px; } }

.contactshub-step .contactshub-direct h3 {
  font-weight: 100;
  font-size: 24px;
  color: #3f4a56;
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .contactshub-step .contactshub-direct h3 {
    font-size: 20px; } }

.contactshub-step .contactshub-direct.cancel .contactshub-contacts {
  margin-top: 0; }

.contactshub-step .contactshub-direct.cancel .contactshub-contactoption {
  width: calc(21%); }

@media screen and (max-width: 960px) {
  .contactshub-step .contactshub-direct.cancel .contactshub-contactoption {
    width: calc(45%); } }

@media screen and (max-width: 767px) {
  .contactshub-step .contactshub-direct.cancel .contactshub-contactoption {
    width: 100%;
    margin-right: 0; } }

.contactshub-step .contactshub-contacts {
  display: none; }

.contactshub-step .contactshub-contacts.active {
  display: block; }

#contactshub .contactshub-step .contactshub-contacts > p {
  font-size: 18px;
  color: #3f4a56;
  text-align: left;
  line-height: 24px; }

@media only screen and (max-width: 767px) {
  .contactshub-step .contactshub-contacts > p {
    font-size: 16px; } }

.contactshub-step .contactshub-contactoptions {
  font-size: 0;
  margin-top: 55px;
  margin-bottom: 25px; }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption {
  display: inline-block;
  padding: 24px;
  width: calc(33.33% - 17.43px);
  box-sizing: border-box;
  margin-right: 26px;
  cursor: pointer;
  position: relative;
  border: 1px solid #eaeaea;
  background-color: #fff;
  border-radius: 3px;
  height: 380px; }

@media only screen and (max-width: 767px) {
  .contactshub-step .contactshub-contactoptions .contactshub-contactoption {
    height: 300px; } }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption.active:before {
  transform: scale(1.02);
  border: 1px solid #eaeaea; }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption.active .option-icon {
  background-color: #9ac433;
  border-color: #9ac433; }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption.active .option-icon .icon svg * {
  fill: #fff; }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption.active .title {
  color: #9ac433; }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption.active .option-perks .icon svg * {
  fill: #9ac433; }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption.active .option-perks span {
  color: #9ac433; }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption#cetelemChatbot div.option-icon > div {
  background-image: url("/o/CetelemPTTheme/images/svg/Main/Outline/comments-chatbot.svg"); }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption#cetelemMobile div.option-icon > div {
  content: url("/o/CetelemPTTheme/images/svg/Main/Outline/mobile-phone.svg"); }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption#cetelemStore div.option-icon > div {
  content: url("/o/CetelemPTTheme/images/svg/Main/Outline/location.svg"); }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption:hover,
.contactshub-step .contactshub-contactoptions .contactshub-contactoption.focus {
  border: 1px solid #CDD5DD;
  background-color: #F4F7FA; }
  .contactshub-step .contactshub-contactoptions .contactshub-contactoption:hover div.option-icon,
  .contactshub-step .contactshub-contactoptions .contactshub-contactoption.focus div.option-icon {
    border: 1px solid #9ac433;
    background-color: #9ac433; }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption#cetelemChatbot:hover div.option-icon > div,
.contactshub-step .contactshub-contactoptions .contactshub-contactoption#cetelemChatbot.focus div.option-icon > div {
  background-image: url("/o/CetelemPTTheme/images/svg/Main/Outline/comments-chatbot-hover.svg"); }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption#cetelemMobile:hover div.option-icon > div,
.contactshub-step .contactshub-contactoptions .contactshub-contactoption#cetelemMobile.focus div.option-icon > div {
  content: url("/o/CetelemPTTheme/images/svg/Main/Outline/mobile-phone-hover.svg"); }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption#cetelemStore:hover div.option-icon > div,
.contactshub-step .contactshub-contactoptions .contactshub-contactoption#cetelemStore.focus div.option-icon > div {
  content: url("/o/CetelemPTTheme/images/svg/Main/Outline/location-hover.svg"); }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption:last-child {
  margin-right: 0; }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption .title {
  display: inline-table;
  font-size: 20px;
  line-height: 20px;
  color: #5c6269;
  position: relative;
  z-index: 1;
  transition: color 0.3s;
  margin: 0 0 24px 0; }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption .option-icon {
  width: 128px;
  height: 128px;
  border: 1px solid #ECEFF4;
  border-radius: 64px;
  margin: 0 auto 29px;
  position: relative;
  transition: all 0.3s;
  background-color: #ECEFF4; }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption .option-icon .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption .option-icon .icon svg {
  width: 100%;
  height: auto;
  display: block; }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption .option-icon .icon svg * {
  trasnition: all 0.3s;
  fill: #5c6269; }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption .option-perks {
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-left: 0; }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption .option-perks li {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 8px;
  display: flex;
  align-items: center; }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption .option-perks li:last-of-type {
  margin-bottom: 0; }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption .option-perks .icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle; }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption .option-perks .icon svg {
  width: 100%;
  height: auto;
  display: block; }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption .option-perks .icon svg * {
  transition: all 0.3s;
  fill: #5c6269; }

.contactshub-step .contactshub-contactoptions .contactshub-contactoption .option-perks span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #5c6269;
  transition: color 0.3s;
  padding-left: 8px; }

@media only screen and (max-width: 959px) and (min-width: 768px) {
  .contactshub-step .contactshub-contactoptions .contactshub-contactoption {
    width: calc(48.33% - 17.43px);
    margin-bottom: 26px; }
  .contactshub-step .contactshub-contactoptions .contactshub-contactoption:nth-child(2) {
    margin-right: 0; } }

@media only screen and (max-width: 767px) {
  .contactshub-step .contactshub-contactoptions .contactshub-contactoption {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
    padding: 20px; }
  .contactshub-step .contactshub-contactoptions .contactshub-contactoption .title,
  .contactshub-step .contactshub-contactoptions .contactshub-contactoption .titlealt {
    height: auto; }
  .contactshub-step .contactshub-contactoptions .contactshub-contactoption .option-icon {
    width: 70px;
    height: 70px; }
  .contactshub-step .contactshub-contactoptions .contactshub-contactoption .option-icon .icon {
    width: 40px;
    height: 40px; }
  .contactshub-step .contactshub-contactoptions .contactshub-contactoption .clearfix {
    content: "";
    display: block;
    clear: both; }
  .contactshub-step .contactshub-contactoptions .contactshub-contactoption .option-perks {
    width: 100%;
    height: auto;
    display: block; }
  .contactshub-step .contactshub-contactoptions .contactshub-contactoption .option-perks span {
    font-size: 14px;
    line-height: 16px; }
  .contactshub-step .contactshub-contactoptions .contactshub-contactoption .option-perks .icon {
    width: 27px;
    height: 27px;
    margin-bottom: 0; } }

.contactshub-step .contactshub-contactsavailable .contactshub-contact {
  position: relative;
  padding: 50px;
  text-align: left;
  display: none; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact.active {
  display: block; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #eaeaea;
  z-index: 0; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .title {
  position: relative;
  z-index: 1;
  color: #9ac433;
  font-size: 25px;
  margin-bottom: 40px; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .note {
  font-size: 18px;
  line-height: 24px;
  color: #868e96;
  position: relative;
  z-index: 1; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .phone {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 50px; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .phone h3 {
  font-size: 50px;
  color: #fb8711;
  margin-bottom: 5px;
  width: auto; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .phone a {
  color: #fb8711; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .phone .secondary {
  font-size: 14px;
  color: #868e96;
  margin-bottom: 10px; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .phone .availability-gauge .hours {
  font-size: 11px;
  color: #868e96;
  width: 458px;
  margin: 0 auto 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .phone .availability-gauge .hours span {
  display: inline-block;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .phone .availability-gauge .hour-blocks {
  font-size: 0;
  width: 428px;
  margin: 0 auto; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .phone .availability-gauge .hour-blocks div {
  width: calc(8.33% - 2px);
  display: inline-block;
  height: 20px;
  margin-right: 2px; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .phone .availability-gauge .hour-blocks div:last-child {
  margin-right: 0; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .phone .availability-gauge .hour-blocks div.yellow {
  background-color: #f0c20c; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .phone .availability-gauge .hour-blocks div.green {
  background-color: #98bd29; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .phone .availability-gauge .hour-blocks div.orange {
  background-color: #e7792c; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .phone .availability-gauge .legend {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 470px;
  margin: 20px auto 0; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .phone .availability-gauge .legend span {
  color: #000;
  font-size: 12px;
  display: inline-block; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .phone .availability-gauge .legend span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .phone .availability-gauge .legend span:first-child:before {
  background-color: #98bd29; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .phone .availability-gauge .legend span:nth-child(2):before {
  background-color: #f0c20c; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .phone .availability-gauge .legend span:nth-child(3):before {
  background-color: #e7792c; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .store {
  position: relative;
  z-index: 1;
  font-size: 0; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .store h3 {
  color: #5c6269;
  font-size: 22px;
  margin-bottom: 10px; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .store .address {
  font-size: 14px;
  color: #868e96;
  line-height: 22px;
  margin-bottom: 15px; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .store .inner {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .store .map {
  width: 50%;
  padding-left: 20px;
  height: 380px;
  margin-bottom: 50px;
  background-color: #234234;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .store .directions-btn {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 9px 10px;
  border: 1px solid #eaeaea;
  color: #999;
  text-decoration: none; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .contactshub-contactform {
  position: relative;
  z-index: 1;
  margin-top: 50px; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .contactshub-contactform input {
  padding: 18px 10px;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  line-height: 18px;
  box-sizing: border-box;
  width: 100%; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .contactshub-contactform select {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  line-height: 18px;
  padding: 0 0 0 10px; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .contactshub-contactform textarea {
  padding: 18px 10px;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  line-height: 18px;
  box-sizing: border-box;
  height: 240px;
  resize: none;
  width: 100%; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .contactshub-contactform .row {
  margin-bottom: 30px; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .contactshub-contactform .row.half {
  width: 50%; }

.contactshub-step .contactshub-contactsavailable .contactshub-contact .contactshub-contactform .row.right {
  text-align: right;
  margin-bottom: 0px; }

@media only screen and (max-width: 767px) {
  .contactshub-step .contactshub-contactsavailable .contactshub-contact {
    padding: 30px; }
  .contactshub-step .contactshub-contactsavailable .contactshub-contact .title {
    font-size: 20px;
    margin-bottom: 20px; }
  .contactshub-step .contactshub-contactsavailable .contactshub-contact .note {
    font-size: 14px;
    line-height: 20px; }
  .contactshub-step .contactshub-contactsavailable .contactshub-contact .store h3 {
    font-size: 18px; }
  .contactshub-step .contactshub-contactsavailable .contactshub-contact .store .address {
    font-size: 12px;
    line-height: 19px; }
  .contactshub-step .contactshub-contactsavailable .contactshub-contact .store .inner {
    width: 100%; }
  .contactshub-step .contactshub-contactsavailable .contactshub-contact .store .map {
    height: 262px;
    width: 100%;
    padding-left: 0; }
  .contactshub-step .contactshub-contactsavailable .contactshub-contact .phone {
    margin-top: 60px; }
  .contactshub-step .contactshub-contactsavailable .contactshub-contact .phone h3 {
    font-size: 32px; }
  .contactshub-step .contactshub-contactsavailable .contactshub-contact .phone .secondary {
    font-size: 12px; }
  .contactshub-step .contactshub-contactsavailable .contactshub-contact .phone .availability-gauge .hours {
    width: 220px;
    font-size: 10px; }
  .contactshub-img {
    max-width: 100%;
    max-height: 100%; }
  .contactshub-step .contactshub-contactsavailable .contactshub-contact .phone .availability-gauge .hours span:nth-child(odd) {
    display: none; }
  .contactshub-step .contactshub-contactsavailable .contactshub-contact .phone .availability-gauge .hour-blocks {
    width: 220px; }
  .contactshub-step .contactshub-contactsavailable .contactshub-contact .phone .availability-gauge .legend {
    width: 230px; }
  .contactshub-step .contactshub-contactsavailable .contactshub-contact .phone .availability-gauge .legend span {
    font-size: 9px; }
  .contactshub-step .contactshub-contactsavailable .contactshub-contact .contactshub-contactform .row {
    margin-bottom: 15px; }
  .contactshub-step .contactshub-contactsavailable .contactshub-contact .contactshub-contactform .row.half {
    width: 100%; }
  .contactshub-step .contactshub-contactsavailable .contactshub-contact .contactshub-contactform input {
    height: 40px;
    padding: 12px 10px; } }

@media only screen and (max-width: 767px) {
  .contactshub-step {
    margin-bottom: 45px; } }

#contactshub i {
  font-style: italic; }

.banneritem {
  display: none; }

.centro .top .menu .menu-int .joomla-nav .parent ul {
  height: 66px !important; }

.centro .blue#clean .black {
  background: #000;
  margin: 0;
  width: auto; }