/* Fonts */
@font-face {
  font-family: "Proxima-Nova-Regular";
  src: url(../font/Proxima-Nova-Regular.otf);
}
@font-face {
  font-family: "Proxima-Nova-Regular-Italic";
  src: url(../font/Proxima-Nova-Regular-Italic.otf);
}
@font-face {
  font-family: "Proxima-Nova-Bold";
  src: url(../font/Proxima-Nova-Bold.otf);
}
@font-face {
  font-family: "Proxima-Nova-Bold-Italic";
  src: url(../font/Proxima-Nova-Bold-Italic.otf);
}
@font-face {
  font-family: "Proxima-Nova-Light";
  src: url(../font/Proxima-Nova-Light.otf);
}
@font-face {
  font-family: "Proxima-Nova-Light-Italic";
  src: url(../font/Proxima-Nova-Light-Italic.otf);
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
body {
  background-color: #fff;
  font-size: 0.9rem;
  font-family: "Proxima-Nova-Regular", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  /*font-family: 'Arial', Helvetica, Arial, sans-serif; */
}
.main-margin-top {
  margin-top: 2.9em;
}
@media (min-width: 768px) {
  .wipro-logo {
    width: 68px;
    margin-left: 0.5rem;
    margin-right: 1em;
  }
}
.wipro-logo-image {
  background: url(../images/wipro-logo.svg) no-repeat left top;
  height: 34px;
  width: 76px;
}
.wipro-logo-white {
  background: url(../images/wipro-logo-white.png) no-repeat left top;
  height: 34px;
  width: 76px;
}
.wipro-logo {
  display: inline-block;
  vertical-align: middle;
  width: 88px;
  margin-left: 0;
  margin-right: 0;
  border-right: 1px solid #fff;
}
.wipro-logo2 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
}
.wipro-logo-image2 {
  background: url(../images/wipro-logo-white.png) no-repeat left top;
  height: 34px;
  width: 77px;
}
.module-logo {
  color: #fff;
  position: relative;
  top: 0;
}
.navbar.navbar-home-page .module-logo {
  color: #333;
}
.navbar-toggler {
  padding: 5px;
}
.module-logo:before {
  content: " ";
  display: inline-block;
  background-color: #fcb814;
  border-radius: 1em;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
}
.module-name {
  position: absolute;
  font-weight: bold;
  left: 0.6rem;
  white-space: nowrap;
  color: #2b0060;
}
.navbar-brand.navbar-brand-hompage {
  width: 276px;
  height: 38px;
}
@media (min-width: 768px) {
  .navbar-brand.navbar-brand-hompage {
    width: 300px;
  }
}
.navbar.navbar-home-page a.nav-link {
  color: #074da2;
  font-weight: bold;
  font-size: 1.1em;
  margin: 0 0.5em;
}
.navbar.navbar-home-page .mega-content h6 {
  color: #074da2;
  font-weight: bold;
  font-size: 1.1em;
}
.navbar.navbar-home-page a.nav-link.active {
  text-decoration: underline;
}
.navbar-primary {
  box-shadow: 1px 1px 3px 1px #0000005e;
}
.vertically-middle {
  transform: translateY(-50%);
  top: 50%;
  position: relative;
}
.vertically-bottom {
  transform: translateY(-100%);
  top: 100%;
  position: relative;
}
.col-height {
  min-height: 400px;
}
.font-size-2 {
  font-size: 2em;
}
.font-size-3 {
  font-size: 3em;
}
.font-size-4 {
  font-size: 4em;
}
.font-size-5 {
  font-size: 5em;
}
.font-size-6 {
  font-size: 6em;
}
.mt-250 {
  margin-top: 250px;
}
.text-shadow {
  text-shadow: 2px 2px 6px #000;
}
.login-modal .modal-header {
  padding: 2rem 2rem 0 2rem;
  border-bottom: 0;
}
.login-modal .modal-body {
  padding: 2rem;
}
.login-modal input[type="checkbox"] {
  margin-right: 1.5em;
}
.login-modal .form-check {
  position: relative;
  display: block;
  padding-left: 0;
}
.login-modal input[type="checkbox"]:before {
  content: "";
  border: 1px solid #999;
  background-color: #fff;
  width: 2em;
  height: 2em;
  position: absolute;
  border-radius: 0.2em;
  bottom: 0;
}
.login-modal input[type="checkbox"]:checked:before {
  border: 2px solid #666;
  font-family: "bootstrap-icons", sans-serif;
  font-weight: normal;
  font-style: normal;
  content: "\F26E";
  text-align: center;
  line-height: 1;
  color: #0089cf;
  font-size: 1.8em;
  width: 1.1em;
  height: 1.1em;
}
.bg-cloud {
  width: 300px;
  height: 180px;
  background: url("../images/cloud.svg") left top no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 60px;
}

.bg-cloud2 {
  width: 300px;
  height: 189px;
  background: url(../images/cloud-baloon1.png) left top no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 74px;
}
.margin-top-322 {
  margin-top: 322px;
}

@media (max-width: 420px) {
  .bg-cloud {
    width: 276px;
    height: 180px;
    background-size: contain;
    padding-top: 55px;
  }
}
@media (max-width: 912px) {
  .bg-cloud-align {
    margin: 0 0;
  }
}
.medadv360-text {
  margin-top: 1em;
  font-size: 1.5rem;
  font-weight: 700;
  color: #32284f;
}
h2.heading2 {
  font-size: 38px;
  font-weight: bold;
  margin-left: 9px;
}
@media (max-width: 540px) {
  h2.heading2 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 1.5em;
  }
}
h2.heading3 {
  font-size: 48px;
  font-weight: bold;
}
h3.subheading {
  font-size: 2em;
  font-weight: bold;
}
h3.subheading2 {
  font-size: 24 !important;
  font-weight: bold;
}
p.para-text1 {
  font-size: 1.5em;
}
p.para-text2 {
  font-size: 1.3em;
}
p.para-text3 {
  font-size: 24px;
}
p.para-text4 {
  font-size: 1.3em;
  padding-top:1em;
  padding-right:2em;
}
.dark-blue {
  color: #382356;
}
.dark-turquoise {
  color: #3397b2;
}
.light-orange {
  color: #ffcd2e;
}
.light-orange:hover,
.light-orange:focus {
  color: #ffcd2e;
  text-decoration: none;
}
.dark-orange {
  color: #f1802b;
}
.medium-blue {
  color: #0939b6;
}
.medium-blue2 {
  color: #074da2;
}

.dark-blue-bg {
  background-color: #382356;
}
.dark-blue2 {
  color: #355493;
}
.dark-blue-2{
  color:#342254;
  font-size: 40px;
}
.text-shadow1 {
  text-shadow: 2px 2px 5px #000000a3;
}
.medium-bg-blue2 {
  color: #3397b2;
}
.column-content2 {
  column-count: 2;
  column-gap: 40px;
}
@media (max-width: 420px) {
  .column-content2 {
    column-count: 1;
  }
}
.secondary-nav-container {
  padding: 3em;
  border: 1px solid #848484;
  border-top-width: 0;
  /* box-shadow: 0px 2px 2px 0 #33333359;*/
}
.btn-primary {
  background-color: #382356;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #fff;
  border: 1px solid #382356;
  color: #382356;
}
.btn-secondary {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: #ccc;
  border: 1px solid #333;
  color: #fff;
}
.btn-link {
  background-color: #382356;
  border-radius: 2em;
  padding: 0.3em 2em;
  color: #fff;
  text-decoration: none;
}
.btn-link:hover,
.btn-link:focus {
  color: #382356;
  background-color: #fff;
  box-shadow: 0 0 3px 3px #8b8b8bbd;
}
.btn-link2 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding: 0.5em 1.5em;
  background-color: #fff;
  border: 1px solid #000;
}
.btn-link2:hover,
.btn-link2:focus {
  color: #000;
  box-shadow: 0 0 3px 3px #fff;
}
.btn-link3 {
  background-color: #fff;
  border-radius: 2em;
  border: 1px solid #000;
  padding: 0.5em 1.5em;
  color: #000;
  text-decoration: none;
}
.btn-link3:hover,
.btn-link3:focus {
  color: #fff;
  background-color: #382356;
  box-shadow: 0 0 3px 3px #8b8b8bbd;
}
.btn-light-blue {
  background-color: #3498b3 !important;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 2em;
  margin-bottom: 1em;
}
 /*.btn-light-blue:hover,
.btn-light-blue:focus {
  background-color: #fff;
  color: #3498b3 !important;
  border: 1px solid #3498b3;
} */
.btn-light-green {
  background-color: #7abf64!important;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 2em;
  margin-bottom: 1em;
}
/*.btn-light-green:hover,
.btn-light-green:focus {
  background-color: #fff;
  color: #7abf64 !important;
  border: 1px solid #7abf64;
}*/
.btn-orange {
  background-color: #f57f2a;
  border: 2px solid #f57f2a;
  color: #fff;
  font-weight: bold;
  padding: 0.3em 0.7em;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
  background-color: #fff !important;
  border: 2px solid #f57f2a;
  color: #f57f2a !important;
}
.border-separater {
  border-left: 1px solid #fff;
  margin: 1em auto;
  max-width: 1em;
}
@media (max-width: 912px) {
  .border-separater {
    border-bottom: 1px solid #fff;
    margin: 2em auto;
    max-width: none;
  }
}
.isometric-image1 {
  background: url("../images/homepage-isometric-img.webp") center top no-repeat #fff;
  background-size: contain;
  height: 58vw;
}

.feature-icon2 {
  margin: -2.5em auto 2em;
}
.feature-box3 {
  border: 1px solid #ccc;
  text-align: center;
  padding: 25px;
  /* margin: 20px 0; */
  position: relative;
  box-shadow: 2px 2px 5px 5px #ececec;
  border-radius: 0.5em;
}
.feature-box3-min-height {
  min-height: 250px;
}
.feature-box3:hover {
  box-shadow: 2px 2px 5px 5px #999;
}
/* --- Cards slider:start -- */
.card-thumb.slider-img1 {
  background-image: url("../images/slider-img1.png");
}
.card-thumb.slider-img2 {
  background-image: url("../images/slider-img2.png");
}
.card-thumb.slider-img3 {
  background-image: url("../images/slider-img3.png");
}
.card-thumb.slider-img4 {
  background-image: url("../images/slider-img4.png");
}
.card-thumb.slider-img5 {
  background-image: url("../images/slider-img5.png");
}
.card-thumb.slider-img6 {
  background-image: url("../images/slider-img6.png");
}
.card-thumb.slider-img7 {
  background-image: url("../images/care360-thumbnail.png");
}
.card-thumb.slider-img8 {
  background-image: url("../images/slider-img8.png");
}
.card-thumb.slider-img9 {
  background-image: url("../images/slider-img9.png");
}
.card-thumb.slider-img10 {
  background-image: url("../images/slider-img10.png");
}
.card-thumb.slider-img11 {
  background-image: url("../images/slider-img-11.png");
}
.card-thumb.slider-img12 {
  background-image: url("../images/slider-img12.png");
}
.card-thumb {
  border-radius: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 73%;
  width: 11em;
  height: 11em;
  text-align: center;
  position: relative;
  box-shadow: 6px 6px rgb(0 0 0 / 28%);
  display: inline-block;
}
.card-thumb-text {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.card-thumbs .col-sides {
  width: 100%;
}
.card-thumbs .col-sm-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .card-thumbs .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .card-thumbs .col-sides {
    width: 100%;
  }
}
.slick-prev:before {
  content: "\F129";
}
.slick-next:before {
  content: "\F133";
}
.slick-prev:before,
.slick-next:before {
  font-family: "bootstrap-icons", sans-serif;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #382356;
}
/* --- Cards slider:end -- */
@media (min-width: 1200px) {
  .card-thumbs .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 7px;
    margin-bottom: 0;
  }
  .card-thumbs .col-sides {
    width: 2%;
  }
}
/* Case study */
.case-study-card {
  box-shadow: 0 3px 3px 3px #50505063;
  min-height: 100%;
  max-width: 90%;
  margin: 0 auto;
}
.list-type2 {
  font-size: 1.3em;
}

/* Top navigation Mega menu: start */
.nav-item.dropdown {
  position: relative;
}
.nav-link.dropdown-toggle.show {
  text-decoration: underline;
}
.dropdown-menu.mega-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-width: 0;
  width: fit-content;
  font-size: 1.1em;
  margin-top: -5px;
}
@media (max-width: 420px) {
  .dropdown-menu.mega-menu {
    overflow: auto;
    max-height: 50vh;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu.mega-menu {
    left: 50%;
    transform: translate(-44%, 6px);
    width: max-content;
  }
}
.mega-menu .list-group .list-group-item {
  border-width: 0;
  padding: 0.5em 0;
  /* color: #034ea2; */
  color: #074da2;
}
.mega-menu .list-group .list-group-item:hover {
  text-decoration: underline;
}
.mega-menu h6 {
  font-weight: bold;
}

/* Top navigation Mega menu: end */

/* Footer : Contact us styles: start */
.footer-wi {
  background-color: #335591;
  color: #fff;
  font-size: 1.5em;
}
.footer-cs {
  background-color: #382356;
  color: #fff;
}
.footer-cs p {
  font-size: 1.2em;
}
.footer-cs p.bi:before {
  margin-right: 0.5em;
}
ul.social-links {
  list-style: none;
  font-size: 1.4em;
  font-weight: 600;
  margin: 0;
  padding: 0.1rem;
}
ul.social-links li {
  display: inline;
  margin: 0.5em;
}
ul.social-links li a {
  color: #afc9f5;
}
ul.social-links li a:hover,
ul.social-links li a:focus,
ul.social-links li a:active {
  color: #fff;
}

.wipro-dots {
  background: url(../images/wipro-dots.webp) 80% top no-repeat transparent;
  background-size: contain;
  width: 237px;
  height: 223px;
  margin: 0 auto 2em;
}
.contactus-text {
  padding-top: 30%;
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
.container-box {
  padding: 2rem 0;
}

@media (max-width: 420px) {
  .container-box {
    padding: 2rem 0.5rem;
  }
}
.bg-gray {
  background-color: #ededed;
}
.footer {
  background-color: #000;
  color: #fff;
  font-size: 1.2em;
}
.footer a {
  color: #fff;
}
.footer a:hover,
.footer a:focus,
.footer a:active {
  color: #fff;
  text-decoration: none;
}
/* Footer : Contact us styles: end */

.demologin a:hover {
  color: white;
  text-decoration: none;
}
#demologin {
  text-decoration: none;
}

#schedule-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 99999;
  display: none;

  backdrop-filter: blur(5px);

  transition: backdrop-filter 0.5s ease;
  transition: all ease-in-out 1s;
}
#schedule-demo-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  z-index: 99999;
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.schedule-background {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

.schdule-content-container {
  position: absolute;
  z-index: 99;
  font-size: 0.9em;

  max-width: 65%;

  background-color: rgba(250, 250, 256, 1);
  border-radius: 0.8rem;

  /* min-height: 85vh; */
}

.schedule-container {
  max-height: 95vh;
  overflow-y: scroll;
}

.schedule-demo-wipro-logo {
  position: absolute;

  border-radius: 0.8rem;
  background: url("../images/Wipro-Dots.png") 95% no-repeat;
  background-size: contain;
  background-color: #fff;
  /* height: 100%; */
  width: 100%;
min-height: 95vh;
  z-index: 9;
}
#success-message, #error-message{
  font-weight: 900;
    font-size: 1.2rem;
    color: green;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#error-message{
  color:red
}
.schedule-demo-wipro-logo-sm {
  display: none;
  background: url("../images/Wipro-Dots.png") 95% no-repeat;
  width: 36px;
  height: 32px;
  background-size: contain;

  position: absolute;
  right: -12px;
}
#modalIFrame {
  position: absolute;
  width: 100%;
  height: 100%;

  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

.iframe-body {
  background-color: transparent;
}

.schedule-close-icon {
  position: absolute;
  top: -14px;
  right: -14px;
  height: 28px;
  width: 28px;
  border-radius: 5rem;

  background-color: white;

  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 8px;

  color: #382356;

  cursor: pointer;
}
.schedule-check-box > p,
.schedule-check-box .form-check-input,
.schedule-check-box .form-check-label {
  font-size: 0.9rem;
}

#schedule-demo-modal .form-control {
  background-color: rgba(256, 256, 256, 1);
}
.cap{
  text-transform: capitalize;
}
#schedule-demo-form {
  position: relative;
  z-index: 10;
  margin-left: 35px;
}

#floating-schedule-modal {
  border-radius: 50%;
  background-size: contain;
  position: fixed;
  border: 3px solid #006ec6;
  bottom: 8px;
  right: 16px;
  z-index: 1;

  background-image: url("../images/schdemo.gif");
  background-color: #fff !important;

  user-select: none;
  background-repeat: no-repeat;

  width: 4rem;
  height: 4rem;

  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: solid 2px transparent;

  transition: all 0.5s ease-in-out;

  color: black;
  font-size: 1rem;
  font-weight: bolder;
}

#floating-schedule-modal:hover {
  box-shadow: 1px 1px 15px 0px #007aff;
}

@media (max-width: 1024px){
  .schedule-demo-wipro-logo {
    background-image: unset;
  }
  .schedule-demo-wipro-logo-sm {
    display: inline-flex;
  }
}
@media (max-width: 600px) {
  .schdule-content-container {
    margin: 1rem 1rem;
    max-width: 100% !important;
  }

  .schedule-container {
    height: 95vh;
    overflow-y: scroll;
  }
  .schedule-check-box > p,
  .schedule-check-box .form-check-input,
  .schedule-check-box .form-check-label {
    font-size: 0.9rem;
  }
}

@media (max-width: 700px) {
  .isometric-image1 {
    background: url("../images/homepage-isometric-img.webp") center top no-repeat #fff;
    background-size: contain;
    height: 58vw;
  }
}
.white-text{
  color: white;
}
.logo-ibm{
  width: 8em;
}
.logo-ms{
  width: 14em;
}
.logo-ensono{
  width: 12em;
}
/* Below class are important for hover effect and transition in desktop */

@media all and (min-width: 1200px) {

  .navbar .dropdown-menu-end { right: 0; left: auto; }

  .navbar .nav-item .dropdown-menu { display: block; opacity: 0; visibility: hidden; transition: .7s; margin-top: 0; }

  .navbar .nav-item:hover .nav-link { color: #074DA2; }

  .navbar .dropdown-menu.fade-down { top: 80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }

  .navbar .dropdown-menu.fade-up { top: 100%; }

  .navbar .nav-item:hover .dropdown-menu { transition: .7s; opacity: 1; visibility: visible; top: 100%; /*transform: rotateX(0deg);*/ }

}
.schedule-demo-wipro-logo-sm1 {

  background: url("../images/wipro-dot.png") 75% no-repeat;
  width: 50px;
  height: 50px;
  background-size: contain;
  position: absolute;
  right: -45px;
  bottom: 0;
  display: inline-flex;
  
}

.infocrossing-container{

  display: flex;
  justify-content: flex-end;
  align-items: flex-start;

  flex-direction: column;
}
h1#thank-you-text {
  background-image: url(../images/bg-image1.jpg);
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 2.8rem;
  font-weight: 600;
}
.text-box{font-size: large;
  width: 186px;
height: 30px;
 position:absolute;
  margin-top: 2.3rem;
  left: 7px;
  color: white;
  background: #382356;
  text-align: center;
}
.text-box1{
  font-size: large;
  width: 200px;
height: 35px;
  position: absolute;
  margin-top: 31.4rem;
  margin-left:10em;
  left:6px;
  color: white;
  background: #382356;
  text-align: center; 
  padding-top:0.3em;
}
.caurosal-link{
  color:#342254;
  text-decoration: none;
}
.font-size2{

  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 37px;
  text-align: center;
  margin-right: 4em;
  

}
.caurosal-link1{
  color:#000000;
  text-decoration: none;
}
.text-color1{
  color:#342254;
  font-size:1.5rem;
}
.caurosal-link2{
  color:#342254;
  text-decoration: none;
  font-size:3rem;
}
.carousel-height1{
  height:620px;
  padding-left:6px;
}
 @media (min-width: 767px) and (max-width:821px) {
  .carousel-height1 {
    height: 895px;
}
.m-cara-0{
  margin-right: 0;
}
} 
@media (min-width: 1023px) and (max-width:1025px) {
  .carousel-height1 {
    height: 698px;
}
}
.homespace{
  margin-top:3rem;
}
.cloud{
  padding-right:3rem;
  padding-top: 4rem;
}
.previosarrow{
  background-color: black;
  padding-left:1rem;
 
}
.arrowright{
  
  right:-46px;
  width:2em
  
}
.arrowleft{
  
  left:-46px;
  width:2em
}
@media screen and (max-width:1200px){
  .schdule-content-container {
    max-width: 900px !important;
  }
}
@media screen and (max-width:1400px){
  .schdule-content-container {
    max-width: 1000px !important;
  }
}
@media screen and (min-width:1401px){
  .schdule-content-container {
    max-width: 1200px !important;
  }
}

.dropdown1 {
  color: #747677;
}

.thankyoumargin{
margin-left: 6rem;
}
@media(min-width:767px) and (max-width:1025px){
  .thankyoumargin{
    margin-left: 0rem;
    }
}
@media(min-width:374px) and (max-width:376px){
.close-width-sm{
 right:1rem;
 width: 8%;
}
}
@media(min-width:377px) and (max-width:415px){
  .close-width-sm{
   top:0%;
   width: 13%;
   right:1%;
  }
 
  }
  @media(min-width:535px) and (max-width:542px){
    .close-width-sm{
    
     width: 9%;
    }
    }
.link{
  color:#007aff;
  text-decoration: none;
}

@media screen and (min-width:913px){
  .contactusthankyou{
    margin-left:16rem;
  }
  .schedule-close-icon{
    
    right:-2px;
   }
}
h2.heading-2 {
  font-size: 38px;
  font-weight: bold;
  margin-left: -2px;
}
.address-spacing{
  padding-left: 14px;
}
.address-align{
  text-indent: -14px;
  margin-left: 10px;
  padding-left: 20px;
}
.line-height{
  line-height:2.32rem;
}
@media(min-width:413px) and (max-width:500px){
  .schedule-close-icon {
      right: 7px;
      top: 1px;
  }
}
@media(min-width:767px) and (max-width:818px){
  .schedule-close-icon {
      right: 15px;
      top: 6px;
  }
  .m-25{
    margin-left:13px;
  }
  }
  @media (min-width:818px) and (max-width:822px){
    .ipad-close {
        right: 6px;
        top: 6px;
    }
    .m-25{
      margin-left:25px;
    }
    } 

    .para-20{
      margin-left: 5px;
    }
.consent{
  margin-top: -15px;
}
.consentCon{
  margin-left: -3px !important;
  margin-top: 2px;
}
@media (max-width: 700px){
  .isometric-image-1 {
      background: url(../images/homepage-isometric-img.webp) center top no-repeat #fff;
      background-size: cover;
      height: 66vw;
  }
  }

  #g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
  }

  .rc-anchor-aria-status {
     display: block;
}
.btn-link4{
  background-color:#382356;
  border-radius: 2em;
  border: 1px solid #000;
  padding: 0.75em 1.5em;
  color: #fff;
  text-decoration: none;
}
.h2.headings2 {
  font-size: 34px;
  font-weight: bold;
  margin-left: 9px;
}
.icon-hexagon {
    background: url(../images/icon-hexa.PNG) center 46% no-repeat #342254;
    background-size: 60% 60%;
}
.container-box-1 {
  padding: 0rem 0;
}
.btn-light-green-1{
  background-color: #7abf64!important;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 1.9em;
  margin-bottom: 1em;
  margin-left: 0.7em;
}
.btn-light-blue-1 {
  background-color: #3498b3 !important;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 2.1em;
  margin-bottom: 1em;
  margin-left: 0.6em;
}
@media (max-width:700px){
  .btn-light-green-1 {
    margin-left: -0.4em;
  }
}
@media (min-width:767px) and (max-width:821px){
  .btn-light-green-1 {
    padding: 0.5em 1.1em;
    margin-left: -0.4em;
  }
}
@media (max-width:700px){
  .btn-light-blue-1 {
    margin-left: -0.4em;
  }
  }
@media (min-width:767px) and (max-width:821px){
.btn-light-blue-1 {
  padding: 0.5em 1.1em;
  margin-left: -0.4em;
}
}
.btn-light-blue-2 {
  background-color: #3498b3 !important;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 3.1em;
  margin-bottom: 1em;
  margin-left: 0.5em;
} 
.btn-light-green-2 {
  background-color: #7abf64!important;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 2.5em;
  margin-bottom: 1em;
  margin-left: 0.5em;
}
@media (min-width:767px) and (max-width:821px){
  .btn-light-green-2 {
    padding: 0.5em 1.5em;
  }
}
@media (min-width:767px) and (max-width:821px){
  .btn-light-blue-2 {
    padding: 0.5em 2.2em;
  }
} 
.btn-link5 {
  background-color: #3594AC;
  border-radius: 2em;
  /* border: 1px solid #000; */
  padding: 0.75em 1.5em;
  color: #fff;
  text-decoration: none;
}
.mega-menu .list-group .list-group-item-1 {
  color:#f57f2a;
  border-width: 0;
  padding: 0.5em 0;
}
@media (min-width:389px) and  (max-width:411px){
  .text-box1 {
    position: absolute;
    margin-top: 13em;
    margin-left: 1.5em;
}
}
@media (min-width: 412px) and (max-width: 415px){
.text-box1 {
    position: absolute;
    margin-top: 14.2em;
    margin-left: 2em;
} 
}
@media (min-width:416px) and  (max-width:430px){
  .text-box1 {
    position: absolute;
    margin-top: 15em;
    margin-left: 2em; 
}
}
@media (min-width: 539px) and (max-width: 541px){
.text-box1 {
    position: absolute;
    margin-top: 21em;
    margin-left: 6em;
}
}
@media (min-width:542px) and  (max-width:767px){
  .text-box1 {
    position: absolute;
    margin-top: 14.2em;
    margin-left: 2em; 
}
}
@media (min-width:768px) and  (max-width:821px){
  .text-box1 {
    position: absolute;
    margin-top: 28em;
    margin-left: 10em; 
}
}

