/********Contact Us***************/
.contact-headd{
    color: #21508a;
    font-size: 22px;
    font-weight: 600;
 }
 .contact-form{
    margin-top: 70px;
 }
 .contact-infoo{
    font-size: 20px;
    background-color: #f0c025;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cdcdcd;
    text-align: center;
    border-radius: 100%;
    margin-right: 20px;
    margin-bottom: 50px;
 }
 .contact-infoo i{
    color: #fff;
 }
.contact-display{
    display: flex;
 }
 .form-group label{
     color: #21508a;
     font-size: 16px;
     font-weight: 600;
 }
 .form-control{
    background-color: #fff;
    width: 98%;
    border-bottom: 2px solid #d9d9d9;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 20px;
 }
 .form-controls{
    background-color: #fff;
    width: 98%;
    border-bottom: 2px solid #d9d9d9;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 20px;
 }
 .contact-formarea{
    margin-top: 63px;
    width: 90%;
    height: 89%;
  }
 .Contact-Info{
     margin: 25px;
 }
 .Contact-Info h3{
    margin: auto;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #555;
     }

 .btn-send{
     background-color: #21508a;
     color: #ffff;
     font-size: 17px;
     width: 99%;
     font-weight: 500;
     text-align: center;
     margin: auto;
       margin-top: auto;
     margin-top: 15px;
     width: 27%;
     border-radius: 40px;
 }
 .btn-send:hover{
     background-color: #f0c025;
     color: #ffff;
 }
 .map-responsive{
     margin-top: 50px;
     margin-bottom: 15px;
     overflow:hidden;
     padding-bottom:30%;
     position:relative;
     height:0;
 }
 .map-responsive iframe{
     left:0;
     top:0;
     height:100%;
     width:100%;
     position:absolute;
 }
 .icons-contact{
     color:#21508a
 }
 .headingg {
    font-weight: 600;
    text-align: center;
    color: #555;
    padding: 10px 0px 0px 0px;
    margin: 40px 0px 0px 0px;
    list-style: none;
 }
 .gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:420px;
    width:1276px;
    }
    .mapouter{
        position:relative;
        text-align:right;
        height:420px;
        width:1276px;
      }