.custom_section {
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
    position: relative;
}
.menu_section {/*
    max-width: 1170px;
    margin: auto;
    padding: 0px 15px;*/
    width: 100%;
}
.menu_section nav.navbar {
    margin: 0px;
    padding: .5rem 1rem;
}
.custom_section .menu_section .rt-grid-12.rt-alpha.rt-omega {
   width: auto;
}
.custom_keynote_div .row {
  display: flex;
}

.custom_twelve_download.red_background ,.custom_deutsch_interested.red_background{
   background-color: #800000;
   color: #fff;
   padding: 20px;
}

.custom_twelve_download.red_background a ,.custom_deutsch_interested.red_background a{
   color: #fff;
   font-size:18px;
   font-weight: 600;
}

.custom_deutsch_interested.red_background {
   padding: 10px;
}

.custom_support_love.yellow_background a {
   background-color: #ffffcc;
   display: block;
   margin-bottom: 20px;
   padding: 10px;
   color: #000;
   font-size: 12px;
   line-height: 20px;
}
.customyoutube_video_link.custom {
    margin-left: 30px;
}
.custom_support_love.yellow_background a:first-child {
   color: red;
   font-weight: 600;
   font-size: 18px;
}

.custom_twelve_download.red_background a span {
   font-size: 11px;
}

.custom_support_love.yellow_background {
   max-width: 280px;
}
.purchaseItem_grid {
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-right: -15px;
   margin-left: -15px;
}

.purchaseItem_grid .Purchaseitem_gridItem .Purchaseitem_gridIteminner {
   margin: 0 15px;
   padding: 20px;
   border: 1px solid #ececec;
   background: #f4f6f7;
}
.purchaseItem_grid .Purchaseitem_gridItem .Purchaseitem_gridImage {
   text-align: center;
}
.purchaseItem_grid .Purchaseitem_gridItem .purchaseitem_content p {
   font-size: 14px;
   color: #000;
}

.purchaseItem_grid .Purchaseitem_gridItem .purchaseitem_content p{
  margin-top: 30px;
}

.Purchaseitem_gridItem {
margin-bottom: 20px;
}

.purchaseItem_wrapper {
	margin: 30px 0;
}

.purchaseItem_grid .Purchaseitem_gridItem .Purchaseitem_gridImage img {
	height: 425px;
    object-fit: cover;
    margin-top: -40px;
}

.back_cover_text {
	text-align: center;
	font-size: 14px;
	float: left;
	width: 100%;
	padding-top: 10px;
}

.rt-block.keynote {
	margin-top: 0;
	padding-top: 0;
}
.leading-0 .item-separator {
	display: none;
}
.custom_section #system-message-container .alert-error{
	display: none;
}

.info_section {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
	float:left;
}
.custom_info_img img {
    width: 100px;
}
.custom_info {
    width: 80%;
    float: left;
}
.custom_info_img {
    float: right;
    width: 20%;
}
.Love_heading1 {
    margin: 30px auto;
    text-align: center;
}


@media screen and (max-width: 767px){
	.gf-menu-toggle {
	   left: 8%;
	}
}
@media screen and (min-width: 1024px){


	.custom_keynote_div .row .col-sm-6.col-md-2 .custom_img_text {
	  display: flex;
	  align-items: baseline;
	  flex: none;
	  padding: 0 1px;
	}


	.custom_keynote_div .row .col-sm-6.col-md-2 .custom_img_text span {
	  font-size: 14px;
	  color: #000;
	  margin-left: 2px;
	}
	.custom_keynote_div .row .col-sm-6.col-md-2 {
	  width: 24.55%;
	}

	.custom_keynote_div .row .col-sm-6.col-md-2 .custom_img_text img {
	  width: 90px;
	  height: 90px;
	  object-fit: contain;
	}
}

@media (min-width: 767px) and (max-width: 991px){


	.custom_keynote_div .row .col-sm-6.col-md-2 {
	   width: 100%;
	}

	.custom_keynote_div .row .col-sm-6.col-md-2 {
	  width: 24.4%;
	}

	.custom_keynote_div .row .col-sm-6.col-md-2 .custom_img_text span {
	   display: block;
	}
}
@media (min-width: 320px) and (max-width: 766px){

	.custom_img_text {
	  margin-bottom: 20px;
	  text-align: center;
	}
	.custom_keynote_div .row .col-sm-6.col-md-2 .custom_img_text span {
	   display: block;
	}
}


@media only screen and (min-width: 768px){

.purchaseItem_grid .Purchaseitem_gridItem {
   max-width: 49.99%!important;
   flex: 0 0 49.9%;
}
}

@media only screen and (min-width: 1200px){

.purchaseItem_grid .Purchaseitem_gridItem {
   width: 33.33%!important;
   flex: 0 0 33.33%!important;
}
}


@media only screen and (max-width: 767px){
 .Purchaseitem_gridItem {
   margin-bottom: 20px;
}
}


/******************css for product page *******************/

.component-content div#proforms_proforms .sectionContent_wrapper p {
    margin-bottom: 4px;
    font-size: 15px;
}
.sectionContent_wrapper .purchaseItem_grid .Purchaseitem_gridItem:first-child {
    width: 66.66%!important;
    flex: 0 0 66.66%!important;
}
.sectionContent_wrapper .purchaseItem_grid .Purchaseitem_gridItem:last-child .Purchaseitem_gridIteminner .purchaseitem_content p {
    margin-top: 0;
    color: #000;
}
.sectionContent_wrapper .purchaseItem_grid .Purchaseitem_gridItem .Purchaseitem_gridIteminner {
    background: transparent;
    border: none;
}

.sectionContent_wrapper .purchaseItem_grid .Purchaseitem_gridItem:first-child .Purchaseitem_gridIteminner .Purchaseitem_gridImage {
    text-align: center;
}

.sectionContent_wrapper .purchaseItem_grid .Purchaseitem_gridItem:last-child .Purchaseitem_gridIteminner {
    padding: 14px;
    /*background: #ffe1e1;*/
    background: #fc9;
    border: 1px solid #3c3c3c;
}
#proforms_proforms form.ProformsForm {
    background: #f4f6f7;
    padding: 30px;
    max-width: 740px;
}
#proforms_proforms form.ProformsForm .pfmRow .pfmElement {
    margin-bottom: 20px;
}
#proforms_proforms form.ProformsForm .pfmRow label {
    width: 30%!important;
}
#proforms_proforms form.ProformsForm .pfmRow .pfmField {
    width: 70%!important;
}
#proforms_proforms form.ProformsForm .pfmRow .pfmField input[type="text"] {
    border-radius: 0;
    box-shadow: 0 0 black;
    border: 1px solid #c7c5c5;
    height: 40px;
}
.title_center .page-header h2 {
    text-align: center;
}

.title_center div.m4jRequiredWrapSystem {
   max-width: 795px;
   margin: 10px auto;
   display: block;
}

.title_center #proforms_proforms form.ProformsForm {
   margin: 0 auto;
}

/************css added on  26 oct ************/

@media only screen and (min-width: 1200px){
.purchaseItem_grid .Purchaseitem_gridItem:first-child,
.purchaseItem_grid .Purchaseitem_gridItem:nth-child(3) {
    width: 30%!important;
    flex: 0 0 30%!important;
}

.purchaseItem_grid .Purchaseitem_gridItem:nth-child(2) {
    width: 40.00%!important;
    flex: 0 0 40.00%!important;
}
.purchaseItem_grid .Purchaseitem_gridItem:last-child {
    margin: 0 auto;
    clear: both;
    width: 40%!important;
    flex: 0 0 40%!important;
}
}
.purchaseItem_grid .Purchaseitem_gridItem:first-child .purchaseitem_content {
    background-color: #ff9999;
}


.purchaseItem_grid .Purchaseitem_gridItem:nth-child(2) .purchaseitem_content {
    background-color: #deebf7;
}

.purchaseItem_grid .Purchaseitem_gridItem:nth-child(3) .purchaseitem_content {
    background-color: #fad8fc;
}

.purchaseItem_grid .Purchaseitem_gridItem .purchaseitem_content {
    padding: 20px 10px;
    border: 1px solid #000;
    margin-top: 33px;
}

.purchaseItem_grid .Purchaseitem_gridItem .Purchaseitem_gridIteminner {
    margin: 0 15px;
}

.purchaseItem_grid .Purchaseitem_gridItem:first-child {}


.purchaseItem_grid .Purchaseitem_gridItem:nth-child(2) .Purchaseitem_gridImage img {
    /* max-height: 300px; */
   /* width: 100%;*/
    /* height: auto; */
}

.purchaseItem_grid .Purchaseitem_gridItem .Purchaseitem_gridIteminner .Purchaseitem_gridImage {
    padding: 5px;
}

.purchaseItem_grid .Purchaseitem_gridItem .Purchaseitem_gridIteminner {
    background: transparent;
    border: none;
    padding: 0;
}

.purchaseItem_grid .Purchaseitem_gridItem .Purchaseitem_gridIteminner .Purchaseitem_gridImage {
    border: 1px solid #000;
    padding: 8px;
}

.purchaseItem_grid .Purchaseitem_gridItem .Purchaseitem_gridIteminner .Purchaseitem_gridImage img {
    margin-top: 0;
}

.purchaseItem_grid .Purchaseitem_gridItem .purchaseitem_content p {
    margin-top: 0;
    line-height: 22px;
}

.purchaseItem_grid .Purchaseitem_gridItem:nth-child(3) .Purchaseitem_gridImage {}

.purchaseItem_grid .Purchaseitem_gridItem:nth-child(3) .Purchaseitem_gridImage img {
    max-height: 250px;
    object-fit: contain;
}

.purchaseItem_grid .Purchaseitem_gridItem:first-child .Purchaseitem_gridImage img {
    max-height: 350px;
    object-fit: contain;
}



.purchaseItem_grid .Purchaseitem_gridItem:last-child .purchaseitem_content {
    background-color: #fc9;
}
#proforms_proforms form.ProformsForm .pfmRow label.m4jSelectItem {
    width: auto!important;
}
.sectionContent_wrapper p {
    margin-bottom: 4px;
    font-size: 15px;
}
.book_cover{
	width: 48%;float: left;padding: 1%;
}

.thankyou_donate h2:nth-child(2) {
    font-weight: bolder !important;
    letter-spacing: 1px;
    font-family: 'opensansbold';
    font-size: 30px;
}

.thankyou_donate h2:first-child {
    font-size: 37px;
    font-family: sans-serif;
    color: #000 !important;
    letter-spacing: 1px;
}

.thankyou_donate .sectionContent_wrapper p {
    padding: 8px 0px;
    color: #0a0a0a;
}
.font-bold{
  font-weight: bold !important;
}
.font-italic{
  font-style: italic !important;
}
/*.download_btn a{
   background: #307298;
    padding: 12px 30px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 15px 0px;
    border-radius: 4px;
    display: inline-block;
}*/

.download_btn a {
    padding: 12px 30px;
    font-size: 45px;
    letter-spacing: 1px;
    margin: 15px 0px;
    text-decoration: underline;
    border-radius: 4px;
    display: inline-block;
}

@media only screen and (max-width: 768px){
.book_cover{
	width: 100%;float: left;
}
}

/*---------------------------------------------------------------------------*/

.footer, #rt-footer-surround {
    background: #3B6689;
    padding: 10px 0px;
}
.footer img {
    max-width: 80px;
}
.footer p {
    text-align: left;
    color: #fff;
    margin: 10px auto;
}

.custom_postcast {
   background-color: #f3f3f3;
   padding: 50px 20px;
}

@media screen and (min-width: 991px){
.custom_postcast {
   padding: 50px 70px;
}

}
.custom_postcast h2 {
   font-weight: 600;
}

.custom_postcast p {
   font-size: 15px;
   margin-bottom: 8px;
   color: #000;
}



.custom_postcast .custom_faq .question {
   margin-top: 40px;
   background: #fff;
   padding: 10px 16px;
   margin-bottom: 20px;
   border-left: 3px solid #dd1e36;
   font-size: 16px;
   font-weight: 700;
}

.custom_postcast .custom_faq .answer {
   font-size: 15px;
   color: #000;
}

.actions {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}


/*---------------------CSS for menu ---------------------*/

.menuBar {
}
.menuBar nav.navbar {
    margin-bottom: 0;
}
div#mainNavigation {
}
.menuBar .navbar-brand img{
	max-width: 80px;
	height:auto;
}
div#mainNavigation a.nav-link, div#mainNavigation a {
    font-family: 'Rubik', sans-serif;
    color: #333;
    padding: 10px;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    box-shadow: none;
}
.navbar .nav > .active > a{
	background:none;
    box-shadow: none;
}
div#mainNavigation a:hover{
	background:none;
	text-decoration:underline;
    box-shadow: none;
}
div#mainNavigation a::before{
	display:none;
}
div#mainNavigation li.deeper.parent span {
    text-indent: 100px;
    padding: 0px;
    width: 24px;
    height: 3px;
    background: #000;
    position: relative;
    z-index: 99;
    margin-top: 20px;
    font-size: 0px;
    display: block;
}
div#mainNavigation li.deeper.parent span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: -8px;
    width: 100%;
    height: 100%;
    background: #000;
}
div#mainNavigation li.deeper.parent span::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -8px;
    width: 100%;
    height: 100%;
    background: #000;
}

div#mainNavigation li {
    position: relative;
}
div#mainNavigation li:hover ul.nav-child {
    display: block;
}
div#mainNavigation ul.nav-child {
    position: absolute;
    right: 0px;
    min-width: 200px;
    background: #fff;
    display: none;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.111);
    z-index: 9999;
}
div#mainNavigation ul.nav-child a {
    display: block;
    font-size: 13px;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
}
div#mainNavigation ul.nav-child li:last-child a {
    border-bottom: none;
}
div#mainNavigation ul.nav-child a:hover {
    text-decoration: none;
    background: #307298;
    color: #fff;
}
div#mainNavigation a.nav-link {
    font-size: 10px;
    padding: 5px;
}

@media screen and (min-width: 767px){
div#mainNavigation ul.navbar-nav {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
}
div#mainNavigation {
   /* position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    left: 0;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
    border-radius: 0px 0px 5px 5px;*/
    overflow: visible;
}
div#mainNavigation a.nav-link {
    font-size: 12px;
    border-bottom: 1px solid #f1f1f1;
    padding: 8px 10px;
}
div#mainNavigation li:last-child a.nav-link{
	border-bottom:0px;
}
.navbar-expand-md .navbar-toggler {
    display: none;
}
}
@media screen and (max-width: 1169px){
div#mainNavigation a.nav-link {
    font-size: 12px;
}
}
@media screen and (max-width: 767px){
	.menu_section nav.navbar{
	}
button.navbar-toggler {
    border: none;
	outline:none;
	background:none;
}
span.navbar-toggler-icon {
    text-indent: 100px;
    padding: 0px;
    width: 24px;
    height: 3px;
    background: #000;
    position: relative;
    z-index: 99;
    margin-top: 20px;
    font-size: 0px;
    display: block;
    margin: 0px;
}
span.navbar-toggler-icon::before {
    content: "";
    position: absolute;
    left: 0px;
    top: -8px;
    width: 100%;
    height: 100%;
    background: #000;
}
span.navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -8px;
    width: 100%;
    height: 100%;
    background: #000;
}
div#mainNavigation {
    position: absolute;
    top: 50px;
    background: #fff;
    width: 100%;
    left: 0;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
    border-radius: 0px 0px 5px 5px;
    z-index: 999;
	height:auto; 
    overflow: visible;
}
div#mainNavigation.collapse {
    display: none;
}
div#mainNavigation li {
    float: none;
    width: 100%;
}
div#mainNavigation li.deeper.parent {
    min-height: 40px;
}
div#mainNavigation li.deeper.parent span {
    margin-left: 16px;
}
div#mainNavigation li:hover ul.nav-child {
    position: static;
    margin-left: 8px;
    box-shadow: none;
}
}

/*           ----------------------Admin menu css ---------------------         */
div#adminNavigation li.deeper.parent span {
    text-indent: 100px;
    padding: 0px;
    width: 24px;
    height: 3px;
    background: #000;
    position: relative;
    z-index: 99;
    margin-top: 20px;
    font-size: 0px;
    display: block;
}
div#adminNavigation li.deeper.parent span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: -8px;
    width: 100%;
    height: 100%;
    background: #000;
}
div#adminNavigation li.deeper.parent span::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -8px;
    width: 100%;
    height: 100%;
    background: #000;
}
div#adminNavigation li:hover ul.nav-child {
    display: block;
}
div#adminNavigation ul.nav-child {
   position: absolute;
   right: 0px;
   min-width: 200px;
   background: #fff;
   display: none;
   -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.111);
   box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.111);
   z-index: 9999;
   left: 50%;
   right: auto;
   margin: auto;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
   display: none;
}
div#adminNavigation ul.nav-child a {
    display: block;
    font-size: 13px;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
	color:#000;
	text-align: left;
}

div#adminNavigation ul.nav-child li:last-child a {
    border-bottom: none;
}
div#adminNavigation ul.nav-child a:hover {
    text-decoration: none;
    background: #307298;
    color: #fff;
}

div#adminNavigation ul.nav.menu { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } 

div#adminNavigation {
   width: 100%;
   text-align: center;
}
div#adminNavigation li.deeper.parent span {
   margin: auto;
}
