 .product-img img{max-width: 388px;margin: 0 auto;display: block;}.w-30{ height:450px;}
 .product-details-tab-item {
    padding: 60px;
    border: 1px solid rgba(20, 20, 20, 0.1);
    margin-bottom: 20px;
}
 .product-details-review-number {
    border: 1px solid #E0E2E3;
    padding: 35px 43px 33px 40px;
}
.info-item img{
 width: 50px!important   
}
.max-widths{
    max-width: 500px;
    display: block;
    margin: 0 auto;  
}
.form-control {
    height: 80px!important;
}
.mb-50 {
    margin-bottom: 50px;
}
.product-details-review-form-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 4px;
    font-family: 'Onest', sans-serif;
}
.aq-form-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 12px;
    color: #141414;
    
}
.product-details-review-number-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 12px;
    color: #141414;
    font-family: 'Onest', sans-serif;
}
.product-ratings .feedback {
    font-size: 18px;
    font-weight: 500;
    margin-inline-end: 8px;
    color: #141414;
    font-family: 'Onest', sans-serif;
}
.fa-star {
    color: #FFB21D!important;
    font-size: 10px;
}
.product-details-review-rating-bar {
    width: 260px;
    background-color: #EDEEEE;
    height: 10px;
    position: relative;
    margin-inline-end: 12px;
}
.product-details-review-rating-bar-inner {
     height: 100%;
      background-color: #FFB21D;
      display: inline-block;
      position: absolute;
      top: 0;
      inset-inline-start: 0;
}
.product-details-review-rating-list {
    width: 100%;
}

.product-details-review-rating-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 12px;
}

.product-details-review-rating-item span:first-child {
    width: 60px;
    font-size: 15px;
    color: #555;
    font-weight: 400;
}

.product-details-review-rating-bar {
    flex: 1;
    height: 12px;
    background: #e5e5e5;
    position: relative;
    overflow: hidden;
}

.product-details-review-rating-bar-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #f7a800;
    width: 0;
    transition: 0.5s;
}

.product-details-review-rating-percent {
    width: 45px;
    text-align: right;
}

.product-details-review-rating-percent span {
    font-size: 15px;
    color: #555;
    font-weight: 400;
}
.form-group {
    margin-bottom: 15px;
}
.aq-form-control {
    height: 90px;
    width: 100%;
    outline: none;
    font-size: 16px;
    line-height: 46px;
    border-radius: 6px;
    padding-inline-start: 20px;
    padding-inline-end: 60px;
    border: 1px solid #F6F6F9;
    color: #141414;
    background-color: #ffffff;
    box-shadow: 0 0 1px 0 rgba(20, 20, 20, 0.4);
}
.Rev_form_wrapper button {
    border: 2px solid #ee0425;
    background: #ee0425;
    color: #fff;
    border-radius: 10px;
}
.Rev_form_wrapper button, .button {
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}
.product-details-review-avater-thumb {
    flex: 0 0 auto;
}
 
.align-items-start {
    align-items: flex-start !important;
}
.d-flex {
    display: flex !important;
}
.product-details-review-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 22px;
    color: #141414;
     
}
.aq-product-details-review-item {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}
.aq-product-details-review-top {
    display: flex;
    margin-bottom: 2px;
    align-items: center;
    justify-content: space-between;
}
.product-details-review-avater-rating {
    line-height: 1;
    margin-bottom: 3px;
}
.pr-110 {
    padding-right: 110px;
}
.product-details-review-avater:not(:last-child) {
    margin-bottom: 32px;
}
.custom-select {
    position: relative;
    font-family: Arial, sans-serif;
}

.select-box {
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
    background: #fff;
}

.options {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 5px;
    z-index: 99;
}

.options label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 0px 0px 15px;
    cursor: pointer;
}

.options label:hover {
    background: #f5f5f5;
}

.stars {
    color: #f39019;
    font-size: 10px;
}

.options input[type="radio"] {
    accent-color: #f39019;
}
.product-details-review-summery-rating p {
    margin-inline-start: 4px;
    font-size: 14px;
    margin-bottom: 0;
}

.dropdown-list label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    cursor: pointer;
}

.dropdown-list label:hover {
    background: #f5f5f5;
}
.product-details-review-avater-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 12px;
    display: inline-block;
    color: #141414;
    font-family: 'Onest', sans-serif;
}
.aq-product-details-review-user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.aq-product-details-review-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} 
.aq-product-details-review-thumb {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #eeeeee;
}
.aq-product-details-review-gallery {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.aq-product-details-review-verified {
    gap: 4px;
    font-size: 12px;
    color: #28a745;
    display: flex;
    align-items: center;
}
.product-details-review-avater-thumb img {
    width: 100px;
    height: 100px;
    /*border-radius: 50%;*/
    margin-inline-end: 20px;
}
 .custemer-heading h6 {
    font-size: 15px;
}
#panel {
    padding: 0px;
    display: none;
}
.flip {
    color: red;
    cursor: pointer;
    font-weight: 600;
}
.service-heading h4,
.service-heading h5 {
    position: absolute;
    bottom: 30px;
    left: 0;
    font-size: 20px;
}
.btn,
.qty-input,
.section-vps-dedi .section-content .row,
.text-center {
    text-align: center;
}
.btn-addto a,
.checkout-order-sec {
    display: block;
}
*,
.heading {
    font-family: "Open Sans", sans-serif;
}
.btn,
.heading {
    letter-spacing: 0;
}
.checkout-order-ris-sec h1,
.checkout-order-sec h1,
.checkout-payment-sec h1 {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    padding: 0 0 10px;
}
.checkout-order-head p {
    border-right: 1px solid #f1f1f1;
    line-height: 35px;
    text-align: left;
    padding: 0 0 0 5px;
    font-weight: 700;
    font-size: 12px;
}
.checkout-order-con,
.checkout-payment-head {
    background: #fff;
    padding: 0 0 0 15px;
    color: #000;
    overflow: hidden;
    border: 1px solid #b7b6b6;
}
.checkout-order-con p {
    border-right: 1px solid #b7b6b6;
    line-height: 15px;
    text-align: left;
    padding: 8px 5px;
    font-size: 15px;
}
img#deleteCart1 {
    position: relative;
    margin-top: -4px;
}
.checkout-payment-sec {
    padding: 5px 15px 20px;
    border: 1px solid #cdcccc;
    background: #f1f1f1;
    width: 100%;
    margin: 20px 0 0;
    overflow: hidden;
}
.check-btn {
    padding: 10px 15px;
    font-size: 16px;
}
.qty-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.btn-cart,
.ml1 .letter,
.ml1 .text-wrapper {
    display: inline-block;
}
.qty-btn {
    width: 28px;
    height: 28px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    border-radius: 4px;
}
.btn {
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 0 25px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    height: 43px;
    line-height: 36px;
    color: #fff;
    background: #086ad8;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.qty-btn:hover {
    background: #eaeaea;
}
.qty-input {
    width: 40px;
    height: 28px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}
.checkout-btn-sec {
    width: 100%;
    padding: 20px 15px;
    background: #fff;
    overflow: hidden;
    margin: 20px 0 0;
}
.btn-cart,
.check-btn {
    background: #ff0002;
    color: #fff;
    border: none;
}
.checkout-address-sec,
.checkout-order-sec {
    width: 100%;
    padding: 5px 15px 20px;
    border: 1px solid #cdcccc;
    background: #f1f1f1;
    overflow: hidden;
}
.checkout-order-head {
    background: #b7b6b6;
    padding: 0;
    color: #000;
    overflow: hidden;
    border: 1px solid #b7b6b6;
}
.btn-addto a,
.btn-cart,
.service-heading h4 {
    color: #fff;
    text-align: center;
}
.checkout-payment-head p,
.checkout-payment-ris p {
    line-height: 35px;
    text-align: left;
    padding: 5px 0 0 10px;
    font-weight: 700;
    font-size: 12px;
}
h4 {
    font-size: 24px;
}
.grid-iteme.mb-4 img {
    width: 100%;
}
.headings1 h1 {
    font-size: 34px;
    font-weight: 800;
}
.btn-cart,
.pb-4,
h6.blog-heading {
    font-size: 15px;
}
.ht-box-icon.style-01 .icon-box-wrap {
    padding: 15px 10px 26px !important;
    margin-top: 30px !important;
}
.circle-list .list-item {
    position: relative;
    padding-left: 16px;
    margin-bottom: 6px;
}
.btn-cart {
    padding: 10px 30px;
    line-height: 1.42857;
    white-space: pre-line;
    background: #ff0002;
}
.heading,
td,
tr {
    text-align: left;
}
.btn-addto {
    position: relative;
    padding: 0;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
}
.btn-addto a {
    background-color: #ee0425;
    padding: 10px 24px;
    font-size: 14px;
    border-radius: 0;
    width: 100%;
}
.managed-it {
    max-width: 550px;
    margin: auto;
}
.ht-box-icon.style-01 .icon-box-wrap .bullet-img img {
    height: 250px !important;
}
.headings1 h2 {
    font-size: 26px;
    font-weight: 800;
}
.service-heading h4 {
    width: 100%;
}
.service-heading h5 {
    text-align: center;
    width: 100%;
    color: #000;
}
.header-area.is-sticky.only-mobile-sticky {
    background-color: #0000007a !important;
}
.is-sticky.header-area.is-sticky.only-mobile-sticky,
.is-sticky.mobile-navigation-icon i,
.is-sticky.mobile-navigation-icon i::after,
.is-sticky.mobile-navigation-icon i::before {
    background-color: #fff !important;
}
.mobile-navigation-icon i,
.mobile-navigation-icon i::after,
.mobile-navigation-icon i::before {
    background-color: #000 !important;
}
.product-ratings {
    position: relative;
    top: 0;
}
.product-details p {
    margin-bottom: 0;
}
.max-widht {
    max-width: 500px;
}
 
.feedback {
    font-size: 10px;
    color: red;
}
.instock {
    color: green;
    font-weight: 600;
}
.page-listes {
    list-style-type: disc;
    padding-left: 15px;
}
.product-pay-detail {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    padding: 0 15px 15px;
}
.product-pay-detail .pay-detail-item {
    border-bottom: 2px dashed #bdbdbd;
    padding: 5px 0;
    margin: 5px 0;
}
.pay-detail-item .pay-item-left i {
    padding-right: 10px;
    font-size: 20px;
}
.pay-detail-item .pay-item-left {
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    color: #000;
}
.pay-detail-item .pay-item-right {
    padding: 0;
    font-size: 14px;
}
.call-now.py-2 {
    background-color: #000;
    width: 100%;
    color: #fff;
    border-radius: 33px;
}
.py-2.WhatsApp,
.whatsapp-bg {
    background-color: #0c3;
    color: #fff;
    width: 100%;
    border-radius: 20px;
}
.whatsapp-img img {
    width: 30px;
    margin-top: -37px;
    margin-right: 164px;
}
.product-disp-inn {
    padding: 20px;
    overflow: hidden;
    margin: 20px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 3px #aaa;
}
td,
tr {
    border: 1px solid #ddd;
    padding: 8px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
}
.bg-theme-black {
    background: #000;
}
.new-tag {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    animation: 1s infinite blink;
}
@keyframes blink {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.faq-wrapper .card-header h5 button {
    color: #fff !important;
    font-size: 16px !important;
    background: #fc6363 !important;
}
.ml1 {
    font-weight: 900;
    font-size: 3.8em;
}
.ml1 .letter {
    line-height: 1em;
}
.ml1 .text-wrapper {
    position: relative;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
}
.ml1 .line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #fff;
    transform-origin: 0 0;
}
.ml1 .line1 {
    top: 0;
}
.ml1 .line2 {
    bottom: 0;
}
.bg_img .container-fluid {
    overflow: hidden;
    bs-gutter-x: 0 !important;
    bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0) !important;
    padding-left: calc(var(--bs-gutter-x) * 0) !important;
    margin-right: auto;
    margin-left: auto;
}
.about-resources-wrapperes {
    background-color: #f8f8f8;
    background-image: url(../assets/css/mitech-slider-cybersecurity-global-image.webp);
    background-repeat: no-repeat;
    background-position: center right 40px;
}
.expert-section .container {
    width: 95%important;
}
.bg_img {
    background-image: url(../img/background.jpg);
    background-position: right;
    background-size: cover;
}
.button-green-btn {
    background-color: #52c02b !important;
}
.experts-section {
    background-color: #edf8ff;
    border-radius: 8px;
    color: #000;
    width: 100%;
}
.experts-sections {
    padding: 15px;
}
.grid-item img {
    height: 340px;
}
.form-black {
    background-image: url(../img/bg-form.png);
    background-position: bottom;
}
.heading {
    color: #343434;
    line-height: 1.2;
    margin-bottom: 1rem;
    opacity: 1;
    font-size: 34px;
    font-weight: 800;
}
.ht-box-icon.style-01 .icon-box-wrap .icon {
    height: auto !important;
    text-align: center;
    width: 100% !important;
    margin: auto auto 29px;
    color: #086ad8;
}
.blue-btn {
    background-color: #41afee !important;
}
.heading-bran h2 {
    font: 800 34px/34px Open Sans;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    color: #000;
    word-wrap: break-word;
}
.ht-btn.ht-btn-md {
    width: 100% !important;
}
.heading-bran h4 {
    font-size: 18px !important;
    text-align: center;
}
.ht-btn {
    border-radius: 5px !important;
    padding: 0 15px !important;
}
.section-basics {
    border: 1px solid #eaeaea;
    background-color: #fff;
    border-radius: 8px;
}
.section-spacer {
    padding-bottom: 50px;
    padding-top: 50px;
}
.content-reverse-background-color {
    background-color: transparent;
}
.section-gap {
    margin: 50px auto;
}
.section-vps-dedi .section-content {
    padding: 0 20px;
}
.section-vps-dedi .section-content .section-title {
    margin-bottom: 25px;
}
.spacer-30 {
    margin-top: 30px;
}
.section-vps-dedi .section-content .section-title .section-heading {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #484848;
}
.ht-box-icon.style-01 .icon-box-wrap .content .heading {
    text-align: center !important;
    font-size: 24px;
}
.section-vps-dedi .section-content .section-data .section-content .section-1,
.section-vps-dedi .section-content .section-data .section-content .section-4 {
    display: grid;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    text-align: center;
    color: #666;
}
.section-basics .container {
    max-width: 96%;
}
.section-vps-dedi .section-content .section-data .section-content {
    border: 1px solid #54baed;
    border-radius: 20px;
    margin-top: -18px;
    padding: 40px 20px 20px;
}
.section-vps-dedi .section-content .section-data .section-heading {
    background-color: #fff;
    color: #1886ca;
    display: inline-block;
    font-size: 26px;
    padding: 0 10px;
    text-align: center;
}
.priority-feature-content {
    margin-top: 50px;
}
.section-vps-dedi .section-content .section-data .section-content .row {
    margin: 0;
    text-align: center;
}
.section-vps-dedi .section-content .section-data .section-content .feature-image {
    margin: 0 auto;
    width: 100%;
}
.feature-text p {
    margin-bottom: 0 !important;
}
.section-vps-dedi .section-content .section-data .section-content .section-2,
.section-vps-dedi .section-content .section-data .section-content .section-3 {
    border-bottom: 1px solid #b8b8b8;
    color: #666;
    display: grid;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    text-align: center;
}
.section-vps-dedi .section-content .section-data .section-content .section-3 {
    border-right: 1px solid #b8b8b8;
    border-bottom: 0;
}
.section-vps-dedi .section-content .section-data .section-content .section-1 {
    border-right: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
}
.section-content .section-data .section-content .section-2,
.section-content .section-data .section-content .section-3 {
    border-bottom: 1px solid #b8b8b8;
}
.pricing-section {
    padding: 60px 0;
}
.pricing-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 4px 15px #0000000d;
}
.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px #0000001a;
}
.pricing-header {
    background: #e9f9f1;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
}
.pricing-header h2 {
    color: #28a745;
    font-weight: 800;
    font-size: 26px;
}
.plan-title {
    font-weight: 700;
    font-size: 20px;
    margin-top: 15px;
    text-transform: uppercase;
}
.plan-desc {
    color: #666;
    margin-bottom: 10px;
}
.commeriacal-text h3,
.price {
    font-weight: 700;
    margin-bottom: 15px;
}
.price {
    font-size: 40px;
}
.price span {
    font-size: 18px;
    color: #333;
}
.commeriacal-text h3 {
    font-size: 28px;
    color: gray;
}
button.btn-buy.whatsapp-bg {
    background-color: #08cb54;
    font-size: 22px;
    padding: 10px 30px;
    width: 88%;
    border-radius: 40px;
}
.product-image img {
    height: 350px;
}
.btn-buy {
    background: #ff7a00;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s;
    margin-bottom: 20px;
    width: 75%;
}
.features li:nth-child(odd) {
    background: #f6f6f8;
}
.btn-buy:hover {
    background: #e46a00;
}
.features {
    text-align: left;
    font-size: 15px;
}
.features li {
    list-style: none;
    padding: 10px 30px;
    border-bottom: 1px solid #f1f1f1;
}
.features li::before {
    content: "✔";
    color: #28a745;
    margin-right: 8px;
}
.features li .gift {
    color: #ff7a00;
    font-weight: 600;
}
@media (max-width: 991px) {
    .pricing-card {
        margin-bottom: 30px;
    }
    .section-vps-dedi .section-content {
        padding: 0;
    }
    .col-xs-3 {
        width: 50%;
    }
    .section-vps-dedi .section-content .section-data .section-content {
        border: 1px solid #54baed;
        border-radius: 20px;
        margin-top: -18px;
        padding: 28px 0 18px;
    }
    .btn {
        font-size: 14px;
        font-weight: 500;
        border-radius: 5px;
        border: 1px solid transparent;
        padding: 5px;
        text-align: center;
        -webkit-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        height: 45px;
        line-height: 36px;
        letter-spacing: 0;
        color: #fff;
        background: #086ad8;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@media (min-width: 992px) {
    .carousel-inner {
        display: flex;
        gap: 20px;
        padding-right: 0;
    }
    .carousel-item {
        flex: 1;
        display: block !important;
        margin: 0 !important;
        transform: none !important;
    }
    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }
}
@media screen and (min-width: 1920px) and (max-width: 1920px), screen and (min-height: 1080px) {
    .heading-bran h2 {
        margin-bottom: 16px;
        text-transform: uppercase;
        font-family: "Open Sans", sans-serif;
        color: #000;
        word-wrap: break-word;
    }
    .ml1 .letters {
        font-size: 48px;
        max-width: 900px;
        line-height: 1.15;
    }
}
