body {
  /*font-family: "Georgia", sans-serif;*/
  background-color: #e8b968;
  /*color: black;*/
}
@media (max-width: 767px) {
  body {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .section-left {
    padding: 0 20px;
  }
}

.page-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 98px;
}
@media (max-width: 991px) {
  .page-title {
    font-size: 35px;
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .page-title {
    font-size: 30px;
    margin-bottom: 48px;
  }
}

.crossbox{
	color:black;
	background-color:white;
	border:1px solid black;
	padding-left:3px;
	padding-right:3px;
	font-weight:bold
}
.bd-cd-timer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
.bd-cd-timer .time-card {
  text-align: center;
}
.bd-cd-timer .time-count {
  display: block;
  font-size: 80px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .bd-cd-timer .time-count {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .bd-cd-timer .time-count {
    font-size: 30px;
  }
}
.bd-cd-timer .time-label {
  display: block;
  font-size: 15px;
}
@media (max-width: 767px) {
  .bd-cd-timer .time-label {
    font-size: 12px;
  }
}

.form-subscribe {
  display: flex;
}
.form-subscribe .form-group {
  margin-bottom: 0;
  margin-right: 8px;
  flex-grow: 1;
  max-width: 300px;
}
.form-subscribe .form-control {
  padding: 16px 30px;
  border: 1px solid rgba(245, 245, 245, 0.14);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.14);
  font-size: 14px;
  height: 48px;
  color: #ffffff;
}
.form-subscribe .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-subscribe .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-subscribe .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-subscribe .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-subscribe .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-subscribe .btn-subscribe {
  padding: 16px 20px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 4px;
  background-color: #ff5d29;
  border: 0;
  height: 48px;
  white-space: nowrap;
}

.footer-social-links {
  margin-bottom: 25px;
}
.footer-social-links .social-link {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
  font-size: 20px;
  margin-right: 16px;
  transition: all 0.3s ease-in-out;
}
.footer-social-links .social-link:last-child {
  margin-right: 0;
}
.footer-social-links .social-link:hover {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer-social-links .social-link {
    line-height: 30px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

/*
		Default puzzle styling
	*/
body.crossword {
  font: 62.5%/1.3em Helvetica, sans-serif;
  padding-bottom: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table tr {
  width: 100%;
}
table td {
  width: 4em;
  height: 4em;
  border: 1px solid #cdcdcd;
  padding: 0;
  margin: 0;
  background-color: #333;
  position: relative;
}

td input {
  width: 100%;
  height: 100%;
  padding: 0em;
  border: none;
  text-align: center;
  font-size: 2em;
  color: #666;
  background-color: #f4f4f4;
  text-transform: uppercase;
}

td input:focus {
  background-color: #fff;
}

td span {
  color: #444;
  font-size: 0.8em;
  position: absolute;
  top: -1px;
  left: 1px;
}

input.done {
  font-weight: bold;
  color: green;
}

.active,
.clues-active {
  background-color: darkgray;
}
.clue-done {
  color: #999;
  text-decoration: line-through;
}


#puzzle-clues li {
  margin: 0.3em;
}
#puzzle-clues ol {
  padding-left: 20px
}
.wrapper {
  display: flex;
  justify-content: center;
}

.left-panel button {
  margin-bottom: 1rem;
}
.tabsStyle {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  list-style: none;
}
.btnGroup {
  display: flex;
  justify-content: space-between;
}
.tabsStyle .nav-link.activeCrossword {
  color: #f0ad4e;
}
.tabsStyle .nav-link.activeCrossword:after {
  background: #fff;
  
  /*background-color: darkturquoise;
  color: white;
  border-color: #cecece;*/
}
.tabsStyle li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  flex-grow: 1;
}
.tabsStyle .nav-link {
  border: 0;
  background: transparent;
  padding: 18px 35px 25px 20px;
  font-size: 15px;
  color: #fff;
  outline: none;
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}
.tabsStyle li .nav-link:after {
  content: "";
      position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    outline: 1px solid transparent;
    border-radius: 10px 10px 0 0;
    background: #7accc8;
    box-shadow: inset 0 -3px 3px rgb(0 0 0 / 5%);
    content: '';
    -webkit-transform: perspective(5px) rotateX(
1.2deg) translateZ(-1.2px);
    transform: perspective(5px) rotateX(
1.2deg) translateZ(-1.2px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tabContent {
  background: rgba(0,0,0,.2);
  padding: 10px;
  color: #fff

}
#puzzle-wrapper {
  min-width: 40vw;
  /*margin-right: 10px;*/
}
#puzzle-wrapper input {
  font-family: "Georgia", sans-serif;
}
#puzzle-clues li::marker {
  font-weight: bold;
  font-size: 16px;
}
#puzzle-clues li {
  border: 1px solid transparent;
  padding: 2px 10px;
  border-radius: 3px;
  transition: all .3s;
}

#puzzle {
  margin: 0 auto;
}
#puzzle-clues h2:after {
  content: " \2192";
}
#puzzle-clues #across + h2:after {
  content: " \2193";
}
#puzzle-clues li.clues-active {
  color: cadetblue;
  background: #e8feff;
  border-color: cadetblue;
}
.siteHeader {
  background: #7accc8;
}
.footerWrap {
  color: #fff;
}
.pageWrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh
}
.siteHeader .nav-link {
  color: #fff
}
.contactForm .form-control {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  padding-left: 0;
  color: #fff;
  box-shadow: none;
}
.contactForm label {
  color: #fff
}
.contactForm .form-control:focus {
  outline: none;
  border-color: #a58347;
  box-shadow: none;
}
.contactForm .form-group {
  padding-bottom: 15px;
}
.contactForm .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c3984e;
  opacity: 1; /* Firefox */
}
.contactForm .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c3984e;
}

.contactForm .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #c3984e;
}
.logoImg {
  max-height: 150px;
  margin-bottom: 15px;
}
/*.siteLogo {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}
.siteLogo:hover {
  color: #fff;
}
.siteLogo .logoTitle {
  font-weight: bolder;
}*/
.btn-link:hover {
  color: #ffc107
}
.hero h1 {
  margin-top: 0
}
.download-btn {
  background: transparent;
}
footer {
  padding: 0;
}
.crossword {
  padding-top: 0;
}
@media (min-width: 768px) {
  .sideSpace {
    padding: 0 150px;
  }
  .crosswordWrap {
    display: flex;
  }
  .flexReverse {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .flexReverse  .btn-warning {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .btnGroup {
    padding-top: 10px;
  }
  .sideSpace {
    padding: 0 10px;
  }
  .tabsStyle {
    padding-top: 10px;
  }
  .tabsStyle .nav-link {
    padding: 15px 0;
    font-size: 14px;
  }
  #puzzle-wrapper {
    min-width: 280px
  }
  table td {
    width: 3rem;
    height: 3rem;
  }
  #puzzle-clues h2 {
    text-align: center;
  }
  /*#puzzle-clues li.clues-active {
  position: absolute;
  top: 0;
}
#puzzle-clues {
  position: relative;
  padding-top: 80px;
}*/
.marathi-keyboard-layout {
  position: fixed;
  background-color: white;
  bottom: 0;
  padding: 4px;
  margin: 10px 10px 0 10px;
  left: 0;
}

#puzzle-highlighted-clue {
  position: fixed;
  bottom: 200px;
  left: 0;
  display: block;
  z-index: 1;
  margin: 12px 10px 18px 10px;
}

}
@media print {
  body {-webkit-print-color-adjust: exact;}
  .siteHeader,
  .btn,
  .tabsStyle {
    display: none !important;
  }
   #puzzle td {
    border: 3px solid #cdcdcd;
   }
   #puzzle td input.active {
    background-color: #f4f4f4;
   }
   #puzzle-clues li.clues-active {
    border: 0;
    background: transparent;
   }
}

#puzzle-highlighted-clue {
  font-size: 1rem;
  padding: 8px;
  background-color: #e8feff;
  margin-bottom: 18px;
  color: black;
}

#successResponse {
  padding: 5px;
  color: white;
}

.keyboard-btns {
  margin: 2px;
}
.puzzle-marathi{
  border:1px solid white;
}
ul.animated{
	text-align:center;
	color: #d0e7e9;
  font-style: italic;
  font-size: 17px;
}

.puzzle-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

#word-puzzle {
  display: flex;
}

#word-puzzle-inputs input {
  width: 30px;
}

#word-puzzle-inputs {
  border: 1px solid #cecece;
  padding: 10px;
}

#word-puzzle-keyboard {
  max-width: 200px;
  padding: 10px;
  border: 1px solid #cecece;
}

#word-puzzle-inputs span {
  color: white;
  margin: 0 10px;
}

#sub-nav {
  display: flex;
  justify-content: space-around;
  color: white;
  padding: 10px 0;
}

@media (max-width: 767px) {
  #word-puzzle {
    flex-direction: column;
    align-items: center;
  }

  #word-puzzle-picture img {
    width: 150px;
  }
} 

.next-prev-buttons {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 7%;
  right: 0;
  left: 0;
}

.next-prev-buttons button {
  font-size: 12px;
}

.crossword-marathi {
  position: relative;
}

#english-description{
	color: inherit;
    font-style: italic;
    font-size: 17px;
    font-weight: bold;
}

#feature-description{
	
}