.cart-table {
    -webkit-box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
    box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
    border-radius: 6px;
}

.box-shadow {
    -webkit-box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
    box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
}

.cart-table .table {
    margin-bottom: 0;
    font-size: 14px;
}

.cart-table .table thead tr {
    border: none;
}

.cart-table .table thead tr th:first-child {
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.cart-table .table tr th {
    border: none;
    padding: 15px 10px;
    color: #ffffff;
    background-color: #3dd1d5;
    text-align: left;
    vertical-align: middle;
}

.cart-table .table thead tr th:last-child {
    border-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.cart-table .table tr td.product-remove {
    padding: 15px 25px;
    text-align: center;
}

.cart-table .table tr td {
    border: none;
    border-top: 1px solid #ededed;
    padding: 15px 10px;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
}

.cart-table .table tr td.product-remove a {
    color: #ff0000;
}

.cart-table .table tr td.product-remove a:hover {
    color: #3dd1d5;
}

.cart-table .table td.product-thumbnail img {
    width: 70px;
    height: auto;
}

.cart-table .table tbody tr td.product-name a {
    color: #102636;
}

.cart-table .table tr td.product-quantity .form-control {
    width: 100px;
}

.cart-table .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: none;
    padding: 15px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-table .actions .coupon form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-table .actions .coupon .input-text {
    border: 1px solid #ededed;
    border-radius: 0px;
    height: 48px;
    padding: 10px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    margin-right: 10px;
}

.cart-table .actions .coupon .btn {
    padding: 12px 20px;
}

.cart-table .actions .update-cart {
    margin-left: auto;
}

.sidebar .widget {
    padding: 25px 20px;
    margin-top: 0px !important;
    border-radius: 4px;
    -webkit-box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
    box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
    margin-bottom: 30px;
}

.cart-totals {
    padding: 20px;
}

.cart-totals .cart-totals-title {
    margin-bottom: 20px;
    text-align: center;
}

.fw-600 {
    font-weight: 600;
}

.cart-totals .table {
    font-size: 14px;
}

.cart-totals .table .cart-subtotal th {
    font-size: 18px;
    font-weight: 600;
    border: none;
}

.cart-totals .table tr th {
    text-align: left;
    border: none;
    border-top: 1px solid #ededed;
    vertical-align: top;
    background: #ffffff;
}

.cart-totals .table .cart-subtotal td {
    font-size: 18px;
    font-weight: 600;
    border: none;
}

.cart-totals .table tr td {
    text-align: right;
    border: none;
    border-top: 1px solid #ededed;
    background: #ffffff;
}

.cart-totals .table .cart-subtotal td {
    font-size: 18px;
    font-weight: 600;
    border: none;
}

.cart-totals .table tr td {
    text-align: right;
    border: none;
    border-top: 1px solid #ededed;
    background: #ffffff;
}

.sidebar .widget .form-check {
    display: block;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check-input:checked[type=radio] {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e);
}

.form-check-input:checked {
    background-color: #3dd1d5;
    border-color: #3dd1d5;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.form-check .form-check-input {
    float: inherit;
}

.cart-totals .table tr.shipping .form-check-label {
    padding-left: 0px;
}

.sidebar .widget .form-check {
    display: block;
}

.form-check .form-check-input {
    float: inherit;
}

.cart-totals .table tr.shipping .form-check-label {
    padding-left: 0px;
}

.form-check-label {
    padding-left: 15px;
}

.cart-totals .table tr.shipping p {
    margin-bottom: 0;
}

.cart-totals .table tr.order-total th {
    font-size: 18px;
    font-weight: 600;
    color: #102636;
}

.cart-totals .table tr.order-total td {
    font-size: 26px;
    font-weight: 600;
    color: #102636;
}

.cart-totals .checkout-button {
    width: 100%;
    text-align: center;
    padding: 15px 25px;
}

.checkout-info {
    padding: 25px 25px 25px 25px;
    position: relative;
    border-radius: 4px;
    -webkit-box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
    box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bg-light {
    background: #f3f9ff !important;
}

.checkout-info .returning-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    margin-right: 20px;
}

.checkout-info-coupon .checkout-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-title .title {
    margin-bottom: 30px;
}

.checkout-review {
    padding: 15px 30px 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
    box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
}

.checkout-review .table tbody {
    border-bottom: 2px solid #ededed;
}

.checkout-review .table tr th {
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    color: #102636;
}

.checkout-review .table tr td {
    text-align: left;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 500;
    color: #7c8087;
}

.checkout-review .table tr th.shipping {
    font-size: 14px;
}

.checkout-review .table tr td.amount {
    font-size: 18px;
}

.checkout.checkout-form {
    border-radius: 6px;
    -webkit-box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
    box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
    padding: 30px;
}

.modal-header .btn-close {
    border: 1px solid #ccc;
    border-radius: 6px;
}

.modal-body label {
    display: block;
    margin-bottom: 6px;
    color: var(--titleColor);
    font-weight: 500;
}

.theme-dark .dark-lab-cus {
    color: #000;
}

.modal-body .form-control {
    border-radius: 0;
    background-color: #f8f8f8;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border: 1px solid #f8f8f8;
    height: 48px;
    padding: 10px 20px;
    color: var(--bodyColor);
    font-size: 15px;
    font-weight: 400;
}

.tp-footer_bg {
    background-color: #f8edfb;
    border-radius: 26px;
    padding: 0px 90px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tp-h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 67px !important;
    font-weight: 600 !important;
    letter-spacing: -3.2px !important;
    line-height: 69.25px !important;
    text-decoration: none solid rgb(17, 16, 25) !important;
    text-align: center;
    word-spacing: 0px !important;
}
.tp-h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 46.46px;
    font-weight: 600;
    letter-spacing: -2.22px;
    line-height: 53.1055px;
    word-spacing: 0px;
    padding: 60px 0px;
    color: #6C6684
}
.tp-section-container {
    border-radius: 60px;
    /* background-color: #d1d1f7; */
    background-color: #2b1c50;
}


.college-photo img {
    height: 150px;
}

.topho-text {
    background: -webkit-linear-gradient(0deg, #489efe, #f57fab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.video-container {
    width: 86%;
    border-radius: 26px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 30px #827ef6;
    z-index: 1;
    top: 90px;

    .video-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    video {
        width: 100%;
        height: 100%;
        border-radius: 26px;
    }
}

#video {
    border-radius: 26px;
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;

    #circle-play-b {
        cursor: pointer;
        pointer-events: auto;

        svg {
            width: 100px;
            height: 100px;
            fill: #fff;
            stroke: #fff;
            cursor: pointer;
            background-color: rgba(black, 0.2);
            border-radius: 50%;
            opacity: 0.9;
        }
    }
}

.banner-content-three h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 67px !important;
    font-weight: 600 !important;
    letter-spacing: -3.2px !important;
    line-height: 69.25px !important;
    text-decoration: none solid rgb(17, 16, 25) !important;
    text-align: center;
    word-spacing: 0px !important;
}

.tp-h-p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 27.46px;
    letter-spacing: -0.366px;
    line-height: 41.85px;
    text-decoration: none solid rgb(108, 102, 132);
    color: #6C6684;
}

.section-title p {
    padding-top: 15px;
    margin-bottom: 0;
    max-width: 100% !important;
}

.tp-b-p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18.84px;
    font-weight: 500;
    line-height: 31.044px;
    text-decoration: none solid rgb(108, 102, 132);
    color: #6C6684;
}

.tp-h-p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 27.46px;
    letter-spacing: -0.366px;
    line-height: 41.85px;
    text-decoration: none solid rgb(108, 102, 132);
    color: #6C6684;
}

.section-title p {
    padding-top: 15px;
    margin-bottom: 0;
    max-width: 100% !important;
}

.tp-b-p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18.84px;
    font-weight: 500;
    line-height: 31.044px;
    text-decoration: none solid rgb(108, 102, 132);
    color: #6C6684;
}



.tp-ptop-70 {
    padding-top: 70px !important
}

.freelancers-card {
    margin-bottom: 30px;
    padding: 30px;
    background-color: #e1eedc;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .06);
    box-shadow: 0 0 15px rgba(0, 0, 0, .06);
    text-align: center;
    border-radius: 60px;
    width: 310px;
}

.freelancers-card a img {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    height: 194px !important;
    width: 236px !important;
    border-radius: 20px;

}

.font-26 {
    font-size: 26px;
    color: #224229;
    font-weight: 500;
}

.freelancers-card:hover {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}

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

.testimonials-item {
    padding: 72px 160px !important;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 60px !important;
}

.testimonial-p {
    color: #2b1c50;
    font-weight: 600;
}

.btn-area .studio-btn {
    padding: 8px 25px;
    color: var(--mainColor);
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    background-color: #d5f3e7;
    border: none;
    outline: none;
    font-weight: 500;
    border-radius: 68px;
}

.btn-area .studio-btn i {
    position: relative;
    top: 3px;
    margin-left: 5px
}

.btn-area .studio-btn::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: var(--mainColor);
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.btn-area .studio-btn:hover {
    color: var(--whiteColor)
}

.btn-area .studio-btn:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}
.tp-cus-h4{
    font-size: 46px;
font-weight: 600;

}
.tp-cus-p{
    font-size: 22px;
padding-bottom: 19px !important;
}

.topho-text{
    background: -webkit-linear-gradient(0deg,#489efe, #f57fab);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 700;
}
.tp-section-container  p{
color: #fff !important;
padding: 10px;
}

.tp-section-container .cus-p-white p{
    color: #fff !important;
    padding: 10px;
}
.cus-p-white-p p{
    color: #fff !important;
    padding: 10px;
}
.cus-p-white-p {
    padding: 0px 30px 30px 30px;
}

.about-row-p{
    padding: 58px 30px 32px 0px;
}