.template_det_header {
  position: relative;
  padding: 100px 0;
}
.template_det_header .top_info {
  padding-bottom: 150px;
}
.template_det_header .btm_info {
  padding: 150px 0;
}
.template_det_header .text {
  font-size: 18px;
}
.template_det_header .links {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.template_det_header .links .icon {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.template_det_header .links a {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 8px;
  border: 2px solid #023c33;
  margin-bottom: 5px;
}
.template_det_header .links a:hover {
  background-color: #023c33;
  color: #fff;
}
.template_det_header .template_frames .nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.template_det_header .template_frames .nav-pills li {
  margin: 0 20px;
}
.template_det_header .template_frames .nav-pills li .nav-link {
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.template_det_header .template_frames .nav-pills li .nav-link.active .icon .icon_img {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.template_det_header .template_frames .nav-pills li .nav-link.active .icon .active_img {
  opacity: 1;
}
.template_det_header .template_frames .nav-pills li .nav-link .icon {
  position: relative;
  height: 30px;
}
.template_det_header .template_frames .nav-pills li .nav-link .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.template_det_header .template_frames .nav-pills li .nav-link .icon .icon_img {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.template_det_header .template_frames .nav-pills li .nav-link .icon .active_img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.template_det_header .template_frames .tab-content {
  position: relative;
  height: 650px;
}
.template_det_header .template_frames .tab-content > .tab-pane {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.template_det_header .template_frames .tab-content > .tab-pane.active.show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.template_det_header .template_frames .frame_img {
  position: relative;
  height: 650px;
  border: 10px solid #023c33;
  border-radius: 10px;
  overflow: hidden;
  z-index: 10;
  margin: auto;
}
.template_det_header .template_frames .frame_img:hover .template_img img {
  -o-object-position: bottom;
     object-position: bottom;
}
.template_det_header .template_frames .frame_img.tablet_frame {
  width: 800px;
  max-width: 100%;
}
.template_det_header .template_frames .frame_img.mobile_frame {
  width: 375px;
  max-width: 100%;
}
.template_det_header .template_frames .frame_img .top_frame {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #023c33;
  padding: 0 20px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
.template_det_header .template_frames .frame_img .top_frame span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 2px;
}
.template_det_header .template_frames .frame_img .template_img {
  position: relative;
  height: 100%;
  width: 100%;
  padding-top: 30px;
}
.template_det_header .template_frames .frame_img .template_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: all 6s linear;
  transition: all 6s linear;
}