.header .header-inner p {
	color: lightblue;
}

.sky {
	color:#011b87;
}

.global_title {
	color:#011b87;
}

h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a {
	//color: #00AEEF;
	padding-top: 1rem;
	font-weight: 100;
}

b, strong { 
  font-weight: 100 !important;
}

.news_data .block h3 a {
	color:#011b87;
	text-decoration:none !important;
	border:none;
}

.price p {
	color: #011b87;
}

p.price {
	//color: #00AEEF;
	color: #011b87;
	font-size: 3rem;
	font-weight: 700;
	//text-align: right;
  //padding-bottom: 74px;
	padding-bottom: 24px;
	position: absolute;
  bottom: 0;
	right: 0;
	padding-right: 25px;
}

p.price-sub {
	color: #00AEEF;
	//color: #011b87;
	text-align: right;
	padding-bottom: 24px;
  position: absolute;
  bottom: 0;
	right: 0;
	padding-right: 25px;
}

.wp-block-column.card {
	background-color: #F1F9FF;
	padding: 20px;
	padding-bottom: 70px;
	//padding-bottom: 140px;
	margin-bottom: 1rem;
	border-color: #011b87;
}

.wp-block-table td a {
	    color: #25252a;
    border-bottom: #041022 1.5px solid;
    transition: 0s border ease-in-out;
}

.wp-block-table td a:hover {
	color:#00aeef;
	border-color:#00aeef;
}


h1 a, h2 a, h3 a, h4 a, h5 a {
	    color: #011b87;
	border-color: #011b87;
}

.copyright a:hover {
	color:#00aeef;
}

.no-title h2 {
	display: none;
}

// p a, ul.wp-block-list a {
  color: #00aeef !important;
	border-bottom: none !important;
}

// p a:hover, ul a:hover {
	border-bottom: #25252a 1.5px solid !important;
}

.get_btn {
	border-radius: 20px;
}

.header .header-inner .btn {
  border-radius: 20px;
}

.wp-block-buttons {
	margin-bottom: 1rem;
}

.wp-block-button__link {
	padding: 20px;
}

.forminator-ui.forminator-custom-form[data-design=basic] .forminator-label {
  font-weight: 700 !important;
}

.forminator-ui.forminator-custom-form[data-design=basic] .forminator-radio .forminator-radio-bullet~span {
    font-size: 18px;
}

.forminator-checkbox-label a {
  color: #25252a;
	border-bottom: #041022 1.5px solid;
}

.forminator-checkbox-label a:hover {
	color: #00aeef;
	transition: none !important;
}


.news_data .block h3, .news_data .block h2 {
	font-family:inherit;
	font-weight:700;
	    font-family: AvenirLTStdBlack, sans-serif;
	color:#011b87;
}


.single-post .wp-block-list {
    padding: 0;
    margin: 0 0 1rem 0
}
.single-post .wp-block-list li {
    padding: 0 0 0 30px;
    margin: 0 0 10px 0;
    font-size: 20px;
    position: relative;
    list-style: none;
    background: url(/wp-content/themes/ims-rebuild/assets/css/../images/check_icon.png) no-repeat left 9px
}


#eloquent-interface-container-iframe {
	aspect-ratio:unset;
	padding:0;
	clip-path:unset;
	
}