body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    color: #5b5e6d;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin-bottom: 1.4em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    line-height: 1.3;
    color: inherit;
    font-weight: 600;
    color: #323648;
    margin-top: 0;
}

.font-regular {
    font-weight: 400 !important;
}

a {
    -webkit-transition: color .1s ease-in, background .1s ease-in;
    -moz-transition: color .1s ease-in, background .1s ease-in;
    -ms-transition: color .1s ease-in, background .1s ease-in;
    -o-transition: color .1s ease-in, background .1s ease-in;
    transition: color .1s ease-in, background .1s ease-in;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

.gray,
.gray a {
    color: #32483f;
}

.medium-gray,
.medium-gray a {
    color: #5b5e6d;
}

.light-gray,
.light-gray a {
    color: #ababac;
}

.white,
.white a {
    color: #fff !important;
}

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

.red,
.red a {
    color: #ab1f1f !important;
}

.align-center {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.position-relative {
    position: relative;
}

.margin-0 {
    margin: 0 !important;
}

.margin-top-60 {
    margin-top: 60px;
    position: relative;
    /*    height: 1px;
    width: 1px;*/
    clear: both;
}

.margin-top-40 {
    margin-top: 40px;
    position: relative;
    /*    height: 1px;
    width: 1px;*/
    clear: both;
}

.margin-top-lg {
    margin-top: 20px;
    position: relative;
    /*    height: 1px;
    width: 1px;*/
    clear: both;
}

.margin-top-md {
    margin-top: 15px;
    position: relative;
    /*    height: 1px;
    width: 1px;*/
    clear: both;
}

.margin-top-sm {
    margin-top: 10px;
    position: relative;
    /*    height: 1px;
    width: 1px;*/
    clear: both;
}

.margin-top-xs {
    margin-top: 5px;
    position: relative;
    /*    height: 1px;
    width: 1px;*/
    clear: both;
}

.margin-right-10 {
    margin-right: 10px;
}

.width-100 {
    width: 100%;
}

.btn-125 {
    min-width: 125px;
}

.btn-round {
    border-radius: 100px !important;
}

.btn {
    border-radius: 0;
    padding: 10px 20px;
    font-size: 80%;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 25px;
    font-size: 15px;
}

.btn-primary {
    color: #fff;
    background-color: #1fa5ab;
    border-color: #1fa5ab;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #128e93;
    border-color: #128e93;
}

.btn-cta {
    background-color: #1fa5ab;
    color: #fff;
    padding: 20px 45px;
    text-align: center;
    border-radius: 50px !important;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.btn-cta:hover,
.btn-cta:focus {
    background: #168f95;
    color: #fff;
    box-shadow: none;
}

.btn-ghost-gray {
    border: 1px solid #ababac;
    border-radius: 50px;
    color: #5b5e6d;
    min-width: 100px;
}

.btn-ghost-gray:hover,
.btn-ghost-gray:focus {
    color: #fff;
    background-color: #5b5e6d;
}

.carousel-inner > .item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.ultra-box-shadow {
    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);
}

.ultra-box-shadow-small {
    display: block;
    -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);
}

.form-error {
    border-color: #ab1f1f !important;
}

.form-control {
    border-radius: 0px;
    min-height: 45px;
    font-size: 15px;
    padding: 11px 15px;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #1fa5ab;
}

blockquote {
    /*
    border: 1px solid #eee;
    margin: 50px 0;
    padding: 20px;
    font-style: italic;
    background-color: #f9f9f9;
*/
    margin: 50px 0;
    border-left: 5px solid #ddd;
    padding: 20px;
    font-style: italic;
    background: #f9f9f9;
}

ul li {
    /*    margin-bottom: 10px;*/
}

ul,
ol {
    margin-bottom: 30px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 20px;
}


/* ===================== 
        Headings
========================*/

h2.big-heading {
    font-size: 1.6em;
    margin-bottom: 20px;
}

h2.big-heading + p {
    color: #5b5e6d;
    margin-bottom: 70px;
}

h3.small-heading {
    margin-bottom: 20px;
    position: relative;
    margin-top: 30px !important;
}

h3.small-heading .soft-heading {
    font-family: 'Droid Serif', serif;
    position: absolute;
    color: rgba(31, 165, 171, 0.08);
    font-size: 3.5em;
    top: 0;
    left: 0;
    margin-top: -50px;
    margin-left: -20px;
}


/* ===================== 
        Navigation 
========================*/

.navbar {
    min-height: 75px;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}

.navbar-nav > li > a {
    color: #5b5e6d;
    font-size: 14px;
    letter-spacing: 0.06em;
    font-weight: 600;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
    color: #1fa5ab;
}

.navbar .logo {
    height: 24px;
    margin-top: 18px;
}

.navbar .signup-btn {
    background: #1fa5ab;
    color: #fff;
    padding: 13px 30px;
    margin-top: 20px;
    border-radius: 25px;
    text-align: center;
    margin: 20px 15px 0;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.navbar .signup-btn:hover,
.navbar .signup-btn:focus {
    background: #168f95;
    color: #fff;
    box-shadow: none;
}

.navbar-toggle .icon-bar {
    width: 26px;
    height: 3px;
    background-color: #ababac;
}

.navbar-toggle {
    margin-top: 26px;
}


/* ===================== 
        Home Header
======================== */

header {
    padding: 10% 0 15%;
    position: relative;
}

header .laptop-img {
    background: url(../img/ultra/laptop.jpg);
    width: 1000px;
    display: block;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 90%;
    background-position: center right;
    width: 50%;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

header h1 {
    font-size: 3em !important;
    margin-bottom: 30px;
    font-size: 1.2em;
    font-weight: 900;
}

header p {
    font-size: 1.1em;
    margin-bottom: 50px;
    padding-right: 10%;
    color: #5b5e6d;
    line-height: 1.6em;
}


/* ===================== 
      social gray 
======================== */

.social-gray {
    padding: 20px 0;
    position: relative;
    height: 100%;
}

.social-gray-border {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: absolute;
    top: 50%;
}


/* ===================== 
        video row
======================== */

.video-row {
    padding: 70px 0 100px;
    text-align: center;
    background: url(../img/ultra/home-graph-bg.png) no-repeat top 120px left;
    background-size: cover;
    min-height: 1019px;
}

.home-video-container {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 100px;
    background-color: #000;
}

.home-video-container .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);
}

.home-video-container:hover .play-btn {
    color: #9ad6d9;
}

.flow-blocks {
    max-width: 400px;
    margin: 0 auto 70px;
}

.flow-blocks img {
    max-width: 60%;
    margin: 0 auto 40px;
    border-radius: 50%;
}

.flow-blocks h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.flow-blocks p {
    font-size: 0.85em;
    line-height: 1.6em;
}


/* ===================== 
        Benefits row
======================== */

.benefits-row {
    padding: 70px 0 30px;
    background: url(../img/ultra/benefits-bg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}

.benefits-row .tablet-img {
    position: absolute;
    border-radius: 23px;
    width: 82%;
    z-index: 2;
}

.benefits-row h2 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.benefits-row p {
    min-height: 210px;
}

a.benefits-slider-icon {
    display: inline-block;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 30px;
    color: #fff;
}

a.benefits-slider-icon:hover {
    background-color: rgba(0, 0, 0, 0.4);
}


/* ===================== 
        Testimonial row
======================== */

.testimonial-row {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 70px 0 70px;
    background: #fff;
    background: -moz-linear-gradient(-45deg, rgba(31, 164, 171, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(31, 164, 171, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(-45deg, rgba(31, 164, 171, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(-45deg, rgba(31, 164, 171, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(-45deg, rgba(31, 164, 171, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(135deg, rgba(31, 164, 171, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fa4ab', endColorstr='#ffffff', GradientType=1);
}

.social-platforms-img {
    margin-bottom: 160px;
}

.testiomnial-container {
    text-align: center;
    min-height: 220px;
    padding-top: 40px;
}

.testimonial-icon {
    position: absolute;
    width: 102px;
    height: 73px;
    content: " ";
    background: url(../img/ultra/testimonial-icon.png) center center;
    background-repeat: no-repeat;
    top: 0;
    left: 50%;
    margin-left: -53px;
}

.testimonial-pic-container {
    display: inline-block;
    height: 60px;
    width: 60px;
    margin: 20px 10px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #eee;
}

.testimonial-pic-container.active {
    -webkit-box-shadow: 0px 2px 20px rgba(31, 165, 171, 0.36);
    -moz-box-shadow: 0px 2px 20px rgba(31, 165, 171, 0.36);
    box-shadow: 0px 2px 20px rgba(31, 165, 171, 0.36);
}

.apps-links-container {
    margin: 100px 0 45px;
    display: block;
    padding: 40px 15px 30px;
    background: #fff;
}

.app-icon {
    background-image: url(../img/ultra/app-store-icons.png);
    background-repeat: no-repeat;
    height: 59px;
    width: 173px;
    display: inline-block;
    overflow: hidden;
    margin: 10px 10px;
}

.app-store {
    background-position: -175px -1px;
}

.google-play {
    background-position: -1px -1px;
}

.app-store:hover,
.app-store:focus {
    background-position: -175px -64px;
}

.google-play:hover,
.google-play:focus {
    background-position: -1px -64px;
}

.chrome-store {
    background-image: url(../img/ultra/app-store-icons.png);
    background-repeat: no-repeat;
    height: 67px;
    width: 192px;
    display: inline-block;
    overflow: hidden;
    margin: 0px 5px;
    background-position: -352px -1px;
}

.chrome-store:hover,
.chrome-store:focus {
    background-position: -352px -70px;
}

.testimonial-row .circle-yellow-1 {
    position: absolute;
    display: inline-block;
    height: 300px;
    width: 300px;
    border-radius: 50%;
    background-color: rgba(255, 207, 37, 0.08);
    right: 0px;
    bottom: 0;
    margin-right: 7%;
    margin-bottom: 164px;
}

.testimonial-row .ring-blue-1 {
    position: absolute;
    display: inline-block;
    height: 140px;
    width: 140px;
    border-radius: 50%;
    border: 22px solid rgba(27, 189, 206, 0.08);
    right: 0px;
    bottom: 0;
    margin-right: 18%;
    margin-bottom: 100px;
}

.testimonial-row .circle-blue-1 {
    position: absolute;
    display: inline-block;
    height: 360px;
    width: 360px;
    border-radius: 50%;
    background-color: rgba(225, 109, 64, 0.08);
    left: 0px;
    bottom: 0;
    margin-left: 5%;
    margin-bottom: -70px;
}


/* ===================== 
        Sub Footer
======================== */

.sub-footer {
    padding: 80px 0 140px;
    background: url(../img/ultra/sub-footer-bg.jpg) no-repeat center center;
    background-size: cover;
}


/* ===================== 
        Footer
======================== */

footer {
    padding: 0px 0 80px;
    background-color: #e5f8f9;
}

footer .logo {
    max-width: 160px;
    padding-top: 30px;
    padding-bottom: 5px;
}

footer h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 1em;
}

footer ul {
    margin-bottom: 20px;
}

footer ul li a {
    color: #5b5e6d;
    font-size: 0.92em;
    line-height: 2.0em;
}

footer ul li a:hover,
footer ul li a:active,
footer ul li a:focus {
    color: #1fa5ab;
    text-decoration: none;
    font-weight: 600;
}

footer .form-control {
    padding-right: 50px;
    border-color: #d9eaea;
}

footer .blue-arrow {
    height: 30px;
    background: url(../img/ultra/arrow-icon-light-blue.svg);
    width: 50px;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    margin-top: -45px;
    height: 45px;
}

footer .blue-arrow:hover {
    margin-right: -3px;
}

.fb-color {
    color: #3b5999;
}

.twitter-color {
    color: #55acee;
}

.linkedin-color {
    color: #0077B5;
}


/* ===================== 
       Ultra Container
======================== */

.ultra-container {
    padding: 60px 0 70px;
}

.ultra-heading {
    margin-bottom: 50px;
    text-align: center;
}


/*====== How it Works =====*/

.works-video-container {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.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);
}

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

.works-img-conatiner {
    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);
}


/*====== About =====*/

.about-img-container {
    margin: 0px 100px 40px 0;
    width: 300px;
    height: 340px;
}

.about-img-container span {
    padding: 10px;
    line-height: 40px;
}


/*====== FAQ =====*/

.faq dl dt {
    border-bottom: 1px solid #dddfe9;
    cursor: pointer;
    border-radius: 0;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    padding: 15px 30px 15px 15px;
}

.faq dl dt:after {
    content: '';
    position: absolute;
    top: 26px;
    right: 15px;
    display: inline-block;
    border-top: 7px solid #19a6ac;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.faq dl dd {
    background-color: #f6f6f6;
    padding: 15px 15px 1px 15px;
    margin-bottom: 20px;
    border-radius: 6px;
}


/*====== Who it's for =====*/

.who-text-container {
    margin-top: -100px;
    background-color: #fff;
    padding-left: 20px;
    padding-top: 45px;
    padding-right: 20px;
    /* text-align: justify; */
}

.who-left-img {
    width: 500px;
}


/*====== Terms =====*/

.terms-thanks-box {
    padding: 50px 15px;
    font-weight: 800;
    font-size: 1.1em;
    letter-spacing: 0.04em;
    position: relative;
    overflow: hidden;
}

.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);
}


/*====== Contact Us =====*/

.contact-container {
    background: url(../img/ultra/map.jpg) no-repeat;
    background-size: 100%;
    padding: 20px 0 0;
}

.contact-panel {
    padding: 30px 25px;
}

.contact-panel .form-control {
    padding-left: 30px;
    border-width: 0 0 1px 0;
    box-shadow: none;
}

.contact-panel .form-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    vertical-align: middle;
    line-height: 45px;
}

.contact-panel .form-group,
.signin-white-container .form-group {
    margin-bottom: 30px;
}


/*===== Login =======*/

.login-container {
    display: block;
    overflow: hidden;
    position: relative;
}

.login-left-container {
    background-image: url(../img/ultra/login-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    width: 100%;
    padding: 30px;
    height: auto;
}

.login-right-container {
    margin: 50px 15px;
}

.login-left-container .login-logo {
    margin: 10px auto 25px;
    max-width: 316px;
    text-align: center;
    display: block;
    height: 25px;
}

.login-testimonial {
    display: block;
    vertical-align: bottom;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 85%;
    line-height: 1.8em;
    padding: 20px;
}

.login-testimonial .media-heading {
    line-height: 60px;
    color: #fff;
}

.signin-white-container {
    padding: 30px;
    max-width: 570px;
    margin: 16% auto 25px;
}

.signin-white-container .form-control {
    padding-left: 0px;
    border-width: 0 0 1px 0;
    box-shadow: none;
}


/* --- material floating label --- */

.signin-white-container .form-group {
    display: flex;
    height: 55px;
}

.signin-white-container .control-label {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.4;
    pointer-events: none;
    position: absolute;
    transform: translate3d(0, 22px, 0) scale(1);
    transform-origin: left top;
    transition: 240ms;
}

.signin-white-container .form-group.focused .control-label {
    opacity: 1;
    transform: scale(0.75);
}

.signin-white-container .form-control {
    align-self: flex-end;
}

.signin-white-container .form-control::-webkit-input-placeholder {
    color: transparent;
    transition: 240ms;
}

.signin-white-container .form-control:focus::-webkit-input-placeholder {
    transition: none;
}

.signin-white-container .form-group.focused .form-control::-webkit-input-placeholder {
    color: #bbb;
}

.check-icons {
    background: url(../img/ultra/check-icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
    height: 18px;
    vertical-align: middle;
}


/*===== Plans =======*/

.plan-name {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.plan-price {
    font-size: 2.6em;
    font-weight: 600;
}

.plan-period {
    font-size: 16px;
    line-height: 11px;
    margin-bottom: 0;
    display: inline-block;
}

.plan-package-row {
    background-color: #f3f3f3;
    font-weight: 800;
}

.no-icon {
    width: 19px;
    background-position: 0px 0;
}

.yes-icon {
    width: 25px;
    background-position: -19px 0;
}

.plan-table,
.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);
}

.plan-table > thead > tr > th,
.plan-table > tbody > tr > th,
.plan-table > tfoot > tr > th,
.plan-table > thead > tr > td,
.plan-table > tbody > tr > td,
.plan-table > tfoot > tr > td {
    padding: 12px;
    line-height: 1.7;
}

.plan-table .btn {
    margin: 10px auto;
}


/*------- Plans Mobile ----------*/

a.plans-mobile-tab {
    display: block;
    border: 1px solid #ddd;
    padding: 20px 15px;
    margin: 20px 0 0;
    color: #6e6e6e;
}

a.plans-mobile-tab .fa {
    margin-right: 10px;
    font-size: 2em;
    line-height: 1em;
    color: #1fa5ab;
}

a.plans-mobile-tab .price {
    float: right;
    font-size: 30px;
    font-weight: 500;
    line-height: 1em;
}

a.plans-mobile-tab .price .plan-type {
    font-size: 18px;
    font-weight: 300;
}


/*===== Comparison pages =======*/

.comparision-table > thead > tr > th,
.comparision-table > tbody > tr > th,
.comparision-table > tfoot > tr > th,
.comparision-table > thead > tr > td,
.comparision-table > tbody > tr > td,
.comparision-table > tfoot > tr > td {
    padding: 12px;
    line-height: 1.7;
}

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

.comparision-table tr td {
    display: table-cell;
    vertical-align: middle !important;
}

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

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

.comparision-table .recurpost-logo {
    max-height: 20px;
    margin-top: 4px;
}

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

.comparision-mobile-scrollable {
    max-height: 500px;
    overflow-y: scroll;
    border-bottom: 1px solid #ddd;
}

.comparision-mobile .comparision-mobile-logo-recurpost {
    max-width: 106px;
    /*    margin: 0 auto;*/
    margin-top: 9px;
}

.comparision-mobile .comparision-mobile-logo-edgar {
    max-width: 106px;
    /*    margin: 0 auto;*/
}

.comparision-panel {
    border: 1px solid #ddd;
    padding: 15px;
    display: block;
    padding: 15px;
    margin-bottom: 15px;
}

.comparision-panel:last-child {
    margin-bottom: 0;
}

.comparision-panel:hover,
.comparision-panel:focus {
    text-decoration: none;
}


/* ===================== 
    Medium screen css
========================*/

@media (min-width: 768px) {
    body {
        font-size: 16px;
        line-height: 1.7em;
    }
    .container {
        width: 90%;
    }
    .pull-right-sm {
        float: right;
    }
    .navbar {
        border-radius: 0;
    }
    .navbar-nav > li > a {
        padding-top: 34px;
        padding-bottom: 34px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .about-img-container {
        float: left;
    }
}

@media (min-width: 992px) {
    .pull-right-md {
        float: right;
    }
    .testimonial-row {
        padding: 110px 0 70px;
    }
    .who-text-container {
        margin-top: -175px;
        padding-left: 60px;
        padding-right: 0;
        text-align: justify;
    }
    .login-container {
        padding-bottom: 50px;
    }
    .login-left-container {
        width: 33%;
        height: 100%;
        /* padding: 18% 3%; */
        min-height: 100vh;
        position: fixed;
    }
    .login-left-container .login-logo {
        width: auto;
        position: absolute;
        top: 0;
        height: 22px;
        margin-top: 20px;
        left: 0;
        margin-left: 20px;
    }
    .login-right-container {
        margin: 0px 0 0px 33%;
        padding: 10px 20px;
    }
}

@media (min-width: 1200px) {
    .pull-right-lg {
        float: right;
    }
    .testimonial-row {
        padding: 290px 0 70px;
    }
}

@media (min-width: 1600px) {}

@media (max-width: 767px) {
    .navbar-collapse {
        background-color: #f3f3f3;
        padding: 15px;
    }
    
    .other-comparision .other-comparision-box {
        margin: 30px 0;
     }
}


/*=====================
        check box
=====================*/

.my-checkbox input[type="checkbox"] {
    position: absolute;
    /* Match the image dimensions */
    width: 22px;
    height: 22px;
    /* Reset anything that could peek out or interfere with dimensions */
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    opacity: 0;
}

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

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

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

.font-12 {
    font-size: 12px;
}

.line-height-15 {
    line-height: 15px !important;
}


/*palns */

.plans-title {
    text-align: center;
    padding-bottom: 25px;
}

.plans-title ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: centerl
}

.plans-title ul li {
    display: inline-block;
    border: 1px solid #1fa5ab;
    padding: 6px 26px;
    margin: 0 -3px;
    cursor: pointer;
}

.plans-title ul li a {
    color: #1fa5ab;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 600;
}

.plans-title ul li.blue {
    background-color: #1fa5ab;
    border-color: #1fa5ab;
}

.plans-title ul li.blue a {
    color: #fff !important;
}

.plan-price .currency {
    font-size: 23px;
    font-weight: 400;
    position: relative;
    bottom: 18px;
}

.plans-blocks {
    padding: 25px 0;
}

.plans-blocks h4 {
    font-size: 20px;
    font-weight: 900;
    text-transform: capitalize;
}

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

.margin-top-30 {
    margin-top: 30px;
}

.ultra-container .plan-table tr td.text-left {
    text-transform: capitalize;
}

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

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

.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;
}

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

}

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

.testimonials-box .testimonials-content .user-name {
    font-size: 20px;
    font-weight: 900;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 0;
}

.mb35 {
    margin-bottom: 35px !important;
}

@media (max-width: 767px) {
    .testimonials-box {
        padding: 20px;
        width: 100%;
    }
    .testimonials-box .user-img {
        float: unset;
        text-align: center;
        margin-bottom: 20px;
    }
    .testimonials-box .testimonials-content {
        padding-left: 0;
        text-align: center;
    }
    .testimonials-box .testimonials-content p {
        text-align: center;
    }
}

/**/

.privacy-heading {
    margin-bottom: 10px;
    color: #323648;
}

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

.privacy-ul .count {
    float: left;
}

.privacy-ul li {
    padding: 5px 0;
}

.privacy-ul > li p {
    padding-left: 36px;
    margin-bottom: 0px;
    text-align: justify;
    line-height: 29px;
}

.privacy-ul > li > ul {
    list-style-type: lower-latin;
    padding-left: 55px;
    margin: 5px 0;
}

.address-ul {
    list-style-type: none !important;
    padding-left: 35px !important
}

.other-comparision {
   margin-top: 35px;
   display: table;
   width: 100%;
}

.other-comparision .other-comparision-box img {
   margin: 0 auto;
}

.other-comparision .other-comparision-box span {
   display: block;
   padding-top: 8px;
   color: #5b5e6d;
   font-weight: 600;
   font-size: 20px;
}