@font-face {
  font-family: 'Museo';
  src: local('Museo 100'), local('Museo-100'),
    url('../fonts/Museo-100.woff2') format('woff2'),
    url('../fonts/Museo-100.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo';
  src: local('Museo 300'), local('Museo-300'),
    url('../fonts/Museo-300.woff2') format('woff2'),
    url('../fonts/Museo-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo';
  src: local('Museo 700'), local('Museo-700'),
    url('../fonts/Museo-700.woff2') format('woff2'),
    url('../fonts/Museo-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo';
  src: local('Museo 500'), local('Museo-500'),
    url('../fonts/Museo-500.woff2') format('woff2'),
    url('../fonts/Museo-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo';
  src: local('Museo 900'), local('Museo-900'),
    url('../fonts/Museo-900.woff2') format('woff2'),
    url('../fonts/Museo-900.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rupee';
  src: local('Rupee'),
    url('Rupee.woff2') format('woff2'),
    url('Rupee.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

body {
  overflow-x: hidden;
  font-family: "museo";
  font-weight: 300;
}

.f100 {
  font-weight: 100;
}

.f100 {
  font-weight: 300;
}

.f100 {
  font-weight: 500;
}

.f100 {
  font-weight: 700;
}

.f100 {
  font-weight: 900;
}

.container__sm {
  max-width: 1000px;
  margin: 0 auto;
}

.container__lg {
  max-width: 1280px;
}

a,
li {
  text-decoration: none !important;
  cursor: pointer;
  list-style: none;
}

.mb40 {
  margin-bottom: -40px;
}

button {
  cursor: pointer;
}
input:focus{outline: 0;}

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

.HeroBanner__section {
  position: relative;
}

.HeroBanner__inner {
  background-image: url(../img/hero_img.png);
  width: 100%;
  background-position: inherit;
  background-size: cover;
  /* height: 100vh; */
  height: 881px;
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
}

.HeroBanner__inner::after {
  content: " ";
  background-image: url(../img/rough_bg.png);
  position: absolute;
  bottom: -9rem;
  height: 235px;
  width: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.HeroContiner {
  padding: 5rem 5rem 0rem 5rem;
  text-align: center;
}

.HeroBanner__content h1,
h2 {
  font-size: 127px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 4px 2px rgb(0 0 0 / 57%);
  text-transform: uppercase;
}

.HeroBanner__content h3 {
  font-size: 51px;
  font-weight: 700;
  color: #000;
  margin-top: -15px;
}

.HeroBanner__content p {
  font-size: 30px;
  color: #fff;
  margin-top: 10px;
  font-weight: 300;
  padding-bottom: 25px;
}

.HeroBanner__content p span {
  color: #fff;
  font-weight: 700;
  margin-right: 10px;
}

.HeroButton {
  text-align: center;
}

.HeroButton a {
  background-color: #fff;
  padding: 14px 7px 16px 7px;
  border-radius: 12px;
  margin-right: 7px;
  margin-left: 7px;
  border: 1px solid currentColor;
}

.HeroButton a i {
  font-size: 32px;
  position: relative;
  display: inline-block;
  top: 8px;
  padding-right: 4px;
}

.btn__size {
  display: inline-block;
  padding: 10px 12px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}

.GreenGradient__color {
  background: -webkit-linear-gradient(0deg, #009804 0%, #01c928 100%);
}

.BlueGradient__color {
  background: -webkit-linear-gradient(0deg, #001144 0%, #0052a1 100%);
}

#Whatsapp {
  color: #01b91d;
}

#facebook {
  color: #072166;
  font-size: 28px;
}

.copyLink__btn {
  position: relative;
  width: 82%;
  margin: auto;
  padding: 25px 0;
}

.copyLink__btn input {
  display: block;
  width: 100%;
  border: 1px solid currentColor;
  outline: 0;
  background: #fff;
  font-size: 25px;
  padding: 7px 110px 7px 10px;
  position: relative;
  border-radius: 12px;
}

.copyLink__btn button {
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  border: 0;
  outline: 0;
  cursor: pointer;
  background: -webkit-linear-gradient(0deg, #006db9 0%, #0095d9 100%);
  padding: 10px 12px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}

/* earn Rewards*/
.Earn_rewardsSec {
  padding: 60px 0px;
}

.Earn_rewardsSec .EarnTitle {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.Earn_rewardsSec .EarnTitle h4 {
  text-align: center;
  color: #00abd8;
  font-weight: 700;
  font-size: 38px;
}

.Earn_rewardsSec .EarnReawards__block {
  position: relative;
  width: 65%;
  margin: 0 auto;
  max-height: 240px;
}

.Earn_rewardsSec .EarnReawards__block::after {
  content: " ";
  position: absolute;
  width: 100%;
  border: 4px solid #a4c743;
  top: 35%;
  border-radius: 10px;
  left: 0;
  z-index: 1;
  height: 100%;
}

.Earn_rewardsSec .EarnReawards__block .earnRewards__icon img {
  margin: 0 auto;
  display: block;
  z-index: 10;
  position: relative;
  padding-bottom: 25px;
  width: 180px;
}

.Earn_rewardsSec .EarnReawards__block .EarnRewards__content p {
  text-align: center;
  font-size: 20px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding: 0px 39px;
  line-height: 40px;
  font-weight: 500;
}

/* Save Big Section */
.SaveBig__section {
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.SaveBig__section .SaveBig__Title h4 {
  text-align: center;
  font-size: 38px;
  color: #000;
  font-weight: 700;
  padding-bottom: 5rem;
}

.SaveBig__section .SaveBig__column {
  text-align: center;
  position: relative;
  padding: 10px 10px;
  border-radius: 4px;
  background: #fff;
  padding-bottom: 5rem;
}

.SaveBig__section .SaveBig__column .Saveicon__Box img {
  /* width: 150px; */
  /* height: 190px; */
}

.SaveBig__section .SaveBig__column .Saveicon__Box {
  height: 255px;
}

.SaveBig__section .SaveBig__column h6 {
  font-size: 20px;
  font-weight: 500;
  padding-top: 20px;
}

.height_adjusticon4 {
  height: 167px !important;
}

.SaveBig__columnBottom {
  text-align: center;
}

.Saveicon__BoxBottom {
  height: 200px;
}

.Saveicon__BoxBottom img {
  max-width: 100%;
}

.SaveBig__columnBottom h6 {
  font-size: 20px;
  font-weight: 500;
  padding-top: 20px;
  text-align: center;
}

/* Here Section */
.HereWhat__sec {
  position: relative;
}

.HereWhat__sec .HereWhat__boxes {
  width: 90%;
  margin: auto;
  position: relative;
}

.HereWhat__sec .HereWhat__boxes .HereWhat_icon img {
  width: 100%;
}

.HereWhat__sec .HereWhat__boxes .HereWhat__content {
  padding-top: 20px;
  text-align: center;
}

.HereWhat__sec .HereWhat__boxes .HereWhat__content p {
  color: #000;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
}

.HereWhat__sec h5 {
  color: #00abd8;
  font-weight: 700;
  font-size: 38px;
  text-align: center;
  padding-bottom: 4rem;
}

.After_plus::after {
  content: " + ";
  position: absolute;
  right: -45px;
  top: 125px;
  font-size: 45px;
  font-weight: 700;
}

.GetLInk__buttons {
  padding: 60px 0px 50px 0px;
  text-align: center;
}

.GetLInk__buttons a {
  text-align: center;
  padding: 12px 65px;
  background: #00abd8;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  border-radius: 160px;
  text-transform: uppercase;
}

/* holiday slider */
.HolidaySection {
  background: -webkit-linear-gradient(0deg, #f4e27b 30%, #bad547 100%);
  padding: 5rem 0 8rem 0;
  position: relative;
  overflow: hidden;
}

.HoidaySection__Titile h5 {
  color: #00abd8;
  font-weight: 700;
  font-size: 38px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 3rem;
  line-height: 44px;
}

/* .holidaySlider_Wrap {
  padding-bottom: 4rem;
} */

.Holiday_slider .item {
  padding: 7px;
  border-radius: 4px;
}

.HolidaySlider__inner img {
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  border: 4px solid #fff;
  box-shadow: 0 3px 4px 0 rgb(0 0 0 / 65%);
  position: relative;
  width: 92% !important;
  margin: 0 auto;
}

.overlay__content {
  position: absolute;
  bottom: 38px;
  left: 73px;
}

.overlay__content p {
  color: #ffda05;
  text-shadow: 0 3px 2px rgb(0 0 0 / 41%);
}

.overlay__content span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 3px 2px rgb(0 0 0 / 41%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000);

}

.HolidaySlider__inner .imgs img::after {
  content: "";
  position: absolute;
  background-color: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.imgs {
  position: relative;
}

.Holiday_slider .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: -27px;
}

.Holiday_slider .owl-nav .owl-next {
  position: absolute;
  right: -25px;
  top: 41%;
}

.Holiday_slider .owl-nav button img {
  width: 40px;
}

.HolidaySection::before {
  content: " ";
  background-image: url(../img/test_bg.png);
  position: absolute;
  left: 0;
  width: 100%;
  height: 160px;
  top: -145px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.HolidaySection::after {
  content: " ";
  background-image: url(../img/bootm_png.png);
  position: absolute;
  left: -5px;
  height: 240px;
  background-position: center;
  width: 103%;
  bottom: -25%;
}

.refre_btn {
  text-align: center;
  margin-top: -3rem;
}

.refre_btn a {
  text-align: center;
  padding: 12px 65px;
  background: #00abd8;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  border-radius: 160px;
  text-transform: uppercase;
  z-index: 100;
  position: relative;
}

/*  */

.acc_title h5 {
  border-bottom: 0;
  display: block;
  margin-bottom: 0px;
  padding-right: 60px;
  position: relative;
  cursor: pointer;
  font-size: 25px;
  color: #000;
  font-weight: 400;
}

.acc_title::after {
  width: 18px;
  height: 18px;
  border-right: 4px solid #706f6f;
  border-bottom: 4px solid #706f6f;
  position: absolute;
  right: 40px;
  content: " ";
  top: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}

.acc__panel {
  display: none;
}

.acc__panel p {
  font-size: 17px;
  line-height: 45px;
  color: #000;
  margin-top: 20px;
  width: 95%;
  padding-top: 15px;
}

.FAQSection {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.FAQSection h6 {
  color: #00abd8;
  font-weight: 700;
  font-size: 38px;
  text-align: center;
  margin-bottom: 3rem;
}

.acc_card {
  padding: 24px 15px;
  border-radius: 12px;
  border: 2px solid #000000a8;
  margin-bottom: 25px;
  position: relative;
}

.acc_title.active::after {
  transform: rotate(-136deg);
  top: 40px;
}

/* about */
.AboutMahindra_section {
  padding: 4rem 0;
}

.ab_container {
  width: 90%;
  margin: 0 auto;
}

.AboutMahindra__inner h1 {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 50px;
}

.AboutMahindra__inner h1 span {
  font-weight: 800;
}

.AboutMahindra__inner img {
  width: 100%;
  border: 10px solid #fff;
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

.AboutMahindra__inner p {
  padding-top: 50px;
  font-size: 24px;
  font-weight: 100;
  line-height: 44px;
}

.aboutSection2 {
  background-image: url(../img/bgorange1.png);
  padding: 9rem 0 5rem 0;
  position: relative;
  background-position: center;
  overflow: hidden;
  background-size: cover;
}

.aboutSection2::before {
  content: " ";
  background-image: url(../img/test_bg.png);
  position: absolute;
  left: 0px;
  height: 240px;
  background-position: center;
  width: 100%;
  top: -148px;
}

.aboutSection2::after {
  content: " ";
  background-image: url(../img/bootm_png.png);
  position: absolute;
  left: 0px;
  height: 240px;
  background-position: center;
  width: 100%;
  bottom: -11%;
}

.aboutSection2 .aboutSerction__content {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

.aboutSection2 .aboutSerction__content h4 {
  font-size: 38px;
  color: #fff;
  font-weight: 900;
  text-shadow: -1px -1px 0 #ff9800, 1px -1px 0 #ff9800, -1px 1px 0 #ff9800,
    1px 1px 0 #ff9800;
}

.aboutSection2 .aboutSerction__content h3 {
  padding-bottom: 24px;
  font-size: 25px;
  color: #fff;
  font-weight: 900;
  margin: 0 auto;
  line-height: 30px;
  padding-top: 15px;
}

.aboutSection2 .aboutSerction__content p {
  color: #fff;
  font-size: 25px;
  margin: 0 auto;
  line-height: 40px;
  padding: 30px 0px;
}

.aboutSection2 .aboutSerction__content .hr__top {
  background: #fff;
  height: 2px;
  display: block;
  margin: 0 auto;
}

.aboutSection2 .aboutSerction__content .hr__bottom {
  background: #fff;
  height: 2.5px;
  display: block;
  margin: 0 auto;
  margin-bottom: 70px;
}

.AboutInput_group {
  position: relative;
}

.AboutInput_group input {
  color: #e68700;
  position: relative;
  background: #fff;
  border: 1px solid #fff;
  width: 100%;
  border-radius: 200px;
  padding: 25px 20px 25px 115px;
  margin-bottom: 50px;
  box-shadow: 0 7px 7px rgb(0 0 0 / 14%), 0 6px 4px rgb(0 0 0 / 7%);
}

.AboutInput_group img {
  position: absolute;
  left: 40px;
  top: 10px;
  z-index: 5;
  width: 37px;
}

#mobile_icon {
  width: 32px;
  top: 11px;
}

#usericons {
  width: 37px;
  top: 14px;
}

.yes__button {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

.yes__button a {
  background: -webkit-linear-gradient(0deg, #1c9e46 0%, #76bf43 100%);
  padding: 20px 30px;
  border-radius: 200px;
  color: #ffff;
  font-size: 25px;
  font-weight: 700;
  border: 1px solid #fff;
}

.clamier__text {
  font-size: 17px !important;
  font-weight: 300;
  color: #000 !important;
  text-align: center;
}

.clamier__text strong a {
  font-weight: 700;
  color: #000;
}

/* text top */
.text__top h4 {
  text-align: center;
  color: #00abd8;
  font-weight: 700;
  font-size: 38px;
  padding-bottom: 4rem;
  padding-top: 31px;
}

.ImagesSection__wraps {}

.imagesWidth {
  margin: 0 auto;
  display: block;
}

.imagesHash {
  padding-bottom: 30px;
}

.imagesHash img {
  width: 95%;
  border-radius: 60px 0px 66px 0px;
  border: 4px solid #fff;
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
  object-fit: cover;
  object-position: center;
  height: 250px;
  background-color: #656464;
}

.ImagesVertical_Content h5 {
  font-size: 18px;
  font-weight: 500;
  padding-left: 20px;
  color: #fff;
}

.ImagesVertical_Content {}

.col_md_4 {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.col_md_8 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.imagesWidth .row {
  justify-content: center;
  vertical-align: middle;
  align-items: center;
}

.video_section {
  background: -webkit-linear-gradient(0deg, #f4e27b 30%, #bad547 100%);
  padding: 5rem 0 9rem 0;
  position: relative;
  overflow: hidden;
}

.video_section h5 {
  text-align: center;
  color: #00abd8;
  font-weight: 700;
  font-size: 38px;
  padding-bottom: 4rem;
  padding-top: 40px;
}

.video_sectionWrap {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  height: 250px;
  padding-bottom: 3rem;
  position: relative;
}

.video_sectionWrap h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-transform: uppercase;
}

.video_section::before {
  content: " ";
  background-image: url(../img/test_bg.png);
  position: absolute;
  left: 0px;
  height: 240px;
  background-position: center;
  width: 100%;
  top: -148px;
}

.video_section::after {
  content: " ";
  background-image: url(../img/bootm_png.png);
  position: absolute;
  left: 0px;
  height: 240px;
  background-position: center;
  width: 100%;
  bottom: -25%;
}

.text_centers h5 {
  text-align: center;
  color: #00abd8;
  font-weight: 700;
  font-size: 38px;
  padding-bottom: 4rem;
  padding-top: 40px;
}

.members_btn {
  text-align: center;

  padding-bottom: 5rem;
}

.members_btn a {
  background: -webkit-linear-gradient(0deg, #1c9e46 0%, #76bf43 100%);
  padding: 20px 30px;
  border-radius: 200px;
  color: #ffff;
  font-size: 20px;
  font-weight: 900;
  border: 1px solid #fff;
}

.termsCondition{
  max-width: 95% !important;
  margin-top: 5px;
  color: #000000;
}

.AboutInput_group input::placeholder {
  color: #e68700;
}

/* top video */
.TopVideo__section {
  padding: 3rem 0;
}

.TopVideo__Container {
  width: 90%;
  margin: 0 auto;
}

.TopVideo__Container h1 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  line-height: 35px;
  
}

.TopVideo__Container h3 {
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  line-height: 35px;
  color: #00abd8;
}

.TopVideo__wrap {
  padding-top: 4rem;
}

.imagesVideos {
  width: 100%;
  border: 10px solid #fff;
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
  position: relative;
}

#videoicons {
  position: absolute;
  z-index: 10;
  width: 70px;
  height: 70px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video_wraps_img {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  width: 100%;
}

.video_wraps_img iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border: 10px solid #fff;
  box-shadow: 0 -3px 12px rgb(0 0 0 / 14%), 0 6px 4px rgb(0 0 0 / 7%);
}

.videoImges__link {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border: 10px solid #fff;
  box-shadow: 0 0px 13px rgb(35 35 35 / 26%), 0 6px 4px rgb(0 0 0 / 7%);
}

.clamier__text {
  position: relative;
  padding-bottom: 40px;
  padding-top: 22px;
  display: block;
}

.clamier__text input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

/* .clamier__text label{
  
display: inline-block;
  
padding-left: 20px;
  
font-size: 13px;
} */
/* .clamier__text input[type="checkbox"] + label:before {
  content: "\f00c";
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: 0.2s;
  font-family: "Font Awesome 5 Free";
} */

.clamier__text label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #090909;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%),
    inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

/* .clamier__text label::after {
  content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(
45deg
);
} */

.clamier__text input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.clamier__text label {
  position: relative;
  left: 0;
  font-size: 12px;
  display: inline-block;
  width: max-content;
}

.video_sectionWrap {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  width: 90%;
  margin: 0 auto;
}

.video_sectionWrap iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.TopVideo__Container h5 {
  text-align: center;
  color: #00abd8;
  font-weight: 700;
  font-size: 38px;
  padding-bottom: 1rem;
  padding-top: 1px;
}

.Holiday_slider .owl-nav button {
  outline: none !important;
}

.imagesboxes___wrap {
  position: relative;
}

.ImagesVertical_Content::after {
  position: absolute;
  left: 5px;
  top: initial;
  bottom: 0;
  content: '';
  width: 92%;
  height: 99%;
  background: transparent linear-gradient(180deg, rgba(26, 29, 45, 0) 0%, rgba(26, 29, 45, 1) 100%) 0% 0% no-repeat;
  border-radius: 0px 0px 64px 0px;
  z-index: -1;
}

.ImagesVertical_Content {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 37px;
  z-index: 1;
  padding: 20px 15px;
}


/* ///// code  For the location select box  */


.AboutInput_group select {
  color: #e68700;
  position: relative;
  background: #fff;
  border: 1px solid #fff;
  width: 100%;
  border-radius: 200px;
  padding: 25px 20px 25px 115px;
  margin-bottom: 50px;
  box-shadow: 0 7px 7px rgb(0 0 0 / 14%), 0 6px 4px rgb(0 0 0 / 7%);
}



/* team slider  */

.carousel-wrap {
  max-width: 1000px;
  margin: auto;
  position: relative;
}
.owl-carousel .owl-nav{
  overflow: hidden;
  height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2caae1;
}


.owl-carousel .item {
    text-align: center;
}
.owl-carousel .nav-btn{
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top:20px;
}


span.img-text {
  text-decoration: none;
  outline: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  cursor: pointer;
  width: 100%;
  font-size: 23px;
  display: block;
  text-transform: capitalize;
}
span.img-text:hover {
  color: #2caae1;
}

/*Slider css start*/
.owl-theme .item a{
  display: flex;
  border: 1px solid grey;
  border-radius: 10px;
}

.owl-theme .item p{
  padding: 20px;
}


.logo-details-box {
  display: flex;
  align-items: center;
  max-width: 560px;
  margin: auto;
  padding: 45px 0 50px;
}

.logo-details-box img {
  max-width: 186px;
}

.logo-details {
  padding-left: 40px;
}

.logo-details h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700
}

.logo-details-box h3 {
  color: #f89930;
  margin-bottom: 10px;
}

.logo-details-box p {
  margin: 0;
  font-weight: 400;
}

.logo-details-box a {
  font-weight: 700;
  color: #000;
}



.owl-carousel .prev-slide{
    background: url(https://freakyjolly.com/demo/jquery/OwlCarousel2/nav-icon.png) no-repeat scroll 0 0;
    left: -33px;
}
.owl-carousel .next-slide{
    background: url(https://freakyjolly.com/demo/jquery/OwlCarousel2/nav-icon.png) no-repeat scroll -24px 0px;
    right: -33px;
}

a.logo-block.activelogo:after {
  border: 3px solid #03b6e2;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  left: 0;
}
a.logo-block.activelogo {
  position: relative;
  border: 1px solid #a5a5a500;
}
a.logo-block {
  /* padding: 15px 10px; */
  border: 1px solid #a5a5a5;
  display: inline-block;
  display: flex;
  align-items: center;
  color: #000000;
  border-radius: 10px
}
.item a img {
  width: 60px !important;
}
.item a img {
  width: 88px !important;
}


.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  padding: 30px;
  border-radius: 30px !important;
}
#usericonsselect {
  width: 37px;
  top: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 17px !important;
  right: 10px !important;
  width: 20px ;
}
.select2-container .select2-selection--single .select2-selection__rendered {

  position: relative;
      top: -10px;
      right:145px;
      color:#e68700 !important;
  }
  .agree-terms{
    float:left; 
    width:2% !important;
  }
/*Slider css Ends*/


@media only screen and (max-width: 768px) {

  /* .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 181px !important;
  } */
  .select2-container .select2-selection--single .select2-selection__rendered {
    right:10px;
    }
    .agree-terms{

      float:left; 
      width:5% !important;
    }
}

select{
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat right 5px;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	 appearance: none;
   padding : 4px 20px
}

.btnSubmit{

  background: -webkit-linear-gradient(0deg, #1c9e46 0%, #76bf43 100%);
  padding: 20px 30px;
  border-radius: 200px;
  color: #ffff;
  font-size: 25px;
  font-weight: 700;
  border: 1px solid #fff;
}
/* .navCnt.vidCnt {
  height: 1000px  !important;
} */

.nonlogincopyLink__btn a {
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  border: 0;
  outline: 0;
  cursor: pointer;
  background: -webkit-linear-gradient(0deg, #006db9 0%, #0095d9 100%);
  padding: 20px 33px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

#nonLogin {
  display: block;
  width: 100%;
  border: 1px solid currentColor;
  outline: 0;
  background: #fff;
  font-size: 50px;
  padding: 7px 110px 7px 10px;
  position: relative;
  border-radius: 12px;
}

.nonlogincopyLink__btn {
  position: relative;
  width: 82%;
  margin: auto;
  padding: 25px 10px;
}

