@charset "utf-8";
 
 


@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Regular.eot');
	src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Poppins-Regular.woff') format('woff'),
		url('fonts/Poppins-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #000;
	font-family: 'Poppins';
	font-size: 14px;
   

}
ul {
	list-style:none;
	padding: 0px;
	margin: 0px;
	
}

a {
	color: #fff;
}
.container-warpar {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}


.first-one{ width:100%; color:#000; padding:14px 0px; font-size:14px; }
.first-one ul {}
.first-one ul li{display:inline-block;padding:5px;font-size: 17px;color:#000;}
.first-one .fa{color:#0545fd;font-size:15px;}
.first-one a{color:#000;}
.first-one a:hover{text-decoration:none;}
.book{background-color:#0545fd;color:#fff !important;padding:7px 15px;border-radius:5px;border:0px;}
.book:hover{background-color:#66b132;}
.logo{background-color:#F0F0F0;padding:10px 0px;display:inline-block;width:100%;}
.first-1{width:100%; background-color:#66b132;}


.lest{background-color:#66b132; color:#fff; text-align:center;padding: 15px 0px 3px 0px;display:inline-block;width:100%;}
.lest span{color:#0545fd;}
.lest p{font-size:12px;}
.carousel-indicators .active {
    background-color: #2980b9;
}


.secound{ line-height:27px;    display: inline-block;
    width: 100%;padding:100px 0px;}

.secound .col-md-6{padding:0px}
.secound h3{color:#f66400;margin-top:0px;}
.secound h1{font-weight:600;color:#0545fd;margin-top:0px;}
.secound p{text-align:justify;padding-right:30px;}
.book1{background-color:#0545fd;color:#fff !important;padding:7px 15px;margin:15px 0px;border:0px;}
.book1:hover{background-color:#000;}

.thrd{background: url("../images/back.jpg") no-repeat center center / cover; padding-top: 100px;padding-bottom: 70px;min-height:400px;}

.thrd h2{font-weight:600;color:#fff;margin-bottom: 80px;margin-top:0px;text-align:center; }
.thrd h4{text-align:center;color:#fff;margin-bottom:50px;}
/* .thrd img:hover{opacity:0.8} */

.window	{padding:80px 0px; display:inline-block; width:100%;}
.window h1{text-align:center;margin-top:0px;color:#0545fd;font-weight:600;}

.client{padding:40px 0px;background: url("../images/back1.jpg") no-repeat center center / cover;}
.treat img{transform-style: preserve-3d;
  transition: all 1.0s linear; margin:0 auto;}
		  .treat img:hover{transform: rotateY(180deg);
 }
  @keyframes rotate-btn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.user-icon{width:50px;height:50px;background:#f56800;margin:0 auto;border-radius:25px;}
.user-icon i{font-size:35px;color:#fff !important;line-height:47px;}
#home-testimonial h1{color:#453593!important;text-align:center;}
#home-testimonial {padding:40px 0px;}
#testimonial4{
  overflow: hidden;
 
  position: relative;
  background: #fff;
  padding-bottom:40px;
}
	
	#testimonial4{
  overflow: hidden;
 
  position: relative;
  background: #fff;
  padding-bottom:40px;
}
#testimonial4 .carousel-inner{
  width: 100%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #f56800;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #000;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #55576C;
  font-size: 15px;
    margin: 25px 0 25px 0;
	font-weight:medium;

}
.testimonial4_slide .fa{font-size:25px;color:#f56800;padding:0px 10px;}

.testimonial4_slide h4 {
  color:#000;
  font-size: 24px;
  font-weight: bold;
text-align:left;
margin-top:0;
}
.testimonial4_slide h6{
text-align:left;color:#f56800;font-size:14px;
}


#backtotop {
	z-index: 999;
	display: inline-block;
	position: fixed;
	visibility: hidden;
	bottom: 60px;
	right: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	opacity: .2
}
#backtotop i {
	display: block;
	width: 100%;
	height: 100%;
	line-height: inherit;
	background-color: #2957a4;
border-radius: 5px;
}
#backtotop.visible {
	visibility: visible;
	opacity: 1
}
#backtotop:hover {
	opacity: .5
}
.faico a, .icon, #mainav *, #backtotop {
	transition: all .3s ease-in-out
}



.final{background-color:#2b2b2b;  color:#FFF;padding: 40px 0px;  }

.final h4{ font-size:25px;font-weight:bold; letter-spacing: 1px;padding: 0px;  margin-bottom: 20px; color:#66b132;margin-top: 30px;}

.ser{margin-left:17px;}
.ser li{list-style-image:url("../images/list-icon.png");    font-size: 13px;
    line-height: 22px;}
	.ser li a{color: #fff;}
	.ser li a:hover{color: #66b132;}
	
	.social{color:#0C172B; padding:0px; margin:0px;display: inline-block;}
.social li{float: left;padding: 0px;margin: 6px 8px 0px 8px;}
.social li a{color:#0C172B;}
.social li .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size:17px;
    color: #fff;
	background-color:#66b132;
	border:1px solid #66b132;
    text-align: center;
}
.social li .fa:hover {border:1px solid #fff;background-color:#fff; color:#66b132;}
	
	
.footer-content a{color: #c7c7c7;font-size: 13px;}

.single-address-box {
 
  overflow: hidden;    
  
}
.address-icon i {
  font-size: 18px;
  padding-left: 2px;color:#66b132;
}
.single-address-box:last-child {
   
}
.address-text {
    float: left;
    width: calc(100% - 40px);
}
.address-text a{    color: #fff;}
.address-icon {
    float: left;
    width: 30px;
}
.address-text > p {
   text-align:left;line-height:20px;color: #ffffff;
}

.app input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), select, textarea {
    font-size: 13px;
    background: #fff;
    border: 1px solid #ececec !important;
    padding: 7px 20px;
}
.app input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), select, textarea {
    display: block;
    border: none;
    background: #f5f5f5;
    width: 100%;
    outline: none !important;
    line-height: 40px;
    height: 40px !important;
    padding: 0 20px;
    color: #414141;
    font-size: 15px;
    font-weight: 400;
}

.modal-header{background-color: #66b132;}
.modal-title{font-weight: 600;
    font-size: 20px;color:#fff;}
.close{color:#fff;opacity:10;}


.banner-one{position: relative;
    text-align: center;
    padding: 80px 0px 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;}
.banner-one h1{color:#fff;text-align:center;text-transform:uppercase;font-weight:600;font-size:30px;}
.banner-one p{color:#fff;text-align:center;font-size:13px;}
.banner-one p a{color:#fdb314;}


.about{margin:100px 0px;}
.about h3{color:#ffbc04;margin-bottom:0px;margin-top:0px;text-transform:uppercase;}
.about h1{color:#66b132;margin-top:0px;font-weight:600;}
.about p{color:#333;line-height: 23px;
    text-align: justify;}
	
	.best_contact_area .best_left_bg {
    padding: 60px 0px;
}
.best_left_bg {
    background: url(../images/subcribe-bg.jpg) no-repeat scroll center 0;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
}
.best_left_bg:before {
    content: '';
    background: url(../images/subcribe-bg-pattern.png) no-repeat center 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    background-size: cover;
    opacity: 0.30;
}
.best_contact_area .best_left_bg .best_left_content {
    max-width: 585px;
    float: right;
}
.best_contact_area .best_right_content img {
    max-width: 100%;
    width: 100%;
    height: 500px;
}
.best_contact_area .best_left_bg .best_left_content h3 {
    font-size: 36px;
    color: #fff;
   margin-top:0px;margin-bottom:20px;
    font-weight: 600;
}
.best_contact_area .best_left_bg .best_left_content h3 small{color:#fff; }
.best_contact_area .best_left_bg .best_left_content p {
    line-height: 25px;
    font-size: 15px;
    color: #fff;
  
    padding-right: 15px;
   
    padding-bottom: 20px;
}
.best_contact_area {
    height: 500px;
    overflow: hidden;
}


.panel-group .panel{
            background-color: #fff;
            border: none;
            border-bottom:5px solid rgba(0, 0, 0, 0.68);
            box-shadow: 0 5px 5px rgba(0,0,0,0.5);
            border-radius: 0px;
            margin-bottom:10px;
            margin-left: 60px;
        }
        .panel .panel-heading{
            padding: 0;
            border: none;
            border-radius: 0px;
            position: relative;
        }
        .panel-heading a{
            display: block;
            border:none;
            border-bottom:1px solid transparent;
            padding:15px 20px 15px 30px;
            font-size: 18px;
            background-color:#101010;
            
            position: relative;
            color:#fff !important;
            box-shadow:none;

        }
        .panel-heading a:before{
            content: "\f102";
            font-family: fontawesome;
            text-align: center;
            font-size: 18px;
            position: absolute;
            left: -58px;
            top: 0;
            width: 58px;
            height: 58px;
            line-height: 58px;
            background-color:#2da703;
            border-bottom:5px solid rgba(0,0,0,0.4);
            border-right:2px solid rgba(0,0,0,0.4) ;
            box-shadow: 0 5px 5px rgba(0,0,0,0.5);
            border-radius: 5px 0 0 5px;
            transition:all 0.3s ease 0s;
        }
        .panel-heading a.collapsed:before{
            content: "\f103";
        }
        #accordion .panel-body{
            background-color:#ffffff;
            
            line-height: 28px;
            padding:15px ;
            border:none;
           
            position: relative;
        }
		
.why{margin:60px 0px;}
.page_banner {
    background-image: url(../images/banner-section-bg.jpg);
}
.ls .scheme_background {
    background-color: #ffffff;
}
.border_radius_4 {
    border-radius: 4px;
}
.banner {
    padding: 40px;
}
.banner .banner-content {
    position: relative;
    padding: 30px 20px 45px;
    border: 4px solid #0545fd;
    background-image: url(../images/banner-bg.png);
    background-size: cover;
    background-position: center;
}
.border_radius_4 {
    border-radius: 4px;
}
.ls .scheme_background {
    background-color: #ffffff;
}
.banner .banner-content div {
    padding: 10px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -112px;
}
.section_padding_50 > [class*="container"] {
    padding-top: 50px;
    padding-bottom: 50px;
}
.banner .banner-content .icon {
    width: 42px;
    height: 42px;
    bottom: auto;
    top: -21px;
    margin-left: -21px;
    background-image: url(../images/tooth-color.png);
    background-position: center;
    background-repeat: no-repeat;
}
.fontsize_24 {
    font-size: 26px;
    line-height: 1.6;color:#333;
}
.bottommargin_10 {
    margin-bottom: 10px;
}
.ls .highlight2 {
    color: #e04f4f;    font-weight: 600;    font-size: 20px;
}
.banner .banner-content div {
    padding: 10px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -112px;
}
.theme_buttons.color1 a, .theme_button.color1 {
    background-color: #0545fd;
    border-color: #0545fd;
	    color: #ffffff;
}
.theme_button.color1:hover{    color: #0545fd;background-color: #fff;
    border-color: #0545fd;}
.theme_buttons a, .theme_button {
   
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 11px 28px 11px;
    margin-bottom: 4px;
    line-height: 1;
    display: inline-block;
    min-width: 8.5em;
    text-align: center;
    color: #ffffff;
    border: 2px solid #3c3c3c;
    background-color: #3c3c3c;
    border-radius: 2px;
    position: relative;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}
.bg-silver-light {
    background-color: #F7F8FA !important;
}
.section-title {
    margin-bottom: 30px;
}
.bg-white {
    background-color: #fff !important;
}
.p-20 {
    padding: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.bg-white h3 a{color:#222222;font-size:20px;font-weight:400;}
.bg-white h3 a:hover{color: #999999;}
.btn-theme-colored {
    color: #fff;
    background-color: #1196CC;
    border-color: #1196CC;border-radius:0px;
}
.btn-theme-colored:hover{
	    color: #fff;
    background-color: #0a5b7c;
    border-color: #073f56;
}
.bg-white img{    max-width: 100%;}
.bg-white p{color: #777777;}

#depertment{padding:60px 0px;}
.line-height-1{font-weight:600;color:#000;}



.with_border {
    border: 1px solid #f0f0f0;margin-bottom:30px;
}
.with_border.thick_border .item-media {
    margin: -2px;
}
article .item-media, .theme-vertical-item .item-media {
    border-top: 4px solid #66b132; 
}
.entry-thumbnail img {
    background-color: #ffffff;
	    max-width: 100%;
    height: auto;
}
.with_border .entry-header {
    margin: -2px -2px 0;
}
.ls .scheme_background {
    background-color: #ffffff;
}
article .entry-header, .theme-vertical-item .entry-header {
    position: relative;
    z-index: 1;
}
article .entry-header > a{display: block;
    line-height: 24px;
    background-color: rgba(102, 177, 50, 0.32);
	}
	
	article .entry-header > a:hover{background-color:#66b132;}
	article .entry-header > a:hover .entry-date{color:#fff;}
	
	.ls a {
    color: #66b132;
}
.entry-date {
   
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #66b132;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
h4.entry-title {
    margin: 0;
    text-transform: none;
    
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
	color: #3c3c3c;
}
article.vertical-item .item-content {
    padding: 30px 40px 0;
}
.item-content p{color: #787878;text-align:center;}
.item-content1{padding:30px;}
.item-content1 p{color: #333;text-align:left;line-height:27px;}
.item-content1 h4{font-weight:600;color: #333;}

article .item-content hr, .theme-vertical-item .item-content hr {
    margin: 34px 0 0;
}

.post-meta {
    padding: 10px 40px;
}
.post-meta > span {
    display: inline-block;
}
.post-meta > span i {
    font-size: 18px;color: #66b132;
}

.with_padding{padding: 35px 40px;}

.post-meta > span + span {
    margin-left: 36px;
}
.media-middle a{color:#333;font-weight:600;margin-bottom:10px;}
.media-middle a:hover{color:#66b132;}


.divider{padding:60px 0px;}
.divider h3{color: #222222;font-weight:600;}
.mb-60 {
    margin-bottom: 60px !important;
}
.text-theme-colored {
    color: #66b132 !important;font-size: 36px ;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.text-gray {
    color: #808080;font-size:14px;line-height: 23px;
}
.bg-lighter {
    background-color: #f7f7f7 !important;
}


.bg-lighter .form-control {
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    border: 1px solid #eeeeee;
}
.bg-lighter textarea.form-control {
    height: auto !important;
}


.single-project-item .img-holder {
  display: block;
  overflow: hidden;
  position: relative;     
}
.single-project-item .img-holder img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;   border: 3px solid #66b132;
}
.gall .col-md-4{padding:5px;}

.single-project-item .img-holder .overlay .box {
  
}
.single-project-item .img-holder .overlay .box .content {
  
}
.single-project-item .img-holder .overlay .box .content a h3 i{
	background-color:#66b132;
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 3px;
  transition: all 500ms ease;
  padding: 10px;
    border-radius: 30px;
}


.single-project-item:hover .img-holder .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1,1);
  transform: rotateY(0deg) scale(1,1);      
}
.single-project-item:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



/* Overlay styles */
.overlay{
  background-color: rgba(0,0,0, .60);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;	
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5,0.5);
  transform: rotateY(180deg) scale(0.5,0.5);    
}
.overlay .box{
  display: table;
  height: 100%;
  width: 100%;    
}
.overlay .box .content{
  display: table-cell;
  text-align: center;
  vertical-align: middle;    
}

.serv{padding:80px 0px;}
.serv h3{color: #66b132;
    margin-bottom: 20px;
    margin-top: 15px;font-size:20px;
    }
.serv p{color: #333;
    line-height: 27px;
    text-align: justify;}	
.halit  h3{color: #ffbc04;text-align:center;font-size:20px;
    margin-bottom: 20px;
    margin-top: 0px;
    }
	
.halit p{text-align:center ;font-size:14px}	

.why ul li{color: #333;
    line-height: 27px;
    text-align: justify;font-size:14px}
	
.shak {margin-left:18px;}
.shak li{list-style-image:url(../images/icon.jpg);padding-left:30px;}	
.shak1 ul{ margin-left:20px;margin-bottom:30px;}


.shak1 li{list-style-image:url(../images/icon.jpg);color: #333;
    line-height: 27px;
    text-align: justify;}	
	
	
.general{margin-bottom:75px;}
.vir{padding:80px 0px;}
.vir h2{color:#0545fd;}

 @media (max-width:1200px) {
	
    
 


 }
 @media (max-width:1024px) {
	
	
 }
 
 @media (max-width:991px) {
	 .best_contact_area{height:auto;}
	 .best_contact_area .best_left_bg .best_left_content{max-width: inherit;padding:0px 30px}
	 .best_contact_area .best_right_content img{height:auto}

 }
  @media (max-width:800px) {
	  
	
  }
  @media (max-width:800px) {
  
  }
  @media (max-width:767px) {
.first-1{background-color:inherit;}
.first-one img{margin-bottom:20px;}
 }
@media (max-width:640px)
{
	
	
	}
	
	@media (max-width:460px)
{
	.first-one ul li{font-size: 12px;}
}
	@media (max-width:360px)
{
	
}
@media (max-width:320px)
{
	
}

.vt-style{border:0;width:100%;height:450px;}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
 background-color: #0545fd;
    color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
    background: #fff;
}
.com-head
{
    font-size:18px;
    color:#66b132;
}
.in-link
{
    font-weight:bold;
    color:#000;
}
.in-link:hover
{
  color:#66b132;
}
.h-tag
{
    font-size: 12px !important;
    color: #000 !important;
}
.tlink
{
    color:#66b132;
}
.tlink:hover
{
    color:#000;
}


.floating-right {
    right: -47px;
}
.floating-button {
    background-color: rgba(56, 56, 56, .66);
    transform: rotate(-90deg);
    border-radius: 15px 15px 0 0;
    position: fixed;
    top: 50%;
    color: #fff;
    padding: 9px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.wa-icon {
    transform: rotate(90deg);
}

@media (min-width: 1024px) {
.floating-button {
    height: 40px;
    width: 170px;
    margin-right: -27px;;
    font-size: 1em;
}
 .wa-icon {
    height: auto;
    width: 1.2em;
}   
}

.floating-button  {color:#fff;background: linear-gradient(124deg, #0baff6, #1917a4, #e8b71d, #e3e81d, #ff176c, #1ddde8, #d11de8, #3ef983, #dd00f3);
background-size: 1800% 1800%;

-webkit-animation: rainbow 18s ease infinite;
-z-animation: rainbow 18s ease infinite;
-o-animation: rainbow 18s ease infinite;
  animation: rainbow 18s ease infinite;}

@-webkit-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@keyframes rainbow { 
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}