

        * {
            margin: 0;
            padding: 0;
        }

        .mikroRow {
            display: flex;
            flex-wrap: wrap;
            margin-top: 2%;
        }


        .mikroPlayer {
            flex: 0.85;
            display: inline-flex;
            justify-content: center;
        }

        .mikroSlide {
            display: inline-flex;
            flex: 1;
            flex-wrap: wrap;
            flex-direction: column;
        }

            .mikroSlide > div {
                height: 98px;
                margin-left: -300px;
                margin-top: 5px;
                transition: 0.5s;
                display: inline-flex;
                align-items: center;
            }

                .mikroSlide > div:hover {
                    margin-left: 0px;
                    transition: 0.5s;
                }

                    .mikroSlide > div:hover > div {
                        opacity: 1;
                        transition: 0.5s;
                    }

                .mikroSlide > div > div {
                    width: 80px;
                    height: 25px;
                    display: flex;
                    justify-self: center;
                    justify-content: center;
                    background: white;
                    border: solid 1px white;
                    border-radius: 5px 5px;
                    opacity: 0;
                    transition: 0.5s;
                    margin-left: 38%;
                }


                .mikroWizard{
                  
                  margin-top: 15px;
                    display: flex;
                    flex-wrap: wrap;
                }
                .wizardLeft{
                   
                    flex: 1.20;
               
                }
            
                .wizardLeft a{
                    text-decoration: none;
                    display: flex;;
                    flex: 1;
                    height: 30px;
                    color:white;
                    justify-content: center;
                    align-items: center;
                }

                .wizardLeft button{
                    border: 0;
                    height: 30px;
                    display: flex;
                    background-color: #20639B;
                    border: 1;
                    border-radius: 15px 15px;
                    width: 300px;
                    margin-left: auto;
                    margin-right: auto;
                    color: white;
                    cursor: pointer;
                    justify-content: center;
                }
                .wizardRight{
                    flex: 0.5;
                    justify-content: flex-end;
                }

                .mikroDemo{
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 100px;
                    
                }
                .mikroDemo button{
                    background-color: #20639B;
                    border: 1px;
                    border-radius: 3px 3px;
                    height: 50px;
                    width: 200px;
                }
                .mikroDemo a{
                    text-decoration: none;
                    color: white;
                  
                }

                .mikroEDonusum{
                  width: 95%;
                  margin-left: auto;
                  margin-right: auto;
                }

                .mikroAccordion{
                    display: flex;
                    justify-content: center;
                    flex-wrap: wrap;
                }

                .accItem{
                    width: 100%;
                    margin-top: 5px;
                }
                .accTitle{
                    
                    background-color:#28ABDD;
                    height: 35px;
                    display: flex;
                    align-items: center;
                    border: 1px;
                    border-radius: 3px 3px;
                    color:white;
                    width: 100%;
                    transition: 0.5s;
                    
                }

         

                .accTitle:hover {
                    background-color:#20639B;
                    cursor: pointer;
                }

                .accContent{
                    border: 2px #28ABDD solid;
                    border-top: 0px;
                    display: none;
                    transition: 1s ease-out;
                    margin-top: -2px;
                 
                }
       .urun{
           display: flex;
           flex-wrap: wrap;
           margin-top: 50px;
           width: 98%;
           margin-right: auto;
           margin-left: auto;
           justify-content: center;
          
        }
        .urunLeft{            
            width: 350px; 
              
        }
        .urunRight{
            flex: 1;     
            margin-left: 10px;
            margin-right: 10px;
        }
        .callWe{
            position: fixed;
            bottom: 0;
            display: flex;
            background: #126ab3;
            width: 100%;
            z-index: 1000;
            justify-content: center;
            color:white;
            
        }







        
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 30%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  /* The Close Button */
  .close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  .modal-header {
    padding: 2px 16px;
  }
  
  .modal-body {padding: 2px 16px;}
  
  .modal-footer {
    padding: 2px 16px;
    color: black;
  }