/* Media Queries  */
   
@media screen and (max-width: 1366px){
    .hostiko-contact-form .form-outer .form-inner .main1, .hostiko-contact-form .form-outer .form-inner .main2{ width:47.9%; }
}

@media only screen and (max-width: 1024px){
    .subscribe-newsletter-con input {width: 100%;}
    .contact-form-con .primary-button button {min-width: 160px;height: 46px;line-height: 46px;}
    .contact-form-con ul li {float: left;width: 100%;margin-right: 0px;}
    .contact-form-con ul li input{height:45px}
    .hostiko-contact-form .form-outer .form-inner .main1, .hostiko-contact-form .form-outer .form-inner .main2{ width:47.2%; }
    .hostiko-contact-form .form-outer .form-inner .wpcf7-submit { padding: 13px 35px; }
    .hostiko-contact-form .form-outer .form-inner textarea { height: 120px; }
    .newsletter-form-outer .mc4wp-response { text-align: center; }
}

@media only screen and (max-width: 767px){
    .home-1-accordion .elementor-toggle-title { width: 85%; }
    .hostiko-contact-form .form-outer .form-inner .name-field { font-size: 14px; height: 45px; }
    .hostiko-contact-form .form-outer .form-inner .main1, .hostiko-contact-form .form-outer .form-inner .main2 { width:100%; margin:0; }
    .hostiko-contact-form .form-outer .form-inner textarea { font-size: 14px; height: 100px; }
    .hostiko-contact-form .form-outer .form-inner .main4 { text-align: center; }
    .hostiko-contact-form .form-outer .form-inner .wpcf7-submit { font-size: 14px; padding: 12px 25px; }
    .newsletter-form input { height: 45px; padding: 10px 70px 10px 15px; }
    .newsletter-form .submit { width: 45px; height: 45px; font-size: 20px; }
}