section.pricing-package {
    padding: 0px 0px 60px;
    margin-top: -90px;
	font-family: 'Lato', sans-serif;
}
.price-item-card {
    background: #454545;
    box-shadow: 0 0 18px 0px #00000012;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    margin-bottom: 35px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
	transition-duration:0.2s;
}
.price-item-card span {
    display: block;
    width: 100%;
    text-align: center;
}
.price-item-card span.price {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 0px;
    color: #fffe64;
}
.price-item-card span.paid-text {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
}
.price-item-card h4 {
    font-size: 14px;
    color: #fffe64;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.price-item-card p.des-p {
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}
/***********price header******/
.price-card-header {
    padding: 25px;
}
.price-card-bottom {
    padding: 30px 25px;
}
.borders-y {
    padding: 25px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    border: 1.5px solid #ffffff2e;
    border-left: none;
    border-right: none;
    color: #fff;
}

.price-item-card ul.list-double-arrow {
    height: auto;
    max-height: initial;
    margin-bottom: 0px;
	list-style:none;
}
a.btn-select {
    display: block;
    padding: 9px 30px;
    border: 1.5px solid #fffe64;
    border-radius: 7px;
    color: #fffe64;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition-duration: 0.5s;
}
.price-item-card:hover {
    cursor: pointer;
    box-shadow: 0 0 18px 0px #00000029;
    margin-top: -3px;
    transition-duration: 0.1s;
}
.price-item-card:hover a.btn-select {
    background: #fffe64;
    border-color: #454545;
    color: #454545;
    transition-duration: 0.5s;
}
a.btn-select:hover {
    box-shadow : 0 0 18px 0px #00000012;
    transition-duration: 0.5s;
}
.price-item-card ul.list-double-arrow li {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 12px;
    padding-left: 26px;
    position: relative;
    font-weight: 600;
}
.price-item-card ul.list-double-arrow li i {
    font-size: 18px;
}
section#banner {
    background: #fffe64;
    background-size: cover;
    color: #454545;
    height: 230px;
    padding-bottom: 100px;
}
.price-item-card ul.list-double-arrow li img {
    position: absolute;
    left: 0px;
    margin-top: 2px;
    margin-right: 3px;
    width: 20px;
    top: -1px;
}
@media (min-width:1024px)
{
section.pricing-package .container {
    max-width: 975px;
    min-width: 975px;
}
}
@media (min-width:992px)
{
section.pricing-package .row 
{
	margin:0px -10px;
}
section.pricing-package .row .col-lg-4 {
    padding: 0px 10px;
}
}


body
{
    width:100%;
    padding:0px;
    margin:0px;
}
header {
    background-color: rgba(45,45,45,1);
    padding: 9px 0px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index:9;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .navbar-light .navbar-nav .nav-link {
    color: #fff;
}
header a.nav-link.btn {
    padding: 7px 30px !important;
    display: block;
    border-radius: 25px;
    font-weight: bold;
    border: 2px solid #fffe64;
    color: #fffe64 !important;
}
.menu button.navbar-toggler {
    background: #fffe64;
}
section#banner {
    background: url(../img/banner.jpg);
    background-size: cover;
    height: 320px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-top:51px;
}
#banner h2
{
    font-family: "Roboto Condensed";
    font-weight: 700;
    font-style: italic;
    font-size: 52px;
    text-transform: none;
    line-height: 52px;
    letter-spacing: -1px;
}
/*****************pricing section****************/
section.pricing-plans , .login-page {
    padding: 100px 0px;
}
.pricing-item {
    position: relative;
    max-width: 400px;
    margin: 20px auto;
}
.pricing-item:hover figcaption {
    opacity: 0;
    transform: rotateY(-90deg);
}
.pricing-item img {
    width: 100%;
}
.pricing-item figcaption {
    background-color: #fff;
    padding: 22px 30px 24px 26px;
    opacity: 1;
    backface-visibility: hidden;
    position: absolute;
    right: 40px;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-out 0s;
}
.item-card-hover {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
    color: #fff;
    opacity:0;
    padding:25px;
    transition-duration: 1s;
    border:4px solid #fffe64;
}
.pricing-item:hover .item-card-hover 
{
    opacity:1;
    transition-duration: 1s;
}
.pricing-item figcaption h4 {
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(100, 100, 100);
}
.pricing-item figcaption p {
    margin-bottom:0px;
    color: rgb(100, 100, 100);
}
.item-card-hover .price {
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 34px;
    color:#fffe64;
}
.item-card-hover h4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}
.item-card-hover li {
    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding-bottom: 10px;
}
.item-card-hover li:last-child {
    border-bottom: none;
}

ul.list-double-arrow {
    padding-left: 0px;
}
.choose {
    position: absolute;
    width: calc(100% - 50px);
    bottom: 25px;
    left: 25px;
}
.choose .btn {
    display: block;
    background: #fffe64;
    font-weight: bold;
    font-size: 18px;
    border-radius: 25px;
}
ul.list-double-arrow.long-height {
    max-height: 365px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
ul.list-double-arrow.long-height::-webkit-scrollbar {
    display:none;
}
/****************login-page**************/
form.sign-in , .payment-form {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}
form.sign-in label , .payment-form label {
    font-size: 18px;
}
form.sign-in input ,  form.sign-in select {
    height: 48px;
    box-shadow: none !important;
    border-color: #787878 !important;
}
form.sign-in input.form-check-input {
    height: 21px;
}
section.login-page .btn-black , section.login-page .btn-black:hover , section.login-page button , section.login-page button:hover {
    background: #454545;
    border-color: #454545;
    font-size: 18px;
    width: 100%;
    max-width: 200px;
    line-height: 38px;
    color:#fff;
}
.form-group.form-check {
    display: flex;
    justify-content: space-between;
}
a.forgot-link {
    color: #454545;
    font-weight: 600;
    text-decoration: none;
}
/******************after login*************/
ul.user-dropdown {
    position: absolute;
    width: 200px;
    right: 15px;
    background: rgba(45,45,45,1);
    padding: 7px 0px;
    margin-top: 8px;
    border-radius: 10px;
    display: none;
    z-index: 999;
}
ul.user-dropdown li {
    width: 100%;
    display:block;
    list-style:none;
}
ul.user-dropdown li a {
    width: 100%;
    display: block;
    color: #878282;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,2552,255,.1);
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 14px;
}
ul.user-dropdown li a:hover {
    color: #fffe64;
}
ul.user-dropdown a.logout {
    border-bottom: none;
}
/****************payment form***************/
 form#payment-form .input-group {
     display:flex;
}
 form#payment-form .input-group label {
     order: 1;
}
 form#payment-form .input-group .input {
     order: 2;
     opacity: 1;
     position: relative;
     height: 38px;
     padding: 10px .75rem;
     border: 1px solid #ced4da;
     margin-bottom: 10px;
     width: 100%;
}
 form#payment-form button {
     color: #fff;
     background-color: rgba(45,45,45,1);
     border: none;
     width: 100%;
     padding: 7px;
     margin-top: 10px;
     font-size: 20px;
     font-weight: bold;
     border-radius: 30px;
     outline:none !important;
}
 .error.visible {
     text-align: center;
     margin-top: 10px;
}
 .payment-form {
     max-width: 450px;
     margin: 0 auto;
}
/****************footer css*****************/
footer {
    background: rgba(45,45,45,1);
    color: #fff;
    padding: 25px;
    display: flex;
    justify-content: center;
}
footer p
{
    margin-bottom:0px;
}
/*******************************ref plan******************************/
/* section.pricing-package {
    padding: 100px 0px;
} */
.plan-box:last-child {
    margin-bottom: 0;
}
.plan-box {
    background: #fff;
    box-shadow: 1px 3px 8px 6px rgba(204, 204, 204, 0.2);
    border-radius: 8px;
    margin-bottom: 70px;
    height: 300px;
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.plan-image {
    width: 40%;
    position: relative;
}
.plan-image  img {
    width: 100%;
    margin: 0;
    display: block;
    border-radius: 10px 0 0 10px;
    height:300px;
    object-fit:cover;
}
.plan-name {
    width: 30%;
    float: left;
    padding: 0 15px;
}
.pricing-package .plan-name h3 {
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px !important;
}
.plan-name h5 {
    color: #dbdbdb;
    border-top: 2px solid #dbdbdb;
    border-bottom: 2px solid #dbdbdb;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 18px;
}
.pricing-end.new_plan {
    min-width: 300px;
    height: 100%;
    min-height: 343px;
    border-radius: 0 10px 10px 0;
    background: #f0f0f0;
    padding: 30px 20px;
    color: #333;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    align-items:center;
}
.pricing-end {
    width: 25%;
    height: 100%;
    border-radius: 0 10px 10px 0;
    background: #f0f0f0;
    padding: 0 55px;
    color: #333;
    display: flex;
    flex-direction: column;
}
.pricing-end.new_plan:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    border-right: 20px solid #f0f0f0;
    clear: both;
}
.pricing-end.new_plan:after {
    content: '';
    position: absolute;
    left: -20px;
    bottom: -37px;
    width: 0;
    height: 0;
    border-bottom: 36px solid transparent;
    border-top: 21px solid #f0f0f0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    clear: both;
    z-index: 1;
}
.grey-price-box.one-box-grey {
    height: 150px;
    transform: none;
}
.new_plan .grey-price-box {
    border-radius: 5px;
    background: #e0e0e0;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
    align-content: center;
    flex-wrap: wrap;
}
.new_plan .old-price {
    border-radius: 0;
    background: transparent;
    padding: 0;
    font-size: 12px;
    width: 40%;
    text-align: center;
    line-height: 1;
}
.new_plan .old-price span {
    font-size: 14px;
    font-weight: 600;
    text-decoration: line-through;
    line-height: 1;
}
.new_plan .big-price {
    margin: 0;
    font-size: 13px;
    width: 100%;
    display: flex;
    line-height: 2;
    padding: 0 2px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.new_plan .big-price span {
    font-size: 20px !important;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
}
.new_plan .plan-rec-info {
    font-size: 12px !important;
    width: 100%;
    font-weight: 500;
    margin-top: -5px;
    display: flex;
    font-style: italic;
    text-transform: capitalize;
    text-align: center;
    justify-content: center;
}
.pricing-end.new_plan a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    background: rgba(45,45,45,1);
    padding: 10px 15px !important;
    border-radius: 10px;
    min-width: 200px;
    text-align: center;
    border: 1px solid rgba(45,45,45,1);
    width: 100%;
    line-height: 1;
    margin-top: 10px;
    height: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
/****************pricing-inner***************/
section.pricing-inner {
    background: url(../images/collage.jpg);
    padding: 70px 0px;
    background-size: cover;
}
.pricing-inner-box {
    background: rgba(45,45,45,0.85);
    color: #fff;
    text-align: center;
    padding: 20px 15px;
    width: 100%;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}
.pricing-inner-box li {
    list-style: none;
    font-size: 20px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding: 10px 0px;
}
.pricing-inner-box li:last-child
{
    border-bottom:none;
}
a.start-plan {
    background: #fffe64;
    display: block;
    color: #454545;
    font-size: 20px;
    font-weight: bold;
    padding: 7px 30px;
    max-width: 200px;
    margin: 10px auto;
    border-radius: 30px;
    text-decoration:none;
}
.pricing-inner-box h2
{
    color:#fffe64;
}
/******************payment rsf****************/
.payment-form h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top:20px;
}
.payment-form  h2.mr-bott
{
    margin-top:35px;
}
form#payment-login {
    display: none;
}
@media (max-width:991px)
{
/* div#navbarSupportedContent { */
    /* position: absolute; */
    /* top: 72px; */
    /* width: 100%; */
    /* min-width: 280px; */
    /* right: 0; */
    /* background: #454545; */
    /* padding: 20px; */
/* } */
.header .menu nav {
    padding-right: 0px;
}
.header .logo img {
    max-height: 45px;
}
header {
    padding: 2px 0px;
}
section#banner {
    margin-top: 60px;
}
}
@media (max-width:992px)
{
.plan-box {
    flex-wrap: wrap;
    height:auto;
}
.plan-name {
    padding: 15px;
    width: 100%;
}   
.pricing-end.new_plan {
    min-height: auto;
    width: 100%;
    border-radius:none;
}
.plan-image {
    width: 100%;
}
.plan-image img
{
    border-radius:0px;
}
.pricing-end.new_plan:before , .pricing-end.new_plan:after
{
    display:none;
}

}
@media (min-width:1200px)
{
    .container
    {
        min-width:1194px;
    }
}
.navbar-brand {
    float: left;
    height: 72px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}

.footer {
    height: 60px;
    background-color: #222;
}