body {
    min-width: unset;
    background: #e7e7e7;
}
.sb-container {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

@media (min-width: 600px) {
    .sb-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .sb-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .sb-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .sb-container {
        max-width: 1200px;
    }
}

@media (max-width: 599px) {
    .sb-container {
        max-width: 100%;
        padding: 0 16px;
    }
}

.swiper-button-next, .swiper-button-prev {
    /*background: transparent;*/
    box-sizing: unset;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-container.mobile {
    display: none
}

@media screen and (max-width: 600px) {
    .swiper-container.web, .swiper-container:not(.mobile) {
        display: none
    }
    .swiper-container.mobile {
        display: block
    }
}

.sb-header {
    background: #244d9f;
    padding: 5px 0;
}
.sb-top-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}
.sb-header-link {
    color: #fff;
    letter-spacing: 0.5px;
}
.sb-header-link:hover {
    color: #fec501;
}
.sb-header-link.logo img{
    height: 30px;
}
.sb-header-icon {
    color: #000;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    margin-right: 5px;
    padding: 2px;
    margin-top: -5px;
}
.sb-header-icon-alt{
    margin-top: -8px;
}
.sb-lang-divider {
    color: #fff;
    margin: 0 2px;
}
.sb-header-link.lang.active{
    color: #fec901;
}
.sb-footer {
    background: #0C4BA0;
    padding: 30px 0;
}
.sb-copyright-wrap {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.sb-social-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sb-footer-follow-text {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #fff;
}
.sb-footer-icons-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sb-section {
    padding: 50px 0;
}
.sb-carousel-content {
    /*padding-bottom: 35px;*/
    padding-left: 15px;
    padding-right: 15px;
}
sb-carousel-img-wrap{
    text-align: center;
}
.sb-carousel-wrap {
    margin: 0 3%;
    height: 100%;
    position: relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
/*.sb-carousel-img-wrap img {
    height: 230px;
}*/
.sb-carousel-slider .swiper-slide, .sb-package-slider .swiper-slide {
    padding-right: 12px;
    padding-left: 12px;
}
.sb-swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.sb-swiper-container.swiper-multi{
    padding-bottom: 50px;
}
.sb-carousel-slider .swiper-pagination {
    bottom: -50px;
    left: 0;
    width: 100%;
}
.sb-carousel-slider .swiper-pagination-bullet-active, .sb-carousel-slider .swiper-pagination-bullet, .sb-package-slider .swiper-pagination-bullet-active, .sb-package-slider .swiper-pagination-bullet {
    background: #06377c;
}
.sb-carousel-wrap h4 {
    text-align: center;
    padding: 20px 0;
    color: #0C4BA0;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    min-height: 80px;
    line-height: 27px;
}
.sb-carousel-wrap p {
    color: #202020;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.2px;
    /*padding: 0 15px;*/
    font-weight: 500;
    line-height: 25px;
}
.sb-pack-content {
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
}
sb-pack-img-wrap{
    text-align: center;
}
.sb-pack-wrap {
    margin: 0 3%;
    height: 100%;
    position: relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s;
}
/*.sb-pack-img-wrap img {
    height: 230px;
}*/
.sb-pack-wrap h4 {
    text-align: center;
    padding: 20px 0;
    color: #0C4BA0;
    font-size: 30px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    /*min-height: 80px;*/
    line-height: 27px;
}
.sb-pack-wrap p, .sb-pack-desc-wrap {
    color: #202020;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.2px;
    /*padding: 0 15px;*/
    font-weight: 300;
    line-height: 25px;
}
.sb-pack-price-wrap {
    text-align: center;
    margin-top: 15px;
}
.sb-pack-price {
    font-size: 23px;
    font-weight: 700;
    font-weight: 300;
    color: #202020;
    letter-spacing: 0.5px;
}
.sb-pack-btn {
    color: #202020;
    background: #FFC900;
    padding: 10px 30px;
    display: block;
    border-radius: 100px;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    width: 200px;
}
.sb-pack-btn-wrap {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.sb-pack-link:hover .sb-pack-wrap {
    /*-webkit-box-shadow: 0 0.5rem 0.625rem -3px rgba(0,0,0,.1), 0 0.375rem 1.875rem 0.3125rem rgba(0,0,0,.1), 0 1rem 1.5rem 2px rgba(0,0,0,.1);
    box-shadow: 0 0.5rem 0.625rem -3px rgba(0,0,0,.1), 0 0.375rem 1.875rem 0.3125rem rgba(0,0,0,.1), 0 1rem 1.5rem 2px rgba(0,0,0,.1);*/
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, #ffc900 0px 0px 0px 3px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, #ffc900 0px 0px 0px 3px;
}
.sb-help-header {
    color: #0C4BA0;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
    line-height: 75px;
}
.sb-faq-item h2 {
    color: #0C4BA0;
    font-weight: 700;
    font-size: 24px;
    padding: 24px 0;
    cursor: pointer;
    padding-right: 40px;
    position: relative;
    line-height: 32px;
    letter-spacing: .5px;
    margin-bottom: 0;
}
.sb-faq-item h2.expanded {
    color: #0C4BA0;
    font-weight: 700;
}
.sb-faq-item .content {
    padding-left: 15px;
    border-left: 4px solid #0C4BA0;
}

.sb-faq-item{
    padding: 0 40px;
    margin-bottom: 10px;
}
.sb-faq-item.expanded {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    padding-bottom: 24px;
}
.sb-faq-item p, .sb-faq-item div * {
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #808080;
    font-weight: 400;
}
.sb-faq-item ul {
    margin-bottom: 1rem;
}
.sb-faq-item ul li {
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #808080;
    list-style: disc;
    margin-left: 20px;
    font-weight: 400;
}
.sb-faq-item .content *:last-child {
    margin-bottom: 0;
}
.sb-faq-item p a, .sb-faq-item div a, .sb-faq-item ul li a {
    color: #0c4ba0;
    text-decoration: underline;
}
.collapse:not(.show) {
    display: block;
}
.sb-faq-item h2.collapsable:before {
    display: block;
    content: '';
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 20px;
    right: 0px;
    text-align: center;
    color: #091229;
    line-height: 30px;
    border-radius: 6px;
    font-size: 44px;
    border: 0;
    background: url('images/ic_round-plus-blue.svg') no-repeat center center;
    background-color: #D9D9D9;
}
.sb-faq-item h2.expanded:before {
    display: block;
    content: '';
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 20px;
    right: 0px;
    text-align: center;
    color: #E1F0F5;
    line-height: 25px;
    border-radius: 6px;
    font-size: 44px;
    background: url('images/ic_round-minus.svg') no-repeat center center;
    background-color: #0C4BA0;
}
.sb-owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #06377c;
    opacity: 0.6
}
.owl-theme .owl-dots .owl-dot.active span{
    opacity: 1 !important;
}
.sb-owl-carousel .item {
    padding-right: 12px;
    padding-left: 12px;
}
.sb-owl-carousel .owl-stage, .sb-owl-carousel .owl-item {
    display: flex;
}
.sh-owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #06377c;
    opacity: 0.6
}
.sh-owl-carousel .item {
    padding-right: 12px;
    padding-left: 12px;
}
.sh-owl-carousel .owl-stage, .sb-owl-carousel .owl-item {
    display: flex;
}
.sh-cta-wrap {
    height: 700px;
    background-size: cover;
    background-position: center center;
}
.sh-cta-content-wrap {
    position: absolute;
    top: 400px;
}
.sh-cta-content-wrap h1 {
    color: #fff;
    letter-spacing: .5px;
    font-size: 88px;
    line-height: 98px;
    max-width: 900px;
}
.sh-subcats-wrap {
    background: #fff;
    border-radius: 30px;
    margin-bottom: 30px;
}
.sh-subcats-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.sh-subcat-item {
    color: #202020;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    margin: 0px 35px;
    padding: 8px 25px;
    transition: all .3s;
    border-radius: 30px;
    border: 1px solid transparent;
}
.sh-subcat-item.active {
    border: 1px solid rgba(12, 75, 160, 1);
    background: rgba(12, 75, 160, 0.1);
}
.sh-subcat-item:not(.active):hover{
    color: rgba(12, 75, 160, 1);
    background: rgba(12, 75, 160, 0.1);
}
.sh-device-wrap {
    margin: 0 3%;
    height: 100%;
    position: relative;
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    transition: all .3s;
    padding: 15px;
}
.sh-device-title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0;
    padding: 0 20px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sh-device-desc {
    text-align: center;
    color: rgba(32, 32, 32, 0.5);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.sh-device-img-wrap {
    padding: 12px;
}
.owl-carousel .owl-nav button{
    outline: 0 !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    padding: 3px !important;
    border-radius: 50%;
    transition: all .3s;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: rgba(255, 201, 0, 0.5);
}
.sh-owl-carousel .owl-nav .owl-next, .sh-owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 37%;
    border-radius: 50%;
    text-align: center;
    border: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sh-owl-carousel .owl-nav .owl-next {
    right: -25px;
}
.sh-owl-carousel .owl-nav .owl-prev {
    left: -30px;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .sh-cta-wrap {
        height: 550px;
    }
    .sh-cta-content-wrap h1 {
        font-size: 60px;
        line-height: 70px;
        max-width: 600px;
    }
    .sh-cta-content-wrap {
        top: 325px;
    }
}
.sh-device-link:hover .sh-device-wrap {
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, #ffc900 0px 0px 0px 3px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, #ffc900 0px 0px 0px 3px;
}
/*responsive styles*/
@media screen and (max-width: 600px) {
    .shop-swiper-container .swiper-slide .sliderText {
        width: 86%;
    }
    .shop-swiper-container .sliderText p{
        margin-top: 0 !important;
    }
    .sb-top-header-wrap {
        padding: 10px 0;
    }
    .sb-copyright-date {
        display: none;
    }
    .sb-footer-follow-text {
        font-size: 12px;
        margin-right: 0.5rem !important;
    }
    .sb-copyright-wrap{
        font-size: 12px;
    }
    a.p-m-footer-social-link img {
        height: 20px;
    }
    .p-m-footer-social-link{
        margin-left: 2px;
    }
    .sb-carousel-wrap h4 {
        font-size: 18px;
        min-height: unset;
    }
    .sb-carousel-wrap p {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0;
    }
    /*.sb-carousel-content{
        padding-bottom: 15px;
    }*/
    .sb-pack-wrap h4 {
        font-size: 22px;
        min-height: unset;
    }
    .sb-pack-wrap p {
        font-size: 16px;
        font-weight: 400;
    }
    .sb-pack-price{
        font-size: 18px;
    }
    .sb-pack-content {
        padding-bottom: 15px;
    }
    .sb-faq-item h2 {
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        padding: 20px 0;
        padding-right: 30px;
    }
    .sb-container.help-container{
        padding: 0;
    }
    .sb-section {
        padding: 40px 0;
    }
    .sb-faq-item p, .sb-faq-item div *, .sb-faq-item ul li {
        font-size: 14px;
        line-height: 20px;
    }
    .sb-faq-item h2.collapsable:before, .sb-faq-item h2.expanded:before {
        height: 28px;
        width: 28px;
        background-size: contain;
        bottom: 0;
        top: 20px;
    }
    .sb-faq-item{
        padding: 0 16px;
    }
    .sb-faq-item .content{
        padding-left: 8px;
    }
    .sb-help-header {
        font-size: 30px;
        line-height: 30px;
    }
    .sb-help-header.en{
        font-size: 26px;
    }
    .sb-carousel-slider .swiper-slide, .sb-package-slider .swiper-slide {
        padding-right: 0;
        padding-left: 0;
        width: 350px !important;
    }
    .sb-owl-carousel .item {
        padding-right: 0;
        padding-left: 0;
    }
    .sb-header-icon-alt {
        margin-left: -10px;
    }
    .sb-header{
        padding: 0;
    }
    .sh-cta-wrap {
        height: 200px;
    }
    .sh-cta-content-wrap h1 {
        font-size: 18px;
        line-height: 26px;
        max-width: 200px;
    }
    .sh-cta-content-wrap {
        top: 120px;
    }
    .sh-subcats-content {
        justify-content: normal;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .sh-subcats-wrap{
        background: transparent;
    }
    .sh-subcat-item {
        /*font-size: 14px;*/
        padding: 8px 18px;
        margin: 0;
        flex-shrink: 0;
    }
    .sh-owl-carousel .owl-nav .owl-next {
        right: -15px;
    }
    .sh-owl-carousel .owl-nav .owl-prev {
        left: -20px;
    }
    .owl-theme .owl-nav [class*='owl-']:hover{
        background: transparent;
    }
    .sh-device-title{
        margin: 0;
    }
}