.menuzord-brand img {
    max-height: 40px !important;
    padding-top:24px !important;
}
.menuzord-brand
{
	 margin: 4px 30px 0 0 !important;
}
@media (max-width:641px)  {

    .menuzord-brand img {
        max-height: 25px !important;
        padding-top:10px !important;
        padding-left:40px;
    }
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */

}
@font-face {
        font-family: 'sofiapro';
        src: url('../css/sofiapro-light.otf') format("opentype");
        font-style: normal;
}
body {
    font-family: sofiapro !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: sofiapro !important;
}


.lets_try_btn {
    background-color: #14aeda;  /* Açık yeşil */
    color: white !important; ;  /* Yazı rengi beyaz */
    font-size: 12px !important; ;  /* Küçük font */
    font-weight: bold !important;  /* Kalın yazı */
    padding: 8px 16px;  /* İç boşluk */
    border: none;  /* Kenarlık yok */
    border-radius: 10px;  /* Hafif yuvarlatılmış köşeler */
    text-decoration: none;  /* Link altı çizgisiz */
    display: inline-block;
    transition: background-color 0.3s ease;  /* Geçiş efekti */
}

.lets_try_btn:hover {
    background-color: #7ccd7c;  /* Hover efekti: Biraz koyu yeşil */
}



@media (min-width:600px)  {
    .package-type
    {
        font-size:20px !important;
    }
    .showimg_img
    {
        max-width: 600px!important;
    }


}

.videomodal .modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }
.videomodal .modal-body {
  position:relative;
  padding:0px;
}
.videomodal .close {
  position:absolute;

  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
.cursor-pointer{
    cursor: pointer;
}


.yt_video { position: relative;cursor:pointer }
.iconyt {
    position: absolute;
    display: block;
    background: url('https://medicaurosim.com/assets/images/yt.png') no-repeat center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.language_toggle
{
    background: transparent!important;
}

@media (max-width: 991px) 
{
    .home_products
    {
        margin-bottom:0px !important;
    }
}
.pb_36
{
    padding-bottom:36px;
}


.site_logo
{
    max-height: 40px !important;
    padding-top: 24px !important;
    max-width: 100%;
}
.dropdown-toggle::after {
    content:'' !important;
    display:none !important;
}

.whatsapp_icon a:hover
{
    background-color: transparent !important;
    color: #25d366 !important;

}
.whatsapp_icon:hover
{
    background-color: transparent !important;
  
}
.whatsapp_icon a{
    margin-left:0px !important;
    padding-left:0px !important;
    margin:0px !important;
    padding:0px !important;
    margin-top:5px !important;
    font-weight: bold !important;



}