
.page-title {
    text-align: center;
    margin: 20px 0;
    font-size: 28px;
    margin-bottom: 0;
}

.package-summary {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    overflow-x: auto;
    margin-bottom: 30px;
    gap: 12px;
    font-family: 'Roboto';
}

.package-summary .package-info {
    position: relative;
    width: calc(25% - 9px);
    padding: 14px;
    cursor: default;
    height: 100%;
    background: rgb(255, 255, 255);
    border-top-color: rgb(222, 222, 222);
    border-bottom-color: rgb(222, 222, 222);
    border-left-color: rgb(222, 222, 222);
    flex: 0 0 auto;
    scroll-snap-align: center;
    flex-shrink: 0;
}

.package-head {
    border-radius: 8px;
    padding: 20px;
    cursor: pointer;
    background: rgb(247, 247, 248);
}

.package-head:hover {
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    transition-duration: 300ms;
    background: linear-gradient(-45deg, rgb(247, 247, 248), rgb(250, 250, 250), rgb(214, 212, 255)) 0% 0% / 400% 400%;
    animation: 5s ease 0s infinite normal none running gradient;
}

.package-head .head-link {
    text-decoration: none;
}

.package-head .package-title {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 16px;
    -webkit-box-pack: center;
    justify-content: center;
}

.package-head .package-title .package-name {
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: rgb(19, 19, 24);
}

.package-head .package-pricing {
    margin-top: 12px;
    text-align: center;
}

.package-head .package-pricing .price-container {
    display: flex;
    justify-content: center;
}

.package-head .package-pricing .price-container .package-price {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    color: rgb(19, 19, 24);
}

.package-head .package-pricing .price-container .package-duration {
    margin-left: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 40px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    color: rgb(19, 19, 24);
}

.package-head .package-pricing .price-container-mini .package-price {
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.15px;
    margin: 0;
}

.package-head .package-pricing .price-container-mini .package-duration {
    font-weight: 500;
    font-size: 10px;
}

.package-head .package-pricing .price-container-mini {
    margin-top: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.15px;
    color: rgb(19, 19, 24);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.package-head .package-link {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 16px 24px;
    gap: 10px;
    height: 48px;
    margin-top: 24px;
    border: 1px solid rgb(152, 152, 154);
    border-radius: 28px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    background: rgb(255, 255, 255);
    transition: all 300ms ease 0s;
    color: rgb(0, 0, 0);
    width: 100%;
}

@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.package-summary .package-info .package-body {
    padding: 20px;
}

.package-summary .package-info .package-body .title {
    flex: 0 0 auto;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 16px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(19, 19, 24);
}

.package-summary .package-info .package-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.package-summary .package-info .package-body ul li {
    margin: 0;
    padding: 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    min-width: 190px;
}

.package-summary .package-info .package-body ul li i {
    color: #7477FF;
    margin: 4px 6px 0 0;
}

.package-table .feature {
    font-size: 18px;
}

.package-table .feature.valid {
    color: #7477FF;
}

.package-table .feature.valid i {
    width: 16px;
    height: 16px;
    font-size: 8px;
    color: #fff;
    background: #7477FF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
}

.package-table .feature.invalid {
    color: #000;
}

.package-table th {
    width: 35px;
    font-size: 13px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 35px;
    background: #fcfcfc;
}

.package-table tbody th:first-of-type {
    width: 57px;
    font-size: 13px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 57px;
}

.package-table th span {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

.package-table th p {
    margin: 0;
    font-size: 14px;
    color: #3e3e3e;
    font-weight: 400;
}


.package-page-tab-content {
    overflow: hidden;
    padding: 30px 0 0;
    background-color: #fcfcfc;
}

.package-page-tab-content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.package-page-tab-content ul li {
    margin: 0 15px;
    list-style-type: none;
}

.contact-section-content .contact-section-list li a{
    color: #414141 !important;
}

.package-page-tab-content ul li a.active {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.package-page-tab-content ul li a {
    display: flex;
    align-items: center;
    height: 66px;
    color: #233844;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 0 50px;
    background-color: #c9e3f4;
    border-radius: 10px 10px 0 0;
}

.table {
    font-family: 'Roboto';
    min-width: 1024px;
}

.table .package-head {
    padding: 4px;
    padding-top: 12px;
}

.table .package-head .package-pricing .price-container .package-price {
    font-size: 29px;
}


.table .package-head .package-pricing {
    margin: 0;
}

@media only screen and (max-width:992px) {
    .package-summary {
        justify-content: start;
    }

    .package-summary .package-info {
        width: calc(90% - 9px);
        flex-shrink: 0;
    }
    .package-page-tab-content ul li
    {
        margin: 0 5px;
    }
    .package-page-tab-content ul li a
    {
        font-size: 14px;
        padding: 0 22px;
    }
}


.section.hero .container.title h1{
    height: 100px;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
}

.default-btn:hover {
    background-color: #0072dd;
    color: #fff;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-100 {
    padding-top: 100px;
}

.contact-section-img {
    margin-bottom: 30px;
}

.contact-section-img img {
    height: 403px;
}

img {
    max-width: 100%;
}

.contact-section-content {
    padding: 50px 35px;
    background-color: #f7f7f7;
    position: relative;
    margin-bottom: 30px;
}

.contact-section-content h3 {
    font-size: 28px;
    color: #414141;
    font-weight: 400;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.contact-section-content h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #848484;
    height: 2px;
    width: 180px;
}

.contact-section-content .contact-section-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    z-index: 1;
}

.contact-section-content .contact-section-list li {
    display: block;
    font-size: 17px;
    margin-top: 5px;
    font-weight: 500;
    color: #414141;
}

.fab{
    font-size: 15px;
    margin: 5px;
}

.contact-section-content .contact-section-list li span {
    color: #414141;
}

.contact-section-content .social-link {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 1;
}

.contact-section-content .social-link li:first-child {
    border-left: 1px solid #7d78787d;
}

.contact-section-content .social-link li {
    display: inline-block;
    padding: 15px 5px;
    border-right: 1px solid #7d78787d;
}

.contact-section-content .social-link li a {
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    color: #848484;
}

.contact-area-two {
    background-color: #f7f7f7;
    position: relative;
}

@media only screen and (min-width: 1400px){
    .contact-two-form .contact-wrap-form {
        margin-left: auto;
        max-width: 800px;
    }
}

.contact-wrap-form h2 {
    font-size: 50px;
    color: #414141;
    margin-bottom: 30px;
    font-weight: 400;
}

.contact-wrap-form .form-group {
    margin-bottom: 25px;
    position: relative;
}

.contact-wrap-form .form-group i {
    position: absolute;
    top: 14px;
    left: 15px;
    line-height: 1;
    font-size: 18px;
    color: #898989;
    z-index: 1;
}

.contact-wrap-form .form-group .form-control {
    height: 50px;
    color: #898989;
    border: none;
    border-bottom: 1px solid #6c6c6c;
    font-weight: 600;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 20px 10px 40px;
    width: 100%;
    background-color: transparent;
}

.contact-wrap-form .with-errors {
    float: left;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
    color: red;
    font-weight: 400;
    display: block;
}

.default-btn::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    background-color: #08104d;
    opacity: 0;
    -webkit-transition: .7s;
    transition: .7s;
}

.default-btn {
    padding: 7px 27px 12px;
    background-color: #414141;
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 16px;
    text-decoration: none;
}

@media (min-width: 992px){
    .hol-lg-5,
    .hol-lg-6,
    .hol-lg-7{
        width: 50% !important;
    }

    .hol-lg-12{
        width: 100% !important;
    }
}

@media (min-width: 768px){
    .hol-md-12 {
        width: 100% !important;
    }
}

.contact-wrap-form .form-group .form-control {
    height: 50px;
    color: #898989;
    border: none;
    border-bottom: 1px solid #6c6c6c;
    font-weight: 600;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 20px 10px 40px;
    width: 100%;
    background-color: transparent;
}
