.nav-message p {
    margin-bottom: 0px;
    line-height: 24px;
}
.nav-message {
    padding: 2px 25px;
    background-color: #eb4242;
    color: white;
    font-weight: 700;
}


/*-------------------*/

img.pm-logo-nav {
    height: 51px;
}
.custom-navbar
{
    background: #fcfcfc !important;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}
.custom-navbar .custom-navbar-nav li a
{
    color: #3e3c3b !important;
    opacity: 1;
}
.hero {
    background: -webkit-linear-gradient(to right, #a044ff, #6a3093);
    background: linear-gradient(to right, #a044ff, #6a3093);
}
span.navbar-toggler-icon {
    background-color: black;
    border-radius: 3px;
}

#banner1
{
    font-family: "Montserrat", sans-serif;
    color: #8d97ad;
    font-weight: 300;
    background: linear-gradient(to right, #501AB0, #5BB4F9);
    background-position-x: 0%;
    background-position-y: 0%;
}

#banner1 h1,
#banner1 h2,
#banner1 h3,
#banner1 h4,
#banner1 h5,
#banner1 h6 {
    color: #3e4555;
}

#banner1 .bg-light {
    background-color: #f4f8fa !important;
}

#banner1 h2 {
    font-size: 43px;
    line-height: 1;
    letter-spacing: -1px;
    color: white;
}

#banner1 .line-height {
    height: 72px;
}

#banner1 .form-control.text-email {
    color: #8d97ad;
    border-radius: 36px 0 0 36px;
    text-indent: 35px;
    width: 61%;
    -webkit-box-shadow: -5px 0 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: -5px 0 30px 0 rgba(0, 0, 0, 0.05);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#banner1 .form-control.text-email:focus {
    box-shadow: none;
}

#banner1 .btn-sub {
    border-radius: 0 36px 36px 0;
    width: auto;
    padding: 0 16px;
    cursor: pointer;
    margin-left: -4px;
    -webkit-box-shadow: 5px 0 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 5px 0 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#banner1 .btn-sub:hover {
    opacity: 0.7;
}
p.profile-desc1
{
    font-size: 17px;
    color: white;
    line-height: 22px;
    font-family: 'Inter';
    text-align: justify;
    margin-top: 8px !important;
    margin-bottom: 10px !important;
}
button.btn.btn-warning.create-p-ba-s1
{
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 12px;
    color: #ffffff;
    background: #121212;
    border-color: #2f2f2f00;
    font-family: 'Inter';
    background: #f12711;
    background: -webkit-linear-gradient(to right, #f5af19, #f12711);
    background: linear-gradient(to right, #ff5134, #FF7525);
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.py-5 {
    padding-top: 5rem!important;
    padding-bottom: 5rem!important;
}
.section-title {
    color: #2f2f2f;
    text-align: center;
}
ul.why-cho-us-list-ul {
    list-style: none;
}
.why-choose-section {
    padding: 4rem 0;
    background-color: #efefefd9;
}
ul.why-cho-us-list-ul li {
    font-size: 16px;
    color: #3c3a3a;
}
ul.why-cho-us-list-ul i {
    color: #8BC34A;
    font-size: 17px;
    margin-right: 9px;
}
ul.why-cho-us-list-ul li {
    font-size: 16px;
    color: #3c3a3a;
    margin-bottom: 16px;
    font-weight: 600;
}
.how-it-work-section {
    padding: 4rem 0;
    background-color: #f9f9f9;
}
.how-it-work-section .feature
{
    text-align: center !important;
    background-color: white;
    border-radius: 5px;
    padding: 30px 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    width: 100%;
}
img.imf-fluid {
    width: 72px;
}
.feature h3 {
    font-size: 20px;
    color: #2196F3;
}
.feature p {
    font-size: 16px;
    line-height: 22px;
    color: #242222;
}
.feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    background-color: white;
    padding: 10px;
    border-radius: 28px;
}
.feature .icon:before {
    content: "";
    width: 33px;
    height: 33px;
    position: absolute;
    background: rgb(59 93 80 / 0%);
    border-radius: 50%;
    right: -8px;
    bottom: 0;
}
button.navbar-toggler i
{
    color: #252426;
}

/*------------*/
.pricingTable {
    text-align: center;
    background: #fff;
    margin: 0;
    /*box-shadow: 0 0 10px #ababab;*/
    padding-bottom: 40px;
    border-radius: 4px;
    color: #cad0de;
    transform: scale(1);
    transition: all .5s ease 0s
}

.pricingTable:hover {
    transform: scale(1.05);
    z-index: 1
}

.pricingTable .pricingTable-header {
    padding: 40px 0;
    background: #fbfbfb;
    border-radius: 10px 10px 50% 50%;
    transition: all .5s ease 0s;
}
.pricingTable:hover .pricingTable-header {
    /*background: #ff9624*/
}

.pricingTable .pricingTable-header i {
    font-size: 50px;
    color: #3a3a3a;
    margin-bottom: 10px;
    transition: all .5s ease 0s
}

.pricingTable .price-value {
    font-size: 24px;
    color: #3a3a3a;
    transition: all .5s ease 0s;
    font-weight: 900;
}

.pricingTable .month {
    display: math;
    font-size: 14px;
    color: #3a3a3a;
    margin-top: -22px;
}

.pricing-content {
    text-align: left;
    padding: 0px 10%;
}

.pricingTable .heading {
    font-size: 20px;
    color: #8c3cd6;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 10px;
}

.pricingTable .pricing-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.pricingTable .pricing-content ul li {
    line-height: 30px;
    color: #605c64;
}

.pricingTable .pricingTable-signup a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 10px 35px;
    border-radius: 20px;
    background: #ffa442;
    text-transform: uppercase;
    transition: all .3s ease 0s
}

.pricingTable .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #ffa442
}

.pricingTable.blue .heading,
.pricingTable.blue .price-value {
    color: #4b64ff
}

.pricingTable.blue .pricingTable-signup a,
.pricingTable.blue:hover .pricingTable-header {
    background: #4b64ff
}

.pricingTable.blue .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #4b64ff
}

.pricingTable.red .heading,
.pricingTable.red .price-value {
    color: #ff4b4b
}

.pricingTable.red .pricingTable-signup a,
.pricingTable.red:hover .pricingTable-header {
    background: #ff4b4b
}

.pricingTable.red .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #ff4b4b
}

.pricingTable.green .heading,
.pricingTable.green .price-value {
    color: #40c952
}

.pricingTable.green .pricingTable-signup a,
.pricingTable.green:hover .pricingTable-header {
    background: #40c952
}

.pricingTable.green .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #40c952
}

.pricingTable.blue:hover .price-value,
.pricingTable.green:hover .price-value,
.pricingTable.red:hover .price-value {
    color: #fff
}
.white-mode {
    text-decoration: none;
    padding: 17px 40px;
    background-color: yellow;
    border-radius: 3px;
    color: black;
    transition: .35s ease-in-out;
    position: absolute;
    left: 15px;
    bottom: 15px
}
.pricing-section {
    padding: 4rem 0px;
    background-color: #066dd3;
}
h2.section-price-t1 {
    text-align: center;
    font-size: 21px;
    margin-bottom: 36px;
    color: white;
}

.pricing-content i.fa-solid.fa-check {
    color: green;
    font-weight: 600;
    font-size: 18px;
    margin-right: 10px;
}

a.btn.btn-success.plan-to-register.s3 {
    background-image: linear-gradient(to left, #DA22FF 0%, #9733EE 100%);
    border: none;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
a.btn.btn-success.plan-to-register.s2 {
    background-image: linear-gradient(to right, #FFC107 0%,#FF512F 100%);
    border: none;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
a.btn.btn-success.plan-to-register.s1 {
    background-image: linear-gradient(to right, #3CA55C 0%, #B5AC49  100%);
    border: none;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
span.amount {
    color: #3a3a3a;
}
button.btn.btn-success.go-top
{
    position: fixed;
    bottom: 11px;
    padding: 3px 16px;
    border-radius: 8px;
    right: 10px;
    background-color: #066dd3;
    border: none;
    font-size: 28px;
    outline: none;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
h1.btand-text {
    font-size: 17px;
    display: contents;
    color: #1976d2;
}
.foot-icon {
    font-size: 17px;
    margin-right: 10px;
}
.form-control {
    height: 39px;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    border-radius: 7px;
    margin-bottom: 10px;
}
input#footsub {
    width: 100%;
    border-radius: 5px;
    background-color: aliceblue;
    border: none;
    outline: none !important;
    background-image: linear-gradient(to left, #3F51B5 0%, #2196F3 100%);
}
button.btn.btn-primary.view-more-plan-det {
    background: #3ea9ff;
    border-color: white;
    padding: 2px 10px;
    border: none;
    margin-top: 10px;
    font-weight: 200;
}
.container.pgs2{
    padding-top: 3%;
    padding-bottom: 3%;
}


@media screen and (max-width:990px) {
    .pricingTable {
        margin: 0 0 20px
    }
}



@media (min-width: 2301px) and (max-width: 2700px) {
    #banner1 {
        background-position: 70% center;
    }
}

@media (min-width: 1900px) and (max-width: 2300px) {
    #banner1 {
        background-position: 80% center;
    }
}

@media (min-width: 1500px) and (max-width: 1680px) {
    #banner1 {
        background-position: right center;
    }
}

@media (max-width: 1100px) {
    #banner1 {
        background-position: right -14em center;
    }
    #banner1 h2
    {
        font-size: 40px;
        font-weight: 600;

    }
    #banner1 .form-control.text-email {
        width: 59%;
    }
    #banner1 .btn-sub {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .banner {
        padding: 30px 0;
    }
    #banner1 {
        background: linear-gradient(to right, #501AB0, #5BB4F9);
    }
    #banner1 .line-height {
        font-size: 14px;
        line-height: 50px;
    }
    #banner1 .form-control.text-email {
        border-radius: 25px 0 0 25px;
        text-indent: 20px;
    }
    #banner1 .btn-sub {
        border-radius: 0 25px 25px 0;
        padding: 0 15px;
    }
    #banner1 img {
        margin-top: 25px;
    }
}

@media (max-width: 320px) {
    #banner1 .btn-sub {
        padding: 0 10px;
    }
}

#banner1 .btn-success-gradiant {
    background: #2cdd9b;
    background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
    background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
    background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
    background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
    background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
}

#banner1 .font-weight-medium {
    font-weight: 500;
}

#banner1 .font-16 {
    font-size: 16px;
}
h3.heading.t1 {
    color: #4caf50;
}
h3.heading.t2 {
    color: #ff8b1a;
}
h3.heading.t3 {
    color: #ba2af7;
}
.footer-section {
    padding: 50px 0px 15px 0px;
    background: #ffffff;
}
img.pm-logo-nav
{
    height: 50px;
    width: 200px;
    height: 85px;
}
.nav-link
{
    font-size: 15px;
}

@media (min-width: 992px){
    /*    .hero .hero-img-wrap img {
            left: 0px;
            top: 0px;
            position: absolute;
            right: 28px;
            height: 400px;
        }*/
}
@media (min-width: 768px){
    .custom-navbar .custom-navbar-nav li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        background: transparent;
        height: 5px;
        opacity: 1;
        visibility: visible;
        width: 0;
        -webkit-transition: .15s all ease-out;
        -o-transition: .15s all ease-out;
        transition: .15s all ease-out;
    }
}
@media (max-width: 600px){
    img.pm-logo-nav
    {
        height: 50px;
        width: 147px;
        height: 62px;
    }
}
