@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;1,100;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;1,100;1,300&display=swap');
body
{
    overflow-x: hidden !important;
    font-family: 'Inter', sans-serif !important;
}

button:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
  }
  
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0 !important;
  }
  
  a,
  a:hover,
  a:focus {
    text-decoration: none;
    outline: none;
  }
  
  button,
  button:hover,
  button:focus,
  input,
  input:hover,
  input:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  
  input[type="radio"] {
    border: none;
    outline: none;
    box-shadow: none;
  }
  
  input[type="checkbox"] {
    border: none;
    outline: none;
    box-shadow: none;
  }
  
  ul {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
  }
  
  a {
    text-decoration: none !important;
  }
  img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;

  }
  .banner_call
  {

    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 10px;
  }
  .header_logo h2{
    font-weight: 500;
    color: #FFF;
    font-size: 26px;
    display: flex;
  }
  .header_logo span{
    font-weight: 500;
    color: #FFF;
    font-size: 8px;
    padding-left: 2px;
  }
  .banner_call h2
  {
    font-weight: 500;
    color: #fff;
    padding-left: 10px;
    font-size: 24px;
  }
  .banner_call img
  {
    width: 2%;
  }
  .h1tag_content button
  {
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: transparent;
    margin-top: 20px;
  }
  .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:999;
  color:#000;
}

.h1tag_content
{
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}
.page_fixed
{
    width: 100%;
    height: 100vh ;
}
.banner-background-img
{
    background-image: url(../img/Banner\ Section\ new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    margin-top:-100px;
}
.banner-404-page
{
    background-image: url(../img/error_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

.background_section_1
{
    background-image: url(../img/a.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}
.background_section_2
{
    background-image: url(../img/b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}
.background_section_3
{
    background-image: url(../img/c.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}
.background_section_4
{
    background-image: url(../img/d.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}
.background_section_5
{
    background-image: url(../img/e.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}
.section_margin_top
{
    margin-top: 0px !important;
}

.banner-background-img1
{
    height: 100vh;
    width: 100%;
}
.banner_img 
{
    position: relative;
    height: 100vh;
}
.center_svg_img {
    position: absolute;
    content: '';
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
}

.padding_section1
{
    padding: 40px 50px;
}
.section1_content h2
{
    color: #000;
    font-size: 48px;
    font-weight: 400;
    line-height: 55px;
    margin-bottom: 30px !important;
}
.section1_content span
{
    color: #E3000E;
    font-weight: 600 !important;
}
.section1_content p
{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 40px !important;
}
.ptag_width
{
    max-width: 75% ;
}
.section1_content button
{
    font-size: 16px;
    font-weight: 600;
    padding: 13px 20px;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #C9342D;
    color: #fff;
}
.section1_content button:hover
{
    border: 1px solid #C9342D !important;
    color: #C9342D;
    background-color: #fff;
    transition: 0.2s linear;
}

.banner_call svg {
    animation: preloader .6s ease-in-out alternate .2s infinite;
}
.background_section2
{
    background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
}
.button_background
{
    background-color: #1262C4 !important;
}
.buton_hover_block2 button:hover
{
    background-color: #fff !important;
    border: 1px solid #1262C4 !important;
    color: #1262C4 !important;
    transition: 0.2s linear;
}
.button_block
{
    display: flex;
    justify-content: end;
}

.buton_hover_block5 button:hover
{
    border:1px solid #1262C4 !important;
    color: #1262C4 !important;
    background-color: #fff !important;
    transition: 0.2s linear;
}
.background_button3
{
    background-color: #D39D09 !important;
}
.buton_hover_block3 button:hover
{
    border:1px solid #D39D09 !important;
    color: #D39D09 !important;
    background-color: #fff !important;
    transition: 0.2s linear;
}

.button4_background
{
    background-color: #298F46 !important;
}

.buton_hover_block4 button:hover
{
    border:1px solid #298F46 !important;
    color: #298F46 !important;
    background-color: #fff !important;
    transition: 0.2s linear;
}
.footer-ul_li_content
{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
}
.footer-ul_li_content ul li
{
 color: #fff;
 font-size: 16px;
 margin-bottom: 15px;
 font-weight: 600;
 cursor:pointer;
}
.footer_content_link h5 a
{
 font-size:18px ;
 color: #fff;
 font-weight: 600;
 margin-bottom: 10px !important;
 text-decoration: underline !important;
}
.footer_content_link p
{
 font-size:14px !important;
 color: #fff !important;
 font-weight: 400 !important;
}
.footer_margin
{
    margin-top: 20px;
}
.footer_h3tag
{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
}
.footer_content_link
{
    margin-bottom: 20px;
}
.footer_background
{
    background-image: url(../img/footer-background-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px 0px 0px;
    height:100vh;
}
.footer_ul_li
{
    list-style-type: none;
    padding: 0px !important;
    margin-left:20px;
}
.footer_ul_li li
{
    display: flex;
    align-items: center;
    margin-bottom: 20px !important;
}
.footer_ul_li li h2
{
    font-weight: 500;
    font-size: 24px;
    padding-left: 40px;
    color: #fff;
    margin: 0px !important;
    display: flex;
}
.footer_ul_li li span
{
    font-size: 10px;
    padding-left: 2px;
}
.footer_ul_li li h3
{
    font-weight: 300;
    font-size: 20px;
    padding-left: 20px;
    color: #fff;
    margin: 0px !important;
}
.customer_padding
{
    padding-left: 15px !important;
}
.footer_ul_li li h6
{
    font-weight: 300;
    font-size: 18px;
    padding-left: 20px;
    color: #fff;
    margin: 0px !important;
}
.footer_block p
{
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
}
.copywrite_content
{
    padding: 20px;
}
.copywrite_content p
{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0px !important;
}
.whatsapp_icons
{
    position: relative;
}
.modal_ul_li li
{
    font-size:14px;
    font-weight:400;
    margin-bottom:10px;
    line-height:20px;
}

#back-to-top.show {                                                                                      
    bottom: 20px;
    opacity: 1;
}

#back-to-top {
    position: fixed;
    bottom: -40px;
    right: 10px;
    z-index: 1020;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    cursor: poInter;
    padding-top: 3px;
    border: 1px double #E3000E;
    border-radius: 100% !important;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    outline: none;
    opacity: 0;
}
#back-to-top:before {
    font-family: "FontAwesome";
    font-size: 22px;
    content: "\f106";
    color: #E3000E !important;
    position: relative;
    font-weight:700;
  
}

.header_logo
{
    /*display: flex;*/
    /*justify-content: flex-start;*/
    /*align-items: flex-start;*/
}
.header_logo p
{
    font-size:11px;
    color:#fff;
    font-weight:500;
}
.header_logo img
{
    width: 40%;
}
.whatsapp_icons img
{
    width: 50px;
    position: fixed;
    bottom: 85px;
    right: 8px;
}
.footer_logo_mobile
{
    margin-bottom: 20px;
    width: 90%;
}

.margin_auto_block {
    height: 100vh !important;
    display: flex;
    align-items: center;
  }
 
.section1_img{
    margin-bottom: 70px;
}  

  .section1_img img {
    animation:myanim 4s;
     animation-iteration-count: infinite;
     animation-timing-function: ease;  
   }
   
   @keyframes myanim {
       0% {
        transform: translateY(75px);
      
       }
       50% {
        transform: translateY(0px);
      
       }
       100% {
        transform: translateY(75px);
      
       }
   }

   .ptag_width2
   {
    width: 70%;
   }
   .mobile_view_height
   {
    height: 100vh;
    display: flex;
    align-items: center;
   }
   .page_h1tag_404
   {
    display: flex;
    align-items: center;
    justify-content:center;
    height: 80vh;
   }
  

 .banner_call img
 {
    animation: preloader .6s ease-in-out alternate .2s infinite;
  }

 @keyframes preloader {
    100% { transform: scale(2); }
  }


  .header_section
  {
   
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .outer-wrapper.both {
    padding-top: 0;
    padding-bottom: 0;
    clip-path: none !important;
    transform: skewY(-2deg);
}
.skew-reset
{
    transform: skewY(2deg);
}
.section1_img img
{
    pointer-events:none !important;
}



   @media (min-width: 320px) and (max-width: 768px) {
    .section1_img
    {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
    }
 
    .banner-404-page
{
    background-image: url(../img/error_banner_mobileview.jpg);
}
    .whatsapp_icons img
    {
        right: 8px;
    }
    .footer_ul_li li h2
    {
        font-size: 22px !important;
    }
    .footer_ul_li li h3
    {
        font-size: 14px !important;
    }
    .page_h1tag_404 h1
    {
        font-size: 26px;
        line-height: 35px;
    }
    .whatsapp_icons img {
        width: 40px !important;
    }
    .banner_call h2
    {
        font-size: 14px !important;
    }
    .ptag_width2
    {
        width: 100% !important;
    }
    .banner_call svg
    {
        width: 14px !important;
    }
    .header_logo h2
    {
        font-size: 14px !important;
    }
    .footer_block 
    {
        margin-top: 0px;
    }
    .mobile_hidden
    {
        display: none;
    }
    .banner_call img
    {
      width: 4% !important;
    }
    .accordion button .accordion-title
    {
        font-size: 14px !important;
    }
    .section1_content h2{
        font-size: 24px !important;
        line-height: 35px !important;
        margin-bottom: 10px !important;
        text-align: left !important;
    }
    .section1_content p 
    {
        font-size: 14px !important;
        line-height: 25px !important;
        margin-bottom: 15px !important;
        text-align: left !important;
    }
    .padding_section1
    {
        padding: 20px !important;
    }
    .footer_background
    {
        padding: 20px !important;
    }
    .footer_logo_mobile
    {
        width: 70% !important;
    }
    .footer_block p
    {
        font-size: 14px !important;
    }
    .footer_ul_li li h6
    {
        font-size: 14px !important;
    }
    .copywrite_content
    {
        padding: 15px !important;
    }
    .section1_content button
    {
        font-size: 14px !important;
        padding: 8px 16px !important;
        border-radius: 8px !important;
    }
    .copywrite_content p
    {
        font-size: 14px !important;
    }
    .footer_ul_li
    {
        margin-top: 13px;
    }
    .panel
    {
        display: block;
    }
    .button_block
    {
        justify-content: flex-start !important;
    }
    .section1_img img
    {
        margin: 0 auto !important;
        display: flex;
        width: 100%;
    }
    .ptag_width
    {
        max-width: 100% !important;
    }
    .margin_auto_block
    {
        height: auto !important;
    }
    .banner-background-img
    {
        background-image: url(../img/mobile-view-2.jpg) !important;
    }
    .mobile_margin
    {
        margin-bottom: 50px !important;
        width: 80% !important;
    }
    .center_svg_img
    {
        position: absolute;
        content: '';
        top: 56%;
        left: 50%;
        transform: translate(-50%,-50%) !important;
        width: 100%;
    }
  
}






.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #000;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: transparent;
    outline: none;
  }
  .accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #000;
  }
  .accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: #000;
    border: 1px solid #000;
  }
  .accordion button .accordion-title {
    padding:10px;
  }
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 10px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
  }
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  .accordion button[aria-expanded=true] {
    color: #000;
  }
  .accordion button[aria-expanded=true] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 13em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 0 !important;
    color: #000;
    padding: 10px;
  }
  .modal-dialog
  {
      max-width:950px !important;
  }
  .modal-header {
      padding:20px;
}
.modal-body
{
    padding:20px 30px;
}
.modal-content
{
        background-image: url(../img/homehelpline.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
user-select: none;

