
.header-link{
    color: black;
}
.header-link:hover{
    color: black;
}
.btn-header{
    border-radius: 10px;
    background: black;
    color: white; 
    transition: all .7s;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
   
}
.btn-header:hover{
    color: white;
    border-color: #5a5a5a;
    background-color:#5a5a5a  ;
}
/*header end*/
.backround-question{
    background-color:#204426 ;
}
.text-question{
    color: #ffffff;
    font-size: 44px;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 600;
    line-height: 1;
}
.faq-textsmall{
    color: #ffffff;
    font-size: 16px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
}
/*section question end*/

.max-w-900{
    max-width: 900px;
}
.button-text{
    font-size: 52px;
    font-weight: 300;
    
}
.menu-button{
    border-radius: 50px;
    background-color: #FFFFFF;
    border: 1px solid #204426;
    color: white;
    transition: all .7s;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
.menu-button:hover{
    color: #FFFFFF;
    background-color: #202f44;
}
.general{
    
    text-decoration: none;
    color:#202f44 ;
 
}
.general:hover{
    color: #FFFFFF;
}

/*button-section end*/

  
.text-accord{
    color: #204426;
    font-size: 52px;
    font-weight: 300;
}

.tab input,
.tab-content{
    display: none;
}
.tab:nth-child(1) .tab-content {
    display: block;
}
.tab{
    background: #f7f7f7;
    color: black;
    border-radius: 18px;
    margin-bottom: 12px;
    transition: max-height ease-in-out 0.6s,opacity ease-in-out 0.3s;
}
.icon{
    position: absolute;
    top: 60%;
    right: 18px;
    width: 24px;
    height: 30px;
    display: inline-block;
    padding: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity ease-in-out 0.2s;
}
.icon-hover {
    opacity: 0
}

.icon:hover {
    opacity: 0
}

.icon-hover:hover  {
    opacity: 1
}


.circle {
    background-color: #eee;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 100px   
}

.lines {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.3s;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}
.lines{
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

 .lines::before {
    content: " ";
    width: 25px;
    height: 30px;
    position: absolute;
    left: 0;
    background-image: url(/dream.html/img/faq-circle.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}


.tab-title{
    padding: 30px 25px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    border-radius: 18px;
    display: flex;
}
.tab-content{
    padding: 19px 19px;
   
}
.tab :checked + .tab-title {
    content: '+';
   
}
.tab :checked +  .tab-title::after{
    content: '-';
    color: #f7f7f7;
}
.tab :checked ~ .tab-content{
    display: block;
    
}
/*section-general end*/


.wrapper input,
.text-content{
    display: none;
}
.wrapper:nth-child(2) .text-content {
    display: block;
}
.wrapper{
    background: #f7f7f7;
    color: black;
    border-radius: 18px;
    margin-bottom: 12px;
    transition: max-height ease-in-out 0.6s,opacity ease-in-out 0.3s;
}
.triangle{
    position: absolute;
    top: 60%;
    right: 18px;
    width: 24px;
    height: 30px;
    display: inline-block;
    padding: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity ease-in-out 0.2s;
}
.triangle-hover {
    opacity: 0
}

.triangle:hover {
    opacity: 0
}

.triangle-hover:hover  {
    opacity: 1
}


.ring {
    background-color: #eee;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 100px   
}

.liness {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.3s;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}
.liness{
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.liness::before {
    content: " ";
    width: 25px;
    height: 30px;
    position: absolute;
    left: 0;
    background-image: url(/dream.html/img/faq-circle.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.header{
    padding: 30px 25px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    border-radius: 18px;
    display: flex;
}
.text-content{
    padding: 19px 19px;
}
.wrapper :checked + .header {
    content: '+';
   
}
.wrapper :checked +  .header::after{
    content: '-';
    color: #f7f7f7;
}
.wrapper :checked ~ .text-content {
    display: block;
    
}
 

/*section O-1 visa end*/



.bloc input,
.text-p{
    display: none;
}
.bloc:nth-child(2) .text-p {
    display: block;
}
.bloc{
    background: #f7f7f7;
    color: black;
    margin-bottom: 12px;
    transition: max-height ease-in-out 0.6s,opacity ease-in-out 0.3s;
}
.sign{
    position: absolute;
    top: 60%;
    right: 18px;
    width: 24px;
    height: 30px;
    display: inline-block;
    padding: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity ease-in-out 0.2s;
}
.sign-hover {
    opacity: 0
}

.sign:hover {
    opacity: 0
}

.sign-hover:hover  {
    opacity: 1
}


.round {
    background-color: transparent;
    position: absolute;
    top: -13px;
    left: -16px;
    width: 40px;
    height: 40px;
    border-radius: 100px   
}
.round:hover{
    background-color: #eee;
    position: absolute;
    top: -13px;
    left: -16px;
    width: 40px;
    height: 40px;
    border-radius: 100px   
}
.line{
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;

    transition: all ease-in-out 0.3s;
    transform: rotate(-180deg);
    
}


.line::before {
    content: "";
    width: 25px;
    height: 30px;
    position: absolute;
    left: 0; 
    
}

.opened{
    padding: 30px 25px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    border-radius: 18px;
    display: flex;
}
.text-p{
    padding: 19px 19px;
   
}
.bloc :checked + .opened {
    content: '+';
   
}
.bloc :checked +  .opened::after{
    content: '-';
    color: #f7f7f7;
}
.bloc :checked ~ .text-p{
    display: block;
    
}
/*section EB-1A visa end*/



.tab-document input,
.text-document{
    display: none;
}
.tab-document:nth-child(2) .text-document {
    display: block;
}
.tab-document{
    background: #f7f7f7;
    color: black;
    margin-bottom: 12px;
    transition: max-height ease-in-out 0.6s,opacity ease-in-out 0.3s;
}
.mark{
    background-color: #f7f7f7;
    position: absolute;
    top: 60%;
    right: 18px;
    width: 24px;
    height: 30px;
    display: inline-block;
    padding: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity ease-in-out 0.2s;
}
.mark-hover {
    opacity: 0
}

.mark:hover {
    opacity: 0
}

.mark:hover  {
    opacity: 1
}

.gyre {
    background-color: transparent;
    position: absolute;
    top: -13px;
    left: -16px;
    width: 40px;
    height: 40px;
    border-radius: 100px   
}
.gyre:hover{
    background-color: #eee;
    position: absolute;
    top: -13px;
    left: -16px;
    width: 40px;
    height: 40px;
    border-radius: 100px   
}
.set{
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;

    transition: all ease-in-out 0.3s;
    transform: rotate(-180deg);
    
}


.set::before {
    content: "";
    width: 25px;
    height: 30px;
    position: absolute;
    left: 0; 
    
}

.heading{
    padding: 30px 25px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    border-radius: 18px;
    display: flex;
}
.text-document{
    padding: 19px 19px;
   
}
.tab-document :checked + .heading {
    content: '+';
   
}
.tab-document :checked +  .heading::after{
    content: '-';
    color: #f7f7f7;
}
.tab-document :checked ~ .text-document{
    display: block;
    
}
/*section documents end*/

.form-control{
    color: #204426;
    background-color: #e3fae8;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: none;
    border-color: #e3fae8;
}
.form-control:hover{
    border-color: #e3fae8;
    box-shadow: none;
    color: #204426;
    background-color: #e3fae8;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.feedback-button{
    border:solid rgb(0 181 69) ;
    transition: all .7s;
    cursor: pointer;
    text-align: center;
    background: none;
    color: #ffffff;
    background-color: #00b545;
    border-radius: 30px;
    
}
.feedback-button:hover  {
    border:solid rgb(0 181 69) ;
    color: #ffffff;
    background-color: #00b545;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
.text-quest{
    font-size: 52px;
    font-weight: 300;
}
.text-feedback{
    
    font-size: 17px;
}
/*section-feedback end*/

.backround-foot{
    background: linear-gradient(222deg, rgba(1, 55, 0) 0%, rgba(15, 117, 33, 74%) 52.6%, rgba(0, 47, 2) 100%);
}
.newsletter{
    color: white;
}
.form-label{
    color: rgb(207, 207, 207);
    background-color: rgb(9, 48, 16);
    border-radius: 12px;
    border-color: rgb(0 0 0 / 0%) ;
    outline: none;
}
.form-label:hover{
    color: rgb(207, 207, 207);
    background-color: rgb(9, 48, 16);
    border-color:  rgb(0 0 0 / 0%);
}
.nav-item{
    color: white;
}
.nav-underline-footer{
    color: white;
}
.footer-link{
    color: white;
}
.footer-link:hover{
    color: white;
}
.btn-footer{
    border-radius: 12px;
    background: white;
    color: black; 
    transition: all .7s;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    line-height: 37px;
}
.btn-footer:hover{
    color: black;
    border-color: white;
    background-color:white;
}
.text-footer{
    color: white;
    font-size: 14px;
    line-height: 22px;
}
.text-advice{
    font-size: 12px;
    color: #6b6b6b;
    line-height: 22px;
}
.faq-text{
    color: white;
}
.title-text{
    color: white;
    text-align: end;
}
.applications{
    list-style: none;
}
.advice-faq{
    color:#75b973f5 ;
    font-size: 14px;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 400;
}
.indicator{
    width: 1%;
    height: 4px;
    background: #199c68;
    position: fixed;
    top: 0;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    z-index: 9999;
}
@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        background: #00b545;
        border-radius: 0;
    }

    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background: 7A8DA2;
    }
}
