.carousel {
    height: 550px;
    margin-bottom: 60px;
}

.carousel-indicators [data-bs-target] {
    text-indent: 0px;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    background-color: white;
    color: rgb(25, 168, 255);
    margin: 1% 2% !important;
    position: relative;
    width: 6.2rem;
    height: 6rem;
    /* border: 1px solid rgba(12, 28, 251, 0.829); */
    box-shadow: 0 4px 8px hsl(0deg 0% 50% / 20%);
    opacity: 1;
}

.carousel .carousel-item {
    height: 450px;
    /* background-color: #f6f6f6; */
}

.carousel-inner>.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 425px;
    z-index: 1;
    opacity: 1;
}

.carousel-indicators button {
    display: block;
    width: 50px;
    height: 70px;
    margin: 10% 20%;
    text-indent: 0px;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    position: relative;
    text-align: center;
}

.carousel-indicators button p {
    z-index: 2;
    font-size: 1rem;
    font-weight: 700;
    color: rgb(25, 168, 255);
}

.carousel-indicators {
    right: 7% !important;
    width: 10%;
    left: 0;
    margin-right: 0 !important;
    margin-left: 0;
    padding-left: 0;
    bottom: 1%;
}

.carousel-indicators .active {
    text-indent: 0px;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    background-color: rgb(25, 168, 255);
    color: white;
    margin: 1% 2% !important;
    position: relative;
    width: 6.2rem;
    height: 6rem;
    /* border: 1px solid rgba(12, 28, 251, 0.829); */
    box-shadow: 0 4px 8px hsl(0deg 0% 50% / 20%);
    opacity: 1;
}

.carousel-indicators .active p,
.carousel-indicators .active i {
    color: white;
}


/* .carousel-indicators .active:hover {
transform: rotate(30deg);
} */

/*.carousel-indicators .active:before,*/
/*.carousel-indicators .active:after {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    width: inherit;*/
/*    height: inherit;*/
/*    background-image: inherit;*/
/*    border-radius: inherit;*/
/*}*/


/*
 .carousel-indicators .active:before {
     transform: rotate(60deg);
     z-index: -3;
 }

 .carousel-indicators .active:after {
     transform: rotate(-60deg);
     z-index: -2;
 }
  */

.carousel-indicators button i {
    font-size: 2.3rem;
    color: rgb(25, 168, 255);
    z-index: 1;
    position: sticky;
    top: 0;
    text-align: center;
    right: 0;
    display: unset;
    margin: 0;
}

.carousel-indicators button img {
    width: 80%;
    height: auto;
}


/* SLIDES
--------------------------------*/

.carousel-item {
    position: relative;
}

.carousel-inner::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85px;
    background: url(img/Path\ 206.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
}

.carousel-inner {
    height: 46.5rem !important;
    background: #f6f6f6;
}


/* @media(max-width:1200px) {
     .carousel-inner {
         height: 56rem !important;
         background: #f6f6f6;
     }
 }
  */

.title {
    text-align: center;
    color: #fff;
    position: absolute;
    margin-top: 10rem;
    z-index: 1;
    font-size: 3.6rem;
    width: 100%;
}

.search {
    background-color: #FF6B59;
    height: 4rem;
    border-radius: 0px;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
    border: none;
    width: 100%;
    border-radius: 0 0 10px 10px;
    position: relative;
}

.search span {
    position: absolute;
    top: 0.85rem;
    font-size: 1.6rem;
    font-family: 'yekan';
    margin: 0rem .5rem;
}

.form_detail {
    top: 135%;
    position: absolute;
}

/*.form-control {*/
/*    height: 6rem;*/
/*    border: none;*/
/*    border-radius: 0px;*/
/*}*/

.customize_input input,
select {
    height: 100%;
    border-radius: 10px;
    font-size: 1.5rem;
    padding: 10px 10px;
    background-color: transparent;
}

/*input,*/
/*button,*/
/*select {*/
/*    outline: none;*/
/*    border: none;*/
/*}*/

/*button:focus,*/
/*input:focus,*/
/*select:focus {*/
/*    outline: none !important;*/
/*    border: none !important;*/
/*}*/

::placeholder {
    font-size: 14px;
}

option:hover {
    background-color: #0f89e7;
}

.swap {
    border-radius: 5px;
    margin-top: 1.5%;
    background-color: #f6f6f6;
    padding: 0px !important;
}

.first_row {
    border-radius: 10px 10px 0 0 !important;
}

svg:not(:root) {
    fill: #de5a26;
    overflow: hidden;
    width: 15px;
    margin: 0px;
}

input[type='radio'] {
    visibility: hidden;
}

input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #1295d4;
    content: '';
    display: inline-block;
    visibility: visible;
}

.text_label {
    color: #fff;
    font-size: 1.5rem;
    margin: 6% 2% 0px 0px;
}

/*button[disabled],*/
/*html input[disabled] {*/
/*    cursor: default;*/
/*    color: rgba(0, 0, 0, 0.3);*/
/*    background-color: rgb(247, 247, 247);*/
/*    border-radius: 0px;*/
/*}*/


/* CONTENT
------------------------*/

.service_steps {
    margin: 2% 3%;
    height: 415px;
}

.service_title {
    font-size: 2.5rem;
    margin: 2% 0px;
    color: #FF6B59;
}

.step {
    background-color: #FAFAFA;
    height: 190px;
    border-radius: 30px;
    width: calc(100% / 5);
    display: inline-block;
    margin: 4% 1%;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.16);
    text-align: center;
    padding: 2%;
}

.steps>div {
    display: flex;
    flex-wrap: wrap;
}

.step img {
    width: 30%;
}

.step_title {
    color: #FF6B59;
    font-size: 1.8rem;
    margin: 8% 0px;
    font-weight: bold;
}

.step_detail {
    font-size: 1.5rem;
}

.service_enjoy div {
    float: left;
}

.service_enjoy {
    margin: 0% 3%;
    height: 25rem;
}

.service_content {
    line-height: 2;
    font-size: 1.6rem;
    width: 84%;
}

.about_bilitland {
    margin: 6% 3%;
    min-height: 30rem;
    padding: 3%;
}


/* MAGAZINE
--------------------*/


/* RESPONSIVE CSS
------------------------------------------------------------------------------------------- */

@media (max-width: 600px) {
    .step {
        background-color: #FAFAFA;
        height: 190px;
        border-radius: 30px;
        width: calc(100% /2);
        display: inline-block;
        margin: 4% 25%;
        box-shadow: 1px 3px 6px rgb(0 0 0 / 16%);
        text-align: center;
        padding: 2%;
    }
    .step_title,
    .step_detail {
        font-size: 1.4rem;
    }
}

@media (max-width: 700px)and (min-width: 501px) {
    .about_bilitland,
    .service_enjoy {
        margin: 0rem auto !important;
        height: 35rem !important;
        padding: 0 3% !important;
    }
}

@media (min-width:1200px) {
    .carousel-inner>.carousel-item>img {
        display: inline;
    }
    .carousel-indicators button {
        text-indent: 0px;
        cursor: pointer;
        border: none;
        border-radius: 10px;
        text-align: center;
        display: inline-block;
        background-color: white;
        margin: 1% 2% !important;
        position: relative;
        width: 6.2rem;
        height: 6rem;
        /* border: 1px solid rgba(12, 28, 251, 0.829); */
        box-shadow: 0 4px 8px hsl(0deg 0% 50% / 20%);
        opacity: 1;
    }
    .carousel-indicators li p {
        z-index: 19;
        font-size: 1rem;
        font-weight: 700;
        color: rgb(25, 168, 255);
        margin: 1rem auto 0;
    }
    .carousel-indicators .active {
        text-indent: 0px;
        cursor: pointer;
        border: none;
        border-radius: 10px;
        text-align: center;
        display: inline-block;
        background-color: rgb(25, 168, 255);
        color: white;
        margin: 1% 2% !important;
        position: relative;
        width: 6.2rem;
        height: 6rem;
        /* border: 1px solid rgba(12, 28, 251, 0.829); */
        box-shadow: 0 4px 8px hsl(0deg 0% 50% / 20%);
        opacity: 1;
    }
    .carousel-indicators button img {
        display: inline;
    }
    .title {
        font-size: 2rem;
        margin-top: 5rem;
    }
    .search {
        border-radius: 0;
        padding-left: 20%;
    }
    .form_detail {
        top: 110%;
        /*right: 5%;*/
        /*width: 90%;*/
        /*background-color: rgb(255, 164, 164);*/
    }
    .swap img {
        width: 50%;
    }
    .swap {
        padding: 0% !important;
    }
    .first_row {
        border-radius: 0 !important;
    }
    .service_title {
        text-align: center;
    }
    .step_title {
        font-size: 1.4rem;
    }
    .step_detail {
        font-size: 1.4rem;
    }
    .mag_more {
        margin: 4rem 1rem;
    }
    /* .accordion {
        min-height: 58rem;
        margin: 0 auto 8rem;
    } */
    .accordion a::after {
        font-size: 2.4rem;
    }
    footer .column a,
    address,
    footer h3,
    footer span {
        margin: 0;
    }
    footer span,
    footer h3 {
        font-size: 1.6rem;
    }
    .navbar-header {
        float: none;
        z-index: 1 !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>button {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-inverse .navbar-nav>button {
        width: 100%;
    }
    #login_icon {
        display: none;
    }
    /*#login {*/
    /*    border: none;*/
    /*    border-right: none;*/
    /*    border-radius: 50px;*/
    /*    padding: 0;*/
    /*    margin: 12px;*/
    /*}*/
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .carousel-inner::before {
        display: none;
    }
    .carousel-indicators button img {
        position: absolute !important;
        width: 30% !important;
    }
    .carousel-indicators {
        width: 90% !important;
        top: 65%;
        bottom: unset;
        display: flex;
        justify-content: center;
        align-items: baseline;
        position: absolute;
    }
    .carousel-indicators .active {
        /* width: 32px;
height: 51px;
border-radius: 5px; */
        text-indent: 0;
        cursor: pointer;
        border: none;
        border-radius: 10px;
        text-align: center;
        display: inline-block;
        background-color: #de5a26;
        color: white;
        margin: 1% 2% !important;
        position: relative;
        width: 6.2rem;
        height: 6rem;
        /* border: 1px solid rgba(12, 28, 251, 0.829); */
        box-shadow: 0 4px 8px hsl(0deg 0% 50% / 20%);
        opacity: 1;
    }
    .carousel-indicators button p .active {
        z-index: 19;
        font-size: 1rem;
        font-weight: 700;
        color: white;
        margin: 1rem auto 0;
    }
    .customize_input input {
        background-color: transparent;
    }
    .service_steps img {
        width: 100%;
        display: block;
    }
    .service_enjoy img,
    .about_bilitland img {
        display: none;
    }
    .service_steps {
        height: auto !important;
        margin: 10% 0px !important;
    }
    .service_content {
        margin: auto;
        width: 96%;
        font-size: 1.4rem;
    }
    .text_label {
        color: #222121;
    }
}

@media (max-width:1200px) {
    .carousel-inner>.carousel-item>img {
      display: none;
    }
    .carousel-indicators button {
        text-indent: 0px;
        cursor: pointer;
        border: none;
        border-radius: 10px;
        text-align: center;
        display: inline-block;
        background-color: white;
        margin: 1% 2% !important;
        position: relative;
        width: 6.2rem;
        height: 6rem;
        /* border: 1px solid rgba(12, 28, 251, 0.829); */
        box-shadow: 0 4px 8px hsl(0deg 0% 50% / 20%);
        opacity: 1;
    }
    .carousel-indicators button p {
        z-index: 19;
        font-size: 1rem;
        font-weight: 700;
        color: rgb(25, 168, 255);
        margin: 0;
    }
    .carousel-indicators .active {
        text-indent: 0px;
        cursor: pointer;
        border: none;
        border-radius: 10px;
        text-align: center;
        display: inline-block;
        background-color: rgb(25, 168, 255);
        color: white;
        margin: 1% 2% !important;
        position: relative;
        width: 6.2rem;
        height: 6rem;
        /* border: 1px solid rgba(12, 28, 251, 0.829); */
        box-shadow: 0 4px 8px hsl(0deg 0% 50% / 20%);
        opacity: 1;
        /* padding-top: 0%;
display: flex;
justify-content: center;
align-items: center; */
    }
    .carousel-indicators button img {
        display: inline;
    }
    .title {
        font-size: 2rem;
        margin-top: 5rem;
    }
    .search {
        border-radius: 0;
        padding-left: 20%;
    }
    .form_detail {
        top: 65%;
        /*right: 5%;*/
        /*width: 90%;*/
        background-color: #fff;
    }
    .carousel-inner {
        height: 38rem !important;
        background: #f6f6f6;
    }
    .swap img {
        width: 50%;
    }
    .swap {
        padding: 0% !important;
    }
    .first_row {
        border-radius: 0 !important;
    }
    .service_title {
        text-align: center;
    }
    .step_title {
        font-size: 1.4rem;
    }
    .step_detail {
        font-size: 1.4rem;
    }
    .mag_more {
        margin: 4rem 1rem;
    }
    /* .accordion {
        min-height: 58rem;
        margin: 0 auto 8rem;
    } */
    .accordion a::after {
        font-size: 2.4rem;
    }
    footer .column a,
    address,
    footer h3,
    footer span {
        margin: 0;
    }
    footer span,
    footer h3 {
        font-size: 1.6rem;
    }
    .navbar-header {
        float: none;
        z-index: 1 !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>button {
        float: none;
    }
    .navbar-nav>button>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-inverse .navbar-nav>button {
        width: 100%;
    }
    #login_icon {
        display: none;
    }
    /*#login {*/
    /*    border: none;*/
    /*    border-right: none;*/
    /*    border-radius: 50px;*/
    /*    padding: 0;*/
    /*    margin: 12px;*/
    /*}*/
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .carousel-inner::before {
        display: none;
    }
    .carousel-indicators button img {
        position: absolute !important;
        width: 30% !important;
    }
    .carousel-indicators {
        width: 90% !important;
        top: 100px;
        bottom: unset;
        display: flex;
        justify-content: center;
        align-items: baseline;
    }
    .carousel-indicators .active {
        /* width: 32px;
height: 51px;
border-radius: 5px; */
        text-indent: 0px;
        cursor: pointer;
        border: none;
        border-radius: 10px;
        text-align: center;
        display: inline-block;
        background-color: rgb(25, 168, 255);
        color: white;
        margin: 1% 2% !important;
        position: relative;
        width: 6.2rem;
        height: 6rem;
        /* border: 1px solid rgba(12, 28, 251, 0.829); */
        box-shadow: 0 4px 8px hsl(0deg 0% 50% / 20%);
        opacity: 1;
    }
    .customize_input input {
        background-color: transparent;
    }
    .service_steps img {
        width: 100%;
        display: block;
    }
    .service_enjoy img,
    .about_bilitland img {
        display: none;
    }
    .service_steps {
        height: auto !important;
        margin: 10% 0px !important;
    }
    .service_content {
        margin: auto;
        width: 96%;
        font-size: 1.4rem;
    }
    .text_label {
        color: #222121;
    }
}

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }
    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
    .featurette-heading {
        font-size: 50px;
    }
    footer {
        padding: 0;
    }
}

@media (min-width: 991px) {
    .featurette-heading {
        margin-top: 120px;
    }
    .swap img {
        width: 50% !important;
    }
    .first_form .form_detail,
    .second_form .form_detail {
        right: 20%;
        width: 64%;
    }
    .third_form .form_detail {
        right: 15%;
        width: 74%;
    }
    .forth_form .form_detail {
        right: 20%;
        width: 60%;
    }
    .fifth_form .form_detail {
        right: 22%;
        width: 55%;
    }
    #nav_left {
        float: left !important;
    }
}


/* Responsive layout - makes a two column-layout instead of three columns */

@media (max-width: 800px) {
    .column {
        flex: 50%;
    }
}

@media (max-width:992px) {
    .form_detail {
        top: 55%;
        right: 5%;
        width: 90%;
        background-color: #fff;
    }
    .carousel-inner {
        height: 33rem !important;
        background: #f6f6f6;
    }
    .carousel-indicators {
        width: 90% !important;
        top: 100px;
        bottom: unset;
        display: flex;
        justify-content: center;
        align-items: baseline;
    }
    .carousel-inner>.carousel-item>img {
        display: none;
    }
    .carousel-indicators button {
        text-indent: 0px;
        cursor: pointer;
        border: none;
        border-radius: 10px;
        text-align: center;
        display: inline-block;
        background-color: white;
        margin: 1% 2% !important;
        position: relative;
        width: 6.2rem;
        height: 5rem;
        /* border: 1px solid rgba(12, 28, 251, 0.829); */
        box-shadow: 0 4px 8px hsl(0deg 0% 50% / 20%);
        opacity: 1;
        /* background-color: transparent;
width: 3.5rem;
height: 4rem; */
    }
    .carousel-indicators button i {
        font-size: 2.3rem;
        color: rgb(25, 168, 255);
        z-index: 1;
        position: sticky;
        top: 0;
        text-align: center;
        right: 0;
        display: unset;
        margin: 0;
    }
    .carousel-indicators button p {
        z-index: 19;
        font-size: 0.9rem;
        font-weight: 700;
        color: rgb(25, 168, 255);
        margin: 0;
    }
    /* .carousel-indicators li p {
margin: 1%;
} */
    .carousel-indicators .active {
        text-indent: 0px;
        cursor: pointer;
        border: none;
        border-radius: 10px;
        text-align: center;
        display: inline-block;
        background-color: rgb(25, 168, 255);
        color: white;
        margin: 1% 2% !important;
        position: relative;
        width: 6.2rem;
        /* height: 5rem; */
        /* border: 1px solid rgba(12, 28, 251, 0.829); */
        box-shadow: 0 4px 8px hsl(0deg 0% 50% / 20%);
        opacity: 1;
        /* background-color: #FF6B59;
background-image: none;
border-radius: 10px;
width: 4.4rem;
height: 4.4rem; */
    }
}

@media (max-width: 576px) {
    .form_detail {
        top: 50%;
        right: 5%;
        width: 90%;
        background-color: #fff;
    }
    .carousel-inner {
        height: 35rem !important;
        background: #f6f6f6;
    }
    .carousel-indicators {
        width: 90% !important;
        top: 100px;
        bottom: unset;
        display: flex;
        justify-content: center;
        align-items: baseline;
    }
    .carousel-inner>.carousel-item>img {
        display: none;
    }
    .carousel-indicators li {
        text-indent: 0px;
        cursor: pointer;
        border: none;
        border-radius: 10px;
        text-align: center;
        display: inline-block;
        background-color: white;
        margin: 1% 2% !important;
        position: relative;
        width: 6rem;
        height: 3rem;
        /* border: 1px solid rgba(12, 28, 251, 0.829); */
        box-shadow: 0 4px 8px hsl(0deg 0% 50% / 20%);
        opacity: 1;
        /* background-color: transparent;
width: 3.5rem;
height: 4rem; */
    }
    .carousel-indicators button p {
        z-index: 19;
        font-size: 0.7rem;
        font-weight: 700;
        color: rgb(25, 168, 255);
        margin: 0;
    }
    .carousel-indicators li i {
        font-size: 1.5rem;
        color: rgb(25, 168, 255);
        z-index: 1;
        position: sticky;
        top: 0;
        text-align: center;
        right: 0;
        display: unset;
        margin: 0;
    }
    .carousel-indicators button i {
        font-size: 2rem;
        color: rgb(25, 168, 255);
        z-index: 1;
        position: sticky;
        top: 0;
        text-align: center;
        right: 0;
        display: unset;
        margin: 0;
    }
    .carousel-indicators li p {
        z-index: 19;
        font-size: .65rem;
        font-weight: 700;
        color: rgb(25, 168, 255);
        margin: 1rem auto 0;
    }
    /* .carousel-indicators li p {
margin: 1%;
} */
    .carousel-indicators .active {
        text-indent: 0px;
        cursor: pointer;
        border: none;
        border-radius: 10px;
        text-align: center;
        display: inline-block;
        background-color:rgb(25, 168, 255);
        color: white;
        margin: 1% 2% !important;
        position: relative;
        width: 6.2rem;
        /* height: 3.8rem; */
        /* border: 1px solid rgba(12, 28, 251, 0.829); */
        box-shadow: 0 4px 8px hsl(0deg 0% 50% / 20%);
        opacity: 1;
        /* background-color: #FF6B59;
background-image: none;
border-radius: 10px;
width: 4.4rem;
height: 4.4rem; */
    }
}

@media (max-width: 500px) {
    .form_detail {
        right: 0%;
        width: 100%;
    }
    .accordion a::after {
        right: 93%;
        font-size: 2rem;
    }
    .about_bilitland,
    .service_enjoy {
        margin: 6rem auto !important;
        padding: 3% !important;
    }
    .carousel-indicators {
        padding: 0;
    }
    .carousel-indicators .active:after,
    .carousel-indicators .active:before {
        display: none;
    }
    .title {
        font-size: 20px;
    }
    footer .column li {
        margin: 1.2rem 0px;
        font-size: 1.1rem;
        list-style: unset;
        color: aliceblue;
    }
    footer .secondbox div {
        width: 100%;
    }
    footer .secondbox div ul {
        padding: 0;
    }
    .step {
        width: 80%;
        margin: 4% 11%;
    }
}

@media (min-width: 1200px) {
    .first_form .form_detail,
    .second_form .form_detail,
    .third_form .form_detail,
    .forth_form .form_detail,
    .fifth_form .form_detail {
        right: 0;
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .first_form .form_detail,
    .second_form .form_detail,
    .third_form .form_detail,
    .forth_form .form_detail,
    .fifth_form .form_detail {
        right: 10%;
        width: 81%;
    }
}

.mrrghtrw {
    margin-right: auto;
    text-align: center;
    padding: 20px;
    align-items: center;
    /* background: rgba(40, 40, 40, 0.54); */
    background: white;
    /*box-shadow: 0 2px 4px hsl(0deg 0% 50% / 25%);*/
    border-radius: 10px;
}

@media (max-width: 576px) {
    .mrrghtrw {
        padding: 10px;
    }
}

@media (min-width: 1200px) {
    .mrrghtrw {
        margin-right: 100px;
    }
}
