/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
.crossLine {
  background: #fff;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 45px;
  height: 22px;
  cursor: pointer;
  border: inherit;
}
.crossLine:focus, .crossLine:hover {
  border: inherit;
  outline: none;
}
.crossLine .line {
  display: block;
  background: #000;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine.active .line.crossLine1 {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 991px) {
  .crossLine.active {
    background: inherit;
    padding: 25px 0;
  }
  .crossLine.active .line {
    background: #fff;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}
#sidebarCollapse {
  z-index: 5555;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Arial, Helvetica, sans-serif";
  font-weight: 400;
  color: #555555;
  background: url(../images/HeaderBack.jpg) fixed repeat-x center top;
}
body.overflowhidden {
  overflow: hidden;
}
@media (max-width: 991px) {
  body {
    background-size: cover;
  }
}

h1, h2, h3, p {
  direction: rtl;
}

.mainContainer {
  max-width: 1010px;
  margin: 5px auto 0px;
  background: #fff url(../images/FooterBack.jpg) no-repeat center bottom;
  padding: 0px 15px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .mainContainer {
    min-height: 99vh;
  }
}
@media (max-width: 767px) {
  .mainContainer {
    padding: 0px 0px 100px;
    overflow: auto;
  }
}

.container {
  max-width: 1170px !important;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p {
  font-size: 16px;
  line-height: 20px;
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
ul li {
  font-size: 16px;
  line-height: 20px;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.defaultButton {
  background: #000;
  padding: 10px 15px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
}
.defaultButton:hover, .defaultButton:focus {
  background: #125AD3;
  color: #fff;
}

.bullets {
  list-style: none;
}
.bullets li {
  padding-left: 20px;
}
.bullets li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #000;
}

.sectionTitle {
  font-size: 40px;
}
@media (max-width: 991px) {
  .sectionTitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sectionTitle {
    font-size: 18px;
  }
}

.sectionPadding {
  padding: 60px 0px;
}
@media (max-width: 991px) {
  .sectionPadding {
    font-size: 50px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    font-size: 30px 0px;
  }
}

.mainHeader {
  padding: 10px 0;
}
.mainHeader header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.mainHeader header .logo a {
  display: block;
}
.mainHeader header .navbarLink ul {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .navbarLink ul li {
  margin-left: 0px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 3px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li a {
  color: #ffffff;
  font-size: 15px;
  padding: 10px 12px 10px 12px;
  display: inline-block;
  font-weight: bold;
  padding: 10px 15px;
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 13px;
    padding: 10px 12px 10px 12px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 16px;
    padding: 10px 12px 10px 12px;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: url("../images//MenuBackOver.png") repeat-x left top;
  border-radius: 0;
  color: #fff;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #fff;
    background: none;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: transparent;
  padding: 0;
  margin: 0;
  min-width: 140px;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  background: #f8f8f8;
  text-align: right;
  border-bottom: 1px solid #c9c9c9;
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 10px;
  text-shadow: none;
  white-space: nowrap;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #fff !important;
  background: url("../images/MenuBackOver.png") repeat-x left top;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown li {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    text-align: center;
    padding: 3px 5px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #000 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.mainHeader header .navbarLink.active {
  left: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #67175B;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 35px;
  }
  .mainHeader header .navbarLink .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}
.mainHeader .navbar-nav {
  background: url("../images/MenuBack.png");
}
@media (max-width: 991px) {
  .mainHeader .navbar-nav {
    background: #67175B;
  }
  .mainHeader .navbarBtn {
    padding-top: 10px;
  }
}

.logobox {
  margin-top: -45px;
  z-index: 3;
}
@media (max-width: 991px) {
  .logobox img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .logobox {
    margin-top: -50px;
  }
  .logobox img {
    max-width: 120px;
  }
}

.homebanner {
  position: relative;
}
.homebanner img {
  width: 100%;
}
.homebanner.desktop {
  display: block;
}
@media (max-width: 767px) {
  .homebanner.desktop {
    display: none !important;
  }
}
.homebanner.mobiledevice {
  display: none !important;
}
@media (max-width: 767px) {
  .homebanner.mobiledevice {
    display: block !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.homebanner .slick-list {
  padding: 0px !important;
}
.homebanner .slick-list img {
  width: 100%;
}
.homebanner .slick-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homebanner .slick-dots li {
  list-style-type: none;
  margin: 0px;
}
.homebanner .slick-dots li button {
  font-size: 0px;
  border: 0px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.5;
  padding: 0px;
  margin: 5px;
}

.innerbanner {
  position: relative;
}
.innerbanner img {
  width: 100%;
}
.innerbanner .innerBlock {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
}
.innerbanner .innerBlock .innerText {
  color: #fff;
  font-size: 40px;
  margin-bottom: 0px;
}

.inquiryForm {
  background: #f1f1f1;
}
.inquiryForm .form-group {
  margin-bottom: 25px;
}
.inquiryForm .defaultButton a {
  color: #fff;
}

.offcanvas {
  position: relative;
  visibility: visible;
}
.offcanvas .offcanvas-start {
  top: inherit;
  left: inherit;
  width: 100%;
  border-right: 0px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 767px) {
  .offcanvas {
    position: fixed;
    visibility: hidden;
  }
  .offcanvas .contentMobile {
    display: none;
  }
  .offcanvas .offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}

.ul_comman {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.ul_comman li a {
  color: #0066cc;
  font-weight: 400;
  text-decoration: none;
}
.ul_comman li a:hover {
  color: #000000;
}

.reset_pwd {
  clear: both;
}
.reset_pwd li {
  direction: rtl;
  float: left;
  list-style: outside none none;
  margin-right: 12px;
  padding: 10px 0;
  font-size: 16px;
}
.reset_pwd li:last-child {
  margin-right: 0px;
}
@media (max-width: 767px) {
  .reset_pwd {
    float: right;
  }
}

.warning_cvr span.label_note {
  color: #892364;
  font-size: 20px;
}
.warning_cvr span.content_note {
  color: #007b42;
  font-size: 18px;
}

.after_li1 {
  margin-bottom: 5px;
  clear: both;
}
.after_li1 li {
  direction: rtl;
  float: right;
  list-style: outside none none;
  margin-left: 12px;
  padding: 10px 0;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.after_li1 li:last-child {
  margin-left: 0px;
}
.after_li1 li img {
  margin-right: 5px;
}
.after_li1 li input[type=text] {
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #aaaaaa;
  border-bottom-color: #cccccc;
  border-radius: 2px;
  cursor: text;
  margin: 0;
  outline: none;
  padding: 6px 8px;
  vertical-align: middle;
  max-width: 100%;
}

.btn_commn1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f9f9f9), to(#f1f1f1));
  background-image: linear-gradient(to top, #f9f9f9, #f1f1f1);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  border: 1px solid #bfbebe;
  border-radius: 2px;
  color: #333333 !important;
  cursor: pointer;
  display: inline-block;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1)";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  padding: 6px 10px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  white-space: nowrap;
}
.btn_commn1:hover {
  background: #67175B;
  color: #ffffff !important;
  border-color: #67175B;
}

.hd2 {
  font-size: 26px;
  font-weight: bold;
  margin: 15px 0px 10px;
}

.sidebarBox {
  margin-top: 24px;
}
.sidebarBox img {
  max-width: 100%;
}
.sidebarBox .table_head2 {
  margin-top: 14px;
}
.sidebarBox .show_price_list {
  height: 311px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sidebarBox {
    margin-top: 10px;
  }
}

h3.TableHeaderMov {
  background-image: url(../images/InsideTitlelable.png);
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0px;
  text-align: center;
  float: left;
  width: 28%;
  margin-right: 3px;
}

h3.TableHeaderGreen {
  background-image: url(../images/InsideTitlelableGreen.png);
  color: #ffffff;
  font-size: 14px;
  width: 70%;
  font-weight: bold;
  padding: 10px 35px;
  text-align: center;
  float: left;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/dropdown.svg) no-repeat;
  background-position: center right 10px;
}

.form-floating > label {
  color: #000;
}

.pagecontent {
  min-height: 260px;
}
.pagecontent .pageheader {
  text-align: right;
}
.pagecontent p {
  text-align: right;
  direction: rtl;
}
.pagecontent .bottombox {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pagecontent .bottombox .leftbtmbox {
  width: 48%;
}
.pagecontent .bottombox .righttbmbox {
  width: 48%;
  border-left: 1px solid #000000;
}
.pagecontent .bottombox table tr td {
  text-align: right;
}
@media (max-width: 767px) {
  .pagecontent .bottombox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pagecontent .bottombox .leftbtmbox {
    width: 100%;
  }
  .pagecontent .bottombox .righttbmbox {
    width: 100%;
    border-left: 0px solid #000000;
  }
}
.pagecontent .about_us_cnt {
  max-height: 350px;
  overflow: auto;
  direction: rtl;
}
.pagecontent .loginformbox {
  max-width: 450px;
  display: block;
  margin: 50px auto 0px;
}
.pagecontent .loginformbox ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  direction: rtl;
}
.pagecontent .loginformbox ul li {
  list-style-type: none;
  margin: 0px 0px 25px;
  padding: 0px;
  font-size: 15px;
  font-weight: 600;
}
.pagecontent .loginformbox ul li label {
  text-align: right;
}
.pagecontent .loginformbox ul li .form-control {
  min-height: 40px;
}
.pagecontent .loginformbox ul li .btn.btn-primary {
  background: #3ba1da !important;
  border-color: #3ba1da !important;
  width: 250px;
  display: block;
  margin: 0px auto;
  height: 40px;
}
.pagecontent .loginformbox ul li .btn.btn-primary:hover {
  background: #3ba1da !important;
  border-color: #3ba1da !important;
}
.pagecontent .agricultural_title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.pagecontent .agricultural_us_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-height: 350px;
  overflow: auto;
}
.pagecontent .agricultural_us_cnt table.agricultural_table {
  width: 370px;
}
.pagecontent .agricultural_us_cnt table.agricultural_table tr.table_head td {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  height: 48px;
  text-align: center;
}
.pagecontent .agricultural_us_cnt table.agricultural_table tr.table_head td.TableHeaderMov {
  background-image: url(../images/InsideTitlelable.png);
}
.pagecontent .agricultural_us_cnt table.agricultural_table tr.table_head td.TableHeaderGreen {
  background-image: url(../images/InsideTitlelableGreen.png);
}
.pagecontent .agricultural_us_cnt table.agricultural_table tr.rownavy td {
  border-bottom: 1px none;
  color: #800000;
}
@media (max-width: 991px) {
  .pagecontent .agricultural_us_cnt {
    max-height: 80vh;
  }
}
@media (max-width: 767px) {
  .pagecontent .agricultural_us_cnt {
    max-height: inherit;
  }
  .pagecontent .agricultural_us_cnt table.agricultural_table {
    width: 100%;
  }
}
.pagecontent table.agricultural_table td {
  border: 1px solid #333333;
  text-align: right;
}
.pagecontent table.agricultural_table tr.rowGray td {
  border-bottom: 1px none;
  color: #666666;
}
.pagecontent table.agricultural_table tr.rowgreen td {
  border-bottom: 1px none;
  color: #008000;
}
.pagecontent .about_us_cvr table.local_rules td.TableHeaderMov {
  background-image: url(../images/InsideTitlelable.png);
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  height: 55px;
  text-align: center;
}
.pagecontent .about_us_cvr table.local_rules td.TableHeaderGreen {
  background-image: url(../images/InsideTitlelableGreen.png);
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  height: 48px;
  text-align: center;
}
.pagecontent .logoslider {
  margin-top: 50px !important;
  position: relative;
}
.pagecontent .logoslider .logo_item .wpb_logo_title {
  color: #3c7f3e;
  font-size: 12px;
  font-weight: lighter;
  line-height: 22px;
  margin-top: 0 !important;
  text-align: center;
}
.pagecontent .logoslider .slick-slide .logo_item img {
  width: 80% !important;
}
.pagecontent .logoslider .slick-arrow, .pagecontent .logoslider .gallery .slick-arrow {
  background: #7c246e none repeat scroll 0 0 !important;
  opacity: 0.5;
  font-size: 0px;
  border: 0px;
  padding: 5px 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.pagecontent .logoslider .slick-next, .pagecontent .logoslider .gallery .slick-next {
  position: absolute;
  top: -30px;
  right: 0px;
  z-index: 999;
  background: #7c246e url(../images/img_arrow_next.png) no-repeat center center !important;
  background-size: 30px !important;
  margin: 0px;
  border-radius: 0px;
}
.pagecontent .logoslider .slick-prev, .pagecontent .logoslider .gallery .slick-prev {
  position: absolute;
  top: -30px;
  left: 0px;
  z-index: 999;
  background: #7c246e url(../images/img_arrowprev.png) no-repeat center center !important;
  background-size: 30px !important;
}
.pagecontent .logoslider .slick-dots {
  bottom: -30px;
}
.pagecontent .logoslider .slick-dots li button {
  width: 25px;
  height: 8px;
  background: #8CDDCD !important;
  margin: 0px !important;
  border-radius: 0px !important;
}
.pagecontent .logoslider .slick-dots li.slick-active button {
  width: 25px;
  height: 8px;
  background: #1ABC9C !important;
}
.pagecontent .slick-prev:before, .pagecontent .slick-next:before {
  display: none;
}
.pagecontent .health_veg_cvr {
  height: 350px;
  overflow: hidden;
}
.pagecontent .health_veg_cvr .health_cnt {
  font-size: 14px;
  height: 350px;
  overflow-y: scroll;
  padding: 10px 20px;
  text-align: right;
  direction: rtl;
}
.pagecontent .health_veg_cvr .health_cvr {
  text-align: right;
}
.pagecontent .health_veg_cvr #txtTitle {
  color: #008000;
  direction: rtl;
  font-size: 32px;
  font-weight: bold;
  margin: 20px 40px;
  text-align: right;
}
.pagecontent .health_veg_cvr .pro_image {
  float: left;
  padding: 15px;
  height: 300px;
  width: 48%;
}
.pagecontent .health_veg_cvr .pro_image img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .pagecontent .health_veg_cvr {
    height: 740px;
    overflow: hidden;
  }
  .pagecontent .health_veg_cvr .pro_image {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .pagecontent .health_veg_cvr {
    height: 750px;
    overflow: hidden;
  }
}
.pagecontent .logoslider .slick-arrow, .pagecontent .gallery .slick-arrow {
  background: #7c246e none repeat scroll 0 0 !important;
  opacity: 0.5;
  font-size: 0px;
  border: 0px;
  padding: 5px 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.pagecontent .logoslider .slick-next, .pagecontent .gallery .slick-next {
  position: absolute;
  top: -30px;
  right: 0px;
  z-index: 999;
  background: #7c246e url(../images/img_arrow_next.png) no-repeat center center !important;
  background-size: 30px !important;
  margin: 0px;
  border-radius: 0px;
}
.pagecontent .logoslider .slick-prev, .pagecontent .gallery .slick-prev {
  position: absolute;
  top: -30px;
  left: 0px;
  z-index: 999;
  background: #7c246e url(../images/img_arrowprev.png) no-repeat center center !important;
  background-size: 30px !important;
}
.pagecontent .logoslider .slick-dots {
  bottom: -30px;
}
.pagecontent .logoslider .slick-dots li button {
  width: 25px;
  height: 8px;
  background: #8CDDCD !important;
  margin: 0px !important;
  border-radius: 0px !important;
}
.pagecontent .logoslider .slick-dots li.slick-active button {
  width: 25px;
  height: 8px;
  background: #1ABC9C !important;
}
.pagecontent .gallery {
  padding: 5px;
  margin-top: 30px !important;
  background: #f7f7f7;
  max-width: 471px;
  max-height: 365px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 3px 15px -5px #000;
          box-shadow: 0px 3px 15px -5px #000;
}
.pagecontent .gallery .slick-next, .pagecontent .gallery .slick-prev {
  top: 48%;
}
.pagecontent .gallery .slick-arrow {
  opacity: 1;
}
.pagecontent .gallery .slick-next {
  background: rgba(0, 0, 0, 0.6) url(../images/img_arrow_next.png) no-repeat center center !important;
  background-size: 30px !important;
  margin: 0px;
  border-radius: 0px;
}
.pagecontent .gallery .slick-prev {
  background: rgba(0, 0, 0, 0.6) url(../images/img_arrowprev.png) no-repeat center center !important;
  background-size: 30px !important;
}
.pagecontent .service_content {
  height: 350px;
  overflow-y: scroll;
  padding: 15px;
}
.pagecontent .service_content img {
  max-width: 100%;
}
.pagecontent .contactpage h3 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .pagecontent {
    margin-top: 30px;
  }
  .pagecontent .about_us_cnt, .pagecontent .service_content {
    max-height: 70vh;
    height: auto;
  }
}
@media (max-width: 767px) {
  .pagecontent {
    margin-top: 30px;
  }
  .pagecontent .about_us_cnt, .pagecontent .service_content {
    max-height: inherit;
  }
  .pagecontent .service_content img {
    margin: 10px 0px 25px;
    width: 100%;
  }
  .pagecontent .mobmarbtm5 {
    margin-bottom: 15px;
  }
}

@font-face {
  font-family: TablePress;
  src: url(tablepress.eot);
  src: url(tablepress.eot?#ie) format("embedded-opentype"), url(data:application/x-font-woff;base64,d09GRgABAAAAAAXYAAwAAAAACXwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABHAAAABwAAAAcZInHOk9TLzIAAAE4AAAAPgAAAGB7NXPDY21hcAAAAXgAAABMAAABUvD45QVnYXNwAAABxAAAAAgAAAAIAAAAEGdseWYAAAHMAAABKQAAAgjYVHFyaGVhZAAAAvgAAAAvAAAANv2jaBNoaGVhAAADKAAAAB0AAAAkCk0F6GhtdHgAAANIAAAAIAAAACgoAADqbG9jYQAAA2gAAAAWAAAAFgJWAbxtYXhwAAADgAAAAB0AAAAgAE4AH25hbWUAAAOgAAAB3AAAA43ZugaUcG9zdAAABXwAAABZAAAAgeNVfAkAAAABAAAAAMwXcmMAAAAAy1XFoAAAAADNHI82eJxjYGbexjiBgZWBhaWHxZiBgaENQjMVM0SB+ThBQWVRMYPDh+APd9gY/gP5bAyMykCKEUmJAgMjAC56Ct8AAHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwMDB9CPtz6cOf/fyAr+MN1EIt/A78evy5UFxgwsjHAuYxAPSB9KICRYdgDAL67D8kAAQAB//8AD3icXU/NTsJAEJ5ZFggxxmCbkiwHAzLTowlu4ejeyxPwCOBR7r3rE/geeubuG3i3TyGts12MtT18ndnd7w8QsvpdX/Q/IAboI9s1rpY3mMTDkcAVDuaqPD0RqRfaU05UGSxJhj2p5wDNUplqyjsZQT6EQ/2mc9GcyBIPReQOObPrkccHMZhgonMS3R1tiLCsDNFm8bgQF3W06ekgqqnN5Aa//D9nlrOgDeg09Aq4lK3RTiX16n621BBVLrIe2PQK09s2c4THyPIvF4TrAndwO5uHvhPUwOa7MNw8FsCtZfZDJBKB66BQhW58cRwHW09OVMEtI+3aOhEHX+E63crM2dh6X+WazMFLvf6F57OvAqiPGvo+87Tb+LrT4X9/7lT6bKXs9vsByDlkyAAAAHicY2BkYGAA4mO9Sxji+W2+MnCzM4DAWZl+bwT9fyuLN+tpIJeDgQkkCgAbqgoOAHicY2BkYGBj+HeXgYGdAQRYvBkYGVABFwA+hgJEAAAAeJxjZ4AAdiBmaWAwBeJSFhAbiJkaGByAGMwGADa+AxEAAAAAAAAAAAAqAFgAdgCUALIA0AEEAAB4nGNgZGBg4GKQYWBiAAEQycgAEnMA8xkABjEAbgAAAHicjZJBaxNBFMf/u0mbJoig5KC3QcRblt2tFCm9lEp701iKIHiZJLPJ0mSnzE5S8h38BB79Nn4ab94E/zN9JVB7MCEzv/3Pm/f+720ADPEbCe4/qXCCAV4Kp+jhrXAHGb4Ld/Ecv4T38Cx5I7yPQfJBuIdPyR/hAzxJa+E+Buk3Zku6fal8xwn9dIRTPMVr4Q6+4kS4S/Wn8B5eJanwPobJO+EefiRfhA/wIv0o3Mcw3YRyV9CYYAmDMRzXll9c6cnSjJ1pyZcU51gzRDMAl2a+XmrCOSwa+Lg7RhgolJxKzv2Yv8cSqwfZ7iILHGHEdcT7OfdDJreNP7dublSZ5epY7QwpMUCxOBoVozIvDh/v4mEx/JsE+MwQx+A6dhO8hA7y2EvwUjLEuLa2jSqyPFcsV/7H0MbxUFMOYwkhVSykODAb10U8OePTDbY8qel0QV3FO1PSvaUqDnh3p5LBB8WxxozqKnZ4TU1T9THfhJ3vsjTcw9M02s1ocWl0a5QzlXHKW+UXRp3Zm62r5wuvWjP1oenKunhS8YUo7/TMrLS7Vtp7V0/WMaSxvp6aNoP8FYKzU9zGOpbOTHidzqvTW9PaFZ/e0+QmtnJBatjAlqLeGHWhm9kWfwGPR6C4eJxjYGIAg/9VDFEM2AAXEDMyMDEyMTIzsjCyMrIxsjNy8CRnpJYV5efF56SmlfDCOEWZ6RklXMmJRakl8Sn55XkcEGZpAVQMpJgbwgQrZSnOLyoBACnGHqgAAAA=) format("woff"), url(tablepress.ttf) format("truetype"), url(tablepress.svg#TablePress) format("svg");
  font-weight: 400;
  font-style: normal;
}
.tablepress-table-description {
  clear: both;
  display: block;
}

.tablepress {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1em;
  border: none;
}

.tablepress td,
.tablepress th {
  padding: 8px;
  border: none;
  background: 0 0;
  text-align: right;
  float: none !important;
}

.tablepress tbody td {
  vertical-align: top;
}

.tablepress tbody td,
.tablepress tfoot th {
  border-top: 1px solid #ddd;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.tablepress tbody tr:first-child td {
  border-top: 0;
}

.tablepress thead th {
  border-bottom: 1px solid #ddd;
}

.tablepress tfoot th,
.tablepress thead th {
  background-color: #d9edf7;
  font-weight: 700;
  vertical-align: middle;
}

.tablepress .odd td {
  background-color: #f9f9f9;
}

.tablepress .even td {
  background-color: #fff;
}

.tablepress .row-hover tr:hover td {
  background-color: #f3f3f3;
}

.tablepress img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: none;
}

.dataTables_wrapper {
  clear: both;
  margin-bottom: 1em;
}

.dataTables_wrapper .tablepress {
  clear: both;
  margin: 0 !important;
}

.dataTables_length {
  float: left;
  white-space: nowrap;
}

.dataTables_filter {
  float: right;
  white-space: nowrap;
}

.dataTables_wrapper .dataTables_filter input {
  margin-right: 0.5em;
}

.dataTables_info {
  clear: both;
  float: left;
  margin: 4px 0 0;
}

.dataTables_paginate {
  float: right;
  margin: 4px 0 0;
  direction: rtl;
}

.dataTables_paginate a {
  color: #111 !important;
  display: inline-block;
  outline: 0;
  position: relative;
  text-decoration: underline;
  -webkit-text-decoration: none\0 /IE;
          text-decoration: none\0 /IE;
  margin: 0 5px;
}

.dataTables_paginate a:first-child {
  margin-right: 0;
}

.dataTables_paginate a:last-child {
  margin-left: 0;
}

.paginate_button:hover {
  cursor: pointer;
  text-decoration: none;
}

.paginate_button.disabled {
  color: #999 !important;
  text-decoration: none;
  cursor: default;
}

.paginate_button.current {
  font-weight: 700;
  text-decoration: none;
  cursor: default;
}

.dataTables_paginate.paging_simple {
  padding: 0 15px;
}

.paging_simple .paginate_button.next:after,
.paging_simple .paginate_button.previous:before {
  text-align: right;
  font-family: TablePress;
  font-size: 14px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  text-shadow: 0.1em 0.1em #666;
  position: absolute;
  top: 0;
  right: -14px;
  bottom: 0;
  left: auto;
  margin: auto;
  height: 14px;
  width: 14px;
  line-height: 1;
}

.paging_simple .paginate_button.next:after {
  text-align: left;
  content: "\f053";
  right: auto;
  left: -14px;
}

.paginate_button:after,
.paginate_button:before {
  color: #d9edf7;
}

.paginate_button:hover:after,
.paginate_button:hover:before {
  color: #049cdb;
}

.paginate_button.disabled:after,
.paginate_button.disabled:before {
  color: #f9f9f9;
}

.dataTables_processing {
  display: none;
}

.dataTables_scroll {
  clear: both;
}

.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.tablepress .sorting,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  outline: 0;
}

.tablepress .sorting:before,
.tablepress .sorting_asc:before,
.tablepress .sorting_desc:before {
  font-family: TablePress;
  font-weight: 400;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  right: auto;
  margin: auto;
  height: 14px;
  line-height: 1;
}

.tablepress .sorting:before {
  content: "\f0dc";
}

.tablepress .sorting_asc:before {
  content: "\f0d8";
  padding: 0 0 2px;
}

.tablepress .sorting_desc:before {
  content: "\f0d7";
}

.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
  background-color: #049cdb;
}

.dataTables_scrollBody .tablepress thead th:before {
  content: "";
}

.dataTables_wrapper:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.dataTables_wrapper label input,
.dataTables_wrapper label select {
  display: inline;
  margin: 2px;
  width: auto;
}

.record_show .list_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.record_show .list_show p {
  margin: 0px 5px 0px 0px;
  padding: 0px;
}
.record_show .list_show select {
  min-width: 70px;
  padding-right: 10px;
}

.table-set1 a img {
  width: 20px;
}
.table-set1 img {
  width: 12px;
}
.table-set1 .table-responsive {
  min-height: 400px;
}
.table-set1 .table-responsive table thead tr th {
  padding-bottom: 15px;
  background: #C36BB5;
  color: #fff;
}
.table-set1 .table-responsive tbody tr td a {
  color: #000;
}
.table-set1 .table-responsive tbody .dropdown {
  padding: 0px 20px 0 0;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0016);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0016);
}
.table-set1 .table-responsive tbody .dropdown .dropdown-menu.dropdown-width {
  width: 98px;
  min-width: 200px !important;
  top: -4px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  border-radius: 0px 0px 4px 4px;
}
.table-set1 .table-responsive tbody .dropdown .dropdown-menu.dropdown-width .dropdown-item {
  padding: 7px 14px;
}
.table-set1 .table-responsive tbody .dropdown .dropdown-menu.dropdown-width .dropdown-item:active {
  background: transparent;
}
.table-set1 .table-responsive tbody .dropdown .dropdown-menu.dropdown-width .dropdown-item p {
  margin: 0px !important;
}
.table-set1 .table-responsive tbody .modal .modal-body .form-control {
  border-radius: 0px;
  height: auto;
  min-height: 36px;
}
.table-set1 .table-responsive tbody .modal .modal-body .btn-primary {
  height: inherit !important;
  margin-top: 15px;
}
.table-set1 .table-responsive tbody .modal .modal-footer {
  display: none !important;
}
.table-set1 .table-responsive #PanGrid i {
  font-size: 12px;
  color: #000000;
  font-style: normal;
}
.table-set1 .table-responsive #PanGrid i img {
  margin-left: 10px;
}
.table-set1 .table-design {
  margin-top: 20px;
}
.table-set1.textmiddal tr td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .table-set1 .table-responsive {
    min-height: 0;
  }
  .table-set1 tbody tr {
    height: 42px;
  }
}

.paginatioshow_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.paginatioshow_div span {
  width: 100%;
}
.paginatioshow_div .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.paginatioshow_div .pagination img {
  width: 14px;
}
@media (max-width: 767px) {
  .paginatioshow_div {
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .paginatioshow_div .pagination {
    margin-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination span, .pagination a {
  text-align: center;
  width: 30px;
  height: 30px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #ddd solid 1px;
  margin: 0px 3px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0016);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0016);
}
.pagination span:hover, .pagination span:active, .pagination a:hover, .pagination a:active {
  background: #711D63;
  color: #ffffff !important;
  border-color: #711D63;
}
.pagination span img, .pagination a img {
  color: #fff;
}
.pagination span {
  background: #711D63;
  color: #ffffff;
}
.pagination span:hover {
  background: #711D63;
  color: #ffffff;
}
.pagination .nextbtn, .pagination .prebtn, .pagination .nextbtntwo, .pagination prebtntwo {
  font-size: 0px;
  color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0016);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0016);
}
.pagination .nextbtn img, .pagination .prebtn img, .pagination .nextbtntwo img, .pagination prebtntwo img {
  display: none;
}
.pagination .nextbtn {
  background: url(../images/next.png) no-repeat center center;
  background-size: 16px 16px;
}
.pagination .nextbtn:hover {
  background: url(../images/next_hover.png) no-repeat center center #711D63;
  background-size: 16px 16px;
}
.pagination .nextbtntwo {
  background: url(../images/nexttwo.png) no-repeat center center;
  background-size: 16px 16px;
}
.pagination .nextbtntwo:hover {
  background: url(../images/nexttwo_hover.png) no-repeat center center #711D63;
  background-size: 16px 16px;
}
.pagination .prebtn {
  background: url(../images/prev.png) no-repeat center center;
  background-size: 16px 16px;
}
.pagination .prebtn:hover {
  background: url(../images/prev_hover.png) no-repeat center center #711D63;
  background-size: 16px 16px;
}
.pagination .prebtntwo {
  background: url(../images/privioustwo.png) no-repeat center center;
  background-size: 16px 16px;
}
.pagination .prebtntwo:hover {
  background: url(../images/privioustwo_hover.png) no-repeat center center #711D63;
  background-size: 16px 16px;
}

.hdFloeRight {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.header_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 75%;
  width: 100%;
  margin-top: -50px;
  margin-bottom: 20px;
}
.header_part .hd1 {
  font-size: 50px;
  text-align: left;
  color: #6C2765;
  width: calc(100% - 192px);
}
.header_part .hd_right {
  margin-left: 12px;
  max-width: 180px;
}
.header_part .btn_hd {
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 20px;
  font-weight: bold;
  background: #00BF62;
  color: #ffffff;
  display: inline-block;
  text-align: center;
}
.header_part .btn_hd.btn_red {
  background: #FD3130;
}
@media (max-width: 991px) {
  .header_part {
    max-width: 100%;
  }
  .header_part .hd1 {
    font-size: 40px;
    width: calc(100% - 148px);
  }
  .header_part .btn_hd {
    font-size: 16px;
    max-width: 136px;
  }
}
@media (max-width: 767px) {
  .header_part .hd1 {
    width: 100%;
  }
  .header_part .hd_right {
    max-width: 100%;
    margin-left: 0px;
  }
  .header_part .btn_hd {
    max-width: 186px;
  }
  .header_part .btn_red br {
    display: none;
  }
}
@media (max-width: 575px) {
  .header_part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0px;
  }
  .header_part .hd1 {
    text-align: center;
    line-height: 1;
  }
  .header_part .hd_right {
    margin: 10px 0px 0px 0px;
  }
}

.table-box {
  width: 700px;
  margin: auto;
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.table-box h2 {
  text-align: center;
  color: #7a1d70;
  margin-bottom: 20px;
  font-size: 26px;
}
.table-box table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.table-box table thead {
  background: #7a1d70;
  color: #fff;
}
.table-box table thead th {
  padding: 18px 10px;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 575px) {
  .table-box table thead th {
    font-size: 16px;
  }
}
.table-box table tbody td {
  padding: 10px;
  border-bottom: 1px solid #E3E1E2;
  font-size: 18px;
}
@media (max-width: 575px) {
  .table-box table tbody td {
    font-size: 16px;
  }
}
.table-box table tbody tr:hover {
  background: #f9f1ff;
}
@media (max-width: 991px) {
  .table-box {
    width: 100%;
    padding: 0px;
  }
}

.logoLogin {
  text-align: center;
}
.logoLogin img {
  height: 150px;
  margin: 0 auto;
}

.loginLayout .pagecontent .loginformbox {
  margin: 25px auto 0px;
}/*# sourceMappingURL=style.css.map */