.toggle .pricing-content {
    min-height: 0px !important;
    z-index: -1 !important;
  }

  .toggle-tabs {
    z-index: 1 !important;
  }

  .toggle .link-wrap a {
    padding: .5em;
  }

  .toggle .link-wrap>a>.close {
    width: 12px;
    height: 12px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
  }

  .toggle .link-wrap>a>.open {
    width: 12px;
    height: 12px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
  }

  .toggle .link-wrap>a>.open span {
    width: 12px;
    height: 12px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    position: relative;
  }

  .toggle-tabs {
    margin-bottom: 1em;
    color: white !important;
  }

  @media(max-width: 640px) {
    .toggle-tabs {
      display: flex;
      justify-content: center;
    }
  }

  .toggle-tabs a {
    padding: .5em;
    margin: 0.2em 0.1em;
  }

  .toggle-tabs>li {
    margin-bottom: 2px;
    z-index: 1;
  }

  .toggle-tabs>li>a,
  .toggle-tabs>li>a:focus {
    background-color: rgba(255, 255, 255, .4);
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: rgba(23, 124, 184, .6) !important;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .05);
  }

  .toggle-tabs>li>a:hover {
    color: White !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    color: #177cb8 !important;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .05);
  }

  .toggle-tabs>li.active>a,
  .toggle-tabs>li.active>a:focus {
    color: white !important;
    background-color: #00a0ff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 3px 20px rgba(0, 0, 0, .25);
  }

  .toggle-tabs>li.active>a:hover {
    color: white !important;
    background-color: rgba(0, 160, 255, 0.75) !important;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .toggle-tabs>li>a {
    margin-right: 0;
    border-radius: 4px;
  }

  .pricing-header, .pricing-subtext{
    width:70%;
    min-height: 0 !important;
    padding: 1em 0;
  }
  
  .order-container .item {
                width: 30%;
                margin-right: 5px;
                display: inline-block !important;
                position: relative;
                margin-bottom: 20px;
            }

            @media (max-width:640px) {
                .order-container .item {
                    width: 100%;
                    margin-right: 5px;
                    display: inline-block !important;
                    position: relative;
                    margin-bottom: 20px;
                }

                .order-title {
                    padding: .6em 0;
                    font-size: .9em;
                }
            }

            .order-slide.selected {
                height: 370px;
                box-shadow: 0 3px 20px rgba(23,124,184, 0.25);
                -webkit-transition: box-shadow .25s ease-in-out;
                -moz-transition: box-shadow .25s ease-in-out;
                -o-transition: box-shadow .25s ease-in-out;
                border-top: 2px solid #177CB8;
                margin-bottom: 0px;
            }

                .order-slide.selected .order-content {
                    margin-top: 40px !important;
                }

            .order-slide {
                background-color: white;
                width: 100%;
                /* float: left; */
                padding: 0;
                box-shadow: 0 3px 20px rgba(0,0,0, 0.05);
                height: 350px;
                border: 1px solid gainsboro;
                border-top: 2px solid gainsboro;
                margin-bottom: 10px;
                position: relative;
            }

                .order-slide:hover, .grid table:hover {
                    box-shadow: 0 3px 20px rgba(0,0,0, 0.15);
                    -webkit-transition: box-shadow .25s ease-in-out;
                    -moz-transition: box-shadow .25s ease-in-out;
                    -o-transition: box-shadow .25s ease-in-out;
                    border-top: 2px solid #00A0FF;
                }

            .order-content {
                margin: 30px 5px 5px 15px !important;
                text-align: center;
            }

                .order-content ul {
                    list-style: none;
                    line-height: 1.5em;
                }

            .order-title {
                padding: .6em;
                text-align: center;
                background-color: #f8f9fb;
                border-bottom: 1px solid gainsboro;
            }

            .order-slide .add-to-cart {
                position: absolute;
                bottom: 50px;
                margin-left: auto;
                margin-right: auto;
                left: 0;
                right: 0;
                width: 65%;
            }

            .order-slide .order-footer {
                position: absolute;
                bottom: 1px;
                margin-left: auto;
                margin-right: auto;
                text-align: center;
                background-color: #f8f9fb;
                border-top: 1px solid gainsboro;
                width: 100%;
            }

                .order-slide .order-footer div {
                    font-size: .8em;
                    padding: 3%;
                }

            .entry td {
                background-color: white;
            }

            .icons-ul {
                list-style: none;
            }

            .item div {
                margin-top: 0px;
            }

            .tab_monthly:active, .tab_yearly:active,
            .tab_monthly.active, .tab_yearly.active {
                box-shadow: none;
                color: #177cb8;
                background-color: transparent;
            }

            .tab_monthly:hover, .tab_yearly:hover,
            .tab_monthly:focus, .tab_yearly:focus {
                background-color: #f8f9fb !important;
            }

            .tab {
                padding-bottom: 2px;
                color: gainsboro;
                width: 80px;
            }

                .tab.active {
                    border: 1px solid gray;
                    background: linear-gradient(1turn, #dff2fd,#fff 15%);
                    color: #177CB8;
                }

            .tab-content {
                padding-top: 15px;
            }

            .priceoption {
                border: 1px solid gainsboro;
                padding: 30px 10px;
                margin: 15px;
            }

                .priceoption .pr1 {
                    width: 110px;
                    white-space: nowrap;
                }

            .tech {
                width: 88px;
                display: block;
                color: black;
                border: 1px solid transparent;
                padding-bottom: 11px;
                border: 1px solid gainsboro;
                min-height: 70px;
                margin-bottom: 4px;
            }

                .tech.active, .hover_action:hover .tech {
                    background-position: center -93px;
                    box-shadow: 0 1px 3px rgba(0,0,0,.15);
                }
				
.discover-difference h2 {
	margin-bottom:.5em;
}
.discover-difference.overlap-top {
	margin-top:-300px;
	padding-bottom:0px;
}
.get-connected {
	margin-top:0px;
}
.mb-2 .card img {
	background-color:#FFFFFF55;
}
.client-link .mb-2 .card img {
	background-color:white;
}
.client-link .mb-2:hover 
{
	transform: scale(1.02);
}
.client-link .mb-2:hover .card img
{
	 box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
}