/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
 */







.elementor-slideshow__title {
    opacity: 0 !important;
}


[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
    background-color: #972750;
}

.center_counter .elementor-counter-title {
    text-align: center;
}

.wp-gr.wpac {
    padding: 20px 0 !important;
}

.grid__center {
    grid-column: 1 / -1;
    max-width: 360px;
    margin: 0 auto !important;
}

.enquiry-form {
    display: grid;
    grid-gap: 20px;
    margin-bottom: 0 !important;
}
.enquiry-form br {
    display: none;
}
.enquiry-form .ef-grid-3 {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}
.ef-field span.ef-req {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}
.ef-field span.ef-req span {
    color: red;
    margin-left: 2px;
}
.ef-submit-field input {
    width: 100%;
}
.ef-submit-field {
    display: flex;
    align-items: flex-end;
}
body .wpcf7-response-output {
    margin: 0 !important;
    font-size: 15px;
    line-height: 22px;
    padding: 6px 10px !important;
}
.enquiry-form span.wpcf7-spinner {
    display: none;
}
.ef-field-phone input::-webkit-outer-spin-button,
.ef-field-phone input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.ef-field input:not([type="submit"]),
.ef-field select {
    height: 45px;
}

.wpcf7 form .wpcf7-response-output {
    margin-top: 14px !important;
    font-size: 14px;
    padding: 5px 7px !important;
}
.chaty-channel-list {
    bottom: 55px !important;
}
.ast-scroll-to-top-right {
    right: 90px;
}

/* RESPONSIVE CSS */

/*----------------------------- Large Screens -------------------------------*/


@media only screen and (max-width :1920px) and (min-width: 1601px) {
    
}

@media only screen and (max-width :1600px) and (min-width: 1441px) {
    
}

@media only screen and (max-width :1440px) and (min-width: 1367px) {
    
}

@media only screen and (max-width :1366px) and (min-width: 1281px) {
   
}

/*----------------------------- Small Laptop -------------------------------*/
@media only screen and (max-width :1280px) and (min-width: 1101px) {
    
}

/*----------------------------- Media 1024 -------------------------------*/
@media only screen and (max-width :1100px){
    
}

/*----------------------------- Media 768 -------------------------------*/
@media only screen and (max-width:999px){

}

/*----------------------------- Media Tab -------------------------------*/
@media only screen and (max-width:767px){
    
}

@media only screen and (max-width: 576px) {
    .enquiry-form .ef-grid-3 {
        grid-template-columns: 1fr 1fr;
    }
    .enquiry-form .ef-grid-3 {
        grid-template-columns: 1fr;
    }
    .ef-field-phone {
        /*grid-column: 1 / -1;*/
    }
    .ef-city {
        grid-column: 1 / -1;
    }
    .ef-submit-field {
        grid-column: 1 / -1;
        margin: 0 auto;
        width: 100%;
        max-width: 200px;
    }
}

/*----------------------------- Media Mobile Screen -------------------------------*/
@media only screen and (max-width:479px){
    
    .ha-carousel .slick-next, .ha-carousel .slick-prev {
        display: none !important;
    }
    
}

/*----------------------------- Media Small Screen -------------------------------*/
@media only screen and (max-width:320px){
    
}










