* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;

  font-size: 100%;

  font-family: "Goudy Old Style", "Palatino", ui-serif, serif, "Georgia";
}

@font-face {
  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  src: url(../fonts/Goudy-Old-Style-Regular.ttf);
}

@font-face {
  font-family: goudy-old-style-bold;

  -webkit-font-family: goudy-old-style-bold;

  -moz-font-family: goudy-old-style-bold;

  -o-font-family: goudy-old-style-bold;

  -ms-font-family: goudy-old-style-bold;

  src: url(../fonts/Goudy-Old-Style-Bold.ttf);
}

@font-face {
  font-family: goudy-old-style-italic;

  -webkit-font-family: goudy-old-style-italic;

  -moz-font-family: goudy-old-style-italic;

  -o-font-family: goudy-old-style-italic;

  -ms-font-family: goudy-old-style-italic;

  src: url(../fonts/Goudy-Old-Style-Italic.ttf);
}

@font-face {
  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;

  src: url(../fonts/Goudy-Old-Style-Bold-Italic.ttf);
}

@font-face {
  font-family: souvenir;

  -webkit-font-family: souvenir;

  -moz-font-family: souvenir;

  -o-font-family: souvenir;

  -ms-font-family: souvenir;

  src: url(../fonts/Souvenir-regular.ttf);
}

@font-face {
  font-family: souvenir-bold;

  -webkit-font-family: souvenir-bold;

  -moz-font-family: souvenir-bold;

  -o-font-family: souvenir-bold;

  -ms-font-family: souvenir-bold;

  src: url(../fonts/Souvenir-bold.ttf);
}

@font-face {
  font-family: link-btn-font;

  -webkit-font-family: link-btn-font;

  -moz-font-family: link-btn-font;

  -o-font-family: link-btn-font;

  -ms-font-family: link-btn-font;

  src: url(../fonts/btn-font.ttf);
}

ol,
ul,
dl {
  margin: 0;

  padding: 0;
}

/*.container {

  

    max-width: 90%;

  

    margin: auto;

  

  } */

h1 {
  color: #000;

  font-family: goudy-old-style-bold;

  -webkit-font-family: goudy-old-style-bold;

  -moz-font-family: goudy-old-style-bold;

  -o-font-family: goudy-old-style-bold;

  -ms-font-family: goudy-old-style-bold;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: goudy-old-style-bold;

  -webkit-font-family: goudy-old-style-bold;

  -moz-font-family: goudy-old-style-bold;

  -o-font-family: goudy-old-style-bold;

  -ms-font-family: goudy-old-style-bold;

  color: #000;
}

a {
  /*font-family: souvenir;

  -webkit-font-family: souvenir;

  -moz-font-family: souvenir;

  -o-font-family: souvenir;

  -ms-font-family: souvenir;

  font-size: 16px;*/

 
  letter-spacing: 1px;

  color: #000;
  
  text-decoration: none;

  font-weight: 100;
}

li {
  list-style: none;
}

p,
li {
  color: #000;

  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  font-size: 25px;

  line-height: 1.3;

  margin-bottom:0.5em;
}

input,
textarea,
select {
  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  font-size: 20px;

  color: #000;
}

.right {
display: flex;
margin-left: auto;
}
.upper-menu ul {
  display: flex;

  justify-content: flex-end;
  
}

.upper-menu ul li {
  list-style: none;

  line-height: inherit;

  padding: 0px 15px;

  position: relative;

}

.upper-menu ul li:last-child {
  padding: 0 20px 0 15px;
}

.upper-menu ul li a {
  letter-spacing: 1px;

  transition: 0.5s ease;

  font-size: 18px;

  text-transform: uppercase;

  /*transition-delay: 2s;*/
}

.upper-menu ul li a:hover {
  color: #ff8a01;
/*transition-delay: 2s;*/
  
}

.upper-menu-list li a.active {
  color: #ff7c00;
}

ul.upper-sub-menu {
  position: absolute;

  z-index: -1;

  display: flex;

  flex-direction: column;

  width: 200px;

  right: 0;

  opacity: 0;

  border-radius: 5px;

  display: none;

  
  transition: all 0.1s;

  /*transition-behavior: allow-discrete;*/

  padding: 20px 0 0 0;

  /*animation: slideSubMenu 1s ease;*/

  overflow: hidden;
  text-align: right;
  
}

@keyframes slideSubMenu {

  /*from {
    transform: translateY(5px);
  }

  to {
    transform: translateY(0);
  }*/
}

ul.upper-sub-menu li {
  margin: 0;

  width: 100%;

  padding: 0;

  display: block;

  cursor: pointer;

  text-align: right;

visibility: visible;

 opacity: 1;
}

ul.upper-sub-menu li:last-child {
  padding: 0;
}

ul.upper-sub-menu li a {
  color: var(--tertiary-color);

  padding: 10px 10px 10px 15px;

  display: block;

  width: 100%;

  border: 1px solid #ff8a01;

  background: #fff;

  color: #000;
  
  text-transform: none;
}

ul.upper-sub-menu li:last-child a {
  /*border-bottom: none;*/
}

ul.upper-sub-menu li a:hover {
  /*background: #ff8a01;*/
  color: #ff8a01;
  /*color: #fff;*/
}

.upper-menu ul li:hover > ul {
  display: flex;

  opacity: 1;

  z-index: 999;

}

/* uppaer submenu ends */

.main-head {
  padding: 10px 0px;
}

.lower-menu ul li:last-child {
  padding: 0 15px;
}

.lower-menu ul li a.active {
  color: #ff7c00;
}

ul.lower-sub-menu {
  position: absolute;

  z-index: -1;

  display: flex;

  flex-direction: column;

  width: 250px;

  left: 0;

  opacity: 0;

  border-radius: 5px;

  display: none;

  padding: 5px 5px 0 0;

  animation: slideSubMenu 0.5s ease;

  overflow: hidden;
  text-align: left;
  
}

ul.lower-sub-menu li {
  margin: 0;

  width: 100%;

  padding: 0;

  display: block;

  cursor: pointer;

  text-align: left;
}

ul.lower-sub-menu li:last-child {
  padding: 0;
}

ul.lower-sub-menu li a {
  color: var(--tertiary-color);

  padding: 10px 10px 10px 15px;

  display: block;

  width: 100%;

  border: 1px solid #ff8a01;

  background: #fff;

  color: #000;

  text-transform: none;
}

ul.lower-sub-menu li:last-child a {
  /*border-bottom: none;*/
}

ul.lower-sub-menu li a:hover {
  /*background: #ff8a01;

  color: #000;*/
  color: #ff8a01;
}

ul.lower-sub-menu li a span {
  font-family: goudy-old-style-italic;

  -webkit-font-family: goudy-old-style-italic;

  -moz-font-family: goudy-old-style-italic;

  -o-font-family: goudy-old-style-italic;

  -ms-font-family: goudy-old-style-italic;
}

.lower-menu ul li:hover > ul {
  display: flex;

  opacity: 1;

  z-index: 999;
}

.click-btn1 {
  position: absolute;

  top: 12px;

  right: -3px;

  cursor: pointer;

  font-size: 0.5em;
  transition: all 0.5s ease;
}

.click-btn2 {
  position: absolute;

  top: 12px;

  right: -6px;

  cursor: pointer;

  font-size: 0.5em;
  transition: all 0.5s ease;
}

.upper-menu ul li:hover .click-btn1,
.lower-menu ul li:hover .click-btn2 {
  transform: rotate(180deg);
}

.divider {
  width: 100%;

  height: 0.7vw;

  /* background: lightblue; */

  margin: 1em 0px;

  border-radius: 30px;

  background-image: linear-gradient(to bottom, #ebae69, #ff8a01, #c96f05);
}

.upper-menu .divider {
  margin: 10px 0px;
}

.main-logo {
  margin: 30px 0;
}

.main-logo img {
  width: 40%;
}

.arrow_container  {

  display: flex;

  justify-content: space-between;

  align-items: center;

  align-content: center;

  font-size: 1.6em;

  color: #ff8a01;

  transition: 0.5s ease;

  line-height: 1;

  flex-wrap: wrap;

  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;


}

.arrow a {
color: #ff8a01;
flex-direction: column;
flex-wrap: wrap;
display: inline-block;

}

.arrow svg {
	width: 2em;
	height: 2em;
	margin-bottom: 0.5em;
	
}

.arrow svg path {
	
	fill: #ff8a01;
}
.about p i {
  font-family: goudy-old-style-italic;

  -webkit-font-family: goudy-old-style-italic;

  -moz-font-family: goudy-old-style-italic;

  -o-font-family: goudy-old-style-italic;

  -ms-font-family: goudy-old-style-italic;

  font-style: normal;

  margin-bottom:0.5em;
}

.about ul li {
  list-style: disc;

  list-style-position: inside;
}

.ab-flex {
  display: flex;

  align-items: end;

  justify-content: space-between;
}

.ab-flex ul {
  padding: 0 0 0 20px;
}

.ab-flex ul li {
  list-style-type: disc;
}

.web-btn {
  text-align: left;
}

.web-btn a {
  font-size: 1.6em;

  color: #ff8a01;

  transition: 0.4s ease;

  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;

  margin: 10px 0 0 0;

  line-height: 1em;
}

.web-btn a:hover {
  color: #dd6800;
}

.web-btn .book-text-flex {
  margin: 0;
}

.about .web-btn {
  margin: 0.2em;
}

.padd {
  margin: 0.2em;
  
}

.cur-flex {
  display: flex;

  justify-content: space-between;
}

.cur-txt {
  padding-left: 30px;

  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;
 
}

.cur-txt  i {
font-style: unset;
font-family: goudy-old-style-italic;

  -webkit-font-family: goudy-old-style-italic;

  -moz-font-family: goudy-old-style-italic;

  -o-font-family: goudy-old-style-italic;

  -ms-font-family: goudy-old-style-italic;

  font-style: normal;

}


.cur-txt h5 {
  font-size: 30px;

  font-weight: 500;
}

.title-head {
  font-size: 2em;

  /* line-height: 1.6; */

  margin: 0;

  text-transform: uppercase;

  font-family: souvenir-bold;

  -webkit-font-family: souvenir-bold;

  -moz-font-family: souvenir-bold;

  -o-font-family: souvenir-bold;

  -ms-font-family: souvenir-bold;
}

.talking-box {
  width: 100%;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

.talking-box img {
  width: 100%;

  height: 230px;

  object-fit: cover;
}

.talking-box h2 {
  font-size: 30px;

  margin: 15px 0px;
}

.talking-box h2 a {
  color: inherit;

  font-size: inherit;

  font-family: inherit;

  letter-spacing: inherit;

  -webkit-font-family: inherit;
}

.talking-box h2 a:hover {
  color: #ff8a01;
}

.talking h5 {
  font-size: 30px;

  margin: 15px 0 50px 0;
}

.talking-box .web-btn {
  text-align: left;
}

.book-img img {
  width: 90%;

  margin-bottom: 30px;
}

.book-img {
  text-align: right;
}

.book-service h5 {
  font-size: 30px;

  margin: 20px 0;
}

.book-service h5 span {
  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;
}

.search-box h5 {
  font-size: 35px;

  margin: 0;

  width: 25%;
}

.search-box {
  flex-wrap: wrap;
}

.book-service p i {
  font-family: goudy-old-style-italic;

  -webkit-font-family: goudy-old-style-italic;

  -moz-font-family: goudy-old-style-italic;

  -o-font-family: goudy-old-style-italic;

  -ms-font-family: goudy-old-style-italic;
}

.search-box form {
  width: calc(100% - 25%);

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;
}

.search-box input {
  width: calc(100% - 60px);

  border: 2px solid #ff8a01;

  outline: none;

  padding: 10px;

  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  font-size: 25px;
}

.search-box button {
  width: 40px;

  border: none;

  outline: none;

  background: transparent;
}

.search-box img {
  width: 100%;

  height: auto;
}

.search-box {
  margin: 20px 0px;
}

footer .container {
  padding: 40px 30px;

  background: #ff8a01;
}

.pd-left {
  padding-left: 30px;
}

.foot-links h4 {
  color: #fff;

  font-size: 30px;
}

.foot-links h4 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}

.foot-links ul {
  padding: 0 0 0 20px;
}

.foot-links ul li {
  line-height: normal;
  

  /* margin: 0 0 5px 0; */
}

.foot-links ul li:last-child {
  margin: 0;
}

.foot-links ul li a {
  color: #fff;

  font-size: 24px;

  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  letter-spacing: inherit;
}

.foot-links ul li a i {
  font-family: goudy-old-style-italic;

  -webkit-font-family: goudy-old-style-italic;

  -moz-font-family: goudy-old-style-italic;

  -o-font-family: goudy-old-style-italic;

  -ms-font-family: goudy-old-style-italic;

  font-style: normal;
}

.social-links h4 {
  text-align: right;
}

.foot-box img {
  width: 80%;

  margin: 0 0 20px 0;
}

.foot-box p {
  color: #fff;

  font-size: 18px;

  margin: 0 0 5px 0;

  line-height: 1.5;
}

.foot-box p:last-child {
  margin: 0;
}

.foot-box a {
  font-size: 18px;

  color: #fff;

  display: inline-block;

  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;
}

.foot-news {
  height: 100%;

  position: relative;
}

.social-links ul {
  display: flex;

  align-items: left;

  justify-content: flex-end;

  padding: 0;

  position: absolute;

  bottom: 0;

  left: 0;
}

.social-links ul li {
  margin: 0 8px 0 0;
}

.social-links ul li:last-child {
  margin: 0;
}

.social-links ul li img {
  width: 100%;
}



.copyright p {
  font-size: 22px;

  text-align: center;

  line-height: 30px;

  margin: 20px auto 0;

  color: #fff;

  width: 80%;
}

.space {
  width: 100%;
}

.cur-img img {
width: 16vw;
}

img {
  width: 100%;

  transition: 0.4s ease;
}

.sticky {
  width: 100%;

  position: fixed;

  top: 0;

  left: 0;

  z-index: 999;

  animation: slidetop 1s ease-in-out backwards;

  background-color: #fff;

  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

@keyframes slidetop {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.recent-card {
  width: 100%;

  margin: 20px 0 0 0;
}

.recent-image {
  width: 100%;
margin: 0 5% 0 0;
  height: auto
}

.recent-image img {
  width: 100%;

  height: auto;

  object-fit: cover;

  object-position: top;
}

.recent-text {
  width: 100%;
}

.rec-flex {
  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

  width: 70%;

  margin: 0 5% 0 0;
}

.rec-flex p {
  margin: 10px 0 0 0;
}

.recent-text h3 {
  margin: 10px 0 0 0;
}

.recent-text h3 a {
  font-size: 25px;

  color: #000;

  font-family: goudy-old-style-bold;

  -webkit-font-family: goudy-old-style-bold;

  -moz-font-family: goudy-old-style-bold;

  -o-font-family: goudy-old-style-bold;

  -ms-font-family: goudy-old-style-bold;

  /*text-transform: capitalize;*/
}

.recent-text h3 a:hover {
  color: #dd6800;
}

.divider-2 {
  width: 100%;

  background: #ff8a01;

  height: 2px;

  margin: 30px 0 0 0;
}

.foot-flex {
  display: flex;

  margin: 20px 0 0 0;
}

.foot-flex img {
  object-fit: contain;
}

.foot-flex img:nth-child(1) {
  width: 140px;

  margin: 0 20px 0 0;

  display: flex;

  flex-shrink: 0;
}

.foot-flex img:nth-child(2) {
  width: 400px;

  height: auto;

  display: flex;

  flex-shrink: 0;
}

.archive p {
  margin: 0;
}

.archive-input-flex {
  width: 100%;

  display: flex;

  justify-content: space-between;

  align-items: center;

  flex-wrap: wrap;

  margin: 20px 0 0 0;
}

.archive-input {
  width: 30%;
}

.archive-input label {
  display: block;

  font-family: goudy-old-style-bold;

  -webkit-font-family: goudy-old-style-bold;

  -moz-font-family: goudy-old-style-bold;

  -o-font-family: goudy-old-style-bold;

  -ms-font-family: goudy-old-style-bold;

  /*font-weight: bold;*/

  color: #000;

  font-size: 25px;
}

.archive-input input {
  width: 100%;

  padding: 5px;

  border: 2px solid #ff8a01;

  outline: none;
}

.search-icon {
  width: 40px;

  margin: 45px 0 0 0;
}

.search-icon button {
  width: 40px;

  border: none;

  outline: none;

  background: transparent;
}

.search-icon button {
  width: 100%;
}

.archive-input-box {
  width: 45%;
}

.archive-input-box label {
  display: block;

  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  font-weight: bold;

  color: #000;

  font-size: 30px;

  margin: 0 0 10px 0;
}

.archive-input-box input {
  width: 100%;

  padding: 5px;

  border: 2px solid #ff8a01;

  outline: none;
}

.archive-label {
  margin: 30px 0 0 0;

  width: 15%;
}

.archive-label input[type="radio"] {
  width: 22px;

  height: 22px;

  color: #ff8a01;

  display: none;
}

.archive-label label {
  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  font-size: 25px;

  margin: 0 0 0 5px;

  position: relative;

  cursor: pointer;

  padding: 0 0 0 40px;
}

.radio-mark {
  position: absolute;

  top: 50%;

  left: 0;

  transform: translateY(-50%);

  height: 22px;

  width: 22px;

  border: 2px solid #ff8a01;

  border-radius: 50%;

  padding: 10px;

  display: grid;

  place-items: center;
}

.radio-mark div {
  width: 12px;

  height: 12px;

  border-radius: 50%;

  display: block;

  margin: auto;

  position: absolute;
}

.archive-label-text input[type="radio"]:checked + .radio-mark {
  border-color: #ff8a01;
}

.archive-label-text input[type="radio"]:checked + .radio-mark > div {
  background: #000;
}

.second-archive {
  margin: 30px 0 30px 0;
}

.second-archive .archive-input-flex {
  align-items: flex-end;
}

.second-archive .archive-input-flex .archive-label {
  margin: 0;
}

.sample-head {
  width: 100%;
}

.sample-head {
  width: 100%;

  margin: 30px 0;

  display: flex;
}

.sample-head .archive-label {
  margin: 0;
}

.sample-head label {
  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  font-weight: bold;

  color: #000;

  font-size: 25px;

  margin: 0 70px 0 0;
}

.sample-head input {
  margin: 0 30px 0 0;
}

.sample-head label:last-child {
  margin: 0;
}

.sample-input {
  width: 100%;
}

.sample-input label {
  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  font-weight: bold;

  color: #000;

  font-size: 25px;
}

.sample-input input {
  padding: 5px;

  border: 2px solid #ff8a01;

  outline: none;

  width: 100%;

  margin: 10px 0 0 0;

  height: 50px;
}

.sample-add {
  margin: 30px 0 0 0;
}

.sample-add label {
  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  font-weight: bold;

  color: #000;

  font-size: 25px;
}

.sample-add {
  margin: 30px 0 0 0;
}

.sample-input-flex {
  width: 100%;

  margin: 30px 0 0 0;
}

.sample-text {
  width: 100%;
}

.sample-text input {
  width: 20px;

  height: 20px;

  accent-color: #ff8a01;
}

.sample-text label {
  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  font-size: 25px;

  margin: 0 0 0 5px;
}

.sample-btn {
  width: 100%;

  text-align: right;
}

.sample-btn input {
  display: inline-block;

  padding: 5px 30px;

  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;

  font-weight: 600;

  color: #fff;

  font-size: 25px;

  background: #ff8a01;

  outline: none;

  border: none;
}

.sample-btn input:hover {
  background: #dd6800;
}

.book-card {
  width: 100%;
}

.book-image {
  width: 100%;

  height: 300px;
}

.book-image img {
  width: auto;

  height: 300px;

  object-fit: cover;

  object-position: top;

  margin: 0 0 0 30px;
}

.book-text {
  width: 100%;
}

.book-text h3 {
  margin: 20px 0 0 0;
}

.book-text a {
  color: #000;

  font-size: 28px;

  font-weight: 600;

  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;
}

.book-text a:hover {
  color: #dd6800;
}

.book-service-text {
  margin: 30px 0 0 0;
}

.book-service-text .archive-label {
  width: 100%;
}

.book-service-text .archive-label label {
  padding: 0 0 0 80px;
}

.book-service-text p {
  font-size: 25px;

  /* margin: 0 0 10px 0; */
}

.book-info-sec {
  margin: 0;
}

.book-info-sec span {
  font-weight: 600;

  font-family: link-btn-font;

  -webkit-font-family: link-btn-font;

  -moz-font-family: link-btn-font;

  -o-font-family: link-btn-font;

  -ms-font-family: link-btn-font;
}

.book-service-image {
  margin: 30px 0 0 auto;

  width: 95%;
}

.book-service-box h2 {
  font-size: 35px;

  margin: 0;
}

.book-service-box h2 span {
  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;
}

.book-flex {
  width: 100%;

  margin: 30px 0 0 0;

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

  align-items: center;

  row-gap: 10px;
}

.book-btn {
  /* width: 50%; */
}

.book-btn:nth-child(2) {
  text-align: left;
}

.book-btn a {
  font-size: 26px;

  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style;

  color: #ff8a01;

  transition: 0.4s ease;
}

.book-btn a:hover {
  color: #dd6800;
}

.book-flex .book-text-flex {
  margin: 0;
}

.category-box h2 {
  font-size: 35px;

  margin: 0;
}

.category-btn {
  width: 100%;

  margin: 10px 0 0 0;
}

.category-btn a {
  font-size: 26px;

  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;

  color: #ff8a01;

  transition: 0.4s ease;
}

.category-btn a:hover {
  color: #dd6800;
}

.recent-book-box h2 {
  font-size: 35px;

  margin: 0;
}

.recent-book-card {
  width: 100%;

  margin: 20px 0 20px 0;
}

.recent-book-image {
  width: 100%;

  height: 300px;

  text-align: left;
}

.recent-book-image img {
  height: 100%;

  width: 100%;

  object-fit: contain;
}

.archive-text {
  width: 100%;

  margin: 0;

  padding: 0;
}

.archive-text p a {
  color: #ff8a01;

  font-weight: bold;

  font-size: 24px;
}

.archive-text a:hover {
  color: #dd6800;
}

.archive-cont label {
  font-size: 30px;

  font-family: goudy-old-style-bold;

  -webkit-font-family: goudy-old-style-bold;

  -moz-font-family: goudy-old-style-bold;

  -o-font-family: goudy-old-style-bold;

  -ms-font-family: goudy-old-style-bold;

  margin: 0 0 10px 0;
}

.result-box h1 {
  margin: 0;
}

.result-text {
  width: 100%;
}

.result-text p {
  margin: 0;
}

.result-btn {
  width: 100%;

  text-align: right;
}

.result-btn a {
  font-size: 26px;

  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;

  color: #ff8a01;

  transition: 0.4s ease;
}

.result-btn a:hover {
  color: #dd6800;
}

.result-inner {
  margin: 0;

  align-items: center;
}

.result-inner > * {
  padding-left: 0;
}

.result-inner .divider-2 {
  margin: 20px 0 0 0;
}

.sub-text h3 {
  margin: 0;
}

.sub-text h3 a {
  font-size: 30px;

  color: #ff8a01;

  margin: 0;

  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;
}

.sub-text h3 a:hover {
  color: #dd6800;
}

.sample-form {
  width: 100%;

  margin: 10px 0 0 0;
}

.sub-input {
  width: 100%;

  margin: 15px 0 0 0;
}

.sub-input label {
  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  font-weight: bold;

  color: #000;

  font-size: 30px;
}

.list-mail-input label {
  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  font-weight: bold;

  font-size: 30px;
}

.sub-input input {
  padding: 5px 10px 5px 20px;

  border: 2px solid #ff8a01;

  outline: none;

  width: 100%;

  margin: 10px 0 0 0;

  font-size: 25px;

  height: 50px;
}

.sub-add {
  margin: 20px 0 0 0;
}

.sub-add label {
  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  font-weight: bold;

  color: #000;

  font-size: 30px;
}

.delev-label {
  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;
}

.sub-add .sub-input {
  margin: 10px 0 0 0;
}

.sub-input select {
  padding: 5px 10px 5px 20px;

  border: 2px solid #ff8a01;

  outline: none;

  width: 100%;

  margin: 10px 0 0 0;

  background: none;

  font-size: 25px;

  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  appearance: none;

  -webkit-appearance: none;

  -moz-appearance: none;

  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"%3E%3Cpath fill="%23FF8A01" d="M143 352.3l-136-136C3.4 209.7 0 202.8 0 196s3.4-13.7 7-19L23 158c3.6-5.3 9.8-8 16-8s12.4 2.7 16 8l104 104.3L265 158c3.6-5.3 9.8-8 16-8s12.4 2.7 16 8l16 19c3.6 5.3 7 12.2 7 19s-3.4 13.7-7 19l-136 136c-9.4 9.4-24.6 9.4-33.9 0z"/%3E%3C/svg%3E');

  background-position: right 10px center;

  background-size: 18px;

  background-repeat: no-repeat;

  height: 50px;
}

.sub-input select option {
  font-size: 15px;

  color: #000;
}

.sub-mail {
  margin: 10px 0 0 0;
}

.sub-date {
  margin: 20px 0 0 0;
}

.sub-date .row {
  align-items: center;
}

.sub-date p {
  font-size: 22px;

  margin: 0;
}

.sub-date-input {
  width: 100%;
}

.sub-date-input select {
  padding: 5px 10px 5px 20px;

  border: 2px solid #ff8a01;

  outline: none;

  width: 100%;

  margin: 10px 0 0 0;

  background: none;

  font-size: 25px;

  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  appearance: none;

  -webkit-appearance: none;

  -moz-appearance: none;

  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"%3E%3Cpath fill="%23FF8A01" d="M143 352.3l-136-136C3.4 209.7 0 202.8 0 196s3.4-13.7 7-19L23 158c3.6-5.3 9.8-8 16-8s12.4 2.7 16 8l104 104.3L265 158c3.6-5.3 9.8-8 16-8s12.4 2.7 16 8l16 19c3.6 5.3 7 12.2 7 19s-3.4 13.7-7 19l-136 136c-9.4 9.4-24.6 9.4-33.9 0z"/%3E%3C/svg%3E');

  background-position: right 10px center;

  background-size: 18px;

  background-repeat: no-repeat;
}

.sub-info {
  margin: 0;
}

.suscribe-flex {
  width: 100%;

  margin: 20px 0 0 0;
}

.subscribe-input {
  /* width: 50%;



    float: left; */

  display: flex;

  align-items: center;

  /* padding: 0 20px 0 0; */
}

.subscribe-input p {
  margin: 10px 0 0 0;
}

.subscribe-input p:nth-child(1) {
  margin: 0 10px 0 0;
}

.subscribe-input p:nth-child(1) span {
  display: none;
}

.subscribe-input select {
  padding: 5px 10px 5px 20px;

  border: 2px solid #ff8a01;

  outline: none;

  margin: 0 10px 0 0;

  background: none;

  font-size: 25px;

  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  appearance: none;

  -webkit-appearance: none;

  -moz-appearance: none;

  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"%3E%3Cpath fill="%23FF8A01" d="M143 352.3l-136-136C3.4 209.7 0 202.8 0 196s3.4-13.7 7-19L23 158c3.6-5.3 9.8-8 16-8s12.4 2.7 16 8l104 104.3L265 158c3.6-5.3 9.8-8 16-8s12.4 2.7 16 8l16 19c3.6 5.3 7 12.2 7 19s-3.4 13.7-7 19l-136 136c-9.4 9.4-24.6 9.4-33.9 0z"/%3E%3C/svg%3E');

  background-position: right 10px center;

  background-size: 18px;

  background-repeat: no-repeat;
}

.subscribe-input-text {
  width: 100%;
}

.subscribe-input-text p {
  margin: 0;
}

.sub-label-box {
  width: 100%;
}

.sub-label {
  width: 100%;

  margin: 20px 0 0 0;

  display: flex;

  justify-content: space-between;
}

.sub-label input {
  width: 20px;

  height: 20px;

  accent-color: #ff8a01;
}

.sub-label p {
  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  font-weight: bold;

  color: #000;

  font-size: 30px;
}

.gift-box h1 {
  margin: 0 0 10px 0;
}

.gift-box p {
  margin: 0;
}

.gift-box p span {
  font-family: goudy-old-style-italic;

  -webkit-font-family: goudy-old-style-italic;

  -moz-font-family: goudy-old-style-italic;

  -o-font-family: goudy-old-style-italic;

  -ms-font-family: goudy-old-style-italic;
}

.sub-btn {
  width: 100%;

  text-align: right;

  margin: 20px 0 10px 0;
}

.sub-btn a {
  font-size: 26px;

  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;

  color: #ff8a01;

  transition: 0.4s ease;
}

.sub-btn a:hover {
  color: #dd6800;
}

.mail-box p {
  margin: 10px 0 0 0;
}

.mail-box p span {
  font-family: goudy-old-style-italic;

  -webkit-font-family: goudy-old-style-italic;

  -moz-font-family: goudy-old-style-italic;

  -o-font-family: goudy-old-style-italic;

  -ms-font-family: goudy-old-style-italic;
}

.list-mail {
  margin: 20px 0 0 0;
}

.list-mail .row {
  align-items: center;
}

.mail-btn-flex {
  justify-content: space-between;
  align-items: center;
  margin: 45px 0 0 0;
}

.unsubscribe-btn {
  width: 48%;
}

.unsubscribe-btn button {
  display: inline-block;
  font-family: goudy-old-style-bold-italic;
  -webkit-font-family: goudy-old-style-bold-italic;
  -moz-font-family: goudy-old-style-bold-italic;
  -o-font-family: goudy-old-style-bold-italic;
  -ms-font-family: goudy-old-style-bold-italic;
  font-weight: bold;
  font-size: 25px;
  color: #ff8a01;
  outline: none;
  border: none;
  background: none;
}

.unsubscribe-btn button:hover {
  column-rule-color: #ea8002;
}

.mail-btn {
  display: flex;
  justify-content: flex-end;
  width: 48%;
  text-align: unset;
}

.mail-btn-flex.align-left .mail-btn {
  width: 100%;
}

.alert-success {
  margin: 20px 0 0 0;
  width: 100%;
  background: #ff8a01;
  color: #fff;
  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;
  font-size: 25px;
  padding: 10px 30px;
  display: inline-block;
}

.login-box .alert-success{
  display: block;
  text-align: center;
}

.mail-box {
  margin: 20px 0 30px 0;
}

.basket-text {
  width: 100%;

  display: flex;

  align-items: center;

  column-gap: 10px;
}

.basket-text p {
  margin: 0;
}

.basket-text span {
  display: inline-block;

  padding: 0;

  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  font-size: 24px;

  border: 2px solid #ff8a01;

  margin: 0 15px 0 0;

  width: 75px;
}

.basket-text span input {
  border: none;

  outline: none;

  background: transparent;

  border-radius: 0;

  font-size: 20px;

  padding: 5px 10px;
}

.itemQuantity .col-lg-2 {
  text-align: right;
}

.basket-btn {
  text-align: right;

  width: 100%;
}

.basket-btn p {
  margin: 0;
}

.basket-btn p span {
  font-family: link-btn-font;

  -webkit-font-family: link-btn-font;

  -moz-font-family: link-btn-font;

  -o-font-family: link-btn-font;

  -ms-font-family: link-btn-font;
}

.basket-total-head {
  text-align: right;
}

.basket-total-head h3 {
  margin: 0;
}

.basket-total-head h3 span {
  font-family: link-btn-font;

  -webkit-font-family: link-btn-font;

  -moz-font-family: link-btn-font;

  -o-font-family: link-btn-font;

  -ms-font-family: link-btn-font;
}

.post-head {
  width: 100%;

  display: flex;

  align-items: center;

  margin: 20px 0 0 0;
}

.post-head h3 {
  margin: 0;

  font-size: 30px;
}

.post-head form {
  width: 100%;
}

.post-select {
  padding: 5px 10px 5px 20px;

  border: 2px solid #ff8a01;

  outline: none;

  margin: 0 0 0 30px;

  background: none;

  font-size: 25px;

  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  appearance: none;

  -webkit-appearance: none;

  -moz-appearance: none;

  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"%3E%3Cpath fill="%23FF8A01" d="M143 352.3l-136-136C3.4 209.7 0 202.8 0 196s3.4-13.7 7-19L23 158c3.6-5.3 9.8-8 16-8s12.4 2.7 16 8l104 104.3L265 158c3.6-5.3 9.8-8 16-8s12.4 2.7 16 8l16 19c3.6 5.3 7 12.2 7 19s-3.4 13.7-7 19l-136 136c-9.4 9.4-24.6 9.4-33.9 0z"/%3E%3C/svg%3E');

  background-position: right 10px center;

  background-size: 18px;

  background-repeat: no-repeat;

  width: 70%;
}

.post-select option {
  font-size: 15px;
}

.basket-form {
  width: 100%;
}

.basket-form-text {
  margin: 30px 0 0 0;
}

.basket-form-text input {
  display: none;
}

.basket-form-text label {
  color: #000;

  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  font-size: 30px;

  position: relative;

  padding: 0 0 0 70px;
}

.post-box .row {
  align-items: flex-end;
}

.basket-flex {
  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;
}

.basket-flex .basket-btn {
  width: 50%;

  margin: 20px 0 0 0;
}

.basket-btn a {
  font-size: 26px;

  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;

  color: #ff8a01;

  transition: 0.4s ease;
}

.basket-btn a:hover {
  color: #dd6800;
}

.basket-flex form {
  width: 50%;
}

.basket-flex form .basket-btn {
  width: 100%;
}

.basket-flex form button[type="submit"] {
  font-size: 26px;

  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;

  cursor: pointer;

  color: #ff8a01;

  transition: 0.4s ease;

  border: none;

  outline: none;

  background: none;

  width: 100%;
}

.basket-flex form button[type="submit"]:hover {
  color: #dd6800;
}

.cur-head {
  display: flex;

  justify-content: space-between;

  align-items: center;

  flex-wrap: wrap;

}

.cur-head h3 {

  /*font-size: 30px;*/
}

.cur-head i {
font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;

  }
.cur-cont-text {
  width: 100%;

/*  margin: 20px 0 0 0;*/
}

.cur-cont-text h3 {
  font-size: 30px;

  margin: 0;
}

.cur-cont-text p {
  margin: 0 0 0 0;
}

.cur-head-image img {
  height: 350px;

  object-fit: contain;

  object-position: left;
}

.cur-btn {
  text-align: right;

  margin: 2em 0 0 0;
}

/*.cur-flex {
  margin: 1.5em 0 0 0;
}*/

.cur-btn a {
  font-size: 1.6em;

  color: #ff8a01;

  transition: 0.5s ease;

  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;
}

.cur-btn a:hover {
  color: #dd6800;
}

.cur-cont .divider-2 {
  margin: 1em 0 0 0;
}

.cur-cont-box p {
  margin: 0;
}

.cur-cont-flex {
  width: 100%;

  margin: 15px 0 30px 0;

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;
}

.cur-cont-flex-text {
  width: 50%;
}

.renew-head {
  width: 100%;

  margin: 15px 0 0 0;

  display: flex;

  align-items: center;
}

.renew-head p {
  margin: 0;
}

.renew-head select {
  padding: 5px 5px 5px 50px;

  border: 2px solid #ff8a01;

  outline: none;

  margin: 0 0 0 30px;

  background: none;

  font-size: 20px;

  font-family: sub-label;
}

.password-input {
  position: relative;

  width: 100%;
}

.toggle-pass {
  position: absolute;

  top: 60%;

  transform: translateY(-50%);

  right: 20px;

  color: #ff8a01;

  cursor: pointer;

  font-size: 15px;
}

.detail-btn {
  margin: 30px 0 10px 0;
}

.add-btn {
  margin: 70px 0 0 0;
}

.add-last-btn {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin: 70px 0 0 0;
}

.order-info {
  margin: 10px 0 0 0;
}

.order-info a {
  font-size: 24px;

  font-weight: bold;

  color: #ff8a01;

  transition: 0.4s ease;
}

.order-info a:hover {
  color: #dd6800;
}

.order-list {
  width: 100%;
}

.order-list li {
  display: flex;
  align-items: center;
  margin: 15px 0 0 0;
}

.order-list h3 {
  margin: 0 15px 0 0;

  font-size: 28px;
}

.order-list h3 span {
  font-family: link-btn-font;

  -webkit-font-family: link-btn-font;

  -moz-font-family: link-btn-font;

  -o-font-family: link-btn-font;

  -ms-font-family: link-btn-font;

  margin: 0 0 0 10px;
}

.order-list p {
  margin: 0;

  font-size: 28px;
}

.order-box-sec {
  margin: 30px 0 30px 0;
}

.sub-flex {
  width: 100%;

  margin: 20px 0 0 0;
}

.sub-flex ul {
  display: inline-block;
}

.sub-flex ul li {
  display: inline-block;

  margin: 0 50px 0 0;
}

.sub-flex ul li:last-child {
  margin: 0;
}

.sub-flex ul li a {
  display: inline-block;

  font-size: 30px;

  color: #ff8a01;

  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;

  transition: 0.5s ease;
}

.sub-flex ul li a:hover {
  color: #dd6800;
}

.sub-top {
  margin: 90px 0 0 0;
}

.sub-card-row {
  margin: 40px 0 0 0;
}

.sub-rec-btn {
  display: inline-block;

  font-size: 30px;

  color: #ff8a01;

  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;

  transition: 0.4s ease;
}

.sub-rec-btn:hover {
  color: #dd6800;
}

.sub-rec-2 {
  margin: 35px 0 0 0;
}

.sub-input-cont label {
  font-size: 30px;

  margin: 0 0 10px 0;

  font-family: goudy-old-style-bold;

  -webkit-font-family: goudy-old-style-bold;

  -moz-font-family: goudy-old-style-bold;

  -o-font-family: goudy-old-style-bold;

  -ms-font-family: goudy-old-style-bold;
}

.sub-cont-label input {
  width: 20px;

  height: 20px;
}

.sub-cont-label {
  margin: 50px 0 0 0;
}

.sub-search.search-icon {
  margin: 60px 0 0 0;
}

.book-txt h3 {
  font-size: 25px;

  margin: 0;
}

.book-txt h3 span {
  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;
}

.book-txt-info {
  margin: 15px 0;
}

.book-txt p br {
  display: none;
}

.book-txt-box {
  margin: 30px 0 0 0;
}

.book-search-box {
  margin: 20px 0 40px 0;
}

.book-search-box .search-box img {
  width: 50px;
}

.book-info-cont {
  margin: 0;
}

.book-info-cont span {
  font-family: link-btn-font;

  -webkit-font-family: link-btn-font;

  -moz-font-family: link-btn-font;

  -o-font-family: link-btn-font;

  -ms-font-family: link-btn-font;
}

.book-text-flex {
  text-align: right;

  margin: 100px 0 0 0;
}

.book-info-2 {
  margin: 120px 0 0 0;
}

.search-last-box .book-text-flex {
  margin: 120px 0 0 0;
}

.check-text {
  display: flex;

  align-items: center;
}

.check-text p {
  margin: 0;
}

.check-text > span {
  margin: 0 50px 0 0;

  display: inline-block;

  padding: 5px 15px;

  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  font-size: 24px;

  border: 2px solid #ff8a01;

  margin: 0 15px 0 0;
}

.check-text p span {
  margin: 0;

  font-family: goudy-old-style-italic;

  -webkit-font-family: goudy-old-style-italic;

  -moz-font-family: goudy-old-style-italic;

  -o-font-family: goudy-old-style-italic;

  -ms-font-family: goudy-old-style-italic;
}

.check-btn {
  text-align: right;
}

.check-btn p {
  margin: 0 0 0 0;

  font-family: link-btn-font;

  -webkit-font-family: link-btn-font;

  -moz-font-family: link-btn-font;

  -o-font-family: link-btn-font;

  -ms-font-family: link-btn-font;
}

.checkout-box.padd {
  margin: 0;
}

.checkout-box .divider-2 {
  margin: 15px 0;
}

.checkout-box .divider {
  margin: 15px 0;
}

.basket-total p {
  margin: 0 0 0 0;
}

.check-total-head {
  text-align: right;
}

.check-total-head h3 {
  margin: 0;
}

.check-total-head h3 span {
  font-family: link-btn-font;

  -webkit-font-family: link-btn-font;

  -moz-font-family: link-btn-font;

  -o-font-family: link-btn-font;

  -ms-font-family: link-btn-font;
}

.check-input {
  width: 100%;

  display: flex;

  align-items: center;
}

.check-input input {
  width: 20px;

  height: 20px;

  margin: 0 50px 0 0;

  display: none;
}

.check-input label {
  font-size: 30px;

  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;

  position: relative;

  padding: 0 0 0 80px;
}

.check-box .divider {
  margin: 15px 0 20px 0;
}

.check-list-box .order-list li:first-child {
  margin: 0;
}

.payment-box p {
  margin: 15px 0 0 0;
}

.info-1 {
  font-size: 23px;

  color: #ff8a01;

  font-weight: bold;

  color: #ff8a01;

  font-family: goudy-old-style-bold;

  -webkit-font-family: goudy-old-style-bold;

  -moz-font-family: goudy-old-style-bold;

  -o-font-family: goudy-old-style-bold;

  -ms-font-family: goudy-old-style-bold;
}

.info-2 {
  font-weight: bold;

  font-family: goudy-old-style-bold;

  -webkit-font-family: goudy-old-style-bold;

  -moz-font-family: goudy-old-style-bold;

  -o-font-family: goudy-old-style-bold;

  -ms-font-family: goudy-old-style-bold;
}

.pay-input-last {
  text-align: right;

  justify-content: flex-end;
}

.pay-input-last label {
  color: #ff8a01;
}

.pay-input {
  margin: 30px 0 0 0;
}

.pay-method-box img {
  width: 30%;
}

.pay-input img {
  width: 131px;
}

.pay-input-second {
  padding: 0 0 0 15%;
}

.pay-invoice {
  margin: 55px 0 0 0;
}

.pay-method-box {
  margin: 30px 0 0 0;

  align-items: center;
}

.check-submit-box img {
  width: 250px;
}

.invoice-submit-box {
  text-align: right;
}

.invoice-submit {
  margin: 40px 0 0 0;
}

.donate-box h3 {
  font-size: 30px;

  margin: 0;
}

.donate-box p {
  margin: 15px 0 0 0;
}

.donate-input {
  width: 100%;

  margin: 30px 0 0 0;

  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;
}

.donate-input input {
  padding: 5px;

  border: 2px solid #ff8a01;

  outline: none;

  width: 100%;

  font-size: 20px;
}

.donate-input input::placeholder {
  color: #ff8a01;

  opacity: 1;
}

.amount-input {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
}

.currency {
  position: absolute;
  left: 12px;
  color: #ff8a01;
}

.amount-input input {
  padding-left: 30px;
}

.donate-box h4 {
  font-size: 30px;

  margin: 30px 0 0 0;
}

.login-submit {
  margin: 30px 0 0 0;
}

.login-radio {
  width: 100%;
}

.login-radio .archive-label {
  width: 100%;
}

.pass-row {
  align-items: center;
}

.pass-submit {
  margin: 20px 0 0 0;
}

.pass-submit button {
  display: inline-block;

  padding: 5px 30px;

  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;

  color: #fff;

  font-size: 25px;

  background: #ff8a01;

  outline: none;

  border: none;
}

.topic-mid-text p {
  margin: 0;
}

.topic-cont-text p {
  margin: 20px 0 0 0;
}

.topic-cont-btn {
  margin: 20px 0 0 0;

  text-align: left;
}

.topic-btn {
  margin: 20px 0 0 0;

  text-align: right;
}

.topic-cont-box {
  margin: 20px 0 20px 0;
}

.publis-box h1 {
  margin: 0 0 20px 0;
}

.publis-image {
  width: 95%;
}

.publis-image img {
  width: 100%;
}

.publis-text {
  width: 100%;
}

.publis-text h3 {
  font-size: 30px;

  margin: 0;
}

.publis-text h3 span {
  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;
}

.publis-text-info {
  margin: 15px 0 0;
}

.publis-info {
  margin: 70px 0 0 0;
}

.publis-info span {
  font-weight: 600;

  font-family: link-btn-font;

  -webkit-font-family: link-btn-font;

  -moz-font-family: link-btn-font;

  -o-font-family: link-btn-font;

  -ms-font-family: link-btn-font;
}

.pub-flex {
  text-align: right;

  margin: 30px 0 0 0;
}

.publis-info-sec {
  margin: 30px 0 0 0;

  font-family: link-btn-font;

  -webkit-font-family: link-btn-font;

  -moz-font-family: link-btn-font;

  -o-font-family: link-btn-font;

  -ms-font-family: link-btn-font;
}

.publis-info-sec span {
  font-weight: 600;
}

.publis-last {
  margin: 20px 0 30px 0;
}

.pay-box p {
  margin: 15px 0 0 0;
}

.pay-box p span {
  color: #ff8a01;

  font-weight: bold;
}

.pay-box h3 {
  font-size: 30px;

  margin: 20px 0 0 0;

  display: flex;

  align-items: center;
}

.subs-pay {
  display: flex;

  align-items: center;
}

.subs-pay input {
  width: 20px;

  height: 20px;

  margin: 0 70px 0 0;

  display: none;
}

.subs-pay label {
  position: relative;

  padding: 0 0 0 80px;
}

.go-card {
  margin: 50px 0 0 0;
}

.pay-post-head {
  width: 100%;

  display: flex;

  align-items: center;

  margin: 20px 0 0 0;
}

.pay-post-head p {
  margin: 0;
}

.pay-post-head select {
  margin: 0 0 0 30px;

  padding: 5px 30px;

  border: 2px solid #ff8a01;

  appearance: none;

  outline: none;

  background: none;

  color: #000;

  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  font-size: 18px;

  appearance: none;

  -webkit-appearance: none;

  -moz-appearance: none;

  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"%3E%3Cpath fill="%23FF8A01" d="M143 352.3l-136-136C3.4 209.7 0 202.8 0 196s3.4-13.7 7-19L23 158c3.6-5.3 9.8-8 16-8s12.4 2.7 16 8l104 104.3L265 158c3.6-5.3 9.8-8 16-8s12.4 2.7 16 8l16 19c3.6 5.3 7 12.2 7 19s-3.4 13.7-7 19l-136 136c-9.4 9.4-24.6 9.4-33.9 0z"/%3E%3C/svg%3E');

  background-position: right 10px center;

  background-size: 13px;

  background-repeat: no-repeat;
}

.check-input .subs-label {
  color: #ff8a01;

  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  font-weight: bold;
}

.subs-list li {
  display: flex;

  margin: 10px 0 0 0;
  align-items: center;
}

.subs-list h4 {
  margin: 0 15px 0 0;

  font-size: 28px;
}

.subs-list p {
  margin: 0;

  font-size: 28px;
}

.subs-submit {
  margin: 20px 0 30px 0;

  display: flex;

  justify-content: space-between;

  align-items: center;
}

.subs-submit a {
  display: inline-block;

  font-size: 26px;

  font-weight: bold;

  color: #ff8a01;

  transition: 0.4s ease;
}

.subs-link {
  width: 50%;
}

.sign-submit-box {
  margin: 30px 0 0 0;
}

.sign-text {
  display: flex;

  align-items: center;
}

.sign-text input {
  width: 18px;

  height: 18px;

  margin: 0 10px 0 0;
}

.sign-text label {
  font-size: 25px;

  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;
}

.talking-box h4 {
  font-size: 30px;

  margin: 10px 0 0 0;
}

.talking-box .row {
  margin: 30px 0 0 0;
}

.talk-text {
  width: 95%;

  margin: 0 0 0 auto;
}

.talk-text h3 {
  font-size: 28px;

  margin: 0;
}

.talk-text h3 a {
  color: inherit;

  font-size: inherit;

  font-family: inherit;

  letter-spacing: inherit;

  -webkit-font-family: inherit;
}

.talk-text h3 a:hover {
  color: #ff8a01;
}

.talk-text p {
  margin: 15px 0 0 0;
}

.talk-btn {
  text-align: right;

  margin: 50px 0 0 0;
}

.talk-btn a {
  display: inline-block;

  font-size: 26px;

  color: #ff8a01;

  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;

  transition: 0.4s ease;
}

.talk-btn a:hover {
  color: #dd6800;
}

.way-flex {
  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

  align-items: center;
}

.way-head-text {
  width: 40%;
}

.way-head-text h5 {
  font-size: 26px;
}

.way-head-input {
  width: 55%;
}

.way-head-input input {
  width: 100%;

  border: 2px solid #ff8a01;

  outline: none;

  padding: 10px;

  font-family: souvenir;

  font-weight: normal;
}

.way-search-icon {
  color: #ff7c00;

  cursor: pointer;
}

.way-search-icon img {
  width: 30px;
}

.way-image img {
  height: 400px;

  object-fit: contain;

  object-position: left;
}

.way-text {
  width: 95%;

  margin: 0 0 0 auto;
}

.way-text p {
  margin: 15px 0 0 0;
}

.way-text-flex {
  width: 100%;

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

  align-items: center;

  margin: 30px 0 0 0;
}

.way-left {
  width: 50%;
}

.way-left p {
  margin: 0;
}

.way-left p span {
  font-weight: 600;
}

.way-btn {
  text-align: right;

  width: 50%;
}

.way-btn ul {
  display: flex;
}

.way-btn ul li {
  display: inline-block;

  margin: 0 70px 0 0;
}

.way-btn ul li:last-child {
  margin: 0;
}

.way-btn ul li a {
  display: inline-block;

  font-size: 25px;

  color: #ff8a01;

  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;

  transition: 0.4s ease;

  display: inline-block;
}

.way-btn ul li a:hover {
  color: #dd6800;
}

.way-row {
  margin: 30px 0 0 0;
}

.way-second {
  margin: 130px 0 0 0;
}

.way-third {
  margin: 70px 0 0 0;
}

.way-four {
  margin: 40px 0 10px 0;
}

.cur-btn {
  justify-content: flex-end;

  align-items: center;

  flex-wrap: wrap;
}

.cur-btn .web-btn {
  margin: 0 50px 0 0;
}

.cur-btn .web-btn:last-child {
  margin: 0;
}

/*.cur-txt p span {
  font-weight: 600;

}*/

/*.cur-txt i {
  font-family: goudy-old-style-italic;

  -webkit-font-family: goudy-old-style-italic;

  -moz-font-family: goudy-old-style-italic;

  -o-font-family: goudy-old-style-italic;

  -ms-font-family: goudy-old-style-italic;
}*/

.book-shop-text p {
  margin: 15px 0 0 0;
}

.book-shop-text p span {
  font-family: link-btn-font;

  -webkit-font-family: link-btn-font;

  -moz-font-family: link-btn-font;

  -o-font-family: link-btn-font;

  -ms-font-family: link-btn-font;
}

.pay-method-box label {
  padding: 0 0 0 150px;
}

.sub-box h1 span {
  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;

  text-transform: uppercase;
}

.subs-last-box label {
  padding: 0 0 0 100px;
}

.account-text .cur-flex {
  margin: 0;
}

.archive-label-text span {
  font-family: link-btn-font;

  -webkit-font-family: link-btn-font;

  -moz-font-family: link-btn-font;

  -o-font-family: link-btn-font;

  -ms-font-family: link-btn-font;
}

.login-info {
  margin: 10px 0 0 0;
}

.cancel-text {
  width: 100%;

  margin: 20px 0 0 0;
}

.cancel-text .archive-label {
  width: 100%;
}

.cancel-text .archive-label label {
  padding: 0 0 0 100px;
}

.cancel-text p {
  margin: 0;
}

.cancel-text p span {
  font-family: goudy-old-style-italic;

  -webkit-font-family: goudy-old-style-italic;

  -moz-font-family: goudy-old-style-italic;

  -o-font-family: goudy-old-style-italic;

  -ms-font-family: goudy-old-style-italic;
}

.cancel-text textarea {
  width: 100%;

  height: 170px;

  border: 2px solid #ff8a01;

  padding: 0;

  outline: none;

  margin: 20px 0 0 0;
}

.cancel-row {
  margin: 40px 0 0 0;
}

.cancel-row .col-lg-9 {
  padding: 0;
}

.cancel-row .col-lg-3 {
  padding: 0;
}

.cancel-input-text {
  width: 100%;

  justify-content: space-between;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox label {
  display: inline-block;

  width: 30px;

  height: 30px;

  border: 2px solid #ff8a01;

  cursor: pointer;

  position: relative;

  transition: all 0.2s;

  border-radius: 2px;
}

.custom-checkbox label::before {
  content: "";

  display: block;

  width: 8px;

  height: 15px;

  border: solid #fff;

  border-width: 0 3px 3px 0;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%) rotate(45deg);

  opacity: 0;

  z-index: 9;

  border-radius: 2px;

  position: absolute;

  display: grid;

  place-items: center;
}

.custom-checkbox input:checked + label::before {
  opacity: 1;
}

.custom-checkbox input:checked + label {
  background: #ff8a01;

  border: transparent;
}

.custom-checkbox p {
  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  font-size: 25px;

  margin: -5px 0 0 0;

  width: calc(100% - 45px);
}

.custom-checkbox p span {
  font-family: goudy-old-style-italic;

  -webkit-font-family: goudy-old-style-italic;

  -moz-font-family: goudy-old-style-italic;

  -o-font-family: goudy-old-style-italic;

  -ms-font-family: goudy-old-style-italic;
}

.footer-second {
  padding: 0 0 0 10%;
}

.free-sample {
  display: flex;

  /*//background-color: #ff8a01;*/

  color: #ea8002;

  width: 100%;

  padding: 15px 0;

  justify-content: center;

  margin: 15px 0 0 0;
}

.free-sample p {
  color: #fff;

  line-height: normal;

  margin: 0;
}

.free-sample ul li {
  color: #ea8002;

  line-height: normal;

  margin: 0;
}

.subs-button {
  display: block;

  padding: 5px 30px;

  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-italic;

  -moz-font-family: goudy-old-style-italic;

  -o-font-family: goudy-old-style-italic;

  -ms-font-family: goudy-old-style-italic;

  font-weight: 600;

  color: #fff;

  font-size: 25px;

  background: #ff8a01;

  outline: none;

  border: none;

  margin: 0 0 0 auto;

  width: max-content;
}

.subs-button:hover {
  background: #dd6800;
}

span.baseket-count {
  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  position: absolute;

  top: -5px;

  right: 10px;

  font-size: 20px;

  color: #ff8a01;
}

.login-box button {
  width: max-content;

  background: none;

  outline: none;

  border: none;

  display: block;

  margin: 20px 0 0 auto;
}

span.indicator-label {
  display: block;

  padding: 5px 30px;

  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;

  color: #fff;

  font-size: 25px;

  background: #ff8a01;

  outline: none;

  border: none;
}

span.indicator-label:hover {
  background: #dd6800;
}

.basket-box .row {
  margin: 20px 0 0 0;
}

.book-shop-text .search-box h5 {
  margin: 0 0 10px 0;
}

.book-shop-text p i {
  font-style: normal;

  font-family: goudy-old-style-italic;

  -webkit-font-family: goudy-old-style-italic;

  -moz-font-family: goudy-old-style-italic;

  -o-font-family: goudy-old-style-italic;

  -ms-font-family: goudy-old-style-italic;
}

.sample-input .sub-input {
  margin: 0;
}

.book-text-flex select {
  border: 2px solid #ff8a01;

  outline: none;

  padding: 5px 15px;

  margin: 0 15px 0 0;

  background: none;

  appearance: none;

  -webkit-appearance: none;

  -moz-appearance: none;

  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"%3E%3Cpath fill="%23FF8A01" d="M143 352.3l-136-136C3.4 209.7 0 202.8 0 196s3.4-13.7 7-19L23 158c3.6-5.3 9.8-8 16-8s12.4 2.7 16 8l104 104.3L265 158c3.6-5.3 9.8-8 16-8s12.4 2.7 16 8l16 19c3.6 5.3 7 12.2 7 19s-3.4 13.7-7 19l-136 136c-9.4 9.4-24.6 9.4-33.9 0z"/%3E%3C/svg%3E');

  background-position: right 10px center;

  background-size: 13px;

  background-repeat: no-repeat;
}

.book-text-flex input[type="number"] {
  border: 2px solid #ff8a01;

  outline: none;

  padding: 10px 25px;

  /* margin: 0 15px 0 0; */

  background: none;

  -webkit-appearance: none;

  -moz-appearance: textfield;

  appearance: textfield;
}

.book-text-flex input[type="number"]::-webkit-outer-spin-button,
.book-text-flex input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;

  margin: 0;
}

.error {
  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  font-size: 25px;
  margin: 10px 0 0 0;
}

#exists {
  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  font-size: 25px;
}

.btn.primary-color-btn {
  background: none;

  display: inline-block;

  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;

  color: #fff;

  font-size: 25px;

  color: #ff8a01;

  outline: none;

  border: none;

  padding: 0;

  border-radius: 0;
}

.btn.primary-color-btn:hover {
  color: #dd6800;
}

.mobile-menu {
  display: none;
}

.post-box.padd {
  margin: 0 0 20px 0;
}

.sub-add .sub-renew-box {
  margin: 20px 0 0 0;
}

.sub-renew-box .sample-head {
  margin: 20px 0 0 0;
}

.sub-renew-box .archive-label {
  width: 30%;
}

.sub-renew-box .archive-label label {
  font-size: 25px;
}

/* result page css starts */

.result-text {
  width: 100%;

  margin: 30px 0 0 0;
}

.result-text h3 {
  font-size: 30px;

  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;

  margin: 0;
}

.result-text h3 span {
  font-family: goudy-old-style-italic;

  -webkit-font-family: goudy-old-style-italic;

  -moz-font-family: goudy-old-style-italic;

  -o-font-family: goudy-old-style-italic;

  -ms-font-family: goudy-old-style-italic;
}

.result-cont {
  padding: 0 0 0 80px;

  margin: 40px 0 0 0;

  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;
  font-size: 24px;
}

.result-cont span {
  font-weight: bold;
}

/* .result-cont p {
  font-size: 24px;
}

.result-cont p span {
  font-weight: bold;
} */

.result-btn a {
  font-size: 40px;
}

/* result page css ends */

.one-off-box p {
  margin: 0;

  font-family: goudy-old-style-bold;

  -webkit-font-family: goudy-old-style-bold;

  -moz-font-family: goudy-old-style-bold;

  -o-font-family: goudy-old-style-bold;

  -ms-font-family: goudy-old-style-bold;
}

.sample-email-box {
  margin: 0;
}

.sample-email-box .sample-email {
  margin: 30px 0 0 0;
}

.sub-flex ul.quantity-list {
  display: flex;

  justify-content: flex-end;

  flex-wrap: wrap;

  align-items: center;

  column-gap: 30px;
}

.sub-flex ul.quantity-list li {
  margin: 0;
}

.sub-flex ul li.quantity-box {
  display: flex;

  align-items: center;
}

.quantity {
  position: relative;
}

.quantity input {
  -webkit-appearance: none;

  appearance: none;
}

.cross-icon {
  margin: 0 0 0 20px;

  font-size: 20px;

  color: #ff8a01;

  cursor: pointer;
}

.quantity-up {
  position: absolute;

  top: 3px;

  right: 8px;

  font-size: 20px;

  color: #ff8a01;

  cursor: pointer;
}

.quantity-down {
  position: absolute;

  bottom: 3px;

  right: 8px;

  font-size: 20px;

  color: #ff8a01;

  cursor: pointer;
}

.btn.remove-from-cart {
  padding: 0;

  outline: none;

  border: none;

  border-radius: 0;

  background: transparent;

  font-size: 20px;

  color: #ff8a01;

  cursor: pointer;
}

.basket-text li.quantity-box {
  display: flex;

  align-items: center;

  width: 100px;
}

.basket-text li.quantity-box input[type="number"] {
  border: 2px solid #ff8a01;

  outline: none;

  padding: 10px 25px;

  /* margin: 0 15px 0 0; */

  background: none;

  -webkit-appearance: none;

  -moz-appearance: textfield;

  appearance: textfield;

  width: 100%;
}

.basket-text li.quantity-box input[type="number"]::-webkit-outer-spin-button,
.basket-text li.quantity-box input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;

  margin: 0;
}

.basket-text li.quantity-box input[type="number"]::-moz-inner-spin-button {
  -moz-appearance: none;

  margin: 0;
}

/* topic page css */

.topic-row {
  width: 100%;
}

.topic-image {
  float: right;

  margin: 0 0 0 20px;

  width: 400px;

  height: 250px;
}

.topic-image img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.checkout-form {
  display: none;
}

.checkout-form .divider {
  margin: 30px 0;
}

.category-info {
  margin: 0;
}

.verification-btn {
  margin: 0 auto;
}

/* addressbook card css ends */

.address-box h2 {
  font-size: 28px;
  margin: 30px 0 0 0;
}

.address-default-box {
  margin: 20px 0 0 0;
}

.address-default-box ul li {
  margin: 10px 0 0 0;
}

.address-default-box ul li span {
  font-weight: 600;
}

.address-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
}

.address-card {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  width: 48%;
  /* max-width: 400px; */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  position: relative;
  margin: 30px 0 0 0;
  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;
  font-size: 20px;
}

.address-card.default {
  border: 2px solid #ff8a01;
}

.address-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.address-icon {
  margin-right: 10px;
  color: #555;
  font-size: 20px;
}

.address-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  font-family: goudy-old-style-bold;

  -webkit-font-family: goudy-old-style-bold;

  -moz-font-family: goudy-old-style-bold;

  -o-font-family: goudy-old-style-bold;

  -ms-font-family: goudy-old-style-bold;
  font-size: 25px;
}

.default-badge {
  background-color: #ff8a01;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 600;
  margin-left: auto;
  display: none;
}

.address-card.default .default-badge {
  display: block;
}

.address-content {
  margin-bottom: 20px;
  color: #555;
  line-height: 1.5;
}

.name {
  color: #333;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 22px;
}

.address-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn {
  padding: 8px 15px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  background-color: white;
  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;
  font-size: 18px;
}

.btn-edit {
  color: #555;
}

.btn-edit:hover {
  color: #fff;
  background: #555;
  border: 1px solid #555;
}

.btn-delete {
  color: #e53935;
}

.btn-delete:hover {
  color: #fff;
  background: #e53935;
  border: 1px solid #e53935;
}

.btn-default {
  color: #555;
  background-color: #f5f5f5;
}

.btn-default:hover {
  background: #ff8a01;
  color: #fff;
  border: 1px solid #ff8a01;
}

.address-card.default .btn-default {
  display: none;
}

.btn-icon {
  margin-right: 5px;
}

.alert {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffebee;
  color: #e53935;
  padding: 12px 20px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;
}

.alert.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.alert-icon {
  margin-right: 8px;
}

.edit-btn-box {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
  margin: 65px 0 0 0;
}

.edit-btn-box button {
  display: inline-block;

  padding: 5px 30px;

  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;

  font-weight: 600;

  color: #fff;

  font-size: 25px;

  background: #ff8a01;

  outline: none;

  border: none;
}

.edit-btn-box button:hover {
  background: #dd6800;
}

#alertContainer {
  font-size: 20px;
  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;
}

.edit-form {
  display: none;
}

.new-add-btn-disabled {
  pointer-events: none;
  opacity: 0.5;
  background: #ddd;
  color: #000;
}

.edit-btn-disabled {
  pointer-events: none;
  opacity: 0.5;
  background: #ddd;
  color: #000;
}
.add-btn-box {
  margin: 30px 0 0 0;
}

.add-btn-box button {
  display: inline-block;

  padding: 5px 30px;

  font-family: goudy-old-style-bold-italic;

  -webkit-font-family: goudy-old-style-bold-italic;

  -moz-font-family: goudy-old-style-bold-italic;

  -o-font-family: goudy-old-style-bold-italic;

  -ms-font-family: goudy-old-style-bold-italic;

  font-weight: 600;

  color: #fff;

  font-size: 25px;

  background: #ff8a01;

  outline: none;

  border: none;
}

.add-btn-box button:hover {
  background: #dd6800;
}

.address-new-form {
  display: none;
  margin: 30px 0 0 0;
}

.change-submit-box {
  margin: 30px 0 0 0;
}

/* addressbook card css ends */

.reset-box {
  margin: 30px 0;
}

.reset-head {
  font-family: goudy-old-style-italic;

  -webkit-font-family: goudy-old-style-italic;

  -moz-font-family: goudy-old-style-italic;

  -o-font-family: goudy-old-style-italic;

  -ms-font-family: goudy-old-style-italic;
  margin: 10px 0 0 0;
}

.reset-submit {
  margin: 10px 0 0 0;
}

.reset-input input {
  font-size: 25px;
}

.reset-input .error {
  margin: 10px 0;
}

.reset-submit-box button {
  width: max-content;
}

.reset-submit-box .indicator-progress {
  margin: 10px 0 0 0;
}

.reset-top-text {
  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;
  font-size: 20px;

  margin: 20px 0;
}

/* reset page css ends */

/* alertify css starts */

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  background-color: #ff8a01 !important;
  font-family: goudy-old-style;

  -webkit-font-family: goudy-old-style;

  -moz-font-family: goudy-old-style;

  -o-font-family: goudy-old-style;

  -ms-font-family: goudy-old-style;
  color: #fff;
  font-size: 20px;
}

/* alertify css ends */

.user-different-address-box {
  display: none;
}

/* Responsive starts*/ 

@media only screen and (max-width: 1399.2px) {
  .container {
    max-width: 90%;

    margin: 0 auto;
  }

  .cur-img img {
width: 20vw;
}
  
  .search-box h5 {
    font-size: 30px;
  }

  .sample-input label {
    font-size: 25px;
  }

  .sub-input label {
    font-size: 25px;
  }

  .basket-btn a {
    font-size: 24px;
  }

  .basket-flex form button[type="submit"] {
    font-size: 24px;
  }

  .check-input label {
    font-size: 24px;

    padding: 0 0 0 60px;
  }

  .book-text-flex select {
    padding: 5px 30px;
  }

  .result-btn a {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1300.2px) {
  .archive-input-box {
    width: 30%;
  }

  .archive-label {
    width: 15%;
  }

  .result-btn a {
    font-size: 25px;
  }

  .second-archive .archive-label label {
    font-size: 24px;
  }
  
  .cur-img img {
    width: 20vw;
  }
}

@media only screen and (max-width: 1255.2px) {
  .alert-success {
    font-size: 20px;
  }

  p {
    margin-bottom: 0.5em;

    font-size: 20px;
  }

  li {
    font-size: 20px;
  }

  .error {
    font-size: 22px;
  }

  #exists {
    font-size: 22px;
  }

  input,
  textarea,
  select {
    font-size: 18px;
  }

  .main-logo {
    margin: 20px 0;
  }

  .main-logo img {
    width: 40%;
  }

  .upper-menu ul li a {
    font-size: 17px;
  }

  span.baseket-count {
    top: -10px;
  }

  .cur-txt h5 {
    font-size: 25px;

    margin: 0;
  }

  .cur-txt p {
    margin: 15px 0 0 0;
  }

  .cur-flex {
    margin: 20px 0 0 0;
  }

  .web-btn a {
    font-size: 1.6em;

    margin: 0;
  }


  .talking h5 {
    font-size: 25px;

    margin: 15px 0 0 0;
  }

  .talking-box {
    margin: 40px 0 0 0;
  }

  .talking-box h2 {
    font-size: 25px;
  }

  .cur-img img {
    width: 18vw;

    object-fit: contain;
  }

  .talking-box img {
    height: 250px;
  }

  .talking-box .web-btn {
    margin: 15px 0 0 0;
  }

  .book-service h5 {
    margin: 15px 0 0 0;

    font-size: 25px;
  }

  .book-service p {
    margin: 15px 0 0 0;
  }

  .book-img img {
    margin: 0 0 20px 0;
  }

  .search-box h5 {
    font-size: 24px;
  }

  .search-box input {
    font-size: 15px;
  }

  .search-box button {
    width: 30px;
  }

  .foot-links h4 {
    font-size: 25px;

    margin: 0 0 10px 0;
  }

  .foot-flex img:nth-child(2) {
    margin: 0;
  }

  .copyright p {
    margin: 15px auto 0 auto;

    font-size: 18px;

    line-height: 1.5;
  }

  .social-links ul li img {
    width: 30px;
  }

  .sample-input label {
    font-size: 24px;
  }

  .archive-label {
    width: 30%;
  }

  .sub-input select {
    font-size: 20px;
  }

  .sample-head label {
    font-size: 20px;
  }

  .sample-btn input {
    font-size: 20px;
  }

  .sub-input label {
    font-size: 24px;
  }

  span.indicator-label {
    font-size: 20px;
  }

  .archive-label label {
    font-size: 20px;
  }

  .sub-input input {
    font-size: 18px;
  }

  .account-text h3 {
    font-size: 24px;
  }

  .btn.primary-color-btn {
    font-size: 20px;
  }

  .sub-btn a {
    font-size: 22px;
  }

  .add-btn {
    margin: 50px 0 0 0;
  }

  .sub-add label {
    font-size: 24px;
  }

  .add-last-btn {
    margin: 55px 0 0 0;
  }

  .cancel-text .archive-label label {
    padding: 0 0 0 50px;
  }

  .cancel-text .archive-label {
    margin: 20px 0 0 0;
  }

  .cancel-text textarea {
    height: 100px;
  }

  .cancel-row {
    margin: 30px 0 0 0;
  }

  .custom-checkbox label {
    width: 15px;

    height: 15px;
  }

  .custom-checkbox label::before {
    width: 6px;

    height: 10px;

    border-width: 0 2px 2px 0;

    display: flex;

    justify-content: space-between;

    align-items: center;
  }

  .custom-checkbox p {
    width: calc(100% - 25px);

    font-size: 20px;

    margin: -8px 0 0 0;
  }

  .order-list h3 {
    font-size: 20px;

    line-height: normal;
  }

  .order-list p {
    font-size: 20px;

    line-height: normal;
  }

  .order-info a {
    font-size: 20px;
  }

  .sub-text h3 a {
    font-size: 25px;
  }

  .sub-date-input select {
    font-size: 20px;
  }

  .subscribe-input select {
    font-size: 20px;
  }

  .subs-button {
    font-size: 20px;
  }

  .basket-btn a {
    font-size: 22px;
  }

  .basket-flex form button[type="submit"] {
    font-size: 22px;
  }

  .basket-form-text label {
    font-size: 20px;

    padding: 0 0 0 50px;
  }

  .post-select {
    font-size: 18px;
  }

  .post-head h3 {
    font-size: 24px;
  }

  .basket-text span input {
    font-size: 18px;
  }

  .check-input label {
    font-size: 20px;

    padding: 0 0 0 50px;
  }

  .check-text > span {
    font-size: 22px;
  }

  .check-total-head h3 {
    font-size: 24px;
  }

  .book-text a {
    font-size: 24px;
  }

  .book-service-box h2 {
    font-size: 30px;
  }

  .category-btn a {
    font-size: 24px;
  }

  .book-btn a {
    font-size: 22px;
  }

  .book-service-text p {
    font-size: 20px;
  }

  .category-box h2 {
    font-size: 30px;
  }

  .recent-book-box h2 {
    font-size: 30px;
  }

  .recent-text h3 a {
    font-size: 24px;
  }

  .archive-cont label {
    font-size: 24px;
  }

  .archive-input-box {
    width: 100%;
  }

  .archive-input-box label {
    font-size: 24px;
  }

  .cur-head h3 {
    font-size: 24px;

    margin: 0;
  }

  .cur-btn {
    justify-content: flex-start;
  }

  .cur-head h3:last-child {
    /*font-size: 20px;*/
  }

  .cur-cont-text h3 {
    font-size: 24px;
  }

  .cur-btn a {
    font-size: 1.6em;
  }

  .cur-txt {
    padding: 0;
  }

  .talking-box h4 {
    font-size: 24px;
  }

  .talk-text h3 {
    font-size: 24px;
  }

  .talk-btn {
    margin: 30px 0 0 0;
  }

  .talk-btn a {
    font-size: 22px;
  }

  .talk-image img {
    height: 250px;

    object-position: top;

    object-fit: contain;
  }

  .talk-btn {
    margin: 20px 0 0 0;
  }

  .cur-cont h3 {
    font-size: 24px;
  }

  .topic-cont-box .cur-cont h3 {
    margin: 0;
  }

  .book-txt h3 {
    font-size: 24px;
  }

  .sub-flex ul li a {
    font-size: 22px;
  }

  .book-text-flex {
    margin: 50px 0 0 0;
  }

  .search-last-box .book-text-flex {
    margin: 50px 0 0 0;
  }

  .donate-box h3 {
    font-size: 24px;
  }

  .invoice-submit-box img {
    width: 30%;
  }

  .donate-input {
    margin: 20px 0 0 0;
  }

  .donate-box h4 {
    font-size: 24px;

    margin: 20px 0 0 0;
  }

  .donate-input input {
    font-size: 18px;
  }

  .amount-input {
    font-size: 18px;
  }

  .publis-text h3 {
    font-size: 24px;
  }

  .publis-info {
    margin: 30px 0 0 0;
  }

  .publis-image img {
    height: 280px;

    object-fit: contain;
  }

  .pub-flex {
    margin: 20px 0 0 0;
  }

  .pay-box h3 {
    font-size: 24px;
  }

  .subs-pay label {
    padding: 0 0 0 50px;
  }

  .archive-text p a {
    font-size: 20px;
  }

  .result-btn a {
    font-size: 22px;
  }

  .result-text h3 {
    font-size: 24px;
  }

  .result-cont {
    padding: 0;

    margin: 20px 0 0 0;
  }

  .result-cont p {
    margin: 0 0 10px 0;
  }

  .result-cont p:last-child {
    margin: 0;
  }

  .book-service-text .archive-label label {
    padding: 0 0 0 50px;
  }

  .pass-submit button {
    font-size: 22px;
  }

  .unsubscribe-btn button {
    font-size: 20px;
  }

  .edit-btn-box button {
    font-size: 20px;
  }

  .add-btn-box button {
    font-size: 20px;
  }

  .reset-input input {
    font-size: 18px;
  }

  .second-archive .archive-input-flex {
    align-items: center;
  }

  .second-archive .archive-input-flex .archive-label {
    margin: 20px 0 0 0;
  }

  .second-archive .search-icon {
    margin: 20px 0 0 0;
  }
}

@media only screen and (max-width: 1175.2px) {
  .basket-btn a {
    font-size: 20px;
  }

  .basket-flex form button[type="submit"] {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1150.2px) {
  .sample-input label {
    font-size: 22px;
  }

  .sub-input select {
    font-size: 18px;
  }

  .sample-head label {
    font-size: 18px;
  }

  .radio-mark {
    width: 18px;

    height: 18px;

    padding: 0;
  }

  .radio-mark div {
    width: 9px;

    height: 9px;
  }

  .sample-btn input {
    font-size: 18px;
  }

  .unsubscribe-btn button {
    font-size: 18px;
  }

  .sub-input label {
    font-size: 22px;
  }

  span.indicator-label {
    font-size: 18px;
  }

  .sub-add label {
    font-size: 22px;
  }

  .sub-text h3 a {
    font-size: 22px;
  }

  .sub-date-input select {
    font-size: 18px;
  }

  .subscribe-input select {
    font-size: 18px;
  }

  .subs-button {
    font-size: 18px;
  }

  .sub-date p {
    font-size: 18px;
  }

  .invoice-submit-box img {
    width: 40%;
  }

  .pay-method-box img {
    width: 30%;
  }

  .sub-renew-box .archive-label label {
    font-size: 20px;
  }

  .pay-input img {
    width: 120px;
  }

  .edit-btn-box button {
    font-size: 18px;
  }

  .add-btn-box button {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1101px) {
  .journal-card .rec-flex {
    width: 100%;
  }
}

@media only screen and (max-width: 1075.2px) {
  .basket-btn a {
    font-size: 18px;
  }

  .basket-flex form button[type="submit"] {
    font-size: 18px;
  }

  .category-btn a {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1050.2px) {
  .sample-input label {
    font-size: 20px;
  }

  .sub-input label {
    font-size: 20px;
  }

  .sub-add label {
    font-size: 20px;
  }

  .sub-text h3 a {
    font-size: 20px;
  }

  .category-btn a {
    font-size: 20px;
  }

  .topic-image {
    height: 230px;
  }
}

@media only screen and (max-width: 1031px) {
  .recent-text h3 a {
    font-size: 22px;
  }

  .pay-input img {
    width: 112px;
  }
}

@media only screen and (max-width: 991.2px) {
  p {
    font-size: 20px;

    line-height: 1.3;
  }

  li {
    font-size: 20px;

    line-height: 1.3;
  }

  input,
  textarea,
  select {
    font-size: 20px;
  }

  .search-box input {
    font-size: 20px;
  }

  .error {
    font-size: 20px;
  }

  #exists {
    font-size: 20px;
  }

  .divider {
    height: 1vw;
  }

  input,
  textarea,
  select {
    font-size: 16px;
  }

  .main-logo {
    margin: 0;

    width: 60%;
  }

  .main-logo img {
    width: 100%;
  }

  .bar {
    width: 100%;

    height: 0.6em;

    background: #ff8a01;

    border-radius: 5px;

    margin: 0 0 10px 0;

    /* transition: transform 0.5s; */
  }

  .bar:last-child {
    margin: 0;
  }

  .bars.active .bar {
    /*transform: rotate(45deg) translateX(10px);*/

    background: #ff7c00;
  }

  .bars.active .bar:nth-child(2) {
    /*display: none;*/
  }

  .bars.active .bar:last-child {
    /*transform: rotate(-45deg) translateX(10px);*/

    background: #ff7c00;
  }

  .offcanvas-header {
    width: 100%;

    border-bottom: 1px solid #ddd;

    justify-content: space-between;
  }

  .offcanvas-header .logo {
    width: 50%;
  }

  .offcanvas-header .logo img {
    width: 100%;
  }

  .offcanvas-header .close-sidebar {
    display: grid;

    place-items: center;

    outline: none;

    border: none;

    background: transparent;

    transition: all 0.5s;

    color: #ff8a01;

    width: 40px;

    height: 40px;

    font-size: 15px;

    border: 2px solid #ddd;

    border-radius: 50%;
  }

  .offcanvas-header .close-sidebar:hover {
    color: #ff7c00;

    border: 2px solid #dd6800;
  }

  .offcanvas-header .close-sidebar i {
    transition: all 0.3s;
  }

  .offcanvas-header .close-sidebar:hover i {
    transform: rotate(90deg);
  }

  .offcanvas-body {
    padding: 0 15px;
  }

  .offcanvas-body .menu {
    width: 100%;

    display: block;

    padding: 0;

    text-align: left;
  }

  .offcanvas-body .menu ul {
    width: 100%;

    display: block;
  }

  .offcanvas-body .menu ul li {
    width: 100%;

    margin: 0;

    padding: 0;

    display: block;
  }

  .offcanvas-body .menu ul li a {
    width: 100%;

    padding: 10px;

    margin: 0 0 10px 0;

    border-bottom: solid 1px #e0e0e0;

    display: block;
  }

  .offcanvas-body .menu ul li.active a {
    color: #ff7c00;
  }

  .upper-menu ul li a {
    font-size: 20px;
  }

  .main-head {
    padding: 10px 0 0 0;
  }

  .cur-img img {
    object-position: left;
  }

  .web-btn a {
    font-size: 1.5em;
  }

  .arrow_container  {
  	font-size: 1.6em;
	}

  .talking-box {
    margin: 30px 0 0 0;
  }

  .search-box h5 {
    width: 100%;

    margin: 0 0 15px 0;
  }

  .search-box form {
    width: 100%;
  }

  footer .container {
    padding: 10px 30px 20px 30px;
  }

  .foot-box {
    margin: 30px 0 0 0;
  }

  .foot-box p {
    font-size: 20px;
  }

  .foot-box p br {
    display: none;
  }

  .foot-box a {
    font-size: 20px;
  }

  .foot-links {
    margin: 30px 0 0 0;
  }

  .foot-links ul {
    padding: 0;
  }

  .foot-links ul li {
    margin: 0 0 5px 0;
  }

  .foot-links ul li a {
    font-size: 20px;
  }

  .footer-second {
    padding: 0 0 0 0;
  }

  .footer-four {
    padding: 0 0 0 0;
  }

  .social-links h4 {
    text-align: left;
  }

  .social-links ul {
    justify-content: flex-start;
  }

  
  .foot-social {
    display: block;
  }

  .foot-social ul {
    display: flex;

    position: static;
  }

  .social-links ul li {
    margin: 0 8px 0 0;
  }

  .copyright p {
    width: 100%;

    margin: 20px 0 0 0;

    font-size: 16px;
  }

  .sub-input select {
    font-size: 20px;
  }

  .sample-head label {
    font-size: 20px;
  }

  .archive-label label {
    padding: 0 0 0 25px;
  }

  .radio-mark {
    width: 15px;

    height: 15px;
  }

  .radio-mark div {
    width: 7px;

    height: 7px;
  }

  .sample-head {
    margin: 20px 0 0 0;
  }

  .sample-input {
    margin: 20px 0 0 0;
  }

  .sample-add .sample-input {
    margin: 0;
  }

  .sample-btn input {
    font-size: 20px;
  }

  .unsubscribe-btn button {
    font-size: 20px;
  }

  .sub-input select {
    background-size: 20px;
  }

  span.indicator-label {
    font-size: 20px;
  }

  .archive-label label {
    font-size: 20px;
  }

  .sub-input input {
    font-size: 20px;
  }

  .btn.primary-color-btn {
    font-size: 18px;
  }

  .sub-btn a {
    font-size: 20px;
  }

  .add-btn {
    margin: 30px 0 0 0;
  }

  .custom-checkbox p {
    font-size: 20px;
  }

  .cancel-text .archive-label label {
    padding: 0 0 0 30px;
  }

  .cancel-row .sample-btn {
    margin: 20px 0 0 0;
  }

  .radio-mark {
    top: 5px;

    transform: translateY(0);
  }

  .pay-input .radio-mark {
    top: 50%;

    transform: translateY(-50%);
  }

  .order-list h3 {
    font-size: 20px;
  }

  .order-list p {
    font-size: 20px;
  }

  .order-info a {
    font-size: 20px;
  }

  .divider-2 {
    margin: 20px 0 0 0;
  }

  .divider {
    margin: 1em 0;
  }

  .sub-text h3 a {
    font-size: 20px;
  }

  .sub-date-input select {
    font-size: 20px;

    background-size: 16px;
  }

  .subscribe-input select {
    font-size: 20px;
  }

  .subscribe-input {
    width: 100%;

    float: unset;

    padding: 0;
  }

  .subscribe-input-text {
    margin: 15px 0 0 0;
  }

  .subs-button {
    font-size: 20px;
  }

  .sub-date p {
    font-size: 20px;
  }

  .subscribe-input select {
    background-size: 20px;
  }

  .sub-date-input p {
    font-family: goudy-old-style;

    -webkit-font-family: goudy-old-style;

    -moz-font-family: goudy-old-style;

    -o-font-family: goudy-old-style;

    -ms-font-family: goudy-old-style;

    font-weight: bold;

    font-size: 22px;
  }

  .sub-date-input p.sub-info {
    font-size: 20px;

    font-family: goudy-old-style;

    -webkit-font-family: goudy-old-style;

    -moz-font-family: goudy-old-style;

    -o-font-family: goudy-old-style;

    -ms-font-family: goudy-old-style;

    font-weight: 400;
  }

  .subscribe-input {
    flex-wrap: wrap;
  }

  .subscribe-input p:nth-child(1) {
    width: 100%;

    font-family: goudy-old-style;

    -webkit-font-family: goudy-old-style;

    -moz-font-family: goudy-old-style;

    -o-font-family: goudy-old-style;

    -ms-font-family: goudy-old-style;

    font-weight: bold;

    font-size: 22px;
  }

  .subscribe-input select {
    background-size: 20px;

    width: 100%;

    margin: 15px 0 0 0;
  }

  .subscribe-input p:nth-child(1) span {
    display: inline-block;
  }

  .subscribe-input p:last-child {
    display: none;
  }

  .basket-form-text label {
    font-size: 20px;

    padding: 0 0 0 25px;
  }

  .post-select {
    font-size: 20px;

    background-size: 16px;

    width: 100%;

    margin: 0;
  }

  .basket-btn a {
    font-size: 20px;
  }

  .basket-flex form button[type="submit"] {
    font-size: 20px;
  }

  .basket-flex {
    column-gap: 20px;

    justify-content: flex-start;
  }

  .basket-btn {
    margin: 20px 0 0 0;
  }

  .basket-flex .basket-btn {
    width: auto;
  }

  .basket-btn p {
    text-align: right;
  }

  .basket-box .row {
    margin: 0;
  }

  .basket-text {
    margin: 20px 0 0 0;
  }

  .basket-total {
    margin: 20px 0 0 0;
  }

  .post-head {
    flex-wrap: wrap;
  }

  .post-head h3 {
    width: 100%;

    margin: 0 0 20px 0;
  }

  .basket-text span input {
    font-size: 20px;
  }

  .basket-total-top h3 {
    margin: 20px 0 0 0;
  }

  .check-input label {
    font-size: 20px;

    padding: 0 0 0 30px;
  }

  .check-text > span {
    font-size: 20px;
  }

  .check-submit-box img {
    width: 200px;
  }

  .check-btn {
    margin: 20px 0 0 0;
  }

  .check-text {
    margin: 20px 0 0 0;
  }

  .check-input-login {
    margin: 0 0 20px 0;
  }

  .check-input-sec {
    margin: 0 0 20px 0;

    justify-content: flex-end;
  }

  .pay-input {
    margin: 20px 0 0 0;
  }

  .category-btn a {
    font-size: 20px;
  }

  .book-image img {
    margin: 0;
  }

  .book-shop-text .divider {
    margin: 30px 0 0 0;
  }

  .book-card {
    margin: 30px 0 0 0;
  }

  .book-btn a {
    font-size: 20px;
  }

  .book-service-text p {
    font-size: 20px;
  }

  .recent-book-card {
    margin: 30px 0 0 0;
  }

  .recent-book-image {
    text-align: left;
  }

  .recent-book-image img {
    object-fit: contain;

    object-position: left;
  }

  .book-shop-text .search-box h5 {
    margin: 0 0 15px 0;
  }

  .rec-flex {
    /*width: 60%;*/
  }

  .archive-input-box {
    width: 100%;
  }

  .search-icon {
    width: 30px;
  }

  .cur-head h3:last-child {
    /*font-size: 20px;*/
  }

  .cur-btn a {
    font-size: 1.5em;
  }

  /*.cur-btn {
    margin: 15px 0 0 0;
  }*/

  .talk-btn a {
    font-size: 20px;
  }

  .talk-image img {
    height: 450px;

    object-fit: cover;
  }

  .talk-text {
    width: 100%;

    margin: 30px 0 0 0;
  }

  .topic-cont-btn {
    margin: 25px 0 0 0;
  }

  .sub-flex ul li a {
    font-size: 20px;
  }

  .book-txt {
    margin: 20px 0 0 0;
  }

  .book-text-flex {
    margin: 20px 0 0 0;
  }

  .search-last-box .book-text-flex {
    margin: 20px 0 0 0;
  }

  .donate-box h4 {
    font-size: 22px;
  }

  .invoice-submit-box img {
    width: 40%;
  }

  .donate-input input {
    font-size: 20px;
  }

  .amount-input {
    font-size: 20px;
  }

  .publis-info {
    margin: 15px 0 0 0;
  }

  .publis-info-sec {
    margin: 15px 0 0 0;
  }

  .publis-image img {
    object-position: left;
  }

  .publis-text {
    margin: 20px 0 0 0;
  }

  .pay-post-head select {
    font-size: 20px;
  }

  .subs-pay label {
    padding: 0 0 0 30px;
  }

  .pay-method-box img {
    width: 45%;
  }

  .sub-renew-box .archive-label label {
    font-size: 16px;
  }

  .archive-text p a {
    font-size: 20px;
  }

  .result-btn a {
    font-size: 20px;
  }

  .sample-email-box .sample-input {
    margin: 20px 0 0 0;
  }

  .book-service-text .archive-label label {
    padding: 0 0 0 25px;
  }

  .book-service .book-txt {
    margin: 0;
  }

  .recent-text h3 a {
    font-size: 24px;
  }

  .journal-card .rec-flex {
    width: 51%;
  }

  .pass-submit button {
    font-size: 20px;
  }

  .title-head {
    font-size: 1.6em;
  }

  .book-text-flex input[type="number"] {
    padding: 8px 20px;
  }

  .quantity-up {
    font-size: 15px;
  }

  .quantity-down {
    font-size: 15px;
  }

  .sub-flex ul.quantity-list {
    column-gap: 20px;
  }

  .pay-input img {
    width: 118px;
  }

  .address-box h2 {
    font-size: 26px;
  }

  .edit-btn-box button {
    font-size: 20px;
  }

  .add-btn-box button {
    font-size: 20px;
  }

  .reset-input input {
    font-size: 20px;
  }

  .address-icon {
    font-size: 15px;
  }

  .address-title {
    font-size: 20px;
  }

  .name {
    font-size: 20px;
  }

  .address-card {
    font-size: 18px;
  }

  .btn {
    font-size: 15px;
  }

  .address-box h2 {
    margin: 15px 0 0 0;
  }

  .address-default-box {
    margin: 10px 0 0 0;
  }

  .address-default-box ul li {
    font-size: 18px;
  }

  .default-badge {
    font-size: 13px;
  }

  .edit-btn-box {
    margin: 60px 0 0 0;
  }

  .address-container {
    margin: 0 0 10px 0;
  }

  .address-new-form {
    margin: 10px 0 0 0;
  }

  .change-submit-box {
    margin: 20px 0 0 0;
  }

  .second-archive .radio-mark {
    top: 50%;
    transform: translateY(-50%);
  }

  
  .cur-img img {
    width: 25vw;
  }
}

@media only screen and (max-width: 901.2px) {
  .main-logo img {
    width: 65%;
  }


  .cur-btn .web-btn {
    margin: 0 30px 0 0;
  }

  .journal-card .rec-flex {
    width: 58%;
  }
}

@media only screen and (max-width: 865px) {
  .upper-menu ul li {
    padding: 0 10px;
  }

  .title-head {
    font-size: 1.6em;
  }

  .address-box h2 {
    font-size: 24px;
  }

 
}

@media only screen and (max-width: 851.2px) {
  .main-logo img {
    width: 60%;
  }

  .cur-btn .web-btn {
    margin: 0 20px 0 0;
  }

  .journal-card .rec-flex {
    width: 63%;
  }

}

@media only screen and (max-width: 811px) {
  .upper-menu ul li a {
    font-size: 17px;
  }

  

}

@media only screen and (max-width: 801.2px) {
  .menu-box {
    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 5px 0;
  }

  .bars {
    width: 10vw;

    row-gap: 2vw;

    display: flex;

    flex-direction: column;
  }

  .bar {
    height: 0.7vw;

    margin: 0;
  }

  .bars.active .bar {
    /*transform: rotate(45deg) translateX(6px);*/
  }

  .bars.active .bar:last-child {
    /*transform: rotate(-45deg) translateX(4px);*/
  }

  .upper-menu-list li:nth-child(1),
  .upper-menu-list li:nth-child(2),
  .upper-menu-list li:nth-child(3) {
    display: none;
  }

  .journal-card .rec-flex {
    width: 67%;
  }

  .upper-menu ul li {
    padding: 0 15px 0 0;

    margin: 0 20px 0 0;
  }

  .upper-menu ul li:last-child {
    margin: 0;
  }

  .lower-menu ul li {
    margin: 0 20px 0 0;
	padding: 0 15px 0 0;
  }

  .lower-menu ul li:last-child {
    margin: 0;

    padding: 0;
  }


  .main-logo {
    width: 80%;
  }

  .main-logo img {
    width: 100%;
  }

  .upper-menu ul li a {
    font-size: 20px;
  }

  .lower-menu ul li:nth-child(2) {
    display: none;
  }

  .title-head {
    font-size: 1.6em;
  }

  .sub-flex ul.quantity-list {
    justify-content: flex-start;
    row-gap: 10px;
  }

  .address-box h2 {
    font-size: 21px;
  }


}

@media only screen and (max-width: 767.2px) {
  .cur-txt {
    padding: 0;

    margin: 20px 0 0 0;
  }

  /* .title-head {

        font-size: 28px;

    } */

  /* .upper-menu ul li a {

        font-size: 13px;

    } */

  span.baseket-count {
    font-size: 16px;

    top: -5px;

    right: 5px;
  }

  .offcanvas-body .menu ul li a {
    font-size: 16px;
  }

  /* .main-logo img {

        width: 65%;

    } */

  .book-img {
    text-align: left;

    margin: 30px 0 0 0;
  }

  .book-img img {
    width: 100%;

    height: 300px;

    object-fit: contain;

    object-position: left;
  }

  .archive-label {
    width: 48%;
  }

  .sub-add label {
    font-size: 20px;
  }

  .pay-input-last {
    justify-content: flex-start;
  }

  .pay-input img {
    width: 118px;
  }

  .pay-input-second {
    justify-content: flex-end;

    padding: 0;
  }

  .book-service-box h2 {
    font-size: 28px;
  }

  .category-box h2 {
    font-size: 28px;
  }

  .recent-book-box h2 {
    font-size: 28px;
  }

  .archive-input-flex {
    margin: 0;
  }

  .archive-input {
    width: 100%;

    margin: 20px 0 0 0;
  }

  .archive-last {
    width: 90%;
  }

  .second-archive .archive-label {
    width: 30%;
  }

  .second-archive .search-icon {
    margin: 30px 0 0 0;
  }

  .archive-input-box {
    margin: 20px 0 0 0;
  }

  .talk-image img {
    height: 400px;
  }

  .topic-cont-btn {
    margin: 10px 0 0 0;
  }

  .invoice-submit-box {
    margin: 20px 0 0 0;
  }

  .invoice-submit-box img {
    width: 50%;
  }

  .pay-method-box {
    margin: 0;
  }

  .invoice-submit {
    margin: 20px 0 0 0;
  }

  .pay-post-head {
    flex-direction: column;

    align-items: flex-start;
  }

  .pay-post-head p {
    font-family: goudy-old-style-bold;

    font-size: 20px;
  }

  .pay-post-head select {
    width: 100%;

    padding: 10px;

    margin: 15px 0 0 0;
  }

  .check-image-box {
    margin: 20px 0 0 0;
  }

  .check-image-box img {
    width: 45%;
  }

  .pay-paypal {
    justify-content: flex-start;
  }

  .sub-renew-box .archive-label {
    width: 40%;
  }

  .archive-main .archive-input {
    width: 48%;

    margin: 0 0 20px 0;
  }

  .archive-main .search-icon {
    margin: 30px auto 0 30px;
  }

  .result-text {
    margin: 20px 0 0 0;
  }

  .topic-image {
    width: 100%;

    height: 400px;

    margin: 20px 0 0 0;

    float: unset;
  }

  .topic-image img {
    object-position: top;
  }

  .topic-text {
    width: 100%;

    margin: 20px 0 0 0;
  }

  .mail-btn-flex {
    margin: 30px 0 0 0;
  }

  .add-submit-box {
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0 0 0;
  }

  .second-archive {
    margin: 0 0 30px 0;
  }

  .second-archive .archive-input-box {
    margin: 0;
  }

  .invoice-submit {
    text-align: left;
  }

    .cur-img img {
    width: 50vw;
  }
}

@media only screen and (max-width: 701.2px) {
  /* .main-logo img {

        width: 70%;

    } */

  .order-list li {
    justify-content: space-between;
  }

  .order-list h3 {
    width: 25%;

    margin: 0;
  }

  .order-list p {
    width: calc(100% - 25%);
  }

  /* .upper-menu ul li a {

        font-size: 12px;

    } */

  .journal-card .rec-flex {
    width: 73%;
  }
}

@media only screen and (max-width: 668px) {
  .journal-card .rec-flex {
    width: 76%;
  }
}

@media only screen and (max-width: 651.2px) {
  /* .main-logo img {

        width: 75%;

    } */

  .radio-mark {
    display: flex;

    justify-content: center;

    align-items: center;
  }

  .talk-image img {
    height: 350px;
  }

  .topic-image {
    height: 350px;
  }

  .journal-card .rec-flex {
    width: 80%;
  }

  .second-archive .archive-label label {
    font-size: 22px;
  }
}

@media only screen and (max-width: 601px) {
  .journal-card .rec-flex {
    width: 86%;
  }
}

@media only screen and (max-width: 576.2px) {
  .divider {
    height: 1vw;
  }

  /* .main-logo img {

        width: 80%;

    } */

  .talking .col-md-6:last-child {
    margin: 0;
  }

  .title-head {
    font-size: 1.3em;
  }

  .footer-second {
    padding: 0 0 0 0;
  }

  .footer-four {
    padding: 0 0 0 0;
  }

  .talking-box img {
    height: 300px;
  }

  .upper-menu ul {
    justify-content: flex-end;

    column-gap: 15px;
  }

  .upper-menu ul li {
    padding: 0;
  }

.lower-menu {
    margin: 0 0 1em 0;
	}
  .lower-menu ul li {
    margin: 0 5px 0 2px;
	
	}
  span.baseket-count {
    top: -8px;

    right: -8px;
  }

  .talking .d-flex {
    flex-wrap: wrap;
  }

  .talking .title-head {
    width: 100%;

    margin: 0 0 15px 0;
  }

  .cur-flex {
    flex-wrap: wrap;
  }

  .cur-flex .web-btn {
    width: 48%;
  }

  .cur-flex .web-btn:last-child {
    margin: 10px 0 0 0;
  }

  .web-btn {
    text-align: left;
  }

  .mail-btn-flex {
    margin: 20px 0 0 0;
  }

  .cur-flex form {
    width: 48%;

    margin: 0 0 10px 0;
  }

  .account-text .cur-flex .web-btn {
    margin: 0 0 10px 0;
  }

  .account-text .cur-flex .web-btn:last-child {
    margin: 0 0 10px 0;
  }

  .add-btn {
    margin: 20px 0 0 0;
  }

  .add-last-btn {
    margin: 20px 0 0 0;
  }

  .cancel-text textarea {
    height: 70px;
  }

  .upper-menu ul li a {
    font-size: 18px;
  }

  .book-service-box h2 {
    font-size: 25px;
  }

  .category-box h2 {
    font-size: 25px;
  }

  .recent-book-box h2 {
    font-size: 25px;
  }

  .second-archive .archive-label {
    width: 48%;
  }

  .archive-input-flex .search-icon {
    margin: 60px 0 0 0;
  }

  .second-archive .search-icon {
    margin: 30px auto 0 25px;
  }

  .cur-btn {
    text-align: left;

    margin: 0;
  }

  /*.cur-btn .web-btn {
    margin: 15px 0 0 0;
  }*/

  .cur-btn .web-btn:last-child {
    margin: 0;
  }

  .talk-btn {
    text-align: left;

    margin: 15px 0 0 0;
  }

  .book-text-flex {
    text-align: left;
  }

  .invoice-submit {
    text-align: left;
  }

  .invoice-submit-box {
    text-align: left;
  }

  .sample-btn {
    text-align: left;
  }

  .sub-renew-box .archive-label {
    width: 45%;
  }

  .archive-main .archive-input {
    width: 100%;

    margin: 0 0 20px 0;
  }

  .archive-main .archive-input.archive-date {
    width: 80%;
  }

  .archive-main .search-icon {
    margin: 30px 0 0 0;
  }

  .topic-image {
    height: 300px;
  }

  .sub-flex ul.quantity-list {
    column-gap: 10px;
  }
}

@media only screen and (max-width: 575.2px) {
  p,
  li {
    line-height: 1.3;
  }

  .basket-btn p {
    text-align: right;
  }

  .itemQuantity .col-lg-2 {
    text-align: right;

    margin: 20px 0 0 0;
  }

  .basket-total {
    text-align: right;
  }

  .basket-total-btn p {
    text-align: right;
  }

  .check-input-sec {
    justify-content: flex-start;
  }

  .pay-input-second {
    justify-content: flex-start;
  }

  .check-submit-box {
    margin: 0 0 20px 0;
  }

  .check-submit-box img {
    width: 220px;
  }

  .check-input-last {
    margin: 0 0 20px 0;
  }

  .book-image img {
    object-fit: contain;

    object-position: left;
  }

  .book-service-box .row {
    flex-direction: column-reverse;
  }

  .book-service-image {
    width: 100%;

    /* margin: 0 0 30px 0; */
  }

  .cur-head h3:last-child {
    /*font-size: 16px;*/
  }

  .invoice-submit-box {
    margin: 20px 0 0 0;
  }

  .check-image-box {
    margin: 20px 0 0 0;
  }

  .web-btn a {
    font-size: 1.1em;
  }

  .arrow_container  {
  	font-size: 1.1em;
	}

  .error {
    font-size: 18px;
  }

  #exists {
    font-size: 18px;
  }

  .btn.primary-color-btn {
    font-size: 18px;
  }

  .sub-btn a {
    font-size: 18px;
  }

  .sub-text h3 a {
    font-size: 18px;
  }

  .basket-btn a {
    font-size: 18px;
  }

  .basket-flex form button[type="submit"] {
    font-size: 18px;
  }

  .category-btn a {
    font-size: 18px;
  }

  .book-btn a {
    font-size: 18px;
  }

  /*.cur-btn a {
    font-size: 18px;
  }*/

  .talk-btn a {
    font-size: 18px;
  }

  .sub-flex ul li a {
    font-size: 18px;
  }

  .result-btn a {
    font-size: 18px;
  }

  .upper-menu .divider {
    margin: 5px 0;
  }

  .menu-box {
    padding: 2px 0;
  }

  .journal-card .recent-text h3 a br {
    display: none;
  }

  .journal-card .rec-flex {
    width: 45%;
  }

  .pass-submit button {
    font-size: 18px;
  }

  .foot-links {
    margin: 15px 0 0 0;
  }

  .mail-btn-flex.align-left .mail-btn {
    justify-content: flex-start;
  }

  .address-card {
    width: 100%;
  }

  .edit-btn-box {
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0 0 0;
  }

  .address-default-box ul li {
    font-size: 16px;
  }

  .alertify-notifier.ajs-right .ajs-message.ajs-visible {
    font-size: 18px;
  }
}

@media only screen and (max-width: 551.2px) {
  /* .main-logo img {

        width: 90%;

    } */

  /* .upper-menu ul li a {

        font-size: 10px;

    } 

        */
.arrow_container  {
  	font-size: 1em;
	}

  .upper-menu ul li a {
    font-size: 16px;
  }

   .web-btn a {
    font-size: 1.1em;
  }

}

@media only screen and (max-width: 501.2px) {
  .main-logo img {
    width: 100%;
  }

  .arrow_container  {
  	font-size: 0.8em;
	}

   .web-btn a {
    font-size: 0.8em;
  }
  
  .talking-box img {
    height: 250px;
  }

  .cur-flex {
    margin: 10px 0 0 0;
  }

  .cur-flex .web-btn {
    width: 100%;

    margin: 10px 0 0 0;
  }

  .cur-flex .web-btn:last-child {
    margin: 10px 0 0 0;
  }

  .cur-flex form {
    width: 100%;
  }

  .add-last-btn {
    flex-direction: column;

    align-items: flex-start;
  }

  .add-last-btn input {
    margin: 20px 0 0 0;
  }

  .cancel-text textarea {
    height: 50px;
  }

  .order-list li {
    flex-wrap: wrap;
  }

  .order-list h3 {
    width: 100%;
  }

  .order-list p {
    width: 100%;

    margin: 10px 0 0 0;
  }

  .archive-last {
    width: 85%;
  }

  .second-archive .archive-label {
    width: 100%;
  }

  .second-archive .archive-label-last {
    width: 80%;
  }

  .cur-head {
    flex-direction: column;

    align-items: flex-start;
  }

  .cur-head h3:last-child {
    margin: 10px 0 0 0;
  }

  .cur-btn {
    margin: 0;
  }

  .talk-image img {
    height: 250px;
  }

  .sub-renew-box .sample-head {
    flex-wrap: wrap;
  }

  .sub-renew-box .archive-label {
    width: 100%;

    margin: 0 0 20px 0;
  }

  .sub-renew-box .archive-label:last-child {
    margin: 0;
  }

  .topic-image {
    height: 250px;
  }

  .journal-card .rec-flex {
    width: 50%;
  }
}

@media only screen and (max-width: 481.2px) {
  .journal-card .rec-flex {
    width: 52%;
  }

  .lower-menu ul li {
    margin: 0 10px 0 0;
  }

  .upper-menu ul li {
    margin: 0 10px 0 0;
  }

  
}

@media only screen and (max-width: 461px) {
  .journal-card .rec-flex {
    width: 55%;
  }
}

@media only screen and (max-width: 451.2px) {
  /* .upper-menu ul li a {

        font-size: 10px;

    } */

  span.baseket-count {
    font-size: 14px;
  }

  span.baseket-count {
    top: -5px;
  }
}

@media only screen and (max-width: 431px) {
  .journal-card .rec-flex {
    width: 58%;
  }

  .upper-menu ul {
    column-gap: 0;
  }
}

@media only screen and (max-width: 421px) {
  .journal-card .rec-flex {
    width: 60%;
  }
}

@media only screen and (max-width: 401.2px) {
  /* .upper-menu ul li a {

        font-size: 11px;

    } */

  .cur-img img {
    width: 50vw;
  }

  .book-img img {
    height: 250px;
  }

  .sub-input select {
    background-size: 13px;
  }

  .sub-date-input select {
    background-size: 13px;
  }

  .subscribe-input select {
    background-size: 13px;
  }

  /* .title-head {

        font-size: 22px;

    } */

  .sub-add label {
    font-size: 20px;
  }

  span.baseket-count {
    top: -4px;

    right: -5px;

    font-size: 13px;
  }

  .post-select {
    background-size: 13px;
  }

  .archive-last {
    width: 80%;
  }

  .second-archive .archive-label-last {
    width: 75%;
  }

  .talk-image img {
    height: 200px;
  }

  .invoice-submit-box img {
    width: 90%;
  }

  .topic-image {
    height: 200px;
  }

  .journal-card .rec-flex {
    width: 63%;
  }
}

@media only screen and (max-width: 391px) {
  .journal-card .rec-flex {
    width: 65%;
  }

  .upper-menu ul li a {
    font-size: 13px;
  }

  .lower-menu {
  margin: 0 0 1em 0;
  }
  
  .lower-menu ul li {
    margin: 0 5px 0 2px;
	font-size: 13px;
	}
}

@media only screen and (max-width: 376.2px) {
  /* .upper-menu ul li a {

        font-size: 10px;

    } */

  .upper-menu ul {
    column-gap: 5px;
  }
  .lower-menu ul li {
    margin: 0 2px 0 2px;
	}
  span.baseket-count {
    top: 0;
  }

  .journal-card .rec-flex {
    width: 68%;
  }
}

@media only screen and (max-width: 361px) {
  .lower-menu ul li {
    margin: 0 5px 0 0;
  }
}

@media only screen and (max-width: 351px) {
  .journal-card .rec-flex {
    width: 73%;
  }

  .upper-menu ul li a {
    font-size: 13px;
  }

  .upper-menu ul {
    column-gap: 0;
  }
}

@media only screen and (max-width: 330px) {
  /* .upper-menu ul li a {

        font-size: 9px;

    } */

  .journal-card .rec-flex {
    width: 78%;
  }
}

@media only screen and (max-width: 321px) {
  .journal-card .rec-flex {
    width: 80%;
  }
}

@media only screen and (min-width: 1399.3px) {
  .container {
    max-width: 75%;

    margin: 0 auto;
.title-head
	font-size: 1.8em;
  }