/* Reset */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}blockquote,figure,h1,h2,h3,h4,ol,p,ul{margin:0;padding:0}main{display:block}h1,h2,h3,h4{font-size:inherit}strong{font-weight:700}a,button{color:inherit}a{text-decoration:none}button{overflow:visible;border:0;font:inherit;-webkit-font-smoothing:inherit;letter-spacing:inherit;background:0 0;cursor:pointer}::-moz-focus-inner{padding:0;border:0}img{border:0}fieldset{border:none;padding:0;margin:0}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

/* Lib */
.clear {clear:both;}
.container { max-width: 1170px;margin:0 auto; }  
.container-big { max-width: 1410px;margin:0 auto; padding: 0 15px; box-sizing: border-box;}  
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.cf:before, .cf:after {content: " "; display: table;}
.cf:after {clear: both;}

/* Typography */
.text{ 
    line-height: 20px;
}
.text p{
    margin-bottom: 15px;
}
.text ul,
.text ol{
    padding-left: 40px;
    margin-bottom: 15px;
}
.text li{
    margin: 8px 0;
}
.text ol{
    list-style-type: decimal;
} 
.text a{ 
    text-decoration: underline;
    color: #000;
    font-weight:500;
}
.text a:hover{
    text-decoration: none;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6{  
    font-weight: 600;
    margin-bottom: 15px;
}
.text h1{ font-size: 34px; line-height: 36px; }
.text h2{ font-size: 32px; line-height: 34px; }
.text h3{ font-size: 30px; line-height: 32px; }
.text h4{ font-size: 28px; line-height: 30px; }
.text h5{ font-size: 26px; line-height: 28px; }
.text h6{ font-size: 24px; line-height: 26px; }

.text iframe{
    max-width: 100%;
}
.text img{
    max-width: 100%;
    height: auto;
}
.text q{
    padding: 20px 20px 20px 30px;
    border: 1px solid #aaa; 
    border-left-width: 5px; 
    margin-bottom: 10px;
    background-color: #ddd;
    font-style: italic;
}
.text table{
    margin-bottom: 15px;
}
.text table td,
.text table th{
    padding: 8px;
    border-bottom: 1px solid #ccc;
    text-align: left;
}
.text table th{
    border-bottom-width: 2px;
}
.text table tr:hover td{
    background-color: #f7f7f7;
}
/* .site-form */
.site-form ol{
    overflow: hidden;
}
.site-form legend{
    font-size: 34px;
    line-height: 37px;
    margin-bottom: 15px;
}  
.site-form ol li{
    width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 23px;
    padding: 5px;
}  
.site-form ol li.w-1-3{
    width: 33.33%;
}
.site-form ol li.w-1-2{
    width: 50%;
}
.site-form ol li.w-2-3{
    width: 66.66%;
}
.site-form ol li.w-3-4{
    width: 75%;
}
.site-form ol li.w-1-4{
    width: 25%;
}
.site-form ol li.w-1-5{
    width: 20%;
}
.site-form ol li.w-1-10{
    width: 10%;
}
.site-form li label{
    color: #333;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 3px;
} 
.site-form li label.clicker input[type="checkbox"],
.site-form li label.clicker input[type="radio"]{
    position: relative;
    top: 1px;
} 

.site-form ol li select,
.site-form ol li textarea,
.site-form ol li input[type="file"],
.site-form ol li input[type="email"],
.site-form ol li input[type="password"],
.site-form ol li input[type="number"],
.site-form ol li input[type="tel"],
.site-form ol li input[type="url"],
.site-form ol li input[type="text"]{
    font-size: 15px;
    width: 100%;
    padding: 17px 20px 16px;
    box-sizing: border-box;
} 

.site-form ol li textarea{
    resize: vertical;
}
.site-form ol li select:focus,
.site-form ol li textarea:focus,
.site-form ol li input[type="file"]:focus,
.site-form ol li input[type="email"]:focus,
.site-form ol li input[type="password"]:focus,
.site-form ol li input[type="number"]:focus,
.site-form ol li input[type="tel"]:focus,
.site-form ol li input[type="url"]:focus,
.site-form ol li input[type="text"]:focus{ 
    border-color: #111; 
}  

body {
    font-family: 'Roboto', sans-serif;
    /*overflow-x: hidden;*/
}

body.menu-open,
body.modal {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
}

img {
    max-width: 100%;
    height: auto;
}

button,
a {
    outline: none;
}

.logo {
    float: left;
    display: block;
}

.logo .logo-white {
    display: none;
    position: fixed;
    z-index: 13;
}

.menu-open .logo .logo-white {
    width: 215px;
}

.main-header {
    padding: 30px 0;
    background-color: #fff;
    transition: .1s;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
}

.main-header.sticky-menu {
    
    padding: 15px 0;
}

.main-menu {
    float: right;
}

.main-menu a {
    float: left;
    font-size: 15px;
    color: #666;
    padding: 12px 25px; 
    transition: .3s;
    text-transform: uppercase;
    margin-top: 5px;
    margin-left: 2px;
    border-radius: 30px;
}

.main-menu a:hover:not(.green-border-btn),
.main-menu a.active {
    background-color: #146ea7;
    color: #fff;
}

button.green-border-btn,
a.green-border-btn {
    font-weight: 500;
    color: #82b848 !important;
    border: 2px solid #82b848;
    border-radius: 30px;
    font-size: 15px;
    padding: 15px 25px;
    display: inline-block;
    text-transform: uppercase;
    transition: .3s;
}

.green-border-btn:hover {
    background-color: #82b848;
    color: #fff !important;
}

.main-menu a.green-border-btn {
    margin-top: 0;
    display: inline-block;
}

.main-menu a.menu-phone:hover {
    background-color: transparent;
    color: #82b848;
}

a.menu-phone {
    display: block;
    font-weight: 500;
    color: #82b848;
    font-size: 18px;
    position: relative;
    line-height: 18px;
}

a.menu-phone:before {
    content: "";
    background-image: url('../images/phone.svg');
    background-repeat: no-repeat;
    width: 18px;
    height: 17px;
    display: block;
    position: absolute;
    left: 3px;
}

.homepage-header-section {
    padding-bottom: 60px;
    position: relative;
    overflow-x: hidden;
    padding-top: 112px;
    overflow-x: hidden;
}

.homepage-header-section:after {
    content: "";
    background-image: url('../images/homepage-graph1.jpg');
    background-repeat: repeat-x;
    background-position: -300px top;
    height: 345px;
    position: absolute;
    bottom: 380px;
    
    left: -1220px;
    width: 4000px;
    z-index: 1;
    -ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
}

.homepage-header-section .container {
    position: relative;
    padding-top: 110px;
    padding-bottom: 70px;
    border-bottom: 2px solid #18608f;
    z-index: 2;
}

.main-section-title {
    color: #fff;
    font-size: 64px;
    line-height: 66px;
    margin-bottom: 40px;
    font-weight: 300;
}

.main-section-title sup {
    font-size: 40px;
    font-weight: 400;
}

.main-section-title.blue {
    color: #1f70a5;
}

.main-subsection-title {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
    font-weight: 300;
}

.homepage-header-section .main-subsection-title {
    max-width: 500px;
}

.main-subsection-title.grey {
    color: #666;
}

.green-btn {
    display: inline-block;
    padding: 20px 45px;
    color: #fff;
    background-color: #82b848;
    font-size: 16px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #82b848;
    box-sizing: border-box;
    text-align: center;
    transition: .3s;
}

.submit-btn:hover,
.chat-btn:hover,
.green-btn:hover {
    background-color: #75a541;
    border-color: #75a541;
}

.homepage-statistics-wrap {
    margin-top: 320px;
}

.homepage-statistics-wrap li {
    width: 30%;
    float: left;
    text-align: center;
    box-sizing: border-box;
}

.homepage-statistics-wrap li:nth-child(2n) {
    width: 40%;
    border-left: 1px solid rgba(125, 125, 125, .2);
    border-right: 1px solid rgba(125, 125, 125, .2);
}

.homepage-statistics-wrap strong {
    font-size: 60px;
    color: #82b848;
    font-weight: 300;
    margin-bottom: 20px;
    display: inline-block;
}

.laptop-img {
    position: absolute;
    top: 20px;
    right: -170px;
}

.transparent-text {
    color: #fff;
    font-weight: 300;
    opacity: .4;
    font-size: 18px;
    display: block;
    line-height: 30px;
}

.advanced-features-section {
    text-align: center;
    padding-top: 600px;
    padding-bottom: 70px;
    margin-top: -560px;
    background: #0d477f; /* Old browsers */
    background: -moz-linear-gradient(top,  #0d477f 0%, #1f70a5 100%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #0d477f 0%,#1f70a5 100%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #0d477f 0%,#1f70a5 100%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d477f', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

.advanced-features-section .container {
    position: relative;
}

.advanced-features-section .transparent-text {
    max-width: 630px;
    margin: 0 auto 65px;
}

.section-title {
    font-weight: 300;
    font-size: 48px;
    color: #fff;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 20px;
}

.section-title.dark {
    color: #333;
}

.section-title.black {
    color: #000;
}

.advanced-features-logo {
    display: block;
    position: absolute;
    bottom: 140px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.advanced-features-section .section-title {
    margin-bottom: 10px;
}

.advanced-features li {
    position: absolute;
}

.advanced-features li.bottom {
    left: 50%;
    tranform: translate(-50%, 0);
    text-align: center;
}

.advanced-features li.right {
    text-align: left;
}

.advanced-features li.left {
    text-align: right;
}

.advanced-features li.bottom span,
.advanced-features li.bottom img {
    display: block;
}

.advanced-features li.bottom img {
    margin: 0 auto 10px;
}

.advanced-features li.right span,
.advanced-features li.right img {
    display: block;
    float: left;
}

.advanced-features li.right span {
    margin-left: 15px;
    padding-top: 10px;
}

.advanced-features li.left span,
.advanced-features li.left img {
    display: block;
    float: right;
}

.advanced-features li.left span {
    margin-right: 15px;
    padding-top: 10px;
}

.advanced-features {
    height: 800px;
    position: relative;
}

.advanced-features li span {
    color: #fff;
    font-size: 18px;
}

.featured-icon-1 {
    top: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.featured-icon-1 span {
    max-width: 225px;
}

.featured-icon-2 {
    top: 185px;
    left: 810px;
}

.featured-icon-2 span {
    max-width: 200px;
}

.featured-icon-3 {
    top: 375px;
    left: 865px;
}

.featured-icon-4 span,
.featured-icon-3 span {
    max-width: 180px;
}

.featured-icon-4 {
    top: 585px;
    left: 800px;
}

.featured-icon-5 {
    top: 680px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.featured-icon-5 span {
    max-width: 200px;
}

.featured-icon-6 {
    top: 595px;
    right: 770px;
}

.featured-icon-8 span, 
.featured-icon-7 span, 
.featured-icon-6 span {
    max-width: 200px;
}

.featured-icon-7 {
    top: 375px;
    right: 840px;
}

.featured-icon-8 {
    top: 180px;
    right: 780px;
}

.delight-customer-section {
    padding: 75px 0 60px;
    text-align: center;
}

.owl-carousel .owl-item img{
    max-width: 100%;
    margin: 0 auto 40px;
    width: auto;
}

.small-text {
    font-size: 18px;
    color: #666;
}

.tab-slides {
    margin: 60px 0 40px;
}

.tab-slides img {
    margin-bottom: 60px;
}

.tab-slides li {
    display: none;
    transition: .3s;
}

.tab-slides li.active {
    display: block;
}

.tab-slides .owl-dots > div {
    font-weight: 500;
    font-size: 16px;
    color: #666;
    padding: 20px 0;
    width: 25%;
    height: 62px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    border: 2px solid #e7e9eb;
    float: left;
    box-sizing: border-box;
    transition: .3s;
    position: relative;
}

/*.tab-slides .owl-dots > div:hover,*/
.tab-slides .owl-dots > div.active {
    background-color: #82b848;
    color: #fff;
    border-color: #82b848 !important;
}

.tab-slides .owl-dots > div span {
    position: absolute;
    display: block;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 3px;
}

.tab-slides .owl-dots > div:first-child {
    border-radius: 40px 0 0 40px;
    border-right: 1px solid #e7e9eb;
}

.tab-slides .owl-dots > div:first-child span:before {
    content: "Identify Bottlenecks";
}

.failure-analysis-section .tab-slides .owl-dots > div:first-child span:before {
    content: "waterfall reports";
}

.tab-slides .owl-dots > div:nth-child(2) {
    border-right: 2px solid #e7e9eb;
}

.tab-slides .owl-dots > div:nth-child(2) span:before {
    content: "Pinpoint Error Source";
}

.failure-analysis-section .tab-slides .owl-dots > div:nth-child(2) span:before {
    content: "errors & screenshots";
}

.tab-slides .owl-dots > div:nth-child(3) {
    border-left: 1px solid #e7e9eb;
}

.tab-slides .owl-dots > div:nth-child(3) span:before {
    content: "Track Experiences";
}

.failure-analysis-section .tab-slides .owl-dots > div:nth-child(3) span:before {
    content: "downtime tracking";
}

.tab-slides .owl-dots > div:last-child {
    border-radius: 0 40px 40px 0;
    border-left: 1px solid #e7e9eb;
}

.tab-slides .owl-dots > div:last-child span:before {
    content: "Reduce Downtime";
}

.failure-analysis-section .tab-slides .owl-dots > div:last-child span:before {
    content: "failure event logs";
}

.client-section {
    padding-top: 90px;
    background-color: #084681;
}

.client-section .section-title {
    max-width: none;
}

.client-quote-container {
    width: 570px;
}

.quote-wrap {
    width: 370px;
    height: 400px;
    box-sizing: border-box;
    padding: 100px 25px 50px;
    position: relative;
    background-color: #fff;
    float: left;
}

.quote-wrap:before {
    content: "";
    display: block;
    width: 66px;
    height: 66px;
    background-color: #10477f;
    position: absolute;
    top: 0;
    left: 0;
}

.quote-wrap:after {
    content: "";
    display: block;
    background-image: url('../images/quotes-icon.png');
    background-repeat: no-repeat;
    width: 37px;
    height: 28px;
    position: absolute;
    top: 20px;
    left: 15px;
}

.quote-wrap p {
    font-size: 20px;
    line-height: 30px;
    color: #222;
    margin-bottom: 50px;
}

.quote-wrap strong {
    font-size: 16px;
    line-height: 24px;
    color: #0b4589;
    margin-bottom: 50px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.quote-wrap span {
    font-size: 14px;
    line-height: 24px;
    color: #222;
    font-weight: 400;
}

.client-logo-wrap {
    background-color: #1f70a5;
    width: 200px;
    height: 400px;
    float: left;
    padding: 0 16px;
    box-sizing: border-box;
    position: relative;
}

.client-logo-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto !important;
}

.client-slider {
    margin-top: 75px;
}

.client-slider .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #e4e4e4;
    opacity: .3;
    border-radius: 50%;
    margin-right: 7px;
    border-width: ;
    border-style: solid;
    border: 3px solid #10477f;
}

.client-slider .owl-dot:last-child {
    margin-right: 0;
}

.client-slider .owl-dot.active {
    border: 3px solid rgba(228, 228, 228, .3);
    background-color: transparent;
}

.client-slider .owl-controls {
    text-align: center;
    margin-top: 50px;
}

.client-logo-line {
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 35px 0;
    /*text-align: center;*/
}

.client-logo-line img {
    /*padding: 0 16px;*/
    margin-bottom: 20px;
}

.client-logo-line img:last-child {
    margin-right: 0;
}

.news-events-section {
    padding: 60px 0 90px;
}

.news-events-section h2 {
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    margin-bottom: 45px;
}

.news-title {
    font-size: 24px;
    color: #333;
    line-height: 36px;
    max-width: 390px;
    margin: 35px 0 30px;
    display: block;
    font-weight: 300;
}

.news-events-section .left-col {
    float: left;
    width: 50%;
    padding-right: 15px;
    box-sizing: border-box;
}

.news-events-section .right-col {
    float: right;
    width: 50%;
    padding-left: 15px;
    box-sizing: border-box;
}

.learn-more-btn {
    font-size: 16px;
    text-decoration: underline;
    color: #82b848;
    display: block;
}

.start-section {
    background-color: #f3f8fb;
    text-align: center;
    padding: 110px 0 90px;
    position: relative;
}

.start-section .section-title {
    max-width: none;
}

.start-section h3 {
    color: #666;
    font-size: 24px;
    margin: 30px 0 50px;
    font-weight: 300;
}

.chat-btn {
    display: block;
    text-indent: -9999px;
    background-color: #82b848;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    width: 51px;
    height: 51px;
    position: relative;
    font-weight: 400;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 10;
    box-sizing: border-box; 
}

.chat-btn:hover {
    width: auto;
    height: 51px;
    padding: 17px 30px 17px 60px;
    text-indent: 0;
}

.chat-btn:hover:after {
    left: 35px;
}

.chat-btn:after {
    content: "";
    background-image: url('../images/live-chat.svg');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 23px;
    height: 20px;
}

.menu-open .chat-btn,
.modal .chat-btn {
    display: none;
}

.chat-btn.stop {
   position: absolute;
   top: -25px;
}

.twitter-wrap {
    border: 10px solid #f3f8fb;
    padding: 80px 30px 0;
    min-height: 400px;
    position: relative;
}

.twitter-wrap:before {
    content: "";
    display: block;
    background-image: url('../images/twitter-blue.svg');
    background-repeat: no-repeat;
    width: 27px;
    height: 22px;
    position: absolute;
    top: 25px;
    left: 30px;
}

.twitter-footer {
    border-top: 1px solid #ebebeb;
    padding: 18px 0;
}

.twitter-footer .social-links {
    float: right;
}

.coloured-icons .footer-fb-btn {background-image: url('../images/facebook-coloured.svg');}
.coloured-icons .footer-twitter-btn {background-image: url('../images/twitter-coloured.svg');}
.coloured-icons .footer-linkedin-btn {background-image: url('../images/linkedin-coloured.svg');}
.coloured-icons .footer-instagram-btn {background-image: url('../images/instagram-coloured.svg');}
.coloured-icons .footer-google-btn {background-image: url('../images/g+-coloured.svg');}
.coloured-icons .footer-youtube-btn {background-image: url('../images/youtube-coloured.svg');}

.twitter-follow-btn {
    font-size: 16px;
    color: #666;
    float: left;
    padding-top: 7px;
    margin-bottom: 10px;
}


.main-footer {
    position: relative;
    padding-top: 75px;
    background-color: #222b3a;
}

.right-col,
.left-col {
    float: left;
    width: 50%;
}

.main-footer .right-col,
.main-footer .left-col {
    margin-bottom: 30px;
}

.footer-col {
    float: left;
    width: 50%;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}

.footer-col h4 {
    color: #fff;
    opacity: .3;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.region-btn {
    padding: 0;
    display: inline-block;
    padding: 18px 30px 16px 40px;
    position: relative;
    border: 1px solid transparent;
    margin-left: -10px;
}

.region-btn:hover {
    border: 1px solid rgba(255, 255, 255, .1);
}

.region-btn.active {
    background-color: #ececec;
    color: #333;
}

.region-btn img {
    position: absolute;
    left: 10px;
}

.region-btn:after {
    content: "";
    display: block;
    background-image: url('../images/dropdown-arrow.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 7px;
    height: 4px;
    right: 12px;
    top: 26px;
}

.active.region-btn:after {
    background-image: url('../images/dropdown-arrow-black.png');
}

.region-btn,
.footer-col a {
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
    display: block;
}

.region-dropdown {
    position: absolute;
    background-color: #fff;
    top: 203px;
    left: 0;
    max-height: 0;
    overflow-y: scroll;
    z-index: 5;
    transition: .4s;
}

.region-dropdown.active {
     max-height: 132px;
}

.region-dropdown li a {
    width: 204px;
    padding: 8px 12px 8px 40px;
    margin: 0;
    display: block;
    color: #333;
    box-sizing: border-box;
}

.region-dropdown li a img {
    position: absolute;
    left: 10px;
}

.region-dropdown li a:hover {
    background-color: #f4f4f4;
}

.region-wrap {
    margin-top: 35px;
}

.region-wrap h4 {
    margin-bottom: 5px;
}

a.phone-big {
    font-size: 32px;
    font-weight: 300;
    color: #82b848;
    margin-bottom: 22px;
}

.footer-icons-links {
    margin-bottom: 20px;
}

.footer-icons-links a {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 15px;
    margin-right: 22px;
    padding-left: 35px;
    position: relative;
}

.footer-live-chat-btn:before {
    background-image: url('../images/live-chat-small.svg');
    width: 24px;
    height: 24px;
    content: "";
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    opacity: .2;
}

.footer-email-btn:before {
    background-image: url('../images/mail.svg');
    width: 24px;
    height: 19px;
    content: "";
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    opacity: .2;
}

.footer-blog-btn:before {
    background-image: url('../images/blog.svg');
    width: 22px;
    height: 21px;
    content: "";
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    opacity: .2;
}

.social-links a {
    display: inline-block;
    background-color: #39414e;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    transition: .3s;
}

.social-links a:last-child {
    margin-right: 0;
}

.social-links a:after {
    content:"";
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.social-links .footer-fb-btn:after {
    background-image: url('../images/fb.svg');
    width: 10px;
    height: 18px;
}

.footer-fb-btn:hover {
    background-color: #45629b;
}

.social-links .footer-twitter-btn:after {
    background-image: url('../images/twitter.svg');
    width: 17px;
    height: 14px;
}

.footer-twitter-btn:hover {
    background-color: #33abe4;
}

.social-links.coloured-icons a:after {
    display: none;
}

.social-links.coloured-icons a {
    background-color: transparent;
}

.social-links .footer-linkedin-btn:after {
    background-image: url('../images/linkedin.svg');
    width: 17px;
    height: 17px;
}

.footer-linkedin-btn:hover {
    background-color: #2480b6;
}

.social-links .footer-instagram-btn:after {
    background-image: url('../images/instagram.svg');
    width: 16px;
    height: 16px;
}

.footer-instagram-btn:hover {
    background-color: #2e5c82;
}

.social-links .footer-google-btn:after {
    background-image: url('../images/g+.svg');
    width: 25px;
    height: 16px;
}

.footer-google-btn:hover {
    background-color: #ed3c38;
}

.social-links .footer-youtube-btn {
    background-image: url('../images/youtube.svg');
    width: 36px;
    height: 36px;
    background-color: transparent;
}

.footer-google-btn:hover {
    background-color: #ed3c38;
}

.bottom-footer {
    clear: both;
    color: #b8b8b8;
    padding: 17px 0;
    position: relative;
    background-color: #222b3b;
    border-top: 1px solid rgba(255, 255, 255, .1);
    clear: both;
}

.bottom-footer-left {
    float: left;
}

.bottom-footer-left img:first-child {
    margin-right: 15px;
}

.bottom-footer-right {
    float: right;
    font-size: 12px;
    font-weight: 500;
    padding-top: 15px;
}

.bottom-footer-right a {
    margin-left: 10px;
    margin-right: 10px;
}

.rights {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 12px;
    padding-top: 15px;
}

.main-features-section {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 565px;
    text-align: center;
    padding: 212px 0 70px;
    position: relative;
    box-sizing: border-box;
}

/*.main-features-section:before {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}*/

.main-features-section .main-subsection-title {
    max-width: 700px;
    opacity: .8;
    margin: 0 auto 70px;
}

.monitoring-feature-section {
    background-image: url('../images/statistics-bars-bg.png');
    background-repeat: repeat-x;
    background-position: center bottom;
    text-align: center;
    padding: 90px 0 60px;
}

.monitoring-feature-section .section-title {
    margin-bottom: 90px;
}

.logo-small {
    display: block;
    margin: -32px auto 0;
    position: relative;
    z-index: 1;
}

.monitoring-feature-section .section-items {
    padding-bottom: 80px;
    border-bottom: 1px solid #e2eaed;
    position: relative;
}

.monitoring-feature-section .section-items li span {
    color: #333;
}

.monitoring-feature-section .section-items li {
    display: inline-block;
    text-align: center;
    margin-right: 100px;
    float: none;
    padding-top: 97px;
}

.monitoring-feature-section .section-items li:last-child {
    margin-right: 0;
}

.monitoring-stuff li {
    margin-right: 30px;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    color: #333;
    display: inline-block;
    box-sizing: border-box;
}

.monitoring-stuff li:before {
    content: "";
    background-image: url('../images/tick.svg');
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 15px;
    height: 12px;
    left: 0;
    top: 3px;
}

.monitoring-stuff li:last-child {
    margin-right: 0;
}

.monitoring-stuff {
    padding-top: 60px;
}

.true-browser-section {
    background-color: #002847;
    padding: 100px 0 80px;
    text-align: center;
    background-image: url('../images/true-browser-section-bg.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
}

.true-browser-section sup {
    font-size: 25px;
}

.logo img {
    display: block;
}

.true-browser-items {
    margin: 80px auto 70px;
    text-align: center;
    max-width: 630px;
}

.true-browser-items li {
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    width: 33.33%
}

.true-browser-items li:last-child {
    margin-right: 0;
}

.true-browser-items li span {
    color: #fff;
    font-size: 16px;
    display: block;
    margin-top: 20px;
}

.true-browser-section .transparent-text {
   opacity: .6;
   max-width: 750px;
   margin: 0 auto;
}

.multi-step-rec-section {
    padding: 95px 0 45px;
    text-align: center;
}

.multi-step-rec-items {
    max-width: 850px;
    margin: 60px auto 30px;
}

.multi-step-rec-items li {
    float: left;
    width: 33.33%;
    padding: 0 22px;
    box-sizing: border-box;
}

.multi-step-rec-items li:last-child {
    margin-right: 0;
}

.multi-step-rec-items span {
    font-size: 16px;
    color: #333;
    display: block;
    margin-top: 30px;
}

.failure-alerting-section {
    padding: 90px 0;
    background-color: #014a7d;
}

.failure-alerting-section .section-title {
    text-align: left;
    margin-top: 120px;
}

.failure-alerting-section .right-col {
    padding-left: 15px;
    box-sizing: border-box;
    float: right !important;
}

.failure-alerting-section .left-col {
    float: left;
}


.failure-alerting-items {
    background-image: url('../images/failure-alerting-grafic.jpg');
    background-repeat: no-repeat;
    display: block;
    width: 332px;
    height: 332px;
    position: relative;
    text-align: center;
    left: 60px;
    margin-bottom: 60px;
}

.failure-alerting-items li {
    position: absolute;
}

.failure-alerting-items li:first-child {
    top: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.failure-alerting-items li:nth-child(2) {
    top: 130px;
    right: -40px;
}

.failure-alerting-items li:nth-child(3) {
    bottom: -70px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.failure-alerting-items li:nth-child(4) {
    top: 130px;
    left: -55px;
}

.failure-alerting-items li span {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
}

.failure-alerting-section .subtitle-text.white {
    max-width: none;
}

.subtitle-text.white {
    color: #fff;
}

.failure-alerting-section .right-col,
.failure-alerting-section .left-col {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.dashboard-section {
    padding: 60px 0 20px;
    height: 560px;
    box-sizing: border-box;
    background-image: url('../images/homepage-graph.jpg');
    background-repeat: repeat-x;
    background-position: center bottom;
}

.dashboard-section .container {
    position: relative;
    padding-top: 185px;
}

.dashboard-section .section-title {
    text-align: left;
    margin: 0;
}

.dashboard-section .subtitle-text {
    margin: 0;
}

.subtitle-text {
    font-weight: 300;
    font-size: 18px;
    color: #555;
    line-height: 30px;
    max-width: 550px;
    margin: 0 auto;
}

.dashboard-section .laptop-img {
    position: absolute;
    top: -125px;
    right: 0;
}

.reports-section {
    padding: 135px 0 120px;
    text-align: center;
    background-color: #e8f0f6;
    /*position: relative;*/
}

.performance-report-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.performance-report-slide {
    max-width: 640px;
    height: auto;
    margin: 0 auto;
}

.reports-section .section-title {
    margin-bottom: 70px;
}

.report-graphics {
    width: 1170px;
}

.report-graphics li {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 25px;
}

.report-graphics li:last-child {
    margin-right: 0;
}

.report-graphics img {
    margin-bottom: 20px;
    display: block;
    height: 168px;
    border-radius: 4px;
    border: 2px solid #d7dfe5;
}

.report-graphics a {
    font-size: 16px;
    color: #333;
    display: block;
}

.report-graphics a:hover img {
    border: 2px solid #a9b5bf;
}

.mfp-close,
.mfp-arrow {
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    border: 2px solid #9fa0a0;
    border-radius: 50%;
    position: absolute;
}

.mfp-arrow:after {
    content: "";
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 11px; 
    height: 16px;
    top: 50%;
    left: 50%;
    opacity: .6;
}

.mfp-arrow-left {
    right: 77%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.mfp-arrow-right {
    left: 77%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    position: relative;
}

.mfp-close {
    top: -60px;
    right: -180px;
}

.mfp-close:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url('../images/x-icon.svg');
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    opacity: .6;
    text-indent: -99999px;
}


.mfp-arrow-left:after {
    background-image: url('../images/left-arrow.svg');
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mfp-arrow-right:after {
    background-image: url('../images/right-arrow.svg');
    -webkit-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%);
}

.mfp-counter {
    display: none;
}

.report-graphics-wrap {
    overflow-x: auto;
}

.delivered-reports-section {
    padding: 110px 0 100px;
    text-align: center;
}

.delivered-reports-section img {
    margin-top: 30px;
}

.failure-analysis-section {
    background-color: #f4f8fa;
    text-align: center;
    padding: 90px 0 60px;
}

.tab-slides p {
    max-width: 670px;
    margin: 0 auto 30px;
    font-weight: 300;
    line-height: 30px;
}

.maintainance-section {
    padding: 100px 0;
    text-align: center;
}

.mainainance-items {
    margin-top: 80px;
    max-width: 1000px;
    margin: 90px auto 0;
}

.mainainance-items li {
    padding: 0 4%;
    box-sizing: border-box;
}

.mainainance-items li:last-child {
    margin-right: 0;
}

.mainainance-items span {
    font-size: 16px;
    color: #333;
    display: block;
    margin-top: 10px;
}

.location-section {
    background-color: #f2f7f9;
    padding: 90px 0 65px;
    text-align: center;
    overflow: hidden;
}

.location-section img {
    margin-top: 60px;
}

.more-features-section {
    padding: 90px 0 80px;
    background-color: #1f70a5;
    background: -webkit-radial-gradient(50% 90%, #06a5f5 -20%, #2586b6 50%);
}


.more-features-section .container {
    position: relative;
}

.more-features-section .section-title {
    margin-bottom: 85px;
}

.more-features {
    height: 410px;
    position: relative;
}

.more-features li {
    position: absolute;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.more-features li:nth-child(1) {top: 78px;right: 785px;}
.more-features li:nth-child(3) {top: 126px;right: 808px;}
.more-features li:nth-child(5) {top: 174px;right: 815px;}
.more-features li:nth-child(7) {top: 222px;right: 815px;}
.more-features li:nth-child(9) {top: 270px;right: 808px;}
.more-features li:nth-child(11) {top: 320px;right: 785px;}

.more-features li:nth-child(2) {top: 78px;left: 785px;}
.more-features li:nth-child(4) {top: 126px;left: 808px;}
.more-features li:nth-child(6) {top: 174px;left: 815px;}
.more-features li:nth-child(8) {top: 222px;left: 815px;}
.more-features li:nth-child(10) {top: 270px;left: 808px;}
.more-features li:nth-child(12) {top: 320px;left: 785px;}

.more-features li.left {
    padding-right: 25px;
}

.more-features li.left:after {
    content: "";
    background-image: url('../images/tick.svg');
    background-repeat: no-repeat;
    width: 16px;
    height: 13px;
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
}

.more-features li.right {
    padding-left: 25px;
}

.more-features li.right:before {
    content: "";
    background-image: url('../images/tick.svg');
    background-repeat: no-repeat;
    width: 16px;
    height: 13px;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
}

.more-features-logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 150px;

}

.privacy-header-section,
.why-header-section,
.contacts-header-section {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #001426;
    height: 504px;
    text-align: center;
    padding-top: 227px;
    position: relative;
    box-sizing: border-box;
}

.why-header-section .main-section-title {
    margin-bottom: 15px;
}

.why-header-section .transparent-text {
    max-width: 750px;
    margin: 0 auto;  
}

.privacy-header-section h1 {
    margin-top: 90px;
}

.privacy-terms-section {
    padding: 90px 0;
}

.privacy-terms-section .container {
    max-width: 900px;
}

.privacy-terms-section h3 {
    color: #333;
    font-size: 24px;
    margin: 40px 0 25px;
    font-weight: 400;
}

.privacy-terms-section p {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.privacy-terms-section p a {
    color: #69c23e;
}

.sub-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 920px;
}

.sub-nav a {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    width: 25%;
    float: left;
    padding: 20px 0;
    position: relative;
    opacity: .5;
    box-sizing: border-box;
    border-bottom: 6px solid transparent;
    transition: .3s;
}

.sub-nav a.active {
    opacity: 1;
    border-color: #80b942;
}

.sub-nav a:hover {
    opacity: 1;
}

.contacts-section { 
    padding: 80px 0;
}

.contacts-header-section .main-section-title {
    margin-bottom: 10px;
}

.contacts > li {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 0 30px;
    margin-bottom: 40px;
}

.contacts > li:before {
    content: "";
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 26px;
}

.contacts > li:first-child:before {
    background-image: url('../images/contacts-pin.svg');
    width: 39px;
    height: 52px;
}

.contacts > li:last-child:before {
    background-image: url('../images/contacts-phone.svg');
    width: 28px;
    height: 52px;
}

.contacts > li:nth-child(2):before {
    background-image: url('../images/contacts-book.svg');
    width: 63px;
    height: 52px;
}

.contacts > li:nth-child(3) {
    width: 50%;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.contacts > li:nth-child(2) {
    float: right;
}

.contacts h3 {
    font-size: 24px;
    line-height: 24px;
    color: #333;
    font-weight: 400;
    margin-bottom: 22px;
}

.contacts address {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 22px;
    font-style: normal;
}

.gmaps-btn {
    color: #80b942;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
}

.departments-contacts li {
    width: 50%;
    float: left;
    margin-bottom: 55px; 
}

.departments-contacts li span {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
}

.departments-contacts-phone {
    font-size: 24px;
    margin-bottom: 10px;
    color: #136ea7;
    display: block;
}


.departments-contacts-mail {
    color: #80b942;
    font-size: 16px;
    text-decoration: underline;
    display: block;
}

.contacts p a {
    color: #80b942;
    font-size: 16px;
    text-decoration: underline;
}

.contacts p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin-bottom: 25px;
}

.contacts p strong {
    font-weight: 500;
    color: #333;
}

.question-section {
    padding: 50px 0;
    background-color: #fbfbfb;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.question-section .social-links {
    float: left;
    padding-top: 10px;
}

.chat-wrap {
    float: right;
}

.chat-wrap h2 {
    font-weight: 400;   
    color: #333;
    font-size: 24px;
    line-height: 36px;
}

.chat-wrap p {
    color: #333;
    opacity: .5;
    font-size: 16px;
}

.chat-wrap > div {
    float: left;
    margin-right: 35px;
}

.chat-btn-big {
    display: block;
    background-color: #82b848;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 17px 55px 17px 95px;
    position: relative;
    font-weight: 400;
    float: right;
}

.chat-btn-big:before {
    content: "";
    background-image: url('../images/live-chat-small.svg');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 55px;
    width: 24px;
    height: 24px;
}


.support-ticket-form-section {
    padding: 80px 0; 
    background-color: #ecf3f7;
    text-align: center;
}

.support-ticket-form {
    position: relative;
    /*display: none;*/
}

.signup-section .container,
.support-ticket-form-section .container {
    max-width: 790px;
}

.support-ticket-form .section-title {
    margin-bottom: 10px;
    padding-top: 20px;
    font-size: 48px;
    line-height: 54px;
}

.support-ticket-form fieldset > p {
    font-size: 16px;
    color: #666;
    opacity: .6;
    line-height: 24px;
}

.support-ticket-form ol {
    margin-top: 65px;
    text-align: left;
}

.h24 {
    height: 24px;
}

.site-form label {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 3px;
}

.required-text strong,
.site-form label strong {
    color: #ed1c24;
    font-weight: 400;
}

.site-form select,
.signup-form input,
.support-ticket-form input {
    border: 1px solid #d8e4ed;
}

.site-form select,
.site-form input {
    font-size: 15px;
    width: 100%;
    padding: 16px 20px 15px;
    box-sizing: border-box;
}

.support-ticket-form li:last-child {
    text-align: right;
    margin-bottom: 0;
}

.site-form .radio-btn input {
    position: absolute;
    left: -50px;
    width: auto;
}

.site-form .radio-btn {
    display: block;
    margin-top: 20px;
    margin-right: 35px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    display: block;
    transition: .3s;
    float: left;
    box-sizing: border-box;
    cursor: pointer;
    text-align: left;
}

.site-form .radio-btn span { 
    display: inline-block;
    text-align: left;
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
    font-size: 15px;
    color: #666;
    line-height: 24px;
}

.site-form .radio-btn input[type="radio"] + span:before {
    content: "";
    display: inline-block;
    background-color: #fff;
    border: 1px solid #dae6ed;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: .3s;
}

.site-form .radio-btn input[type="radio"]:checked + span:before {
    background-color: #80b942;
}

.site-form .radio-btn input[type="radio"] + span:after {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    background-color: #fff;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 5px;
    margin: -4px 0 0 2px;
    transition: .3s;
}

.site-form .radio-btn input[type="radio"]:checked + span:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}




.site-form .checkbox input {
    position: absolute;
    left: -50px;
    width: auto;
}

.site-form .checkbox {
    display: block;
    margin-top: 20px;
    margin-right: 35px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    display: block;
    transition: .3s;
    float: left;
    box-sizing: border-box;
    cursor: pointer;
    text-align: left;
}

.site-form .checkbox span { 
    display: inline-block;
    text-align: left;
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
    font-size: 15px;
    color: #666;
    line-height: 24px;
}

.site-form .checkbox input[type="checkbox"] + span:before {
    content: "";
    display: inline-block;
    background-color: #fff;
    border: 1px solid #dae6ed;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    position: absolute;
    left: 0;
    transition: .3s;
}

.site-form .checkbox input[type="checkbox"]:checked + span:after {
    content: "";
    background-image: url('../images/tick.svg');
    background-repeat: no-repeat;
    display: block;
    width: 15px;
    height: 12px;
    position: absolute;
    top: 5px;
    left: 3px;
    /*transform: translate(0, -50%);*/
}

.checkbox span a {
    color: #80b942;
    text-decoration: underline;
}

.site-form textarea {
    width: 100%;
    height: 105px;
    border: 1px solid #d8e4ed;
}

.submit-btn {
    display: block;
    background-color: #82b848;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 15px 55px;
    position: relative;
    font-weight: 500;
    float: right;
    transition: .3s;
    border: 2px solid #82b848;
}

.site-form .required-text {
    float: left;
    bottom: 20px;
    color: #666;
    font-size: 14px;
    padding-top: 15px;
    height: auto;
}

.required-text span {
    color: #ed1c24;
}

.finished-reg-wrap {
    padding-top: 100px;
    position: relative;
    display: none;
}

.finished-reg-wrap:before {
    content: "";
    background-image: url('../images/tick-big.svg');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 21px;
    height: 17px;
    left: 50%;
    top: 40px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.finished-reg-wrap:after {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    border: 3px solid #97c468;
    border-radius: 50%;
    top: 20px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.finished-reg-wrap h2 {
    color: #333;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 400;
}

.finished-reg-wrap p {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    max-width: 500px;
    margin: 0 auto;
}

/**** Landing ****/

.header-items {
    padding-top: 15px;
    margin-left: 10%;
    float: left;
}

.header-items li {
    display: inline-block;
    font-size: 17px;
    color: #666;
    margin-right: 14px;
    margin-bottom: 5px;
}

.header-items li:last-child {
    margin-right: 0;
}

.header-items li strong {
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

.landing .green-border-btn {
    float: right;
    position: relative;
    padding: 15px 25px 15px 60px;
}

.landing .green-border-btn:before {
    content: "";
    display: inline-block;
    background-image: url('../images/mail-green.svg');
    background-repeat: no-repeat;
    width: 24px;
    height: 19px;
    position: absolute;
    left: 24px;
    top: 14px;
}

.landing-main-section {
    padding: 187px 0 90px; 
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.landing-main-section .container {
    max-width: 820px;
}

.landing-main-section p {
    font-weight: 300;
    color: #fff;
    opacity: .7;
    line-height: 36px;
    font-size: 20px;
}

.landing-section {
    text-align: center;
    padding-top: 80px; 
}

.features-differentiators-section {
    background-color: #136ea7;
}

.features-differentiators-section .section-title {
    max-width: none;
}

.landing-section .section-title {
    margin-bottom: 95px;
}

.why-use-section .landing-section-items li {
    width: 33.33%;
}

.features-differentiators-section .landing-section-items li {
    width: 24%;
}

.landing-section-items li {
    float: left;
    margin-bottom: 80px;
    position: relative;
    padding-top: 100px;
}

.landing-section-items li img {
    position: absolute;
    bottom: 85px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: none;
}

.landing-section-items li span {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    height: 72px;
}

.why-use-section .landing-section-items li img {
    bottom: 100px;
}

.landing-section-items.blue li span {
    color: #136ea7;
}

.landing-section.brands-section {
    background-color: #f3f8fb;
}

.brands-section li {
    width: 16.5%;
    height: 135px;
    float: left;
    padding: 0 12px;
    box-sizing: border-box;
    margin-bottom: 60px;
}

.brands-section li img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.landing-footer .phone-big {
    margin-bottom: 0;
}

.brands-section h2 {
    max-width: none;
}

.landing-section.easy-setup-section {
    padding-bottom: 80px;
}

.easy-setup-section .section-title {
    margin-bottom: 25px;
}

.easy-setup-section p {
    font-size: 24px;
    color: #666;
    font-weight: 300;
    margin-bottom: 30px;
}

.green-btn.white {
    background-color: #fff;
    color: #80b942;
}

.easy-setup-section .green-btn {
    margin-right: 20px;
    margin-bottom: 20px;
}

.landing-footer .footer-col {
    width: 33.33%;
}

.footer-col address {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    font-style: normal;
}

.landing-footer .gmaps-btn {
    color: #80b942;
    margin-top: 15px;
}

.landing-footer .footer-small-phone {
    font-size: 14px;
    color: #fff;
    opacity: .3;
    margin-bottom: 30px;
    display: block;
}

.landing-footer .footer-email-btn {
    font-size: 16px;
    padding-left: 30px;
    max-width: 150px;
    position: relative;
}

.landing-footer .footer-col {
    padding-bottom: 50px;
}

.landing-footer .bottom-footer-right,
.landing-footer .rights {
    position: static;
    float: left;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-right: 10px;
}

.landing-footer .social-links {
    float: right;
}

.landing-footer .social-links a {
    opacity: .3;
}

.landing-footer .social-links a:hover {
    opacity: 1;
}

.quality-section {
    padding: 100px 0 80px;
    text-align: center;
}

.support-section .section-items li,
.quality-section .section-items li {
    width: 33.33%;
    padding-top: 77px;
    position: relative;
    box-sizing: border-box;
}

.support-section .section-items,
.quality-section .section-items {
    max-width: 820px;
    margin: 90px auto 0;
}

.section-items li {
    float: left;
    color: #fff;
    position: relative;
    padding-top: 60px;
}

.section-items li img {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: none;
}

.section-items li:last-child {
    margin-right: 0;
}

.section-items li span {
    font-size: 16px;
    line-height: 24px;
    display: block;
}

.billing-options-items.section-items li span {
    font-size: 18px;
}

.section-items.dark li span {
   color: #333;
}

.why-advanced-features-section {
    padding: 90px 0 55px;
    text-align: center;
    background-color: #ecf3f7;
}

.why-advanced-features-section .subtitle-text {
    max-width: none;
    margin-bottom: 40px;
}

.support-section {
    padding: 90px 0;   
    text-align: center;
}

.support-section .subtitle-text {
    margin-bottom: 80px;
    max-width: 770px;
}

.easy-to-use-section {
    padding: 130px 0 100px;
    text-align: center;
    position: relative;
}

.easy-to-use-section .subtitle-text {
    max-width: none;
}

.clouds-img {
    position: absolute;
    bottom: 120px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1;
}

.easy-to-use-items {
    max-width: 666px;
    margin: 190px auto 0;
}

.easy-to-use-items li {
    margin-bottom: 30px;
    float: left;
}

.easy-to-use-items li img {
    bottom: 30px;
}

.easy-to-use-items li:last-child {
    float: right;
}

.product-header-section {
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
    padding: 242px 0 100px;
    box-sizing: border-box;
    position: relative;
}

.main-features-section:after,
.product-header-section:after {
    content: "";
    display: block;
    background-color: #000;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.main-features-section .container,
.product-header-section .container {
    position: relative;
    z-index: 1;
}

.product-header-section .main-section-title {
    margin-bottom: 10px;
}

.product-header-section h2 {
    color: #24ade2;
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    margin-bottom: 30px;
}

.product-header-section .main-subsection-title {
    max-width: 810px;
    opacity: .8;
    margin: 0 auto 65px;
}

.full-page-monitoring-section {
    padding-top: 85px;
    background-image: url('../images/product-monitor-shape-bg.png');
    background-repeat: repeat-x;
    background-position: center bottom;
    text-align: center;
}

.full-page-monitoring-section .container {
    position: relative;
}

.full-page-monitoring-section .subtitle-text {
    max-width: 770px;
    margin-bottom: 50px;
}

.product-monitor-img {
    margin-bottom: -9px;
}

.product-monitor-items li {
    position: absolute;
}

.product-monitor-items li:nth-child(1) {
    bottom: 320px;
    left: 40px;
}

.product-monitor-items li:nth-child(2) {
    bottom: 320px;
    right: 40px;
}

.product-monitor-items li:nth-child(3) {
    bottom: 160px;
    left: 40px;
}

.product-monitor-items li:nth-child(4) {
    bottom: 160px;
    right: 40px;
}

.website-monitoring-section {
    background-color: #002847;
    text-align: center;
    padding: 95px 0;
    position: relative;
}

.website-monitoring-section:after {
    content: "";
    display: block;
    background-image: url('../images/statistics-bars-bg.png');
    background-repeat: repeat-x;
    background-position: center bottom;
    opacity: .1;
    width: 100%;
    height: 352px;
    position: absolute;
    bottom: 0;
}

.website-monitoring-section .container {
    position: relative;
    z-index: 1;
}

.website-monitoring-items {
    margin: 150px 0 0;
}

.website-monitoring-items li {
    width: 16.5%;
    box-sizing: border-box;
    margin-bottom: 100px;
}

.website-monitoring-items li span {
    line-height: 22px;
    display: block;
    color: #fff;
    margin-top: 10px;
}

.website-monitoring-items li img {
    bottom: 60px
}

.website-monitoring-section .subtitle-text {
    opacity: .6;
    max-width: 800px;
}

.mobile-world-section {
    padding-top: 105px;
}

.mobile-world-section .right-col img {
    margin-bottom: -50px;
    position: relative;
    z-index: -1;
}

.mobile-world-section .section-title,
.mobile-world-section .subtitle-text {
    max-width: 450px;
    text-align: left;
    margin: 0 0 0 20px;
}

.mobile-world-section .section-title {
    margin-top: 95px;
}

.os-items {
    margin-top: 130px;
}

.os-items li {
    float: left;
    margin-right: 25px;
    position: relative;
}

.os-items li:last-child {
    margin-right: 0;
}

.os-items li img {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 30px;
}

.os-items li span {
    display: block;
    color: #000;
    font-weight: 300;
    font-size: 16px;
}

.protocol-section {
    background-color: #004c7b;
    padding: 125px 0 145px;
    overflow: hidden;
}

.protocol-section .left-col {
    padding-left: 60px;
    box-sizing: border-box;
}

.protocol-section .right-col {
    position: relative;
    z-index: 2;
    padding-left: 30px;
    box-sizing: border-box;
    float: right;
}

.basics-items {
    width: 329px;
    height: 333px;
    position: relative;
    z-index: 1;
}

.basics-items:before {
    content: "";
    display: block;
    background-image: url('../images/basics-section-bg.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    width: 1715px;
    height: 603px;
    top: -125px;
    left: -400px;
    z-index: -1;
}

.basics-items:after {
    content: "";
    display: block;
    background-image: url('../images/basics-graphic-dotts.png');
    background-repeat: no-repeat;
    width: 329px;
    height: 333px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.basics-items.section-items li {
    padding-top: 68px;
    text-align: center;
}

.basics-items.section-items li img {
    bottom: 60px;
}

.basics-items li:nth-child(1) {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.basics-items li:nth-child(2) {
    position: absolute;
    top: 130px;
    right: -55px;
}

.basics-items li:nth-child(3) {
    position: absolute;
    bottom: -80px;
    left: 50%;
    width: 190px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.basics-items li:nth-child(4) {
    position: absolute;
    top: 140px;
    left: -55px;
}

.protocol-section .section-title {
    margin: 120px 0 20px 0;
    text-align: left;
}

.protocol-section .subtitle-text {
    color: #fff;
    margin: 0;
}

.servers-section {
    padding: 90px 0 100px;
    text-align: center;
    overflow: hidden;
}

.servers-section .container {
    position: relative;
}

.servers-items {
    position: absolute;
    top: 270px;
}

.servers-items.left {
    right: 940px;
    text-align: right;
}

.servers-items.right {
    left: 935px;
    text-align: left;
}

.servers-items li {
    font-size: 16px;
    font-weight: 500;
    color: #136ea7;
    margin-bottom: 20px;
    position: relative;
}

.servers-items.right li:before {
    content: "";
    display: inline-block;
    background-image: url('../images/servers-dots-right.png');
    background-repeat: no-repeat;
    width: 120px;
    height: 17px;
    position: absolute;
    left: -127px;
    top: 1px;
}

.servers-items.left li:after {
    content: "";
    display: inline-block;
    background-image: url('../images/servers-dots-left.png');
    background-repeat: no-repeat;
    width: 120px;
    height: 17px;
    position: absolute;
    right: -132px;
    top: 1px;
}

.server-img-wrap {
    position: relative;
    margin: 64px auto 0;
}

.server-img-wrap:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('../images/servers-shadow-img.png');
    background-repeat: no-repeat;
    width: 707px;
    height: 33px;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1;
}

/*.login-modal {
    display: block;
}*/

.login-modal .main-section-title {
    font-size: 64px;
}

.login-modal {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, .9);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15;
}

.login-form {
    width: 390px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 0 25px;
}

.login-form .main-section-title {
    margin-bottom: 60px;
}

.login-form li label {
    color: #fff;
}

.login-form ol li input {
    width: 100%;
    border: none;
    background-color: #fff !important;
    padding: 19px 20px 18px !important;
    border: 1px solid #d8e4ed;
}

.login-form .forgot-pass-btn {
    float: left;
    color: #80b942;
    text-decoration: underline;
    margin-top: 15px;
    font-size: 14px;
} 

.login-form li:last-child {
    margin-top: 18px;
}

.login-modal .close-btn {
    position: absolute;
    top: -60px;
    right: -70px;
    z-index: 11;
}

.login-form.site-form ol li {
    margin-bottom: 15px;
}

.close-btn {
    border: 2px solid #b2b2b2;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: block;
    position: relative;
}

.close-btn:after {
    content: "";
    display: block;
    background-image: url('../images/x-icon.svg');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute; 
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.trial .logo {
    padding-top: 5px;
}

.trial .menu-phone {
    float: right;
    margin-bottom: 0;
    padding: 16px 25px;
}

.trial .close-btn {
    float: right;
    margin-left: 40px;
}

.trial-header-section {
    background-image: url('../images/trial-header-section-bg.jpg');
    background-repeat: no-repeat;
    background-color: #001c34;
    background-position: center bottom;
    margin-top: 82px;
    padding: 80px 0 65px;
    text-align: center;
}

.trial-header-section .main-section-title {
    margin-bottom: 20px;
}

.trial-header-section .main-subsection-title {
    opacity: .5
}

.trial-steps {
    /*width: 416px;*/
    margin: 50px auto 0;
}

.trial-header-section-icon-1,
.trial-header-section-icon-2 {
    width: 56px;
    height: 56px;
    display: inline-block;
    border: 2px solid #374d5d;
    border-radius: 50%;
    position: relative;
    border-color: #80b942;
    text-align: center;
    opacity: 1;
    position: relative;
    background-color: rgba(128, 185, 66, .2);
}

.trial-header-section-icon-2:after {
    content: "";
    display: inline-block;
    width: 27px;
    height: 21px;
    background-image: url('../images/tick-white.svg');
    background-repeat: no-repeat;
    margin-top: 16px;
}

.trial-header-section-icon-1:after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 23px;
    background-image: url('../images/mail.svg');
    background-repeat: no-repeat;
    margin-top: 16px;
}

.trial-header-section-icon-1:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #80b942;
    border-radius: 50%;
    border: 3px solid #1e4038;
    position: absolute;
    top: 10px;
    right: 10px;
}

.trial-steps li {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    opacity: .5;
    display: inline-block;
    margin-right: 124px;
    border: 2px solid #374d5d;
    border-radius: 50%;
    font-size: 24px;
    position: relative;
}

.trial-steps li:after {
    content: "";
    display: block;
    height: 2px;
    width: 124px;
    background-color: #374d5d;
    position: absolute;
    left: 58px;
    top: 28px;
}

.trial-steps li:last-child {
    margin-right: 0;
}

.trial-steps li:last-child:after {
    display: none;
}

.trial-steps li.active {
    border-color: #80b942;
    opacity: 1;
    background-color: rgba(128, 185, 66, .2);
}

.signup-section {
    background-color: #ecf3f7;
    padding: 90px 0 100px;
}

.signup-form li p {
    font-size: 12px;
    color: #999;
    padding: 3px 0 0 2px;
}

.signup-form .required-text {
    font-size: 13px;
}

.signup-form li span {
    font-size: 14px;
    color: #666;
}

.signup-form .green-border-btn {
    padding: 15px 55px; 
    float: right;
    margin-right: 16px;
}

.singup-final-section {
    padding: 55px 0 100px;
    text-align: center;
    background-color: #ecf3f7;
}

.singup-final-section .container {
    max-width: 580px;
}

.trial-section-title {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    margin: 10px 0 10px 0;
    font-weight: 400;
}

.singup-final-section .subtitle-text {
    max-width: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.singup-final-section .subtitle-text span {
    color: #333;
    font-weight: 400;   
}

.singup-final-section .subtitle-text.small {
    font-size: 15px;
}

.singup-final-section h3 {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin: 8px 0 10px 0;
    font-weight: 400;
}

.singup-final-section h4 {
    font-size: 17px;
    color: #136ea7;
    line-height: 18px;
    font-weight: 500;
    margin: 8px 0 8px 0;
}

.singup-final-section .container > div {
    margin-bottom: 50px;
}

.singup-final-section .container > div:last-child {
    margin-bottom: 0;
}

.singup-final-section p a {
    font-size: 16px;
    text-decoration: underline;
    color: #80b942;
}

.singup-final-section .login-form {
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0 auto;
    text-align: left;
    padding: 0;
}

.singup-final-section .login-form label {
    color: #333;
}

.singup-final-section .login-form legend {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #333;
    margin-bottom: 55px;    
}

.pricing-header-section {
    padding: 192px 0 280px;
    background-color: #14253d;
    text-align: center;
    background: -webkit-radial-gradient(50% 140%, #2d6492 -20%, #14253d 50%);
}

.pricing-header-section .transparent-text {
    opacity: .5;
    max-width: 740px;
    margin: 0 auto;
}

.pricing-header-section .main-section-title {
    margin-bottom: 12px;
}

.prices-section {
    background-color: #ecf3f7;
    padding-top: 200px;
}

.prices-section .pricing-table {
    margin-top: -404px;
}

.pricing-table.mobile {
    display: none;
}

.pricing-table.desktop {
    width: 100%;
    border-bottom: 1px solid #d9e5ed;
}

.pricing-table th {
    padding: 25px 0;
    box-sizing: border-box;
}

.pricing-table h3 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.pricing-table span {
    font-size: 18px;
    font-weight: 400;
    color: #5e6979;
    margin-bottom: 30px;
    display: block;
}

.pricing-table strong {
    font-size: 48px;
    font-weight: 700;
    opacity: 1;
    color: #fff;
    line-height: 42px;
}

.pricing-table i {
    vertical-align: top;
    font-style: normal;
}

.pricing-table tr:first-child {
    background-color: transparent !important;
}

.pricing-table tr:nth-child(even) {
    background-color: #fff;
}

.pricing-table tr:nth-child(odd) {
    background-color: #f5f9fc;
}

.pricing-table tr td:first-child {
    width: 300px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
    text-align: left;
    font-weight: 400;
}

.pricing-table tr:first-child th:first-child  {
    opacity: .3;
    vertical-align: bottom;
    border-left: 0;
    text-align: left;
}

.pricing-table tr:first-child th:last-child  {
    border-right: 0;
}

.pricing-table tr:first-child th:first-child h3 {
   margin-bottom: 0;
   padding-left: 10px;
}

.pricing-table tr {
    height: 72px;
}

.pricing-table tr th {
    border-left: 1px solid rgba(255, 255, 255, .1);
    border-right: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 20px;
}

.pricing-table tr td {
    width: 216px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid #d9e5ed;
    border-right: 1px solid #d9e5ed;
    color: #136ea7;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 15px;
}

.pricing-table tr th:nth-child(4),
.pricing-table tr td:nth-child(4) {
    border-left: 4px solid #80b842;
    border-right: 4px solid #80b842;
}

.pricing-table tr th:nth-child(4) {
    border-top: 4px solid #80b842;
}

.pricing-table tr:last-child td:nth-child(4) {
    border-bottom: 4px solid #80b842;
}

.budget-section {
    padding: 165px 0 0; 
    text-align: center;
    background-color: #146ea7;
    background-image: url('../images/budget-section-bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}

.budget-section .container {
    max-width: 790px;
}

.budget-section h3 {
    opacity: .6;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.budget-section .section-title {
    max-width: 650px;
}

.budget-section .subtitle-text {
    opacity: .6;
}

.budget-section .green-border-btn {
    margin-top: 30px;
    padding: 20px 50px; 
    margin-bottom: 90px;
}

.billing-options-section {
    padding: 100px 0 80px;
    text-align: center;
}

.billing-options-items {
    margin-top: 80px;
}

.billing-options-items li {
    width: 20%;
    margin-bottom: 20px;
}

.billing-options-items li img {
    max-width: none;
}

.billing-options-section .subtitle-text {
    max-width: 770px;
}

.no-billing-section.start-section {
    background-color: #ecf3f7;
}

.successful-request-wrap,
.request-form {
    padding-top: 60px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    display: none;
    margin-top: 55px;
}

.successful-request-wrap .close-btn:after,
.request-form .close-btn:after {
    background-image: url('../images/x-icon-blue.svg');
}

.successful-request-wrap {
    padding-bottom: 90px;
}

.request-form .required-text {
    color: #fff;
    margin-bottom: 10px;
}

.successful-request-wrap .close-btn,
.request-form .close-btn {
    position: absolute;
    right: 0;
    top: 55px;
    border-color: #5395bf;
}

.successful-request-wrap h4,
.request-form legend {
    display: block;
    text-align: center;
    margin-bottom: 55px;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}

.successful-request-wrap h4:before {
    content: "";
    display: inline-block;
    background-image: url('../images/tick-big.svg');
    background-repeat: no-repeat;
    width: 21px;
    height: 16px;
    margin-right: 10px;
}

.request-form li label {
    text-align: left;
    color: #fff;
}

.request-form .footer-form {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 40px 0;
    margin-top: 50px;
}

.request-form .footer-form span {
    font-weight: 300;
    font-size: 18px;
}

.request-form .phone-big {
    font-size: 24px;
    margin-top: 20px;
}

.successful-request-wrap .subtitle-text {
    max-width: 100%;
}

.full-site-btn {
    /* Niki fix START */
    /*display: none;*/
    margin-left: 15px;
    margin-top: -3px;
    /* Niki fix END */
    font-size: 16px;
    color: #fff;
    padding-left: 35px;
    float: left;
    position: relative;
    margin-bottom: 10px;
}
.full-site-btn.rs-link-inactive{
    display: none;
}

.full-site-btn:before {
    content: "";
    display: block;
    background-image: url('../images/full-site-icon.svg');
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 24px;
    height: 24px;
}

.delivered-reports-graph-responsive {
    display: none;
}

.logo-slider .owl-nav {
    display: none;
}

.logo-slider .owl-item a {
    display: block;
    position: relative;
    width: 186px;
    height: 70px;
}

.logo-slider .owl-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.signup-form.step-2 ol li select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #fff;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    margin-top: 1px;
}

.tweet {
    font-size: 17px;
    line-height: 26px;
    color: #666;
    display: block;
    clear: both;
    word-wrap: break-word;
}

.tweet a {
    color: #24aeeb;
    display: block;
    margin-bottom: 30px;
}

.user a span,
.interact,
.timePosted {
    display: none;
}


/* Media queries */

@media(max-width: 1250px) {

    .product-header-section {
        padding-top: 172px;
        margin-top: 70px;
        background-size: cover;
    }
    .main-menu {
        display: none;
        float: none;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #111;
        text-align: center;
        z-index: 12;
        padding-top: 85px;
    }

    .more-features-section .container {
        padding-left: 0;
        padding-right: 0;
    }

    .start-section .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-menu.active {
        display: block;
    }

    .main-menu a {
        display: block;
        margin-bottom: 15px;
        text-align: center;
        float: none;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
    }

    a.menu-phone {
        color: #82b848;
        width: 155px;
        margin: 0 auto 15px;
    }

    .main-menu a.green-border-btn {
        padding: 15px 90px;
    }

    .menu-open .logo .logo-black {
        display: none;
    }

    .menu-open .logo .logo-white {
        display: block;
    }

    .close-nav-btn {
        position: absolute;
        background-image: url('../images/x-icon-white.svg');
        background-repeat: no-repeat;
        display: block;
        width: 26px;
        height: 26px;
        right: 30px;
        top: 20px;
        z-index: 13;
    }

    .sticky-menu #nav-toggle {
        top: 22px;
    }

    #nav-toggle { 
        position: fixed; 
        top: 38px; 
        right: 20px; 
        z-index: 13;
        cursor: pointer; 
        padding: 10px 35px 16px 0px; 
        /*transition: .3s;*/
    }
    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
     cursor: pointer;
     border-radius: 1px;
     height: 5px;
     width: 35px;
     background: #000;
     position: absolute;
     display: block;
     content: '';
    }
    #nav-toggle span:before {
     top: -10px; 
    }
    #nav-toggle span:after {
     bottom: -10px;
    }

    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
     transition: all 500ms ease-in-out;
    }

    #nav-toggle.active span:before, #nav-toggle.active span:after {
         background-color: #fff;
     top: 0;
    }
    #nav-toggle.active span:before {
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
    }
    #nav-toggle.active span:after {
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
    }

    .container {
        padding: 0 25px;
    }

    .prices-section .container,
    .pricing-header-section .container {
        padding: 0;
    }

    .homepage-header-section .laptop-img {
        width: 60%;
    }

    .servers-section .container {
        padding: 0;
    }

    .servers-items.left li:after,
    .servers-items.right li:before {
        display: none;
    }

    .servers-items.right {
        left: 80%;
    }

    .servers-items.left {
        right: 82%;
    }

    .product-monitor-items {
        margin-bottom: 40px;
        max-width: 550px;
        margin: 0 auto;
    }

    .product-monitor-items li {
        position: relative;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        top: auto !important;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-bottom: 70px;
        padding: 60px 30px 0;
        text-align: center;
        width: 50%;
        box-sizing: border-box;
    }

    .mfp-arrow-right {
        left: 87%;
    }

    .mfp-arrow-left {
        right: 87%;
    }

    .mfp-close {
        right: -100px;
    }

    .laptop-img {
        right: -120px;
    }
    
    .dashboard-section .laptop-img {
        right: -70px;
    }

    .servers-items.left li:after,
    .servers-items.right li:before {
        display: block;
        background-image: none;
        width: 5px;
        height: 5px;
        border: 5px solid #f0f1f2;
        position: absolute;
        border-radius: 50%;
        background-color: #b4b8bd;
    }

    .servers-items.right li:before {
        left: 0;
    }

    .servers-items.right li {
        padding-left: 30px;
    }

    .servers-items.left li:after {
        right: 0;
    }

    .servers-items.left li {
        padding-right: 30px;
    }

    .monitoring-stuff li {
        margin-right: 15px;
    }
    
    .sticky .homepage-header-section {
        padding-top: 80px;
    }

}

@media(max-width: 1080px) {
    .advanced-features {
        height: auto;
    }

    .full-site-btn {
        /*display: block;*/
    }

    .advanced-features li {
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        position: relative;
        width: 50%;
        -webkit-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
        float: left;
        text-align: center !important;
        margin-bottom: 40px;
        padding-top: 60px;
    }

    .advanced-features li span {
        text-align: center;
        display: block;
        margin: 0 auto !important;
        float: none !important;
        padding-top: 0 !important;
    }

    .advanced-features li img {
        margin: 0 auto !important;
        float: none !important;
        position: absolute;
        bottom: 60px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        max-width: none;
    }

    .advanced-features-logo {
        display: none;
    }

    .rights {
        float: left;
        clear: both;
        position: static;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .full-site-btn {
        margin: -3px 10px 0 0;
    }

    .bottom-footer-right {
        padding: 0;
        margin-top: 10px;
    }

    .bottom-footer {
        padding-bottom: 60px;
    }

    .more-features-section {
        padding-bottom: 80px;
    }

    .more-features {
        height: auto;
    }

    .more-features li {
        position: relative;
        width: 40%;
        display: block;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin-bottom: 25px;
    }

    .more-features-section .container {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .news-events-section .container {
        padding-left: 0;
        padding-right: 0;
    }

    .news-events-section .left-col {
        padding: 0 15px;
    }

    .more-features li.right {
        float: right;
        text-align: left;
    }
    .more-features li.left { 
        float: left;
        text-align: right;
    }
    
    .more-features-logo {
        display: none;
    }

    .mainainance-items {
        max-width: 500px;
        margin: 150px auto 0;
    }

    .mainainance-items li {
        width: 50%;    
        margin-bottom: 95px;
    }

    .maintainance-section {
        padding-bottom: 0;
    }

    .dashboard-section .container {
        padding-top: 0;
        text-align: center;
    }

    .dashboard-section .section-title,
    .dashboard-section .subtitle-text {
        text-align: center;
        margin: 0 auto;
    }

    .dashboard-section .laptop-img {
        position: static;
    }

    .dashboard-section {
        height: auto;
    }

    .reports-section {
        padding-top: 20px;
    }

    .homepage-header-section .main-section-title {
        font-size: 56px;
        line-height: 64px;
    }

    .homepage-header-section .main-section-title,
    .homepage-header-section .main-subsection-title {
        padding-left: 0;
        padding-right: 0;
    }
    
    .homepage-header-section .laptop-img {
        top: -10px
    }

    .protocol-section .section-title {
        margin-top: 100px;
    }

    .mobile-world-section .left-col,
    .mobile-world-section .right-col {
        float: none;
        width: 100%;
        text-align: center;
    }
    
    .mobile-world-section .subtitle-text,
    .mobile-world-section .section-title {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 20px;
        text-align: center;
        max-width: none;
    }

    .os-items {
        width: 240px;
        margin: 80px auto 50px;
    }

    .features-differentiators-section .landing-section-items li {
        width: 33.33%;
    }

    .landing-footer .bottom-footer-right {
        padding-top: 15px;
        margin-top: 0;
    }

    .header-items {
        clear: both;
        margin-left: 0;
    }

    .landing .green-border-btn {
        margin-top: -40px;
    }

    .website-monitoring-items li {
        width: 33.33%;
        box-sizing: border-box;
        display: block;
        padding: 0;
        float: left;
    }

    .website-monitoring-items li span {
        height: 66px;
    }

    .website-monitoring-items li img {
        bottom: 80px;
    }

    .monitoring-stuff {
        position: relative;
    }

    .monitoring-stuff li {
        display: block;
        text-align: left;
    }

    .monitoring-stuff:last-child li:first-child {
        position: absolute;
        bottom: 0;
        left: -180px;
    }

    .monitoring-stuff:last-child li:nth-child(2) {
        position: absolute;
        bottom: -30px;
        left: -180px;
    }

    .monitoring-stuff {
        float: left;
        width: 50%;
        padding-left: 20px;
        box-sizing: border-box;
    }
    
    .monitoring-stuff-container {
        max-width: 400px;
        margin: 0 auto;
    }

    .monitoring-feature-section {
        padding: 90px 0 110px;
    }

} 

@media(max-width: 950px) {
    .advanced-features-section {
        padding-top: 410px;
        margin-top: -410px;
    }
    .homepage-statistics-wrap {
        margin-top: 180px;
    }
    .homepage-header-section .container {
        padding-top: 70px;
    }

    .homepage-header-section:after {
        height: 220px;
        background-position: -760px top;
        bottom: 390px;
    }

    .failure-alerting-section .right-col, 
    .failure-alerting-section .left-col {
        width: 100%;
        float: none !important;
    }

    .failure-alerting-section .section-title {
        text-align: center;
        margin-top: 0;
    }

    .failure-alerting-section .subtitle-text {
        text-align: center;
    }

    .failure-alerting-items {
        margin: 100px auto 60px;
        left: auto;
    }

    .owl-dot div span {
        width: 125px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .monitoring-feature-section .section-items {
        padding-bottom: 20px;
        max-width: 450px;
        margin: 0 auto;
    }

    .monitoring-feature-section .section-items li {
        width: 50%;
        margin-right: 0;
        margin-bottom: 50px;
        float: left;
        display: block;
        box-sizing: border-box;
    }

    .homepage-statistics-wrap strong {
        font-size: 42px;
        margin-bottom: 10px;
    }

    .protocol-section .left-col,
    .protocol-section .right-col {
        width: 100%;
        float: none;
        padding: 0;
    }

    .protocol-section .subtitle-text,
    .protocol-section .section-title {
        text-align: center;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .basics-items {
        margin: 100px auto 0;
    }

    .basics-items:before {
        content: "";
        display: block;
        background-image: url('../images/basics-section-bg.jpg');
        background-repeat: no-repeat;
        background-position: left top;
        position: absolute;
        width: 1715px;
        min-height: 940px;
        top: -395px;
        left: -400px;
        z-index: -1;
    }

    .mfp-arrow-right,
    .mfp-arrow-left {
        top: 85%
    }

    .mfp-close {
        right: 10px;
    }

    .sub-nav {
        display: none;
    }

    /*.why-header-section {
        margin-top: 100px;
    }*/

    .tab-slides .owl-dots div {
        font-size: 14px;
    }

    .contacts-header-section {
        background-size: cover;
    }
    
    .contacts > li:nth-child(1),
    .contacts > li:nth-child(2) {
        width: 50%;
    }

    .contacts > li:nth-child(3) {
        width: 100%;
    }

    .why-use-section .landing-section-items li {
        width: 50%;
    }

    .landing-footer .footer-col:first-child {
        width: 100%;
    }

    .landing-footer .footer-col {
        width: 50%;
    }

    .laptop-img {
        right: -170px;
    }

}

@media(max-width: 768px) {
    .no-tick {
        padding-left: 0 !important;
    }

    .trial-header-section {
        background-size: cover;
    }

    .tabs div span {
        font-size: 14px;
    }

    .true-browser-items li span {
        min-height: 48px
    }

    .true-browser-items li img {
        bottom: 60px;
    }

    .main-section-title {
        font-size: 48px;
        line-height: 56px;
    }

    .homepage-statistics-wrap {
        margin-top: 150px;
    }

    .servers-items.left {
        position: static;
        float: left;
    }

    .servers-items.right {
        position: static;
        float: right;
    }

    .servers-section .container {
        padding: 0 15px;
    }

    .servers-items-wrap {
        max-width: 280px;
        margin: 50px auto 0;
    }

    .main-footer .right-col, 
    .main-footer .left-col {
        float: none;
        width: 100%;
    }

    .quality-section .section-items li span {
        height: 48px;
    }

    .quality-section .section-items li img {
        bottom: 60px;
    }
    
    .chat-wrap,
    .social-links.coloured-icons {
        float: none;
        width: 100%;
        text-align: center;
    }

    .chat-wrap {
        max-width: 500px;
        margin: 0 auto;
    }

    .social-links.coloured-icons {
        margin-top: 40px;
    }

    .signup-form li p {
        height: 31px;
    }

    .features-differentiators-section .landing-section-items li {
        width: 50%;
    }

    .brands-section li {
        width: 25%;
    }

    .landing .green-border-btn {
        text-indent: -9999px;
        font-size: 0;
        padding: 0;
        width: 48px;
        height: 48px;
    }

    .landing .green-border-btn:before {
        display: block;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .pricing-header-section {
        padding-top: 130px;
        padding-bottom: 50px;
    }

    .product-header-section {
        padding-top: 120px;
    }

    .prices-section .container,
    .pricing-header-section .container {
        padding: 25px;
    }

    .pricing-table.mobile {
        display: block;
    }

    .pricing-table.desktop {
        display: none;
    }

    .prices-section {
        padding-top: 20px; 
    }

    .pricing-table.mobile {
        margin-top: 0;
    }

    .price-package-hidden {
        background-color: #fff;
        padding: 0 25px;
        max-height: 0;
        transition: .4s;
    }

    .price-package-hidden li {
        position: relative;
        padding-left: 20px;
    }

    .price-package-hidden li img {
        position: absolute;
        left: 0;
        top: 3px;
    }

    .active .price-package-hidden {
        max-height: 1000px;
        padding: 30px 25px;
    }

    .price-packages li {
        margin-bottom: 12px;
    }

    .active .price-package-hidden li {
        display: block;
    }

    .price-package-hidden li {
        display: none;
        margin-bottom: 26px;
    }

    .price-package-hidden li strong {
        font-size: 16px;
        font-weight: 500;
        color: #136ea7;
        line-height: 18px;
    }

    .price-package-hidden li:last-child {
        margin-bottom: 0;
    }

    .pricing-table h3 {
        text-align: left;
        margin-bottom: 15px;
    }

    .price-packages a {
        position: relative;
        height: 120px;
        box-sizing: border-box;
        padding: 20px 25px;
        background-color: #14253d;
        display: block;
    }

    .price-packages a:after {
        content: "";
        background-image: url('../images/arrow-down.svg');
        background-repeat: no-repeat;
        width: 24px;
        height: 15px;
        display: block;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .price-packages .active a:after {
        background-image: url('../images/arrow-up.svg');
    }

    .pricing-table span {
        text-align: left;
        display: block;
    }

    .stars {
        position: absolute;
        right: 105px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .billing-options-items.dark li span {
        line-height: 18px;
        height: 36px;
    }

    .billing-options-items.dark li img {
        bottom: 50px;
    }

    .homepage-header-section .container {
        padding-top: 0;
    }

    .homepage-header-section .main-section-title {
        font-size: 50px;
        line-height: 55px;
        margin-bottom: 20px;
        letter-spacing: 0px;
    }

    .homepage-header-section .main-subsection-title {
        max-width: 390px;
        line-height: 32px;
    }

    .homepage-header-section .laptop-img {
        width: 65%;
        right: -210px;
        top: -30px;
    }

    .homepage-header-section:after {
        -ms-transform: rotate(-9deg);
        -webkit-transform: rotate(-9deg);
        transform: rotate(-9deg);
        bottom: 410px;
    }

}

@media(max-width: 600px) {
    .homepage-header-section:after {
        -ms-transform: rotate(-7deg);
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }

    .homepage-header-section .laptop-img {
        display: none;
        width: 65%;
    }

    .full-site-btn {
        position: absolute;
        top: 70px;
        right: 0;
        margin: -3px 10px 0 0;
    }
    .billing-options-items li {
        width: 50%;
        margin-bottom: 30px;
    }

    .billing-options-items li span {
        line-height: 24px;
        height: auto;
    }

    .homepage-statistics-wrap li {
        width: 100% !important;
        float: none;
        text-align: left;
    }

    .homepage-header-section:after {
        bottom: 270px;
    }
    
    .advanced-features-section {
        padding-top: 390px;
        margin-top: -350px;
    }

    .homepage-statistics-wrap {
        margin-top: 90px;
    }

    .homepage-statistics-wrap strong {
        display: inline-block;
        font-size: 30px;
        margin-bottom: 10px;
    }

    .homepage-statistics-wrap .transparent-text {
        display: inline-block;
        margin-left: 15px;
        padding-bottom: 5px;
    }

    .homepage-header-section .container {
        padding-bottom: 20px;
    }

    .homepage-header-section {
        padding-bottom: 0;
    }

    .homepage-header-section:after {
        height: 220px;
        background-position: -760px top;
    }

    .client-quote-container {
        width: auto;
    }
    .quote-wrap {
        width: 100%;
    }

    .client-logo-wrap {
        display: none;
    }

    .clouds-img {
        display: none;
    }

    .easy-to-use-items {
        margin-top: 80px;
    }

    .easy-to-use-items li {
        float: none !important;
        margin-bottom: 90px;
    }

    .easy-to-use-items li:last-child {
        margin-bottom: 0;
    }

    .site-form ol li.w-1-3,
    .site-form ol li.w-1-2 {
        width: 100%;
    }

    .site-form ol li {
        margin-bottom: 10px;
    }
    
    .step-3.site-form .required-text,
    .step-2.site-form .required-text {
        margin-bottom: 10px;
    }

    .trial .menu-phone {
        display: none;
    }

    .trial .close-btn {
        margin-left: 0;
        margin-right: -2px;
    }

    .why-use-section .landing-section-items li {
        width: 100%;
        float: none;
    }

    .features-differentiators-section .landing-section-items li {
        width: 100%;
        float: none;
        margin-bottom: 0;
    }

    .features-differentiators-section .landing-section-items li span {
        max-width: 200px;
        margin: 0 auto;
    }

    .features-differentiators-section {
        padding-bottom: 50px;
    }

    .features-differentiators-section .section-title {
        margin-bottom: 30px;
    }

    .landing-footer .footer-col {
        width: 100%;
        text-align: center;
    }

    .landing-footer .footer-email-btn {
        margin: 0 auto;
    }

    .landing-footer .bottom-footer-right{
        clear: both;
    }

    .landing .green-border-btn {
        position: absolute;
        right: 15px;
        top: 20px;
        margin-top: 0;
    }

    .easy-setup-section .green-btn {
        margin-right: 0;
    }

    .homepage-statistics-wrap li:nth-child(2n) {
        border: none;
    }

    .request-form legend {
        text-align: left;
        margin-bottom: 35px;
    }

    .news-events-section .right-col,
    .news-events-section .left-col {
        width: 100%;
        float: none;
    }

    .news-events-section .right-col {
        padding: 0;
        margin-top: 40px;
    }

    .news-events-section {
        padding-bottom: 20px;
    }

    .social-links.coloured-icons a {
        width: 48px;
        height: 48px;
    }

    .login-modal .close-btn {
        right: 10px;

    }

}

@media(max-width: 500px) {

    .login-modal .close-btn {
       top: -5px;

    }
    .owl-dots {
        text-align: center;
    }

    .tab-slides {
        margin-bottom: 0;   
    }

    .tab-slides .owl-dots > div {
        text-indent: -9999px;
        width: 10px;
        height: 10px;
        background-color: #cdcdcd;
        border: 3px solid #f4f8fa !important;
        margin-right: 5px;
        border-radius: 50% !important;
        padding: 0;
        float: none;
        box-sizing: content-box;
        display: inline-block;
    }

    /*.tab-slides .owl-dots > div:hover,*/
    .tab-slides .owl-dots > div.active {
        background-color: #fff;
        border-color: #82b848;
    }

    .tab-slides .owl-dots > div span {
        display: none;
    }

    .failure-alerting-section {
        padding-bottom: 0;
    }

    .failure-alerting-items {
        background-image: none;
        width: auto;
        height: auto;
    }
    
    .failure-alerting-items li {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 50%;
        padding-top: 40px;
        box-sizing: border-box;
        float: left;
        -webkit-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
        margin-bottom: 80px;
    }

    .failure-alerting-items li span {
        height: 44px;

    }

    .failure-alerting-items li img {
        position: absolute;
        bottom: 60px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        padding-top: 60px;
    }

    .true-browser-items {
        margin: 30px auto 20px;
    }

    .true-browser-items li {
        width: 100%;
        float: none;
        padding-top: 70px;
    }

    .multi-step-rec-items li {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    .multi-step-rec-items span {
        margin-top: 10px;
    }

    .delivered-reports-graph-responsive {
        display: inline-block;
    }

    .delivered-reports-graph {
        display: none;
    }

    .section-title {
        font-size: 38px; 
        line-height: 44px;
    }

    .mainainance-items li {
        padding: 0 3%;
    }

    .monitoring-feature-section .section-items li span,
    .mainainance-items li span {
        height: 48px;
    }
    
    .monitoring-feature-section .section-items li img,
    .mainainance-items li img {
        bottom: 60px;
    }

    .more-features {
        padding-left: 20px;
        max-width: 250px;
        margin: 0 auto;
    }
    
    .more-features li {
        text-align: left !important;
        padding: 0 0 0 25px !important;
        float: none !important;
        width: 100%;
        margin-bottom: 10px;
    }

    .more-features li.left:before {
        content: "";
        background-image: url('../images/tick.svg');
        background-repeat: no-repeat;
        width: 16px;
        height: 13px;
        display: block;
        position: absolute;
        left: 0;
        top: 3px;
    }

    .more-features li.left:after {
        display: none;
    }

    .more-features-section .section-title {
        margin-bottom: 35px;
    }

    .more-features-section {
        background: #1f70a5 !important;
    }

    .monitoring-stuff {
        padding-left: 0;
    }

    .monitoring-stuff li {
        margin-right: 0;
    }

    .main-section-title {
        font-size: 54px !important;
        line-height: 56px !important;
    }

    .main-subsection-title {
        font-size: 20px;
        line-height: 32px;
    }

    .landing-section,
    .site-section {
        padding-top: 50px !important;
    }

    .green-btn {
        width: 100%;  
    } 

    .advanced-features li {
        width: 100%;
        float: none;
        margin-bottom: 70px;
    }

    .advanced-features li:last-child {
        margin-bottom: 0;
    }

    .client-logo-line img {
        padding: 0 5px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .homepage-statistics-wrap strong {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .main-footer .left-col {
        display: none;
    }

    .footer-col {
        float: none;
        width: 100%;
    }

    .bottom-footer-right {
        float: left;
        clear: both;
        margin: 50px 0 15px;
    }

    .full-site-btn {
        float: left;
        margin-top: 5px;
    }

    .bottom-footer {
        padding-bottom: 20px;
    }

    .right-col .footer-col:first-child h4:last-child {
        margin-top: 20px;
    }

    .login-form .main-section-title {
        margin-bottom: 20px;
    }

    .login-form {
        width: 100%;
        box-sizing: border-box;
    }

    .product-monitor-items li span {
        height: 48px;
    }

    .product-monitor-items li img {
        bottom: 60px;
    }
    
    .website-monitoring-items li {
        width: 50%;
    }

    .basics-items {
        margin: 70px auto 0;

    }

    .basics-items:before,
    .basics-items:after {
        display: none;
    }

    .basics-items.section-items li {
        position: relative;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        top: auto !important;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 50%;
        margin-bottom: 30px;
    }

    .basics-items.section-items li span {
        height: 72px;
    }

    .basics-items.section-items li img {
        bottom: 80px;
    }

    .protocol-section {
        padding-bottom: 50px;
        background: -webkit-radial-gradient(50% 60%, #2d7b9f 30%, #004d7f 80%);
    }

    .quality-section .section-items li {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .quality-section .section-items li:last-child {
        margin-bottom: 0;
    }

    .support-section .section-items,
    .quality-section .section-items {
        margin: 40px auto 0;
    }

    .support-section .section-items li {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }

    .support-section .subtitle-text {
        margin-bottom: 0;
    }

    .chat-wrap > div {
        width: 100%;
        float: none;
    }

    .chat-wrap .chat-btn-big {
        float: none;
        display: inline-block;
        margin-top: 10px;
    }

    .contacts > li:nth-child(1), .contacts > li:nth-child(2), .contacts > li:nth-child(3) {
        width: 100%;
        float: none;
        text-align: center;
    }

    .departments-contacts li {
        float: none;
        width: 100%;
    }

    .contacts > li:before {
        margin: 0 auto 26px;
    }

    .site-form .radio-btn {
        float: none;
        width: 100%;
    }

    .contacts-section {
        padding-bottom: 20px;
    }

    .trial-steps li {
        width: 36px;
        height: 36px;
        font-size: 18px;
        line-height: 36px;
        margin-right: 45px;
    }

    .trial-steps li:after {
        display: none;
    }

    .brands-section li {
        width: 33.33%;
    }

    .main-header.landing,
    .main-header.trial {
        padding: 10px 0;
    }

    .request-form .phone-big {
        display: block;
        margin-bottom: 0;
    }

    .stars {
        display: none;
    }

    .quote-wrap {
        height: auto;
    }

    .main-footer .social-links a {
        width: 48px;
        height: 48px;
    }

    .main-footer .social-links .footer-fb-btn:after {
        width: 13px;
        height: 23px;
    }

    .main-footer .social-links .footer-twitter-btn:after {
        width: 23px;
        height: 19px;
    }

    .main-footer .social-links .footer-linkedin-btn:after {
        width: 25px;
        height: 22px;
    }

    .main-footer .social-links .footer-instagram-btn:after {
        width: 24px;
        height: 24px;
    }

    .main-footer .social-links .footer-google-btn:after {
        width: 26px;
        height: 17px;
    }

    .main-footer .social-links .footer-youtube-btn:after {
        width: 30px;
        height: 30px;
    }

    .chat-btn {
        right: 20px;
    }

    .multi-step-shadow {
        display: none;
    }

    .full-site-btn {
        position: absolute;
        left: 0;
        top: 55px;
        clear: both;
        margin: 20px 0 15px !important;
    }

    .bottom-footer-right a:nth-child(2) {
        margin-left: 0;
    }

    .rights {
        padding-top: 0;
    }

    .monitoring-stuff:last-child li:first-child {
        left: -100%;
    }

    .monitoring-stuff:last-child li:nth-child(2) {
        left: -100%;
    }

    .dashboard-section {
        overflow: hidden;
    }

    .dashboard-section .laptop-img {
        max-width: 170%;
    }

    .successful-request-wrap .close-btn {
        top: 8px;
    }

    .location-section img {
        display: block;
        position: relative;
        left: -35%;
        max-width: 250%;
    }

    .product-monitor-img {
        max-width: 130%;
        margin-left: -35%;
    }

    .signup-section {
        padding-bottom: 50px;
    }

    .website-monitoring-items {
        margin-top: 130px;
    }

    .website-monitoring-items li:nth-child(5),
    .website-monitoring-items li:nth-child(6) {
        margin-bottom: 40px;
    }

    .trial-header-section {
        margin-top: 70px;
    }

}

@media(max-width: 450px) {

    .request-form .footer-form {
        margin-top: 0;
    }
    .site-form .submit-btn {
        width: 100%;
        text-align: center;
        font-size: 16px;
        float: none;
        padding: 18px 55px;
        margin-top: 30px;
    }
    
    .site-form .required-text {
        text-align: center;
        float: none;
        display: block;
        margin-bottom: 10px;
    }
    
    .step-3.signup-form .green-border-btn,
    .step-2.signup-form .green-border-btn,
    .step-3.site-form .submit-btn,
    .step-2.site-form .submit-btn {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .login-form .forgot-pass-btn {
        text-align: center;
        display: block;
        margin: 30px auto 0;
        float: none;
    }
    
    .product-header-section {
        padding-top: 90px;
    }

    .main-features-section {
        padding-top: 160px;
    }

    .privacy-header-section, 
    .why-header-section, 
    .contacts-header-section {
        height: 495px;
        padding-top: 210px;
    }
}

@media(max-width: 360px) {
    .homepage-header-section .main-subsection-title {
        margin-bottom: 40px;
    }

    .homepage-header-section:after {
        background-position: -810px top;
    }

    .homepage-header-section .green-btn {
        margin-bottom: 35px;
    }

    .main-section-title sup {
        font-size: 30px;
    }

    .homepage-header-section .main-section-title {
        margin-bottom: 20px;
    }

    .green-btn {
        font-size: 14px !important;
    }

    .main-section-title {
        font-size: 38px !important;
        line-height: 42px !important;
    }

    .main-subsection-title {
        font-size: 16px;
        line-height: 24px;
    }

    .section-title {
        font-size: 32px;
        line-height: 40px;
    }

    .monitoring-feature-section .section-title {
        margin-bottom: 50px;
    }

    .homepage-header-section .main-section-title {
        font-size: 38px !important;
        line-height: 42px !important;
    }

    .homepage-header-section .main-subsection-title {
        font-size: 20px;
        line-height: 30px;
    }

    .twitter-footer .social-links {
        float: left;
        clear: both;
    }

    .client-logo-line img {
        width: 50%;
        padding: 0;
        float: left;
    }

    .homepage-header-section:after {
        bottom: 300px;
    }

    .homepage-statistics-wrap .transparent-text {
        font-size: 16px;
        margin-left: 10px;
    }

    .main-menu a.green-border-btn {
        padding: 15px 80px;
    }

    .product-header-section h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .website-monitoring-items li span {
        font-size: 15px;
    }

    .website-monitoring-items li {
        margin-bottom: 90px;
    }

    .social-links.coloured-icons a {
        width: 36px;
        height: 36px;
    }

    .social-links.coloured-icons {
        margin-top: 20px;
    }

    .site-form .submit-btn {
        float: none;
        display: block;
        text-align: left;
        margin-bottom: 10px;
    }

    .brands-section li {
        width: 50%;
    }

    .landing-footer .social-links {
        margin-top: 15px;
    }

    .landing-footer .bottom-footer-right, 
    .landing-footer .rights {
        margin-right: 0;
    }

    .landing .green-border-btn {
        width: 40px;
        height: 40px;
    }

    .basics-items {
        width: auto;
    }

    .rights {
        font-style: 14px;
        line-height: 18px;
    }

    .bottom-footer-right {
        font-size: 16px;
    }

    .site-form .submit-btn {
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding: 18px 55px;
    }

    .region-btn, 
    .footer-col a {
        font-size: 16px;
    }
    

    .main-header {
        transition: none;
    }

    .support-ticket-form .section-title {
        font-size: 40px;
        line-height: 48px;
    }

    .tab-slides p {
        margin-bottom: 20px;
    }
}

@media(max-width: 320px) {
    .main-menu a {
        padding: 6px 25px;
    }

    .monitoring-stuff:last-child {
        padding-left: 10px;
    }

    .logo {
        width: 215px
        ;
    }

    .trial .logo {
        padding-top: 7px;
    }
}