@media only screen and (min-width:1440px)
{
	.component-image-content-boxes-sec .row .banner-section, .component-image-content-boxes-sec .row .col-lg-7 {
    width: 50%;
}
h2 {
    font-size: 76px;
    color: var(--black);
    line-height: 1.15;
}
.entry-content .component-page-banner-sec.header-2, .component-page-banner-height-sec .banner-slide {
    max-height: 100%;
    height: 90vh;
}
}
@media only screen and (max-width:1439px)
{
	h2 {
        font-size: 66px;
    }
.entry-content .component-page-banner-sec.header-2, .component-page-banner-height-sec .banner-slide {
    max-height: 100%;
    height: 65vh;
}
}
@media only screen and (max-width:1200px)
{
	h2, .banner-content h1 {
        font-size: 50px !important;
    }
    .logo-wrapper img {
    width: 200px;
    height: auto;
}
}
@media only screen and (max-width:992px)
{
	.entry-content .join-tem-section .component-page-banner-sec.header-2 {
    min-height: 40vh;
    height: auto;
}
}
@media only screen and (max-width:767px)
{
	
.form-section.cta-form {
    padding: 20px;
}
h2, .banner-content h1 {
        font-size: 40px !important;
    }
    .logo-wrapper img {
    width: 140px;
}
	.main-header {
    top: 20px;
}
	  .cta-small-box .inside-cta-box-wrap, .cta_medium .inside-cta-box-wrap, .inside-cta-box-wrap {
        padding: 5px 5px 20px !important;
    }
		    #form.cta-wrapper-background-color-margin {
        margin-bottom: 5px !important
    }
	.entry-content .join-tem-section .component-page-banner-sec.header-2 {
    min-height: 300px;
    padding: 10px 0;
    height: auto;
}
.entry-content .join-tem-section .component-page-banner-sec.header-2 h1 {
    margin-bottom: 0 !important;
    font-size: 30px !important;
}
.entry-content .join-tem-section .component-page-banner-sec.header-2 .banner-content-description {
    margin-top: 10px !important;
}
.entry-content .join-tem-section .component-page-banner-sec.header-2 a.btn-primary {
    margin-top: 4px !important;
	 font-size: 14px;
}
.entry-content .join-tem-section .component-page-banner-sec.header-2 .banner-content-description p {
    font-size: 14px;
    line-height: 1.4;
}
}