#home_header {
    width: 100%;
    height: 1000px;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    position: relative;
    overflow: hidden;
}
#home_header .header_container {
    height: 960px;
    position: absolute;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
    right: -10%;
    background-image: linear-gradient(60deg, #392899, #4531BA);
}
.lang_select {
    width: 100% !important;
}

.home_container {
    width: 100%;
    height: auto;
    overflow: hidden;
    /*display: grid;*/
    /*grid-template-columns: auto;*/
    /*grid-template-rows: repeat(16, auto);*/
    position: relative;
}
.home_container section {
    margin: 4% auto 5%;
}

.home_container .items_wrapper {
    align-items: center;
    margin: 4% 0;
    padding: 0 11%;
}
.home_container .items_wrapper:nth-child(even) {
    flex-direction: row-reverse;
}
.home_container .items_wrapper .items_box {
    align-items: flex-start;
    width: 50%;
}
.home_container .items_wrapper .items_box label {
    margin-left: 0;
}
.home_container .items_wrapper .items_box img {
    width: 100%;
}
.home_container .packages .tab_wrapper {
    width: 100%;
    justify-content: space-between!important;
    position: relative;
}
.home_container .arrow svg.arrow_icon{
    background-image: url("/assets_main_pages/icons/arrow.svg");
    background-repeat: no-repeat;
    background-size: auto;
    transform: rotate(90deg);
    width: 22px;
    height: 22px;
}
.home_container .go_blog .arrow svg.arrow_icon {
    background-image: url("/assets_main_pages/icons/arrow_b.svg");
}
.home_container .packages .all_pack_wrap {
    align-items: center;
}
.home_container .packages .all_pack_wrap a:hover {
    color: #FF7840;
}
.home_container .go_blog {
    align-items: center;
}
.home_container .packages .all_pack_wrap:hover {
    cursor: pointer;
    filter: invert(14%) sepia(72%) saturate(4993%) hue-rotate(250deg) brightness(77%) contrast(89%);
}
#latest_contents .go_blog a:hover {
    color: black;
}
#latest_contents .go_blog:hover {
    color: black;
}
#latest_contents .go_blog:hover {
    cursor: pointer;
    filter: invert(49%) sepia(73%) saturate(513%) hue-rotate(329deg) brightness(104%) contrast(106%);
}
.title_wrapper1 {
    position: absolute;
    bottom: -2%;
    z-index: -111;
    width: 100%;
    height: 4px;
    background-color: #DCDCDC;
}
.home_container .tab {
    background-color: rgba(255, 255, 255, 0);
}
.home_container .tabs a {
    background-color: rgba(255, 255, 255, 0);
}
.home_container .packages {
    width: 85%;
    padding: 0 6%;
}
.home_container .packages .tab_wrapper .tabs {
    flex-direction: row;
    justify-content: flex-start!important;
}
.home_container .packages label {
    min-width: 70px;
    margin: 0 auto;
    text-align: left!important;
}
.all_pack_wrap .arrow  {
    margin-right: 3px!important;
}
.home_container .packages label span {
    padding-right: 5px;
}
.home_container .packages .slider_item label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 65px;
    text-align: center!important;
}
.tabs {
    display: flex;

    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.tabs a {
    background-color: #ffffff;
    border-bottom: 1px solid #fff;
    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;
}
.home_container .Tab_btns{
    align-self: center;
    height: 45px;
    /*background-color: #707070;*/
}
.home_container .Tab_btns button{
    border-radius: 5px 5px 0 0;
    border: none;
    z-index: 2;
    padding: 10px;
    /*background-color: #707070;*/
}
.home_container .tab_content{
    align-self: center;
    padding: 15px 0;
}
.home_container  .faq_part {
    margin-top: 10%!important;
}
#ordering_steps {
    width: 100%;
    padding: 0 6%;
    position: relative;
}
#ordering_steps label {
    text-align: right!important;
    margin: 0 0 30px 0;
}
#ordering_steps img.Grid_3 {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 45%;
    right: 4%;
}
/*#ordering_steps .order_img_res {*/
/*    display: none;*/
/*}*/
#ordering_steps .order_step {
    display: grid;
    grid-template-rows: repeat(4, auto);
    grid-template-columns: auto auto;
    width: 80%;
    min-height: 444px;
    height: auto;
    position: relative;
    text-align: center;
    margin: 30px auto;
}
#ordering_steps .order_step_back {
    width: 100%;
    min-height: 400px;
    height: auto;
    position: absolute;
    z-index: -22;
}
#ordering_steps .order_step_back img:nth-of-type(2) {
    display: none;
}
#ordering_steps .steps div {
    width: 100px;
    height: 100px;
    background-color: #FFFFFF;
    border-radius: 50%;
    box-shadow: 2px 2px 15px rgba(200,200,200,1);
    align-items: center;
    justify-content: center;
}
#ordering_steps .steps div img {
    width: 70px;
    height: 70px;
}
#ordering_steps #order_step_01 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    transform: translate(-6%,0);
}
#ordering_steps #order_step_02 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    transform: translate(36%, -36%);
}

#ordering_steps #order_step_03 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    transform: translate(-30%, 3%);
}
#ordering_steps #order_step_04 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
    transform: translate(24%, -36%);
}
#ordering_steps .steps label {
    margin: 0 15px;
}
#ordering_steps .order_title2 {
    display: block;
}
#ordering_steps .order_title1 {
    display: block;
}
#ordering_steps .order_step a {
    cursor: pointer;
}
.services_parts {
    position: relative;
    width: 100%;
}
.service_discount span {
    padding: 0 3px;
}

/*.service_discount .svg_element {*/
/*    border-bottom: 3px solid #FF7840;*/
/*}*/

.service_discount label.discount_res {
    display: none!important;
}
/********************************social slier***************************/

#social_slider .social_carousel .slider_item_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    border-radius: 8px;
}
#social_slider {
    margin-bottom: 85px;
}
.social_carousel {
    height: 180px!important;
}
.social_carousel .slider_item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 90px!important;
    padding: 30px;
    margin: 0 10px;
    background: #ffffff;
    box-shadow: 2px 2px 12px #afafaf;
    border-radius: 20px;
}
.social_carousel .slider_item img {
    width: 55px;
    height: 55px;
}
.packages_Swiper {
    height: 605px!important;
    margin: 10px auto 35px;
}
.packages_Swiper .slider_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 500px;
    height: auto;
    width: 280px!important;
    padding: 10px 10px 20px;
    padding-bottom: 32px;
    margin: 0 7px;
    background: #ffffff;
    box-shadow: 2px 2px 10px #c1c1c1;
    border-radius: 25px;
}
.packages_Swiper .slider_item .img_wrapper {
    width: 100%;
}
.packages_Swiper .slider_item .img_wrapper img {
    margin: 0 auto;
}
.packages_Swiper .slider_item button {
    width: 70%;
    height: 50px;
    padding: 5px 10px;
    border-radius: 30px;
    border: none;
    position: absolute;
    bottom: -25px;
    right: 15%;
    background-color: #FF7840;
    color: #FFFFFF;
}
.packages_Swiper span {
    padding: 0 5px!important;
}
.packages_Swiper .swiper-slide ul {
    text-align: left;
}
/********************************latest_content slier***************************/
#latest_contents {
    width: 100%;
    padding: 0 6%;
}

#latest_contents label {
    margin: 0;
}
#latest_contents .content_wrapper div.blog_wrapper {
    width: 100%;
}
#latest_contents .blog_Swiper {
    height: 470px;

}
#latest_contents .slider_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 390px;
    height: auto;
    width: 300px!important;
    padding: 20px;
    margin: 0 10px;
    background: #ffffff;
    box-shadow: 3px 3px 15px #afafaf;
    border-radius: 25px;
}
#latest_contents .slider_item button {
    width: 150px;
    height: 55px;
    padding: 5px 10px;
    border-radius: 30px;
    border: none;
}
#latest_contents .half_line {
    margin: -5px;
}
/******************************************* responsive 2100px ***************************************/
@media only screen and (max-width: 2100px) {
    #ordering_steps #order_step_01 {
        transform: translate(-3%,0);
    }
    #ordering_steps #order_step_02 {
        transform: translate(34%, -36%);
    }

    #ordering_steps #order_step_03 {
        transform: translate(-24%, 3%);
    }
    #ordering_steps #order_step_04 {
        transform: translate(10%, -36%);
    }
}
/******************************************* responsive 1750px ***************************************/
@media only screen and (max-width: 1720px) {
    #ordering_steps .order_step {
        width: 100%;
    }
    #ordering_steps #order_step_02 {
        transform: translate(28%, -32%);
    }

    #ordering_steps #order_step_03 {
        transform: translate(-22%, -10%);
    }
}
}
/******************************************* responsive 1700px ***************************************/
@media only screen and (max-width: 1700px) {
    #home_header {
        height: 950px;
    }
    #ordering_steps .order_step {
        width: 100%;
    }
    #ordering_steps #order_step_02 {
        transform: translate(25%, -32%);
    }

    #ordering_steps #order_step_03 {
        transform: translate(-20%, 0);
    }
}
/******************************************* responsive 1500px ***************************************/
@media only screen and (max-width: 1500px) {
    #home_header {
        height: 660px;
    }
    .home_container .packages .slider_item label {
        min-height: 55px;
    }
    #latest_contents .slider_item button {
        width: 140px;
        height: 48px;
    }
    .packages_Swiper {
        /*height: 530px !important;*/
    }
}
/******************************************* responsive 1440px ***************************************/
@media only screen and (max-width: 1440px) {
    .packages_Swiper {
        /*height: 560px !important;*/
    }

    #ordering_steps .order_step {
        width: 100%;
    }
    .home_container .packages {
        width: 90%;
    }

    .home_container .packages label {
        margin: 0 auto;
    }

    .home_container .packages .slider_item label {
        min-height: 50px;
    }
.social_carousel .slider_item {
    width: 85px!important;
    height: 85px;
}
.social_carousel .slider_item img {
    width: 50px;
    height: 50px;
}
.home_container .packages .arrow svg.arrow_icon {

}
}

/******************************************* responsive 1210px ***************************************/
@media only screen and (max-width: 1210px)
{
    .home_container .packages {
        width: 100%;
    }
    #ordering_steps #order_step_01 {
        transform: translate(13%,-8%);
    }
    #ordering_steps #order_step_02 {
        transform: translate(22%, -32%);
    }
    #ordering_steps #order_step_03 {
        transform: translate(-12%, 3%);
    }
    #ordering_steps #order_step_04 {
        transform: translate(1%, -22%);
    }
    #ordering_steps img.Grid_3 {
        right: 2%;
    }
    .social_carousel .slider_item {
        width: 80px!important;
        height: 80px;
    }
    .social_carousel .slider_item img {
        width: 46px;
        height: 46px;
    }
    .home_container .packages .slider_item label {
        min-height: 40px;
    }
    .home_container .arrow svg.arrow_icon {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
}
/******************************************* responsive 1024px ***************************************/
@media only screen and (max-width: 1024px) {
    .home_container .items_wrapper {
        padding: 0 6%;
    }
    .packages_Swiper {
        height: 565px !important;
    }
}

/******************************************* responsive 992px ***************************************/
@media only screen and (max-width: 992px)
{
    #ordering_steps #order_step_01 {
        transform: translate(28%, -8%);
    }
    #ordering_steps #order_step_02 {
        transform: translate(10%, -32%);
    }
    #ordering_steps #order_step_03 {
        transform: translate(6%, 38%);
    }
    #ordering_steps #order_step_04 {
        transform: translate(-8%, 0%);
    }
    #ordering_steps .order_step_back img:nth-of-type(1) {
        width: 550px;
        height: 400px;
    }
    #ordering_steps .steps div {
        width: 90px;
        height: 90px;
    }
    #ordering_steps .steps div img {
        width: 60px;
        height: 60px;
    }
    .service_discount label:nth-of-type(1) {
        display: none!important;
    }
    .service_discount label.discount_res {
        display: block!important;
    }
    .home_container .arrow svg.arrow_icon {
        width: 18px;
        height: 18px;
        background-size: 18px;
    }
    .home_container .packages label {
        /*min-width: 60px;*/
    }
}

/******************************************* responsive 768px ***************************************/
@media only screen and (max-width: 768px)
{
    #home_header {
        height: 866px;
    }
    .home_container .items_wrapper:nth-child(even) {
        flex-direction: column;
    }
    .home_container .items_wrapper:nth-child(odd) {
        flex-direction: column;
    }
    .home_container .items_wrapper .items_box {
        width: 100%;
        align-items: center;
    }
    .home_container .items_wrapper .items_box label {
        margin-left: auto;
    }
    a.control_prev {
        left: -4px;
    }
    a.control_next {
        right: -4px;
        border-radius: 2px 0 0 2px;
    }
    .home_container .tabs a {
        padding: 15px 12px;
    }
    .home_container .packages label {
        /*min-width: 100px;*/
    }
    .all_pack_wrap .arrow {
        margin-left: 2px!important;
    }
    .home_container .arrow svg.arrow_icon {
        width: 16px;
        height: 16px;
        background-size: 16px;
    }
    #ordering_steps img.Grid_3 {
        width: 75px;
        height: 75px;
        top: 60%;
        left: 3%;
    }
    #ordering_steps .order_step_back img:nth-of-type(1) {
        width: 450px;
        height: 400px;
    }
    #ordering_steps #order_step_01 {
       flex-direction: column-reverse;
        transform: translate(-15%, -15%);
    }
    #ordering_steps #order_step_02 {
        transform: translate(0%, -36%);
    }
    #ordering_steps #order_step_04 {
        flex-direction: column-reverse;
        transform: translate(0, 15%);
    }
    #ordering_steps #order_step_01 label {
        margin-bottom: 10px;
    }
    #ordering_steps #order_step_04 label {
        margin-top: 10px;
    }
    .home_container .items_wrapper {
        margin: 3% 0;
    }
    .arrow_wrapper {
        display: none!important;
    }
    #latest_contents .slider_item button {
        width: 136px;
        height: 42px;
    }
    #latest_contents .half_line {
        margin: -3px;
    }

}
/******************************************* responsive 720px ***************************************/
@media only screen and (max-width: 720px) {
    #home_header {
        height: 820px;
    }
}
/******************************************* responsive 668px ***************************************/
@media only screen and (max-width: 660px) {
    #home_header {
        height: 780px;
    }
    .home_container .packages label {
        /*min-width: 55px;*/
    }
}
/******************************************* responsive 576px ***************************************/
@media only screen and (max-width: 576px)
{
    #home_header {
        height: 865px;
    }
    #ordering_steps {
        align-items: flex-start!important;
    }

    #ordering_steps .order_step_back img:nth-of-type(1) {
        display: none;
    }
    #ordering_steps .order_step_back img:nth-of-type(2) {
        display: block;
        height: 440px;
    }
    #ordering_steps .order_step_back {
        padding: 25px 5px;
    }
    #ordering_steps .order_step {
        grid-template-rows: repeat(4, auto);
        grid-template-columns: auto;
        justify-content: flex-start;
    }
    #ordering_steps #order_step_01 {
        grid-column-start: 1;
        grid-column-end: 2;
        flex-direction: row;
        transform: translate(0,0);
    }
    #ordering_steps #order_step_02 {
        grid-column-start: 1;
        grid-column-end: 2;
        transform: translate(20%, 7%);
    }
    #ordering_steps #order_step_03 {
        grid-column-start: 1;
        grid-column-end: 2;
        transform: translate(-20%,5%);
        flex-direction: row-reverse;
    }
    #ordering_steps #order_step_04 {
        grid-column-start: 1;
        grid-column-end: 2;
        flex-direction: row-reverse;
        transform: translate(23%,13%);
    }
    #ordering_steps .order_step {
        height: 510px;
    }
    #ordering_steps img.Grid_3 {
        width: 60px;
        height: 60px;
        left: 2%;
        top: 21%;
    }

    .home_container .packages .slider_item label {
        min-height: 35px;
    }
}
/******************************************* responsive 500px ***************************************/
@media only screen and (max-width: 500px)
{
    .home_container .tabs a {
        padding: 15px 8px;
    }
}
/******************************************* responsive 450px ***************************************/
@media only screen and (max-width: 450px)
{
    #home_header {
        height: 820px;
    }
    .home_container .packages label {
        /*min-width: 84px;*/
    }
    .home_container .arrow svg.arrow_icon {
        width: 14px;
        height: 14px;
        background-size: 14px;
    }
}
/******************************************* responsive 400px ***************************************/
@media only screen and (max-width: 400px)
{

    #ordering_steps .order_step_back {
        padding: 25px 10px;
    }
    .home_container .packages label {
        /*min-width: 45px;*/
    }
}
/******************************************* responsive 380px ***************************************/
@media only screen and (max-width: 380px)
{
    .home_container .packages label {
        /*min-width: 60px;*/
    }
}
