/* Fonts */


@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Barlow';
    src: url('../fonts/Barlow-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
	font-family: 'Barlow';
    src: url('../fonts/Barlow-Bold_0.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Barlow';
    src: url('../fonts/Barlow-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


 /*Fonts END */




/* Common */

html {
	scroll-padding-top: 160px;
}

body {
     font-family: 'Barlow';
	 position: relative;
}

a {
    color: #509844;
	text-decoration: none;
}

a:hover {
    color: #dc1d24;
}

p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 25px;
}

h1 {
    color: #549dc1;
    font-weight: 700;
    white-space: normal;
    margin-top: 25px;
    margin-bottom: 0;
}

h2 {
    padding-bottom: 20px;
    position: relative;
	font-weight: bold;
	font-size: 40px;
	text-transform: uppercase;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

h6 {
	text-transform: uppercase;
	color:#509844;
}

section {
	padding-bottom: 50px;
}

@media (max-width: 991px) {
	html {
		scroll-padding-top: 30px;
	}
    section {
		padding-bottom: 25px;
	}
}

@media (max-width: 576px) {
    section {
		padding-bottom: 20px;
	}
}


.resize {
    width: 100%;
}

.clear-pd {
    padding: 0;
    margin: 0;
}



/* Common END */



/* Header & Navigation*/

#to-top {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 15px;
	z-index: 99;
	background-color: #509743;
	border: none;
	border-radius: 50%;
	padding:2px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#to-top:hover {
	background-color: #dc1d24;
}

#to-top img {
	width: 30px;
}

@media all and (max-width: 767px) {
	#to-top {
		position: fixed;
		bottom: 11px;
		right: 18px;
		padding:0px;
	}

	#to-top img {
		width: 26px;
	}
}



#header {
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	background-color: #fff;
	border-bottom: 1px solid #e3e3e3;
}

.top-bar {
  background-color: #509844;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#navbar_top {
    z-index: 20;
}

.navbar-brand {
    text-align: center;
}

#goToForm {
    cursor: pointer;
}

.navbar {
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navbar > .container {
	display: contents;
}

#header .main-logo {
	margin: 80px auto;
	text-align: center;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#header .main-logo img{
	max-width: 345px;
}

.navbar-nav {
    display: flex;
    justify-content: space-between;
	padding: 0px 20px 20px;
	margin: auto;
	width: 100%;
	max-width: 1470px;
}


#navbarMainMenu {
    margin-bottom: -4px;
}

#navbarMainMenu .nav-item {
    padding: 0px 0px 15px;
	margin-bottom: -20px;
}

.nav-item {
    line-height: 35px;
    position: relative;
}

#navbarMainMenu .nav-item>.dropdown-menu {
    padding: 15px 0px;
	margin-top: -4px;
	animation: rotateMenu 400ms ease-in-out forwards;
    transform-origin: top center;
}

@keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg);
    }
    70% {
        transform: rotateX(20deg); 
    }
    100% {
        transform: rotateX(0deg); 
    }
}

#navbarMainMenu .nav-item:hover>.dropdown-menu {
    display: block;
	opacity: 1;
    visibility: visible;
    z-index:250;
}

#navbarMainMenu .dropdown-item {
    line-height: normal;
    padding: 10px 15px;
	font-weight: 500;
}

#navbarMainMenu .dropdown-item:hover {
    color: #fff;
	background-color: #509844;
}

#navbarMainMenu .dropdown-item.active, .dropdown-item:active {
    color: #509844;
	background-color: #fff;
	font-weight: 600;
}

.nav-container {
	position: relative;
}



.nav-link {
    color: #383838;
    padding: 0 20px;
    font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

.nav-link:hover, .nav-link:focus {
	color: #dc1d24;
}

.nav-link.active:after {
	content: "";
    display: block;
    width: 100px;
    height: 5px;
    background-color: #dc1d24;
    bottom: 0;
    left: 0;
    border-radius: 25px;
	margin: 5px auto;
}

.navbar-toggler {
    padding: 5px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
}

@media (min-width: 992px) {
	.navbar-toggler {
		display:none;
	}
}

.navbar-toggler-icon {
    width: 36px;
    height: auto;
    padding: 5px;
}

.navbar-toggler-icon img {
    width: 100%;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.sticky .main-logo img {
	max-width: 200px;
}

.sticky #header .main-logo {
	margin: 10px auto;
}

.sticky nav {
	margin-bottom: 0px;
}

.sticky .nav-item {
	margin-bottom: 0;
}

.sticky .nav-link {
	font-size: 15px;
}

.sticky .top-bar {
	font-size: 10px;
}

.sticky .shop-actions-wrap a {
	width: 25px;
	height: 25px;
}




@media (max-width: 1200px) {


    .phone-numbers a {
        display: block;
    }


    .nav-link {
        padding: 0 12px;
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .location-item {
        padding-right: 0px;
        flex-direction: column;
        align-items: baseline;
    }
}

@media (max-width: 992px) {

	.top-bar {
		padding: 5px;
	  }
    .notice-btn, .notice-rt-btn {
        padding: 0 20px;
        font-size: 14px;
        top: 0;
        right: 20px;
        height: 100%;
    }
	
	.navbar > .container {
		justify-content: center;
	}

    .navbar-brand {
        margin: auto;
        padding-top: 5px;
    }

    #header .main-logo {
		margin: 10px auto;
    }
	#header .main-logo img {
        max-width: 200px;
    }

    .navbar {
        border-bottom: 1px solid #46a942;
    }

    .navbar-nav {
        border-top: none;
    }

    .navbar-toggler-icon {
        display: block;
        width: 34px;
    }

    #navbarMainMenu {
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        background-color: rgb(255 255 255 / 95%);
    }
	
	#navbarMainMenu .nav-item {
		padding: 15px 0;
		margin-bottom: -20px;
	}
	
	#navbarMainMenu .nav-item>.dropdown-menu {
		margin-top: 0px;
		width: 100%;
		text-align: center;
		margin: auto;
	}
	
	.info-ribbon .hide-mobile {
		display: none;
	}

    h1 {
        font-size: 16px;
        max-width: 120px;
        margin: 10px auto;
    }

    #navbar_top .navbar-brand {
        float: left;
        margin: 0;
    }


    #navbar_top .main-logo {
        max-width: 100px;
    }

    #navbar_top h1 {
        font-size: 14px;
        max-width: 120px;
    }

    #navbar_top h4 {
        font-size: 12px;
    }


}

@media (max-width: 768px) {
	.notice-btn, .notice-rt-btn {
        padding: 0 10px;
    }

    .location-item {
        margin-bottom: 20px;
    }

    .location-details {
        padding-left: 0;
        border-left: none;
    }

    .location-details h4 {
        margin-bottom: 0;
    }

    .location-details p {
       font-size: 14px;
       margin-bottom: 0;
    }


    .phone-numbers {
        display: flex;
        gap: 10px;
    }

    .fixed-top h1 {
        font-size: 14px;
        max-width: 120px;
    }
}


/* Header & Navigation END */

/* Visible on view */

.visible {
    opacity: 0;
}

@media (prefers-reduced-motion: no-preference) {
  .visible {
    transition: opacity 1.1s ease, transform 1.1s ease;
  }
}

.visible-transition {
    opacity: 1;
}

/* Sidemenu */

#sidebar {
    padding: 25px 0;
}

.sidebar-column {
	padding-right: 80px;
}

.sidemenu-title {
    text-transform: uppercase;
    font-size: 21px;
    padding-bottom: 15px;
    border-bottom: 6px solid #dc1d24;
}

.sidemenu-header.sidebar-header, .sidemenu-header.sidebar-header .sidemenu-title {
	margin-bottom: 0;
}

.sidebar-header {
	margin-bottom: 30px;
	position: relative;
}

.sidebar-header img {
	border-radius: 30px;
	width: 100%;
}

#sidebar ul {
	background-color: #f3f3f3;
}

#sidebar li a {
    color: #383838;
    font-size: 17px;
    font-weight: 500;
    padding: 15px;
    display: block;
    text-decoration: none;
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
}

#sidebar li a:hover {
    color: #dc1d24;
}

.submenu ul {
    direction: ltr;
}

#sidebar .submenu li a {
    padding: 15px;
    border: none;
	text-transform: inherit;
	font-size: 15px;
	overflow-wrap: normal;
}

#sidebar .submenu li a:hover {
    color: #509844;
}

#sidebar .submenu>li.active>a {
    color: #dc1d24;
	font-weight: 600;
}

.submenu::-webkit-scrollbar-thumb {
    background-color: #4787a7;
    background-image: url(../img/thumb-arrows.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 12px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.submenu::-webkit-scrollbar-thumb:hover {
    background: #c41d24;
    background-color: #4787a7;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/*
#sidebar .active {
    pointer-events: none;
}
*/

#sidebar .active ul {
    pointer-events: all;
}

#sidebar>ul>li.active>a {
    color: #dc1d24;
}



.sidebar-header .btn-main a {
	min-width: 180px;
	font-size: 15px;
	padding: 12px 15px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -90px;
}

.side-quiz {
	background-color: #e0ecd6;
	border-radius: 20px;
	aspect-ratio: 3/4;
}

.side-quiz img {
	padding: 10px;
	margin: auto;
}

.sidebar-header .side-quiz-ln {
	position: absolute;
	bottom: 20px;
	left: 50%;
	font-weight: bold;
	margin-left: -25px;
	color:#79bd76;
}
/*
.sidebar-header .side-quiz-ln::before {
    content: "";
    width: 21px;
	height: 20px;
    display: inline-block;
    background-image: url(../img/arrow-right-gr.png);
    background-size: cover;
    vertical-align: middle;
	margin-top: -4px;
	margin-right: 9px;
}
*/

.side-video-thumb {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	overflow: hidden;
	width: 50px;
}

.side-video:hover img {
	opacity: 0.7;
}

.side-video img {
	min-width: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.side-video:hover .side-video-thumb .side-video-red {
	opacity: 1;
}

.side-video-thumb .side-video-red {
	position: absolute;
	left: 0;
	opacity: 0;
}

.side-video-overlay {
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: #9601067e;
	border-radius: 50%;
	top: 0;
}


@media (max-width: 1200px) {

	.sidebar-column {
		padding-right: 20px;
	}

	.sidebar-header .btn-main a {
		min-width: 150px;
		font-size: 12px;
		padding: 10px 12px;
		margin-left: -75px;
	}

	#sidebar .submenu li a {
		font-size: 13px;
	}
}

@media (max-width: 991px) {
    .desktop-only {
        display: none;
    }
}

/* Sidemenu END */

/* Contact icons */

.main-contact-icons {
	position: fixed;
	right: 0px;
	top: 40%;
	z-index: 5;
}

.contact-icon-wrap {
	width: 80px;
	height: 70px;
	background-color: #509844;
	border-radius: 50px 0 0 50px;
	display: flex;
	align-items: center;
	padding: 5px;
	margin-bottom: 5px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transform: translateX(10px);
}

.contact-icon-wrap:hover {
	background-color: #dc1d24;
	transform: translateX(0px);
}

.icon-bck {
	background-color: #ffffff;
	border-radius: 50px;
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.icon-bck a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.icon-bck img {
	width: 80%;
	background-color: #509844;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.contact-icon-wrap:hover .icon-bck img {
	background-color: #dc1d24;
}




@media all and (max-width: 767px) {
	
	.main-contact-icons {
		position: fixed;
		bottom: 0;
		top:auto;
		right: inherit;
		left: 0;
		z-index: 5;
		height: 50px;
		width: 100%;
		background-color:#509844;
		display: flex;
		justify-content: center;
	}
	.contact-icon-wrap {
		width: 50px;
		height: 50px;
		background-color: inherit;
		display: flex;
		border-radius: 50px;
		justify-content: center;
		transform: translateX(0px);
	}
	.icon-bck {
		width: 32px;
		height: 32px;
		background-color: #fff;
	}

}

/* Contact icons END */

/* Page inner */

.page-inner-article h3 {
	font-size: 25px;
	font-weight: bold;
	color: #509743;
	text-transform: uppercase;
}

.page-inner-article h5 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 60px 0 30px;
}

.page-inner-img {
	text-align: center;
	margin: 40px auto;
}

.page-inner-article h5::after{
	content: '';
	display: block;
	width: 220px;
	height: 7px;
	margin-top: 10px;
	border-radius: 30px;
	background-color: #509844;
}

.main-article.page-inner-article h6 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 60px 0 30px;
	color: #509844;
	text-align: center;
}

@media all and (max-width: 1200px) {
	.page-inner-img img {
		width: 95%;
	}
}

@media all and (max-width: 991px) {
	.page-inner-img img {
		width: 85%;
	}
}

@media all and (max-width: 767px) {
	.page-inner-img img {
		width: 95%;
	}
}

/* Hero section */

.hero-section {
    max-width: 100%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../img/slider-gl.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	margin-top: 280px;
}

.hero-info {
	padding: 65px 0 65px 45px;
	color: #000;
	text-align: left;
}

.hero-info h2.hero-title {
	animation-delay: 0.3s;
	text-transform: inherit;
	color: #509844;
    font-size: 73px;
    padding: 0;
	max-width: 950px;
	font-weight: 700;
}

.hero-text {
	animation-delay: 0.7s;
}


.hero-info h3 {
	text-transform: uppercase;
	color: #000000;
    padding: 0;
	font-weight: 200;
}

.hero-info h5 {
	color: #dc1d24;
	text-transform: uppercase;
	font-size: 20px;
}

.hero-info p {
	color: #000000;
	max-width: 700px;
	font-size: 18px;
}

.hero-info ul {
	padding-left: 0;
}

.hero-info li {
	list-style: none;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 0;
}

.hero-info li::before {
	content: "";
    width: 35px;
	height: 35px;
    display: inline-block;
    background-image: url(../img/tick.svg);
    background-size: cover;
    vertical-align: middle;
	margin-top: -10px;
	margin-right: 9px;
}

.brand-cl {
	color: #c3d637;
}

.hero-section .owl-carousel .owl-item img {
	width:auto;
	max-width: 400px;
}

/* Page common hero */

.page-title {
    max-width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../img/page-title-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	margin-top: 280px;
	position: relative;
}



.page-title h2 {
    color: #509844;
    font-size: 73px;
    font-weight: bold;
    text-align: left;
    padding: 0;
}

.page-title h5.hero-title {
    color: #dc1d24;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    padding: 0;
}

.page-title-row {
	position: relative;
}

.page-title img {
	right: 5%;
	position: absolute;
	max-width: 220px;
}

/* Page common end */

.btn-container {
	padding: 20px 0;
    width: 100%;
	animation-delay: 1.4s;
}

.btn-main {
    float: left;
}

.btn-main a {
	min-width: 230px;
	margin-top: 20px;
    float: left;
	display: flex;
	align-items: center;
	justify-content: space-around;
    font-size: 16px;
	font-weight: 500;
    color: #fff;
	text-align: center;
    padding: 15px 20px;
    border-radius: 40px;
	text-decoration: none;
	outline: 5px solid #d7d7d7;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	position: relative;
}

.btn-main a:after {
    content: "";
    width: 28px;
    height: 28px;
    display: inline-block;
    background-image: url(../img/full-arrow-right.svg);
    background-size: cover;
    vertical-align: middle;
    margin-left: 15px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.first-btn a {
    background-color: #509844;
}

.btn-main:hover a:after{
	margin-left: 25px;
}


.first-btn, .second-btn{
    margin-right: 25px;
}

.second-btn a {
    background-color: #dc1d24;
}

.btn-downl a:after {
	transform: rotate(90deg);
}

.first-btn a:hover {
    background-color: #65c054;
}

.second-btn a:hover {
    background-color: #f83c42;
}




@media (max-width: 1470px) {
    .hero-info br {
        display: none;
    }
}

@media (max-width: 991px) {

	.hero-section {
		background-image: url(../img/page-title-bg-tb.jpg);
		margin-top: 80px;
	}
	
    .hero-info {
        display: flex;
        flex-direction: column;
		padding: 20px;
    }

    .hero-info h2.hero-title {
        font-size: 40px;
        max-width: 500px;
    }
	
	.hero-info h5 {
        font-size: 18px;
    }
	
	.btn-main a {
		margin-bottom: 25px;
	}

	.hero-section .owl-carousel .owl-item img {
		width: 50%;
		margin: auto;
	}

	.page-title {
		margin-top: 60px;
		padding: 40px 0;
	}

	.page-title h2 {
		font-size: 40px;
	}
	
	.page-title h5.hero-title {
		font-size: 15px;
	}
	
	.page-title img {
		display: none;
	}
}

@media (max-width: 576px) {

	.hero-section {
		background-image: url(../img/page-title-bg-mb.jpg);
	}
	
	.btn-main a {
		text-align: center;
		width: 100%;
		margin: 25px auto;
		min-width: 200px;
	}
	.hero-info h2.hero-title {
        font-size: 34px;
    }

	.hero-section .owl-carousel .owl-item img {
		width: 90%;
	}
}

@media (max-width: 480px) {
    .blue-tag {
        font-size: 12px;
        padding: 2px 24px;
    }

    .hero-section h2 {
        font-size: 30px;
        max-width: 380px;
    }
}



/* Hero section END */


/* Breadcrumbs section */

.breadcrumbs {
	background-color: #e6e6e6;
	padding: 20px;	
}

.breadcrumbs .container {
	max-width: 1480px;
	margin: auto;
}

a.bread {
	text-decoration: none;
	margin: 0 10px;
	color: #000;
	text-transform: uppercase;
}

/* Breadcrumbs section END*/


/* Main section */

.main-section {
    display: flex;
	padding: 50px 0 20px;
}

body:not(#home) .main-section {
	border-bottom: 7px solid #509844;
}

.main-article {
    padding: 35px 0;
	position: relative;
}

#home .main-article {
    padding: 65px 0 25px 25px;
}

.right-column {
	position: relative;
}

.video-ln-wrap {
	padding: 30px;
	border-radius: 0 30px 0 0;
	background: #fff;
	position: absolute;
	top: -260px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	max-width: 600px;
	right: 0;
	z-index: 2;
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	transition: all 1.2s ease;
}

.video-thumb {
	float: left;
	margin-right: 20px;
	position: relative;
}

.video-thumb img {
	width: 100%;
}

.video-thumb img.play-icon  {
	position: absolute;
	bottom:0;
	left:0;
	border-radius: 0 10px 0 0;
	max-width: 50px;
}

.video-ln-wrap p {
		color: #969696;
}


.main-article .video-ln {
	margin: 0 !important;
	border-bottom: 0px !important;
	padding-bottom: 0 !important;
}

.vide-ln-container.visible .video-ln-wrap {
	transform: translatey(50px); 
}

.vide-ln-container.visible-transition .video-ln-wrap {
	transform: translatey(0px); 
}

body:not(#home) .main-article .video-ln-wrap {
	top: -100px;
}

body:not(#home) .main-article h2 {
	color: #000;
    font-size: 21px;
	font-weight: 500;
    margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 6px solid #dc1d24;
	line-height: 25px;
	text-transform: uppercase;
}


.main-row {
	justify-content: space-between;
}

.main-article h2 {
	color: #000000;
	line-height: 1.5;
	text-transform: none;
}

.main-article h6 {
	color: #dc1d24;
}

.title-border {
    margin-bottom: 40px;
	color: #50667d;
}

.title-border:after {
    content: "";
    display: block;
    width: 120px;
    height: 5px;
    background-color: #dce0e5;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 25px;
}



.img-container {
	margin-top: 40px;
	position: relative;
}

.img-container .img-main {
	border-radius: 0 30px 0 0;
	width: 80%;
	box-shadow: 8px 8px 12px 0px rgba(0,0,0,0.2);
}

.img-container a {
	text-decoration: none;
	cursor: pointer;
}

.main-tf-icon {
	width: 130px;
	height: 130px;
	background-color: #509844;
	border-radius: 10px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 2;
	padding: 10px;
}

#home .main-tf-icon {
	position: absolute;
	right: 10%;
}

.main-tf-icon:hover {
	background-color: #dc1d24;
	transform: scale(1.1);
	font-weight: 600;
}

.main-tf-icon img {
	width: 60%;
	margin: auto;
	display: block;
}

#home .main-tf-icon#icon-1 {
	top: 10%;
}

#home .main-tf-icon#icon-2 {
	top: 40%;
}

#home .main-tf-icon#icon-3 {
	top: 70%;
}

p.disc {
	color: #838383;
}

.main-article .main-links {
	margin-top: 100px;
}

.article-ln {
	text-decoration: underline;
	display: block;
	font-weight: 500;
	color: #2e611c;
}

.main-article .article-ln {
	margin: 30px 0;
	border-bottom: 1px solid #ededed;
	padding-bottom: 20px;
}

body:not(#home) .main-article .main-links {
	margin: 20px 0;
}

.article-ln:before {
    content: "";
    width: 21px;
	height: 21px;
    display: inline-block;
    background-image: url(../img/arrow-right-gr.svg);
    background-size: cover;
    vertical-align: middle;
	margin-top: -4px;
	margin-right: 9px;
}

@media all and (max-width: 1330px) {
	.video-ln-wrap {
		padding: 20px;
		top: -230px;
	}
	.video-ln-wrap p {
		font-size: 12px;
		line-height: 1.2;
	}
	
	.video-thumb {
		max-width: 120px;
	}
}

@media all and (max-width: 991px) {
	.main-section {
		padding: 20px 0;
	}

	.main-article h2 {
		color: #000000;
		line-height: 1.2;
		text-transform: none;
		font-size: 30px;
	}
	
	.right-column {
		padding-top: 50px;
	}
}




@media all and (max-width: 576px) {
	
	#home .main-article {
		padding: 65px 0 25px 10px;
	}
	.main-article {
		padding: 35px 5px;
	}
	
	.first-btn, .second-btn, .cart-btn {
		width: 100%;
		margin-left: 0;
	}
	
	#home .main-tf-icon {
		width: 100px;
		height: 100px;
		line-height: 20px;
		font-size: 12px;
	}
}

@media all and (max-width: 380px) {
	
	#home .main-tf-icon {
		width: 80px;
		height: 80px;
		line-height: 12px;
		font-size: 8px;
	}
}
/* Main section END */

/* Capsule contents section */

.contents-header {
	text-align: center;
	padding: 40px 0;
}

.contents-header img {
	max-width: 200px;
}

.contents-section {
	padding: 20px 0;
	background-color: #509844;
	color: #fff;
}

.contents-section .row {
	align-items: center;
	justify-content: center;
}

.contents-container {
	margin: 30px 0;
	padding: 20px 0;
	position: relative;
}

.contents-line {
	width: 600px;
	position: absolute;
	bottom: -40px;
	overflow: visible;
}

.contents-line.line-2, .contents-line.line-3, .contents-line.line-4 {
	right: 0;
}
@media all and (min-width: 992px) and (max-width: 1120px) {
	
	.contents-line.line-1 path {
		d: path("M 0,100 L 300,100 l 200,-150");
	}

	.contents-line.line-2 path {
		d: path("M 600,100 L 250,100 l -150,200");
	}

	.contents-line.line-3 path {
		d: path("M 600,100 L 250,100 l -100,-100");
	}

	.contents-line.line-4 path {
		d: path("M 600,100 L 250,100 l -150,-400");
	}
}

@media all and (min-width: 1121px) and (max-width: 1350px) {
	.contents-line.line-3 path {
		d: path("M 600,100 L 180,100 l -150,-50");
	}
	
	.contents-line.line-4 path {
		d: path("M 600,100 L 150,100 l -150,-400");
	}
}

.contents-section p {
	color: #fff;
	font-size: 15px;
}

.contents-section p.content-head {
	font-size: 30px;
	font-weight: bold;
}

.dose-rd {
	background-color: #dc1d24;
	padding: 5px 10px;
	border-radius: 30px;
	display: inline-block;
	margin: 10px 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	min-width: 80px;
	text-align: center;
}

.box-column {
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	z-index: 2;
}

.box-bg {
	width: 90%;
	border: 35px solid #fff;
	border-radius: 50%;
	box-shadow: rgba(72, 71, 71, 0.35) 10px 10px 35px 30px;
	aspect-ratio: 1 /1;
	position: relative;
	background-color: #509844;
}

.box-img {
	position: absolute;
	top: 0;
	left: 16px;
	top: -25px;
}

@media all and (max-width: 1200px) {
	.box-bg {
		border: 25px solid #fff;
	}
	.box-img {
		left: 12px;
	}
}

@media all and (max-width: 991px) {
	.contents-container {
		margin: 30px auto;
		width: 80%;
	}

	.box-bg {
		width: 360px;
		height: 360px;
		border: 20px solid #fff;
	}

	.box-img {
		position: relative;
		left: 0;
	}
}

/* Capsule contents section END */

/* Expert section */

.expert-section {
	padding: 50px 0;
}

.expert-section h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	padding-bottom: 80px;
}

.expert-section h4 {
	margin-bottom: 30px;
	font-size: 25px;
	text-transform: none;
}

.expert-section h6 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #509844;
}

.expert-section .btn-container {
	padding: 50px 0;
}

.exp-img-column {
	padding-left: 20px;
}

.exp-img-column .exp-img {
	border-radius: 0 40px 0 0;
	width: 80%;
}

.exp-img-column h5 {
	text-transform: uppercase;
	font-size: 17px;
	padding: 15px 0;
	
}

.exp-img-column p {
	color:#509844;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}


@media all and (max-width: 991px) {
	.exp-img-column {
		text-align: center;
	}

	.exp-img-column .exp-img {
		width: 60%;
	}
}

@media all and (max-width: 576px) {

}


/* Expert section END */

/* Quiz section */

.quiz-section {
	text-align: center;
	background-color: #f3f3f3;
	padding: 70px 0;
}

.brain-quiz {
	position: relative;
	max-width: 450px;
	margin: 60px auto;
}

.brain-main {
	margin: auto;
}
/*
.brain-quiz {
	border-radius: 200px;
	border: 3px dashed #7fb64f;
	padding: 60px;
	position: relative;
	max-width: 350px;
	max-height: 350px;
	margin: 70px auto;
}

.quiz-icon {
	background-color: #dc1d24;
	padding: 10px;
	position: absolute;
	border-radius: 50px;
	width: 60px;
	height: 60px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.quiz-icon img {
	width: 100%;
	margin: auto;
}

.quiz-icon#quiz-icon1 {
	top:-25px;
	left: 140px;
}
.quiz-icon#quiz-icon2 {
	top: 140px;
	right: -25px
}

.quiz-icon#quiz-icon3 {
	bottom:-25px;
	left: 140px;
}

.quiz-icon#quiz-icon4 {
	top: 140px;
	left: -25px;
}*/


.quiz-section .btn-main, .quiz-section .btn-main a{
	float: none;
}

.quiz-section .second-btn{
	margin-right: 0px;
} 

p.soon {
	font-size: 34px;
	font-weight: bold;
	text-shadow: 1px 1px #66666631;
	color: #7fb64f;
	text-transform: uppercase;
}

/* Quiz section END */

/* carousel section */

.carousel-section {
	margin: 0px auto;
	padding: 20px 0px;
	text-align: center;
}

.carousel-section h2 {
	text-transform: uppercase;
}

a.info-ln {
	text-transform: uppercase;
	color: #0096d7;
}

a.info-ln.active {
	color: #c3d637;
}



.owl-container {
	padding: 20px 5px;
	margin: auto;
}

.owl-container .owl-theme .owl-dots, .hero-section .owl-hero.owl-theme .owl-dots {
	max-width: 1400px;
	margin: auto;
}

.owl-container .owl-theme .owl-dots .owl-dot span, .hero-section .owl-hero.owl-theme .owl-dots .owl-dot span {
  width: 60px;
  height: 6px;
  background: #509844;
}

.owl-container .owl-theme .owl-dots .owl-dot.active span, .hero-section .owl-hero.owl-theme .owl-dots .owl-dot.active span {
	background: #dc1d24;
}

.hero-section .owl-hero.owl-theme .owl-dots {
	text-align: left;
	padding: 10px 0 40px 0;
}



.hero-section .owl-nav {
	display: none;
}

.owl-carousel .owl-stage-outer {
	padding: 30px 0px;
	text-align: center;
	margin: auto;
}

.owl-item {
	padding: 0 20px;
}

.owl-prev img, .owl-next img {
	max-width: 30px;
	margin: 5px 20px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: none !important;
}


.carousel-row {
	justify-content: center;
}

.carousel-box {
	text-align: left;
	padding: 20px;
	max-width: 400px;
	min-height: 545px;
	background-color: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	margin: 20px auto;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.carousel-box:hover {
	box-shadow: rgba(44, 189, 31, 0.404) 0px 7px 29px 0px;
	transform: translateY(-20px);
}

.carousel-icon img {
	margin-left: -30px;
	width: 100%;
	border-radius: 0 40px 0 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.carousel-title h5 {
	margin: 25px 0 15px;
	color: #7fb64f;
	text-transform: inherit;
}


.carousel-box .btn-main {
    float: inherit;
}

.carousel-box a {
	color: #dc1d24;
	text-decoration: underline;
	position: absolute;
	bottom: 20px;

}

.carousel-box a:before {
    content: "";
    width: 21px;
	height: 21px;
    display: inline-block;
    background-image: url(../img/arrow-right-red.svg);
    background-size: cover;
    vertical-align: middle;
	margin-top: -4px;
	margin-right: 9px;
}


@media (max-width: 991px) {
	.btn-more {
		left: 25.5%;
	}
	.owl-prev img, .owl-next img {
		margin: 0;
	}
	.hero-section .owl-hero.owl-theme .owl-dots {
		text-align: center;
		padding: 10px 0 40px 0;
	}
	
}

@media (max-width: 576px) {
	.owl-container .owl-theme .owl-dots .owl-dot span, .hero-section .owl-hero.owl-theme .owl-dots .owl-dot span {
	  width: 30px;
	}
}


/* carousel section END */

/* Fosfatidilserin section */

.fosfatidilserin-section {
	background-color: #f3f3f3;
	padding: 70px 0;
}

.fosfatidilserin-section h6 {
	color: #dc1d24;
}

.fos-img-column {
	display: flex;
	align-items: center;
}

.fosfatidilserin-section img {
	width: 80%;
	margin: auto;
}

@media all and (max-width: 991px) {
	.fosfatidilserin-section img {
		width: 40%;
		margin: 30px auto;
	}
}

/* Fosfatidilserin section END */


/* Expert-qa */

.qa-segment {
	padding-bottom: 40px;
}

.qa-segment h4 {
	font-size: 20px;
	color: #509844;
	text-transform: none;
	padding-bottom: 10px;
	font-weight: 500;
}

.qa-segment h4::after{
	content: '';
	display: block;
	width: 220px;
	height: 7px;
	margin-top: 10px;
	border-radius: 30px;
	background-color: #509844;
}

.qa-segment h4::before {
    content: "";
    width: 25px;
	height: 25px;
    display: inline-block;
    background-image: url(../img/question-gr.svg);
    background-size: cover;
    vertical-align: middle;
	margin-top: -4px;
	margin-right: 9px;
}


/* Memoriwell info*/



/* brochure */

.brochure {
	background-color: #e0ecd6;
	border-radius: 50px;
	padding: 40px 0;
	position: relative;
	margin: 30px 0;
}

.brochure .row {
	justify-content: space-between;
}


.brochure .visible img {
	position: absolute;
	top: -7px;
	left: -30px;
	max-width: 402px;
	transform: translateX(50%);
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.brochure .visible-transition  img {
	transform: translateX(0);
}

.brochure ul {
	padding-left: 0;
}

.brochure li {
	list-style: none;
	padding: 10px 0;
	font-weight: 500;
}

.brochure li::before {
	content: "";
    width: 25px;
	height: 25px;
    display: inline-block;
    background-image: url(../img/tick-gr.svg);
    background-size: cover;
    vertical-align: middle;
	margin-top: -10px;
	margin-right: 9px;
}

.brochure .btn-main a {
	margin-top: 0;
}

/* one capsule */

.one-capsule {
	text-align: center;
	color:#509743;
	font-weight: bold;
	padding: 30px 0;
} 

.one-capsule img {
	padding: 18px;
	max-width: 162px;
} 

.one-capsule .vitamin {
	font-size: 30px;
} 

.one-capsule .nrv {
	font-size: 12px;
	font-weight: 500;
	color: #757575;
} 

/* info chart  */

.row.info-chart-row {
	flex-direction: row;
	position: relative;
	margin: 60px 0;
	background-color: #e0ecd6;
	padding: 70px 10px;
	border-radius: 60px;
}
.info-chart {
	position: relative;
	display: flex;
}

.info-chart-side {
	writing-mode: vertical-lr;
	transform: rotate(-180deg);
}

.info-chart img {
	width: 100%;
}

.chart-cluster-container-1 {
	position: absolute;
	bottom: 0;
	left: 10%;
	height: 100%;
}

.chart-cluster {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	position: relative;
	width: 200px;
	height: 100%;
}

.chart-name {
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
}

.chart-bellow {
	font-size: 14px;
	color: #8d8d8d;
	font-weight: 500;
	position:absolute;
	bottom: -50px;
	left:20%;
}

.cluster-1-3 {
	position: absolute;
	bottom: 0;
	width: 33%;
	height: 15%;
}
.cluster-1-6 {
	position: absolute;
	bottom: 0;
	left: 33%;
	width: 33%;
	height: 26%;
}
.cluster-1-pr {
	position: absolute;
	bottom: 0;
	left: 66%;
	width: 33%;
	height: 9%;
}

.chart-cluster-container-2 {
	position: absolute;
	bottom: 0;
	right: 5%;
	height: 100%;
}

.cluster-2-3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 33%;
	height: 33%;
}
.cluster-2-6 {
	position: absolute;
	bottom: 0;
	left: 33%;
	width: 33%;
	height: 64.5%;
}
.cluster-2-pr {
	position: absolute;
	bottom: 0;
	left: 66%;
	width: 33%;
	height: 72%;
}


.info-legend-color {
	margin-bottom: 15px;
	font-weight: 500;
}
.legend {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-bottom: -5px;
	margin-right: 10px;
}

.legend-1 {
	background-color: #bdd52f;
}

.legend-2 {
	background-color: #509743;
}

.legend-3 {
	background-color: #2e611c;
}

.dose-big-rd {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	padding: 20px 40px;
	text-align: center;
	background-color: #dc1d24;
	border-radius: 30px;
	margin: 70px 0 30px;
}

.mw-info-banner {
	background-image: url(../img/mw-info-banner-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	border-radius: 60px;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
}

.mw-info-banner h3 {
	text-align: center;
	color: #fff;
	margin: auto;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 800;
	text-shadow: 2px 2px #6666667c;
}

/* table */
table#table-dose {
	font-weight: 500;
}

table#table-dose tr.table-head {
	border-bottom: 0;
}
table#table-dose th {
    padding: 10px 20px;
    background-color: #509743;
	color: #fff;

}
table#table-dose th:first-child {
    border-top-left-radius: 20px; 
    border-bottom-left-radius: 20px;
}
table#table-dose th:last-child {
    border-bottom-right-radius: 20px; 
    border-top-right-radius: 20px; 
}

table#table-dose tr {
	border-bottom: 1px solid #ededed;
}

table#table-dose td {
	padding: 20px;
}

table#table-dose tr.table-disc {
	border-bottom: 0;
	color: #8d8d8d;
}

@media all and (max-width: 1200px) {
	
	.char-cluster {
		width: 170px;
	}
}

@media all and (max-width: 991px) {
	
	.brochure {
		padding: 20px;

	}
	.brochure .row {
		justify-content: center;
	}
	
	
	.brochure .visible img {
		position: relative;
		max-width: 80%;
		top:auto;
		left: auto;
		padding: 30px;
		transform: translateX(0);
	  }
	
}

@media all and (max-width: 767px) {
	.char-cluster {
		width: 170px;
	}

	.info-legend {
		margin-top: 70px;
	}
}

@media all and (max-width: 576px) {
	.chart-cluster {
		width: 110px;
	}

	.chart-cluster-container-2 {
		right: 5%;
	}

	.chart-bellow {
		bottom: -70px;
		left: 5%;
	  }

	table#table-dose {
		font-size: 12px;
		font-weight: 500;
	}

	@media all and (max-width: 380px) {
	
		.chart-cluster-container-2 {
			right: 0;
		}
	}
}


/* Memoriwell info END*/

/* Sharp-PS */

.sharp-ps-logo {
	max-width: 200px;
}

.ingredients-row {
	margin-top: 30px;
}

.ingredients {
	position: relative;
	width: 80%;
	overflow: hidden;
	border-radius: 20px;
}

.ingredients img {
	width: 100%;
	position: relative;
}

.ingredients .overlay {
	position: absolute;
	bottom: 0px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 2px #6666667c;
	font-size: 26px;
	font-weight: 800;
	text-align: center;
	background-color: #5198447c;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(100%);
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ingredients .overlay1 {
	height: 50%;
}

.ingredients .overlay2 {
	height: 20%;
}

.ingredients:hover .overlay {
	transform: translateY(0px);
}

@media all and (max-width: 767px) {
	.ingredients {
		margin: 30px auto;
	}
}

@media all and (min-width: 576px) and (max-width: 767px) {
	.ingredients .overlay {
		font-size: 20px;
	}
}

@media all and (max-width: 575px) {
	.ingredients {
		margin: 30px auto;
		width: 70%;
	}
	.ingredients .overlay {
		font-size: 20px;
	}
}


/* Chart test */


/* Chart test END*/

.brain-effect {
	text-align: center;
	margin: 50px auto;
}
.brain-effect img {
	width: 100%;
}

.icon-wrap {
	background-color: #509844;
	border-radius: 20px;
	aspect-ratio: 1 /1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 30px;
	margin: 20px auto;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-wrap-body {
	width: 180px;
	height: 180px;
}

.icon-wrap-benefit {
	width: 240px;
	height: 240px;
}
.icon-wrap:hover {
	background-color: #dc1d24;
	transform: scale(1.1);
}

.icon-wrap img {
	width: 80%;
}

.icon-wrap p {
	margin-top: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}



/* Sharp-PS END */

/* Klinicke studije */

p.subheading {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
}

p.chart-sub {
	text-align: center;
	color: #8d8d8d;
	font-size: 14px;
}

/* Klinicke studije */

/* Where to buy */

.where-to-buy .wtb-row {
	margin-top: 40px;
	text-align: center;
}

.where-to-buy .wtb-row img {
	margin-bottom: 20px;
}

.wtb-ln a{
	color: #7e7e7e;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

@media all and (min-width: 768px) {
	.where-to-buy .wtb-row img {
		width: 90%;
	}
}

/* Where to buy */

/* Contact page */

.contact-icons {
	margin: 15px 0;
	align-items: center;
}


#contactForm {
	padding: 40px 0;
}

.form-control {
	border-radius: 30px;
	padding: 20px;
}

.small-reg-btn {
	text-transform: none;
	float: right;
    font-size: 16px;
	font-weight: 500;
    color: #fff;
	text-align: center;
    padding: 10px 20px;
    border-radius: 40px;
	text-decoration: none;
	outline: 5px solid #d7d7d7;
	background-color: #dc1d24;
	border:none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.small-reg-btn::after {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(../img/full-arrow-right.svg);
    background-size: cover;
    vertical-align: middle;
    margin-left: 15px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.small-reg-btn:hover {
	background-color: #f83c42;
}

/* Contact page END*/

/* Footer */


.container-footer {
	padding: 80px 20px 60px;
}

.footer-logo {
	margin-bottom: 30px;
	margin-top: -80px;
	max-width: 300px;
}


.footer-info {
	margin-top: 10px;
}

.footer-info li {
	padding: 5px 0;
}

.footer-social {
	padding: 10px 10px 10px 0;
	max-width: 50px;
	float: left;
}

.footer-social a {
	margin-right: 5px;
}

footer h4 {
	font-weight: 500;
	padding-bottom: 26px;
	text-align: left;
}

footer h4::after{
	content: '';
	display: block;
	width: 230px;
	height: 6px;
	border-radius: 20px;
	background-color: #dc1d24;
	margin-top: 10px;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul a {
	color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

footer ul a:hover {
  color: #79bd76;
}

footer .article-ln {
	margin-top: 30px;
	font-size: 12px;
}

footer .article-ln:before {
    content: "";
    width: 22px;
	height: 22px;
    display: inline-block;
    background-image: url(../img/full-arrow-right.svg);
    background-size: cover;
    vertical-align: middle;
	margin-top: -4px;
	margin-right: 9px;
}

.copyright-container {
	background-color: #509844;
}

.copyright {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 6px 20px;
	max-width: 1480px;
	margin: auto;
}

.copyright p {
	padding: 0;
	margin: 0;
	color: #fff;
}

.copyright a {
	font-size: 12px;
	color: #fff;
}



@media all and (min-width: 991px) {
	#footer .footer-column {
		padding-right: 5%;
	}
}

@media all and (max-width: 767px) {
	.copyright {
		flex-direction: column;
		padding-bottom: 50px;
	}

	.copyright p {
		font-size: 12px;
	}
}

/* Footer END */
#quizx{
    text-align:left;
}
.brain-quiz {
    max-width: 600px;
}
@media all and (min-width: 991px) {
    .kvizblock {
        padding-right: 80px;
    }
}