<style>
.faq_blog_corrected_1 * {
  font-family: Nunito, sans-serif;
}

.faq_blog_corrected_1 .icon-block svg {
  width: 40px;
  height: 40px;
}

.faq_blog_corrected_1 .icon-block {
  width: 40px;
  height: 40px;
}

.faq_blog_corrected_1 .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.faq_blog_corrected_1 img {
  object-fit: cover;
}

.faq_blog_corrected_1 .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: space-between;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.faq_blog_corrected_1 .responsive-container-block.bigContainer {
    padding-top: 10px;
    padding-right: 14px;
    padding-bottom: 10px;
    padding-left: 71px;
}

.faq_blog_corrected_1 .responsive-container-block.Container {
  max-width: 1320px;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  flex-direction: column;
  align-items: flex-start;
}

.faq_blog_corrected_1 .text-blk.heading {
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.faq_blog_corrected_1 .text-blk.subHeading {
  font-size: 20px;
  line-height: 30px;
  color: #939393;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 45px;
  margin-left: 0px;
}

.faq_blog_corrected_1 .bigImg {
  height: 100%;
  width: 40%;
}

.faq_blog_corrected_1 .responsive-container-block.qaa {
  width: 57%;
  flex-direction: column;
  align-items: flex-start;
}

.faq_blog_corrected_1 .answer-box {
  max-height: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: max-height;
}

.faq_blog_corrected_1 .faq.active .openimg {
  display: none;
  transition-duration: 0.5s;
}

.faq_blog_corrected_1 .faq.active .crossImg {
  display: block;
  transition-duration: 0.5s;
}

.faq_blog_corrected_1 .faq.active .answer-box {
  max-height: 550px;
}

.faq_blog_corrected_1 .faq.active .faq-questions {
  font-weight: 700;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.faq_blog_corrected_1 input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.faq_blog_corrected_1 .responsive-container-block.container {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.faq_blog_corrected_1 .responsive-container-block.faqheading-bg {
  background-color: #03a9f4;
  height: 500px;
  flex-direction: column;
  text-align: center;
  color: white;
  align-items: center;
}

.faq_blog_corrected_1 .text-blk.faq-heading {
  font-size: 48px;
  line-height: 50px;
  font-weight: 800;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 28px;
  margin-left: 0px;
}

.faq_blog_corrected_1 .text-blk.faq-subhead {
  max-width: 650px;
  font-size: 18px;
  line-height: 26px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 28px;
  margin-left: 0px;
}

.faq_blog_corrected_1 .responsive-container-block.dropdown-container {
  background-color: white;
  max-width: 900px;
  height: auto;
  flex-direction: column;
  display: block;
  margin-top: 80px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

.faq_blog_corrected_1 .responsive-container-block.dropdown-container-wrapper {
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}

.faq_blog_corrected_1 .text-blk.faq-head2 {
  text-align: center;
  font-size: 50px;
  line-height: 65px;
  font-weight: 700;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #ff6000;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.faq_blog_corrected_1 .faq {
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #f6f7f7;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 6px 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  align-items: flex-start;
  justify-content: center;
}

.faq_blog_corrected_1 .for-flex {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  cursor: pointer;
  align-items: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.faq_blog_corrected_1 .text-blk.faq-questions {
  color: black;
  font-size: 22px;
  line-height: 40px;
  font-weight: 600;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
}

.faq_blog_corrected_1 .text-blk.faq-answer {
  color: black;
  font-size: 18px;
  line-height: 28px;
  margin-top: 0px;
  margin-right: 25px;
  margin-bottom: 20px;
  margin-left: 100px;
}

.faq_blog_corrected_1 .text-blk.faq-subheading {
  max-width: 590px;
  font-size: 20px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  text-align: center;
  line-height: 30px;
  color: #939393;
}

.faq_blog_corrected_1 .icon {
  width: 65px;
  height: 65px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.faq_blog_corrected_1 .openImg {
  width: 57px;
  height: 57px;
}

.faq_blog_corrected_1 .crossImg {
  width: 57px;
  height: 57px;
  display: none;
}

.faq_blog_corrected_1 .icon-block.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  fill: #ffffff;
  background-color:#ffbc3b;
}

.faq_blog_corrected_1 .crossImg.icon-block {
  width: 40px;
  height: 40px;
}

.faq_blog_corrected_1 .openImg.icon-block {
  width: 40px;
  height: 40px;
}

@media (max-width: 768px) {
  .faq_blog_corrected_1 .bigImg {
    width: 100%;
    height: 350px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .faq_blog_corrected_1 .responsive-container-block {
    flex-direction: column;
  }

  .faq_blog_corrected_1 .container-block {
    width: 100%;
  }

  .faq_blog_corrected_1 .responsive-container-block.qaa {
    width: 100%;
    max-width: 600px;
  }

  .faq_blog_corrected_1 .text-blk.subHeading {
    font-size: 18px;
    line-height: 28px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .faq_blog_corrected_1 .text-blk.heading {
    font-size: 30px;
    line-height: 40px;
  }

  .faq_blog_corrected_1 .text-blk.faq-questions {
    font-size: 20px;
    line-height: 35px;
  }
}

@media (max-width: 500px) {
  .faq_blog_corrected_1 .text-blk.heading {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .faq_blog_corrected_1 .text-blk.subHeading {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
  }

  .faq_blog_corrected_1 .bigImg {
    height: 300px;
  }

  .faq_blog_corrected_1 .text-blk.faq-questions {
    font-size: 18px;
    line-height: 23px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
  }

  .faq_blog_corrected_1 .icon {
    width: 50px;
    height: 50px;
  }

  .faq_blog_corrected_1 .openImg {
    width: 28px;
    height: 28px;
  }

  .faq_blog_corrected_1 .crossImg {
    width: 28px;
    height: 28px;
  }

  .faq_blog_corrected_1 .for-flex {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .faq_blog_corrected_1 .text-blk.faq-answer {
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    font-size: 17px;
    line-height: 26px;
  }

  .faq_blog_corrected_1 .responsive-container-block.bigContainer {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .faq_blog_corrected_1 .icon svg {
    width: 25px;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap');

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

.wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  .wk-ipadp-1 {
    width: 8.333333%;
  }

  .wk-ipadp-2 {
    width: 16.666667%;
  }

  .wk-ipadp-3 {
    width: 25%;
  }

  .wk-ipadp-4 {
    width: 33.333333%;
  }

  .wk-ipadp-5 {
    width: 41.666667%;
  }

  .wk-ipadp-6 {
    width: 50%;
  }

  .wk-ipadp-7 {
    width: 58.333333%;
  }

  .wk-ipadp-8 {
    width: 66.666667%;
  }

  .wk-ipadp-9 {
    width: 75%;
  }

  .wk-ipadp-10 {
    width: 83.333333%;
  }

  .wk-ipadp-11 {
    width: 91.666667%;
  }

  .wk-ipadp-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
}
 </style>