@import url('../comman/comman.css');

:root {
  --container_max_width: 1300px;
  --fontFamily: arial, sans-serif;
  --theme_c10: #045D6C;
  --theme_c11: #1ba6c5;
  --theme_c12: #00a3c8;
  --theme_c20: #0a9954;
  --theme_c30: #126a34;
  --theme_c40: #0e4e3c;
  --theme_c50: #32937f;
  --bg1: #ffffffa6;
  --bg2: #f6f6f6e8;
  --bg3: #e6e6e6a5;
  --bg4: #59b1c586;
  --bg5: #1c76478b;
  --bg6: #cbffe5;
  --bg7: #e5fff2;
  --bg_img_pattern1: url('../images/pattern/p1.jpg');
  --bg_img_pattern2: url('../images/pattern/p2.jpg');
  --bg_img_pattern3: url('../images/pattern/p3.png');
  --bg_img_pattern4: url('../images/pattern/p4.png');
  --fix-bg-img1: url('../images/bg/bg1.jpg');
  --fix-bg-img2: url('../images/bg/bg2.webp');
  --fix-bg-img3: url('../images/bg/bg3.jpg');
  --fix-bg-img4: url('../images/bg/bg4.webp');
  --fix-bg-img5: url('../images/bg/bg5.jpg');
  --fix-bg-img6: url('../images/bg/bg6.jpg');
  --fix-bg-img7: url('../images/bg/bg12.jpg');
  --bg-padding: 20px 0;
  --w1: #ffffff;
  --w2: #f0f0f0;
  --w3: #e6e6e6;
  --w4: #b0b0b0;
  --w5: #e5e5e5;
  --text1: #111;
  --text2: #222;
  --text3: #333;
  --text3: #444;
  --hover_c10: #00a3c8;
  --hover_c11: #1ba6c5;
  --hover_c20: #156679;
  --hover_c21: #105e70;
  --hover_c30: #c9f5ff;
  --hover_c31: #ecfcff;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: var(--fontFamily);
}

*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--fontFamily);
}

body,
html {
  font-family: var(--fontFamily);
}

a {
  -webkit-text-decoration: var(--w1);
  text-decoration: var(--w1);
}

@media all and (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

.container {
  width: 100%;
  max-width: var(--container_max_width);
  margin-left: auto;
  margin-right: auto;
  padding:5px 20px !important;
}

.pattern-bg-1 {
  background-image: var(--bg_img_pattern1);
  padding: var(--bg-padding);
}

.pattern-bg-2 {
  background-image: var(--bg_img_pattern2);
  padding: var(--bg-padding);
}

.pattern-bg-3 {
  background-image: var(--bg_img_pattern3);
  padding: var(--bg-padding);
}

.fix-bg-1 {
  background-image: var(--fix-bg-img1);
  background-repeat: no-repeat;
  background-attachment: fixed;
  object-fit: cover;
  background-size: cover;
}

.fix-bg-2 {
  background-image: var(--fix-bg-img2);
  background-repeat: no-repeat;
  background-attachment: fixed;
  object-fit: cover;
  background-size: cover;
}

.fix-bg-3 {
  background-image: var(--fix-bg-img3);
  background-repeat: no-repeat;
  background-attachment: fixed;
  object-fit: cover;
  background-size: cover;
}

.fix-bg-4 {
  background-image: var(--fix-bg-img4);
  background-repeat: no-repeat;
  background-attachment: fixed;
  object-fit: cover;
  background-size: cover;
}

.fix-bg-5 {
  background-image: var(--fix-bg-img5);
  background-repeat: no-repeat;
  background-attachment: fixed;
  object-fit: cover;
  background-size: cover;
}

.fix-bg-6 {
  background-image: var(--fix-bg-img6);
  background-repeat: no-repeat;
  background-attachment: fixed;
  object-fit: cover;
  background-size: cover;
}

.fix-bg-7 {
  background-image: var(--fix-bg-img7);
  background-repeat: no-repeat;
  background-attachment: fixed;
  object-fit: cover;
  background-size: cover;
}

.pattern-bg-4 {
  background-image: var(--bg_img_pattern4);
  padding: var(--bg-padding);
}

.bg-1 {
  background: var(--bg1);
  padding: var(--bg-padding);
}

.bg-2 {
  background: var(--bg2);
  padding: var(--bg-padding);
}

.bg-3 {
  background: var(--bg3);
  padding: var(--bg-padding);
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  margin-top: 20px;
  padding-bottom: 10px;
}

footer .row {
  background-color: var(--theme_c11);
}

ul li {
  list-style: none;
}

.col {
  flex: 1 0 0;
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto;
}

@media all and (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
}

@media all and (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
}

@media all and (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
}

@media all and (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
}

@media all and (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media all and (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media all and (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media all and (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.container {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.s_nav {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  top: 3px;
  margin-bottom: 0rem;
}

.s_nav::after {
  content: " ";
  clear: both;
  display: table;
}

.s_nav .logo {
  float: left;
}

.s_nav .show,
.s_nav .icon,
.s_nav .input {
  display: none;
}

.s_nav ul {
  float: right;
  list-style: none;
  position: relative;
}

.s_nav ul li {
  display: inline-block;
}

.s_nav ul li a {
  position: relative;
  color: var(--theme_c10);
  text-decoration: none;
  top: 30px;
  right: 30px;
  z-index: 1;
  padding: 0.8rem 1.2rem;
  border-radius: 2px;
}

.s_nav ul li a:hover {
  color: #fff;
  background-color: var(--hover_c11);
}

.s_nav ul li label {
  font-family: var(--fontFamily);
}

.s_nav ul li ul {
  padding-left: 1rem;
  position: absolute;
  opacity: 0;
  top: 3.2rem;
  visibility: hidden;
  transition: top 0.3s;
  background-color: var(--w1);
  z-index: 11;
  padding-bottom: 3rem;
  margin-top: 0.7rem;
}

.s_nav ul li ul li {
  padding-left: 2rem;
  display: flex;
  width: 100%;
}

.s_nav ul li ul li a {
  width: 100%;
  background-color: var(--w1);
  padding: 0.8rem 1.2rem;
}

.s_nav ul li ul li:hover {
  color: var(--hover_c11);
}

.s_nav ul li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.SriSir h2,
.SriSir h3,
.SriSir h4,
.SriSir h5,
.SriSir h6 {
  color: var(--theme_c11);
  font-family: var(--fontFamily);
  margin-top: 1rem;
  padding: 3px;
}

h3 {
  padding: 5px 0;
  color: var(--hover_c11);
}

.SriSir h1 {
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid var(--hover_c30);
  color: var(--theme_c10);
}

.SriSir h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.SriSir h4 {
  font-size: 1.1rem;
}

.SriSir h5 {
  font-size: 1.3rem;
}

.SriSir a,
.SriSir span,
.SriSir b,
.SriSir li,
.SriSir i,
.SriSir *,
.SriSir p {
  font-family: var(--fontFamily);
  letter-spacing: 0.8px;
}

.SriSir p {
  line-height: 1.8rem;
  font-size: 16px;
  color: var(--text3);
  text-align: left;
}

.SriSir p a,
.SriSir p a>b {
  color: var(--theme_c10);
  font-weight: bold;
  border-bottom: 1px solid;
  transition: 0.3s;
}

.SriSir a,
.SriSir a>b {
  color: var(--theme_c10);
  font-weight: bold;
  border-bottom: 1px solid;
  transition: 0.3s;
}

.SriSir p a:hover,
.SriSir p a>b:hover {
  color: var(--theme_c20);
}

.SriSir p i {
  color: var(--text1);
  font-weight: bold;
  font-style: normal;
}

.SriSir img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 1000px) {
  .SriSir img {
    width: 100%;
    height: 100%;
  }
}

.SriSir iframe {
  width: 100%;
  height: 100%;
}

.SriSir a i {
  font-size: 3rem;
}

.SriSir p>b {
  color: var(--text3);
  font-weight: bold;
  opacity: 1;
}

.SriSir ul li {
  font-size: 16px;
  color: var(--hover_c20);
  padding: 5px 0;
  font-family: var(--fontFamily);
  list-style: disc;
  margin-left: 1rem;
  line-height: 1.6rem;
}

.SriSir ul li ul li {
  font-family: var(--fontFamily);
  list-style: square;
  color: var(--hover_c20);
}

.SriSir ul li a,
.SriSir ul li strong,
.SriSir ul li b,
.SriSir ul li a>b {
  color: var(--theme_c11);
  font-weight: bold;
  border-bottom: 1px solid var(--hover_c10);
  transition: 0.3s;
}

.SriSir ul li p a>b {
  color: var(--text2);
}

.SriSir ol li {
  font-size: 16px;
  color: var(--theme_c11);
  padding: 0.2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-top: 5px;
  line-height: 2.5rem;
  margin-left: 1.5rem;
}

.SriSir ol li a,
.SriSir ol li a>b {
  color: var(--theme_c12);
  font-weight: bold;
  transition: 0.3s;
}

.SriSir ol li p a>b {
  color: var(--theme_c12);
}

.SriSir ol strong {
  color: var(--theme_c12);
  border-bottom: 1px solid var(--text3);
}

.Doctors {
  margin-top: 2rem;
  border-radius: 3px;
}

.Doctors .parata {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 1rem;
}

.Doctors .parata .SriSirsd img {
  width: 100%;
  height: 100%;
  border: 0;
}

.Doctors .parata .SriSir strong {
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid var(--text3);
  align-items: center;
}

.Doctors .parata .dfg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.Doctors .parata .dfg ul li {
  font-size: 1rem;
  text-align: start;
}

.Doctors .parata .dfg ul li ul li {
  list-style: none;
}

.Doctors .parata .dfg .partys {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.Doctors .parata .dfg .partys a,
.Doctors .parata .dfg .partys button {
  border: 1px solid var(--hover_c30);
  padding: 0.5rem 1rem;
  border-radius: 3px;
  text-decoration: none;
  color: var(--text2);
  background-color: var(--w1);
  cursor: pointer;
}

.Doctors .parata .dfg .partys a:hover,
.Doctors .parata .dfg .partys button:hover {
  background-color: var(--hover_c10);
  color: var(--w1);
}

.SriSir1 h3,
.SriSir1 h1 {
  font-size: 3rem;
  color: var(--text1);
  text-shadow: 2px 2px none;
  text-align: center;
  font-weight: 700;
}

.Bottom_Button {
  display: none;
}

.Bottom_Button .row .col {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  margin: 0;
}

.Bottom_Button .row .col a {
  color: var(--w1);
  font-weight: bold;
}

.Bottom_Button .row .col1 {
  background-color: var(--theme_c20);
  font-size: 17px;
}

.Bottom_Button .row .col2 {
  background-color: var(--theme_c21);
  font-size: 17px;
}

.equalCol_6 a img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.SriSir a {
  color: var(--text2);
}

.Icon1 {
  background-color: var(--w1);
  width: 1.7rem;
  height: 1.7rem;
}

.Icon1 a img {
  width: 1.7rem;
  height: 1.7rem;
}

.question {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  margin: 5px 0;
  border-bottom: 1px solid var(--hover_c30);
  color: var(--text1);
}

.question h4,
.question b {
  color: var(--text1);
}

.question:hover {
  cursor: pointer;
  background-color: var(--theme_c12);
  padding: 10px 10px;
  transition: 0.2s;
  color: var(--w1);
}

.question:hover b,
.question:hover h4 {
  color: var(--w1);
}

.expand_img {
  width: 15px;
  height: 15px;
}

.Answer {
  padding: 10px 5px;
  display: none;
  overflow: hidden;
  border-radius: 3px;
  border-bottom: 1px solid var(--hover_c30);
  border-bottom: 1px solid var(--hover_c30);
  transition: 0.3s;
  animation: showans 0.8s;
}

@keyframes showans {
  0% {
    margin-top: 3rem;
  }

  100% {
    margin-top: 0rem;
  }
}

.Banner {
  background-image: url("../images/sri/OptimizedImage/banner/banner55.webp");
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  height: 22rem;
  border-bottom: 1px solid var(--hover_c30);
}

.Banner .SriSir1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media all and (max-width: 780px) {
  .Banner {
    position: relative;
    height: 15rem;
  }
  .container {
    padding: 10px 5px !important;
  }
}

@media all and (max-width: 400px) {
  .Banner {
    height: auto;
  }
}

@media all and (max-width: 500px) {

  .SriSir h1,
  .SriSir h2,
  .SriSir h3,
  .SriSir h4 {
    font-size: 1.2rem !important;
  }

  .container {
    padding: 10px 5px !important;
  }

  .SriSir ul li {
    line-height: 1.8rem;
    font-size: 15px;
  }

  .whatsapp-icon,
  .scrollToTop {
    display: flex;
    position: fixed;
    right: 0;
    z-index: 5;
  }

  .scrollToTop {
    right: 0.2rem;
  }

  .SriSirsd img {
    width: 80%;
    height: 100%;
  }
}

@media all and (max-width: 760px) {
  .Bottom_Button {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
  }

  .SriSir h1,
  .SriSir h2,
  .SriSir h3 {
    font-size: 1.8rem;
  }

  .SriSir h4 {
    font-size: 1.1rem;
  }

  .SriSir1 .nav .bbok {
    display: none;
  }

  .s_nav ul li ul li a {
    font-size: 17px;
  }

  .parata .SriSir strong {
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }

  .Banner {
    position: relative;
    height: 15rem;
  }

  .SriSirsd img {
    width: 60%;
    height: 100%;
  }

  .question h4,
  .question b {
    font-size: 1rem;
    color: var(--text3) !important;
  }

  .equalCol_6 a img {
    height: 100%;
    width: 100%;
  }
}

@media all and (max-width: 1000px) {
  .parata {
    flex-direction: column;
  }

  .SriSirsd {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .SriSirsd img {
    width: 50%;
    height: auto;
  }
}

table {
  font-family: var(--fontFamily);
  border-collapse: collapse;
  width: 100%;
}

table tr:nth-child(even) {
  background-color: var(--hover_c30);
}

table tr td,
table tr th {
  border: 1px solid var(--hover_c30);
  text-align: left;
  padding: 10px;
}

img {
  width: 100%;
  height: 100%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 30px;
  left: 0;
  top: 10%;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: var(--text1);
}

.modal .modal-content {
  background-color: var(--w1);
  margin: auto;
  padding: 20px;
  border: 1px solid var(--text3);
  width: 50%;
}

.modal .modal-content .close {
  color: var(--text1);
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal .modal-content .close:hover,
.modal .modal-content .close:focus {
  color: var(--text1);
  text-decoration: none;
  cursor: pointer;
}

@media all and (max-width: 1000px) {
  .modal .modal-content {
    background-color: #ff0000;
    margin: 0;
    padding: 5px;
    width: 100%;
  }
}

.externalLink {
  border-bottom: none !important;
  color: black !important;
  text-decoration: none !important;
  font-weight: normal !important;
}

.externalLink:hover {
  letter-spacing: 0px !important;
}

.notice,
.notice1,
.notice2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15rem;
  flex-direction: column;
  padding: 10px 1rem;
  text-align: center;
  border-radius: 10px;
  margin-top: 1rem;
}

.notice button,
.notice1 button,
.notice2 button {
  padding: 10px 1rem;
  border: none;
  outline: none;
  color: var(--w1);
  font-size: 1.3rem;
  margin: 1rem 0px;
  border-radius: 5px;
}

.notice {
  border: 10px solid var(--hover_c10);
}

.notice button {
  background-color: var(--hover_c20);
  color: var(--w1);
}

.notice button:hover {
  background-color: var(--hover_c11);
  cursor: pointer;
}

.notice1 {
  border: 10px solid var(--theme_c20);
}

.notice1 button {
  background-color: var(--theme_c12);
  color: var(--w1);
}

.notice1 button:hover {
  background-color: var(--theme_c12);
  cursor: pointer;
}

.notice2 {
  border: 10px solid var(--hover_c21);
}

.notice2 button {
  background-color: var(--theme_c12);
  color: var(--w1);
}

.notice2 button:hover {
  background-color: var(--theme_c12);
  cursor: pointer;
}

/* new navbar header footer cssss */
a {
  color: var(--text2);
  text-decoration: none;
}

#myForm {
  display: none;
}

.s_footer {
  display: grid;
  grid-template-columns: 1fr 250px 1fr 1fr;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  gap: 20px;
}

.s_footer h5 {
  font-size: 1rem;
  padding: 5px 0;
}

.s_footer p {
  line-height: 2rem;
}

footer {
  background-color: var(--w2);
  padding-top: 1rem;
}

.about_cmk {
  text-align: justify;
  border-radius: 5px;
  padding: 1rem 10px;
}

.about_cmk img {
  width: 120px;
  height: 60px;
  margin-bottom: 1rem;
}

.address {
  padding: 1rem 10px;
}

.address img {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}

.address_1 {
  display: flex;
  margin-bottom: 0.8rem;
  padding: 1px 0;
}

.address_1 img {
  margin-top: 0.4rem;
}

.address_1 img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.email_ {
  margin-top: 1rem;
}

.email_ div {
  text-align: left;
  display: flex;
}

.email_ img {
  width: 20px;
  height: 20px;
  margin-top: 0.4rem;
  margin-right: 0.5rem;
}

.address_1 p {
  font-size: 15px;
  text-align: left;
}

.addrs_2hdjsahd {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.address_4 {
  display: grid;
  grid-template-columns: 10px 1fr;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.address_4 img {
  width: 15px;
  height: 15px;
}

.social_1 {
  display: flex;
}

.social_1 img {
  width: 30px;
  height: 30px;
  margin: 2px;
}

.quick_link {
  text-align: left;
  padding: 10px;
}

.quick_link p {
  margin: 0.2rem 0;
  border-bottom: 1px solid var(--w3);
  display: flex;
  align-items: center;
}

.addrs_2 img {
  width: 15px;
  height: 15px;
  margin-top: 0.6rem;
}

.addrs_2 .address_1 {
  margin: 0;
}

.quick_link p span {
  font-size: 12px;
  margin-bottom: 0.2rem;
  margin-right: 0.5rem;
}

.quick_link p:hover {
  animation: spandiv 0.3s;
}

@keyframes spandiv {
  0% {
    margin-left: 3px;
  }

  100% {
    margin-left: 0px;
  }
}

.address .quick_link p a {
  color: var(--hover_c11);
}

.about_cmk,
.quick_link,
.address,
.social {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}

.social {
  padding: 1rem 10px;
}

.s_footer_1 {
  position: absolute;
  padding: 1.5rem 0px;
  text-align: center;
  background-color: var(--theme_c11);
  right: 0;
  left: 0;
}

.s_footer_1 p {
  color: var(--w1);
}

.extra {
  position: relative;
}

.short_btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  text-align: center;
}

.short_btns {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.short_btns :nth-child(1),
.short_btns :nth-child(2) {
  padding: 10px 1rem;
  background-color: var(--theme_c11);
}

.short_btns :nth-child(1) {
  color: var(--w1);
  background: var(--theme_c20);
}

.short_btns :nth-child(2) {
  color: var(--w1);
  background: var(--theme_c12);
}

.short_links .whatsapp_icon,
.short_links .scroll_icon {
  position: fixed;
  right: 10px;
  opacity: 0.8;
}

.short_links .whatsapp_icon:hover,
.short_links .scroll_icon:hover {
  opacity: 1;
}

.short_links .whatsapp_icon {
  bottom: 7rem;
  right: 7px;
}

.scroll_icon img {
  width: 35px;
  height: 31px;
}

.whatsapp_icon img {
  width: 38px;
  height: 38px;
}

.short_links .scroll_icon {
  bottom: 4rem;
}

.short_links .scroll_icon img {
  border-radius: 3px;
}

.pop_up_form {
  position: relative;
  padding: 2rem;
}

.pop_up_form .btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--w1);
  padding: 5px 10px;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 1.3rem;
}

.pop_up_form #myForm {
  width: 350px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--w1);
  padding: 2rem;
  border: 1px solid var(--hover_c30);
  border-radius: 5px;
  z-index: 11111;
}

.pop_up_form #myForm input {
  padding: 15px 1rem;
  margin-top: 1rem;
  border: 1px solid var(--hover_c10);
  outline: none;
  width: 100%;
}

.pop_up_form #myForm .submit_btn {
  padding: 10px 1rem;
  margin-top: 1rem;
  border: 1px solid var(--theme_c10);
  outline: none;
  cursor: pointer;
}

.short_btns {
  display: none;
}

.nav_main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1111;
}

@media all and (max-width: 1200px) {
  .s_footer {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .short_btns {
    display: grid;
  }

  .s_footer_1 p {
    margin-bottom: 35px;
  }
}

@media all and (max-width: 600px) {
  .s_footer {
    display: block;
  }

  .addrs_2hdjsahd {
    display: block;
  }

  .social {
    padding: 0rem 10px;
  }

  .email_ {
    margin: 1rem 5px;
  }
}

/* //desktop header............. */
header {
  padding-bottom: 4px;
}

.nav_main {
  background-color: var(--theme_c10);
}

.nav {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 10px;
  width: 100%;
  max-width: var(--container_max_width);
  margin: auto;
}

.phone_no a,
.nav_btn a {
  color: var(--w1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone_no a img {
  width: 12px;
  height: 12px;
}

.phone_no a {
  padding-left: 20px;
}

.phone_no {
  display: flex;
  align-items: center;
}

.nav_btn a {
  color: var(--w1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone_no img {
  width: 16px;
  margin-right: 5px;
}

.nav_btn img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.menu_bar {
  margin-top: 2.5rem;
  border-bottom: 1px solid var(--w2);
  padding: 3px 0;
}

.menu_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--container_max_width);
  margin: auto;
}

.menu_1 .logo img {
  height: 70px;
  width: 148px;
}

.about_cmk .logo img {
  height: 70px;
  width: 148px;
}

.menu a {
  padding: 10px 1rem;
  background-color: var(--w1);
  box-shadow: 1px 1px 2px var(--w3);
  cursor: pointer;
}

.menu a:hover {
  background-color: var(--theme_c10);
  color: var(--w1);
}

@media all and (max-width: 740px) {
  .nav {
    width: 100%;
    max-width: var(--container_max_width);
    padding: 10px;
  }

  .menu_1 {
    width: 100%;
  }
}

.services,
.discover,
.blogs {
  display: none;
  position: absolute;
  top: 2.8rem;
  animation: sub_menu_anim 0.5s;
  border: 1px solid var(--w3);
}

@keyframes sub_menu_anim {
  0% {
    margin-top: 3rem;
  }

  100% {
    margin-top: 0rem;
  }
}

.services {
  left: 7rem;
}

.blogs {
  left: 13.8rem;
}

.sub_menu p {
  padding: 10px 1rem;
  background-color: var(--w1);
  margin: 3px 0;
  box-shadow: 1px 1px 2px var(--w3);
}

.sub_menu {
  z-index: 1111;
  background: var(--w1);
}

.sub_menu p:hover {
  background-color: var(--hover_c10);
}

.sub_menu p:hover a {
  color: white;
}

.all_menu {
  position: relative;
}

/* mobile header.......... */
.m_sub_menu {
  display: none;
  animation: dsdsd 1s;
}

#m_menu_icon img {
  margin-top: 10px;
  width: 25px;
  height: 25px;
  opacity: 0.6;
  transition: 0.5s;
}

#m_menu_icon {
  display: none;
}

@keyframes dsdsdsasa {
  0% {
    width: 280px;
  }

  100% {
    width: 0px;
  }
}

.m_menu_bar {
  display: none;
  position: absolute;
  z-index: 11111;
}

@media all and (max-width: 940px) {
  .hiden_menu {
    width: 0;
    overflow: hidden;
    background-color: var(--w2);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1rem 0;
    transform: all 1s;
  }

  .sub_menu_head {
    width: 280px;
  }

  #m_menu_icon {
    display: block;
    color: var(--text3);
    font-size: 1.5rem;
    padding-right: 1rem;
  }

  .logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
  }

  #m_blogs,
  #m_services,
  #m_discover {
    margin-top: 1rem;
  }

  .sub_menu_head a {
    display: block;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--w3);
    color: var(--text2);
    font-size: 15px;
  }

  .m_tab {
    display: flex;
    width: 280px;
  }

  .m_menu_bar a {
    cursor: pointer;
  }

  .sub_menu_head img {
    width: 11px;
    height: 11px;
  }

  .plus {
    margin-left: 5px;
    color: rgb(71, 71, 71);
    font-size: 18px;
  }

  .m_sub_menu a {
    padding: 10px 0;
    padding-bottom: 15px;
  }

  .m_sub_menus a {
    padding: 15px 10px;
  }

  .m_menu_bar {
    display: block;
  }

  .m_sub_menu {
    padding-left: 20px;
    animation: pc_menu_ani 0.5s;
  }

  @keyframes pc_menu_ani {
    0% {
      margin-left: -350px;
    }

    100% {
      margin-left: 0px;
    }
  }

  .menu {
    display: none;
  }
}

@media all and (max-width: 600px) {
  .hide_phone {
    display: none !important;
  }
}

.btn-hover {
  width: auto;
  font-size: 16px;
  font-weight: 600;
  color: var(--w1);
  cursor: pointer;
  margin: 20px 0px;
  height: 40px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 5px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-hover:hover {
  background-position: 100% 0;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.buttons {
  margin: 10%;
  text-align: center;
}

.btn-hover:focus {
  outline: none;
}

.btn-hover.color-1 {
  background-image: linear-gradient(to right, #1081b1, #00d36d, #1081b1, #000000);
  box-shadow: 0 4px 15px 0 rgba(147, 147, 147, 0.75);
  color: white !important;
}

/* comman form style start....................... */
.comman_form .comman_form_btn {
  font-weight: bold;
}

.comman_form .comman_form_input,
.comman_form .comman_form_btn {
  padding: 12px 1rem;
  outline: none;
  border: 1px solid var(--w3);
  border-radius: 5px;
  background-color: var(--w1);
}

.comman_form_btn:hover {
  cursor: pointer;
  background-color: var(--hover_c10);
}

/* comman form style end....................... */
/* animation in aaalll pages ............ */
.SriSir:nth-of-type(odd) {
  margin-top: 100px;
  transition: all 1s ease-in-out;
}

.SriSir:nth-of-type(even) {
  margin-top: 100px;
  transition: all 1s ease-in-out;
}

.SriSir.animation {
  margin-top: 0;
}

.brodcrump {
  padding: 10px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
}

.brodcrump a {
  color: #007078;
  text-decoration: none;
  border-bottom: none;
}

input[type="button"],
input[type="submit"],
input[type="Submit"],
a,
iframe,
button {
  cursor: pointer !important;
}

/* popup vdo css ...................  */
.popoup_vdo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;

}

.popoup_vdo iframe {
  width: 800px;
  height: 45vh;
}

.uts {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: red !important;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 9999999;
}

@media all and (max-width:850px) {
  .popoup_vdo iframe {
    width: 600px;
    height: 35vh;
  }
}

@media all and (max-width:650px) {

  .popoup_vdo iframe {
    width: 100vw;
    height: 35vh;
  }
}