@media only screen and (max-width: 768px) {
	.phone-header {
		border-radius: 50%;
		width: 16%;
		margin: 8px 0px;
		padding: 8px 10px;
	}
	section.main-banner h1 {
	    font-size: 2.5em;
	}
	section.main-banner .row>div:nth-child(2) {
		padding: 3rem 1rem;
		text-align: center;
	}

	.banner-btns a:nth-child(2) {
		position: relative;
		top: 33px;
		margin-left: 4.7em;
		padding: 10px 14px;
	}
	.banner-btns a:nth-child(2) {
	  width:50%;
	    float:left;
	}
	.sec1 .sec1-row1 p,
	.sec2 .sec2-row1 p,
	.sec3 .sec3-row1 p,
	.sec5 .sec5-row1 p {
		padding: 20px 0;
		text-align: justify;
	}

	section.main-banner p {
		text-align: justify;
	}

	.row-item-carousal {
		text-align: center;
		border-right: none;
	}

	.row-item-carousal p {
		width: 100%;
	}

	.row-item-carousal img {
		margin: auto;
	}

	.row.sec4-row1>div:nth-child(1) {
		padding-top: 5em;
	}

	section.sec4 {
		text-align: center;
	}

	section.sec4 h1 {
		font-size: 2em;
	}

	.row.sec4-row1>div:nth-child(1) p {
		text-align: justify;
		padding-top: 1em;
	}

	.view-btn {
		text-align: center;
	}

	.row.sec6-row1>div:nth-child(1) img {
		width: 100%;
	}

	.row.sec6-row1>div:nth-child(2) {
		text-align: center;
	}

	.row.sec6-row1>div:nth-child(2) h2 {
		font-size: 2em;
	}

	.row.sec6-row1>div:nth-child(2) p {
		text-align: justify;
		padding: 1em 0em;
	}

	.sec6 .testi-img img {
		width: 40%;
		margin: auto;
	}

	footer {
		text-align: center;
	}

	ul.contact-links .col-md-3 {
		flex: auto;
		margin: .8em 0em;
	}
}
/*Tablet*/
@media only screen and (max-width: 1024px) {
	section.main-banner .row>div:nth-child(2) {
		padding: 0rem 2rem;
	}

	.banner-btns a {
		padding: 10px 18px;
	}

	.sec1 .sec1-row1 p,
	.sec2 .sec2-row1 p,
	.sec3 .sec3-row1 p,
	.sec5 .sec5-row1 p {
		padding: 1rem 2rem;
	}

	.row.sec1-row2 .row-item {
		height: 19em;
		width: 100%;
	}

	.row-item-carousal {
		padding: 2rem 0rem;
	}

	.row-item-carousal img {
		height: 2em;
	}

	.row.sec3-row2>div:nth-child(2)>div>div:nth-child(1) {
		padding-bottom: 1em;
	}

	.row.sec3-row2>div:nth-child(2)>div {
		padding-top: 1em;
	}

	section.sec3 img {
		position: relative;
		top: 15%;
	}

	.sec4-carousal .row-item {
		padding: 1em 0em;
	}

	.row.sec4-row1>div:nth-child(1) {
		padding-top: 8em;
	}

	.row.sec6-row1>div:nth-child(2) {
		padding-top: 0em;
	}

	.sec5 .item img {
		width: 45% !important;
		margin: auto;
	}

	.sec5 .item {
		text-align: center;
	}

	.sec5 .item h3 {
		width: 60%;
		margin: auto;
	}

	.row.sec6-row1>div:nth-child(1) img {
		width: 100%;
	}

	.consultant h4,
	.consultant p {
		position: relative;
		left: 0px;
	}

	ul.footer-social-links li {
		padding: 0.4em;
	}
}