@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
    font-family: "IBM Plex Sans", sans-serif;
  scroll-behavior: smooth;
}

h2,h1{
    font-family: "Figtree", sans-serif;

}
p{
  font-size: 16px;
}

:root {
  --orange_gradient: linear-gradient(90deg, #e44c3a 0%, #ee4838 100%);
  --green: #00b355;
  --blue-gradient: linear-gradient(180deg, #5290cc 0%, #1b83c1 100%);
  --light_blue: #dbeefa;
  --dark_blue: #0064ff;
  --orange: #e84b39;
  --blue: #0064ff;
  --yellow: #e1aa22;
  --grey: #f8fafc;
  --dark_grey: #333333;
  --red: #e02424;
}

.ct_yellow_badge_bg {
  background-color: #ffc400;
}

.ct_green_text {
  color: var(--green);
}

section {
  overflow-x: hidden;
}

html,
body {
  min-height: 100vh;
  /* overflow-x: hidden; */
  /* overflow-y: auto; */
}

.ct_peacock_blue_text {
  color: #0f6697;
}

.ct_text_justify {
  text-align: justify;
}

/* all spacing css S */
.ct_py_70 {
  padding-block: 70px;
}

.ct_mt_100 {
  margin-top: 100px;
}

.ct_mb_100 {
  margin-bottom: 100px;
}

.ct_py_50 {
  padding-block: 50px;
}

.ct_mt_50 {
  margin-top: 50px;
}

.ct_mb_50 {
  margin-bottom: 50px;
}

.ct_mt_85 {
  margin-top: 85px;
}

.ct_mb_34 {
  margin-bottom: 34px;
}

.ct_mt_34 {
  margin-top: 34px;
}

.ct_ps_35 {
  padding-left: 35px;
}

.ct_mt_40 {
  margin-top: 40px;
}

.ct_mb_44 {
  margin-bottom: 44px;
}

.ct_py_20 {
  padding-block: 20px !important;
}

.ct_mt_18 {
  margin-top: 18px;
}

.ct_mb_18 {
  margin-bottom: 18px;
}

/* all spacing css E */
/* All Reset Css S */
ul,
ol {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
}

.form-control {
  appearance: auto;
}

.form-control:focus {
  box-shadow: unset;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/* All Reset Css E */
/* All Font Size css S */
.ct_fs_80 {
  font-size: 60px;
}

.ct_fs_44 {
    font-size: 36px;
    line-height: 48px;
}

.ct_fs_38 {
  font-size: 38px;
  line-height: 53.2px;
}

.ct_fs_34 {
  font-size: 34px;
  line-height: 47.6px;
}

.ct_fs_32 {
  font-size: 32px;
  line-height: 44.8px;
}

.ct_fs_30 {
  font-size: 30px;
  line-height: 37.65px;
}

.ct_fs_28 {
  font-size: 28px;
  line-height: 39.2px;
}

.ct_fs_26 {
  font-size: 26px;
  line-height: 32.63px;
}

.ct_fs_24 {
  font-size: 24px;
  line-height: 38.4px;
}

.ct_fs_22 {
  font-size: 22px;
  line-height: 30.8px;
}

.ct_fs_18 {
  font-size: 18px;
  line-height: 31.26px;
}

.ct_fs_17 {
  font-size: 17px;
  line-height: 23.8px;
}

.ct_fs_16 {
  font-size: 16px;
  line-height: 20.08px;
}

.ct_fs_14 {
  font-size: 14px !important;
  line-height: 19.6px;
}

.ct_fs_12 {
  font-size: 12px;
  line-height: 19.2px;
}

/* All Font Size css E */
.ct_border_radius_10 {
  border-radius: 10px !important;
}

/* All Font Weight Css S */
.ct_fw_100 {
  font-weight: 100;
}

.ct_fw_200 {
  font-weight: 200;
}

.ct_fw_300 {
  font-weight: 300;
}

.ct_fw_400 {
  font-weight: 400;
}

.ct_fw_500 {
  font-weight: 500;
}

.ct_fw_600 {
  font-weight: 600;
}

.ct_fw_700 {
  font-weight: 700;
}

.ct_fw_800 {
  font-weight: 800;
}

.ct_fw_900 {
  font-weight: 900;
}

/* All Font Weight Css E */
.ct_line_h_25 {
  line-height: 25.6px;
}

.ct_line_h_70 {
  line-height: 70px;
}

.ct_line_h_30 {
  line-height: 30px;
}

/* All Text Color  css S */
.ct_orange_gredient_text {
  background: linear-gradient(
      90.18deg,
      #3D40F6 18.49%,
      #D000FF 33.41%,
      #FF2929 56.34%,
      #FABB00 75.95%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ct_orange_text {
  color: var(--orange);
}

.ct_dark_blue_text {
  color: var(--dark_blue) !important;
}

.ct_dark_grey_bg {
  background-color: #ececec;
}

.ct_red_text {
  color: var(--red);
}

.ct_grey_text {
  color: #00000080;
}

/* All Text Color  css E */

/* All Button Css S */
.ct_blue_btn_fill {
  padding: 12px 30px;
  border-radius: 5px;
  background-color: var(--dark_blue);
  color: #fff;
  display: inline-block;
  align-items: center;
  border: 1.85px solid var(--dark_blue);
  justify-content: center;
  font-size: 16px;
  line-height: 20.08px;
  font-weight: 600;
  text-align: center;
  transition: 0.4s ease all;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.ct_blue_outline_btn {
  padding: 12px 30px;
  border-radius: 5px;
  background-color: transparent;
  color: var(--dark_blue);
  display: inline-block;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.08px;
  text-align: center;
  border: 1.85px solid var(--dark_blue);
  transition: 0.4s ease all;
  position: relative;
  z-index: 1;
}

.ct_blue_btn_fill:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: #3778fa;
  width: 0%;
  height: 100%;
  border-radius: 5px;
  transition: 0.4s ease all;
  z-index: -1;
}

.ct_blue_outline_btn:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: var(--dark_blue);
  width: 0%;
  height: 100%;
  border-radius: 5px;
  transition: 0.4s ease all;
  z-index: -1;
}

.ct_blue_outline_btn:hover {
  border-color: var(--dark_blue) !important;
}

.ct_blue_btn_fill:hover {
  border: 1px solid #3778fa;
  color: #fff !important;
}

.ct_blue_outline_btn:hover {
  color: #fff !important;
}

.ct_blue_btn_fill:hover:before,
.ct_blue_outline_btn:hover:before {
  width: 100%;
}

/* All Button Css E */

/* Header Css S */
header {
  padding: 15px 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  height: 98px;
  position: relative;
  z-index: 9;
}

.ct_dash_toggle_bar {
  display: none;
}

.ct_d_desk_none {
  display: none;
}

.ct_logo img {
  width: 100%;
  max-width: 141px;
}

.ct_middle_navbar {
  flex: 1;
  display: flex;
  justify-content: center;
  width: 100%;
}

.ct_middle_navbar nav {
  flex: 1;
}

.ct_middle_navbar ul:not(.ct_dropdown_items ol) {
  display: flex;
  align-items: center;
  gap: 34px;
  justify-content: center;
  transform: scaleX(1);
}

.ct_middle_navbar ul li a,
.ct_right_menu ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  transition: 0.4s ease all;
}

.ct_middle_navbar ul li a:hover,
.ct_right_menu ul li a:hover {
  color: var(--orange);
}

.ct_right_menu ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

#hamburger-12:hover .ct_line:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

#hamburger-12:hover .ct_line:nth-child(3) {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.ct_hamburger .ct_line {
  width: 30px;
  height: 2px;
  background-color: #000;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ct_hamburger {
  display: none;
}

.ct_hamburger:hover {
  cursor: pointer;
}

.ct_close_bar {
  display: none;
}

.ct_custom_dropdown {
  background-color: #fff;
  /* padding: 28px 21px; */
  border-radius: 10px;
  position: absolute;
  top: 40px;
  transform: rotateX(22deg);
  transform: perspective(1000px) rotateX(-90deg);
  transition: 0.4s ease all;
  perspective-origin: bottom;
  transform-origin: top;
  z-index: 999;
  overflow: hidden;
  max-width: 400px;
  width: 100%;
}

.ct_middle_navbar ul li:hover .ct_custom_dropdown {
  transform: perspective(1000px) rotateX(0deg);
}

.ct_dropdown_items ol,
.ct_dropdown_items ol li+li {
  margin-top: 13px;
}

.ct_dropdown_items li a {
  transition: 0.4s ease all;
}

.ct_dropdown_items li a:hover {
  color: var(--orange);
}

.ct_custom_dropdown {
  display: grid;
  grid-template-columns: 49% 49%;
  gap: 2%;
}

.ct_mega_dropdown_width {
  width: 100%;
  max-width: 770px;
}

.ct_drop_grey_bg {
  background-color: #f8f9fa;
}

.ct_dropdown_items {
  padding: 28px 22px;
}

.ct_drop_title_icon {
  width: 28px;
  height: 28px;
  border: 1px solid var(--dark_blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ct_grid_2_flex {
  display: grid;
  grid-template-columns: 40px auto;
}

.ct_header_main.ct_sticky_menu {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0px;
  z-index: 9;
  animation: slideDown 0.35s ease-out;
  left: 0px;
  right: 0px;
  z-index: 999;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* Header Css E */

/* Hero Banner Css S */


.ct_hero_banner_left_cnt h1 {
  margin-bottom: 22px;
}

.ct_hero_banner_left_cnt h3 {
  margin-bottom: 26px;
}

.ct_px_80 {
  padding-inline: 80px;
}

.bi::before,
[class*=" bi-"]::before,
[class^="bi-"]::before {
  font-weight: 600 !important;
}

.ct_hero_banner_left_cnt ul {
  margin-bottom: 40px;
}

.ct_hero_banner_left_cnt ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  justify-content: center;
}

.ct_hero_banner_left_cnt ul li+li {
  margin-top: 6px;
}

.ct_hero_banner_left_cnt ul i {
  color: #125780;
  font-size: 24px;
}

.ct_btn_group {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ct_hero_right_main {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 749px;
  width: 749px;
}

.ct_hero_img_back_shape {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-inline: auto;
  z-index: -1;
}

.ct_hero_img_back_shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.ct_overlay_images img {
  position: absolute;
  transform: translateY(-50%);
}

.ct_overlay_images img:first-child {
  bottom: -8%;
  left: 0px;
  animation: hero_first_overlay 1s 2s infinite ease-out alternate;
}

@keyframes hero_first_overlay {
  0% {
    bottom: -8%;
  }

  100% {
    bottom: -12%;
  }
}

.ct_overlay_images img:last-child {
  top: 30%;
  right: 30px;
  animation: hero_first_overlay2 1s 2s infinite ease-out alternate;
}

@keyframes hero_first_overlay2 {
  0% {
    top: 30%;
  }

  100% {
    top: 34%;
  }
}

.ct_img_w_80 {
  width: 80%;
}

.ct_inner_banner_main_cnt {
  /* height: 830px; */
  display: grid;
  padding-block: 50px;
  align-items: center;
}

.ct_brand_logo {
  width: 100%;
}

.ct_brand_logo img {
  object-fit: contain;
  max-width: 100%;
  aspect-ratio: 1;
}

.ct_home_brand_slider {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-content: center;
}

.ct_marquee_man {
  display: flex;
  align-items: center;
}

/* Hero Banner Css E */

/* Flexible Service Section css S */
.ct_flexible_srvc_bg {
  background-image: url(../img/Two_cards_line_bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.ct_link_arrow {
  display: flex;
  align-items: center;
  transition: 0.4s ease all;
}

.ct_link_arrow i {
  transition: 0.4s ease all;
}

.ct_link_arrow:hover i {
  padding-left: 5px;
}

.ct_flexible_srvc_img {
  position: relative;
  z-index: 1;
}

.ct_flexible_srvc_img>img:not(img + img) {
  width: 100%;
}

.ct_flexible_srvc_img img+img {
  position: absolute;
  left: 50%;
  transform: translateX(20%);
  z-index: -1;
  top: -46px;
  width: 150px;
  animation: blink_arrow 1s 2s infinite ease-out alternate;
}

@keyframes blink_arrow {
  0% {
    opacity: 0.3;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.ct_flexible_srvc_img_left_shape img+img {
  top: -46px;
  left: 0%;
  transform: translateX(0%);
  animation: blink_arrow 1s 2s infinite ease-out alternate;
}

@keyframes blink_arrow {
  0% {
    opacity: 0.3;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Flexible Service Section css E */
/* How it works Section S */
.ct_how_works_bg {
  background-color: var(--grey);
  padding-block: 42px;
}

.ct_how_works_img {
  position: relative;
  overflow: hidden;
  transition: 0.4s ease all;
}

.ct_how_works_img img {
  width: 100%;
  border-radius: 5px;
  transition: 0.4s ease all;
}

.ct_how_works_img img+img {
  position: absolute;
  top: 0%;
  z-index: 9;
  left: 0px;
  width: 300px;
}

.ct_how_works_collapse .accordion-item+.accordion-item {
  margin-top: 8px;
}

.ct_how_works_collapse .accordion-item,
.ct_how_works_collapse .accordion-item button {
  border-radius: 10px;
  overflow: hidden;
}

.ct_how_works_collapse .accordion-item button {
  font-weight: 600;
}

.ct_how_works_collapse .accordion-item button:focus {
  box-shadow: unset;
}

.ct_how_works_collapse .accordion-item button:not(.collapsed) {
  background: linear-gradient(112.78deg, #094CFF 29.65%, #1e91d6 107.21%);
  color: #fff;
}

.ct_how_works_collapse .accordion-item button:not(.collapsed):after {
  filter: brightness(67.5);
}

.ct_how_works_collapse .accordion-item {
  border: 1px solid #edeeef;
}

/* How it works Section E */

/* Free Demo Css S */
.ct_free_demo_bg {
    /* background-image: url(../img/news-letter_bg_wihout_shape.png); */
    background-position: center;
    background-size: cover;
    padding-block: 64px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    background: linear-gradient(112.78deg, #094cffc9 29.65%, #1e91d6 107.21%);
}

.ct_free_demo_bg:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  width: 200px;
  height: 200px;
  filter: invert(1);
  background-image: url(../img/left_bottom_shape.svg);
}

.ct_free_demo_bg:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
    filter: invert(1);
  width: 200px;
  height: 200px;
  background-image: url(../img/right_dot_shape.svg);
}

/* Free Demo Css E */

/* Flexible Service 2 Css S */
.ct_link_green {
  position: relative;
  border-bottom: 2px solid var(--green);
  padding-bottom: 4px;
  color: #000;
  font-weight: 600;
}
.ct_link_blue:hover{
  color: var(--blue);

}
.ct_flexible_srvc_bg2 {
  background-image: url("../img/no_tech_needed_line_bg.png");
}

/* Flexible Service 2 Css E */

/* Featured Section S */
.ct_featured_logo_bg {
  background-color: var(--grey);
  padding-block: 20px;
}

.ct_featured_logo_bg .owl-dots,
.ct_featured_logo_bg .owl-nav {
  display: none;
}

.ct_white_outline_border {
  border-color: #fff;
  border-width: 2px;
  color: #fff;
}

.ct_white_btn_on_hover_outline:before {
  background-color: #fff;
}

.ct_white_btn_on_hover_outline:hover {
  color: #000 !important;
}

.ct_types_app_card {
  background-color: #dbeefa;
  border-radius: 10px;
  overflow: hidden;
}

.ct_types_app_card {
  background-color: #0064ff24;
  border-radius: 10px;
  display: grid;
  grid-template-columns: auto auto;
}

.ct_app_types_img {
  padding-inline: 50px;
  padding-top: 50px;
}

.ct_app_types_cnt {
  padding: 33px 13px;
  background: var(--dark_blue);
}

/* Featured Section E */

/* Apps Type Section S */
.ct_app_types_cnt h4,
.ct_app_types_cnt p {
  color: #fff;
}

.ct_link_blue {
  border-color: var(--dark_blue);
}

/* Apps Type Section E */

/* Recent Best Work S */
.ct_grey_bg {
  background-color: var(--grey);
}

.ct_recent_work_slider_img img {
  width: 100%;
  border-radius: 10px;
}

.ct_recent_work_slider .owl-dots,
.ct_recent_work_slider .owl-nav {
  display: none;
}

/* Recent Best Work E */

/* Testimonial Section css S */
.ct_testimonial_tabs .nav-tabs {
  justify-content: center;
  border: 0px;
}

.ct_testimonial_tabs .nav-tabs .nav-item.show .nav-link,
.ct_testimonial_tabs .nav-tabs .nav-link.active,
.ct_testimonial_tabs .nav-tabs .nav-link:hover {
  border: 0px !important;
}

.ct_testimonial_tabs .nav-tabs .nav-link {
  position: relative;
  padding: 10px 12px;
  z-index: 1;
  font-size: 18px;
  font-weight: 600;
  border: 0px !important;
  color: #000;

}
.ct_documents_tab_12 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  border-bottom: 0px !important;
}

.ct_testimonial_tabs .nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0%;
  height: 3px;
  transition: 0.4s ease all;
  background-color: var(--dark_blue);
  left: 0px;
}

.ct_testimonial_tabs .nav-tabs .nav-link.active:after,
.ct_testimonial_tabs .nav-tabs .nav-link:hover:after {
  width: 100%;
}

.ct_testimonial_tabs .nav-tabs {
  justify-content: center;
  border: 0px;
  gap: 15px 56px;
}

.ct_review_star ul {
  display: flex;
  align-items: center;
  gap: 5px;
}

.ct_yellow_star {
  color: #fad841;
}

.ct_testimonial_right_img {
  position: relative;
  max-width: 308px;
}

.ct_testimonial_img {
  position: relative;
  max-width: 213px;
  height: 246px;
  overflow: hidden;
}

.ct_testimonial_mask {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../img/Ellipse_2.png");
  mask-image: url("../img/Ellipse_2.png");
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
}

.ct_testimonial_mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the image covers the mask area */
}

.ct_bottom_arrow_shape_1 {
  position: relative;
}

.ct_bottom_arrow_shape_1:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-image: url(../img/red_arrow_shape.png);
  width: 60px;
  height: 60px;
  background-size: contain;
}

.ct_testimonial_main {
 background-color: #e8f1ff;
  z-index: 1;
  padding: 30px;
  border-radius: 15px;

}

.ct_testimonial_right_img .ct_line_overlay_shape123 {
  position: absolute;
  top: 28px;
  z-index: -1;
  left: 50px;
  max-width: 216px;
}

.ct_quote_img_20 {
  width: 20px !important;
}

.ct_testimonial_slider .owl-nav {
    display: flex !important
;
    gap: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    justify-content: space-between;
}

.ct_testimonial_slider p{
  font-size: 16px;
}

.ct_testimonial_slider .owl-nav button span {
  display: none;
}

.ct_testimonial_slider .owl-nav button.owl-prev {
  width: 30px;
  background-image: url(../img/left_arrow.png);
  height: 30px;
  background-size: 18px;
  background-color: #4447f6;
  background-repeat: no-repeat;
  align-items: center;
  background-position: center;
  border-radius: 5px;
  transition: 0.4s ease all;
}
.ct_testimonial_slider .owl-nav button.owl-prev{
  left: -40px;
  position: relative;
}
.ct_testimonial_slider .owl-nav button.owl-next{
  right: -40px;
    position: relative;
}


.ct_testimonial_slider .owl-nav button.owl-next {
  width: 30px;
  background-image: url(../img/right_arrow.png);
  height: 30px;
  background-size: 18px;
  background-color: #4447f6;
  background-repeat: no-repeat;
  align-items: center;
  background-position: center;
  transition: 0.4s ease all;
  border-radius: 5px;
}

.ct_testimonial_slider .owl-nav button:hover {
  background-color: #4447f6;
  opacity: 0.6;
}

/* Faq section css S */
.ct_mt_119 {
  margin-top: 119px;
}

.ct_faq_img img {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  object-fit: cover;
}

.ct_faq_question_main div#faq_accordionExample {
  border: 0px;
  background: transparent;
  border-radius: 0px;
}

.ct_faq_question_main .accordion-item {
  border: 0px;
  background: transparent;
  border-radius: 0px;
}

.ct_faq_question_main .accordion-item button.accordion-button {
  background: transparent;
  border-top: 1px solid #02010114;
  border-radius: 0px !important;
  padding-block: 19px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.ct_faq_question_main .accordion-item button.accordion-button:focus {
  box-shadow: none;
}

.ct_faq_question_main .accordion-button.collapsed::before {
  content: "";
  position: absolute;
  right: 6px;
  flex-shrink: 0;
  background-image: none;
  width: 2px;
  height: 15px;
  border-radius: 4px;
  background-color: #000;
}

.ct_faq_question_main .accordion-button::after {
  background-image: none;
  width: 15px;
  height: 2px;
  position: absolute;
  right: 0px;
  flex-shrink: 0;
  border-radius: 4px;
  background-color: #000;
}

.ct_faq_question_main .accordion-button.collapsed::after {
  background-image: none;
  width: 15px;
  height: 2px;
  position: absolute;
  right: 0px;
  flex-shrink: 0;
  border-radius: 4px;
  background-color: #000;
}

/* Faq section css E */

/* got question css S */
.ct_got_question_bg {
  background-image: url("../img/get_question_bg.png");
  padding-block: 52px;
  background-position: center;
  position: relative;
}

.ct_got_question_bg:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 30%;
  background-image: url(../img/question_gif.gif);
  width: 100px;
  height: 100px;
  background-position: center;
  background-size: contain;
}

/* got question css E */

/* Footer Section css S */
footer {
    padding-top: 74px;
    padding-bottom: 30px;
    background: linear-gradient(
  184.37deg,
  rgba(9, 76, 255, 0.3) 7.69%,
  rgba(9, 76, 255, 0.6) 51.48%,
  hsl(202.36deg 69.1% 44.31% / 0.85) 95.27%
);
    /* background: linear-gradient(184.37deg, rgb(9 76 255 / 16%) 7.69% 7.69%, rgb(9 76 255 / 43%) 51.48%, hsl(202.36deg 69.1% 54.31% / 73%) 95.27%); */
}

.ct_footer_logo img {
  width: 100%;
  max-width: 200px;
}

.ct_footer_social_links ul {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ct_footer_social_links ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #fff !important;
  transition: 0.4s ease all;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.ct_footer_social_links ul li a:before {
  content: "";
  background-color: var(--orange);
  position: absolute;
  inset: 0px;
  transform: scale(0);
  border-radius: 100px;
  transform-origin: top;
  z-index: -1;
  transition: 0.4s ease all;
}

.ct_footer_links ul {
  margin-top: 30px;
}

.ct_footer_social_links ul li a:hover:before {
  transform: scale(1);
}

.ct_footer_links ul li+li {
  margin-top: 12px;
}

.ct_footer_links ul li a {
  color: #fff !important;
  transition: 0.4s ease all;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
}

.ct_footer_brand_icon {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
}

.ct_footer_brand_img img {
  width: 100%;
  max-width: 80px;
  object-fit: contain;
  transition: 0.4s ease all;
}

.ct_footer_bottom_ftr {
  padding-block: 30px;
  border-top: 1px solid #fff;
  margin-top: 26px;
}

.ct_text_op_7 {
  opacity: 0.7;
}

/* Footer Section css E */

/* Loader Css S */
.ct_loader_main {
  position: fixed;
  background-color: #f5f5f5;
  width: 100%;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.loader {
  position: relative;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
  height: 200px;
}

.loader:before {
  content: "";
  color: #000;
  position: absolute;
  top: 49%;
  left: 50%;
  background-image: url(../img/cti_black_logo.svg);
  width: 300px;
  background-size: contain;
  height: 88px;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  background-position: center;
}

.loader:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--orange);
  border-radius: 50%;
  position: absolute;
  inset: 0;
  margin: auto;
  top: -70px;
  animation: motion 3s ease-in-out infinite;
}

@keyframes motion {

  0%,
  50%,
  100% {
    transform: translateX(0) scale(1);
  }

  25% {
    transform: translateX(-100px) scale(0.3);
  }

  75% {
    transform: translateX(100px) scale(0.3);
  }
}

/* Loader Css E */

/*✨✨ Login page Css S✨✨ */
.ct_login_bg {
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: center;
  min-height: 100vh;
}

.ct_login_right_bg {
  /* background-image: url(../img/login_bg_right.png); */
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 42px;
}

.ct_right_inner_bg {
  background: #a4d8f659;
  backdrop-filter: blur(48.691410064697266px);
  border-radius: 30px;
  padding: 55px 38px;
  height: 100%;
  position: relative;
}

.ct_right_inner_bg::after {
  content: "";
  position: absolute;
  top: 40%;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-size: 35px;
  background-image: url(../img/100_png.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  right: -25px;
}

.ct_right_inner_bg::before {
  content: "";
  position: absolute;
  bottom: 15%;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-size: 35px;
  background-image: url(../img/thumb_icon_up.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  left: -25px;
}

.ct_login_right_img img {
  width: 100%;
  object-fit: contain;
  position: absolute;
  bottom: 0px;
  height: 100%;
  right: 0px;
  object-position: right bottom;
}

.ct_login_left_bg {
  padding: 30px 46px;
  background-color: #fff;
  height: 100%;
  display: grid;
  align-items: center;
}

.ct_login_form {
  padding: 42px 42px;
  /* border: 2px solid #2785ba; */
  border-radius: 12px;
  box-shadow: 0 0px 4px 5px #0060FF17;
}

.ct_sign_in_text {
  position: relative;
  z-index: 1;
}

.ct_sign_in_text p {
  text-align: center;
  background-color: #f3f3f3;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 10px;
  color: #00000066;
  font-weight: 500;
}

.ct_sign_in_text:after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #00000066;
  height: 0.6px;
  width: 100%;
  z-index: -1;
}

.ct_sign-in_othher {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

a.ct_login_icon_site {
  object-fit: contain;
  background-color: #ffffff;
  border: 0.4px solid #00000066;
  padding: 11px;
}

a.ct_login_icon_site img {
  width: 74px;
  height: 23px;
  object-fit: contain;
}

.ct_left_input_icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.ct_input {
  height: 46px;
  border: 1px solid #0000004d;
  border-radius: 2px;
  background-color: #fff;
  padding-inline: 13px;
}

.ct_eys_password {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.ct_forgot_link {
  color: #2785ba;
  font-weight: 600;
  display: block;
  text-align: end;
}

/*✨✨ Login page Css E ✨✨*/

/*✨✨ How we use Ai Page css S ✨✨ */
.ct_how_we_use_bg {
  background-image: url(../img/how-we-use/how-we-use-bg.png);
  padding: 120px 0px 250px;
  background-position: bottom;
  background-size: cover;
}

.ct_blue_outline_btn_dark {
  color: var(--dark_blue);
  border-width: 2px;
  overflow: hidden;
}

.ct_blue_badge_round {
  padding: 10px 20px;
  background-color: var(--dark_blue);
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
}

.ct_out_line_2_line_bg {
  padding: 10px 20px;
  border: 2px solid var(--dark_blue);
  width: fit-content;
}

/* Helping_Section Css S */
.ct_helping_bg_grey {
  background-color: #f8f8f8;
  padding: 56px 89px;
  border-radius: 22px;
}

.ct_helping_group_img .ct_help_img:nth-child(1) img {
  max-width: 212px;
  height: 228px;
  object-fit: cover;
  border-radius: 10px;
  flex: 0 0 auto;
  width: 100%;
}

.ct_helping_group_img .ct_help_img:nth-child(2) img {
  max-width: 209px;
  height: 232px;
  object-fit: cover;
  border-radius: 10px;
  flex: 0 0 auto;
  width: 100%;
}

.ct_helping_group_img .ct_help_img:nth-child(3) img {
  max-width: 166px;
  height: 166px;
  object-fit: contain;
  border-radius: 10px;
  flex: 0 0 auto;
  width: 100%;
}

.ct_helping_group_img {
  text-align: center;
}

.ct_btn_style_2_yellow {
  padding: 12px 25px;
  border-radius: 30px;
  background-color: transparent;
  position: relative;
  z-index: 1;
  transition: 0.4s ease all;
  color: #000;
  font-weight: 700;
}

.ct_btn_style_2_yellow:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 48px;
  height: 100%;
  background-color: hsl(45deg 91% 50% / 30%);
  border-radius: 100px;
  transition: 0.4s ease all;
}

.ct_btn_style_2_purple:before {
  background-color: rgb(107 97 252 / 30%);
}

.ct_btn_style_2_yellow:hover:before {
  width: 100%;
}

/* Helping_Section Css E */

/*✨✨ How we use Ai Page css E ✨✨ */

/*✨✨ Pricing page css S ✨✨*/
.ct_width_fit {
  width: fit-content;
}

.ct_store_white_card {
  background-color: #fff;
  padding: 42px;
  border-radius: 25px;
  border: 1px solid transparent;
  transition: 0.4s ease all;
}

.ct_pricing_list_point li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ct_pricing_list_point li+li {
  margin-top: 10px;
}

.ct_check_green {
  color: #00b355;
}

.ct_store_white_card.active {
  border-color: var(--dark_blue);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.09);
}

.ct_circle_check {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.ct_dark_blue_bg {
  background-color: var(--dark_blue);
  padding: 29px 34px;
  border-radius: 10px;
}

.ct_small_card {
  display: grid;
  grid-template-columns: 40px auto;
  gap: 10px;
  align-items: center;
}

.ct_small_card span {
  color: #fff;
  font-weight: 600;
}

.ct_border_radius_20 {
  border-radius: 20px;
}

.ct_white_card {
  background-color: #fff;
  padding: 50px 34px;
  border-radius: 20px;
  border: 1px solid var(--dark_blue);
  height: 100%;
}

.ct_light_blue_bg {
  background-color: #dfebf6;
  padding: 95px 80px;
  border-radius: 20px;
}

.ct_white_card img {
  max-width: 200px;
  margin-inline: auto;
  display: block;
}

.ct_border_corner_0 {
  border-radius: 0px;
}

.ct_pricing_works {
  position: relative;
}

.ct_pricing_works:after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0px;
  background-image: url(../img/Vector_35.png);
  width: 100%;
  max-width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
}

.ct_pricing_works .owl-nav {
  gap: 15px;
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.ct_pricing_works .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #ccc !important;
  position: relative;
  transition: 0.4s ease all;
}

.ct_pricing_works .owl-nav button:hover {
  background-color: var(--green) !important;
}

.ct_pricing_works .owl-nav button.owl-prev:before {
  content: "";
  background-image: url(../img/chevron-left-solid.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease all;
}

.ct_pricing_works .owl-nav button.owl-next:after {
  content: "";
  background-image: url(../img/chevron-right-solid.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease all;
}

.ct_pricing_works .owl-nav span {
  display: none;
}

.ct_pricing_works_img img {
  width: 100%;
  object-fit: contain;
  border-radius: 15px;
  box-shadow: 0px 4.79px 4.79px 0px #00000040;
}

.ct_latest_project_bg {
  background: linear-gradient(180deg, #5290cc 0%, #1b83c1 100%);
  padding-block: 70px;
  transition: 0.4s ease all;
}

.ct_project_img_1 img {
  /* height: 650px; */
  object-fit: contain;
  max-width: 100%;
}

.ct_latest_project_slider {
  position: relative;
}

.ct_latest_project_slider .ct_project_img_1 img {
  padding-top: 113px;
  transition: 0.6s ease all;
}

.ct_latest_project_slider .owl-item.active.center .ct_project_img_1 img {
  position: relative;
  top: -113px;
}

.ct_latest_project_slider .owl-stage {
  padding-top: 130px;
}

.ct_project_slider_title {
  display: none;
}

.ct_latest_project_slider .owl-item.active.center .ct_project_img_1 .ct_project_slider_title {
  display: block;
  position: absolute;
  top: -120px;
  z-index: 9;
  min-width: 400px;
  text-align: center;
  margin-inline: auto;
  left: 50% !important;
  transform: translateX(-50%);
}

.ct_real_success_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%);
}

.ct_real_success_card figure {
  margin-bottom: 0px;
  background-color: #f5f5f5;
  box-shadow: 0px 3.61px 3.61px 0px #00000040;
  border-radius: 10px;
  overflow: hidden;
}

.ct_real_success_card figcaption {
  padding: 24px 20px;
}

.ct_mt_200 {
  margin-top: 200px;
}

.ct_stories_section {
  position: relative;
}

.ct_stories_section:before {
  content: "";
  position: absolute;
  top: 150px;
  left: 0px;
  background-image: url(../img/real_success_curve_line.png);
  background-position: top;
  background-size: contain;
  width: 100%;
  height: 100%;
  max-width: 350px;
  background-repeat: no-repeat;
}

.ct_black_arrow_bottom img {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.ct_img_32 {
  width: 32px !important;
  height: 32px;
  border-radius: 100px;
}

.ct_aricle_user {
  display: grid;
  grid-template-columns: 32px auto;
  gap: 10px;
  align-items: center;
}

.ct_related_article_card span,
.ct_blog_badge {
  border: 1px solid var(--dark_blue);
  padding: 6px 15px;
  border-radius: 100px;
  line-height: 0px;
}

.ct_article_img img {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.ct_related_article .owl-nav {
  display: none;
}

/*✨✨ Pricing page css E ✨✨*/

/*✨✨ Dedicated customer Services Page css S ✨✨*/
.ct_step_icon {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  transition: 0.4s ease all;
  position: relative;
  background-color: var(--dark_blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ct_pre_launch_step_list ul li {
  display: grid;

  grid-template-columns: 70px auto;
  gap: 15px;
}

.ct_pre_launch_step_list li+li {
  margin-top: 30px;
}

.ct_projects_tab ul {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
}

.ct_projects_tab .nav-pills .nav-link.active,
.ct_projects_tab .nav-pills .show>.nav-link {
  background-color: var(--dark_blue);
  color: #fff;
}

.ct_projects_tab .nav-pills .nav-link.active:after {
  content: "";
  position: absolute;
  bottom: -14px;
  width: 30px;
  height: 30px;
  border: 15px solid var(--dark_blue);
  left: 50%;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: translateX(-50%) rotate(45deg);
  border-radius: 0px 0px 5px 0px;
}

.ct_projects_tab .nav-pills .nav-link svg {
  margin-bottom: 5px;
}

.ct_projects_tab .nav-pills li:first-child .nav-link.active svg path {
  fill: #fff;
}

.ct_projects_tab .nav-pills .nav-link.active svg path,
.ct_projects_tab .nav-pills .show>.nav-link svg path {
  /* fill: #fff; */
  stroke: #fff;
}

.ct_projects_tab .nav-pills .nav-link {
  background-color: #ebeae7;
  padding: 22px 40px;
  position: relative;
  color: #000;
}

.ct_project_dash_img img {
  width: 100%;
  height: 240px;
  border-radius: 10px;
  object-fit: cover;
}

.ct_light_yellow_bg {
  background-color: #ffe38e;
  padding: 12px;
  width: 100%;
  max-width: 306px;
  border: 2px dashed #000;
  border-radius: 5px;
}

.ct_light_yellow_bg p {
  line-height: 20px;
  text-align: justify;
}

.ct_project_dash_card {
  padding: 45px 64px;
  border: 1px solid #00000066;
  border-radius: 5px;
  margin-top: 32px;
}

.ct_past_helping_list>li+li {
  margin-top: 50px;
}

.ct_list_style_disc {
  list-style-type: disc;
}

.ct_team_card img {
  width: 100%;
  height: 343px;
  object-fit: cover;
  border: 5px solid var(--dark_blue);
}

.ct_post_launch_image_main img {
  width: 100%;
}

/*✨✨ Dedicated customer Services Page css E ✨✨*/

/* How We Compare page Css S */
.ct_compare_table summary {
  list-style: none;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}

.ct_compare_collapse_icon {
  position: absolute;
  top: 0px;
  left: 30px;
  transform: rotate(180deg);
}

details[open]>summary .ct_compare_collapse_icon {
  transform: rotate(0deg);
}

.ct_compare_table tr th {
  background-color: #cccccc99;
  border: 1px solid transparent;
  padding: 20px;
  border-radius: 10px;
  width: 250px;

  text-align: center;
  vertical-align: middle;
}

.ct_compare_table thead:after {
  content: "";
  display: block;
  height: 20px;
}

.ct_compare_table tr td {
  border: 1px solid #aaa;
  text-align: center;
  font-weight: 600;
  border-top-width: 0px;
  border-bottom-width: 0px;
  padding-block: 0px;
  width: 250px;
  padding-block: 14px;
}

.ct_compare_table tr th:nth-child(2) {
  border: 1px solid var(--dark_blue);
  background-color: transparent;
}

table.table.ct_compare_table {
  border-collapse: separate;
  border-spacing: 30px 0px;
}

.ct_compare_table tr th:first-child {
  background-color: transparent;
}

.ct_compare_table details {
  padding-block: 0px;
}

.ct_compare_table tr td:first-child {
  border: 0px;
  text-align: left;
}

.ct_compare_table tr:first-child td {
  border-radius: 20px 20px 0px 0px;
  border-top-width: 1px;
}

.ct_compare_table tr:last-child td {
  border-radius: 0px 0px 20px 20px;
  border-bottom-width: 1px;
}

.ct_selling_bg {
  background: radial-gradient(50% 50% at 50% 50%, #edf1fa 0%, #b9ddf2 100%);
  padding: 47px 0px;
}

.ct_works_ai_icon {
  display: flex;
  gap: 10px;
  top: 4px;
  position: relative;
}

.ct_works_ai_icon p {
  width: 25px;
  height: 25px;
  border: 2px solid var(--dark_blue);
  display: flex;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.ct_how_works_ai li {
  display: flex;
  gap: 20px;
}

.ct_promiss_card {
  border: 1px solid var(--dark_blue);
  padding: 25px 30px;
  border-radius: 10px;
  background-color: #fff;
}

.ct_promisses_img {
  position: relative;
  overflow: hidden;
}

.ct_promisses_img>img {
  width: 100%;
  height: 224px;
  object-fit: cover;
  border-radius: 10px;
}

.ct_promiss_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dark_blue);
  border: 1px solid #fff;
}

.ct_promisses_slider .owl-stage {
  margin-top: 30px;
}

.ct_promisses_slider .owl-item.active.center {
  transform: translateY(-30px);
}

.ct_exellant_star ul {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

.ct_exellant_star ul li {
  width: 32px;
  height: 32px;
  background-color: #fe9515;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.ct_review_start {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ct_review_start li i {
  color: #fe9515;
}

.ct_happy_customer_bg {
  background-color: #fffdf9;
}

/*✨✨ How We Compare page Css E ✨✨*/

/*✨✨ Faq page S ✨✨*/
.ct_faq_banner {
  background-color: var(--dark_blue);
  padding: 70px 66px;
}

.ct_table_of_contents ul {
  border-left: 4px solid #eee;
}

.ct_table_of_contents ul li {
  transition: 0.4s ease all;
  padding-block: 5px;
  position: relative;
  padding-left: 15px;
}

.ct_table_of_contents ul li:before {
  content: "";
  position: absolute;
  left: -4px;
  background-color: var(--dark_blue);
  width: 4px;
  height: 0%;
  top: 0px;
  transition: 0.4s ease all;
}

.ct_table_of_contents ul li:hover:before {
  height: 100%;
}

.ct_table_of_contents ul li a {
  color: #000;
  transition: 0.4s ease all;
}

.ct_table_of_contents ul li:hover a {
  color: var(--dark_blue);
}

.ct_creative_ai_dlt_card_blue {
  background-color: #b9ddf24d;
  padding: 29px 20px;
  margin-top: 24px;
}

.ct_app_project_img img {
  width: 100%;
  max-width: 209px;
}

.ct_creative_support_grey {
  height: 100%;
}

.ct_creative_support_grey figure {
  background: #ececec;
  padding: 34px 40px;
  box-shadow: 0px 3.78px 21.75px 0px #aebfd24d;
  border-radius: 20px;
  height: 100%;
  margin-bottom: 0px;
}

.ct_creative_support_icon_1 img {
  width: 70px;
}

.ct_completed_project_main {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.ct_completed_project_main img {
  height: 567px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.ct_project_count_overlay {
  position: absolute;
  bottom: 0px;
  background: linear-gradient(0deg, #2378a7 0%, rgba(0, 0, 0, 0) 70%);
  color: #fff;
  padding: 13px 17px;
}

/*✨✨ Faq Section E ✨✨*/

/*✨✨ Careers Page Css S ✨✨*/
.ct_perks_job_list_ul ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

.ct_perks_job_list_ul ul i {
  color: #125780;
  font-size: 24px;
}

.ct_perks_job_list_ul ul li+li {
  margin-top: 6px;
}

.ct_our_mission_blue_bg {
  background: linear-gradient(180deg,
      #c5e2f4 0%,
      rgba(195, 220, 235, 0.9) 100%);
  padding: 75px 130px;
  border-radius: 20px;
}

.ct_creative_ai_multiple_img_1 {
  position: relative;
  max-width: 386px;
  width: 100%;
}

.ct_creative_ai_multiple_img_1 img+img {
  position: absolute;
  /* height: 400px; */
  left: 0px;
}

.ct_creative_ai_multiple_img_1 img:nth-child(2) {
  width: 100%;
  max-width: 225px;
  height: 242px;
  top: 35px;
  left: -41px;
  object-fit: cover;
  z-index: 1;
}

.ct_creative_ai_multiple_img_1 img:nth-child(3) {
  width: 100%;
  max-width: 170px;
  height: 185px;
  right: 0px;
  left: auto;
  object-fit: cover;
  z-index: 1;
  top: -20px;
}

.ct_creative_ai_multiple_img_1 img:nth-child(4) {
  width: 100%;
  max-width: 245px;
  height: 170px;
  right: 0;
  bottom: -21px;
  left: 70px;
  object-fit: cover;
  z-index: 1;
}

.ct_creative_ai_multiple_img_1 img:first-child {
  width: 85%;
  height: 339px;
  margin-inline: auto;
}

.ct_creative_single_img img {
  width: 100%;
}

.ct_step_future_img img {
  width: 100%;
}

.ct_messanory_grid {
  column-count: 4;
  column-width: 50%;
  height: auto !important;
  column-gap: 15px;
  gap: 15px;
}

.ct_social_img {
  margin-bottom: 15px;
}

.ct_social_img img {
  width: 100%;
  object-fit: cover;
}

.ct_messanory_grid .ct_social_img:nth-child(1) img,
.ct_messanory_grid .ct_social_img:nth-child(4) img,
.ct_messanory_grid .ct_social_img:nth-child(5) img {
  height: 494px;
}

.ct_messanory_grid .ct_social_img:nth-child(2) img {
  height: 330px;
}

.ct_messanory_grid .ct_social_img:nth-child(3) img {
  height: 149px;
}

.ct_heart_value_card {
  text-align: center;
  padding: 30px 15px;
  border-radius: 5px;
  transition: 0.4s ease all;
  max-width: 90%;
  height: 100%;
  margin-inline: auto;
}

.ct_heart_value_icon {
  margin-bottom: 10px;
}

.ct_heart_value_icon svg {
  width: 30px;
}

.ct_what_expact_card span {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--dark_blue);
  font-weight: 700;
}

.ct_what_expact_card hr {
  border-width: 1px;
  border-color: #000 !important;
  opacity: 0.8;
}

/*✨✨ Careers Page Css E ✨✨*/

/*✨✨ Case Studies Section S ✨✨*/
.ct_trusted_brand_logo img {
  max-width: 160px;
  margin-inline: auto;
}

.ct_enterpreneur_card {
  display: grid;
  align-items: center;
  grid-template-columns: 60% 40%;
  border: 2px solid #001649;
  border-radius: 15px;
  overflow: hidden;
}

.ct_enterpreneur_left_cnt {
  padding: 32px;
}

.ct_enterpreneur_right_cnt img {
  width: 100%;
}

.ct_enterpreneur_right_cnt {
  padding: 30px 15px;
  background: linear-gradient(180deg, #bed7f5 0%, #c8dff9 36.5%, #87baf0 100%);
  height: 100%;
  display: flex;
  align-items: center;
}

.ct_enterpreneur_card_detail {
  padding: 38px 24px 50px;
  background: linear-gradient(180deg, #5290cc 0%, #1b83c1 100%);
  border-radius: 15px;
  height: 100%;
}

.ct_img_67 {
  width: 67px;
  height: 67px;
  border-radius: 100px;
  border: 2px solid #fff;
}

.ct_user_name_grid_2 {
  display: grid;
  grid-template-columns: 67px auto;
  gap: 24px;
  align-items: center;
}

.ct_quick_search_head {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}

.ct_select_input {
  border: 1px solid #000;
  border-radius: 5px;
  appearance: auto;
  background-color: #fff;
  height: 46px;
}

.ct_select_input:focus {
  border-color: var(--dark_blue);
}

.ct_quick_search_input_group {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

.ct_quick_search_prject_img img {
  width: 100%;
}

.ct_quick_search_prject_img {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.ct_quick_search_prject_img:before {
  content: "";
  position: absolute;
  background-image: url(../img/purple_shape_left.png);
  background-position: center;
  background-size: cover;
  z-index: -1;

  height: 100%;
  inset: 0px;
}

.ct_quick_search_item_card {
  background-color: #f3f3f3;
  border-radius: 20px;
  overflow: hidden;
}

.ct_quick_search_cnt {
  padding: 35px 25px;
}

.ct_from_vision_img img {
  width: 100%;
  max-width: 500px;
}

.ct_software_as_bg {
  background-image: url(../img/software_pizza_bg.png);
  background-position: center;
  background-size: cover;
  padding-block: 64px;
  padding-inline: 15px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.ct_software_as_bg:before {
  content: "";
  position: absolute;
  inset: 0px;
  background: radial-gradient(50% 50% at 50% 50%,
      rgba(237, 241, 250, 0.8) 0%,
      rgba(185, 221, 242, 0.8) 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  z-index: -1;
  opacity: 1;
  border-radius: 10px;
}

/*✨✨ Case Studies Section E ✨✨*/

/*✨✨ Blog Page css S ✨✨*/
.ct_blog_search_input input {
  height: 60px;
  border: 1px solid #000;
  border-radius: 100px;
}

.ct_blog_search_input button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  color: var(--dark_blue);
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: transparent;
  background-color: hsl(0deg 0% 0% / 10%);
}

.ct_max_wdith_219 {
  max-width: 219px;
  width: 100%;
}

.ct_border_1_blue {
  border: 1px solid var(--dark_blue);
  border-radius: 10px;
}

/*✨✨ Blog Page css E ✨✨*/

/*✨✨ Creative Now page css S ✨✨*/
.ct_project_dash_img_screen_bg {
  background-image: url(../img/gredient_bg_1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ct_project_dash_img_screen img {
  height: auto;
  width: 100%;
  object-fit: contain;
}

.ct_prototype_option_card figure {
  border: 1px solid var(--dark_blue);
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  height: 100%;
  overflow: hidden;
}

.ct_tag_ribbin {
  background-color: #e94a39;
  padding: 10px;
  color: #fff;
  transform: rotate(45deg);
  top: 27px;
  position: absolute;
  right: -54px;
  width: 201px;
  height: 44px;
  bottom: 0px;
}

.ct_prototype_option_card ul li+li {
  margin-top: 10px;
}

.ct_prototype_option_card {
  max-width: 90%;
}

.ct_img_w_388 {
  max-width: 388px;
  height: 341px;
  object-fit: cover;
}

.ct_why_creative_card figure {
  margin-bottom: 0px;
  border: 1px solid #00000066;
  padding: 20px 20px 30px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: 0.4s ease all;
}

.ct_why_creative_icon {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin-inline: auto;
  position: relative;
  top: -38px;
}

/*✨✨ Creative Now page css E ✨✨*/

/* Our Story Page css S */
.ct_our_story_banner_bg {
  background-image: url(../img/our_story_bannner_bg.png);
  background-position: center;
}

.ct_our_story_center_img img {
  width: 100%;
}

.ct_where_next_sec img {
  height: 617px;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.4);
}

.ct_where_next_sec {
  position: relative;
}

.ct_where_next_overlay {
  position: absolute;
  top: 38%;
  left: 50%;
  width: 50%;
  transform: translateX(-50%);
}

.ct_video_icon {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background-color: #ffffffcc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  margin-top: 150px;
}

.ct_video_icon i {
  font-size: 24px;
  color: var(--orange);
}

.ct_say_hello_blue_bg img {
  width: 100%;
  height: 203px;
  object-fit: contain;
}

.ct_say_hello_card {
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 0px 15px 15px;
  border-radius: 30px;
  text-align: center;
  transition: 0.4s ease all;
  position: relative;
}

.ct_say_hello_inner_grey {
  box-shadow: 0px 4px 4px 0px #00000040;
  background-color: #ececec;
  border-radius: 30px;
  padding: 10px;
}

.ct_say_hello_blue_bg {
  height: 147px;
  background-color: #afe2f5;
  border-radius: 30px;
  position: relative;
}

.ct_say_hello_blue_bg img {
  width: 100%;
  /* transform: scale(1.95); */
  position: absolute;
  /* top: 0px; */
  left: 0px;
  bottom: 0px;
  max-width: 208px;
  margin-inline: auto;
  right: 0;
}

.ct_say_hello_cnt {
  padding-block: 20px;
  transition: 0.4s ease all;
}

.ct_team_description_overlay {
  height: 0px;
  opacity: 0;
  transition: 0.4s ease all;
}

.ct_say_hello_card:hover .ct_team_description_overlay {
  height: auto;
  opacity: 1;
}

.ct_mb_80 {
  margin-bottom: 80px;
}

.ct_icon_before_fw_500::before {
  font-weight: 500 !important;
}

.ct_border_1_black {
  border: 1px solid #000;
}

.ct_failure_leads_tabs_12 {
  display: flex;
  align-items: flex-start;
}

.ct_failure_leads_tabs_12 .nav-pills .nav-link {
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  transition: 0.4s ease all;
}

.ct_failure_leads_tabs_12 .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #afe2f5;
}

/* .ct_failure_leads_tabs_12 .nav-pills .nav-link.active p,
.ct_failure_leads_tabs_12 .nav-pills .show > .nav-link p {
  color: #fff !important;
} */
.ct_failure_leads_tabs_12 .nav-pills .nav-link p {
  color: #000;
  font-weight: 600;
}

.ct_failure_leads_tabs_12 .nav-pills .nav-link:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 10px;
  left: -10px;
  height: 100%;
  z-index: -1;
  background-color: #afe2f5;
  border-radius: 6px;
}

.sticky-sidebar {
  position: sticky;
  top: 20px;
  /* Adjust this value based on your design */
  z-index: 10;
  /* Optional: Ensure it stays above other elements */
}

.ct_failure_leads_bg {
  background: var(--dark_blue);
  padding: 65px 150px 150px;
  position: relative;
  width: 100%;
  position: sticky;
  top: 0px;
}

.ct_failure_leads_tabs_12 div#v-pills-tab {
  margin-right: -50px;
  position: sticky;
  top: 10px;
  z-index: 99;
  scroll-padding-top: 180px;

  margin-top: 10px;
}

.ct_failure_icon_23 {
  width: 74px;
  height: 74px;
  border-radius: 100px;
  background-color: #81c0eb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}

.ct_failure_leads_bg ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Our Story Page css E */

/* Creative Studio Section S */
.ct_blue_bg_clr {
  background-color: var(--blue);
}

.ct_white_bg {
  background-color: #fffdf9;
  border-radius: 20px;
  padding: 35px;
}

.ct_how_works_12_w img {
  height: 450px;
  object-fit: contain;
  width: 100%;
}

.ct_white_btn {
  background-color: #fff;
  color: var(--dark_blue);
}
.ct_white_btn::before{
  background-color: #f5f5f5 !important;
}
.ct_white_btn:hover {
  color: #000 !important;
}

.ct_outline_white_btn {
  border-color: #fff;
  color: #fff;
}

.ct_outline_white_btn:before {
  background: #f5f5f5 !important;
}

.ct_outline_white_btn:hover {
  color: var(--dark_blue) !important;
}

.ct_launch_img_12 img {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  display: block;
}

.ct_launch_left_cnt img {
  width: 100%;
  max-width: 400px;
}

/* Creative Studio Section E */

/* Enterprenuer page css S */
.ct_interprenuer_shape {
  position: relative;
  z-index: 1px;
}

.ct_interprenuer_shape:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-image: url(../img/enterprenuer_hero_line_shape.png);
  width: 100%;
  max-width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: -1;
}

.ct_delevering_grey_shape {
  position: relative;
}

.ct_delevering_grey_shape:before {
  content: "";
  position: absolute;
  top: -39px;
  right: -1px;
  width: 100%;
  max-width: 300px;
  height: 40px;
  background-color: #ececec;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  border-radius: 0px 20px 0px 0px;
}

.ct_how_works_blue_bg {
  background-image: url(../img/how_works_blue_bg.png);
  background-position: center;
  background-size: cover;
  padding-inline: 30px;
  border-radius: 20px;
}

/* Enterprenuer page css E */

/* Free Demo Ui Page css S */
.ct_cti_logo_small {
  margin-bottom: 20px;
}

.ct_cti_logo_small img {
  max-width: 150px;
}

.ct_free_demo_ui_form {
  padding: 52px 44px;
  border: 1px solid var(--dark_blue);
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.ct_grid_3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 10px;
}

.ct_input_grey {
  height: 40px;
  background-color: #ececec;
  border-radius: 5px;
  appearance: auto;
}

.ct_contry_select_top {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ct_contry_select_top select {
  background-color: transparent;
  border: 0px;
  appearance: auto;
  outline: none;
  border-right: 1px solid #0000004d;
  border-radius: 0px;
}

.ct_contry_select_top select:focus {
  box-shadow: unset;
  background-color: transparent;
}

.ct_frenly_round_logo_1 img {
  max-width: 120px;
  object-fit: contain;
}

/* Free Demo Ui Page css E */

/* Retail Ecommerce page S */

.ct_retail_app_card_12 figure {
  margin-bottom: 0px;
  background-color: #fffefb;
  padding: 50px 15px;
  border-radius: 10px;
  position: relative;
}

.ct_retail_app_icon {
  background-color: var(--dark_blue);
  width: 70px;
  height: 70px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  margin-bottom: 30px;
}

.ct_owl_nav_on_hover .owl-nav button {
  width: 60px !important;
  height: 60px !important;
  border-radius: 100px !important;
  display: flex;
  align-items: center;
  background-color: transparent !important;
  justify-content: center;
  border: 2px solid #fff !important;
  transition: 0.4s ease all;
  position: relative;
  background-image: unset !important;
}

.ct_owl_nav_on_hover_blue .owl-nav button {
  border-color: var(--dark_blue) !important;
}

.ct_owl_nav_on_hover .owl-nav button span {
  display: none;
}

.ct_owl_nav_on_hover .owl-nav button.owl-prev:before {
  content: "";
  position: absolute;
  background-image: url("../img/ct_left_chevron.svg");
  background-position: center;
  background-size: contain;
  filter: invert(1);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.ct_owl_nav_on_hover_blue .owl-nav button.owl-prev:before,
.ct_owl_nav_on_hover_blue .owl-nav button.owl-next:before {
  filter: invert(0) !important;
}

.ct_owl_nav_on_hover .owl-nav button.owl-next:before {
  content: "";
  position: absolute;
  background-image: url("../img/ct_right_chevron.svg");
  background-position: center;
  background-size: contain;
  filter: invert(1);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.ct_owl_nav_on_hover_blue .owl-nav button:hover {
  background-color: var(--dark_blue) !important;
}

.ct_owl_nav_on_hover .owl-nav button:hover .ct_owl_nav_on_hover .owl-nav button:hover:before {
  filter: invert(0);
}

.ct_owl_nav_on_hover_blue .owl-nav button:hover .ct_owl_nav_on_hover_blue .owl-nav button:hover:before {
  filter: invert(1) !important;
}

.ct_owl_nav_on_hover .owl-nav {
  display: none !important;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s ease all;
}

.ct_olw_nav_show_main:hover .ct_owl_nav_on_hover .owl-nav {
  display: flex !important;
}

.ct_owl_nav_on_hover button.owl-prev {
  left: -70px;
  left: 0;
  z-index: 9999999999999999999999999999999999999999999999999999999999999999999999;
}

.ct_owl_nav_on_hover button.owl-next {
  right: -70px;
  left: 0;
  z-index: 9999999999999999999999999999999999999999999999999999999999999999999999;
}

.ct_owl_nav_on_hover {
  max-width: 90%;
  margin-inline: auto;
}

.ct_owl_nav_on_full_w {
  max-width: 100%;
  margin-inline: 0;
}

.ct_some_feature_detail_box .ct_compare_collapse_icon {
  top: 0px;
  left: unset;
  transform: rotate(180deg) translateY(-7px);
  right: 0px;
}

.ct_some_feature_detail_box details[open]>summary .ct_compare_collapse_icon {
  transform: rotate(0deg) translateY(4px);
}

.ct_some_feature_detail_box summary {
  margin-inline: 0px;
  width: 100%;
}

.ct_what_client_say_section_1 {
  padding: 70px 40px;
  border-radius: 20px;
}

.ct_dot_nav_hover .owl-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.ct_dot_nav_hover .owl-nav {
  display: none !important;
}

.ct_dot_nav_hover .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #ececec;
  transition: 0.6s ease all;
  border: 1px solid var(--orange);
}

.ct_dot_nav_hover .owl-dots .owl-dot.active {
  width: 20px;
  background-color: var(--orange);
}

/* Retail Ecommerce page E */

/* Chat with ui ai Page css S */
.ct_dash_logo {
  padding-inline: 15px;
}

.ct_dash_logo img {
  max-width: 112px;
}

.ct_sidebar {
  background-color: #d3ebfc66;
  max-width: 150px;
  text-align: center;
  position: fixed;
  height: 100vh;
  padding: 42px 0px;
  z-index: 999;
  transition: 0.4s ease all;
}

.ct_sidebar .ct_dash_nav {
  padding-block: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.ct_sidebar .ct_dash_nav ul li+li {
  margin-top: 30px;
}

.ct_dash_nav li a {
  width: 50px;
  height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  border-radius: 5px;
  transition: 0.4s ease all;
  position: relative;
}

.ct_dash_nav li:hover a {
  background: #fff;
}

.ct_tool_tip_main {
  position: relative;
}

.ct_tool_tip_cnt {
  position: absolute;
  left: 113px;
  background-color: #333;
  padding: 10px;
  width: 200px;
  top: 0px;
  color: #fff;
  border-radius: 8px;
  display: none;
  transition: 0.4s ease all;
}

.ct_dash_nav li.ct_tool_tip_main:hover a~.ct_tool_tip_cnt {
  /* right: -200px; */
  display: block;
}

.ct_tool_tip_cnt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  border: 5px solid #333;
  height: 5px;
  width: 5px;
  transform: rotate(45deg) translateY(-50%);
  border-right-color: transparent;
  border-top-color: transparent;
}

.ct_schedule_call_btn {
  background-color: var(--dark_blue);
  padding: 12px 25px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 200px;
  font-weight: 600;
  transition: 0.4s ease all;

  outline: none;
  border: 1px solid var(--dark_blue);
  border-radius: 5px;
}

.ct_schedule_call_btn:hover {
  background-color: transparent;
  color: var(--dark_blue);
}

.ct_tooltip_schedule_btn {
  background-color: transparent !important;
  padding: 0px;
}

.ct_tooltip_schedule_btn:before {
  display: none;
}

.ct_dash_nav li.ct_tool_tip_main .ct_tool_tip_cnt.ct_tooltip_schedule_btn {
  left: -300%;
  display: block;
}

.ct_tool_tip_cnt.ct_superpower_card_main_overlay {
  width: 38rem;
  bottom: 0px;
  background-color: #fcfcfc;
  padding: 18px;
  top: auto;
  overflow: hidden;
}

.ct_tool_tip_cnt.ct_superpower_card_main_overlay:before {
  border-color: #fcfcfc;
  bottom: 20px !important;
  top: auto;
}

.ct_dash_nav li.ct_tool_tip_main:hover .ct_tool_tip_cnt.ct_tooltip_schedule_btn {
  left: 113px;
}

.ct_superpower_card_main_overlay h5 {
  color: #000;
  margin-bottom: 15px;
}

.ct_superpower_card_outline_1 {
  border: 1px solid #00000033;
  padding: 15px;
}

.ct_superpower_card_outline_1 p {
  color: #000;
}

.ct_superpower_card_outline_1 li {
  color: #000;
  text-align: left;
  margin-top: 5px !important;
  font-weight: 600;
  list-style: disc;
  margin-left: 18px;
}

.ct_superpower_card_main_overlay img {
  max-width: 200px;
  height: 200px;
  position: absolute;
  top: -78px;
  right: -64px;
  object-position: right;
}

.ct_dash_right_content {
  position: relative;
  height: 100vh;
  width: calc(100% - 142px);
  margin-left: 142px;
  padding: 100px 80px;
}

.ct_dash_right_content:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  background-image: url(../img/chat_with_ui_top_shape.png);
  height: 100vh;
  background-size: cover;
  z-index: -1;
}

.ct_creative_msg_card {
  background-color: #fcfcfc;
  padding: 14px 15px;
  border-radius: 0px 10px 10px 10px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.09);
  margin-bottom: 12px;
  width: fit-content;
}

/* .ct_creative_action_card {
  background-color: #ffff;
  width: auto;
  padding: 15px;
  height: 113px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
} */
.ct_creative_action_card {
  background-color: #ffff;
  width: auto;
  padding: 15px 15px;
  height: 113px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.ct_creative_action_icon p {
  font-weight: 500;
  margin-top: 5px;
}

.ct_creative_action_bar {
  display: grid;
  align-items: center;
  gap: 10px;
  grid-template-columns: auto auto auto;
}

.ct_creative_click_open_card p {
  font-size: 13px;
}

.ct_ecommerse_web_icon {
  margin-bottom: 20px;
}

.ct_ecommerse_web_icon img {
  width: 70px;
  object-fit: contain;
}

.ct_ecommerse_web_card {
  box-shadow: 0px 4px 4px 0px #00000040;
  border: 0.32px solid #00000033;
}

.ct_ecommerse_web_card_first_card {
  background-image: url(../img/orange_gradient_bg12.png);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  padding: 35px;
  position: relative;
}

.ct_ecommerse_web_card_first_card img {
  position: relative;
  width: 200px;
  height: 200px;
  object-fit: contain;
  margin-top: -82px;
  left: 50%;
  transform: translateX(-50%);
}

.ct_ecommerse_web_card_first_card ul li {
  background-color: #fff;
  width: auto;
  padding: 12px 15px;
  margin-bottom: 10px;
  height: 40px;
  display: flex;
  align-items: center;
  max-width: 300px;
  margin-inline: auto;
  border-radius: 0px 10px 10px 10px;
}

.ct_width_fit_content {
  width: fit-content;
}

.ct_border_bottom_1 {
  border-bottom: 1px solid #cdd5dd;
}

.ct_shopping_card_234 img {
  width: 100%;
}

.btn-close {
  transition: 0.4s ease all;
}

.btn-close:hover {
  transform: rotate(360deg);
}

.btn-close:focus {
  box-shadow: unset;
}

.ct_base_section_main {
  display: grid;
  height: 84vh;
}

.ct_bash_icon12 {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease all;
}

.ct_bash_icon12 i {
  color: var(--green);
}

.ct_bash_icon12:hover {
  background-color: var(--dark_blue);
  color: #fff;
}

.ct_bash_icon12:hover i {
  color: #fff;
}

/* Chat with ui ai Page css E */

/* Login modal Css S */
.ct_login_modal_img img {
  width: 100%;
}

.ct_green_radio_checked.form-check-input:checked {
  background-color: #00e676;
  border-color: #00e676;
}

.ct_login_modal_scroll_h {
  height: auto;
  max-height: 400px;
  overflow-y: auto;
}

/* width */
.ct_login_modal_scroll_h::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
}

/* Track */
.ct_login_modal_scroll_h::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.ct_login_modal_scroll_h::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.ct_login_modal_scroll_h::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ct_team_leader_1_img {
  margin-block: 40px;
}

.ct_team_leader_1_img img {
  width: 100%;
  object-fit: contain;
  max-width: 328px;
  margin-inline: auto;
  display: block;
}

.ct_scheduled_call_icon {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #afe2f561;
  margin-inline: auto;
  margin-bottom: 20px;
}

/* Login modal Css E */

/* Dashbaord page css S */
.ct_white_bg_page:before {
  display: none;
}

.ct_dash_board_tab.nav-pills {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ct_dash_board_tab.nav-pills .nav-link {
  padding-bottom: 17px;
  padding-inline: 10px;
  border-radius: 0px;
  font-weight: 600;
  color: #6b7280;
  font-size: 18px;
  border-bottom: 1px solid transparent;
}

.ct_dash_board_tab.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: transparent;
  color: #000;
  border-bottom: 1px solid var(--dark_blue);
}

.ct_border_1_grey_outline {
  border: 1px solid #e5e7eb;
  padding: 22px 26px;
  border-radius: 10px;
}

.ct_outline_clr_red {
  color: var(--red);
  border-color: var(--red);
}

.badge {
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 14px;
}

.ct_badge_green {
  background-color: #dcfce7;
  color: #166534;
}

.ct_badge_grey {
  background-color: #e8ebef;
  color: #6b7280;
}

/* Dashbaord page css E */
/* Make It mine page css S */
.ct_middile_sidebar {
  max-width: 380px;
  background-color: #eed1ea1f;
  width: 100%;
  height: 100vh;
  padding: 38px 15px;
  z-index: 1;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.ct_middile_sidebar::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
}

/* Track */
.ct_middile_sidebar::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.ct_middile_sidebar::-webkit-scrollbar-thumb {
  background: #e6e6e6;
}

/* Handle on hover */
.ct_middile_sidebar::-webkit-scrollbar-thumb:hover {
  background: #e6e6e6;
}

.ct_middile_sidebar:before {
  content: "";
  position: absolute;
  background-image: url("../img/or234.png");
  width: 100%;
  height: 300px;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.ct_cti_chat_animate_round {
  position: relative;
}

.ct_cti_chat_animate_round img {
  max-width: 150px;
}

.ct_cti_chat_animate_round span {
  background-color: #fff;
  border-radius: 100px;
}

.ct_cti_chat_animate_round span {
  background-color: #fff;
  border-radius: 100px;
  padding: 4px 10px;
  position: absolute;
  right: 0px;
}

.ct_chat_item_left {
  background-color: #fff;
  padding: 16px 12px;
  border-radius: 0px 12px 12px;
}

.ct_chat_item_right {
  margin-top: 12px;
}

.ct_chat_item_right {
  padding: 20px 16px;
  text-align: right;
  background-color: var(--dark_blue);
  width: fit-content;
  margin-left: auto;
  color: #fff;
  border-radius: 12px 12px 0px 12px;
}

.ct_upload_logo_div {
  width: 100%;
  height: 107px;
  border: 2px dashed var(--dark_blue);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.ct_or_text_main {
  position: relative;
  margin-top: 20px;
}

.ct_or_text_main:before {
  content: "";
  background-color: #ccc;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0px;
  right: 0px;

  position: absolute;
}

.ct_or_text_main p {
  text-align: center;
  background-color: #fff;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 12px;
}

.ct_input_h_32 {
  height: 32px;
}

.ct_middle_right_content {
  flex: 1;
  background-image: url(../img/grid_bg.png);
  background-position: center;
  background-size: contain;
}

.ct_add_logo_by_ai {
  width: 27px;
  height: 27px;
  border-radius: 4px;
  border: 2px dashed #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  margin-bottom: 6px;
}

.ct_mob_overlay_top_cnt_12 {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translateY(0%);
  text-align: center;
  padding-top: 20px;
  padding-inline: 10px;
  right: 0px;
}

/* step Form Css S */
.ct_step-container {
  position: relative;
  text-align: center;
  transform: translateY(-54%);
  overflow-x: auto;
}

.ct_step-circle {
  /* background-color: #f2f2f2; */
  padding-inline: 10px;
  display: grid;
  grid-template-columns: 30px auto;
  align-items: center;
  gap: 5px;
}

.ct_step-circle p:first-child {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--dark_blue);
  border: 2px solid var(--dark_blue);
  line-height: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer;
  /* Added cursor pointer */
  color: #fff;
}

.ct_step-circle p {
  white-space: nowrap;
}

.ct_white_nowrape_1 {
  white-space: nowrap;
}

.step-line {
  position: absolute;
  top: 16px;
  left: 50px;
  width: calc(100% - 100px);
  height: 2px;
  background-color: var(--dark_blue);
  z-index: -1;
}

.progress-bar {
  background-color: var(--dark_blue);
}

#multi-step-form {
  overflow-x: hidden;
}

/* step Form Css E */

.ct_w_fit_content {
  width: fit-content;
}

.ct_white_bottom_bg {
  background-color: #fff;
  box-shadow: 0px -3.84px 3.84px 0px #0000001a;
  padding: 10px 22px;
  border-radius: 12px 12px 0px 0px;
  position: relative;
  z-index: 9;
}

.ct_project_detail_point_list_2 ul li+li {
  margin-top: 8px;
}

.ct_project_detail_point_list_2 ul+ul {
  margin-top: 84px;
}

.ct_project_detail_point_list_2 li {
  position: relative;
  padding-left: 80px;
}

.ct_project_detail_point_list_2 li:before {
  content: "";
  border: 4px solid #dfe0e6;
  width: 100%;
  height: 40px;
  position: absolute;
  left: -8px;
  border-radius: 15px;
  max-width: 80px;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-right-radius: 0px;
  border-left-color: transparent;
  top: 50%;
}

.ct_text_clr_7F8188 {
  color: #7f8188;
}

section.ct_my_creative_project_overlay_main {
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px 20px 0px 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  /* top: -100%; */
  transition: 0.6s linear all;
  transform: translateY(100%);
  transform: scaleY(0);
  transform-origin: top;
  /* top: 0px; */
}
section.ct_my_creative_project_overlay_main.ct_project_show_section {
    transform: translateY(0%) scaleY(1);
    /* top: 0; */
    height: calc(100vh - 138px);
    transition: 0.6s linear all;
    /* bottom: 0px; */
    /* top: auto; */
}

.ct_table_without_bg tr td {
  background-color: transparent;
  border: 0px;
  border-right: 1px solid #dfe0e6;
  padding: 0px;
}

.ct_search_input {
  position: relative;
}

.ct_search_input input {
  border-radius: 100px;
  max-width: 260px;
  padding-right: 40px;
}

.ct_search_input i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.ct_text_clr_757575 {
  color: #757575;
}

.ct_help_user_table tr td {
  border: 0px;
  background-color: transparent;
}

.ct_help_user_table tr:nth-child(even) td {
  background-color: #fff;
}

.ct_overlay_detail_icon_top,
.ct_overlay_detail_icon_down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  color: var(--dark_blue);
}

.ct_make_it_mine_section_main {
    /* overflow-y: auto; */
    display: grid
;
    height: calc(100vh - 163px);
}

.ct_send_btn_12 {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background-color: #1b83c166;
  border: 1px solid #1b83c166;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ct_chat_box_send_input input.form-control {
  padding: 20px;
  padding-right: 104px;
  border: 1px solid #fff;
}

.ct_chat_box_send_input {
  position: relative;
  margin-top: 20px;
  box-shadow: 0px 4px 4px 0px #00000014;
}

.ct_chat_send_icons_overlay ul {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.ct_profile_drop_34 li a {
  margin-inline: 0;
  width: 100%;
  justify-content: flex-start;
  color: #000 !important;
  transition: 0.4s ease all;
  height: 40px;
}

.ct_profile_drop_34 li:hover a {
  color: var(--orange);
}

.ct_profile_drop_34 li+li {
  margin-top: 0px !important;
}

.ct_profile_width_small {
  width: 300px !important;
}

.ct_profile_user {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}

.ct_profile_user img {
  width: 121px;
  height: 121px;
  object-fit: cover;
  border-radius: 100px;
  margin-inline: auto;
  display: block;
}

.ct_mob_switch_tabs.nav-pills .nav-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  border-radius: 6px;
}

.ct_mob_switch_tabs.nav-pills .nav-link.active,
.ct_mob_switch_tabs.nav-pills .show>.nav-link {
  background-color: transparent;
  color: #000;
  border-bottom: none;
  background: #fff;
}

/* Make It mine page css E */

/* Profile Page css S */
.ct_edit_profile_icon {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 5px;
}

.ct_profile_main_bg_123 {
  background-color: #fcfcfc;
  padding: 54px 70px;
  margin-top: 70px;
}

/* Profile Page css E */
.ct_mobile_section_main {
  display: none;
}

.ct_mobile_header_main_bg img {
  max-width: 200px;
}

.ct_mobile_header_main_bg {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1e91d624;
  border-radius: 0px 0px 100% 100%;
}

.ct_list_style_dics {
  list-style: disc;
  padding-left: 24px;
}

.ct_list_style_dics li+li {
  margin-top: 10px;
}

/* Loader page setion Css S  */
.ct_feature_icon_234 {
  width: 37px;
  height: 41px;
  border-radius: 12px;
  background-color: #8cd0f9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

section.ct_loader_page_section {
  position: fixed;
  top: 0px;
  background-color: #fff;
  z-index: 9999;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ct_fun_progress_list li {
  background-color: var(--dark_blue);
  padding: 18px 30px;
  margin-bottom: 10px;
  border-radius: 0px 15px 15px;
  color: #fff;
}

ul.floatingBoxes {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  list-style: none;
  z-index: -1;
}

ul.floatingBoxes li {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-image: var(--dark_blue);
  opacity: 0.5;
  bottom: -110rem;
  animation: anim 25s linear infinite;
  z-index: -1;
}

ul.floatingBoxes li:nth-child(1) {
  width: 4rem;
  height: 4rem;
  left: 10%;
  animation-delay: 1s;
  animation-duration: 15s;
  filter: blur(3px);
}

ul.floatingBoxes li:nth-child(2) {
  width: 8rem;
  height: 8rem;
  left: 20%;
  animation-delay: 4s;
  animation-duration: 15s;
}

ul.floatingBoxes li:nth-child(3) {
  width: 5rem;
  height: 5rem;
  left: 28%;
  animation-delay: 3s;
  filter: blur(3px);
  animation-duration: 12s;
}

ul.floatingBoxes li:nth-child(4) {
  width: 4rem;
  height: 4rem;
  left: 35%;
  animation-delay: 7s;
  animation-duration: 10s;
}

ul.floatingBoxes li:nth-child(5) {
  width: 6rem;
  height: 6rem;
  left: 43%;
  animation-delay: 1s;
  animation-duration: 9s;
  filter: blur(3px);
}

ul.floatingBoxes li:nth-child(6) {
  width: 10rem;
  height: 10rem;
  left: 50%;
  animation-delay: 0s;
  animation-duration: 8s;
}

ul.floatingBoxes li:nth-child(7) {
  width: 7rem;
  height: 7rem;
  left: 60%;
  animation-delay: 3s;
  filter: blur(3px);
  animation-duration: 13s;
}

ul.floatingBoxes li:nth-child(8) {
  width: 6rem;
  height: 6rem;
  left: 70%;
  animation-delay: 1s;
  animation-duration: 20s;
  filter: blur(3px);
}

ul.floatingBoxes li:nth-child(9) {
  width: 7rem;
  height: 7rem;
  left: 77%;
  animation-delay: 5s;
  animation-duration: 16s;
}

ul.floatingBoxes li:nth-child(10) {
  width: 9rem;
  height: 9rem;
  left: 85%;
  animation-delay: 3s;
  animation-duration: 19s;
  filter: blur(3px);
}

@keyframes anim {
  0% {
    transform: translateY(0);
    opacity: 0;
    border-radius: 0;
  }

  100% {
    transform: translateY(-180rem) rotate(180deg);
    opacity: 1;
    border-radius: 20px;
  }
}

/* Loader page setion Css E */

.ct_progress_btn_white {
  background-color: #fff;
  padding: 6px 15px;
  border-radius: 100px;
  color: var(--dark_blue);
  border: 1px solid #fff;
  outline: none;
}

.ct_creative_task_list_122 ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.ct_creative_task_list_122 ul:before {
  content: "";
  position: absolute;
  background-color: #d0d2da;
  width: calc(100% - 70px);
  height: 2px;
  z-index: -1;
}

.ct_creative_task_list_122 li {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d0d2da;
}

.ct_creative_task_list_122 ul li.active {
  background-color: #fff;
}

.ct_creative_task_list_122 ul li.active svg path {
  stroke: var(--dark_blue);
}

.ct_creative_card_head {
  background-color: #e9f3f9;
  padding: 28px;
}

.ct_creative_cards {
  background-color: #f9fafb;
  box-shadow: 0px 4px 4px 0px #00000014;
  border-radius: 12px;
  overflow: hidden;
}

.ct_creative_card_body {
  padding: 15px 30px 36px;
}

.ct_chat_send_position_btm {
  position: absolute;
  bottom: 25px;
  width: calc(100% - 30px);
  left: 0px;
  right: 0px;
  margin-inline: auto;
}

.ct_feature_card_12 {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #e5e7eb;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #fff;
}

.ct_feature_card_scroll.show {
    height: auto;
    /* max-height: calc(100vh - 132px);
    overflow-y: auto; */
}
.ct_code_features_list.mt-4 {
    height: calc(100vh - 209px);
    overflow-y: auto;
}

.ct_feature_card_scroll.show ::-webkit-scrollbar {
  width: 4px;
}

/* Plan Delivery page css S */
.ct_outline_border_box {
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
}

.ct_custom_switch .form-check-input:checked {
  background-color: var(--dark_blue);
  border-color: var(--dark_blue);
}

.ct_custom_switch.form-switch {
  padding-left: 0px;
}

.ct_custom_switch.form-switch label {
  padding-right: 2.5em;
}

.ct_custom_switch.form-switch .form-check-input {
  height: 20px;
  box-shadow: unset;
}

.ct_custom_switch.form-check .form-check-input {
  float: right;
}

.ct_app_detail_card {
  padding: 18px 10px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  gap: 15px;
}

.ct_transparent_checkbox .form-check-input {
  border: 0px;

  background-color: transparent;
  border-color: transparent;
}

.ct_transparent_checkbox .form-check-input:focus {
  box-shadow: unset;
}

.ct_transparent_checkbox .form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url(data:image/svg + xml,
 %3csvgxmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" %3e%3cpathfill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="m6 10 3 3 6-6" /%3e%3c/svg%3e);
  filter: invert(1);
  background-size: 22px;
}

.ct_transparent_checkbox .form-check-input:checked {
  background-color: transparent;
  border-color: transparent;
}

/* .ct_checkbox_with_border .form-check-input:checked {
  background-color: transparent;
  border-color: var(--dark_blue);
} */
.ct_checkbox_with_border .form-check-input {
  border-width: 2px;
  width: 19px;
  height: 19px;
}

.ct_checkbox_with_border .form-check-input:checked {
  border-color: var(--dark_blue);
  background-color: transparent;
}

.ct_checkbox_with_border .form-check-input:checked[type="checkbox"] {
  background-image: url(../img/check_icon_blue.svg);
}

.ct_checkbox_with_border .form-check-input[type="checkbox"]:focus {
  box-shadow: unset;
}

.ct_app_detail_card.active {
  background-color: #eff9ff;
  border-color: #1b83c1;
}

.ct_white_badge {
  padding: 10px 23px;
  border: 1px solid #000;
  background-color: #fff;
}

.ct_add_the_power_of_bg {
  background-image: url(../img/power_ai_bg.png);
  padding: 40px 60px 60px;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
}

.ct_add_the_power_content {
  position: relative;
}

.ct_add_the_power_content:after {
  content: "";
  position: absolute;
  right: 0px;
  background-image: url(../img/bot_12.png);
  width: 150px;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  top: 0px;
  background-size: contain;
}

.ct_max_w_65 {
  max-width: 65%;
}

.form-range {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 8px;
  background: var(--dark_blue);

  border-radius: 5px;
  outline: none;
  transition: background 0.3s ease-in-out;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  background: transparent;
  border-radius: 5px;
}

.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: var(--dark_blue);
  border-radius: 50%;
  cursor: pointer;
  margin-top: -6px;
}

.form-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: var(--dark_blue);
  border-radius: 50%;
  cursor: pointer;
}

.ct_range_grid_5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 3px;
}

.ct_border_top_1 {
  border-top: 1px solid #00000033;
}

.ct_p_20 {
  padding: 20px;
}

.ct_grey_checkbox1 {
  filter: grayscale(1);
}

.ct_custom_radio_check .form-check-input:checked {
  background-color: var(--dark_blue);
  border-color: var(--dark_blue);
}

.ct_custom_radio_check .form-check-input:focus {
  box-shadow: unset;
}

.ct_project_list_56 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ct_project_list_56 li {
  border-right: 1px solid #fff;
  padding-right: 40px;
}

.ct_review_build_card_grey_tab {
  background-color: #f8f9fa;
}

.ct_review_build_card_grey_tab.nav-pills .nav-link {
  border-radius: 0px;
  color: #00000099;
  padding: 10px 30px;
}

.ct_review_build_card_grey_tab.nav-pills .nav-link.active,
.ct_review_build_card_grey_tab.nav-pills .show>.nav-link {
  color: #1b83c1;
  background-color: #e3f5ff;
}

/* Plan Delivery page css E */
.ct_help_user_table th {
  vertical-align: middle;
}

.ct_text_clr_374151 {
  color: #374151;
}

.ct_text_clr_4B5563 {
  color: #4b5563;
}

.ct_py_30 {
  padding-block: 30px;
}


.ct_break_line{
   border-image-slice: 1;
  border-width: 3px;
  border-image-source:linear-gradient(to left, #E9EBF1, #0064ff, #E9EBF1);
  opacity: 0.6;

}

.ct_pt_50{
  padding-top: 50px;
}
.ct_pb_50{
  padding-bottom: 50px;
}