/* 
Theme Name: Hello Elementor Child (DLP & Website)
Theme URI: https://github.com/elementor/hello-theme/
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: 1.4.2
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
*/

/*
 *  oom_jvp
*/


button.oom-widget-chat-button {
    transform: translate(-10px, -50px)!important;
}
.oom-widget-popup {
    transform: translate(-10px, -50px)!important;
}
.oom-widget-chat-header-title {
	font-size: 0px !important;
}
.oom-widget-chat-header {
    background: #D7d2cE!important;
}
.oom-widget-chat-minimize-button svg {
    fill: #000000 !important;
    color: #000000 !important;
    width: 10px;
    cursor: pointer;
}
.oom-widget-chat-header-title img {
    background: transparent !important;
    width: 100px !important;
    height: 22px !important;
    margin-right: 10px;
	border-radius: 0% !important;;
}
.oom-widget-popup-wrapper .oom-widget-chat-button {   
    background: #2AA81A !important;
    border-radius: 10px !important;
}
.oom-widget-chat-content-message {
    display: inline-flex
;
    flex-direction: column;
    margin-right: 0!important;
    align-items: start!important;
}


.logo-carousel .swiper-wrapper{
-webkit-transition-timing-function: linear !important;
transition-timing-function: linear !important;
}

html {
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

/* Header */

.header-widget-shortheader{
    transform: translateY(0) !important;
}

/* Button */

.elementor-button{
    cursor: pointer;
}

/* Mobile Menu */

.custom-menu-nav {
    display: none !important;
}
.custom-menu-nav.active {
    display: block !important;
}

.custom-menu-nav {
    position: fixed;
    background: #000;
    width: 100%;
    z-index: 999;
}

.toggle-btn-open {
    margin-bottom: 0px !important;
}

.toggle-btn-open .elementor-icon-wrapper,
.toggle-btn-close .elementor-icon-wrapper {
    width: 30px;
    height: 30px;
}

/* Icon List */

.icon-list .elementor-icon-box-title {
    display: none;
}

.icon-list .elementor-icon-box-description a {
    color: #fff !important;
}

.icon-list .elementor-icon-box-description a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.icon-list .elementor-icon-box-icon .elementor-icon {
    margin-top: 5px;
}

/* Footer */

.site-footer {
    display: none !important;
}
.elementor-mark-required .elementor-field-label:after {
    color: white!important;
    content: "*";
    padding-inline-start: .2em;
    font-size: 20px;
}
input.elementor-field.elementor-size-sm.elementor-field-textual.elementor-date-field.flatpickr-input.flatpickr-mobile{
	border-bottom: 1px solid white!important;
    border-radius: 0px!important;
}
input.elementor-field.elementor-size-sm.elementor-field-textual.elementor-time-field.flatpickr-input.flatpickr-mobile{
	border-bottom: 1px solid white!important;
    border-radius: 0px!important;
}
input#form-field-c_name,#form-field-c_email_address,#form-field-c_contact_no,#form-field-c_message,#form-field-c_preferred_date,#form-field-c_preferred_time {
    border-bottom: 1px solid white;
    border-radius: 0px;
    height: 70px !important;
}
label.elementor-field-label {
    margin-bottom: -20px;
}


/** Responsive **/

@media (min-width: 1025px){
    
    /* Elementor Form */
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline {
        width: 40% !important;
    }
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline > .elementor-field{
        transform:scale(.85);
        transform-origin: left center;
    }
    
    .elementor-field-group.elementor-field-type-submit {
        align-items: center;
    }
}
@media (max-width: 1000px) {
    .ti-widget.ti-goog .ti-controls{
        display:block!important;
    }
    .ti-next {
        transform: translate(17px, -20px) !important;
    }
    .ti-prev {
        transform: translate(-17px, -20px) !important;
    }
	
	.ti-widget.ti-goog .ti-col-1 .ti-reviews-container, .ti-widget.ti-goog .ti-col-1 .ti-footer {
    margin-top: 0px;
    padding-right: 0px;
    margin-bottom: 0px!important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}

@media (max-width: 767px){
    /* Elementor Form */
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline{
        justify-content: center !important;
    }
    
   .elementor-field-type-recaptcha_v3.recaptcha_v3-inline > .elementor-field{
        transform:scale(1);
        transform-origin: center center;
    } 
}


@media (max-width: 1920px) {
	
}

@media (max-width: 1440px) {
	
}

@media (min-width: 1280px) {
	.e-con-full.oom-div.e-flex.e-con.e-child::before {
    content: "";
    border-right: 1px solid #6666665E;
    height: 30vh;                     /* Setting the border height explicitly */
    position: absolute;              
    top: 50%;
    transform: translateY(-50%);      /* Centering the border */
}
}

@media (max-width: 1024px) {
.elementor-field-type-recaptcha_v3.elementor-field-group.elementor-column.elementor-field-group-c_recaptcha.elementor-col-100.recaptcha_v3-inline {
    width: 60%;
}
}

/*
 * Surface Pro
 */
@media (max-width: 912px) {
	
}

/*
 * iPad Air
 */
 @media (max-width: 820px) {
	
}

/*
 * iPad 9th
 */
@media (max-width: 810px) {
	
}

/*
 * iPad Mini
 */
@media (max-width: 768px) {
    .elementor-field-type-recaptcha_v3.elementor-field-group.elementor-column.elementor-field-group-c_recaptcha.elementor-col-100.recaptcha_v3-inline {
        width: 100%;
    }

}

@media (max-width: 767px){
     /* WA Widget */

    .oom-widget-popup-wrapper .oom-widget-chat-button{
        right: 10px !important;
    }
}


@media (max-width: 480px) {

}

@media (max-width: 414px) {
	
}

@media (max-width: 375px) {
	
}


@media (max-width: 360px) {

}


@media (max-width: 320px) {
	
}

