@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: Montserrat Medium;
  src: url(../fonts/Montserrat-Medium.ttf);
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Regular;
  src: url(../fonts/Montserrat-Regular.ttf);
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Bold;
  src: url(../fonts/Montserrat-Bold.ttf);
  font-weight: 100;
  font-display: swap;
}

*,
.price,
button,
input {
  font-family: Montserrat Medium;
}

.disable-pointer-events {
  pointer-events: none;
}

.onpage-loader {
  z-index: 111;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.loader-container {
  z-index: 11111;
  position: fixed;
  min-width: 100vw;
  min-height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.loader {
  width: 50px;
  height: 50px;
  border: 5px solid #427bf9;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: 1s loader linear infinite;
  animation: 1s loader linear infinite;
  position: relative;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.cookies-container {
  z-index: 11111;
  position: fixed;
  min-width: 100vw;
  min-height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  display: none;
}

.cookies-container-show {
  display: block;
}

.cookies-box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 410px;
  padding: 40px 30px;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.cookies-box a {
  color: #427bf9;
}

.cookies-box button.cookies-btn {
  width: 100%;
  color: white;
  margin-top: 5px;
  background-color: #427bf9;
}

.cookie-img {
  width: 110px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
  border-radius: 50%;
  background-color: #fff;
}

@media (max-width: 767px) {
  #prev {
    width: 40px;
    height: 40px;
    background: url("../images/icons/left.png") no-repeat;
    background-size: contain;
    display: inline-block;
    padding: 0;
    position: relative;
    bottom: 39rem;
  }

  #prev:hover {
    width: 40px;
    height: 40px;
    background: url("../images/icons/right.png") no-repeat;
    background-color: transparent !important;
    background-size: contain;
    display: inline-block;
    transform: rotate(-180deg);
  }

  #next {
    width: 40px;
    height: 40px;
    background: url("../images/icons/left.png") no-repeat;
    background-size: contain;
    display: block;
    float: right;
    transform: rotate(-180deg);
    padding: 0;
    position: relative;
    bottom: 39rem;
  }

  #next:hover {
    width: 40px;
    height: 40px;
    float: right;
    transform: rotate(-360deg);
    background: url("../images/icons/right.png") no-repeat;
    background-color: transparent !important;
    background-size: contain;
    display: block;
  }
}

@media (max-width: 504px) {
  #prev {
    width: 28px;
    height: 28px;
    background: url("../images/icons/left.png") no-repeat;
    background-size: contain;
    display: inline-block;
    padding: 0;
    position: relative;
    bottom: 38rem;
  }

  #prev:hover {
    width: 28px;
    height: 28px;
    background: url("../images/icons/right.png") no-repeat;
    background-color: transparent !important;
    background-size: contain;
    display: inline-block;
    transform: rotate(-180deg);
  }

  #next {
    width: 28px;
    height: 28px;
    background: url("../images/icons/left.png") no-repeat;
    background-size: contain;
    display: block;
    float: right;
    transform: rotate(-180deg);
    padding: 0;
    position: relative;
    bottom: 38rem;
  }

  #next:hover {
    width: 28px;
    height: 28px;
    float: right;
    transform: rotate(-360deg);
    background: url("../images/icons/right.png") no-repeat;
    background-color: transparent !important;
    background-size: contain;
    display: block;
  }

  .section3 h2 {
    margin-top: 60px;
    /* color: #b21b1b; */
    font-size: 25px;
  }
}

@media (max-width: 442px) {
  #prev {
    width: 28px;
    height: 28px;
    background: url("../images/icons/left.png") no-repeat;
    background-size: contain;
    display: inline-block;
    padding: 0;
    position: relative;
    bottom: 35rem;
  }

  #prev:hover {
    width: 28px;
    height: 28px;
    background: url("../images/icons/right.png") no-repeat;
    background-color: transparent !important;
    background-size: contain;
    display: inline-block;
    transform: rotate(-180deg);
  }

  #next {
    width: 28px;
    height: 28px;
    background: url("../images/icons/left.png") no-repeat;
    background-size: contain;
    display: block;
    float: right;
    transform: rotate(-180deg);
    padding: 0;
    position: relative;
    bottom: 35rem;
  }

  #next:hover {
    width: 28px;
    height: 28px;
    float: right;
    transform: rotate(-360deg);
    background: url("../images/icons/right.png") no-repeat;
    background-color: transparent !important;
    background-size: contain;
    display: block;
  }

  .section3 h2 {
    margin-top: 60px;
    /* color: #b21b1b; */
    font-size: 25px;
  }
}

@media (max-width: 425px) {
  .cookies-box {
    width: 80%;
    font-size: 14px;
    padding: 15px 25px 25px 25px;
  }

  .cookies-box p {
    margin-bottom: 15px !important;
  }

  .cookie-img {
    width: 80px;
    padding: 8px;
  }

  .cookies-btn {
    font-size: 14px;
  }
}

.poppins-regular {
  font-family: Montserrat Regular;
}

.poppins-medium {
  font-family: Montserrat Medium;
}
.nav-a {
  color: #fff !important;
}
.purplebtn {
  background-color: #6c63ff !important;
}
.navbar {
  padding: 15px;
  width: 100%;
  background-color: transparent;
}

.navbar-nav a {
  color: #544e7a;
}

.navbar-brand {
  font-family: Montserrat Medium;
  color: #302d3a;
  font-size: 20px;
}

.navbar-nav {
  font-family: Montserrat Regular;
  margin-left: 5%;
}

.navbar-nav > li {
  text-align: center;
  margin-left: 25px;
  padding: 2px;
  font-size: 16px;
}

.navbar button {
  text-align: center;
  margin: 0;
  width: 15%;
  height: 1%;
  font-size: 14px;
  /* background-image: linear-gradient(to right, #427bf9, #427bf9, #427bf9, #427bf9); */
  background-color: #427bf9;
  border-radius: 4px;
  opacity: 1;
  font-family: Montserrat Regular;
  color: #ffffff;
}

.navbar button:hover {
  background-image: linear-gradient(to right, #222, #222, #222, #222);
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}
/* client slider*/

/*  */
.carousel1 {
  margin: 50px auto;
  padding: 0 178px;
}
.carousel1 .item {
  color: #999;
  overflow: hidden;
  height: 185px;
  font-size: 13px;
}
.carousel .media img {
  width: 150px;
  height: 150px;
  display: block;
  border-radius: 50%;
}
.logo-item {
  text-align: center;
  margin-left: -1px;
  padding: 30px;
}
.carousel-control-prev-icon {
  height: 59px;
  width: 37px;
  background-size: 100%, 100%;
  background-image: url(../icon/Arrow\ White.svg) !important;
  transform: rotate(180deg);
}
.carousel-control-next-icon {
  height: 59px;
  width: 37px;
  background-size: 100%, 100%;
  background-image: url(../icon/Arrow\ White.svg) !important;
}
.carousel-control-prev1-icon {
  height: 59px;
  width: 37px;
  background-size: 100%, 100%;
  background-image: url(../icon/Arrow\ Blue.svg) !important;
  transform: rotate(180deg);
}
.carousel-control-next1-icon {
  height: 59px;
  width: 37px;
  background-size: 100%, 100%;
  background-image: url(../icon/Arrow\ Blue.svg) !important;
}
.row a:hover {
  text-decoration: none;
  background-color: #222;
}

.list-unstyled {
  text-align: left;
  margin-top: 20%;
}

.list-unstyled li {
  margin-top: 4%;
}

.top {
  margin-left: 8%;
}

.copyright {
  color: #91929a;
  font-family: Montserrat Regular;
}

.copyright img {
  width: 10%;
  margin-left: 10%;
}

.cr {
  border-top: solid #37373d 1px;
}

@media (max-width: 991px) {
  .list-unstyled {
    margin-top: 5%;
    margin-bottom: 20%;
  }
  .row.mb-5.mt-5 .col-lg-3:nth-child(3) .list-unstyled {
    margin-bottom: inherit !important;
  }
  .container .row.mb-5 {
    margin-bottom: 0 !important;
  }
  .copyright .row {
    margin-top: 0 !important;
    padding-bottom: 55px;
  }
  .copyright .row > .col-lg-3 {
    text-align: center;
    margin: 0 auto 2rem !important;
  }
  .copyright .row > .col-lg-9 {
    text-align: center;
    margin: 2rem auto !important;
  }
  .copyright .row > .col-lg-3 a img {
    width: 25px;
    margin-left: 0;
    margin: 0 20px;
  }
  .col-lg-3.col-md-6 {
    width: 50%;
    padding: 0;
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 576px) {
  .copyright .row > .col-lg-3 {
    text-align: center;
    margin: 0 auto 1.2rem !important;
  }
  .copyright .row > .col-lg-9 {
    text-align: center;
    margin: 1.5rem auto !important;
  }
  .list-unstyled {
    margin-top: 5%;
    margin-bottom: 10%;
  }
  .container .container.pt-4 {
    padding-top: 0.1rem !important;
  }
}

@media (max-width: 425px) {
  .col-lg-3.col-md-6 {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .list-unstyled {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .row.mb-5.mt-5 {
    justify-content: center;
    margin-top: 12% !important;
  }
}

@media (max-width: 768px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}
/* display 3 */

@media (min-width: 768px) {
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
  }
  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
  }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.section1 {
  margin-top: -1px;
  background-color: #073042;
  font-family: Montserrat Bold;
  font-weight: bold;
  color: #fff;
  padding-bottom: 30px;
}

.particles-js-canvas-el {
  position: absolute;
  margin-top: -755px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#second2 {
  display: none;
}

#top {
  margin-top: 60px;
}

#top-right {
  font-size: 55px;
}

#top-right img {
  border-radius: 20px;
}

#left {
  font-size: 36px;
}

#left p {
  margin-top: 5%;
  font-weight: normal;
  font-family: Montserrat Regular;
  color: #fff;
  font-size: 20px;
}

#left button {
  text-align: center;
  margin: 0;
  width: 40%;
  padding-top: 2.6%;
  padding-bottom: 2.6%;
  font-size: 18px;
  background-color: #427bf9;
  border-radius: 0px;
  opacity: 1;
  font-family: Montserrat Regular;
  color: #ffffff;
}

#phonenumber {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  font-family: Montserrat Regular;
  width: 60%;
  height: 56px;
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

.section2 {
  color: #302d3a;
  margin-top: 3%;
  font-family: Montserrat Regular;
}

.section2 h2 {
  color: #302d3a;
  font-weight: 700;
}

.section2 h5 {
  font-size: 20px;
  font-weight: 700;
  color: #302d3a;
}
#change1 p {
  margin-top: 0.5rem;
}
.section2 p {
  font-size: 15px;
  color: #5f5982;
}

.section3 {
  font-family: Montserrat Regular;
  background-color: #efeff6;
  height: 760px;
}

/* .section3 h2 {
  margin-top: 60px;
  color: #000000;
} */

.buttons {
  margin-top: 4%;
}

#dropselect {
  margin-right: 5px;
  background-color: transparent;
  color: #000000;
  border: 0px;
}

#dropselect:focus {
  outline: 0px !important;
  box-shadow: none !important;
}

#dropselect option {
  background: #ffffff;
  color: rgb(0, 0, 0);
}

#dropselect1 {
  margin-right: 5px;
}

#drop1 {
  padding: 0;
  margin-top: 8%;
  margin-left: 5%;
}

#drop1 div {
  float: right;
  max-width: 150px;
}

#dropprev {
  width: 40px;
  height: 40px;
  margin-right: 40px;
  background: url("../images/icons/wleft.png") no-repeat;
  background-size: contain;
  display: inline-block;
}

#dropprev:hover {
  width: 40px;
  height: 40px;
  background: url("../images/icons/wright.png") no-repeat;
  background-size: contain;
  display: inline-block;
  transform: rotate(-180deg);
}

#dropnext {
  width: 40px;
  height: 40px;
  background: url("../images/icons/wleft.png") no-repeat;
  background-size: contain;
  display: block;
  float: right;
  transform: rotate(-180deg);
}

#dropnext:hover {
  width: 40px;
  height: 40px;
  float: right;
  transform: rotate(-360deg);
  background: url("../images/icons/wright.png") no-repeat;
  background-size: contain;
  display: block;
}

#dropdownMenuButton {
  background-color: transparent;
  color: #5f5982;
  margin-right: 5px;
  border: none;
}

#view {
  text-align: center;
  font-size: 15px;
  background-color: #427bf9;
  border-radius: 4px;
  opacity: 1;
  color: #ffffff;
  margin-left: 240px;
}

#view:hover {
  background-color: #222;
}

.white {
  border-radius: 6px;
  background-color: white;
}

@media (min-width: 1024px) {
  .white {
    max-width: 350px;
  }
}

#star img {
  margin-right: 1px;
  width: 24px;
  height: 24px;
}

#star {
  margin: 15px 0;
  font-size: 14px;
  margin-left: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 10px;
}

#rectangle {
  font-size: 80%;
}

#rectangle img {
  width: 40px;
}

#price {
  font-size: 16px;
  font-weight: bold;
  color: #f68c20;
}

@media (min-width: 767px) and (max-width: 992px) {
  #prev {
    width: 40px;
    height: 40px;
    background: url("../images/icons/left.png") no-repeat;
    background-size: contain;
    display: inline-block;
    padding: 0;
    position: relative;
    bottom: 5rem;
  }

  #prev:hover {
    width: 40px;
    height: 40px;
    background: url("../images/icons/right.png") no-repeat;
    background-color: transparent !important;
    background-size: contain;
    display: inline-block;
    transform: rotate(-180deg);
  }

  #next {
    width: 40px;
    height: 40px;
    background: url("../images/icons/left.png") no-repeat;
    background-size: contain;
    display: block;
    float: right;
    transform: rotate(-180deg);
    padding: 0;
    position: relative;
    bottom: 5rem;
  }

  #next:hover {
    width: 40px;
    height: 40px;
    float: right;
    transform: rotate(-360deg);
    background: url("../images/icons/right.png") no-repeat;
    background-color: transparent !important;
    background-size: contain;
    display: block;
  }
}

@media (min-width: 992px) {
  #prev {
    width: 40px;
    height: 40px;
    background: url("../images/icons/left.png") no-repeat;
    background-size: contain;
    display: inline-block;
    padding: 0;
    position: relative;
    bottom: 37rem;
  }

  #prev:hover {
    width: 40px;
    height: 40px;
    background: url("../images/icons/right.png") no-repeat;
    background-color: transparent !important;
    background-size: contain;
    display: inline-block;
    transform: rotate(-180deg);
  }

  #next {
    width: 40px;
    height: 40px;
    background: url("../images/icons/left.png") no-repeat;
    background-size: contain;
    display: block;
    float: right;
    transform: rotate(-180deg);
    padding: 0;
    position: relative;
    bottom: 37rem;
  }

  #next:hover {
    width: 40px;
    height: 40px;
    float: right;
    transform: rotate(-360deg);
    background: url("../images/icons/right.png") no-repeat;
    background-color: transparent !important;
    background-size: contain;
    display: block;
  }

  .section3 h2 {
    margin-top: 60px;
    color: #000000;
  }
}

.carousel-control-prev {
  padding: 0;
}

.section4 {
  padding: 2%;
  background-color: #5f5982;
  font-family: Montserrat Regular;
}

.section4 h3 {
  margin-top: 2%;
  color: #fff;
}

.section4 button {
  text-align: center;
  margin: 0;
  padding: 3%;
  width: 35%;
  background-color: #427bf9;
  border-radius: 0px;
  opacity: 1;
  font-family: Montserrat Regular;
  color: #ffffff;
}

#tick img {
  width: 21px;
}

#tick {
  width: 100%;
  font-family: Montserrat Regular;
  color: #5f5982;
  font-weight: 700;
}
#right {
  margin-top: 10%;
  margin-bottom: 5%;
}

.rounded {
  border-top-right-radius: 300px;
}

.section6 {
  font-family: Montserrat Regular;
  background-color: #efeff6;
  height: 530px;
}

.section6 h2 {
  margin-top: 12%;
  color: #000000;
}

#circle {
  max-width: 340px;
  padding: 25px;
  border-radius: 5px;
  background-color: #ffffff;
}

#circle p {
  margin: 0;
}

.ml-2 h5 {
  margin-bottom: 0;
}

.ml-2 > img {
  width: 40px;
  height: 40px;
  border-radius: 0 !important;
}

.mt-1 > img {
  width: 52px;
  width: 52px;
  border-radius: 50%;
}

.section7 {
  font-family: Montserrat Medium;
  margin-top: 5%;
}

.section7 input {
  font-size: 1%;
}

.copyright img {
  width: 10%;
  margin-left: 10%;
}

.cr {
  border-top: solid #37373d 1px;
}

.carousel-control-next,
.carousel-control-prev {
  top: auto;
}

.button2 img {
  background-color: #427bf9;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

#color {
  display: grid;
}

.content,
.overlay {
  grid-area: 1 / 1;
}

.overlay {
  /* box-shadow: 0px 8px 3px -2px #888; */
  width: 92%;
  height: 538px;
  border-radius: 40px;
  margin-top: 150px;
}

.content {
  overflow: hidden;
  margin-top: 259px;
}
.content img {
  width: 100%;
}

.content1 {
  margin-top: 75px;
  width: 300px;
  height: 80%;
}

#middle-box {
  margin: 0;
  width: 500px;
  height: 630px;
  border: none;
  border: solid 4px #427bf9;
  border-radius: 0px;
  border-top-right-radius: 150px;
  margin-left: 39px;
  margin-top: 0px;
}

#middle-box1 {
  margin-top: 40px;
  width: 500px;
  height: 630px;
}

#green {
  border: none;
  border-radius: 0;
  margin-top: 95px;
  margin-left: 0px;
  width: 328px;
  height: 279px;
  margin-top: 72%;
  background-color: #06b47e;
}

#green1,
#purple1,
#orange1,
#red1,
#gray1 {
  width: 238px;
  height: 375px;
  margin-left: 12%;
  margin-top: 45%;
}

#purple {
  border: none;
  border-radius: 0;
  margin-top: 95px;
  margin-left: 0px;
  width: 328px;
  height: 279px;
  margin-top: 72%;
  background-color: #5e5881;
}

#orange {
  border: none;
  border-radius: 0;
  margin-top: 95px;
  margin-left: 0px;
  width: 328px;
  height: 279px;
  margin-top: 72%;
  background-color: #f68c20;
}

#red {
  border: none;
  border-radius: 0;
  margin-top: 95px;
  margin-left: 0px;
  width: 328px;
  height: 279px;
  margin-top: 72%;
  background-color: #427bf9;
}

#gray {
  border: none;
  border-radius: 0;
  margin-top: 95px;
  margin-left: 0px;
  width: 328px;
  height: 279px;
  margin-top: 72%;
  background-color: #91929a;
}

.section7 button {
  text-align: center;
  margin-bottom: 5%;
  height: 1%;
  font-size: 14px;
  background-color: #427bf9;
  border-radius: 4px;
  opacity: 1;
  font-family: Montserrat Regular;
  color: #ffffff;
}

#last {
  padding: 10px;
  text-align: center;
  margin: 0;
  height: 1%;
  font-size: 14px;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  font-family: Montserrat Regular;
  color: #ffffff;
  width: 15%;
}

#know {
  width: 30%;
  padding: 10px 35px;
  font-size: 15px;
}

.section7 input {
  padding: 20px;
  font-size: 14px;
  opacity: 1;
  font-family: Montserrat Regular;
  color: #ffffff;
}

.section7 h6 {
  color: #5f5982;
}

#change {
  cursor: pointer;
}

#change3 {
  cursor: pointer;
}

#change2 img,
#change5 img,
#second2 img {
  width: 60px;
  background-color: #e2e1e1;
}

#change1 {
  display: block;
}

#change2 {
  display: none;
}

#change4 {
  display: block;
}

#change5 {
  display: none;
}

#prev2 {
  margin-left: 63%;
}

#downf {
  width: 120%;
}

#drop {
  margin-top: 60px;
  margin-left: 0;
}
/* Create ripple effect */

.ripple {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.ripple:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.5s, opacity 1s;
}

.ripple:active:after {
  transform: scale(0, 0);
  opacity: 0.3;
  transition: 0s;
}

button {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  cursor: pointer;
}

button:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.5s, opacity 1s;
}

button:active:after {
  transform: scale(0, 0);
  opacity: 0.3;
  transition: 0s;
}

.btn:hover {
  color: #fff;
  background-color: #222 !important;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

#foot input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

#foot input:focus {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

#govern {
  margin-top: 20px;
  margin-right: 140px;
}

#govern h1 {
  font-size: 40px;
  font-weight: bold;
}

#govern-left {
  margin-top: 20px;
  text-align: right;
}

#login-left {
  background-color: #fd9697;
  color: #ffffff;
  font-family: Montserrat Regular;
  padding: 0;
}

.tube {
  text-align: right;
}

.tube img {
  width: 320px;
}

.job p {
  font-size: 20px;
  font-weight: bold;
  color: #302d3a;
}

#register-top {
  color: #544e7a;
  margin-top: 20px;
  font-family: Montserrat Regular;
}

#register-top button {
  text-align: center;
  margin-left: 10px;
  width: 140px;
  font-size: 14px;
  background-color: #427bf9;
  border-radius: 4px;
  opacity: 1;
  font-family: Montserrat Regular;
  color: #ffffff;
}

#register-mid {
  font-family: Montserrat Regular;
}

#register-mid h2 {
  font-weight: bold;
  color: #302d3a;
}

#register-mid p {
  font-size: 20px;
  color: #5f5982;
  font-weight: 600;
}

#register-mid label {
  font-weight: 600;
}

#register-mid input {
  width: 100%;
  padding: 5%;
}

#getotp {
  text-align: center;
  background-color: #427bf9;
  border-radius: 4px;
  width: 32vw;
  padding: 8px;
  opacity: 1;
  font-family: Montserrat Regular;
  color: #ffffff;
}
#getotp2 {
  text-align: center;
  background-color: #6c63ff;
  border-radius: 4px;
  width: 92vw;
  padding: 8px 5px;
  opacity: 1;
  font-family: Montserrat Regular;
  color: #ffffff;
}

.register2 {
  display: none;
}

#reg:before {
  content: "Register";
  opacity: 1;
}

.grow {
  animation-duration: 1s;
  animation-name: changewidth;
  animation-fill-mode: forwards;
}

@keyframes changewidth {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0.8);
  }
}

@media only screen and (min-device-width: 1920px) {
  /* #phone-reg {
    margin-right: 20%;
  } */
}

@media only screen and (max-device-width: 1366px) and (max-device-height: 768px) {
  /* #phone-reg {
    margin-right: 20%;
  } */
}

.reg-otp {
  margin-top: 0;
  padding: 0;
}

#reg-success-left {
  font-weight: bolder;
}

#reg-success-left h1 {
  font-size: 50px;
  font-weight: bold;
}

.noti p {
  text-align: right;
  font-weight: normal;
  font-size: 18px;
}

/* what-students-say */
.what-students-say {
  padding: 50px 0 120px;
  background-color: #efeff6;
}

.what-students-say h1 {
  font-size: 36px;
  color: #302d3a;
  margin-bottom: 40px;
}

/* students-post */
#students .students-post {
  width: 345px;
  padding: 20px;
  margin: 20px 0px 20px 20px;
  border-radius: 5px;
  background-color: white;
  box-sizing: border-box;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}

/* students-profile */
/* #students .students-profile {
  margin-bottom: 35px;
} */

#students .students-profile img:first-child {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

#students .students-profile img:last-child {
  width: 40px;
  height: 40px;
}

#students .user {
  margin-right: 20px;
}

#students .user h4 {
  color: #302d3a;
  font-size: 18px;
}

#students .user h6 {
  font-size: 14px;
}

#students .students-message {
  font-size: 15px;
}

#students .students-message a {
  color: #4098ff;
}

#students .owl-item .students-post {
  margin: 0 auto;
}

#students .owl-stage-outer {
  padding: 25px 0;
}

#students .owl-nav.disabled {
  display: block;
}

#students .owl-prev span {
  width: 40px;
  height: 40px;
  content: url(../images/icons/wleft.png);
}
#students .owl-next span {
  width: 40px;
  height: 40px;
  content: url(../images/icons/wleft.png);
  transform: rotate(180deg);
}
#students .owl-prev span:hover {
  width: 40px;
  height: 40px;
  content: url(../images/icons/right.png);
  transform: rotate(180deg);
}
#students .owl-next span:hover {
  width: 40px;
  height: 40px;
  content: url(../images/icons/right.png);
  transform: rotate(0deg);
}

#students .owl-prev {
  position: absolute;
  outline: none;
  top: -80px;
  right: 70px;
  width: 40px;
  height: 40px;
}
#students .owl-next {
  position: absolute;
  outline: none;
  right: 5px;
  top: -80px;
  width: 40px;
  height: 40px;
}

@media (max-width: 992px) {
  .container.prev-next {
    max-width: 100%;
  }
  .what-students-say h1 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .what-students-say h1 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 15px;
  }
  #students .students-post {
    width: 320px;
    padding: 15px;
  }

  .container.prev-next {
    padding: 0;
  }

  #students .owl-prev,
  #students .owl-next,
  #students .owl-prev span,
  #students .owl-next span,
  #students .owl-prev span:hover,
  #students .owl-next span:hover {
    width: 35px;
    height: 35px;
  }

  #students .owl-prev {
    left: 5px;
    top: unset;
    bottom: -40px;
  }
  #students .owl-next {
    right: 5px;
    top: unset;
    bottom: -40px;
  }
}

/* .meet-your-teachers */
.meet-your-teachers {
  text-align: center;
  margin-bottom: 60px;
}

.meet-your-teachers h1 {
  font-size: 36px;
  text-align: center;
  margin: 50px 0;
  font-family: Montserrat Medium;
}

.teachers-container {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 25px;
}

.teachers-card {
  width: 90%;
  margin-bottom: 40px;
  text-align: left;
}

.top {
  position: relative;
  width: 100%;
  height: 300px;
  margin: 0;
}

.top img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.bottom {
  width: 100%;
  font-family: Montserrat Regular;
}

.bottom h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0 10px 0;
}

@media (max-width: 767px) {
  .teachers-container {
    grid-template-columns: 1fr;
  }

  .teachers-card {
    width: 340px;
  }
}

@media (max-width: 475px) {
  .top img {
    width: 288px;
    height: 330px;
  }
}
