@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
.auto-container {
    max-width: 1260px;
    margin: auto;
}
.logo{
  width: 180px;
}
.title{
  font-family: "Montserrat",sans-serif;
    font-weight: 800;
    font-size: 42px;
    line-height: 1.5;
    letter-spacing: -0.03em;
    margin-bottom: 0px;
    color: #000000;
}
.title-1{
  font-family: "Montserrat",sans-serif;
    font-weight: 800;
    font-size: 50px;
    line-height: 1.5;
    letter-spacing: -0.03em;
    color: #fe0000;
}
.title-2{
  font-family: "Montserrat",sans-serif;
    font-weight: 800;
    font-size: 50px;
    line-height: 1.5;
    letter-spacing: -0.03em;
    color: #000000;
    margin-bottom: 0px;
  }
.sub-title{
margin-top: 0;
font-size: 25px;
font-weight: 600;
font-family: 'Montserrat';
color: #000;
}

.inline{
  padding-inline-start: 0px;
  margin-top: 25px;
margin-bottom: 30px;
}
.inline li{
  display: inline-block;
margin-right: 40px;
text-align: center;
color: #000;
font-size: 25px;
font-weight: 600;
font-family: 'Montserrat';
}
.inline li:last-child{
  margin-right: 0px;
}
.inline .fa{
    color: #fe0000;
}
.inline img{
  width: 160px;
}
.feature-title{
  font-family: 'Montserrat';
font-size: 23px;
font-weight: 700;
}
.section-title{
  font-weight: 800;
    font-family: 'Montserrat';
    font-size: 37px;
    color: #000;
}
.section-paragraph{
  font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.1px;
    font-family: 'Montserrat';
}
#form{
  padding: 0px 20px 25px;
  transition: transform .3s ease;
  transform: scale(1) translateX(0) translateY(0);
  margin-top: 5px;
  margin-left:15px;
  margin-right: 15px;
  font-family: 'Montserrat';
}
#form .input {
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    letter-spacing: -0.1px;
    line-height: 20px;
    border-radius: 2px;
    padding: 5px 10px;
    height: 40px;
    box-shadow: none;
    font-family: 'Montserrat';
}
#form .input, #form .textarea {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #E3E7EB;
    color: #5B6F82;
    max-width: 100%;
    width: 100%;
    font-family: 'Montserrat';
}
#form h4{
  font-size: 22px;
    font-weight: 700;
    font-family: 'Montserrat';
    color: #000;
}



/*Modal Form CSS*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    background-color: #f5f5f5f2;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #000000;
    text-decoration: none;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}
.sidenav {
    right: 0;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
.sidenav {
    right: 0;
}



.site-footer{
      background: #023d4d;
}
.site-footer::before{
  content: none!important;
}
.faq-inner {
    background: #FFFFFF;
    box-shadow: 0px 3px 14px rgba(74, 58, 255, 0.03), 0px -2px 4px rgba(20, 20, 43, 0.02), 0px 12px 24px rgba(20, 20, 43, 0.04);
    border-radius: 18px;
    padding: 52px;
    margin-bottom: 30px;
}
.button-primary {
    background: #2e83ef;
    background: linear-gradient(65deg, #fe0000 0, #fe0006 100%)!important;
    text-transform: capitalize;
font-family: 'Montserrat';
font-size: 17px;
font-weight: 500;
border-radius: 5px;
}
.faq-inner h5{
  font-size: 19px;
  font-weight: 500;
  color: #000;
}

/*FAQ*/

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;
  padding-left: 0;
}
  
ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFF;
    padding: 20px;
    margin: 0 auto 15px auto;
    border: 1px solid #eee;
    cursor: pointer;
    box-shadow: 0px 3px 14px rgba(74, 58, 255, 0.03), 0px -2px 4px rgba(20, 20, 43, 0.02), 0px 12px 24px rgba(20, 20, 43, 0.04);
    border-radius: 12px;
}
    
    
    ul.accordion-list li    h3 {
      font-weight: 600;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.01em;
    cursor: pointer;
    font-family: 'Montserrat';
    color: #000;
    }
      
    ul.accordion-list li h3:after {
      content: "";
      font-family: "material-design-iconic-font";
      position: absolute;
      right: 0;
      top: 0;
      color: #000;
      transition: all 0.3s ease-in-out;
      font-size: 18px;
  }
  ul.accordion-list li.active h3:after {
    content: "\f068";
    transform: rotate(90deg);
      font-family: "material-design-iconic-font";
      position: absolute;
      right: 0;
      top: 0;
      color: #000;
      transition: all 0.3s ease-in-out;
      font-size: 18px;
}
    
    div.answer {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      cursor: pointer;
      padding-top: 15px;
    border-top: 1px solid #e4e4e4;
    margin-top: 15px;
      
    }
    div.answer p{
      font-size: 16px;
    font-family: 'Montserrat';
    color: #000;
    line-height: 1.5;
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
    }


    .cus-1 {
      font-size: 45px;
      font-weight: 700;
      color: #000;
      text-align: center;
      margin-right: 10px;
      line-height: 1.2;
      font-family: 'Montserrat';
  }
  .cus-2 {
    font-size: 55px;
    font-weight: 800;
    color: #000;
    text-align: center;
    margin-right: 10px;
    line-height: 1.2;
    font-family: 'Montserrat';
}
.cus-3 {
  font-size: 60px;
  font-weight: 900;
  color: #000;
  text-align: center;
  margin-right: 10px;
  line-height: 1.2;
  font-family: 'Montserrat';
}

.section-title-4 {
  font-weight: 800;
  font-family: 'Montserrat';
  font-size: 25px;
  color: #000;
  border-top: 1px solid #5f5f5f;
  padding-top: 30px;
  margin-top: 20px;
}

.spara{
  font-size: 17px;
  font-family: 'Montserrat';
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 25px;
}
.mt-30{
  margin-top: 50px;
}

.features-list ul li{
  list-style-type: none;
    font-size: 18px;
    font-family: 'Montserrat';
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 500;
    color: #000;
}
.features-list ul li .fa{
  color: #fe0000!important;
}
.footer-social-links li+li {
  margin-left: 0px;
}
.footer-social-links li .fa{
  font-size: 30px;
}
.features-list img{
  width: 350px;
  margin: 0 auto;
}
.features-list{
  display: flex;
 
  align-items: center;
  height: 400px;
}

.panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.pricing-table {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  .pricing-table {
    flex-direction: row;
  }
}

.pricing-table * {
  text-align: center;
  text-transform: capitalize;
}

.pricing-plan {
  border-bottom: 1px solid #e1f1ff;
  padding: 25px;
}

.pricing-plan:last-child {
  border-bottom: none;
}

@media (min-width: 900px) {
  .pricing-plan {
    border-bottom: none;
    border-right: 1px solid #e1f1ff;
    flex-basis: 100%;
    padding: 25px 50px;
  }

  .pricing-plan:last-child {
    border-right: none;
  }
}

.pricing-img {
  margin-bottom: 25px;
  max-width: 100%;
  margin: 0 auto;
}

.pricing-header {
  color: #000;
  font-weight: 700;
  border-bottom: 1px solid #e1f1ff;
  padding-bottom: 20px;
  margin-top: 10px;
  font-family: 'Montserrat';
}

.pricing-features {
  color: #016FF9;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 50px 0 25px;
}

.pricing-features-item {
  border-top: 1px solid #e1f1ff;
  font-size: 12px;
  line-height: 1.5;
  padding: 15px 0;
}

.pricing-features-item:last-child {
  border-bottom: 1px solid #e1f1ff;
}

.pricing-price {
  color: #fe0006;
  display: block;
  font-size: 32px;
  font-weight: 700;
  font-family: 'Montserrat';
}

.pricing-button {
  border: 1px solid #9dd1ff;
  border-radius: 10px;
  color: #348EFE;
  display: inline-block;
  margin: 25px 0;
  padding: 15px 35px;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

.pricing-button:hover,
.pricing-button:focus {
  background-color: #e1f1ff;
}

.pricing-button.is-featured {
  background-color: #48aaff;
  color: #fff;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
  background-color: #269aff;
}

.pricing{
  font-size: 15px;
    padding: 5px 13px;
    height: 34px;
    margin-top: 20px;
}

.form-background{
  border: 1px solid #e1f1ff;
    margin-bottom: 60px;
    border-radius: 30px;
    padding-top: 30px;
    background: #fafcff;
}

.f-sub-title{
  font-size: 25px;
    font-weight: 600;
    font-family: 'Montserrat';
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
}
.p-title{
  font-size: 20px;
  font-weight: 600;
  color: #fe0000;
}
.p-text{
  font-size: 16px;
}
@media (min-width: 641px){
.footer-links, .footer-social-links {
    justify-content: center!important;
}
}
@media (min-width: 641px){
.footer-brand, .footer-links, .footer-social-links, .footer-copyright {
    flex: 100%!important;
}
}