/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.hero {
		height: auto;
	}
	
	.pt-hero {
		padding-top: 30px !important;
		padding-bottom: 30px;
	}

	.pt-hero-about {
		padding-bottom: 220px;
	}
	
	.svg-btn img {
		width: 45%;
	}

	.med-60 {
		font-size: 40px;
	}

	.med-about-24 {
		font-size: 16px;
	}

	.carousel-inner {
		min-height: 160px;
	}

	.nav-link.active {
		border-bottom: none;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.hero {
		height: auto;
	}
	
	.pt-hero {
		padding-top: 30px !important;
		padding-bottom: 50px;
	}

	.px-top {
		padding: 0 3% !important;
	}

	.px-foot {
		padding: 0 10%;
	}

	.svg-btn img {
		width: 35%;
	}

	.med-60 {
		font-size: 50px;
	}

	.nav-link.active {
		border-bottom: none;
	}
}

/* Medium devices(sm) (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	.hero {
		height: auto;
	}
	
	.pt-hero {
		padding-top: 30px !important;
		padding-bottom: 50px;
	}

	.px-top {
		padding: 0 3% !important;
	}
	
	.px-foot {
		padding: 0 7%;
	}

	.svg-btn img {
		width: 29%;
	}

	.med-60 {
		font-size: 50px;
	}

	.nav-link.active {
		border-bottom: none;
	}
}


/* Large devices(md) (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero {
		height: auto;
	}

	.pt-hero {
		padding-top: 80px !important;
		padding-bottom: 100px;
	}
	
	.pt-hero-about {
		padding-top: 80px !important;
		padding-bottom: 200px;
	}

	.px-top {
		padding: 0 2% !important;
	}

	.svg-btn img {
		width: 45%;
	}

	.med-60 {
		font-size: 50px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1441.98px){
	.hero {
		height: auto;
	}

	.pt-hero {
		padding-top: 80px !important;
		padding-bottom: 100px;
	}

	.pt-hero-about{
		padding-top: 80px !important;
		padding-bottom: 200px;
	}
}
  
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1921px) {
    .pt-hero {
		padding-top: 230px !important;
	}
}



/*
*
*
*
*
*
*
*
/****** Extra extra small devices (s6 mobiles, 320px and below) *******/
@media (max-width: 320px) {
	.hero {
		height: auto;
	}

	.pt-hero {
		padding-top: 30px !important;
	}
	
	.svg-btn img {
		width: 45%;
	}

	.med-60 {
		font-size: 32px;
	}

	.med-about-24{
		font-size: 15px;
	}

	.reg-20 {
		font-size: 15px;
	}

	.carousel-inner {
		min-height: 184px;
	}
}

/****** Extra extra small devices (s6 mobiles, 375px and below) *******/
@media (min-width: 321px) and (max-width: 376px) {
	.hero {
		height: auto;
	}

	.pt-hero {
		padding-top: 30px !important;
	}
	
	.svg-btn img {
		width: 45%;
	}

	.med-60 {
		font-size: 38px;
	}

	.reg-20 {
		font-size: 17px;
	}

	.carousel-inner {
		min-height: 160px;
	}
}

