/*RESPONSIVE MENU*/
.responsive_btn {
    display: none;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: -2px 0;
    float: right;
    position: relative;
    z-index: 20;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    background: #e7242b;
    border-radius: 8px;
    /* margin-left: 40px; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.responsive_btn span {
    display: block;
    height: 2px;
    width: 20px;
    position: relative;
    top: 50%;
    margin: -1px auto;
}

.responsive_btn span:before,
.responsive_btn span:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}

.responsive_btn span:before {
    top: -6px;
}

.responsive_btn span:after {
    bottom: -6px;
}

.responsive_btn span,
.responsive_btn span:before,
.responsive_btn span:after {
    background: #fff;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.responsive_btn:hover span,
.responsive_btn:hover span:before,
.responsive_btn:hover span:after {
    background: #fff;
}

.responsive_nav {
    display: block;
    position: fixed;
    left: -280px;
    top: 0;
    bottom: 0;
    width: 280px;
    min-height: 100%;
    z-index: 101;
    background: #e7242b;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.responsive_nav ul {
    margin: 0;
    padding: 0;
    text-align: left;
    flex-direction: column;
}

.responsive_nav {
    margin: 0;
    padding: 0;
    text-align: left;
    overflow: scroll;
}


.responsive_nav li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}

.responsive_nav li:first-child {
    border-top: none;
}

.responsive_nav li:after {
    display: none;
}

.responsive_nav li>a {
    display: block;
    padding: 12px 10px 8px;
    color: var(--white-color);
    position: relative;
}

.responsive_nav li a:hover,
.responsive_nav li a:focus,
.responsive_nav li.current_page_item>a {
    color: #fff;
}

.responsive_nav ul {
    padding: 0
}

.responsive_nav .sub-menu,
.responsive_nav li a i {
    display: none;
}

.responsive_nav .subarrow {
    display: block;
    pointer-events: inherit;
    width: 30px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.responsive_nav .sub-menu .container {
    width: 100%;
    padding: 0;
}

.bodyOverlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    transform: none;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

html.responsive,
.responsive body {
    overflow-y: hidden;
}

.responsive .wrapper {
    -webkit-transform: translate(-280px, 0) !important;
    transform: translate(-280px, 0) !important;
}

.responsive .bodyOverlay {
    opacity: 1;
    visibility: visible;
}

.responsive .responsive_nav {
    left: 0;
}

.responsive .responsive_btn {
    pointer-events: none;
}

.responsive .responsive_btn span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.responsive .responsive_btn span:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    top: 0;
}

.responsive .responsive_btn span:before {
    opacity: 0;
}

.responsive_nav .opened>.subarrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.responsive_nav .mCSB_outside+.mCSB_scrollTools {
    right: 0;
}

.responsive .responsive_nav .mCSB_outside+.mCSB_scrollTools {
    right: -4px;
}

.responsive_nav li.menu-item-has-children {
    display: block;
}

.responsive_nav ul li .sub-menu {
    padding-left: 0px;
}

/*MENU END*/

@media only screen and (min-width: 1920px) and (max-width: 3000px) {
    .container {
        max-width: 1440px;
    }
}

@media only screen and (min-width: 1401px) and (max-width: 1919px) {}

/*1200px*/
@media only screen and (max-width: 1400px) {
    @media only screen and (max-width: 1399px) {

        .header_info,
        .user_info {
            column-gap: 20px;
        }
    
        .header_info .info .text span {
            font-size: 16px;
        }
    
        .logo {
            max-width: 130px;
        }
    
        .bottom_part {
            flex-direction: column;
            align-items: start;
        }
    
        .bottom_part a {
            font-size: 17px;
            margin: 5px 10px 0;
        }
        .details_left_side {
            padding-left: 45px;
        }
        .desc_details {
            padding-right: 45px;
            border-right: 1px solid #ccc;
        }
    }
    
}
/*1170px*/
@media only screen and (max-width: 1199px) {
    

    
}


/*992px*/
@media only screen and (max-width: 1169px) {
    

}

/*768px*/
@media only screen and (max-width: 991px) {
    

}

/*600px*/
@media only screen and (max-width: 767px) {
   

}

/*480px*/
@media only screen and (max-width: 599px) {


    
}

/*360px*/
@media only screen and (max-width: 479px) {
   
}