/*
    Template: consulting
    Theme Name: Consulting Child Theme
    Theme URI: http://consulting.stylemixthemes.com/
    Author: StylemixThemes
    Author URI: http://stylemixthemes.com/
    Description: Consulting - Business and Finance WordPress theme. Using Consluting you can easily create a modern website with real content. Easily edit the real content and compose the page layout with drag & drop page builder Consulting is the best ever finance, consulting, brokerage WordPress theme. It’s fully Responsive and Easy to Customize using intuitive Drag & Drop Visual Composer and Theme Options panel in WordPress Customizer.
    Version: 4.0.2
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: blue, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, sticky-post, translation-ready
    Text Domain: consulting-child-theme
*/
.elementor-widget-text-editor ul li{
    font-size: 20px !important;
    line-height: 1.5em !important;
    color: #000;
}


/* Business Enquiry form  */
.business-inquiry-form {
  background-color: #f9fdfb;
  padding: 40px;
  border-radius: 12px;
  max-width: 700px;
  margin: 60px auto;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.business-inquiry-form h2 {
  font-size: 26px;
  margin-bottom: 24px;
  color: #2e7d32;
  text-align: center;
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

.cta-button {
  display: inline-block;
  padding: 12px 28px;
  background-color: #28a745 !important;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #218838;
}

.request_callback .input-group input, .request_callback .input-group textarea{
  padding: 10px;
}

.dark-bg p, .dark-bg ul li, .dark-bg ul li:before{
  color: #fff !important;
}

#subscribeNowFormWrap input,#subscribeNowFormWrap select,
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #fff;
    border-radius: 5px;
	border: 1px solid rgba(31, 37, 41, .15);
	height: 50px;
    line-height: 20px;
	padding: 15px;
}

.select2-container .select2-dropdown .select2-results__option {
    padding: 10px 29px;
    font-size: 14px;
    height: auto;
    line-height: 20px;
}

.input-group-btn button.btn{
	height: 49px;
	background-color: #19BD78;
    font-size: 16px;
    font-weight: 500;
	border: none;
}

#subscribeNowFormWrap button[type="submit"] {
    background-color: #19BD78;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 25px 15px 25px;
    border: none;
}

#subscribeNowFormWrap button[type="submit"]:focus{
    outline: none;
}
.notifyjs-corner {
  max-width: 100%;
  font-size: 14px;
  line-height: 20px;
}

body div.notifyjs-bootstrap-base{
  white-space: normal;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

table.subs-details, .subs-details th, .subs-details td {
    border: 1px solid;
}
.subs-details th, .subs-details td {
    padding: 5px;
    vertical-align: top;
}
table.subs-details {
    border-collapse: collapse;
}
.subs-welcome-sec {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.subs-welcome-sec a{
    margin-left: auto;
    text-decoration: none;
    font-size: 20px;
}
.monsoon-style p{
	margin-bottom: 30px;
}
.monsoon-style a {
    text-decoration: underline;
}
@media screen and (max-width: 600px) {
    .subs-welcome-sec h3{
        font-size: 18px;
    }
}