@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,669;0,700;0,800;0,900;1,400;1,500;1,600;1,669;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Domine:wght@400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
    font-family: 'Akira Expanded';
    src: url('../fonts/AkiraExpanded-SuperBold.woff2') format('woff2'),
        url('../fonts/AkiraExpanded-SuperBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Don Graffiti';
    src: url('../fonts/DonGraffitiRegular.woff2') format('woff2'),
        url('../fonts/DonGraffitiRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Modius';
    src: url('../fonts/Morgant-Regular.woff2') format('woff2'),
        url('../fonts/Morgant-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

body {
    overflow-x: hidden;
	font-family: 'Modius' !important;
}

a {
    text-decoration: none;
    color: #252929
}

li {
    list-style-type: none
}

.nav-links li a {
	font-family: 'Akira Expanded' !important;
}

h1,h2,h3,h4,h5 {
	
 font-family: 'Akira Expanded' !important;
}

.black-overlay {
    z-index: 2;
    background-color: #000;
    opacity: 0.7;
    transition: 0.4s ease-in-out;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed
}

.container {
    width: 90%;
    margin: 0 auto
}

.btn-primary, .btn-secondary, .btn-success-sm, .btn-success, .btn-blue, .btn-purple, .btn-blue-lg, .btn-success-lg {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin: 20px 5px;
    font-weight: 400;
    padding: 15px 45px;
    border-radius: 2px;
    border: none;
    cursor: pointer
}

.btn-primary {
    background: #fff;
    color: #252929;
    transition: 0.2s ease-in-out
}

.btn-primary:hover {
    background: #ededed
}

.btn-secondary {
    background: #529cfc;
    color: #fff;
    text-transform: uppercase;
    transition: 0.2s ease-in-out
}

.btn-secondary:hover {
    background: #207ffb
}

.btn-success-sm {
    background: #28a745;
    color: #fff;
    padding: 15px 15px;
    text-transform: uppercase;
    transition: 0.2s ease-in-out
}

.btn-success-sm:hover {
    background: #1e7e34
}

.btn-success {
    width: 87%;
    margin: 20px 0px 10px 0px;
    padding: 7px 10px;
    background: #28a745;
    color: #fff;
    transition: 0.2s ease-in-out
}

.btn-success:hover {
    background: #1e7e34
}

.btn-blue {
    width: 87%;
    margin: 20px 0px 10px 0px;
    padding: 7px 10px;
    background: #529cfc;
    color: #fff;
    transition: 0.2s ease-in-out
}

.btn-blue:hover {
    background: #207ffb
}

.btn-purple {
    background: #5f58bc;
    color: #fff;
    transition: 0.2s ease-in-out
}

.btn-purple:hover {
    background: #4740a1
}

.btn-blue-lg {
    background: #529cfc;
    color: #fff;
    transition: 0.2s ease-in-out
}

.btn-blue-lg:hover {
    background: #207ffb
}

.btn-success-lg {
    background: #28a745;
    color: #fff;
    transition: 0.2s ease-in-out
}

.btn-success-lg:hover {
    background: #1e7e34
}

.table {
	width:100%;
}
.animation {
    box-shadow: -13px -13px 156px -24px rgba(0, 0, 0, 0.9);
    background: #343a40;
    position: fixed;
    top: 0;
    width: 100%;
    background: #343a40;
    z-index: 2;
    transition: 0.5s ease-in-out
}

.animation .container {
    background: #343a40;
    height: 8vh
}

.animation .container .logo {
    font-size: 24px
}

nav {
    position: fixed;
    top: 0;
    width: 100%;
    background:#343a40;
    z-index: 2;
    transition: 0.5s ease-in-out
}

nav .burger {
    width: 25px;
    padding-top: 12px;
    cursor: pointer;
    display: none
}

nav .container {
    display: flex;
    background: #343a40;
    justify-content: space-between;
    height: 10vh;
    align-items: center;
    transition: 0.5s ease-in-out
}

nav .container .logo {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    letter-spacing: 0.7px;
    transition: 0.4s ease-in-out;
    width:initial;
}

nav .container .nav-links {
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: space-around;
    width: 45%;
    position: relative
}

nav .container .nav-links a {
    font-size: 0.9rem;
    color: #fff;
    font-weight: 500;
    padding-right: 20px;
    cursor: pointer;
    transition: 0.2s ease-in-out
}

nav .container .nav-links a:hover {
    color: #529cfc
}

nav .container .nav-links i {
    font-size: 21px;
    cursor: pointer;
    transition: 0.2s ease-in-out
}

nav .container .nav-links i:hover {
    color: #f24b00
}

nav .container .nav-links .account-details {
    display: none;
    position: absolute;
    top: 40px;
    right: 0px;
    background: #fff;
    padding: 25px 35px;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.068);
    border-radius: 2px;
    border-bottom: 4px solid #f24b00
}

nav .container .nav-links .account-details li {
    margin: 15px 0px;
    font-weight: 400
}

nav .container .nav-links .show-account {
    display: block
}

nav .blue {
    color: #f24b00 !important
}

.bookmore-btn {
width:30%;
float: left;
margin-right: 15px;
}

.complate-btn {
  width:30%;
  float: left;
}

.section1 {
    margin: 8vh 0vh 0vh 0vh;
    width: 100%;
    height: 520px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/brxxto-WAMI7NVqS-I-unsplash.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    background-attachment: fixed
}

.section1 h1 {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    color: #fff;
    font-size: 75px;
    margin: 150px 0px 10px 0px;
    font-weight: 500
}

.section1 p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    width: 25%;
    margin: 0 auto;
    line-height: 1.5
}

.section2 {
    text-align: center;
    background-color: #252929;
    padding: 60px 0px 80px 0px
}

.section2 h1 {
    font-size: 50px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin: 5px 0px;
    padding: 25px 0px
}

.section2 p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    width: 70%;
    margin: 0 auto;
    line-height: 1.6;
    padding: 0px 0px 30px 0px
}

.section2 .investors {
    margin: 30px 0px
}

.section2 .investors img {
    width: 5%;
    margin: 30px 40px
}

.section3 {
    display: block;
    background: #fff;
    text-align: center;
    height: 100%;
    padding: 20px 0px 200px 0px
}

.section3 h2 {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-weight: 600;
    color: #252929;
    margin: 75px 0px 0px 0px;
    letter-spacing: 1.5px
}

.section3 p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #252929;
    margin: 5px 0px
}

.section3 .locations {
    margin: 80px auto 0px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 80%
}

.section3 .locations a {
    margin: 1px auto;
    max-width: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/denys-nevozhai-PpQ2Zp16XSs-unsplash.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
    transition: 0.3s ease-in-out;
    cursor: pointer
}

.section3 .locations a:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../img/denys-nevozhai-PpQ2Zp16XSs-unsplash.jpg");
    background-size: cover;
    background-position: center
}

.section3 .locations a .map {
    width: 360px;
    height: 300px;
    background-image: url("../img/new-google-maps.jpg");
    background-size: contain;
    margin: 0 auto
}

.section3 .locations a h2 {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 0px 30px;
    margin: 25px 0px 5px 0px;
    color: #fff;
    text-transform: uppercase
}

.section3 .locations a p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 25px auto 5px auto;
    color: #fff;
    padding: 0px 30px;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 40px
}

.section3 .locations a:hover {
    transition: 0.2s ease-in-out;
    transform: scale(1.05)
}

.section4 {
    display: none;
    background: #fff;
    text-align: center;
    height: 100%;
    padding: 50px 0px 75px 0px
}

.section4 h3 {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-weight: 600;
    color: #252929;
    margin: 50px 0px 0px 0px;
    letter-spacing: 1px
}

.section4 p {
    font-size: 15px;
    font-weight: 400;
    color: #252929;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    margin: 15px auto;
    width: 50%
}
.text-white a{
  color: #fff;
}
.text-white a:hover{
    color: #f24b00;
  }
.section4 .services-main h1 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 25px 0px 0px 0px
}

.section4 .services-main .services {
    display: flex;
    justify-content: center;
    margin: 100px 0px
}

.section4 .services-main .services .service {
    background-color: #252929;
    margin: 0px 40px;
    width: 290px;
    height: 270px;
    box-shadow: 0px 20px 16px rgba(0, 0, 0, 0.178)
}

.section4 .services-main .services .service .img-service {
    width: 100%;
    height: 200px;
    background-image: url("../img/FileBox.jpeg");
    background-position: center;
    background-size: cover
}

.section4 .services-main .services .service .even {
    background-image: url("../img/transparent-trash-bags-90x120-cm.jpg")
}

.section4 .services-main .services .service h1 {
    color: #fff
}

.section4 .services-main .services .service p {
    color: #fff;
    width: 70%
}

.section4 .services-main .services .service .cart {
    display: flex;
    justify-content: space-around;
    font-family: "Montserrat", sans-serif;
    align-items: center;
    padding: 20px 0px
}

.section4 .services-main .services .service .cart h4 {
    width: 40px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin: 0
}

.section4 .services-main .services .service .cart button {
    font-family: 'Poppins', sans-serif;
    padding: 5px 12px;
    color: #252929;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.2s ease-in-out;
    outline: none;
    margin: 0
}

.section4 .services-main .services .service .cart button:hover {
    background-color: #28a745;
    color: #fff
}

.section4 .services-main .services .service .cart .cart-remove:hover {
    background-color: #ec4242
}

.section4 .services-main button {
    margin-bottom: 15px
}

.section5 {
    display: none;
    text-align: center;
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)), url("../img/marquise-kamanke-8tfG7bHDbS8-unsplash.jpg");
    background-position: center;
    background-size: cover;
    padding: 75px 0px
}

.section5 h1 {
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #fff;
    margin: 60px 0px 5px 0px
}

.section5 p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    margin: 15px auto;
    width: 50%
}

.section2-booking {
     margin: 96px auto 0px auto;
     min-height: 100vh;
}
.section2-booking h2 {
   padding-top: 40px;
}

.section2-booking h1 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 35px;
    padding: 25px 0px
}

.section2-booking .booking-info label {
    font-size: 19px;
    margin: 0
}

.section2-booking .booking-info .booking-select {
    width: 40%
}

.section2-booking .booking-info .booking-select input {
    width: 100%;
    margin: 25px 0px 35px 0px;
    padding: 15px 20px 15px 15px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    outline: none;
    border: none;
    background: #ececec;
    border-radius: 2px
}

.section2-booking .booking-info .booking-select input:focus {
    border-bottom: 3px solid #529cfc
}

.section2-booking .booking-info .booking-select .booking-address * {
    outline: 0
}

.section2-booking .booking-info .booking-select .booking-address span.msg, .section2-booking .booking-info .booking-select .booking-address span.choose {
    color: #555;
    padding: 5px 0 10px;
    display: inherit
}

.section2-booking .booking-info .booking-select .booking-address .container {
    margin: 50px auto 0;
    text-align: center
}

.section2-booking .booking-info .booking-select .booking-address .dropdown {
    z-index: 1;
    margin: 25px 0px 35px 0px;
    width: 100%;
    display: inline-block;
    background-color: #ececec;
    transition: all 0.5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
    height: 100%;
    text-align: left
}

.section2-booking .booking-info .booking-select .booking-address .dropdown .select {
    cursor: pointer;
    display: block;
    padding: 15px 20px 15px 15px;
    height: 16%;
}

.section2-booking .booking-info .booking-select .booking-address .dropdown .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    float: right;
    line-height: 20px
}

.section2-booking .booking-info .booking-select .booking-address .dropdown:active {
    background-color: #f8f8f8
}

.section2-booking .booking-info .booking-select .booking-address .dropdown.active:hover, .section2-booking .booking-info .booking-select .booking-address .dropdown.active {
    box-shadow: 0 0 4px #ccc;
    border-radius: 2px 2px 0 0;
    background-color: #f8f8f8
}

.section2-booking .booking-info .booking-select .booking-address .dropdown.active .select > i {
    transform: rotate(-90deg)
}

.section2-booking .booking-info .booking-select .booking-address .dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px #ccc;
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9
}

.section2-booking .booking-info .booking-select .booking-address .dropdown .dropdown-menu li {
    padding: 10px;
    transition: all 0.2s ease-in-out;
    cursor: pointer
}

.section2-booking .booking-info .booking-select .booking-address .dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}

.section2-booking .booking-info .booking-select .booking-address .dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}

.section2-booking .booking-info .booking-select .booking-address .dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}

.section2-booking .booking-info .booking-request {
    width: 30%
}

.section2-booking .booking-info .booking-request textarea {
    width: 100%;
    margin: 25px 0px 35px 0px;
    padding: 15px 20px 15px 15px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    outline: none;
    border: none;
    background: #ececec;
    border-radius: 2px;
    height: 75%
}

.section2-booking .booking-info .booking-request textarea:focus {
    border-bottom: 3px solid #529cfc
}

.section2-booking .booking-times {
    text-align: center;
    width: 60%;
    margin: 75px auto;
    font-family: 'Poppins', sans-serif;
}

.section2-booking .booking-times h1 {
    font-size: 19px;
    font-weight: 400;
    text-align: left
}

.section2-booking .booking-times p {
    text-align: left;
    margin: 0px 0px;
    font-size: 16px;
    color: #fef65b
}

.section2-booking .booking-times .times {
    width: 100%;
    margin: 50px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.section2-booking .booking-times .times .time {
    margin: 15px auto;
    font-size: 18px;
    border: 1px solid #252929;
    padding: 12px 40px;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.2s ease-in-out
}

.section2-booking .booking-times .times .time:hover {
    background: #28a745;
    border: 1px solid #28a745;
    color: #fff
}

.section2-booking .booking-times .times .time:focus {
    background: #5f58bc
}

.section2-personaldetails {
    width: 650px;
    margin: 100px auto 50px auto;
    padding: 75px;
    font-family: 'Poppins', sans-serif;
}

.section2-personaldetails .details-header {
    padding-left: 20px;
    margin-bottom: 35px;
    border-radius: 2px;
    font-size: 40px;
    border-left: 3px solid #529cfc;
    font-family: 'Poppins', sans-serif;
}

.section2-personaldetails input {
    width: 100%;
    margin-bottom: 35px;
    padding: 15px 20px 15px 15px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    outline: none;
    border: none;
    background: #ececec;
    border-radius: 2px
}

.section2-personaldetails input:focus {
    border-bottom: 3px solid #529cfc
}

.section2-personaldetails label {
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #111;
    font-weight: bolder;
    font-size: 13px
}

.section2-personaldetails .details-container {
    display: flex;
    flex-direction: column
}

.section2-personaldetails .detail-inputs {
    display: flex;
    flex-direction: column
}

.section2-personaldetails .names {
    display: flex;
    justify-content: space-between
}

.section2-personaldetails .names label {
    margin-bottom: 10px;
    display: inline-block
}

.section2-personaldetails input[type="submit"] {
    cursor: pointer;
    background: #529cfc;
    padding: 20px 10px 20px 15px;
    color: #fff;
    transition: 0.3s ease-in-out
}

.section2-personaldetails input[type="submit"]:hover {
    background-color: #2a85fb
}

.section2-personaldetails .last-name {
    margin-left: 20px
}

.section2-booking-summary {
    height: 65vh
}

.section2-booking-summary .container {
    width: 75%;
    display: flex;
    justify-content: space-around;
    border: 1px solid rgba(204, 204, 204, 0.616);
    padding: 50px 0px;
    border-radius: 5px
}

.section2-booking-summary .card {
    text-align: center;
    position: relative;
    z-index: -1;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
    width: 300px;
    height: 500px;
    background-image: url("../img/FileBox.jpeg");
    background-size: cover;
    background-position: center
}

.section2-booking-summary .card:nth-child(even) {
    background-image: url("../img/transparent-trash-bags-90x120-cm.jpg")
}

.section2-booking-summary .card .main-text {
    position: absolute;
    bottom: 0;
    background: black;
    width: 100%;
    opacity: 0.85;
    padding: 10px 0px
}

.section2-booking-summary .card .main-text h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    margin: 5px 0px;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #fff
}

.section2-booking-summary .card .main-text h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    color: #fff;
    margin: 5px 0px
}

.section2-booking-summary .card .main-text p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0px
}

.section2-booking-summary .card .main-text input {
    width: 87%;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 13px;
    padding: 10px 10px
}

/*.section3-payment {
    min-height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../login/images/slider-bg-1.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}*/

/* animation styles */
.login-block,.section3-payment,.section2-booking {
  height: 120vh;
  background-color: #eee;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  animation: image 8s infinite alternate;
}
.section3-payment {
	 height: initial !important;
}
.top-cart .dropdown-content {
	height: 650px;
    overflow-y: auto;
}

@keyframes image {
  0% {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../login/images/slider-bg-1.jpg");
  }
  50% {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../login/images/slider-bg-2.jpg");
  }
  100% {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../login/images/slider-bg-3.jpg");
  }
}



.section3-payment .payment-main {
    min-height: 100vh;
    margin: 20px auto 0px auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    width: 100%
}

.section3-payment .payment-info {
    margin: 200px 0px 0px 0px
}

.section3-payment .payment-info h1 {
    margin: 0px 0px 30px 0px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 27px
}

.section3-payment .payment-info input {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 20px 15px 15px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    outline: none;
    border: none;
    background: #ececec;
    border-radius: 2px
}

.section3-payment .payment-info h2 {
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.section3-payment .payment-info button {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.6px
}

.section3-payment .payment-total {
    width: 40%;
    background: #fff;
    padding: 30px 40px;
    border-radius: 5px;
    margin: 150px 0px;
    color: #252929;
    font-family: "Montserrat", sans-serif;
    text-align: center
	margin-right: 35px;
}

.section3-payment .payment-total .summary {
    text-align: left;
    color: #252929;
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    padding: 30px 40px;
    border-radius: 5px
}

.section3-payment .payment-total .summary .bold {
    font-family: 'Poppins', sans-serif;
    font-weight: 600
}

.section3-payment .payment-total .summary h1 {
    font-weight: 400;
    margin: 0px 0px 40px 0px;
    font-size: 25px;
    width: 100%;
    text-align: center
}

.section3-payment .payment-total .summary p {
    font-weight: 400;
    margin: 25px auto 15px auto;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
}

.section3-payment .payment-total .summary p i {
    margin: 0px 10px;
    font-size: 22px
}

.section3-payment .payment-total .summary h2 {
    font-weight: 400;
    margin: 75px 0px 15px 0px
}

.section3-payment .payment-total h1 {
    font-size: 30px;
    margin-top: 25px
}

.section3-payment .payment-total p {
    font-size: 17px;
    width: 100%;
    margin: 10px auto 50px auto
}

.section3-payment .payment-total .total-flex {
    display: flex;
    justify-content: space-between;
    margin: 12px auto;
    width: 80%
}

.section3-payment .payment-total .total-flex h2 {
    font-weight: 400;
    font-size: 18px
}

.location-main {
    margin: 40px 0px 0px 0px;
    min-height: 100vh
}

.location-main .locations {
    padding: 50px 0px
}

.section2-blogsection {
    margin: 130px 0;
    font-family: 'Poppins', sans-serif;
}

.section2-blogsection .blogs-container {
    width: 60%;
    margin: 30px auto
}

.section2-blogsection .blogs-container .blogs-index {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.section2-blogsection .blogs-container .blogs-index span {
    font-size: 15px;
    margin-left: 20px;
    background: #529cfc;
    padding: 5px 10px;
    color: #fff;
    border-radius: 50%
}

.section2-blogsection .blogs-container .blogs-header-hr {
    border-radius: 50px;
    margin-bottom: 40px;
    border: 0.5px solid rgba(0, 0, 0, 0.089)
}

.section2-blogsection .blogs {
    display: flex;
    flex-direction: column;
    margin-top: 60px
}

.section2-blogsection .blogs .blog {
    width: 100%;
    display: flex;
    background: #fff;
    box-shadow: 4px 3px 10px 0px #5f58bc1e;
    border-radius: 7px;
    margin-bottom: 60px
}

.section2-blogsection .blogs .blog:nth-child(1) .blog-image {
    background: url("../img/estee-janssens-zEqkUMiMxMI-unsplash.jpg");
    width: 900px;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px
}

.section2-blogsection .blogs .blog:nth-child(3) .blog-image {
    background: url("../img/ray-reyes-3xwrg7Vv6Ts-unsplash.jpg");
    width: 900px;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px
}

.section2-blogsection .blogs .blog .blog-image {
    background: url("../img/scott-graham-OQMZwNd3ThU-unsplash.jpg");
    width: 900px;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px
}

.section2-blogsection .blogs .blog .blog-info {
    padding: 40px 40px
}

.section2-blogsection .blogs .blog .blog-info .blog-index {
    display: flex;
    align-items: center
}

.section2-blogsection .blogs .blog .blog-info .blog-index h1 {
    color: #140a38;
    font-weight: 400;
    font-size: 27px
}

.section2-blogsection .blogs .blog .blog-info .blog-index span {
    font-size: 10px;
    margin-left: 20px;
    background: #529cfc;
    padding: 5px 10px;
    color: #fff;
    border-radius: 50px
}

.section2-blogsection .blogs .blog .blog-info .blog-index p {
    height: 5px;
    width: 5px;
    background: #529cfc;
    margin-left: 20px;
    border-radius: 50%
}

.section2-blogsection .blogs .blog .blog-info h1 {
    font-size: 27px
}

.section2-blogsection .blogs .blog .blog-info p {
    margin: 15px 0;
    font-weight: 500;
    line-height: 1.9;
    font-size: 14px;
    opacity: 0.4
}

.section2-blogsection .blogs .blog .blog-info .blog-button {
    color: #529cfc
}

.section2-about-head {
    height: 25vh;
    align-items: center;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    top: 8vh;
    position: fixed;
    background: #fff;
    z-index: -1
}

.section2-about-head .about-main {
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.section2-about-head .about-main h1 {
    display: inline-block;
    font-size: 35px
}

.section2-about-head .about-main h2 {
    text-transform: uppercase;
    letter-spacing: 9px;
    font-size: 21px
}

.section2-about {
    margin: 350px 0px 0px 0px;
    background-color: #252929;
    background-position: center;
    background-size: cover;
    padding: 0px 0px 100px 0px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    min-height: 100vh
}

.section2-about h1 {
    display: inline-block;
    padding: 125px 0px 35px 0px;
    font-size: 35px
}

.section2-about p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    width: 90%
}

.section2-about .proven {
    width: 80%;
    margin: 0px auto;
    padding: 150px 0px 60px 0px;
    text-align: center
}

.section2-about .proven h2 {
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px
}

.section2-about .proven .results {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 70px 0px 0px 0px;
    text-align: center;
    align-items: center
}

.section2-about .proven .results .result {
    display: flex;
    flex-direction: column
}

.section2-about .proven .results .result i {
    font-size: 80px
}

.section2-about .proven .results .result p {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 25px 0px;
    font-size: 20px
}

.section1-howitworks {
    margin: 150px 0px 0px 0px
}

.section1-howitworks .container {
    width: 70%;
    margin: 0 auto
}

.section1-howitworks h1 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 37px;
    font-weight: 600
}

.section1-howitworks .works {
    margin: 50px 0px 100px 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px
}

.section1-howitworks .works .work {
    text-align: center;
    background: #ffffff;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0.5px 0.5px 30px rgba(0, 0, 0, 0.048)
}

.section1-howitworks .works .work i {
    font-size: 65px;
    color: #529cfc;
    padding: 13px 0px
}

.section1-howitworks .works .work h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 22px;
    padding: 10px 0px;
    color: #252929
}

.section1-howitworks .works .work p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    padding: 8px 35px;
    color: gray
}

.section1-howitworks .works .work p span {
    color: #529cfc
}

.section1-bookingcompleted {
    margin: 150px 0px 0px 0px;
    text-align: center;
    height: 100vh
}

.section1-bookingcompleted h1 {
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}

.section1-bookingcompleted p {
    font-family: "Inter", sans-serif;
    margin: 10px 0px 10px 0px
}

.section1-bookingcompleted .thank-you-div {
    width: 50%;
    margin: 70px auto 0px auto;
    background: #f6f6f6;
    padding: 60px 30px;
    border-radius: 2px
}

.section1-bookingcompleted .thank-you-div i {
    font-size: 55px;
    padding: 0px 0px 35px 0px;
    color: #529cfc
}

.section1-bookingcompleted .thank-you-div h2 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    width: 70%;
    font-size: 27px;
    margin: 0 auto 30px auto;
    line-height: 1.5
}

.section1-bookingcompleted .thank-you-div p {
    font-family: "Inter", sans-serif;
    width: 80%;
    margin: 20px auto 20px auto;
    font-size: 16px;
    line-height: 1.5
}

.section1-bookingcompleted .thank-you-div button:nth-child(odd) {
    background-color: #5f58bc
}
.section2-booking h2 {
	text-align: center;
    color: #fff;
}
.booking-date,.color-div,.booking-times ,#booking_type{
	color: #fff;
}

.booking-type-select {
    border: 1px solid #ffffff !important;
	color:#ffffff !important;
}


footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #000;
    color: #fff;
}
.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

/* footer .container {
    height: 8vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #252929
} */

footer .container p {
    font-family: 'Modius';
}

footer .container h1 {
   font-family: 'Modius';
}

.section2-booking .booking-info {
    font-family: "Montserrat", sans-serif;
    display: flex;
    justify-content: space-around;
}

#booking_type p,.booking-type-select,.payment-info {
	font-family: 'Poppins', sans-serif !important;
}

.section2-booking .booking-info .booking-select {
    width: 50%;
}

.section2-booking .booking-times .demo-times .time {
    margin: 5px;
    font-size: 18px;
    border: 1px solid #ffffff;
    padding: unset;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    width: 110px;
    float: left;
}

    .section2-booking .booking-times {
        text-align: center;
        width: 40%;
        margin: 0 auto 0 auto;
        font-family: "Montserrat", sans-serif
    }


@media all and (max-width: 1400px) {
    .login-block, .section3-payment, .section2-booking {
      height: 135vh;
	}
	.section2-booking {
	    margin: 90px auto 0px auto;
	}
	.animation .container {
        background: #343a40;
        height: 10vh
    }

    .animation .container .logo {
        font-size: 23px
    }

    nav .container {
        justify-content: space-between;
        height: 12vh
    }

    nav .container .nav-links {
        width: 50%
    }

    nav .container .nav-links a {
        font-size: 0.9 rem;
        color: #fff;
        font-weight: 500;
        padding-right: 20px;
    }

    .section1 {
        margin: 8vh 0vh 0vh 0vh;
        height: 470px
    }

    .section1 h1 {
        font-size: 60px;
        margin: 140px 0px 10px 0px
    }

    .section1 p {
        width: 30%;
        margin: 0 auto;
        line-height: 1.3
    }

    .section1 button {
        padding: 10px 15px;
        font-size: 12px
    }

    .section2 {
        padding: 35px 0px
    }

    .section2 h1 {
        font-size: 45px
    }

    .section2 p {
        font-size: 15px;
        width: 80%;
        line-height: 1.5
    }

    .section2 .investors {
        margin: 40px 0px
    }

    .section2 .investors img {
        width: 6.5%
    }

    .section3 {
        /*height: 100%;*/
        padding: 20px 0px 35px 0px
    }

    .section3 .locations {
        margin: 40px auto 0px auto;
        width: 100%
    }

    .section3 .locations .location {
        margin: 25px auto;
        max-width: 300px
    }

    .section3 .locations .location .map {
        width: 300px;
        height: 200px
    }

    .section3 .locations .location h2 {
        padding: 0px 30px;
        margin: 25px 0px 5px 0px
    }

    .section3 .locations .location p {
        margin: 25px auto 0px auto;
        width: 100%
    }

    .section4 {
        display: none
    }

    .section4 h1 {
        font-size: 35px;
        margin: 50px 0px 0px 0px;
        letter-spacing: 1px
    }

    .section4 p {
        line-height: 1.5;
        margin: 15px auto;
        width: 70%
    }

    .section4 .services-main h1 {
        font-size: 20px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        margin: 25px 0px 0px 0px
    }

    .section4 .services-main .services {
        display: flex;
        justify-content: center;
        margin: 50px 0px
    }

    .section4 .services-main .services .service .img-service {
        background-image: url("../img/brett-jordan-sjviD2hixUQ-unsplash.jpg");
        width: 100%;
        height: 200px;
        background-position: center;
        background-size: cover
    }

    .section4 .services-main .services .service .even {
        background-image: url("../img/transparent-trash-bags-90x120-cm.jpg")
    }

    .section4 .services-main .services .service .cart {
        display: flex;
        justify-content: space-evenly;
        margin: 10px 0px;
        font-family: "Montserrat", sans-serif;
        align-items: center
    }

    .section4 .services-main .services .service .cart button {
        font-family: "Montserrat", sans-serif;
        padding: 5px 12px;
        border: none;
        border-radius: 50%;
        font-size: 20px;
        transition: 0.2s ease-in-out;
        outline: none
    }

    .section4 .services-main button {
        margin-bottom: 15px
    }

    .section5 {
        display: none;
        height: 380px;
        padding: 40px
    }

    .section5 h1 {
        font-size: 50px;
        font-weight: 400
    }

    .section5 p {
        width: 60%
    }

    .section5 button {
        padding: 10px 20px
    }

    .section2-booking {
        margin: 75px auto 40px auto;
        height: 100%;
    }

    .section2-booking .booking-info {
        font-family: "Montserrat", sans-serif;
        display: flex;
        justify-content: space-around
    }

    .section2-booking .booking-info label {
        font-size: 19px
    }

    .section2-booking .booking-info .booking-select {
        width: 50%
    }

    .section2-booking .booking-info .booking-select input {
        width: 75%;
        margin: 25px 0px 35px 0px;
        padding: 15px 20px 15px 15px;
        font-size: 15px;
        font-family: "Archivo", sans-serif;
        outline: none;
        border: none;
        background: #ececec;
        border-radius: 2px
    }

    .section2-booking .booking-info .booking-select input:focus {
        border-bottom: 3px solid #529cfc
    }

    .section2-booking .booking-info .booking-select .booking-date {
        margin: 25px 0px
    }

    .section2-booking .booking-info .booking-request {
        width: 40%
    }

    .section2-booking .booking-info .booking-request textarea {
        width: 100%;
        margin: 25px 0px 35px 0px;
        padding: 15px 20px 15px 15px;
        font-size: 15px;
        font-family: "Archivo", sans-serif;
        outline: none;
        border: none;
        background: #ececec;
        border-radius: 2px;
        height: 75%
    }

    .section2-booking .booking-info .booking-request textarea:focus {
        border-bottom: 3px solid #529cfc
    }

    .section2-booking .booking-times {
        text-align: center;
        width: 40%;
        margin: 0 auto 0 auto;
        font-family: "Montserrat", sans-serif
    }

    .section2-booking .booking-times h1 {
        font-size: 18px;
        font-weight: 400;
        text-align: left
    }

    .section2-booking .booking-times p {
        text-align: left;
        margin: 8px 0px;
        font-size: 16px;
        color: #FEF65B
    }

    .section2-booking .booking-times .times {
        width: 100%;
        margin: 50px auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr)
    }

    .section2-booking .booking-times .times .time {
        margin: 15px auto;
        font-size: 18px;
        border: 1px solid #252929;
        padding: 12px 40px;
        border-radius: 2px;
        cursor: pointer;
        transition: 0.2s ease-in-out
    }

    .section2-booking .booking-times .times .time:hover {
        background: #28a745;
        border: 1px solid #28a745;
        color: #fff
    }

    .section2-booking .booking-times .times .time:focus {
        background: #5f58bc
    }


    .section2-personaldetails {
        width: 650px;
        margin: 80px auto;
        padding: 25px;
        font-family: "Archivo", sans-serif
    }

    .section2-personaldetails .details-header {
        padding-left: 20px;
        margin-bottom: 35px;
        border-radius: 2px;
        font-size: 40px;
        font-weight: bold;
        border-left: 3px solid #529cfc
    }

    .section2-personaldetails input {
        width: 100%;
        margin-bottom: 35px;
        padding: 15px 20px 15px 15px;
        font-size: 15px;
        font-family: "Archivo", sans-serif;
        outline: none;
        border: none;
        background: #ececec;
        border-radius: 2px
    }

    .section2-personaldetails input:focus {
        border-bottom: 3px solid #529cfc
    }

    .section2-personaldetails label {
        margin-bottom: 15px;
        color: #111;
        font-weight: bolder
    }

    .section2-personaldetails .details-container {
        display: flex;
        flex-direction: column
    }

    .section2-personaldetails .detail-inputs {
        display: flex;
        flex-direction: column
    }

    .section2-personaldetails .names {
        display: flex;
        justify-content: space-between
    }

    .section2-personaldetails .names label {
        margin-bottom: 10px;
        display: inline-block
    }

    .section2-personaldetails input[type="submit"] {
        cursor: pointer;
        background: #529cfc;
        padding: 20px 10px 20px 15px;
        color: #fff;
        transition: 0.3s ease-in-out
    }

    .section2-personaldetails input[type="submit"]:hover {
        background-color: #2a85fb
    }

    .section2-personaldetails .last-name {
        margin-left: 20px
    }

    .section2-booking-summary {
        margin: 75px 0px 0px 0px
    }

    .section2-booking-summary .container {
        width: 75%
    }

    .section2-booking-summary .card {
        width: 300px;
        height: 450px
    }

    .section2-booking-summary .card .main-text {
        padding: 10px 0px
    }

    .section2-booking-summary .card .main-text h1 {
        font-size: 22px;
        margin: 10px 0px
    }

    .section2-booking-summary .card .main-text h2 {
        font-size: 24px;
        margin: 10px 0px
    }

    .section2-booking-summary .card .main-text p {
        margin: 10px 0px
    }

    .section2-booking-summary .card .main-text input {
        width: 87%;
        border: none;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 13px;
        padding: 10px 10px
    }

    .section2-booking-summary .summary {
        font-family: "Montserrat", sans-serif
    }

    .section2-booking-summary .summary p {
        font-size: 17px
    }

    .section2-booking-summary .summary p i {
        margin: 0px 10px;
        font-size: 22px
    }

    .section3-payment .payment-main {
        margin: 40px 0px 0px 0px
    }

    .section3-payment .payment-info {
        margin: 120px 0px
    }

    .section3-payment .payment-info h1 {
        margin: 0px 0px 20px 0px;
        font-size: 26px
    }

    .section3-payment .payment-info input {
        width: 100%;
        margin-bottom: 20px;
        padding: 15px 20px 15px 15px;
        font-size: 15px;
        font-family: "Archivo", sans-serif;
        outline: none;
        border: none;
        background: #ececec;
        border-radius: 2px
    }

    .section3-payment .payment-info h2 {
        text-align: center;
        color: #fff;
        font-family: "Montserrat", sans-serif
    }

    .section3-payment .payment-info button {
        width: 100%;
        text-transform: uppercase;
        letter-spacing: 0.6px
    }

    .section3-payment .payment-total {
        margin: 120px 0;
        width: 40%;
        color: #252929;
        font-family: "Montserrat", sans-serif;
        text-align: center
    }

    .section3-payment .payment-total h1 {
        font-size: 30px
    }

    .section3-payment .payment-total .total-flex {
        display: flex;
        justify-content: space-between;
        margin: 12px auto
    }

    .section3-payment .payment-total .total-flex h2 {
        font-weight: 400;
        font-size: 17px
    }

    .section2-location {
        height: 110vh;
        margin: 90px 0px 0px 0px
    }

    .section2-location h1 {
        font-family: "DM Serif Text", serif;
        font-size: 40px
    }

    .section2-location p {
        margin: 15px
    }

    .section2-location .location-details {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        margin: 120px auto 0px auto;
        height: 40vh
    }

    .section2-location .location-details .map {
        width: 600px;
        height: 300px;
        background-size: contain
    }

    .section2-location .location-details .location-text h1 {
        font-size: 35px
    }

    .section2-location .location-details .location-text .info .text {
        margin: 25px 0px
    }

    .section2-location .location-details .location-text .info .text i {
        font-size: 16px
    }

    .section2-location .location-details .location-text .info .text h2 {
        font-size: 16px
    }

    .section2-blogsection {
        margin: 70px 0;
        font-family: "Montserrat", sans-serif
    }

    .section2-blogsection .blogs-container {
        width: 75%;
        margin: 30px auto
    }

    .section2-blogsection .blogs-container .blogs-index h1 {
        font-size: 25px
    }

    .section2-blogsection .blogs-container .blogs-index span {
        font-size: 15px
    }

    .section2-blogsection .blogs .blog {
        width: 100%;
        display: flex;
        background: #fff;
        box-shadow: 4px 3px 10px 0px #5f58bc1e;
        border-radius: 7px;
        margin-bottom: 60px
    }

    .section2-blogsection .blogs .blog:nth-child(1) .blog-image {
        background: url("../img/estee-janssens-zEqkUMiMxMI-unsplash.jpg");
        width: 900px;
        background-position: center;
        background-size: cover;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px
    }

    .section2-blogsection .blogs .blog:nth-child(3) .blog-image {
        background: url("../img/ray-reyes-3xwrg7Vv6Ts-unsplash.jpg");
        width: 900px;
        background-position: center;
        background-size: cover;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px
    }

    .section2-blogsection .blogs .blog .blog-image {
        background: url("../img/scott-graham-OQMZwNd3ThU-unsplash.jpg");
        width: 900px;
        background-position: center;
        background-size: cover;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px
    }

    .section2-blogsection .blogs .blog .blog-info {
        padding: 20px 40px
    }

    .section2-blogsection .blogs .blog .blog-info .blog-index {
        display: flex;
        align-items: center
    }

    .section2-blogsection .blogs .blog .blog-info .blog-index h1 {
        font-size: 22px
    }

    .section2-blogsection .blogs .blog .blog-info .blog-index span {
        font-size: 10px;
        margin-left: 20px;
        background: #529cfc;
        padding: 5px 10px;
        color: #fff;
        border-radius: 50px
    }

    .section2-blogsection .blogs .blog .blog-info .blog-index p {
        height: 5px;
        width: 5px;
        background: #529cfc;
        margin-left: 20px;
        border-radius: 50%
    }

    .section2-blogsection .blogs .blog .blog-info h1 {
        font-size: 27px
    }

    .section2-blogsection .blogs .blog .blog-info p {
        line-height: 1.6;
        font-size: 13px
    }

    .section2-about-head .about-main h1 {
        padding: 40px 0px 10px 0px;
        font-size: 30px
    }

    .section2-about-head .about-main h2 {
        font-size: 18px
    }

    .section2-about {
        margin: 260px 0px 0px 0px;
        padding: 0px 0px 75px 0px;
        min-height: 100vh
    }

    .section2-about h1 {
        padding: 125px 0px 35px 0px;
        font-size: 32px
    }

    .section2-about p {
        font-size: 17px;
        line-height: 1.5
    }

    .section2-about .proven {
        padding: 120px 0px 40px 0px
    }

    .section2-about .proven h2 {
        font-size: 23px
    }

    .section2-about .proven .results {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 50px
    }

    .section2-about .proven .results .result i {
        font-size: 80px
    }

    .section2-about .proven .results .result p {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
        padding: 25px 0px;
        font-size: 20px
    }

    .section1-howitworks .container {
        width: 80%
    }

    .section1-bookingcompleted {
        margin: 150px 0px 0px 0px;
        text-align: center;
        height: 110vh
    }

    .section1-bookingcompleted h1 {
        font-size: 40px;
        font-family: "Montserrat", sans-serif;
        font-weight: 500
    }

    .section1-bookingcompleted p {
        font-family: "Inter", sans-serif;
        margin: 10px 0px 10px 0px
    }

    .section1-bookingcompleted .thank-you-div {
        margin-bottom: 100px;
        width: 65%
    }

    footer .container {
        height: 8vh
    }

    footer .container p {
        font-size: 12px
    }

    footer .container h1 {
        font-size: 25px
    }
}

@media all and (max-width: 1366px) {
	
	nav .container .nav-links a {
    font-size: 0.8rem;
	}
	.section2-booking {
      margin: 0px auto 0px auto;
	}
	nav .container .logo {
		max-width:160px;
	}
	.section2-booking h2 {
     padding-top: 118px;
    }
	
}


@media all and (max-width: 1280px) {
	
	nav .container .nav-links a {
    font-size: 1rem;
	}
	.section2-booking {
    margin: 85px auto 0 auto;
    }
	nav .container .logo {
		max-width:160px;
	}
	.section2-booking h2 {
    padding-top: 15px;
    }
	.section2-booking .booking-times h1 {
    font-size: 16px;
	}
	footer .container {
    height: 8vh;
    }
	
}

@media all and (max-width: 1024px) {
    .animation .container {
        background: #fff;
        height: 7vh
    }
    .section4{
        height: unset;
    }
    .section2-booking {
        height: unset;
    }
    /* .section4 h1
    {
        margin: unset;
    } */
    .input-group-addon a {
        margin-right: -6px;
    }

    .section4 .services-main .services {
        margin: unset;
    }

    .animation .container .logo {
        font-size: 23px
    }

    nav .container {
        justify-content: space-between;
        height: 10vh
    }

    nav .container .burger {
        display: block
    }

    nav .container .logo {
        font-size: 23px
    }

    nav .container .nav-links {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: #343a40;
        width: 40%;
        height: 100vh;
        border-right: 1px solid #ccc;
        opacity: 0.99;
        padding: 30px;
        transform: translateX(-500px);
        transition: 0.4s ease-in-out
    }

    nav .container .nav-links li {
        padding: 20px;
        border-bottom: 1px solid #ccc
    }

    nav .container .nav-links i {
        padding: 20px
    }

    nav .container .nav-links a {
        font-size: 16px
    }

    nav .container .nav-links .account-details {
        display: block;
        position: initial;
        padding: 0px 0px;
        border-radius: 0px;
        background: none
    }

    nav .container .nav-links .account-details li {
        margin: 10px 0px
    }

    nav .container .nav-links .account-details li:last-of-type {
        border: none;
        padding: 10px 20px
    }

    nav .container .show {
        transform: translateX(0px)
    }

    .section1 {
        margin: 7vh 0vh 0vh 0vh;
        height: 470px;
        background-position: center
    }

    .section1 h1 {
        font-size: 60px;
        margin: 140px 0px 10px 0px
    }

    .section1 p {
        width: 40%;
        padding: 10px 0px
    }

    .section2 {
        padding: 2px 0px
    }

    .section2 .investors {
        margin: 30px 0px
    }

    .section2 .investors img {
        width: 6.5%
    }

    .section3 {
        height: 100%;
        padding: 50px 0px 75px 0px
    }

    .section3 h1 {
        font-size: 40px
    }

    .section3 p {
        width: 50%;
        margin: 10px auto
    }

    .section3 .locations .location {
        margin: 25px auto;
        max-width: 230px;
        padding-bottom: 25px
    }

    .section3 .locations .location .map {
        width: 230px;
        height: 200px
    }

    .section3 .locations .location h2 {
        font-size: 20px
    }

    .section3 .locations .location p {
        margin: 25px auto 5px auto;
        width: 100%
    }

    .section4 h1 {
        font-size: 24px
    }

    .section4 p {
        width: 82%
    }

    .section4 .services-main h1 {
        font-size: 18px
    }

    .section4 .services-main .services .service {
        margin: 0px 25px;
        width: 280px
    }

    .section4 .services-main .services .service .img {
        height: 200px
    }

    .section4 .services-main .services .service .even {
        height: 200px
    }

    .section4 .services-main .services .service .service-cart .cart-amount {
        margin: 10px 30px;
        font-size: 30px
    }

    .section4 .services-main .services .service img {
        width: 100%
    }

    .section5 {
        display: none;
        /*height: 100%;*/
        /*padding: 20px*/
    }

    .section5 h1 {
        color: #fff;
        margin: 0px 0px 5px 0px
    }

    .section5 p {
        font-size: 15px;
        font-weight: 400;
        font-family: "Montserrat", sans-serif;
        line-height: 1.5;
        margin: 15px auto;
        width: 50%
    }

    .section2-booking {
        margin: 120px auto 0px auto
    }

    .section2-booking .booking-info label {
        font-size: 19px
    }

    .section2-booking .booking-times .times .time {
        padding: 8px 12px
    }

    .section2-personaldetails {
        margin: 190px auto 190px auto;
        /*height: 100%;*/
        width: 75%
    }

    .section2-personaldetails .details-header {
        margin-bottom: 50px
    }

    .section2-booking-summary {
        margin: 120px auto 0px auto;
        height: 100%
    }

    .section2-booking-summary .container {
        width: 70%;
        display: block;
        flex-direction: column;
        margin: 0 auto
    }

    .section2-booking-summary .card {
        margin: 0 auto 40px auto;
        width: 300px;
        height: 215px
    }

    .section2-booking-summary .card .main-text {
        padding: 10px 0px
    }

    .section2-booking-summary .card .main-text h1 {
        font-size: 22px;
        margin: 10px 0px
    }

    .section2-booking-summary .card .main-text h2 {
        font-size: 24px;
        margin: 10px 0px
    }

    .section2-booking-summary .card .main-text p {
        margin: 10px 0px
    }

    .section2-booking-summary .card .main-text input {
        width: 87%;
        border: none;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 13px;
        padding: 10px 10px
    }

    .section2-booking-summary .summary {
        font-family: "Montserrat", sans-serif;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .section2-booking-summary .summary p {
        font-size: 17px
    }

    .section2-booking-summary .summary p i {
        margin: 0px 10px;
        font-size: 22px
    }

    .section3-payment .payment-main {
        margin: 75px 0px 0px 0px
    }

    .section3-payment .payment-info h1 {
        margin: 0px 0px 20px 0px;
        font-size: 26px
    }

    .section3-payment .payment-info input {
        width: 100%;
        margin-bottom: 20px;
        padding: 15px 20px 15px 15px;
        font-size: 15px;
        font-family: "Archivo", sans-serif;
        outline: none;
        border: none;
        background: #ececec;
        border-radius: 2px
    }

    .section3-payment .payment-info h2 {
        text-align: center;
        color: #fff;
        font-family: "Montserrat", sans-serif
    }

    .section3-payment .payment-info button {
        width: 100%;
        text-transform: uppercase;
        letter-spacing: 0.6px
    }

    .section3-payment .payment-total {
        margin: 100px 50px;
        font-family: "Montserrat", sans-serif;
        text-align: center;
        width: 50%;
        height: 100%
    }

    .section3-payment .payment-total .summary h1 {
        font-size: 20px
    }

    .section3-payment .payment-total h1 {
        font-size: 30px
    }

    .section3-payment .payment-total .total-flex {
        display: flex;
        justify-content: space-between;
        margin: 12px auto
    }

    .section3-payment .payment-total .total-flex h2 {
        font-weight: 400
    }

    .section2-location {
        height: 70vh;
        margin: 90px 0px 0px 0px
    }

    .section2-location h1 {
        font-family: "DM Serif Text", serif;
        font-size: 40px
    }

    .section2-location p {
        margin: 15px
    }

    .section2-location .location-details {
        flex-direction: column;
        margin: 75px auto 0px auto;
        align-items: center;
        height: 50vh
    }

    .section2-location .location-details .map {
        width: 600px;
        height: 300px;
        background-size: contain
    }

    .section2-location .location-details .location-text {
        text-align: center
    }

    .section2-location .location-details .location-text h1 {
        font-size: 35px;
        margin: 40px 0px
    }

    .section2-location .location-details .location-text .info .text {
        margin: 25px 0px
    }

    .section2-location .location-details .location-text .info .text i {
        font-size: 16px
    }

    .section2-location .location-details .location-text .info .text h2 {
        font-size: 16px
    }

    .section2-blogsection {
        margin: 70px 0;
        font-family: "Montserrat", sans-serif
    }

    .section2-blogsection .blogs-container {
        width: 90%
    }

    .section2-blogsection .blogs-container .blogs-index h1 {
        font-size: 25px
    }

    .section2-blogsection .blogs-container .blogs-index span {
        font-size: 15px
    }

    .section2-blogsection .blogs .blog {
        width: 100%;
        display: flex;
        background: #fff;
        box-shadow: 4px 3px 10px 0px #5f58bc1e;
        border-radius: 7px;
        margin-bottom: 60px
    }

    .section2-blogsection .blogs .blog:nth-child(1) .blog-image {
        background: url("../img/estee-janssens-zEqkUMiMxMI-unsplash.jpg");
        width: 900px;
        background-position: center;
        background-size: cover;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px
    }

    .section2-blogsection .blogs .blog:nth-child(3) .blog-image {
        background: url("../img/ray-reyes-3xwrg7Vv6Ts-unsplash.jpg");
        width: 900px;
        background-position: center;
        background-size: cover;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px
    }

    .section2-blogsection .blogs .blog .blog-image {
        background: url("../img/scott-graham-OQMZwNd3ThU-unsplash.jpg");
        width: 900px;
        background-position: center;
        background-size: cover;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px
    }

    .section2-blogsection .blogs .blog .blog-info {
        padding: 20px 40px
    }

    .section2-blogsection .blogs .blog .blog-info .blog-index {
        display: flex;
        align-items: center
    }

    .section2-blogsection .blogs .blog .blog-info .blog-index h1 {
        font-size: 22px
    }

    .section2-blogsection .blogs .blog .blog-info .blog-index span {
        font-size: 10px;
        margin-left: 20px;
        background: #529cfc;
        padding: 5px 10px;
        color: #fff;
        border-radius: 50px
    }

    .section2-blogsection .blogs .blog .blog-info .blog-index p {
        height: 5px;
        width: 5px;
        background: #529cfc;
        margin-left: 20px;
        border-radius: 50%
    }

    .section2-blogsection .blogs .blog .blog-info h1 {
        font-size: 27px
    }

    .section2-blogsection .blogs .blog .blog-info p {
        line-height: 1.6;
        font-size: 13px
    }

    .section2-about-head {
        height: 12vh
    }

    .section2-about {
        margin: 350px 0px 0px 0px;
        padding: 0px 0px 75px 0px;
        min-height: 70vh
    }

    .section2-about h1 {
        padding: 125px 0px 35px 0px;
        font-size: 32px
    }

    .section2-about p {
        font-size: 17px;
        line-height: 1.5
    }

    .section2-about .proven {
        padding: 120px 0px 40px 0px
    }

    .section2-about .proven h2 {
        font-size: 23px
    }

    .section2-about .proven .results {
        grid-column-gap: 60px
    }

    .section2-about .proven .results .result i {
        font-size: 80px
    }

    .section2-about .proven .results .result p {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
        padding: 25px 0px;
        font-size: 20px
    }

    .section1-howitworks .container {
        width: 65%
    }

    .section1-howitworks .works {
        grid-template-columns: repeat(2, 1fr)
    }

    .section1-bookingcompleted h1 {
        font-size: 30px
    }

    .section1-bookingcompleted p {
        font-size: 16px
    }

    .section1-bookingcompleted .thank-you-div {
        width: 80%
    }

    .section1-bookingcompleted .thank-you-div h2 {
        font-size: 23px
    }

    .section1-bookingcompleted .thank-you-div p {
        font-size: 16px
    }

    footer .container {
        height: 7vh
    }

    footer .container p {
        font-size: 15px
    }

    footer .container h1 {
        font-size: 25px
    }
}

@media all and (max-width: 768px) {
    nav .container .nav-links {
        width: 50%
    }

    .section1 {
        height: 430px
    }

    .section1 h1 {
        font-size: 50px;
        margin: 120px 0px 0px 0px
    }

    .section1 p {
        width: 50%
    }

    .section2 {
        height: 300px
    }

    .section2 h1 {
        margin: 0
    }

    .section2 p {
        width: 90%
    }

    .section2 .investors {
        margin: 40px 0px
    }

    .section2 .investors img {
        width: 8%;
        margin: 20px 20px
    }

    .section3 .map {
        display: none
    }

    .section3 .locations {
        grid-gap: 20px;
        width: 95%
    }

    .section5 h1 {
        font-size: 41px
    }

    .section5 p {
        width: 70%
    }

    .section2-booking .booking-info {
        flex-direction: column;
        width: 100%
    }

    .section2-booking .booking-info .booking-select {
        width: 70%;
        margin: 0 auto
    }

    .section2-booking .booking-info .booking-request {
        width: 70%;
        margin: 0 auto
    }

    .section2-booking .booking-info .booking-request textarea {
        height: 230px
    }

    .section2-booking .booking-times {
        width: 90%
    }

    .section2-booking .booking-times .times .time {
        padding: 12px 20px
    }

    .section2-personaldetails .details-header {
        margin-bottom: 45px
    }

    .section2-personaldetails .input {
        margin-bottom: 40px
    }

    .section2-booking-summary {
        height: 85vh;
        margin: 0 auto
    }

    .section2-booking-summary .summary p {
        margin: 7px
    }

    .section2-booking-summary {
        margin: 100px 0px 0px 0px
    }

    .section2-booking-summary .card {
        margin: 0 auto 40px auto
    }

    .section2-booking-summary .summary h1 {
        margin: 15px 0px 15px 0px
    }

    .section3-payment {
        height: 100%;
        padding: 20px 0px;
        height: 1250px;
    }

    .section3-payment .payment-main {
        width: 100%;
        flex-direction: column-reverse
    }

    .section3-payment .payment-main .payment-info {
        margin: 45px auto;
        width: 70%
    }

    .section3-payment .payment-main .payment-info h1 {
        font-size: 24px;
        margin: 0px 0px 20px 0px
    }

    .section3-payment .payment-main .payment-total {
        margin: -24px auto; 
        width: 75%
    }

    .section3-payment .payment-main .payment-total h1 {
        font-size: 27px
    }

    .section3-payment .payment-main .payment-total h2 {
        font-size: 17px
    }

    .section2-location {
        height: 85vh
    }

    .section2-location h1 {
        font-size: 35px
    }

    .section2-location p {
        width: 60%;
        margin: 10px auto;
        font-size: 16px
    }

    .section2-location .location-details {
        height: 60vh
    }

    .section2-location .location-details .map {
        width: 600px
    }

    .section2-location .location-details .location-text h1 {
        font-size: 35px;
        letter-spacing: 0px;
        margin: 40px auto
    }

    .section2-blogsection .blogs .blog .blog-image {
        display: none
    }

    .section2-about-head {
        height: 15vh
    }

    .section2-about {
        margin: 300px 0px 0px 0px
    }

    .section2-about h1 {
        padding: 100px 0px 35px 0px;
        font-size: 30px
    }

    .section2-about p {
        font-size: 15px;
        width: 100%
    }

    .section2-about .proven {
        width: 93%;
        min-height: 100vh
    }

    .section2-about .proven h2 {
        font-size: 23px
    }

    .section2-about .proven .results {
        padding: 60px 0 40px 0px
    }

    .section2-about .proven .results .result i {
        font-size: 70px
    }

    .section2-about .proven .results .result p {
        font-size: 17px
    }

    .section1-howitworks .container {
        width: 70%
    }

    .section1-howitworks .works {
        grid-template-columns: 1fr
    }

    .section1-bookingcompleted h1 {
        font-size: 30px
    }

    .section1-bookingcompleted p {
        font-size: 16px
    }

    .section1-bookingcompleted .thank-you-div {
        width: 80%
    }

    .section1-bookingcompleted .thank-you-div h2 {
        font-size: 23px
    }

    .section1-bookingcompleted .thank-you-div p {
        font-size: 16px
    }
	.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

}

@media all and (max-width: 600px) {
    .animation {
        box-shadow: -13px -13px 156px -24px rgba(0, 0, 0, 0.9);
        background: #fff;
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 2;
        transition: 0.5s ease-in-out
    }

    .animation .container {
        background: #fff;
        height: 10vh
    }

    .animation .container .logo {
        font-size: 23px
    }

    nav .container .logo {
        width: initial
    }

    nav .container .nav-links {
        width: 50%
    }

    nav .container .nav-links li {
        padding-bottom: 20px
    }

    nav .container .nav-links a {
        font-size: 15px
    }
	
		#ui-datepicker-div {
    display: block!important;
    width: 95% !important;
    left: 10px!important;
    right: 10px !important;
     }

    .section1 {
        height: 450px
    }

    .section1 h1 {
        margin: 110px 0px 0px 0px;
        font-size: 40px
    }

    .section1 p {
        font-size: 15px;
        width: 75%
    }

    .section2 {
        height: 300px
    }

    .section2 h1 {
        font-size: 40px
    }

    .section2 p {
        width: 85%
    }

    .section3 {
        height: 100%
    }

    .section3 h1 {
        margin: 20px auto
    }

    .section3 p {
        width: 90%
    }

    .section3 .locations {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0px;
        width: 100%
    }

    .section3 .locations .location {
        background-image: none;
        margin: 20px auto;
        text-align: center;
        height: 0;
        width: 200px
    }

    .section3 .locations .location h2 {
        color: #fff;
        padding: 0px 30px;
        text-align: center
    }

    .section3 .locations .location p {
        display: none
    }

    .section4 p {
        font-size: 13px
    }

    .section4 .container {
        width: 100%
    }

    .section4 .container .services-main .services {
        flex-direction: column
    }

    .section4 .container .services-main .services .service {
        height: 100%;
        margin: 25px auto;
        padding: 20px 0px
    }

    .section4 .container .services-main .services .service .img-service {
        display: none
    }

    .section4 .container .services-main .services .service p {
        width: 100%
    }

    .section5 h1 {
        font-size: 33px
    }

    .section5 p {
        width: 90%
    }

    .section2-booking h1 {
        font-size: 28px;
        width: 100%
    }

    .section2-booking .booking-info .booking-select {
        width: 90%
    }

    .section2-booking .booking-info .booking-select .booking-address .dropdown {
        margin: 25px 0px 50px 0px
    }

    .section2-booking .booking-info .booking-request {
        width: 90%
    }

    .section2-booking .booking-times {
        margin: 40px auto
    }

    .section2-booking .booking-times .times {
        grid-template-columns: repeat(3, 1fr)
    }

    .section2-booking .booking-times .times .time {
        padding: 7px 10px;
        font-size: 14px
    }

    .section2-personaldetails {
        width: 100%;
        margin: 100px 0px 0px 0px
    }

    .section2-personaldetails .details-header {
        font-size: 25px
    }

    .section2-personaldetails .names {
        flex-direction: column
    }

    .section2-personaldetails .names .last-name {
        margin: 0px 0px 0px 0px
    }

    .section2-booking-summary {
        height: 100%
    }

    .section2-booking-summary .container {
        width: 80%;
        padding: 55px 0px
    }

    .section2-booking-summary .card {
        margin: 0 auto 40px auto
    }

    .section2-booking-summary .summary {
        font-weight: 400
    }

    .section2-booking-summary .summary h1 {
        margin: 15px 0px 15px 0px
    }

    .section3-payment .payment-main .payment-info {
        width: 90%
    }

    .section3-payment .payment-main .payment-info h1 {
        font-size: 20px
    }

    .section3-payment .payment-main .payment-total {
        padding: 0px 0px 10px 0px;
       /* margin: 40px auto 50px auto;*/
        width: 90%
    }

    .section3-payment .payment-main .payment-total .container .summary {
        padding: 15px 15px;
        width: 90%;
        margin: 20px auto
    }

    .section3-payment .payment-main .payment-total h1 {
        font-size: 18px;
        margin: 10px 0px 20px 0px
    }

    .section3-payment .payment-main .payment-total p {
        font-size: 15px;
        width: 90%
    }

    .section3-payment .payment-main .payment-total h2 {
        font-size: 16px
    }

    .section2-location p {
        font-size: 15px;
        width: 75%
    }

    .section2-location .location-details .map {
        width: 400px
    }

    .section2-location .location-details .location-text h1 {
        font-size: 30px
    }

    .section2-blogsection .blogs-index {
        width: 90%;
        margin: 0 auto
    }

    .section2-blogsection .blogs .blog .blog-info .blog-index h1 {
        font-size: 16px
    }

    .section2-blogsection .blogs .blog .blog-info .blog-index p {
        display: none
    }

    .section2-blogsection .blogs .blog .blog-info .blog-index span {
        display: none;
        width: 25%;
        text-align: center;
        font-size: 10px
    }

    .section2-blogsection .blogs .blog .blog-info p {
        font-size: 10px
    }

    .section2-about-head .about-main h1 {
        font-size: 26px
    }

    .section2-about-head .about-main h2 {
        font-size: 18px;
        font-weight: 400
    }

    .section2-about {
        height: 140vh
    }

    .section2-about .container h1 {
        font-size: 27px
    }

    .section2-about .container p {
        font-size: 14px
    }

    .section2-about .container .proven h2 {
        font-size: 18px
    }

    .section2-about .container .proven .results {
        grid-template-columns: repeat(1, 1fr);
        padding: 50px 0px 0px 0px
    }

    .section2-about .container .proven .results .result {
        margin: 20px 0px
    }

    .section1-howitworks {
        margin: 100px 0px 0px 0px
    }

    .section1-bookingcompleted h1 {
        font-size: 30px
    }

    .section1-bookingcompleted p {
        font-size: 16px
    }

    .section1-bookingcompleted .thank-you-div {
        width: 90%
    }

    .section1-bookingcompleted .thank-you-div h2 {
        font-size: 20px;
        width: 100%
    }

    .section1-bookingcompleted .thank-you-div p {
        font-size: 14px;
        width: 95%
    }

    .section1-bookingcompleted .thank-you-div button {
        margin: 10px auto;
        padding: 10px 15px
    }

    footer .container h1 {
        font-size: 20px
    }

    footer .container p {
        font-size: 13px
    }
	.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

}

/* Mobile Phones ( iPhone 5 and 5S Landscape)*/
@media (max-width: 568px) {

}

/* Mobile Phones ( iPhone 4 and 4S Landscape)*/
@media (max-width: 480px) {
	.animation {
        box-shadow: -13px -13px 156px -24px rgba(0, 0, 0, 0.9);
        background: #fff;
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 2;
        transition: 0.5s ease-in-out
    }

    .animation .container {
        background: #fff;
        height: 10vh
    }

    .animation .container .logo {
        font-size: 23px
    }

    nav .container .logo {
        width: initial
    }

    nav .container .nav-links {
        width: 85%
    }

    nav .container .nav-links li {
        padding-bottom: 15px
    }

    nav .container .nav-links a {
        font-size: 13px
    }
	
	#ui-datepicker-div {
    display: block!important;
    width: 95% !important;
    left: 10px!important;
    right: 10px !important;
     }

    .section1 {
        height: 390px
    }

    .section1 h1 {
        margin: 90px 0px 0px 0px;
        font-size: 37px;
        width: 95%
    }

    .section1 p {
        font-size: 14px;
        width: 80%
    }

    .section1 a {
        padding: 10px 12px;
        font-size: 11px
    }

    .section1 a button {
        margin: 10px 0px
    }

    .section2 h1 {
        font-size: 35px
    }

    .section2 p {
        width: 90%;
        font-size: 13px
    }

    .section3 h1 {
        font-size: 35px
    }

    .section3 p {
        width: 90%
    }

    .section3 .locations .location {
        width: 300px;
        height: 30px
    }

    .section3 .locations .location h2 {
        font-size: 18px;
        text-align: center
    }

    .section4 p {
        font-size: 11px
    }

    .section4 .container {
        width: 95%
    }

    .section4 .container .services-main h1 {
        font-size: 16px
    }

    .section4 .container .services-main .services {
        flex-direction: column
    }

    .section4 .container .services-main .services .service {
        height: 100%;
        margin: 25px auto;
        padding: 10px 10px
    }

    .section4 .container .services-main .services .service p {
        width: 100%
    }

    .section5 {
        width: 100%
    }

    .section5 h1 {
        font-size: 30px
    }

    .section5 p {
        width: 100%;
        font-size: 12px
    }

    .section5 button {
        padding: 10px 25px;
        font-size: 12px
    }

    .section2-booking h1 {
        width: 95%;
        margin: 0 auto
    }

    .section2-booking .booking-info .booking-select {
        width: 90%
    }

    .section2-booking .booking-info .booking-request {
        width: 90%
    }

    .section2-booking .booking-times {
        margin: 40px auto
    }

    .section2-booking .booking-times .times {
        grid-template-columns: repeat(3, 1fr)
    }

    .section2-booking .booking-times .times .time {
        padding: 7px 10px;
        font-size: 14px
    }
	
	.section3-payment .payment-main .payment-total {
      margin: 25px auto;
	}

    .section2-personaldetails {
        width: 100%
    }

    .section2-personaldetails .details-header {
        font-size: 25px
    }

    .section2-personaldetails .names {
        flex-direction: column
    }

    .section2-personaldetails .names .last-name {
        margin: 0px 0px 0px 0px
    }

    .section2-personaldetails input[type="submit"] {
        font-size: 14px;
        padding: 15px 20px
    }

    .section2-booking-summary {
        height: 100%;
        width: 100%
    }

    .section2-booking-summary .container {
        width: 88%
    }

    .section2-booking-summary .card {
        margin: 20px auto 20px auto
    }

    .section2-booking-summary .summary {
        margin: 50px 0px 10px 0px
    }

    .section2-booking-summary .summary h1 {
        font-size: 22px;
        margin: 0px 0px 20px 0px
    }

    .section2-booking-summary .summary p {
        font-size: 15px;
        margin: 5px 0px
    }

    .section2-booking-summary .summary h2 {
        margin: 50px 0px 10px 0px;
        font-size: 22px
    }

    .section3-payment .payment-main .payment-info {
        width: 100%
    }

    .section3-payment .payment-main .payment-info h1 {
        font-size: 20px
    }

    .section3-payment .payment-main .payment-info h2 {
        font-size: 20px
    }

    .section3-payment .payment-main .payment-info button {
        font-size: 12px
    }

    .section3-payment .payment-main .payment-total {
        width: 100%
    }

    .section3-payment .payment-main .payment-total h1 {
        font-size: 20px
    }

    .section3-payment .payment-main .payment-total p {
        font-size: 14px
    }

    .section3-payment .payment-main .payment-total p i {
        font-size: 17px
    }

    .section3-payment .payment-main .payment-total h2 {
        font-size: 15px
    }

    .section2-location {
        height: 90vh
    }

    .section2-location p {
        font-size: 15px;
        width: 93%
    }

    .section2-location .location-details .map {
        width: 300px
    }

    .section2-location .location-details .location-text {
        width: 88%;
        margin: 0 auto;
        align-items: center
    }

    .section2-location .location-details .location-text h1 {
        font-size: 30px
    }

    .section2-blogsection .blog-info a {
        font-size: 15px
    }

    .section2-blogsection .blogs-index {
        width: 90%;
        margin: 0 auto
    }

    .section2-blogsection .blogs {
        margin: 20px 0px
    }

    .section2-blogsection .blogs .blog {
        padding: 15px 0px
    }

    .section2-blogsection .blogs .blog .blog-info .blog-index h1 {
        font-size: 19px
    }

    .section2-about-head .about-main h1 {
        font-size: 24px;
        padding: 35px 0px 5px 0px
    }

    .section2-about-head .about-main h2 {
        font-size: 16px
    }

    .section2-about {
        height: 100%;
        margin: 230px 0px 0px 0px
    }

    .section2-about .container h1 {
        font-size: 25px
    }

    .section2-about .container p {
        font-size: 13px
    }

    .section2-about .container .proven h2 {
        font-size: 18px
    }

    .section2-about .container .proven .results {
        grid-template-columns: repeat(1, 1fr);
        padding: 40px 0px 0px 0px
    }

    .section2-about .container .proven .results .result {
        margin: 18px 0px
    }

    .section1-howitworks {
        margin: 100px 0px 0px 0px
    }

    .section1-howitworks .container {
        width: 85%
    }

    .section1-howitworks h1 {
        font-size: 30px
    }

    .section1-howitworks .works .work i {
        font-size: 50px
    }

    .section1-howitworks .works .work h2 {
        font-size: 20px
    }

    .section1-howitworks .works .work p {
        font-size: 13px
    }

    .section1-bookingcompleted {
        height: 120vh
    }

    .section1-bookingcompleted h1 {
        font-size: 27px
    }

    .section1-bookingcompleted p {
        font-size: 15px;
        width: 85%;
        margin: 13px auto 0px auto
    }

    .section1-bookingcompleted .thank-you-div {
        width: 90%
    }

    .section1-bookingcompleted .thank-you-div h2 {
        font-size: 19px
    }

    .section1-bookingcompleted .thank-you-div p {
        font-size: 14px;
        width: 100%
    }

    .section1-bookingcompleted .thank-you-div button {
        font-size: 13px
    }

    footer .container h1 {
        font-size: 19px
    }

    footer .container p {
        font-size: 8px;
        width: 100%
    }
	.section2-booking {
      margin: 74px auto 0px auto;
	  min-height: 220vh;
    }
	.section2-booking h2 {
		padding-top: 30px;
		font-size: 20px;
     }
	 .color-div {
      position: absolute;
      bottom: 12px;
	  top:initial !important;
     }
     .color-div span{
		 font-size:12px !important;
	 }
	 .wek-div {
        padding: 0px 8px;
        margin-right: 5px;
	 }	
     .booking-times {
		position: relative;
        top: 425px;
	 }	
    #booking_type {
		position: relative;
       top: 410px;
	}
	.loading-div {
		float: initial !important;
		width: initial !important;
	}	
	#booking_continue {
		position: relative;
        top: 575px;
        width: 100%;
		margin-top: initial !important;
        float: initial !important;
	}
	footer span {
	  float: initial !important;
      margin: 0 !important;
      line-height: 0px !important;
	}
	nav .container .burger {
    display: block;
    width: 5%;
    float: right;
    }
	footer {
	  line-height: 40px;
	}
	.dropdown-content {
	   width: 290px !important;
	   margin-right: -37px !important;
	}
	nav .container .nav-links {
		 overflow-y: scroll;
         min-height: 656px !important;
	}
	.more-booking {
		width:100% !important;
	}

   .bookmore-btn {
	width:100%;
	float:initial;
    }

	.complate-btn {
	  width:100%;
	  float:initial;
	}
	.section3-payment {
	  height: 1850px;
	}
	.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

   input[type='checkbox'] { -webkit-appearance: checkbox !important; }


}


@media all and (max-width: 420px) {
    .animation {
        box-shadow: -13px -13px 156px -24px rgba(0, 0, 0, 0.9);
        background: #fff;
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 2;
        transition: 0.5s ease-in-out
    }

    .animation .container {
        background: #fff;
        height: 10vh
    }

    .animation .container .logo {
        font-size: 23px
    }

    nav .container .logo {
        width: initial
    }

    nav .container .nav-links {
        width: 85%
    }

    nav .container .nav-links li {
        padding-bottom: 15px
    }

    nav .container .nav-links a {
        font-size: 13px
    }
	
	#ui-datepicker-div {
    display: block!important;
    width: 95% !important;
    left: 10px!important;
    right: 10px !important;
     }

    .section1 {
        height: 390px
    }

    .section1 h1 {
        margin: 90px 0px 0px 0px;
        font-size: 37px;
        width: 95%
    }

    .section1 p {
        font-size: 14px;
        width: 80%
    }

    .section1 a {
        padding: 10px 12px;
        font-size: 11px
    }

    .section1 a button {
        margin: 10px 0px
    }

    .section2 h1 {
        font-size: 35px
    }

    .section2 p {
        width: 90%;
        font-size: 13px
    }

    .section3 h1 {
        font-size: 35px
    }

    .section3 p {
        width: 90%
    }

    .section3 .locations .location {
        width: 300px;
        height: 30px
    }

    .section3 .locations .location h2 {
        font-size: 18px;
        text-align: center
    }

    .section4 p {
        font-size: 11px
    }

    .section4 .container {
        width: 95%
    }

    .section4 .container .services-main h1 {
        font-size: 16px
    }

    .section4 .container .services-main .services {
        flex-direction: column
    }

    .section4 .container .services-main .services .service {
        height: 100%;
        margin: 25px auto;
        padding: 10px 10px
    }

    .section4 .container .services-main .services .service p {
        width: 100%
    }

    .section5 {
        width: 100%
    }

    .section5 h1 {
        font-size: 30px
    }

    .section5 p {
        width: 100%;
        font-size: 12px
    }

    .section5 button {
        padding: 10px 25px;
        font-size: 12px
    }

    .section2-booking h1 {
        width: 95%;
        margin: 0 auto
    }

    .section2-booking .booking-info .booking-select {
        width: 90%
    }

    .section2-booking .booking-info .booking-request {
        width: 90%
    }

    .section2-booking .booking-times {
        margin: 40px auto
    }

    .section2-booking .booking-times .times {
        grid-template-columns: repeat(3, 1fr)
    }

    .section2-booking .booking-times .times .time {
        padding: 7px 10px;
        font-size: 14px
    }
	
	.section3-payment .payment-main .payment-total {
      margin: 25px auto;
	}

    .section2-personaldetails {
        width: 100%
    }

    .section2-personaldetails .details-header {
        font-size: 25px
    }

    .section2-personaldetails .names {
        flex-direction: column
    }

    .section2-personaldetails .names .last-name {
        margin: 0px 0px 0px 0px
    }

    .section2-personaldetails input[type="submit"] {
        font-size: 14px;
        padding: 15px 20px
    }

    .section2-booking-summary {
        height: 100%;
        width: 100%
    }

    .section2-booking-summary .container {
        width: 88%
    }

    .section2-booking-summary .card {
        margin: 20px auto 20px auto
    }

    .section2-booking-summary .summary {
        margin: 50px 0px 10px 0px
    }

    .section2-booking-summary .summary h1 {
        font-size: 22px;
        margin: 0px 0px 20px 0px
    }

    .section2-booking-summary .summary p {
        font-size: 15px;
        margin: 5px 0px
    }

    .section2-booking-summary .summary h2 {
        margin: 50px 0px 10px 0px;
        font-size: 22px
    }

    .section3-payment .payment-main .payment-info {
        width: 100%
    }

    .section3-payment .payment-main .payment-info h1 {
        font-size: 20px
    }

    .section3-payment .payment-main .payment-info h2 {
        font-size: 20px
    }

    .section3-payment .payment-main .payment-info button {
        font-size: 12px
    }

    .section3-payment .payment-main .payment-total {
        width: 100%
    }

    .section3-payment .payment-main .payment-total h1 {
        font-size: 20px
    }

    .section3-payment .payment-main .payment-total p {
        font-size: 14px
    }

    .section3-payment .payment-main .payment-total p i {
        font-size: 17px
    }

    .section3-payment .payment-main .payment-total h2 {
        font-size: 15px
    }

    .section2-location {
        height: 90vh
    }

    .section2-location p {
        font-size: 15px;
        width: 93%
    }

    .section2-location .location-details .map {
        width: 300px
    }

    .section2-location .location-details .location-text {
        width: 88%;
        margin: 0 auto;
        align-items: center
    }

    .section2-location .location-details .location-text h1 {
        font-size: 30px
    }

    .section2-blogsection .blog-info a {
        font-size: 15px
    }

    .section2-blogsection .blogs-index {
        width: 90%;
        margin: 0 auto
    }

    .section2-blogsection .blogs {
        margin: 20px 0px
    }

    .section2-blogsection .blogs .blog {
        padding: 15px 0px
    }

    .section2-blogsection .blogs .blog .blog-info .blog-index h1 {
        font-size: 19px
    }

    .section2-about-head .about-main h1 {
        font-size: 24px;
        padding: 35px 0px 5px 0px
    }

    .section2-about-head .about-main h2 {
        font-size: 16px
    }

    .section2-about {
        height: 100%;
        margin: 230px 0px 0px 0px
    }

    .section2-about .container h1 {
        font-size: 25px
    }

    .section2-about .container p {
        font-size: 13px
    }

    .section2-about .container .proven h2 {
        font-size: 18px
    }

    .section2-about .container .proven .results {
        grid-template-columns: repeat(1, 1fr);
        padding: 40px 0px 0px 0px
    }

    .section2-about .container .proven .results .result {
        margin: 18px 0px
    }

    .section1-howitworks {
        margin: 100px 0px 0px 0px
    }

    .section1-howitworks .container {
        width: 85%
    }

    .section1-howitworks h1 {
        font-size: 30px
    }

    .section1-howitworks .works .work i {
        font-size: 50px
    }

    .section1-howitworks .works .work h2 {
        font-size: 20px
    }

    .section1-howitworks .works .work p {
        font-size: 13px
    }

    .section1-bookingcompleted {
        height: 120vh
    }

    .section1-bookingcompleted h1 {
        font-size: 27px
    }

    .section1-bookingcompleted p {
        font-size: 15px;
        width: 85%;
        margin: 13px auto 0px auto
    }

    .section1-bookingcompleted .thank-you-div {
        width: 90%
    }

    .section1-bookingcompleted .thank-you-div h2 {
        font-size: 19px
    }

    .section1-bookingcompleted .thank-you-div p {
        font-size: 14px;
        width: 100%
    }

    .section1-bookingcompleted .thank-you-div button {
        font-size: 13px
    }

    footer .container h1 {
        font-size: 19px
    }

    footer .container p {
        font-size: 8px;
        width: 100%
    }
	.section2-booking {
      margin: 74px auto 0px auto;
	  min-height: 220vh;
    }
	.section2-booking h2 {
		padding-top: 30px;
		font-size: 20px;
     }
	 .color-div {
      position: absolute;
      bottom: 12px;
	  top:initial !important;
     }
     .color-div span{
		 font-size:12px !important;
	 }
	 .wek-div {
        padding: 0px 8px;
        margin-right: 5px;
	 }	
     .booking-times {
		position: relative;
        top: 425px;
	 }	
    #booking_type {
		position: relative;
       top: 410px;
	}
	.loading-div {
		float: initial !important;
		width: initial !important;
	}	
	#booking_continue {
		position: relative;
        top: 575px;
        width: 100%;
		margin-top: initial !important;
        float: initial !important;
	}
	footer span {
	  float: initial !important;
      margin: 0 !important;
      line-height: 0px !important;
	}
	nav .container .burger {
    display: block;
    width: 5%;
    float: right;
    }
	footer {
	  line-height: 40px;
	}
	.dropdown-content {
	   width: 290px !important;
	   margin-right: -37px !important;
	}
	nav .container .nav-links {
		 overflow-y: scroll;
         min-height: 656px !important;
	}
	.more-booking {
		width:100% !important;
	}

   .bookmore-btn {
	width:100%;
	float:initial;
    }

	.complate-btn {
	  width:100%;
	  float:initial;
	}
	.section3-payment {
	  height: 1850px;
	}
	.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

   input[type='checkbox'] { -webkit-appearance: checkbox !important; }

}


/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
  
    footer .container p {
        font-size: 8px;
        width: 100%
    }
	.section2-booking {
      margin: 74px auto 0px auto;
	  min-height: 220vh;
    }
	.section2-booking h2 {
		padding-top: 30px;
		font-size: 20px;
     }
	 .color-div {
      position: absolute;
      bottom: 20px !important;
	  top:initial !important;
     }
     .color-div span{
		 font-size:12px !important;
	 }
	 .wek-div {
        padding: 0px 8px;
        margin-right: 5px;
	 }	
     .booking-times {
		position: relative;
        top: 425px;
	 }	
    #booking_type {
		position: relative;
       top: 410px;
	}
	.loading-div {
		float: initial !important;
		width: initial !important;
	}	
	#booking_continue {
		position: relative;
        top: 575px;
        width: 100%;
		margin-top: initial !important;
        float: initial !important;
	}
	footer span {
	  float: initial !important;
      margin: 0 !important;
      line-height: 0px !important;
	}
	nav .container .burger {
    display: block;
    width: 5%;
    float: right;
    }
	footer {
	  line-height: 40px;
	}
	.dropdown-content {
	   width: 290px !important;
	   margin-right: -37px !important;
	}
	nav .container .nav-links {
		 overflow-y: scroll;
         min-height: 656px !important;
	}
	.more-booking {
		width:100% !important;
	}

   .bookmore-btn {
	width:100%;
	float:initial;
    }

	.complate-btn {
	  width:100%;
	  float:initial;
	}
	.section3-payment {
	  height: 1850px;
	}
	.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}


}

@media all and (max-width: 375px) {
    .animation {
        box-shadow: -13px -13px 156px -24px rgba(0, 0, 0, 0.9);
        background: #fff;
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 2;
        transition: 0.5s ease-in-out
    }

    .animation .container {
        background: #fff;
        height: 10vh
    }

    .animation .container .logo {
        font-size: 23px
    }

    nav .container .nav-links {
        width: 85%
    }

    nav .container .nav-links li {
        padding: 15px
    }

    nav .container .nav-links a {
        font-size: 11px
    }

    #ui-datepicker-div {
    display: block!important;
    width: 95% !important;
    left: 10px!important;
    right: 10px !important;
     }
	 
    .section1 {
        height: 370px
    }

    .section1 h1 {
        font-size: 35px
    }

    .section1 p {
        font-size: 12px;
        width: 80%
    }

    .section1 a {
        padding: 10px 15px;
        font-size: 12px
    }

    .section1 a:last-child {
        margin: 0px
    }

    .section2 {
        height: 100%
    }

    .section2 h1 {
        margin: 0px 0px 15px 0px;
        font-size: 30px
    }

    .section2 p {
        width: 85%;
        font-size: 11px;
        line-height: 1.5
    }

    .section3 h1 {
        font-size: 25px;
        margin: 25px 0px 10px 0px
    }

    .section3 p {
        width: 85%;
        font-size: 12px
    }

    .section3 .locations .location {
        width: 300px;
        align-items: center
    }

    .section3 .locations .location h2 {
        font-size: 14px;
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .section4 h1 {
        font-size: 30px;
        margin: 10px 0px
    }

    .section4 p {
        font-size: 10px
    }

    .section4 .container {
        width: 100%
    }

    .section4 .container .services-main h1 {
        font-size: 14px
    }

    .section4 .container .services-main .services {
        width: 90%;
        margin: 0 auto;
        flex-direction: column
    }

    .section4 .container .services-main .services .service {
        margin: 25px auto;
        padding: 15px 10px
    }

    .section4 .container .services-main .services .service .cart h4 {
        font-size: 25px
    }

    .section4 .container .services-main .services .service p {
        width: 100%
    }

    .section5 {
        display: none
    }

    .section5 h1 {
        width: 100%;
        font-size: 23px
    }

    .section5 p {
        width: 100%;
        font-size: 11px
    }

    .section5 button {
        padding: 10px 25px;
        font-size: 10px
    }

    .section2-booking h1 {
        font-size: 25px
    }

    .section2-booking .booking-info {
        padding: 10px
    }

    .section2-booking .booking-info .booking-select {
        width: 90%
    }

    .section2-booking .booking-info .booking-select label {
        font-size: 15px
    }

    .section2-booking .booking-info .booking-select input {
        font-size: 12px;
        margin: 20px auto
    }

    .section2-booking .booking-info .booking-request label {
        font-size: 15px
    }

    .section2-booking .booking-info .booking-request textarea {
        font-size: 12px
    }

    .section2-booking .booking-info .booking-request {
        width: 90%
    }

    .section2-booking .booking-times {
        margin: 40px auto
    }

    .section2-booking .booking-times h1 {
        font-size: 16px
    }

    .section2-booking .booking-times p {
        font-size: 13px
    }

    .section2-booking .booking-times .times {
        grid-template-columns: repeat(2, 1fr)
    }

    .section2-booking .booking-times .times .time {
        padding: 7px 10px;
        font-size: 14px
    }

    .section2-booking .booking-times button {
        font-size: 14px;
        padding: 7px 25px
    }

    .section2-personaldetails {
        width: 100%
    }

    .section2-personaldetails .details-header {
        font-size: 20px
    }

    .section2-personaldetails label {
        font-size: 13px
    }

    .section2-personaldetails input {
        margin-bottom: 25px;
        padding: 10px 20px 10px 15px;
        font-size: 12px
    }

    .section2-personaldetails input[type="submit"] {
        padding: 10px 20px;
        margin: 10px 0px 0px 0px
    }

    .section2-booking-summary {
        height: 100%;
        width: 100%
    }

    .section2-booking-summary .card {
        margin: 10px auto 20px auto;
        width: 90%;
        background: none
    }

    .section2-booking-summary .card .main-text h1 {
        font-size: 18px
    }

    .section2-booking-summary .card .main-text h2 {
        font-size: 18px
    }

    .section2-booking-summary .card .main-text p {
        font-size: 14px
    }

    .section2-booking-summary .summary h1 {
        font-size: 20px
    }

    .section2-booking-summary .summary p {
        font-size: 13px;
        margin: 5px 0px
    }

    .section2-booking-summary .summary h2 {
        margin: 50px 0px 10px 0px;
        font-size: 20px
    }

    .section3-payment .payment-main .payment-info {
        margin: auto;
        padding: 0
    }

    .section3-payment .payment-main .payment-info input {
        font-size: 12px;
        padding: 10px 15px
    }

    .section3-payment .payment-main .payment-info h1 {
        font-size: 16px
    }

    .section3-payment .payment-main .payment-info h2 {
        font-size: 15px
    }

    .section3-payment .payment-main .payment-info button {
        font-size: 10px;
        margin: 12px auto
    }

    .section3-payment .payment-main .payment-total {
        text-align: center
    }

    .section3-payment .payment-main .payment-total .container .summary p {
        margin: 12px auto
    }

    .section3-payment .payment-main .payment-total h1 {
        font-size: 17px
    }

    .section3-payment .payment-main .payment-total p {
        font-size: 13px
    }

    .section3-payment .payment-main .payment-total p i {
        display: none
    }

    .section3-payment .payment-main .payment-total h2 {
        font-size: 12px
    }

    .section2-location {
        height: 107vh
    }

    .section2-location h1 {
        font-size: 25px
    }

    .section2-location p {
        font-size: 12px;
        width: 90%
    }

    .section2-location .location-details {
        height: 70vh
    }

    .section2-location .location-details .map {
        width: 250px
    }

    .section2-location .location-details .location-text {
        width: 88%;
        align-items: center
    }

    .section2-location .location-details .location-text h1 {
        font-size: 22px
    }

    .section2-location .location-details .location-text .info .text h2 {
        font-size: 12px
    }

    .section2-blogsection .blog-info a {
        font-size: 11px
    }

    .section2-blogsection .blogs-index {
        width: 90%;
        margin: 0 auto
    }

    .section2-blogsection .blogs {
        margin: 20px 0px
    }

    .section2-blogsection .blogs .blog {
        padding: 15px 0px
    }

    .section2-blogsection .blogs .blog .blog-info p {
        font-size: 10px
    }

    .section2-blogsection .blogs .blog .blog-info .blog-index h1 {
        font-size: 15px
    }

    .section2-about-head {
        top: 10vh
    }

    .section2-about-head .about-main {
        width: 100%
    }

    .section2-about-head .about-main h1 {
        font-size: 20px;
        padding: 20px 0px 5px 0px
    }

    .section2-about-head .about-main h2 {
        font-size: 12px
    }

    .section2-about {
        height: 100%;
        margin: 180px 0px 0px 0px
    }

    .section2-about .container h1 {
        font-size: 25px;
        padding: 55px 0px 30px 0px
    }

    .section2-about .container p {
        font-size: 11px
    }

    .section2-about .container .proven h2 {
        font-size: 16px
    }

    .section2-about .container .proven .results {
        grid-template-columns: repeat(1, 1fr);
        padding: 40px 0px 0px 0px
    }

    .section2-about .container .proven .results .result {
        margin: 18px 0px
    }

    .section2-about .container .proven .results i {
        font-size: 50px
    }

    .section1-howitworks .works .work p {
        padding: 0px;
        line-height: 1.7
    }

    .section1-bookingcompleted {
        height: 143vh;
        margin: 130px 0px 0px 0px
    }

    .section1-bookingcompleted h1 {
        font-size: 22px
    }

    .section1-bookingcompleted p {
        font-size: 14px
    }

    .section1-bookingcompleted .thank-you-div {
        width: 95%
    }

    .section1-bookingcompleted .thank-you-div h2 {
        font-size: 18px
    }

    .section1-bookingcompleted .thank-you-div p {
        font-size: 13px;
        width: 100%
    }

    .section1-bookingcompleted .thank-you-div button {
        font-size: 13px
    }
	.wrap-login {
	  min-width: 350px;
	}

    footer .container h1 {
        font-size: 15px
    }

    footer .container p {
        font-size: 9px;
        width: 70%
    }
	 .color-div {
      position: absolute;
      bottom: -85px;
	  top:initial !important;
      left: 30px;
     }
     .color-div span{
		 font-size:12px !important;
	 }
	 .wek-div {
        padding: 0px 8px;
        margin-right: 5px;
	 }	
     .booking-times {
		position: relative;
        top: 425px;
	 }	
    #booking_type {
		position: relative;
       top: 410px;
	}
	.loading-div {
		float: initial !important;
		width: initial !important;
	}	
	#booking_continue {
		position: relative;
        top: 475px;
        width: 100%;
		margin-top: initial !important;
        float: initial !important;
	}
	footer span {
	  float: initial !important;
      margin: 0 !important;
      line-height: 0px !important;
	}
	nav .container .burger {
    display: block;
    width: 5%;
    float: right;
    }
	footer .container p {
    font-size: 8px;
    width: 100%;
	line-height: 14px;
    padding-top: 5px;
    }
	footer {
	  line-height: 40px;
	}
	.dropdown-content {
	   width: 290px !important;
	   margin-right: -37px !important;
	}
	nav .container .nav-links {
		 overflow-y: scroll;
         min-height: 656px !important;
	}
	.more-booking {
		width:100% !important;
	}
   
   .bookmore-btn {
	width:100%;
	float:initial;
    }

	.complate-btn {
	  width:100%;
	  float:initial;
	}
	nav .container .logo {
    max-width: 120px;
    }
	.section2-booking {
      margin: 65px auto 0px auto;
	}
	.section3-payment {
		height: 1750px;
	}
	.section2-booking { 
	  min-height: 280vh;
	}
	.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
  
      .animation {
        box-shadow: -13px -13px 156px -24px rgba(0, 0, 0, 0.9);
        background: #fff;
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 2;
        transition: 0.5s ease-in-out
    }

    .animation .container {
        background: #fff;
        height: 10vh
    }

    .animation .container .logo {
        font-size: 23px
    }

    nav .container .nav-links {
        width: 85%
    }

    nav .container .nav-links li {
        padding: 15px
    }

    nav .container .nav-links a {
        font-size: 11px
    }
	
	#ui-datepicker-div {
    display: block!important;
    width: 95% !important;
    left: 10px!important;
    right: 10px !important;
     }

    .section1 {
        height: 370px
    }

    .section1 h1 {
        font-size: 35px
    }

    .section1 p {
        font-size: 12px;
        width: 80%
    }

    .section1 a {
        padding: 10px 15px;
        font-size: 12px
    }

    .section1 a:last-child {
        margin: 0px
    }

    .section2 {
        height: 100%
    }

    .section2 h1 {
        margin: 0px 0px 15px 0px;
        font-size: 30px
    }

    .section2 p {
        width: 85%;
        font-size: 11px;
        line-height: 1.5
    }

    .section3 h1 {
        font-size: 25px;
        margin: 25px 0px 10px 0px
    }

    .section3 p {
        width: 85%;
        font-size: 12px
    }

    .section3 .locations .location {
        width: 300px;
        align-items: center
    }

    .section3 .locations .location h2 {
        font-size: 14px;
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .section4 h1 {
        font-size: 30px;
        margin: 10px 0px
    }

    .section4 p {
        font-size: 10px
    }

    .section4 .container {
        width: 100%
    }

    .section4 .container .services-main h1 {
        font-size: 14px
    }

    .section4 .container .services-main .services {
        width: 90%;
        margin: 0 auto;
        flex-direction: column
    }

    .section4 .container .services-main .services .service {
        margin: 25px auto;
        padding: 15px 10px
    }

    .section4 .container .services-main .services .service .cart h4 {
        font-size: 25px
    }

    .section4 .container .services-main .services .service p {
        width: 100%
    }

    .section5 {
        display: none
    }

    .section5 h1 {
        width: 100%;
        font-size: 23px
    }

    .section5 p {
        width: 100%;
        font-size: 11px
    }

    .section5 button {
        padding: 10px 25px;
        font-size: 10px
    }

    .section2-booking h1 {
        font-size: 25px
    }

    .section2-booking .booking-info {
        padding: 10px
    }

    .section2-booking .booking-info .booking-select {
        width: 90%
    }

    .section2-booking .booking-info .booking-select label {
        font-size: 15px
    }

    .section2-booking .booking-info .booking-select input {
        font-size: 12px;
        margin: 20px auto
    }

    .section2-booking .booking-info .booking-request label {
        font-size: 15px
    }

    .section2-booking .booking-info .booking-request textarea {
        font-size: 12px
    }

    .section2-booking .booking-info .booking-request {
        width: 90%
    }

    .section2-booking .booking-times {
        margin: 40px auto
    }

    .section2-booking .booking-times h1 {
        font-size: 16px
    }

    .section2-booking .booking-times p {
        font-size: 13px
    }

    .section2-booking .booking-times .times {
        grid-template-columns: repeat(2, 1fr)
    }

    .section2-booking .booking-times .times .time {
        padding: 7px 10px;
        font-size: 14px
    }

    .section2-booking .booking-times button {
        font-size: 14px;
        padding: 7px 25px
    }

    .section2-personaldetails {
        width: 100%
    }

    .section2-personaldetails .details-header {
        font-size: 20px
    }

    .section2-personaldetails label {
        font-size: 13px
    }

    .section2-personaldetails input {
        margin-bottom: 25px;
        padding: 10px 20px 10px 15px;
        font-size: 12px
    }

    .section2-personaldetails input[type="submit"] {
        padding: 10px 20px;
        margin: 10px 0px 0px 0px
    }

    .section2-booking-summary {
        height: 100%;
        width: 100%
    }

    .section2-booking-summary .card {
        margin: 10px auto 20px auto;
        width: 90%;
        background: none
    }

    .section2-booking-summary .card .main-text h1 {
        font-size: 18px
    }

    .section2-booking-summary .card .main-text h2 {
        font-size: 18px
    }

    .section2-booking-summary .card .main-text p {
        font-size: 14px
    }

    .section2-booking-summary .summary h1 {
        font-size: 20px
    }

    .section2-booking-summary .summary p {
        font-size: 13px;
        margin: 5px 0px
    }

    .section2-booking-summary .summary h2 {
        margin: 50px 0px 10px 0px;
        font-size: 20px
    }

    .section3-payment .payment-main .payment-info {
        margin: auto;
        padding: 0
    }

    .section3-payment .payment-main .payment-info input {
        font-size: 12px;
        padding: 10px 15px
    }

    .section3-payment .payment-main .payment-info h1 {
        font-size: 16px
    }

    .section3-payment .payment-main .payment-info h2 {
        font-size: 15px
    }

    .section3-payment .payment-main .payment-info button {
        font-size: 10px;
        margin: 12px auto
    }

    .section3-payment .payment-main .payment-total {
        text-align: center
    }

    .section3-payment .payment-main .payment-total .container .summary p {
        margin: 12px auto
    }

    .section3-payment .payment-main .payment-total h1 {
        font-size: 17px
    }

    .section3-payment .payment-main .payment-total p {
        font-size: 13px;
        margin: 25px auto
    }

    .section3-payment .payment-main .payment-total p i {
        display: none
    }

    .section3-payment .payment-main .payment-total h2 {
        font-size: 12px
    }

    .section2-location {
        height: 107vh
    }

    .section2-location h1 {
        font-size: 25px
    }

    .section2-location p {
        font-size: 12px;
        width: 90%
    }

    .section2-location .location-details {
        height: 70vh
    }

    .section2-location .location-details .map {
        width: 250px
    }

    .section2-location .location-details .location-text {
        width: 88%;
        align-items: center
    }

    .section2-location .location-details .location-text h1 {
        font-size: 22px
    }

    .section2-location .location-details .location-text .info .text h2 {
        font-size: 12px
    }

    .section2-blogsection .blog-info a {
        font-size: 11px
    }

    .section2-blogsection .blogs-index {
        width: 90%;
        margin: 0 auto
    }

    .section2-blogsection .blogs {
        margin: 20px 0px
    }

    .section2-blogsection .blogs .blog {
        padding: 15px 0px
    }

    .section2-blogsection .blogs .blog .blog-info p {
        font-size: 10px
    }

    .section2-blogsection .blogs .blog .blog-info .blog-index h1 {
        font-size: 15px
    }

    .section2-about-head {
        top: 10vh
    }

    .section2-about-head .about-main {
        width: 100%
    }

    .section2-about-head .about-main h1 {
        font-size: 20px;
        padding: 20px 0px 5px 0px
    }

    .section2-about-head .about-main h2 {
        font-size: 12px
    }

    .section2-about {
        height: 100%;
        margin: 180px 0px 0px 0px
    }

    .section2-about .container h1 {
        font-size: 25px;
        padding: 55px 0px 30px 0px
    }

    .section2-about .container p {
        font-size: 11px
    }

    .section2-about .container .proven h2 {
        font-size: 16px
    }

    .section2-about .container .proven .results {
        grid-template-columns: repeat(1, 1fr);
        padding: 40px 0px 0px 0px
    }

    .section2-about .container .proven .results .result {
        margin: 18px 0px
    }

    .section2-about .container .proven .results i {
        font-size: 50px
    }

    .section1-howitworks .works .work p {
        padding: 0px;
        line-height: 1.7
    }

    .section1-bookingcompleted {
        height: 143vh;
        margin: 130px 0px 0px 0px
    }

    .section1-bookingcompleted h1 {
        font-size: 22px
    }

    .section1-bookingcompleted p {
        font-size: 14px
    }

    .section1-bookingcompleted .thank-you-div {
        width: 95%
    }

    .section1-bookingcompleted .thank-you-div h2 {
        font-size: 18px
    }

    .section1-bookingcompleted .thank-you-div p {
        font-size: 13px;
        width: 100%
    }
    .section1-bookingcompleted .thank-you-div button {
        font-size: 13px
    }
	footer .container p {
    font-size: 8px;
    width: 100%;
	line-height: 12px;
	padding-top: 10px;
    }
	footer {
	  line-height: 40px;
	  height:40px;
	}
	 .color-div {
      position: absolute;
	  bottom: -70px;
      top: initial !important;
      left: 15px;
     }
     .color-div span{
		 font-size:11px !important;
	 }
	 .wek-div {
        padding: 0px 8px;
        margin-right: 5px;
	 }	
     .booking-times {
		position: relative;
        top: 425px;
	 }	
    #booking_type {
		position: relative;
       top: 410px;
	}
	.loading-div {
		float: initial !important;
		width: initial !important;
	}	
	#booking_continue {
		position: relative;
        top: 475px;
        width: 100%;
		margin-top: initial !important;
        float: initial !important;
	}
	footer .container {
    height: 6vh;
}
	footer span {
	  float: initial !important;
      margin: 0 !important;
      line-height: 0px !important;
	}
	nav .container .burger {
    display: block;
    width: 5%;
    float: right;
    }

	.dropdown-content {
	   width: 290px !important;
	   margin-right: -37px !important;
	}
	nav .container .nav-links {
		 overflow-y: scroll;
         min-height: 656px !important;
	}
	.more-booking {
		width:100% !important;
	}
   .bookmore-btn {
	width:100%;
	float:initial;
    }

	.complate-btn {
	  width:100%;
	  float:initial;
	}
	nav .container .logo {
    max-width: 100px;
    }
	.section2-booking {
      margin: 55px auto 0px auto;
	}
	.section3-payment {
		height: 1750px;
	}
	.section2-booking { 
	  min-height: 360vh;
	}
	.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

}


@media all and (max-width: 320px) {
    .animation {
        box-shadow: -13px -13px 156px -24px rgba(0, 0, 0, 0.9);
        background: #fff;
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 2;
        transition: 0.5s ease-in-out
    }

    .animation .container {
        background: #fff;
        height: 10vh
    }

    .animation .container .logo {
        font-size: 23px
    }

    nav .container .nav-links {
        width: 85%
    }

    nav .container .nav-links li {
        padding: 15px
    }

    nav .container .nav-links a {
        font-size: 11px
    }
	
	#ui-datepicker-div {
    display: block!important;
    width: 95% !important;
    left: 10px!important;
    right: 10px !important;
     }

    .section1 {
        height: 370px
    }

    .section1 h1 {
        font-size: 35px
    }

    .section1 p {
        font-size: 12px;
        width: 80%
    }

    .section1 a {
        padding: 10px 15px;
        font-size: 12px
    }

    .section1 a:last-child {
        margin: 0px
    }

    .section2 {
        height: 100%
    }

    .section2 h1 {
        margin: 0px 0px 15px 0px;
        font-size: 30px
    }

    .section2 p {
        width: 85%;
        font-size: 11px;
        line-height: 1.5
    }

    .section3 h1 {
        font-size: 25px;
        margin: 25px 0px 10px 0px
    }

    .section3 p {
        width: 85%;
        font-size: 12px
    }

    .section3 .locations .location {
        width: 300px;
        align-items: center
    }

    .section3 .locations .location h2 {
        font-size: 14px;
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .section4 h1 {
        font-size: 30px;
        margin: 10px 0px
    }

    .section4 p {
        font-size: 10px
    }

    .section4 .container {
        width: 100%
    }

    .section4 .container .services-main h1 {
        font-size: 14px
    }

    .section4 .container .services-main .services {
        width: 90%;
        margin: 0 auto;
        flex-direction: column
    }

    .section4 .container .services-main .services .service {
        margin: 25px auto;
        padding: 15px 10px
    }

    .section4 .container .services-main .services .service .cart h4 {
        font-size: 25px
    }

    .section4 .container .services-main .services .service p {
        width: 100%
    }

    .section5 {
        display: none
    }

    .section5 h1 {
        width: 100%;
        font-size: 23px
    }

    .section5 p {
        width: 100%;
        font-size: 11px
    }

    .section5 button {
        padding: 10px 25px;
        font-size: 10px
    }

    .section2-booking h1 {
        font-size: 25px
    }

    .section2-booking .booking-info {
        padding: 10px
    }

    .section2-booking .booking-info .booking-select {
        width: 90%
    }

    .section2-booking .booking-info .booking-select label {
        font-size: 15px
    }

    .section2-booking .booking-info .booking-select input {
        font-size: 12px;
        margin: 20px auto
    }

    .section2-booking .booking-info .booking-request label {
        font-size: 15px
    }

    .section2-booking .booking-info .booking-request textarea {
        font-size: 12px
    }

    .section2-booking .booking-info .booking-request {
        width: 90%
    }

    .section2-booking .booking-times {
        margin: 40px auto
    }

    .section2-booking .booking-times h1 {
        font-size: 16px
    }

    .section2-booking .booking-times p {
        font-size: 13px
    }

    .section2-booking .booking-times .times {
        grid-template-columns: repeat(2, 1fr)
    }

    .section2-booking .booking-times .times .time {
        padding: 7px 10px;
        font-size: 14px
    }

    .section2-booking .booking-times button {
        font-size: 14px;
        padding: 7px 25px
    }

    .section2-personaldetails {
        width: 100%
    }

    .section2-personaldetails .details-header {
        font-size: 20px
    }

    .section2-personaldetails label {
        font-size: 13px
    }

    .section2-personaldetails input {
        margin-bottom: 25px;
        padding: 10px 20px 10px 15px;
        font-size: 12px
    }

    .section2-personaldetails input[type="submit"] {
        padding: 10px 20px;
        margin: 10px 0px 0px 0px
    }

    .section2-booking-summary {
        height: 100%;
        width: 100%
    }

    .section2-booking-summary .card {
        margin: 10px auto 20px auto;
        width: 90%;
        background: none
    }

    .section2-booking-summary .card .main-text h1 {
        font-size: 18px
    }

    .section2-booking-summary .card .main-text h2 {
        font-size: 18px
    }

    .section2-booking-summary .card .main-text p {
        font-size: 14px
    }

    .section2-booking-summary .summary h1 {
        font-size: 20px
    }

    .section2-booking-summary .summary p {
        font-size: 13px;
        margin: 5px 0px
    }

    .section2-booking-summary .summary h2 {
        margin: 50px 0px 10px 0px;
        font-size: 20px
    }

    .section3-payment .payment-main .payment-info {
        margin: auto;
        padding: 0
    }

    .section3-payment .payment-main .payment-info input {
        font-size: 12px;
        padding: 10px 15px
    }

    .section3-payment .payment-main .payment-info h1 {
        font-size: 16px
    }

    .section3-payment .payment-main .payment-info h2 {
        font-size: 15px
    }

    .section3-payment .payment-main .payment-info button {
        font-size: 10px;
        margin: 12px auto
    }

    .section3-payment .payment-main .payment-total {
        text-align: center
    }

    .section3-payment .payment-main .payment-total .container .summary p {
        margin: 12px auto
    }

    .section3-payment .payment-main .payment-total h1 {
        font-size: 17px
    }

    .section3-payment .payment-main .payment-total p {
        font-size: 13px;
        margin: 25px auto
    }

    .section3-payment .payment-main .payment-total p i {
        display: none
    }

    .section3-payment .payment-main .payment-total h2 {
        font-size: 12px
    }

    .section2-location {
        height: 107vh
    }

    .section2-location h1 {
        font-size: 25px
    }

    .section2-location p {
        font-size: 12px;
        width: 90%
    }

    .section2-location .location-details {
        height: 70vh
    }

    .section2-location .location-details .map {
        width: 250px
    }

    .section2-location .location-details .location-text {
        width: 88%;
        align-items: center
    }

    .section2-location .location-details .location-text h1 {
        font-size: 22px
    }

    .section2-location .location-details .location-text .info .text h2 {
        font-size: 12px
    }

    .section2-blogsection .blog-info a {
        font-size: 11px
    }

    .section2-blogsection .blogs-index {
        width: 90%;
        margin: 0 auto
    }

    .section2-blogsection .blogs {
        margin: 20px 0px
    }

    .section2-blogsection .blogs .blog {
        padding: 15px 0px
    }

    .section2-blogsection .blogs .blog .blog-info p {
        font-size: 10px
    }

    .section2-blogsection .blogs .blog .blog-info .blog-index h1 {
        font-size: 15px
    }

    .section2-about-head {
        top: 10vh
    }

    .section2-about-head .about-main {
        width: 100%
    }

    .section2-about-head .about-main h1 {
        font-size: 20px;
        padding: 20px 0px 5px 0px
    }

    .section2-about-head .about-main h2 {
        font-size: 12px
    }

    .section2-about {
        height: 100%;
        margin: 180px 0px 0px 0px
    }

    .section2-about .container h1 {
        font-size: 25px;
        padding: 55px 0px 30px 0px
    }

    .section2-about .container p {
        font-size: 11px
    }

    .section2-about .container .proven h2 {
        font-size: 16px
    }

    .section2-about .container .proven .results {
        grid-template-columns: repeat(1, 1fr);
        padding: 40px 0px 0px 0px
    }

    .section2-about .container .proven .results .result {
        margin: 18px 0px
    }

    .section2-about .container .proven .results i {
        font-size: 50px
    }

    .section1-howitworks .works .work p {
        padding: 0px;
        line-height: 1.7
    }

    .section1-bookingcompleted {
        height: 143vh;
        margin: 130px 0px 0px 0px
    }

    .section1-bookingcompleted h1 {
        font-size: 22px
    }

    .section1-bookingcompleted p {
        font-size: 14px
    }

    .section1-bookingcompleted .thank-you-div {
        width: 95%
    }

    .section1-bookingcompleted .thank-you-div h2 {
        font-size: 18px
    }

    .section1-bookingcompleted .thank-you-div p {
        font-size: 13px;
        width: 100%
    }
    .section1-bookingcompleted .thank-you-div button {
        font-size: 13px
    }
	footer .container p {
    font-size: 8px;
    width: 100%;
	line-height: 12px;
	padding-top: 10px;
    }
	footer {
	  line-height: 40px;
	  height:40px;
	}
	 .color-div {
      position: absolute;
	  bottom: -200px;
      top: initial !important;
      left: 15px;
     }
     .color-div span{
		 font-size:11px !important;
	 }
	 .wek-div {
        padding: 0px 8px;
        margin-right: 5px;
	 }	
     .booking-times {
		position: relative;
        top: 425px;
	 }	
    #booking_type {
		position: relative;
       top: 410px;
	}
	.loading-div {
		float: initial !important;
		width: initial !important;
	}	
	#booking_continue {
		position: relative;
        top: 475px;
        width: 100%;
		margin-top: initial !important;
        float: initial !important;
	}
	footer .container {
    height: 6vh;
}
	footer span {
	  float: initial !important;
      margin: 0 !important;
      line-height: 0px !important;
	}
	nav .container .burger {
    display: block;
    width: 5%;
    float: right;
    }

	.dropdown-content {
	   width: 290px !important;
	   margin-right: -37px !important;
	}
	nav .container .nav-links {
		 overflow-y: scroll;
         min-height: 656px !important;
	}
	.more-booking {
		width:100% !important;
	}
   .bookmore-btn {
	width:100%;
	float:initial;
    }

	.complate-btn {
	  width:100%;
	  float:initial;
	}
	nav .container .logo {
    max-width: 100px;
    }
	.section2-booking {
      margin: 55px auto 0px auto;
	}
	.section3-payment {
		height: 1750px;
	}
	.section2-booking { 
	  min-height: 360vh;
	}
	.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

}
