html, body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    color: #333333;
}

.lead {
  font-size: 18px;
  font-weight: normal;
  color: #444444;
}

.navbar .btn-success {
    font-weight: 700 !important;
}

.th__section_header .h1,
.th__section_header h1,
.text-content h1 {
  font-weight: 300;
  margin: 0 0 2rem;
}

.text-content {
    padding: 2.8125rem 0 0.9375rem;
}

.text-content h2,
.text-content h3
.text-content h4 {
    margin: 3rem 0 2rem;
  }

.text-content .h4 {
    font-weight: 700;
    line-height: 1.23;
    letter-spacing: .3px;
    margin: 0 0 2.0625rem;
}


.ie-banner {
    background: #FFFC6E;
    padding: 0.1875rem 1.375rem;
    font-size: 0.6875rem; /*11px*/
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -18.75rem;
    overflow: hidden;
    /* TODO padding-top: 8.5625rem;*/
    transition: all .5s;
}

.wrapper.resized {
    /* TODO padding-top: 5.125rem;*/
}

/*.wrapper.upper {
    padding-top: 5.625rem;
}*/

.push {
    clear: both;
    height: 300px;
}

a {
    color: #1b75bb;
}

.btn {
    border-radius: 0;
    display: inline-flex;
    align-self: center;
    align-items: center;
}

.btn-lg {
    font-size: 1.4375rem; /*23px*/
}

.bg-primary {
    background: #1b75bb !important;
}

.bg-info {
    background: rgba(27,117,188,0.8) !important;
}

.bg-outline-primary {
    border-color: #1b75bb !important;
    color: #1b75bb !important;
}

.btn-success {
    background: #a7d769 !important;
    border-color: #a7d769 !important;
    color: #000000;
}
.btn-success:hover {
    background: #a1ee58 !important;
    border-color: #a1ee58 !important;
    color: #000000;
}

.btn-outline-success {
    color: #a7d769 !important;
    border-color: #a7d769 !important;
}

.btn-outline-success:hover {
    border-color: #a1ee58 !important;
    background: #a1ee58 !important;
}

.btn-primary {
    background: #1b75bb !important;
    border-color: #1b75bb !important;
}
.btn-primary:hover {
    background: #3283C2 !important;
    border-color: #3283C2 !important;
}

.btn-outline-primary {
    border-color: #1b75bb !important;
    color: #1b75bb !important;
}

.btn-outline-primary:hover {
    border-color: #3283C2 !important;
}

[class*="btn-outline"] {
    border-width: 3px;
}

[class*="btn-outline"].btn-lg {
    padding-top: .4rem;
    padding-bottom: .4rem;
}

.text-primary {
    color: #1b75bb !important;
}

.bg-success {
    background: #a7d769 !important;
}

.text-success {
    color: #a7d769 !important;
}

.text-730 {
    max-width: 730px;
}

.th__feature_table tbody td {
  text-align: center;
  color: #a7d769;
}

.th__feature_table tbody td:first-child {
  text-align: left;
  color: inherit;
}

.th__feature_table thead th {
  text-align: center;
}

.th__feature_table thead th:first-child {
  text-align: left;
}

.table td, .table th {
    border-top: none;
    padding: 1rem 0.9375rem 0.75rem; /*16px 15px 12px*/
}

.table thead th {
    background: rgba(0, 0, 0, .03);
    font-weight: 700 !important;
    border-bottom: none;
    font-weight: normal;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0);
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, .03);
}

.pl0 {
    padding-left: 0 !important;
}

.alert {
    border-radius: 0;
    border-width: 2px;
    line-height: 1.46;
    margin-bottom: 1.875rem;
}

.alert-warning {
    background: #fffdd4;
    border-color: #ffde00;
    color: #6b5600;
}

.alert-warning .alert-link,
.alert-warning a {
    color: #6b5600;
    text-decoration: underline;
    font-weight: 700 !important;
}

.alert-warning .alert-link:hover,
.alert-warning a:hover {
    text-decoration: none;
}

/* Site Header */
.site-header .navbar {
    padding: 0;
}

.site-header .main-nav.upper {
    top: -100%;
}

.main-nav .navbar-brand {
    padding: .9375rem .3125rem 1rem; /*15px 5px 16px*/
    margin-right: 0;
    transition: all .5s;
    width: 212px;
    text-align: center;
    background: rgba(0, 0, 0, .05);
}

.main-nav.resized .navbar-brand {
    padding: .5625rem 1rem .5625rem 0; /*9px 1rem 9px 0*/
    max-width: 125px;
}

.main-nav.resized .navbar-brand img {
    max-width: 60px;
}

.site-header .top-part {
    background: rgba(255, 255, 255, .1);
    font-size: .9375rem; /*15px*/
    height: 48px;
}

.site-header .resized .top-part {
    height: auto;
}

.site-header .top-part .nav .nav-link {
    padding: .5rem .75rem;
}

.site-header .resized .top-part .nav .nav-link {
    padding: .2rem .75rem;
}

.site-header .top-part .nav .nav-link:hover {
    text-decoration: underline;
}

.site-header .top-part .nav .nav-link.pl0 {
    padding-right: 1.25rem;
}

.site-header .navbar-collapse .navbar-nav {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.main-nav .navbar-nav .nav-link {
    color: #ffffff;
    display: inline-block;
    letter-spacing: .5px;
    font-size: .875rem; /*14px*/
}

.main-nav .navbar-nav .active .nav-link,
.main-nav .navbar-nav .nav-link:hover {
    background: transparent;
    position: relative;
}

.main-nav .navbar-nav .active .nav-link:after,
.main-nav .navbar-nav .nav-link:hover:after {
    content: '';
    background: #ffffff;
    position: absolute;
    left: .8125rem; /*13px*/
    right: .8125rem; /*13px*/
    top: 100%;
    height: 5px;
    margin-top: -.3125rem; /*-5px*/
}

.main-nav:not(.resized) .navbar-collapse .navbar-nav .nav-link {
    height: 40px;
    line-height: 1.5rem;
}

.main-nav:not(.resized) .navbar-collapse .navbar-nav .active .nav-link:after,
.main-nav:not(.resized) .navbar-collapse .navbar-nav .nav-link:hover:after {
    margin-top: 1.1875rem; /*19px*/
}

.main-nav:not(.resized) .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
    transition: all .5s;
    height: 89px;
}

.main-nav .nav-right-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.main-nav .btn-success {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.125rem; /*18px*/
    color: #000000;
    width: 160px;
    letter-spacing: .36px;
    transition: all .5s;
    line-height: 1;
    padding: .5rem 1.0625rem;
    height: 36px;
}

.main-nav .navbar-toggler {
    margin-top: 0.125rem;
    border: none;
}

.main-nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

@media (max-width: 767px) {

    .main-nav .navbar-collapse {
        position: fixed;
        top: 86px;
        left: 0;
        right: 0;
        background: #1b75bb !important;
        border-top: 1px solid #8dbade;
        bottom: 0;
        padding-bottom: 5.625rem; /*90px*/
        height: auto !important;
    }

    .main-nav .navbar-collapse ul.navbar-nav {
        height: calc(100vh - 87px - 102px);
        overflow: auto;
    }

    .main-nav.resized .navbar-collapse {
        top: 83px;
    }

    .main-nav .navbar-collapse .nav-item {
        position: relative;
    }

    .main-nav .navbar-collapse .nav-link {
        display: block;
    }

    .main-nav .navbar-collapse .dropdown-toggle {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        color: #ffffff;
        padding: .5rem .9375rem;
    }

    .main-nav .navbar-collapse .dropdown-menu {
        background: transparent;
        border: none;
    }

    .main-nav .navbar-collapse .dropdown-menu a {
        color: #ffffff;
        font-size: .875rem;
    }
    .main-nav .navbar-collapse .dropdown-menu a:hover {
        background: rgba(0, 0, 0, .05);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-nav .navbar-collapse {
        position: absolute;
        right: 160px;
        background: #1b75bb !important;
        border-top: 1px solid #8dbade;
        overflow: auto;
        height: auto !important;
        min-width: 170px;
    }
}

@media (max-width: 991px) {
    .main-nav .navbar-collapse ul {
        font-size: 1rem;
    }

    .main-nav .navbar-collapse ul .nav-link {
        display: block;
        font-size: 1rem;
        padding-left: .9375rem;
        padding-right: .9375rem;
    }

    .main-nav .navbar-collapse ul .active .nav-link,
    .main-nav .navbar-collapse ul .nav-link:hover {
        background: rgba(0, 0, 0, .05);
    }

    .main-nav .navbar-collapse ul .active .nav-link:after,
    .main-nav .navbar-collapse ul .nav-link:hover:after {
        display: none;
    }

}

.main-nav .navbar-toggler .text {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 0);
    font-size: .875rem;
    font-weight: 400;
}

.sub-navigation,
.sub-navigation .nav-item {
  height: 77px;
  background: #303030;
}

.sub-navigation.small-nav {
    height: 77px;
}

.sub-navigation .navbar {
    background: #303030;
    padding: 0;
    width: 100%;
    z-index: 9;
}

.sub-navigation .navbar.fixed {
    position: fixed;
    z-index: 999;
    top: 64px;
}

@media (max-width: 575px) {
    .sub-navigation .navbar.fixed {
        top: 69px;
    }
}

.sub-navigation .navbar:not(.fixed) {
    top: auto !important;
}

.sub-navigation .navbar-brand {
    /*background: rgba(255, 255, 255, .1);*/
    color: #ffffff;
    font-size: 1.4375rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding-right: 40px;
    margin-right: 0.3125rem;
    height: 100%;
    display: flex;
    align-items: center;
}

.sub-navigation.small-nav .navbar .navbar-brand {
    /*padding-top: 0.8125rem;
    padding-bottom: 0.875rem;*/
    width: auto;
}

.sub-navigation .navbar.fixed .navbar-brand {
    /*padding-top: 0.25rem;
    padding-bottom: 0.3125rem;*/
}

.sub-navigation .navbar-brand img {
    margin-right: 10px;
}

.sub-navigation .navbar.fixed .navbar-brand img {
    max-width: 30px;
    height: auto;
}

.sub-navigation .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .72px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-navigation.small-nav .navbar-nav .nav-link {
    /*padding-top: 1.625rem;
    padding-bottom: 1.75rem;*/
}

.sub-navigation .fixed .navbar-nav .nav-link {
    /*padding-top: 0.35rem;
    padding-bottom: 0.4rem;*/
}

.sub-navigation .navbar-nav .nav-link:hover {
    background: #454545;
}

.sub-navigation .navbar-toggler {
    margin-right: 2.5rem;
    border: none;
}

.sub-navigation .show .navbar-nav .nav-link {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.sub-navigation .navbar-nav .active {
    background: #454545;
}

.medium-button {
    margin-top: 0.5625rem;
}

.mobile-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #5799ce;
    padding: .625rem .3125rem;
}

.mobile-footer > div:first-child {
    margin-bottom: .3125rem;
}

.mobile-footer .btn {
    margin-top: .3125rem;
}

.mobile-footer a {
    color: #ffffff;
    margin: 0 0.1875rem;
}

/* Site Footer */
.site-footer {
    /* Set the fixed height of the footer here */
    min-height: 300px;
    padding: 1.25rem 0;
    color: rgba(255, 255, 255, .4);
    background: rgba(0, 0, 0, .9);
}

.site-footer .container {
    display: table;
}

.site-footer .text {
    display: table-cell;
    vertical-align: middle;
    height: 260px;
    width: 100%;
}

.site-footer a {
    color: rgba(255, 255, 255, .4);
}

.site-footer a:hover {
    text-decoration: underline;
}

.site-footer .nav {
    margin-bottom: 3.6875rem;
    font-size: 1.5625rem;
}

.site-footer .nav .nav-item {
    margin-bottom: 0;
}

.site-footer .nav .nav-link {
    color: #ffffff;
}

.site-footer p {
    margin-bottom: 1.3125rem;
}

.site-footer p:last-child {
    margin-bottom: 0;
}

/* Blue banner 1 */
.banner1 {
    /*color: #ffffff;*/
    font-size: 1.375rem;
    line-height: 1.5;
}

.banner1 .row {
    min-height: 396px;
}

.banner1.bg-primary [class*="btn-outline"] {
    color: #ffffff;
}

.jumbotron {
    background-color: #1b75bb;
    background-color: rgba(27, 117, 187, 0.8);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #95989a;
    margin-bottom: 0;
    position: relative;
    padding: 0;
}

.jumbotron .row {
    padding: 9.375rem 0;
}

.jumbotron .scroll-mouse {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
}

.jumbotron .btn-success {
    font-weight: 600 !important;
}

.bg-stripped {
    background-color: rgba(238, 238, 238, 0.5);
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2359964d' fill-opacity='0.15' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.jumbotron-sm .row {
    padding: .75rem 0;
}

@media (min-width: 576px) {
    .jumbotron-sm .row {
        padding: 1.5rem 0;
    }
}

.jumbotron .row {
    min-height: 46vw;
}
.jumbotron.hero-large,
.jumbotron.hero-medium {
    background-position: top center;
}
.jumbotron.hero-large .row {
    min-height: 663px;
}
.jumbotron.hero-medium .row {
    min-height: 470px;
}
.jumbotron .h1,
.jumbotron h1 {
    font-size: 2.625rem;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2)
}
.jumbotron .btn-lg {
    font-size: 1.25rem;
    min-height: 51px;
}

.bg-gray-grad {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.testimonials-section {
    background: url("https://thi01.azureedge.net/images1/i001-28342/images/testimonials-bg.jpg") no-repeat center center;
    background-size: cover;
}

.testimonials-section .row {
    min-height: 43.23vw;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.list-green-check {
    padding: 0;
}

.list-green-check li {
    list-style: none;
    padding-left: 1.5625rem;
    margin-left: 0;
    margin-bottom: 0.5rem;
    line-height: 1.33;
    position: relative;
    background: url("images/green-check@2x.png") no-repeat 2px 5px;
    background-size: 14px 11px;
}

.add-ins-list {
    padding-top: 4rem;
    padding-bottom: 1.5625rem;
    font-size: .9375rem;
    line-height: 1.33;
}

.add-ins-list .container {
    max-width: 1038px;
}

.th__feature_box,
.th__product_box {
    padding-top: 25px;
    padding-bottom: 25px;
}

.th__feature_box .title {
  font-size: 18px;
  font-weight: 600;
}

.th__feature_box .read-more {
  font-size: .8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  text-align: right;
}


.add-ins-list .bg-gray-grad {
    border-bottom: 5px solid rgba(0, 0, 0, .03);
    padding: 1.375rem 1rem 0.5625rem 2.0625rem;
}

.th__product_box .title {
    font-size: 23px;
    letter-spacing: .46px;
    font-weight: 600;
  }

.th__product_box h1.title {
}

.th__product_box .subtitle {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .23px;
    margin-bottom: 1rem;
  }

.th__product_box .title a,
.th__product_box .subtitle a {
  color: inherit;
}

.th__feature_box .media,
.th__product_box .media {
    margin-bottom: 1rem;
}

.th__product_box .read-more {
    font-size: .9375rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.th__feature_box .text,
.th__product_box .text {
  margin-bottom: 0.8125rem;
}

.th__feature_box .text p,
.th__product_box .text p {
    margin: 0;
    line-height: 1.5;
}

.testimonials-list {
    font-size: 1.875rem;
    margin-bottom: 4.6875rem !important;
    max-width: 653px;
}

.testimonials-list blockquote {
    font-weight: 300;
}

.testimonials-list cite {
    display: block;
    margin-top: 2.5625rem;
}

.testimonials-list .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.testimonials-list .slick-dots {
    text-align: left;
}

.testimonials-list .slick-dots li {
    margin: 0;
}

.testimonials-list .slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    margin-right: 0.4375rem;
}

.testimonials-list .slick-dots li button:before {
    content: '';
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, .5);
    border: 1px solid #abadaf;
    border-radius: 50%;
    opacity: 1;
}

.testimonials-list .slick-dots li.slick-active button:before {
    background: #ffffff;
    opacity: 1;
}

.features-list,
.tech-list-type1 {
    padding-top: 1.25rem;
    padding-bottom: 1.5625rem;
}

.features-list [class*="col-"],
.tech-list-type1 [class*="col-"] {
    padding-top: 0.9375rem;
    padding-bottom: 1.25rem;
}

.tech-list-type1 .col-12 {
    padding-bottom: 0;
}

.tech-list-type1 .jumbotron-sm {
    border-top: none;
    border-bottom: none;
}

.tech-list-type1 .jumbotron-sm h2 {
    margin-bottom: 0;
}

.text-block {
    padding: 4rem 0 3rem;
}

.text-section {
    padding: 100px 0 100px;
}

.text-section .h1 {
    font-weight: 300 !important;
    margin-bottom: 0.9375rem;
}

.text-section .h4 {
    margin-bottom: 1.4375rem;
    font-weight: 700;
}

.text-section p {
    margin-bottom: 1.625rem;
}

.review-section {
    font-size: 1.4375rem;
    font-weight: 300;
    padding-top: 1.75rem;
}

.review-section cite {
    font-size: 1.125rem;
    font-weight: 600;
}

.price-box,
.price-box2 {
    padding: 3.3125rem 0 4.625rem;
}

.price-box .container,
.price-box2 .container {
    max-width: 1038px;
}

.price-box .h1,
.price-box2 .h1 {
    margin-bottom: 0.9375rem;
}

.price-box .item,
.price-box2 .item {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
}

.price-box .bg-gray-grad {
    background-color: #ffffff;
    padding: 1.375rem 1rem 0.5625rem 2.0625rem;
    border-bottom: 5px solid rgba(0, 0, 0, .03);
}

.price-box2 .bg-gray-grad {
    background: #ffffff;
    border: 5px solid #ebebeb;
    padding: 0 0 1.5rem;
}

.price-box2 .bg-gray-grad > div {
    padding: 0 .5rem;
}

.price-box2 .bg-gray-grad .top{
    background:  rgba(0, 0, 0, .05);
    padding-top: 1.1875rem;
    padding-bottom: 1.4375rem;
    margin-bottom: 1.1875rem;
}

.price-box .best .bg-gray-grad {
    outline: 10px solid #ebebeb;
    border-bottom-color: #ffffff;
}

.price-box .item .title {
    font-size: 1.4375rem;
}

.price-box2 .item .title {
    font-size: 1.375rem;
}

.price-box .item .title strong {
    display: block;
}

.price-box .item .price,
.price-box2 .item .price {
    margin-bottom: 0.75rem;
}

.price-box .th__price_value,
.price-box2 .th__price_value {
    font-size: 1.75rem;
    color: #1b75bb;
    font-weight: 700;
}

.price-box .item .price span,
.th__price_note {
    font-size: .75rem;
    color: rgba(0, 0, 0, .6);
    display: block;
}

.price-box .item .list {
    padding-top: 1.6875rem;
}

.price-box .item .read-more {
    font-size: .9375rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-align: right;
}

.price-box2 ul{
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: normal;
}

.price-box2 ul li{
    list-style: none;
    margin-bottom: 0.4375rem;
}

.tip {
    background: #e3edf6;
    border: 2px solid #8dbadd;
    margin: 0 0 2.625rem;
}

.tip .tip-icon {
    background: #8dbadd;
    color: #ffffff;
    font-weight: 700;
    padding: 0.875rem 0.6875rem;
}

.tip .text{
    line-height: 1.46;
    padding: .5rem 1rem;
}

.order-list > [class*="col"] {
    padding-top: 15px;
    padding-bottom: 15px;
}

.order-list .th__prod_name {
    margin: 0;
    color: #1b75bc;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.order-list .top{
 padding: 1.5625rem .5rem 1.375rem;
}

.order-list .bg-primary .top{
 background: #3283c3;
}

.order-list .bg-light .top{
 background: rgba(0,0,0,.05);
}

.order-list .d-flex {
    padding: 1.8125rem 1rem 1rem;
}

.order-list .d-flex > div {
    width: 50%;
    padding-bottom: .8125rem;
}

.order-list .th__price_value {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 0.75;
}

.testimonials-full-list blockquote {
    padding: 40px 10px;
    color: #6c757d;
}

.testimonials-full-list blockquote p{
    margin: 0 0 16px;
}

.testimonials-full-list blockquote footer{
    color: #272b2e;
    letter-spacing: .5px;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 575px) {
    .h1, h1 {
        font-size: 2rem;
    }

    .main-nav .navbar-toggler {
        margin-right: 1rem;
    }

    .main-nav .navbar-toggler {
        margin-top: 1.3125rem;
    }

    .jumbotron .row {
        padding: 3.125rem 0 4.375rem;
    }

    .jumbotron .scroll-mouse {
        bottom: 20px;
    }

    .add-ins-list .bg-gray-grad {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }

    .sub-navigation .navbar-brand {
        padding: 1.25rem 0.9375rem 0.9375rem !important;
        margin-right: 0;
        max-width: 240px !important;
        overflow: hidden;
    }

    .sub-navigation .navbar-toggler {
        margin-right: 0.9375rem;
    }

    .sub-navigation .show .navbar-nav .nav-link {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    .testimonials-list {
        margin-left: 1.125rem;
        margin-right: 1.125rem;
        font-size: 1.2rem;
    }
}

@media (min-width: 576px) {
    .main-nav:not(.resized) .btn-success {
        height: 68px;
        padding-top: 1.125rem;
        padding-bottom: 0.875rem;
    }

    .blue-banner1 .text {
        max-width: 465px;
    }

}

@media (min-width: 768px) {
    .contact {
        font-size: 1rem;
    }

    /*.site-header .navbar-dark .navbar-collapse.collapse.show {*/
    /*top: 137px;*/
    /*}*/

    .main-nav:not(.resized) .btn-success {
        height: 89px;
        padding-top: 2.125rem;
        padding-bottom: 1.875rem;
    }
}

@media (max-width: 767px) {
    .top-part .nav-link {
        padding: .5rem .5rem;
    }

    .main-nav .navbar-brand,
    .main-nav.resized .navbar-brand {
        padding: 0.6875rem .3125rem;
        width: 125px;
    }

    .main-nav .navbar-brand img,
    .main-nav.resized .navbar-brand img {
        max-width: 60px;
    }

    .wrapper {
        /* padding-top: 68px; */
    }
}

@media (max-width: 991px) {

}

@media (min-width: 992px) {
    .main-nav .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media (min-width: 992px) and (max-width: 1124px) {
    .main-nav .navbar-collapse .navbar-nav .nav-link {
        font-size: .8125rem;
        padding-left: 0.4375rem;
        padding-right: 0.4375rem;
    }
}

@media (min-width: 1125px) {
    .sub-navigation .navbar-nav .nav-link {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media (min-width: 1300px) {
    .main-nav .navbar-collapse .navbar-nav .nav-link {
        font-size: 1.125rem;
        /*padding-top: .3rem;
        padding-bottom: .3rem;*/
    }
}

.collapsing {
    /*-webkit-transition-delay: 2s;*/
    /*transition-delay: 2s;*/
    /*visibility: hidden;*/
}

.collapse.show {
    /*-webkit-transition-delay: 3s;*/
    /*transition-delay: 3s;*/
    /*visibility: visible;*/
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.th__global_nav {
  padding: 0 !important;
}

.th__global_nav .navbar-brand {
  margin: 5px 40px 5px 0px;
}

.th__global_nav .nav-link {
  font-size: 20px;
  padding-left: 20px !important;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2)
}

.th__global_nav .nav-link,
xxx.th__global_nav .dropdown-item {
  color: rgba(255, 255, 255, 0.8) !important;
}

.th__global_nav .nav-link:hover,
xxxx.th__global_nav .dropdown-item:hover {
  color: rgba(255, 255, 255, 1) !important;
}

.th__global_nav .th__buy_now {
  height: 85px !important;
  text-transform: uppercase;
  font-weight: bold;
}

.th__global_nav .navbar-collapse .dropdown-menu {
  border: none;
  border-radius: 0;
}

.th__global_nav .dropdown-menu {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
  margin: 0;
}


.th__global_nav .dropdown-item {
  color: #555555 !important;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.th__global_nav .dropdown-item:active {
  background-color: inherit;
}

@media (min-width: 992px) {
  .th__product_dd {
    width: 50%;
  }
}

.th__global_footer {
  min-height: 300px;
  padding: 75px 0 0 0;
  color: rgba(255, 255, 255, .7);
  background: rgba(0, 0, 0, .9);
}

.th__global_footer a {
  color: rgba(255, 255, 255, .7);
}

.th__global_footer a:hover {
  text-decoration: underline;
}

.th__global_footer .nav {
  margin-bottom: 40px;
}

.th__global_footer .nav .nav-link {
  padding-top: 0;
  padding-left: 0;
  line-height: 1.25;
}

.th__global_footer .th__legalese,
.th__global_footer .th__legalese a {
  color: rgba(255, 255, 255, .4);
}

.th__bg_light {
  background-color: #f7f7f9;
}

.th_screenshot {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.th_screenshot_label {
  font-size: 1.25rem;
}
