@font-face {
    font-family: 'Helvetica-Bold';
    src: url('../fonts/Helvetica-Bold.eot') format('embedded-opentype'),
         url('../fonts/Helvetica-Bold.woff') format('woff'),
         url('../fonts/Helvetica-Bold.ttf') format('truetype'),
         url('../fonts/Helvetica-Bold.svg') format('svg');
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot') format('embedded-opentype'),
         url('../fonts/Helvetica.woff') format('woff'),
         url('../fonts/Helvetica.ttf') format('truetype'),
         url('../fonts/Helvetica.svg') format('svg');
}

@font-face {
    font-family: 'HelveticaLight';
    src: url('../fonts/HelveticaLight.eot') format('embedded-opentype'),
         url('../fonts/HelveticaLight.woff') format('woff'),
         url('../fonts/HelveticaLight.ttf') format('truetype'),
         url('../fonts/HelveticaLight.svg') format('svg');
}

body {
    padding: 0;
    margin: 0;
    color: #000000;
    letter-spacing: 0px;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    font-family: 'Helvetica';
}
h1,h2,h3,h4,h5,h6{
    margin: 0 0 20px 0;
    line-height: normal;
    color: #000000;
    font-family: 'Helvetica-Bold';
    font-weight: normal;
}
h1 {
    font-size: 50px;
    line-height: 1;
}
h2{
    font-size: 30px;
    line-height: 1.333;
}
h3{
    font-size: 30px;
    line-height: 1.1;
}
h4{
    font-size: 24px;
    line-height: 1.25;
}
h5{
    font-size: 20px;
    line-height: 1.2;
}
h6{
    font-size: 18px;
    line-height: 1.3;
}
p{
    margin: 0 0 20px 0;
}

ul , ol{
    padding: 0px 0 0 40px;
    margin: 20px 0;
}
ul li , ol li{
    margin: 0;
    padding: 0px;
}
a {
    color: #000;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a, a:visited, a:focus{
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none;
    color: #000;
}
img{
    max-width: 100%;
}
input, textarea, a, img {
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=number] {
    -moz-appearance:textfield;
}
textarea {
    resize: none;
}
button,button:focus {
    outline: none;
    box-shadow: none;
}
section:before, section:after{
    clear: both;
    display: table;
    content: "";
}
section{
    position: relative;
    clear: both;
    padding: 0;
    display: inline-block;
    float: left;
    width: 100%;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

table{
    margin-bottom: 0px;
    overflow-x: auto;
    border-radius:0;
    border-color:#00b2e3;
}
td , th{
    padding: 10px 20px;
    border-right: 1px solid #00b2e3;
    background: #fff;
    border-color:#00b2e3;
}
tr th:last-child ,
tr td:last-child{
    border-right: none;
}
strong,
b {
    font-family: 'Helvetica-Bold';
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0px;
   padding-left: 0;
}
.white-color {
    color: #fff !important;
}
.bg-black {
    background-color: #000;
}
.black-color {
    color: #000;
}
.bg-yellow {
    background-color: #ffcc00;
}
.bg-dark-yellow {
    background-color: #ffcc00;
}
.bg-blue {
    background-color: #0085b9;
}
.bg-violet {
    background-color: #7b0078;
}
.bg-green {
    background-color: #48a79b;
}
.bg-fucsia {
    background-color: #c10077;
}
.bg-black {
    background-color: #000 !important;
}
.bg-orange {
    background-color: #d68655;
}
.yellow-color {
    color :#ecd21c;
}
.blue-color {
    color: #0085b9;
}
.violet-color {
    color: #7b0078;
}
.green-color {
    color: #48a79b;
}
.fucsia-color {
    color: #c10077;
}
/*---------header-part---------*/
.main-part {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.main-area,
.main-area:not(.main-vertical)>.container,
.main-content-wrap,
.main-col,
.main-element {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}
.main-area {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: stretch
}
.main-content-wrap {
    width: 100%;
    position: relative;
}

.main-col {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.main-col.main-left-col {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.main-col.main-center-col,
.main-area .main-element {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.main-col.main-right-col {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.main-col:empty {
    display: none
}

.main-area.main-content-top .main-col {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.main-area.main-content-middle .main-col,
.main-area .main-element {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.main-area.main-content-bottom .main-col {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}


/*-------------end-----------------*/

/*---------main-part---------*/

body.sk-hidden {
    overflow: hidden;
}
.btn-outer {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.btn-outer.center-align {
    text-align: center;
}
.main-btn {
    position: relative;
    display: inline-block;
    padding:14px 25px;
    background: #000;
    border:none;
    border-radius: 10px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 0px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
    z-index: 0;
    cursor: pointer;
    font-family: 'Helvetica-Bold';
    font-size: 20px;
    line-height: 24px;
    box-shadow: none;
}
.main-btn.white-btn {
    background-color: #fff;
    color: #000;
}

.main-btn.blue-btn {
    background-color: #292bd4;
    color: #fff;
}

.main-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.main-btn.white-btn span{
    background-color: #000;
}
.main-btn:hover {
  color: #000;
  background-color: #fff;
}
.main-btn.white-btn:hover {
  color: #fff;
  background-color: #000;
}
.main-btn:focus {
    outline: none;
}
.main-btn:hover span {
  width: 225%;
  height: 562.5px;
}
.home-banner-caption {
    position: relative;
    width: 100%;
}
.home-banner {
    padding: 60px 0 0;
}
.home-banner-right {
    position: absolute;
    right: 0;
    top: 0;
}
.home-banner-info {
    width: 100%;
}
.home-banner-info.center-align {
    display: block;
    margin: auto;
    text-align: center;
}
.max-width-543 {
    max-width: 543px;
}
.home-logo {
    position: relative;
    display: inline-block;
    width: 100%;
    /*margin-bottom: 30px;*/
}
.home-logo img {
    display: block;
    margin: auto;
    width: 550px;
}
.content-info {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    letter-spacing: 1px;
}
.home-banner-info .content-info h3 {
    font-size: 28px;
    line-height: 1.286;
}
.home-banner-info .content-info {
    float: none;
    float: unset;
    display: block;
    margin: auto;
    max-width: 705px;
}
.home-banner-info .content-info.attiva-v {
    max-width: 522px;
}
.home-banner-info .content-info.attiva-v h2 {
    width: 100%;
}
.home-banner-info .btn-outer {
    float: none;
    float: unset;
}
.home-banner-info .content-info {
    margin-bottom: 45px;
}
.banner-price {
    position: relative;
    margin: auto;
    padding: 35px 65px 30px;
    margin-bottom: 50px;
    letter-spacing: 1px;
    text-align: center;
}
.banner-price:first-of-type {
    margin-right: 50px;
}

.banner-price-number {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.banner-price-left {
    position: relative;
    display: inline-block;
}
.banner-price-left h2 {
    color: #fff;
    margin: 0;
    font-size: 114px;
    line-height: 0.76;
    letter-spacing: 2px;
}
.banner-price-right {
    position: relative;
    display: inline-block;
    text-align: left;
}
.banner-price-right h3 {
    color: #fff;
    font-size: 55px;
    margin-bottom: 0;
    line-height: 1;
}
.banner-price-right p {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0;
    color: #fff;
    font-family: 'Helvetica';
}
.check-list {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: left;
}
.check-list li {
    position: relative;
    display: block;
    padding: 0 0 0 52px;
    margin: 0 0 11px;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
}
.check-list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: url(../images/spunta_bianca.png) no-repeat center;
    background-size: contain;
    width: 35px;
    height: 27px;
}
.banner-bottom {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
    letter-spacing: 1px;
}
.banner-bottom p,
.banner-bottom h4,
.banner-bottom h2 {
    display: inline-block;
    margin-bottom: 0;
    vertical-align:bottom;
}
.banner-bottom h4 {
    line-height: 0.7;
    letter-spacing: 2px;
}
.banner-bottom h4{
    margin-right: 10px;
}
.banner-bottom h2 {
    margin-right: 5px;
}
.banner-bottom h2 {
    font-family: 'HelveticaLight';
    margin-right: 10px;
    line-height: 0.6;
    font-size: 40px;
}
.banner-bottom p img {
    position: relative;
    top: 0px;
    line-height: 0.9;
}
.banner-price-label {
    position: absolute;
    top: -32px;
    right: -58px;
}
.content-middle-row .row > [class*=" col-"] {
    align-self: center;
}
.content-row {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.content-blog {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.medium-text p {
    font-size: 20px;
    line-height: 1.667;
}
.section-left1 {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
.content-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.content-bar.center-align {
    text-align: center;
}
.content-icon {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
}
.content-icon img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
h2.center-align {
    text-align: center;
}
.letter-space-3 {
    letter-spacing: 2.5px;
}
.letter-space-2 {
    letter-spacing: 2px;
}
.attiva-content {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.attiva-content-bottom.center-align,
.attiva-content.center-align {
    text-align: center;
}
.attiva-content-bottom,
.attiva-content-top {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.attiva-content-bottom h4 {
    font-family: 'Helvetica';
	max-width: 1040px;
    display: block;
    margin: auto;
    line-height: 1.5;
	letter-spacing:1px;
}
.custom.attiva-content-bottom h4 {
	max-width: 1100px;
}
.attiva-content-bottom h4 a:hover {
    text-decoration: underline;
}
.attiva-content-top h2 {
    font-size: 40px;
    line-height: 1.2;
}

.attiva-content-bottom h4 span {
         display: block;
         margin-bottom: 15px;
}

.attiva-bar {
    color: #fff;
    background-color: #48a79b;
    padding: 30px 30px 30px;
    display: inline-block;
    font-size: 34px;
    margin-bottom: 20px;
}
.attiva-bar span {
    font-family: 'Helvetica';
    display: block;
    line-height: 1.2;
    font-size: 28px;
}
.attiva-bar span:nth-child(2) {
    margin-bottom: 7px;
}
.content-logo {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.content-logo img {
    display: block;
    margin: auto;
    max-width: 475px;
}
.section-right1 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.content-title {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.content-title.center-align {
    text-align: center;
}
.content-blog.center-align {
    text-align: center;
}
.mb-05 {
    margin-bottom: 5px;
}
p.small-text {
    font-size: 12px;
    line-height: 1.8;
}
.content-info h6 {
    letter-spacing: 1px;
}
.content-title-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 40px 15px 35px;
}
.content-title-bar.center-align {
    text-align: center;
}
.content-title-bar h2 {
    margin-bottom: 0;
    letter-spacing: 2px;
}
.bottom-triangle:after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top:16px solid #000;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.bg-violet.bottom-triangle:after {
    border-top-color: #7b0078;
}
.violet-triangle {
    z-index: 999;
}
.violet-triangle:after {
    position: absolute;
    content: '';
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top:50px solid #7b0078;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}
.map-outer {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.map-top {
    position: relative;
    display: block;
    margin: auto;
    max-width: 430px;
    text-align: left;
}
.map-logo-icon {
    position: relative;
    display: inline-block;
    width: 60px;
    margin-right: 10px;
}
.map-top h6 {
    margin-bottom: 0;
    display: inline-block;
    width: calc(430px - 110px);
    vertical-align:bottom;
}
.map-frame {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    transition: all 0.3s ease-out;
}
.map-frame iframe {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    height: 0px;
    transition: all 0.3s ease-out;
}
.map-block.uncollapsed .map-frame iframe {
    height: 300px;
}
.close-map-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    display: none;
    z-index: 999;
}
.close-map-btn:hover {
    color: #fff;
}
.map-block.uncollapsed .close-map-btn {
    display: block;
}
.times-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.map-list {
    position: relative;
    display: block;
    max-width: 380px;
    padding: 0;
    margin: 0 auto 0;
    text-align: left;
}
.map-list li {
    position: relative;
    display: block;
    padding: 0 0 0 23px;
    margin: 0 0 4px;
    font-family: 'Helvetica-Bold';
    font-size: 18px;
    line-height: 1.3;
}
.map-list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: url(../images/google.png) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 22px;
}
.content-number {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    float: left;
    height: 100px;
    font-size: 100px;
    line-height: 0.76;
    font-family: 'Helvetica-Bold';
}
.equal-h13 {
    height: 60px;
}
.main-btn.small-btn {
    font-size: 16px;
    line-height: 20px;
    padding: 9px 10px;
}
.equal-btn .main-btn {
    min-width: 246px;
    text-align: center;
}
.right-triangle:after {
    position: absolute;
    content: '';
    right: -32px;
    top: 43%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left:32px solid transparent;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    z-index: 1;
}
.bg-green.right-triangle:after {
    border-left-color: #48a79b;
}
.bg-fucsia.right-triangle:after {
    border-left-color: #c10077;
}
.contact-blog {
    max-width: 400px;
    margin: auto;
}
.contact-blog.center-align {
    text-align: center;
}
.contact-form {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.input-div {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.input-div h3 {
    font-size: 20px;
    margin-bottom: 0;
}
.input-div.center-align {
    text-align: center;
}
.g-recaptcha {
    display: inline-block;
}
.input-div input,
.input-div textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    background-color: #fff;
    box-shadow: none;
    border:1px solid #e7eaec;
    padding: 10px 10px;
    line-height: 1;
    font-family: 'Helvetica-Bold';
    letter-spacing: 1px;
}
.input-div textarea {
    height: 165px;
    resize: none;
}
.input-div input::placeholder,
.input-div textarea::placeholder {
    color: #9a9a99;
}
.input-div label {
    margin-bottom: 5px;
    font-size: 20px;
}
.check-div {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;

}
.check-div .jq-checkbox {
    top: -3px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0;
    border:1px solid #e7eaec;
    border-radius: 0;
    cursor: pointer;
    position: absolute !important;
    left: 0;
    background: #fff;
}
.check-div .jq-checkbox.checked .jq-checkbox__div {
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    height: 20px;
    vertical-align: middle;
    color: #48a79b;
    font-weight: bold;
}
.check-div label {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    text-align: left;
    padding-left: 30px;
}

.check-div a {
    display: inline-block;
    vertical-align: top;
}

.main-btn.fucsia-btn {
    background-color: #c10077;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    /*padding: 10px 50px;*/
	padding: 25px 40px;
}
.main-btn.fucsia-btn:hover {
    background-color: #000;
    color: #fff;
}
.main-btn.fucsia-btn span {
    background-color: #000;
}

.main-btn.yellow-btn {
    background-color: #ffcc00;
    color: #000;
    font-size: 24px;
    line-height: 28px;
    /*padding: 10px 50px;*/
    padding: 25px 40px;
}
.main-btn.yellow-btn:hover {
    background-color: #000;
    color: #fff;
}
.main-btn.yellow-btn span {
    background-color: #000;
}
/*-------------end------------*/

/*--------------footer-----------*/
.footer-part {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    font-family: 'Helvetica';
    font-weight: normal;
}
.footer-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.footer-row {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}
.footer-row li {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0 390px 0 0;
    margin: 0;
}
.footer-row li:last-child {
    padding-right: 0;
}
.footer-blog {
    position: relative;
    display: inline-block;
    float: left;
}
.footer-blog p,
.footer-blog a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}
.footer-blog a {
    margin-bottom: 5px;
}
.footer-blog a:hover {
    text-decoration: underline;
}
.footer-blog .footer-social {
    display: inline-block;
    font-size: 30px;
}
.footer-blog .footer-social:hover {
    color: #ecd21c;
}
@media (max-width: 1199px){
    .footer-row li {
        padding: 0 272px 0 0;
    }
}
@media (max-width: 991px){
    .footer-row li {
        padding: 0 153px 0 0;
    }
}
@media (max-width: 767px){
    .footer-row li {
        padding: 0 63px 0 0;
    }
}
@media (max-width: 575px){
    .footer-row li {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .footer-blog {
        float: unset;
        float: none;
    }
}

/*---------------end--------------*/

.cookie-area {
    display: none;
}
.footer-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    display: inline-block;
    float: left;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease-out;
}
.footer-bottom-info {
    position: relative;
    display: inline-block;
    width: calc(100% - 240px);
    float: left;
    padding-left: 40px;
}
.footer-bottom-info h6 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1.5;
    font-family: 'Helvetica-Bold';
}
.footer-bottom-info p {
    color: #fff;
    margin-bottom: 0;
}
.footer-bottom-info p a {
    color: #fff;
    font-family: 'Helvetica-Bold';
    text-decoration: underline;
}
.footer-bottom .main-btn {
    padding: 18px 34px;
    text-transform: uppercase;
    font-size: 16px;
    float: right;
    margin-right: 40px;
    background-color: #fff;
    color: #000;
}
.footer-bottom .main-btn span {
    background-color: #ecd21c;
}
.footer-bottom .main-btn:hover {
    color: #000;
    background-color: #ecd21c;
}
.mobile-btn {
    display: none;
}
.empty-space-50 {
    display: block;
    height: 50px;
}
.max-btn .main-btn {
    padding: 15px 26px;
    font-size: 23px;
    line-height: 27px;
}
.equal-row .col-lg-4 {
    flex:1;
}
.equal-row .content-blog {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.modal-body iframe {
    width:100% !important;
}
.modal-body .form-control, .single-line {
       width: 100% !important;
}
.modal-body .select2-container {
     width: 100% !important;
}

#VisitModal {
   max-width:935px;
   width: 100%;
   height: 100%;
   max-height: 570px;
}

#VisitModal iframe {
    width:100% !important;
    height: 100% !important;
    border:none;
}
.max-width-330 {
    max-width: 312px;
    margin: auto;
}
#VisitModal2 {
    width: 100%;
}
#VisitModal2 form {
    max-width:600px;
    width: 100%;
}
.max-width-720 {
    max-width: 720px;
    width: 100%;
    margin: auto;
}
.VisitModal2-right1 {
    position: absolute;
    top: 120px;
    right: 0;
    z-index: 999;
}
.animated-modal {
    max-width: 550px;
    border-radius: 4px;
    overflow: hidden;
    background: linear-gradient(45deg, #543093 32%, #d960ae 100%);
    transform: translateY(-80px);
    transition: all .5s;
}
.animated-modal h2, .animated-modal p {
    transform: translateY(-40px);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: .3s;
}
.animated-modal * {
    color: #fff;
}
.content-title-with-img {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.content-title-with-img.center-align {
    text-align: center;
}
.content-title-with-img h2 {
	font-size: 40px;
    font-family: 'HelveticaLight';
    margin-bottom: 10px;
    line-height: 1.1;
}
.content-info.center-align {
    text-align: center;
}
.thankyou-page h4 {
    font-size: 28px;
    line-height: 1.286;
}
.thankyou-page h4 span {
    font-family: 'Helvetica';
}
.max-width-760 {
    max-width: 760px;
    margin: auto;
}
.thankyou-page .content-title-with-img h4 {
    display: inline-block;
    margin-bottom: 0;
    line-height: 1;
    color: #fff;
    bottom: -15px;
    position: relative;
    margin-left: 10px;
}
.content-title-with-img .max-width-645 h2 {
    font-family: 'Helvetica';
}
.content-title-with-img h2 img {
    position: relative;
    display: inline-block;
    top: -6px;
    margin-left: 10px;
}
.max-width-645 {
    max-width: 645px;
    margin: auto;
}
.max-width-865 {
    max-width: 515px;
    margin: auto;
    padding: 30px 15px;
    text-align: center;
}
.max-width-865 h3 {
    font-size: 26px;
    line-height: 1.1;
}
.max-width-865 h3 span {
    font-family: 'Helvetica';
}
.thankyou-page .content-title-bar {
    padding-top: 60px;
    padding-bottom: 45px;
}
.thankyou-page .content-title-bar h2 {
    font-size: 36px;
    font-family: 'Helvetica';
}
.thankyou-page .content-title-bar.bottom-triangle:after {
    position: absolute;
    content: '';
    bottom: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 26px solid #000;
    border-top-color: #7b0078;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}
.mobile-visible {
    display: none;
    text-align: center;
}
.desktop-visible {
    display: block;
    margin: auto;
    text-align: center;
}

.input-div .check-div label {
    font-size: initial;
}

.check-div {
    position: relative;
     display: flex;
     width: 100%;
     float: left;
     margin-bottom: 30px;
     align-items: flex-end;
     margin-top: 5px;
}
.check-div label {
      position: relative;
      display: inline-block;
      margin-bottom: 0px;
      text-align: left;
      padding-left: 30px;
      line-height: 1;
      font-size: initial;
      margin-right: 7px;
}

.check-div a {
    display: inline-block;
    vertical-align: top;
	line-height: 1;
}

.letter-space-2 .attiva-content-bottom h4 {
   max-width: 900px;
}
h3.no-bold {
    font-family: 'Helvetica';
}
.attiva-bar.black-color {
    color: #000000;
}
.thankyou-page-img {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding-left: 26.5%;
}
.content-middle-custom {
    display: flex;
    max-width: 840px;
    justify-content: center;
    margin: auto;
}
.content-middle-custom > div {
    display: flex;
    align-self: center;
}
.content-middle-left {
    display: flex;
    width: 55%;
    text-align: center;
}
.content-middle-left h2 {
    color: #000000;
    font-size: 36px;
    line-height: 1.111;
    font-family: 'Helvetica';
    display: block;
    margin: auto;
    max-width: 430px;
}
.content-middle-right {
    display: flex;
    width: 45%;
}
.new-thankyou-bottom h3,
.new-thankyou-bottom h2 {
    font-size: 36px;
    line-height: 1.111;
}
.new-thankyou-bottom h2.max-font {
    font-size: 48px;
    line-height: 0.833;
}

#mc_embed_signup{
    font:14px Helvetica,Arial,sans-serif;
}
#mc_embed_signup form {
    padding: 0 !important;
    max-width: 720px!important;
    margin: auto!important;
}
#mc_embed_signup .indicates-required {
    margin-right: 0!important;
    width: 100%!important;
    font-size: 16px!important;
    margin-bottom: 15px;
}
#mc_embed_signup .mc-address-group{
    position: relative!important;
    display: inline-block!important;
    width: 100%!important;
    float: left!important;
}
#mc_embed_signup .mc-field-group {
    padding-bottom: 0!important;
    min-height: 100%!important;
    position: relative!important;
    display: inline-block!important;
    width: 100%!important;
    float: left!important;
    margin-bottom: 20px!important;
    margin-right: 0 !important;
}
#mc_embed_signup .mc-field-group .size1of2-left {
    width: 50%!important;
    float: left!important;
    padding-right: 15px !important;
}
#mc_embed_signup .mc-field-group .size1of2-right {
    width: 50%!important;
    float: right!important;
    padding-left: 15px !important;
}
#mc_embed_signup .mc-field-group label {
    display: block;
    margin-bottom: 5px!important;
    font-size: 20px!important;
    font-family: 'Helvetica'!important;
}
#mc_embed_signup .mc-field-group input {
    position: relative!important;
    display: inline-block!important;
    width: 100%!important;
    float: left!important;
    background-color: #fff!important;
    box-shadow: none!important;
    border: 1px solid #e7eaec!important;
    padding: 10px 10px!important;
    line-height: 1.4!important;
    font-family: 'Helvetica-Bold'!important;
    letter-spacing: 1px!important;
    border-radius: 0 !important;
    text-indent: 0!important;
}
#mc_embed_signup .asterisk {
    line-height: 0!important;
}
.mc-field-group .jq-selectbox__select {
    border: 1px solid #e7eaec!important;
    background-color: #fff!important;
    height: 41px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    padding: 0 10px;
    font-family: 'Helvetica-Bold'!important;
}
.mc-field-group .jq-selectbox__select-text {
    line-height: 41px;
    font-family: 'Helvetica-Bold'!important;
}
.mc-field-group .jq-selectbox__dropdown {
    top: 100% !important;
    margin: 0 !important;
    transition: 0s ease-out !important;
    width: 100%!important;
    height: auto !important;
    opacity: 1 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
.mc-field-group .jq-selectbox ul {
    margin: 0;
    padding:0px;
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
.mc-field-group .jq-selectbox li:hover,
.mc-field-group .jq-selectbox li.selected {
    background-color: #ffffff;
}
.mc-field-group .jq-selectbox li {
    height: 40px;
    line-height: 40px;
    padding: 0px 10px 0px 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    font-family: 'Helvetica-Bold'!important;
    background-color: #eae7de;
}
.mc-field-group.input-group strong {
    margin-bottom: 5px!important;
    font-size: 20px!important;
    font-family: 'Helvetica-Bold'!important;
    display: block;
}
#mc_embed_signup .mc-field-group.input-group ul li {
    display: block;
    padding: 0 0 0 30px!important;
    margin: 0 0 30px!important;
    position: relative;
}
#mc_embed_signup .mc-field-group.input-group ul li .jq-radio {
    top: 1px !important;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 15px 0 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    position: absolute !important;
    left: 0;
}
#mc_embed_signup .mc-field-group.input-group ul li .jq-radio.checked .jq-radio__div {
    border-radius: 50%;
    color: #ffffff;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    left: 1px;
    top: 1px;
    width: 14px;
    height: 14px;
    position: absolute;
}
#mc_embed_signup .mc-field-group.input-group ul li .jq-radio.checked .jq-radio__div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background-color: #ffffff;
    width: 80%;
    height: 80%;
}
.form-btn-outer {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
}
#mc_embed_signup .form-btn-outer input {
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
    font-size: 24px;
    line-height: 28px;
    padding: 10px 50px;
}
.form-btn-outer .main-btn.fucsia-btn {
    padding: 0;
}
.form-btn-outer #mc-embedded-subscribe {
    clear: both;
    width: auto;
    display: block;
    margin: 0;
}

.lightblue-btn {
	color: #fff;
	background-color: #0085b9;
}

.lightblue-btn:hover {
		background-color: #009ad6;

}
.lightblue-btn:active,
.lightblue-btn:focus {
	background-color: #005b80;
}