@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');
@charset "utf-8";
/* CSS Document */
body, html{
	height: 100%;
}
body{
	background: #fff;
    font-family: 'Poppins', sans-serif;
    color: #000 !important;
}
html {
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Playfair Display', serif;
    font-weight: 600;
}
h1 {
    font-size: 72px !important;
}
h2 {
    font-size: 52px !important;
}
h3, h4 {
    font-size: 42px !important;
}
p, label, input, li, small, textarea{
	font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px !important;
}
a, button {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px !important;
}
a {
	text-decoration: none !important;
	transition: all 0.5s;
}
p {
    color: #787878;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
.container {
    max-width: 1280px !important;
}
/*Header Css Start*/
header {
    position: fixed;
    z-index: 99;
    width: 100%;
    padding: 30px 40px;
    transition: all 0.5s;
}
header.bar.fixed {
    background-color: #000000cc;
    padding: 13px 20px;
}
header .navbar {
    padding: 0;
}
.navbar-collapse {
    justify-content: end;
}
a.navbar-brand {
    padding: 0;
    margin: 0;
}
a.navbar-brand img {
    width: 50%;
}
ul.navbar-nav a {
    padding: 0 !important;
    color: #fff;
}
ul.navbar-nav li {
    margin-left: 40px;
}
a#navbarDropdown {
    background-color: #004665;
    padding: 10px 30px !important;
    display: inline;
}
header a.dropdown-item img {
    width: 70%;
    margin: 6px auto;
    transition: all 0.5s;
}
header a.dropdown-item img:hover {
    transform: scale(1.1);
}
header .dropdown-menu {
    text-align: center;
}
.wht-img img {
    filter: brightness(0);
}
/*Banner Css Start*/
section.banner {
    position: relative;
}
section.banner img {
    width: 100%;
}
.slide-cap {
    position: absolute;
    left: 0;
    bottom: -80px;
    background-color: #4C945A;
    padding: 50px 30px 50px 80px;
    width: 55%;
}
.slide-cap h3 {
    color: #fff;
    margin: 0 0 20px;
}
.slide-cap p {
    color: #fff;
    margin: 0;
}
/*Rv Sec Css Start*/
section.rv-sec {
    background-color: #004665;
    padding: 160px 0 80px;
}
.rv-title {
    text-align: center;
    margin: 0 0 60px;
}
.rv-title h2 {
    color: #fff;
    margin: 0;
}
.rv-blk img {
    width: 100%;
}
.rv-blk h4 {
    color: #fff;
    margin: 30px 0 10px;
}
.rv-blk p {
    color: #fff;
    margin: 0;
}

/*About Sec Css Start*/
/*section.about-sec {
    overflow: hidden;
}
section.about-sec .row {
    align-items: center;
}
.about-blk-img img {
    width: 95%;
    float: right;
}
.about-blk {
    width: 670px;
    float: right;
}
.about-blk p {
    color: #787878;
    margin: 30px 0 0;
    line-height: 32px;
}
.about-blk h1 {
    margin: 0 0 30px;
}*/
.about-owner {
    padding: 90px 0px;
    overflow: hidden;
}
.about-owner img {
    width: 100%;
    object-fit: cover;
    border-radius: 100%;
    height: 400px;
    border: 3px solid #004665;
}
section.about-owner .row {
    align-items: center;
}
.about-owner {
    padding: 100px 0px;
}

.about-owner h4 {
    font-size: 35px !important;
}

.about-owner .badge {
    font-size: 40px !important;
}

.about-owner h3 {
    padding-bottom: 20px;
}

.about-owner p {
    padding-bottom: 20px;
    line-height: 32px;
}

.about-owner .gem {
    margin-left: 20px;
}


/*Our Rental Sec Css Start*/
section.our-rental-sec {
    text-align: center;
    overflow: hidden;
}
.our-rntl-title h1 {
    color: #fff;
    margin: 0;
}
.our-rntl-title {
    background-color: #4C945A;
    padding: 40px 0;
}
.our-rental-blk {
    background-color: #000;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.our-rental-blk img {
    width: 100%;
    object-fit: cover;
    height: 500px;
    transition: all 1.9s;
    opacity: 0.5;
}
.our-rental-blk:hover img {
    transform: scale(1.9);
    opacity: 0.3;
}
.pd-o {
    padding: 0 !important;
}
.our-rental-blk h4 {
    position: absolute;
    margin: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    left: 0;
    right: 0;
    color: #fff;
}

/*Your Trip Sec Css Start*/
section.trip-sec {
    overflow: hidden;
    padding: 80px 0;
}
.trip-blk-img img {
    width: 85%;
}
.trip-blk {
    width: 680px;
}
section.trip-sec .row {
    align-items: center;
}
.trip-blk h1 {
    margin: 0;
}
.trip-blk p {
    margin: 50px 0;
    line-height: 34px;
}
.blu-btn {
    background-color: #004665;
    color: #fff !important;
    display: inline-block;
    padding: 17px 60px;
    overflow: hidden;
    position: relative;
    border: none;
}
.blu-btn::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #4C945A;
    left: 0;
    top: 0;
    transition: all 0.8s;
    transform: scale(0.0);
}
.blu-btn:hover::before {
    transform: scale(1.5);
}
.blu-btn span {
    position: relative;
    z-index: 9;
}

/*Rental Exp Sec  Start*/
section.rntl-exp-sec {
    text-align: center;
    padding: 20px 0 100px;
}
.rntl-exp-title {
    margin: 0 0 80px;
}
.rntl-exp-blk span img {
    width: 60%;
}
.rntl-exp-blk span {
    display: inline-block;
    height: 190px;
}
.rntl-exp-blk h4 {
    font-size: 36px !important;
    margin: 0;
}
/*Watch Video Sec Css Start*/
section.watch-video {
    text-align: center;
    overflow: hidden;
    position: relative;
}
.watch-video-title {
    margin: 0 0 40px;
}
.wtch-vdo-blk {
    position: relative;
    overflow: hidden;
    background-color: #000;
    cursor: pointer;
}
.wtch-vdo-blk img {
    width: 100%;
    object-fit: cover;
    height: 640px;
    transition: all 0.8s;
}
.wtch-vdo-blk:hover img {
    opacity: 0.2;
    transform: scale(1.2);
}
.wtch-vdo-btn {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.wtch-vdo-btn a {
    background-color: #004665;
    color: #fff !important;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px !important;
}
.wtch-vdo-btn a:hover {
    transform: scale(1.5);
}
.make-mny {
    background-color: #4C945A;
    text-align: left;
    width: 55%;
    padding: 40px 0 40px 130px;
}
.make-mny h3 {
    color: #fff;
    margin: 0 0 15px;
}
.make-mny p {
    color: #fff;
    margin: 0;
}

/*Rv Share Sec Css Start*/
.rv-share {
    overflow: hidden;
    padding: 60px 0;
}
section.rv-share h1 {
    max-width: 90%;
}
.rv-share-img img {
    width: 650px;
    position: relative;
    right: -40px;
}
.rv-share-blk p {
    margin: 12px 0 0;
    line-height: 32px;
}

/*Gallery Sec Css Start*/
section.galry-sec {
    text-align: center;
    padding: 60px 0 80px;
}
.galry-sec .container-fluid {
    padding: 0 60px;
}
.galry-sec .rntl-exp-title {
    margin: 0 0 55px;
}
section.galry-sec img {
    width: 100%;
    object-fit: cover;
}
.glry-big img {
    height: 800px;
}
.spc-img {
    margin-top: 30px;
}
.glry-sml img {
    height: 385px;
}
section.galry-sec .slick-dots {
    display: none !important;
}
section.galry-sec .slick-prev, section.galry-sec .slick-next {
    top: 108%;
    background: transparent;
    height: auto;
    width: 36px;
}
section.galry-sec .slick-prev {
    left: 46%;
}
section.galry-sec .slick-next {
    right: 46%;
}
section.galry-sec .slick-prev:before {
    content: '';
    background-image: url(../images/arrow-lft.png);
    color: #004665;
    width: 60px !important;
    height: 52px !important;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
}
section.galry-sec .slick-next:before {
    content: '';
    background-image: url(../images/arrow-rit.png);
    color: #004665;
    width: 60px !important;
    height: 52px !important;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
}

/*State Sec Css Start*/
section.by-state {
    padding-top: 60px;
}
section.by-state h1 {
    margin: 0 0 30px;
}
section.by-state .col-md-2 {
    padding-right: 0;
}
section.by-state a {
    color: #000;
    font-size: 18px !important;
    text-decoration: underline !important;
    position: relative;
    padding-left: 14px;
    display: inline-block;
    margin: 10px 0;
}
section.by-state a:hover {
    color: #4c945a;
}
section.by-state a::before {
    content: '';
    height: 6px;
    width: 6px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 20px;
    transition: all 0.5s;
}
section.by-state a:hover::before {
    background-color: #4c945a;
    transform: scale(1.9);
}
section.by-state .pd-lft {
    padding-left: 20px;
}

/*Contact Sec Css Start*/
section.contact-sec {
    padding: 50px 0 80px;
    text-align: center;
}
section.contact-sec form input, section.contact-sec form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #C8C8C8;
    resize: none;
    margin-bottom: 60px;
    font-size: 18px !important;
    outline: none;
    padding: 0 0 8px;
}
section.contact-sec form textarea {
    height: 120px;
}

/*Footer Css Start*/
footer {
    background-color: #000000;
    padding: 50px 0;
}
.ftr-links h4 {
    color: #fff;
    margin-bottom: 30px;
}
img.ftr-logo {
    margin: 0 0 30px;
    width: 50%;
}
footer li {
    line-height: 40px;
}
footer a {
    color: #fff;
    font-size: 18px !important;
}
footer a:hover, .copyrit ul li a:hover {
    color: #4C945A;
}
.prt-logo span {
    margin-top: 20px;
    display: inline-block;
}
.prt-logo span img {
    width: 80%;
    transition: all 0.5s;
}
.prt-logo span:hover img {
    transform: scale(1.1);
}
.copyrit {
    border-top: 1px solid #B1B0B0;
    background-color: #000;
    padding: 20px 0;
}
.copyrit ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.copyrit ul li, .copyrit ul li a {
    font-size: 16px !important;
    color: #fff;
    display: inline-block;
}
@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1366px) and (max-width: 1920px){}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
header {
    padding: 30px 20px;
}
a, button {
    font-size: 16px !important;
}
ul.navbar-nav li {
    margin-left: 25px;
}
.about-blk {
    width: auto;
    float: none;
    padding-left: 40px;
}
h1 {
    font-size: 60px !important;
}
p, label, input, li, small, textarea {
    font-size: 16px !important;
}
.about-blk p {
    margin: 20px 0 0;
    line-height: 25px;
}
.about-blk h1 {
    margin: 0 0 10px;
}
.trip-blk {
    width: auto;
}
.trip-blk p {
    margin: 20px 0;
    line-height: 32px;
}
.trip-blk {
    padding-right: 30px;
}
.rntl-exp-blk span {
    height: 150px;
}
.wtch-vdo-blk img {
    height: 440px;
}
.rv-share-img img {
    width: 100%;
    right: 0;
}
.rv-share-blk p {
    margin: 8px 0 0;
    line-height: 30px;
}
.glry-big img {
    height: 550px;
}
.glry-sml img {
    height: 259px;
}
section.galry-sec .slick-prev {
    left: 44%;
}
section.galry-sec .slick-next {
    right: 44%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){

header, header.bar.fixed {
    padding: 20px 10px;
    background-color: #000000cc;
}
ul.navbar-nav li {
    margin-left: 18px;
}
a, button {
    font-size: 16px !important;
}
.slide-cap {
    padding: 30px 20px 30px 30px;
    width: 70%;
}
h3, h4 {
    font-size: 28px !important;
}
h2 {
    font-size: 40px !important;
}
h1 {
    font-size: 48px !important;
}
section.about-sec .row {
    display: block;
}
.trip-blk-img img {
    width: 65%;
}
.about-blk {
    width: auto;
    float: none;
}
section.about-sec .col-md-6 {
    max-width: 100%;
}
.about-blk-img img {
    width: 60%;
    float: none;
    margin: 50px auto 0;
}
section.about-sec {
    padding: 50px 30px;
}
.about-blk-img {
    text-align: center;
}
.our-rental-blk img {
    height: 250px;
}
section.trip-sec .row, .rv-share .row, .by-state .row {
    display: block;
}
section.trip-sec .col-md-6 {
    max-width: 100%;
}
.trip-blk {
    width: auto;
    padding: 0 40px;
    margin-top: 40px;
}
.rntl-exp-blk h4 {
    font-size: 24px !important;
}
.rntl-exp-blk span {
    height: 110px;
}
section.rntl-exp-sec {
    padding: 0px 0 60px;
}
.wtch-vdo-blk img {
    height: 300px;
}
.make-mny {
    width: 70%;
    padding: 40px 20px 40px 40px;
}
section.rv-share .col-md-8, section.rv-share .col-md-4 {
    max-width: 100%;
}
.rv-share-img img {
    width: 60%;
    margin: 0 auto;
    right: 0;
}
.rv-share-img {
    text-align: center;
    margin-top: 60px;
}
section.galry-sec {
    padding: 20px 0 80px;
}
.glry-sml img {
    height: 180px;
}
.glry-big img {
    height: 390px;
}
section.galry-sec .slick-next {
    right: 40%;
}
section.galry-sec .slick-prev {
    left: 40%;
}
section.by-state .col-md-2 {
    max-width: 30% !important;
    display: inline-block;
    vertical-align: text-top;
}
section.by-state .pd-lft {
    padding-left: 0;
}
section.by-state ul {
    margin: 0;
}
img.ftr-logo {
    width: 100%;
    margin: 0 0 20px;
}
.ftr-links h4 {
    margin-bottom: 18px;
}
footer a {
    color: #fff;
    font-size: 16px !important;
    line-height: 26px;
    display: inline-block;
    margin: 0 0 14px;
}
.copyrit ul {
    display: block;
    text-align: center;
}
.copyrit ul li, .copyrit ul li a {
    display: block;
}
.about-owner img {
    height: 320px;
    width: 320px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
header, header.bar.fixed {
    padding: 10px;
    background-color: #000000cc;
}
header .navbar {
    flex-direction: row-reverse;
}
ul.navbar-nav li {
    margin-left: 0;
    text-align: center;
    padding: 6px 0;
}
ul.navbar-nav {
    padding: 30px 0;
}
a#navbarDropdown {
    display: inline-block;
    margin-top: 20px;
}
a.navbar-brand {
    width: 40%;
}
a.navbar-brand img {
    width: 100%;
}
span.navbar-toggler-icon::before {
    content: '\f0c9';
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 30px;
}
.slide-cap {
    padding: 30px 20px 30px 30px;
    width: 70%;
}
h3, h4 {
    font-size: 28px !important;
}
h2 {
    font-size: 40px !important;
}
h1 {
    font-size: 48px !important;
}
section.about-sec .row {
    display: block;
}
.about-blk {
    width: auto;
    float: none;
}
section.about-sec .col-md-6 {
    max-width: 100%;
}
.about-blk-img img {
    width: 60%;
    float: none;
    margin: 50px auto 0;
}
section.about-sec {
    padding: 50px 30px;
}
.about-blk-img {
    text-align: center;
}
.our-rental-blk img {
    height: 250px;
}
section.trip-sec .row, .rv-share .row, .by-state .row {
    display: block;
}
section.trip-sec .col-md-6 {
    max-width: 100%;
}
.trip-blk {
    width: auto;
    padding: 0 40px;
    margin-top: 40px;
}
.rntl-exp-blk h4 {
    font-size: 24px !important;
}
.rntl-exp-blk span {
    height: 110px;
}
section.rntl-exp-sec {
    padding: 0px 0 60px;
}
.wtch-vdo-blk img {
    height: 300px;
}
.make-mny {
    width: 70%;
    padding: 40px 20px 40px 40px;
}
section.rv-share .col-md-8, section.rv-share .col-md-4 {
    max-width: 100%;
}
.rv-share-img img {
    width: 60%;
    margin: 0 auto;
    right: 0;
}
.rv-share-img {
    text-align: center;
    margin-top: 60px;
}
section.galry-sec {
    padding: 0px 0 10px;
    display: none;
}
.mob-gallery {
    display: block !important;
}
.glry-sml img {
    height: 180px;
}
.glry-big img {
    height: 390px;
}
section.galry-sec .slick-next {
    right: 40%;
}
section.galry-sec .slick-prev {
    left: 40%;
}
section.by-state .col-md-2 {
    max-width: 30% !important;
    display: inline-block;
    vertical-align: text-top;
}
section.by-state .pd-lft {
    padding-left: 0;
}
section.by-state ul {
    margin: 0;
}
img.ftr-logo {
    width: 100%;
    margin: 0 0 20px;
}
.ftr-links h4 {
    margin-bottom: 18px;
}
footer a {
    color: #fff;
    font-size: 16px !important;
    line-height: 26px;
    display: inline-block;
    margin: 0 0 14px;
}
.copyrit ul {
    display: block;
    text-align: center;
}
.copyrit ul li, .copyrit ul li a {
    display: block;
}

.mob-btn {
    display: block !important;
}
.mob-btn #navbarDropdown {
    margin: 0 !important;
    padding: 7px 10px !important;
    color: #fff !important;
    font-size: 12px !important;
}
a.navbar-brand {
    width: 40%;
}
.mob-btn .dropdown-menu.show {
    left: -40px;
}
.dksp-btn {
    display: none;
} 
.about-owner img {
    height: 250px;
    width: 250px;
}
}
@media only screen and (min-width: 520px) and (max-width: 767px){
header, header.bar.fixed {
    padding: 10px;
    background-color: #000000cc;
}
ul.navbar-nav li {
    margin-left: 0;
    text-align: center;
    padding: 6px 0;
}
ul.navbar-nav {
    padding: 30px 0;
}
a#navbarDropdown {
    display: inline-block;
    margin-top: 20px;
}
a.navbar-brand {
    width: 60%;
}
a.navbar-brand img {
    width: 100%;
}
span.navbar-toggler-icon::before {
    content: '\f0c9';
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 30px;
}
section.banner img {
    height: 340px;
    object-fit: cover;
}
.slide-cap {
    padding: 15px 20px;
    width: 100%;
}
h3, h4 {
    font-size: 26px !important;
}
.slide-cap h3 {
    margin: 0 0 6px;
}
p, label, input, li, small, textarea {
    font-size: 16px !important;
}
h2 {
    font-size: 28px !important;
}
.rv-blk {
    margin: 20px 0;
}
.rv-blk h4 {
    margin: 10px 0 10px;
}
.rv-title {
    margin: 0 0 20px;
}
section.rv-sec {
    padding: 120px 0 40px;
}
.about-blk {
    width: auto;
    float: none;
}
.about-blk-img img {
    width: 100%;
    float: none;
}
.about-blk-img {
    margin-top: 40px;
}
h1 {
    font-size: 26px !important;
}
.about-blk h1 {
    margin: 0 0 10px;
}
.about-blk p {
    margin: 20px 0 0;
    line-height: 28px;
}
section.about-sec {
    padding: 40px 17px;
}
.our-rntl-title {
    padding: 20px 0;
}
.our-rental-blk img {
    height: 300px;
}
section.trip-sec {
    padding: 40px 0;
}
.trip-blk {
    width: auto;
}
.trip-blk p {
    margin: 20px 0;
    line-height: 30px;
}
.trip-blk {
    width: auto;
    padding: 0 20px;
}
.rntl-exp-blk span {
    height: auto;
    margin: 0 0 10px;
}
.rntl-exp-blk {
    margin: 22px 0;
}
.rntl-exp-blk h4 {
    font-size: 30px !important;
}
section.rntl-exp-sec {
    padding: 20px 0 50px;
}
.rntl-exp-title {
    margin: 0 0 20px;
}
.wtch-vdo-blk img {
    height: 270px;
}
.make-mny {
    width: 100%;
    padding: 20px 40px 20px 30px;
}
.rv-share-img img {
    width: 100%;
    right: 0;
    margin-top: 50px;
}
section.galry-sec {
    padding: 0px 0 10px;
}
.glry-big img, .glry-sml img {
    height: 165px;
}
.glry-big img {
    margin-bottom: 30px;
}
section.galry-sec .slick-next {
    right: 30%;
}
section.galry-sec .slick-prev {
    left: 30%;
}
section.galry-sec .slick-prev, section.galry-sec .slick-next {
    transform: scale(0.5);
}
section.by-state .pd-lft {
    padding-left: 0;
}
.ftr-links {
    margin-top: 50px;
}
.copyrit ul {
    display: block;
    text-align: center;
}
footer a {
    font-size: 16px !important;
}
footer li {
    line-height: 32px;
}
.ftr-links h4 {
    margin-bottom: 10px;
}
section.contact-sec form input, section.contact-sec form textarea {
    margin-bottom: 35px;
    font-size: 16px !important;
}
header .navbar {
    flex-direction: row-reverse;
}
button.navbar-toggler {
    padding: 0;
}

.mob-btn {
    display: block !important;
}
.mob-btn #navbarDropdown {
    margin: 0 !important;
    padding: 7px 10px !important;
    color: #fff !important;
    font-size: 12px !important;
}
a.navbar-brand {
    width: 40%;
}
.mob-btn .dropdown-menu.show {
    left: -40px;
}
.dksp-btn {
    display: none;
}
}
@media only screen and (min-width: 300px) and (max-width: 519px){
header, header.bar.fixed {
    padding: 10px;
    background-color: #000000cc;
}
ul.navbar-nav li {
    margin-left: 0;
    text-align: center;
    padding: 6px 0;
}
ul.navbar-nav {
    padding: 30px 0;
}
a.navbar-brand img {
    width: 100%;
}
span.navbar-toggler-icon::before {
    content: '\f0c9';
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 30px;
}
section.banner img {
    height: 340px;
    object-fit: cover;
}
.slide-cap {
    padding: 15px 20px;
    width: 100%;
}
h3, h4 {
    font-size: 26px !important;
}
.slide-cap h3 {
    margin: 0 0 6px;
}
p, label, input, li, small, textarea {
    font-size: 16px !important;
}
h2 {
    font-size: 28px !important;
}
.rv-blk {
    margin: 20px 0;
}
.rv-blk h4 {
    margin: 10px 0 10px;
}
.rv-title {
    margin: 0 0 20px;
}
section.rv-sec {
    padding: 120px 0 40px;
}
.about-blk {
    width: auto;
    float: none;
}
.about-blk-img img {
    width: 100%;
    float: none;
}
.about-blk-img {
    margin-top: 40px;
}
h1 {
    font-size: 26px !important;
}
.about-blk h1 {
    margin: 0 0 10px;
}
.about-blk p {
    margin: 20px 0 0;
    line-height: 28px;
}
section.about-sec {
    padding: 40px 17px;
}
.our-rntl-title {
    padding: 20px 0;
}
.our-rental-blk img {
    height: 300px;
}
section.trip-sec {
    padding: 40px 0;
}
.trip-blk {
    width: auto;
}
.trip-blk p {
    margin: 20px 0;
    line-height: 30px;
}
.trip-blk {
    width: auto;
    padding: 0 20px;
}
.rntl-exp-blk span {
    height: auto;
    margin: 0 0 10px;
}
.rntl-exp-blk {
    margin: 22px 0;
}
.rntl-exp-blk h4 {
    font-size: 30px !important;
}
section.rntl-exp-sec {
    padding: 20px 0 50px;
}
.rntl-exp-title {
    margin: 0 0 20px;
}
.wtch-vdo-blk img {
    height: 270px;
}
.make-mny {
    width: 100%;
    padding: 20px 40px 20px 30px;
}
.rv-share-img img {
    width: 100%;
    right: 0;
    margin-top: 50px;
}
section.galry-sec {
    padding: 0px 0 10px;
    display: none;
}
.mob-gallery {
    display: block !important;
}
.glry-big img, .glry-sml img {
    height: 115px;
}
.glry-big img {
    margin-bottom: 30px;
}
section.galry-sec .slick-next {
    right: 30%;
}
section.galry-sec .slick-prev {
    left: 30%;
}
section.galry-sec .slick-prev, section.galry-sec .slick-next {
    transform: scale(0.5);
}
section.by-state .pd-lft {
    padding-left: 0;
}
.ftr-links {
    margin-top: 50px;
}
.copyrit ul {
    display: block;
    text-align: center;
}
footer a {
    font-size: 16px !important;
}
footer li {
    line-height: 32px;
}
.ftr-links h4 {
    margin-bottom: 10px;
}
section.contact-sec form input, section.contact-sec form textarea {
    margin-bottom: 35px;
    font-size: 16px !important;
}
header .navbar {
    flex-direction: row-reverse;
}
button.navbar-toggler {
    padding: 0;
}

.mob-btn {
    display: block !important;
}
.mob-btn #navbarDropdown {
    margin: 0 !important;
    padding: 7px 10px !important;
    color: #fff !important;
    font-size: 12px !important;
}
a.navbar-brand {
    width: 40%;
}
.mob-btn .dropdown-menu.show {
    left: -40px;
}
.dksp-btn {
    display: none;
}
.about-owner {
    padding: 50px 0px;
}
.about-owner img {
    height: 280px;
    margin: 0 auto 30px;
    width: 280px;
}

}