
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1220px !important;
    }
}
body {
    font-family: "Poppins", sans-serif !important;
    background-color: #E7F5F5;
  }

.paddingTopTwo{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.paddingTopTree{
    padding-top: 3rem;
}

.borderRadius{
    border-radius: 2rem;
}

.padLeftRight{
    padding: 0 2rem 0 2rem;
}
.padLeftRightOne{
    padding: 0 1rem 0 1rem;
}
 .box-text{
    position: absolute;
    z-index: 3;
    padding: 2rem;
    color: white;
} 
  .evde-doktor-box {
    position: relative;
    background-image: url("..//img/evde-doktor-banner.png");
    height: 600px;
    background-size: cover;
    border-radius: 1rem;
    position: relative;
    z-index: 2;
  }
  .evde-doktor-box::before {
    position: absolute;
    content: "";
    inset: 0; /* same as { top: 0; right: 0; bottom: 0; left: 0; } */
    background-image: linear-gradient(117deg, #31F7F7 27%, #4A9DE5 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.25s linear;
    border-radius: 1rem;
    animation: gradient 15s ease infinite;
  }
  .evde-doktor-box:hover::before {
    opacity: 1;
  } 
  .hemsire-box{
    background-image: url("..//img/hemsire-banner.png");
  }
  .hemsire-box::before {
    background-image: linear-gradient(117deg, #4ADAE5 27%, #3152F7 100%);
  }
  .kanulu-box{
    background-image: url("..//img/kanulu-banner.png");
  }
  .kanulu-box::before {

    background-image: linear-gradient(117deg, #31F7F7 27%, #4AE5DA 100%);

  }
  .peg-box{
    background-image: url("..//img/peg-banner.png");
  }
  .peg-box::before {
    background-image: linear-gradient(117deg, #31F7E3 27%, #4A98E5 100%);
  }

  .uriner-box{
    background-image: url("..//img/uriner-banner.png");
  }
  .uriner-box::before {
    background-image: linear-gradient(117deg, #31F79B 27%, #4ADAE5 100%);
  }



  .hemsire-box{
    height: 290px;

  }
  .mtop15px{
    margin-top: 15px;
  }
  .f-size{
    font-size: 13px;
  }
  .box-text-two{
    padding: 25px;
  }
  .mtop20px{
    margin-top: 20px;
  }
  .w440{
    max-width: 440px;
  }

.mtop50{
    margin-top: 50px;
}

.mtop20{
    margin-top: 20px;
}

.mtop9{
    margin-top: 9rem;
}
.mtop13{
    margin-top: 13rem;
}

.SlideText {
    top: 42%;
    text-align: left !important;
    left: 16%;
    max-width: 650px;
}

a.btn.btn-hizmet {
    background: linear-gradient(117deg, rgba(10, 168, 215, 1) 0%, rgba(74, 218, 219, 1) 49%, rgba(187, 240, 234, 1) 100%);
    color: white;
    padding: 1rem;
    border-radius: 18.7rem;
    width: 400px;
    border: none;
    font-weight: 600;
    transition: 0.3s;

}

.bgGreen {
    background: #F0F9F9;
    padding: 2rem;
    border-radius: 1rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.ulasBtn {
    background: #41D3DB;
    border-radius: 6rem;
    padding: .7rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: white;
    font-weight: 600;
}

.tab-box{
    padding: 1rem 2rem 0 0;
}

.nav-pills .nav-link.active {
    background: #41d3db !important;
    border-radius: 6rem;
}

.nav-pills .nav-link {

    border-radius: 6rem;
    border: 1px solid #41d3db;
    color: #41d3db;
    margin-right: 15px;
    border-radius: 6rem !important;
}

.nav-pills .nav-link:hover {
    color: #41d3db;
}

.tab-box p {
    line-height: 1.8;
}

a.btn.collapseBtn {
    background: rgb(255 255 255 / 29%);
    border: none;
    color: #000;
    width: 100%;
    padding: 2rem;
    text-align: left;
    border-radius: 1rem;
   
}

.card.card-body.newTabBody{
    background: #F5F5F5;
    border: none;
    border-radius: 1rem;

}

.f-size-18{
    font-size: 18px;
    color: #41d3db;
    text-decoration: none;
}

.f-size-24{
    font-size: 24px;
    color: #000;
    text-decoration: none;
    margin-left: 10px;
    font-weight: 600;
}

.bgGreenTwo{
    background: rgb(255 255 255 / 29%);
    border-radius: 1rem;
    padding: .7rem;
}
.blog-text{
    padding: 1.5rem;
}

.bgTree{
    background: #63DFE0;
    border-radius: 1rem;
    padding: 2rem;
    color: white;
    padding-top: 5rem;
    padding-bottom: 3rem;
}

.newInput{
    background:none;
    color: white;
    min-height: 48px;
    border: 1px solid #fff;
}

.newInput::-ms-input-placeholder{
    color: #fff !important;
}
.newInput::placeholder{
    color: #fff;
}

button.btn.btn-primary.circleBtn.mtop20 {
    background: #fff;
    border: none;
    color: #000;
    padding: 1rem;
    min-width: 350px;
    border-radius: 6rem;
}

.bgGreenTree{
    background: rgb(255 255 255 / 29%);
}

.list{
    list-style: none;
    padding-left: 0;
    line-height: 1.7;
    font-size: 14px;
}

.bgFour{
    background-color: #6CCDCE;
    min-height: 90px;
    padding-top: 30px;
    color: white;
}

.sosyalIcon a{
    margin-left: 10px;
}
a.btn.nav-button {
    text-align: right;
    width: 214px;
    background: linear-gradient(117deg, rgba(10, 168, 215, 1) 0%, rgba(74, 218, 219, 1) 49%, rgba(187, 240, 234, 1) 100%);
    color: white;
    height: 65px;
    padding-top: 10px;
    border-radius: .7rem;
    border: none;
}
.phone img {
    height: 45px;
}
.phone {
    float: left;
}

a.nav-link.active {
    color: #2BC1D9 !important;
    font-weight: 600;
}

.band{
    background: rgb(10,168,215);
    background: linear-gradient(117deg, rgba(10,168,215,1) 0%, rgba(74,218,219,1) 49%, rgba(187,240,234,0.28335084033613445) 100%);
    padding: 1.5rem;
    border-radius: 1rem;
    color: white;
    max-height: 500px;
    height: 500px;
    margin-left: 2rem;
    margin-right: 2rem;

}
.bandTwo{
    background: rgb(10,168,215);
    background: linear-gradient(117deg, rgba(10,168,215,1) 0%, rgba(74,218,219,1) 49%, rgba(187,240,234,0.28335084033613445) 100%);
    padding: 1.5rem;
    border-radius: 1rem;
    color: white;
    max-height: 500px;
    height: 100px;
    margin-left: 2rem;
    margin-right: 2rem;

}

.breadcrumb-item{
    color: white !important;
}
.breadcrumb-item a{
    color: white !important;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #fff;
    content: var(--bs-breadcrumb-divider, "/");
}

.mLeft10{
    margin-left: 10px;
}
.lineHeight{
    line-height: 1.8;
}

.slideLink{
    text-decoration: none;
    color: white;
}
.card.card-body.newTabBody {
    background: rgb(65 211 219 / 20%);
    border: none;
    border-radius: 1rem;
    margin-top: 7px;
}

.breadcrumb a{
    text-decoration: none;
}

.evdeDoktorBg{
    background-image:url(../img/evde-doktor-hizmeti.png) ;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.mtop15rem{
    margin-top: 15rem;
}

.text-end{
    float: right;
}

.mTitle{
    color: #2BC1D9;
}

.call-box{
    min-height: 300px;
    border-radius:.4rem ;
    background-color:  #E8F6F6;
    text-align: center;
    padding: 2rem;
}

.borderRadOne{
    border-radius: 1rem;
}

.list-group-item.active{
    background-color: #2BC1D9;
    border: #2BC1D9;
}
.list-group-item{
    padding: 1rem;
}
.list-group-item.disabled, .list-group-item:disabled{
    padding-top: 1.5rem;
}

.iletisimBtn{
    background: #41d3db;
    padding: .5rem 2.5rem .5rem 2.5rem;
    border-radius: 6rem;
    margin-top: 1rem;
    color: white;
}

.iletisimBtn:hover{
    border:1px solid #41d3db !important;
    background: #fff;
    color: #2BC1D9;
}
.sideIletisimBg{
    background-image: url(../img/sideBar-iletisim.png);
    background-position:center ;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.radius10px{
    border-radius: 10px;
    float: left;
    margin-right: 10px;
}

.bDate{

    color: #2BC1D9;
    font-size: 12px;
}
.bTitle{
    font-size: 14px;
    font-weight: 600;
}
.readmore{
    border: none;
    padding: 0;
    color: #2BC1D9;
}
.navMenu{
    position: absolute;
    width: 100%;
    z-index: 1;
}

.navMenu .nav-link{
    color: white;
}

.navMenu a.nav-link.active{
    color: white !important;
}

.paddingTopOne{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.paddingNone{
    padding: 0;
}

.topMenu a{
    text-decoration: none !important;
    color:#404242 ;
    font-size: 14px;
}

a.formLinkBtn.btn.circle {
    background: white;
    border-radius: 6rem;
    padding: .89em;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem;
}
.phoneTopClas{
    padding: 0;
    margin-top: 1rem;
    margin-left: 1rem;
 
}

.newCirc{
    color: #1DB7D8;
    font-size: 7px;
    padding-right: 5px;
    bottom: 3px;
    position: relative;
}
.newCircTwo{
    color: #fff;
    font-size: 7px;
    padding-right: 5px;
    bottom: 3px;
    position: relative; 
}
.fLeft{
    float: left;
    padding-right: 1rem;
    padding-top: 1rem;
}

.footerPhoneTwo{
    position: relative;
    top: -15px;
    
}



.ptopOne{
    padding-top: .6rem;
}
.tab-box h3{
    color: #41d3db;
}

.tab-box p{
    line-height: 2.1;
}

.pRightTwo{
    padding-right: 2rem;
}

a.list-group-item.list-group-item-action {
    border: none;
}

.mtopEksi20{
    margin-top: -20rem;
}

ul.dropdown-menu.show {
    line-height: 2;
    padding: 1rem;
    border: none;
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #41d3db;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
    font-weight: bold;
}
.textNone a{
    text-decoration: none;
    color: white;
    font-weight: 600;
}

.bgBannerFooter{
    background-image: url(../img/bgFooter.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #fff;
   

}

.list a{
    text-decoration: none;
    color: #000;
}

.borderNone{
    border: none;
}

a.hizliRandevuBtn.desk-none {
    text-decoration: none;
    text-align: center;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgb(54 190 220) 0%, rgb(147 227 223) 100%);
    padding: .8rem;
    border-radius: .6rem;
    color: white;
    line-height: 1;
}

.mobilFixed{
    position: fixed;
    bottom: 0;
    margin-bottom: 25px;
    left: 10px;
    width: 95%;
    margin-right: 10px;
    min-height: 55px;
    box-shadow: 3px 3px 5px 3px #ccc;
    border-radius: 1rem;
    z-index: 99;
}


.btn-group.mobilFixed a {
    padding-top: 17px;
    border-radius: 1rem;
    font-size: 14px;
    border: none;
}

a.btn.btn-primary.hızlıRandevuBtn {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgb(54 190 220) 0%, rgb(147 227 223) 100%);
}

a.btn.btn-primary.whatsappBtn {
    background: #25D366;
}
a.btn.btn-primary.phoneBtn {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgb(31 185 216) 0%, rgb(67 123 255) 100%);
}

.form-group input {
    margin-bottom: 1rem;
}

input.btn.btn-primary.circleBtn.mtop20 {
    background: #fff;
    border-radius: 3rem;
    border: none;
    color: #1db7d8;
    font-weight: 500;
    padding: .8rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    min-width: 150px;
}