:root{
    --thm-color:#ac1d22;
    --thm-color1:#5757bb;
}
.costingTable-responsive {
    overflow-x: auto;
    max-width: 80% !important;
}

.costingTable {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100% !important;
}

         
.cta-btn-grad {
    background-image: linear-gradient(to right, #e52d27 0%, #b31217  51%, #e52d27  100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.cta-btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}


.costingTable tr th, .costingTable tr td {
    padding: 8px 15px;
    text-align: center;
}

.costingTable tbody tr td, .costingTable tbody tr th {
    min-width: 200px;
}

.costingTable tbody tr td:first-child {
    min-width: 150px;
}

.costingTable thead,
.costingTable tfoot,
.costingTable tbody tr td:first-child {
    background: var(--thm-color);
    color: #ffffff;
}

[name="zip"] {
    padding: 4px 8px !important;	
}
[name="zip"]::placeholder{
	text-transform:none !important;
}
#cmd-modal-distance.modal, 
#cmd-modal-distance-step1, 
#cmd-modal-distance-step1-2,
#cmd-few-step-away.modal,
#cmd-call-us.modal,
#cmd-exit-intent.modal,
#cmd-on-close-step1.modal {
    z-index: 9998 !important;
}

#cmd-zip-help-modal.modal {
    z-index: 10009 !important;
}

.w-25px {
    width: 25px !important;
}

#cmd-location [type="submit"], #cmd-lead-form [type="submit"] {
    background-color: #ac1d22;
    color: #ffffff;
}

#cmd-location [type="text"] {
    background: white !important;
    border: 2px solid #eee;
}

.f-20 {
    font-size: 20px;
}

.modal-stack {
    z-index: 9991 !important;
}

.modal-backdrop:not(.modal-stack) {
    z-index: 9995 !important;
}

.card {
    border: unset !important;
}

.cmd-loader {
    position: absolute;
    background: rgba(0, 0, 0, 0.24) none repeat scroll 0% 0%;
    z-index: 999;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
}

.w-20px {
    width: 20px;
}

#accordion .close {
    position: absolute;
    z-index: 99;
    right: 18px;
    top: 10px;
    background: transparent;
    font-size: 25px;
}

.white-label label {
    color: #ffffff;
}
.white-space-nowrap label {
    white-space: nowrap;
}

.cmd-button {
    background: #ac1d22 !important;
    color: #fff !important;
}
.cmd-button-anchor{
	font-size: 14px;
    padding: 8px 15px;
    text-align: center;
    background-color: #ac1d22;
    color: #ffffff !important;
	border-radius: 4px;
}
.w-500px{
    width: 100%;
    max-width: 500px;
	border: 2px solid #ac1d22 !important;
}

.flex-column button.close{
    color: #fff;
    font-size: 30px;
}
.thm-bg{
    background-color: var(--thm-color) !important;
}
.thm-bg1{
    background-color: var(--thm-color1) !important;
}


.cmd-prefix {
    position: absolute;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
    background: #eee;
    left: 0;
    top: 24px;
    bottom: 0px;
}

.f-14{
    font-size: 14px;
}

.custom-modal-button{
	font-size: 22px !important;
    padding: 4px 11px !important;
    right: 4px;
    position: absolute;
    top: -3px;
    color: #000 !important;
    border-radius: 50% !important;
    background: #fff !important;
    opacity: 1;
}

label > b {
    font-weight: bolder;
}
#cmd-modal-distance [name="move_date"],
#cmd-modal-distance [name="name"],
#cmd-modal-distance [name="email"],
#cmd-modal-distance [name="otp"],
#cmd-modal-distance [type="text"]
{
	background-color: #fff; 
	border: 1px solid #ced4da;
}
#cmd-modal-distance .calcIcon{
	position:absolute;
	bottom:10px;
	right:10px;
}
.cmd-button, .cmd-button-anchor {
    font-size: 16px !important;
    font-weight: 600 !important;
}
#rent-calc span[data-toggle="popover"] {
  background: #ac1d22;
  color: white;
  font-weight: bolder;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#rent-calc .form-group > label{
	display:flex;
	margin-bottom:8px;
}

#rent-calc .form-group > label > span{
	margin-left:8px;
}
#rent-calc #calc{
	background: #ac1d22;
	color: #fff;
}
#rent-calc table tr >th{
	background: #ac1d22;
	color: #fff;
	text-align: center;
}
#rent-calc .h3{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #ac1d22;
	font-family: roboto;
	font-weight: bolder;
	margin-bottom: 1rem;
}

#rent-calc table tr > td{
	text-align: center;
}
#rent-calc .band{
	padding:15px;
	text-align:center;
	background-color: #ac1d22;
	color:white;
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 640px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1028px) {
    #cmd-modal-distance-step1 h5{
        font-size: 22px;
    }
    #cmd-modal-distance-step1 p{
        font-size: 19px;
    }
    #cmd-modal-distance-step1 .white-label{
        font-size: 16px;
    }
    #cmd-modal-distance-step1 [data-target="#cmd-zip-help-modal"]{
        font-size: 18px;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}
.cta_container{position:relative;background-size: cover;background-position: center;}
.cta_container .overlay{position:absolute;top:0;right:0;left:0;bottom:0;width:100%;height:100%;z-index:2;}
.cta_container .content_container{z-index:99;position:relative;}


.cta-bg-image{
    background-color: #2caec4;
    /*background:linear-gradient(0deg, #e52d27, #AC1D22); url(../img/ma.jpg);
    background-size: cover;
    background-repeat: no-repeat;*/

    
}


#cmd-exit-intent.modal .cta-bg-image,#cmd-on-close-step1 .cta-bg-image{
    background-color: #fff;
}

.cta-bg-image .card{
    background-color: transparent;
}
.cta-bg-image .custom-modal-button{
    right: -20px !important;
    top: -20px !important;
    width: 40px !important;
    height: 40px !important;
    padding: 4px !important;
}
.cta-bg-image .footer ,.cta-bg-image .footer a{
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.cta-bg-image [type="submit"]{
  background-color: #fabc05 !important;
  width: 100%;
  font-size: 20px;
}
.f-20{
    font-size: 20px;
}
input.form-control::placeholder{
    text-transform: capitalize !important; 
}
.cta-bg-image .form-control{
    font-size: 18px;
    height: 50px;
}
.select2-container{
    width: 100% !important;
    font-size: 16px;
}
.text-transformation-none{
    text-transform: none;
}

.disclaimer{
    font-size: 12px;
    line-height: normal;
}
.line-height-normal{
    line-height: normal;
}
#joshua{
    display: block;
}
.cmd-button-purple{   
    /*linear-gradient(to right, #27267e -1%, #516395 51%, #27267e 100%) !important;
    background-color: #2caec4 !important;*/
	background-image: linear-gradient(to left, #e52d27, #AC1D22) !important;
        padding: 15px 25px !important;
        text-align: center;
        text-transform: uppercase !important;
        transition: 0.5s !important;
        background-size: 200% auto !important;
        color: white !important;
        border-radius: 10px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
}
.cmd-button-purple:hover {
    background-position: right center !important;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
.cmd-button-red{
    background-image: linear-gradient(to right, #AC1D22 -1%, #e52d27 51%, #AC1D22 100%) !important;
    /*background-color: #fabc05 !important;*/
    padding: 15px 25px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase !important;
    transition: 0.5s !important;
    background-size: 200% auto !important;
    color: white !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    font-weight: 600 !important;    
}
.cmd-button-red:hover {
    background-position: right center !important;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
.swal2-container{
    z-index: 9999 !important;
}
/*shortcode*/
div.disclosure > button {
    background-color: transparent !important; 
    font-size: .75rem !important;
    color:#aeaeae !important;
    padding: 4px !important;
	margin: 4px !important;
    letter-spacing: 1px;
    text-transform: capitalize;
}

span.disclosure{
    font-size: 0.85rem !important;
	margin: 8px !important;
	text-align: left;
	display: block;
    background-color: #fbfbfb;
    color: #a3a3a3;
    line-height: 1.5;
    padding: 4px 6px !important;
}
.post-header{
    padding-bottom: 20px !important;
}
.popover-body{
    color: #9e9e9e !important;
}
/*rating*/
.rating{
    display: flex;
    align-items: center;
}
.rating span.stars{
    display: inline-block;
    position:relative;
}
.rating span.stars > i{
    display: inherit;
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.rating span.stars .empty_stars{ 
    background-image:url(../empty-star.svg);
}

.rating span.stars .filled_stars{ 
    background-image:url(../filled-star.svg);
}

.rating.size-1 span.stars{
    width: calc(18px * 5);
    height: 16px;
}
.rating.size-1 span.stars > i{
    background-size: 18px;
}

.rating.size-2 span.stars{
    width: calc(22px * 5);
    height: 20px;
}
.rating.size-2 span.stars > i{
    background-size: 22px;
}

.rating.size-3 span.stars{
    width: calc(24px * 5);
    height: 21px;
}
.rating.size-3 span.stars > i{
    background-size: 24px;
}

.rating.size-4 span.stars{
    width: calc(28px * 5);
    height: 25px;
}
.rating.size-4 span.stars > i{
    background-size: 28px;
}

.rating.size-5 span.stars{
    width: calc(32px * 5);
    height: 28px;
}
.rating.size-5 span.stars > i{
    background-size: 32px;
}

/*end Rating*/
.affordability-calculator.mode-income .debt-to-income,
.affordability-calculator.mode-income .monthly-debts,
.affordability-calculator.mode-payment .convert-by-income,
.affordability-calculator.mode-income .convert-by-payment,
.affordability-calculator.mode-advance .simple-calculation,
.affordability-calculator.mode-simple .advance-calculation, 
.affordability-calculator.mode-income .monthly-debts,
.affordability-calculator.mode-simple .calculation{
     display: none;
}


#cmd-few-step-away .btn-warning,.cmd-warning{
    background-color: #fabc05 !important;
}

#cmd-few-step-away .btn-light{
    background-color: #f8f9fa !important;
}
#cmd-call-us .cmd-call-us{
    font-family: Arial,sans-serif;
    font-size: 22px;

    align-items: center;
    display: flex !important;
    justify-content: center;
}
#cmd-call-us .cmd-call-us svg{
    margin-right: 0.5rem;
    fill: white;
    width: 18px;
    display: inline-block;
    height: auto;
}

@-webkit-keyframes bounce {
    0%,20%,53%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0) scaleY(1.1);
        transform: translate3d(0,-30px,0) scaleY(1.1)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0) scaleY(1.05);
        transform: translate3d(0,-15px,0) scaleY(1.05)
    }

    80% {
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95);
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0) scaleY(1.02);
        transform: translate3d(0,-4px,0) scaleY(1.02)
    }
}

@keyframes bounce {
    0%,20%,53%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0) scaleY(1.1);
        transform: translate3d(0,-30px,0) scaleY(1.1)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0) scaleY(1.05);
        transform: translate3d(0,-15px,0) scaleY(1.05)
    }

    80% {
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95);
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0) scaleY(1.02);
        transform: translate3d(0,-4px,0) scaleY(1.02)
    }
}

.cmd-call-us-floating{
    position: fixed;
    bottom: 100px;
    right: 10px;
    background: #2caec4;
    z-index: 99;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}
.cmd-call-us-floating svg{
    fill: white;
    width: 24px;
    display: inline-block;
}

/*Pros Card*/
.pros-card{
    margin: 15px 0;
    justify-content: center;
}
.pros-card .col{
    margin-bottom: 0.75rem;
    flex: 0 1 320px;
}
.pros-card .card{
    padding-top: 36px;
    border:2px solid #f2f7f9 !important;
}
.pros-card .card .card-header,.pros-card .card .card-footer,.pros-card .card .card-body{
    text-align: center;
    background-color: white;
	font-size:1rem !important;
}
.pros-card .card .card-header{
    border:none;
}
.pros-card .card .card-footer{
    border:none;
}
.pros-card .card .card-header h6{
    font-size: 18px;
}
.pros-card .card .card-body img{
    width: auto;
    height: 80px;
}
.pros-card .card .card-body > span{
    font-weight:bold;
	display:block;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2em;
    text-overflow: ellipsis;
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
	height: 2.4em;
}

.pros-card .card .card-body ul{
    display: inline-block;
    text-align: left;
    list-style:none;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0;
}
.pros-card .card .card-body ul li{
    margin-bottom: 0;
    list-style:none;
    position: relative;
}
.pros-card .card .card-body ul li:after{
    content:"";
    position: absolute;
    width: 15px;
    height: 15px;
    left: -20px;
    top: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMy4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNNDcwLjYgMTA1LjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTI1NiAyNTZjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwbC0xMjgtMTI4Yy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwTDE5MiAzMzguNyA0MjUuNCAxMDUuNGMxMi41LTEyLjUgMzIuOC0xMi41IDQ1LjMgMHoiLz48L3N2Zz4=);
}

.pros-card .card.feature{
    border-color:#f2d00f !important;
    position: relative;
    box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.pros-card .card.feature .card-header:after{
	content: "";
    background: url(/wp-content/plugins/calculate-moving-distance/assets/filled-star.svg),#ffffff;
    width: 100px;
    height: 100px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: -40px;
    left: 0;
    border: 2px solid #f2d00f;
    right: 0;
    background-size: 60px 60px;
    background-position: center;
    border-radius: 50%;
    margin: 0 auto;
}

#cmd-location-form label,.white-space-nowrap label{
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    color: rgba(0,0,0,.5);
}

.text-decoration-underline {
    text-decoration: underline !important;
}
.text-upper{
    text-transform: uppercase;
}