@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {

    --backblack: #0F0E10;
    --tblack: #0F0E10;
    --pwhite: #ffffff;
    --twhite: #E9EAF0;
    --yellow: #F68D20;
    --pblack: #000000;
    --opblack: rgba(15, 14, 16, 0.6);
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #4CAF50 !important;
    text-align: center !important;
}

.c-form-wrap {
   background: #F9F9F9;
    border-radius: 0px 0px 10px 10px;
    padding: 16px 16px 20px 16px;
}


/* Navbar */

.crpn-navbar {
    background: var(--backblack);
}

.crpn-navbar-row {
    padding: 16px 0px;
    display: flex;
    align-items: center;
    justify-content: end;
}


.crpn-navbar-contact {
    display: flex;
    gap: 52px;
}

.crpn-contact {
    gap: 5px;
    font-family: 'Poppins', sans-serif;
    display: flex;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    align-items: center;

}

.crpn-book .ck-fast {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
    color: var(--twhite);
    letter-spacing: 0.106719px;
    text-decoration: none;
}

.crpn-contact a {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.106719px;
    color: var(--yellow);
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    /* 	padding-right:16px; */
}

.crpn-navbar-main {
    position: relative;
    background: rgba(2, 2, 2, 0.13);
}

.crpn-navbar-main-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.crpn-navbar-logo {
    width: 82px;
    height: 58px;
    margin-bottom: 2px;
}

.crpn-navbar-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.crpn-navbar-items ul {
    padding-top: 12px;
    display: flex;
    gap: 24px;
    font-family: 'Poppins', sans-serif;
}

.crpn-navbar-items ul a {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.crpn-navbar-items ul li {
    list-style: none;
    font-weight: 600;
    font-size: 12.8063px;
    line-height: 15px;
    letter-spacing: 0.106719px;
    color: #ffffff;
    padding: 8px 0px 0px 20px;
}

.crpn-navbar-items ul li {
    /* border-right: 1.42px solid var(--tblack); */
    border-left: inset;
    height: 18px;
    border-left-width: 1.42px;
}

/* .crpn-navbar-items ul li.active {
    color: var(--yellow);
} */
#menu-item-17 {
    color: var(--yellow);
}

.crpn-navbar-items ul li:first-child {
    border-left: unset !important;
}

/* .crpn-navbar-items ul li.active {
    border-left: none;
} */

.crpn-navbar-items ul li a {
    color: var(--black);
    position: relative;
    top: -6px;
}

.crpn-navbar-items ul li a:hover {
    color: var(--yellow);
}

.container-custom .crpn-navbar-items ul li a {
    color: #ffffff;
}

.container-custom .crpn-navbar-items ul li a:hover {
    color: var(--yellow);
}

.container-custom .crpn-navbar-items ul .active a {
    color: #FB8022;
}

.crpn-navbar-items {
    display: flex;
    align-items: center;
    gap: 40px;
}

.cr-phone {
    padding-bottom: 10px;
}

.cr-phone a {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 12.25px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px dashed white;
    padding: 8px 6px;
    border-radius: 2px;
}



/* slider */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.slider {
    width: 214px;
    margin: auto;
    height: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    /* margin: 0px 15px; */
}

.slider .progress {
    height: 100%;
    left: 0;
    right: 100%;
    position: absolute;
    border-radius: 5px;
    background: #FB8022;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
   
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #FB8022;
    color: white;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17A2B8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.price-input {
    display: flex;
    align-items: baseline;
    margin-top: 20px;
}

.price-input input {
    padding-left: 10px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: white;
    background: none;
    border: none;
    width: 50px;
}

.price-input P {
    color: #ffffff;
}

.cr-slide a {
    text-decoration: none;
}

/* slider */

.cr-special p {
    font-family: Poppins;
    font-weight: 500;
font-size: 30px;
line-height: 30px;
color: #000000;
text-align: center;
/* padding-bottom: 6px; */
text-transform: uppercase;
}
.cr-special-text{
    padding-bottom: 24px;
}



.cr-special-text p {
    font-family: Poppins;
    opacity: 0.8;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--backblack);
    text-align: center;
    padding: 0% 24%;
}

/* .cr-image-wrap{
    padding-bottom: 12%;

} */
.cr-special-image {
    width: 92%;
    margin: auto;
    height: 390px;
   background-color: rgba(0, 0, 0, 0.2);
   overflow: hidden;

}

.cr-special-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
    transition: 1s;
}
.cr-special-image img:hover{
    transform: scale(1.1);
}

.cr-service {
    margin-top: -80px;
    padding: 0px 20px;
}

.slick-slide img {
    display: unset;
}

.slick-arrow.slick-hidden {
    display: block;
}

.cr-arrow-position {
    position: relative;
}

.dph-next {
    position: absolute;
    right: 0;
    top: 45%;
    z-index: 1;
}

.dph-prev {
    position: absolute;
    left: 0;
    top: 45%;
    z-index: 1;
}

.dph-nextt {
    position: absolute;
    right: -1%;
    top: 56%;
    z-index: 1;
}

.dph-prevv {
    position: absolute;
    left: -1%;
    top: 56%;
}

.cr-wed p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: white;
    mix-blend-mode: lighten;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.cr-tour p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    padding-top: 4px;
    line-height: 22px;
    color: #ffffff;
    opacity: 0.8;
    mix-blend-mode: lighten;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.cr-label {
    padding-left: 12px;
}
.cr-label p{
font-family: 'Poppins';
font-weight: 400;
font-size: 16px;
line-height: 17px;
color: white;
padding-bottom: 10px;
}

.cr-back {
    /*     background-color: #3B4344; */
    background: rgba(15, 14, 16, 0.7);
    padding: 80px 0px;
}

.cr-color p {
    color: white;
}

.cr-point .bx {
    color: #FB8022;
    font-size: 12px;
}

.cr-point {
    padding-top: 5px;
}

.cr-list {
    display: flex;
    padding-bottom: 35px;
}

.cr-qualities-wrap {
    padding: 0px 10px;
}

.cr-qualities p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: white;

}

.cr-quality-info p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
 
    color: rgba(233, 234, 240, 0.8);

}

.cr-car-image {
    width: 100%;
    height: 155px;
}

.cr-car-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cr-car-name a {
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #F68D20;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.cr-car-info p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-top: 5px;
}

.cr-read a {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: #F68D20;
    text-decoration: none;
}

.cr-read {
    text-align: end;
    margin-top: -11%;
}
.cr-wrapper{
    border: 1px solid grey;
    transition: 0.8s;
    overflow: hidden;
}
.cr-wrapper:hover{
    transform: scale(1.02);
}
.cr-info-wrap{
    padding: 14px 11px;
    /* box-shadow: 0px 1px 2px 0px grey; */
}

.cr-date p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    color: rgba(0, 0, 0, 0.85);
}

.cr-date-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 9px;
}

.cr-date-wrap .bx {
    font-size: 12px;
    color: black;
}




/* #menu {
    color: black;
    font-size: 35px;
    line-height: 80px;
    display: none;
} */

.crpn-hamburger-menu {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    height: 33px;
    width: 33px;
    cursor: pointer;
    display: none;
}

.container-custom .crpn-hamburger-menu .bar {
    background-color: #ffffff;
}

.crpn-hamburger-menu .bar {
    height: 3px;
    background: #ffffff;
    border-radius: 5px;
    margin: 3px 0px;
    transform-origin: left;
    transition: all 0.5s;
}

/* .hamburger-menu:hover .top {
    transform: rotate(45deg);
}

.hamburger-menu:hover .middle {
    opacity: 0;
}

.hamburger-menu:hover .bottom {
    transform: rotate(-45deg);
} */


/* hero-section */

.crpn-hero-section {
    height: 781px;
    background-repeat: no-repeat;
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));*/
    background-size: cover;
    margin-top: -7%;
}

.crpn-intro-heading p {
    font-weight: 400;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: 0.106719px;
    color: var(--twhite);
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.crpn-intro-heading1 p {
    font-weight: 700;
    font-size: 54.1119px;
    line-height: 73px;
    letter-spacing: 0.115954px;
    text-transform: uppercase;
    color: var(--twhite);
}

.cr-sub-info {
    padding-right: 28%;
}

.cr-sub-info p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 23px;
}

.cr-rent-btn {
    margin-top: 5%;
}

.cr-rent-btn a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    background: #FB8022;
    color: var(--pwhite);
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 5px;
}

.crpn-intro-heading1 span {
    color: var(--yellow);
}

.crpn-hero-section-intro {
    margin-top: 31%;

}

.crpn-hero-section-info {
    max-width: 1042px;
    margin: auto;
    padding: 50px 32px 45px;
    margin-top: -8%;
    background: linear-gradient(180deg, #181C1D 0%, #41494A 100%);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.margintop {
    margin-top: unset !important;
}

.crpn-hero-section-info-col {
    display: flex;
    flex-wrap: wrap;
    /* gap: 20px; */
    justify-content: space-between;
}


.crpn-date1 {
    margin-bottom: 20px;
}

.crpn-location-input {
    position: relative;
}

.crpn-location-img {
    position: absolute;
    right: 5px;
    top: 23%;
}

.crpn-drop-date {
    display: none;
}

.crpn-car-type #Cars {
    width: 506px;
    height: 68.2px;
    color: var(--opblack);
}

.crpn-car-type select,
.crpn-location-input input,
.crpn-date1 input,
.crpn-time input {
    border: none;
    padding: 0px 16px;
    font-family: 'Poppins', sans-serif;
    background: var(--pwhite);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.119599px;
    color: var(--tblack);
    border-radius: 5px;
}

.crpn-button button {
    border: none;
    background: var(--yellow);
    color: var(--pwhite);
    letter-spacing: 0.119599px;
    font-weight: 500;
    font-size: 20px;
    line-height: 19px;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    margin-top: 14px;
}

.crpn-button button:hover {

    border: 4px solid var(--yellow);
    color: var(--opblack);
    background-color: var(--pwhite);
}

.crpn-location-input,
.crpn-button {
    width: 219px;
    height: 55px;
}

.crpn-date1,
.crpn-time {
    width: 219px;
    height: 55px;
}

.crpn-car-type select,
.crpn-location-input input,
.crpn-button button,
.crpn-date1 input,
.crpn-time input {
    width: 100%;
    height: 100%;
}

.crpn-rental-cars {
    margin: 5% auto;
}


.crpn-rental-heading {
    padding-bottom: 24px;
}

.crpn-rental-heading p {

    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.106719px;
    text-transform: uppercase;
    color: var(--tblack);
    /* opacity: 0.8; */
}

.crpn-rental-cars-image {
    /* max-width: 272.11px; */
    width: 100%;
    height: 164.22px;
    overflow: hidden;
}

.crpn-rental-cars-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}
.crpn-rental-cars-image img:hover{
    transform: scale(1.1);
}
.crpn-rental-car-name,
.crpn-rental-sub-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.crpn-carname1 p {
    margin: 5px 0px 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.145672px;
    color: var(--backblack);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.crpn-carname-like {
    margin: 5px 0px 0px;
}


.crpn-subhead1 p {
    margin: 5px 0px 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.145672px;
    color: var(--backblack);
    opacity: 0.8;
}

.crpn-rental-price p {
    font-family: 'Poppins', sans-serif;
    margin: 5px 0px 0px;
    letter-spacing: 0.145672px;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    color: var(--yellow);
}


.crpn-rental-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0px;
    /*width: 100%;*/
    /*height: 38px;*/
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 13px;
    background: var(--yellow);
    color: var(--pwhite);
    letter-spacing: 0.320156px;
    text-transform: capitalize;
    border: none;
    margin-top: 12px;
    text-decoration: none;
    border-radius: 5px;
}

.crpn-rental-button a:hover {
    border: 2px solid var(--yellow);
    color: var(--opblack);
    background-color: var(--pwhite);
}

.crpn-rental-see-more {
    text-align: center;
    margin-top: 6% !important;

}

.crpn-rental-see-more a {
    text-decoration: none;
    background-color: var(--yellow);
    font-weight: 500;
    font-size: 16px;
    line-height: 13px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.320156px;
    text-transform: uppercase;
    color: var(--pwhite);
    border-radius: 8px;
    padding: 12px 24px;
}

.crpn-rental-see-more a:hover {
    opacity: 1;
    border: 2px solid var(--yellow);
    color: var(--opblack);
    background-color: var(--pwhite);

}


.crpn-deals {
    height: 326.88px;
    background-repeat: no-repeat;
    background: linear-gradient(0deg, rgba(15, 14, 16, 0), rgba(15, 14, 16, 0));
    background-size: cover;
}

.crpn-deals-heading p {
    padding: 6% 0 0;
    letter-spacing: 0.13575px;
    font-weight: 600;
    font-size: 44.5212px;
    line-height: 49px;
    font-family: 'Poppins', sans-serif;
    color: var(--twhite);
}


.crpn-deals-sub-heading p {
    margin: -8px 0px 0px;
    letter-spacing: 0.13575px;
    font-weight: 400;
    font-size: 22.8966px;
    line-height: 44px;
    font-family: 'Poppins', sans-serif;
    color: var(--twhite);
}

.crpn-deals-button {
    margin: 30px 0 0;
    display: flex;
    column-gap: 24px;
    justify-content: center;
}

.crpn-deals-btn1 {
    margin-left: 3%;
}

.crpn-deals-btn1 a {
    padding: 16px 32px;
    font-weight: 600;
    font-size: 13.8108px;
    line-height: 12px;
    letter-spacing: 0.276352px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: var(--tblack);
    background: var(--twhite);
    border: none;
    text-decoration: none;
    /* border-left: 6.90542px solid var(--twhite); */
}

.crpn-deals-btn1 a:hover {
    color: var(--tblack);
    background: var(--yellow);
    border: none;
}

.crpn-deals-btn2 a {
    text-decoration: none;
    padding: 16px 32px;
    font-weight: 600;
    font-size: 13.8108px;
    line-height: 12px;
    letter-spacing: 0.276352px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: var(--tblack);
    background: var(--yellow);
    border: none;
    /* border-left: 6.90542px solid var(--yellow); */
}

.crpn-deals-btn2 a:hover {
    color: var(--tblack);
    background: var(--twhite);
    border: none;
}


.crpn-aboutus {
    margin: 5% 0;
    height: 678px;
    background-repeat: no-repeat;
    /* background: url(../img/Rectangle\ 26.png); */
    background-size: cover;
}

.crpn-aboutus-heading {
    background: rgba(15, 14, 16, 0.7);
    padding: 11% 18% 11% 13%;
}

.crpn-aboutus-cover {
    padding: 10% 2% 10% 0;
}

.crpn-aboutsus-title p {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.106719px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 12px;
}

.crpn-aboutus-info p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.106719px;
    color: var(--twhite);
}

.crpn-aboutus-btn {
    margin-top: 9%;
}

.crpn-aboutus-btn a {
    border-radius: 5px;
    text-decoration: none;
    background: #F68D20;
    border: none;
    margin-top: 16px;
    padding: 14px 28px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.106719px;

    color: var(--pwhite);
}

.crpn-aboutus-btn a:hover {
    border: 3px solid var(--yellow);
    color: var(--opblack);
    background-color: var(--pwhite);
}

/* p {
    margin-bottom: unset !important;
} */

.crpn-customer-reviews-heading p {
    text-align: center;
    margin-bottom: 4%;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.106719px;
    text-transform: uppercase;
    color: rgba(15, 14, 16);
    padding-bottom: 24px;
}

.crpn-customer-reviews {
    margin-bottom: 5%;
}

.crpn-customer-image {
    height: 387px;
    width: 100%;
}

.crpn-customer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.margin-right {
    position: relative;
}

.crpn-customer-thought {
    /* position: absolute;
    top: 0;
    right: 1%;
    padding: 7% 0 0 31%; */

    position: relative;
    /* top: 0; */
    /* right: 1%; */
    /* padding: 7% 0 0 31%; */


}

.crpn-customer-name {
    /* padding-left: 1%;
    bottom: 5%;
    left: 35%;
    position: absolute; */
    /* margin-left: 34%; */
    margin-left: 37%;
    margin-top: -6%;


}

.crpn-customer-column {
    margin-left: 12px;
    width: 35%;
}

.crpn-customer-reaction {
    /* padding: 4% 6% 10% 7%;
    position: relative;
    background: #F9F9F9;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); */

    padding: 4% 6% 7% 7%;
    position: absolute;
    background: #F9F9F9;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    /* z-index: 999999999999999; */
    /* top: -105%; */
    bottom: 81px;
    width: 70%;
    left: 28%;

}

.crpn-customer-reaction p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(15, 14, 16, 0.8);
}

.crpn-bigquote {
    position: absolute;
    top: -12%;
    right: 0;
    rotate: 0deg;
}


.crpn-name1 p {
    margin-bottom: 6%;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: black;
    text-transform: uppercase;
}

.crpn-name2 p {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 12px;
    font-family: 'Poppins', sans-serif;
    color: black;
    opacity: 0.8;
    padding-top: 7px;
}




.crn-director {
    margin: 5% 0;
}

.margintop {
    margin-top: 31%;
}



.container-custom {

    max-width: 1150px;
    margin: auto;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 6%;
    padding: 0px 16px 0px 16px;
}

.container-custom .crpn-navbar-items ul li a {
    color: #ffffff;
}

.ck-backgrond-image .crpn-navbar-items ul li a {
    color: #E9EAF0;
}

.ck-backgrond-image .crpn-navbar-main {
    padding-top: 12px;
}

.ck-backgrond-image .crpn-hamburger-menu .bar {
    background: #ffffff;
}

.crpn-location-input {
    margin: auto;
}

.crpn-button {
    margin: auto;
}

.crpn-date1 {
    margin: auto;
}

/* testimonials */
.cmt-image {
    width: 100%;
    height: 387px;
}

.cmt-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* testimonials */

.current {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    background: #F68D20;
    border-radius: 3.5px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    padding: 12px 18px 12px 18px !important;
    border: none !important;

}

.fz-pagination span {
    color: white;
}

.page-numbers {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    /* background: #F68D20; */
    border-radius: 3.5px;

    font-family: 'Poppins', sans-serif;
    padding: 12px 18px 12px 18px !important;
    /* border: none !important; */
    text-decoration: none;
    color: black;
    border: 1px solid #E1E1E1;
}

.wp-pagenavi {
    float: right;
}

.fz-pagination {
    display: flex;
    gap: 3%;
    align-items: baseline;
}


.crn-director-thoughts {
    padding: 6% 0% 6% 8%;
}


.crn-director {
    margin: 7% 0;
}

.crn-director-say p {
   
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.106719px;
    color: rgba(15, 14, 16) ;
    font-family: 'Poppins', sans-serif;
    margin-top: 4%;
}

.crn-director-name p {
    margin-top: 5%;
    font-weight: 400;
    font-size: 20px;
    line-height: 12px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: var(--yellow);

}

.crn-director-name1 p {
    font-weight: 400;
    margin-bottom: 1%;
    font-size: 14px;
    line-height: 12px;
    color: rgba(15, 14, 16, 0.8);
    font-family: 'Poppins', sans-serif;
    padding: 14px 0px 6px 0 ;
}

.crn-director-phone a,
.crn-director-email a {
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    color: rgba(15, 14, 16, 0.8);
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

.crn-director-info{
    margin-bottom: 4%;
}

.crn-director-image {
    width: 290.7px;
    height: 473.93px;
    margin-top: -44%;
    margin-left: -8%;

}

.crn-director-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.crn-director-phone a:hover,
.crn-director-email a:hover {
    color: var(--yellow);
}

.crn-founder {
    margin-bottom: 3%;
    font-weight: 500;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0.106719px;
    text-transform: uppercase;
    color: rgba(15, 14, 16);
    padding-left: 12%;
}

.ff{
    border: 7px solid rgba(246, 141, 32, 0.8);
    margin: 0 16% 0 12% !important;
}


.to-all-question p {
    font-size: 16px;
    font-weight: normal;
}

.boxes-all {
    padding-top: 24px;
}

.crpn-faq-one{
	margin:auto ;
        max-width: 710px;
        height: auto;
        border: 1px solid rgba(86, 86, 86, 0.2);
}

.unique-faq-about {
    max-width: 100%;
    width: 710px;
    height: 67px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 16px 0px 16px;
}

.bx-minus,
.bx-plus {
    font-style: normal;
    font-size: 35px;
    font-weight: 900;
    line-height: 27px;
    letter-spacing: 0.065em;
    font-family: 'Poppins', sans-serif;
}

.bx-plus {
    color: rgba(86, 86, 86, 0.3);
    font-weight: 600;
    font-size: 25px;
    line-height: 27px;
    letter-spacing: 0.065em;
    font-family: 'Poppins', sans-serif;
    text-align: end;
}


.c-hide {
    display: none !important;
}

.c-show {
    display: block !important;
}

.faq-active {
    background-color: rgba(15, 14, 16, 0.7);
}

.faq-active i {
    color: #FFFFFF;
}

.faq-active p {
    color: #FFFFFF !important;
}

.happy-box-color {
    padding: 16px 32px 16px 16px;
}


.happy-box-color p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(15, 14, 16, 0.8);
    font-family: 'Poppins', sans-serif;
   
}

.one {
    margin-top: 24px;
}

.my-faq-tap {
    max-width: 710px;
    min-height: 68px;
    border: 1px solid rgba(86, 86, 86, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 16px 0px 16px;
}

.unique-faq-about p,
.my-faq-tap p {
   
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: unset;
}

.location p{
    text-align: left;
    font-size: 16px !important;
    font-weight: 400;
}

.crpn-availability{
    margin: 5% 0 0;
}

.crpn-faq{
    margin: 5% 0 0;
}




@media(max-width:1200px) {


    .crn-director-image {
        margin-left: -30%;
    }
    .cr-wrapper {
        margin-bottom: 24px;
    }

    .crpn-intro-heading1 p {
        font-size: 52px;
    }

}


@media(max-width:992px) {

    /*.dph-nextt{*/
    /*    right: 21px;*/
    /*}*/
    .sm-width{
        width: 169px
    }
    .cr-label{
        padding-left: unset ;
    }

    .crpn-button {
        margin: unset;
    }


    .cr-read {
        margin-top: -32px;
    }

    .cr-date-wrap {
        padding-top: 10px;
    }

    .cr-special-text p {
        padding: unset;
    }

    .slider {
        width: 100%;
    }

    .cr-sub-info p {
        padding: 10px 0px;
    }

    .crpn-intro-heading1 p {
        /* font-size: 45px; */
        line-height: 58px;
    }

    /* .crpn-navbar-main{
        padding: 10px 0px;
    } */
    .crpn-hero-section {
        margin-top: -10%;
    }

    .crpn-hero-section-info {
        margin-top: -21%;
    }

    .crpn-hamburger-menu {
        display: flex;
    }

    .crpn-navbar-items {
        align-items: stretch;
    }

    .container-custom .crpn-navbar-items ul {
        top: 100px;
    }

    .crpn-navbar-items ul {
        position: absolute;
        flex-direction: column;
        padding: 16px 16px 32px;
        width: 100%;
        background: var(--tblack);
        top: 75px;
        left: -100%;
        transition: opacity 400ms;
        /* gap: 16px; */
        z-index: 1;
    }

    .crpn-navbar-items ul.show li {
        padding-left: 32px;
    }

    .crpn-navbar-items ul li a {
        color: var(--white);
    }

    ul li a:hover {
        color: var(--yellow);
    }

    .crpn-rental-cars-image {
        max-width: 100%;
    }

    .crpn-navbar-items a {
        /* display: block; */
        margin: 10px 0;
        line-height: 30px;
    }

    .crpn-navbar-items ul li a {
        font-size: 17px;
        padding: 0;
    }

    .crpn-navbar-items ul.show {
        left: 0;
    }

    .crpn-navbar-items ul li {
        border-left: none;
    }

    .crpn-navbar-items ul li {
        color: var(--twhite);
    }

    .gap {
        row-gap: 24px;
    }

    .row {
        margin-right: unset !important;
        margin-left: unset !important;
    }


}


@media(max-width:991px) {
    .ff{
        border: unset;
        margin: unset !important;
        flex-flow: column-reverse;
        row-gap: 16px;
    }
    .tc{
        text-align: center !important;
    }
    .crn-founder{
        padding-left: unset;
    }
    .crn-director-say p {
        width: unset;
        margin-top: unset;
    }

    .crn-director-info{
        margin-bottom: unset;
    }

    .crn-director-image {
        height: 100%;
        margin: auto;
        margin-top: unset;
    }
    .crn-director-thoughts{
        padding: 6% 4%;
        margin: unset;
        border: 5px solid rgba(246, 141, 32, 0.8)
    }
}



@media(max-width:900px) {
    .crpn-navbar-items ul li {
        font-size: 15px;
        padding: 8px 10px;
    }

    .crpn-navbar-contact {
        gap: 38px;
    }
}

@media(max-width:850px) {
    .crpn-navbar-items ul li {
        font-size: 14px;
        padding: 8px 8px;
    }

    .crpn-navbar-contact {
        gap: 20px;
    }

    .crpn-hero-section {
        margin-top: -11%;
    }

}

@media(max-width:800px) {
    .crpn-navbar-items ul li {
        font-size: 13px;
    }

    .crpn-navbar-contact {
        gap: 18px;
    }
}

@media(max-width:767px) {
	
	.happy-box-color p{
		font-size:14px;
	}
	.boxes-all{
		padding-top:12px;
	}
    .sm-width{
        width: 216px;
    }
    .crpn-hero-section-info-col{
        row-gap: 20px ;
    }

    .crn-director {
        margin-top: 10%;
    }



    .crn-director-image{
        width: 215.7px ;
    }
    .crpn-hero-section-info-col {
        row-gap: 20px;
    }

    .dph-nextt {
        right: -3px;
    }

    .cr-cmt {
        display: flex;
        flex-direction: column-reverse !important;
    }

    .crpn-customer-column {
        width: 100%;
    }

    .crpn-customer-reaction {
        position: unset;
        width: 100%;
    }

    .crpn-button {
        margin: auto;
    }



    .cr-special-image {
        height: 280px;
        width: 89%;
    }

    .cr-service {
        padding: 0px 12px;

    }

    .cr-range {
        margin-top: 15px;
    }

    .cr-label {
        padding-left: 4px;
    }

    .cr-phone {
        display: none;
    }

    .crpn-hero-section {
        margin-top: -15%;
    }

    .cr-sub-info {
        padding-right: unset;
    }
   
    .cr-special-text p{
        font-size: 14px;
    }



    .cr-qualities p {
        font-size: 16px;
        line-height: 24px;
    }


    .crpn-hero-section-intro {
        margin-top: 55%;
        /* text-align: center; */
    }

    .crpn-intro-heading1 p {
        font-size: 40px;
        line-height: 51px;
    }

    .crpn-hero-section-info {
        margin-top: -29%;
    }


   
    .crpn-bigquote {
        right: 0;
        rotate: 0deg;
    }




    .place {
        padding-bottom: 15px;
    }

    .crpn-customer-image {
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }

    .crpn-customer-thought {
        position: unset;
        padding: unset;
    }



    .crpn-customer-reaction {
        padding: 4% 3% 8% 2%;
    }


    .crpn-customer-reaction p {
        text-align: center;
    }

    .crpn-customer-name {
        margin-left: unset;
        text-align: center;
        margin-top: unset;
    }

    .crpn-name1 p {
        margin-top: 2%;
    }



    .crpn-customer-reviews-heading p {
        padding-bottom: 12px;
    }

    .place {
        position: relative;
    }

    .crpn-hero-section-info {
        margin-bottom: 3%;
    }

    .crpn-deals-btn1 {
        margin-left: unset;
    }

    .crpn-customer-name {
        position: unset;
    }
    .cr-special-text {
        padding-bottom: 12px;
    }
    .crpn-aboutus-cover {
        padding: 5% 2% 5% 0;
    }
    .crpn-aboutsus-title{
        padding-bottom: 12px;
    }
    .crpn-rental-cars{
        margin: 8% auto;
    }
    .crpn-aboutus{
        margin: 8% auto;
    }
    .crpn-customer-reviews{
        margin-bottom: 8%;
    }
}


@media(max-width:576px) {
	.location p{
		line-height:25px;
	}
    .cr-special p{
        font-size: 24px;
    }

    .crpn-hero-section-info-col{
        row-gap: unset !important ;
    }
    .crn-director-image {
        width: 190.7px;
    }
    .cr-special-image {
        width: 94%;
    }

    .cr-special-text {
        padding-bottom: 10px;
    }

    .cr-special-text p {
        font-size: 14px;

    }
    .cr-quality-info p{
        font-size: 14px;
        line-height: 20px;
    }
    .cr-tour p{
        
        line-height: 20px;
    }

    .cr-special p {
        font-size: 24px;
    }

    .crpn-hero-section-info-col {
        row-gap: unset !important;
    }

    .crpn-button button {
        margin-top: 4px;
    }

    .cr-car-image {
        height: 101px;
        width: 30%;
    }

    .cr-info-wrap {
        padding: 0px 18px 14px 0px;
        box-shadow: unset;
        width: 70%;
    }

    .cr-wrapper {
        border-bottom: 2px solid #f7f4f4;
        border: unset;
    }
   
    .cr-label{
        padding-left: 27px;
    }

    .cr-wrapper {
        display: flex;
        flex-direction: row-reverse;
    }


    .slider {
        width: 91%;
    }

    .crpn-hero-section-intro {
        margin-top: 40%;
    }

    .crpn-navbar-main-row {
        padding: 12px 0px;
    }


    .crpn-hero-section {
        margin-top: -18%;
        height: 650px;
    }

    .crpn-customer-reviews-heading p {
        padding-bottom: 10px;
    }

    .crpn-rental-cars-image {
        height: 130px;
        max-width: 100%;
        margin: auto;
    }

    .crpn-rental-cars-potrait {
        padding: 0px 12px;

    }

    .crpn-intro-heading1 p {
        font-size: 30px;
        line-height: 40px;
        padding-right: 17%;
    }

    .crpn-intro-heading p {
        font-size: 20px;
    }



    .crpn-contact {
        padding-right: 16px;
    }

    .crpn-rental-heading p {
        font-size: 24px;

    }
    .crpn-rental-heading{
        padding-bottom: 10px;
    }

    .crpn-deals-heading p {
        font-size: 30px;
    }

    .ck-contactus-section .ck-contact {
        font-size: 28px;
    }

    .crpn-deals-sub-heading p {
        font-size: 20px;
    }

    .crpn-date {
        display: unset;
    }

    .crpn-date1 {
        margin-bottom: 20px;

    }


    .crpn-navbar-items ul.show li {
        padding-left: 16px;
    }

    .crpn-aboutsus-title{
        padding-bottom: 10px ;
    }
    .crpn-aboutsus-title p {
        font-size: 24px;
        line-height: 30px;
    }

    .crpn-customer-reviews-heading p {
        font-size: 24px;
    }

    .crpn-aboutus-cover {
        padding: 16px;
    }

    .cr-back{
        padding: 48px 0;
    }



    .crpn-aboutus-heading {
        padding: 8% 8% 12% 5%;
    }



    .crpn-customer-reaction {
        padding: 4% 1% 8% 1%;
    }

    .crpn-aboutus {
        height: unset;
    }

    .crpn-navbar-main {
        padding: 0px 16px 0px 16px;
    }

    .crpn-hero-section {
        padding: 0px 16px 0px 16px;
    }

    /* .crpn-rental-cars{
        padding: 0px 16px 0px 16px;
    } */
    .crpn-deals {
        padding: 0px 16px 0px 16px;
    }

    .crpn-deals-button {
        column-gap: 11px;
    }
    .crn-founder{
        font-size: 24px !important;
    }
}


@media(max-width:481px) {


    .crpn-hero-section {
        margin-top: -21%;
    }

    .crpn-location-input,
    .crpn-button {
        width: 168px;
        height: 52px;
    }

    .crpn-date1 {
        width: 168px;
        height: 52px;
    }

    .cr-range {
        padding: 0px 25px;
    }

    .crpn-intro-heading1 p {
        padding-right: unset;
    }

    .crpn-hero-section-info {
        margin-top: -40%;
    }



}

@media(max-width:425px) {
    .crn-director-image {
        width: 160.7px;
    }
    .cr-sub-info p{
        font-size: 14px;
        line-height: 1.4;
    }

    .crpn-rental-button a {
        padding: 10px 0px;
        font-size: 14px;
    }

    .crpn-hero-section-intro {
        margin-top: 55%;
    }

    .crpn-customer-name {
        bottom: -5%;
        right: 32%;
    }


    .crpn-hero-section {
        margin-top: -23%;
    }
    .crn-founder{
        font-size: 20px !important;
    }

}

@media(max-width:400px) {
    .crpn-intro-heading p {
        font-size: 14px;
    }



    .crpn-intro-heading1 p {
        font-size: 24px;
        line-height: 30px;
    }

    .crpn-hero-section-intro {
        margin-top: 50%;
    }

    .crpn-hero-section {
        height: 539px;
        background-position: center;
    }

    .cr-label {
        padding-left: 19px;
    }

    .crpn-location-input,
    .crpn-button,
    .crpn-date1 {
        width: 152px;
        height: 38px;
    }

    .crpn-location-img {
        width: 6px;
        height: 8px;
        right: 9px;
        top: 12%;
    }

    .crpn-location-input input,
    .crpn-date1 input {
        font-size: 10px;
    }
    .crpn-rental-cars-image {
        height: 101px;
    }

    .crpn-carname1 p {
        font-size: 14px;
    }

    .crpn-subhead1 p {
        font-size: 12px;
    }

    .crpn-rental-price p {
        font-size: 12px;
    }

    .crpn-rental-sub-heading {
        margin-top: -15px;
    }

    .crpn-rental-button a {

        font-size: 12px;
    }

    .cr-back {
        padding: 45px 0px;
    }

    .special-text p {
        font-size: 10px;
        padding: 0% 9%;
    }

    .cr-qualities p {

        line-height: 18px;
    }

    .cr-quality-info p {
        line-height: 18px;
        padding-top: 5px;

    }

    .cr-point {
        padding-top: unset;
    }

    .cr-list {
        padding-bottom: 17px;
    }

    .cr-car-name p {
        font-size: 12px;
        line-height: 21px;
        -webkit-line-clamp: 1;

    }
  
    .cr-read a{
        font-size: 9px;
    }

    .cr-read {
        margin-top: -17%;
    }

    .cr-date-wrap {
        margin-top: 10px;
    }

    .cr-car-image {
        height: 94px;
    }

    .cr-info-wrap {
        padding: 0px 18px 14px 0px;
        box-shadow: unset;
    }

    .cr-date p {
        font-size: 9px;
    }

    .cr-wrapper {
        border-bottom: 2px solid #f7f4f4;
    }

    .crpn-aboutsus-title p {
        font-size: 20px;
        line-height: 26px;
    }

    .crpn-aboutus-info p {
        font-size: 14px;
        line-height: 20px;
    }

    .crpn-aboutus-btn a {

        font-size: 14px;
    }
    .crpn-customer-reviews{
        padding-bottom: 16px;
    }
    .crpn-customer-reviews-heading p {
        font-size: 20px;
    }

    .crpn-customer-reaction p {
        font-size: 14px;
        line-height: 20px;
    }

    .crpn-bigquote {
        top: -17%;
    }

    .crpn-bigquote img {
        width: 16px;
        height: 27px;
    }
    .crpn-name2 p {

        padding-top: unset;
    }

    .crpn-customer-reviews {
        margin-bottom: unset;
    }

    .cr-top {
        margin-top: 25px !important;
    }


    .ck-contactus-section .ck-contact {
        font-size: 18px;
    }

    .ck-contactus-section .ck-have {
        font-size: 12px !important;
    }

    .ck-contactus-section .ck-address {
        font-size: 12px !important;
        padding-bottom: unset !important;

    }

    .ck-contactus-section a {
        font-size: 12px !important;
    }

    .ck-both input {
        font-size: 10px;
    }

    .ck-textarea textarea {
        font-size: 10px;
    }
}

@media(max-width:375px) {

    .cr-label p{
        font-size: 14px;
    }
	.crpn-director-thoughts {
    padding: 6% 23% 6% 2%;
}
	.crpn-director-name1 p {
		padding-bottom: 0px;
	}

    .crpn-director-image {
        height: 228.93px;
		bottom: -11%;
}

    .crpn-customer-name {
        right: 30%;
    }



    .crpn-contact {
        flex-direction: column;
    }

    .crpn-deals-btn1 button {
        padding: 16px;
    }

    .crpn-deals-btn2 button {
        padding: 16px;
    }

    .crpn-deals-button {
        flex-direction: column;
        row-gap: 42px;
    }
}

@media(max-width:366px) {
    .gap .col-6 {
        width: 100%;
    }

    .crpn-hero-section {
        margin-top: -30%;
    }

    .crpn-location-input,
    .crpn-button,
    .crpn-date1 {
        width: 135px;
    }

}

@media(max-width:320px) {
    .crpn-customer-name {
        right: 25%;
        bottom: -6%;
    }




}