.img_box {max-width:300px;width:100%;border-radius:10px;overflow:hidden;margin:auto}
.img_box--image{
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:180px;
	position:relative;
}
.img_box--icon{
	text-align:center;
	padding-top:70px;
}
.img_box--icon img {
    max-width: 80px;
    display: block;
    margin: auto;
}
.img_box--icon h3 {
			color:#fff;
			font-size:20px;
			font-weight:700;
			margin:0 auto;
}
.img_box--content{padding:25px; background:#FFF}
.img_box--icon:after {content: "";display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0,0,0,0.3);z-index: 0;}
.img_box--icon img, .img_box--icon h3 {
    position: relative;
    z-index: 1;
}
.img_box--content ul{padding:0;margin:0 !important;list-style:none;text-align:center}
.img_box--content ul li{font-size:16px;color:#000;margin:auto}
.img_box--button a{display:block;background:#db0b0b;color:#fff;padding:15px;font-size:14px;font-weight:400;text-align:center;text-decoration:none}
.img_box--button a svg{width:20px;vertical-align:middle;margin-left:10px}
.img_box--button a:hover {
    background: #000;
}
.img_box--button a {
    -webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
	border-bottom: none!important;
}
.img_box--content ul li a {
	border-bottom: none!important;
}
@media only screen and (max-width: 600px){.img_box {max-width:100%}}
.borderlayout {
	border: 4px solid #3358d5;
	margin: 35px 0 !important;
}
.luqmanquote p strong {
font-size: 14px !important;
font-weight: 600 !important;
}
.grid-container .site-content {
  -webkit-box-shadow: 0 10px 10px #dedede99;
}
.single .entry-title {
  margin-top: 30px;
	margin-bottom: 20px;
}
.topcont, .luqmancontainers  p a {
    border-bottom-color: #ffffff!important;
}
.kt-accordion-panel-inner ul li a {
    border-bottom:none!important;
}
.wp-block-image a{
	border-bottom:none!important;
}
.has-text-align-center {
border-bottom:none!important;
}
.wp-block-kadence-rowlayout alignfull topcont{
	border-bottom-color: #ffffff!important;
}
span {
  text-decoration: none!important;
}
body:not(.blog):not(.archive) .inside-article a {
    border-bottom: 1px solid;
}
.saboxplugin-wrap .saboxplugin-desc a {
    text-decoration: none;
}
.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper {
border-bottom:none
}
.saboxplugin-wrap .saboxplugin-authorname a {
border-bottom:none!important;
}
.saboxplugin-wrap .saboxplugin-gravatar  a {
	border-bottom:none!important;
}
.uglists {
  margin-bottom: 40px;
}
.uagb-icon-list__outer-wrap.uagb-icon-list__icon-at-top .uagb-icon-list__source-wrap {
  margin-top: 0px !important;
}
.luqmandivider {
  margin: 30px 0 50px 0 !important;
}
.luqmannote {
  -webkit-box-shadow: 0 3px 12px rgba(0,0,0,.2);
  border: 0px !important;
  display: block;
}
.luqmannote ul li {
  padding-bottom: 15px;
}
.su-tabs.my-custom-tabs {
  background-color: #3e3e3e;
}
.su-tabs.my-custom-tabs .su-tabs-nav span {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}
.su-tabs.my-custom-tabs .su-tabs-nav span.su-tabs-current {
  background-color: #fff;
  color: #000;
}
.su-tabs.my-custom-tabs .su-tabs-nav span:hover {
  color: #000;
}
.su-tabs.my-custom-tabs .su-tabs-pane {
  padding: 1em;
  font-size: 1em;
  background-color: #fff;
}
.su-box {
  border-width: 0px !important;
}
.su-row .su-column {
  margin: 0px 0 0 0% !important;
}
.su-quote-style-default {
  background-color: #e2f9e0;
  border: 1px solid #bcd9ba;
}
.blueb {
  background: #e2f0fc;
  border: 1px solid #90b8e0;
  padding: 15px 15px 10px 15px;
  margin: 15px 0 30px 0;
}
.luqmanhint {
  border: 3px solid #f9d81f !important;
}
@media only screen and (max-width: 28em){.alignright {
    display: block !important;
    text-align: center;
    margin: 10px auto;
    float: none;
  }}
.byline:before {
  content: " ";
}
}

/*** 2 Class ***/

/*** BBG Box ***/

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.BBG-ANIMATE {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.BBG-STARTER {
  margin: 15px auto;
}
.BBG-STARTER > .BBG-INNER {
}
.BBG-STARTER .BBG-WRAP {
  max-width: 800px;
  width: 100%;
  margin: auto;
  background-color: #FFF;
}
.BBG-STARTER .BBG-WRAP > .BBG-INNER {
  border: 6px solid #3358d5;
  padding: 30px;
}
.BBG-STARTER .BBG-HEADER {
}
.BBG-STARTER .BBG-HEADER:after {
  content: "";
  display: block;
  clear: both;
}
.BBG-HEADER-POINT {
  width: 54px;
  height: 56px;
  font-size: 22px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  background-color: #3358d5;
  text-align: center;
  position: absolute;
  top: -20px;
  left: -15px;
  z-index: 9999;
}
.BBG-STARTER .BBG-WRAP>.BBG-INNER {
  position: relative;
}
.BBG-HEADER-POINT:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 9px;
  height: 0;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #2a3a7c;
}
.BBG-STARTER .BBG-HEADER .HEADING {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  max-width: 680px;
  width: 100%;
  margin: 0px;
  margin-left: 35px;
  padding-bottom: 30px;
}
.HEADING {
  padding-bottom: 0;
    line-height: 40px!important;
    font-size: 24px;
}
.HEADING a {
  text-decoration: none;
}
.BBG-STARTER .BBG-HEADER .HEADING a {
  font-size: 24px;
  font-weight: 700;
  color: #ee5a5a;
  text-decoration: none;
}
.BBG-STARTER .BBG-HEADER .HEADING a:hover {
  text-decoration: none;
}
.BBG-STARTER .BBG-CONTENT {
  display: flex;
}
.BBG-STARTER .BBG-CONTENT:after {
  content: "";
  display: block;
  clear: both;
}
.BBG-STARTER .BBG-CONTENT .IMG {
  width: 50%;
  display: flex;
  margin-bottom: 30px;
  margin-top: 20px;
}
.BBG-STARTER .BBG-CONTENT .IMG a {
  margin: auto;
  display: block;
  outline: 0px;
}
.BBG-STARTER .BBG-CONTENT .IMG img {
  margin: auto;
  display: block;
  outline: 0px;
  max-width: 75%;
}
.BBG-STARTER .BBG-CONTENT .PARA {
  width: 50%;
}
.BBG-STARTER .BBG-CONTENT .PARA p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
  margin: 0px 0px 30px;
}
.BBG-STARTER .BBG-CONTENT .PARA .BUTTON {
  font-size: 17px;
  font-weight: 600;
  line-height: 39px;
  color: #FFF;
  background-color: #d6363c;
  display: block;
  width: 100%;
  height: 39px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 40px;
  margin-bottom: -5px;
	border-bottom: none;
}
.BBG-STARTER .BBG-CONTENT .PARA .BUTTON:hover {
  background-color: #3358d5;
  text-decoration: none;
}
@media only screen and (max-width: 900px){.BBG-STARTER {
    margin: 30px 0px;
  }
.BBG-STARTER .BBG-HEADER .HEADING {
    margin-left: 25px;
  }
.BBG-STARTER .BBG-CONTENT {
    display: block;
		font-size: 16px;
  }
.BBG-STARTER .BBG-CONTENT .IMG {
    width: 100%;
    display: block;
    text-align: center;
  }
.BBG-STARTER .BBG-CONTENT .PARA {
    width: 100%;
    display: block;
  }}
.no-sidebar .entry-content .alignfull {
  max-width: 99.56vw !important;
}
@media only screen and (max-width: 1600px){.no-sidebar .entry-content .alignfull {
    max-width: 99.45vw !important;
  }}
@media only screen and (max-width: 1366px){.no-sidebar .entry-content .alignfull {
    max-width: 99.4vw !important;
  }}
@media only screen and (max-width: 1080px){.no-sidebar .entry-content .alignfull {
    max-width: 100vw !important;
  }}
.chapterslist h6 {
  font-weight: 500;
  font-size: 16px;
}
.chapterslist h6 strong {
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
}
.luqmancontainers h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 48px;
  padding-bottom: 20px;
}
.luqmancontainers h2 strong {
  font-family: 'Kanit', sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.topcont h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 48px;
  padding-bottom: 20px;
}
.topcont h1 strong {
  font-family: 'Kanit', sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@font-face {
  font-family: 'PN Font';
  font-style: normal;
	font-display: swap;
	font-weight: 400;
  src: local('PN Font'), local('PN Font'),
       url('/wp-content/uploads/2020/02/cbfont2-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/uploads/2020/02/cbfont1-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {font-family: 'PN Font';font-style: normal;font-display: swap;font-weight: 700;src: local('PN Font'), local('PN Font'),
       url('/wp-content/uploads/2020/02/cbfont2-bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */;/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */}
.site-content p {
  letter-spacing: -.01em;
}
.single-post .site-content {
  padding-top: 0;
}
@media (max-width: 768px){.product-box h2 {
    font-weight: 700!important;
    font-size: 20px!important;
    padding-bottom: 20px!important;
  }}
@media (max-width: 768px){.product-image {
    margin-bottom: 0px;
    height: auto;
    border: 0;
    margin-left: auto;
    max-width: 75%;
    margin-top: -50px;
    margin-right: auto;
  }}
.kt-btn-align-center {
  margin-top: -30px;
}
.site-info {
  font-family: "PN Font";
}
#nav-below {
    text-align: center;
}
.nav-links .page-numbers {
    border-radius: 4px;
    min-width: 2.5em;
    line-height: 1.8em;
    padding: 5px 15px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
}
.nav-links .page-numbers {
    background-color: #000;
    color: #fff !important;
}
.nav-links .page-numbers.current {
    background-color: #2010ff;
}
#nav-below .page-numbers:not(.dots):hover,
#nav-below .page-numbers.current {
    background-color: #4285F4;
    color: #fff;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;	
  src: local('Montserrat Light'), local('Montserrat-Light'),
       url('/wp-content/uploads/2019/10/montserrat-v14-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/uploads/2019/10/montserrat-v14-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 600;  
	font-display: swap;
  src: local('Kanit SemiBold'), local('Kanit-SemiBold'),
       url('/wp-content/uploads/2019/10/kanit-v5-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/uploads/2019/10/kanit-v5-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.entry-content ul, .entry-content  ol {
    margin-left: 2.5em;
}
.entry-content li {
    margin-bottom: 0.5em;
}
.kt-svg-icon-wrap a.kt-svg-icon-link {
	border-bottom:none!important;
}
.entry-meta a, .entry-meta a:visited {
    color: #db4437;
    border-bottom: none!important;
}
.wp-block-embed-twitter .twitter-tweet {
	  display: block;
    margin-left: auto;
    margin-right: auto 
}
html, body {
    overflow-x: hidden;
}
.flash-sale {
    background: #000;
    padding: 20px;
    text-align: center;
    color: #fff;
    border-bottom: 3px dashed #eaf1f8;
}
.main-navigation .inside-navigation {
    max-width: 900px!important;
}
.wp-block-image{
    margin-bottom: 3em!important;
}
#menu-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media (min-width: 769px){nav .main-nav .mega-menu {
        position: static;
    }
nav .main-nav .mega-menu > ul {
        position: absolute;
        width: 100%;
        left: 0 !important;
        display: flex;
        flex-wrap: wrap;
    }
nav .main-nav .mega-menu > ul > li > a {
        font-weight: bold;
    }
nav .main-nav .mega-menu>ul>li {
        display: inline-block;
        width: 25%;
        vertical-align: top;
    }
nav .main-nav .mega-menu.mega-menu-col-2>ul>li {
        width: 50%;
    }
nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
        width: 33.3333%;
    }
nav .main-nav .mega-menu.mega-menu-col-5>ul>li {
        width: 20%;
    }
nav .main-nav .mega-menu > ul > li:hover > a,
    nav .main-nav .mega-menu > ul > li:focus > a,
    nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
    nav .main-nav .mega-menu ul ul {
        background-color: transparent !important;
        color: inherit;
    }
nav .main-nav .mega-menu ul .sub-menu {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        width: 100%;
        box-shadow: 0 0 0;
        left: 0;
        height: auto;
        pointer-events: auto;
        transform: scale(1);
    }
nav .main-nav .mega-menu ul.toggled-on .sub-menu {
        pointer-events: auto;
    }
nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
        display: none;
    }}
.rank-math-breadcrumb p {
font-size: 14px;
padding-top: 20px;
margin-bottom: -20px;
}