h2.section_title_1.green_line_center {
  margin-bottom: 1.25em;
}
/* ====================banner=============================== */
.banner { 
  background-image: linear-gradient( 135deg, rgb(0,97,184) 0%, rgb(80,164,253) 100%);
  padding: 50px 0;
}
.banner .section_text { margin-top: 120px; }
.banner .section_text h1,.banner .section_text p{color: #fff;}
.banner .section_text .btn_div { margin-top: 22px; width: unset; }
.banner .section_img img{
  position: relative;
  margin-bottom: -190px;
}
.banner .section_img {
  justify-content: center;
}
.banner .section_text h1 {
  line-height: 1.15;
  margin-bottom: 14px;
}
/* ====================we_make_careers=============================== */
.we_make_careers { 
  background-image: unset;
  padding-top: 70px;
  padding-bottom: 34px;
  overflow-x: hidden;
}
.we_make_careers .design_1 { top: -90px; left: -40px; }
.we_make_careers .design_2 { top: 50px; right: -30px; }
.we_make_careers .design_3 { top: 230px; left: 48%; }

.we_make_careers .card_container {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  padding: 128px 0;
  padding-bottom: 52px;
  justify-content: center;
  align-items: center;
}
.we_make_careers .card_1 .img_div_1{ 
  height: 66px;
}
.we_make_careers .card_1 {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 5.58px 0.42px rgba(0, 108, 254, 0.13);
  border: 1px solid var(--text_blue);
  align-items: center;
  text-align: center;
  width: 295px;
}
.we_make_careers .card_1:hover{
  border-color: transparent;
}
.we_make_careers .card_1 h2 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1.25px;
  line-height: 1.75em;
  color: var(--text_grey);
  margin-bottom: 0;
}
.we_make_careers .card_1 h6 {
  font-size: 16px;
  font-weight: 900;
  color: var(--light_green);
}
.we_make_careers .card_1 .hr_div{
  border-bottom: 1px solid var(--text_grey);
  opacity: 0.2;
  width: 102px;
  margin: auto;
  margin-bottom: 14px;
}
.we_make_careers .card_1 .wallet_bal{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .88px;
  color: var(--text_blue);
  margin-bottom: 0;
}
.we_make_careers .section_p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.64px;
  line-height: 1.7;
  max-width: 74ch;
  text-align: center;
  margin: auto;
  color: var(--text_grey);
  margin-top: 48px;
}
.we_make_careers .section_p span{
  font-weight: 700;
}

/* ====================incentive=============================== */
.incentive {
  margin-bottom: 50px;
  background-color: var(--text_blue);
}
.incentive .img_div_1 img{
  object-fit: cover;
  width: 100%;
}
.incentive .section_text{
  background-image: linear-gradient( 135deg, rgb(0,97,184) 0%, rgb(80,164,253) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  padding: 80px;
}
.incentive .section_text h2{
  font-size: 37px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.25;
  margin-bottom: 30px;
}
.incentive .section_text p{
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: .92px;
}
.incentive .section_text span{
  font-weight: 700;
}
.incentive .section_text .only_valid{
  font-size: 20px;
  font-weight: 900;
  color: #f6d102;
}
  
/* ====================wallet_cash=============================== */
.wallet_cash .section_text{
  color: #fff;
  flex-direction: column;
  display: flex;
  justify-content: center;
  width: 68%;
  /* margin-left: 32px;
  margin-bottom: 54px; */
  text-shadow: 3px 2px 3.72px rgba(42, 37, 35, 0.27);
  margin: 54px 32px;
}
.wallet_cash .section_text h2 {
  font-size: 34px;
  font-weight: 900;
  line-height: .762;
  letter-spacing: 1.25px;
  margin-bottom: 40px;
  /* margin-top: 60px; */
}
.wallet_cash .section_text p{
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: .92px;
  margin-bottom: 0;
}
.wallet_cash .section_text .for_example span{
  font-weight: 700;
}
.wallet_cash .section_text p:last-child span{
  font-size: 27px;
}
.wallet_cash .content_wrapper{
  display: flex;
  flex-wrap: wrap-reverse;
  background-image: linear-gradient( -45deg, rgb(248,205,4) 0%, rgb(251,133,54) 90%);
  border-radius: 20px;
  max-width: 1123px;
  margin: auto;
}

/* ====================referred_partner=============================== */
.referred_partner {
  margin-top: 64px;
}
.referred_partner .card_container {
  padding: 0;
  padding-bottom: 0;
  gap: 90px;
}
.referred_partner .card_1{
  width: 413px;
  padding-bottom: 40px;
  padding-top: 90px;
}
.referred_partner .green_arrow {
  background-color: var(--light_green);
  position: absolute;
  left: -20px;
  top: 20px;
  border-radius: 50px 0 0 50px;
  padding: 4px 74px 4px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: .72px;
  color: var(--text_grey);
  margin-bottom: 28px;
}
.referred_partner .green_arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
  border-left: none;
  border-right-color: #fff;
}
.referred_partner .card_container .card_1:last-child .hr_div{
  margin: 30px auto;
}

/* ====================cloudshope_services=============================== */
.cloudshope_services {
  padding: 10px 0;
}
.cloudshope_services .card_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  padding: 50px 0;
}
.cloudshope_services .card_1{
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 4px 11.31px 1.69px rgba(15, 145, 241, 0.16);
  width: 385px;
}
.cloudshope_services .card_1:hover{
  box-shadow: 0px 4px 8.7px 1.3px rgba(15, 145, 241, 0.06);
}
.cloudshope_services .card_1 .img_div_1{
  height: 70px;
  margin-top: 20px;
}
.cloudshope_services .card_1 h6{
  margin-top: 45px;
  margin-bottom: 26px;
}


/* ====================read_more=============================== */
.read_more .section_title_1{
  font-weight: 700;
}
.read_more .container {
  background-image: linear-gradient( -62deg, rgba(0,97,184, .051) 0%, rgba(80,164,253, .051) 100%);
  border-radius: 24px;
  margin: 20px auto 70px;
  padding: 10px 0 50px 0;
}
.read_more ul{
  text-align: center;
  margin-top: 34px;
}
.read_more ul li{
  padding: 0 12px;
  position: relative;
}
.read_more ul li::after{
  content: "";
  position: absolute;
  border: 1px solid var(--light_blue);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
}
.read_more ul li a{
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0.54px;
  color: var(--text_grey);
}


/* ====================usp=============================== */
.usp .section_text{
  padding: 60px 90px 20px 106px;
}
.usp .section_text h2{
  font-size: 30px;
  margin-bottom: 10px;
}
.usp .section_text ul li{
  position: relative;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
.usp .section_text ul li::before{
  position: absolute;
  left: 0;
  top: 0.3em;
  content: "";
  border-radius: 50%;
  background-color: rgb(246, 209, 2);
  width: 13px;
  height: 13px;
}

/* ====================sale_process=============================== */
.sale_process .container{
  padding-top: 40px;
  padding-bottom: 60px;
}
.sale_process .text_div{
  border-radius: 10px;
  background-color: rgba(59, 147, 235, .051);
  padding: 20px 26px;
  margin: 40px 60px 40px 40px;
  transition: .3s;
}
.sale_process .text_div1{
  background-color: rgba(59, 147, 235, .0100);
}
.sale_process .text_div:hover{
  box-shadow: 0px 0px 15px 0px #0061b825;
}
.sale_process .text_div h5{
  font-size: 21px;
  color: var(--text_blue);
  font-weight: 700;
  line-height: 1.286;
  max-width: 23ch;
}
.sale_process .text_div p{
  color: var(--text_grey);
  line-height: 1.563;
  margin-bottom: 30px;
}
.sale_process .steps {
  background-color: var(--light_blue);
  border: 5px solid #ebf4fd;
  width: 205px;
  height: 58px;
  color: #fff;
  border-radius: 50px;
  display: flex;justify-content: center;align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.227;
  margin: 40px 0 0 30px;
}
.sale_process .steps_left {
  margin: 40px 30px 0 0;
  margin-left: auto;
}
.sale_process .text_div_left {
  margin: 40px 40px 40px 60px;
}
.sale_process .row{
  position: relative;
}
.sale_process .container{
  position: relative;
}
.sale_process .container::after {
  content: "";
  border-left: 1px solid rgba(148, 16, 16, 0.06);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  height: 93%;
  z-index: -1;
}

.sale_process .row::after{
  content: url(../png/our_process_design.png);
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translate(-50%, -50%);
}


/* ====================apply_now=============================== */
.apply_now{
  padding-top: 27px;
  background-image: linear-gradient( 180deg, rgb(210,239,253) 0%, rgb(255,255,255) 100%);
  overflow-x: hidden;
}
.apply_now .design_1 { left: -80px; top: 190px; }
.apply_now .design_2 { right: -70px; top: 30px; }
.apply_now .design_3 { left: 30px; bottom: 60px; }

.apply_now .section_title_2{
  font-size: 25px;
}
.section_title_2::after {
  bottom: -30px;
}
.apply_form {
  max-width: 900px;
  margin: auto;
  padding: 44px 0;
}
.apply_form label{
  font-weight: 500;
}
.apply_form input, .apply_form textarea, .apply_form select {
  /* border: 1px solid rgba(71, 71, 71,.102); */
  display: block;
  width: 100%;
  padding: 14px;
  margin-bottom: 32px;
}
.apply_form textarea{
  resize: none;
  height: 272px;
}
#fileInput{display: none;}
.upload_cv .file_name{margin-left: 8px;}
.upload_cv p{margin-bottom: 15px; font-weight: 500;}
.upload_cv p span{
  font-size: 13px;
  color: var(--text_blue);
}
.apply_form .upload_cv_label{
  border: 1px solid var(--text_blue);
  padding: 12px 14px;
  margin-top: -15px;
  transition: .3s;
}
.apply_form .upload_cv_label:hover{
  background-color: var(--text_blue);
}
.apply_form .upload_cv_label:hover .title{
  color: #fff;
}
.apply_form .upload_cv_label:hover svg {
  fill: #fff;
}
.apply_form .upload_cv_label svg{
  fill: var(--text_blue);
  width: 20px;
}
.apply_form .upload_cv_label .title {
  font-size: 15px;
  font-weight: 500;
  color: var(--text_blue);
  margin-left: 2px;
  letter-spacing: 0.6px;
}
.apply_now .btn_wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}
.apply_now .btn_wrapper .btn_div{
  width: 160px;
}
.apply_now .btn_wrapper .btn_div:last-child{
  background-color: #ebebeb;
}
.apply_now .btn_wrapper .btn_div:last-child:hover{
  background-color: #9c9c9c;
}
#designation {
  background: url(../svg/chevron_down_black.svg) no-repeat 95% 50% / 20px, #fff;
  appearance: none;
  font-size: 15px;
  font-weight: 500;
  color: var(--text_grey);
  border: none;
}

/* ====================media_Queries=============================== */
@media only screen and (max-width:1025px){
.banner .section_text { margin-top: 0px; }
.banner { padding: 120px 0 0 0; }
.banner .section_img img { margin-bottom: -90px; }
.banner .section_text .btn_div { margin-bottom: 0px; }
.we_make_careers .card_container { padding: 30px 0; gap: 16px;}
.we_make_careers .card_1 { text-align: center; align-items: center; }
.we_make_careers .design {transform: scale(.5);}
.incentive .img_div_1 img { height: 500px; }
.incentive .section_text { padding: 40px; }
.wallet_cash .content_wrapper { justify-content: center; text-align: center; }
.wallet_cash .section_text h2 { font-size: 24px; line-height: 1.25; margin-bottom: 20px; }
.wallet_cash .section_text p { font-size: 18px; }
.wallet_cash .img_div_1{ margin-top: 32px; }
.wallet_cash .section_text p:last-child span { font-size: 20px; }
.referred_partner { margin-top: 24px; }
.referred_partner .card_container{ flex-direction: column; gap: 38px; }
.cloudshope_services .card_container { gap: 22px; }
.cloudshope_services .card_1 { width: 335px; }
.read_more .section_title_1 { margin-top: 30px; }
.read_more ul li { display: block; }
.read_more ul li::after{ content: none; }
.usp .section_text h2{ margin-bottom: 30px; }
.sale_process .container { padding-top: 70px; }
.sale_process .container::after{ content: none; }
.sale_process .row{position: relative;}
.sale_process .row::after{ content: none; }
.sale_process .steps_left { margin-right: 0; }
.sale_process .text_div { margin-bottom: 50px; text-align: center; padding-top: 50px; }
.sale_process .text_div h5 { margin: 0 auto 8px; }
.sale_process .steps{ position: absolute; top: 0; left: 50%; transform: translate(-50%,-50%); margin-left: 0;}
.apply_form input, .apply_form textarea, .apply_form select { margin-bottom: 12px; }
.apply_form { padding: 44px 44px; }
.upload_cv{ margin-top: 32px; }
}

@media only screen and (max-width:767px){
.banner .section_text { padding-right: unset; }
.banner .section_img img { margin-bottom: -20px; }
.we_make_careers { margin-top: 50px; }
.we_make_careers .card_container { padding: 30px 0 0 0!important; }
.we_make_careers .section_p { font-size: 14px; margin-top: unset; }
.we_make_careers .card_1 { margin: 0 32px; padding: 12px; }
.we_make_careers .card_1 h2 { font-size: 24px; }
.apply_form { padding: 44px 12px; }
.apply_form textarea { height: 175px; }
.apply_form input, .apply_form textarea, .apply_form select { padding: 6px 12px; font-size: 14px;}
.apply_form label{ font-size: 14px; }
.apply_form .upload_cv_label { padding: 8px 18px; }
.referred_partner .green_arrow { padding: 4px 34px 4px 14px; font-size: 16px; letter-spacing: 0; }
.referred_partner .green_arrow::after { border-width: 18px; }
.referred_partner .card_container .card_1:last-child .hr_div { margin: auto auto 14px auto; }
.referred_partner .card_1 { width: 300px; margin: 0 20px; padding-top: 60px; }
.incentive .section_text { padding: 30px; }
.incentive .section_text h2 { font-size: 22px; margin-bottom: 20px; }
.incentive .section_text p { font-size: 16px; }
.incentive .section_text .only_valid { font-size: 16px; }
.incentive .img_div_1 img { height: 300px; transform: unset; }
.wallet_cash .section_text { margin: 32px auto; width: 90%; }
.wallet_cash .section_text h2 { font-size: 19px; font-weight: 700; }
.wallet_cash .section_text p { font-size: 16px; }
.cloudshope_services .card_1 { width: 300px; padding: 16px; }
.cloudshope_services .card_1 h6 { margin: 8px auto; }
.cloudshope_services .card_1 .img_div_1 { margin-top: unset; }
.read_more ul li a { font-size: 14px; line-height: 1.5; letter-spacing: 0; }
.read_more ul { text-align: left; margin-top: 8px; max-width: 80%; margin: auto; }
.usp .section_text h2{ font-size: 20px; }
.usp .section_text ul li { margin-bottom: 1em; font-size: 14px; }
.sale_process .container { padding-top: 10px; }
.sale_process .text_div { margin: 40px 15px 0; padding: 30px 20px; }
.sale_process .text_div h5 { font-size: 17px; }
.sale_process .text_div p { margin-bottom: 10px; font-size: 14px; letter-spacing: 0; }
.sale_process .steps { width: 125px; height: 40px; font-size: 16px; }
}
