body,
html {
  margin: 0;
  font-family: Poppins;
}


section.section_two {
  display: block;
  height: 100vh;
  width: 100%;
  margin: auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: top center;
  background-size: cover;
  position: relative;
}

section.section_two:before {
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(to right, rgb(20, 30, 48), rgb(36, 59, 85));
}
.success_payment {
  max-width: 600px;
  margin: auto;
}

.cr_dv p i {
  font-size: 12px;
}
.pay_scs h5 {
  font-size: 20px;
  font-weight: 700;
}

.pay_scs .tx_in {
  width: 100%;
}
.cr_dv p {
  margin-bottom: 0px;
  font-size: 14px !important;
  line-height: 24px !important;
}

section.section_two .container {
  height: 100%;
}
section.section_two .container .row{
  height: 100%;
}

section.section_two .container .row{
  height: 100%;
}


section.section_two .lefttex {
  display: flex;
  align-items: center;
  height: 100%;
}

section.section_two .tx_in h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: 'Poppins';
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
  background: #5eb94b;
  padding: 12px 20px;
  text-align: left;
}

section.section_two img {
  position: absolute;
  top: 10px;
  max-width: 200px;
}
.tx_in h4 {
  font-weight: 800;
  color: #5eb94b;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 28px;
  background: #fff;
  padding: 20px;
  text-align: center;
}
section.section_two .tx_in a {
  border:2px solid #ffffff !important;
  background-color: #ffffff00 !important;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  padding: 15px 20px;
  border-radius: 0px;
  font-weight: 600;
  margin-top: 30px;
  display: block;
  max-width: 280px;
  text-align: center;
  color: #ffffff;
  transition: all 0.4s;
}

section.section_two .tx_in a:hover {
  background-color: #000 !important;
  color: #fff;
  text-decoration: none !important;
}

section.section_two .tx_in h1 span {
  color: #ffffff;
  display: block;
  font-size: 22px;
  max-width: 350px;
}
section.section_two .tx_in p {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  font-weight: 300;
  padding-top: 0px;
}
section.section_two .tx_in p span {
  display: block;
  font-weight: 800;
  font-size: 20px;
  color: #5eb94b;
}
section.section_two .tx_in ul li {
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 25px;
}
section.section_two .tx_in ul {
  padding-left: 18px;
  margin-bottom: 25px;
  display: block;
}

section.section_two .content_wrapper {
  display: block;
  margin: 60px auto;
  width: 77%;
  margin-right: 0;
  background: #fff;
  padding: 50px 32px 50px;
  border-radius: 0px;
}

textarea {
  overflow: auto;
  resize: vertical;
  width: 100%;
  padding-left: 12px;
  border:none;
  border-radius: 0px;
  background: hsl(223, 64%, 96%);
}
button.btn.btn-primary.btn-block {
  border: 2px solid #ffffff !important;
  background-color: #5eb94b !important;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  padding: 15px 20px;
  border-radius: 0px;
  font-weight: 600;
  margin-top: 30px;
  display: block;
  max-width: 100%;
  text-align: center;
  color: #ffffff;
  transition: all 0.4s;
  text-transform: uppercase;
}
button.btn.btn-primary.btn-block:hover{
  background-color: #141e30 !important;
}
textarea::placeholder {
color: #6877A5 !important;
}

.form-control {
  height: 55px !important;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  section.section_two .content_wrapper {
    margin: 20px auto !important;
    width: 100%;
    padding: 30px 32px 20px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 767px) {
  section.section_two .content_wrapper {
    margin: 20px auto !important;
    width: 100%;
  }
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
  section.section_two .content_wrapper {
    margin: 20px auto !important;
    width: 100%;
  }
}

section.section_two .content_wrapper h3 {
  font-size: 35px;
  color: #5eb94b;
  font-weight: 800;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}

section.section_two .content_wrapper h3 span{
  color: #2D3954;
}

@media screen and (max-width: 767px) {
  section.section_five .inner_text h3 {
    font-size: 30px;
  }
  section.section_five iframe {
    height: 300px;
  }
  
}

@media screen and (max-width: 1023px) and (min-width: 767px) {
  section.section_five .inner_text h3 {
    font-size: 30px;
  }
}




section.section_five .inner_text p b {
  font-weight: 600;
}

@media screen and (max-width: 1023px) and (min-width: 767px) {
  section.section_five .inner_text p {
    font-size: 14px;
    line-height: 20px;
  }
}


/*# sourceMappingURL=main.css.map */


/* New css Media Queries */

@media only screen and (max-width: 767px){

header .img_wrapper img {
  height: 50px;
}
header .text_wrapper.text-right p {
  font-size: 14px;
}

header .text_wrapper.text-right p {
  padding: 8px;;
}

section.section_two .tx_in h1 {
  font-size: 40px;
  margin-top: 50px;
}
}


@media only screen and (max-width: 767px){
section.section_two {
  height: auto;
}
section.section_two .tx_in h1 {
  font-size: 24px;
  margin-top: 100px;
}
section.section_two .content_wrapper h3 {
  font-size: 24px;
}
section.section_two .tx_in p {
  font-size: 13px;
  color: #fff;
  line-height: 23px;
}
.form-control {
  height: 50px !important;
  font-size: 14px;
}

section.section_two .pay_scs .tx_in h1 {
  font-size: 20px;
  margin-top: 100px;
}
main.payment_comp section.section_two {
  height: 100%;
  min-height: 100vh;
}
}

@media only screen and (max-width: 1023px) and (min-width: 768px){
  section.section_two .content_wrapper h3 {
    font-size: 27px;
    color: #5eb94b;
    font-weight: 800;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

}