.radius{
	border-radius:15px;
}

.rs-pricing-1 li{
	text-align:left;
	margin-left:30px;
	margin-right:30px;
}
/*
.rs-pricing-1 li.v:before,.rs-pricing-1 li.x:before{
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-right:15px;
}
.rs-pricing-1 li.v:before{
	content: "\f00c";
	color:#0f0;

}
.rs-pricing-1 li.x:before{
	content: "\f00d";
	color:#f00;
	
}
*/
.rs-news-1 .body .title span {
    font-size: 18px;
    font-weight: 700;
    color: #3C2800;

}

.cfix2 div:nth-child(2n+1){
	clear:both;
}
.cfix3 div:nth-child(3n+1){
	clear:both;
}

.banner-height{
	height:200px
}
@media screen and (min-width: 480px) {
 .banner-height{
	height:300px
}
}
@media screen and (min-width: 768px) {
 .banner-height{
	height:400px
}
}
@media screen and (min-width: 1024px) {
 .banner-height{
	height:600px
}
}
@media screen and (min-width: 1200px) {
 .banner-height{
	height:700px
}
}

@media screen and (max-width: 768px) {
 .content-wrap{
	padding: 40px 0;
}
}

.box-icon-1-mod{
    color:red;
}

.box-icon-1-mod .numero-verde{
    font-size:26px;
}

.foot-area-riservata{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #fff;
}
.foot-area-riservata a{
    color: #fff;
}
.foot-area-riservata a:hover{
    color: #e09259;
}

.section-color-mod{
    background-color: #222;
}


/* e-dev 04.2021 */

.rs-pricing-1 .features h3 {
	color: white !important;
}

.section {
	background-color: white;
}

.titolo-mascottes {
	color: #3c2800 !important;
}

.h4-polizze 	{
	color: #ffffff !important;
	font-size: large !important;
}

.ul-polizze {
	color: white !important;
 	font-size: medium !important;
 	margin-top: -40px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	text-align: left !important;
	list-style-position: outside !important;
	list-style-image: url('https://www.dottorbauedottormiao.it/img/icon/paw-list.png') !important;
}

.ul-polizze-marrone {
	color: #46383b !important;
 	font-size: medium !important;
 	margin-top: -40px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	text-align: left !important;
	list-style-position: outside !important;
	list-style-image: url('https://www.dottorbauedottormiao.it/img/icon/paw-list.png') !important;
}

.titolo-testimonianza {
  padding: 15px 0;
  margin-left:20px;
  font-size:large;
  text-align:left;
  color: #3c2800;
 }

.paragrafo-testimonianza {
  width: 100%;
  font-size: medium;
  color:black;
}

.header-testimonianza {
  height: 50px;
  width: 100%;
  margin-bottom: 20px;

}

.immagine-testimonianza {
  max-width: 50px;
  border-radius: 50px;
  margin-left: 10px;
  margin-right: 40px;
  max-width: 50px;
  float:left;
}

/*** Metodi di pagamento - NEW ***/

.payment_method_box {
    display: block;
    margin: 6px 0 8px;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 0 6px 1px #bbb;
    min-height: 75px;
}
.payment_box_card {
    display: block;
    margin-top: 8px;
}
.payment_box_card img {
    max-height: 30px;
}
.payment_method_box.checked {
    box-shadow: 0 0 6px 1px #000;
}
.payment_method_box:hover {
    box-shadow: 0 0 12px 1px #666;
}