@media (max-width: 1399.98px) { ... }

@media (max-width: 1199.98px) {
	h1.text-h1 {
    	font-size: 50px;
	    margin-top: 60px;
	}
	p.text-p {
	    font-size: 20px;
	}
	.home-section-two-text ul, .home-section-three-text ul{
	    font-size: 20px;
	}
	.header-phone a {
	    font-size: 20px;
	    color: #fff;
	    font-weight: 500;
	}
}

@media (max-width: 991.98px) {
	h1.text-h1 {
	    font-size: 40px;
	}
	.header-logo img {
	    width: 220px;
	    margin-top: 25px;
	}
	section#getstarted-two h1.text-h1 {
	    font-size: 35px;
	}

}

@media (max-width: 767.98px) {
	h1.text-h1 {
	    font-size: 30px;
	}
	section#header-home:after {
	    height: 100px;
	}
	p.text-p {
	    font-size: 18px;
	}
	.home-section-two-text ul, .home-section-three-text ul{
	    font-size: 18px;
	}
	section#home-section-four:before {
	    clip-path: polygon(85% 100%, 100% 0%, 100% 100%);
	}
	a.btn1 {
	    font-size: 20px;
	}
	.header-phone a {
	    font-size: 18px;
	    color: #fff;
	    font-weight: 500;
	}
	.header-phone img {
	    width: 30px;
	    margin-right: 10px !important;
	}
	section#getstarted-two h1.text-h1 {
	    font-size: 30px;
	}
}

@media (max-width: 575.98px) {
	.header-logo {
	    text-align: left;
	}
	.header-logo img {
	    width: 100px;
	    margin-top: 25px;
	}
	.header-phone {
	    text-align: right;
	    margin-top: -30px;
	}
	h1.text-h1 {
	    font-size: 23px;
	    margin-top: 45px;
	}
	p.text-p {
	    font-size: 15px;
	    margin-top: 40px;
	}
	section#header-home:after {
	    height: 50px;
	}
	.header-image {
	    margin-top: 40px;
	}
	.home-section-two-text ul, .home-section-three-text ul {
	    font-size: 14px;
	}
	.home-section-two-text ul li:after {
	    content: '';
	    position: absolute;
	    left: -30px;
	    top: 5px;
	    width: 20px;
	    height: 20px;
	    background-image: url(../images/check.svg);
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	a.btn1, .getstarted-form button{
	    font-size: 14px;
	    padding: 15px 15px;
	}
	a.btn1 span, .getstarted-form button span{
    	font-size: 12px;
	    font-weight: 500;
	    display: block;
	}
	section#home-section-three:after {
	    content: '';
	    position: absolute;
	    width: 100%;
	    height: 70px;
	    background: #121212;
	    clip-path: polygon(75% 100%, 100% 0%, 100% 100%);
	    right: 0;
	    top: -68px;
	}
	section#home-section-three:before {
	    content: '';
	    position: absolute;
	    width: 100%;
	    height: 70px;
	    background: #fff;
	    clip-path: polygon(75% 100%, 100% 0%, 100% 100%);
	    right: 0;
	    bottom: -2px;
	}
	section#home-section-four:before {
	    content: '';
	    position: absolute;
	    width: 100%;
	    height: 60px;
	    background: #121212;
	    clip-path: polygon(90% 100%, 100% 0%, 100% 100%);
	    right: 0;
	    bottom: -2px;
	}
	.home-section-five-image {
	    margin-top: 40px;
	}
	.header-phone a {
	    font-size: 14px;
	    color: #fff;
	    font-weight: 500;
	}
	.header-phone img {
	    width: 20px;
	    margin-right: 10px !important;
	}
	section#getstarted-header .header-logo {
	    text-align: center;
	}
	.getstarted-form input {
	    font-size: 14px;
	}
	section#getstarted-header:before {
	    content: '';
	    position: absolute;
	    width: 100%;
	    height: 50px;
	    background: #fff;
	    clip-path: polygon(85% 100%, 100% 0%, 100% 100%);
	    right: 0;
	    bottom: -2px;
	}
	section#getstarted-two h1.text-h1 {
	    font-size: 25px;
	}
}

