@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw0aXpsog.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw9aXpsog.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw2aXpsog.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw3aXpsog.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXo.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --bg-color: #1E1E1E;
    --p-color: #FFFFFF;
    --label-color: #FFFFFF;
    --h-color: #FFFFFF;
    --foter-color: #DFC2A4;

}


body {
    background-color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif;
}

p {
    font-family: 'Montserrat', sans-serif;
    color: #333743;
}

a {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

label {
    font-family: 'Montserrat', sans-serif;
}

span {
    font-family: 'Montserrat', sans-serif;
    color: #333743;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

ul li {
    font-family: 'Montserrat', sans-serif;
}

button:focus {
    box-shadow: none !important;
}

.box {
    width: 100%;
    height: 100px;
    background: #1E1E1E;
}

.box1 {
    width: 100%;
    height: 100px;
    background: #be3e3e;
}

/*######### MENU ##########*/
.logo-dtr {
    height: 40px;
    width: 52px;
    background-color: #034159;
    position: absolute;
    top: 0;
}

.nav-menu {
    width: 100%;
    height: 110px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    position: relative;
    z-index: 9;
}

.logo-nav {
    background-color: #FFFFFF;
    padding: 5px 0;
    text-align: center;
    text-align: -moz-center;
    height: 110px;
}

.logo-nav img {
    width: 100px;
    height: 100px;
    margin-left: 40px;
}

.nav-col {
    padding: 0;
}

.nav-menu-list {
    background-color: white;
    height: 70px;
    display: flex;
}

.menu-list {
    text-align: center;
    padding: 20px 0;
    width: 70%;
    background-color: white;
}

.menu-list-ul {
    display: flex;
    justify-content: center;
}

.menu-list-ul li {
    display: inline;
    margin: 0 10px;
}

.menu-list-ul li a {
    color: #231f20;
    font-size: 15px;
    font-weight: 600;
}

.lang-list {
    background: transparent;
    border: none;
    color: black;
    font-weight: 600;
    padding: 0;
}

.lang-list:hover{
    background-color: transparent;
    color: black;
}

.lang-list:active{
    background-color: transparent !important;
    color: black !important;
}

.lang-list:focus{
    background-color: transparent;
    color: black;
}

.nav-contact-btn {
    display: flex;
    justify-content: space-around;
}
.drop-menu{
    min-width: 4rem;
}
.drop-menu li{
    margin: 0;
}

.nav-contact-btn {
    text-align: center;
    padding: 20px 0;
    width: 30%;
    background-color: white;
}

.nav-contact-btn-ul li {
    display: inline;
    background-color: #0480a7;
    padding: 7px 10px;
    margin-right: 15px;
    border-radius: 3px;
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        background-color: #034159;
    }
}

.nav-contact-btn-ul li:nth-child(1) {
    display: inline;
    background-color: #00d95f;
    padding: 7px 10px;
    margin-right: 15px;
    border-radius: 3px;
    animation: blinkerr 1.5s linear infinite;
}

@keyframes blinkerr {
    50% {
        background-color:#0a9948;
    }
}

.nav-contact-btn-ul li a {
    color: white;
    font-size: 15px;
    font-weight: 600;
}

.mobil-menu-show {
    display: none;
}

.btn-mobil-show {
    border: 1px solid #333743;
    border-radius: 0;
    padding: 2px 5px;
    color: black;
}

.nav-top {
    display: flex;
    justify-content: space-between;
    background-color: #034159;
    padding: 5px 20px;
    height: 40px;
}


.contact-nav-ul li {
    display: inline;
    margin-right: 15px;
}

.contact-nav-ul li a {
    color: white;
    font-size: 13px;
}

.fallow-nav-ul li {
    display: inline;
    margin-right: 10px;
    border-right: 1px solid #ffff;
    padding-right: 10px;
}

.fallow-nav-ul li:last-child {
    border-right: none;
}

.fallow-nav-ul li a {
    color: white;
    font-size: 13px;
}

/*######### MENU ##########*/


/*######### SLİDER ###########*/

.slider-main {
    width: 100%;
    height: 75vh;
    overflow: hidden;
}

.efes-slider {
    width: 100%;
    height: 75vh;
}

.efes-slider-inner {
    width: 100%;
    height: 75vh;
}

.efes-slider-item {
    width: 100%;
    height: 75vh;
    overflow: hidden;
}

.efes-slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*######### SLİDER ###########*/


/*######### SERVİCES ###########*/
.services-main {
    background-color: #0480a7;
    background-image: url(../images/healt-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.services-title {
    padding: 25px 0;
    text-align: center;

}

.services-title-lbl {
    color: #1E1E1E;
}

.services-title-lblll {
    color: #fff;
}

.services-title-lblll:after {
    position: absolute;
    left: calc(50% - 60px);
    display: block;
    width: 120px;
    border-bottom: 1px solid #ffffff;
    content: "";
    margin-top: 5px;
}




.services-title-h2 {
    color: white;
    margin-top: 25px;
}

/*######### SERVİCES ###########*/


/*######### HOME ABOUT ###########*/
.home-about-lbl {
    font-size: 13px;
}

.home-about-lbl:after {
    content: "";
    display: block;
    border-bottom: 1px solid #525252;
    width: 45px;
}

.home-about {
    position: relative;
    padding: 20px;
    top: 70px;
    height: 310px;
    box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
    right: -70px;
    background: white;
}

.home-about-content {
    height: 250px;
}

.home-about-link {
    height: 50px;
}

.home-about-link a {
    color: white;
    font-weight: 500;
    background-color: #0480a7;
    padding: 5px;
}

.about-home {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.about-home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.home-about-p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*######### HOME ABOUT ###########*/

/*####### Contact Banner #########*/
.contact-banner {
    background-color: #034159;
    background-image: url(../images/healt-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 250px;
    padding: 15px 0;
}


.contact-banner-text {
    display: block;
    align-items: center;
    padding: 60px 0;
}

.contact-banner-text {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 35px;
}

.contact-banner-link {
    display: block;
    text-align: center;
    padding: 100px 0;
}

.contact-banner-link a {
    color: white;
    font-weight: 500;
    background-color: #0480a7;
    padding: 10px;
}

/*####### Contact Banner #########*/



/*####### Blog #########*/
.blog-main-title {
    text-align: center;
    text-align: -moz-center;
    padding-bottom: 20px;
}



.blog-main-title-lbl::after {
    position: absolute;
    left: calc(50% - 30px);
    display: block;
    width: 60px;
    border-bottom: 1px solid #000;
    content: "";
    margin-top: 5px;
}

.blog-main-title-h2 {
    color: #000;
    margin-top: 25px;
}

.blog-card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin: 15px auto;
}

.blog-card-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-content {
    padding: 15px;
    transition-duration: .3s;
    transition-delay: .3s;
}

.blog-content-lbl {
    margin: 5px 0;
    font-size: 18px;
    transition-duration: .3s;
    transition-delay: .3s;
}

.blog-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    transition-duration: .3s;
    transition-delay: .3s;
}

.blog-card-footer-a {
    color: #231f20;
    transition-duration: .3s;
    transition-delay: .3s;
}

.blog-content:hover {
    background-color: #0480a7;
}

.blog-content:hover .blog-content-lbl {
    color: white;
}

.blog-content:hover p {
    color: white;
}

.blog-content:hover .blog-card-footer-a {
    color: white;
}

.blog-send-link {
    text-align: center;
    text-align: -moz-center;
    padding: 40px 0 20px 0;
}

.blog-send-link a {
    background-color: #0480a7;
    color: white;
    padding: 10px 15px;
}

.blog-list-content {
    display: flex;
    flex-wrap: wrap;
}

.blog-title-paragraf{
    height:100px;
    margin-bottom:10px;
    overflow:hidden;
}

/*####### Blog #########*/


/*####### Our Team #########*/
.our-team-title {
    text-align: center;
    text-align: -moz-center;
    padding: 20px 0;
}


.our-team-title-h4::after {
    position: absolute;
    left: calc(50% - 56px);
    display: block;
    width: 115px;
    border-bottom: 1px solid #000;
    content: "";
}

.our-team-card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height:512px;
}

.our-team-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.our-team-img img {
    width: 100%;
height: 100%;
object-fit: cover;
}


.our-team-card-content {
    padding: 15px 15px 0 15px;
}

.our-team-card-content-lbl {
    font-weight: 600;
    font-size: 18px;
}

.our-team-card-content-p {
    font-size: 13px;
}

.our-team-card-footer {
    padding: 0px 15px 15px 15px;
}

.our-team-card-footer a {
    color: #0480a7;
    font-weight: 600;
}

/*####### Our Team #########*/


/*####### Footer #########*/
.footer {
    background-color: #034159;
    margin-top: 100px;
}

.form-send {
    background-color: #0480a7;
    padding: 25px;
    position: relative;
    top: -65px;
}

.subscribe-title {
    text-align: start;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 0 30px 0;
}

.subscribe-title i {
    color: white;
    font-size: 45px;
}

.subscribe-title label {
    font-size: 25px;
    color: white;
    margin-left: 20px;
}

.subscribe-button {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    padding: 30px 0;
}

.subscribe-button input {
    border-radius: 0;
    background-color: #0caed2;
    border: #0caed2;
    color: white;
    margin-right: 15px;
}

.subscribe-button input:focus {
    border-radius: 0;
    background-color: #0caed2;
    border: #0caed2;
    color: white;
}

.subscribe-btn {
    border-radius: 0;
    background-color: white;
    border: none;
}

.subscribe-btn:hover {
    border-radius: 0;
    background-color: white;
    border: none;
}

.footer-about-img img {
    width: 100px;
    height: auto;
}

.footer-about-text p {
    color: white;
    margin-top: 5px;
}

.footer-fallow ul li {
    display: inline;
    margin: 0 2px;
    border-right: 1px solid #fff;
    padding-right: 5px;
}

.footer-fallow ul li a {
    color: white;
}

.footer-menu label {
    color: #fff;
}

.footer-menu ul {
    margin-top: 15px;
}

.footer-menu ul li a {
    color: white;
    font-size: 14px;
}

.footer-contact label {
    color: white;
}

.footer-contact ul {
    margin-top: 15px;
}

.footer-contact ul li a {
    color: white;
    font-size: 14px;
}
.footer-contact ul li  {
    color: white;
    font-size: 14px;
}

.footer-bottom-info {
    text-align: center;
    text-align: -moz-center;
    border-top: 1px solid #ddd;
    padding: 5px 0;
    margin-top: 15px;
}

.footer-bottom-info p {
    color: white;
    font-size: 14px;
}

.footer-info {
    text-align: center;
    text-align: -moz-center;
}

.footer-info p {
    color: white;
    font-size: 14px;
    margin-bottom: 20px;
}

/*####### Footer #########*/


/*####### About #########*/
.banner-content {
    background-color: #034159;
    height: 170px;
    width: 100%;
}

.banner-main {
    text-align: start;
    align-items: flex-start;
    display: grid;
    justify-content: start;
    padding: 5% 0;
}

.banner-main label {
    font-size: 30px;
    color: white;
}

.banner-main ul li {
    display: inline;
    font-size: 12px;
    color: white;
}

.banner-main ul li a {
    font-size: 12px;
    color: white;
}


.about-page-content-lbl::after {
    content: "";
    display: block;
    border-bottom: 1px solid #525252;
    width: 45px;
    margin-bottom: 15px;
}

.about-page-content-p {
    font-size: 14px;
}

.about-images {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.about-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*####### About #########*/

/*####### Services #########*/

.services-title-lbll {
    color: #000000;
}

.services-title-lbll::after {
    position: absolute;
    left: calc(50% - 60px);
    display: block;
    width: 120px;
    border-bottom: 1px solid #000000;
    content: "";
    margin-top: 5px;
}

.services-title-p {
    margin-top: 25px;
    font-size: 14px;
}

.services-list-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services-card {
    position: relative;
    margin-top: 20px;
}

.services-card-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.services-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-card-info {
    position: absolute;
    background-color: white;
    bottom: 0;
    width: 90%;
    padding: 15px;
    margin: 0 5% 5% 5%;
    transition-duration: .3s;
    transition-delay: .3s;
}

.services-card-info-lbl {
    font-weight: 600;
    font-size: 19px;
    transition-duration: .3s;
    transition-delay: .3s;
}

.services-card-info-p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    transition-duration: .3s;
    transition-delay: .3s;
}

.services-card-info-a {
    color: #1E1E1E;
    transition-duration: .3s;
    transition-delay: .3s;
}

.services-card-info:hover {
    background-color: #0480a7;
}

.services-card-info:hover .services-card-info-lbl {
    color: white;
}

.services-card-info:hover .services-card-info-p {
    color: white;
}

.services-card-info:hover .services-card-info-a {
    color: white;
}

/*####### Services #########*/


/*####### Services Detail #########*/

.service-detail-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.service-detail-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*####### Services Detail #########*/

/*####### Blog #########*/

.blog-card {
    position: relative;
    margin-top: 60px;

}


.blog-card-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.blog-card-info {
    position: absolute;
    background-color: white;
    bottom: -80px;
    width: 90%;
    padding: 0 15px;
    margin: 0 5% 5% 5%;
    transition-duration: .3s;
    transition-delay: .3s;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


.blog-card-info-lbl {
    font-weight: 600;
    font-size: 14px;
    transition-duration: .3s;
    transition-delay: .3s;
    margin-top:10px;
}

.blog-card-info-p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    transition-duration: .3s;
    transition-delay: .3s;
}


.blog-card-info p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    transition-duration: .3s;
    transition-delay: .3s;
}

.blog-card-info-a {
    color: #1E1E1E;
    transition-duration: .3s;
    transition-delay: .3s;
    position: relative;
    bottom: 10px;
}

.blog-card-info:hover {
    background-color: #0480a7;
}

.blog-card-info:hover .blog-card-info-lbl {
    color: white;
}

.blog-card-info:hover p {
    color: white;
}


.blog-card-info h1 {
    transition-duration: .3s;
    transition-delay: .3s;
}


.blog-card-info h2 {
    transition-duration: .3s;
    transition-delay: .3s;
}


.blog-card-info h3 {
   transition-duration: .3s;
    transition-delay: .3s;
}


.blog-card-info h4 {
    transition-duration: .3s;
    transition-delay: .3s;
}

.blog-card-info h5 {
   transition-duration: .3s;
    transition-delay: .3s;
}

.blog-card-info:hover h1 {
    color: white;
}


.blog-card-info:hover h2 {
    color: white;
}


.blog-card-info:hover h3 {
    color: white;
}


.blog-card-info:hover h4 {
    color: white;
}

.blog-card-info:hover h5 {
    color: white;
}

.blog-card-info:hover .blog-card-info-a {
    color: white;
}


.title-paragraf{
    height:105px;
    overflow:hidden;
}


/*####### Blog #########*/


/*####### Blog Detail #########*/

.service-detail-info-title {
    margin: 15px 0;
}

.service-detail-info-title {
    text-align: center;
    text-align: -moz-center;
}

.service-detail-info-title label {
    font-size: 25px;
}

.service-detail-info-title label::after {
    position: absolute;
    left: calc(50% - 170px);
    display: block;
    width: 60px;
    border-bottom: 1px solid #000;
    content: "";
    margin-top: 5px;
}


.other-blogs-lbl {
    font-weight: 600;
}




.card-blog {
    border-bottom: 1px solid #52525263;
    padding-bottom: 15px;
}

.card-body-content {
    display: grid;
}

.card-body-content a {
    color: #1E1E1E;
    font-size: 13px;
}

/*####### Blog Detail #########*/


/*####### Galeria #########*/

.galeria-card {
    width: 100%;
    height: 300px;
    overflow: hidden;
    transition-duration: .3s;
    transition-delay: .3s;
    margin-top: 20px;
}

.galeria-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galeria-card:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

/*####### Galeria #########*/


/*######### contact #########*/

.efes-map {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.efes-map iframe {
    width: 100%;
    height: 100%;
}

.contact-page-title {
    text-align: center;
    text-align: -moz-center;
}

.contact-page-title label {
    font-size: 25px;
}

.contact-page-title label::after {
    position: absolute;
    left: calc(50% - 60px);
    display: block;
    width: 120px;
    border-bottom: 1px solid #000000;
    content: "";
    margin-top: 5px;
}

.form-content .col {
    margin-bottom: 15px;
}

.btn-form-submit {
    width: 100%;
    height: 50px;
    background-color: #0480a7;
    color: white;
    border-radius: 0;
}

.btn-form-submit:hover {
    width: 100%;
    height: 50px;
    background-color: #0480a7;
    color: white;
    border-radius: 0;
}

/*######### contact #########*/


/*######### Post Request #########*/

.request-form {
    position: fixed;
    z-index: 9999;
    background-color: white;
    width: 100%;
    top: 0;
    height: 0;
    overflow: hidden;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
}

.form-show {
    height: 100vh;
    padding: 5% 0;
}

.form-hide {
    height: 0;
    padding: 0;
}

.close-btn {
    position: absolute;
    right: 35px;
    top: 35px;
}

.post-request {
    margin-top: 25px;
}

.post-request .col {
    margin-bottom: 15px;
}

.file-input-content input {
    margin-bottom: 10px;
}

.verification {
    display: flex;
}

.verification input {
    width: 25%;
    margin-left: 15px;
    height: 40px;
}

.btn-request-post {
    width: 100%;
    color: white;
    background-color: #034159;
    margin-top: 15px;
}

.btn-request-post:hover {
    width: 100%;
    color: white;
    background-color: #034159;
    margin-top: 15px;
}

/*######### Post Request #########*/


.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    height: 50px;
    top: 45%;
    background: #034159;
    right: 20px;

}

.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    height: 50px;
    top: 45%;
    background: #034159;
    left: 20px;

}




.fallow-list {
    position: fixed;
    right: 15px;
    top: 60%;
    z-index: 999;
}

.fallow-ul li {
    margin: 15px 0;
    list-style: none;
}

.fallow-ul li a img {
    width: 35px;
    height: auto;
}



.whatsapp-fixed {
    position: fixed;
    bottom: 3%;
    right: 1%;
    z-index:9;
}

.whatsapp-content {
    background-color: #00d95f;
    border-radius: 20px;
    padding: 5px 20px;
     animation: blinker2 1.5s linear infinite;
}

@keyframes blinker2 {
    50% {
        background-color: #0a9948;
    }
}

.whatsapp-content a {
    text-decoration: none;
    color: white;
}

.whatsapp-content a span{
    text-decoration: none;
    color: white;
}
.whatsapp-content a img {
    width: 25px;
    height: auto;
}

.wp-deskop{
    display:none;
}
@media only screen and (max-width: 768px) {
    .whatsapp-fixed {
        position: fixed;
        bottom: 0;
        right: unset;
        width: 100%;
        text-align: center;
    }

    .whatsapp-content {
        background-color: #00d95f;
        border-radius: 0;
        padding: 10px 20px;
    }
    
    .wp-deskop{
    display:block;
}
}


 .subscribe-title p, .footer-about-text p{
        
        color:#fff;
    }