.form-check-input {
    position: relative;
    margin-left: 0rem;
    margin-right: 5px;
}

.tsds_text_blue {
    color: #101729;
}

.tsds_background_1 {
    background: rgb(10,78,111);
    background: linear-gradient(90deg, rgba(10,78,111,1) 25%, rgba(44,115,149,1) 53%, rgba(46,116,150,1) 100%);
}

.tsds_background_2 {
    background: #0A4E6F;
}

.tsds_background_3 {
    background-color: #499fcd;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://s3.amazonaws.com/landing-pages.totalsds.com/assets/img/common/backgrounds/totalsds_background_design_1.png');
}

.tsds_background_4 {
    background: rgb(249,249,249);
    background: linear-gradient(90deg, rgba(249,249,249,1) 0%, rgba(242,242,245,1) 35%, rgba(242,242,246,1) 100%);
}

.tsds_phone_btn {
    font-size: 18px;
}

.tsds_color_bar_1 {
    height: 15px;
    background-color: #6DA0BF;
}

.tsds_color_bar_2 {
    height: 15px;
    background-color: #CE0D00;
}

.tsds_color_bar_3 {
    height: 15px;
    background-color: #88CFB5;
}

#tsds_black_filter {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

.tsds_logo_image {
    filter: grayscale(100%);
    display: block;
    max-height: 80px;
    width: auto;
}

.tsds_logo_image:hover {
    filter: none;
    display: block;
    max-height: 80px;
    width: auto;
}

.tsds_border {
    border: solid 1px;
    border-color: #D3D3D3;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.tsds_border:hover {
    border: solid 1px;
    border-top-color: #101729;
    border-right-color: #0A4E6F;
    border-bottom-color: #CE0D00;
    border-left-color: #0A4E6F;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;    
}

@media only screen and (min-width: 768px) {

    .tsds_hero_blue {
        background-color: #499fcd;
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('https://s3.amazonaws.com/landing-pages.totalsds.com/assets/img/common/heros/totalsds_hero_blue_2.png');
    }
    
    .tsds_hero_white {
        background-color: #ffffff;
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('https://s3.amazonaws.com/landing-pages.totalsds.com/assets/img/common/heros/totalsds_hero_white.png');
    }

}


@media only screen and (max-width: 760px) {

    .tsds_hero_blue {
        background-color: #499fcd;
    }

}

.swiper-pagination {
    position: relative;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10;
    margin-top: 0px;
}

.btn-primary {
    font-weight: 600;
    background-color: #CE0D00 !important;
    border-color: #CE0D00 !important;
}

.card-img, .card-img-top {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
  
.swiper-pagination {
    margin-top: 20px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-button-next, .swiper-button-prev {
    display: inline-flex;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border: none !important;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #465568;
}