body {
	font-family: 'B612', sans-serif;
	font-size: 13px;
	font-weight: 300;
    background: #fff;
}
.whatsapp{
        position: fixed;
        right: 0px;
        top: 75%;
    }
    .whatsapp h5{
        color: white;
        background:#20b20f;
        padding: 5px;
        border-radius: 10px;
        font-size: 15px;
    }
 /*----social-----*/
 .social .fa{
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.social .fa:hover{
    opacity: 0.7;
}

 /* ======= Social Plugin ======*/
.floating-call-mobile1 {
    position: fixed;
    bottom: 15px;
    width: 55px;
    height: 55px;
    border-radius: 100px;
    background: #28a7454c;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 15px;
}
.floating-call-mobile {
   position: fixed;
    bottom: 15px;
    width: 55px;
    height: 55px;
    border-radius: 100px;
    background: #f443365c;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 15px;
}
.floating-call-mobile a {
    color: #fff;
    font-size: 24px;
    z-index: 999;
}
.circle {
    border-radius: 50%;
    background-color: #f443365c;
    width: 110px;
    height: 110px;
    position: absolute;
    opacity: 0;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
}
.floating-call-mobile1 a {
    color: #fff;
    font-size: 24px;
    z-index: 999;
}
.circle1 {
    border-radius: 50%;
    background-color: #28a7454c;
    width: 110px;
    height: 110px;
    position: absolute;
    opacity: 0;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
}
@keyframes scaleIn { from { transform: scale(.5, .5); opacity: .5; } to { transform: scale(2.5, 2.5); opacity: 0; } }
    
a, button { transition: all 0.3s ease; }
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}
.col-md-06{
    background-color: yellow;
}
p:last-child { margin-bottom: 0; }

.tm-page-wrap { 
    max-width: 1400px;
    background: white;
    margin-top: 440px;
}
p{
    font-size: 14px;
}
.tm-container-outer {
    max-width: 1400px;
    margin: 0 auto;    
}

.tm-content-box { box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
.tm-text-gray { color: #787676; }

.tm-text-highlight {
    color: #c66995;
    font-weight: 600;
}

.tm-bg-primary { background: #69c6ba; }
.tm-bg-highlight { background: #c66995; }

.btn-primary {
    background: #15585e;
    border: none;
    border-radius: 0;
    outline: none;
    text-align: left;
}

.btn-primary:hover { background: #c66995; }
.tm-top-bar .navbar-expand-lg .navbar-nav .nav-link { padding: 12px 30px; }
.tm-top-bar .navbar-expand-lg .navbar-nav .nav-link:hover{
  color: #15585e;
}
.collapse{
        background-color: #ffffff;
    height: 50px;
    border-radius: 5px;
    margin-left: 335px;
}
.tm-top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;

}

.tm-top-bar.active {
    height: 60px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);

}

.tm-top-bar.active .navbar-expand-lg .navbar-nav .nav-link { padding: 20px 35px; }
.tm-top-bar.active .navbar-brand { font-size: 1.4rem; }

.tm-top-bar .navbar-brand img {
    width: 60px;
    height: auto;
}

.tm-top-bar.active .navbar-brand img { width: 40px; }
.tm-top-bar-bg { height: 119px; }
.tm-top-bar a { color: #c4c4c4; }

.navbar-brand {
	font-size: 2.2rem;    
    text-transform: uppercase;    
}

.navbar {
    font-weight: 700;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.nav-link.active, .nav-link:hover {	
    color: #fff;
    	
}
.active{
  background-color: #15585e;
  color: #fff;  
  
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(104, 199, 187)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler { 
    border-color: #ffffff00;
    border-radius: 0;
    cursor: pointer;
}
.arrow{
    float: right;
    margin-right: 30px;
    /*position: relative;
    margin-top: -100px;
    z-index: 9999;*/
}
.arrow button{
    margin-right: 5%;
    margin-left: 88%;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10%;
}
.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%);
}
.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
}
.slider-text{
    margin-top: -27%;
    width: 38%;
    margin-left: 70px;
    text-shadow: 1px 1px 4px black;
}
.form h5{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.suc-radio{
    background-color: #000;
    padding: 10px 25px 10px 25px;
    color: white;
    border-radius: 5px;
    margin-bottom: 30px;
}
.bg{
    background-color: #15585e;
}
.suc-radio1{
    background-color: #15585e;
    padding: 10px 25px 10px 25px;
    color: white;
    border-radius: 5px;
    margin-bottom: 30px;
}
.tm-banner-title {
    font-size: 3rem;
    margin-bottom: 10px;
}
.tm-banner-subtitle {
    font-size: 1.5rem;
    margin-top: 10px;
    letter-spacing: 7px;
}
.suc-radio2{
    float: right;
}
.radio-button{
    margin: auto;
    display: flex;
    justify-content: center;
}

.tn-content p{
    color: #15585e;
    text-align: justify;
}
.tn-content .col-md-06{
    float: left;
}
.offers{
        border: 1px solid white;
    padding: 18px;
    float: left;
    color: white;
    margin: 20px;
    width: 21%;
    text-align: center;
    
    
}
.offer{
    background-color: #15585e;
    padding: 10px;
    height: 215px;
}
.offer h4{
    color: white;
    text-align: center;
    text-shadow: 1px 0px 2px
}
.offers p{
    color: yellow;
}
.about{
    background-color: white;
    margin-top: 180px;
    position: relative;
}
.about-content{
    max-width: 1140px;
    padding-top: 50px;
    margin: auto;
}
.about p{
     color:#8a8b8b;
}
.policy{
    min-height: 600px;
    position: relative;
}
.cancel{

    min-height: 230px;
    position: relative;
}
.tablepress tfoot th, .tablepress thead th {
    background-color: #d9edf7;
    font-weight: 700;
    vertical-align: middle;
}
.tablepress thead th {
    border-bottom: 1px solid #ddd;
}
.tablepress td, .tablepress th {
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none!important;
}
.tablepress tbody td, .tablepress tfoot th {
    border-top: 1px solid #ddd;
}
.tablepress .odd td {
    background-color: #f9f9f9;
}



.tm-banner-subtitle1 {
    font-size: 20px;
    margin-top: 10px;
    letter-spacing: 2px;
    background-color:#343a40;
}
.tm-banner-row1 {
    position: relative;
    z-index: 100;
    justify-content: center;
    padding-top: 50px;
}
.tm-search-form1 {
    background-color: #f5f6f6;
    padding: 25px 25px 15px;
    width: 100%;
    max-width: 400px;
    margin-left: 15px;
    margin-right: 15px;
}

.tm-banner-header { color: white; }
.tm-banner-overlay {
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: auto;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
}
.tm-banner-bg {   
    min-height: 600px;
    position: relative;
}
.tm-banner-row { 
    position: relative;
    z-index: 100;
    justify-content: center;
    padding-top: 25px;
}
.tm-banner-row-header { text-align: center; }
.tm-down-arrow-link { 
    color: white;
    background-color: #69c6ba;
    border-radius: 50%;
    padding: 10px 15px;
    margin-top: 0px;
    display: inline-block;
}

.tm-down-arrow-link:hover,
.tm-down-arrow-link:focus {
    color: white;
    background-color: #c66995;
}

/* Search form */
select.tm-select.form-control:not([size]):not([multiple]) { height: 45px; }
.form-control {
    font-size: 0.8rem;
    padding: .75rem;
}

label { font-weight: 700; }
.tm-search-form {
    background-color: #f5f6f6;
    padding: 25px 25px 15px;
    width: 100%;
}

.tm-form-group { float: left; }
.tm-form-group-pad { padding: 0 8px; }
.tm-form-group-1 { width: 50%; }
.tm-form-group-2 { width: 50%; }
.tm-form-group-3 { width: 25%; }
.form-control { border-radius: 0; }

.tm-btn {
    cursor: pointer;
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 400;  
    padding: 12px 20px;
}

.tm-btn-white { background: white; }
.tm-btn-white-primary { color: #69c6ba; }
.tm-btn-white-highlight { color: #c66995; }

.tm-btn-white-primary:hover,
.tm-btn-white-primary:focus,
.tm-btn-white-primary:active {
    background: #c66995;
    color: white;
}

.tm-btn-white-highlight:hover,
.tm-btn-white-highlight:focus,
.tm-btn-white-highlight:active {
    background: #69c6ba;
    color: white;
}

.tm-btn-search { width: 100%; }

.tm-btn-search:hover,
.tm-btn-search:active,
.tm-btn-search:focus {
    background: #c66995;
}

.tm-bg-gray { background-color: #efefef; }
.tm-about-text-wrap { max-width: 830px; }

.tm-right {
    display: inline-block;
    float: right;
}

.tm-slideshow-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tm-slideshow-section-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.tm-slideshow { width: 50%; }

.tm-slideshow-description {
    padding: 50px;
    color: white;
    width: 48%;
    z-index: 100;
    margin-left: -42px;
}

.tm-slideshow-description-left {
    margin-left: auto;
    margin-right: -42px;    
}

.tm-position-relative { position: relative; }

.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
}

.slick-prev, .slick-next,
.slick-prev:focus,
.slick-prev:active,
.slick-next:focus,
.slick-next:active {
    background: rgba(0,0,0,0.5);    
}

.slick-prev:before, .slick-next:before { font-size: 22px; }

.slick-prev:hover,
.slick-next:hover {
    background: #69c6ba;
}

.tm-slideshow-highlight .slick-prev:hover, 
.tm-slideshow-highlight .slick-next:hover {
    background: #c66995;
}

.slick-prev {
    left: auto;
    right: 95px;
    z-index: 1000;
}

.tm-right .slick-prev {
    left: 42px;
    right: auto;
}

.slick-next { right: 42px; }

.tm-right .slick-next {
    right: auto;
    left: 94px;
}

/* Tabs */
.tm-tabs-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    background: #69c6ba;
}

.tm-tab-link {
    padding: 30px 25px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    font-size: 0.9rem;
    height: 100%;
}

.tm-tab-link:hover { color: white; }

.tm-tab-link-li {
    background: transparent;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    transition: all 0.3s ease;    
}

.tm-tab-link:hover,
.tm-tab-link.active {
    background: #c66995;
}

.tab-pane {
    max-width: 970px;
    margin: 60px auto;
}

.tm-recommended-place {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    margin-bottom: 25px;
}

.tm-recommended-title {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    color:black;
}
.tm-recommended-description-box {
    background-color: white;
}
.tm-recommended-img { width: 270px; }

.tm-recommended-description-box {
    padding: 30px;
    width: 500px;
}

.tm-recommended-price-box {    
    background-color: #69c6ba;
    background-image: url(../img/button-curve.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    width: 200px;
    transition: all 0.3s ease;
}

.tm-recommended-price-box:hover { background-color: #c66995; }

.tm-recommended-price {
    color: white;
    font-size: 1.6rem;
    font-weight: 600;
}

.tm-recommended-price-link {
    color: white;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.tm-d-table { display: table; }

footer {
    background: #69c6ba;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;    
    font-size: 0.8rem;
    height: 63vh;
    background: #15585e;
    margin-top:85px;
}
footer h2,hr{
    color: #fff;
}

.footer-link ul li{
    list-style: none;
}
.copyright{
   background: #814746;
    position: relative;
    height: 8vh;
    
}
.copyright h2{
    position: absolute;
    margin-left: 350px;
    margin-top: 10px;
    font-size: 20px;
}
footer a { color: #fff; }

footer a:hover { color: #900; }

.footer-link{
    color: white;
    float: left;
}
.footer-link p {
    color: #fff;

}
hr{
    color: #fff;
    border-top: 1px solid #ffffff;
}
.copyright p{
    color: white;
    text-align: center;
    padding-top: 20px;
}
.tm-footer-text-highlight {
    color: white;
    font-weight: 600;
}

.tm-footer-text-highlight:hover { color: #c66995; }

.tm-contact-form {
    background: white;
    width: 470px;
    position: absolute;
    top: 100px;
    right: 100px;
    padding: 20px;
    z-index: 1000;
}

.form-control {
    background-color: #fff;
    
}

.form-control:focus {
    border-color: #69c6ba;
    box-shadow: 0 0 0 0.1rem #69c6babf;
}

.tm-name-container,
.tm-email-container {
    width: 210px;
    float: left;    
}

.tm-email-container { margin-left: 10px; }

.tm-btn-send {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 600;
}

#google-map { height: 600px; }

@media screen and (max-width: 1080px) {
    .tm-tab-link-li { width: 25%; }
    .collapse{
        margin-left: 190px;
    }
    .tm-page-wrap {
    margin-top: 320px;
}
}

@media screen and (max-width: 1100px) {
    .offers{
        width: 20%;
    }
}

@media screen and (max-width: 1033px) {
    .tm-slideshow-description { width: 55%; }
}

@media screen and (max-width: 991px) {
    .tm-top-bar .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 20px;
    background-color: #15585e;
    }
    .slider{
        margin-top: 60px;
    }
    .arrow{
        margin-top: -40px;
    }
    
    .nav-link.active, .nav-link:hover {
    color: #fff;
    background-color: #15585e;
}
    .tm-top-bar, .tm-top-bar-bg { height: auto; }

    #mainNav {
        width: 200px;
        position: absolute;
        top: 53px;
        right: 15px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
        -moz-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
        box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
    }

    .tm-top-bar {
        height: 60px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: center;
    }

    .tm-top-bar.active .navbar-expand-lg .navbar-nav .nav-link,
    .tm-top-bar .navbar-expand-lg .navbar-nav .nav-link { padding: 15px; }

    .tm-top-bar .navbar-brand { font-size: 20px; }

    .tm-top-bar .navbar-brand img {
        width: 60px;
        height: auto;
    }

    .tm-top-bar .navbar-brand img { width: 40px; }

    .tab-pane {
        margin-left: 20px;
        margin-right: 20px;
    }

    .tm-recommended-description-box { 
        width: 450px;
        background-color: white;
        
    }
}

@media screen and (max-width: 986px) {
    .tm-slideshow-section { flex-direction: column; }
    
    .tm-slideshow,
    .tm-slideshow-description {
        width: 100%;
        max-width: 700px;
    }
    .arrow button{
        margin-left: 80%;
        margin-top: 8%;
        z-index: 999;

    }
    .tm-slideshow-description {        
        margin-right: auto;
        margin-left: auto;
    }
    .navbar{
        background: #15585e;
        width: 100%;
    }
    .slider-text{
        display: none;
    }
    .slick-prev, .slick-next {
        bottom: 0;
        top: auto;
    }

    .tm-contact-form {
        position: static;
        width: 100%;
    }

    .tm-name-container,
    .tm-email-container {
        width: 49%;
    }

    .tm-email-container {
        margin-left: 0;
        float: right;
    }
    .offer{
        height: 710px;
        margin-top: 280px;

    }
    .offers{
        max-width: 93%;
        float: left;
        width: 100%;
    }
    footer{
        height: 72vh;
    }
    .copyright p{
        padding-top: 16px;
    }

}

@media screen and (max-width: 860px) {
    .tm-recommended-description-box { width: 350px; }
    .tm-top-bar{
        background-color: #15585e;
    } 
}

@media screen and (max-width: 826px) {

    .tm-banner-row-header { padding-top: 120px; }

    .tm-recommended-place-wrap {
        display: flex;
        flex-wrap: wrap;
        max-width: 600px;
        margin: 0 auto 15px;
    }

    .tm-recommended-place {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 270px;
    }

    .tm-recommended-price,
    .tm-recommended-price-link {
        position: relative;
        z-index: 1000;
    }

    .tm-recommended-price { padding-top: 50px; }

    .tm-recommended-price-box {
        width: 270px;
        height: 180px;        
        position: relative;
        overflow: hidden;
        padding-left: 0;
        background-image: none;
    }

    .tm-recommended-price-box:after {
        content: "";
        position: absolute;
        width: 180px;
        height: 270px;
        top: -45px;
        left: 45px;
        z-index: 27;
        background: url(../img/button-curve.png) 0 0 no-repeat;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        background-size: auto 100%;      
    }

    .tm-recommended-price-box,
    .tm-recommended-price-box:hover {
        background-size: cover;
    }

    .tm-recommended-description-box {
        width: 270px;
        background-color: white;
        
    }
    .tm-top-bar{
        background-color: #15585e;
    }
    .about{
        margin-top: -110px;
    } 
}

@media screen and (max-width: 768px) {
    .tm-banner-row {
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .arrow button{
        margin-left: 80%;
        margin-top: -20%;
        z-index: 999;

    }
    .tm-page-wrap {
    margin-top: 30px;
}

    .offer{
        height: 710px;
        margin-top: 364px;

    }
    .offers{
        max-width: 92%;
        width: 100%;
    }
    .tm-banner-header { margin-top: 100px; }
    .tm-banner-subtitle1 {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 2px;
    background-color:#343a40;
}

    .tm-form-group-1,
    .tm-form-group-2,
    .tm-form-group-3 {
        width: 100%;
    }  

    .tm-top-bar{
        background-color: #15585e;
    }  
    footer{
        height: 760px;
    }
    .copyright{
        margin-top: 96px;
        top: 115%;
    }
    .copyright p{
        margin-top: -527px;
        padding-top: 16px;
    }
}
@media screen and (max-width:600px){
       .offers{
      width: 100%;
     max-width: 90%;
    }
    .offer{
        height: 772px;
        margin-top: 426px;
        top: 33px;
    }
.arrow button{
        margin-left: 80%;
        margin-top: -15%;
        z-index: 999;

    }
footer{
    height: 768px;
}
.copyright p{
    top: 361px;
    padding-top: 14px;
}

}
@media screen and (max-width: 450px){
    .arrow button {
    margin-left: 78%;
    margin-top: -15%;
    z-index: 999;
}

.offer{
    height: 765px;
    margin-top: 656px;
    width: 100%;
}
.offers{
    width: 100%;
    max-width: 90%;
}
footer{
    height: 160vh;
}
.copyright p {
    color: white;
    text-align: center;
    margin-top: 66px;
    
}
.copyright{
    height: 13vh;
    margin-top: -504px;
}
.footer-link{
    margin-top: 16px;
}
.footer-link p {
    
        text-align: left;
}
.about{
    margin-top: 0px;
}
.contact{
    min-height: 1200px;
    position: relative;
}
.policy{
    min-height: 740px;
    position: relative;
}



@media screen and (max-width: 380px){
    .offers{
     width: 100%;
     max-width: 90%;
    }
    .offer{
        height: 730px;
        margin-top: 760px;
        top: 33px;
    }
    .policy{
        min-height: 850px;
    }
    footer{
        height: 165vh;
    }

}

 /* ======= Social Plugin ======*/
.floating-call-mobile1 {
    position: fixed;
    bottom: 15px;
    width: 55px;
    height: 55px;
    border-radius: 100px;
    background: #28a7454c;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 15px;
}
.floating-call-mobile {
   position: fixed;
    bottom: 15px;
    width: 55px;
    height: 55px;
    border-radius: 100px;
    background: #f443365c;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 15px;
}
.floating-call-mobile a {
    color: #fff;
    font-size: 24px;
    z-index: 999;
}
.circle {
    border-radius: 50%;
    background-color: #f443365c;
    width: 110px;
    height: 110px;
    position: absolute;
    opacity: 0;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
}
.floating-call-mobile1 a {
    color: #fff;
    font-size: 24px;
    z-index: 999;
}
.circle1 {
    border-radius: 50%;
    background-color: #28a7454c;
    width: 110px;
    height: 110px;
    position: absolute;
    opacity: 0;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
}
@keyframes scaleIn { from { transform: scale(.5, .5); opacity: .5; } to { transform: scale(2.5, 2.5); opacity: 0; } }