span.book_view_doc_text {
    position: absolute;
    right: 0px;
    top: 16px;
}

span.book_view_doc_text a {
    color: #e33861;
    font-size: 14px;
    display: flex;
    align-items: center;
}
span.book_view_doc_text img {
    margin-top: 4px;
    margin-left: 6px;
}
::-webkit-calendar-picker-indicator {
    filter: brightness(0) saturate(100%) invert(14%) sepia(95%) saturate(7499%) hue-rotate(334deg) brightness(101%) contrast(102%);
}
section.book_assistance_box {
    width: 100%;
    float: left;
    background: #fff2f9;
    padding: 60px 0px;
}
.book_assi_inner_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.book_assi_left_box h2 {
    font-size: 30px;
    margin-bottom: 34px;
}

.book_assi_left_box ul li {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}

.book_assi_left_box ul li span {
    padding-left: 12px;
}

.book_assi_left_box ul li span h5 {
    font-size: 24px;
}

.book_assi_left_box ul li span h6 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 8px;
    color: #000;
}
.book_assi_left_box ul li img {
    width: 50px;
}
small {
    display: inline-block;
}

small a {
    padding: 0 20px;
    background: #E33861;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    line-height: 42px;
    display: block;
    border-radius: 25px;
    background-image: linear-gradient(0, #000, #000);
    background-size: 0;
    transition: .8s;
    position: relative;
    background-repeat: no-repeat;
}

small a:hover {
    background-size: 100%;
    -webkit-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.14);
}
.mt-2 {
    margin-top: 26px;
}
.floating-input3.new:not(:placeholder-shown) ~ label {
    color: #000;
}
/* input[type=date]::-webkit-datetime-edit {
    color: #cbcbcb;
}

input[type=time]::-webkit-datetime-edit {
    color: #cbcbcb;
} */
.floating-input3, .floating-select {
    cursor: pointer;
}



@media screen and (max-width:680px) {
    .book_assi_right_box img {
    width: 100%;
}
.from-main2 ul li.row3.new {
    width: 44%;
}

.from-main2 ul li.row3.new1 {
    width: 50%;
}
.captcha5 small {
    font-size: 20px;
}
.book_assi_left_box h2 {
    font-size: 24px;
}
}