.font-bold {
    font-weight: bold;
}

.vertical-timeline {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 1rem;
}

.vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 200px;
    height: 100%;
    width: 5px;
    background: #e9ecef;
    border-radius: .25rem;
}

.vertical-timeline-element {
    position: relative;
    margin: 0 0 1rem;
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 .8s;
}

.vertical-timeline-element-icon {
    position: absolute;
    top: 0;
    left: 60px;
}

.vertical-timeline-element-icon .badge-dot-xl {
    box-shadow: 0 0 0 5px #fff;
}

.badge-dot-xl {
    width: 18px;
    height: 18px;
    position: relative;
}

.badge:empty {
    display: none;
}


.badge-dot-xl::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: .25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    background: #fff;
}

.vertical-timeline-element-content {
    position: relative;
    margin-left: 240px;
    font-size: .8rem;
}

.vertical-timeline-element-content .timeline-title {
    font-size: .8rem;
    text-transform: uppercase;
    margin: 0 0 .5rem;
    padding: 2px 0 0;
    font-weight: bold;
}

.vertical-timeline-element-content .vertical-timeline-element-date {
    display: block;
    position: absolute;
    left: -240px;
    top: 0;
    padding-right: 10px;
    text-align: left;
    font-size: .8rem;
    font-weight: bold;
    ;
    white-space: normal;
    max-width: 180px;
}

.vertical-timeline-element-content:after {
    content: "";
    display: table;
    clear: both;
}

/* .hsCode-Search-Input {
    height: 40px;
    padding: 0;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.hsCode-Search-Input input {
    width: 50%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #d6913c;
    outline: none;
}

.hsCode-Search-Input .searchBtn {
    width: 20%;
    height: 100%;
    position: absolute;
    left: 55%;
}

.hsCode-Search-Input .searchBtn button,
.advanceSearchBtn button {
    width: 100%;
    height: 100%;
}

.hsCode-Search-Input .searchBtn button,
.advanceSearchBtn button,
.searchInputGrp .combinedBtnGrp button {
    background: #d6913c;
    outline: none;
    border: none;
    font-weight: bold;
    letter-spacing: 1px;
}

.advanceSearchBtn {
    width: 20%;
    height: 100%;
    position: absolute;
    right: 0;
}

.advanceSearchBtn button {
    background: #d6913c;
    background: #14a44d;
    color: #fff;
}

.advanceInnerBtns div {
    height: 40px;
}

.advanceInnerBtns div:nth-child(1) {
    margin-left: 25%;
}

.advanceInnerBtns div button {
    width: 100%;
    height: 100%;
}

.searchInputGrp {
    max-width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.searchInputGrp div {
    width: 33.3333%;
    height: 60%;
}

.searchInputGrp div input {
    width: 98%;
    height: 40px;
    margin-bottom: 15px;
    padding: 0 15px;
    border: 1px solid #d6913c;
    outline: none;
}

.searchInputGrp .combinedBtnGrp {
    display: flex;
    justify-content: space-around;
    width: 50%;
    margin: auto;
}

.searchInputGrp .combinedBtnGrp button {
    width: 100%;
    height: 40px;
}

.searchInputGrp .combinedBtnGrp .srchBtn,
.searchInputGrp .combinedBtnGrp .normalBtn {
    margin-top: 20px;
    width: 48%;
} */

.mainBG {
    min-height: 460px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.85)), var(--bgImage);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.customClr {
    background-color: var(--site-color);
}

.container-main {
    width: 95%;
    margin: auto;
    /* background-color: #93e0c3; */
    position: absolute;
    width: 60%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding: 20px;
}

.container-main h1 {
    /* font-family: 'Poppins', sans-serif; */
    font-weight: bold;
}

.container-main p {
    line-height: 30px;
    opacity: 0.9;
}

.container-main h1 span {
    color: var(--site-color);
}

.service-cards .cards {
    min-height: 98px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #00000014;
    border-radius: 5px;
    display: flex;
}

.service-cards .cards>div:nth-child(1) {
    width: 20%;
    min-height: 100%;
    /* background-color: antiquewhite; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-cards .cards>div:nth-child(1)>i {
    color: var(--site-color);
    font-size: 26px;
}

.service-cards .cards>div:nth-child(2) {
    width: 80%;
    min-height: 100%;
    /* background-color: lightgreen; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.service-cards .cards>div:nth-child(2)>h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1.1px;
}

.service-cards .cards>div:nth-child(2)>p {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}

.service-cards .cards>div:nth-child(2)>a {
    color: var(--site-color);
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-size: 14px;
}

.service-cards .cards>div:nth-child(2)>a span {
    transition: all 0.2s;
}

.service-cards .cards>div:nth-child(2)>a:hover span {
    margin-left: 12px;
}

.search_inputs_box {
    min-height: 100px;
    /* background-color: lightblue; */
}

.search_inputs_box .btn_box, .search_inputs_box .search_box{
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_inputs_box .search_box {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #E7EAEC;
    margin-bottom: 20px;
}

.search_inputs_box .search_box .icon_box{
    width: 40px;
    height: 40px;
    /* background-color: yellow; */
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bcbdbe;
}

::placeholder{
    color: #bcbdbe;
}

.search_inputs_box .search_box input{
    width: calc(100% - 40px);
    height: 100%;
    border: none;
    outline: none;
    font-family: 'Poppins', sans-serif;
    padding: 0 10px;
    letter-spacing: 1px;
    color: rgb(102, 102, 102);
}

.search_inputs_box .btn_box button{
    width: 180px;
    height: 40px;
    border-radius: 25px;
    border: none;
    outline: none;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.search_inputs_box .search_btn{
    margin-right: 5%;
    background: var(--site-color);
}

.search_inputs_box .normal_btn, .search_inputs_box .advance_btn{
    border: 1px solid var(--site-color) !important;
    background: transparent;
    color: var(--site-color) !important;
}

.search_inputs_box .normal_btn {
    display: none;
}

footer a {
    color: var(--site-color) !important;
}

.advance_search_box {
    box-shadow: 0px 0px 20px #00000014;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgb(237, 234, 234);
    /* display: none; */
}

.advance_search_box > div {
    width: 100%;
    margin-left: 0;
    padding: 0 !important;
}

.advance_search_box input{
    width: 100%;
    outline: none;
    border: 1px solid #E7EAEC;
    font-family: 'Poppins', sans-serif;
    padding: 0 5px;
    letter-spacing: 0.5px;
    color: rgb(102, 102, 102);
    height: 40px;
    border-radius: 4px;
}

/* .hs-code-table .sorting-icon-btn {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
    transition: all 0.2s;
}

.hs-code-table .sorting-icon-btn i {
    margin-left: 2px;
    margin-top: 3.5px;
    transition: all 0.2s;
} */

.hs-code-table .sorting-icon-btn i {
    animation: animate_icon 5s ease-in-out infinite;
}

@keyframes animate_icon {
    100%,0%{
        color: #6c757d;
    }
    50% {
        color: #ccc;
    }
}

.hs-code-table .sorting-icon-btn:hover i {
    cursor: pointer;
    /* color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); */
}

/* .hs-code-table .sorting-icon-btn:hover {
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
} */

.pagination li a{
    color: #212529 !important;
    text-decoration: none !important;
}

.pagination .active span{
    height: 100%;
    background-color: var(--site-color) !important;
    border-color: #dee2e6 !important;
}

.pagination .disabled > span{
    height: 100%;
}

@media only screen and (max-width : 767px) {
    .container-main {
        width: 90% !important;
    }
    /* .searchInputGrp {
        max-width: 100%;
    }

    .searchInputGrp .combinedBtnGrp {
        width: 100% !important;
        margin-top: 15px;
    }

    .searchInputGrp .combinedBtnGrp .srchBtn,
    .searchInputGrp .combinedBtnGrp .normalBtn {
        margin-top: 0;
        height: fit-content;
        display: flex;
        justify-content: space-between;
    }

    .searchInputGrp .combinedBtnGrp button {
        width: 98%;
    }

    .searchInputGrp>div {
        width: 33% !important;
    }

    .searchInputGrp .combinedBtnGrp>div {
        width: 100% !important;
    }

    .searchInputGrp .combinedBtnGrp .srchBtn {
        margin-bottom: 15px;
    } */
}

@media only screen and (max-width : 560px) {
    .container-main h1 {
        font-size: 32px;
    }

    /* .advance_search_box input{
        max-width: 150px;
    } */
    /* .hsCode-Search-Input .searchBtn {
        left: 59%;
    }

    .hsCode-Search-Input input {
        width: 58%;
    } */
}


@media only screen and (max-width : 490px) {
    /* .searchInputGrp {
        display: block;
    }

    .searchInputGrp>div {
        height: max-content;
        width: 100% !important;
    }

    .searchInputGrp>div input {
        width: 48%;
    }

    .mainBG {
        min-height: 400px;
    }

    .searchInputGrp .combinedBtnGrp .srchBtn {
        margin-bottom: 0;
    } */
}

@media only screen and (max-width : 440px) {
    /* .hsCode-Search-Input {
        height: 120px;
        justify-content: space-between;
        align-items: center;
    }

    .hsCode-Search-Input input {
        width: 100%;
    }

    .hsCode-Search-Input .searchBtn,
    .advanceSearchBtn {
        width: 45%;
        height: 40px;
        bottom: 0;
    }

    .hsCode-Search-Input .searchBtn {
        left: 0;
    } */
}

@media only screen and (max-width : 365px) {

    /* .hsCode-Search-Input .searchBtn,
    .advanceSearchBtn {
        width: 49%;
    } */
    /* .advance_search_box input{
        max-width: 120px;
    } */
}

.chapter-list ul li .icon-box {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* background-color: #c9c9c9; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: all 0.2s;
}

.chapter-list ul li:hover{
    cursor: pointer;
    /* background-color: #f8f8f8; */
}

.chapter-list ul li {
    font-family: 'Poppins' , sans-serif;    
}

.chapter-list ul li .records {
    /* background-color: #f2f2f2; */
    background-color: var(--site-light-color) ;
    border-radius: 25px;
    min-width: 75px;
    font-size: 14px;
    padding: 5px 10px;
    font-family: 'Roboto' , sans-serif;
}

.chapter-list ul li .records i {
    color: var(--site-color);
}

.arrow-up-animate {
    transform: rotate(180deg);
    transition: 0.2s;
}

.arrow-down-animate {
    transform: rotate(0);
    transition: 0.2s;
}

.chapter-hs-code-table {
    display: none;
    background-color: #f8f8f8;
}

/* font-family: 'IBM Plex Mono', monospace;
font-family: 'Roboto Mono', monospace; */

.list-item-header:hover .icon-box{
    background: var(--site-light-color);
}

.list-heading {
    transition: all 0.2s;
}

.list-item-header:hover .list-heading {
    margin-left: 22px;
}

.oversized-inputs input , .perishable-inputs input{
    width: 100%;
    height: 43px;
    padding: 0 10px;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: lighter;
    color: #2a2a2a;
    font-size: 14px !important;
}

.perishable-inputs .temp-type input:hover{
    cursor: text !important;
}

.oversized-inputs input[type="date"] {
    width: 100%;
    text-transform: uppercase !important;
}

.notify-party-disable {
    display: none;
}

.no_drop_input:hover {
    cursor: no-drop;
}

.explore-btn {
    width: 90px;
    height: 31px;
    background-color: transparent;
    border: 1px solid var(--site-color);
    border-radius: 25px;
    /* color: var(--site-color); */
    color: #3cabecb7;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    position: relative;
    transition: all 0.2s;
}

.explore-btn span {
    z-index: 5;
}

.explore-btn i {
    animation: explore_btn_animate 2.5s linear infinite;
    animation-play-state: paused;
    transition: all 0.2s;
}

.explore-btn:hover {
    cursor: pointer;
}

.explore-btn:hover i{
    color: #b8b6b6;
    font-size: 22px;
    position: absolute;
    z-index: 4;
    animation-play-state: running;
    animation-delay: 0.3s;
}

@keyframes explore_btn_animate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

table .badge {
    font-size: 10px;
    letter-spacing: 0.5px;
}