/* cancellation section */
.col-70 {
    padding-right: 35px;
}

.cancellation-content {
    margin-bottom: 30px;
}

.cancellation-content p {
    margin-bottom: 25px;
}

.cancellation-content h2,
.faq-section h2,
.contact-form h2,
.related-text h2 {
    font-size: 30px;
    color: #1b82bc;
    padding-bottom: 5px;
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 25px;
    display: inline-block;
}

.cancellation-content ul {
    padding-left: 20px;
    margin-bottom: 25px;
}

.cancellation-content ul li {
    margin-bottom: 10px;
    list-style: url(../images/list.png);
}

.cancellation-content ul li:last-of-type {
    margin-bottom: 0;
}

/* accordion */
.faq-section {
    margin-bottom: 30px;
}

.faq-section h2 {
    margin-bottom: 15px
}

.faq-accordion {
    border-bottom: 1px solid #eee;
    margin: 10px 0;
}

.acc-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.acc-head h3 {
    font-size: 16px;
    color: #1b82bc;
    font-weight: 500;
}

.acc-panel {
    display: none
}

.acc-panel p {
    padding-bottom: 5px;
}

.acc-head.active i {
    transform: rotate(-180deg);
    transition: .5s
}

.toggle-btn i {
    cursor: pointer;
    color: #bcbcbc;
}

.acc-panel ul li {
    margin: 5px 0;
}

/* contact form */
.contact-form form {
    width: 100%;
}

.contact-form form textarea {
    width: 100%;
    resize: none;
    outline: none;
    padding: 10px;
    font-family: 'poppins';
    border: none;
    border-radius: 4px;
    background: #f7f7f7;
    margin-bottom: 10px;
    display: block;
}

.contact-form form input {
    width: 100%;
    outline: none;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background: #f7f7f7;
    font-family: 'poppins';
}

.contact-form form .flex {
    margin-bottom: 10px;
}

.contact-form form .col-50 {
    width: 48%;
    margin-right: 30px;
}

.contact-form form .col-50:last-of-type {
    margin-right: 0;
}

.contact-form form input[type="submit"] {
    display: inline-block;
    background-color: #1b82bc;
    color: #fff;
    width: 20%;
    cursor: pointer;
}

/* table of content */
.table-content,
.pick-category {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 15px;
}

.table-content h3,
.pick-category h3 {
    font-size: 18px;
    color: #1b82bc;
    line-height: 1;
    font-weight: 500;
}

.table-content i,
.pick-category i {
    color: #bcbcbc;
}

.table-content ul {
    margin-top: 10px;
}

.table-content ul li {
    font-size: 14px;
    margin-bottom: 5px;
    color: #2d2d2d;
}

.table-content ul li:last-of-type {
    margin-bottom: 0;
}

.table-content ul ul {
    padding-left: 15px;
    margin-top: 5px;
}

.pick-category ul {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.pick-category ul li {
    margin: 5px 5px 5px 0;
}

.pick-category ul li a {
    border: 1px solid #2d2d2d;
    font-size: 14px;
    padding: 4px 12px;
    border-radius: 30px;
    display: inline-block;
    color: #2D2D2D;
    transition: .5s;
}

.pick-category ul li a:hover {
    background-color: #1b82bc;
    color: #fff;
    border: 1px solid #1b82bc;
}

.call-btn {
    background: #1b82bc;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
}

.call-btn a {
    color: #fff;
}

.call-btn a i {
    margin-right: 5px;
    font-size: 14px;
}

.col-30 {
    position: sticky;
    top: 20px;
}

/* related posts */
.related-cancel {
    width: calc(33.33% - 20px);
    margin-right: 30px;
    padding: 15px 15px 15px 0;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    background: url(../images/trip-map.png);
    background-size: contain;
    position: relative;
}

.related-cancel::after {
    content: '';
    position: absolute;
    background-color: #ff4f4f;
    width: 60px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.related-cancel:last-of-type {
    margin-right: 0;
}

.related-cancel .col-60 {
    background: linear-gradient(235.82deg, rgb(0, 93, 170) 1.7%, rgb(6, 59, 103) 100%);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
    position: relative;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.related-cancel h3{
line-height: 1;
}
.related-cancel h3 a{
    font-size: 18px;
    color: #fff;
}
.related-cancel img {
    width: 100%;
}

@media(max-width:960px) {
    .col-70 {
        width: 60%;
    }

    .col-30 {
        width: 40%;
    }

    .contact-form form .col-50 {
        width: 100%;
        margin-right: 0px;
    }

    .contact-form form .col-50 input[type="text"] {
        margin-bottom: 10px;
    }

    .contact-form form input[type="submit"] {
        width: 100%;
    }
}

@media(max-width:767px) {
    .col-70 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .cancellation-content p {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .cancellation-content h2,
    .faq-section h2,
    .contact-form h2,
    .related-text h2 {
        font-size: 22px;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

    .cancellation-content ul li {
        margin-bottom: 7px;
        font-size: 14px;
    }

    .acc-head h3,
    .acc-panel p {
        font-size: 14px;
    }

    .toggle-btn i {
        font-size: 14px;
    }

    .col-30 {
        width: 100%;
    }

    .related-cancel {
        width: 100%;
        margin-right: 0px;
        padding: 10px;
        margin-bottom: 10px;
    }

    .table-content h3,
    .pick-category h3 {
        font-size: 14px;
        color: #1b82bc;
        line-height: 1;
        font-weight: 500;
    }
}

@media(max-width:480px) {

    .cancellation-content h2,
    .faq-section h2,
    .contact-form h2,
    .related-text h2 {
        font-size: 16px;
        padding-bottom: 0px;
        margin-bottom: 5px;
    }

    .table-content,
    .pick-category {
        padding: 10px;
        margin-bottom: 10px;
    }

    .table-content ul li {
        font-size: 12px;
    }

    .pick-category ul li a {
        font-size: 12px;
        padding: 4px 10px;
    }

    .pick-category ul li {
        margin: 0px 3px 5px 0;
    }

    .call-btn a {
        color: #fff;
        font-size: 14px;
    }

    .table-content i,
    .pick-category i {
        font-size: 14px;
    }

    .related-cancel h3 {
        font-size: 16px;
    }

    .related-cancel:last-of-type {
        margin-bottom: 0;
    }

    .related-cancel i {
        font-size: 16px;
    }

    .cancellation-content p {
        margin-bottom: 10px;
    }
}