.banner-inner-section .inner-content h1 {
  font-size: 50px;
  color: var(--atlasblack);
  margin-bottom: 30px;
  line-height: 60px;
  font-weight: bold;
}

.banner-inner-section .button-com.link-animations {
  background: #E8732A;
  color: #fff;
  border: none;
  margin-top: 30px;
  font-size: 16px;
}

.banner-inner-section .button-com.link-animations svg {
  background: #fff;
}

.banner-inner-section .button-com.link-animations svg path {
  stroke: #212529;
}

.banner-inner-section .review-badge {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 10px;
  margin-top: 50px;
}

.banner-inner-section .review-badge .column {
  text-align: center;
}

.banner-inner-section .review-badge .star-review {
  display: flex;
  gap: 6px;
}

.banner-inner-section .review-badge .star-review .review {
  display: flex;
  align-items: center;
  gap: 2px;
}

.banner-inner-section .review-badge .star-review .review img {
  height: 7px;
  width: 7px;
}

.banner-inner-section .review-badge .star-review .num {
  font-size: 12px;
}

.banner-inner-section .review-badge .logo {
  max-width: 83px;
  object-fit: contain;
}

.banner-inner-section .stats-section {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.banner-inner-section .stats-section .stat-item {
  display: flex;
  align-items: center;
  gap: 18px;
}

.banner-inner-section .stats-section .stat-item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
}

.banner-inner-section .stats-section .content .num {
  font-size: 38px;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 100%;
}

.banner-inner-section .stats-section .content p {
  font-size: 12px;
  margin: 0;
  line-height: 100%;
}

/* Tablet */
@media (max-width:991px) {
  .banner-inner-section .stats-section .content .num {
    font-size: 30px;
  }

  .banner-inner-section .stats-section .stat-item img {
    width: 50px;
    height: 50px;
  }

  .banner-inner-section .stats-section {
    gap: 20px;
  }
}

/* Mobile */
@media (max-width:767px) {
  .banner-inner-section .stats-section {
    flex-wrap: wrap;
  }

  .banner-inner-section .stats-section .stat-item {
    flex: 46%;
  }

  .banner-inner-section .button-com.link-animations {
    margin-top: 10px;
  }
}

@media (max-width:576px) {


  .banner-inner-section .stats-section .stat-item {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }


}

@media screen and (max-width: 1599px) {
  .banner-inner-section .inner-content h1 {
    font-size: 44px;
    line-height: 48px;
  }
}

@media screen and (max-width: 1279px) {
  .banner-inner-section .inner-content h1 {
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 48px;
  }
}

@media screen and (max-width: 1023px) {
  .banner-inner-section .inner-content h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .banner-inner-section .inner-content h1 {
    font-size: 28px;
    line-height: normal;
  }
}

@media screen and (max-width: 479px) {
  .banner-inner-section .inner-content h1 {
    font-size: 22px;
    line-height: normal;
  }
}

.banner-inner-section .inner-content p {
  font-size: 18px;
  color: var(--atlasblack);
  line-height: 27px;
  font-weight: normal;
  margin-bottom: 20px;
}

#careerForm .careers_heading {
  color: var(--atlasgreen);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

#careerForm form {
  width: 70%;
  margin: 0 auto;
}

#careerForm .row {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  align-items: center;
}

#careerForm label {
  font-size: 18px;
  font-weight: 500;
}

#careerForm .experience-card {
  padding: 0;
}

#careerForm label span {
  font-size: 16px;
  font-weight: 500;
}

#careerForm form .form-group {
  display: flex;
  justify-content: start;
  align-items: start;
  margin-bottom: 20px;
}

#careerForm form .error-messages {
  width: 60%;
}

#careerForm form .error-messages p {
  text-align: end;
  margin: 0;
  line-height: 20px;
}

#careerForm .recaptcha-error-messages p {
  text-align: center !important;
  line-height: 20px;
}

#careerForm .recaptcha-error-messages .recaptcha {
  margin-bottom: 10px;
}

#careerForm .recaptcha-error-messages {
  text-align: center;
  width: 100% !important;
  margin-bottom: 30px;
}

#careerForm form .form-group label {
  width: max-content;
  margin-right: 20px;
}

#careerForm .services-select {
  display: inline-block;
  position: relative;
}

#careerForm form .services-select label {
  margin: 0;
}

#careerForm .services-select input {
  width: 50%;
  background-color: transparent;
  transition: all 0.4s;
}

#careerForm .services-select input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  width: 100% !important;
  height: 100% !important;
}

#careerForm .select_butons .services-select label {
  font-size: 14px !important;
  padding: 4px 15px;
  font-weight: 400;
  line-height: normal;
}

#careerForm .select_butons label {
  width: 100% !important;
  margin-bottom: 10px;
}

#careerForm .select_butons {
  display: flex;
  flex-wrap: wrap;
}

#careerForm .select_butons .services-select {
  margin-bottom: 5px;
  margin-right: 5px;
}

.services-select input[type="radio"]:checked+label {
  background-color: var(--atlasgreen);
}

#careerForm form .form-group [type="file"]::-webkit-file-upload-button {
  background-color: var(--atlasgreen);
  color: var(--atlasblack);
  font-weight: bold;
  border-radius: 6px;
  margin: 0px;
  margin-right: 10px;
  font-size: 16px;
  padding: 2px 6px;
  transition: all 0.4s;
}

#careerForm form .form-group select,
#careerForm form .form-group input {
  width: 100%;
}

#careerForm .submit_button {
  text-align: center;
}

#careerForm .submit_button button {
  color: var(--atlaswhite);
}

#careerForm input::placeholder {
  color: var(--atlaslitegray);
  font-size: 18px;
  font-weight: 500;
}

#careerForm .recaptcha {
  margin: 40px 0 20px 0;
}

#careerForm .recaptcha div {
  display: flex;
  justify-content: center;
}

#careerForm .resume-upload {
  position: relative;
}

#careerForm .resume-file {
  opacity: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

#careerForm .resume-upload input {
  border: 0px dashed var(--atlaslitegray);
  border-bottom-width: 2px;
  transition: all 0.4s;
  height: 80px;
}

#careerForm .resume-upload:hover input,
#careerForm .resume-upload:focus input {
  box-shadow: 5px 5px 30px #0000001a;
  border: 2px dashed var(--atlasgreen);
}

#careerForm textarea,
#careerForm select,
#careerForm input {
  font-size: 18px;
  padding: 2px 10px;
  border-radius: 0;
  border: 0px solid var(--atlaslitegray);
  border-bottom-width: 2px;
  font-weight: 600;
  color: var(--atlasgreen);
  transition: all 0.4s;
}

#careerForm input:hover,
#careerForm select:hover,
#careerForm textarea:hover,
#careerForm textarea:focus,
#careerForm select:focus,
#careerForm input:focus-visible,
#careerForm input:focus {
  box-shadow: unset;
  outline: none;
  border: 0px solid var(--atlasgreen);
  border-color: var(--atlasgreen) !important;
  border-bottom-width: 2px;
}

#careerForm form [step-id="2"] .form-group,
#careerForm form [step-id="3"] .form-group {
  flex-wrap: wrap;
}

#careerForm form [step-id="2"] .form-group>label,
#careerForm form [step-id="3"] .form-group>label {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

#careerForm form [step-id="2"] .form-group .wpcf7-checkbox,
#careerForm form [step-id="3"] .form-group .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}

#careerForm form [step-id="2"] .form-group .wpcf7-checkbox .wpcf7-list-item,
#careerForm form [step-id="3"] .form-group .wpcf7-checkbox .wpcf7-list-item {
  margin-bottom: 5px !important;
  margin-right: 5px !important;
}

#careerForm form [step-id="2"] .form-group .wpcf7-checkbox .wpcf7-list-item label,
#careerForm form [step-id="3"] .form-group .wpcf7-checkbox .wpcf7-list-item label {
  display: inline-block;
  position: relative;
  margin: 0;

}

#careerForm form [step-id="2"] .form-group .wpcf7-checkbox .wpcf7-list-item label input,
#careerForm form [step-id="3"] .form-group .wpcf7-checkbox .wpcf7-list-item label input {
  background-color: initial;
  cursor: pointer;
  height: 100% !important;
  opacity: 0;
  position: absolute;
  transition: all .4s;
  width: 100% !important;
}

#careerForm form [step-id="2"] .form-group .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label,
#careerForm form [step-id="3"] .form-group .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 14px !important;
  font-weight: 400;
  line-height: normal;
  padding: 4px 15px;
  margin: 0;
}

#careerForm form [step-id="2"] .uacf7-prev,
#careerForm form [step-id="2"] .uacf7-next,
#careerForm form [step-id="3"] .uacf7-prev {
  background-color: var(--atlasblack);
  border-color: var(--atlasblack);
  border-radius: 100px;
  color: #fff;
  font-weight: 600;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

#careerForm form [step-id="2"] .uacf7-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

#careerForm form [step-id="3"] .form-submit .btn {
  background-color: var(--atlasblack);
  border-color: var(--atlasblack);
  border-radius: 100px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 20px;
  text-decoration: none;
}

#careerForm form [step-id="2"] .uacf7-prev:hover,
#careerForm form [step-id="2"] .uacf7-next:hover,
#careerForm form [step-id="3"] .uacf7-next:hover {
  background: var(--atlasgreen);
  border-color: var(--atlasgreen);
}

#careerForm form [step-id="3"] .form-submit {
  text-align: center;
  display: inline-block;
}

#careerForm form [step-id="3"] .form-previous {
  display: inline-block;
}

#careerForm form [step-id="3"] .form-submit input.btn:hover,
#careerForm form [step-id="3"] .form-previous .uacf7-prev:hover {
  background: var(--atlasgreen) !important;
  border-color: var(--atlasgreen) !important;
  color: #fff !important;
}

.hiredevloperform .btn-close {
  filter: none !important;
  z-index: 11;
}

div#NewsModal .btn-close,
div#HeaderFormModal .btn-close,
div#FormModal .btn-close {
  border-radius: 50%;
  padding: 5px;
  border: none;
  opacity: 1;
  position: absolute;
  right: 10px;
  filter: none;
  top: 10px;
  z-index: 10;
  transition: all 0.4s;
}

div#NewsModal .btn-close:hover,
div#HeaderFormModal .btn-close:hover,
div#FormModal .btn-close:hover {
  transform: rotate(180deg);
}

#NewsModal .modal-body,
#HeaderFormModal .modal-body,
#FormModal .modal-body {
  padding: 30px 10px !important;
}

#NewsModal,
#HeaderFormModal,
#FormModal {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#NewsModal .modal-dialog .modal-content,
#HeaderFormModal .modal-dialog .modal-content,
#FormModal .modal-dialog .modal-content {
  background-color: var(--atlaswhite);
  border-radius: 15px;
  box-shadow: 0px 0px 50px #000000b3;
}

@media (max-width: 768px) {

  div#NewsModal .btn-close,
  div#HeaderFormModal .btn-close,
  div#FormModal .btn-close {
    left: unset;
    right: 10px;
    top: 10px;
  }
}

@media only screen and (max-width: 475px) {
  #careerForm form {
    width: 90%;
    margin: 0 auto;
  }

  #careerForm textarea,
  #careerForm select,
  #careerForm input,
  #careerForm label {
    font-size: 16px;
  }

  #careerForm form .form-group select,
  #careerForm form .error-messages,
  #careerForm form .form-group input,
  #careerForm form .form-group label {
    width: 100%;
    margin-right: 0;
  }

  #careerForm form .form-group {
    flex-wrap: wrap;
  }
}

#FormModal .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  transition: all .4s;
}

#careerForm .cptcha-main {
  justify-content: center !important;
}

#careerForm .cptcha-main label {
  margin: 0 auto;
  text-align: center;
}

#careerForm .cptcha-main .recaptcha {
  margin: 10px 0 20px 0;
}

#careerForm .form-group.select_buton {
  text-align: left;
}

#careerForm .uacf7-step.uacf7-step-29799.step-content.step-end {
  text-align: center;
}

#candlyModal .btn-close {
  filter: brightness(0) invert(1) !important;
}

.case-studies-section {
  background: var(--atlaswhite);
  padding-top: 100px;
}

/* Heading */

.case-studies-section .case-studies-section__sub-title {
  color: var(--atlasgreen);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
}

.case-studies-section .case-studies-section__sub-title::after {
  content: "";
  width: 45px;
  height: 2px;
  background: var(--atlasgreen);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.case-studies-section .case-studies-section__title span {
  color: var(--atlasgreen);
}

.case-studies-section .case-studies-section__description {
  font-size: 18px;
}

/* Card */

.case-studies-section .case-studies-section__card {
  background: var(--atlaswhite);
  border: 1px solid #D7D7D7;
  border-radius: 17px;
  overflow: hidden;
  transition: .3s;
  height: 100%;
}

.case-studies-section .case-studies-section__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.case-studies-section .case-studies-section__image {
  padding: 12px;
}

.case-studies-section .case-studies-section__image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
}

.case-studies-section .case-studies-section__content {
  padding: 0 18px 22px;
}

.case-studies-section .case-studies-section__company {
  color: var(--atlasgreen);
  font-size: 13px;
  margin-bottom: 8px;
  display: inline-block;
}

.case-studies-section .case-studies-section__card-title a{
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #212529;
}

.case-studies-section .case-studies-section__text {
  font-size: 14px;
  line-height: 18px;
}

.case-studies-section .case-studies-section__stats {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.case-studies-section .case-studies-section__stats .num-case {
  color: var(--atlasgreen);
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 0px;
  line-height: 100%;
}

.case-studies-section .case-studies-section__stats .num-text {
  font-size: 13px;
}

.case-studies-section .case-studies-section__link {
  color: var(--atlasgreen);
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.case-studies-section .case-studies-section__link span {
  font-size: 16px;
}


.case-studies-section .case-studies-section__button span {
  width: 30px;
  height: 30px;
  background: var(--atlasgreen);
  color: var(--atlaswhite);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.case-studies-section .case-studies-section__button:hover {
  background: var(--atlasgreen);
  border-color: var(--atlasgreen);
  color: var(--atlaswhite);
}

.case-studies-section .button-com {
  font-size: 18px;
}

.case-studies-section .button-com svg {
  background: var(--atlasgreen);
}

/* Responsive */
@media(max-width:1199px) {

  .case-studies-section {
    padding-top: 80px;
  }
}

@media(max-width:991px) {

  .case-studies-section {
    padding-top: 70px;
  }
}

@media(max-width:767px) {

  .case-studies-section {
    padding-top: 50px;
  }

  .case-studies-section .case-studies-section__title {
    font-size: 20px;
  }

  .case-studies-section .case-studies-section__stats {
    gap: 20px;
    flex-wrap: wrap;

  }
}

.faq-section-new {
  background: #234181;
  padding: 100px 0;
}

.faq-section-new .faq-section__left {
  padding-right: 30px;
}

.faq-section-new .faq-section__subtitle {
  font-size: 20px;
  color:#fff;
  margin: 0;
}

.faq-section-new .faq-section__accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-bg: transparent;
}

.faq-section-new .faq-section__item {
  background: transparent;
  border: none;
  margin-bottom: 22px;
}

.faq-section-new .faq-section__header {
  margin: 0;
}

.faq-section-new .faq-section__button {
  background:#25487D;
  color: #fff;
  border: 1px solid #425E8A;
  border-radius: 16px !important;
  padding: 24px 28px;
  font-size: 20px;
  font-weight: 700;
  box-shadow: none !important;
}

.faq-section-new .faq-section__button::after {
  content: "+";
  background-image: none;
  width: auto;
  height: auto;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  transform: none;
}

.faq-section-new .faq-section__button:not(.collapsed)::after {
  content: "−";
  transform: none;
}

.faq-section-new .faq-section__question {
  display: block;
  width: 100%;
  padding-right: 15px;
}

.faq-section-new .faq-section__body {
  color: #eef3ff;
  font-size: 17px;
  line-height: 1.8;
  padding: 24px 30px 10px;
}

.faq-section-new .accordion-button:focus {
  box-shadow: none;
}

@media(max-width:991px) {

  .faq-section-new {
    padding: 70px 0;
  }

  .faq-section-new .faq-section__left {
    padding-right: 0;
    text-align: center;
  }

  .faq-section-new .faq-section__title {
    font-size: 42px;
  }

  .faq-section-new .faq-section__subtitle {
    font-size: 22px;
  }

  .faq-section-new .faq-section__button {
    font-size: 18px;
    padding: 20px;
  }

  .faq-section-new .faq-section__body {
    padding: 20px;
    font-size: 16px;
  }

}

@media(max-width:767px) {

  .faq-section-new .faq-section__title {
    font-size: 34px;
  }

  .faq-section-new .faq-section__subtitle {
    font-size: 18px;
  }

  .faq-section-new .faq-section__button {
    font-size: 16px;
    line-height: 140%;
    padding: 16px;
  }

  .faq-section-new .faq-section__body {
    font-size: 15px;
  }

}

.testimonial-section>.scrollmagic-pin-spacer {

  padding-bottom: 0px !important;

}



.dot-testi {

  width: 18px;

  min-width: 18px;

  height: 18px;

  border-radius: 50%;

}

.dot-testi:not(:first-child) {

  margin-left: 5px;

}

.light-green-testi {

  background: var(--atlasgreen);

}

.green-testi {

  background: var(--atlasblack);

}

.blue-testi {

  background: var(--atlasdarkblue);

}

.testi-img {

  width: 50px;

  height: 50px;

  flex: 0 0 auto;

}

.testi-img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 50%;

}

.f14 {

  font-size: 14px;

}

.testiname {

  padding-left: 15px;

}

.testiname .f14 {

  line-height: 21px;

}

.testimonial-section {

  font-size: var(--f12);

}

.testimonial-slider .testimonialcontent p {

  font-size: 20px;

  line-height: 33px;

  color: var(--atlasblack);

}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {

  color: transparent;

}

.testimonial-section .slick-dots li button {

  color: var(--atlasblack);

  background: var(--atlasblack);

  border-radius: 50px;

}

.testimonial-section .slick-dots li.slick-active button {

  color: var(--atlasgreen);

  background: var(--atlasgreen);

  border-radius: 50px;

}
.slick-slide>div {
    padding: 10px;
}

@media (min-width: 767px) {

  .testi-img {

    width: 105px;

    height: 105px;

  }

  .project-img {

    width: 100%;

    /* height: 70vh; */

    height: 100%;

  }

  .testimonial-section {

    font-size: var(--f18);

  }

}


 #technologies_slider
    .slider-thumb
    .thumb_name
    .thumb-icon
    span
    svg
    path#Polygon_12,#technologies_slider
    .slider-thumb
    .thumb_name
    .thumb-icon
    span
    svg
    path[data-name="Polygon 12"],
  #technologies_slider
    .slider-thumb
    .thumb_name
    .thumb-icon
    span
    svg
    path#Polygon_13,#technologies_slider
    .slider-thumb
    .thumb_name
    .thumb-icon
    span
    svg
    path[data-name="Polygon 13"] {
    opacity: 0;
  }
  
  #technologies_slider
    .slider-thumb
    .thumb_name
    .thumb-icon
    span
    svg
    g#Ellipse_199
    circle,#technologies_slider
    .slider-thumb
    .thumb_name
    .thumb-icon
    span
    svg
    g[data-name="Ellipse 199"]
    circle {
    opacity: 0;
  }
  
  #technologies_slider
    .slider-thumb
    .slick-current
    .thumb-icon
    span
    svg
    circle#Ellipse_194,
  #technologies_slider
    .slider-thumb
    .slick-current
    .thumb-icon
    span
    svg
    circle[data-name="Ellipse 194"] {
    fill: rgb(162, 186, 95);
  }
  
  #technologies_slider
    .slider-thumb
    .slick-current
    .thumb-icon
    span
    svg
    path#Polygon_12,#technologies_slider
    .slider-thumb
    .slick-current
    .thumb-icon
    span
    svg
    path[data-name="Polygon 12"],
  #technologies_slider
    .slider-thumb
    .slick-current
    .thumb-icon
    span
    svg
    path#Polygon_13, #technologies_slider
    .slider-thumb
    .slick-current
    .thumb-icon
    span
    svg
    path[data-name="Polygon 13"] {
    opacity: 1;
  }
  
  #technologies_slider
    .slider-thumb
    .slick-current
    .thumb-icon
    span
    svg
    g#Ellipse_199
    circle,#technologies_slider
    .slider-thumb
    .slick-current
    .thumb-icon
    span
    svg
    g[data-name="Ellipse 199"]
    circle {
    opacity: 1;
  }
  
  #technologies_slider .technologies_content .slider_slid img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    object-fit: contain;
  }
  
  #technologies_slider .slider_slid img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }
  #technologies_slider {
    transition: all 1s;
  }
  #technologies_slider.technologystart {
    background: #000000;
  }
  #technologies_slider.technologystart .page-title {
    background: var(--atlasgreen);
    background: -webkit-linear-gradient(
      to right,
      var(--atlasgreen) 0%,
      var(--atlasblue) 100%
    );
    background: -moz-linear-gradient(
      to right,
      var(--atlasgreen) 0%,
      var(--atlasblue) 100%
    );
    background: linear-gradient(
      to right,
      var(--atlasgreen) 0%,
      var(--atlasblue) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.5s;
  }
  #technologies_slider .slider-thumb .thumb-icon span {
    position: relative;
    background-color: var(--atlasblack);
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
  }
  #technologies_slider.technologystart .slider-thumb .thumb-icon span {
    background-color: #000000;
  }
  
  #technologies_slider .slider-thumb {
    position: relative;
    z-index: 1;
    background: transparent;
    padding: 0;
    width: 97%;
    margin: 0 auto;
  }

  #technologies_slider .slider-thumb:after {
    content: "";
    position: absolute;
    top: 80%;
    border-bottom: 1px solid #000000;
    width: 80%;
    right: 50%;
    z-index: -1;
    margin: 0 auto;
    transform: translateX(50%);
  }
  
  #technologies_slider .slick-nav.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  
  #technologies_slider .next-arrow {
    left: calc(100% + 70px);
  }
  
  #technologies_slider .prev-arrow {
    right: calc(100% + 70px);
  }
  
  #technologies_slider .slider-thumb .thumb_name .thumb-icon h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 18px;
    text-wrap: nowrap;
  }
  
  #technologies_slider .slider-thumb .slick-current .thumb-icon h3 {
    color: #a2ba5f;
  }
  
  #technologies_slider .thumb-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  
  .home_page_slider#technologies_slider .slick-track {
    display: block !important;
  }
  
  #technologies_slider .slick-track {
    display: flex !important;
  }
  
  #technologies_slider .slick-slide {
    height: inherit !important;
  }
  
  #technologies_slider .slick-slide div {
    height: 100% !important;
  }
  
  #technologies_slider .slider_slid .row {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
  }
  
  #technologies_slider .slider_slid .row > div {
    text-align: center;
  }

  #technologies_slider .slider_slid .row div h3 {
    margin-top: 15px;
    margin-bottom: 0;
    color: #a2ba5f;
    font-size: 22px;
    line-height: 35px;
    font-weight: bold;
  }
  .slick-prev, .slick-next {
    width: 40px !important;
    height: 40px !important;
    top: calc(50% + 10px);
}
@media (max-width: 1200px) {
    #technologies_slider .slider-thumb .thumb_name .thumb-icon h3 {
        font-size: 24px;
        line-height: 30px;
    }
}
@media (max-width: 1024px){
#technologies_slider .slider-thumb .thumb_name .thumb-icon h3{
  font-size: 22px;
  line-height: 30px;
}
}
@media (max-width: 767px) {
    #technologies_slider .slider-thumb .thumb_name .thumb-icon h3 {
        font-size: 20px;
        line-height: 20px;
    }
        #Services_slide .slider_slid .row {
        margin-top: 0;
    }
}
  @media (min-width: 576px){
    .slick-prev,
    .slick-next {
      top: 50%;
    }
   
  }
  @media (max-width: 575px){
         .slick-prev{
      left: 0;
      right: auto;
    }
    .slick-next{
      right: 0;
      left: auto;
    }
  }
  @media (max-width: 450px){
     .slick-prev,
  .slick-next {
    width: 40px !important;
    height: 40px !important;
    top: calc(50% + 10px);
  }
  }

.our-service {
  padding: 50px 0;
}

.service-content h2 {
  font-size: 50px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: var(--atlasblack);
  margin-bottom: 15px;
}

.service-content p {
  font-size: 18px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: var(--atlasblack);
  line-height: 27px;
  margin-bottom: 15px;
}

.service-content h4 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: var(--atlasblack);
  line-height: 36px;
}

/* === Service Two === */

#Services_slide .slider_slid .row {
  width: 100% !important;
  align-items: center;
}

#Services_slide .thumb_name .thumb-icon h3 {
  color: var(--atlasblack) !important;
  text-align: center;
}

#Services_slide .slider-thumb .thumb-icon span {
  background-color: #e6e6e6 !important;
}

#Services_slide
  .slider-thumb
  .thumb_name
  .thumb-icon
  span
  svg
  circle#Ellipse_194,
#Services_slide
  .slider-thumb
  .thumb_name
  .thumb-icon
  span
  svg
  circle[data-name="Ellipse 194"]{
  fill: var(--atlasblack);
}

#Services_slide .slider-thumb:after {
  border-color: var(--atlasblack);
}

#Services_slide .slider_slid .slide_head {
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #a2ba5f;
}

#Services_slide .slider-thumb .slick-current .thumb-icon h3 {
  color: #a2ba5f !important;
}

#Services_slide .slider-thumb .thumb_name .thumb-icon h3 span {
  text-align: center;
  display: block;
  width: 100%;
}

#Services_slide
  .slider-thumb
  .slick-current
  .thumb-icon
  span
  svg
  circle#Ellipse_194,
#Services_slide
  .slider-thumb
  .slick-current
  .thumb-icon
  span
  svg
  circle[data-name="Ellipse 194"] {
  fill: rgb(162, 186, 95);
}

.technologies_content .slider_slid .slide_head span {
  color: var(--atlasblack);
  display: block;
}

.technologies_content .slider_slid .slide_body {
    font-size: 20px;
    line-height: 33px;
    color: var(--atlasblack);
}

.slide_li ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 37px;
  list-style: disc;
  color: var(--atlasblack);
}

.slide_li ul li::marker {
  color: #a2ba5f;
}

#technologies_slider .slider-thumb {
  margin-top: 30px;
}

/* new add */
#Services_slide .technologies_content .slider_slid img {
  height: 100%;
  width: 90%;
}

#Services_slide .slider_slid .slide_li ul {
  width: fit-content;
	text-align: left;
}

.slide_li ul li a {
  color: var(--atlasblack);
  transition: all 0.4s;
}

.slide_li ul li:hover a {
  color: var(--atlasblue);
  transform: translateX(10px);
}

.slide_li ul li {
  transition: all 0.4s;
  transform: translateX(0);
  list-style: none;
}
.slide_li ul li:hover {
  transform: translateX(10px);
}
#services_slide_inner .slick-slide div {
  height: auto !important;
}
#services_slide_inner .technologies_thumb .slick-slide div {
  height: 100% !important;
}
/* new add */

@media (max-width: 1200px) {
    #Services_slide .slider_slid .slide_head {
        font-size: 30px;
        line-height: normal;
    }
}

/* 3-aug services page */

.agency-section-new{
    position:relative;
    background:#EEF3FE;
 
}

.new-cm-title{
	    font-size: 38px;
}
.agency-section-new h2 span{
	    color: #A2BA5F;
}
.agency-section-new .feature-box{
  
	margin-top: 65px;
}

.agency-section-new .feature-item{
    display:flex;
    align-items:flex-start;
    gap:28px;
    margin-bottom:40px;
}

.agency-section-new .icon{
   width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #E2EBFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agency-section-new .icon img{
    width:24px;
}

.agency-section-new .content{
    position:relative;
    padding-left:28px;
}

.agency-section-new .content:before{
        content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 2.5px;
    height: 80px;
    background: #E2EBFF;
}
.agency-section-new .agency-img{
	    position: absolute;
    bottom: 0;
    right: 0;
}
.agency-section-new .content p{
       font-size: 18px;
    line-height: 30px;
    color: #212529;
    font-weight: 400;
}

.agency-section-new .content a{
    color: #234181;
    font-weight: 600;
    text-decoration: underline !important;
}

.agency-section-new .feature-item:last-child{
    margin-bottom:0;
}
@media(max-width:1600px){
	.agency-section-new .agency-img img{
	    width: 600px;	
	}
}
@media(max-width:1299px){
	.agency-section-new .agency-img img{
	    width: 500px;	
	}
}
@media(max-width:991px){
	.new-cm-title {
    font-size: 32px;
}
	.agency-section-new{
		    z-index: 9;

	}
	.agency-section-new .agency-img{
		position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0.3;
	}
	
    .agency-section-new .agency-section{
        background-position:center bottom;
        background-size:90%;
        padding-bottom:500px;
    }


    .agency-section-new .feature-box{
        max-width:100%;
    }
	
}

@media(max-width:767px){
.new-cm-title {
    font-size: 26px;
}
	.agency-section-new .feature-box {
    margin-top: 30px;
}
    .agency-section-new .agency-section{
        background-size:100%;
        padding-bottom:320px;
    }
	.agency-section-new .feature-item{
		margin-bottom: 30px;
	}
    
    .agency-section-new .feature-item{
        gap:18px;
    }

   .agency-section-new .content{
        padding-left:18px;
    }

   .agency-section-new .content p{
        font-size:16px;
    }

    .agency-section-new .icon{
        width:48px;
        height:48px;
    }

    .agency-section-new .icon img{
        width:20px;
    }
}



        .platform-new-section {

            text-align: center;
        }

        .platform-new-section .platform-cards {
            display: grid;
            grid-template-columns: 1fr 1fr;
                gap: 30px;
            text-align: left;
			margin-top: 30px;
        }
.new-cm-title span {
    color: #A2BA5F;
}
.platform-new-section .platform-main p{
	    font-weight: 400;
    color: #212529;
}
.platform-new-section .platform-cards h6{
	    color: #234181;
    font-weight: 600;
    font-size: 20px;
	margin-bottom: 0;
}
.platform-new-section .platform-cards ul{
	    padding-left: 50px !important;
}
.platform-new-section .platform-cards ul li{
	    font-size: 16px;
    font-weight: 400;
}
        .platform-new-section .platform-inner-card {
            border-radius: 12px;
            padding: 28px 30px;
        }

        .platform-new-section .platform-inner-card.green {
               background: #A2BA5F1A;
        }

        .platform-new-section .platform-inner-card.blue {
            background: #EEF3FE;
        }

        .platform-new-section .card-inner-header {
            display: flex;
            align-items: start;
            gap: 10px;
            margin-bottom: 18px;
        }

        .platform-new-section .icon {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
			margin-top:1px;
        }

        .platform-new-section .icon.check {
            background: var(--green-check-bg);
        }

        .platform-new-section .icon.info {
            background: var(--blue-icon-bg);
        }


        .platform-new-section .icon svg {
            width: 12px;
            height: 12px;
        }

        .platform-new-section .card-header h2 {
            font-size: 16px;
            font-weight: 700;
            margin: 0;
            color: #1a1a1a;
        }

        .platform-new-section .card ul {
            margin: 0;
            padding-left: 20px;
        }

        .platform-new-section .card li {
            font-size: 14px;
            line-height: 1.5;
            margin-bottom: 14px;
            color: #333333;
        }

        .platform-new-section .card li:last-child {
            margin-bottom: 0;
        }

		@media (max-width: 1199px) {
			.platform-new-section .platform-cards h6{
				font-size: 18px;
			}
        }

        @media (max-width: 767px) {
            .platform-new-section .platform-cards {
                grid-template-columns: 1fr;
            }
        }



.wp-services-section{
    padding-bottom:100px;
}



/* Heading */

.wp-services-section .wp-services-heading{
    text-align:center;
    margin-bottom:45px;
}


/* List */

.wp-services-section .wp-services-list{
    display:flex;
    flex-direction:column;
    gap:15px;
}

/* Card */

.wp-services-section .wp-service-item{
       display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 22px 25px;
    background: #fff;
    border: 1px solid #DBE4F6;
    border-radius: 20px;
    transition: all .35s ease;
}

/* Hover Effect */
.wp-services-section .wp-service-item:hover{
    transform:translateY(-6px);
   box-shadow: 0px 14px 34px 0px #00000014;

}
/* Number */

.wp-services-section .wp-service-number{
       font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #ADC1ED;
    transition: .3s;
        margin-top: -2px;
}


/* Content */

.wp-services-section .wp-service-content{
    flex:1;
}

.wp-services-section .wp-service-content h3{
       margin: 0 0 6px;
    font-size: 18px;
    font-weight: 600;
    color: #234181;
    line-height: 1.3;
}

.wp-services-section .wp-service-content p{
       margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #212529;
}
.wp-services-section .wp-service-item:hover .wp-service-content h3{
    color:#234181;
}

.wp-services-section .wp-service-item:hover .wp-service-number{
    color:#1146D1;
}
.wp-services-section .wp-service-item:hover  .wp-service-content p{
color: #212529;
}
/* Responsive */

@media(max-width:991px){

.wp-services-section .wp-service-item{
    padding:25px;
}

.wp-services-section .wp-service-number{
    font-size:30px;
}

.wp-services-section .wp-service-content h3{
    font-size:20px;
}
.wp-services-section{
    padding-bottom:50px;
}
}

@media(max-width:767px){



.wp-services-section .wp-service-item{

    flex-direction:column;

    gap:15px;

    padding:20px;
}


.wp-services-section .wp-service-number{
    font-size:26px;
}

.wp-services-section .wp-service-content h3{
    font-size:18px;
}

.wp-services-section .wp-service-content p{
    font-size:15px;
}

}



.hire-new-developer-section {
            background: #234181;
         
            overflow: hidden;
        }

.hire-new-developer-section .btn{
	    background: #fff;
	    font-size: 16px;
	   color:var(--atlasblack) !important;
}
.hire-new-developer-section .btn:hover{
	   color:#000;
}
        /* Left */

      

        .hire-new-developer-section .hire-subtitle {
            display: inline-block;
            position: relative;
            padding-bottom: 20px;

            color: #A2BA5F;
    font-size: 18px;
    font-weight: 600;
            text-transform: uppercase;
            letter-spacing: .8px;
        }

       .hire-new-developer-section .hire-subtitle::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 8px;

            width: 32px;
            height: 2px;
            background: #A8C64D;
        }

       .hire-new-developer-section .new-cm-title {
         margin-top: 22px;
            color: #fff;
        }

       .hire-new-developer-section .hire-title span {
            color: #A8C64D;
        }

       .hire-new-developer-section .hire-developer-content p {
            color: #fff;
            margin-bottom: 30px;
        }

        
        /* Image */

        .hire-new-developer-section .hire-image {
            text-align: right;
			max-width: 401px;
			margin-left: auto;
			margin-right: auto;
        }

       .hire-new-developer-section .hire-image img {
            max-width: 100%;
            height: auto;
        }

        /* Responsive */

        @media(max-width:991px) {
          
            .hire-new-developer-section .hire-image {
                text-align: center;
                margin-top: 50px;
            }
      
        }

    /* Heading */

.choose-new-section .case-studies-section__sub-title{
    color:var(--atlasgreen);
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    position:relative;
    display:inline-block;
    padding-bottom:14px;
}

.choose-new-section .case-studies-section__sub-title::after{
    content:"";
    width:45px;
    height:2px;
    background:var(--atlasgreen);
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
}

.choose-new-section .case-studies-section__title span{
    color:var(--atlasgreen);
}

.choose-new-section .case-studies-section__description{
    font-size:18px;
}

/*=====================================
Choose New Section
======================================*/

.choose-new-section{
    background:#fff
    padding:50px 0;
}

.choose-new-section .comparison-table-wrap{
    margin-top:50px;
    overflow-x:auto;
    border-radius:20px;
}

.choose-new-section .comparison-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
    margin:0;
    border-radius:20px;
    overflow:hidden;
	    border: 1px solid #DFE9FF;
}
.choose-new-section{
    background:#fff;
    padding:80px 0;
}

.choose-new-section .comparison-table-wrap{
    overflow-x:auto;
    background:#fff;
}

.choose-new-section .comparison-table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    table-layout:fixed;
}

/* ===========================
   Header
=========================== */

.choose-new-section .comparison-table thead th{
    padding:22px 28px;
    font-size:18px;
    font-weight:700;
    text-align:left;
    line-height:1.3;
}

.choose-new-section .comparison-table thead th:nth-child(1),
.choose-new-section .comparison-table thead th:nth-child(2){
    background:#2E4B8E;
    color:#fff;
}

.choose-new-section .comparison-table thead th:nth-child(3){
    background:#F3F3F3;
    color:#222;
}

.choose-new-section .comparison-table thead th:first-child{
    border-radius:18px 0 0 0;
}

.choose-new-section .comparison-table thead th:last-child{
    border-radius:0 18px 0 0;
}

/* ===========================
   Body
=========================== */

.choose-new-section .comparison-table tbody td{
    padding:18px 28px;
    font-size:15px;
    color:#444;
    vertical-align:middle;
    line-height:1.7;
}

.choose-new-section .comparison-table tbody td:first-child{
    background:#EEF3FD;
    color:#244487;
    font-weight:700;
}

.choose-new-section .comparison-table tbody td:nth-child(2),
.choose-new-section .comparison-table tbody td:nth-child(3){
    background:#fff;
}

/* Vertical Border */

.choose-new-section .comparison-table th:nth-child(2),
.choose-new-section .comparison-table td:nth-child(2),
.choose-new-section .comparison-table th:nth-child(3),
.choose-new-section .comparison-table td:nth-child(3){
    border-left:1px solid #E6EAF2;
}

/* Bottom Radius */

.choose-new-section .comparison-table tbody tr:last-child td:first-child{
    border-radius:0 0 0 18px;
}

.choose-new-section .comparison-table tbody tr:last-child td:last-child{
    border-radius:0 0 18px 0;
}

/* Width */

.choose-new-section .comparison-table th:nth-child(1),
.choose-new-section .comparison-table td:nth-child(1){
    width:26%;
}

.choose-new-section .comparison-table th:nth-child(2),
.choose-new-section .comparison-table td:nth-child(2){
    width:37%;
}

.choose-new-section .comparison-table th:nth-child(3),
.choose-new-section .comparison-table td:nth-child(3){
    width:37%;
}

/* Icons */

.choose-new-section .comparison-table td .icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:18px;
    margin-right:10px;
    vertical-align:middle;
}

.choose-new-section .comparison-table td .icon img{
    width:16px;
    display:block;
}

/* Hover */

.choose-new-section .comparison-table tbody tr:hover td{
    background:#fafcff;
}

.choose-new-section .comparison-table tbody tr:hover td:first-child{
    background:#EAF1FD;
}
.choose-new-section .comparison-table th:nth-child(1),
.choose-new-section .comparison-table th:nth-child(2),
.choose-new-section .comparison-table th:nth-child(23){
	    border-left: none !important;
	border-right: none !important;
}
/* Responsive */

@media(max-width:991px){


	.choose-new-section .comparison-table tbody td{
		padding:12px 28px;
	}

}


        .wp-insights-section {
            background: #fff;
        }

        .wp-insights-section .wp-insights-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 50px;
            margin-bottom: 20px;
        }

        .wp-insights-section .wp-insights-left h2 {
            margin: 0;
        }

        .wp-insights-section .wp-insights-left p {
            margin-top: 12px;
            max-width: 620px;
            color: #666;
            font-size: 18px;
            line-height: 1.7;
        }

        .wp-insights-section .wp-insights-btn {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 15px 28px;
            border: 1px solid #82a93c;
            border-radius: 12px;
            color: #82a93c;
            text-decoration: none;
            font-weight: 600;
            transition: .3s;
			flex-shrink: 0;
        }

        .wp-insights-section .wp-insights-btn:hover {
            background: #82a93c;
            color: #fff;
        }

        .wp-insights-section .wp-blog-slide {
            padding: 15px 18px;
			padding-left: 0;
			height: 100%;
        }

		.wp-insights-section .slick-slide>div {
			padding: 0px;
			height: 100%;
		}

        .wp-insights-section .wp-blog-card {
            background: #fff;
            border-radius: 18px;
            overflow: hidden;
            border: 1px solid #ececec;
            transition: .35s;
            height: 100%;
        }

        .wp-insights-section .wp-blog-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
        }

        .wp-insights-section .wp-blog-image {
            position: relative;
            background: #f7f7f7;
			aspect-ratio: 3 / 2;
			display: block;
        }

        .wp-insights-section .wp-blog-image img {
            width: 100%;
			height: 100%;
            display: block;
			object-fit: contain;
        }

        .wp-insights-section .wp-blog-tag {
            position: absolute;
            top: 18px;
            left: 18px;
            background: #82a93c;
            color: #fff;
            font-size: 13px;
            font-weight: 600;
            padding: 5px 12px;
            border-radius: 7px;
        }

        .wp-insights-section .wp-blog-content {
            padding: 24px;
        }

        .wp-insights-section .wp-blog-date {
            color: #888;
            font-size: 14px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .wp-insights-section .wp-blog-content .wp-blog-title {
            margin: 0 0 15px;
            font-size: 20px;
            line-height: 1.35;
            font-weight: 700;
			color: #212529;
			display: block;
        }

        .wp-insights-section .wp-blog-content p {
            margin: 0;
            color: #666;
            line-height: 1.7;
			font-size: 16px;
        }

        .wp-insights-section .wp-read-more {
            margin-top: 25px;
            display: inline-flex;
            gap: 10px;
            align-items: center;
            color: #82a93c;
            text-decoration: none;
            font-weight: 600;
        }

        .wp-insights-section .wp-read-more svg {
            vertical-align: middle;
        }

        .wp-insights-section .slick-dots {
            bottom: -15px;
        }

        .wp-insights-section .slick-dots li button:before {
            font-size: 12px;
            color: #cfcfcf;
            opacity: 1;
        }

        .wp-insights-section .slick-dots li.slick-active button:before {
            color: #82a93c;
        }

		.wp-insights-section .slick-dots li {
			margin: 0;
		}

		.wp-insights-section .slick-list {
			display: flex;
		}
		.wp-insights-section .slick-track {
			display: flex;
		}

        @media(max-width:991px) {
			.choose-new-section .comparison-table{
				    min-width: 900px;
			}
			.choose-new-section .comparison-table-wrap::-webkit-scrollbar {
    height: 8px;
}

.choose-new-section .comparison-table-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.choose-new-section .comparison-table-wrap::-webkit-scrollbar-thumb {
    background: #234181;
    border-radius: 10px;
}

            .wp-insights-section .wp-insights-header {
                flex-direction: column;
				gap: 10px;
				align-items: start;
            }
			
			.wp-insights-section .wp-insights-btn {
				padding: 10px 15px;
			}

        }

        @media(max-width:767px) {


            .wp-insights-section .wp-insights-left p {
                font-size: 16px;
            }

            .wp-insights-section .wp-insights-btn {
                justify-content: center;
            }
			
			.wp-insights-section .wp-blog-slide {
				padding: 15px 0px;
				padding-left: 0;
			}
			
			.wp-insights-section .wp-blog-content {
				padding: 15px;
			}
            .choose-new-section .comparison-table thead th {
    padding: 15px 16px;				
    font-size: 16px;
			}
			    .choose-new-section .comparison-table tbody td {
        padding: 8px 18px;
					font-size: 14px;
    }
			.choose-new-section .comparison-table {
        min-width: 600px;
				 
    }
			


        }

.choose-new-section .comparison-table th:nth-child(1),
.choose-new-section .comparison-table td:nth-child(1){
    width:auto;
}

.choose-new-section .comparison-table th:nth-child(2),
.choose-new-section .comparison-table td:nth-child(2){
    width:auto;
}

.choose-new-section .comparison-table th:nth-child(3),
.choose-new-section .comparison-table td:nth-child(3){
    width:auto;
}
 