:root {
  /** @font family declaration */
  --tp-ff-body: 'Open Sans', sans-serif;
  --tp-ff-heading: 'Open Sans', sans-serif;
  --tp-ff-p: 'Open Sans', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  --tp-ff-jakarta: 'Plus Jakarta Sans', sans-serif;
  --tp-ff-dmsans: 'DM Sans', sans-serif;
  /** @color declaration */
  --tp-common-white: #ffffff;
  --tp-common-black: #000;
  --tp-common-1: #3EB9FF;
  --tp-common-2: #ABBF78;
  --tp-common-3: #FFB876;
  --tp-common-4: #FFA0C9;
  --tp-common-5: #E4F7FF;
  --tp-common-6: #FFF2D6;
  --tp-common-7: #E3E8FF;
  --tp-common-8: #FFE4E4;
  --tp-common-9: #D2F8EC;
  --tp-common-10: #FFE4F3;
  --tp-common-11: #010F1C;
  --tp-heading-primary: #0C1338;
  --tp-heading-secondary: #0F1123;
  --tp-grey-1: #6C6E76;
  --tp-grey-2: #93959F;
  --tp-grey-3: #565764;
  --tp-grey-4: #666666;
  --tp-grey-5: #8A8A8D;
  --tp-grey-6: #C3C4CD;
  --tp-grey-7: #414250;
  --tp-grey-8: #55585B;
  --tp-text-body: #565764;
  --tp-text-1: #271D3A;
  --tp-theme-primary: #14a9f2;
  --tp-theme-secondary: #131683;
  --tp-theme-3: #05003B;
  --tp-theme-green: #59BA41;
  --tp-theme-apple: #F5F1EB;
  --tp-theme-dark-blue: #1E2B8A;
  --tp-theme-blue: #775AFC;
  --tp-border-1: #F0F1F4;
  --tp-border-5: #000;
}
a:hover{color:#14a9f2;}
section {
    overflow: inherit;
}
.pt-150{padding-top:150px;}
.pt-130{padding-top:130px;}
.pt-100{padding-top:100px;}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-100 {
    margin-top: 100px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-50 {
    margin-left: 50px;
}
.vcenter-60{margin-top:74px;}
.maxarea{max-width:1100px;}
.ass-acc-container{max-width:950px;margin:0 auto;}
.ass-acc1{background:#fff;padding:10px 0 60px 0;}
.ass-acc1 img { max-width: 100%;}
.position-relative {
    position: relative !important;z-index:1;
}
.center-element-contact {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
.logo-wrapper {
  position: relative;
  height: 100vh;
}
.logodiv{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
}
.contact-shape-1 {
  position: absolute;
  bottom: 4px;
  left: 0;
  animation: leftright 3s linear forwards infinite alternate;
}
.contact-shape-2 {
  position: absolute;
  bottom: 45px;
  left: 0;
  animation: leftright 5s linear forwards infinite alternate;
}
.contact-shape-3 {
  position: absolute;
  bottom: 4px;
  left: 125px;
}
.contact-shape-4 {
  position: absolute;
  bottom: 4px;
  left: 165px;
}
.contact-shape-5 {
  position: absolute;
  bottom: -7px;
  right: 10.5%;
}
.contactbox{
  position: relative;
  box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  border: 0.8px solid #DADADA;
  padding: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.contact-loc li {position: relative; margin-bottom: 20px;list-style:none;}
.contact-loc li:last-child { margin-bottom: 0;}
.contact-loc li i{position: absolute; left: 0; top: 0;text-align: center;}
.contact-loc li span{font-size: 16px; line-height: 1; color: #666; font-weight: 500; display: block; margin-bottom: 8px;}
.contact-loc li p{margin-bottom: 0; line-height: 24px; color: #000;}
.contact-loc li a{color: #000;}
.contact-loc li a:hover{color: #1976d2;}
.contactbox .contact-loc li {padding-left: 60px; margin-bottom: 30px;list-style:none;}
.contactbox .contact-loc li:last-child {margin-bottom: 0;}
.contactbox .contact-loc li p, .contact-box .contact-info li a{ font-size: 14px; line-height: 30px;color:#000;}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .contact-shape-5 {
    right: 1.5%;
  }
}
.contact-shape-6 {
  position: absolute;
  bottom: 185px;
  right: 350px;
  animation: hero-shape-anim-2 1s linear forwards infinite alternate;
}
.contact-main-shape-bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.contact-main-shape-bg img {
  width: 100%;
}

.contact-content p {
  font-family:'Open Sans';font-size:18px;
  margin-bottom: 20px;color:#333;padding-left:50px;
}
@media (max-width: 767px) {
  .contact-content p br {
    display: none;
  }
}
.contact-title {
  color: var(--tp-common-11);
  font-family: "Montserrat";
  font-size: 36px;
  font-weight: 700;text-transform:none;
}
@media (max-width: 767px) {
  .contact-title {
    font-size: 38px;
  }
}
.contact-info {
  padding-right: 0;
  padding-left:50px;
}
@media (max-width: 767px) {
  .contact-info {
    padding-right: 0;
  }
}
.contact-mail {
  background: #fff;
  border-radius: 6px;
  font-size: 18px;
  font-family: "Montserrat";
  display: block;
  position: relative;color:#333;
  padding: 20px 30px 18px 30px;width:100%!important;
}
@media (max-width: 767px) {
  .contact-mail {
    padding: 20px 15px 18px 15px;
  }
}
.contact-mail:hover i {
  border-color: var(--tp-theme-primary);
  background-color: var(--tp-theme-primary);
}
.contact-mail:hover i svg {
  color: var(--tp-common-white);
}
.contact-mail span {
  display: inline-block;
  transform: translateY(3px);
  margin-right: 10px;
}
.contact-mail i {
  text-align: right;
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #E7E8EB;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .contact-mail i {
    right: 10px;
  }
}
.contact-mail i svg {
  color: #0E1331;display:inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.contact-social {
  border-radius: 6px;
  background: var(--tp-common-white);
  display: inline-block;margin-left:50px;
}
.contact-social a {
  display: inline-block;
  color: #55585B;
  padding: 8px 26.5px;
  position: relative;
}
.contact-social a::before {
  position: absolute;
  content: "";
  right: -6px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E7E8EB;
}
.contact-social a:last-child::before {
  display: none;
}
.contact-social a:hover {
  color: var(--tp-theme-primary);
}
.contact-social a i {
  font-size: 15px;
}

.contact-bg {
  background-color: #E0EDFF;overflow:inherit;
}
.contact-form {
  background: var(--tp-common-white);
  box-shadow: 0px 40px 50px rgba(3, 8, 31, 0.1);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: -130px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form {
    padding: 60px 30px 70px 30px;
  }
}
@media (max-width: 767px) {
  .contact-form {
    margin-bottom: 30px;
    padding: 20px 20px 30px 20px;
  }
}
.contact-form-title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 30px;text-transform:none;
  color: #000;
  margin-bottom: 5px;
}
.frmsubtxt{color:#333;font-size:13px;margin-bottom:20px;}
.contact-form-input input, .contact-form-input textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E7E8EB;
  box-shadow: 0px 1px 1px rgba(3, 8, 31, 0.08);
  border-radius: 6px;
  height: 54px;
  padding: 5px 22px;
  margin-bottom: 25px;
}
.contact-form-input input::placeholder, .contact-form-input textarea::placeholder {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #84848B;
}
.contact-form-input input:focus, .contact-form-input textarea:focus {
  border-color: var(--tp-theme-primary);
}
.contact-form-input input:focus::placeholder, .contact-form-input textarea:focus::placeholder {
  font-size: 0;
}
.contact-form-input textarea {
  height: 180px;
  resize: none;
  padding: 22px 22px;
  margin-bottom: 14px;
}
.contact-form-check .form-check-input {
  height: 16px;
  width: 16px;
  border: 1px solid #DADADF;
  border-radius: 2px;
  margin-top: 0;
  margin-right: 9px;
  flex: 0 0 auto;
}
.contact-form-check .form-check-input[type=checkbox] {
  border-radius: 0;
}
.contact-form-check .form-check-input:checked {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}
.contact-form-check .form-check-input:focus {
  border-color: var(--tp-theme-primary);
  outline: 0;
  box-shadow: none;
}
.contact-form-check .contact-form-label {
  font-family: "Montserrat";
  font-size: 14px;
  color: #84848B;
  cursor: pointer;
}
.contact-form-btn .tp-btn {
  padding: 14px 46px;
}
.map-wrapper {
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative;
}
.map-wrapper .section-title{padding-bottom:0;}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-wrapper {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .map-wrapper {
    padding-top: 10px;
    padding-bottom: 80px;
  }
}
.map-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 750px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .map-bg {
    width: 75%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-bg {
    height: 600px;
    width: 100%;
    position: static;
    background-position: top;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .map-bg {
    height: 450px;
    width: 100%;
    position: static;
    background-position: top;
    margin-bottom: 60px;
  }
}
.map-content span {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  color: #0E1331;
  margin-bottom: 11px;
  display: inline-block;
}
.map-content p{font-size:18px;line-height:28px;color:#333;margin-bottom:20px;text-align:center;}
.map-title {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 36px;
  line-height: 1.12;
  color: #0E1331;
  margin-bottom: 49px;
}
svg {
    display: inline-block;
    font: 3.5em Montserrat;
    margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .map-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .map-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .map-wrap {
    margin-top: 40px;
  }
}
.map-wrap ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;margin:40px 0 0 70px;padding:0;
}
.map-wrap ul li {
  list-style: none;
  width: 25%;
  flex: 0 0 25%;
}
@media (max-width: 767px) {
  .map-wrap ul li {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .map-wrap ul li:last-child {
    margin-bottom: 0;
  }
}
.location{max-width: 226px;
    border-right: 1px solid #ccc;
    padding: 0 20px 0 0;
    height: 178px;
}
 
.location-icon {
  margin-bottom: 10px;
}
.location-content p {
  font-family: "Montserrat";
  font-size: 15px;
  line-height: 24px;color:#333;margin-bottom:30px;
}
.location-content p a{color:#333}
.location-title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #0E1331;
}

.tpmap-wrapper {
  height: 750px;
  width: 1195px;
  text-align: right;
  margin-left: auto;
}
.tpmap-wrapper iframe {
  height: 100%;
  width: 100%;
}

.map-bg {
  position: absolute;
  bottom: 0px;
  right: 0;
  top: 0;
  height: 520px;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .map-bg {
    position: static;
    height: 350px;
    width: 100%;
    margin-top: 50px;
  }
}
.map-bg iframe {
  height: 100%;
  width: 100%;
}
.hs-fieldtype-intl-phone.hs-input input {
    width: 60%!important;
    float: right;
}
.actions{text-align:center;}
input, input[type="text"], input[type="search"], isindex, textarea, button {
	outline:none;
	margin:0 auto;
	padding:5px 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.note .noteCont{ overflow:hidden;}
.note .zf-descFld{
	overflow:hidden;
	font-size: 13px;
}
.request-info textarea{margin:0 auto 0 auto!important;}
.padd-15{padding:0 0 0 15px;}
.hs-fieldtype-intl-phone.hs-input input {
    width: 60%!important;
    float: right;
}
@media (min-width:100px) and (max-width:767px){
    .center-element-contact{position:relative;}
    .zf-subContWrap ul li {
    float: none;
    width: 100%;
    margin: 0;
    display: inline-block;
}

.zf-submitColor{width:100%;}
.request-info {
    margin: 2px 0 12px 0;
    height: 820px;
}
.lab-cred-signup {height: 1400px;background-position: 26%!important;/* background: #0273fd; */}
.paddm-15{padding:0 15px 0 15px;}
}
.hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {box-sizing: border-box;
    padding: 10px 15px!important;
    height: 42px!important;
    border-radius: 6px;font-size:16px;
    border:1px solid #E7E8EB}
    .hs-fieldtype-intl-phone.hs-input select{padding: 10px 15px;border: 0;
    border-radius: 6px;}
    .hs-fieldtype-textarea.hs-input {
    resize: vertical;
    padding: 10px 15px;
    border-radius: 6px;
    border: 0;margin-bottom:10px;
}
.hs-custom-style .hs-input, select{padding: 10px 15px!important;
    min-height: 41px!important;background:#FFFFFF;
    border-radius: 6px;margin-bottom:10px;width:100%;font-size:16px;color:#666;
    border:1px solid #E7E8EB;box-shadow: 0px 1px 1px rgba(3, 8, 31, 0.08);}
.hs-fieldtype-intl-phone.hs-input input{width:64%!important;}
   .hs-form-d226a656-73c3-4ead-b276-04da7e1169ba_41161905-c705-49f7-8b5b-11e2182aa780 fieldset.form-columns-2 .input {
    margin-right: 8px;font-size:16px;
    margin-bottom: 10px!important;
}
.hs-fieldtype-intl-phone.hs-input input {
    width: 60%!important;
    float: right;
}
.hs-form-d226a656-73c3-4ead-b276-04da7e1169ba_6a6074f2-b7b5-43f2-bc38-ea71be03a50b fieldset.form-columns-2 .hs-form-field{margin-bottom:10px;}
.hs-fieldtype-intl-phone.hs-input {
    padding: 0!important;
    background: none;
    border: none;
    height: auto;
}
.hs-fieldtype-textarea.hs-input {
    resize: vertical;
    height: 42px!important;
}
.hs-form-d226a656-73c3-4ead-b276-04da7e1169ba_b8874c60-4dd6-4c0e-bcd4-20a0b0e0af96 .hs-button {
    white-space: pre-wrap;
    background: #f6640c!important;
    border: 0!important;
    padding: 10px 30px!important;
    color: #fff!important;
    text-transform: uppercase!important;
    border-radius: 6px!important;
    font-size: 16px!important;
    font-weight: 700!important;
    letter-spacing: 0.5px!important;
}
.hs-form-d226a656-73c3-4ead-b276-04da7e1169ba_6f473de2-688d-4a5e-90e7-c3075501baaa .hs-button, input[type=submit]{ background: #f6640c!important;
    border: 0!important;
    padding: 0 40px!important;
    color: #fff!important;
    text-transform: uppercase!important;
    border-radius: 6px!important;
    font-size: 18px!important;width:auto;
    font-weight: 700!important;box-shadow:none;
    letter-spacing: 0.5px!important;height:42px;line-height:42px;}
    label.hs-error-msg.hs-main-font-element {
    color: #ff0000;
    font-size: 13px;
    line-height: 14px;
    padding: 0;font-weight:500;
    margin: 0;display:inline-block;text-transform:none;
}
ul.no-list.hs-error-msgs.inputs-list {
    margin: 0;
    padding: 0;
}
ul.no-list.hs-error-msgs.inputs-list li {
    padding: 0 0 0 2px;
    margin: 0;list-style:none;
}
ul.no-list.hs-error-msgs.inputs-list li:before{display:none;}
label#label-firstname-d226a656-73c3-4ead-b276-04da7e1169ba {display: none;}
label#label-lastname-d226a656-73c3-4ead-b276-04da7e1169ba {display: none;}
label#label-company-d226a656-73c3-4ead-b276-04da7e1169ba{ display: none;}
label#label-email-d226a656-73c3-4ead-b276-04da7e1169ba{ display: none;}
label#label-phone-d226a656-73c3-4ead-b276-04da7e1169ba{display:none;}
label#label-no__of_providers-d226a656-73c3-4ead-b276-04da7e1169ba{display:none;}
label#label-location_type-d226a656-73c3-4ead-b276-04da7e1169ba{display:none;}
label#label-specialty-d226a656-73c3-4ead-b276-04da7e1169ba{display:none;}
label#label-state-d226a656-73c3-4ead-b276-04da7e1169ba{display:none;}
label#label-description-d226a656-73c3-4ead-b276-04da7e1169ba{display:none;}
@media (min-width:100px) and (max-width:767px){
    .contact-title{text-align:center;}
.maxarea{width:100%;}
.contact-loc li a {color: #000; font-size: 14px;line-height: 24px;}
.contact-loc li span {font-size: 15px;}
.vcenter-60{margin-top:0;}
.contact-content p{text-align:center;font-size:18px;}
.map-wrapper {padding:40px 0;}
.map-content{text-align:center;}
    .location{max-width:100%;text-align:center;border-right:0;height:auto;padding:0;}
    .map-wrap ul li{margin-bottom:4px;}
    .location-icon {    margin-bottom: 0;}
    .headingnewone {
    padding: 0;margin-top:-30px;
}
.ass-acc{padding:30px 0 40px 0;}
    .pt-100 { padding-top: 20px;}
    .pt-150 { padding-top: 20px;}
.hs-custom-style .hs-input:not([type=checkbox]):not([type=radio]), .hs-custom-style fieldset{margin-bottom:10px}
.hs-form-d226a656-73c3-4ead-b276-04da7e1169ba_85aa3394-2d8f-4110-a6ba-b7b5bf84c2d4 fieldset.form-columns-2 .input{margin-bottom:10px;}
select#iphone_ext-d226a656-73c3-4ead-b276-04da7e1169ba{margin-bottom:10px;}
.hs-form-d226a656-73c3-4ead-b276-04da7e1169ba_3d70fd46-b305-4c93-b041-da4c64fa4ec1 fieldset.form-columns-2 .input {
    margin-right: 0;
    margin-bottom: 10px;
}
form.hs-form-d226a656-73c3-4ead-b276-04da7e1169ba_3d70fd46-b305-4c93-b041-da4c64fa4ec1:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input, form.hs-form-d226a656-73c3-4ead-b276-04da7e1169ba_3d70fd46-b305-4c93-b041-da4c64fa4ec1:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input#phone-d226a656-73c3-4ead-b276-04da7e1169ba{margin-top:10px}
.hs-form-d226a656-73c3-4ead-b276-04da7e1169ba_6f473de2-688d-4a5e-90e7-c3075501baaa .hs-button, input[type=submit]{margin:20px 0 0 0;}
iput#phone-d226a656-73c3-4ead-b276-04da7e1169ba{margin-bottom:0;}


input#phone-d226a656-73c3-4ead-b276-04da7e1169ba {
    margin-bottom: 0;
}
.contact-info{padding-left:0;}
.map-content p{text-align:center;}
.contact-content p{padding-left:0;}
.hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {font-size:15px}
.hs-custom-style .hs-input, select{font-size:15px}
.hs-form-d226a656-73c3-4ead-b276-04da7e1169ba_6f473de2-688d-4a5e-90e7-c3075501baaa .hs-button, input[type=submit]{font-size: 16px!important;}
.contact-mail{font-size:15px}
.ass-acc-container{max-width:100%;}
.ass-acc1 img { max-width: 100%;margin-bottom:24px;}
.ass-acc1{padding:0 0 30px 0;}
.map-wrap ul{margin:20px 0 0 0;}
}