body {
	background: none;
}

body, p {
	color: #404040;
	font-weight: 400;
}
.section {
	padding-bottom: 0px;
}

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

.big-title h1, .big-title h2, h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 400;
}

.big-title .title-desc {
	font-size: 16px;
	line-height: 22px;
	color: #666;
}

.big-title h2 + .title-desc, .big-title h1 + .title-desc {
	margin-top: 4px;
}

html {
	height: 60%;
}

.full-height {
	height: 100%;
}


.top-bar a {
	color: #212121;
}

.service-content h3 {
	min-height: 44px;
}

@media (min-width: 768px) {
	.modal-dialog {
		margin: 150px auto;
	}
}
.modal-dialog .rich-text ul {
	list-style: disc;
	padding: 20px;
}
footer a {
	color: white;
}

.pricing-table .plan-price .price-value {
    /*color: #27bebe;*/
}
.pricing-table .plan-name {
    background-color: #27bebe;
}
.pricing-table .plan-name h3 {
    color: white;
}
.fill {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* inline-block space fix */
    margin-right:-4px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.col-sm-6 {
    	width: 44%;
	}
	.row {
		padding-left: 75px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.col-md-3 {
		width: 23%;
	}
}

.cookiesContent {
    max-width: 1200px;
    border-radius: 25px;
    left: 50%;
    transform: translateX(-50%) !important;
    bottom: 2rem;
    width: 100%;
    position: absolute;
    margin-inline: 1rem;
    padding-block: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
@media (max-width: 600px) {
    .cookiesContent {
        bottom: 0;
        width: 88%;
        left: 47% !important;
    }
}
.cookiesContent .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  gap: 0.75rem;
  border: none;
  padding-inline: 1rem;
  padding-block: 0.5rem 0;
}
@media (max-width: 600px) {
  .cookiesContent .modal-content {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    gap: 0 !important;
    margin-top: -34px;
  }
    #cookies-settings p {
        margin-bottom: 0;
        font-size: 9px;
        line-height: 15px;
    }
    .modal-content form{
        width: 100%;
    }
    .modal-content h5{
        width: 100% !important;
    }
    .modal-dialog .modal-content{
        margin-top: 70px;
    }
}

.cookiesContent .modal-content .padding {
  padding-top: 1rem; }

@media (max-width: 600px) {
  .cookiesContent .modal-content .modal-text-wrapper .modal-title {
    font-size: 1rem;
  }
}
.cookiesContent .modal-content .modal-text-wrapper p {
  font-size: 0.9rem;
}
@media (max-width: 600px) {
  .cookiesContent .modal-content .modal-text-wrapper p {
    font-size: 0.8rem;
  }
}
.cookiesContent .modal-content .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cookiesContent .modal-content .row .button_edit {
  color: #212529;
  text-decoration: underline;
  border: none;
  background: transparent;
  text-decoration: underline;
  padding: 10px;
  margin-top: 0.4rem;
}
@media (max-width: 600px) {
  .cookiesContent .modal-content .row .button_edit {
    font-size: 0.9rem;
  }
}
.cookiesContent .modal-content form .button_accept {
  background-color: #ed6755;
  border: none;
  border-radius: 5px;
  min-width: 150px;
  max-width: 200px;
  padding: 14px;
  font-size: 16px;
  color: white;
  -webkit-box-shadow: 0px 6px 18px -5px #ed6755;
          box-shadow: 0px 6px 18px -5px #ed6755;
}
@media (max-width: 600px) {
  .cookiesContent .modal-content form .button_accept {
    font-size: 0.9rem;
  }
}
.cookiesContent .modal-content .form-check {
  padding-inline: 0;
  padding-block: 0.3rem;
}
.showMe {
  display:none;
}

/* Bootstrap cookies modal override */
.cookiesContent .modal-content {
  padding-block: 1rem;
}

.cookiesContent .modal-content .modal-title,
.cookiesContent .modal-content p {
  text-align: center;
}

.cookiesContent .modal-content form {
  margin-bottom: .5rem;
}

.form{
    width: 50%;
}

.container .custom-h5{
    width: 54%;
    padding-top: 20px;
}
