/************************** style from user page start ******************************/
.user {
    height: 35px;
    position: absolute;
    right: 85px;
    width: 35px;
    z-index: 999;
    top: 8px;
    color: #333333;
}

.user>img {
    height: 100%;
    width: 100%;
}

.dropdown-user-content {
    display: none;
    position: relative;
    background-color: white;
    min-width: 330px;
    padding: 0;
    margin: 0;
    z-index: 999;
    right: 210px;
    top: 5px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 20%);
}

.dropdown-user-content .accMenu2 li a {
    padding-left: 75px;
}

.dropdown-user-content .accMenu li a {
    padding-left: 80px;
}


.dropdown-user-content .accMenu li:hover {
    background: #efefef;
}

.accMenu2 li:hover {
    background: inherit !important;
}

.dropdown-user:hover .dropdown-user-content {
    display: block;
}

.dropdown-user-content::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 15px solid white;
    top: -14px;
    left: 214px;
    position: absolute;
}

.du-content1 {
    text-align: center;
    padding: 20px;
}

.du-content2 {
    text-align: left;
}

.hr1 {
    border: solid 1px #b50a01;
    margin: 10px 0;
}

.du-content1>h2 {
    margin-bottom: 7px;
    margin-top: 5px;
}

.bold-red {
    font-weight: bold !important;
    color: #b50a01 !important;
    text-decoration: none !important;
}

.form-group-login {
    text-align: left;
    margin-top: -10px;
}

.form-label-login {
    margin: 0;
    pointer-events: none !important;
    position: relative;
    left: 15px;
    top: 32px;
    color: #999;
    z-index: 10;
}

.form-group-login input,
.form-group-login select {
    padding: 10px 10px 10px 10px;
    border: solid 1px #ddd;
    border-radius: 8px;
}

#login-form {
    margin-bottom: 14px;
}

.txt-14-5 {
    font-size: 14.5px !important;
}

.user .col-2 {
    margin-top: -7px;
}

.user-btn button {
    width: 100%;
    height: 50px !important;
    font-size: 100% !important;
    font-weight: bold;
    line-height: 0 !important;
    border-radius: 8px !important;
    border: none !important;
}

.user button {
    cursor: pointer;
}

.user .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

.col-left, .col-right {
    flex: 0 0 25%;
    min-width: 360px;
    max-width: 360px;
}


.col-mid {
    flex: 0 0 50%;
    max-width: 100%;
}

.userForm {
    margin-bottom: 15px;
}

.red-btn>button, .small-red-btn {
    background: #b50a01 !important;
}

.red-btn>button:hover {
    background: #960000 !important;
}

.ff-green {
    color: #39b54a;
}

.user-btn {
    margin: 15px 0px !important;
    border: 0 !important;
}

.accMenu {
    text-align: left;
    line-height: 34px;
    margin: 0;
    padding: 0;
    margin-top: -15px;
    margin-bottom: -15px;
}

.accMenu a {
    text-decoration: none;
    color: #333333;
}

.accMenu>li>a {
    padding-left: 120px;
}

.accMenu2>li>a {
    padding-left: 75px;
}

.accMenu img {
    width: 26px;
    position: relative;
    top: 7px;
    right: 8px;
}

.accMenu li {
    list-style-type: none;
    text-align: left;
    line-height: 34px;
    padding-inline-start: 0px;
}

.accMenu>li:hover {
    background: white;
    font-weight: bold;
}

.create-acc {
    background: #efefef;
    max-width: 620px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
    margin-top: 20px;
}

.accMenu2 a:hover {
    background: inherit;
    font-weight: bold;
    color: #39b54a;
}

.accMenu2 li a {
    display: block;
}

.accMenu2 li:hover {
    background: inherit;
}

.create-acc>img {
    width: 85px;
}

.create-acc>p>a:hover {
    color: #960000 !important;
}

.createAccF,
.userForm {
    text-align: left;
}

.createAccF>.form-container,
.userForm>.form-container {
    margin-bottom: 0;
}

.createAccF .form-label,
.userForm .form-label {
    top: 36px;
}

.createAccF .focused>.form-label,
.userForm .focused>.form-label {
    line-height: 22px;
    top: 21px !important;
}

.createAccF label,
.userForm label {
    line-height: 22px;
}

.createAccF .show-correct-symbol::after,
.userForm .show-correct-symbol::after {
    top: -35px;
    right: 7px;
}

.createAccF .show-warning-symbol::after,
.userForm .show-warning-symbol::after {
    top: -63px;
    right: 8px;
}

.createAccF input[type=submit],
.user input[type=submit] {
    width: 100%;
    height: 44px;
    font-size: 100%;
    font-weight: bold;
    line-height: 0;
    min-width: 220px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    border: none;
    background: #39b54a;
    min-height: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
}

.createAccF input[type=submit]:hover,
.user input[type=submit]:hover {
    background: green;

}

.half-btn {
    width: 50%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.user-dashboard {
    float: left;
    background: #efefef;
    width: 360px;
    text-align: center;
    padding: 0;
    height: 100%;
}

.user-dashboard>.du-content1>img {
    width: 85px;
}

.acMenuActive {
    background: white;
    font-weight: bold;
}

.user-container {
    width: 100%;
    max-width: 720px;
    padding: 20px;
    margin: 0 auto;
}

.address, .long-label, .countryname {
    display: inline !important;
}

.contact-container {
    width: 418px;
    margin: 30 auto;
    text-align: left;
}

.contact-list,
.contact-list-add {
    background: #efefef;
    padding: 20px;
    border: solid #b50a01;
    border-right: none;
    border-top: none;
    border-bottom: none;
    cursor: pointer;
    margin-bottom: 15px;
}

.contact-list-add {
    border: none;
}

.contact-list img {
    width: 27px;
    float: left;
    margin-top: -4px;
}

.contact-list p {
    padding-left: 40px;
}

.contacts::before {
    content: "⌃";
    display: inline-block;
    transform: rotate(180deg);
    font-size: 20px;
    position: relative;
    top: -7px;
    float: right;
}

.active3::before {
    content: "⌃";
    display: inline-block;
    transform: rotate(0deg);
    top: 0px;
}

.hideme {
    display: none;
}

.showme {
    display: block;
}

.small-btn {
    width: 100px;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    display: inline-block;
}

.edit-btn {
    background: #39b54a;
    margin-right: 10px !important;

}

.contact-details {
    padding-top: 30px;
    text-align: center;
}

.add-icon {
    font-weight: bold;
    display: inline-block;
    font-size: 40px;
    line-height: 0;
    position: relative;
    top: 8px;
    color: #39b54a;
    padding-right: 6px;
}

.contact-list-add>p {
    display: inline-block;
    font-weight: bold;
    color: #999999;
    padding-left: 0;
}

.contact-list-add::before {
    content: none;
}

.event-container {
    width: 360px;
    height: 100%;
    background: #efefef;
}

.event-container .contact-list {
    background: white;
}

.event-container .contact-container {
    width: 325px;
}

.col-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.contact-details .col-2 {
    margin-top: -10px;
}

.half-btn input[type=submit] {
    min-width: 0;
}

.contact-list-add .contacts::before {
    content: none;
}

.contact-list-add .ff-form {
    margin-top: -30px;
}

#datepicker {
    margin-top: 30px;
}

@media screen and (max-width: 1279px) {
    .user {
        top: 7px;
        height: 33px;
        width: 33px;
    }

    .create-acc {
        margin-top: 0;
    }

    .createAccF .col-2 {
        margin-top: -7px;
    }

    .half-btn {
        width: 100%;
    }

    .user-dashboard {
        display: none;
    }

    .du-content1 {
        padding: 0;
    }

    /*.user-container {
        max-width: 90%;
    }*/

    .contact-container {
        width: 100%;
    }

    .col-mid {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px;
    }

    .event-container {
        padding-top: 20px;
        width: 100%;
    }

    .col-left, .col-right {
        flex: 0 0 100%;
        min-width: inherit;
        max-width: inherit;
    }

    .event-container .contact-container {
        width: 100%;
        padding: 0 15px;
    }

    .dropdown-user-content {
        padding: 20px;
    }

}
/************************** style from user page end ******************************/




















/************************** contact us page start ******************************/
.contact-us-container {
    width: 100%;
    max-width: 1280px;
    text-align: center;
    margin: 20px auto;
    display: flex;
}

.contact-us {
    background-color: #f7f7f7;
    padding: 15px;
}

.phone-email,
.contact-us>h3,
.fill-below {
    color: #333333;
}

.phone-email>img {
    width: 25px;
    position: relative;
    top: 6px;
}

.fill-below {
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
    margin-bottom: -14px;
}

textarea#yourmessage {
    width: 100%;
    padding: 10px 10px 10px 10px;
    border: solid 1px #ddd;
    border-radius: 8px;
    margin-top: 15px;
    height: 120px;
}

.contact-us input[type=submit], .user input[type=submit] {
    margin-bottom: 0px;
}

textarea#yourmessage {
    outline: none;
}
.recaptcha{
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.g-recaptcha{
    display: inline-block;
}
.enquiry-btn{
    margin-top: 12px;
    margin-left: 10px;
}


@media screen and (max-width: 1279px) {

    .contact-us-container .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact-us {
        margin-top: 20px;
    }
}

/************************** contact us page end ******************************/

































/************************** already in ff css start ******************************/


h2 {
    font-family: "Open Sans", sans-serif;
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

body {
    font-family: "Open Sans", sans-serif;
}

input,
select,
text-area,
button {
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
}

.form-input {
    position: relative;
    padding: 12px 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
}

input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    margin: 0em;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: (rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

.continue button {
    min-width: 220px;
    width: 100%;
    /* font-family: "Roboto Slab", serif; */
    font-family: "Open Sans", sans-serif;
    text-align: center;
    border: 2px solid #fff;
    background: #39b54a;
    min-height: 50px;
    line-height: 50px;
    margin-top: 0.25em;
    margin-left: 0;
    color: #fff;
    font-size: 180%;
    border-radius: 8px;
}

button:hover,
.continue button:hover,
.back button:hover {
    background: green;
}

/*.infobutton:hover, .infobutton:focus, .infobutton:active {
    background-color: #39b54a;
}

.infobutton {
    float: right;
    display: block;
    border: 0;
    z-index: 520;
    position: relative;
    top: -33px;
    right: 11px;
    color: white;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #ccc;
    cursor: help;
}

.infobutton::after {
    content: "?";
    font-size: 14px;
    position: relative;
    top: -4px;
    left: 5.5px;
}*/

.show-correct-symbol::after {
    font-family: 'Material Icons';
    content: "\E876";
    background: #39b54a;
    border-radius: 100%;
    border: 1px solid white;
    height: 18px;
    width: 18px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    color: white !important;
    position: relative;
    top: -36px;
    right: -6px;
    z-index: 600;
}

.show-warning-symbol::after {
    font-family: 'Material Icons';
    content: "!";
    background: red;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    font-size: 14px;
    line-height: 13px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    color: white !important;
    position: relative;
    top: -71px;
    z-index: 700;
    right: 11px;
    pointer-events: none;
}

.show-warning-symbol, .show-correct-symbol {
    display: inline-block;
    float: right;
}



.correct-symbol,
.warning-symbol {
    height: 0;
}

.hiddeninfo {
    background: #fff;
    -moz-box-sizing: border-box;
    position: relative;
    color: #39b54a;
    clear: both;
    font-size: 14px;
    border: none;
    top: -15px;
    left: 5px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-container {
    margin-bottom: -28px;
    margin-top: -7px;
}

.col-md-6 {
    flex: 0 0 49.2%;
    max-width: 50%;
}

.col-delivery {
    min-width: 283px !important;
}

.form-label {
    pointer-events: none !important;
    position: relative;
    left: 10px;
    top: 37px;
    color: #999;
    z-index: 10;
    -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}

*,
*:before,
*:after {
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.correct {
    border: 1px solid #39b54a !important;
}

.has-error {
    border: 1px solid red !important;
}

.form-group input,
.form-group select {
    padding: 20px 10px 10px 10px;
    border: solid 1px #ddd;
    border-radius: 8px;
}

.ff-form input,
.ff-form select,
.ff-form textarea,
.ff-form label {
    font-size: 16px;
    color: #666;
}

.ff-form input,
.ff-form select,
.ff-form textarea {
    font-family: "Open-Sans", sans-serif;
    color: #333333;
}

.ff-form span {
    display: block;
    overflow: hidden;
    padding: 5px;
}

.ff-form label {
    /*float: left;
    width: 38%;*/
}

.focused .form-label {
    -webkit-transform: translateY(-125%);
    transform: translateY(-125%);
    font-size: .7rem;
    top: 21px;
}

.help-block {
    color: red !important;
    font-size: 14px;
    position: relative;
    display: inline-block;
    top: -5px;
}

.w-100 {
    width: 100%;
}

.address, .long-label, .fullname {
    margin-left: -5px;
}

.countryname {
    color: #333333 !important;
    font-size: 16px;
    font-family: "Open-Sans", sans-serif;
    z-index: 600;
    position: relative;
    top: 40px;
    left: -44px;
}

.country {
    font-size: .7rem !important;
    padding: 2px 0px 0px 5px;
}

.country2 {
    position: relative;
    z-index: 300;
    top: 21px;
    left: 6px;
}

.no-appearance {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

@media screen and (max-width: 1250px) {

    .col-delivery {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

@media screen and (max-width: 410px) {
    .long-label {
        font-size: 12px;
    }
}



@media screen and (max-width: 1279px) {
    .contact-us-container iframe {
        width: 100%;
    }
}

/* already in ff css end */