.wt-cli-accept-all-btn{
background-color: #FF4E00 !important;
}
.plan-style-5 .plan-header .lable, .plan-style-5 .plan-price{
background:  #FF4E00;
}
.plan-style-5:hover .plan-title, .plan-style-5 .plan-button{
color: #FF4E00;
}
.plan-style-5 .plan-button{
border: 2px solid #FF4E00;
}
.plan-style-5:hover{
border: 1px solid #FF4E00;
}
.plan-style-5 .plan-list li i.far.fa-check-circle {
color: #61CE70;
} @media only screen and (max-width: 767px) {
.plan-style-1, .plan-style-2, .plan-style-3, .plan-style-4, .plan-style-5{
max-width: 400px;
}
.plan-style-1 .plan-price .price, .plan-style-2 .plan-price .price, .plan-style-3 .plan-price .price, .plan-style-4 .plan-price .price, .plan-style-5 .plan-price .price{
font-size: 50px;
}
.plan-style-1 .plan-header .plan-title{
margin: -14px 0 2px 0;
}
.plan-style-3 .plan-header .plan-title{
margin: -14px 0 5px 0;
}
.plan-style-4 .plan-price .price, .plan-style-5 .plan-price .price{
padding: 20px 0 10px 0;
}
}
@media only screen and (max-width: 576px) {
.plan-style-1, .plan-style-2, .plan-style-3, .plan-style-4, .plan-style-5{
max-width: 350px;
}
.plan-style-1 .plan-price .price, .plan-style-2 .plan-price .price, .plan-style-3 .plan-price .price, .plan-style-4 .plan-price .price, .plan-style-5 .plan-price .price{
font-size: 48px;
}
}
@media only screen and (max-width: 400px) {
.plan-style-1, .plan-style-2, .plan-style-3, .plan-style-4, .plan-style-5{
max-width: 265px;
}
}
.pp-section{
padding: 100px 0 85px 0;
}
.section-header{
margin-bottom: 33px;
}
.section-bg{
background-color: #eee;
}
.color-picker {
position: fixed;
right: -190px;
top: 200px;
width: 190px;
z-index: 9;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.color-picker .settings-header {
background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#444));
background: linear-gradient(to right, #777, #444);
padding: 5px 15px;
}
.color-picker .settings-header h3 {
color: #fff;
margin: 0;
font-size: 20px;
text-align: center;
padding: 4px 9px;
}
.color-picker .section {
background: #fff;
padding: 20px;
border: 1px solid #444;
overflow: auto;
}
.color-picker .section i {
font-size: 16px;
margin-right: 10px;
}
.color-picker a.handle {
position: absolute;
right: 190px;
width: 50px;
height: 43px;
color: #fff;
-webkit-transition: all ease-in 0.3s;
transition: all ease-in 0.3s;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 25px;
z-index: -1;
text-decoration: none;
background: linear-gradient(to right, #777, #444);
top: 0; }
.color-picker .colors a {
width: 35px;
height: 35px;
margin: 7px 7px;
float: left;
-webkit-transition: all ease-in 0.3s;
transition: all ease-in 0.3s;
}
.color-picker .skin a {
display: block;
width: 70px;
height: 30px;
margin-left: 0;
margin-top: 0;
margin-right: 5px;
float: left;
text-align: center;
line-height: 30px;
border: 2px transparent solid;
}
.color-1{
background: linear-gradient(to right, #b76cd2, #4c3bb3);
}
.color-2{
background: linear-gradient(to right, #00eefa, #05b6eb);
}
.color-3{
background: linear-gradient(to right, #ff9f0e, #ff4a10);
}
.color-4{
background: linear-gradient(to right, #09e072, #007d1d);
}
.color-5{
background: linear-gradient(to right, #ff729b, #ce002f);
}
.color-6{
background: linear-gradient(to right, #FDE08D, #DF9F28);
}
.color-picker .skin a.actt {
border: 2px #fff solid;
}  .plan-header .plan-title, .plan-price .price, .plan-list li, .plan-button{
font-family: 'Lato', sans-serif;
}
.owl-carousel-plan .owl-dots {
position: absolute;
bottom: -30px;
right: 0;
left: 0;
}
.owl-carousel-plan.owl-theme .owl-dots .owl-dot.active span {
width: 25px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.owl-carousel-plan.owl-theme .owl-dots .owl-dot span {
border: 1px solid #fff;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.owl-carousel-plan button:focus {
outline: 0
}  .plan-style-5{
margin: 15px auto;
overflow: hidden;
position: relative;
text-align: center;
border-radius: 10px;
border: 1px solid #eee;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.plan-style-5 .plan-header{
padding: 25px 0 0 0;
position: relative;
background: #fff;
}
.plan-style-5 .plan-header .lable{
padding: 3px 8px;
position:absolute;f
top:20px;
right: 0;
color: #fff;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
border-radius: 15px 0 0 15px;
}
.plan-style-5 .plan-header .plan-icon{
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
padding: 20px 0 30px 0;
width: auto;
height: 100px;
display: block;
}
.plan-icon > i {
display: inline-block;
}
.plan-style-5 .plan-header .plan-icon{
color: #fff;
font-size: 35px;
}
.plan-style-5 .plan-header .plan-title{
margin: 101px 0 18px 0;
line-height: 40px;
font-size: 20px;
color: #555;
font-weight: 400;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.plan-style-5 .plan-price{
position:relative;
}
.plan-style-5 .plan-price:after{
content: "";
width: 100%;
height: 100px;
position:absolute;
top:0;
left: 0;
right: 0;
background-image: url(//boilrltd.co.uk/wp-content/uploads/img/price_style_5.png);
background-size: 100% 100%;
background-position: bottom;
}
.plan-style-5 .plan-price .price{
margin-bottom: 0;
padding: 22px 0 10px 0;
font-size: 55px;
font-weight: 900;
line-height: 45px;
color: #fff;
position: relative;
z-index:1;
}
@media only screen and (max-width: 768px) {
.plan-style-5 .plan-price .price{
font-size: 40px;
}
}
.plan-style-5 .plan-price .price span{
padding: 0 5px;
font-size: 16px;
font-weight: 400;
color: #fff;
}
.plan-style-5 .plan-list {
margin-bottom: 0;
padding: 17px 30px 16px 30px;
position: relative;
background-color: #fff;
}
.plan-style-5 .plan-list li{
font-family: 'Helvetica';
position: relative;
list-style-type: none;
text-align: left;
font-size: 12px;
font-weight: 400;
color: #888;
letter-spacing: 0.02rem;
line-height: 40px;
border-bottom: 1px solid #eee;
}
.plan-style-5 .plan-list li:last-child{
border-bottom: none;
}
.plan-style-5 .plan-list li i{
margin: 0 10px;
float: right;
position: relative;
right: -10px;
font-size: 13px;
line-height: 40px;
}
.plan-style-5 .plan-list li i.far.fa-times-circle{
color: #fb5757;
}
.plan-style-5 .plan-list .tooltip-info{
cursor: pointer;
}
.plan-style-5 .plan-list .tooltip-hover-text{
color: #555;
font-weight: 600;
}
.plan-style-5 .tooltip-info .tooltiptext{
visibility: hidden;
width: 150px;
background-color: rgba(0, 0, 0, 0.8);
font-size: 12px;
letter-spacing: 0.02rem;
color: #fff;
text-align: center;
line-height: 20px;
border-radius: 6px;
padding: 5px;
position: absolute;
z-index: 2;
bottom: 35px;
left: 20%;
margin-left: -60px;
}
.plan-style-5 .tooltip-info .tooltiptext::after{
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}
.plan-style-5 .tooltip-info:hover .tooltiptext{
visibility: visible;
}
.plan-style-5 .plan-bottom{
padding: 13px 0 42px 0;
position:relative;
overflow:hidden;
background: #fff;
}
.plan-style-5 .plan-button{
padding: 13px 30px;
text-decoration: none;
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
border-radius: 30px;
}
.plan-style-5 .plan-button i{
margin: 0 0 0 10px;
font-size: 12px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.plan-style-5 .plan-button:hover i{
margin: 0 0 0 15px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//boilrltd.co.uk/wp-content/uploads/custom-css-js/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}