@charset "utf-8";

/* CSS Document
Project Name: AbrarPro - Health And Medical HTML5 Template
Version:  1.0
Author Name: Md Shakil Ahsan

*****=====***** TABLE OF CONTENT *****=====*****

01. IMPORTED STYLE CSS
02. GENERAL CSS
        => Form CSS
        => Placeholder Color CSS
        => BUtton CSS
        => Background Over Layer CSS
        => Default Title CSS
        => Preloader CSS
        => Pagination CSS
03. Header CSS Start
        => Social Group CSS
        => Header Top CSS
        => Navbar CSS
        => NavBar Fixed CSS
        => Header Two CSS
04. Slider CSS
05. About CSS
06. Video CSS
07. Services CSS
08. Appointment CSS
09. Counter CSS
10. Doctors CSS
        => Doctors Details
11. Call Us CSS
12. Portfolio CSS
13. Testimonial CSS
14. Blog CSS
        => Blog Sidebar
15. Timetable CSS
16. Defult Page
17. Footer CSS
18. Treatment CSS
        => Treatment Details
19. FAQ CSS
20. Error CSS
21. Departments CSS
22. Contact CSS
23. Footer CSS
24. Copyright CSS


*/

/*****=====*****=====*****=====*****=====
    01. IMPORTED STYLE CSS
=====*****=====*****=====*****=====*****/

/* GOOGLE FONTs */
@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');

/* OTHER IMPORTED CSS */
@import "font-awesome.min.css";
@import "icofont.css";
@import "flaticon.css";
@import "bootstrap-dropdownhover.css";
@import "animations.css";
@import "animate.min.css";
@import "VideoPopUp.css";
@import "owl.carousel.min.css";
@import "owl.theme.default.css";
@import "menu.css";
@import "magnific-popup.css";


/*****=====*****=====*****=====*****=====
    02. General CSS
=====*****=====*****=====*****=====*****/

body {
    background: #ffffff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #4c4c4c;
    position: relative;
}
/* Common CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
    color: #111111;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase;
}
p {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.mt88 {
    margin-top: 88px;
}

.map iframe {
    width: 100%;
    border: none;
    height: 450px;
}

/* Form CSS */

.form-control {
    resize: none;
    height: 40px;
    margin-bottom: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.form-control:focus {
    border-color: #a2a2a2;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

/* Placeholder Color CSS */
::-webkit-input-placeholder {
    color: #999999 !important;
}
::-moz-placeholder {
    color: #999999 !important;
}
:-ms-input-placeholder {
    color: #999999 !important;
}
:-moz-placeholder {
    color: #999999 !important;
}

/* BUtton CSS */
.my-btn {
    background: #008ED2;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 12px 25px;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.my-btn:hover {
    color: #ffffff;
    background: #008ED2;
    box-shadow: inset 0 0 0 5px #1dbeb5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Background Over Layer CSS */
.overlay-black {
    position: relative;
}
.overlay-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.8);
}
.overlay-white {
    position: relative;
}
.overlay-white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.9);
}

/* Default Title CSS */
.section-title {
    margin-bottom: 60px;
    text-align: center;
}
.section-title .title-style {
    position: relative;
    display: inline-block;
}
.section-title .title-style h2 {
    font-size: 36px;
    margin-bottom: 0;
}
.title-icon {
    width: 80px;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
}
.title-icon:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #008ED2;
    position: absolute;
    top: 12px;
    left: -80px;
}
.title-icon:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #008ED2;
    position: absolute;
    top: 12px;
    right: -80px;
}
.title-icon i {
    color: #008ED2;
    font-size: 30px;
}
.section-title p {
    font-weight: bold;
    margin-top: 20px;
}



/* Preloader CSS */
/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/logo/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/* Scrollup CSS */
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    display: none;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    background-color: #008ED2;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}
.scrollup:hover {
    color: #111111;
}

/* Pagination CSS Start */
.page-pagination {
    text-align: center;
}
.page-pagination .pagination {
    margin: 30px 0 30px;
}
.page-pagination .pagination>li>a,
.page-pagination .pagination>li>span {
    background: transparent;
    color: #008ED2;
}
.page-pagination .pagination>li>a:hover {
    color: #ffffff;
    background: #008ED2;
}
.page-pagination-left {
    text-align: left;
}
.page-pagination-right {
    text-align: right;
}

/*****=====*****=====*****=====*****=====
Header CSS
=====*****=====*****=====*****=====*****/

.header {

}

.header.bg-white-dark .top-bar {
    background-color: #1dd2c8;
}

.top-bar .contact-info {
    float: left;
}

.top-bar .contact-info ul {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 48px 12px 0;
}

.top-bar .contact-info li {
    color: #eee;
    display: inline-block;
    letter-spacing: 0.6px;
}

.top-bar .contact-info i {
    color: #fcab03;
    font-size: 16px;
    margin-right: 6px;
}

.top-bar .social-icons {
    float: right;

}

.top-bar .social-icons ul li {
    display: inline-block;
    margin-right: 12px;
    margin-top: 12px;
}

.top-bar .social-icons ul li:last-child {
    margin-right: 0;
}

.top-bar .social-icons ul li a {
    color: #eee;
    font-size: 16px;
}

.navbar-dark .navbar-brand {
    color: #fff;
    width: 196px;
}

.header .menu-style .navbar-nav .nav-item .nav-link {
    color: #ebebeb;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.4px;
    font-size: 15px;
    padding: 34px 24px;
}

.header.bg-white-dark .menu-style .navbar-nav .nav-item .nav-link {
    color: #999;
}

.header .menu-style .navbar-nav .nav-item .dropdown-menu {
    border-color: #008ED2;
}

.header .menu-style .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0.4px;
    font-size: 15px;
}

.header .navbar-nav {
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    margin-right: 32px;
    padding-right: 32px;
}

.header .dropdown-buttons {
    margin-top: 0;
}

.header .dropdown-buttons .btn-group .btn {
    background-color: transparent;
    font-size: 18px;
    color: #fff;
}

.header .dropdown-buttons .menu-search-box ul {
    background-color: transparent;
    padding: 0;
    top: 28px;
}

.header .dropdown-buttons .menu-search-box form .form-group,
.header .dropdown-buttons .menu-search-box form .form-group .form-control {
    border-radius: 0;
    height: 60px;
    font-size: 15px;
    letter-spacing: 0;
}

.header .dropdown-buttons .menu-search-box .search-box i {
    height: 60px;
    width: 60px;
    font-size: 18px;
    line-height: 64px;
    background-color: #008ED2;
}



/*****=====*****=====*****=====*****=====
    03. Home CSS
=====*****=====*****=====*****=====*****/

.home-slider {

}

.home-slider .overly-bg {
    background: #0b1d37;
    position: absolute;
    opacity: 0.0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.home-slider .slide-caption {
    width: 1170px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    display: inherit;
}

/* Style One */

.home-slider.home-st1-sec {

}

.home-slider.home-st1-sec .text {
    width: 650px;
    text-align: left;
    /*margin: 0 auto;*/
}

.home-slider.home-st1-sec .text .sub-title,
.home-slider.home-st1-sec .text .title,
.home-slider.home-st1-sec .text .p-text,
.home-slider.home-st1-sec .text .btn {
    overflow: hidden;
}

.home-slider.home-st1-sec .text h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 14px;
    letter-spacing: 10px;
    text-transform: capitalize;
}

.home-slider.home-st1-sec .text h1 {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 14px;
}

.home-slider.home-st1-sec .text h1 span {
    color: #008ED2;
    font-weight: 400;
        line-height: 60px;
}

.home-slider.home-st1-sec .text p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 28px;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    letter-spacing: 0.5px;
}

.home-slider.home-st1-sec .text .home-btn {
    background-color: #008ED2;
    border: 2px solid #008ED2;
    font-size: 14px;
    padding: 12px 42px;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.6px;
    border-radius: 4px;
    text-decoration: underline;
}

.home-slider.home-st1-sec .text .home-btn:hover {
    background-color: #000;
    color: #fff;
}

.home-slider.home-st1-sec .text h1,
.home-slider.home-st1-sec .text h4,
.home-slider.home-st1-sec .text p,
.home-slider.home-st1-sec .text .home-btn {
    -moz-animation: fadeInDown 1.5s 0.2s forwards;
    -webkit-animation: fadeInDown 1.5s 0.2s forwards;
    -o-animation: fadeInDown 1.5s 0.2s forwards;
    -ms-animation: fadeInDown 1.5s 0.2s forwards;
    animation: fadeInDown 1.5s 0.2s forwards;
}

.home-slider.home-st1-sec .img {
    float: right;
    width: 45%;
    text-align: right;
    display: none;
}

.home-slider.home-st1-sec .img img {
    width: 250px;
}

/* Carousel */

.carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: rgb(255, 255, 255);
}

.carousel-indicators .active {
    background-color: #008ED2;
}

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
    opacity: 0;
}

.carousel .carousel-control-next:hover,
.carousel .carousel-control-prev:hover {
    opacity: 0.6;
}

/* keyframes */

@-webkit-keyframes line-animation {
  form {
    top: 0;
  }
  to {
    top: 100%;
  }
}

@keyframes line-animation {
  form {
    top: 0;
  }
  to {
    top: 100%;
  }
}

@-webkit-keyframes line-animation {
  form {
    bottom: 0;
  }
  to {
    bottom: 100%;
  }
}

@keyframes line-animation {
  form {
    bottom: 0;
  }
  to {
    bottom: 100%;
  }
}


/*--------------------------------
    05. About CSS Start
----------------------------------*/
.about-section {
    padding: 100px 0 50px;
    background-attachment: fixed;
    background-position: center right;
    background-size: cover !important;
}
.about-col {
    margin-bottom: 30px;
}
.about-col h2 {
    font-size: 35px;
    margin-bottom: 20px;
}
.about-col h5 {
    font-size: 16px;
    color: #008ED2;
}
.para-space {
    margin-bottom: 20px;
}


/*--------------------------------
    06. Video CSS Start
----------------------------------*/
.video-section {
    padding: 100px 0;
    background: url(../images/bg/1.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.video-col {
    text-align: center;
}
.video-col h2 {
    color: #ffffff;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.video-col i {
    color: #008ED2;
    font-size: 100px;
}



/*--------------------------------
    07. Services CSS Start
----------------------------------*/
.service-section {
    padding: 100px 0 0px;
}
.service-item {
    margin-bottom: 50px;
    position: relative;
    background-color: #f7f7f7;
    height: 200px;
    overflow: hidden;
    cursor: default;
}
.service-item:hover .front{
  margin-top: -200px;
  transition: .5s;
  transition-timing-function: ease-in-out;
}
.service-item .front{
  height: 200px;
  margin-top: 0px;
  transition: .5s;
  transition-timing-function: ease-in-out;
  padding: 50px 0px;
}
.service-item .back{
  height: 200px;
  padding: 30px;
  background: #008ED2;
  color: white;
}
.service-item .back h3{
  color:white;
}
.service-item i {
    font-size: 40px;
    position: absolute;
    left: 10px;
    top: 34px;
    color: #008ED2;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 2px solid transparent;
    height: 80px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-item:hover i {
    opacity: 1;
    color: white;
    height: 60px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-item h3 {
    font-size: 22px;
}

/* Service More CSS Strat*/
.service-more {
    padding: 100px 0 0;
    position: relative;
}
.service-more-box {
    margin-bottom: 0px;
    position: relative;
    background: #1E2332;
    padding: 30px 30px 30px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-more-box:before {
    content: "";
    width: 100%;
    height: 0;
    border-left: 800px solid transparent;
    border-top: 30px solid #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}
.service-more-box:after {
    content: "";
    width: 100%;
    height: 0;
    border-right: 800px solid transparent;
    border-bottom: 30px solid #ffffff;
    position: absolute;
    right: 0;
    bottom: 0;
}
.service-more-box:hover {
    background: #008ED2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-more-box i {
    font-size: 40px;
    position: absolute;
    color: black;
    right: 10px;
    top: 43px;
    z-index: 1;
    opacity: 0.3;
}
.service-more-box h4 {
    color: #008ED2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-more-box:hover h4 {
    color: #111111;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-more-box p {
    color: #ffffff;
}




/*--------------------------------
    08. Appointment CSS Start
----------------------------------*/
.appointment-section {
    padding: 100px 0 0;
    background: url(../images/bg/pttrns.png);
    background-repeat: repeat;
    overflow: hidden;
}
.appointment-col {
    margin-bottom: 30px;
}
.appointment-img {
    margin-bottom: 0;
}
.appointment-col .form-control {
    border: 1px solid rgba(204, 204, 204, 0.7);
    background: rgba(255, 255, 255, 0.5);
}

/*--------------------------------
    09. Counter CSS Start
----------------------------------*/
.counter-section {
    padding: 100px 0 50px;
    background: #f5f5f5;
    background-image: url(../images/bg/2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.counter-col {
    margin-bottom: 20px;
    text-align: center;
}
.counter-col .counter {
    width: 150px;
    margin: auto;
    margin-bottom: 50px;
    background: #008ED2;
    padding: 5px 0;
    position: relative;
}
.counter-col .counter:before {
    content: "";
    width: 100%;
    height: 0;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-bottom: 30px solid #008ED2;
    position: absolute;
    top: -30px;
    left: 0;
}
.counter-col .counter:after {
    content: "";
    width: 100%;
    height: 0;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 30px solid #008ED2;
    position: absolute;
    bottom: -30px;
    left: 0;
}
.counter-col .counter i {
    font-size: 40px;
    color: #ffffff;
    padding-bottom: 10px;
    display: block;
}
.counter-col .counter span {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
}
.counter-col p {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*--------------------------------
    10. Doctors CSS Start
----------------------------------*/
.doctors-section {
    padding: 100px 0 70px;
}
.doctors-col {
    margin-bottom: 30px;
    text-align: center;
}
.doctors-col .doctors-common-info {
    position: absolute;
    top: 46%;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.doctors-col:hover .doctors-common-info {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.doctors-col .doctors-common-info i {
    width: 45px;
    height: 45px;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 24px;
    line-height: 45px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.doctors-col .doctors-common-info i:hover {
    background: #008ED2;
    border-color: #008ED2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.doctors-col .doctors-common-info .info h5 {
    color: #008ED2;
    margin-bottom: 0;
    margin-top: 20px;
}
.doctors-col h4 {
    margin-top: 20px;
}
.doctor-img {
    position: relative;
    border: 1px solid #dddddd;
}
.doctor-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.doctors-col:hover .doctor-img:before {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.doctor-img h3 {
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    margin-bottom: 0;
    padding: 10px 20px;
    background: #008ED2;
    display: inline-block;
}
.doctor-img h3:after {
    content: "";
    position: absolute;
    right: -29px;
    top: 0;
    width: 0;
    height: 100%;
    border-left: 30px solid #008ED2;
    border-top: 40px solid transparent;
}
.doctor-img h3 a {
    color: #ffffff;
}
.doctor-img a span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
    color: #ffffff;
    background: #008ED2;
    padding: 10px 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.doctor-img a span:hover {
    color: #111111;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Doctors Details Css */
.doctors-details-section {
    padding: 100px 0 50px;
    background: #f5f5f5;
}
.doctors-details-img {
    margin-bottom: 50px;
    border: 1px solid #dddddd;
}
.doctors-details-col {
    margin-bottom: 50px;
}
.doctors-details-col span {
    font-style: italic;
    color: #008ED2;
    font-weight: bold;
    margin-right: 10px;
}
.doctors-details-col i {
    color: #F8C12C;
}
.doctors-details-col p {
    margin-top: 20px;
}
.contact-info-box {
    margin-top: 30px;
    padding: 30px 20px;
    border: 1px solid #dddddd;
    text-align: center;
}
.contact-info-box p {
    margin-top: 0;
}



/*--------------------------------
    11. Call Us CSS Start
----------------------------------*/
.call-section {
    padding: 100px 0;
    background: url(../images/bg/3.jpg);
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.call-col h2 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 20px;
    letter-spacing: 0px;
}
.call-col h2 span {
    color: #008ED2;
}
.call-col i {
    font-size: 50px;
    color: #008ED2;
}
.call-col h4 {
    margin-top: 20px;
    color: #ffffff;
    letter-spacing: 5px;
    font-size: 20px;
}
.call-col p{
  color: white;
}
.call-col .home-btn{
  background-color: #008ED2;
  border: 2px solid #008ED2;
  font-size: 14px;
  padding: 12px 42px;
  display: inline-block;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.6px;
  border-radius: 4px;
  margin-top: 40px;
}

/*--------------------------------
    12. Portfolio CSS Start
----------------------------------*/
.portfolio-section {
    padding: 100px 0;
    overflow: hidden;
}
.padd0 {
    padding: 0;
}

/* Image Hover */
.img-hover-item {
    position: relative;
    overflow: hidden;
}
.hover-item-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.img-hover-item:hover .hover-item-info {
    opacity: 1;
    top: 50%;
    margin-top: -50px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.img-hover-item img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}
.img-hover-item:hover img {
    opacity: 0.3;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hover-item-info h3 {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 18px;
}
.hover-item-info i {
    font-size: 24px;
    color: #008ED2;
}




/*--------------------------------
    13. Testimonial CSS Start
----------------------------------*/
.testimonial-section {
    padding: 100px 0;
    background: url(../images/bg/2.jpg);
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
}
.testimonial-section .section-title h2 {
    color: #ffffff;
}
.testimonial-section .section-title .title-icon {
    background: transparent;
}
.testimonial-section .section-title p {
    color: #ffffff;
}
.test-item {
    padding: 50px 40px;
    background: rgba(0, 0, 0, 0.6);
    border-right: none;
    border-left: none;
    text-align: center;
}
.test-item img {
    width: 80px !important;
    height: 80px !important;
    margin: auto;
    -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%;
}
.test-item h4 {
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 20px;
}
.test-item span {
    font-size: 12px;
    color: #008ED2;
}
.test-item p {
    color: #ffffff;
    margin-top: 20px;
}
.testimonial-col .owl-theme .owl-nav {
    margin-top: 30px;
}
.testimonial-col .owl-theme .owl-dots .owl-dot span {
    margin-bottom: 0;
    margin-top: 0;
}
.testimonial-col .owl-theme .owl-dots .owl-dot.active span,
.testimonial-col .owl-theme .owl-dots .owl-dot:hover span {
    background: #008ED2;
}


/*--------------------------------
    14. Blog CSS Start
----------------------------------*/
.blog-section {
    padding: 100px 0 70px;
}
.blog-col {
    margin-bottom: 30px;
    position: relative;
}
.blog-img {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.blog-img img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-col:hover .blog-img img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-col:hover .overlay:before {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.post-date {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    padding: 10px 20px;
    background: #008ED2;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.post-date:after {
    content: "";
    position: absolute;
    right: -40px;
    top: 0;
    width: 0;
    height: 100%;
    border-left: 40px solid #008ED2;
    border-top: 43px solid transparent;
}
.post-date h3 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0;
}
.blog-col h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.blog-col h4 a {
    color: #111111;
}
.blog-col h4 a:hover {
    color: #008ED2;
}
.info-bar {
    margin-top: 20px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
    padding: 10px 15px 10px 0;
}
.info-bar ul li {
    float: left;
    margin-right: 20px;
}
.info-bar ul li i {
    margin-right: 5px;
    color: #008ED2;
}
.info-bar ul li a {
    color: #333333;
}
.blog-col .embed-responsive {
    margin-bottom: 20px;
}

/* Blog Sidebar */
.blog-sidebar-col {

}
.sidebar-search-box {
    margin-bottom: 50px;
}
.sidebar-search-box .input-group .form-control {
    height: 45px;
    border-color: #008ED2;
}
.sidebar-search-box .input-group-btn .btn {
    height: 45px;
    width: 60px;
    background: #008ED2;
}
.sidebar-search-box .input-group-btn .btn i {
    font-size: 22px;
    color: #ffffff;
}
.categories {
    margin-bottom: 50px;
}
.sidebar-title h3 {
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.categories ul li {
    margin-bottom: 10px;
}
.categories ul li a {
    color: #111111;
    text-transform: capitalize;
}
.categories ul li a:hover {
    color: #008ED2;
}
.sidebar-post {
    margin-bottom: 50px;
}
.sidebar-post ul li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 50px;
}
.sidebar-post ul li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
}
.sidebar-post ul li h4 {
    margin-bottom: 0;
}
.sidebar-tags {
    margin-bottom: 0;
}
.sidebar-tags ul li {
    border: 1px solid #dddddd;
    margin-bottom: 22px;
    margin-right: 10px;
    display: inline-block;
}
.sidebar-tags ul li a {
    padding: 10px 20px;
    color: #ffffff;
    background: #111111;
    text-transform: capitalize;
}
.sidebar-tags ul li a:hover {
    background: #008ED2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}





/*--------------------------------
    15. Timetable CSS Start
----------------------------------*/
.timetable-section {
    padding: 100px 0 0;
    background: rgba(29, 210, 200, 0.2);
}
.timetable-col {

}
.timetable-col h2 {
    color: #ffffff;
    background: #1E2332;
    margin-bottom: 0;
    padding: 10px 28px;
    display: inline-block;
    position: relative;
}
.timetable-col h2:after {
    content: "";
    position: absolute;
    right: -54px;
    top: 0;
    width: 0;
    height: 100%;
    border-left: 55px solid #1E2332;
    border-top: 60px  solid transparent;
}
.timetable-box {
    background: #1E2332;
    padding: 25px 30px;
}
.timetable-box ul li {
    border-bottom: 1px solid #ddeddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.timetable-box ul li:last-child {
    border-bottom: none;
    padding-top: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.timetable-box ul li p {
    color: #ffffff;
}
.timetable-box ul li h4 {
    font-weight: 500;
    color: #ffffff;
}

/*--------------------------------
    16. Defult Page Title CSS Start
----------------------------------*/
.defult-page-title {
    padding: 230px 0 80px 0;
    text-align: center;
    background: url('../images/bg/2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title-box {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.3);
    padding: 50px 80px;
    display: inline-block;
}
.page-title-box h2 {
    font-size: 36px;
    color: #ffffff;
}
.page-title-box p {
    color: #ffffff;
    text-transform: uppercase;
}
.page-title-box p a {
    color: #008ED2;
}
.page-title-box p a:hover {
    color: #ffffff;
}


/*--------------------------------
    17. About CSS Start
----------------------------------*/
.about-inner .about-tab {
    margin-top: 30px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #1dd2c8 #1dd2c8 #fff;
}
.about-inner .nav-tabs>li {
    margin-bottom: -2px;
}
.nav-tabs {
    border-bottom: 1px solid #008ED2;
}
.about-inner .nav-tabs>li>a {
    border-radius: 0;
    color: #111111;
}
.about-inner .nav-tabs>li.active>a,
.about-inner .nav-tabs>li.active>a:focus,
.about-inner .nav-tabs>li.active>a:hover {
    border-color: #008ED2;
    border-bottom: none;
}
.about-inner .about-tab .tab-content {
    border: 1px solid #008ED2;
    border-top: none;
    padding: 10px 20px;
}
.about-inner .about-tab .tab-content ul li {
    margin-top: 7px;
    margin-bottom: 7px;
}
.about-inner .about-tab .tab-content ul li i {
    margin-right: 10px;
}



/*--------------------------------
    18. Treatment CSS Start
----------------------------------*/
.treatment-section {
    padding: 100px 0 100px;
    overflow: hidden;
}
.pad-less {
    padding: 0;
}
.treatment-title {
    margin-bottom: 50px;
}
.treatment-col {
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.treatment-col .treatment-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.treatment-col:hover .treatment-box {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.treatment-heading {
    position: absolute;
    top: 30px;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.treatment-col:hover .treatment-heading {
    opacity: 1;
    left: 30px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.treatment-heading h4 {
    color: #ffffff;
}
.treatment-link {
    position: absolute;
    right: 30px;
    bottom: 0;
    padding: 5px 20px;
    background: #008ED2;
    font-size: 20px;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.treatment-col:hover .treatment-link  {
    opacity: 1;
    right: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.treatment-link i {
    color: #ffffff;
}
.treatment-link i:hover {
    color: #111111;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.mb-100 {
    margin-bottom: 100px;
}

/* Treatment Details Start */
.treatment-details {
    padding: 100px 0 100px;
}
.treatment-details h3 {
    color: #008ED2;
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment-field h3 a {
    color: #008ED2;
}
.comment-item {
    position: relative;
    padding-left: 100px;
    margin-bottom: 50px;
}
.comment-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.comment-item-right {
    margin-left: 50px;
}
.treatment-middle-box {
    padding: 30px 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #f5f5f5;
}
.treatment-middle-box h3 {
    margin-top: 0;
    margin-bottom: 10px;
}



/*--------------------------------
    19. FAQ CSS Start
----------------------------------*/
.faq-area {
    padding: 50px 0;
    padding-top: 100px;
}
.panel-heading .accordion-toggle:after {
    content: "\f106";
    font-family: FontAwesome;
    float: right;
    font-size: 20px;
    color: #008ED2;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\f107";
}
.faq-col h1 {
    margin-bottom: 30px;
}
.faq-col .panel-title {
    font-size: 18px;
}



/*--------------------------------
    20. Error CSS Start
----------------------------------*/
.error-area {
    padding: 100px 0 70px;
}
.error-col {
    margin-bottom: 30px;
    text-align: center;
}
.error-col h1 {
    font-family: 'Dancing Script', cursive;
    font-size: 36px;
    margin-bottom: 50px;
}
.error-col h1 span {
    font-size: 100px;
    color: #008ED2;
}
.error-col img {
    margin: 0 auto;
}
.error-col h4 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 0;
}
.error-col h4 a {
    color: #111111;
}
.error-col h4 a:hover {
    color: #008ED2;
    text-decoration: underline;
}



/*--------------------------------
    21. Departments CSS Start
----------------------------------*/
.timeline {
    padding: 100px 0;
}
/* Timeline CSS */
.timeline ul {

}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 5px;
  margin: 0 auto;
  padding-top: 50px;
  background: #1E2332;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 30px;
  background: #008ED2;
}
.timeline ul li div h4 {
    margin-bottom: 10px;
}
.timeline ul li div p {
    color: #ffffff;
}
.timeline ul li div p a {
    color: #333333;
}

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #008ED2 transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #008ED2;
}



/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #008ED2;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}



/*--------------------------------
    22. Contact CSS Start
----------------------------------*/
.contact-area {
    padding: 100px 0 100px;
}
.contact-col {
    margin-bottom: 50px;
    text-align: center;
}
.contact-infobox {
    border: 1px solid #dcdcdc;
    padding: 50px 30px;
}
.contact-infobox i {
    width: 80px;
    height: 60px;
    border-top: 3px solid #008ED2;
    border-bottom: 3px solid #008ED2;
    color: #008ED2;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
    padding: 5px 15px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.contact-infobox:hover i {
    background: #008ED2;
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.contact-form-row .contact-col {
    margin-bottom: 0;
}
.contact-form-row .contact-col .form-control {
    height: 50px;
}
.contact-textarea textarea {
    height: 100% !important;
}




/*--------------------------------
    23. Footer CSS Start
----------------------------------*/
.main-footer {
    background: #363839;
    padding: 170px 0 50px;
    background-repeat: repeat;
    position: relative;
}
.main-footer:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.footer-col {
    padding-bottom: 30px;
}
.footer-col img {
    margin-bottom: 30px;
}
.footer-col h3 {
    color: #008ED2;
    margin-bottom: 40px;
    font-size: 22px;
}
.footer-col h3 span {
    color: #008ED2;
}
.footer-col p {
    color: #ffffff;
}
.footer-col .top-para {
    margin-bottom: 20px;
}
.footer-col ul li {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #b3b3b3;
}
.footer-col ul li:last-child {
    border-bottom: none;
}
.footer-col ul li a {
    display: block;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.footer-col ul li a:hover {
    color: #008ED2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.post-box {
    margin-bottom: 10px;
    position: relative;
    padding-left: 85px;
}
.footer-col .post-box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
}
.post-box p {
    z-index: 1;
    line-height: 24px;
}
.post-box p a {
    color: #008ED2;
}
.address-col ul {
    margin-top: 20px;
}
.address-col ul li {
    border-bottom: none;
    color: #ffffff;
}
.address-col ul li i {
    width: 25px;
}


/*--------------------------------
    24. Copyright CSS Start
----------------------------------*/
.copyright-bar {
    padding: 20px 0;
    background: #313131;
}
.footer-sociai-group {
    margin-bottom: 10px;
}
.footer-sociai-group a i {
    width: 35px;
    height: 35px;
    font-size: 15px;
    color: #ffffff;
    background: rgba(27, 27, 27, 0.75);
    text-align: center;
    line-height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.footer-sociai-group a i:hover {
    color: #ffffff;
    background: #008ED2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.copyright-col p {
    color: #bdbcbc;
}
.copyright-col p a {
    color: #008ED2;
}




/*--------------------------------
    Demo Page CSS Start
----------------------------------*/
.demo-page-header {
    padding: 200px 0;
    background: #111111;
    background-image: url(../images/demo/1.jpg);
    background-position: center;
    background-size: cover;
}
.header-content {
    text-align: center;
}
.header-content h1 {
    color: #ffffff;
    margin-bottom: 30px;
}
.header-content h1 span {
    color: #008ED2;
    font-size: 50px;
}
.header-content .btn {
    font-style: 16px;
    background: #008ED2;
    border: none;
    padding: 18px 40px;
    color: #ffffff;
    text-transform: uppercase;
}
.demo-content-area {
    padding: 150px 0 100px;
}
.demo-content-col {
    margin-bottom: 50px;
    text-align: center;
}
.demo-content-col h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #111111;
}
.demo-content-col h2 a {
    color: #111111;
}
.demo-content-col ul li {
    margin-bottom: 10px;
    margin-top: 10px;
}
.demo-content-col ul li a {
    font-weight: bold;
    color: #777777;
    text-transform: uppercase;
}
.pages-col {
    text-align: center;
}
.pages-col h1 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #cccccc;
}


/*CUSTOM CSS*/

.faq-area .btn-link:hover{
  text-decoration: none;
}
.faq-area .btn-link{
  color: #018ED2;
  font-weight: 500;
      padding-left: 0px;
          margin-right: 20px;
}
.faq-area .card{
  border: none;
}
.faq-area .card-header{
  background: none;
  padding-left: 0px;
  cursor: pointer;
}
.faq-area .card-header i{
  color: #018ED2;
  font-size:20px;
  float: right;
  position: relative;
  top: 15px;
}
.bola-adesao{
  width:170px;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
  border-radius: 1000px;
  position: relative;
  transition: .3s;
  cursor: pointer;
}
.bola-adesao:hover, .bola-adesao:focus{
  box-shadow: 15px 15px 15px rgba(0,0,0,0.4);
  transform: scale(1.1);
  transition: .3s;
}
.bola1{
  top: -235px;
lefT: 25px;
}
.bola2{
  top: -235px;
  left:75px;
}
.bola3{
  top: -235px;
  left: 125px;
}
.bola4{
  top: -235px;
  left: 170px;
}
.bola5{
  top: -235px;
  left: 220px;
}
.bola-adesao{
  width:140px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.bola-adesao:hover{
  box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
  transition: .3s;
}
.bola1{
  top: -198px;
lefT: 112px;;
}
.bola2{
  top: -198px;
  left:152px;
}
.bola3{
  top: -198px;
  left: 197px;
}
.bola4{
  top: -198px;
  left: 240px;
}
.bola5{
  top: -198px;
  left: 282px;
}
@media only screen and (min-width:1200px){

  .adbg
  {
    width:930px;
    margin: auto;
    display: block;
  }
}
@media only screen and (max-width:1199px){
  .bola-adesao{
    width:140px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  }
  .bola-adesao:hover{
    box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
    transition: .3s;
  }
  .bola1{
    top: -198px;
  lefT: 23px;
  }
  .bola2{
    top: -198px;
    left:63px;
  }
  .bola3{
    top: -198px;
    left: 108px;
  }
  .bola4{
    top: -198px;
    left: 151px;
  }
  .bola5{
    top: -198px;
    left: 193px;
  }
}
@media only screen and (max-width:991px){
  .bola-adesao{
    width:105px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
  }
  .bola-adesao:hover{
    box-shadow: 6px 6px 6px rgba(0,0,0,0.4);
    transition: .3s;
  }
  .bola1{
    top: -146px;
    lefT: 15px;
  }
  .bola2{
    top: -146px;
    left: 44px;
  }
  .bola3{
    top: -146px;
    left: 75px;
  }
  .bola4{
    top: -146px;
    left: 104px;
  }
  .bola5{
    top: -146px;
    left: 133px;
  }
}
@media only screen and (max-width:767px){
  .bola-adesao{
    width:80px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
  }
  .bola-adesao:hover, .bola-adesao:active{
    box-shadow: 6px 6px 6px rgba(0,0,0,0.4);
    transition: .3s;
  }
  .bola1{
    top: -110px;
    lefT: 11px;
  }
  .bola2{
    top: -110px;
    left: 30px;
  }
  .bola3{
    top: -110px;
    left: 48px;
  }
  .bola4{
    top: -110px;
    left: 66px;
  }
  .bola5{
    top: -110px;
    left: 83px;
  }
}
@media only screen and (max-width:575px){
  .adesao-interativo{
    width:300px;
    display: block;
    margin: auto;
  }
  .bola-adesao{
    width:46px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
  }
  .bola-adesao:hover, .bola-adesao:active{
    box-shadow: 6px 6px 6px rgba(0,0,0,0.4);
    transition: .3s;
  }
  .bola1{
    top: -64px;
    lefT: 7px;
  }
  .bola2{
    top: -64px;
    left: 18px;
  }
  .bola3{
    top: -64px;
    left: 28px;
  }
  .bola4{
    top: -64px;
    left: 38px;
  }
  .bola5{
    top: -64px;
    left: 49px;
  }
}

/* SIMULAR */
.simular{
  height: 400px;
  overflow: hidden;
  padding-top: 40px;
}
.simular.next .cs1{
  margin-top: -810px;
  transition: 1.5s;
  transition-timing-function: ease-in-out;
}
.simular input:focus{
  border-bottom: 2px solid rgba(2,100,148,1);
  transition: .5s;
  outline: none;
}
.simular input{
  margin-right: 0px;
  margin-left: 20px;
  border:0px;
  border-bottom: 2px solid rgba(149,202,228,1);
  transition: .5s;
  width: 150px;
  padding:10px;
  margin-bottom: 50px;

    background: none;
}
.simular label{
  position: absolute;
  top: 10px;
  left: 30px;
  z-index: -10;
  transition: .5s;
  white-space: nowrap;
}
.simular label.active{
  top: -10px;
  font-size: 10px;
  transition: .5s;
}
.simular .inputcontainer{
  position: relative;
  display: inline-block;
}
.simular2 h3{
  margin-right: 40px;
}
.cs1{
  padding-top: 50px;
  padding-bottom: 400px;
  background: rgb(149,202,228);
  background: -moz-linear-gradient(162deg, rgba(149,202,228,1) 0%, rgba(0,141,210,1) 52%, rgba(2,100,148,1) 100%);
  background: -webkit-linear-gradient(162deg, rgba(149,202,228,1) 0%, rgba(0,141,210,1) 52%, rgba(2,100,148,1) 100%);
  background: linear-gradient(162deg, rgba(149,202,228,1) 0%, rgba(0,141,210,1) 52%, rgba(2,100,148,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#95cae4",endColorstr="#026494",GradientType=1);

}
.cs2{
  padding-top: 150px;
  padding-bottom: 150px;
}
.simular1{
  text-align: center;
  color:white;
  padding-bottom: 50px;
  }
.simular1 h2{
  color: white;
}
.simular2 button{
  background-color: #008ED2;
  color: white;
  border: 0px;
  font-size: 14px;
  padding: 12px 42px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.6px;
  border-radius: 4px;
  cursor: pointer;
  transition: .3s;
  outline: none;
}
.simular2 button:hover{
  background-color: white;
  color: #008ED2;
  border: 2px solid #008ED2;
  padding: 10px 40px;
  transition: .3s;
}
.simular1 h2 span{
  font-size: 80px;
margin: 0px 20px;
font-weight: bold;
}
.simular1 button{
  background-color: white;
  color: #008ED2;
    border: 2px solid #008ED2;
    font-size: 14px;
    padding: 12px 42px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.6px;
    border-radius: 4px;
    cursor: pointer;
}
.slider-logo{
  width: 194px;
  margin-top: -200px;
  margin-bottom: 200px;
}
.carousel-item{
  height:800px;
}
#home-st1{
    background-image: url(../images/slider/1.jpg) !important;
    background-size: cover;
    background-position: top left;
}
.home-slider.home-st1-sec .text .sub-title{
  letter-spacing: 5px;
}
.home-slider .p-text p{
  font-size: 25px;
}
@media only screen and (max-width: 728px){
  .home-slider.home-st1-sec .text{
    width:100%;
    max-width: 450px;
    padding-left:20px;
  }
  .home-slider .p-text{
      text-align: justify;
  }
  #home-st1{
    padding-left: 5px;
  }
  .home-slider.home-st1-sec .text h1{
    font-size: 30px;
  }
  .slider-logo{
    width: 194px;
    margin-top: -200px;
    margin-bottom: 60px;
    margin-left: 20px;
  }
  .carousel-item{
    height:850px;
  }
}
#adesao-texto{
  font-size: 30px;
  margin-bottom: -20px;
  margin-top: 50px;
}
#logoperm
{
  position: fixed;
    z-index: 1000;
    background: white;
    width: 100%;
    height: 80px;
    box-shadow: 5px 10px 10px rgba(0,0,0,0.1);
    transition: .6s;
    opacity: 1;
    top:0px;
}
#logoperm img{
  width: 100px;
    text-align: center;
    margin: auto;
    position: relative;
    left: 60px;
    top: -10px;
}
#logoperm.hide
{
  opacity: 0;
}
.custoseguro{
  text-align: center;
  transition: .6s;
  transition-timing-function: ease-in;
  position: absolute;
  opacity: 1;
    top: -70px;
}
.custoseguro.hide{
    opacity: 0;
    transition: .6s;
    transition-timing-function: ease-in;
}
.custoseguro p{
  font-size: 20px;
}
.custoseguro .descritivo{

    margin-top: 20px;
  font-size: 18px;
  color: gray;
  line-height: 20px;
}
@media only screen and (max-width:400px){
  .custoseguro .descritivo{
    font-size: 13px !important;
    line-height: 15px !important;
  }
}
.custoseguro .descritivo::first-letter{
  text-transform: capitalize;
}
.custoseguro span#valorseguro1{
  font-size: 80px;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #008ED2;
}
.custoseguro span#valorseguro2{
  font-size: 30px;
  font-weight: bold;
  position: relative;
  color: #008ED2;
  top: 3px;
  margin: 0px 5px;
}
.custoseguro p.poradulto{
  margin-top: 20px;
}
.quersimular{
  transition: .6s;
}
.quersimular.hide{
  transition: .6s;
  transition-timing-function: ease-in;
  opacity: 0;
}
@media only screen and (max-width:1199px)
{
  .simular input{
    width: 100px;
  }
}
@media only screen and (max-width:991px)
{
  .simular input{
    width: 80px;
  }
  .simular label{
        white-space: nowrap;
        left:20px;
  }
  .simular .descritivo{
    font-size: 15px;
    line-height: 15px;
  }
}
@media only screen and (max-width:767px){
  .custocontainer{
    min-height: 250px;
  }
  .simular{
    height: 400px;
  }
  .simular.next{
    height: 700px;
    transition:.5s;
  }
  .butaosimular{
    float: right;
    padding-right: 100px;
  }
  .inputsimular{
    text-align: right;
    padding-right: 100px;
  }
  .custoseguro .descritivo{
    margin-top: 20px;
  font-size: 18px;
  color: gray;
  line-height: 20px;
  }
}
.containererro{
  color:#ff3f11;
  text-align: center;
}
.service-item img{
  width: 100px;
  display: inline-block;
  vertical-align: top;
}
.service-item .titulo1{
  display: inline-block;
  width: 180px;
  padding-left: 20px;
  margin-top: 13px;
}
.detalhecriancas{
  font-size: 10px;
    position: absolute;
    top: 55px;
      line-height: 10px;
    lefT: 25px;
}
.faq-area .card .btn{
  white-space: normal;
    text-align: left;
}
.faq-area .card i{
  position: absolute;
    right: 20px;
    top: 20px;
}
.detalhemensal{
  font-size: 12px !important;
    line-height: 12px;
    text-align: left;
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}
.adesaofacil{
    margin-bottom: -50px;
}
/*Ser contactado*/
.sercontactado .cleft{
  background: rgb(149,202,228);
  background: -moz-linear-gradient(162deg, rgba(149,202,228,1) 0%, rgba(0,141,210,1) 52%, rgba(2,100,148,1) 100%);
  background: -webkit-linear-gradient(162deg, rgba(149,202,228,1) 0%, rgba(0,141,210,1) 52%, rgba(2,100,148,1) 100%);
  background: linear-gradient(162deg, rgba(149,202,228,1) 0%, rgba(0,141,210,1) 52%, rgba(2,100,148,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#95cae4",endColorstr="#026494",GradientType=1);
}
.sercontactado .container{
  width:100% !important;
  max-width: 100% !important;
}

.sc1, .sc2, .sc3, .sc4{
  opacity: 1;
  transition: .5s;
  z-index: 10;
  position: relative;
}
.sc1.hide, .sc2.hide, .sc3.hide, .sc4.hide, .sc5.hide, .sc6.hide{
  opacity:0;
  transition: .5s;
  z-index: 0;
  position: relative;
}
.sc1{
      margin-top: 100px;
}
.sc3{
  margin-top: 60px;
}
.cleft{
  height: 300px;
  padding-top:100px;
  padding-bottom: 100px;
  transition: .5s;
}
.cright{
  height: 300px;
  padding-top: 50px;
  padding-bottom: 50px;
  transition: .5s;
  text-align: center;
}
.sercontactado h3{
    text-align: center;
    color: white;
}
.sercontactado .numero{
  text-align: center;
  font-weight: bold;
  font-size: 45px;
  position: relative;
  top: 20px;;
}
.sercontactado .numero a{
  color: white;
}
#prefiro{
  position: relative;
    top: 30px;
    text-align: center;
    margin: auto;
    display: block;
    border: 0px;
    border-radius: 5px;
    padding: 20px 40px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    background: rgba(0,141,210,1);
    cursor: pointer;
}
.sercontactado input{
  margin-right: 0px;
    border: 0px;
    border-bottom: 2px solid rgba(149,202,228,1);
    transition: .5s;
    width: 200px;
    padding: 10px;
    margin-bottom: 50px;
    background: none;
    outline: none;
    color:white;
    text-align: center;
}
.sercontactado input:focus{
  border-bottom: 2px solid rgba(2,100,148,1);
  transition: .5s;
  outline: none;
}
.sercontactado label{
  position: absolute;
    top: 15px;
    z-index: -10;
    transition: .5s;
    width: 200px;
    white-space: nowrap;
    text-align: center;
}
.sercontactado .next{
  height:400px;
  padding-top: 50px;
  padding-bottom: 0px;
  transition: .5s;

}
.sercontactado .inputwrap{
  position: relative;
  display: block;
    width: 200px;
    margin: auto;
    height: 60px;
    color:white;
}
.sercontactado .textwrap{
  display: block;
    max-width: 500px;
    margin: auto;
    color:white;
    text-align: center;
    margin-bottom: 20px;
}
.sercontactado .textwrap p{
  margin-bottom: 10px;
}
.sercontactado label.active{
  top: -10px;
  font-size: 10px;
  transition: .5s;
}
.sc4{
  text-align: center;
  max-width: 500px;
    display: block;
    margin: auto;
}
.sc4 .agendar{
  margin-top: 40px;
}
.sc4 .agendar select{
  border: none;
  padding: 10px 20px;
  outline: none;
  font-size: 20px;
  margin-left: 20px;
  margin-right: 20px;
  color: #505050;
}
#liguemme{
  position: relative;
    top: 30px;
    text-align: center;
    margin: auto;
    display: block;
    border: 0px;
    border-radius: 5px;
    padding: 20px 40px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    background: rgba(0,141,210,1);
    cursor: pointer;
    outline: none;
}
#erroagende{
  margin-top: 20px;
    height: 26px;
    color: #ff3f11;
}
.sercontactado .cright .inputwrap{
  width:200px;
}
.sercontactado .cright input{
  width: 200px;
  margin:0px;
  color:black;
}
.sercontactado .cright input[type="checkbox"]{
  width: 20px;
  margin:0px;
  color:rgba(0,141,210,1);
}
.sercontactado .cright label{
  color:black;
  left:0px;
}
/*footer*/
.main-footer img{
  max-width:150px;
}
.main-footer h3{
  color:#8C99A9;
  margin-bottom: 20px;
}
.main-footer p{
  color:#8C99A9;
}
.main-footer i{
  color:white;
  font-size: 30px;
    margin-right: 20px;
}
.about-section{
  background: url("../images/tmp/tmp1.jpg");
  background-position: top left;
  color:black;
}
.about-section h5{
  color: #008ED2;
}
.about-section h2, .about-section p{
  color:black;
}
#home-st1 h1{
  color: #464646;
  letter-spacing: -3px;
  line-height: 40px;
}
#home-st1 p{
  color: #464646;
}
.faq-area h2{
  color: #464646;
  padding-left: 10px;
}
.card-header.collapsed .btn-link{
    color: #464646;
}
.bannerinicial{
  padding: 100px 0px;
  background: rgb(149,202,228);
  background: -moz-linear-gradient(162deg, rgba(149,202,228,1) 0%, rgba(0,141,210,1) 52%, rgba(2,100,148,1) 100%);
  background: -webkit-linear-gradient(162deg, rgba(149,202,228,1) 0%, rgba(0,141,210,1) 52%, rgba(2,100,148,1) 100%);
  background: linear-gradient(162deg, rgba(149,202,228,1) 0%, rgba(0,141,210,1) 52%, rgba(2,100,148,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#95cae4",endColorstr="#026494",GradientType=1);
  text-align: center;
  color: white;
}
.bannerinicial h2{
  color:white;
  font-weight: 600;
}
.bannerinicial p{
  font-size: 20px;
    font-weight: 500;
}
.frontcontainer h3
{

  color: #989898;
  font-weight: 500;
  line-height: 23px;
}
.frontcontainer{
  width: 285px;
  margin: auto;
}
.adesaofacil .section-title h5{
  color:#008ED2;
}
#adesao-texto{
  text-align: center;
}
.footer-logo{
  display: block;
    margin: auto;
}
@media only screen and (max-width: 575px){
  .adesaofacil{
    margin-bottom: -50px;
  }
}
.faq-area .card-body{
  text-align: justify;
}
.about-section p{
  text-align: justify;
}
.poradulto.hide{
  display: none;
}
.aderiragora{
  background: #008ED2;
    padding: 20px;
    color: white;
    font-weight: 600;
    border-radius: 5px;
    position: relative;
    top: 40px;
    margin: auto;
    display: block;
    width: 200px;
    text-align: center;
}
.aderiragora.hide{
  display: none;
}
.back h3{
  font-weight:600;
}
p{
  line-height: 20px;
}
h2{
  line-height:40px;
}
@media only screen and (max-width: 728px){
  #home-st1{
    height: 300px;
    background-size: initial;
  }
  .home-slider .slide-caption{
    position: relative;
    top:120px;
  }
  #home-st1 .p-text{
    display: none;
  }
}
@media only screen and (max-width: 400px){
  .home-slider.home-st1-sec .text{
    max-width: 300px;
  }
}
.about-section{
      padding: 150px 0px;
      background-position: fixed !important;
}
.about-section h2{
  color:#464646;
  letter-spacing: -2px;
}
.service-section h2{
  color:#464646;
}
.simular h2{
  color: white;
}
.sercontactado h4{
  color:#464646;
}
.back table td{
  line-height: 20px;
}
#adesao-titulo{
  font-weight: 600;
  letter-spacing: -2px;
}
#adesao-texto.small{
  font-size: 25px;
  font-weight: 400;
}
.bannerinicial h2{
  color: white;
  letter-spacing: -1px;
  font-size: 40px;
}
.vantagens h2{
  letter-spacing: -2px;
}
.call-section h2{
  letter-spacing: -2px;
}
.faq-area .pf h2{
  text-align: center;
  letter-spacing: -2px;
  display: block;
    width: 100%;
    margin-top: -20px;
    margin-bottom: 40px;
}
.sercontactado h3{
    letter-spacing: -2px;
}
.sercontactado{
  padding-top: 0px;
}
.main-footer .col-lg-6{
  padding-left: 90px;
  padding-right: 90px;
}
@media only screen and (max-width: 728px){
  .main-footer .col-lg-6{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 575px){
  .footer-logo{
    float:none;
    margin: auto;
      display: block;
  }
  .address-col{
    text-align: center;
  }
  #adesao-titulo{
    margin-top: -40px;
  }
}
.call-section p{
  margin-top:-15px;
}
.service-item .titulo1.dlinhas{
  margin-top: 26px;
}
@media only screen and (max-width: 1199px){
  .service-item .titulo1.ulinha{
    margin-top:37px;
  }
  .service-item .titulo1.tlinhas{
    margin-top:24px;
  }
}
@media only screen and (max-width: 575px){
  .service-item .titulo1.dlinhasp{
    margin-top: 24px;
  }
}
#home-st1 .title{
  overflow: inherit;
}
.petfestival #home-st1 .sub-title h4{
  letter-spacing: -2px;
  font-weight: 600;
  font-size: 32px;
  color: #008ED2;
}
@media only screen and (max-width: 728px){
   .petfestival #home-st1{
     height: 330px;
   }

}
@media only screen and (max-width: 402px){
  .petfestival #home-st1 .sub-title h4{
    font-size: 20px;
  }
}
.petfestival .cs1{
  padding-bottom: 0px;
}
.petfestival .descricaopetfestival{
  max-width: 400px;
    margin: auto;
    margin-top: 20px;
    font-size: 13px;
    text-align: justify;
}
.petfestival .nextsimulepf{
  background-color: white;
    border: 2px solid #008ED2;
    font-size: 14px;
    padding: 12px 42px;
    display: block;
    color: #008ED2;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.6px;
    border-radius: 4px;
    max-width: 150px;
    margin: auto;
    margin-top: 20px;
}
.petfestival .simular {
    height: initial;
}
.petfestival .tppf{
  margin: auto;
  margin-top: 40px;
}
.petfestival .tppf td{
  padding: 5px 20px;
  font-size: 20px;
}
.petfestival .tppf tbody tr:nth-child(2n+1) td{
  background: rgba(255,255,255,0.2);
}
.petfestival .tppf tbody td:nth-child(3){
  border-bottom: 0px;
  background: none !important;
  font-size: 80px;
  font-weight: bold;
}
.petfestival .tppf thead td:nth-child(3){
  font-size: 30px;
}
@media only screen and (max-width: 400px){
  .petfestival .tppf td{
    padding: 5px 10px;
    font-size: 20px;
  }
}
.petfestival .tppf span{
  display: block;
    font-size: 15px;
    font-weight: 100;
    margin-top: 20px;
}
.petfestival .tppf img{
  max-width: 250px;
}
.petfestival .tppf.mobile.oferta td{
  background: none;
}
.petfestival .tppf tbody td:nth-child(2){
  text-decoration: line-through;
}
@media only screen and (max-width:768px){
  .petfestival .tppf.pc{
    display: none;
  }

  .petfestival .simular1{
    margin-left: 10px;
  }
}@media only screen and (min-width:769px){
  .petfestival .tppf.mobile{
    display: none;
  }
  .petfestival .descricaopetfestival{
    width:
  }

}
.petfestival .tppf.pc td:nth-child(3){
      padding-left: 100px;
}
.petfestival .tppf.pc thead td:nth-child(3){
  font-weight: bold;
  font-size: 36px;
  white-space: nowrap;
}
.imgb{
  width: 1170px;
  position: absolute;
  bottom:0px;
}
.imgb img{
  width: auto;
}
.c1.pc .col-md-6:nth-child(2){
  background: url(../images/about/sec1.jpg);
  background-size: cover;
  background-position: center;
}
.c2.pc .col-md-6:first-child{
  background: url(../images/about/sec3.jpg);
  background-size: cover;
  background-position: center;
}
.c3.pc .col-md-6:nth-child(2){
  background: url(../images/about/sec2.jpg);
  background-size: cover;
  background-position: center;
}
.c4.pc .col-md-6:first-child{
  background: url(../images/about/sec4.jpg);
  background-size: cover;
  background-position: center;
}

.c1.mobile .col-md-6:first-child{
  background: url(../images/about/sec1.jpg);
  background-size: cover;
  background-position: center;
}
.c2.mobile .col-md-6:first-child{
  background: url(../images/about/sec3.jpg);
  background-size: cover;
  background-position: center;
}
.c3.mobile .col-md-6:first-child{
  background: url(../images/about/sec2.jpg);
  background-size: cover;
  background-position: center;
}
.c4.mobile .col-md-6:first-child{
  background: url(../images/about/sec4.jpg);
  background-size: cover;
  background-position: center;
}
.c1.mobile .col-md-6:nth-child(2){
  padding: 50px 50px;
}
.c2.mobile .col-md-6:nth-child(2){
  padding: 50px 50px;
}
.c3.mobile .col-md-6:nth-child(2){
  padding: 50px 50px;
}
.c4.mobile .col-md-6:nth-child(2){
  padding: 50px 50px;
}

.c1 {
  background: none !important;
}
.c2 {
  background: none !important;
}
.c3 {
  background: none !important;
}
.c4 {
  background: none !important;
}
.planosaude p{
  font-weight: normal;
  text-align: left;
  margin-bottom: 50px;
}
.planosaude h2{
  margin-top: 50px;
  margin-left: -15px;
}
.planosaude ul li{
  margin-bottom: 10px;
}
.planosaude i{
  border-radius: 50px;
  background-color: #008ED2;
  color:white;
  padding: 6px 9px;
  margin-right: 15px;
}
.fullwidthsection {
  padding:0px;
}
.fullwidthsection .container{
  max-width: 100%;
  padding:0px;
}
.fullwidthsection .col-md-6{
  padding:150px 50px;
}
.fullwidthsection .call-col{
  max-width: 550px;
}
.fullwidthsection.c3 .call-col{
  float:right;
}
.fullwidthsection.c1 .call-col{
  float:right;
}
.inputdia{
  display: inline-block !important;
}
@media only screen and (max-width:728px){
  .imgb{
    display: none;
  }
}
.datepicker{
  border-top: 2px solid #008ED2;
}
.datepicker .table-condensed{
  margin: auto;
}
@media only screen and (max-width:728px){
  .pc{
    display: none;
  }
  #home-st1{
    background: white !important;
  }
  .slide-caption{
    padding-top: 100px !important;
  }
}
@media only screen and (min-width:729px){
  .mobile{
    display: none;
  }
}
@media only screen and (min-width:729px){
  .slide-caption{
    padding-bottom: 100px !important;
  }
}
@media only screen and (max-width:500px){
  .cright{
    height: 500px !important;
  }
}
