<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* form-css-start */ /* form-css-end */
.gallery-section .box {
  width: calc(25% - 20px);
  margin: 0px 10px; /* height: 250px; */
}
.gallery-section .box a img {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
}
.chairman .col-text h2 {
  font-size: 24px;
  padding: 0;
}
.chairman .col-text h3 {
  color: #e1b205;
  font-size: 16px;
}
.chairman .col-text h4 {
  padding: 0px 0px;
  font-style: italic;
  font-size: 14px;
  color: #2a3869;
}
.chairman .col-img img {
  border-radius: 5px;
}
.chairman .col-text p {
  font-size: 12px;
}
.chairman .col-box-one {
  width: 30%;
}
.chairman .col-box-two {
  width: 70%;
}
.container .h3 {
  margin-left: -149px;
} /* .admission-section .addmisson1{ text-align: justify; margin-left: -147px; } */
.header {
  background-color: #2a3869;
  color: #fff;
}
.header .logo img {
  display: inline-block;
  vertical-align: middle;
}
.header .logo .img1 {
  width: 100px;
}
.header .site-controls p {
  margin: 0px 5px;
}
.header .site-controls p span {
  width: 24px;
  display: inline-block;
}
.menu {
  background-color: #e1b205;
  padding: 4px 0px;
  display: flex;
  justify-content: center;
}
.menu ul {
  padding: 0px 12px;
  position: relative;
  z-index: 2;
}
.menu li {
  position: relative;
  font-weight: 700;
  display: inline-block;
  font-size: 12px;
  padding: 10px 8px;
  line-height: 15px;
  letter-spacing: 0.5px; /* margin-right: -5px; */
}
.menu li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #2a3869;
  display: none;
  transform: translateY(30px);
  z-index: 1;
  min-width: 240px;
}
.menu li:last-child ul {
  left: -145px;
}
.menu li i {
  font-size: 11px;
  margin-left: 5px;
  color: #000;
}
.menu li ul li {
  display: block;
  transform: translateX(0px);
  transition: transform 0.5s;
}
.menu li ul li:hover {
  transform: translateX(10px);
}
.menu li:hover ul {
  display: block;
  transform: translateY(4px);
  transition: transform 0.5s;
}
.menu ul li a {
  color: #000;
}
.menu ul li ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}
.banner-section {
  position: relative;
}
.banner-section .banner-slide {
  height: 435px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 160px 0px;
}
.banner-section .banner-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgb(0 0 0 / 66%);
}
.banner-section .banner-slide .banner-text {
  width: 100%;
  position: relative;
  z-index: 1;
}
.banner-section .form-box {
  width: 300px;
  background-color: #2a3869;
  position: absolute;
  top: 20px;
  right: 5%;
  text-align: center;
  color: #fff;
  padding: 20px;
}
.banner-section .form-box p {
  padding-bottom: 20px;
}
.welcome-section {
  background-image: url(../images/pattern-2.png);
  background-color: #f9f3e8;
}
.welcome-section .col-img {
  padding-right: 20px;
}
.welcome-section .col-img img {
  border-radius: 50%; /*height: 520px;*/
}
.welcome-section p {
  padding-bottom: 10px;
  font-size: 12px;
}
.counter-section {
  background-image: url(../images/bg-counter.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}
.counter-section::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}
.counter-section .flex-row {
  position: relative;
  z-index: 1;
}
.counter-section .column span {
  font-size: 34px;
  font-weight: 700;
  display: block;
  padding: 8px 0px;
}
.admission-section {
  background-image: url(../images/pattern-2.png);
  background-repeat: no-repeat;
  background-position: right;
}
.admission-section .panel {
  background-color: #2a3869;
  color: #fff;
  counter-reset: section;
}
.admission-section .panel h2 {
  padding-bottom: 40px;
}
.admission-section .panel .column {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.admission-section .panel .column::before {
  counter-increment: section;
  content: counter(section) ".";
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 30px;
}
.admission-section .panel .column h3 {
  padding-bottom: 5px;
}
.admission-section .panel .form-box {
  width: 300px;
  background-color: #ffa100;
  padding: 20px;
}
.admission-section .col-left {
  padding: 30px;
}
.course-section {
  background-color: #2a3869;
  background-image: url(../images/bg.png);
  color: #fff;
}
.course-section h2 {
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
}
.course-section .ac-box {
  width: 100%;
  margin-bottom: 15px;
}
.course-section .ac-box .ac-head {
  border: solid 1px #ffa100;
  position: relative;
  font-weight: 700;
  padding: 8px 15px;
  padding-right: 40px;
}
.course-section .ac-box .ac-head .expend {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.course-section .ac-box .ac-head .expend::before {
  content: "\2b";
  font-family: FontAwesome;
  display: block;
  color: #000;
  line-height: 24px;
  text-align: center;
}
.course-section .ac-box .ac-head .expend.active::before {
  content: "\f068";
}
.course-section .ac-box .ac-body {
  display: none;
  padding: 10px;
}
.course-section .ac-box .ac-body .table {
  border: solid 1px #354783;
}
.course-section .ac-box .ac-body .table th,
.course-section .ac-box .ac-body .table td {
  color: #fff;
  border: solid 1px #354783;
}
.course-section .ac-panel {
  background-color: #626f9b;
  color: #fff;
  padding: 20px;
}
.course-section .ac-panel img {
  width: 100%;
}
.course-section .ac-panel h3 {
  padding-bottom: 10px;
}
.course-section .ac-panel h4 {
  padding: 10px 0px;
}
.course-section .ac-panel p {
  padding-bottom: 10px;
  font-size: 12px;
}
.facility-section {
  background-image: url(../images/hero-bg.svg);
}
.facility-section .col-box {
  margin-bottom: 20px;
}
.facility-section .column {
  border: solid 1px #ddd;
  position: relative;
  padding: 5px;
  margin-bottom: 10px;
}
.facility-section .column img {
  height: 166px;
  display: block;
  width: 100%;
}
.facility-section .column ul {
  position: absolute;
  bottom: -15px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.facility-section .column ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #ffa100;
  border-radius: 50%;
  line-height: 32px;
  margin: 0px 2px;
}
.facility-section .column ul li a {
  color: #fff;
}
.profile-section {
  background-color: #fbf8ff;
}
.profile-section h2 {
  padding-bottom: 20px;
}
.profile-section h4 {
  padding: 10px 0px;
}
.recruiter-section {
  background-color: #fbf8ff;
}
.recruiter-section .column {
  box-shadow: rgba(32, 32, 32, 0.15) 0px 0px 30px 0px;
}
.footer {
  background-color: #2a3869;
  color: #ddd;
  padding-top: 35px;
}
.footer p {
  font-size: 12px;
}
.footer .column {
  width: 25%;
}
.footer .column.two {
  width: 35%;
  padding-left: 40px;
}
.footer .column.two ul {
  column-count: 2;
}
.footer .column.three {
  width: 30%;
}
.footer .column .footer-logo {
  width: 270px;
  margin-bottom: 30px;
}
.footer .column h3 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 20px;
}
.footer .column .social {
  padding-top: 12px;
}
.footer .column .social li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffa100;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  margin: 0px 4px;
}
.footer .column .social li a {
  color: #fff;
}
.footer .column .links li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px;
}
.footer .column .links li::before {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  top: 0px;
  left: 0px;
}
.footer .column .links li a {
  color: #ddd;
  font-size: 12px;
}
.footer .column .box {
  position: relative;
  padding-left: 50px;
  margin-bottom: 12px;
}
.footer .column .box .icon {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 30px;
  color: #ffa100;
}
.footer .column .box h4 {
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 0px;
}
.footer .copyright {
  width: 100%;
  border-top: solid 1px #3c4c87;
  padding: 5px 0px;
  margin-top: 15px;
}
.footer .copyright p,
.footer .copyright a {
  margin-bottom: 0px;
  color: #fff;
} /*additional changes after made*/ /* line 837, ../sass/style.scss */
.whatsapp-web-desktop {
  position: fixed;
  z-index: 2;
  right: 50px;
  bottom: 50px;
} /* line 844, ../sass/style.scss */
.whatsapp-web-desktop .whatsapp-desktop {
  font-size: 38px;
  background-color: green;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  padding: 2px 11px;
  line-height: 52px;
} /* line 854, ../sass/style.scss */
.whatsapp-web-desktop .whatsapp-desktop a i {
  color: #fff;
} /* line 858, ../sass/style.scss */
.whatsapp-web-mobile {
  display: none;
} /* line 862, ../sass/style.scss */
.call-web-desktop {
  position: fixed;
  z-index: 2;
  right: 49px;
  bottom: 113px;
} /* line 869, ../sass/style.scss */
.call-web-desktop .call-desktop {
  font-size: 38px;
  background-color: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  padding: 2px 11px;
  line-height: 52px;
} /* line 879, ../sass/style.scss */
.call-web-desktop .call-desktop a i {
  color: #0097e6;
} /* 12-07-2022 */
.about-seiko-section {
  background-image: url(../images/bg1.jpg);
  color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-seiko-section .col-img img,
.founder-section .col-img img,
.chairman-section .col-img img,
.director-section .col-img img,
.courses-section .col-img img {
  border-radius: 50%;
  height: 450px;
  width: 450px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.governing-section .col-box .col-text table,
.eligiblity-section .table-section table {
  width: 100%;
}
.governing-section .col-box .col-text table,
.eligiblity-section .table-section table,
tr {
  border: 1px solid #ddd;
  border-collapse: collapse;
  text-align: left;
  background-color: #c7c6c6;
}
.eligiblity-section .table-section table th {
  text-align: center;
}
.eligiblity-section .table-section table td {
  border-left: 1px solid #ddd;
}
.governing-section .col-box .col-text table th,
.eligiblity-section .table-section table th {
  padding: 12px 10px;
  background-color: #2a3869;
  color: #fff;
}
.governing-section .col-box .col-text table td,
.eligiblity-section .table-section table td {
  padding: 8px 15px;
}
.governing-section .col-box .col-text table tr:nth-child(odd) {
  background-color: rgb(134, 132, 132);
  color: #fff;
}
.founder-section {
  background-image: url(../images/bg2.jpg);
  color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.founder-section .col-box .heading p {
  font-size: 14px;
}
.chairman-section {
  background-image: url(../images/bg3.jpg);
  color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.chairman-section .col-box .col-text h5,
.director-section .col-box .col-text h5 {
  padding: 8px 0;
  color: #ffa100;
  font-size: 20px;
}
.director-section {
  background-image: url(../images/bg4.jpg);
  color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mission-section .column {
  width: calc(33% - 20px);
  margin: 0px 10px;
  border: 1px solid #ffa100;
  padding: 30px 29px;
}
.mission-section .column .col-img img {
  width: 50px;
  height: 50px;
}
.mission-section .column .col-text .heading,
.advisory-section .column .right .col-text .heading {
  padding-bottom: 0px;
}
.mission-section .column .col-text .heading h2 {
  padding: 12px 0px;
  font-size: 22px;
}
.mission-section .column .col-text ul li {
  font-size: 13px;
  line-height: 22px;
  list-style: disc;
}
.advisory-section .column,
.syllabus-section .column {
  width: calc(50% - 20px);
  margin: 10px 10px;
  border: 1px solid #ffa100;
  padding: 10px 10px; /* display: inline-flex; */
}
.advisory-section .column .left,
.syllabus-section .column .left {
  width: 30%;
}
.advisory-section .column .left .col-img img,
.syllabus-section .column .left .col-img img {
  width: 100%;
  border-radius: 50%;
  height: 154px;
}
.advisory-section .column .right,
.syllabus-section .column .right {
  width: 70%;
  margin-left: 27px;
}
.advisory-section .column .right .col-text .heading h2,
.syllabus-section .column .right .col-text .heading h2 {
  font-size: 18px;
  padding: 0px;
}
.syllabus-section .column .right .col-text p {
  text-align: justify;
  font-size: 13px;
}
.advisory-section .column .right .col-text ul li {
  display: inline-flex;
  padding: 5px 0px;
}
.advisory-section .column .right .col-text ul li:last-child {
  padding-left: 10px;
}
.syllabus-section .column .right .download-icon span {
  background-color: #2a3869;
  border-radius: 50%;
  padding: 5px 14px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.syllabus-section .column .right .download-icon span i {
  color: #fff;
  font-size: 25px;
} /* 12-07-2022 */
.addmisson-section-1 .panel .col-left {
  width: 50%;
  border: 1px solid #ddd;
  padding: 15px;
}
.addmisson-section-1 .panel .col-right {
  margin-left: 30px;
  width: calc(50% - 30px);
  background-color: #e1b205;
  padding: 15px;
}
.addmisson-section-1 .panel .col-left h3 {
  font-size: 30px;
  padding: 15px 0px;
}
.addmisson-section-2 .panel .col-right {
  width: 50%;
  padding: 15px;
  background-color: #e1b205;
}
.addmisson-section-2 .panel .col-left {
  margin-left: 30px;
  width: calc(50% - 30px);
  border: 1px solid #ddd;
  padding: 15px;
}
.addmisson-section-2 .panel .col-left h3 {
  font-size: 30px;
  padding: 15px 0px;
}
.contact-section .col-left {
  background: cadetblue;
  padding: 15px;
  border-radius: 5px;
}
.contact-section .col-left .contact {
  margin-left: 0px;
  font-size: 26px;
  margin-top: 0px;
  color: orange;
}
.contact-section .col-left .add {
  font-size: 30px;
  margin-right: 10px;
}
.contact-section .col-left .village {
  font-size: 18px;
  font-size: 17px;
  margin-left: 45px;
}
.contact-section .col-left .iconbox {
  top: 0px;
  left: 0px;
  font-size: 15px;
}
.map {
  margin-inline: 88px;
  margin-bottom: 10px;
}
.contact-section .col-right {
  width: 40%;
  background: orange;
  padding: 15px;
  border-radius: 5px;
}
.contact-section .col-left .icon {
  color: orange;
  font-size: 30px;
}
.contact-section .col-left .address {
  font-size: 16px;
  margin-left: 34px;
}
.contact-section .col-left .box {
  width: 500px;
}
.contact-section .col-left .visit {
  margin-top: -44px;
  margin-left: 40px;
  font-size: 22px;
} /* dharmendra */
.admission_form .splite {
  padding: 20px;
  background-color: #3c4c87;
  border-radius: 10px;
}
.admission_form .splite form .heading1 h2 {
  color: white !important;
  font-size: 32px !important;
  padding-bottom: 7px;
}
.admission_form .splite form .form_group .form_control {
  width: 100%;
  padding: 13px;
  border-radius: 5px;
  outline: none;
  border: 1px;
}
.admission_form .splite form .form_group #submitt {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  color: black;
  border-radius: 5px;
  outline: none;
}
.admission_form .splite form .form_group label {
  font-size: 14px;
  color: white;
  line-height: 2.3;
}
.form_group {
  position: relative;
  margin-bottom: 4px;
}
#btn20 {
  position: fixed;
  bottom: 275px;
  right: -118px;
  transform: rotate(-90deg);
  padding: 10px 20px;
  background: blueviolet;
  color: white;
  letter-spacing: 0.5px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
}
.staffs .col {
  width: calc(20% - 20px);
  margin: 10px;
  background: rgb(129, 120, 248);
  padding: 20px;
  border-radius: 10px;
}
.staffs .col .img_box img {
  width: 110px;
  height: 110px;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
}
.staffs .col .img_box h4 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
  padding-top: 7px;
  color: white;
}
.staffs .col .img_box h5 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
  color: white;
}
.bpharma_one .heading p {
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
  padding-bottom: 10px;
}
.bpharma_one .heading h2 {
  border-bottom: 5px solid #2a3869;
  width: 965px;
  margin-bottom: 30px;
} /* 11111111 */
.dpharma_one .heading p {
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
  padding-bottom: 10px;
}
.dpharma_one .heading h2 {
  border-bottom: 5px solid #2a3869;
  width: 1080px;
  margin-bottom: 30px;
}
.popup-form {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1111;
  width: 100%;
  background-color: #0202028f;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  overflow: auto;
}
.popup-form .admission_form .splite form .heading1 span i {
  font-size: 30px;
  color: white;
  float: right;
  cursor: pointer;
}
.diploma_in_pharmacy .heading h3 {
  background: linear-gradient(to right, #0c32c0, #dd474b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px 0px;
  font-size: 32px;
}
.diploma_in_pharmacy p {
  font-size: 12px;
}
.diploma_in_pharmacy p a {
  color: blue;
}
.government_pharmacy_college h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.government_pharmacy_college p {
  font-size: 12px;
}
.why_choose_seiko_cp h3 {
  font-weight: 700;
  font-size: 22px;
}
.why_choose_seiko_cp ul li {
  list-style: disc;
  line-height: 2;
}
.why_choose_seiko_cp p a {
  color: blue;
}
.private_dpharma h4 {
  font-size: 20px;
  font-weight: 700;
}
.best_dpharma_college .heading {
  padding: 0;
}
.private_dpharma p a {
  color: blue;
}
@media (max-width: 1024px) {
  .banner-section .banner {
    height: 240px;
  }
  .footer .column .links li a {
    font-size: 13px;
  }
  .gallery-section .box {
    width: calc(33% - 20px);
    margin: 0px 10px;
  } /* tablet responsive-css */
  .container .col-box .col-img1 .img {
    margin-left: 0px !important;
  }
  .text .p {
    margin-left: 50px !important;
  }
  .mous-section .container .column1 {
    height: 994px;
    width: 100%;
  }
  .mous-section .container .column2 {
    width: 100%;
    height: 1074px;
  }
  .mous-section .container .column3 {
    height: 977px;
    width: 100%;
  }
  .classroom-section {
    height: 330px !important;
  }
  .container .column-section .right .imgtext {
    margin-inline: 0px;
    margin-top: 0px;
  }
  .container .column-section .left .imgbox {
    margin-left: 20px;
    margin-top: 42px;
  }
  .container .p2 {
    font-size: 13px;
  }
  .container .column-section .right {
    /* margin-top: 45px; */
  }
  .container .column-section .left {
    margin-top: -38px;
  }
  .harbal-section .container2 {
    width: 760px !important;
  }
  .harbal-section {
    height: 535px !important;
  }
  .playground-section .container3 {
    width: 760px !important;
  }
  .header {
    padding: 10px 0px;
  }
  .header .logo {
    width: 45%;
  }
  .header .site-controls {
    width: 54%;
  }
  .header .logo .img1 {
    width: 70px;
  }
  .header .logo .img2 {
    width: 263px;
  }
  .menu ul li {
    padding: 5px 10px;
  }
  .banner-section .banner-slide .banner-text {
    width: 50%;
  }
  .welcome-section .col-img img {
    height: auto;
  }
  .counter-section .column span {
    font-size: 28px;
  }
  .admission-section .col-left {
    width: calc(100% - 305px);
  }
  .admission-section .col-right {
    width: 300px;
  } /*1024 changes*/
  .whatsapp-web-desktop .whatsapp-desktop {
    bottom: 30px;
    font-size: 38px;
    width: 55px;
    height: 55px;
    padding: 1px 11px;
    line-height: 55px;
  } /* line 943, ../sass/style.scss */
  .whatsapp-web-mobile {
    display: none;
  } /* line 947, ../sass/style.scss */
  .call-web-desktop .call-desktop {
    bottom: 30px;
    font-size: 38px;
    width: 55px;
    height: 55px;
    padding: 1px 13px;
    line-height: 55px;
  }
  .menu {
    position: absolute;
    top: 84px;
    left: 0px;
    width: 100%;
    z-index: 10;
    display: none;
  }
  .menu ul li {
    display: block;
    padding: 10px 10px;
  } /* rohit */
  .welcome-section .col-img img {
    height: 348px;
    width: 100%;
  }
  .welcome-section p {
    font-size: 15px;
}
  .counter-section .col-box h3 {
    font-size: 16px;
  }
  .admission-section .panel .form-box {
    width: 291px;
  }
  .course-section .ac-panel p {
    font-size: 12px;
    text-align: justify;
  }
  .facility-section .column img {
    width: 100%;
    height: 250px;
  }
  .profile-section .col-text p {
    font-size: 15px;
    text-align: justify;
  }
  .footer .column h3 {
    font-size: 18px;
  }
  .footer .column p {
    font-size: 12px;
    text-align: justify;
  } /* .footer .column .box .icon { left: 15px; } */
  .footer .column .box {
    padding-left: 50px;
  }
  .footer .column.two {
    padding-left: 25px;
  }
  .footer .column .links li a {
    font-size: 12px;
  }
  .about-seiko-section .col-img img,
  .founder-section .col-img img,
  .chairman-section .col-img img,
  .director-section .col-img img,
  .courses-section .col-img img {
    height: 350px;
    width: 350px;
  }
  .about-seiko-section .col-text .heading h2,
  .founder-section .col-text .heading h2,
  .chairman-section .col-text .heading h2,
  .director-section .col-text .heading h2,
  .courses-section .col-text .heading h2 {
    font-size: 20px;
  }
  .founder-section .col-box .heading p {
    font-size: 13px;
  }
  .mission-section .column {
    width: calc(33% - 4px);
    margin: 0px 2px;
    padding: 9px 18px;
  }
  .mission-section .column .col-text ul li {
    font-size: 12px;
  }
  .advisory-section .column .left {
    width: 35%;
  }
  .advisory-section .column .left .col-img img,
  .syllabus-section .column .left .col-img img {
    height: 120px;
  }
  .advisory-section .column .right {
    width: 65%;
    margin-left: 12px;
  }
  .advisory-section .column .right .col-text .heading h2,
  .syllabus-section .column .right .col-text .heading h2 {
    font-size: 15px;
  }
  .advisory-section .column .right .col-text ul li {
    font-size: 12px;
  }
  .advisory-section .column .right .col-text p,
  .syllabus-section .column .right .col-text p {
    font-size: 12px;
    text-align: justify;
  }
  .footer .copyright p {
    font-size: 12px;
  }
  .eligiblity-section .table-section table td {
    font-size: 13px;
  }
  .syllabus-section .column .left .col-img img {
    height: 100px;
  }
  .syllabus-section .column .right .download-icon span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 2px 10px;
  }
  .syllabus-section .column .right .download-icon span i {
    font-size: 20px;
  }
  .addmisson-section-1 .panel .col-left h3,
  .addmisson-section-2 .panel .col-left h3 {
    font-size: 20px;
  }
  .addmisson-section-1 .panel .col-left p,
  .addmisson-section-2 .panel .col-left p {
    font-size: 12px;
  }
  .contact-section .col-left {
    width: 430px;
    height: 400px;
  }
  .contact-section .col-left .icon {
    font-size: 26px;
    padding-top: 18px;
  }
  .contact-section .col-left .visit {
    margin-top: -35px;
    font-size: 19px;
  }
  .contact-section .col-left .address {
    font-size: 15px;
    margin-left: 34px;
    width: 300px;
  } /* dharmendra */
  .bpharma_one .heading p {
    font-size: 17px;
  }
  .dpharma_one .heading p {
    font-size: 17px;
  }
  td,
  th {
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 1.7;
  }
  .faculty_and_staff table tbody th,
  td {
    padding: 8px !important;
  }
  #btn20 {
    right: -106px !important;
  } /* /* rohit */
}
@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }
  .header {
    padding: 10px 0px;
  }
  .diploma_in_pharmacy .heading h3 {
    padding: 10px 0px;
    font-size: 31px;
  } /* responsive css */
  .banner-section .banner {
    height: 140px;
  }
  .gallery-section .box {
    width: calc(28% - -48px);
    margin: 0px 10px;
  }
  .col-box .col-img1 .img {
    margin-left: 0px !important;
  }
  .text .p {
    margin-left: 21px !important;
    font-size: 11px !important;
  }
  .container .pmessage .placemessage {
    font-size: 15px !important;
  }
  .container .p2 {
    font-size: 13px;
  }
  .container .pmessage .message1 {
    font-size: 15px !important;
  }
  .mous-section .container .column1 {
    height: 395px;
  }
  .mous-section .container .column2 {
    height: 426px;
  }
  .mous-section .container .column3 {
    height: 388px;
  }
  .container .column-section .left {
    width: 100%;
  } /* garden-css */
  .container .column-section .left .imgbox {
    margin-inline: 0px;
    margin-left: 0px;
    margin-top: 40px;
  }
  .harbal-section {
    height: 288px !important;
  }
  .container2 .column-section2 {
    padding-inline: 6px;
  }
  .harbal-section .container2 {
    width: 322px !important;
  } /* playground-section-css */
  .container3 .playground-section .left .imgbox {
    margin-inline: 0px;
    margin-left: 0px;
    margin-top: 15px;
  }
  .playground-section {
    height: 372px !important;
  }
  .container3 .column-section3 {
    padding-inline: 6px;
  }
  .playground-section .container3 {
    width: 320px !important;
  }
  .container3 .column-section3 .imgbox .round2 {
    height: 235px;
  }
  .container3 .column-section3 .garden-img .imgbox {
    height: 244px;
  }
  .container .column-section .right {
    width: 100%;
  }
  .container .column-section .right .imgtext .classroom {
    font-size: 17px;
  }
  .container .column-section .right .imgtext {
    margin-inline: 0px;
    margin-top: 0px;
  }
  .container .column-section {
    margin-top: 45px;
  }
  .classroom-section {
    height: 516px !important;
  }
  .container .column-section .p2 {
    margin: 0px;
    margin-left: 0px;
    font-weight: 400;
    text-align: justify;
    font-size: 12px;
  }
  .header .logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .logo .img2 {
    width: 196px;
  }
  .header .site-controls {
    display: none;
  }
  .menu {
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    z-index: 10;
    display: none;
  }
  .menu ul li {
    border-bottom: solid 1px #ebbd16;
    display: block;
  }
  .menu li:last-child ul {
    left: 0px;
  }
  .banner-section .banner-slide {
    padding: 70px 0px 0;
    height: 180px;
  }
  .banner-section .banner-slide .banner-text {
    width: 100%;
  }
  .banner-section .form-box {
    position: static;
    width: 100%;
  }
  .welcome-section .col-img {
    padding-right: 0px;
  }
  .welcome-section .col-img img {
    width: 100%;
    border-radius: 0px;
  }
  .counter-section .column {
    padding: 20px 0px;
  }
  .admission-section .col-left {
    width: 100%;
  }
  .course-section .ac-box .ac-head {
    font-size: 14px;
  }
  .course-section .ac-box .ac-body {
    padding: 0px;
  }
  .course-section .ac-box .ac-body .table {
    table-layout: fixed;
  }
  .course-section .ac-box .ac-body .table th,
  .course-section .ac-box .ac-body .table td {
    font-size: 12px;
    padding: 8px 10px;
  }
  .facility-section .column img {
    width: 100%;
    height: auto;
  }
  .profile-section .col-text.pl-20 {
    padding-left: 0px;
    padding: 10px 0px;
  }
  .profile-section .col-text.pr-20 {
    padding-left: 0px;
    padding: 10px 0px;
  }
  .change-order .col-box:last-child {
    order: -1;
  }
  .footer {
    padding-top: 30px;
  }
  .footer .column,
  .footer .column.two,
  .footer .column.three {
    width: 100%;
    padding: 10px 0px;
  }
  .footer .column.two {
    padding-left: 0px;
  }
  .footer .column .social {
    padding-top: 12px;
  }
  .footer .column .box {
    padding-left: 40px;
  }
  .footer .copyright {
    margin-top: 0px;
  }
  .admission-section .panel .form-box {
    width: 366px;
}

  /*767 changes update*/
  .whatsapp-web-desktop {
    display: none;
  }
  .admission_form .splite form .heading1 h2 {
    font-size: 23px !important;
  } /* line 1045, ../sass/style.scss */
  .whatsapp-web-mobile {
    position: fixed;
    z-index: 1;
    right: 37px !important;
    bottom: 33px;
    display: block;
  } /* line 1053, ../sass/style.scss */
  .whatsapp-web-mobile .whatsapp-mobile {
    font-size: 34px;
    background-color: green;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 2px 10px;
    line-height: 50px;
  } /* line 1063, ../sass/style.scss */
  .whatsapp-web-mobile .whatsapp-mobile a i {
    color: #fff;
  } /* line 1067, ../sass/style.scss */
  .call-web-desktop {
    right: 36px;
    bottom: 92px;
  }
  .call-web-desktop .call-desktop {
    font-size: 34px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 2px 10px;
    line-height: 50px;
  } /* rohit */
  .banner-section .form-box p {
    font-size: 15px;
  }
  .counter-section .column span,
  .counter-section .column h3 {
    font-size: 20px;
  }
  .admission-section .panel h2 {
    font-size: 20px;
  }
  .admission-section .col-left {
    padding: 20px;
  }
  .admission-section .panel .column {
    padding-left: 23px;
  }
  .admission-section .panel .column::before {
    font-size: 18px;
  }
  .admission-section .panel .column h3 {
    font-size: 16px;
  }
  .admission-section .panel .column p {
    font-size: 14px;
  }
  .course-section .col-box p {
    font-size: 15px;
    text-align: justify;
}
  .profile-section h3 {
    text-align: center;
  }
  .profile-section h4 {
    font-size: 15px;
    text-align: center;
  }
  .profile-section p {
    font-size: 13px;
    text-align: justify;
  }
  .about-seiko-section .col-img img,
  .founder-section .col-img img,
  .chairman-section .col-img img,
  .director-section .col-img img,
  .courses-section .col-img img {
    width: 250px;
    height: 250px;
  }
  .about-seiko-section .col-img,
  .founder-section .col-img,
  .chairman-section .col-img,
  .director-section .col-img,
  .courses-section .col-img {
    text-align: center;
  }
  .about-seiko-section .col-text .heading h2,
  .founder-section .col-text .heading h2,
  .chairman-section .col-text .heading h2,
  .director-section .col-text .heading h2,
  .courses-section .col-text .heading h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .section {
    padding: 20px 0 !important;
  }
  .chairman-section .col-box .col-text h5,
  .director-section .col-box .col-text h5 {
    font-size: 18px;
    text-align: center;
  }
  .founder-section .col-box .heading p {
    font-size: 13px;
  }
  .governing-section .col-box .col-text table th {
    font-size: 13px;
    text-align: center;
  }
  .governing-section .col-box .col-text table td {
    font-size: 10px;
  }
  .mission-section .column {
    width: 100%;
    margin: 5px 0px;
  }
  .advisory-section .column,
  .syllabus-section .column {
    padding: 10px 13px;
    width: 100%;
  }
  .advisory-section .column.all-center,
  .syllabus-section .column.all-center {
    display: block;
  }
  .advisory-section .column .left,
  .syllabus-section .column .left {
    width: 100%;
    text-align: center;
  }
  .advisory-section .column .left .col-img img,
  .syllabus-section .column .left .col-img img {
    width: 55%;
    height: 150px;
  }
  .advisory-section .column .right .col-text .heading h2 {
    font-size: 15px;
  }
  .advisory-section .column .right .col-text ul li {
    font-size: 13px;
    padding: 5px 0px;
  }
  .advisory-section .column .right .col-text p {
    font-size: 12px;
  }
  .advisory-section .column .right,
  .syllabus-section .column .right {
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }
  .footer .column h3 {
    font-size: 18px;
  }
  .footer .column p {
    font-size: 12px;
    text-align: justify;
  }
  .footer .column .social {
    text-align: right;
  }
  .footer .column .links li::before {
    top: 3px;
  }
  .footer .copyright p {
    font-size: 11px;
    text-align: center;
  }
  .footer .copyright .flex-row {
    display: block;
  }
  .footer .column .links li a {
    font-size: 12px;
  }
  .footer .column .box h4 {
    font-size: 16px;
  }
  .footer .column .box .icon {
    left: 0px;
  }
  .eligiblity-section .table-section table th {
    font-size: 13px;
  }
  .eligiblity-section .table-section table td {
    font-size: 11px;
    padding: 8px;
  }
  .syllabus-section .column .right .download-icon span {
    width: 28px;
    height: 28px;
    line-height: 28px;
    padding: 0px 8px;
  }
  .syllabus-section .column .right .download-icon span i {
    font-size: 14px;
  }
  .addmisson-section-1 .panel .col-left,
  .addmisson-section-1 .panel .col-right,
  .addmisson-section-2 .panel .col-left,
  .addmisson-section-2 .panel .col-right {
    width: 100%;
  }
  .addmisson-section-1 .panel .col-right,
  .addmisson-section-2 .panel .col-left {
    margin-left: 0px;
    margin-top: 10px;
  }
  .contact-section .col-left {
    width: 100%;
    margin-bottom: 15px;
    height: 442px;
  }
  .contact-section .col-left .icon {
    font-size: 22px;
  }
  .contact-section .col-left .visit {
    margin-top: -29px;
    margin-left: 28px;
    font-size: 15px;
  }
  .contact-section .col-left .address {
    font-size: 15px;
    margin-left: 34px;
    width: 270px;
  }
  .contact-section .col-right {
    width: 397px;
  }
  .map {
    margin-inline: 25px;
  } /* dharmendra */
  .dpharma_one .heading p {
    font-size: 12px;
  }
  td,
  th {
    line-height: 1.7;
    letter-spacing: 0.5px;
    font-size: 12px;
  }
  .dpharma_one .heading h2 {
    width: 100%;
  }
  .bpharma_one .heading h2 {
    width: 100%;
  }
  .bpharma_one .heading p {
    font-size: 12px;
  }
  .heading h2 {
    font-size: 24px;
}
  .staffs .col {
    width: 100%;
  }
  .faculty_and_staff table tbody th,
  td {
    padding: 8px !important;
  }
  #btn20 {
    right: -104px !important;
    font-size: 12px;
  }
  .welcome-section .grid-2 .col-box-two {
    width: 100%;
}

  .welcome-section .grid-2 .col-box-one {
    width: 100%;
}

.chairman .col-box-one {
    width: 100%;
}

.chairman .col-box-two {
    width: 100%;
}
.chairman .col-text h2 {
    font-size: 24px;
    padding: 0;
    text-align: center;
}

.government_pharmacy_college p {
    font-size: 15px;
}
.diploma_in_pharmacy p {
    font-size: 15px;
}

.chairman .col-text h4 {
    padding: 0px 0px;
    font-style: italic;
    font-size: 17px;
    color: #2a3869;
}

.chairman .col-text h3 {
    color: #e1b205;
    font-size: 18px;
}
.section-new {
    padding: 15px 0px;
}
   /* rohit */
} /* css-section */
.container .col-box .col-img1 .img {
  margin-left: 112px;
}
.text .p {
  font-size: 16px;
  margin-left: 200px;
  margin-top: 29px;
}
.container .pmessage .placemessage {
  font-size: 20px;
  margin-bottom: 13px;
}
.container .pmessage .message1 {
  font-size: 16px;
}
.container .p2 {
  margin: 8px;
  margin-left: 0px;
  font-weight: 100;
  text-align: justify;
}
.image-section .container .col1 {
  width: 50%;
  height: 400px;
  box-sizing: border-box;
  border-radius: 40px;
}
.mous-section {
  background-color: aliceblue;
}
.mous-section .column1 {
  margin: 20px 10px;
  border: 1px solid #ffa100;
  width: 560px;
  padding-bottom: 20px;
  height: 763px;
}
.mous-section .column2 {
  margin: 20px 10px;
  border: 1px solid #ffa100;
  width: 560px;
  padding-bottom: 20px;
  height: 824px;
}
.mous-section .column3 {
  margin: 20px 10px;
  border: 1px solid #ffa100;
  width: 560px;
  padding-bottom: 20px;
  height: 749px;
} /* classroom-section-css */
.classroom-section {
  height: 415px;
  width: 100%;
}
.column-section {
  border: 1px solid rgb(192, 189, 189);
  padding: 15px;
  margin-top: 65px;
  border-radius: 10px;
}
.column-section .left {
  width: 50%;
}
.column-section .right {
  width: 50%;
}
.column-section .left .imgbox {
  margin-inline: 78px;
  margin-left: 20px;
}
.column-section .left .imgbox .round {
  border-radius: 30px;
}
.column-section .right .imgtext {
  margin-inline: 40px;
  margin-top: 35px;
}
.column-section .right .imgtext .classroom {
  font-size: 20px;
} /* garden-section-css */
.harbal-section {
  height: 625px;
  width: 100%;
}
.column-section2 {
  border: 1px solid rgb(192, 189, 189);
  padding: 15px;
  margin-top: 38px;
  border-radius: 10px;
  padding-left: 31px;
}
.column-section2 .gardentext {
  text-align: center;
  font-size: 15px;
}
.column-section2 .garden-img {
  width: 100%;
}
.column-section2 .garden-img .imgbox {
  width: 100%;
}
.column-section2 .imgbox .round2 {
  border-radius: 15px;
}
.harbal-section .container2 {
  width: 960px;
  margin: 0 auto;
} /* playground-css */
.playground-section {
  height: 570px;
  width: 100%;
}
.column-section3 {
  border: 1px solid rgb(192, 189, 189);
  padding: 15px;
  margin-top: 38px;
  border-radius: 10px;
}
.column-section3 .gardentext {
  text-align: center;
  font-size: 15px;
}
.column-section3 .garden-img {
  width: 100%;
}
.column-section3 .garden-img .imgbox {
  width: 100%;
  height: 462px;
}
.column-section3 .imgbox .round2 {
  border-radius: 15px;
  height: 464px;
  width: 100%;
}
.playground-section .container3 {
  width: 960px;
  margin: 0 auto;
} /* hostel-section-css */
.hostel-section .column {
  width: calc(33% - 20px);
  margin: 35px 400px;
  border: 1px solid #ffa100;
  padding: 30px 29px;
}
.section {
  padding: 70px 0px;
}
.section-new {
  padding: 30px 0px;
}
.hostel-section .column .col-img img {
  width: 50px;
  height: 50px;
}
.hostel-section .column .col-text .heading {
  padding-bottom: 0px;
}
.hostel-section .column .col-text .heading h2 {
  padding: 12px 0px;
  font-size: 22px;
}
.hostel-section .column .col-text ul li {
  font-size: 13px;
  line-height: 22px;
  list-style: disc;
} /* career &amp; seiko css */ /* .imagebox{ border: 1px solid rgb(95, 38, 38); padding: 15px; margin-top: 38px; border-radius: 10px; } .image-section .container{ height: 458px; width: 100%; } .container .imagebox{ margin-inline: 362px; } */
</pre></body></html>