/*Header and footer css start*/
p,h2{
    color:unset;
}
/*a:visited{*/
/*    color:unset !important;*/
/*}*/
.live-chat-ui img{
    height: 38px !important;
    width: 185px !important; 
}
.ui-icon {
  display: inline-block !important;
  background-image: url("https://code.jquery.com/ui/1.13.2/themes/base/images/ui-icons_444444_256x240.png") !important;
  background-repeat: no-repeat;
}
.errFld, .nice-select.errFld {
    box-shadow: 0 0 5px #f00 !important;
}
.ui-timepicker-container ul li a:hover{
    text-decoration: none;
}

.attach-file{
    display:none !important;
}
 .bookCar{
     width: unset;
 }

.headerDiv .rentalInfo h3 {
    font-size: 1.1em;
    line-height: 22px;
}

.headerDiv .secondHeader{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
}
/*a:active, a:visited{*/
/*    color:unset !important;*/
/*}*/
.menu{
    /*float: unset !important;*/
    height: unset !important;
}
#wpgnavi-TM a:hover{
   color:unset !important;
   text-decoration:unset !important;
   background:unset !important;
}
.hObj {
    visibility: hidden !important;
    display: none !important;
}
.BLK_MISC ul li{
   margin-top: 10px;
}
.headerList p {
    margin:revert;
}
._cookie{
    position: fixed;
    z-index: 999;
    bottom: 0;
    background: #363333;
    color: white;
}
._cookieClose{
    float: right;
    padding: 10px;
}
._cookie p{
    padding: 20px;
}

.messages li{ margin:5px 10px; padding: 5px;}
.messages li:first-child{ margin-top:10px;}
.messages li:last-child{ margin-bottom:10px;}
.messages li.chatS{background: #f5f5f5 none repeat scroll 0 0;border-radius: 3px;color: #646464;font-size: 14px;margin: 0;padding: 5px 10px 5px 12px;width: 90%;margin: 10px auto;clear:both; text-align:center; font-size:0.8em;}
.messages > .chatS > span{ display:none;}
.messages li.chatM{background: var(--brand-color) none repeat scroll 0 0;border-radius: 3px;color: #ffffff;font-size: 14px;margin: 0;padding: 5px 10px 5px 12px;width: 51%;margin: 10px 10px 10px 0;float:right;}
.chatM span, .chatA span, .chatH span, .chatS span { display:block; text-align:right; font-size: 0.8em;}
.messages li.chatA{ background: #ebebeb none repeat scroll 0 0;border-radius: 3px;font-size: 14px;color: #646464;padding: 5px 10px 5px 12px;width: 51%;margin: 10px 0 10px 10px;float:left;}

.supportMsg{
    left: -40px;
    top: 20px;
    background: var(--brand-color);
    width: 35px;
    height: 35px;
    position: absolute;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
button{
    cursor: pointer;
}
.faq li.faqType{
    display: grid;
    cursor: pointer;
    font-weight: normal
}
.faq .faqType span{
    display:flex!important;
    justify-content:center!important;
}
.otherTopicsList{
    flex-direction: column;
    display: flex;
        background: #fff;
}
.otherTopicsList .othTopic{
    background-color: #fff;
    margin: 0 10px;
    padding: 10px 0;
    border-bottom: 1px solid #e8e4e4;
    display: flex;
    justify-content: space-between;
}
.faq-heading{
    padding:0 10px;height: 35px;display:flex;align-items:center;
}


  /*new website header*/
:root {
    /*--primary-color: #277E40;*/
    --brand-color: #0C7E40;
}
.ui-timepicker-container{
    z-index: 999 !important;
}
/*.BLK_LS{
   margin-top: 15px;
   margin-bottom: 15px; 
}*/
body {
    margin: 101px auto 0;
    padding: 0;
    font-family: 'Source Sans 3', 'Oswald', sans-serif; 
    font-weight: 500;
}
body h1,h2,h3,h4{
    margin: 0;
}
body  ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fa-solid{
    cursor: pointer;
}
.overlay {
    filter: brightness(0.5);
}
footer .footer-wrapper .footer-center .logo img{
    width: 185px;
    height: 45px;
}
#mobileNav img{
    width: 185px;
}
#overlayContent {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
input[type="button"], input[type="submit"]{
    cursor: pointer;
    height: 45px;
    border-radius: 5px;
    background: #00B4F1;
    color: white;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: none !important;
    width: 100%;
    text-indent: 0;
}
/*login css*/
.homeNewLoginBox{
    width: 1120px;
    /*height: 500px;*/
    background-color: white;
    margin: 0 auto;
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    box-shadow: rgb(100 100 111 / 55%) 0px 10px 35px 0px;
    border-radius: 8px;
}
.BLK_FPW .FP .showActForm{
    color: #00B4F1;
}
.loginSection{
    display: flex;
    width: 97%;
    padding: 15px;
}
.loginClipart{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F2F2F2;
}
.homeNewLoginBox form{
    width: 48%;
    padding: 25px 40px;
}
.homeNewLoginBox input[type=text],.homeNewLoginBox input[type=password]{
    padding: 3px 0px 0 0;
    margin: 8px 0px;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid black;
    font-size: 16px;
    width: 100%;
    text-indent: 25px;
    outline: unset;
    margin: 0;
    height: 35px;
}
.homeNewLoginBox li.EM >div, .homeNewLoginBox li.PW >div{
    position: relative;
}
.homeNewLoginBox .giconsDiv{
    position: absolute
}
.homeNewLoginBox .close{
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
    /* margin-top: 12px; */
    color: black;
    font-weight: bold;
}
.homeNewLoginBox input[type=submit]{
    cursor: pointer;
    width: 100%;
    height: 40.15px;
    top: 154.43px;
    left: 13px;
    border-radius: 5px;
    background: #00B4F1;
    color: white;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: none;
    text-indent: 0;
}
.homeNewLoginBox li{
    padding: 10px;
}
.loginForm  h3{
    display: flex;
    justify-content: center;
}
.homeNewLoginBox section li{
    padding: 10px 0;
}
.HM p{
    float: left;
    margin: 0;
    font-weight: bold;
    margin-right: 10px;
}
.HM a{
   color: #00B4F1;
}
.BLK_LGN .FP{
    float: right;
    margin-bottom: 20px;
    color: #00B4F1;
}
.BLK_LGN .HM{
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto !important;
    width: 50% !important;
    
}
.homeNewLoginBox a{
    cursor: pointer;
}

/*HEADER CSS*/
.firstHeader {
    background-color: var(--brand-color) !important;
}
/*.BLK_LGN ul li{*/
/*    margin-bottom: 20px;*/
/*}*/


.header {
    height: 50px;
    z-index: 10;
    width: 100%;
    opacity: 1;

}

.header #mobileNav>div {
    float: left;
    line-height: 50px;
}

.header .hamburgerMenu i {
    font-size: 39px;
    padding: 9px;
    color: white;
}

.header .hamburgerMenu {
    width: 70px;
}
.header .headerList {
    float: right;
    display: flex;
    color: white;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    gap: 19px;
    font-size: 19px;
    margin: 0;
    padding: 0;
    padding-top: 14px;
}
.headerList li {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}

.navBarList {
    transition: height 1s ease-in;
    
    /*Pradnya Added*/
    /*display: flex;*/
    justify-content: space-between;
    width: 100%;
}
.webImage{
    width: 250px;
    height: 50px;
    padding-top: 8px;
}
#wpgnav .subMenu>li, #wpgnavi-TM .subMenu>li {
    border-bottom: none;
}

#wpgnav a, #wpgnavi-TM a {
    text-decoration: none !important;
    font-weight: 600 !important;
    color:unset !important;
    font-size: unset;
}

#hamburgerMenuList i {
    font-size: 27px;
    color: white;
    font-size: 35px;
    padding: 12px;
}
.headerDiv .rentalInfo {
    display: none;
}
.headerDiv .rentalInfo {
    float: right;
    margin: 5px 0;
}

.headerDiv .rentalInfo p {
    float: left;
    /*padding-top: 5px;*/
    margin: 0;
    font-size: 14px;
    
    max-width: 460px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.headerDiv .rentalInfo h2 {
    margin: 0;
    color: #00ABEF;
    padding: 0;
    font-size: 25px;
}

@media only screen and (min-width:0px) and (max-width:1024px) {
    .webImage {
        display: none;
    }
    #mobileNav,.headerList i.logoutLinkIcon {
        display: block !important;
    }
    .banner-text {
        display: none;
    }

    .headerList p,.headerList a.logoutlink {
        display: none;
    }
    
   .logoImage {
        display: none;
    }
    .header .signuplink{
        display: none;
    }
    #wpgnav, #wpgnavi-TM {
        list-style: none;
        display: flex;
        gap: 0px;
        align-items: baseline;
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin-top: 0px;
    }

    .navBarList img {
        padding-top: 5px;
        height: 45px;
        margin-left: 10px;
        width: 185px;
    }

    #wpgnav li, #wpgnavi-TM li {
        font-weight: 500;
        font-size: 18px;
        font-style: inherit;
        padding-bottom: 0px;
        width: 100%;
        padding-left: 13px;
        background:unset;
        border-bottom: 1px solid lightgray;
    }
    #wpgnav a, #wpgnavi-TM a{
        padding-left: 35px;
        height: 50px;
        line-height: 55px;
    }

    .subMenu {
        padding: 21px 16px 0;
    }

    .navList .subMenu li {
        list-style: none;
        border-bottom: none;
    }
    .navBarList .navBarHeader {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        background-color: var(--brand-color);
        height: 50px;
    }
    .navBarList .navBarHeader i {
        font-size: 24px;
        margin-top: 2px;
        color: white;
        margin-right: 14px;
    }

    .navBarList .navBarHeader i:hover {
        color: var(--brand-color);
    }

}
@media only screen and (min-width:1025px) {
    .webImage {
        display: block;
    }
    #wpgnav, #wpgnavi-TM {
        display: none;
    }
    .navBarList .navBarHeader {
        float: left;
    }
    .navBarList .navBarHeader i {
        display: none;
    }
    #mobileNav i {
        display: none;
    }
    #mobileNav img {
        display: none;
        margin-left: 15px;
    }
    #wpgnav, #wpgnavi-TM{
        float: right;
        display: flex;
        margin: 0;
        padding: 0;
        gap: 15px;
        margin-top: 0px;
    }
    #wpgnav li, #wpgnavi-TM li {
        height: 42px;
        font-weight: 500;
        background: unset;
        font-size: 15px;
        font-style: inherit;
        padding-bottom: 17px;
        margin-top: -15px;
        display: inline-block;
        cursor: pointer;
        position: relative;
        border-bottom: 5px solid transparent;
        transition: border-bottom 1s ease-out;
    }

    #wpgnav li.active, #wpgnavi-TM li.active {
        color: var(--brand-color);
        border-bottom: 5px solid var(--brand-color);
    }
    .mobileImage {
        display: none;
    }
    .subMenu {
        display: none;
    }
    .navList li i {
        display: none;
    }
}
@media only screen and (min-width:0px) and (max-width:800px){
    .headerDiv .header, .headerDiv .secondHeader {
        display: block;
    }
}
@media only screen and (min-width: 0px) and (max-width: 500px){
    .BLK_LGN .FP{
        text-align: right;
    }
    .BLK_LGN .HM{
        width: 70% !important;
    }
    .cancelRental ul li input[name=rezno],
    .cancelRental ul li input[name=rezemail],
    .cancelRental ul li input[name=rezsendemail]{
        height: 25px !important;
    }
    .cancelRental li{
        margin-top: 10px !important;
    }
     .cancelRental{
        font-size: 13px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 340px) {
    #wpgnavi-TM{
        display:flex !important;
    }
    #wpgnavi-TM ul{
        width:100%;
    }
    .headerDiv {
        top: 0;
        position: fixed;
        z-index: 999;
        width: 100%;
        background-color: white;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    }
    .homeNewLoginBox {
        max-width: 90%;
        /* height: 500px; */
        background-color: white;
        margin: 0 auto;
        z-index: 999;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0 auto;
        box-shadow: rgb(100 100 111 / 55%) 0px 10px 35px 0px;
        border-radius: 8px;
    }
    .loginSection {
        display: flex;
        flex-direction: column;
        width: auto;
        padding: 10px;
    }
    .homeNewLoginBox form {
        width: 100%;
        padding: 0px;
    }
     .homeNewLoginBox section li{
        width: 100%;
        padding: 10px 0;
    }
    
    .loginClipart {
        display: none;
        width: 100%;
        background: #F2F2F2;
    }
    .header .headerList {
        float: right;
        display: flex;
        color: white;
        font-size: 13px;
        align-items: center;
        justify-content: center;
        gap: 13px;
        font-size: 19px;
        margin: 0;
        padding: 0;
        padding-top: 14px;
    }   

    .headerDiv .header,
    .headerDiv .secondHeader {
        max-width: 95%;
        margin: 0 auto;
    }
    .header .headerList {
        padding-top: 10px;
    }

    #hamburgerMenuList i {
        font-size: 24px;
        padding: 7px;
        padding-top: 10px;
        padding-left: 0;
    }


    #mobileNav img {
        margin-top: 4px;
        width: 125px;
        height: 38px;
    }

    .navBarList {
        z-index: 20;
        position: fixed;
        background-color: white;
        width: 0;
        height: 100%;
        overflow: hidden;
        transition: width 0.4s ease-in;
        /* margin-top: -60px; */
        left:0;
        top: 0;
        
        /*Pradnya Added*/
        display: list-item;

    }
    .navBarList.open {
        width: 100%;
        margin-left: -8px;
    }
    .headerDiv .rentalInfo h3 {
        font-size: 0.69em;
    }
    .headerDiv .rentalInfo p {
        /*font-size: 0.6em;*/
            font-size: 14px;
    }
}

@media only screen and (min-width: 341px) and (max-width: 500px) {
    #wpgnavi-TM{
        display:flex !important;
    }
    #wpgnavi-TM ul{
        width:100%;
    }
    .homeNewLoginBox{
        max-width: 90%;
        /*height: 500px;*/
        background-color: white;
        margin: 0 auto;
        z-index: 999;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0 auto;
        box-shadow: rgb(100 100 111 / 55%) 0px 10px 35px 0px;
        border-radius: 8px;
    }
    .loginSection {
        display: flex;
        flex-direction: column;
        width: auto;
        padding: 15px;
     }
    .loginClipart {
        display: none;
        width: 100%;
        background: #F2F2F2;
     }
     .loginClipart img{
        width: 100%;
        height: 300px;
     }
    .homeNewLoginBox form {
        width: 100%;
        padding: 0px; 
     }
    .homeNewLoginBox section li{
        width: 100% !important;
        padding: 10px 0;
    }
     
    .headerDiv {
        top: 0;
        position: fixed;
        z-index: 999;
        width: 100%;
        background-color: white;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    }
    .headerDiv .header,
    .headerDiv .secondHeader {
        max-width: 94%;
        margin: 0 auto;
    }
    .header .headerList {
        gap: 15px;
        font-size: 17px;
        padding-top: 10px;
    }
    .headerList li {
        gap: 15px;
    }
    #hamburgerMenuList i {
        color: white;
        font-size: 27px;
        padding: 7px;
        margin-top: 5px;
        padding-left: 0;
    }
    #mobileNav img {
        margin-top: 6px;
        width: 160px;
        height: 40px;
    }
    .navBarList {
        z-index: 20;
        position: fixed;
        background-color: white;
        width: 0;
        height: 100%;
        overflow: hidden;
        transition: width 0.4s ease-in;
        top: 0;
        left:0;
        margin-left: -15px;
        
        /*Pradnya Added*/
        display: list-item;
    }

    .navBarList.open {
        width: 260px;
    }
    .headerDiv .rentalInfo h3 {
        font-size: 0.8em;
    }
    .headerDiv .rentalInfo p {
        /*font-size: 0.65em;*/
            font-size: 14px;
        float: right;
    }
}
@media only screen and (min-width: 501px) and (max-width: 800px) {
    #wpgnavi-TM{
        display:flex !important;
    }
     #wpgnavi-TM ul{
        width:100%;
    }
    .homeNewLoginBox{
        max-width: 90%;
      
    }
    .loginSection {
        display: flex;
        flex-direction: column;
        width: auto;
        padding: 15px;
     }
    .loginClipart {
        display: none;
        width: 100%;
        background: #F2F2F2;
     }
     .loginClipart img{
        width: 100%;
        height: 300px;
     }
     .homeNewLoginBox form {
        width: 100%;
        padding: 0px; 
     }
    .homeNewLoginBox section li{
        padding: 10px 0;
    }
     
    .headerDiv {
        top: 0;
        position: fixed;
        z-index: 999;
        width: 100%;
        background-color: white;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
        height: 50px;
    }
    .headerDiv .header,
    .headerDiv .secondHeader {
        max-width: 94%;
        margin: 0 auto;
    }
    .header .headerList {
        gap: 17px;
        font-size: 25px;
        padding-top: 10px;
    }
    .headerList li {
        gap: 17px;
    }
    #hamburgerMenuList i {
        padding: 8px;
        padding-left: 0;
    }

    #mobileNav img {
        margin-top: 0px;
    }
    .navBarList {
        z-index: 20;
        position: fixed;
        background-color: white;
        width: 0;
        height: 100%;
        overflow: hidden;
        transition: width 0.4s ease-in;
        top: 0;
        left:0;
        margin-left: -24px;
        
        /*Pradnya Added*/
        display: list-item;
    }
    .navBarList.open {
        width: 298px;
    }
    .headerDiv .rentalInfo h3 {
        font-size: 1em;
    }

}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
    #wpgnavi-TM{
        display:flex !important;
    }
     #wpgnavi-TM ul{
        width:100%;
    }
    .headerDiv .rentalInfo {
        float: right;
        margin: 0px 0;
    }
    .homeNewLoginBox{
        width: 95%;
        /*height: 500px;*/
        background-color: white;
        margin: 0 auto;
        z-index: 999;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0 auto;
        box-shadow: rgb(100 100 111 / 55%) 0px 10px 35px 0px;
        border-radius: 8px;
    }
     .loginClipart img{
        width: 365px;
     }
    .headerDiv {
        top: 0;
        position: fixed;
        z-index: 999;
        background-color: white;
        width: 100%;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
        height: 50px;
    }

    .headerDiv .header,
    .headerDiv .secondHeader {
        max-width: 95%;
        margin: 0 auto;
    }

    .header .headerList {
        gap: 41px;
        font-size: 25px;
        padding-top: 10px;
    }

    #hamburgerMenuList i {
        padding: 12px;
        margin-top: -4px;
        padding-left: 0;
    }
    .headerList li {
        gap: 41px;
    }
    .navBarList {
        z-index: 20;
        position: fixed;
        background-color: white;
        width: 0;
        height: 100%;
        overflow: hidden;
        transition: width 0.4s ease-in;
        top: 0;
        left:0;
        margin-left: -26px;
        
        /*Pradnya Added*/
        display: list-item;
    }
    .navBarList.open {
        width: 298px;
    }
    .headerDiv .rentalInfo h3 {
        font-size: 1em;
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .homeNewLoginBox{
        width: 95%;
    }
    .headerDiv {
        top: 0;
        position: fixed;
        z-index: 999;
        background-color: white;
        width: 100%;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    }

    .headerDiv .header,
    .headerDiv .secondHeader {
        max-width: 90%;
        margin: 0 auto;
    }
   
    .header .headerList {
        font-size: 13px;
        gap: 41px;
        padding-top: 5px;
    }
    .navBarList img {
        padding-top: 5px;
        height: 38px;
        width: 185px;
    }

}
@media only screen and (min-width:1281px) and (max-width:1419px) {
   .headerDiv {
        top: 0;
        position: fixed;
        z-index: 999;
        background-color: white;
        width: 100%;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    }

    .headerDiv .header,
    .headerDiv .secondHeader {
        max-width: 1220px;
        margin: 0 auto;
    }

    .header .headerList {
        font-size: 13px;
        gap: 41px;
        margin: auto 0;
        padding-top: 5px;
    }

    .headerDiv {
        top: 0;
        position: fixed;
        z-index: 999;
        background-color: white;
        width: 100%;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    }
    .navBarList img {
        padding-top: 5px;
        height: 38px;
        width: 185px;
    }

    .navList {
        font-size: 13px;
    }
    .headerDiv .rentalInfo h3 {
        font-size: 1.1em;
        line-height: 22px;
    }
    .headerDiv .rentalInfo p {
        /*font-size: 16px;*/
            font-size: 14px;
    }
    .headerDiv .rentalInfo p {
        float: left;
        /* padding-top: 5px; */
        margin: 0;
        /*width: 300px;*/
        font-size: 14px;
    }
}
@media only screen and (min-width:1420px) and (max-width:1579px) {
    .headerDiv {
        top: 0;
        position: fixed;
        z-index: 999;
        background-color: white;
        width: 100%;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    }
    .headerDiv .rentalInfo p {
        float: left;
        /* padding-top: 5px; */
        margin: 0;
        /*width: 225px;*/
        font-size: 14px;
    }

    .headerDiv .header,
    .headerDiv .secondHeader {
        max-width: 1370px;
        margin: 0 auto;
    }
    .header .headerList {
        font-size: 13px;
        gap: 41px;
        padding-top: 5px;
    }
    #mobileNav {
        padding: 0;
    }

    .headerDiv {
        top: 0;
        position: fixed;
        z-index: 999;
        background-color: white;
        width: 100%;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    }

    .navBarList img {
        padding-top: 5px;
        height: 38px;
        margin: 0;
        width: 185px;
    }
    .navBarList img {
        padding-top: 5px;
        height: 38px;
        width: 185px;
    }
    .headerDiv .rentalInfo p {
        /*font-size: 16px;*/
            font-size: 14px;
    }
}
@media only screen and (min-width:1580px) {
    .headerDiv {
        top: 0;
        background-color: white;
        width: 100%;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
        z-index: 999;
        position: fixed;
    }
    .headerDiv .rentalInfo p {
        float: left;
        /* padding-top: 5px; */
        margin: 0;
        /*width: 300px;*/
        font-size: 14px;
    }

    .headerDiv .header,
    .headerDiv .secondHeader {
        max-width: 1500px;
        margin: 0 auto;
    }
    .header .headerList {
        font-size: 13px;
        gap: 41px;
        padding-top: 5px;
    }
    .navBarList img {
        height: 38px;
        margin-left: 0;
        width: 185px;
    }
    .headerDiv .rentalInfo p {
        /*font-size: 1em;*/
            font-size: 15px;
    }
}

/*FOOTER CSS*/
.footer-wrapper{
    /*background-color: #0fa352;*/
    background-image:  linear-gradient(#0fa352, #18BA4A);
    color: white;
    width: 100%;
    padding-top: 3%;
}
footer .footer-wrapper .footer-top{
    display: flex;
    flex-direction: row;
    gap: 35px;
    font-size: 13px;
    width: 70%;
    float: left;
    width: 70%;
}
footer .footer-wrapper .footer-top .links-sec ul {
    display: grid;
    grid-template-columns: repeat(2,50%);
    line-height: 1.67;
    text-align: left;
    list-style: none;
    font-size: 13px;
    grid-column-gap: 86px;
    grid-row-gap: 5px;
}
a{
    color: inherit;
    text-decoration: inherit;
}
footer .footer-wrapper .footer-center .logo{
    padding: unset !important;
    float: unset !important;
    position: unset !important;
}
footer .footer-wrapper .footer-bottom{
    font-size: 10px;
    display: flex;
    gap: 12px;
    margin:auto;
    width: 62%;
    border-top: 1px solid;
    padding: 0 0 8px 0;
}
.download-icons{
    display: flex;
    align-items: center;
}
.link-icons{
    font-size: 30px;
    display: flex;
    flex-direction: row;
    gap: 8%;
    margin-bottom: 20px;
}
.link-icons a:hover{
    text-decoration: none;
}
.link-icons i {
    cursor: pointer;
}
.dot {
    height: 3px;
    width: 3px;
    background-color:white;
    border-radius: 50%;
    margin-top: 15px;
  }
.footer-main{
    width: 100%;
}
.link-icons svg {
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}
@media only screen and (min-width: 0px) and (max-width: 340px){
    footer .footer-wrapper .footer-center .logo{
        display: flex;
        justify-content: center;
    }
    .headerDiv .rentalInfo {
        float: right;
        margin: 7px 0;
     }
    .footer-main{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer .footer-wrapper .footer-top .links-sec ul {
        grid-column-gap: 5px;
        grid-template-columns: repeat(2,50%);
    }
    footer .footer-wrapper .footer-top{
        display: flex;
        flex-direction: column;
        width: 95%;
        gap: 0px;
    }
    footer .footer-wrapper .connect-sec{
        width: 95%;
        float: left;
    }
    footer .footer-wrapper .footer-bottom{
        display: block;
        margin: auto;
        width: 95%;
        margin-top: 12px;
    }
    .d-icon a img{
          width: 110px;
      }
    footer .footer-wrapper .footer-bottom .dot{
        display: none;
    }
    footer .footer-wrapper .footer-center .logo{
        display: flex;
        justify-content: left;
        margin-left:3%;
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 341px) and (max-width: 500px){
    footer .footer-wrapper .footer-center .logo{
        display: flex;
        justify-content: center;
    }
    .footer-main{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer .footer-wrapper .footer-top .links-sec ul {
        grid-column-gap: 5px;
    }
    footer .footer-wrapper .footer-top{
        display: flex;
        flex-direction: column;
        width: 94%;
        gap: 0px;
    }
    footer .footer-wrapper .connect-sec{
        width: 94%;
        float: left;
    }
    footer .footer-wrapper .footer-bottom{
        display: block;
        margin: auto;
        width: 94%;
        margin-top: 12px;
    }
    .d-icon a img{
          width: 110px;
      }
    footer .footer-wrapper .footer-bottom .dot{
        display: none;
    }
    footer .footer-wrapper .footer-center .logo{
        display: flex;
        justify-content: left;
        margin-left:3%;
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 501px) and (max-width: 800px){
    footer .footer-wrapper .footer-center .logo{
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    .footer-main{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer .footer-wrapper .footer-top .links-sec ul {
        grid-column-gap: 5px;
    }
    footer .footer-wrapper .footer-top{
        display: flex;
        flex-direction: column;
        width: 94%;
        gap: 0px;
    }
    footer .footer-wrapper .connect-sec{
        width: 94%;
        float: left;
    }
    footer .footer-wrapper .footer-bottom{
        margin: auto;
        width: 94%;
        margin-top: 12px;
    }
    .d-icon a img{
          width: 110px;
      }
    footer .footer-wrapper .footer-center .logo{
        display: flex;
        justify-content: left;
        margin-left:3%;
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 801px) and (max-width: 1024px){
    .footer-center{
        margin: auto;
        width: 95%;
    }
    .reservationForm label{
        font-size:14px;
    }
    footer .footer-wrapper .footer-bottom{
        margin: auto;
        width: 95%;
    }
    footer .footer-wrapper .footer-center .logo{
        display: flex;
        justify-content: left;
        margin-bottom: 15px;
    }
    footer .footer-wrapper .footer-top{
        display: flex;
        flex-direction: row;
        gap: 20px;
        font-size: 13px;
        width: 71%;
        float: left;
    }
    footer .footer-wrapper .footer-top .links-sec ul{
        grid-column-gap: 30px;
    }
    footer .footer-wrapper .connect-sec{
        width: 28%;
        float: left;
    }
    .connect-sec .download-icons img[name="app-store"]{
        width: 110px;
    }
    .connect-sec .download-icons img[name="play-store"]{
        width: 120px;
    }
    .BLK_LGN .HM{
        width: 60% !important;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px){
    .footer-center{
        margin: auto;
        width: 90%;
    }
    footer .footer-wrapper .footer-bottom{
        margin: auto;
        width: 90%;
    }
    footer .footer-wrapper .footer-center .logo{
        display: flex;
        justify-content: left;
        margin-bottom: 15px;
    }
    footer .footer-wrapper .footer-top{
        display: flex;
        flex-direction: row;
        gap: 35px;
        font-size: 13px;
        width: 70%;
        float: left;
    }
    footer .footer-wrapper .connect-sec{
        width: 30%;
        float: left;
    }
}
@media only screen and (min-width: 1281px)and (max-width: 1419px){
    .footer-center{
        margin: auto;
        width: 1220px;
    }
    footer .footer-wrapper .connect-sec{
        width: 30%;
        float: left;
    }
    footer .footer-wrapper .footer-bottom{
        margin: auto;
        width: 1220px;
    }
    footer .footer-wrapper .footer-center .logo{
        display: flex;
        justify-content: left;
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 1420px)and (max-width: 1579px){
    .footer-center{
        margin: auto;
        width: 1370px;
    }
    footer .footer-wrapper .connect-sec{
        width: 30%;
        float: left;
    }
    footer .footer-wrapper .footer-bottom{
        margin: auto;
        width: 1370px;
    }
    footer .footer-wrapper .footer-center .logo{
        display: flex;
        justify-content: left;
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 1580px){
    .footer-center{
        margin: auto;
        width: 1500px;
    }
    footer .footer-wrapper .connect-sec{
        width: 30%;
        float: left;
    }
    footer .footer-wrapper .footer-bottom{
        margin: auto;
        width: 1500px;
    }
    footer .footer-wrapper .footer-center .logo{
        display: flex;
        justify-content: left;
        margin-bottom: 15px;
    }
}

/*LIVE CHAT CSS*/
#liveChat{
    display: none;
    position: fixed;
    border-radius: 15px;
    height: 580px;
    background-color: white;
    transform: scaleY(0);
    right: 40px;
    z-index: 999;
    box-shadow: rgb(100 100 111 / 55%) 0px 10px 35px 0px;
    animation: slideIn 0.5s ease-in-out forwards;
    /*max-height: 545px;*/
    overflow-y: hidden;
            
}
.tabList{
    display: flex;
    flex-direction: row;
    font-size: 14px;
    line-height: 21px;
    /* border-top: 1px solid rgba(0, 0, 0, 0.05); */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 25px;
    position: fixed;
    width: 100%;
    z-index: 5;
    bottom: 0;
    align-items: flex-end;
}
.tabList button{
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 15px 3px;
    cursor: pointer;
    transition: all 150ms ease 0s;
    line-height: 14px;
    overflow: hidden;
    text-overflow: clip;
    text-align: center;
    /* color: rgb(9, 138, 34); */
    background-color: white;
    font-weight: 590;
    border: none;
    /*border-radius: 15px;*/    
    border-right: 1px solid #e8e4e4;
}
.tabList button:nth-child(3){
    border: none;
}
.tabList button:hover{
    cursor: pointer;
}
.tabList .tabSection{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 17px;
    margin-top: 12px;
    font-weight: 300;
    font-size: 14px;
}
/* Hide all tab contents by default */
.tab-content>div {
    display: none;
}

.tabActive {
    color: var(--brand-color);
}

/* Show the selected tab content */
.tab-content>div.tabActive {
    display: block;
}

.toggleSection {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0px;
    background: white;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px 1px, rgba(0, 0, 0, 0.06) 0px 2px 8px;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
}

.toggleSection:hover {
    cursor: pointer;
}
.toggleSection > div{
    padding: 15px;
    color: black;
    font-weight: 600;
    font-size: 14px;
}
.toggleSection i {
    float: right;
    color: var(--brand-color);
    margin-top: 8px;
}

@keyframes slideIn {
    to {
        transform: scaleY(1);
    }
}

 .subHeading{
    color: #fff;
    padding: 20px 10px;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    height: 45px;
    background-color: var(--brand-color);
    border-radius: 10px 10px 0 0;
}
 .subHeading > i{
    line-height: normal;
}
.initChat>form>section>ul{
    margin: 0 20px;
}
/*.initChat>form>section>ul>li {
    margin: 0 auto;
    margin-top: 0px;
    padding: 0;
    list-style-type: none;
    width: 97%;
}
*/
.initChat>form>section>ul>li label {
    font-size: 0.9em;
    /*margin-left: 12px;*/
}

.initChat>form>section>ul>li input,
.initChat>form>section>ul>li select,
.initChat>form>section>ul>li .nice-select {
    padding: 0;
    border: none;
    border-bottom: 1px solid black;
    width: 100%;
    height: 30px;
    text-indent: 5px;
    outline: none;
    font-size: 0.85em;
    border-radius: unset;
    box-shadow: none;
}

.initChat>form>section>ul>li textarea {
    padding: 0;
    width: 100%;
    border-radius: 5px;
    height: 45px
}

.initChat>form>section>ul>li input[type=button],
.initChat>form>section>ul>li input[type=submit] {
    color: #fff;
    text-indent: 0;
    /*background-color: #0fa352;*/
    background-image: linear-gradient(#0fa352, #18BA4A);
    border-radius: 20px;
    height: 40px;
    width: 60%;
    margin-left: 20%;
    margin-top: -2px;
    border: none
}

.initChat>form>section>ul>li input[type=button]:hover,
.initChat>form>section>ul>li input[type=submit]:hover {
    box-shadow: 0 0 5px #888;
}

.initChat>form>section>ul>li .nice-select {
    line-height: 30px;
}

.initChat>form>section>ul>li .nice-select .option {
    height: 30px;
    line-height: 30px;
    min-height: 30px;
}

.initChat>form>section>ul>li.SB {
    height: 50px;
}

.initChat>form>section>ul>li .nice-select.errFld {
    box-shadow: 0 0 5px #FF0000;
}

.initChat>form>section>ul>li input.errFld {
    box-shadow: 0 0 5px #FF0000;
}

/*.initChat>form>section>ul>li input[type=text]:hover,*/
/*.initChat>form>section>ul>li input[type=email]:hover,*/
/*.initChat>form>section>ul>li .nice-select:hover,*/
/*.initChat>form>section>ul>li textarea:hover {*/
/*    background: rgba(73, 133, 224, 0.12) !important;*/
    /*border-color: #808080 !important;*/
/*    box-shadow: none;*/
/*    border-bottom: 0.15em solid #b3b3b3 !important;*/
/*}*/

/*.initChat>form>section>ul>li:focus-within label {*/
/*    transition: all 0.25s ease-in;*/
/*    letter-spacing: 0.16em;*/
/*}*/

/*.initChat>form>section>ul>li:focus-within input[type=text],*/
/*.initChat>form>section>ul>li:focus-within input[type=email],*/
/*.initChat>form>section>ul>li:focus-within textarea {*/
/*    box-shadow: none;*/
/*    background: none;*/
/*    border: none;*/
/*}*/


.liveChatHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 18px 0 15px;
}

#liveChat .helpSection{
    display: flex;
    flex-direction: column;
    /*gap: 11px; */
    /*width: 94%; */
    margin: auto;
    background: #fff;
}
#liveChat .helpSection > li{
    /*border-radius: 10px;*/
    /*box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px 1px, rgba(0, 0, 0, 0.06) 0px 2px 8px;*/
        background-color: #fff;
    /*margin: 0 10px;*/
    border-bottom: 1px solid #e8e4e4;
    width: 100%;
}
#liveChat .helpSection .helpQ{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 10px 15px;*/
    padding: 5px 15px;
    color: black;
    font-size: 14px;
    /*font-weight: 600;*/
    cursor: pointer;
}
#liveChat .helpSection .helpA{
    padding: 0 15px;
    color: black;
    font-size: 14px;
    padding-bottom: 15px;
    max-height: 150px;
    overflow-y: auto;
    margin-bottom: 15px;
}
.helpSection .helpQ .gicons{
    font-size: 25px;
    font-weight: 100
}
@media only screen and (min-width: 0) and (max-width: 500px){
    #liveChat{
        width: 85%;
        right: 20px;
    }
}
@media only screen and (min-width: 0) and (max-width: 389px){
    #liveChat{
        height: 86%;
        bottom: 28px!important;
    }
}
@media only screen and (min-width: 501px){   
    #liveChat{
        width: 365px;
    }
}

/*RENTAL FORM*/
.transform-in, .transform-out {
  display:block;
  -webkit-transition:all ease 0.5s;
  transition:all ease 0.5s;
}

.transform-in {
	-webkit-transform:translate(-50%, -50%) scale(1);
	transform:translate(-50%, -50%) scale(1);
}

.transform-out {
	-webkit-transform:translate(-50%, -50%) scale(0.5);
	transform:translate(-50%, -50%) scale(0.5);
}
.rentalPopup{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px 15px;
    background: #fff;
    border-radius: 10px;
    z-index: 999;
    margin: 0;
    width: 80%;
    max-width: 1200px;
}
.rentalPopup .headerInfo{
    display: flex ;
    justify-content: space-between;
    margin-bottom: 15px
}
.rentalForm {
    max-width: 100%;
}
.rental .BLK_MISC, .rental .BLK_SVT{
    display: none;
}
.rentalForm{
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
    margin-bottom: 0;
}
/*.rentalForm .reservationForm{
    width: 42%;
}*/
.rentalForm ul > li > div{
    position: relative;
}
.rentalForm ul > li > div > div.giconsDiv{
    position: absolute;
}
.rentalForm .BLK_MISC, .rentalForm .BLK_RTL, .rentalForm .BLK_PTD, .rentalForm .BLK_RTD, .rentalForm .BLK_SVT, .rentalForm .BLK_PRC, .rentalForm .BLK_SUB, .rentalForm .BLK_LS{
    margin-bottom: 20px;
    width: 100%
}
.rentalForm .BLK_FLT{
    margin: 10px 0;
}
.rentalForm .BLK_SVT{
    display: inline-block;
}

.rentalForm .BLK_PDT {
   float:left;
   width:52%;
}
.rentalForm .BLK_PTD {
   float:left;
   width:48%;
}
.rentalForm .BLK_RTD{
    width:48%;
    float:right;
}
.rentalForm .BLK_PTD > ul,.rentalForm .BLK_RTD > ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap:10px;
}
.rentalForm .BLK_FLL ul{
    color: #00B4F1;
    font-size: 20px;
    font-weight: bold;
}
.rentalForm .BLK_FLL > ul li i{
    display:none;
}
.rentalForm .BLK_FLL > ul > li:nth-child(1){
    float: left;
    width: 50%;
}
.rentalForm .BLK_FLL > ul > li:nth-child(2){
    float: right;
    width: 50%;
    text-align: right;
}
.rentalForm .BLK_FLL > ul li:nth-child(3){
    display:none;
}

.rentalForm .reservationForm .BLK_PTL > ul, .rentalForm .reservationForm .BLK_RTL > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}
.rentalForm .reservationForm > ul li input, .rentalForm .reservationForm > ul li select{
    border: none;
    border-bottom: 1px solid #212529;
    font-size: 15px;    
    height: 30px;
    text-indent: 18px;
    width: 100%;
    padding: 0;
    outline: unset;
}
.rentalForm .reservationForm ul li div.SEL{
    padding: 5px 0px 0 0 !important;
    border: none;
    border-bottom: 1px solid #212529;
    font-size: 16px !important;
    text-indent: 20px ;
    line-height: 24px;
    float: none;
    height: 32px;
    position: unset;
    margin: 3px 0;
}

.rentalForm .reservationForm > ul li input[type="submit"]{
    height: 40px;
}
.rentalForm .reservationForm > ul li .fa-solid{
    position: absolute;
}
.rentalForm .BLK_PTL >  ul > li,.rentalForm .BLK_RTL >  ul > li{
    width: 47.5%;
}
.rentalForm .reservationForm ul li input[type=text] {
    border: none;
    border-bottom: 1px solid #212529;
    font-size: 16px;
    width: 100%;
    text-indent: 20px;
    padding: 5px 0px 5px 0 !important;
    box-shadow: unset;
    border-radius: unset;
    color: unset;
}
.reservationForm .gicons{
    line-height:30px;
}
.rentalForm .reservationForm > ul li input[type="submit"]{
    border: none;
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .rentalForm{
        flex-direction: column;
    }
    .rentalForm #locMap{
        display: none;
    }
    .rentalForm .reservationForm{
        width: 100%;
    }
}
@media only screen and (min-width: 0px) and (max-width: 801px) {
    .rentalForm .BLK_FLL > ul{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
    .rentalForm .reservationForm .BLK_PTL > ul,.rentalForm .reservationForm .BLK_RTL > ul {
        flex-direction: column;
        gap: 15px;
    }
     .rentalForm .reservationForm .BLK_PTL > ul > li,.rentalForm .reservationForm .BLK_RTL > ul > li {
         width: 100% !important;
     }
    .rentalForm .reservationForm > ul li select {
        width: 100%;
    }
    .rentalForm .BLK_PTD > ul, .rentalForm .BLK_RTD > ul{
        flex-direction: column;
    }
    /*.rentalForm .BLK_FLL ul{*/
    /*    flex-direction: column;*/
    /*    gap: 5px;*/
    /*}*/
    .rentalForm .BLK_FLL > ul > li:nth-child(2) {
        text-align: left;
        width: unset;
    }
    
}
@media only screen and (min-width: 501px) and (max-width: 800px){
     .rentalForm .BLK_FLL > ul{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .rentalForm .reservationForm .BLK_PTL > ul > li, .rentalForm  .reservationForm .BLK_RTL > ul > li{
        width: 100%;
    }
    .rentalForm .reservationForm > ul li select{
        width: 100%;
    }
}
/*@media only screen and (min-width: 801px) and (max-width: 1024px) {
    .rentalForm {
        max-width: 95%;
    }
}*/
/*@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .rentalForm {
        max-width: 90%;
    }
}*/
/*@media only screen and (min-width: 1281px) and (max-width: 1419px) {
    .rentalForm{
        max-width: 1220px;
    }
}
@media only screen and (min-width: 1420px) and (max-width: 1579px) {
    .rentalForm {
        max-width: 1370px;
    }
}*/

@media only screen and (min-width: 1420px) {
    .rentalPopup #form-content .reservationForm{
     width: 50%;
}
}
@media only screen and (min-width: 1580px) {
    .rentalForm {
        max-width: 1500px;
    }
    .rentalForm .reservationForm .BLK_PTL > ul > li, .rentalForm .reservationForm .BLK_RTL > ul > li{
        width: 100%;
    }
}

/*BODY CSS*/
.wrapper{
    margin: 120px auto;
    margin-bottom: 60px;
}
.wrapper p a {
    cursor: pointer;
    color: #00B4F1;
}
@media only screen and (min-width: 1580px){
    .wrapper{
        max-width: 1500px;
    }
}
@media only screen and (min-width: 1420px) and (max-width: 1579px){
    .wrapper{
        max-width: 1370px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1419px){
    .wrapper{
        max-width: 1220px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px){
    .wrapper{
        max-width: 90%;
    }
}
@media only screen and (min-width: 801px) and (max-width: 1024px){
    .wrapper{
        max-width: 95%;
        margin: 95px auto;
    }
}
@media only screen and (min-width: 0px) and (max-width: 800px){
    .wrapper{
        max-width: 94%;
        margin: 80px auto;
    }
}
@media only screen and (min-width: 0px) and (max-width: 340px){
    .wrapper{
        max-width: 95%;
    }
}
/* datepicker custom css */
#ui-datepicker-div .ui-state-default{
    text-align: center;
    border-radius: 50%;
    padding: 8px;
    background: none; 
    border: none;
    font-size: 12px;
}
#ui-datepicker-div .ui-state-active{
    text-align: center !important;
    border-radius: 50% !important;
    padding: 10px !important;
    background: #007fff !important;
    border: none !important;
}
#ui-datepicker-div .ui-state-highlight{
    border: 1px solid #dad55e !important;
    background: #fffa90 !important;
    color: #777620 !important;
    border-radius: 50% !important;
    padding: 10px !important;
}
#ui-datepicker-div .ui-datepicker-title select{
    border: 1px solid;
    border-color: #dad1d1;
    margin-right: 3px;
    border-radius: 2px;
    padding: 0px;
    box-shadow: 1px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
#ui-datepicker-div .ui-datepicker-header{
    border: none; 
    background: none;
}
.ui-timepicker-container ul{
    width: 100px !important;
}
.ui-timepicker-container ul li{
    width: 92px !important;
    font-size: 15px !important;
}
.ui-timepicker-container{
     width: 90.9943px !important; 
     background-color: unset !important;
     border:none !important;
}
.ui-timepicker-container .ui-state-hover{
    background-color: #007fff !important;
    color: white !important;
}
.ui-timepicker-container ul li a{
    margin-right: 5px !important;
}
/*.ui-datepicker-next-hover{*/
/*   background: unset !important;*/
/*   border: none !important;*/
/*}*/
/*.ui-datepicker-next{*/
/*    pointer-events: none !important;*/
/*}*/
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to{
    transform: rotate(360deg);
  }
}

/*cancel rental popup css*/
.cancelRentalOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.cancelRental ul li:first-child {
    margin-right: 40px;
}

.cancelRental ul li > div > div {
    position: absolute;
}
.cancelRental ul li input,.cancelRental ul li select {
    border: none;
    border-bottom: 1px solid #212529;
    width: 100%;
    height: 32px;
    text-indent: 17px;
    margin-left: 0;
    box-shadow: unset;
    border-radius: unset;
}
li .fa-solid {
    padding: 0;
    min-width: 10px;
    line-height: 32px;
}
.cancelRental ul li input[name="rezsearch"] ,.cancelRental ul li input[name="send"]  {
    cursor: pointer;
    height: 45px;
    border-radius: 5px;
    background: #00B4F1;
    color: white;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: none;
}
.cancelRental {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    background: #fff;
    width: 700px;
    border-radius: 10px;
    z-index: 999;
    margin: 0px;
}
.cancelRental  li{
    width: 100%;
    margin: 0;
    margin-top: 15px;
    float: left;
   
}
.cancelRental  li:last-child{
    margin-bottom: 20px;
}
.cancelRental > h1{
    text-align: center;
    font-size: 1.5em;
}
.cancelRental li > div{
    margin-top: 4px;
    position: relative;
}

@media only screen and (min-width: 0px) and (max-width: 800px){
    .cancelRental {
        width: 80%;
    }
    .cancelRental > div{
        margin: 0 !important;
    }
    .cancelRental li:last-child {
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
    .cancelRental > h2{
        text-align: start;
    }
    .cancelRental p{
        margin: 10px 0;
    }
    .cancelRental li:last-child {
        margin-bottom: 5px;
    }
    .cancelRental{
        margin-top: 10px!important;
        padding: 15px;
    }
}

/*rez-cancel-email-sent*/
@media only screen and (min-width: 0px) and (max-width: 500px) {
    .wrapper .page-header{
        flex-direction: column;
        align-items: baseline !important;
    }
}
/*Header and footer css end*/




/*loader css*/
.loaderr {
    width: 170px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(0deg, #FFFFFF 50%, var(--brand-color) 100%);
    animation: spin 1s linear infinite;
    margin-top: 30px; 
    margin: 0 auto;
}
.inner-circle{
    width: 93%;
    height: 93%;
    background-color: white;
    border-radius: 50%;
}
.loader .loadImg img{
    width: 108px !important;
}
.loader .loadImg {
    position: relative;
    z-index: 999;
    bottom: 190px;
}
.loader .lContent {
    width: 284px;
    height: 230px;
    margin: 30px auto;
    background-color: #fff;
    box-shadow: 0 0 5px #888;
    border-radius: 20px;
    opacity: 0.9;
    text-align: center;
}