/* @import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,500,600,700,800,900&display=swap'); */
/*@import url('https://cdnjs.cloudflare.comcdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css');*/
@import url('font-awesome.min.css');
@import url('../calibri/stylesheet.css');
body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #26455d;
    font-family: 'calibriregular';
}

/*Comman Style*/

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #f7f0f0;
}

::-webkit-scrollbar-thumb {
    background-color: #26455d;
    border-radius: 4px;
}

:focus {
    outline: 0 !important;
}

.mt20 {
    margin-top: 20px;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.font-400 {
    font-weight: 400;
}

.margin-auto {
    margin: auto;
    display: table;
}

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

p {
    font-family: 'calibriregular';
    color: #a6a8a9;
}

.pt40 {
    padding-top: 40px;
}

a:hover {
    text-decoration: none;
}

.btn-default {
    /*    background: linear-gradient(to right, #e64194, #cc43aa, #c143b1, #a644cb, #9a45d5);*/
    /* background: linear-gradient(to right, rgba(227, 65, 149, 1) 0%, rgba(215, 66, 158, 1) 30%, rgba(164, 68, 202, 1) 70%, rgba(158, 69, 209, 1) 100%); */
    color: #fff;
    padding: 10px 9px;
    border-radius: 40px;
    font-size: 16px;
    border: none;
    font-weight: 600;
    letter-spacing: 0.9px;
    -webkit-transition: all ease 0.9s;
    transition: all ease 0.9s;
    margin: auto;
    font-family: 'calibribold';
    /* box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.14); */border: 1px solid #004e95;background-color: #004e95;
    transition: all 300ms;

}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus {
    border: none;
    /* color: #fff; */
    box-shadow: none;
    /* background: linear-gradient(to right, rgba(227, 65, 149, 1) 0%, rgba(215, 66, 158, 1) 30%, rgba(164, 68, 202, 1) 70%, rgba(158, 69, 209, 1) 100%); */
    border: 1px solid #004e95;
    background-color: #FFFFFF;
    color: #004e95;
}

.btn-reverse {
    border: 1px solid #a444ca;
    background-color: #fff;
    color: #a444ca;
    padding: 10px 18px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.9px;
    -webkit-transition: all ease 0.9s;
    transition: all ease 0.9s;
    margin: auto;
}

.btn-reverse:hover {
    border: 1px solid #a444ca;
    /* background: linear-gradient(to right, rgba(227, 65, 149, 1) 0%, rgba(215, 66, 158, 1) 30%, rgba(164, 68, 202, 1) 70%, rgba(158, 69, 209, 1) 100%); */
    /* border: 1px solid #a444ca; */
    color: #a444ca;
    box-shadow: none;
}

.heading p {
    /* font-family: 'Montserrat', sans-serif; */
    color: #a7a7a7;
}

.form-group {
    margin: 15px 0;
}

.form-control {
    border: 1px solid #d3d3d3;
    color: #26455d;
    font-size: 14px;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    box-shadow: none !important;
    border-radius: 3px;
    height: 42px;
}

.form-control:focus {
    border: 1px solid #26455d;
}

textarea {
    resize: none;
    height: inherit;
}

.tweet-section {
    padding: 30px 0;
}

.color-1 {
    color: #9d45d3;
}

.color-2 {
    color: #e64191;
}

.color-3 {
    color: #26455e;
}

.color-4 {
    color: #2da6f3;
}
.color-5 {
    color: #F7C200;
}


/*Header Style*/

header {
    background-color: transparent;
    /* position: fixed; */
    top: 0px;
    width: 100%;
    padding: 8px 0;
    z-index: 99;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}

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

header .logo img {
    width: 65%;
}

header .navbar {
    background-color: transparent;
    border: none;
    min-height: inherit;
    margin-bottom: 0px;
}

header .navbar-nav {
    float: none;
    text-align: center;
}

header .navbar-nav li {
    float: none;
    text-align: center;
    display: inline-block;
}

header .navbar-nav li a {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    padding: 14px 20px;
    color: #26455d;
    font-family: 'calibribold';

}

header .navbar-nav li a.active,
header .navbar-nav li a:hover {
    background-color: transparent;
    /* color: #fff; */
}

header .action-btn li {
    display: inline-block;
    margin: 4px 5px;
}

header .action-btn li .btn-info.login {
    background-color: transparent;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
    padding: 7px 22px;
    font-weight: 800;
}

header .action-btn li .btn-info.signup {
    background-color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 25px;
    color: #f33693;
    padding: 7px 22px;
    font-weight: 800;
}

.tweet-mainpage {
    padding-top: 66px;
}

/*Banner Style*/

.tweet-banner {
    background-image: url(../img/banner4.jpg);
    background-position: center center;
    background-size: cover;
    height: 1000px;
    position: relative;
    margin-bottom: 30px;
}


.banner-text {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

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

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

}


.banner-text .box .heading h3 {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.7px;
    margin-bottom: 5px;
}

.banner-text .box .sub-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 35px;

}

.banner-text .box .no-card {
    color: #fff;
    display: block;
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 5px;
}




/* followers Style*/

.tweet-followers {
    position: absolute;
    bottom: 50px;
    width: 100%;
}

.tweet-followers .follower-box {
    text-align: center;
    position: relative;
}

.tweet-followers .follower-box .count {
    color: #fff;
    font-size: 55px;
    font-weight: 900;
    letter-spacing: 2px;
    text-shadow: 0px 8px 10px #2497ed;
    -webkit-text-stroke: 1.5px #33a9f3;
    margin-top: 0px;
}

.tweet-followers .follower-box .text {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.tweet-followers .follower-box.pull-right:after {
    content: "";
    position: absolute;
    right: -40px;
    top: 14px;
    height: 75px;
    background-color: #66ffff;
    width: 1px;
}

.tweet-followers [class*=' col-'] {
    padding-right: 40px;
    padding-left: 40px;
}

/* How To Work Style*/

.tweet-howwork .row:first-child {
    position: relative;
    z-index: 1;
}

.tweet-howwork .how-work-img {
    box-shadow: 0 13px 45px 15px rgba(0, 0, 0, 0.10);
}

.tweet-howwork .how-work-text {
    padding-top: 50px;
}

.tweet-howwork .how-work-text h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-bottom: 0px;
}

.tweet-howwork .how-work-text p {
    color: #81a7c3;
    padding-top: 15px;
    font-size: 14px;
    line-height: 26px;
    padding-right: 15px;
    font-weight: 500;

}

.how-work-text a {
       font-weight: bold;
}

.tweet-howwork .how-work-text.engage-targets {
    padding-left: 15px;
}

.tweet-howwork .how-work-img .left-customers-box {
    position: relative;
}

.tweet-howwork .how-work-img .left-customers-box .height-line {
    position: absolute;
    height: 32px;
    width: 1px;
    background-color: #e64191;
    top: 46px;
    right: 42%;
}

.tweet-howwork .how-work-img .left-customers-box .width-line {
    position: absolute;
    top: 77px;
    width: 72%;
    height: 1px;
    background-color: #e64191;
    left: -50px;
}

.tweet-howwork .how-work-img .left-customers-box .round {
    position: absolute;
    left: -55px;
    top: 71px;
    border-radius: 100%;
    background-color: #e64191;
    height: 12px;
    width: 12px;
}

.tweet-howwork .how-work-img .right-targets-box {
    position: relative;
}

.tweet-howwork .how-work-img .right-targets-box .height-line {
    position: absolute;
    height: 237px;
    width: 1px;
    background-color: #9d45d3;
    bottom: 26px;
    right: -15px;
}

.tweet-howwork .how-work-img .right-targets-box .width-line {
    position: absolute;
    bottom: 26px;
    width: 25px;
    height: 1px;
    background-color: #9d45d3;
    right: -15px;
}

.tweet-howwork .how-work-img .right-targets-box .width-line-2 {
    position: absolute;
    right: -30px;
    bottom: 262px;
    width: 15px;
    height: 1px;
    background-color: #9d45d3;
}

.tweet-howwork .how-work-img .right-targets-box .round {
    position: absolute;
    right: -34px;
    bottom: 257px;
    border-radius: 100%;
    background-color: #9d45d3;
    height: 12px;
    width: 12px;
}

.tweet-howwork .how-work-text.win-business h3 {
    font-size: 32px;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
    font-weight: 800;
}

.tweet-howwork .how-work-text.win-business:before {
    content: "";
    position: absolute;
    left: -7px;
    top: 43px;
    background-color: #7eebee;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    z-index: 1;
}

.tweet-howwork .how-work-text.win-business p {
    color: #265372;
    font-size: 16px;
}

.tweet-howwork .how-work-text .btn {
    margin-top: 20px;
}

.win-business-img img {
    z-index: -1;
    margin-top: -45px;
}

/* Testimonials Style*/

.tweet-testimonials {
    background-image: url(../img/tweet-bg.png);
    background-position: center center;
    background-size: cover;
    padding-top: 200px;
    height: 670px;
    padding-left: 25px;
    padding-right: 25px;
}

.tweet-testimonials .heading {
    margin-top: 30px;
}

.tweet-testimonials .heading .title {
    font-size: 27px;
    color: #26455d;
    margin: 0px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.8px;
    margin-right: 35px;
}

.tweet-testimonials .heading .title span {
    text-transform: uppercase;
    font-size: 37px;
}

.tweet-testimonials [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
}

.tweet-testimonials .tweetfull-tweet-box {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 12px 20px 4px rgba(0, 0, 0, 0.10);
    border-radius: 2px;
    min-height: 165px;
    margin-bottom: 25px;
    position: relative;
}

.tweet-testimonials .tweetfull-tweet-box .user-detail .user-img {
    height: 42px;
    width: 42px;
    overflow: hidden;
    border-radius: 100%;
    float: left;
}

.tweet-testimonials .tweetfull-tweet-box .user-detail .username {
    padding-left: 55px;
}

.tweet-testimonials .tweetfull-tweet-box .username h3 {
    padding: 0;
    color: #265372;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
    margin-top: 0;
}

.tweet-testimonials .tweetfull-tweet-box .username p {
    color: #275372;
    font-weight: 700;
    font-size: 12px;
}

.tweet-testimonials .tweetfull-tweet-box .tweet p {
    color: #265372;
    margin-bottom: 0;
    padding-top: 10px;
    font-weight: 500;
    font-size: 12px;
}

.tweet-testimonials .tweetfull-tweet-box .twitter-icon {
    position: absolute;
    right: 12px;
    top: 12px;
}

.tweet-testimonials .tweetfull-tweet-box .twitter-icon img {
    width: 20px;
    height: 20px;
}



/*About Us Style*/

.tweet-aboutus .about-content {
    padding-right: 40px;
}

.tweet-aboutus .about-content .title {
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #275372;
}

.tweet-aboutus .about-content ul {
    padding: 20px 0 0px 5px;
}

.tweet-aboutus .about-content ul p {
    color: #275374;
    position: relative;
    padding-left: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

.tweet-aboutus .about-content ul p:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    background-image: url(../img/check-icon.png);
    width: 18px;
    height: 14px;
}

.tweet-aboutus .features-box .content .title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.tweet-aboutus .features-box .content p {
    color: #81a8c4;
    font-size: 15px;
    font-weight: 500;
}

/* Category Style*/

.tweet-category .heading .title {
    color: #26455d;
    font-size: 30px;
    font-weight: 800;
    margin-top: 0px;
}

.tweet-category .heading .title span {
    text-transform: uppercase;
}

.tweet-category .heading p {
    color: #265372;
    width: 75%;
    font-weight: 600;
    font-size: 16px;
}

.tweet-category .category-box {
    margin-bottom: 70px;
    display: table;
    width: 100%;
    position: relative;
}

.tweet-category .category-box .category-img {
    height: 160px;
    width: 160px;
    border-radius: 100%;
    overflow: hidden;
    float: left;
}

.tweet-category .category-box .category-img:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0px;
    height: 120px;
    width: 120px;
    border-radius: 100%;
    background-color: #32baee;
    z-index: -1;
}

.tweet-category .category-box.musicians .category-img:before {
    background-color: #2fe1e4;
    top: auto;
    bottom: -14px;
    left: 3px;
}

.tweet-category .category-box.marketers .category-img:before {
    background-color: #f7c200;
    left: 52px;
}

.tweet-category .category-box.artists .category-img:before {
    background-color: #fb25a5;
    top: 20px;
    left: -18px;
}

.tweet-category .category-box .content {
    z-index: 99;
    background-color: #fff;
    border: 1px solid #32baee;
    border-radius: 3px;
    position: absolute;
    width: 80%;
    right: 0;
    bottom: -30px;
    padding: 15px;
}

.tweet-category .category-box .content .category-name {
    color: #275372;
    text-transform: capitalize;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 2px;
}

.tweet-category .category-box .content p {
    margin-bottom: 0;
    line-height: 22px;
    color: #275372;
    font-weight: 500;
    font-size: 13px;
}

.tweet-category .category-box .title {
    position: absolute;
    right: 0;
    top: 27px;
    text-transform: uppercase;
    font-size: 14px;
    color: #26455e;
    font-weight: 500;
}

.tweet-category [class*=' col-'] {
    padding-left: 20px;
    padding-right: 20px;
}

/**/

.tweet-three-border .border-tweet {
    height: 1px;
    background-color: #004e95;
    width: 100%;
    margin: 5px 0;

}

/* Try Buy Style*/

.tweet-trybuy .trybuy .title {
    color: #26455e;
    text-transform: uppercase;
    font-size: 34px;
    letter-spacing: 0.9px;
    margin-top: 0px;
    font-weight: 800;
}

.tweet-trybuy .trybuy p {
    color: #265372;
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: 400;
}


/*Footer*/

footer {
    padding: 35px 0;
    border-top: 1px solid #001f33;
    background-color: #001f33;
}

footer .footer-logo p {
    color: #8b8c8c;
    margin-top: 5px;
}

footer .footer-menu ul li {
    padding: 13px 10px;
    display: inline-block;
}

footer .footer-menu ul li a {
     text-transform: capitalize;
    color: #fff;
    font-size: 18px;
    /* font-weight: 600; */
    letter-spacing: 0.7px;
    font-family: 'calibribold';
}



.secound-header {
    /* background-image: url(../img/banner.jpg); */
    background-position: top center;
    background-size: cover;
    background-color: #fff;
    position: fixed;
}

/*affiliate*/

.blog-account-step-box .sub-title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #275372;
    line-height: 32px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.8px;
}

.blog-account-step-box .content-box {
    margin-bottom: 30px;
}

.blog-account-step-box .content-box p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin: 20px 0 10px;
    color: #666;
}

.blog-account-step-box .content-box .copy-content {
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
    line-height: 30px;
}

.blog-account-step-box .content-box p .copy-link {
    color: #666;
    font-weight: 700;
    font-size: 18px;
}

.blog-account-step-box .content-box .step-img {
    padding: 35px 0;
    border: 1px solid #ddd;
}

.blog-account-step-box .content-box .step-img img {
    margin: auto;
}

.blog-account-step-box .content-box .important-msg {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin: auto;
    background-color: #a4f2a9;
    padding: 20px;
    line-height: 28px;
    width: 85%;
    border-radius: 4px;
}

.tweet-affiliate .heading,
.tweet-contact .heading,
.tweet-help .heading,
.tweet-login .heading,
.tweet-plans .heading,
.tweet-policy .heading,
.tweet-comparing .heading,
.add-account-step .heading {
    text-align: center;
    padding: 25px 0;
}

.tweet-affiliate .heading .title,
.tweet-contact .heading .title,
.tweet-help .heading .title,
.tweet-login .heading .title,
.tweet-plans .heading .title,
.tweet-policy .heading .title,
.tweet-comparing .heading .title,
.add-account-step .heading .title {
    font-size: 28px;
    color: #26455d;
    margin: 0px;
    /* font-weight: 700; */
    font-family: 'calibribold';
    letter-spacing: 0.8px;
}

.panel {
    border: 1px solid #eaeaea;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.panel .panel-header {
    margin-top: 0px;
    color: #26455d;
    text-transform: capitalize;
    font-size: 22px;
    font-family: 'calibribold';
}

.panel p {
    margin-bottom: 0;
    line-height: 24px;
    color: #3e5a6b;
    /* font-weight: 500; */
    font-size: 20px;
    letter-spacing: 0.7px;
    font-family: 'calibriregular'
}

.tweet-right-plan .trybuy .title {
    color: #26455e;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0.9px;
    margin-top: 0px;
    font-family: 'calibribold';
}

.tweet-right-plan .trybuy p {
    color: #265372;
    font-size: 20px;
    margin-bottom: 0px;
    font-family: 'calibriregular';
}

.Tweet-body.e-entry-content {
    color: #6a6a6a;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.tweet-right-plan .btn-default {
    margin-top: 25px;
    float: right;
}

.tweet-login .login .text-center a {
    color: #26455d;
    font-weight: 700;
}

.tweet-business .well {
    background-color: #f5f9fc;
    border: 1px solid #77ebed;
}

.tweet-business .well .title {
    margin-top: 0;
    color: #26455d;
    font-weight: 700;
    margin-bottom: 10px;
}

.tweet-business .well p {
    margin-bottom: 0;
    color: #4f7590;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.8px;
}

.tweet-business .heading .title {
    margin-bottom: 30px;
    color: #26455d;
    font-weight: 700;
}

.tweet-plans .heading p {
    color: #265372;
    font-weight: 600;
    padding-top: 5px;
}


/*=====================
     panel
=====================*/

.panel-default {
    border-color: #c9c9c9;
}

.tweet-plans .plans-panel .panel-heading {
    background-color: #2c3e50;
    color: #fff;
}

.tweet-plans .plans-panel {
    color: #2c3e50;
    background-color: rgba(255, 255, 255, 1);
}

.tweet-plans .plans-panel p {
    line-height: 1.7em;
}

.tweet-plans .plans .panel-heading {
    background-color: #26455e;
    padding: 20px;
    color: #fff;
    border: none;
}

.tweet-plans .plans .panel-title {
    font-size: 24px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.tweet-plans .plans .panel-body {
    text-align: center;
}

.tweet-plans .plans .panel-body h2 {
    color: #f33693;
    background-color: #f9f9f9;
    margin: -15px;
    margin-bottom: 15px;
    padding: 20px 25px;
    text-align: center;
    text-transform: none;
    font-size: 80px;
    font-weight: 500;
}

.tweet-plans .plans .panel-body sup {
    font-size: 28px;
    top: -1.3em;
}

.tweet-plans .plans-desc {
    min-height: 445px;
}

.tweet-plans .plans .panel {
    border-radius: 0px;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #bfe2fa;
    margin-left: -1px;
    padding: 0px;
}

.tweet-plans .plans .panel .panel-body p {
    letter-spacing: normal;
    line-height: 22px;
    color: #265372;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
}

.tweet-policy .panel ul {
    list-style-type: disc;
    padding-left: 40px;
    color: #a7a7a7;
}

.tweet-policy .panel ul li {
    padding-bottom: 10px;
}

.tweet-policy .panel ul p {
    color: #26455d;
    font-family: 'calibriregular';
    margin-bottom: 0px;
}

/* Comparison Style */

.tweet-comparison .heading .title {
    padding-bottom: 10px;
}

.tweet-comparison .heading p {
    padding-bottom: 30px;
    width: 90%;
    margin: auto;
}

.comparision-table th {
    padding: 20px 15px !important;
    border-bottom-width: 1px !important;
    font-size: 22px;
    letter-spacing: 1px;
    color: #21939e;
}

.comparision-table tr td {
    padding: 15px !important;
    vertical-align: middle !important;
}

.comparision-table tr td .title {
    color: #26455d;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 5px;
}

.comparision-table tr td a {
    color: #26455d;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.comparision-table tr td p {
    color: #a9a9a9;
    line-height: 22px;
    letter-spacing: 0.5px;
    font-size: 15px;
}



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

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

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

.comparision-table tr td:nth-child(2) {
    background-color: rgba(22, 185, 154, 0.05);
}

.comparision-table tr td:nth-child(3) {
    background-color: rgba(33, 147, 158, 0.05);
}

.tweet-login .plans .panel {
    padding: 0px;
}

.tweet-login .plans .panel .panel-heading {
    background-color: #26455e;
    padding: 20px 10px;
}

.tweet-login .plans .panel .panel-heading .panel-title {
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.tweet-login .plans .panel-body .plans-price {
    color: #f33693;
    background-color: #f9f9f9;
    margin: -15px;
    margin-bottom: 15px;
    padding: 20px 25px;
    text-align: center;
    text-transform: none;
    font-size: 80px;
    font-weight: 500;
}

.tweet-login .plans .panel-body .plans-price sup {
    font-size: 28px;
    top: -1.3em;
}

.tweet-login .plans .panel-body .plans-desc {
    text-align: center;
}

.tweet-login .plans .panel-body .plans-desc p {
    letter-spacing: normal;
    line-height: 22px;
    color: #265372;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
}

/*Comparing Style */

.tweet-comparing {
    padding: 75px 0 30px;
}

.tweet-comparing .heading {
    padding: 35px 0;
}

.tweet-comparing .heading p {
    font-weight: 400;
    padding-top: 5px;
}

.tweet-comparing .comparision-table {
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.05)
}

.tweet-comparing .comparision-table .feature-heading {
    margin: 10px;
    color: #26455d;
    font-weight: 700;
    letter-spacing: 0.9px;
}

.tweet-comparing .comparision-table .text-left .left-text-heading {
    margin-top: 0px;
    color: #275372;
    text-transform: capitalize;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.9px;
}

.tweet-comparing .comparision-table .text-left p {
    margin-bottom: 0;
    line-height: 22px;
    color: #a6a8a9;
    font-size: 13px;
    letter-spacing: 0.7px;
}

.tweet-comparing .comparision-table td {
    color: #a6a8a9;
    font-size: 14px;
    color: #275372;
    border: 1px solid #eaeaea;
}


/*start knowledgebase css*/



.tweet-articles .title {
    color: #26455d;
    font-size: 30px;
    /* font-weight: 800; */
    line-height: 40px;
    margin-bottom: 30px;
    font-family: 'calibribold';
}



.articles-box h2 {
    font-size: 22px;
    /* font-weight: 800; */
    /* color: #275372; */
    margin-top: 0;
    font-family: 'calibribold';
}

.articles-box.faq h2 {
    margin-bottom: 25px;
}


.articles-box {
    margin: 50px 0 30px;
    padding: 0 20px;
}

.articles-box.box-img img {
    box-shadow: 0 12px 20px 4px rgba(0, 0, 0, 0.10);
}

.related-post .articles-box {
    min-height: 230px;
}

.articles-box p {
    margin-bottom: 15px;
    color: #26455d;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 24px;
    font-size: 20px;
    font-family: 'calibriregular';
}

.faq p {
    margin: 10px 0;
    color: #26455d;
    /* font-weight: normal; */
    letter-spacing: normal;
    line-height: 24px;
    font-size: 20px;
    font-family: 'calibriregular';
}

.article_info p {
    line-height: 24px;
    font-size: 14px;
    color: #757575;
}

.faq a {
    display: block;
    /* font-size: 22px; */
    /* font-family: 'calibribold'; */
    color: #275372;
    background: url('../img/faq_arrow.webp') no-repeat center right; 
}

.faq .panel {
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: none;
    border-radius: 5px;
}

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

.articles-box.faq {
    margin-bottom: 0;
}

.tweet-articles .article_info .title {
    margin-bottom: 20px;
}


.article_info h2 {
    font-size: 18px;
    font-weight: 600;
    color: #275372;
}

.article_info b {
    color: #275372;
}

.tweet-articles .sub-ctn {
    padding: 10px 0px 5px 30px;
}

.article_info img {
    max-width: 100%;
    padding: 15px;
    border: 1px solid #BFE2FA;
    margin: 20px auto 30px;
    display: block;
    text-align: center;
}

.article_info ul li {
    list-style: disc;
}
.article_info ul {
    padding-left: 25px;
}

img {
    max-width: 100%;
}



/*end knowledgebase css*/


/*Responsive Style */

@media only screen and (max-width: 1400px) and (min-width: 1200px) {}

@media only screen and (max-width: 1200px) and (min-width: 992px) {

    /**/
    header .action-btn li {
        margin: 4px 2px;
    }

    header .action-btn li .btn-info.login {
        padding: 7px 16px;
        font-size: 12px;
    }

    header .action-btn li .btn-info.signup {
        padding: 7px 16px;
        font-size: 13px;
    }

    /**/
    .tweet-banner {
        height: 600px;
    }

    /**/
    .tweet-howwork .how-work-text {
        padding-top: 30px;
    }

    .tweet-howwork .how-work-img .right-targets-box .height-line {
        height: 200px;
        bottom: 21px;
        right: -15px;
    }

    .tweet-howwork .how-work-img .right-targets-box .width-line {
        bottom: 20px;
        right: -15px;
    }

    .tweet-howwork .how-work-img .right-targets-box .width-line-2 {
        right: -30px;
        bottom: 220px;
    }

    .tweet-howwork .how-work-img .right-targets-box .round {
        right: -34px;
        bottom: 215px;
    }

    .tweet-howwork .how-work-img .left-customers-box .height-line {
        height: 15px;
        top: 43px;
        right: 45%;
    }

    .tweet-howwork .how-work-img .left-customers-box .width-line {
        top: 57px;
        width: 68%;
        left: -38px;
    }

    .tweet-howwork .how-work-img .left-customers-box .round {
        left: -47px;
        top: 52px;
    }

    .tweet-howwork .how-work-text.win-business:before {
        left: 5px;
        top: 35px;
        height: 65px;
        width: 65px;
    }

    .win-business-img img {
        margin-top: -20px;
    }

    .tweet-testimonials .heading .title {
        margin-right: 0px;
    }
}


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

    /**/
    header .logo img {
        width: 95%;
    }

    header .action-btn li {
        margin: 4px 2px;
    }

    header .action-btn li .btn-info.login {
        padding: 7px 16px;
        font-size: 12px;
    }

    header .action-btn li .btn-info.signup {
        padding: 7px 16px;
        font-size: 13px;
    }

    header .navbar-nav li a {
        padding: 14px;
    }

    /**/
    .tweet-banner {
        height: 600px;
    }

    .tweet-followers .follower-box .count {
        font-size: 45px;
    }

    /**/
    .tweet-howwork .how-work-text {
        padding-top: 30px;
    }

    .tweet-howwork .how-work-img .right-targets-box .height-line {
        height: 157px;
        bottom: 14px;
        right: -15px;
    }

    .tweet-howwork .how-work-img .right-targets-box .width-line {
        bottom: 14px;
        right: -15px;
        width: 22px;
    }

    .tweet-howwork .how-work-img .right-targets-box .width-line-2 {
        right: -30px;
        bottom: 170px;
    }

    .tweet-howwork .how-work-img .right-targets-box .round {
        right: -34px;
        bottom: 165px;
    }

    .tweet-howwork .how-work-img .left-customers-box .height-line {
        height: 15px;
        top: 30px;
        right: 45%;
    }

    .tweet-howwork .how-work-img .left-customers-box .width-line {
        top: 45px;
        width: 75%;
        left: -44px;
    }

    .tweet-howwork .how-work-img .left-customers-box .round {
        left: -52px;
        top: 40px;
    }

    .tweet-howwork .how-work-text.win-business:before {
        left: 5px;
        top: 15px;
        height: 60px;
        width: 60px;
    }

    .win-business-img img {
        margin-top: 0px;
        width: 370px;
    }

    .tweet-howwork .how-work-text.win-business h3 {
        font-size: 28px;
    }

    .tweet-howwork .how-work-text h3 {
        margin-top: 0px;
    }

    .tweet-howwork .how-work-text p {
        padding-top: 8px;
        font-size: 13px;
        padding-right: 0px;
        line-height: 23px;
    }

    .tweet-howwork .how-work-text.win-business p {
        color: #265372;
        font-size: 15px;
        padding-top: 14px;
    }

    .tweet-howwork .how-work-text .btn {
        margin-top: 5px;
    }

    /**/
    .tweet-testimonials {
        height: inherit;
        background-color: #f5f9fc;
        background-image: none;
        padding: 30px;
        margin: 30px 0;
    }

    .tweet-testimonials .heading {
        margin-bottom: 20px;
    }

    /**/
    .tweet-category .heading p {
        width: 100%;
        margin-bottom: 20px;
    }

    /**/
    .tweet-aboutus .aboutus-img img {
        margin: auto;
    }

    /**/
    footer .footer-menu ul li a {
        font-size: 14px;
    }

}

@media (max-width: 767px) {
    .tweet-section {
        padding: 20px 0;
    }

    /*Header*/
    .secound-header {
        background-color: #fff;
        background-image: none;
    }

    header .logo img {
        width: 50%;
    }

    .mp0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    header .navbar {
        margin-top: -45px;
    }

    header .navbar .navbar-collapse {
        /* background-color: #178fda; */
        margin-top: 10px;
        border: none;
        /* box-shadow: 0 7px 14px rgba(0, 0, 0, 0.08); */
    }

    .navbar-header {
        padding: 0;
    }

    header .navbar-toggle {
        background-color: #fff;
        border: 1px solid #004e95;
        padding: 10px 10px;
        margin: 0px;
    }

    header .navbar-toggle .icon-bar {
        background-color: #004e95;
    }

    header .navbar-nav {
        margin: 0px -15px;
    }

    header .navbar-nav li {
        display: block;
        text-align: left;
    }

    header .navbar-nav li a {
        color: #212e44;
    }

    header .navbar-nav li a.active,
    header .navbar-nav li a:hover {
        color: #212e44;
        background-color: #fff;
        cursor: pointer;
    }

    /*banner*/
    .tweet-banner {
        height: 450px;
        padding: 0;
        margin-bottom: 20px;
    }

    .banner-text .text .middel .box {
        margin-top: 50px;
    }

    .banner-text .box .heading h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .banner-text .box .sub-title {
        font-size: 16px;
        margin-bottom: 25px;
        letter-spacing: 0.8px;
        line-height: 25px;
    }

    /*followers*/
    .tweet-followers {
        position: relative;
        bottom: 0;
    }

    .tweet-followers .follower-box {
        float: none !important;
        padding: 15px;
        box-shadow: 0px 2px 34px rgba(0, 0, 0, 0.14);
        border-radius: 5px;
    }

    .tweet-followers .follower-box.pull-right {
        margin-bottom: 30px;
    }

    .tweet-followers .follower-box .count {
        font-size: 40px;
        text-shadow: 0px 3px 5px #2497ed;
    }

    .tweet-followers [class*=' col-'] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tweet-followers .follower-box .text {
        color: rgba(38, 69, 94, 0.43);
        font-size: 17px;
        margin-bottom: 0;
    }

    .tweet-followers .follower-box.pull-right:after {
        display: none;
    }

    /*howwork*/
    .tweet-howwork .how-work-text {
        padding-top: 0;
    }

    .tweet-howwork .how-work-img {
        box-shadow: none;
    }

    .tweet-howwork .how-work-img img {
        margin: 15px auto;
        box-shadow: 0 13px 45px 15px rgba(0, 0, 0, 0.10);
    }

    .win-business-img img {
        margin: 15px 0px;
        display: block;
        max-width: 100%;
        height: auto;
    }

    .tweet-howwork .how-work-img .left-customers-box,
    .tweet-howwork .how-work-img .right-targets-box,
    .tweet-howwork .how-work-text.win-business:before {
        display: none;
    }

    .tweet-howwork .how-work-text.win-business h3 {
        font-size: 25px;
    }

    /*testimonials*/
    .tweet-testimonials {
        background-color: #f5f9fc;
        margin-top: 20px;
        margin-bottom: 20px;
        background-image: none;
        padding: 20px;
        height: inherit;
    }

    .tweet-testimonials .heading {
        margin: 30px;
    }

    .tweet-testimonials .heading .title {
        margin-right: 0px;
    }

    .tweet-testimonials .tweetfull-tweet-box {
        padding: 15px;
        margin-bottom: 25px;
        margin-left: 0;
        margin-right: 0;
        min-height: 175px;
    }

    /**/
    .tweet-category .heading {
        margin-bottom: 30px;
    }

    .tweet-category .heading .title {
        margin-top: 0px;

    }

    .tweet-category .heading p {
        width: 100%;
    }

    .tweet-category .category-box .title {
        top: 45px;
    }

    /**/
    .tweet-aboutus .about-content {
        padding-right: 0px;
    }

    .tweet-aboutus .features-box .features-img {
        text-align: center;
    }

    .tweet-aboutus .features-box .features-img img {
        margin: auto;
    }

    .tweet-category .category-box .content {
        min-height: 110px;
        width: 88%;
    }

    .tweet-trybuy .btn-default {
        margin-top: 20px;
    }

    .tweet-trybuy .col-md-5.col-sm-6.text-center {
        text-align: left;
    }

    .tweet-trybuy .trybuy p {
        font-size: 14px;
    }

    .tweet-trybuy .trybuy .title {
        font-size: 30px;
    }

    .tweet-comparing .comparing-div {
        margin: 0 15px;
    }

}

@media (max-width: 580px) {
    .tweet-testimonials .col-md-3.col-sm-4.col-xs-6 {
        width: 100%;
    }

    .tweet-category .category-box .title {
        top: 40px;
    }

    .tweet-testimonials .tweetfull-tweet-box {
        min-height: inherit;
    }
}

@media (max-width: 420px) {
    .tweet-category .category-box .content {
        min-height: 130px;
        width: 88%;
    }

    .tweet-category .category-box .title {
        top: 28px;
    }

    .tweet-category .category-box .content p {
        font-size: 12px;
    }

    .tweet-category .category-box .content .category-name {
        font-size: 18px;
    }
}
.features-box {
margin: 20px 0;
}

/*add promotion*/

.ml-15 {

    margin-left: 15px;
}

.mr-15 {

    margin-right: 15px;
}

#advance_setting {
    margin-top: 20px;
}

.price-button-up{
    align-content: center;
    text-align: center;
    margin-top: 10px;
}
.ebook_model_body {
    padding: 0px;
}
.tweetfull_logo {
    margin: 0 auto;
    max-width: 170px;
}
.ebook_model_content .modal-content {
    border-radius: 12px;
}
.new_ebook_popup_head {
    padding: 25px 10px;
    background-color: #9CD4F4;
    color: #0089D5;
    text-align: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.new_ebook_popup_head h2 {
    margin-top: 10px;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 20px;
}
.new_ebook_popup_head h4 {
    margin: 0px;
    font-size: 18px;
}
.form_container_outter {
    padding: 25px;
    text-align: center;
}
.form_container_outter .form-group {
    margin-top: 0px;
}
button.ebook_popup_close_btn,
button.ebook_popup_close_btn:hover {
    right: 5px;
    top: 3px;
    position: absolute;
    background-color: #0068A1;
    opacity: 1;
    color: #FFF;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    font-size: 25px;
    font-weight: 400;
    padding: 0px;
    border: 1px solid #0068A1;
    z-index: 4;
}
.popup_input_field {
    border: 2px solid #9CD4F4;
    background-color: #9CD4F4;
    color: #000000 !important;
    border-radius: 4px;
    height: 38px !important;
    font-size: 14px !important;
}
.ebook_popup_btn:focus,
.ebook_popup_btn:hover,
.ebook_popup_btn {
    border: 1px solid #0068A1;
    background-color: #0068A1;
    color: #FFFFFF;
    border-radius: 4px;
    height: 38px;
    font-size: 14px;
    width: 100%;
}
.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row-no-gutters [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.new_ebook_popup_thank_you {
    height: 300px;
}
.left_thanks, .right_thanks {
    background-color: #9CD4F4;
    color: #0089D5;
    text-align: center;
    font-weight: 700;
    padding: 15px 0px;
    height: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.right_thanks {
    background-color: #FFFFFF;
    color: #0089D5;
    padding: 30px 15px;
    border-radius: 12px;
}

/*Dark Blue : #0068A1
Font colour : #0089D5
Poppup BG colour : #9CD4F4 */


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .tweetfull_logo {
        max-width: 200px;
    }
    .new_ebook_popup_head {
        padding: 25px;
    }
    .new_ebook_popup_head h2 {
        font-size: 24px;
    }
    .new_ebook_popup_head h4 {
        font-size: 20px;
    }
    .form_container_outter {
        padding: 25px;
        text-align: center;
    }
    button.ebook_popup_close_btn,
    button.ebook_popup_close_btn:hover {
        right: -16px;
        top: -15px;
        font-size: 26px;
    }
    .new_ebook_popup_thank_you {
        height: 300px;
    }
    .left_thanks, .right_thanks {
        background-color: #9CD4F4;
        color: #0089D5;
        text-align: center;
        font-weight: 700;
        padding: 95px 0px;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        height: 100%;
    }
    .right_thanks {
        background-color: #FFFFFF;
        color: #0089D5;
        padding: 95px 15px;
        border-radius: 0px;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 


}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 


}

/* add twitter key css */


.btn-cancel {
    background: #868686;
    color: #f5f5f5 !important;
    border-radius: 5px;
    padding: 8px 14px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 5px;
}

.btn-save {
    /* background: #0089d5; */
    border-radius: 5px;
    padding: 7px 19px;
    color: #fff !important;
    /* font-weight: 600; */
}
.add_key {
    color: #26455d;
    border: 2px solid #26455d;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 23px;
    height: 50px;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 15px;
    display: inline-block;
}

.padd-lft {
    padding-left: 15px;
}

.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
  }
  
  .form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    outline: 0;
    font-size: 16px;
    color: #212121;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
    font-weight: 600;
  }
/*   
  .form__field::placeholder {
    color: transparent;
  }
  
  .form__field:placeholder-shown ~ .form__label {
    font-size: 16px;
    cursor: text;
    top: 20px;
    font-weight: 500;
  }
  
  label,
  .form__field:focus ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 12px;
    color: #9b9b9b;
  }
  
  .form__field:focus ~ .form__label {
    color: #009788;
  }
  
  .form__field:focus {
    padding-bottom: 6px;
    border-bottom: 2px solid #009788;
  } */

  .save-key {
    font-size: 16px;
    border-radius: 5px;
  }

  #showError {
    position: absolute;
    color: red;
    font-size: 15px !important;
    top: 66px;
    font-weight: 500;
  }

  .blog-account-step-box .content-box p.point {
    color: #26455d;
    font-weight: 700;
    font-size: 18px;
  }

  .blog-account-step-box .content-box p.c-left {
    padding-left: 20px;
  }
 
  .blog-account-step-box .content-box .add-key-step ul {
    padding-left: 30px;
  }

  .blog-account-step-box .content-box .add-key-step ul li {
    list-style-type: disc;
    list-style-position: inside;
    color: #26455d;
    font-weight: 700;
  }

  /* add twiiter account popup css*/

  
#add_twitter_pop {
	cursor: pointer;
}
#twitter-popup .modal-md {
	width: 100%;
	max-width: 600px;
}
#twitter-popup .modal-content{
	background: #fff;
	border-radius: 10px;
	/* border: 1px solid #e7e7e9; */
	padding: 7px;

}
#twitter-popup .modal-header .close {
    padding: 0rem 1rem !important;
    margin-top: -25px;

}
#twitter-popup .bg {
	background: #e7e7e9;
}
#twitter-popup .modal-header {
	border-bottom: none !important;
}

#twitter-popup .bg-twitter-type {
	width: 185px;
    /* height: 293px; */
    border-radius: 13px;
    background-color: #242c3c;
    padding: 40px 0px 70px 0;
    display: inline-block;
    text-align: center;
	position: relative;
}

#twitter-popup .twitter-type-txt {
	font-size: 24px;
color: #fbfbfb;
font-weight: 500;
}

#twitter-popup .inner-twitter-bg {
	width: 185px;
    /* height: 293px; */
    border-radius: 13px;
    background-color: #FFD184;
    padding: 20px 0px 10px 0;
    display: inline-block;
    text-align: center;
	position: relative;
	z-index: 9999;
	margin-top: -40px;
}

#twitter-popup .inner-twitter-bg1 {
	background: #ec5a5b !important;
}

#twitter-popup .btn-txt {
	background: #05445e;
    color: #fff;
    width: 150px;
    float: left;
    /* margin: 0px auto; */
    /* display: block; */
    text-align: center;
    border-radius: 8px;
    /* margin: 0px 20px; */
    /* padding-left: 10px; */
    font-size: 15px;
    text-transform: uppercase;
    padding: 28px 0px 7px 0px;
    margin-top: -19px;
    font-weight: 600;
	text-decoration: none;
	-moz-box-shadow: 0px 3px 8px rgb(100,100,100);
-webkit-box-shadow: 0px 3px 8px rgb(100,100,100);
box-shadow: 0px 3px 8px rgb(100,100,100);
transition: ease-out 0.4s;
}

#twitter-popup .start-btn {
	display: flex;
    /* margin: 0px auto; */
    /* width: 100%; */
    width: 100%;
    justify-content: center;
}

#twitter-popup .btn-txt:hover {
	background: #189AB4;
	transition: ease-out 0.4s;
}

#twitter-popup .popup-title {
	color: #242c3c;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
}

.account-lock {
	background: rgb(255, 92, 53, 0.5);
    padding: 1rem;
    border-radius: 5px;
	display: block;
}

.unlock-acc-btn {
	background: #FF5C35;
    color: #fff;
}

#step3_img_change {
	float: right;
    background: #ADA8A8;
    color: #fff;
    padding: 10px 18px 30px 18px;
    height: 35px;
    display: inline-block;
    line-height: 20px;
    margin-top: 10px;
    font-size: 16px;
    border-radius: 5px;
	text-decoration: none;
}

#showSuccess {
    position: absolute;
    color: #29F583;
    font-size: 15px !important;
    top: 66px;
    font-weight: 500;
  }
  header .navbar-nav , .action-btn{
    padding-top: 10px;
  }

  .header_buttons,
  .header_buttons:hover{
      border: 1px solid #004e95;
      background-color: #004e95;
      font-family: 'calibribold';
      color: #FFF;
      display: inline-block;
      border-radius: 23px;
      padding: 7px 15px;
      font-size: 18px;
      /* font-weight: 500; */
      transition: all 300ms;
  }

  .header_buttons:hover {
	border: 1px solid #004e95;
	background-color: #FFFFFF;
	color: #004e95;
}

.copyright {
    color: #fff !important;
}

.refund_policy {
    font-family: 'calibriregular';
    color: #3e5a6b;
    font-size: 20px;
    padding-left: 20px;
}

ul.refund_policy li {
    text-indent: -1em;
    padding-left: 28px;
    line-height: 25px;
    margin-bottom: 10px;
}

.border {
    border: 1px solid #f5f5f5;
}

.unfollowpromodelete-btn:hover, .cfpromodelete-btn:hover {
color: #a444ca !important;
}

.maintenance_section {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
	font-size: 24px;
	width: 500px;
	text-align: center;
}

.plan_bg_border {
    border: 1px solid #E3E0F6;
    border-radius: 8px;
    padding: 0px 10px;
    margin-bottom: 20px;
}

ul.debit_cards {
    color: #a6a8a9;
    font-size: 16px;
    font-family: 'calibriregular';
    font-weight: 500;
    margin-bottom: 20px;
    margin-left: 30px;
}

ul.debit_cards li {
    list-style-type: disclosure-closed;
    list-style-position: inside;
    color: #26455d;
}

.mar_40 {
    margin-bottom: 40px;
}