@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

/*----------------------feedback-----------------------*/

table {
    margin-top: 60px;
    z-index: -99;
    position: relative;
    float: left;
}

.feedback-div {
    float: left;
    width: 100%;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    position: relative;
    margin-top: 13px;
}

.feedback-div p {
    margin: 0 auto;
    color: #252424;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    padding: 0px 0px 14px 0px;
}

.feedback-div1 {
    float: left;
    width: 100%;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    position: relative;
}

.feedback-div2 {
    float: left;
    width: 100%;
    color: #096caf;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    position: relative;
    text-align: left;
}

.error {
    color: #F00;
}

.feedback-div1 label {
    float: left;
    width: 100%;
    text-align: left;
}

.feedback-div1 label svg {
    position: absolute;
    left: 9px;
    font-size: 14px;
    color: #999 !important;
    bottom: 8px;
}

.feedback-div3 label svg {
    position: absolute;
    left: 9px;
    font-size: 15px;
    color: #999 !important;
    top: 32px;
}

.feedback-div1 label span {
    font-size: 13px;
    display: block;
    float: left;
    padding-bottom: 4px;
}

.feedback-div1 label input {
    float: left;
    padding-left: 30px;
    position: relative;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    background-color: inherit;
}


/* .feedback-div1 label::before {
    font-family: "FontAwesome";
    content: "\f007";
    font-size: 16px;
    color: #999 !important;
    position: absolute;
    left: 3%;
    top: 54%;
} */

.heigh-demand1 {
    font-size: 12px !important;
    float: left;
    width: 100%;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: -webkit-linear-gradient(left, rgba(247, 247, 247, 1), rgba(234, 234, 234, 1), rgba(247, 247, 247, 1));
    background: -o-linear-gradient(right, rgba(247, 247, 247, 1), rgba(234, 234, 234, 1), rgba(247, 247, 247, 1));
    background: -moz-linear-gradient(right, rgba(247, 247, 247, 1), rgba(234, 234, 234, 1), rgba(247, 247, 247, 1));
    background: linear-gradient(to right, rgba(247, 247, 247, 1), rgba(234, 234, 234, 1), rgba(247, 247, 247, 1));
    -webkit-animation-name: example;
    animation-name: example;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@-webkit-keyframes example {
    0% {
        color: #054d93;
    }
    25% {
        color: #999;
    }
    50% {
        color: #054d93;
    }
    75% {
        color: #999;
    }
    100% {
        color: #054d93;
    }
}


/* Standard syntax */

@keyframes example {
    0% {
        color: #054d93;
    }
    25% {
        color: #999;
    }
    50% {
        color: #054d93;
    }
    75% {
        color: #999;
    }
    100% {
        color: #054d93;
    }
}

.extra-width {
    width: 320px;
}

.select-ans {
    width: 100%;
    height: 30px;
    float: left;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}

.ex-margin {
    margin-top: 10px;
}

.feedbk_radio {
    cursor: pointer;
    display: inline-block;
    padding-right: 20px;
}

.feedbk-radio input {
    height: 1px;
    opacity: 0;
    width: 1px;
    margin-left: -8px;
}

.feedbk-radio input:checked+.outer .inner {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.feedbk-radio input:checked+.outer {
    border: 1px solid #096caf;
    background-color: #FFF;
}

.feedbk-radio input:focus+.outer .inner {
    background-color: #096caf;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.feedbk-radio .outer {
    background-color: #eeeeee;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    float: left;
    height: 14px;
    margin: 3px 0 0;
    width: 14px;
}

.feedbk-radio .inner {
    background-color: #096caf;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 8px;
    width: 8px;
    margin-left: 3.4px;
    margin-top: 3.4px;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -o-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

.width-auto {
    float: left;
    width: 50%;
    margin-top: 10px;
    line-height: 28px;
}

.feedback-div3 {
    float: left;
    width: 100%;
    color: #000;
    font-family: "Open Sans", sans-serif;
    position: relative;
    font-weight: 300;
}

.feedback-div3 label {
    float: left;
    width: 100%;
    text-align: left;
}

.feedback-div3 label span {
    font-size: 13px;
    display: block;
    float: left;
    padding-bottom: 4px;
}

.feedback-div3 label textarea {
    float: left;
    position: relative;
    padding-left: 30px;
    width: 100%;
    height: 50px;
    background-color: inherit;
    font-family: "Open Sans", sans-serif;
    padding-top: 6px;
}


/* .feedback-div3 label::before {
    font-family: "FontAwesome";
    content: "\f075";
    font-size: 16px;
    color: #999 !important;
    position: absolute;
    left: 3%;
    top: 42%;
    z-index: 999999;
} */

input[type="text"]:focus {
    border-color: #008fd5;
}

.feedback-div4 {
    float: left;
    width: 100%;
    color: #000;
}

.feedback-div5 {
    float: left;
    width: 100%;
    color: #000;
}

.sbmit-button {
    width: 80px;
    height: 34px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #096caf;
    color: #fff;
    font-size: 15px;
    border: 1px solid #096caf;
    margin-top: 17px;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
}

.sbmit-button:focus {
    background-color: #00426f;
    border: 1px solid #00426f;
}

.sel-city {
    float: left;
    font-size: 15px;
    text-align: left;
    line-height: 40px;
    border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
}

.sel-rental {
    background-color: #C00;
    float: left;
    margin-right: 4px;
    width: 36px;
    height: 33px !important;
    padding: 4px 0px;
    position: relative;
}

.sel-city img {
    width: 24px;
    position: absolute;
    left: 15%;
    top: 24%;
}

.dashboard-filter {
    background-color: #FFF;
    border: 0px;
    height: 24px;
    width: 60px;
    margin-top: 8.3px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #054d93;
    font-family: "Open Sans", sans-serif;
    font-size: 14px !important;
}

.dashboard-modify {
    background-color: #FFF;
    border: 0px;
    height: 24px;
    width: 60px;
    margin-bottom: 9px;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #054d93;
    font-family: "Open Sans", sans-serif;
    font-size: 14px !important;
}

.dashboard-filter:hover,
.dashboard-filter:focus,
.dashboard-modify:hover,
.dashboard-modify:focus {
    background-color: #0073b8;
    color: #FFF;
}

.modify-div {
    width: 100%;
    background-color: #FFF;
    padding: 10px 0px;
    height: 300px;
    margin-bottom: 50px;
}

.modify-car {
    width: 100%;
    background-color: #FFF;
    float: left;
    text-align: left;
    border: 1px solid #CCC;
    border-top: 0px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.book-sum {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 14px;
}

.book-sum .img1 {
    margin-top: -2px;
    margin-right: 4px;
    float: left;
}

.book-sum1 {
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    color: #999;
}

.pickupdate input[type="url"],
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="password"],
select {
    background: #fff none repeat scroll 0 0;
    background-color: rgb(255, 255, 255);
    border: 1px solid #cacaca;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #4b4b4b;
    font-size: 14px;
    height: 30px;
    line-height: 20px;
    padding: 2px 5px 2px 10px;
    padding-left: 10px;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    margin-bottom: 0px;
    font-family: "ex_reg_txt";
    width: 100%;
}

textarea {
    background: #fff none repeat scroll 0 0;
    background-color: rgb(255, 255, 255);
    border: 1px solid #cacaca;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #4b4b4b;
    font-size: 14px;
    height: 46px;
    line-height: 20px;
    padding: 2px 5px 2px 10px;
    padding-top: 2px;
    padding-left: 10px;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    margin-bottom: 0px;
    font-family: "ex_reg_txt";
    width: 100%;
}

.rc-anchor-normal .rc-anchor-content {
    height: 74px;
    width: 206px;
}

.rc-inline-block {
    display: inline-block;
    height: 100%;
}

.rc-anchor-normal-footer {
    display: inline-block;
    height: 74px;
    vertical-align: top;
    width: 70px;
}