.page-template-technician section.breadcrumb-section {
}

.technician-main-section {
  position: relative;
  padding: 0 46px;
  margin-bottom: 96px;
}

.technician-main-wrp {
  display: flex;
  justify-content: space-between;
  background-color: #ffe6bf;
  padding: 1% 1%;
}

.technician-main-wrp .col-r {
  padding: 17px 2%;
}

.technician-main-img {
  width: 38%;
  height: 322px;
  margin-right: auto;
  border-radius: 120px 0 120px 0;
  background-size: cover;
}

.technician-main-wrp h2 {
  color: #000000;
  letter-spacing: 0;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 40px;
  line-height: 59px;
  text-align: right;
  vertical-align: middle;
}

.technician-main-wrp p {
  display: block;
  color: #353535;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 45px;
  text-align: right;
  max-width: 680px;
  padding-bottom: 20px;
  font-weight: 400;
}

.technician-main-wrp a {
  font-size: 24px;
  line-height: 51px;
  transition: 300ms ease-out;
  background-color: #000000;
  color: #ffffff !important;
  text-align: center;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none !important;
  padding: 12px 8%;
  font-weight: 700;
}

.technician-main-wrp a:hover {
  background-color: #fe9d01;
  color: #000000 !important;
}

.technician-click-wrp {
  position: relative;
  padding: 0 46px;
  margin-bottom: 80px;
}

.technician-click-wrp .desc {
  text-align: center;
  margin-bottom: 60px;
}

.technician-click-wrp .desc h2,
.technician-click-wrp .desc h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  color: #000000;
}

.technician-click-wrp .desc p {
  font-size: 26px;
  line-height: 46px;
  font-weight: 400;
  color: #000000;
  padding: 5px 0 87px 0;
}

.technician-click-wrp .desc h3 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 400;
  color: #000000;
}

.technician-slide-flip-box {
  position: relative;
  text-align: center;
  padding: 10px;
}

.technician-slide-flip-frond span {
  width: 155px;
  height: 155px;
  display: block;
  margin: 41px auto 0;
}

.technician-slide-flip-frond span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.technician-slide-flip-frond p {
  font-size: 23px;
  line-height: 36px;
  color: #000000;
  margin-top: 5px;
  font-weight: 400;
}

.technician-slide-flip-back h4 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
  /* font-family: 'Polin Regular'; */
}

.technician-slide-flip-back p {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #000000;
  padding: 24px 0;
}

.select-technician-radio {
  position: relative;
}

.select-technician-radio .select-radio-group {
  position: relative;
}

.select-technician-radio .select-radio-group input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
}

.select-technician-radio .select-radio-group label {
  color: #272727;
  font-size: 20px;
  line-height: 29px;
  border: 1px solid #272727;
  border-radius: 100px;
  overflow: hidden;
  transition: linear 0.3s;
  text-align: center;
  cursor: pointer;
  margin-bottom: 24px;
  font-weight: 400;
  padding: 10px 5%;
  width: 96%;
}

.select-technician-radio
  .select-radio-group
  input[type="radio"]:checked
  + label {
  background-color: #000000;
  color: #fff;
  transition: 0.3s;
}

.technician-slide-flip-back a {
  color: #000000 !important;
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
}

.technician-slide-flip-box .flipper {
  -webkit-transition: 0.5s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.5s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.5s;
  -o-transform-style: preserve-3d;
  transition: 0.5s;
  transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  position: relative;
  background: #fff;
  border-radius: 28px;
  padding: 0px;
  margin-bottom: 30px;
  border: 2px solid transparent;
  text-align: center;
  height: 367px;
  /* background-color: #FE9D01; */
  border: 2px solid #ffe6bf;
}

.technician-slide-flip-frond,
.technician-slide-flip-back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 28px;
  width: 100%;
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 5%;
  justify-content: center;
  transition: 500ms ease;
}

.technician-slide-flip-box .technician-slide-flip-frond {
  opacity: 1;
}

.technician-slide-flip-box .technician-slide-flip-back {
  opacity: 0;
}

.technician-slide-flip-box:hover .technician-slide-flip-frond {
  opacity: 0;
}

.technician-slide-flip-box:hover .technician-slide-flip-back {
  opacity: 1;
}

.technician-slide-flip-box .flipper {
  transition: 0.5s;
  transform-style: preserve-3d;
  position: relative;
}

.technician-slide-flip-box .technician-slide-flip-frond,
.technician-slide-flip-box .technician-slide-flip-back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.technician-slide-flip-box .technician-slide-flip-frond {
  z-index: 2;
  transform: rotateY(0deg);
}

.technician-slide-flip-box .technician-slide-flip-back {
  transform: rotateY(180deg);
}

.technician-slide-flip-box:hover .flipper {
  transform: rotateY(180deg);
}

.technician-slide-flip-frond {
  z-index: 2;
}

.technician-slide-flip-back {
  width: 100%;
  background-color: #fe9d01;
}

.technician-slide-flip-box.hover .flipper {
  background-color: #fe9d01;
}

.technician-btn-wrp {
  text-align: center;
  margin-top: 60px;
}

.technician-btn-wrp p {
  font-size: 36px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.technician-btn-wrp p a {
  color: #000080;
  font-weight: 700;
  margin-right: 10px;
  border-bottom: 3px solid;
  line-height: 1;
}

.technician-click-slider-wrp .owl-nav button {
  margin: 0 10px !important;
  width: 40px;
  height: 40px;
  background: linear-gradient(44.42deg, #545454 0%, #353535 100%) !important;
  box-shadow: 1px 1px 8px 0 rgb(0 0 0 / 17%);
  border-radius: 100px !important;
  color: #fff !important;
  font-size: 20px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.technician-click-slider-wrp .owl-nav .fa-angle-right:before {
  background-size: contain;
  padding: 0;
  width: 8px;
  height: 14px;
  background-position: center;
}

.technician-click-slider-wrp .owl-nav .fa-angle-left:before {
  background-size: contain;
  padding: 0;
  width: 8px;
  height: 14px;
  background-position: center;
}

.technician-click-slider-wrp .owl-theme .owl-nav {
  display: flex;
  justify-content: center;
  display: none;
}

.technician-popup .modal-header {
  border: 0;
  border-radius: 0;
}

.technician-popup .modal-header {
  justify-content: end;
  padding: 0;
}

.technician-popup .modal-header .close {
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 1;
}

.technician-popup .modal-dialog {
  max-width: 100%;
}

.technician-popup .modal-body {
  padding: 56px;
}

.tech-air-wrp {
  position: relative;
  background: #fcf9ef;
  padding: 32px;
  border-radius: 22px;
}

.tech-air-img img {
  border-radius: 22px;
  width: 100%;
}

.tech-air-img span {
  display: block;
  height: 501px;
}

.tech-air-img span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tech-air-img span video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}

.tech-air-desc h2 {
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
  color: #353535;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-right: 120px;
}

.tech-air-desc p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #000000;
  padding-right: 120px;
  max-width: 660px;
}

.tech-air-desc span {
  display: block;
  width: 120px;
  height: 120px;
}

.tech-air-desc span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 100px;
}

.tech-air-data {
  text-align: center;
  margin-top: 20px;
}

.tech-air-data .error {
  color: #c60707;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  display: none;
}

.tech-air-data h3 {
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
  color: #353535;
  margin: 32px 0;
}

.tech-air-data .btn-widget .prev-btn {
  background: linear-gradient(
    34deg,
    #a56d14 0%,
    #f8e67e 36%,
    #c4901b 80%,
    #d4aa39 89%,
    #f8e67e 100%
  );
  border: 0;
  color: #353535;
  border-radius: 29px 0 29px 29px;
  letter-spacing: 0.5px;
  font-weight: bold;
  box-shadow: 0px 3px 3px rgb(0 0 0 / 22%);
  font-family: "Polin Regular";
  font-size: 24px;
  line-height: 58px;
  width: 220px;
  margin-right: 32px;
  padding: 0;
  text-align: center;
  height: 58px;
}

.tech-air-data .btn-widget .next-btn {
  border: 0;
  border-radius: 29px 0 29px 29px;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.5px;
  font-weight: bold;
  padding: 8px 0px;
  font-family: "Polin Regular";
  text-decoration: underline;
  color: #b38632;
  background: transparent;
}

.tech-group-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.tech-group-check label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 23px;
  margin: 0 !important;
  color: #353535;
  padding-right: 30px;
}

.tech-group-check label a {
  text-decoration: underline;
  display: block;
}

.tech-group-check label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #353535;
  padding: 9px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 9px;
  position: absolute;
  top: 2px;
  right: 0;
  border-radius: 3px;
}

.tech-group-check input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 8px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.tech-group-check input:checked + label:before {
  background-color: #353535;
}

.tech-air-img {
  position: relative;
}

.tech-air-img .playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.playButton.hide {
  opacity: 0;
  visibility: hidden;
}

.tech-air-img .playButton svg {
  width: 80px;
  opacity: 0.6;
  cursor: pointer;
}

.tech-air-img {
  max-width: 729px;
  margin: 0 auto 0 0;
}

section.elementor-element-6f53be4f {
  display: none;
}

.flipper {
  /* height: 376px !important; */
  /* width: 278px; */
}

.technician-slide-flip-frond p {
  height: 80px;
  white-space: nowrap;
}

.technician-btn-wrp p a {
  text-decoration: none;
}

.technician-btn-wrp p a:hover {
  text-decoration: none;
}

.technician-main-wrp a {
  text-decoration: none;
}

.technician-main-wrp a:hover {
  text-decoration: none;
  color: #353535;
}

@media only screen and (max-width: 1440px) {
  .flex-direction-column {
    flex-direction: column !important;
  }

  .tech-air-desc p {
    padding-right: 0;
  }

  .tech-air-desc h2 {
    padding-right: 0;
  }

  .modal-dialog-centered {
    max-width: 870px;
  }
}

@media only screen and (max-width: 768px) {
  .owl-dots {
    display: none;
  }

  .technician-main-wrp p {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    padding: 17px 0 9px;
  }

  .technician-main-wrp {
    padding: 20px 15px;
    flex-direction: column;
    margin-top: -10px;
  }

  .technician-main-wrp h2 {
    line-height: 1 !important;
    font-size: 24px;
    text-align: center;
    color: #000000 !important;
    line-height: 30px;
  }

  .technician-main-wrp a {
    font-size: 20px;
    line-height: 29px;
    padding: 13px 4%;
    width: 153px;
  }

  .technician-main-section {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 35px;
  }

  .desc h2 {
    font-size: 2.25rem !important;
  }

  .technician-click-wrp .desc p {
    padding: 0 0 46px;
    font-size: 16px;
    line-height: 24px;
  }

  .technician-click-wrp .desc h3 {
    font-size: 20px;
    line-height: 27px;
  }

  .technician-click-wrp .desc {
    margin-bottom: 20px;
  }

  .technician-btn-wrp p {
    font-size: 26px;
    line-height: 29px;
  }

  .technician-popup .modal-body {
    padding: 15px;
  }

  .tech-air-desc h2 {
    font-size: 22px;
    line-height: 27px;
    padding-right: 0;
  }

  .tech-air-desc p {
    padding: 0;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .tech-air-data h3 {
    font-size: 22px;
    margin: 0;
  }

  .tech-air-img span img {
    height: auto;
  }

  .tech-air-img span {
    height: auto;
  }

  .technician-main-wrp {
    /* border-radius: 0; */
    /* padding: 10px 20px; */
    /* text-align: center; */
  }

  .technician-click-slide .owl-nav {
    display: none !important;
  }

  .technician-click-slide.owl-carousel .owl-dots {
    position: absolute !important;
    bottom: 0 !important;
    top: 97%;
  }

  .tech-air-wrp {
    padding: 18px 0 !important;
    padding-bottom: 0 !important;
  }

  #tech_air_title {
    text-align: center !important;
    padding: 0 18px !important;
  }

  #tech_air_desc {
    text-align: center !important;
    padding: 0 18px !important;
  }

  .tech-air-data {
    margin-top: 36px !important;
  }

  .flipper {
    height: 277px !important;
    /* width: 239px; */
    margin: auto;
  }

  .technician-click-wrp {
    padding: 0 25px;
  }

  .owl-dots {
    display: block;
  }

  .technician-main-wrp {
    /* padding: 128px 20px 20px 20px; */
  }

  .technician-slide-flip-box {
    padding: 10px 10px 10px 0;
  }

  .flipper {
    width: 100%;
  }

  .select-technician-radio .select-radio-group label {
    margin-bottom: 15px;
  }

  .technician-slide-flip-back {
    padding: 8px 16px 16px 16px;
  }

  /* .technician-click-slide .owl-item {
        width: 70vw !important;
    } */
  .technician-click-slider-wrp .owl-item .item {
    position: relative;
    left: 90px;
  }

  .technician-click-slider-wrp .owl-item.active .item {
    /* width: Calc(100% - 100px); */
    position: relative;
    left: 0px;
  }

  .technician-click-slider-wrp {
    margin-left: -25px;
  }

  .technician-slide-flip-back h4 {
    font-size: 20px;
  }

  .technician-slide-flip-back p {
    font-size: 14px;
  }

  .select-technician-radio .select-radio-group label {
    font-size: 14px;
  }

  .select-technician-radio
    .select-radio-group
    input[type="radio"]:checked
    + label {
    font-weight: bold;
  }

  .technician-main-wrp h2,
  .technician-main-wrp p {
    /* color: #fff !important; */
  }

  .technician-main-wrp {
    /* padding: 135px 20px 20px 20px; */
  }

  .technician-main-img {
    width: 100%;
    border-radius: 60px 0 60px 0;
    height: 44vw;
    margin-top: 17px;
  }

  .page-template-technician section.breadcrumb-section {
    text-align: center;
    width: 100%;
    margin: -4px 0 0;
  }

  .technician-click-wrp .desc h2,
  .technician-click-wrp .desc h1 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 15px;
  }

  .technician-main-wrp h2 {
    /* color: #000000!important; */
  }

  .technician-main-wrp a {
    /* font-family: "Polin Bold", Sans-serif !important; */
  }

  .technician-main-wrp .col-r {
    text-align: center;
  }

  .technician-slide-flip-frond span {
    margin: 25px auto 0;
    width: 58%;
    aspect-ratio: 1/1;
  }

  .technician-slide-flip-frond p {
    font-size: 24px;
    line-height: 30px;
    margin-top: 18px;
  }

  .technician-btn-wrp {
    margin-top: 33px;
  }
}
