.type_02 .custom-cnt-area .content h2 {
  text-align: center;
  font-family: 'DM Sans', 'roboto', 'helvetica';
  font-size: 35px;
  font-weight: bold;
  color: #333333;
  margin:10px 0;
  letter-spacing: 0;
  line-height: 1.4444444444 !important;
}
.type_02 .custom-cnt-area .content p {
  color: #97a1a8;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  text-align: center;
}
.custom-cnt-area.cm-bg-card .content p {
  font-family: 'DM Sans', 'roboto', 'helvetica';
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 10px 0;
  line-height: 1.4444444444 !important;
}

.custom-cnt-area .btn-holder a {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  background: rgb(92, 161, 228);
  border-radius: 4px;
  border-width: 0px;
  color: rgb(255, 255, 255) !important;
  font-family: sans-serif;
  height: auto;
  transition: all .4s ease;
  padding: 24.5px 45px;
  text-shadow: none;
  width: auto;
  line-height: 1.5em;
  border-radius: 4px;
  margin: 20px auto;
  font-size: 15px;
  font-weight: bold;
}
.custom-cnt-area .btn-holder {
  text-align: center;
}
.custom-cnt-area .btn-holder a:hover {
  background: rgb(101, 177, 250);
  color: rgb(255, 255, 255);
}
.custom-cnt-area.cmmidas-expert-engineers h1 {
  font-family: Roboto;
  size: 71px;
  color: #1d1d1f;
  letter-spacing: 0px;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
}
.custom-cnt-area.cmmidas-expert-engineers p {
  font-family: roboto, sans-serif;
  size: 72px;
  line-height: 1.5;
  color: #1d1d1f;
  letter-spacing: 0px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
.bottom-panev4.custom-cnt-area .content {
  max-width: 730px;
  float: none !important;
  text-align: center;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.bottom-panev4.custom-cnt-area .btn-holder a {
  display: inline-block !important;
  box-sizing: border-box !important;
  padding: 15px 30px 15px 30px !important;
  margin: 15px 0 0 0 !important;
  color: rgba(255, 255, 255, 1.0) !important;
  background: rgba(255, 255, 255, 0.0) !important;
  border: 2px solid rgba(255, 255, 255, 1.0) !important;
  font-weight: bold !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: inherit !important;
  -webkit-transition: all .2s ease !important;
  transition: all .2s ease !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

.bottom-panev4.custom-cnt-area .btn-holder {
  margin-bottom: 10px;
}

.bottom-panev4.custom-cnt-area .btn-holder a:hover{
  color: rgba(255, 255, 255, 1.0) !important;
  background: rgba(20, 25, 79, 0.3) !important;
}
.popupWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  display: none;
}

.popupInner {
  vertical-align: middle;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px #000;
  text-align: left;
  padding: 100px 50px;!;
  max-width: 800px;!;
  margin: 0 auto;
}

.popup_container {
  display: flex;
  flex-wrap: wrap;
}

.popup_title {
  width: 100%;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  font-size: 25px;
  font-family: sans-serif;
  letter-spacing: -2px;
  color: #616161;
}

.popup_content {
  width: 47%;
  padding-right: 20px;
}

.popup_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.popup_content li {
  font-family: sans-serif;
  line-height: 1.8;
}

.popup_form {
  width: 47%;
  padding-right: 20px;
}

.popup_form .hs-form-field input[type=email] {
  background-color: #fff;
  border: 1px solid #ccc;
  display: block;
  padding: 10px 10px;
  font-size: 15px;
  margin: 4px 0 20px;
  letter-spacing: .5px;
  border-radius: 0;
  width: 93.5%;
  line-height: 1.42857143;
  color: #555;
}

.popup_form .actions {
  margin: 0;
}

.popup_form form input[type=submit], 
.popup_form form .hs-button {
  padding: 10px;
  font-size: 24px;
  background: transparent;
  color: #ffaf03;
  border: 3px solid #ffaf03;
  margin-top: 10px;
  min-width: 100%;
  max-width: 100%;
  white-space: normal;
  display: block;
  transition-duration: .3s;
  border-radius: 4px;
  min-width: 93.5%;
  line-height: normal;
}

.popup_form form input[type=submit]:hover,
.popup_form form .hs-button:hover {
  background: #ffaf03;
  color: #fff;
  border: 3px solid #ffaf03;
}

.popup_form form.hs-form label {
  letter-spacing: .5px;
  font-weight: 700;
  margin-bottom: 13px;
  font-size: 16px;
  letter-spacing: .5px;
  line-height: 20px;
}

.popupInner .close-modal{
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.popupwrap_inner {
  height: 100%;
  display: flex;
  align-items: center;
}

.popup_form .hs-form-field input::placeholder {
  color: #757575;
}

.popup-open .popupWrap {
    display: block;
}

.popup-open{
overflow:hidden;
}

@media(max-width:1199px){
.popup_content {
    width: 100%;
    padding: 0;
}

.popup_form {
    width: 100%;
    padding: 0;
}
}

@media (max-width:767px){
  .type_02 .custom-cnt-area .content h2,
  .type_02 .custom-cnt-area .content p{
    font-size: 16px !important;
    margin: 0;
  }
  .custom-cnt-area .btn-holder a {
    padding: 15px 45px;
    margin-bottom: 0;
  }
  .custom-cnt-area.cmmidas-expert-engineers .btn-holder a {
    padding: 24.5px 45px;
  }
}

@media(max-width:479px){
.popup_title {
    font-size: 20px;
}
}