.destinations-details-section .destination-details-desc .comment-reply .comment-form {
    padding: 30px;
    background: #f9f8fe;
    border-radius: 3px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
}

.destinations-details-section .destination-details-desc .comment-reply .comment-form .input-group {
    margin-bottom: 20px;
    padding-left: 16px;
    background: #fff;
    border-radius: 5px;
}


.btn-primary {
    text-align: center;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 30px;
    padding: 12px 30px;
    z-index: 1;
    color: #fff;
    background-color: #6f1414;
    border: 1px solid #6f1414;
    font-size: 15px;
    font-weight: 600;
    font-family: rubik, sans-serif;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 20px 20px -5px rgba(253, 80, 86, 0.2);
    box-shadow: 0 20px 20px -5px rgba(96, 57, 19, 0.2);
}

.quicl-links {
    padding: 35px !important;
    background-color: #f6e7d4 !important;
    margin: 0px 6px !important;
    color: #000;
    border-radius: 18px;
}

.quicl-links h4 {
    font-size: 20px;
}


ul.nav.nav-tabs {
    font-weight: 500;
    padding: 0px 0px;
    background-color: bisque;
    color: red !important;
}

ul {
    padding-left: 0px !important;
}



label {
    font-size: 16px !important;
    font-family: 'emilea' !important;
}


/*...............07/11/2024....New-Css-Start....Car-section........*/


.rate-item {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: var(--color-white);
    margin-bottom: 25px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgb(6 22 58 / 10%);
    transition: all .9s ease-in-out;
    z-index: 1;
}

.rate-header {
    /* background-color: white; */
    /* padding: 30px; */
    /* margin-bottom: 30px; */
    /* height: 520px; */
    transition: all .3s ease-in-out;
}

/*.rate-icon {*/
/*    background-color: #fdb201;*/
/*    width: 100px;*/
/*    height: 100px;*/
/*    padding: 15px;*/
/*    border: 1px solid;*/
/*    position: absolute;*/
/*    top: -70px;*/
/*    left: 100px;*/
/*}*/
/*.rate-icon {*/
/*    border: 2px black;*/
/*    border-radius: 50%;*/
    /* animation: rotate 9s linear infinite; */
/*}*/

/*.rate-content::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background-image: url(../img/shape-4.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    opacity: .15;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*    z-index: -1;*/
/*}*/

.rate-header-content {
    /*margin: 30px 0 80px;*/
    text-align: center;
}

.rate-feature {
    text-align: center;
}