/** Shopify CDN: Minification failed

Line 21:18 Expected ":"
Line 95:61 "letter-specing" is not a known CSS property

**/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.product__title h1, 
h2{
  color:#0E01A9 !important;
}


.contact_box h2{
  color:white !important;
  font-size:22px !important;
}

.footer-block__details-content{
  font-size:14px;a
}

/* p, a{
  font-size:16px !important;
  font-weight:400 !important;
}
h1, h2, h3, h4, h5, h6 {
  font-size:36px !important;
  font-weight:600 !important;
}
 */

.annoucement_icon {
    padding: 10px 0;
}

.annoucement_icon .footer__list-social {
    justify-content: start !important;
}

.annoucement_icon .footer__list-social li svg {
    width: 15px;
    height: 15px;
}

.annoucement_icon .footer__list-social li a {
    padding: 0 9px;
}
/* .header__icons {
    display: none;
} */
details-modal.header__search {
    display: none !important;
}


.list-menu--inline a span, .list-menu--inline summary span {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    transition: all .2s;
    letter-spacing: 0;
  font-weight:600;
}

.list-menu--inline a:hover span {
    text-decoration: none;
    color: #0e01a9;
    position: relative;
}
.header__submenu.list-menu {
    width: 25rem !important;
}
.annoucement_icon .header__icon--search {
    height: 20px;
}
.annoucement_icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.annoucement_icon details-modal svg {
    stroke: white;
}


.banner .h1 {
    color: #0e01a9;
/*     text-transform: uppercase; */
    font-size: 22px;
    letter-spacing: 0;
  font-weight:100;
}
.banner .banner__text.rte.body {color: #000;font-size: 14px; letter-specing:0;}

.button:after, .button:before {
    display: none;
}

.button {
    background: #0e01a9;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 25px;
    letter-spacing: 0px;
    font-size: 16px;
    min-height: 0;
/*     border-radius: 6px!important; */
    font-weight: 400;
}
h2.rich-text__heading {
    font-size: 36px;
    font-weight: 600 !important;
}

.new_rich .rich-text.content-container.color-accent-2 .rich-text__text.rte {
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0;
    font-weight: 400;
}
.rich-text__wrapper .rich-text__blocks {
    max-width: 100rem !important;
}

.new_rich .rich-text.content-container.color-accent-2 .rich-text__buttons {
    margin-top: 30px;
}


.new_rich .rich-text.content-container.color-accent-2 {
    background: #f6f6f6;
}



.new_rich .rich-text.content-container.color-accent-2 .rte {
    color: #000;
    font-weight: 100;
}

.blog__title {
    text-align: center;
    width: 100%;
    font-size: 34px;
    letter-spacing: 0;
    font-weight: 600;
}
.blog 
 .card__information {
    padding: 10px 0 !important;
}
.blog .card__heading {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    font-family: Raleway,sans-serif;
}

.blog .article-card-wrapper:hover .card__heading {
    color: #e53781;
}
.blog .article-card__excerpt {
    display: none;
}
.blog .card__information h4 {
    margin: 10px 0;
    font-size: 12px;
    letter-spacing: 0;
    font-family: Raleway, sans-serif;
    font-weight: 300;
}
.multirow .image-with-text__heading.h1.rte {
    font-size: 22px;
    transition: .5s all;
    letter-spacing: 0;
    font-weight: 100;
}

.multirow .image-with-text__heading.h1.rte:hover {
    color: #eb307f;
}

.title h2 {
    text-align: center;
    width: 100%;
    font-size: 36px;
    letter-spacing: 0;
    font-weight: 600;
}

.testimonial_grid .testimonial_card  img {
    display: block;
    width: 100%;
    max-width: 100px;
    object-fit: cover;
    margin: 0 0 10px 0;
}

.testimonial_card {
    padding: 30px;
    margin: 10px;
    background: #fff;
    border: 1px solid #ddd;
}

.testimonial_card p {
    padding: 10px 0;
    margin: 0;
    font-size: 16px;
    color: #000;
    line-height: 1.4em;
    font-weight: 400;
}

 .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: 0;
    left: 0;
    cursor: pointer;
    z-index: 9;
    opacity: 1;
}
 .slick-next {
    right: 0;
    left: inherit;
}

ul.slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
}
ul.slick-dots li {
    border: 1px solid #ddd;
    margin: 0 3px;
    border-radius: 40px;
    background: #fff;
    height: 25px;
    width: 25px;
    cursor: pointer;
}
ul.slick-dots li button {
    opacity: 0;
    visibility: hidden;
}
ul.slick-dots .slick-active {
    background: #003471;
  border: 0px solid #ddd;
}
ul.slick-dots li:hover {background: #67D0FA; border: 0px solid #ddd;}

.multicolumn-list__item:nth-child(2) {
    border-left: 1px solid;
    border-right: 1px solid;
}

.multicolumn-list {
    align-items: center;
}

.multicolumn-card__info {padding-top: 20px !important;}

.multicolumn-card__info h3.inline-richtext {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
}

.multicolumn-card__info .rte {
    margin: 7px 0 0;
    line-height: 1.3em;
    color: #000;
    letter-spacing: 0;
    font-size: 14px;
}
.footer-block__image-wrapper.global-media-settings {
    border: 0;
  background: none;
}
.footer-block h2 {
    margin: 0 0 6px!important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;
/*     font-family: 'Raleway, sans-serif'; */
    font-weight: 600;
}

.footer-block a {
    padding: 0 !important;
}

.footer-block__details-content.rte p {
    margin: 0;
    color: #000;
    letter-spacing: 0;
 
}
.footer__newsletter input {
    border-bottom: 1px solid #000;
    padding: 0 10px !important;
}

.footer__newsletter .field:after, .footer__newsletter .field:before {
    display: none;
}

.footer__newsletter input:focus-visible {
    outline: none !important;
    box-shadow: none;
}

.footer__newsletter .field__label {
    left: 6px;
}
.footer__newsletter input {
    border-bottom: 1px solid #000;
    padding: 0 10px !important;
}

.footer__newsletter .field:after, .footer__newsletter .field:before {
    display: none;
}

.footer__newsletter input:focus-visible {
    outline: none !important;
    box-shadow: none;
}

.footer__newsletter .field__label {
    left: 6px !important;
}



.footer__newsletter {
    margin-bottom: 20px !important;
    margin-top: 16px !important;
}
.footer__content-bottom {
    display: none;
}
.footer__content-top.page-width {
    max-width: 140rem;
  padding-bottom: 10px;
}

.section-header {z-index: 99!IMPORTANT;}

.shopify-section-header-sticky {
    box-shadow: 0px 4px 13px #00000026;
}

  .testimonial_main {
    background: #f6f6f6;
    padding: 40px 0 90px;
}


.testimonial_main .title {
    margin-top: 0;
}
.testimonial_grid .slick-arrow {
    transform: inherit;
    top: inherit;
    bottom: -51px;
    left: 7px;
}

.testimonial_grid .slick-next {
    left: inherit;
    right: 44%;
    transform: translateX(-50%);
}
.testimonial_grid .slick-prev {
    right: inherit;
    left: 47%;
    transform: translate(-50%) rotate(180deg);
    bottom: -48px;
}
.line {
    position: relative;
}

.line span {
    background: #f6f6f6;
    padding: 0 10px;
    position: relative;
    z-index: 2;
}

.line:before {
    content: "";
    height: 1px;
    position: absolute;
    width: 90%;
    transform: translate(-50%,-50%);
    background: #000;
    left: 50%;
    top: 50%;
    z-index: 1;
}

.blog .line span {
    background: #fff;
}

.blog .line:before {
    background: #ccc;
}

.testimonial_main .line span {
    background: #f6f6f6;
}

.testimonial_main .line:before {
    background: #000;
}


/* about-css */
.about-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 40px;
}

.about-text-content {
    width: 60%;
}

.about-block {
    width: 32%;
}

.about-block p {
    margin: 0;
    line-height: 1.3em;
    font-size: 18px;
    color: #000;
}

.about-block h2 i {
    position: relative;
    top: 3px;
    margin-left: 10px;
}
.about-block h2 {
    font-size: 16px;
  font-weight:600;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.about-text-content p {
    margin: 0 0 20px;
  
    color: #000;
    line-height: 1.3em;
    font-size: 16px;
  font-weight:400;
}

.about-data:nth-child(1) h2 {
    margin-top: 0;
}
.main-grid {
    justify-content: space-between;
    display: flex;
}


.main-grid img {
    width: 100%;
    display: block;
}

.main-grid a {
    text-decoration: none;
}
.new-grid .blog__title {
    margin-bottom: 35px;
}

.new-grid {
    padding: 30px 0 60px 0;
}

.new-grid h3 {
    margin-top: 0;
}

.img-height img {
    height: 300px;
    object-fit: cover;
}
.template-page-press .card__information {
    display: flex;
    flex-direction: column-reverse;
}

.template-page-press .card__information h4 {
    font-size: 16px;
    font-weight: 400;
}
.template-page-press .card__information h3 {
    margin: 8px 0 0;
}

.press_grid img {
    display: block;
    width: 100%;
}

.press_grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.press_content {
    width: 48%;
}

.press_image {
    width: 48%;
}

.press_content h4 {
    font-size: 14px;
    margin: 20px 0 0;
    text-transform: uppercase;
}

.press_content h2 {
    margin: 0;
    font-size: 22px;
}



.main_press {
    padding: 50px 0;
}

.short-des p {
    margin: 0;
    line-height: 1.3em;
    font-size: 14px;
    color: #000;
}

.short-des {
    margin: 25px 0;
}

.d_pdf a {
    color: #000;
    text-decoration: none;
    font-weight: 300;
}

.related_grid h5 {
    margin: 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    font-size: 16px;
}

.related_grid {
    margin-top: 50px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.artist-grid a {
    display: flex;
    gap: 15px;
    align-items: center;
    text-decoration: none;
}

.artist-grid img {
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.artist-grid  h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}

.pageination_press {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.pageination_press a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
}
.interview-main img {
    width: 100%;
    display: block;
}
.interview_top h2 {
    margin: 20px 0 7px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    text-transform: uppercase;
    font-size: 21px;
    font-style: italic;
}

.interview_top span {
    font-size: 16px;
    font-weight: 400;
}

.interview-cont {
    color: #000;
}

.interview-cont .rte {
    margin-top: 30px;
}

.interview-cont .rte strong {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.interview-cont .rte {
    line-height: 1.3em;
    letter-spacing: 0;
}

.interview-cont .rte p {
    color: #5d5d5d;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
}
.interview-cont .rte h2 {
    font-size: 22px;
    margin: 0;
    line-height: 1.5em;
}

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

.template-page-book img {
    border: 0;
}

.template-page-book .rte {
    color: #000;
    line-height: 1.3em;
    font-size: 14px;
}

.template-page-book .main-page-title {
    font-size: 22px;
    text-align: center;
    margin: 0 0 15px;
}
.template-page-book .line span {
    background: #fff;
}

.product-form__buttons button {
    text-transform: uppercase;
    padding: 11px 25px;
    letter-spacing: 0px;
    font-size: 16px;
    min-height: 0;
    font-weight: 400;
    max-width: 18rem;
    margin-top: 40px;
}

.product .product__description {
    line-height: 1.3em;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
  color:#000000;
}

.product__description p {
    margin: 10px 0;
}

.product__title h1 {
    font-size: 36px;
    font-weight: 600;
}

.product__title {
    margin: 0 0 20px;
}

.product__info-wrapper {
    margin-top: 30px;
}

.product .price__regular {
    letter-spacing: 0;
    font-size: 20px;
    color: #3e3d3d;
}

.quantity {
    min-height: 35px;
    background: #ddd;
    border: 0 !important;
}

 .quantity:after,  .quantity:before {
    display: none;
}

 .quantity input:focus-visible {
    background: none;
    border: 0;
    box-shadow: none;
    outline: none;
}


.b-faq {
	margin: 5px auto;
}
.b-faq .faq__title {
	position: relative;
	display: block;
	color: #202020;
	font-size: 28px;
	text-decoration: none;
	border-radius: 3px;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.b-faq .faq__title:hover {
	transition: all 0.5s ease-out;
}
.b-faq .faq__active {

}
.b-faq .faq__title .faq__spoiler {
	position: absolute;
	top: 0px; right: 0px;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #000;
	line-height: 30px;
	font-size: 20px;
	font-weight: 700;
	margin-right: 5px;
	
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.b-faq .faq__rotate {
	transform: rotate(225deg);
}
.b-faq .faq__content {
	padding: 30px;
	margin-bottom: 2px;
	font-size: 14px;
	display: none;
	
}
.b-faq .faq__symbol {
	font-weight: 700;
}
.b-faq .faq__title {
    margin: 0;
}
  .main-faq .faq__item {
    padding: 0;
}
  .b-faq .faq__title {margin: 0;text-align: left;font-size: 16px;font-weight: 400;line-height: 1.5;letter-spacing: .5px;cursor: pointer;padding-left: 10px;}

.main-faq .faq__item {padding: 0;}

.main-faq .faq__item {
    text-align: left;
}
.main-faq p {
    color: #000;
margin:0;
}
.main-faq span {
    color: #000 !important;
}

  .main-faq .faq__item {
    background: none !important;
    padding: 15px 0;
}
  .faq__content.js-faq-content {
    padding: 10px;
    padding-bottom: 0;
}
.mn-faq.b-faq {
    background: #fff;
    padding: 20px;

}
.mn-faq.b-faq h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0;
    color: #000;
}
  .main-faq p {
    line-height: 21px;
    font-size: 16px;
}
.main-faq span {
    color: #000!important;
    font-size: 16px;
    max-width: 90%!important;
    display: block;
}
  .b-faq .faq__symbol {
    font-weight: 700;
    font-size: 23px;
}
  .main-faq {
    margin-bottom: 50px;
}
input#searchbar {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border-radius: 40px;
    border: 1px solid;
    box-shadow: 0px 2px 4px #0000003b;
    margin-bottom: 11px;
}
input#searchbar::placeholder {
    color: #000;
}
  .searchbar img {
    width: 18px;
    position: absolute;
    left: 12px;
    top: 41%;
    transform: translateY(-50%);
}

.searchbar {
    position: relative;
}
.main-faq .faq__item {
    border-top: 1px solid #e1e3e4 !important;
}
input#searchbar {padding-left: 41px;}





.main-faq p {
    line-height: 21px;
    font-size: 16px;
    font-weight: 300;
    font-weight: 400;
}

.main-faq .page__title span {
    max-width: initial!important;
    display: inline-block;
    font-size: 36px;
    background: #fff;
    font-weight: 600;
}
.main-faq .page__header {
    text-align: center;
}
input#searchbar:focus-visible {
    outline: none;
    box-shadow: none;
}

input#searchbar {
    border-radius: 0;
    box-shadow: none;
}
.main-faq .line {
    display: flex;
    position: relative;
    justify-content: center;
}
.menu-drawer__menu-item {
    font-size: 14px !important;
}
.template-page-contact .line span {
    background: #fff;
}

.flex-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.map {
    width: 49%;
}


.flex-form form#ContactForm {
    width: 49%;
    margin-top: 10px;
}

.map iframe {
    width: 100%;
    max-height: 350px;
}
.about-block p {font-family: Raleway, sans-serif;font-size: 16px;letter-spacing: 0; font-weight:400;}

/* breadcrumb  */


.breadcrumb_main .page-title {
    display: none;
}

.template-page-about-us .page-title {
    display: block;
}

.breadcrumb-bar {
    background: #F2F2F2;
    padding: 16px 0;
   margin:  0 0 30px;
}

.breadcrumb-bar span {
    color: #000;
    font-size: 14px;
}



.breadcrumb_main .page-title h3 {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
}

.test_image img {
    height: 100px;
    margin-bottom: 15px !important;
    border-radius: 70px;
}

.logo-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 50px;
}

.logo-slider img {
    display: block;
    max-width: 100%;
    max-height: 110px;
    width: 100%;
    object-fit: contain;
}

.logo-slide {
    width: 13%;
}


.logo-slider-wrap .line span {
    background: #fff;
}


/* new the books */

.main_title h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
}

.main-book_text {
    padding: 7rem 0px;
}

.main_book_grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main_book .main_title h2{
  font-size:32px !important;
}

.left_head {
    width: 40%;
}

.right_text {
    width: 60%;
/*     font-family: "Times New Roman", Times, serif; */
}

.main_title {
    margin-bottom: 50px;
}
 
.left_head h2 {
    margin: 0;
    font-size: 27px;
    font-weight: 600;
}

.right_text p {
    font-size: 16px;
    margin: 0;
    line-height: 1.3em;
    font-weight: 600;
}
.book_grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.book_grid img {
    display: block;
    width: 100%;
}

.book_image {
    width: 45%;
    margin-bottom: 60px;
}

.book_image1 img, .book_image3 img {
    margin-top: 200px;
}

.main-book_text .right_text p,
.main-book_text2 .right_text p {
    font-size: 16px;
    line-height: 1.3em;
    color:#000000 ;
}

.main-book_text2 .right_text strong {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.book_images img {
    width: 50%;
    display: block;
    padding: 0 20px;
      margin-top: 80px;
}

.book_images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}
.right_text a {
    color: #000;
}
.template-page-book footer {
    margin: 0;
}
.faq_bottom {
    text-align: center;
}

.faq_bottom h2 {
    font-size: 32px;
    font-weight: 600;
}

/* contact grid */

.c_box img {
    display: block;
    max-width: 100%;
    border:1px solid #e73b82;
}

.contact_box {
    display: grid;
    margin-top: 40px;
    grid-template-columns: repeat(auto-fill, minmax(33.33%, 1fr));
}
.c_box {
    height: 100%;
}
.box_2 {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: end;
   background: rgb(15 1 170);
}
.inner_box h2 {
    margin: 0;
    font-size: 16px;
}
.inner_box p {
    line-height: 1.3em;
   margin: 7px 0 0 ;
}

.box_2 h2, .box_2 p {
    color:#fff
}
.box_3 {
    background: rgb(101 219 227);
}
.Contact_grid_main {
    margin-bottom: 30px;
}
.cart-count-bubble {
    background: #0e01a9;
}
.blue-ribbon {
    width: 100%;
    height: 30px !important;
    background: #0e01a9;
    display: block !important;
}
.pdf_dowanload a {
    color: #000;
    font-weight: 400;
}
.sub_t {
  font-style: italic;
  text-align:center;
  font-weight:400;
  margin-top:0;
  margin-bottom:30px;
}
input#passwordSubmit {
    background: #0e01a9;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 25px;
    letter-spacing: 0px;
    font-size: 16px;
    min-height: 0;
    border-radius: 60px!important;
    font-weight: 400;
    box-shadow: none;
    cursor: pointer;
    outline: none;
    border: 0;
}

input#entity_password {
    padding: 10px 10px !important;
}
div#loginMessageContainer h4 {
    font-size: 36px;
    font-weight: 600!important;
    margin: 0 0 20px;
}
.about-data a {
    color: #000;
    text-decoration: none;
}
.product__description.rte.quick-add-hidden ul {
    padding: 0;
    list-style: none;
}

.product__description.rte.quick-add-hidden ul li {
    margin-bottom: 4px;
    padding-left: 14px;
    position: relative;
}

.product__description.rte.quick-add-hidden ul li:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    height: 4px;
    width: 4px;
    background: #121212bf;
    border-radius: 30px;
}
/*  media quary start */


@media(min-width:990px){
.header {
    display: flex;
    justify-content: space-between;
}
.blog  .blog__post {
    width: 48%;
    max-width: 48%;
}

.blog .blog__posts {
    justify-content: space-between;
}
  .template-page-press .blog__post {
    width: 31%;
    max-width: 31%;
}

.template-page-press .grid.main-grid {
    justify-content: center;
    gap: 30px;
}
 .template-page-press .img-height img {
    height: 240px;
    object-fit: cover;
}
  .header__inline-menu {
    display: block;
    flex: 1;
    text-align: right;
}
}

@media(min-width:750px){
.banner__box {
    padding-left: 0 !important;
}
  .footer-block__details-content .list-menu__item--link {

    font-size: 12px;
    letter-spacing: 0;
}
  .contact__button {
    margin-top: 2rem !important;
}
  .footer__blocks-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-block {
    width: 20% !important;
    max-width: 19% !important;
}
}

 
@media(max-width:1700px){
.left_head h2 {
    font-size: 27px;
}
.right_text p {
    font-size: 14px;
    line-height: 1.4em;
}
  .main_title h2 {
    font-size: 32px;
}
  .main_title {
    margin-bottom: 80px;
}
}


@media(max-width:989px){
  #Details-menu-drawer-container svg {
    color: #0e01a9;
    stroke: #0e01a9;
}
  .testimonial_grid .slick-next {
    right: 42%;
    transform: translate(0%);
}
  .testimonial_grid .slick-prev {
    left: 42%;
    transform: translate(0%) rotate(180deg);
}
  .about-text-content {
    width: 100%;
}

.about-block {
    width: 100%;
}
  .about-text-content {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
/*   .grid.main-grid {
    grid-template-columns: auto auto;
} */
  .logo-slide {
    width: 31%;
    margin-bottom: 11px;
}
  .main_title h2 {
    font-size: 22px;
}
  .main_title {
    margin-bottom: 35px;
}
  .book_images img {
    padding: 0 10px;
}
  .box_2 {
    padding: 25px 20px;
}
   .contact_box {
    grid-template-columns: 50% 50%;
}
  .c_box.box_2.box_3 {
    grid-column: 1 / span 2;
    height: 180px;
}
 .logo-slider-wrap .line::before {
    display: none;
}
}


@media(max-width:749px){

  .multirow .image-with-text__content {
    padding: 30px 20px;
}

.multirow .image-with-text__heading.h1.rte {
    font-size: 20px;
}
  .multicolumn-list__item:nth-child(2) {
    border: 0;
}
  .footer__content-top.page-width {
    padding: 0 20px;
}
  .footer-block a {
    padding: 2px 0 !important;
}
  .footer-block__details-content.footer-block-image {
    margin-bottom: 0 !important;
}

.footer-block.grid__item.footer-block--menu {
    margin-top: 0 !IMPORTANT;
}

.footer-block.grid__item {
    margin-bottom: 10px !important;
}
  .banner__media.media img {
    object-position: center;
}
.banner__media.media {
    height: 250px;
}
  header.header {
/*     display: flex; */
    justify-content: space-between;
    flex-direction: row-reverse;
}
  .testimonial_card {
    margin: 0;
  }
   .testimonial_grid .slick-next {
    right: 35%;
}
  .testimonial_grid .slick-prev {
    left: 35%;
}
  .about-text-content p {
    font-size: 16px;
    font-weight: 400;
}
  .about-block h2 {
    font-size: 16px;
    font-weight: 600;
}
    .about-block p {
    font-size: 16px;
}
  .new-grid .blog__post {
    max-width: 100%;
    width: 100%;
}
/*   .grid.main-grid {
    grid-template-columns: auto;
} */
  .img-height img {
    height: 270px;
    object-fit: cover;
}
  .press_content, .press_image {
    width: 100%;
}
  .press_grid {
    flex-direction: column-reverse;
    gap: 30px;
}
      .mn-faq.b-faq {
    background: #fff;
    padding: 10px;
}
  .map {
    width: 100%;
}


.flex-form form#ContactForm {
    width: 100%;
    margin-top: 30px;
}
  .logo-slider-wrap .line span {
    display: block;
}
  .newsletter-form {
    align-items: baseline !important;

}
  .left_head h2 {
    font-size: 20px;
}
.right_text p {
    font-size: 14px;
    line-height: 1.2em;
}
.main-book_text {
    padding: 4rem 0px;
}
  .left_head {
    width: 100%;
    margin-bottom: 10px;
}
  .right_text {
    width: 100%;
}
  .book_image1 img, .book_image3 img {
    margin-top: 70px;
}
  .book_image {
    margin-bottom: 20px;
}
 
    .book_images img {
          margin-top: 20px;
          width: 100%;
    padding: 10px 0;
}
  .contact_box {
   display:block;
}

.box_2 {
    height: 180px;
}
  .template-page-contact .rich-text__heading:after, .rich-text__heading:before {
    display: none;
}
  .testimonial_main .line:before {
display:none;
}
  .blog .line:before {
    display: none;
}
}
