
.slick-slider {
    margin-bottom: 5px!Important;
    margin-left: 5px;
}

.portfolio-thumb-slider .slick-active img {
    border: 1px solid transparent
}

.slick-slider-item slick-slide slick-active
{
    border: 1px solid blue;
}

.portfolio-item-slider
{
    max-height: 600px!important;
}

/*.slick-slide {
    display: none;
    float: left;
    height: 550px!important;
    min-height: 1px;
}*/

.portfolio-thumb-slider
{
    height:65px;
}

/*img.pswp__img {
    height: 100%!important;
}*/


.img.slider {
    width: 100%;
}

.slick-slide img{
    margin-left: 2px;
}

.slick-next {
    right: 5px!important;
    background: #918589!important;
}

.slick-prev {
    left: 5px!important;
    background: #918589!important;
}

.slider{
    max-width: 100%;
    max-height: 600px;
}

.slick-slide
{
    height:auto!important;
}

.pswp img
{
    object-fit:contain;
}

.about_dealer .embed-responsive {
    height: 560px;
    overflow: hidden;
}

.about_dealer iframe {
    width: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    height: 100%;
}


.centreAlign
{
    text-align: center;
}

.topAlign
{
    vertical-align:top;
}

.bottomAlign
{
    vertical-align:bottom;
}


.rightAlign
{
    text-align: right;
}

.ui-button
{
    background:#212529;
    color:white;
}


.ui-inputfield
{
    width:100%;
    line-height:2.5rem;
}

.ui-panelgrid .ui-panelgrid-cell {
    padding: 4px 2px!important;
}

body .ui-widget 
{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.ui-menuitem .active
{
    background:#2196f3f3;
    color:white!important;
}

body .ui-button
{
    background-color: var(--primary_custom);
    border-color: var(--primary_custom);
    border-radius: 0;
}

.ui-inputfield{
    border-radius: 0!important;
}

body .ui-wizard .ui-wizard-step-titles .ui-wizard-step-title.ui-state-highlight {
    background: #0065af;
    color: #f3f3f3;
}
.othertitle
{
    color:var(--otherTitle_custom);
}

.ui-messages-error, .ui-message-error 
{
    position:fixed;
    top:0;
    width:50%
}


.ui-chkbox .ui-chkbox-box {
    width: 20px!important;
    height: 20px!important;
}


p {
    color: var(--textWhite);
    font-family: 'Poppins', sans-serif;
}

.editorHtml p{
    color:black;
}

body .ui-tabmenu .ui-tabmenu-nav{
    overflow-x:hidden;
}

.customOneBtn .ui-button {
    padding: 2px 10px!Important;
    border-radius: 0!Important;
    border:1px solid lightgrey !important;
    font-size: 14px; 
    margin-right:10px!Important;
    margin-top: 8px;
}

@media (max-width: 480px) {
    .customOneBtn .ui-button {
        margin-top: 8px; /* Adjust the margin-top value as needed */
    }
}