/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
.invalid-inputbox {
    background: #fff0f0 !important;
    border-color: #A90329 !important;

    width: 319px;
    height: 50px;
    border-radius: 4px !important;
    font-size: 17px;
    padding-left: 11px;
    border-width: 1px;
}

.invalid-error-message {
    color: #990000;
    font-size: 14px;
    font-weight: 100;
    font-style: normal;
    margin-top: 10px;
}

.font-weight-normal {
    font-weight: normal;
}

.margin-top-thirty-eight {
    margin-top: 38px !important;
}

.padding-bottom-one-forty-two {
    padding-bottom: 100px;
}

.padding-top-bottom-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}

.padding-top-bottom-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.margin-top-one-thirty-seven {
    margin-top: 137px !important;
}

.margin-top-thirty-one {
    margin-top: 31px !important;
}

.margin-left-twenty-six {
    margin-left: 26px;
}

.margin-top-fifteen {
    margin-top: 15px !important;
}

.margin-top-thirty {
    margin-top: 30px;
}

.margin-top-thirty-five {
    margin-top: 35px;
}

.margin-top-fifty {
    margin-top: 50px !important;
}

.margin-top-hundred {
    margin-top:100px !important;
}

.width-100-per {
    width: 100% !important;
}

html, body {
    margin: 0px;
    padding: 0px;
}

body {
    background-image: url(../img/mowbuddy/bg-grass.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #71AF6C;
    font-family: Bitter;
    font-size: 16px;
    color: #ffffff;
}

a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 16px;
}

em[class=invalid] {
    color: #990000;
    font-size: 15px;
    font-weight: 100;
    font-style: normal;
    margin-top: 10px;
}

div[class=invalid] {
    color: #990000;
    font-size: 14px;
    font-weight: 100;
    font-style: normal;
    margin-top: 10px;
}

#main {
    width: 100%;
    margin: 0;
    padding-bottom: 0px !important;
}

.container {
    width: 100%;
    margin: 0;
}

.container-center {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    margin: 0;
    flex-direction: column;
}

.buttons {
    margin-top: 40px;
}

.button {
    width: 319px;
    height: 57px;
    border: 1px solid #ffffff;
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 16px;
    background-color: transparent;
}

.home-page {
    text-align: center;
    margin-top: 15%;
}

    .home-page .tagline {
        margin-top: 5px;
    }

    .home-page .success-tagline {
        font-size: 20px;
    }

    .home-page .logo-on-success-page {
        height: 80px;
        width: 350px;
    }

    /*.home-page .buttons {
        margin-top: 100px !important;
    }*/

    .home-page .buttons .button {
        text-align: left;
    }

    .home-page .facebook-btn img {
        width: 52px;
        margin-left: 16px;
        margin-right: 16px;
    }

    .home-page .email-btn img {
        width: 54px;
        margin-left: 16px;
        margin-right: 30px;
    }

    .home-page .register {
        margin-top: 19px;
    }

        .home-page .register .FirstTimeUser {
            font-size: 22px;
        }

        .home-page .register .RegisterLink {
            margin-top: 6px;
        }

.outer-page-header {
    margin-top: 15px;
    font-size: 20px;
}

    .outer-page-header .back-icon {
        width: 50px;
        float: left;
    }

        .outer-page-header .back-icon a {
            border: 0;
        }

    .outer-page-header .header-text {
        font-size: 20px;
        padding-top: 12px;
        text-align: center;
        width: calc(100% - 90px);
        float: left;
    }

.input-box {
    width: 319px;
    height: 50px;
    border-radius: 4px !important;
    font-size: 16px;
    color: #222222;
}

.frmlabel {
    font-size: 13px;
}

.button-submit-padding {
    width: 319px;
    height: 57px;
    border: 1px solid #ffffff;
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 16px;
    background-color: transparent;
    padding-left: 28px;
    text-align: center;
}

.checkboxlabel {
    font-size: 16px;
    font-family: Bitter !important;
    color: #ffffff;
}

.terms-condition-padding{
    padding-left:20px;
}

.mowbuddy-form .checkbox.state-error i, .mowbuddy-form .radio.state-error i, .mowbuddy-form .state-error input,
.mowbuddy-form .state-error select, .mowbuddy-form .state-error textarea, .mowbuddy-form .toggle.state-error i {
    background: #fff0f0;
    border-color: #A90329;
}

.mowbuddy-form label.state-error .checkmark {
    background: #fff0f0;
    border: 1px solid #A90329;
}

.mowbuddy-form label.checkbox-container.state-error em {
    display: none !important;
}
/**********************Custom Checkbox *************************/
/* Customize the label (the container) */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        left: 0;
        height: 25px;
        z-index: 1;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
}

.checkmark-error {
    background: #fff0f0 !important;
    border-color: #A90329 !important;
    border-width: 1px !important;
    border-style: solid !important;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-image: url(../img/mowbuddy/ico-tick.svg);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.forgot-password-link {
    display: block;
    position: relative;
    padding-left: 73px;
    margin-top: 27px;
    margin-bottom: 26px;
}

.position-inherit {
    position: inherit;
    width:319px !important;
}

.info-icon {
    top: 0px;
    color: black;
    cursor: pointer;
}

.tooltip-inner {
    background-color: #000000 !important;
    font-size: 13px;
    color: #ffffff;
    font-weight: normal;
    font-family: Bitter !important;
    max-width: 350px !important;
}

.btn-login {
    margin-top: 27px;
}

.login-page {
    text-align: center;
    margin-top: 5%;
}

    .login-page .tagline {
        margin-top: 5px;
    }

.header-row {
    height: 72px;
}

    .header-row .logo {
        width: 212px;
        margin-top: 25px;
        margin-left: 20px;
        float: left;
        font-size: 18px;
    }

        .header-row .logo a {
            width: 50px;
            border: 0;
            margin-top: -13px;
            float: left;
        }

    .header-row .burger-icon {
        width: 50px;
        margin-top: 16px;
        float: right;
        margin-right: 10px;
    }

        .header-row .burger-icon a {
            border-bottom: none;
        }

.verified-mail-msg {
    width: 330px;
    margin-bottom: 37px;
    margin-top: 15px !important;
}

.unverified-mail-msg {
    width: 331px;
    margin-bottom: 37px;
    font-size: 15px;
    margin-top: 15px;
}

.welcome-div {
    background-color: #E8E8E8;
    min-height: calc(100vh - 72px);
}

    .welcome-div section {
        background-color: #EDEDED !important;
        border-bottom: 1px #E1E1E1 !important
    }

    .welcome-div .welcome-header {
        font-size: 22px;
        font-weight: bold;
        color: #000000;
        margin-top: 27px;
        text-align: center;
    }

    .welcome-div .welcome-header-subtitle {
        font-size: 16px;
        color: #707070;
        text-align: center;
        margin-top: 7px;
    }

    /* Container to position the icon next to the input */
.input-with-icon {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  /* Ensure the input takes available space */
  .input-with-icon input {
    flex: 1;
  }
  
  /* Style for the info icon */
  .info-icon {
    display: inline-block;
    margin-left: 8px;
    background-color: #007bff; /* blue background (Bootstrap primary color) */
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    cursor: default;
    font-size: 12px;
  }
  

.btn-location {
    margin-top: 12px;
    color: #72B272;
    background-color: #FFFFFF;
    width: 355px;
    height: 60px;
    border: 1px solid #E1E1E1;
    margin-bottom: 11px;
}

.welcome-div .btn-book {
    width: 355px;
    height: 60px;
    background-color: #0093FF;
    margin-bottom: 10px;
    border: 1px solid #0093FF;
}

.welcome-div .book-unavail-msg {
    color: #000000;
    width: 355px;
    text-align: center;
    margin-top: 9px;
    margin-bottom: 22px;
}

.btn-modal-done {
    background-color: #72B272;
    width: 319px;
    height: 42px;
    border-radius: 20px;
    border: 1px solid #72B272;
    margin-top: 40px;
}

    .btn-modal-done.btn-modal-done-padding {
        padding-left: 28px;
    }

.button-submit-padding {
    width: 319px;
    height: 57px;
    border: 1px solid #ffffff;
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 16px;
    background-color: transparent;
    padding-left: 28px;
    text-align: center;
}

.btn-modal-cancel-button {
    background-color: #EDEDED !important;
    color: #0093FF;
    float: right;
    margin-top: 34px;
    border: 0;
    margin-right: 19px;
}

.modal-post-code-input-box {
    width: 100px !important;
}

::-webkit-input-placeholder {
    color: #CCCCCC !important;
    font-size: 13px;
}

.modal-content {
    border-radius: 5px;
    width: 341px;
    height: 390px;
    background-color: #EDEDED !important;
    border: 1px solid #95989A !important;
    border-radius: 5px !important;
}

.btn-selected-location {
    width: 310px;
    color: #000000;
}

.btn-enter-new-location {
    margin-top: 12px;
    color: #72B272;
    background-color: #FFFFFF;
    width: 310px;
    height: 60px;
    border: 1px solid #E1E1E1;
    margin-bottom: 11px;
}

.selected-location-modal-height {
    height: 320px !important;
    margin-top: 50px;
}

.selected-location-modal-cancel-button {
    background-color: #EDEDED !important;
    color: #0093FF;
    float: right;
    margin-top: 15px;
    border: 0;
    margin-right: 15px;
}

.border-selected-location-modal {
    border: 1px solid;
    width: 310px;
    color: #E1E1E1;
}

.modal-content form {
    margin-top: 20px;
    padding-left: 11px;
}

.modal-dialog {
    display: flex;
    justify-content: center;
}


.pac-container {
    z-index: 10000 !important;
}

.main-content-div {
    background-color: #ffffff !important;
    min-height: calc(100vh - 172px);
}

    .main-content-div .container {
        width: 80%;
    }

    .main-content-div .data-section {
        padding-top: 40px;
    }

        .main-content-div .data-section p {
            font-size: 14px;
            color: #222222;
            text-align: center;
            width: 319px;
            margin-top: 10px;
        }

    .main-content-div .header {
        font-size: 22px;
        font-weight: bold;
        color: #000000;
        margin-top: 36px;
        padding-bottom: 30px;
        text-align: center;
        border-bottom: 1px solid #E1E1E1;
        width: 80%;
    }

    .main-content-div .header-without-bottom-border {
        border-bottom: none !important;
    }


    .main-content-div .btn-option {
        margin-top: 10px;
        color: #222222;
        background-color: transparent;
        width: 319px;
        height: 56px;
        border: 2px solid #E1E1E1;
    }

    .main-content-div .btn-big {
        height: 76px !important;
    }

    .main-content-div .btn-option.selected {
        border: 2px solid #72B272;
        background-image: url(../img/mowbuddy/ico-tick.svg);
        background-repeat: repeat-y;
        background-position: right;
        background-size: 43px 35px;
    }

    .main-content-div .btn-big.selected {
        background-size: 34px 45px;
    }

.pagination {
    background-color:#ffffff;
    position: fixed;
    bottom: 10px;
    width: 350px;
    padding: 20px;
}

    .pagination .previous {
        float: left;
        width: 50px;
    }

        .pagination .previous a.Exit {
            color: #FF0000 !important;
        }

    .pagination .pagenumber {
        float: left;
        text-align: center;
        width: 200px;
    }

        .pagination .pagenumber .btn-pagination {
            width: 17px;
            height: 17px;
            background-color: transparent;
            border: 1px solid #72B272 !important;
            border-radius: 20px;
            margin-right: 3px;
        }

    .pagination .btn-pagination-selected {
        width: 19px;
        height: 19px;
        background-color: transparent;
        border: 3px solid #72B272 !important;
        border-radius: 20px;
        margin-right: 3px;
    }

    .pagination .next {
        float: right;
        width: 45px;
    }

        .pagination .next a, .pagination .previous a {
            color: #72B272 !important;
        }

            .pagination .next a.disabled, .pagination .previous a.disabled {
                color: #E5E5E5 !important;
                pointer-events: none;
            }

.lawn-size-options {
    width: 1050px;
}

.lawn-size {
    border: 1px solid #E5E5E5;
    width: 335px;
    height: 740px;
    padding-left: 21px;
    padding-right: 21px;
    float: left;
    margin-left: 15px;
    margin-top: 19px;
}

.lawn-size-active {
    border: 2px solid #72B272;
}

.lawn-size .headerdiv {
    margin-top: 17px;
}

    .lawn-size .headerdiv .headerdiv-header {
        width: 251px;
        float: left;
    }

    .lawn-size .headerdiv .heading {
        color: #222222;
        font-size: 18px;
    }

.active {
    color: #72B272 !important;
}

.lawn-size .headerdiv .description {
    color: #707070;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 14px;
}

.lawn-size .headerdiv .checkboxdiv {
    width: 30px;
    float: right;
}

    .checkboxdiv .checkmark {
        border: 1px solid gray !important;
    }

    .checkboxdiv input:checked ~ .checkmark {
        border: 2px solid #72B272 !important;
    }

.lawn-size .strip-img {
    margin-top: 14px;
    margin-left: 33px;
    margin-bottom: 24px;
}

.lawn-size img.nature-strip {
    width: 229px;
    height: 433px;
}

.lawn-size img.small {
    height: 523px;
}

.lawn-size img.medium {
    height: 562px;
}

.lawn-size img.large {
    width: 259px;
    height: 617px;
}

.grass-size-image {
    width: 375px;
    height: 210px;
}

.btn-text {
    color: #999999 !important;
    font-size: 14px !important;
    width: auto !important;
    margin-top: 0px !important;
}

.comments {
    border: 1px solid #E1E1E1;
    resize: none;
    color: #72B272;
    height: 113px;
    width: 319px;
    padding: 5px 5px 5px 5px;
}

.confirmation-page .header.mobile-header-confirmation-page {
    max-width: 414px;
    width: 90%;
}

.confirmation-page .confirmation-data-section {
    padding: 10px 10px 0px 10px;
    width: 415px;
}

.confirmation-page .selected-booking-data {
    color: #222222;
    font-size: 18px;
    float: left;
    width: 80%;
}

.confirmation-page .change-selected-booking-data {
    font-size: 16px;
    float: right;
    color: #0093FF;
}

.confirmation-page .data-border {
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 0px 10px 0px;
    margin: 0px 20px 0px 20px;
    overflow: hidden;
}

.confirmation-page .green-bin-section {
    padding: 17px 0px 20px 0px !important;
    margin: 0px 20px 0px 20px;
    overflow: hidden;
}

.confirmation-page .total-section {
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding: 0px 20px 0px 20px;
    overflow: hidden;
}

.confirmation-page .total-section-label {
    margin-top: 10px;
    float: left;
    width: 200px;
    color: #222222;
    border-right: 1px solid #E1E1E1;
    padding: 10px 0px 10px 0px;
}

    .confirmation-page .total-section-label .total {
        font-size: 22px;
        font-weight: bold;
    }

    .confirmation-page .total-section-label .total-subtitle {
        color: #95989A;
        font-size: 14px;
    }

.confirmation-page .total-section .spacer {
    width: 13%;
    float: left;
}

.confirmation-page .total-section-amount {
    margin-top: 10px;
    border-top: 1px solid #E1E1E1; 
    color: #08AE02;
}

    .confirmation-page .total-section-amount .dollar {
        font-size: 20px;
    }

    .confirmation-page .total-section-amount .amount {
        font-size: 38px;
        font-weight: bold;
    }

.confirmation-page .amount-subtitle {
    font-size: 14px;
    color: #95989A;
    float: right;
    padding-right: 35px;
}

.confirmation-page .oversized-booking {
    font-size: 22px;
    color: #FF0101;
    padding: 13px 0px 13px 0px;
}
/* ================== CREDIT CARD DETAILS ================== */
.confirmation-page .creditcard-section-label {
    margin: 0px 20px 0px 20px;
    color: #222222;
    padding: 10px 0px 10px 0px;
}
    .confirmation-page .creditcard-section-label .creditcard {
        font-size: 22px;
        font-weight: bold;
    }

    .confirmation-page .creditcard-section-label .creditcard-subtitle-highlight {
        color: red;
        font-size: 14px;
    }

    .confirmation-page .creditcard-section-label .creditcard-subtitle {
        color: #95989A;
        font-size: 14px;
    }

    .confirmation-page .creditcard-section-label .creditcard-icons {
        margin-top: 10px;
    }

.confirmation-page .creditcard-data-border {
    margin: 0px 20px 0px 20px;
    overflow: hidden; 
}

.confirmation-page .creditcard-booking-data {
    color: #222222;
    font-size: 16px;
    width: 80%;
    margin-top: 10px;
}

.confirmation-page .creditcard-expiry-label {
    width: 25% !important;
}

.confirmation-page .creditcard-input-box, .creditcard-expiry-box {
    height: 40px !important;
    font-size: 22px;
    color: #222222;
    border-style: solid;
    border-width: thin;
    border-radius: 5px;
    border-color: lightgray;
}

.confirmation-page .creditcard-input-box {
    width: 100% !important;
}

.confirmation-page .creditcard-expiry-box {
    width: 25% !important;
}

/* ================== CREDIT CARD DETAILS ================== */

.confirmation-page .fa-icon-width {
    font-size: 50px;
}

.confirmation-page .alignment {
    justify-content: center;
    display: flex;
}

.confirmation-page .confirmation-button {
    width: 355px;
    height: 55px;
    background-color: #0093FF;
    margin-top: 10px;
    border: 1px solid #0093FF;
}

.confirmation-page .card-notes {
    color: #222222;
    font-size: 12px;
    padding: 20px 0px 0px 20px;
}

.confirmation-page .confirmation-card-img {
    width: 94px;
    height: 30px;
}

.confirmation-page .cancel-selected-booking {
    color: #FF0000;
    float: right;
    padding-right: 35px;
    margin-top: 50px;
}

.cancel-booking-modal {
    height: 343px;
    width: 341px;
    background-color: #EDEDED;
    color: #222222;
    border: 1px solid #95989A;
    border-radius: 4px 4px 4px 4px;
}

    .cancel-booking-modal p {
        font-size: 22px;
        padding: 28px 45px 0px 20px;
    }

    .cancel-booking-modal .confirm-msg {
        font-size: 16px !important;
        padding-top: 0px;
    }

    .cancel-booking-modal button {
        width: 319px;
        height: 42px;
        margin-left: 11px;
        margin-right: 11px;
        margin-top: 8px;
        background-color: #72B272;
        border: 1px solid #72B272;
        border-radius: 29px 29px 29px 29px;
        color: #ffffff;
    }

.success-page-height {
    min-height: calc(100vh - 72px);
}

.success-bullets {
    float: left;
    width: 53px
}

    .success-bullets .vertical-lines {
        width: 1px;
        height: 40px
    }

.success-steps {
    float: right;
    width: 274px;
    margin-left: 25px;
    font-size: 14px;
    color: #222222;
}

    .success-steps .success-ok {
        margin-top: 52px;
        float: right;
        font-size: 16px;
    }

        .success-steps .success-ok .ok-color {
            color: #0093FF;
        }

.transparent-div {
    top: 0;
    left: 0;
    width: 80%;
    background-color: #222222;
    z-index: 3;
    position: absolute;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.menu-bar {
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 20%;
}

    .menu-bar .data-border {
        border-bottom: 1px solid #EDEDED;
        padding: 19px 0px 20px 20px;
        overflow: hidden;
    }

        .menu-bar .data-border a {
            color: #222222;
        }

    .menu-bar .close-menu {
        font-size: 18px;
        float: right;
        color: #222222;
    }

    .menu-bar .img-close {
        width: 25px;
        margin-right: 19px;
    }

    .menu-bar .help-label {
        float: left;
    }

    .menu-bar .img-chat {
        float: right;
        width: 30px;
        margin-right: 21px;
    }

    .menu-bar .username {
        color: #666666;
    }

.info-msg {
    width: 320px;
    margin-bottom: 15px;
    text-align: center;
}

.reset-password-header {
    width: 100% !important;
}

.margin-top-seventy {
    margin-top: 70px !important;
}

.margin-top-fifty-five {
    margin-top: 55px;
}

.margin-top-fifty {
    margin-top: 50px;
}

.padding-left-thirty{
    padding-left: 30px !important;
}

.guest-login-btn{
    text-align: right !important;
}

.guest-login-btn img{
    margin-left: 15px;
    margin-right:10px;
}

.disabled-confirmation-btn {
    background-color: #A9A9A9 !important;
    border: 1px solid #A9A9A9 !important;
}

.saved-addresses-div 
{
    background-color: #ffffff;
    min-height: calc(100vh - 72px);
}

.discount-code-input-box {
    width: 75% !important;
    height: 40px !important;
    font-size: 22px;
    color: #08AE02;
    border-style: solid;
    border-width: thin;
    border-radius: 5px;
    border-color: lightgray;
}


.discount-code-btn {
    width: 22% !important;
    height: 40px !important;
}

.margin-top-5{
    margin-top: 5px;
}

/**************************************** Media Queries  ***************************************************************/
@media only screen and (max-width: 320px) and (min-width: 200px) {
    .home-page {
        margin-top: 30%;
    }

    .button {
        width: 276px;
    }

    .home-page a {
        font-size: 14px;
    }

    .home-page .register .FirstTimeUser {
        font-size: 20px;
    }

    .home-page .logo-on-success-page {
        height: 60px;
    }

    .home-page .success-tagline {
        font-size: 15px;
    }

    .main-content-div .data-section {
        padding-top: 4px;
    }

        .main-content-div .data-section p {
            width: 276px;
        }

    .main-content-div .header {
        margin-top: 10px;
        width: 81% !important;
        padding-bottom: 10px;
    }

    .main-content-div .btn-option {
        width: 276px;
    }

        .main-content-div .btn-option.selected {
            background-size: 25px 35px;
        }

    .pagination {
        bottom: 10px;
        width: 300px;
    }

        .pagination .previous {
            float: left;
            width: 42px;
        }

        .pagination .pagenumber {
            float: left;
            text-align: center;
            width: 221px;
        }

        .pagination .next {
            float: right;
            width: 37px;
        }

    .lawn-size-options {
        width: auto;
    }

    .lawn-size {
        float: none;
        width: 300px;
        margin: 0 auto;
        margin-top: 19px;
    }

        .lawn-size .img {
            width: 229px;
            height: 433px;
        }

        .lawn-size.nature-strip {
            height: 550px;
            padding-left: 7px;
            padding-right: 7px;
        }

        .lawn-size.small {
            height: 652px;
            padding-left: 7px;
            padding-right: 7px;
        }

        .lawn-size.medium {
            height: 700px;
            padding-left: 7px;
            padding-right: 7px;
        }

        .lawn-size.large {
            height: 740px;
            padding-left: 7px;
            padding-right: 7px;
        }

        .lawn-size.oversized {
            height: 120px;
            padding-left: 7px;
            padding-right: 7px;
        }

    .main-content-div .btn-big.selected {
        background-size: 26px 45px;
    }

    .comments {
        width: 300px;
    }

    form-control .modal-coupon-code-input-box {
        width: 100px !important;
    }

    .confirmation-page .confirmation-data-section {
        width: 365px;
    }

    .confirmation-page .total-section-label {
           width: 200px;
    }

    .confirmation-page .total-section .spacer {
        width: 6%;
    }

    .confirmation-page .amount-subtitle {
        padding-right: 0px;
    }

    .confirmation-page .coupon-title {
        padding-right: 0px;
    }

    .confirmation-page .data-border {
        padding: 10px 0px 0px 0px;
    }

    .confirmation-page .cancel-selected-booking {
        padding-right: 20px;
    }

    .confirmation-page .confirmation-button {
        width: 300px;
    }

    .success-steps {
        margin-left: 20px;
        width: 230px;
    }

    .margin-top-thirty-five {
        margin-top: 17px;
    }

    .success-steps .success-ok {
        padding-right: 10px;
    }

    .modal-content {
        width: 320px;
    }

    .input-box {
        width: 275px;
    }

    .btn-modal-done {
        width: 275px;
    }

    .btn-location {
        width: 330px;
    }

    .welcome-div .btn-book {
        width: 330px;
    }

    .confirmation-page .card-notes {
        width: 330px;
    }

    .position-inherit {
        width: 276px !important;
    }

    .terms-condition-padding {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 360px) and (min-width: 330px) {
    .confirmation-page .confirmation-data-section {
        width: 380px;
    }

    .confirmation-page .total-section .spacer {
        width: 6%;
    }

    .confirmation-page .amount-subtitle {
        padding-right: 0px;
    }

    .confirmation-page .data-border {
        padding: 10px 0px 0px 0px;
    }

    .confirmation-page .cancel-selected-booking {
        padding-right: 10px;
    }

    .confirmation-page .confirmation-button {
        width: 340px;
    }

    .success-steps .success-ok {
        padding-right: 10px;
    }

    .main-content-div .header {
        padding-bottom: 15px !important;
    }
}

@media only screen and (max-width: 375px) and (min-width: 361px) {
    .confirmation-page .confirmation-data-section {
        width: 400px;
    }

    .confirmation-page .total-section-label {
        width: 210px;
    }

    .confirmation-page .amount-subtitle {
        padding-right: 0px;
    }

    .confirmation-page .cancel-selected-booking {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 321px) {
    .home-page {
        margin-top: 30%;
    }

    .main-content-div .data-section {
        padding-top: 4px;
    }

    .main-content-div .header {
        margin-top: 17px;
    }

    .transparent-div {
        width: 60%;
    }

    .menu-bar {
        width: 40% !important;
    }

    .terms-condition-padding{
        padding-left:50px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .home-page {
        margin-top: 20%;
    }

    .transparent-div {
        width: 70% !important;
    }

    .menu-bar {
        width: 30% !important;
    }
}


@media only screen and (min-width: 320px) and (max-width: 414px) {
    .mobile-header-confirmation-page {
        width: 100% !important;
    }

    .transparent-div {
        width: auto;
    }

    .menu-bar {
        width: 100% !important;
    }

    .tooltip-inner {
        width: 200px !important;
        margin-right:150px;
    }

    .main-content-div .btn-grass-length {
        height: 45px !important;
    }

    .mt-1 {
        margin-top: 1px !important;
    }
}

@media only screen and (min-width: 768px){
    .tooltip-inner {
        width: 300px !important;
    }
}

@media only screen and (min-width: 360px) and (max-width: 1024px) {
    .lawn-size-options {
        width: auto;
    }

    .lawn-size {
        float: none;
        margin: 0 auto;
        margin-top: 19px;
    }

        .lawn-size .img {
            width: 229px;
            height: 433px;
        }

        .lawn-size.nature-strip {
            height: 550px;
        }

        .lawn-size.small {
            height: 652px;
        }

        .lawn-size.medium {
            height: 700px;
        }

        .lawn-size.large {
            height: 740px;
        }

        .lawn-size.oversized {
            height: 120px;
        }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
    .transparent-div {
        width: 70% !important;
    }

    .menu-bar {
        width: 30% !important;
    }
}