
	/* $Id$ */
	/**
	 * TODO while check in this file
	 *
	 * 1. append all images with ?p=Jan_28_2014 parameter in the end.
	 * 2. Use images by give the full url path in from our static account.
	 * 3. Remove the unused classes
	 */
	/* CSS Document */

	@font-face {
		font-family: "ProximaNova-Reg";
    font-display: fallback;
    src: url(../fonts/proximanova-regular-webfont.woff2) format('woff2'),
        url(../fonts/ProximaNova-Reg-webfont.woff) format('woff'),
        url(../fonts/ProximaNova-Reg-webfont.ttf) format('truetype'),
        url(../fonts/ProximaNovaReg.eot) format('embedded-opentype');

	}


	@font-face {
		font-family: "ProximaNova-Sbold";
    font-display: fallback;
		src: url(../fonts/proximanova-semibold-webfont.woff2) format('woff2'),
          url(../fonts/ProximaNova-Sbold-webfont.woff) format('woff'),
          url(../fonts/ProximaNova-Sbold-webfont.ttf) format('truetype');
	}

	@font-face {
		font-family: "ProximaNova-Bold";
    font-display: fallback;
		src: url(../fonts/proximanova-bold-webfont.woff2) format('woff2'),
        url(../fonts/ProximaNova-Bold-webfont.woff) format('woff'),
        url(../fonts/ProximaNova-Bold-webfont.ttf) format('truetype');
	}

  @font-face  {
    font-family: "ProximaNova-RegIt";
    font-display: fallback;
    src: url(../fonts/proximanova-regularit-webfont.woff2) format('woff2'),
        url(../fonts/proximanova-regularit-webfont.woff) format('woff');
  }






	html {
	    line-height: 1;
	    -ms-text-size-adjust: 100%;
	    -webkit-text-size-adjust: 100%
	}

	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	menu,
	nav,
	section {
	    display: block
	}



	body {
	    font-family: ProximaNova-Reg, Arial, Helvetica, sans-serif;
	    font-size: 1rem;
	    line-height: 1.6;
	     margin: 0;
	    color: #000;
	    text-rendering: optimizeLegibility;
	    -moz-osx-font-smoothing: grayscale
	}

	h1,h2,h3,h4,h5 {
	    margin-bottom: 1rem;
	}

	h1 {
	    font: 2.5rem/1.2 ProximaNova-Bold, Arial, Helvetica, sans-serif;
	}

	h2 {
	    font: 2rem/1.25 ProximaNova-Sbold, Arial, Helvetica, sans-serif;
	}

	h3 {
	    font: 1.75rem/1.3 ProximaNova-Sbold, Arial, Helvetica, sans-serif;
	}

	h4 {
	    font: 1.5rem/1.4 ProximaNova-Sbold, Arial, Helvetica, sans-serif;
	}

	h5 {
	    font: 1.25rem/1.4 ProximaNova-Sbold, Arial, Helvetica, sans-serif;
	}

	h6 {
	    font-size: 1rem;
      font-family:ProximaNova-Sbold, Arial, Helvetica, sans-serif;
      line-height: 1.2;
      margin-bottom: 0.5rem;

	}

	p {
	    font-size: 1rem;
	    line-height: 1.6;
	    margin: 0 0 1rem 0;
      color:#000;
	}

	.content-wrap {
	   width: 100%;
       padding-left: 15px;
       padding-right: 15px;
       margin-top: 4rem;
       margin-bottom: 4rem;
       margin-right: auto;
       margin-left: auto;
}

.hero-wrap {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin: 0 auto;
}

.content-wrap__anchor {
  border-bottom:1px dotted rgba(0, 0, 0, 0.5);
}



.metric-card {
  border: 1px solid #eee;
  box-shadow: 0 2px 4px 0 rgba(129,129,129,0.2);
  padding: 10px;
}

.metric-card:hover {
  box-shadow: 4px 6px 8px 2px rgba(129,129,129,0.15);
  transition: 0.3s;
}

.feature-icon-small {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.feature-icon-medium {
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
}

.feature-icon-large {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}

.feature-icon {
background-size: contain;
  background-repeat: no-repeat;
}



  .feature-grid {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-template-areas: none;
    grid-auto-flow: initial;
    grid-auto-rows: initial;
    grid-auto-columns: initial;
    grid-gap: 60px 30px;
}

.icon-grid  {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;

}

.s247-logo img {
  width: 100px;
}



  @media only screen and (min-width: 670px) {
    .feature-grid {
      grid-template-columns: 1fr 1fr;
    }

    .tab-active {
  box-shadow: 0px 0px 15px 2px #e6e6e6;
}
  }

  @media only screen and (min-width: 880px) {
    .feature-grid {
      grid-gap: 60px;
    }
  }

  @media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
.icon-grid {
  grid-template-columns: repeat(2, 1fr);
}
}

.update-banner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #296c96;
  text-align: center;
}

  .sub-header {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    color: rgba(0, 0, 0, 0.8);
    font-weight: bold;

  }


.carousel-indicators .active {
  background-color: #83b532;
}

.carousel-indicators {
  bottom: -20px;
}

.carousel-indicators li {
  height: 12px;
  border: 1px solid #ccc;
  width: 12px;
  border-radius: 10px;
}


.navbar-brand {
  padding: 0.5rem 1rem;
  margin: 0px;
}



.footer-all-in-one-li {
position: relative;
list-style: none;
padding: 0 0.3125rem 0 0.3125rem;
font-size: 15px;
}

.footer-all-in-one-li:after {
  content: '';
  position: absolute;
  height: 12px;
  width: 1px;
  background: #000;
  right: 0;
  top: 6px;

}

.footer-all-in-one-li a {
  font-size: 1rem!important;
}

.footer-all-in-one-li:last-child:after {
  content: none;
}

.footer-col-one-fifth {
flex: 0 0 20%;
max-width: 20%;
}


.footer-col-one-fourth {
flex: 0 0 25%;
max-width: 25%;
}


.learnmore-anchor {
display: inline-block;
position: relative;
text-decoration: none;
color: #000;
cursor: pointer;
line-height: 1rem;
font-size: 15px;
}

.learnmore-anchor:hover {
  text-decoration: underline #83b633;
  color:#83b633;
}

.learnmore-anchor:after {
  content: '';
  position: absolute;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -10px;
  top: 5px;
  width: 6px;
  height: 6px;
  cursor: pointer;


}


.learnmore-anchor:hover:after {

 border-top: 1px solid #83b633;
  border-right: 1px solid #83b633;
  transform: rotate(45deg) translate(2px,-2px);
  transition: transform 250ms;
}

.fa{
  font-size: 1.875rem;
  color: #83b633;
}

.social-icons-new {
  display: flex;
  justify-content: space-around;
  width: 200px;
}



.footer-links li {
  font-size: 0.875rem;
  margin-bottom: .1rem;
}



.product-menu-col-one-fourth {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.price-annual-text {
  color: #999;
  text-decoration: line-through;
}

.free-plan-text {
  display: block;
  font-size: 0.875rem;
}

.testimonial-index-carousel {
  width: 65%;
  margin: 0 auto;
}
.testimonial-index-carousel .carousel-inner {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}

.carousel-control-prev-icon {
  background-image: url(../images/rum-left-arrow.svg);

  }

.carousel-control-next-icon {
  background-image: url(../images/rum-right-arrow.svg);
}

.carousel-control-prev {
  left: -15%;
}

.carousel-control-next {
  right: -15%;
}

.testimonial-card__quote {
  font-family: ProximaNova-RegIt, Arial, Helvetica, sans-serif;
  font-style: italic;
  padding: 1rem;
  font-size: 1rem;

}

.testimonial-card-bio span {
  display: block;
  font-size: 12px;
  color: #333;
}


.testimonial-card-bio  p {
  color: #000;

}

.testimonial-card-bio {
  position: relative;
}

.testimonial-card-bio:before {
 content: '';
    border-top: 2px solid #a5d061;
    width: 100px;
    position: absolute;
    margin: 0 auto;
    top: -15px
}



    @media (min-width:576px) {
    .content-wrap {
        max-width: 540px;
    }

    .hero-wrap {
      max-width: 540px;
    }

}

@media (min-width:768px) {
    .content-wrap {
        max-width: 720px
    }

    .s247-logo {
  width: 204px;
  line-height: normal;
}


.hero-banner {
  position: absolute;
  transform: scale(1.2);
  left: 68px;
}





}

@media (min-width:992px) {
    .content-wrap {
        max-width: 960px;
    }

     .hero-wrap {
      max-width: 960px;
    }

}

@media (min-width:1200px) {
    .content-wrap {
        max-width: 1140px;
    }

     .hero-wrap {
      max-width: 1140px;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

}

	ol,
	ul {
	    list-style: none;
	    padding:0px;
	    margin:0px;
	}



	t {
	    border-collapse: collapse;
	    border-spacing: 0
	}

	embed,
	img,
	object,
	video {
	    max-width: 100%;
	   
	}

	video {
	    width: 100%
	}


	a {
	    color: #000;
	    text-decoration: none;
	}
	 a:hover{
        color: #000;
        cursor: pointer;
	    text-decoration: none;
	}


	*,
	:after,
	:before {
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box
	}

/*a:focus {
        outline:0;
      }*/
	/************ Header *********/


    @media (min-width: 992px){


    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
    }
        .navbar-expand-lg .navbar-toggler {
        display: none;
    }
        .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    
    .navbar-light .navbar-nav .nav-item .nav-link{
        font-size:0.875rem; 
        color:#000;  
        padding-right: 1rem;  
        padding-left: 1rem;
    }
    .navbar{
      padding:0px;
      height: 52px;

    }



     .fixed-top {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}


    .nav-item a.nav-link:hover {
        color:#83b633!important;}


}

@media only screen and (min-width : 320px) and (max-width : 767px) {


.footer-col-one-fifth {
 flex: 0 0 100%;
  max-width: 100%;
}

.footer-col-one-fourth {
 flex: 0 0 100%;
  max-width: 100%;
}

.navbar-toggler {
  border: none;
  border-radius: 0px;
  padding: 0px;
}

.nav-item-style {
  border-bottom:  1px solid #f1f1f1;
}

.navbar-toggler-icon {
  width: 1.2em;
  height: 1.2em;
}

.nav-item-btn-width {
  flex: 0 0 45%;
}

.nav-login-btn {
  background:#e2e6ea;
  text-align: center;
  padding: .35rem .7rem;
  display: block;
  border: 1px solid #dae0e5;
}



.navbar-collapse {
  margin-top: 0.625rem;
}



.footer-toggle {
  display: inline-block;
  position: relative;
  width: 100%;

}

.footer-toggle:after {
  content: '';
  position: absolute;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg);
  height: 6px;
  width: 6px;
  right: 0px;
  top: 5px;
}

.footer-toggle h5{
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.footer-header {
   border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.footer-col-one-fifth .footer-links , .footer-col-one-fourth .footer-links{
  display: none;
}

}




	/* ----------------------------------------------------------------
		Featured Boxes
	-----------------------------------------------------------------*/

    .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #333;
    background-color: #ddd;
    }

    .grey_bg{
        background-color:#f3f4f4;
    }

    .breadcrumb {
      background-color: transparent;
      font-size: 12px;
    }

    .hero-bg{
  background-image: url(../images/index-bg-cloud.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;

}

.hero-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}



	/******** Content Section End***********/
/******** Pricing ********/
    .panel{width:100%!important;}

    .cd-panel {
    position: relative;
    top: -64px;
        z-index:1;
    }


.arrow_rightmarg{margin-right: 5px;}

    .server_li ul li {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 5px;
}

    .cd-panel-container {
    position: absolute;
    top: -745px;
    }

.cd-panel-content {
    position: relative;
     top: 0px;
    overflow: inherit!important;
    }

    .enterprise_box_height {
    height: 565px;
}


    .main_text {
    font-size: 16px;
}

.addon_section ul li div{font-size: 14px;
                            color:#000;}

ul.tab-nav:not(.tab-nav-lg) li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    float: left;
    height: 45px;
    text-align: center;
    width: 20%;
    border-radius: 0px;
}
ul.tab-nav.tab-nav2 li.ui-state-active a {
    background-color: #f8f8f8;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    height: 60px;
    line-height:24px;
    top: 0;
    border-radius: 0px;
    border-bottom: 3px solid #83b633;
}
ul.tab-nav.tab-nav2 li a {
    background-color: #efefef;
    border-radius: 0px;
    height: 60px;
    line-height:24px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0px;
    color: #888;
}

ul.tab-nav:not(.tab-nav-lg) li a {
    display: block;
    padding: 15px;
}

    .pricing-action {
     padding:0px; 
}

@media (max-width: 768px) {
#header.full-header .container {
    width:100%!important;
}
     #header{text-align:left!important;}
    .pricing.pricing-5 .pricing-box {
    float: none;
    width: 100%;
}
    .servertab_top_pad {
    padding-top: 13px!important;
}

    
    ul.tab-nav.tab-nav2 {
    border: 1px solid #ddd;
    height: auto;
    width: auto;
}
ul.tab-nav.tab-nav2 li a {
    background-color: #efefef;
    border-radius: 0px;
    height: 45px;
    line-height: 14px;
    font-size:8px;
    font-weight: 500;
    border-radius: 0px;
    color: #888;
    padding: 6px 4px;
}


ul.tab-nav.tab-nav2 li.ui-state-active a {
    background-color: #fff !important;
    color: #000;
    font-size:7px;
    font-weight: 700;
    height: 46px;
    line-height: 14px;
    top: 0;
    border-radius: 0px;
    border-bottom: 3px solid #83b633;
}

}

.addon_section ul li {
    font-size: 14px;
    line-height:24px;
}

.accordion-control{
  display: block;
  padding: .75rem;
  position: relative;
}

.accordion-control.collapsed:after {
  content:'\002B';
  position: absolute;
  right: 15px;

}

.accordion-control:not(.collapsed):after {
  content: '\002D';
    position: absolute;
  right: 15px;
}


    .pricing-title, .pricing-title h3 {
        background-color:none;
     font-size: 1.5rem;
    font-family: ProximaNova-Reg, Arial, Helvetica, sans-serif;
    }

    #website .pricing-title, #allinone .pricing-title{background-color:#f6f6f6; padding:8px;}

    .currency a  {
                font-size: 15px;
                color:#ddd;
                font-weight:100;
                text-decoration:none;
                border-bottom: 0px!important;
            }

    .pricing-box {
                background-color: #fff;
                border: 1px solid rgba(0, 0, 0, 0.075)!important;
                }
    .pricing-box ul li{
                        font-size:14px;
                        line-height:2;
                    }





    .hoverct {
        border: 1px solid rgb(255,250,202)!important;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        font-size: 10px;
        padding: 15px 20px;
        position: absolute;
        display: block;
        width:500px!important;
        z-index:5;
        bottom: 22px;
        box-shadow: rgb(136, 136, 136) 10px 10px 5px;
        background-color: #fffdce!important;
    }
    .hoverct > p {
        line-height: 20px!important;
        margin: 0px 0px 0.5em;
        text-align: left;
    }
  
  .leftbox {
  position: relative;
}

    .hoverct::after {
        border-color: rgb(255,253,206) transparent transparent!important;
        border-style: solid;
        border-width: 16px 16px 0px;
        bottom: -6px;
        content: '';
        height: 0px;
        left: 61px;
        position: absolute;
        width: 0px;
    }
    .hoverct {
        display: none;
        z-index: 50;
        bottom: 35px;
    }
    .hoverct {
        z-index: 999999999;
    }

    .hoverct {
        bottom: 26px;
    }

    .pop_text li {
                  text-align: left!important;
                  color: #444!important;
                  list-style-position: outside;
                  padding: 0 10px;
                  margin-left: 18px;
                }

    .pop_text{
        font-size: 13px;
        color: #000;
    }

    .pricing-box.best-price, .best-price.pack_header {
        margin: 0px;
        box-shadow: none;
        border: 2px solid #83b633 !important;
    }

    .site24x7_text-2{
        font-size:13px;
    }



    .pricing-box.pricing-extended .pricing-action-area {
    background-color: #f9f9f9;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0 3px 3px 0;
    padding: 10px 8px 0px;
    position: relative;
    text-align: center;
    float: left;

}

.price-amount{
    font-size:2.5rem;
    font-family: ProximaNova-Sbold, Arial, Helvetica, sans-serif;
}
    /******** Pricing End *********/

    .docker_bg {
    background-image: url(../images/docker.png);
    background-repeat: no-repeat;
    background-position: center;
}

	/********* footer***********/

	#footer {
	    background-color: #eee;
	    border-top: none;
	    position: relative;
	}

	#copyrights {
	    background-color: #ddd;
	    font-size: 0.75rem;
	    margin-bottom: 0.3125rem;
	}

	/****** footer end *******/

.icon-list {
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 2rem;
}

.pricing-btn {
        display: inline-block;
        font-family: ProximaNova-Sbold, Arial, Helvetica, sans-serif;
        padding: 0.5rem 1.5rem;
        text-align: center;
        text-transform: uppercase;
        -webkit-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
        margin: 0;
        border: 1px solid transparent;
        cursor: pointer;
        z-index: 1;
        font-size:1rem;
       }

.pricing-btn--green {
    background: #83b633;
    color: #fff;
}

.pricing-btn:hover {
    color: #fff;
    text-decoration: none;
}

.pricing-btn__text {
    font-size: 12px;
    font-weight: 400;
    display: block;
    font-family: ProximaNova-Reg, Arial, Helvetica, sans-serif;
}

.signup-btn {
    display: inline-block;
    font-family: ProximaNova-Sbold, Arial, Helvetica, sans-serif;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
}

.signup-btn--green {
    background:#83b633;
    color: #fff!important;
     border: 1px solid #83b633;

}

.signup-btn--outline {
  font-family: ProximaNova-Reg, Arial, Helvetica, sans-serif;
  border: 1px solid #83b633;
}

.signup-btn__text {
    font-size: 12px;
    font-weight: 400;
    display: block;
    font-family: ProximaNova-Reg, Arial, Helvetica, sans-serif;
}

.nav-signup-btn {
    display: block;
    font-family:ProximaNova-Sbold, Arial, Helvetica, sans-serif;
    padding: 0.35rem 0.7rem;
    font-size: 1rem!important;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
}

    .nav-sticky {
      position: sticky;
      position: -webkit-sticky;
      top: 0;
      left: 0;
      right: 0;
      z-index: 999;
      box-shadow: 0 2px 10px rgba(0,0,0,.05);
      background: #fff;
      line-height: normal;
    }


    #header-wrap{
            width: 100%;
            max-width: 1280px;
            margin: 0 auto;
    }

.navbar-light .navbar-nav .nav-link {
    color: #000;
}



    .zoho-logo {
  background-image: url(../images/zoho-logo-512px.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 15.5px; 
  width: 45px;
  height: 15.5px;
  display: inline-block;
  margin-bottom: -2px;
}

.footer-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.footer-wrap h5 {
  font-size: 1.0625rem;
  font-family: "ProximaNova-Reg", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.related-feature-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.related-feature-list__item {
  position: relative;
  list-style: none;
  padding: 0 0.3125rem 0 0.3125rem;

}


.related-feature-list__item a:hover{
  text-decoration: underline;
  color: #83b633;
}

.related-feature-list__item:after {
  content: '';
  position: absolute;
  height: 12px;
  width: 1px;
  background: #000;
  right: 0px;
  top: 6px;
}
.related-feature-list__item:last-child:after {
  content: none;
}

.device-logo-tile {
  display: flex;
  justify-content: center;
padding:20px 0px; 
margin: 10px;
border: 1px solid #ccc;

}

.device-logo-tile:hover {
background-color: #eee;
transition: background-color 0.2s linear;

}


      .pricing-s247-logo {
        display: inline-block;
        background-image: url(../images/site24x7-blacklogo.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 50px;
        height: 10.19px;
      }


.bg-banner-solid {
  width: 100%;
  position: relative;
}

.bg-banner-solid--yellow {
  background-color:#fcf3e4;
}

.bg-banner-solid--grey {
  background-color: #f8f9fa;
}


.bg-banner-solid--blue {
background-color: #eaf5ff;
}



.modal-zoom-icon {
  position:absolute;
  bottom: 0%;
  left: 5%;
}

.terms-text {
  font-size: 0.875rem;
  font-style: italic;
  display: block;

}

.video-container {
  position: relative;
  padding-bottom: 56.35%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}

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

.ft-sec-nav {
  position: relative;
  padding: 10px;
  list-style: none;
}

.ft-sec-nav:after {
  position: absolute;
  content: '';
  height: 10px;
  width: 1px;
  background: #000;
  right: 0;
  top: 14px;
}

.ft-sec-nav:last-child:after {
  content: none;
}


  .testimonial-author {
    font-size: 1.125rem;
    display: block;
  }
  .testimonial-designation, .testimonial-company {
    display: block;
    font-size: 0.75rem;
    color: #666;
  }

.footer-social-icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}




@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {

.col-12-ipad {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-6-ipad {
 flex: 0 0 50%;
  max-width: 50%;
}

.mb-3-ipad {
  margin-bottom: 1rem;
}

.col-4-ipad {
 flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.ipad-text-align {
  text-align: center!important;
}


.hero-banner {
  position: relative;
  transform: none;
  left: 0px;
}
	
	.docker_bg{
		background-image:none;
	}

.ipad-display-block {
  display: block!important;
}

.ipad-display-none {
  display: none!important;

}

.ipad-display-flex {
  display: flex!important;
}

.ipad-flex-column-reverse {
  flex-direction: column-reverse!important;
}

.footer-col-one-fifth {
  padding-right: .25rem;
}

}

@media only screen and (min-width: 768px) {

.scroll-spy-container {
  height: 800px;
  overflow: auto;
}
}