/* Minification failed. Returning unminified contents.
(16,29): run-time error CSS1039: Token not allowed after unary operator: '-header-height'
(3436,1): run-time error CSS1019: Unexpected token, found '}'
(5224,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(5225,5): run-time error CSS1035: Expected colon, found '{'
(5230,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(5231,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5241,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(5242,7): run-time error CSS1035: Expected colon, found '{'
(7083,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(7084,8): run-time error CSS1035: Expected colon, found '{'
(7101,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(7102,8): run-time error CSS1035: Expected colon, found '{'
(7119,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(7120,8): run-time error CSS1035: Expected colon, found '{'
(7137,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(7138,8): run-time error CSS1035: Expected colon, found '{'
(7155,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(7156,8): run-time error CSS1035: Expected colon, found '{'
(7164,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(7165,8): run-time error CSS1035: Expected colon, found '{'
(7173,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(7174,8): run-time error CSS1035: Expected colon, found '{'
(7182,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(7183,8): run-time error CSS1035: Expected colon, found '{'
(7312,2056): run-time error CSS1019: Unexpected token, found '@keyframes'
(7312,2075): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

header.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1050;
}

/* Use dynamic scroll margin from CSS variable */
:focus {
    scroll-margin-top: var(--header-height, 100px);
}

html {
    scroll-behavior: smooth;
}


.page-constraint {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1383px;
}

a,
.idb-banner-btn,
.idb-career-btn {
    text-decoration: none;
    color: #9A4A08;
    outline-offset: 3px;
}

.idb-career-btn {
    border: none;
    background-color: transparent;
}

    a:hover, a:focus, .idb-banner-btn:hover, .idb-banner-btn:focus, .idb-career-btn:hover, .idb-career-btn:focus, input[type="radio"]:focus, input[type="radio"]:hover {
        color: #AD6224;
        outline: 1px dashed #242424;
        border-radius: 0px;
        outline-offset: 3px;
    }

.idb-banner-btn,
.search-btn {
    font-size: 14px;
    line-height: 18px;
}

.search-btn {
    color: #fff;
    padding: 8px;
    margin: 3px;
}

.btn.search-btn:hover,
.btn.search-btn:focus {
    color: #fff;
    margin: 3px;
    outline: 1px dashed #fff !important;
    border-radius: 0px;
    outline-offset: 3px;
    padding: 6px;
}

.search-icon {
    background: url('/images/Overhaul/search-white-icon.svg') no-repeat top left;
    background-size: contain;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: -2px 10px -3px -1px;
}

#searchInputBox:hover,
#searchInputBox:focus {
    outline: 1px dashed #fff !important;
}

.form-control,
.form-check-input,
.form-select {
    box-shadow: 0px 2px 4px rgba(0,0,0,0.24);
    border: 1px solid #8c8c8c;
    outline-offset: 3px;
}

.form-check-textwrap {
    display: flex;
    padding-bottom: -1.5em;
}

#txtInputBox:hover,
#txtInputBox:focus {
    outline: 1px dashed #FFFFFF;
}

#txtInputBoxMobile:hover,
#txtInputBoxMobile:focus {
    /*color: #fff;*/
    outline: 1px dashed #000000;
}

.btn-close:focus,
.btn-close:hover,
.header-logo:focus,
.header-logo:hover,
.btn-check:focus + .btn, .btn:focus,
.btn:hover,
.form-check-input:hover,
.form-check-input:focus,
.form-select:focus,
.form-select:hover,
.link-dark:hover,
.remodal-close:focus,
.remodal-close:hover,
.link-dark:focus,
.carousel-control button:hover,
.carousel-control button:focus {
    box-shadow: none !important;
    outline: 1px dashed #242424 !important;
    outline-offset: 3px;
    border: 1px solid transparent;
    border-radius: 0;
}

.search-close-btn {
    padding: 6px;
    margin-left: 18px;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    box-shadow: none !important;
    outline: 1px dashed #242424 !important;
    outline-offset: 3px;
    border-radius: 0 !important;
    border: 1px solid transparent;
}

/*.form-check-input:hover,
.form-check-input:focus {
    border-color: transparent !important;
}*/

.card-title {
    margin-bottom: 16px;
}

.fs-20,
.fs-24 {
    font-size: 20px;
    line-height: 24px;
}

.card-body {
    padding: 1rem;
}

.card-text {
    line-height: 18px;
    color: #242424 !important;
}

.description-text-high {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.section-help-your-business .card-body {
    padding: 1rem 32px;
}

.right-Arrow:hover,
.right-Arrow:focus {
    color: #9A4A08;
}

.link-dark:focus, .link-dark:hover {
    color: #AD6224;
    outline-offset: -3px;
}

.ff-m {
    font-family: 'Merriweather', sans-serif;
}

.modal-backdrop {
    z-index: 1;
}

.app {
    min-height: 100vh;
    /* max-height: 100vh;*/
    display: flex;
    flex-direction: column;
}

.bg-595959 {
    background-color: #595959;
}

.bg-242424 {
    background-color: #242424;
}

.bg-f4f4f4 {
    background-color: rgba(244,244,244,0.1);
}

.bg-e8e8e8 {
    background-color: #E8E8E8 !important;
}

.contact-us-page *,
.contact-us-confirm-page * {
    color: #000;
}

.contact-us-confirm-page h4 {
    font-size: 20px;
    line-height: 24px;
}

.site-skip {
    display: block;
    position: absolute;
    text-align: center;
    top: -95px;
    transition: top 0.3s ease-in-out;
    z-index: 9999;
    border: 1px solid #000000;
}

    .site-skip > span {
        display: inline-block;
        position: absolute;
        width: 290px;
        height: 59px;
        color: #000000;
        font-size: 24px;
        line-height: 30px;
        padding: 13px 18px 15px 20px;
        background: #E8E8E8;
        border-radius: 0px 0px 5px 0px;
    }

    .site-skip:focus > span,
    .site-skip:focus-visible > span {
        outline: 1px dashed #242424;
        outline-offset: 3px;
        top: 3px;
        left: 3px;
    }
        .site-skip:focus {
        background: #E8E8E8;
        color: #000000;
        outline: 0;
        top: 0;
    }

    .site-skip i {
        padding: 3px 2px;
        font-size: 20px;
    }

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    z-index: 3;
    background-color: #F9A01B;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

    #scroll span {
        position: absolute;
        top: 28%;
        left: 13px;
        height: 23px;
        width: 20px;
        background-image: url(/images/Overhaul/arrow-up-blue.svg);
        background-position: 0px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #scroll:hover {
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }

    #scroll:focus {
        outline: 1px dashed #242424;
        outline-offset: 3px;
    }

header {
    position: sticky;
    top: 0;
    padding: 0;
    background: #FFFFFF;
    z-index: 10;
}

.header-logo {
    outline: 1px dashed transparent;
    outline-offset: 3px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
}


    .header-logo:hover,
    .header-logo:focus {
        outline: 1px dashed #242424;
        outline-offset: 3px;
        background-color: transparent !important;
        border: 0px solid transparent;
    }

main {
    flex: 1;
    padding: 0rem;
    margin: 0rem;
}

h1,
.category-section-box h2,
.privacy-policy-padder h2,
.contact-us-confirm-page h2 {
    font-size: 24px;
    font-family: 'Merriweather', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
}

.privacy-policy-padder h5,
.privacy-policy-padder h4.h4,
.infornation-accordion h5 {
    font-size: 16px;
    line-height: 20px;
}



.category-section-box *,
.product-section-box * {
    color: #000000;
}

.category-section-box .min-h-40 {
    min-height: 20%;
    height: auto;
}

h2 {
    font-size: 28px;
    line-height: 40px;
}

h4,
.fs-24-all {
    font-size: 24px;
}

.alert {
    background: #F4F4F4;
    font-size: 14px;
    line-height: 18px;
    border: none;
    padding: 8px 46px 8px 8px;
    border-radius: 0;
}

.link-dark {
    color: #9A4A08;
    border: 1px solid transparent;
}

.CloseButton {
    margin: 0 !important;
}

.alert-img {
    width: 18px;
    height: 18px;
}

.btn-close {
    opacity: 1;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.searchForm {
    padding: 0.475rem 0.375rem;
}

.search-box {
    color: #595959;
}

.navbar-dark .navbar-nav .nav-link,
.privacy-policy-padder h1 {
    color: #fff;
}



.mega-heading-link {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #AD6224;
}

    .mega-heading-link:focus,
    .mega-heading-link:hover {
        color: #F9A01B;
        background-color: transparent;
    }

.right-arrow {
    background: url('/images/Overhaul/arrow-right.svg') bottom left no-repeat;
    width: 20px;
    height: 15px;
    display: inline-flex;
    margin-left: 8px;
}

.dropdown-mega hr {
    margin: 8px 0;
    background-color: #c6c6c6;
    opacity: 1;
}

.dropdown-mega p {
    font-size: 16px;
    line-height: 20px;
    color: #242424;
    margin-bottom: 8px;
}

.dropdown-mega .list-group li {
    list-style-type: none;
    padding: 4px 0;
}

    .dropdown-mega .list-group li:first-child {
        padding: 0px 0px 4px;
    }

.dropdown-mega a {
    font-size: 16px;
    line-height: 18px;
    border: none;
    color: #713A0E;
    padding: 0;
    width: fit-content;
}

    .dropdown-mega a:focus,
    .dropdown-mega a:hover {
        background-color: transparent;
        color: #9A4A08;
        outline: 1px dashed #242424;
    }

.ml-2px {
    margin-left: 2px !important;
}

.header-accordion .accordion-button::after {
    background-image: url('/images/Overhaul/arrow-right.svg');
    background-size: 12px;
    margin-left: 10px;
    margin-top: 5px;
}

.header-accordion .accordion-button:not(.collapsed)::after {
    background-size: 12px;
}

.accordion-plus-minus .accordion-item {
    border: none;
    margin-bottom: 32px;
}

.accordion-plus-minus .accordion-button {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    background-color: #F4F4F4;
    padding: 20px 16px;
}

.accordion-plus-minus .accordion-item:last-of-type {
    margin-bottom: 0px;
}

.accordion-plus-minus .accordion-button:not(.collapsed),
.accordion-plus-minus .accordion-collapse.collapse.show {
    color: #000000;
    background-color: #F4F4F4;
    box-shadow: none;
}

.accordion-plus-minus .accordion-item:first-of-type .accordion-button,
.accordion-plus-minus .accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-collapse {
    border-radius: 0;
}

.accordion-plus-minus .accordion-button:not(.collapsed)::after {
    background-image: url('/images/Overhaul/minus.svg');
    background-size: 62%;
    font-size: 67px;
    background-position: -10px 0px;
    width: 1em;
    height: 40px;
}

.accordion-plus-minus .accordion-button::after {
    background-image: url('/images/Overhaul/plus.svg');
    background-size: 62%;
    font-size: 40px;
    background-position: right center;
    width: 40px;
    height: 22px;
    color: #000000;
}

.accordion-plus-minus .accordion-body {
    padding: 0 16px 16px;
}

.dropdown-mega .f-18 {
    font-size: 18px;
    line-height: 20px;
    color: #000;
}


.get-in-touch {
    background-color: #f4f4f4;
}

    .get-in-touch .card-title {
        font-weight: normal;
        font-size: 24px;
        line-height: 30px;
        color: #000000;
    }


.dropdown-mega .call-icon {
    background: url('/images/Overhaul/call-icon.svg') center left no-repeat;
    width: 20px;
    height: 29px;
    display: inline-flex;
    margin-right: 4px;
}

.fs-14 {
    font-size: 14px !important;
    line-height: 20px !important;
}

.fs-desktop-18 {
    font-size: 14px !important;
}

.fc-242424,
.product-section-box p,
.privacy-policy-padder * {
    color: #242424;
}

.fc-595959 {
    color: #595959;
}

.fc-000000,
.privacy-policy-padder h5.ff-m {
    color: #000000 !important;
}

.fc-orange,
a.fc-orange {
    color: #9A4A08;
}

    a.fc-orange:focus,
    a.fc-orange:hover {
        color: #AD6224;
    }

.or-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .or-text:after {
        content: "Or";
        position: absolute;
        font-family: 'Merriweather', sans-serif;
        font-style: italic;
        font-weight: 300;
        font-size: 13px;
        line-height: 13px;
        background: #C4C4C4;
        color: #000000;
        padding: 6.5px;
    }

.contact-us-icon {
    background: url('/images/Overhaul/contact-us-icon.svg') center left no-repeat;
    width: 25px;
    height: 28px;
    display: inline-flex;
    margin-right: 10px;
}

.section-help-you .card-text,
.section-help-your-business .card-text,
.section-home-contact-us form label {
    font-size: 16px;
}


/*search icon*/

.form-group {
    margin-bottom: 0px;
}

.my-ct {
    border: 5px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.icon-addon input[type=text] {
    border-radius: 0;
    border: 0;
}

.icon-addon {
    border-radius: 2px;
    border: 1px solid #BBBBBB;
}

    .icon-addon:after,
    .icon-addon:before {
        display: table;
        content: " ";
    }

    .icon-addon:after {
        clear: both;
    }

    .icon-addon.addon-md .bi,
    .icon-addon .bi,
    .icon-addon.addon-md .fa,
    .icon-addon .fa {
        position: absolute;
        z-index: 2;
        left: 5px;
        font-size: 17px;
        width: 20px;
        text-align: center;
        padding: 8px 0;
        top: 0px;
    }

    .icon-addon.addon-md .form-control,
    .icon-addon .form-control {
        line-height: 20px;
        padding: 10px 10px 10px 30px;
        color: #595959;
        border: none;
    }

    .icon-addon .bi-search::before {
        color: #5B5A5A;
    }

    .icon-addon .form-control:focus + .bi,
    .icon-addon:hover .bi,
    .icon-addon .form-control:focus + .bi,
    .icon-addon:hover .bi {
        color: #000000;
    }


/*end search box*/

.category-slider .carousel-item {
    min-height: 420px;
    height: auto;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#carouselExampleIndicators .carousel-item {
    /* min-height: 309px; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: max-content;
    height: -moz-max-content;
    height: -webkit-max-content;
    height: -o-max-content;
    height: -ms-max-content;
    min-width: 100%;
    position: relative;
    /* z-index: 1; */
}

#carouselExampleIndicators .carousel-item::before {
    content: "";
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 58.85%, rgba(196, 196, 196, 0.12) 99.98%, #C4C4C4 99.99%, rgba(238, 238, 238, 0.12) 100%);
    background-blend-mode: multiply;
    opacity: 0.6;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    /* z-index: -1; */
}

#carouselExampleIndicators .carousel-item.opcityenable::before {
    opacity: 1 !important;
}
picture {
    display: block;
    width: 100%;
    text-align: center;
}

.carousel-caption {
    top: 40px;
    padding: 0px 5px;
    left: 0;
    right: 0;
}

    .carousel-caption .caption-text {
        font-size: 16px;
        line-height: 20px;
    }

.carousel-indicators [data-bs-target] {
    width: 12.51px;
    height: 12.72px;
    opacity: 1;
    margin-right: 21px;
    border-radius: 100%;
    background: #767676;
    mix-blend-mode: normal;
    border: 1px solid #767676;
}

    .carousel-indicators [data-bs-target]:last-child {
        margin-right: 0px;
    }

.carousel-indicators .active {
    background: #000000;
    border: 1px solid #000000;
}

.call-to-action-btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    background-color: #F9A01B;
    border-radius: 8px;
    padding: 11.5px 12px 11.5px 20px;
    display: inline-flex;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.24);
    outline-offset: 3px;
    border: 1px solid transparent;
    white-space: nowrap;
}

    .call-to-action-btn:hover,
    .call-to-action-btn:focus,
    .bg-242424 .white-btn-right-arrow:hover,
    .bg-242424 .white-btn-right-arrow:focus,
    .category-section-box.bg-242424 .white-btn-right-arrow:hover,
    .category-section-box.bg-242424 .white-btn-right-arrow:focus,
    .category-section-box.bg-242424 .call-to-action-btn:hover,
    .category-section-box.bg-242424 .call-to-action-btn:focus,
    .submit:focus,
    .submit:hover,
    footer .sign-up-btn:focus,
    footer .sign-up-btn:hover {
        background: #F19B19;
        color: #000000;
        box-shadow: none !important;
        outline: 1px dashed #fff !important;
        outline-offset: 3px;
        border-radius: 0 !important;
        border: 1px solid transparent;
    }

    .submit:focus,
    .submit:hover,
    .white-btn-right-arrow:hover,
    .white-btn-right-arrow:focus,
    .category-section-box .call-to-action-btn:hover,
    .category-section-box .call-to-action-btn:focus,
    .call-to-action-btn.outline-black:hover,
    .call-to-action-btn.outline-black:focus {
        outline: 1px dashed #242424 !important;
        color: #000000;
    }

    .call-to-action-btn span,
    footer .sign-up-btn i,
    .right-Arrow i {
        background: url(/images/Overhaul/black-arrow-right.svg) bottom left no-repeat;
        width: 20px;
        height: 24px;
        margin-left: 8px;
    }

.policy-page-main-div p {
    margin-bottom: 16px !important;
}

    .policy-page-main-div p:last-child {
        margin-bottom: 56px !important;
    }

#newsSearchResults .right-Arrow i,
.searchResultHeader .right-Arrow i {
    background: url(/images/Overhaul/arrow-right.svg) center center no-repeat;
    background-size: 12px;
    margin-left: 0px;
    width: 30px;
    height: 27px !important;
}

.img-position {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.h-172 {
    height: 172px;
}

.h-142 {
    height: 142px;
}

.h-272 {
    height: 210px;
}

.h-213 {
    height: 275px;
}

.h-263 {
    height: 263px;
}

.h-only-396 {
    height: 450px;
}

.h-396 {
    height: 275px;
}

.h-343 {
    height: 275px;
}

.h-339 {
    height: 172px;
}

.h-263 {
    height: 275px;
}

.h-176 {
    height: 142px;
}

.h-178 {
    height: 249px;
}

.h-161 {
    height: 176px;
}

.mb-40 {
    margin-bottom: 40px;
}

.section-box .card-title,
.section-excellence .card-title {
    font-size: 20px;
    line-height: 24px;
    font-family: 'Merriweather', sans-serif;
    font-weight: bold;
    color: #000000;
}

.section-box .card-text {
    font-size: 16px;
    line-height: 18px;
    color: #242424;
}

.banking-section img {
    height: 170px;
    border-radius: 0;
}

.btn-white-bg {
    background-color: #fff;
    color: #000;
    padding: 5.5px 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    border: 1px solid #000000;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.24);
    border-radius: 8px;
}

.idb-info,
.section-client-stories,
.bg-only-gradint {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(177, 174, 174, 0.24) 98.19%);
}

.bg-gradint-dark {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 1.07%, rgba(134, 131, 131, 0.5) 86.6%);
}

.bg-gradint,
.section-home-contact-us,
.bg-gradint-only {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(177, 174, 174, 0.24) 98.19%);
    overflow: hidden;
}

    .bg-gradint:before,
    .section-home-contact-us::before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0.6;
    }

    .section-home-contact-us::before {
        opacity: 0.8;
    }

    .bg-gradint *,
    .section-home-contact-us * {
        position: relative;
        z-index: 2;
    }

.section-home-contact-us {
    background: #F4F4F4;
}

.idb-info .card-title {
    font-family: 'Merriweather', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
}

.idb-info .card-text {
    font-size: 16px;
    line-height: 20px;
    color: #242424;
}

.section-help-you .card-img {
    height: 142px;
}

.arrow-right {
    background: url('/images/Overhaul/arrow-right.svg') bottom left no-repeat;
    height: 18px;
    width: 20px;
    display: inline-block;
    margin-left: 12px;
}

.icon-center {
    max-height: 100%;
    max-width: 100%;
    min-width: 60px;
    width: 64px;
    height: 64px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    margin: auto;
}

.box-shadow {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24);
    border-radius: 4px;
}

.section-help-you h2,
.category-slider h1,
.carousel-caption h1,
.product-section-box h2,
.privacy-policy-padder h1,
.contact-us-confirm-header h1 {
    font-family: 'Merriweather', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
}

.privacy-policy-padder .fs-not-bold-40 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}

.fs-36 {
    font-size: 36px;
    line-height: 40px;
}

.product-pages h1 {
    font-family: 'Merriweather', sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
}

.product-pages h2 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}

.product-section-box h3 {
    font-family: 'Merriweather', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}

.section-help-you .card-title {
    font-family: 'Merriweather', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.black-btn-right-arrow {
    color: #fff;
    background-color: #000;
    padding: 8px;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    border-radius: 8px;
}

    .black-btn-right-arrow i {
        background: url(/images/Overhaul/white-arrow-right.svg) no-repeat top right;
        display: inline-block;
        height: 16px;
        width: 16px;
        margin-left: 8px;
    }

    .black-btn-right-arrow:hover {
        color: #f4f4f4;
    }

.white-btn-right-arrow {
    color: #000000;
    background-color: #F9A01B;
    padding: 11.5px 8px 11.5px 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    border-radius: 8px;
    width: auto;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.24);
    border: 1px solid transparent;
}

    .white-btn-right-arrow i {
        background: url(/images/Overhaul/black-arrow-right.svg) no-repeat top right;
        display: inline-block;
        height: 16px;
        width: 16px;
        margin-left: 8px;
    }


.section-help-your-business,
.section-home-contact-us,
.product-section-box,
.video-section-box,
.contact-us-confirm-page {
    padding: 32px 16px;
}


.leadership-section h2 {
    font-family: 'Merriweather', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
}

.section-help-your-business hr,
.bg-242424 hr {
    width: 210px;
    background-color: #F4F4F4 !important;
    margin: 32px auto;
}

.mt-64 {
    margin-top: 64px !important;
}

.section-help-your-business .col-12:last-child .card {
    margin-bottom: 0 !important;
}

.section-help-your-business img {
    min-height: 272px;
}

.section-help-your-business .card-title,
.section-client-stories h2,
.section-help-your-business h2 {
    font-family: 'Merriweather', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}

.section-help-your-business sup {
    font-size: 0.8em;
}

.white-btn {
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: black;
    padding: 5.5px 20px;
}

.section-client-stories hr,
.section-help-you hr,
.idb-info hr,
.leadership-section hr,
.category-section-box hr,
hr.hr-bg-c6c6c6,
.section-excellence hr,
.product-section-box hr,
.product-pages hr,
.section-home-contact-us hr,
.privacy-policy-padder hr,
.contact-us-page hr,
.contact-us-confirm-page hr {
    width: 210px;
    background-color: #C6C6C6;
    margin: 32px auto;
    height: 2px;
}

.section-client-stories .card-body {
    padding: 50px 32px;
}

.section-client-stories .card-text {
    font-family: 'Merriweather', sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #242424;
}

.section-client-stories menu {
    font-size: 16px;
    line-height: 20px;
}

.section-client-stories a {
    font-family: 'Lato';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
}

.section-excellence .card-text {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}

.section-home-contact-us h2 {
    font-family: 'Merriweather',sans-serif;
    font-weight: bold;
    color: #000000;
}

.section-home-contact-us form input {
    font-size: 16px;
    line-height: 20px;
    color: #595959;
    border-radius: 2px;
    padding: 10px 8px;
}

.section-home-contact-us form .custom-control-label {
    font-size: 16px;
    line-height: 20px;
    margin-left: 8px;
}

.custom-control.custom-checkbox input[type="checkbox"]:checked {
    background-color: #FFFFFF;
    border-color: #8c8c8c;
    border-radius: 0;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24);
    width: 24px;
    height: 24px;
}

.form-check-input:checked[type=checkbox] {
    background: url(/images/Overhaul/checked.svg) center center no-repeat;
}

.mb-32 {
    margin-bottom: 32px;
}

.pos-ab {
    position: absolute;
    width: 75%;
}

.submit {
    background-color: #F9A01B;
    border-radius: 2px;
    color: #000 !important;
    border: 0;
    width: 100%;
    padding: 11.5px 12px;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
}

.section-home-contact-us .sub-heading {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    text-align: center;
}

.im-intersted-txt {
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
}

.select_wrap {
    position: relative;
    user-select: none;
}

    .select_wrap .default_option {
        background: #fff;
        cursor: pointer;
        list-style: none;
        border: 1px solid #BBBBBB;
        box-sizing: border-box;
        border-radius: 2px;
        padding: 0;
        margin: 0;
    }

    .select_wrap.active .default_option {
        border-radius: 2px 2px 0px 0px;
    }

    .select_wrap .default_option li,
    .select_wrap.black-border .default_option li {
        padding: 10px 8px;
        list-style: none;
        font-size: 16px;
        line-height: 20px;
        color: #595959;
    }

    .select_wrap.black-border .default_option {
        border: 1px solid #C8B3B3;
    }

    .select_wrap.black-border .select_ul {
        border: 1px solid #C8B3B3;
        border-top: none;
    }

    .select_wrap.black-border .default_option li {
        color: #000000;
    }

    .select_wrap .default_option:before {
        content: "";
        position: absolute;
        top: 14px;
        right: 18px;
        width: 10px;
        height: 10px;
        border: 2px solid;
        border-color: transparent transparent #5B5A5A #5B5A5A;
        transform: rotate(-45deg);
    }

    .select_wrap .select_ul {
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        background: #fff;
        border-radius: 0px 0px 2px 2px;
        border: 1px solid #BBBBBB;
        display: none;
        padding: 0;
        border-top: 0;
    }

        .select_wrap .select_ul li,
        .dropdown.combox-box-cls .dropdown-menu li a {
            padding: 10px 12px;
            font-size: 16px;
            line-height: 20px;
            color: #000000;
            cursor: pointer;
            list-style: none;
            white-space: break-spaces;
        }

            .select_wrap .select_ul li:first-child:hover,
            .dropdown.combox-box-cls .dropdown-menu li a:first-child:hover {
                border-top-left-radius: 0px;
                border-top-right-radius: 0px;
            }

            .select_wrap .select_ul li:last-child:hover,
            .dropdown.combox-box-cls .dropdown-menu li a:last-child:hover {
                border-bottom-left-radius: 2px;
                border-bottom-right-radius: 2px;
            }

            .select_wrap .select_ul li:hover,
            .dropdown.combox-box-cls .dropdown-menu li a:hover,
            .dropdown.combox-box-cls .dropdown-menu li a:focus,
            .dropdown.combox-box-cls .dropdown-menu li a.active {
                background: #000000;
                color: #FFFFFF;
            }

    .select_wrap.active .select_ul {
        display: block;
        position: relative;
        top: 0px;
    }

    .select_wrap.active .default_option:before {
        top: 25px;
        transform: rotate(-225deg);
    }

footer {
    color: #fff;
}

    footer .list-group-item:first-child {
        margin: 5px;
    }

    footer ul li {
        list-style: none;
        line-height: 40px;
    }

        footer a,
        footer .list-group-item,
        footer ul li > span {
            color: #FDEED8;
            padding: 3px 0;
            font-size: 14px;
            line-height: 20px;
            background-color: transparent;
            border: none;
            width: fit-content;
        }

            footer .list-group-item:hover,
            footer .list-group-item-action:active,
            footer .list-group-item-action:hover,
            footer a:hover {
                background-color: transparent;
                color: #FDEED8;
                text-decoration: underline;
                text-decoration-thickness: 1px;
                text-underline-offset: 2px;
                text-decoration-color: #FDEED8;
                outline-color: transparent;
            }

            footer a:focus,
            footer .list-group-item-action:focus {
                background-color: transparent;
                color: #FDEED8;
                outline: 1px dashed #fff;
                outline-offset: 3px;
            }

    footer h6 {
        font-size: 18px;
        line-height: 28px;
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 8px;
        text-decoration-color: #E8E8E8;
        min-height: 35px;
        height: auto;
        margin-bottom: 0px;
    }

    footer .subscribe h6 {
        height: 60px !important;
    }

    footer h2 {
        font-size: 18px;
        line-height: 28px;
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 8px;
        text-decoration-color: #E8E8E8;
        min-height: 35px;
        height: auto;
        margin-bottom: 0px;
    }

        footer h2.empty-textdecor {
            font-size: 18px;
            line-height: 28px;
            min-height: 35px;
            height: auto;
            margin-bottom: 0px;
            text-decoration: none !important;
        }

    footer .subscribe h2 {
        height: 60px !important;
    }

    footer .outline-white {
        border: 1px solid #fff;
        border-radius: 0;
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 6px 1px;
        text-align: center;
    }

    footer hr {
        opacity: 0.9;
        margin: -22px 0px 18px;
    }

    footer .sign-up-btn {
        background: #F9A01B;
        border-radius: 8px;
        color: #000000;
        font-size: 18px;
        line-height: 25px;
        font-weight: bold;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.24);
    }

.mt-n-32 {
    margin-top: -32px;
}

.has-email {
    display: inline-flex;
    width: 100%;
}

    .has-email .form-control {
        padding-left: 2.375rem;
        color: #595959;
    }

    .has-email .form-control-feedback {
        position: absolute;
        z-index: 3;
        display: block;
        width: 2.375rem;
        height: 2.375rem;
        line-height: 2.375rem;
        text-align: center;
        pointer-events: none;
        color: #595959;
    }

.footer .form-control {
    color: #595959;
}

.footer-icons {
    width: 60px;
    height: 45px;
}

footer p {
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
}

footer ol {
    list-style-type: none;
    margin: 0;
    *list-style-type: decimal-leading-zero;
}

    footer ol > li {
        counter-increment: customlistcounter;
    }

        footer ol > li::before {
            content: counter(customlistcounter) " ";
            float: left;
            width: 20px;
        }

        footer ol > li:nth-child(1) {
            counter-reset: customlistcounter;
        }

    footer ol li p {
        padding-left: 20px;
    }

footer .icon-envelope::before,
footer .icon-firstname::before,
footer .icon-lastname::before {
    font-size: 20px;
    vertical-align: middle;
}

.leadership-section img.leader,
.commercial-leadership img.leader {
    width: 180px;
    height: 180px;
    margin: 25px auto;
    min-height: 180px;
    border-radius: 100%;
}

.right-Arrow {
    display: inline-flex;
    color: #AD6224;
    width: fit-content;
    align-items: center;
}

    .right-Arrow i {
        height: 21px;
        background: url(/images/Overhaul/arrow-right.svg) center center no-repeat;
        margin-left: 0px;
    }

.padder-64-111,
.leadership-section,
.category-section-box,
.section-client-stories,
.padder-103 {
    padding: 32px 16px;
}

.custom-gutter > [class*='col'] {
    margin-top: 0px;
    margin-bottom: 32px;
    padding-left: 0px;
    padding-right: 0px;
}

    .custom-gutter > [class*="col"]:last-child {
        margin-bottom: 32px;
    }

.empty-img-round {
    width: 112px !important;
    height: 112px !important;
    border-radius: 100%;
    margin: 30px auto;
}

.fs-16 {
    font-size: 16px;
    line-height: 20px;
}

.fs-18,
.search-sub-heading {
    font-size: 18px;
    line-height: 25px;
}

.px-32 {
    padding-left: 32px;
    padding-right: 32px;
}

.py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link,
.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {
    background-color: #E8E8E8;
    border-radius: 8px;
    color: #000000 !important;
    font-weight: bold;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    color: #595959;
}

.breadcrumb-section {
    padding: 24px 16px;
}

.breadcrumb-item,
.breadcrumb-item a {
    color: #AD6224;
    font-size: 9px;
    line-height: 18px;
}

    .breadcrumb-item.active {
        font-weight: bold;
        color: #000000;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        color: #5B5A5A;
        font-size: 18px;
    }

.fs-12 {
    font-size: 12px;
    line-height: 16px;
}

.fc-helf-black {
    color: rgba(0, 0, 0, 0.5);
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 10px;
}

.filter {
    filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.12));
    border-radius: 4px;
    border: none;
    height: 175px;
}

.fliler h4 {
    padding: 50px;
    text-align: center;
    z-index: 2;
    position: relative;
    color: #fff;
}

.filter img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: inherit;
    z-index: 1;
    opacity: 0.7;
    background-color: #c6c6c6;
}

.searchResultHeader .search-again-txt {
    font-size: 14px;
    line-height: 18px;
    color: #073E9C;
}

.searchResultHeader .input-group-text {
    border-radius: 2px 0px 0px 2px;
    background-color: transparent;
    border-right: none;
    color: #5B5A5A;
    border-color: #000000;
    padding-right: 1px;
}

.search-box {
    font-size: 16px;
    line-height: 20px;
    color: #242424;
    border-left: none !important;
    border: 1px solid #000000;
    border-radius: 2px;
}

.searchResultHeader h6 a {
    font-family: 'Merriweather', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.searchResultHeader p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 40px;
}

.pagination-container h6 {
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
}

.page-item.active .page-link {
    background: #000000;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 4px;
}

.page-item .page-link {
    margin: auto 8px;
    border-color: #BBBBBB;
    border-radius: 4px;
    font-family: 'Merriweather', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
}

.searchResultHeader .input-group * {
    border: none !important
}

.searchResultHeader .input-group {
    border: 1px solid #000000;
}

    .searchResultHeader .input-group:hover,
    .searchResultHeader .input-group:focus,
    .searchResultHeader .input-group:focus .form-control {
        outline: 3px solid #073E9C;
    }

    .searchResultHeader .input-group .form-control:hover,
    .searchResultHeader .input-group .form-control:focus {
        box-shadow: none !important;
    }

.searchResultHeader .bi-search {
    z-index: 3;
    position: absolute;
    top: 6px;
    left: 10px;
}

.form-control:focus,
.form-control:hover,
.form-select:focus,
.form-select:hover,
.form-check-input:hover,
.form-check-input:focus {
    border: 1px solid #8c8c8c;
    border-radius: 0px;
    outline: 1px dashed #242424;
    outline-offset: 3px;
    box-shadow: none;
}

.searchResultHeader button {
    position: absolute;
    top: 6px;
    right: 10px;
    height: 22px;
    width: 20px;
    padding: 0;
    margin: 0;
    padding: 0px;
    color: #000000;
    outline: 1px solid transparent;
    box-shadow: none;
    border: none !important;
}

    .searchResultHeader button:hover,
    .searchResultHeader button:focus {
        position: absolute;
        top: 6px;
        height: 22px;
        width: 20px;
        padding: 0;
        margin: 0;
        padding: 0px;
        color: #5B5A5A !important;
        outline: 1px dashed #242424;
        border: none !important;
        box-shadow: none;
        border-radius: 0px;
    }

.searchResultHeader .form-control {
    border-radius: 2px;
    padding-left: 30px;
    padding-right: 32px;
    color: #242424;
    line-height: 20px;
    outline-offset: 3px;
}

    .searchResultHeader .form-control:hover,
    .searchResultHeader .form-control:focus {
        outline: 1px dashed #242424;
        outline-offset: 3px;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .searchResultHeader .form-control::-webkit-input-placeholder { /* Chrome */
        color: #242424;
    }

    .searchResultHeader .form-control:-ms-input-placeholder { /* IE 10+ */
        color: #242424;
    }

    .searchResultHeader .form-control ::-moz-placeholder { /* Firefox 19+ */
        color: #242424;
        opacity: 1;
    }

    .searchResultHeader .form-control:-moz-placeholder { /* Firefox 4 - 18 */
        color: #242424;
        opacity: 1;
    }

.fdic-icon {
    width: 70px;
    height: 50px;
}

.sitemap h5 {
    min-height: 16px;
    height: auto;
}

.sitemap ul {
    padding: 0;
    margin: 0;
}

.sitemap li {
    list-style: none;
    border: none;
}

    .sitemap li a {
        color: #9A4A08;
        border: none;
        padding: 6px;
    }

        .sitemap li a:focus,
        .sitemap li a:hover {
            outline-offset: -3px !important;
            text-decoration: none !important;
        }

        .sitemap li a:focus,
        .sitemap li a:hover,
        .contact-us-confirm-page a:hover,
        .contact-us-confirm-page a:focus {
            color: #AD6224 !important;
            text-decoration: underline;
            background-color: transparent;
        }

.sitemap hr {
    margin: 12px;
    background-color: #000000;
    opacity: 1;
}

.content-slider-section {
    padding: 16px 16px 0;
}

.content-slider {
    position: relative;
    padding: 0px 24px;
}

    .content-slider .owl-theme .custom-nav {
        position: absolute;
        top: 35%;
        left: 0;
        right: 0;
    }

        .content-slider .owl-theme .custom-nav .owl-prev, .content-slider .owl-theme .custom-nav .owl-next {
            position: absolute;
            color: inherit;
            background: none;
            border: none;
            z-index: 1;
            align-self: center;
        }

            .content-slider .owl-theme .custom-nav .owl-prev i, .content-slider .owl-theme .custom-nav .owl-next i {
                font-size: 1.5rem;
                color: #fff;
            }

        .content-slider .owl-theme .custom-nav .owl-prev {
            left: -8px;
        }

        .content-slider .owl-theme .custom-nav .owl-next {
            right: -8px;
        }

.mx-m-16 {
    margin: 32px -16px;
}

.privacy-table thead {
    background-color: #595959;
}

    .privacy-table thead tr th {
        color: #FFFFFF;
        font-family: 'Merriweather',sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        padding: 24px 8.5px;
        width: 33.33%;
        text-align: center;
    }

        .privacy-table thead tr th:first-child {
            text-align: left;
        }

.privacy-table tbody tr td {
    padding: 24px 8px;
    border: none;
    border-top: 1px solid #c6c6c6;
    box-shadow: none;
    color: #242424 !important;
}

.table > :not(:first-child) {
    border: none;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: #f4f4f4;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
    background-color: #FFFFFF;
}

.pagination {
    margin: 0px;
}

    .pagination li {
        width: 32px;
        height: 32px;
        background-color: #fff;
        border: 1px solid #BBBBBB;
        border-radius: 4px;
        margin-right: 8px;
    }

        .pagination li a {
            width: 32px;
            height: 32px;
            line-height: 32px;
            color: rgba(0, 0, 0, 0.5);
            display: flex;
            justify-content: center;
            align-self: center;
            font-size: 16px;
            font-family: 'Merriweather', sans-serif;
        }

        .pagination li.active a {
            color: #fff;
        }

        .pagination li.active {
            background-color: #000;
            border: 1px solid #000;
        }

.external-link {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #AD6224;
    padding: 0;
    display: inline-flex;
}

    .external-link:hover {
        background-color: transparent !important;
        color: #F9A01B;
    }

    .external-link .external-icon,
    .external-link .pdf-icon {
        background: url('/images/Overhaul/link-external-website.svg') center left no-repeat;
        width: 20px;
        height: 20px;
        margin-right: 20px;
    }

    .external-link .pdf-icon {
        background: url('/images/Overhaul/pdf-icon.svg') center left no-repeat;
    }

.list-group.border-0 li {
    border: none !important;
}

.calander-icon {
    background-image: url('/images/Overhaul/calendar-icon.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.calander-down-arrow {
    background-image: url('/images/Overhaul/calendar-down-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
}

.datepicker {
    padding: 14px !important;
    box-shadow: 0px 16px 24px rgba(0,0,0,0.12);
    border-radius: 4px !important;
    border: none;
    margin-top: 2px;
}

    .datepicker thead th {
        font-size: 16px;
        line-height: 40px;
        font-weight: bold;
        font-style: normal;
        font-family: 'Merriweather', sans-serif;
        margin-bottom: 16px;
    }

        .datepicker thead th[tabindex]:focus,
        .datepicker thead th[tabindex]:hover {
            border: none;
            border-radius: 0px;
            outline: 1px dashed #242424;
            outline-offset: -5px;
            box-shadow: none;
        }

    .datepicker tbody td[tabindex]:focus,
    .datepicker tbody td[tabindex]:hover {
        border: none;
        border-radius: 0px;
        outline: 1px dashed #242424;
        outline-offset: -5px;
        box-shadow: none;
    }

    .datepicker tbody span {
        padding-right: 1.5px;
    }

        .datepicker tbody span[tabindex]:focus,
        .datepicker tbody span[tabindex]:hover {
            border: none;
            border-radius: 0px;
            outline: 1px dashed #242424;
            box-shadow: none;
        }


    .datepicker .prev, .next {
        color: #5B5A5A;
    }

    /*.datepicker th.dow {
        color: rgba(0, 0, 0, 0.25) !important;
    }*/

    .datepicker th .prev::before {
        content: " ";
        display: inline-block;
        background-image: url('/images/Overhaul/calendar-down-arrow.svg');
    }

    .datepicker td, .datepicker th {
        width: 30px !important;
        height: 30px !important;
        padding: 4px;
    }

    .datepicker td, .datepicker tbody th,
    .datepicker thead th.dow {
        font-size: 12px;
        color: #000;
        font-style: italic;
        font-family: 'Lato', sans-serif;
    }

    .datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover,
    .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled],
    .datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
        background-color: #AD6224 !important;
        background-image: none !important;
        color: #FFFFFF !important;
        border: none !important;
        border-radius: 50% !important;
        font-style: normal;
    }

input[name="startDate"],
input[name="toDate"] {
    color: #000000;
    font-style: normal;
}
    /* Chrome */
    input[name="startDate"]::-webkit-input-placeholder,
    input[name="toDate"]::-webkit-input-placeholder {
        color: #000000;
        font-style: normal;
    }
    /* Firefox */
    input[name="startDate"] ::-moz-placeholder {
        color: #000000;
        font-style: normal;
    }
    /* IE */
    input[name="startDate"] :-ms-input-placeholder {
        color: #000000;
        font-style: normal;
    }

.datepicker-dropdown:before,
.datepicker-dropdown:after {
    display: none !important;
}

.input-group.date .form-control,
.input-group-text {
    padding: 9px 8px;
    border: none;
    border-radius: 0 !important;
    box-shadow: none;
}

.input-group.date {
    border: 1px solid #000000;
    border-radius: 2px;
}

    .input-group.date .form-control:focus {
        box-shadow: none;
    }

    .input-group.date:focus,
    #select-news-category:focus {
        box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.25) !important;
    }

.combox-box-btn {
    border: 1px solid #C8B3B3;
    border-radius: 2px;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding: 10px 8px;
}

.combox-box-btn {
    background-color: transparent !important;
}

    .combox-box-btn.dropdown-toggle[aria-expanded="false"]::after {
        display: inline-block;
        float: right;
        content: "";
        border: none;
        background-image: url(/images/Overhaul/calendar-down-arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 20px;
        height: 20px;
    }

    .combox-box-btn.dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(-225deg);
        display: inline-block;
        content: "";
        float: right;
        margin-top: 10px;
        margin-right: 5px;
        width: 8px;
        height: 8px;
        border: 2px solid;
        border-color: transparent transparent #5B5A5A #5B5A5A;
    }

.dropdown.combox-box-cls .dropdown-menu {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24);
    border-radius: 2px;
    padding: 0;
}

.form-select {
    padding: .675rem 2.25rem .575rem .75rem;
    margin-bottom: 40px;
}

.content-slider-img img {
    width: 112px;
    height: 112px;
    margin: auto auto;
}

.modal-dialog.sign-up ul li {
    list-style: none;
}

.carousel-indicators {
    position: relative;
    align-self: center;
    margin: 0;
}

.carousel-control-next, .carousel-control-prev {
    position: relative;
    width: 100%;
    opacity: 1;
}

.carousel-control-prev-icon {
    background-image: url('/images/Overhaul/arrow-left-black.svg');
}

.carousel-control-next-icon {
    background-image: url('/images/Overhaul/arrow-right-black.svg');
}

.carousel-control-play-icon {
    background-image: url('/images/Overhaul/play.svg');
}

.carousel-control-pause-icon {
    background-image: url('/images/Overhaul/pause.svg');
}

.carousel-control-play-icon,
.carousel-control-pause-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.carousel-control {
    margin-top: 18px;
    margin-bottom: 18px;
}

    .carousel-control > div {
        padding-right: 15px;
    }

    .carousel-control button {
        border: 1px solid transparent;
    }

    .carousel-control .carousel-indicators button:hover,
    .carousel-control .carousel-indicators button:focus {
        border-radius: 50% !important;
    }

.outline-offset-7:hover,
.outline-offset-7:focus {
    outline-offset: 7px !important;
}

.industrydd-label, .locationdd-label {
    font-size: 28px !important;
    line-height: 40px !important;
    padding-bottom: 18px;
}

.interested-label {
    font-size: 28px !important;
    line-height: 20px !important;
    /*padding-bottom: 18px;*/
}

div.consent-divbox {
    margin-top: 24px !important;
}

    div.consent-divbox > .row:nth-child(1) {
        height: 147px;
    }

    div.consent-divbox > .row:nth-child(2) {
        height: 52px;
        padding-top: 6px;
    }

div.captcha-mod {
    transform: scale(0.7);
    transform-origin: 0 0;
}

.section-home-contact-us form input.submit {
    line-height: 20px !important;
    float: right;
    margin-top: 6px;
    padding: 10.5px 40px !important;
}

span.field-validation-error > span {
    color: #993400 !important;
}

div#contactus-popup {
    display: inline;
    padding: 0;
}
/*div.fixwidth{
    width:1150px;
    height:1010px;
}*/
#contactus-popup .custom-gutter:first-child {
    text-align: left;
}

div#contactus-popup .remodal-close {
    top: -13px;
    right: -10px;
}

.contact-us-modal-width {
    width: auto;
}

div.contactus-thankyou-popup h2,
div.contactus-thankyou-popup h3,
div.contactus-thankyou-popup p {
    text-align: center;
}

div.popupheader {
    border-bottom: none;
}
/*.form-select option{
    background-color:#2b2e38;
    color:#fff;
}*/
/*button#loadMore {
    color: #713A0E;
}

a.d-flex.align-items-center {
    color: #713A0E;
}*/

/* contact us start */
.combox-box-btn-fff {
    background-color: #ffffff !important;
    white-space: normal;
}

.accordian-bdr {
    border-bottom: 1px solid #000000 !important;
}

.tab-active {
    background-color: #f4f4f4;
    color: #000000 !important;
    border-radius: 10px 10px 0px 0px;
    border: 2px solid #e4e4e4;
    font-weight: 700;
}

.navigation-item:hover {
    color: #000000;
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
}

.show-nav-item {
    display: flex !important;
}

.nav-item-section {
    border: 2px solid #f4f4f4;
    background-color: #f4f4f4 !important;
}

.combox-box-btn-fff {
    background-color: #ffffff !important;
}

.show-accordion {
    display: none;
}

.show-navbar-contactus {
    display: flex;
}

#contactUsAccordion .accordion-button:not(.collapsed) {
    color: #000000 !important;
    background-color: #f4f4f4 !important;
    font-weight: 700 !important;
}

#contactUsAccordion .accordion-button::after {
    display: none;
}

.map-border {
    border: 2px black solid !important;
}

.hide-on-mobile {
    display: unset;
}

.change-ff-mobile {
    font-family: 'Merriweather', sans-serif;
}

.change-fw-bold-mobile {
    font-weight: 700;
}

.captcha-mod-contact-page {
    transform: scale(0.7);
    transform-origin: 0 0;
}

.fs-28 {
    font-size: 28px;
    line-height: 40px;
}

.fs-24-contact-tab {
    font-size: 24px;
    line-height: 30px;
}

.fs-24-contact-us {
    font-size: 24px;
    line-height: 30px;
}

.fs-14-contact-us {
    font-size: 14px;
    line-height: 20px;
}

.grey-border {
    border: 1px #c6c6c6 solid;
}

.fs-24-contact-holiday {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.fs-16-contact-holiday {
    font-size: 16px;
    line-height: 20px;
}

.fs-20-contact-holiday {
    font-size: 20px;
    line-height: 24px;
}

.fs-24-contact-resource {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.fs-20-contact-resource {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.fs-24-contact-location {
    font-size: 24px;
    line-height: 30px;
}
/* contact us end */

/* News Article Page start*/
.news-article-hr {
    background-color: #AD6224 !important;
    opacity: 1;
    width: 85px !important;
    display: inline-flex;
    height: 6px !important;
}

.news-article-publisher-header {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.news-article-leader-big {
    width: 180px;
    height: 180px;
    min-height: 180px;
    border-radius: 100%;
}

.news-article-leader-small {
    width: 50px;
    height: 50px;
    min-height: 50px;
    border-radius: 100%;
}

.image-text-overlay-container {
    position: relative;
    text-align: left;
    color: #1E1B1B
}

.fs-16-article {
    font-size: 16px;
    line-height: 20px;
}

.fs-48-title {
    font-size: 48px !important;
    line-height: 64px !important;
}

.text-centered {
    top: 50% !important;
    bottom: auto;
    transform: translate(0%, -50%) !important;
    text-align: left;
}

.article-banner-image {
    height: 300px;
    width: 100%;
    filter: brightness(50%);
}

.reverse-grid {
    flex-direction: row-reverse;
}

.responsive.table {
    width: 100% !important;
    border-collapse: collapse;
}

#contactUsAccordion .below-border.accordion-button:not(.collapsed) {
    color: #000000 !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px #000 solid !important;
}

.show-accordion-news-article {
    display: none !important;
}

.hide-article-para-heading {
    display: unset !important;
}

.social-media-icon-news-article {
    width: 15px;
    height: 15px
}

.banner-image-text-article {
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
    color: #fff;
}

.main-title-para-article {
    font-size: 24px;
    line-height: 30px;
}

.news-article-quote {
    width: 28px;
    height: 20px;
}

/* News Article Page End*/

/* News Landing Page start*/
.verticle-line {
    border-left: 1px solid black;
    height: 10px;
}

.selection-option-border {
    border-color: black;
    border-style: solid;
    border-width: 1px 0;
}
/* News Landing Page End*/

/*News-Insights start*/
#news-landing-filters {
    display: flex;
}

    #news-landing-filters .active {
        color: #000;
        font-weight: 700;
    }

    #news-landing-filters span {
        cursor: pointer;
    }

.btn-square-orange {
    background-color: #F9A01B;
    border: 0;
    border-radius: inherit;
    font-weight: 700;
    width: 117px;
    height: 44px;
}

.image-card-news-landing1 {
    height: 246px;
}

.image-card-news-landing2 {
    height: 303px;
    object-fit: cover;
    border-radius: 0 4px 4px 0;
}

.card-border {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24);
    border-radius: 4px;
}

.card-button {
    border-radius: 8px;
    padding: 0 !important;
    align-items: center;
    display: grid;
}

.row-limit-3-lh30 {
    max-height: 90px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row-limit-2-lh30 {
    height: 60px;
    overflow: hidden;
}

.row-limit-3-lh24 {
    max-height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row-limit-2-lh24 {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.show-in-desktop {
    display: flex;
}

.show-in-mobile-tablet {
    display: none;
}

.overflow-three-dots {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.news-landing-featured-news-card {
    height: 303px;
    position: relative;
}

.news-landing-featured-news-multicard {
    height: 344px;
    position: relative;
}

.news-landing-featured-news-multisummary {
    font-size: 18px;
    line-height: 24px;
    max-height: 72px;
    -webkit-line-clamp: 3;
}

.news-landing-featured-news-readmore {
    bottom: 0;
    position: absolute;
}

.news-landing-featured-news-multireadmore {
    bottom: 0;
    position: absolute;
}

.news-landing-featured-news-title {
    font-size: 24px;
    line-height: 30px;
    max-height: 90px;
    -webkit-line-clamp: 3;
}

.news-landing-featured-news-summary {
    max-height: 72px !important;
    -webkit-line-clamp: 3 !important;
}

.fs-36-news-landing-latest-news-header {
    font-size: 36px !important;
    line-height: 40px !important;
}

.carousel-item-background {
    background-color: #EDECEC !important;
    border: none !important;
}

.news-landing-latest-news-title {
    font-size: 20px;
    line-height: 24px;
    max-height: 48px;
    -webkit-line-clamp: 2;
}

.news-landing-latest-news-summary {
    font-size: 18px;
    line-height: 24px;
    max-height: 48px;
    -webkit-line-clamp: 2;
}

.news-landing-latest-news-image {
    height: 147px;
    object-fit: cover;
}

.carousel-item.three-card-slider.active {
    display: flex;
}

.carousel-item.three-card-slider {
    display: none;
}

.transform-50 {
    transform: translateX(-50%) !important;
}

.show-in-tab {
    display: none;
}

.show-in-mob {
    display: none;
}
/*News Insights End*/

/*Mega Menu Start*/
.custom-gutter-top-nav div.col {
    padding: 0 2.5rem;
}

    .custom-gutter-top-nav div.col:first-child {
        padding: 0 3.5rem 0 1.5rem;
    }

    .custom-gutter-top-nav div.col:last-child {
        padding: 0 1.5rem 0 3.5rem;
    }
/*Mega Menu End*/

.fc-713A0E {
    color: #713A0E !important;
}
/* External Link Popup start*/
.external-link-dialog {
    box-shadow: 0px 4px 8px 0px #0000003D !important;
}

.fs-18-external-modal {
    font-size: 18px;
    line-height: 24px;
}
/* External Link Popup End*/

/* Product Page Start*/
.product-page-h2 {
    font-size: 40px;
    line-height: 48px;
}

.fs-16-product-page {
    font-size: 16px;
    line-height: 20px;
}

.row-limit-2-lh24-product-page {
    font-size: 18px;
    max-height: 48px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fs-36-product-page {
    font-size: 36px;
    line-height: 40px;
}

.product-page-highlight-icon {
    height: 75px;
    width: 85px;
}

.product-page-highlight-grid2 {
    margin-left: 15%;
    margin-right: 15%;
}

.bg-black-only {
    background-color: #000;
}

.font-white {
    color: #fff;
}

.product-page-expert-card {
    border: 1px solid #00000020;
    box-shadow: 0px 2px 4px 0px #0000003D;
}

.product-page-expert-card-image {
    width: 180px;
    height: 180px;
    /* border-radius: 180px; */
}

.product-page-expert-card-social-icons {
    width: 24px;
    height: 24px;
}

.fs-24-product-page {
    font-size: 24px;
    line-height: 30px;
}

.fs-24-product-page-highlight {
    font-size: 24px;
    line-height: 30px;
}

.fs-18-product-page-expert-card {
    font-size: 16px;
    line-height: 18px;
}

.fs-28-product-page {
    font-size: 28px;
    line-height: 40px;
}

.product-page-highlight-title {
    font-size: 40px !important;
    line-height: 48px !important;
}

.fs-48-product-title {
    font-size: 48px !important;
    line-height: 64px !important;
}

.product-page-related-products-space {
    padding-top: 150px;
}

.product-page-top-center {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.product-page-banner-forget {
    position: absolute;
    top: 0;
    right: 0;
    outline-offset: 1px !important;
}

.product-page-banner-image {
    height: 425px;
}

.product-page-banner-content {
    display: flex;
    align-items: center;
    height: 100%;
}

.product-page-highlight-hr {
    display: none
}

.show-in-desktop-tablet {
    display: flex;
}

.show-in-mobile-only {
    display: none;
}

.product-page-bannerform-summary {
    color: #713A0E;
}

.product-page-bannerform-button {
    box-shadow: 0px 8px 16px 0px #0000001F;
    border-radius: 8px;
}

.okaction {
    padding: 10px 20px !important;
    border: none !important;
}

@media screen and (min-width: 1023.98px) and (orientation: landscape) {
    .fs-24-product-page-highlight {
        font-size: 18px;
        line-height: 20px;
    }

    .product-page-highlight-title {
        font-size: 36px !important;
        line-height: 40px !important;
    }

    .product-page-highlight-grid2 {
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (max-width: 991.98px) {
    .fs-36-product-page {
        font-size: 24px;
        line-height: 30px;
    }

    .product-page-banner-image {
        height: 455px;
        object-fit: cover;
    }

    .fs-28-product-page {
        font-size: 18px;
        line-height: 20px;
    }

    .fs-48-product-title {
        font-size: 44px !important;
        line-height: 56px !important;
    }

    .fs-24-product-page-highlight {
        font-size: 18px;
        line-height: 20px;
    }

    .product-page-highlight-title {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .product-page-highlight-grid2 {
        margin-left: 0;
        margin-right: 0;
    }

    .product-page-highlight-grid3 {
        margin-left: 25%;
        margin-right: 25%;
    }
}

@media (max-width: 576px) {
    .product-page-banner-image {
        height: 575px;
    }

    .product-page-banner-content {
        text-align: center;
    }

    .fs-28-product-page {
        font-size: 18px;
        line-height: 24px;
    }

    .fs-48-product-title {
        font-size: 36px !important;
        line-height: 40px !important;
    }

    .product-page-highlight-title {
        text-align: center;
    }

    .product-page-highlight-hr {
        opacity: 1 !important;
        background-color: #fff !important;
        display: block;
    }

    .product-page-highlight-subtitle {
        text-align: center;
    }

    .product-page-highlight-video {
        height: 250px;
    }

    .product-page-feature-main {
        margin-right: 0;
        margin-left: 0;
    }

    .show-in-desktop-tablet {
        display: none;
    }

    .show-in-mobile-only {
        display: unset;
    }

    .product-page-highlight-grid3 {
        margin-left: 0%;
        margin-right: 0%;
    }
}
/* Product Page End*/

.CD-page-h {
    height: auto;
}

.CD-page-banner-image {
    height: 550px;
}

.CD-page-banner-image-mobile {
    display: none;
}

.section-online-points img {
    min-height: auto;
    height: 24px;
    width: 23px;
}

.CD-img-section {
    position: absolute;
    top: 150px;
}

.CD-img-h {
    height: 470px;
}

.line-h-18 {
    line-height: 18px;
}

.h-50-px {
    height: 50px;
}

.h-54-px {
    height: 54px;
}

.h-inherit {
    height: inherit;
}

.border-r-8 {
    border-radius: 8px;
}

.fc-orange.light-orange-color:hover {
    color: #9a4a10 !important;
}

.un-order-tick img {
    height: 16px;
    width: 16px;
    min-height: 16px;
}

.h-24 {
    height: 24px;
}

input[type="radio"] {
    margin-right: 8px;
}

ul.career-ul-list li {
    line-height: 20px;
}

    ul.career-ul-list li::marker {
        font-size: 16px;
    }

.list-iteam {
    font-size: 16px;
    line-height: 18px;
}
/* Responsive iframe container */

iframe.career-page-iframe {
    width: 100%;
    border: none;
    display: block;
    padding: 0;
}

@media (max-width: 767px) {
    /* Your styles for phone portrait go here */
    .CD-page-h {
        height: 1030px;
        overflow: auto;
    }

    .h-54-px {
        height: 90px;
    }

    .product-page-top-center {
        top: 0%;
        transform: none;
        padding: 0;
    }

    .CD-page-banner-image-mobile {
        height: 350px;
    }

    .CD-page-banner-contect-mobile {
        position: absolute;
    }

    .CD-page-banner-image {
        display: none;
    }

    .CD-page-banner-image-mobile {
        display: block;
    }

    .CD-img-section {
        width: 92% !important;
    }

    .h-50-px {
        height: auto;
    }
}

.accordion-button[aria-disabled="true"] {
    pointer-events: none;
    opacity: 0.6;
}

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    white-space: nowrap;
}

.sr-announcer {
    position: absolute;
    left: -9999px;
}

/*Small devices (landscape phones, 320px and up)*/
@media (max-width: 374.98px) {
    .idb-banner-btn {
        font-size: 4vw;
    }

    #carouselExampleIndicators .carousel-item picture img {
        min-height: 309px;
    }

    .contact-us-modal-width {
        width: 300px !important;
    }

    div.captcha-mod {
        transform: scale(1.05);
    }

    .h-only-396 {
        height: 390px;
    }

    .carousel-caption h1 {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .call-to-action-btn {
        font-size: 14px;
        line-height: 16px;
    }

        .call-to-action-btn span {
            height: 20px !important
        }

    iframe.career-page-iframe {
        height: 1900px; /* ensures full content visibility */
    }
}

    .call-to-action-btn span {
        height: 20px !important
    }
    iframe.career-page-iframe {
        height: 1900px; /* ensures full content visibility */
    }

    .m-mobile-0 {
        margin: 0;
    }
}

@media (min-width: 375px) and (max-width: 576px) {
    iframe.career-page-iframe {
        height: 1770px; /* ensures full content visibility */
    }

    .contact-form-margin {
        margin-bottom: 14px !important;
    }

    .hide-on-mobile {
        display: none;
    }

    .change-ff-mobile {
        font-family: unset;
    }

    .change-fw-bold-mobile {
        font-weight: unset;
    }
    /* div.captcha-mod {
        transform: scale(1.2);
    }
    div.captcha-mod-popup {
        transform: scale(1.1) !important;
    }*/
    .carousel-caption h1 {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .call-to-action-btn {
        font-size: 16px;
        line-height: 20px;
    }

    .call-to-action-btn span {
        height: 20px !important
    }

    .m-mobile-0 {
        margin: 0;
    }
}
/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 991.98px) {
    /* News Article Start*/
    .text-centered {
        top: 50% !important;
        transform: translate(0, -50%) !important;
        width: 415px;
    }
    /* News Article End*/
    /* Mega Menu Start*/
    .custom-gutter-top-nav div.col {
        padding: initial;
    }

        .custom-gutter-top-nav div.col:first-child {
            padding: initial;
        }

        .custom-gutter-top-nav div.col:last-child {
            padding: initial;
        }
    /* Mega Menu End*/
    /* Contact us start */

    .fs-24-contact-resource {
        font-size: 20px;
        line-height: 24px;
    }

    .fs-20-contact-resource {
        font-size: 16px;
        line-height: 20px;
    }

    .fs-24-contact-holiday {
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
    }

    .fs-20-contact-holiday {
        font-size: 18px;
        line-height: 24px;
    }

    .fs-24-contact-us {
        font-size: 18px;
        line-height: 24px;
    }

    .fs-28 {
        font-size: 24px;
        line-heoght: 30px;
    }

    .fs-14-contact-us {
        font-size: 12px;
        line-height: 20px;
    }

    .show-accordion {
        display: flex;
    }

    .show-navbar-contactus {
        display: none;
    }
    /* contact us end */
    .bg-sm-white {
        background-color: #FFF;
    }

    .bg-sm-black {
        background-color: #000000;
    }

    .header-logo {
        height: 48px;
        width: 87px;
        margin: auto;
    }

    .idb-banner-btn {
        color: #FFF;
    }

    .white-btn-right-arrow {
        margin: 0 auto !important;
    }

        .white-btn-right-arrow.mt-64 {
            margin-top: 16px !important;
        }

        .white-btn-right-arrow.mt-5 {
            margin-top: 32px !important;
        }

    .navbar-toggler,
    .alert-dismissible .btn-close {
        border: 1px solid transparent;
    }

        .sign-up:hover, .sign-up:focus, .navbar-toggler:hover, .navbar-toggler:focus,
        .btn-close:focus, .btn-close:hover, .link-dark:hover, .link-dark:focus {
            outline-offset: 0px;
        }

    .nav-link.dropdown-toggle {
        padding: 16px;
    }

    .navbar-collapse.collapse.show {
        overflow: auto;
        height: 100vh;
        padding-bottom: 30vh;
    }

    .dropdown-mega a {
        line-height: 24px;
        background-color: transparent;
    }

    .navbar-dark .navbar-nav .nav-link[aria-expanded="true"] .nav-link.dropdown-toggle.show {
        outline: none !important;
    }

    .navbar-nav .dropdown-menu {
        border-radius: 0 !important;
        padding: 0;
    }

        .navbar-nav .dropdown-menu.show {
            /* background-color: #E8E8E8;*/
            background-color: white;
            border: 1px solid #000;
            border-top: none;
            margin-top: -1px;
            box-shadow: 0px 2px 0px rgba(0,0,0,0.24) !important;
        }

    .dropdown-mega .row.row-cols-1.row-cols-lg-4 .col:first-child {
        margin-top: 0px;
    }

    .policy-fs-20 {
        font-size: 16px;
        line-height: 20px;
    }

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: #AD6224;
        outline: 1px dashed #000;
        outline-offset: -16px;
    }

    .privacy-policy-padder {
        padding: 0px 16px;
    }

        .privacy-policy-padder.bg-grident-mobile {
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(177, 174, 174, 0.24) 98.19%);
        }

        .privacy-policy-padder h4 {
            font-size: 20px;
            line-height: 24px;
        }

    .alert-dismissible .btn-close {
        padding: 10px;
        margin: 5px;
    }

    .py-30 {
        padding: 30px 0px;
    }

    .navbar {
        padding: 0;
    }

    .sidenav {
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        overflow-x: hidden;
        transition: 0.3s;
    }

    #main-content {
        transition: margin-left .3s;
    }

    #footer-content {
        transition: margin-left .3s;
    }

    #headerID {
        transition: margin-left .3s;
    }

    #offcanvas-overlay {
        position: fixed; /* Sit on top of the page content */
        display: none; /* Hidden by default */
        width: 100%; /* Full width (cover the whole page) */
        height: 100%; /* Full height (cover the whole page) */
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5); /* Black background with opacity */
        z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
        cursor: pointer; /* Add a pointer on hover */
        margin-left: 250px;
    }

    .offcanvas-moveright {
        margin-left: 250px;
        width: 100%;
    }

    .offcanvas-moveright-z {
        margin-left: 250px;
        width: 100%;
        z-index: 0;
    }

    .sign-up,
    .btn.idb-banner-btn {
        font-size: 14px;
        color: #fff;
        line-height: 18px;
        padding: 9px;
        width: fit-content;
        margin: 3px;
    }

    .modal-dialog.sign-up {
        width: auto !important;
    }

    .sign-up:hover,
    .sign-up:focus,
    .btn.idb-banner-btn:hover,
    .btn.idb-banner-btn:focus {
        color: #f4f4f4;
        margin: 3px;
        outline-color: #FFFFFF !important;
        outline-offset: -2px;
    }

    .sign-in-mobile {
        background-color: #F9A01B;
        color: #000000;
        border-radius: 8px;
        line-height: 20px;
        font-weight: bold;
        font-size: 18px;
        padding: 10px 24px 10px 10px;
        box-shadow: none;
        outline-offset: 6px;
        outline: 1px dashed transparent;
    }

        .sign-in-mobile:hover,
        .sign-in-mobile:focus {
            background-color: #F19B19;
            color: #000000;
            border: 1px solid transparent;
        }

        .sign-in-mobile .lock-black-icon {
            background: url('/images/Overhaul/lock-black-icon.svg') no-repeat center center !important;
            margin: 2px 5px -3px -1px !important;
        }

    .search-black-icon {
        background: url('/images/Overhaul/search-black-icon.svg') no-repeat top center !important;
        margin: -4px 0 !important;
    }

    .search-close-icon {
        background: url('/images/Overhaul/search-close-icon.svg') no-repeat top center !important;
        margin: -4px 0 0 0px !important;
    }

    .lock-icon-home,
    .search-black-icon,
    .sign-in-mobile .lock-black-icon,
    .search-close-icon {
        background: url('/images/Overhaul/lock-black-icon.svg') no-repeat top left;
        background-size: contain;
        display: inline-block;
        height: 18px;
        width: 18px;
        margin: -1px 5px -3px -1px;
    }

    .searchResultHeader .bi-search.pos-right {
        right: 10px;
        left: unset;
    }

    .menu-search-input {
        padding: 8px !important;
    }

    .search-box-focus {
        border-radius: 0px;
        outline: 1px dashed #242424 !important;
        outline-offset: 3px;
        box-shadow: none;
    }

    .menu-search-input:hover,
    .menu-search-input:focus {
        border: 1px solid #8c8c8c;
        border-radius: 0px;
        outline: 1px dashed #242424 !important;
        outline-offset: 3px;
        box-shadow: none;
    }

    .navbar hr {
        height: 2px;
        color: #c6c6c6;
        opacity: 1;
    }

    .navbar-toggler-icon {
        background-image: url('/images/Overhaul/menu-line-icon.svg'), url('/images/Overhaul/menu-line-icon.svg'), url('/images/Overhaul/menu-line-icon.svg');
        background-position: top, center, bottom;
        width: 40px;
        height: 22px;
    }



    .navbar-toggler {
        margin: 3px;
        padding: 7px;
    }

    .navbar-collapse {
        background: #E8E8E8;
        min-height: 100vh;
    }

    .navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link[aria-expanded="false"] {
        color: #9A4A08;
        font-size: 18px;
        line-height: 20px;
        font-weight: normal;
        width: 100%;
        background-color: transparent;
        white-space: normal;
    }

    .dropdown-toggle::after, .dropdown-toggle[aria-expanded="false"]::after {
        background-image: url('/images/Overhaul/arrow-down-orange.svg');
        width: 20px;
        height: 20px;
        border: none;
        background-repeat: no-repeat;
        background-position: 3px 7px;
        float: right;
    }

    .dropdown-toggle[aria-expanded="true"]::after {
        background-image: url('/images/Overhaul/arrow-up-black.svg');
    }

    .navbar-dark .navbar-nav .nav-link[aria-expanded="true"] {
        color: #000000;
        font-weight: bold;
        outline-offset: 0px;
        outline: none;
        border: 1px solid #000;
        border-bottom: none;
        /*background-color: #E8E8E8;*/
        background-color: white;
    }

    footer {
        padding: 64px 16px;
    }

    .privacy-table {
        width: 1200px;
    }

    .box-shadow-mobile {
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24);
        border-radius: 4px;
        border: 1px solid #c6c6c6 !important;
    }

    .bg-242424-mobile {
        background-color: #242424;
    }

        .bg-242424-mobile h2 {
            color: #FFFFFF;
        }

    .bg-FFF {
        background-color: #FFFFFF;
    }

    .bg-light-black {
        background-color: #242424;
    }

    .bg-gradint-mobile {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(177, 174, 174, 0.24) 98.19%);
    }

        .bg-gradint-mobile h2.text-white {
            color: #000000 !important;
        }

    .bg-light-black .white-text-mobile,
    .bg-light-black .p-white,
    .bg-light-black label {
        color: #FFFFFF;
    }

    .bg-light-black .combox-box-btn {
        background-color: #fff !important;
        color: #000000;
        font-size: 14px;
    }

    .bg-light-black hr {
        width: 240px;
        background-color: #f4f4f4;
        margin: 32px auto;
        opacity: 1;
    }

    .infornation-accordion .accordion-button {
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
    }

    .carousel-caption {
        top: 32px;
    }

        .carousel-caption h3 {
            margin: 24px auto;
        }

    div.consent-divbox > .row:nth-child(1) {
        height: auto;
    }

    div.consent-divbox > .row:nth-child(2) {
        height: auto;
        padding-top: 6px;
    }

    .section-home-contact-us form input.submit {
        line-height: 20px !important;
        margin-top: 6px;
        border-radius: 8px !important;
    }

    div.fixwidth {
        width: auto;
        height: auto;
    }

    div.fixpopupwidth {
        width: auto;
        height: auto;
    }
}

@media (min-width: 577px) and (max-width: 991.98px) {
    .contact-us-form-landscape > [class*='col'] {
        padding: 0 28px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .bg-light-black .combox-box-btn {
        font-size: 16px !important;
    }

    .padder-13-135 {
        padding: 0 10px;
    }

    .carousel-caption {
        top: 32px;
    }

        .carousel-caption h3 {
            margin: 40px auto;
        }

    footer {
        padding: 64px 24px;
    }

    .m-tabel-8 {
        margin: 0 -8px !important;
    }

    .custom-gutter-tablet > [class*='col'] {
        margin-top: 0px;
        margin-bottom: 16px;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
        /* .custom-gutter > [class*="col"]:first-child {
        padding-left:0px;
    }
    */
        .custom-gutter-tablet > [class*="col"]:last-child {
            margin-bottom: 16px;
        }
    .custom-gutter > [class*='col'] {
        margin-top: 0px;
        margin-bottom: 32px;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
        /* .custom-gutter > [class*="col"]:first-child {
        padding-left:0px;
    }
    */
        .custom-gutter > [class*="col"]:last-child {
            margin-bottom: 16px;
        }
    .h-md-100 {
        height: 100%;
    }

    .contact-us-confirm-header h1 {
        font-size: 48px !important;
        line-height: 64px !important;
    }
}

@media (min-width: 992px) {
    .dropdown-mega > a {
        font-size: 14px;
    }

    .padder-13-135 {
        padding: 0 24px;
    }

    .CD-page-banner-image {
        height: 520px;
    }

    .padder-135 {
        padding: 24px;
    }

    .bg-sm-white {
        background-color: #000000;
    }

    .bg-sm-black {
        background-color: #FFFFFF;
    }

    .header-logo {
        width: 120px;
        height: 65px;
    }

    .l-h-48 {
        min-height: 48px;
        height: auto;
    }

    .policy-fs-20 {
        font-size: 20px;
        line-height: 24px;
    }

    .mb-56 {
        margin-bottom: 56px !important;
    }

    .fs-24 {
        font-size: 24px;
        line-height: 30px;
    }

    .carousel-caption .caption-text {
        font-size: 28px;
        line-height: 40px;
    }

    .rounded-lg-start {
        border-bottom-left-radius: 0.25rem !important;
        border-top-left-radius: 0.25rem !important;
        border-top-right-radius: 0 !important;
    }

    .rounded-lg-end {
        border-top-right-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
        border-top-left-radius: 0 !important;
    }

    .px-lg-32 {
        padding-left: 32px;
        padding-right: 32px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 100%;
        left: 0;
        border-radius: 0px !important;
        border: none;
        box-shadow: none;
        top: 69px;
        outline: none;
        padding: 0px;
    }

    .infornation-accordion .accordion-button {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .dropdown .nav-link.dropdown-toggle.active::after {
        display: block;
        vertical-align: bottom;
        content: "";
        border-top: 0;
        border-right: 0.8em solid transparent;
        border-bottom: 0.8em solid;
        border-left: 0.8em solid transparent;
        width: 20px;
        height: 22px;
        margin: auto;
        position: absolute;
        bottom: 0;
        color: #FFF;
    }

    .privacy-policy-padder,
    .product-pages,
    .contact-us-page,
    .contact-us-confirm-header {
        padding: 0 24px;
    }

        .privacy-policy-padder .fs-not-bold-40 {
            font-style: normal;
            font-weight: 400;
            font-size: 40px;
            line-height: 48px;
        }

    .content-slider .owl-theme .custom-nav .owl-prev i, .content-slider .owl-theme .custom-nav .owl-next i {
        font-size: 3rem;
    }

    .content-slider .owl-theme .custom-nav .owl-prev {
        left: 0;
    }

    .content-slider .owl-theme .custom-nav .owl-next {
        right: 0;
    }

    .sitemap hr {
        width: 100%;
    }

    .m-desktop-20 {
        margin-left: -24px;
        margin-right: -24px;
    }

    footer,
    .footer-subscribe-form {
        padding: 64px 32px;
    }

        footer .text-underline-none {
            text-decoration: none !important;
        }

    .padder-64-135, .category-section-box, .section-client-stories,
    .contact-us-confirm-page {
        padding: 64px 24px 8px !important;
    }

    .section-help-your-business {
        padding: 64px 24px !important;
    }

    .breadcrumb-section {
        padding: 24px 16px !important;
    }

    .leadership-section, .padder-103,
    .video-section-box {
        padding: 64px 24px 24px !important;
    }

    .nav-link {
        font-size: 16px;
        line-height: 20px;
    }

    .navbar .navbar-nav .nav-item {
        padding-left: 20px;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .dropdown-menu[data-bs-popper] {
        margin-top: 0px;
        border-radius: 0px;
        border: none;
        padding: 0;
    }

    .lock-icon-home {
        background: url('/images/Overhaul/lock-black-icon.svg') no-repeat top left;
        background-size: contain;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: -2px 10px -3px -1px;
    }

    .btn-sing-up:hover .lock-icon-home {
        background: url('/images/Overhaul/lock-white-color.svg') no-repeat top left;
    }

    h1, .carousel-caption h2, .carousel-caption h1, .product-pages h1, .privacy-policy-padder h1,
    .contact-us-confirm-header h1 {
        font-size: 48px;
        font-family: 'Merriweather';
        font-style: normal;
        font-weight: bold;
        line-height: 64px;
    }

    .alert {
        font-size: 16px;
        line-height: 20px;
        padding: 18px 46px !important;
    }

    .alert-dismissible .btn-close {
        padding: 1rem 1rem !important;
        margin: 0.2rem 0px 0px;
        border: 1px solid transparent;
    }

    .navbar {
        padding: 8.5px 10px;
    }

    .dropdown-mega .dropdown-menu .shadow {
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12) !important;
    }

    .mega-content {
        overflow-y: auto;
        max-height: 450px;
        height: auto;
    }


    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover {
        color: #fff;
        outline: 1px dashed #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link:hover, .nav-link.dropdown-toggle.show::after {
        color: #fff;
    }

    .nav-link.dropdown-toggle.show .dropdown-menu.shadow.show {
        display: block !important;
    }

    .navbar-dark .navbar-nav .nav-link {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 6px;
        margin: 14px;
        border: 1px solid transparent;
    }

    /*.dropdown:hover .nav-link.dropdown-toggle::after {
        display: block;
        vertical-align: bottom;
        content: "";
        border-top: 0;
        border-right: 0.8em solid transparent;
        border-bottom: 0.8em solid;
        border-left: 0.8em solid transparent;
        width: 20px;
        height: 22px;
        margin: auto;
        position: absolute;
        bottom: 6px;
    }*/
    .nav-link.dropdown-toggle.show::after {
        display: block;
        vertical-align: bottom;
        content: "";
        border-top: 0;
        border-right: 0.8em solid transparent;
        border-bottom: 0.8em solid;
        border-left: 0.8em solid transparent;
        width: 20px;
        height: 22px;
        margin: auto;
        position: absolute;
        bottom: 6px;
    }

    .navbar .navbar-nav .nav-item:first-child {
        padding-left: 0;
    }

    .sign-up {
        background-color: #F9A01B;
        color: #000000;
        border-radius: 8px;
        line-height: 20px;
        font-weight: bold;
        font-size: 18px;
        padding: 10px 24px 10px 10px;
        box-shadow: none;
        outline-offset: 6px;
        outline: 1px dashed transparent;
    }

        .sign-up:hover,
        .sign-up:focus {
            background-color: #F19B19;
            color: #000000;
            border: 1px solid transparent;
        }

    #carouselExampleIndicators .carousel-item.h-420 {
        height: 420px;
    }

    .h-272 {
        height: 272px;
    }

    .h-213 {
        height: 213px;
    }

    .h-396 {
        height: 396px;
    }

    .h-343 {
        height: 343px;
    }

    .h-339 {
        height: 339px;
    }

    .h-263 {
        height: 263px;
    }

    .h-161 {
        height: 161px;
    }

    .h-176 {
        height: 176px;
    }

    .h-178 {
        height: 177.5px;
    }

    #carouselExampleIndicators .carousel-caption {
        top: 80px;
        padding: 0px 24px;
    }

        #carouselExampleIndicators .carousel-caption h2 {
            font-size: 28px;
            line-height: 40px;
            text-align: left;
            margin: 24px 0 40px 0;
        }

    .section-box {
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24);
        border-radius: 4px;
        padding: 16px 32px !important;
    }

        .section-box .card-title, .product-pages h2,
        .privacy-policy-padder h4, .contact-us-confirm-page h4 {
            font-size: 24px;
            line-height: 30px;
        }

    .idb-info .card-title, .section-help-your-business, .section-home-contact-us h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .idb-info hr {
        margin: 32px 0;
    }

    .section-help-your-business .card-body {
        padding: 24px 32px;
    }

    .section-home-contact-us .sub-heading {
        font-size: 24px;
        line-height: 30px;
    }

    .im-intersted-txt,
    .search-sub-heading {
        font-size: 28px;
        line-height: 40px;
    }

    .submit {
        font-size: 18px !important;
        font-weight: bold;
        line-height: 25px !important;
        border-radius: 8px !important;
        padding: 11.5px 47px !important;
    }

    footer h6 hr {
        background-color: #e8e8e8;
        width: 80%;
        margin-bottom: 0;
        margin-top: 2px;
    }

    .section-help-you {
        padding: 64px 79px;
    }

    .footer-divider {
        position: relative;
        top: -64px;
        padding-left: 48px;
    }

    .pos-ab {
        position: absolute;
        width: 85%;
        margin-left: 12.5px;
    }

    .submit, .black-btn-right-arrow {
        width: auto;
    }

    .section-help-your-business .card-text:last-child {
        position: absolute;
        bottom: 28px;
    }

    .category-section-box h2, .section-client-stories h2, .section-help-your-business h2,
    .contact-us-confirm-page h2 {
        font-family: 'Merriweather', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 36px;
        line-height: 40px;
    }

    .custom-gutter > [class*='col'], .section-home-contact-us .custom-gutter > [class*='col'] {
        margin-top: 0px;
        margin-bottom: 56px;
        padding-left: 28px;
        padding-right: 28px;
    }


    .section-home-contact-us .custom-gutter > [class*='col'] {
        margin-bottom: 25px;
    }
    /* .custom-gutter > [class*="col"]:first-child {
        padding-left:0px;
   }
    */
    .custom-gutter > [class*="col"]:last-child {
        margin-bottom: 56px;
    }

    .breadcrumb-item, .breadcrumb-item a {
        font-size: 14px;
        line-height: 18px;
    }

    .fs-desktop-18 {
        font-size: 18px !important;
    }

    .category-section-box .min-h-40 {
        min-height: 45%;
    }

    .black-btn-right-arrow {
        padding: 8px 8px 8px 20px;
    }

    .filter {
        height: 160px;
    }

    .px-desktop-32 {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }

    .accordion-plus-minus .accordion-button {
        font-size: 24px;
        line-height: 30px;
    }

    .bg-lg-transparent {
        background-color: transparent !important;
    }
}

@media (min-width: 1024px) {
    iframe.career-page-iframe {
        height: 1560px; /* ensures full content visibility */
    }
    .sitemap h5 {
        min-height: 69px;
    }

    .m-desktop-20 {
        margin-left: -24px;
        margin-right: -24px;
    }

    .navbar {
        padding: 8.5px 32px 8.5px 24px;
    }
}

@media (min-width: 1200px) {
    iframe.career-page-iframe {
        height: 1580px; /* ensures full content visibility */
    }
    footer,
    .footer-subscribe-form {
        padding: 64px 135px;
    }

    .ps-111 {
        padding-left: 111px;
    }

    .pe-111 {
        padding-right: 111px;
    }

    .padder-135 {
        padding: 24px 135px;
    }

    .mega-content {
        padding: 0 110px;
    }

    #carouselExampleIndicators .carousel-caption,
    .padder-13-135 {
        padding: 13px 135px;
    }

    .navbar {
        padding: 8.5px 135px 8.5px 115px;
    }

    .sitemap h5 {
        min-height: 49px;
    }

    .m-desktop-20 {
        margin-left: -28px;
        margin-right: -28px;
    }

    .carousel-caption,
    .product-pages,
    .content-slider-section,
    .privacy-policy-padder,
    .contact-us-page,
    .contact-us-confirm-header {
        padding: 0px 135px;
    }

    .nav-link {
        font-size: 16px;
        line-height: 20px;
    }

    .navbar .navbar-nav .nav-item {
        padding-left: 10px;
    }

    .padder-64-135,
    .category-section-box,
    .section-client-stories,
    .product-section-box,
    .video-section-box {
        padding: 64px 135px 8px !important;
    }

    .section-help-your-business {
        padding: 64px 135px !important;
    }

    .breadcrumb-section {
        padding: 24px 135px !important;
    }

    .leadership-section, .padder-103,
    .contact-us-confirm-page {
        padding: 64px 135px 24px !important;
    }
}
/*Medium devices (tablets, 768px and up)*/
@media screen and (min-width: 1023.98px) and (orientation: landscape) {
    .section-home-contact-us {
        padding: 64px 66px;
    }

    .section-home-contact-us-popup .custom-gutter > [class*='col'] {
        margin-top: 0px;
        margin-bottom: 30px;
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media screen and (max-width: 1200px) and (orientation: landscape) {
    .fs-24-contact-resource {
        font-weight: 400;
    }
}

@media (min-width: 1024px) and (orientation: portrait) {
    .section-home-contact-us {
        padding: 64px 110px;
    }

    .section-home-contact-us-popup .custom-gutter > [class*='col'] {
        margin-top: 0px;
        margin-bottom: 30px;
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .section-home-contact-us {
        padding: 64px 66px;
    }

    .section-home-contact-us-popup .custom-gutter > [class*='col'] {
        margin-top: 0px;
        margin-bottom: 30px;
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media (min-width: 1024px) and (max-width: 1199.98px) {
    .m-desktop-28 {
        margin-left: -28px;
        margin-right: -28px;
    }

    .section-home-contact-us-popup .custom-gutter > [class*='col'] {
        margin-top: 0px;
        margin-bottom: 30px;
        padding-left: 28px;
        padding-right: 28px;
    }
}
/*Large devices (desktops, 992px and up)*/

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1300px) {
    iframe.career-page-iframe {
        height: 1510px; /* ensures full content visibility */
    }
    .dropdown-mega > a {
        font-size: 16px;
    }

    .ps-111 {
        padding-left: 111px;
    }

    .pe-111 {
        padding-right: 111px;
    }

    .navbar {
        padding: 8.5px 135px 8.5px 115px;
    }

        .navbar .navbar-nav .nav-item {
            padding-left: 30px;
        }

    .dropdown-mega a.list-group-item,
    .fs-16 {
        font-size: 16px !important;
        line-height: 29px;
    }

    footer {
        padding: 64px 135px;
    }
}

/* @media (min-width: 1350px) {
    .dropdown-mega > a {
        font-size: 18px;
        line-height: 20px;
    }
} */
@media (max-width: 1399.98px) {
    #scroll:focus {
        outline: 1px dashed #fff !important;
        outline-offset: 3px !important;
    }
} 
@media only screen and (min-width: 1300px) and (max-width: 1399.98px) {
    .main-first-col {
        width: 716px;
    }

    .main-second-col {
        width: 296px;
    }

    footer .first-col {
        width: 190px;
    }

    footer .second-col {
        width: 269px;
    }

    footer .thrid-col {
        width: 255px;
    }

    footer .fourth-col {
        width: 154px;
    }

    footer .fifth-col {
        width: 142px;
    }
}

@media only screen and (min-width: 1400px) {
    .main-first-col {
        width: 807px;
    }

    .main-second-col {
        width: 304px;
    }

    footer .first-col {
        width: 224px;
    }

    footer .second-col {
        width: 304px;
    }

    footer .thrid-col {
        width: 279px;
    }

    footer .fourth-col {
        width: 162px;
    }

    footer .fifth-col {
        width: 142px;
    }
}

@media (max-width:576px) {
    #news-landing-filters {
        display: grid;
    }

    div.captcha-mod {
        transform: scale(1.75);
    }

    div.captcha-mod-popup {
        transform: scale(1.60);
    }

    div.captcha-mod-contact-page {
        transform: scale(1.65);
    }

    .fs-24-contact-tab {
        font-size: 20px;
        line-height: 24px;
    }

    .fs-24-contact-holiday {
        font-size: 18px;
        line-height: 20px;
        font-weight: 400;
    }

    .fs-16-contact-holiday {
        font-size: 18px;
        line-height: 20px;
    }

    .fs-20-contact-holiday {
        font-size: 16px;
        line-height: 24px;
    }

    .fs-24-contact-resource {
        font-size: 16px;
        line-height: 20px;
    }

    .fs-24-contact-location {
        font-size: 18px;
        line-height: 20px;
    }

    .lh-28-contact-us {
        line-height: 28px !important;
    }

    .fs-18-contact-mobile {
        font-size: 18px !important;
        line-height: 20px !important;
    }
}

@media (max-width:550.99px) and (min-width: 526px) {
    div.captcha-mod {
        transform: scale(1.65);
    }

    div.captcha-mod-popup {
        transform: scale(1.55);
    }

    div.captcha-mod-contact-page {
        transform: scale(1.55);
    }
}

@media (max-width:525.99px) and (min-width: 501px) {
    div.captcha-mod {
        transform: scale(1.55);
    }

    div.captcha-mod-popup {
        transform: scale(1.45);
    }

    div.captcha-mod-contact-page {
        transform: scale(1.45);
    }
}

@media (max-width:500.99px) and (min-width: 476px) {
    div.captcha-mod {
        transform: scale(1.45);
    }

    div.captcha-mod-popup {
        transform: scale(1.35);
    }

    div.captcha-mod-contact-page {
        transform: scale(1.35);
    }
}

@media (max-width:475.99px) and (min-width: 451px) {
    div.captcha-mod {
        transform: scale(1.35);
    }

    div.captcha-mod-popup {
        transform: scale(1.25);
    }

    div.captcha-mod-contact-page {
        transform: scale(1.25);
    }
}

@media (max-width:450.99px) and (min-width: 426px) {
    div.captcha-mod {
        transform: scale(1.25);
    }

    div.captcha-mod-popup {
        transform: scale(1.17);
    }

    div.captcha-mod-contact-page {
        transform: scale(1.15);
    }
}

@media (max-width:425.99px) and (min-width: 401px) {
    div.captcha-mod {
        transform: scale(1.2);
    }

    div.captcha-mod-popup {
        transform: scale(1.15);
    }

    div.captcha-mod-contact-page {
        transform: scale(1.1);
    }
}

@media (max-width:400.99px) and (min-width: 375px) {
    div.captcha-mod {
        transform: scale(1.15);
    }

    div.captcha-mod-popup {
        transform: scale(1.03);
    }

    div.captcha-mod-contact-page {
        transform: scale(1.05);
    }
}

/*News Article Page start*/
@media (max-width: 991.98px) {
    .show-accordion-news-article {
        display: flex !important;
    }

    .hide-article-para-heading {
        display: none !important;
    }

    .responsive thead {
        visibility: hidden;
        height: 0;
        position: absolute;
    }

    .responsive tr {
        display: block;
        margin-bottom: .625em;
    }

    .responsive td {
        border: 1px solid;
        border-bottom: none;
        display: block;
        font-size: .8em;
        text-align: right !important;
        font-size: 16px;
        padding: 12px 30px 12px 8px !important;
        display: flex;
        justify-content: space-between;
    }

        .responsive td:first-child {
            font-weight: bold;
        }

        .responsive td::before {
            content: attr(data-label);
            text-align: left;
            word-wrap: break-word;
            padding-right: 35px;
        }

        .responsive td:last-child {
            border-bottom: none;
        }
}

@media (max-width: 576px) {
    .main-title-para-article {
        font-size: 20px;
        line-height: 24px;
    }

    .news-article-leader-big {
        width: 90px;
        height: 90px;
        min-height: 90px;
        border-radius: 100%;
    }

    .fs-48-title {
        font-size: 36px !important;
        line-height: 40px !important;
    }

    .text-centered {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 300px !important;
        text-align: center;
    }

    .news-article-quote {
        width: 19px;
        height: 14px;
    }
}
/*News Article Page end*/

/*News Insights start*/
@media (max-width: 991.98px) {
    .news-article-publisher-header {
        display: unset
    }

    .show-in-desktop {
        display: none;
    }

    .show-in-mobile-tablet {
        display: unset;
    }

    .news-landing-featured-news-title {
        font-size: 20px;
        line-height: 24px;
        max-height: 72px;
        -webkit-line-clamp: 3;
    }

    .news-landing-latest-news-title {
        font-size: 16px;
        line-height: 20px;
        max-height: 40px;
        -webkit-line-clamp: 2;
    }

    .news-landing-latest-news-image {
        height: 130px;
        object-fit: cover;
    }

    .show-in-tab {
        display: unset;
    }

    .show-in-mob {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .show-in-tab {
        display: none;
    }

    .show-in-mob {
        display: unset;
    }

    .col-reverse-mobile {
        flex-direction: column-reverse;
    }

    .convert-card {
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24);
        border-radius: 4px;
        border: 1px solid rgba(0,0,0,.125);
        background-color: #fff;
    }

    .news-landing-featured-news-readmore {
        position: unset;
    }

    .news-landing-featured-news-card {
        height: auto;
    }

    .image-card-news-landing2 {
        height: 240px;
        object-fit: cover;
        border-radius: 4px 4px 0 0;
    }

    .news-landing-latest-news-title {
        font-size: 20px;
        line-height: 24px;
        max-height: 72px;
        -webkit-line-clamp: 3;
    }

    .news-landing-latest-news-summary {
        max-height: 72px;
        -webkit-line-clamp: 3;
    }

    .news-landing-latest-news-image {
        height: 246px;
        object-fit: cover;
        border-radius: 4px 4px 0 0;
    }
}
/*News Insights end*/

/* Product Page Start*/
@media (min-width: 1200px) {
    .product-page-highlight-section {
        padding-top: 75px !important;
        padding-bottom: 65px !important;
    }

    .product-page-top-banner-spacing {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

@media (max-width: 1199px) {
    .product-page-highlight-section {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

@media (min-width: 992px) {
    .product-page-top-banner-spacing {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .okaction {
        padding: 10px 20px !important;
    }
}

@media (max-width: 992px) {
    .okaction {
        padding: 10px 20px !important;
    }
}
/* Product Page End*/

@media (max-width: 576px) {
    .pagination-container {
        width: 100%;
    }

        .pagination-container ul.pagination {
            width: 100%;
            overflow-x: auto;
            overflow-y: hidden;
        }
}

@media only screen and (max-height: 575.98px) and (orientation: landscape) {
    .show-hidden-image {
        background-size: 100% 100% !important;
    }

    .m-mobile-0 {
        margin: 0;
    }
    .custom-gutter {
        display: flex;
        flex-wrap: wrap;
        margin-left: -8px; /* Match your padding-left */
        margin-right: -8px; /* Match your padding-right */
    }

    .custom-gutter > [class*='col'] {
        padding-left: 8px !important;
        padding-right: 8px !important;
        margin-bottom: 16px !important;
    }
    .h-142 {
        height: 165px;
    }
    .h-272 {
        height: 14.8rem;
    }

}

@media (min-width: 768px) {
    .CD-page-form-scrollbar {
        max-height: 520px;
        overflow: auto;
        height: auto;
    }
}

@keyframes plyr-progress {
	to {
		background-position: 25px 0
	}
}

@keyframes plyr-popup {
	0% {
		opacity: .5;
		transform: translateY(10px)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes plyr-fade-in {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.plyr {
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: subpixel-antialiased;
	direction: ltr;
	font-family: Avenir, avenir next, helvetica neue, segoe ui, Helvetica, Arial, sans-serif;
	font-variant-numeric: tabular-nums;
	font-weight: 500;
	line-height: 1.7;
	max-width: 100%;
	min-width: 200px;
	position: relative;
	text-shadow: none;
	transition: box-shadow .3s ease
}

.plyr audio,
.plyr video {
	border-radius: inherit;
	height: auto;
	vertical-align: middle;
	width: 100%
}

.plyr button {
	font: inherit;
	line-height: inherit;
	width: auto
}

.plyr:focus {
	outline: 0
}

.plyr--full-ui {
	box-sizing: border-box
}

.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
	box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
	touch-action: manipulation
}

.plyr__badge {
	background: #4a5764;
	border-radius: 2px;
	color: #fff;
	font-size: 9px;
	line-height: 1;
	padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
	display: none
}

.plyr__captions {
	animation: plyr-fade-in .3s ease;
	bottom: 0;
	color: #fff;
	display: none;
	font-size: 14px;
	left: 0;
	padding: 10px;
	position: absolute;
	text-align: center;
	transition: transform .4s ease-in-out;
	width: 100%
}

.plyr__captions .plyr__caption {
	background: rgba(0, 0, 0, .8);
	border-radius: 2px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	line-height: 185%;
	padding: .2em .5em;
	white-space: pre-wrap
}

.plyr__captions .plyr__caption div {
	display: inline
}

.plyr__captions span:empty {
	display: none
}

@media(min-width:480px) {
	.plyr__captions {
		font-size: 16px;
		padding: 20px
	}
}

@media(min-width:768px) {
	.plyr__captions {
		font-size: 18px
	}
}

.plyr--captions-active .plyr__captions {
	display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
	transform: translateY(-40px)
}

.plyr__control {
	background: 0 0;
	border: 0;
	border-radius: 3px;
	color: inherit;
	cursor: pointer;
	flex-shrink: 0;
	overflow: visible;
	padding: 7px;
	position: relative;
	transition: all .3s ease
}

.plyr__control svg {
	display: block;
	fill: currentColor;
	height: 18px;
	pointer-events: none;
	width: 18px
}

.plyr__control:focus {
	outline: 0
}

.plyr__control.plyr__tab-focus {
	box-shadow: 0 0 0 1px transparent;
  color:#AD6224;
	outline: 0
}

a.plyr__control {
	text-decoration: none
}

a.plyr__control::after,
a.plyr__control::before {
	display: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
	display: none
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
	color: #AD6224;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
	color: #AD6224;
}

.plyr__control--overlaid {
	border: 3px solid #fff;
	border-radius: 100%;
	color: #fff;
	display: none;
	left: 50%;
	padding: 15px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2
}

.plyr__control--overlaid svg {
	left: 2px;
	position: relative
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
	color: #AD6224;
}

.plyr--playing .plyr__control--overlaid {
	opacity: 0;
	visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
	display: block
}

.plyr--full-ui ::-webkit-media-controls {
	display: none
}

.plyr__controls {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	text-align: center
}

.plyr__controls .plyr__progress__container {
	flex: 1;
	min-width: 0
}

.plyr__controls .plyr__controls__item {
	margin-left: 2.5px
}

.plyr__controls .plyr__controls__item:first-child {
	margin-left: 0;
	margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
	padding-left: 2.5px
}

.plyr__controls .plyr__controls__item.plyr__time {
	padding: 0 5px
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
	padding-left: 0
}

.plyr__controls .plyr__controls__item.plyr__volume {
	padding-right: 5px
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
	padding-right: 0
}

.plyr__controls:empty {
	display: none
}

.plyr--audio .plyr__controls {
	background: #fff;
	border-radius: inherit;
	color: #4a5764;
	padding: 10px
}

.plyr--video .plyr__controls {
	background: #000;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 5px 5px 5px;
	position: absolute;
	right: 0;
	transition: opacity .4s ease-in-out, transform .4s ease-in-out;
	z-index: 3
}

@media(min-width:480px) {
	.plyr--video .plyr__controls {
		padding: 2px 16px
	}
}

.plyr--video.plyr--hide-controls .plyr__controls {
	opacity: 0;
	pointer-events: none;
	transform: translateY(100%)
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
	display: none
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
	display: inline-block
}

.plyr__menu {
	display: flex;
	position: relative
}

.plyr__menu .plyr__control svg {
	transition: transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
	transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
	display: none
}

.plyr__menu__container {
	animation: plyr-popup .2s ease;
	background: rgba(255, 255, 255, .9);
	border-radius: 4px;
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	color: #4a5764;
	font-size: 16px;
	margin-bottom: 10px;
	position: absolute;
	right: -3px;
	text-align: left;
	white-space: nowrap;
	z-index: 3
}

.plyr__menu__container>div {
	overflow: hidden;
	transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container::after {
	border: 4px solid transparent;
	border-top-color: rgba(255, 255, 255, .9);
	content: '';
	height: 0;
	position: absolute;
	right: 15px;
	top: 100%;
	width: 0
}

.plyr__menu__container [role=menu] {
	padding: 7px
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
	margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
	margin-top: 0
}

.plyr__menu__container .plyr__control {
	align-items: center;
	color: #4a5764;
	display: flex;
	font-size: 14px;
	padding: 4px 11px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.plyr__menu__container .plyr__control>span {
	align-items: inherit;
	display: flex;
	width: 100%
}

.plyr__menu__container .plyr__control::after {
	border: 4px solid transparent;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
	padding-right: 28px
}

.plyr__menu__container .plyr__control--forward::after {
	border-left-color: rgba(74, 87, 100, .8);
	right: 5px
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
	border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
	font-weight: 500;
	margin: 7px;
	margin-bottom: 3px;
	padding-left: 28px;
	position: relative;
	width: calc(100% - 14px)
}

.plyr__menu__container .plyr__control--back::after {
	border-right-color: rgba(74, 87, 100, .8);
	left: 7px
}

.plyr__menu__container .plyr__control--back::before {
	background: #c1c9d1;
	box-shadow: 0 1px 0 #fff;
	content: '';
	height: 1px;
	left: 0;
	margin-top: 4px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
	border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
	padding-left: 7px
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after,
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
	border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
	background: rgba(0, 0, 0, .1);
	content: '';
	display: block;
	flex-shrink: 0;
	height: 16px;
	margin-right: 10px;
	transition: all .3s ease;
	width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
	background: #fff;
	border: 0;
	height: 6px;
	left: 12px;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%) scale(0);
	transition: transform .3s ease, opacity .3s ease;
	width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
	background: #00b3ff
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
	opacity: 1;
	transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
	background: rgba(0, 0, 0, .1)
}

.plyr__menu__container .plyr__menu__value {
	align-items: center;
	display: flex;
	margin-left: auto;
	margin-right: -5px;
	overflow: hidden;
	padding-left: 25px;
	pointer-events: none
}

.plyr--full-ui input[type=range] {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	border-radius: 26px;
	color: #AD6224;
	display: block;
	height: 19px;
	margin: 0;
	padding: 0;
	transition: box-shadow .3s ease;
	width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
	background: 0 0;
	border: 0;
	border-radius: 2.5px;
	height: 8px;
	transition: box-shadow .3s ease;
	-webkit-user-select: none;
	user-select: none;
	/*background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0))*/
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
	background: #fff;
	border: 0;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2);
	height: 13px;
	position: relative;
	transition: all .2s ease;
	width: 13px;
	-webkit-appearance: none;
	margin-top: -4px
}

.plyr--full-ui input[type=range]::-moz-range-track {
	background: 0 0;
	border: 0;
	border-radius: 2.5px;
	height: 8px;
	transition: box-shadow .3s ease;
	-moz-user-select: none;
	user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
	background: #fff;
	border: 0;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2);
	height: 13px;
	position: relative;
	transition: all .2s ease;
	width: 13px
}

.plyr--full-ui input[type=range]::-moz-range-progress {
	background: currentColor;
	border-radius: 2.5px;
	height: 8px
}

.plyr--full-ui input[type=range]::-ms-track {
	background: 0 0;
	border: 0;
	border-radius: 2.5px;
	height: 8px;
	transition: box-shadow .3s ease;
	-ms-user-select: none;
	user-select: none;
	color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
	background: 0 0;
	border: 0;
	border-radius: 2.5px;
	height: 8px;
	transition: box-shadow .3s ease;
	-ms-user-select: none;
	user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
	background: 0 0;
	border: 0;
	border-radius: 2.5px;
	height: 8px;
	transition: box-shadow .3s ease;
	-ms-user-select: none;
	user-select: none;
	background: currentColor
}

.plyr--full-ui input[type=range]::-ms-thumb {
	background: #fff;
	border: 0;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2);
	height: 13px;
	position: relative;
	transition: all .2s ease;
	width: 13px;
	margin-top: 0
}

.plyr--full-ui input[type=range]::-ms-tooltip {
	display: none
}

.plyr--full-ui input[type=range]:focus {
	outline: 0
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
	border: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
	box-shadow: 0 0 0 5px #AD6224;
	outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
	box-shadow: 0 0 0 5px #AD6224;
	outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
	box-shadow: 0 0 0 5px #AD6224;
	outline: 0
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
	background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
	background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
	background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
	background-color: rgba(193, 201, 209, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
	background-color: rgba(193, 201, 209, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
	background-color: rgba(193, 201, 209, .66)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr__poster {
	background-color: #000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .2s ease;
	width: 100%;
	z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
	opacity: 1
}

.plyr__time {
	font-size: 14px
}

.plyr__time+.plyr__time::before {
	content: '\2044';
	margin-right: 10px
}

@media(max-width:767px) {
	.plyr__time+.plyr__time {
		display: none
	}
}

.plyr--video .plyr__time {
	text-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

.plyr__tooltip {
	background: rgba(255, 255, 255, .9);
	border-radius: 3px;
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	color: #4a5764;
	font-size: 14px;
	font-weight: 500;
	left: 50%;
	line-height: 1.3;
	margin-bottom: 10px;
	opacity: 0;
	padding: 5px 7.5px;
	pointer-events: none;
	position: absolute;
	transform: translate(-50%, 10px) scale(.8);
	transform-origin: 50% 100%;
	transition: transform .2s .1s ease, opacity .2s .1s ease;
	white-space: nowrap;
	z-index: 2
}

.plyr__tooltip::before {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(255, 255, 255, .9);
	bottom: -4px;
	content: '';
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
	opacity: 1;
	transform: translate(-50%, 0) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
	z-index: 3
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip {
	left: 0;
	transform: translate(0, 10px) scale(.8);
	transform-origin: 0 100%
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before {
	left: 16px
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
	left: auto;
	right: 0;
	transform: translate(0, 10px) scale(.8);
	transform-origin: 100% 100%
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip::before {
	left: auto;
	right: 16px;
	transform: translateX(50%)
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
	transform: translate(0, 0) scale(1)
}

.plyr--video {
	background: #000;
	overflow: hidden
}

.plyr--video.plyr--menu-open {
	overflow: visible
}

.plyr__video-wrapper {
	background: #000;
	border-radius: inherit;
	overflow: hidden;
	position: relative;
	z-index: 0
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
	height: 0;
	padding-bottom: 56.25%
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
	padding-bottom: 240%;
	position: relative;
	transform: translateY(-38.28125%)
}

.plyr__progress {
	left: 6.5px;
	margin-right: 13px;
	position: relative
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
	margin-left: -6.5px;
	margin-right: -6.5px;
	width: calc(100% + 13px)
}

.plyr__progress input[type=range] {
	position: relative;
	z-index: 2
}

.plyr__progress .plyr__tooltip {
	font-size: 14px;
	left: 0
}

.plyr__progress__buffer {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	border-radius: 10px;
	height: 8px;
	left: 0;
	margin-top: -4px;
	padding: 0;
	position: absolute;
	top: 50%;
  z-index: 0;
}

.plyr__progress__buffer::-webkit-progress-bar {
	background: 0 0
}

.plyr__progress__buffer::-webkit-progress-value {
	background: currentColor;
	border-radius: 10px;
	min-width: 5px;
	transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
	background: currentColor;
	border-radius: 10px;
	min-width: 5px;
	transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
	border-radius: 10px;
	transition: width .2s ease
}

.plyr--video .plyr__progress__buffer {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
	color: rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
}

.plyr--audio .plyr__progress__buffer {
	color: rgba(193, 201, 209, .66)
}

.plyr--loading .plyr__progress__buffer {
	animation: plyr-progress 1s linear infinite;
	background-image: linear-gradient(-45deg, rgba(35, 41, 47, .6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, .6) 50%, rgba(35, 41, 47, .6) 75%, transparent 75%, transparent);
	background-repeat: repeat-x;
	background-size: 25px 25px;
	color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
	background-color: rgba(255, 255, 255, .25)
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
	background-color: rgba(193, 201, 209, .66)
}

.plyr__volume {
	align-items: center;
	display: flex;
	flex: 1;
	position: relative
}

.plyr__volume input[type=range] {
	margin-left: 5px;
	position: relative;
	z-index: 2
}

@media(min-width:480px) {
	.plyr__volume {
		max-width: 90px
	}
}

@media(min-width:768px) {
	.plyr__volume {
		max-width: 110px
	}
}

.plyr--is-ios .plyr__volume {
	display: none!important
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
	display: none!important
}

.plyr:-webkit-full-screen {
	background: #000;
	border-radius: 0!important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:-ms-fullscreen {
	background: #000;
	border-radius: 0!important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:fullscreen {
	background: #000;
	border-radius: 0!important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:-webkit-full-screen video {
	height: 100%
}

.plyr:-ms-fullscreen video {
	height: 100%
}

.plyr:fullscreen video {
	height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:fullscreen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
	cursor: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
	cursor: none
}

.plyr:fullscreen.plyr--hide-controls {
	cursor: none
}

@media(min-width:1024px) {
	.plyr:-webkit-full-screen .plyr__captions {
		font-size: 21px
	}
	.plyr:-ms-fullscreen .plyr__captions {
		font-size: 21px
	}
	.plyr:fullscreen .plyr__captions {
		font-size: 21px
	}
}

.plyr:-webkit-full-screen {
	background: #000;
	border-radius: 0!important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:-webkit-full-screen video {
	height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
	cursor: none
}

@media(min-width:1024px) {
	.plyr:-webkit-full-screen .plyr__captions {
		font-size: 21px
	}
}

.plyr:-moz-full-screen {
	background: #000;
	border-radius: 0!important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:-moz-full-screen video {
	height: 100%
}

.plyr:-moz-full-screen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
	cursor: none
}

@media(min-width:1024px) {
	.plyr:-moz-full-screen .plyr__captions {
		font-size: 21px
	}
}

.plyr:-ms-fullscreen {
	background: #000;
	border-radius: 0!important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:-ms-fullscreen video {
	height: 100%
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
	cursor: none
}

@media(min-width:1024px) {
	.plyr:-ms-fullscreen .plyr__captions {
		font-size: 21px
	}
}

.plyr--fullscreen-fallback {
	background: #000;
	border-radius: 0!important;
	height: 100%;
	margin: 0;
	width: 100%;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000000
}

.plyr--fullscreen-fallback video {
	height: 100%
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
	height: 100%;
	position: static
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
	cursor: none
}

@media(min-width:1024px) {
	.plyr--fullscreen-fallback .plyr__captions {
		font-size: 21px
	}
}

.plyr__ads {
	border-radius: inherit;
	bottom: 0;
	cursor: pointer;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.plyr__ads>div,
.plyr__ads>div iframe {
	height: 100%;
	position: absolute;
	width: 100%
}

.plyr__ads::after {
	background: rgba(35, 41, 47, .8);
	border-radius: 2px;
	bottom: 10px;
	color: #fff;
	content: attr(data-badge-text);
	font-size: 11px;
	padding: 2px 6px;
	pointer-events: none;
	position: absolute;
	right: 10px;
	z-index: 3
}

.plyr__ads::after:empty {
	display: none
}

.plyr__cues {
	background: currentColor;
	display: block;
	height: 5px;
	left: 0;
	margin: -2.5px 0 0;
	opacity: .8;
	position: absolute;
	top: 50%;
	width: 3px;
	z-index: 3
}

.plyr__preview-thumb {
	background-color: rgba(255, 255, 255, .9);
	border-radius: 3px;
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	margin-bottom: 10px;
	opacity: 0;
	padding: 3px;
	pointer-events: none;
	position: absolute;
	transform: translate(0, 10px) scale(.8);
	transform-origin: 50% 100%;
	transition: transform .2s .1s ease, opacity .2s .1s ease;
	z-index: 2
}

.plyr__preview-thumb--is-shown {
	opacity: 1;
	transform: translate(0, 0) scale(1)
}

.plyr__preview-thumb::before {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(255, 255, 255, .9);
	bottom: -4px;
	content: '';
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 2
}

.plyr__preview-thumb__image-container {
	background: #c1c9d1;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	z-index: 0
}

.plyr__preview-thumb__image-container img {
	height: 100%;
	left: 0;
	max-height: none;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%
}

.plyr__preview-thumb__time-container {
	bottom: 6px;
	left: 0;
	position: absolute;
	right: 0;
	white-space: nowrap;
	z-index: 3
}

.plyr__preview-thumb__time-container span {
	background-color: rgba(0, 0, 0, .55);
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	padding: 3px 6px
}

.plyr__preview-scrubbing {
	bottom: 0;
	filter: blur(1px);
	height: 100%;
	left: 0;
	margin: auto;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .3s ease;
	width: 100%;
	z-index: 1
}

.plyr__preview-scrubbing--is-shown {
	opacity: 1
}

.plyr__preview-scrubbing img {
	height: 100%;
	left: 0;
	max-height: none;
	max-width: none;
	object-fit: contain;
	position: absolute;
	top: 0;
	width: 100%
}

.plyr--no-transition {
	transition: none!important
}

.plyr__sr-only {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	border: 0!important;
	height: 1px!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important
}

.plyr [hidden] {
	display: none!important
}
.Accordion {
    margin: 0;
    padding: 0 10px 0 0;
    background-color: transparent!important;
  }
  /*.Accordion a {
    color: #F9A01B;
  }
  
  .Accordion a:hover{
    color: #000000;
  }*/
  .Accordion .accordion-body{
      padding: 0 !important;
  }
  .Accordion h3 {
    margin: 0;
    padding: 0;
  /* padding-bottom: 32px; *//* background: red; */}
  .Accordion *:first-child .Accordion-trigger {
    margin-top: 0px !important;
  }
  .Accordion.focus {
    /* border-color: #E8E8E8; */
    /* background-color: #E8E8E8; */
  }
  
  .Accordion.focus h3 {
    /* background-color: #E8E8E8; */
  }
  
  .Accordion > * + * {
    
  }
  .Accordion-trigger {
    background-color: #F4F4F4;
    color: #000;
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Merriweather', sans-serif;
    font-weight: bold;
    margin: 32px 0px 0px;
    padding: 19px 16px;
    position: relative;
    text-align: left;
    width: 100%;
    outline: none;
    border: none;
  }
  .Accordion-trigger:focus {
    box-shadow: none;
  }
  .Accordion-trigger p{
    margin: 0;
    font-size: 12px;
    line-height: 16px;
      width: 85%;
      font-family: "sabonitalic";
  }
  .Accordion-trigger:hover {
    background-color: #F4F4F4;
  }
    .Accordion-trigger:focus {
        background-color: #F4F4F4;
        outline: 3px solid #073E9C;
    }
  .Accordion button::-moz-focus-inner {
    border: 0;
  }
  
  .Accordion-title {
    display: block;
    pointer-events: none;
    border: transparent 2px solid;
    border-radius: 0px;
    padding: 0;
    padding-right: 35px;
    outline: none;
    font-weight: 600;
  }
  
  .Accordion-icon {  
    height: 20px;
    pointer-events: none;
    position: absolute;
    top:35%;
    right: 13px;
    background-image: url(/images/Overhaul/plus.svg);
    width: 20px;
    background-size: 24px;
    background-position: -1px 0px;
  }
.Accordion-trigger[aria-expanded="false"] .Accordion-icon:focus,
.Accordion-trigger[aria-expanded="false"] .Accordion-icon:hover,
.Accordion-trigger[aria-expanded="true"] .Accordion-icon:focus,
.Accordion-trigger[aria-expanded="true"] .Accordion-icon:hover {
    outline: 3px solid #073E9C;
}
.Accordion-trigger[aria-expanded="true"] {
    box-shadow: none;
}
  .Accordion-trigger[aria-expanded="true"] .Accordion-icon {
      background-image: url("/images/Overhaul/minus.svg");
  }
  
  .Accordion-panel {
      margin: 0px 0 44px 0;
      padding: 5px 16px 16px;
      color: #000000;
      background-color: #F4F4F4;
      box-shadow: none;}
  
  /* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
  .Accordion-panel[hidden] {
    display: none;
  }
  
  @media (min-width: 992px) {
    .Accordion-trigger {
      font-size: 24px;
      line-height: 30px;
    }
  }
  
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */
.remodal:focus{
    outline: none !important;
}
.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    height: 100vh !important;
    width: 100% !important;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;
  background-color: transparent;
  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: #000;
  opacity: 0.8;
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 0px;
  background-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 3px;
  right: 2px;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #5B5A5A;  
  outline: 1px solid transparent;
  background: transparent;
  border: 1px solid transparent;
}
/*.remodal-close:hover {
  border: 1px solid #4476C1;
}*/
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
  outline-offset:-2px !important;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 35px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
  color: #000;
  border: 1px solid transparent;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.remodal {
    max-width: 350px;
}

/* Media queries
   ========================================================================== */

/*@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 350px;
  }
}*/

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}
.modal-content {
  border: none;
}
.remodal .list-group-item {
  line-height: 44px;
  border: none;
  padding: 0.5rem 27px;
  border: none !important;
  font-weight: normal;  
  text-align:left;
}
.remodal .col-2 {
  display: none;
}
.modal-dialog.sign-up{  
  padding: 0px;
  background-color:transparent !important;
}
.sign-up .modal-header{
  padding: 16px 16px 4px 16px;
}
/*.sign-up h3{
  font-size: 40px;
  line-height: 57px;
  text-align: center;
  margin: 0;
  width: 100%;
  color: #000;
}
.sign-up h3:after {
  content: "";*/ /* This is necessary for the pseudo element to work. */
  /*display: block;*/ /* This will put the pseudo element on its own line. */
  /*margin: auto;
  width: 90%;
  padding-top: 19px;
  border-bottom: 1.5px solid black;
}*/
.sign-up h2 {
    font-size: 40px;
    line-height: 57px;
    text-align: center;
    margin: 0;
    width: 100%;
    color: #000;
}

    .sign-up h2:after {
        content: ""; /* This is necessary for the pseudo element to work. */
        display: block; /* This will put the pseudo element on its own line. */
        margin: auto;
        width: 90%;
        padding-top: 19px;
        border-bottom: 1.5px solid black;
    }

.sign-up .list-group-item-action:focus, 
.sign-up .list-group-item-action:hover {
  color: #fff;
  background-color: #000;
  border-radius: 0;
}
.list-group-item:first-child,
.list-group-item:last-child{
  border-radius: 0;
}
.sign-up .modal-body{
  padding-top: 0 !important;
  padding-left: 0;
    padding-right: 0;
    padding-bottom: 24px !important;
}

/* Loader start*/
.site-spinner-top {
    position: fixed;
    width: 100%;
    left: 0%;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(101,101,101,0.85);
    z-index: 9999;
}

.spinner-round-dotted {
    color: #F9A01B;
    top: 48%;
    position: fixed;
    left: 50%;
    font-size: 70px !important;
    margin-left: -35px;
}
/* Loader End*/

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
