@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

*{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}

body{
   font-family: "Poppins", sans-serif !important;
}


@media screen and (min-width: 992px){
   .desktop-header-container{
      background-color: #fff;
      background-size: cover;
      padding-left: 120px;
      padding-right: 120px !important;
   }

   .logo-image{
      width: 180px;
   }

   .partner-image{
      width: 80%;
      height: 70px;
   }
   .text{
      margin-top: 30px;
      margin-left: 15px;
   }

   .icon01{
      font-size: 22px;
      margin-right: 10px;
      margin-top: -3px;
   }

   .phone-number{
      font-size: 18px;
      margin-top: -5px;
   }

   .bg-container01{
      background-size: cover;
      background-color: #fff;
   }

   .paragraph01{
      font-size: 24px;
      text-align: center;
   }

   .heading01{
      color: #D90A2C;
      font-size: 34px;
      font-weight: 700;
      text-align: center;
   }

   .heading02{
      color: #2C2C2C;
      font-size: 23px;
      font-weight: 700;
      text-align: center;
   }

   .button01{
      background-color: #D90A2C;
      width: 82%;
      padding: 10px 7px;
      border: 0px;
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      border-radius: 50px;
   }

   .banner-image{
      width: 100%;
      margin-top: 25px;
   }

   .form-container{
      background-color: #2C2C2C;
      width: 60%;
      border-radius: 50px;
   }

   .paragraph02{
      color: #fff;
      text-align: center;
      border-bottom: 3px solid #fff;
      font-size: 22px;
      margin-bottom: 8px;
   }

   .paragraph03{
      color: #fff;
      text-align: center;
      font-size: 14px;
      font-weight: 400;
   }

   .form-control01{
      background-color: #fff !important;
      border-radius: 4px;
      width: 100%;
      border: 0px;
      height: 42px;
      padding-left: 15px;
   }

   .button02{
      background-image: linear-gradient(360deg, #C10810, #D90A2C);
      padding: 15px 5px 15px 5px;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      border: 0px;
      width: 100%;
      border-radius: 5px;
   }

   .heading03{
      color: #0E2F46;
      text-align: center;
      font-size: 24px;
      font-weight: 600;
      padding-bottom: 20px;
   }

   .image01{
      width: 50%;
   }

   .heading04{
      color: #2C2C2C;
      font-size: 18px;
      font-weight: 600;
      margin-top: 25px;
   }

   .text01{
      width: 32%;
      margin-bottom: 30px;
   }

   .bg-container02{
      background-color: #D90A2C;
   }

   .paragraph04{
      color: #fff;
      text-align: center;
      font-size: 35px;
   }

   .paragraph06{
      color: #fff;
      text-align: center;
      font-size: 35px;
      padding-bottom: 20px;
   }

   .list01{
      color: #fff;
      font-size: 17px;
      font-weight: 500;
   }

   .bg-container03{
      background-color: #2C2C2C;
      background-size: cover;
   }

   .heading05{
      color: #fff;
      text-align: center;
      font-size: 24px;
      font-weight: 600;
      padding-bottom: 20px;
   }

   .circle-image{
      margin-bottom: 10px;
   }

   .heading06{
      color: #fff;
      text-align: center;
      border-bottom: 3px solid #8d8d8d;
      font-size: 20px;
      margin-bottom: 8px;
      font-weight: 600;
      padding-bottom: 5px;
   }

   .paragraph07{
      color: #fff;
      text-align: center;font-size: 17px;
   }

   .heading07{
      color: #D90A2C;
      text-align: center;
      font-size: 18px;
      font-weight: 700;
   }

   .bg-container04{
      background-color: #f6f6f6;
      background-size: cover;
   }

   .heading08{
      color: #005E9F;
      text-align: center;
      font-size: 23px;
      font-weight: 700;
   }

   .button03{
      background-image: linear-gradient(360deg, #C10810, #D90A2C);
      padding: 15px 5px 15px 5px;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      border: 0px;
      width: 30%;
      border-radius: 50px;
      margin-top: 10px;
   }

   .footer-heading{
      color: #fff;
      font-size: 24px;
      font-weight: 600;
   }

   .footer-paragraph{
      color: #fff;
      font-size: 17px;
   }

   .bing-image{
      width: 60%;
      margin-top: -50px;
   }
   
   .google-image{
      width: 60%;
      margin-top: -100px;
   }

}


.form-control01::placeholder, .form-control02::placeholder{
   color: #2C2C2C !important;
}

.form-control02{
   background-color: #fff;
   border-radius: 4px;
   width: 100%;
   border: 0px;
   padding-left: 15px;
}

.span01{
   color: #2C2C2C;
   font-weight: 600;
}

.span02{
   font-weight: 700;
}

.span03{
   color: #D90A2C;
}

@keyframes shake {
   0% { transform: scale(1); }
   25% { transform: scale(0.95) rotate(-1deg); }
   50% { transform: scale(1.02) rotate(1deg); }
   75% { transform: scale(0.95) rotate(-1deg); }
   100% { transform: scale(1); }
 }
   .whatsapp01{
   width: 50px !important;
   animation: shake 1s infinite;
   position: fixed !important;
   right: 25px !important;
   bottom: 80px !important;
   z-index: 9999 !important;
}

.phone01{
   width: 50px !important;
   animation: shake 1s infinite;
   position: fixed !important;
   right: 25px !important;
   bottom: 150px !important;
   z-index: 9999 !important;
}












@media screen and (max-width: 992px){
   .desktop-header-container{
      background-color: #fff;
      background-size: cover;
      padding-left: 120px;
      padding-right: 120px !important;
   }

   .logo-image{
      width: 100px;
   }

   .mobile-button{
      background-image: linear-gradient(360deg, #C10810, #D90A2C);
      width: 50%;
      padding: 5px 7px;
      border: 0px;
      color: #fff;
      font-size: 14px;
      border-radius: 50px;
   }

 
  

   .bg-container01{
      background-size: cover;
      background-color: #fff;
   }

   .paragraph01{
      font-size: 20px;
      text-align: center;
   }

   .heading01{
      color: #D90A2C;
      font-size: 28px;
      font-weight: 700;
      text-align: center;
   }

   .heading02{
      color: #2C2C2C;
      font-size: 18px;
      font-weight: 700;
      text-align: center;
   }

   .button01{
      background-color: #D90A2C;
      width: 100%;
      padding: 10px 7px;
      border: 0px;
      font-size: 18px;
      font-weight: 700;
      color: #fff;
      border-radius: 50px;
   }

   .banner-image{
      width: 100%;
      margin-top: 25px;
   }

   .form-container{
      background-color: #2C2C2C;
      width: 100%;
      border-radius:50px;
   }

   .paragraph02{
      color: #fff;
      text-align: center;
      border-bottom: 3px solid #fff;
      font-size: 18px;
      margin-bottom: 8px;
   }

   .paragraph03{
      color: #fff;
      text-align: center;
      font-size: 14px;
      font-weight: 400;
   }

   .form-control01{
      background-color: #fff !important;
      border-radius: 4px;
      width: 100%;
      border: 0px;
      height: 42px;
      padding-left: 15px;
   }

   .button02{
      background-image: linear-gradient(360deg, #C10810, #D90A2C);
      padding: 15px 5px 15px 5px;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      border: 0px;
      width: 100%;
      border-radius: 5px;
   }

   .heading03{
      color: #0E2F46;
      text-align: center;
      font-size: 24px;
      font-weight: 600;
      padding-bottom: 20px;
   }

   .image01{
      width: 50%;
   }

   .heading04{
      color: #2C2C2C;
      font-size: 20px;
      font-weight: 600;
      margin-top: 25px;
   }

   .text01{
      width: 100%;
      margin-bottom: 30px;
   }

   .bg-container02{
      background-color: #D90A2C;
   }

   .paragraph04{
      color: #fff;
      text-align: center;
      font-size: 28px;
   }

   .paragraph06{
      color: #fff;
      text-align: center;
      font-size: 28px;
      padding-bottom: 20px;
   }

   .list01{
      color: #fff;
      font-size: 16px;
      font-weight: 500;
   }

   .bg-container03{
      background-color: #2C2C2C;
      background-size: cover;
   }

   .heading05{
      color: #fff;
      text-align: center;
      font-size: 24px;
      font-weight: 600;
      padding-bottom: 20px;
   }

   .circle-image{
      margin-bottom: 10px;
   }

   .heading06{
      color: #fff;
      text-align: center;
      border-bottom: 3px solid #8d8d8d;
      font-size: 18px;
      margin-bottom: 8px;
      font-weight: 600;
      padding-bottom: 5px;
   }

   .paragraph07{
      color: #fff;
      text-align: center;font-size: 17px;
   }

   .heading07{
      color: #D90A2C;
      text-align: center;
      font-size: 18px;
      font-weight: 700;
   }

   .bg-container04{
      background-color: #f6f6f6;
      background-size: cover;
   }

   .heading08{
      color: #005E9F;
      text-align: center;
      font-size: 18px;
      font-weight: 700;
   }

   .button03{
      background-image: linear-gradient(360deg, #C10810, #D90A2C);
      padding: 15px 5px 15px 5px;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      border: 0px;
      width: 100%;
      border-radius: 50px;
      margin-top: 10px;
   }

   .footer-heading{
      color: #fff;
      font-size: 20px;
      font-weight: 600;
   }

   .footer-paragraph{
      color: #fff;
      font-size: 16px;
   }

   .bing-image{
      width:70%;
      margin-top: -50px;
   }
   
   .google-image{
      width: 70%;
      margin-top: -50px;
   }

}