body {
  font-family: "Montserrat";
  font-size: 18px;
  /* padding: 0;
  margin: 0; */
}
* {
  box-sizing: border-box;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0rem;
}

a {
  text-decoration: none;
}
.logoCenterText1 {
  color: #fcae41 !important;
}
.bg-light {
  background: #ffffff !important;
  box-shadow: 0px 3px 20px rgba(38, 33, 98, 0.08) !important;
}

/* Add Nav Bar Toggle Icon */
.bar1,
.bar2,
.bar3 {
  width: 22px;
  height: 2px;
  background-color: #365dfeb8;
  margin: 4px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 4px);
  transform: rotate(-45deg) translate(-4px, 4px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  transform: rotate(45deg) translate(-5px, -5px);
}
.AddTopPadding {
  padding-top: 80px;
}
.headerBg {
  background: #fff !important;
  outline: none !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0rem;
}
.navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  justify-content: end;
}
/* Add Nav Bar Toggle Icon */

.navbar-light .navbar-nav .nav-link {
  color: #121419;
}
.navBg {
  background: transparent linear-gradient(113deg, #fbeada 0%, #faf5f0 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
  position: fixed !important;
  left: 0;
  z-index: 1;
  right: 0;
}
.navbarMargin {
  padding-left: 19rem;
  padding-right: 19rem;
}
.navbar {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
}
.ContainerWidthSlider {
  max-width: 980px;
  margin: auto;
}

.ContainerWidth {
  max-width: 1280px;
  margin: auto;
  /* padding-top: 3rem;
  padding-bottom: 3rem; */
}
.navbar-brand {
  padding-top: 24px;
  padding-bottom: 24px;
}
.copyRightText{
  color: #121419B8;
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
}


.logoCenterText2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #3e369f !important;
}
.ulstylink {
  margin-right: 60px;
}
.ulstylink .nav-link {
  padding: 4px 5px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
}
.NavLinkStyle li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  /* text-align: center; */
  /* color: #3e369f !important; */
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #74a6fe;
}
/* .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:active {
  color: #3e369f;
  font-weight: 700;
} */
.active {
  /* font-weight: 700 !important; */
  color: #00BBF880 !important;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  /* padding-right: var(--bs-gutter-x, 0rem) !important;
  padding-left: var(--bs-gutter-x, 0rem) !important; */
}
.get_start_btn {
  padding: 20px 40px;
  background: transparent;
  border: 2px solid #121419;
  font-size: 20px;
  color: #121419;
  font-weight: 600;
  border-radius: 40px;
  line-height: 24px;

  /* background: -webkit-linear-gradient(60deg,#00BBF880, #365DFEB8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}
.get_start_btn:hover {
  /* background: linear-gradient(90.4deg, #00BBF8 0%, #365DFE 100%); */
  background: #74a6fe;
  border: 2px solid #74a6fe;
  -webkit-text-fill-color: #121419;

  -webkit-transition: background 0.5s ease-out;  
  -moz-transition: background 0.5s ease-out;  
  -o-transition: background 0.5s ease-out;  
  transition: background 0.5s ease-out;

}
.addPaddingBlockFrist {
  padding-top: 80px;
}
.amount_but:hover {
  border: 2px solid #7ac7fc;
}
.AddPadingCircleArrow {
  padding: 0px 20px 0px 16px;
}

.firstBlock_Text {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  /* padding-top: 12px; */
  color: #121419;
}
/* .firstBlock_Text_parent {
  margin: 90px 160px;
} */
.BannerImgFirstBlock {
  text-align: end;
}
.AmountColor {
  /* color: #ffc530; */
  /* font-size: 72px; */
  background: -webkit-linear-gradient(60deg,#00BBF880, #365DFEB8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.AddTransition {
  transition-duration: 4s;
}

.firstBlock_para_text {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #121419B8;
  padding-top: 20px;
  margin-right: 13rem;
  margin-bottom: 0px;
}
.amount_but {
  padding: 18px 20px;
  background: #ffffff;
  border: 2px solid #7ac7fc;
  font-size: 24px;
  /* color: #3e369f; */
  font-weight: 500;
  line-height: 29px;
  border-radius: 34px;
    background: -webkit-linear-gradient(60deg,#00BBF880, #365DFEB8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #7cc8f3;


}

.zoomlogo{
  width: 60%;
  margin: 0px 20%;
}

.firstBlock_Text_parent input:focus {
  outline: none !important;
  border-color: #00bbf8;
  /* box-shadow: 0 0 10px #3e369f4d; */
}
.firstBlock_Text_parent ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3e369fb8;
  opacity: 1; /* Firefox */
}

.firstBlock_Text_parent :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #3e369fb8;
}

.firstBlock_Text_parent ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #3e369fb8;
}
.PaddingAmountbtn {
  padding-top: 40px;
}
.AddPaddinSeconBlock {
  padding-top: 80px;
}

.AddPadingCircleArrow {
  padding: 0px 20px;
}
.AddPadingFirstBlockLink {
  padding-top: 16px;
}
.ArrowIconParent {
  /* padding: 17px; */
  border: 2px solid #7ac7fc;
  background: #ffffff;
  color: #7ac7fc;
  border-radius: 50%;
  width: 69px;
  height: 69px;
  text-align: center;
  transition: all 0.5s;
}
.ArrowIconParent:hover {
  background: -webkit-linear-gradient(60deg,#00BBF880, #365DFEB8);
  color: #ffffff;
}
/* .firstBlock_subpara_parent{

} */
.firstBlock_subpara_text {
  font-size: 12px;
  font-weight: 600;
  margin-right: 17rem;
  color: #121419B8;
  margin-bottom: 0px;
  line-height: 1.2;
}
.firstBlock_subpara_text a {
  color: #7ac7fc !important;
  font-weight: 700 !important;
  cursor: pointer;
}

.secondBlockSty {
  background: linear-gradient(90.4deg, #00BBF8 0%, #365DFE 100%);
  border-radius: 16px;
}
.imgBannetSecondBlock {
  text-align: end;
}
.AddMargin {
  padding: 40px;
}
.row {
  margin-right: calc(var(--bs-gutter-x) * -0);
  margin-left: calc(var(--bs-gutter-x) * -0);
}
/* 3rd */

/* .therdBlock_Text_parent {
  margin: 90px 160px;
} */

.theardBlock_Text {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: #121419;
}
.theardBlock_Text_parent {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #121419B8;
  padding-top: 20px;
  margin-right: 4rem !important;
}
.theardBlock_subpara_text {
  font-size: 12px;
  font-weight: 500;
  margin-right: 147px;
}
.theardBlock_Text_pare_second {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #121419B8;
  padding-top: 20px;
  margin-right: 2rem !important;
}
/* 4th */
.SliderBg {
  background: linear-gradient(90.4deg, #00BBF8 0%, #365DFE 100%);
  /* -webkit-text-fill-color: #ffffff; */
  padding: 80px;
}

.First_headding {
  font-size: 32px;
  font-weight: 500;
  line-height: 39px;
  color: #ffffffb8;
}
.Slider_number {
  font-size: 64px;
  font-weight: 600;
  line-height: 78px;
  padding-top: 16px;
  color: #ffc530;
}
.Slider_Second_headding {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  padding-top: 2px;
  color: #ffffff;
}
.startStyle {
  color: #ffc530;
  font-size: 35px !important;
  margin: 2px;
}
.checked {
  color: #ffc530;
  font-size: 36px !important;
  margin: 2px;
}
.row > * {
  padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);
}
.Slider_Main_Para {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  padding-top: 18px;
  color: #ffffff;
}
.carousel-indicators [data-bs-target] {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #ffffff33;
  margin: 6px;
}

.carousel-indicators li {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #ffffff33;
  margin: 6px;
}
.carousel-control-next {
  right: -90px !important;
}
.carousel-control-prev {
  left: -90px !important;
}
.carousel-indicators .active {
  border-radius: 45%;
  width: 12px;
  height: 8px;
  background-color: #ffffff;
}
.State_Parent_Slider {
  padding-top: 32px;
}
.carousel-inner {
  padding-bottom: 80px;
}

.carousel-control-prev-icon {
  background-image: url(assets/images/ArrowRightSvg.svg);
  width: 50px;
  height: 50px;
}

.carousel-control-next-icon {
  background-image: url(assets/images/ArrowSvg.svg);
  width: 50px;
  height: 50px;
}
.carousel-control-next,
.carousel-control-prev {
  top: 150px;
}
.Slider_Name_Text {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffffb8;
  padding-top: 22px;
}
.Process_Hedding {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: #121419;
  text-align: center;
  /* padding-top: 50px; */
}
.saprater {
  width: 100%;
  height: 2px;
  background: #e6e6e6
}
.Display_nuber_Img {
  display: flex;
  align-items: center;
  /* margin-left: 10rem; */
  margin-right: 19rem;
  margin-left: 5rem;
  padding-top: 80px;
  /* padding-bottom: 40px; */
}
.BoxParentStyle {
  padding-top: 45px;
}
/* .BoxParentStyle {
  margin-left: 10rem;
  margin-right: 10rem;
} */
.BoxHeadding {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  color: #121419;
  padding-top: 32px;
}
.BoxPara {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #121419B8;
  padding-top: 12px;
  margin-right: 0rem;
  margin-bottom: 0px;
}

.addBg6thblock {
  background: linear-gradient(90.4deg, #00BBF8 0%, #365DFE 100%);
  padding-bottom: 5rem;
}
.MainHedding6thBlock {
  font-weight: 700;
  font-size: 48px;
  color: #ffffff;
  text-align: center;
  padding: 80px;
}
.ColSty6thBlock {
  background: linear-gradient(
    180deg,
    #12141952 0%,
    #12141966 100%
  );
  /* border: 1px solid #262162; */
  box-shadow: 0px 3px 30px rgba(38, 33, 98, 0.2);
  backdrop-filter: blur(30px);
  /* padding: 8px; */
  margin: 0px 40px;
  border-radius: 20px;
  height: 100%;
}
.Box6thmaiv_Headding {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  color: #ffffff;
  padding-top: 44px;
}
.Box6thPara {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #ffffffb8;
  padding-top: 12px;
  margin-bottom: 0px;
}
.navbar-toggler:focus {
  /* box-shadow: 0 0 0 0.2rem #3e369f !important; */
}
.AddPaddin6thblock {
  padding: 40px;
}
.SingleBoxInnerCol5th {
  border: 1px solid #3e369f1f;
  padding: 40px;
  border-radius: 12px;
  margin: 0px 40px 0px 40px;
  /* margin-right: 80px; */
  height: 100%;
}
/* .RemovemarginProcess {
  margin-right: 0px !important;
} */
/* 7thBlock Faq */
.FaqBlockContainer {
  width: 800px;
  margin: auto;
}
.FaqHeadding {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: #121419;
  text-align: center;
}
.FaqBlockContainer .accordion-flush .accordion-item .accordion-button {
  border-radius: 12px;
  border: none;
}
.FaqBlockContainer .accordion-flush .accordion-item {
  border: 1px solid #3e369f1f !important;
  border-radius: 12px;
  box-shadow: 0px 3px 30px rgb(38 33 98 / 8%);
  margin: 20px;
}
.FaqBlockContainer .accordion-button {
  padding: 20px 32px;
}
.FaqBlockContainer .accordion {
  padding-top: 40px;
  padding-bottom: 120px;
}
.FaqBoxHeadding {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #121419;
  margin-bottom: 0px;
}
.FaqBlockContainer .accordion-button:not(.collapsed)::after {
  background-image: url(assets/images/FAQs\ arrow.svg);
  transform: rotate(90deg);
}
.FaqBlockContainer .accordion-button::after {
  background-image: url(assets/images/FAQs\ arrow.svg);
  transform: rotate(0deg);
}
.FaqBlockContainer .accordion-button:focus {
  z-index: 3;
  border: none;
  outline: none;
  box-shadow: none;
}

.FaqBlockContainer .accordion-button:focus-within {
  border: none;
  box-shadow: none;
  border-radius: 20px;
}

.FaqBlockContainer .accordion-button:not(.collapsed) {
  background: #ffffff;
  border: 1px solid rgba(62, 54, 159, 0.12);
  /* box-shadow: 0px 3px 30px rgba(38, 33, 98, 0.08); */
  /* border-radius: 20px; */
}
.FaqBlockContainer .accordion-button {
  background: #ffffff;
  border: 1px solid rgba(62, 54, 159, 0.12);
  box-shadow: 0px 3px 30px rgba(38, 33, 98, 0);
  border-radius: 20px;
}
.FaqBlockContainer .accordion-flush .accordion-item:hover {
  border-color: #121419 !important;
}
.FaqBlockContainer .accordion-flush .accordion-item:focus-within {
  border-color: #121419 !important;
}
.FaqBlockContainer .accordion-body {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  padding: 0px 72px 20px 32px;
  color: #121419B8;
}
.FaqBlockContainer .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(1.25rem - 1px);
  border-bottom-left-radius: calc(1.25rem - 1px);
}
.FaqPadding {
  padding-top: 40px;
  padding-bottom: 120px;
}
/* 8th */
.Bg8thblock {
  background: linear-gradient(90.4deg, #00BBF8 0%, #365DFE 100%);
    /* padding-bottom: 5rem; */
}
.HeadingGetStart {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #ffffff;
  text-align: center;
  padding-top: 80px;
}
.ParaGetStart {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffffcc;
  
  text-align: center;
  width: 60%;
  margin: auto;
  padding-top: 20px;
}
.WhiteButtonGetStart {
  padding: 20px 60px;
  background: linear-gradient(95.62deg, #ffffff 0%, #ffffff 100%);
  border-radius: 40px;
  border: 1px solid #00BBF880;
  font-size: 32px;
  color: #1b8dfb;
  font-weight: 600;
  line-height: 39px;
  border-radius: 50px;
}
.WhiteButtonGetStart:hover {
  background: linear-gradient(95.62deg, #ffffff 0%, #ffffff 100%);
  border: 1px solid #00BBF880;
  box-shadow: 0px 4px 32px rgba(25, 24, 35, 0.24);
  border-radius: 40px;
}
.GetstartButtonContainer {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 80px;
}
/*9th footer Block */
.FooterBlockContainer {
  /* width: 80%; */
  padding: 120px 0px 30px 0px;
  /* margin: auto; */
}
.FooterLogoSty {
  font-size: 40px;
  font-weight: 600;
  color: #3e369f;
}
.FooterLogoPara {
  font-size: 16px;
  font-weight: 500;
  color: #121419B8;
  line-height: 1.2rem;
  margin-top: 16px;
  width: 40%;
  /* margin: auto; */
}
.FooterLink p {
  color: #121419B8;
  font-size: 18px;
  font-weight: 500;
}
.FooterPara {
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  color: #121419B8;
  margin-bottom: 0px;
  padding: 2rem 0rem 0rem;
}
.OlaImgsty {
  padding-top: 64px;
}
/* common */

.addPaddingBlock {
  padding-top: 120px;
  /* padding-bottom: 3rem; */
}
.FooterLink a {
  cursor: pointer;
}
.FooterLink p:hover {
  color: #74a6fe;
  font-weight: 600;
  text-decoration: underline;
}

/* ===========================================Modal Css========================================= */
.ModalHeaddingText {
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
  color: #121419;
  margin: 0px;
  padding-bottom: 20px;
}
.closeIconModale {
  width: 25px;
  height: 25px;
  font-size: 29px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3e369f33;
  color: #3e369f;
  background: #efefef;
}
.modelpara {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #3e369fb8;
}
.faqbtnSty {
  border: 0px;
  background: none !important;
  padding: 0px;
}
.closeBtnSty {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #121419B8;
  padding: 10px 20px;
  border: 1px solid #121419B8;
  border-radius: 8px;
}
.closeBtnSty:hover {
  color: #121419B8;
  background: rgba(62, 54, 159, 0.08);
}
.mainParaSty {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #121419;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 40px 20px 4px 40px;
  border-bottom: none;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 40px 40px;
}
.modal-footer {
  padding: 80px 0px 0px 0px;
  border-top: none;
}
.ModalFaqs .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  /* box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%); */
}
.ModalFaqs .accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}
.ModalFaqs .accordion-button:not(.collapsed) {
  color: #121419;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
}
.ModalFaqs .accordion-item {
  background-color: #fff;
  border: none;
  margin-top: 15px;
}
.ModalFaqs .accordion-button::after {
  content: none;
}
.ModalFaqs .modelpara {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color:  #121419B8;
}
.borderAdd {
  border-bottom: 1px solid;
  text-align: start;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: 121419;
}

.modal-content {
  /* top: 100px; */
}
.modal {
  overflow-x: hidden;
  overflow-y: hidden;
}
/* Important part */
/* .modal-dialog {
  overflow-y: initial !important;
} */
/* .addFormMargin {
  margin: 0rem 3rem 3rem 3rem;
} */
.modalinputPadding {
  padding: 15px !important;
  /* margin-bottom: 40px; */
  border: none;
  background: #f3f3f3;
  border-radius: 12px;
  border: 2px solid #f3f3f3;
  /* box-shadow: 0px 3px 20px rgb(62 54 159 / 12%); */
}
.twoInputStyFlName {
  margin-bottom: 34px;
}
.modal-body {
  max-height: calc(100vh - 10px);
  overflow-y: auto;
}
.btnSubscribSty {
  background: linear-gradient(90.4deg, #00BBF8 0%, #365DFE 100%);
  padding: 5px;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #00BBF8;
}
.ModalHeaddingSty {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  font-family: "Nunito", sans-serif;
}
.btnSubmitSty {
  background: linear-gradient(90.4deg, #00BBF8 0%, #365DFE 100%);
  border: 1px solid #00BBF8;
  border-radius: 19px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 15px !important;
  border: none;
  cursor: pointer;
}

/* Contact us Model Css */
.addFormMargin .form-control:hover {
  background: #ffffff;
  border: 2px solid #7ac7fc;
  box-shadow: 0px 3px 20px rgba(62, 54, 159, 0.12);
  border-radius: 12px;
}
.addFormMargin .form-control:focus {
  background: #ffffff;
  border: 2px solid 7ac7fc;
  box-shadow: 0px 3px 20px rgba(62, 54, 159, 0.12);
  border-radius: 12px;
}
.addFormMargin .form-control:focus-visible {
  background: #ffffff;
  border: 2px solid 7ac7fc;
  box-shadow: 0px 3px 20px rgba(62, 54, 159, 0.12);
  border-radius: 12px;
  outline: none;
}
/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #f3f3f3 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.ModalContactHeaddingText {
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
  color: #121419;
  margin: 0px;
  /* padding: 0px 0px 0px 290px; */
}
.closeIconModaleContact {
  width: 25px;
  height: 25px;
  font-size: 29px;
  text-align: center;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #3e369f33;
  color: #3e369f;
  margin-top: 0px;
  margin-right: 0px;
}
.ModalFaqs .modelparaContact {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  /* padding: 0px 40px; */
  color: #121419B8;
}
.ModalFaqsContact {
  color: #121419B8;
  font-weight: 700;
}
.ModalFaqsContact:hover {
  color: #121419B8;
  font-weight: 700;
}
.AddPaddingContactForm {
  padding: 40px 90px;
}
.inputLableSty {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin: 0px 0px 8px 4px;
}
html {
  scroll-behavior: smooth;
}
#inputselect {
  width: 100%;
  scroll-margin-block-start: 110px;
  /*Adds margin to the top of the viewport*/
  scroll-margin-block-end: 110pxx;
}


.transitionSty{
  transition: all 8s ease-in;
  color: red !important;
}
/* ===================================================Media Query min====================================================== */

@media only screen and (min-width: 1440px) {
  .navbarMargin {
    padding-left: 19rem;
    padding-right: 19rem;
  }
  .MobilResponsiveDisplay2 {
    display: none;
  }
  .ContainerWidthSlider {
    max-width: 1280px;
    margin: auto;
  }
  .logoCenterText2 {
    display: block;
  }
  .DisplayNoneFooterlogo {
    display: none;
  }
  .imgArrowDisplymob {
    display: none;
  }
  .imgArrowDisplydesk {
    display: block;
  }
  .LinkDisplayShowNot {
    display: none;
  }
  .amount_but {
    padding: 18px 20px;
  }
  .ArrowIconParent .icon {
    fill: #7ac7fc;
  }

  .ArrowIconParent:hover .icon {
    fill: #fff;
  }
}
@media only screen and (min-width: 2560px) {
  .navbarMargin {
    padding-left: 39rem;
    padding-right: 39rem;
  }
  .MobilResponsiveDisplay2 {
    display: none;
  }
  .logoDisplay1 {
    display: block;
    /* padding: 0px 0px 16px; */
  }
  .logoDisplay2 {
    display: none;
    /* padding: 0px 0px 20px; */
  }
  /* .logoCenterText2 {
    display: block;
  } */
  .DisplayNoneFooterlogo {
    display: none;
  }
  .LinkDisplayShowNot {
    display: none;
  }
  .amount_but {
    padding: 18px 20px;
  }
  /* .FooterLogoPara {
    line-height: 1.2rem;
    margin-top: 16px;
  } */
}

/* @media only screen and (min-width: 425px) {
  .amount_but {
    padding: 16px 16px;
    font-size: 17px;
  }
} */

.Testimonialpara{
  font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    color: #FFFFFF;
    width: 60%;
    margin: auto;
    padding-top: 12px;
}

/* ===================================================Media Query max====================================================== */
@media only screen and (max-width: 1440px) {
  .navbarMargin {
    padding-left: 5rem;
    padding-right: 5.5rem;
  }
  .MobilResponsiveDisplay2 {
    display: none;
  }
  .carousel-control-next {
    right: -70px !important;
  }
  .carousel-control-prev {
    left: -70px !important;
  }
  .logoDisplay1 {
    display: block;
    /* padding: 0px 0px 16px; */
  }
  .logoDisplay2 {
    display: none;
    /* padding: 0px 0px 20px; */
  }
  .imgArrowDisplymob {
    display: none;
  }
  .imgArrowDisplydesk {
    display: block;
  }
  .LinkDisplayShowNot {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .navbarMargin {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .ResponsivFristBlock {
    /* padding: 60px 60px 0px 60px; */
  }
  .firstBlock_Text {
    font-size: 2rem;
  }
  .firstBlock_para_text {
    font-size: 16px;
    margin-right: 8rem;
  }
  .ColSty6thBlock {
 
    margin: 0px 12px;
   
}
  .PaddingAmountbtn {
    padding-top: 1rem;
  }
  .firstBlock_subpara_text {
    font-size: 12px;
    margin-right: 6rem;
  }
  .theardBlock_Text_parent {
    font-size: 16px;
    margin-right: 0rem;
  }
  .theardBlock_Text_pare_second {
    font-size: 15px;
    margin-right: 0rem;
  }
  .Slider_Main_Para {
    font-size: 16px;
  }
  .Slider_number {
    font-size: 54px;
  }
  .Slider_Second_headding {
    font-size: 35px;
  }
  .checked {
    font-size: 25px !important;
  }
  .First_headding {
    font-size: 27px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    top: 133px;
  }
  .Display_nuber_Img {
    margin-right: 14rem;
    margin-left: 2rem;
  }
  .BoxPara {
    font-size: 14px;
    margin-right: 3rem;
  }
  .Main_Div_Number_Img {
    padding-bottom: 0px;
  }
  .ParaGetStart {
    padding: 0rem 0rem 1rem;
  }
  .WhiteButtonGetStart {
    font-size: 22px;
  }
  .FooterLogoSty {
    font-size: 30px;
  }
  .FooterLogoPara {
    width: 47%;
    font-size: 14px;
  }
  .FooterLink p {
    font-size: 16px;
  }
  .ParaGetStart {
    font-size: 16px;
  }
  .HeadingGetStart {
    font-size: 35px;
  }
  .MobilResponsiveDisplay2 {
    display: none;
  }
  .ContainerWidthSlider {
    max-width: 780px;
    margin: auto;
  }
  .FooterBlockContainer {
    padding: 120px 42px 80px 42px;
  }
  .imgArrowDisplymob {
    display: none;
  }
  .imgArrowDisplydesk {
    display: block;
  }
  .logoCenterText2 {
    font-size: 28px;
  }
  .LinkDisplayShowNot {
    display: none;
  }
  .ArrowIconParent .icon {
    fill: #7ac7fc;
  }

  .ArrowIconParent:hover .icon {
    fill: #fff;
  }
  .Testimonialpara {
    width: 100%;
    font-size: 20px;
}
}
@media only screen and (max-width: 1024px) {
  .FaqBlockContainer {
    width: 70%;
    margin: auto;
  }
  .MobilResponsiveDisplay2 {
    display: none;
  }
  .logoDisplay2 {
    display: none;
  }
  .logoDisplay1 {
    display: block;
  }
  .logoDisplay2 {
    display: none;
    padding: 0px 0px 0px;
  }

  /* .NavLinkStyle li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
  
    color: #121419 !important;
  } */
  .navbar-light .navbar-nav .nav-link:hover {
    color: #74a6fe;
}
  .navbar-light .navbar-nav .nav-link {
    color: #121419;
}
  .active {
    /* font-weight: 700 !important; */
    color: #00BBF880 !important;
}
  .get_start_btn {
    padding: 20px 40px;
    background: transparent;
    border: 2px solid #121419;
    font-size: 20px;
    font-weight: 600;
    border-radius: 40px;
    line-height: 24px;
    /* background: -webkit-linear-gradient(60deg,#00BBF880, #365DFEB8); */
    -webkit-background-clip: text;
 
  }
  .SingleBoxInnerCol5th {
    border: 1px solid #3e369f1f;
    padding: 20px;
    border-radius: 12px;
    margin: 0px 0px 0px 15px;
    height: 100%;
  }
  .LinkDisplayShowNot {
    display: none;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }

}
@media only screen and (max-width: 810px) {
  /* .NavLinkStyle li a {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #3e369fcc !important;
    padding-top: 32px;
  } */
  .navbar-light .navbar-nav .nav-link:hover {
    color: #74a6fe;
}
  .navbar-light .navbar-nav .nav-link {
    color: #121419;
}
  .active {
    /* font-weight: 700 !important; */
    color: #00BBF880 !important;
}
  .justify-content-end {
    justify-content: start !important;
  }
  .get_start_btn {
    padding: 16px 40px;
    background: transparent;
    border: 2px solid #121419;
    font-size: 20px;
    color: #121419;

    border-radius: 12px;
    line-height: 24px;
  }
  .form-inline {
    /* text-align: center; */
    padding-left: 2rem;
    padding-top: 20px;
  }
  .ulstylink li a {
    display: flex;
    justify-content: start;
  }
  .LinkDisplayShowNot {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .firstBlock_Text {
    text-align: start;
    line-height: 39px;
  }
  
  .firstBlock_para_text {
    font-size: 16px;
    margin-right: 0rem;
    text-align: start;
    margin-right: 12rem;
  }
  .presponsiveSty {
    justify-content: start;
    /* align-items: center; */
  }
  .firstBlock_subpara_parent {
    text-align: start;
    margin-right: 6rem;
  }
  .firstBlock_subpara_text {
    margin-right: 11rem;
    padding-top: 1rem;
  }
  .BannerImgFirstBlock {
    text-align: center;
  }
  .Container5thBloc .row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .FooterBlockContainer {
    padding: 80px 20px 40px 20px;
  }
  .OlaImgsty {
    padding-top: 64px;
  }
  .theardBlock_Text {
    font-size: 2rem;
    line-height: 39px;
  }
  .imgBannetSecondBlock {
    text-align: center;
  }
  .Slider_Main_Para {
    font-size: 12px;
  }
  .First_headding {
    font-size: 22px;
  }
  .Slider_number {
    font-size: 45px;
  }
  .Slider_Second_headding {
    font-size: 25px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    top: 105px;
  }
  .Process_Hedding {
    font-size: 2rem;
  }
  .StyleMob5th {
    flex-direction: column !important;
  }
  .Display_nuber_Img {
    flex-direction: column;
  }
  .saprater {
    width: 2px;
    height: 175px;
    background: #3e369f4d;
  }
  .Main_Div_Number_Img {
    padding-bottom: 0px;
    padding-right: 20px;
  }
  .Display_nuber_Img {
    margin-right: 1rem;
  }
  .Display_nuber_Img {
    padding-top: 40px;
  }

  .MobilResponsiveDisplay1 {
    display: none;
  }
  .MobilResponsiveDisplay2 {
    display: block;
  }
  .FaqBlockContainer {
    width: 90%;
    margin: auto;
  }
  .FaqBoxHeadding {
    font-size: 16px;
  }
  .AddPadingCircleArrow {
    padding: 0px 20px;
  }
  .therdBlock_Text_parent {
    text-align: start;
  }
  .ulstylink {
    box-shadow: 0px -1px 0px rgb(50 50 50 / 10%) !important;
  }
  .navbar-nav {
    width: 80%;
    /* margin-left: -46px;
    padding-left: 52px; */
  }
  .ContainerWidthSlider {
    max-width: 480px;
    margin: auto;
  }
  .logoDisplay1 {
    display: block;
  }
  .logoDisplay2 {
    display: none;
    padding: 0px 0px 0px;
  }
  .ResposivePadding {
    /* padding-top: 40px; */
  }
  .navbarMargin {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  /* .NavLinkStyle li a {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;

    color: #7ac7fc !important;
    padding-top: 32px;
  } */
  .navbar-light .navbar-nav .nav-link:hover {
    color: #74a6fe;
}
  .navbar-light .navbar-nav .nav-link {
    color: #121419;
}
  .active {
    /* font-weight: 700 !important; */
    color: #00BBF880 !important;
}
  .get_start_btn {
    /* padding: 16px 40px;
    background: #ffffff;
    border: 2px solid #3e369f;
    font-size: 20px;
    color: #3e369f;
    border-radius: 12px;
    line-height: 24px; */

    padding: 20px 40px;
    background: transparent;
    border: 2px solid #121419;
    font-size: 20px;
    font-weight: 600;
    border-radius: 20px;
    line-height: 24px;
    /* background: -webkit-linear-gradient(60deg,#00BBF880, #365DFEB8); */
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
}
  
  .form-inline {
    /* text-align: center; */
    padding-top: 20px;
  }
  .ulstylink li {
    padding-left: 0rem;
  }
  .form-inline {
    /* text-align: center; */
    padding-left: 8rem;
    padding-top: 32px;
  }
  .AddmarginMobileRes {
    margin-bottom: 20px;
  }
  .responsiveMargin {
    margin-bottom: 30px;
  }
  .Get_btn_Mobile {
    /* background: #ffffffe0;
    padding: 16px 40px;
    background: #ffffff;
    border: 2px solid #3e369f;
    font-size: 20px;
    color: #3e369f;
    font-weight: 500;
    border-radius: 40px;
    line-height: 24px; */
    padding: 20px 40px;
    /* background: #ffffff; */
    border: 2px solid #7ac7fc;
    font-size: 20px;
    font-weight: 600;
    border-radius: 40px;
    line-height: 24px;
    background: -webkit-linear-gradient(60deg,#00BBF880, #365DFEB8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .ArrowIconParent {
    padding: 12px;
    width: 69px;
    height: 69px;
    background: -webkit-linear-gradient(60deg,#00BBF880, #365DFEB8);
    /* color: #ffffff; */
}
  .imgArrowDisplymob {
    display: block;
  }
  .imgArrowDisplydesk {
    display: none;
  }

  /* Effect css  */

  .navbar .button-wrap {
    text-align: center;
  }
  .navbar .button {
    position: relative;
    display: inline-block;
    /* margin: 1em; */
    padding: 0;
    border: 0;
    background: none;
    color: #286aab;
    font-size: 1.2em;
    font-family: "arial black";
    transition: color 0.7s;
    cursor: pointer;
  }
  .navbar .button.button-click,
  .navbar .button:focus {
    outline: none;
    color: #3c8ddc;
  }
  .navbar .button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    opacity: 0;
  }

  /* effect b */
  .navbar .button-effect-b:after {
    width: 50px;
    height: 50px;
    border: 10px solid rgba(111, 148, 182, 0.1);
  }
  .navbar .button-effect-b.button-click:after {
    -webkit-animation: anim-effect-b 0.3s forwards;
  }

  @-webkit-keyframes anim-effect-b {
    0% {
      -webkit-transform: scale3d(0.3, 0.3, 1);
    }
    25%,
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: scale3d(1.2, 1.2, 1);
    }
  }
  /* Nav Link Effect */
  #navbarsExampleDefault > ul > li {
    transform: translateX(100%);
    transition: transform 1s ease;
  }

  .offcanvas-collapse.open#navbarsExampleDefault > ul > li {
    transform: translateX(0%);
    transition-delay: 0s;
  }
  .offcanvas-collapse.open#navbarsExampleDefault > ul > li:nth-child(1) {
    transition-delay: 0.1s;
  }
  .offcanvas-collapse.open#navbarsExampleDefault > ul > li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .offcanvas-collapse.open#navbarsExampleDefault > ul > li:nth-child(3) {
    transition-delay: 0.3s;
  }
  .offcanvas-collapse.open#navbarsExampleDefault > ul > li:nth-child(4) {
    transition-delay: 0.4s;
  }
  .offcanvas-collapse.open#navbarsExampleDefault > ul > li:nth-child(5) {
    transition-delay: 0.5s;
  }
  /* .offcanvas-collapse.open#navbarsExampleDefault > ul > li:nth-child(5) {
    transition-delay: 0.6s;
  } */
  #navbarsExampleDefault .form-inline {
    transform: translateX(100%);
    transition: transform 1s ease;
  }

  .offcanvas-collapse.open#navbarsExampleDefault .form-inline {
    transform: translateX(0%);
    transition-delay: 0s;
  }

  .offcanvas-collapse.open#navbarsExampleDefault .form-inline {
    transition-delay: 0.6s;
  }
  .LinkDisplayShowNot {
    display: block;
  }
  .ulstylink .nav-link {
    padding: 0px 0px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 32px;
  }
  .amount_but {
    /* background: #fafaff; */
  }
  /* .ModalContactHeaddingText {
    padding: 0px 0px 0px 110px;
  } */
  .AddPaddingContactForm {
    padding: 40px 0px;
  }
  .AddResponsiveStyInput {
    margin: 10px 10px 10px 10px;
  }
  .modalinputPadding {
    margin-bottom: 0px;
  }
  .twoInputStyFlName {
    margin: 0px 10px;
  }
  .logoCenterText2 {
   width: 50%;
  }
  }
  .offcanvas-collapse {
    top: 87px;
    
}
@media only screen and (max-width: 428px) {
  .firstBlock_subpara_parent {
    margin-right: 0em;
  }
  .amount_but {
    font-size: 18px;
  }
  .firstBlock_para_text {
    font-size: 16px;
    margin-right: 0rem;
    text-align: start;
    margin-right: 0rem;
  }
  .firstBlock_subpara_text {
    margin-right: 0rem;
  }
  .AddPadingCircleArrow {
    padding: 0px 7px;
  }
  .AddMargin {
    padding: 18px;
  }
  .BoxParentStyle {
    padding-top: 40px;
  }
  .Display_nuber_Img {
    padding-top: 40px;
  }
  .Display_nuber_Img {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .BoxHeadding {
    font-size: 17px;
    padding-top: 20px;
  }
  .BoxPara {
    font-size: 13px;
    margin-right: 0rem;
  }
  .saprater {
    height: 200px;
  }
  .ParaGetStart {
    width: 90%;
  }
  .ResponsivFristBlock {
    padding: 40px 20px 0px 20px;
  }
  .Get_btn_Mobile {
    background: #ffffffe0;
    padding: 16px 40px;
    background: #ffffff;
    border: 2px solid #3e369f;
    font-size: 20px;
    color: #3e369f;
    font-weight: 500;
    border-radius: 40px;
    line-height: 24px;
  }
  .offcanvas-collapse {
    top: 74px;
  }
  .FaqBlockContainer .accordion-button {
    padding: 10px 20px;
  }
  /* .ModalContactHeaddingText {
    padding: 40px 0px 0px 100px;
  } */
  .Testimonialpara {
    width: 100%;
    font-size: 15px;
}
}
@media only screen and (max-width: 425px) {
  .FaqBlockContainer {
    width: 390px;
    margin: auto;
  }
  .logoCenterText2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding: 0px 0px 16px;
    width: 60%;
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 16px;
    height: 2px;
    /* background-color: #3e369f; */
    margin: 4px 0;
    transition: 0.4s;
  }
  .ResponsivFristBlock {
    padding: 40px 20px 0px 20px;
  }
  .carousel-control-next {
    display: none;
  }
  .firstBlock_Text {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
  }
  .navbar-brand {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * 0);
    padding-left: calc(var(--bs-gutter-x) * 0);
  }
  .firstBlock_para_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #121419B8;
    padding-top: 16px;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .firstBlock_Text {
    margin-right: 0px;
  }
  .amount_but {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding: 16px 20px 16px 20px;
  }

  .firstBlock_subpara_parent {
    text-align: start;
    margin-right: 0rem;
  }
  .firstBlock_subpara_text {
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .ArrowIconParent {
    padding: 12px;
    width: 55px;
    height: 55px;
    background: -webkit-linear-gradient(60deg,#00BBF880, #365DFEB8);
    /* color: #ffffff; */
  }
  .BannerImgFirstBlock {
    padding-top: 40px;
  }
  .AddMargin {
    margin: 0rem;
  }
  .AddMargin {
    padding: 24px 26px;
  }
  .imgBannetSecondBlock {
    padding: 40px 0px 0px 0px !important;
  }
  .therdBlock_Text_parent {
    text-align: start;
  }
  .addPaddingBlock {
    padding-top: 80px;
    /* padding-bottom: 3rem; */
  }
  .SliderBg {
    padding: 40px 40px;
  }
  .First_headding {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
  }
  .Slider_number {
    font-size: 45px;
    font-weight: 600;
    line-height: 54px;
    padding-top: 8px;
  }
  .Slider_Second_headding {
    font-size: 32px;
    font-weight: 600;
    line-height: 39px;
    padding-top: 2px;
  }
  .State_Parent_Slider {
    padding-top: 12px;
  }
  .Slider_Main_Para {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    padding-top: 16px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    top: 88px;
  }
  .Slider_Name_Text {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    padding-top: 9px;
  }

  .row > * {
    padding-right: calc(var(--bs-gutter-x) * 0);
    padding-left: calc(var(--bs-gutter-x) * 0);
  }
  .logoDisplay1 {
    display: block;
  }
  .carousel-control-prev {
    left: -31px;
  }
  .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
  }
  .carousel-control-next {
    right: -31px;
  }
  .carousel-control-next-icon {
    width: 30px;
    height: 30px;
  }
  .saprater {
    height: 170px;
  }
  .Display_nuber_Img {
    margin-right: 2rem;
  }
  .AddTopPadding {
    padding-top: 80px;
  }
  .theardBlock_Text {
    font-size: 32px;
    font-weight: 700px;
    line-height: 39px;
  }
  .theardBlock_Text_pare_second {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #121419B8;
    padding-top: 20px;
    margin-right: 2rem !important;
    padding-top: 5px;
    margin-right: 0rem !important;
  }
  .PaddingAmountbtn {
    padding-top: 40px;
  }
  .get_start_btn {
    /* padding: 16px 40px;
    background: #ffffff;
    border: 2px solid #3e369f;
    font-size: 20px;
    color: #3e369f;
    font-weight: 600;
    border-radius: 12px;
    line-height: 24px; */

    padding: 16px 40px;
    background: transparent;
    border: 2px solid #121419;
    font-size: 20px;
    font-weight: 600;
    border-radius: 20px;
    line-height: 24px;
    /* background: -webkit-linear-gradient(60deg,#00BBF880, #365DFEB8); */
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
  }
  .theardBlock_Text_parent {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    padding-top: 16px;
    margin-right: 0rem !important;
  }
  .Process_Hedding {
    font-size: 1.6rem;
    padding-bottom: 35px;
  }
  .BoxHeadding {
    font-size: 18px;
  }
  .MainHedding6thBlock {
    font-size: 1.6rem;
  }
  .Box6thmaiv_Headding {
    font-size: 20px;
  }
  .FaqHeadding {
    font-size: 1.6rem;
  }
  .FaqBoxHeadding {
    font-size: 16px;
  }
  .accordion-body {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
  }

  .ParaGetStart {
    width: 90%;
  }
  .WhiteButtonGetStart {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    padding: 20px 40px;
  }
  .GetstartButtonContainer {
    padding-bottom: 40px;
  }
  .FooterLogoPara {
    width: 75%;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 0px;
  }
  .FooterLink {
    padding-top: 80px;
  }
  .OlaImgsty {
    padding-top: 80px;
  }
  .FooterPara {
    padding: 20px 0px 0px;
  }
  .FooterBlockContainer {
    padding: 80px 20px 40px 20px;
  }
  .FooterLogoSty {
    font-size: 22px;
  }
  .FooterPara {
    text-align: justify;
  }
  .navbar-nav {
    width: 77%;
    /* margin-left: -46px;
    padding-left: 52px; */
  }
  .ContainerWidthSlider {
    max-width: 380px;
    margin: auto;
  }
  .carousel-control-prev {
    display: none;
  }
  .carousel-control-next {
    display: none;
  }
  .navbarMargin {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .Process_Hedding {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: #121419;
    text-align: center;
    /* padding-top: 50px; */
    padding-bottom: 0px;
  }
  .BoxParentStyle {
    padding-top: 40px;
  }
  .Display_nuber_Img {
    padding-top: 40px;
  }
  .BoxHeadding {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-top: 16px;
  }
  .BoxPara {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-right: 0rem;
    padding-top: 8px;
  }
  .ResposivePadding {
    /* padding-top: 40px; */
  }
  .MainHedding6thBlock {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #ffffff;
    text-align: center;
    padding: 40px 0px 40px 0px;
  }
  .PesponsiveImagPadding6th {
    padding-top: 32px;
  }
  .Box6thmaiv_Headding {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    padding-top: 37px;
  }
  .AddPaddin6thblock {
    padding: 42px 32px;
  }
  .Box6thPara {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    padding-top: 12px;
    margin-bottom: 0px;
  }
  .responsiveMargin {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .FaqHeadding {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
  }
  .FaqPadding {
    padding-top: 20px;
    padding-bottom: 78px;
  }
  .FaqBlockContainer .accordion-flush .accordion-item {
    margin: 18px;
  }
  .accordion-button {
    padding: 10px 20px;
  }
  .HeadingGetStart {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    text-align: center;
    padding-top: 40px;
  }
  .ParaGetStart {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .carousel-indicators {
    margin-bottom: 0rem;
  }
  .carousel-inner {
    padding-bottom: 48px;
  }
  .MobileImgWidth {
    width: 48px;
  }
  .MobileImgWidthNumber {
    width: 40px;
  }
  .Container5thBloc .row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .mobileresponsive6thBlock {
    width: 48px;
  }
  .accordion-button::after {
    background-size: 1rem;
  }
  .accordion-body {
    padding: 2px 20px;
  }
  /* .NavLinkStyle li a {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    padding-top: 32px;
  } */
  .navbar-light .navbar-nav .nav-link:hover {
    color: #74a6fe;
}
  .navbar-light .navbar-nav .nav-link {
    color: #121419;
}
  .active {
    /* font-weight: 700 !important; */
    color: #00BBF880 !important;
}
  .form-inline {
    padding-top: 32px;
    padding-left: 6rem;
  }
  .carousel-control-next {
    display: none !important;
  }
  .AddPadingCircleArrow {
    padding: 0px 0px 0px 20px !important;
  }
  .ulstylink li {
    padding-left: 0rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ResponsivFristBlock .row {
    margin-right: calc(var(--bs-gutter-x) / -5);
    margin-left: calc(var(--bs-gutter-x) / -5);
  }
  .firstBlock_subpara_text {
    margin-right: 0rem;
  }
  .Display_nuber_Img {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .accordion-button {
    box-shadow: 0px 3px 30px rgb(38 33 98 / 0%);
  }
  .accordion-button:not(.collapsed) {
    box-shadow: 0px 3px 30px rgb(38 33 98 / 0%);
  }
  .FaqBlockContainer .accordion-flush .accordion-item:hover {
    border-color: #3e369f1f !important;
  }
  .Get_btn_Mobile {
    /* background: #ffffffe0;
    padding: 16px 40px;

    border: 2px solid #3e369f;
    font-size: 20px;
    color: #3e369f;
    font-weight: 500;
    border-radius: 40px;
    line-height: 24px; */

    padding: 16px 40px;
    /* background: #ffffff; */
    border: 2px solid #7ac7fc;
    font-size: 20px;
    font-weight: 600;
    border-radius: 40px;
    line-height: 24px;
    background: -webkit-linear-gradient(60deg,#00BBF880, #365DFEB8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .TopPaddingMob {
    padding-top: 60px;
  }
  .imgArrowDisplydesk {
    display: none;
  }
  .offcanvas-collapse {
    top: 81px !important;
  }
  .FaqBlockContainer .accordion-body {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 0px 20px 10px 20px;
    color: #121419B8;
  }
  .FaqBlockContainer .accordion-button {
    padding: 10px 20px;
  }
  /* .ModalContactHeaddingText {
    padding: 0px 0px 0px 60px;
  } */
  .Testimonialpara {
    width: 100%;
    font-size: 15px;
}
}
@media only screen and (max-width: 425px) {
  .amount_but {
    font-size: 18px;
  }
  .zoomlogo{
    width: 100%;
    margin: 0px 0%;
}
}
@media only screen and (max-width: 384px) {
  .amount_but {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 15px 0px 15px 13px;
  }
  .FaqBlockContainer {
    width: 380px;
    margin: auto;
  }
  .NavLinkStyle li a {
    font-size: 18px;
    line-height: 6px;
  }
  .form-inline {
    padding-top: 32px;
    padding-left: 4rem;
  }
  .ModalHeaddingText {
    font-size: 25px;
  }
  .modal-body {
    padding: 12px;
  }
  /* .ModalContactHeaddingText {
    padding: 40px 0px 0px 100px;
  } */
}
@media only screen and (max-width: 375px) {
  .logoCenterText2 {
    font-size: 22px;
  }
  .logoDisplay1 {
    display: block;
  }
  .FaqBlockContainer {
    width: 350px;
  }
  .FooterLogoSty {
    font-size: 18px;
  }
  .navbar-nav {
    width: 100%;
    margin-left: -46px;
    padding-left: 52px;
  }
  .saprater {
    height: 170px;
  }
  .navbarMargin {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .amount_but {
    font-size: 16px;
    padding: 12px 16px;
  }
  .firstBlock_subpara_text {
    margin-right: 0rem;
  }
  .AddMargin {
    padding: 24px 20px;
  }
  .logoCenterText2 {
    font-size: 25px !important;
  }

  .ArrowIconParent {
    padding: 10px;
    width: 50px;
    height: 50px;
  }
  .NavLinkStyle li a {
    font-size: 18px;
    line-height: 6px;
  }
  .form-inline {
    padding-top: 32px;
    padding-left: 4rem;
  }
  .ModalHeaddingText {
    font-size: 25px;
  }
  .modal-body {
    padding: 12px;
  }
  .ModalContactHeaddingText {
    /* padding: 0px 0px 0px 90px; */
    font-size: 24px;
  }
  .FaqBlockContainer .accordion-body {
    font-size: 12px;
  }
}

@media only screen and (max-width: 320px) {
  .FaqBlockContainer {
    width: 318px;
  }
  .amount_but {
    font-size: 11px;
  }
  .ArrowIconParent {
    padding: 7px;
    width: 52px;
    height: 52px;
  }
  .saprater {
    height: 195px;
  }
  .firstBlock_Text {
    line-height: 25px;
  }
  .logoCenterText2 {
    font-size: 16px;
  }
  .firstBlock_Text {
    font-size: 1.3rem;
  }
  .firstBlock_para_text {
    font-size: 14px;
  }
  .firstBlock_subpara_text {
    font-size: 10px;
  }
  .theardBlock_Text {
    font-size: 1.3rem;
  }
  .theardBlock_Text_parent {
    font-size: 13px;
  }
  .theardBlock_Text_pare_second {
    font-size: 12px;
  }
  .get_start_btn {
    font-size: 12px;
  }
  .Process_Hedding {
    font-size: 1.3rem;
  }
  .BoxHeadding {
    font-size: 16px;
  }
  .BoxPara {
    font-size: 12px;
    margin-right: 1rem;
  }
  .Display_nuber_Img {
    margin-right: 0rem;
  }
  .MainHedding6thBlock {
    font-size: 1.3rem;
  }
  .FaqHeadding {
    font-size: 1.3rem;
  }
  .Box6thmaiv_Headding {
    font-size: 18px;
  }
  .Box6thPara {
    font-size: 14px;
  }
  .FaqBoxHeadding {
    font-size: 12px;
  }
  .HeadingGetStart {
    font-size: 1.3rem;
  }
  .ParaGetStart {
    font-size: 13px;
  }
  .WhiteButtonGetStart {
    font-size: 12px;
  }
  .FooterLogoSty {
    font-size: 16px;
  }
  .FooterLink p {
    font-size: 14px;
  }
  .navbar-nav {
    width: 88%;
    margin-left: -46px;
    padding-left: 52px;
  }
  .navbarMargin {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .logoCenterText2 {
    font-size: 25px !important;
    width: 65%;
  }
  .NavLinkStyle li a {
    font-size: 18px;
    line-height: 6px;
  }
  .ModalHeaddingText {
    font-size: 25px;
  }
  .modal-body {
    padding: 12px;
  }
  .ModalContactHeaddingText {
    /* padding: 0px 0px 0px 60px; */
    font-size: 24px;
  }
  .offcanvas-collapse {
    top: 76px !important;
}
}

/* Navbar css */
/* @media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 79px;
   
    bottom: 0;
    right: 0;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #ffffff;
    box-shadow: 0px 3px 20px rgb(38 33 98 / 8%) !important;
    transition: transform 0.7s ease-in-out, visibility 0.7s ease-in-out;
  }

  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(100%);
  }
 
} */

/* animation css */

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 83px;

    bottom: 0;
    right: -100%;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    overflow-y: auto;
    visibility: hidden;
    background-color: #ffffff;
    box-shadow: 0px 3px 20px rgb(38 33 98 / 8%) !important;
    transition: transform 0.6s ease-in-out, visibility 0.6s ease-in-out;
  }

  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
  .navbar-expand-lg .navbar-collapse {
    display: block !important;
    flex-basis: auto;
    visibility: visible;
    justify-content: start;
  }
}

/* ===============================validation Error ==========================================*/
.parsley-errors-list li {
  width: 100%;
  list-style-type: none;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  font-weight: 500;
  line-height: 17px;
  /* border: 1px solid #cc1e47; */
  /* background: #cc1e47; */
  color: #ff2b2b;
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input.parsley-error {
  color: #ff2b2b !important;
  border: 2px solid #ff2b2b !important;
  background-color: #ff2b2b14;
}
.parsley-errors-list {
  padding: 10px 0px 0px 0px;
}

/* input.parsley-error {
  color: #b94a48 !important;
  background-color: #f2dede !important;
  border: 1px solid #eed3d7 !important;
} */

/* Safari css */

/* @media screen and (max-width: 800px) {
  .logoCenterText1 {
    color: red !important;
  }
} */

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .ModalFaqs .closeIconModale {
      width: 25px;
      height: 25px;
      font-size: 29px;
      border-radius: 50% !important;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #3e369f33;
      color: #3e369f;
    }
  }
}
