@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');


html {
  scroll-behavior: smooth;
}


:root {
  --primary:#21467B;
  --secondary: #06FECA;
  --black: #000;
  --text-color: #282828;
  --white: #fff;
  --text-accent: #6d6e71;
}

* {
  margin: 0;
  padding: 0;
}


body {
  position: relative;
  font-weight: 400;
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
}

a, button {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, button:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul {
  list-style: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

p {
  margin: 0;
  font-size: 1.025rem;
  line-height: 1.83em;
  color: var(--text-color);
}

h1, h2, h3 {
  color: var(--white);
  text-transform: uppercase;
}

::placeholder {
  text-transform: capitalize;
  color: #d6d5d5;
  font-size: 1rem;
}


figure {
  margin: 0;
  position: relative;
}

.themeBtn:hover {
  background: linear-gradient(276deg, #01F5CB 10%, #1078B1 90%);
  color: var(--white);
}

section {
  position: relative;
  padding: 5rem 0;
}

.sectionHeading {
  font-size: 3rem;
  font-weight: 900;
  color: var(--black);
  text-transform: capitalize;
}

/* header */
.headBtn {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
flex: 0 0 25%;
}
.headBtn .themeBtn {
 height: 52px;
    width: auto;
    /*flex: 0 0 62%;*/
}
.Headpart-1 {
  background-color: transparent;
  padding: 10px 0;
}
.Headpart-2.newHead {
  display: none;
}
.flex-Head {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
}
.nav-1 ul li {
  display: inline-block;
  padding: 0 10px;
}

.nav-1 {
  display: flex;
  align-items: center;
  justify-content: end;
}

.nav-1 ul {
  margin: 0;
}

.nav-1 ul li a {
  color: var(--black);
  font-size: 1rem;
  font-family: "Poppins";
  font-weight: 500;
}

.nav-1 ul li a:hover {
  color: var(--primary);
}

.navigation .navbar-expand-lg .navbar-nav .nav-item .nav-link {
  color: var(--black);
  font-size: 1.125rem;
  padding: 0;
  font-weight: 600;
  text-transform: capitalize;
  transition: 1s cubic-bezier(.51,.92,.27,.96)!important;
  position: relative;
}

.navigation .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
  color: var(--black);
}
.navigation .navbar img {
  width: 80%;
}
.navigation .navbar-brand {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 800;
}
.head-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-evenly;
}

.head-buttons ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
}

.head-buttons ul li a {
  font-size: 1.125rem;
  color: white;
}
.navigation .navbar-expand-lg .navbar-nav .nav-item {
  padding: 20px 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
 gap: 35px;
}
.navigation .navbar {
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.navigation .navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
}
.subCont-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subCont-2 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.subCont-2 ul li a {
  color: var(--white);
  font-size: 1.5rem;
  position: relative;
}

.Headpart-last {
  display: none;
}
#button {
  display: inline-block;
  background-color: var(--secondary);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
}

#button:hover {
  cursor: pointer;
  background-color: #6f8d6a;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.headBtn .btn {
  padding: 0;
  background: transparent;
  border: none;
  color: black;
  position: relative;
  z-index: 111;
}

.headBtn .btn img {
  width: 100% !important;
}

.headBtn .btn-group {
  flex: 0 0 30%;
  gap: 9px;
}
.headBtn .btn:focus {
  outline: none;
  box-shadow: none;
  border: none;
  background: none;
  color: black;
}
.dropdown-menu a {
  display: block;
  padding: 10px;
}
/* main section */
.mainBanner {
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.mainBanner::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(360deg, #a57002 55%, rgb(0 0 0 / 48%) 100%);
  z-index: 1;
  opacity: 0.3;
  display: none;
}
.mainBanner h2 {
  font-size: 5.125rem;
  font-weight: 700;
  color: #fff;
  text-transform: none;
}
.banCont .overlay {
  height: 100%;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}

.bno-cont p {
color: white;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2rem;


}
.bno-cont img {
  
  object-fit: cover;
}
.ban-slide img {
  width: 100%;
}
.banSlider {
  margin: 0 !important;
}
.bno-cont p span {
  padding-right: 10px;
  font-size: 24px;
}
.banCont .bno-cont {
  position: relative;
  z-index: 111;
}
.banElm {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.banSlider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0;
  position: absolute;
  bottom: 50px;
  z-index: 11;
  align-items: center;
}
.banSlider .slick-dots li {
  display: flex;
  align-items: center;
  height: 2px;
  width: 30px;
  margin: 0 5px;
  padding: 0;
}
.banSlider .slick-dots button {
  display: block;
  width: 60px;
  height: 2px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(255,255,255,0.33);
  text-indent: -9999px;
}
.banSlider .slick-dots li.slick-active button {
  background-color: #ffff;
  height: 2px;
  width: 60px;
}
.banCont .overlay .themeBtn {
  height: 65px;
  width: 247px;
}

.mainBanner ul li {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: white;
  padding: 5px 0;
}

.mainBanner ul {
  margin: 30px 0;
}
.mainBanner ul li i {
  padding-right: 10px;
}
/* main section End */


/* services section */
.sect-head h4 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #1078B1;
  font-family: 'Lato';
  padding: 15px 0;
  margin: 0;
}

.sect-head p {
  font-size: 1.25rem;
  color: var(--black);
  font-weight: 800;
}

.ser-card {
  text-align: center;
  margin-top: 3rem;
  padding: 0 2rem;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    background: transparent;
  
   
}

.ser-card-hovered {
background: linear-gradient(100deg, #01F5CB 10%, #1078B1 90%);

}

.ser-card h3 {
  color: var(--black);
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 15px 0 10px;
}
.ser-card figure {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -22px;
}
.ser-card p {
  color: #7A7A7A;
  font-size: 1rem;
  font-weight: 400;
}
.ser-card-hovered img {
  filter: invert(1) saturate(1.5) hue-rotate(522deg) brightness(100);
 

}
.ser-card-hovered h3,.ser-card-hovered p{
  color: white;
}

.themebtn-div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
.ser-elm {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-10%);
}

.ser-sect {
  padding: 8rem 0 5rem;
}
/* services section end */


/* lap section */
.lap-sect {
  padding-top: 0;
}
.lap-cont {
  padding: 2.5rem 0;
}

.lap-cont h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 35px 0 5px;
  position: relative;
  left: 25px;
}

.lap-cont h4:before {
  content: '';
  height: 13px;
  width: 13px;
  background: linear-gradient(180deg, #1078B1, #01F5CB);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: -25px;
}

.lap-cont p {
  font-size: 1rem;
  color: #7A7A7A;
  padding-left: 25px;
  padding-right: 5rem;
}
/* lap section end */

/* engage section */

.eng-card {
  text-align: center;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.eng-card figure {
  height: 220px;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 50%;
  box-shadow: 0 7px 14px 0 rgba(0,0,0,0.25);
  margin-bottom: 2rem;
  transition: .3s all ease-in-out;
}

.eng-card h5 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  padding: 0 2.5rem;
}
.eng-card:hover figure {
  background: var(--secondary);
}

.eng-card:hover figure img {
  filter: brightness(0) invert(1);
}

.eng-card figure img {
  transition: .3s all ease-in-out;
}
/* engage section end */


/* step section */
.font-right {
  text-align: right;
}

.step-cont h3 {
  color: var(--black);
  text-transform: capitalize;
  font-size: 1.625rem;
  font-weight: 700;
}

.step-cont p {
  color: #7A7A7A;
  font-size: 1.125rem;
}

.bgc-primary {
  background-color: var(--primary);
  border-radius: 100px 0;
}
.step-sect {
  padding: 0 0 5rem;
}
.step-right {
  display: flex;
  align-items: center;
  justify-content: end;
}
.step-container {
  background: white;
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.15);
  border-radius: 53px;
  padding: 5rem 0;
}
.stepHeading {
  height: 220px;
  width: 220px;
  font-size: 7.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bgc-secondary {
  background-color: var(--secondary);
  border-radius: 100px 0;
}
.step-elm {
  position: absolute;
  bottom: 0;
  left: 0;
}
main.overlay-elment {
  position: relative;
}

main.overlay-elment:before {
  content: '';
  height: 45%;
  width: 100%;
  position: absolute;
  top: 0;
  background: url(../images/eng-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* step section end */


/* transction section */
.trans-sect:before {
  content: '';
  height: 70%;
  width: 100%;
  background: url(../images/trans-Bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
}
.trans-sect .sectionHeading {
  color: white;
  margin: 0;
}

.trans-sect p {
  color: white;
  padding: 20px 0;
  font-size: 1rem;
  line-height: 1.5;
}

.trans-cont h3 {
  text-align: center;
  color: #01F5CB;
  text-transform: none;
  font-size: 1.25rem;
  margin: 15px 0;
  font-weight: 700;
  line-height: 1.5;
}
.transBtn button {
  position: absolute;
  top: 0;
  font-size: 12rem;
  color: white;
  background: transparent;
  border: navajowhite;
}
.trans-cont img {
  border-radius: 20px;
  box-shadow: inset 0 0 10px 0px #000;
}

.transBtn button.prev {
  left: -135px;
}

.transBtn button.next {
  right: -135px;
}
.trans-cont figure {
  margin-top: 5rem;
}
/* transction section end */


/* contact section */
.subtitle {
  text-transform: none;
  font-size: 1.375rem;
  color: black;
  font-weight: 700;
  background: linear-gradient(to right, #01F5CB , #0048A2, #0048A2, #0048A2, #0048A2, #0048A2, #0048A2, #0048A2, #0048A2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cnt-cont p {
  color: #7A7A7A;
  font-size: 1rem;
}
#contact-form input::placeholder,#contact-form textarea::placeholder {
  color: #475F7B;
}
#contact-form input,#contact-form textarea {
  color: black;
}

.cnt-cont input {
  background: #F3F3F3;
  height: 72px;
  border-radius: 14px;
  margin: 5px 0;
  border: navajowhite;
  padding: 0 2rem;
}

.cnt-cont input::placeholder, 
.cnt-cont textarea::placeholder {
  color: black;
  font-weight: 700;
}
.cnt-cont input:focus, .cnt-cont textarea:focus {
  background: #F3F3F3;
  outline: none;
  box-shadow: none;
}
.cnt-cont form {
  margin-top: 2rem;
}
.cnt-cont textarea {
  background: #F3F3F3;
  height: 180px;
  border-radius: 14px;
  margin: 5px 0;
  border: navajowhite;
  padding: 2rem;
  resize: none;
}
.cnt-cont .themeBtn {
  width: 100%;
  border: none;
  margin: 6px 0;
  font-size: 1.5rem;
  font-weight: 900;
  height: 70px;
}
.cnt-cont .form-check-input {
  height: unset;
}
.cnt-cont .form-group {
  margin: 0;
}

.cnt-cont .form-group select {
  background: #F3F3F3;
  height: 72px;
  border-radius: 14px;
  margin: 5px 0;
  border: navajowhite;
  padding: 0 2rem;
  color: black;
  font-weight: 700;
}

.cnt-cont .form-group select:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.cnt-cont .form-check {
  padding: 0;
  margin-top: 18px;
}

.cnt-cont .form-check-label {
  padding-left: 25px;
}
.cnt-elm {
  position: absolute;
  top: 0;
  right: 0;
}
/* contact section end */


/* toggle section */
.toggle-sect::before {
  content: '';
  height: 70%;
  width: 100%;
  background-image: url(../images/tog-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
}
.doubleHeading {
  text-transform: none;
  color: black;
  font-weight: 700;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}

.doubleHeading span {
  color: var(--secondary);
  font-size: 28px;
  padding-right: 5px;
}

.tab-slider--nav {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: 2rem;
}

.tab-slider--tabs {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  background: #0048A2;
  height: 45px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 90px;
}
.tab-slider--tabs:after {
  content: "";
  width: 44%;
  background: white;
  height: 88%;
  position: absolute;
  top: 50%;
  left: 3px;
  transition: all 250ms ease-in-out;
  border-radius: 35px;
  transform: translateY(-50%);
}
.tab-slider--tabs.slide:after {
  left: 50%;
}

.tab-slider--trigger {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  transition: color 250ms ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
  width: 40px;
}
.tab-slider--nav p {
  font-size: 1.125rem;
  font-weight: 900;
  color: black;
}

.tab-slider--body {
  margin-bottom: 20px;
}
.package {
  background: #D4E7FF;
  padding: 3rem 4rem;
  border-radius: 44px;
  transition: .5s all ease-in-out;
  margin: 0 10px;
}

.package h3 {
  color: #000;
  font-size: 44px;
  text-transform: none;
  font-weight: 700;
  letter-spacing: -2px;
  margin: 26px 0;
}

.package p {
  font-size: 1.125rem;
  color: var(--primary);
  font-family: 'Lato';
  font-weight: 600;
}

.package h4 {
  font-size: 1.875rem;
  font-weight: 400;
  margin: 20px 0;
}

.package ul li {
  font-size: 1rem;
  line-height: 26px;
  padding: 3px 0;
}
.package ul li.not-exist-feature {
  opacity: 0.4;
  text-decoration: line-through;
}

.package ul li i {
  font-size: 12px;
  padding-right: 12px;
}

.package ul li i.fal.fa-check {
  font-size: 16px;
}

.package h5 {
  font-size: 1rem;
  margin: 20px 0;
}

.package ul:nth-child(5) {
  border-bottom: 1px solid #0048a236;
  padding-bottom: 1.5rem;
}
.pkgDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.pkgBtn {
  height: 60px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0048A2;
  color: white;
  font-size: 20px;
  font-weight: 900;
  border: 1px solid #0048A2;
}

.pkgBtn:hover {
  background: transparent;
  color: #0048A2;
}
.package.active h4 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.package.active h4 span {
  font-size: 13px;
}
/*
.package.active p {
  color: var(--secondary);
}
*/
.package:hover {
  background: white;
  transform: scale(1.07);
  position: relative;
  z-index: 1;
  box-shadow: 0 24px 84px 0 rgba(0,0,0,0.25);
}
/* toggle section end */


/* faq section */
.faq-cont .card-header button {
  width: 100%;
  height: 80px;
  background: #F3F3F3;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  font-size: 1.125rem;
  font-weight: 800;
  color: #000;
  border-radius: 0;
  text-align: left;
}

.faq-cont .card-header {
  padding: 0;
  border: 0;
  border-radius: 14px;
}

.faq-cont .card {
  border: none;
  margin: 12px 0;
  border-radius: 0;
  background: #F3F3F3;
}
.faq-cont .card-header button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.faq-cont {
  margin-top: 3rem;
}
.faq-cont .card-body {
  padding: 0 2rem 1.25rem;
  font-size: 15px;
  color: #7A7A7A;
}
.faq-sect {
  padding: 5rem 0;
  background: #ffffff91;
  padding-top: 0;
}
/* faq section end */


/* footer */
footer {
  background: var(--primary);
  padding: 5rem 0 1rem;
  text-align: center;
}
.foot-cnt ul.icon-list li a {
  font-weight: unset;
  font-size: 2.5rem;
}

.foot-cnt ul.icon-list li a:hover {
  color: var(--secondary);
}
footer ul {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot-cnt ul li a {
  font-size: 1.125rem;
  color: white;
  font-weight: 700;
}
.foot-cnt p {
  color: white;
  font-size: 13px;
  letter-spacing: 5px;
  margin-top: 4rem;
}
.foot-cnt ul {
  gap: 40px;
  margin: 30px 0 0;
}
.foot-cnt .form-inline .form-group {
  flex: 0 0 50%;
  position: relative;
}

.foot-cnt .form-inline .form-group input {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 0;
}
.foot-cnt .form-inline .form-group input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.foot-cnt .form-inline:before {
  content: '';
  position: absolute;
  height: 125%;
  width: 63%;
  background: white;
}
.foot-cnt .form-inline {
  justify-content: center;
  gap: 10px;
  position: relative;
  margin-top: 2rem;
}

.foot-cnt .form-inline .themeBtn {
  height: 50px;
  border: none;
  border-radius: 0;
  width: 160px;
  position: relative;
}
/* footer end */




a.menuLink:hover {
  color: var(--primary);
}

.image-wrapper {
  border-radius: 0;
  line-height: 1.6;
}

.image-wrapper img {
  height: auto;
  max-width: 100%;
  transition: 1s all ease-in-out;
}

.shine {
  position: relative;
  overflow: hidden;
}

.shine::before {
  background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 196, 0, 0.226) 100% );
  content: "";
  display: block;
  height: 100%;
  left: -83%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.shine:hover::before, .shine:focus::before {
  -webkit-animation: shine 0.85s;
  animation: shine 0.85s;
}

@-webkit-keyframes shine {
  100% {
      left: 125%;
  }
}

@keyframes shine {
  100% {
      left: 125%;
  }
}

.shine:hover img {
  transform: scale(1.1);
}

@keyframes pulse-animation {
  0% {
      box-shadow: 0 0 0 0px rgba(255, 153, 0, 0.2);
  }

  100% {
      box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
  }
}


/* hover efftects end */

header {
  padding: 20px 0 10px;
  position: absolute;
  width: 100%;
  z-index: 99;
  background: #FFFFFFA1;
}



.navbar {
  padding: 0px;
}

header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  transition: all 0.4s ease;
  z-index: 111111;
}
header.sticky {
  padding: 15px 20px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}


.navigation .navbar-expand-lg .navbar-nav .nav-item .nav-link:before {
  content: '';
  height: 2px;
  width: 0;
  background-color: var(--primary);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .3s all ease-in-out;
  display: none;
}

.navigation .navbar-expand-lg .navbar-nav .nav-item.active .nav-link:before {
  width: 100%;
}

.navigation .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover:before {
  width: 100%;
}

.themeBtn {
  height: 60px;
  padding: 13px 20px;
  color: #fff;
  font-size: 1.125rem;
  transition: 1s cubic-bezier(.51,.92,.27,.96)!important;
  border-radius: 14px;
  cursor: pointer;
  width: 220px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  background: linear-gradient(100deg, #01F5CB 10%, #1078B1 90%);
  text-transform: capitalize;
  font-weight: 900;
}
@-webkit-keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.lap-img img {
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
}
.row {
  margin: 0;
}
.cnt-cont.cnt-padding {
  padding-left: 5rem;
  background: white;
}
.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 19px;
  font-size: 1rem;
  line-height: 1.4;
  color: #475F7B;
  background-color: #FFF;
  border: 1px solid #DFE3E7;
  border-radius: .267rem;
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: 0 !important;
  left: unset;
}
input#mobile_code {
  width: 100%;
  padding: 0 0 0 2rem !important;
}
.intl-tel-input,
.iti{
  width: 100%;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
  margin: 5px 0;
  display: flex;
  flex-direction: row-reverse;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
  margin: 5px 0;
  display: flex;
  flex-direction: row-reverse;
}
.cnt-padding {
  width: 100%;
}
/*.iti.iti--container {
  display: none !important;
}*/
.iti__search-input {
  width: 100% !important;
    border-width: 0 !important;
    border-radius: 3px !important;
    padding: 9px 12px !important;
    height: unset !important;
    background:transparent !important;
}
.iti--allow-dropdown .iti__country-container, .iti--show-selected-dial-code .iti__country-container {
    right: 0 !important;
    left: auto !important;
    }
.cnt-cont .col-md-12, .cnt-cont .col-md-6, .cnt-cont .col {
  padding: 0 3px !important;
}
.foot-logo img {
  width: 12%;
  filter: brightness(0) invert(1);
}
.logo-div {
  flex: 0 0 15%;
}
.headBtn .dropdown-menu a {
  color: var(--primary);
}
.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}

body.homeBody {
  top: 0 !important;
}
div#google_element {
  position: absolute;
  z-index: 11111111;
  top: 55px;
  right: 8%;
  opacity: 0;
}
.goog-te-gadget .goog-te-combo {
  height: 55px;
  margin: 0;
  padding: 10px;
  border-radius: 10px;
  border-color: #06c9c2;
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
}

a.VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none;
}
/* Hide all options by default */
.goog-te-combo option {
  display: none !important;
}
.goog-te-combo:focus {
  opacity: 0;
}
/* Show options with specific values */
.goog-te-combo option[value="ar"],
.goog-te-combo option[value="en"],
.goog-te-combo option[value="fr"] {
  display: block !important;
}
.headBtn div#google_element .goog-te-combo:focus {
  opacity: 1;
}
.headBtn div#google_element {
  position: relative !important;
  top: unset !important;
  right: unset !important;
  z-index: 0;
  opacity: 1;
  width: 100%;
}
.navigation .collapse {
  flex: 0 0 60%;
}
.cnt-cont input#datepicker {
  width: 100%;
}
.headBtn .goog-te-gadget .goog-te-combo {
  position: unset;
  width: 100%;
}
/* Hide all options by default */
.headBtn div#google_element .goog-te-combo option {
  display: none !important;
}

/* Show options with specific values */
.headBtn div#google_element .goog-te-combo option[value="ar"],
.headBtn div#google_element .goog-te-combo option[value="en"],
.headBtn div#google_element .goog-te-combo option[value="fr"] {
  display: block !important;
}

/* New CSS */

 #google_element{
        display: none;
    }
    .lang-dropdown button {
        background: none !important;
    border: none !important;
    /*box-shadow: none !important;*/
    }
    .lang-dropdown button,.lang-dropdown button img,.lang-dropdown img {
        width: 30px !important;
    }
    .lang-dropdown .dropdown-menu {
      min-width: auto;
      left: 50%;
    transform: translateX(-50%);
    }
    .lang-dropdown .dropdown-menu a {
    
    padding: 7px;
}
.error {
    color: red;
}
/*#gridCheck {
    position: static;
}*/
.cnt-cont .form-check-label {
    padding-left: 25px;
}
 .msg_sent {
        /*background-color: black;*/
       /* color: white;*/
        font-size: 20px;
        
        display: none;
        text-align: center;
        width: 97%;
        
      }