@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600&display=swap');
body {
    background-color: #F3F5F6;
    font-family: 'Montserrat', sans-serif;
}

.container {
    max-width: 970px;
}

.navbar {
    padding-top: 30px;
}

.btn-primary {
    padding: 10px 20px 10px 20px;
    font-weight: 600;
    border-radius: 6px;
}

.btn-primary i {
    margin-right: 5px;
}

.badge {
    color: white !important;
    font-size: 12px !important;
    background-color: #FB8F77 !important;
    font-weight: 600;
    line-height: normal;
}
.card_m {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px 0px;
    height: 330px;
    border-radius: 6px
}

.card_d {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px 0px;
    min-height: 300px;
    padding: 40px;
    border-radius: 6px
}

.cards {
    margin-top: 5%;
}

.card:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .03), 0 4px 4px rgba(0, 0, 0, .03);
}

.leftMenu {
    padding: 20px;
}
.server-feature {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
  }
.fa-check {
    color:#37B24D;
}
  .feature-title {
    font-size: 16px;
    font-weight: bold;
    color: #343a40;
  }

  .feature-description {
    font-size: 16px;
    color: #6c757d;
  }

.leftMenu ul {
    list-style: none;
    padding: 0 15px 30px 0
}

.leftMenu ul li {
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    padding: 10px 0 10px 10px
}

.leftMenu ul li a {
    color: #202020;
    text-decoration: none
}

.leftMenu ul li a:hover {
    color: #1e64ff;
    text-decoration: none
}

.leftMenu ul li:hover {
    font-weight: 600;
    color: #1e64ff
}

.leftMenu ul li:before {
    content: "";
    margin: 0 7px 0 -10px;
    /* border: 1.5px solid #202020; */
    border-radius: 0 2px 2px 0;
    display: content;
    height: 800px
}

.leftMenu ul li.active a {
    font-weight: 600;
    color: #1e64ff
}

.leftMenu ul li.active:before {
    content: "";
    margin: 0 10px 0 -10px;
    border: 2px solid #1e64ff;
    border-radius: 0 2px 2px 0;
    display: content
}

.card-body img {
    padding-top: 10px;
    padding-bottom: 30px;
    display: flex;
    margin: auto;
}

.card-body .card-title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.ss_1 {
    color: #1E64FF;
    font-size: 16px;
    font-weight: 600;
}

.ss_2 {
    color: #FA7355;
}

.card {
    height: 200px;
    border: 1px solid #dee2e6;
    background-color: #ffffff;
}

.date {
    font-family: Arial, Helvetica, sans-serif;
}

h4 {
    font-weight: 600;
    font-size: 20px;
}

.list-group {
    margin-top: 40px;
}

.list-group li {
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
}

.badge {
    color: #1e64ff;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.section-header h3 {
    font-size: 36px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #556877;
    width: 50%;
}

#clients {
    padding: 40px 0;
}

#clients .clients-wrap {
    margin-bottom: 30px;
}

#clients .client-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #e8eef8;
    border-radius: 5px;
    padding: 0px 10px;
    overflow: hidden;
    background-color: white;
    height: 120px;
}

#clients .client-logo:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .03), 0 4px 4px rgba(0, 0, 0, .03);
}

#clients img {
    transition: all 0.4s ease-in-out;
}

.list-unstyled.fal {
    color: rgb(59, 59, 59);
}

.list-unstyled a {
    color: var(--bs-secondary-color) !important;
    text-decoration: none;
    font-weight: 500;
}

.btn-block {
    width: 100%;
}

.contact_deatil {
    font-size: 14px;
    background-color: #F5F9FF;
    padding: 10px 3px;
    border-radius: 7px;
}

.contact_deatil .fad {
    color: #1E64FF;
    margin-bottom: 5px;
    margin-top: 6px;
}

.footer a {
    color: var(--bs-secondary-color) !important;
    text-decoration: none;
    font-weight: 600;
}

.tech_list {
    background-color: #f5f9ff;
    margin: 20px 0
}

@media (max-width:767px) {
    .tech_list {
        margin: 15px 0
    }
}

.tech_list .tech-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 16px 26px;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:1032px) {
    .tech_list .tech-container {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 72px 0
    }
}

@media (max-width:767px) {
    .tech_list .tech-container {
        padding: 114px 0px;
    }
}

.tech_list .tech-container .content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 906px;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
}

@media (max-width:1032px) {
    .tech_list .tech-container .content {
        max-width: 672px;
        margin-top: -80px;
        padding: 0 5px;
    }
}

.tech_list .tech-container .content p {
    font-size: 19px;
    line-height: normal;
    padding: 16px 0 40px 0
}

@media (max-width:1032px) {
    .tech_list .tech-container .content p {
        text-align: center
    }
}

@media (max-width:767px) {
    .tech_list .tech-container .content p {
        font-size: 16px;
        line-height: 1.56;
        padding: 16px 0 32px 0
    }
}

.tech_list .tech-container .button {
    width: 100%;
    max-width: 270px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-top: -57px;
    max-height: 56px
}

@media (max-width:1032px) {
    .tech_list .tech-container .button {
        margin-top: 40px;
        max-width: 288px
    }
}

@media (max-width:767px) {
    .tech_list .tech-container .button {
        margin-top: 32px
    }
}

.tech_list .tech-container .brandLogo {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    -webkit-align-content: space-between;
    align-content: space-between;
    width: 575px;
    height: 375px;
    min-width: 375px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2
}

@media (max-width:1032px) {
    .tech_list .tech-container .brandLogo {
        width: 460px;
        height: 460px;
        min-width: 460px
    }
}

@media (max-width:767px) {
    .tech_list .tech-container .brandLogo {
        width: 257px;
        height: 257px;
        min-width: 257px
    }
}

.tech_list .tech-container .brandLogo a {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #dee2e6;
    background-color: #fff
}

.tech_list .tech-container .brandLogo img {
    width: 103px;
    height: 103px
}

@media (max-width:1032px) {
    .tech_list .tech-container .brandLogo img {
        width: 118px;
        height: 118px
    }
}

@media (max-width:767px) {
    .tech_list .tech-container .brandLogo img {
        width: 73px;
        height: 73px
    }
}

.brandLogo_w {
    background-color: #4766CC;
}

.brandLogo_j {
    background-color: #FDCD00;
}

.brandLogo_m {
    background-color: #4479A1;
}

.brandLogo_h {
    background-color: #E44D25;
}

.brandLogo_c {
    background-color: #379AD6;
}

.brandLogo_f {
    background-color: #1E1E1E;
}

.brandLogo_p {
    background-color: #001E36;
}

.brandLogo_cd {
    background-color: #50CC02;
}

.modal-title {
    text-align: center !important;
}

.sticky-footer {
    box-shadow: 0 10px 10px rgba(0, 0, 0, .03), 0 4px 4px rgba(0, 0, 0, .03);
    display: none;
    height: 85px;
    border-top: 1px solid rgb(214, 214, 214);
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    background: #ffffff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
}

.sticky-footer .one-fourth {
    width: 20%;
    float: left;
    padding-bottom: 20px;
    text-align: center;
    height: 88px;
    position: relative;
    cursor: pointer;
}

.sticky-search,
.sticky-filters,
.sticky-map,
.sticky-radius {
    width: 35px;
    height: 35px;
    margin: auto;
    margin-top: 11px;
}

.sticky-footer .one-fourth p {
    font-size: 11px;
    font-weight: 500;
    margin-top: 4px;
}

#navbar_btn_m {
    display: none !important;
}

#navbar_btn_m .fal {
    padding: 10px 15px !important;
    color: rgb(255, 255, 255);
    background-color: #1E64FF !important;
    border-radius: 5px;
}

@media (max-width:582px) {
    .sticky-footer {
        display: block;
    }
    .card_m {
        display: none;
    }
    .tab_h {
        font-size: 18px;
        padding-bottom: 18px !important;
    }
    .navbar_btn {
        display: none;
    }
    .list-group li {
        font-size: 13px;
    }
    .list-group span {
        font-size: 13px;
    }
    #navbar_btn_m {
        display: block !important;
    }
    .navbar-brand img {
        margin-left: 13px;
        max-width: 80% !important;
    }
    .footer {
        display: none;
    }
    #clients img {
        width: 120px;
        transition: all 0.4s ease-in-out;
    }
    #rocb {
        width: 80px !important;
        transition: all 0.4s ease-in-out;
    }
}

.navbar-brand img {
    max-width: 70% !important;
}

.carousel-control-prev,
.carousel-control-next {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    z-index: 1;
}

.carousel-control-prev-icon {
    background-color: rgba(120, 120, 120, 0.5);
    background-image: url("https://cdn-icons-png.flaticon.com/128/2985/2985161.png");
    background-size: 20px !important;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.carousel-control-next-icon {
    background-color: rgba(120, 120, 120, 0.5);
    background-image: url("https://cdn-icons-png.flaticon.com/128/2985/2985161.png");
    background-size: 20px !important;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.carousel-control-next-icon {
    transform: rotate(180deg);
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    margin: 0 5px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.9);
}

.carousel-item img {
    border-radius: 10px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.actives {
    color: #1e64ff;
    font-weight: 700 !important;
}

.actives img {
    filter: invert(29%) sepia(58%) saturate(2699%) hue-rotate(213deg) brightness(100%) contrast(107%);
}

.price-card {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .price-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .price-value {
    font-weight: 600;
    font-size: 18px;
    color: #007bff;
  }

  .price-subtext {
    font-size: 16px;
    color: #6c757d;
  }

  .feature-list {
    list-style-type: none;
    padding: 0;
  }

  .feature-list li {
    margin-bottom: 10px;
  }