/** Shopify CDN: Minification failed

Line 531:14 Unexpected "}"

**/


/* CSS from section stylesheet tags */
.contact_banner h1 {
    color: #fff;
    font-size: 65px;
  }

  .contact_banner{
    padding: 55px 0;
    text-align: center;
    position: relative;
    z-index: 2;
  }

  .contact_banner_container{
    margin-top: -56px;
  }

  .contact_banner_container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #413f3f;
    opacity: .4;
    cursor: pointer;
  }

  @media(max-width:749px){
   .contact_banner_container{
     margin-top: -35px;
    }
    
   .contact_banner {
      padding: 51px 0;
    }
  }

  @media(max-width: 575px){
  .contact_banner h1{
    font-size: 50px;
  }
 }

 @media(max-width: 472px){
  .contact_banner h1{
    font-size: 40px;
  }
 } 

  @media(max-width: 319px){
  .contact_banner h1{
    font-size: 37px;
  }
 } 

@media(max-width: 292px){
  .contact_banner h1{
    font-size: 35px;
  }
 }
.try-psd-wrapper{
     padding: 2rem 0;
     background-color: #F8F8F8;
   }

   .try-psd-heading{
     text-align: center;
     color: #722282;
     padding:0 1rem;
   }

   .try-psd-container{
     display: flex;
     justify-content: center;
     padding: 1rem 0;
   }

   .try-contents-left{
     display:flex;
     justify-content: center;
     flex-direction: column;
     flex: 0 47%;
   }

  .try-psd-description{
    font-size: 18px;
  }

  .try-contents-right{
     flex: 0 15%;
   }

   .try-contents-right-img{
     display: block;
     max-width: 100%;
   }

   .try_psd_btn_link{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 30%;
    height: 55px;
    background-color: #722282;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    border-radius: 30px;
    cursor: pointer;
   }

  .m-right{
    margin-right: 1rem;
  }

  .try_psd_btn_link:hover{
    color: #fff;
    background-color: #4f175a;
  }

  .try-contents-left-btns{
    margin-top: 2rem;
    display: flex;
    justify-content: center;
  }

   @media(max-width: 1180px){
     .try-contents-left {
      display: flex;
      flex: 0 55%;
   }

    .try-contents-right {
      flex: 0 17%;
  }
  }


   @media(max-width: 1000px){
     .try-contents-left {
      display: flex;
      flex: 0 65%;
   }

    .try-contents-right {
      flex: 0 20%;
  }
  }

  @media(max-width: 890px){
    .try-contents-left-btns{
      margin-top: 1rem;
    }

    .try-contents-left {
      display: flex;
      flex: 0 55%;
   }

    .try-contents-right {
      flex: 0 25%;
  }

    .try_psd_btn_link {
      width: 38%;
  }
  }

  @media(max-width: 749px){
    .try-psd-wrapper{
      padding: 2rem 1rem;
    }

    .try-psd-heading {
      text-align: center;
      color: #722282;
      font-size: 28px;
     }

    .try-psd-container{
      flex-direction: column-reverse;
    }

    .try-contents-right-img{
      max-width: 25%;
      margin: 0 auto;
    }

    .try-psd-description{
      text-align: center;
      padding: 1rem 1rem 0;
      font-size: 15px;
    }

    .try-contents-left-btns{
      margin-top: 0;
      }

    .try_psd_btn_link {
      width: 25%;
      }
    }

  @media(max-width:650px){
    .try-contents-right-img{
         max-width: 32%;
       }

    .try_psd_btn_link {
        width: 40%;
        padding-left:5px;
        padding-right:5px;
      }
  }

    @media(max-width:530px){
      .try-psd-wrapper{
        padding: 1rem;
      }

      .try-psd-heading{
       padding: 0;
     }

      .try-contents-right-img{
         max-width: 40%;
       }

      .try_psd_btn_link {
        width: 37%;
        font-size: 14px;
        }
    }

  @media(max-width:400px){
     .try-psd-heading {
       font-size: 24px;
     }

     .try-contents-right-img{
        max-width: 50%;
      }

      .try_psd_btn_link {
         width: 45%;
      }
    }

    @media(max-width:340px){
    .try_psd_btn_link {
      width: 50%;
      font-size: 11.5px;
    }

    .m-right {
      margin-right: 5px;
    }
  }
.product-carousel-heading{
    text-align: center;
    color: #722282;
    text-transform: unset;
  }

  .home_product_slider{
    /* padding: 2rem 0; */
    padding: 0 0 2rem;
    text-align: center;
    margin: 0 2rem;
  }

  .home_slider_img{
    margin: 0 auto;
  }

  .slider-pro-title{
    font-size: 18px;
    margin-bottom: 0;
  }

  .slider_btn_text{
    background-color: #722282;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .slider_btn_text:hover{
    color: #fff;
    background-color: #4f175a;
  }


  @media(max-width:700px){
    .slider-pro-title{
    font-size: 16px;
   }

    .slider_btn_text{
      padding: 10px 20px;
      border-radius: 30px;
      font-size: 16px;
    }
  }

  @media(min-width:524px) and (max-width:569px){
    .slider-pro-title{
      font-size: 14.5px;
    }
  }

  @media(max-width:450px){
    .product-carousel-heading {
      padding: 0 20px;
    }
  }

  @media(max-width:320px){
    .slider_btn_text{
      font-size: 12.5px;
    }
  }

  .slick-prev:before {
    content: "\f053";
    font-family: 'FontAwesome';
    font-size: 30px;
  }

  .slick-next:before {
      content: "\f054";
      font-family: 'FontAwesome';
      font-size: 30px;
  }
.mega-title--large{
          text-align:center;
        }

        .page_center{
        max-width:1400px !important;
        width:100% !important;
        margin:0 auto !important;
        padding: 0 20px !important;
        box-sizing:border-box !important;
        float:none !important;
        }

        ul.tabs1.clearfix li a {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 40px;
        font-weight: 800;
        color: #000;
        text-decoration: none;
        font-size: 16px;
        font-family: Raleway,sans-serif;
        letter-spacing: .5px;
        background-color: #e9e9e9;
        text-align: center;
        height: 59px;
        width: 185px;
        }

        ul.tabs1.clearfix li a.active{
        background: #722282;
        color: #fff;
        }

        ul.tabs1.clearfix li {
        padding-top: 50px;
        }

        .faq-tab-section ul li a.active{
        background: #722282;
        color: #fff;
        }

        .faq-tab-section {
        display: flex;
        flex-wrap: nowrap;
        max-width: 70%;
        margin: 0 auto;
        gap: 50px;
        }

  /*       ul.tabs1.clearfix {
        flex: 0 15%;
        } */
      .faq_section {
        flex: 0 20%;
    }

      .faq-content-wrapper {
        flex: 0 80%;
    }
        ul.tabs.clearfix.faq-clearfix li {
        padding-top: 50px;
        }

        .faq-button a {
        background-color: #722282;
        color: #fff;
        font-size: 18px;
        padding: 10px 25px;
        display: inline-block;
        text-align: center;
        min-width: 5px;
        border-radius: 40px;
        }

        .faq-button a:hover {
        background-color: #4f175a;
        transition: .2s ease-out;
        }

        .faq-button {
        text-align: center;
        padding-top: 50px;
        }

        .faq-content p {
        font-size: 18px;
        color: #000;
        }

        /* .faq-heading h2 {
        font-size: 22px;
        color: #722282;
        } */

        .faq-heading h2 {
          color: white;
        }

        .faq-heading .faq-heading-text {
          color: #722282;
        }

        .faq-content a {
        text-decoration: underline;
        }

        /*   media query */
        @media(max-width:768px){

        ul.tabs1.clearfix {
         display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
        }

        .faq-content-wrapper {
          padding-top: 25px;
        }
        }

        @media(max-width:749px){
        ul.tabs1.clearfix.faq-clearfix {
        max-width: 400px;
        margin: 0 auto;
        }
        .faq_section {
        background-color: #e9e9e9;
        margin-top: -35px;
        }
          .faq-tab-section {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        }

        ul.tabs1.clearfix li {
          padding: 0;
        }

        ul.tabs1.clearfix {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          padding: 0px 5px;
        }

        ul.tabs1.clearfix li a {
        background-color: transparent;
        letter-spacing: .5px;
        border-radius: 0;
        height: 41px;
        width: 165px;
        }

        ul.tabs1.clearfix li a.active {
          color: #722282;
          background-color: transparent;
        }
        }

        @media(max-width:672px){
          ul.tabs1.clearfix {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
          }
        }

        @media(max-width:574px){
          ul.tabs1.clearfix {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
          }
        }
              }
.psd-feature-row {
    display: flex;
    flex-direction: row;
  }
  .psd-feature-row__text {
    padding-top: 0 !important;
  }
  @media screen and (max-width: 750px) {
  .psd-feature-row {
    display: flex;
    flex-direction: column;
  }
  
}
.page-center{
        max-width:1440px !important;
        width:100% !important;
        margin:0 auto !important;
        padding: 0 20px !important;
        box-sizing:border-box !important;
        float:none !important;
      }

      .tech_data_banner_container:before{
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #413f3f;
        opacity: .4;
        cursor: pointer;
      }

      .tech_data_banner{
        padding: 55px 0;
        text-align: center;
        position: relative;
        z-index: 2;
      }

      .tech_data_heading{
        font-size: 65px;
        font-weight: 800;
        color: #fff;
        text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        margin-bottom: 0;
      }

      .technical_data_tab_section{
        display: flex;
        max-width: 70%;
        margin: 3.5rem auto 0;
        gap: 50px;
      }

      .data_tab_wrapper ul.tabs{
        display: flex;
        flex-direction: column;
      }

       .clearfix{
         clear: both;
       }

       .clearfix-margin li{
         padding-top: 50px;
       }

      .data_tab_wrapper ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 15px;
        font-weight: 800;
        color: #000;
        text-decoration: none;
        font-size: 16px;
        font-family: Raleway,sans-serif;
        letter-spacing: .5px;
        background-color: #e9e9e9;
        text-align: center;
        height: 70px;
        width: 185px;
        border-radius: 45px;
      }

      .data_tab_wrapper ul li a.active{
         background: #722282;
         color: #fff;
       }

       .data_tab_wrapper .tab{
         padding: 32px 15px;
       }

      .data_sheet_contents {
        padding-bottom: 2rem;
      }

       .data_sheet_links{
         display: flex;
         flex-direction: column;
       }

       .data_con_right {
        display: flex;
       }

        h3.data_pro_name {
         font-size: 22px;
         font-weight: 500;
         color: #000;
         margin-bottom: 10px;
        }

      .data_pro_name::first-letter{
        font-weight: 600;
      }

      .data_download_text {
        padding-right:3px;
        font-size: 18px;
        font-weight: 600;
        color: #722282;
       }

      .data_sheet_links a{
        text-decoration: underline;
        font-size: 18px;
        color: #D2042D;
        font-weight: 500;
       }

    @media(max-width:846px){
      .technical_data_tab_section{
          max-width: 80%;
        }
      }

  @media(max-width:755px){
    .tech_data_heading{
        font-size: 50px;
      }
  }

      @media(max-width:749px){
        .tech_data_banner{
          padding: 51px 0;
        }

        .technical_data_tab_section{
          display: block;
          max-width: 100%;
          margin: 0;
        }

        .data-tab-content{
          padding-top: 25px;
        }

        .data_tab_wrapper ul.tabs {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: center;
          padding: 0 5px;
          background-color: #e9e9e9;
        }
        
        .data_tab_wrapper ul li a.active{
         background: #e9e9e9;
         color: #722282;
       }

        .clearfix-margin li {
          margin: 0;
          padding-top: 0rem;
        }

        .data_tab_wrapper ul li a {
          border-radius: 0;
          width: 178px;
        }
      }
  
        /* @media(max-width:575px){
        .tech_data_heading{
          font-size: 50px;
        }
      } */

      @media(max-width:520px){
        .data_tab_wrapper ul li a{
          width: 150px;
        }
      }

      @media(max-width:472px){
        .tech_data_heading{
          font-size: 40px;
        }
      }

      @media(max-width:365px){
        h3.data_pro_name {
         font-size: 22px;
        }

      /* .data_download_text {
        font-size: 20px;
      } */

      /* .data_sheet_links a{
        font-size: 18px;
       } */
      }

  @media(max-width:340px){
    .data_tab_wrapper{
      text-align:center;
    }
    
    .data_tab_wrapper ul li{
      flex: 0 100%;
      padding: 5px 0;
    }

  .data_tab_wrapper ul li a{
    display: inline;
  }
  }

  @media(max-width:330px){
      /* .data_download_text {
      font-size: 19px;
    } */

    .data_sheet_links a{
      font-size: 17px;
    }
  }

  @media(max-width:319px){
    .tech_data_heading{
      font-size: 37px;
    }

    .data_tab_wrapper ul.tabs {
      padding: 0 5px 10px;
    }

    .data_tab_wrapper ul li a{
      height: 45px;
    }

    /* h3.data_pro_name {
      font-size: 19px;
    } */

    .data_download_text {
      font-size: 16px;
    }

    .data_sheet_links a{
      font-size: 15px;
    }
  }

  @media(max-width: 292px){
  .tech_data_heading{
    font-size: 35px;
  }
 }