.carplateTable-section .downloadText a
{
    letter-spacing:0;
    /* color:var(--secondaryColor); */
    text-decoration:underline;
    /* line-height: 23px; */
}
.carplateTable-section .downloadText
{
    margin: 0 0 23px 0;
}
.mobileAppend .copyIcon
{
    font-size: 21px;
    margin: 0 0 0 1px;
    color: var(--secondaryColor);

    cursor: pointer;
}
.carplateTable-section #myTable tr td:nth-child(3),
.carplateTable-section #myTable tr td:nth-child(4)
{
    display: none;
}


/* CARPLATE */
#datatables_buttons_info
{
    border: none;

	font-family: "OpenSans-Regular";
    font-size: 22px;
    letter-spacing: .2rem;

    box-shadow: 4px 4px 18px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 4px 4px 18px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 18px 0px rgba(0,0,0,0.2);
}
.carplateTable-section #myTable_wrapper .dt-buttons
{
    display: none;
}
.carplateTable-section #myTable tr td
{
    width: calc(100% / var(--numberofrow)) !important;
}
.carplateTable-section #myTable thead
{
    display: none;
}
.carplateTable-section #myTable tr,
.carplateTable-section table#myTable.dataTable.display tbody tr > .sorting_1
{
    background: transparent;
}
.carplateTable-section #myTable tr td
{
    text-align: center;

    padding: 18px 10px;
    border: none;
    border-bottom: 1px solid var(--secondaryColor);
}
.carplateTable-section table#myTable.dataTable.no-footer,
.carplateTable-section #myTable tr:last-child td
{

    border: none;
}
.carplateTable-section .dataTables_wrapper .dataTables_paginate
{
    display: flex;
    justify-content: center;
    float: unset;

    margin: 23px 0 0 0;
}
.carplateTable-section .dataTables_wrapper .dataTables_paginate .paginate_button,
.carplateTable-section .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.carplateTable-section .dataTables_wrapper .dataTables_paginate .paginate_button:focus
{
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    color: #333 !important;
}
.carplateTable-section .dataTables_wrapper .dataTables_paginate .paginate_button.current
{
    border-radius: 50px;
    border: none !important;
    background: var(--primaryColor);
    color: #FFF !important;
}
.carplateTable-section .dataTables_wrapper .dataTables_paginate .paginate_button
{
    padding: 3px 12px;
}
.carplateTable-section .dataTables_wrapper .dataTables_paginate .paginate_button.previous 
{
    padding: 3px 23px 3px 12px;
}
.carplateTable-section .dataTables_wrapper .dataTables_paginate .paginate_button.next 
{
    padding: 3px 12px 3px 23px;
}
.carplateTable-section .dataTables_wrapper .dataTables_paginate .paginate_button.disabled 
{
    opacity: 0;
}
.carplateTable-section .dataTables_wrapper .dataTables_paginate 
{
    font-size: 18px;
    font-family: "OpenSans-Bold";
}
.carplateTable-section .waffle
{
    display: none;
}
/* .carplateTable-section .grid-setting .grid-items:nth-child(1)
{
    box-shadow: 4px 4px 18px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 4px 4px 18px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 4px 4px 18px 0px rgba(0,0,0,0.1);

    padding: 23px 33px 33px 33px;
    height: max-content;
} */
.carplateTable-section .filterSection
{
    margin: 53px 0 53px 0;
}
.carplateTable-section .filterSection
{
    position: relative;
}
.carplateTable-section .filterSection .filter-swiper-button-next,
.carplateTable-section .filterSection .filter-swiper-button-prev
{
    position: absolute;
    top: 0;
    z-index: 10;
}
.carplateTable-section .filterSection .filter-swiper-button-next
{
    right: 0;
}
.carplateTable-section .filterSection .filter-swiper-button-next[aria-disabled="true"],
.carplateTable-section .filterSection .filter-swiper-button-prev[aria-disabled="true"]
{
    display: none;
}
.carplateTable-section .filterSection .filter-swiper-button-prev
{
    left: 0;
}
.carplateTable-section .filter-wrapper .filter-type
{
    width: max-content;
    height: max-content;

    color: #707070;
    border: 1px solid #707070;
    border-radius: 50px;
    padding: 8px 18px;
    margin-bottom: 6px;

    transition: all .2s ease;
    cursor: pointer;
    text-align: center;
}
.carplateTable-section .filter-wrapper .filter-type.active,
.carplateTable-section .filter-wrapper .filter-type:hover
{
    border: 1px solid var(--primaryColor);
    color: var(--primaryColor);
}
.carplateTable-section .grid-setting.adjust-setting
{
    grid-template-columns: 1fr 1.5fr;
}
.carplateTable-section .carplateTable-filter
{
    background: #FFF;
    border-radius: 30px;
    padding: 36px 63px;
    margin: 0 0 33px 0;

    box-shadow: 4px 4px 18px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 4px 4px 18px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 18px 0px rgba(0,0,0,0.2);
}
.carplateTable-section .carplateTable-filter .search-filter form
{
    width: 100%;
}
.carplateTable-section .carplateTable-filter .search-filter form input,
.carplateTable-section form.append-customInput input,
.carplateTable-section form.append-customInput select
{
    border: 1px solid #707070;
}
.carplateTable-section .carplateTable-filter .search-filter
{
    display: flex;
    justify-content: space-between;
    gap: 23px;
}
.carplateTable-section .carplateTable-filter .search-filter .primaryBtn 
{ 
    width: 320px;
}
.carplateTable-section .append-customInput
{    
    flex-wrap: wrap;
    gap: 0 15px;

    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}
.carplateTable-section .append-customInput input,
.carplateTable-section .append-customInput select
{
    flex-basis: 31%;
    margin-bottom: 13px;
}
/* .carplateTable-section .search-filter
{
    margin: 0 0 13px 0;
} */
.carplateTable-section #myTable_filter
{
    display: none;
}
.carplateTable-section .append-customInput.show
{
    margin: 23px 0 0 0;

    height: 71px;
    max-height: 100%;
    opacity: 1;
    visibility: visible;
}
.carplateTable-section .carplateTable-section .search-filter.show
{
    margin: 0 0 0 0;
}
.carplateTable-section #search.show
{
    margin: 0 0 0 0;
    opacity: .5;
    /* pointer-events: none; */
}
.carplateTable-section .clickSort-wrapper
{
    display: flex;
    justify-content: flex-end;

    position: relative;
}
.carplateTable-section .clickSort-wrapper .clickSort-dropdown
{
    position: absolute;
    top: 36px;
    right: 0;

    text-align: left;
    width: auto;
    padding: 8px 23px;
    background: #FFF;
    letter-spacing: .2rem;

    box-shadow: 4px 4px 45px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 4px 4px 45px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 45px 0px rgba(0,0,0,0.2);

    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    z-index: -99;
}
.carplateTable-section .clickSort-wrapper .clickSort-dropdown img
{
    transition: all .4s ease;
}
.carplateTable-section .clickSort-wrapper .clickSort-dropdown img.active
{
    transform: rotate(180deg);
}
.carplateTable-section .clickSort
{
    letter-spacing: 0;
    cursor: pointer;
}
.carplateTable-section .clickSort-wrapper .clickSort:hover .clickSort-dropdown
{
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
.carplateTable-section .clickSort-wrapper .clickSort-dropdown div
{
    cursor: pointer;
}


/* LATEST VECHILE REGISTRATION */
.latestVechile-section .latestVechile-table
{
    text-transform: capitalize;
    width: 100%;
    min-width: 1000px;
}
.latestVechile-section .latestVechile-tableWrapper
{
    overflow: hidden;
} 
.latestVechile-section .latestVechile-tableWrapper .latestVechile-table tr td span
{
    float: right;
    color: var(--secondaryColor);
    text-transform: uppercase;
}
.latestVechile-section .latestVechile-tableWrapper .latestVechile-table tr
{
    border-bottom: 1px solid var(--secondaryColor);
}
.latestVechile-section .latestVechile-tableWrapper .latestVechile-table tr td
{
    width: 33.33%;
}
.latestVechile-section .latestVechile-tableWrapper .latestVechile-table tr td:first-child
{
    padding: 18px 100px 18px 0;
}
.latestVechile-section .latestVechile-tableWrapper .latestVechile-table tr td:nth-child(2)
{
    padding: 18px 30px 18px 30px;
}
.latestVechile-section .latestVechile-tableWrapper .latestVechile-table tr td:nth-child(3)
{
    padding: 18px 0 18px 100px;
}
.latestVechile-section .latestVechile-tableWrapper .latestVechile-table tr:last-child
{
    border: none;
    padding: 0;
}


/* OTHER SERVICES */
.otherServices-section .grid-items .imageWrapper
{
    width: 100%;
    height: 100px;
}
.otherServices-section .grid-items .imageWrapper
{
    margin: 0 0 20px 0;
}
.otherServices-section .grid-items .imageWrapper img
{
    width: 100px;
    margin: 23px 0 0 0;
}


/* TESTIMONIAL */
.testimonial-section .testimonial-slider
{
    margin: 43px 0 0 0;
}
.testimonial-section .testimonial-slider .box
{
    position: relative;

    background: var(--bannerImg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    width: 400px;
    height: 430px;
    border: 1px solid var(--secondaryColor);
    border-radius: 40px;
    padding: 43px 53px;

    transform: scale(.8);
    transition: all .4s ease;
}
.testimonial-section .testimonial-slider .box.swiper-slide-active
{
    transform: scale(1);
}
.testimonial-section .testimonial-slider .box:hover,
.testimonial-section .testimonial-slider .box.swiper-slide-active
{
    /* background: var(--bannerImg); */

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* .testimonial-section .testimonial-slider .box:hover svg path,
.testimonial-section .testimonial-slider .box.swiper-slide-active svg path
{
    fill: #c93140;
} */
.testimonial-section .swiper-pagination-bullets.swiper-pagination-horizontal
{
    bottom: unset;
    margin: 33px 0 0 0;
}
.testimonial-section .swiper-pagination-bullet
{
    background-color: #c0a280;
    width: 32px;
    height: 4px;

    border-radius: 0;
    margin: 0 13px;
}
.testimonial-section .swiper-pagination-bullet-active
{
    background-color: var(--primaryColor);
}



@media (max-width:820px)
{
    .latestVechile-section .latestVechile-tableWrapper
    {
        overflow-x:auto;
    }
    .carplateTable-section .grid-setting.adjust-setting
    {
        grid-template-columns: 1fr;
    }
    .carplateTable-section .append-customInput input,
    .carplateTable-section .append-customInput select
    {
        flex-basis: 48%; 
    }
    .carplateTable-section .append-customInput.show
    {
        height: 126px;
    }
    .carplateTable-section .carplateTable-filter
    {
        margin: 0 0 63px 0;
        padding: 36px 43px;
    }
    /* .carplateTable-section .mobileAppend .margin-setting
    {
        margin: 0 0 33px 0;
    } */
    .homepageSection .contentBg .testimonial-section
    {
        margin: 0 -40px 0 -40px;
    }
}
@media (max-width:420px)
{
    .carplateTable-section .append-customInput.show
    {
        height: 210px;
    }
    .carplateTable-section .append-customInput input,
    .carplateTable-section .append-customInput select,
    .carplateTable-section .mobileAppend .flex-setting .flex-items
    {
        flex-basis: 100%;
    }
    .carplateTable-section .mobileAppend .flex-setting
    {
        gap: 0;
        text-align: center;
    }
    .carplateTable-section .mobileAppend .clickSort-wrapper
    {
        justify-content: center;
    }
    .carplateTable-section .carplateTable-filter
    {
        padding: 36px 23px;
    }
    .carplateTable-section .carplateTable-filter .search-filter
    {
       display: block;
    }
    .carplateTable-section .carplateTable-filter .search-filter form
    {
        margin: 0 0 13px 0;
    }
    .carplateTable-section .append-customInput input
    {
        margin: 0 0 18px 0;
    }
    .carplateTable-section .search-filter #search
    {
        font-size: 11.5px;
    }
    .homepageSection .contentBg .testimonial-section
    {
        margin: 0;
    }
    .carplateTable-section .clickSort-wrapper .clickSort-dropdown div
    {
        margin: 0 !important;
    }
    .carplateTable-section .clickSort-wrapper .clickSort-dropdown
    {
        right: 0;
        left: 50%;
        transform: translate(-50%, 0);

        width: 212px;
        max-width: 212px;
    }
    .carplateTable-section .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
    .carplateTable-section .dataTables_wrapper .dataTables_paginate .paginate_button.next
    {
        display: none;
    }
    .carplateTable-section .grid-items .custom-myTable-previous,
    .carplateTable-section .grid-items .custom-myTable-next
    {
        position: absolute;
        top: 0;

        padding: 0 13px;
        height: 100%;
        z-index: 10;
        opacity: .5;
    }
    .carplateTable-section .grid-items .custom-myTable-previous img,
    .carplateTable-section .grid-items .custom-myTable-next img
    {
        position: relative;
        top: 53%;
        transform: translate(-53%, 0);
    }
    .carplateTable-section .grid-items .custom-myTable-previous
    {
        left: 0;
    }
    .carplateTable-section .grid-items .custom-myTable-next
    {
        right: 0;
    }

    .carplateTable-section .downloadText
    {
        text-align: center;
    }
    .carplateTable-section #myTable.nowrap tr th,
    .carplateTable-section #myTable.nowrap tr td
    {
        white-space: pre-line;
    }
}


@-webkit-keyframes flip-vertical {
    0% {
        -webkit-transform: rotateY(0);
                transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
    }
}
@keyframes flip-vertical {
    0% {
        -webkit-transform: rotateY(0);
                transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
    }
}
#loader
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;

    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);

    display: flex;
    justify-content: center;
    align-items: center;
}
#loader.displayNone
{
    display: none;
}
#loader img
{
    width: 85px;

	-webkit-animation: flip-vertical 2s linear infinite;
	animation: flip-vertical 2s linear infinite;
}

.carSellForm input
{
    border-radius: 10px;
    padding: 23px;
}
.carSellForm input:hover,
.carSellForm input:focus
{
    border: 1px solid #ced4da;
    border-radius: 10px;
    padding: 23px;
}
.submitBtn
{
    background: var(--primaryColor);
    color: #FFF;
    border-radius: 50px;
    transition: all .4s ease;
    padding: 13px;
}
.submitBtn:hover
{
    background: var(--primaryColorHover);
}