body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    overflow-x: hidden;
}

html,
body {

    width: 100%;
    overflow-x: hidden;
}

/*Comman Style*/


:focus {
    outline: 0 !important;
}

a {
    color: #1fa5ab;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

p {
    font-family: 'Ubuntu', sans-serif;
}

a:hover {
    text-decoration: none;
    color: #1fa5ab;
}

.invalid-feedback {
    font-size: 13px;
}

.btn-info {
    border: 1px solid #fff;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 7px 20px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
    background-color: #fff;
    color: #213D64;
}

.btn-info:hover {
    background-color: #fff;
    color: #213D64;
    border-color: #fff;
}

.btn-primary {
    border: 1px solid #1fa5ab;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 8px 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    background-color: #1fa5ab;
    color: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.09);
}


.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #1fa5ab;
    color: #fff;
    border-color: #1fa5ab;
    box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #1fa5ab;
    color: #fff;
    border-color: #1fa5ab;
    box-shadow: none !important;
}

.btn-light.disabled,
.btn-light:disabled {
    border: 1px solid #ababac;
    cursor: no-drop;
    background-color: #fff;
    color: #5b5e6d;
}

.btn-light {
    border: 1px solid #ababac;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 8px 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    background-color: #fff;
    color: #5b5e6d;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.09);
}

.btn-light:hover,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    background-color: #fff;
    color: #5b5e6d;
    border-color: #ababac;
    box-shadow: none !important;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: none !important;
}


.my-checkbox input[type="checkbox"] {
    position: absolute;
    width: 22px;
    height: 22px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    opacity: 0;
    cursor: pointer;
}

.my-checkbox label {
    color: #666 !important;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    cursor: pointer;
}

.my-checkbox label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px 6px 0 0;
    vertical-align: middle;
    background: url(../img/buttons.png) 0px top no-repeat;
    cursor: pointer;
}

.my-checkbox input[type="checkbox"]:checked + label span {
    background: url(../img/buttons.png) -21px top no-repeat;
}


.recur-secation {
    padding: 40px 0;
}


.heading {
    margin-bottom: 20px;
}

.heading .sub-title {
    text-transform: uppercase;
    color: #1FA5AB;
    letter-spacing: 1px;
    padding-bottom: 10px;
    margin: 0;
}

.heading .title {
    color: #403F3F;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 36px;
}

.heading .content {
    color: #585858;
    margin-bottom: 0;
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 28px;
    width: 60%;
    margin: auto;
    padding-top: 8px;
}
.alternative ul{
    list-style-type: lower-alpha;
    padding-left: 30px;
    font-weight: 600;
    font-size: 15px;
    color: #585858;
    letter-spacing: 0.6px;
    line-height: 28px;
} 
.alternative li{
    padding-left: 15px;
} 
.alternative .ctn-inner{
    font-weight: normal;
}
/*Header Style*/

header {
    background-color: transparent;
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 5px 15px;
    z-index: 99;
    transition: all 0.4s ease;
}

header .logo img {
    padding: 15px 0;
    width: 40%;
}

header .logo .navbar-brand {
    padding: 4px 0;
    height: inherit;
}

header .navbar {
    padding: 0px;
}

header .navbar-nav .nav-item {
    padding: 10px 14px;
}

header .navbar-nav .nav-item > a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    background: transparent;
    letter-spacing: 1px;
    font-weight: normal;
}

header .navbar-nav .nav-item.active > a {
    background: transparent !important;
    color: #fff !important;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}

.signup-btn {
    background-color: #fff !important;
    color: #078388 !important;
    border-radius: 5px;
    padding: 7px 22px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500 !important;
}

.secound-header {
    background-color: #1fa5ab;
}

.secound-header .logo {
    padding: 4px 0;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    z-index: 999;
    transition: all 0.4s ease;
}

.fixed .navbar-nav .nav-item > a {
    color: #1fa5ab;
}

.fixed .navbar-nav .nav-item .signup-btn {
    background-color: #1fa5ab !important;
    color: #ffffff !important;
}

.secound-header.fixed {
    background-color: #1fa5ab !important;
}

.secound-header.fixed .nav-item > a {
    color: #fff !important;
}

.secound-header.fixed .navbar-nav .nav-item .signup-btn {
    background-color: #fff !important;
    color: #1fa5ab !important;
}

#scroll_top {
    position: fixed;
    right: 15px;
    bottom: 25px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #1fa5ab;
    text-indent: -9999px;
    display: none;
    border-radius: 60px;
    z-index: 99999;
    overflow: hidden;
    text-decoration: none;
    text-indent: -9999px;
    transition: opacity .3s ease-in-out 0s, background-color .3s ease-in-out 0s, background-position .3s ease-in-out 0s;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.07);
    border: 1px solid #fff;
}

#scroll_top span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}


/* Slider */

.recurpost-banner {
    background-color: #F2F9F9;
    height: 800px;
    margin-bottom: 40px;
    z-index: 1;
}

.recurpost-banner .banner-text {
    height: 760px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 70px;
    text-align: left;
}

.recurpost-banner .banner-text h1 {
    font-size: 44px;
    color: #1FA5AB;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 63px;
}

.recurpost-banner .banner-text .content {
    color: #9C9797;
    font-size: 18px;
    letter-spacing: 0.6px;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 45px;
    width: 70%;
}

.recurpost-banner .banner-text .btn-primary {
    padding: 10px 30px;
    font-size: 18px;
}


.recurpost-banner .banner-text .nocredit-card {
    display: inline-block;
    text-align: center;
}

.recurpost-banner .banner-text .nocredit-card p {
    color: #9C9797;
    font-size: 18px;
    letter-spacing: 0.6px;
    padding-top: 10px;
}

.recurpost-banner .banner-img {
    position: absolute;
    right: 0px;
    top: -40px;
}

/**/
.recurpost-benefits {
    position: relative;
    background-image: url(../img/support_platform_bg.png);
    height: 800px;
    width: 100%;
    margin: 20px 0;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 0;
    background-color: #f1faf9;
    background-position: top left;
    background-size: cover;
}



.recurpost-benefits .benefit-blocks {
    margin: 40px 0;
}

.recurpost-benefits .benefit-blocks .blocks-deatils h3 {
    color: #161616;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.8px;
}

.recurpost-benefits .benefit-blocks .blocks-deatils p {
    color: #A4A6A7;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.8px;
    margin: 0;
    padding-top: 10px;
}



.recurpost-benefits .container {
    position: relative;
}

.recurpost-benefits .benefits-dots svg {
    height: 20px;
    width: 20px;
}

.recurpost-benefits .animatedblock-1 {

    position: absolute;
    top: 38px;
    left: 90px;
}

.recurpost-benefits .animatedblock-1 .benefits-dots-card-1 circle {
    fill: #6ee4d7;
}

.recurpost-benefits .animatedblock-1 .benefits-dots-card-1 {
    animation: BenefitsDotsOne 3s infinite;
    -webkit-animation: BenefitsDotsOne 3s infinite;
    -ms-animation: BenefitsDotsOne 3s infinite;
    position: relative;
}


@keyframes BenefitsDotsOne {

    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        left: -40px;
    }

    50% {
        transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        left: -20px;
    }

    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        left: -40px;
    }
}

.recurpost-benefits .animatedblock-2 {
    position: absolute;
    top: 100px;
    right: 100px;
}


.recurpost-benefits .animatedblock-2 .benefits-dots-card-2 circle {
    fill: #6ee4d7;
}

.recurpost-benefits .animatedblock-2 .benefits-dots-card-2 {
    animation: BenefitsDotsTwo 3s infinite;
    -webkit-animation: BenefitsDotsTwo 3s infinite;
    -ms-animation: BenefitsDotsTwo 3s infinite;
    position: relative;
}


@keyframes BenefitsDotsTwo {

    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        right: -40px;
    }

    25% {
        transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        right: -30px;
    }

    50% {
        transform: rotate(-20deg);
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        right: -20px;
    }

    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        right: -40px;
    }
}



.recurpost-benefits .animatedblock-3 {
    position: absolute;
    top: 50%;
    left: 53%;
}

.recurpost-benefits .animatedblock-3 .benefits-dots-card-3 circle {
    fill: #9365d5;
}

.recurpost-benefits .animatedblock-3 .benefits-dots-card-3 {
    animation: BenefitsDotsThree 3s infinite;
    -webkit-animation: BenefitsDotsThree 3s infinite;
    -ms-animation: BenefitsDotsThree 3s infinite;
    position: relative;
}


@keyframes BenefitsDotsThree {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        top: -40px;
    }

    15% {
        transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        top: -30px;
    }

    30% {
        transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        top: -20px;
    }

    45% {
        transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        top: -10px;
    }

    60% {
        transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        top: -20px;
    }

    75% {
        transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        top: -30px;
    }


    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        top: -40px;
    }
}

.recurpost-benefits .animatedblock-4 {

    position: absolute;
    bottom: 0px;
    left: 9px;
}

.recurpost-benefits .animatedblock-4 .benefits-dots-card-4 circle {
    fill: #FD7E4C;
}


.recurpost-benefits .animatedblock-4 .benefits-dots-card-4 {
    animation: BenefitsDotsFour 3s infinite;
    -webkit-animation: BenefitsDotsFour 3s infinite;
    -ms-animation: BenefitsDotsFour 3s infinite;
    position: relative;
}



@keyframes BenefitsDotsFour {
    0% {
        transform: rotate(0deg);
        transform-origin: 25%;
    }

    25% {
        ransform: rotate(80deg);
        transform-origin: 25%;
    }

    50% {
        transform: rotate(180deg);
        transform-origin: 25%;
    }

    75% {
        transform: rotate(280deg);
        transform-origin: 25%;
    }

    100% {
        transform: rotate(360deg);
        transform-origin: 25%;
    }
}

.recurpost-benefits .animatedblock-5 {
    position: absolute;
    bottom: -50px;
    left: 48%;
}

.recurpost-benefits .animatedblock-5 .benefits-dots-card-5 circle {
    fill: #FED024;
}

.recurpost-benefits .animatedblock-5 .benefits-dots-card-5 {
    animation: BenefitsDotsFive 3s infinite;
    -webkit-animation: BenefitsDotsFive 3s infinite;
    -ms-animation: BenefitsDotsFive 3s infinite;
    position: relative;
}


@keyframes BenefitsDotsFive {

    0% {
        transform: rotate(0deg);
        transform-origin: 25%;
    }

    50% {
        transform: rotate(200deg);
        transform-origin: 25%;
    }

    100% {
        transform: rotate(360deg);
        transform-origin: 25%;
    }
}

.recurpost-benefits .animatedblock-6 {

    position: absolute;
    bottom: 45px;
    right: 0px;
}

.recurpost-benefits .animatedblock-6 .benefits-dots-card-6 circle {
    fill: #1B9096;
}

.recurpost-benefits .animatedblock-6 .benefits-dots-card-6 {
    animation: BenefitsDotsSix 4s infinite;
    -webkit-animation: BenefitsDotsSix 4s infinite;
    -ms-animation: BenefitsDotsSix 4s infinite;
    position: relative;
}


@keyframes BenefitsDotsSix {
    0% {
        transform: rotate(0deg);
        transform-origin: 0%;
    }

    25% {
        ransform: rotate(80deg);
        transform-origin: 25%;
    }

    50% {
        transform: rotate(180deg);
        transform-origin: 50%;
    }

    75% {
        transform: rotate(280deg);
        transform-origin: 75%;
    }

    100% {
        transform: rotate(360deg);
        transform-origin: 100%;
    }


}

/**/
.recurpost-testimonials {
    background-image: url(../img/testimonials-bg.jpg);
    height: 750px;
    width: 100%;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #f1faf9;
}

.recurpost-testimonials .heading {
    margin-top: 230px;
}

.recurpost-testimonials #testimonials_slider {
    margin-top: 20px;
}

.recurpost-testimonials .carousel-item {
    padding: 30px;
}

.recurpost-testimonials .testimonials-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
    min-height: 210px;
}

.recurpost-testimonials .testimonials-box .user-img {
    float: left;
    text-align: center;
}

.recurpost-testimonials .testimonials-box .user-img .user-name {
    font-size: 15px;
    color: #333232;
    margin: 0;
    padding-top: 5px;
}

.recurpost-testimonials .testimonials-box .user-img img {
    height: 150px;
    width: 150px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border-radius: 5px
}

.recurpost-testimonials .testimonials-box .content-box {
    padding-left: 170px;
    position: relative;
}

.recurpost-testimonials .testimonials-box .content-box .content span {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #1FA5AB;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    padding: 0 5px;
}

.recurpost-testimonials .testimonials-box .content-box .content {
    margin: 0 auto;
    color: #918E8E;
    line-height: 26px;
    letter-spacing: 0.6px;
    font-size: 13px;
    width: 92%;
}

.recurpost-testimonials .testimonials-box .content-box .fa-quote-left {
    position: absolute;
    left: 170px;
    top: 0px;
    font-size: 16px;
    color: #85C2C5;
}

.recurpost-testimonials .testimonials-box .content-box .fa-quote-right {
    position: absolute;
    right: 5px;
    bottom: 25px;
    font-size: 16px;
    color: #85C2C5;
}

.recurpost-testimonials .carousel-indicators {
    bottom: -30px;
}

.recurpost-testimonials .carousel-indicators li {
    background-color: #B2D8DA;
    width: 10px;
    height: 8px;
    border-radius: 5px;
    opacity: 1;
    padding: 0;
    margin: 0 5px;
    border: 0;
}

.recurpost-testimonials .carousel-indicators li.active {
    background: #1FA5AB;
    width: 20px;
}

/**/
.recurpost-features {
    position: relative;
}

.recurpost-features .heading {
    padding-bottom: 60px;
}

.recurpost-features .features-blockes {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    padding: 30px 20px;
    margin-bottom: 40px;
}

.recurpost-features .features-blockes .icon img {
    height: 50px;
}

.recurpost-features .features-blockes .features-content {
    padding-top: 30px;
}

.recurpost-features .features-blockes .features-content h3 {
    color: #403F3F;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.8px;
    font-family: 'Roboto', sans-serif;
}

.recurpost-features .features-blockes .features-content p {
    color: #A4A6A7;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.6px;
    min-height: 115px;
    margin: 15px 0;
}

.recurpost-features .features-blockes .features-content .read_more {
    color: #1FA5AB;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.6px;
}

.recurpost-features .mobile_apps_content p {
    min-height: inherit !important;
}

.recurpost-features .mobile_apps_content .read_more {
    vertical-align: bottom;
    display: block;
    padding-bottom: 8px
}

.recurpost-features .mobile_apps_content .read_more:last-child {
    padding-bottom: 0px;
}

.recurpost-features .mobile_apps_content .read_more i {
    font-size: 17px;
}


.recurpost-features .container {
    position: relative;
}

.recurpost-features .features-dots svg {
    height: 20px;
    width: 20px;
}

.recurpost-features .animatedblock-7 {
    position: absolute;
    top: -50px;
    left: 50%;
}

.recurpost-features .animatedblock-7 .benefits-dots-card-1 {
    animation: BenefitsDots 3s infinite;
    -webkit-animation: BenefitsDotsOne 3s infinite;
    -ms-animation: BenefitsDotsOne 3s infinite;
    position: relative;
}

.recurpost-features .animatedblock-7 .circle {
    fill: #FD7E4C;
}

.recurpost-features .animatedblock-8 {
    position: absolute;
    top: 80px;
    right: 40px;
}

.recurpost-features .animatedblock-8 .benefits-dots-card-2,
.recurpost-features .animatedblock-14 .benefits-dots-card-2 {
    animation: BenefitsDotsTwo 3s infinite;
    -webkit-animation: BenefitsDotsTwo 3s infinite;
    -ms-animation: BenefitsDotsTwo 3s infinite;
    position: relative;
}

.recurpost-features .animatedblock-8 .circle {
    fill: #1B9096;
}

.recurpost-features .animatedblock-9 {
    position: absolute;
    top: 18%;
    left: 36%;
}

.recurpost-features .animatedblock-9 .circle {
    fill: #6EE4D7;
}

.recurpost-features .animatedblock-9 .benefits-dots-card-3 {
    animation: BenefitsDotsThree 3s infinite;
    -webkit-animation: BenefitsDotsThree 3s infinite;
    -ms-animation: BenefitsDotsThree 3s infinite;
    position: relative;
}

.recurpost-features .animatedblock-10 {

    position: absolute;
    top: 30%;
    left: -40px;
}

.recurpost-features .animatedblock-10 .circle {
    fill: #078388;
}

.recurpost-features .animatedblock-10 .benefits-dots-card-4,
.recurpost-features .animatedblock-13 .benefits-dots-card-4 {
    animation: BenefitsDotsFour 3s infinite;
    -webkit-animation: BenefitsDotsFour 3s infinite;
    -ms-animation: BenefitsDotsFour 3s infinite;
    position: relative;
}

.recurpost-features .animatedblock-11 {
    position: absolute;
    bottom: 41%;
    right: -40px;
}

.recurpost-features .animatedblock-11 .benefits-dots-card-5 {
    animation: BenefitsDotsFive 3s infinite;
    -webkit-animation: BenefitsDotsFive 3s infinite;
    -ms-animation: BenefitsDotsFive 3s infinite;
    position: relative;
}

.recurpost-features .animatedblock-11 .circle {
    fill: #6EE4D7;
}

.recurpost-features .animatedblock-12 {

    position: absolute;
    bottom: 42%;
    left: 33%;
}

.recurpost-features .animatedblock-12 .circle {
    fill: #CC0C88;
}

.recurpost-features .animatedblock-12 .benefits-dots-card-6 {
    animation: BenefitsDotsSix 4s infinite;
    -webkit-animation: BenefitsDotsSix 4s infinite;
    -ms-animation: BenefitsDotsSix 4s infinite;
    position: relative;
}


.recurpost-features .animatedblock-13 {

    position: absolute;
    bottom: 25%;
    right: 33%;
}

.recurpost-features .animatedblock-13 .circle {
    fill: #FED024;
}

.recurpost-features .animatedblock-14 {
    position: absolute;
    bottom: 0px;
    left: 26%;
}

.recurpost-features .animatedblock-14 .circle {
    fill: #FD7E4C;
}

.recurpost-features .btn-primary {
    padding: 10px 30px;
    font-size: 18px;
}

.recurpost-features .recu-apps a {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
}

/*
.recurpost-features .recu-apps a img {
    height: 45px;
    width: 45px;
}
*/

/**/
.recurpost-support-platform {
    position: relative;
}

.recurpost-support-platform .hexagon-right {
    position: absolute;
    right: -350px;
    top: -70px;
    z-index: 999;
}

.recurpost-support-platform .hexagon-left {
    position: absolute;
    left: -340px;
    bottom: -40px;
    z-index: 999;
}

.recurpost-support-platform .container .row {
    position: relative;
}

.recurpost-support-platform .support-platform-dots svg {
    height: 25px;
    width: 25px;
}

.recurpost-support-platform .animatedblock-15 {
    position: absolute;
    top: 8px;
    left: 37%;
}

.recurpost-support-platform .animatedblock-15 .social_icon {
    fill: #3b5998;
}

.recurpost-support-platform .animatedblock-15 .social-card-1 {
    animation: JobStatusCardFour 5s infinite;
    -webkit-animation: JobStatusCardFour 5s infinite;
    -ms-animation: JobStatusCardFour 5s infinite;
    position: relative;
}

@keyframes JobStatusCardFour {
    0% {
        transform: rotate(0deg), ;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    10% {
        transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
    }

    20% {
        transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
    }

    30% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    40% {
        transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
    }

    50% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    60% {
        transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
    }

    70% {
        transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
    }

    80% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    90% {
        transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
    }

    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
}


.recurpost-support-platform .animatedblock-16 {
    position: absolute;
    top: 24%;
    right: 10%;
}

.recurpost-support-platform .animatedblock-16 .social_icon {
    fill: #1da1f2;
}

.recurpost-support-platform .animatedblock-16 .social-card-2 {
    animation: JobStatusCardFive 4s infinite;
    -webkit-animation: JobStatusCardFive 4s infinite;
    -ms-animation: JobStatusCardFive 4s infinite;
    position: relative;
}

@keyframes JobStatusCardFive {

    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        left: -40px;
    }

    50% {
        transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        left: -20px;
    }

    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        left: -40px;
    }
}

.recurpost-support-platform .animatedblock-17 {
    position: absolute;
    top: 24%;
    left: 10%;
}

.recurpost-support-platform .animatedblock-17 .social-card-3 {
    animation: JobStatusCardThree 6s infinite;
    -webkit-animation: JobStatusCardThree 6s infinite;
    -ms-animation: JobStatusCardThree 6s infinite;
    position: relative;
}

@keyframes JobStatusCardThree {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        right: -40px;
    }

    25% {
        transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        right: -30px;
    }

    50% {
        transform: rotate(-20deg);
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        right: -20px;
    }

    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        right: -40px;
    }
}


.recurpost-support-platform .animatedblock-18 {
    position: absolute;
    top: 0px;
    right: 34%;
}

.recurpost-support-platform .animatedblock-18 .social_icon {
    fill: #007bb6;
}

.recurpost-support-platform .animatedblock-18 .social-card-4 {
    animation: JobStatusCardTwo 4s infinite;
    -webkit-animation: JobStatusCardTwo 4s infinite;
    -ms-animation: JobStatusCardTwo 4s infinite;
    position: relative;
}

@keyframes JobStatusCardTwo {

    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        right: -40px;
    }

    25% {
        transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        right: -30px;
    }

    50% {
        transform: rotate(-20deg);
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        right: -20px;
    }

    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        right: -40px;
    }

}

.recurpost-support-platform .animatedblock-19 {
    position: absolute;
    bottom: 4%;
    left: 35%;
}

.recurpost-support-platform .animatedblock-19 .social_icon {
    fill: #c13584;
}

.recurpost-support-platform .animatedblock-19 .social-card-5 {
    animation: JobStatusCardOne 2s infinite;
    -webkit-animation: JobStatusCardOne 2s infinite;
    -ms-animation: JobStatusCardOne 2s infinite;
    position: relative;
}

@keyframes JobStatusCardOne {

    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        left: -40px;
    }

    50% {
        transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        left: -20px;
    }

    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        left: -40px;
    }
}


.recurpost-support-platform .animatedblock-20 {
    position: absolute;
    bottom: 27%;
    right: 4%;
}

.recurpost-support-platform .animatedblock-20 .social_icon {
    fill: #c8232c;
}

.recurpost-support-platform .animatedblock-20 .social-card-6 {
    animation: BenefitsDotsSix 4s infinite;
    -webkit-animation: BenefitsDotsSix 4s infinite;
    -ms-animation: BenefitsDotsSix 4s infinite;
    position: relative;
}


/**/
.recurpost-customers-video .heading {
    padding-bottom: 60px;
}

.recurpost-customers-video .Customers-video-heading {
    min-height: 428px;
    background-color: #1fa5ab;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    display: flex;
    border-radius: 8px;
    padding: 30px;
}

.recurpost-customers-video .Customers-video-heading .text h2 {
    color: #fff;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 30px;
}

.recurpost-customers-video .Customers-video-heading .text p {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 28px;
    margin: auto;
    padding-top: 15px;
}

.recurpost-customers-video .Customers-video-blockes {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border-radius: 8px;
}

.recurpost-customers-video .Customers-video-blockes .video img {
    border-radius: 8px 8px 0 0;
    cursor: pointer;
}

.recurpost-customers-video .Customers-video-blockes .content {
    padding: 15px;
}

.recurpost-customers-video .Customers-video-blockes .content .user-name {
    color: #403F3F;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
}

.recurpost-customers-video .Customers-video-blockes .content p {
    color: #A4A6A7;
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 0.6px;
    line-height: 24px;
    min-height: 168px;
}


/**/
.recurpost-video {
    position: relative;
}

.recurpost-video .main-video {
    margin: 70px 0;
}

.recurpost-video .main-video img {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
}

.recurpost-video .main-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 80px;
    margin-left: -40px;
    margin-top: -40px;
    color: #fff;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}

.recurpost-video .main-video:hover .play-btn {
    color: #9ad6d9;
}

.recurpost-video .main-video .hexagon-left {
    position: absolute;
    left: -90px;
    top: -10px;
    z-index: -1;
}

.recurpost-video .main-video .hexagon-left img,
.recurpost-video .main-video .hexagon-right img {
    box-shadow: none;
}

.recurpost-video .main-video .hexagon-right {
    position: absolute;
    right: -190px;
    bottom: -30px;
    z-index: -1;
}

/**/

footer {

    background-repeat: no-repeat;
    padding-top: 200px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #0b7277 0%, #19868b 50%, #1fa5ab 100%);
    background: -webkit-linear-gradient(left, #0b7277 0%, #19868b 50%, #1fa5ab 100%);
}


footer::after {
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
}

footer .container {

    position: relative;
    z-index: 1;
}

.footer-logo img {
    padding-bottom: 30px;
    width: 210px;
}

footer .newsletter-block .title-newsletter h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
}

footer .newsletter-block .newsletter-textbox {
    position: relative;
    margin: 0;
    padding-bottom: 30px;
}

footer .newsletter-block .newsletter-textbox .form-control {
    height: 45px;
    border-radius: 60px;
    padding: 5px 20px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
    border: none;
    color: #7E7E81;
    font-size: 14px;
    letter-spacing: 0.6px;
}

footer .newsletter-block .newsletter-textbox .btn {
    position: absolute;
    right: 8px;
    top: 4px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #1fa5ab;
    letter-spacing: 0.8px;
}

footer .newsletter-block .newsletter-textbox .btn i {
    padding-left: 5px;
}

footer .footer-menu .footer-title, footer .social-platform .footer-title  {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 1rem;
    letter-spacing: 0.8px;
}

footer .footer-menu ul li {
    padding: 5px 0;
    display: block;
}

footer .footer-menu ul li a {
    color: #fff;
    font-size: 15px;
}

footer .footer-copy-right {
    border-top: 1px solid #fff;
    padding: 12px 0;
}

footer .copy-right-mesg {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
}

footer .social-platform {
    display: inline-block;
}

footer .social-platform li {
    padding-right: 20px;
}

footer .social-platform li a {
    color: #fff;
    font-size: 20px;
}

/*Plan Page Design*/

.recur-main-secation {
    padding: 130px 0 70px;
}

.recur-main-secation .heading .content {
    width: 100%;
}

.price s {
    text-decoration: none;
    display: inline;
    vertical-align: super;
    color: #A7A7A7;
    font-size: 18px;
}

@media (min-width:767px) {
    .width-90 {
        max-width: 90%;
    }

    .width-80 {
        max-width: 80%;
    }
}

@media (min-width:991px) {
    .pl-100 {
        padding-left: 100px;
    }

    .pr-100 {
        padding-right: 100px;
    }
}

.recurpost-plan .plan-note {
    color: #5b5e6d;
    font-size: 12px;
    margin: 0px;
}

.recurpost-plan .testimonials-box {
    border: 1px solid #1fa5ab;
    padding: 30px;
    margin: auto;
    margin-bottom: 35px;
    margin-top: 35px;
    border-radius: 4px;
}

.recurpost-plan .testimonials-box .user-img {
    float: left;
}

.recurpost-plan .testimonials-box .user-img img {
    box-shadow: 0px 2px 20px rgba(31, 165, 171, 0.36);
    height: 120px;
    width: 120px;
    border-radius: 100%;
    border: 1px solid #eee;
}

.recurpost-plan .testimonials-box .testimonials-content {
    padding-left: 160px;

}

.recurpost-plan .testimonials-box .testimonials-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 0.8px;
    color: #949494;
}

.recurpost-plan .testimonials-box .testimonials-content .user-name {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 0;
    color: #212529;
    font-family: 'Roboto', sans-serif;
}

.other-details-blocks {
    padding: 25px 0;
}

.other-details-blocks h4 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.8px;
    color: #212529;
}

.other-details-blocks p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.8px;
    color: #949494;
    width: 90%;
}

.supported-currencies-box ul li {
    float: left;
    width: 50%;
    margin: 10px 0;
}

.supported-currencies-box ul li p {
    color: #5b5e6d;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.6px;
    margin-bottom: 0px;
}

.supported-currencies-box ul li p img {
    padding-right: 10px;
}

/*Faq*/

.recurpost-faq .faq-deatils {
    margin-top: 40px;
}

.recurpost-faq .faq-deatils .card {
    border: 0;
    margin: 10px 0;
}

.recurpost-faq .faq-deatils .card .card-header {
    border-bottom: 1px solid #dddfe9;
    cursor: pointer;
    position: relative;
    padding: 15px;
    background-color: #fff;
}

.recurpost-faq .faq-deatils .card .card-header i {
    position: absolute;
    right: 20px;
    font-size: 25px;
    top: 10px;
    color: #1fa5ab;
}

.recurpost-faq .faq-deatils .card .card-header span {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.8px;
    color: #212529;
}

.recurpost-faq .faq-deatils .card .card-body {
    border: 1px solid #dddfe9;
    border-top: 0;
}

.recurpost-faq .faq-deatils .card .card-body p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.8px;
    color: #949494;
}

/* How It Works*/

.recurpost-howitworks .works-video-container {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.15);
    margin: 40px 0;
}

.recurpost-howitworks .works-video-container .works-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 80px;
    margin-left: -40px;
    margin-top: -40px;
    color: #1fa5ab;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}

.recurpost-howitworks .works-video-container:hover .works-play-btn {
    color: #ffcf25;
}

.recurpost-howitworks .howwork-blocks {
    margin-top: 50px;
    margin-bottom: 50px;
}

.recurpost-howitworks .howwork-img {
    margin-bottom: 30px;
    display: block;
    -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.15);
}

.other-content .title {
    position: relative;
    margin: 30px 0 20px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.8px;
    color: #212529;
    font-size: 28px;
}

.other-content .title .soft-heading {
    font-family: 'Droid Serif', serif;
    position: absolute;
    color: rgba(31, 165, 171, 0.08);
    font-size: 96px;
    top: 0;
    left: 0;
    margin-top: -50px;
    margin-left: -20px;
    font-weight: 900;
}

.other-content p {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.8px;
    color: #949494;
}

.other-content ul {
    list-style: disc;
    font-size: 21px;
    color: #949494;
}

.other-content p b {
    font-weight: 600;
    color: #212529
}

.other-content ul > li > ul {
    padding-left: 40px;
}

.other-content ul li p {
    margin-bottom: 5px;
}

.other-content blockquote {
    margin: 50px 0;
    border-left: 5px solid #ddd;
    padding: 20px;
    font-style: italic;
    background: #f9f9f9;
    color: #5b5e6d;
    font-size: 18px;
}

/**/

.recurpost-whoitsfor .whoitsfo-block-img {
    position: relative;
    text-align: center;
    margin: 40px 0 70px;
}

.recurpost-whoitsfor .whoitsfo-block-img img {
    padding: 0 10px;
}

.recurpost-whoitsfor .whoitsfo-block-img .title {
    position: absolute;
    top: 41%;
    color: #fff;
    width: 100%;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.8px;
}

.recurpost-whoitsfor .whoitsfo-block-img:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: -1;
    border: 2px solid #ddd;
    border-radius: 3px;
}

.whoitsfo-blocks {
    margin-top: 50px;
    margin-bottom: 50px;
}

.whoitsfo-blocks .whoitsfo-blocks-content {
    background-color: #fff;
    margin-top: -170px;
    padding-left: 60px;
    padding-top: 50px;
}

/*About Us*/

.aboutus-blocks .aboutus-img {
    margin: 0px 60px 40px 0;
    width: 300px;
    -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.15);
    display: block;
    float: left;
}

.aboutus-blocks .aboutus-img .name-details {
    display: table;
    width: 100%;
    padding: 8px 10px;
}

.aboutus-blocks .aboutus-img .name-details .name {
    float: left;
    font-size: 16px;
    margin: 0px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.8px;
    color: #5b5e6d;
    padding: 5px 0;
}

.aboutus-blocks .aboutus-img .name-details ul {
    float: right;
}

.aboutus-blocks .aboutus-img .name-details ul li {
    padding: 0 5px;
}

.aboutus-blocks .aboutus-img .name-details ul li a {
    font-size: 20px;
}

.aboutus-blocks .aboutus-img .name-details ul .fa-twitter-square {
    color: #55acee;
}

.aboutus-blocks .aboutus-img .name-details ul .fa-linkedin {
    color: #0077B5;
}

.terms-thanks-box {
    padding: 50px 15px;
    font-size: 1.1em;
    letter-spacing: 0.04em;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.15);
    margin: 60px 0;
}

.terms-thanks-box h2 {
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.8px;
    color: #5b5e6d;
    font-size: 22px;
}

.terms-thanks-box p {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.8px;
    color: #949494;
    margin-top: 15px;
}

.terms-thanks-box .circle-1 {
    position: absolute;
    display: inline-block;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: rgba(255, 207, 37, 0.15);
    right: 0px;
    bottom: 0;
    margin-right: -3%;
    margin-bottom: 61px;
}

.terms-thanks-box .ring-1 {
    position: absolute;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 9px solid rgba(27, 189, 206, 0.08);
    right: 0px;
    bottom: 0;
    margin-right: 18%;
    margin-bottom: 15px;
}

.terms-thanks-box .circle-2 {
    position: absolute;
    display: inline-block;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-color: rgba(225, 109, 64, 0.08);
    left: 0px;
    bottom: 0;
    margin-left: 3%;
    margin-bottom: -40px;
}

.terms-thanks-box .triangle-1 {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 27px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 35px solid rgba(0, 255, 20, 0.08);
    left: 0px;
    top: 0;
    margin-left: 26%;
    margin-top: 6px;
    transform: rotate(25deg);
}

/**/

.mission-blocks {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mission-blocks .mission-blocks-content {
    background-color: #fff;
    margin-top: -170px;
    padding-left: 60px;
    padding-top: 20px;
}

.mission-title {
    position: relative;
    margin: 30px 0 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.8px;
    color: #1fa5ab;
    font-size: 20px;
    line-height: 35px;
}

.recurpost-terms .other-content .title,
.recurpost-affiliate .other-content .title {
    font-size: 20px;
    margin-bottom: 10px;
}

.recurpost-terms .other-content ul {
    margin-left: 35px;
}

.blue {
    color: #1fa5ab !important;
}

.privacy-blocks ul {
    list-style: none !important;
    font-size: 16px;
    margin-left: 0px !important;
}

.privacy-blocks ul li span {
    float: left;
}

.privacy-blocks ul li p {
    padding-left: 36px;
}

.privacy-blocks .other-content ul li p {
    margin-bottom: 15px;
}

.privacy-blocks ul > li > ul a {
    line-height: 40px;
}

.privacy-blocks ul > li > ul {
    list-style-type: lower-latin !important;
}

.privacy-blocks ul > li > ul p {
    padding-left: 0px;
}

.privacy-blocks ul > li a {
    color: #1fa5ab !important;
}

.privacy-blocks .other-content ul {
    list-style: none !important;
}

.privacy-blocks .other-content ul p {
    margin-bottom: 0px !important;
}

/* Social Media Scheduling*/

.recurpost-social-scheduling .heading {
    margin-bottom: 60px;
}

.recurpost-social-scheduling .social_scheduling_networks {
    display: table;
    width: 100%;
    padding: 20px 10px;
}

.recurpost-social-scheduling .social_scheduling_networks .social-icon {
    float: left;
}

.recurpost-social-scheduling .social_scheduling_networks .social-icon img {
    height: 50px;
    width: 50px;
}

.recurpost-social-scheduling .social_scheduling_networks .social-details {
    padding-left: 65px;
}

.recurpost-social-scheduling .social_scheduling_networks .social-details h4 {
    margin-bottom: 0px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.8px;
    color: #212529;
}

.recurpost-social-scheduling .social_scheduling_networks .social-details p {
    color: #949494;
    font-size: 14px;
    letter-spacing: 0.6px;
    margin: 10px 0;
    line-height: 22px;
}

.recurpost-social-scheduling .social_scheduling_networks .social-details .read-more {
    color: #1fa5ab;
    font-size: 14px;
    letter-spacing: 0.8px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.social-feature-section {
    padding: 40px 0;
}

.social-feature-section .social-feature-details {
    padding: 20px 15px;
}

.social-feature-section .social-feature-details h3 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.8px;
    font-family: 'Roboto', sans-serif;
}

.social-feature-section .social-feature-details p {
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
    color: #949494;
}



.social-feature-section .social-feature-details p b {
    color: #212529;
}

/*Login */

.recurpost-loin-signup .left-container {
    height: 100%;
    background-image: url(../img/login-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: block;
    padding: 30px;
}

.recurpost-loin-signup .left-container .logo img {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    margin-top: 20px;
    margin-left: 20px;
}

.recurpost-loin-signup .left-container .login-testimonial {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px;
}

.recurpost-loin-signup .left-container .login-testimonial .content {
    color: #fff;
    letter-spacing: 0.6px;
    line-height: 25px;
}

.recurpost-loin-signup .left-container .user-details .user-img {
    display: inline-block;
    vertical-align: middle;
}

.recurpost-loin-signup .right-container .signin-blocks .title h1 {
    color: #1FA5AB;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    letter-spacing: 0.8px;
    font-size: 1.75rem;
}

.recurpost-loin-signup .left-container .user-details .user-img img {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    border: 1px solid #eee;
}

.recurpost-loin-signup .left-container .user-details .user-name {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    padding-left: 20px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.8px;
    font-weight: 500;
}

.recurpost-loin-signup .right-container {
    background-color: #fff;
    display: flex;
}

.recurpost-loin-signup .right-container .signup-details {
    padding: 20px;
}

.recurpost-loin-signup .right-container .signup-title {
    position: absolute;
    top: 15px;
    right: 20px;
}

.recurpost-loin-signup .right-container .signup-title p {
    color: #5b5e6d;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    letter-spacing: 0.8px;
}

.recurpost-loin-signup .right-container .signup-title .btn-light {
    margin-left: 15px;
}

.recurpost-loin-signup .right-container .signin-blocks {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.11);
    padding: 25px 25px 0px 25px;
    width: 570px;
    border-radius: 6px;
}

.recurpost-loin-signup .right-container .signin-blocks .title h1 {
    color: #1FA5AB;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    letter-spacing: 0.8px;
}

.recurpost-loin-signup .right-container .signin-blocks .title h3 {
    color: #1fa5ab;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    letter-spacing: 0.8px;
}

.recurpost-loin-signup .form-group {
    padding-bottom: 20px;
    margin: 0px;
    display: table;
    width: 100%;
}

.recurpost-loin-signup .form-group .form-control {
    border-width: 0 0 1px 0;
    border-radius: 0px;
    min-height: 45px;
    font-size: 15px;
    padding: 11px 15px;
    background-image: none;
}

.recurpost-loin-signup .form-group .form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}

.recurpost-loin-signup .form-group .form-control::placeholder {
    color: #bbb;
}

.recurpost-loin-signup .form-group .form-control::-webkit-input-placeholder {
    color: #bbb;
}

.recurpost-loin-signup .form-group .form-control:-ms-input-placeholder {
    color: #bbb;
}

.recurpost-loin-signup .signin-blocks .forgot-password {
    padding-top: 10px;
}

.recurpost-loin-signup .signin-blocks .forgot-password a {
    color: #5b5e6d;
    font-size: 15px;
}

.recurpost-loin-signup .signin-blocks .forgot-text {
    color: #5b5e6d;
    line-height: 25px;
    letter-spacing: 0.6px;
}

/* Sign up */
.recur-contactus-section .contactus-bg {
    background: url(../img/contactus-bg.jpg) no-repeat;
    background-size: cover;
    padding: 20px 0 0;
}

.recur-contactus-section .contactus-bg .contactus-box {
    -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.15);
    padding: 30px 25px;
    border-radius: 4px;
    background-color: #fff;
    margin-top: 40px;
    margin-bottom: 30px;
}

.recur-contactus-section .contactus-box .form-group {
    padding: 15px 0;
    margin: 0px;
    position: relative;
}

.recur-contactus-section .contactus-box .form-group .form-control {
    font-size: 15px;
    padding: 6px 15px;
    border-radius: 0px;
    padding-left: 30px;
    border-width: 0 0 1px 0;
    box-shadow: none;
    color: #555;
    resize: none;
    background-image: none;
}

.recur-contactus-section .contactus-box .form-group .form-control::-webkit-input-placeholder {
    color: #bbb;
}

.form-control:focus {
    border-color: #ced4da;
}

.recur-contactus-section .contactus-box .form-group .icon {
    position: absolute;
    left: 7px;
    top: 22px;
}

.recur-contactus-section .contactus-box .form-group .icon i {
    color: #5b5e6d;
}

/* Comparing Page */
.recur-Comparing-section .comparision-table {
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.11);
    margin: 50px 0;
}

.recur-Comparing-section .comparision-table > thead > tr > th,
.recur-Comparing-section .comparision-table > tbody > tr > th,
.recur-Comparing-section .comparision-table > tfoot > tr > th,
.recur-Comparing-section .comparision-table > thead > tr > td,
.recur-Comparing-section .comparision-table > tbody > tr > td,
.recur-Comparing-section .comparision-table > tfoot > tr > td {
    padding: 12px;
    line-height: 1.7;
    color: #5b5e6d;
}

.recur-Comparing-section .comparision-table table {
    margin-bottom: 0px;
}

.recur-Comparing-section .comparision-table .feature-title {
    color: #5b5e6d;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.8px;
}

.recur-Comparing-section .comparision-table tr th {
    height: 75px;
    vertical-align: middle !important;
}

.recur-Comparing-section .comparision-table tr td {
    display: table-cell;
    vertical-align: middle !important;
    font-size: 16px;

}

.recur-Comparing-section .comparision-table .feature-content p {
    letter-spacing: 0.6px;
    margin-bottom: 0px;
    color: #5b5e6d;
}

.recur-Comparing-section .comparision-table .feature-content p b {
    display: block;
    color: #5b5e6d;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-bottom: 4px;
}

.recur-Comparing-section .comparision-table .feature-details p {
    letter-spacing: 0.6px;
    margin-bottom: 0px;
    color: #5b5e6d;
    line-height: 25px;
}

.recur-Comparing-section .comparision-table tr td:nth-child(2) {
    background-color: rgba(254, 208, 36, 0.08);
}

.recur-Comparing-section .comparision-table tr td:nth-child(3) {
    background-color: rgba(37, 134, 198, 0.08);
}

.yes-icon {
    color: #1fa5ab;
    font-size: 20px;
}

.no-icon {
    color: #f44336;
    font-size: 20px;
}


.recur-Comparing-section .comparision-table .recurpost-logo {
    max-height: 20px;
    margin-top: 10px;
}

.recur-Comparing-section .comparision-table .edgar-logo {
    max-height: 50px;
}

.other-comparision {
    margin-top: 20px;
}

.other-comparision .other-comparision-box {
    text-align: center;
    margin: 15px auto;
}

/*---------------------------------------- 404 ----------------------------------------------------*/

.pagenotfound-body {
    background: #e0ecf9;
}

.error-content {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
}

.error-content .text {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
}

.error-content .text img {
    margin: auto;
}

.error-content .text .middel {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 25px;
}


.error-content .not_found_text {
    font-size: 55px;
    font-weight: 700;
    color: #1fa5ab;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 25px;
    margin-top: 15px;
}

.error-content a {
    color: #ffffff;
    background-color: #1a8a8f;
    border-color: #167579;
    padding: 10px 35px;
    font-size: 20px;
    border-radius: 36px;

}

.error-content a:hover {
    color: #fff;
    text-decoration: none;
}

.account-added .schedule-pic {
    opacity: 1;
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.account-added .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    opacity: 1;
}

/* comparisons Page Design */


.read-more {
    color: #1fa5ab;
    font-size: 14px;
    letter-spacing: 0.8px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

/*Responsive*/

@media (min-width: 1200px) and (max-width: 1440px) {

    /*Home Page*/

    .recurpost-banner .banner-text {
        padding-left: 40px;
    }

    .recurpost-banner .banner-text h1 {
        font-size: 36px;
        line-height: 54px;
    }

    .recurpost-banner .banner-text .content {
        margin-top: 20px;
        margin-bottom: 35px;
        width: 80%;
    }

    .recurpost-features .features-dots {
        left: 4%;
    }

    footer {
        padding-top: 200px;
    }

    header .logo img {
        width: 163px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {

    /*Home Page*/

    header .navbar {
        padding-right: 0px;
    }

    header .logo img {
        width: 180px;
        padding: 19px 0;
    }

    header .navbar-nav .nav-item {
        padding: 10px 8px;
    }

    .signup-btn {
        padding: 7px 14px !important;
    }

    .recurpost-features .animatedblock-14 {
        bottom: 80px;
        left: 50%;
    }

    .recurpost-features .animatedblock-12 {
        left: 10px;
    }

    .recurpost-features .animatedblock-13 {
        right: -20px;
    }

    .recurpost-features .animatedblock-10 {
        top: 35%;
        left: 250px;
    }

    .recurpost-features .animatedblock-8 {
        top: 25%;
    }

    .recurpost-features .animatedblock-7 {
        top: -50px;
        left: 60%;
    }

    .recurpost-support-platform .animatedblock-15 {
        top: -10px;
    }

    .recurpost-support-platform .animatedblock-16 {
        right: 0%;
    }

    .recurpost-support-platform .animatedblock-17 {
        left: 0%;
    }

    .recurpost-support-platform .animatedblock-18 {
        top: -10px;
    }

    .recurpost-support-platform .animatedblock-20 {
        right: -20px;
    }

    .recurpost-banner .banner-text {
        height: 520px;
        padding-left: 20px
    }

    .recurpost-banner {
        height: 660px;
    }

    .recurpost-banner .banner-text h1 {
        font-size: 29px;
        line-height: 40px;
    }

    .recurpost-banner .banner-text .content {
        margin-top: 15px;
        margin-bottom: 30px;
        width: 100%;
        font-size: 16px;
    }

    .recurpost-testimonials .heading {
        margin-top: 130px;
    }

    .recurpost-testimonials .carousel-item {
        padding: 0px 30px 30px;
    }

    .recurpost-support-platform .hexagon-left {
        left: -394px;
    }

    .recurpost-support-platform .hexagon-right {
        right: -396px;
    }

    .recurpost-features .features-dots {
        left: 4%;
    }

    footer {
        padding-top: 200px;
    }

    .g-recaptcha {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .plan-details-table .plan-price .price {
        font-size: 32px;
    }

}

@media (min-width: 991px) and (max-width: 1024px) {

    header nav {
        padding-right: 0 !important;
    }

    header .navbar-nav .nav-item {
        padding: 10px 10px;
    }

    .recurpost-banner .banner-text {
        height: inherit;
        vertical-align: middle;
        display: block;
        padding-left: 0;
        padding-top: 100px;
        width: 90%;
        margin: auto;
    }

    .recurpost-banner .banner-img {
        top: -70px;
    }

    .recurpost-banner .banner-text h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .recurpost-banner .banner-text .content {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 25px;
        width: 100%;
    }

    .recurpost-banner {
        height: inherit;
        margin-bottom: 20px;
    }

    .recurpost-support-platform .hexagon-left {
        left: -370px;
    }

    .recurpost-support-platform .hexagon-right {
        right: -370px;
    }

    .recurpost-features .animatedblock-14 {
        bottom: 80px;
        left: 50%;
    }

    .recurpost-features .animatedblock-11 {
        bottom: 50%;
        right: 100px;
    }

    .recurpost-features .animatedblock-12 {
        left: 10px;
    }

    .recurpost-features .animatedblock-13 {
        right: 70px;
        bottom: 35%;
    }

    .recurpost-features .animatedblock-10 {
        top: 35%;
        left: 250px;
    }

    .recurpost-features .animatedblock-8 {
        top: 25%;
    }

    .recurpost-features .animatedblock-7 {
        top: -50px;
        left: 60%;
    }

    .recurpost-support-platform .animatedblock-15 {
        top: -10px;
    }

    .recurpost-support-platform .animatedblock-16 {
        right: 0%;
    }

    .recurpost-support-platform .animatedblock-17 {
        left: 0%;
    }

    .recurpost-support-platform .animatedblock-18 {
        top: -10px;
    }

    .recurpost-support-platform .animatedblock-20 {
        right: -20px;
    }


    .recurpost-testimonials {
        background-position: top center;
        height: inherit;
    }

    .recurpost-testimonials .heading {
        margin-top: 130px;
    }

    .recurpost-testimonials .carousel-item {
        padding: 0px 30px 30px;
    }

    .recurpost-testimonials .heading.mt-5.pt-5 {
        padding-top: 1rem !important;
        margin-top: 1rem !important;
    }

    .recurpost-testimonials .owl-carousel {
        margin-top: 20px;
    }

    .recurpost-testimonials .testimonials-box .user-img {
        float: none;
    }


    .recurpost-testimonials .testimonials-box .content-box {
        padding-left: 0;
        text-align: center;
        margin-top: 15px;
    }

    .recurpost-testimonials .testimonials-box .content-box .fa-quote-left {
        left: -3px;
    }

    .recurpost-features .features-dots {
        left: 0;
        top: 33px;
    }

    .recurpost-benefits {
        height: inherit;
        padding-top: 110px;
        background-position: center;
        padding-bottom: 50px;
    }

    .recurpost-customers-video .Customers-video-heading {
        min-height: 418px;
        padding: 20px;
    }

    .recurpost-customers-video .Customers-video-heading .text p {
        font-size: 14px;
        line-height: 24px;

    }

    .recurpost-customers-video .Customers-video-heading .text h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .recurpost-video .main-video .hexagon-left img,
    .recurpost-video .main-video .hexagon-right img {
        width: 80%;
    }

    footer {
        padding-top: 200px;
        background-position: top;
    }

    .g-recaptcha {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    /*Plan */

    .other-details-blocks .supported-currencies-box ul li {
        width: 33.33% !important;
    }
    .plan-details-table .plan-details ul li p {
        font-size: 13px !important;
    }
    .plan-details-table .btn-primary {
        font-size: 13px;
    }
    /*Login Signup*/
    .recurpost-loin-signup .left-container {
        height: inherit;
        min-height: inherit;
        text-align: center;
    }

    .recurpost-loin-signup .left-container .logo img {
        position: relative;
        margin: 0;
    }

    .recurpost-loin-signup .right-container .signup-title {
        position: relative;
        text-align: center;
        top: 25px;
        right: 0px;
    }

    .recurpost-loin-signup .right-container .signup-title .btn-light {
        margin-left: 0;
        display: inherit;
        width: 130px;
        margin: auto;
        margin-top: 10px;
    }

    .recurpost-loin-signup .right-container .signup-details {
        padding: 20px;
        width: 90%;
        margin-top: 70px;
    }

    .recurpost-loin-signup .right-container .signin-blocks {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    /*Home Page*/

    header .logo img {
        width: 185px;
        padding: 15px 0;
    }

    header {
        padding: 5px 0;
    }

    header .navbar-toggler {
        position: absolute;
        right: 0;
        top: -48px;
        background-color: #1fa5ab;
        color: #fff;
        line-height: 27px;
        padding: .25rem .5rem;
    }

    .secound-header .navbar-toggler {
        background-color: #fff !important;
        color: #1fa5ab !important;
    }

    header .navbar {
        padding: 0px;
    }

    header .navbar-collapse {
        background-color: #1fa5ab;
        padding: 1rem 0rem;
        border-radius: 6px;
    }

    .heading .title {
        font-size: 26px;
    }

    .heading .content {
        width: 90%;
        font-size: 14px;
    }

    .fixed .navbar-nav .nav-link {
        color: #fff !important;
    }

    .fixed .navbar-nav .nav-item .signup-btn {
        background-color: #fff !important;
        color: #1fa5ab !important;
    }

    .recurpost-banner .banner-text {
        height: inherit;
        vertical-align: middle;
        display: block;
        padding-left: 0;
        text-align: center;
        padding-top: 60px;
        width: 90%;
        margin: auto;
    }

    .recurpost-banner .banner-text h1 {
        font-size: 30px;
        line-height: 44px;
    }

    .recurpost-banner .banner-text .content {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 25px;
        width: 100%;
    }

    .recurpost-banner {
        height: inherit;
        margin-bottom: 20px;
    }

    .recurpost-features .animatedblock-14 {
        bottom: 80px;
        left: 50%;
    }

    .recurpost-features .animatedblock-11 {
        bottom: 54%;
        right: 100px;
    }

    .recurpost-features .animatedblock-12 {
        left: 10px;
    }

    .recurpost-features .animatedblock-13 {
        right: 70px;
        bottom: 25%;
    }

    .recurpost-features .animatedblock-10 {
        top: 35%;
        left: 250px;
    }

    .recurpost-features .animatedblock-8 {
        top: 25%;
    }

    .recurpost-features .animatedblock-7 {
        top: -50px;
        left: 60%;
    }

    .recurpost-support-platform .animatedblock-15 {
        top: -10px;
    }

    .recurpost-support-platform .animatedblock-16 {
        right: 0%;
    }

    .recurpost-support-platform .animatedblock-17 {
        left: 0%;
    }

    .recurpost-support-platform .animatedblock-18 {
        top: -10px;
    }

    .recurpost-support-platform .animatedblock-20 {
        right: -20px;
    }


    .recurpost-testimonials {
        background-position: top right;
        height: inherit;
        padding-top: 0;
    }

    .recurpost-testimonials .heading {
        margin-top: 130px;
    }

    .recurpost-testimonials .carousel-item {
        padding: 0px 0px 30px;
    }

    .recurpost-testimonials .heading.mt-5.pt-5 {
        padding-top: 1rem !important;
        margin-top: 1rem !important;
    }

    .recurpost-testimonials .owl-carousel {
        margin-top: 20px;
    }

    .recurpost-testimonials .testimonials-box .user-img {
        float: none;
    }

    .recurpost-testimonials .testimonials-box .content-box {
        padding-left: 0;
        text-align: center;
        margin-top: 15px;
    }

    .recurpost-testimonials .testimonials-box .content-box .fa-quote-left {
        left: -3px;
    }

    .recurpost-features .features-dots {
        left: 0;
        top: 33px;
    }

    .recurpost-benefits {
        height: inherit;
        padding-top: 110px;
        background-position: bottom;
        padding-bottom: 20px;
    }

    .recurpost-customers-video .Customers-video-heading {
        min-height: 470px;
        padding: 20px;
    }

    .recurpost-customers-video .Customers-video-heading .text p {
        font-size: 14px;
        line-height: 24px;

    }

    .recurpost-customers-video .Customers-video-heading .text h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .recurpost-video .main-video .hexagon-left img,
    .recurpost-video .main-video .hexagon-right img {
        width: 80%;
    }

    footer {
        padding-top: 160px;
        background-position: top;
    }



    footer .footer-menu .footer-title {
        margin-bottom: 5px;
    }

    footer .footer-menu {
        margin: 15px 0;
    }

    .g-recaptcha {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    /*Login Signup*/
    .recurpost-loin-signup .left-container {
        height: inherit;
        min-height: inherit;
        text-align: center;
    }

    .recurpost-loin-signup .left-container .logo img {
        position: relative;
        margin: 0;
    }

    .recurpost-loin-signup .right-container .signup-title {
        position: relative;
        text-align: center;
        top: 25px;
        right: 0px;
    }

    .recurpost-loin-signup .right-container .signup-title .btn-light {
        margin-left: 0;
        display: inherit;
        width: 130px;
        margin: auto;
        margin-top: 10px;
    }

    .recurpost-loin-signup .right-container .signup-details {
        padding: 20px;
        width: 90%;
        margin-top: 70px;
    }

    .recurpost-loin-signup .right-container .signin-blocks {
        width: 100%;
    }

    /*Other Pages*/
    .recurpost-social-scheduling .heading {
        margin-bottom: 20px;
    }

    .social-feature-section {
        padding: 20px 0;
    }

    .social-feature-section .social-feature-details {
        padding: 20px 0px 0;
    }

    .recur-main-secation {
        padding: 130px 0 30px;
    }

    .recurpost-social-scheduling .social_scheduling_networks {
        padding: 20px 0px;
    }
}

@media (max-width:767px) {

    /*app download*/
    .text-content-box {
        margin-top: 15px;
        text-align: center;
    }
    .apps-store-link a {
        width: 200px;
        margin-right: 0;
    }
    /*end app download*/

    /*Home Page*/

    header .logo img {
        width: 35%;
    }

    .recurpost-testimonials.recur-secation {
        padding: 20px 0 40px;
    }

    .recurpost-testimonials.recur-secation {
        padding: 20px 0 40px;
    }

    header {
        padding: 5px 0;
    }

    header .navbar-toggler {
        position: absolute;
        right: 0;
        top: -48px;
        background-color: #1fa5ab;
        color: #fff;
        line-height: 27px;
        padding: .25rem .5rem;
    }

    .secound-header .navbar-toggler {
        background-color: #fff !important;
        color: #1fa5ab !important;
    }

    header .navbar {
        padding: 0px;
    }

    header .navbar-collapse {
        background-color: #1fa5ab;
        padding: 1rem 0rem;
        border-radius: 6px;
    }

    .heading .title {
        font-size: 24px;
    }

    .heading .content {
        width: 100%;
        font-size: 14px;
    }

    .fixed .navbar-nav .nav-link {
        color: #fff !important;
    }

    .fixed .navbar-nav .nav-item .signup-btn {
        background-color: #fff !important;
        color: #1fa5ab !important;
    }

    .recurpost-banner .banner-text {
        height: inherit;
        vertical-align: middle;
        display: block;
        padding-left: 0;
        text-align: center;
        padding-top: 60px;
        width: 100%;
        margin: auto;
    }

    .recurpost-banner .banner-text h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .recurpost-banner .banner-text .content {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 25px;
        width: 100%;
        line-height: 24px
    }

    .recurpost-banner .banner-text .nocredit-card p {
        font-size: 16px;
    }

    .recurpost-banner {
        height: inherit;
        margin-bottom: 20px;
    }

    .recurpost-benefits .benefit-blocks {
        margin: 20px 0 0;
        text-align: center;
    }

    .recurpost-benefits {
        height: 1250px;
        padding-top: 100px;
    }

    .recurpost-testimonials {
        background-position: top right;
        height: inherit;
    }

    .recurpost-testimonials .heading {
        margin-top: 40px;
    }

    .recurpost-testimonials .carousel-item {
        padding: 0px 0px 30px;
    }

    .recurpost-testimonials .heading.mt-5.pt-5 {
        padding-top: 1rem !important;
        margin-top: 1rem !important;
    }

    .recurpost-testimonials .owl-carousel {
        margin-top: 20px;
    }

    .recurpost-testimonials .testimonials-box .user-img {
        float: none;
    }

    .recurpost-testimonials .testimonials-box .content-box {
        padding-left: 0;
        text-align: center;
        margin-top: 15px;
    }

    .recurpost-testimonials .testimonials-box .content-box .fa-quote-left {
        left: -3px;
    }

    .recurpost-features .heading {
        padding-bottom: 10px;
    }

    .recurpost-features .features-blockes .features-content p {
        min-height: 161px;
    }

    .recurpost-features .features-blockes {
        margin-bottom: 20px;
        padding: 20px 15px;
    }

    .recurpost-support-platform {
        background-position: right center;
        height: inherit;
    }

    .recurpost-support-platform .support-platform-blockes.mt-4.mb-4 {
        margin-top: 1rem !important;
    }

    .recurpost-customers-video .heading {
        padding-bottom: 20px;
    }

    .recurpost-customers-video .Customers-video-heading {
        min-height: inherit;
    }

    .recurpost-customers-video .Customers-video-blockes {
        margin: 20px 0 0;
    }

    .recurpost-customers-video .Customers-video-blockes .video img {
        width: 100%;
    }

    .recurpost-customers-video .Customers-video-blockes .content p {
        min-height: inherit;
    }

    .recurpost-video .main-video {
        margin: 30px 0;
    }

    footer .newsletter-block .title-newsletter h2 {
        font-size: 20px;
        text-align: center;
        margin: 20px 0;
    }

    footer {
        padding-top: 140px;
    }

    footer::after {
        background-position: top left;
    }

    footer .row.py-5.my-2 {
        margin-bottom: 1rem !important;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;

    }

    footer .footer-aboutus {
        text-align: center;
        margin-right: 0;
        margin-bottom: 10px;
    }

    footer .footer-aboutus img {
        width: 50%;
    }

    footer .footer-menu .footer-title {
        margin-bottom: 0.25rem;
    }

    .footer-logo img {
        padding: 30px 0;
    }

    footer .footer-menu {
        text-align: center;
        margin-top: 20px;
    }

    .social-platform .text-right,
    footer .footer-copy-right .copy-right-mesg {
        text-align: center !important;
    }

    .g-recaptcha {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .recur-main-secation {
        padding: 130px 0 0px;
    }

    .recur-main-secation .heading .content {
        width: 100%;
    }

    .recurpost-plan .testimonials-box {
        padding: 20px;
        width: 100%;
    }

    .recurpost-plan .testimonials-box .user-img {
        float: unset;
        text-align: center;
        margin-bottom: 20px;
    }

    .recurpost-plan .testimonials-box .testimonials-content {
        padding-left: 0;
        text-align: center;
    }

    .other-details-blocks p {
        width: 100%;
    }



    /*About Us*/
    .aboutus-blocks .aboutus-img {
        float: none;
        margin: 20px auto;
        width: 290px;
    }

    header.secound-header .navbar-toggler {
        position: absolute;
        right: 0;
        top: -54px;
        background-color: #ffffff;
        color: #1fa5ab;
        line-height: 27px;
        padding: .25rem .5rem;
    }

    .terms-thanks-box {
        margin: 40px 0;
    }

    .mission-blocks .mission-blocks-content,
    .whoitsfo-blocks .whoitsfo-blocks-content {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 10px;
    }

    .social-feature-section {
        padding: 10px 0;
    }

    .social-feature-section .social-feature-details {
        padding: 20px 15px 0;
    }

    .recurpost-whoitsfor .whoitsfo-block-img {
        margin: 20px 0 20px;
    }

    .recurpost-whoitsfor .whoitsfo-block-img:after {
        display: none;
    }

    /*Login Signup*/


    .recurpost-loin-signup .left-container {
        height: inherit;
        min-height: inherit;
        text-align: center;
    }

    .recurpost-loin-signup .left-container .logo img {
        position: relative;
        margin: 0;
    }

    .recurpost-loin-signup .right-container .signup-title {
        position: relative;
        text-align: center;
        top: 25px;
        right: 0px;
    }

    .recurpost-loin-signup .right-container .signup-title .btn-light {
        margin-left: 0;
        display: inherit;
        width: 130px;
        margin: auto;
        margin-top: 10px;
    }

    .recurpost-loin-signup .right-container .signup-details {
        padding: 20px;
        width: 90%;
        margin-top: 70px;
    }

    .recurpost-loin-signup .right-container .signin-blocks {
        width: 100%;
    }

    /*Comparing */

    .recur-Comparing-section .comparision-table {
        box-shadow: none;
        margin: 30px 0;
    }

    .recur-Comparing-section .comparision-table .table-responsive {
        height: 400px;
        overflow-y: scroll;
        border-bottom: 1px solid #ddd;
    }

    .recur-Comparing-section .comparision-table .table-bordered {
        border: none;
        margin-bottom: 0px;
    }

    .recur-Comparing-section .width-90 {
        max-width: 100%;
    }

    .recur-Comparing-section .comparision-table thead th {
        display: none;
    }

    .recur-Comparing-section .comparision-mobile-logo {
        margin-right: 18px;
        width: 100%;
    }

    .compar-logo img {
        max-width: 100%;
    }

    .recur-Comparing-section .comparision-mobile-logo .compar-logo {
        display: inline-block;
        width: 50%;
        padding: 12px 10px;
        float: left;
        height: 65px;
        border: 1px solid #dee2e6;
        text-align: center;
    }

    .recur-Comparing-section .comparision-table .edgar-logo {
        max-height: 40px;
    }

    .recur-Comparing-section .comparision-table tbody tr {
        display: table;
        margin-bottom: 20px;
        width: 100%;
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.11);
    }

    .recur-Comparing-section .comparision-table tbody tr:last-child {
        margin-bottom: 0px;
    }

    .recur-Comparing-section .comparision-table tbody .feature-content {
        display: block;
    }

    .recur-Comparing-section .comparision-table tbody .feature-details {
        display: inline-block;
        width: 50%;
        padding: 12px 12px;
        float: left;
        border-top: none;
        text-align: left;
    }

    .recur-Comparing-section .comparision-table tr td {
        font-size: 14px;
    }
}

@media (max-width:576px) {

    /*Home Page*/

    header .logo img {
        width: 50%;
    }

    .recurpost-loin-signup .right-container .signup-details {
        width: 100%;
    }

    .recurpost-features .features-blockes .features-content p {
        min-height: inherit;
    }

}

/*app download*/
.apps-download-box p {
    font-size: 18px;
    color: #585858;
}
.apps-download-box p b {
    color: #1FA5AB;
}
.apps-store-link a {
    display: inline-block;
    border: 1px solid #CCC8C8;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 12px;
    background: #F5F5F5;
}
.apps-store-link {
    margin-bottom: 10px;
}
.apps-store-link a i {
    padding-right: 5px;
}
.mobile_device
{
    display: none;
}
@media (max-width:767px) {
    #ios_redirect_popup .btn {
        margin-left: 0 !important;
        width: 100%;
        font-size: 12px;
    }
    .mobile_device
    {
        display: block;
    }
    .desk_device
    {
        display: none;
    }
}
/*end app download*/

@media (min-width:768px) and  (max-width:1024px) {

    .mobile_device
    {
        display: block;
    }
    .desk_device
    {
        display: none;
    }
}

#ios_redirect_popup .modal-title {
    font-size: 18px;
}
#ios_redirect_popup p {
    margin-bottom: 0;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .recurpost-loin-signup .right-container .signup-title {
        position: absolute;
        top: 15px;
        right: 20px;
    }
    .recurpost-loin-signup .left-container {
        height: 100%;
        min-height: 100vh;
        text-align: left;
    }
    .recurpost-loin-signup .right-container .signup-title .btn-light {
        display: inline-block;
        margin: 0 0 0 15px;
    }
}

/* price plan */

.recur-main-secation.recurpost-plan {
    padding: 0;
}

.top-banner {
    padding-top: 130px;
    background: #1fa5ab;
    padding-bottom:180px ;
}

.recurpost-plan .top-banner .testimonials-box {
    margin-top: 0;
    border: 1px solid #ffffff61;
    background: #ffffff17;
}

.recurpost-plan .top-banner .testimonials-box .testimonials-content p {
    color: #ffffff;
}

.recurpost-plan .top-banner .testimonials-box .user-img img {
    height: 100px;
    width: 100px;
}

.recurpost-plan .testimonials-box .testimonials-content .user-name {
    margin-top: 25px;
    color: #ffffff;
}

.recur-main-secation .plans-select-tab ul li {

    display: inline-block;
}

.recur-main-secation .plans-select-tab ul li {
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    margin: 0 5px;
}

.custom-switch .custom-control-label::before {
    left: -30px;
    width: 60px;
    border-radius: 50px;
    height: 30px;
    top: 0;
    cursor: pointer;
}

.custom-switch {
    width: 60px;
    padding: 0;
}

.custom-switch .custom-control-label::after {
    top: 5px;
    left: -24px;
    width: 20px;
    height: 20px;
    background-color: #fed024;
    border-radius: 50%;
    cursor: pointer;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fed024;
    -webkit-transform: translateX(28px);
    transform: translateX(28px);
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #fff;
    background-color: #fff;
}

.top-banner .heading .title {color: #ffffff;}

.price s {
    text-decoration: none;
    display: inline;
    vertical-align: super;
    color: #A7A7A7;
    font-size: 18px;
}

.plan-details-table .plan-price .plan-period {
    font-size: 12px;
    line-height: 11px;
    margin: 8px 0 0;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    color: #A7A7A7;
    display: block;
}

.plan-details-table {
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(141, 152, 179, 0.3);
    padding: 30px 20px;
    border-radius: 5px;
    margin: -100px 0 60px;
}





.only-text .plan-details-table:hover {
    border: none;
}

.plan-details-table.plan-ribbon {
    position: relative;
    border: 2px solid #5b5e6d;
    border-radius: 0 0 5px 5px;
}

.plan-details-table.plan-ribbon .plan-ribbon-text {
    text-align: center;
    background-color: #5b5e6d;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: -45px;
    width: 101%;
    left: -2px;
    padding: 10px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.8px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
}

.plan-details-table.current_plan {
    border: 2px solid #5b5e6d;
}

.plan-details-table .plan-price {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 20px;
}

.plan-details-table .plan-price .plan-name {
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #5b5e6d;
}

.plan-details b i {color: #1fa5ab;}
.plan-details .not-included b i {color: #bfc6cc;}

.plan-details-table .plan-price .price {
    font-size: 42px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.8px;
    margin: 15px 0;
    text-transform: uppercase;
    color: #5b5e6d;
}

.plan-details-table .plan-price .price .currency {
    font-size: 22px;
    font-weight: 500;
    position: relative;
    bottom: 18px;
    font-family: "Roboto", sans-serif;
    left: -4px;
    color: #5b5e6d;
}



.plan-details-table .plan-price .btn {
    display: block;
    margin: auto;
    width: 100%;
}

.plan-details-table .plan-details {
    margin-top: 30px;
    display: block;
}

.plan-details-table .plan-details ul li p {
    color: #5b5e6d;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.6px;
    margin: 12px 0;
}

.plan-details-table .plan-details ul li.not-included p {
    color: #bfc6cc;
    text-decoration: line-through;
}
.plans-select-tab {
    margin-top: 20px;
}


.only-text {
    padding: 0;
}

.only-text .plan-price {

    visibility: hidden;
}

.only-text .plan-details-table {
    box-shadow: none;
    background: transparent;
    padding: 30px 0;
    text-align: right !important;
}

.plan-details a {opacity: 0.5;}

.plan-details a {
    opacity: 0.5;
    float: right;
    margin: 0 0 0 5px;
}

.plan-details .bottom_btn {
    float: none;
    opacity: 1;
    margin: 0;
    width: 100%;
}

.plan-details span{display: none;}

.plans-select-tab span {
    position: absolute;
    width: 170px;
    bottom: 3px;
    right: -175px;

}



.plans-select-tab span img {
    width: 100%;
}

.recurpost-plan .testimonials-plan .testimonials-box {
    background-color: #fff;
    padding: 20px 20px 10px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
    /* min-height: 340px; */
    border: 0;
}

.recurpost-plan .testimonials-plan .testimonials-box .content-box {
    padding-left: 140px;
    position: relative;
}

.recurpost-plan .testimonials-plan .testimonials-box .content-box .content {

    margin: 0 auto;
    color: #918E8E;
    line-height: 26px;
    letter-spacing: 0.6px;
    font-size: 13px;
}

.recurpost-plan .testimonials-plan .testimonials-box .content-box .content span {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #1FA5AB;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    padding: 0 5px;
}

.recurpost-plan .testimonials-plan .testimonials-box .user-name {
    font-size: 15px;
    color: #333232;
    margin: 0;
    padding-top: 5px;
}
.SelectPlan {
    margin: 0 auto;
    display: inline-block;
}
.testimonials-plan {
    /* background: #f1fafa; */
    /* padding: 40px 0; */
    margin-bottom: 40px;
}

.plan-include {
    padding: 30px;
    background: #1fa5ab;
    color: #ffffff;
    font-size: 16px;
}

.plan-include li {
    margin: 15px 0;
}

.recurpost-support-platform li {
    list-style-type: none;
    display: inline-block;
    margin: 0 20px;
}

.recurpost-support-platform li p{
    font-weight: 600;
    color: #918E8E;
    margin: 15px 0 20px;
}


.other-details-blocks .supported-currencies-box ul li {

    width: 25%;
}

@media (max-width: 767px) {


    .plan-info .col-md-3 {
        flex: 0 0 100%;
    }

    .only-text {
        display: none;
    }

    .plan-info {
        margin-top: -100px;
    }

    .plans-select-tab span {
        bottom: -50px;
        right: 0px;
    }

    .plan-details-table {
        margin: 0 0 60px;
        float: left;
    }

    .plan-details-table.plan-ribbon {
        margin-top: 30px;
    }
    .plan-details span {
        display: block;
        float: right;
    }

    .plan-details-table .plan-details ul li p {
        text-align: left;
    }

    .plan-details li {

        float: left;
        width: 100%;
    }
    .supported-currencies-box ul li {
        width: 100%;
    }
    .recurpost-plan .testimonials-plan .testimonials-box .content-box {
        padding-left: 0;
    }
    .other-details-blocks .supported-currencies-box ul li {
        width: 100%;
    }
    .plans-select-tab span.d-sm-none {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .only-text {
        display: none;
    }
    .plan-info {
        margin-top: -100px;
    }
    .plan-details li {
        float: left;
        width: 100%;
    }
    .plan-info .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .plan-details span {
        display: block;
        float: right;
    }
    .plan-details-table {
        margin: 0 0 60px;
        float: left
    }
    .plan-details-table .plan-details ul li p {
        text-align: left;
    }
    .other-details-blocks .supported-currencies-box ul li {
        width: 50%;
    }
}
/* end price plan */
