@media (min-width: 2000px) and (max-width: 2500px) {
.owl-carousel3 .owl-item img {
    height: 376px;
}
}
@media (max-width: 1700px) {
.second_section {
    padding: 50px 200px;
}
.thrid_section {
    padding: 50px 200px;
}
.fourth_section {
    padding: 50px 200px;
}
.five_section {
    padding: 50px 200px;
}
.six_section{
    padding: 50px 200px;
}
.seven_section {
    padding: 50px 200px;
}
.eight_section{padding: 50px 200px;}
.footer-section{padding: 50px 200px;}
nav {
    padding: 10px 240px 0px;
}
.about_section{ padding: 50px 200px;}
.our_section{padding: 50px 200px;}
.contact_section{padding: 50px 200px;
}
}

@media (max-width: 1600px) and (max-width: 1550px){
.mail:before {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: -11px;
	
}
    nav {
        padding: 10px 205px 0px;
    }	
}
@media (max-width: 1500px) {
	
body{font-size:18px!important;}
.header-background h1{
    font-size: 60px!important;}
.header-background ul {
    font-size: 20px;
}
.circleul li span{font-size:20px;}
.about_section span{font-size:20px;}
.our_section span{font-size:20px;}
.workp{font-size:28px}
nav{padding: 10px 220px 0px;}
h1{ font-size: 48px!important;}
.footer-section{padding: 50px 200px;}
#border-about-home{width: 58%;
}
#our-process-border{    width: 40%;}
#human-home-border {
    width: 40%;
}
.our-process-home {
    margin-top: 4em;
}
  
}

@media (max-width: 1366px) {
.our-process-home {
    margin-top: 2em;
}
#our-process-border{    width: 55%;}
#border-about-home{width: 52%;
}	
#human-home-border {
        width: 50%;
    }

body{font-size:18px!important;}
.header-background h1{
    font-size: 60px!important;}
.header-background ul {
    font-size: 20px;
}
nav{padding: 10px 175px 0px;}
h1{ font-size: 48px!important;}
.footer-section{padding: 50px 200px;}
#border-about-home {
        width: 62%;
    }
#our-process-border {
        width: 39%;
    }
#human-home-border {
        width: 38%;
    }
#produce-home-border {
    width: 16%;
    
}
#blogs-home-border{
    width: 16%;
}
#handon-home-border {
width: 34%;}
#testi-home-border {
    width: 24%;
}
#footet-connect {
    width: 73%;
	margin: 0;
}
}
@media (max-width: 1280px) {
	.ehatup {
    right: -156px;

}
    nav {
        padding: 10px 150px 0px;
    }
	    .footer-section {
        padding: 50px 150px;
    }
    .about_section {
        padding: 50px 150px;
    }
	
.second_section {
    padding: 50px 150px;
}
.thrid_section {
    padding: 50px 150px;
}
.fourth_section {
    padding: 50px 150px;
}
.five_section {
    padding: 50px 150px;
}
.six_section{
    padding: 50px 150px;
}
.seven_section {
    padding: 50px 150px;
}
.eight_section{padding: 50px 150px;}
.our_section{padding: 50px 150px;}
.contact_section{padding: 50px 150px;
}
@media (max-width: 1200px) {
    nav {
        padding: 10px 115px 0px;
    }
}

@media (max-width: 768px) {
   #sidebarMenu {
        height: 100%;
        position: fixed;
        left: 0;
        width: 250px;
        margin-top: -70px;
        transform: translateX(-250px);
        transition: transform 250ms ease-in-out;
        background: #f4dc99;
        z-index: 99;
    }
    .sidebarMenuInner {
        margin: 0;
        padding: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 180px;
		    display: inline-block!important;
    }
    .sidebarMenuInner li {
        list-style: none;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        padding: 20px;
        cursor: pointer;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .sidebarMenuInner li span {
        display: block;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
    }
    .sidebarMenuInner li a {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
    }
    input[type="checkbox"]:checked ~ #sidebarMenu {
        transform: translateX(0);
    }
    input[type="checkbox"] {
        transition: all 0.3s;
        box-sizing: border-box;
        display: none;
    }
    .sidebarIconToggle {
        transition: all 0.3s;
        box-sizing: border-box;
        cursor: pointer;
        position: absolute;
        z-index: 999;
        height: 100%;
        width: 100%;
        top: 22px;
        left: 15px;
        height: 22px;
        width: 22px;
    }
    .spinner {
        transition: all 0.3s;
        box-sizing: border-box;
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #bddbbb;
    }
    #openSidebarMenu:checked ~ #sidebarMenu {
        width: 414px;
    }
    .horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
    }
    .diagonal.part-1 {
        position: relative;
        transition: all 0.3s;
        box-sizing: border-box;
        float: left;
    }
    .diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
    }
    input[type="checkbox"]:checked ~ .sidebarIconToggle > .horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        opacity: 0;
    }
    input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
        transition: all 0.3s;
        box-sizing: border-box;
        transform: rotate(135deg);
        margin-top: 8px;
    }
    input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        transform: rotate(-135deg);
        margin-top: -9px;
    }
    .sm-menu {
        display: block !important;
    }
    .md-menu {
        display: none;
    }
	
.our_section {
    background: #bddbbb;
    padding: 50px 15px;
}
.footer-section {
    background: #f3e7c1;
    padding: 50px 20px;
}
.saprater {
    display: none;
}
.phone{    padding-bottom: 20px;
    display: block;}
.mailt {
    padding-top: 15px;
	padding-left:15px!important
}
ol{padding-left: 15px;}
#our-process-border2 {
width: 54%;}
.about_section {
    padding: 50px 15px;
}
.contact_section {
    padding: 50px 15px;
}
#contect-border {
    width: 36%;
}
.second_section {
   
    padding: 50px 15px;
}
.thrid_section {
    
    padding: 50px 15px;
}
.fourth_section {
    
    padding: 50px 15px;
}
.six_section {
    
    padding: 50px 15px;
}.five_section {
  
    padding: 50px 15px;
}
.seven_section {
  
    padding: 50px 15px;
}
.eight_section {
   
    padding: 50px 15px;
}
#border-about-home {
    width: 86%;
}
#human-home-border {
    width: 100%;

}
#produce-home-border {
    width: 53%;
 
}
#handon-home-border {
    width: 100%;

}
.owl-carousel4 .owl-nav button.owl-next {
    left: 100%!important;
}
.owl-carousel3 .owl-nav button.owl-next {
    left: 100%!important;
}.owl-carousel2 .owl-nav button.owl-next {
    left: 100%!important;
}.owl-carousel .owl-nav button.owl-next {
    left: 100%!important;
}
#testi-home-border {
    width: 50%;

}
.about-home-section {
    margin-top: 0em;
}
.ehatup {
position: fixed;
            right: -58px;
            top: unset;
            bottom: 0;
            
}
.five_section p {
    padding: 20px 15px 0px;
}
.ehatup img {
    width: 60% !important;
}
.seven_section p {

    padding: 20px 15px 0px;
}
}