@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "poppin", sans-serif;
  box-sizing: border-box;
}
body {
  background-color: rgba(255, 255, 255, 0.2);
  /* background-image: url(images/back4.jpg);
  background-size: cover; */
}
.sitewrapper {
  /* max-width: 1600px; */
  margin: auto;
  box-shadow: 0 2px 4px 4px #90a0b1;
  margin-top: 5px;
  margin-bottom: 5px;
  margin: 5px;

  border-radius: 7px;
  overflow: auto;
}
.top {
  /* border-top: 10px solid #3eaced; */
  height: 130px;
  border-left: 1px solid #b9cad3;
  border-right: 1px solid #b9cad3;
}

ul {
  list-style-type: none;

  font-size: 14px;
}

.misclinks li {
  float: right;
  font-size: 14px;
  padding-left: 0px;
}
.misclinks li a {
  background-color: #f7f7f8;
}
.misclinks {
  width: 100%;
  height: 28px;
  background-color: #f7f7f8;
}
.mainlinks {
  padding-top: 25px;
  width: 100%;
  background-color: #ffffff;
  height: 90px;
}

.mainlinks li {
  float: left;
}

.mainlinks li.active a,
.misclinks li.active a {
  background-color: #e3e8f0;
  cursor: pointer;
  border-bottom: 2px solid #ff7b00;
  /* border-radius: 3px; */
}
.mainlinks li.active a.active {
  background-color: #369ec7;
  cursor: pointer;
  border-bottom: 4px solid #dff801;
  border-radius: 1px;
  color: #fff;
}

.misclinks li a:hover {
  background-color: #a9c9d3;
  cursor: pointer;
  border-bottom: 2px solid #2c78a1;
  border-radius: 0px;
}

li a {
  display: block;
  text-align: center;
  padding: 3px 16px 3px 16px;
  text-decoration: none;
  color: #000222;
  border-bottom: 2px solid #ffffff;
  background-color: rgb(250, 253, 255);

  margin-right: 0px;
  font-weight: bold;
  color: #2c78a1;
}
li a:hover {
  background-color: #ecf1f0;
  cursor: pointer;
  border-bottom: 2px solid #3eaced;
}
li.search {
  float: right;
}
li.search a {
  background-color: #ffffff;

  border-bottom: 1px solid white;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  width: 120px;

  z-index: 1;
  overflow: none;
  font-size: 14px;
}
.dropdown-content a {
  padding-top: 6px;
  padding-left: 5px;
  text-decoration: none;
  display: block;
  height: 35px;
  text-align: left;
  width: 100%;

  font-weight: lighter;
  color: #134047;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .droplink {
  background-color: #e6e9ec;
  color: #b60909;
  border-bottom: 2px solid #466a99;
  z-index: 1;
}

.search a:hover {
  background-color: #ffffff;
  cursor: pointer;
  border-bottom: 2px solid #fefefe;
}

/* form.mysearch input[type="text"] { */
form.mysearch .se-text {
  padding: 3px 7px;
  font-size: 12px;
  border: none;
  float: left;
  width: 80%;
  background: #f1f1f1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

form.mysearch .se-button {
  float: left;
  width: 20%;
  padding: 3px;
  background: #2196f3;
  color: white;
  font-size: 12px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: none;
}

form.mysearch .se-button:hover {
  background: #0b7dda;
}

form.mysearch::after {
  content: "";
  clear: both;
  display: table;
}

.header {
  width: 100%;
  height: 600px;
  position: relative;

  background-image: url(images/cover-pg2.png);
  background-size: cover;
  /* background-size: 100% 100%; */
  box-shadow: 0 2px 8px 8px #d7e2ec;
}

.header.aboutus {
  /* background-image: url(images/bg1.jpg); */
  background-image: url(images/mile.jpg);
}
.header.academics {
  background-image: url(images/back2.jpg);
}

.header.admissions {
  background-image: url(images/cover4.jpg);
}
.header.student-life {
  background-image: url(images/cover1.jpg);
}

.header.support {
  background-image: url(images/support.jpg);
}
.header.success {
  background-image: url(images/success.png);
}
.header.events {
  background-image: url(images/eventss.jpg);
}
.header.bulletin {
  background-image: url(images/bulletin.jpg);
}
.header.fnews {
  background-image: url(images/fnews.jpg);
}
.headercontent {
  position: absolute;
  width: 500px;
  height: 360px;
  top: 10%;
  left: 4%;

  background-color: rgba(27, 8, 1, 0.6);
  border-radius: 10px;
  color: #ffffff;
  border-bottom: 1px solid #555555;
  font-weight: bold;
  /* box-shadow: 0 2px 8px 8px #a6a7a8; */
}
.headercontent.aboutus {
  position: absolute;
  top: 10%;
  left: 60%;
  width: 35%;
  height: 240px;
  background-color: rgba(37, 35, 34, 0.2);
  border-radius: 10px;
  color: #085a5a;
  border-bottom: 1px solid #555555;
  text-align: right;
  font-weight: bold;
  /* box-shadow: 0 2px 8px 8px #d7e2ec; */
}

.headercontent.academics {
  position: absolute;
  top: 10%;
  left: 60%;
  width: 35%;
  height: 240px;
  background-color: rgba(253, 74, 3, 0.4);
  border-radius: 10px;
  color: #0a2e35;
  border-bottom: 1px solid #555555;
  text-align: right;
  font-weight: bold;
  /* box-shadow: 0 2px 8px 8px #d7e2ec; */
}

.headertitle {
  padding: 20px 20px 0 20px;
}
.headerdetails {
  padding: 20px;
  font-size: 22px;
  text-align: justify;
}
.headerdetails.aboutus {
  text-align: right;
}

.calltoaction {
  position: relative;
  height: 50px;
  width: 212px;

  top: 75%;
  left: 4%;
}
.calltoaction.aboutus {
  position: relative;
  height: 50px;
  width: 212px;

  top: 80%;
  left: 4%;
}

.calltoaction li {
  background-color: #e1e9eb;
  margin-right: 10px;
  border: 1px solid #edf1f1;

  color: black;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  transition: 1s;
}
.calltoaction li.firstbtn {
  background-color: #b60909;
  margin-right: 10px;

  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  transition: 1s;
}

.calltoaction li:hover {
  background-color: rgb(78, 197, 206);
  color: white;
}
.calltoaction li::before {
  top: 0;
  border-radius: 0 0 40% 30%;
}
.calltoaction li:hover::before {
  height: 180%;
}

.learn-more {
  background-color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  padding: 5px 10px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 10px;
  float: right;
  border: 1px solid rgb(178, 223, 226);
  color: #0b7dda;
  margin-top: 2px;
  margin-left: 2px;
}
.learn-more.nav {
  float: left;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 2px;
}
.learn-more.download {
  float: left;
  margin-left: 16px;
  margin-top: 5px;
  margin-right: 2px;
}

.learn-more:hover {
  background-color: rgb(7, 178, 190);
  color: #ffffff;
}

.mycontent {
  position: relative;
  /*height: 500px;*/
  width: 100%;
  margin: auto;
  background-color: rgb(243, 243, 248);
  overflow: auto;
  padding-bottom: 30px;
  box-shadow: 0 2px 8px 8px #d7e2ec;
}
/* .mycontent.contactus {
  background-image: url(images/bgg.jpg);
} */

.corecontent {
  padding-top: 20px;
  width: 95%;
  height: auto;
  margin: auto;

  color: #000222;
}
.contenttitle {
  left: 40%;
}

h3.list1 {
  font-size: 14px;
  color: #f36004;
}
h3.list2,
div.list2 {
  font-size: 12px;
  color: #055160;
  margin-left: 16px;
  margin-right: 20px;
}
p.list2 {
  font-size: 12px;
  margin-left: 20px;
  margin-right: 20px;
}

div.topic-list {
  margin-left: 13px;
}

.contentdetails {
  padding-top: 20px;
  font-size: 18px;
  text-align: justify;
}

.small-quote {
  font-size: small;
  color: #5a0505;
  font-weight: bolder;
}
p.quote {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 5px solid #faac02;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: auto;
  background-color: #f5f7f5;
  padding: 20px;
  box-shadow: 0 2px 4px 2px #d7e2ec;
}

.gallery.aboutus {
  width: 100%;
  /* min-width: 340px; */
  max-width: 400px;
  box-shadow: 0 2px 2px 2px #be0c0c;
  border: none;
  border-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.gallery.aboutus img {
  border-radius: 10px;
}
.gallery.aboutus:hover {
  border: none;
}
.gallery.aboutus.support {
  border-radius: 5px;
}

.mycontent2 {
  position: relative;
  /*height: 520px;*/
  width: 100%;
  margin: auto;
  background-color: rgb(244, 244, 245);
  overflow: auto;
  padding-bottom: 25px;
  box-shadow: 0 2px 8px 8px #d7e2ec;
}

.cards {
  margin: auto;
  width: 100%;
  overflow: auto;
  display: grid;
  row-gap: 5px;
  column-gap: 5px;
  justify-content: center;

  grid-template-columns: 25% 25% 25% 25%;
}
.card {
  border: 1px none #fc0216;
  padding: 2px;

  background-color: #ffffff;
  text-align: center;
  height: 300px;
  border-radius: 5px;
}
.news {
  border-bottom: 3px solid #b60909;
}
.events {
  border-bottom: 3px solid #900098;
}
.bulletin {
  border-bottom: 3px solid #028bb5;
}
.success {
  border-bottom: 3px solid #f9d801;
}

.currentpg {
  background-color: rgba(19, 18, 18, 0.3);
}

.cardcontents {
  width: 50%;
  margin: auto;
  padding: 90px 0;
}

.center {
  text-align: center;
}

.card.news:hover {
  background-color: rgb(196, 61, 61);
  color: white;
  cursor: pointer;
  border: none;
  border-top: 3px solid #f9d801;
}
.card.events:hover {
  background-color: #028bb5;
  color: white;
  cursor: pointer;
  border: none;
  border-top: 3px solid #900098;
}
.card.bulletin:hover {
  background-color: #faac02;
  color: white;
  cursor: pointer;
  border: none;
  border-top: 3px solid #fc0216;
}
.card.success:hover {
  background-color: #900098;
  color: white;
  cursor: pointer;
  border: none;
  border-top: 3px solid #028bb5;
}

div.content4 {
  position: relative;
  overflow: auto;

  width: 100%;
  background-color: #ffffff;

  display: grid;
  grid-template-columns: 50% 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 2px 8px 8px #d7e2ec;
}

div.gallery {
  border: 1px solid #777;

  margin: auto;
  background-color: #ffffff;
}

div.gallery:hover {
  border: 1px solid #d10808;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

.footer {
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
  padding: 20px;
  /* height: 250px; */
  border-top: 1px solid #e9e5e5;
  overflow: auto;
  background-image: url(images/image_5.jpg);
  background-size: cover;
  box-shadow: 0 2px 8px 8px #d7e2ec;
}
.footer a {
  text-decoration: none;
  font-size: 12px;
  font-weight: bolder;
}
.footer p {
  color: rgb(11, 91, 102);
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: bolder;
  text-align: left;
}
p.head-title {
  font-size: 14px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-underline-offset: 5px;
}

div.downinfo {
  overflow: auto;
  width: 100%;
}
div.downinfo div.info {
  width: 33%;
  float: left;

  padding: 5px;
}
div.downinfo div.centerr {
  border-left: 1px solid rgb(172, 200, 204);
  border-right: 1px solid rgb(172, 200, 204);
}

div.downinfo div.inforight {
  width: 33%;
  float: right;
  padding: 5px;
}
div.downinfo div.inforight p {
  text-align: right;
}
em {
  color: #9e448f;
}
em.nocolor {
  color: rgba(0, 0, 0, 0);
}

div.buttom {
  margin: auto;
  align-content: center;
  width: 100%;
  padding-bottom: 30px;
}
form.cent {
  min-width: 200px;
  max-width: 400px;
  width: 30%;
  margin: auto;
}

/*START OF RESPONSIBILITY*/

@media only screen and (max-width: 1625px) {
  .sitewrapper {
    margin-left: 5px;
    margin-right: 5px;
  }
}

/* 1 Extra small devices (iphone 7,X - phones, 375px and down) */
@media only screen and (max-width: 375px) {
  div.downinfo div.info {
    width: 100%;
    float: left;
    padding: 0px;
    border-right: 0px;
  }
  div.downinfo div.centerr {
    border-left: 0px solid rgb(172, 200, 204);
    border-right: 0cqb solid rgb(172, 200, 204);
  }

  div.downinfo div.inforight {
    width: 100%;
    float: left;
    padding: 0px;
  }
  div.downinfo div.inforight p {
    text-align: center;
  }
  div.downinfo div.info p {
    text-align: center;
  }

  ul {
    font-size: 14px;
  }
  ul li a {
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .header {
    height: 340px;
    background-image: url(images/girl_small2.jpg);
  }
  .headertitle {
    font-size: 16px;
    padding: 20px 20px 0 20px;
  }
  .headerdetails {
    padding: 20px;
    font-size: 14px;
  }
  .headercontent {
    left: 3%;
    top: 5%;
    width: 265px;
    height: 255px;
  }
  .calltoaction {
    top: 83%;
    left: 3%;
  }
  .contenttitle {
    font-size: 16px;
  }
  .contentdetails {
    font-size: 14px;
  }
  /* .top {
    border-top: 10px solid #e2dfdf;
  } */

  .mycontent {
    background-color: #f0eeee;
  }
  .corecontent h3.aboutus {
    margin-top: 12px;
  }

  .cards {
    grid-template-columns: 23% 24% 24% 24%;
  }
  .card {
    height: 80px;
  }
  .cardcontents {
    padding: 10px 0;
    font-size: 12px;
  }
  .cardcontents img {
    width: 25px;
    height: 25px;
  }

  .content4.contact-form {
    grid-template-columns: 100%;
    background-color: #fff;
  }

  div.gallery {
    width: 100%;
  }

  .desc h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .desc ul li {
    font-size: 12px;
  }
}
/* 2 Extra small devices (iphone 7plus - phones, 414px and down) */
@media only screen and (min-width: 376px) {
  div.downinfo div.info {
    width: 100%;
    float: left;
    padding: 0px;
    border-right: 0px;
  }
  div.downinfo div.centerr {
    border-left: 0px solid rgb(172, 200, 204);
    border-right: 0px solid rgb(172, 200, 204);
  }

  div.downinfo div.inforight {
    width: 100%;
    float: left;
    padding: 0px;
  }
  div.downinfo div.inforight p {
    text-align: center;
  }
  div.downinfo div.info p {
    text-align: center;
  }
  ul {
    font-size: 14px;
  }
  ul li a {
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .header {
    height: 340px;
    background-image: url(images/cover-pg2.png);
  }
  .headertitle {
    font-size: 16px;
    padding: 20px 20px 0 20px;
  }
  .headerdetails {
    padding: 20px;
    font-size: 14px;
  }
  .headercontent {
    left: 3%;
    top: 5%;
    width: 265px;
    height: 255px;
  }
  .calltoaction {
    top: 83%;
    left: 3%;
  }
  .contenttitle {
    font-size: 16px;
  }
  .contentdetails {
    font-size: 14px;
  }
  /* .top {
    border-top: 10px solid #dff3f3;
  } */

  .mycontent {
    background-color: #dff3f3;
  }

  .cards {
    grid-template-columns: 23% 24% 24% 24%;
  }
  .card {
    height: 80px;
  }
  .cardcontents {
    padding: 10px 0;
    font-size: 14px;
  }
  .cardcontents img {
    width: 28px;
    height: 28px;
  }

  .content4.contact-form {
    grid-template-columns: 100%;
    background-color: #fff;
  }

  div.gallery {
    width: 100%;
  }

  div.content4 {
    background-color: rgb(255, 255, 255);
  }
  .desc h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .desc ul li {
    font-size: 12px;
  }
}

/* 3 Extra small devices (iphone 7plus - phones, 414px and down) */
@media only screen and (min-width: 415px) {
  div.downinfo div.info {
    width: 100%;
    float: left;
    padding: 0px;
    border-right: 0px;
  }

  div.downinfo div.inforight {
    width: 100%;
    float: left;
    padding: 0px;
  }
  div.downinfo div.inforight p {
    text-align: center;
  }
  div.downinfo div.info p {
    text-align: center;
  }
  ul {
    font-size: 14px;
  }
  ul li a {
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .header {
    height: 340px;
    background-image: url(images/cover-pg2.png);
  }
  .headertitle {
    font-size: 16px;
    padding: 20px 20px 0 20px;
  }
  .headerdetails {
    padding: 20px;
    font-size: 14px;
  }
  .headercontent {
    left: 3%;
    top: 5%;
    width: 265px;
    height: 255px;
  }
  .calltoaction {
    top: 83%;
    left: 3%;
  }
  .contenttitle {
    font-size: 16px;
  }
  .contentdetails {
    font-size: 14px;
  }

  /* .top {
    border-top: 10px solid #b7ecfc;
  } */

  .mycontent {
    background-color: #eff6f8;
    color: #013846;
  }

  .cards {
    grid-template-columns: 24% 24% 24% 24%;
  }
  .card {
    height: 90px;
  }
  .cardcontents {
    padding: 10px 0;
    font-size: 14px;
  }
  .cardcontents img {
    width: 32px;
    height: 32px;
  }

  .content4.contact-form {
    grid-template-columns: 100%;
    background-color: #fff;
  }

  .content4.contact-form div.gallery {
    width: 100%;
  }

  div.content4 {
    background-color: #ffffff;
  }
  .desc h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .desc ul li {
    font-size: 12px;
  }
}
/* 4 Extra small devices (iphone 14plus - phones, 428px and down) */
@media only screen and (min-width: 429px) {
  div.downinfo div.info {
    width: 33%;
    float: left;
  }

  div.downinfo div.centerr {
    border-left: 1px solid rgb(176, 185, 187);
    border-right: 1px solid rgb(176, 185, 187);
  }

  div.downinfo div.inforight {
    width: 33%;
    float: right;
  }
  div.downinfo div.inforight p {
    text-align: right;
  }

  ul {
    font-size: 14px;
  }
  ul li a {
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .header {
    height: 340px;
    background-image: url(images/cover-pg2.png);
  }
  .headertitle {
    font-size: 16px;
    padding: 20px 20px 0 20px;
  }
  .headerdetails {
    padding: 20px;
    font-size: 14px;
  }
  .headercontent {
    left: 3%;
    top: 5%;
    width: 265px;
    height: 255px;
  }
  .headercontent.aboutus {
    height: 230px;
  }
  .calltoaction {
    top: 83%;
    left: 3%;
  }
  .contenttitle {
    font-size: 16px;
  }
  .contentdetails {
    font-size: 14px;
  }

  /* .top {
    border-top: 10px solid #f3abf3;
  } */

  .mycontent {
    background-color: #f3eef3;
  }

  .cards {
    grid-template-columns: 24% 24% 24% 24%;
  }
  .card {
    height: 80px;
  }
  .cardcontents {
    padding: 10px 0;
    font-size: 14px;
  }

  .cardcontents img {
    width: 25px;
    height: 25px;
  }
  .content4.contact-form {
    grid-template-columns: 100%;
    background-color: #fff;
  }

  .content4.contact-form div.gallery {
    width: 100%;
  }

  div.gallery {
    width: 88%;
  }
  .desc h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .desc ul li {
    font-size: 12px;
  }
}

/* 5 Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  div.downinfo div.info {
    width: 33%;
    float: left;
  }

  div.downinfo div.centerr {
    border-left: 1px solid rgb(176, 185, 187);
    border-right: 1px solid rgb(176, 185, 187);
  }

  div.downinfo div.inforight {
    width: 33%;
    float: right;
  }
  div.downinfo div.inforight p {
    text-align: center;
  }
  ul {
    font-size: 14px;
  }
  ul li a {
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .header {
    height: 340px;
    background-image: url(images/girl_bg_bg_phone.jpg);
  }
  .headertitle {
    font-size: 16px;
    padding: 20px 20px 0 20px;
  }
  .headerdetails {
    padding: 20px;
    font-size: 14px;
  }
  .headercontent {
    left: 3%;
    top: 5%;
    width: 265px;
    height: 255px;
  }
  .headercontent.aboutus {
    height: 200px;
  }
  .calltoaction {
    top: 83%;
    left: 3%;
  }
  .contenttitle {
    font-size: 16px;
  }
  .contentdetails {
    font-size: 14px;
  }
  .mycontent {
    background-color: #f2f2f5;
  }
  .corecontent p,
  .contenttitle.core {
    color: #013846;
  }
  /* .top {
    border-top: 15px solid #87d8f8;
  } */
  .cards {
    grid-template-columns: 24% 24% 24% 24%;
  }
  .card {
    height: 120px;
  }
  .cardcontents {
    padding: 20px 0;
    font-size: 14px;
  }

  .cardcontents img {
    width: 32px;
    height: 32px;
  }
  div.gallery {
    width: 88%;
  }
  .desc h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .desc ul li {
    font-size: 12px;
  }
}

/* 6 Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  div.downinfo div.info {
    width: 33%;
    float: left;
  }

  div.downinfo div.centerr {
    border-left: 1px solid rgb(176, 185, 187);
    border-right: 1px solid rgb(176, 185, 187);
  }

  div.downinfo div.inforight {
    width: 33%;
    float: right;
  }
  div.downinfo div.inforight p {
    text-align: center;
  }
  ul {
    font-size: 16px;
  }
  ul li a {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .header {
    height: 320px;
    background-image: url(images/girl_bg_bg.jpg);
  }
  .headertitle {
    font-size: 16px;
    padding: 20px 20px 0 20px;
  }
  .headerdetails {
    padding: 20px;
    font-size: 14px;
  }
  .headercontent {
    left: 3%;
    top: 5%;
    width: 300px;
    height: 230px;
  }
  .headercontent.aboutus {
    height: 170px;
  }
  .calltoaction {
    top: 80%;
    left: 3%;
  }
  .contenttitle {
    font-size: 16px;
  }
  .contentdetails {
    font-size: 14px;
  }
  .mycontent {
    /*height: 520px;*/
    background-color: #fbfdfd;
  }
  .corecontent p,
  .contenttitle.core {
    color: #0c0000;
  }
  /* .top {
    border-top: 15px solid #44949e;
  } */

  .cards {
    grid-template-columns: 25% 24% 24% 25%;
  }
  .card {
    height: 150px;
  }
  .cardcontents {
    padding: 40px 0;
    font-size: 14px;
  }
  .cardcontents img {
    width: 36px;
    height: 36px;
  }

  .content4.contact-form {
    grid-template-columns: 50% 50%;
    background-color: #fff;
  }

  .content4.contact-form div.gallery {
    width: 100%;
  }
  div.gallery {
    width: 88%;
  }
  .desc h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .desc ul li {
    font-size: 12px;
  }
}

/* 7 Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  div.downinfo div.info {
    width: 33%;
    float: left;
  }

  div.downinfo div.centerr {
    border-left: 1px solid rgb(176, 185, 187);
    border-right: 1px solid rgb(176, 185, 187);
  }

  div.downinfo div.inforight {
    width: 33%;
    float: right;
  }
  div.downinfo div.inforight p {
    text-align: center;
  }
  ul {
    font-size: 16px;
  }
  .header {
    height: 550px;
    background-image: url(images/cover-pg2.png);
  }
  .headertitle {
    font-size: 20px;
    padding: 20px 20px 0 20px;
  }
  .headerdetails {
    padding: 20px;
    font-size: 16px;
  }
  .headercontent {
    left: 3%;
    top: 5%;
    width: 400px;
    height: 220px;
  }
  .headercontent.aboutus {
    height: 160px;
  }
  .calltoaction {
    top: 50%;
    left: 3%;
  }
  .contenttitle {
    font-size: 20px;
  }
  .contentdetails {
    font-size: 16px;
  }
  .mycontent {
    /*height: 550px;*/
    background-color: #f8f5f7;
  }
  .corecontent p,
  .contenttitle.core {
    color: #011820;
  }
  /* .top {
    border-top: 15px solid #9e448f;
  } */
  .cards {
    grid-template-columns: 25% 24% 24% 25%;
  }
  .card {
    height: 200px;
  }
  .cardcontents {
    padding: 50px 0;
    font-size: 16px;
  }

  .cardcontents img {
    width: 48px;
    height: 48px;
  }
  div.gallery {
    width: 88%;
  }
  .desc h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .desc ul li {
    font-size: 14px;
  }
}

/* 8 Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  div.downinfo div.info {
    width: 33%;
    float: left;
  }

  div.downinfo div.centerr {
    border-left: 1px solid rgb(176, 185, 187);
    border-right: 1px solid rgb(176, 185, 187);
  }

  div.downinfo div.inforight {
    width: 33%;
    float: right;
  }
  div.downinfo div.inforight p {
    text-align: center;
  }
  ul {
    font-size: 16px;
  }

  .header {
    height: 550px;
    background-image: url(images/cover-pg2.png);
  }
  .headertitle {
    font-size: 20px;
    padding: 20px 20px 0 20px;
  }
  .headerdetails {
    padding: 20px;
    font-size: 16px;
  }
  .headercontent {
    left: 3%;
    top: 5%;
    width: 400px;
    height: 220px;
  }
  .calltoaction {
    top: 50%;
    left: 3%;
  }
  .contenttitle {
    font-size: 20px;
  }
  .contentdetails {
    font-size: 16px;
  }
  .mycontent {
    /*height: 470px;*/
    background-color: #f9fbfd;
  }
  .corecontent p,
  .contenttitle.core {
    color: #110101;
  }
  /* .top {
    border-top: 15px solid #446b9e;
  } */
  .cards {
    grid-template-columns: 25% 24% 24% 25%;
  }
  .card {
    height: 200px;
  }
  .cardcontents {
    padding: 50px 0;
    font-size: 16px;
  }
  .cardcontents img {
    width: 48px;
    height: 48px;
  }
  div.gallery {
    width: 88%;
  }
  .desc h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .desc ul li {
    font-size: 14px;
  }
}
/* 9 Extra large devices (large laptops and desktops, 1920px and up) */
@media only screen and (min-width: 1920px) {
  div.downinfo div.info {
    width: 33%;
    float: left;
  }

  div.downinfo div.centerr {
    border-left: 1px solid rgb(176, 185, 187);
    border-right: 1px solid rgb(176, 185, 187);
  }

  div.downinfo div.inforight {
    width: 33%;
    float: right;
  }
  div.downinfo div.inforight p {
    text-align: center;
  }
  .header {
    background-image: url(images/cover-pg2.png);
  }

  /* .corecontent {
    width: 100%;
  } */

  .mycontent {
    /*height: 430px;*/
    background-color: #f7f5f5;
  }
  .corecontent p,
  .contenttitle.core {
    color: #000000;
  }
  /* .top {
    border-top: 15px solid #ecaaaa;
  } */
  .card {
    background-color: #a7d3f8;
  }
  div.mycontent2 {
    background-color: #ffffff;
  }
  .cardcontents {
    padding: 70px 0;
    font-size: 16px;
  }

  .cardcontents img {
    width: 25px;
    height: 25px;
  }
  div.gallery {
    width: 100%;
    background-color: #fff;
  }
  .desc h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .desc ul li {
    font-size: 14px;
  }
}

/* Contact Us form */

.xela-form {
  display: block;
  /* min-height: 50vh; */
  justify-content: center;
  align-items: center;
  background: #ffffff;
  overflow: auto;
  box-shadow: 0 2px 8px 8px #d7e2ec;
  border-radius: 7px;
  /* margin: 40px; */
  background-color: #ffffff;
}
.form-content {
  width: 100%;
  background-color: #ffffff;
  padding: 10px;
  /* box-shadow: 0 2px 8px 8px #d7e2ec; */
  border-radius: 10px;
  margin: auto;
}
/* .form-content img {
  max-width: 600px;
} */
.padd {
  padding-left: 5px;
  padding-right: 5px;
  max-width: 560px;
}
.leftpadd {
  max-width: 600px;
}

.input-container {
  width: 90%;
  min-width: 302px;
  max-width: 604px;
  margin: auto;
  padding-bottom: 20px;
  /* background-color: #057055; */
}
.entryarea {
  position: relative;
  height: 40px;
  line-height: 40px;
  /* background-color: #028bb5; */
}
input.cf-input,
textarea {
  position: absolute;
  width: 100%;
  outline: none;
  font-size: 16px;
  padding: 0 20px;

  line-height: 40px;
  border-radius: 5px;
  border: 1px solid#65696e;
  background: transparent;
  transition: 0.2s ease;
  z-index: 1111;
}
textarea {
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.txt {
  margin-bottom: 105px;
}
.hp {
  display: none;
}
.butt {
  width: 120px;
  margin: auto;
}
.cap {
  width: 302px;
  margin: auto;
  height: 75px;
}

.cf-btn {
  height: 40px;
  padding: 0 1px;
  border-radius: 30px;
  width: 100%;
  cursor: pointer;
}
.cf-btn:hover {
  background-color: #eff3f8;
  color: #0b78f5;
  border: 1px solid #9c0720;
}
.labelline {
  position: absolute;
  font-size: 14px;
  color: #057055;
  padding: 0 6px;
  margin: 0 8px;
  background-color: #ffffff;
  transition: 0.2s ease;
}
input.cf-input:focus,
input.cf-input:valid,
textarea:focus,
textarea:valid {
  color: #013846;
  border: 1px solid #019ffa;
}
input.cf-input:focus + .labelline,
input.cf-input:valid + .labelline,
textarea:focus + .labelline,
textarea:valid + .labelline {
  color: #056481;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  transform: translate(0, -16px) scale(0.88);
  z-index: 1111;

  border-bottom: 1px solid #019ffa;
  border-radius: 15px;
}

div.no-border,
div.no-border:hover {
  border: none;
}
.error {
  color: #d10808;
  font-size: 10px;
}

/* End of Contact Us form */
