body{

}

.container{
    margin: auto;
    padding: 0;
}

/*---------------------------------div width */
.rm-30{
    width: 30%;
}

.rm-33{
    width: 33%;
}

.rm-35{
    width: 35%;
}

.rm-40{
    width: 40%;
    min-width: 516px;
}

.rm-45{
    width: 45%;
}

.rm-50{
    width: 50%;
}

.rm-55{
    width: 55%;
}

.rm-60{
    width: 60%;
}

.rm-65{
    width: 65%;
}

.rm-70{
    width: 70%;
}

.rm-75{
    width: 75%;
    max-width: 1500px;
}

.rm-80{
    width: 80%;
    max-width: 1500px;
}

.rm-85{
    width: 85%;
    max-width: 1500px;
}

.rm-90{
    width: 90%;
    max-width: 1500px;
}

.rm-95{
    width: 95%;
}

.rm-100{
    width: 100%;
}

/*-------------------------- div positions */

.reverse-column{
    flex-direction: column-reverse;
}

.reverse-row{
    flex-direction: row-reverse;
}

/*-------------------------- div text color */

.rm-div-color-white p,
.rm-div-color-white li,
.rm-div-color-white a,
.rm-div-color-white h1,
.rm-div-color-white h2,
.rm-div-color-white h3,
.rm-div-color-white h4,
.rm-div-color-white h5{
    color: white;
}


/*----------------------------text alignment */
.rm-text-center{
    text-align: center;
}

.rm-text-left{
    text-align: left;
}

.rm-text-right{
    text-align: right;
}

/*----------------------------padding size */

.rm-padding-small{
    padding: 2rem 0rem;
}

.rm-padding-medium{
    padding: 4rem 0rem;
}

.rm-padding-large{
    padding: 6rem 0rem;
}

.rm-padding-xlarge{
    padding: 10rem 0rem;
}


.rm-padding-top-small{
    padding-top: 2rem;
}

.rm-padding-top-medium{
    padding-top: 4rem;
}

.rm-padding-top-large{
    padding-top: 6rem;
}

.rm-padding-top-xlarge{
    padding-top: 10rem;
}


.rm-padding-bottom-small{
    padding-bottom: 2rem;
}

.rm-padding-bottom-medium{
    padding-bottom: 4rem;
}

.rm-padding-bottom-large{
    padding-bottom: 6rem;
}

.rm-padding-bottom-xlarge{
    padding-bottom: 10rem;
}



.rm-padding-around-small{
    padding: 2rem;
}

.rm-padding-around-medium{
    padding: 4rem;
}

.rm-padding-around-large{
    padding: 6rem;
}

/*----------------------------background color */
.bk-light-blue{
    background: #0F1219;
}

.bk-dark{
    background: #0F1219;
}

.bk-white{
    background: white;
}

.bk-dark p,
.bk-dark h1,
.bk-dark h2,
.bk-dark h3,
.bk-dark h4,
.bk-dark h5,
.bk-dark li{
    color: white;
}

/*-------------------------- row positions */

.row-standard{
    display: flex;
    align-items: center;
}

.row-space-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row-div-center{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.row-div-left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/*-------------------------- column positions */
.rm-columns{
}

.rm-columns-standard{
    display: flex;
    align-items: center;
}

.rm-grid-3-column{
    display: grid;
    grid-template-columns: max-content max-content max-content;
    column-gap: 2rem;
}

.rm-grid-4-column{
    display: grid;
    grid-template-columns: max-content max-content max-content max-content;
    column-gap: 2rem;
    align-items: center;
}

.rm-columns-center{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.rm-columns-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.rm-columns-left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
/*-------------------------- Box */
.box-border{
    overflow: hidden;
    border-radius: 10px;
}

/*-------------------------- shadow */
.main-shadow{
    box-shadow: 22px 23px 175px rgba(23, 4, 74, 0.1);
}

/*-------------------------- shadow */
.nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav a{
    cursor: pointer;
}

.nav img{
    width: 200px;
    cursor: pointer;
}

/*-------------------------- other */
.estimate{
    display: flex;
}

.estimate input{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: none;
    padding: .8rem;
}

.estimate a{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    text-decoration: none;
    color: white;
    font-size: .8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem 2rem;
}

.video-container{
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* PROMO MESSAGE
   ============================================================================ */
 .promo-message{
     border-radius: 5px;
     border-bottom: 6px solid #38ca8e;
     box-shadow: 0px 3px 35px rgba(23, 4, 74, 0.1);
     margin: 3rem 0rem;
     margin-bottom: 0rem;
     padding-bottom: 1rem;
 }

.promo-message h3{
    text-align: left !important;
    padding: 2rem;
    background: #fffbe7;
    margin-bottom: 0rem;

}

.promo-message ul li:nth-child(1){
    background: #fafafd;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea ;
}

.promo-message ul li p{
    margin: 0rem;
}

.promo-message ul li{
    padding: 1.3rem 2rem;
   display: flex;
    align-items: flex-start;
}

.promo-message ul li i{
    color: #38ca8e;
    margin-right: 1rem;
    margin-top: 2%;
}

.promo-message ul li p s{
    color: silver;
}

.promo-message ul li p span{
    color: red;
}


/* TEMPLATE 2 COLUMNS
   ============================================================================ */
   .tmp-2-columns{
       display: flex;
       min-height: 100%;
   }
   .tmp-2-columns .column-img{
       position: fixed;
       top: 0;
       height: 100vh;
       right: 0;
       z-index: -1;
   }

    .tmp-2-columns .rm-columns{
        padding: 6rem;
    }

.tmp-2-columns .rm-columns h3:nth-child(1){
    text-align: center;
}

.tmp-2-columns .rm-columns h4:nth-child(2){
    text-align: center;
    max-width: 800px;
    margin: auto;
}

.tmp-2-columns .rm-columns img:nth-child(3){
    margin: 1rem 0rem;
}

/* PRODUCT FEATURE
   ============================================================================ */
    .product-features{
        border-radius: 5px;
        overflow: hidden;
        width: 100%;
        max-width: 533px;

    }

.product-features .tabs{
    display: flex;
    background: #f6f6fc;
    padding: .3rem;
    border-radius: 5px;
}

.product-features .tab-content{
    padding: 2rem 0rem;
    padding-bottom: 1rem;
}
.product-features .tabs span{
    width: 50%;
    height: 100%;
    display: inline-block;
    border-radius: 5px;
    font-weight: 450;
    padding: 1.25rem 0rem;
    color: #2e35425c;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}

.product-features .tabs span:hover{
    background: white;
    color: #2f3640;
}

.product-features .tabs .active{
    background: white;
    color: #2f3640;
}
.product-features ul li{
    list-style-image: url(https://remindermedia.com/wp-content/themes/JointsWP-CSS-master/library/img/check-mark.png) !important;
}

.value li{
    display: flex;
}

.value li i{
    color: #38ca8e;
    margin-right: 1rem;
    margin-top: 2%;
}




/* PRICE PLANS
   ============================================================================ */
 .rm-price-plan{
     border-radius: 5px;
     box-shadow: 22px 43px 175px rgba(12,0,45,0.15);
     text-align: center;
     overflow: hidden;
     width: 100%;
     max-width: 533px;
 }

.rm-price-plan h2{
    margin-bottom: 0 !important;
}

.rm-price-plan p{
    margin-bottom: 0;
}

.rm-price-plan h2 span{
    font-size: 1rem;
}

.rm-price-plan .price-list{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 2rem 0rem;
    background: #fffbe7;
}

.rm-price-plan ul{
    margin: 1.5rem 0rem;
}

.rm-price-plan ul li{
    padding: 1.5rem 2rem;
}

.rm-price-plan div a{
    text-transform: uppercase;
    color: white;
    list-style: none;
    width: 100%;
    padding: 2rem 0rem ;
    background: -moz-linear-gradient(130deg,#41cd8c,#00b698) !important;
    text-decoration: none;
    font-weight: bold;
}
/* Modal
   ============================================================================ */
.close-modal{
    font-size: 2.3rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: 1rem;
    top: .7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 100;
    transform: rotate(45deg);
    transition: all .3s;
}

.back-window{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(23, 34, 45, 0.9) none repeat scroll 0 0;
}

.modal-window-on{
    animation: show-modal-window .5s ease-in-out;
}

.modal-window-off{
    animation: hide-modal-window .5s;
}

@keyframes show-modal-window {
    from{
        top: -55rem;
        opacity: 0;
    }
    to{
        top: 5rem;
        opacity: 1;
    }
}

@keyframes hide-modal-window {
    from{
        top: 5rem;
        opacity: 1;
    }
    to{
        top: -55rem;
        opacity: 0;
    }
}

.bk-window-on{
    animation: show-window .5s;
}

.bk-window-off{
    animation: hide-window .5s;
}

@keyframes show-window {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
         }
}

@keyframes hide-window {
    from{
        opacity: 1;
    }
    to{
        opacity: 0;
    }
}

.rm-modal{
    display: none;
    position: absolute;
    top: 5rem;
    left: 0;
    right: 0;
    background: white;
    border-radius: 5px;
    z-index: 12;
    margin: auto;
    width: 95%;
    max-width: 630px;
    padding: 2rem 3rem;
    padding-top: 4rem;
}

.rm-modal h3{
    font-size: 1.7rem;
}

 .rm-modal p, .rm-modal h4{
    margin-bottom: 1rem;
}

.rm-modal p, .rm-modal p i{
    font-weight: 400;
    font-size: 1.2rem;
    color: #38ca8e;
}

.rm-modal p i{
    margin-left: 1rem;
}

.rm-modal .mktoForm{
    margin-bottom: 0rem;
}


/* FOOTER STYLING
   ============================================================================ */
.rm-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rm-footer ul {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.rm-footer ul:nth-child(3){
    display: grid;
    grid-template-columns: repeat(4, max-content);
}

.rm-footer ul li, .rm-footer ul li a{
    color: #82909b;
    font-size: .8rem;
    cursor: pointer;
}

.rm-footer ul li a i{
    color: #82909b;
    font-size: 1.4rem;
    margin: 0rem .5rem;
}

.rm-footer ul:nth-child(3) li a, .rm-footer ul:nth-child(2) li a i{
    font-weight: 200;
    transition: .3s ease-in-out;
}

.rm-footer ul:nth-child(3) li a:hover, .rm-footer ul:nth-child(2) li a i:hover{
    color: red;
}

/* MARKETO FORM STYLE
   ============================================================================ */

/* Make Responsive */

.mktoForm {
    width:100% !important;
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
}

.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
    width:100% !important;
}
.mktoFormCol, .mktoFieldWrap {
    width:100% !important;
}

.mktoButtonWrap {
    width:100% !important;
    margin-left:0 !important;
}

div.cf_widget {
    width: 100%;
}


.cf_widget_socialsignon .cf_sign_on {
    background-color: #eee;
    border: medium none;
    border-radius: 5px;
    padding: 20px !important;
    width: 100% !important;
    display: block;
}


.cf_widget_socialsignon .cf_sign_on {
    width:100% !important;
}

.cf_widget_socialsignon .cf_sign_on_caption {
    color: #2e3542;
    font-size: 1.05rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
}

.mktoForm button.mktoButton {
    width:100% !important;
    display:block !important;
    border-radius:4px !important;
    background: #ff3f47;
    font-weight: bold;
    padding: 1rem;
    color: white;
    text-transform: uppercase;
}

.mktoButtonRow {
    display: block !important;
    margin: 1.5rem 0 !important;
}

.cf_widget_socialsignon .cf_sign_on_button {
    background: #5c83c4 none repeat scroll 0 0;
    border: medium none;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: "Open Sans","Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 14px;
    margin-right: 5px;
    padding: 15px;
    text-align: center;
    width: 100%;
}

.cf_widget .cf_synd_icon_fb_sm {
    background: rgba(0, 0, 0, 0) url("../images/socialicon-14-sprite.png") no-repeat scroll 0 0;
    display: none;
}

.mktoForm .mktoLabel {
    float: left;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 5px;
    padding-top: 0.3em;
}

.mktoForm .mktoAsterix {
    color: #D3D6DB;
    display: none !important;
    float: left;
    padding: 0 3px !important;
}

.mktoForm input[type="text"], .mktoForm input[type="url"], .mktoForm input[type="email"], .mktoForm input[type="tel"], .mktoForm input[type="number"], .mktoForm input[type="date"], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
    height: auto;
    padding: 15px !important;
    border: 1px solid #dde5ef;
    border-radius: 5px;
}


.falseTabs{
    border:1px solid #DDDDDF;
    border-radius:5px;
    overflow:hidden;
}

.falseTabs > a{
    border-right:1px solid #DDDDDF;
    color:#788691;
    font-size: 1rem;
    font-weight: 600;
    padding: 1.6rem;
    -moz-osx-font-smoothing: grayscale;
}

.falseTabs > a:hover,
.falseTabs > .current{
    color:#2f3640;
    background-color:#f6f7fa;
}

.falseTabs > a:last-of-type{
    border-right:none;
}
