html, body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-style: normal;
    font-size: 18px;
    color: #4b4b4b;
    line-height: 24px;
    text-rendering: optimizeLegibility;
}
section.section-slider {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: aquamarine;
    z-index: -1;
    top: 0;
    left: 0;
}
main {
    position: relative;
    z-index: 1;
}
section.section-brand {
   padding: 0px 0;
   
}
section.section-brand img{
   
    width: 230px;
    height: auto;
}
section.section-login > div
{
    background-color: #0606068F;
    color: #FFFFFF;
    border-radius: 2em;
}
section.section-faq > div
{
    background-color: white;
    color: #FFFFFF;
    border-radius: none;
}
section + section {
    margin-bottom: 40px;
}
article.agt {
    padding: 3em;
}
@media (max-width: 992px) {
    article.agt {
        padding: 15px;
    }   
}
article.agt .desc {
    margin-bottom: 1rem;
}
form.agt {
    position: relative;
    margin: 3em 0;
    padding: 0 3em;
}
form.agt:after {
    content: "";
    position: absolute;
    border-right: 1px solid #FFFFFF;
    right: 0;
    top: 0;
    height: 100%;
}
.section-faq .accordion {
   
  
    padding: 1.5em;
}

.section-faq .accordion h2 > button {
    color: black;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
   
}




.section-faq .accordion .bs-item {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 1em 0;
}
.section-faq .accordion .bs-item:first-child {
    border-top: none;
    padding-top: 0;
}
.section-faq .accordion .bs-item:last-child {
    padding-bottom: 0;
}
.section-faq .accordion .desc {
  font-size: 16px;
    color: #000000;
    padding: 1em;
}

.section-register{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f7f7f7;
}
@media (max-width: 992px) {
    .section-register{
        padding-top: 40px;
        padding-bottom: 40px;
     
    } 
}
section.section-register > div {
    background: #e6f4ec;
    border-radius: 10px;
}
section.section-register form.agt {
    background: #ffffff;
    margin: 0;
    padding: 3em;
    border-radius: 0 10px 10px 0;
}
@media (max-width: 992px) {
    section.section-register form.agt {
       padding: 15px;
    }
}
section.section-register .col-md-8 {
    padding-right: 0;
}
section.section-register form.agt:after {
    border-right: none;
}
section.section-register label {
    font-weight: normal !important;
}
.form-group > .iti {
    width: 100%;
}
.btn-primary {
    background: #058c3e;
    border-color: #058c3e;
}
.btn-primary:hover {
    background: #fc8208;
    border-color: #fc8208;
}

.btn-primary.btn-register {
    background: #fc8208;
    border-color: #fc8208;
}
.btn-primary.btn-register:hover {
    
    background: #058c3e;
    border-color: #058c3e;
}



 input.form-control,  select.form-control {
    height: 46px;
    font-size: 15px;
    padding: 0.625rem 1.25rem;
    border-radius: 10px;
    border: 1px solid #b9dfc9;
    background: #e6f4ec;
    }
textarea.form-control {
padding: 0.625rem 1.25rem;
border-radius: 15px;
font-size: 15px;
border: 1px solid #b9dfc9;
background: #e6f4ec;
margin-bottom: 30px;
}
        input, select {
            width: 100%;
           
            max-width: 100%;
            resize: none;
            color: inherit;
            height: 46px;
            padding: 0.625rem 1.25rem;
            border-radius: 10px;
            border: 1px solid #b9dfc9;
            background-color: #e6f4ec;
          
            }
            .form-check input{
                width: auto;
                height: auto;
            }
            .position-relative {
                position: relative!important;
                }
            .banner-half {
                padding: 200px 0;
                height: auto;
                width: 100%;
                }
                .banner-half h2 {
                    color: white;
                    font-size: 50px;
                    font-weight: 700;
                    }
                .banner-mask {
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    background: black;
                    opacity: 0.3;
                    position: absolute;
                    }
                .cover-background {
                    position: relative !important;
                    background-size: cover !important;
                    overflow: hidden !important;
                    background-position: center !important;
                    background-repeat: no-repeat !important;
                    }
                    @media (max-width: 992px) {
                        .banner-half {
                            padding: 100px 0;
                          
                            }
                            .banner-half h2 {
                              font-size: 30px;
                                }
                    }
                    

.faq-section{
    padding-top: 60px;
}
.faq-section h2 {
   
   
    font-size: 50px;
    font-weight: 700;
    color: black;
}
@media (max-width: 992px) {
    .faq-section{
        padding-top: 30px;
    }
    .faq-section h2 {
       
       
        font-size: 30px;
  
    }   
}
                    .card-header .title {
                        font-size: 17px;
                        color: #000;
                    }
                    .card-header .accicon {
                      float: right;
                      font-size: 20px;  
                      width: 1.2em;
                      position: absolute;
                      right: 0;
                    }
                    .card-header{
                      cursor: pointer;
                      border-bottom: none;
                      padding: 18px 15px;
                    }
                    .card{
                        border-top: 1px solid rgba(0,0,0,0.1);
                        box-shadow: none;
                        margin-bottom: 0;
                    }
                    .card:first-child{
                        border-top: none;
                    }
                    .card-body{
                      border-top: 1px solid #ddd;
                      font-size: 15px;
                    }
                    .card-header:not(.collapsed) .rotate-icon {
                      transform: rotate(180deg);
                    }

