@media(max-width:1399px) {
    .section6-left-cont ul li {
        margin-bottom: 10px;
    }
    .section6-left-cont h2 {
        margin-bottom: 10px;
    }
    .video-icon {
        top: 16%;
    }
}
@media(min-width:1700px) {
.payment-left {
    padding: 60px 12% 0px 12%;
}
}
@media(min-width:992px) {
    .main_head .navbar-nav>li>.sub-menu {
        display: block !important;
    }
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end !important;
    }
}

@media(max-width:1199px) {
    .checkout-img, .checkout-right {
        width: 100%;
        height: auto !important;
        min-height: 45vh;
    }
    .image_position {
        transform: translate(-50%, -50%);
        width: 100%;
    }
    #fp-nav {
        opacity: 0;
    }
    .cms-img-area {
        padding-left: 15px;
    }
    .cms-img-area img:nth-child(5) {
        right: 25px;
    }
    .navbar-nav li:last-child {
        margin-left: 30px;
    }
    .section2 .single-btm-cont {
        max-width: 235px;
        padding: 0 15px;
        border-right: 1px solid #fff;
    }
    .fp-tableCell {
        height: auto !important;
    }
    .expand-list-cont-inner {
        max-width: 960px;
    }
    .left-cont-list {
        padding-right: 30px;
    }

    .checkout-cont h1 {
        font-size: 25px;
    }
    .contact-cont label {
        margin-left: 7px;
    }
}

@media (max-width: 767px){
    .checkout-img, .checkout-right {
        width: 100%;
        height: auto !important;
        min-height: 30vh;
    }
}
/*@media (max-width: 1024px) {
    .checkout-img, .checkout-right {
        width: 100%;
        height: 300px !important;
        min-height: 50vh;
    }
    .image_position {
        transform: translate(-50%, -50%);
        width: 100%;
    }
}*/
@media(min-width:992px) {
    .section1 .banner-bottom-cont {
        bottom: 75px;
    }
}
@media(max-width:991px) {
    .checkout-right.checkout-right-content{
        overflow:visible !important;
    }

    .row.payment {
        margin-bottom: 0px;
    }
    .account-details-area .divider {
        display: none;
    }
    .account-details-area > h2 {
        margin-bottom: 12px;
    }
    .single-btm-cont img {
        width: 30px;
        height: 21px;
    }
    .single-btm-cont p {
        margin-top: 10px;
    }
    .main_head .navbar-nav>li>.sub-menu.show {
        display: block;
        visibility: visible !important;
        opacity: 1 !important;
        top: 0 !important;
        position: relative !important;
        width: 100% !important;
        box-shadow: none;
        border: 0px;
    }
    .main_head .navbar-nav>li {
        margin: 0 0 14px 0 !important;
        padding: 6px 12px !important;
        border-radius: 4px;
        /* transform: translateX(-40px); */
        transition: 0.9s;
    }
    .main_head .navbar-collapse.collapse.show .navbar-nav>li {
        /* transform: translateX(0px); */
    }
    .navbar-nav .clickD {
        top: 18px !important;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        background: #fff;
        right: 0;
        width: 250px;
        bottom: 0;
        transform: translateX(105%);
        display: block;
        transition: 1.3s;
        box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .2), 0 2px 30px 0 rgba(230, 230, 230, 0.35);
        z-index: 999;
        height: 100vh;
    }
    .navbar-collapse.collapse.show {
        transform: translateX(0);
    }
    .nav-mobile-header {
        margin: 0;
        padding: 30px 20px;
        display: flex !important;
    }
    .nav-mobile-header h4 {
        margin-bottom: 0;
    }
    .close-menu img {
        width: 18px;
    }
    .close-menu {
        cursor: pointer;
    }
    .navbar-nav {
        padding: 0 20px;
        height: calc(100vh - 90px);
        overflow: auto;
    }
    /* .current-menu-item {
        background: #6200ee;
    } */
    .main_head .navbar-nav>li.current-menu-item>a {
        color: rgb(94, 91, 91) !important;
    }
    /* .body-overlay {
        top: 0;
        width: 100%;
        bottom: 0;
        height: 100%;
        position: fixed;
        background: rgba(0,0,0,0.5);
        z-index: 9;
        overflow: hidden;
        display: none;
    } */
    /* body.overlay-block .main{
        filter:blur(5px);
    } */
    .overlay-block {
        overflow: hidden;
    }
    .overlay-block .main {
        filter: blur(4px);
    }
    .main_head {
        padding: 20px 0;
    }
    .main_head .navbar-nav>li>a {
        color: #283772 !important;
    }
    .main_head .navbar-nav>li>a.signin_btn {
        color: #fff !important;
        display: block;
        background: #283772 !important;
        text-align: center;
    }
    /* nev-list-animation */
    /* .navbar-nav:after{
        position: absolute;
        top: 0;
        right: 0;
        width:0;
        background: #ccc;
        content: "";
        height: 100%;
        left: 0;
        z-index: -1;
        transition: 1.5s;
    }
    .overlay-block .navbar-nav:after{
        width: 250px;

    } */
    .navbar-nav li a {
        position: relative;
        display: block;
        -webkit-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s;
        -webkit-transform: translateX(-10px) scale(0.8) rotate(1deg);
        -ms-transform: translateX(-10px) scale(0.8) rotate(1deg);
        transform: translateX(-10px) scale(0.8) rotate(1deg);
        opacity: 0;
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
        transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
        -o-transition: opacity 0.5s ease, transform 0.5s ease;
        transition: opacity 0.5s ease, transform 0.5s ease;
        transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    }
    .main_head .navbar-collapse.collapse.show .navbar-nav li:nth-child(1) a {
        -webkit-transition-delay: 1.15s;
        -o-transition-delay: 1s;
        transition-delay: 1.15s;
    }
    .main_head .navbar-collapse.collapse.show .navbar-nav li:nth-child(2) a {
        -webkit-transition-delay: 1.3s;
        -o-transition-delay: 1.3s;
        transition-delay: 1.3s;
    }
    .main_head .navbar-collapse.collapse.show .navbar-nav li:nth-child(3) a {
        -webkit-transition-delay: 1.45s;
        -o-transition-delay: 1.45s;
        transition-delay: 1.45s;
    }
    .main_head .navbar-collapse.collapse.show .navbar-nav li:nth-child(4) a {
        -webkit-transition-delay: 1.6s;
        -o-transition-delay: 1.6s;
        transition-delay: 1.6s;
    }
    .main_head .navbar-collapse.collapse.show .navbar-nav li:nth-child(5) a {
        -webkit-transition-delay: 1.75s;
        -o-transition-delay: 1.75s;
        transition-delay: 1.75s;
    }
    .main_head .navbar-collapse.collapse.show .navbar-nav li:nth-child(6) a {
        -webkit-transition-delay: 1.90s;
        -o-transition-delay: 1.90s;
        transition-delay: 1.90s;
    }
    .main_head .navbar-collapse.collapse.show .navbar-nav li a {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
        -webkit-transition: opacity 1s, -webkit-transform 1.5s;
        transition: opacity 1s, -webkit-transform 1.5s;
        -o-transition: opacity 1s, transform 1.5s;
        transition: opacity 1s, transform 1.5s;
        transition: opacity 1s, transform 1.5s, -webkit-transform 1.5s;
        -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .main_head .navbar-nav>li>a {
        font-size: 22px;
        font-weight: 900;
    }
    .main_head .navbar-nav>li>a::before {
        display: none;
    }
    .header-area .container-fluid {
        padding: 0 20px;
    }
    /* .section {
        height: auto !important;
    } */
    /* .section-bg {
        height: 50vh;
    } */
    .banner-bottom-cont {
        position: relative;
        bottom: 0;
        padding: 44px 0;
    }
    .single-btm-cont h3, .single-btm-cont p {
        color: #000;
    }
    .outlone-btn {
        border: 1px solid #999;
        color: #000;
    }
    .outlone-btn:hover {
        border: 1px solid #000;
        color: #fff;
        background: #000;
    }
    .number {
        color: #000;
    }
    body.dark .number {
        color: #fff
    }
    h1 {
        font-size: 30px;
    }
    .section6-left-cont h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .section2 .single-btm-cont {
        border-right: 1px solid #ccc;
        justify-content: flex-start !important;
    }
    .footer-area {
        position: relative;
        bottom: 0;
        /* padding: 40px 0; */
        /* background: #fff; */
    }
    .setion7-cont {
        padding: 100px 0;
    }
    .secton-6-left {
        padding-left: 45px;
        padding-bottom: 45px;
    }
    /* .section7-left-content .outline-black-btn {
        width: 300px;
    } */
    .section7-left-content {
        padding-left: 30px;
    }
    .single-btm-cont h3 {
        font-size: 22px;
    }
    .single-btm-cont {
        padding: 0 15px;
    }
    .section2 .single-btm-cont {
        max-width: 180px;
    }
    .outlone-btn {
        padding: 0px 15px;
    }
    .icon-responsive {
        display: block;
    }
    .single-btm-cont .icon {
        display: none;
    }
    body.dark .single-btm-cont .icon {
        display: block;
    }
    body.dark .icon-responsive {
        display: none;
    }
    .single-btm-cont:last-child {
        justify-content: center !important;
    }
    .half-image-area .single-btm-cont:last-child {
        justify-content: flex-start !important;
    }
    .secton-6-img {
        padding-left: 30px;
    }
    .checktab-menu {
        left: 220px;
    }
    .checkout-cont ul li {
        padding: 15px 0;
    }
    .checkout-right.checkout-right-content {
        height: auto;
    }
    .meter-desktop, .icon-desktop {
        display: none;
    }
    .dark .meter-desktop, .dark .icon-desktop {
        display: block;
    }
    .checkout-btm {
        background: #636363;
        position: relative;
    }
    .checkout-img, .checkout-right {
        padding-bottom: 25px;
    }
    .check-btn {
        width: 180px;
    }
    .check-btm-left ul li {
        padding: 19px 15px;
    }
    .half-image-area:before, .top-img-area:before {
        display: none;
    }
    .section5 .top-img-area>img.top-img {
        height: calc(100vh - 250px);
    }
    .section5 .top-img-area {
        height: auto;
    }
    .video-icon {
        top: 22%;
    }
    .half-image-area {
        height: auto;
    }
    .landing-sec .banner-bottom-cont p, .landing-sec .banner-bottom-cont h2 {
        color: #000;
    }
    .landing-sec .blacklogo {
        display: inline-block;
    }
    .landing-sec .whitelogo {
        display: none;
    }
    /* .switch-toggle-area span.day {
        color: #000;
    }
    .switch-toggle-area span.night {
        color: #000;
    } */
    .dark .landing-sec .blacklogo {
        display: none;
    }
    .dark .landing-sec .whitelogo {
        display: inline-block;
    }
    .dark .landing-sec .banner-bottom-cont p, .dark .landing-sec .banner-bottom-cont h2 {
        color: #fff;
    }
    .whitelogo, .blacklogo {
        width: 150px;
    }
    .half-image-area .banner-bottom-cont {
        padding-bottom: 0;
    }
    .number span {
        font-size: 22px !important;
        color: #000;
    }
    .dark .number span {
        color: #fff;
    }
    .landing-sec .banner-bottom-cont {
        position: absolute;
        padding: 0 15px;
    }
    .landing-sec .section-bg {
        height: 100vh;
    }
    .footer-area.landing-footer {
        position: absolute;
    }
    .newexpanlist-btn span.cr {
        width: 30px;
        height: 30px;
        line-height: 26px;
    }
    .newexpanlist-btn span.cr i{
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .switch-toggle-area{
        display:none;
    }
    .check-btm-left ul li span small {
        top: -3px;
    }
    .pay-credit-divider {
        margin: 18px 0 !important;
    }
    .checkout-right.payment-right-area {
        padding-bottom: 25px;
    }
    .payment-left.checkout-img, .checkout-right.payment-right-area {
        height: auto;
    }
    .account-details-area, .payment-right-content-area {
        padding-bottom: 0;
    }
    .alignright, .alignleft, .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin: 0 0 22px 0;
        max-width: 100%;
    }
    .main_head .navbar-nav>li>.sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
    }
    .main_head .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }
    /* .single-btm-cont img {
        margin-bottom: 6px;
        height: 30px;
    } */
    .section7-left-content .outline-black-btn {
        /* width: 100%; */
        margin-left: 0px !important;
    }

    .checkout-main-container {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        padding-bottom: 110px;
    }
    .checkout-right {
        border-left: 0px solid #ddd;
    }
    .banner-bottom-cont .outlone-btn {
        width: 100%;
        text-align: center;
    }
    .menu-collapse-icon {
        display: block;
    }

    .landing-menu-outer.active {
        transform: translateX(0);
    }
    .landing-page-menu {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: start !important;
    }
    .landing-page-menu {
        padding: 95px 25px 7px 25px;
    }
    .landing-page-menu li {
        border-bottom: 1px solid #ccc;
        width: 100%;
        display: block;
        padding: 7px 0;
    }
    .section-logo-area {
        position: relative;
        width: 100%;
    }
    /* .section-logo-area  a img{
        display: none !important;
    } */
    .section-logo-area .switch-toggle-area {
        margin-top: 0;
    }
    .dark .landing-menu-outer {
        background: #111;
    }
    .landing-menu-bar-close{
        display: block;
    }
    .landing-mobile-menu{
        display: block;
    }
    .half-image-area .single-btm-cont img{
        margin-left: auto;
        margin-right: auto;
    }
    .landing-sec .section-bg {
        height: 100vh;
    }
    .landing-page-title {
        font-size: 33px;
        top: 100px;
    }
    .landing-sec .banner-bottom-cont {
        bottom: 80px;
    }
    .bouncing-arrow_d_none {
        display: none;
    }
    /* .section-6-content-mid{
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
       } */
       .check-btm-left ul {
        display: none;
    }
    .checkout-mobile-price {
        display: block;
        font-size: 17px;
        color: #fff;
        font-weight: 500;
        text-align: center;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }
    .checkout-mobile-price p {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        margin-left: 10px;
    }
    .checkout-right.checkout-right-content .checkout-cont {
        padding-bottom: 0;
    }


}

@media (max-width:767px) {

    .check-btm-left ul li span {
        font-size: 25px;
    }
    .section.setion7 {
        min-height: 70vh;
    }
    .checkout-cont ul li {
        padding: 0;
    }
    .footer-area {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 9;
    }
    .menu-bar-open span {
        width: 20px;
        height: 2px;
        background: #fff;
        display: block;
        opacity: 1;
        margin-top: 4px;
        transition:0.3s;
    }
    .menu-bar-open {
        margin-top: 0px;
    }
    .menu-bar-open.active span{
        background:#000;
    }
    .menu-bar-open.active span:first-child {
        transform: rotate(45deg) translateY(4px);
    }
    .menu-bar-open.active span:nth-child(3) {
        transform: rotate(-45deg) translateY(-4px);
    }
    .menu-bar-open.active span:nth-child(2) {
        display: none;
    }
    .menu-bar-close {
        opacity: 0;
    }
    .menu-bar-open.active {
        position: relative;
        z-index: 9999;
    }
    .sec3-left h1 {
        text-align: center;
    }
    .single-btm-cont:last-child {
        display: block !important;
        width: 100%;
        margin-top: 20px;
        max-width: 100%;
    }
    .single-btm-cont {
        width: 33.3333%;
    }
    .banner-bottom-cont {
        flex-wrap: wrap;
        position: absolute;
        bottom: 18px;
    }
    .banner-bottom-cont .outlone-btn {
        width: 100%;
    }
    /* .number {
        font-weight: 500;
        font-size: 30px;
        margin-bottom: 5px;
    } */
    p {
        font-size: 14px;
    }
    /* .number {
        text-align: center;
        display: block;
        width: 100%;
    } */
    .single-btm-cont {
        text-align: center !important;
        align-items: center !important;
    }
    .sec3-left {
        margin-bottom: 30px;
        text-align: left !important;
    }
    .sec3-left .outline-black-btn {
        width: 100% !important;
        text-align: center !important;
    }
    .section-6-content, .setion7-cont, .section-6-content-mid  {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .secton-6-left {
        width: 100%;
        overflow: hidden;
        padding: 0 18px;
    }
    .secton-6-img{
        padding: 0;
        width:100%;
    }
    .section6-left-cont {
        max-width: 100%;
        padding-bottom: 45px;
    }
    .section7-left, .section7-right {
        width: 100%;
    }
    .section6-left-cont .outline-black-btn {
        width: 100%;
        text-align: center;
    }
    .checkout-right.checkout-right-content {
        z-index: 1 !important;
    }
    .checkout-img, .checkout-right {
        position: sticky;
        top: 70px;
        z-index: 9;
        background: #fff;
    }
    .section7-right {
        order: 1;
    }
    .section7-left {
        order: 2;
    }
    .section7-left-content {
        padding-left: 0;
        text-align: center;
        margin: 0 auto;
        max-width: 100%;
    }
    .section7-left{
        padding: 0 25px;
    }
    .setion7-cont {
        padding: 0 0px 45px 0px;
    }
    /* .section7-left-content .outline-black-btn {
        width: 100%;
    } */
    .section7-left-content h3 {
        font-size: 30px;
        margin-bottom: 35px;
    }
    .footer-area ul li {
        display: none;
    }
    .footer-area ul li:first-child, .footer-area ul li:nth-child(2) {
        display: block;
        text-align: center;
    }
    .left-cont-list {
        margin-bottom: 40px;
        padding-right: 0px;
    }
    .secton-6-img {
        display: flex;
        justify-content: center;
    }
    .banner-bottom-cont li:nth-child(3) {
        border-right: 0px;
    }
    .checktab-menu li a {
        padding: 22px 12px;
    }
    .checkout-cont {
        max-width: 100%;
    }
    .checkout-btm .container-fluid {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .check-btm-left ul li {
        padding: 19px 22px;
    }
    .check-btm-left ul {
        margin-bottom: 30px;
    }
    .landing-page-menu li a {
        color: #000;
    }
    .dark .landing-page-menu li a {
        color: #fff;
    }
    .half-image-area .single-btm-cont:last-child {
        display: block;
        width: 33.3333%;
        margin-top: 45px;
        max-width: 180px;
        margin-top: 0;
    }
    .outline-black-btn {
        display: block;
        text-align: center;
    }
    .outline-black-btn.top-crane-faq {
        margin: 10px auto 0 auto;
    }
    .header-area {
        /* position: absolute; */
    }
    .logo .mobile-logo {
        display: none;
    }
    .logo .desktop-logo {
        display: block;
    }
    .section-bg {
        /* min-height: 100vh; */
        background-position: center center;
    }
    .outlone-btn {
        border: 3px solid #fff;
        color: #fff;
        line-height: 33px;
    }
    .outlone-btn:hover{
        background:#fff;
        border: 3px solid #fff;
        color: #000;
    }
    .single-btm-cont h3, .single-btm-cont p {
        color: #fff;
        line-height: 1;
    }
    .content-mobile{
        display: flex !important;
    }
    .content-desktop{
        display: none !important;
    }
    .section1 .single-btm-cont {
        padding: 0 12px;
    }
    .single-btm-cont {
        border-right: 1px solid #fff;
    }
    .banner-bottom-cont {
        max-width: 580px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .switch-toggle-area span.day {
        color: #000;
    }
    .switch-toggle-area span.night {
        color: #000;
    }
    body.dark .outlone-btn, body.dark .outline-black-btn {
        border: 2px solid #fff;
    }
    body.dark .outlone-btn:hover, body.dark .outline-black-btn:hover {
        border: 2px solid #fff;
    }
    .single-btm-cont p {
        margin-top: 10px;
    }
    .menu-bar-open img {
        width: 25px;
    }
    .number span {
        color: #fff;
        margin-bottom: 0;
    }
    .single-btm-cont .icon-responsive {
        display: none;
    }
    .single-btm-cont .icon-desktop{
        display: block;
    }
    .section-3-cont .banner-img {
        height: auto;
        min-height: 70vh;
    }
    .sec3-left-right-cont {
        padding: 35px 20px !important;
    }
    .outline-black-btn {
        border: 2px solid #000;
    }
   .sec3-left-right-cont span {
        font-size: 19px;
    }
    .section5 .top-img-area > img.top-img {
        height: auto;
        min-height: 80vh;
    }
    .video-icon {
        top: 14%;
    }
    .section2 .single-btm-cont {
        border-right: 1px solid #fff;
    }
    .ic-txt {
        display: none;
    }
    .section7-left-content h3 {
        text-align: left;
        font-size: 23px;
        margin-bottom: 10px;
    }
    .section7-left-content span {
        margin-bottom: 15px;
        text-align: left;
    }
    .setion7 {
        background: #fff;
    }
    .menu-bar-close, .menu-bar-open, .mobile-menu {
        display: block;
    }
    .header-right {
        height: 100vh;
        overflow: auto;
        width: 250px;
        position: fixed;
        top: 0;
        right: 0;
        background: #fff;
        padding-top: 45px;
        box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .2), 0 2px 30px 0 rgba(230, 230, 230, 0.35);
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
        z-index: 99;
    }
    .menu-bar-close {
        position: absolute;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background: #fff;
        border-radius: 50%;
        top: 28px;
        right: 14px;
        z-index: 999;
        box-shadow: 2.828px 2.828px 19px 0px rgba(33, 33, 33, 0.12);
        cursor: pointer;
    }
    .mobile-menu li {
        margin-left: 0 !important;
        display: block !important;
        padding: 10px 20px;
        border-bottom: 1px solid #eee;
    }
    .header-right ul li a {
        color: #000;
        text-transform: uppercase;
        font-size: 14px;
    }
    .header-right ul li {
        margin-left: 0;
        display: block;
        padding: 10px 20px;
        border-bottom: 1px solid #8a8a8a;
    }
    .switch-toggle-area>span {
        color: #000;
    }
    .menu-bar-open i {
        font-size: 27px;
        color:#fff;
        margin-top: -8px;
    }
    .menu-bar-open {
        cursor: pointer;
    }
    .header-right.active {
        visibility: visible;
        opacity: 1;
    }
    body.fix {
        overflow: hidden !important;
    }
    .desk-collapse-menu {
        display: none !important;
    }
    .page-link-area{
        /*display: block;*/
    }
    .fixed-menu-area{
        display: none;
    }
    .new-header-expand {
        background: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,.1);
    }
   .new-header-expand, body.sec-expanded .new-header-expand {
        display: block;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: 999;
    }
    .new-header-expand.scrollUp, body.sec-expanded .new-header-expand.scrollUp {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    body.dark .header-right {
        background: #111;
    }
    .meter-area.meter-desktop {
        display: block;
    }
    .new-header-expand.expand-none{
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
    .section {
        display: table !important;
    }
    .check-button {
        position: absolute;
        top: 8px;
        right: 25px;
        cursor: pointer;
        width: 28px;
        height: 28px;
        border: 2px solid #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 19px;
    }
    .check-button img {
        width: 13px;
        height: 13px;
    }
    .checkout-btm {
        position: fixed;
        bottom: 0;
        padding: 20px 10px 10px 10px;
        transform: translateY(100%);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .checkout-btm.active {
        transform: translateY(0);
    }
    .check-button {
        position: absolute;
        top: 8px;
        right: 25px;
        cursor: pointer;
    }
    /* parallex */
    /* .parallex-scroll{
        display: block;

    }
    .parallex-scroll img{
        height: auto;
        min-height: 80vh;
    }
    .section-3-cont .banner-img {
        display: none;
    } */
    .prlx{
        min-height: 70vh;
        object-fit: cover;
    }
    .check-btn {
        width: 100%;
    }
    .check-button {
        display: block;
    }
    .action-btns {
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
    .checktab-menu, .checkout-cont h1 {
        display: none;
    }
    .checkout-main {
        padding: 75px 0 40px 0;
    }
    .header-area.chek-header-area {
        position: fixed;
        background: #ffff;
    }
    .checkout-img.d-flex.align-items-center.justify-content-center {
        top: 67px;
        padding-top: 0;
        position: -webkit-sticky;
        position: sticky;
        background: #fff;
        z-index: 9;
    }
    .checkout_message_bar {
        font-size: 12px;
        top: 60px;
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }
    .payment-summery-container .payment-left.checkout-img {
        order: 2;
    }
    .payment-summery-container .checkout-right.payment-right-area {
        order: 1;
    }
    .single-select-pro {
        display: none;
    }
    .payment-left.checkout-img > .divider {
        display: none;
    }
    .payment-left.checkout-img {
        padding-top: 30px;
    }
    .summery-cont .show-details {
        margin: 20px 0;
    }
    /* .summery-img {
        text-align: center;
        position: sticky;
        top: 75px;
        background: #fff;
        padding-top: 30px;
    } */

    .checkout-main-container.payment-summery-container {
        padding-bottom: 0;
    }
    .checkout-main.payment-main {
        padding-bottom: 0;
    }

    .checkout-btm.payment-btm {
        display: none;
    }
    .payment-place-mobile {
        display: block;
        background: #f0f0f0;
    }
    .checkout-right.payment-right-area .pay-btm-note {
        display: none;
    }
    .contact-cont .form-group {
        margin-bottom: 15px !important;
    }

    .privacy-cont h3 {
        font-size: 22px;
    }
    .blog-month h3 {
        font-size: 25px;
        margin-bottom: 25px;
        display: none;
    }
    .title a {
        padding-top: 8px;
    }
    .newsletter-form {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .newsletter-form .form-group {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .newsletter-form input[type="submit"] {
        width: 100%;
    }
    .news-letter-cont {
        text-align: center;
        padding-top: 255px;
    }
    p.newsletter-text{
        color: #fff;
    }
    .about-cont h2, .support-cont h2 {
        font-size: 22px;
    }
    .inner-header-area {
        transform: translateY(-100%);
        transition: 0.3s;
        position: fixed;
    }
    .inner-header-area.fix-header{
        transform: translateY(0);
    }
}

@media (max-width:575px) {
    .checkout-img.d-flex.align-items-center.justify-content-center {
        min-height: 28vh;
        top: 76px;
    }
    .secton-6-left {
        margin-top: 33px;
    }
    .section7-right .car_image {
        margin-bottom: 95px;
    }
    .checkout-btm-tab-area {
        max-width: 470px
    }
    .switch-toggle-area span.day, .switch-toggle-area span.night {
        color: #000;
    }
    .single-btm-cont {
        padding: 0 12px;
        justify-content: flex-start !important;
    }
    /* .single-btm-cont h3 {
        font-size: 22px;
        margin-bottom: 0px;
    } */
    .single-btm-cont p {
        font-size: 13px;
        line-height: 1.3;
    }
    .section2 .single-btm-cont {
        padding: 0 10px;
    }
    .width-btn{
		padding: 0px 50px !important;
	}
    .outline-black-btn {
        padding: 0px 35px;
        font-size: 14px;
    }
    .left-cont-list ul:first-child {
        padding-right: 15px;
    }
    .left-cont-list ul:last-child {
        padding-left: 15px;
    }
    .section6-left-cont ul li {
        margin-bottom: 15px;
        padding-bottom: 15px;
        position: relative;
    }
    .section6-left-cont ul li:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        background: #ccc;
        content: "";
        height: 1px;
        width: 40px;
    }
    .section6-left-cont ul li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .section6-left-cont ul li:last-child:after {
        background: transparent;
    }
    .section6-left-cont ul li label {
        font-size: 14px;
    }
    .outlone-btn {
        padding: 0px 15px;
    }


    .section-bg {
        position: relative;
    }

    body.dark .setion7 {
        border-top: 0px solid #d9d9d9;
    }
    .top-crane-faq {
        display: block;
    }
    .outline-black-btn.top-crane-faq {
        font-size: 13px;
        border-radius: 35px;
        margin: 10px auto 0 auto;
    }
    /* .section-3-cont .banner-img {
        height: auto;
        min-height: 200px;
    } */
    .section5 .top-img-area {
        height: auto;
        min-height: 200px;
    }
    /* .header-area::before {
        position: absolute;
        top: 84px;
        left: 0;
        right: 0;
        content: "";
        background: rgba(255, 255, 255, 1);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 6%, rgba(255, 255, 255, 0.93) 13%, rgba(255, 255, 255, 0.84) 21%, rgba(255, 255, 255, 0.77) 28%, rgba(255, 255, 255, 0.77) 28%, rgba(255, 255, 255, 0.76) 29%, rgba(255, 255, 255, 0.76) 29%, rgba(255, 255, 255, 0.76) 29%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(6%, rgba(255, 255, 255, 1)), color-stop(13%, rgba(255, 255, 255, 0.93)), color-stop(21%, rgba(255, 255, 255, 0.84)), color-stop(28%, rgba(255, 255, 255, 0.77)), color-stop(28%, rgba(255, 255, 255, 0.77)), color-stop(29%, rgba(255, 255, 255, 0.76)), color-stop(29%, rgba(255, 255, 255, 0.76)), color-stop(29%, rgba(255, 255, 255, 0.76)), color-stop(100%, rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 6%, rgba(255, 255, 255, 0.93) 13%, rgba(255, 255, 255, 0.84) 21%, rgba(255, 255, 255, 0.77) 28%, rgba(255, 255, 255, 0.77) 28%, rgba(255, 255, 255, 0.76) 29%, rgba(255, 255, 255, 0.76) 29%, rgba(255, 255, 255, 0.76) 29%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 6%, rgba(255, 255, 255, 0.93) 13%, rgba(255, 255, 255, 0.84) 21%, rgba(255, 255, 255, 0.77) 28%, rgba(255, 255, 255, 0.77) 28%, rgba(255, 255, 255, 0.76) 29%, rgba(255, 255, 255, 0.76) 29%, rgba(255, 255, 255, 0.76) 29%, rgba(255, 255, 255, 0) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 6%, rgba(255, 255, 255, 0.93) 13%, rgba(255, 255, 255, 0.84) 21%, rgba(255, 255, 255, 0.77) 28%, rgba(255, 255, 255, 0.77) 28%, rgba(255, 255, 255, 0.76) 29%, rgba(255, 255, 255, 0.76) 29%, rgba(255, 255, 255, 0.76) 29%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 6%, rgba(255, 255, 255, 0.93) 13%, rgba(255, 255, 255, 0.84) 21%, rgba(255, 255, 255, 0.77) 28%, rgba(255, 255, 255, 0.77) 28%, rgba(255, 255, 255, 0.76) 29%, rgba(255, 255, 255, 0.76) 29%, rgba(255, 255, 255, 0.76) 29%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
        z-index: 9;
        height: 100%;
    } */
    /* body.dark .header-area::before {
        background: rgba(0, 0, 0, 1);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 6%, rgba(0, 0, 0, 0.93) 13%, rgba(0, 0, 0, 0.84) 21%, rgba(0, 0, 0, 0.77) 28%, rgba(0, 0, 0, 0.77) 28%, rgba(0, 0, 0, 0.76) 29%, rgba(0, 0, 0, 0.76) 29%, rgba(0, 0, 0, 0.76) 29%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(6%, rgba(0, 0, 0, 1)), color-stop(13%, rgba(0, 0, 0, 0.93)), color-stop(21%, rgba(0, 0, 0, 0.84)), color-stop(28%, rgba(0, 0, 0, 0.77)), color-stop(28%, rgba(0, 0, 0, 0.77)), color-stop(29%, rgba(0, 0, 0, 0.76)), color-stop(29%, rgba(0, 0, 0, 0.76)), color-stop(29%, rgba(0, 0, 0, 0.76)), color-stop(100%, rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 6%, rgba(0, 0, 0, 0.93) 13%, rgba(0, 0, 0, 0.84) 21%, rgba(0, 0, 0, 0.77) 28%, rgba(0, 0, 0, 0.77) 28%, rgba(0, 0, 0, 0.76) 29%, rgba(0, 0, 0, 0.76) 29%, rgba(0, 0, 0, 0.76) 29%, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 6%, rgba(0, 0, 0, 0.93) 13%, rgba(0, 0, 0, 0.84) 21%, rgba(0, 0, 0, 0.77) 28%, rgba(0, 0, 0, 0.77) 28%, rgba(0, 0, 0, 0.76) 29%, rgba(0, 0, 0, 0.76) 29%, rgba(0, 0, 0, 0.76) 29%, rgba(0, 0, 0, 0) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 6%, rgba(0, 0, 0, 0.93) 13%, rgba(0, 0, 0, 0.84) 21%, rgba(0, 0, 0, 0.77) 28%, rgba(0, 0, 0, 0.77) 28%, rgba(0, 0, 0, 0.76) 29%, rgba(0, 0, 0, 0.76) 29%, rgba(0, 0, 0, 0.76) 29%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 6%, rgba(0, 0, 0, 0.93) 13%, rgba(0, 0, 0, 0.84) 21%, rgba(0, 0, 0, 0.77) 28%, rgba(0, 0, 0, 0.77) 28%, rgba(0, 0, 0, 0.76) 29%, rgba(0, 0, 0, 0.76) 29%, rgba(0, 0, 0, 0.76) 29%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
    }
    body.dark .section-bg::before {
        background: rgba(0, 0, 0, 0.01);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.55) 52%, rgba(0, 0, 0, 0.67) 63%, rgba(0, 0, 0, 0.81) 77%, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.01)), color-stop(52%, rgba(0, 0, 0, 0.55)), color-stop(63%, rgba(0, 0, 0, 0.67)), color-stop(77%, rgba(0, 0, 0, 0.81)), color-stop(95%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.55) 52%, rgba(0, 0, 0, 0.67) 63%, rgba(0, 0, 0, 0.81) 77%, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 1) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.55) 52%, rgba(0, 0, 0, 0.67) 63%, rgba(0, 0, 0, 0.81) 77%, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 1) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.55) 52%, rgba(0, 0, 0, 0.67) 63%, rgba(0, 0, 0, 0.81) 77%, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.55) 52%, rgba(0, 0, 0, 0.67) 63%, rgba(0, 0, 0, 0.81) 77%, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
    } */
    /* .header-area {
        padding: 35px 0 25px 0;
        background: #fff;
    } */
    /* body.dark .header-area {
        background: #000;
    } */
    /* .section.section1 .section-bg {
        margin-top: 70px;
    } */
    /* .logo .desktop-logo {
        display: none;
    } */

    body.dark .logo .desktop-logo {
        display: block;
    }
    body.dark .logo .mobile-logo {
        display: none;
    }
    .nextlink {
        bottom: 30px;
        padding: 11px 42px;
    }
    /* .outlone-btn, .outline-black-btn {
        border: 1px solid #000;
    } */

    .light .header-area.header-dark .desktop-dark-logo {
        display: none;
    }
    .checktab-menu {
        position: relative;
        left: 0;
        text-align: center;
        top: 0;
        margin-top: 40px;
    }

    .checktab-menu li a {
        padding: 10px 10px;
        font-size: 14px;
    }
    .check-pro {
        font-size: 13px;
    }
    .checkout-cont ul li span {
        font-size: 13px;
        line-height: 1;
        margin-top: 2px;
    }
    .check-btm-left ul li {
        padding: 5px 0;
        display: block;
        text-align: center;
        border-right: 0px solid #7f7f7f;
    }
    .check-btm-left ul {
        margin-bottom: 10px;
    }
    .check-btm-left ul li p {
        transform: translateY(0px);
        font-size: 16px;
    }
    /* .header-area {
        position: relative;
    } */
    /* .section1 .single-btm-cont {
        padding: 0 15px;
    } */
    .header-area.chek-header-area:before {
        display: none;
    }
    .half-image-area .banner-bottom-cont, .top-img-area .banner-bottom-cont {
        padding: 25px 0 0;
        transform: translateY(0);
    }
    /* .section5 .top-img-area>img.top-img {
        height: auto;
        min-height: 200px;
    } */

    /* .top-img-area .banner-bottom-cont:before, .half-image-area .banner-bottom-cont:before {
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 70px;
        width: 100%;
        content: "";
        background: rgba(255, 255, 255, 0.01);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.55) 52%, rgba(255, 255, 255, 0.67) 63%, rgba(255, 255, 255, 0.81) 77%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.01)), color-stop(52%, rgba(255, 255, 255, 0.55)), color-stop(63%, rgba(255, 255, 255, 0.67)), color-stop(77%, rgba(255, 255, 255, 0.81)), color-stop(95%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.55) 52%, rgba(255, 255, 255, 0.67) 63%, rgba(255, 255, 255, 0.81) 77%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.55) 52%, rgba(255, 255, 255, 0.67) 63%, rgba(255, 255, 255, 0.81) 77%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.55) 52%, rgba(255, 255, 255, 0.67) 63%, rgba(255, 255, 255, 0.81) 77%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.55) 52%, rgba(255, 255, 255, 0.67) 63%, rgba(255, 255, 255, 0.81) 77%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
        z-index: -1;
    } */
    .half-image-area .banner-bottom-cont, .top-img-area .banner-bottom-cont {
        -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        transform: translateY(-1px);
        z-index: 9;
    }
    .section-3-cont .container {
        padding-top: 0px;
    }
    body.dark .top-img-area .banner-bottom-cont:before, body.dark .half-image-area .banner-bottom-cont:before {
        background: rgba(0, 0, 0, 0.01);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.55) 52%, rgba(0, 0, 0, 0.67) 63%, rgba(0, 0, 0, 0.81) 77%, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.01)), color-stop(52%, rgba(0, 0, 0, 0.55)), color-stop(63%, rgba(0, 0, 0, 0.67)), color-stop(77%, rgba(0, 0, 0, 0.81)), color-stop(95%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.55) 52%, rgba(0, 0, 0, 0.67) 63%, rgba(0, 0, 0, 0.81) 77%, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 1) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.55) 52%, rgba(0, 0, 0, 0.67) 63%, rgba(0, 0, 0, 0.81) 77%, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 1) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.55) 52%, rgba(0, 0, 0, 0.67) 63%, rgba(0, 0, 0, 0.81) 77%, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.55) 52%, rgba(0, 0, 0, 0.67) 63%, rgba(0, 0, 0, 0.81) 77%, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
    }
    .section-logo-area img {
        margin-bottom: 0;
    }
    .section-logo-area .blacklogo {
        display: block;
    }
    .section-logo-area .whitelogo{
        display: none;
    }
    .dark .section-logo-area .blacklogo {
        display: none;
    }
    .dark .section-logo-area .whitelogo{
        display: block;
    }
    .section-logo-area {
        padding-top: 0;
    }

    .landing-mobile-menu .blacklogo{
        display: block;
    }
    .landing-mobile-menu .whitelogo{
        display: none;
    }
    .dark .landing-mobile-menu .blacklogo{
        display: none;
    }
    .dark .landing-mobile-menu .whitelogo{
        display: block;
    }
    h2 {
        font-size: 26px;
        line-height: 50px;
    }

    .expandbtn-area {
        padding: 8px 9px;
        width: 127px;
        font-size: 13px;
    }
    .logo {
        max-width: 135px;
        margin-bottom: 10px;
    }
    .new-header-expand-btn {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .new-header-expand {
        padding: 10px 15px 5px 15px;
    }
    .new-header-expand-btn .logo {
        max-width: 100%;
        margin-bottom: 15px;
        width: 100%;
    }
    .new-header-expand-btn .logo img{
        width: 135px;
    }
    .expandbtn-area {
        padding: 7px 11px;
        width: 47%;
        font-size: 11px;
        flex: 0 0 47%;
    }
    .header-expandbtn-area .expandbtn-area{
        margin:0 5px;
    }
    .section6-left-cont h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    body.sec-expanded .header-area {
        display: block;
        /* position: relative; */
    }
    .scroll-stop {
        position: absolute;
        top: 10px;
        right: 15px;
        transform: rotate(180deg);
        cursor: pointer;
        display: block;
    }
    .scroll-stop img {
        height: 20px;
    }
    .pay-btm-note p {
        font-size: 14px;
    }
    .submit-btn.outlone-btn {
        width: 100%;
    }
    .title {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .title h2 {
        font-size: 24px;
    }
    .header-area.inner-header-area .logo {
        margin-bottom: 0;
    }
    .single-blog {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .about-cont h2, .support-cont h2 {
        font-size: 18px;
    }
    .check-button{
        display: none;
    }
    .about-page-area .title ul {
        display: none;
    }
}

@media (max-width:480px) {
    .inner-menu {
        margin-top: 7px;
        text-align: center;
    }
    .checkout-btm-tab-area {
        max-width: 310px
    }
.section-logo-area a img {
	width: 112px;
	margin-top: 5px;
}
.section-logo-area span.day {
	margin-right: 5px;
}
.section-logo-area span.night {
	margin-left: 5px;
}

.expand-list-btn{
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}
.expand-list-btn .closelink, .expand-list-btn .nextlink.order-now-btn {
	margin: 5px 0px;
}
.section7-left-content .outline-black-btn {
    width: 100%;
}
.check-button {
	right: 12px;
}
.title ul li {
	margin-left: 5px;
}
.signin-cont {
	max-width: 320px;
}
.signin-cont ul li:first-child {
	padding-right: 51px;
}
.signin-cont ul li a {
	font-size: 12px;
}
}
