/*
Theme Name: QuoteGen
Theme URI: https://quotegen.insurancemd.com/
Author: Machus
Author URI: https://quotegen.insurancemd.com/
Description: Custom genesis child theme.
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: 
Template: genesis
Text Domain: quotegen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
.hide {
	display: none !important;
}
#gform_page_3_1 .gform_page_fields .spacer.gfield {
	display: none;
}
.packages-row .packageDiv {
	max-width: 13%;
}
li.pkgGuarantee.fixed-height-72px {
	min-height: 72px;
}
.entry-action-form{
	float: left;
	margin-right: 5px;
}
.entry-action-button{
	border: 2px solid #8dc642;
	border-radius: 62px;
	padding: 10px 15px !important;
}
#pdfGenBtn[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}

/* CSS from IMD for compare page */
.pw-section {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    
}
.compartopHead .compar-title {
    display: block;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0;
}
.post-comparison-page-div .compartopHead {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    border-bottom: 8px solid #004fa8;
    padding-bottom: 3.5rem;
}
.post-comparison-page-div .compartopHead .compar-title {
    font-size: 75px;
}


.comparTable {
    display: block;
    width: 100%;
    margin-top: 30px;
}

.comparRow {
    display: flex;
    width: 100%;
    margin: 0 -10px 0 0;
}

.comparRow .comparCol {
    display: flex;
    min-width: 206px;
    margin: 0 10px;
}

.comparRow .comparCol.carrierLogo {
    width: 100%;
    min-height: 0;
    height: 88px;
    background: #004fa8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    position: relative;
}

.comparRow .comparCol.carrierLogo img {
    width: 100%;
    max-width: 155px;
    object-fit: contain;
    max-height: 56px;
    filter: brightness(0) invert(1);
}

.comparRow .comparHead {
    width: 243px;
    flex: 0 0 auto;
}

.comparRow:first-child .comparHead, .comparRow:last-child .comparHead, .comparRow .comparHead.bg-white {
    background: #fff;
}

.removeCarrier {
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 60%;
    position: absolute;
    right: -8px;
    top: -8px;
    box-shadow: 1px -2px 8px rgb(0 0 0 / 15%);
    cursor: pointer;
}

.removeCarrier:before {
    content: "";
    height: 2px;
    background: #000;
    position: absolute;
    left: 6px;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}

.removeCarrier:after {
    content: "";
    height: 2px;
    background: #000;
    position: absolute;
    left: 6px;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
}

.comparHead {
    display: flex;
    align-items: center;
    background: #6394c2;
    border-bottom: 2px solid #fff;
    padding: 15px;
    justify-content: center;
}

.comparHead .comparHeadInn {
    display: flex;
    position: relative;
}

.comparHead .comparHeadInn span {
    max-width: 164px;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}

.comparHead .helpBtn {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 18px;
    color: #000;
    text-align: center;
    padding: 0;
    border-radius: 60%;
    margin-left: 5px;
    cursor: pointer;
    font-weight: 700;
    border: none;
    background: #fff;
}

.helpPoup {
    display: none;
    width: 415px;
    position: absolute;
    left: 228px;
    top: 0;
    background: #8fd145;
}

.helpPoup .helpPoupInner {
    padding: 26px;
    padding-left: 80px;
    position: relative;
}

.helpPoup .helpPoupInner:before {
    content: "";
    width: 38px;
    height: 38px;
    background: url(img/svg/qa.svg) no-repeat center center;
    position: absolute;
    left: 18px;
    top: 26px;
}

.helpPoup p {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.helpPoup p a {
    color: #0054aa;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.helpPoup p a:hover {
    text-decoration: underline;
}

.closeHelp {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    opacity: 0.6;
}

.closeHelp:before {
    content: "";
    height: 2px;
    background: #000;
    transform: rotate(45deg);
    position: absolute;
    left: 5px;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.closeHelp:after {
    content: "";
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
    position: absolute;
    left: 5px;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.helpPoup.active {
    display: block;
}

.comparRow .comparCol {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 114px;
    background-color: #eff5fa;
    align-items: start;
    border-bottom: 2px solid #fff;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    padding: 15px 10px;
}

.comparRow .comparCol p {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}

.comparRow .comparCol p ~ p {
    margin-top: 20px;
}

.comparRow .comparCol.quoteBtn {
    padding: 0;
    background: #8fd145;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    min-height: 0;
    text-decoration: none;
    padding: 15px 10px;
    transition: all 0.4s ease-in-out;
}

.comparRow .quoteBtn:hover {
    background: var(--md-blue)
}

.comparRow .quoteBtn.btnBlue {
    background: var(--md-blue);
}

.comparRow .quoteBtn.btnBlue:hover {
    background: #8fd145;
}

.disableClick {
    pointer-events: none;
    cursor: wait;
}

.productsList {
    margin-bottom: 20px;
}

.productsSec .btn {
    margin-top: 20px;
}
.post-carrier-compare-btn {
    background-color: #0154aa;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    padding: 12px 40px;
    min-width: inherit;
    border-radius: 60px;
}

.post-carrier-compare-btn a {
    color: white;
    text-decoration: none;
}

.post-comparison-page-div #comparRow8 {
    padding-top: 12px;
}

.post-comparison-page-div .compartopHead {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    border-bottom: 8px solid #004fa8;
    padding-bottom: 3.5rem;
}

.post-comparison-page-div .compartopHead .compar-title {
    font-size: 75px;
}

.post-comparison-page-div .compartopHead h4 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 600;
    color:#404040
}

#post-comparison-error-msg-div {
    display: none;
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
    border-radius: 12px;
}

#post-comparison-error-msg-div h3 {
    font-size: 30px;
    font-weight: 500;
}

#post-comparison-error-msg-div a {
    color: white;
    background: #4169e1;
    display: inline-block;
    padding: 20px 30px;
    text-decoration: none;
    font-size: 15px;
}
.post-carrier-compare-btn a {
    color: white;
    text-decoration: none;
}
.post-carrier-compare-btn a:hover {
    color: white;
     text-decoration: none;
}
.innerPage {
    display: block;
    width: 100%;
    padding: 100px 0;
}


.quoteEstimatorStep4 .q .q-holder {
    
        flex-direction: row;
    
}