@media screen and (min-width: 1200px) {
    .cs_nav .cs_nav_list>li {
        margin-right: 10px;
    }
}

.heading-section:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    height: 2px;
    background: #000;
}

/*banner section Start*/

#banner {
    width: 100%;
    float: left;
    background-image: url(../images/banner-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 50px 0;

}

#banner .row {

    justify-content: center;

    align-items: center;

}

.banner_title {

    background-color: transparent;

    padding: 20px;

    border-radius: 0;

    margin-top: 20px;

}

.banner_title h1 {
    color: #fff;
    text-transform: capitalize;
    font-size: 2.5rem;

}

.banner_title p {
    color: #fff;
}

.banner_title ul {

    list-style: none;

    text-decoration: none;

    padding: 0;

}

.banner-list {

    color: #fff;
    margin-bottom: 10px;

}

.banner-list img {
    width: 20px;
    margin-right: 15px;
}

.banner_form {

    background-color: #fff;

    padding: 20px 20px;

    border-radius: 0px;

    margin-top: 15px;

}

.banner_form h3 {

    text-align: center;

    color: #010101;
    text-transform: capitalize;
    font-size: 1.75rem;

}

.banner_form .form-group {

    margin-bottom: 5px;

}

.banner_form .form-group.fit-name {

    width: 47%;

    float: left;

    margin-right: 15px;

}

.banner_form .form-group.fit-name:nth-child(2) {

    margin-right: 0;

    width: 47%;

}

.banner_form label {

    color: #333333;
    font-size: 14px;

    line-height: 0.3;

}

.banner_form .form-control {

    background-color: #F8F8F8;
    border: none;
    font-size: 13px;

}

.banner_form .button {

    margin-top: 20px;

    background-color: #1C67B0;
    color: #fff;

    width: 200px;

    text-transform: uppercase;

    font-size: 18px;

    cursor: pointer;

    display: inline-block;

    font-weight: 400;

    text-align: center;

    white-space: nowrap;

    vertical-align: middle;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    border: 1px solid transparent;

    padding: 0.375rem 0.75rem;

    font-size: 1rem;

    line-height: 1.5;

    border-radius: 0.25rem;

    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

.form-agree {

    font-size: 11px;

    margin: 20px 0 0;
    line-height: 1.5;
}

#sidebtn {
    position: fixed;
    top: 50%;
    right: -64px;
    transform: rotate(-90deg);
    background-color: #1C67B0;
    color: #fff;
    padding: 5px 20px;
    font-size: 17px;
    border-radius: 0;
    border: none;
}

.banner_form .close {
    position: absolute;
    top: 12px;
    right: 18px;
    background-color: #1C67B0;
    border-radius: 50%;
    padding: 0px 6px 1px;
    color: #fff;
    opacity: 1;
}

.banner-area.content-double .double-items {
    align-items: center;
    align-self: center;
    display: flex;
    /* justify-content: center; */
    vertical-align: middle;
    /* margin-top: 85px; */
}

.banner-area .box-cell,
.banner-area .box-cell div {
    height: auto;
}

.banner-area .box-cell,
.banner-area .box-cell div {
    height: auto;
}

.enquiry_form1 strong {
    color: #232323;
    margin: 5px 0;
}
.why-choose-us{
    margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
    .banner-area.content-double .double-items {
        display: block;
    }
    .why-choose-us{
        margin-bottom: 3rem;
    }
}
.entry-content thead th, .entry-content tr th {
    color: #555;
    font-weight: 700;
    padding: 9px 24px;
}
.tablepress>:where(thead,tfoot)>*>th {
    background-color: #d9edf7;
    color: var(--head-text-color);
    font-weight: 700;
    vertical-align: middle;
    word-break: normal;
}

/*banner section end*/