/** Shopify CDN: Minification failed

Line 20:5 Expected identifier but found "{"
Line 20:6 Unexpected "{"
Line 20:15 Expected ":"
Line 21:14 Expected identifier but found whitespace
Line 21:16 Unexpected "{"
Line 21:25 Expected ":"
Line 21:59 Unexpected "0"
Line 21:62 Unexpected "{"
Line 21:71 Expected ":"
Line 21:106 Expected ":"
... and 25 more hidden warnings

**/


/* CSS from section stylesheet tags */
@media screen and (max-width: 768px) {
    .{{ section.id }}-buss-bg-color {
      padding: {{ section.settings.mobile_ban_top_pad }}px 0 {{ section.settings.mobile_ban_bttom_pad }}px 0 !important;
    }
     .column-main{
      flex-direction:column !important;
       gap:20px !important;
    }
       .colum-left{
      width:100% !important;
    }
     .colum-right{
      width:100% !important;
    }
    .inner-main{
          width: 50% !important;
    }
  }
    .{{ section.id }}-buss-bg-color{
        background:{{section.settings.ban_bg_color}};
        color:{{section.settings.ban_text_color}};
        padding:{{ section.settings.ban_top_pad }}px 0 {{ section.settings.ban_bttom_pad }}px 0;
      }
       .{{ section.id }}-buss-bg-color h1 ,.{{ section.id }}-buss-bg-color h3{
        color:{{section.settings.ban_text_color}};
      }
    .column-main{

          display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .colum-left{
      width:44%;
    }
  .colum-left h1{
    font-size: 44px;
    margin: 0;
  }
    .colum-right{
      width:56%;
    }
      .colum-right img{
        width:100%;
      }
  .se-text-main{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
  }
    .inner-main{
          display: flex;
      justify-content: start;
      align-items: center;
      gap: 10px;
          width: 42%;
    }
    .inn-text h3{
          margin: 0;
      display: flex;
      justify-content: start;
      align-items: center;
      gap: 5px;
          font-size: 31px;
    font-weight: bold;
  }
    .inn-text p{
          margin: 0;
    font-size: 17px;
    }
  .bld{
    margin:0;
  }
.sec-descrip{
        line-height: 24.2px;
        font-size: 20px;
        text-align: center;
        width: 65%;
        margin: 38px auto 20px auto;
      }
      .faq-flex{
        display: flex;
        justify-content: space-between;
        /* align-items: center; */
        flex-wrap: wrap;
      }
      .flex-first,.flex-sec{
        width: 48%;
      }
      .flex-first ul{
        /* background:#E6F6EE; */
        padding: 10px 20px;
        border: 1px solid currentColor;
      }
      .flex-sec img{
        width:100%;
      }

            .main-heading{
                   font-size: 44px;
      margin-top: 0;
                font-weight: 600;
                line-height: 36.31px;
                text-align: center;
                color:#58595D;
            }
      .question,
      .answer {
      	list-style-type: none;
      }

      .question {
        padding: 4px 0px;
        font-weight: 500;
        font-size: 16px;
        position: relative;
        line-height: 19.36px;
      }

      .question:hover {
      	cursor: pointer;
      }

      .answer {
      	display: none;
        padding: 20px 0 20px 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 23.94px;
      }
      .bg-radious{
        position: absolute;
        bottom: 1%;
        right: 0px;
        transition: all 0.5s ease;
        /* background: black; */
        /* padding: 18px; */
        border-radius: 50px;
        border: 2px solid currentColor;
        width: 27px;
        height: 27px;
      }
      .expand-bar {
          position: absolute;
          top: 50%;
          right: 6px ;
          transition: all .5s ease;
      }
      .expand-bar,
      .expand-bar:after {
          width: 12px;
          height: 1.9px;
          background-color:currentColor;
      }
      .expand-bar:after {
      	content: "";
      	position: absolute;
      	left: 0;
      	top: 0;
      	transform: rotate(90deg);
      	transition: all 0.5s ease;
      }

      .open {
      	border-bottom: none;
      }

      .open .expand-bar {
      	transform: rotate(180deg);
      }

      .open .expand-bar:after {
      	transform: rotate(180deg);
      }
         @media screen and (max-width: 767px) {
           .bg-radious {
        right: 0px;
    }
              .faq-flex {
        flex-direction: column-reverse;
    }
         .flex-first, .flex-sec {
               width: 100% !important;
    }
         .main-heading {
        font-size: 25px;
    }
         .sec-descrip {
        font-size: 16px;
        width: 100%;
        margin: 21px 0;
    }
       }

  .flex-first h1{
    font-size:44px;
    margin-top: 0;
  }
.cstm-img-baner{
      display:flex;
      justify-content:space-between;
      align-items:center;
    }
    .img-left-div,.img-right-div{
      width:48%
    }
  /* .img-right-div{
    width:56%;
  } */
    .img-left-div h1{
      font-weight:600;
      font-size:44px;
      line-height:53.71px;
      margin:0;
      width:440px;
    }
    .img-left-div p{
      font-weight:400;
      font-size:18px;
      line-height:29.6px;
      margin: 30px 0 55px 0px;
    }
    .img-left-div a{
      font-weight:500;
      font-size:18px;
      line-height:24.2px;
      padding: 15px 38px;
      border-radius:50px;
    }
    .img-right-div img{
      width:100%;
      height:100%;
    }
    @media screen and (max-width: 767px) {
      .cstm-img-baner {
      display: block;
  }
      .img-left-div, .img-right-div {
      width: 100%;
  }
      .img-left-div{
         padding-bottom: 70px;
      }
      .img-right-div img {
      width: 100%;
  }
      .img-left-div h1 {
      font-size: 25px;
      line-height: 35px;
      margin: 0;
      width: 100%;
  }
      .img-left-div p {
      font-size: 16px;
      line-height: 26.6px;
      margin: 10px 0 30px 0;
  }

    }
.formFlex {
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
  }

    .input-main{
      text-align:center;
    }
    .input-main h2{
      font-size: 18px;
      font-weight: 600;
      line-height: 29.6px;
  }
    .input-main h1{
      font-size: 44px;
      font-weight: 600;
      line-height: 53.71px;
      margin-bottom: 20px;
    }
    .input-main p{
      font-size: 22px;
      font-weight: 500;
      line-height: 32.56px;
    }
    .input-main input{
      padding: 0px 20px;
      width: 395px;
      height:45px;
      font-size: 14px;
      border-radius: 50px;
      line-height:21px;
      border: 1px solid #E0E0E0;
    }
    .input-main input:focus{
      outline:none;
      box-shadow:none;
    }
    .inpit-child{
          margin-top: 20px;
    }
    .submit-btn{
      padding: 10px 31px;
      border-radius: 50px;
      font-size: 17px;
      font-weight: 500;
      line-height: 20.57px;
      margin-left: 10px;
    }
      @media screen and (max-width: 767px) {
      .input-main h1 {
      font-size: 25px!important;
      line-height: 33.71px!important;
      margin-bottom: 6px!important;
  }
      .input-main p {
      font-size: 16px!important;
      line-height: 20.56px!important;
  }
      .input-main input {
      width: 100%!important;
      margin: 12px 0;
  }
      .formFlex {
      display: block!important;
  }
        .submit-btn {
      width: 100%!important;
      margin: 0 0 10px 0!important;
  }

    }