
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

html, body{font-family: 'Roboto', sans-serif;}

.top-nav li .top-nav-item:before {
    content: "";
    position: absolute;
    margin-top: 0.6em;
    height: 1.5em;
    width: 0.5px;
    border-right: 1px solid #fff;
}

.top-nav li {
    padding: 0em 0.5em;
}

.top-nav {
    position: relative;
}
.top-nav li.top-nav-item:nth-child(1):before {
    display: none;
}
.top-icon {
    padding: 0em 0.5em;
}
li.top-nav-item a {
    color: #fff;
}
img.logo {
    width: 9em;
}

.top-nav-item a:hover, .top-nav-item a:focus {
    color: #fff;
}

.sticky-nav.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 1px 7px #0000001f;
    z-index: 9;
}


.main-heder a::before {
    content: "";
    transition: all 0.4s ease-in-out;
    position: absolute;
    right: 50%;
    left: 50%;
    bottom: 0;
    height: 5px;
    margin-bottom: 1em;
    background-image: linear-gradient(to right, #9ddea8,#8dccec,#eb8b99);
  }
  .main-heder a:hover::before {
    right: 0;
    left: 0;
  }
  .main-heder a {
    color: #848484;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    padding: 20px 0;
    display: block;
    position: relative;
    transition: all 0.3s ease;
  }
  .main-heder li a:hover {
    color: black;
}
  
/*.................. header end............... */
section {     padding: 1em 0em 1em 0em;}

/* ........................Login start...................... */

.login-bg {
    background: linear-gradient(#ffffffc7, #fffffff7), url(../images/login-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
.registration-bg {
    background: linear-gradient(#ffffffc7, #fffffff7), url(../images/registration-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
.forgot-bg {
    background: linear-gradient(#ffffffc7, #fffffff7), url(../images/registration-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
.resete-bg {
    background: linear-gradient(#ffffffc7, #fffffff7), url(../images/resete-password.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
.submit-button {
    padding-left: 10em;
    padding-right: 10em;
    background-image: linear-gradient(to right, #9ddea8,#8dccec,#eb8b99);
    border-radius: 0.7em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-color: #fff;
}
.forget-text {
    color: #e61616;
}
.from-title p {
    font-style: italic;
}

.from-title h1 {
    font-weight: bold;
}
.overview-text .overview-title-text {
    font-weight: bold;
}
.overview-text .overview-small-text {
    font-style: italic;
}
/* ........................Login start...................... */




/*............. footer start............. */

.footer-bg {
    background-color: black;
    padding: 0.5em;
}
.footer-nav .nav-item:before {
    content: "";
    position: absolute;
    border-right: 1px solid #616060;
    height: 1.5em;
    width: 0.5px;
    margin-top: 0.5em;
}
.footer-nav li.nav-item:nth-child(1):before {
    display: none;
}
.footer-nav li.nav-item {
    padding: 0em 0.5em;
}



/*............. Registration start............. */


.form-container {
    padding: 2em 10em 2em 10em;
}

/*............. Registration start............. */



/*............. services start............. */

.icon-list {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .icon-list li {
    display: flex;
    /* align-items: center; */
    margin-bottom: .25rem;
  }
  .icon-list li::before {
    display: block;
    flex-shrink: 0;
    width: .8em;
    height: .8em;
    margin-right: .5rem;
    margin-top: 0.3em;
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-circle-fill' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8'/%3E%3C/svg%3E") no-repeat center center / 100% auto;
  }
  .why-choose .why-choose-title {
    background-color: #8dcdeb;
    /* padding: 0.3em 0em 0.3em 0em; */
}
  .services-title {
    background-color: #8dcdeb;
    /* padding: 0.3em 0em 0.3em 0em; */
}
  
.pack-text li a {
    font-size: 11px;
}
.pack-box .pricing-card-title:before {
    content: "";
    position: absolute;
    border: 0.5px solid #a7a7a7;
    width: 4em;
    margin-top: 1.2em;
    left: 50%;
    transform: translateX(-50%);
}
.silver-bg {
    background-image: linear-gradient(
138deg, #cfd1d2 5%, #a6a8aa 45%, #fefefe 75%, #989a9e 100%);
}
.bronze-bg {
    background-image: linear-gradient(
138deg, #702c0e 5%, #e8936d 45%, #fad8d8 75%, #4c1006 100%);
}
.gold-bg {
    background-image: linear-gradient(
138deg, rgba(186, 142, 46, 1) 5%, rgba(250, 238, 178, 1) 45%, #fefefe 75%, rgba(186, 142, 46, 1) 100%);
}
/* .pack-box .btn.add-button {
    border-image-source: linear-gradient(to left, #743ad5, #d53a9d)!important;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-radius: 25px;
} */

.add-button {
    background-image: linear-gradient(to right, #9ddea8,#8dccec,#eb8b99);
    position: relative;
    z-index: 1;
}

.add-button:before {
    content: "";
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 2px;
    border-radius: .3rem;
    z-index: -1;
}
.add-button:hover {
    background-image: linear-gradient(to right, #9ddea8,#8dccec,#eb8b99);
}

.add-button:hover:before {
    background: transparent;
}

.pack-text li a {
    text-decoration: none;
    color: #000;
    font-size: 11px;
}
.silver-bg h4 {
    font-weight: bold;
}
.bronze-bg h4 {
    font-weight: bold;
}
.gold-bg h4 {
    font-weight: bold;
}
.pricing-card-title {
    color: #7bba85;
    font-weight: bold;
    font-size: 62px;
}
.price-area {
    box-shadow: 0 3px 9px -5px #00000038;
    /* min-height: 77.4em; */
}
.price-area:hover {
    box-shadow: 0 3px 9px 5px #00000038;
}

.choose-text li a {
    text-decoration: none;
    font-size: 12px;
    line-height: 28px;
    color: #000;
}
.billing-img {
    width: 20%;
}
/*............. services end............. */

.pack-price-title {
    font-size: 0.8em;
}
.submit-button {
    width: 100%;
}

/*............. responship............. */
@media (max-width: 767px){
    .overview-text {
    margin-top: 2em;
}
    .overview-small-text {
    margin-bottom: 0.3em !important;
}
.pack-box ul li p {
    font-size: 0.9em;
}
.form-container {
    padding: 0;
}

.from-title h1 {
    font-size: 1.7em;
}
.submit-button {
    padding-left: 5.1em;
    padding-right: 5.1em;

}
}
@media (max-width: 375px){
    .pack-price-title {
        font-size: 0.7em;
    }
    .forget-password-sec {
        font-size: 0.8em;
    }
    
    .forget-btn {
        font-size: 0.8em;
    }
    
    .sing-btn {
        font-size: 0.8em;
    }
    .overview-small-text {
        font-size: 0.9em;
    }
}
@media (max-width: 448px){
    .services-title {
        font-size: 1.3em;
    }
}
@media (max-width: 423px){
    .services-title {
        font-size: 1.2em;
    }
}
@media (max-width: 364px){
    .services-title {
        font-size: 1.1em;
    }
}
@media (max-width: 1024px) and (min-width:768px) {
    .pack-price-title {
        font-size: 0.6em;
    }
    .submit-button {
        padding-left: 5em;
        padding-right: 5em;
    }

.forget-password-sec {
    font-size: 0.8em;
}

.sing-btn {
    font-size: 0.8em;
}

.forget-btn {
    font-size: 0.8em;
}
}
@media (max-width: 400px){
    .submit-button {
        padding-left: 9em !important;
        padding-right: 9em !important;
        font-size: 0.9em;
    }
    .add-button {
        margin-bottom: 1em;
        margin-top: 1em;
    }
    .pack-price tr td {
        font-size: 0.7em;
    }
    .footer-nav li.nav-item {
        padding: 0em;
        font-size: 0.6em;
    }
    .footer-bg p {
        font-size: 0.6em;
    }
}
@media (max-width: 336px){
    .submit-button {
        padding-left: 7em !important;
        padding-right: 7em !important;
    }

}
@media (max-width: 304px){
    .submit-button {
        padding-left: 5em;
        padding-right: 5em;
    }
  
}
@media (max-width: 331px){
    .from-title p {
        font-size: 0.8em;
    }
}
@media (max-width: 360px){
    .overview-small-text {
        font-size: 0.7em;
    }
}
@media (max-width: 425px)
{
    .submit-button {
        padding-left: 11em;
        padding-right: 11em;
    }

    .from-title h1 {
        font-weight: bold;
        font-size: 1.7em;
    }

}
/*............. responship............. */

.error-text {
    justify-content: center;
    color: #ff0000;
}
