
.form-section {
  margin-top: 26px;
}

.form-section .container{
    width: 100%;
}

.tabbing-flex {
  display: flex;
  flex-direction: column;
}

.tab-img-block {
  margin-bottom: 38px;
}

.tab-img {
    max-width: 169px;
    margin: 3px 0 0 12px;
}

.tab-main-box,
.tab-img-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.form-section .tab-main-box h2 {
    font-size: 18.1px;
    margin-bottom: 13px;
}

.form-section .tab-main-box p {
    font-size: 12px;
    margin-bottom: 26px;
    line-height: 1.3;
}

label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #111810;
}

.input-block {
  margin-bottom: 16px;
}

input[type="file"]::file-selector-button {
  background-color: #e9ebf3;
  padding: 10px 24px;
  color: #9599b6;
  border: none;
  border-radius: 32px;
  cursor: pointer;
}

.text-area {
  min-height: 108px;
  border-radius: 8px;
  resize: none;
}

.form-section .form-block .download-btn {
  width: 61%;
  gap: 10px;
  justify-content: center;
  margin-left: auto;
  margin-top: 23px;
  padding: 8px 10px;
}



.form-section .tabbing-block{
    padding: 50px 20px 20px 20px;
}

.tabbing-block{
  background: url(../images/tabbing-background.jpg) no-repeat center;
  background-size: cover;
}


@media all and (min-width: 768px) {
  .form-section .tab-nav li a{
    padding: 4px 40px;
  }
  .form-section .form-block .download-btn{
    width: 54.7%;
    margin-top: 39px;
    padding: 14px 10px;
    max-width: 342px !important;
  }

  .page-2-download{
    padding: 178px 0 77px 0;
  }

  .page-3-download,.page-2-download{
    background: url(../images/form-download.jpg) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
  }

  .form-section {
    margin-top: 77px;
  }

  .form-section .tab-main-box {
    max-width: 628px;
    margin: auto;
  }
  .form-section .tab-main-box h2 {
    font-size: 30px;
    margin-bottom: 22px;
  }

  .form-section .tab-main-box p {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.5;
    padding-right: 65px;
  }

  label {
    font-size: 16px;
  }

  .input-block {
    margin-bottom: 24px;
  }

  .text-area {
    min-height: 139px;
    border-radius: 16px;
  }

  .form-section .tabbing-block{
    padding: 40px;
}

.tabbing-block .tab-nav{
  padding: 20px 15px;
  justify-content: space-between;
  margin-bottom: 32px;
}

.tab-nav li a {
  font-size: 18px;
}

.tab-nav li a.active{
  font-size: 18px;
}
.tab-img {
  max-width: none;
  margin: 0;
}



}
@media screen and (min-width:1200px) {
  .tabbing-flex {
    flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 40px;
  }
  .tab-img-block {
    margin-bottom: 0;
    width: 35%;
  }

  .what-a-block .tab-teaser {
    width: 100%;
  }

  .tab-teaser {
    width: 61%;
  }
  .tab-img {
    max-width: 318px;
    margin: 106px 55px 0 0;
  }
  .form-section .tab-main-box {
    max-width: 628px;
    margin: 0 0 67px 57px;
  }
}


/* ----------------popup------------ */

.thankyou-popup-block{
  width: 100%;
  height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    display: none;
    align-items: center;
    justify-content: center;
}

.thankyou-popup-wrap{
  margin: auto;
  max-width: 715px;
  min-height: 416px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 1rem 20px;
  width: 100%;
}

.thumbs-up-icon{
  background: url('../images/thumbs-up.png') no-repeat center;
  width: 105px;
  height: 105px;
  background-size: 105px;
  display: block;

}

.cross-icon{
  background: url('../images/cancel-icon.svg') no-repeat center;
  width: 18px;
  height: 18px;
  background-size: 18px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  cursor: pointer;
}

.thankyou-popup-wrap h3{
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.thankyou-popup-wrap p{
  font-size: 16px;
  line-height: 24px;
  color: #777c87;
  margin-bottom: 1rem;
}

.thankyou-popup-wrap a{
  color: #4262FF;
}


@media all and (max-width:767px){
  .thankyou-popup-block{
   padding: 10px;
  }

  .thankyou-popup-wrap{
    width: 100%;
  }

  .thankyou-popup-wrap h3{
    font-size: 25px;
  }
  
}




