/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 375px) and (max-width: 544px) {
	body {
		margin: 0;
		padding: 0;
	}
		.navbar-toggler {
		margin-left: 285px;
	    margin-top: -20px;
	  }
	  #navbarNav {
	    margin-right: 0;
	    margin-left: 22px !important;
	}
	  .mt-5,
	  .my-5 {
	    margin-top: 1rem !important;
	  }
	.focus-buttons {
		margin-top: 15px;
		margin-bottom: 0px;
	}
	.focus-buttons span {
		float:right;
		padding: 0;
	}
	
	.clients_testimonial_area .slick-arrow.fa-angle-right {
		display: none !important;
	}
	
	.clients_testimonial_area .slick-arrow.fa-angle-left {
		display: none !important;
	}
	
	iframe {
		width:100%;
	}
	.focus-buttons a {
		margin: -15px 0px 15px 134px;
	}
	.nav-item {
		background: #C2FBF5;
		border: 1px #12524B33 solid;
	}
	img {
		width: 100%;
		padding-right: 100px; 
	}
	
	.img-fluid {
		padding: 25px !important;
	}
	
	.item h3 {
	    color: #07bec9;
	    margin-left: 140px;
	    margin-bottom: 35px;
	}
	
	p .modbtn {
		margin: 0 0 10px 70px !important;
	}
	
	p img {
		margin-left: 50px !important;
		margin-right: 50px !important;
	}
	
	#about {
	    padding-top: 25px;
	}
	.module-list {
		margin-left: 75px;
	}
	.footer-bottom ul {
		float: left;
		margin: -100px 60px 12px 0px;
	}
	.footer-bottom p {
		margin-left:20px;
	}
	p img {
	   margin: 0px;
}
    h1 {
        font-size: 44px;
        margin-top: 50px;
    }
    h2 {
        font-size: 34px;
        line-height: 42px;
    }
    h4 {
        font-size: 16px;
        line-height: 24px;
    }
    iframe {
    	width: 100%;
    }
    .header-social{
        display: none;
    }
    .btn{
        padding: 7px 30px;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .caption-content h1{
        font-size: 44px;
    }
    .heading h2 {
        font-size: 30px;
    }
     .header-contact-info ul li{
        font-size: 13px;
    }
    .header-social-icons{
        display: none;
    }
    .about-img{
        margin-bottom: 30px;
    }
    .why-us-img{
        margin-top: 30px;
    }
    .contact-now-button {
        float: left;
    }
    .footer-links{
        padding-left: 0;
    }

    .carousel-caption{
        display: none !important;
    }
 }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
	body {
		margin: 0;
		padding: 0;
	}
	.focus-buttons {
		margin-top: 15px;
		margin-bottom: -12px;
	}
	.focus-buttons span {
		float:right;
		padding: 0 4px;
	}
	.focus-buttons a {
		margin: -35px 140px 15px -16px;
	}
	.nav-item {
		background: #C2FBF5;
		border: 1px #12524B33 solid;
	}
	.footer-bottom ul {
		float: left;
		margin: -98px 60px 12px 0px;
	}
	.footer-bottom p {
		margin-left:20px;
	}
    h4 {
        font-size: 16px;
        line-height: 24px;
    }
    h2 {
        font-size: 34px;
        line-height: 42px;
    }
    .header-social{
        display: none;
    }
    .heading h2 {
        font-size:32px;
    }
    .about-img{
        margin-bottom: 30px;
    }
    .why-us-img{
        margin-top: 30px;
    }
    .header-social-icons{
        display: none;
    }
    .contact-now-button {
        float: left;
    }
    .footer-links{
        padding-left: 0;
    }

    .carousel-caption{
        bottom: 30px !important;
    }

    .carousel-caption h1{
        font-size: 30px;
        margin-bottom: 0px !important;
    }

    .carousel-caption p{
        margin-top: 0px !important;
    }

     .carousel-caption a{
        margin-top: 10px !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	body {
		margin: 0;
		padding: 0;
	}
    .about-img{
        margin-bottom: 30px;
    }
    .why-us-img{
        margin-top: 30px;
    }
    .contact-now-button {
        float: left;
    }

    .carousel-caption{
        bottom: 50px !important;
    }

    .carousel-caption h1{
        font-size: 50px;
    }

    .carousel-caption p{
        margin-top: 0px !important;
    }

     .carousel-caption a{
        margin-top: 10px !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1245px) { 


     .carousel-caption{
        bottom: 40px !important;
    }

}