.getintouch{
    background: #fff;
    padding: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.calendly-inline-widget{
    min-width:320px;
    height:470px;
    border: 3px solid #f3f6f9 !important;
}
.getintochform {
    border: 3px solid #f3f6f9 !important;
    padding: 50px;
}
.contactpage-form {
    padding: 50px;
}
.branch-more-detail {
    background: #f3f6f9;
    padding-bottom: 30px;
}
.branch-detail h3,
.branch-head-detail h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.5px;
    padding-bottom: 15px;
    color: var(--secondrycolor);
    position: relative;
    z-index: 99;
    margin: 0;
}
.branch-head-detail h3 {
    font-size: 20px;
    padding-bottom: 10px;
}
.branch-detail img {
    text-align: center;
    margin: 0 auto 30px;
}
.branch-head-detail {
    background: #fff;
    padding: 35px;
    border-radius: 0;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
.branch-head-detail img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    margin: 0 0 15px;
}
.branch-head-detail a {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    font-weight: 500;
    text-align: left;
    padding: 0;
    text-decoration: none;
    margin: 0;
}
.branch-detail {
    margin: 0 0 20px;
}
.branch-detail p {
    padding: 0;
}
.branch-head-detail {
    transition: 0.3s ease-in;
}
.branch-head-detail:hover {
    box-shadow: rgba(229, 105, 30, 0.4) 0px 10px 36px 0px,
        rgba(229, 105, 30, 0.06) 0px 0px 0px 1px;
    transition: 0.3s ease-in;
}
  
@media (max-width: 1199px) {
  .branch-detail img {
      margin: 0 auto 20px;
  }
  .branch-detail h3{
    font-size: 22px;
    padding-bottom: 10px;
  }
  .branch-head-detail {
    padding: 25px;
  }
  .branch-head-detail img {
    width: 45px;
    height: 45px;
  }
  .branch-head-detail h3 {
    font-size: 19px;
    padding-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .getintouch{
    height: auto;
    margin-bottom: 30px;
  }
  .contactpage-form{
      padding: 40px;
      margin-bottom: 0px!important;
  }
  .branch-detail p br{
    display:none;
  }
}
@media (max-width: 767px) {
  .branch-detail{
      margin: 0 0 30px;
  }
  .contactpage-form{
    padding: 30px!important;
    margin-bottom: 0px!important;
  }
  .branch-detail h3 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .contact-branch-wrap{
    padding-bottom:30px;
  }
  .branch-head-detail h3 {
    font-size: 18px;
  }
  .branch-head-detail a {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .branch-head-detail img {
    width: 35px;
    height: 35px;
    margin: 0 0 10px;
  }
  .contactpage-form {
    padding: 25px!important;
  }
}