﻿@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
* {
  box-sizing: border-box;
}



.heading-primary {
  font-size: 2em;
  padding: 2em;
  text-align: center;
}

.accordion dl,
.accordion-list {
  border: 1px solid #ddd;
}
.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background-color: #232e40;
}

.accordion dd,
.accordion__panel {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
}

.accordion p {
  padding: 1em 2em 1em 2em;
}

.accordion {
  position: relative;
  background-color: #eee;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 2em 0 2em 0;
}

.accordionTitle,
.accordion__Heading {
  background-color: #717a8a;
  text-align: center;
  font-weight: 700;
  padding: 1em;
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  border-bottom: 1px solid #232e40;
}
.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  float: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #2d3a50;
  color: #fff;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #667792;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  /*max-height: 50em;*/
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    /*max-height: 15em;*/
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
          animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
          animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	background: #efefef;
	box-shadow: 3px -1px -4px 5px #333;
	-webkit-box-shadow: 0px 3px 7px -2px rgba(82,82,82,1);
	-moz-box-shadow: 0px 3px 7px -2px rgba(82,82,82,1);
	box-shadow: 0px 3px 7px -2px rgba(82,82,82,1);
	/* border-bottom: 1px solid #333; */
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 3px 27px;
	height: 38px;
	line-height: 31px;
	/* border-top: 1px solid #b9b7b7; */
	/* border-left: 1px solid #a5a5a5; */
	/* border-bottom: 1px solid #b7b7b7; */
	/* background-color: #3b4b6b; */
	color: #0e0e0e;
	overflow: hidden;
	position: relative;
	font-weight: bold;
}

.tab_last {/* border-right: 1px solid #333; */}

ul.tabs li:hover {
	background-color: #efefef;
	color: #17a2b8;
}

ul.tabs li.active {
	background-color: #efefef;
	color: #1d8696;
	border-bottom: 3px solid #17a2b8;
	display: block;
}

.tab_container {
	/* border: 1px solid #333; */
	/* border-top: none; */
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: hidden;
	margin-top: 5px;
        /*border-bottom: 2px solid #d8dce3;*/
}

.tab_content {
	padding: 5px;
	display: none;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 320px) {
    .assist {
        font-size:10px;
    }
    .call-us > strong {
        font-size:9px;
    }
    .am-logo > img {
        width:75px !important;
    }
    .basicDetails > .btn-demo.pull-right {
        display:contents;
    }
}

@media screen and (max-width: 480px) {
    .margin-t12-b12 {
        margin-top:12px !important;
        margin-bottom:12px;
    }
        .padd-16px{
        padding-left:16px;
        padding-right:16px;
    }
    .padd-l16px {
        padding-left:16px;
    }
    .Padd2nth > dd {
        padding-left:16px;
    }
	.tabs {
		display: grid;
	}
    .am-logo > img {
        width:100px !important;
    }

}

@media screen and (max-width: 360px) {
    .margin-t12-b12 {
        margin-top:12px !important;
        margin-bottom:12px;
    }
        .padd-16px{
        padding-left:16px;
        padding-right:16px;
    }
    .padd-l16px {
        padding-left:16px;
    }
    .Padd2nth > dd {
        padding-left:16px;
    }
	.tabs {
		display: grid;
	}
    .am-logo > img {
        width:85px !important;
    }
    /*.assist {
        font-size:12px;
    }
    .call-us > strong {
        font-size:10px;
    }*/
    .omg{
        margin-left:0px !important;
    }

    .omg2{
        margin-left:0px !important;
    }

	.tab_drawer_heading {
		background-color: #ccc;
		color: #fff;
		border-top: 1px solid #333;
		margin: 0;
		padding: 5px 20px;
		display: none;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
        font-size: 13px;
	}
	.d_active {
		background-color: #666;
		color: #fff;
	}
}

.footer-distributed{
	background-color: #f3f9f5;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 25px 25px 10px 25px;
	/* margin-top: 80px; */
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 25%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 30%;
}

.footer-distributed .footer-center i{
	background-color:  #265088;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 10%;
	text-align: center;
	line-height: 42px;
	margin: 10px 5px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #2c4a73;
	vertical-align: middle;
	margin:0;
	font-size: 13px;
	margin: 1px;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 38%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 5px;
	position: inherit;
	right: 33px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 31px;
	cursor: pointer;
	background-color: #2c4a73;
	border-radius: 2px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 37px;
	line-height: 36px;
	margin-bottom: 5px;
	margin-right: 4px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

 .one {
            /*margin-left: 769px;*/
            border: 1px solid #28a745;
            background-color: white;
            color: #28a745;
            font-weight: bold;
        }


@media only screen and (min-device-width: 768px) and (max-device-width:1024px){
    .one {
        margin-left:0;
    }
}

@media only screen and (max-width: 880px) {
  .footer-distributed {
    height: 180px;
    
  }
  .foote-center{
      margin-bottom:10px !important;
  }
}