.container {
    max-width: 1230px;
}
@media(min-width: 1681px) {  }
@media (max-width: 1680px) and (min-width: 1441px) {  }
@media (max-width: 1440px) and (min-width: 1370px) {  }
@media (max-width: 1369px) and (min-width: 1281px) {  }
@media (max-width: 1280px) and (min-width: 1101px) {  }
@media (max-width: 1100px) and (min-width: 992px) { }
@media(max-width: 991px) and (min-width: 700px) {
h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
}
h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
}
h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
}
h4 {
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
}
.sub-home {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.pt_70 {
    padding-top: 50px;
}
.pb_70, .pb-50  {
    padding-bottom: 50px;
}
.d_none {
    display: none;
}
.navbar-nav li a {
    padding-left:  11px;  
}
.navbar-nav li {
    margin-top: 10px;
}
.navbar-nav li:last-child {
    margin-bottom: 10px;
}
.wp_scan img {
    width: 190px;
}
.w-100-t img {
    width: 100%;
}
.pl-0 {
    padding-left: 0;
}
.mt-15-t {
    margin-top: 15px;
}
.work_list span {
    font-size: 15px;
  }
.testimonial-box  {
    min-height: 320px;
    padding: 20px;
}
.testimonial-item {
	padding: 0px 20px 20px 0 ;
}
.contact-form .wpcf7-textarea {
    width: 100%;
    height: 150px; 
  }
.contact-form .wpcf7-text,  .contact-form .half-width {
    width: 100%;
    padding: 8px;
  }
.contact-form .half-width , .contact-form .form-margi-l  {
  margin-left: 0;
}
.contact-form .half-width {
    padding: 0;
}

}
/* Mobile */
@media (max-width: 699px) {
h1 {
    font-size: 40px;
    font-weight: 700;
     line-height: 45px;
}
h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
}
h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
}
h4 {
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
}
h5, .sub-home{
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
}
.d_none, .d_none_m {
    display: none !important;
}
.navbar-nav li a {
    padding-left:  11px;  
}
.navbar-nav li {
    margin-top: 10px;
}
.navbar-nav li:last-child {
    margin-bottom: 10px;
}
.my-logo img {
    width: 240px;
}
.wp_scan img {
        width: 200px;
        margin-bottom: 20px;
        display: flex;
        justify-content: left;
}
.w-100-m img {
    width: 100%;
}
.pl-0 {
    padding-left: 0;
}
.mt-15-m {
    margin-top: 15px;
}
.mt-60-m {
    margin-top: 60px;
}
.work_list span {
    font-size: 17px;
}
.pt_70 {
    padding-top: 50px;
}
.pb_70,.pb-m-50 {
    padding-bottom: 50px;
}

.testimonial-item {
	padding: 0  20px 20px 0;
} 
.testimonial-box {
	min-height: 330px;
    padding: 20px;
}
.port-container {
grid-template-columns: 1fr !important;
gap: 25px !important;
}
.contact-form .form-margi-l {
     margin-left: 0 !important;
}
.contact-form .half-width {
    width: 100%;
}
._404 {
    font-size: 100px !important;
    line-height: 120px !important;
}
.custom-cursor {
    top: -25px !important;
}
	.reverse-col {
     flex-direction: column-reverse;
    }
}