

:root {
  --my-theme-color-secondary: white;
  --my-theme-color-text: black;
}
.contact-form {
  position: relative;
  margin-top: 0px;
}
.btn-style-four .txt {
  color: #fff;
}
.contact-page-section {
  position: relative;
  padding: 37px 0px 40px;
}

.sticky-header {
  display: none;
}
header.main-header.fixed-header {
    position: fixed;
}
.mbps-text span {
  color: #3D7EFE;
}
.about__list li:hover i {
  background-color: #3D7EFE;
}
.about__icon-wifi {
  background: #3D7EFE;
}
.about__list li i {
border: 1px solid #3D7EFE;}
.pricing__icon li {
    color: #3d7efe;
}
.progress-wrap svg.progress-circle path {
  stroke: #3D7EFE;
  
}
.services__item.active .services__icon::before, .services__item:hover .services__icon::before {
  background-color: #3D7EFE;
}
.testimonial__single {
  border: 1px solid #3D7EFE;
  
}
.mbps-text::before {
  background-color: #3D7EFE;
}
.about__list li i {
  color: #3D7EFE;
}
.pricing__lists li i {
    margin-right: 8px;
    color: #3d7efe;
}
header.main-header.fixed-header .header-lower {
    background-color: #fff;
}
.sec-title .title span {
    position: relative;
    color: #3d7efe;
}
.pricing__item .price-wrap span {
    color: #3d7efe;
    font-size: 27px;
}
.pricing__icon li.middle {
    background-color: #3d7efe;
    color: #ffffff;
    width: 70px;
    height: 70px;
}
.thm-btn {
    background: #3d7efe;
}
.page-title {
  position: relative;
  overflow: hidden;
  padding: 53px 0px;
  background-size: cover;
}
.price {
  position: relative;
  font-weight: 600;
  color: var(--main-color);
  font-size: var(--font-22);
  margin-top: 10px;
  margin-bottom: 18px;
}
.network-section .auto-container {
  max-width: 1200px;
}
.price-block-two .title-box::before {
  background: url(../images/icons/team-icon.png) !important;
}

.logo a img {
  width: 193px;
}
.logo {
  padding-top: 16px;
}
.stext {
  font-size: 23px;
}
.packge_detail {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 15px;
  padding-bottom: 4px;
}
.contact-page-section {
  position: relative;
  padding: 37px 0px 9px;
}
.price-block-two:hover {
  border: 1px solid #bebebe;
}
.title-box {
  padding-bottom: 0px;
}
.price-block-two .inner-box {
  margin-bottom: 0px;
}
.price-block-two .title-box {
  padding-bottom: 51px;
}
.price-block-two .middle-content{
	margin-bottom:0px;
	padding-bottom:0px;
}
.price-block-two {
  position: relative;
  border: 1px solid #c8c8c8;
  margin-bottom: 13px;
  transparent: border 0.5s;
}
.price-block-two.active .inner-box .title-box, .price-block-two .inner-box:hover .title-box {

  height: 100%;
}
.corporatelist .service-block-two {
  width: 30%;
  float: left;
  margin-right: 30px;
}
.logowrapper ul li img {
  width: 50%;
}
.logowrapper ul li {
  float: left;
  text-align: center;
}
.logowrapper {
  width: 100%;
  display: inline-block;
}

.custom-service-box {
  padding: 10px;
  border: 1px solid #c8c8c8;
  margin: 10px;
  display: flex;
  flex-direction: column;
  min-height: 395px;
}

.custom-service-box > .heading  {
  margin: -10px -10px 20px -10px;
  padding: 10px 10px 10px 20px;
  background: #3e7efe;
  color: black;
}

.custom-service-box > .heading > p  {
  color: white;
}
.custom-service-box > .heading > h4  {
  color: white;
}
.feature-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 20px;
}
.feature-price {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
  margin-top: 20px;
}

.feature-price > li > span {
  color: var(--main-color);
  font-size: 30px;
  font-weight: 600;
}

.feature-list > li {
  padding-right: 10px;
  font-size: 13px;
}

.feature-list > li > span {
  color: var(--main-color)
}

.thanksBenefits > ul {
  display: flex;
  overflow-y: auto;
}

.thanksBenefits ul li {
  width: 30%;
  text-align: center;
  padding: 0 10px;
}

.thanksBenefits ul li .benefitslogo img {
  width: 100%;
  display: block;
  margin: auto;
}

.thanksBenefits ul li .beenfits-title p {
  font-size: 10px;
  line-height: 1;
  padding: 5px;
}

.ott-platforms {
  padding-top: 10px;
}

.buy-now-btn {
  padding: 4px 27px 6px !important;
  margin-top: 10px !important;
}