@font-face {



  font-family: 'Px Regular';



  src: url('../fonts/Px-Grotesk-Regular.woff2') format('woff2'),



      url('../fonts/Px-Grotesk-Regular.woff2') format('woff'),



      url('../fonts/Px-Grotesk-Regular.ttf') format('ttf');



  font-display: swap;



}

body{

  font-family: 'Px Regular' !important;

}

html {

  scroll-behavior: auto !important;

}

.banner__video, .banner__image{

  top: 10px;

}

.banner .down-arrow{

  bottom: 6rem !important;

}

.contact-details-new{

  padding: 40px 5rem;

  background: #A5BEC8;

}

.address-section{

  background: #fff;

  padding: 50px 40px;

}

.contact-details-new .address-section h2{

  color: #1F3444;

  font-size: 35px;

  line-height: 39px;

  margin-bottom: 31px;

}

.contact-details-new .address-section p, .contact-details-new .address-section a{

  color: #1F3444;

  font-size: 16px;

  font-weight: normal;

  line-height: normal;

  word-wrap: break-word;

}

.wpcf7-not-valid-tip{

  font-size: 14px !important;

}

.wpcf7 form.invalid .wpcf7-response-output{

  color: #dc3232;

  font-size: 14px !important;

}

.wpcf7 form[data-status="sent"] .wpcf7-response-output {

  font-size: 14px !important;

  color: #0bad0b;

}

.contact-details-new .address-section a:hover {

  color: #28D2C8;

}

.contact-details-new .address-section .address, .contact-details-new .address-section .phone, .contact-details-new .address-section .email {

  padding-left: 58px;

  position: relative;

  margin-bottom: 30px;

}

.contact-details-new .address-section .address:before, .contact-details-new .address-section .phone:before, .contact-details-new .address-section .email:before {

  background-size: cover;

  display: block;

  content: '';

  position: absolute;

  left: 0;

  top: 0;

}

.contact-details-new .address-section .address:before{

  background: url(../img/icon-marker-red.svg) right -4px no-repeat;

  width: 40px;

  height: 40px;

}
.contact-details-new .address-section .address.active:before {
  background: url(../img/icon-marker-red.svg) right 5px no-repeat;
  height: 45px;
}

.contact-details-new .address-section .phone:before {

  background: url(../img/icon-phone-red.svg) center top no-repeat ;

  width: 40px;

  height: 40px;

}

.contact-details-new .address-section .email:before{

  background: url(../img/icon-mail-red.svg) 8px top no-repeat;

  width: 40px;

  height: 22px;

}
.hbspt-form .input .inputs-list .hs-form-booleancheckbox-display span {
  padding-left: 31px;
  font-size: 15px;
  line-height: 18px;
}
.contact-details-new .contact-form-new .hs_submit input[type="submit"] {
  display: block;
  width: 15% !important;
  background: #FF5A5A !important;
  color: #fff;
  padding: 0.75rem 1.2rem !important;
  text-align: center;
  font-weight: normal;
  border: 0;
  border-radius: 0;
  outline: 0;
  margin: 0 0;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  font-size: 16px;
}
.contact-details-new .contact-form-new .hs_submit input.hs-button:hover {
  color: #000 !important;
}
.hbspt-form .input .inputs-list .hs-form-booleancheckbox-display span.hs-form-required {
  padding-left: 0;
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover{

  color: #000 !important;

}

.contact-details-new .contact-form-new h2 {

  color: #000;

  font-size: 2rem;

  line-height:normal;

  margin-bottom: 20px;

}

.contact-details-new .contact-form-new fieldset{

  border: none;

}

.contact-details-new .contact-form-new input, .contact-details-new .contact-form-new textarea, .contact-details-new .contact-form-new select{

  background: none;

  border: none;

  border-bottom: 1px solid rgba(0, 0, 0, .15);

  color: #000;

  font-size: 16px;

  font-weight: normal;

  padding: 0.5rem 0 !important;

}

.wpcf7-form-control-wrap {

  display: block;

  margin: 0 0 0.5rem !important;

}

.contact-details-new .contact-form-new select{

  background: url(../img/arrw-path.svg) right 0.5rem top 50% no-repeat;

}

.contact-details-new .contact-form-new textarea{

  height: 80px;

  margin-bottom: 20px;

}

.contact-details-new .contact-form-new input::placeholder,.contact-form-new textarea::placeholder{

  color: #000;

  font-size: 16px;

  font-weight: normal;

}

.contact-details-new .contact-form-new input[type=checkbox] {

  position: relative;

  cursor: pointer;

  appearance: none;

}

.contact-details-new .contact-form-new input[type=checkbox]:before {

  content: "";

  display: block;

  position: absolute;

  width: 25px;

  height: 25px;

  top: 0;

  left: 0;

  border: 1px solid #888E91;

  background-color: white;

}

.contact-details-new .contact-form-new input[type=checkbox]:checked:after {

  content: "";

  display: block;

  width: 8px;

  height: 13px;

  border: solid black;

  border-width: 0 2px 2px 0;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

  position: absolute;

  top: 6px;

  left: 11px;

}

.chk-box label{

  padding-left: 0;

  font-size: 14px;

  line-height: normal;

  display: flex;

  align-items: center;

  padding-top: 5px;

}

.chk-box span.wpcf7-list-item{

  margin: 0 0 0 0 !important;

}

.chk-box {

  margin-bottom: 20px;

}

.chk-box span.wpcf7-form-control-wrap {

  margin-bottom: 0;

}

.contact-details-new .contact-form-new .chk-box input[type=checkbox] {

  margin-right: 35px;

  /*height: 30px;*/

}

.contact-details-new .container{

  padding-top: 0;

}

form.wpcf7-form.cf7mls-no-scroll input.wpcf7-form-control.wpcf7-submit{

  background: #FF5A5A;

    color: #fff;

    padding: 0.75rem 1.2rem;

    text-align: center;

    font-weight: normal;

    border: 0;

    border-radius: 0;

    outline: 0;

    width: 48%;

    margin: 0 0;

    position: relative;

    display: inline-flex;

    justify-content: center;

    align-items: center;

    line-height: 1.2;    

    /*cursor: pointer;*/

}

form.wpcf7-form.cf7mls-no-scroll input.wpcf7-form-control.wpcf7-submit.red-button:hover{

  color: #000 !important;

}

.application-link{

  font-size: 20px;

  line-height: normal;

  margin-top: 20px;

  color: #000;

}

.application-link a{

  font-size: 18px;

  line-height: normal;

  font-weight: bold;

  text-decoration: underline;

  padding-right: 25px;

  background: url(../img/null.svg) right no-repeat;

}

.application-link a:hover{

  color: #FF5A5A;

}

.map-location-box {

  position: absolute;

  top: 50%;

  left: 4rem;

  z-index: 2;

  border: 1px solid #A8A8A8;

  background: #fff;

  width: 350px;

  height: auto;

  padding: 30px;

  transform: translateY(-50%);

  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.1) 0px 30px 60px -30px;

}

.section6 .map-location-box .heading {

  position: unset;

  margin-bottom: 0px !important;

}

.section6 .map-location-box .content {

  position: unset;

  width: auto;

  margin: 0;

}

.section6 .map-location-box .heading h2 {

  color: #0A1E2D;

  font-size: 2rem;

  line-height:48px;

  margin-bottom: 5px;

}

.address-section.ug-office-change-add .address.active {

  max-height: 100%;

  padding-right: 0;

}

.section6 .map-location-box  .content{

  border: none;

}

.section6 .map-location-box  .custom-select {

  border-bottom: 0;

  margin-bottom: 25px;

}

.section6 .map-location-box .custom-select-menu > label{

border: 1px solid #A8A8A8;

background: url(../img/arrw-path.svg) right 0.5rem top 50% no-repeat #F1F1F1;

}

.section6 .map-location-box .heading .caption {

  color: #8E8E8E;

  font-size: 16px;

  line-height:18px;

  margin-bottom: 25px;

}

footer .links .footer-navigation{

  width: 20%;

}

.banner__image .mobile-banner-img{

  display: none;

}

/*footer .footer-middle .copyright {*/

/*  color: #324F64;*/

/*}*/

@media (max-width: 1024px){

  .contact-details-new .address-section h2{

    font-size: 30px;

    line-height: 34px;

  }

  .contact-details-new .contact-form-new h2 {

    margin-bottom: 30px;

  }

  .address-section {

    padding: 30px;

}



}

@media (max-width: 992px){

  .banner__image .mobile-banner-img{

    display: block;

  }

  .banner__image .desktop-banner-img{

    display: none;

  }

}

@media (max-width: 768px){

  .contact-details-new .address-section .address, .contact-details-new .address-section .phone, .contact-details-new .address-section .email{

    padding-left: 45px;

     line-height: normal;

  }

  .address-section {

    padding: 16px;

}

}

@media (max-width: 767px){
  .contact-details-new .contact-form-new .hs_submit input[type="submit"] {
    width: 20% !important;
}

  footer .links .footer-navigation ul .sub-menu li{

    border-bottom: 1px solid #143954;

}

footer .menu-footer-mobile-menu-container h4

  {

    font-size: 16px;

    line-height: 38px;

    font-weight: normal;

    padding-bottom: 0;

  }

h4.f-menu-h3.ug-menu-important-link

  {

    font-size: 16px;

    line-height: 38px;

    font-weight: normal;

    padding-bottom: 0;

  }

  h4.f-menu-h3.ug-menu-contact

  {

    font-size: 16px;

    line-height: 38px;

    font-weight: normal;

    padding-bottom: 0;

  }

  footer .f-menu-h3 {

    position: relative;

    padding: 0px 0px 15px;

  }

  footer .f-menu-h3:after {

    background: url(../img/arrw-path.svg) no-repeat center center;

    content: "";

    width: 14px;

    height: 40px;

    display: inline-block;

    position: absolute;

    right: 1rem;

    top: 0;

}

 footer .active.f-menu-h3:after {

  -webkit-transform: rotate(180deg);

  transform: rotate(180deg);

}

 #f-menu-section {

    display: none;

}

#menu-footer-mobile-location-menu {

    display: none;

}

#f-contact-section {

  display: none;

}

#menu-footer-mobile-important-links-menu {

  display: none;

}

#f-menu-section.active {

  display: block;

  margin-bottom: 25px;

}

#menu-footer-mobile-location-menu.active {

  display: block;

  margin-bottom: 25px;

}

#f-contact-section.active {

  display: block;

  margin-bottom: 25px;

}

#menu-footer-mobile-important-links-menu.active {

  display: block;

  margin-bottom: 25px;

}



  footer .links .footer-navigation {

    width: 100%;

}

  .banner{

    height: 596px;

  }

 



   .section6 .map-location-box .heading{

    padding-left: 0;

  }

  .section6 .map-location-box .custom-select-menu > label{

    line-height: normal !important;

    padding: 12px 12px;

    font-size: 16px;

  }

  .map-location-box{

    width: 90%;

    left: 50%;

    top: 60px;

    transform: translateX(-50%);

  }

  .new-section6.section6 .map #map {

    min-height: 767px;

}

  .new-section6.section6 {

    padding-top: 0;

}

  .contact-details-new {

    padding: 50px 0;

  }

  .contact-details-new .section6 {

    padding-top: 0;

}

  .address-section {

    padding: 50px 40px;

    margin-bottom:10px;

}

.chk-box label{

  font-size: 13px;

  line-height: 16px;

  padding-left: 0px;

}

footer .footer-middle::before{

  content: inherit !important;

}

footer .links{

  padding: 0 !important;

}

footer .links .footer-navigation{

  padding: 3rem 0 0;

}

.menu-footer-mobile-menu-container {

  padding: 0 1rem 0;

}

h4.f-menu-h3.ug-menu-contact{

  padding: 0 1rem 0;

}

h4.f-menu-h3.ug-menu-important-link{

  padding: 0 1rem 0;

}

#menu-footer-mobile-location-menu.active,#menu-footer-mobile-important-links-menu.active{

  background: #0A2940;

  padding: 1rem 1rem 1rem;

}

#menu-footer-mobile-location-menu.active li{

  border-bottom: 1px solid #1d384d;

  padding-bottom: 6px;

}



}



.page-template-contact-page a{

  color: inherit;

  text-decoration: none;

}



.ug-office-change-add .each.active {

    margin-top: 0.5rem !important;

}