@media screen and (max-width: 1024px) {
   .inner-row .content-col-space-md img {
    width: auto;
    height: 40px;
}
    .hero-section {
        background-position-x: 80%;
        height: auto !important;
    }
    .hs-form {margin: 0 auto;}
    .cta-section {
        padding: 5% 0 5% 0;
    }
    .header-cta h3 {margin-bottom: 5%;}
    .customer-section .content-row {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        align-items: flex-start;
        margin: 5% auto;
        height: auto;
    }   
    .header-wrapper h1 {
        font-size: 30px;
        width: 100%;
    }
    .header-wrapper p {
        font-size: 22px;
        color: white;
    }
    .award-wrapper ul {
        list-style: none;
        margin-bottom: 0;
        display: flex;
    }
    p.p-promo {text-align: center;}  
    .content-col-space-md {
        flex-basis: 35%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .content-col-space-lg ul li {font-size: 12px !important;}
    .content-col-4-space {flex-basis: 50%;}
    .inner-row .content-col-space-lg p {font-weight: bold;}
    
    .content-col-space {
        flex-basis: 45%;
        margin: 0 auto;
    }
    .content-col-space-sm .get-cta-wrapper {
        margin-top: 10%;
        justify-content: center;
        display: flex;
        /* width: 100%; */
    }
    p,
    a,
    li {
        font-size: 18px !important;
    }
    .content-col-space-sm {padding: 5% 0%;}   
    .get-cta-wrapper {
        margin: 5% auto;
        text-align: center;
    }   
    .form-section {margin: 5% 0%;}  
    
    .feature-wheel {
    width: 60% !important;
    float: none;
}
}

@media screen and (max-width:900px)
{
	.inner-row .content-col-space-md img {
    width: auto;
    height: 50px;
}
}
@media screen and (max-width: 800px) {
      .cta-section {
        padding: 15% 0 5% 0;
    }
    .form-section h3 {
        font-size: 33px;
        font-weight: bold;
        text-align: center;
        width: 100%;
    }
      .form-section h4 {
		text-align: center;
		width: 100%;
    }
    .form-section {
padding-right: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .versa-logo {margin-top: 0%;}
    .customer-section .content-container {
    	padding: 0% 5%;
    }
    .mobile-footer { display: none !important;}
    .fa.fa-angle-down{position: relative !important;right:0 !important;margin:0!important;}
    .header-cta {
        text-align: left;
    	padding: 0% 0%;
    }
    .header-cta h3{font-weight: 500;}
    .header-cta p{width: 100%;margin: 0;}
    .header-cta .get-cta-wrapper{text-align: left;}
    .header-wrapper p{width: 85%;font-size: 15px !important;}
    .header-wrapper {padding: 5% 0% 0% 0%;}
    .header-wrapper h1 {font-size: 24px;width: 70%;}  
    .form-section.tablet-sec h4{ margin-bottom: 5%; }
    .form-section.desktop-sec, .award-wrapper.h-desktp { display: none;}
    .form-section.tablet-sec, .award-wrapper.h-tablet{ display: block !important;}
    .award-wrapper.h-tablet{ padding: 0 0 30px 0;}
    .award-wrapper.h-tablet ul{
    display: flex;
    justify-content: space-between;
    margin: 40px 60px 30px 0;
    }
    .award-wrapper.h-tablet ul li {
    margin: 0 !important;
    }
    .award-wrapper.h-tablet img {
    width: 100px;
    }
    .award-wrapper.h-tablet h3{
    width: 80%;
    }
    .content-container {
        padding: 0% 10%;
        width: 100%;
    }
    .hero-section{
        background: url(/wp-content/uploads/2020/02/header_tablet.jpg),rgba(0,0,0,0.5);
        background-size: cover;
        height: auto;
    }
    tr:nth-child(1), tr:nth-child(10) {
        height: 100px;
    }
    tr:nth-child(2), tr:nth-child(11) {
    	height: 100px;
    }
}
@media screen and (max-width:768px) {
	/*Table Section 0*/
	.no-flex-wrapper h2 {
    font-size: 30px !important;}
    
    p, a, li {
    font-size: 17px !important;}
    
    .content-row h4
    {
    font-size: 20px !important;}
    }
 	.content-row ul li
    {
    	font-size: 16px !important;}
    }

	.feature-wheel {
    width: 70% !important;
    float: none;}

	.wave-bg h3 {
    font-size: 30px;}

	.p-btn {font-size: 26px;}

	.customer-header h3 {font-size: 28px;}


	/*Table Section 1*/

	/*icon section*/
    .content-col-space-lg ul li {
    font-size: 14px!important;}
    /*icon section*/

}
@media screen and (max-width:700px) {
    
    /*Table Section 0*/
	.no-flex-wrapper h2 {
    	font-size: 28px !important;
    }
    .award-wrapper.h-tablet h3 {width: 87%;}
    p, a, li {
    	font-size: 17px !important;
    }
    
    .content-row h4 {
    	font-size: 16px !important;}
    }
 	.content-row ul li
    {
    	font-size: 14px !important;}
    }

	.feature-wheel {
    width: 70% !important;
    float: none;}

	.wave-bg h3 {
    font-size: 28px;}

	.p-btn {font-size: 24px;}
	/*Table Section 1*/

	/*icon section*/
    .content-col-space-lg ul li {
    font-size: 14px!important;}
    /*icon section*/
}