body,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.announce-bar{
    display: none;
}

.site{
    position: relative;
}
p{
    margin-bottom: 0;
}
p:not(:last-child){
    margin-bottom: 20px;
}


@media (min-width: 1400px){
    .container{
        max-width: 1405px !important;
    }
}

/* Header */
html{scroll-behavior: smooth;}
.main-header{left:0;right:0;top:0;z-index:999;}
.main-header .header-inner-top{padding:10px 0;background-color:#051523;padding-top: 20px;}

.headerTopRow{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;}
.headerTopRow .headerTopLinks ul{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0;}
.headerTopRow .headerTopLinks ul li{line-height:1.33em;margin-right:14px;padding-right:14px;position:relative;}
.headerTopRow .headerTopLinks ul li::before{content:"";position:absolute;right:0;top:50%;height:16px;width:1px;background-color:#ffffff;margin-top:-8px;}
.headerTopRow .headerTopLinks ul a{font-size:18px;line-height:1.33em;color:#84C225;text-decoration:none;text-transform:uppercase;font-weight:800;font-size:18px;}
.headerTopRow .headerTopLinks ul a:hover{
    color: #ffffff;
}
.headerTopRow .headerTopContactInfo ul{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0;}
.headerTopRow .headerTopContactInfo ul li{display:flex;line-height:1.33em;margin-right:14px;padding-right:14px;position:relative;}
.headerTopRow .headerTopContactInfo ul li::before{content:"";position:absolute;right:0;top:50%;height:16px;width:1px;background-color:#ffffff;margin-top:-8px;}
.headerTopRow .headerTopContactInfo ul li:last-child{margin-right:0;padding-right:0;}
.headerTopRow .headerTopContactInfo ul li:last-child::before{display:none;}
.headerTopRow .headerTopContactInfo ul li span{width:24px;height:24px;flex:0 0 auto;margin-right:2px;}
.headerTopRow .headerTopContactInfo ul li:first-child span{margin-right: 5px;}
.headerTopRow .headerTopContactInfo ul p{margin-bottom:0;color:#fff;line-height:1.33em;font-size:18px;font-weight:600;}
.headerTopRow .headerTopContactInfo ul a,
.headerTopRow .headerTopContactInfo ul p a{font-size:18px;line-height:1.33em;color:#fff;text-decoration:none;font-weight:600;display:inline-flex;}
.headerTopRow .headerTopContactInfo ul a:hover,
.headerTopRow .headerTopContactInfo ul p a:hover{color:#84C225;}

.main-header .header-wrap{padding-left:0;padding-right:0;max-width:100%;}
.main-header .main-navigation ul li a{font-size:18px;font-weight:500;}
.main-header .header-wrap .header-nav #site-navigation ul#primary-menu > .menu-item.menu-btn > a{font-size:20px;font-weight:800;text-transform:uppercase;border-radius:0;min-width:278px;text-align:center;}

/* Footer */
.foo-col h3{font-size:26px;font-weight:600;}
.footer-inner-wrap .foo-col .foo-navi ul > li > a{text-transform:uppercase !important;}
.foo-phone a,.foo-email a{font-weight:700;}
.copyright{font-size:14px;font-weight:300;}
.copyright a{color:#ffffff;}
.copyright a:hover{color:#84c225;}

/* Home Page */
.heroBannerSec{position:relative;padding-top:180px;padding-bottom:190px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;background-repeat: no-repeat;background-size: cover;}
.heroBannerSec .heroBannerImage img{width:100%;height:100%;object-fit:cover;}
.heroBannerContent{position:relative;width:100%;}
.heroBannerHeading{margin-bottom:25px;}
.heroBannerHeading .heading_h1{font-size:47px;line-height:1.2;font-weight:700;text-transform:capitalize;color:#ffffff;font-family: 'Poppins', sans-serif;}
.heroBannerHeading .heading_h1 span{font-weight:800;font-style:italic;color:#84C225;}
.heroBannerSubHeading{width:100%;max-width:900px;margin:0 auto;margin-bottom:65px;}
.heroBannerSubHeading p{font-size:20px;font-weight:600;line-height: 1.2;color:#ffffff;text-align:center;}
.heroBannerBtnRow{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;}
.btn:visited, .btn:focus, .btn:active {
    color: #fff;
}
.heroBannerBtn .btn, .schedule-btn .btn, .btn-green{
    font-size:18px;
    line-height:27px;
    font-weight:600;
    text-transform:uppercase;
    border-radius:0;
    padding:9px 18px;
    text-align:center;
    color: #ffffff;
    background-color:#84C225;
    border: 2px solid #84C225;
}
.heroBannerBtn .btn:hover, .schedule-btn .btn:hover {
    background-color: transparent;
    color: #84C225;
}
.btn-green:hover{
    background-color: transparent;
    color: #84C225;
}
.heroBannerBtn:nth-child(2n + 2) .btn{
    background-color: transparent;
    color: #84C225;
}
.heroBannerBtn:nth-child(2n + 2) .btn:hover{
    color: #ffffff;
    background-color:#84C225;
}
.testimonial-section {
    padding-bottom: 80px;
}
.testimonial-left-section {
    background: #69A312;
    border-radius: 20px;
    padding: 35px 45px;
    color: #fff;
}
.testimonial-subtitle h6 {
    font-size: 22px;
    font-weight: 500;
}
.testimonial-title h2 {
    font-size: 30px;
    text-transform: none;
    color: #fff;
}
.testimonial-content h3 {
    font-size: 20px;
    text-transform: none;
    color: #fff;
    margin: 10px 0 4px;
}
.author-img img {
	border-radius: 100%;
	margin-right: 10px;
	width: 100%;
	max-width: 59px;
}

.author-info h6 {
    margin: 0;
    font-size: 16px;
}
.right-side-video p {
    height: 100%;
    margin-bottom: 0;
}
.testimonialsection-cover {
    margin-bottom: 80px;
    margin-top: -110px;
}
.testimonial-bottom-title h2 {
    font-size: 35px;
    text-transform: none;
}
.testimonial-text-with-logo h3 {
    text-transform: capitalize;
    color: #0B2C40;
    margin-right: 15px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
.testimonial-bottom-subtitle h4 {
    font-size: 24px;
    font-weight: 600;
    color: #0B2C40;
}
.testimonial-text-with-logo{
	margin-bottom:7px;
}
.services-section {
    background: #ECF1F8;
    padding: 80px 0 30px;
    position: relative;
}

.service-main-title h2 {
    font-size: 31px;
    text-transform: none;
    color: #0B2C40;
    margin-bottom: 40px;
    font-family: 'Poppins', sans-serif;
}

.service-subcontent .service-icon {
    width: 70px;
    margin-right: 15px;
}

.service-title-content {
    width: calc(100% - 85px);
}

.service-subcontent {
    margin-bottom: 50px;
}

.service-title-content h4 {
    font-size: 20px;
    color: #0B2C40;
}
.service-content-wrap {
    width: 48%;
}
.service-main-title h2 i {
    text-decoration: underline;
}
.it-support-section{
    padding: 80px 0 ;
}
.it-support-title h2{
    text-transform: none;
    font-size: 40px;
    margin-bottom: 70px;
    font-family: 'Poppins', sans-serif;
}
.it-support-title h2 span{
    color: #0B2C40;
}
.it-support-top-content:first-child{
    text-align: right;
}
.it-support-top-content {
    max-width: 34%;
}

.it-support-top-content-wrap {
    margin-bottom: -90px;
}

.it-support-content-title h4 {
    font-size: 24px;
    color: #0B2C40;
}
.it-support-bottom-content-wrap .it-support-top-content {
    max-width: 40%;
}
.schedule-cta-section {
    border-radius: 10px;
    padding: 70px 20px;
}

.schedule-cta-section h2 {
    color: #fff;
    text-transform: none;
    font-size: 40px;
    font-weight: 900;
}
.how-can-we-help-section{
    padding: 80px 0;
}
.how-can-we-help-title h2{
font-size: 50px;
text-transform: none;
color: #0B2C40;
font-weight: 900;
margin-bottom: 70px;
}
.how-can-we-help-title h2 span{
    color: #84C225;
    text-decoration: underline;
}
.how-we-help-section-title h2 {
    color: #0B2C40;
    font-size: 40px;
    text-transform: none;
    font-weight: 900;
}
.how-can-we-help-cover .section-content ul li {
    list-style-type: none;
    position: relative;
    padding-left: 35px;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.how-can-we-help-cover .section-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 17px;
    height: 17px;
    background: #69A312;
    border-radius: 100%;
}
.how-can-we-help-cover .section-content ul {
    padding: 0;
}
.how-can-we-help-cover .section-content p {
    font-size: 20px;
}
.how-can-we-help-cover .left-image img {
    border-radius: 10px;
}
.how-can-we-help-content-wrap .how-can-we-help-cover:nth-child(2n) {flex-direction: row-reverse;margin-top: 80px;}
.how-can-we-help-content-wrap .how-can-we-help-cover:nth-child(2n) .left-image{text-align: right;}
.how-can-we-help-cover .section-content ul li a {
    color: #84c225;
    text-decoration: underline;
}
.how-can-we-help-cover .section-content ul li a:hover {
    color: #0B2C40;
}   
.how-can-we-help-cover .section-content {
    margin-bottom: 50px;
}
.any-question-section{
    background: #84C225;
    border-radius: 20px;
    padding: 60px 30px;
	margin-bottom:40px;
}
.any-question-title h2 {
    font-size: 50px;
    color: #fff;
    text-transform: none;
    font-weight: 900;
}
.any-question-content p {
    color: #fff;
    font-size: 20px;
}
.any-question-content p a {
    color: #fff;
}
.right-side-video video {
    object-fit: cover;
}
.bottom-arrow {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.any-question-content {
    max-width: 860px;
    margin: 0 auto;
}
/* email course popup */
.email-course-popup-cover .left-content {
    padding: 30px 40px;
}
.email-course-popup-cover .left-content h2 {
    font-size: 30px;
    color: #0B2C40;
    text-transform: none;
}
.email-course-popup-cover .left-content h3 {
    font-size: 20px;
    color: #0B2C40;
    text-transform: none;
}
.email-course-popup-cover .left-content ul li {
    list-style-type: none;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
}
.email-course-popup-cover .left-content ul li:last-child {
    margin-bottom: 0;
}
.email-course-popup-cover .left-content ul li:before {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: -40px;
    color: #fff;
    width: 20px;
    height: 20px;
    background: #84c225;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 100%;
    top: 4px;
}
.email-course-popup-cover .right-form {
    background: #84c225;
    padding: 30px;
    height: 100%;
}
.email-course-popup-cover .frm-title{
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    max-width: 400px;
    margin: 0 auto 30px;
}
.email-course-popup-cover .right-form .button {
    color: #fff;
    background: #0B2C40;
    padding: 15px 20px;
    width: 100%;
    margin-bottom: 0 !important;
}
.email-course-popup-cover .right-form .button:hover{
    background: #000;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}
.gfield_validation_message {
    background: transparent !important;
    border: none !important;
    text-align: left;
    padding: 0 !important;
}
.right-side-video{
    position: relative;
}
.right-side-video.active:before {
    content: "";
    position: absolute;
    background: url(https://greenloopsolutions.com/wp-content/uploads/2024/02/play-btn.png);
    width: 85px;
    height: 85px;
    left: 50%;
    top: 50%;
    background-size: cover;
    transform: translate(-50%, -50%);
}
.testimonial-txt p {
    line-height: 1.4;
}
.banner-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 8%;
    align-items: flex-start;
}
.banner-wrap .homebanner-left {
  width: 100%;
  max-width: 55%;
  padding-right: 50px;
}
.banner-frm {
  padding: 30px 25px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  max-width: 45%;
}
.homebanner-left .heading_h1, .homebanner-left .heroBannerSubHeading p {
  text-align: left;
}
.banner-wrap .homebanner-left .heroBannerBtnRow {
    justify-content: flex-start;
}
.homebanner-left .heroBannerSubHeading p {
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px;
}
.banner-wrap .homebanner-left .heroBannerSubHeading {
    margin-bottom: 30px;
}
.banner-frm h2 {
    font-size: 30px;
    text-transform: capitalize;
    line-height: 1.2;
}
.banner-frm p {
    line-height: 1.4;
    font-size: 18px;
}
.banner-frm .gform_wrapper .gform_fields .gfield input,.banner-frm .gform_wrapper .gform_fields .gfield textarea {
  border: 1px solid #D0D5DD;
  border-radius: 4px;
  height: 50px;
  padding: 10px 15px;
}
.banner-frm h6 {
    text-align: left;
    font-size: 15px;
    color: #0B2C40;
    font-weight: 400;
    margin-bottom: 12px;
}
.banner-frm .gform_wrapper .gform_footer {
    display: inherit;
    padding-bottom: 0;
}
.banner-frm .gform_wrapper .gform_footer .gform_button {
  background-color: #84C225;
  color: #fff;
  font-size: 20px;
  padding: 15px 40px;
  line-height: 1.2;
  border: 0;
  margin-bottom: 0;
}
.banner-frm .gform_wrapper .gform_footer .gform_button:hover {
  background-color: #221d1a;
}
.banner-frm .gform_wrapper .gform_fields .gfield input:focus,.banner-frm .gform_wrapper .gform_fields .gfield textarea:focus {
    outline: none;
    border-color: #84c225;
}
.banner-wrap .homebanner-left .heroBannerSubHeading ul li {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 14px;
}
.banner-wrap .homebanner-left .heroBannerSubHeading ul {
  padding-left: 15px;
}
.team-section {
    display: flex;
    justify-content: center;
}
.btn-blue {
  background-color: #0B2C40;
  border-color: #0B2C40;
}
.btn-blue:hover {
  color: #0B2C40;
}
.hero-banner-logos {
    display: flex;
    margin-top: 40px;
    grid-gap: 15px;
    justify-content: center;
    width: 100%;
}
.banner-logo {
    border: solid 1px #D0D5DD;
    padding: 10px;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-banner-logos img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    max-width: 160px;
}
.page-template-schedule-appointment-template .main-header.site-header {
    display: none;
}
.sec-app-header {
  background-color: #051523;
  padding: 40px 20px;
}
.scr-app-wrap {
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.sec-app-title h1 {
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}
.sec-app-header .scr-app-wrap .site-branding {
  margin-top: 0;
  padding-right: 20px;
}
.sec-app-content {
  padding: 50px 20px;
}
.sec-app-left {
  width: 100%;
  max-width: 64%;
  padding-right: 40px;
}
.sec-app-right.sec-app-sidebar {
  width: 100%;
  max-width: 36%;
}
.sec-gr-frm.banner-frm {
    max-width: 100%;
    border: 1px solid #c8ced2;
    margin-top: 30px;
}
.sec-gr-frm.banner-frm .gform_wrapper .gform_fields .gfield textarea {
    height: 200px;
}
.sec-gr-frm.banner-frm .gform_wrapper .gform_footer {
    text-align: right;
}
.sec-app-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.sec-app-title-wrap h2,.sec-app-title-wrap h6 {
  margin-bottom: 0;
}
.sec-app-title-wrap h2 {
  text-transform: capitalize;
  font-size: 26px;
  color: #0B2C40;
}
.sec-app-title-wrap h6 {
  font-size: 20px;
  color: #4D4D4D;
  font-weight: 500;
}
.sec-app-sidebar-inner {
  padding: 30px;
  background-color: #ECF1F8;
  border-radius: 20px;
}
.sec-app-sidebar-inner h2 {
  text-transform: none;
  font-size: 30px;
  text-align: center;
}
.sec-app-content .scr-app-wrap {
    align-items: flex-start;
}
.sec-app-sidebar-inner p, .sec-app-sidebar-inner a {
    line-height: 1.3;
    margin-bottom: 25px;
    display: inherit;
    font-weight: 400;
}
.step-bar {
    margin-bottom: 25px;
}
.sec-app-left ol.ol-list {
    list-style: none;
    counter-reset: item;
    padding-left: 0;
}
.sec-app-left ol.ol-list li {
    counter-increment: item;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    line-height: 1.25;
    position: relative;
    padding-left: 35px;
}
.sec-app-left ol.ol-list li::before {
    margin-right: 10px;
    content: counter(item);
    background: #84c225;
    border-radius: 100%;
    color: white;
    text-align: center;
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    left: 0;
    /* top: 0; */
}
.gform_wrapper .gfield_error input {
    border-color: red !important;
}
/* email course popup */
@media (max-width:1299px){
    .middle-image img {
        max-width: 620px;
    }
    .testimonial-subtitle h6 {
        font-size: 20px;
    }
    .testimonial-title h2 {
        font-size: 28px;
    }
    .banner-wrap .homebanner-left {
    padding-right: 70px;
}
}
@media (max-width:1199px){
    .heroBannerHeading .heading_h1 {
        font-size: 36px;
    }
    .heroBannerSubHeading p {
        font-size: 18px;
    }
    .banner-wrap .homebanner-left .heroBannerSubHeading ul li {
    font-size: 16px;
}
    .testimonial-title h2 {
        font-size: 24px;
    }
    .testimonial-subtitle h6 {
        font-size: 18px;
    }
    .service-main-title h2 {
        font-size: 26px;
    }
    .it-support-title h2, .how-we-help-section-title h2, .schedule-cta-section h2 {
        font-size: 32px;
    }
    .how-can-we-help-title h2, .any-question-title h2{
        font-size: 38px;
    }
    .it-support-content-title h4 {
        font-size: 22px;
    }
    .it-support-top-content-wrap {
        margin-bottom: -40px;
    }
    .middle-image img{
        max-width: 560px;
    }
    .main-header .main-navigation ul li a {
        font-size: 16px;
    }
    .main-header .header-wrap .header-nav #site-navigation ul#primary-menu > .menu-item.menu-btn > a {
        font-size: 18px;
        min-width: 200px;
    }
    .testimonial-left-section {
        padding: 30px 25px 
    }
    .banner-wrap {
    padding: 0;
}
.heroBannerSec {
    padding-top: 150px;
    padding-bottom: 160px;
}
.hero-banner-logos img {
    max-width: 160px;
}
.hero-banner-logos {
    margin-top: 30px;
}
.testimonialsection-cover {
    margin-bottom: 60px;
}
.sec-app-title h1 {
    font-size: 28px;
}
.sec-app-title-wrap h2 {
    font-size: 22px;
}
.sec-app-title-wrap h6 {
    font-size: 18px;
}
.page-template-schedule-appointment-template .mobile-header {
    display: none;
}
}
@media (max-width:1154px){
    .page-id-4143 .header-inner {
        display: none;
    }
    .page-id-4143 .mobile-header .header-top {
        display: none;
    }
    .page-id-4143 .site-branding {
        margin-top: 0;
    }
    .main-navigation ul li {
        height: 100%;
    }
}
@media (max-width:1024px){
    .testimonial-content h3 {
        font-size: 18px;
    }
    .testimonial-bottom-title h2 {
        font-size: 28px;
    }
    .testimonial-bottom-subtitle h4, .testimonial-text-with-logo h3 {
        font-size: 20px;
    }
    .it-support-top-content-wrap {
        margin-bottom: 10px;
    }
    .it-support-top-content {
        max-width: 47%;
    }
    .heroBannerSec {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .headerTopRow {
        justify-content: center;
    }
    .headerTopRow .headerTopLinks ul a, .headerTopRow .headerTopContactInfo ul p,.headerTopRow .headerTopContactInfo ul a, .headerTopRow .headerTopContactInfo ul p a {
        font-size: 15px;
    }
    .testimonialsection-cover {
        margin-bottom: 60px;
    }
    .how-can-we-help-cover .section-content p, .how-can-we-help-cover .section-content ul li {
        font-size: 18px;
    }
    .it-support-title h2, .how-we-help-section-title h2, .schedule-cta-section h2 {
        font-size: 26px;
    }
    .any-question-content p {
        font-size: 18px;
    }
    .testimonial-section {
        padding-bottom: 80px;
    }
    .how-can-we-help-section {
        padding: 60px 0;
    }
    .how-can-we-help-title h2 {
        margin-bottom: 50px;
    }
    .how-can-we-help-title h2, .any-question-title h2 {
        font-size: 32px;
    }
    .how-can-we-help-cover .section-content ul li{
        margin-bottom: 12px;
    }
    .how-can-we-help-cover .section-content {
        margin-bottom: 30px;
    }
    .how-can-we-help-content-wrap .how-can-we-help-cover:nth-child(2n) {
        margin-top: 50px;
    }
    .it-support-section {
        padding: 60px 0;
    }
    .it-support-title h2 {
        margin-bottom: 50px;
    }
    .email-course-popup-cover .left-content h2 {
        font-size: 24px;
    }
    .banner-wrap .homebanner-left {
    padding-right: 40px;
}
.banner-frm p {
    font-size: 16px;
    margin-bottom: 12px;
}
.banner-wrap {
    padding: 0;
}
.banner-wrap .homebanner-left .heroBannerSubHeading {
    margin-bottom: 40px;
}
.heroBannerBtn .btn, .schedule-btn .btn, .btn-green {
    font-size: 16px;
}
.banner-frm .gform_wrapper .gform_footer .gform_button {
    font-size: 16px;
}
.banner-frm h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
}
@media (max-width:991px){
    .sec-app-title h1 {
    font-size: 22px;
}
.sec-app-title-wrap h2 {
    font-size: 20px;
}
.sec-app-title-wrap h6 {
    font-size: 16px;
}
.sec-app-sidebar-inner h2 {
    font-size: 24px;
}
.sec-app-sidebar-inner {
    padding: 25px 20px;
}
.sec-app-sidebar-inner p, .sec-app-sidebar-inner a {
    font-size: 15px;
}
.sec-app-left ol.ol-list li {
    margin-bottom: 15px;
}
.sec-app-left {
    padding-right: 30px;
}
.sec-gr-frm.banner-frm .gform_wrapper .gform_fields .gfield textarea {
    height: 160px;
}
}
@media (max-width:767px){

    body, button, input, select, optgroup, textarea {
        line-height: 1.4;
    }
    .it-support-top-content:first-child {
        text-align: left;
    }
    .it-support-top-content {
        max-width: 100% !important;
    }
    .service-content-wrap {
        width: 100%;
    }
    .heroBannerHeading .heading_h1 {
        font-size: 30px;
    }
    .heroBannerSubHeading {
        margin-bottom: 45px;
    }
    .heroBannerSec {
        padding-bottom: 160px;
        padding-top: 130px;
    }
    .testimonial-section {
        padding-bottom: 50px;
    }
    .services-section {
        padding: 60px 0 10px;
    }
    .service-main-title h2 {
        font-size: 24px;
    }
    .service-subcontent {
        margin-bottom: 30px;
    }
    .it-support-section {
        padding: 40px 0 20px;
    }
    .it-support-title h2 {
        margin-bottom: 40px;
    }
    .it-support-title h2, .how-we-help-section-title h2, .schedule-cta-section h2 {
        font-size: 24px;
    }
    .it-support-content-title h4 {
        font-size: 20px;
    }
    .testimonial-title h2 {
        font-size: 22px;
    }
    .testimonial-bottom-title h2 {
        font-size: 24px;
    }
    .testimonial-bottom-subtitle h4, .testimonial-text-with-logo h3 {
        font-size: 18px;
    }
    .how-can-we-help-title h2, .any-question-title h2 {
        font-size: 26px;
    }
    .how-can-we-help-section {
        padding: 40px 0;
    }
    .how-can-we-help-title h2 {
        margin-bottom: 40px;
    }
    .how-can-we-help-content-wrap .how-can-we-help-cover:nth-child(2n) .left-image {
        text-align: left;
    }
    .how-can-we-help-content-wrap .how-can-we-help-cover:nth-child(2n) {
        flex-direction: row-reverse;
        margin-top: 50px;
    }
    .how-can-we-help-cover .section-content p, .how-can-we-help-cover .section-content ul li {
        font-size: 16px;
    }
    .heroBannerBtn .btn, .schedule-btn .btn, .btn-green {
        font-size: 12px;
        padding: 8px 14px;
    }
    .any-question-content p {
        font-size: 14px;
    }
    .testimonialsection-cover {
        margin-bottom: 40px;
    }
    .schedule-cta-section {
        padding: 50px 15px;
    }
    .any-question-section {
        padding: 40px 30px;
    }
    .services-cover .service-content-wrap:first-child {
        margin-bottom: 20px;
    }
    .service-main-title h2{
        margin-bottom: 30px;
    }
    .it-support-top-content .number {
        width: 60px;
        height: 60px;
        margin-right: 20px;
        font-size: 30px;
        color: #fff;
        background: #0B2C40;
        display: flex !important;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        font-weight: 700;
    }
    .it-support-top-content .it-support-right-content {
        width: calc(100% - 70px);
    }
    .it-support-top-content-wrap {
        margin-bottom: 0;
    }
    .headerTopRow .headerTopContactInfo ul{
        justify-content: center;
    }
    .email-course-popup-cover .left-content h3 {
        font-size: 18px;
    }
    .email-course-popup-cover .frm-title{
        font-size: 16px;
        margin: 0 auto 20px;
    }
    .email-course-popup-cover .left-content h2 {
        font-size: 22px;
    }
    .email-course-popup-cover .right-form .button {
        padding: 12px 20px;
    }
    .right-side-video.active:before {
        width: 45px;
        height: 45px;
    }
        .bottom-arrow {
    top: -20px;
}
.bottom-arrow img {
    max-width: 40px;
}
.banner-wrap .homebanner-left {
    max-width: 100%;
    padding-right: 0px;
}
.banner-frm {
    max-width: 100%;
    margin-top: 30px;
    padding: 25px 20px;
}
.banner-frm .gform_wrapper .gform_footer .gform_button {
    line-height: 1.3 !important;
}
.banner-wrap {
    padding: 0;
}
.homebanner-left .heroBannerSubHeading p {
    line-height: 1.4;
}
.banner-wrap .homebanner-left .heroBannerSubHeading {
    margin-bottom: 20px;
}
.hero-banner-logos {
    margin-top: 30px;
}
	.hero-banner-logos {
	grid-gap: 8px;
}
.hero-banner-logos {
    flex-wrap: wrap;
}
.scr-app-wrap {
    display: block;
}
.sec-app-header .scr-app-wrap .site-branding {
    padding-right: 0;
    margin-bottom: 20px;
}
.sec-app-header {
    padding: 30px 15px;
}
.sec-app-left {
    max-width: 100%;
    padding-right: 0;
}
.step-bar {
    margin-bottom: 20px;
}
.sec-app-right.sec-app-sidebar {
    max-width: 400px;
    margin: 30px auto 0;
}
.sec-app-content {
    padding: 40px 15px;
}
}
@media (max-width:580px){
    .testimonial-left-section {
        padding: 25px 25px;
    }
    .heroBannerHeading .heading_h1 {
        font-size: 26px;
    }
    .heroBannerSubHeading p {
        font-size: 16px;
    }
    .heroBannerSubHeading {
        margin-bottom: 30px;
    }
    .heroBannerSec {
        padding-bottom: 140px;
    }
    .hero-banner-logos img {
        max-width: 120px;
    }
}
@media (max-width:479px){
.hero-banner-logos {
	flex-wrap: wrap;
}
	.hero-banner-logos .banner-logo {
	width: 100%;
	max-width: 48%;
}
.sec-app-title-wrap {
    display: block;
    text-align: center;
}
.sec-app-title-wrap h2 {
    margin-bottom: 10px;
}
}