/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1600px){
	.container{
		max-width: 1500px;
	}
}
@media (min-width: 1366px) and (max-width: 1599.98px){
	html{
		font-size: 53.75%;
	}
	.container{
		max-width: 1290px;
	}
}
@media (min-width: 1200px) and (max-width: 1365.99px){
	html{
		font-size: 50%;
	}
	.container{
		max-width: 1140px;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px){
	html{
		font-size: 43%;
	}
	.container{
		max-width: 970px;
	}
}
@media (max-width: 991.98px) {
	html{
		font-size: 59%;
	}
	.right_menu{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-column-gap: 1.5rem;
		   -moz-column-gap: 1.5rem;
		        column-gap: 1.5rem;
	}
	.menu_wrapper {
	    position: fixed;
	    top: 0;
	    height: 100dvh;
	    width: 100%;
	    left: -100%;
	    background-color: #fff;
	    z-index: -2;
	    padding-top: 0;
	    -webkit-transition: 0.3s;
	    -o-transition: 0.3s;
	    transition: 0.3s;
	    overflow: auto;
	    display: block;
	    background-size: cover;
	    background-position: center center;
	    background-repeat: no-repeat;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	}
	.menu_wrapper.current{
		left: 0;
	}
	.hamburger-menu {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	header .menu .button{
		display: none;
	}
	.menu{
		display: block;
		padding-top: 16rem !important;
		padding-right: calc((100% - 720px) / 2 + 1.5rem);
	    padding-left: calc((100% - 720px) / 2 + 1.5rem);
		position: relative;
	}
	.menu>ul{
		display: block;
		margin-bottom: 3rem;
	}
	.menu>ul li{
		max-width: 100%;
        padding: 3rem 0rem !important;
        border-bottom: 0.1rem solid rgba(0, 0, 0, 0.4);
        margin-right: 0;
	}
	.menu>ul li:last-child{
		border-bottom: none;
		padding-bottom: 0 !important;
	}
	.menu>ul>li>a {
	    font-size: 2.2rem;
	    font-weight: 700;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	header .button{
		font-size: 2.2rem;
	}
	.home_area {
	    padding: 22rem 0 15.5rem;
	}

	.about_content{
		max-width: 100%;
	}
	.listar-feature-item-wrapper {
	    margin-top: 5rem;
	}
	.testi_carousel .single_client{
		padding: 3rem;
	}
	h1 {
	    font-size: 5.6rem;
	}
}
/*Medium devices (tablets, 767px and down)*/
@media (max-width: 767.98px) {
	html{
		font-size: 56%;
	}
	.menu{
		padding-right: calc((100% - 540px) / 2 + 1.5rem);
		padding-left: calc((100% - 540px) / 2 + 1.5rem);
	}
	.footer_bottom{
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

/*Small devices (landscape phones, 575px and down)*/
@media (max-width: 575.98px) {
	html{
		font-size: 1.9vw;
	}
	body{
		font-size: 2rem;
	}
	.container,
	.menu{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.home_content p{
		font-size: 2rem;
	}
	h1, h2, .about_content h2, h3 {
	    font-size: 3.7rem;
	    line-height: 1.1;
	}
	.top_text {
	    font-size: 1.9rem;
	    letter-spacing: 0rem;
	}
	.about_area .container>.row {
	    padding-top: 5rem;
	}
	.inputBox, .textBox {
	    height: 6rem;
	    margin-bottom: 2rem;
	    font-size: 2rem;
	}
	.textBox{
		height: 15rem;
	}
	header .button{
		font-size: 1.4rem;
		padding: 1rem 1.5rem;
	}
	header .button::after{
		display: none;
	}
	.logo {
	    max-width: 23rem;
	}
	header small {
	    font-size: 51%;
	}
}