html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
    display: block;
}

html, body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    margin-bottom: 0px;
}

p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    color: #afafaf;
}

img {
    width: 100%;
    overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #4da6e7;
  color: #fff !important;
}

::-moz-selection {
  background: #4da6e7;
  color: #fff !important;
}

.rounded i{
  color:#00C2CB;
}

.rounded i:hover{
  color:#36D0D8;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.header-area {
    background-color: rgb(255, 255, 255);
    /* box-shadow: 0px 5px 8px rgba(0,0,0,0.03); */
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 50;
    height: 150px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.header-area.header-sticky {
    min-height: 100px;
}
  
.header-area .nav {
    margin-top: 30px;
}
  
.header-area.header-sticky .nav li a.active {
    color: #5271FF;
}

@media (max-width: 767px) {
    .header-area {
        background-color: #fff;
        padding: 0px 15px;
        height: 150px;
        box-shadow: none;
        text-align: center;
        box-shadow: 0px 5px 8px rgba(0,0,0,0.03);
    }
    .header-area .container {
        padding: 0px;
    }
    .header-area .logo {
        margin-left: 30px;
    }
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 226px 0px 120px 0px;
    position: relative;
    overflow: hidden;
    
}
  
.main-banner:after {
    content: '';
    /* background-image: url(../images/slider-left-dec.jpg);
    background-repeat: no-repeat;
    position: absolute; */
    left: 0;
    top: 60px;
    width: 262px;
    height: 625px;
    z-index: 1;
}
  
.main-banner:before {
    content: '';
    /* background-image: url(../images/dentist_app.jpg);
    background-repeat: no-repeat;
    position: absolute; */
    right: 0;
    top: 60px;
    width: 1159px;
    height: 797px;
    z-index: -1;
}
  
.main-banner .left-content {
    margin-right: 15px;
}
  
.main-banner .left-content h6 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    color: #5271FF;
    margin-bottom: 15px;
    text-transform: uppercase;
}
  
.main-banner .left-content h2 {
    z-index: 2;
    position: relative;
    font-weight: 700;
    font-size: 50px;
    color: #2a2a2a;
    margin-bottom: 20px;
}
  
.main-banner .left-content p {
    margin-bottom: 30px;
    margin-right: 45px;
    color:#383838;
}
  
.main-banner .right-image {
    text-align: right;
    position: relative;
    z-index: 20;
}
  
.main-banner .right-image img {
    max-width: 593px;
}
  
/* 
---------------------------------------------
About Style
--------------------------------------------- 
*/

#about {
    position:relative;
    top: -40px;
    /* padding-top: -230px; */
    margin-left: auto;
    margin-right: auto;
    /* z-index: 1020; */
}
  
.about-left-image img {
    margin-right: 45px;
}
  
.about-right-content p {
    margin-top: 30px;
    margin-bottom: 45px;
}

/* 
---------------------------------------------
Pricing Style
--------------------------------------------- 
*/
.pricing-card-wrapper{
  display: grid;
  height: 100%;
}

.pricing-card{
  border: 1px solid #d5dfff;
  border-radius: 16px;
  background-color: aliceblue;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 31px 23px;
  position: relative;
}

.pricing-card-title{
  margin-top: 8px;
  font-weight: bold;
}

.pricing-card-description{
  margin-top: 24px;
  margin-bottom: 24px;
  min-height: 48px;
  font-size: small;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer {
    background-image: url(../images/footer-bg-v3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 130px;
}
  
.footer p {
    /* text-align: center; */
    line-height: 34%;
    margin: 20px 0px;
    color: #fff;
}
  
footer p a {
    color: #fff;
    transition: all .5s;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 11;
  animation: action 1s infinite alternate;
}

.btn-tisol {
  /* color: #212529;
  background-color: #7fdbcd;
  border-color: #7fdbcd; */
  color: #fffcfc;
  /* background-color: #0cc0df;
  border-color: #0cc0df; */
}

.btn-tisol:hover {
  color: #212529;
  background-color: #88D4EC;
  /* background-color: #5fd9c7; */
  border-color: #74CEEB;
  /* border-color: #56bfaf; */
}

.btn-tisol:focus, .btn-tisol.focus {
  color: #212529;
  /* background-color: #5fd9c7; */
  /* border-color: #56bfaf; */
  background-color: #88D4EC;
  border-color: #74CEEB;
  /* box-shadow: 0 0 0 0.2rem rgba(127, 219, 205, 0.5); */
  box-shadow: 0 0 0 0.2rem #6acae838;
}

.btn-tisol.disabled, .btn-tisol:disabled {
  color: #212529;
  /* background-color: #7fdbcd;
  border-color: #7fdbcd; */
  background-color: #88D4EC;
  border-color: #74CEEB;
}

.btn-tisol:not(:disabled):not(.disabled):active, .btn-tisol:not(:disabled):not(.disabled).active,
.show > .btn-tisol.dropdown-toggle {
  color: #212529;
  /* background-color: #5fd9c7;
  border-color: #56bfaf; */
  background-color: #88D4EC;
  border-color: #74CEEB;
}

.btn-tisol:not(:disabled):not(.disabled):active:focus, .btn-tisol:not(:disabled):not(.disabled).active:focus,
.show > .btn-tisol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 252, 249, 0.5);
  ;
  /* box-shadow: 0 0 0 0.2rem rgba(127, 219, 205, 0.5); */
}

@media (max-width: 992px) {
    
    .main-banner .left-content {
      margin-right: 0px;
    }
    .main-banner {
      text-align: center;
      padding: 226px 0px 30px 0px;
    }
    .main-banner:before {
      display: none;
    }
    .main-banner .right-image {
      margin: 30px auto 0px auto;
      text-align: center;
    }
    
    .about-left-image img {
      margin-right: 0px;
      margin-bottom: 45px;;
    }
    
  }
  
  @media (max-width: 767px) {

    .main-banner .info-stat {
      margin-bottom: 15px;
    }

    .main-banner .left-content p{
      margin-left: auto;
      margin-right: auto;
    }
    
    .our-portfolio .section-heading,
    .about-us .section-heading,
    .about-us .about-item,
    .about-us p,
    .about-us .main-green-button {
      text-align: center;
    }
    
    
  }

  