/*
    DEMO STYLE
*/

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
     font-family: 'robotoregular' !important;
    background: #f1f7fb !important;
	padding: 0;
    margin: 0;
    overflow-x: hidden;
	font-size: 0.9rem;
}

p {
   
    font-weight: 300; 
    color: #212529;
	font-size: 0.9rem;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
/*title*/
h2.section-heading{
    font-size: 1.3rem;font-family: 'robotomedium';color:#e07c3d}

/*dashboard*/
.noborder .serviceBox{box-shadow: none !important;padding: 40px 15px;}
.noborder .serviceBox::after {
    background: transparent !important;
}
.card-widget {
    background: #fff !important;
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    justify-content: space-between;
    border-radius: 50rem;
    padding: 1.5rem;
}

/*custom*/
.bfil img.bfillogo {
    max-width: 56%;
}
div#navbarSupportedContent img {
    height: 20px;
}
.carousel-item .card-body{padding: 5px 0 0;}
.col-md-12.mb-2{margin-bottom:0px !important}
.tab-content .carousel-item .card {
    height: 280px;
}
.tab-content .carousel-item .card img {
    height:100%;    
}
#carouselExampleIndicators .carousel-item.item {
    height: 88%;    
}
#carouselExampleIndicators .carousel-item.item img {
    height:100%;    
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 30px;
    height: 30px; 
    padding: 19px;
    border-radius: 50px;
}
#footer img{height:40px;margin-left:20px;}
.titlesec{font-family: 'robotomedium';background: #fff;
    padding: 5px 0;    font-size: 14px;
    text-transform: uppercase;}
.num {
    text-align: right;
    margin-top: 5px;
	font-weight: 600;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0px; 
    z-index: 10;
    padding-top: 5px;
    padding-bottom: 5px;    
    text-align: center;
    background: #ffc107b8;
    width: 100%;
    left: 0;
}

.carousel-caption p{margin:0;color: #fff;}

.section-heading span{color:#68af3c  !important}
.modal-dialog .slide img{height:auto !important}
#carouselExampleIndicators6 img{height:auto !important}
.carousel-control-next, .carousel-control-prev{opacity:1}
.card-title {   
    font-size: 14px;
	text-transform: uppercase;
}
.carousel-item .card-body p{font-size: 12px;}
h5.mb-2 {
    font-size: 0.9rem;
    text-transform: uppercase;
}
.modal-content {
    border-radius: 0px !important;
    border: 0px !important;
}
.modal-header.border-0 {
    background: #fff;
    border-radius: 0px !important;
    padding: 5px 10px;
}
.modal-dialog.custom-dialog {
    max-width: 800px !important;
}

.card-title {
    margin-bottom: 0 !important;
}
.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #45b649;
    background: #fff;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

@media (min-width: 576px) {
  .rounded-nav {
    border-radius: 50rem !important;
  }
}

@media (min-width: 576px) {
  .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
}

/* With arrow tabs */

.with-arrow .nav-link.active {
  position: relative;
}

.with-arrow .nav-link.active::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2b90d9;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

/* lined tabs */

.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
  background: none;
  color: #555;
  border-color: #2b90d9;
}



.wrapper {
    display: flex;
    align-items: stretch;
}
.wrapper::before {
    content: "";
   position: absolute;
    width: 100%;
    height: 70px;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.row-phc {
    background: #fff;
    margin-bottom: 10px;
	margin-top:10px;
    /* margin-left: -30px; */
    /* margin-right: -30px; */
    padding: 10px 10px;
}
.phctitle{font-family: 'robotomedium';display: inline-block;
    margin: 0px;
    font-size: 18px;
	    border-left: 2px solid;
    padding-left: 5px;
    color: #e07c3d;
    }

.btn-primary {
    color: #fff;
    background-color: #1e2c73;
    border-color: #1e2c73;
}
.dt-buttons {
    text-align: right;
    margin-bottom: 10px;
}
.slide img {
    max-width: 100%;
   
}
#errmsg2,#errmsg1 {
    height: 0 !important;
    display: block;
}

 

.mt-30{margin-top:30px}

.input100 {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #343a40;
    background-color: #fff;
    background-clip: padding-box;   
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	border: 1px solid #4a4a4a !important;
}
.text-web{color:#004d96}
.text-brown{color:#795548 }
.text-orange{color:#FF5722}
.text-pink{color:#a82582}
h1,h2,h3,h4,h5,h6{font-family: 'robotomedium';margin: 0;}  
.mainradius {
    padding-right: 0px;
}
.main{padding:20px 30px ;min-height: calc(100vh - 104px);}
footer#footer {   
    padding: 6px 20px 10px 10px;
    text-align: right;
    width: 100%;
    background: #fff;
    text-transform: capitalize;
     font-family: 'robotomedium';  
    font-size: 0.7rem;
	z-index: 9;
	
}
.table>:not(caption)>*>* {
    padding: .4rem .5rem;
    background-color: #efe8e800;
    border-bottom-width: 0px;
    -webkit-box-shadow: inset 0 0 0 9999px #716b6b00;
    box-shadow: inset 0 0 0 9999px #bdb3b300;
}
tbody, td, tfoot, th, thead, tr {
    border: 0 solid;
    border-color: inherit;
}
.table thead th {
    font-size: 13px;
    color: #fff;
    background: #6c757d;
    border-bottom-width: 0;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-top: 4px solid #e07c3d;
}
.table td{text-transform: capitalize;font-size: 0.9rem;}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: #fff !important;
    background-clip: border-box;
    border: 1px solid transparent !important;
    border-radius: 0.3rem !important;
	/*-webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);*/
}
.card-header:first-child {
    border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0 !important;
}
.card-header {
    position: relative;
    padding: 0.8rem !important;
    border-bottom: none;
    background: #fff !important;
  /*  -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%); */
    z-index: 2;
}
.card-body {
    flex: 1 1 auto;
    padding:1rem;
}
.card-heading {
    margin-bottom: 0;
    font-size: 14px;
  
    text-transform: uppercase;
    letter-spacing: 1px;
    
}
label {
    display: inline-block;
  
}
/*
    custom closed
*/

/*
    Navbar
*/
.navbar {
    padding: 15px 10px;
    /*background:#f76d15; -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);*/
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    height: 70px;
	   
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */


#sidebar {
    min-width: 280px;
    max-width: 280px;
     background: #fff;   
    color: #222;
    transition: all 0.3s;
	background-size: cover;
	z-index: 99;
	position:relative;
	    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

#sidebar img{max-width:80%;}
#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}
#sidebar.active .sidebar-header h3, #sidebar.active .sidebar-header img,
#sidebar.active .CTAs {
    display: none;
}
#sidebar.active .sidebar-header strong {
    display: block;
	color: #4a4a4a;
}
#sidebar ul li a {
    text-align: left;
}
#sidebar.active ul li a {
    padding: 4px 10px;
    text-align: center;
    font-size: 0.75em;
	word-break: break-word;
}
#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}
#sidebar.active ul ul a {
    padding: 10px !important;
}
#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
#sidebar .sidebar-header {
      padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 8px;
    height: 70px;
}
#sidebar .sidebar-header a{text-align:center}
#sidebar .sidebar-header h3{ color: #ff0101;
    font-size:2rem;font-family: 'robotomedium';}
#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}
#sidebar ul.components {
    padding: 10px;    
}
#sidebar ul li a {
    padding: 10px;
    font-size: 0.85rem;
    display: block;
	color: #4a4a4a;
	 font-family: 'robotomedium';
}
#sidebar ul li a.active {
      border-left: 4px solid #e07c3d;
 }
#sidebar ul li a:hover {
 border-left: 4px solid #e07c3d;
 color: #e07c3d;
}
#sidebar ul li a i {
    margin-right: 6px;
	border-radius: 12%;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    -webkit-box-shadow: 0 0 20px rgb(253 99 107 / 30%);
    padding: 10px;
    box-shadow: 0 0 20px rgb(253 99 107 / 30%);
	    
}
#sidebar ul li.active>a,
a[aria-expanded="true"] {
   border-left: 4px solid #e07c3d;
   color: #e07c3d;
}
a[data-toggle="collapse"] {
    position: relative;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
ul ul a {   
    padding-left: 30px !important;   
}
ul.CTAs {
    padding: 20px;
}
ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #7386D5;
}
a.article,
a.article:hover {
    background: #3842d8 !important;
    color: #fff !important;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
#sidebar ul.components {
    padding: 0;
}
.mainradius {
    padding-right: 15px;
    padding-left: 15px;
}
.main {
    padding: 15px;  
}	
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
	#sidebar.active ul li a {
    padding: 4px 2px;   
    }
	#sidebar.active ul li a i {   
    font-size: 1.2em;   
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 5px;
        font-size: 0.7rem;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
		word-break: break-word;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

/* amani style */
#amani{
    color: rgb(221, 245, 11) !important;
}
#amani_email{
    color: rgb(97, 248, 105) !important;
}
/* dervice dashboard */
#fdate{background: url(../src/img/date.png) no-repeat 98% center;}
#tdate{background: url(../src/img/date.png) no-repeat 98% center;}
i.fa.fa-tint.falg {
    font-size: 29px;
}


.serviceBox::before {
    width: 7px;
    height: 70%;
    border-radius: 20px 0 0 20px;
    transform: translateY(-50%);
    top: 41%;
    left: auto;
    background: #f37121;
    right: 15px;
    content: "";
    position: absolute;
}




.serviceBox::after {
    content: "";
    background: #f37121;
    width: 51%;
    height: 50%;
    position: absolute;
    bottom: 14px;
    left: 10px;
    z-index: -1;
}
.serviceBox{	
	background: #fff;
    padding: 20px 15px;
    margin: 0 0 20px;
    -webkit-box-shadow:rgb(0 0 0 / 10%) 0px 4px 12px;
    box-shadow:rgb(0 0 0 / 10%) 0px 4px 12px;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
}
.iconalign {
    display: flex;
	align-items: center;
	margin:0;
}
.serviceBox .service-icon {
   color: #fff !important;
    padding: 10px;
    background: #0082c8;
    border-radius: 50px;
    height: 43px;
    width: 43px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    margin-right: 15px;
}

.serviceBox .title{
    color: #882FD5;
    font-size: 18px;
    font-weight: 400;  
    margin: 0;
}

.serviceBox .description{
        color: #0082c8;
    font-size: 30px;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 12px 0 0;
    font-family: 'robotomedium';
}
.serviceBox.darkgreen .service-icon{background:#ccbf1c}
.serviceBox.green .service-icon{background:#28a745}
.serviceBox.yellow .service-icon{background:#f37121}
.serviceBox.pink .service-icon{background:#5F9EA0;    padding: 13px;}
.serviceBox.yash .service-icon{background:#8e6c06}
.serviceBox.burly .service-icon{background:#556B2F}
.serviceBox.voilet .service-icon{background:#483D8B}

.serviceBox.darkgreen:before{background:#ccbf1c}
.serviceBox.green:before{background:#28a745}
.serviceBox.yellow:before{background:#f37121}
.serviceBox.pink:before{background:#5F9EA0;}
.serviceBox.yash:before{background:#8e6c06}
.serviceBox.burly:before{background:#556B2F}
.serviceBox.voilet:before{background:#483D8B}
.serviceBox.blue:before{background:#0082c8}

.serviceBox.color2:before{background:#FFD700}
.serviceBox.color1:before{background:#e1437d}
.serviceBox.color3:before{background:#16e0e7}




.serviceBox.color2 .service-icon{background:#FFD700}
.serviceBox.color1 .service-icon{background:#e1437d}
.serviceBox.color3 .service-icon{background:#16e0e7}
.serviceBox.color2 .title, .serviceBox.color2 .description{
    color: #FFD700;
}
.serviceBox.color1 .title, .serviceBox.color1 .description{
    color: #e1437d;
}

.serviceBox.color3 .title, .serviceBox.color3 .description{
    color: #16e0e7;
}
.serviceBox.color2::after {
 background: #ffd700;
}
.serviceBox.color1::after {
  background: #e1437d;
}
.serviceBox.color3::after {
    background: #16e0e7;
}


.serviceBox.darkgreen .title, .serviceBox.darkgreen .description{
    color: #ccbf1c;
}
.serviceBox.blue .title, .serviceBox.blue .description{
    color: #0082c8;
}
.serviceBox.green .title, .serviceBox.green .description {
    color: #28a745;
}
.serviceBox.yellow .title, .serviceBox.yellow .description{
    color: #f37121;
}
.serviceBox.pink .title, .serviceBox.pink .description{
    color: #5F9EA0;
}
.serviceBox.yash .title, .serviceBox.yash .description{
    color:#8e6c06;
}
.serviceBox.burly .title, .serviceBox.burly .description{
    color: #556B2F;
}
.serviceBox.voilet .title, .serviceBox.voilet .description{
    color: #483D8B;
}
.serviceBox.yellow::after {
   background: #f37121;
}
.serviceBox.darkgreen::after {
background: #ccbf1c;
}
.serviceBox.blue::after {
 background: #0082c8;
}
.serviceBox.green::after {
 background: #28a745;
}
.serviceBox.yash::after {
   background: #8e6c06;
}
.serviceBox.voilet::after {
   background: #483d8b;
}
.serviceBox.pink::after {
  background: #5f9ea0;
}
.serviceBox.burly::after {
   background: #556b2f;
}



#sidebar.active ul li a span{display:none;}




/* ... */
.pricingTable{
    background: #fff;  
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 15px -8px rgba(0,0,0,0.5);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.pricingTable:before,
.pricingTable:after{
    content: "";
    background-color: #F4F5F9;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    position: absolute;
    top: -213px;
    right: -213px;
    z-index: -1;
}
.pricingTable:after{
    background-color: #68af3c;
    height: 300px;
    width: 300px;
    top: auto;
    bottom: -210px;
    right: auto;
    left: -160px;
}
.pricingTable .title{
    color: #1A2A3A;
    font-size: 1rem;  
    margin: 0 0 7px;
	text-transform:Uppercase;
	font-weight:bold;
	letter-spacing:1px;
	word-wrap:none;
}
.pricingTable .title:before{
    content: "";
    background-color: #1A2A3A;
    width: 65px;
    height: 3px;
    margin: 0 auto 7px;
    display: block;
    clear: both;
}
.pricingTable .price-value{
    color: #fff;
    background-color: #68af3c;
    width: 40px;
    height: 40px;
    padding: 7px 0 0;
    margin: 0 auto 10px;
    border-radius: 50%;
}
.pricingTable .price-value .currency{
    font-size: 35px;
    font-weight: 300;
    line-height: 35px;
    vertical-align: top;
    display: inline-block;
}
.pricingTable .price-value .amount{
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    display: inline-block;
}
.pricingTable .price-value .duration{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 0 -5px;
    display: inline-block;
}
.pricingTable .pricing-content{
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content li{
    color: #888;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding: 0 0 0 35px;
    margin: 0 0 20px;
    position: relative;
}
.pricingTable .pricing-content li:last-child{ margin: 0; }
.pricingTable .pricing-content li:before{
    content: "\f00c";
    color: #fff;
    background-color: #FE5F85;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 0;
}
.pricingTable .pricingTable-signup a{
    color: #fff;
    background-color: #68af3c;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    width: 140px;
    padding: 3px 10px;
    margin: 0 auto;
    border-radius: 15px;
    border: 2px solid transparent;
    display: block;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup a:hover{
  
}
.pricingTable.blue:after{ background-color: #00CCFF; }
.pricingTable.blue .price-value{ background-color: #00CCFF; }
.pricingTable.blue .pricing-content li:before{ background-color: #00CCFF; }
.pricingTable.blue .pricingTable-signup a{ background-color: #00CCFF; }

.pricingTable.orange:after{ background-color: #e07c3d; }
.pricingTable.orange .price-value{ background-color: #e07c3d; }
.pricingTable.orange .pricing-content li:before{ background-color: #e07c3d; }
.pricingTable.orange .pricingTable-signup a{ background-color: #e07c3d; }

.pricingTable.purple:after{ background-color: #9069EA; }
.pricingTable.purple .price-value{ background-color: #9069EA; }
.pricingTable.purple .pricing-content li:before{ background-color: #9069EA; }
.pricingTable.purple .pricingTable-signup a{ background-color: #9069EA; }




.pricingTable.yash:after{ background-color: #8e6c06; }
.pricingTable.yash .price-value{ background-color: #8e6c06; }
.pricingTable.yash .pricing-content li:before{ background-color: #8e6c06; }
.pricingTable.yash .pricingTable-signup a{ background-color: #8e6c06; }


.pricingTable.color1:after{ background-color: #e1437d; }
.pricingTable.color1 .price-value{ background-color: #e1437d; }
.pricingTable.color1 .pricing-content li:before{ background-color: #e1437d; }
.pricingTable.color1 .pricingTable-signup a{ background-color: #e1437d; }

.pricingTable.color2:after{ background-color: #ffd700; }
.pricingTable.color2 .price-value{ background-color: #ffd700; }
.pricingTable.color2 .pricing-content li:before{ background-color: #ffd700; }
.pricingTable.color2 .pricingTable-signup a{ background-color: #ffd700; }

.pricingTable.color3:after{ background-color: #16e0e7; }
.pricingTable.color3 .price-value{ background-color: #16e0e7; }
.pricingTable.color3 .pricing-content li:before{ background-color: #16e0e7; }
.pricingTable.color3 .pricingTable-signup a{ background-color: #16e0e7; }


.card-header-warning h5{text-transform:uppercase;font-size:1.3rem;color:#e07c3d}





@media only screen and (max-width:1700px){

div#chartContainer{height:260px !important}
  .serviceBox .description {    
    font-size: 22px;
	margin: 7px 0 0;
  }
  .serviceBox .title {   
    font-size: 16px;   
}

.serviceBox .service-icon {  
    padding: 12px;  
    height: 37px;
    width: 37px;    
    font-size: 15px;
    margin-right: 10px;
}
i.fa.fa-tint.falg {
    font-size: 21px;
}
}
@media only screen and (max-width:1400px){
.pricingTable .title {   
font-size: 0.8rem;}
}
.text-right{text-align: right;}


