/* section.get-in-touch-sec .form-entry {
   
    padding: 3rem 1.8rem;
} */
.banner-head h1 {
    color: #1974b8;
    width: 100%;
}
section.get-in-touch-sec input.form-control, section.get-in-touch-sec select.form-control, select#Countrynumber {
    border: 0.15rem solid;
    border-color: #0a72b3;
    border-radius: 0;
    box-shadow: unset;
    height: 3rem;
    width: 100%;
    padding: 0.5rem 0.5rem 0.5rem 0.8rem;
    font-size: 1rem;
    color: #000;
    font-weight: 500;
    float: left;
    margin: 0.3rem 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 1rem 2rem;
    font-size: 1.15rem;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}
section.get-in-touch-sec .input-group-append .btn-sub {
    background-color: #1974b8;
  
    border: none;
    float: left;
    border-radius: 0.7rem;
  
    font-family: Gotham-Book;
    margin-top: 0.5rem;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border: 0.15rem solid #1974b8;
}
#getintouch select.form-control, #newsletter select.form-control, textarea.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(image/contact-us-img/down-arrow.png) !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right 0.8rem top 50%, 0 0 !important;
    background-size: 1.55rem;
}

select#Countrynumber, select#cf-message {
    color: #555;
}
section.get-in-touch-sec {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
}
section.get-in-touch-sec .form-group {
    margin-bottom: 0.6rem;
}
.error {
    color: #f44336;
}
section.get-in-touch-sec .form-entry1 h3 {
    color: #3174b9;
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 1rem;
    font-weight: 400;
}
section.get-in-touch-sec h2 {
    color: #4d4d4f;
    font-weight: 400;
    font-size: 2.5rem;
    margin-bottom: 3.5rem;
}


input#getintouchbtn {
    position: relative;
    left: auto;
    padding: 0.2rem 2rem 0.3rem;
    font-size: 1.3rem;
    background: #fff;
}
input#getintouchbtn:hover{
    background: #0a72b3;
}
section#contact-us .container {
    width: 95%;
}
section#contact-us .container iframe {
    width: 100%;
}

.contact-map .container {
    width: 100%!important;
}
.input-group-append {
    margin-top: 2rem;
}
textarea#textarea {
    height: 4.5rem;
    padding: 1rem;
    font-size: 1rem;
    border: 0.15rem solid;
    border-color: #0a72b3;
    color: #000;
    font-weight: 500;
}
.banner-head {
    left: 7rem;
}
@media (max-width: 991px){
    .row.inner-detls .col-lg-6 {
        width: 50%;
    }
}
@media (max-width: 767px){
    .row.inner-detls .col-md-6, .row.inner-detls .col-lg-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .form-entry1 {
        margin-bottom: 4rem;
    }
section.get-in-touch-sec h2 {
    font-size: 1.45rem;
    margin-bottom: 2.5rem;
}
input#getintouchbtn {
   left:0%;
}
.banner-head {
    left: 4rem;
}
.banner-head h1 {
    font-size: 4rem;
    width: 100%;
}
}
