 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* list-style-type: none; */
    text-decoration: none !important;
    scroll-behavior: smooth;
    text-align:jusitfy;
}
 
.primaryColor{
    color: #fd5115;
}

.bgPrimary{
    background-color: #fd5115;
}

.bgSecondary{
    background-color: #262937;
}
.headerSection{
     
}


/* nav-tab-style-start-here */
.nav-pills{
    border: 1px solid black;
    border-radius: 30px;
    width: 50%;
    margin: 0 auto;
    padding: 8px 0;
}
.nav-pills .nav-link{
    color: Black;
    font-weight: bold;
}
.nav-pills .nav-link:active{
    background-color: #fd5115;
    padding: 12px 20px;
    border-radius: 20px;
}
.nav-pills .active{
    background-color: #fd5115 !important;
    padding: 12px 20px;
    border-radius: 20px !important;
}
.nav-pills .nav-link:focus{
    background-color: #fd5115;
    padding: 12px 20px;
    border-radius: 20px;
}


.navList::marker{
    content: url('../images/navlist.png');
}
/* nav-tab-style-end-here */

.dealSection{
    background-color: #f6f7fb;
    
}
.CallCTAButton{
    border-radius: 0 12px 0 12px;
}
.featuresCard{
    border-radius: 12px;
    text-align: center;
}
 
.mainParaDiv{
    box-shadow:  #fd5115 5px -5px;
}
.featuresTitleLine{
    content: "";
    background-color: #fd5115;
    width: 75%;
    opacity: 1;
    border: none;
    height: 6px;
    border-radius: 25px;
   

}
.pricingPlanSection{
    background-color: #f6f7fb
}
.priceCard:hover{
      transition-duration: .5s;
  /* transition-delay: .5s; */
    background-color:#fd5115 ;
    border-radius: 22px;
    color: white;
    padding: 10px;
   
    scale: 1.1;
    margin-top: -15%;
    
    
}
.priceCard:hover .pricePlan{
    color: black !important;
}
.priceCard:hover .CallCTAButton{
    color: #fd5115 !important;
    background-color: white;
}
.priceCard:hover .CallCTAButton a{
    color: #fd5115 !important;
     
}
.footerCTA{
    border-radius: 18px;
    border: none;
}
.footerCTA a{
    color: white !important;
}
.footerSection{
    background-image: url('../images/footer-md-bg-img.png');

}
.footerDiv{
    clip-path: polygon(0 0, 100% 0, 96% 100%, 2% 100%);
    background-color: #ffffff;
}
.copyrightText{
    font-size: 14px;
	color: #fff;
    font-weight: 800;
}



/* internet-page-style-sheet-start-here */


.internetBannersection{
    background-image: url('../images/internet-banner-layer-left.png');
    background-size: contain;
    background-repeat: no-repeat;
}


.intCard{
    background-color: #f9f9f9;
    padding: 12px;
    border-radius: 18px;
}


.intPlansSection{
    background-color: #f9f9f9;
}
.intPlanCard{
    background-color: #ffffff;
    border: 1px solid gray;
    border-radius: 20px;
    text-align: center;
}

.intPlanCard:hover{
    box-shadow:  #fd5115 5px 5px;
}
.experienceSection{
    background-color: #f8f5ff;
}

/* internet-page-style-sheet-end-here */



.contact-icon-sidef {
    background: #fd5115;
    padding: 20px;
    color: #fff;
    border-radius: 18px;
}


.intSpeed{
    display: none;
}
.btn:hover{
    background-color: #fd5115 !important;
    color: white !important;
}

.priceCard .btn:hover{
    background-color: white !important;
    color:  #fd5115 !important;
}
/* .headerTopDiv{
display:none;
} */

.bg_color {
	background-color: #fd5115;
	font-size: 12px;
}
