/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/*.elementor-widget-tabs .elementor-tab-desktop-title{
	padding:0 !important;
}*/


/*contact sticky bar starts*/
.contactus {
    position: fixed;
    top: 200px;
    right: -50px;
    z-index: 500;
}

@media only screen and (max-width: 767px) and (min-width: 300px) {
    .contactus {
        display: none;
    }
}

.call_img {
    margin-right: 4px;
    background: #0052cc;
    border-radius: 50%;
    height: 20px;
    align-items: center;
    position: relative;
    top: 5px;
}

.call_us {
    color: #0052cc;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    padding: 11px 15px 11px 15px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-top-right-radius: 10px;
}


.call_us,
.Hide_sec {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 12, 105, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 12, 105, 0.1);
    background-color: #fff;
    border-top-left-radius: 10px;
}


.Hide_sec {
    border-bottom-left-radius: 10px;
    position: absolute;
    padding: 38px 25px;
    top: 11px;
    right: 50px;
    width: 310px;
}


.contactus_heading {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #192f60;
    margin-bottom: 12px;
}


.contactus_phone,
.contactus_top {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}


.contactus_phone {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}


.contactus_contact_span {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    margin-left: 10px;
}

.contactus_number {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #192f60;
}

.contactus_info,
.contactus_number {
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
}

.contactus_info {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.17;
    color: #5a6484;
    margin-top: 3px;
}

.Hide_sec_full {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0052cc;
    cursor: pointer;
}

.Hide_sec {
    display: none;
}

span.contactus_number a {
    font-size: 19px;
}

/*contact sticky bar ends*/

/*checkoput page upstes starts*/

.woocommerce-checkout .product-name img{
    margin-left: 25px;
}

.woocommerce-checkout .product-name .remove{
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
} 

/*checkoput page upstes ends*/

#masthead .menu-item .digits-login-modal span{
    text-transform: uppercase;
}

/**/
.tutor-wrap .tutor-course-details-header{
    margin-top: 20px;
}
/*form.woocommerce-checkout{
    overflow: hidden;
}*/

#gotocoupen .woocommerce-info{
        border: unset;
}

#gotocoupen  .woocommerce-info::before{
    display: none;
}
#gotocoupen{
       /* display: inline-block;
    width: 100%;
    margin-top: 20px;*/
     display: none;
}

/*coupon form update on checkout page*/
#order_review .form-row-first{
    width: 60%;
}

#order_review .form-row-last{
    width: 40%;
}
#order_review .form-row-last button[name="apply_coupon"]{
        padding: 20px;
}

.ls-mail-status{
    padding: 10px;
    color: #FFF;
}
.status-success{
    background: #3c9703;
}
.status-error{
    background: #c10000;
}
.status-info{
    background: #adad02;
}
.mc4wp-response{
    margin-top: 10px;
}

/*hide default login form and UI fixes for digit on that lms single quiz page*/
/*.single-qsm_quiz #loginform{
    display: none;
}

.single-qsm_quiz .digits_ui .digits-form_container{
    margin: auto;
}*/

/*home page footer UI*/
.contactform-main-div p{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    grid-row-gap: 14px;
}

@media only screen and (min-width: 767px) {
    .contactform-main-div [data-name="your-message"]{
        grid-column-start: 1;
        grid-column-end:3;
    }
}

@media only screen and (max-width: 767px) {
    .contactform-main-div p{
        grid-template-columns: 1fr;
    }
}

