@font-face {
  font-family: Gilroy-Regular;
  src: url(Gilroy-Regular.otf);
}

body, header, footer,p,h1,h2,h3,div,span,a{
	font-family: Gilroy-Regular !important;
}
#prod-benefits-op2 {
	clear:both;
    padding-top: 1rem;
    padding-bottom: 2rem;
    color: #fff;
    background-color: #aa627a;
}

#prod-benefits-op2 .bf-bt-div {
    margin-bottom: 1rem;
    background-color: #861f41;
    border-radius: 1px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: .8em;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
}

#bt-ingredients {
    padding-top: 1rem;
    background-color: #dbbcc6;
    color: #000;
}
#prod-benefits-op2 p,  #prod-benefits-op2 .bf-bt-div {
    font-size: 1.6em;
}


	.bt-part1-section {
		background-color: #861F41;
		padding-top: 1.7em;
		padding-bottom: 1.7em;
	}
	.bt-part1-section .plyr__poster {
		background-size: 100% 100%;
	}
	.bt-part1-section  .plyr__control--overlaid,
	.bt-part1-section .plyr--video .plyr__control:hover {
		background: #AA627A;
	}

.text-center {
    text-align: center!important;
}
.justify-content-center {
    justify-content: center!important;
}
.neur_row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
	margin: 0px;
}



@media (min-width: 576px) {
    .neur_container,.neur_container-sm {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .neur_container,.neur_container-md,.neur_container-sm {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .neur_container,.neur_container-lg,.neur_container-md,.neur_container-sm {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .neur_container,.neur_container-lg,.neur_container-md,.neur_container-sm,.neur_container-xl {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .neur_container,.neur_container-lg,.neur_container-md,.neur_container-sm,.neur_container-xl,.neur_container-xxl {
        max-width:1320px
    }
}
/* NEW  CSS */
.pt--90{
max-width: 100%;	
    margin-right: auto;
    margin-left: auto;
    /* padding-top: 100px; */
	    width: 100%;
    padding: 80px 0px 0px;
}
.box-benefit
{
    display: flex;
    justify-content: center;
    align-items: center;
margin-bottom: 20px;	
}

.box-benefit--left {
    text-align: right;
    padding-bottom: 20px;
}
.box-benefit .list {
    padding-left: 0px;
	padding: 70px 50px 30px;
}
.box-benefit .list li {
    padding-left: 0px;
    margin-bottom: 40px;
	    max-width: 350px;
		position:relative;
}
.box-benefit .list--check-red li {
    margin-bottom: 60px;
}

.box-benefit--middle {
    max-width: 387px;
    width: 100%;
}

.box-benefit--middle img {
    max-width: 100%;
    height: auto;
}

.pt--90 h2 {
    font-size: 36px;
	    text-align: center;
}

.txt--blue {
    color: #ac1c1b;
}

.d-inline-block {
    display: inline-block !important;
}

.btn-type {
    /* border: 2px solid #000; */
    /* border-radius: 15px; */
    font-weight: bold;
    padding: 0 7px 0 7px;
    background-color: #000;
    BORDER: NONE;
    BORDER-RADIUS: 0PX;
    padding: 50px 100px;
    padding: 3px 11px 3px 11px !important;
}

.btn-type a {
    color: #ffffff;
    background-color: #000;
}



strong {
    font-weight: 700;
}
ul {
    list-style: none;
}
ul li {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.menu-logos
{
	display:none;
}

.m-item.sec-how
{
	display:none;
}
.home-wrapper
{
	max-width: 1400px;
}
.products-menu
{
	margin-left:300px;
}





.pr_name_top
{
	font-weight:bold;
	margin-top:20px;
}


.pr_name_top span
{
	font-size: 18px;
    display: inherit;
    margin-top: 5px;
	margin-bottom: -5px;
}

.table-horizontal {
    background-color: #fff;
    max-width: 330px;
    width: 100%;
    min-height: 590px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    color: #292929;
    text-align: center;
}
.table-horizontal__header {
    background-color: #ac1c1b;
    color: #fff;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-transform: uppercase;
}
.table-horizontal__content {
    flex-grow: 1;
    background-color: #f8f8f8;
    padding: 25px 15px;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    border: 1px solid #d9d9d9;
}
.table-horizontal__header h3 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 0;
	margin-top:3px;
}

.table-horizontal-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-horizontal-wrapper--md .table-horizontal {
    min-height: 550px;
}

.table-horizontal--left {
    margin-right: -22px;
}
.table-horizontal__price {
    font-family: Montserrat, Verdana, sans-serif;
    font-size: 40px;
    line-height: 1;
    color: #18355e;
    margin-bottom: 0;
}

.table-horizontal__price strong {
    font-weight: 700;
}
.table-horizontal-wrapper--md .table-horizontal {
    min-height: 550px;
}
.table-horizontal--middle {
    max-width: 340px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, .1);
    z-index: 1;
}
.table-horizontal--middle .table-horizontal__header.table-horizontal__header--red, .table-horizontal__header--red {
    background-color: green;
}
.table-horizontal--middle .table-horizontal__header {
    background-color: #24b695;
    min-height: 80px;
}
.table-horizontal__header h3 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 0;
}
.table-horizontal--middle .table-horizontal__content {
    background-color: #fff;
    padding: 30px 15px 50px;
    border: none;
}
.table-horizontal--middle .table-horizontal__img {
    margin-bottom: 15px;
}
.table-horizontal__img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
.txt--linethrough {
    text-decoration: line-through;
}

.table-horizontal--right {
    margin-left: -20px;
}


sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.table-horizontal__price sub {
    color: #292929;
    font-family: Lato, Tahoma, sans-serif;
    font-size: 20px;
    bottom: 0;
}
@media (min-width: 992px){
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
	}
	.order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
	}
}

.mb--10 {
    margin-bottom: 10px;
	font-size: 26px;
    font-weight: bold;
}
.mb--15 {
    margin-bottom: 10px;
	margin-top: 5px;
}
.table-horizontal__img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
.h150 {
    max-height: 150px;
}
.btn_new {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    font-family: Montserrat, Verdana, sans-serif;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 50px;
    margin: 0 auto 15px;
    transition: all .3s ease-in-out;
}

.btn_new--red {
    background-color: transparent;
    color: #ef3939;
    border: 3px solid #ef3939;
}
.btn_new--md {
    max-width: 260px;
    cursor: pointer;
}
.btn_new--red-fill {
    background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
    border-color: #31bb31;
    color: #fff;
}
.mb--0 {
    margin-bottom: 0;
	font-size: 20px;
    line-height: 1.5;
}
.txt--blue {
    color: #ac1c1b;
}
.d-none {
    display: none !important;
}

@media (min-width:600px) {
    .m-item a {
      font-size: 18px;
    }
    .sec-reviews {
        margin-left:350px;
    }
}

@media (max-width: 767px){
	
	.pr_name_top {
    
    padding: 0px 5px;
}

.pr_name_top
{
	font-weight:bold;
	margin-top:10px;
}
	
	
	.box-benefit {
		flex-direction: column;
		align-items: flex-start;
	}
	.box-benefit--left {
    order: 2;
	    width: 100%;
		padding-bottom: 0px;
	}
	.box-benefit .list {
    text-align: left;
	}
	.box-benefit--left .list {
    margin-bottom: 30px;
	}
	
	.box-benefit--right {
    order: 3;
	    padding-bottom: 0;
		 width: 100%;
	}
	
	
	.box-benefit .list li {
    position: relative;
    padding: 0 0 0 35px !important;
    margin: 0 auto 30px !important;
	max-width:90%;
	font-size: 20px;
	}
	.box-benefit .list li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url(/image/catalog/templates/op_template_2/images/green-checkmark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
	}
	.box-benefit .list--check-red li::before {
    background-image: url(/image/catalog/templates/op_template_2/images/red-checkmark.svg);
	}
	.box-benefit--middle {
    order: 1;
    max-width: 100%;
	}
	.box-benefit--middle img {
    display: block;
    margin: 0px auto 20px;
	max-height:350px;
	}
	.box-benefit--right {
    order: 3;
	padding-bottom: 0;
	}
	
	.box-benefit .list {
   padding:0px;
	}
	
	
	  
	
	 /* .table-horizontal { */
        /* max-width: 780px; */
        /* min-height: 100%; */
        /* margin-bottom: 30px; */
		    /* padding-left: 15px; */
    /* padding-right: 15px; */
    /* } */
    /* .table-horizontal__content { */
        /* display: flex; */
        /* justify-content: center; */
        /* align-items: center */
    /* } */
    /* .table-horizontal__content--bottom, */
    /* .table-horizontal__content--top { */
        /* flex-basis: 100% */
    /* } */
    /* .table-horizontal__img { */
        /* margin-bottom: 0 */
    /* } */
    /* .table-horizontal-wrapper { */
        /* flex-direction: column */
    /* } */
    /* .table-horizontal-wrapper--md .table-horizontal, */
    /* .table-horizontal-wrapper--sm .table-horizontal { */
        /* min-height: 100% */
    /* } */
    /* .table-horizontal--left, */
    /* .table-horizontal--right { */
        /* margin-left: auto; */
        /* margin-right: auto */
    /* } */
    /* .table-horizontal--middle { */
        /* box-shadow: none */
    /* } */
    /* .table-horizontal--middle .table-horizontal__content { */
        /* padding: 20px 15px; */
        /* border: 1px solid #d9d9d9 */
    /* } */
	
	
	
	 .table-horizontal {
        margin-bottom: 15px
    }
    .table-horizontal__content {
        flex-direction: column;
        align-items: stretch
    }
    .table-horizontal__header h3 {
        font-size: 24px;
		margin-top:0px;
    }
    .table-horizontal__img {
        margin-bottom: 20px
    }
    .table-horizontal--middle .table-horizontal__header {
        min-height: 40px
    }
	
	
	/* NEW TABLE */
	
	.table-horizontal
	{
		    width: 34%;
	}
	.table-horizontal--right {
    margin-left: 0px;
}
.table-horizontal--left {
    margin-right: 0px;
}
	    .table-horizontal-wrapper {
          display: flex;
		  justify-content: normal;
    align-items: normal;
    }
	.table-horizontal__header
	{
		    padding: 1px 1px;
	}
	.table-horizontal__header h3
	{
		font-size: 14px;
	}
	.table-horizontal__content
	{
		/* padding: 5px 0px; */
		padding: 5px 0px 0px 0px;
	}
	.table-horizontal--middle .table-horizontal__content
	{
		    padding: 5px 0px;
	}
	
	
	.table-horizontal__price {

    font-size: 26px;
    line-height: 26px;
	letter-spacing: 1px;
	}
	.table-horizontal__img {
    margin-bottom: 5px;
	}
	.table-horizontal-wrapper--md .table-horizontal
	{
		    min-height: 250px;
	}
	.table-horizontal--middle .table-horizontal__img {
     margin-bottom: 5px;
	}
	
	
	.table-horizontal__price sub
	{
		font-size: 18px;
	}
	.mb--10 {
    
		font-size: 24px;
    
	}
	.mb--0 {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 1px;
	}
	
	
	
	.btn_new
	{
		font-size: 14px;
		margin: 0 auto 5px;
		height: 45px; 
		width:90%;
	}
	
	
    .list-split {
        column-width: 170px;
        column-gap: 10px
    }
    .section-padding--arrow {
        padding-bottom: 90px
    }
    .mb-md--0,
    .table-horizontal.mb-md--0 {
        margin-bottom: 15px;
    }
    .mb-md--10 {
        margin-bottom: 10px
    }
    .mb-md--30 {
        margin-bottom: 30px
    }
    .mb-md--45 {
        margin-bottom: 45px
    }
	.mb--10 {
    margin-bottom: 0px;
    
	}
	

	
	

	
	.site-footer
	{
		padding-top:0px;
	}
	.site-footer__block-image
	{
		padding-bottom:40px!important;
	}
	
	.site-footer__block-image {
    margin: 8px 24px 0;
	}
	.site-footer__linklist a
	{
		letter-spacing: 0px;
		line-height: 1.2;
		font-weight: bolder;
	}
	.footer__title {
    padding: 15px 0px 10px 0;
	font-weight: bold;
	}
	.flex-links {
    display: block;
    justify-content: space-around;
    text-align: center;
	}
	#flags-mobile
	{
		    top: 55px;
	}
	.logo-foot-new
	{
		    max-width: 160px;
		margin: 0 auto;
	}
	.slicknav_nav
	{
		position:relative;
		    text-align: center;
	}
	.container .sixteen.columns {
    width: 100%;
	}
	#mobile_nav ul :last-child a
	{
		background: black;
		color: white!important;
		padding: 10px 10px;
		font-size: 18px;
		padding: 8px 3px!important;
		font-weight: bold;
	}
}


@media (max-width: 1200px){
	#flags-new {
		/* top: 110px; */
		top: 60px;
		margin-left: 18px;
	}
}  



@media (max-width: 767px)
{
	#cart-total {
    top: 4px;
    font-size: 13px;
	}
	#cart>.btn {
		height: 46px;
	}
}


@media only screen and (max-width: 400px)
{
	.logo-link {
		margin-left: 10%; 
	}
} 
@media (min-width:1400px) {
	.home-wrapper
	{
		max-width: 1400px;
	}
	
	.site-footer__blocks-wrapper
	{
		    max-width: 1400px;
	}
}




.site-footer {
    background-color: #000000;
	color:white!important;
}
.footer__title {
    
    color: white;
}
footer a, footer a:visited , footer a:focus, footer a:hover 
{
   
	color:white!important;
}
.disclaimer {
    color: white;
    font-size: 12px;
    padding: 10px 10px 10px 20px;
    line-height: 22px;
    margin: 20px auto;
    max-width: 1400px;
    border: 1px solid white;
}

.site-footer__blocks-wrapper  li
{
	    margin-bottom: 10px;
}

/* NEW  CSS END */

.mt-3 {
    margin-top: 1rem!important;
}

#bt-ingredients h2 .top-text {
    font-size: .65em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
#bt-ingredients h2 .bot-text {
    font-weight: 800;
    line-height: 1;
    font-size: 1em;
}
#bt-ingredients h2 {
    text-align: center;
    margin-bottom: 2rem;
}

 #bt-ingredients p {
    font-size: 1.65em;
    line-height: 1.3;
    text-align: center;
}

span.highlight-border {
    position: relative;
    z-index: 2;
}
span.highlight-border:after {
    content: "";
    position: absolute;
    height: 35%;
    width: 100%;
    background-color: #c38fa0;
    display: block;
    left: 0;
    top: 60%;
    z-index: -1;
}
#bt-ingredients img {
    border-radius: 10px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.fw-bolder {
    font-weight: bolder!important;
}
.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}

#beets-info {
    background-color: #c38fa0;
    color: #000;
    padding-top: 1em;
    padding-bottom: 1em;
    position: relative;
}
#beets-info {
    font-size: 1.5vw;
}
 #beets-info .top-info {
    font-size: .80em;
    /* font-weight: 600; */
	text-align: center;
}

#beets-info .middle-info {
    font-size: .69em;
    align-items: center;
    text-align: center;
    line-height: 1.3;
}

 #beets-info .bottom-info {
    font-size: .8em;
    align-items: unset;
    text-align: center;
    line-height: 1.2;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-xl-6 {
    flex: 0 0 auto!important;
    width: 90%;
}
.col-2 {
    flex: 0 0 auto;
    width: 33.333%;
}

.mb-0 {
    margin-bottom: 0!important;
}
.align-items-center {
    align-items: center!important;
}
.justify-content-center {
    justify-content: center!important;
}
b, strong {
    font-weight: bolder;
}


#beets-each-gummy {
    font-size: 1.7vw;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 1.5em;
    padding-bottom: 0;
}
#beets-each-gummy {
    padding-bottom: 1em;
    background: #7e1e3c;
    color: #fff;
}

#beets-each-gummy .top-image-box {
    height: 16rem;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

#beets-each-gummy .list-box-container {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    padding-bottom: 0.5em;
    /* padding-right: 5em; */
    justify-content: end;
	    grid-template-columns: 1fr;
}

 #beets-each-gummy .list-box-container .list-box {
    width: 95%;
    border-radius: 0.3em;
	justify-self: center;
    border-radius: 0.5em;
    background-color: #c38fa0;
    overflow: hidden;
	max-width:800px;
}
#beets-each-gummy .list-box-container .list-box .list-title {
    font-size: .8em;
    text-align: center;
    color: #fff;
    padding-bottom: 0.6em;
    padding-top: 0.6em;
    background-color: #aa627a;
}

#beets-each-gummy .list-box-container .list-box ul.list-items-box {
    display: grid;
	padding: 0.8em;
    margin: 0;
}
#beets-each-gummy .list-box-container .list-box .separator-desktop-column {
    grid-row-gap: 0.2em;
	    display: grid;
    grid-template-columns: 1fr;
}
 #beets-each-gummy .list-box-container .list-box ul.list-items-box li.item {
    grid-template-columns: 1fr 5em;
    grid-gap: 1em;
    font-size: .7em;
    padding-bottom: 0.2em;
	display: grid;
}
#beets-each-gummy .list-box-container .list-box ul.list-items-box li.item .item-name {
    line-height: 1.1;
}
#beets-each-gummy .list-box-container .list-box ul.list-items-box li.item .item-value {
    line-height: 1;
    text-align: end;
}
#beets-each-gummy .list-box-container .list-box .separator-desktop-column {
    grid-row-gap: 0.2em;
	display: grid;
    grid-template-columns: 1fr;
}
#beets-each-gummy .list-box-container .right-content {
    align-self: center;
	display: grid;
    justify-content: center	
}
#beets-each-gummy .suggested-use {
    color: #fff;
    width: 15em;
    justify-self: center;
    margin: 1em 0;
    line-height: 1;
    font-weight: 500;
}
#beets-each-gummy .suggested-use .description-text {
    text-align: center;
    font-size: .7em;
}

#beets-each-gummy .our-gummies-do-not-contain-text {
    padding: 1em;
    width: 95%;
    line-height: 1.3;
    justify-self: center;
    text-align: center;
    background-color: #c38fa0;
}
#beets-each-gummy .our-gummies-do-not-contain-text .title {
    font-weight: 700;
    font-size: .7em;
    padding-bottom: 0.6em;
}
#beets-each-gummy .our-gummies-do-not-contain-text .description-text {
    font-size: .7em;
}

.text-md-start {
    text-align: left!important;
}
.try-it-risk-free {
    background-color: #fff;
    color: #000;
    padding-bottom: 1em;
    padding-top: 1em;
}

.try-it-risk-free .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
@media (min-width: 768px)
{
	.offset-md-3 {
		margin-left: 25%;
	}	
	.p-md-5 {
    padding: 3rem!important;
	}
	.my-md-0 {
    margin-top: 0!important;
    margin-bottom: 0!important;
	}

}

.try-it-risk-free .title-text {
    font-size: 2.5em;
    font-weight: 1000;
}
.try-it-risk-free .description-text {
    font-size: .55em;
    line-height: 1.2;
}
.mb-2 {
    margin-bottom: 0.5rem!important;
}
.highlight-border {
    position: relative;
    z-index: 2;
}

#bts-shop-now-2 {
    background-color: #861f41;
}
 #bts-shop-now-2 h1 {
    color: #fff;
    font-size: 2.5em;
    line-height: 1;
    font-weight: 600;
}
.btn-black {
    text-align: center;
    text-decoration: none;
    font-size: .75em;
    color: #000;
    background-color: #fff;
    line-height: 1;
    width: 9.5em;
    padding: 1em;
    display: inline-block;
    font-weight: 600;
}

#bts-shop-now-2 .btn-black {
       /* width: 36%; */
    padding: 1em 0;
    font-size: 1.7em;
    font-weight: 900;
	    margin: 30px auto;
}

.radio label
{
	    padding-left: 40px;
		font-weight: bold;
}
a:focus, a:hover {
    text-decoration: none;
}


/* @media (min-width: 768px) */
/* { */
	/* #beets-each-gummy .list-box-container { */
		/* display: grid; */
		/* grid-template-columns: auto; */
		/* justify-content: center; */
		/* padding-bottom: 0; */
		/* padding-right: 0; */
		/* justify-content: end; */
		/* max-width: 100%; */
	/* } */
/* } */
@media (max-width: 768px)
{
	#beets-each-gummy
	{
		font-size: 15px;
	}
	#beets-each-gummy .list-box-container
	{
		padding-right:0px;
	}
	#beets-each-gummy .list-box-container .list-box ul.list-items-box li.item
	{
		font-size: 16px;
	}
	#beets-each-gummy .list-box-container .list-box .list-title
	{
		    font-size: 20px;
	}
	#beets-each-gummy .suggested-use .description-text
	{
		    font-size: 20px;
	}
	#beets-each-gummy .our-gummies-do-not-contain-text .title
	{
		    font-size: 20px;
	}
	#beets-each-gummy .our-gummies-do-not-contain-text .description-text
	{
		 font-size: 18px;
	}
	#beets-info .top-info
	{
		width:100%;
		font-size:20px;
		padding-right: 15px;
    padding-left: 15px;

	}
	#beets-info .bottom-info
	{
		font-size:18px;
	}
	
	.text-md-start
	{
		width:100%;
	}
	
	.text-md-start img 
	{
		max-width:150px;
	}
	.text-md-start
	{
		text-align:center!important;
	}
}



/*review*/
#review
{
	max-width: 1180px;
    margin: 0 auto;
    padding: 20px;
}
#review .rating .fa-star + .fa-star-o,.fa-stack-2x
{
	color: #e69500;
}
#review .owl-item
{
	    /* background-color: #ededed; */
		    text-align: center;
			/* margin: 0px 10px; */
    /* padding: 10px; */
}
#review .testimonial {
    background: #ededed;
    padding: 10px;
    margin: 10px;
	    min-height: 180px;
}

#review .testimonial .description {
font-size:16px;
}

 



/*New box design*/
#new_design_boxes
{
	
}
#new_design_boxes .slide-arrow
{
	position:relative;
	width: 50%; 
	max-width: 112px;
}
#new_design_boxes .margin-top-15 {
    margin-top: 15px;
}
#new_design_boxes .display-table {
    display: table;
}
#new_design_boxes .center-block {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
#new_design_boxes .display-table>div {
    display: table-row;
}

#new_design_boxes .display-table>div>div {
    display: table-cell;
    height: 100%;
    float: none;
}

#new_design_boxes .padding-15 {
    padding: 15px 15px;
}
#new_design_boxes .bg-gray-lightest {
    background-color: #f2f2f2;
}
#new_design_boxes .text-size-sm {
    font-size: 12px;
}

#new_design_boxes .text-black {
    color: #444;
}

#new_design_boxes .bg-primary {
    background-color: #275489;
}

#new_design_boxes .border {
    border: 3px solid #444;
}

#new_design_boxes .border-secondary {
    border-color: #1a3a5e;
}
#new_design_boxes .text-size-h4 {
    font-size: 17px;
}

#new_design_boxes .text-primary {
    color: #275489;
}

#new_design_boxes .text-gray-dark {
    color: #888;
}
#new_design_boxes .bg-gray-lightest {
    background-color: #f2f2f2;
}
#new_design_boxes .text-bold {
    font-weight: 700;
}
#new_design_boxes .text-size-h3 {
    font-size: 24px;
}


.col-xs-12 {
    width: 100%;
}

/*New box design*/
