* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none;
    text-rendering: optimizeLegibility;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font: normal 18px/23px 'Roboto', sans-serif;
    font-weight: 300;
    color: #111;
    text-align: center;
    background-color: #414142;
}

a {
    text-decoration: none;
    color: #231f20;
}

a.pdf {
    height: 13px;
    padding-right: 18px;
    margin-right: 4px;
    background: transparent url('../rsu_images/gr_icon_pdf.png') no-repeat top right;
}

a:active {
    outline: none;
}

:focus {
    -moz-outline-style: none;
}

ul {
    list-style-type: square;
}

ul.no-bullet {
    list-style-type: none !important;
}

img {
    border: 0;
}

img.left,
div.left {
    float: left;
    margin: 3px 20px 20px 0;
}

img.right,
div.right {
    float: right;
    margin: 3px 0 20px 20px;
}

div.caption {}

div.caption p {
    font-size: 11px;
    line-height: 14px;
    margin: 0px;
    color: #444;
}

button {
    color: #fff;
    border: 0;
    cursor: pointer;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
}

.clearfix {
    clear: both;
}

.no_border {
    border: 0;
}

header {
    position: fixed;
    top: 24px;
    left: 0;
    height: 125px;
    width: 100%;
    z-index: 1000;
}

header .header-doc {
    color: #fff;
    font-weight: bold;
    background-color: #e7571e;
    padding: 10px;
    font-size: 22px;
}

header .layer-1:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

header .left-bridge {
    float: left;
    width: 50%;
    margin-right: -512px;
    height: 125px;
}

header .left-bridge>div {
    margin-right: 512px;
}

header .left-bridge>div>div {
    height: 125px;
    background-color: #414142;
}

header .center {
    float: left;
    width: 1024px;
    max-width: 100%;
    background-color: rgba(54, 96, 124, 0.8);
}

header .center .top-logo {
    float: left;
    width: 39.0625%;
    height: 125px;
    background-color: #414142;
    position: relative;
    z-index: 2;
}

header .center .top-logo a {
    display: block;
    height: 107px;
    cursor: pointer;
    position: absolute;
    top: 14px;
    left: 20%;
}

header .center .top-logo a .svg-link {
    position: relative;
    z-index: -1;
    width: 225px;
    height: 104px;
}

header .center .top-logo a .svg-link div {
    width: 300px;
    height: 50px;
    background-image: url("../rsu_images/gr_toplogo.png");
}

header .center .triangle {
    float: left;
    width: 4.8828125%;
}

header .center .triangle div {
    width: 0;
    height: 0;
    border-bottom: 125px solid #414142;
    border-right: 50px solid transparent;
}

header .center .tagline {
    float: left;
    width: 56.0546875%;
    height: 125px;
    color: #fff;
    font-size: 28px;
    line-height: 34px;
}

header .right-bridge {
    float: right;
    width: 50%;
    margin-left: -512px;
    height: 125px;
}

header .right-bridge>div {
    margin-left: 512px;
}

header .right-bridge>div>div {
    height: 125px;
    background-color: rgba(54, 96, 124, 0.8);
}


/*
// Top Menus
*/

header nav {
    background-color: #e7571e;
    color: #fff;
    padding: 10px 0;
}

header nav input[type=checkbox] {
    display: none;
}

header nav input[type=checkbox]:checked~.megamenu {
    display: block;
}

header nav .show-menu {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    text-transform: uppercase;
    cursor: pointer;
    display: none;
}

header nav .show-menu span {
    font-size: 19px;
}

header nav .show-menu i {
    margin-left: 5px;
}

header nav>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

header nav>ul>li {
    display: inline-block;
    position: relative;
    text-align: center;
}

header nav>ul>li a {
    color: #fff;
    text-transform: uppercase;
    border-right: 1px solid #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 3px 15px;
}

header nav>ul>li:last-child a {
    border-right: 0;
}

header .sub-menu-bar nav {
    float: left;
}

header .sub-menu-bar nav ul li {
    height: 60px;
}

header .sub-menu-bar nav ul li:last-of-type {
    display: none;
}

header .sub-menu-bar nav ul li.divider {
    color: #a7a9ac;
    font-weight: 300;
}

header .sub-menu-bar nav ul li.selected a {
    color: #c35918;
}

header .sub-menu-bar nav ul li a {
    line-height: 60px;
    color: #231f20;
    padding: 0 13px;
    font-weight: 600;
}

header .sub-menu-bar nav ul li a:hover {
    color: #c35918;
}

header .menu-bar nav {
    padding: 0;
    background-color: #fff;
}

header .menu-bar nav>ul {
    z-index: 500
}

header .menu-bar nav>ul>li:last-of-type {
    display: none;
}

header .menu-bar nav>ul>li.divider {
    color: #c35918;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 59px;
    height: 58px;
}

header .menu-bar nav>ul>li>a {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    text-transform: uppercase;
    color: #231f20;
    padding: 0 28px;
    font-size: 20px;
    line-height: 59px;
    font-weight: 600;
    display: block;
    height: 58px;
}

header .menu-bar nav>ul>li:hover>a {
    color: #c35918;
}

header .menu-bar nav>ul>li>a.selected {
    color: #c35918;
}

header .menu-bar nav>ul>li>div {
    display: none;
    position: absolute;
    top: 58px;
    text-align: left;
    z-index: 1001;
}

header .menu-bar nav>ul>li>div.last {
    right: 0;
}

header .menu-bar nav>ul>li:hover>div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header .menu-bar nav>ul.megamenu {
    position: relative;
}

header .menu-bar nav>ul.megamenu>li {
    display: block;
    position: static;
    float: left;
}

header .menu-bar nav>ul.megamenu>li>div {
    width: 100%;
    left: 0;
}


/*
// Top Menu Centering
*/

header .menu-bar.centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

header .menu-bar.centered:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

header .menu-bar.centered nav {
    width: 100%;
    text-align: center;
    float: left;
}


/*
// Top Menu Levels
*/

header .menu-bar nav>ul.level-1 .mobile {
    display: none;
}


/* 
// Styling the dropdown menu 
*/

header .menu-bar nav>ul>li>div {
    padding: 25px 25px 10px 0;
    min-width: 275px;
    background-color: #465d1d;
    -moz-border-radius: 0 0 18px 18px;
    -webkit-border-radius: 0 0 18px 18px;
    border-radius: 0 0 18px 18px;
}

header .menu-bar nav>ul>li>div .arrow {
    position: absolute;
    top: 0;
    left: 31px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 14px 0 14px;
    border-color: #fff transparent transparent transparent;
    -webkit-transform: rotate(360deg);
}

header .menu-bar nav>ul>li>div.last .arrow {
    left: auto;
    right: 31px;
}

header .menu-bar nav>ul>li>div ul {
    list-style-type: none;
}

header .menu-bar nav>ul>li>div ul li {
    white-space: nowrap;
    text-align: left;
    color: #fff;
}

header .menu-bar nav>ul>li>div ul li a {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: block;
    position: relative;
    bottom: 4px;
}

header .menu-bar nav>ul>li>div ul li a:hover {
    color: #f1e7c1;
}

header .menu-bar nav>ul>li>div ul li i {
    left: -1.8em;
    top: 0;
}


/* 
// Styling the megamenu 
*/

header .menu-bar nav>ul.megamenu>li>div {
    padding: 25px 0;
}


/* Explorer 7, 8, 9 hack */

@media \0screen\,
screen\9 {
    header .menu-bar nav>ul>li:hover>div {
        display: block;
    }
}

section .wrapper {
    position: relative;
    width: 1024px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 15px;
}

section.our-products .wrapper {
    padding: 0;
}

section .wrapper h2 {
    font-weight: 300;
    text-align: center;
    margin: 0;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 7px;
}

section:not(.our-products) .wrapper div {
    margin-top: 30px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

section:not(.our-products) .wrapper div p {
    margin: 0 0 14px 0;
}


/* 
// Rotating header image section
*/

section.header-image {
    background-color: #fff;
    height: 600px;
}

section.header-image ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

section.header-image ul li {
    width: 100%;
    max-width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
}


/* 
// Simple Powerful Tools section
*/

section.simple-powerful-tools {
    background-color: #fff;
}

section.simple-powerful-tools h1 {
    color: #e7571e;
    margin: 0;
    font-size: 53px;
    line-height: 53px;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: center;
}

section.simple-powerful-tools h3 {
    margin: 0;
    font-size: 31px;
    line-height: 31px;
    margin-bottom: 5px;
    font-weight: 300;
    text-align: center;
}

section.simple-powerful-tools h4 {
    margin: 0;
    font-size: 27px;
    line-height: 31px;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
}

section.simple-powerful-tools .wrapper {
    padding-top: 35px;
    padding-bottom: 30px;
}


/* 
// Who We Are section
*/

section.who-we-are {
    background-image: url('../rsu_images/gr_about-us.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

section.who-we-are h2 {
    color: #fff;
}

section.who-we-are p {
    color: #fff;
}

section.who-we-are .wrapper div {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}


/* 
// User Friendly Apps Designed section
*/

section.user-friendly-apps-designed-for {
    background-color: #d2e3ef;
}

section.user-friendly-apps-designed-for ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

section.user-friendly-apps-designed-for ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

section.user-friendly-apps-designed-for ul li {
    float: left;
    width: 16.66%;
    text-align: center;
    padding: 0 25px;
}

section.user-friendly-apps-designed-for ul li p {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    height: 30px;
}

section.user-friendly-apps-designed-for ul li .fa-2x {
    font-size: 4em;
}

section.user-friendly-apps-designed-for .wrapper {
    padding-bottom: 55px;
}


/* 
// Pressure Test Utility section
*/

section.our-products.pressure-test-app {
    background-image: url('../rsu_images/gr_app-pressure.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
section.our-products.backflow-test-app {
    background-image: url('../rsu_images/backflowimage-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

section.our-products.mechanical-report-app {
    background-image: url('../rsu_images/gr_app-mechanical.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

section.our-products.electrical-panel-app {
    background-image: url('../rsu_images/gr_app-electrical.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

section.our-products.landscape-maintenance-app {
    background-image: url('../rsu_images/gr_app-landscape.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

section.our-products.snow-removal-app {
    background-image: url('../rsu_images/gr_app-snow.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

section.our-products.b2b {
    background-image: url('../rsu_docs/header-slide-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

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

.swiper-slide {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 30px;
    padding: 0 70px;
    height: 420px;
    margin: 15px 0;
    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-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 25px;
}

.swiper-pagination-bullet-active {
    background-color: #e7571e;
}

.app-container:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.app-container .iphone-screen {
    float: left;
    width: 171px;
    margin-right: 50px;
    background-position: 16px 19px;
    background-size: 141px;
    background-repeat: no-repeat;
}

.app-container .iphone-screen img {
    width: 171px;
    height: 332px;
}

.app-container .description {
    float: left;
    text-align: left;
    width: 600px;
}

.app-container .description .description-head img.app-logo {
    width: 114px;
    float: left;
}

.app-container .description .description-head .ad-bubble {
    float: left;
    background-color: #e7571e;
    color: #fff;
    padding: 9px 15px 10px 15px;
    border-radius: 10px;
    margin-left: 5%;
    display: inline;
    width: 50%;
    font-weight: 700;
    font-style: italic;
}

.app-container .description .description-head:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.app-container .description h2 {
    text-align: left;
    margin: 10px 0 15px 0;
}

.app-container .description p {
    margin: 0;
}

.app-container .description ul li {
    color: #e7571e;
}

.app-container .description ul li span {
    color: #111;
}

section.our-products.b2b h2>* {
    vertical-align: bottom;
}

section.our-products.b2b h2 .inline-b2b {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
    background-color: #ffcd2b;
    border: 1px solid #595a5a;
    color: #595a5a;
    font-weight: bold;
    width: 40px;
}

section.our-products.b2b .app-container .description {
    padding: 0 5%;
    width: 100%;
}

section.our-products.b2b .app-container .description p {
    margin-bottom: 20px;
}

section.our-products.b2b .app-container .description p a {
    color: #e95604;
}

section.our-products.b2b .app-container .b2b-tablet-screen {
    float: left;
    width: 35%;
    margin: 4px 20px 20px 0;
}

.app-container .description .download-links {
    margin: 6px 0 13px 0;
}

.app-container .description .download-links:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.app-container .description .download-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.app-container .description .download-links ul li {
    float: left;
}

.app-container .description .download-links ul li a.pdf {
    font-weight: 700;
    color: #e7571e;
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 20px;
}

.app-container .description .download-app:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.app-container .description .download-app ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
    margin-right: 5%;
}

.app-container .description .download-app ul li {
    float: left;
    margin-bottom: 12px;
}

.app-link {
    border: 1px solid #000;
    white-space: nowrap;
    font-weight: 400;
    border-radius: 10px;
    height: 50px;
    line-height: 45px;
    padding: 9px 10px 13px 10px;
    margin-right: 5px;
}

.app-link.b2b {
    background-color: #ffcd2b;
    border: 1px solid #595a5a;
    color: #595a5a;
    font-weight: bold;
}

.app-link i {
    vertical-align: middle;
    margin-right: 8px;
    font-size: 26px;
}

.app-link.not-available {
    opacity: 0.5;
}

.app-link.reverse {
    border: 1px solid #fff;
    color: #fff;
    line-height: 60px;
}

.app-link.reverse i {
    color: #fff;
}


/* 
// Why Do You Need CECC Solutions Apps section
*/

section.why-do-you-need-time-lock-docs-solutions-apps {
    background-image: url('../rsu_images/gr_why-do-you-need-time-lock-docs-solutions.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

section.why-do-you-need-time-lock-docs-solutions-apps h2 {
    color: #fff;
}

section.why-do-you-need-time-lock-docs-solutions-apps ul {
    list-style-type: square;
}

section.why-do-you-need-time-lock-docs-solutions-apps ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

section.why-do-you-need-time-lock-docs-solutions-apps ul li {
    color: #fff;
    float: left;
    width: 50%;
    padding-right: 50px;
    margin-bottom: 15px;
}

section.why-do-you-need-time-lock-docs-solutions-apps ul li span {
    color: #e7571e;
}

section.why-do-you-need-time-lock-docs-solutions-apps .wrapper {
    padding-bottom: 15px;
}


/* 
// Tested & Proven section
*/

section.tested-and-proven {
    background-color: #fdf4d3;
}

section.tested-and-proven hr {
    background-color: #e7571e;
    height: 1px;
    border: 0;
}

section.tested-and-proven ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

section.tested-and-proven ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

section.tested-and-proven ul li {
    float: left;
}

section.tested-and-proven ul.quotes li {
    width: 33.33%;
    padding-right: 25px;
}

section.tested-and-proven ul.quotes li:last-child {
    padding-right: 0;
}

section.tested-and-proven ul.quotes li p:first-child {
    font-weight: 400;
}

section.tested-and-proven ul.quotes li p:last-child {
    font-style: italic;
}

section.tested-and-proven ul.quotes li p span {
    font-weight: 700;
    color: #e7571e;
    font-family: Tahoma, Geneva, sans-serif;
}

section.tested-and-proven ul.quotes li p span.upper {
    font-size: 50px;
    vertical-align: baseline;
    position: relative;
    top: 0.35em;
}

section.tested-and-proven ul.quotes li p span.lower {
    font-size: 40px;
    line-height: 1px;
    vertical-align: baseline;
    position: relative;
    top: 0.35em;
}

section.tested-and-proven ul.logos {
    margin-top: 30px;
}

section.tested-and-proven ul.logos li {
    width: 50%;
    text-align: center;
    margin-top: 12px;
}

section.tested-and-proven ul.logos li img {
    max-width: 100%;
    margin-bottom: 10px;
}

section.tested-and-proven ul.logos li p {
    font-weight: 700;
    margin: 0;
}

section.tested-and-proven ul.logos li p:last-child {
    font-weight: 400;
}


/* 
// Contact Us section
*/

section.contact-us {
    color: #fff;
}

section.contact-us a {
    color: #fff;
}

section.contact-us p:nth-child(1) {
    font-weight: 400;
}

section.contact-us p:nth-child(2) {
    line-height: 30px;
}

section.contact-us p:nth-child(2) i {
    display: inline-block;
    width: 35px;
}

footer {
    color: #fff;
    font-size: 12px;
    font-size: 400;
    padding-bottom: 25px;
}

footer a {
    color: #fff;
}

footer .footer-doc {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

footer .footer-doc div p {
    font-size: 12px;
    line-height: 15px;
    margin-top: 0;
}

footer .footer-doc div:first-of-type {
    font-size: 18px;
    font-weight: bold;
    padding: 0 24px;
}

footer .footer-doc div a {}

footer .footer-doc div a.b2b-logo {
    display: block;
    background-color: #ffcd2b;
    font-size: 24px;
    border: 1px solid #595a5a;
    border-radius: 8px;
    color: #595a5a;
    font-weight: bold;
    width: 75px;
    height: 76px;
    line-height: 76px;
}

footer .footer-doc div a img {
    width: 50%;
    border-radius: 5px;
}

.list_box {}

.list_box dt {
    clear: both;
    font-weight: bold;
    font-size: 17px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    margin: 0;
    padding: 7px 20px 8px 20px;
    background-color: #537b74;
}

.list_box dd {
    margin: 0 0 0 20px;
    padding: 0;
}

.expand_title {
    font-size: 17px;
    font-weight: 600;
    line-height: 15px;
    height: 39px;
    margin-bottom: 3px;
    padding: 11px 20px 11px 20px;
    background-color: #537b74;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.expand_title:hover {
    cursor: pointer;
}

.expand_title:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.expand_title a {
    display: block;
    color: #fff;
}

.expand_title a:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.expand_title a .title {
    float: left;
}

.expand_title a:hover {
    color: #f1e7c1 !important;
}

.expand_title a .toggle {
    float: right;
    font-weight: 700;
    width: 19px;
    height: 19px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #99b4af;
}

.expand_title a .toggle div {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 17px;
    color: #537b74;
}

.expand_title a .title:hover {
    color: #f1e7c1 !important;
}

.expand_content {
    display: none;
    padding: 2% 5%;
    margin: 0;
    background-color: #fffae9;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.expand_content:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.tab_list {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tab_list li {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px;
    line-height: 31px;
    margin: 0 1px -1px 0;
    background: #537b74;
    border-bottom: 1px solid #fffae9;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.tab_list li:last-child {
    border-right: 0;
}

.tab_list li a {
    text-decoration: none !important;
    color: #fff !important;
    display: block;
    font-weight: bold;
    font-size: 17px;
    padding: 0 20px;
    outline: none;
}

.tab_list li:hover {
    background: #d25a1c;
}

.tab_list li a:hover {
    color: #fff;
}

.tab_list li.active {
    background: #fffae9;
}

.tab_list li.active a {
    color: #555 !important;
}

.tab_container {
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    background-color: #fffae9;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.tab_content {
    padding: 30px;
    display: none;
}


/*video section css*/

.userVideoLink>span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.userVideoLink {
    position: fixed;
    right: 0;
    top: 300px;
    padding: 12px 15px;
    display: inline-block;
    vertical-align: middle;
    z-index: 1111;
    border-radius: 0 0 10px 10px;
    transform-origin: right top;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    font-size: 17px;
    color: #FFFFFF;
    background: rgb(0, 90, 193);
    background: -moz-linear-gradient(left, rgba(0, 90, 193, 1) 0%, rgba(2, 175, 241, 1) 100%);
    background: #E7571E;
}

.userVideoLink>span {
    display: inline-block;
    vertical-align: middle;
}

.userVideoLink>span svg {
    display: block;
}


/*.userVideoLink:hover{background:rgb(2,175,241);background:-moz-linear-gradient(left,rgba(2,175,241,1) 0%,rgba(0,90,193,1) 100%);background:-webkit-linear-gradient(left,rgba(2,175,241,1) 0%,rgba(0,90,193,1) 100%);background:linear-gradient(to right,rgba(2,175,241,1) 0%,rgba(0,90,193,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#02aff1',endColorstr='#005ac1',GradientType=1 );color:#FFF;}*/

.userVideoLink:hover {
    background: rgb(2, 175, 241);
    background: #E7571E;
    color: #FFF;
}

.userVideoIcon {
    margin-right: 4px;
}

.userVideoModal .modal-header {
    padding: 12px 15px;
}

.userVideoModal h5 {
    margin: 0;
}

.userVideoModal .modal-body button.close {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #ffffff;
    border-radius: 0 0 0 5px;
}

.userVideoModal .modal-content {
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #ffffff;
}

.underline-link {
    text-decoration: underline;
    font-weight: 700;
}

.userVideoLinkOther2.userVideoLink {
    top: 480px;
}

.main-head {
    position: fixed;
    top: 270px;
    right: 0;
    z-index: 99;
    background: #E7571E;
    border-radius: 8px 0 0 8px;
    width: 52px;
    transition: width 400ms;
}

.main-head:hover {
    width: 240px;
}

.head-nav {
    transition: position 400ms ease-in-out;
}

.head-nav .menu-header {
    position: absolute;
    transform: rotate(90deg);
    left: -78px;
    top: 135px;
}

.head-nav .menu-header a {
    display: inline-block;
    width: 210px;
}

.head-nav .menu-header a svg {
    display: inline-block;
}

.head-nav .menu-header a span {
    display: inline-block;
    color: #fefefe;
    font-size: 16px;
    font-weight: 500;
    padding-left: 8px;
}

.head-nav ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
    list-style: none;
}

.head-nav li {
    position: relative;
    width: 100%;
    padding: 0;
    transition: background 400ms;
    z-index: 99;
}

.head-nav li a {
    display: flex;
    padding: 13px 0 13px 55px;
    width: 100%;
    color: #fefefe;
    text-decoration: none;
    transition: color 400ms;
}

.head-nav li a img {
    width: 29px;
    border-radius: 4px;
}

.head-nav li a object {
    width: 29px;
    border-radius: 4px;
}

.head-nav li a svg {
    display: inline-block;
    margin-right: 15px;
    transform: rotate(180deg);
    margin-top: 5px;
}

.head-nav li a.video-link span {
    /* position: absolute; */
    /* left: 150px; */
    /* display: block; */
    font-family: Roboto;
    font-weight: 500;
    white-space: nowrap;
    z-index: 9;
    text-align: left;
}

.head-nav:hover li .video-link span {
    left: 50px;
    transition: position 400ms ease-in-out;
}

.head-nav li .video-link span.reg-text {
    color: #fff;
}

.head-nav li .video-link span.permission-text {
    color: #fff;
}

.head-nav li .video-link span.elec-text {
    /* color: #DF1D39; */
    color: #ad192c;
}

.head-nav li .video-link span.inspect-text {
    color: #262626;
}

.head-nav li .video-link span.report-text {
    color: #010082;
}

.head-nav li .video-link span.property-text {
    color: #36503A;
}

.head-nav li .video-link span.backflow-text {
    color: #3a98dc;
}


.head-nav li a.video-link.video-heading span {
    position: relative;
    left: 0;
    display: inline-block;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    z-index: 9;
    /* padding-top: 20px; */
    padding-left: 10px;
}

.head-nav li a.video-link.video-heading i {
    position: absolute;
    left: 16px;
    top: 32px;
}

.head-nav svg {
    position: relative;
    max-width: 80px;
    max-height: 30px;
    z-index: 1;
    fill: #fefefe;
    background: #E7571E;
    transition: 400ms;
}

.contactUsForm form button {
    margin-top: 9px;
}

@media screen and (max: 768px) {
    .head-nav ul {
        margin-top: 0.23125rem;
    }
    .head-nav svg {
        max-width: 20px;
    }
}


/* .main-head:hover .head-nav li.video-link span {
    transition-delay: 100ms;
} */


/* .main-head:hover .head-nav li:nth-of-type(2) span {
    transition-delay: 100ms;
}
.main-head:hover .head-nav li:nth-of-type(3) span {
    transition-delay: 100ms;
}
.main-head:hover .head-nav li:nth-of-type(4) span {
    transition-delay: 100ms;
} */

@media screen and (max: 768px) {
    .main-head {
        width: 70px;
        padding: 0 0.925rem;
    }
    .main-head .head-nav {
        padding-left: 7px;
    }
    .main-head:hover .head-nav span {
        text-indent: 1em;
    }
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 45px;
}

.form-row .col-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
}

.form-row .col-4:last-child {
    padding-right: 25px;
    padding-left: 0;
}

.more-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    justify-content: flex-end;
    height: 100%;
    align-content: end;
    text-align: left;
}

.contact-info {
    display: inline-block;
    width: 100%;
}

.contact-info i {
    margin-right: 5px;
}

@media screen and (max: 480px) {
    .wrap-all-the-things {
        padding-left: 70px;
    }
    .contactUsForm form input,
    .contactUsForm form textarea {
        min-width: 100%;
    }
}

@media screen and ( max-width: 1199px) {
    .contactUsForm form input,
    .contactUsForm form textarea {
        min-width: 100%;
    }
    .contactUsForm form button {
        min-width: 100%;
    }
    .form-row .col-4:first-child {
        flex: 0 0 30%;
        max-width: 30%;
        padding-right: 30px;
    }
    .form-row .col-4:nth-child(2) {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .form-row .col-4:last-child {
        flex: 0 0 30%;
        max-width: 30%;
        padding-right: 45px;
    }
}

@media screen and ( max-width: 1024px) {
    header .left-bridge {
        display: none;
    }
    header .right-bridge {
        display: none;
    }
    section.our-products .swiper-slide {
        border-radius: 0;
    }
    .description-head .weblink {
        font-size: 100px;
    }
    section.simple-powerful-tools .wrapper {
        width: 100%;
    }
    .content-box.med-content-box::before,
    .content-box.med-content-box::after {
        width: 100px !important;
        height: 75px !important;
    }
    .contactUsForm form input,
    .contactUsForm form textarea {
        min-width: 400px;
    }
    .contactUsForm form button {
        min-width: 400px;
    }
    .form-row .col-4:first-child {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
        order: 2;
    }
    .form-row .col-4:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
    }
    .form-row .col-4:last-child {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
        order: 3;
    }
    .more-info-wrapper {
        justify-content: flex-start;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #fff;
    }
    section .wrapper {
        padding: 15px 20px;
    }
}

@media screen and ( max-width: 975px) {
    section.our-products .app-container .iphone-screen {
        margin-right: 30px;
    }
    section.our-products .app-container .description {
        width: 525px;
    }
    .description-head .weblink {
        font-size: 100px;
    }
}

@media screen and ( max-width: 900px) {
    header {
        top: 0;
    }
    header .center {
        float: none;
    }
    header .center .top-logo {
        height: 100px;
        width: 41.5%;
        text-align: center;
    }
    header .center .top-logo a {
        position: static;
        left: auto;
        top: auto;
        display: inline-block;
        margin-top: 1px;
    }
    header .center .top-logo a .svg-link {
        width: 180px;
    }
    header .center .triangle {
        display: none;
    }
    header .center .tagline {
        height: 100px;
        width: 58.5%;
        background-color: rgba(54, 96, 124, 0.8);
        font-size: 24px;
        line-height: 27px;
    }
    header .center .tagline p {
        margin: 22px 0 19px 0;
    }
    header nav {}
    header nav input[type=checkbox]:checked~ul {
        display: block;
    }
    header nav .show-menu {
        display: block;
    }
    header nav>ul {
        display: none;
        margin-top: 10px;
    }
    header nav>ul>li {
        width: 100%;
        background-color: #eee;
        border-bottom: 1px solid #d4d4d4;
    }
    header nav>ul>li:hover {
        background-color: #fff;
    }
    header nav>ul>li>a {
        color: #333;
        display: block;
        border: 0;
        padding: 5px 0;
    }
    header nav>ul>li.selected {
        background-color: #fff;
    }
    header nav>ul>li.selected>div {
        display: block;
        position: relative;
        top: 0;
        background-color: #fff;
        border-radius: 0;
    }
    header nav>ul>li:not(.selected):hover>div {
        display: none;
    }
    header nav>ul>li>div .arrow {
        display: none;
    }
    header nav>ul>li>div ul li a {
        color: #333;
        font-weight: normal;
    }
    header nav>ul>li>div ul li:hover a {
        color: #c35918;
    }
    header nav>ul.level-1 {
        margin-top: 40px;
    }
    header nav>ul.level-1 .mobile {
        display: block;
    }
    header nav>ul.level-1 .divider {
        display: none;
    }
    header nav>ul.level-1 .divider.mobile {
        display: none;
    }
    section.header-image {
        height: 300px;
    }
    section.header-image ul li {
        height: 300px;
    }
    section.home {
        margin-top: 0;
    }
    section.user-friendly-apps-designed-for ul li {
        width: 33.33%;
    }
    section.our-products {
        background-image: none !important;
    }
    section.our-products .swiper-slide {
        background-color: #fff;
        margin: 0 0 1px 0;
        width: 100%;
        height: auto;
        padding: 25px 100px 35px 100px;
    }
    section.our-products .app-container .iphone-screen {}
    section.our-products .app-container .description {
        width: 59%;
    }
    .description-head .weblink {
        position: relative !important;
        top: 0px !important;
    }
}

@media screen and ( max-width: 725px) {
    header .center .top-logo {
        height: 75px;
    }
    header .center .top-logo a {
        margin-top: 1px;
    }
    header .center .top-logo a .svg-link {
        width: 135px;
        height: 75px;
    }
    header .center .tagline {
        height: 75px;
        font-size: 19px;
        line-height: 22px;
    }
    header .center .tagline p {
        margin-top: 17px;
    }
    footer .footer-doc {
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .footer-doc div:first-of-type {
        width: 100%;
        padding-bottom: 24px;
    }
    .description-head .weblink {
        position: relative !important;
        top: 0px !important;
    }
}

@media screen and ( max-width: 700px) {
    section.our-products .app-container .iphone-screen {
        width: 100%;
    }
    section.our-products .app-container .description {
        width: 100%;
        margin-top: 12px;
    }
    section.our-products .swiper-pagination-fraction,
    .swiper-pagination-custom,
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 15px;
    }
    section.tested-and-proven ul.quotes li {
        width: 100%;
    }
    section.tested-and-proven ul.quotes li p:first-child {
        margin-bottom: 5px;
    }
    section.tested-and-proven ul.quotes li p:last-child {
        margin-top: 0;
    }
    section.tested-and-proven ul.logos li {
        width: 100%;
        padding: 25px 0;
    }
    section.tested-and-proven ul.logos li:last-child {
        padding-bottom: 0;
    }
    .description-head .weblink {
        position: relative !important;
        top: 0px !important;
    }
}

@media screen and ( max-width: 550px) {
    header {
        position: relative;
        height: 145px;
    }
    header:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
    }
    header .center .top-logo {
        width: 100%;
        float: none;
        height: 72px;
    }
    header .center .top-logo a {
        margin-top: 0;
    }
    header .center .tagline {
        width: 100%;
        float: none;
        height: 50px;
    }
    header .center .tagline p {
        margin-top: 2px;
    }
    section.header-image {
        display: none;
    }
    section.home:not(.user-friendly-apps-designed-for) {
        margin-top: 0;
    }
    section:not(.our-products) .wrapper div {
        -moz-column-count: 1;
        -moz-column-gap: 50px;
        margin-top: 30px;
    }
    section.why-do-you-need-time-lock-docs-solutions-apps ul li {
        width: 100%;
    }
    section .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    section.simple-powerful-tools .wrapper {
        padding-top: 80px;
    }
    section.user-friendly-apps-designed-for ul li {
        width: 50%;
    }
    section.our-products .swiper-slide {
        padding-left: 75px;
        padding-right: 75px;
    }
    .description-head .weblink {
        position: relative !important;
        top: 0px !important;
    }
    .new-content-box .content-box {
        width: 100% !important;
    }
    .content-box.med-content-box img {
        margin: 80px auto 110px auto;
    }
    .content-box.med-content-box::before {
        left: 0 !important;
        right: 0;
        margin: 0 auto;
        top: -22px !important;
        transform: rotate(90deg);
    }
    .content-box.med-content-box::after {
        right: 0 !important;
        left: 0;
        margin: 0 auto;
        top: 345px !important;
        transform: rotate(90deg);
    }
}

@media screen and ( max-width: 475px) {
    section.our-products .app-container .description .download-app {
        text-align: left;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 10px;
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 10px;
    }
    .description-head .weblink {
        position: relative !important;
        top: 0px !important;
    }
}

@media screen and ( max-width: 404px) {
    section.our-products .app-container .description .description-head .ad-bubble {
        float: left;
        margin-top: 15px;
        margin-left: 0;
        width: 100%;
    }
    .description-head .weblink {
        position: relative !important;
        top: 0px !important;
    }
}
.footer_heading {
    padding: 15px 0 0 !important;
}
