@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
* {
    font-family: "Roboto", Helvetica, sans-serif;
}
header .text-center h2 {
    color: #6e6e6e;
    font-size: 18px;
}
header .sidebar {
    display: block;
    padding-top: 10px;
    color: #fff;
    font-size: 32px;
    text-align: right;
}
@media (min-width: 1025px) {
    header .sidebar {
        float: right;
    }
}
body .layout main {
    position: relative;
}
body .layout main h1 + h4 {
    margin-bottom: 30px;
    text-align: center;
}
body .layout main [class^="ss_icon_"] {
    margin-bottom: 20px;
    padding: 7px 0 0 40px;
    min-height: 27px;
    background-repeat: no-repeat;
    color: #6e6e6e;
    font-size: 15px;
    background-size: 30px 30px;
}
body .layout main .ss_icon_cloud {
    background-image: url(../images/cloud_icon.png);
}
body .layout main .ss_icon_responsive {
    background-image: url(../images/responsive_icon.png);
}
body .layout main .ss_icon_home {
    background-image: url(../images/home_icon.png);
}
body .layout main .ss_icon_envelope {
    background-image: url(../images/mail_icon.png);
}
body .layout main .ss_icon_adobe {
    background-image: url(../images/scan-download_icon.png);
}
body .layout main .ss_icon_plane {
    background-image: url(../images/icon_plane.png);
}
body .layout main .ss_icon_phone {
    background-image: url(../images/mobile_phone_icon.png);
}
body .layout main .steps_list {
    display: flex;
    margin-bottom: 40px;
    padding: 0;
    justify-content: space-between;
    list-style: none;
    counter-reset: steps_list;
}
body .layout main .steps_list li {
    padding: 5px 20px 125px 50px;
    width: 30%;
    background: #f6f6f6;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center bottom 20px;
    color: #6e6e6e;
}
body .layout main .steps_list li:first-child {
    position: relative;
    background-image: url(../images/blue-box-2018.png);
    background-position: center bottom 20px;
    background-size: 202px 90px;
}
body .layout main .steps_list li:first-child .sample {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}
body .layout main .steps_list li:nth-child(2) {
    background-image: url(../images/hiw_step01.png);
    background-position: center bottom 30px;
}
body .layout main .steps_list li:nth-child(3) {
    background-image: url(../images/hiw_step02.png);
    background-position: center bottom 20px;
}
body .layout main .steps_list li h3 {
    margin: 0 0 15px -30px;
    padding-bottom: 0;
    border-bottom: 6px solid #e8e7e7;
    color: #4a4a4a;
    font-size: 20px;
    text-transform: uppercase;
}
body .layout main .steps_list li h3::before {
    counter-increment: steps_list;
    content: counter(steps_list);
    margin-right: 8px;
    font: bold 44px Times, serif;
    color: #c7c5c5;
}
body .layout main .steps_list li p {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: justify;
}
body .layout main .sliderArea {
    text-align: left;
}
/* body .layout main .manage_slider {
    margin-top: 20px;
} */
body .layout main .manage_slider .carousel-indicators {
    position: static;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    margin: 0;
    width: auto;
    list-style: none;
    border: 1px solid #b6b6b9;
    border-radius: 4px;
}
body .layout main .manage_slider .carousel-indicators li {
    margin: 0;
    padding-top: 10px;
    width: 20%;
    min-height: 60px;
    background-image: linear-gradient(to top, #e6e6e6 0, #fff 51%);
    border: none;
    /* border-right: 1px solid #b6b6b9; */
    border-radius: 0;
    text-align: center;
    color: #33678c;
    cursor: pointer;
    text-indent: 0;
}
body .layout main .manage_slider .carousel-indicators li:last-child {
    border: none;
}
body .layout main .manage_slider .carousel-indicators li:hover {
    background-image: linear-gradient(
        to top,
        #eafcfa 14%,
        #daebef 50%,
        #edf5f9 50%
    );
}
body .layout main .manage_slider .carousel-indicators li.active {
    background-image: linear-gradient(
        to bottom,
        #73a9b0 14%,
        #498e9f 50%,
        #6fabb9 50%
    );
    color: #fff;
}
body .layout main .manage_slider .carousel-indicators li:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 19px;
    height: 20px;
    background-repeat: no-repeat;
}
body .layout main .manage_slider .carousel-indicators li.manage_slide:before {
    width: 29px;
    height: 21px;
    background-image: url(../images/manage_slide.png);
}
body
    .layout
    main
    .manage_slider
    .carousel-indicators
    li.manage_slide.active:before {
    background-image: url(../images/manage_slide2.png);
}
body .layout main .manage_slider .carousel-indicators li.receive_slide:before {
    width: 22px;
    height: 16px;
    background-image: url(../images/receive_slide.png);
}
body
    .layout
    main
    .manage_slider
    .carousel-indicators
    li.receive_slide.active:before {
    background-image: url(../images/receive_slide2.png);
}
body .layout main .manage_slider .carousel-indicators li.read_slide:before {
    width: 18px;
    height: 21px;
    background-image: url(../images/read_slide.png);
}
body
    .layout
    main
    .manage_slider
    .carousel-indicators
    li.read_slide.active:before {
    background-image: url(../images/read_slide2.png);
}
body .layout main .manage_slider .carousel-indicators li.forward_slide:before {
    width: 16px;
    height: 20px;
    background-image: url(../images/forward_slide.png);
}
body
    .layout
    main
    .manage_slider
    .carousel-indicators
    li.forward_slide.active:before {
    background-image: url(../images/forward_slide2.png);
}
body .layout main .manage_slider .carousel-indicators li.discard_slide:before {
    width: 19px;
    height: 20px;
    background-image: url(../images/discard_slide.png);
}
body
    .layout
    main
    .manage_slider
    .carousel-indicators
    li.discard_slide.active:before {
    background-image: url(../images/discard_slide2.png);
}
body .layout main .manage_slider .carousel-control {
    display: block;
    margin-top: 250px;
    width: 52px;
    height: 50px;
    background: url(../images/arrows.png) no-repeat;
}
body .layout main .manage_slider .carousel-control.right {
    transform: rotate(180deg);
}
/* body .layout main .manage_slider .carousel-inner .item {
    padding: 130px 46% 130px 10%;
    text-align: left;
} */
body .layout main .manage_slider .carousel-inner .item .carousel-caption {
    position: static;
    color: inherit;
    text-align: inherit;
    text-shadow: none;
}
body .layout main .manage_slider .carousel-inner .item .carousel-caption h3 {
    margin: 0 0 20px;
    color: #2d7a98;
    text-align: inherit;
}
/* body .layout main .manage_slider .carousel-inner .item.manage_item {
    padding-top: 10px;
    background: url(../images/laptop-phone.png) no-repeat right 10% center;
    background-size: 40% auto;
} */
/* body .layout main .manage_slider .carousel-inner .item.receive_item {
    padding: 90px 10% 10px 46%;
    background: url(../images/boxes_updated.png) no-repeat 10% center;
    background-size: 30% auto;
} */
/* body .layout main .manage_slider .carousel-inner .item.read_item {
    padding: 90px 50% 30px 10%;
    background: url(../images/banner_read.png) no-repeat right 10% center;
    background-size: 40% auto;
    text-align: center;
} */
body
    .layout
    main
    .manage_slider
    .carousel-inner
    .item.read_item
    .carousel-caption {
    margin-top: 0;
}
/* body .layout main .manage_slider .carousel-inner .item.forward_item {
    padding-top: 10px;
    background: url(../images/banner_forward.png) no-repeat right 10% center;
    background-size: 24% auto;
} */
/* body .layout main .manage_slider .carousel-inner .item.discard_item {
    padding: 170px 10% 88px 46%;
    background: url(../images/banner_discard.png) no-repeat 10% center;
    background-size: 30% auto;
} */
body .layout main .blocksArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
body .layout main .blocksArea > a,
body .layout main .blocksArea > span {
    display: block;
    padding-top: 40px;
    width: 28%;
    height: 260px;
    font-size: 18px;
    line-height: normal;
    color: #6e6e6e;
    text-align: center;
    text-decoration: none;
}
body .layout main .blocksArea > a:first-child,
body .layout main .blocksArea > span:first-child {
    padding-top: 40px;
    background: #facb9d url(../images/block01.png) no-repeat center bottom 64px;
}
body .layout main .blocksArea > a:nth-child(3),
body .layout main .blocksArea > span:nth-child(3) {
    background: #ddd url(../images/block06.png) no-repeat center bottom 64px;
}
body .layout main .blocksArea > a:nth-child(4),
body .layout main .blocksArea > span:nth-child(4) {
    flex: 1 100%;
    margin-top: 20px;
    padding: 27px 0 35px;
    height: auto;
    background: #bcbee5;
}
body .layout main .blocksArea > a:nth-child(4):after,
body .layout main .blocksArea > span:nth-child(4):after {
    content: "";
    display: inline-block;
    width: 76px;
    height: 63px;
    background: url(../images/block07.png) no-repeat center;
    vertical-align: middle;
}
body .layout main .blocksArea a {
    padding-right: 5px;
    padding-left: 5px;
    color: #6e6e6e;
}
body .layout main .blocksArea a:hover {
    opacity: 0.6;
    color: #000;
    font-weight: 500;
    text-decoration: none;
}
body .layout main .blocksArea span {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 20px;
    width: 44%;
}
body .layout main .blocksArea span a {
    margin-bottom: 20px;
    padding-top: 15px;
    width: 47.7%;
    height: 120px;
}
body .layout main .blocksArea span a:first-child {
    background: #b6d7a8 url(../images/block02.png) no-repeat center bottom 14px;
}
body .layout main .blocksArea span a:nth-child(2) {
    background: #d6a6be url(../images/block03.png) no-repeat center bottom 14px;
}
body .layout main .blocksArea span a:nth-child(3) {
    background: #a0c5f9 url(../images/block04.png) no-repeat center bottom 14px;
}
body .layout main .blocksArea span a:nth-child(4) {
    background: #ea989a url(../images/block05.png) no-repeat center bottom 14px;
}
@media (max-width: 1024px) {
    body .layout main .blocksArea {
        flex-direction: column;
    }
    body .layout main .blocksArea a,
    body .layout main .blocksArea span {
        width: 100%;
    }
    body .layout main .blocksArea span {
        margin: 20px 0;
        padding: 0;
    }
}
body .layout main .list_box {
    color: #4a4a4a;
}
body .layout main .list_box header {
    margin: 0 auto;
    width: 80%;
    text-align: center;
}
body .layout main .list_box header p {
    font-size: 16px;
    line-height: normal;
}
/* body .layout main .list_box header:after {
    content: "";
    display: block;            *********** TESTING **********
    margin: 30px auto;
    width: 80%;
    border-bottom: 1px solid #dee0de;
} */
/* body .layout main .list_box h4 {
    margin-bottom: 30px !important;
    font-size: 18px;
    text-align: center;
} */
body .layout main .list_box .column_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
body .layout main .list_box .column_list li {
    width: 40%;
}
body .layout main .list_box .ordered_list {
    padding: 0;
    list-style: none;
    counter-reset: ordered_list;
}
body .layout main .list_box .ordered_list li {
    display: inline-block;
    margin-bottom: 16px;
    padding-left: 56px;
}
body .layout main .list_box .ordered_list li:before {
    counter-increment: ordered_list;
    content: counter(ordered_list);
    display: inline-block;
    margin: 0 16px 0 -56px;
    padding-right: 3px;
    width: 35px;
    height: 35px;
    background: #f8c187;
    color: #fff;
    font-size: 31px;
    text-align: right;
    vertical-align: top;
}
body .layout main .list_box .ordered_list li h3 {
    display: inline-block;
    padding-bottom: 0;
}
body .layout main .list_box .ordered_list li p {
    line-height: normal;
}
body .layout main .list_box .ordered_list.ordered_list2 li:before {
    background: #a7d196;
}
body .layout main .list_box .ordered_list.ordered_list3 li:before {
    background: #8db6f9;
}
body .layout main .list_box .ordered_list.ordered_list4 li:before {
    background: #d5d5d5;
}
body .layout main .list_box .ordered_list.ordered_list5 li:before {
    background: #e58486;
}
@media (max-width: 1024px) {
    body .layout main .list_box {
        width: 100%;
    }
    body .layout main .list_box header {
        margin-bottom: 20px;
        width: 100%;
    }
    body .layout main .list_box header:after {
        display: none;
    }
    /* body .layout main .list_box h4 {
        margin-bottom: 20px !important;
    } */
    body .layout main .list_box .ordered_list {
        column-count: 1;
    }
}
body .layout main .privacy h4 {
    margin-bottom: 10px;
}
body .layout main .privacy li,
body .layout main .privacy p {
    font-size: 13px;
}
body .layout main .unordered_list {
    padding-left: 40px;
    list-style-type: inherit;
}
/* body .layout main .section_item {
    margin-bottom: 45px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ededed;
} */
body .layout main .section_item:last-child {
    margin-bottom: 0;
    border: none;
}
body .layout main .section_item h2 {
    font-weight: 400;
    font-size: 25px;
    text-align: inherit;
}
body .layout main .section_item h2.text-center {
    text-align: center;
}
body .layout main .section_item.list h2 {
    text-align: center;
}
body .layout main .section_item li,
body .layout main .section_item p {
    color: #6e6e6e;
    font-size: 15px;
}
body .layout main .section_item ol li {
    margin-bottom: 20px;
}
body .layout main .section_item.complete_system_item h2 {
    color: #4a4a4a;
    font-size: 28px;
    line-height: 34px;
}
@media (min-width: 1025px) {
    body .layout main .section_item.complete_system_item h2 {
        padding-top: 70px;
    }
}
body .layout main .cloudbox {
    padding-right: 242px;
    min-height: 232px;
    background: url(../images/shippingStore_icon1.png) no-repeat right center;
    text-align: left;
}
body .layout main .cloudbox p {
    margin: 0;
}
body .layout main .padicons {
    margin: 0;
    padding-left: 10%;
    list-style: none;
    font-size: 15px;
}
@media (min-width: 769px) {
    body .layout main .padicons {
        line-height: 36px;
    }
}
body .layout main .padicons li {
    padding: 0 0 0 40px;
    background-repeat: no-repeat;
}
body .layout main .padicons li.ss_icon_envelope {
    background-image: url(../images/icon_envelope.png);
}
body .layout main .padicons li.ss_icon_responsive {
    background-image: url(../images/icon_responsive.png);
}
body .layout main .padicons li.ss_icon_call {
    background-image: url(../images/icon_call.png);
}
body .layout main .padicons li.ss_icon_bag {
    background-image: url(../images/icon_bag.png);
}
body .layout main .laptopbox {
    padding-left: 326px;
    min-height: 216px;
    background: url(../images/shippingStore_icon2.png) no-repeat left center;
}
body .layout main .shippingstorebox {
    padding-right: 376px;
    min-height: 178px;
    background: url(../images/shippingStore_icon3.png) no-repeat right center;
}
body .layout main .futurebox {
    padding-left: 370px;
    min-height: 178px;
    background: url(../images/shippingStore_icon4.png) no-repeat left center;
}
body .layout main .starlist {
    padding-left: 40px;
}
body .layout main .starlist li {
    margin-bottom: 5px;
    padding: 10px 0 0 40px;
    min-height: 30px;
    background: url(../images/star.png) no-repeat left center;
}
body .layout main .container_greyArea {
    padding: 60px 0 75px;
    background: #f9f9f9;
    border: none;
}
body .layout main .container_greyArea h2 {
    text-align: center;
}
body .layout main .container_greyArea ul {
    display: flex;
    justify-content: space-between;
}
body .layout main .container_greyArea ul li {
    width: 30%;
    color: #6e6e6e;
    text-align: center;
}
body .layout main .container_greyArea ul li:before {
    content: "";
    display: block;
    margin: 0 auto 20px;
    width: 110px;
    height: 120px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #e1e1e1;
}
body .layout main .container_greyArea ul li:first-child:before {
    background: url(../images/shippingStore_icon5.png) no-repeat;
}
body .layout main .container_greyArea ul li:nth-child(2):before {
    background: url(../images/shippingStore_icon6.png) no-repeat;
}
body .layout main .container_greyArea ul li:nth-child(3):before {
    background: url(../images/shippingStore_icon7.png) no-repeat;
}
body .layout main a.BB_buttonLong {
    font-size: 18px;
    text-shadow: 1px 1px 1px #0d4f6f;
    color: #fff;
    padding: 13px 10px 15px;
    text-align: center;
    display: inline-block;
    background: #30a2db;
    background: linear-gradient(to bottom, #30a2db 0, #1d7eae 100%);
    margin-top: 38px;
    text-decoration: none;
    border-radius: 4px;
}
@media (min-width: 768px) {
    body .layout main a.BB_buttonLong {
        min-width: 405px;
    }
}
body .layout main .anchors div {
    margin-bottom: 20px;
}
body .layout main .target_area {
    margin-bottom: 60px;
}
body .layout main .target_area ul li {
    margin-bottom: 16px;
    color: #202020;
}
body .layout main .target_area ul li h5 {
    color: inherit;
    font-weight: 500;
    margin-bottom:4px;
}
body .layout main .target_area ul li p {
    color: inherit;
    font-size: 17px;
}
body .layout main .blog-list {
    padding-bottom: 10px;
}
#do-not-ship-p{
    margin-bottom:16px;
}
/* body .layout main .blog-list_reviews {
    padding-bottom: 10px;
    max-width: 745px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}
#review-time {
    font-size: 14px;
    font-weight: 400;
    color: var(--Gray-500, #6E7683);
    margin-bottom: 12px;

}
body .layout main .blog-list li,
body .layout main .blog-list_reviews li {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    /* margin-bottom: 38px; */
    /* background: #eaf1f8; */
    /* border: 1px solid #b5c9d4; */
    /* border-radius: 8px; */
/* }
.blog-list_reviews {
    max-width: 745px;
    padding-left: 0; */


    li time {
        font-size: 1.4rem;
        font-weight: 400;
        color: var(--gray-500, #6E7683);
        margin: 0 0 12px;
        line-height: 24px;
    }

    body .layout main .blog-list li time {
        font-size: 14px;
        font-weight: 400;
        /* padding: 25px 15px 10px !important; */
        width: 10%;
        box-sizing: border-box;
        color: var(--Gray-500, #6E7683);
        text-align: center;
        margin-bottom: 10px;
    }

body .layout main .blog-list li time small {
    display: block;
    font-size: 11px;
}
body .layout main .blog-list li time b {
    display: block;
    margin-bottom: 10px;
    font-size: 46px;
    line-height: 38px;
}
body .layout main .blog-list li time span {
    font-size: 25px;
    border-top: solid 1px #95c6dc;
}
body .layout main .blog-list li > div a h1,
body .layout main .blog-list li > div h2,
body .layout main .blog-list_reviews li > div a h1,
body .layout main .blog-list_reviews li > div h2 {
    margin-top: 0;
    display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    color: var(--Gray-800, #272d3a);
    margin-bottom: 4px;
    text-align: left !important;
    line-height: 32px;
}
body .layout main .blog-list li > div p,
body .layout main .blog-list_reviews li > div p {
    margin: 0 0 0;
    color: var(--Gray-800, #272D3A);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;


}

body .layout main .blog-list_reviews li > div a,
#featured > a.read-more-link {
    font-size: 14px;
    color:#1075FA;
    display: flex;
    align-items: center;
}

body .layout main .blog-list li > div > a:first-of-type,
body .layout main .blog-list_reviews li > div > a:first-of-type {
    text-decoration: none;
}

body .layout main .blog-list li time,
body .layout main .blog-list li > div,
body .layout main .blog-list_reviews li time,
body .layout main .blog-list_reviews li > div {
    width: 100%;
}
body .layout main .blog-list li time {
    padding-top: 10px;
}
body .layout main .blog-list li > div {
    border-width: 1px 0 0;
}

body .layout main .top_head {
    /* margin-bottom: 45px; */
    padding-bottom: 85px;
    border-bottom: 1px solid #ededed;
}
@media (max-width: 480px) {
    body .layout main .top_head {
        border-bottom: none;
    }
}
body .layout main .progressbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 1107px) {
    body .layout main .progressbar {
        display: none;
    }
}

@media (max-width: 480px) {
    body .layout main .progressbar {
        width: 90%;
        margin: 8px auto;
    }
}
body .layout main .progressbar:before {
    content: "";
    display: block;
    margin-bottom: 12px;
    width: 100%;
    height: 6px;
    background-color: #ccc;
    border-radius: 2px;
}
body .layout main .progressbar li {
    width: 33%;
    color: #999;
    font-weight: 500;
    text-align: center;
}
body .layout main .progressbar li:first-child {
    text-align: left;
}
body .layout main .progressbar li:last-child {
    text-align: right;
}
body .layout main .progressbar li.active {
    color: #84bac5;
}
body .layout main .progressbar li.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50%;
    height: 6px;
    background-color: #78c2e8;
    border-radius: 2px;
}
body .layout main .progressbar li.active:after {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: calc(50% - 6px);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #78c2e8;
}
body .layout main .progressbar li.active ~ li {
    color: #000;
}
body .layout main .progressbar li.active:nth-child(3):before {
    width: 100%;
}
body .layout main .progressbar li.active:nth-child(3):after {
    left: calc(100% - 6px);
}
body .layout main .plate_sidebar {
    margin-bottom: 20px;
    text-align: center;
    padding: 20px;
    background-color: #f4f4f4;
    font-size: 14px;
}
@media (max-width: 480px) {
    body .layout main .plate_sidebar {
        text-align: left;
        background: var(--gray-50);
        border-radius: 5px;
    }


    body .layout main .plate_sidebar :nth-child(2) {
        margin-bottom: 0;
    }
}
body .layout main .plate_sidebar.trusted {
    padding-left: 90px;
    background: #f4f4f4 url(../images/lock2.png) no-repeat 30px center;
    background-size: 34px auto;
}

body .layout main .plate_sidebar:first-child {
    margin-top: 45px;
}

@media (min-width: 1107px) {
    body .layout main .plate_sidebar:first-child {
        margin-top: 0;
    }
}

@media (min-width: 481px) and (max-width: 991px) {
    body .layout main .plate_sidebar:first-child {
        margin-top: 0;
    }
}

body .layout main .plate_sidebar h3 {
    margin: -20px -20px 20px;
    padding: 15px;
    background-color: #869296;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
body .layout main .plate_sidebar h5 {
    font-size: 16px;
    text-transform: uppercase;
}
body .layout main .plate_sidebar p {
    margin: 0;
}
body .layout main p.alphabet {
    word-wrap: break-word;
    display: -ms-grid;
    display: grid;
    grid-row-gap: 7px;
    grid-template-columns: repeat(auto-fit, minmax(20px, 30px));
}
body .layout main .steps_section h2 {
    color: #6e6e6e;
    font-size: 20px;
}
body .layout main .steps_section h2 ~ p {
    color: #6e6e6e;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
body .layout main .login_page form {
    margin: 75px auto 30px;
    padding: 40px 30px;
    max-width: 500px;
    background: #efefef;
    text-align: center;
}
@media (max-width: 480px) {
    body .layout main .login_page form {
        margin-top: 30px;
    }
}
body .layout main .login_page form h1 {
    margin-bottom: 10px;
    color: #4a4a4a;
    font-weight: 500;
    font-size: 24px;
}
body .layout main .login_page form p {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 480px) {
    body .layout main .login_page form p {
        flex-direction: column;
    }
    body .layout main .ss_icon_phone {
        margin-bottom: 0;
    }
}
body .layout main .login_page form label {
    color: #6e6e6e;
    font: 14px "Roboto", Arial, Helvetica, sans-serif;
}
body .layout main .login_page form span input {
    width: 240px;
    height: 32px;
    font-size: 13px;
}
body .layout main .login_page form .areaLogin {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    margin-bottom: 5px;
    padding-top: 15px;
}
body .layout main .login_page form .forgotPass {
    font-size: 16px;
}
body .layout main .login_page form button.BB_buttonLogin {
    display: inline-block;
    padding: 10px 20px;
    background: #30a2db;
    background: linear-gradient(to bottom, #30a2db 0, #1d7eae 100%);
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    text-shadow: 1px 1px 1px #0d4f6f;
    text-decoration: none;
}
body .layout main .loginBoxBtm {
    margin-bottom: 45px;
    text-align: center;
}
body .layout main #secure_checkout h3 {
    font-size: 20px;
}
body .layout main #secure_checkout .error {
    color: red;
}
body .layout main #secure_checkout #accept_button .BB_button {
    float: none;
    display: block;
    margin: 0 auto 30px;
    padding: 13px 50px 15px;
    width: auto;
    max-width: 250px;
    font-size: 18px;
    text-shadow: 1px 1px 1px #0d4f6f;
    color: #fff;
    text-align: center;
    background: #30a2db;
    background: linear-gradient(to bottom, #30a2db 0, #1d7eae 100%);
    text-decoration: none;
    border-radius: 4px;
    border: none;
}
body .layout main #secure_checkout #accept_button .BB_button:hover {
    background: #1d7eae;
}
body .layout main #secure_checkout #accept_button .BB_button:focus,
body .layout main #secure_checkout #accept_button .BB_button:hover {
    color: #fff;
    text-decoration: none;
}
/* @media (max-width: 480px) { */
    /* body .layout main #secure_checkout #accept_button .BB_button { */
        /* display: flex; */
        /* justify-content: center; */
        /* align-items: center; */
        /* padding: 12px 0px; */
        /* width: 100vw; */
        /* width: calc(100vw - 5%); */
        /* max-width: 450px; */
        /* background: rgba(0, 148, 220, 0.5); */
        /* box-shadow: 0px 1px 2px rgba(21, 29, 44, 0.05); */
        /* border: none; */
        /* border-radius: 6px; */
        /* font-weight: 500; */
        /* line-height: 21px; */
        /* letter-spacing: -0.025em; */
        /* color: var(--white); */
        /* margin: 0; */
    /* } */
/* } */
body .layout main .secure_checkout_alert {
    margin-bottom: 20px;
    padding: 10px 25px;
    background: #fff6c3;
}
body .layout main .secure_checkout_alert table {
    font-size: 14px;
}
body .layout main #secure_checkout {
    overflow: hidden;
}
body .layout main .info_fieldset {
    position: relative;
    margin: 0 0 50px 25px;
    padding: 30px 8%;
    width: 87%;
    background: #f6f6f6;
    box-sizing: border-box;
    color: #6e6e6e;
}
body .layout main .info_fieldset h4 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bfbfbf;
    color: #000;
    font: bold 14px "Roboto", Arial, Helvetica, sans-serif;
}
@media (min-width: 320px) and (max-width: 480px) {
    body .layout main .info_fieldset h4 {
        border-bottom: none;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;
        padding: 8px 16px;
        background: var(--background-blue-color);
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 1.9rem;
        color: #FFFFFF;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        margin: -20px -20px 20px;
        border-bottom: 0 !important;
    }
}
/* @media (min-width: 320px) and (max-width: 374px) {
    body .layout main .info_fieldset h4 {
        border-bottom: none;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;
        padding: 8px 16px;
        background: var(--background-blue-color);
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #FFFFFF;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        margin: -10px -11px 20px -11px;
        border-bottom: 0 !important;
    }
} */
body .layout main .info_fieldset .tips {
    display: inline-block;
    width: 15px;
    height: 15px;
    /* background: url(../images/question_grey.png); */
    vertical-align: top;
}
body .layout main .info_fieldset .tips:hover {
    text-decoration: none;
}
body .layout main .info_fieldset p {
    font-size: 14px;
}
body .layout main .info_fieldset ul {
    margin-bottom: 50px;
    padding: 0;
    list-style: none;
}
@media (max-width: 480px) {
    body .layout main .info_fieldset ul {
        margin-bottom: 5px;
    }
}
body .layout main .info_fieldset ul li {
    display: flex;
    margin-bottom: 10px;
}
body .layout main .info_fieldset ul li label {
    width: 135px;
    align-self: center;
    font-size: 14px;
    font-weight: 400;
}
@media (max-width: 480px) {
    body .layout main .info_fieldset ul li label {
        color: var(--gray-700);
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
}
body
    .layout
    main
    .info_fieldset
    ul
    li
    input:not([type="checkbox"]):not([type="radio"]) {
    padding-left: 4px;
}
body .layout main .info_fieldset ul li .select_field,
body
    .layout
    main
    .info_fieldset
    ul
    li
    input:not([type="checkbox"]):not([type="radio"]) {
    height: 24px;
    background: #fff;
    border: none;
    box-shadow: inset 0 1px 2px #666;
    color: #000;
    font-size: 16px;
}
body .layout main .info_fieldset ul li .select_field:not(.col-md-6),
body
    .layout
    main
    .info_fieldset
    ul
    li
    input:not([type="checkbox"]):not([type="radio"]) {
    width: 185px;
}
body .layout main .info_fieldset ul li .select_field select {
    width: 100%;
    height: 24px;
    background: 0 0;
    border: none;
    border-radius: 0;
}
body .layout main .info_fieldset ul li .select_column {
    margin: 0;
}
body .layout main .info_fieldset ul li .select_column .select_field {
    padding: 0;
}
body .layout main .info_fieldset .required:after {
    content: "\a0*";
    color: red;
}
body .layout main .info_fieldset .paypal_fields p {
    font-weight: 500;
    font-size: 14px;
    color: #248abd;
}
body .layout main .payment_confirmation .infoBox > div {
    display: flex;
    justify-content: space-between;
}
body .layout main .paypal__confirmation .text-left {
    text-align: left;
}
body .layout main .infoBox--flex__container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    border-bottom: 1px solid #4a4a4a;
    padding-bottom: 5px;
}
body .layout main .blue_box {
    display: block;
    margin-bottom: 40px;
    padding: 10px 30px;
    background: #bcbee5;
    border: 1px solid #fff;
    outline: 10px solid #bcbee5;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
body .layout main .blue_box:after {
    content: "";
    display: block;
    clear: both;
}
body .layout main .blue_box b {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 28px;
}
body .layout main .blue_box span {
    display: block;
}
body .layout main .blue_box u {
    float: right;
    font-size: 14px;
}
@media (max-width: 1024px) {
    body .layout main footer.foot .inner > ul {
        width: 100%;
    }
}
.reversible_columns .reversible_columns__content {
    padding: 0 5%;
}
@media (max-width: 768px) {
    .d-mobile-none {
        display: none !important;
    }
}
@media (min-width: 769px) {
    .d-desktop-none {
        display: none !important;
    }
    .carousel-inner {
        height: 400px;
    }
}
body .layout main .reversible_columns .reversible_col1 #videocontainer {
    display: none;
}
@media (max-width: 991px) {
    body .layout main .reversible_columns .reversible_col1 #videocontainer {
        display: block;
    }
    body .layout main .reversible_columns .reversible_col2 #videocontainer {
        display: none;
    }
}
@media (max-width: 768px) {
    body .layout main h1 {
        font-size: 26px;
    }
    body .layout main section-heading {
        font-size: 26px;
    }
    body .layout main h2 {
        font-size: 20px;
    }
}
@media (max-width: 414px) {
    body .layout main .state_id_area {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
}
@media (max-width: 768px) {
    body .layout main h1 {
        font-size: 21px;
        font-weight: 600;
    }
}

/*
Loading spinner with overlay:
Is already loaded on all CP (admin) pages.  To add to a front-end page, call PHP function: add_loading_spinner();
Spinner is hidden by default.  To show/hide, use:
show_spinner() OR $("#loading-spinner-overlay").show();
hide_spinner() OR $("#loading-spinner-overlay").hide();
*/
#loading-spinner-overlay {
    display:none; /* hidden on initial page load */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.1);
    z-index: 2;
    width: 100%;
    height: 100%;
    color: #403f3f;
}
#loading-spinner {
    position: absolute;
    top: 35%;
    left: 50%;
}

.arrow-right-500 {
    margin-left:12px;
    margin-bottom:3px;
}
.plans-pricing-anchor {
    color: #1075FA;
    display:flex;
}
.plans-pricing-anchor:hover {
    color: #1075FA;
}
.plans-pricing-anchor:visited {
    color: #1075FA;
}
@media (max-width: 1107px) {

    .arrow-right-500 {
        margin-left:8px;
    }
}
