
@media (max-width: 1890px){
}
@media (min-width: 1600px) and (max-height: 600px) {
}
@media (min-width: 1280px) and (max-height: 549px) {
}
@media (min-width: 1280px) and (max-height: 370px) {
}
@media only screen and (max-width: 1680px) {
}
@media only screen and (max-width: 1600px) {
    .tc-right-img-content .panel-content:not(.home-right-panel) {
        width: 500rem;
    }
    .wheel {
        margin-left: -18%;
        transform: scale(0.88);
    }
    .tc-line-down {
        left: 40%;
         top: -55rem;
        width: 472rem;
    }
    .tc-left-img-content img {
        margin-left: 70rem !important;
    }
    .tc-right-img-content video {
        border-radius: 52rem 52rem 0rem 0rem;
    }
}
@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 1366px) and (min-height: 900px) {
    .tc-right-img-content {
        align-items: center;
    }
}
@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1280px) and (min-height: 750px) {
.tc-right-img-content {
    align-items: center;
}
}
@media only screen and (max-width: 1200px){
    .tc-right-img-content {
        align-items: center;
    }
}
@media only screen and (max-width: 1024px) {
    .tc-logo-inner img{
        width: 100px;
    }
    .tc-logo-wrap {
        height: 60px;
        padding: 20px 40px;

    }
}
@media only screen and (max-width: 991px) {
.tc-loading img {
    width: 400rem;
}
.panel-content.home-right-panel img {
    width: 400rem;
}
}
@media only screen and (max-width: 767px) {
.tc-loading img {
    width: 600rem;
}
}
@media only screen and (orientation: landscape) {
    #turn {
        display: none;
    }
   
}
@media screen and (orientation: portrait) {
.tc-right-img-content {
    align-items: center;
}
}

@media screen and (max-device-width: 1024px) and (orientation: portrait) {
    .tc-logo-inner img {
        padding-bottom: 7px;
    }
    .tc-logo-inner{ 
        border-bottom: 1px solid #ffffff30;
    }
    .tc-text-wrap {
        top: 20%;
    }
    .tc-text-head {
        font-size: 24px;
        margin-bottom: 12px;
        padding: 0 20px;
    }
    .tc-text-subhead {
        font-size: 14px;
        line-height: 1.4em;
        padding: 0 20px;
    }
 #turn {
        display: block !important;
    }
    .turn-msg-box {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: Trebuchet-MS-Regular, sans-serif;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        background-color: #003DA6;
        margin: 0px;
        color: rgb(255, 255, 255);
        padding: 12px 20px;
        /* position: absolute; */
        top: 0px;
        width: 100%;
        z-index: 2;
    }
    img.Mobile-rotation-icon {
        width: 35px;
        margin-right: 10px;
    }
    .turn-msg-box span {
        position: absolute;
        right: 15px;
        top: 18px;
    }
      .turn-msg-box .cross-btn {
    width: 15px;
   }
   .tc-middle-img-wrap {
    margin-top: -12%;
}
.tc-logo-wrap {
    height: 60px;
    width: 100%;
    padding: 10px 30px;
    margin-top: 10px;
}
}
@media screen and (max-device-width: 480px) and (orientation: portrait) {
    .turn-msg-box {
        font-size: 12px !important;
        padding-right: 30px;
    }
}
@media screen and (max-device-width: 320px) and (orientation: portrait) {
.tc-text-wrap {
    top: 23%;
}
}