/**
 * Main
 */

/* Utils */

/* Utils */

/**
 * Variables
 */

/* Old Site */

.custom-header {
  max-width: 1222px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.header-area {
  height: 30px;
  margin-bottom: 60px;
}

.sticky-c-head {
  position: fixed;
  width: 100%;
  z-index: 2;
  -webkit-box-shadow: 0 -1px 0 0 #d1d1d6 inset;
          box-shadow: 0 -1px 0 0 #d1d1d6 inset;
  -webkit-transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
  transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
  -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-box-shadow .3s;
  background-color: #fff;
  top: 0;
}

.head-container {
  width: 100%;
  padding: 2px;
}

.site-m-logo {
  width: 19.476%;
}

.ds-flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.sc-padding {
  padding: 10px;
}

.site-logo-wraper {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
          align-content: flex-start;
}

.logo-m img {
  max-width: 100%;
  width: 1em;
  height: 1em;
  font-size: 35px;
  margin: 0 10px 0 0;
}

.site-header {
  display: none !important;
}

.logo-title .site-c-title {
  font-family: poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000 !important;
}

.align-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.site-c-menu {
  width: 64.075%;
}

.site-m-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-m-nav li a {
  font-family: poppins, Sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 13px 20px;
  color: #555;
  position: relative;
}

.site-m-nav li a:after {
  background-color: #f64;
  height: 1.6px;
  content: "";
  bottom: 0;
  opacity: 0;
  display: block;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  -o-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  width: 100%;
  left: 0;
  z-index: 2;
}

.site-m-nav li a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.f-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.c-button-wrap {
  width: 16.113%;
}

.list-c-btn {
  font-family: poppins, Sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  background-color: #f64;
  border-radius: 12px 12px 12px 12px;
  padding: 10px 12px;
  color: #fff !important;
}

.list-c-btn:hover {
  background-color: #ff481f;
}

.list-c-btn i {
  margin-right: 6px;
}

.mobile-c-menu .topnav .top-n-bar {
  overflow: hidden;
  position: relative;
  margin-top: 10px;
  padding-bottom: 4px;
  -webkit-box-shadow: 0 -1px 0 0 #d1d1d6 inset;
          box-shadow: 0 -1px 0 0 #d1d1d6 inset;
  -webkit-transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
  transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
  -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-box-shadow .3s;
}

.mobile-c-menu .topnav #myLinks {
  display: none;
}

.mobile-c-menu .topnav a {
  color: #fff;
  padding: 5px 0;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.mobile-c-menu .topnav a.icon {
  cursor: pointer;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #494c4f;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-c-menu .topnav a:hover {
  color: #000;
}

.mobile-c-menu .active {
  background-color: #4caf50;
  color: #fff;
}

.mobile-c-menu {
  display: none !important;
}

.f-mob-bot {
  display: none !important;
}

.mobile-c-menu .site-m-logo {
  width: 85%;
}

.mobile-c-menu .site-c-logo.ds-flex {
  padding: 0 !important;
}

.mobile-c-menu .site-m-nav a {
  padding: 10px 20px;
  line-height: 20px;
  font-size: 14px;
  display: block;
  color: #494c4f;
}

.mobile-c-menu .site-m-nav li {
  width: 100% !important;
}

.fa-times {
  display: none !important;
}

.ico-active .fa-bars {
  display: none !important;
}

.ico-active .fa-times {
  display: block !important;
}

.custom-footer {
  background-color: #003666;
}

.main-c-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1024px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.f-top {
  -webkit-box-shadow: inset 0 -0.5px 0 rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 -0.5px 0 rgba(255, 255, 255, 0.2);
  margin-top: 0;
  margin-bottom: 32px;
  padding: 50px 0 72px;
}

.f-top-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.f-c-col {
  width: 33.333%;
  padding: 20px;
}

.f-top {
  width: 100%;
}

.site-f-logo .logo-title .site-c-title {
  color: #fff !important;
}

.site-f-dis p,
.f-email p,
.f-email p a,
.col-scnd p {
  color: #fff;
  font-family: poppins, Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.site-f-dis {
  margin: 20px 0;
}

.f-email {
  margin-top: 50px;
}

.f-email p a {
  text-decoration: underline;
}

.col-scnd h2,
.col-scnd-title {
  font-family: poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff !important;
  line-height: 28px;
}

.col-scnd p {
  margin-top: 44px;
}

.footer-form {
  margin-left: calc( -10px/2);
  margin-right: calc( -10px/2);
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.e-field {
  width: 60%;
  padding-right: calc( 10px/2);
  padding-left: calc( 10px/2);
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.e-field input {
  background-color: #fff;
  border-radius: 8px 8px 8px 8px;
  font-family: poppins, Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #818a91;
  color: #373a3c;
  vertical-align: middle;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  padding: .5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  min-height: 40px;
}

.f-s-btn {
  padding-right: calc( 10px/2);
  padding-left: calc( 10px/2);
  margin-bottom: 10px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  width: 40%;
}

.f-s-btn input[type=submit] {
  background-color: #f64;
  color: #fff;
  font-family: poppins, Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 8px 8px 8px 8px;
  min-height: 40px;
  padding: 10px 24px;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.f-s-btn input[type=submit]:hover {
  background-color: #ff481f;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.col-third {
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-bottom: 20px;
}

.f-box {
  -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
  -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  -webkit-transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
  transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-box-shadow .3s;
}

.f-box-card {
  border-radius: 12px;
  background-color: #004c8f;
  padding: 20px 24px;
  cursor: pointer;
  width: 280px;
  height: 104px;
}

.col-third:hover {
  -webkit-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transform: translateY(-16px);
      -ms-transform: translateY(-16px);
          transform: translateY(-16px);
}

.f-box-card p.card-title {
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.f-box-card .fbox_card_link {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.f-box-card .fbox_card_link img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  margin-left: 5px;
}

.f-bot-f {
  max-width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 0;
  margin-bottom: 67px;
  width: 100%;
}

.f-copy-right {
  width: 17.729%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.f-copy-right p {
  color: rgba(255, 255, 255, 0.19);
  font-family: poppins, Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.f-c-menu {
  width: 48.603%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.f-c-menu ul {
  margin-right: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
}

.f-c-menu ul li:not(:last-child) {
  margin-right: 20px;
}

.f-c-menu ul li a {
  font-family: poppins, Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
  padding: 13px 20px;
}

.f-c-menu ul li a:hover {
  text-decoration: underline;
}

.f-social-media {
  width: 33.333%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.s-media-outer {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
          align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.s-media-inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.s-media-inner ul li {
  display: inline-block;
}

.s-media-inner ul li a i {
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: 25px !important;
}

.s-media-inner ul li:not(:last-child) {
  margin-right: 40px;
}

.s-media-inner ul li i:hover,
.s-media-inner ul li img:hover {
  color: rgba(255, 255, 255, 0.3) !important;
}

.s-sub-form .wpcf7-not-valid-tip,
.wpcf7-response-output {
  color: #fff !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-location-footer {
  display: none !important;
}

/* Fix the menu CSS after the Elementors scripts to be dequeud */

.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container {
  top: 36px !important;
  width: 411px !important;
  left: calc(-100vw + 45px) !important;
}

.elementor-nav-menu--stretch.elementor-nav-menu--indicator-classic {
  width: auto !important;
  max-width: 100%;
}

.tool-meta > span.tool-meta-title {
  font-size: 24px;
  margin-bottom: 0px;
  margin-top: 0;
  font-weight: 600;
}

.tool-meta > span.tool-meta-title a {
  font-weight: 600;
}

.tool-meta > span.tool-meta-title a:hover {
  text-decoration: underline;
}

.blog-box .p-content {
  padding-bottom: 70px !important;
}

.blog-box .author-box {
  left: 36px;
  bottom: 32px;
}

.blog-box .author-box-name {
  display: block;
  color: #555;
  font-weight: 600;
}

.blog-box .author-box-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-box .date-time-dot {
  width: 3px;
  height: 3px;
  background: #888;
  border-radius: 100px;
  display: inline-block;
  margin: 0 8px;
}

.blog-box .date-time {
  padding-left: 12px;
}

.blog-box .span-reading-time,
.blog-box .span-reading-time span,
.blog-box .main-artcls .videos-content span {
  margin-top: 0;
}

/* Vendors */

/* Base (like reset, typography, animations) */

.grecaptcha-badge {
  visibility: hidden;
}

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

.delayYouTube .delayYouTube-preview {
  height: 100%;
  position: relative;
  cursor: pointer;
}

.delayYouTube .delayYouTube-preview img {
  height: 100%;
  width: 100%;
}

.delayYouTube .delayYouTube-preview-play {
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  -webkit-filter: drop-shadow(0px 2px 13px rgba(52, 91, 134, 0.5));
          filter: drop-shadow(0px 2px 13px rgba(52, 91, 134, 0.5));
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.delayYouTube .delayYouTube-preview-play svg {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.delayYouTube .delayYouTube-preview-play svg circle {
  fill: rgba(0, 0, 0, 0.3);
}

.delayYouTube .delayYouTube-preview:hover .delayYouTube-preview-play {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

@font-face {
  font-family: 'Poppins';
  src: url(../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-SemiBold.eot);
  src: url("../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url(../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-SemiBold.woff2) format("woff2"), url(../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-SemiBold.woff) format("woff"), url(../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-SemiBold.ttf) format("truetype"), url("../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url(../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-Regular.eot);
  src: url("../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url(../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-Regular.woff2) format("woff2"), url(../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-Regular.woff) format("woff"), url(../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-Regular.ttf) format("truetype"), url("../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url(../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-Bold.eot);
  src: url("../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url(../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-Bold.woff2) format("woff2"), url(../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-Bold.woff) format("woff"), url(../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-Bold.ttf) format("truetype"), url("../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url(../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-Light.eot);
  src: url("../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url(../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-Light.woff2) format("woff2"), url(../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-Light.woff) format("woff"), url(../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-Light.ttf) format("truetype"), url("../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-Light.svg#Poppins-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url(../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-ExtraBold.eot);
  src: url("../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-ExtraBold.eot?#iefix") format("embedded-opentype"), url(../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-ExtraBold.woff2) format("woff2"), url(../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-ExtraBold.woff) format("woff"), url(../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-ExtraBold.ttf) format("truetype"), url("../../../../../../../../../themes/hello-theme-child-master/assets/fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Components (components like boxes, general elements) */

.faqs {
  overflow: hidden;
  width: 100%;
  padding: 90px 0 20px 0;
}

.faqs__title {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
  margin-top: 0;
}

.faqs__inner {
  max-width: 1130px;
  margin: 0 auto;
}

.faqs__list-item {
  background: #fff;
  padding: 16px 24px;
  border-radius: 12px;
}

.faqs__list-item:not(:last-child) {
  margin-bottom: 24px;
}

.faqs__list-item.opened .faqs__list-itemContent {
  opacity: 1;
}

.faqs__list-item.opened .faqs__list-itemTitle:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faqs__list-itemHeader {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.faqs__list-itemTitle {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}

.faqs__list-itemTitle:after {
  content: '';
  width: 13px;
  height: 8px;
  display: block;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -4px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: var(--wpr-bg-b53cd3c1-ff18-4958-8a8c-05eb54284e0e);
}

.faqs__list-itemContent {
  padding-top: 20px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  max-width: 800px;
  font-size: 16px;
  color: #555;
}

.faqs__list-itemContent p {
  margin-top: 0;
  font-weight: normal;
  font-size: inherit !important;
  line-height: 1.5;
  color: #555;
}

.faqs__list-itemContent p:not(:last-child) {
  margin-bottom: 20px;
}

.faqs__list-itemContent a {
  font-size: inherit !important;
  color: #FF6644;
}

.faqs__list-itemContent a:hover {
  text-decoration: underline;
  color: #FF6644;
}

.faqs__list-itemContent h1 {
  font-size: 2.5em;
  margin: 0.4em 0;
  line-height: 1.35;
}

.faqs__list-itemContent h2 {
  font-size: 2em;
  margin: 0.4em 0;
  line-height: 1.35;
}

.faqs__list-itemContent h3 {
  font-size: 1.8em;
  margin: 0.4em 0;
  line-height: 1.35;
}

.faqs__list-itemContent h4 {
  font-size: 1.6em;
  margin: 0.4em 0;
  line-height: 1.35;
}

.faqs__list-itemContent h5 {
  font-size: 1.4em;
  margin: 0.4em 0;
  line-height: 1.35;
}

.faqs__list-itemContent h6 {
  font-size: 1.2em;
  margin: 0.4em 0;
  line-height: 1.35;
}

.faqs__list-itemContent ul,
.faqs__list-itemContent ol {
  font-size: inherit;
  padding-left: 20px;
}

.faqs__list-itemContent ul li:not(:last-child),
.faqs__list-itemContent ol li:not(:last-child) {
  margin-bottom: 10px;
}

.product-section + .faqs {
  margin-top: -70px;
}

/* Sections */

@media (max-width: 1199px) {
  .faqs {
    max-width: 95%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 1159px) {
  .faqs__list-itemContent {
    padding-bottom: 18px;
  }
}

@media (max-width: 991px) {
  .faqs__list-itemTitle {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .desktop-c-menu {
    display: none !important;
  }

  .mobile-c-menu {
    display: block !important;
  }

  .f-c-col {
    width: 100% !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .f-top-content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .col-third {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .f-box,
  .f-box-card,
  .f-social-media,
  .f-copy-right,
  .f-c-menu {
    width: 100% !important;
  }

  .f-top {
    padding: 50px 0 21px !important;
  }

  .f-bot-f {
    width: 100% !important;
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    padding: 0 30px !important;
  }

  .f-desk-bot {
    display: none !important;
  }

  .f-mob-bot {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }

  .s-media-outer {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    padding-bottom: 40px !important;
  }

  .f-c-menu ul li a:first-child {
    padding-left: 0 !important;
  }

  .header-area.mob-c-head,
  .header-area.mob-c-head .sticky-c-head {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .mobile-c-menu .logo-m {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .faqs {
    padding: 70px 13px 10px 13px;
  }

  .faqs__list-item:not(:last-child) {
    margin-bottom: 16px;
  }

  .faqs__list-itemTitle {
    font-size: 18px;
  }

  .faqs__list-itemContent {
    font-size: 14px;
  }

  .faqs__list-itemContent p:not(:last-child) {
    margin-bottom: 16px;
  }

  .faqs__list-itemContent h1 {
    font-size: 2.1em;
  }

  .faqs__list-itemContent h2 {
    font-size: 1.8em;
  }

  .faqs__list-itemContent h3 {
    font-size: 1.7em;
  }
}

@media (max-width: 1199px) and (min-width: 1024px) {
  .f-bot-f {
    padding: 0 20px;
  }

  .logo-title .site-c-title {
    font-size: 18px;
  }

  .list-c-btn {
    padding: 15px 12px 10px;
    font-size: 14px;
  }
}

@media (max-width: 1023px) and (min-width: 992px) {
  .f-bot-f {
    padding: 0 20px;
  }

  .logo-title .site-c-title {
    font-size: 18px;
  }

  .list-c-btn {
    padding: 15px 12px 10px;
    font-size: 14px;
  }
}
/*alternative single page css*/
.alt-container{
    max-width: 700px;
    width: 100%;
    margin: auto;
  }
  .blog-t h1{
    color: #000000;
      font-family: "Poppins", Sans-serif;
      font-size: 50px!important;
      line-height: 50px!important;
      font-weight: 600;
      margin-bottom: 30px;
  }
  .auth-bio .author-area{
    top: -20px;
  }
  .alt-post-content{
    font-size: 16px;
    font-family: 'Poppins' !important;
    line-height: 25px;
      letter-spacing: 0.2px;
  }
  .alt-data{
    max-width: 1140px;
    width: 100%;
    margin: auto;
    margin-top: 70px;
  }
  .alt-breadcrumbs{
    padding: 0;
    margin:0;
    list-style: none;
    padding-bottom: 45px;
  }
  .alt-breadcrumbs li{
    font-size: 14px;
    color: #000;
    display: inline-block;
  }
  .alt-breadcrumbs li a{
    color: #c36;
    font-size: 14px;
  }
  .more-al{
    max-width: 1140px;
    width: 100%;
    margin:auto;
    margin-bottom: 70px;
  }

  .more-al h2{
    color: #000;
    padding: 0;
      margin: 0;
      font-size: 2rem;
      text-align: center;
      margin: 60px 0px 30px;
  }
  .alt-box .bg-alt-img{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #00468b;
    min-height: 200px;
  }
  .alt-box-cont{
    padding: 20px;
  }
  .alt-box-cont h3{
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    min-height: 75px;
  }
  .alt-box-cont h3 a{
    color: #000000!important;
  }
  .alt-box-cont p{
    color: #7A7A7A;
      font-family: "Poppins", Sans-serif;
      font-size: 14px;
      margin-top: 20px;
      min-height: 165px;
  }
  .alt-box{
    border-style: solid;
      border-width: 1px 1px 1px 1px;
      border-color: #E6E6E6;
      box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 20%);
      transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
      border-radius: 10px 10px 10px 10px;
      width: 30%;
  }
  .alt-box:hover{
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 30%);
  }
  .more-alt-boxes{
    display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .read-m-btn{
    font-family: "Poppins", Sans-serif;
      font-size: 14px;
      font-weight: 500;
      background-color: #FF6644;
      border-radius: 50px 50px 50px 50px;
      display: inline-block;
      line-height: 1;
      padding: 12px 24px;
      color: #fff!important;
      fill: #fff;
      text-align: center;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
  }

  .read-m-btn:hover{
    color: #FFFFFF;
      background-color: #FF606D;
  }
  .read-m-btn i{
    margin-left: 15px;
  }
  .single-alternative .social-n-cate .alt_social .fa{
    font: normal normal normal 14px/1 FontAwesome!important;
  }
  .alt-data .main_alternative{
    width: 100%;
  }
  .mb-bio{
    display: none;
  }
  @media(min-width:768px) and (max-width:1024px){
    .alternative-single{
      padding: 0 20px;
    }
  }
  @media(max-width:767px){
    .auth-bio{
      display: none;
    }
    .mb-bio.auth-bio{
      display: block;
      margin-top: 80px;
    }
    .alternative-single{
      padding: 0 20px;
    }
    .alt-container, .more-al{
      max-width: 100%;
      width: 100%;
    }
    .alt-box{
      width: 100%;
      margin-bottom: 50px;
    }
    .blog-t h1{
      font-size: 29px!important;
        line-height: 36px!important;
    }

  }
  @media(min-width:568px) and (max-width:767px){
    .alt-box{
      width: 48%;
    }
  }