/*
Theme Name: Giant Jim's Inspection Service
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Dont delete this */ 
/** Custom Paddings **/
.pad-xl .fl-row-content-wrap{
  padding-top: 12%;
  padding-bottom: 12%;
}
.pad-lg .fl-row-content-wrap{
  padding-top: 10%;
  padding-bottom: 10%;
}
.pad-md .fl-row-content-wrap{
  padding-top: 8%;
  padding-bottom: 8%;
}
.pad-sm .fl-row-content-wrap{
  padding-top: 6%;
  padding-bottom: 6%;
}
.pad-xs .fl-row-content-wrap{
  padding-top: 4%;
  padding-bottom: 4%;
}
.pad-xss > .fl-col-content {
  padding-top: 2%;
  padding-bottom: 2%;
}
/** REMOVE PADDING **/
/* Remove padding top or bottom */
body .remove-pad-top .fl-row-content-wrap, body .remove-col-pad-top > .fl-col-content {
  padding-top: 0 !important;
}
body .remove-pad-bottom  .fl-row-content-wrap, body .remove-col-pad-bottom > .fl-col-content{
  padding-bottom: 0 !important;
}
.fl-module-uabb-heading .fl-module-content{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/** Column Padding **/
.pad-xl-col > .fl-col-content {
  padding: 12% 12% !important;
}
.pad-lg-col > .fl-col-content {
  padding: 10% 10% !important;
}
.pad-md-col > .fl-col-content {
  padding: 8% 8% !important;
}
.pad-sm-col > .fl-col-content {
  padding: 6% 6% !important;
}
.pad-xs-col > .fl-col-content {
  padding: 4% 4% !important;
}
.pad-xss-col > .fl-col-content {
  padding: 2% 2% !important;
}

/** Mobile Paddings **/
@media only screen and (max-width: 670px) {
.pad-xl .fl-row-content-wrap, .pad-lg .fl-row-content-wrap, .pad-md .fl-row-content-wrap, .pad-sm .fl-row-content-wrap, .pad-xs .fl-row-content-wrap, .pad-xss > .fl-col-content{
    padding-top: 30px !important;
    padding-bottom: 35px !important;
  }
  .pad-xs-col  .fl-col-content.fl-node-content{ padding-top: 20px !important;
    padding-bottom: 35px !important; }
}
/** Nagative Margins **/
@media only screen and (min-width: 1024px) {
  .neg-top {
    margin-top: -90px;
  }
  .neg-bottom {
    margin-bottom: -120px;
  }
  .neg-left {
    margin-left: -90px;
  }
  .neg-right {
    margin-right: -120px;
  }
  .uabb-new-ib-content {
      display: none;
  }
}

/* Remove element margin */
.remove-margin-top .fl-module-content{
  margin-top: 0 !important;
}
.remove-margin-bottom .fl-module-content{
  margin-bottom: 0 !important;
}
.hide-xs, .show-small-device {
    display: none !important; 
}

p {
    margin-bottom: 20px !important;
}
p:last-child {
    margin-bottom: 0px !important;
}

/**------------------------------ 
 * Buttons
 ----------------------------**/
.uabb-btn.uabb-btn-one.uabb-gradient, .uabb-btn.uabb-btn-two.uabb-gradient, .btn > .fl-button-wrap, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit], .btn.btn-one>.fl-button-wrap, .btn.btn-one a, .btn.btn-one  .uabb-creative-button-wrap a, .btn.btn-two a, .btn.btn-two  .uabb-creative-button-wrap a, body .uabb-gf-style .gform_button.button, .btn.btn-primary, .btn.btn-two>.fl-button-wrap, .btn.btn-primary  {
     padding: 10px 35px !important;
    font-size: 16px !important;
    border-radius: 0px !important;
    letter-spacing: 0;
    text-transform: initial;
    border: 0px !important;
    font-weight: 600 !important;
}

.btn.btn-two .uabb-creative-button-wrap a, .btn.btn-two a{
    color: #fff !important;
    background: #000!important;
}
.btn.btn-two .uabb-creative-button-wrap a:hover, .btn.btn-two a:hover{
  color: #fff !important;
    background: #454545!important;
}

/* Button two */
.btn.btn-two .uabb-creative-button-wrap a, .btn.btn-two a, .uabb-gf-style .gform_button.button {
    color:#fff !important;
    background:#323746 !important;
}
.fl-builder-content .btn.btn-two .uabb-creative-button-wrap a.uabb-button:hover, .uabb-gf-style .gform_button.button:hover { color: #fff !important;
    background: #000000!important;  }
.btn.btn-two .uabb-creative-button-wrap a span, .btn.btn-two a span{  color:#ffffff !important; }
.fl-builder-content .btn.btn-two .uabb-creative-button-wrap a.uabb-button:hover span{ color: #fff !important; }

/* Button three */
.btn.btn-three>.fl-button-wrap {
  background-color: #101010 !important;
  color: #F8F8F8 !important;
  border: 0px solid transparent !important;
}
/* Button three > hover */
.btn.btn-three:hover>.fl-button-wrap {
  background-color: #282828 !important;
}
/** General **/
.fl-page {
    overflow-x: hidden;
}
body, p, a {
    line-height: 30px;
}
 p:last-child {
    margin-bottom: 0 !important;
}
a, a:hover, .pod .uabb-infobox {  
    /*text-decoration: none !important; */
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.right-content .fl-col-content {
    padding-left: 30px;
}
.left-content .fl-col-content {
    padding-right: 30px;
}
/**------------------------------ 
 * Mobile CTA
 ----------------------------**/
#mobile-phone-cta {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 44px;
    z-index: 9;
    background-color: #000000;
    padding: 0!important;
    -webkit-box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(204,204,204,.3);
}
#mobile-phone-cta a {
  display: block;
  height: 44px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding-top: 6px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-weight: bold;
}
#mobile-phone-cta a:hover {
  background-color: #000000;
  color: #fff;
}
.mobile-phone-cta img {
  margin: 0px 0 0 0;
  padding-right: 10px !important;
  position: relative;
  top: 3px;
}
/** Scroll To Top **/
#fl-to-top {   background-color: #000; }
/** Beaver Builder Remove Module Margins **/
.fl-module-content {
    margin-top: 0;
    margin-bottom: 0;
}
/** 
 * Default header for blog single, search, error...
 **/
.default-header-bg {
  position: relative;
  z-index: 1;
  background-position:center center;
}
.default-header-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* FF3.6-15 */
}
.pad-sm.inner-page-banner .fl-row-content-wrap{
	    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: scroll !important;
    background-size: cover !important;
}
h1.container.default-header-title {
  color:#fff;
  text-align: center;
}
/** Single Page **/
.fl-sidebar aside ul li a:hover {   margin-left: 10px; }

/** Search **/
#bb-custom-search-result article.fl-post {
    width: 70%;
    margin: 0px auto;
}
.search-article {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.search-article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
h3.search-query {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
/** 404 Error page **/
.fl-404 {  padding: 0; }
.error404 .fl-post-content.clearfix, .error404  .fl-post-header {   display: none; }

/** Icons Animation **/
.footer-social-icon a:hover{
    opacity: .8;
    -webkit-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px);
}
.footer-social-icon a{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
/** Custom CSS 
 * ---------------------**/
/** Image Scale **/
.uabb-post-wrapper:hover .uabb-post-thumbnail  img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    opacity: .8;
}
.uabb-post-wrapper .uabb-post-thumbnail img{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.uabb-post-wrapper .uabb-blog-posts-shadow{
  position: relative;
}
.uabb-post-wrapper .uabb-blog-posts-shadow:hover::after {
    width: 100%;
}




/** header **/
.fl-page-header{
  position: relative;
}

.fl-page-header .fl-page-header-container{
	  position: relative;
}

.fl-page-header:after{
position: absolute;
    width: 39%;
    height: auto;
    content: '';
   left: -90px;
    top: -15px;
   background:#f4f4f4;
  transform: skew(30deg, 0deg);
    -moz-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    bottom: 0;
}
.fl-page-header-wrap:before {
    background: url(/wp-content/uploads/sites/66/2020/06/mainheader-bg.png) no-repeat right center;
    position: absolute;
    left: 5px;
    content: "";
    top: 0px;
    width: 40%;
    height: 100%;
}


.fl-page-nav-right .fl-page-header-row .fl-page-header-logo-col{
    z-index: 99;
}

.fl-page-header-primary .fl-logo-img {
    height: auto !important;
    /*width: 250px;*/
    position: absolute;
    left: 0px;
        top: 7px;
    transform: translateY(-70%);
}


.fl-page-header-container.container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.fl-page-header-fixed .fl-page-header-container{
  position: relative;
}
.fl-page-header-fixed .fl-page-header-row .fl-page-logo-wrap{
      z-index:99999;
}


.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.current-menu-item>a:before, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.current-menu-item>a:hover:before, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li>a:hover:before{
width: 46px;
    height: 1px;
    content: "";
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    margin: 10px auto;
    bottom: 0;
}

.fa-search:before{
	color: #fed36d;
    border: 1px solid #2e75d0;
    padding: 5px;
    font-size: 16px;
}
.fl-page-bar .fl-social-icons i.fas, .fl-page-bar .fl-social-icons i.fab{
	    line-height: 40px !important;
    height: 40px !important;
    width: 40px !important;
    text-align: center !important;
}
i.fab.fa-facebook-f.mono {
    background: #3b5998;
}
i.fab.fa-twitter.mono{
	background: #3a9feb;
}
i.fab.fa-youtube.mono{
	    background: #ff0000;
}
.get-btn{
	font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    color: #fed36d !important;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    padding: 0px 15px;
    background: #222222;
        margin-right: -3px;
}
.fl-page-bar-container{
	padding-top:0px !important;
	padding-bottom:0px !important;
}
.fl-page-bar .text-right .fl-social-icons{
	margin-left:0px !important;
}
.fl-page-bar-text{
	padding:0px !important;
}
.fl-page-bar a{
	    color: #fed36d !important;
}
.fl-page-bar a:hover{
	text-decoration: none;
}










.video-img img{
border:15px solid #ffffff;;
filter: drop-shadow(0px 10px 5px rgba(0,0,0,0.05));
}

.video-img .uabb-image-content{
	filter: drop-shadow(0px 10px 5px rgba(0,0,0,0.05));
}
.fl-node-5ee755fe20dcb .uabb-creative-button-wrap a:hover{
	    border: 1px solid #f5d26d;
}

.we-are-box .uabb-infobox {
    background-color: rgb(255, 255, 255);
filter: drop-shadow(0px 10px 5px rgba(0,0,0,0.05));
border: 1px solid #e3e3e3;
}

.we-are-box .uabb-infobox-content .uabb-infobox-title-wrap, .we-are-box .uabb-infobox-content .uabb-infobox-separator, .we-are-box .uabb-infobox-content .uabb-infobox-text-wrap{
	padding:0 25px;
}

.we-are-box .uabb-imgicon-wrap{
 	margin-top:0px !important;
 }
.we-are-box :hover{

}

.we-are-box .uabb-infobox:after{
	content: '';
    width: 0%;
    height: 3px;
    background-color: #fed26e;
    position: absolute;
    left: 0px;
    bottom: 0px;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.we-are-box .uabb-infobox:hover:after {
    width: 100%;
}

.we-are-box .uabb-image:before, .we-are-box  .uabb-image:after{
      background: rgba(255,255,255,.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 700ms ease 0s;
    -moz-transition: all 700ms ease 0s;
    -ms-transition: all 700ms ease 0s;
    -o-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.we-are-box  .uabb-infobox:hover .uabb-image:before{
   left: 50% !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1!important;
    -khtml-opacity: 1!important;
    opacity: 1!important;
    right: 50%!important;
}

.we-are-box  .uabb-infobox:hover .uabb-image:after {
    bottom: 50%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    top: 50%;
}

.we-are-box .uabb-infobox-content .uabb-module-content.uabb-imgicon-wrap{
	overflow: hidden;
}

.uabb-image-carousel img{
	width:75% !important;
	    margin: 0 auto;
}


/*.uabb-image-carousel-content{
 position: relative;
    text-align: center;
    overflow: hidden;
    background: #fff;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 170px;
    height: 160px;
    display: inline-block;
}
.uabb-image-carousel-content:hover{
    background-image: url(/wp-content/uploads/sites/66/2020/06/scrolling.png) !important;
    background-size: cover;
}

.uabb-image-carousel img{
	width:25% !important;
	    margin: 30% auto;
}
.uabb-image-carousel.slick-initialized .slick-slide{
    filter: drop-shadow(0px 10px 5px rgba(0,0,0,0.05));
}*/






/** Testimonial **/

.testimonial-wrapper{
/*margin-top:-250px;
margin-left:-6px;*/
}

.testimonial-wrapper .item{
	width:75%;
	margin:0 auto;
}
button.owl-next span, button.owl-prev span{
	    text-indent: -9999px;
}

.owl-carousel .owl-item {
    position: relative;
}
.owl-carousel .owl-stage {
    display: flex; 
}
.owl-carousel .owl-stage .owl-item{
	 padding: 40px 25px;
    padding-top: 80px;
    border-radius: 4px;
    text-align: left;
filter: drop-shadow(0px 10px 5px rgba(0,0,0,0.05));
border: 1px solid #e3e3e3;
    background: #ffffff;
   
    margin-top: 90px;
}
.customers-testimonials .shadow-effect p {
    text-align: center;
}
.testimonial-name {
    font-size: 18px;
    margin-bottom: 0px;
    color: #323746;
 font-family: "Mulish",sans-serif;
    font-weight: 700;
    line-height: 32px;
    font-style: normal;
    text-align: center;
}
.customers-testimonials.owl-carousel .owl-item img {
    width: 128px;
    text-align: left;
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0 auto 17px;
    position: absolute;
    top:-65px;
    left: 50%;
    transform: translateX(-50%);
}

.customers-testimonials.owl-carousel .owl-dots {
    display:none;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
display:block !important;
}

.customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #77d1bc;
    display: inline-block;
    height: 20px;
    border-radius: 100%;
    margin: 0 2px 5px;
    -webkit-transform: translate3d(0, 0%, 0) scale(.7);
    transform: translate3d(0, 0%, 0) scale(.7);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}
.owl-carousel .owl-dots.disabled{
  display: block !important;
  margin-top: 32px;
}

.owl-carousel .owl-nav button.owl-prev span {
    background: url(/wp-content/uploads/sites/66/2020/06/tarrow1.png) no-repeat;
    height: 57px;
    width: 57px;
    display: block;
  }

.owl-carousel .owl-nav button.owl-prev span:hover {
    background: url(/wp-content/uploads/sites/66/2020/06/tarrow-hover1-1.png) no-repeat;
    height: 57px;
    width: 57px;
    display: block;
  }

.owl-carousel .owl-nav button.owl-prev {
position:absolute;
left: -10px;
top: 50%;
}

.owl-carousel .owl-nav button.owl-next span{
  background: url(/wp-content/uploads/sites/66/2020/06/tarrow2.png) no-repeat;
    height: 57px;
    width: 57px;
    display: block;
}

.owl-carousel .owl-nav button.owl-next span:hover{
  background: url(/wp-content/uploads/sites/66/2020/06/tarrow-hover2.png) no-repeat;
    height: 57px;
    width: 57px;
    display: block;
}


.owl-carousel .owl-nav button.owl-next{
position:absolute;
right: -24px;
top: 50%;
}

.uabb-image-carousel-caption{
	font-size:20px !important;
	line-height: 28px !important;
color: #323746 !important;
font-family: "Poppins",sans-serif;
font-weight: 700 !important;
text-align: center !important;
white-space: break-spaces !important;
}


button.slick-prev.slick-arrow i{

	background-image: url(images/b-arrow1.png);
    content: "";
    background-repeat: no-repeat;
    width: 26px !important;
    height: 40px !important;
    transform: translateY(-140%);
	opacity:0.5;
}
button.slick-prev.slick-arrow i:hover{opacity:1;}

button.slick-next.slick-arrow i{
background-image: url(images/b-arrow2.png);
    content: "";
    background-repeat: no-repeat;
    width: 26px !important;
    height: 40px !important;
     transform: translateY(-160%);
	 opacity:0.5;
}
button.slick-next.slick-arrow i:hover{opacity:1;}

.we-are-box .uabb-infobox:hover .uabb-infobox-cta-link{
	color: #1954a0;
}
.we-are-box .uabb-infobox:hover .fa-caret-right{
	color: #1954a0;
}
.we-are-box i.fa.fa-caret-right{
	margin-left:5px;
}


.form-section{
background: #39a5f0;
filter: drop-shadow(1.812px 6.761px 19px rgba(0,0,0,0.29));
border: 1px solid rgba(255,255,255,0.29);
margin-bottom: 100px;
}

li#field_1_2{
	margin-top:-10px;
}

.btn1 a.uabb-button.uabb-creative-button.uabb-creative-flat-btn.uabb-none-btn{
	/*background-image: url(/wp-content/uploads/sites/66/2020/06/btn2.png) !important;
    background-size: cover !important;*/
}

.btn1 a.uabb-button.uabb-creative-button.uabb-creative-flat-btn.uabb-none-btn {
    padding: 12px 12px !important;
}
.uabb-image-carousel-content:hover{
	transform: translate3d(0px,5px,0px);
	    transition: 0.3s;
}



/** Blog **/

.fl-post-thumb {
    text-align: center;
}
.uabb-blog-posts .slick-next{
	    right: 0px !important;
	        top: 0px !important;
}
.uabb-blog-posts .slick-prev{
	   left: 93% !important;

	}
.uabb-post-wrapper:hover .uabb-blog-post-content .uabb-read-more-text a{
	color:#1954a0;
}


.uabb-blog-posts .slick-prev, .uabb-blog-posts .slick-next, .uabb-blog-posts .slick-prev:hover, .uabb-blog-posts .slick-prev:focus, .uabb-blog-posts .slick-next:hover, .uabb-blog-posts .slick-next:focus{
	    top: 0px !important;
	    margin-top: -70px;
	        margin-left: 3%;
    margin-right: .70%;
}
.fl-node-5ee84bc185d71 .uabb-blog-post-content .uabb-read-more-text{
	padding-bottom:13px;
}
.fl-node-5eeb2b9fcfa0e .uabb-blog-post-content .uabb-read-more-text{
	padding-bottom:13px;
}
.uabb-blog-posts button.slick-prev i{
background-image: url(/wp-content/uploads/sites/66/2020/06/b-arrow1.png);
content: "";
    width: 16px;
    height: 26px;
    background-size: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    background-repeat: no-repeat;
}

.uabb-blog-posts button.slick-prev i:hover{
background-image: url(/wp-content/uploads/sites/66/2020/06/b-arrow1-1.png);
content: "";
    width: 16px;
    height: 26px;
    background-size: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    background-repeat: no-repeat;
}
span.uabb-read-more-text.uabb-blog-post-section{
	    border-bottom: 1px solid #cccccc;
}

.blog .uabb-blog-posts-shadow{
box-shadow: none!important;
background: none !important;

}

.blog .uabb-post-wrapper .uabb-blog-post-content{
	padding-left:0px !important;
}

.fa-angle-left:before{
	display:none;
}
.fa-angle-right:before{
	display:none;
}
.uabb-blog-posts button.slick-next i{
background-image: url(/wp-content/uploads/sites/66/2020/06/b-arrow2-1.png);
content: "";
    width: 16px;
    height: 26px;
    background-size: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    background-repeat: no-repeat;
}
.uabb-blog-posts button.slick-next i:hover{
background-image: url(/wp-content/uploads/sites/66/2020/06/b-arrow2.png);
content: "";
    width: 16px;
    height: 26px;
    background-size: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    background-repeat: no-repeat;

}

.uabb-blog-posts .uabb-next-right-arrow{
	display: none;
}

p.uabb-post-meta.uabb-blog-post-section{
	margin-left:30px;
}

.uabb-posted-by{
	   position: relative;
}
.uabb-posted-by:before{
    background-image: url(/wp-content/uploads/sites/66/2020/06/user.png);
    content: "";
    width: 17px;
    height: 20px;
    background-size: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: -80%;
    position: absolute;
    background-repeat: no-repeat;
}
.uabb-comments-link{
	 position: relative;
	 margin-left: 30px;
}

.uabb-comments-link:before{
   background-image: url(/wp-content/uploads/sites/66/2020/06/message.png);
    content: "";
    width: 25px;
    height: 22px;
    background-size: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: -30%;
    position: absolute;
    background-repeat: no-repeat;
}



.footer-social .uabb-icon-wrap{
	-webkit-transform: skew(20deg);
-moz-transform: skew(20deg);
}

.fl-page-footer-widgets{
	padding-top: 60px;
	padding-bottom:45px;
    background-image: url(/wp-content/uploads/sites/66/2020/06/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.fl-page-footer-widgets a:hover{
	color: #fff;
	text-decoration: none;
}

.fl-page-footer{
background-image: url(/wp-content/uploads/sites/66/2020/06/copyright.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-top:none !important;
}
.fl-widget .fl-widget-title{
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    font-family: "Muli";
    font-weight: 700;
    text-transform: uppercase;
	font-family: "Mulish",sans-serif;
}
.fl-page-footer-widgets p{
	color: #428bca;
}
.fl-page-footer-widgets .fl-widget ul li{
	margin-bottom:0px;
}
.fl-page-footer-widgets-container{
	padding-top:0px !important;
}
p.subscribe{
color:#fed36d;
}

.fl-page-footer-text.fl-page-footer-text-1 {
    color: #6fa6ec;
    font-size: 16px;

}
.fl-page-footer-widget-col-3{
	   
    background-color: rgba(0, 0, 0, 0.09);
        padding: 20px 40px 0px 40px;
        margin-bottom:45px;
}

.widget_wysija_cont{
	margin-top:-30px;
}
h4.fl-widget-title:after{
	display: block;
    content: "";
    background: #fff;
    width: 60px;
    height: 1px;
    margin-top: 15px;

}
.widget_wysija_cont .wysija-submit{
	width:100%;
	margin-top:-10px;
	    margin-bottom: -10px;
	    font-weight:700;
		font-family: "Mulish",sans-serif !important;

}
button input[type=button], input[type=submit]{
	background: #ebeff4 !important;
    color: #030303 !important;
    font-size: 18px !important;
        border: 1px solid #ebeff4 !important;
        font-family: "Muli" !important;
    text-transform: uppercase !important;
        border-radius: 0px !important;
            line-height: 32px !important;
}
.fl-page-footer-widget-col-3 input[type=text]{
    font-size: 18px !important;
        color: #b4d9f3 !important;
            border-radius: 0px !important;
    border: 1px solid #2b66b3 !important;
    background-color: rgba(0, 0, 0, 0.09) !important;
     line-height: 32px !important;
         background: #236493 !important;
}

.fl-page-footer-widget-col-3 h4.fl-widget-title:after{
display:none;
}

.slider-left-btn{
background-image: url(/wp-content/uploads/sites/66/2020/06/slider-btn.png) !important;
    background-size: cover !important;
}
.title{
text-align:center;
margin-bottom:15px;
}
.testimonial-name:after{
	background-image: url(/wp-content/uploads/sites/66/2020/06/rating.png);
    content: "";
    width: 100px;
    height: 19px;
    background-size: 100%;
    bottom: 6%;
    position: absolute;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
}
.fl-module-sidebar h4.fl-widget-title{
	color:#2a54a0;
	font-size: 20px;
    
}

.fl-module-sidebar .fl-widget ul li a{
	    color: #fff;
}
.fl-module-sidebar aside ul li a:hover{
	    margin-left: 10px;
	    color: #2a54a0;
}


.fl-post img{
	    margin: 0 auto;
    display: block;
}

.fl-sidebar-right h4.fl-widget-title{
	color:#2a54a0;
	font-size: 20px;
    text-transform: capitalize;
}

.fl-sidebar-right .fl-widget ul li a{
	    color: #222222;
}

.fl-sidebar aside ul li a:hover{
	text-decoration: none !important;
	color: #2a54a0;
}


.blog1 {
    border-right: 1px solid #e6e6e6;
}

.list-info .uabb-info-list-content{
	margin-left:-10px;
}


.gform_wrapper .gform_footer{
	/*position: relative;*/
	   
}
/*.gform_wrapper .gform_footer:after{
  content: "\f0da";
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    line-height: 1;
    font-weight: 600;
    position: relative;
    top: 1px;
    left: -30px;
    color:#000;
}*/
.fl-page-bar-text{
	    transform: skew(25deg);
}

.get-btn a{
	transform: skew(-25deg);
	display:inline-block;
}

.fl-social-icons{
  transform: skew(25deg);
}

.mail .uabb-infobox-text.uabb-text-editor a:hover{
color:#1954a0 !important;
}


.call .uabb-infobox-text.uabb-text-editor a:hover{
color:#1954a0 !important;
}

.cta-phn h2.uabb-infobox-title a:hover{
	color: #f4f4f4;
}
.fl-page-bar .fl-social-icons a i:hover{
color:#fed26e !important;
}
.fl-page-bar a:hover{
	color:#ffffff !important;
}
.footerbtn:hover>i{
	color:#ffffff;
}
.footerbtn:hover>span{
	color:#ffffff;
}

.tparrows:before{
	    font-size: 20px!important;
	        line-height: 50px !important;
}

.tparrows{
	    width: 30px !important;
    height: 50px !important;
    background: #444444 !important;
}


input.wysija-submit.wysija-submit-field{
background-image: url(images/subscribe.png) !important;
    background-size: cover !important;
}
input.wysija-submit.wysija-submit-field:hover{
	    background: #c1e6ff !important;
    border: 1px solid #c1e6ff !important;
}
.fl-archive .fl-post-thumb img {
    width: 250px;
    padding-left: 18px;
}
.fl-post-thumb img {
    height: auto !important;
    max-width: 100%;
}
.fl-archive h2.fl-post-title {
    font-size: 25px;
}
.fa-facebook-f:before{
	    transform: skew(-25deg);
    display: block;
}
.fa-twitter:before {
    transform: skew(-25deg);
    display: block;
}
.fa-youtube:before {
    transform: skew(-25deg);
    display: block;
}
.adv-icon-1 .uabb-icon-wrap .uabb-icon i:before {
    transform: skew(-25deg);
    display: block
 }

.adv-icon-2 .uabb-icon-wrap .uabb-icon i:before {
    transform: skew(-25deg);
    display: block
 }

.adv-icon-3 .uabb-icon-wrap .uabb-icon i:before{
    transform: skew(-25deg);
    display: block
 }



.tabs-info .uabb-tabs-nav ul li {
  background-color: rgba(237,237,237,0);
  border: 2px solid #428bca;
}
.fl-node-5eecbfff1e27e .uabb-content-wrap5eecbfff1e27e > .section > .uabb-content, .fl-node-5eecbfff1e27e .uabb-content-wrap5eecbfff1e27e > .section > .uabb-tab-acc-content{
	border:none;
}


.fl-page-nav-search form input.fl-search-input{
	    background-color: #f4f4f4 !important;
    border-color: #f4f4f4 !important;
    color: #222 !important;
}

.mobile-top-header {
    display: none;
}

.widget_wysija_cont .formError{
	
}
.widget_wysija_cont .formError .formErrorContent{
	text-align:center !important;
}

.fl-page-footer-widgets-container{
	margin-bottom:-30px;
}

.phnicon img{
    animation: pulse 1s infinite;
    animation-direction: alternate;
}
.footer2.fl-module-sidebar .fl-widget ul li a{
    
}

.footer2.fl-module-sidebar .fl-widget ul li a:hover{
        color: #2a54a0;
}
.footer1.fl-module-sidebar h4.fl-widget-title{
		color:#fff !important;
		font-size: 18px !important;
}
.footer2.fl-module-sidebar h4.fl-widget-title{
		color:#fff !important;
		font-size: 18px !important;
}
.footer1 .textwidget p{
	  color: #428bca !important;
}
.footer2 .fl-widget ul li{
	margin-bottom:0px !important;
}









/** responsive css **/
@media only screen and (max-width: 992px) {
.fl-page-nav-right .fl-page-header-row > div{
display: inline-table !important;
}

}


@media screen and (min-width: 991px) and (max-width: 1062px){
.footer1 .textwidget p br{
	display:none;
}
}



@media only screen and (max-width: 991px) {
.fl-page-header-primary .fl-logo-img {
    width: 200px;
}
p.uabb-info-list-title{
	font-size:13px;
}
.fl-node-5ee73613affab > .fl-row-content-wrap{
	background-image:none !important;
}
body{
	    font-size: 16px;
}
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {
top: 50% !important;
transform: translateY(-50%);
}
.fl-page-bar{
	display:none;
}
.fl-page-header-wrap:before{
	width:43%;
}
.fl-page-header:after{
	width:43%;
}
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile.fl-page-nav-right .fl-page-header-logo-col, .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile.fl-page-nav-right .fl-page-nav-col{
	    z-index: 9999;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.current-menu-item>a:before, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.current-menu-item>a:hover:before, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li>a:hover:before{
	display:none;
}
.uabb-tab-acc-title{
	border: 2px solid #458bca;
    margin: 5px 0px 5px 0px;
}
}






@media only screen and (max-width: 520px) {
  .fl-page-header-primary .fl-logo-img {
    width: 41%;
    top: 50% ;
    transform: translateY(-50%);
    left: 10px;
}
.fl-page-header:after {
    width: 80%;
    top: 0;
}
.fl-page-header-wrap:before{
	   width:80%;
}
}


@media screen and (min-width: 420px) and (max-width: 700px){
.fl-page-header-primary .fl-logo-img {
    width:30%;
    top: 50% ;
    transform: translateY(-50%);
}
.fl-page-header:after {
width: 57%;
}
.fl-page-header-wrap:before{
	   width:57%;
}
}




@media only screen and (max-width: 640px){
.mobile-layout .uabb-post-wrapper {
    width: 100%;
}
h1.container.default-header-title{
	    font-size: 20px !important;
    line-height: 30px !important;
}
.testimonial-name{
	margin-bottom:20px;
}

.gform_wrapper .gform_footer{
	    margin-top: 0px !important;
}
.slider-icon .uabb-image .uabb-photo-img{
	    width: 50px !important;
    margin-top: 25px !important;
}
.we-are-box{
	width:100% !important;
}
}





@media screen and (max-width: 768px) {
  /** font size for smaller devices */
  .fl-col-small {  max-width: 100% !important;  }
  h1 {  font-size: 28px !important; line-height: 42px !important; }
  h2 {  font-size: 24px !important; line-height: 36px !important; }
  h3 { font-size: 22px !important; line-height: 30px !important  }
  footer {  padding-bottom: 0px; }

	#mobile-phone-cta {
    display: block;
}
.we-are-box{
	width:70% ;
	margin:0 auto;
}
.fl-page-footer-widgets p br{
	display:none;
}
.footer1 .textwidget p br{
	display:none;
}
}


@media screen and (min-width: 1700px) and (max-width: 1920px){

.slide-tag{
left:10%;
}
}


@media screen and (min-width: 1440px) and (max-width: 1679px){

.rev_slider li.tp-revslider-slidesli .tp-parallax-wrap {
left: 7% !important;
}
.slide-icon{
	margin-left:20px !important;
}
.slide-tag{
left:10%;
}
}


@media screen and (min-width: 1366px) and (max-width: 1439px){

.rev_slider li.tp-revslider-slidesli .tp-parallax-wrap {
left: 7% !important;
}
.slide-icon{
	margin-left:20px !important;
}
.slide-tag{
left:12%;
}
}

@media screen and (min-width: 1024px) and (max-width: 1365px){

.rev_slider li.tp-revslider-slidesli .tp-parallax-wrap {
left: 4% !important;
}
.slide-icon{
	margin-left:20px !important;
}
.slide-tag{
left:12%;
}
}


@media screen and (max-width: 1200px) {
.fl-node-5ee7594a68848 .uabb-image .uabb-photo-img{
	width:90% !important;
}
}


@media screen and (min-width: 992px) and (max-width: 1150px){
.testimonial{
    margin-top: 100px;
}

.fl-page-nav .navbar-nav>li>a.nav-link{
padding:15px 10px !important;
}
.fl-page-nav-right.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav>li>a.nav-link, .fl-page-header-fixed .fl-page-nav-wrap .navbar-nav>li>a.nav-link{
	    padding: 10px 12px !important;
}
}






@media only screen and (max-width: 1024px){
header.fl-page-header.fl-page-header-primary {
    top: 0px;
}

.fl-page-header-primary .fl-logo-img{
    top: 50%;
    transform: translateY(-50%);
}
.mobile-top-header {
    display: block;
    text-align: center;
    padding: 0;
    background-color: #333;
    line-height: normal;
    position: relative;
    margin-top: 0;
    height: 4px;
}
.fl-page-bar .fl-social-icons i.fas, .fl-page-bar .fl-social-icons i.fab {
    font-size: 16px;
    width: 34px;
}
ul.top-contact-info li:after {
  display: none;
}
.mobile-top-header.active {
    text-align: center;
    background-color: #2a54a0;
    height: 4px;
    z-index: 99999;
    position: fixed;
    top: 0;
    width: 100%;
}
.mobile-top-header span.toggler {
    color: #FFF;
    z-index: 99999;
}
.mobile-top-header span.toggler i{
    border-radius: 100%;
    margin-top: 0;
    position: absolute;
    top: -25px;
    padding-top: 27px;
    left: 50%;
    width: 45px;
    height: 45px;
    transform: translate(-50%, 0%);
    color: #FFF;
    background-color:#333;
    z-index: 9999;
    font-size: 15px;
}
.fl-page-bar-row .fl-page-bar-text {
    text-align: center;
    width: 100%;
}
.mobile-top-header.active span.toggler i{
    background-color:#2a54a0;
}
.mobile-top-header.active span.toggler i:before{
    content: "\f30c";
}
.fl-page-bar .container .col-md-6.text-left, 
.fl-page-bar .container .col-md-6.text-right {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
.fl-page-bar-row {
    text-align: center;
}
ul.top-contact-info, .fl-page-bar .container .col-md-6.text-right {
    display: inline-block;
    margin: 0;
    width: 100%;
    text-align: left !important;
    /* For IE, the outcast */
    zoom:1;
}
ul.top-contact-info li, .fl-page-bar .container .col-md-6.text-right .fl-page-bar-text, .fl-page-bar .container .col-md-6.text-right .fl-social-icons {
    display: block;
    padding: 5px 0px;
    width: 100%;
}
ul.top-contact-info li+li {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
}
ul.top-contact-info li {
    font-size: 15px;
    font-weight: 200;
    text-align: center;
    line-height: 34px;
    border-bottom: 1px solid rgba(255,255,255,.05);
    padding: 6px 20px !important;
    width: 100%;
}
ul.top-contact-info {
    padding-left: 0;
}
.get-btn {
    line-height: 30px;
    padding: 6px 20px;
    font-weight: 500;
    width: 85%;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}
.fl-page-bar .fl-social-icons {
    font-size: 8px;
    right: auto;
    position: relative;
    left: 0px;
    top: 0;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-top: 0 !important;
}
.fl-page-bar .container .col-md-6.text-right .fl-page-bar-text {
    text-align: center;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0px;
}
.fl-page-bar-text {
    text-align: left;
}
.fl-page-bar {
    position: absolute;
    top: -50%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
    width: 50%;
    margin: 0 auto;
    border-radius: 4px;
    z-index: 9999;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 3px 8px 0px rgba(255,255,255,0.5);
    box-shadow: 0px 3px 8px 0px rgba(255, 255, 255, 0.5);
    -webkit-transition-property: top, bottom !important;
    -webkit-transition-duration: 0.5s !important;
    -o-transition: 0.5s !important;
    transition: 0.5s !important;
}
.fl-page-bar.active{
top: 200px;
    transform: translateY(-200px);
    opacity: 1;
    visibility: visible;
}
.popupactive{
  overflow-y: auto;
}
.popupactive:before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: opacity 500ms;
    z-index: 99;
}
.fl-page-bar {
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
}
.fl-page-bar {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fl-page-bar.active {
    opacity: 1;
    visibility: visible;
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
.fl-page-bar.active {
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
    position: fixed;
    display: block !important;
}
@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px)}60%{opacity:1;transform:translateY(50.8%)}80%{transform:translateY(-49.8%)}100%{transform:translateY(-50%)}}@-moz-keyframes bounceInDown{0%{opacity:0;-moz-transform:translateY(-2000px)}60%{opacity:1;-moz-transform:translateY(50.8%)}80%{-moz-transform:translateY(-49.8%)}100%{-moz-transform:translateY(-50%)}}@-o-keyframes bounceInDown{0%{opacity:0;-o-transform:translateY(-2000px)}60%{opacity:1;-o-transform:translateY(50.8%)}80%{-o-transform:translateY(-49.8%)}100%{-o-transform:translateY(-50%)}}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(50.8%)}80%{transform:translateY(-49.8%)}100%{transform:translateY(-50%)}}
p.question:before{
  display: none;
}
}


@media only screen and (min-width: 1025px){
.fl-page-bar {
    height: 40px;
}
}


@media only screen and (max-width: 767px){
.fl-page-bar.active {
   width: 90% !important;
}
.uabb-blog-posts button.slick-next i{
	 transform: translate(-50%, 50%)!important;
}
.uabb-blog-posts button.slick-prev i{
transform: translate(-50%, 50%)!important;
}
.uabb-blog-posts .slick-prev{
	margin-left: 0% !important;
}
}



@media screen and (min-width: 993px) and (max-width: 1171px){

.mail .uabb-infobox-text.uabb-text-editor{
font-size: 14px !important;
}
.call .uabb-infobox-text.uabb-text-editor{
font-size: 14px !important;
}
.call p.uabb-infobox-title{
font-size: 14px !important;	
}
} 


@media screen and (min-width: 992px) and (max-width: 1330px){
.fl-page-header-primary .fl-logo-img{
	width:64% !important;
}
.fl-page-nav-right.fl-page-header-fixed .fl-logo-img, .fl-page-header-fixed .fl-logo-img{
	width:92% !important;
}
}


.fl-page-header-wrap > .container {width: 100%;}

.footer-email .uabb-text-editor a, .footer-call .uabb-text-editor a {color: #666666;}
.testi-section .owl-dots.disabled {display: none !important;}

.uabb-info-list-content-wrapper {position: relative;}
.uabb-info-list-icon {position: absolute;top: 6px;left: 0;}
.uabb-info-list-content {padding-left: 43px;}

ul.list {padding: 0px;margin: 0px;list-style: none;}
ul.list li {margin-bottom: 14px;background: url(images/icon.png) no-repeat 2px 5px;padding-left: 37px;}
ul.list.number li {padding-left: 0px;background: none;}
.uabb-text-editor strong {color: #323746 !important;}

.uabb-text-editor h3{color: #323746 !important;font-size: 25px !important;font-weight: bold;font-family: "Poppins",sans-serif !important;}
strong.title-incontent{color: #323746 !important;font-size: 25px !important;font-weight: bold;font-family: "Poppins",sans-serif !important; margin:0px;}
.clos-img .uabb-text-editor img {display: inline-block;}
.clos-img .uabb-text-editor {text-align: center;}
ul.list li strong.one {color: #39a5f0 !important;}

.gfield.field-text {color: #002742;}
.form-section.contact-page {margin-bottom: 20px;}

.uabb-text-editor a:hover {color: #666;}
.uabb-image-carousel-item:hover h4.uabb-image-carousel-caption {color: #39a5f0 !important;}
div.uabb-image-carousel .slick-next, div.uabb-image-carousel .slick-prev {top: 53% !important;}
footer {  padding-bottom: 0px; }

::-webkit-input-placeholder {
 font-size:16px;
}

:-moz-placeholder { /* Firefox 18- */
 font-size:16px;
}

::-moz-placeholder {  /* Firefox 19+ */
 font-size:16px;
}

:-ms-input-placeholder {
 font-size:16px;
}

@media only screen and (min-width: 400px){
	.owl-carousel .owl-stage .owl-item{margin: 20px 20px; margin-top:90px !important;}
}


@media only screen and (max-width: 400px){
.ginput_recaptcha iframe{transform: scale(0.8);margin-left: -30px;}
.uabb-image-carousel-caption{font-size: 16px !important; line-height: 23px !important;}
.owl-carousel .owl-stage .owl-item{ }

}

@media only screen and (max-width: 768px){
	.testimonial-name span {display: inline-block;}
	.cta-phn h2.uabb-infobox-title {font-size: 38px !important;}
}

@media only screen and (min-width: 768px){
	.cta-phn h2.uabb-infobox-title {font-size: 38px !important;}
	.testimonial-name span.first {padding-right: 15px;margin-right: 15px; position:relative;}
.testimonial-name span.first:after {content: "";background: #323746;width: 2px;height: 15px;position: absolute;top: 5px;right: 1px;}
	
}

@media only screen and (min-width: 641px) and (max-width: 1000px){
	.gform_footer.top_label {text-align: right !important;float: right;margin-top: -81px !important;width: auto !important;}
}

@media only screen and (max-width: 992px){
.fl-page-nav .navbar-nav>li.current_page_item>a.nav-link, .fl-page-nav .navbar-nav>li>a.nav-link:hover {color: #000 !important;}

}

@media only screen and (min-width: 993px){
	ul#menu-services{column-count: 2;}
	ul#menu-quick-links{column-count: 2;}
}

@media only screen and (min-width: 1000px){
.gform_footer.top_label {text-align: right !important;float: right;margin-top: -81px !important;width: auto !important;}.fl-page-header-primary .fl-logo-img{right: 50px !important;     left: inherit;}
.fl-page-header-fixed .fl-page-header-logo {text-align: right;}
}

@media only screen and (min-width: 1000px) and (max-width: 1642px){
.fl-page-header-container.container{ padding-top: 0; padding-bottom: 0;}
.fl-page-header-primary .fl-logo-img{right: 73px!important;}
.fl-page-nav .navbar-nav>li>a.nav-link{padding:11px 23px !important}
.fl-page-nav-right .fl-page-nav ul.navbar-nav{padding-left: 8%;}
.fl-page-fixed-nav-wrap .fl-page-nav ul.navbar-nav {padding-left: 17%;}
}
@media only screen and (min-width: 1200px) and (max-width: 1642px){

}
@media only screen and (min-width: 400px){
	div#smart-button-container{
		width: 350px;
		margin: 0 auto 20px auto;
	}
}

div#smart-button-container {

    background: #f5f5f5;
    padding: 20px;
    border: 1px solid #ddd;
}
div#smart-button-container p {
    margin-bottom: 0px !important;
}

