.cm-bottom-pane-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f5f5f6;
}
.cm-bottom-pane-wrapper .page-center>.row>.span12,
.cm-bottom-pane-wrapper .page-center {
  padding: 0 15px;
}

.cm-bottom-pane-wrapper .page-center>.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
  text-align: center;
  max-width: initial;
}

.cm-bottom-pane-wrapper .section-title {
  position: relative;
}

.cm-bottom-pane-wrapper .section-title.title-ex1 h2 {
  padding-bottom: 20px;
}

.cm-bottom-pane-wrapper .section-title.title-ex1 h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 110px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d6dbe2;
}

.cm-bottom-pane-wrapper .section-title.title-ex1 h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 40px;
  height: 1px;
  background-color: #0cc652;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(207,5,0,0.7);
  background-color: rgba(207,5,0,0.7);
}

.cm-bottom-pane-wrapper .section-title h2 {
  color: #1d2025;
  position: relative;
  margin: 0;
  font-size: 24px;
}


.cm-bottom-pane-wrapper .span12 p {
  color: #000000;
  font-size: large;
  font-family: 'Montserrat';
  margin-bottom: 30px;
}

.cm-bottom-pane-wrapper .cm-bottom-pane-button a {
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  border-radius: 100px;
  display: inline-block;
  padding: 0 30px;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(207,5,0,0.7);
  background: rgba(207,5,0,0.7);
  background-color: rgba(207,5,0,0.7);
}

.cm-bottom-pane-wrapper .cm-bottom-pane-button a:hover {
  box-shadow: 0px 12px 25px rgb(0 0 0 / 8%);
}

@media (min-width: 768px){

  .cm-bottom-pane-wrapper .cm-bottom-pane-button a{
    margin-bottom: 0px;
  }
  .cm-bottom-pane-wrapper .section-title.title-ex1 h2:before {
    bottom: 17px;
  }
  .cm-bottom-pane-wrapper .section-title.title-ex1 h2 {
    padding-bottom: 30px;
  }
  .cm-bottom-pane-wrapper .section-title h2 {
    font-size: 28px;
  }
  .cm-bottom-pane-wrapper .section-title.title-ex1 h2:after {
    bottom: 17px;
  }
}


@media (min-width: 992px){
  .cm-bottom-pane-wrapper .section-title.title-ex1 h2 {
    padding-bottom: 40px;
  }
  .cm-bottom-pane-wrapper .section-title.title-ex1 h2:after {
    bottom: 25px;
  }
  .cm-bottom-pane-wrapper .section-title.title-ex1 h2:before {
    bottom: 25px;
  }

  .cm-bottom-pane-wrapper .section-title h2 {
    font-size: 34px;
  }
}

/* popup style */
.cm-bottom-pane-wrapper .modal {
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  outline: 0;
  padding-right: 17px;
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
}
.cm-bottom-pane-wrapper .pop-active .modal {
  visibility: visible;
  opacity: 1;
}
.cm-bottom-pane-wrapper .modal .modal-dialog.modal-lg {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-50px);
  transform: translate(0,-50px);
  max-width: 870px!important;
  margin: 1.75rem auto;
  position: relative;
  width: auto;
}
.cm-bottom-pane-wrapper .modal .modal-dialog.modal-lg .modal-content.bg-sand {
  box-shadow: 0 3px 12px rgb(0 0 0 / 8%);
  border: none;
  background-color: rgb(245 245 246);
  border-radius: 0.3rem;
  outline: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.cm-bottom-pane-wrapper .modal .modal-dialog.modal-lg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.cm-bottom-pane-wrapper .modal button.close.push-xs-right {
  transition: all 0s ease 0s;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 16px;
  -webkit-appearance: none;
  position: absolute;
  right: 15px;
  z-index: 55;
  padding: 0;
  float: right;
  font-weight: 700;
  line-height: 1;
  color: rgb(0 0 0);
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.cm-bottom-pane-wrapper .modal button.close.push-xs-right i.fa.fa-close:before {
  content: "\f00d";
}
.cm-bottom-pane-wrapper .pop-active .modal .modal-dialog.modal-lg {
  transform: translate(0,25%);;
}
.cm-bottom-pane-wrapper .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0 0 0);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.cm-bottom-pane-wrapper .pop-active .modal-backdrop{
  opacity: 0.5;
  visibility: visible;
}

.cm-bottom-pane-wrapper .modal button.close.push-xs-right:hover {
  opacity: 1;
}

.cm-bottom-pane-wrapper .modal .modal-dialog.modal-lg .modal-body .container-fluid.modal-item {
  padding: 30px;
}

.cm-bottom-pane-wrapper form label {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  text-align: left;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.cm-bottom-pane-wrapper .hs-input {
  display: block;
  width: 90%;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
  max-width: 100%;
  padding: 0 15px;
  min-height: 27px;
}

.cm-bottom-pane-wrapper .hs-form-field {
  margin-bottom: 18px;
}

.cm-bottom-pane-wrapper h3.form-title{
  display:none;
}

.cm-bottom-pane-wrapper textarea.hs-input {
  height: 66px !important; 
}

.cm-bottom-pane-wrapper .actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
  text-align:
    left;
}

.cm-bottom-pane-wrapper fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: 100%;
}

.cm-bottom-pane-wrapper select{
  padding: 9px 10px !important;
}

.cm-bottom-pane-wrapper select.is-placeholder {
  color: #bfbfbf !important;
}

.cm-bottom-pane-wrapper input.hs-button.primary.large {
  background: #0080BF;
  border-color: #0080BF;
  color: #ffffff;
  font-size: 12px;
  position: relative;
  text-align: center;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  transition: all .15s linear;
  line-height: 12px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-family: arial, helvetica, sans-serif;
}
.cm-bottom-pane-wrapper .hs-input {
  color: #33475b;
}
.cm-bottom-pane-wrapper textarea.hs-input {
  padding: 10px 15px;
}

.cm-bottom-pane-wrapper textarea.hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,.8);
}
@media(max-width: 991px){
  .cm-bottom-pane-wrapper .modal .modal-dialog.modal-lg {
    max-width: 500px !important;
    margin: 1.75rem auto;
  }
  .cm-bottom-pane-wrapper .modal .modal-dialog.modal-lg .modal-body .container-fluid.modal-item {
    padding: 15px;
  }
  .cm-bottom-pane-wrapper .pop-active .modal .modal-dialog.modal-lg {
    transform: translate(0,15%);
  }
}

@media(max-width: 575px){
  .cm-bottom-pane-wrapper .modal .modal-dialog.modal-lg {
    margin: 0.5rem;
    max-width: 100% !important;
  }
  .cm-bottom-pane-wrapper .modal {
    padding: 0;
  }
  .cm-bottom-pane-wrapper .modal .modal-dialog.modal-lg img {
    float: none;
    padding: 40px 20px 20px 0;
    width: 250px;
    height: auto;
    vertical-align: middle;
    border-style: none;
  }
}

@media (max-width:496px){

  .cm-bottom-pane-wrapper fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }

  .cm-bottom-pane-wrapper .hs-input {
    width: 100% !important;
  } 
}