.feat-section h4 {
    text-align: left;
    line-height: 30px;
    letter-spacing: 1px;
}
.watsap{
    display:none !important;
}
.watsap img {
    width: 60px;
}

.watsap ul li {
    list-style:none;
}
/*.digital-page1 .gem-wrapbox-inner a {
    filter: grayscale(100%);
}

.digital-page2 img {
    filter: grayscale(100%);
}

.digital-page1 .gem-wrapbox-inner a:hover {
   filter: none !important;
}

.digital-page2 img:hover {
    filter: none !important;
}*/


ul.service_section_list li:before {
    border-radius: 0px !important;
}
.footer-new .small-body a {
    background: url(https://www.searchdego.com/wp-content/uploads/2021/06/box.png) no-repeat;
    padding-left: 20px;
    background-position-y: 6px;
}
.home-new-form {
    display: inline-table;
}

.home-new-form img.aligncenter.size-full.wp-image-3516 {
    border-radius: 100%;
}
.copyr {
    border-top: 1px solid #717171;
}
.home-testi  .vc_images_carousel {
    width: 100% !important;
    margin: 0 auto !important;
}
.home-testi .vc_carousel-slideline {
    width: 100% !important;
}

.cont-form .cf {
    background: #fff !important;
}
.gem-testimonial-text p {
    font-size: 18px;
}
.cont-form .cm {
    background: #fff !important;
}
.home-new-form .vc_col-sm-4 {
    padding-top: 5em;
}
.cont-form input.wpcf7-form-control.wpcf7-submit {
    background: #0195dd !important;
}
.footer-new {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.feat-section h6 {
    color: #fff !important;
    font-weight: 300 !important;
    font-family: "Poppins" !important;
}
.feat-section .title-h1 {
    margin-top: 20px;
}
.footer-new .title-h5 {
    font-size: 30px;
}
.addr .title-h5 {
    background: url(https://www.searchdego.com/wp-content/uploads/2020/03/blocks-image-191.png) no-repeat;
    padding-left: 65px;
    padding-bottom: 8px;
}
.looking-section h2 {
    letter-spacing: 0;
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 50px;
}

.looking-section ul.yellowbullet_list li:before {
    display: none;
}

.looking-section ul.yellowbullet_list li {
    background: url(https://www.searchdego.com/wp-content/uploads/2021/06/box.png) no-repeat;
    padding-left: 20px;
    background-position-y: 10px;
    color: #484848;
    font-size: 15px;
}

.looking-section ul.yellowbullet_list {
    padding: 0px !important;
    margin-bottom: 18px !important;
}

.looking-section p{
        color: #484848 !important;
    font-size: 15px !important;
}

.looking-section h3.title-h2 {
    letter-spacing: 0px;
}

.footer-newsletr p {
    color: #000 !important;
}

.footer-newsletr h2 {
    margin-bottom: 15px;
}

@media only screen and (max-width:768px){
.watsap {
    display: block !important;
    position: fixed;
    bottom: 20%;
    right: 5%;
    z-index: 99999;
}


}

.watsap {
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}
 
@-webkit-keyframes watsap {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes watsap {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes watsap {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes watsap {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}