

@font-face {
    font-family: 'WonderblyBoingWEB-Regular';
    src: url('../fonts/WonderblyBoingWEB-Regular.eot');
    src: url('../fonts/WonderblyBoingWEB-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/WonderblyBoingWEB-Regular.woff2') format('woff2'),
        url('../fonts/WonderblyBoingWEB-Regular.woff') format('woff'),
        url('../fonts/WonderblyBoingWEB-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
}
#myDIV h4, #mYDIV h4 {
    font-size: 15px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 6px;
    color: #2cb492;
    text-transform: capitalize;
}
div#myDIV {
    float: right;
    right: 0;
}
#myDIV, #mYDIV {
    width: 74%;
    margin: auto;
    margin: 0 15px;
    padding: 10px;
    text-align: center;
    background-color: #f1f1f1;
    margin-top: 0;
    display: none;
    position: absolute;
    bottom: 42px;
    box-shadow: 0 0 9px #d9d9d9;
    border: 2px solid #ddd;
    border-radius: 3px;
}
.rating img {
    max-width: 28%;
}
.boy-emoji {
    position: relative;
}
.book-dow h2 {
    color: #fff;
    padding: 48px 0;
    margin: 0;
    font-weight: 700;
    font-size: 30px;
}
.logo-and-button a {
    padding: 15px 30px;
    font-size: 20px;
    border-radius: 4px;
    background-color: #fff;
    color: teal;
    font-family: 'WonderblyBoingWEB-Regular';
    text-decoration: none;
    text-transform: capitalize;
}
.logo-and-button a:hover {
    border: 1px solid #fff;
		color:#fff;
		background-color:transparent;
}
.books-sec h2 {
    font-size: 22px;
    text-transform: capitalize;
    color: #000;
    padding-top: 7px;
    font-weight: 700;
    border-bottom: 1px solid #bebdbd;
    padding-bottom: 13px;
    font-family: 'WonderblyBoingWEB-Regular';
}
/* Style the active class, and buttons on mouse-over */
.active, .btn:hover {
  background-color: #666;
  color: white;
}
.logo img {
    MAX-WIDTH: 85%;
}
.rating img {
    margin-right: 13px;
}
.rating {
    color: #000;
    border-bottom: 1px solid #999;
    padding-bottom: 11px;
}
.books-sec p {
    margin-top: 14px;
    margin-bottom: 30px;
}
.logo {
    display: inline-block;
    float: right;
    text-align: center;
    margin-top: 25px;
}
.design-radio .main-gen:hover {
    background-color: #2cb492;
}
.books-sec {
    background-image: linear-gradient(141deg, #fffbef 0%, #fffbef 51%, #fffbef 75%);
    padding: 60px 0;
}
.logo-and-button {
    padding: 55px 0;
}
header {
    padding: 14px 15px;
    background-color: rgba(0, 128, 128, 0.6705882352941176);
}
#carousel img {
    display: block;
    cursor: pointer;
}

#carousel .flex-active-slide img {
    cursor: default;
    border: 6px solid #2cb492;
    border-radius: 3px;
}
.flexslider {
    margin: 0 0 25px;
	}
.flexslider .flex-direction-nav a {
    height: 66px;
	margin: -30px 0 0;
}

.form-wsh input[type="submit"]:hover {
    background: #2cb492;
    -webkit-box-shadow: 0 -4px #176f5e inset, 0 2px #176f5e;
    box-shadow: inset 0 -4px #176f5e, 0 2px #176f5e;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
--------
.form-wsh h2 {
    font-size: 22px;
    margin-bottom: 45px;
}
.design-radio {
    margin-bottom: 30px;
}
.form-wsh label {
    font-size: 15px;
    font-weight: 500;
    color: #6b7a87;
    font-family: 'WonderblyBoingWEB-Regular';
}
.form-wsh input[type="submit"] {
    display: block;
    max-width: 229px;
    padding: 11px 0;
    border-radius: 5px;
    background-color: #4fb5a5;
    color: #fff;
    text-transform: capitalize;
    font-family: 'WonderblyBoingWEB-Regular';
    border: 0;
    font-size: 18px;
    font-weight: 500;
	    background: #2cb492;
    -webkit-box-shadow: 0 -4px #176f5e inset, 0 0 #176f5e;
    box-shadow: inset 0 -4px #176f5e, 0 0 #176f5e;
}
.form-wsh input[type="text"], .form-wsh input[type="mail"] {
    border-radius: 5px;
    /* border: 1px solid #ccc; */
    box-shadow: 1px -1px 3px 1px #dfdfdf;
    padding: 8px 10px;
    background-color: #fff;
    border: 2px solid #d8d4c7;
}
.books-sec .flexslider {
    margin: 0 0 30px;
     background: transparent; 
     border: 0;
}
.form-wsh .container {
    width: 30%;
    display: block;
    position: relative;
    margin: 4px;
    margin-bottom: 8px;
    cursor: pointer;
    border: 1px saddlebrown;
    font-size: 28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    border: 2px dotted #ccc6c6;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ffffff;
    height: 100px;
    width: 100px;
    padding: 5px;
    padding-top: 7px;
}
.form-wsh .container img {
    max-width: 100%;
    margin: auto;
}
.book-dow, .logo-and-button {
    display: inline-block;
}
.logo-and-button {
    float: right;
}
.design-radio .main-gen {
    width: 100%;
    font-weight: 700;
    border-radius: 5px;
    background-color: #6b7a87;
    border: 1px solid #999;
    font-size: 18px;
    text-align: center;
    padding: 5px 0;
    color: #fff;
	font-family: 'WonderblyBoingWEB-Regular';
    box-shadow: 0 0 12px #ccc;
}
.form-wsh input[type="text"]:focus, .form-wsh input[type="mail"]:focus {
    border-color: teal;
    outline: teal;
}
.city-name {
    margin-bottom: 30px;
}
.last-agree span {
    
    color: red;
    margin-left: -5px;
    margin-top: -9px;
        margin-right: 14px;
}
.container input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: -webkit-fill-available;
    width: 100%;
}


.container input:checked ~ .checkmark {

}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}
.container .checkmark:after {
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    background: transparent;
    border: 4px solid #2cb492;
}

////////////////////////////////////////////////////////
form.form-wsh {
    width: 100%;
    display: block;
}
.form-wsh input, .form-wsh label {
    width: 100%;
}
.bottom-one {
    width: 100%;
    margin-top: 22px;
}
.last-agree {
    text-align: left;
    display: block;
    margin: 40px 0 44px;
}
.last-agree input[type="checkbox"] {
    text-align: left;
    display: inline-block;
    float: left;
    width: 20px;
    margin-bottom: 10px;
}
.last-agree label {
    width: auto;
    vertical-align: bottom;
    margin-top: -2px;
    margin-left: 7px;
    font-size: 14px;
    color: #888;
}
.bottom-form {
    /* background-image: linear-gradient(141deg, #c09eb56b 0%, #84a2a533 51%, #92c1d24d 75%); */
    padding: 45px 0;
    background-color: #f5f5f0;
    border-bottom: .0625rem solid #d8d4c7;
    border-top: .0625rem solid #d8d4c7;
}
.form-wsh h2 {
    font-size: 22px;
    margin-bottom: 42px;
    font-weight: 700;
    line-height: 34px;
    font-family: 'WonderblyBoingWEB-Regular';
}
@media only screen and (max-width: 1199px) {
	#myDIV, #mYDIV {
    width: 87%;
	}
	
}


@media only screen and (max-width: 991px) {
.logo-and-button a {
    padding: 6px 16px;
    font-size: 15px;
}
.form-wsh .container {
    height: 96px;
    width: 80px;
}
	#myDIV, #mYDIV {
	top: -290px;
	    width: 96%;
	}
.logo-and-button {
    padding: 28px 0;
}
.book-dow h2 {
    padding: 28px 0;
    font-size: 22px;
}
.books-sec h2 {
    font-size: 15px;
}
.books-sec p {
    font-size: 14px;
	margin-bottom:0;
}
}
@media only screen and (max-width: 767px) {

.book-dow, .logo-and-button {
    display: block;
}
#myDIV, #mYDIV {
    top: -270px;
    width: 94%;
}
.logo-and-button {
    float: left;
    padding: 10px 0;
}
.logo {
    position: absolute;
    top: -104px;
}
.container {
    position: relative;
}
.logo img {
    MAX-WIDTH: 20%;
    float: right;
	}
	.books-sec h2 {
    margin-top: 30px;
}
.boy-emoji {
    margin-top: 16px;
}
.book-dow h2 {
    padding: 10px 0 20px;
}
}
@media only screen and (max-width: 480px) {
.logo {
    position: relative;
    top: inherit;
    float: inherit;
    margin-top: 10px;
}

.book-dow h2 {
    font-size: 18px;
	    padding: 10px;
}
.logo img {
    MAX-WIDTH: 30%;
}
.logo img {
    float: inherit;
}
	.logo-and-button {
    float: inherit;
}
.book-dow, .logo-and-button {
    text-align: center;
}
}