/*
Theme Name: ecobrisbanecleaning
Theme URI: https://wordpress.org/themes/ecobrisbanecleaning/
Author: ECO BRISBANE
Author URI: http://ecobrisbane.com.au/
Description: ecobrisbanecleaning is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ebc
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

*{
    margin: 0;
    padding: 0;
   
}
body{overflow-x: hidden;}
.d-flex  h4{
  font-size: 22px !important;
  font-weight: 700;
}
h2{
  font-weight: 800 !important;
  font-size: 35px !important;
}
.big{
  overflow-x: hidden;
}
.text-primarys{
  color: rgb(0, 82, 158) !important;
}
.borders{
  border: 1px solid rgb(0, 82, 158);
  color: rgb(0, 82, 158);
}
h2,h3{
  font-weight: 700 !important;
}
.h3{
  font-size: 25px !important;
}

footer .custom-logo{
  width: 232px;
  
  height:auto;
  margin-top: -5px;
  
}
header li{
    font-size: 17px;
    font-weight: 500;
    margin-left: 10px;
    margin-right: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
header li a:hover{
    color:gold !important;
}
.navbar-expand-lg .navbar-nav .nav-link{
	text-transform:capitalize !important;
}
.bg-lights{
    background-color: rgb(242, 251, 255) !important;
}
.banner{
    padding-top: 150px;
    padding-bottom: 200px;
}
h1,h2,h3,h4,h5,h6,p,small,a,button,li,span,label,input,div{
    font-family: "Montserrat", sans-serif;
}

.banner h1{
    font-size: 75px;
    font-weight: 800;
}
.banner h4{
    font-weight: 600;
}
button{
    border: none !important;
    border-radius: 0px !important;
    font-weight: 600 !important;
    font-size: 16px;
    
}
.banner .smallspan{
    font-weight: 600;
    font-size: 18px;

}
.bannersideimg
{
    height: 390px;
    border: 20px solid gold;
}

.image-comparison {
    max-width: 48.063em;
    margin-right: auto;
    margin-left: auto;
  }
  
  .image-comparison__slider-wrapper {
    position: relative;
  }
  
  .image-comparison__label {
    font-size: 0;
    line-height: 0;
  }
  
  .image-comparison__label,
  .image-comparison__range {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    cursor: ew-resize;
    z-index: 20;
  }
  
  @media (hover) {
    .image-comparison__range:hover ~ .image-comparison__slider .image-comparison__thumb {
      transform: scale(1.2);
    }
  }
  
  .image-comparison .image-comparison__slider-wrapper .image-comparison__range:active ~ .image-comparison__slider .image-comparison__thumb,
  .image-comparison .image-comparison__slider-wrapper .image-comparison__range:focus ~ .image-comparison__slider .image-comparison__thumb,
  .image-comparison .image-comparison__slider-wrapper .image-comparison__range--active ~ .image-comparison__slider .image-comparison__thumb {
    transform: scale(0.8);
    background-color: rgba(0, 97, 127, 0.5);
  }
  
  .image-comparison__image-wrapper--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 1px);
    height: 100%;
    overflow: hidden;
  }
  
  .image-comparison__figure {
    margin: 0;
  }
  .image-comparison__figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
  }
  .image-comparison__figure:not(.image-comparison__figure--overlay) {
    position: relative;
    padding-top: 66.666666667%;
  }
  
  .image-comparison__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 50%;
       object-position: 0 50%;
    overflow: hidden;
  }
  .image-comparison__figure--overlay .image-comparison__image {
    z-index: 1;
  }
  
  .image-comparison__caption {
    position: absolute;
    bottom: 12px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
  }
  @media screen and (max-width: 40.063em) {
    .image-comparison__caption {
      font-size: 12px;
    }
  }
  
  .image-comparison__caption--before {
    left: 12px;
    z-index: 2;
  }
  
  .image-comparison__caption--after {
    right: 12px;
    text-align: right;
  }
  
  .image-comparison__caption-body {
    max-width: 40vmin;
    padding: 6px 12px;
    background-color: rgba(0, 0, 0, 0.55);
  }
  
  .image-comparison__slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #fff;
    transition: background-color 0.3s ease-in-out;
    z-index: 10;
  }
  .image-comparison__range--active ~ .image-comparison__slider {
    background-color: rgba(255, 255, 255, 0);
  }
  
  .image-comparison__thumb {
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0091df;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
    transform-origin: center;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
  }
  
  .image-comparison__range::-webkit-slider-runnable-track {
    width: 40px;
    height: 40px;
    opacity: 0;
  }
  
  .image-comparison__range::-moz-range-thumb {
    width: 40px;
    height: 40px;
    opacity: 0;
  }
  
  .image-comparison__range::-webkit-slider-thumb {
    width: 40px;
    height: 40px;
    opacity: 0;
  }
  
  .image-comparison__range::-ms-fill-lower {
    background-color: transparent;
  }
  
  .image-comparison__range::-ms-track {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: transparent;
    outline: none;
    cursor: col-resize;
  }
  .text-primary{
    color: #0048a7 !important;
  }
  .d-flex h5{
    font-weight:600;
  }
  .bannerh1{
    font-size: 50px !important;
  }
  
  .image-comparison__range::-ms-thumb {
    width: 0.5%;
    height: 100%;
    opacity: 0;
  }
  
  .image-comparison__range::-ms-tooltip {
    display: none;
  }
 

  p{
    font-size: 16px;
    font-weight: 500;
  }
  .wcs_heading,.os_heading{
    font-size: 50px !important;
  }
  .box{
    text-align: center;
    border:1px solid rgb(188, 229, 245);
    padding:30px;
  }
 .service_box{
  background-color: white;
 }
 .big p,.big li{
  font-size: 18px;
 }
 ul,li{
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
 }
  .bordertop{
    border-top: 20px solid rgb(0, 82, 158) !important;
  }
  .bordertop1{
    border-top: 5px solid #e7e5e5;
  }
  .borderbottom{
    border-bottom: 20px solid rgb(0, 82, 158);
  }
  .borderright{
    border-right: 20px solid rgb(0, 82, 158);
  }
  .borderleft{
    border-left: 20px solid rgb(0, 82, 158);
  }
  .smartformbg{
    height: 185px;
    background-color: #0048a7;
    border-radius: 11px;
    /* margin-bottom: -80px; */
    z-index: 0 !important;
    position: relative;
    margin-top: -130px !important;
    margin-bottom: 100px;
  }
  .smartformbg .form-control {
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #ffffff9c;
    background-clip: padding-box;
    border-radius: 30px;
    border: 1px solid #ffffff94;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.smartformbg input::placeholder{
  color: #00143d !important;
  padding-left: 10px;
  font-weight: 600;
}
  a{
    font-weight: 500;
  }
  .service_box a{
    color: #00527e !important;
  }
  .service_box h3{
    font-size: 25px !important;
    color: #00527e !important;
  }
  
  .banner .border{
    border:none !important;}
    .sk-google-place-name,.sk-badge-name{
      font-size: 18px;
    }


.sk_reviews_grid-content .badge-content{
  height: 240px !important;
}
.bg-primary1{
  background-color: rgb(0, 82, 158) ;
}

.cycle{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0;
  gap: 0 15px;
  margin: 15px auto;
}
.cycle li{
  background-color: #011f50;
  color: white;
  border: 2px solid rgb(255, 255, 255);
  font-weight: 500;
  padding: 8px !important;
  border-radius: 0px;
  margin-bottom:10px !important;
}
.loc{
  overflow-x: hidden;
}
.pos-r {
	position: relative;
}
section {
	padding: 80px 0;
}
.section-title {
	margin-bottom: 50px;
	position: relative;
}
.section-title p {
	font-size: 16px;
}
.title-effect {
	width: 50px;
	height: 50px;
	top: 0;
	position: absolute;
	left: 0;
	opacity: 0.5;
	animation: rotation 12.8s steps(1) 0s infinite;
}
.text-center .title-effect {
	left: 50%;
	margin-left: -25px;
}
.text-center .section-title h6 {
	padding: 15px 0;
}

.title-effect .bar {
	background: #2575fc;
}
.title-effect .bar-top {
	width: 100%;
	height: 7px;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: left top;
	transform: scale(0, 1);
	animation: bar-top 3.2s linear 0s infinite;
}
.title-effect .bar-right {
	width: 7px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	transform-origin: left top;
	transform: scale(1, 0);
	animation: bar-right 3.2s linear 0s infinite;
}
.title-effect .bar-bottom {
	width: 100%;
	height: 7px;
	position: absolute;
	right: 0;
	bottom: 0;
	transform-origin: right top;
	transform: scale(0, 1);
	animation: bar-bottom 3.2s linear 0s infinite;
}
.title-effect .bar-left {
	width: 7px;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	transform-origin: left bottom;
	transform: scale(1, 0);
	animation: bar-left 3.2s linear 0s infinite;
}

.title {
	position: relative;
	color: #1c1d3e;
	margin-bottom: 0;
}
.section-title h2 {
	margin-bottom: 15px;
}

/* ------------------------
    How It Work
------------------------*/
.work-process {
	position: relative;
}
.step-num {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4);
	color: #005bea;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	height: 50px;
	right: 0;
	line-height: 55px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 50px;
}
.theme-bg .work-process h4,
.theme-bg .work-process p {
	color: #ffffff;
}
.contact-form .form-input, .form-text-area{
  background-color: #f0f4f5 !important;
  height: auto;
  padding-left: 16px;
}
.content a{
  text-decoration: none;
}
.content li,.content ul{
padding:0 ;margin: 0;}
.content .menu{
  background-color: transparent !important;
  padding: 0px !important;
}
.step-icon {
	background: #0055b600;
	width:70px;
	height:70px;
	position: relative;
	border: 3px solid #ffffff;
	border-radius: 50%;
	line-height: 60px;
	font-size: 40px;
	text-align: center;
	color: #ffffff;
}
.step-icon span {
	position: relative;
  font-size: 30px !important;
  font-weight: 700;
}
.step-icon span::after,
.step-icon span::before {
	border-radius: 50%;
	content: "";
	height: 40px;
	position: absolute;
	width: 40px;
	z-index: -1;
}
.step-icon span::after {
	background: #cdf3f6;
	height: 25px;
	left: -10px;
	top: 5px;
	width: 25px;
}
.step-icon span::before {
	background: #d4f8e6;
	bottom: 0;
	right: -10px;
}
.dark-bg .step-icon {
	color: rgba(255, 255, 255, 0.9);
	background: none;
}
.dark-bg .step-desc h4 {
	color: #2575fc;
  font-weight: 700 !important;
}
.dark-bg .step-icon {
	border-color: rgba(255, 255, 255, 0.1);
}
.dark-bg .step-desc p {
	color: rgba(255, 255, 255, 0.7);
}
.step-num-box {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}
.work-process .box-loader {
	position: absolute;
	top: 30%;
	right: -15%;
	left: inherit;
}
.work-process.style-2 {
	padding: 0;
	display: flex;
	align-items: center;
}
.work-process.style-2:before {
	display: none;
}
.work-process.style-2 .step-num-box {
	margin-bottom: 0;
	margin-right: 30px;
}
.work-process.style-3 {
	padding: 70px 30px 0;
}
.work-process.style-3 .step-num {
	background: none;
	box-shadow: none;
	color: rgba(255, 255, 255, 0.1);
	font-size: 120px;
	height: auto;
	left: 50%;
	line-height: 120px;
	margin-bottom: 0;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: auto;
}
#svg-container {
	position: absolute;
	width: 100%;
	left: 52%;
	z-index: -1;
	transform: translateX(-50%);
	width: 75%;
}
#svgC {
	margin: 0 auto;
	width: 100%;
}

/* ------------------------
    box-loader
------------------------*/
.box-loader {
	border-radius: 100%;
	margin: 0 auto;
	position: absolute;
	top: 15px;
	left: 15px;
}
.box-loader span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #2575fc;
	margin: 0 5px;
	opacity: 0;
}
.box-loader span:nth-child(1) {
	animation: opacitychange 1s ease-in-out infinite;
}
.box-loader span:nth-child(2) {
	animation: opacitychange 1s ease-in-out 0.33s infinite;
}
.box-loader span:nth-child(3) {
	animation: opacitychange 1s ease-in-out 0.66s infinite;
}
.listico{
  font-size: 25px !important;
}
.listicolist h4{
  font-weight: 600;
}
/*--rotation--*/

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(90deg);
	}
	50% {
		transform: rotate(180deg);
	}
	75% {
		transform: rotate(270deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes bar-top {
	0% {
		transform: scale(0, 1);
	}
	12.5% {
		transform: scale(1, 1);
	}
	87.5% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(0, 1);
	}
}
@keyframes bar-right {
	0% {
		transform: scale(1, 0);
	}
	12.5% {
		transform: scale(1, 0);
	}
	25% {
		transform: scale(1, 1);
	}
	75% {
		transform: scale(1, 1);
	}
	87.5% {
		transform: scale(1, 0);
	}
	100% {
		transform: scale(1, 0);
	}
}
@keyframes bar-bottom {
	0% {
		transform: scale(0, 1);
	}
	25% {
		transform: scale(0, 1);
	}
	37.5% {
		transform: scale(1, 1);
	}
	62.5% {
		transform: scale(1, 1);
	}
	75% {
		transform: scale(0, 1);
	}
	100% {
		transform: scale(0, 1);
	}
}
@keyframes bar-left {
	0% {
		transform: scale(1, 0);
	}
	37.5% {
		transform: scale(1, 0);
	}
	50% {
		transform: scale(1, 1);
	}
	62.5% {
		transform: scale(1, 0);
	}
	100% {
		transform: scale(1, 0);
	}
}

/*--opacitychange--*/

@keyframes opacitychange {
	0%,
	100% {
		opacity: 0;
	}

	60% {
		opacity: 1;
	}
}
.fg{
  width: 30%;
}
.gf{
  width: 70%;
} 
.divi{
  display: flex !important;
}
h4{
  font-weight: 600 !important;
}

/* responsive */
@media (max-width: 1200px) {
	#svg-container {
		width: 85%;
	}
}
@media (max-width: 992px) {
 .bordertop {
  margin-top: 10px;
 }
  .bdg{
    width: 110px !important;
  }
  .fg{
    width: 100%;
  }
  .gf{
    width: 100%;
  }
  .card a{
    line-height: 25px !important;  
  }
  .contact-form{
    margin-top:30px;
    margin-bottom: 30px;
  }
  
  .divi{
    display: block !important;
  }
	.md-mt-5 {
		margin-top: 50px !important;
	}
	/*Step*/
	.work-process .box-loader {
		display: none;
	}
	.step-desc p {
		max-width: 300px;
		margin: 0 auto;
	}
	#svg-container {
		width: 100%;
		transform: rotate(90deg);
		left: 0;
		top: 50%;
	}
}
.rounded-corner-button{
  border-radius: 70px !important;
  font-size: 18px !important;
}
.h1{
  font-size: 50px !important;
  font-weight: 600 !important;
}
li{
  font-weight: 500;
}

.faq-image{
  width: 400px !important;
}


footer{
  color: #fff;
  background-image: linear-gradient(90deg, rgb(2, 50, 154) 0%, rgb(5, 97, 144) 100%);
 
  font-size: 0.8rem;
}

footer p, .footer-sec li{
  font-size: 18px;
}
.footer-sec i{
  font-size: 20px;
  margin-right: 10px;
}
.footer-sec .loc{
  padding-left: 50px !important;
}
.d-inline-flex {
  display: inline-flex;
}

.d-inline-flex > ul {
  list-style: none;
}

.d-inline-flex > ul > li {
  display: inline-block;
}
footer a{
  color: white;
  text-decoration: none;
}
footer a:hover{
  color:#fcd123;
}
.list-group-item{
  font-size: 20px;
  font-weight: 600;
}
.step-desc h4{
  font-weight: 700;
  font-size: 25px;
}
.step-desc{
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.bg-single-service{
  background-color: #016cbb;
}
.single-banner{
  padding-top: 150px;
  padding-bottom: 200px;
}



.contact-form {
  padding: 30px 40px;
  background-color: #ffffff;
  border-radius: 12px;
  max-width: 400px;
}

.contact-form textarea {
  resize: none;
}

.contact-form .form-input,
.form-text-area {
  background-color: #f0f4f5;
  height: 50px;
  padding-left: 16px;
}

.contact-form .form-text-area {
  background-color: #f0f4f5;
  height: auto;
  padding-left: 16px;
}

.contact-form .form-control::placeholder {
  color: #aeb4b9;
  font-weight: 500;
  opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control:focus {
  border-color: #3f96f3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #3fe1f3;
}

.contact-form .title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.contact-form .description {
  color: #aeb4b9;
  font-size: 14px;
  text-align: center;
}

.contact-form .submit-button-wrapper {
  text-align: center;
}

.contact-form .submit-button-wrapper input {
  border: none;
  border-radius: 4px;
  background-color: #3f96f3;
  color: white;
  text-transform: uppercase;
  padding: 10px 60px;
  font-weight: 500;
  letter-spacing: 2px;
}

.contact-form .submit-button-wrapper input:hover {
  background-color: #3f96f3   ;
}
.contactpage input[type="text"],
.contactpage input[type="email"],
.contactpage input[type="tel"],
.contactpage textarea {
  border: none;
  border-bottom: 2px solid rgb(128, 126, 126);
  background: transparent;
  outline: none;
  width: 100%;
  text-transform: capitalize;
  padding: 1rem 0.4rem;
}
.aside {
  background-image: linear-gradient(
    to left bottom,
    #051937,
    #002350,
    #002d69,
    #003684,
    #01409f
  );
  animation: animateClr 5s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99);
  background-size: 400%;
}

@keyframes animateClr {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

ion-icon:not([name="logo-codepen"]) {
  border: 1px solid currentColor;
  border-radius: 20%;
  padding: 1rem;
}

.blogs a{
  text-decoration: none;
}
article li{
  list-style-type:disc
}
.insectarea h3{
  font-size: 25px !important;
  color: black !important;
}
.insect-box{
  border-radius: 15px;
}
.price-sec{
	width: 100%;
	height: 100%;
	box-sizing:border-box;
	padding: 100px 0px;
	background-color: #eee;
}
.price-sec .ptables-head{
  font-family: 'Domine', serif;
  box-shadow:0px 6px 14px rgba(0, 0, 0, 0.3);
  padding:30px 0;
  margin:0px 0px 100px 0px;
  border-radius:3px;
  background:linear-gradient(25deg,#feae3f 15%,transparent 0%),
    linear-gradient(-25deg, #f321d7 15%, transparent 0%),
    linear-gradient(-150deg, #64b5f6 15%, transparent 0%),
    linear-gradient(150deg, #f47 15%, transparent 0%);

}
@media all and (max-width:600px){
  .ptables-head h1{
     font-size:30px;
  }
}


.price-sec .price-table{
	margin:5px 0px;
}
.price-sec .price-table .card{
	position: relative;
	max-width:300px;
	height:auto;
	background: linear-gradient(-45deg, #fe0847, #feae3f);
	border-radius:15px;
	margin: 0 auto;
	padding: 40px 20px;
	box-shadow:0 10px 15px rgba(0,0,0,.5);
	transition: .5s;
	overflow: hidden;
}
.price-sec .price-table .card:hover{
	transform: scale(1.1);
}

.price-table:nth-child(1) .card,
.price-table:nth-child(1) .card .title i{
		background: linear-gradient(-45deg, #f403d1, #64b5f6);

}
.price-table:nth-child(2) .card,
.price-table:nth-child(2) .card .title i{
		background: linear-gradient(-45deg, #fe6c61, #f321d7);

}

.price-table:nth-child(3) .card,
.price-table:nth-child(3) .card .title i{
		background: linear-gradient(-45deg, #24ff72, #9a4eff);

}
.price-table .card:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: rgba(255, 255, 255, .1);
	z-index: 1;
	transform:skewY(-5deg) scale(1.5);

}
.price-table .title i{
	color:#fff;
	font-size: 60px;
	width: 100px;
	height:100px;
	border-radius: 50%;
	text-align:center;
	line-height: 100px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .2)
}
.price-table .title h2{
	position: relative;
	margin:20px 0 0;
	padding: 0;
	color:#fff;
	font-size: 28px;
	z-index: 2;
}
.price-table .price{
	position: relative;
	z-index: 2;
}
.price-table .price h4{
	margin:0;
	padding: 20px 0;
	color:#fff;
	font-size: 60px;

}
.option {
	position: relative;
	z-index: 2;
}
.option ul{
	margin:0;
	padding: 0;
	
}
.option ul li{
	margin:0 0 10px;
	padding: 0px 15px;
	list-style: none;
	color:#fff;
	font-size: 16px;
}

.card a{
	position: relative;
	z-index: 2;
	background: #fff;
	color: #000;
	width:150px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align:center;
	margin:20px auto 0;
	font-size: 16px;
	cursor: pointer;
	text-decoration: none;
	border-radius: 40px;
	box-shadow:0 5px 10px rgba(0, 0, 0, .2);
}

.card a:hover{
	text-decoration: none;
}

article h2{
  font-size: 30px !important;
}
.ico{
  width: 20px !important;
}

