.video-iframe{height:100%;width:100%;max-width:800px;margin:30px auto;}
.video-iframe .v-box{height:0;padding-bottom:60%;position:relative;}
.video-iframe .v-box iframe{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;object-position:center;-o-object-position:center;}
.pro_view #pro_img_box .pro-img-info .info{
display:block !important;
}

.img>p{
display: flex;
justify-content: space-between;
}

.img>p>img{
  width: 226px;
	aspect-ratio: 3 / 2;
}

 .richtext.is-magic  .J_module {margin-bottom: 10px;}
.J_module .flex-layout-h {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;flex: 1 0 auto;}
.J_module .flex-layout-v {flex: 1;display: flex;flex-direction: column;}
#detail_decorate_root{width:750px;margin:0 auto;}
#detail_decorate_root table{margin:20px 0px;}

div[class = 'magic-0']{display: flex;flex-wrap: wrap;}
div[class = 'magic-2']{width: 100%;}
.icbu-pc-images>div{display: flex;}
img[data-id ^='img']{width: 100% !important; position: static !important;}
.magic-19>img{width: 101px !important; position: relative !important;}
/*p>b>span>img{display: none;}
p>span>img{}
p>b>span{display: none;}
p>b{display: none;}*/

.main {
  padding-top: 100px;
}

.btn1{
	width: 160px;
  font-size: 16px;
  background-color: #51a9b5;
  color: #fff;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
	transform: translateY(-20px);
}

.main2 {
  padding-top: 60px
}

.path {
  border-bottom: 1px solid #eee;
  line-height: 75px
}

.path p {
  color: #999;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 20px;
}

.pro_view {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 70px;
  flex-direction: column;
  align-items: center;
}

.pro_img {
  width: 600px
}

.pro_img .view {
  width: 100%;
  box-sizing: border-box;
  position: relative
}

.pro_img .view .swiper-slide {
  position: relative
}

.pro_img .view .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative
}

.pro_img .view .swiper-slide img {
  width: 100%
}

.pro_img .view .swiper-slide a.v::after {
  content: "";
  background: url(../images/v2.png);
  display: block;
  width: 68px;
  height: 68px;
  position: absolute;
  left: 30px;
  bottom: 20px
}

.pro_img .preview {
  margin: 12px 0 0;
  padding: 0 30px;
  position: relative;
  overflow: hidden
}

.pro_img .preview .swiper-wrapper {
}

.pro_img .preview .swiper-slide {
  cursor: pointer;
  padding: 10px 0 0;
  position: relative
}

.pro_img .preview .swiper-slide::after {
  display: none;
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 5px;
  border-style: dashed;
  border-bottom-style: dashed;
  border-color: transparent;
  border-bottom-color: transparent;
  vertical-align: middle;
  border-bottom-style: solid;
  border-bottom-color: #52a9b5;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -5px
}

.pro_img .preview .swiper-slide .pic {
  border: 2px solid #d9d9d9;
  padding: 2px;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative
}

.pro_img .preview .swiper-slide .pic img {
  width: 100%;
  display: block
}

.pro_img .preview .active-nav .pic {
  border-color: #52a9b5
}

.pro_img .preview .swiper-slide.active-nav::after {
  display: inline-block
}

.pro_img .preview .arrow-left,.pro_img .preview .arrow-right {
  background: 0 0;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: auto;
  height: 50px;
  z-index: 10;
  text-align: center
}

.pro_img .preview .arrow-left {
  left: 0
}

.pro_img .preview .arrow-right {
  right: 0
}

.pro_img .preview .arrow-left i,.pro_img .preview .arrow-right i {
  color: #666;
  font-size: 20px;
  line-height: 50px
}

.pro_img .preview .arrow-left:hover i,.pro_img .preview .arrow-right:hover i {
  color: var(--active-color)
}

.pro_view_inner {
  -webkit-flex: 1;
  flex: 1;
  /* margin-left: 88px; */
  margin-top: 60px;
  width: 50%;
}

.pro_view_inner h1 {
  font-size: 26px;
  margin: 10px 0 0;
  line-height: 37px;
  color: #212121;
  font-weight: 700
}

.pro_view_inner hr {
  height: 1px;
  width: 100%;
  background: #ededed;
  margin: 28px 0 34px
}

.pro_view_inner .para {
  color: #666;
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 9px
}

.pro_view_inner .para ul li {
  background: url(../images/dot2.png) no-repeat left 8px;
  padding: 0 0 0 30px
}

.pro_view_inner .para ul li+li {
  margin-top: 14px
}

.pro_view_inner .pro_btn {
  margin-bottom: 50px;
}

.pro_view_inner .pro_btn .book {
  margin: 10px 0 0;
  width: 183px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  background: var(--btn-bg)
}

.pro_view_inner .pro_btn .book i {
  vertical-align: middle;
  margin-left: 5px
}

.pro_view_inner .pro_btn .book:hover {
  opacity: .7
}

.pro_view_inner .pro_btn .pdf {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  background: #ff6550;
  margin-left: 20px
}

.pro_tab_box {
  height: 80px
}

.pro_tab {
  width: 100%;
  z-index: 99;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee
}

.pro_tab.scroll-top {
  position: fixed;
  top: 0;
  width: 1400px
}

.pro_tab ul {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative
}

.pro_tab ul li {
  padding: 0 8px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
  font-size: 16px;
  cursor: pointer;
  color: #737373;
  display: flex;
  align-items: center;
  justify-content: center
}

.pro_tab ul li+li {
  margin-left: 44px
}

.pro_tab ul li::after {
  content: "";
  height: 2px;
  background: var(--active-color);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  display: none
}

.pro_tab ul li.active {
  color: var(--active-color)
}

.pro_tab ul li.active::after {
  display: block
}

.pro_text {
  position: relative;
  display:none;
}

.pro_text .tit {
}

.pro_text .tit h5 {
  font-size: 24px;
  color: #212121;
  line-height: 1;
  font-weight: 700
}

.pro_text .pro-scroll {
  padding-top: 60px
}

.pro-content {
  padding: 24px 0 0;
  line-height: 24px;
  font-size: 17px;
  color: #666
}

.pro-content p {
  margin-bottom: 25px
}
.content {
  padding: 24px 0 0;
  line-height: 24px;
  font-size: 17px;
  color: #666
}

.content p {
  margin-bottom: 25px
}
.pro-content a[href*=maito] {
  color: #037214;
  text-decoration: underline
}

.pro-content .table-response {
  width: 100%;
  max-width: 100%;
  overflow-x: auto
}

.pro-content table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
  line-height: 24px;
  color: #484848;
  font-size: 14px
}

.pro-content table tr>th {
  padding: 10px 20px;
  color: #212121;
  font-weight: 600;
  border: 1px solid #dcdcdc;
  text-align: center
}

.pro-content table tr>td {
  padding: 10px 20px;
  border: 1px solid #dcdcdc;
  text-align: center
}

.pro-inquiry {
  margin: 27px 0 0
}

.pro-inquiry h4 {
  font-size: 29px;
  font-weight: 700;
  color: #212121;
  text-align: center;
  margin-bottom: 40px
}

.pro-inquiry .inquirbox {
  padding: 65px 52px 40px;
  border: 1px solid #ddd
}

.pro-inquiry .inquirbox .row {
  margin-bottom: 17px
}

.pro-inquiry .inquirbox input[type=text],.pro-inquiry .inquirbox textarea {
  padding: 14px 29px;
  color: #777;
  border: 1px solid #eee;
  background: #fafafa;
  font-size: 15px;
  width: 100%;
}

.pro-inquiry .inquirbox .submit {
  width: 175px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #fff;
  background: var(--btn-bg)
}

.pro-inquiry .inquirbox .submit:hover {
  opacity: .7
}

.rela-pro>h5 {
  font-size: 26px;
  color: #212121;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 40px
}

.rela-pro .list {
  position: relative
}

.rela-pro .swiper-slide {
  text-align: center
}

.rela-pro .swiper-slide img {
  width: 100%;
  aspect-ratio: 1 / 1;
}

.rela-pro .swiper-slide h6 {
  font-size: 17px;
  color: #212121;
  line-height: 24px;
  font-weight: 700;
  margin: 27px 0 0
}

.rela-pro .bot {
  display: flex;
  align-items: center;
  width: 980px;
  margin: 50px auto 0;
  line-height: normal
}

.rela-pro .tips {
  flex: 1;
  margin-left: 20px;
  overflow: hidden
}

.rela-pro .swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: static;
  width: 100%;
  height: 2px;
  background: #c9d2d7
}

.rela-pro .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
  top: 0;
  height: 2px
}

.rela-pro .bot .page {
  font-size: 0
}

.rela-pro .swiper-button-prev,.rela-pro .swiper-button-next {
  position: static;
  width: 20px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  background: 0 0;
  margin-top: 0;
  text-align: center;
  color: #202020;
  display: inline-block;
  border-radius: 0
}

.rela-pro .swiper-button-next::after,.rela-pro .swiper-button-prev::after {
  display: none
}

.rela-pro .swiper-button-prev i,.rela-pro .swiper-button-next i {
  color: inherit;
  font-size: 18px;
  display: inline-block
}

.rela-pro .swiper-button-prev,.rela-pro .swiper-container-rtl .swiper-button-next {
}

.rela-pro .swiper-button-next,.rela-pro .swiper-container-rtl .swiper-button-prev {
  margin-left: 8px
}

.rela-pro .swiper-button-prev:hover,.rela-pro .swiper-button-next:hover {
  color: var(--active-color)
}


@media screen and (max-width: 1600px) {
  .pro_tab.scroll-top {
      width: 1300px
  }
 .pro_view_inner {
    width: 55%;
  }
}

@media screen and (max-width: 1500px) {
  .pro_tab.scroll-top {
      width: 1200px
  }
  .pro_view_inner {
    width: 57%;
  }
}

@media screen and (max-width: 1441px) {
  .main {
      padding-top: 80px;
      padding-bottom: 80px
  }
  .pro_view_inner {
    width: 60%;
  }
}

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

  .pro_tab.scroll-top {
      width: calc(100% - 140px)
  }

  .main {
      padding-top: 70px;
      padding-bottom: 70px
  }

  .pro_img {
      width: 550px
  }

  .pro_view_inner {
      margin-left: 60px
  }

  .pro-inquiry .inquirbox {
      padding: 50px 40px 40px
  }
  .pro_view_inner {
    width: 65%;
  }

}

@media screen and (max-width: 1281px) {
  .pro_tab.scroll-top {
      width: calc(100% - 100px)
  }

  .main {
      padding-top: 60px;
      padding-bottom: 60px
  }

  .pro_view {
      margin-bottom: 50px
  }

  .pro_img {
      width: 500px
  }

  .pro_view_inner hr {
      margin: 25px 0
  }
  .pro_view_inner {
    width: 68%;
  }
}

@media screen and (max-width: 1171px) {
  .pro_tab_box {
      display: none
  }
  .pro_view_inner {
    width: 70%;
  }
}

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

  .main {
      padding-top: 50px;
      padding-bottom: 50px
  }
 
  .pro_view {
      display: block;
      margin-bottom: 40px
  }

  .pro_img {
      width: 600px;
      margin: 0 auto
  }

  .pro_view_inner {
      margin: 30px 0 0
  }

  .pro_view_inner h1 {
      font-size: 24px;
      line-height: 1;
      text-align: center
  }

  .pro_view_inner .pro_btn {
      text-align: center
  }

  .pro_text .pro-scroll {
      padding-top: 40px
  }

  .rela-pro .bot {
      width: 100%
  }
  .pro_view_inner {
    width: 80%;
  }
}

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

  .inquirbox .row {
      margin-bottom: 0
  }

  .inquirbox .row>div {
      margin-bottom: 10px
  }
  .pro_view_inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .main {
      padding-top:35px;
      padding-bottom: 30px
  }

  .path {
      line-height: 24px;
      padding: 20px 0
  }

  .pro_view {
      margin-bottom: 20px
  }

  .pro_img {
      width: 550px
  }

  .pro_view_inner {
      margin: 25px 0 0
  }

  .pro_view_inner h1 {
      font-size: 20px;
      text-align: center
  }

  .pro_view_inner .pro_para {
      font-size: 15px;
      margin: 20px 0 0;
      line-height: 24px
  }

  .pro_view_inner .pro-share {
      text-align: center
  }

  .pro_view_inner .btn {
      margin: 25px 0 0;
      text-align: center
  }

  .pro_text .pro-scroll {
      padding-top: 25px
  }

  .pro-content {
      padding: 20px 0 0;
      font-size: 16px
  }

  .pro-content p {
      margin-bottom: 15px
  }

  .pro-content table tr>td {
      padding: 8px 15px
  }

  .pro-inquiry h4 {
      font-size: 24px;
      margin-bottom: 20px
  }

  .pro-inquiry .inquirbox {
      padding: 20px 20px 10px
  }

  .pro-inquiry .inquirbox .row {
      margin-bottom: 0
  }

  .pro-inquiry .inquirbox input[type=text],.pro-inquiry .inquirbox textarea {
      padding: 10px 15px
  }

  .pro-inquiry .inquirbox .submit {
      width: 150px;
      display: block;
      height: 42px;
      line-height: 42px;
      margin: 0 auto
  }

  .rela-pro>h5 {
      font-size: 24px;
      margin-bottom: 30px
  }

  .rela-pro .swiper-slide h6 {
      font-size: 16px;
      margin: 15px 0 0
  }

  .rela-pro .bot {
      margin: 30px auto 0
  }
}

@media screen and (max-width: 576px) {
  .pro_img {
      width: 100%
  }

  .pro_view_inner hr {
      margin: 20px 0
  }

  .pro_text .tit h5 {
      font-size: 22px
  }
}

@media screen and (max-width: 480px) {
  .path h2 {
      font-size:22px
  }

  .pro_img {
      width: 100%
  }

  .pro_view_inner h1 {
      font-size: 18px
  }

  .pro_img .preview .swiper-slide {
      width: 50px
  }

  .pro_view_inner .para ul li {
      padding: 0 0 0 20px
  }

  .pro_view_inner .para ul li+li {
      margin-top: 10px
  }

  .pro-inquiry .inquirbox {
      padding: 15px 15px 5px
  }

  .rela-pro>h5 {
      font-size: 22px;
      margin-bottom: 20px
  }
}

@media screen and (max-width: 420px) {
  .path h2 {
      font-size: 18px
  }

  .path p {
      font-size: 12px
  }
}


 table.jtable {
        word-break: break-word;
        border-collapse: collapse;
        border-spacing: 0;
   		width:100%;
    }

    table.jtable tr>td {
        border: solid 1px #666666;
        text-align: center;
        padding: 6px;
    }

    table.jtable tr>th,
    table.jtable thead tr>td {
        border: solid 1px #666666;
        text-align: center;
        padding: 6px;
    }

.pro-img-info  table{
width:100%
}










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

.pro_view #pro_img_box{
    flex-direction: column !important;
}
 
 .pro_view #pro_img_box .pro_img{
width:100% !important;
}
  .pro_view #pro_img_box .pro-img-info{
width:100% !important;
}
.pro_view #pro_img_box .pro-img-info h2 , .pro_view #pro_img_box .pro-img-info h1 {
    font-size: 20px !important;
    font-weight: bold;
    line-height: 1.4;
    color: #333;
    margin-bottom: 30px !important;
}
.info table tr>td{
font-size:12px !important;
}
.pro_view #pro_img_box .pro-img-info .info{
margin-bottom:50px !important;
}
.pro_view .pro-content {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 0;
    flex-direction: column !important;
}
.pro_view .pro-content .content-left {
    width: 100% !important;
}
.pro_view .pro-content .content-right {
    width: 100% !important;
}
.pro_view #pic-list li{
width:100% !important;
}




}




/*faq*/
.witr_section_title_inner h1,
.witr_section_title_inner h2,
.witr_section_title_inner h3 {
  font-size: 40px;
  margin: auto;
  font-weight: 700;
  line-height: 1.2;
}
.witr_section_title_inner h2 {
  font-size: 18px;
  margin: 0;
  display: inline-block;
}
.witr_section_title_inner h1 span,
.witr_section_title_inner h2 span,
.witr_section_title_inner h3 span,
.witr_section_title_inner p span,
.witr_section_title_inner p span a {
  color: var(--color-primary);
}

.witr_section_title {
  margin-bottom: 45px;
  height: 100%;
}
.witr_section_title_inner p {
  width: 100%;
  padding: 10px 0 0 0;
}
.witr_section_title_inner.text-center p {
  width: 66%;
  margin-right: auto;
  margin-left: auto;
}

.witr_section_title_inner{position: relative;height: 100%;}

.witr_section_title_inner .bottom{position: absolute; bottom: 0;}
.witr_section_title_inner .bottom .more{margin-right: 25px;
    background: var(--btn-bg);
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: block;
    border-radius: 20px;
    padding: 7px 15px;}

.witr_section_title_inner .bottom .more i {
    font-size: 14px;
    margin-right: 6px;
}
/* ===== 10. Faq Area CSS ===== */
.dt_faq_area {
  padding: 50px;
  background-color: #B2E3F5;
}
.faq_img_inner {
  margin-right: -10px;
  padding-right:60px;
  height: 100%;
}
.faq_content .witr_section_title {
  margin-bottom: 40px;
}
.accordion_area .card-2 {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.witr_ac_style {
  align-items: center;
  transition: 0.5s;
  display: block;
  padding: 11px 15px;
  color: #222429;
}
.witr_ac_style,
.witr_ac_style::before {
  font-size: 17px;
  font-weight: 600;
}
.witr_ac_style:before {
  position: absolute;
  content: "\e61e";
  right: 30px;
  font-family: qico !important;
  font-weight: 400;
}
.active .witr_ac_style:before {
  content: "\e623";
}
.witr_ac_card i {
  font-size: 20px;
  display: inline-block;
}
.accordion_area .card-2 p {
  padding: 15px 30px;
}
.accordion_area .card-header.witr_ac_card {
  background: 0 0 !important;
  padding: 0;
  border-bottom: 0;
  text-align: left;
}
.witr_ac_card i {
  margin-right: 10px;
  font-size: 20px;
}
.active .witr_ac_style,
.witr_ac_style:focus,
.witr_ac_style:hover {
  background: var(--color-primary);
  color: #000;
}
.ab_page_faq {
  padding: 95px 0 98px 0;
}
/* ===== Faq Area CSS ===== */
.faq_area2 {
  padding: 110px 0 100px;
}
.writ_ac_style_02:focus,
.writ_ac_style_02:hover {
  color: #232323;
  background: none;
}
.active .writ_ac_style_02 {
  background: none;
  color: #232323;
}
.border_bottom_0 {
  border-bottom: none;
}
.writ_ac_style_02 {
  margin-left: 40px;
  color: #232323;
}
.writ_ac_style_02:before {
  position: absolute;
  content: "\f067";
  left: 25px;
  top: 10px;
  margin-right: 5px;
  font-family: fontawesome !important;
  font-weight: 200;
}
.active .writ_ac_style_02:before {
  content: "\f068";
}
.card-header.witr_ac_card.border_bottom_0 {
  background: #fff;
  padding: 0px 5px;
}
.faq_area1 .content_style p,
.faq_area1 .conent_style p {
  padding: 15px 25px 15px;
}
.card.card-2.accordion_02_shadow {
  border: 0 !important;
  margin-bottom: 20px;
  box-shadow: 1px 1px 7px -5px rgb(0 0 0 / 75%);
  background: transparent;
}
.faq_area2 .witr_ac_style {
  display: flex;
  align-items: center;
  transition: 0.5s;
  padding: 9px 20px 9px 5px;
}
.faq_area2 .accordion_area .card-2 p {
  padding: 15px 23px 15px;
}
.writ_ac_style_02:before {
  font-weight: 400;
  font-size: 15px !important;
  color: #232323;
  margin-top: 5px;
}
.faq2_img {
  text-align: center;
}
.faq_area2 .witr_ac_style,
.faq_area2 .witr_ac_style::before {
  font-size: 20px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}
/* ===== Faq Area CSS ===== */
.dt_faq_area3 {
  background: #fbfbfb;
  padding: 100px 0 100px;
}
.dt_faq_area3 .witr_section_title {
  margin-bottom: 50px;
}
.dt_faq_area3 .writ_ac_style_02 {
  color: inherit;
  margin-left: 30px;
}
.dt_faq_area3 .writ_ac_style_02:before {
  color: inherit;
}
.dt_faq_area3 .accordion_area .card-2 p {
  padding: 15px 20px;
}

@media (min-width: 1200px) and (max-width: 1440px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
  .witr_section_title_inner.text-center p,
  .witr_section_title_inner.text-left p,
  .witr_section_title_inner.text-right p {
    width: 87%;
  }
  .title_in_area {
    width: 100%;
  }

  .witr_section_title_inner h1,
  .witr_section_title_inner h3 {
    font-size: 34px;
  }

  .faq_content .witr_section_title_inner h1,
  .faq_content .witr_section_title_inner h3 {
    font-size: 30px;
  }

  /* faq area css */
  .witr_ac_style,
  .witr_ac_style::before {
    font-size: 19px;
  }
  .faq_content_inner {
    padding: 0;
  }
  .faq_img_inner {
    padding: 0 0 0 15px;
  }
  .faq_inner {
    padding: 15px 0px 20px 0;
  }
  .faq_content_inner {
    margin-left: 0;
  }

  .dastra_faq_area .witr_section_title {
    margin-top: 20px;
  }
  .faq_content_inner .witr_section_title_inner h3 {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* section_title */
  .witr_section_title_inner h1,
  .witr_section_title_inner h3 {
    font-size: 30px;
  }
  .witr_section_title_inner.text-center p,
  .witr_section_title_inner.text-left p,
  .witr_section_title_inner.text-right p {
    width: 90%;
  }
  .title_in_area {
    width: 100%;
  }

  /* faq area css */
  .witr_ac_card i {
    margin-right: 0;
  }
  .faq_content_inner {
    padding: 0;
  }
  .witr_ac_style,
  .witr_ac_style::before {
    font-size: 16px;
  }
  .faq_content_inner {
    margin-left: 0;
    margin-top: 0;
  }
  .faq_img_inner .single_image img {
    padding-right: 0;
  }
  .dastra_faq_area .witr_section_title_inner p {
    width: 100% !important;
  }
  .faq_inner {
    padding: 0;
  }
  .dastra_faq_area .witr_section_title {
    margin-top: 0;
  }
  .faq_content_inner .witr_section_title_inner h3 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .witr_section_title_inner h2 {
    font-size: 17px !important;
    padding-top: 10px;
  }
  .witr_section_title_inner p {
    padding-top: 10px;
  }
  .witr_section_title {
    text-align: center;
  }
  .witr_section_title .text-right {
    text-align: center !important;
  }
  .title_btn {
    margin: 30px 0 20px;
  }
  .witr_section_title_inner h1,
  .witr_section_title_inner h2,
  .witr_section_title_inner h3 {
    font-size: 21px;
  }

  /* faq area css */
  .faq_img_inner {
    margin-right: 0;
  }
  .witr_ac_card i {
    margin-right: 0px;
  }
  .faq_img_inner .single_image {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .faq_content_inner {
    padding: 0;
  }
  .faq_img_inner .single_image img {
    margin-left: 0;
    padding-right: 0;
  }
  .faq_content_inner .witr_section_title_inner h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* section_title */
  .witr_section_title_inner h1,
  .witr_section_title_inner h2,
  .witr_section_title_inner h3 {
    font-size: 25px;
  }
  .witr_section_title_inner.text-center p,
  .witr_section_title_inner.text-left p,
  .witr_section_title_inner.text-right p {
    width: 91%;
  }
}


.more{
  margin-right: 25px;
    background: var(--btn-bg);
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: block;
    border-radius: 20px;
    padding: 7px 15px;
     }