html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Verdana', sans-serif;
	background-color: #fff;
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
/*--------------------------------------<Color Section>---------------------------------------------*/
.dki-bg1 {
    position: relative;
    background-image: url('https://dkialpha.com/alpha_img/bg/1920/grunge-006.webp');
    background-size: cover;
    background-position: center;
    color: #fff!important;
    text-shadow: 2px 2px 6px #000000;
}
.dki-bg2 {
    position: relative;
    background-image: url('https://dkialpha.com/alpha_img/bg/1920/grunge-001.webp');
    background-size: cover;
    background-position: center;
    color: #fff!important;
    text-shadow: 2px 2px 6px #000000;
}
.dki-bg-benefits {
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://dkialpha.com/alpha_img/tree-removal/1920/tree-012.webp");
	background-size:cover;
	background-position: center;
}

.dki-color1 {
	background-color: #EC1D24!important;
}
.dki-color1-txt {
	color: #EC1D24!important;
}
.dki-color2 {
	background-color: #07A551!important;
}
.dki-color2-txt {
	color: #07A551!important;
}
.dki-color3 {
	background-color: #212121!important;
}
.dki-color3-txt {
	color: #212121!important;
}
.dki-color4 {
	background-color: #750508!important;
}
.dki-color4-txt {
	color: #750508!important;
}
.dki-color5 {
	background-color: #676791!important;
}
.dki-color5-txt {
	color: #676791!important;
}
.dki-color6 {
	background-color: #ff0;
}
.dki-color6-txt {
	color: #ff0!important;
}

.dki-trans1 {
	background: rgba(0, 0, 0, 0.5);
}
.dki-trans2 {
	background: rgba(38, 107, 166, 0.6);
}

.shadow {
	text-shadow: 2px 2px 6px #000000;
}
.rev-shadow {
	text-shadow: 2px 2px 6px #ffffff;
}
.lt-shadow {
	text-shadow: 2px 2px 6px grey;
}
.png-shadow {
        -webkit-filter: drop-shadow(5px 5px 5px #000);
        filter: drop-shadow(5px 5px 5px #000);
}
.red-box-shadow:hover {
	box-shadow: 0px 0px 60px -25px #FFF;
}
.white #contact-form {
    color: black;
}
.fb-blue {
    color: #3A5998;
    transition: color 0.3s; /* Optional: Add a smooth color transition effect */
}
.yelp-red {
    color: #B40802;
    transition: color 0.3s; /* Optional: Add a smooth color transition effect */
}
.google-orange {
    color: #FF0202;
    transition: color 0.3s; /* Optional: Add a smooth color transition effect */
}
.fb-blue:hover,
.yelp-red:hover,
.google-orange:hover {
    color: white;
}
.fb-blue-bg {
    background-color: #3A5998; /* Blue background color */
    transition: background-color 0.3s; /* Optional: Add a smooth color transition effect */
}
.yelp-red-bg {
    background-color: #B40802; /* Red background color */
    transition: background-color 0.3s; /* Optional: Add a smooth color transition effect */
}
.google-orange-bg {
    background-color: #FF0202; /* Orange background color */
    transition: background-color 0.3s; /* Optional: Add a smooth color transition effect */
}

.fb-blue-bg:hover,
.yelp-red-bg:hover,
.google-orange-bg:hover {
    background-color: #07A551; /* Background color on hover */
    color: white;
}
a {
    color: #981A01;
}
/*--------------------------------------</Color Section>---------------------------------------------*/

/*--------------------------------------<Nav Section>---------------------------------------------*/
/*nav {
    position: absolute;
}*/
nav {
    position: absolute;
    box-shadow: none !important;
    padding: 40px 100px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; 
}

.nav-wrapper2 {
    position: absolute;
    height: 30px;
    box-shadow: none !important;
    padding: 0px 115px; 
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001; 
}
.nav-social a{
    font-size: 1.7rem;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}
.nav-social a:hover{
    color: #B40802;
}
.social-icons {
    display: flex;
    align-items: center; /* Center vertically within the row */
    /*justify-content: center;*/ /* Center horizontally within the row */
    justify-content: space-around; /* Space evenly between icons */
     width: 400px; /* Adjust the width as needed */
}

.social-icons span {
    text-align: center; /* Center-align the text horizontally */
    margin-left: 10px; /* Add some space to the left of the text */
}

.circle {
    width: 30px;
    height: 30px;
    border-radius: 50%; /* Creates a circle */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px; /* Adjust the font size as needed */
    color: white!important; /* Text color */
}
.circle i {
    color: white;
}
nav ul a,
nav .brand-logo {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
}
nav .brand-logo2 {
  color: #fff;
  font-family: 'Montserrat', serif;
  font-size: 3.0rem;
}
#logo-container{
	margin-top: -5px;
	padding-left: 0px;
	font-size: 3.5rem;
	font-weight: 900;
	/*-webkit-text-stroke: 1px black;*/
   	color: white;
   	text-shadow: 2px 2px 6px #000000;
	
}
#logo {
	position: absolute;
	z-index: 1000;
    font-family: 'Montserrat', serif;
}
.logo-pad {
    padding: 1.0rem;
}

nav .nav-wrapper i {
    line-height: inherit;
    padding-right: 0px;
}
/* Apply rounded corners to the left side of the first item */
.nav-wrapper > ul > li:first-child a {
    border-top-left-radius: 15px;  /* Adjust the radius as per your design */
    border-bottom-left-radius: 15px;
}

/* Apply rounded corners to the right side of the last item */
.nav-wrapper > ul > li:last-child a {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
/* Apply rounded corners to the left side of the first item */
.nav-wrapper > ul > li:first-child a:hover {
    border-top-left-radius: 15px;  /* Adjust the radius as per your design */
    border-bottom-left-radius: 15px;
}

/* Apply rounded corners to the right side of the last item */
.nav-wrapper > ul > li:last-child a:hover {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
nav ul a {
    font-size: 1.5rem;
    color: #fff;
}
nav ul a:hover {
    background-color: #fff;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
}
nav ul.dropdown-content {
	background-color: #000;
}
nav ul.dropdown-content li > a {
	color: #fff;
	font-size: 1.5rem;
}

.biz-info {
    /*display: block;*/
    /*font-size: 1.0rem;*/
   /* height: 64px;*/
    /*line-height: 1.1rem;*/
}
.biz-info ul li{
    /*line-height: 1.1rem;*/
}
.address-line {
    font-size: 12px; /* Adjust the font size as needed */
    line-height: 1.2; /* Adjust line height for spacing */
    display: inline-block; /* Display each line inline */
    margin-top: 2px; /* Adjust top margin for spacing */
}
.sidemenu {
	font-size: 5.5rem;
}
.nav-sameday {

    padding-left: 1.5rem;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
   	/*text-shadow: 2px 2px 6px #000000;*/
    /*display: inline!important;*/
}
.nav-sameday-mob {
    font-size: 1.0rem;
    font-weight: bold;
    color: black;
}


nav ul ul {
  display: none;
}

  nav ul li:hover > ul {
    display: block;
  }


nav ul {
  /*background: #7DF04D; */
  /*padding: 0 20px;*/
  list-style: none;
  position: relative;
  display: inline-table;
  z-index: 5000;
}
  nav ul:after {
    content: ""; clear: both; display: block;
  }

  nav ul li {
    float: left;
  }
    nav ul li:hover {
      background: #4b545f;
      background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
      background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
      background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
    }
      nav ul li:hover a {
        color: #fff;
      }

    nav ul li:hover a:hover {
        color: #000;
      }
    
    nav ul li a {
      display: block; 
      /*padding: 25px 40px;*/
      /*color: #757575;*/ 
      text-decoration: none;
    }
      
    
  nav ul ul {
    background: #EC1D24; 
    border-radius: 0px; 
    padding: 0;
    position: absolute; 
    top: 100%;
  }

    nav ul ul li {
      float: none; 
      border-top: 1px solid #6b727c;
      border-bottom: 1px solid #575f6a; 
      position: relative;
    }
      nav ul ul li a {
        padding: 5px 15px;
        color: #fff;
          font-size: 1.5rem;
      } 
        nav ul ul li a:hover {
          background: #fff;
        }
    
  nav ul ul ul {
      position: absolute; 
      left: 100%; 
      top:0;
      white-space: nowrap;
  }
.rev-icons {
    padding: 0;
}

.sidenav li > a {
    color: #fff;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
}
.sidenav li > a:hover {
    background-color: #ed1925;
    color: #fff;
}
.sidenav li > a > i, .sidenav li > a > [class^="mdi-"], .sidenav li > a li > a > [class*="mdi-"], .sidenav li > a > i.material-icons {
    color: #fff;
}
.sidenav .collapsible-header {
   /* background-color: #7DF04D;*/
    padding: 0 32px;
}
.sidenav .collapsible-header:hover {
    background-color: #EC1D24;
}
.sidenav .collapsible-body {
    background-color: #EC1D24;
    padding: 0 0 0 15px;
}
@media  screen and (max-width: 1366px) {
    .nav-sameday {
        padding-left: 1.5rem;
        color: white;
        font-family: 'Ubuntu', sans-serif;
        font-size: 2.0rem;
        text-shadow: 2px 2px 6px #000000;
        /*display: inline!important;*/
    }
    nav ul a,
    nav .brand-logo {
        font-family: 'Ubuntu', sans-serif;
        font-size: 1.2rem;
    }
    nav ul a:hover {
        background-color: #266ba6;
        font-family: 'Ubuntu', sans-serif;
        font-size: 1.2rem;
    }
    nav ul ul li a {
        padding: 5px 15px;
        font-size: 1.2rem;
    } 
}

@media only screen and (max-width : 600px) {
    nav {
        position: absolute;
        box-shadow: none !important;
        padding: 10px;
        top: 0;
        left: 0;
        right: 0;
        z-index: 4; /* Ensure the navbar is above other content */
    }
    nav img{
        width: 250px;
    }
    #logo {
	position: absolute;
	z-index: 1000;
    /*max-width: 130px!important;*/
    padding-top: 10px;
    }
    .logo-pad {
        padding: .5rem;
    }
    nav .brand-logo2 {
      color: #fff;
      font-family: 'Roboto Slab', serif;
      font-size: 2.0rem;
    }
    #logo-container{
        text-align: left!important;

    }
}
/*--------------------------------------</Nav Section>---------------------------------------------*/

/*--------------------------------------<Hero Section>---------------------------------------------*/
.hero3
{
  position: relative;
  right: 0;
  width: 100%;
  min-height: 100vh;
  /*display: flex;
  justify-content: space-between;
  align-items: center;*/
  background: #000;
  transition: 0.5s;
  z-index: 2;
}
.hero3 img
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.tree-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; /* Ensure it spans the whole width of the container */
    background-image: url('../img/tree3.webp'); /* Update the path */
    background-size: cover; /* or 'contain' based on your preference */
    background-repeat: no-repeat;
    background-position: bottom;
    height: 350px; /* Adjust based on how tall you want the overlay to be */
    z-index: 3; /* Ensure it's above the main background image */
}
.tree-overlay2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; /* Ensure it spans the whole width of the container */
    background-image: url('../img/tree2.webp'); /* Update the path */
    background-size: cover; /* or 'contain' based on your preference */
    background-repeat: no-repeat;
    background-position: bottom;
    height: 350px; /* Adjust based on how tall you want the overlay to be */
    z-index: 3; /* Ensure it's above the main background image */
}
.tree-overlay3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; /* Ensure it spans the whole width of the container */
    background-image: url('../img/tree3.webp'); /* Update the path */
    background-size: cover; /* or 'contain' based on your preference */
    background-repeat: no-repeat;
    background-position: bottom;
    height: 350px; /* Adjust based on how tall you want the overlay to be */
    z-index: 3; /* Ensure it's above the main background image */
}
#hero-contact .input-field {
    margin-top: 0;
    margin-bottom: 0;
}
.col.s12.divide:first-child {
    border-right: 1px solid #fff; /* Adjust the color and width as needed */
}
.main-hero
{
  position: relative;
  z-index: 10;
    padding: 75px 100px 0px 0px;
}
.coupon-box {
    margin-left: 20px!important;  /* Adjust as needed */
    margin-right: 20px!important; /* Adjust as needed */
}
#index-banner {
	margin-top: -15px;
}


header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 65%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.3;
  z-index: 1;
}



.overlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}





.slider, .slider .slides {
	height: 575px!important;
    background-color: black;
}
.slider .slides li img {
    opacity: .5;
}
.slider .indicators {
	position: absolute;
  	top: 10px;
	left: 90%;
}
.slider .indicators .indicator-item {
  	display: inline-block;
    position: relative;
  	cursor: pointer;
  	height: 16px;
  	width: 16px;
  	margin: 0 12px;
  	background-color: #424242;
  	-webkit-transition: background-color .3s;
  	transition: background-color .3s;
  	border-radius: 50%;
  	z-index: 7000;
}

.slider .indicators .indicator-item.active {
  background-color: #f48317;
}
.slider {
  position: relative;
}

.slider .caption {
  z-index: 10;
}

@media only screen and (max-width : 600px) {
    header h1 {
        font-size: 3.5rem;
    }
    header h3 {
        font-size: 2.5rem;
    }
    header h5 {
        font-size: 2.0rem;
    }
    header {
      position: relative;
      background-color: black;
      height: auto;
      min-height: 25rem;
    }
    
    .col.s12.divide:first-child {
        border-right: 0px solid #fff; /* Adjust the color and width as needed */
    }
    .main-hero {
        position: relative;
        z-index: 10;
        padding: 75px 5px 0px 5px;
    }
    .coupon-box {
        margin-left: 20px!important;  /* Adjust as needed */
        margin-right: 20px!important; /* Adjust as needed */
    }
}
/*--------------------------------------</Hero Section>---------------------------------------------*/

/*--------------------------------------<Fast Quote>---------------------------------------------*/
.modal {
    max-height: 85%;
    width: 75%;
}
.modal .modal-content {
    padding: 5px;
}
/*@media only screen and (max-width : 600px) {
    .modal {
        max-height: 95%;
        width: 95%;
    }
}*/

/*--------------------------------------</Fast Quote>---------------------------------------------*/

/*--------------------------------------<3 Card Section>---------------------------------------------*/
#card3 .card {
    width: 300px;
    height: 310px;
    margin-bottom: 20px;
}

#card3 .card .card-content {
  padding: 24px;
}

#card3 .card .card-title {
  font-size: 2.0rem;
  margin-bottom: 24px;
}

#card3 .card .icon {
  font-size: 7.5rem;
  /*color: #4788FF;*/
  margin-bottom: 16px;
}

#card3 {
  background-image: url('https://dkialpha.com/alpha_img/bg/1920/clean.webp');
  background-size: cover;
  background-position: center;
}

.mini123 {
	width: 65px;
	height: 65px;
	position: relative;
    left: -10px;
	bottom: -60px;
	z-index: 20;
	/*background-color: #ed262b;
	color: #fff;*/
	font-family: 'Ubuntu', sans-serif;
	font-size: 3.0rem;
	font-weight: bold;
}
.arrow {
	width: 85px;
	height: 85px;
	position: relative;
    left: 300px;
	bottom: 210px;
	z-index: 20;
	font-weight: bold;
}
.arrow .icon {
    font-size: 7.5rem;
    color: #000;

}
.big-card {
	font-family: 'Ubuntu', sans-serif;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.1;
	margin-top: 0px;
}
@media  screen and (max-width: 1366px) {
    #card3 .card {
        width: 100%;
        height: 245px;
        margin-bottom: 20px;
    }

    #card3 .card .card-content {
        padding: 15px;
    }

    #card3 .card .card-title {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

    #card3 .card .icon {
        font-size: 6.0rem;
        /*color: #4788FF;*/
        margin-bottom: 16px;
    }
    .mini123 {
        width: 55px;
        height: 55px;
        position: relative;
        left: -10px;
        bottom: -50px;
        z-index: 20;
        /*background-color: #ed262b;
        color: #fff;*/
        font-family: 'Ubuntu', sans-serif;
        font-size: 2.5rem;
        font-weight: bold;
    }
}

/*--------------------------------------</3 Card Section>---------------------------------------------*/


/*--------------------------------------<123 Section>---------------------------------------------*/

#steps123 {
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/junk123.jpg");
    background-size:cover;
	background-position: center;
}

.big-card {
	font-family: 'Montserrat', sans-serif;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.1;
	margin-top: 0px;
}
.big-card-sub {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.0rem;
	line-height: 1;
}
.divider2 {
    height: 3px;
	margin-bottom: 20px;
    overflow: hidden;
    background-color: #212121;
	margin-top: -15px;
}
.card-pad {
    padding: .7rem;
}
.card-padlr {
    padding-left: 1rem;
    padding-right: 1rem;
}
.card-pad-btm {
    padding-bottom: 1rem;
}
.card-pad-top {
    padding-top: 1rem;
}
/*--------------------------------------</123 Section>---------------------------------------------*/


/*--------------------------------------<Serve Card Section>---------------------------------------------*/
.serve-card {
	font-family: 'Montserrat', sans-serif;
	font-size: 3.0rem;
	line-height: 1.1;
	font-weight: bold;
	text-align: center;
	color: white;
    width: 100%;
}
.serve-junk {
	background-image: url("https://dkialpha.com/alpha_img/junk/1000/junk-017.webp");
	background-size: 100% 100%;
}
.serve-construct {
	background-image: url("https://dkialpha.com/alpha_img/junk/1000/junk-003.webp");
	background-size: 100% 100%;
}
.serve-clean {
	background-image: url("https://dkialpha.com/alpha_img/junk/1000/junk-016.webp");
	background-size: 100% 100%;
}
.serve-demo {
	background-image: url("https://dkialpha.com/alpha_img/junk/1000/junk-024.webp");
	background-size: cover;
}
.serve-garage {
	background-image: url("https://dkialpha.com/alpha_img/junk/1000/junk-055.webp");
	background-size: cover;
}
.serve-shed {
	background-image: url("https://dkialpha.com/alpha_img/junk/1000/junk-091.webp");
	background-size: cover;
}
.serve-spa {
	background-image: url("https://dkialpha.com/alpha_img/junk/other/hottub-003.webp");
	background-size: cover;
}
.serve-deck {
	background-image: url("https://dkialpha.com/alpha_img/junk/1000/junk-107.webp");
	background-size: cover;
}
.serve-all {
	background-image: url("https://dkialpha.com/alpha_img/junk/1000/junk-003.webp");
	background-size: cover;
}

@media  screen and (max-width: 1366px) {
    .serve-card {
	    font-family: 'Montserrat', sans-serif;
	    font-size: 2.5rem;
	    line-height: 1.1;
	    font-weight: bold;
	    text-align: center;
	    color: white;
        width: 100%;
    }
}

/*--------------------------------------</Serve Card Section>---------------------------------------------*/

/*--------------------------------------<Review Card Section>---------------------------------------------*/
blockquote {
    border-left: 5px solid #f48317;
}
.carousel {
	/*min-height: 300px;
    height: 300px;*/
}
.middle-indicator{
   position:absolute;
   /*top:50%;*/
   }
  .middle-indicator-text{
   font-size: 4.2rem;
  }
  a.middle-indicator-text{
    color:white !important;
  }
.content-indicator{
    width: 64px;
    height: 64px;
    background: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px; 
  }
    .indicators{
  	visibility: visible;
  }
.carousel.carousel-slider .carousel-fixed-item {
    bottom: 50%;
}
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
    bottom: 50%;
}



#review {
    background-image: url('https://dkialpha.com/alpha_img/bg/1920/marble.webp');
    background-size: cover;
    background-position: center;
}
#review .card {
    min-height: 300px;
}

/*--------------------------------------</Review Card Section>---------------------------------------------*/

/*--------------------------------------<Project Card Section>---------------------------------------------*/
#project-card .card-image {
    height: 250px;
    overflow: hidden;
}

#project-card .card-image img {
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#project-card-update .card-image {
    height: 300px;
    overflow: hidden;
}

#project-card-update .card-image img {
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-img {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
}

.card-wrapper {
  display: flex!important;
  flex-wrap: wrap!important;
}
.card-wrapper .card {
  display: flex!important;
  flex-direction: column!important;
}

.card-wrapper .card-content {
  flex-grow: 1!important;
}
.card-wrapper .card-content {
     height: 300px;
}

@media  screen and (max-width: 1366px) {
    
}

/*--------------------------------------</Project Card Section>---------------------------------------------*/

/*--------------------------------------<Featured Project>---------------------------------------------*/
.white.pad-tb {
  position: relative;
  height: 100vh;
  overflow: visible;
}

.white.pad-tb .container {
  height: 100%;
}

.carousel.carousel-full-width {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


.carousel.carousel-full-width .carousel-item {
  width: 75vw;
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.carousel.carousel-full-width .carousel-item img {
  max-height: 75vh;
  max-width: 75vw;
}

.caro-btn {
    position: relative;
    bottom: 15vh;
}

@media  screen and (max-width: 1366px) {
    .carousel.carousel-full-width .carousel-item img {
        max-height: 70vh;
        max-width: 70vw;
    }
    .caro-btn {
        position: relative;
        bottom: 20vh;
    }
}
@media only screen and (max-width : 600px) {
    .white.pad-tb {
        position: relative;
        height: 50vh;
        overflow: visible;
    }
    .caro-btn {
        position: relative;
        bottom: 15vh;
    }
}
/*--------------------------------------</Featured Project>---------------------------------------------*/


p {
  line-height: 2rem;
}
strong {
	font-weight: bold;
}
.mask1 {
  -webkit-mask-image: url("../img/mask1.webp");
  /*-webkit-mask-size:cover;*/
  mask-image: url("../img/mask1.webp");
    /*mask-size: cover;*/
}
#promo .icon {
  font-size: 6.5rem;
  /*color: #4788FF;*/
  margin-bottom: 16px;
}
.wh100 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.card-reveal {
    font-size: 1.0rem;
    color: black;
}
#Choose {
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://dkialpha.com/alpha_img/construct/1920/construct-006.webp");
	background-size:cover;
	background-position: center;
}
#contact .input-field > label {
    color: #2f2d2e;
    font-size: 1.3rem;
}
.small-txt {
    font-size: 1.3rem;
}
.save {
    font-size: 3.5rem;
    font-weight: bold;
}
.super-save {
    font-size: 4.5rem;
    font-weight: bold;
}
.rd-corner {
	border-radius: 15px;
}
.top-rd-corner {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.rd-corner-btn {
	border-radius: 7px;
}
.flex-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.move-up {
	margin-top: -200px;
}
.pad-left {
    margin-left: 2.5rem;
}
.pad-tb {
    padding-top: 1px!important;
    padding-bottom: 1px!important;
}
.padlr {
    pading-left: 25px!important;
    padding-right: 25px!important;
}
.pad-tb20 {
    padding-top: 2.5rem!important;
    padding-bottom: 2.5rem!important;
}
.pad-tb15 {
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}
.pad20 {
    padding: 20px;
}
.pad10 {
    padding: 10px;
}
.marg5 {
	margin: 5px;
}
.marg10 {
	margin: 10px;
}
.marg25 {
	margin: 25px;
}
.marg-tb20 {
	margin-top: 20px;
    margin-bottom: 20px;
}
.marg-top20 {
	margin-top: 20px;
}
.marg-top10 {
	margin-top: 10px;
}
.top-space {
	margin-top: 25px;
}
.top-space2 {
	margin-top: 75px;
}
.z-up {
    z-index: 5!important;
}
.text-bold {
	font-weight: bold;
}
.btn {
	font-weight: bold;
}
.btn:hover {
	background-color: white  !important;
	color: black !important;
	font-weight: bold;
}
.btn-large {
	font-weight: bold;
}
.btn-large:hover {
	background-color: white  !important;
	color: black !important;
	font-weight: bold;
}
.btn-space {
    margin-top: 1rem;
}
.special_icon {
	font-size: 10rem;
}
.star {
    font-size: 3rem;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; 
  width: 100%;
  overflow: hidden;
}
.main-raised {
    margin: -175px 30px 0;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}
.main {
    background: #fff;
    position: relative;
    z-index: 3;
}

.d-flex {
    display:flex;
	flex-wrap: wrap;
	width: 100%;
}


.benefit {
	/*text-indent: 1rem;
	font-size: 1.9rem;*/
    text-indent: -20px;
	margin-left: 20px;
	font-size: 1.9rem;
}
.pricing-feature.benefit {
	text-indent: .1rem;
    margin-left: .1rem;
	font-size: 1.9rem;
    /*text-indent: -20px;
	margin-left: 20px;
	font-size: 1.9rem;*/
}
.icon {
  position: relative;
  font-size: 2.5rem;
  top: 8px;
  left: 0px;
}
.collapsible-header i {
    font-size: 2.5rem;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.card-para {
	font-size: 10px;
	font-size: 1.0rem;
	padding-left: 5px;
	padding-right: 5px;
}



.cards-container {
  column-break-inside: avoid;
  .card {
    display: inline-block;
    overflow: visible;
  }
}

.sidenav-trigger {
  color: #26a69a;
}

.parallax-container {
  min-height: 700px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }
.parallax-container2 {
  min-height: 475px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container2 .section {
    width: 100%;
  }


.grecaptcha-badge { visibility: hidden; }


@media  screen and (max-width: 1366px) {
    .btn {
        font-weight: bold;
        font-size: 12px;
        padding: 0 10px;
    }
}

@media only screen and (min-width : 1280px) {
/*  	.carousel { 
		min-height: 850px;
	}
	.carousel-item { 
		min-height: 850px;
	}*/
}


@media only screen and (max-width : 992px) {
/*  .parallax-container .section {
    position: absolute;
    top: 40%;
  }*/
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}
@media only screen and (max-width : 1200px) {
/*	nav ul a,
	nav .brand-logo {
	  color: #fff;
	  font-family: 'Big Shoulders Display', cursive;
	  font-size: 1.0rem;
	}*/
/*	#logo {
    max-width: 175px;
	z-index: 9;
  	}*/
	#logo-container{
	width: 100%;
	margin-top: -5px;
	padding-left: 240px;
	font-size: 2.50rem;

	}
	.container {
    width: 90%;
  	}
}
@media only screen and (max-width : 992px) {
  	#logo {
    max-width: 120px;
	z-index: 9;
  	}
	#logo-container{
	width: 100%;
	margin-top: -5px;
	padding-left: 15px;
	font-size: 1.50rem;
	text-align: right;
	}
	.no-home {
	padding-top: 0px;
	/*padding-left: 240px;*/
	}
	.parallax-container2 {
  	min-height: 275px;
	}
}
@media only screen and (max-width : 600px) {
    h1 {
        font-size: 3.1rem;
    }
    h2 {
        font-size: 2.8rem;
    }
    h3 {
        font-size: 2.5rem;
    }
    h4 {
        font-size: 2.2rem;
    }
    h5 {
        font-size: 1.9rem;
    }
    h6 {
        font-size: 1.6rem;
    }
  	#logo {
    max-width: 120px;
	z-index: 9;
  	}
	#logo-container{
	width: 100%;
	margin-top: -5px;
	padding-left: 15px;
	font-size: 1.50rem;
	text-align: right;
	}
	.no-home {
	padding-top: 0px;
	/*padding-left: 240px;*/
	}
	.parallax-container2 {
  	min-height: 275px;
	}
	.slider, .slider .slides {
	height: 500px!important;
	}
	#index-banner .slider .slides li .caption {
		top: 0;
		left: 5px;
		width: 95%
	}
	#index-banner .slider .slides li .caption h1 {
		font-size: 2.7rem;
	}
	#index-banner .slider .slides li .caption h3 {
		font-size: 2.3rem;
	}
    
    
    .mini123 {
		width: 65px;
		height: 65px;
		position: relative;
		bottom: -50px;
		z-index: 20;
		/*background-color: #00008C;
		color: #EE6C3E;*/
		/*font-family: 'Ubuntu', sans-serif;*/
		font-size: 3.0rem;
		font-weight: bold;
    }
    .big-card {
		/*font-family: 'Ubuntu', sans-serif;*/
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.1;
		margin-top: 0px;
	}
	.big-card-sub {
		/*font-family: 'Ubuntu', sans-serif;*/
		font-size: 1.5rem;
		line-height: 1;
	}
    
    .pricing-feature.benefit {
	text-indent: 0rem;
    /*margin-left: 2.0rem;*/
	font-size: 1.2rem;
    /*text-indent: -20px;
	margin-left: 20px;
	font-size: 1.9rem;*/
    }
}


/*.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}*/
@media only screen and (min-width: 601px) {
  .container {
    width: 95%;
  }
}
@media only screen and (min-width: 993px) {
  .container {
    width: 85%;
  }
}




.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


.responsive-iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 aspect ratio (change to 75% for 4:3 aspect ratio) */
}

.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






















.center-transform-origin {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.right-transform-origin {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.top-transform-origin {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.bottom-transform-origin {
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}

.left-transform-origin {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.perspective-wrapper {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.rotate-y-in-out.right-transform-origin {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}

.rotate-x-in-out.top-transform-origin {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}

.perspective-wrapper .laptop-preview-sizer.lid-tilt-in-out {
  -webkit-transform: rotateX(45deg);
          transform: rotateX(45deg);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.perspective-wrapper .laptop-preview-sizer.lid-tilt-in-out.active {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.perspective-wrapper .phone-preview-sizer.phone-arc-in-out {
  max-width: 200px;
  -webkit-transform: rotateY(30deg);
          transform: rotateY(30deg);
}

.perspective-wrapper .phone-preview-sizer.phone-arc-in-out.active {
  -webkit-transform: translateX(1000px) rotateY(-30deg);
          transform: translateX(1000px) rotateY(-30deg);
}

.staggered-transition-wrapper[data-disabled="true"] .fade-in-out,
.staggered-transition-wrapper[data-disabled="true"] .fade-in {
  opacity: 1;
}

.staggered-transition-wrapper[data-disabled="true"] .fade-out-in,
.staggered-transition-wrapper[data-disabled="true"] .fade-out {
  opacity: 0;
}

.fade-in-out,
.fade-in {
  opacity: 0;
}

.fade-in-out.active, .fade-in-out[data-disabled="true"],
.fade-in.active,
.fade-in[data-disabled="true"] {
  opacity: 1;
}

.fade-in-out.no-tween,
.fade-in.no-tween {
  transition: opacity 0.3s;
}

.fade-out-in,
.fade-out {
  opacity: 1;
}

.fade-out-in.active, .fade-out-in[data-disabled="true"],
.fade-out.active,
.fade-out[data-disabled="true"] {
  opacity: 0;
}

.fade-out-in.no-tween,
.fade-out.no-tween {
  transition: opacity 0.3s;
}

.staggered-transition-wrapper[data-disabled="true"] .scale-in-out,
.staggered-transition-wrapper[data-disabled="true"] .scale-in {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.staggered-transition-wrapper[data-disabled="true"] .scale-out-in,
.staggered-transition-wrapper[data-disabled="true"] .scale-out {
  -webkit-transform: scale(.5);
          transform: scale(.5);
}

.scale-in-out,
.scale-in {
  -webkit-transform: scale(.5);
          transform: scale(.5);
}

.scale-in-out.active, .scale-in-out[data-disabled="true"],
.scale-in.active,
.scale-in[data-disabled="true"] {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.scale-in-out.no-tween,
.scale-in.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.scale-out-in,
.scale-out {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.scale-out-in.active, .scale-out-in[data-disabled="true"],
.scale-out.active,
.scale-out[data-disabled="true"] {
  -webkit-transform: scale(.5);
          transform: scale(.5);
}

.scale-out-in.no-tween,
.scale-out.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.staggered-transition-wrapper[data-disabled="true"] .up-in-out,
.staggered-transition-wrapper[data-disabled="true"] .up-in {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.staggered-transition-wrapper[data-disabled="true"] .up-out-in,
.staggered-transition-wrapper[data-disabled="true"] .up-out {
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}

.up-in-out,
.up-in {
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}

.up-in-out.active, .up-in-out[data-disabled="true"],
.up-in.active,
.up-in[data-disabled="true"] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.up-in-out.no-tween,
.up-in.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.up-out-in,
.up-out {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.up-out-in.active, .up-out-in[data-disabled="true"],
.up-out.active,
.up-out[data-disabled="true"] {
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}

.up-out-in.no-tween,
.up-out.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.staggered-transition-wrapper[data-disabled="true"] .right-in-out,
.staggered-transition-wrapper[data-disabled="true"] .right-in {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.staggered-transition-wrapper[data-disabled="true"] .right-out-in,
.staggered-transition-wrapper[data-disabled="true"] .right-out {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}

.right-in-out,
.right-in {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}

.right-in-out.active, .right-in-out[data-disabled="true"],
.right-in.active,
.right-in[data-disabled="true"] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.right-in-out.no-tween,
.right-in.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.right-out-in,
.right-out {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.right-out-in.active, .right-out-in[data-disabled="true"],
.right-out.active,
.right-out[data-disabled="true"] {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}

.right-out-in.no-tween,
.right-out.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.staggered-transition-wrapper[data-disabled="true"] .down-in-out,
.staggered-transition-wrapper[data-disabled="true"] .down-in {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.staggered-transition-wrapper[data-disabled="true"] .down-out-in,
.staggered-transition-wrapper[data-disabled="true"] .down-out {
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}

.down-in-out,
.down-in {
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}

.down-in-out.active, .down-in-out[data-disabled="true"],
.down-in.active,
.down-in[data-disabled="true"] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.down-in-out.no-tween,
.down-in.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.down-out-in,
.down-out {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.down-out-in.active, .down-out-in[data-disabled="true"],
.down-out.active,
.down-out[data-disabled="true"] {
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}

.down-out-in.no-tween,
.down-out.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.staggered-transition-wrapper[data-disabled="true"] .left-in-out,
.staggered-transition-wrapper[data-disabled="true"] .left-in {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.staggered-transition-wrapper[data-disabled="true"] .left-out-in,
.staggered-transition-wrapper[data-disabled="true"] .left-out {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}

.left-in-out,
.left-in {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}

.left-in-out.active, .left-in-out[data-disabled="true"],
.left-in.active,
.left-in[data-disabled="true"] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.left-in-out.no-tween,
.left-in.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.left-out-in,
.left-out {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.left-out-in.active, .left-out-in[data-disabled="true"],
.left-out.active,
.left-out[data-disabled="true"] {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}

.left-out-in.no-tween,
.left-out.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.staggered-transition-wrapper[data-disabled="true"] .rotate-y-in-out,
.staggered-transition-wrapper[data-disabled="true"] .rotate-y-in {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.staggered-transition-wrapper[data-disabled="true"] .rotate-y-out-in,
.staggered-transition-wrapper[data-disabled="true"] .rotate-y-out {
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.rotate-y-in-out,
.rotate-y-in {
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.rotate-y-in-out.active, .rotate-y-in-out[data-disabled="true"],
.rotate-y-in.active,
.rotate-y-in[data-disabled="true"] {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.rotate-y-in-out.no-tween,
.rotate-y-in.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.rotate-y-out-in,
.rotate-y-out {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.rotate-y-out-in.active, .rotate-y-out-in[data-disabled="true"],
.rotate-y-out.active,
.rotate-y-out[data-disabled="true"] {
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.rotate-y-out-in.no-tween,
.rotate-y-out.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.staggered-transition-wrapper[data-disabled="true"] .rotate-x-in-out,
.staggered-transition-wrapper[data-disabled="true"] .rotate-x-in {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.staggered-transition-wrapper[data-disabled="true"] .rotate-x-out-in,
.staggered-transition-wrapper[data-disabled="true"] .rotate-x-out {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}

.rotate-x-in-out,
.rotate-x-in {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}

.rotate-x-in-out.active, .rotate-x-in-out[data-disabled="true"],
.rotate-x-in.active,
.rotate-x-in[data-disabled="true"] {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.rotate-x-in-out.no-tween,
.rotate-x-in.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.rotate-x-out-in,
.rotate-x-out {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.rotate-x-out-in.active, .rotate-x-out-in[data-disabled="true"],
.rotate-x-out.active,
.rotate-x-out[data-disabled="true"] {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}

.rotate-x-out-in.no-tween,
.rotate-x-out.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.pricing-table {
  margin-top: 50px;
  border: 2px solid #f48317;
}

.pricing-table.featured {
  margin-top: 0;
}

.pricing-table.featured .pricing-header {
  padding: 45px 0;
}

.pricing-table .pricing-header {
  position: relative;
  padding: 20px 0;
  text-align: center;
}

.pricing-table .pricing-header i {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80px;
  padding-left: 5px;
  margin-left: -40px;
  font-size: 3.0rem;
  background-color: #212121;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pricing-table .pricing-header .price {
  font-size: 60px;
  line-height: 60px;
}

.pricing-table .pricing-header .price .currency,
.pricing-table .pricing-header .price .cents {
  font-weight: 300;
  margin: 0 -10px;
  font-size: 20px;
  line-height: 42px;
  vertical-align: text-top;
}

.pricing-table .pricing-features {
  margin: 0;
  padding: 10px 0 30px;
}

.pricing-table .pricing-features .pricing-feature {
  font-weight: 300;
  padding: 10px 20px;
  text-align: left;
}

.pricing-table .pricing-features .pricing-feature i {
  margin-right: 18px;
}

.pricing-table .pricing-features .pricing-feature.disabled,
.pricing-table .pricing-features .pricing-feature.disabled i {
  color: rgba(19, 192, 160, 0.5);
}

.pricing-table .pricing-features .pricing-feature:hover {
  background-color: rgba(244, 131, 23, 0.2);
}

.section.white .pricing-header i {
  background-color: #fff;
}

.section.light .pricing-header i {
  background-color: #42c4ac;
}

.section.light .pricing-features .pricing-feature.disabled,
.section.light .pricing-features .pricing-feature.disabled i {
  color: rgba(12, 123, 102, 0.5);
}

@media only screen and (max-width: 600px) {
  .pricing-table {
    margin-top: 50px;
  }
  .pricing-table.featured {
    margin-top: 50px;
  }
}
