body,html{
    width: 100%;
    height: 100%;
}

.wallpaper{
    background-image: url(../images/wallpaper1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.wallpaper1{
    background-image: url(../images/wallpaper22.html);
    background-size: 106%;
    background-repeat: no-repeat;
}
.wallpaper41{
    background-image: url(../images/w1.html);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.alt-bg{
    position: relative;
}



.container p{
    color: #7b5f98;
    font-size: 14px;
}
.container a{
    list-style:none;
    color: #7b5f98;
}
/*header start*/

#toolbar{
    padding: 10px 0px;
}
.header-right{
    color: #fff;
}

.menu_item{
    display: inline-block;
    padding: 2px 15px;
    font-size: 14px;
    border-right: 1px solid #fff;
}
.menu_item a{
    color: #fff;

}

.alt-menu img{
    width: 100%;

}
.border-none{
    border:none !important;
}
#logo{
    position: relative;
    margin-bottom: -95px;
    z-index: 10;
    margin-top: -90px;
}
/* search start*/
.margin-auto{
    margin:auto;
}
#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 30px;
    background-color: #fff;
    width: 70%;
    float: right;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}
#custom-search-input .input-group{
    height: 25px;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}
#custom-search-input span{
    margin: -4px auto;
}
#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}
/* search end*/
.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 50%;
    background: #fff;
    margin:0 4px;
}
.social svg{
    font-size: 25px;
    color: #7b5f98;
}


/*header end*/
/*immomomege start*/
.imomomega{
    margin-top: 4%;"        "
}
.imomomega-wallpaper{
    background-image: url(../images/w3.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
.imomomega ul{
    display: flex;
    list-style: none;
    text-align: center;
    width: 84%;
    padding: 12px 25px;
}
.imomomega ul li img{
    width: 40%;

}
.imomomega h1 span{
    background-color: #fff;
}
/*immomomege end*/

/*slider start*/
#slider{position:relative}
#slider .carousel-caption {
   position: absolute;
    top: 20%;
    left: 0;
    width: 350px;
    height: 200px;
}
.slider .carousel-indicators{
    bottom: -10px;
}
#slider  img{
    border-radius: 15px;
}
.carousel-caption{
    background-color: #fbfbfbad;
    width: 30%;
}
.carousel-caption h4{
    color:#8a665b;
    font-size: 25px;
    font-weight: bold;
}

.carousel-caption a{
    color: #7b5f98;
    font-weight: bold;
}

/*slider end*/

/*alt-menu start*/
.alt-menu{
    margin-top: 50px;
}
.alt-menu h3{
    font-size: 20px;
    color: #7b5f98;
    font-weight: bold;
}

.alt-menu p{
    font-size: 19px;
}
.alt-menu .videolar{
    margin-bottom: 50px;
}

.ch-grid {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}

.ch-grid:after {
    clear: both;
}

.ch-grid li {
    width: 220px;
    height: 220px;
    display: inline-block;
    margin: 20px;
}
.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    cursor: default;
    box-shadow:
            inset 0 0 0 16px rgba(255,255,255,0.6),
            0 1px 2px rgba(0,0,0,0.1);
    transition: all 0.4s ease-in-out;
}

.ch-img-1 {
    background-image: url(../images/alt1.png);
    background-size: cover;
}

.ch-img-2 {
    background-image: url(../images/alt2.png);
    background-size: cover;
}

.ch-img-3 {
    background-image: url(../images/alt3.png);
    background-size: cover;
}
.ch-img-4 {
    background-image: url(../images/alt4.png);
    background-size: cover;
}
.ch-info {
    position: absolute;
    background: #8c7094ab;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
}
.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 45px 0 0 0;
    height: 140px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow:
            0 0 1px #fff,
            0 1px 2px rgba(0,0,0,0.3);
}

.ch-info img{
    color: #fff;
    width: 70px;
    margin: 33%;

}
.ch-info p {
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255,255,255,0.5);
    opacity: 0;
    transition: all 1s ease-in-out 0.4s;
}
.ch-info p a {
    display: block;
    color: rgba(255,255,255,0.7);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    padding-top: 4px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
    color: rgba(255,242,34, 0.8);
}

.ch-item:hover {
    box-shadow:
            inset 0 0 0 1px rgba(255,255,255,0.1),
            0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
    transform: scale(1);
    opacity: 1;
}
.ch-item:hover .ch-info p {
    opacity: 1;
}

#aciklama{
    font-size: 9px;
    margin:auto;

}
/*alt-menu end*/

/*hakkımızda start*/
.hakkimizda{
    margin-top: 11%;
}
.hakkimizda .c
.hakkimizda p{
    font-size: 15px;
}
.hakkimizda h1{
    font-size: 4em;
    color:#7b5f98;

}

.mobil-bebek img{
    height: 46%;
    position: absolute;
    top: -5%;
    right: 0;
}

.kalin{
    font-weight: bold;

}
/*hakkımızda end*/

/*iMomOmege start*/
.imomomega{
    color: #7b5f98;
}

.imomomega .kutu{
    padding: 20px;
    background-color: white;
}

.imomomega h1{

    font-size: 2.7em;
    margin-bottom: 35px;
}
.yuvarla{
    background-color: #fff;
    border-radius: 15px;
    border: 2px solid #7b5f98;
}
.imomomega ul{
    margin: auto;
    width: 100%;
}
.imomomega ul li{
    padding: 0 20px;

}

/*iMomOmege end*/

/*iletisim start*/
.iletisim{
    margin-top: 50px;
    color:#7b5f98;
}
.iletisim h1{
   font-size: 4em;


}
.iletisim ul{
    list-style: none;
}
.iletisim ul li{
    padding: 10px 5px;
}
.iletisim img{
    width: 3%;
    margin-right: 15px;
}
.iletisim .form-control{
    border: 2px solid #7b5f98;
    border-radius: 15px;

}
.iletisim h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.iletisim h3{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}
.iletisim span{

}
.iletisim iframe{
    border-radius: 6%;
}
/*iletisim end*/

/*footer start*/
footer{
background-color:#7b5f98 ;
    padding: 25px;
    padding-bottom: -5;
    margin-top: 20px;
}
footer .container p{
        font-size: 10px;
        text-align: center;
        display: inline-block;
        margin: 2 auto;
        margin: auto;
    color:#fff !important;
}
footer img{
    width: 50%;
}
/*footer end*/


/*----------------------------------> Gabeliğe hazırlık sayfası css kodları <----------------------------------------- */

.wallpaper-hazirlik{
   background-image: url(../images/gebelik-oncesi-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
/*content-hazirlik start*/

#content-hazirlik  img{
    width:50px;
    height: 50px;
}
#content-hazirlik .kutu{
    padding:6%;
    background-color: #fff;

}
#slider-hazirlik img{
     border-radius: 20px;
}

#content-hazirlik .content-baslik{
    font-size: 20px;
    margin-top: 2%;
}
#content-hazirlik .content-baslik a{
    font-weight: bold;
}
#content-hazirlik p{
    color: #7b5f98;
}
#content-hazirlik .kalin{
    color:#7b5f98;
}
/*content-hazirlik end*/

/*----------------------------------> Makaleler sayfası css kodları <----------------------------------------- */

/*collapse start*/

#content-makaleler .panel-default >.panel-heading {
    background:#fff;
    padding: 0;
}
#content-makaleler .card-header h5 {
    text-align: center;
    color: #7b5f98;
}
#content-makaleler .card-header h5 .btn-link{
    color: #7b5f98;
}
#content-makaleler .kutu .fa-angle-up {
    color: ##7b5f98;
    float: right;
    font-size: 40px;
}
#content-makaleler .card-header h5 a{
    vertical-align: middle;
    font-size: 0.7em;
    line-height: 1.5;
}
#content-makaleler .kutu .fa-angle-down {
    color: ##7b5f98;
    float: right;
    font-size: 40px;
}
#content-makaleler .card-header{
    background-color: white;
    border-radius: 15px;
    border: 0px;
}
#content-makaleler .card .card-body p{
    margin-top: 5%;
    font-size: 14px;
}
#slider-makaleler .slider img{
    border-radius: 23px;
}
/*collapse end*/

.wallpaper-makaleler{
    background-image: url(../images/gebelik-oncesi-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.iletisim .btn{
    background-color:#7b5f98;
    color:#fff;
     margin-bottom: 10px;

}

/*----------------------------------> isim bankası sayfası css kodları <----------------------------------------- */

.content_wrapper{
    padding: 3%;
    background-color: #dedede;
    border-radius: 15px;
    font-family: 'Dosis', Medium;
    line-height: 2
}
.content_wrapper table {
    width: 100%;
    line-height: 3;
}
.wallpaper-makaleler .content{
    padding: 10px;

}
.content_title{
    margin-top: 20px;
    color: #7b5f98;
    text-align: center;
}
.wallpaper-makaleler .content .isimler a {
    background: #7b5f98;
    color: #fff;
    display: block;
    text-align: center;
}
.name_bank_link a{
    margin-left: 12px;
}
/*
 .slimScroll {
        border: 1px solid #CCC;
        margin-top: 20px;
        display: inline-block;
        overflow: hidden;
        position: relative;
        height: 427px;  
        width: 100%;
 }

*/


#isimbank-wp{
    background-size: 100% 100%!important;

}


/*----------------------------------> isim bankası sayfası css kodları <----------------------------------------- */




/*----------------------------------> dogum tarihi hesap sayfası css kodları <----------------------------------------- */
#dogumhesap .form-h{
    margin: auto;
    padding: 33px;
    margin-left: 13%
}
#dogumhesap .sonuc-sag{
   padding-left: 10%;
}

/*POP UP */ 
.popup_bg {
 position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,0.4);
    z-index: 99999999999999999;
    transition: 0.3s all ease;
    display: none;
    opacity: 0
}

.popup_wrapper {
     display: table;
    width: 100%;
    height: 100%;
}

.popup_table_cell {
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

.cark_wrapper,
.popup_container {
    position: relative;
    display: inline-block
}

.popup_container {
    width: 4%;
    border: 3px solid #656565;
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, .64);
    border-radius: 10px;
    background: #fff;
    transition: .6s all ease
}

.cark_bg {
    width: 100%
}

.cark_wrapper {
    width: 90%;
    padding: 10px 0
}

.cark_rotating {
    position: absolute;
    z-index: 99999;
    width: 100%;
    top: 10px;
    left: 0;
    transition: 3s all ease;
    -ms-transform: rotate(103.3deg);
    -webkit-transform: rotate(103.3deg);
    transform: rotate(103.3deg);
}

.popup_close {
    color: #000;
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 24px;
    cursor: pointer
}
/*POP UP */ 

.inputx:focus  {
    width: 57%!important;
}
.calc_btn {
    background: #7b5f98;
    color: #fff;
}
.content-orta{
        border: 1px solid #d4c6c6;
     background: #f2efef;
    padding: 20px;
}
#dhesapla{
       padding-top: 77px;
    padding-bottom: 139px;
}
/*----------------------------------> dogum tarihi hesap sayfası css kodları <----------------------------------------- */




/*********************************** mobile**************************/
/*********************************** mobile**************************/
/*********************************** mobile**************************/
/*********************************** mobile**************************/

@media (max-width: 1200px) {
    body{
        padding-top: 72px;
    }
    #web-nav {
        display: none;
    }
    #mobile-nav{
        display: block !important;
        color:#fff;
        background-color:#a489bf;
    }
    .mobile-h{
        position: fixed;
        top:0;
        width: 100%;
        z-index: 999;
        background: inherit !important;
    }
    .screen-reader-text {
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }
    

    /************************************************/
    /****************** NAVIGATION ******************/
    /************************************************/
    nav {
        background: #e5e5e5;
        color: #1d1f20;
        left: 0;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 9999;
        display: ;
    }

    /*** INPUT ***/
    nav input {
        opacity: 0;
        position: absolute;
        z-index: -1;
    }

    /*** LABEL ***/
    nav label {
        cursor: pointer;
        display: block;
        font: 2em/1 'Oswald', sans-serif;
        padding: 0.5em;
    }

    /* Hamburger Icon */
    #menu-icon,
    #menu-icon:before,
    #menu-icon:after {
        background: #fff; /* humberger icon rengi*/
        border-radius: 0.05em;
        height: 0.2em;
        transition: all 0.2s ease-in-out;
        width: 100%;
    }

    #menu-icon {
        display: inline-block;
        margin: 0.4em 0;
        max-width: 1em;
        position: relative;
    }

    nav label #menu-icon {
        float: right;
    }

    #menu-icon:before,
    #menu-icon:after {
        content: '';
        left: 0;
        position: absolute;
    }

    #menu-icon:before {
        top: -0.4em;
    }

    #menu-icon:after {
        bottom: -0.4em;
    }

    /* Close Icon */
    nav input[type=checkbox]:checked + label #menu-icon {
        background: transparent;
    }

    nav input[type=checkbox]:checked + label #menu-icon:before {
        top: 0;
        transform: rotate(-45deg);
    }

    nav input[type=checkbox]:checked + label #menu-icon:after {
        bottom: 0;
        transform: rotate(45deg);
    }

    /*** MENU ***/
    /* Overlay */
    nav input:checked ~ #overlay {
        background: ##b395d2;
        bottom: 0;
        left: 0;
        height: 100vh;
        position: fixed;
        right: 0;
        top: 0;
        width: 100vw;
        z-index: -1;
    }

    /* List */
    nav ul {
        font-size: 1.5em;
        list-style: none;
        margin: 0;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        text-align: center;
    }

    nav input:checked ~ ul {
        margin: 1em;
        max-height: inherit;
        opacity: 1;
    }

    nav ul > li {
        margin: 0.1em 0;
        line-height: 24px;
    }

    nav ul a {
        color: #1d1f20 !important;
        text-decoration: none;
        line-height: 19px;
        font-size: 17px;
        font-weight: 500;
    }

    nav ul a:hover {
        text-decoration: underline;
    }

    /* Social Media */
    nav ul#social-media > li {
        display: inline-block;
        font-size: 1.5em;
        margin: 0.5em;
    }



/*arama formu mobile start */
    nav  input[type=text] {
        width: 130px;
        box-sizing: border-box;
        border: 2px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        background-color: white;
        background-image: url(../images/search.jpg);
        background-position: 10px 10px;
        background-repeat: no-repeat;
        padding: 12px 20px 12px 40px;
        -webkit-transition: width 0.4s ease-in-out;
        transition: width 0.4s ease-in-out;
    }

    input[type=text]:focus {
        width: 100%;
    }
  #mobile-ara-input{
      opacity: 1;
      position: initial;
      border-radius: 30px;
  }
    /*arama formu mobile end */
    #content-makaleler .card-header h5 .btn-link{
    font-size:11px;}

    .alt-bg{
        background-size: 100%;
    }
    .mobil-bebek img {
        height: 37%;
        position: absolute;
        top: -2%;
        right: 0;
     }
    #isimbank-wp{
    margin-top: -20px;
    padding-top: 20px;
}
    .mobile-yukseklik{
        margin-bottom: 85px;
    }
    .content_wrapper{
        margin-top: 20px;
    }
    #dhesapla {
        padding-top: 50px;
        padding-bottom: 54px;
    }
    
    #isimbank-footer{
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    
       #dogumhesap-footer{
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    
    
    
    
}







@media only screen and (max-width: 992px) {
    .wallpaper {
        background-size: 100%;
    }
   .imomomega ul li img {
       width: 100%;
       }
   .imomomega ul li {
       padding: 0 14px;
       margin: auto;
       }
   .imomomega .kutu {
       margin-bottom: 4%;
       }

   footer{
         text-align: center;
         }
    .mobil-bebek img {
        height: 28%;
        top: 1%;
        display: none;
    }
    .mobile-yuksek{
        padding-top: 30px
    }
   #isimbank-wp{

      background-size:100%!important;
   
}
    #dogumhesap .sonuc-sag{
       padding-left: inherit;
}
      #isimbank-footer{
        position: inherit;
    }
    
        #dogumhesap-footer{
        position: inherit;
    }


}

@media only screen and (max-width: 767px) {
.imomomega ul li img {
    width: 50%;
}
 footer img {
        width:10%;
        }
  footer{
        text-align: center;
         }
  #content-hazirlik  .kutu yuvarla {
          margin-bottom: 4%;
          }
  #content-makaleler .card-header h5 .btn-link{
              font-size:10px;
  }
   .alt-bg{
       background-image: inherit;

   }

    .mobil-bebek{
        top: 13%;

    }
    .mobil-bebek img{
        height: 11%;
        top: 12%;
        position: absolute;
    }
    .wallpaper {
        background-size: 100%;
    }
    .imomomega {
        margin-top: 18%;
    }
   .popup_container {
            width: 98%!important;
    }
}


@media only screen and (max-width: 520px) {
    .mobil-bebek{
        top: 14%;
    }
    .mobil-bebek img {
        height: 9%;
        top: 13%;
    }
    .imomomega {
        margin-top: 14%;
    }
    .hakkimizda img {
        display: inline-block;
    }

}
@media only screen and (max-width: 450px) {
    .mobil-bebek{
        top: 15%;
    }
    .mobil-bebek img {
        height: 8%;
        top: 14%;
    }
    .hakkimizda h1{
        font-size: 3em;
    }
    .iletisim h1{
        font-size: 3em;
    }
    .imomomega ul li img {
        width: 100%;
    }
    .imomomega {
        margin-top: 21%;
    }


}

@media only screen and (max-width: 375px) {
    .mobil-bebek img {
        height: 6%;
        top: 15%;
    }
}

.carousel-control-next-icon {
    background-image: url('right.png');
}
.carousel-control-prev-icon {
    background-image: url('left.png');
}