/*
Theme Name: GOAT Sales
Author: Catch Advisory Group
Version: 1.1.19
Text Domain: goatsales
*/


.header {
    border-bottom: none !important;
}

.offer-banner {
    text-align: center;
    background: #ffc200;
    color: #000;
    padding: 3px 15px 2px 15px;
    display: none !important;
}

.info-text b {
    text-align: center;
    width: 200px;
    display: inline-block;
    vertical-align: top;
}

.main-video {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}

.main-video iframe {
    max-width: 100%;
}

body .first {
    padding: 50px 0 50px 0;
}

.single h3 em {
    font-weight: 700;
    padding: 20px 0 20px 0;
    border-top: 1px solid #a8b3c1;
    border-bottom: 1px solid #a8b3c1;
    margin: 5px 0 15px 0;
    display: block;
}

.single .blog h2 {
    font-size: 28px;
}

.single .blog a {
    color: #ef3a4c
}

.single .blog a:hover {
    color: #000;
}

.bottom-box {
    border-top: 4px solid #dcdcdc;
    background: #f3f4f6;
    margin-bottom: 28px;
    padding: 32px 30px;
    float: left;
    width: 100%;
}

.bottom-box p:last-child {
    margin-bottom: 0px;
}

.bottom-box img {
    float: left;
    margin: 0 15px 0 0;
}

.product-video {
    margin: 40px 0 140px;
}

.product-video video,
.main-video video {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}

.product-video .btn-cyan,
.main-video .btn-cyan {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 30px;
}

.more_features {
    text-align: center;
    float: left;
    width: 100%;
    padding: 50px 0 20px 0px;
}

.more_features h3 {
    font-size: 30px;
    line-height: 35px;
    font-family: 'ProximaNova Semibold', sans-serif;
    margin-bottom: 12px;
}

.more_features h5 {
    font-size: 20px;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.more_features ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px;
}

.more_features ul li {
    float: left;
    width: 33.33%;
    padding: 20px;
}

.more_features ul li:nth-child(4) {
    clear: left
}

.more_features ul li img {
    max-height: 70px;
}

.more_features ul li p {
    font-size: 18px;
    padding: 15px 0 0 0;
}

.product-tab {
    float: left;
    width: 100%;
    padding: 10px 0;
    background: #fff;
}

.product-tab ul#tabs-nav {
    float: left;
    width: 100%;
    list-style: none;
    text-align: center;
    padding: 0 0 3px 0;
    margin: 0px;
    border-bottom: 3px solid #eff3f6
}

.product-tab ul#tabs-nav li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    position: relative;
    top: 6px;
}

.product-tab ul#tabs-nav li a {
    color: #354052;
    border-bottom: 3px solid transparent;
    padding: 5px 0 10px 0;
    display: block;
}

.product-tab ul#tabs-nav li.active a {
    color: #ef3a4c;
    border-color: #ef3a4c;
}

.product-desc {
    display: none;
    float: left;
    width: 100%;
    margin: 70px 0 30px 0;
    min-height: 456px;
}

.product-tab img {
    border: 1px solid #eaeaea
}

.pricing-section {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.pricing-title {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.pricing-title h3 {
    font-size: 50px;
    line-height: 1;
	margin-bottom:0;
    font-family: 'ProximaNova Extrabold',sans-serif;
}

.pricing-title p {
    font-size: 20px;
    margin-bottom: 25px;
}

.pricing-section ul {
    margin: auto;
    list-style: none;
    padding: 0;
    max-width: 1220px;
    text-align: center;	
	display:flex;	
	flex-wrap: wrap;
}

.pricing-section ul li {
    width: 33.33%;
    padding: 0 15px;
    position: relative;
    display: inline-block;
	margin-bottom:40px;
}

.pricing-box {
    float: left;
    width: 100%;
    border: 1px solid #bebebe;
    position: relative;
	border-radius:20px;
    text-align: center;
    padding-bottom: 0px;
	-webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.25);
	padding:27px;
	padding-bottom:90px;
	height:100%;
}

.pricing-head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: inherit !important;
	    text-align: left;
    position: relative;
	justify-content: center;
}

.pricing-head span {
    display: block;
    color: #364b5d;
	font-size: 19px;
    font-weight: 600;
    line-height: 1.1;
	padding-bottom:5px;
	max-width:200px;
}

.pricing-head b {
    color: #ef3a4c;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}

.pricing-head b label {
    font-size: 33px;
	margin:0px;
}

.pricing-head b sub {
    font-size: 13px;
}



.pricing-desc {
    float: left;
    width: 100%;
	border-top:1px solid #dadada;
    padding: 20px 0 0 0;
	margin:15px 0 0 0;
}
.price-des-b .additionalUser {
    display: none;
}

.pricing-desc b {
    display: block;
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: normal;
}
.pricing-box .btn {
	position: absolute;
	left:30px;
	bottom:28px;
	width: calc(100% - 60px) !important;
	border-radius: 10px !important;
	    -webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.25);
}
.price-des-b {
	display: flex;
	gap:20px;
	margin-bottom:12px;
	line-height:1.1;
}
.price-des-b img {
	flex-shrink:0; 
	margin-top: -5px;
	width:30px;
	height:30px;
}

.price-note {
    float: left;
    max-width: 700px;
    font-size: 14px;
    margin: 10px 0 0 0;
	position: relative;
}
.price-note sup {
	top: 12px;
    color: #ef3a4c;
    font-size: 20px;
    position: absolute;
    left: -9px;
}

.popular-title {
   position: absolute;
    left: 0;
    top: -15px;
    color: #fff;
    background: #ef3a4c;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    right: 0;
    width: 140px;
    gap: 9px;
    padding: 8px 0 5px 7px;
    border-radius: 20px;
	line-height:1.2;
	height: 30px;
}

.popular-title img {
	    margin-top: -3px;
}

.last .main-description {
    display: none;
}

.last .main-title {
    margin-bottom: 55px;
}

.last .last-list {
    margin-bottom: 10px;
}

.about-top {
    padding: 100px 0 100px 0;
}

.page-template-learn-about-risk .risk {
    padding-bottom: 110px;
}

.learn-image {
    float: left;
    width: 100%;
    /* height: 200px;*/
    height: 300px;
    background: center no-repeat #f3f4f6;
    background-size: cover;
}

.about-risk-box {
    padding: 100px 0 30px 0;
}

.about-risk-box a {
    display: block;
    margin: 15px 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.learn-text {
    display: flex;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    min-height: 70px;
    color: #fff;
    background: #354052;
    line-height: 1.2;
    align-items: center;
}

.about-risk-box a:hover .learn-text {
    background: #ef3a4c;
}

.no-active .nav-link.active {
    color: #354052
}

.product-desc .risk-more-img {
    min-height: 456px;
}


/*.home-top .wpcf7 {
    margin: 100px 0 200px 0;
}*/

.home-top .wpcf7 {
    margin: 70px 0 0 0;
}

.home-top .wpcf7 .wpcf7-email {
    margin-bottom: 15px;
}

.home-top .wpcf7 .g-recaptcha {
    margin-bottom: 5px;
}

.label span {
    font-size: 14px;
}

.risk .wpcf7 .wpcf7-email {
    margin-bottom: 15px;
}

.risk .wpcf7 .g-recaptcha {
    margin-bottom: 5px;
}

.btn.more-info-btn {
    width: 180px;
    height: 43px;
    vertical-align: top;
    line-height: 28px;
    border: 2px solid #ef3a4c;
}

.btn.more-info-btn:focus {
    box-shadow: none;
}

.btn {
    min-width: 133px;
    width: auto !important;
}

.btn.btn-gray {
    background: #e4e9ed
}

.btn.btn-gray:hover {
    background: #dfe0e2
}

.about-home a {
    display: block;
    margin: 15px 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.about-home .learn-image {
    height: 170px;
}

.about-home .learn-text {
    font-size: 15px;
    min-height: 66px;
}

.about-home a:hover .learn-text {
    background: #ef3a4c;
}

.fund-risk img {
    width: auto !important;
    max-width: 90% !important;
}

.fund-risk-section {
    background: #fff !important;
    padding: 0px !important;
}

.fund-risk-section .risk-more-description {
    margin-bottom: 0px;
}

.download-btn {
    margin: 80px 0 0 0;
}

.risk-more-text p:last-child {
    margin-bottom: 0px;
}

.wpcf7-list-item.first.last {
    padding: 0px !important;
    display: inline-block !important;
    background: none !important;
    margin: 0px !important;
}

.pdf-popup {
    margin-top: 60px;
}

.pdf-popup h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.pdf-popup label {
    margin-bottom: 3px;
}

.pdf-footer {
    border-top: 1px solid #ced4da;
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    text-align: right;
}

.pdf-popup .screen-reader-response {
    display: none;
}

.pdf-footer .btn.wpcf7-submit {
    background: #ef3a4c;
    color: #fff;
}

.pdf-footer .btn.wpcf7-submit:hover {
    background: #ce2939;
}

.download-box .btn {
    margin: 80px 20px 0 0;
}

.single .fund-risk img {
    max-width: 100% !important;
}

.g-recaptcha {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.select-cont {
    float: right;
    width: 150px;
}

.leadinModal {
    display: none !important;
}

.page-template-registration .header,
.page-template-registration .last,
.page-template-registration .footer,
.page-template-registration-new .header,
.page-template-registration-new .last,
.page-template-registration-new .footer,
.page-template-thankYou .header,
.page-template-thankYou .last,
.page-template-thankYou .footer {
    display: none;
}

.thankYou-text {
    display: block;
    padding: 0 45px;
    margin-bottom: 20px;
    text-align: center;
}

.thankYou-text p {
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 15px;
}

.thankYou-text a {
    margin-top: 10px;
}

.goat-background-sub {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url('img/BackgroundLogin.jpg') no-repeat center center fixed;
    background-size: cover;
}

.register-panel {
    width: 300px;
    padding: 30px 25px;
    background-color: #FFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #7F8FA4;
    margin: 15px auto;
}

.register-panel-footer .btn-primary {
    background: #ef3a4c !important;
    border-radius: 0;
    min-width: 120px;
    line-height: 24px;
    border: none !important;
}

.register-panel-footer .btn-primary:hover {
    background: #000 !important;
}

.register-panel-footer .btn-primary:focus,
.register-panel-footer .btn-primary:not(:disabled):not(.disabled).active:focus,
.register-panel-footer .btn-primary:not(:disabled):not(.disabled):active:focus,
.register-panel-footer .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.note-url {
    display: block;
    width: 100%;
}

.note-url p {
    margin: 0px;
    color: #000;
}

.note-url a {
    text-decoration: underline;
    color: #ef3a4c
}

.register-panel-header {
    margin-bottom: 10px;
}

.register-panel-header h3 {
    text-align: center;
    padding: 0 30px;
    color: #ef3a4c;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 0;
}

.register-panel-header h4 {
    text-align: left;
    padding: 0;
    color: #ef3a4c;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}

.register-panel-header p {
    color: #ef3a4c;
    font-size: 16px;
}

.register-panel-header h4 sup {
    font-size: 12px;
}

.login-logo {
    position: fixed;
    left: 45px;
    top: 40px;
    width: 83px;
}

.login-logo img {
    display: block;
    width: 100%;
}

.register-panel-footer {
    margin-bottom: 0px;
}

.register-panel-footer {
    display: flex;
    align-items: center;
}

.register-panel-footer-text {
    display: block;
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.register-container {
    width: 450px;
    height: 100%;
    position: relative;
    background-color: #E6EAEE;
}

.page-template-registration .wpcf7-form [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.page-template-registration label {
    margin-bottom: 3px;
}

.page-template-registration .wpcf7-form {
    margin-top: 15px;
}

.g-recaptcha>div {
    transform-origin: top left;
    -webkit-transform: scale(0.89);
    -moz-transform: scale(0.89);
    -ms-transform: scale(0.89);
    -o-transform: scale(0.89);
    transform: scale(0.89);
}

.screen-reader-response {
    display: none;
}

.rg-footer a {
    color: #ef3a4c;
}

.rg-footer a:hover {
    text-decoration: underline;
}

.risk-more-description {
    margin-bottom: 20px !important
}

.business-error {
    display: none;
    float: left;
    width: 100%;
    margin: -7px 0 10px 0;
    font-size: 14px;
    color: #ef3a4c;
}

.pricing-box-top {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 80px;
}
.plan-icon {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.25);
}
.plan-icon img {
   width: 36px;
}
/*
@media only screen and (max-width: 1550px) {
    body.page-template-about .first {
        background-position: right -270px bottom -161px;
    }
}

@media only screen and (max-width: 1550px) {
    body .first {
        background-position: right -270px bottom -90px;
    }
}

@media only screen and (max-width: 1250px) {
    body .first {
        background-position: right -370px bottom -90px;
    }
}
*/

@media only screen and (min-width: 1600px) {
    body .first {
        background-position: right -132px top 23px;
    }
}

@media only screen and (max-width: 1550px) {
    body.page-template-about .first {
        background-position: right -280px top 23px;
    }
}

@media only screen and (max-width: 1550px) {
    body .first {
        background-position: right -280px top 23px;
    }
}

@media only screen and (max-width: 1250px) {
    body .first {
        background-position: right -370px top 23px;
    }
}

@media only screen and (max-width: 1199px) {
    body .first .main-description {
        padding-right: 232px;
    }
    .gif-img {
        margin-bottom: 15px;
    }
    .product-desc {
        min-height: 482px;
    }
}

@media only screen and (max-width: 1199px) {
    .learn-image {
        height: 200px;
    }
    .learn-text {
        font-size: 17px;
    }
    body.page-template-about .first {
        background-position: right -370px bottom -161px;
    }
    .about-home {
        float: left;
        width: 100%;
        margin: 25px 0 0 0;
    }
    .img-topM {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .product-video video,
    .main-video video {
        width: 440px;
    }
}

@media only screen and (max-width: 767px) {
	.pricing-box-top {
		gap:25px;
	}
	.pricing-box .btn {
		position: relative;
    left: 0;
    width: 100% !important;
    top: 0;
    margin-top: 20px;
	}
    .pricing-section ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .pricing-section ul li:first-child {
        margin-bottom: 78px;
    }
    .pricing-section ul li:last-child {
        margin-bottom: 0px;
    }
    .pricing-section ul {
        padding-top: 0px;
    }
    body .first .main-description {
        padding-right: 0px;
    }
    .home-top .wpcf7 {
        margin: 0px 0 100px 0;
    }
    body .first {
        background-position: right -638px top 50px;
    }
    .more_features ul li {
        width: 100%;
    }
/*     .product-tab ul#tabs-nav li {
        width: 48%;
    } */
    .about-risk-box {
        padding-top: 30px;
    }
    .product-video .btn-cyan,
    .main-video .btn-cyan {
        margin: 20px 0 0 0;
    }
    .download-box .btn {
        margin: 30px 0 0 0;
    }
    .risk-more {
        padding: 50px 0 !important
    }
}

@media (max-width: 575px) {
    .risk {
        min-height: 900px;
        height: auto !important;
    }
    body.page-template-about .first {
        background-position: right -700px bottom -161px;
    }
    .more-info {
        padding: 40px 0 40px 0 !important;
    }
    .more-info-row {
        margin-bottom: 0px !important;
    }
    .product-desc {
        margin: 40px 0 0 0;
    }
}

.business-email .business-error {
    font-size: 13px;
    margin-top: 2px;
}

.terms-check .wpcf7-list-item.first.last {
    display: inline-block !important
}

.terms-check .wpcf7-list-item.first.last .wpcf7-list-item-label {
    display: none;
}

.terms-check .GoatTermsofUse {
    float: left;
    margin: 2px 9px 35px 0;
}

.terms-check a {
    color: #ef3a4c;
}

.terms-check a:hover {
    text-decoration: underline;
}

.home-terms {
    color: #ef3a4c;
    font-size: 18px;
    text-decoration: underline;
}

a {
    color: #ef3a4c;
}

.pdf-popup .wpcf7-list-item-label {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    display: inline-block;
    margin: 0 4px 0 0;
}

.contact-form.business-email .business-error {
    margin-top: -18px;
}

.single .blog a.btn-cyan:hover {
    color: #fff;
}

.single-post img {
    max-width: 100%;
    height: auto;
}

.monthly-newsletter {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
}

.monthly-newsletter h2 {
    font-size: 18px;
    padding: 20px 15px;
    background: #354052;
    color: #fff;
    margin: 0;
}

.monthly-newsletter ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.monthly-newsletter li {
    float: left;
    width: 100%
}

.monthly-newsletter li a {
    box-shadow: none;
    padding: 15px 19px;
    margin: 0;
    border-bottom: 1px solid #f3f4f6;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.monthly-newsletter li a:hover {
    background: #f3f4f6
}

.newsletter {
    float: left;
    width: 100%;
    margin: 0 0 30px 0
}

.newsletter h3 {
    font-weight: 700;
    font-size: 22px;
    padding: 10px 0 0 0;
}

.newsletter a {
    color: #ef3a4c
}

.newsletter a:hover {
    color: #000;
}

.newsletter a strong {
    color: #fff;
    transition: .35s;
    background-color: #ef3a4c;
    border: 2px solid #ef3a4c;
    border-radius: 4px;
    font-size: 18px;
    font-weight: normal;
    padding: .375rem .75rem;
    margin: 0 0 10px 0;
    display: inline-block;
    vertical-align: top;
}

.newsletter img {
    margin: 12px 0;
}

.newsletter a:hover strong {
    background: #19263f;
    color: #fff;
    border-color: #19263f !important;
}

.btn-cyan {
    background-color: #ef3a4c !important;
    color: #fff !important;
}

.btn-cyan:hover {
    background-color: #19263f !important;
    border-color: #19263f !important;
}

.no-b {
    list-style: none
}

.no-b li {
    padding-bottom: 15px;
}

.blog-pdf-btn {
    margin-right: 20px
}

.no-b img {
    margin-top: 15px;
    margin-bottom: 10px
}

.product-video-new {
    float: left;
    width: 100%;
    padding: 40px 0 60px 0;
}

.product-video-new video {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.program-box {
    display: inline-block;
    width: 310px;
    vertical-align: middle;
    margin-left: 30px;
}

.program-box h3 {
    font-size: 24px;
    padding-bottom: 10px;
}

.img-box img {
    max-width: 90%;
    border: 5px solid #fff
}

.img-box {
    margin-bottom: 0px
}

.risk-more-text pre {
    display: block;
    font-size: 14px;
    color: #212529;
    font-family: inherit;
    white-space: normal;
}

.price-tag {
    max-width: 200px;
    text-align: center;
    border-top: 4px solid #ef3a4c;
    padding: 10px 0 20px 0;
    margin: 0 auto;
}

.membership-section {
    float: left;
    width: 100%;
    margin: 14px 0 30px 0;
}

.membership-title {
    background: #354052;
    color: #fff;
    font-size: 18px;
    float: left;
    width: 100%;
    padding: 10px 15px;
}


/*
.page-template-join-now .header,
.page-template-join-now .last,
.page-template-join-now .footer,
.page-template-ThankYouPayment .header,
.page-template-ThankYouPayment .last,
.page-template-ThankYouPayment .footer{display:none;}
*/

.join-now-main,
.join-banner-main {
    float: left;
    width: 100%;
    position: relative
}

.join-banner-main {
    height: 450px;
    background-size: cover;
}

.join-logo {
    position: absolute;
    left: 50px;
    width: auto;
    display: none
}

.join-title {
    position: absolute;
    width: auto;
    left: 19%;
    top: 100px;
    font-size: 60px;
    color: #fff;
    font-weight: 700;
}

.join-container {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: #eff3f6;
    margin-bottom: 60px
}

.join-sub-title {
    float: left;
    width: 100%;
    font-size: 30px;
    color: #354052
}

.join-sub-text {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

.risk-more-text.sales-text {
    margin-top: -65px;
}

.join-form-main {
    float: left;
    width: 75%;
    padding: 0 60px 0 0;
    margin: 50px 0 0 0;
}

.join-form-main .form-control::-webkit-input-placeholder {
    color: #b0bcc8;
}

.join-form-main .form-control:-ms-input-placeholder {
    color: #b0bcc8;
}

.join-form-main .form-control::placeholder {
    color: #b0bcc8;
}

#card-element.form-control {
    padding-top: 10px;
}

.join-form-right {
    float: right;
    width: 25%;
    padding: 0;
    margin: 50px 0 0 0;
}

.full-width {
    float: left;
    width: 100%;
    position: relative;
}

.join-coaching-top label {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 15px 0;
}

.join-coaching-top label input {
    margin-right: 8px
}

.join-coaching-text {
    display: none;
}

.quarterly {
    display: block;
}

.join-coaching-text {
    max-width: 200px;
    text-align: center;
    border-top: 4px solid #ef3a4c;
    padding: 10px 0 20px 0;
    margin: 10px 0 0 0;
}

#card-errors {
    color: red;
}

.page-template-membership .more-info-row {
    margin-bottom: 80px
}

@media only screen and (max-width: 1199px) {
    .risk-more-text.sales-text {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .program-box {
        width: 100%;
        margin: 25px 0 0 0;
    }
}

@media only screen and (max-width: 479px) {
    .join-container {
        padding: 40px 0;
    }
    .join-sub-title {
        font-size: 26px;
    }
    .join-banner-main {
        height: 370px;
        background-size: cover;
        background-position: top 0 right -300px;
    }
    .join-form-main {
        width: 100%;
        padding: 0px;
        margin: 40px 0 0 0;
    }
    .join-form-right,
    .join-coaching-text {
        width: 100%;
    }
    .join-title {
        text-align: center;
        width: 100%;
        left: 0;
        font-size: 52px;
        top: 146px
    }
}

.sept-news {
    background: #f8f8f8;
    padding: 20px 30px;
    margin: 20px 0;
    float: left;
    width: 100%;
}

.newsletter .sept-news a strong {
    margin: 10px 0 0 0
}

.mailchimp-popup-main {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.90);
    display: none;
}

.mailchimp-popup-sub {
    position: fixed;
    width: 600px;
    margin: auto;
    max-width: 90%;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 20px;
    background: #ef3a4c;
}

.mailchimp-popup {
    float: left;
    width: 100%;
    border: 1px solid #fff;
    padding: 50px 30px;
    text-align: center;
}

.mailchimp-popup h2 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}

.mailchimp-popup h3 {
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.mailchimp-form {
    width: 80%;
    margin: 20px auto;
    padding-right: 83px;
    position: relative;
}

.mailchimp-input {
    width: 100%;
    border-radius: 5px 0 0 5px;
    border: none;
    padding: 8px 10px;
    height: 40px;
}

.mailchimp-btn {
    position: absolute;
    right: 0;
    height: 40px;
    border: 2px solid #19263f;
    background: #19263f;
    border-radius: 0 5px 5px 0;
    color: #fff;
    padding: 0 15px;
    cursor: pointer;
}

.mailchimp-btn:hover {
    background: #2f384a;
    border-color: #2f384a;
}

.no-thanks {
    text-align: center;
    display: inline-block;
    color: #fff;
    text-decoration: underline;
}

.no-thanks:hover {
    text-decoration: none;
}

.close-tag {
    position: absolute;
    right: -13px;
    top: -13px;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #000;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
}

.mc4wp-response p {
    color: #fff;
}

.cap-rt {	
    position: absolute;
    bottom: 0;
    right: -217px;
    top: 1px;
    width: 235px;
	display: flex;
	flex-wrap: wrap;
	max-height: 220px;
}
.cap-rt a{
	display: block;
	padding: 5px;
	text-align: center; max-width: 115px !important;
	max-height: 105px;
}
.cap-rt  img{
	max-width: 100%
}
.sf-root {
    display: inline-block;  
    width: 50% !important;
}
.cap-rt .sf-root:first-child img {
    position: relative;
    top: -10px;
}
.cap-rt .sf-root:nth-child(3) img{
	max-width: 100px !important;
	max-height: 100px !important;
}
.cap-rt .sf-root:nth-child(4) a img{
	max-width: 104px !important;
	max-height: 102px !important;
	min-width: unset !important;
	width: auto !important;
}
.cap-rt a:hover {
    opacity: 0.8;
}


.prod-rt {
    position: absolute;
    left: 595px;
    bottom: 140px;
    width: 235px;
}

.prod-rt a {
    display: inline-block;
    vertical-align: bottom;
    margin: 5px 3px;
    width: 108px;
}

.prod-rt a img {
    max-width: 100%;
}

@media only screen and (min-width: 2100px) {
    .cap-rt {
        position: absolute;
        bottom: 20px;
        right: -370px
    }
}

@media only screen and (max-width: 767px) {
    .prod-rt,
    .cap-rt {
        position: relative;
        left: 0;
        bottom: 0;
        float: left;
        width: 100%;
        margin-top: 25px;
        text-align: left;
    }
    .prod-rt img,
    .cap-rt img {
        max-width: 100% !important;
        width: 100% !important;
    }
    .product-video {
        margin-top: 0px
    }
}

.more-info-img img {
    max-width: 100%;
}

.auth-item .btn {
    min-width: 110px;
}

.testimonial-box {
    margin: 10px 0;
    padding: 0 30px;
}

.testi-main {
    padding: 0 15px;
}

.testi-main img {
    max-width: 100%;
    height: auto;
}

.testi-cont-box {
    background: #fafafa;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.testi-cont p {
    margin: 0px;
    font-size: 12px;
    min-height: 112px;
}

.testi-rating {
    text-align: center;
    margin-bottom: 10px;
    line-height: 0;
}

.testi-rating img {
    display: inline-block;
    vertical-align: top;
    max-width: 70px;
}

.testi-img {
    text-align: center;
    margin-bottom: 13px;
}

.testi-img span {
    display: inline-block;
    vertical-align: top;
    background: url('img/avatar-img.png') no-repeat center;
    background-size: cover;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
}

.testi-img span img {
    width: 100%;
    height: 100%;
}

.testi-info {
    margin-top: 20px;
}

.testi-name {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.testi-designation {
    text-align: center;
    font-size: 12px;
    color: #868686;
    font-weight: 700;
}

.testi-company_logo {
    text-align: center;
    margin-top: 10px;
}

.testi-company_logo img {
    display: inline-block;
    vertical-align: top;
    filter: grayscale(100%);
    height: 30px;
    max-width: 90%;
}

.testi-cont-box:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fafafa;
}

.testimonialList {
    padding: 40px 0;
    float: left;
    width: 100%;
    background: #efefef;
}

.slick-arrow {
    position: absolute;
    /*top:50%;
	transform:translatey(-50%);*/
    top: 150px;
    z-index: 99;
    cursor: pointer;
}

.slick-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.slick-next {
    right: 0;
    width: 34px;
    height: 37px;
    background: url('img/next-arrow.png') no-repeat center;
    border: none;
    display: inline-block;
    text-indent: -9999px;
    background-size: 20px;
}

.slick-prev {
    left: 0;
    width: 34px;
    height: 37px;
    background: url('img/back-arrow.png') no-repeat center;
    border: none;
    display: inline-block;
    text-indent: -9999px;
    background-size: 20px;
}

:focus {
    outline: none !important;
}

.testi-cont {
    margin: 0px;
    font-size: 12px;
}

.testi-cont-box a {
    color: #868686;
    font-size: 12px;
    margin-top: 3px;
    text-decoration: underline;
    display: block;
}

.testi-cont-box a:hover {
    color: #000;
}

.testimonial-title {
    font-size: 30px;
    line-height: 35px;
    font-family: 'ProximaNova Semibold', sans-serif;
    margin-bottom: 20px;
    text-align: center;
}

.testi-name .LinkedIn-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(img/linkedin-icon.png) no-repeat center;
    background-size: 16px;
    vertical-align: middle;
    position: relative;
    margin: 0 0 0 5px;
    top: -1px;
}

.testi-name a {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}


/*.moreellipses {
	display:none !important;
}*/

.morecontent>span {
    display: none;
}

.advantages-item {
    text-align: center;
}

.advantages .p-description {
    min-height: 140px;
    line-height: 1.5;
    text-align: center;
    font-size: 15px;
}

.advantages .p-title {
    font-size: 22px;
    text-align: center;
}

.btn.btn-blue {
    background-color: #19263f;
    border-color: #19263f;
    color: #fff;
}

.btn.btn-blue:hover {
    background-color: #ef3a4c;
    border-color: #ef3a4c;
}


/*.request-demo {
    display: none !important
}*/

.home .request-demo,
.page-template-our-product .request-demo {
    display: inline-block !important
}

.advantages h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 35px;
    font-family: 'ProximaNova Semibold', sans-serif;
}

.first .main-title {
    line-height: 1.1;
    margin-bottom: 15px;
}

.first .main-description {
    line-height: 1.45;
    margin-bottom: 0;
}

.price-demo {
    float: right;
    width: 33.33%;
    padding: 0 20px;
    text-align: center;
    margin-top: 12px;
    display: block !important;
}

.price-demo h3 {
    font-size: 18px;
    padding-bottom: 10px;
}

@media only screen and (min-width: 1600px) {
    .cap-rt {
        right: -260px;
    }
}

@media (max-width: 767px) {
    .price-demo {
        width: 100%;
        margin-top: 25px;
    }
}

/*---------*/
.Case-study {
	padding:110px 0 100px 0;
    background-color: #eff3f6;
}

.case-study-box {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.case-video {
	float:left;
	width:560px;
}
.case-video video {
	    -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 40%);
}
.case-right {
	width: 450px;
    padding-right: 113px;
}
.case-study-top h2{
    font-size: 34px;
    font-weight: 700;
    font-family: 'ProximaNova Extrabold',sans-serif;
    line-height: 1.1;
    margin: 50px 0 30px 0;
}

.case-right .btn.btn-gray {
    margin-right: 10px;
}
.case-right .btn.btn-gray img {
        max-width: 20px;
    position: relative;
    top: -4px;
    margin-right: 7px;

}

.case-study-top p {
	color: #7f8fa4;
	font-size:18px;
	color: #354052;
}

.case-study-top p a {
	color: #ef3a4c;
}
.case-study-top p a:hover {
	text-decoration:underline;
}

.headlines-section {
	padding: 70px 0;
    float: left;
    width: 100%;
    background: #e6e9ee;
}


.headlines-section h2{
    font-size: 34px;
    font-weight: 700;
    font-family: 'ProximaNova Extrabold',sans-serif;
    line-height: 1.1;
    margin: 0 0 15px 0;
}
.headlines-section ul {
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	list-style:none;
}

.headlines-section ul li {
	position:relative;	
	float:left;
	width:100%;
	margin:3px 0;
}

.headlines-section ul li a {
	display:inline-block;
	vertical-align:top;
	padding:0 0 0 15px;
	font-size:18px;
	color:#354052;
	font-family: 'ProximaNova Semibold', sans-serif;
}


.headlines-section ul li a:before {
	    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    background: #354052;
    border-radius: 5px;
}
.headlines-section ul li a:hover {
	color: #ef3a4c;
}
.headlines-section ul li a:hover:before  {
	background: #ef3a4c;
}


.black-text h3{
	font-size:22px;
	color:#354052;
	 font-family: 'ProximaNova Semibold', sans-serif;
	margin:0 0 40px 0
}
.black-text h3 + h3 {
	margin-top:50px;
}
.black-text p {
	font-size:18px;
	color:#354052;
	align-items:justify;
	position:relative;
	z-index:1;
}

.black-text p a {
	color:#ef3a4c
}

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

.white-text.black-text h3,
.white-text.black-text p{
	color:#fff;
}

.Transforming-box {
	padding-right:370px;
	position:relative;
}

.Transforming-box img {
	position:absolute;
	right:0;
	top:20%;
	width:290px;
}

.case-text {
	padding: 70px 0;
    float: left;
    width: 100%;
	color:#fff;
}
.case-text-box{
    padding-right: 370px;
    position: relative;
}

.Finding-box img {
	position:absolute;
	    right: -84px;
    bottom: -86px;
}

.blue-bg {
	background:#354053;
}

.gray-bg {
	background:#e6e9ee;
}

.headlines-left {
	float:left;
	width:60%;
}


.headlines-right {
	float:left;
	width:40%;
}
.headlines-right video {
	max-width:100%;
}

@media only screen and (max-width: 1025px) {
	.case-text-box {
		padding-right:0px;
	}
	.headlines-right,
	.headlines-left{
		width:100%;
	}
	.headlines-right video {
		max-width:100%;
		margin-top:20px;
	}
	
}

body .wpcf7 form .wpcf7-response-output {
    border: none;
    margin: 0px;
}

#easy-use {
    padding-top: 100px;
}

#contSelect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('./img/down-arrow.svg') #fff no-repeat;
    background-position: center right 5px;
    background-size: 16px;
    border: 1px solid #adadad;
    padding: 5px 28px 5px 10px;
}
.indu-info {
	font-size: 12px;
	text-align: center;
	line-height:1.2;
	margin:5px 0 2px 0;
}

.size-info {
	font-size: 12px;
	text-align: center;
	font-weight:500;
}

.product-tab .product-desc ul {
	list-style-type: disc !important;
	padding: 0 0 0 10px;
	text-align: left;
	border-bottom: 0px;
	margin-bottom:30px;
}

.product-tab .product-desc ul li {
	padding: 0 0 10px 0;
	display: list-item;
}

.product-tab ul#tabs-nav {
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	-ms-overflow-style: none;
    scrollbar-width: none;
	padding: 0 55px;
	justify-content: center;
	 -ms-overflow-style: -ms-autohiding-scrollbar;
}

.product-tab ul::-webkit-scrollbar {
  /*Chrome, Safari, Edge*/
  display: none;
}
.product-tab ul#tabs-nav li {
	white-space: nowrap;
	top:0;
}

.prev  {
	background: url(https://goatrisksolutions.b-cdn.net/wp-content/themes/goatsales/img/back-arrow.png) center no-repeat #e1e1e1;
    background-size: 8px;
	position: absolute;
	left:0;
	top:0;
	width: 45px;
	height: 45px;
	z-index:1;
	cursor: pointer;
}
.next  {
	background: url(https://goatrisksolutions.b-cdn.net/wp-content/themes/goatsales/img/next-arrow.png) center no-repeat #e1e1e1;
    background-size: 8px;
	position: absolute;
	right:0;
	top:0;
	width: 45px;
	height: 45px;
	z-index:1;
	cursor: pointer;
}

.tab-arrow {
	display: none !important;
}

@media (max-width: 1366px) {
	.product-tab ul#tabs-nav {
		justify-content: flex-start
	}
}

#tab-4 img{
	border: none !important;
}

/* #tidio-chat-iframe {
	height: 185px !important;
} */

.single-post h1.main-title span {
	display: none;
}
.pricing-title-n {
        display: flex;
    align-items: center;
    background: #d2dce1;
    border: 1px solid #7f8793;
    border-radius: 5px;
    font-size: 14px;
    text-align: left;
    color: #364B5E;
    gap: 25px;
    font-weight: 600;
    padding: 5px 20px;
	margin: 20px 0;
}

.enterprise_list span {
    display: block;
    text-align: center;
    padding-top: 5px;
}



.p-note {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: left;
    font-size: 12px;
    padding: 5px 10px;
    text-align: center;
}
.desk-img img, .mob-img img {
    max-width: 100%;
}
.mob-img {
    display: none;
}
.enterprise_list a sup {
    position: absolute;
    right: 23px;
    top: 12px;
    color: #ef3a4c;
    font-size: 20px;
}
@media (max-width: 1440px) {
	.testi-cont p {
		min-height:130px;
	}
}

@media (max-width: 767px) {
    .p-note {
        position: relative;
        padding: 20px 0 0 0;
    }
	    .pricingPopup {
        min-height: inherit !important;
    }
	    .mob-img {
        display: block;
    }
	    .desk-img {
        display: none;
    }
	    #annual-system .service-modal .close {
        right: 10px;
        top: 25px;
    }
	.pricing-section ul li:first-child {
    width: 100% !important;
}
	.testi-cont p {
		min-height:112px;
	}
}
.terms-main table tr td,
.privacy-policy table tr td{
	vertical-align: top;
}
.terms-main table tr td p + ul,
.privacy-policy table tr td p + ul{
	margin-top:-15px;
}
.price-info p sup,
.price-prof sup{
    top: 0;
    color: #ef3a4c;
    font-size: 20px;
}
.monthPlan, .price-info, .pricing-desc .additionalUser {
	text-align: left;
}
.checkMon {
	text-align: center;
}
.pricing-section ul li:nth-child(4) .pricing-box,
.pricing-section ul li:nth-child(5) .pricing-box,
.pricing-section ul li:nth-child(6) .pricing-box{
    background: #f2f5f7;
}
.pricing-section ul li:nth-child(5) .pricing-box{
	border:2px solid #ef3a4c;
	-webkit-box-shadow: 0px 0px 13px 1px rgb(239 58 76 / 35%);
    box-shadow: 0px 0px 13px 1px rgb(239 58 76 / 35%);
}

.pricing-section ul li:nth-child(4) .pricing-box .pricing-desc-h,
.pricing-section ul li:nth-child(5) .pricing-box .pricing-desc-h,
.pricing-section ul li:nth-child(6) .pricing-box .pricing-desc-h{
    min-height:160px;
}


.enterprise_list {
	display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.no-event {
	pointer-events: none;
}
.pricing-bottom-info-box {
	width: calc(100% - 30px);
	max-width:calc(1220px - 30px);
	margin:0 auto;
}
.pricing-bottom-info-unlimited {
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    border: 1px solid #5c8494;
    background: #d6e0e4;
    border-radius: 5px;
    padding: 9px 10px;
	font-size:14px;
}
.pricing-bottom-info-unlimited b {
	display: flex;
    align-items: center;
	gap:10px;
	color: #354052;
	font-weight:600;
	line-height:1.2;
}
.pricing-bottom-info-unlimited p {
	margin-bottom:0;
	color: #354052;
	line-height:1.2;
}
.pricing-bottom-info-box {
	        display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
    color: #354052;
}
.pricing-bottom-info-box sup {
	    color: #ef3a4c;
    font-size: 16px;
    top: 0px;
}
.billing-toggle {
	display: flex;
	gap:4px;
	margin-right:20px;
	
}
.billing-toggle button {
	border:1px solid #ef3a4c;
	border-radius:20px;
	height:36px;
	width:150px;
	font-size:20px;
	color: #364b5d;
	background: transparent;
	cursor: pointer;
	
}
.billing-toggle button.active {
	background:#ef3a4c;
	color: #fff;
}
.service-modal .goat-logo {
	top: -50px;
}

.enterprise_list a {
    background: url('https://goatrisksolutions.com/wp-content/uploads/2026/07/arrow-right-n.png') right no-repeat !important;
    width: 100%;
    text-decoration: none !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc !important;
}
.enterprise_list a:last-child {
    border-bottom: 0 !important;
}
.enterprise_list a.no-event {
    pointer-events: none;
    background-image: none !important;
}

@media only screen and (max-width: 980px) {
	.pricing-section ul li {
		width:50%
	}
}
@media only screen and (max-width: 767px) {
	.billing-toggle button {
		width: 95px;
    font-size: 16px;
	}
	.pricing-title h3 {
		font-size:42px;
		margin-bottom:10px;
	}
	.pricing-box {
		padding-bottom:30px;
	}
	.pricing-section ul li {
		margin-bottom:30px !important;
		margin-top:0px !important;
	}
	.price-des-b {
		gap:10px;
	}
	.pricing-section ul li:nth-child(4) .pricing-box .pricing-desc-h, .pricing-section ul li:nth-child(5) .pricing-box .pricing-desc-h, .pricing-section ul li:nth-child(6) .pricing-box .pricing-desc-h {
		min-height: inherit;
	}
}
button.google-tag-taketour {
    background: #0066AE;
    color: #fff;
}
button.google-tag-taketour:hover {
    background-color: #19263f !important;
    border-color: #19263f !important;
}
/* ==========================================================================
   Promotional Popup Component Styles
   ========================================================================== */
body.goat-popup-open {
    overflow: hidden !important;
}

.popup-main-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
        opacity: 0;
    visibility: hidden;
	/* display: flex !important; */
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-main-box.is-active {
    opacity: 1;
    visibility: visible;
}

.popup-box {
    width: 88vw;
    max-width: 1100px;
    max-height: 85vh;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    animation: goatPopupScaleIn 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes goatPopupScaleIn {
    from {
        opacity: 0;
        transform: scale(0.94) translateY(10px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.popup-box-sub {
    display: flex;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.popup-close-btn {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #f4f5f7;
    color: #7f8fa4;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 25;
}

.popup-close-btn:hover,
.popup-close-btn:focus {
    color: #354052;
    background: #e4e9ed;
    outline: none;
}

/* Left Column */
.popup-box-left {
    width: 40%;
    min-width: 340px;
    max-width: 420px;
    background: #354052;
    padding: 35px 35px 35px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    color: #ffffff;
}

.popup-logo {
    display: flex;
    width: 100%;
    align-items: center;
}

.popup-logo img {
    width: auto;
}

.popup-logo-choose {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 20px;
}

.popup-logo-choose h2 {
    font-size: 38px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 6px 0;
    line-height: 1.2;
   font-family: 'ProximaNova Extrabold',sans-serif
}

.popup-logo-choose p {
    font-size: 20px;
    color: #b9c7d6;
    margin: 0;
    line-height: 1.4;
    font-family: 'ProximaNova Regular',sans-serif;
}

.step-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 0 30px 42px;
    list-style: none;
    margin: 22px 0 0 0;
    position: relative;
    background: url('https://staging.goatrisksolutions.com/wp-content/uploads/2026/09/popup-down-arrow.png') left 8px top 14px no-repeat;
}



.step-box li {
    background: #4e5e77;
    border-radius: 8px;
    color: #ffffff;
    min-height: 38px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #717e8e;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 7px 12px;
    position: relative;
    z-index: 2;
    transition: transform 0.2s ease, background-color 0.2s ease;
}



.step-box .step-dot {
    position: absolute;
    left: -38px;
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 0 2px rgba(53, 64, 82, 0.8);
    z-index: 3;
}

.red-box {
    background: #ef3a4c !important;
}

.blue-box {
    background: #448ccb !important;
}

.yellow-box {
    background: #f5a623 !important;
}

.green-box {
    background: #3cb878 !important;
}

.left-text {
    font-size: 18px;
    color: #b9c7d6;
    letter-spacing: 0.5px;
    font-family: 'ProximaNova Regular',sans-serif;
    line-height: 1.5;
    text-transform: uppercase;
    padding-top: 15px;
}

/* Right Column */
.popup-box-right {
    flex: 1;
    background: #ffffff;
    padding: 45px 50px 35px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    position: relative;
}

.popup-right-content {
    margin-bottom: 25px;
}

.popup-eyebrow {
    font-size: 22px;
    color: #ef3a4c;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    font-family: 'ProximaNova Extrabold';
}

.popup-title {
    font-size: 46px;
    color: #354052;
    font-family: 'ProximaNova Extrabold',sans-serif;
    margin: 0 0 14px 0;
    line-height: 1.1;
}

.popup-description {
    font-size: 20px;
    color: #626262;
    line-height: 1.55;
    margin: 0 0 30px 0;
    font-family: 'ProximaNova Regular',sans-serif;
}

.popup-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    display: flex;
    gap: 20px;
}

.popup-features-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #626262;
    font-family: 'ProximaNova Regular',sans-serif;
}

.popup-features-list .feature-icon {
    flex-shrink: 0;
}

.popup-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 15px;
    margin-bottom: 30px;
}

.popup-tour-cta {
    background: #0066AE;
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 600;
    padding: 13px 28px;
    border-radius: 6px;
    border: 2px solid #0066AE;
    cursor: pointer;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 102, 174, 0.25);
}

.popup-tour-cta:hover,
.popup-tour-cta:focus {
    background-color: #19263f !important;
    border-color: #19263f !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(25, 38, 63, 0.3);
    outline: none;
}

.btn.popup-dismiss-btn {
    background: none;
    border: none;
    color: #626262 !important;
    font-size: 19px;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid;
    padding: 10px 20px;
    border-radius: 10px;
    transition: color 0.2s ease;
    height: inherit;
    font-weight: normal;
}

.popup-dismiss-btn:hover,
.popup-dismiss-btn:focus {
    color: #354052;
    outline: none;
}

/* Desktop-only enforcement */
@media (max-width: 1024px) {
    .popup-main-box {
        display: none !important;
    }
}
.btn.btn-brd {
    background: #ef3a4c !important;
    border-radius: 10px;
    padding: 10px 20px;
    height: inherit;

}
.popup-right-bottom {
    display: flex;
    gap: 14px;
    align-items: center;
}
.popup-right-b {
    color: #89939e;
    font-family: 'ProximaNova Regular',sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.popup-right-b img{
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.popup-right-ext {
    color: #89939e;
    font-family: 'ProximaNova Regular',sans-serif;
    font-size: 16px;
    padding-left: 15px;
    position: relative;
}
.popup-right-ext::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 10px;
    content: '';
    background: #ef3a4c;
}
.popup-close-btn span {
    display: inline-block;
    line-height: 0.7;
    position: relative;
    top: -2px;
}