
<style>
.bannercls
{
width:100%;
}
.w3-input.w3-border {
    width: 100%;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #f7470a;
    background: none;
    color: #0e38d4;
}
.contact-form {
    background-image: url(images/ctbg.webp);
    background-size: cover;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 17%;
    margin-top: -7%;
    transform: rotate(29deg);
}
.contact-form form {
    padding-left: 60px;
    padding-right: 60px;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
        color: #f7470a;
    font-weight: 600;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}
p.cntcls {
    font-size: 18px;
    line-height: 1.8em;
    text-align: justify;
}
span.redcls {
    color: #f7470a;
    font-weight: 700;
}
h4.cnt-ttl {
    font-weight: 600;
    text-align: center;
    font-size: 28px;
}
hr.bordercls {
    border: 2px solid #f7470a;
    margin-top: 0px;
    width: 7%;
}
.parcls {
 
    background-size: cover;
    background-image: url(images/ctbg.webp);
    border-bottom: 1px solid #f7470a14;
}
.parcls1 {
    background-image: linear-gradient(to right, #f74701 , #2e0df7b0);
    color: #fff;
}
h4.cnt-ttl1 {
    font-size: 25px;
    font-weight: 600;
}
.cntcls1
{
 font-size: 28px;
    color: #f7470a;
}
.contact-form {
    background-color: #fff;
}
img.imgcls1 {
    background-color: #f7470a;
    padding: 10px;
    border-radius: 20%;
}

input#name, input#phone, input#email, textarea#message{
    width: 100%;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #f7470a;
    background:none;
 color: #0e38d4;
}

.btncls
{
    
background-color: #f7470a;
    border-color: #f7470a;
    color: #fff;
    font-size: 17px;
    padding: 5px 10px;
    font-weight: 600;
}
h4.cnt-ttl2 {
    font-size: 28px;
    color: #333;
    text-align: center;
}
::placeholder {
  color:#f61200d9;
  opacity: 1; 
}
button.btncls:hover {
    background-color: #0e38d4;
    border-color: #0e38d4;
}
input#name:focus, input#phone:focus, input#email:focus, textarea#message:focus
 {
    color: #0e38d4;
    border-bottom: 1px solid #0e38d4;
    outline: none;
}
img.tqimgcls {
    padding-left: 42px;
}
h2.tqcls {
    color: #0e38d4;
    font-weight: 600;
}
.thankyou_message {
    background-image: url(images/joy.webp);
    background-size: cover;
}

iframe {
    width: 100%;
    height: 450px;
}
.bancls{
    background-position: center;
    background-image: url(images/ctbanner.webp);
    background-size: cover;
padding-top: 310px;
    padding-bottom: 190px;
}
ul.bancls1 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    list-style: none;
}
img.arrcls {
    height: 20px;
}


@media only screen and  (max-width: 480px) 
{
.contact-form form
 {
    padding-left: 30px;
    padding-right: 30px;
}
iframe 
{
    height: 300px;
}

ul.bancls1 {
    font-size: 15px;
    line-height: 2.0em;
}
.bancls {
        background-size: auto;
    padding-top: 170px;
    padding-bottom: 79px;
}
.contact-image img {

    width: 31%;
    margin-top: -12%;

}
}





@media only screen and  (min-width: 481px)  and (max-width: 767px)
{
.contact-form form {
    padding-left: 30px;
    padding-right: 30px;
}
iframe {
    height: 300px;
}
ul.bancls1 {
    color: #fff;
    font-size: 21px;
}
.bancls {
    background-size: contain;
       padding-top: 170px;
    padding-bottom: 110px;
    background-repeat: no-repeat;
}
}



@media only screen and  (min-width: 768px)  and (max-width: 1024px) 
{
.col-sm-3 {
    width: 50%;
}

ul.bancls1 {
    font-size: 24px;
}
.bancls { 
padding-top: 170px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
}

iframe {
    height: 300px;
}
h4.cnt-ttl1 {
    font-size: 21px;
}
p.cntcls {
    font-size: 14px;
}
.contact-form form {
    padding-left: 30px;
    padding-right: 30px;
}
h4.cnt-ttl2 {
    font-size: 21px;
}
input#name, input#phone, input#email, textarea#message {
    margin: 0px 0;
}
.btncls {
font-size: 15px;
    padding: 1px 1px;

}
}
</style>
