﻿.header {
height:70px;
}
.header-search {
    position: relative!important;
    width: 100%;
    margin-right: 10%;
}
.rentxWrap {
    background-color: #2f313e !important;
}

.rentxWrap {
    margin-top: 0;
    padding: 2% 2%;
}

.iFrameRentxLogout {
    width: 0;
    height: 0;
    display: none;
}

.iFrameRentx {
    position: unset;
    top: 10rem;
    left: 0;
    width: 100%;
    height: CALC(100vh - 20vh);
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.mybidwrap {
    padding: 0 1% 0 1%;
}
.smarticon svg {
    width: 70px !important;
    height: 80px !important;
    margin-top: -47px;
}
.homeslider .owl-loaded {
padding-bottom:0;
}
.homeslider .owl-dots {
display:none;
}
.rentxWrap .modal-dialog {
max-width:75%;
top:10%;
}
    .rentxWrap .modal-dialog .modal-header {
        padding: 0;
        top: 0;
        position: absolute;
        right: 0;
    }
        .rentxWrap .modal-dialog .modal-header button {
            color: #fff;
            z-index: 999;
            right: 0;
            border: 1px solid #fff;
            border-radius: 50%;
            height: 30px;
            width: 30px;
            top: -10px;
            padding-bottom: 10px;
            padding: 3px 6px 10px 6px;
            opacity:1;
        }
    .rentxWrap .modal-dialog .slider-item {
        padding: 0;
        border-right: 0;
        color: none;
        background-color: none;
        overflow: hidden;
    }
    .slider-item img {
    overflow:hidden;
    }
        .rentxWrap .mob-view {
display:none;
}
.rentxWrap .modal-dialog {
margin:5% auto;
}
.owl-item {
    opacity: 0;
}

    .owl-item.active {
        opacity: 1;
    }
.rentxWrap .modal-content {
    background:transparent;
    border:none!important;
}
.modal-dialog .owl-nav {
top:50%;
}
    .modal-dialog .owl-nav i {
        /*background: #ffffff9e !important;*/
        width: 40px;
        height: 40px;
        padding: 0 0 0 !important;
        border: 0 solid #ef0073;
        color: #a5929b !important;
        font-size:36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        float: none !important;
        font-weight: 700;
    }
.pay-btn1.active {
display:block;
}
.pay-btn {
    display: block !important;
    transform: rotate(270deg);
    margin-top: 43px !important;
}
@media (max-width:767px) {
    .pay-btn {
        margin-top: 135px !important;
    }

    .rentxWrap {
        margin-top: 15%;
    }

    .iFrameRentx {
        position: relative;
        top: 0rem;
        height: CALC(100vh - 20vh);
        padding: 10px 20px;
    }

    .featureBG {
        position: fixed;
        bottom: 9%;
    }

    .featureLogowrap {
        display: none !important;
    }

    .rentxWrap .webview {
        display: none;
    }

    .rentxWrap .mob-view {
        display: block;
    }

    .mybidwrap {
        margin-top: 0%;
    }

    .pay-btn1.active {
        position: fixed;
        right: 10px;
        margin-top: 123px !important;
        cursor: pointer;
        z-index: 9;
        display: block !important;
        transform: rotate(270deg);
        right: -35px;
    }
    .pay-btn1.active a {
        cursor: pointer;
        border: 1px solid #F8049C;
        background-color: #F8049C;
        color: #fff;
        padding: 4px 20px;
        z-index: 99999;
    }
    .breadcrumb-wrap {
        top: 0px !important;
        margin-bottom: 10px !important;
    }
}
/*************Refund Form***************/
.form-control {
width:100%!important;
border-width:1px!important;
}
label.error {
    position: absolute !important;
    right: 15px !important;
    top: auto !important;
    margin-top: 0!important;
}
.yourDetails input {
    position: relative !important;
}
.bankwrap {
border:1px solid #ccc;
padding:20px;
}
.custDetails {
    padding: 20px;
    border: 1px solid #ccc;
}
.formWrap label {
    margin-bottom: 0rem;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}
.formWrap input[type=file] {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
}
.custDetails select {
    width: 100%;
    padding: 8px 6px;
    border: 1px solid #ced4da;
}
select {
    -webkit-appearance: listbox !important;
}
.mandatory {
padding-right:20px;
}
#site-footer.active{
    position:absolute;
    bottom:0;
    width:100%
}
.refundThnkuForm p{
    font-size:20px
}
.refundThnkuForm {
    transform: translate(0, 130%);
}

.form-control {
    cursor: pointer;
}
.calendar-wrapper.picker {
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
}
.frmRefund .fa-calendar {
    position: absolute;
    right: 25px;
    bottom: 11px;
    font-size: 18px;
    cursor:pointer;
}
/*#region ShowLoaderCSS */
.CssLoaderStyles .logoloader {
    border: 6px solid #ef0075;
    border-radius: 50%;
    border-top: 6px solid transparent;
    width: 55px;
    height: 55px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
}

.CssLoaderStyles .Logo-loader {
    border: 6px solid #ef0075;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    position: relative;
    display: flex;
    justify-content: center;
    border-top: 6px solid transparent;
}

    .CssLoaderStyles .Logo-loader:after {
        content: '';
        background: #ef0075;
        height: 0px;
        width: 15px;
        position: relative;
        transform: rotate(90deg);
        border: 3.5px solid #fff0;
        top: -2px;
    }

.CssLoaderStyles {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10000000;
    background: #ffffffba;
    height: 100%;
    width: 100%;
    margin: auto;
}

.CssLoaderAlign {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: relative;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*#endregion ShowLoaderEnd*/
/*************Refund Form End***************/
/*Breadcrumbs CSS*/
.breadcrumb-wrap {
    padding: 15px 30px 15px !important;
    background-color: #f9f9f9;
    margin-bottom: 25px;
    margin-top: 0px;
    position: relative;
    top: 14px;
    width: 100%;
}
.breadcrumb-wrap .links ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.breadcrumb-wrap .links ul li {
    margin-right: 0px;
    cursor:pointer;
    z-index: 1;
    display: flex;
    align-items: center;
}
.breadcrumb-wrap .links ul li a {
    color: #0d6efd !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    text-decoration: none;
}
.breadcrumb-wrap .links ul li a span {
    padding: 0 10px;
    color:#000000;
}
.breadcrumb-wrap .links ul li:last-child {
    pointer-events: none !important;
}
.breadcrumb-wrap .links ul li:last-child a {
    color: #000000 !important;
}
.breadcrumb-wrap .links ul li:last-child:after {
    content: "";
}
.breadcrumb-wrap .links ul li:after {
    position: relative;
    left: 8px;
    font-size: 15px;
    top: 1px;
    color: #9dabbe;
}
/*Breadcrumbs CSS End*/