*{
    box-sizing: border-box;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
    margin: 0;
    font-family: Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
     color: #454545;
    text-align: left;
    background-color:#f9fafc;
}
img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #ffffff;
}

ul,
ol {
    padding: 0;
    margin: 0;
}
li{
    list-style:none;
}
hr{
    max-width: 80%;
}
/*hero-intro*/
.hero-intro{
    width: 100%;
    height: auto;
    padding:30px 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 30px;
     background-color:#ffffff;
    -webkit-box-shadow:6px 11px 41px -28px #a99de7;
     box-shadow: 6px 11px 41px -28px #a99de7;
}
@media screen and (min-width:991px){
    .hero-intro{
        padding:70px 20px !important;
    }
}
.hero-intro span{
       display: inline-flex;
    width: 50px;
    height: 2px;
    background: linear-gradient(109deg,#8c8fe5,#8dc9f3);
    margin-bottom: 10px;
    margin-top: 10px;
}

.hero-intro h1{
    margin: 0;
    padding: 0;
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 10px;
}



/*selector-nav*/
.selector-nav{
    width: 100%;
    height: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.selector-nav ul{
     width: 100%;
    height: auto;
    padding: 10px;
}
   .selector-nav ul li{
    display: inline-block;
    margin-bottom: 10px;
    margin-left:10px;
    padding: 10px 0px;

}
   .selector-nav ul li a{
    padding:12px 20px;
    background: linear-gradient(109deg,#8c8fe5,#8dc9f3);
    border-radius:3px;
    cursor: pointer;
    color: #ffffff;
    white-space: nowrap;
   }
   @media screen and (max-width:422px){
    .selector-nav ul li a,
      .selector-nav ul li{
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 0px !important;

}
 .selector-nav ul li{
    margin-bottom: 0px !important;
 }
}
   .selector-nav ul li a:hover{
    background: linear-gradient(109deg,#787ae0,#5bb4ee);
    transition: all 0.5s ease;
   }
   .active-selector a{
    background: linear-gradient(109deg,#787ae0,#5bb4ee) !important;
   }

   /*faq-container*/
   .faq-container{
    width: 100%;
    height: auto;
    padding:30px 10px;
   }
   .faq-container ul{
    width: 100%;
    height: auto;
    padding: 10px;
   }
   .panel-title{
    width: 100% !important;
    height: auto !important;
    transition: all 0.5s ease-in-out !important;
   }
   .panel{
     background-color:#ffffff;
    -webkit-box-shadow:6px 11px 41px -28px #a99de7;
     box-shadow: 6px 11px 41px -28px #a99de7;
       padding: 10px !important;
   }
    .panel-title a{
        text-transform: uppercase !important;
        font-size: 20px !important;
        color: #8c8fe5 !important;
        font-weight: 400 !important;
    }


.faq-container-s,
.faq-container-th,
.faq-container-fth{
    display: none;
}