
    html{
      background-color: #ededed !important;
    }
    #body-landing {
      background-color: #ededed !important;
      *zoom: 1;
      background-image: : -webkit-radial-gradient(top, circle, #ffffff 0%, #ededed 70%) !important;
      background-image: -webkit-radial-gradient(top, circle, #ffffff 0%, #ededed 70%) !important;
      background-image: radial-gradient(circle at top, #ffffff 0%, #ededed 70%) !important;
      /*line-height: 1.5;*/
    }
    .btn-red{
        background: linear-gradient(#FD0215 50%, #F20214 51%);
    }
    .btn-red:hover{
        color: #ffffffcf !important;
    }
    .bg-grey-2{
        background-color: #f8f8f8;
    }
    .text-dark,.text-dark p, .text-dark span, .text-dark a, .text-dark h3{
        color: #384047 !important;
    }
    .purchase-panel .domain-link {
        color: inherit !important;
    }
    .purchase-panel .icon-text{
        font-size: 1.2em !important;
        text-align: center;
    }
    .purchase-panel .bulled-list li{
        font-family: Open Sans,Helvetica,Arial,sans-serif;
        font-weight: 600;
    }
    .ta-r{
        text-align: right;
    }
    .call-text{
        font-size: 1.1em !important;
        font-weight: 900 !important;
        display: inline-block;
    }
    .domain-title{
        font-size: 50px;
        line-height: 0.8em;
        margin: 0;
        text-align: center;
        text-transform: none;
    }
    .purchase-panel .bulled-list{
        margin-top: 30px;
    }
    .purchase-panel .bulled-list li{
        margin: 10px 0px;
    }
    .bulled-list .fa,.purchase-panel .call-text a{
        color: #2196F3;
    }
    .purchase-panel .form-signin h2{
        font-family: Open Sans,Helvetica,Arial,sans-serif;
        font-weight: 600;
    }
    .purchase-panel h2 {
        text-transform:inherit !important;
        font-size: 1.8em;
        text-align: center;
        font-weight: bold !important;
    }
    .purchase-panel .icon-inside {
        position: absolute;
        width: 40px;
        height: 40px;
        left: 0;
        top: 0;
        pointer-events: none;
        font-size: 18px;
        font-size: 1.125rem;
        color: #c4c3c3;
        z-index: 3;
        display: flex;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .purchase-panel .position-relative{
        position: relative;
    }
    .purchase-panel .icon-group .form-control {
        padding-left: 35px;
    }
    .purchase-panel .terms{
        font-size: 0.7em !important;
        font-weight: 200;
        padding: 0px 20px 10px 20px;
        text-align: center;
    }
    .purchase-panel .social-text{
        font-size: 1.2em !important;
        text-align: center;
    }
    .purchase-panel .form-signin{
        padding: 20px;
    }
    .btn-primary:active, .btn-primary:hover{
      background-color: #2088da !important;
      border-color: #146cb1 !important;
    }
    button, [type='button']{
        /*background-color: #233a78;*/
        border: 0;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: "Open Sans",Helvetica,Arial,sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        padding: .75em 1.5em;
        text-align: center;
        text-decoration: none;
        transition: background-color 150ms ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        vertical-align: middle;
        white-space: nowrap;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-font-smoothing: antialiased;
    }
    .btn-tdfs-social {
        font-size: 13px;
        padding: 0 8px 0 0;
    }
    .btn-tdfs-social.gg {
        background-color: #4285F4;
    }
    .btn-tdfs-social.fb {
        background-color: #3B5998;
    }
    .btn-tdfs-social .btn-icon {
        align-items: center;
        display: grid;
        font-size: 13px;
        grid-template-columns: 32px auto;
        gap: 10px;
    }
    .btn-tdfs-social .svgIcon {
        background: #ffffff1c;
        font-size: 1rem;
        height: 32px;
        padding: .6em;
        width: 32px;
    }
    .svgIcon {
        align-self: center;
        display: inline-flex;
        height: 1em;
        width: 1em;
    }
    .svgIcon svg {
        height: 100%;
        width: 100%;
        fill: currentColor;
        font-size: 1rem;
    }
    .pr-7_5{
        padding-right: 7.5px !important;
    }
    .pl-7_5{
        padding-left: 7.5px !important;
    }
    .d-mb{
        margin-bottom: 60px;
    }
    .d-mt{
        margin-top: 60px;
    }
    .text-center{
        text-align: center;
    }

    .pt-m-1{
        padding-top: 70px;
    }
    .map-bg{
        background-image: url(../img/map.png);
        background-size: 65%;
    }
    /* Small devices (tablets, 768px and up) */
    @media (max-width: 992px ) {

        .purchase-panel .form-check{
            display: flex;
        }
        .d-mb{
            margin-bottom: 0px !important;
        }
        .d-mt{
            margin-top: 20px !important;
        }
        .jumbotron{
            margin-top: 30px !important;
        }
        .terms{
            margin-bottom: 30px !important;
        }
        .m-text-center{
            text-align: center;
        }
        .domain-title{
            font-size: 30px !important;
        }
        .pt-m-1{
            padding-top: 30px;
        }
        .sidebar-offcanvas{
            padding-bottom: 40px;
        }
        .text-center-m{
            text-align: center;
        }
        .mt-30-m{
            margin-top: 30px;
        }
        .mt-20-m{
            margin-top: 20px;
        }    
        #body-landing {
          background-size: auto 120%;
        }

    }

    @media (min-width: 992px ){

        /*
        footer {
            position: absolute;
            width: 100%;
            bottom: -1px;
        }*/
    }

    @media (max-width: 505px ) { 
        .div-line{
            display: none;
        }
    }
    .row-no-gutters [class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }
    .btn-search{
        margin-right: 7px;
        margin-left: 0px;
        height: 33px;
        padding: 4px 8px;
    }
    input.search{
        width: auto;
        display: inline-block;
    }
    .img-icon{
        margin: auto;
        display: block;
        max-width: 80px;
    }
    .img-icon-container{
        min-height: 83px !important;
        vertical-align: middle;
    }
    #getPriceForm p{
        font-size: 1.1em !important;
        font-weight: bold !important;
    }
    .btn-sms{
        height: 3.7em;
        border-radius: 2em;
        background-color: #17191c;
        border: none;
        text-transform: inherit;
        font-weight: 600;
        line-height: 3em;
    }
    .btn-sms:hover,.btn-sms:focus,.btn-sms:active{
        background-color: #5c6166 !important;
        border: none;
    }
    .btn-sms img{ 
        max-width: 18px;
        margin-left: 2px;
        top: -1.5px;
        position: relative; 
    }
    .social-links li img{
        max-width: 90px;
    }
    .social-links.certificates li{
        padding: 0px !important;
        padding-right: 10px !important;
    }