@media (max-width: 767px) {
  .fix-contact {
      position: fixed;
      left: 0;
      right: 0;
      top: 90px;
      background-color: #ff6a6a;
      color: #fff;
      z-index: 9;
      padding: 8px 10px 5px;
      font-size: 24px !important;
  }
}
@media (max-width:760px) {
	.logo-text {
    	font-weight: 700 !important;
    	font-size: 33px !important;
    	line-height: 33px !important;
	}
    .col-md-9 {
        padding-top:0px !important;
    }
}
@media (max-width:760px) {
	.header-extra-info{
		display: none !important;
	}
}

@media (max-width:2100px) {
  .g-recaptcha {
  transform:scale(0.87);
  transform-origin:0 0;
  }
}

@media (max-width: 1200px) {
  .g-recaptcha {
  transform:scale(0.62);
  transform-origin:0 0;
  }
}
@media (max-width: 700px) {
    .header-main .container .header-left {
    
    }
	.logo {
		/*text-align:center; */
	}
    .header-main .container .header-right {
    }    
}

.col-md-9 {
	padding-right:20px !important;
}

.col-md-3 {
	padding-right:0px !important;
    padding-left:0px !important;
}

.my-contact-form-sidebar .wpcf7 {
    background: #fff;
    padding: 6px;
    border: 5px solid;
    border-color:#05376e;
}

/* Start My- Contact - Form  SideBar*/
.my-contact-form-sidebar .wpcf7 textarea {
    height: 86px;
    margin: 0 auto;
    margin-left: 0px;
}

.my-contact-form-sidebar .wpcf7 input[type="text"], 
.my-contact-form-sidebar .wpcf7 input[type="email"],
.my-contact-form-sidebar .wpcf7 input[type="number"],
.my-contact-form-sidebar .wpcf7 input[type="tel"],
.my-contact-form-sidebar .wpcf7 p > input[type="submit"],
.my-contact-form-sidebar .wpcf7 textarea {
	width: 100%;
    border-color:#05376e;
}
.my-contact-form-sidebar .wpcf7 p > input[type="submit"] {
	background: #05376e;
}
  

.my-contact-form-sidebar .wpcf7 label { 
  font-size: 13px; 
}

.my-contact-form-sidebar .wpcf7 p > label { 
  padding-left:0px;
  
}
/* End My- Contact - Form  SideBar */


/* wpcf7 */
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 p > input[type="submit"],
.wpcf7 textarea {
    border-color:#05376e; 
}
.wpcf7 input[type="submit"] {
	background-color: #05376e !important;
}
/* End My- wpcf7 */