body {
    font-family: Quicksand, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Dosis,sans-serif;
}

.script_header {
  font-size: 25px;
  padding-bottom: 15px;
  font-weight: bold;
}

.script_subheader {
  font-size: 15px;
  padding-bottom: 15px;
}

.cust-top-logo {
  margin: 0px 0 30px 0;
  display: inline-block;
  width: 100%;
}

.row.cust-row-reb {
  align-items: center;
  margin-top: 30px;
}

.cust-content-sec h2 {
  text-align: left;
  font-size: 32px;
  margin: 0 0 30px 0;
  font-weight: 600;
}

.cust-content-sec h6 {
  font-size: 20px;
  margin: 0 0 30px 0;
}

.cust-content-sec a {
  background: #df282b;
  padding: 12px 30px;
  border-radius: 50px;
  color: #fff !important;
  font-weight: 600;
  font-size: 18px;
  min-width: 190px;
  display: inline-block;
  text-align: center;
  margin: 20px 0 0 0;
}

.cust-bg-sec {
  margin: 50px 0 0px 0;
  padding: 40px 0px;
  background: #f9f9f9;
}

.cust-bg-sec h3 {
  position: relative;
  font-size: 25px;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
}

.cust-bg-sec h3:before {
  content: " ";
  background: #df282b;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 40px;
}

.cust-bg-sec ul {
  padding: 0;
}

.cust-bg-sec ul li {
  font-size: 16px;
  position: relative;
  display: block;
  padding: 0 0 8px 0;
}

.cust-bg-sec ul li span {
  font-weight: 600;
  color: #df282b;
}

.cust-bg-sec ul li svg {
  margin: 0 10px 0 0px;
  font-size: 20px;
}

.cust-bg-sec p {
  text-align: justify;
}

.row.Warning-sec p strong {
  color: #df282b;
  font-weight: 600;
}

.row.Warning-sec {
  margin-top: 20px;
}

.row.cust-about-b {
  margin-bottom: 30px;
}

ul.cust-script-sec li {
  display: flex;
  align-items: center;
}

ul.cust-script-sec li a svg {
  font-size: 15px;
  margin: 0 3px 0 0px;
}

ul.cust-script-sec li a {
  background: #df282b !important;
  color: #fff !important;
  font-size: 16px;
  padding: 1px 10px;
  border-radius: 50px;
  margin: 0 0 0 20px;
  outline: transparent !important;
  text-decoration: none !important;
  border: none !important;
}

.modal-footer button.btn.btn-primary {
  background: #df282b !important;
  border-color: #df282b !important;
  border-radius: 0;
}

.modal-footer button.btn.btn-secondary {
  border-radius: 0;
}

.modal-body p {
  font-size: 15px;
  margin: 0 0 5px 0;
}

.modal-body h2 {
  font-size: 20px;
  margin: 0 0 15px 0;
}

.ftr ul li a {
  color: #000;
  text-decoration: none;
}

.ftr {
  padding: 20px 0;
}

.ftr ul li {
  display: block;
  font-size: 15px;
}

.ftr ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.modal .modal-content {
  max-height: 450px;
}

.modal button.close {
  margin: 0 !important;
}

.modal .modal-dialog.modal-lg {
  margin-top: 110px;
}

.modal .modal-dialog.modal-super-lg {
  margin-top: 110px;
}

header.main-header.bg-white.py-2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.main-Div.payment-method {
  padding-top: 60px;
}

.tab1 {
  margin-left: 40px;
}

.tab2 {
  margin-left: 60px;
}

.tab4 {
  tab-size: 8;
}

.modal-lg {
  max-width: 60%;
}

.modal-super-lg {
  max-width: 70%;
}


nav > .nav.nav-tabs {
  border: none;
  color: #fff;
  border-radius: 0;
}

nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active {
  border-radius: 0;
}

nav > div a.nav-item.nav-link.active:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 40%;
  border: 12px solid transparent;
  border-top-color: #e74c3c;
}

.tab-content {
  background: #fdfdfd;
  line-height: 25px;
  border: 1px solid #ddd;
  border-top: 5px solid #e74c3c;
  border-bottom: 5px solid #e74c3c;
  padding: 20px 20px !important;
  max-height: 450px;
  overflow-y: auto;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #e74c3c;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
  border: none;
  background: #e74c3c;
  color: #fff !important;
  border-radius: 0;
  transition: background 0.2s linear;
}

.cust-content-sec .nav-item {
  padding: 10px;
  min-width: auto;
  color: #000 !important;
  background: #eee;
  font-size: 15px;
  margin: 0;
  border: none;
  position: relative;
  z-index: 1;
}

.cust-content-sec .tab-pane a {
  padding: 8px 20px;
  font-size: 14px;
  min-width: auto;
}

#readmore a {
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 0;
}

#readmoreLi a {
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 0;
}

div#nav-home td {
  padding: 1px 8px;
}

div#nav-profile td {
  padding: 1px 8px;
}

.st-padding {
  padding-top: 5px;
}

.lt-padding {
  padding-left: 15px;
  opacity: 0.7;
}

div#unix_details table,
div#nav-home table {
  margin: 10px 0;
}

div#linux_details table,
div#nav-profile table {
  margin: 10px 0;
}

.cust-download-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
}

.cust-download-btn p {
  font-size: 20px;
  font-weight: 600;
}

.cust-download-btn a {
  margin: 0;
}

.cust-content-sec .tab-content {
  min-height: 455px;
}

.cust-content-sec .tab-content a {
  padding: 2px 10px;
  border-radius: 0;
}

.cust-content-sec .tab-content div#showMoreID a {
  margin-top: 0;
}

.payment-method .row.cust-row-reb .col-sm-12[style] {
  height: auto !important;
}

.img-sec img {
  max-width: 100%;
}

.cust-content-sec .row table {
  min-width: 610px;
  white-space: nowrap;
  padding: 4px 4px 10px;
  border: 1px solid #f2f2f2;
}

.cust-content-sec .row table tr td {
  padding: 4px 6px;
  font-family: Quicksand, sans-serif;
}

.table-scroll {
    display: block; 
    overflow-x:auto;
    padding-bottom: 6px;
    border: 1px solid #cccccc;
}

.table-scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #f2f2f2;
}

.table-scroll::-webkit-scrollbar-thumb {
    width: 5px;
    height: 5px;
    background: #d4d4d4;
    border-radius: 14px;
}

.table-scroll form {
    display: inline-block;
}

/* Tabs Design Style */

.nav-tab-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-content-wrapper {
    border-top: 5px solid #e74c3c;
}

.nav-tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
}

.nav-tab-content.active {
    display: block;
}

.nav-tab-button {
    padding: 10px !important;
    color: #000;
    background: #eee;
    font-size: 15px;
    font-weight: 600;
    border: none;
    position: relative;
    flex: 1 1 auto;
    justify-content: center;
    border-radius: 0px !important;
    overflow: unset;
    cursor: pointer;
    line-height: normal;
}

.nav-tab-button.active, 
.nav-tab-button:hover {
    background-color: #e74c3c;
    color: #fff;
}

.nav-tab-button.active:after {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 40%;
    border: 12px solid transparent;
    border-top-color: #e74c3c;
}

.script-Search-wrapper {
    max-width: 450px;
    margin: 16px auto;
    display: flex;
    align-items: center;
    gap: 6px;
}

.script-Search-wrapper input[type="Search"] {
    padding: 6px 16px;
    display: block;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #cccccc;
	outline: none;
}

.refresh-btn {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	padding: 3px;
	font-size: 18px;
}

@media screen and (max-width: 600px) {
  .modal-lg {
    max-width: 100% !important;
    margin-top: 80px;
  }
  .modal-body {
    height: 330px !important;
  }
  .modal-content .modal-title {
    width: 93%;
    font-size: 18px;
    line-height: normal;
  }
  .modal-content button.close {
    margin: 0 !important;
    font-size: 23px;
  }
  .img-sec img {
    width: 100%;
  }
  .cust-content-sec h2 {
    text-align: left;
    font-size: 25px;
    margin: 20px 0 15px 0;
    line-height: normal;
  }
  .cust-content-sec h6 {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  ul.cust-script-sec li {
    align-items: end;
  }
  ul.cust-script-sec li a {
    margin: 0 0 0 15px;
    min-width: 70px;
  }
  .cust-download-btn {
    flex-wrap: wrap;
    gap: 4px;
  }
  
  .cust-content-sec a.description_class{
	text-decoration: none;
    background: #fdfdfd;
    padding: 0px 0px;
    border-radius: 50px;
    color: #111 !important;
    font-weight: 400;
    min-width: 190px;
    display: inline-block;
    text-align: left;
    margin: 0px 0 0 0;

  }
}
