@media screen and (max-width: 1500px){

}

@media screen and (max-width: 1400px){
    .responsive .page-heading h1,
    .responsive .widget.widget-pageHeading h1 {
        font-size: 50px;
    }
    .responsive .header-heading .left-part .left-inner-text a,
    .responsive .header-heading .right-part .right-inner-text a {
        font-size: 55px;
    }
    .responsive .header-heading .right-part .right-inner-text {
        max-width: 520px;
    }
}

@media screen and (max-width: 1300px){
    .responsive .page-heading h1,
    .responsive .widget.widget-pageHeading h1 {
        font-size: 45px;
    }

}

@media screen and (max-width: 1200px){
    .responsive .header > .widget-container {
        max-width: 100%;
        margin: 0 20px 40px;
    }
    .responsive .header-heading .left-part .left-inner-text a,
    .responsive .header-heading .right-part .right-inner-text a {
        font-size: 50px;
    }
    .responsive .header-heading .right-part .right-inner-text {
        max-width: 475px;
    }
    .responsive .page-heading h1,
    .responsive .widget.widget-pageHeading h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 991px){
    body > .body {
        padding: 0;
    }
    .widget-navigation.main-menu .navigation-item a {
        font-size: 14px;
    }
    .widget-navigation.main-menu .navigation-item {
        padding: 0 15px 0 0;
        margin: 0 15px 0 0;
    }
    .responsive .page-content .v-split-container > .v-split {
        width: 100%;
        padding: 0 20px !important;
    }
    .responsive .body > .body-section > .widget-container {
        width: 100% !important;
    }
    .page-home #spltr-2A89172E-081D-4CF0-9B18-D8A3B8DEE286,
    .page-home #spltr-2AE5380C-D4D9-4ADA-A96A-A8972857A765 {
        padding: 0;
    }
    .responsive .footer > .widget-container {
        max-width: 100%;
        margin: 70px 20px 0;
    }
    .widget-form.contact-form .double-input-row input[type="text"] {
        float: left;
    }
    .widget.widget-form.contact-form {
        padding: 20px 15px;
    }
    .widget.widget-form.contact-form .custom-form {
        max-width: 100%;
    }
  /*  .widget-form input[type="text"],
    .widget-form .form-row select{
        width: 145px;
    }
    .widget-form textarea {
        width: 345px;
    }
    .widget.widget-form .form-row.btn-row {
        padding-right: 35px;
    }*/
    .responsive .page-heading,
    .responsive .widget-pageHeading {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px){
	
}

@media screen and (max-width: 320px){
	
}
