
/*************---BUTTON CSS STARTS HERE---******************/
.btn{
	border-radius: 4px;
    border: none;
    padding: 8px 14px;
    font-size: 15px;
	color:#FFF;
	margin:0 4px;
	/*white-space: nowrap;*/
	display:inline-block;
}
.color-purple{
	background-color:#7825ff;
	color:#FFF !important;
	font-family: 'Lato', sans-serif;
}
.color-magenta{
	background-color:#c987d1;
	font-family: 'Lato', sans-serif;
}
.color-cyan{
	background-color:#39dce3;
	font-family: 'Lato', sans-serif;
}
.color-salmon{
	background-color:#eb6f7a;
	font-family: 'Lato', sans-serif;
}
.color-yellow{
	background-color:#fcc32e;
	font-family: 'Lato', sans-serif;
}
.color-lightblue{
	background-color:#2985b8;
	font-family: 'Lato', sans-serif;
}
.color-violet{
	background-color:#7825ff;
}
.color-violet:hover{
	background-color:#af7eff;
}
.color-lightred-border{
	background-color:#fff;
	border:1px solid #eb6f7a;
	color:#eb6f7a;
}
.color-lightviolet-border{
	background-color:#fff;
	border:1px solid #7825ff;
	color:#7825ff;
}
/*************---BUTTON CSS ENDS HERE---******************/

/*************---FIVE BOXES CSS STARTS HERE---******************/
.Fiveboxes_box1{	
	background-color: #39dce3;
	min-height:218px;
	padding:20px 10px;
    border-radius: 8px;
	margin:10px 0;
}
.Fiveboxes_box2{	
	background-color: #eb6f7a;
	min-height:218px;
    padding:20px 10px;
    border-radius: 8px;
	margin:10px 0;
}
.Fiveboxes_box3{	
	background-color: #fcc32e;
	min-height:218px;
    padding:20px 10px;
    border-radius: 8px;
	margin:10px 0;
}
.Fiveboxes_box4{	
	background-color: #c987d1;
	min-height:218px;
    padding:20px 10px;
    border-radius: 8px;
	margin:10px 0;
}
.Fiveboxes_box5{	
	background-color: #2985b8;
	min-height:218px;
    padding:20px 10px;
    border-radius: 8px;
	margin:10px 0;
}

.Fiveboxes_Main {
    float: left;
    width: 100%;
    margin: 0;
	display: flex;
    justify-content: center;
    flex-flow: wrap;
	margin-top:-135px;
	margin-bottom:45px;
	/*position:relative;
	top:-68px;*/
}
.Fiveboxes_Main h3{
	text-align:center;
	color:#FFF;
}
@media (max-width: 992px){
	.Fiveboxes_Main {
    float: left;
    width: 100%;
    margin: 0;
	display: flex;
    justify-content: center;
    flex-flow: wrap;
	margin-top:-35px;
	margin-bottom:45px;
}
}
/*************---FIVE BOXES CSS ENDS HERE---******************/
/*************---VIDEO IFRAME START---******************/
.container .col-md-5>iframe{
	border: none;
}
/*************---VIDEO IFRAME END---******************/

/************---HIGHER MCAT SCORE PRODUCTS STYLES STARTS---***************/
.HMS_curvebox{
	background-color:#f5f5f5;
	border-radius:10px;
	float:left;
	width:100%;
	border:1px solid #d6d6d6;
	overflow: hidden
}
.HMS_curvebox h4{
	font-size:28px;
	text-transform:uppercase;
}
.HMS_curvebox h3 {
    font-size: 28px;
    text-transform: uppercase;
}
.HMS_curvebox h6{
	font-size:15px;
	text-transform:uppercase;
	background-color:#e8e8e8;
	padding:10px;
	border-radius:8px;
	text-align:center;
	margin:48px 0 28px 0;
}
/************---HIGHER MCAT SCORE PRODUCTS STYLES ENDS---***************/

/* ----------------------------------------------------------------
	Owl Carousel CSS STARTS HERE
-----------------------------------------------------------------*/

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

.owl-carousel .fadeOut  {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

.owl-height {
	-webkit-transition:height 500ms ease-in-out;
	-o-transition:height 500ms ease-in-out;
	transition:height 500ms ease-in-out
}

.owl-carousel {
	display:none;
	-webkit-tap-highlight-color:transparent;
	position:relative;
	z-index:1;
	width: 100%;
}

.owl-carousel .owl-stage {
	position:relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}

.owl-carousel .owl-stage-outer {
	position:relative;
	overflow:hidden;
	-webkit-transform:translate3d(0,0,0);
	padding-top:50px;
}

.owl-carousel.owl-loaded { display:block }

.owl-carousel.owl-loading {
	display:block;
	min-height: 100px;
	/*background: url('images/preloader.gif') no-repeat center center*/
}

.owl-carousel .owl-refresh .owl-item { display:none }

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display:block;
	width:100%;
	-webkit-transform-style:preserve-3d;
}

.slider-element .owl-carousel .owl-item img { -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; }

.owl-nav .owl-prev,
.owl-nav .owl-next,
.owl-dot,
.owl-dots button {
	cursor: pointer;
	cursor: hand;
	padding: 0;
	border: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded { display: block; }

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden { opacity: 0; }

.mega-menu-content .owl-carousel.owl-hidden { opacity: 1; }

.owl-carousel.owl-refresh .owl-item { display: none; }

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl { direction: rtl; }

.owl-carousel.owl-rtl .owl-item { float: right; }

.no-js .owl-carousel { display: block; }

.owl-carousel .owl-item .owl-lazy {
	opacity:0;
	-webkit-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}

.owl-carousel .owl-item img { transform-style:preserve-3d }

.owl-carousel .owl-video-wrapper {
	position:relative;
	height:100%;
	background:#111
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 64px;
	width: 64px;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	/*background: url("images/icons/play.png") no-repeat;*/
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition:scale(1.3,1.3);
	-o-transition:scale(1.3,1.3);
	transition:scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn { display:none }

.owl-carousel .owl-video-tn {
	opacity:0;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
	-webkit-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position:relative;
	z-index:1;
	height: 100%;
	width: 100%;
}


/* Owl Carousel - Controls
-----------------------------------------------------------------*/

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	line-height: 1;
}

/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/

.owl-carousel .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: -36px;
	zoom: 1;
	width: 36px;
	height: 36px;
	line-height: 32px;
	border: 1px solid rgba(0,0,0,0.2);
	color: #666;
	background-color: #FFF;
	font-size: 18px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -38px; }

.slider-element .owl-nav [class*=owl-],
.owl-carousel-full .owl-nav [class*=owl-] {
	margin-top: -30px;
	left: 0 !important;
	height: 60px;
	line-height: 60px;
	border: none;
	color: #EEE;
	background-color: rgba(0,0,0,0.4);
	font-size: 28px;
	border-radius: 0 3px 3px 0;
}

.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] { margin-top: -50px; }

.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: -36px;
}

.slider-element .owl-nav .owl-next,
.owl-carousel-full  .owl-nav .owl-next {
	left: auto !important;
	right: 0 !important;
	border-radius: 3px 0 0 3px;
}

.owl-carousel:hover .owl-nav [class*=owl-] {
	opacity: 1;
	left: -18px;
}

.owl-carousel:hover .owl-nav .owl-next {
	left: auto;
	right: -18px;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: #1ABC9C !important;
	color: #FFF !important;
	text-decoration: none;
}

.owl-carousel .owl-nav .disabled { display: none !important; }


/* Owl Carousel - Controls - Dots
-----------------------------------------------------------------*/

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	width: 8px;
	height: 8px;
	margin: 30px 4px 0 4px;
	opacity: 0.5;
	border-radius: 50%;
	background-color: #1ABC9C;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-carousel .owl-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot:hover { opacity: 1; }
.slider-element .owl-carousel { margin: 0; }

/* ----------------------------------------------------------------
	Owl Carousel CSS ENDS HERE
-----------------------------------------------------------------*/

/* Testimonials - Item STARTS HERE
-----------------------------------------------------------------*/
@media (max-width:650px) {
	.testimonial{
		height: auto !important
	}
}

.testimonial {
	height:450px;
	position: relative;
	padding: 20px;
	background-color: #FFF;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.testi-image {
	/*float: left;
	margin-right: 15px;*/
	margin: -54px auto 0 auto;
}

.testi-image,
.testi-image a,
.testi-image img,
.testi-image i {
	display: block;
	width: 90px;
	height: 90px;
	margin-bottom:12px;
}

.testi-image i {
	text-align: center;
	background-color: #EEE;
	border-radius: 50%;
	line-height: 64px;
	font-size: 28px;
	color: #888;
	text-shadow: 1px 1px 1px #FFF;
}

.testi-image img { border-radius: 50%; }

.testi-content {
	position: relative;
	overflow: hidden;
	text-align:center;
}

.testi-content p {
	margin-bottom: 0;
	line-height:24px;
}

/*.testi-content p:before,
.testi-content p:after { content: '"'; }*/

.testi-meta {
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}

/*.testi-meta:before { content: '\2013'; }*/

.testi-meta span {
	display: block;
	font-weight: normal;
	color: #000;
	font-size: 11px;
	text-transform: none;
	padding-left: 10px;
	font-family: 'Montserrat', sans-serif;
	font-style:italic;
}
/* Testimonials - Item ENDS HERE
-----------------------------------------------------------------*/


/*********---TABLE CSS STARTS----***************/
.head-color1{
	background-color:#7825ff;
	border-top-left-radius: 12px;
    border-top-right-radius: 12px;
	text-shadow: 1px 1px 1px #525252;
}
.head-color2{
	background-color:#fcc1c6;
	border-top-left-radius: 12px;
    border-top-right-radius: 12px;
	text-shadow: 1px 1px 1px #525252;
}
.head-color3{
	background-color:#9cf7fb;
	border-top-left-radius: 12px;
    border-top-right-radius: 12px;
	text-shadow: 1px 1px 1px #525252;
}
.head-color4{
	background-color:#9cd6f6;
	border-top-left-radius: 12px;
    border-top-right-radius: 12px;
	text-shadow: 1px 1px 1px #525252;
}
.head-color5{
	background-color:#fbe7b2;
	border-top-left-radius: 12px;
    border-top-right-radius: 12px;
	text-shadow: 1px 1px 1px #525252;
}
.head-color6{
	background-color:#aaf5bd;
	border-top-left-radius: 12px;
    border-top-right-radius: 12px;
	text-shadow: 1px 1px 1px #525252;
}
.head-color7{
	background-color:#ffddb5;
	border-top-left-radius: 12px;
    border-top-right-radius: 12px;
	text-shadow: 1px 1px 1px #525252;
}
.head-color8{
	background-color:#ffc3c2;
	border-top-left-radius: 12px;
    border-top-right-radius: 12px;
	text-shadow: 1px 1px 1px #525252;
}
.table_Newimg_box{
	width:100%;
	margin:24px 20px;
}
.table-border-box_New {
    margin-bottom: 18px;
    border-radius: 6px;
    position: relative
}

.table-border-box_New h6 {
    width: 100%;
    font-size: 18px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    top: 0;
    left: 0;
    margin: 0;
    font-weight: 600;
    background-color: #f60;
    color: #fff;
    padding: 10px;
    border: 0
}

.table_inner_New {
    padding: 12px
}

.table_inner_New table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    font-size: 15px;
    color: #000;
}

.table_inner_New tr:nth-of-type(odd) {
    background: #f5f5f5
}
.table_inner_New tr:nth-of-type(even) {
    background: #eaeaea
}
.table_inner_New th:nth-child(8){
	width:166px;
}
.table_inner_New th {
    color: white;
    text-align:center;
}

.table_inner_New td,
th {
    padding: 10px;
	text-align: -webkit-center;
	border-top: none;
    border-bottom: none;
    border-right: 2px solid #fff;
    border-left: 1px solid #fff;
}

.icon-style-remove{
	background-color: #ee8176;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.icon-style-ok{
	background-color: #6cdb9b;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.align_Ntable_heading {
    font-size: 17px;
    line-height: 23px;
    text-align: left;
}
.new-selectbox{
	width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}
.new-pricetxt h4{
	font-size:22px;
	color:#000;
	line-height:24px;
}
.new-pricetxt h4 span{
	font-size: 14px;
    color: #ef8e8e;
    text-decoration: line-through;
    font-weight: 400;
}
.new-pricetxt h4 .red-txt{
	font-size: 14px;
    color: #fd0000;
    text-decoration: none;
    font-weight: 400;
}
.red-txt{
	color: #fd0000 !important;
}
.orange-txt{
	color: #fc7b15 !important;
}

@media only screen and (max-width:760px),
(min-device-width:768px) and (max-device-width:1024px) {
    .table_inner_New table {
        width: 100%
    }

    .table_inner_New table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block
    }

    .table_inner_New thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .table_inner_New tr {
        border: 1px solid #ccc
    }

    .table_inner_New td {
        border: 0;
        border-bottom: 1px solid #d8d8d8 !important;
        position: relative;
    width:100%;
    }

    .table_inner_New td:before {
        position: relative;
        top: 0;
    border-right: 0px !important;
        left: 0;
        width: 100%;
        padding-right: 10px;
        content: attr(data-column);
        font-weight: bold;
        padding-left: 7px;
        padding-top: 10px;
        color: #000;
        /*height: 100%;*/
    text-align: center !important;
        border-right: 1px solid #dcdcdc
    }

    .table_inner_New_none td:before {
        content: none !important
    }

    .table_inner_New_none td {
        padding: 12px !important
    }
  .table_inner_New .align_Ntable{
    margin-top:60px;
  }
  .align_Ntable_heading {
    font-size: 14px;
    line-height: 34px;
    text-align: center;
}

}
/*********----TABLE CSS ENDS----*************/

/*********---CUSTOM TOOLTIP STARTS HERE----*************/
.tooltip_outerbox {
    z-index: 999999;
    justify-content: center;
}
.custom_tooltip {
    position: relative;
    display: block;
    opacity: inherit;
}
.custom_tooltip .tooltiptext {
	left:0px;
	right:0px;
	font-family: 'Montserrat', sans-serif;
    visibility: hidden;
    /*width: 100%;*/
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 0;
    position: absolute;
    z-index: 999999;
    -webkit-box-shadow: 0 0 12px 0 rgba(138, 138, 138, 1);
    -moz-box-shadow: 0 0 12px 0 rgba(138, 138, 138, 1);
    box-shadow: 0 0 12px 0 rgba(138, 138, 138, 1);
}
.tooltip-top {
    bottom: 100%;
    /*left: 17%;
    margin-left: -60px;*/
}
.tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 12px;
    border-style: solid;
    border-color: #fff transparent transparent;
}
.tooltip-bottom {
    top: 100%;
    /*left: 17%;
    margin-left: -60px;*/
}
.tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent #fff;
}
.tooltip-top-left {
    bottom: 100%;
    left: 17%;
    margin-left: -60px;
}
.tooltip-top-left::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 5%;
    margin-left: -5px;
    border-width: 12px;
    border-style: solid;
    border-color: #fff transparent transparent;
}
.tooltip-top-right {
    bottom: 100%;
    right: 17%;
    margin-right: -60px;
}
.tooltip-top-right::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 5%;
    margin-left: -5px;
    border-width: 12px;
    border-style: solid;
    border-color: #fff transparent transparent;
}
.tooltip-left {
    top: -5px;
    bottom: auto;
    right: 100%;
}
.tooltip-left::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 100%;
    margin-top: -5px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
.tooltip-right {
    top: -5px;
    left: 100%;
}
.tooltip-right::after {
    content: "";
    position: absolute;
    top: 30%;
    right: 100%;
    margin-top: -5px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}
.custom_tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip_maintextbox {
    padding: 0 11px 11px;
    float: left;
}
.tooltip_maintextbox h6{
    font-size: 24px !important;
	background-color:#FFF;
	color:#000;
}
.custom_tooltip .tooltiptext p li span {
    font-size: 12px !important;
    padding: 0;
}
.custom_tooltip .tooltiptext .quantity_listS li {
    font-size: 12px !important;
    line-height: 17px;
}
.custom_tooltip .tooltiptext .quantity_listS {
    margin-bottom: 0;
    float: left;
}
.custom_tooltip .tooltiptext small {
    font-size: 11px !important;
}

@media (max-width: 576px) {
.custom_tooltip .tooltiptext p {
    font-size: 10px;
	line-height:12px;
}
.tooltip p{
	font-size:10px;
	line-height:12px;
}
}
@media (max-width: 768px) {
.custom_tooltip .tooltiptext p {
    font-size: 10px;
	line-height:12px;
}
.tooltip p{
	font-size:10px;
	line-height:12px;
}
}
@media (max-width: 992px) {
.custom_tooltip .tooltiptext p {
    font-size: 10px;
	line-height:12px;
}
.tooltip p{
	font-size:10px;
	line-height:12px;
}
}
@media (min-width: 1200px) {
.custom_tooltip .tooltiptext p {
    font-size: 14px;
	line-height:23px;
}
.tooltip p{
	font-size:14px;
	line-height:23px;
}
}
/*********---CUSTOM TOOLTIP STARTS HERE----*************/

/*********---ACCORDION CSS STARTS HERE---**************/
.M_accordion {
  background-color: #7825ff;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.M_accordion.active, .M_accordion:hover {
  background-color: #200054;
}

.M_accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.M_accordion.active:after {
  content: "\2212";
}

.M_panel {
  padding: 0 24px 0 24px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border:1px solid #CCC;
}
/*********---ACCORDION CSS ENDS HERE---**************/

/*********---COMMENT BOX CSS STARTS HERE---***********/
.comment-tip {
  width: 0px;
  height: 0px;
  position: absolute;
  background: transparent;
  border: 10px solid #ecf0f1;
}

.comment-tip-up {
  top: -25px;
  left: 10px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.comment-box .comment-box-inner {
  position: relative;
  height: auto;
  margin: 20px 0px;
  padding: 5px;
  background-color: #ecf0f1;
  border-radius: 3px;
  border: 5px solid #ecf0f1;
}

.comment-box-inner .comment-message {
  min-height: 30px;
  border-radius: 3px;
  line-height: 1.5;
  color: #000;
}
/*********---COMMENT BOX CSS STARTS HERE---***********/

/**********--EXTRA STYLES STARTS HERE---*************/
.red-banner {
    background-color: #de0010;
    padding: 15px;
}
.red-banner p {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
}
.gold_roundbox{
	position: absolute;
    top: 0px;
    right: 0px;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 0;
    background: linear-gradient(to right, #BF953F, #ddc77c, #f5d389, #b58a2c, #c09a41);
}
.gold_roundbox p{
	font-size:16px;
	letter-spacing: -0.5px;
	font-weight:800;
	text-align:center;
	font-family: 'Lato', sans-serif;
}

.color-red{
	color:#de0010 !important;
}
.color-lightred{
	color:#eb6f7a;
}
.img-hover-v1:hover img {
    -transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.thumbnail-kenburn:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.img-hover-v1 img, .img-hover-v2 img:after {
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.thumbnail-kenburn img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.easy-block-v2 {
    overflow: hidden !important;
    position: relative !important;
}