body {
  padding: 0px;
  margin: 0px;
  background-color: #f0f2f4;
  font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
    width: 100%;
}
html{
  overflow-x: hidden;
    width: 100%;
}
.main {
  height: 100vh;
}

.Header {
  width: 100%;
  background-color: #ffffff;
  min-height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.HeaderLogo {
  height: auto;
  width: 135px;
  max-height: 100%;
}

.RowClass {
  display: flex;
  flex-direction: row;
}

.navbar .nav-item.active .nav-link {
  color: #b00505 !important;
}

.Button {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  min-width: 100px;
  height: 33px;
  border-radius: 16px;
  background-color: #d43939;
  border: none;
  color: white;
  align-content: center;
  padding: 0px 15px;
}

.sticky-bottom {
  /* position: absolute; */
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1 !important;
}

.sticky-bottom2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.col {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.containerCustom {
  width: 100%;
  height: fit-content;
  min-height: 350px;
  padding: 120px 50px 70px 50px;
  background-color: white;
}

.custom-rectangle_Top_Footer {
    bottom: -1px;
    width: 60%;
    align-self: start;
    height: 80px;
    background-color: white;
    position: relative;
}
.custom-rectangle_Bottom_Footer {
  width: 50%;
  align-self: start;
  height: 50px;
  background-color: white;
  align-items: center;
  display: flex;
}

.custom-rectangle_Top_Footer {
  clip-path: polygon(
    0% 0%,
    77.11% 0.55%,
    79.16% 1.81%,
    81.11% 7.46%,
    98.69% 100%,
    0% 100%
  );
}

.custom-rectangle_Bottom_Footer {
  /* clip-path: polygon(0% 0%,
                77.11% 0.55%,
                79.16% 1.81%,
                81.11% 7.46%,
                98.69% 100.00%,
                0% 100%); */
  clip-path: polygon(
    0% 0%,
    77.11% 0.55%,
    79.16% 1.81%,
    80.98% 9.68%,
    90.88% 97.78%,
    0% 100%
  );
}

.footer-BG {
  background-color: #363c3c;
}

.footer-2-BG {
  background-color: #f0f2f4;
}

.overlay-div {
    background-size:100%;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translate(-50%, -30%);
    background-color: #ffffff;
    border: 1px solid #d2d2d2;
    padding: 10px 20px;
    border-radius: 16px;
    width: 77%;
    height: 270px;
    background-image: url(/Assets/FloatFooter.svg);
}

body.no-scroll {
  overflow: hidden;
}
.socialMedia {
    align-items: center;
    font-size: 21px;
    display: flex;
    gap: 10px;
    margin-top: 6px;
}

/* Custom toggler icon styles */
.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3h14M1 8h14M1 13h14' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2l12 12M14 2L2 14' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* Hide the line image by default */
.LineImg {
  display: none;
}

.FooterWidth {
  width: 55%;
  font-size: 15px;
  font-weight: 600;
}

.FooterImg_W {
  width: 100px;
}

.MenuBtn {
  color: #363c3c;
  border: 0px solid;
}

.MenuBtn:focus {
  box-shadow: none;
}

.footerContent {
  padding-left: 50px;
  color: #363c3c;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 77%;
}

.d-none-Web {
  display: none !important;
}
.d-none-tab{
      display: block ;
}
.Top70 {
    top: -70px;
    position:relative;
}
@media (max-width: 1000px) {
  .footerContent {
    font-size: 13px;
  }
}

@media (max-width: 800px) {
  .footerContent {
    font-size: 12px;
  }
}


@media (max-width: 850px) {
    
  .d-none-Web {
    display: block !important;
  }
  .d-none-tab{
      display: none !important;
}
}

.BtnRight {
    align-self: end;
    display: flex;
    margin-right: 50px;
}





@media (max-width: 767px) {
  .d-none-Web {
    display: block !important;
  }
  .d-none-tab{
      display: none !important;
}
  .fullscreen-collapse {
    padding-bottom: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: auto;
    height: calc(100vh - 49px);
    background-color: #ffffff;
    z-index: 3;

    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
    /* Bootstrap will override this with 'show' */
  }

  .fullscreen-collapse.show {
    display: flex !important;
  }

  .fullscreen-collapse .nav-link {
    font-size: 1.5rem;
    padding: 1rem;
  }

  .footerContent {
    font-size: 15px;
  }

  .LineImg {
    display: inline;
    justify-self: center;
    height: 3px;
    width: 50%;
    
    display: flex;
    align-self: center;
  }

  .FooterWidth {
    width: 100%;
    font-size: 9px;
  }

  .FooterImg_W {
    width: 70px;
  }

  .fullscreen-collapse {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .fullscreen-collapse .nav-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fullscreen-collapse .nav-link {
    width: 100%;
  }

  .fullscreen-collapse img.LineImg {
    margin: 0.5rem 0;
  }

  .fullscreen-collapse .d-md-none {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }

  .footer-Mt1 {
    margin-top: 20px !important;
  }
}

@media (max-width: 500px) {
  .footerContent {
    font-size: 12px;
  }

  .footer-Mt2 {
    margin-top: 20px;
  }
}

@media (max-width: 440px) {
  .footerContent {
    font-size: 10px;
  }
}

    .white-C {
        color: white;
    }

    .footer_Title_content {
        font-weight: 600;
        font-size: 23px;
    }

    /*.footer_subtitle_content {
        font-weight: 400 !important;
        cursor: pointer;
        text-decoration: none;
        font-size: 11px;
        font-weight: 100;
        color: white;
        margin-bottom: 2px;
    }*/
.footer_subtitle_content {
    width: fit-content;
    font-weight: 400 !important;
    cursor: pointer;
    text-decoration: none;
    font-size: 11px;
    font-weight: 100;
    color: white;
    margin-bottom: 5px;
}

.footer-W65 {
    width: 65%;
}

    .p-h-40 {
        padding: 0px 40px;
    }

    .floatContentDiv {
        justify-content: center;
        display: flex;
        margin-top: 35px;
        font-size: 40px;
        font-weight: 700;
    }

    .floatSubContentDiv {
        margin-top: 10px;
        justify-self: center;
        width: 70%;
        justify-content: center;
        display: flex;
        font-size: 17px;
        text-align: center;
    }

    .widthContent {
        width: 33%;
    }

    .RowWidth {
        width: 100%;
    }

    .custom-rectangle_Top_Footer {
        clip-path: polygon( 0% 0%, 76.11% 0.55%, 79.16% 3.81%, 81.11% 9.46%, 97.69% 102%, 0% 113% );
    }

    @media (max-width: 769px) {
        .widthContent {
            width: 50%;
        }

        .footer-Mt1 {
            margin-top: 30px;
        }

        .FooterWidth {
            width: 100%;
        }
    }

    @media (max-width: 600px) {
        .footerContent {
            padding-left: 6px;
            font-size: 9px !important;
            color: #363c3c;
            height: 100%;
            align-items: center;
            display: flex;
            justify-content: space-between;
            width: 84% !important;
        }

        .widthContent {
            width: 100%;
        }

        .overlay-div {
            width: 92%;
            height: 220px;
        }

        .footer-Mt2 {
            margin-top: 30px;
        }

        .footerContent {
            font-size: 12px;
        }

        .containerCustom {
            padding: 120px 50px 70px 24px;
        }

        .p-h-40 {
            padding: 0px 30px;
        }

        .RowWidth {
            width: fit-content;
        }
    }




@media (max-width: 400px) {
    .HeaderLogo {
        margin-right: 7px;
        width: 80px !important;
    }
    .w100MOBILE{
        width:105px !important;
    }
}










