.form_section {
  padding-top: 100px;
}
/* .form_section .col-md-6 img {
    display: none;
} */
.form_section .form_sub_heading {
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.form_section .form_sub_heading h2 {
  line-height: 26px;
  font-weight: 700;
  position: relative;
}
.form_section .col-md-6 {
  width: 50%;
}
.form_section .form_title_section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0px;
  padding-bottom: 30px;
}
.form_section .form_icon_section {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
  align-items: center;
}
.form_section .form_icon_section .form_icon svg {
  height: 16px;
  fill: #39a9ff;
  margin-top: 5px;
}
.form_section .form_icon_section .form_icon {
  border: 1px solid #39a9ff;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  text-align: center;
  flex-wrap:wrap;
  justify-content: center;
  margin-right: 20px;
}
.form_section .form_icon_section .form_icon_text {
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
}
.form_section .form_area .form-title {
  border: none;
  padding: 0px;
  margin: 0px;
}
.form_icon {
  border: 1px solid;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.form_section .form_area form {background: #f7f8ff;padding: 60px 50px;}
.form_section .form_area form .input .hs-input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(204, 212, 255, 0.6);
  border-radius: 0;
  background: #f7f8ff;
  padding: 0px;
}
.form_section .form_area form label span {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.form_section .form_area form .input  .hs-fieldtype-textarea {
  height: 60px;
}
.form_section .form_area form .actions {
  margin: 20px 0;
}
.form_section .form_area form .actions input.hs-button.primary.large {
  padding: 15px 50px;
  background: #39a9ff;
  border: 1px solid #39a9ff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  font-family: 'Montserrat' !important;
}
.form_section .form_area form .actions input.hs-button.primary.large:hover {
  background: #ffc123;
  border: 1px solid #ffc123;
}


.form_section .form_sub_heading h5 {
  color: #ffc123;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.form_section .form_title_section {
  max-width: 400px;
}

.form_section .row {
  align-items: center;
}
/* veration section */

.form_section.Form.bottom .col-md-6 {
  width: 100%;
}
.form_section.Form.bottom .form_title_section {
  max-width: none;
  text-align: center;
}
.form_section.Form.bottom .form_icon_section_right {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.form_section.Form.bottom .form_icon_section_right .form_icon_section {
  padding: 30px 50px 75px;
}
.form_section.Form.bottom .form_sub_heading {
  margin-bottom: 25px;
}
.form_section.Form.bottom .form_area form label {.
  text-align: center;
}
.form_section.Form.bottom .form_area form .actions {
  text-align: center;
}

 /*********ligfht-color*************/
    .form_section .form-iamge-side-view{
    display:none;
    }
    .form_color_light-color {
      background-color: #261986;
      padding-bottom: 200px;
      margin-bottom: -233px;
    }
    .form_color_light-color h5 ,.form_color_light-color h2 , .form_color_light-color p,.form_color_light-color .form_icon_section .form_icon_text {
      color: #fff !important;
    }
    .form_color_light-color .form_area form {
      background: transparent;
    }
    .form_color_light-color .form_area form .input .hs-input {
      background: #271799;
      border: 2px solid rgba(255, 255, 255, 0.25);
      border-radius: 0;
      padding: 15px;
    }
    .form_color_light-color .form_area form .actions input.hs-button.primary.large {
      border: 0;
      background-image: -webkit-linear-gradient(90deg,#A722F4 0,#7A5CFF);
      background-image: linear-gradient(90deg,#A722F4 0,#7A5CFF);
    }
    .form_color_light-color .form_area form .actions input.hs-button.primary.large:hover {
      background-image: linear-gradient(90deg,#7A5CFF 0,#A722F4);
      border: 0;
    }
    .form_color_light-color .form-iamge-side-view{
    display:block;
    }
    .form_color_light-color .col-md-6 {
      width: 33.33%;
    }

/************responsive**************/
@media(max-width:991px){
    .form_color_light-color .col-md-6 {
        width: 50% !important;
    }
    }
    @media(max-width:767px){
      .form_section .col-md-6 {
        width: 100%;
      }
      .form_color_light-color .col-md-6 {
        width: 100% !important;
    }
     .form_color_light-color  .form-iamge-side-view img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 360px !important;
    }
      .form_section .form_icon_section {
        flex-wrap: nowrap;
      }
      .form_section .form_icon_section .form_icon_text {
        word-break: break-all;
      }
    }
    @media(max-width:480px){
    .form_color_light-color .form-iamge-side-view img {
        max-width: 100% !important;
    }
    .form_color_light-color .form_area form {
        padding: 60px 0px;
    }
    }
   
@media screen and (max-width: 767px){
.form_section {
    padding-top: 75px;
}
.form_section .form_sub_heading h5 {
    font-size: 15px;
}
.form_section .form_sub_heading h2 {
    font-size: 26px;
}
  .form_section.Form.bottom .form_sub_heading {
    margin-bottom: 0;
}
  .form_section .col-md-6 {
    width: 100%;
}
  .form_section.Form.bottom .form_icon_section_right .form_icon_section {
    padding: 0px 15px 15px 0;
}
  .form_section .form_title_section p {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 22px;
}
  .form_section .form_icon_section .form_icon {
    height: 38px;
    width: 38px;
    margin-right: 16px;
    
}
  .form_section .form_icon_section .form_icon_text {
    font-size: 15px;
}
.form_section .form_icon_section {
    padding-bottom: 15px;
}    
  .form_section .form_area form {
    padding: 30px 20px;
}
  .form_section .form_area form .actions input.hs-button.primary.large {
    padding: 12px 40px;
    font-size: 14px;

}
  .form_section .form_area form .actions {
    margin: 20px 0 0;
}
}
@media (min-width: 768px) and (max-width: 1024px){
.form_section .form_sub_heading h5 {
    font-size: 15px;
}
.form_section .form_sub_heading h2 {
    font-size: 30px;

}
  .form_section .form_title_section p {
    font-size: 15px;
    line-height: 22px;
}
.form_section .form_icon_section .form_icon_text {
    font-size: 16px;
}
  .form_section .form_area form {
    padding: 40px 20px;
}
  .form_section .form_area form .actions input.hs-button.primary.large {
    padding: 12px 40px;
}
  .form_section .form_area form .actions {
    margin: 20px 0 0;
}
  .form_section.Form.bottom .form_icon_section_right .form_icon_section {
    padding: 0px 15px 30px;
}
  .form_section.Form.bottom .form_sub_heading {
    margin-bottom: 0;
}
  .form_section .form_area {
    padding: 0px 30px;
}
}
@media (min-width: 1024px) and (max-width: 1538px){
.form_section .form_sub_heading h5 {
    font-size: 16px;
}
.form_section .form_sub_heading h2 {
    font-size: 32px;
}
  .form_section .form_title_section p {
    font-size: 16px;
    line-height: 22px;
}
  .form_section .form_icon_section .form_icon_text {
    font-size: 16px;
}
    .form_section .form_area form {
    padding: 40px 20px;
}
    .form_section .form_area form .actions input.hs-button.primary.large {
    padding: 12px 45px;
}
  .form_section.Form.bottom .form_sub_heading {
    margin-bottom: 0;
}
  .form_section .form_title_section p {
    padding-bottom: 0;
}
  .form_section.Form.bottom .form_icon_section_right .form_icon_section {
    padding: 30px 50px 40px;
}
}