﻿.contact-maps, iframe {width: 100%;}
iframe {
	height:390px;
}
        .form-control {
            width: 100%;
            background-color: #EDEDED;
            text-indent: 25px;
            padding: 12px 0 !important;
            padding: 0;
            border: 0;
            border-radius: 3px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        }

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.group-ct {display: flex;justify-content: space-between;/* margin-bottom:20px; */}
.gt-box-info {padding: 5px 0px; width: 45%;overflow: hidden;}
.gt-box-info p {margin: 0 0 1em;}
.form-contact {width: 45%;overflow: hidden;}
.form-group {margin-bottom: 15px;}
.btn-new {
    text-decoration: none;
    display: block;
    border: none;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #f4ef1a;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    background: #a11b2a;
    padding: 15px 30px;
    cursor: pointer;
    border-radius: 30px;
    min-width: 145px;
    -webkit-box-shadow: 0px 5px 0px 0px rgb(208 141 148);
    -moz-box-shadow: 0px 5px 0px 0px rgba(208, 141, 148, 1);
    box-shadow: 0px 5px 0px 0px rgb(208 141 148);
    transition: all 0.3s;
    text-align: center;
}
.btn-new:hover {background: #0a7b39;
    -webkit-box-shadow: 0px 5px 0px 0px rgb(35 170 91);
    -moz-box-shadow: 0px 5px 0px 0px rgba(35, 170, 91, 1);
    box-shadow: 0px 5px 0px 0px rgb(35 170 91);
}
.form-col-right {display: flex;flex-wrap: wrap;}
.g-recaptcha {width:100%;}
.under-form-ttl{font-size: 19px;}
@media screen and (max-width: 768px) {
    .btn-new{width: 42%;margin-left: 110px;}
    .contact-maps, iframe {
        padding-bottom:0;
    }
}
@media screen and (max-width: 480px) {
    .form-col-right {justify-content: flex-start;}
    .group-ct {display: block;}
    .gt-box-info, .form-contact {width: 100%;}
    .btn-new {width: 100%;margin: 0 5px;}
    .contact-maps,iframe {
        padding-bottom: 10px;
    }
    
}
