/** Shopify CDN: Minification failed

Line 33:0 All "@import" rules must come first
Line 430:4 Expected identifier but found "/"
Line 430:19 Expected identifier but found "/"

**/
.page-title {
  margin-top: 0;
}

.main-page-title {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .main-page-title {
    margin-bottom: 4rem;
  }
}

.page-placeholder-wrapper {
  display: flex;
  justify-content: center;
}

.page-placeholder {
  width: 52.5rem;
  height: 52.5rem;
}

/* Common CSS amoung 5 web Pages */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;700&family=Poppins:wght@200;300;400&family=Roboto:wght@100;300;400;500;700;900&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
}

*{
  margin: 0;
  padding: 0;
  font: inherit;
 }


img,
picture,
svg {
  max-width: 100%;
  display: block;
}
ul{
  list-style: none;
}

.container{
    --max-width: 1140px;
    --container-padding: 4rem;
  
    width: min(var(--max-width), 100% - (var(--container-padding)*2));
    margin-inline: auto; 
/*     margin-left: 20%; */
    color: #2f2f2f;
  margin-bottom: 5%;
    margin-top: 5%;
  }
 .sub_container{
    width: 65%;
/*     margin-left: 40px; */
   padding-top: 3.5%;
    padding-left: 2px;
   letter-spacing: 0;
 } 

 .contact_section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact_Btn{
  border: 0;
    display: inline-block;
    line-height: 1;
    background-color: #000000;
    font-size: 15px;
    padding: 16px 50px;
    border-radius: 25px;
    color: #ffffff;
    fill: #fff;
    text-align: center;
    cursor: pointer;
    margin-block: 2.5rem;
}
.contact_section p{
    font-size: 14px;
     margin-bottom:10%; 

}

 @media(max-width:1024px){
    .container{
        margin-left: 60px;
      }

 
 }
 @media(max-width:1040px){
.container-style {
    width: 100% !important;
}
 }
@media(max-width:767px){
    .container{
        --container-padding: 0rem;      
        margin-left: 0;
        margin-inline: 0%;
        /* margin-inline: auto; */
      padding-inline: 25px;
      }
      .sub_container{
        width: 100% !important;
        margin-left: 0;
     }   
}  
.heading{
    font-size: 34px;
    font-weight: 600;
    margin-block: 2.5rem;
  letter-spacing: 0;
      margin-top: 9%;
      color: #2F2F2F;
}
.sub_heading{
  font-size: 26px;
  font-weight: 600;
  margin-block: 2rem;
  letter-spacing: 0;
   color: #2F2F2F;
}

/* Products */



/* Features */
.sub_heading + p{
    margin-block: 1.5rem;
 
}
.title_Block{
 background-color: #2f2f2f;
 color: #ffffff;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;   
 padding-block: 1rem;
}
.title_Block .title_Block_heading{
  font-size: 24px;  
  padding-block: 1rem;
  color:white;
  font-weight: 400;
  padding-bottom:0px;
}
.title_Block p{
    padding-block: 0.5rem;
}
.list-layout{
    display: flex;
    padding: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    color: #2f2f2f;
    font-size: 14px;
    line-height: 1;
    background-color: #F7F7F7;
}
.list-layout i{
    padding-inline: 20px;
}
.alter{
    color: #555;
    opacity: 0.5;
}


/* Compatibilty */
.compat_sub_container{
    width: 100%;
    padding-top: 3.5%;
     letter-spacing: 0;
}
@media(max-width:767px){
      .How_sub_container{
        width: 100%;
        margin-left: 0;
     }   
}  
.compat_Grid{
        margin: 25px auto;
        display: grid;
        gap: 4rem;
        grid-template-columns: repeat(3, 1fr); 
}
.compat_Layout{
 display: flex;
 flex-direction: column;
}
.compat_Layout .title{
  font-size: 22px;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.compat_Layout p{
    font-size: 16px;
    margin-block: 0.3rem ;
}
.comp_list{
 display: flex;
 flex-direction: row;
}
.comp_list span{
    font-size: 16px;
    padding-bottom: 0.3rem;
}
.comp_list i{
    padding-right: 10px;
    color: #6D6AEF;
    line-height: inherit;
    font-size: 14px;
    position: relative;
    top: 2px;
}

@media(max-width:767px){
    .compat_Grid{
        grid-template-columns: repeat(1, 1fr); 
    }
}


/* How It Works */

.How_container{
  color: #2f2f2f;
  margin: 0 auto;
  max-width: 1140px;
  padding-inline:25px;
}
.How_sub_container{
  padding-top: 3.5%;
  letter-spacing: 0;   
} 

 @media(max-width:1024px){
    .How_container{
        margin-inline: 0%;
      }
} 
@media(max-width:767px){
    .How_container{
        --container-padding: 0.25rem;      
        margin-left: 0;
        margin-inline: 0%;
        /* margin-inline: auto; */
      }
      .How_sub_container{
        width: 100%;
        margin-left: 0;
     }   
}  

.How_Grid{
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
}
@media(max-width:767px){
    .How_Grid{
        grid-template-columns: repeat(1, 1fr); 
        margin-left: 0;
    }
}
.card_Section{
    display: flex;
    flex-direction: column;
    margin-block:6rem;
}
.card_Section .title{
    font-size: 22px;
    font-weight: 600;
    margin-block: 0rem;
  letter-spacing: 0;
  color:#2f2f2f;

}
.card_Section .sub-title{
    font-size: 16px;
    font-weight: bold;
    margin-block: 3rem;
}
.card_Section li{
    margin-left: 20px;
    font-size: 14px;
    margin-block: 0.1rem;
  letter-spacing: 0;
}
.bolder{
    font-weight: bold;
}

/* Help */

.summary-chevron-up svg{
    /* margin-left: 2rem; */
    /* padding-right: 5px; */
    color: #000000;
    background-color: #ffffff;
   }

  details, summary{
    color: #2f2f2f;
    font-size: 26px;
    font-weight: bold;
    /* border-radius: 8px; */
  }
  details {
    font-size: 1rem;
/*     margin: 2em auto; */
    /* box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); */
    width: 100%;
  
    position: relative;
 }
 details[open] .summary-chevron-up svg  {
    /* border: 2px solid red; */
    padding-left: 15px;
 }
 summary{
  background-color: #ffffff;
 }
  details .summary-title {
    padding-right: 2rem;
    user-select: none;
 }
 details .summary-title {
    user-select: none;
}
details:hover {
    cursor: pointer;
}
details .summary-content {
    /* border-top: 1px solid #e2e8f0; */
    cursor: default;
    /* padding: 1em; */
    font-weight: 300;
    line-height: 1.5;
    margin-block: 2rem;

}

.Question{
    font-weight: 700;
    font-size: 16px;
}
/* .Question-block:first-child{
    margin-top: 0;
    margin-top: 20px;
    
} */
 

 details summary {
    list-style: none;
    padding: 1em;
}
details summary:focus {
    outline: none;
}
 details summary:hover .summary-chevron-up svg {
    opacity: 1;
}
details .summary-chevron-up svg {
    opacity: 0.8;
}
details .summary-chevron-up, details .summary-chevron-down {
    pointer-events: none;
    position: absolute;
    top: 0.75em;
    right: 1em;
    background: #fff;
}
 details .summary-chevron-up svg, details .summary-chevron-down svg {
    display: block;
}
details summary::-webkit-details-marker {
    display: none;
}
 .rotate-arrow-svg{
  transform: rotate(180deg);
 }

.contact_container{
  max-width: 1140px;
  --container-padding: 4rem;
  color: #2f2f2f;
  margin-inline: auto;
  margin-bottom: 5%;
  margin-top: 5%;
}
.contact_container .heading{
  padding-bottom: 50px;
}
.contact_sub_container{
  width: 60%;
}
.contact_sub_container .footer{
  padding-block: 0;
}
@media (max-width: 797px) {
  .contact_container{
    max-width: 1110px;
    --container-padding: 4rem;
    margin-inline: 5%;
    / width: 100%; /
  }
  .contact_sub_container{
    width: 100%;
    padding-left: 0;
  } 
}
.contact_US_Layout,
.form{
  display: flex;
  flex-direction: column;
}
.para_format > p{
  margin-block: 0.5rem;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
}
.email_format{
  margin-block: 1.5rem;
  font-size: 24px;
  color: #6D6AEF;
  font-weight: 700;
}
select.flat-input, input.flat-input, textarea.flat-input{
 width: 100% !important;
    background-color: transparent !important;
    color: #373a3c !important;
    border: 1px solid #EAEAEA !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    min-height: 45px;
    padding: 10px 17px !important;
    line-height: 1.4;
    margin-inline: 4px 
  display: flex;
  justify-content: center;
  align-items: center;
}
textarea{
  height: 120px;
}
input:focus,
select:focus,
textarea:focus{
outline: 0;
box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);
border-style: solid;
border-color: #D2D2D2;
}
input[type="text"],
input[type="email"],
input[type="tel"]{
width: 100%;
}

 button.action.submit.flat-button{
  width: 150px;
  display: inline-block;
  line-height: 1; 
  background-color: #000000 !important;
  font-size: 15px;
  padding: 16px 50px;
  border-radius: 25px;
  border: 0;
  color: #ffffff;
  fill: #fff;
  text-align: center;
  cursor: pointer;
 
}
input[type="submit"]:hover , button.action.submit.flat-button:hover{
  background-color: #6D6AEF;
  color: #ffffff;
}
@media(max-width: 767px){
  input[type="submit"] , button.action.submit.flat-button{
    width: 100%;
  } 
}
.newsletter_layout{
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.newsletter_layout input{
  margin-block: 0;
}
input[type="file"]{
  padding: 0 10px 0 3px !important;
  border: 0 !important;
 }
 
input[type="checkbox"]{
 width: 30px;
 height: 20px;
 border-radius: 10px;
}
input[type="checkbox"]:checked{
  accent-color: white;
  color: #6D6AEF!important;
}




form.g-container p {visibility: hidden;}
.globo-form-app.default-layout {
  margin-left: 0;
}

html[lang="ar"] .globo-form-app.default-layout {
  margin-right: 0;
}
.message.success h4 {
  font-weight: 600;
}
.message.success {
  padding: 20px !important;
}

@media only screen and (max-width: 1300px) and (min-width: 800px)  {
html[lang="ar"] .contact_container{    margin-right: 60px}
 .contact_container{    margin-left: 60px;}
  
}
.iti__flag-box, .iti__country-name {
    margin-right: 6px !IMPORTANT;
}

.iti--separate-dial-code .iti__flag-container{
  left: 0;
}
html[lang="ar"] .iti--allow-dropdown .iti__flag-container{
  left: auto;
  right: 0;
}
.globo-form-app .globo-form-control input[data-type="phone"] {
  padding-left: 100px !important;
}
html[lang="ar"] .globo-form-app .globo-form-control input[data-type="phone"] {
  padding-right: 100px !important;
}
html[lang="ar"] .iti--separate-dial-code .iti__selected-dial-code{
  margin-right: 6px;
}

b, strong {
    font-weight: 700;
}