@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.go-top{ 

    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 46px;
    height: 46px;
    background: #f93827;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
 }
 .disc{ list-style:disc; padding-left:30px; position:relative; }
 .disc:after{ position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #000;
    display: inline-block;
    left: 10px;
        top: 12px;
    border-radius: 50%;  }

 .go-top i{ font-size:26px; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a{ text-decoration: none; }
body {
    line-height:1;
}
html{  /*overflow-x: hidden;
    overflow-y: scroll; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;}
body{
    background-color:#fff; 
    font-family: "Jost", sans-serif;
    font-size: 14px;
    -webkit-touch-callout: none;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.3px;
        line-height: 1.2;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
.bg_white{ background:#fff;  }
.mb_user{ display: none; }
.a_left{ text-align: left !important;  }
input, select, textarea {
    vertical-align:middle;
}

textarea:focus, input:focus, select:focus, a:focus{
    outline: none !important;
}
input[type="file"]{ border:0px !important; padding: 0px !important;  }
table {
  border-collapse: collapse;
}
tr {
  border-bottom: 0px;
}
th, td {
  text-align: left;
  padding: 4px;
}
ul, li{ list-style: none; }
*:focus {
    outline: 0 !important;
}

/* accordion */
.content {
  @include parallax;
  background-image: linear-gradient(rgba($color-blk, .6), rgba($color-blk, .6)), url("https://static.pexels.com/photos/380769/pexels-photo-380769.jpeg");
  color: $color-wht;
  height: 100vh;
  padding: 5em;
  text-align: center;
}

/* Accordion
================================================== */
.content {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: fixed;
  /*scroll on mobile*/
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("https://static.pexels.com/photos/380769/pexels-photo-380769.jpeg");
  color: #fff;
  height: 100vh;
  padding: 5em;
  text-align: center;
}
.fs img{ width: 75% !important }
/* Accordion
 ================================================== */
.acc {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.acc__card {
  margin: 10px;
  position: relative;
}
.acc__title {
      background: #f9f9f9;     font-weight: 500;
    color: #000;
  cursor: pointer;
  display: block;
  padding: 1em 1em;
  position: relative;
  text-align: left;
  font-size: 22px;
}
.acc__title.active{ background: #1b1b1d; color: #fff; }
.acc__title::after {
     width: 10px;
    height: 10px;
    border-right: 2px solid #421b67;
    border-bottom: 2px solid #421b67;
  position: absolute;
  right: 20px;
  content: " ";
  top: 22px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
.acc__title.active::after {
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
  border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.acc__panel {
         background: #ffffff;
    color: #421b67;
    display: none;
    margin: 0;
    padding: 15px;
    text-align: left;
    font-size: 18px;
    border: 1px solid #421b67;
}
.acc__panel span{ float: left; margin-right: 30px; width: 120px; font-size: 15px; text-transform: uppercase; font-weight: 600; }
.acc__panel p{ padding-bottom: 15px; font-size: 20px;  color: #000;}
.acc__panel div{ overflow: hidden; }
._af{ font-family: inherit; font-size: 22px;color: #421b67; padding: 20px 10px; text-align: center; }
.acc__panel ul li{ margin-bottom: 5px; }
.text-white ._2hr_content h3, .text-white .para_p, .title_p{ color:#fff !important }
.subtitle{ font-family: inherit; font-size: 40px; color: #f93827; font-weight: 500; padding-bottom: 10px; }
/* accordion end */
.bg_gray {
    background: #1b1b1d;
    padding: 50px 0;
    position: relative;
}

.bg_lgray {
    background: #f5f5f5;
    padding: 50px 0;
    position: relative;
}
.line_acc{ position:absolute; left:0px; bottom:-4px; } .line_acc img{ width:60%;  }
.right_line_acc{ position:absolute; right:0px; bottom:-4px; } .right_line_acc img{ height: 100px; object-fit: cover; }
.line_top{ position:absolute; right:0px; top:0px; } .line_top img{ height: 100px; object-fit: cover; }

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
}
.sep_bbox_row {
    display: flex
;
    flex: 0 1 auto;
    flex-flow: row wrap;
    margin: -8px;
    position: relative;
}
.form_column {
    width: 100%;
    float: left;
    padding: 0px;
    max-width: 60%;
    margin: auto;
}
.form_title {
    font-family: inherit;
    text-align: center;
    font-size: 50px;
    color: #000;
    margin-bottom: 70px;
    font-weight: 500;
}
._form_p {
    font-family: inherit;
    font-size: 24px;
    color: #000;
    margin-bottom: 25px;
    text-align: center;
}
.star {
    position: absolute;
    right: -25px;
    top: 20px;
    font-family: inherit;
    font-size: 40px;
    color: #411b66;
}
.floating-label {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #411b66;
    border-radius: 10px;
    height: 70px;
    overflow: hidden;
}
.floating-input, .floating-select {
    font-size: 18px;
    padding: 0px 15px;
    display: block;
    width: 100%;
    height: 70px;
    background-color: transparent;
    border: none;
    overflow: hidden;
    color: #323232;
    font-family: inherit;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 81%, rgb(66 27 102 / 5%) 100%);
}
.floating-label label {
    color: #323232;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 25px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
  top:5px;
  font-size:14px;
  color:#421b67;
  
}

.floating-input:focus, .floating-input:not(:placeholder-shown) { background: #FFD618; color: #411b66; }

.floating-select:focus, .floating-select:not([value=""]):valid { background: #FFD618; color: #411b66; }

.floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
  top:5px;
  font-size:14px;
  color:#421b67;
  
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
  width:50%;
}
input[type="checkbox"]{ width: 60px; height: 24px; border-radius: 4px;  border: 2px solid #411b66; display: inline-block; vertical-align: middle; margin-right: 10px; }
.inholder_row{ position: relative; }
.btn_submit {
    height: 70px;
    width: 220px;
    border: 0px;
    border-radius: 8px;
    line-height: 70px;
    margin: 30px auto 10px;
    text-align: center;
    font-family: inherit;
    font-size: 22px;
    font-weight: 500;
    background-color: #1b1b1d;
    display: block;
    color: #fff;
    cursor: pointer;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
}
.inholder_row {
    position: relative;
}
.cfs-logo{ display: block; width: 160px;  margin: 0px auto; }
 .cfs-logo img{ width:100%; }

._limit_text{  font-family: inherit; font-size: 18px; color: #000; margin-top: -5px; }

header{ width: 100%; height: auto; background: #1b1b1d; padding:5px 0 }
.form_title1 {
    font-family: inherit;
    text-align: center;
    font-size: 50px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 500;
}
footer {
    background: #fff;
    padding:
    0px;
    position: relative;
    margin-top: 20px;
}
.copyrights {
    padding: 10px 0;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: space-between;
}

.copyrights a img{height: 30px; object-fit: cover;}
footer p {
    font-family: inherit;
    font-size: 17px;
    color: #222 !important;
    font-weight: 500;
    line-height: 25px;
}
footer p a {
    color: #333;
        display: inline-block;
    vertical-align: middle;
}

.mydd img {
    width: 55px;
    display: inline-block;
    vertical-align: middle;
}
.fmenu {
    margin: 0px;
    padding: 0px;
}
.fmenu li {
    display: inline-block;
    padding: 0px;
    margin: 0px 5px;
}
.fmenu li a {
    font-family: inherit;
    font-size: 17px;
    color: #222;
    display: block;
}

.fmenu li a:hover{ text-decoration:underline; }

.bg_white {
    background: #fff;
    padding: 50px 0;
    position: relative;
}

._contain_40 {
    margin: 0;
}
._1column {
    width: 100%;
    padding: 0 15px;
    margin: 0px;
    display: block;
}
.screen_text {
    padding: 0px;
    margin: 0px;
    text-align: center;

}
.para_p {
    font-family: inherit;
    font-size: 24px;
    color: #222;
    margin-bottom: 20px;
}
.title_p {
    font-family: inherit;
    font-weight: 500;
    font-size: 50px;
    color: #000;
    margin-bottom: 40px;
}
._2hr_content {
    padding: 0px;
    margin: 0px 10px;
    text-align: center;
}
._2hr_content h3 {
    font-size: 36px;
    font-family: inherit;
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
}
.rows_wrap{ display:flex; flex-wrap:wrap; padding:0px;  }
.comn50{ flex-basis:50%; max-width:50%; padding:10px; }
.comn100{ flex-basis:100%; max-width:100%; padding:10px; }
.text-left{ text-align:left !important; }
.list-style{ padding:0px; margin:0px;  }
.list-style li{ display:block; padding:5px 0; margin:0px 0 10px; }
.list-style li span{ font-family: inherit; font-size: 22px; font-weight: 500; color: #222; display: block;  padding-bottom: 15px;} 
.list-style li p{ font-family: inherit; font-size: 18px; color: #222; font-weight: 400; padding-bottom:15px; }
.img_redeem{ text-align:right; display:block; } .img_redeem img{ width:90%; border-radius:20px; }
._2hr_content h2 {
    font-size: 48px;
    font-family: inherit;
    color: #000;
    margin-bottom: 30px;
    font-weight: 500;
}

article h3 {
    font-size: 22px;
}
article p {
    font-family: inherit;
    font-size: 21px;
    color: #000;
    margin-bottom: 15px;
}
._2hr_content ul {
    padding: 0px;
    margin: 0px;
}
article ul {
    padding: 0px;
    margin: 0px;
}
._2hr_content ul li {
    font-size: 21px;
    font-family: inherit;
    color: #421B67;
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
}
article ul li {
    font-family: inherit;
    font-size: 17px;
    color: #333;
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 30px;
}

.box_split{ display:flex; gap:15px; }
.box_split li{ max-width:25%; flex-basis:25%; padding:0px; }
.sec_li{ padding:15px; background:#fff; border-radius:10px; height:100%; text-align:center; }
.sec_li span, .sec_li p{ color:#000; }
.text-center{ text-align:center; }
._curve{ position:absolute; left:50%; top:0px;  }  ._curve img{ height:25px; }

@media only screen and (max-width: 768px) {
    ._contain_40, .sep_bbox_row, ._2hr_content{ margin:0px; } ._2hr_content h2{ margin-bottom:10px; }
    .bg_white, .bg_gray{  padding: 15px 0; } .form_column{ max-width: 90%; }
    .acc__title{ padding: 0.5em 1.5em 0.5em 0.5em; font-size:19px;  } .comn50{ flex-basis: 100%; max-width: 100%; }
    .img_redeem img{ width:100%;} footer p{    font-size: 15px;  }
    .copyright{ display:flex; flex-wrap:wrap; justify-content: center;} .floating-label label{ top: 15px; }
    .floating-label{ height:52px; } .floating-input, .floating-select{ height:52px; } .para_p, .list-style li span{ font-size:19px; }
    ._1column{ padding:0px; } .title_p{ font-size: 36px; margin-bottom: 20px; line-height: 40px;}
    .rows_wrap{ margin:0 -10px; } .acc__card{  margin: 10px 0; }
    .box_split li { max-width: 100%; flex-basis: 100%; padding: 0px;}
    .box_split{ flex-wrap:wrap; } ._2hr_content h3{ font-size:35px; } .copyrights{ text-align:center; display:inherit; }
    .cfs-logo{ width:100px; } .line_acc{ display:none; }
} 