body {
    overflow-x: hidden !important;
}

/*
body>div {
    display: none;
}
*/

.navbar {
    background: #65ac5b !important;
    color: #fff;
}

.navbar-brand {
    font-size: 2.8rem;
    text-transform: capitalize;
    font-weight: 600;
}

.header-image {
    position: absolute;
    left: 305px;
}

.languages-div {
    background-color: #ffffff;
    height: 55px;
    z-index: 1;
}

.form-inline button {
    font-size: 1.3rem;
    border: 3px solid #ffffff;
    color: #ffffff;
    border-radius: 10px;
    margin: 0.2rem;
}

.icon {
    color: #444444;
}

.embeddata {
    width: 100%;
    height: 100vh !important;
    padding-top: 125px;
    margin: 0 auto;
    overflow: hidden !important;
    border: none !important;
    z-index: 0;
}

.gift, .gift2 {
    width: 450px;
    height: 530px;
    background: #fff;
    overflow: hidden !important;
    position: fixed;
    bottom: 0;
    right: 10px;
    display: none;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.diary, .diary2 {
    width: 450px;
    height: 530px;
    background: #fff;
    overflow: auto !important;
    position: fixed;
    bottom: 0;
    right: 10px;
    display: none;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.4);
    z-index: 2;
}

#q1input, #q2input, #q3input {
    opacity: 0;
    width: 0;
    float: left;
}

.form-group {
    padding-bottom: 15px !important;
}

.paddingform {
    padding: 15px;
}

.thankyou {
    padding: 15px;
    padding-top: 45% !important;
    text-align: center;
}

.giftheader, .giftheader2, .diaryheader, .diaryheader2 {
    width: 100%;
    height: 40px;
    background: #65ac5b;
}

.giftheader p, .giftheader2 p, .diaryheader p, .diaryheader2 p {
    width: 20px;
    text-align: right;
    font-size: 1.5rem;
    margin-right: 12px;
    /* padding-top: 8px; */
    color: #fff;
    cursor: pointer;
    margin-left: auto;
}

.diaryheader p, .diaryheader2 p{
  padding-top: 8px;
}

.giftheader p, .giftheader2 p{
  padding-top: 6px;
}

.subs {
    color: #666666;
    font-size: 0.7rem;
    font-style: italic;
    padding-top: -15px;
}

.subs2 {
    color: #666666;
    font-size: 0.8rem;
    font-style: italic;
    padding-top: -1 5px;
}

.flickity-button {
    background: transparent;
}

.flickity-button:focus {
    outline: 0;
    box-shadow: none !important;
}

.flickity-button:disabled {
    display: none;
}

.flickity-prev-next-button {
    width: 20px;
    height: 20px;
}

/* icon color */

.flickity-button-icon {
    fill: grey;
}

.flickity-prev-next-button.previous {
    top: 95px;
    z-index: 2;
}

.flickity-prev-next-button.next {
    top: 95px;
    left: 140px;
    z-index: 2;
}

.paginationslide {
    top: 20px;
    font-size: 0.7rem;
    color: grey;
    left: 40px;
    max-width: 250px;
    position: relative;
}

.dropdown {
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 80px;
    width: 23.8vw !important;
    right: 1.1vw !important;
    background-color: #fff !important;
    color: grey !important;
    z-index: 1;
}

.dropdown button {
    text-align: left !important;
}

.dropdown-toggle {
    font-size: 0.9rem;
    padding: 6px 24px;
}

.dropdown-toggle::after {
    float: right;
    margin-top: 10px !important;
}

.width-language {
    width: 100%!important;
}
.dropdown-menu.show {
    display: block;
    transform: translate3d(0px, 35px, 0px)!important;
    width: 100%;
}

.hidetitle {
    display: none !important;
}

textarea {
    resize: none;
}

.flickity-page-dots {
    display: none;
}

#second, #third, #fourth {
    display: none;
}

#toolbar-override {
    display: block;
    position: fixed;
    bottom: 0;
    min-height: 25px;
    width: 100vw;
    background-color: #fff;
    z-index: 100;
}

i {
    color: #ffffff;
    font-size: 32px;
}


@media only screen and (max-width: 600px) {
    .embeddata {
        width: 100%;
        height: 100vh !important;
        padding-top: 55px;
        margin: 0 auto;
        overflow: hidden !important;
        border: none !important;
    }
    .gift, .gift2 {
        width: 100% !important;
        height: 510px;
        left: 0 !important;
        z-index: 2;
    }
    .diary, .diary2 {
        width: 100% !important;
        height: 510px;
        left: 0 !important;
        z-index: 2;
    }
    .form-inline button {
        font-size: 0.7rem;
        border: 1px solid #ffffff;
        border-radius: 10px;
        margin: 0.2rem;
    }
    .navbar-brand {
        font-size: 1.8rem;
        text-transform: capitalize;
        font-weight: 600;
    }
    .header-image {
        position: unset !important;
    }
    .languages-div {
        background-color: #ffffff;
        height: 15px;
        z-index: 1;
    }
    .dropdown {
        top: 71px;
        min-width: 180px;
        background-color: #fff !important;
        color: grey !important;
        z-index: 1;
    }
    .flickity-prev-next-button.previous {
        top: 88px;
        z-index: 2;
    }
    .flickity-prev-next-button.next {
        top: 88px;
        left: 140px;
        z-index: 2;
    }
}

@media only screen and (max-width: 376px) {
    .embeddata {
        padding-top: 55px;
    }
    .dropdown {
        top: 121px;
        min-width: 180px;
        background-color: #fff !important;
        color: grey !important;
        z-index: 1;
    }
    .flickity-prev-next-button.previous {
        top: 138px;
        z-index: 2;
    }
    .flickity-prev-next-button.next {
        top: 138px;
        left: 140px;
        z-index: 2;
    }
}

@media (min-width: 768px){
  #menu {
    display: none!important;
  }
}

@media (min-width: 576px){
  #menu {
    display: none!important;
  }
}
