/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    https://wordpress.org/themes/twentysixteen-child/
 Description:  Twenty Sixteen Child Theme
 Author:       Chris
 Author URI:   http://example.com
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentysixteen-child
*/

@font-face {
    font-family: 'Raleway';
    src: url('./assets/fonts/Raleway-Black.eot');
    src: url('./assets/fonts/Raleway-Black.eot?#iefix') format('embedded-opentype'), url('./assets/fonts/Raleway-Black.woff2') format('woff2'), url('./assets/fonts/Raleway-Black.woff') format('woff'), url('./assets/fonts/Raleway-Black.ttf') format('truetype'), url('./assets/fonts/Raleway-Black.svg#Raleway-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('./assets/fonts/Raleway-Medium.eot');
    src: url('./assets/fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'), url('./assets/fonts/Raleway-Medium.woff2') format('woff2'), url('./assets/fonts/Raleway-Medium.woff') format('woff'), url('./assets/fonts/Raleway-Medium.ttf') format('truetype'), url('./assets/fonts/Raleway-Medium.svg#Raleway-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('./assets/fonts/Raleway-Regular.eot');
    src: url('./assets/fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'), url('./assets/fonts/Raleway-Regular.woff2') format('woff2'), url('./assets/fonts/Raleway-Regular.woff') format('woff'), url('./assets/fonts/Raleway-Regular.ttf') format('truetype'), url('./assets/fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('./assets/fonts/Raleway-SemiBold.eot');
    src: url('./assets/fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'), url('./assets/fonts/Raleway-SemiBold.woff2') format('woff2'), url('./assets/fonts/Raleway-SemiBold.woff') format('woff'), url('./assets/fonts/Raleway-SemiBold.ttf') format('truetype'), url('./assets/fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('./assets/fonts/Raleway-Light.eot');
    src: url('./assets/fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'), url('./assets/fonts/Raleway-Light.woff2') format('woff2'), url('./assets/fonts/Raleway-Light.woff') format('woff'), url('./assets/fonts/Raleway-Light.ttf') format('truetype'), url('./assets/fonts/Raleway-Light.svg#Raleway-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('./assets/fonts/Raleway-Bold.eot');
    src: url('./assets/fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'), url('./assets/fonts/Raleway-Bold.woff2') format('woff2'), url('./assets/fonts/Raleway-Bold.woff') format('woff'), url('./assets/fonts/Raleway-Bold.ttf') format('truetype'), url('./assets/fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('./assets/fonts/Raleway-ExtraBold.eot');
    src: url('./assets/fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'), url('./assets/fonts/Raleway-ExtraBold.woff2') format('woff2'), url('./assets/fonts/Raleway-ExtraBold.woff') format('woff'), url('./assets/fonts/Raleway-ExtraBold.ttf') format('truetype'), url('./assets/fonts/Raleway-ExtraBold.svg#Raleway-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif!important;
}

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

a, a:hover, a:focus {
    outline: 0;
    text-decoration: none;
}

a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

img {
    max-width: 100%;
}

.d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.container {
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

.main-navigation {
    font-family: 'Raleway', sans-serif!important;
}

.site-inner {
    max-width: 100%;
}

.site-header-top {
    border-bottom: 1px solid #cccccc;
    padding: 6px 0;
}

.site-header {
    padding: 0;
    z-index: 1;
    position: relative;
}

.site-header-top a {
    font-size: 13px;
    color: #848484;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.site-header-top a:hover, .site-header-top a:focus {
    color: #0086bf;
}

.site-header-top .header-top-menu {
    justify-content: flex-end;
}

.site-header-top .header-top-menu>li {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.site-header-top .header-top-menu>li+li {
    padding-left: 34px;
    margin-left: 34px;
}

.site-header-top .header-top-menu>li+li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 1px;
    background-color: #666666;
}

.site-header-top .header-top-menu>li.menu-item-has-children .sub-menu {
    position: absolute;
    background: #0085bf;
    left: 32px;
    right: 0;
    top: 130%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.site-header-top .header-top-menu>li.menu-item-has-children .sub-menu a {
    color: #fff;
}

.site-header-top .header-top-menu>li.menu-item-has-children:hover .sub-menu, .site-header-top .header-top-menu>li.menu-item-has-children:focus .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.main-navigation .current-menu-item>a, .main-navigation .current-menu-ancestor>a {
    font-weight: normal;
    color: #007acc;
}

.main-navigation li>a, .main-navigation .current-menu-ancestor>a {
    font-size: 15px;
    color: #525252;
    padding: 0;
    font-weight: 400;
}

.main-navigation li+li {
    margin-left: 45px;
}

.site-header-main .site-branding {
    width: 20%;
}

.site-header-main .site-header-menu {
    margin: 0;
    width: 80%;
    flex: inherit;
    text-align: right;
}

.site-header-main .main-navigation {
    margin: 0;
}

.site-header-main .main-navigation li {
    float: inherit;
    display: inline-block;
    vertical-align: middle;
}
.site-header-main .main-navigation li:last-child {
    margin-left: 35px;
}

.site-header-main {
    padding: 20px 0;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.05);
}

.home-banner {
    padding: 40px 0;
    position: relative;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(0, 134, 191, 0.25) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(0, 134, 191, 0.25) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(0, 134, 191, 0.25) 100%);
}

.banner-left h1 {
    font-size: 60px;
    color: #000000;
    font-weight: 800;
}

.banner-left h1 span {
    color: #0086bf;
}

.banner-left {
    width: 60%;
    padding-right: 30px;
}

.banner-right {
    width: 40%;
}

.banner-left p {
    margin: 0;
    font-size: 20px;
    color: #525252;
}

.site-content {
    padding: 0;
}

.our-trusted-customer {
    border-bottom: 1px solid #e2e2e2;
    padding: 30px 0;
}

.our-services {
    padding: 60px 0;
    position: relative;
}
.our-services:before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 40px;
  opacity: 0.5;
  background-image: url(./assets/images/element.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 73px;
  height: 345px;
}

.section-title span {
    display: block;
    font-size: 14px;
    color: #f28419;
    font-weight: 500;
    text-transform: uppercase;
}

.section-title h2 {
    font-size: 30px;
    color: #525252;
    font-weight: 700;
    text-transform: capitalize;
}

.section-title.text-center {
    text-align: center;
}

.our-services .content p {
    text-align: center;
    margin: 0;
    font-size: 15px;
    color: #525252;
}

.our-services .content {
    margin: 20px 0 70px;
}

.process-steps li {
    width: 25%;
    padding: 0 35px;
    position: relative;
}

.process-steps li:first-child:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 88%;
    background-image: url(./assets/images/p-arrow-b.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 77px;
    height: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.process-steps li:nth-child(2):before {
    content: "";
    position: absolute;
    top: 50%;
    left: 88%;
    background-image: url(./assets/images/p-arrow-b.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 77px;
    height: 25px;
    -webkit-transform: translateY(-50%)rotateX(180deg);
    -moz-transform: translateY(-50%)rotateX(180deg);
    -ms-transform: translateY(-50%)rotateX(180deg);
    -o-transform: translateY(-50%)rotateX(180deg);
    transform: translateY(-50%)rotateX(180deg);
}

.process-steps li:nth-child(3):before {
    content: "";
    position: absolute;
    top: 50%;
    left: 88%;
    background-image: url(./assets/images/p-arrow-b.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 77px;
    height: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.process-steps span {
    font-size: 32px;
    color: #525252;
    font-weight: 500;
}

.process-steps .title {
    font-size: 18px;
    color: #000000;
    margin: 10px 0 20px;
    font-weight: 500;
}

.process-steps .step-card {
    text-align: center;
    width: 232px;
    height: 232px;
    border: 1px dashed #0086bf;
    border-radius: 50%;
    padding: 20px 30px;
    line-height: normal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.process-steps p {
    font-size: 14px;
    color: #525252;
    line-height: 1.4;
    margin: 0;
}

.process-steps .step-card img {
    position: absolute;
    left: 0;
    top: 0;
}

.what-we-offer {
    padding: 60px 0 65px;
    border-top: 1px solid #ccc;
    position: relative;
}
.what-we-offer:before {
  content: "";
  position: absolute;
  right: -15px;
  top: 40px;
  opacity: 0.5;
  background-image: url(./assets/images/element1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 83px;
  height: 523px;
}
.what-we-offer .content-services {
    margin-top: 45px;
    position: relative;
}

.content-services ul {
    margin: 0 -20px;
}

.content-services li {
    width: 25%;
    text-align: center;
    padding: 15px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.content-services li:hover {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}
.content-services li .service {
    padding: 55px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    line-height: normal;
}

.content-services .service p {
    margin: 30px 0 0;
    font-size: 23px;
    min-height: 54px;
}

.content-services li .service span {
    min-height: 57px;
    display: block;
}

.content-services li:nth-child(1) .service, .content-services li:nth-child(-5n+5) .service {
    background-color: #f0f8fc;
}

.content-services li:nth-child(1) .service p, .content-services li:nth-child(-5n+5) .service p {
    color: #0086bf;
}

.content-services li:nth-child(2) .service, .content-services li:nth-child(-6n+6) .service {
    background-color: #fff8f1;
}

.content-services li:nth-child(2) .service p, .content-services li:nth-child(-6n+6) .service p {
    color: #f28419;
}

.content-services li:nth-child(3) .service, .content-services li:nth-child(-7n+7) .service {
    background-color: #f1fef9;
}

.content-services li:nth-child(3) .service p, .content-services li:nth-child(-7n+7) .service p {
    color: #15bf7e;
}

.content-services li:nth-child(4) .service, .content-services li:nth-child(-8n+8) .service {
    background-color: #fbf2ff;
}

.content-services li:nth-child(4) .service p, .content-services li:nth-child(-8n+8) .service p {
    color: #9e3dc9;
}
.site {
    margin: 134px auto 0!important;
}
.why-choose-us {
    background: #f0f8fc;
}

.why-choose-us .left-content {
    padding: 70px 0 80px;
    width: 50%;
}

.why-choose-us .left-content .content {
    margin: 30px 0 60px;
}

.why-choose-us .content p {
    font-size: 15px;
    color: #525252;
    line-height: 1.6;
    margin: 0 0 25px;
}

.why-choose-us .content p:last-child {
    margin: 0;
}

.why-choose-us .right-content {
    text-align: right;
    width: 50%;
    padding-left: 30px;
}

.primary-btn {
    background-color: #0086bf;
    color: #fff;
    font-size: 16px;
    padding: 15px 45px;
    border-radius: 40px;
}

.primary-btn:hover, .primary-btn:focus {
    background-color: #0b9fde;
    color: #fff;
}

.testimonial-slider-main {
    margin-top: 40px;
}

.site-footer {
    padding: 0;
    display: block;
    text-align: center;
}

.footer-top {
    padding: 45px 0;
}

.footer-logo {
    margin-bottom: 45px;
}

.footer-menu li {
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    position: relative;
}

.footer-menu li+li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 1px;
    background-color: #b5b5b5;
}

.footer-menu li a {
    font-size: 14px;
    color: #525252;
}

.footer-menu li a:hover, .footer-menu li a:focus, .footer-menu li.current-menu-item a {
    color: #007acc;
}

.site-info {
    margin: 0;
    padding: 25px 0;
    border-top: 1px solid #c3c3c3;
}

.site-info span {
    font-size: 13px;
    color: #525252;
}
.trial-btn a {
    background: #1a86bc;
    background-image: -webkit-linear-gradient(top, #1a86bc, #2980b9);
    background-image: -moz-linear-gradient(top, #1a86bc, #2980b9);
    background-image: -ms-linear-gradient(top, #1a86bc, #2980b9);
    background-image: -o-linear-gradient(top, #1a86bc, #2980b9);
    background-image: linear-gradient(to bottom, #1a86bc, #2980b9);
    border-radius: 50px;
    color: #ffffff!important;
    font-size: 15px!important;
    padding: 12px 45px!important;
}
.trial-btn a:hover,
.trial-btn a:focus {
  background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
}
.logged-in .site-header {
    top: 32px;
}
.logged-in.fixed-header .site-header {
    top: -9px;
}
.fixed-header .site-header {
    top: -41px;
}
.custom-logo {
    width: 100%;
}

.banner-left .content {
    margin: 0 0 15px 0;
}

.banner-left .spellscan-form {
    max-width: 550px;
}

.banner-left .spellscan-form .form-group .form-control {
    border-radius: 26px;
    box-shadow: 0 0 4.5px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    border: 1px solid rgba(208, 208, 208, 0.8);
    padding: 15px 20px 15px 30px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #525252;
    font-weight: 400;
}

.banner-left .spellscan-form .form-group {
    margin: 0 0 20px 0;
}

.banner-left .spellscan-form .btn {
    border-radius: 25px;
    background-color: #0086bf;
    border: none;
    padding: 15px 40px 15px 40px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
}
.close-tgl {
    display: none;
}
.about-sec {
    padding: 90px 0 60px;
}
.about-sec .about-info, .about-sec .about-image {
    width: 50%;
}
.about-sec .about-info {
    padding-right: 15px;
}
.about-sec .about-image {
    text-align: right;
    padding-left: 15px;
}
.about-info p:last-child {
    margin: 0;
}
.about-testimonials {
    background: #fcfcfc;
}
.about-testimonials .testimonials-sec {
    padding: 60px 0;
}
.testimonial-main-content:focus {
    outline: 0;
}
.about-info .content {
    margin: 20px 0 0;
}
.faq-top-section {
    padding-top: 60px;
}
.faq-bottom-section {
    padding-bottom: 10px;
    margin-top: 80px;
}
.faq-top-section h2 {
    font-size: 36px;
    font-weight: 700;
}
.faq-top-section p {
    font-size: 20px;
}
.scroll-links .faq-link a {
    position: relative;
    padding-left: 25px;
}

.scroll-links .faq-link a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 15px;
  background: url(./assets/images/long-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.faq-bottom-section h3 {
    font-size: 24px;
    margin-bottom: 25px;
    padding-right: 20px;
    position: relative;
}
.faq-bottom-section h3 a {
  position: absolute;
  right: 0;
  top: 0;
}
.faq-bottom-section .faq {
    margin-bottom: 50px;
}
.scroll-links {
  position: relative;
}
#scroll-links {
  position: absolute;
  top: -134px;
}
/* login button color */

#um-submit-btn {
    background: #1a86bc !important;
    background-color: #1a86bc !important;
}

.site-header {
    padding-top: 0px !important;
}

/* Payments Trust Bar */

.header-payments {
    font-size: 0;
    text-align: center;
}

.header-payments img {
    margin: 0 5px !important;
}
.contact-sec {
    padding: 60px 0;
}
.contact-sec .section-title {
    text-align: center;
}
.contact-sec .section-title p {
  max-width: 720px;
  margin: 0 auto;
}
.contact-form {
    max-width: 1000px;
    margin: 60px auto 0;
}
.form-style label {
    display: block;
    margin: 0 0 15px;
}
.form-style ul li {
    margin-bottom: 20px;
}
input.custom-form, textarea.custom-form {
    background: transparent;
    background-image: inherit;
    height: 50px;
    padding: 12px 20px;
    width: 100%;
    font-size: 14px;
}
textarea.custom-form {
    height: 165px;
    resize: none;
}
.form-style ul li:last-child {
    margin: 0;
    padding-top: 30px;
}
.form-style input[type="submit"] {
    background: #1a86bc;
    background-image: -webkit-linear-gradient(top, #1a86bc, #2980b9);
    background-image: -moz-linear-gradient(top, #1a86bc, #2980b9);
    background-image: -ms-linear-gradient(top, #1a86bc, #2980b9);
    background-image: -o-linear-gradient(top, #1a86bc, #2980b9);
    background-image: linear-gradient(to bottom, #1a86bc, #2980b9);
    border-radius: 50px;
    color: #ffffff!important;
    font-size: 15px!important;
    padding: 18px 71px!important;
    border-radius: 50px!important;
    margin: 0;
}
.form-style input[type="submit"]:focus {
  outline: 0;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0;
    text-align: center;
}
div.wpcf7-response-output {
    margin: 20px 0 0;
    padding: 0;
    color: #ff0000;
}
.banner-frame {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: 470px;
}
.banner-frame:before {
    content: "";
    display: block;
    padding-top: 37%;
}
.banner-frame iframe {
    margin: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.about-image .animate {
    position: relative;
    display: block;
}
.about-image .bar {
  max-width: 500px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  -webkit-animation-name: animate-bar; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  animation-name: animate-bar;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
@-webkit-keyframes animate-bar {
    0% {top:50px;}
    50% {top:50%;}
    100% {top:50px;}
}
@keyframes animate-bar {
    0% {top:50px;}
    50% {top:50%;}
    100% {top:50px;}
}
.faq-list {
    padding: 10px 0 40px;
}
.faq-list .section-title h2 {
    margin-bottom: 40px;
    text-align: center;
}
.faq-list ul {
    margin: 0 -30px;
}
.faq-list ul li {
    width: 50%;
    padding: 0 30px 20px;
}
.faq-list ul li h3 {
    margin-bottom: 15px;
}
.page-id-136 .entry-content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 15px;
    width: 100%;
}
.page-id-257 .entry-content br {
    display: none;
}
.page-id-257 .entry-content {
    padding: 40px 0;  
}
.page-id-257 .um-col-alt-b a {
    box-shadow: none;
}
.search-frame {
    display: none;
   /* opacity: 0;
    visibility: hidden;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.search-frame.active{
    display: block;
}
.search-frame .search {
        display: none;
}
.search-frame .screen {
        display: none;
}

.plan-sec {
    padding: 60px 0;
}
.plan-content {
    max-width: 620px;
    margin: 0 auto 50px;
}
.plan-content h2 {
    font-size: 30px;
    line-height: normal;
    margin: 0 0 15px;
}
.plan-content p {
    margin: 0;
    color: #0087bf;
}
.plans .tab {
    text-align: center;
    margin-bottom: 40px;
}
.plans .tablinks {
    background-color: transparent!important;
    color: #cccccc;
    letter-spacing: 0;
    border-bottom: 2px solid #cccccc;
    padding: 0 4px 9px;
    font-weight: 700;
    position: relative;
}
.plans .tablinks.active {
    color: #333333;
    border-bottom: 2px solid #333333;
}
.plans .tablinks.active:before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 5px solid #333333;
}
.plan-grid > li {
    width: 33.3%;
    padding: 0 30px;
    position: relative;
}
.plan-grid > li + li {
    border-left: 1px solid #cccccc;
}
.plan-grid .plan-top {
    padding: 70px 0 40px;
    border-bottom: 1px solid #ccc;
}
.plan-grid .plan-bottom {
    padding: 40px 0 50px;
}
.plan-grid .plan-bottom li + li {
    margin-top: 12px;
}
.plan-grid .plan-price {
    width: 50%;
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid #ccc;
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
}
span.free-trial{
    display: block;
    margin-left: 15px;
}
.plan-grid .plan-price span {
    display: block;
    color: #ccc;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0 0;
}
.plan-grid .plan-info {
    margin-bottom: 30px;
    justify-content: center;
}
.plan-grid .plan-name {
    font-size: 28px;
    font-weight: 700;
    width: 42%;
    line-height: normal;
}
.plan-grid .plan-price .color {
    color: #0085be;
}
.plan-grid > li:nth-child(2) .plan-price .color {
    color: #f38419;
}
.plan-grid .trial-button a {
    display: block;
    background-color: #0087bf;
    border: 1px solid #0087bf;
    border-radius: 40px;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
}
.plan-grid .trial-button a:hover,
.plan-grid .trial-button a:focus {
    background-color: #0b9fde;
    border-color: #0b9fde;
    color: #fff;
}
.plan-grid > li:nth-child(2) .trial-button a {
    background-color: #f38419;
    border-color: #f38419;
    color: #fff;
}
.plan-grid > li:nth-child(2) .trial-button a:hover,
.plan-grid > li:nth-child(2) .trial-button a:focus {
    background-color: #ea7a0f;
    border-color: #ea7a0f;
}
.plan-grid {
    padding-top: 70px;
}
.plan-grid > li:nth-child(2):before {
    content: "";
    position: absolute;
    left: 70%;
    top: -80px;
    background-image: url(assets/images/popular-plan.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 175px;
    height: 97px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.all-plans-include {
    padding: 50px 0;
}
.all-plans-include .section-title.text-center {
    margin-bottom: 20px;
}
.plan-services li {
    width: 25%;
    text-align: center;
    padding: 10px 15px;
    border-left: 1px solid #ccc;
}
.plan-services .inner-service span {
    margin-bottom: 30px;
    display: block;
}
.plan-services .inner-service p {
    margin: 0;
}
.plan-services li:nth-child(1),
.plan-services li:nth-child(5) {
    border-left: 0;
}
.plan-services li {
    width: 25%;
    text-align: center;
    padding: 20px 15px;
    border-left: 1px solid #ccc;
    margin: 30px 0;
}
.plan-services:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #ccc;
}

.plan-services {
    position: relative;
}
.all-plans-include .bottom-section {
    text-align: center;
}
.all-plans-include .bottom-section .body-payments {
    margin-top: 20px;
    justify-content: center;
}
.all-plans-include .bottom-section .body-payments li {
    margin: 0 3px;
}
.all-plans-include .primary-btn {
    display: inline-block;
    padding: 10px 55px;
}
.our-trusted-customer.featured-sec .section-title h2 {
    font-size: 30px;
    font-weight: 700;
}
.our-trusted-customer.featured-sec {
    border: 0;
    padding: 60px 0;
}
.page-template-template-plans .plan-section {
    display: none;
}
.watch-now-button {
    margin-top: 15px;
}
.watch-now-button a {
    display: inline-block;
    padding: 10px 55px;
}

.spelling-issues iframe {
    width: 100%;
    border: 0;
    margin: 0;
    /*height: 580px;*/
    height: 100%;
}
.broken-links iframe {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    /*height: 170px;*/
}

.vulnerabilities iframe {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
}

.error-404 {
    padding: 60px 0;
    text-align: center;
}
.error-404 .page-header {
    margin: 0 0 15px;
}
.error-404 .search-form {
    max-width: 450px;
    margin: 0 auto;
}
.error-404 .search-submit {
    background-color: #2183bb!important;
}
.error-404 .search-form input[type="search"].search-field {
    width: 100%;
    padding-right: 25px;
    padding-left: 15px;
}

.page-template-template-scan-result .inner-button a {
    font-size: 18px;
    background-color: #e68824;
    color: #fff;
    font-weight: 700;
}
.page-template-template-scan-result .inner-button a:hover,
.page-template-template-scan-result .inner-button a:focus {
    background-color: #ffffff;
    color: #1a86bc;
}
.banner-section.scan-banner {
    text-align: left;
}
.banner-section.scan-banner .main-title {
    text-transform: capitalize;
}
.site-scan-image iframe {
    width: 460px;
    height: 300px;
    border: 0;
    margin: 0;
}
.testimonials, .why-choose-us {
    position: relative;
}
.scroll-div {
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
}
form.pmpro_form .pmpro_checkout-fields div.iti.iti--allow-dropdown div {
    margin: 0 5px 0 0;
}
form.pmpro_form .pmpro_checkout-fields div.iti.iti--allow-dropdown div:focus {
    outline: 0;
}
.cf7emc-captcha-field input.wpcf7-form-control.wpcf7-mathcaptcha {
    display: inline-block;
    width: auto;
    margin-left: 10px;
}
/* Pricing Table Tweaks    */

.pricingtable-button:hover {
    background: #f85e07 !important;
}

.pricingtable .column {
    border-radius: 6px;
    margin: 30px 22px !important;
    width: 230px !important;
    box-shadow: 0 0 8px -2px #000 !important;
}

.pricingtable .column-item-header {
    padding: 0px 0 !important;
    margin: -1px !important;
}

.pmpro_submit {
    text-align: center !important;
}

/* remove "change" link in checkout flow */

span.pmpro_checkout-h3-msg {
    display: none;
}

/* fixing pmpro cancelation button size issue */

.pmpro-cancel .pmpro_actionlinks a:last-child {
    padding: 6px 12px !important;
}

.menu-toggle {
    z-index: 11;
    margin: 0;
    font-size: 12px;
}
.site-header-menu {
    z-index: 11;
}

/* checkout page tweaks */

.pmpro_checkout-fields ul {
    margin-left: 73px;
}

.site-main {
    margin-bottom: 0em !important;
}

/*.site-footer{
 display:none !important;
}*/

#frame1 {
    height: 415px;
    width: 468px;
    overflow: hidden;
    border: none;
    margin-bottom: 0px !important;
    margin: 0 auto;
    display: block;
}

.form-tab {
    display: none;
}

/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



/*==============My-style-start-9-11-2019=============*/

@media screen and (max-width: 550px) {
    #frame1 {
        -ms-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -o-transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 415px;
        height: 415px;
        width: 613px;
        max-width: none !important;
        margin: 0 auto;
        display: block;
    }
    .post-2 .entry-content {
        margin-top: -75px
    }
    /* mobile pricing table */
    .pricingtable .column-item-header {
        padding: 0px !important;
        margin: -1px !important
    }
    .pricingtable .column-item-price {
        padding: 0px !important;
    }
    .pricingtable .column {
        width: 300px !important;
    }
    .pricingtable .column-item-data {
        padding: 5px 0 !important;
    }
    /* moves checkout page bullet points more towards center for smaller screens */
    
}

@media screen and (max-width: 440px) {
    #frame1 {
        -ms-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -o-transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 415px;
        height: 415px;
        width: 468px;
        max-width: none !important;
        margin: 0 auto;
        display: block;
    }
    .post-2 .entry-content {
        margin-top: -100px
    }
    /* mobile pricing table */
    .pricingtable .column-item-header {
        padding: 0px !important;
        margin: -1px !important
    }
    .pricingtable .column-item-price {
        padding: 0px !important;
    }
    .pricingtable .column {
        width: 300px !important;
    }
    .pricingtable .column-item-data {
        padding: 5px 0 !important;
    }
    
}

/*noticing some "full screen" browsers are smaller than expected and pricing table spills over, adjusting for this case:
  https://www.websitedimensions.com/
  https://www.w3schools.com/browsers/browsers_display.asp
*/
@media screen and (max-width: 1367px) {
    .plan-grid .plan-price {
        width: 51%;
        font-size: 31px;
    }
    .plan-grid .plan-name {
        font-size: 25px;
        width: 41%;
    }   
}
@media screen and (max-width: 1280px) {
    .pricingtable .column {
        width: 220px !important;
    }
    .plan-grid .plan-price {
        width: 50%;
        font-size: 29px;
        margin-left: 20px;
        padding-left: 20px;
    }   
}
@media screen and (max-width: 1270px) {
    .about-image .bar {
        max-width: 83%;
    }
}
@media screen and (max-width: 1199px) {
  .banner-left h1 {
      font-size: 50px;
  }
  .slideContent img {
    max-width: 80%;
  }
  .process-steps li {
      padding: 0 15px;
  }
  .process-steps .step-card {
      width: 200px;
      height: 200px;
  }
  .process-steps .title {
      font-size: 16px;
      margin: 10px 0;
  }
  .process-steps p {
      font-size: 12px;
  }
  .process-steps span {
      font-size: 26px;
  }
  .process-steps .step-card img {
      top: -15px;
  }
  .our-services .content {
      margin: 10px 0 60px;
  }
  .content-services li .service {
      padding: 40px 15px;
  }
  .content-services .service p {
      font-size: 18px;
      min-height: 42px;
  }
  .main-navigation li+li {
      margin-left: 15px;
  }
  .site {
      margin: 125px auto 0!important;
  }
    .banner-frame:before {
        padding-top: 38%;
    }
    .plan-grid > li {
        padding: 0 15px;
    }
    .plan-grid .plan-top {
        padding: 50px 0 40px;
    }
    .plan-grid .plan-name {
        font-size: 23px;
    }
    .plan-grid .plan-price {
        margin-left: 15px;
        padding-left: 15px;
        font-size: 28px;
    }
    
    .site-header-main .main-navigation li:last-child {
        margin-left: 15px;
    }
    .site-scan-image iframe {
        width: 380px;
        height: 269px;
    }
    .banner-frame {
        height: 445px;
    }
}
@media screen and (max-width: 991px) {
    .banner-frame:before {
        padding-top: 43%;
    }
  .banner-left h1 {
      font-size: 36px;
  }
  .banner-left p {
      font-size: 16px;
  }
  .process-steps li {
     width: 50%;
     padding: 15px;
  }
  .process-steps li:first-child:before,
  .process-steps li:nth-child(2):before,
  .process-steps li:nth-child(3):before {
    display: none;
  }
  .content-services li {
      width: 33%;
  }
  
  .footer-logo {
      margin-bottom: 25px;
  }
  .footer-top {
      padding: 35px 0;
  }
  .site-info {
      padding: 15px 0;
  }
  .menu-toggle {
        display: block;
        max-width: 30px;
        padding: 0;
        border: 0;
    }
  .site-header-main .site-header-menu {
        width: 100%;
        display: block;
    text-align: center;
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      background: #2581b9;
      padding: 60px 20px;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
  }
    .site-header-main.open-tgl .site-header-menu {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .close-tgl {
        max-width: 20px;
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .main-navigation li > a {
        color: #fff;
    }
    .main-navigation li > a:hover,
    .main-navigation li > a:focus {
        color: #000;
    }
    .main-navigation .current-menu-ancestor>a,
    .main-navigation li.current-menu-item>a {
        color: #000;
        font-weight: 700;
    }
  .main-navigation li+li {
      margin-left: 0;
      margin-top: 15px;
  }
  .site-header-main .main-navigation li:last-child {
      margin-left: 0;
  }
    .trial-btn a {
        display: inline-block;
        background: #ff8d00;
        background-image: -webkit-linear-gradient(top, #ff8d00, #d17708);
        background-image: -moz-linear-gradient(top, #ff8d00, #d17708);
        background-image: -ms-linear-gradient(top, #ff8d00, #d17708);
        background-image: -o-linear-gradient(top, #ff8d00, #d17708);
        background-image: linear-gradient(to bottom, #ff8d00, #d17708);
    }
  .site-header-main .main-navigation li {
      display: block;
        border-top: 0;
  }
    .site-header-top .header-top-menu>li+li {
        padding-left: 20px;
        margin-left: 20px;
    }
    .main-navigation .primary-menu {
        border-bottom: 0;
    }
    .logged-in .site-header-main .site-header-menu {
        top: 31px;
    }
    .site-header-main .site-branding {
        width: 25%;
    }
    .about-sec > div {
      flex-wrap: wrap-reverse;
    }
    .about-sec .about-info, .about-sec .about-image {
      width: 100%;
      padding: 0;
  }
  .site {
      margin: 122px auto 0!important;
  }
    .about-image .bar {
        max-width: 87%;
        left: 0;
        text-align: center;
    }
    .faq-list ul {
        margin: 0;
    }
    .faq-list ul li {
        width: 100%;
        padding: 0 0 20px;
    }
    .contact-sec .section-title p {
        margin: 7px auto 0;
        font-size: 14px;
    }
    .plan-sec {
        padding: 40px 0;
    }
    .plan-grid .plan-bottom {
        padding: 30px 0;
    }
    .plan-grid .plan-top {
        padding: 40px 0 30px;
    }
    .plan-grid .plan-name {
        font-size: 18px;
        width: 44%;
    }
    .plan-grid .plan-price {
        font-size: 18px;
        width: 48%;
    }
    .plan-grid .trial-button a {
        padding: 7px 15px;
        font-size: 15px;
    }
    .plan-grid .plan-bottom li {
        font-size: 14px;
    }

    .plan-grid .plan-bottom li + li {
        margin-top: 6px;
    }
    .all-plans-include {
        padding: 30px 0;
    }
    .our-trusted-customer.featured-sec {
        padding: 30px 0;
    }
    .site-scan-image iframe {
        width: 280px;
        height: 207px;
    }
    .banner-frame {
        height: 445px;
    }

}


@media screen and (max-width: 782px) {
  .logged-in .site-header {
      top: 46px;
  }
  .logged-in.fixed-header .site-header {
      top: 0;
  }
}
@media screen and (max-width: 767px) {
    .banner-right {
        display: none;
    }
    .banner-left {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .banner-left .spellscan-form {
        max-width: 370px;
        margin: 0 auto;
    }
    .banner-left .spellscan-form .btn {
        width: 100%;
    }
    .our-trusted-customer h2 {
        margin-bottom: 20px;
    }
    .our-services {
        padding: 30px 0;
    }
    .section-title span {
        margin: 0 0 5px;
    }
    .section-title h2 {
        line-height: normal;
    }
    .our-services .content {
        margin: 10px 0 30px;
    }
    .process-steps .step-card {
        width: 174px;
        height: 174px;
        padding: 10px 20px;
    }
    .process-steps .step-card img {
        top: 0;
        max-width: 50px;
    }
    .process-steps span {
        font-size: 28px;
    }
    .process-steps .title {
        margin: 6px 0;
    }
    .process-steps p {
        line-height: normal;
        font-size: 13px;
    }
    .what-we-offer {
        padding: 30px 0 35px;
    }
    .content-services .service p {
        font-size: 17px;
    }
    .content-services ul {
      margin: 0;
  }
    .content-services li {
        width: 50%;
        padding: 15px;
    }

    .what-we-offer .content-services {
        margin-top: 20px;
    }
    .why-choose-us .left-content {
        padding: 40px 0 50px;
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .why-choose-us .right-content {
        display: none;
    }
    .site-header-main .site-branding {
        width: auto;
    }
    .about-info .content p {
      font-size: 14px;
  }
  .about-sec {
      padding: 50px 0;
  }
  .about-testimonials .testimonials-sec {
      padding: 50px 0;
  }
  .about-sec .about-image {
    text-align: center;
    padding-bottom: 30px;
  }
  .faq-top-section h2 {
      font-size: 30px;
      line-height: normal;
      margin: 0 0 10px;
  }
  .faq-top-section p {
      font-size: 18px;
      line-height: normal;
  }
  .faq-top-section {
      padding-top: 50px;
  }
  .faq-bottom-section {
      margin-top: 40px;
  }
  .faq-bottom-section h3 {
      font-size: 20px;
      margin-bottom: 15px;
  }
    .faq-bottom-section .faq {
      margin-bottom: 30px;
      font-size: 15px;
  }
    /*.home-banner {
        min-height: 80vh;
        height:auto;
    }*/
    /*.banner-frame {
        min-height: 75vh;
    }*/
    .about-image .bar {
        max-width: 83%;
    }
    .contact-sec {
        padding: 40px 0;
    }
    .faq-list ul li {
        font-size: 14px;
    }
    .faq-list .section-title h2 {
        margin-bottom: 30px;
    }
    .page-id-136 .entry-content {
        font-size: 14px;
        padding: 40px 15px;
    }
    .plan-content {
        max-width: 440px;
        margin: 0 auto 30px;
    }
    .plan-content h2 {
        font-size: 22px;
        margin: 0 0 10px;
    }
    .plan-grid > li {
        padding: 0;
        width: 100%;
    }
    .plan-grid {
        padding-top: 0;
    }
    .plan-grid > li + li {
        border-left: 0;
        border-top: 1px solid #ccc;
    }
    .plan-grid .plan-name {
        font-size: 28px;
    }
    .plan-grid .plan-price {
        font-size: 28px;
    }
    .plans {
        max-width: 410px;
        width: 100%;
        margin: 0 auto;
    }
    .plan-services li {
        width: 33%;
        border-left: 0;
        margin: 10px 0;
    }
    .plan-services .inner-service p {
        font-size: 15px;
    }
    .plan-services li:nth-child(3),
    .plan-services li:nth-child(7) {
        border-left: 0;
    }
    .plan-services:before {
        display: none;
    }
    .all-plans-include .section-title.text-center {
        margin-bottom: 30px;
    }
    .plan-sec {
        padding: 40px 0 0;
    }
    .page-template-template-plans .faq-list {
        padding: 20px 0 0;
    }
    .plan-grid .plan-top {
        border-bottom: 0;
    }
    .plan-grid .plan-bottom {
        padding: 0 0 30px;
        text-align: center;
    }
    .plan-grid > li:nth-child(2):before {
        display: none;
    }
    .primary-btn {
        font-size: 14px;
    }
    .plan-grid .plan-price {
        font-size: 24px;
    }
    .plan-grid .plan-name {
        font-size: 24px;
        width: 45%;
    }
    .all-plans-include .bottom-section {
        margin-top: 30px;
    }
    .banner-frame {
        height: 400px;
    }

}
/*13-2-2020*/
@media (max-width:480px) {
    .banner-frame.mobile-height-fix{
        height: 350px;
    }
}
@media (max-width:380px) {
    .banner-frame.mobile-height-fix{
        height: 325px;
    }
}
/*13-2-2020*/
@media screen and (max-width: 575px) {
    .site-header-top .header-top-menu>li+li {
        padding-left: 10px;
        margin-left: 10px;
    }
    .about-image .bar {
        max-width: 82%;
    }
    .plan-services .inner-service p {
        font-size: 14px;
    }
    .plan-services .inner-service span {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 499px) {
    .site-header-top .header-top-menu>li+li {
        padding-left: 0;
        margin-left: 0;
    }
    .site-header-top .header-top-menu>li {
        text-align: center;
    }
    .site-header-top .header-top-menu {
        justify-content: center;
        flex-wrap: wrap;
    }
    .site-header-top a {
        font-size: 10px;
    }
    .site-header-top .header-top-menu>li+li:before {
        display: none;
    }
}
@media screen and (max-width: 480px) {
  .slideContent img {
      max-width: 95%;
  }
    .plan-services li {
        width: 50%;
    }

}

@media screen and (max-width: 400px) {
    #frame1 {
        -ms-transform: scale(0.65);
        -moz-transform: scale(0.65);
        -o-transform: scale(0.65);
        -webkit-transform: scale(0.65);
        transform: scale(0.65);
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 415px;
        height: 415px;
        width: 468px;
        max-width: none !important;
        margin: 0 auto;
        display: block;
    }
    .post-2 .entry-content {
        margin-top: -125px
    }
    .pricingtable .column {
        width: 260px !important;
    }
    /* checkout button for small screens gets cutoff */
    .pmpro_btn-submit-checkout {
        letter-spacing: 0.0em !important;
    }
}
@media screen and (max-width: 380px) {
    .about-image .bar {
        top: 25px;
    }
    @-webkit-keyframes animate-bar {
        0% {top:25px;}
        50% {top:50%;}
        100% {top:25px;}
    }
    @keyframes animate-bar {
        0% {top:25px;}
        50% {top:50%;}
        100% {top:25px;}
    }
    .plan-services li {
        padding: 20px 5px;
        margin: 0;
    }
    .plan-services .inner-service span {
        max-width: 40px;
        margin: 0 auto 20px;
    }
    plan-grid .plan-price {
        width: 43%;
    }
    .content-services li {
      padding: 10px;
  }
  .content-services .service p {
      font-size: 15px;
  }
  .content-services li .service {
      padding: 25px 10px;
  }
  .content-services li .service span {
      min-height: 47px;
      max-width: 45px;
      margin: 0 auto;
  }

}
@media screen and (max-width: 375px) {
  .site-header-top .header-top-menu>li {
      width: 100%;
  }
  .fixed-header .site-header {
      top: -69px;
  }
  .site {
      margin: 150px auto 0!important;
  }
}
@media screen and (max-width: 350px) {
    #frame1 {
        -ms-transform: scale(0.60);
        -moz-transform: scale(0.60);
        -o-transform: scale(0.60);
        -webkit-transform: scale(0.60);
        transform: scale(0.60);
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 415px;
        height: 415px;
        width: 468px;
        max-width: none !important;
        margin: 0 auto;
        display: block;
    }
    .post-2 .entry-content {
        margin-top: -140px
    }
    .pricingtable .column {
        width: 230px !important;
    }
    /* checkout button for small screens gets cutoff */
    .pmpro_btn-submit-checkout {
        letter-spacing: 0.0em !important;
    }
}

.header-menu-cta {
    background: #1a86bc;
    background-image: -webkit-linear-gradient(top, #1a86bc, #2980b9);
    background-image: -moz-linear-gradient(top, #1a86bc, #2980b9);
    background-image: -ms-linear-gradient(top, #1a86bc, #2980b9);
    background-image: -o-linear-gradient(top, #1a86bc, #2980b9);
    background-image: linear-gradient(to bottom, #1a86bc, #2980b9);
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    /*font-family: Arial; */
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    /*padding: 10px 20px 10px 20px;*/
    margin-left: 10px;
    margin-top: -3px;
    font-weight: normal !important;
}

.header-menu-cta:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.header-menu-cta a {
    color: white !important;
    font-weight: normal !important;
}

.btn {
    background: #1a86bc;
    background-image: -webkit-linear-gradient(top, #1a86bc, #2980b9);
    background-image: -moz-linear-gradient(top, #1a86bc, #2980b9);
    background-image: -ms-linear-gradient(top, #1a86bc, #2980b9);
    background-image: -o-linear-gradient(top, #1a86bc, #2980b9);
    background-image: linear-gradient(to bottom, #1a86bc, #2980b9);
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    /*font-family: Arial; */
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.btn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.pmpro_btn, .wpcf7-submit, .cntctfrm_contact_submit {
    background: #1a86bc !important;
    background-image: -webkit-linear-gradient(top, #1a86bc, #2980b9)!important;
    background-image: -moz-linear-gradient(top, #1a86bc, #2980b9)!important;
    background-image: -ms-linear-gradient(top, #1a86bc, #2980b9)!important;
    background-image: -o-linear-gradient(top, #1a86bc, #2980b9)!important;
    background-image: linear-gradient(to bottom, #1a86bc, #2980b9)!important;
    -webkit-border-radius: 7!important;
    -moz-border-radius: 7!important;
    border-radius: 7px!important;
    /*font-family: Arial; */
    color: #ffffff!important;
    font-size: 20px!important;
    text-decoration: none!important;
    /*padding: 10px 20px 10px 20px;*/
    font-weight: normal !important;
}

.pmpro_btn:hover, .wpcf7-submit:hover, .cntctfrm_contact_submit:hover {
    background: #3cb0fd !important;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db) !important;
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db) !important;
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db) !important;
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db) !important;
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db) !important;
    text-decoration: none !important;
}

.wpcf7-mail-sent-ok {
	color: #1a1a1a !important;	
}


.site-header {
    padding-bottom: 0px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

blockquote {
    border: none !Important;
    margin: 20px 20px !important;
}

div.pricingtable-items {
    padding: 10px 0 !important;
}

div.pricingtable_featured {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.flat .column-item-body {
    padding: 0px 0px !important;
}

.flat .column-item-media {
    display: none !important;
}

.site-footer .main-navigation {
    display: none;
}

.site-header-main .main-navigation[aria-expanded="true"] {
    /*display:none;*/
}

.site-header-main .main-navigation[aria-expanded="true"] .menu-plans-container .primary-menu .menu-item-100 {
    /*background-color: yellow;*/
}

.menu-plans-container .primary-menu .menu-item-435 {
    display: none;
}

.menu-plans-container .primary-menu .menu-item-436 {
    display: list-item;
}

.site-header-main .main-navigation[aria-expanded="true"] .menu-plans-container .primary-menu .menu-item-435 {
    display: list-item;
}

.site-header-main .main-navigation[aria-expanded="true"] .menu-plans-container .primary-menu .menu-item-436 {
    display: none;
}



.menu-toggle {
    color: #1a86bc !important;
    background-color: white !important;
}

#upsell-btn {
    display: none;
}

/*.site-info { display: none; }*/

#my-footer {
    background-color: #1a86bc;
    width: 100%;
    color: white;
    padding: 0px 5px;
}

#my-footer a {
    color: white;
}

/* Get rid of black border https://www.melissacarterdesign.com/twenty-sixteen-black-border/ */



body:not(.custom-background-image):before, body:not(.custom-background-image):after {
    height: 0px !important;
}

.site-inner {
    overflow: hidden !important;
}

body {
    background-color: white !important;
}

.table-pagination li{
	padding: 0px 6px !important;	
}

.checkout-div .pmpro_section {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}

#post-257 .pmpro {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.pmpro_btn-password-toggle{
	padding: 4px 10px !important;	
}	

/*login page*/
#pmpro_btn-password-toggle-1{
	padding: 4px 10px !important;	
}

#post-257 .button-primary{
	background: #1a86bc !important;
	background-image: linear-gradient(to bottom, #1a86bc, #2980b9) !important;
	border-radius: 7px !important;
    color: #ffffff !important;
    font-size: 20px !important;
    text-decoration: none !important;
    /* padding: 10px 20px 10px 20px; */
    font-weight: normal !important;
}

#post-257 input[type="checkbox"] {
  appearance: auto !important;
}

/* Cancelation Page */
#pmpro_cancel .pmpro_form_submit{
justify-content: center;
}
	
.scan-banner .main-title {
    text-transform: none !important;
}

#post-19 .pmpro_btn-print{
	background-color: unset !important;
}

/* Results pages, "Vulnernabilities" section - word is too long to fit on one standard line */
.vulnerabilities li:first-child {
	width: 78% !important;
}
.vulnerabilities li:last-child {
	width: 22% !important;
}