.comment-form label
{
	display:block;
}
.comment-form input, .comment-form textarea
{
	width:100%;
}
.single.single-post.postid-198567 .content-blog-post img
{
	min-height:215px;
}
.single.single-post.postid-198567 .books-list-note .element
{
	min-height:250px;
}
.single.single-post.postid-198567 .note_sec
{
	padding: 20px 32px 15px;
	height:auto;
}
.comment-form .comment-form-cookies-consent label
{
	display:inline-block;
}
.comment-form .comment-form-cookies-consent input
{
	width:auto;
}
.books-list-note
{
	margin-top:50px;
}
.books-list-note .slick-prev
{
	z-index: 9;
}
.books-list-note .element
{
	height:250px;
	margin:10px;
}
.books-list-note .element img
{
	width:100% !important;
	height:100%;
}
section.note
{
	padding: 0;
  margin: 65px 0 0;
}
.note_sec
{
	display: block;
  background: #fff;
    color: #24292e;
    text-decoration: none;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
    text-align: center;
 transition: all .5s ease-in-out;
    box-sizing: content-box;
    height: 96%;
	border:1px solid #2ee0ff;
}
.note_sec p {
    font-size: 20px;
}

/*WonderChat CSS*/
.wonderchat-iframe-section .wonderchat-iframe-wrapper {
  height: 1600px;
}
.wonderchat-iframe-section {
  padding-top: 20px;
} 
.wonderchat-iframe-section .post-password-form{
  margin:60px !important;
  text-align: center;
}
.wonderchat-iframe-section form p:first-child{
   padding-bottom: 20px;
}
.wonderchat-iframe-section form label input {
  padding: 7px 18px;
  background-color: white !important;
  outline: none;
  border: none;
  border: 1px solid #00000036;
  border-radius: 5px 0px 0 5px;
}
.wonderchat-iframe-section form p:nth-child(2) {
  display: flex;
  justify-content: center;
}
.wonderchat-iframe-section form input[type="submit"] {
  padding: 0 10px;
  height: 40px;
  background: linear-gradient(to right, #2ee0ff 0%, #109fff 100%);
  outline: none;
  border: none;
  border-radius: 0px 5px 5px 0px;
  color: white;
}

/* AI Chat button */

.ai-chat-btn {
  border-radius: 4px;
  border: solid 1px #ffffff;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 20px;
  margin-top: 7px;
  margin-left: 8px;
  margin-right: 6px; 
}
.page-template-no-sticky-header .navbar .nav-link.ai-chat-btn {
  border-radius: 4px;
  color: #fff !important;
  border-radius: 4px;
  background: #ff7d5a;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff7d5a), color-stop(100%, #eb4958));
  background: -webkit-gradient(linear, left top, right top, from(#ff7d5a), to(#eb4958));
  background: linear-gradient(to right, #ff7d5a 0%, #eb4958 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7d5a', endColorstr='#eb4958', GradientType=1);
  font-weight: 500;
  letter-spacing: 1px; 
}
.page-template-no-sticky-header .navbar:not(.fixed) a.nav-link.ai-chat-btn {
  letter-spacing: 1px;
  padding: 3px 15px 1px 15px;
  margin-top: 5px;
  font-weight: bold;  
}


/*SWS Additional CSS*/
.pan_car_sub_title h5 {

    background: linear-gradient(to right, #10a1ff, #00b7ff, #00b7ff, #10a1ff, #10a1ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.custom-login-buttons{
                    margin-top: 0px !important;
               
                }
/* Subscription button for AI Chatbot*/
a.ai-chat-subscribe-link {
    color: #fff !important;
    border-radius: 4px;
        background: -webkit-gradient(left top, right top, color-stop(0%, #2ee0ff), color-stop(100%, #109fff));
    background: -webkit-gradient(linear, left top, right top, from(#2ee0ff), to(#109fff));
    background: linear-gradient(to right, #2ee0ff 0%, #109fff 100%);
    filter: ;
    font-size: 20px;
}
.sws-restrict-content .subscription-plan-details {
    border: 1px solid #10a1ff;
    padding: 35px 70px;
    border-radius: 10px;
	display: flex;
	align-items: center;
}
.subscription-plan-details .price-section-wrappper {
  width: 40%;
}
.subscription-plan-details .content-section-wrappper {
  width: 60%;
}

.subscription-plan-details ul li {
   text-align: left;
}
.sws-restrict-content .subscribe-btn-wrapper {
    margin-top: 35px;
}

@media screen and (max-width: 600px) {
  .subscription-plan-details .price-section-wrappper {
  width: 100%;
}
.subscription-plan-details .content-section-wrappper {
  width: 100%;
}
	.sws-restrict-content .subscription-plan-details {   
    padding: 25px 10px;    
	display: flex;
	flex-wrap: wrap;
}
}
.terms-conditions p {
    margin-bottom: 1.25em;
   
	font-family: Georgia;
    font-size: 20px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    color: #333333;
}
div#account-button a {
    display: inline;
}
div#account-button {
    color: #ffffff;
}