
html,
body {
    height: 100%;
    cursor: default;
    font-family: 'Poppins-Regular', sans-serif;
}
body {
    overflow-x: hidden;
}
h1, h2 {
    font-family: 'Poppins-Bold', sans-serif;
}
h3, h4, h5, h6 {
    font-family: 'Poppins-Regular', sans-serif;
}
.h2, h2 {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 1.4rem;
    line-height: 1.15em;
	color: #393939;
}
h3 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1.4rem;
    line-height: 1.15em;
	color: #fff;
}
.text-highlight {
    color: #ff7b00;
}
p {
    font-family: 'Poppins-Regular', sans-serif;
    color: #484848;
}
.container-py-enterprise p {
    color: #ffffff;
}
img#imgLogoLogin {
    width: 300px;
    height: auto;
}
/*All Common Start */
/*Loader*/
.ratealert-loader {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1101;
    background: #f9f9fa;
    opacity: 0.6;
}
    .ratealert-loader img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 250px;
        height: auto;
		opacity: 0.6;
    }
.loading-page {
    overflow: hidden;
}

/*Header Navigation*/
.navbar-collapse.collapse.show,
.navbar-collapse.collapsing {
    background: #f9f9fa;
    display: flex;
    flex-direction: column-reverse;
    overflow-x: hidden;
    max-height: 530px;
    overflow-y: auto;
}
    .navbar-collapse.collapse.show ul.navbar-nav.mr-auto.mt-2.mt-lg-0,
    .navbar-collapse.collapsing ul.navbar-nav.mr-auto.mt-2.mt-lg-0 {
        width: 100%;
        display: block;
        text-align: center;
        padding-bottom: 10px;
    }

    .navbar-collapse.collapse.show form.form-inline,
    .navbar-collapse.collapsing form.form-inline {
        padding-right: 0;
        padding-top: 10px;
    }
.navbar-collapse form.form-inline {
    padding-right: 15px;
}
.navbar.navbar-light.fixed-top {
    height: 100px;
    padding: 0rem;
    background-color: #ffffff;
	border-bottom: 1px solid #f7f7f7;	
	z-index: 1102;
}
a.navbar-brand img {
    width: 304px;
    height: auto;
}
a.navbar-brand {
    padding-left: 15px;
    padding-top: .1rem;	
}
.navbar-brand {
    margin-right: 0rem;
}
button.navbar-toggler {
    margin: 14px 15px;
    border-radius: 25px;
    padding: 5px 25px;
}
.btn {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    box-shadow: none !important;
    border: 0;
    padding: 12px 34px;
}
.navbar .btn-light {
    background: #1bb2e7;
    color: #fff;
    border-radius: 25px;
    transition: all 0.3s ease;
}
    .navbar .btn-light:hover {
        transform: translate(0, 0) scale(1.1);
        transition: all 0.3s ease;
    }
a.nav-link {
    margin-left: 1rem;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.7);
}
    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #393939;
    }
a.btn.btn-sm.btn-light.btn-login {
    padding: 12px 60px;
    background: #fff;
    border: 2px solid #1bb2e7;
    color: #1bb2e7;
    margin-right: 15px;
}
a.btn.btn-sm.btn-light.btn-signup {
    padding: 12px 54px;
	margin-right: 14px;
    border: 2px solid #1bb2e7;
}
li.nav-item, nav a {
    transition: all 0.3s ease;
}
li.nav-item:hover, nav a:hover {
    transform: scale(1.025);
    transition: all 0.3s ease;
}
form.form-inline.sm-view {
    display: none;
}
.dropdown-menu {
    border: 1px solid #e4e4e4;
}
a.dropdown-item {
    color: #393939;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}
body.menu-display {
    overflow: hidden;
}
/*Responsive Nav Bar*/
/*Deal with links on all transitions Start*/
@media (min-width: 1672px) {
li.nav-item.dropdown.nav-md {
    display: none;
}
}
@media only screen and (min-width: 1199px) and (max-width: 1672px) {
li.nav-item.dropdown.nav-md {
    display: inline-block;
}
li.nav-item.nav-sm.nav-xl {
    display: none;
}
}
@media (max-width: 1199px) {
li.nav-item.dropdown.nav-md {
    display: none;
}
a.nav-link {
    margin-left: 0;
}
a.btn.btn-sm.btn-light.shadow-none.btn-signup,
a.btn.btn-sm.btn-light.shadow-none.btn-login {
    width: 100%;
    margin: 10px;
}
}
/*Deal with links on all transitions End*/
@media only screen and (min-width: 1119px) and (max-width: 1370px) {
.navbar-expand-xl .navbar-nav .nav-link {
    margin-left: 0.5rem;
    padding-right: 1px;
    padding-left: 1px;
}
a.btn.btn-sm.btn-light.btn-signup {
        padding: 12px 36px;
}
a.btn.btn-sm.btn-light.btn-login {
        padding: 12px 45px;
}
}
@media (max-width: 1199px) {
a.navbar-brand {
    margin-right: auto;
}
form.form-inline.sm-view {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
}
a.btn.btn-sm.btn-light.shadow-none.btn-signup.btn-sm-view {

    width: 145px;
    padding: 9px;
        margin: 0;
}
a.btn.btn-sm.btn-light.shadow-none.btn-login.btn-sm-view {

    width: 145px;
    padding: 9px;
    margin: 0;
    margin-left: 12px;
}
.nav-link {
    display: block;
    padding: 0.4rem 1rem;
}
.navbar-collapse.collapse.show ul.navbar-nav.mr-auto.mt-2.mt-lg-0, .navbar-collapse.collapsing ul.navbar-nav.mr-auto.mt-2.mt-lg-0 {
    margin-top: 0 !important;
}
}
@media (max-width: 767px) {
form.form-inline.sm-view {
    display: none;
}
}

/*Responsive*/
/*Navbar Start*/
@media (max-width: 1199px) {
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
button.navbar-toggler {
    margin: 29px 15px;
    border-radius: 25px;
    padding: 5px 25px;
}
}

@media (max-width: 767px) {
    .navbar.navbar-light.fixed-top {
        height: 70px;
    }
    a.navbar-brand img {
        width: 240px;
    }
    a.btn.btn-sm.btn-light.shadow-none.mr-3.px-3.btn-login {
        padding: 12px 25px;
    }
button.navbar-toggler {
    margin: 14px 15px 14px 0;
    border-radius: 25px;
    padding: 5px 25px;
}
}

@media (max-width: 600px) {
    a.navbar-brand img {
        width: 200px !important;
    }
    .navbar > .container, .navbar > .container-fluid {
        padding: 2px;
    }
}

@media (max-width: 500px) {
a.navbar-brand img {
    width: 200px;
}
}

/*Navbar End*/


/*Footer*/
footer.container-fluid {
    background: #24282F;
}
footer h3 {
    color: #fff;
    font-size: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 0rem;	
}
img.vidmagic-logo-footer {
    width: 268px;
    margin-top: 0px;
    margin-bottom: 11px;
}
a.text-muted:hover {
    color: #fff !important;
}
.bg-light {
    background-color: #f5f5f6 !important;
}
.bg-light-2 {
    background-color: #f5f5f7 !important;
}
.btn:hover {
    color: #fff;
}
/*
 * Base structure
 */
.cover-container {
    display: flex; /* establish flex container */
    flex-direction: column; /* make main axis vertical */
    justify-content: center; /* center items vertically, in this case */
    align-items: center;
    background: linear-gradient(0deg, #ffffff 0%, #ececec 100%);
}
.cover {
    z-index: 1000;
    width: 100%;
    padding: 14vw 0 10vw;
}
.cover.cover-pricing {
    padding: 120px 0 0vw;
}
video.img-cover {
    z-index: 1;
    opacity: 1;
    background: #4e3ded;
    width: 100%;
    transform: scale(1);
    margin-top: 100px;
    position: absolute;
    top: 0;
}
div.img-cover {
    z-index: 1;
    opacity: .93;
    background: #ffffff;
    width: 100%;
	transform: scale(1.45);
    position: absolute;
}
div.img-cover-static {
    z-index: 1;
    opacity: 1;
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
}
div.img-cover img {
    width: 100%;	
    -webkit-animation:spin 90s linear infinite;
    -moz-animation:spin 90s linear infinite;
    animation:spin 90s linear infinite;
}
div.img-cover-static img {
    width: 100%;
        height: 100%;
}
img.img-fluid.img-block {
    width: 100%;
}
img.img-fluid.img-enterprise {
    width: 100%;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
video#videosSales {
    z-index: 1;
    opacity: 1;
    background: #ffffff;
    width: 100%;
    transform: scale(1);
}
.container {
  max-width: 1450px;
}
.container.container-footer {
    max-width: 1450px;
}
.lead {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    line-height: 2.4rem;
}
p.lead.lead-sm {
    font-size: 1rem;
    border: 0px solid #f5f5f6;
    padding: 0.5em;
    border-radius: 10px;
    line-height: 1.9rem;
}
.overflow-hidden { overflow: hidden; }
.cover-text {
    width: 100%;
    z-index: 1000;
}
h1.h1-text, h2.h2-text {
    font-size: 4.5vw;
    padding: 0vw 1.5vw 1.65vw;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-family: 'Poppins-Bold', sans-serif;
    color: #fff;
    line-height: 5.4vw;
    text-shadow: 0px 2px 0 rgba(82,86,147,0.54);	
}
h1.h1-text.h1-text-pricing {
    font-size: 2.5vw;
    line-height: 3.0vw;
    padding: 0vw 1.5vw 1vw;
}
.h1-smaller {
    font-size: 3.7vw;
    line-height: 4.6vw;
}
h2.border-line.text-center {
    border-bottom: 2px solid #f5f5f6;
    margin-bottom: 20px;
    line-height: 1.3em;
    font-size: 2.6rem;
    padding: 0.5em 0;
}
h2.border-line {
    border-bottom: 2px solid #f5f5f6;
    margin-bottom: 20px;
    line-height: 1.3em;
    font-size: 2.6rem;
    padding: 0.5em 0;
}
h2.border-line.text-center.h2-sm {
    border-bottom: 2px solid #f5f5f6;
    margin-bottom: 20px;
    line-height: 1.3em;
    font-size: 2.2rem;
    padding: 0.5em 0;
}
h3.border-line.text-center {
    color: #505050;
    font-size: 1.2em;
    font-weight: 700;
    padding-top: 1rem;
    line-height: 2em;
    border-top: 2px solid #f5f5f6;
}
.text-small {
    color: #ffffff;
}
p.p-quotes {
    margin-bottom: 0rem;
}
a.btn-signup,
button.btn-signup {
    z-index: 999;
    font-weight: 500;
    padding: 23px 52px;
    background: #1bb2e7;
    border: none;
    color: #fff;
    border-radius: 44px;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
}
    a.btn-signup:hover,
    button.btn-signup:hover {
        transition: all 0.3s ease;
        transform: scale(1.1);
		text-decoration: none;
    }
button:focus {
    outline: 0;
}
.text-center button.btn-signup {
    margin: 0 auto;
}
button.btn-signup {
    font-size: 20px;
}
.cover button.btn-signup {
    z-index: 999;
    font-weight: 500;
    font-size: 22px;
    padding: 18px 40px 19px;
    margin: 2.4vw auto 0;
    background: #ff7b00;
    border: none;
    color: #fff;
    border-radius: 44px;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
}
    .cover button.btn-signup:hover {
        transform: scale(1.1);
        transition: all 0.3s ease;
    }
button#whatIsRateAlert{
    background: transparent;
    border: none;
    transition: all 0.3s ease;
    font-size: 22px;
}
    button#whatIsRateAlert:hover {
        transform: scale(1.1);
        transition: all 0.3s ease;
    }
    button#whatIsRateAlert img {
        margin-top: -4px;
    }
ul.list-unstyled.mt-1 {
    font-size: 14px;
}
a#lnkForgotPassword {
    color: #6c757d;
}
input#chkSavePassword {
    margin-right: 4px;
}
/*Free Access*/
.modal video {
    width: 100%;
	border-radius:10px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #1eb2e7;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.modal-header.modal-header-home {
    display: block;
    text-align: left;
    border-bottom: 0;
    padding-bottom: 0;
}
    .modal-header.modal-header-home h5.modal-title {
        font-size: 3em;
        font-weight: 700;
        color: rgb(19, 69, 116);
        letter-spacing: 0;
        font-family: 'Poppins-Bold', sans-serif;
        text-transform: capitalize;
        line-height: 1;
    }
    .modal-header.modal-header-home p {
        margin-bottom: 0;
    }
.modal-dialog.modal-dialog-centered.modal-lg {
    max-width: 800px;
    border-radius: 20px;
}
.modal-dialog.modal-dialog-centered.modal-lg.modal-video {
    max-width: 600px;
    border-radius: 20px;
}
.modal-footer.modal-footer-home {
    border-top: 0;
    padding-top: 0;
    display: block;
}
.modal-body.modal-body-home {
    padding-bottom: 0.4em;
}

.btn.btn-block.btn-freeaccess {
    z-index: 999;
    font-weight: 500;
    font-size: 1.5em !important;
    background: #ff7b00;
    border: none;
    color: #fff;
    border-radius: 40px;
    margin: 0px auto;
    text-align: center;
    display: block;
    padding: .5em .5em !important;
    transition: all 0.5s ease;
}
    .btn.btn-block.btn-freeaccess:hover {
        transition: all 0.5s ease;
        transform:scale(1.05);
    }
.modal-content.modal-content-home {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    padding: 1.5em;
    outline: 0;
    border-radius: 25px;
}
.form-control {
    border-radius: 18px;
    font-size: 1rem;
    padding: 1.2rem 1.75rem;
}
.modal-header.modal-header-home p {
    font-size: 20px;
    width: 100%;
    padding: .9em 0 .2em;
    text-align: left;
}
.modal-body.modal-body-home {
    padding-bottom: 0.4em;
    padding-top: 0.4em;
}
img.img-quote {
    max-width: 150px;
    margin-left: -10px;
}
.p-quotes {
    margin: 0;
}

.modal-show-modal {
    overflow: hidden;
    padding-right: 17px;
}
.modal-header.modal-header-home .close {
    position: absolute;
    top: 44px;
    right: 45px;
    font-size: 23px;
    padding: 0;
    background: #ccc;
    border-radius: 30px;
    width: 45px;
    height: 45px;
}
.container-fluid.bg-grey {
    background: #fff;
    color: #fff;
}
.container-fluid.bg-grey.bg-darker {
    background: #f5f5f6;
    color: #fff;
}
.container-fluid.bg-grey .container {
    background: #4e3ded;
}
.container-fluid.bg-grey-2 {
    background: #24282F;
    color: #fff;
}

    .container-fluid.bg-grey-2 .container {
            background: #24282f;
        padding: 0;
        margin: 0 auto;
    }
a.text-link {
    color: #fff;
    transform: scale(1);
    transition: all 0.3s ease;
}
    a.text-link:hover {
        transition: all 0.3s ease;
        transform: scale(1.1);
    }
.col-md-6.pt-1 {
    z-index: 1;
    position: static;
}
a.modal-footer-link {
    color: #757e85;
}
.form-check.form-check-inline {
    cursor: pointer;
}
label.form-check-label.modal-footer-link,
input.form-check-input {
    cursor: pointer;
}
/*Home Container Pading*/
.container-py-section-1 {
    padding: 8.5em 0 8em;
}
.container-py-section-2 {
    padding: 8em 0;
}
.container-py-section-3 {
    padding: 9em 0 6em;
}
    .container-py-section-3 .col-md-5 {
        padding-top: 30px;
    }
.container-py-section-4 {
    padding: 8em 0 10em;
}
.container-py-section-5 {
    padding: 8em 0 12em;
}
.container-pt-section-5a {
    padding: 7em 0 2em;
}
.container-pb-section-5b {
    padding-bottom: 2em;
}
.container-py-enterprise-1 {
    padding: 5.5em 0 0;
    margin: 0 auto;
}
.container-py-section-1.container-py-section-landing-1 {
    padding: 2.5em 0 8em;
}
.container-pt-section-1 {
    padding: 8.5em 0 0;
}
.container-pb-section-1 {
    padding: 0 0 4em;
}
.container-section-1 {
    padding: 3em 0 0;
}
/*Home Image Positioning*/
.img-home-1 {
    transform: scale(1.1) translate(0%,-5.5%);
}
.img-home-2 {
    transform: scale(1.1) translateY(2%) translateX(1%);
    overflow: hidden;
}
.img-home-3 {
    transform: scale(1.1) translateY(-9%) translateX(-4%);
}
.img-home-4 {
    transform: scale(1.1) translateY(4%) translateX(0%);
    overflow: hidden;
}
.img-home-5 {
    transform: scale(1.1) translateY(-4%) translateX(-3em);
}
.container-py-section-1 .pt-hide-phone {
    margin-top: 46px;
}
.container-py-section-3 .pt-hide-phone {
    margin-top: 44px;
}
img.img-home-categories.float-left {
    width: 50%;
    height: auto;
    padding-bottom: 2em;
    margin-top: -3em;
}
.clearfix{
    clear:both;
}
p.lead.lead-sm img {
    filter: invert(10%);
}
/*Footer Btns*/
.btn-enterprise {
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 5px;
    margin-top: 0;
    padding: 1.7em 0;
    font-size: 1.1em;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 10;
}
    .btn-enterprise:hover {
        text-decoration: none;
        color: #fff;
        transform: translate(0, 0) scale(1.1);
        transition: all 0.3s ease;
    }
.btn-email {
    color: #fff;
    background: #1bb2e7;
    border: 2px solid #36c6f4;
    width: 94%;
}
.btn-phone {
    color: #fff;
    border: 2px solid #fff;
width:94%;
}
.btn-enterprise-categories {
    background: #252270;
    margin: 1em;
    padding: 1.2em;
    font-size: 0.7em;
    font-weight: normal;
    border-radius: 50px;
    width: 42%;
    display: inline-block;
}
.btn-enterprise-categories img {
    margin-top: -3px;
    margin-right: 3px;
}
footer .text-muted {
    color: #ffffff !important;
    font-family: 'Poppins-Regular', sans-serif;
    font-size: 0.8rem;
    line-height: 2.5rem;
}
a.disabled {
    pointer-events: none;
    color: #fff;
}
.text-max-width {
    max-width: 75%;
    line-height: 1.8rem;
    font-size: 0.9rem;
    margin-top: -5px;
}
a.social-media-link {
    color: #e1e1e1;
    font-size: 30px;
    margin-left: 6px;
}
a.social-media-link img {
width:30px;
height:auto;
}
a.social-media-link:hover {
    text-decoration: none;
}
/*Ebook Home*/
img.img-fluid.img-enterprise.img-ebook-background {
    position: absolute;
}
img.img-fluid.img-enterprise.img-ebook-button {
    position: relative;
        cursor: pointer;
    transform-origin: 50% 74%;
        transition: all 0.3s ease;
}
img.img-fluid.img-enterprise.img-ebook-button:hover {
    transform: scale(1.05);
}
/*Log In Page Start*/
.modal.modal-login {
    position: static;
}

/*Log In Page End*/

/*Pricing Page Start*/
div#ratealertAbout {
    padding-top: 6em;
}
div#ratealertPricing {
    padding: 2em 0 4em;
}
.card.card-pricing.text-center {
    background-color: #fff;
    width: 100%;
    padding-top: 100%;
    position: relative;
    border-radius: 50%;
}
.card.card-pricing.text-center .card-body {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
img.img-pricing {
    width: 80%;
    margin-top: 10%;
}
h4.h4-title.h4-title-pricing {
    font-size: 32px;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-top: 66px;
	color: #274e5f;
}
h1.card-title.pricing-card-title {
    font-size: 55px;
    font-weight: 700;
    text-shadow: none;
    color: #ff7b00;	
}
span.span-price {
    font-size: 20px;
}
h5.paid-yearly {
    margin: -10px 0 0 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
}
a.btn-countmein, button.btn-countmein {
    z-index: 999;
    font-weight: 500;
    font-size: 18px;
    padding: 23px 52px;
    background: #36c6f3;
    border: none;
    color: #fff;
    border-radius: 44px;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
}
a.btn-countmein:hover, button.btn-countmein:hover {
    transition: all 0.3s ease;
    transform: scale(1.1);
}
.btn-signup.btn-pricing {
    background: #ff7b00;
    font-size: 1.1em;
}
.btn-signup.btn-pricing-blue {
    background: #1bb2e7;
}
a.btn.btn-signup.btn-pricing.mt-4 {
    padding: 23px 10px;
}
.border-line-divider {
    border-bottom: 2px solid #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.3em;
    font-size: 2.6rem;
    padding: 0.5em 0;
}
h3.sign-up-text {
    color: #4c4a4a;
    line-height: 1.4em;
    padding: 0;
    margin: 30px 0 0 0;
}
/*Pricing Page End*/

/*Privacy Terms And Conditions Pages Start*/
h1.h1-text.h1-text-terms-cond-privacy {
    font-size: 3vw;
    line-height: 3.0vw;
    padding: 0vw 1.5vw 1vw 0;
    margin: 0;
	text-align:left;
}
.container-terms-cond-privacy h1 {
    font-size: 2.8em;
    color: #393939;
	margin-bottom: 0.3rem;	
}
.container-terms-cond-privacy h2 {
    font-size: 2.1em;
    color: #393939;
	margin-bottom: 0.3rem;
}
.container-terms-cond-privacy h3 {
    font-size: 1.5em;
    color: #393939;
	margin-bottom: 0.3rem;	
}
.container-terms-cond-privacy li {
	font-size: 1rem;
    color: #393939;
	margin-bottom: 0.3rem;
}
/*Privacy Terms And Conditions Pages End*/
/*Checkout Pages Start*/
.input-group-append .btn, .input-group-prepend .btn {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
select.custom-select.d-block.w-100 {
    border-radius: 18px;
    font-size: 1rem;
    padding: 1.4rem 1.75rem;
}
ul.list-group.ul-wegotyou{
    list-style: none;
    padding-left: 15px;
}
ul.list-group.ul-wegotyou li{
        font-size: 14px;
        color: #6c757d!important;
}
ul.list-group.ul-wegotyou li::before {
  content: "\2022";
    color: #ff7b00;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  font-weight: bold;
}
.text-muted.mb-2 small {
    font-size: 14px;
}
.col-checkout label {
    color: #6c757d;
    font-size: 18px;
    font-weight: 600;
}
.form-control {
    border-radius: 18px;
    font-size: 1.3rem;
    padding: 1.2rem 1.75rem;
}
/*Checkout Pages End*/
.col-checkout {
    min-height: 740px;
}
.col-checkout .card-body.card-body-checkout{
    position:absolute;
}
.progress-bar {
    background-color: #ff7b00;
    transition: width .6s ease;
}
.progresses {
    position: relative;
    max-width: 70%;
    margin: auto;
}

.progresses ul {
    list-style: none;
    padding: 0;
}

.progresses ul li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 200;
    position: relative;
}

.progresses ul li.orange {
    color: #fff;
    background-color: #ff7b00;
	transition: all 1.2s ease;
}
.progresses ul li.orange.go-back {
	cursor:pointer;
}
.progresses ul li.orange.go-back:hover {
    transform: translate(0, 0) scale(1.05);
    transition: all 0.3s ease;
}
.progresses ul li::after {
    position: absolute;
    top: 42px;
    left: -48px;
    font-size: 1.1rem;
	font-weight:500;
    width: 130px;
	color: #fff;
}

#step-1::after {
    content: "Your Profile";
}

#step-2::after {
    content: "Choose A Plan";
    left: -32px;
}

#step-3::after {
    content: "Billing Info";
}

.progresses .progress {
    height: 10px;
    width: 100%;
    top: 15px;
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
}
.card-body.card-body-checkout {
    background: #fff;
    border-radius: 25px;
}
h4 {
    font-family: 'Poppins-Regular', sans-serif;
    color: #393939;
	font-weight: 600;
}
.btn-checkout {
    z-index: 999;
    font-weight: 500;
    font-size: 1.5em !important;
    background: #ff7b00;
    border: none;
    color: #fff;
    border-radius: 40px;
    margin: 0px auto;
    text-align: center;
    display: block;
    padding: .7em .5em !important;
    transition: all 0.5s ease;
}
.btn-checkout:hover {
    transform: translate(0, 0) scale(1.04);
    transition: all 0.3s ease;
}
button.btn.btn-secondary {
    padding: 9px 34px;
}
label {
    color: #6c757d;
    margin-bottom: 0.2rem;
}
img.img-pricing-checkout {
    margin: 0px 0 40px 0;
    display: block;
    width: 100%;
}
a.choose-this-plan {
    border: 4px solid #e2e2e2;
    width: 100%;
    text-decoration: none;
    margin: 7px 15px;
    padding: 10px 0;
    transition: all 0.3s ease;
    border-radius:25px;
}
a.choose-this-plan.active {
border: 4px solid #fff000;
transition: all 0.3s ease;
}
a.choose-this-plan:hover {
    transition: all 0.3s ease;
}
#checkoutChooseAPlan h1.card-title.pricing-card-title {
    font-size: 50px;
    font-weight: 700;
    text-shadow: none;
    color: #1bb2e7;	
}
#divMembership .text-success {
    color: #ff7b00!important;
}
#divPromoCode.text-success {
    color: #9f9f9f!important
}
div#divMembership .text-muted {
    display: none;
}
div#divMembership h6 {
    padding-bottom: 6px;
}
div#divPromoCode small {
    font-weight: bold;
    font-size: 1.1em;
    color: #ff7b00;
}
div#divPromoCode h6 {
    color: #545454;
}
div#divMembership h8 {
    font-weight: bold;
}
select:focus {
    outline: none !important;
    border:1px solid #1eb2e7 !important;
  }
span#lblPayment {
    margin-top: -3px;
}
.total-today {
    font-weight: 700;
    color: #1bb2e7 !important;
    font-size: 1.5rem !important;
}
a.btn-signup.btn-not-checked {
    padding: 15px 52px;
}
ul.list-unstyled.list-checkout {
    margin: 0;
}
ul.list-unstyled.list-checkout li {
    margin: 0;
}
select#cmbExpMonth, select#cmbExpYear, select#cmbCardType {
display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 10px);
    border-radius: 18px;
    font-size: 1rem;
    padding-left: 10px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
select:focus {
    border-radius: 18px;
    border: 1px solid #ced4da;
}

/*Recruit Start*/
.card-body.card-body-showcase {
    background: #fff;
    border-radius: 25px;
}
.container.container-recruit {
    z-index: 1000;
    padding-top: 5em;
    padding-bottom: 5em;
}
.container.container-recruit.container-recruit-form{
    z-index: 1000;
    padding: 0 15px 7em 15px;
}
.shadow-sm {
    box-shadow: 0 3px 7px rgba(0,0,0,.1)!important;
    border-radius: 0.5rem;
    border: 0;
}
.iframe-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.iframe-video-container iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
h1.h1-text.h1-text-recruit {
    font-size: 38px;
    line-height: 48px;
    padding: 1.5vw 0vw 2vw;
}
h1.h1-text.h1-text-download {
    font-size: 38px;
    line-height: 48px;
    padding: 1.5vw 0vw 2vw;
    margin: 0;
    width: 100%;
}
h2.h2-text.h2-text-download {
    font-size: 34px;
    line-height: 48px;
    padding: 1.5vw 0vw 2vw;
}
span.free {
    color: #ff7b00;
}
h2.h2-recruit.mb-3.text-muted {
    font-size: 0.9em;
    font-weight: 100;
    font-family: 'Poppins-Regular', sans-serif;
    line-height: 1.35em;
}
#ratealert_recruit h3 {
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 1.4rem;
    line-height: 1.15em;
    color: #393939;
}
.h3-form{
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 600;
    font-family: 'Poppins-Regular', sans-serif;
    line-height: 1em;
    margin: 0.5rem 0 1rem 0;
}
/*Free Alert Start*/
.container.container-free-alerts {
    z-index: 1000;
    padding-top: 5em;
    padding-bottom: 0;
}
/*Checkboxes*/

/* Customize the label (the container) */
.checkbox-content {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-content.checkbox-content-drop {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 24px;
}
/* Hide the browser's default checkbox */
.checkbox-content input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #d8d8d8;
        border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.checkbox-content:hover input ~ .checkmark {
  background-color: #ccc;

}

/* When the checkbox is checked, add a blue background */
.checkbox-content input:checked ~ .checkmark {
    background-color: #1bb2e7;
    border-radius: 4px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-content input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-content .checkmark:after {
left: 10px;
    top: 5px;
    width: 5px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.agree-to-terms {
    color: #6c757d;
}
.modal-dialog.modal-dialog-centered.modal-lg.modal-terms {
    margin-top: 120px;
}
.agree-to-terms:hover {
    text-decoration: underline;
}

/*Captcha display none*/
.grecaptcha-badge {
    display: none !important;
}
/*Faq page*/
.accordion>.card .card-header {
    margin-bottom: -1px;
    background-color: #f9f9f9;
}
.accordion {
    border-radius: 10px;
}
.card {
    border-radius: 0.5rem;
}
.card-header:first-child {
    border-radius: 10px 10px 0 0;
}
button.btn.btn-faq {
    padding-left: 0;
    font-weight: 600;
    color: #393939;
    transition: all 0.3s ease;
}
button.btn.btn-faq:hover {
    transform: scale(1.02);
}
button.btn.btn-faq img.img-faq {
    transform: rotate(90deg);
    filter: opacity(0.9) drop-shadow(0 0 0 blue);
    transition: all 0.3s ease;
}
button.btn.btn-faq.collapsed img {
    filter: opacity(0.9) drop-shadow(0 0 0 black);
    transform: rotate(0deg);
}




/*Checkout Promotion Start*/
div#tryFreeModal .no-gutters {
    padding: 0;
    margin: 0;
}
div#tryFreeModal h4 {
    font-size: 36px;
    padding: 20px 0 0px;
    margin: 10px 0 0 0;
    font-weight: bold;
    color: #575757;
    border-top: 1px solid #e5e5e5;
}
div#tryFreeModal h5 {
    font-size: 36px;
    padding: 10px 0 15px;
    margin: 0;
    font-weight: bold;
    color: #575757;
}
div#tryFreeModal h6 {
    font-size: 16px;
    padding: 0 0 5px;
    color: #575757;
}
/*CLOCK*/
#clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}

#clockdiv > div{
	padding: 10px;
	border-radius: 3px;
	background: #00BF96;
	display: inline-block;
}

#clockdiv div > span{
	padding: 15px;
	border-radius: 3px;
	background: #00816A;
	display: inline-block;
}
div#clockdiv .smalltext {
    font-size: 14px;
}
.display-none {
    display: none !important;
}
button#btnFinish_sidebar,
button#checkoutChooseAPlan_btn_sidebar {
    display: none;
}

/*All Responsive*/

@media (min-width: 1900px) {
h1.h1-text.h1-text-download {
    font-size: 42px;
    line-height: 50px;
}
h2.h2-text.h2-text-download {
    font-size: 40px;
    line-height: 50px;
}
}

@media (max-width: 1199px) {
    .cover {
        padding: 17vw 0 10vw;
    }
    h1.h1-text {
        font-size: 4.5vw;
        padding: 0vw 1.5vw 1.65vw;
        width: 80%;
        line-height: 5.5vw;
    }
    .container-py-section-1 {
        padding: 6.5em 0 8em;
    }
    .container-py-section-2 {
        padding: 9em 0 4em;
    }
    .container-py-section-3 {
        padding: 8em 0 9em;
    }
    .container-py-section-4 {
        padding: 8.3em 0 7.3em;
    }
    .container-py-section-5 {
        padding: 12em 0 7em;
    }
    span.btn-enterprise-categories {
        display: block;
        max-width: 480px;
        width: 100%;
        margin: 21px auto;
    }
    .img-home-4 {
        transform: scale(1.4) translateY(5%) translateX(14%);
    }
    .img-home-5 {
        transform: scale(1.3) translateX(-5em);
    }
}
@media (max-width: 991px) {

img.img-pricing {
    max-width: 160px;
    margin-top: 4%;
}
span.span-price {
    font-size: 14px;
}
h1.card-title.pricing-card-title {
    font-size: 40px;
}
.cover-container.cover-container-login div.img-cover {
    transform: scale(2.55);
}
div.img-cover img {
    width: 200%;
}	
}
@media (max-width: 767px) {
    video.img-cover {
        transform: scale(2) translate(-12%, 0);
    }
    h1.h1-text {
        font-size: 3rem;
        padding: 0;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-weight: bold;
        font-family: 'Poppins-Bold', sans-serif;
        color: #fff;
        line-height: 4rem;
    }
h1.h1-text.h1-text-pricing {
    font-size: 20px;
    line-height: 25px;
}
    .cover-text {
        top: 80px;
    }
    .img-home-1 {
        transform: scale(1) translateX(0);
    }
    .container-py-section-1 {
        padding: 0 0 3em;
    }
div#ratealertPricing {
    padding: .5em 0 3em;
}
div#tryFreeModal h4 {
    font-size: 28px;
    padding: 5px 0 0px;
}
div#tryFreeModal h5 {
    font-size: 20px;
    padding: 2px 0 2px;
}
        .container-py-section-1 .pt-hide-phone {
            margin-top: 0;
        }
    .h2, h2 {
        margin-top: 1rem;
    }
    .img-home-2 {
        transform: scale(1) translateY(0) translateX(0);
        overflow: hidden;
    }
    .container-py-section-2 {
        padding: 1em 0 3em;
    }
    .img-home-3 {
        transform: scale(1) translateX(0);
    }
    .container-py-section-3 {
        padding: 3em 0 4em;
    }
    .container-py-section-4 {
        padding: 0em 0 3em;
    }
    .img-home-4 {
        transform: scale(1) translateY(0%) translateX(0%);
    }

    .img-home-5 {
        transform: scale(1) translateX(0);
    }
    .container-py-section-5 {
        padding: 0em 0 3em;
    }
    .btn-enterprise {

        margin-top: 0;
        padding: 1.7em 0;
        font-size: 1.1em;
        position: static;
        top: 0;
        left: 0;
        z-index: 10;
    }
    .btn-email {
        width: 96%;
        margin: 10px auto;
    }
    .btn-phone {
        width: 96%;
        margin: 20px auto;
    }
    footer h3 {
        color: #fff;
        font-size: 1rem;
        padding-bottom: 0.5rem;
    }
    .phone-hide{
        display:none;
    }
    .phone-padding-hide {
        padding-top: 0 !important;
        margin-top: -15px !important;
    }
    .container-py-section-3 .col-md-5 {
        padding-top: 57px;
    }
    .col-9.pl-0 {
        font-size: 14px;
    }
    span.btn-enterprise-categories {
    display: block;
    max-width: 100%;
    text-align: left;
    }
    .container-fluid.bg-grey, .container-fluid.bg-grey-2 {
        padding: 0;
    }
    div#ratealert_corporate_edition {
        padding: 0 15px;
    }
div#ratealert_corporate_edition p.lead.pb-1 {
    margin-bottom: 0;
}
div#ratealert_corporate_edition .container.container-footer.container-py-enterprise-1 {
    padding: 2.5em 15px 0;
}
    img.img-home-categories.float-left {
        width: 100%;
        height: auto;
        padding-bottom: 2em;
    }
    .container-py-section-1.container-py-section-landing-1 {
        padding: .5em 0 2em;
    }
.cover.cover-pricing {
    padding: 77px 0 0vw;
}
img.img-pricing {
    margin-top: 10px;
}
.card.card-pricing.text-center .card-body {
    position: static;
}
.card.card-pricing.text-center {
    padding-top: 0;
    position: relative;
    border-radius: 20px;
    margin-top: 20px;
    padding-bottom: 70px;
}
a.btn.btn-signup.btn-pricing.mt-4 {
    margin: -95px auto 30px !important;
    position: relative;
    width: 90%;
}
div.img-cover img {
    width: 400%;
    transform: rotate(-180deg);
        -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}
div.img-cover-static img {
    width: auto;
    height: 100%;
        width: 100%;
}
.container.container-recruit, .container.container-free-alerts {
    padding-top: 3em;
}

/*Checkout*/
    .row {
        margin: 0;
    }
.progresses.pb-4 {
    padding-bottom: 10px!important;
}
div#checkoutYourProfile h4.mb-3.text-muted,
div#checkoutChooseAPlan h4.mb-3.text-muted {
    margin-bottom: 0px !important;
}
div#checkoutYourProfile hr.mb-3
 {
    margin-bottom: 0.5rem!important;
    margin-top: 0.5rem!important;
}
div#checkoutChooseAPlan hr.mb-2 {
    padding: 0;
    margin: 5px 0;
}
.col-checkout.col-md-8.order-md-1.pb-3 {
    padding-left: 10px;
    padding-right: 10px;
}
.col-checkout .card-body.card-body-checkout {
    position:static;
        padding: 12px 12px;
}
a.choose-this-plan {
    margin: 5px 0;
}
.container-fluid.bg-light.py-4.container-checkout {
    padding-top: 5px !important;
    margin-top: 0;
}
.col-md-3.col-img-checkout img.img-pricing-checkout {
    width: 30%;
    position: absolute;
    right: 0;
    top: -5px;
    max-width: 164px;
}
ul.list-unstyled.list-checkout li {
    font-size: 10px;
}
.col-md-4.order-md-2.mb-4 {
    padding-left: 10px;
    padding-right: 10px;
}
.card-body.card-body-checkout {
    padding: 0.7rem 1rem 1.25rem;
}
h4.d-flex.justify-content-between.align-items-center.mb-3 {
    margin-bottom: 5px!important;
}
.container-fluid.bg-light.py-4.container-checkout .container.container-terms-cond-privacy {
    padding-left: 0;
    padding-right: 0;
}
.col-checkout label {
    color: #6c757d;
    font-size: 16px;
    font-weight: 600;
}
.form-control {
    border-radius: 18px;
    font-size: 1rem;
    padding: 1rem 1rem;
}
select#cmbExpMonth, select#cmbExpYear, select#cmbCardType {
    height: 38px;
}
button#btn_RedeemPromo {
    height: 38px;
}
.btn-checkout {
    font-size: 1.4em !important;
}
/*All Checkout Buttons Next*/
body.step-2-active button#checkoutChooseAPlan_btn_sidebar {
    display:block;
}
body.step-3-active button#btnFinish_sidebar {
    display:block;
}
button#checkoutChooseAPlan_btn,
button#btnFinish {
    display:none;
}
button#btnFinish_sidebar,
button#checkoutChooseAPlan_btn_sidebar {

}
#checkoutBillingInfo .text-muted.mb-2, 
#checkoutBillingInfo hr.mb-3{
    display:none;
}
.col-checkout {
    min-height: 400px;
}
body.step-2-active button#checkoutChooseAPlan_btn{
    display:none;
}
body.step-3-active button#btnFinish {
    display:none;
}
}

@media (max-width: 600px) {
    .container-fluid.bg-light.py-4.container-checkout {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid.bg-light.py-4.container-checkout .container.container-terms-cond-privacy {
    padding-left: 0;
    padding-right: 0;
}
.row.no-sm-gutters [class*="col-"] {
    padding-left: 0!important;
    padding-right: 0!important;
}
#checkoutChooseAPlan h1.card-title.pricing-card-title {
    font-size: 40px;
}
img.img-pricing-checkout {
    margin: 0px 0 10px 0;
}
#checkoutBillingInfo span.card-types.float-right img {
    width: 110px;
}
.progresses {
    position: relative;
    max-width: 88%;
margin: 10px auto 0;
}
.progresses ul li::after {
    position: absolute;
    top: 42px;
    left: -48px;
    font-size: 0.8rem;
    font-weight: 500;
    width: 130px;

}
h1.h1-text.h1-text-terms-cond-privacy {
    font-size: 5vw;
    line-height: 8vw;
    padding: 0vw 1.5vw 1vw 0;
    margin: 0;
    text-align: left;
}
.container-terms-cond-privacy h1 {
    font-size: 1.8em;
    color: #393939;
    margin-bottom: 0.3rem;
}
.container-terms-cond-privacy h2 {
    font-size: 1.5em;
    color: #393939;
    margin-bottom: 0.3rem;
}
    .container-fluid.bg-white.container-py-section-banner,
    .container-fluid.bg-white.container-py-section-banner .container{
        padding: 2px;
    }

    h1.h1-text {
        font-size: 2rem;
    padding: 15px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-weight: bold;
        font-family: 'Poppins-Bold', sans-serif;
        color: #fff;
        line-height: 2.9rem;
    }
    h1.h1-text.h1-text-download, 
    h2.h2-text.h2-text-download,
    h1.h1-text.h1-text-recruit {
    font-size: 25px;
    line-height: 34px;
    padding: 1.5vw 0vw 2vw;
    margin: 0;
    width: 100%;
}
    .cover button.btn-signup {
        padding: 10px 40px 10px;
        margin: 14px auto 0;
    }
    button#videoSalesVideo {
        font-size: 18px;
        margin-top: 10px;
    }
    video.img-cover {
        transform: scale(3) translate(-6%, 0);
        margin-top: 46vw;
    }
    .cover {
        padding: 34vw 0 18vw;
    }
    div.img-cover {
        transform: scale(1.55);
    }
.cover-container.cover-container-login div.img-cover {
    transform: scale(2.55);
}	
    .h2, h2 {
        font-size: 2rem;
        line-height: 1.3em;
    }
h2.border-line.text-center {
    line-height: 1.3em;
    font-size: 2rem;
}
    i.fas.fa-quote-right.fa-4x.fa-flip-horizontal {
        font-size: 36px;
    }
    .lead {
        font-size: 1.1rem;
        line-height: 2rem;
    }
    button.btn-signup {
        margin: 0 auto;
    }
    .row {
        margin: 0;
    }
    .container.container-footer .col-md-12.pb-0.text-center{
        padding: 20px 0 0 0;
    }
    .container.container-footer .col-md-12.text-center{
        /*padding: 0;*/
    }
    .container.container-footer {
        padding: 0;
    }
    .row.center-on-phone .col-sm-12.col-md-6.text-right,
    .row.center-on-phone .col-12.col-md-6 {
        text-align: center !important;
    }
}
@media (max-width: 500px) {
    video.img-cover {
        transform: scale(3) translate(-6%, 0);
        margin-top: 47vw;
    }
img#imgLogoLogin {
    width: 90%;
    max-width:300px;
    height: auto;
}
.modal-header.modal-header-home .close {
    position: absolute;
    top: 32px;
    right: 40px;
}
.modal-header.modal-header-home p {
    font-size: 16px;
}
div#signUpModal .modal-header.modal-header-home img {
    width: 56%;
    max-width: 304px;
}
.btn.btn-block.btn-freeaccess {
    font-size: 1.2em !important;
}
button.btn-signup {
    font-size: 18px;
}
}

@media (max-width: 400px){
.modal-content.modal-content-home {
    padding: 1.5em .5em;
}
span.btn-enterprise-categories {
    font-size: 0.7rem;
}
.modal-dialog.modal-dialog-centered.modal-lg {
    max-width: 800px;
    border-radius: 20px;
    margin-top: 25px;
}
}
/*2023 New Design OverRides*/
/*Navigation*/
a.navbar-brand img {
width: 237px;
height: auto;
}
a.btn.btn-sm.btn-light.btn-signup {
border: 2px solid #24587f;
border-radius: 0.7rem;
}
.navbar .btn-light {
background: #24587f;
}
a.btn.btn-sm.btn-light.btn-login {
border: 2px solid #24587f;
border-radius: 0.7rem;
color: #24587f;
}
.btn-checkout {
    border-radius: 0.7rem;
}
a.btn-signup, button.btn-signup {
    border-radius: 0.7rem;
}