


 
/* Trigger Button */
/* button {
    padding: 10px 20px;
    border: none;
    background-color: #3498db;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.2s;
}

button:hover {
    background-color: #2980b9;
} */

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
  z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #ffffff;
    margin: 10% auto;
    padding: 20px;
    width: 50%;
    border-radius: 8px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s;
}

.close:hover,
.close:focus {
    color: #4a3aff;
}

/* Modal Text */
p {
    font-size: 18px;
}


.modal .tab-description.column-two,
.modal .tab-description.column-three{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.tab-description.column-two .column-two-left,
.tab-description.column-two .column-two-right{
  width:48%; 
}

.tab-description.column-three .column-three-left,
.tab-description.column-three .column-three-middle,
.tab-description.column-three .column-three-right{
  width:30%;
}

.tab-description.column-two .column-two-left,
.tab-description.column-two .column-two-right,
.tab-description.column-three .column-three-left,
.tab-description.column-three .column-three-middle,
.tab-description.column-three .column-three-right{
  padding:0px;
  justify-content: center;
  display: flex;  
  flex-direction:column; 
}




/* hubspot css start here */

.main-button{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.uk-button.button {
  display: flex;
  gap:10px;
  font-size: 18px;
  font-weight: 600;
}

.uk-button.button svg {
  width:15px;
  height;15px;
}

button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.3s linear;
  white-space: normal;
  padding: 12px 36px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  border-radius: 0px;
  text-transform: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  z-index:1;
  background:none;
  
}

.main-button .button, .main-button button {
    border: 0px solid;
}

.uk-button {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
    font-size: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 18px;
  font-weight:600;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: .1s ease-in-out;
    transition-property: all;
  transition-property: color,background-color,border-color;
}

.uk-button.uk-button-extra-small{
    padding: 7px 14px !important;
    font-size: 12px;
}
.uk-button.uk-button-extra-small svg{
  height: 12px;
  width: 12px;
}

button.uk-button-small{
  padding: 10px 20px;
  font-size: 16px;
}

button.uk-button-small svg{
  height: 14px;
  width: 14px;
}

button.uk-button-large{
  padding:16px 36px;
  font-size: 20px;
}

button.uk-button_medium{
  padding:12px 28px;
  font-size: 18px;
}

button.button_medium svg{
  height: 16px;
  width: 16px;
}

button.uk-button-small img{
  width: 16px;
}

button.button_medium img{
  width: 20px;
}




button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}


@media screen and (max-width: 991px) {
  
    .tab-description.column-two,.tab-description.column-three {
    justify-content: center;
    display: flex;  
    flex-direction:column; 
    gap:20px;
  }

    .tab-description.column-two .column-two-left,
  .tab-description.column-two .column-two-right,  
  .tab-description.column-three .column-three-left,
  .tab-description.column-three .column-three-middle,
  .tab-description.column-three .column-three-right{
    width:auto; 
  }

  .tab-description.column-two .column-two-left {
    padding:0px;
  }
  

  .column-three-right {
    margin: 0 auto;
  }

}




@media screen and (max-width: 768px) { 
   button {
     margin:20px;
    padding: 5px 10px !important;
    font-size: 14px;
  }
    button.uk-button-small{
     margin:20px;
    padding: 3px 8px;
    font-size: 12px;
  }
    button.uk-button-large{
    padding:8px 12px !important;
    font-size: 16px;
     margin:20px;
  }

  

  button.button_medium svg{
  height: 14px;
  width: 14px;
}
button.uk-button-small svg{
  height: 12px;
  width: 12px;
}

  }
@media only screen and (max-width: 767px){
 .body-wrapper.hs-content-id-148750848586 .row-fluid-wrapper.dnd_area-row-1-vertical-alignment.dnd-section .row-fluid {
    display: flex;
    flex-direction: column !important;
}
}

@media only screen and (max-width: 540px){
  .tab-description.column-two {
    justify-content: center;
    display: flex;  
    flex-direction:column; 
    gap:20px;
  }

  .tab-description.column-two .column-two-left,
  .tab-description.column-two .column-two-right,
  .tab-description.column-three .column-three-left,
  .tab-description.column-three .column-three-middle,
  .tab-description.column-three .column-three-right{
    width:auto; 
  }

  .tab-description.column-two .column-two-left {
    padding:0px;
  }
}
