@import url("https://fonts.googleapis.com/css?family=Changa+One");

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Open Sans;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

.main {
  width: 100%;
}

img {
  border: none;
  max-width: 100%;
}
.logo_width {
  width: 85%;
}

.clear {
  clear: both;
}

.main-wrapper {
  width: 100%;
  float: left;
}

.left-menu {
  width: 20%;
  float: left;
  text-align: center;
  position: fixed;
  height: 100%;
  background: #282828 url(../images/left-panel-bg.jpg) no-repeat -5px 0;
  display: none !important;
}

.logo {
  float: left;
  padding: 55px 0 49px;
  text-align: center;
  width: 100%;
}

ul.left-menu-list {
  width: 100%;
  float: left;
  list-style: none;
}

ul.left-menu-list li {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 14px;
}

ul.left-menu-list li:last-child {
  margin-bottom: 0;
}

ul.left-menu-list li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.social {
  min-width: 140px;
  float: left;
  width: 12%;
  text-align: left;
  background: url(../images/menu-devider.jpg) no-repeat right center;
  margin: 0 20px 0 0;
}

.social ul {
  float: left;
  list-style: outside none none;
  text-align: left;
  width: 100%;
  margin: 0;
}

.social li {
  float: left;
  margin-right: 5px;
  text-align: left;
}

.social li a {
  text-decoration: none;
}

.social li a.fb {
  background: url(../images/fb-ico.png) no-repeat;
  padding: 4px 12px;
}

.social li a:hover.fb {
  background: url(../images/fb-hover-ico.png) no-repeat;
}

.social li a.twit {
  background: url(../images/twitter-ico.png) no-repeat;
  padding: 4px 12px;
}

.social li a:hover.twit {
  background: url(../images/twitter-hover-ico.png) no-repeat;
}

.social li a.pint {
  background: url(../images/pinterest-ico.png) no-repeat;
  padding: 4px 12px;
}

.social li a:hover.pint {
  background: url(../images/pinterest-hover-ico.png) no-repeat;
}

.social li a.google {
  background: url(../images/g-plus-ico.png) no-repeat;
  padding: 4px 12px;
}

.social li a:hover.google {
  background: url(../images/g-plus-hover-ico.png) no-repeat;
}

header {
  position: fixed;
  z-index: 999;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 0 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0 5px 0px rgba(0, 0, 0, 0.2);
}

.main-content {
  /* float: right; */
  /* border-left: 1px solid #ddd; */
  width: 100%;
}

.top-menu {
  float: left;
  width: 100%;
  z-index: 999999;
}

.top-menu ul {
  float: left;
  width: 100%;
  list-style: none;
  background: #f5f5f5;
}

.top-menu li {
  float: left;
  display: inline;
  width: 11.1%;
}

.top-menu li a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
  background: #f5f5f5 url(../images/menu-devider.jpg) no-repeat right center;
  padding: 10px 0;
  float: left;
  width: 100%;
  text-align: center;
}

.top-menu li a:hover {
  background: #fff;
}

.top-menu li a.mict-active {
  background: #fff;
}

.top-menu li a.last-child.mict-active {
  background: #fff none;
}

.top-menu li a:hover.last-child {
  background: #fff;
}

.menu-bx {
  width: 90%;
  padding: 0 5%;
  float: left;
  margin-top: -8px;
}

.logo2 {
  float: left;
  margin-top: 8px;
  margin-bottom: 8px;
  width: 30%;
}

ul.submenu {
  float: right;
  list-style: outside none none;
  margin-top: -60px;
  border-bottom: 0 solid #eee;
  border-top: 0 solid #eee;
  width: 71%;
  text-align: right;
}

h2.head3 {
  font-size: 22px;
}

ul.submenu li {
  display: inline;
  /* float: left; */
  text-align: right;
  text-transform: uppercase;
  background: url(../images/menu-devider.jpg) no-repeat right center;
  width: auto;
  margin: 3px 0;
  position: relative;
}

ul.submenu li:hover a {
  /* color: #fff !important; */
}

ul.submenu li:hover {
  color: #fff !important;
  /* background: #333; */
  transition: all 0.3s ease;
}
/*ul.submenu li:nth-child(3){background:none}
ul.submenu li:nth-child(3):hover, ul.submenu li:nth-child(9):hover {color:#fff !important;background:#333;transition:all 0.3s ease;}*/
ul.submenu li:last-child {
  background: none;
}

ul.submenu li a {
  text-decoration: none;
  font-weight: 600;
  color: #000;
  padding: 9px 20px;
  font-size: 12px;
  display: inline;
  /* float: left; */
  text-align: right;
}

ul.submenu li a:hover {
  text-decoration: none;
  background: #333;
  font-weight: 600;
  color: #fff;
}

ul.submenu li a:hover {
  /* display: block; */
  color: #fff;
}

ul.submenu li a:focus {
  /* display: block; */
  color: #fff;
}

ul.submenu li ul.nav {
  background: #333 none repeat scroll 0 0;
  border: 0 solid #dddddd;
  display: none;
  list-style: outside none none;
  padding: 5px 10px;
  position: absolute;
  top: 26px;
  width: 210px;
  z-index: 9;
  left: 0px;
}

ul.submenu li ul.nav li {
  background: #333 none repeat scroll 0 0;
  float: left;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #4f4f4f;
  text-align: left;
  padding: 5px 0px;
}

ul.submenu li ul.nav li a {
  color: #fff;
  /* border-bottom: 1px solid #4f4f4f; */
  padding: 5px 0 !important;
  width: 100%;
}

ul.submenu li ul.nav li:last-child a {
  color: #fff;
  border-bottom: 0px solid #4f4f4f;
}

ul.submenu li ul.nav li a:hover {
  color: #a6a6a6;
}

ul.submenu li:hover ul.nav {
  display: block;
  color: #fff;
}

ul.submenu-inside {
  width: 71%;
  float: right;
  list-style: none;
  margin-top: -60px;
  text-align: right;
}

ul.submenu-inside li:first-child {
  width: 5%;
}

ul.submenu-inside li {
  /* float: left; */
  display: inline;
  white-space: nowrap;
  text-align: right;
  text-transform: uppercase;
  background: url(../images/menu-devider.jpg) no-repeat right center;
  margin: 3px 0;
  width: auto;
  border-top: 0 solid #eee;
  border-bottom: 0 solid #eee;
  position: relative;
}
/*ul.submenu-inside li:nth-child(4){background:none}
ul.submenu-inside li:nth-child(5){margin:3px 0 3px 5%;}*/
ul.submenu-inside li:hover {
  color: #fff !important;
  /* background: #333; */
  transition: all 0.3s ease;
}

ul.submenu-inside li:nth-child(5):hover,
ul.submenu-inside li:nth-child(10):hover {
  color: #fff !important;
  background: #333;
  transition: all 0.3s ease;
}

ul.submenu-inside li:nth-child(1):hover {
  color: #fff !important;
  background: #fff url(../images/menu-devider.jpg) no-repeat right center;
}

ul.submenu-inside li:last-child {
  background: none;
}

ul.submenu-inside li a {
  text-decoration: none;
  font-weight: 600;
  color: #000;
  /* float: left; */
  padding: 9px 15px !important;
  width: auto;
  font-size: 12px;
  text-align: right;
}

ul.submenu-inside li:first-child a {
  background: url(../images/home-ico.png) no-repeat center center;
  text-indent: -9999px;
}

ul.submenu-inside li:first-child a:hover {
  background: url(../images/home-ico-o.png) no-repeat center center #333;
  text-indent: -9999px;
}

ul.submenu-inside li a:hover {
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  background: #333;
}

ul.submenu-inside li a.active-menu {
  color: #fff !important;
  background: #333;
}

ul.submenu-inside li ul.nav {
  background: #333 none repeat scroll 0 0;
  border: 0 solid #dddddd;
  display: none;
  list-style: outside none none;
  padding: 5px 10px;
  position: absolute;
  top: 28px;
  left: 0px;
  width: 210px;
  z-index: 9;
}

ul.submenu-inside li ul.nav li {
  background: #333 none repeat scroll 0 0;
  float: left;
  margin: 0;
  width: 100%;
  text-align: left;
}

ul.submenu-inside li ul.nav li a {
  color: #fff;
  border-bottom: 1px solid #4f4f4f;
  padding: 5px 0% !important;
  width: 100%;
  text-align: left;
}

ul.submenu-inside li ul.nav li:last-child a {
  color: #fff;
  border-bottom: 0px solid #4f4f4f;
}

ul.submenu-inside li ul.nav li a:hover {
  color: #a6a6a6;
}

ul.submenu-inside li:hover ul.nav {
  display: block;
}

ul.submenu-inside li ul li:first-child a {
  background: #333;
  text-indent: 0;
}

ul.submenu-inside li ul li:first-child a:hover {
  text-indent: 0;
  color: #cecece;
  background: #333;
}

ul.submenu-inside li:hover a {
  /* color: #fff; */
}

.border-top {
  border-top: 1px solid #e9e9e9;
  padding-top: 10px;
}

.navbar {
  display: none;
}

.banner {
  float: left;
  padding: 0 5%;
  width: 90%;
  margin: 107px 0 65px;
  border: 0px solid red;
}

.banner img {
  width: 100%;
}

.main-text-box {
  float: left;
  padding: 0 5%;
  width: 90%;
}

.left-content {
  float: left;
  width: 49%;
}

.left-content a {
  text-decoration: none;
  color: #000;
}

.left-content a:hover {
  text-decoration: none;
  color: #000;
}

.welcome {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

h1.head {
  font-size: 20px;
  padding-bottom: 10px;
  background: url(../images/heading-line.jpg) no-repeat left bottom;
  text-transform: uppercase;
  margin-bottom: 40px;
  width: 100%;
}

p.head {
  font-size: 20px;
  padding-bottom: 10px;
  background: url(../images/heading-line.jpg) no-repeat left bottom;
  text-transform: uppercase;
  margin-bottom: 40px;
  width: 100%;
  font-weight: bold;
}

.welcome p {
  padding-right: 45px;
  text-align: justify;
  margin-bottom: 25px;
}

.team {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

h1.head2 {
  font-size: 20px;
  padding-bottom: 10px;
  background: url(../images/heading-line.jpg) no-repeat left bottom;
  text-transform: uppercase;
  margin-bottom: 25px;
  width: 100%;
}

.head2 {
  font-size: 20px;
  padding-bottom: 10px;
  background: url(../images/heading-line.jpg) no-repeat left bottom;
  text-transform: uppercase;
  margin-bottom: 25px;
  width: 100%;
  font-weight: 700;
}

h2.contact-name {
  font-size: 14px;
  font-weight: 700;
}

.frame {
  float: left;
  margin: 0 49px 15px 0;
  width: 39%;
  position: relative;
}

.frame img {
  width: 100%;
}

.frame p.patch {
  background: rgba(2, 2, 2, 0.3) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  font-family: Raleway;
  margin: 0;
  padding: 2px 0 0 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.facilities {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.facilities ul {
  float: left;
  list-style: none;
  width: 91%;
}

.facilities li {
  float: left;
  display: block;
  padding-left: 15px;
  background: url(../images/bullet-arow.png) no-repeat left 8px;
  margin-bottom: 5px;
}

a.read-more {
  text-decoration: none;
  color: #fff;
  background: #333;
  padding: 3px 10px;
  transition: all 0.3s ease;
  margin-top: 20px;
  float: left;
}

a:hover.read-more {
  text-decoration: none;
  color: #fff;
  background: #f26531;
  transition: all 0.3s ease;
}

.newsletter {
  float: left;
  width: 100%;
}

.newsletter a {
  text-decoration: none;
  color: #333;
}

p.news {
  margin-top: 0;
  line-height: 20px;
}

a.view-all {
  text-decoration: none;
  color: #fff !important;
  background: #333;
  padding: 3px 20px;
  transition: all 0.3s ease;
  margin-top: 20px;
  float: left;
}

a:hover.view-all {
  text-decoration: none;
  color: #fff;
  background: #f26531;
  transition: all 0.3s ease;
}

.right-content {
  float: left;
  width: 45%;
  padding-left: 5%;
}

.right-content ul {
  float: left;
  width: 100%;
  list-style: none;
}

.right-content li:nth-child(odd) {
  float: left;
  margin-right: 45px;
  width: 44%;
}

.right-content li:nth-child(even) {
  float: left;
  margin-right: 0;
  width: 44%;
  margin-bottom: 33px;
}

.right-content li:nth-child(11),
.right-content li:nth-child(12) {
  margin-bottom: 0;
}

.right-content li img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}

.right-content li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.right-content li {
  position: relative;
}

.right-content li p {
  background: rgba(2, 2, 2, 0.5) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  font-family: Raleway;
  margin: 0;
  padding: 2px 0;
  position: absolute;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: normal;
}

.right-content li h2 {
  font-size: 14px;
  background: rgba(2, 2, 2, 0.5) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  font-family: Raleway;
  margin: 0;
  padding: 2px 0;
  position: absolute;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: normal;
}

.right-content a {
  text-decoration: none;
  color: #000;
}

.right-content a:hover {
  text-decoration: none;
  color: #000;
}

.mar-cont {
  margin-top: 60px;
  background: none;
}

.map {
  float: left;
  width: 100%; /* height:100px; */
}

.mar-cont2 {
  margin-top: 115px;
  background: none;
}

p.cont-text {
  line-height: 20px;
  margin: 10px 0 15px;
}

p.cont-text2 {
  line-height: 20px;
  margin: 10px 0 8px 0;
}

.cont-text-img {
  margin-right: 10px;
}

.home-form {
  width: 100%;
  float: left;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #eee;
}

.enquiry-row {
  width: 100%;
  padding: 8px 0;
}

.enquiry-bold {
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 6px 0;
  text-align: left;
  width: 19%;
}

.req-fields {
  color: #f00;
  font-size: 13px;
}

.enquiry-bold2 {
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 6px 0;
  text-align: left;
  width: 3%;
}

.enquiry-text {
  color: #6d6d6d;
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  width: 78%;
  padding: 6px 0;
}

.form-textfield {
  border: 1px solid #eee;
  padding: 7px 1%;
  width: 98%;
}

.form-textfield2 {
  border: 1px solid #eee;
  padding: 7px 1%;
  width: 98%;
}

.home-textfield-captcha-top {
  border: 1px solid #eee;
  padding: 7px 1%;
  width: 25%;
}

.enquiry-button2 {
  float: left;
  margin: 0;
  width: auto;
}

.submit {
  text-decoration: none;
  color: #fff !important;
  background: #333;
  padding: 5px 20px;
  float: left;
  cursor: pointer;
  border: none;
  font-weight: 600;
}

.select {
  border: 1px solid #eee;
  height: auto;
  padding: 7px 1%;
  width: 100%;
}

.capt2 {
  margin-left: 10px;
}

.row-mar {
  margin-top: 5px;
}

.cont-form {
  width: 96%;
  float: left;
  padding: 0 2% 0 0;
  margin: 0 2% 0 0;
  border-right: 1px solid #eee;
}

.job-form {
  margin-top: 25px;
}

.frame-video {
  width: 87%;
}

footer {
  margin-top: 50px;
  padding: 18px 0 25px 0;
  border-top: 1px solid #e9e9e9;
  color: #000;
  font-size: 13px;
  float: left;
  width: 100%;
}

.footer-para {
  float: left;
}

.footer-para2 {
  float: right;
}

.inside-banner {
  float: left;
  padding: 0 5%;
  width: 90%;
  margin: 145px 0 0px 0;
}

.inside-banner img {
  width: 100%;
}

.inside-text-box {
  float: left;
  padding: 0 5%;
  width: 90%;
}

ul.service-li {
  float: left;
  width: 100%;
  list-style: none;
}

ul.service-li li {
  float: left;
  width: 30%;
  margin: 0 5% 35px 0;
}

ul.service-li li:nth-child(3),
ul.service-li li:nth-child(6),
ul.service-li li:nth-child(9) {
  margin: 0 0 35px 0;
}

ul.service-li li:nth-child(10),
ul.service-li li:nth-child(11) {
  margin: 0 5% 0 0;
}

ul.service-li li:nth-child(12) {
  margin: 0;
}

ul.service-li li img {
  width: 100%;
}

ul.service-li li {
  position: relative;
}

ul.service-li li p {
  background: rgba(2, 2, 2, 0.5) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  font-family: Raleway;
  margin: 0;
  padding: 2px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

ul.service-li li h2 {
  font-size: 14px;
  font-weight: normal;
  background: rgba(2, 2, 2, 0.5) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  margin: 0;
  padding: 2px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

ul.service-li li a {
  text-decoration: none;
  color: #333;
}

p.about-para {
  margin-top: 25px;
}

.about-para > span {
  float: right;
  margin-right: 55%;
  position: relative;
  top: -7px;
}

ul.facility-tab {
  list-style: none;
  float: left;
  margin: 0;
  width: 100%;
}

ul.facility-tab li {
  background: rgba(0, 0, 0, 0) url("../images/bullet-arow.png") no-repeat scroll
    left 9px;
  border-bottom: 1px solid #eee;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  width: 100%;
}

ul.facility-tab li:last-child {
  border-bottom: none;
}

.div-margin {
  margin: 0 !important;
}

.over-flow {
  overflow: hidden !important;
}

.flex-caption {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  left: 0;
  line-height: 18px;
  padding: 2%;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  width: 96%;
  min-height: 74px;
}

.flex-caption p {
  margin: 0 0 10px;
  line-height: 1.75em;
}

.form-box {
  float: left;
  width: 66%;
}

.right-address {
  float: left;
  width: 34%;
}

.map-inside {
  border: 1px solid #ccc;
  float: left;
  margin-top: 30px;
  padding: 1%;
  width: 98%;
}

.jmbaxi-footer-menu hide {
  display: none;
}

.donwl {
  border-bottom: 1px solid #e9e9e9;
  float: left;
  padding: 13px 0;
  width: 100%;
}

.donwload-p {
  background: rgba(0, 0, 0, 0) url("../images/pdf.png") no-repeat scroll left
    center;
  float: left;
  margin: 0 !important;
  padding-left: 38px;
  width: 80%;
  height: 26px;
}

.donwload-p a {
  color: #333;
}

.donwl span {
  float: right;
}

.mob_menu {
  display: none;
}

p.facilities-head {
  float: left;
  width: 85%;
  background: #f5f5f5;
  padding: 5px 0 5px 20px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 25px;
}

p.facilities-head2 {
  width: 98.5%;
}

p.facilities-head:first-child {
  margin-top: 0;
}

.min-ht-fclt {
  background: rgba(0, 0, 0, 0) url("../images/devider.jpg") repeat-y scroll
    right top;
}

.min-ht-fclt-none {
  background: none;
}

.right-content.min-ht-fclt-none > img {
  width: 100%;
}

.google-map {
  border: 0;
  width: 100%;
  height: 587px;
}

.capt {
  vertical-align: top;
}

.google-map2 {
  border: 0;
  width: 100%;
  height: 350px;
}

.facility-table {
  width: 95%;
  border-spacing: 1px;
  border-collapse: separate;
  border: 1px solid #eee;
}

.facility-table th {
  background: #eee;
  padding: 5px;
}

.facility-table td {
  padding: 5px;
}

.facility-table tr:nth-child(odd) {
  background: #f7f7f7;
}

.facility-table tr:nth-child(even) {
  background: #fff;
}

.top-scroll {
  width: 100%;
  float: left;
  text-align: center;
  margin: -50px 0 0 0;
}

.left-new {
  width: 100% !important;
  background: none !important;
}

ul.facility-tab-home li {
  width: 96%;
  box-sizing: border-box;
}

.fullwidth p,
.fullwidth ul li {
  width: 100% !important;
  box-sizing: border-box !important;
}

.add-box {
  float: left;
  width: 100%;
  padding: 0;
}

.col-area {
  float: left;
  border-right: 1px solid #eee;
  margin: 0 2% 0 0;
  padding: 0 2% 0 0;
  width: 29.22%;
  min-height: 195px;
}

.col-area:last-child {
  margin: 0;
  border: 0;
  padding: 0;
}

.add-box2 {
  float: left;
  width: 100%;
  border-top: 1px solid #eee;
  margin: 2% 0 0;
  padding: 2% 0 0;
}

p.con-head {
  background: #f5f5f5 none repeat scroll 0 0;
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin: 25px 0;
  padding: 5px 0 5px 20px;
  width: 98%;
}

ul.inside-tab {
  list-style: none;
  float: left;
  margin: 0 0 15px 0;
  width: 100%;
}

ul.inside-tab li {
  background: rgba(0, 0, 0, 0) url("../images/bullet-arow.png") no-repeat scroll
    left 9px;
  border-bottom: 1px solid #eee;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  width: 98%;
}

ul.inside-tab li:last-child {
  border-bottom: none;
}

p.abt-head {
  background: #f5f5f5 none repeat scroll 0 0;
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-top: 25px;
  padding: 5px 0 5px 20px;
  width: 98%;
}

.margin {
  float: left;
  margin-bottom: 15px;
  width: 100%;
}

.serv-img {
  float: left;
  margin: 0 2% 20px 0;
  width: 31%;
  position: relative;
}

.serv-img img {
  width: 100%;
  border: 1px solid #eee;
}

.rt-text {
  float: right;
  width: 66%;
}

.service-head {
  font-size: 15px;
  font-weight: 700;
}

.rt-text p {
  margin: 0 0 15px;
  text-align: justify;
}

.serv-img-rt {
  float: right;
  margin-left: 2%;
  width: 31%;
  border: 1px solid #eee;
  position: relative;
}

.serv-img-rt img {
  width: 100%;
}

.rt-text-lft {
  float: left;
  width: 66%;
}

.aryacom-service {
  margin: 0 0 15px;
  border: 1px solid #eee;
  padding: 10px;
}

.aryacom-service img {
  width: 100%;
}

p.sub-head,
h2.sub-head,
h3.sub-head {
  background: #f5f5f5 none repeat scroll 0 0;
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 5px 0 5px 20px;
  width: 98%;
}

.col-area-box1 {
  float: left;
  margin: 0 2% 0 0;
  padding: 0 2% 0 0;
}

.col-area-box1:last-child {
  margin: 0;
  padding: 0;
}

ul.inside-list {
  float: left;
  list-style: outside none none;
  width: 100%;
}

ul.inside-list li {
  float: left;
  margin: 0 5% 35px 0;
  width: 29.3%;
  min-height: 410px;
}

ul.inside-list li.last {
  margin: 0 0 35px;
}

.service-head2 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.ser-pro {
  margin: 0 0 10px;
  border: 1px solid #eee;
  text-align: center;
}

.half-ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.half-ul li {
  background: rgba(0, 0, 0, 0) url(../images/bullet-arow.png) no-repeat scroll
    left 9px;
  border-bottom: 1px solid #eee;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  width: 30%;
  float: left;
}

.textwrap {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}

p.text-center.mission {
  width: 50%;
  margin: 0px auto;
  font-size: 17px;
  font-style: italic;
}

.border {
  width: 99.5%;
  float: left;
  border: 1px solid #eee;
  margin-bottom: 20px;
}

.logo-img {
  float: left;
}

.logo-text {
  float: left;
  padding: 33px 0px 0 28px;
  font-size: 24px;
  color: #003895;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  width: 76%;
  display: none !important;
  font-family: "Changa One", cursive;
}

.corporate-img {
  text-align: center;
}

.table-col table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.table-col td,
.table-col th {
  border: 1px solid #f5f5f5;
  text-align: left;
  padding: 8px;
}

.table-col th {
  font-size: 15px;
  text-transform: uppercase;
}

.table-col tr.even {
  background-color: #f5f5f5;
}

.newsletter {
  padding: 0 !important;
  margin-right: 15px;
}

.home_newsletter .member {
  padding: 5px;
  border: 1px solid #ccc;
}

.home_newsletter .caption {
  background: rgba(2, 2, 2, 0.6) none repeat scroll 0px 0px;
  bottom: 0px;
  left: 0;
  right: 0;
}

.newsletter .member {
  padding: 5px;
  border: 1px solid #ccc;
}

.newsletter .caption {
  background: rgba(2, 2, 2, 0.6) none repeat scroll 0px 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .logo-text {
    font-size: 22px;
    width: 83%;
  }

  .service-head2.smrel {
    font-size: 15px;
  }
}

@media (min-width: 1140px) and (max-width: 1200px) {
  ul.submenu li a {
    font-size: 11px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .menu-bx {
    display: block !important;
  }

  .navbar {
    display: none !important;
  }

  .menu-bx {
    padding: 0 1%;
    width: 98%;
  }

  .logo2 {
    width: 100%;
  }

  .menu-bx ul.submenu li a {
    padding: 5px 0%;
  }

  .banner {
    margin: 128px 0 40px !important;
  }

  .logo-text {
    width: 73%;
  }

  .logo-img {
    float: left;
    /* width: 12%; */
  }

  ul.submenu-inside {
    width: 100%;
    margin-top: 0px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1299px) {
  .logo2 {
    width: 22%;
  }
  ul.submenu-inside,
  ul.submenu {
    width: 79%;
  }
  ul.submenu-inside li a,
  ul.submenu li a {
    padding: 9px 8px !important;
  }
  ul.submenu-inside,
  ul.submenu {
    margin-top: -44px;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .logo-img {
    float: none !important;
  }
  .left-menu {
    display: none;
  }

  header {
    width: 100%;
    box-shadow: none;
  }

  .main-content {
    border: none;
    width: 100%;
  }

  .menu-bx {
    display: none;
  }

  .navbar {
    display: block;
  }

  .navbar-brand > img {
    display: block;
    width: 50%;
  }

  .cmt-navbar {
    display: block;
    position: absolute !important;
    width: 100% !important;
    background-color: #fff;
  }

  .navbar-header {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  }

  .banner {
    padding: 0;
    width: 100%;
    margin: 178px 0 40px;
  }

  .main-text-box {
    padding: 0 1%;
    width: 98%;
  }

  .welcome p {
    padding-right: 20px;
  }

  .welcome,
  .team {
    margin-bottom: 30px;
  }

  .frame {
    margin-right: 5%;
    width: 45%;
  }

  p.news {
    line-height: 0;
  }

  .right-content {
    width: 49%;
  }

  .min-ht {
    min-height: 1750px;
  }

  .facilities {
    margin-bottom: 40px;
  }

  h1.head {
    font-size: 17px;
    font-weight: bold;
  }

  .right-content li:nth-child(odd) {
    width: 43%;
  }

  .right-content li:nth-child(even) {
    margin-bottom: 53px;
  }

  .right-content li:nth-child(12) {
    margin-bottom: 0;
  }

  .right-content li p {
    font-size: 13px;
  }

  .left-content {
    width: 46%;
  }

  .mar-cont {
    margin-top: 30px;
  }

  .mar-cont2 {
    margin-top: 83px;
  }

  .enquiry-bold {
    font-size: 13px;
  }

  .home-textfield-captcha-top {
    width: 40%;
  }

  .capt {
    height: 28px;
    position: relative;
    top: -1px;
  }

  .jmbaxi-footer-menu hide {
    display: block;
  }

  .jmbaxi-footer-menu hide {
    background-color: #777;
    border-top: 1px solid #666;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 21;
  }

  .jmbaxi-footer-menu hide .jmbaxi-mobile-logo {
    margin-left: 15px;
    width: 70px;
    float: left;
    padding: 5px 0;
  }

  .jmbaxi-mobile-logo > img {
    width: 95%;
  }

  .jmbaxi-footer-menu hide .jmbaxi-bars {
    color: #fff;
    cursor: pointer;
    float: right;
    margin-right: 15px;
    margin-top: 17px;
  }

  .jmbaxi-menu-content {
    background-color: #777;
    border-bottom: 1px solid;
    bottom: 62px;
    display: none;
    height: 220px;
    overflow: auto;
    position: fixed;
    width: 100%;
  }

  .jmbaxi-menu-content .jmbaxi-menu-close {
    color: #fff;
    cursor: pointer;
    padding: 10px;
    position: fixed;
    right: 0;
  }

  .jmbaxi-menu-content ul {
    list-style-type: none;
    margin: 10px 0;
    padding: 15px;
  }

  .jmbaxi-menu-content ul li {
    list-style-type: none;
    padding: 5px 0;
  }

  .jmbaxi-menu-content ul li a {
    color: #fff;
    display: block;
    padding: 5px;
    text-decoration: none;
  }

  .jmbaxi-menu-content ul li a:hover {
    background-color: #fff;
    border-radius: 5px;
    color: #333;
  }

  .inside-banner {
    margin: 177px 0 40px;
    padding: 0;
    width: 100%;
  }

  .inside-text-box {
    float: left;
    padding: 0 1%;
    width: 98%;
  }

  p.about-para {
    text-align: justify;
  }

  footer {
    margin: 50px 0 70px;
  }

  .frame-video {
    width: 95%;
  }

  .social {
    width: 17%;
  }

  .flex-caption {
    width: 96%;
    min-height: 266px;
  }

  .flexslider {
    margin: 0;
  }

  .select {
    width: 98%;
  }

  .map-inside {
    width: 98%;
  }

  .about-para > span {
    float: right;
    margin-right: 47%;
    position: relative;
    top: -7px;
  }

  .donwload-p {
    float: left;
    width: 50%;
  }

  .mob_menu {
    display: none !important;
  }

  ul.facility-tab li {
    width: 98%;
  }

  .min-ht-fclt-none {
    width: 41% !important;
  }

  p.facilities-head2 {
    width: 98%;
  }
}

@media only screen and (width: 768px) {
  .navbar-fixed-top {
    border-width: 0 0 1px;
    top: 0px !important;
  }

  .half-ul li {
    width: 31%;
  }

  .logo-text {
    float: left;
    padding: 40px 42px;
    font-size: 20px;
    font-weight: bold;
    width: 60%;
    text-transform: uppercase;
  }
  .logo-img {
    float: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .logo-img {
    float: none !important;
  }
  .flex-caption {
    min-height: 0;
  }

  p.facilities-head {
    width: 93%;
  }

  ul.facility-tab li {
    width: 94%;
  }

  .facility-table {
    width: 100%;
  }

  .left-menu,
  .top-menu {
    display: none;
  }

  .mob_menu {
    display: block;
    width: 100%;
  }

  .mobile-menu {
    display: block;
    margin-top: 0;
    position: relative;
  }

  .mob_menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    z-index: 999999999;
  }

  .mob_menu ul li {
    display: block;
    position: relative;
    float: left;
    border: none;
    width: 100%;
    color: #333;
  }

  .mob_menu ul li.sub {
    display: block;
    position: relative;
    float: left;
    border: none;
    width: 100%;
    color: #333;
    background: #656464;
    font-size: 14px;
  }

  .mob_menu ul li.sub a {
    padding: 5px !important;
  }

  .mob_menu ul li.bor {
    border-bottom: 1px solid #ccc;
    background: #f5f5f5 url(../images/mobile-menu.png) no-repeat 95% center;
  }

  .mob_menu li ul {
    display: none;
    width: 100%;
  }

  .mob_menu li ul li ul li {
    display: none;
  }

  .mob_menu ul li a {
    display: block;
    padding: 5px 5px;
    text-decoration: none;
    white-space: nowrap;
    color: #333;
    text-indent: 9px;
  }

  .mob_menu ul li ul li a {
    padding: 4px 5px;
    border-bottom: 1px solid #eee;
  }

  .mob_menu li:hover ul {
    display: block;
    position: absolute;
    background: #767474;
  }

  .mob_menu li:hover ul li a {
    color: #fff;
    padding-left: 9px;
  }

  .mob_menu li:hover li a:hover {
    background: #ccc;
    color: #333;
  }

  .main-content {
    border: none;
    width: 100%;
  }

  .menu-bx {
    display: none;
  }

  .navbar {
    display: block;
  }

  .navbar-brand > img {
    display: block;
    width: 50%;
  }

  .cmt-navbar {
    display: block;
    position: absolute !important;
    width: 100% !important;
    background-color: #fff;
  }

  .navbar-header {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  }

  .banner {
    padding: 0;
    width: 100%;
    margin: 181px 0 40px;
  }

  .main-text-box {
    padding: 0 4%;
    width: 92%;
  }

  .left-content,
  .enquiry-text {
    width: 100%;
    background: none;
  }

  h1.head {
    font-size: 15px;
    font-weight: bold;
    line-height: 21px;
  }

  .welcome p {
    padding-right: 0;
  }

  .welcome {
    margin-bottom: 20px;
  }

  .team,
  .newsletter,
  .facilities {
    margin-bottom: 45px;
  }

  .frame {
    margin-right: 0px;
    width: 100%;
  }

  .facilities ul {
    width: 100%;
  }

  a.read-more {
    margin-top: 10px;
  }

  .right-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-left: 0;
    width: 100%;
  }

  .right-content li:nth-child(odd),
  .right-content li:nth-child(even) {
    margin-right: 0;
    width: 100%;
    margin-bottom: 33px;
  }

  .right-content li:last-child {
    margin-bottom: 0;
  }

  .mar-cont {
    margin-top: 30px;
  }

  .mar-cont2 {
    margin-top: 30px;
  }

  .enquiry-bold2 {
    display: none;
  }

  .enquiry-bold {
    width: 100%;
    margin-bottom: 8px;
  }

  .home-textfield-captcha-top {
    width: 42%;
    margin-right: 10px;
  }

  .capt {
    position: relative;
    top: -3px;
  }

  footer {
    margin-top: 30px;
    padding: 15px 0;
  }

  .jmbaxi-footer-menu hide {
    display: block;
  }

  .jmbaxi-footer-menu hide {
    background-color: #777;
    border-top: 1px solid #666;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 21;
  }

  .jmbaxi-footer-menu hide .jmbaxi-mobile-logo {
    margin-left: 15px;
    width: 70px;
    float: left;
    padding: 0 0;
  }

  .jmbaxi-mobile-logo > img {
    width: 95%;
  }

  .jmbaxi-footer-menu hide .jmbaxi-bars {
    color: #fff;
    cursor: pointer;
    float: right;
    margin-right: 25px;
    margin-top: 15px;
  }

  .jmbaxi-menu-content {
    background-color: #777;
    border-bottom: 1px solid;
    bottom: 52px;
    display: none;
    height: 206px;
    overflow: auto;
    position: fixed;
    width: 100%;
  }

  .jmbaxi-menu-content .jmbaxi-menu-close {
    color: #fff;
    cursor: pointer;
    padding: 10px;
    position: fixed;
    right: 0;
  }

  .jmbaxi-menu-content ul {
    list-style-type: none;
    margin: 10px 0;
    padding: 15px;
  }

  .jmbaxi-menu-content ul li {
    list-style-type: none;
    padding: 0 0;
  }

  .jmbaxi-menu-content ul li a {
    color: #fff;
    display: block;
    padding: 5px;
    text-decoration: none;
  }

  .jmbaxi-menu-content ul li a:hover {
    background-color: #fff;
    border-radius: 5px;
    color: #333;
  }

  .inside-banner {
    float: left;
    margin: 120px 0 70px;
    padding: 0;
    width: 100%;
  }

  .inside-text-box {
    float: left;
    padding: 0 4%;
    width: 91%;
  }

  p.about-para {
    text-align: justify;
  }

  footer {
    margin: 34px 0 0px;
  }

  .social {
    float: none;
    margin: 0 auto;
    text-align: left;
    width: 40%;
  }

  .top-scroll {
    margin: -47px 0 0;
  }

  .footer-para,
  .footer-para2 {
    float: left;
    margin-top: 0px;
    margin-bottom: 8px;
    text-align: center;
    width: 100%;
  }

  ul.service-li li {
    margin: 0 0 20px;
    width: 100%;
  }

  .flex-caption {
    width: 96%;
  }

  .flexslider {
    margin: 0;
  }

  .flex-caption p {
    text-align: justify;
  }

  .form-box {
    width: 100%;
  }

  .cont-form {
    border-right: medium none;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .right-address {
    margin-top: 25px;
    width: 100%;
  }

  .map-inside {
    width: 98%;
  }

  .about-para > span {
    margin-right: 0;
  }

  .donwload-p {
    float: left;
    width: 53%;
    height: auto;
  }

  p.about-para.donwload-p {
    text-align: left;
  }

  .donwl span {
    float: right;
  }

  .min-ht-fclt {
    background: rgba(0, 0, 0, 0) url("../images/devider.jpg") repeat-x scroll
      bottom;
    margin-bottom: 25px;
  }

  p.facilities-head2 {
    width: 97%;
  }

  p.sub-head {
    padding: 5px 10px 5px 10px;
    width: 100% !important;
    margin: 0 -8px 25px;
  }

  ul.inside-list li {
    float: left;
    margin: 0 0 35px;
    min-height: auto;
    width: 100%;
  }

  .navbar-fixed-top {
    border-width: 0 0 1px;
    top: 0px !important;
  }

  .col-area {
    border-bottom: 1px solid #eee;
    border-right: 0;
    float: left;
    margin: 0 0 2%;
    min-height: auto;
    padding: 0 0 2%;
    width: 100%;
  }

  .half-ul li {
    width: 98%;
  }
}

@media (min-width: 320px) and (max-width: 567px) {
  .serv-img,
  .rt-text,
  .rt-text-lft,
  .serv-img-rt {
    width: 100%;
    margin-bottom: 20px;
  }

  p.text-center.mission {
    width: 98%;
  }

  .logo-text {
    float: left;
    padding: 0px 12px;
    font-size: 16px;
    font-weight: bold;
    width: 90%;
    text-transform: uppercase;
  }
}

@media (min-width: 568px) and (max-width: 736px) {
  .serv-img,
  .rt-text,
  .rt-text-lft,
  .serv-img-rt {
    width: 100%;
    margin-bottom: 20px;
  }

  p.text-center.mission {
    width: 98%;
  }

  .logo-text {
    float: left;
    padding: 50px 0px;
    font-size: 20px;
    font-weight: bold;
    width: 60%;
    text-transform: uppercase;
  }
}

.banner img {
  padding: 15px 0 0;
}

.inside-banner img {
  padding: 15px 0 0;
}

@media only screen and (width: 1024px) {
  .right-content li:nth-child(2n + 1) {
    width: 42%;
  }

  .team,
  .welcome,
  .facilities {
    margin-bottom: 30px;
  }

  .mar-cont {
    margin-top: 30px;
  }

  .min-ht {
    min-height: 1750px;
  }

  .mar-cont2 {
    margin-top: 84px;
  }

  .home-form {
    margin-top: 5px;
    padding-top: 5px;
  }

  .social {
    width: 18%;
  }

  ul.submenu-inside li a {
    padding: 5px 0%;
  }

  ul.submenu li a {
    padding: 5px 0%;
  }
}

@media only screen and (width: 1280px) {
  ul.submenu li a {
    padding: 5px 20px;
    white-space: nowrap;
  }

  ul.submenu-inside li a {
    padding: 5px 20px;
  }
}

@media only screen and (width: 1600px) {
  ul.submenu li a {
    padding: 5px 24px !important;
  }

  ul.submenu-inside li {
    float: left;
  }

  ul.submenu-inside li a {
    padding: 5px 0%;
  }

  ul.submenu-inside {
    float: right;
  }
}

@media screen and (min-width: 1601px) and (max-width: 1920px) {
  ul.submenu li a {
    padding: 5px 20px !important;
  }

  ul.submenu-inside li a {
    padding: 5px 20px !important;
  }
}

/*  Aparna Css */
.it-services-text .ser-pro img {
  margin: 20px 0;
}

.it-services-text ul.inside-list li {
  min-height: auto;
}

/* code added ankita 20-11-2024 */
.horizontal-tabs .nav-tabs > li.active > a {
  cursor: pointer !important;
}
.wireless-logo-div {
  float: right;
  margin: 0 3% 0px 0%;
  width: 20%;
  align-items: center;
  display: flex;
  /* height: 146px; */
}
.wireless-logo-div img {
  padding: 12px;
}
.wireless-div ul {
  margin-left: 18px;
}
.rt-text1 {
  margin: 10px 0px;
}
.rt-text1 iframe {
  border-radius: 5px;
}
.serv-img .extra-img {
  position: absolute;
  width: 200px;
  right: 0;
  top: 37px;
}
.serv-img .extra-new-img {
  width: 150px;
}
.serv-img-rt .extra-img {
  position: absolute;
  width: 200px;
  right: 0;
  top: 37px;
}
.subheading__text {
  display: flex;
  gap: 25px;
}
.subheading__text p {
  margin-bottom: 0px !important;
}
.new-serv-img {
  width: 200px !important;
  text-align: center !important;
}
.digital-box {
  display: flex;
}
.left-side-content-vdo {
  float: left;
  /* width: 48%; */
  width: 100%;
}
.right-side-vdo {
  /* float: right; */
  margin: 40px 0px;
  text-align: center;
}
/* code added by ankita 28-11-2024 */
.margin.top-spacing {
  margin-top: 30px;
}
.horizontal-tabs ul {
  margin-left: 0px !important;
  border-bottom: 0px !important;
}
.horizontal-tabs .main-verticle-tabs {
  display: flex;
}
.horizontal-tabs .main-verticle-tabs li {
  width: 292px;
}
.two-way-heading {
  width: 74% !important;
}
.tab-width .margin {
  width: 97%;
}
.horizontal-tabs ul li {
  margin: 5px 10px 5px 0px;
  width: 100%;
  margin-right: 20px !important;
}
.horizontal-tabs ul li a {
  background: #f5f5f5 none repeat scroll 0 0 !important;
  border: 0px !important;
  color: #333;
  font-weight: 700;
  font-size: 16px;
  border-radius: 4px !important;
}
.horizontal-tabs ul li.active a {
  border: 0px !important;
  background: rgba(2, 2, 2, 0.5) none repeat scroll 0 0 !important;
}
.horizontal-tabs .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff !important;
}
.top-spacing .sub-head {
  background: none;
  padding: 0px;
}
.vertical-tabs {
  display: flex;
}
/* accordian */
.accordion {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: block;
}

.accordion-item {
  /* border-bottom: 1px solid #e5e5e5; */
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: normal;
  font-size: 15px;
}
.accordion-thumb::before {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  transition: transform 0.2s ease-out;
  margin-bottom: 6px;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

/* Active */
.accordion-item.is-active .accordion-thumb::before {
  transform: rotate(45deg);
}
.main-verticle-tabs li {
  margin: 0px 0px 15px 0px !important;
  width: 85%;
}
.verticle_content .sub-head {
  background: rgba(2, 2, 2, 0.5) none repeat scroll 0 0 !important;
  color: #fff;
}
@media (max-width: 575px) {
  .left-side-content-vdo {
    width: 100%;
  }
  .horizontal-tabs ul li {
    margin: 5px 0px;
  }
}

/* .container {
  max-width: 1170px;
  margin: 0 auto;
} */

.accordion .accordion-item {
  margin: 10px 0;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  /* box-shadow: 0 0 8px #6e7a7a; */
}
.accordion-titel {
  background-color: #f5f5f5;
  padding: 10px 15px;
  cursor: pointer;
}
.accordion-titel1 {
  background-color: #f5f5f5;
  padding: 10px 15px;
  cursor: pointer;
}
.accordion-titel2 {
  background-color: #f5f5f5;
  padding: 10px 15px;
  cursor: pointer;
}
.accordion-contant {
  padding: 15px;
  background-color: #fff;
  display: none;
}
.accordion-titel h2 span,
.accordion-titel1 h2 span,
.accordion-titel2 h2 span {
  float: right;
  width: 12px;
}
.accordion-titel h2,
.accordion-titel1 h2,
.accordion-titel2 h2 {
  font-size: 14px;
  margin-bottom: 0px;
}

/* code added by ankita 05-12-2024 */
.governance img {
  margin-right: 10px;
}
.governance {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
}
.governance p {
  cursor: pointer;
  color: #333;
}
.governance a {
  text-decoration: none !important;
}
.governance-div {
  height: 250px !important;
}
.governance-modal .modal-dialog {
  z-index: 9999 !important;
  width: 800px !important;
  margin: auto;
}
.governance-modal .close {
  height: 40px;
  width: 40px;
  background: #333;
  opacity: 1;
  position: absolute;
  right: -40px;
}
.governance-modal .close {
  color: #fff;
}
.governance-modal .close:hover {
  opacity: 1;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .governance-modal .modal-dialog {
    z-index: 9999 !important;
    width: auto !important;
    padding: 10px;
  }
  .governance-modal .close {
    right: 0px;
    top: 0px;
  }
  .submenu1 {
    position: static !important;
    left: unset;
    top: unset;
    background-color: #fff !important;
  }
}

.submenu1 {
  display: none;
  position: absolute;
  left: 93%;
  top: -5px;
  background-color: #333;
  min-width: 150px;
  padding: 10px;
}

/* Show submenu on hover */
.wireless-submenu:hover .submenu1 {
  display: block !important;
}
ul.submenu-inside .wireless-submenu ul li:hover {
  color: unset !important;
  background: unset !important;
  border: unset !important;
}
ul.submenu-inside .wireless-submenu ul li a {
  line-height: 30px;
  width: 100%;
}
.new-submenu {
  width: 285px;
}
.drawing-div {
  margin-top: 20px;
}

