/*your custom css goes here*/

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 91%;
}
}
.text-left {
    text-align: center!important;
}
.fs-14 { font-size: 0.975rem !important; }
.opacity-60 { opacity: 0.8 !important; }
.fs-16 .text-primary {
    color: var(--primary) !important;
    background-color: #dae0eb9e;
    border-radius: 4px;
    margin: 3px;
}
.bg-primary {
    background-color: #ffffff !important;
}
.aiz-carousel .slick-arrow {

    background: #06327b;
    color: aliceblue;
}

.turkey_info {
    background: white;
    height: 96%;
    padding: 25px;
    padding-top: 0;
    text-align: center;
   
}

.turkey-address li {
    background: aliceblue;
    margin: 10px;
    padding: 15px;
    font-size: 15px;
    width: 44%;
    
}


.turkey-address span {
   
       font-weight: bold;
    
}







@media only screen and (max-width: 600px) {
     a#linkworld {
         margin-top: 10px;
     }
}


