/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {

}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {

    .iknow_tm_hero_second .right .image {
        width: 100%;
        height: 400px !important;
        margin-top: 70px;
    }

    .iknow_tm_hero_second .right .image .main:before {
        position: absolute;
        content: "";
        top: 15px;
        bottom: 10px;
        left: 10px;
        right: 10px;
        background-color: #c4cbce;
        z-index: -1;
        transform: rotate(30deg);
        animation: animeRotate 13s linear 0s infinite alternate;
    }
    .iknow_tm_hero_second .main_info {
        flex-direction: column-reverse;
        align-items: baseline;
        padding-top: 12px;
    }

    .iknow_tm_hero_second .right .image .main {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        border-radius: 10px;
        height: 400px;
        width: 40%;
        margin: 0 auto;
    }
    .iknow_tm_hero_second .left {
        width: 100%;
        margin-top: 69px;
        height: auto;
    }



}


/* Tablet desktop :768px. */
@media (min-width: 468px) and (max-width: 991px) {
    .iknow_tm_hero_second .right .image {
        width: 100%;
        height: 300px !important;
        margin-top: 70px;
    }

    .iknow_tm_hero_second .right .image .main:before {
        position: absolute;
        content: "";
        top: 15px;
        bottom: 10px;
        left: 10px;
        right: 10px;
        background-color: #c4cbce;
        z-index: -1;
        transform: rotate(30deg);
        animation: animeRotate 13s linear 0s infinite alternate;
    }
    .iknow_tm_hero_second .main_info {
        flex-direction: column-reverse;
        align-items: baseline;
        padding-top: 12px;
    }

    .iknow_tm_hero_second .right .image .main {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        border-radius: 10px;
        height: 300px;
        width: 50%;
        margin: 0 auto;
    }
    .iknow_tm_hero_second .left {
        width: 100%;
        margin-top: 69px;
    }
}




/* Large Mobile :480px. */
@media only screen and (min-width: 100px) and (max-width: 467px) {


    .iknow_tm_hero_second .background_shape{
        position: absolute;
        top: 0px;
        height: calc(100vh + 25px);
        left: 0px;
        right: 0px;
        background-color: var(--bg-headerrenk);
    }

    .iknow_tm_hero_second .right .image {
        width: 100%;
        height: 200px !important;
        margin-top: 70px;
    }

    .iknow_tm_hero_second .right .image .main:before {
        position: absolute;
        content: "";
        top: 15px;
        bottom: 10px;
        left: 10px;
        right: 10px;
        background-color: #c4cbce;
        z-index: -1;
        transform: rotate(30deg);
        animation: animeRotate 13s linear 0s infinite alternate;
    }
    .iknow_tm_hero_second .main_info {
        flex-direction: column-reverse;
        align-items: baseline;
        padding-top: 12px;
    }

    .iknow_tm_hero_second .right .image .main {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 10px;
        height: 240px;
        width: 60%;
        margin: 0 auto;
    }
    .iknow_tm_hero_second .left {
        width: 100%;
        margin-top: 69px;
    }
    .mobildegizle{
        display: none;
    }

}
