body{
    margin:0;
    padding:0;
    font-size:16px;
    color: #000000;
    font-family:"Open Sans",sans-serif;
}
p {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 16px;
    font-family:"Open Sans",sans-serif;
}
h1, h2, h3, h4, h5, h6{
     color: #33B5E5;
     font-family: "Open Sans", sans-serif;
     font-weight: 700;
}
a{
    color: #33B5E5;
}
a:focus, a:hover{
	text-decoration:none;
}

.py-5{
    padding: 50px 0px;
}
.noel-title{
    font-size: 36px;
}
.welcome-content h1 {
    color: #33B5E5;
    margin: 0px;
    font-size: 36px;
    margin-bottom: 0px;
}
.welcome-content h2 {
    margin-top: 15px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.welcome-img {
    float: right;
}
.welcome-img img{
    border-radius: 10px;
}
.welcome-content p {
    line-height: 26px;
    letter-spacing: 0.2px;
}
.welcome-content .btn-primary{
    font-size: 16px;
    padding: 10px 30px;
    margin-top: 15px;
    border-radius: 3px;
    color: #fff;
    background-color: #33B5E5;
    border-color: #33B5E5;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.s linear;
}
.welcome-content .btn-primary:hover{
    background-color: #46aa8b;
    border-color: #46aa8b;
    color: #fff;
}
.cc-care-section, .meet-dr-section{
    background-color: #f1f1f1;
}
.cc-care-header {
    padding-bottom: 30px;
}
.cc-care-header .noel-title {
    padding-bottom: 20px;
}
.cc-care-block img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
}
.cc-care-block {
    border: 1px solid #dddddd;
    background-color: #fff;
    min-height: 620px;
    height: 100%;
    overflow: hidden;
}
.cc-care-content {
    text-align: center;
    padding: 20px;
}
.cc-care-content h3 {
    margin: 0px;
    font-size: 26px;
    padding-bottom: 15px;
    color: #33B5E5;
    font-weight: 700;
    line-height: 32px;
}
.cc-care-content .btn-primary {
    color: #fff;
    background-color: #33B5E5;
    border-color: #33B5E5;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 10px 0px;
    border-radius: 3px;
    transition: all 0.3s linear;
}
.cc-care-content .btn-primary:hover{
    background-color: #46aa8b;
    border-color: #46aa8b;
    color: #fff;
}
.cc-row, .help-row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.cc-row .cc-col, .help-col {
    display: flex;
    flex-direction: inherit;
}
.cc-list-items-block .owl-carousel .owl-item .item {
    margin: 0px 20px;
}
.cc-list-items-block .owl-controls{
    display: none !important;
}
.cc-list-items-block {
    position: relative;
}
.cc-list-items-block .customNavigation a.prev, .cc-list-items-block .customNavigation a.next {
    width: 40px;
    height: 40px;
    display: flex;
    background-color: #33B5E5;
    color: #fff;
    float: left;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin: 0px 10px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    cursor: pointer;
}
.cc-list-items-block .customNavigation a.prev {
    padding-right: 2px;
    left: -30px;
}
.cc-list-items-block .customNavigation a.next {
    padding-left: 4px;
    right: -30px;
}
.help-pages-text .title{
    font-size: 22px;
    margin-bottom: 15px;
}
.dr-img img {
    width: 100%;
}
.benfits-content h2{
    font-size: 42px;
    margin-top: 0px;
    padding-bottom: 10px;
}
.benfit-list li{
    margin-bottom: 6px;
}
.serving-section{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 100px 0px;
}
.serving-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 75%);
}
.serving-content {
    position: relative;
    text-align: center;
}
.serving-content h2 {
    font-size: 48px;
    color: #fff;
    margin: 0px 0px 35px;
}
.serving-content p {
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 25px;
}
.panel-heading {
    position: relative;
}
.panel-heading a[data-toggle="collapse"]:after {
 font-family: FontAwesome;
  content: "\f107"; /* "play" icon */
  position: absolute;
  color: #33B5E5;
  font-size: 22px;
  line-height: 22px;
  right: 20px;
  top: calc(50% - 10px);

  /* rotate "play" icon from > (right arrow) to down arrow */
  -webkit-transform: rotate(180deg);
  -moz-transform:    rotate(180deg);
  -ms-transform:     rotate(180deg);
  -o-transform:      rotate(180deg);
  transform:         rotate(180deg);
}
.panel-heading a[data-toggle="collapse"].collapsed:after {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(-360deg);
  -moz-transform:    rotate(-360deg);
  -ms-transform:     rotate(-360deg);
  -o-transform:      rotate(-360deg);
  transform:         rotate(-360deg);
}
.why-choose-content .panel-group {
    margin-top: 30px;
}
.why-choose-content .panel-group .panel-heading {
    padding: 0px;
}
.why-choose-content .panel-group .panel-heading .panel-title a {
    display: block;
    padding: 15px 15px;
}
.why-choose-content .panel-group .panel-heading .panel-title a:hover{
    color: #33B5E5;
}
.why-choose-content .panel-group .panel-default {
    margin-bottom: 25px;
}
.ready-to-exp h2 {
    margin-top: 30px;
    font-size: 36px;
    margin-bottom: 25px;
}
.more-info p {
    color: #fff;
}
.social ul li a {
    font-size: 14px;
}
.why-choose-content .noel-title {
    padding-bottom: 15px;
}
.help-pages.details img {
    width: 100%;
}

@media (min-width:1200px){
    .noel-title{
        font-size: 42px !important;
        margin: 0px;
    }
    .ready-to-exp p {
        margin: 0px 10% 25px;
        font-size: 16px;
        line-height: 26px;
    }
    .dr-img {
        padding-right: 30px;
    }
}
@media (max-width:991px){
    .serving-content h2{
        font-size: 36px;
    }
    .review-left h1{
        font-size: 48px;
    }
    .welcome-img{
        float: none;
    }
    .welcome-img, .benfits-img{
        margin-top: 25px;
    }
    .dr-img {
        margin-bottom: 30px;
    }
    .cc-list-items-block .customNavigation a.next{
        right: -5px;
    }
    .cc-list-items-block .customNavigation a.prev{
        left: -5px;
    }
}
@media (max-width:768px){
    .py-5 {
        padding: 30px 0px;
    }
    .noel-title{
        font-size: 36px;
    }
}

@media (max-width:540px){
    .noel-title, .welcome-content h1, .benfits-content h2, 
    .serving-content h2, .ready-to-exp h2{
        font-size: 30px !important;
        line-height: 1.2;
    }
    .serving-section{
        padding: 50px 0px;
    }
    .welcome-content h2 {
        font-size: 18px;
        line-height: 1.3;
    }
}