/* header css */

.u-footer-item6 {
    color: #327240!important;
}

@media only screen and (max-width: 1024px) {
    .carousel_btn {
        display: none;
    }
}


/* header css */


/* body */

.u-book_body {
    padding: 0px 10% 50px 10%;
}

.u-book_body-top {
    padding: 35px 0;
    border-bottom: 1px solid #C4C7CB;
}

.u-book_body-btn-c {
    width: 55px;
    height: 55px;
    font-size: 25px;
    background-color: white;
    color: #118081;
    border-radius: 30px;
    border: 1px solid #118081;
    transition: all 0.5s;
}

.u-book_body-btn-c-active {
    background-color: #118081;
    color: #fff;
}

.u-book_body-btn-t {
    font-size: 14px;
    color: #118081;
    font-weight: bold;
    margin-top: 5px;
}


/* body */


/* input */

.u-book-input {
    width: 47%;
    margin-top: 30px;
}

.u-book-input input {
    width: 100%;
    height: 40px;
    border: 1px solid #C4C7CB;
    border-radius: 20px;
    padding: 5px 10px;
}

.u-book-input div {
    font-size: 14px;
    margin-bottom: 5px;
}

.u-book-input input:focus-visible {
    outline: none;
}

.u-book-input select {
    width: 100%;
    height: 40px;
    border: 1px solid #C4C7CB;
    border-radius: 20px;
    padding: 5px 10px;
}

.u-book-input select:focus-visible {
    outline: none;
}

.u-book-input-textarea {
    width: 96%;
}

.u-book-input textarea {
    width: 100%;
    border: 1px solid #C4C7CB;
    border-radius: 20px;
    padding: 5px 10px;
}

.u-book-input textarea:focus-visible {
    outline: none;
}

.u-book-input-radio {
    display: flex;
    width: 96%;
    justify-content: left;
    align-items: center;
}

.u-book-input-radio div {
    margin: 0;
}

.u-book-input-radio input {
    width: 15px;
    height: 15px;
}

.u-book-input-one {
    width: 96%;
}

.u-book-btn {
    width: 80%;
    max-width: 250px;
    height: 45px;
    background-color: #118081;
    color: #fff;
    margin: auto;
    margin-top: 30px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.5s;
}

.u-book-down-step1,
.u-book-down-step2,
.u-book-down-step3,
.u-book-down-step4 {
    display: none;
}

.u-book-down-step-active {
    display: block;
}

.u-book-input-checkbox {
    display: flex;
    margin-top: 50px;
}

.u-book-input-checkbox input {
    width: 15px;
    height: 15px;
}

@media only screen and (max-width: 1024px) {
    .u-book_body-btn-c {
        width: 45px;
        height: 45px;
    }
    .u-book_body-btn-t {
        font-size: 11px;
    }
    .u-book-input {
        width: 100%;
    }
    .u-book-input-one {
        width: 100%;
    }
}


/* input */

.u-border-red {
    border-color: red!important;
    color: red!important;
}
.u-alert-size{
    margin-top: 15%;
    margin-left: 25%;
}
@media only screen and (max-width: 600px) 
        {
            .u-alert-size-mobile{
                margin-top: 50%;
                margin-left: 10%;
            }
        }
.u-alert {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 900;
}

.u-alert-main {
    height: 300px;
    width: 80%;
    max-width: 600px;
    background-color: white;
    border-radius: 20px;
}

.u-alert-main-title {
    font-size: 25px;
    text-align: center;
    padding: 20px;
    color: grey;
}

.u-alert-main-btn {
    width: 200px;
    height: 40px;
    border-radius: 20px;
    background-color: #118081;
    color: white;
    cursor: pointer;
}

.box_one{
    display:grid;
    grid-template-columns : 2fr 3fr 5fr;
    justify-content:center;
    align-items:center;
    
  }
  
  .boxOne{
    display:grid;
  
  }
  
  .boxTwo{
    display:grid;
   
  }
  
  .boxThree{
    display:grid;
   
  }