@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Beau+Rivage&family=Birthstone&family=Cookie&family=Dynalight&family=Qwigley&family=Rouge+Script&family=Style+Script&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll; }

.italic1 {
  font-family: "Cookie", serif !important; }

.italic2 {
  font-family: "Birthstone", serif !important; }

.italic3 {
  font-family: "Beau Rivage", serif !important; }

.italic4 {
  font-family: "Rouge Script", serif !important; }

.italic5 {
  font-family: "Qwigley", serif !important; }

.italic6 {
  font-family: "Style Script", serif !important; }

.italic7 {
  font-family: "Dynalight", serif !important; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eaffb7+0,ffffff+100&0.25+0,0+100 */
  background: linear-gradient(to bottom, rgba(234, 255, 183, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-family: "Titillium Web", serif;
  color: rgba(51, 51, 51, 0.8);
  font-size: 16px;
  line-height: 175%;
  background-color: rgba(238, 235, 230, 0.2); }

h1, h2, h3, h4, h5, h6 {
  text-align: left;
  margin: 10px auto 5px;
  padding: 0; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 26px;
  color: #3777bc;
  margin-top: 30px;
  margin-bottom: 20px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

.text-Orange {
  color: #f6a10e; }

a {
  text-decoration: none;
  border: none !important;
  outline: 0;
  -webkit-tap-highlight-color: transparent; }

img {
  vertical-align: middle; }

figure {
  margin: 5px 0 10px; }

figcaption {
  text-align: center;
  font-size: 10px;
  font-style: italic;
  margin: 0 auto; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

li {
  margin-left: 30px;
  text-align: justify;
  margin-top: 5px;
  margin-bottom: 5px; }

p {
  text-align: justify;
  margin-bottom: 20px; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.ruler {
  height: 1px;
  border-bottom: .01em solid #CCC; }

.rulerBold {
  height: 3px;
  background-color: #333; }

.ptb75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.ptb25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.shadowtb {
  box-shadow: inset 0 11px 8px -10px #CCC, inset 0 -11px 8px -10px #CCC; }

.rightsReserved {
  background: #29598d;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 10px;
  text-decoration: none;
  border: none !important;
  outline: 0;
  -webkit-tap-highlight-color: transparent; }
  .rightsReserved span {
    padding-left: 10px;
    padding-right: 10px; }
  .rightsReserved a, .rightsReserved * {
    color: rgba(255, 255, 255, 0.6) !important; }

.rightsReserved2 {
  background: #3777bc;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px; }
  .rightsReserved2 * {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 30px; }

.rightsReserved3 {
  background: #1f436a;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 10px; }
  .rightsReserved3 span {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block; }
  .rightsReserved3 * {
    color: rgba(255, 255, 255, 0.6) !important; }

.contactUsPage * {
  text-align: left !important;
  color: rgba(51, 51, 51, 0.8); }
.contactUsPage .media {
  margin-top: 30px !important; }
.contactUsPage h5 {
  color: #bb2d3b;
  font-weight: bolder;
  font-size: 18px; }
.contactUsPage i {
  color: #f6a10e;
  font-size: 25px; }

.columnLeft {
  height: 100%;
  border-left: .01em solid #CCC;
  padding-left: 20px;
  /*div{
    -webkit-transition: all 0.5s; !* Safari *!
    transition: all 0.5s;
  }*/
  /*div:hover{
    background-color: rgba(204, 204, 204, 1);
  }*/ }

.img50 {
  max-width: 50px; }

.img75 {
  max-width: 75px; }

.img100 {
  max-width: 100px; }

.img150 {
  max-width: 150px; }

.img200 {
  max-width: 200px; }

.img250 {
  max-width: 250px; }

.img300 {
  max-width: 300px; }

.img350 {
  max-width: 350px; }

.img400 {
  max-width: 400px; }

.img450 {
  max-width: 450px; }

.img500 {
  max-width: 500px; }

.img550 {
  max-width: 550px; }

.top1 {
  background: url(../../hd-images/index-bg.jpg) no-repeat top center;
  min-height: 850px;
  background-size: 100% !important; }

.top2 {
  background-color: #eff6f9;
  padding-top: 100px;
  padding-bottom: 100px; }

.bgLight {
  background-color: #eff6f9; }

.subjects {
  padding-top: 75px;
  padding-bottom: 75px;
  transition: 0.5s;
  border-bottom: .01em solid #CCC; }
  .subjects p {
    font-size: 18px; }
  .subjects:hover {
    background-color: white; }

.myNav {
  /*background-color: rgb(160, 220, 240);*/
  background-color: #3777bc; }
  .myNav * {
    font-weight: 400 !important; }
  .myNav li a.dropdown-item {
    color: #3777bc !important;
    margin-left: -30px !important;
    width: auto !important; }
    .myNav li a.dropdown-item:hover {
      background-color: #3777bc !important;
      color: white !important; }

.section1 {
  background-color: rgba(255, 255, 255, 0.75) !important; }

.section2 {
  background: url(../../hd-images/appointment.jpg) no-repeat center fixed; }

.section3 {
  background-color: rgba(160, 220, 240, 0.2);
  padding-top: 60px;
  padding-bottom: 60px; }
  .section3 .div2 {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 15px;
    border: 0.01em solid rgba(0, 0, 0, 0.15);
    margin-top: 20px;
    margin-bottom: 20px; }

li.nav-item a {
  color: white !important;
  font-weight: 600 !important; }

.fixTop {
  background-color: #29598d; }
  .fixTop * {
    color: white !important;
    text-align: center !important; }

.top3 {
  background: #87add7 url(../../hd-images/headlineBg.jpg) no-repeat center fixed;
  padding-top: 100px;
  padding-bottom: 100px; }
  .top3 * {
    color: white;
    text-align: center; }

.about i {
  color: #f6a10e !important;
  margin-right: 10px; }

.footer1 {
  background-color: #f6a10e;
  padding-top: 35px;
  padding-bottom: 35px; }
  .footer1 * {
    color: white !important;
    font-weight: 500; }

.footer2 {
  background-color: #1f436a; }
  .footer2 * {
    color: rgba(255, 255, 255, 0.7); }
  .footer2 h2 {
    color: #f6a10e; }
  .footer2 i {
    margin-left: 5px;
    margin-right: 5px;
    color: #f6a10e; }
  .footer2 p {
    font-size: 12px;
    line-height: 1.6; }

.bodyText {
  padding-top: 30px;
  padding-bottom: 30px; }
  .bodyText i {
    margin-right: 5px;
    color: #f6a10e;
    margin-left: -33px !important;
    padding-left: 10px !important;
    text-align: justify; }

.header1 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c4d9e+0,f19f12+50,06a6f3+100 */
  background: linear-gradient(to right, #2c4d9e 0%, #f19f12 50%, #06a6f3 100%);
  padding-top: 10px;
  padding-bottom: 10px; }
  .header1 * {
    color: white !important; }

.symptoms {
  border-left: 2px solid #f6a10e;
  padding-left: 20px;
  margin-bottom: 40px; }

.gra1 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.rightDiv {
  border-radius: 5px;
  float: right;
  top: 50%;
  right: 5px;
  position: fixed; }
  .rightDiv i {
    color: #f6a10e !important;
    text-align: justify; }

.callUs {
  border-top: .01em solid #CCC;
  margin-top: 50px;
  padding: 20px 10px 10px 20px; }
  .callUs * {
    color: rgba(51, 51, 51, 0.8) !important; }
  .callUs h3 {
    font-family: "Birthstone", serif !important;
    color: #f6a10e !important;
    font-size: 40px; }

/*# sourceMappingURL=main.css.map */
