@charset "utf-8";
 * {
     outline: none;
     margin: 0px;
     padding: 0px;
     border: none;
     text-decoration: none;
      font-family: 'LG';
     box-sizing:border-box;
}
 body {
     text-decoration: none;
     background-image: url(../images/bg.jpg); background-size: cover;
      font-family: 'LG';
     font-size:18px;
     color:#000;
}
html {
  scroll-behavior: smooth;
}
a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
@font-face {
    font-family: 'LG';
    src: url('../fonts/LGEIHeadlineTTF-Semibold.eot');
    src: url('../fonts/LGEIHeadlineTTF-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LGEIHeadlineTTF-Semibold.woff2') format('woff2'),
        url('../fonts/LGEIHeadlineTTF-Semibold.woff') format('woff'),
        url('../fonts/LGEIHeadlineTTF-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LG';
    src: url('../fonts/LGEIHeadlineTTF-Light.eot');
    src: url('../fonts/LGEIHeadlineTTF-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LGEIHeadlineTTF-Light.woff2') format('woff2'),
        url('../fonts/LGEIHeadlineTTF-Light.woff') format('woff'),
        url('../fonts/LGEIHeadlineTTF-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LG';
    src: url('../fonts/LGEIHeadlineTTF-Bold.eot');
    src: url('../fonts/LGEIHeadlineTTF-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LGEIHeadlineTTF-Bold.woff2') format('woff2'),
        url('../fonts/LGEIHeadlineTTF-Bold.woff') format('woff'),
        url('../fonts/LGEIHeadlineTTF-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LG';
    src: url('../fonts/LGEIHeadlineTTF-Regular.eot');
    src: url('../fonts/LGEIHeadlineTTF-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LGEIHeadlineTTF-Regular.woff2') format('woff2'),
        url('../fonts/LGEIHeadlineTTF-Regular.woff') format('woff'),
        url('../fonts/LGEIHeadlineTTF-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.container {
  width: 100%;
  padding-left: 25%;
  padding-right: 25%;
}
.reel-section {
    padding: 120px 0 80px;
}
.logo {
    margin: 0 auto 5em; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.reel-title1{
  font-family: 'LG'; font-weight: bold;
  font-size: 3.833em; line-height: 60px; color: #fff;
}
.reel-btm-title{
  font-family: 'LG'; font-weight: normal;
  font-size: 2em; line-height: 45px; color: #fff;
}
.reel-ul{ margin-top: 2em; }
.reel-ul li{
    font-family: 'LG'; font-weight: normal; position: relative; list-style: none;
  font-size: 1.556em; line-height: 48px; color: #fff; padding-left: 30px;    letter-spacing: 1px;
}
.reel-ul li:before{
  content: '';
  position: absolute;
  top: 50%; transform: translate(-50%,-50%);
  left: 0px;
  width: 15px; border-radius: 100%;
  height: 15px;
  background-color: #ffffff;
}

.ribbon {
  --r: 15px; /* Ribbon shape */
  --b: 2px; /* Border size */
  position: relative;
  color: white;
  padding: 12px 10px;text-align: center;
  clip-path:
    polygon(
      0 0, 100% 0,
      calc(100% - (var(--r) - (var(--b) / 2))) 50%, 100% 100%,
      0 100%, calc(var(--r) - (var(--b) / 2)) 50%
    );
}
.ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  clip-path:
    polygon(
      calc(var(--b) * 0) var(--b), calc(100% - (var(--b) * 0)) var(--b),
      calc(calc(100% - var(--b)) - var(--r)) 50%, calc(100% - (var(--b) * 0)) calc(100% - var(--b)),
      calc(var(--b) * 0) calc(100% - var(--b)), calc(var(--r) + var(--b)) 50%
    );
}
.ribbon-title{
   font-family: 'LG'; font-weight: bold; text-transform: uppercase;
  font-size: 2.222em; line-height: 55px; color: #de06b6; letter-spacing: 1px;
}
.reel-ul {
    margin-top: 3em;
    margin-bottom: 3.5em;
}
.ribbon-title2{
  font-family: 'LG'; font-weight: bold; text-transform: uppercase;
  font-size: 2.278em; line-height: 50px; color: #fff; letter-spacing: 1px;
}
.ribbon-title2 span{
 font-weight: normal; letter-spacing: 1px;
}
.bg-pink.ribbon::after {
  background: #ff0072;
}
.rib-left {
    left: -50px;
    position: relative;
}

.reel-btm{
  padding: 100px 0 0; position: relative;
}
.footer-title{
  font-size: 1.222em; color: #fff; line-height: 20px;  font-family: 'LG'; font-weight: normal;
  text-align: center; letter-spacing: 1px;
} 

.ido-link i{ font-size: 2em; color: #d9cce5;margin-right: 10px; }
.ido-link{
  color: #d9cce5; font-family: 'LG'; font-weight: 600; font-size: 1.72em; line-height: 20px;
  display: flex; align-items: center;justify-content: center; 
  margin-top: 15px  
}
.f-btm-txt{
  font-size: 1.2em;  color: #fff; font-family: 'LG'; font-weight: normal; line-height: 40px;
  letter-spacing: 1px;
}
.footer-btm-links{
  text-align: center;    margin-top: 4em;
}
.whats-app {
    position: fixed;
    bottom: 20vh;
    right: 12px;
    width: 55px;
    z-index: 99;
}
.insta{
     position: fixed;
    bottom: 27vh;
    right: 12px;
    width: 55px;
    z-index: 99;
}
.insta img {
    animation-name: floating2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-top: 5px;
    opacity: 1;
    width: 100%;
}
.whats-app img {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-top: 5px;
    opacity: 1;
    width: 100%;
}
.whats-app:hover img{
    opacity:1
}
@keyframes floating{
    from{
        transform:translate(0,0)
    }
    65%{
        transform:translate(0,15px)
    }
    to{
        transform:translate(0,0)
    }
}
@keyframes floating2{
    from{
        transform:translate(0,0)
    }
    35%{
        transform:translate(0,15px)
    }
    to{
        transform:translate(0,0)
    }
}



#popUp {
    position: fixed;
    width:280px;
    height: auto;
      background-color: #ff0072;
    bottom: 8%;
    margin-left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index:99;
    padding:1.5em;
    right:0; opacity: 0
  }

  #popUp .close {
    position: absolute;
    top: -40px;opacity: 1;
    left: -4%;
    color: #666;
    font-family: inherit;
    font-weight: normal;
    font-size: 1.5em;
    cursor: pointer;
    background-color: #f7f7f7;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  #plus {
    position: fixed;
    color: #fff;
    bottom: 56%;
    font-size: 1em;
    margin-right: -425px;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
    letter-spacing: 1px;
    z-index: 99;
    width: auto;
    right:0;
  }
  #plus span {
    position: absolute;
    background-color: #ff0072;
    color: #fff;
    font-family: inherit;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
    font-size: 1em;
    display:inline-block;
    padding:10px 20px 10px 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg); transition: all 1.25s ease;
    right: -54px;    width: max-content;
  }
  #plus::after {
    display: block;
    display: relative;
  }
  .mob-txt{ display: block; text-transform: capitalize; font-style:normal;font-family:inherit;
  font-weight: 500;}


  
  .enuiry-container .user-box {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom:2%;
  }

  .enuiry-container .user-box {
    position: relative;
    width: 49%;
    float: left;
    margin-bottom:0.65em;
    margin-right: 2%;
  }
  .enuiry-container .user-box:nth-child(2n+2){ margin-right: 0%;}


  .enuiry-container .user-box input {
    width: 100%;
    padding: 0px 1em;
    font-size:1em;
    color: #333;
    border: none;
    background-color: #fff;
    outline: none;
    line-height: 50px;
  }
  .enuiry-container .user-box input:focus ~ label,
  .enuiry-container .user-box input:valid ~ label {
    top: -7px;
    left: 0px;
    color: #666;
    font-size: 10px;
    background-color: #fff;
    padding: 0px 10px;
    line-height: 20px;
    bottom: inherit;
  }
  
  .enuiry-container .user-box label {
    position: absolute;
    top:0;
    left: 0;
    padding: 0px 1em;
    font-size: 16px;
    color: #333;
    pointer-events: none;
    transition: .5s;
    bottom: 0;
    line-height: 50px;
    background-color: transparent;
  }
  
  .full-field{
    width: 100% !important;
    margin-right: 0% !important;
  }
  
  textarea:focus~.floating-label,
  textarea:not(:placeholder-shown)~.floating-label,
  input:not(:focus):valid~.floating-label {
    top: -7px;
    left: 0px;
    color: #666;
    font-size: 10px;
    background-color: #fff;
    padding: 0px 10px;
    line-height: 20px;
    bottom: inherit;
  }
  
  .scheme-des textarea {
    width: 100%;
    height: 125px;
    resize: none;
    padding: 10px 20px 0 20px;
    font-size: 1em;
    color: #333;
    font-family: inherit;
    font-weight: normal;
  outline: none;
  background:#fff;
  }
  
  .floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 10px;
    transition: 0.2s ease all;
    color: #999999;
    font-size: 1em;
  }
  
  
  
  
  .floating-input , .floating-select {
    width: 100%;
    padding: 0px 1em;
    font-size:1em;
    color: #333;
    border: none;
    border: 1px solid #fff;
    outline: none;
    background: #ededed;
    line-height: 50px;
    height: 50px;
  }
  
  .floating-input:focus , .floating-select:focus {
       outline:none;
  }
  
  
  .floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
    top: -7px;
    left: 0px;
    color: #666;
    font-size: 10px;
    background-color: #fff;
    padding: 0px 10px;
    line-height: 20px;
    bottom: inherit;
  }
  
  /* active state */
  .floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
    width:50%;
  }
  
  
  /* highlighter */
  .highlight {
    position:absolute;
    height:50%; 
    width:100%; 
    top:15%; 
    left:0;
    pointer-events:none;
    opacity:0.5;
  }


  .submit-button{
    color: #fff;
    outline: none;
    background: transparent;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 36px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    transition: all .5s;
    z-index: 1;
    font-family: inherit;
    font-size: 1em !important;
    font-weight: normal;
    text-align: center;
    background-color: #666;
  }


  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
  }
  
  .popup h2 {
    margin-top: 0;
    color: #333;
    font-family:  inherit;
  }
  .popup .close {
    position: absolute;
    top: -34px;
    right: 3px;
    transition: all 200ms;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .popup .close:hover {
    color: #ff0072;
  }
  .popup .content {
    max-height: 30%;
    overflow: auto;
    color: green;
    font-size: 1em;
    line-height: 1.7;
    font-family: inherit;
  }
  
  @media screen and (max-width: 700px){
    .box{
      width: 70%;
    }
    .popup{
      width: 70%;
    }
  }

 @media (min-width: 1023px) and (max-width: 1279px) { 
   body {
         font-size:12px !important;
    }
  .reel-section {
    padding: 50px 0;
  }
  .logo-img {
    width: 20%;
  }
  .reel-btm-title{font-size: 1.7em; line-height: 25px}
  .reel-title1{
    font-size: 3.4em;
    line-height: 40px;
  }
  .reel-ul {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .reel-ul li:before{
        width: 10px;
    height: 10px;
  }
  .reel-ul li{ padding-left: 15px;
  font-size: 1.3em;
    line-height: 30px; }
  .ribbon-title,.ribbon-title2{
    font-size: 1.4em;
    line-height: 23px;
  }
  .ribbon{ padding: 7px 20px }
  .reel-btm {
    padding: 20px 0;
  }
  .footer-btm-links {
    margin-top: 2em;
  }
  .f-btm-txt{ line-height: 23px; margin-bottom: 5px }
   .whats-app,.insta{width: 45px;right: 12px;}
 .insta{
    bottom: 30vh;
  }
}
 @media (min-width: 1280px) and (max-width: 1359px) {
     body {
         font-size:13px !important;
    }
 
  .reel-section {
    padding: 50px 0;
  }
  .logo-img {
    width: 16%;
  }
  .reel-btm-title{font-size: 1.7em; line-height: 25px}
  .reel-title1{
    font-size: 3.4em;
    line-height: 40px;
  }
  .reel-ul {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .reel-ul li:before{
        width: 10px;
    height: 10px;
  }
  .reel-ul li{ padding-left: 15px;
    line-height: 40px; }
  .ribbon-title,.ribbon-title2{
    font-size: 1.8em;
    line-height: 27px;
  }
  .ribbon{ padding: 10px 20px }
  .reel-btm {
    padding: 20px 0;
  }
  .footer-btm-links {
    margin-top: 2em;
  }
  .f-btm-txt{ line-height: 23px; margin-bottom: 5px }
  .whats-app,.insta{width: 50px}
   .insta{
    bottom: 30vh;
  }
}
 @media (min-width: 1360px) and (max-width: 1399px) {
  body {
         font-size:15px !important;
    }
     .container {
    padding-left: 24%;
    padding-right: 24%;
  }
  .reel-section {
    padding: 50px 0;
  }
  .logo-img {
    width: 22%;
  }
  .reel-ul {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  .reel-ul li:before{
        width: 10px;
    height: 10px;
  }
  .reel-ul li{ padding-left: 15px;
    line-height: 40px; }
  .ribbon-title,.ribbon-title2{
    font-size: 1.8em;
    line-height: 27px;
  }
  .ribbon{ padding: 10px 20px }
  .reel-btm {
    padding: 70px 0 0;
  }
  .footer-btm-links {
    margin-top: 3em;
  }
  .f-btm-txt{ line-height: 23px; margin-bottom: 5px }
  .whats-app,.insta{width: 50px}   
   .insta{
    bottom: 30vh;
  }
}
 @media (min-width: 1400px) and (max-width: 1441px) {
    body {
         font-size:16px !important;
    }
     .container {
    padding-left: 23%;
    padding-right: 23%;
  }
  .reel-section {
    padding: 50px 0;
  }
  .logo-img {
    width: 16%;
  }
  .reel-ul {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  .reel-ul li:before{
        width: 10px;
    height: 10px;
  }
  .ribbon-title,.ribbon-title2{
    font-size: 2em;
    line-height: 30px;
  }
  .ribbon{ padding: 12px 20px }
  .reel-btm {
    padding: 70px 0 0;
  }
  .footer-btm-links {
    margin-top: 3em;
  }
  .f-btm-txt{ line-height: 23px; margin-bottom: 5px }
  .whats-app,.insta{width: 50px}   
  .insta{
    bottom: 30vh;
  }
}
 @media (min-width: 1441px) and (max-width: 1599px) {
    body {
         font-size:15px !important;
    }
     .container {
    padding-left: 22%;
    padding-right: 22%;
  }
  .reel-section {
    padding: 60px 0;
  }
  .logo-img {
    width: 16%;
  }
   .insta{
    bottom: 30vh;
  }
}
 @media (min-width:1600px) and (max-width:1680px) {
  body {
         font-size:16px !important;
    }
    .container {
    padding-left: 22%;
    padding-right: 22%;
  }
  .reel-section {
    padding: 50px 0;
  }
  .logo-img {
    width: 16%;
  }
}
 @media (min-width:1681px){
}

 @media (max-width:420px) { 
  body {
         font-size:12px !important;
    }
    .container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .logo{ margin: 0 auto 3em }
  .reel-section {
    padding: 20px 0;
  }
  .logo-img {
    width: 35%;
  }
  .reel-btm-title{font-size: 1.6em; line-height: 25px}
  .reel-title1{
    font-size: 2.833em;
    line-height: 40px;
  }
  .reel-ul {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .reel-ul li:before{
        width: 10px;
    height: 10px;
  }
  .reel-ul li{ padding-left: 15px;
  font-size: 1.3em;
    line-height: 30px; }
  .ribbon-title,.ribbon-title2{
    font-size: 1.2em; letter-spacing: 0;
    line-height: 23px;
  }
  .ribbon::after{ clip-path: polygon(
      calc(var(--b) * 4) var(--b), calc(100% - (var(--b) * 4)) var(--b),
      calc(calc(100% - var(--b)) - var(--r)) 50%, calc(100% - (var(--b) * 4)) calc(100% - var(--b)),
      calc(var(--b) * 4) calc(100% - var(--b)), calc(var(--r) + var(--b)) 50%
    ) 
  }
  .ido-link{     margin-top: 5px; font-size: 1.52em }
  .rib-left{left: -5px}
  .ribbon{ padding: 7px 5px }
  .reel-btm {
    padding: 20px 0;
  }
  .footer-btm-links {
    margin-top: 2em;
  }
  .f-btm-txt{ line-height: 23px; margin-bottom: 5px }
  .whats-app,.insta{width: 40px;right: 12px;}
   .insta{
    bottom: 30vh;
  }
}
 @media (min-width:421px) and (max-width:460px){
    body {
         font-size:12px !important;
    }
    .container {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }
  .logo{ margin: 0 auto 3em }
  .rib-left {
    left: -20px;
  }
  .reel-section {
    padding: 20px 0;
  }
  .logo-img {
    width:30%;
  }
  .reel-btm-title{font-size: 1.6em; line-height: 25px}
  .reel-title1{
    font-size: 2.833em;
    line-height: 40px;
  }
  .reel-ul {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .reel-ul li:before{
        width: 10px;
    height: 10px;
  }
  .reel-ul li{ padding-left: 15px;
  font-size: 1.3em;
    line-height: 30px; }
  .ribbon-title,.ribbon-title2{
    font-size: 1.3em; letter-spacing: 0;
    line-height: 23px;
  }
  .ribbon{ padding: 7px 10px }
    .ribbon::after{ clip-path: polygon(
      calc(var(--b) * 4) var(--b), calc(100% - (var(--b) * 4)) var(--b),
      calc(calc(100% - var(--b)) - var(--r)) 50%, calc(100% - (var(--b) * 4)) calc(100% - var(--b)),
      calc(var(--b) * 4) calc(100% - var(--b)), calc(var(--r) + var(--b)) 50%
    ) 
  }
  .ido-link{     margin-top: 5px; font-size: 1.52em }
  .reel-btm {
    padding: 20px 0;
  }
  .footer-btm-links {
    margin-top: 2em;
  }
  .f-btm-txt{ line-height: 23px; margin-bottom: 5px }
   .whats-app,.insta{width: 40px;right: 12px;}
    .insta{
    bottom: 30vh;
  }
}
 @media (min-width:461px) and (max-width:560px){
    body {
         font-size:12px !important;
    }
    .container {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }
  .reel-section {
    padding: 20px 0;
  }
  .logo-img {
    width: 40%;
  }
  .reel-btm-title{font-size: 1.6em; line-height: 25px}
  .reel-title1{
    font-size: 2.833em;
    line-height: 40px;
  }
  .reel-ul {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .reel-ul li:before{
        width: 10px;
    height: 10px;
  }
  .reel-ul li{ padding-left: 15px;
  font-size: 1.3em;
    line-height: 30px; }
  .ribbon-title,.ribbon-title2{
    font-size: 1.3em;
    line-height: 23px;
  }
  .ribbon{ padding: 7px 15px } 
  .rib-left{left: -5px}
  .reel-btm {
    padding: 20px 0;
  }
  .footer-btm-links {
    margin-top: 2em;
  }
  .f-btm-txt{ line-height: 23px; margin-bottom: 5px }
   .whats-app,.insta{width: 40px;right: 12px;}
    .insta{
    bottom: 30vh;
  }
}
 @media (min-width:561px) and (max-width:680px){

    body {
         font-size:12px !important;
    }
   .container {
   padding-left: 12%;
    padding-right: 12%;
  }
  .reel-section {
    padding: 20px 0;
  }
  .logo-img {
    width: 30%;
  }
  .reel-btm-title{font-size: 1.6em; line-height: 25px}
  .reel-title1{
    font-size: 2.833em;
    line-height: 40px;
  }
  .reel-ul {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .reel-ul li:before{
        width: 10px;
    height: 10px;
  }
  .reel-ul li{ padding-left: 15px;
  font-size: 1.3em;
    line-height: 30px; }
  .ribbon-title,.ribbon-title2{
    font-size: 1.4em;
    line-height: 23px;
  }
  .rib-left{left: -5px}
  .ribbon{ padding: 7px 10px }
  .reel-btm {
    padding: 20px 0;
  }
  .footer-btm-links {
    margin-top: 2em;
  }
  .f-btm-txt{ line-height: 23px; margin-bottom: 5px }
   .whats-app,.insta{width: 40px;right: 12px;}
 .insta{
    bottom: 30vh;
  }
}
 @media (min-width:681px) and (max-width: 768px){

    body {
         font-size:13px !important;
    }
   .container {
   padding-left: 17%;
    padding-right: 17%;
  }
  .reel-section {
    padding: 20px 0;
  }
  .logo-img {
    width:20%;
  }
  .reel-btm-title{font-size: 1.6em; line-height: 25px}
  .reel-title1{
    font-size: 2.833em;
    line-height: 40px;
  }
  .reel-ul {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .reel-ul li:before{
        width: 10px;
    height: 10px;
  }
  .reel-ul li{ padding-left: 15px;
  font-size: 1.3em;
    line-height: 30px; }
  .ribbon-title,.ribbon-title2{
    font-size: 1.4em;
    line-height: 23px;
  }
  .ribbon{ padding: 7px 20px }
  .reel-btm {
    padding: 20px 0;
  }
  .footer-btm-links {
    margin-top: 2em;
  }
  .f-btm-txt{ line-height: 23px; margin-bottom: 5px }
  .whats-app,.insta{width: 40px;right: 12px;}
   .insta{
    bottom: 30vh;
  }
}
 @media (min-width:769px) and (max-width:991px){
       body {
         font-size:14px !important;
    }
    .container {
   padding-left: 17%;
    padding-right: 17%;
  }
  .reel-section {
    padding: 20px 0;
  }
  .logo-img {
    width:20%;
  }
  .reel-btm-title{font-size: 1.6em; line-height: 25px}
  .reel-title1{
    font-size: 2.833em;
    line-height: 40px;
  }
  .reel-ul {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .reel-ul li:before{
        width: 10px;
    height: 10px;
  }
  .reel-ul li{ padding-left: 15px;
  font-size: 1.3em;
    line-height: 30px; }
  .ribbon-title,.ribbon-title2{
    font-size: 1.4em;
    line-height: 23px;
  }
  .ribbon{ padding: 7px 20px }
  .reel-btm {
    padding: 20px 0;
  }
  .footer-btm-links {
    margin-top: 2em;
  }
  .f-btm-txt{ line-height: 23px; margin-bottom: 5px }
   .whats-app,.insta{width: 40px;right: 12px;}
    .insta{
    bottom: 30vh;
  }
}
 @media (min-width:992px) and (max-width:1022px){

      body {
         font-size:14px !important;
    }
    .container {
    padding-left: 22%;
    padding-right: 22%;
  }
  .reel-section {
    padding: 40px 0;
  }
  .logo-img {
    width:20%;
  }
  .reel-btm-title{font-size: 1.6em; line-height: 25px}
  .reel-title1{
    font-size: 2.833em;
    line-height: 40px;
  }
  .reel-ul {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .reel-ul li:before{
        width: 10px;
    height: 10px;
  }
  .reel-ul li{ padding-left: 15px;
  font-size: 1.3em;
    line-height: 30px; }
  .ribbon-title,.ribbon-title2{
    font-size: 1.4em;
    line-height: 23px;
  }
  .ribbon{ padding: 7px 20px }
  .reel-btm {
    padding: 20px 0;
  }
  .footer-btm-links {
    margin-top: 2em;
  }
  .f-btm-txt{ line-height: 23px; margin-bottom: 5px }
  .whats-app,.insta{width: 40px;right: 12px;}
 .insta{
    bottom: 30vh;
  }
}
@media (max-width:992px) {}

