.profcyma-help {
  background: #000;
  padding: 50px 0%;
}


.profcyma-help .Main_heading_holder h3 {
    color: #fff;
}


.profcyma-help .Main_heading_holder h1 {
  color: #fff;
}

.profcyma-help .Main_heading_holder .main_section_heading_text {
  color: #fff;
}


.profcyma-help .help-card {
  background: #ffeedb;
  padding: 10px;
}

.profcyma-help .help-card .text-holder-title-university h3 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  text-align: left;
}

.profcyma-help .help-card .text-holder-title-university p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-align: left;
}

.profcyma-help .contact_us_btn {
  background: #FF8600;
  border: 0px;
  border-radius: 0px;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 800;
}


.profcyma-help .left_side {
  display: flex;
  justify-content: center;
  align-items: center;
}

.profcyma-help .left_side .div1 {
  margin: 6px;
}

.profcyma-help .left_side .div1 .content_div {
  background: #fff;
  border-radius: 3px;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  margin: 0px 0px 10px;
  width: 217px;
  margin-left: auto;
}

.profcyma-help .left_side .div1 .content_div.content2 {
  background: #fff;
  margin-right: auto;
  margin-left: unset;
}

.profcyma-help .left_side .div1 .content_div .img_div {
  width: auto;
  height: 40px;
}

.profcyma-help .left_side .div1 .content_div .img_div .inner_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.profcyma-help .left_side .div1 .content_div .text_holder {
  margin-left: 16px;
}

.profcyma-help .left_side .div1 .content_div .text_holder .title_text {
  font-size: 16px;
  color: #000;
  font-weight: 800;
  margin-bottom: 0px;
}

.profcyma-help .left_side .div1 .content_div .text_holder .sub_text {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  margin-bottom: 0px;
}

.profcyma-help .left_side .div1 .big_img_div {
  margin: 0px 0px 10px;
  height: 350px;
  width: auto;
}

.profcyma-help .left_side .div1 .big_img_div .big_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 3px;
}

.profcyma-help .right_div {}

.profcyma-help .right_div .all_cards_holder {}

.profcyma-help .right_div .all_cards_holder .coloured_card {
  background: #fff;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 10px;
  height: 100%;
  border-left: 4px solid #fff;
}

.profcyma-help .right_div .all_cards_holder .coloured_card.odd_card {
  background: #fff7ec;
  /* border-left: 4px solid #d38924; */
}

.profcyma-help .right_div .all_cards_holder .coloured_card .heading {
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #000;
}

.profcyma-help .right_div .all_cards_holder .coloured_card .descn {
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: 400;
  color: #666;
}

@media(min-width:0px) and (max-width:767px) {

  .profcyma-help .help-card .text-holder-title-university h3 {
    font-size: 15px;
  }

  .profcyma-help .help-card .text-holder-title-university p {
    font-size: 14px;
  }
}


@media(min-width:0px) and (max-width:575px) {
  .profcyma-help .right_div .all_cards_holder .coloured_card .descn {
    font-size: 12px;
  }



  .profcyma-help .right_div .all_cards_holder .coloured_card .heading {
    font-size: 14px;
  }

  .profcyma-help .left_side .div1 .content_div .text_holder .sub_text {
    font-size: 14px;
  }

  .profcyma-help .left_side .div1 .content_div .img_div {
    height: 34px;
  }

  .profcyma-help .left_side .div1 .content_div .text_holder .title_text {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
  }

  .profcyma-help .right_div .all_cards_holder .coloured_card {
    padding: 10px;
  }

  .profcyma-help .left_side .div1 .big_img_div {
    height: 200px;
  }

  .profcyma-help .left_side .div1 .content_div .text_holder {
    margin-left: 0px;
  }

  .profcyma-help .left_side .div1 .content_div {
    padding: 15px 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .profcyma-help .custom_row {
    flex-direction: column-reverse;
  }

  
}

@media(min-width:575px) and (max-width:991px) {
  .profcyma-help .right_div .all_cards_holder .coloured_card .descn {
    font-size: 14px;
  }

  .profcyma-help .right_div .all_cards_holder .coloured_card .heading {
    font-size: 14px;
  }

  .profcyma-help .left_side .div1 .content_div .text_holder .sub_text {
    font-size: 14px;
  }

  .profcyma-help .left_side .div1 .content_div .img_div {
    height: 34px;
  }

  .profcyma-help .left_side .div1 .content_div .text_holder .title_text {
    font-size: 14px;
  }

  .profcyma-help .right_div .all_cards_holder .coloured_card {
    padding: 10px;
  }

  .profcyma-help .left_side .div1 .big_img_div {
    height: 300px;
  }

  .profcyma-help .custom_row {
    flex-direction: column-reverse;
  }

   .profcyma-help .left_side .div1 .content_div {
    width: 193px;
    padding: 20px 5px;
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .profcyma-help .right_div .all_cards_holder .coloured_card .descn {
    font-size: 14px;
  }

  .profcyma-help .right_div .all_cards_holder .coloured_card .heading {
    font-size: 15px;
  }

  .profcyma-help .left_side .div1 .content_div .text_holder .sub_text {
    font-size: 15px;
  }


  .profcyma-help .left_side .div1 .content_div .text_holder .title_text {
    font-size: 15px;
  }

  .profcyma-help .right_div .all_cards_holder .coloured_card {
    padding: 10px;
  }

  .profcyma-help .left_side .div1 .big_img_div {
    height: 300px;
  }

  .profcyma-help .left_side .div1 .content_div {
    width: 193px;
    padding: 20px 5px;
  }

  .profcyma-help .left_side .div1 .content_div .img_div {
    height: 33px;
  }
}


@media(min-width:1200px) and (max-width:1399px) {
  .profcyma-help .right_div .all_cards_holder .coloured_card .descn {
    font-size: 14px;
  }

  .profcyma-help .right_div .all_cards_holder .coloured_card .heading {
    font-size: 15px;
  }

  .profcyma-help .left_side .div1 .content_div .text_holder .sub_text {
    font-size: 15px;
  }

  .profcyma-help .left_side .div1 .content_div .text_holder .title_text {
    font-size: 15px;
  }
}