/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.fxRyHf {
margin: 0px; 
}

h1.hs-elevate-h1 {
    font-size: 65px;
/*     font-family: avro; */
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}
a.ButtonComponent__StyledButton-sc-1q3w9nj-0.bcxYFo.hs-elevate-button.hs-elevate-button--primary {
    background-color: #2a688d;
    border-radius: unset;
/*     font-family: calibri; */
    font-weight: bold;
    font-size: 17px;
}
 .container11{
   background-color:#ffffff;
      filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16 ));
   margin-top: 80px;
   padding-top: 50px;
}
    .specs-table {
        width: 100%;
        max-width: 1000px;
        border-collapse: collapse;
        margin: 0 auto;
       color: #ffffff; 
    }
    .specs-table th, .specs-table td {
        padding: 12px 15px;
        border: 1px solid rgba(255, 255, 255, 0.3); 
    }
    .specs-table th {
      background-color: #2A688E; 
        color: white;
        font-weight: normal;
        text-align: left;
      text-transform: uppercase;
    }
    .specs-table td {
        background-color: #E6E7E8; 
        color: #000000;
    }
.td11{
   background-color: #ffffff;
        color: #000000;
}
    .note {
font-family: "Calibri";
font-size: 18x;
font-weight: normal;
text-align: center;
color: #707070 !important;
margin-top: 20px;
padding-bottom: 20px;
        }
.tabh{
  font-family: "Calibri";
font-size: 25px;
font-weight: bold;
font-style: normal;
margin-left: 25px;
margin-bottom: 15px;
margin-top: -19px;
}
.btn11 {
    display: flex;
    justify-content: center;
  margin-top: 25px;
    margin-bottom: 25px;
}
.b1{
  background: #2a688d;
  font-family: "Calibri";
font-size: 20px;
color: #faf8f8;
  padding: 12px;
  border: 1px solid #2a688d;
}
.b1:hover{
background: #ec008c;
  border: 1px solid  #ec008c;
}

a.ButtonComponent__StyledButton-sc-1q3w9nj-0.YZvRR.hs-elevate-button.hs-elevate-button--primary {
/*     font-family: calibri; */
    font-size: 20px;
  color:#faf8f8;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cell_1730278987273-margin, 
.cell_17305205941105-margin,
    .dnd_area-row-8-margin 
{
    margin-top: 0px !important;
  }
  .container11{
   margin-top: 100px;
}
  .span6.widget-span.widget-type-cell.dnd-column {
    display: block;
    align-self: center;
} 
  .Button__ButtonWrapper-sc-1vd12d4-0.jvssJv {
    margin-top: 35px;
}
}


.p1{
/*   font-family: calibri;  */
  color: #000000; 
  margin-top: -25px; 
  font-size: 22px; 
  text-align: left;
}
.p2{
/*   font-family: calibri;  */
  color: #ec008c !important; 
  font-weight: bold; 
  font-size: 28px; 
  line-height: 1.3em; 
  text-align: right; 
  margin-right: 45px;
}

@media (max-width: 768px) {
.p1{
  text-align: right;
}
  .p2{
    margin-right: 0px;
  }
  h1.hs-elevate-h1 {
    font-size: 40px;
}
}



.menu-section {
  display: flex;
  background-color: 3a3c3e; /* Dark background color */
  padding: 0px;
  margin-top:-25px;
}

.menu-section ul {
  list-style: none;
  padding: 0;
  margin: 0 20px;
}

.menu-section ul li {
  margin: 10px 0;
}

.menu-section ul li a {
  color:  #ffffff !important; /* Link color */
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.menu-section ul li a::before {
  content: '>';
  margin-right: 8px;
  color: #00aaff; /* Arrow color */
}



@media (min-width: 600px) and (max-width: 1024px) {
  .menu-section {
  display: block;
  }
}



.contact-section {
  margin-top:-15px;
  background-color: 3a3c3e;; /* Dark background color */
  color: #fff;
}



.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.contact-item .icon {
  font-size: 20px;
  color: #ffffff; /* Icon color */
  margin-right: 10px;
}

.contact-item p {
  margin: 0;
  line-height: 1.5;
  color:white;
  font-size: 15px;
}

.contact-item .icon {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.contact-item svg {
  width: 16px;
  height: 16px;
  fill: #ffffff; /* Icon color */
}

.contact-item p {
  margin: 0;
  line-height: 1.5;
}
.ft-sec{
  font-size: 14px; 
  text-align: left;
}
.follow-sec{
  font-size: 14px; 
  text-align: right;
  font-style:italic;
}

.footer{
  padding-bottom:0px;
}

@media (max-width: 778px) {
  .ft-sec, .follow-sec{
    text-align: center;
  }
  .SocialFollow__StyledSocialFollow-sc-1telbsi-0.fVJcld {
    justify-content: center;
}
  .menu-section ul {
  margin: 0px;
}
  
 form {
  border: none !important;
  padding: 48px !important;
  background-color: #3a3c3e !important;
  border-radius: 24px !important;
}