.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    display: none;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.filter-section .cdp {
    margin: 45px 0 0;
}

.filter-section .three-col-wrap .three-col-box .slider-wrap .slider-content p {
    color: #504f4f;
}

.filter-section .three-col-wrap .image {
    height: 222px;
}

.popup-wrap-loader {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffffa1;
    z-index: 9;
}

.right-side .content-wrap ul li:nth-child(n+7) {
    display: block !important;
}

.content-wrap.content-showmore .overview-innercontents:after {
    position: absolute;
    content: '';
    height: 66px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f5f9fb));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f5f9fb);
}

.content-wrap.content-showmore .overview-innercontents {
    max-height: 289px;
    overflow: hidden;
    width: 100%;
    display: block;
    position: relative;
}

.content-wrap.content-showmore.hide-btn .overview-innercontents {
    max-height: initial;
}

.table-section table td {
    word-break: break-word;
}

.popup-wrap input {
    text-transform: capitalize;
}

.right-side .content-wrap ul:after {
    content: none !important
}

.submit-loader {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-13px,-12px);
}

    .submit-loader .loader-2, .submit-loader .loader-2 span {
        height: 25px;
        width: 25px
    }

        .submit-loader .loader-2 span::before, .submit-loader .loader-2 span::after {
            height: 25px;
            width: 25px;
            border-color: #ffffff !important;
        }

.submit-hidden {
    visibility: hidden;
}

.popup-wrap .form-group input#email {
    text-transform: lowercase;
}

/*.popup-wrap textarea {
    text-transform: capitalize;
}*/
.side-box .side-content .feature-list li span {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 28px;
}

    .side-box .side-content .feature-list li span img {
        padding-top: 7px;
        display: none;
    }

    .side-box .side-content .feature-list li span:after {
        position: absolute;
        content: '';
        display: inline-block;
        transform: rotate(45deg);
        height: 12px;
        width: 7px;
        border-bottom: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        left: 7px;
        top: 6px;
    }

    .side-box .side-content .feature-list li span:before {
        position: absolute;
        content: '';
        width: 22px;
        height: 22px;
        background-color: #0e5ce1;
        border-radius: 50px;
        left: 0;
        top: 3px;
    }

#contact-form .form-group input {
    text-transform: capitalize;
}

    #contact-form .form-group input#email {
        text-transform: lowercase;
    }

.news-letter form .form-group input#Email {
    text-transform: lowercase;
}

.content-wrap.content-showmore.hide-btn .overview-innercontents:after {
    content: none !important;
}

@media (min-width: 1025px) {
    /*.btn-secondary .submit-loader:hover {
        ba
    }*/
    .submit-loader:hover .loader-2 span:before, .submit-loader:hover .loader-2 span:after,
    .btn-secondary > *:hover .submit-loader .loader-2 span:after {
        border-color: #0858ff !important;
    }
}

.Trining-error-msg {
    padding: .30rem 0em !important;
    margin: 6px 0 !important;
    display: none;
}

.side-box .side-content .loc-details span {
    width: 45% !important;
}

.side-box .side-content .loc-details {
    padding: 10px 8px 0;
    border-bottom: 0px solid rgba(0, 0, 0, .15);
}

    .side-box .side-content .loc-details:last-child {
        margin-bottom: 10px;
    }

.side-box .side-content .btn-secondary {
    margin: auto;
    margin-top: 15px;
}

.loc-details [type="radio"]:checked,
.loc-details [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .loc-details [type="radio"]:checked + label,
    .loc-details [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 17px;
        display: inline-block;
        color: #666;
    }

        .loc-details [type="radio"]:checked + label:before,
        .loc-details [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: -5px;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        .loc-details [type="radio"]:checked + label:after,
        .loc-details [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 10px;
            height: 10px;
            background: #0858ff;
            position: absolute;
            top: -1px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .loc-details [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .loc-details [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.button-wrap .btn-secondary {
    width: 40%;
    margin: 0 10px !important;
}

.contact-us-msg {
    display: none;
}

.right-side .table-overlay {
    justify-content: center;
    /*display: block !important;*/
}

@media screen and (min-width: 1025px) {
    .dr-open.single-option .dropdown-menu {
        top: 176%;
    }

    .dropdown-menu li, .dropdown-menu__list--level-one li {
        /*display: block;*/
        margin-bottom: 10px;
    }
}

.popup-wrap {
    max-height: 730px;
}

.filter-wrap .top-section .form-group {
    position: relative;
}

input#date_from, input#date_to, input#courseSearchText {
    height: 50px;
}

/*.cdp_i {
    display: inline-block;
    pointer-events: none;
}*/

.loc-wrap {
    width: 87%;
    margin-left: 3px;
}

@media (max-width: 576px) {
    .loc-wrap {
        width: 86%;
    }
}

.side-box .side-content .loc-details .loc-wrap span {
    width: 100% !important;
    display: inline;
    margin-bottom: 4px;
    word-break: break-all;
}


span.select2-container.select2-container--open {
    z-index: 99999999999;
}





/*260620*/
@media(max-width: 375px) {
    .message-pop .message-wrap .message-form {
        width: 100%;
    }

    div#mapRecaptchaDiv {
        padding: 0;
    }
}


/*29-08-2020 New custom select*/
.drop-down, .dropdown {
    position: relative;
    width: 100%
}

.drop-down-head, .dropdown-head {
    background: #072f6f;
    color: #fff;
    font-size: 13px;
    cursor: pointer
}

@media screen and (min-width: 1200px) {
    .drop-down-head, .dropdown-head {
        font-size: 14px
    }
}

.drop-down-head a, .dropdown-head a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px
}

@media screen and (min-width: 1200px) {
    .drop-down-head a, .dropdown-head a {
        font-size: 14px
    }
}

.drop-down-head span, .dropdown-head span {
    display: block;
    padding: 23px 47px 23px 24px;
    line-height: 1.35;
    cursor: pointer;
    position: relative
}

    .drop-down-head span:after, .dropdown-head span:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../svg/arrow.svg) no-repeat;
        background-position: 50% !important;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 21px;
        top: calc(50% - 10px);
        -webkit-transition: all .3s;
        transition: all .3s
    }

.drop-down-head.dropdown-opened, .dropdown-head.dropdown-opened {
    background: #95001f
}

    .drop-down-head.dropdown-opened span:after, .dropdown-head.dropdown-opened span:after {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

.drop-down-content, .dropdown-content {
    display: none;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 7px 20px -5px rgba(0, 0, 0, 0.6);
}

    .drop-down-content.reverse, .dropdown-content.reverse {
        top: auto;
        bottom: 100%
    }

        .drop-down-content.reverse ul, .dropdown-content.reverse ul {
            max-height: 248px;
            overflow-y: auto
        }

    .drop-down-content ul, .dropdown-content ul {
        list-style: none;
        background: #000;
        padding: 0;
        margin: 0
    }

        .drop-down-content ul::-webkit-scrollbar-track, .dropdown-content ul::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
            background-color: #f5f5f5
        }

        .drop-down-content ul::-webkit-scrollbar, .dropdown-content ul::-webkit-scrollbar {
            width: 10px;
            background-color: #f5f5f5;
            border-radius: 2px
        }

        .drop-down-content ul::-webkit-scrollbar-thumb, .dropdown-content ul::-webkit-scrollbar-thumb {
            background-color: #000;
            border: 2px solid #555
        }

        .drop-down-content ul li, .dropdown-content ul li {
            padding-left: 0
        }

            .drop-down-content ul li:before, .dropdown-content ul li:before {
                display: none
            }

            .drop-down-content ul li:not(:first-child), .dropdown-content ul li:not(:first-child) {
                border-top: 1px solid #555
            }

        .drop-down-content ul a, .dropdown-content ul a {
            display: block;
            padding: 21px 23px;
            line-height: 1.4;
            text-decoration: none;
            font-size: .875rem;
            letter-spacing: .5px;
            -webkit-transition: all .3s;
            transition: all .3s;
            color: #fff
        }

            .drop-down-content ul a:hover, .dropdown-content ul a:hover {
                background-color: #072f6f;
                color: #fff;
                cursor: pointer
            }

            .drop-down-content ul a.selected, .dropdown-content ul a.selected {
                background: #072f6f;
                color: #fff !important
            }

.drop-down .accordion, .dropdown .accordion {
    padding: 0
}

    .drop-down .accordion .accordion-item.active .accordion-head h5, .dropdown .accordion .accordion-item.active .accordion-head h5 {
        color: #fff
    }

    .drop-down .accordion .accordion-item.active .icon, .dropdown .accordion .accordion-item.active .icon {
        background: url(../svg/icon-minus.svg) no-repeat
    }

    .drop-down .accordion input[type=checkbox] + label:after, .dropdown .accordion input[type=checkbox] + label:after {
        top: 12px;
        right: 2px;
        left: auto
    }

.drop-down .accordion-head, .dropdown .accordion-head {
    padding: 12px 50px 9px 24px;
    background: #072f6f;
}

@media screen and (max-width: 767px) {
    .drop-down .accordion-head, .dropdown .accordion-head {
        padding: 12px 50px 9px 20px
    }
}

.drop-down .accordion-head *, .dropdown .accordion-head * {
    color: #fff
}

.drop-down .accordion-head h5, .dropdown .accordion-head h5 {
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    font-family: 'Flama Basic';
}

.drop-down .accordion-head .icon, .dropdown .accordion-head .icon {
    right: 20px;
    background: url(../svg/icon-plus.svg) no-repeat
}

.accordion-content {
    position: relative;
    padding: 10px;
    color: #777;
    display: none;
}

.drop-down .accordion-content, .dropdown .accordion-content {
    padding: 0
}

.drop-down .accordion-item:first-child, .dropdown .accordion-item:first-child {
    border-top: 0
}

.drop-down .accordion-item:not(:first-child), .dropdown .accordion-item:not(:first-child) {
    border-top: 1px solid #00183e;
}

.drop-down .accordion-item:last-child, .dropdown .accordion-item:last-child {
    border-bottom: 0
}

.drop-down.white-theme .drop-down-head, .dropdown.white-theme .drop-down-head {
    background: #fff
}

    .drop-down.white-theme .drop-down-head a, .dropdown.white-theme .drop-down-head a {
        color: #000
    }

    .drop-down.white-theme .drop-down-head span, .dropdown.white-theme .drop-down-head span {
        padding: 21px 50px 22px 20px
    }

@media only screen and (max-width: 1024px) {
    .drop-down.white-theme .drop-down-head span, .dropdown.white-theme .drop-down-head span {
        padding: 21px 35px 22px 20px
    }
}

.drop-down.white-theme .drop-down-head span:after, .dropdown.white-theme .drop-down-head span:after {
    background: url(../arrow-down-black.html) no-repeat;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

@media screen and (max-width: 767px) {
    .drop-down.white-theme .drop-down-head, .dropdown.white-theme .drop-down-head {
        background: #ffffff;
    }
}

.drop-down.white-theme .drop-down-head.dropdown-opened, .dropdown.white-theme .drop-down-head.dropdown-opened {
    background: #ffffff;
    border: solid 1px rgba(0,0,0,.15);
    outline: 0;
    box-shadow: none;
    height: 50px;
    border-radius: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.drop-down-head {
    border: solid 1px rgba(0,0,0,.15);
    outline: 0;
    box-shadow: none;
    height: 50px;
    border-radius: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.drop-down.white-theme .drop-down-head.dropdown-opened span:after, .dropdown.white-theme .drop-down-head.dropdown-opened span:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.drop-down.white-theme ul, .dropdown.white-theme ul {
    background: #fff
}

    .drop-down.white-theme ul a, .dropdown.white-theme ul a {
        color: #231f20
    }

        .drop-down.white-theme ul a:focus, .drop-down.white-theme ul a:hover, .dropdown.white-theme ul a:focus, .dropdown.white-theme ul a:hover {
            color: #fff
        }

.drop-down ul#locationfilterul, .dropdown ul#locationfilterul {
    max-height: 252px;
    overflow-y: auto
}

.drop-down.underlined .drop-down-head, .dropdown.underlined .drop-down-head {
    background: transparent;
    border-bottom: 1px solid #fff
}

    .drop-down.underlined .drop-down-head a, .dropdown.underlined .drop-down-head a {
        font-size: 1.5rem;
        text-transform: none
    }

@media screen and (max-width: 767px) {
    .drop-down.underlined .drop-down-head a, .dropdown.underlined .drop-down-head a {
        font-size: 1.2rem
    }
}

.drop-down.underlined .drop-down-head span, .dropdown.underlined .drop-down-head span {
    padding: 11px 17px 8px 0;
    line-height: 1.8125rem
}

    .drop-down.underlined .drop-down-head span .placeholder, .drop-down.underlined .drop-down-head span .value, .dropdown.underlined .drop-down-head span .placeholder, .dropdown.underlined .drop-down-head span .value {
        opacity: .6
    }

    .drop-down.underlined .drop-down-head span:after, .dropdown.underlined .drop-down-head span:after {
        right: 0
    }

.drop-down-content .checkbox-list {
    background: #fff;
    padding: 0px 18px 0px 25px
}

    .drop-down-content .checkbox-list li {
        border-color: #eee !important
    }

    .drop-down-content .checkbox-list .checkbox {
        padding: 0
    }

        .drop-down-content .checkbox-list .checkbox label {
            padding-left: 0;
            margin: 0;
            display: block;
            color: #231f20;
            line-height: 2.3;
            padding-right: 17px
        }

            .drop-down-content .checkbox-list .checkbox label:before {
                left: auto;
                right: 0;
                top: calc(50% - 7.5px);
                width: 15px;
                height: 15px;
                border-color: #777 !important
            }

.dropdown-head {
    padding-right: 40px
}

    .dropdown-head a > span:after {
        display: none
    }

    .dropdown-head span.icon {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 23px 50px 23px 5px
    }

        .dropdown-head span.icon.dropdown-opened:after {
            -webkit-transform: rotate(270deg);
            transform: rotate(270deg)
        }

.drop-down-content, .dropdown-content {
    display: none;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 9999;
}

    .drop-down-content .checkbox-list li:after {
        display: none;
    }

    .drop-down-content .checkbox-list li {
        text-align: left;
    }

    .drop-down .accordion input[type=checkbox] + label:after,
    .drop-down-content .checkbox-list .checkbox label:before {
        /* display: inline-block !important; */
    }

    .drop-down-content .checkbox-list .checkbox input[type=checkbox] {
        display: none;
    }

.form-item.filter-category {
    width: calc(100%/3 - 18px);
    max-width: 100%;
    margin: 0 9px 10px;
}

@media screen and (max-width: 1239px) {
    .form-item.filter-category {
        margin: 0 15px 15px;
        width: calc(100%/2 - 30px);
        max-width: 100%
    }
}

@media screen and (max-width: 600px) {
    .form-item.filter-category {
        width: 100%
    }
}

.drop-down .accordion-head, .dropdown .accordion-head {
    text-align: left;
    cursor: pointer;
}

.drop-down-content .checkbox-list .checkbox label {
    position: relative;
    padding: 4px 0;
}

.drop-down-content input[type=checkbox] {
    display: none
}

    .drop-down-content input[type=checkbox] + label {
        position: relative;
        padding-left: 30px;
        color: #777;
        cursor: pointer
    }

        .drop-down-content input[type=checkbox] + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            display: inline-block;
            width: 17px;
            height: 17px;
            background: transparent;
            cursor: pointer;
            border: 1px solid #707070
        }

        .drop-down-content input[type=checkbox] + label:after {
            content: "";
            position: absolute;
            left: 4px;
            top: 4px;
            display: inline-block;
            width: 10px;
            height: 10px;
            background: url(../tick.html) no-repeat;
            background-size: contain;
            cursor: pointer;
            border-radius: 50%;
            opacity: 0;
            -webkit-transition: all .3s;
            transition: all .3s
        }

    .drop-down-content input[type=checkbox].allpositionsselect + label:after, .drop-down-content input[type=checkbox].positionselect + label:after, .drop-down-content input[type=checkbox]:checked + label:after {
        opacity: 1
    }

.drop-down-content input[type=radio] {
    display: none
}

    .drop-down-content input[type=radio] + label {
        position: relative;
        padding-left: 30px;
        color: #777;
        cursor: pointer
    }

        .drop-down-content input[type=radio] + label:before {
            left: 0;
            top: 1px;
            width: 18px;
            height: 18px;
            border: 1px solid #707070;
            border-radius: 50%
        }

        .drop-down-content input[type=radio] + label:after, .drop-down-content input[type=radio] + label:before {
            content: "";
            position: absolute;
            display: inline-block;
            cursor: pointer
        }

        .drop-down-content input[type=radio] + label:after {
            left: 4px;
            top: 5px;
            width: 10px;
            height: 10px;
            background: #707070;
            border-radius: 50%;
            opacity: 0;
            -webkit-transition: all .3s;
            transition: all .3s
        }

    .drop-down-content input[type=radio]:checked + label:after {
        opacity: 1
    }

.drop-down-head span {
    color: rgba(28,28,28,.6);
}

.drop-down-head {
    position: relative;
}

    .drop-down-head:after {
        position: absolute;
        content: '';
        width: 13px;
        height: 7px;
        background-image: url(../svg/arrow-down.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.filter-wrap .top-section {
    justify-content: flex-start;
}


/* New styles on 07/09/2020 */
.filter-wrap.new-filter-wrap-single {
    width: 100%;
    padding: 0;
    max-width: 100%;
}

    .filter-wrap.new-filter-wrap-single .tile-topSection {
        margin-top: 15px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: none !important;
        /*padding: 10px 15px 12px;*/
        padding: 0 !important;
        margin-bottom: 15px;
    }

        .filter-wrap.new-filter-wrap-single .tile-topSection > div {
            width: calc((100% / 3) - 5px);
            background-color: #ececec;
            margin-right: 5px;
            padding-left: 0;
            padding-right: 0;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            padding-top: 5px;
            padding-bottom: 5px;
        }


.no-pagination-wrap.filter-wrap.new-filter-wrap-single .tile-topSection > div {
    width: calc((100%/2) - 5px) !important;
}

.filter-wrap.new-filter-wrap-single .tile-topSection > div:last-child {
    margin-right: 0;
}



.filter-wrap.new-filter-wrap-single .tile-topSection .results p {
    margin-bottom: 0;
    margin-right: 5px;
    font-size: 12px;
}

.filter-wrap.new-filter-wrap-single .tile-topSection .results .numbers a {
    text-decoration: none;
    padding: 0px 7px;
    background-color: #ffffff;
    font-size: 12px;
}

.filter-wrap.new-filter-wrap-single .tile-topSection .results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .filter-wrap.new-filter-wrap-single .tile-topSection .results .numbers a.active {
        background-color: #0e5ce1;
        color: #ffffff;
    }

.filter-wrap.new-filter-wrap-single .pagination-section {
    min-height: 30px;
    margin-top: 0;
    height: 100%;
}

    .filter-wrap.new-filter-wrap-single .pagination-section .content_detail__pagination {
        margin-top: 0;
    }

.filter-wrap.new-filter-wrap-single #download-pdf {
    border: none;
    text-decoration: underline;
}

/* Filter table style */
.filter-wrap .drop-down-content input[type=checkbox] + label:after {
    content: '';
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../svg/tick.svg) no-repeat;
    background-size: cover !important;
}


.filter-wrap .drop-down .accordion-item.active .accordion-head .icon {
    background: url('../png/minus-icon.png') no-repeat !important;
    display: inline-block;
    width: 16px;
    height: 3px;
}

.filter-wrap .drop-down .accordion-item .accordion-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 18px;
}

    .filter-wrap .drop-down .accordion-item .accordion-head .icon {
        background: url('../png/plus-icon-white.png') no-repeat !important;
        display: inline-block;
        width: 16px;
        height: 16px;
    }

a.gradient-button {
    background: rgb(7,47,111);
    background: -moz-linear-gradient(254deg, rgba(7,47,111,1) 0%, rgba(52,128,255,0.8743872549019608) 48%, rgba(7,47,111,1) 100%);
    background: -webkit-linear-gradient(254deg, rgba(7,47,111,1) 0%, rgba(52,128,255,0.8743872549019608) 48%, rgba(7,47,111,1) 100%);
    background: linear-gradient(254deg, rgba(7,47,111,1) 0%, rgba(52,128,255,0.8743872549019608) 48%, rgba(7,47,111,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#072f6f",endColorstr="#072f6f",GradientType=1);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
}

@media screen and (max-width: 1024px) {
    .filter-wrap.new-filter-wrap-single .tile-topSection {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .filter-wrap.new-filter-wrap-single .tile-topSection > div {
            width: 100%;
            min-height: 50px;
            height: auto;
            margin-right: 0;
            height: auto !important;
            padding-top: 0;
            padding-bottom: 0;
            background: none !important;
        }


    .filter-wrap.new-filter-wrap-single #download-pdf {
        padding-top: 0;
        padding-bottom: 0;
        background: no-repeat;
    }

    .filter-wrap.new-filter-wrap-single .tile-topSection > div:last-child {
        padding-top: 20px;
    }
}


.table-section table td a.blue-link {
    color: #0e5ce1;
}


/* Rich text editor style update */
.two-col-box b,
.two-col-box strong {
    font-family: 'Flama';
    font-weight: bold;
}


/* Download button style */
.icon-button-wrap a:after {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    left: 0;
    top: 8px;
    border-radius: 50%;
    background-image: url(../svg/down-arrow.svg);
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat;
    background-color: #0e5ce1;
}

.icon-button-wrap {
    width: 100%;
    text-align: center;
}

    .icon-button-wrap a {
        padding: 9px 27px 11px;
        display: inline-block;
    }

        .icon-button-wrap a:hover {
            text-decoration: none;
        }

    .icon-button-wrap .btn-primary {
        border: 1px solid #b6bcc1;
        background-color: #ececec;
        padding-left: 32px;
        padding-right: 10px;
    }

        .icon-button-wrap .btn-primary a:hover {
            color: #0e5ce1;
        }




.filter-wrap .search-box-select-input span.search:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 20px;
    height: 21px;
    background: url('../svg/search.svg') no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    margin-right: 30px;
    cursor: pointer;
}


.filter-wrap .search-box-select-input span.close:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 20px;
    height: 21px;
    background: url('../svg/close.svg') no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    cursor: pointer;
}

.filter-wrap .search-box-select-input span {
    cursor: pointer;
}

/* pagination */
.filter-wrap.new-filter-wrap-single .tile-topSection > div.pagination-section a {
    margin-bottom: 0;
}

.filter-wrap.new-filter-wrap-single .tile-topSection > div:last-child a {
    text-decoration: none !important;
    border: none;
}

.filter-wrap.new-filter-wrap-single .tile-topSection > div:last-child .btn-primary {
    border: none !important;
}

.filter-wrap.new-filter-wrap-single .tile-topSection > div:last-child .icon-button-wrap {
    font-size: 0 !important;
}

@media screen and (max-width: 1025px) {
    .filter-wrap.new-filter-wrap-single .tile-topSection > div:last-child .icon-button-wrap a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

.banner-section.inner-banner.image-only {
    padding: 0;
}


.bluebutton a {
    color: white;
    background-color: rgb(8, 88, 255);
    margin: 5px;
    text-align: center;
    padding: 5px 25px;
}


td[data-label="Course Name"] {
    text-align: left !important;
}

.drop-down-content input[type=checkbox].showallelements + label:after
{
    opacity: 1;
}

.post-image img {
    height: auto;
}

.contact-panel li a img {
    height: 24px;
}
.contact-panel li:last-child
{
    margin-left:-5px;
}

/*Single col styles*/
.single-col .rte-left-image {
    float: left;
    margin-right: 15px;
}

ol {
    padding-left: 16px;
}

strong {
    font-family: 'Flama';
    font-weight: bold;
}

.inner-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.with-form .rte-content {
    width: 100%;
}

.with-form .col-form-wrap {
    width: 100%;
    float: right;
    max-width: 426px;
    margin-left: 30px;
    margin-bottom: 30px;
}

.with-form .col-form-wrap .form-group {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(28,28,28,.6);
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.select2-container {
    width: 100% !important;
}

.option-arrow {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.with-form .col-form-wrap .col-form-wrap_inner {
    padding: 30px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.15);
    background-color: #fff;
 }
 .with-form .col-form-wrap .form-heading h2 {
    margin-bottom: 30px;
}

.single-col {
    padding: 50px 15px;
}

.single-col + .single-col {
    padding-top: 0;
}

.with-form .col-form-wrap input[type="checkbox"] {
    left: 0;
    width: 20px;
    top: 4px;
    height: 20px;
    position: relative;
    margin-right: 10px;
    bottom: auto;
}

.with-form .col-form-wrap input[type="checkbox"] + label {
    width: calc(100% - 30px);
}

.single-col-heading h2 {
    margin-bottom: 40px;
}

.with-form .col-form-wrap .select2-container--default .select2-selection--single {
    border: solid 1px rgba(0,0,0,.15);
    height: 43px;
    padding: 11px 10px;
}

.with-form .col-form-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(28,28,28,.6);
    font-family: 'Flama Basic';
}

.with-form .col-form-wrap .form-heading {
    text-align: center;
}
.with-form .col-form-wrap .btn-secondary {
    width: 100%;
    text-align: center;
}

.formSuccessMsg {
    width: 100%;
}

.formSuccessMsg label {
    font-size: 20px;
    width: 100%;
    text-align: center;
    background-color: #d2fcce;
    padding: 20px 15px;
    border-radius: 10px;
}

.fieldErrorMsg {
    color: red;
    font-size: 13px;
    margin: 0;
}

.with-form .col-form-wrap .btn-secondary > * {
    width: 100%;
}

.single-col-form {
    position: relative;
    z-index: 1;
}

.with-form .rte-content p {
    word-break: break-word;
}

@media(min-width: 1279px) {
    .single-col .container-fluid .row > div {
        padding: 0 65px;
    }
}

@media(min-width: 1279px) {
    .single-col-heading {
        padding: 0 65px;
    }
}

@media(max-width: 1280px) {
    /*.with-form .rte-content {*/
    /*    width: calc(60% - 30px);*/
    /*}*/
    
    /*.with-form .col-form-wrap {*/
    /*    width: 40%;*/
    /*}*/
}

@media(max-width: 1199px) {
    .with-form .rte-content {
        width: 100%;
        margin-right: 0;
    }
    
    .with-form .col-form-wrap {
        width: 100%;
        float: none;
        max-width: 100%;
        margin: 0 0 30px;
    }
}

@media(max-width: 1024px) {
    .single-col {
        padding: 40px 15px;
    }
    
    .single-col-heading h2 {
        margin-bottom: 20px;
    }
}

@media(max-width: 767px) {
    .single-col .rte-left-image {
        float: none;
        display: block;
        margin: 15px 0;
    }
}

/*Testimonial */
.testimonial-section {
    padding: 0px 0px 50px;
}
.testimonial-section .top-section{
        padding-bottom: 10px;
}
.testimonial-section .slider_dots {
    max-width: 120px;
    margin: auto;
}
.testimonial-section .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  
}

.testimonial-section .slick-dots li {
  margin: 0 0.25rem;
}

.testimonial-section .slick-dots li.slick-active button {
  background-color: #0e5ce1;
}

.testimonial-section .slider_dots .slider_navigators {
  height: 14px;
  background-color: rgba(4, 3, 3, 0.16);
  margin: 5px;
  transform: scale(0.4);
  outline: none;
  cursor: pointer;
}

.testimonial-section .slider_dots .slider_navigators.slick-active {
  transform: scale(0.70);
}

.testimonial-section .slider_navigators.slick-active.slick-current {
  transform: scale(1);
  background-color: #afc9ff;
}
.testimonial-wrapper {
    display: none;
}
.testimonial-card .testimonial-card-content h3 {
     font-size: 1.2rem;
    font-family: 'Flama';
    margin-bottom: 0.5rem;
    line-height: 1.25;
    color: #0e5ce1;
}
.testimonial-card .testimonial-card-content h4 span {
    font-weight: normal;
    font-family: 'Flama Basic';
}
.testimonial-card .testimonial-card-content h4 {
    font-size: 1.1rem
}
.testimonial-card {
    display: flex;
    align-items: center;
}
.testimonial-card-image {
    flex-basis: 250px;
    width: 100%;
    padding-right: 40px;
}
.testimonial-card .testimonial-card-content {
    flex-basis: calc(100% - 250px);
    flex-grow: 1;
}
.testimonial-card .testimonial-card-content p {
    font-style: italic;
}
.testimonial-wrapper .slick-prev:before {
    content: " ";
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    cursor: pointer;
    display: block;
}
.testimonial-wrapper .slick-next:before {
    content: " ";
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    cursor: pointer;
    display: block;
}
.testimonial-slider {
    padding: 0px 50px;
}
.testimonial-slider .slick-prev {
    left: 0;
}
.testimonial-slider .slick-next {
    right: 0;
}
@media (max-width: 1024px) {
    .testimonial-wrapper .slick-arrow {
        display: none!important;
    }
}
@media (max-width: 767px) {
    .testimonial-slider {
        padding: 0px;
    }
    .testimonial-card {
        flex-wrap: wrap;
        text-align: center;
        margin-bottom: 30px;
    }
    .testimonial-card .testimonial-card-image {
        flex-basis: 100%;
        padding-right: 0px;
    }
    .testimonial-card .testimonial-card-image img {
        margin: auto;
    }
    .testimonial-card .testimonial-card-content {
        margin-top: 20px;
        flex-basis: 100%;
    }
}

/*New style*/
.side-content #requestforreserve {
    display: block!important;
}
.checkbox-consent.form-group label {
    display: inline;
    padding-left: 7px;
}
.checkbox-consent.form-group input {
    display: inline-block;
    width: 19px;
    height: 20px;
    position: relative;
    top: 5px;
}
