* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: #f8f9fa;
  overflow-x: hidden;
}

/**** Header ****/
.navbar-nav .dropdown:hover>.dropdown-menu {
  display: block;
  /* Ensures the menu becomes visible on hover */
}

.navbar-nav .dropdown-menu {
  display: none;
  /* Hides dropdown by default */
  position: absolute;
  /* Ensures the dropdown is positioned relative to the parent */
}

.navbar-nav .dropdown:hover {
  position: relative;
  /* Required for positioning the dropdown */
}

/* Optional: Add a transition for a smoother effect */
.navbar-nav .dropdown-menu {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.navbar-nav .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  /* top: 47px; */
  background-color: #fff;
  padding: 0 10px;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  max-width: 100px;
}

a {
  color: inherit;
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: row;
  float: left;
  padding: 0;
  margin: 0;
}

.navbar-expand-lg .navbar-collapse {
  display: flex !important;
}

.navbar-inverse {
  border-color: #efefef;
}

.nav-bg-color {
  /* background-color: transparent; */
  background-color: #fff;

  border: none;
  box-shadow: none;
}

.mainmenu {
  background: none;
  border: 0 solid;
  margin: 0;
  padding: 0;
  min-height: 20px;
}

.mainmenu {
  /* background-color: transparent; */
  background-color: #fff;
  background-color: #fff;

  /* border-color: transparent; */
  margin-bottom: 0;
  border: 0px !important;
}

.pmd-z-depth {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.navbar-inverse {
  /* background-color: #222; */
  border-color: #080808;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-container {
  width: 1280px;
  background-color: white;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  height: 65px;
}

.pmd-navbar .navbar-toggle {
  border-radius: 50%;
  border: none;
  height: 40px;
  width: 40px;
  padding: 10px;
  margin-top: 12px;
  margin-right: 8px;
}

.pmd-navbar .navbar-toggle {
  margin-top: 16px;
  float: left;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.search-anchor-xs {
  padding: 8px 10px 8px 0 !important;
  display: none;
}

.search-anchor {
  padding: 22px 0 !important;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>li>a {
  color: #414141;
  font-weight: 600;
  font-size: 13px;
  padding: 30px 0;
}

.pmd-navbar .navbar-nav>li>a {
  text-transform: uppercase;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
  background-color: #fff;
  padding: 0 10px;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  max-width: 235px;
}

.fright {
  margin-top: 22px;
}

.pull-right {
  float: right !important;
}

.pull-right {
  float: right;
}

/**** section 1 ****/

.section1 {
  background-image: url('https://www.teamcomputers.com/android-mobility/android_micro/header-image.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 120vh;
  background-position: center;
}

.section-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 70px;
  background: none;
}

.custom-font {
  color: white;
  font-family: 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6px;
  text-align: left;
}

.p1 .transfromation {
  color: white;
  font-family: 'Arial', sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 0.0px;
  text-align: left;
}

.century {
  color: white;
  font-family: 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.img-fluid-sec-1 {
  margin-top: -5px;
  width: 20%;
}

.img-fluid1sec-1 {
  margin-top: 20px;
}

.section1-header h1,
.section1-header h2 {
  font-family: 'Arial', sans-serif;
  font-weight: 900;
  font-size: 40px;
  color: #FFFFFF;
}

.section1-header h1 {
  font-size: 60px;
  color: #FFFFFF;
}

.section1-header h2 {
  font-size: 50px;
  color: #4FA9BC;
}

.section1-header h1,
.section1-header h2 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1200px) {
  .section1-header h1 {
    font-size: 2.5rem;
  }

  .section1-header h2 {
    font-size: 2rem;
  }

  .custom-font,
  .transformation {
    font-size: 1.1rem;
  }
}

@media (max-width: 992px) {
  .section1-header h1 {
    font-size: 2rem;
  }

  .section1-header h2 {
    font-size: 1.8rem;
  }

  .img-fluid1sec-1 {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .section1-header h1 {
    font-size: 1.8rem;
  }

  .section1-header h2 {
    font-size: 1.6rem;
  }

  .custom-font,
  .transformation {
    font-size: 1rem;
  }

  .section-title {
    text-align: center;
  }
}

@media (max-width: 576px) {

  .section1-header h1,
  .section1-header h2 {
    font-size: 1.5rem;
  }

  .custom-font,
  .transformation {
    font-size: 0.9rem;
  }

  .img-fluid1sec-1 {
    max-width: 100%;
  }

  .btn-primary {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
}

.collaboration-img {
  width: 75%;
  overflow: hidden;
  display: flex;
  margin-left: 115px;
  height: 426px;
  background-color: #f8f9fa;
}

.collaboration-img img {
  max-width: 100%;
  /* Scale the image width */
  max-height: 100%;
  /* Scale the image height */
  object-fit: contain;
  /* Keep the image's aspect ratio */
}

.collaboration-container {
  width: 350px;
  background-color: #fff;
}

.collaboration-container h1 {
  font-family: 'Graphik', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 35.2px;
  text-align: left;
  margin-bottom: 20px;
}

/* Details Section */
.details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Icon and Text Row */
.icon-text {
  display: flex;
  align-items: center;
}

.icon-text .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

/* Features Section */
.features {
  margin-top: 20px;
  text-align: left;
}

.features h2 {
  font-family: 'Graphik', sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.features ul {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 0; 
}

.features li {
  font-family: 'Graphik', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

.tab-content .section2-tab {
  margin-top: 40px;
}

.tab-content .newUpdatedDiv
{
  width: 0 !important;
  max-width: 0 !important;
}
/*** section 2 ****/

.section2-para {
  color: #4FA9BC;
  font-family: 'Arial', Bold sans-serif;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
}

/* #readmoresec2{
  padding: 4px;

} */
.sec2-soltab {
  font-weight: bold;
  letter-spacing: 1.5px;
}

.section2-head {
  margin: -20px;
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 4px;
  font-weight: 600;
  text-align: center;
}

.section2-left {
  box-shadow: 0px 0px 0px rgba(116, 33, 33, 0.1); /* Subtle shadow */
  border-radius: 8px; /* Optional: Adds rounded corners */
  padding: 2px; /* Optional: Adds spacing inside the element */
  background-color: #fff; /* Optional: Ensures a visible background */
  margin-left: 3%;
  width: 45%;
  text-align: center;
}

.section2 {
  font-family: Arial, sans-serif;
}

.section2-title {
  margin-bottom: 30px;
}

.custom-tabs2 {
  max-height: 450px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  position: relative;
  direction: rtl;
}

.custom-tabs2>* {
  direction: ltr;
}

.custom-tab2 {
  border: 1px solid #ddd;
  cursor: pointer;
  background-color: #fff;
  flex: 1 1 150px;
  padding: 10px 10px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.custom-tab2.active-tab {
  background-color: #f0f0f0;
  font-weight: bold;
  border-left-color: #2A7A9A;

}

.custom-tabs2::-webkit-scrollbar {
  width: 2px;
}

.custom-tab2:hover {
  background-color: #e0e0e0;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.2); /* More visible shadow */
  transform: translateY(-2px); /* Optional: Adds a subtle lift effect */
  transition: all 0.3s ease-in-out; /* Smooth transition */
}

.custom-tabs2::-webkit-scrollbar-track {
  background: transparent;
}

.active-tab {
  background-color: #e0e0e0;
  color: black;
}

.sec2Card {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.sec2Card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}

.sec2Card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section2-row {
  margin-left: -24px;
  margin-top: 80px;
  width: 1300px;
}

.sec2-tab {
 
  font-size: 14px;
  font-weight: bold;
}

.section2-right {
  width: 40%;
  object-fit: cover;
}
.sec2button {
  width: 190px;
  height: 45px;
  background-color: #51a9b8;
  font-weight: 700;
  color: white;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 6px;
}

/*** Section3 ***/

.section3-row {
  margin-left: -24px;
  margin-top: 80px;
  width: 1300px;
}

.section-3nav {
  align-items: center;
  margin-left: 15%;
  padding: 10px;
}

.section3 {
  padding: 30px 0;
  background-color: #f9f9f9;
  padding-bottom: 0;
}

.section3-box {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  background-color: #f9f9f9;
}

.section3-head {
  color: #4FA9BC;
  font-family: 'Arial', Bold sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 92.4px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.section3-para {
  font-size: 20px;
  color: black;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
}

.spaces {
  display: flex;
  flex-direction: column;
  justify-content: right;
}

.small-image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}

.medium-image {
  width: 90%;
  height: 200px;
  object-fit: cover;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}

.medium-image.active,
.small-image.active {
  opacity: 1;
}

.imageName {
  margin: 6px;
  padding: 6px;
}

.custom-tabs {
  display: flex;
  justify-content: space-around;
  max-width: 1000px;
  margin: auto;
  border-radius: 10px;
  background-color: #f9f9f9;
  height: 90px;
  border: 1px solid #D4D4D480;
}

.custom-tab {
  flex: 1;
  padding: 15px 20px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: none;
}

.custom-tab p {
  margin: 15px;
  font-size: 18px;
  font-weight: normal;
  color: #888;
  transition: color 0.3s ease;
}

.custom-tab.active {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.custom-tab.active p {
  font-weight: bold;
  color: #000;
}

.custom-tab:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}

.custom-tab:hover p {
  color: #000;
}

.additional-products {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

#product-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}

.product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
}

.product-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  background-color: white;
}

/* .product-content img {
  height: 239px;
  width: 360px;
  padding: 20px;
} */

.product-image {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}

.product-card p {
  margin-top: 10px;
  font-size: 14px;
}


/*** section 4 ****/


.section4-para {
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 4px;
  font-weight: 700;
  text-align: center;
}

.section4-head {
  color: #4FA9BC;
  font-family: 'Arial', Bold sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 92.4px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.container .sec-4{
  margin-top:30px;
}


.fancyTab {
	text-align: center;
  padding:15px 0;
  background-color: #eee;
	box-shadow: 0 0 0 1px #ddd;
	top:15px;	
  transition: top .2s;
}

.fancyTab.active {
  top:0;
  transition:top .2s;
}

.whiteBlock {
  display:none;
}

.fancyTab.active .whiteBlock {
  display:block;
  height:2px;
  bottom:-2px;
  background-color:#fff;
  width:99%;
  position:absolute;
  z-index:1;
}

.fancyTab a {
	font-family: 'Source Sans Pro';
	font-size:1.65em;
	font-weight:300;
  transition:.2s;
  color:#333;
}

.fancyTab {
  flex: 1 0 5%;  /* Makes the tabs take equal width, adjust as needed */
  text-align: center;
}
.fancyTabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

li.fancyTab a {
  padding-top: 1px;
  top:-15px;
  padding-bottom:0;
}

li.fancyTab.active a {
  padding-top: inherit;
}

.fancyTab .fa {
  font-size: 20px;
	width:100%;
	padding: 15px 0 5px;
  color:#666;
}

.fancyTab.active .fa {
  color: #cfb87c;
}

.fancyTab a:focus {
	outline:none;
}

.fancyTabContent {
  border-color: transparent;
  box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
  padding: 30px 15px 15px;
  position:relative;
  background-color:#fff;
}

.nav-tabs > li.fancyTab.active > a, 
.nav-tabs > li.fancyTab.active > a:focus,
.nav-tabs > li.fancyTab.active > a:hover {
	border-width:0;
}

.nav-tabs > li.fancyTab:hover {
	background-color:#f9f9f9;
	box-shadow: 0 0 0 1px #ddd;
}

.nav-tabs > li.fancyTab.active:hover {
  background-color:#fff;
  box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
}

.nav-tabs > li.fancyTab:hover a {
	border-color:transparent;
}

.nav.nav-tabs .fancyTab a[data-toggle="tab"] {
  background-color:transparent;
  border-bottom:0;
}

.nav-tabs > li.fancyTab:hover a {
  border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab > a {
	margin-right:0;
	border-top:0;
  padding-bottom: 30px;
  margin-bottom: -30px;
}

.nav-tabs > li.fancyTab {
	margin-right:0;
	margin-bottom:0;
}

.nav-tabs > li.fancyTab:last-child a {
  border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab.active:last-child {
  border-right: 0px solid #ddd;
	box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
}

.fancyTab:last-child {
  box-shadow: 0 0 0 1px #ddd;
}

.tabs .nav-tabs li.fancyTab.active a {
	box-shadow:none;
  top:0;
}


.fancyTab.active {
  background: #fff;
	box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
  padding-bottom:30px;
}

.arrow-down {
	display:none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #ddd;
  position: absolute;
  top: -1px;
  left: calc(50% - 20px);
}

.arrow-down-inner {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: -22px;
  left: -18px;
}

.fancyTab.active .arrow-down {
  display: block;
}
.hidden-xs-sec-6{
  font-size: 16px;
}

@media (max-width: 1200px) {
  
  .fancyTab .fa {
  	font-size: 36px;
  }
  
  .fancyTab .hidden-xs {
    font-size:22px;
	}
		
}
	
	
@media (max-width: 992px) {
    
  .fancyTab .fa {
  	font-size: 33px;
  }
    
  .fancyTab .hidden-xs {
  	font-size:18px;
    font-weight:normal;
  }
		
}
	
	
@media (max-width: 768px) {
    
  .fancyTab > a {
    font-size:18px;
  }
    
  .nav > li.fancyTab > a {
    padding:15px 0;
    margin-bottom:inherit;
  }
    
  .fancyTab .fa {
    font-size:30px;
  }
    
  .nav-tabs > li.fancyTab > a {
    border-right:1px solid transparent;
    padding-bottom:0;
  }
    
  .fancyTab.active .fa {
    color: #333;
	}
		
}

/* Generic styling for each tab */
.custom-tab7 {
  flex: 1 1 150px;
  padding: 0px 10px;
  text-align: center;
  background-color: #ffffff;
  /* Default background for tabs */
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: none;
}

/* Styling for the text within each tab */
.custom-tab7 p {
  margin: 10px;
  font-size: 13px;
  font-weight: normal;
  color: #888;
  /* Default grey text for inactive tabs */
  transition: color 0.3s ease;
}

/* Style for active tab */
.custom-tab7.active {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
  /* Shadow effect for active tab */
  background-color: #ffffff;
  /* Active tab remains white */
}

.custom-tab7.active p {
  font-weight: bold;
  color: #000;
  /* Active tab text color changes to black */
  cursor: pointer;
}

/* Hover effect for tabs */
.custom-tab7:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
  /* Slight shadow on hover */
}

.custom-tab7:hover p {
  color: #000;
  /* Changes text color on hover */
}

.logo-container {
  display: flex;
  /* overflow: hidden; */
  justify-content: center;
  white-space: nowrap;
  margin-top: 70px;
  gap: 20px;
  animation: scroll 10s linear infinite;
  padding: 10px;
}

.logo {
  margin-right: 20px;
  width: auto;
  height: 50px;
}

@keyframes scroll {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.d-none {
  display: none;
}

@keyframes scroll {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.d-none {
  display: none;
}

/* Media Queries */

/* Medium screens (Tablets, 768px and below) */
@media (max-width: 768px) {
  .section7-head {
    font-size: 35px;
    margin-left: -30px;
  }

  .section7-para {
    font-size: 16px;
  }

  .custom-tab7 {
    flex: 1 1 120px;
    /* Reduce tab size */
  }

  .logo-container {
    gap: 15px;
    /* Reduce gap between logos */
  }

  .logo {
    height: 40px;
    /* Smaller logos */
  }
}

/* Small screens (Mobile, 480px and below) */
@media (max-width: 480px) {
  .section7-head {
    font-size: 35px;
  }

  .section7-para {
    font-size: 14px;
    letter-spacing: 2px;
    /* Reduce letter spacing */
  }

  .custom-tabs7 {
    flex-direction: column;
    /* Stack tabs vertically */
    height: auto;
  }

  .custom-tab7 {
    flex: 1 1 auto;
    /* Full width for each tab */
    margin: 5px 0;
  }

  .logo-container {
    gap: 10px;
    /* Reduce gap further for smaller screens */
  }

  .logo {
    height: 30px;
    /* Even smaller logos */
  }
}

/*** section 5 ****/
.sect5-para{
margin-top: 20px;
}
.section5 {
  background-color: #f5fbff;
  padding: 40px 20px;
}

.section5-para {
  margin-bottom: 10px;
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-align: center;
}

.section5-head {
  color: #4FA9BC;
  font-family: 'Arial', Bold, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.stats-card {
  width: 175px;
  background-color: #f8f9fa;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 171, 197, 0.6);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 88%;

}

.stats-card:hover {
  transform: translateY(-5px);
}

.sec5icon {
  height: 60px;
  width: 60px;
  background-color: #4FA9BC;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;

}

.sec5Icons {
  width: 50px;
  height: 50px;
}

.sec5title {
  margin-top: 20px;
}

.sec5title h4 {
  font-size: 0.8rem;
  font-weight: 700;
  margin: 0;
}

.sec5title p {
  font-size: 0.9rem;
  margin: 5px 0 0;
}

.sec5div {
  margin-bottom: 20px;
  width: 19.999%;
}

@media (max-width: 992px) {
  .sec5div {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .section5-head {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .sec5div {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .section5-head {
    font-size: 1.8rem;
  }

  .stats-card {
    height: auto;
    padding: 15px;
  }

  .sec5icon {
    height: 50px;
    width: 50px;
  }

  .sec5Icons {
    width: 40px;
    height: 40px;
  }

  .sec5title h4 {
    font-size: 1.2rem;
  }

  .sec5title p {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .sec5div {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .section5-head {
    font-size: 1.5rem;
  }

  .stats-card {
    padding: 10px;
  }

  .sec5icon {
    height: 40px;
    width: 40px;
  }

  .sec5Icons {
    width: 30px;
    height: 30px;
  }

  .sec5title h4 {
    font-size: 1rem;
  }

  .sec5title p {
    font-size: 0.8rem;
  }
}

@media (max-width: 400px) {
  .sec5div {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section5-head {
    font-size: 1.2rem;
  }

  .stats-card {
    padding: 8px;
  }

  .sec5icon {
    height: 35px;
    width: 35px;
  }

  .sec5Icons {
    width: 25px;
    height: 25px;
  }

  .sec5title h4 {
    font-size: 0.9rem;
  }

  .sec6title p {
    font-size: 0.7rem;
  }
}

/*** section 6 ****/

.section6-modal-content{
font-weight: 500;
}

.mysubmitt {
  width: 130px;
  height: 45px;
  background-color: #51a9b8;
  font-weight: 700;
  color: white;
  border: none;
  outline: none;
  box-shadow: none;
}
.carousel-inner{
height: 450px;
}
#modalContent{
  font-weight: 600;
  font-size: 18px;

}
.section6-title {
  margin-top: 5px;
}

.section6 {
  background-color: black;
}

.section6-para {
  margin-bottom: 10px;
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 20px;
}

.section6-head {
  color: #4FA9BC;
  font-family: 'Arial', Bold sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 92.4px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.section-title {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: white;
}

.content-overlay {
  top: 39%;
  left: 33%;
  transform: translate(-50%, -50%);
  width: 35%;
  height: auto;
  padding: 20px;
  background: rgb(18 19 29 / 50%);
  z-index: 1;
  position: absolute;
}

.content-overlay h3 {
  color: white;
  font-weight: 750;
}

.text-white h3,
.text-white p {
  color: white;
  /* Ensure text is readable */
}

.carousel-item {
  position: relative;
}

.modal-title {
  font-weight: bold;
  font-size: x-large;
}
.modal-dialog{
  margin-top: 70px;
  margin-left: 22%;
}
.myModal {
margin-top: 20px;
width: 142%;
border-radius: 0%;
padding: 0px;
margin: 0%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

#modalChallenges {
  list-style-type: disc;
  /* Ensures bullet points are displayed */
  padding-left: 20px;
  /* Adds indentation for the bullets */
  margin: 0;
  /* Adjusts the margin if necessary */
  font-weight: 600;
}

 #modalSolutions {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0; 
  font-weight: 600;
}

#modalResults {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
  font-weight: 600;
} */

.headchal {
  color: rgb(218, 218, 8);
  font-weight: 900;
}

.section6-content {
  display: flex;
  align-items: center;
  gap: 25px;
}

.divider {
  flex-grow: 1;
  border: none;
  border-top: 1.5px solid black
}

/* .sec6block{
object-fit: cover;
} */
#section6-serum{
  color: white;
}
.sec6block {
  margin-left: 110px;
  width: 80%;
  height: 450px; /* Set a consistent height for all images */
  object-fit: cover; /* Preserve aspect ratio, crop to fit */
  object-position: center; /* Center the image */
  border-radius: 5px; /* Optional: for rounded corners */
}

/*** section 7 ****/

.section7-para {
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 4px;
  font-size: 20px;
  text-align: center;
}

.sec7header {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.section7-head {
  color: #4FA9BC;
  font-family: 'Arial', Bold sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 92.4px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.sec7-card {
  background-color: #00abc5;
  padding: 20px;
  border-radius: 3px;
  /* Added rounded corners for better aesthetics */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Added shadow for depth */
  width: 100%;
  /* Default width for larger screens */
  margin: 0 auto;
  /* Center the card */
  transition: width 0.3s ease;
  /* Smooth transition on resizing */
}

.sec7para {
  color: rgb(63, 60, 60);
  font-size: 13px;
  font-weight:  500 ;
  /* Default size */
  text-align: center;
  margin: 0;
}

.leaderdetails {
  display: flex;
  /* Makes it a flex container */
  flex-direction: column;
  justify-content: center;
  /* Center the items horizontally */
  align-items: center;
  /* Vertically align the items */
  margin-top: -14px;
}

.card-body7 img {
  width: 100%;
  /* Ensures the image takes the full width of the container */
  height: 100%;
  /* Ensures the image takes the full height of the container */
  object-fit: cover;
  /* Ensures the image covers the div area without stretching */
  border-radius: 5px;
  /* Optional, for rounded corners */
}

@media (max-width: 1024px) {
  .section7-head {
    font-size: 50px;
    line-height: 70px;
  }

  .section7-para {
    font-size: 18px;
    letter-spacing: 3px;
  }

  .sec7-card {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .section7-head {
    font-size: 40px;
    line-height: 60px;
  }

  .section7-para {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .sec7-card {
    padding: 10px;
    margin: 10px;
    /* Added margin for better spacing */
  }

  .sec7para {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .section7-head {
    font-size: 30px;
    line-height: 40px;
  }

  .section7-para {
    font-size: 14px;
    margin-bottom: 8px;
    text-align: left;
    /* Align text to the left for smaller screens */
  }

  .sec7-card {
    padding: 8px;
    margin: 8px;
    /* Reduced margin for smaller screens */
  }

  .sec7para {
    font-size: 12px;
    text-align: left;
  }
}

@media (max-width: 1024px) {
  .sec7-card {
    width: 70%;
    /* Adjust width for medium screens */
  }
}

@media (max-width: 768px) {
  .sec7-card {
    width: 90%;
    /* Adjust width for smaller tablets */
  }
}

@media (max-width: 480px) {
  .sec7-card {
    width: 95%;
    /* Almost full width for mobile devices */
  }
}

/*** section 8 ****/

.sec10p {
  letter-spacing: 19px;
  font-size: 13px;
}

.sec10h {
  letter-spacing: 6px;
  font-size: 43px;
  font-weight: 900;
}

.section10-para {
  margin-bottom: 10px;
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 20px;
}

.section10-head {
  color: #4FA9BC;
  font-family: 'Arial', Bold sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 92.4px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.section10 {
  background-image: url('https://www.teamcomputers.com/android-mobility/android_micro/enquiry.jpg');
  object-fit: cover;
}

.section10-para {
  color: white;
}

.section10-title {
  color: white;
}

.social-icons {
  display: flex;
  justify-content: flex-start;
  /* Centers the icons */
  gap: 10px;
  /* Adds spacing between icons */
  margin-top: 20px;
  /* Adds top margin to the entire section */
}

.social-icon {
  font-size: 24px;
  /* Adjust icon size */
  padding: 5px;
  /* Add padding around icons */
  text-decoration: none;
  /* Remove underline */
  transition: transform 0.3s ease, background-color 0.3s ease;
  /* Smooth effect */
}

.social-icon:hover {
  transform: scale(1.2);
  /* Slightly enlarge icon on hover */
}

.sec10from {
  padding: 3px;
}

#captcha {
  border: none;
  outline: none;
  box-shadow: none;
}

.mycaptcha {
  margin-top: 20px;
  padding: 8px;
  background-color: #f2f2f2;
  width: 190px;
  height: 45px;
}

.mysubmit {
  width: 190px;
  height: 45px;
  background-color: #51a9b8;
  font-weight: 700;
  color: white;
  border: none;
  outline: none;
  box-shadow: none;
}

@media (max-width: 1024px) {
  .section10-head {
    font-size: 50px;
    line-height: 70px;
  }

  .section10-para {
    font-size: 18px;
    letter-spacing: 2px;
  }
}

@media (max-width: 768px) {
  .section10-head {
    font-size: 40px;
    line-height: 60px;
  }

  .section10-para {
    font-size: 16px;
  }

  .mycaptcha,
  .mysubmit {
    width: 150px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .section10 {
    padding: 10px;
    background-size: cover;
  }

  .section10-head {
    font-size: 30px;
    line-height: 40px;
  }

  .section10-para {
    font-size: 14px;
    text-align: center;
    /* Align text to the left for smaller screens */
  }

  .social-icons {
    justify-content: center;
    gap: 5px;
    /* Reduce gap for smaller screens */
  }

  .mycaptcha,
  .mysubmit {
    width: 100%;
    height: 35px;
    font-size: 14px;
  }
}

/*** section 11 ****/
.p-20 {
  padding: 30px;
}
.sec11-blog {
  display: flex;
  justify-content: space-between; /* Ensure equal space between items */
  align-items: flex-end; /* Align items to the bottom */
  padding-bottom: 20px; /* Add bottom margin/padding */
  margin-bottom: 10px; /* Ensure spacing outside of the container */
  margin-right: 20px;
  margin-bottom: 20px;
}
.card-body11 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 300px;
  width: 500px;
  overflow: visible;
  box-shadow: 0px 2px 5px 4px rgba(151, 212, 234, 0.25);
  background-color: white;
  margin-bottom: 20px;
}

.card-blog-11 {
  display: flex;
  flex-direction: column;
  gap: 39px;
  margin-left: 0;
  margin-top: 85px;
}

.card-arrow {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  text-align: right;
  margin-top: -54px;
  margin-right: -23px;
}

.card-date {
  color: gray;
  font-size: 0.9rem;
}

.card-image11 {
  margin-left: 245px;
  position: absolute;
  transform: translate(-50%, -50%);
  height: 150px;
  width: 245px;
  background-color: grey;
  z-index: 1;
}

.sec11-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0;
  padding: 45px;
}

.section11-para {
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 4px;
  font-size: 1.2rem;
  font-size: 20px;
}

.section11-head {
  color: #4FA9BC;
  font-family: 'Arial', Bold sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 92.4px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .card-body11 {
    height: auto;
  }

  .card-image11 {
    height: 120px;
    width: 120px;
  }

  .section11-head {
    font-size: 45px;
  }
}

@media (max-width: 992px) {
  .card-body11 {
    height: auto;
  }

  .card-image11 {
    height: 100px;
    width: 100px;
  }

  .section11-head {
    font-size: 40px;
  }

  .sec11-card {
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .card-body11 {
    width: 90%;
    /* Adjust width for smaller screens */
    height: auto;
  }

  .card-image11 {
    height: 80px;
    width: 80px;
  }

  .section11-head {
    font-size: 35px;
  }
}

@media (max-width: 576px) {
  .section11-para {
    font-size: 18px;
  }

  .section11-head {
    font-size: 30px;
  }

  .card-image11 {
    height: 70px;
    width: 70px;
  }
}


/*** section 12 ****/

.section12-title {
  padding: 20px;
}

.section12-para {
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 4px;
  font-size: 20px;
}

.foot {
  padding: 10px;
}

.section12-head {
  color: #4FA9BC;
  font-family: 'Arial', Bold sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 92.4px;
  text-align: center;
}

.section12 {
  background-color: #000;
}

.faq-container {
  border-left: 3px solid #00bcd4;
  /* Cyan border */
  padding: 15px 20px;
  margin: 20px 0;
  color: white;
  background-color: #2c2c2c;
  /* Slightly lighter background */
}

.faq-title {
  display: flex;
  justify-content: flex-start;
  /* Align toggle and text */
  align-items: center;
  /* Vertically center align */
  cursor: pointer;
  /* Pointer cursor for interactivity */
  font-size: 18px;
  /* Adjust font size */
  color: white;
  /* Title color */
  margin-bottom: 10px;
  gap: 20px;
}

.toggle-symbol {
  color: #00bcd4;
  /* Cyan color for toggle symbol */
  font-size: 20px;
  /* Slightly larger size for emphasis */
  margin-left: 10px;
  /* Space between text and symbol */
  font-weight: bold;
}

.faq-container p {
  margin-left: 37px;
  display: none;
  /* Start hidden */
  margin-top: 16px;
  color: #d3d3d3;
  /* Lighter gray for content text */
}

/* Media Queries for Responsiveness */

/* For small screens (phones) */
@media (max-width: 576px) {
  .section12-head {
    font-size: 30px;
    /* Reduce font size for smaller screens */
    line-height: 40px;
  }

  .section12-para {
    font-size: 16px;
    /* Adjust font size */
  }

  .faq-title {
    font-size: 16px;
    /* Smaller font size */
    gap: 10px;
    /* Reduce gap between icon and text */
  }

  .toggle-symbol {
    font-size: 18px;
    /* Slightly smaller symbol */
  }

  .faq-container {
    padding: 10px;
    /* Reduce padding */
    margin: 10px 0;
    /* Reduce margin */
  }

  .foot {
    padding: 5px;
    /* Reduce padding */
  }
}

/* For medium screens (tablets) */
@media (min-width: 577px) and (max-width: 1024px) {
  .section12-head {
    font-size: 50px;
    /* Medium size for tablets */
    line-height: 65px;
  }

  .section12-para {
    font-size: 18px;
    /* Adjust font size */
  }

  .faq-title {
    font-size: 18px;
    /* Slightly larger font for readability */
    gap: 15px;
    /* Medium gap between icon and text */
  }

  .toggle-symbol {
    font-size: 20px;
    /* Adjust symbol size */
  }

  .faq-container {
    padding: 12px 18px;
    /* Moderate padding */
    margin: 15px 0;
    /* Moderate margin */
  }

  .foot {
    padding: 8px;
    /* Moderate padding */
  }
}

/* For larger screens (desktops) */
@media (min-width: 1025px) {
  .section12-head {
    font-size: 70px;
    /* Original font size for large screens */
    line-height: 92.4px;
  }

  .section12-para {
    font-size: 20px;
    /* Keep original font size */
  }

  .faq-title {
    font-size: 18px;
    /* Regular font size */
    gap: 20px;
    /* Standard gap */
  }

  .toggle-symbol {
    font-size: 22px;
    /* Slightly larger symbol for larger screens */
  }

  .faq-container {
    padding: 15px 20px;
    /* Regular padding */
    margin: 20px;
    /* Regular margin */
  }

  .foot {
    padding: 10px;
    /* Regular padding */
  }
}

/*** section13***/

.section13 {
  text-align: center;
  background-color: #f8f9fa;
  /* Optional background color */
  padding: 3rem 0;
}

.section13-title {
  margin-bottom: 2rem;
}

.section13-head {
  font-size: 2rem;
  font-weight: bold;
}

.section13-para {
  font-size: 1rem;
  color: black;
  margin-bottom: 1.5rem;
}

.section13-big-image-container {
  display: flex;
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  margin-bottom: 2rem;
  /* Space between big image and thumbnails */
}

.section13-big-image {
  width: auto;
  /* Allow the width to adjust automatically */
  height: 350px;
  /* Set a larger height */
  max-height: 500px;
  /* Ensure it doesn’t grow excessively */
  object-fit: contain;
  /* Prevent stretching, keep aspect ratio */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  /* Optional shadow */
}

.section13-thumbnails {
  display: flex;
  justify-content: center;
  /* Center thumbnails */
  gap: 1rem;
  /* Add space between thumbnails */
}

/* Image Name Styling */
.imageName {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #343a40;
}


/*** footer ****/

.footer {
  background-color: #65747b;
  color: #fff;
  font-size: 11px;
  position: relative;
}

.hd ul:first-child,
.foot-con>ul:first-child {
  margin-bottom: 20px;
  min-height: 170px;
}

ul {
  list-style-type: none;
  /* Removes bullet points */
  padding-left: 0;
  /* Removes default left padding */
}

ul li {
  margin-bottom: 10px;
  /* Optional: Add spacing between items */
}

footer .top {
  padding: 30px 0 25px;
  letter-spacing: .7px;
}

.footer .bottom {
  border-top: 1px solid rgba(188, 198, 208, 0.12);
  padding: 20px 0 10px;
}

.bottom li {
  color: #eaeaea;
  font-size: 11px;
  font-weight: 300;
  padding-left: 20px;
  display: inline-block;
}

.footer .bottom {
  border-top: 1px solid rgba(188, 198, 208, 0.12);
  padding: 20px 0 10px;
}

.soc-icon-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
}

.soc-icon-box a {
  padding: 0;
  text-align: center;
  display: flex !important;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}

.inblo-li li {
  display: inline-block;
  list-style: none;
  font-weight: 200;
  vertical-align: middle;
}

.soc-icon-box a i {
  margin: 0 auto;
  font-size: 16px;
}


.ic_phone {
  background: url('https://www.teamcomputers.com/android-mobility/android_micro/icon-splash.png') no-repeat;
  background-position: -8px -80px;
  padding-left: 30px !important;
}

.ic_mail {
  background: url('https://www.teamcomputers.com/android-mobility/android_micro/icon-splash.png') no-repeat;
  background-position: -4px -108px;
  padding-left: 30px !important;
}

.clearfix::before {
  display: table;
  content: " ";
}

.team-class {
  margin-top: -15px;
  margin-left: -25px;
}

.solu-menu {
  margin-top: -20px;
}


.medium-img img {
  height: 323px;
  width: 77%;
  margin-left: 70px;
}


.no-link{
font-size: 13px;
}

/*media query for header*/
@media (min-width: 768px) {

  .pmd-navbar.navbar>.container .navbar-brand,
  .pmd-navbar.navbar>.container-fluid .navbar-brand {
    margin-left: 0;
  }
}

.pmd-navbar.navbar>.container .navbar-brand,
.pmd-navbar.navbar>.container-fluid .navbar-brand {
  margin-left: 0;
}

@media (min-width: 768px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

nav .navbar-header .navbar-brand-custome {
  padding: 19px 19px 19px 19px;
  left: 10rem;
  position: relative;
}

.pmd-navbar .navbar-brand {
  padding-right: 30px;
}

.pmd-navbar .navbar-brand {
  float: left;
  padding: 8px 16px 8px 8px;
  font-size: 24px;
  line-height: 48px;
  height: inherit;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

a {
  background-color: transparent;
}

.search-anchor-xs {
  padding: 8px 10px 8px 0 !important;
  display: none;
}

.navbar-header::before {
  clear: both;
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.pull-right {
  float: right !important;
}

.pull-right {
  float: right;
}

header::after {
  display: table;
  content: " ";
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-collapse::before {
  display: table;
  content: " ";
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
}

.navbar-nav {
  /* margin: 27.5px 58px; */
  margin: 18.5px 131px;
}

.nav-header {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.dropdown,
.dropup {
  position: relative;
}

.navbar-inverse .navbar-nav>li>a.active {
  color: #00abc5;
  background-color: transparent;
  border-bottom: 2px solid #00abc5;
}

.nav-header::before {
  display: table;
  content: " ";
}

.disabled {
  cursor: default;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: none;
}

@media only screen and (min-width: 767px) {
  .mainmenu .collapse ul li {
    position: relative;
  }
}

.navbar-inverse .navbar-nav>li {
  color: #090909;
  font-weight: 500;
  font-size: 13px;
  padding: 0 19px;
}

@media (min-width: 768px) {
  .navbar-nav>li {
    float: left;
  }
}

.nav>li {
  position: relative;
  display: block;
}

.navbar-inverse .navbar-nav>li>a {
  color: #414141;
  padding: 30px 0;
}

.pmd-navbar .navbar-nav>li>a {
  text-transform: uppercase;
}

.fright {
  margin-left: -4rem;
  margin-top: -2px;
}

.pull-right {
  float: right !important;
}

.clearfix::before {
  display: table;
  content: " ";
}

.pmd-btn-raised {
  height: 36px;
  padding-left: 19px;
  padding-right: 19px;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 500;
  box-shadow: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  border: none !important;
  text-transform: uppercase !important;
  font-size: 10px !important;
  background: linear-gradient(45deg, #00abc5, #dfcf18) !important;
  color: #fff !important;
}

@media (min-width: 768px) {
  .pmd-navbar .navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.pmd-navbar .navbar-nav>li>a {
  line-height: 24px;
  font-size: 10px;
}

.navbar-nav>li>a {
  padding-top: 0;
  padding-bottom: 0;
}

.visible-xs {
  display: none !important;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.navbar-inverse .navbar-nav>li {
  color: #414141;
  font-weight: 500;
  font-size: 13px;
  padding: 0 15px;
}

@media only screen and (min-width: 767px) {
  .mainmenu .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    display: none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  /* border-top-left-radius: 0;
  border-top-right-radius: 0; */
}

.tc-submenu ul,
.cmn-sub-sol ul {
  list-style: none;
  padding: 0;
}

.mainmenu .collapse ul ul>li a {
  padding: 10px 0 5px 25px;
  display: block;
  font-size: 13px;
  white-space: inherit;
  font-weight: 500;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.visible-xs {
  display: none !important;
}

.caret {
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.mainmenu .collapse ul ul ul.dropdown-menu {
  background: #fff;
}

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
  background-color: #fff;
  padding: 0 10px;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  max-width: 235px;
}

@media only screen and (min-width: 767px) {
  .mainmenu .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none;
  }
}

.tc-submenu ul,
.cmn-sub-sol ul {
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {

  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (min-width: 768px) {

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

@media (min-width: 768px) {

  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}

@media (min-width: 768px) {
  .nav-container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
  }

  .navbar-header {
    float: left;
  }
}

.button{
  width: 50px;
  height: 30px;
  border: 1px solid black;
  padding: 6px;
}
