.contact-info-area {
    position: relative;
    display: block;
    background: #ffffff;
}
.contact-form {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 60px 80px;
    -webkit-box-shadow: 0px 3px 8px 2px #ededed;
    box-shadow: 0px 3px 8px 2px #ededed;
    z-index: 3;
}
.contact-form .sec-title-style1 {
    position: relative;
    display: block;
    padding-bottom: 51px;
    width: 50%;
}
.sec-title-style1 {
    position: relative;
    display: block;
    margin-top: -9px;
    padding-bottom: 50px;
}
.sec-title-style1 .title {
    position: relative;
    display: block;
    color: #131313;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.sec-title-style1 .text {
    position: relative;
    display: block;
    margin: 7px 0 0;
}
.sec-title-style1 .text .decor-left {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}
.sec-title-style1 .text .decor-left:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #ec2029;
    border-radius: 50%;
    content: "";
}
.sec-title-style1 .text .decor-left span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #ec2029;
    content: "";
    margin: 2px 0;
}
.sec-title-style1 .text .decor-left:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #ec2029;
    border-radius: 50%;
    content: "";
  }
  .contact-form .text p {
      color: #848484;
      line-height: 26px;
      margin: 0;
  }
  .sec-title-style1 .text p {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    color: #131313;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.contact-form .text-box {
    position: relative;
    display: block;
    margin-top: 19px;
    width: 50%;
}
.contact-form .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
}
.contact-form form {
    position: relative;
    display: block;
}
.contact-form form input[type="text"], .contact-form form input[type="email"], .contact-form form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #eeeeee;
    width: 100%;
    height: 55px;
    font-size: 16px;
    padding-left: 19px;
    padding-right: 15px;
    border-radius: 0px;
    margin-bottom: 20px;
    transition: all 500ms ease;
}
.contact-form form textarea {
    height: 130px;
    padding-left: 19px;
    padding-right: 15px;
    padding-top: 14px;
    padding-bottom: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact-form form button {
    position: relative;
    display: block;
    width: 100%;
    background: #26c6da;
    color: #ffffff;
    font-size: 16px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.contact-address-area {
    position: relative;
    display: block;

}
.contact-address-area .sec-title-style1.max-width {
    padding-bottom: 72px;
}
.sec-title-style1.max-width {
    position: relative;
    display: block;
    max-width: 770px;
    margin: -9px auto 0;
    padding-bottom: 52px;
}
.contact-address-box {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.single-contact-address-box .icon-holder {
    position: relative;
    display: block;
  
}
.icon-holder {
    color: #ffffff;
}
.single-contact-address-box h3 {
    color: #022c5d;
    margin: 0px 0 9px;
}
h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
    color: #131313;
    font-weight: 700;
    font-family: 'fmed', sans-serif;
    margin: 0;
}
.single-contact-address-box h2 {
    color: #26c6da;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 19px;
}
h1, h2, h3, h4, h5, h6 {
    color: #131313;
    font-weight: 700;
    font-family: 'fmed', sans-serif;
    margin: 0;
}
.single-contact-address-box.main-branch {
    background: #26c6da;
    padding: 53px 30px 51px;
    margin-top: -20px;
    margin-bottom: -20px;
}
.single-contact-address-box {
    position: relative;
    display: block;
    background: #002a5c;
    padding: 85px 30px 77px;
    max-width: 390px;
    width: 100%;
}
.single-contact-address-box.main-branch .inner {
    position: relative;
    display: block;
}
.single-contact-address-box.main-branch .inner ul {
    position: relative;
    display: block;
    overflow: hidden;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single-contact-address-box.main-branch .inner ul li {
    position: relative;
    display: block;
    padding-left: 110px;
    border-bottom: 1px solid #ffffff8c;
    padding-bottom: 23px;
    margin-bottom: 24px;
}
ol, li {
    margin: 0;
    padding: 0;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .single-contact-address-box.main-branch .inner ul li .title {
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
}
.single-contact-address-box.main-branch .inner ul li .title h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    border-bottom: 2px solid #ffffff8c;
}
.single-contact-address-box.main-branch .inner ul li .text {
    position: relative;
    display: block;
}
.single-contact-address-box.main-branch .inner ul li .text p {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
}
