/*
Theme Name: Mitech Child
Theme URI: http://mitech.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: mitech
Text Domain:  mitech-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.header-04 .header-info .tm-swiper.equal-height > .swiper-inner > .swiper-container > .swiper-wrapper {
    justify-content: flex-end;
}

.header-04 .header-info {
    width: auto;
    flex: 1;
}

.header-04 .header-right > div {
    flex: 1;
}

.cities_wrap {
    padding-left: 20px;
}
.cities_wrap li a {
    color: #086ad8;
    text-decoration: underline;
}
.cities_wrap li a:hover {
    text-decoration: none;
}

.city-single h3,
.city-single .city-content{
    width: 100%;
}

.list_city_container .template_name {
    color: #00aeef;
    font-size: 20px;
    line-height: 24px;
}

#form1 .form-group{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 460px;
    margin-bottom: 15px;
}
#form1 .form-group .control-label {
    margin-right: 10px;
}
#form1 .form-group .input-group {
    display: flex;
    width: 287px;
}

#form1 .form-group .input-group input{
    height: 34px;
    background: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-width: 1px 0px 1px 1px;
    border-radius: unset;
    padding: 8px 7px;
}

#form1 .form-group .input-group .input-group-addon{
    top: 0;
    right: 0;
    text-align: center;
    line-height: 32px;
    border: 1px solid #ccc;
    font-weight: normal;
    width: 65px;
    background: #eee;
    color: #777;
}
#form1 button[type=submit]{
    font-size: 15px;
    padding: 0 15px 3px 15px;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    margin-top: 15px;
    margin-bottom: 25px;
}

/* Single blog post form styles */
.single-form-wrapper {
    margin-top: 75px;
    padding: 75px 0;
    background-color: #002fa6;
}
.single-form-wrapper .single-form-heading {
    max-width: 540px;
    color: #fff;
    margin-bottom: 15px;
}
.single-form-wrapper .single-form-description {
    font-size: 18px;
    line-height: 1.67;
    color: #fff;
    margin-left: 34px;
    margin-bottom: 40px;
}
.single-form-wrapper .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
}
.single-form-wrapper .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
/*.single-form-wrapper [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}*/
.single-form-wrapper .wpcf7-textarea {
    height: 150px;
}
.wpcf7-display-none {
    display: none;
}
/* \Single blog post form styles */

@media screen and (max-width: 480px) {
    #form1 .form-group {
        flex-direction: column;
        align-items: start;
    }
    #form1 .form-group .input-group {
        width: 100%;
    }
}

.grecaptcha-badge {
    display: none!important;
}