body { 
	background: white; 
    font-size: 12pt; 
    line-height:18pt;
    font-family:sans-serif;
    margin: 0;
	padding: 0; 
    width:100%;
    max-width:100%;
    overflow-x: hidden;
}


.imageteam {
    width: 100px;
    height: 100%;
}


header#site-header{
    background: rgba(13, 67, 131, 0.85);
}
header#site-header.header-bg-solid{
    background: rgba(13, 67, 131, 0.85) !important;
}
.mainbanner .bannerslide .info{
    padding:0 !important;
}
.mainbanner .bannerslide .info h1{
    font-size:36px;
    color: #ffffff;
    padding: 15px 30px 15px 0 !important;
    -webkit-border-top-right-radius: 15px;
    -moz-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: rgba(41, 169, 145, .8);
    width: fit-content;
}
.mainbanner .bannerslide .info h1::before {
    content: "";
    position: absolute;
    top: -15px;
    right: 100%;
    width: 5000px;
    height: 100%;
    background-color: rgba(41, 169, 145, .8);
}
.mainbanner .bannerslide .container{
    position:relative;    
}


.col2{
    float:left;
    width:50%;
    padding:0 15px;
}
/***** Footer Start *****/
/*****************************/

footer {
    background-color: #0d4383;
    padding: 30px 0 20px 0 !important;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
}
footer a {
    color: #ffffff;
    display: block;
}
footer a:hover {
    color: #e83c76;
}
address {
    font-style: normal;
    margin-bottom: 10px;
}
footer li {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
footer li::before {
    display: none;
}
footer .footer-top-left .col2 {
    position: relative;
}
footer .footer-menu a {
    margin: 5px 0;
}
footer .footer-top-left-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow:row wrap;
    flex-flow:row wrap;
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
footer .footer-top-left .col2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10%;
    width: 2px;
    height: 100%;
    background-color: #ffffff;
}
footer .footer-top-right .footer-top-right-title {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 2px solid #ffffff;
}
footer .social-list{
    float:left;
    display: inline-block;
    vertical-align: middle;
    margin:0;
    margin-bottom:12px;
}
.social-list li {
  display: inline-block;
  vertical-align: middle;
}
footer .social-list li .social-icon {
    margin: 10px 5px;
}
footer .social-list li:first-child .social-icon {
    margin-left: 0;
}
footer .social-list li .social-icon img {
    height: 18px;
}
footer .footer-top-right-bottom-block {
     display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    -webkit-flex-flow:row wrap;
    flex-flow:row wrap;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    margin-top: 10px;
}
footer .footer-top-right-bottom-block .developed-text {
    float:right;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height:38px;
    margin-top:0;
}
footer .footer-top-right-bottom-block .developed-text a {
    display: inline-block;
}
footer .footer-bottom {
    float: left;
    width: 100%;
     display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow:row wrap;
    flex-flow:row wrap;
    -webkit-align-items:center; 
    align-items:center;
    margin-top: 20px;
}
footer .footer-bottom .image-block {
    /* display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow:row wrap;
    flex-flow:row wrap; */
    display:inline-block;
    vertical-align: middle;
    -webkit-align-items:center;
    align-items:center;
}
footer .footer-bottom .image-block img {
    display:inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width:inherit;
}
footer .footer-bottom .footer-bottom-list {
    display:inline-block;
    vertical-align: middle;
    font-size: 0;
    margin:0;
}
footer .footer-bottom .footer-bottom-list li a {
    margin: 0;
}
footer .footer-bottom .footer-bottom-list li {
    padding: 0 20px;
    font-size: 12px;
    display: inline-block;
    position: relative;
    margin: 5px 0;
    vertical-align: middle;
}
footer .footer-bottom .footer-bottom-list li:first-child {
    padding-left: 0;
}
footer .footer-bottom .footer-bottom-list li:last-child {
    padding-right: 0;
}
footer .footer-bottom .footer-bottom-list li + li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 1px;
    background-color: #ffffff;
}
footer a {
  color: #FFF !important;
}
footer a:hover {
  color: #e83c76 !important;
}

footer .container .footer-navigation{
    display:none;
}
footer > .container {
    padding-top: 0 !important;
}
footer#site-footer .footer-item{
    padding-bottom:0 !important;
}

img.center{
    margin-left: auto;
    margin-right: auto;
}
.w-auto{
    width:auto;
}

/*****************************/
/***** Footer End *****/
/*****************************/

/*****************************/
/***** SHOP START *****/
/*****************************/
.text-green {
  color: #32b998;
}
.sub-text {
  font-weight: 700;
  color: #07a990;
  text-transform: uppercase;
  margin-bottom: 0;
}
.shop-block{
    margin-top: 30px;
}
.shop-block:first-child{
    margin-top:0;
}
.shop-block .shop-title {
    display: block;
    position: relative;
    font-size: 20px;
    color: #e83c76;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: normal;
}
.shop-block .shop-toggle{
    position:relative;
    padding-right: 80px;
}
.shop-block .shop-toggle::after {
    content: "";
    position: absolute;
    margin:0;
    top: 50%;
    right: 10px;
    width: 25px;
    height: 25px;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    background: url(/media/2gmje0kj/artboard.svg) no-repeat;
    background-position: center;
    background-size: 12px 23px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.shop-block .detail-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow:row wrap;
    flex-flow:row wrap;
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
.shop-block .detail-block .details {
    width: calc(100% - 100px);
}
.shop-block .detail-block .details .shop-address,
.shop-block .detail-block .details .shop-phone,
.shop-block .detail-block .details .shop-mail,
.shop-block .detail-block .details .shop-time,
.shop-block .detail-block .details .shop-distance {
    display: block;
    color: #2c2e35;
    margin: 10px 0;
    position: relative;
}
.shop-block .detail-block .details .shop-address {
    margin-top: 0;
    line-height: 1.2;
}
.shop-block .detail-block .details .shop-address::before,
.shop-block .detail-block .details .shop-phone::before,
.shop-block .detail-block .details .shop-mail::before,
.shop-block .detail-block .details .shop-time::before,
.shop-block .detail-block .details .shop-distance::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: -30px;
    top: 0;
    background-size: 25px 20px;
    background-position: left top;
    background-repeat: no-repeat;
}
.shop-block .detail-block .details .shop-address::before {
    background-image: url("/media/j0vb2ntx/map-pin-icon.svg");
    background-size: 25px 25px;
}
.shop-block .detail-block .details .shop-phone::before {
    background-image: url(/media/c5mktpor/phone-icon1.svg);
}
.shop-block .detail-block .details .shop-mail::before {
    background-image: url(/media/tshdmlca/mail-icon.svg);
}
.shop-block .detail-block .details .shop-time::before {
    background-image: url(/media/itent1rl/time-icon.svg);
}
.shop-block .detail-block .details .shop-distance::before {
    background-image: url(/media/mc1m3sag/car-icon.svg);
    background-position: left top 5px;
}
.shop-block .map-icon {
    display:inline-block;
    width: 100px;
    padding-left: 40px;
}

.shop-block-right {
    padding-left: 50px;
}
.shop-block-right .image {
    position: relative;
    padding: 30px 0 30px 40px;
    -webkit-border-radius: 30px 0 0 30px;
    background: #e83c76;
    overflow: inherit;
}
.shop-block-right .image::after {
    content: '';
    background: #e83c76;
    width: 5000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
}
.shop-block-right .image img {
    width: 100%;
}
.shop-block-right .image img + img {
    margin-top: 20px;
}
.shop-block-right .image .arrow-link {
    color: #ffffff;
    font-weight: 700;
    margin-top: 15px;
}
.shop-block-right .image .arrow-link::after {
    background: url() no-repeat;
    height: 100%;
    background-position: center;
    background-size: 10px 20px;
}
.shop-block-right .image .arrow-link:hover {
    opacity: .8;
}


/*****************************/
/***** SHOP End *****/
/*****************************/


.help-block-row {
    display: flex;
    position: relative;
    background-color: #fff;
    margin: 0;
}

.col2 {
    width: 50%;
    padding: 50px 15px;
    position: relative;
}


.help-block h2 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    color: #164079;
    margin-bottom: 10px;
    margin-top:0;
}

.help-block .arrow-link {
    font-weight: normal;
    color: #e83c76;
    text-decoration: none;
    font-size: 16px;
    padding-right: 25px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}

.help-block .arrow-link:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform:translateY(-50%);
    background: url(/media/kwijzenw/green-arrow.svg) no-repeat;
    background-position: center;
    background-size: 10px 20px;
    width: 10px;
    height: 20px;
}

.help-block .arrow-link.open:after {
    background: url(/media/equfu3re/pink-arrow.svg) no-repeat;
    background-size: 10px 20px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.help-block+.help-block::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #e83c76;
    left: 0;
    top: 0;
    z-index:3;
}

.help-fold {
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    padding: 40px 130px;
    z-index: 2;
    /* hidden state */
    opacity: 0;
    transform: scale(0.95);
    transform-origin: top left;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.help-fold.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}


.help-fold ul {
    list-style: none;
    margin:0;
}

.help-fold ul li {
    list-style: none;
    text-align: left;
    line-height: 30px;
    padding-left: 0;
    margin-bottom: 10px;
}

.help-fold ul li:last-child {
    margin-bottom: 0;
}

.help-fold ul li::before {
    display: none;
}

.help-fold ul li a {
    color: #1d4277 !important;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.help-fold ul li a:hover {
    color: #e83c76 !important;
}
header#site-header nav.cta-links{
    font-size:0;
}
header#site-header nav.cta-links .btn{
    -webkit-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    padding:15px;
    font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing:0;
  margin-left:15px !important;
}
header#site-header nav.cta-links .btn > span{
    -webkit-border-radius: 0 0 13px 13px;
    border-radius: 0 0 13px 13px;
}
header#site-header nav.cta-links .btn:last-child{
    font-size:0;
    letter-spacing:0;
}
header#site-header nav.cta-links .btn:nth-child(2) .icon{
    font-size:22px;
}
header#site-header nav.cta-links .btn:last-child .icon{
    font-size:32px;
    margin-right:0;
}
@media (max-width: 1439px) {
  .shop-block .detail-block .details {
    padding-left: 30px;
  }
  .help-fold{
      padding:40px 100px;
  }
}

@media (max-width: 991px) {
    .row .col2, .row .col3 {
        width: 100%;
  }
   .shop-block-right {
    padding-left: 15px;
  }
  .shop-block-right .image{
      padding: 30px 0 30px 30px;
  }
  .help-fold{
      padding:40px;
  }
  .help-block-row .col2{
      width:50%;
  }
  header#site-header nav.cta-links .btn{
      margin-left:0 !important;
  }
}
@media (max-width: 767px) {
    footer .footer-top-left-row .col2 {
        width: 50%;
    }
    .row .col2, .row .col3 {
        width: 100%;
        
    }
    footer .footer-top-left .col2::after {
        display:none;
    }
    footer .footer-top-right-bottom-block .developed-text{
        font-size:11px;
    }
    .shop-block .map-icon{
        
    }
    .shop-block .detail-block .details {
        width: calc(100% - 50px);
    }
    .shop-block .map-icon {
        width: 50px;
        padding-left: 10px;
    }
    .shop-block {
    margin-top: 20px;
  }
  .shop-block-right .image {
    margin-top: 20px;
    padding: 20px 0 20px 20px;
  }
  .help-block + .help-block::before {
      content:none;
  }
.col2{
    padding:20px 20px 0;
}
  .help-fold {
    padding: 20px;
  }
  .help-block h2{
      font-size:22px;
  }
  .help-block .arrow-link{
      font-size:14px;
  }
    
}
@media (max-width: 575px) {
      .shop-block .shop-title {
    font-size: 17px;
    padding-right: 60px;
    margin-top: 0;
  }
}
    @media (max-width: 412px) {
        footer .footer-bottom .footer-bottom-list li {
        padding: 0;
        font-size: 12px;
        display: block;
    }
    footer .footer-bottom .footer-bottom-list li + li::after {
        display: none;
    }
     footer .footer-bottom {
        margin-top: 10px;
    }
}