/* --------------------------------------------------------------------------------------------------------
* Project    :                                                                                         *
* Author     : piyush Tapaniya | +91 83060 05795                                                       * 
* Support    : piyush.tapaniya90@gmail.com                                                             * 
*------------------------------------------------------------------------------------------------------- 
NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.    */ 

@media only screen and (max-width:1400px) { 
    .left-image img {
        width: 400px;
    }
    
}
@media only screen and (max-width:991px) { 
    .mobile-menu{
        display: block;
        position: fixed;
        top: 30px;
        right: 40px;
    }
    .mainmenu-list {
        display: none; 
        flex-direction: column;
    }
    .mainmenu {
        max-width: max-content;
        padding: 0;
        top: 30px;
        right: 20px;
        margin-right: 0;
        z-index: 100;
    }
    .mainmenu.showmobile .mainmenu-list {
        display: inline-flex;
        position: absolute;
        top: 40px;
        padding: 0;
        gap: 0;
    }
    .mainmenu-list li::after {
        content: '';
        position: absolute;
        top: inherit;
        height: 2px;
        width: 75px;
        background: rgba(0, 0, 0, 0.11);
        right: 0;
        left: 0;
        margin: auto;
        bottom: 0;
        margin-left: -13px;
    }
    .mainmenu-list li a {
        display: flex; 
        flex-direction: column;
        align-items: center;
        font-size: 12px;
        gap: 5px;
        color: #000;
    }
    .mainmenu-list li a span {
        display: block;
        text-align: center;
        line-height: normal;
    }

    .mainmenu.showmobile .dock {
        display: block;
        top: 50px;
    }
    .dock {
        height: auto;
        position: relative;
        bottom: 0;
        display: none;
    } 
    .dock .dock-container {
        flex-direction: column;
        gap: 15px;
        padding: 5px 5px 20px 5px;
    }

    .dock .dock-container li a {
        text-align: center;
    }
    .dock .dock-container li .name::after,
    .dock .dock-container li.active::after{
        display: none;
    }
    .dock .dock-container li .name { 
        top: 48px;
        background: transparent; 
        height: 10px;
        padding: 0; 
        font-size: 11px; 
        visibility: visible;
        line-height: normal;
        text-align: center;
    }
    .dock .dock-container li .ico {
        width: 70%;
        height: 70%; 
    }


    .other-page-wapper{
        display: block;
    }
    .other-page-wapper:after {
        content: '';
        height: 82px;
        width: 100%;
        background: #000;
        position: fixed;
        top: 0;
        z-index: 99;
    }
    .other-page-wapper .left-logo {
        position: fixed;
        left: 10px;
        top: 10px;
        z-index: 100;
    }
    .other-page-wapper .left-image img {
        width: 320px;
    }
    
    .left-image {
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .right-content {
        max-height: max-content;
        margin-bottom: 80px;
    }
    
}  

@media only screen and (max-width:520px) { 
    .other-page-wapper .left-image img {
        width: 230px;
    }
}