﻿.contact-maps, iframe {width: 100%;height: 450px;}
.form-contact-itm{display: flex;justify-content: space-between;}
        .form-control {
            width: 100%;
            
            text-indent: 25px;
            padding: 12px 0 !important;
            padding: 0;
          border: 1px solid #c7c7c7;
            border-radius: 3px;
      
        }

    .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;}
.gt-box-info {width: 45%;overflow: hidden;}
.form-contact {    width: 768px;margin: 0 auto;overflow: hidden;}
.form-group {margin-bottom: 15px;}
.form-contact-itm .form-group {margin-bottom: 15px;width: 49%;}
.btn-new {
    text-decoration: none;
    padding: 6px 30px;
    font-size: 17px !important;
    width: 25%;
    background: var(--mcolor);
    color: #fff;
    transition: all 0.5s ease;
    border: none;
    margin-right: 25px;
    cursor: pointer;
    text-align: center;
}
.btn-new:hover {opacity:0.8}
.form-col-right {display: flex;}
.under-form-ttl{font-size: 19px;}
@media screen and (max-width: 768px) {
    .btn-new{width: 40%;}
}
@media screen and (max-width: 480px) {
    .form-col-right {justify-content: space-between;}
    .group-ct {display: block;}
    .gt-box-info, .form-contact {width: 100%;}
    .btn-new {width: 100%;margin: 0 5px;}
}