body {
  background-color: #edf3f8;
  color: #36536b;
  margin: 0;
  padding: 0;
  height: 100%;
}

/* for circle */
.circle {
  position: absolute;
  top: -527px;
  left: 850px;
  opacity: 15%;
  width: 800px;
  height: 780px;
  color: #36536b;
}

.circle1 {
  position: absolute;
  top: -1000px;
  left: -520px;
  opacity: 15%;
  width: 800px;
  height: 980px;
  color: #36536b;
  border: 1px solid red;
}

/* for nav */
nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: "Public Sans";
}

/* .menu {
  display: none;
} */

.mobile {
  display: none;
}
.navBar {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.navBar button {
  height: 30px;
}
.navBar ul {
  display: flex;
}
.navBar li {
  margin: 35px;
  list-style-type: none;
}

li :hover {
  font-weight: bold;
}

.navBar a {
  text-decoration: none;
  color: #36536b;
}

#nav-svg-wrapper {
  position: relative;
  top: -120px;
  left: 900px;
  margin: 0;
}

#foot-svg-wrapper {
  position: relative;
  top: -100px;
  left: 1100px;
  margin: 0;
}

/* nav end */

/* ready to start */
.RTS {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 60px 0 60px 0;
  margin-left: 100;
  height: 56px;
}

.RTS form {
  height: 48px;
  margin-bottom: 27px;
}

.RTS h2 {
  font-family: "DM Serif Display";
  font-size: 40px;
  line-height: 56px;
  line-height: 85%;
  letter-spacing: -0.37px;
  margin-left: 86px;
}

.RTS input[type="text"] {
  color: #36536b;
  mix-blend-mode: normal;
  opacity: 0.5;
  background: #fbfcfe;
  box-shadow: 10px 10px 25px -10px rgba(54, 83, 107, 0.25);
  font-size: 15px;
  border-radius: 24px;
  padding-left: 30px;
  width: 250px;
  height: 48px;
}

.RTS input[type="submit"] {
  position: relative;
  left: -60px;
  background-color: #ba4270;
  color: #fbfcfe;
  border-radius: 25px;
  border: 0px;
  cursor: pointer;
  width: 150px;
  height: 48px;
}

.RTS input[type="submit"]:hover {
  background-color: #da6d97;
}

/* main start */
#title h1 {
  color: #36536b;
  font-family: "DM Serif Display";
  font-size: 56px;
  line-height: 56px;
  letter-spacing: -0.43px;
  margin-bottom: 51px;
  margin-left: 260px;
  margin-right: 260px;
  padding-right: 40px;
  width: 730px;
  height: 189px;
}

/* mission */
.mission {
  margin-bottom: 100px;
  margin-left: 260px;
  margin-right: 260px;
}
.miss1 {
  width: 920px;
  height: 112px;
  display: flex;
  text-align: justify;
  justify-content: space-between;
  margin-bottom: 56px;
}

.miss1 h2 {
  width: 350px;
  height: 40px;
  font-family: "DM Serif Display";
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.25px;
  margin-right: 0;
  font-weight: 400;
  /* margin-top: 10px; */
}

.miss1 p {
  width: 635px;
  height: 112px;
  font-family: "Public Sans";
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  color: #6c8294;
}

/* 2nd miss */

.miss2 {
  width: 920px;
  height: 112px;
  display: flex;
  text-align: justify;
  justify-content: space-between;
}

.miss2 h2 {
  width: 350px;
  height: 40px;
  font-family: "DM Serif Display";
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.25px;
  margin-right: 0;
  font-weight: 400;
  /* margin-top: 10px; */
}

.miss2 p {
  width: 635px;
  height: 112px;
  font-family: "Public Sans";
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  color: #6c8294;
}

/* mission end */

/* team */
.teams {
  width: 1110px;
  height: 134px;
  margin-left: 127px;
  margin-right: 127px;
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 72px; */
  margin-top: 40px;
}

.teams .t1 {
  border-bottom: 1px solid #36536b;
  border-top: 1px solid #36536b;
  margin-right: 30px;
}

.teams .t2 {
  border-bottom: 1px solid #36536b;
  border-top: 1px solid #36536b;
  margin-right: 30px;
}

.teams .t3 {
  border-bottom: 1px solid #36536b;
  border-top: 1px solid #36536b;
}

.teams h2 {
  width: 350px;
  height: 72px;
  font-family: "DM Serif Display";
  font-size: 56px;
  line-height: 72px;
  letter-spacing: -0.43px;
  color: #ba4270;
}

.teams p {
  width: 350px;
  height: 28px;
  color: #36536b;
  opacity: 70%;
}

/* .teams hr {
  width: 320px;
  height: -0.5px;
  color: #36536b;
  opacity: 25%;
} */

/* main end */

/* media queries for main start */

@media only screen and (max-width: 1024px) {
  #title h1 {
    display: flex;
    /* display: block; */
    text-align: center;
    width: 720px;
    height: 189px;
    margin-left: 137px;
    margin-right: 80px;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -0.43px;
    /* font-weight: normal; */
    margin-bottom: 51px;
  }

  /* ready to start */
  .RTS {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* margin: 60px 0 60px 0; */
    height: 406px;
    width: 600px;
  }

  .RTS form {
    height: 38px;
    margin-bottom: 670px;
  }

  .RTS h2 {
    font-family: "DM Serif Display";
    font-size: 20px;
    line-height: 56px;
    line-height: 35%;
    letter-spacing: -0.37px;
    margin-left: 86px;
  }

  .RTS input[type="text"] {
    color: #36536b;
    mix-blend-mode: normal;
    opacity: 0.5;
    background: #fbfcfe;
    box-shadow: 10px 10px 25px -10px rgba(54, 83, 107, 0.25);
    font-size: 15px;
    border-radius: 24px;
    padding-left: 30px;
    width: 250px;
    height: 40px;
  }

  .RTS input[type="submit"] {
    position: relative;
    left: -60px;
    background-color: #ba4270;
    color: #fbfcfe;
    border-radius: 25px;
    border: 0px;
    cursor: pointer;
    width: 150px;
    height: 38px;
  }

  .RTS input[type="submit"]:hover {
    background-color: #da6d97;
  }

  .circle {
    position: absolute;
    top: -527px;
    left: 850px;
    opacity: 15%;
    width: 800px;
    height: 780px;
    color: #36536b;
  }

  .circle1 {
    position: absolute;
    top: -1000px;
    left: -520px;
    opacity: 15%;
    width: 800px;
    height: 980px;
    color: #36536b;
  }

  /* mission */
  .mission {
    margin-bottom: 100px;
    margin-bottom: 100px;
    margin-left: 80px;
    margin-right: 80px;
  }

  .miss1 {
    width: 800px;

    margin-left: 80px;
    margin-right: 80px;
    display: flex;
    text-align: justify;
    justify-content: space-between;
    /* margin-bottom: 56px; */
  }

  .miss1 h2 {
    width: 255px;
    height: 40px;
    font-family: "DM Serif Display";
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.25px;
    margin-right: 0;
    font-weight: 400;
    /* margin-top: 10px; */
  }

  .miss1 p {
    width: 635px;
    height: 112px;
    font-family: "Public Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #6c8294;
  }

  /* 2nd miss */

  .miss2 {
    width: 800px;
    height: 40;
    margin-left: 80px;
    margin-right: 80px;
    display: flex;
    text-align: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .miss2 h2 {
    width: 255px;
    height: 40px;
    font-family: "DM Serif Display";
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.25px;
    margin-right: 0;
    font-weight: 400;
    /* margin-top: 10px; */
  }

  .miss2 p {
    width: 635px;
    height: 112px;
    font-family: "Public Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #6c8294;
  }

  /* mission end */

  /* for image */
  .image img {
    width: 1100px;
    height: 450px;
    background: none;
    margin-bottom: 52px;
  }

  /* for teams */

  /* team */

  /* .teams {
    width: 1110px;
    height: 134px;
    margin-left: 127px;
    margin-right: 127px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 72px;
    margin-top: 40px;
  } */
  .teams {
    width: 889px;
    height: 134px;
    margin-left: 120px;
    margin-right: 120px;
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 64px; */
  }

  .teams .t1 {
    width: 300px;
    border-bottom: 1px solid #36536b;
    border-top: 1px solid #36536b;
    margin-right: 30px;
  }

  .teams .t2 {
    width: 300px;
    border-bottom: 1px solid #36536b;
    border-top: 1px solid #36536b;
    margin-right: 30px;
  }

  .teams .t3 {
    width: 300px;
    border-bottom: 1px solid #36536b;
    border-top: 1px solid #36536b;
  }

  .teams h2 {
    width: 223px;
    height: 72px;
    font-family: "DM Serif Display";
    font-size: 56px;
    line-height: 72px;
    letter-spacing: -0.43px;
    color: #ba4270;
  }

  .teams p {
    /* width: 350px; */
    height: 16px;
    color: #36536b;
    opacity: 0.7;
  }

  /* .teams hr {
    width: 223px;
    height: 1px;
    color: #36536b;
    opacity: 0.25;
  } */
}

/* tablet */

@media only screen and (max-width: 840px) {
  #title h1 {
    display: flex;
    /* display: block; */
    text-align: center;
    width: 653px;
    height: 178px;
    margin-left: 127px;
    margin-right: 97px;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.37px;
    /* font-weight: normal; */
    margin-bottom: 54px;
    margin-top: 40px;
  }

  nav {
    width: 789px;
    height: 48px;
    margin: 40px 40px 0px 39px;
    /* margin-right: 20px;
     */
    padding-right: 20px;
    /*border: 1px solid black;*/
  }

  /* .teams .t1 {
    border-bottom: 1px solid #36536b;
    border-top: 1px solid #36536b;
    margin-right: 30px;
    width: 223px;
  }

  .teams .t2 {
    border-bottom: 1px solid #36536b;
    border-top: 1px solid #36536b;
    margin-right: 30px;
    width: 223px;
  }

  .teams .t3 {
    width: 689px;
    border-bottom: 1px solid #36536b;
    border-top: 1px solid #36536b;
    width: 223px;
  } */
  .circle {
    position: absolute;
    top: -464px;
    left: 505px;
    opacity: 15%;
    width: 780px;
    height: 780px;
    color: #36536b;
  }

  .circle1 {
    display: none;
  }

  /* mission */
  .mission {
    margin-bottom: 92px;
    margin-left: 0;
    /* margin-right: px; */
  }

  .miss1 {
    width: 650px;
    height: 140px;
    margin-left: 127px;
    margin-right: 10px;
    display: flex;
    text-align: justify;
    justify-content: space-between;
    margin-bottom: 64px;
  }

  .miss1 h2 {
    width: 223px;
    height: 40px;
    font-family: "DM Serif Display";
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.25px;
    margin-right: 0;
    font-weight: 400;
    /* margin-top: 10px; */
  }

  .miss1 p {
    width: 456px;
    height: 140px;
    font-family: "Public Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #6c8294;
  }

  /* 2nd miss */

  .miss2 {
    width: 650px;
    height: 140px;
    margin-left: 127px;
    margin-right: 10px;
    display: flex;
    text-align: justify;
    justify-content: space-between;
    margin-bottom: 64px;
  }

  .miss2 h2 {
    width: 223px;
    height: 40px;
    font-family: "DM Serif Display";
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.25px;
    margin-right: 0;
    font-weight: 400;
    /* margin-top: 10px; */
  }

  .miss2 p {
    width: 456px;
    height: 140px;
    font-family: "Public Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #6c8294;
  }

  /* mission end */

  /* for image */
  .image img {
    width: 869px;
    height: 267px;
    /* background: none; */
    margin-bottom: 64px;
  }

  /* for teams */

  /* team */
  .teams {
    width: 650px;
    height: 134px;
    margin-left: 40px;
    margin-right: 40px;
    /* padding-right: 100px; */
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 20px; */
  }

  .teams .t1 {
    width: 250px;
    border-bottom: 1px solid #36536b;
    border-top: 1px solid #36536b;
    margin-right: 10px;
  }

  .teams .t2 {
    width: 250px;
    border-bottom: 1px solid #36536b;
    border-top: 1px solid #36536b;
    margin-right: 10px;
  }

  .teams .t3 {
    width: 250px;
    border-bottom: 1px solid #36536b;
    border-top: 1px solid #36536b;
  }

  .teams h2 {
    width: 223px;
    height: 72px;
    font-family: "DM Serif Display";
    font-size: 56px;
    line-height: 72px;
    letter-spacing: -0.43px;
    color: #ba4270;
  }

  .teams p {
    /* width: 350px; */
    height: 16px;
    color: #36536b;
    opacity: 0.7;
  }
}

@media only screen and (max-width: 768px) {
  #title h1 {
    display: flex;
    /* display: block; */
    text-align: center;
    width: 573px;
    height: 178px;
    margin-left: 97px;
    margin-right: 97px;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.37px;
    /* font-weight: normal; */
    margin-bottom: 54px;
  }

  /* .teams .t1 {
    border-bottom: 1px solid #36536b;
    border-top: 1px solid #36536b;
    margin-right: 30px;
    width: 223px;
  }

  .teams .t2 {
    border-bottom: 1px solid #36536b;
    border-top: 1px solid #36536b;
    margin-right: 30px;
    width: 223px;
  }

  .teams .t3 {
    width: 689px;
    border-bottom: 1px solid #36536b;
    border-top: 1px solid #36536b;
    width: 223px;
  } */
  .circle {
    position: absolute;
    top: -464px;
    left: 505px;
    opacity: 15%;
    width: 780px;
    height: 780px;
    color: #36536b;
  }

  .circle1 {
    display: none;
  }

  /* mission */
  .mission {
    margin-bottom: 92px;
    margin: 0;
  }

  .miss1 {
    width: 620px;
    height: 140px;
    margin-left: 97px;
    margin-right: 40px;
    display: flex;
    text-align: justify;
    justify-content: space-between;
    margin-bottom: 64px;
  }

  .miss1 h2 {
    width: 223px;
    height: 40px;
    font-family: "DM Serif Display";
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.25px;
    margin-right: 0;
    font-weight: 400;
    /* margin-top: 10px; */
  }

  .miss1 p {
    width: 456px;
    height: 140px;
    font-family: "Public Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #6c8294;
  }

  /* 2nd miss */

  .miss2 {
    width: 620px;
    height: 140px;
    margin-left: 97px;
    margin-right: 40px;
    display: flex;
    text-align: justify;
    justify-content: space-between;
    margin-bottom: 64px;
  }

  .miss2 h2 {
    width: 223px;
    height: 40px;
    font-family: "DM Serif Display";
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.25px;
    margin-right: 0;
    font-weight: 400;
    /* margin-top: 10px; */
  }

  .miss2 p {
    width: 456px;
    height: 140px;
    font-family: "Public Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #6c8294;
  }

  /* mission end */

  /* for image */
  .image img {
    width: 769px;
    height: 267px;
    /* background: none; */
    margin-bottom: 64px;
  }

  /* for teams */

  /* team */
  .teams {
    width: 689px;
    height: 134px;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
  }

  .teams .t1 {
    width: 180px;
    border-bottom: 1px solid #36536b;
    border-top: 1px solid #36536b;
    /* margin-right: 10px; */
  }

  .teams .t2 {
    width: 180px;
    border-bottom: 1px solid #36536b;
    border-top: 1px solid #36536b;
    /* margin-right: 30px; */
  }

  .teams .t3 {
    width: 180px;
    border-bottom: 1px solid #36536b;
    border-top: 1px solid #36536b;
  }

  .teams h2 {
    width: 223px;
    height: 72px;
    font-family: "DM Serif Display";
    font-size: 56px;
    line-height: 72px;
    letter-spacing: -0.43px;
    color: #ba4270;
  }

  .teams p {
    /* width: 350px; */
    height: 16px;
    color: #36536b;
    opacity: 0.7;
  }

  /* .teams hr {
    width: 223px;
    height: 1px;
    color: #36536b;
    opacity: 0.25;
  } */

  /* .teams hr {
    visibility: visible;
  } */
}

/* mobile */

@media only screen and (max-width: 480px) {
  #title h1 {
    display: flex;
    justify-content: center;
    /* display: block; */
    text-align: center;
    width: 400px;
    height: 152px;
    margin-left: 24px;
    margin-right: 24px;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.25px;
    /* font-weight: normal; */
    margin-bottom: 40px;
    margin-top: 40px;
  }

  /* .teams .t1 {
    border-bottom: 1px solid #36536b;
    border-top: 1px solid #36536b;
    margin-right: 30px;
    width: 327px;
  }

  .teams .t2 {
    border-bottom: 1px solid #36536b;
    border-top: 1px solid #36536b;
    margin-right: 30px;
    width: 327px;
  }

  .teams .t3 {
    border-bottom: 1px solid #36536b;
    border-top: 1px solid #36536b;
    width: 327px;
  } */

  /* mobile menu */

  .drop-down-menu ul {
    /* border: 2px solid #FBFCFE; */
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 260px;
    margin: 43px 0px 0px 0px;
    position: relative;
  }

  .drop-down-menu li {
    font-size: 20px;
    list-style-type: none;
  }

  .drop-down-menu li:hover {
    font-weight: bold;
  }

  .drop-down-menu li a {
    text-decoration: none;
    cursor: pointer;
    color: #fbfcfe;
  }
  .menu {
    display: flex;
    z-index: 1;
  }

  #navContainer {
    z-index: 100;
    margin: 24px 27px 0px 24px;
    width: 249px;
    height: 260px;
    border: 1px solid #979797;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    position: relative;
    top: 70px;
    right: 273px;
  }
  #scheDule button {
    background-color: #ba4270;
    width: 252px;
    height: 48px;
    border-radius: 24px;
    text-align: center;
    font-size: 15px;
  }

  #scheDule button:hover {
    background-color: #da6d97;
  }

  /* .close{
   
    
} */
  .close svg {
    margin: 48px 0px 0px 251px;
    z-index: 1;
  }

  /* ready to start */

  /* */
  .mobile {
    display: none;
    margin: 0px;
    padding: 0px;
    width: 0px;
    height: 0px;
    position: relative;
    top: -320px;
    right: 165px;
    z-index: 1;
  }

  .circle {
    position: absolute;
    top: -634px;
    left: 84px;
    opacity: 15%;
    width: 780px;
    height: 780px;
    color: #36536b;
  }

  .circle1 {
    display: none;
  }

  .mission {
    margin-bottom: 92px;
    margin: 0;
  }

  .miss1 {
    width: 327px;
    height: 244px;
    margin-left: 50px;
    margin-right: 124px;
    display: block;
    text-align: center;
    margin-bottom: 48px;
  }

  .miss1 h2 {
    width: 255px;
    height: 32px;
    font-family: "DM Serif Display";
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.18px;
    margin-right: 36px;
    /* margin-left: 36px; */
    font-weight: 400;
    text-align: center;
  }

  .miss1 p {
    width: 327px;
    height: 196px;
    font-family: "Public Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #6c8294;
  }

  /* 2nd miss */

  .miss2 {
    width: 327px;
    height: 244px;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
    text-align: center;
    margin-bottom: 48px;
  }

  .miss2 h2 {
    width: 255px;
    height: 32px;
    font-family: "DM Serif Display";
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.18px;
    margin-right: 36px;
    margin-left: 36px;
    font-weight: 400;
    text-align: center;
  }

  .miss2 p {
    width: 327px;
    height: 196px;
    font-family: "Public Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #6c8294;
  }

  /* for image */
  .image img {
    width: 375px;
    height: 155px;
    background: none;
    margin-bottom: 48px;
  }

  /* for teams */

  /* team */
  .teams {
    width: 327px;
    height: 500px;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
    text-align: center;
    margin-bottom: 150px;
    border-bottom: 1px solid #36536b;
    border-top: 1px solid #36536b;
    border-left: none;
    border-right: none;
  }

  /* .teams .t1 {
    width: 327px;
    height: 100px;
  } */

  .teams h2 {
    width: 327px;
    height: 72px;
    font-family: "DM Serif Display";
    font-size: 56px;
    line-height: 72px;
    letter-spacing: -0.43px;
    color: #ba4270;
  }

  .teams .t1 {
    border: none;
  }

  .teams .t2 {
    border: none;
  }

  .teams .t3 {
    border: none;
  }

  .t1 h2 {
    margin-top: 5px;
    margin-bottom: 72px;
  }

  .t2 p {
    margin-top: 80px;
    margin-bottom: 0px;
  }

  .t2 h2 {
    margin-top: 10px;
    margin-bottom: 32px;
  }

  .t3 h2 {
    margin-top: 28px;
    margin-bottom: 32px;
  }

  .teams p {
    width: 327px;
    height: 28px;
    color: #36536b;
    opacity: 70%;
  }

  /* .teams .hr1 {
    width: 327px;
    height: -0.5px;
    color: #36536b;
    opacity: 25%;
  }

  .teams .hr2 {
    display: none;
  } */
  /* teams end */
}

/* mobile 2 */
@media only screen and (max-width: 380px) {
  #title h1 {
    display: flex;
    justify-content: center;
    /* display: block; */
    text-align: center;
    width: 300px;
    height: 145px;
    margin-left: 24px;
    margin-right: 24px;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.25px;
    /* font-weight: normal; */
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .circle {
    position: absolute;
    top: -634px;
    left: 84px;
    opacity: 15%;
    width: 780px;
    height: 780px;
    color: #36536b;
  }

  .circle1 {
    display: none;
  }

  .miss1 {
    width: 327px;
    height: 244px;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
    text-align: center;
    margin-bottom: 48px;
  }

  .miss1 h2 {
    width: 255px;
    height: 32px;
    font-family: "DM Serif Display";
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.18px;
    margin-right: 36px;
    margin-left: 36px;
    font-weight: 400;
    text-align: center;
  }

  .miss1 p {
    width: 327px;
    height: 196px;
    font-family: "Public Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #6c8294;
  }

  /* 2nd miss */

  .miss2 {
    width: 327px;
    height: 244px;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
    text-align: center;
    margin-bottom: 48px;
  }

  .miss2 h2 {
    width: 255px;
    height: 32px;
    font-family: "DM Serif Display";
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.18px;
    margin-right: 36px;
    margin-left: 36px;
    font-weight: 400;
    text-align: center;
  }

  .miss2 p {
    width: 327px;
    height: 196px;
    font-family: "Public Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #6c8294;
  }

  /* for image */
  .image {
    width: 375px;
    /* height: 300px; */
    background: none;
  }

  /* for teams */

  /* team */
  .teams {
    /* width: 327px;
    height: 398px;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
    text-align: center;
    margin-bottom: 150px; */

    width: 327px;
    height: 500px;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
    text-align: center;
    margin-bottom: 150px;
    border-bottom: 1px solid #36536b;
    border-top: 1px solid #36536b;
    border-left: none;
    border-right: none;
  }

  .teams .t1 {
    width: 327px;
    height: 100px;
  }

  .teams h2 {
    width: 327px;
    height: 72px;
    font-family: "DM Serif Display";
    font-size: 56px;
    line-height: 72px;
    letter-spacing: -0.43px;
    color: #ba4270;
  }

  .t1 h2 {
    margin-top: 5px;
    margin-bottom: 72px;
  }

  .t2 p {
    margin-top: 80px;
    margin-bottom: 0px;
  }

  .t2 h2 {
    margin-top: 10px;
    margin-bottom: 32px;
  }

  .t3 h2 {
    margin-top: 28px;
    margin-bottom: 32px;
  }

  .teams p {
    width: 327px;
    height: 28px;
    color: #36536b;
    opacity: 70%;
  }

  /* .teams .hr1 {
    width: 327px;
    height: -0.5px;
    color: #36536b;
    opacity: 25%;
  } */

  /* .teams .hr2 {
    display: none;
  } */
  /* teams end */
}

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

@media only screen and (min-width: 1201px) {
}

/* mobile menu */
.drop-down-menu {
  /*
  display: block;
   
    */
  /* left: 75px; */
  /* 
   margin: 0px;*/
  position: relative;
  right: 93px;
  top: 263px;
  background-color: #1b262f;
  width: 300px;
  height: 667px;
  z-index: 10;
  transition: right 1s ease;
  display: flex;
}

.drop-down-menu ul {
  /* border: 2px solid #FBFCFE; */
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 260px;
  margin: 43px 0px 0px 0px;
  position: relative;
}

.drop-down-menu li {
  font-size: 20px;
  list-style-type: none;
}

.drop-down-menu li:hover {
  font-weight: bold;
}

.drop-down-menu li a {
  text-decoration: none;
  cursor: pointer;
  color: #fbfcfe;
}
.menu {
  display: none;
}

#navContainer {
  z-index: 100;
  margin: 24px 27px 0px 24px;
  width: 249px;
  height: 260px;
  border: 1px solid #979797;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  position: relative;
  top: 70px;
  right: 273px;
}
#scheDule button {
  background-color: #ba4270;
  width: 252px;
  height: 48px;
  border-radius: 24px;
  text-align: center;
  font-size: 15px;
}

#scheDule button:hover {
  background-color: #da6d97;
}

/* .close{
  
   
} */
.close svg {
  margin: 48px 0px 0px 251px;
}

/* mobile end */

/* footer */
#foot-svg-wrapper {
  position: relative;
  top: -100px;
  left: 1100px;
  margin: 0;
}

.footer {
  display: flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #1b262f;
  color: #fbfcfe;
  margin: 0;
  height: 100px;
  font-family: "Public Sans";
}

.f-foot {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.footer ul {
  display: flex;
}

.footer li {
  margin-left: 25px;
  margin-right: 25px;
  list-style-type: none;
}
.footer a {
  text-decoration: none;
  color: #fbfcfe;
}

.f-footSvg svg {
  margin-left: 10px;
  margin-right: 10px;
}
button {
  background-color: #ba4270;
  color: #fbfcfe;
  border-radius: 24px;
  border: 0px;
  cursor: pointer;
  padding: 8px;
  width: 173px;
  height: 48px;
  z-index: 100;
}
button:hover {
  background-color: #da6d97;
}

.footer {
  display: flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #1b262f;
  color: #fbfcfe;
  margin: 0;
  height: 100px;
  font-family: "Public Sans";
}

.f-foot {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.footer ul {
  display: flex;
}

.footer li {
  margin-left: 25px;
  margin-right: 25px;
  list-style-type: none;
}
.footer a {
  text-decoration: none;
  color: #fbfcfe;
}

.f-footSvg svg {
  margin-left: 10px;
  margin-right: 10px;
}
button {
  background-color: #ba4270;
  color: #fbfcfe;
  border-radius: 24px;
  border: 0px;
  cursor: pointer;
  padding: 8px;
  width: 173px;
  height: 48px;
  z-index: 100;
}
button:hover {
  background-color: #da6d97;
}

.RTS {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 60px 0 60px 0;
  height: 56px;
}

.RTS form {
  height: 48px;
  margin-bottom: 27px;
}

/* for media queries */

/*Tablet View*/
@media only screen and (max-width: 1200px) {
  body {
    width: 1195px;
  }

  .middle {
    display: flex;
    flex-direction: column;
  }
  .middle-left {
    display: flex;
  }

  .mobile {
    display: none;
  }
  .hOne h1 {
    font-family: "DM Serif Display";
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 56px;
    font-family: "DM Serif Display";
    /* or 100% */

    letter-spacing: -0.430769px;
    text-align: center;
    color: #36536b;

    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .middle-right {
    display: flex;
    width: 541px;
    height: 208px;
  }

  .paraG p {
    font-family: "DM Serif Display";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    width: 445px;
    margin-left: 100px;
    text-align: center;
    /*margin-top: 70px;*/
    /* or 133% */

    letter-spacing: -0.184615px;

    color: #36536b;

    mix-blend-mode: normal;
    opacity: 0.75;
  }
  .middle-right svg {
    margin: 25px;
  }

  #part1 {
    display: flex;
    margin: 10px;
    justify-content: space-around;
  }

  #part2 {
    display: flex;
    margin: 10px;
    justify-content: space-around;
  }

  .sGv {
    display: flex;
    margin-top: 84px;
    padding-top: 50px;
    width: 582px;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .RTS h2 {
    margin-top: 100px;
  }
  .RTS {
    display: flex;
    flex-direction: column;
    width: 445px;
    margin: 100px 161px 1px 162px;
  }
}

@media only screen and (max-width: 1024px) {
  body {
    width: 1000px;
  }
  .hOne h1 {
    margin-left: 98px;
  }

  .mobile {
    display: none;
  }
  .middle-right {
    display: flex;
    margin: 30px 300px 30px;
  }

  .RTS {
    /*border: 1px solid green;*/
    /* text-align: center; */
    display: block;
    justify-content: center;
    width: 445px;
    height: 144px;
  }

  .RTS h2 {
    margin: 0px 0px 40px 0px;
    font-family: "DM Serif Display";
    font-size: 40px;
    line-height: 85%;
    letter-spacing: -0.37px;
    text-align: center;
  }

  .RTS form {
    display: flex;
    margin: 0px 2px 0px 62px;
    height: 48px;
  }

  .RTS input[type="submit"] {
    margin: 0px;
    width: 173px;
    position: relative;
    left: -35px;
  }

  /* .RTS h2 {
    font-family: "DM Serif Display";
    font-size: 40px;
    line-height: 56px;
    line-height: 85%;
    letter-spacing: -0.37px;
    margin-left: 86px;
  } */

  .RTS input[type="text"] {
    color: #36536b;
    mix-blend-mode: normal;
    opacity: 0.5;
    background: #fbfcfe;
    box-shadow: 10px 10px 25px -10px rgba(54, 83, 107, 0.25);
    font-size: 15px;
    border-radius: 24px;
    padding-left: 30px;
    width: 250px;
    height: 48px;
  }

  .RTS input[type="submit"] {
    position: relative;
    left: -60px;
    background-color: #ba4270;
    color: #fbfcfe;
    border-radius: 25px;
    border: 0px;
    cursor: pointer;
    width: 150px;
    height: 48px;
  }

  .RTS input[type="submit"]:hover {
    background-color: #da6d97;
  }
}

/*tablet view*/
@media only screen and (max-width: 768px) {
  body {
    width: 768px;
  }
  nav {
    width: 689px;
    height: 48px;
    margin: 40px 40px 0px 39px;
    /*border: 1px solid black;*/
  }
  .hOne {
    width: 573px;
    height: 178px;
    margin: 75px 98px 54px 97px;
    /*border: 1px solid red;*/
  }
  .hOne h1 {
    margin: 0px;
    /*text-align: center;*/
    font-family: "DM Serif Display";
    font-style: Regular;
    line-height: 56px;
    line-height: 85%;
    letter-spacing: -0.37px;
    font-size: 51px;
    width: 520px;
  }
  .middle {
    display: block;
    /*border: 1px solid green;*/
    height: 771px;
  }

  .middle-left form {
    /*border: 1px solid green;*/
    margin: 0px 162px 0px 161px;
    width: 445px;
    height: 499px;
  }

  input {
    border: 0;
    background-color: #edf3f8;
    color: black;
  }

  input:focus {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    background-color: #edf3f8;
    outline: none;
  }
  form input[type="text"] {
    width: 327px;
    height: 42px;
  }

  form input[type="email"] {
    width: 327px;
    height: 42px;
  }

  label {
    font-size: 15px;
    width: 277px;
    height: 50px;
  }
  input[type="text"]:focus {
    border-color: rgb(255, 64, 64);
    color: rgb(255, 64, 64);
  }

  input[type="email"]:focus {
    border-color: rgb(255, 64, 64);
    color: rgb(255, 64, 64);
  }

  .message-mobile {
    height: 89px;
    margin: 0px;
    padding-top: 0px;
    font-size: 15px;
    background-color: #edf3f8;
    color: #36536b;
    mix-blend-mode: normal;
    opacity: 0.5;
    padding: 4px;
    width: 327px;
    border: none;
    border-bottom: 1px solid rgb(161, 161, 161);
    cursor: pointer;
    resize: none;
    font-family: "Public Sans";
  }

  textarea::placeholder {
    color: #36536b;
  }
  textarea:focus {
    outline: none !important;
  }
  textarea:hover {
    border-bottom: rgb(255, 64, 64);
  }

  .middle-left form .error {
    color: rgb(255, 64, 64);
    font-size: 11px;
    padding-top: 10px;
    font-family: "Public Sans";
  }
  .error input[type="email"] {
    border-color: rgb(255, 64, 64);
    color: rgb(255, 64, 64);
  }
  .error input[type="email"]:focus {
    border-color: rgb(255, 64, 64);
    color: rgb(255, 64, 64);
  }

  .middle-left form {
    /*margin-left: 95px;
        margin-right: 24px;*/
    height: 499px;
    margin: 0px;
    /*border: 1px solid purple;*/
    font-family: "Public Sans";
  }

  .diff-nt {
    /*border: 1px solid red;*/
    display: flex;
    margin: 24px 0px 0px 0px;
    justify-content: flex-start;
  }
  /*
    .right{
        margin: 80px 0px 0px 0px;
    
        display: block;
        height: 282px;
        width: 327px; 
        border: 3px solid yellow;
        
    }*/
  .middle-right {
    display: block;
    /*border: 1px solid blue;*/
    margin: 64px 113px 0px 114px;
  }

  .sGv {
    display: block;
    padding: 0px;
    margin: 0px;
  }

  .paraG p {
    font-family: "DM Serif Display";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    width: 445px;
    margin: 0px;
    text-align: center;
    /* margin-top: 70px; */
    letter-spacing: -0.184615px;
    color: #36536b;
    mix-blend-mode: normal;
    opacity: 0.75;
  }
  .RTS {
    /*border: 1px solid green;*/
    display: block;
    width: 445px;
    height: 144px;
  }

  .RTS h2 {
    margin: 0px 0px 40px 0px;
    font-family: "DM Serif Display";
    font-size: 40px;
    line-height: 85%;
    letter-spacing: -0.37px;
    text-align: center;
  }

  .RTS form {
    display: flex;
    margin: 0px 2px 0px 62px;
    height: 48px;
  }

  .RTS input[type="submit"] {
    margin: 0px;
    width: 173px;
    position: relative;
    left: -35px;
  }

  @media only screen and (max-width: 700px) {
    body {
      width: 700px;
    }
    .message-tablet {
      height: 89px;
      margin-left: 24px;
      margin-right: 24px;
      padding-top: 0px;
      font-size: 15px;
      background-color: #edf3f8;
      color: #36536b;
      mix-blend-mode: normal;
      opacity: 0.5;
      padding: 4px;
      width: 445px;
      border: none;
      border-bottom: 1px solid rgb(161, 161, 161);
      cursor: pointer;
      resize: none;
      font-family: "Public Sans";
    }

    textarea::placeholder {
      color: #36536b;
    }
    textarea:focus {
      outline: none !important;
    }
    textarea:hover {
      border-bottom: rgb(255, 64, 64);
    }
    .hOne h1 {
      margin-left: 76px;
    }

    .middle-left form {
      margin-left: 80px;
    }
  }
  @media only screen and (max-width: 540px) {
    .footer {
      width: 100%;
    }
  }
}

/*Mobile*/
@media only screen and (max-width: 580px) {
  body {
    margin: 0;
    padding: 0;
    width: 575px;
  }

  nav {
    margin: 40.7px 24px 0px 24.76px;
    width: 326.24px;
    height: 36.77px;
    display: flex;
    /* border: 3px solid black;
           border: 1px solid green*/
  }

  nav #payApi-logo {
    width: 133.9px;
    height: 36.77px;
    margin: 0px;
  }

  nav .mobile #menu {
    width: 28px;
    height: 17px;
  }
  .navBar {
    width: 326.24px;
    height: 36.77px;
  }

  .navBar ul {
    display: none;
  }
  .navBar-link {
    display: none;
  }

  .mobile {
    display: none;
    margin: 0px;
    padding: 0px;
    width: 0px;
    height: 0px;
    position: relative;
    top: -320px;
    right: 165px;
  }

  .drop-down-menu {
    /*
    display: block;
     
      */
    /* left: 75px; */
    /* 
     margin: 0px;*/
    position: relative;
    right: 93px;
    top: 263px;
    background-color: #1b262f;
    width: 300px;
    height: 667px;
    z-index: 10;
    transition: right 1s ease;
    display: flex;
  }

  .drop-down-menu ul {
    /* border: 2px solid #FBFCFE; */
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 260px;
    margin: 43px 0px 0px 0px;
    position: relative;
  }

  .drop-down-menu li {
    font-size: 20px;
    list-style-type: none;
  }

  .drop-down-menu li:hover {
    font-weight: bold;
  }

  .drop-down-menu li a {
    text-decoration: none;
    cursor: pointer;
    color: #fbfcfe;
  }
  .menu {
    display: flex;
  }

  #navContainer {
    z-index: 100;
    margin: 24px 27px 0px 24px;
    width: 249px;
    height: 260px;
    border: 1px solid #979797;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    position: relative;
    top: 70px;
    right: 273px;
  }
  #scheDule button {
    background-color: #ba4270;
    width: 252px;
    height: 48px;
    border-radius: 24px;
    text-align: center;
    font-size: 15px;
  }

  #scheDule button:hover {
    background-color: #da6d97;
  }

  /* .close{
    
     
 } */
  .close svg {
    margin: 48px 0px 0px 251px;
  }

  /* */

  .hOne {
    height: 116px;
    /* border: 1px solid blue;*/
    width: 327px;
    margin: 48.47px 24px 0px 24px;
  }
  .hOne h1 {
    width: 327px;
    margin: 0px;

    font-family: "DM Serif Display";
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 36px;
    font-family: "DM Serif Display";
    text-align: center;
    /* or 100% */

    letter-spacing: -0.25px;

    color: #36536b;

    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .middle {
    display: block;
    width: 327px;
    height: 861px;
    /*border: 3px solid red;*/
    margin: 40px 24px 0px 24px;
  }
  .middle-left {
    width: 327px;
    height: 499px;
    display: block;
  }

  input {
    border: 0;
    background-color: #edf3f8;
    color: black;
  }

  input:focus {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    background-color: #edf3f8;
    outline: none;
  }
  form input[type="text"] {
    width: 327px;
    height: 42px;
  }

  form input[type="email"] {
    width: 327px;
    height: 42px;
  }

  input[type="text"]:focus {
    border-color: rgb(255, 64, 64);
    color: rgb(255, 64, 64);
  }

  input[type="email"]:focus {
    border-color: rgb(255, 64, 64);
    color: rgb(255, 64, 64);
  }

  .message-mobile {
    height: 89px;
    margin: 0px;
    padding-top: 0px;
    font-size: 15px;
    background-color: #edf3f8;
    color: #36536b;
    mix-blend-mode: normal;
    opacity: 0.5;
    padding: 4px;
    width: 327px;
    border: none;
    border-bottom: 1px solid rgb(161, 161, 161);
    cursor: pointer;
    resize: none;
    font-family: "Public Sans";
  }

  textarea::placeholder {
    color: #36536b;
  }
  textarea:focus {
    outline: none !important;
  }
  textarea:hover {
    border-bottom: rgb(255, 64, 64);
  }

  .middle-left form .error {
    color: rgb(255, 64, 64);
    font-size: 11px;
    padding-top: 10px;
    font-family: "Public Sans";
  }
  .error input[type="email"] {
    border-color: rgb(255, 64, 64);
    color: rgb(255, 64, 64);
  }
  .error input[type="email"]:focus {
    border-color: rgb(255, 64, 64);
    color: rgb(255, 64, 64);
  }
  .diff-nt {
    display: flex;
    width: 327px;
    margin: 24px 0px 0px 0px;
  }

  label {
    height: 50px;
    width: 277px;
    font-size: 15px;
    /*border: 1px solid red;*/
  }

  input[type="checkbox"] {
    width: 24px;
    height: 24px;
  }
  .middle-left form {
    /*margin-left: 95px;
        margin-right: 24px;*/
    height: 499px;
    width: 327px;
    margin: 0px;
    /*border: 1px solid purple;*/
    font-family: "Public Sans";
  }

  .right {
    margin: 80px 0px 0px 0px;

    display: block;
    height: 282px;
    width: 327px;
    /* border: 3px solid yellow;*/
  }
  #tes {
    margin: auto;
    height: 19.26px;
    width: 130.2px;
    margin-bottom: 35px;
  }

  #ms {
    margin: auto;
    height: 34px;
    width: 146px;
    margin-bottom: 35px;
  }

  #hp {
    height: 28px;
    width: 140.94px;
    margin: auto;
    margin-bottom: 35px;
  }

  #oracle {
    height: 19.85px;
    width: 136.55px;
    margin: auto;
    margin-bottom: 35px;
  }

  #google {
    height: 38px;
    width: 99px;
    margin: auto;
    margin-bottom: 35px;
  }

  #nvidea {
    height: 25px;
    width: 140px;
    margin: auto;
    margin-bottom: 35px;
  }
  .middle .middle-right .paraG {
    width: 327px;
    margin: 0;
  }

  .paraG p {
    margin: 0px 0px 20px 0px;
    width: 327px;
    height: 96px;
    font-size: 24px;
    text-align: center;
    line-height: 32px;
    letter-spacing: -0.18px;
  }

  /*#email2 {
    width: 305px;
    
    margin-left: -113px;
    }*/

  .RTS h2 {
    margin: 0px 0px 32px 0px;
    font-family: "DM Serif Display";
    text-align: center;
    font-size: 40px;
    line-height: 56px;
    line-height: 85%;
    letter-spacing: -0.37px;
  }

  .RTS {
    display: block;
    width: 328px;
    margin: 80px 24px 80px 24px;
    /* border: 3px solid blue;*/
    height: 180px;
  }
  .RTS form {
    display: block;
    /**/
    flex-direction: column;
    margin: 0px;
  }

  .RTS input[type="text"] {
    color: #36536b;
    mix-blend-mode: normal;
    opacity: 0.5;
    /*background:  #FBFCFE;*/
    box-shadow: 10px 10px 25px 10px rgba(54, 83, 107, 0.25);
    font-size: 15px;
    border-radius: 24px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 16px 0px;
    width: 327px;
    height: 48px;
  }

  .RTS input[type="submit"] {
    position: relative;
    left: 0px;
    background-color: #ba4270;
    color: #fbfcfe;
    border-radius: 25px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    width: 327px;
    height: 48px;
    padding: 0px;
  }

  .RTS input[type="submit"]:hover {
    background-color: #da6d97;
  }

  #feet {
    display: block;
    background-color: #1b262f;
    color: #fbfcfe;
    margin-top: 0px;
    width: 100%;
    height: 353px;
    font-family: "Public Sans";
  }

  .f-foot {
    display: block;
    margin: 0x;
    width: 133px;
    /* border: 1px solid red;*/
  }
  #feet .f-foot {
    display: block;
  }

  #feet #footer-logo {
    width: 133.9px;
    height: 36.77px;
    margin: 41.76px 120.34px 40.47px 120.76px;
    /* border: 1px solid blue;*/
  }

  #my-feet ul {
    display: block;
    margin: 0px 158px 40px 159px;
    padding: 0px;
    width: 58px;
    height: 115px;
  }

  #my-feet li {
    margin: 0px 0px 31px 0px;
  }

  .sGv {
    padding: 0px;
    display: block;
    margin: 0px;
    width: 327px;
  }

  .svg-icons-mobile {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
  }

  .f-footSvg {
    margin: 0px 127px 0px 128px;
    width: 128px;
    height: 24px;
    /*border: 1px solid red;*/
  }

  .f-footSvg svg {
    margin: 0px 0px 0px 0px;
  }
  #fb-icon {
    width: 24px;
    height: 24px;
    margin: 0px 24px 0px 0px;
  }

  #twit-icon {
    width: 24px;
    height: 19.5px;
    margin: 0px 24px 0px 0px;
  }

  #ln-icon {
    width: 24px;
    height: 24px;
  }

  @media only screen and (max-width: 414px) {
    #feet {
      display: block;
      background-color: #1b262f;
      color: #fbfcfe;
      margin-top: 0px;
      width: 414px;
      height: 353px;
      font-family: "Public Sans";
    }
  }

  @media only screen and (max-width: 375px) {
    #feet {
      display: block;
      background-color: #1b262f;
      color: #fbfcfe;
      margin-top: 0px;
      width: 375px;
      height: 353px;
      font-family: "Public Sans";
    }
  }
}
/*Tablet View*/
@media only screen and (max-width: 1195px) {
}
/*Tablet View*/
@media only screen and (max-width: 1195px) {
}
/*Mobile*/
@media only screen and (max-width: 380px) {
}
