
.policy_container {

}
.policy_container .element_wrapper {
    width: 90%;
    align-items: center;
    justify-content: center;
    margin: 20px auto 35px auto;
}
.policy_container .element_wrapper label {
    display: block;
    width: 100%;
    height: 52px;
    margin: 15px auto 20px auto;
    padding: 10px 15px;
    border-radius: 25px;
    background-color: #FF7840;
}
.policy_container .element_wrapper p {
    padding: 0 3%;
}
.terms_container .Tab_btns{
    width: 100%;
    align-self: center;
    height: 45px;
    /*background-color: #707070;*/
}
.terms_container .Tab_btns button{
    border-radius: 5px 5px 0 0;
    border: none;
    z-index: 2;
    padding: 10px;
    /*background-color: #707070;*/
}
/*****************************new tabs********************/
.tab {
    padding: 30px 5%;
    /*margin: 35px auto;*/
    position: relative;
    overflow: hidden;
    background: #fff;
    width: 85%;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    font-weight: 300;
    color: #888;
    -webkit-font-smoothing: antialiased;
}

.tabs {
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.tabs a {
    background-color: #eff0f2;
    border-bottom: 1px solid #fff;
    color: #3D2BA5;
    font-weight: 500;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 15px 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tab_content {
    min-height: 400px;
    height: auto!important;
    border: 1px solid #afafaf;
    height: auto;
    padding: 2% 3%;
}
.tabs_item {
    display: none;
    min-height: 400px;
    height: auto;
    padding: 30px 0;
    flex-direction: column;
    align-items: center;
}
.tab_content .tabs_item ol li {
   text-align: justify;
    line-height: 30px;
    overflow: hidden;
    padding: 0;
    position: relative;
    padding-bottom: 8px;
}
.tabs_item img{
    margin: 20px auto;
}
.tabs_item:first-child {display: block;}


.current a {
    color: #fff;
    background: #FF7840;
}



/******************************************* responsive 1440px ***************************************/
@media only screen and (max-width: 1440px)
{

}

/******************************************* responsive 1210px ***************************************/
@media only screen and (max-width: 1210px)
{

}

/******************************************* responsive 992px ***************************************/
@media only screen and (max-width: 992px)
{

}

/******************************************* responsive 768px ***************************************/
@media only screen and (max-width: 768px)
{

}

/******************************************* responsive 576px ***************************************/
@media only screen and (max-width: 576px)
{

}

/******************************************* responsive 400px ***************************************/
@media only screen and (max-width: 400px)
{

}
