@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cookie&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Redressed&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll; }

/*$red1:#ED1C24;*/
body {
  /*font-family: 'Libre Franklin', sans-serif;*/
  font-family: "Rajdhani", sans-serif;
  background: url(../../hd-images/mainBg.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #333;
  font-size: 16px;
  line-height: 175%;
  font-weight: 600 !important;
  overflow-x: hidden !important;
  /*background-image: linear-gradient(to left, rgba(255, 241, 235, 0.3) 0%, rgba(172, 224, 249, 0.3) 100%);*/ }

h1, h2, h3, h4, h5, h6 {
  text-align: left;
  margin: 30px auto 10px;
  padding: 0; }

h1 {
  /*font-family: 'Cookie', cursive;*/
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 26px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

a {
  text-decoration: none;
  border: none !important;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  color: #333; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate; }

.nav-item {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.nav-item.dropdown.dropdown-mega {
  position: static; }
  .nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
    top: auto;
    left: 5%; }

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none; }
  .navbar-toggler:focus {
    box-shadow: none; }
  .navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;
    float: right; }
    .navbar-toggler .hamburger-toggle .hamburger {
      position: absolute;
      transform: translate(-50%, -50%) rotate(0deg);
      left: 50%;
      top: 50%;
      width: 50%;
      height: 50%;
      pointer-events: none; }
      .navbar-toggler .hamburger-toggle .hamburger span {
        width: 100%;
        height: 4px;
        position: absolute;
        background: #333;
        border-radius: 2px;
        z-index: 1;
        transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
        left: 0px; }
        .navbar-toggler .hamburger-toggle .hamburger span:first-child {
          top: 10%;
          transform-origin: 50% 50%;
          transform: translate(0% -50%) !important; }
        .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
          top: 50%;
          transform: translate(0, -50%); }
        .navbar-toggler .hamburger-toggle .hamburger span:last-child {
          left: 0px;
          top: auto;
          bottom: 10%;
          transform-origin: 50% 50%; }
      .navbar-toggler .hamburger-toggle .hamburger.active span {
        position: absolute;
        margin: 0; }
        .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
          top: 45%;
          transform: rotate(45deg); }
        .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
          left: 50%;
          width: 0px; }
        .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
          top: 45%;
          transform: rotate(-45deg); }

.icons {
  display: inline-flex;
  margin-left: auto; }
  .icons a {
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none; }
    .icons a:hover {
      color: white;
      text-shadow: 0 0 30px white; }

.corrugationMachines h4 {
  text-align: center !important; }

strong {
  font-weight: 500 !important; }

img {
  vertical-align: middle; }

figure {
  margin: 5px 0 10px; }

figcaption {
  text-align: center;
  font-size: 10px;
  font-style: italic;
  margin: 0 auto; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  display: block; }

li {
  margin-left: 30px;
  text-align: justify !important;
  margin-top: 10px;
  margin-bottom: 10px; }

p {
  text-align: justify;
  margin-bottom: 10px;
  line-height: 1.6 !important; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

b {
  font-weight: normal !important; }

.img50 {
  max-width: 50px; }

.img75 {
  max-width: 75px; }

.img100 {
  max-width: 100px; }

.img200 {
  max-width: 200px; }

.img250 {
  max-width: 250px; }

.img300 {
  max-width: 300px; }

.img350 {
  max-width: 350px; }

.img400 {
  max-width: 400px; }

.img450 {
  max-width: 450px; }

.img500 {
  max-width: 500px; }

.img550 {
  max-width: 550px; }

.brake {
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both; }

.ruler {
  width: 100%;
  height: 1px;
  border-top: 0.1em solid #999;
  clear: both;
  margin: 10px 0; }

/* ======================================================================================== */
.shadowInset {
  box-shadow: 0 0 60px 32px #000 inset;
  /* Horizontal Vertical Blur Spread  */ }

.blur16 {
  filter: blur(16px); }

.dropShadow {
  filter: drop-shadow(5px 5px 10px #000); }

.grayScale {
  filter: grayscale(100%); }

.letterspacing {
  letter-spacing: 5px; }

.textIndent {
  text-indent: 20px; }

.textTransform {
  text-transform: uppercase; }

.wordSpacing {
  word-spacing: 20px; }

.transitionParent {
  opacity: 1;
  transition: opacity 1s ease 0s; }

.transitionParent:hover {
  opacity: 0.6; }

.border-top-bottom {
  background-color: rgba(140, 145, 160, 0.1);
  border-radius: 20px;
  border-top: 1px dashed #8c91a0;
  border-bottom: 1px dashed #8c91a0;
  padding: 20px 5px;
  margin: 20px auto; }

.border-left-3-blue {
  border-left: 3px solid #0055b4; }

.border-dashed-999 {
  border: .01em dashed #999; }

.border-top-dashed-999 {
  border-top: .01em dashed #999; }

.border-left-dashed-999 {
  border-left: .01em dashed #999; }

.border-bottom-dashed-999 {
  border-bottom: .01em dashed #999; }

.border-right-dashed-999 {
  border-right: .01em dashed #999; }

.border-tb-bg {
  background-color: #FFF;
  padding: 10px 20px;
  border-top: .01em dashed #CCC;
  border-bottom: .01em dashed #CCC;
  margin-top: 40px;
  margin-bottom: 40px; }

.myDl dt {
  margin-top: 5px; }

.myDl dd {
  border-left: 3px solid #ebebeb;
  border-right: 3px solid #ebebeb;
  border-radius: 25px;
  padding: 10px 10px 10px 15px;
  margin-top: 5px;
  margin-bottom: 5px; }

.myDl-Border-Left dt, .myDl-Border-Left dd {
  margin-top: 20px; }

.myDl-Border-Left dt {
  text-align: right; }

.myDl-Border-Left dd {
  border-left: 1px dashed #CCC; }

/* ***************************************************************************************************************** */
/*
write like this
	<span class="text-primary divider"></span>
	<span class="text-default divider"></span>
*/
.divider {
  display: block;
  padding: 0;
  width: 275px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  color: transparent;
  background-color: transparent;
  border-top: none;
  margin: 10px auto; }

.divider:before {
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 95px;
  border-bottom: 3px solid;
  color: #fff;
  z-index: 5; }

.divider.text-primary:before {
  color: #ff2934; }

.divider.text-default:before {
  color: #212526; }

.divider + h2 {
  margin-top: 39px; }

/* ***************************************************************************************************************** */
.box-shadow-left-right-outside {
  box-shadow: inset 7px 0 7px -7px rgba(0, 0, 0, 0.5), inset -7px 0 7px -7px rgba(0, 0, 0, 0.5);
  padding-top: 20px;
  padding-bottom: 40px; }

.box-shadow-left-right-inset {
  box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3), -6px 0 6px -4px rgba(34, 34, 34, 0.3);
  -moz-box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3), -6px 0 6px -4px rgba(34, 34, 34, 0.3);
  -webkit-box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3), -6px 0 6px -4px rgba(34, 34, 34, 0.3);
  padding-top: 20px;
  padding-bottom: 40px; }

.i24 {
  font-size: 24px !important;
  margin-left: 10px; }

.ptb75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.shadowtb {
  box-shadow: inset 0 11px 8px -10px #CCC, inset 0 -11px 8px -10px #CCC; }

/* Border Inside */
.inner-outline {
  outline: 1px solid orange;
  outline-offset: -10px; }

/* CSS Transition */
.trans {
  border-radius: 50%;
  transition: all 1s ease;
  border: 0.01em solid rgba(0, 75, 135, 0.5);
  margin: 0 auto !important;
  padding: 10px; }

.trans:hover {
  border-radius: 0 25% 0 25%;
  border: .01em solid #083154;
  margin: 0 auto !important;
  padding: 20px; }

/* -------------------------------------------------------------------------------------- */
span.redRequired {
  color: red;
  font-size: 18px;
  font-weight: bolder;
  position: relative;
  top: 4px; }

.myTags {
  text-align: center !important;
  padding-top: 10px;
  padding-bottom: 15px; }

.myTags h4 {
  border: .01em dotted #CCC;
  padding: 3px 5px;
  display: inline;
  font-size: 10px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  color: #CCC !important; }

/* ============================================================== */
.contactUsPage * {
  text-align: left !important; }

.contactUsPage .media {
  margin-top: 30px !important; }

.contactUsPage h5 {
  color: #bb2d3b;
  font-weight: bolder;
  font-size: 18px; }

/* ============================================================== */
.gradientWhiteTopBottom {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */ }

.radius20 {
  border-radius: 20px; }

/*====================================================================================================================*/
.rightsReserved {
  background: rgba(27, 30, 33, 0.85);
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 10px; }

.rightsReserved span {
  padding-left: 10px;
  padding-right: 10px; }

.rightsReserved * {
  color: rgba(255, 255, 255, 0.6) !important; }

.rightsReserved2 {
  background: #1b1e21;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px; }
  .rightsReserved2 * {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 30px; }

.rightsReserved3 {
  background: rgba(27, 30, 33, 0.85) !important;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 10px; }
  .rightsReserved3 span {
    display: inline-block; }
  .rightsReserved3 * {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 11px !important; }

/*.rightsReserved3 {
  background: rgba(27, 30, 33, 0.85);
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 10px;}
.rightsReserved3 span {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;}
.rightsReserved3 * {
  color: rgba(255, 255, 255, 0.6) !important;}*/
/*====================================================================================================================*/
div.accordion * {
  text-align: left !important; }

div.accordion p {
  line-height: normal;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 0.01em dotted rgba(204, 204, 204, 0.6); }

div.accordion p:last-of-type {
  border-bottom: none; }

div.accordion-body {
  padding-top: 10px !important;
  padding-bottom: 0 !important; }

div.accordion-body * {
  color: #333 !important; }

/*====================================================================================================================*/
.top0 i {
  font-size: 200%;
  margin-right: 20px; }

.top0 i:last-of-type {
  margin-right: 0; }

.section1 {
  background: rgba(255, 255, 255, 0.7) url(../../hd-images/india/machines/corrugated-box-making-plants/dot.png) repeat top left;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1) inset; }

.section2 {
  background-color: #ece9e4;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1) inset; }

.section3 h5 {
  font-size: 20px !important; }

.myNavbar {
  max-height: 400px !important;
  overflow-y: scroll !important; }

.myNavbar0 {
  background-color: #0d6efd;
  border-top: 0.01em solid rgba(0, 0, 0, 0.05);
  border-bottom: 0.01em solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 3px white; }

.myNavbar1 {
  background-color: #d6a84b !important; }

.mainMenu div {
  display: block;
  background-color: rgba(186, 203, 230, 0.3);
  border: 0.01em solid rgba(0, 0, 0, 0.1);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px 0 10px 20px;
  margin-bottom: 10px;
  font-weight: bolder;
  font-size: 120%;
  transition: all 1s ease;
  cursor: pointer; }
.mainMenu .active {
  background-color: #bacbe6; }

.mainMenu div:hover {
  background-color: lightgoldenrodyellow; }

.overFlowXNone {
  overflow-x: hidden !important; }

.whyUs {
  background: url(../../hd-images/india/machines/corrugated-box-making-plants/slider1.jpg) no-repeat center;
  min-height: 400px; }

.whyUsInner {
  padding: 20px 100px; }

.bg1 {
  background: url(../../hd-images/india/machines/corrugated-box-making-plants/bg1.jpg) no-repeat center !important;
  min-height: 400px; }

.bg2 {
  background: url(../../hd-images/india/machines/corrugated-box-making-plants/bg2.jpg) no-repeat center fixed !important;
  padding-top: 20px;
  padding-bottom: 20px; }

.productsh2 h2 {
  font-size: 16px !important; }

.bodyText {
  padding-bottom: 30px; }

.bodyText h1 {
  /*font-family: 'Redressed', cursive;*/
  color: #B3212C !important;
  font-size: 40px; }

.bodyText h2 {
  color: #194a93 !important;
  border-left: 4px solid #c0202f;
  padding-left: 10px;
  margin-top: 20px; }

.bodyText h3 {
  /*font-family: 'Cookie', cursive !important;*/
  font-family: "Rajdhani", sans-serif; }

/* ----------------------------------------------------- */
.columnLeft {
  /*background-image: linear-gradient(to top, rgba(250, 208, 196, 0.1) 0%, rgba(255, 209, 255, 0.1) 100%);*/
  /*background-color: rgba(29, 164, 226, 0.05);*/
  border-left: 0.01em solid rgba(204, 204, 204, 0.4);
  padding-left: 10px !important;
  padding-top: 30px;
  height: 100%; }
  .columnLeft * {
    font-weight: 600 !important; }

.columnLeft div {
  /*-webkit-transition: all 0.5s; !* Safari *!
  transition: all 0.5s;*/ }

.columnLeft div:hover {
  /*background-color: rgba(204, 204, 204, 1);*/ }

/* ----------------------------------------------------- */
.myTable {
  width: 80%;
  margin-bottom: 1rem;
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0.8);
  margin-left: auto;
  margin-right: auto; }
  .myTable * {
    text-align: center !important;
    border: 0.01em solid #c9bfab !important;
    border-collapse: collapse; }
  .myTable tr:first-of-type {
    background-color: #786e5c !important;
    color: white !important; }
  .myTable td {
    padding: 15px; }

/*======================================================*/
.myBreadCrumb {
  padding-top: 10px !important;
  padding-bottom: 7px !important;
  border-bottom: .01em dashed #CCC;
  background-color: rgba(255, 255, 255, 0.3); }
  .myBreadCrumb .breadcrumb {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important; }
    .myBreadCrumb .breadcrumb .breadcrumb-item {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
  .myBreadCrumb * {
    font-size: 11px !important;
    padding: 0 !important;
    line-height: 1.2 !important; }

/*======================================================*/
.height300 {
  height: 300px !important;
  overflow-y: scroll; }

ul.noSpace li {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.top1 {
  /*background-color: $orange;*/
  background: url(../../hd-images/bg1.jpg) no-repeat center fixed;
  padding-top: 10px; }
  .top1 * {
    font-size: 20px; }
  .top1 .top1i {
    font-size: 30px !important;
    color: #B3212C !important; }

dl.super-sujata {
  margin-top: 10px;
  margin-bottom: 10px; }
  dl.super-sujata dt {
    background-color: #786e5c;
    color: white;
    border-radius: 10px;
    padding: 10px 10px 10px 20px; }
  dl.super-sujata dd {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.2 !important; }

.categoryHead {
  text-align: center;
  padding: 10px 0;
  background-color: #786e5c;
  color: white !important;
  font-size: 30px;
  border-radius: 25px;
  margin-top: 30px; }

#myForm {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 20px 30px 40px 30px;
  border: .01em solid #CCC;
  border-radius: 20px;
  margin-top: 50px;
  box-shadow: 4px 4px 3px rgba(204, 204, 204, 0.5); }

.enquiryImgContainer {
  clear: both !important;
  background: rgba(255, 255, 255, 0.2) url(../../hd-images/pattern1.png) left top;
  border-radius: 10px;
  border: 0.01em solid rgba(204, 204, 204, 0.3);
  box-shadow: 4px 4px 4px #CCC;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px; }
  .enquiryImgContainer .enquiryImg {
    float: right !important;
    position: relative;
    width: 90px !important;
    z-index: 10000; }

.myUl {
  /*border-left:4px solid $bg2;*/
  /*border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;*/
  /*background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.2) 100%);*/
  padding: 15px;
  margin-top: 40px;
  margin-bottom: 30px; }
  .myUl ul li {
    list-style: none;
    background: url(../../hd-images/ss.svg) no-repeat left center;
    padding-left: 20px !important;
    background-size: 10px; }

.myTable1 * {
  vertical-align: middle; }

.required {
  color: red;
  font-size: 18px; }

.mainLi {
  /*font-size:18px!important*/ }

.navbarMain {
  background-color: rgba(255, 255, 255, 0.2);
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  .navbarMain * {
    font-size: 16px !important;
    font-weight: 600 !important; }
  .navbarMain .enquiry {
    background-color: #B3212C !important;
    color: white !important; }

.corrugationUl {
  max-height: 500px;
  overflow-y: scroll; }

/* ======================================================================================================== */
.display-5 {
  font-size: 3rem;
  font-weight: 300; }

.display-6 {
  font-size: 2.5rem;
  font-weight: 300; }

.display-7 {
  font-size: 2rem;
  font-weight: 300; }

.nav-link, .dropdown-item {
  font-size: 14px;
  line-height: 1.4 !important; }

ul.dropdown-menu .dropdown-item {
  margin-top: 5px;
  margin-bottom: 5px; }

.w-10 {
  width: 10% !important; }

.w-15 {
  width: 15% !important; }

a.dropdown-item {
  margin-left: -30px !important;
  width: auto !important; }

a.dropdown-item:hover {
  background-color: #B3212C !important;
  color: white !important; }

h2.accordion-header {
  margin-top: 0 !important; }

.btn-myBrown {
  --bs-btn-color: #333;
  --bs-btn-bg: #cec1a7;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #333;
  --bs-btn-hover-bg: #b9b2a5;
  --bs-btn-hover-border-color: #5c554f;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #333;
  --bs-btn-active-bg: #dcd5c8;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #333;
  --bs-btn-disabled-bg: #dcd5c8;
  --bs-btn-disabled-border-color: #dcd5c8;
  padding-left: 20px;
  padding-right: 20px; }

.btn-myButton2 {
  --bs-btn-color: #333;
  --bs-btn-bg: rgba(179, 191, 175, 0.6);
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #333;
  --bs-btn-hover-bg: rgba(179, 191, 175, 0.9);
  --bs-btn-hover-border-color: #5c554f;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #333;
  --bs-btn-active-bg: #869282;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #333;
  --bs-btn-disabled-bg: #dcd5c8;
  --bs-btn-disabled-border-color: #dcd5c8;
  padding-left: 20px;
  padding-right: 20px; }

.btn-myButton3 {
  --bs-btn-color: #333;
  --bs-btn-bg: rgba(185, 178, 165, 0.6);
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #333;
  --bs-btn-hover-bg: #b9b2a5;
  --bs-btn-hover-border-color: #5c554f;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #333;
  --bs-btn-active-bg: #dcd5c8;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #333;
  --bs-btn-disabled-bg: #dcd5c8;
  --bs-btn-disabled-border-color: #dcd5c8;
  padding-left: 20px;
  padding-right: 20px; }

.accordion-item {
  margin-top: -3px !important; }

.accordion-body h4 {
  font-size: 15px !important;
  text-align: left !important;
  border-bottom: 0.01em dotted #CCC !important;
  padding-top: 1px;
  padding-bottom: 10px; }

.accordion-body h4:last-of-type {
  border-bottom: none !important; }

.accordion-button {
  /*background-color: #CCC !important;*/
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%); }

.accordion-body {
  background-color: rgba(11, 94, 215, 0.05) !important;
  margin-bottom: -5px !important; }

.accordion-body h5 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: .01em dashed #CCC;
  line-height: 1.4 !important; }

.myD-Flex {
  background-color: white;
  border: .01em solid #CCC;
  border-radius: 10px;
  padding-right: 5px; }

.my_flex-grow-1 {
  line-height: 1.2 !important; }

.btn-MyBtnDark {
  --bs-btn-color: #fff;
  background-color: #93846b;
  border: 0.01em solid rgba(0, 0, 0, 0.2) !important; }

.btn-MyBtnBlue2 {
  --bs-btn-color: #fff;
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
  border: 0.01em solid rgba(0, 0, 0, 0.2) !important;
  color: rgba(0, 0, 0, 0.8) !important; }

.btn-myRed {
  color: #fff;
  background-color: #B3212C;
  border: none; }

.btn-myRed:hover {
  color: #fff;
  background-color: #a71c20;
  border-color: #b02a37; }

.btn-check:focus + .btn-myRed, .btn-myRed:focus {
  color: #fff;
  background-color: Z #a71c20;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }

.btn-check:active + .btn-myRed, .btn-check:checked + .btn-myRed, .btn-myRed.active, .btn-myRed:active, .show > .btn-myRed.dropdown-toggle {
  color: #fff;
  background-color: #B3212C;
  border-color: #a52834; }

.btn-check:active + .btn-myRed:focus, .btn-check:checked + .btn-myRed:focus, .btn-myRed.active:focus, .btn-myRed:active:focus, .show > .btn-myRed.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }

.btn-myRed.disabled, .btn-myRed:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

/*# sourceMappingURL=myBootstrap.css.map */
