/*
 Theme Name:   Applounge Child
 Theme URI:    https://applounge.radiantthemes.com
 Description:  Applounge Child Theme
 Author:       RadiantThemes.com
 Author URI:   https://radiantthemes.com/
 Template:     applounge
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 Text Domain:  applounge-child
*/

.header_main_calltoaction { display: none !important }

.wraper_inner_banner_main > .container { padding-top: 100px !important; }
.wraper_inner_banner_main > .container > .row { display: none; }

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-transform: uppercase;
    font-size: 30px;
    color: #3c4d67;
}
.modal-header .close {
    color: #000;
    padding: 8px;
    right: -11px;
    top: -10px;
    background: #FFFFFF;
    box-shadow: -5px 5px 5px rgb(56 85 158 / 10%);
    border-radius: 36px;
    width: 36px;
    height: 36px;
    position: absolute;
    z-index: 999999;
    opacity: 1;
}
.modal-body {
    position: relative;
    padding: 30px 45px;
}
.modal-body input.wpcf7-form-control {
    color: #6c7789;
    background: #f0f5fc;
    border-color: #f0f5fc;
    border-width: 0;
    border-style: solid;
}
.modal-body label.form-label {
    display: block;
    text-align: left;
}
.app-store {
    display: block;
}
.app-store img {
    max-width: 200px !important;
}

.wraper_header.style-ten .wraper_header_main .header_main .brand-logo img, .wraper_header.style-eight .wraper_header_main .header_main .brand-logo img, .wraper_header.style-eight .wraper_header_main .header_main .brand-logo-sticky img {
	max-width: 80px!important;
}