/* 
Theme Name: LR PMS
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

:root {
    --sans: "Source Sans 3", sans-serif;
}




.admin-bar .pms-header {
    top: 32px !important;
}

.pms-header .elementor-widget-image a img[src$=".svg"] {
    width: 205px;
}

.site-footer .elementor-widget-image a img[src$=".svg"] {
    width: 165px;
}

.pms-header .mega-menu .mega-menu-item>a,
.pms-header .mega-menu .mega-menu-item.mega-toggle-on>a {
    font-size: 16px !important;
    font-weight: 400;
    color: #424253 !important;
    font-family: "Source Sans Pro", Sans-serif;
    padding: 0 15px !important;
    background: transparent !important;
}

.pms-header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
    position: fixed !important;
    top: 110px;
    right: 0;
    left: 0;
    width: 100%;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    content: "";
    border: 1px solid #424253;
    top: -12px;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -11px;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link:hover>span.mega-indicator::after {
    border-color: #3659c3;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
    padding: 10px;
}

.pms-header.sticky #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
    top: 98px;
}

.pms-header .mega-menu .mega-menu-item>a:hover {
    background: transparent !important;
    color: #3659c3 !important;
}

.pms-header #mega-menu-wrap-menu-1 {
    background: transparent;
}

.pms-header .mega-menu-row {
    float: none !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.pms-header .mega-menu-row .mega-sub-menu {
    display: flex !important;
}

.pms-header .mega-menu-row .mega-sub-menu .mega-menu-column {
    float: none !important;
}

.pms-header .mega-menu-row .mega-sub-menu .mega-menu-column h4 {
    font-size: 16px;
    color: #424253 !important;
    font-family: "Source Sans Pro", Sans-serif;
    font-weight: 700;
    line-height: normal !important;
    margin-bottom: 10px;
    margin-top: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link {
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-family: "Source Sans Pro", Sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
}

.pms-header .mega-menu-row .mega-sub-menu .mega-menu-column span {
    font-size: 14px;
    color: #424253 !important;
    font-family: "Source Sans Pro", Sans-serif;
    font-weight: 400;
    line-height: normal !important;
}

.pms-header .mega-menu-row .mega-sub-menu .mega-menu-column a {
    display: flex;
    gap: 0px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    align-items: center;
    line-height: 0 !important;
    background: #ebecff78;
    min-height: 100px;
}

.pms-header .mega-menu-row .mega-sub-menu .mega-menu-column a .img-wrapper {
    line-height: 0px;
    padding: 15px;
}

.mega-mobile-login {
    display: none !important;
}

.pms-header .mega-menu-row .mega-sub-menu .mega-menu-column a .img-wrapper img {
    border-radius: 4px 0 0 4px;
    line-height: 0;
    max-width: 45px !important;
    object-fit: scale-down;
}

.sticky {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.90s ease-out;
}

.home-banner h2 span {
    background: url('/wp-content/themes/lrpms/images/Vector.png')no-repeat bottom;
    background-size: contain;
}

.home-banner h3 {
    position: relative;
}

.home-banner {
    position: relative;
    z-index: 1;
}

.home-banner::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: url('/wp-content/themes/lrpms/images/Vector-19.webp')no-repeat;
    background-size: contain;
    width: 150px;
    height: 400px;
    z-index: -1;
}

.home-banner::before {
    position: absolute;
    content: "";
    right: 80px;
    top: 150px;
    left: auto;
    background: url('/wp-content/themes/lrpms/images/shape_02.webp')no-repeat;
    background-size: contain;
    width: 101px;
    height: 115px;
    z-index: -1;
    opacity: 0.8;
}

.home-banner h3:before {
    position: absolute;
    content: "";
    left: -30px;
    top: -30px;
    background: url('/wp-content/themes/lrpms/images/title-shape.png')no-repeat center center;
    background-size: contain;
    width: 40px;
    height: 40px;
}


.most-populer h2 span {
    background: url('/wp-content/themes/lrpms/images/text-shape1.png')no-repeat bottom;
    background-size: contain;
    padding-bottom: 20px;
}

.arrow-cta a {
    position: relative
}

.arrow-cta a:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 8px;
    border: 1px solid #424253;
    right: -16px;
    border-top-width: 0;
    border-left-width: 0;
    transform: rotate(316deg);
    top: 5px;
}

.every-mint h3 {
    margin-top: 0 !important;
}

.every-mint .elementor-image-box-wrapper,
.time-project .elementor-image-box-wrapper {
    align-items: stretch !important;
}

.every-mint .elementor-image-box-wrapper .elementor-image-box-img,
.time-project .elementor-image-box-wrapper .elementor-image-box-img {
    display: flex !important;
    justify-content: center;
    align-items: center
}


.every-mint-slider {
    position: relative;
}

.every-mint-slider:before {
    position: absolute;
    content: "";
    background: url('/wp-content/themes/lrpms/images/shape-red.png')no-repeat bottom;
    background-size: contain;
    left: -40px;
    top: 0;
    width: 200px;
    height: 200px;

}

.every-mint-slider:after {
    position: absolute;
    content: "";
    background: url('/wp-content/themes/lrpms/images/shape-green.png')no-repeat bottom;
    background-size: contain;
    right: -40px;
    bottom: 0;
    width: 200px;
    height: 200px;

}

.every-mint-slider .elementor-swiper-button-prev {
    left: -15px !important;
}

.every-mint-slider .elementor-swiper-button-next {
    right: -25px !important;
}

.every-mint-slider .elementor-swiper-button svg {
    fill: #424253 !important;
}

.price-cards .elementor-widget-container {
    background-color: #fff !important;
}

.price-cards .elementor-price-table__price {
    padding: 10px 0 40px !important;
}

.price-cards::before {
    display: none;
}

.price-cards .elementor-price-table__heading {
    background: linear-gradient(to right, #5f63f2, #5f63f2a3, #ffca95, #5f63f278, #ffebc1);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

input:checked+.slider {
    background-color: #3659c3;
}

.feedback-form .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.feedback-form .col-md-6,
.feedback-form .col-md-12 {
    background-color: #fff;
    border: 1px solid rgb(218, 220, 224);
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 24px;
    page-break-inside: avoid;
    word-wrap: break-word;
    width: calc(50% - 10px);
}

.feedback-form .form-group {
    margin-bottom: 0;
}

.feedback-form .form-group textarea {
    width: 100%;
}

.feedback-form span.wpcf7-list-item label span {
    color: #000;
}

.feedback-form .form-group label {
    font-size: 16px;
    margin-bottom: 5px;
    font-family: var(--sans);
    text-transform: capitalize;
}

.feedback-form .form-group label>span {
    color: #c41212;
}

.feedback-form .form-group input,
.feedback-form .form-group input:focus,
.feedback-form .form-group select,
.feedback-form .form-group select:focus,
.feedback-form .form-group textarea,
.feedback-form .form-group textarea:focus {
    border: none;
    border-bottom: 1px solid rgb(218, 220, 224);
    box-shadow: none;
    outline: none;
    background-color: transparent;
}
.feedback-form .form-group select::placeholder{
    opacity: 0.5 !important;
}

.feedback-form .form-group h6 {
    font-weight: 600;
}

.feedback-form .form-group .wpcf7-radio {
    margin: 10px 0 0 !important;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}

.feedback-form .form-group .wpcf7-radio span {
    margin: 0;
    cursor: pointer;
}

.feedback-form .form-group .wpcf7-radio label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feedback-form .form-group span[data-name="image-video"] {
    display: block;
    margin-top: 10px;
    width: 100%;
}

.feedback-form .form-group span[data-name="image-video"] input {
    width: 100%;
}

.feedback-form .form-group p {
    margin-bottom: 0;
}

.feedback-form input[type="submit"],
.feedback-form input[type="submit"]:focus {
    border: none;
    background: #3659C3;
    color: white;
    min-width: 140px;
    font-weight: 600;

}

.feedback-form .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 10px;
}

.feedback-form .form-group input[type="radio"] {
    accent-color: #3659C3;
    transform: scale(1.4)
}

.feedback-form .elementor-widget-heading {
    margin-top: 12px;
    background-color: #fff;
    border: 1px solid rgb(218, 220, 224);
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 24px;
    padding-top: 22px;
    position: relative;
    border-top: 10px solid #3659C3
}

.feedback-form .elementor-widget-heading small {
    font-size: 16px;
    margin-top: 10px;
    display: block;
}

.feedback-form .codedropz-upload-wrapper h4 {
    opacity: 0.5;
    margin-bottom: 6px;
    margin-top: 0;
}

.feedback-form .codedropz-upload-wrapper .codedropz-btn-wrap a{
    display: block;
    background-color: #c4d0f3;
    width: fit-content;
    margin: 5px auto 0;
    border-radius: 4px;
    padding: 3px 10px;
    color: #3659c3;
}
.dnd-upload-status .dnd-upload-details .name span {
    color: #3659c3;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
    content: '';
    width: 20px;
    height: 20px;
    background-size: 68%;
    filter: invert(1);
    background-position: center center;
    background-color: #1cc9cf;
    padding: 5px;
    border-radius: 50px;
}
.dnd-upload-status .dnd-upload-details span.has-error {
    font-size: 14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    text-align: center;
    font-weight: 600;
}

p {
    margin-bottom: 0;
}

.contact-form {
    position: relative;
    margin-top: -60px;
}

.contact-form label {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    width: 100%;
}

.contact-form input,
.contact-form textarea,
.contact-form input:focus,
.contact-form textarea:focus {
    margin: 10px 0;
    border: 1px solid rgb(218, 220, 224);
    outline: none;
    width: 100%;
}

.contact-form span.wpcf7-spinner {
    position: absolute;
    right: 26px;
    bottom: 16px;
}

.contact-form input[type="submit"] {
    border: 1px solid #3659C3;
    background: #3659C3;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.contact-form span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.site-footer .elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
    background: transparent !important;
    color: #3659C3 !important;
}

.pms-header .mega-menu-row .mega-sub-menu .mega-menu-column a .img-content {
    width: 100%;
    padding: 10px 6px 10px 0;
}

.button-management ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

.button-management .top-download {
    background-color: #3659c3;
    text-transform: uppercase;
    font-family: "Source Sans Pro", Sans-serif;
    font-weight: 600;
}

.button-management li {
    white-space: nowrap;
    text-transform: uppercase;
}

/* .button-management li:nth-child(2){
    display: none;
} */

.top-login {
    color: #3659c3;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Source Sans Pro", Sans-serif;
}

.os-download a img {
    max-width: 200px;
    object-fit: contain;
    width: unset !important;
}

.os-download {
    gap: 20px;
}

.client-review .elementor-testimonial {
    flex-direction: column-reverse;
    display: flex;
    padding: 15px;
}

.client-review .elementor-swiper-button svg {
    fill: #3659c3 !important;
    width: 24px !important;

}

.client-review .elementor-swiper-button-next {
    right: -15px !important;
}

.client-review .elementor-swiper-button-prev {
    left: -15px !important;
}

.client-review .elementor-testimonial__header {
    border: none !important;
}

.client-review .elementor-swiper-button {
    box-shadow: 0px 0px 20px 0px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    align-items: center;
}

.map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.free-plan .elementor-price-table__features-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.free-plan .elementor-price-table__features-list li {
    width: 50%;
}

.free-plan .elementor-price-table__features-list li .elementor-price-table__feature-inner {
    display: flex;
    align-items: center;
}

.free-plan .elementor-price-table__features-list li:first-child .elementor-price-table__feature-inner {
    margin-top: 10px;
}

.client-review-custom .slick-slide {
    margin: 0 10px;
    background: #ebecff99;
    padding: 35px 35px 0px 35px;
}

.client-review-custom .slick-slide:nth-child(odd) {
    border-radius: 10px 0px 10px 30px
}

.client-review-custom .slick-slide:nth-child(even) {
    border-radius: 0px 10px 30px 10px;
}

.client-review-custom .slick-slide p {
    font-size: 16px;
    line-height: 28px;
}

.client-review-custom .slick-slide h4 {
    font-size: 18px;
    margin-top: 20px;
    text-align: right
}

.client-review-custom .slick-slide {
    min-height: 240px;
}

.client-review-custom .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #3659c3;
    opacity: 1;
    z-index: 99;
}

.client-review-custom .slick-arrow:before {
    position: absolute;
    content: "";
    border: 2px solid white;
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

.client-review-custom .slick-arrow.slick-next:before {
    border-top-width: 0;
    border-left-width: 0;
    transform: rotate(-45deg);
    left: 35%;
    top: 40%;
}

.client-review-custom .slick-arrow.slick-prev:before {
    border-top-width: 0;
    border-left-width: 0;
    transform: rotate(133deg);
    left: 40%;
    top: 40%;
}


.os-download .elementor-shortcode ul {
    display:flex;
    flex-direction:column;
    margin:0;
    padding:0;
    list-style:none;
}
.os-download .elementor-shortcode ul li:nth-child(3){
    order:1
} 
.os-download .elementor-shortcode ul li{
    text-transform: capitalize;
}
.os-download .elementor-shortcode ul li span{

    font-weight: 700;
}
/* .os-download .elementor-shortcode ul li:nth-child(1){
    order:2;
    margin-bottom: 8px;
} 
.os-download .elementor-shortcode ul li:nth-child(2){
    order:3;
    margin-bottom: 8px;
} 
.os-download .elementor-shortcode ul li:nth-child(4){
    order:4;
    margin-bottom: 8px;
}  */
.os-download .elementor-shortcode ul li a {
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    background-color: #3659c3;
    text-transform: uppercase;
    font-family: "Source Sans Pro", Sans-serif;
    font-weight: 600;
     margin-bottom:20px
}
.os-download .elementor-shortcode > div  > ul{
    margin-bottom:10px;
}
.os-download .elementor-shortcode > div  > ul li{
    display:flex;
    align-items:center;
    gap:10px;
}
.os-download .all-version-data ul li:nth-child(1){
    order:2
}
.os-download .all-version-data ul li{
    margin-bottom:10px;
}
.os-download .elementor-shortcode > div  > ul li label{
    font-weight:700;
    text-transform:capitalize
}
.os-download .elementor-shortcode > div  > ul li select,
.os-download .elementor-shortcode > div  > ul li select:focus{
    width:180px;
    background:transparent;
    border:1px solid #DDD;
    box-shadow:none;
    outline:none;
}
.os-download h3.elementor-image-box-title{
    margin: 0 !important;
}
.os-download h3.elementor-image-box-title span{
    font-weight:700;
}
/* .windowhide{
	display: none;
} */

.mega-d-none{
    display: none !important;
}

.ss-4-tabs .elementor-tab-title{
    border: 1px solid #d5d5d5 !important;
    margin: 0 15px;
    border-radius: 4px;
    padding: 15px 18px !important;
}
.ss-4-tabs .elementor-tab-title.elementor-active{
    background-color: #3659C3 !important;
}
.ss-4-image{
    width: 50%;
}

/*--member-type-page----*/
.box-panel{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.box-panel p{
    width: 100%;
    box-sizing: border-box; 
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}
.box-container {
    box-shadow: 0px 0px 8px 1px #0000001f;
    border-radius: 10px;
    border-left: 5px solid #4259c0;
    padding: 15px;
    width: calc(33.33% - 10px);
}
.box-container h4{
    color: #000000;
    text-align: center;
    font-size: 20px;
}
.box-container ul{
    list-style-type: disclosure-closed;
    padding-left: 25px;
}
.box-container ul li::marker{
    color:  #4259c0;
}
.box-container ul li{
    margin-bottom: 5px;
    font-size: 15px;
}

/*-----------------Responsive--css------------------*/

@media (max-width:1250px){
    .pms-header .mega-menu-row .mega-sub-menu .mega-menu-column a {
        min-height: 125px;
     }
}
@media (min-width:1200px) {
    .pms-header .mega-menu-row .mega-sub-menu .mega-menu-column a {
        transition: all 0.5s linear;
    }

    .pms-header .mega-menu-row .mega-sub-menu .mega-menu-column a:hover {
        border: 1px solid #3659c3;
        transition: all 0.5s linear;
    }

    .pms-header .mega-menu-row .mega-sub-menu .mega-menu-column .menu-active a {
        border-color: #3659c3;
    }

    .pms-header .mega-menu .mega-menu-item.mega-current_page_item>a {
        color: #3659c3 !important;
    }
}

@media (max-width:1199px) {
    .pms-header .mega-menu-row .mega-sub-menu .mega-menu-column a {
        min-height: auto;
    }
    .pms-header #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open+#mega-menu-menu-1 {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: 100px;
        padding: 30px 0;
    }

    .pms-header.sticky #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open+#mega-menu-menu-1 {
        top: 85px;
    }

    .pms-header .mega-menu .mega-menu-item>a,
    .pms-header .mega-menu .mega-menu-item.mega-toggle-on>a {
        color: white !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
        content: "" !important;
        border: 1px solid white;
        top: 30%;
        width: 10px;
        height: 10px;
        position: absolute;
        right: 10px;
        border-top: 0;
        border-left: 0;
        transform: rotate(45deg);
    }

    .pms-header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
        position: static !important;
        padding: 10px !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
        float: none !important;
        position: absolute;
        width: 30px;
        height: 40px;
        top: 0;
        line-height: 0;
        right: 11px;
    }

    .pms-header .mega-menu-row .mega-sub-menu .mega-menu-column a .img-wrapper {
        display: none;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
        background: transparent;
    }

    .pms-header .mega-menu-row .mega-sub-menu .mega-menu-column a {
        border: none;
        border-radius: 0;
        color: white;
        display: block;
        background: transparent;
    }

    .pms-header .mega-menu-row .mega-sub-menu .mega-menu-column a .img-content {
        padding: 0px !important;
        width: 100%;
    }

    .pms-header .mega-menu-row .mega-sub-menu .mega-menu-column span {
        display: none;
    }

    .pms-header .mega-menu-row .mega-sub-menu {
        display: block !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        padding: 5px 15px !important;

    }

    .pms-header .mega-menu-row .mega-sub-menu .mega-menu-column h4 {
        color: white !important;
        font-weight: 400 !important;
        font-size: 14px !important;
    }

    .pms-header .mega-menu .mega-menu-item>a:hover {
        color: white !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link:hover>span.mega-indicator::after {
        border-color: white !important;
    }

    .mega-toggle-on span.mega-indicator:after {
        transform: rotate(226deg) !important;
        transition: all 0.5 linear;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right,
    #mega-menu-wrap-menu-1 .mega-menu-toggle {
        background: transparent;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background-color: #3659C3 !important;
    }

    .os-download a img {
        width: 100px !important;
    }

    .site-footer .elementor-nav-menu--dropdown {
        background: transparent;
        margin-top: 0;
    }

    .site-footer .elementor-nav-menu--dropdown ul li a {
        padding: 10px 0;
    }

    .site-footer .elementor-nav-menu--dropdown ul li a:hover {
        color: #3659C3;
        background: transparent;
    }

    .site-footer .footer-links {
        display: block !important;
    }

    .home-banner h3 {
        font-size: 36px;
    }

    .button-management ul li:first-child {
        display: none !important;
    }

    .mega-mobile-login {
        display: block !important;
    }
}

@media (min-width:1190px) and (max-width:1200px) {
    #mega-menu-wrap-menu-1 .mega-menu-toggle {
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row-reverse;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left,
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-center {
        display: none;
    }

    .mega-toggle-blocks-right {
        justify-content: flex-start !important;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
        top: 50% !important;
    }

    .pms-header #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open+#mega-menu-menu-1 {
        display: flex !important;
        background: #000 !important;
        width: 100%;
        flex-direction: column;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
        display: none;
    }

    .pms-header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
        opacity: unset;
        visibility: unset;
        display: none;
    }

    .pms-header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu.mega-toggle-on>ul.mega-sub-menu {
        display: block !important;
    }

}

@media (max-width:991px) {
    .box-container {
        width: 100%;
    }
    .box-container ul li {
        text-align: initial;
    }
    .box-container ul {
        padding-left: 20px;
    }
    .os-download a img {
        width: 90px !important;
    }

    .free-plan .elementor-price-table__features-list li {
        width: 50%;
    }

    .client-review-custom .slick-arrow.slick-next {
        right: 0;
    }

    .client-review-custom .slick-arrow.slick-prev {
        left: 0;
    }

    .client-review-custom .slick-slide {
        min-height: 340px;
    }
}

@media (min-width:768px) {
    .ss-4-tabs .elementor-tab-content{
        margin-top: 30px;
    }
}



@media (max-width:767px) {
    .home-banner h3 {
        font-size: 28px;
    }

    .client-review-custom .slick-slide {
        border-radius: 15px !important;
    }

    .every-mint-slider:before {
        left: 0;
        top: 45px;
        width: 150px;
        height: 150px;
    }

    .every-mint-slider:after {
        right: 0;
        bottom: 45px;
        width: 150px;
        height: 150px;
    }

    .trail .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .trail .elementor-image-box-wrapper .elementor-image-box-img {
        width: fit-content !important;
    }

    .contact-form {
        margin-top: 0;
    }
    .os-download br{
        display: none;
    }

    .feedback-form .col-md-6,
    .feedback-form .col-md-12 {
        width: 100%;
    }

    .client-review-custom .slick-slide {
        min-height: 370px;
    }

    .client-review-custom .e-con-inner,
    .client-review-custom .elementor-widget-shortcode {
        gap: 0 !important;
        height: 100%;
    }

    .client-review-custom {
        background-position: bottom !important;
    }
    .os-download .elementor-image-box-wrapper {
        display:flex;
        text-align:left !important;
        gap:10px;
        align-items:center;
        justify-content: center;
    }
    .os-download .elementor-image-box-wrapper > div{
        width:fit-content !important;
    }
    .os-download .elementor-image-box-wrapper > figure{
        margin:0 !important;
    }
    .os-download .elementor-shortcode ul {
        align-items: center;
    }
    .ss-4-tabs .elementor-tab-content{
        text-align: center;
    }
    .ss-4-tabs .elementor-tab-content img.alignleft{
        float: none;
        margin-right: 0;
        margin: 0 auto 30px auto;
        display: block;
    }
    .ss-4-tabs .elementor-tab-content h4{
        font-size: 18px;
    }
    .ss-4-tabs .elementor-tab-title{
        margin-bottom: 15px;
    }
}

@media (max-width:575px) {
    .free-plan .elementor-price-table__features-list li {
        width: 100%;
    }

    .btn-full a.elementor-button {
        width: 100%;
    }
    .every-mint-slider .elementor-swiper-button-next {
        right: -10px !important;
    }
    .home-banner::before {
        right: 10px;
        top: 53%;
    }
    .button-management .top-download {
        font-size: 12px;
        padding: 10px;
    }
    .pms-header.sticky #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open+#mega-menu-menu-1 {
        top: 80px;
    }
    .pms-header #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open+#mega-menu-menu-1 {
        top: 80px;
    }
    .os-download a img {
        width: 140px !important;
    }
}
