/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@media screen and (min-width:1450px) {
  .ct_signup_right_content {
    padding-inline: 100px !important;
  }

  .ct_overlay_imgaes img {

    max-width: 280px;
    height: 150px;

  }

  /* .ct_webinar_img img {
    height: 641px;
} */
}


@media screen and (min-device-width:1326px) and (max-device-width:1326px) {
  .ct_signup_right_content {

    height: calc(100vh - 32px);
    overflow-y: auto;
    margin-block: auto;
    display: block;
    padding-block: 30px;

  }
}

@media screen and (max-width: 1199px) {
  .ct_navbar li a {
    font-size: 16px;
  }

  .ct_navbar ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: fixed;
    width: 300px;
    right: -100%;
    height: 100vh;
    background-color: orange;
    top: 0px;
    padding: 60px 30px;
    z-index: 999;
    -webkit-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
  }

  .ct_navbar.ct_show ul {
    right: 0px;
  }

  .ct_close_menu {
    display: block;
  }

  .ct_navbar li a:hover,
  .ct_navbar li a.active {
    color: var(--blue);
  }

  .ct_menu_bar {
    display: block;
  }

  .ct_navbar {
    padding-left: 0px;
  }

  .ct_navbar ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .ct_fs_44 {
    font-size: 28px;
  }

  .ct_custom_dropdown {

    -webkit-transform: unset;

    -ms-transform: unset;

    transform: unset;
    position: relative;
    top: 0px;

    display: none;
  }

  .ct_navbar ul li:hover .ct_custom_dropdown {
    display: block;
  }

  .ct_line_h_111 {
    line-height: 85px;
  }

  .ct_fs_85 {
    font-size: 60px;
  }

  .ct_flex_col_1199 {
    flex-direction: column;
    align-items: start !important;
  }

  .ct_dash_short_header ul {
    position: unset !important;
    width: auto;
    flex-direction: row;
    background: unset;
    height: auto;
    padding: 0px;
  }

  .ct_dash_short_header .ct_menu_bar {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .ct_looking_for_work_bg {

    padding: 100px 80px;
    width: calc(100% - 105px);

  }

  .ct_flex_col_991 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
  }

  .ct_w_100_991 {
    width: 100%;
  }

  .ct_overlay_imgaes img {
    position: absolute;
    width: 100%;
    max-width: 150px;
    height: 100px;
    border-radius: 20px;
  }

  .ct_how_work_img img {

    height: 350px;

  }

  .ct_row_inverse_991 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .ct_filter_sidebar {
    position: fixed;
    left: -100%;
    top: 0px;
    z-index: 99;
    transition: 0.4s ease all;
    width: 100%;
    padding: 20px !important;
    max-width: 300px;
    height: 100vh;
    overflow-y: auto;
    border-radius: 0px;
  }

  .ct_filter_sidebar.show {
    left: 0px;
  }

  .ct_close_filter {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: #eeee;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    transition: 0.4s ease all;
  }

  .ct_close_filter:hover {
    background-color: var(--orange);
    color: #fff;
  }

}

@media screen and (max-width: 767px) {
  .ct_flex_col_767 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;

  }

  .ct_looking_for_work_bg {
    width: calc(100% - 0px);
    border-radius: 0px;
  }

  .ct_overlay_imgaes img:nth-child(3) {
    top: 75%;

  }

  .ct_overlay_imgaes img:nth-child(4) {
    top: 75%;

  }

  .ct_overlay_imgaes img:nth-child(1) {
    top: 20px;
  }

  .ct_overlay_imgaes img:nth-child(2) {
    top: 20px;
  }

  .ct_px_0_767 {
    padding-inline: 0px;
  }

      .ct_img_h_338 img {
        height: 241px;
        width: 100%;
    }

  .ct_timeline_main li {

    gap: 70px;
  }

  .ct_timeline_right_dot:before {

    left: -48px;
    width: 25px;
    height: 25px;
  }

  .ct_timeline_left_dot:before {
    width: 25px;
    height: 25px;

    right: -48px;
  }

  .ct_icon_30 {
    width: 20px !important;
  }

  .ct_img_h_617 {
    height: 350px !important;
  }

  .ct_signup_right_content {
    height: 100%;
    padding-block: 20px;
  }

  .ct_looking_for_work_bg {
    padding: 50px 40px;
    width: calc(100% - 0px);
  }


  .ct_what_gain_img img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }

  .ct_blue_shape_bg {

    -webkit-clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);

    clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);

  }

  .ct_yellow_shape_bg {
    -webkit-clip-path: polygon(0% 0%, 100% 4%, 100% 100%, 0% 92%);
    clip-path: polygon(0% 0%, 100% 4%, 100% 100%, 0% 92%);
  }
}

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

  .ct_header,
  .ct_contact_banner_bg,
  .ct_px_40 {
    padding-inline: 15px;
  }

  .ct_header {
    gap: 0px;
  }

  .ct_overlay_imgaes img:nth-child(1) {
    left: 10px;
  }

  .ct_overlay_imgaes img:nth-child(2) {
    right: 10px;
  }

  .ct_overlay_imgaes img:nth-child(3) {
    left: 10px;
  }

  .ct_overlay_imgaes img:nth-child(4) {
    right: 10px;
  }

  .ct_overlay_imgaes img:nth-child(5) {
    left: 20px;
  }

  .ct_overlay_imgaes img:nth-child(6) {
    right: 20px;
  }

  .ct_overlay_imgaes img {
    max-width: 90px;
    height: 70px;
  }

  .ct_custom_tabs.nav-pills .nav-link,
  .ct_custom_tabs.nav-pills li {
    width: 100%;
  }

  .ct_speakers_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ct_w_100_575 {
    width: 100%;
  }

  .ct_flex_col_575 {
    flex-direction: column;
    align-items: start !important;
  }

  .ct_pb_3_575 {
    padding-bottom: 15px;
  }
}