/* ----------------------------------------------------------------

	Custom CSS

	Add all your Custom Styled CSS here for New Styles or


	Overwriting Default Theme Styles for Better Handling Updates


-----------------------------------------------------------------*/

.page-loader {
  /*position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  text-align: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
  top: 0; */
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9999;
}


.loader-spinner {
  width: 100%;
  height: 100%;
  position: relative;
  /*top: 40%;
  left: 41%; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
  /* margin-left: -20px; */
  /* margin-top: -20px; */
  display: flex;
  align-items: center;
  justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
  margin: 0 auto;
  vertical-align: middle;
}


.double-bounce1,
.double-bounce2 {
    width: 250px;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
    background-image: url(../images/car-logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}


@media (max-width: 768px){
.double-bounce1,
.double-bounce2 {
     width: 40%;
text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
	}
}

@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.no-loader .loader {
  display: none !important;
}


.bg-gray-light {
    background-color: #0da3e8;

    margin-top: -2px;
}

.btn-danger {
	background-image: linear-gradient(#fff, #273e72, #0046d4);
}

.freeway-slider h2 span {
    font-size: 25px;
    color: #fff !important;
}

.freeway-slider .btn-danger {
    max-width: 200px;
    padding: 15px 25px;
    margin-top: 20px;
}

.bottommargin-xs {
    margin-bottom: 0.5rem !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-black .heading-block:after {
    border-color: #fff !important;
}

.bg-black .heading-block h3 {
    color: #fff !important;
}

#oc-slider {
    max-width: 100%;
    margin: 0 auto;
}

#footer.dark {
    background-color: #0046d4;
    color: #fff;
}

#footer.dark li a,
.dark #copyrights,
#copyrights.dark,
.dark .copyright-links a {
    color: #fff;
    border-bottom: inherit;
}
.video-header-title {
    background: #FDDC00;
    background: -webkit-repeating-radial-gradient(ellipse farthest-corner at top left, #FDDC00 0%, #FDDC00 34%, #F8B500 45%, #FC1A16 100%);
    background: -moz-repeating-radial-gradient(ellipse farthest-corner at top left, #FDDC00 0%, #FDDC00 34%, #F8B500 45%, #FC1A16 100%);
    background: repeating-radial-gradient(ellipse farthest-corner at top left, #FDDC00 0%, #FDDC00 34%, #F8B500 45%, #FC1A16 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1439px) and (min-width: 1200px) {
    .menu-link {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1200px) {
    .top-links-container,
    #top-social {
        display: none;
    }

    .header-row {
        position: relative;
    }

    #primary-menu-trigger,
    #page-menu-trigger {
        position: absolute;
        right: 0;
        top: 25px;
    }
}

.primary-menu .top-bar-nav {
    flex: 1 0 auto;
    padding-right: 0;
}

.primary-menu .top-bar-social {
    padding-left: 0;
}

.top-bar-container {
    max-width: 100%;
}

@media only screen and (max-width: 1199px) {
    #header-wrap .container {
        max-width: 100%;
        padding: 0;
    }

    .primary-menu .menu-container {
        position: absolute;
        top: 88px;
        left: 0;
        z-index: 100;
        background: #fff;
    }

    .menu-link {
        padding: 14px 5px 14px 15px;
    }
}

.disclaimer-content ul {
    padding-left: 20px;

    margin-bottom: 50px;
}

.map-section .fluid-width-video-wrapper iframe {
    position: relative;
    height: 450px;
}

.map-section .fluid-width-video-wrapper {
    padding: 0 !important;
}
.pt-50 {
    padding-top: 25px;
}
.hours-of-operations {
    padding-top: 15px;
}

.mobile-image-wrap-one.image-wrap, .mobile-image-wrap-two.image-wrap, .mobile-image-wrap-three.image-wrap {
    display: none;
}
.about-page {
    background: #0046d4;
}
.about-page-content .banner-text {
    margin: 0;
    top: 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.about-page-content-wrap {
    padding-top: 25px;
}
.about-image-wrap {
    background-size: cover !important;
    padding-top: 50%;
    position: relative;
}
.about-image-wrap-1 {
    background-size: contain !important;
}
.image-wrap-0.image-wrap, .image-wrap-1.image-wrap, .image-wrap-2.image-wrap {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.image-wrap-0.image-wrap .pointer-wrap {
    position: absolute;
}
img.pointer-image {
    max-width: 180px;
}
.image-wrap-0.image-wrap .pointer-wrap:nth-child(3) {
    bottom: 50px;
    width: 100%;
    left: 70px;
}
.image-wrap-0.image-wrap .pointer-wrap:nth-child(2) {
    bottom: 180px;
    width: 100%;
    left: 70px;
}
.image-wrap-0.image-wrap .pointer-wrap:nth-child(3) img:nth-child(2) {
    position: absolute;
    top: -35px;
    left: 110px;
}
.image-wrap-0.image-wrap .pointer-wrap:first-child {
    top: 75px;
    width: 100%;
    left: 0;
}
.image-wrap-0.image-wrap .pointer-wrap:first-child img:nth-child(2) {
    position: absolute;
    left: 350px;
    top: -130px;
    max-width: 375px;
    width: 100%;
}
.image-wrap-0.image-wrap .pointer-wrap:nth-child(2) img:nth-child(2) {
    position: absolute;
    bottom: 0;
    right: 30px;
}
.image-wrap-0.image-wrap .pointer-wrap:nth-child(2) img:first-child {
    right: 250px;
    position: absolute;
    bottom: 20px;
}
.image-wrap-1.image-wrap .pointer-wrap {
    position: absolute;
}
.image-wrap-1.image-wrap .pointer-wrap:first-child {
    width: 100%;
    right: 0;
    top: 200px;
}
.image-wrap-0.image-wrap .pointer-wrap:first-child img:first-child {
    position: absolute;
    left: 250px;    
}
.image-wrap-1.image-wrap .pointer-wrap:nth-child(3) {
    bottom: 0;
    width: 100%;
}
.image-wrap-1.image-wrap .pointer-wrap:nth-child(2) {
    top: 310px;
    width: 100%;
}
.image-wrap-1.image-wrap .pointer-wrap:first-child img:first-child {
    position: absolute;
    right: 160px;
    bottom: -80px;
}
.image-wrap-1.image-wrap .pointer-wrap:first-child img:nth-child(2) {
    position: absolute;
    right: -30px;
    bottom: -100px;
}
.wash-package-content.about-page-content {
    width: 100%;
    overflow: hidden;
}
.image-wrap-1.image-wrap .pointer-wrap:nth-child(2) img:first-child {
    position: absolute;
    bottom: -30px;
    left: 150px;
}
.image-wrap-1.image-wrap .pointer-wrap:nth-child(2) img:nth-child(2) {
    position: absolute;
    bottom: 0px;
    left: 255px;
    max-width: 375px;
}
.image-wrap-1.image-wrap .pointer-wrap:nth-child(3) img:first-child {
    position: absolute;
    bottom: 20px;
    right: 360px;
}
.image-wrap-1.image-wrap .pointer-wrap:nth-child(3) img:nth-child(2) {
    position: absolute;
    right: 150px;
    bottom: 0px;
    width: 100%;
}
.image-wrap-2.image-wrap .pointer-wrap:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
}
.image-wrap-2.image-wrap .pointer-wrap:first-child img:first-child {
    position: absolute;
    top: 135px;
    left: 55px;
}
.image-wrap-2.image-wrap .pointer-wrap:first-child img:nth-child(2) {
    position: absolute;
    left: 160px;
    top: 100px;
    width: 100%;
}
.image-wrap-2.image-wrap .pointer-wrap:nth-child(2) img:nth-child(2) {
    position: absolute;
    right: 145px;
    top: 300px;
    width: 100%;
}
.image-wrap-2.image-wrap .pointer-wrap:nth-child(2) img:first-child {
    position: absolute;
    right: 335px;
    bottom: 0px;
}

.image-wrap-2.image-wrap .pointer-wrap:nth-child(4) img:nth-child(2) {
    position: absolute;
    bottom: 15px;
    left: -15px;
}
.image-wrap-2.image-wrap .pointer-wrap:nth-child(4) img:nth-child(2) {
    position: absolute;
    bottom: 15px;
    left: -15px;
}
.about-image-wrap-3 {
    margin-bottom: 30px;
}
.image-wrap .pointer-wrap img {
    transition: transform .2s;
    cursor: pointer;
}
img.package-image {
    max-width: 375px;
    width: 100%;
    display: none;
}
.lightning-pass-page h1.page-head {
    line-height: 85px;
    font-size: 80px;
    font-family: 'Raleway';
    font-weight: 900;
    font-style: normal;
}
.home-page .section-three-right, .home-page .white-text, .wash-package-page h1.page-head {
    font-family: 'Raleway';
    font-weight: 900;
    font-style: normal;
	text-transform: uppercase;
}
.lightning-pass-page .lightning-content-wrap h3.text-head, .lightning-pass-page h4.text-head, .wash-package-page .linear-bg-btn .linear-bg, .widget > h4, .footer-btn a, .slider-caption h2, .home-page .section-three-content h3, .wash-app-page .section-two-content h3, .wash-app-page .banner-sub-content, #page-title h1, .button, label, #content h4, .gift-card-content h3.page-head, .disclaimer-content h2, .disclaimer-content h3, h3.page-head.sub-head, .accordion-section h4.panel-title a, h2.page-head, h3.page-head, .freeway-slider .btn-danger {
    font-family: 'Raleway';
    font-weight: bold;
    font-style: normal;
}
.lightning-pass-page .lightning-content-wrap p, .footer-widgets-wrap li, .footer-box .widget.clearfix, #copyrights, .home-page .section-two p, #content p, .wash-app-page .section-two-content p, #content, .panel-body .text-wrap p {
    font-weight: normal;
    font-family: 'Raleway';
}
/*.image-wrap .pointer-wrap img:hover {
    -ms-transform: scale(1.2); /* IE 9 */
  /*  -webkit-transform: scale(1.2); /* Safari 3-8 */
  /*  transform: scale(1.2);
} */
    
@media (max-width: 1300px) {
    img.pointer-image {
        max-width: 180px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:nth-child(3) img:nth-child(2) {
        top: -180px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:nth-child(3) img:first-child {
        position: absolute;
        left: 0;
        bottom: 0;
    }
}
@media (max-width: 1200px) {
.image-wrap-2.image-wrap .pointer-wrap:nth-child(3) img:first-child {
    right: 335px;
    bottom: 0;
}
.image-wrap-1.image-wrap .pointer-wrap:first-child img:nth-child(2) {
    bottom: -100px;
}
.image-wrap-1.image-wrap .pointer-wrap:first-child img:first-child {
    bottom: -50px;
}
.image-wrap-2.image-wrap .pointer-wrap:nth-child(3) img:nth-child(2) {
    right: 260px;
}
}
@media (max-width: 1199px) {
    .image-wrap-2.image-wrap .pointer-wrap:nth-child(2) img:nth-child(2) {
        right: 140px;
        top: 200px;
    }
    .image-wrap-1.image-wrap .pointer-wrap:nth-child(3) img:nth-child(2) {
        bottom: 0;
    }
}
@media (max-width: 991px) {    
   /* .mobile-image-wrap-one.image-wrap .package-image, .mobile-image-wrap-two.image-wrap .package-image, .mobile-image-wrap-three.image-wrap .package-image {
        display: block;
    } */
    img.pointer-image {
        max-width: 145px;
    }
    /*.image-wrap-1.image-wrap .pointer-wrap:first-child img:first-child {
        top: -30px;
        right: 0;
    }
    .image-wrap-1.image-wrap .pointer-wrap:nth-child(3) img:first-child {
        right: 280px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:nth-child(3) img:first-child {
        left: 280px;
        bottom: 60px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:nth-child(2) img:first-child {
        right: 50px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:first-child img:first-child {
        left: 20px;
        top: 100px;
    }
    .image-wrap-1.image-wrap .pointer-wrap:nth-child(2) img:first-child {
        left: 0;
        bottom: 0;
    }
    .image-wrap-1.image-wrap .pointer-wrap:nth-child(3) img:nth-child(2) {
        bottom: 70px;
        right: 100px;
    }
    .image-wrap-1.image-wrap .pointer-wrap:first-child img:nth-child(2) {
        bottom: -30px;
        right: -60px;
    }
    .image-wrap-2.image-wrap .pointer-wrap:first-child img:first-child, .image-wrap-1.image-wrap .pointer-wrap:nth-child(2) img:nth-child(2) {
        left: 0;
    }
    .image-wrap-2.image-wrap .pointer-wrap:nth-child(2) img:first-child {
        right: 0;
        bottom: 150px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:nth-child(2) img:nth-child(2) {
        right: 0;
        top: -50px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:nth-child(3) img:nth-child(2) {
        top: -90px;
        left: 200px;
    }
    .image-wrap-2.image-wrap .pointer-wrap:first-child img:nth-child(2) {
        left: 80px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:first-child img:nth-child(2) {
        left: 100px;
        top: 0;
    }
    .image-wrap-2.image-wrap .pointer-wrap:nth-child(2) img:nth-child(2) {
        right: 100px;
        top: 20px;
    }
    .about-page .wash-package-content.about-page-content h1.page-head {
        font-size: 50px;
        line-height: 55px;
    }
    .about-image-wrap {
        margin-bottom: 100px;
    }
    .image-wrap-1.image-wrap .pointer-wrap:nth-child(2) img:nth-child(2) {
        max-width: 240px;
        left: 80px;
        bottom: 50px;
    }*/
    .image-wrap-0.image-wrap .pointer-wrap:first-child img:first-child {
        left: 90px;
        bottom: -80px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:nth-child(3) img:first-child {
        bottom: -50px;
        left: -50px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:nth-child(2) img:first-child {
        top: -20px;
        right: 160px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:first-child img:nth-child(2) {
        left: 200px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:nth-child(3) img:nth-child(2) {
        left: 50px;
        top: -120px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:nth-child(2) img:nth-child(2) {
        right: 0;
        top: -50px;
    }
    .image-wrap-1.image-wrap .pointer-wrap:first-child img:first-child {
        bottom: 45px;
        right: 75px;
    }
    .image-wrap-1.image-wrap .pointer-wrap:nth-child(3) img:first-child {
        right: 200px;
        bottom: 0;
    }
    .image-wrap-1.image-wrap .pointer-wrap:nth-child(2) img:first-child {
        bottom: 80px;
        left: 40px;
    }
    .image-wrap-1.image-wrap .pointer-wrap:nth-child(2) img:nth-child(2) {
        left: 145px;
        bottom: 50px;
    }
    .image-wrap-1.image-wrap .pointer-wrap:first-child img:nth-child(2) {
        bottom: 0;
        right: -80px;
    }
    .image-wrap-1.image-wrap .pointer-wrap:nth-child(3) img:nth-child(2) {
        right: 40px;
        bottom: -50px;
    }
    .image-wrap-2.image-wrap .pointer-wrap:first-child img:first-child {
        top: 50px;
        left: 0;
    }
    .image-wrap-2.image-wrap .pointer-wrap:first-child img:nth-child(2) {
        left: 85px;
        top: 0;
    }
    .image-wrap-2.image-wrap .pointer-wrap:nth-child(2) img:nth-child(2) {
        right: 80px;
        top: 100px;
    }
    .image-wrap-2.image-wrap .pointer-wrap:nth-child(2) img:first-child {
        bottom: 20px;
        right: 250px;
    }
}
@media (max-width: 768px) {
    section#slider {
        height: 100%;
        min-height: 80vh !important;
    }
	
	.lightning-pass-page h1.page-head {
		line-height: 41px;
    	font-size: 40px;
	}
	
	.footer-btn {
		margin-top: 35px;
		height: 54px;
	}
}

@media (max-width: 767px) {
    .about-image-wrap {
        margin-bottom: 50px;
    }
    .mobile-image-wrap-one.image-wrap, .mobile-image-wrap-two.image-wrap, .mobile-image-wrap-three.image-wrap, .mobile-image-wrap-one.image-wrap img.package-image, .mobile-image-wrap-two.image-wrap img.package-image, .mobile-image-wrap-three.image-wrap img.package-image {
        display: none;
        margin: 0 auto;
    }
    .pointer-wrap {
        display: inline-block;
        width: 48%;
        text-align: center;
    }
    .pointer-image-wrap {
        text-align: center;
    }
    img.pointer-image {
        max-width: 100px;
    }
    .mobile-image-wrap-one.image-wrap, .mobile-image-wrap-two.image-wrap, .mobile-image-wrap-three.image-wrap {
        padding: 0;
    }
    .about-page .wash-package-content.about-page-content h1.page-head {
        font-size: 30px;
        line-height: 35px;
    }
    .about-page div.bg-div {
        padding-bottom: 0 !important;
    }
    .car-wrap:first-child .mobile-image-wrap-one.image-wrap .pointer-wrap:first-child .package-image, .mobile-image-wrap-two.image-wrap .pointer-wrap:nth-child(2) .package-image {
        max-width: 245px;
    }
    .car-wrap:last-child .mobile-image-wrap-one.image-wrap:last-child .pointer-wrap:first-child .package-image {
        max-width: 300px;
    }
    #logo img {
        height: 100% !important;
        width: 100%;
    }
    #primary-menu-trigger, #page-menu-trigger {
        top: 20px !important;
    }
    .image-wrap-2.image-wrap .pointer-wrap:nth-child(2) img:nth-child(2) {
        top: 0;
        right: -50px;
        width: 60%;
    }
    .image-wrap-2.image-wrap .pointer-wrap:first-child img:nth-child(2) {
        left: 10px;
        top: 0;
        width: 60%;
    }
    .image-wrap-1.image-wrap .pointer-wrap:nth-child(2) img:first-child {
        bottom: 150px;
        left: 30px;
    }
    .image-wrap-1.image-wrap .pointer-wrap:first-child img:first-child {
        bottom: 65px;
        right: 100px;
    }
    .image-wrap-1.image-wrap .pointer-wrap:nth-child(2) img:nth-child(2) {
        left: 85px;
        max-width: 60%;
        bottom: 150px;
    }
    .image-wrap-1.image-wrap .pointer-wrap:first-child img:nth-child(2) {
        right: -70px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:nth-child(3) img:nth-child(2) {
        left: 0;
        top: -100px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:first-child img:nth-child(2) {
        left: 130px;
        max-width: 60%;
        top: -150px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:first-child img:first-child {
        bottom: -50px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:nth-child(2) img:first-child {
        top: 50px;
    }
    img.package-image {
        max-width: 70%;
    }
    .image-wrap-0.image-wrap .pointer-wrap:nth-child(2) img:nth-child(2) {
        top: 0;
        right: -10px;
    }
    .image-wrap-2.image-wrap .pointer-wrap:nth-child(2) img:first-child {
        bottom: 20px;
        right: 150px;
    }
    .image-wrap-1.image-wrap .pointer-wrap:nth-child(3) img:nth-child(2) {
        width: auto;
        bottom: -120px;
        right: 0;
    }
}
@media (max-width: 575px) {
    .car-wrap:last-child .mobile-image-wrap-one.image-wrap:last-child .pointer-wrap:first-child .package-image, .car-wrap:first-child .mobile-image-wrap-one.image-wrap .pointer-wrap:first-child .package-image, .mobile-image-wrap-two.image-wrap .pointer-wrap:nth-child(2) .package-image, .package-image {
        width: 100%;
    }
    .home-page .white-text {
        font-size: 30px;
        width: 100%;
    }
    .widget.clearfix {
        width: 100%;
        overflow: hidden;
        word-break: break-all;
    }
    .image-wrap-0.image-wrap .pointer-wrap:nth-child(2) img:nth-child(2) {
        right: 50px;
    }
    .image-wrap-1.image-wrap .pointer-wrap:first-child img:first-child {
        right: 120px;
    }
    .image-wrap-1.image-wrap .pointer-wrap:first-child img:nth-child(2) {
        right: 0px;
    }
    .image-wrap-1.image-wrap .pointer-wrap:nth-child(2) img:nth-child(2) {
        left: -50px;
        bottom: 50px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:first-child img:nth-child(2) {
        left: 0;
    }
    .image-wrap-0.image-wrap .pointer-wrap:nth-child(3) img:nth-child(2) {
        left: -100px;
        top: -80px;
    }
    .image-wrap-2.image-wrap .pointer-wrap:nth-child(2) img:nth-child(2) {
        right: 50px;
        width: auto;
    }
    .about-image-wrap {
        margin-bottom: 150px;
    }
    img.package-image {
        width: auto;
    }
    .image-wrap-2.image-wrap .pointer-wrap:nth-child(2) img:first-child, .image-wrap-1.image-wrap .pointer-wrap:nth-child(3) img:nth-child(2) {
        right: 100px;
    }
    .image-wrap-2.image-wrap .pointer-wrap:first-child img:nth-child(2) {
        left: -50px;
        width: auto;
    }
    img.package-image {
        max-width: 100% !important;
    }
}
@media (max-width: 480px) {
    .about-page .wash-package-content.about-page-content h1.page-head {
        font-size: 41px;
        line-height: 40px;
    }
    .swiper-slide:first-child .slider-caption h2 img {
        width: 50%;
        margin: 0 auto;
    }
    .swiper-slide:nth-child(2) .slider-caption h2 img {
        background-position: right center;
        padding-right: 55px;
    }
    .swiper-slide:nth-child(3) .slider-caption h2 img, .swiper-slide:nth-child(4) .slider-caption h2 img {
        background-position: right center;
        padding-right: 80px;
    }
    .home-page .freeway-slider .btn-danger {
        max-width: 120px;
        font-size: 15px;
    }
    .swiper-slide:nth-child(2) .slider-caption .btn-danger, .swiper-slide:nth-child(3) .slider-caption .btn-danger, .swiper-slide:nth-child(4) .slider-caption .btn-danger {
        left: -35px;
    }
    img.pointer-image {
        max-width: 75px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:nth-child(3) img:first-child {
        bottom: -20px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:first-child img:nth-child(2) {
        top: -185px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:first-child img:first-child {
        bottom: -10px;
        left: 60px;
    }
    img.package-image {
        max-width: 160px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:nth-child(2) img:first-child {
        right: 180px;
        top: 80px;
    }
    .image-wrap-1.image-wrap .pointer-wrap:first-child img:nth-child(2) {
        right: -35px;
        bottom: 50px;
    }
    .image-wrap-1.image-wrap .pointer-wrap:first-child img:first-child {
        bottom: 120px;
        right: 85px;
    }
    .image-wrap-1.image-wrap .pointer-wrap:nth-child(3) img:nth-child(2) {
        right: 0;
    }
    .image-wrap-1.image-wrap .pointer-wrap:nth-child(3) img:first-child {
        right: 120px;
        bottom: 10px;
    }
    .image-wrap-2.image-wrap .pointer-wrap:first-child img:first-child {
        left: 30px;
    }
    .image-wrap-2.image-wrap .pointer-wrap:nth-child(2) img:first-child {
        right: 80px;
    }
    .image-wrap-2.image-wrap .pointer-wrap:nth-child(2) img:nth-child(2) {
        right: 0;
    }
}
@media (max-width: 375px) {
    .image-wrap-0.image-wrap .pointer-wrap:nth-child(2) img:first-child {
        right: 120px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:first-child img:first-child {
        left: 50px;
        bottom: 0;
    }
    .image-wrap-0.image-wrap .pointer-wrap:nth-child(2) img:nth-child(2) {
        right: 10px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:first-child img:nth-child(2) {
        width: auto !important;
        top: -200px;
        max-width: 80% !important;
        left: -20px;
    }
    img.package-image {
        max-width: 145px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:nth-child(3) img:first-child {
        bottom: -50px;
    }
    .image-wrap-0.image-wrap .pointer-wrap:nth-child(3) img:nth-child(2) {
        top: -50px;
        left: -135px;
    }
    .image-wrap-1.image-wrap .pointer-wrap:nth-child(2) img:nth-child(2) {
        left: -50px;
        bottom: 200px;
        max-width: 80% !important;
    }
    .image-wrap-1.image-wrap .pointer-wrap:nth-child(2) img:first-child {
        bottom: 230px;
        left: 0;
    }
    .image-wrap-2.image-wrap .pointer-wrap:nth-child(2) img:first-child {
        right: 100px;
    }
    .image-wrap-2.image-wrap .pointer-wrap:nth-child(2) img:nth-child(2) {
        right: -30px;
        width: auto;
    }
    .image-wrap-2.image-wrap .pointer-wrap:first-child img:first-child {
        left: 0;
        top: 30px;
    }
    .image-wrap-2.image-wrap .pointer-wrap:first-child img:nth-child(2) {
        left: -65px;
        top: -120px;
        width: auto;   
    }
    .image-wrap-1.image-wrap .pointer-wrap:first-child img:first-child {
        right: 0px;
        bottom: 130px;
    }
    .image-wrap-1.image-wrap .pointer-wrap:nth-child(3) img:nth-child(2) {
        bottom: -155px;
        right: 20px;
    }
    .image-wrap-1.image-wrap .pointer-wrap:first-child img:nth-child(2) {
        right: -50px;
        bottom: 80px;
    }
}
@media only screen and (device-width: 768px) {
  .swiper-slide:nth-child(3) .slider-caption h2 img, .swiper-slide:nth-child(4) .slider-caption h2 img, .swiper-slide:nth-child(2) .slider-caption h2 img {
    background-position: right center;
    height: 100vh;
  }
  section#slider {
      min-height: 50vh !important;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .swiper-slide:nth-child(3) .slider-caption h2 img, .swiper-slide:nth-child(4) .slider-caption h2 img, .swiper-slide:nth-child(2) .slider-caption h2 img {
      background-position: right center;
      height: 100vh;
    }
    section#slider {
        min-height: 65vh !important;
    }
    .swiper-slide:nth-child(3) .slider-caption .btn-danger, .swiper-slide:nth-child(4) .slider-caption .btn-danger {
        left: 80px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    .swiper-slide:nth-child(3) .slider-caption h2 img, .swiper-slide:nth-child(4) .slider-caption h2 img, .swiper-slide:nth-child(2) .slider-caption h2 img {
      background-position: right center;
      height: 100vh;
    }
    section#slider {
        min-height: 80vh !important;
    }
}
@media only screen and (max-device-width: 480px) {
    .swiper-slide:nth-child(3) .slider-caption h2 img, .swiper-slide:nth-child(4) .slider-caption h2 img, .swiper-slide:nth-child(2) .slider-caption h2 img {
    background-position: right center;
    height: 100vh;
  }
  section#slider {
      min-height: 65vh !important;
  }
}

@media (min-width: 768px) { 
    .bottom-section-content {
        min-height: 200px;
    }
}