    
@font-face{
  font-family: Rubik-Regular;
  src: url(../fonts/Rubik-Regular.ttf);
}
@font-face{
  font-family: AbrilFatface-Regular;
  src: url(../fonts/AbrilFatface-Regular.ttf);
}
@font-face{
  font-family: quicksand;
  src: url(../fonts/quicksand.ttf);
}
body{font-family: quicksand !important;}
h1,h2,h5,h3,h4{
    font-family: 'AbrilFatface-Regular',sans-serif !important;
}
h1,h2{        font-size: 2.5rem !important;
    text-transform: capitalize !important;
    color: #000 !important;
}
.contact-bottom .form-control{
      margin-top: 18px;
}
::selection{color:#000}
body::-webkit-scrollbar {width: 10px;}
body::-webkit-scrollbar-track {background: #fff;outline:none;border:none}
body::-webkit-scrollbar-thumb {background: #000;outline:none;border:none}
.nav-link{
	color: #000 !important;
    margin-left: 3px;
}

.about .about-img{
	margin-top: -50px;
}


.about p{
    font-size: 16px;

}
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.tabs {
  position: relative;
  margin: 3rem 0;
    height: 25.75rem;
}
.tabs::before,
.tabs::after {
  content: "";
  display: table;
}
.tabs::after {
  clear: both;
}
.tab {
  float: left;
}
.tab-switch {
  display: none;
}
.tab-label {
        position: relative;
    display: block;
    line-height: 2.75em;
    height: 8em;
    padding: 0 1.618em;
    cursor: pointer;
    top: 0;
    transition: all 0.25s;
    border: 1px solid #514e54;
    margin-left: 21px;
    padding-top: 10px;
    font-weight: 600;
    font-size: 18px;
}
.tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
.tab-content {
 position: absolute;
  z-index: 1;
  left: 0;
  padding: 1.618rem;
  color: #2c3e50;
  opacity: 0;
  transition: all 0.35s;
}
.tab-switch:checked + .tab-label {
  background: #fff;
  color: #2c3e50;
  border-bottom: 0;
    border-right: 0.125rem solid #999;
  transition: all 0.35s;
  z-index: 1;
    border-bottom: 2px solid #000;
}
.tab-switch:checked + label + .tab-content {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}
section .vector:before{
	     content: "";
    position: absolute;
    left: 30%;
    top: 76%;
    border-bottom: 2px solid #d5126a;
    display: inline-block;
    width: 205px;
    height: 2px;
    /* top: 0; */
    margin: auto 0;
    z-index: 0;
}
section .vector:after{
	     content: "";
    position: absolute;
    right: 30%;
    top: 76%;
    border-bottom: 2px solid #d5126a;
    display: inline-block;
    width: 205px;
    height: 2px;
    /* top: 0; */
    margin: auto 0;
    z-index: 0;
}
.team-detail{
        text-align: center;
    border: 1px solid #dddada;
    padding: 18px;
    margin-top: 20px;
    font-weight: 600;
    color: #fff;
    height: 450px;
}
.team-detail img{
      border-radius: 50%;
    width: 252px;
    height: 300px;
}
.team-section{
      background: #fe367f;
}
.team-section:before{
        content: "";
    background: url(../img/dotted-pattern.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 3px;
    display: inline-block;
    padding: inherit;
    position: absolute;
    z-index: 0;
    margin-top: -20px;
    left: 0%;
}
.team-section:after{
        content: "";
    background: url(../img/dotted-pattern.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 3px;
    display: inline-block;
    padding: inherit;
    position: absolute;
    z-index: 0;
    margin-top: 8px;
    left: 0%;
}
label{
    color: #0b0b0b;
}
.contact{
       background-repeat: no-repeat;
    background-size: cover;
    /* box-shadow: 2px 0px 19px; */
    padding: 67px;
    background-image: url(../img/layer-2.png);
    /* background: rebeccapurple; */
      background-color: #fb9a76;

        padding-bottom: 16rem;
}
.form-control{
   display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    /* background-color: transparent; */
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    /* border-bottom: 1px solid #6f6f6f; */
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;    height: 56px !important;
}
.contact .btn{
width: 100%;
    height: 49px;
    /* background: #cc3333; */
    font-size: 22px;
    background-color: #e97195;
    border: #e97195;
   
}

.about i{
      color: #3b5998;
    font-size: 23px;
    font-weight: 600;
}
footer{
    background: url(../img/pattern-2.png);
    color: #000;
    padding: 111px 0 50px !important;
    position: relative;
}
.bg-dark {
    background-color: #000000!important;
}
p{    color: #000;
}
footer a,footer span{
color: #000;
    font-size: 17px;
}
footer h3{
font-size: 22px;
    margin-bottom: 21px;
    color: #000;
}
footer ul{
  list-style: none;
}
footer a:hover{
  color: #000;
}
.dropdown-item{
       padding: 9px;
    border-bottom: 1px solid #c3bec8;
    text-transform: capitalize;
    font-size: 15px;
}
.dropdown-menu{
  padding: 0px;
      left: 17px; 
}
.dropdown:hover .dropdown-menu{
  display: block;
}
.social-icons ul {
    display: block;
    float: right;
    margin-bottom: 0px;
}
.social-icons ul li {
    display: inline-block;
}
.team-section .vector:before,.team-section .vector:after{
      border-bottom: 2px solid #ffffff;
}
.header-top-bar {
        position: fixed;
    z-index: +11111;
    background-color: #ffffffdb;
    top: 0%;
}
.icon-fix{
      position: fixed;
    left: 0%;
    top: 46%;
    display: grid;
    z-index: 1111;
}
.icon-fix a{
      margin-top: 3px;
}
.icon-fix img{
      -moz-transition: width 1s, height 1s, -webkit-transform 1s;
    -webkit-transition: width 1s, height 1s, -webkit-transform 1s;
    transition: width 1s, height 1s, transform 1s;
}
.icon-fix img:hover {
      -webkit-transform: rotate(360deg);
    transform: rotate(deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
.inner{
       background-position: center;
    color: #fff;
    background-size: cover;
    padding: 78px;
    background: #3b5998;
}
.facility .fa{
      color: #fd367e;
    font-size: 50px;
}
.facility{
  border: 1px solid #d2d2d2;
    margin-top: 10px;
    padding: 9px;
}
.facility h4{
    font-size: 16px;
          text-transform: capitalize;
}
.navbar-expand-lg .navbar-nav .nav-link{
        padding-left: 0.9rem;
}
.fancybox img{
    margin-top: 10px;
    border: 2px solid #000;}
@media only screen and (max-width: 450px){
    .inner{
            display: none;
    }
    .contact .card{
            margin-top: 26px;
    }
    .phone-top{
            justify-content: center;
    }
    .groom a {
    font-size: 1.5rem !important;
}
    .inner{
            padding: 100px !important;
    height: 0vh;

    }
    .img-about,.img-cat{
        position: relative !important;
    }
    .about h2,.service h2{
                font-size: 1.5rem !important;

    }
    header img{
            width: 170px;
    }
    header{
            background: #ffffff94 !important;
    }
  .facilities .w-50{width: 100% !important;}
  .social{
        margin: 12px;

  }
  .bg-1 a, .link-1{
    padding: 14px 3px !important;
  }
  .fixed-oline-counsultion-btn{
    width: auto !important;
  }
  .bg-1{
    padding: 20px !important;
  }
  .bg-1 h2{    font-size: 18px;
}
.service-inner{
  text-align: center;
}
.about ul li, .service-inner p {
      font-size: 14px !important;

}
  .p-5{
    padding: 13px !important;
  }
  .about .about-img{
    margin-top: 0px;
  }
  section{
    padding: 40px;
  }
  .tab-label{
        font-size: 18px;
    padding: 22px;
    margin-left: 0px;
  }
 
  footer:after{
      display: none;
  }
  .tabs {
  margin: 7rem 0;
      height: 39.75rem;
}
.testimonial4_header{
  width: auto !important;
  text-align: center !important;
}
.testimonial4_slide p{margin: 0 !important;    font-size: 14px !important;
}
.testimonial4_slide{padding: 0 !important;}
section{
  padding: 0px !important;
}
.emergency{
    left: -24% !important;
}
#callme .fa {
  margin-top: -40% !important;
}
}
.contact-detail a{
    color: #0f0f0f;
}
.view-1:hover{
  background-color: #000;
  text-decoration: none;
}
.treatment p,.treatment ul li{
      font-size: 15px;
    line-height: 34px;
    text-align: justify;
}
.service .btn{
  width: 100%;
}
.video iframe{
    margin-top: 35px;
}
.service img{
    border-radius: 20px;
}
.team-detail h4{
      font-size: 21px;
    margin: 16px 0;
}
.phone-icon img {
   position: fixed;
    top: 82%;
    left: 0%;
    z-index: 1111;
}
.call-btn{
        position: fixed;
    z-index: +111;
    right: 8px;
    bottom: 12%;
    /* z-index: 1; */
    z-index: 20;
    z-index: 1111;
}
.top{
             color: #fff;
    padding: 10px;
    border-bottom: 1px solid #dadada;
    background: #000
}
.service-botom{
  padding: 70px;
      background: url(../img/bg-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#testimonial4 {
  overflow: hidden;
  min-height: 375px;
  position: relative;
  }

#testimonial4 .carousel-inner {
  width: 75%;
  margin: auto;
}

#testimonial4 .carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    font-size: 47px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    position: absolute;
    /* background: #009aa2; */
    /* border: 2px solid #ffffff; */
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    /* border-radius: 100%; */
    -webkit-box-shadow: none;
    /* box-shadow: none; */
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
  left: 7%;
  right: auto;
}

.testimonial4_control_button .carousel-control.right {
  right: 7%;
  left: auto;
}



.testimonial4_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}

.testimonial4_header h4 {
    color: #191a1b;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    margin-top: 21px;
}

.testimonial4_slide p {
    color: #1b1919;
    font-size: 15px;
    margin: 30px 7px 22px 0;
    text-align: center;
}

.testimonial4_slide h4 {
 color: #191a1b;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 38px;
}
.testimonial-section .fa-quote-left{
        font-size: 39px;
    color: #060707;
}
.top .fa{    color: #ffffff;    margin-left: 9px;}
header{          z-index: +111 !important;
    width: 100%;}
.about ul{    font-size: 14px;
    line-height: 30px;
    /* list-style: none; */
    text-transform: capitalize;}
    ol li{
      font-size: 14px;
    }
.about .fa{color: #3b5998;
    font-size: 18px;}
    .service-inner{background: white;
    padding: 20px;
    margin-left: 10px;
    margin-top: 10px;}
    .bg-light {
    background-color: #f1f7fa !important;
}
.service-inner a,.payonline a{   color: #ffffff;
    text-decoration: none;
    /* background-color: transparent; */
    border: 1px solid #c5c5c5;
    padding: 7px 20px;
    background: #008db4;}
    .bg-1{     background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 122px;
    background-attachment: fixed;
}}
    .bg-1 h2{
          font-size: 36px;
    /* color: #fff; */
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    }
    .bg-1 a,.link-1{
    background: #000;
    color: #fff;
    padding: 14px 39px;
    text-transform: uppercase;
    }
    .bg-1 a:hover, .link-1:hover{
      background: #000;
      color: #fff;
      text-decoration: none;
    }
    .faqHeader {
        font-size: 27px;
        margin: 20px;
    }

    .panel-heading [data-toggle="collapse"]:after {
        font-family: 'fontawesome';
        content: "\f054"; /* "play" icon */
        float: right;
        color: #F58723;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #454444;
    }
    .panel-heading{    background: white;
    padding: 10px 30px;
    margin-top: 20px;
    width: 100%;}
    .panel-heading a{    text-transform: capitalize;
    font-size: 18px;color: #000;}
    .panel-collapse{background: white;
    padding: 10px;
        font-size: 14px;

    text-align: justify;}
    .contact-1 form{
      margin-top: 100px;
    }
    .blog1{ 
    -webkit-box-shadow: 0px 1px 0px 0px rgba(208,208,208,.75);
    -moz-box-shadow: 0px 1px 0px 0px rgba(208,208,208,.75);
    box-shadow: 0px 1px 0px 0px rgba(208,208,208,.75);
    background-color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;}
    .blog1 p{    line-height: 26px;
    font-size: 14px;}
    #callme {
    position: fixed;
    left: 9px;
    bottom: 100px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    top: 79%;
    z-index: 99990;
    -webkit-animation: glowing 1.5s infinite;
    -moz-animation: glowing 1.5s infinite;
    -o-animation: glowing 1.5s infinite;
    animation: glowing 1.5s infinite;
    border-radius: 50%;
}
#callme .fa {
      border-radius: 50%!important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-color: #000;
    width: 55px;
    height: 55px;
    font-size: 38px;
    color: #fff;
    padding: 10px;
    -webkit-animation: rotation 5s infinite linear;
    margin-left: 8px;
    margin-top: -20px;

}
.emergency{
      position: fixed;
    left: -5%;
    top: 54%;
    background: #3b5998;
    padding: 10px;
    color: #fff;
    -ms-transform: rotate(20deg);
    transform: rotate(-90deg);
    z-index: +111;
}
.emergency-section {
    position: relative;
    padding: 180px 0px 160px;
    background-size: cover;
    background-repeat: no-repeat;
}
.emergency-section .content-box .phone {
    position: relative;
    color: #1cba9f;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3em;
    padding-left: 80px;
    padding-top: 5px;
    margin-top: 25px;
}
.top a{
    color: #ffffff!important;
    font-size: 14px;

}
.service-inner img{
  border-radius: 50%;
    width: 143px !important;
    height: 143px;
}
.frq{
      background-image: url(../img/bg2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-2{
  background-color: rgba(57, 108, 240, 0.58);
    padding: 40px 50px 20px;
}
.fixed-oline-counsultion-btn a {
   width: 100%;
    text-align: center;
    background-color: #008db4;
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 6px 0;
    border: 1px solid #008db4;
    border-radius: 20px 20px 0 0;
}
.fixed-oline-counsultion-btn {
    bottom: 0;
    padding: 0;
    position: fixed;
    z-index: 2147483647;
    top: 100%;
    margin: 0;
    margin-top: -39px;
    width: 20%;
    border: none;
    text-align: center;
    left: 0;
    border-radius: 20px 20px 0 0;
}
ul li{
  text-align: justify;
}
.about ul li,.service-inner p{
  font-size: 15px;
}
.treatment h5{
      color: #008db4;
    font-size: 23px;
    text-transform: capitalize;
}
.faq b{
      font-size: 22px;
    text-transform: capitalize;
    color: #3b5998;
}
.faq p{
      margin-top: 13px;

}
.payonline p{
      font-size: 15px;
}
.payonline2 img{
    height: 728px;
    border: 3px solid #008db3
}
@media screen and (max-width: 767px) {
  footer{    padding: 18px;}
  header{
              width: 100%;
    border-radius: 16px;
    left: 0%;
    padding: 0 !important;
    top: 0 !important;
    z-index: +1111;
    background: #ffffffd9 !important;
  }
  .service span {
        width: 250px !important;
}
  .carousel-inner .carousel-item > img{
    height: 214px !important;

  }
  .phone-left{
    position: relative !important;
    margin-top: 0em !important;

  }
 .payonline2 img{
  height: auto;
 }
}
.phone-left{
      background: #000;
    color: #fff;
    padding: 35px;
    position: absolute;
    left: 0%;
    top: 1%;
    margin-top: -5em;
}
.phone-left img{
      background: #fff;
    padding: b;
    border-radius: 50%;
    padding: 10px;
    width: 70px;
    height: 70px;
}
.phone-left h4 a{
    position: absolute;
    top: 59%;
    left: 34%;
}
.appointment-top{
  background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 93px;
}
.about-image {
    position: relative;
    margin-top: 60px;
}
.about-image:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 45px;
    bottom: 0;
    border: 10px solid #000;
    z-index: 2;
}
.about-image:after {
    content: '';
    width: 90%;
    position: absolute;
    top: -5%;
    bottom: -6%;
    left: -3%;
    background-image: url(../img/dots.png);
    background-repeat: repeat;
    z-index: 1;
}
.about-image img {
    z-index: +11;
    padding: 0 30px 30px 15px;
    position: relative;
}
.video h5{
  font-size: 24px;
    color: #000;
    margin-bottom: 8px;}
    .contact-bottom{
          background-image: url(../img/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.contact-bottom label{
  color: #000;
}
.blink-bg{
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    animation: blinkingBackground 3s infinite;
  }
  @keyframes blinkingBackground{
    0%    { background-color: #132f57;}
    100%   { background-color: #ef0a1a;}
  
  }
.blink {
        animation: blinker 3s linear infinite;
      }
      @keyframes blinker {
        50% {
          opacity: 0;
        }
      }
      .blink-one {
        animation: blinker-one 3s linear infinite;
      }
      @keyframes blinker-one {
        0% {
          opacity: 0;
        }
      }
      .blink-two {
        animation: blinker-two 1.4s linear infinite;
      }
      @keyframes blinker-two {
        100% {
          opacity: 0;
        }
      }
.top .text-left .fa-phone,.top .fa-phone ~ a{
      font-size: 20px;
}
.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 15s;
  animation: zoom 15s;
    /*  background: -webkit-gradient(left bottom, right top, color-stop(0%, #0d1128), color-stop(100%, #fd5f01));
    background: -webkit-linear-gradient(45deg, #0d1128 0%, #fd5f01 100%);
    background: -o-linear-gradient(45deg, #0d1128 0%, #fd5f01 100%);
    background: -ms-linear-gradient(45deg, #0d1128 0%, #fd5f01 100%);
    background: linear-gradient(45deg, #0d1128 0%, #fd5f01 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1128', endColorstr='#fd5f01', GradientType=1 );

}
.carousel-inner .carousel-item .caption {
  -webkit-animation: zoom 15s;
  animation: zoom 15s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.3, 1.3);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.3, 1.3);
  }
}
.service span{
  position: relative;
    clear: both;
    display: block;
    top: -10px;
    width: 470px;
    margin: 0 auto;
}
.service span:before{
           position: absolute;
    left: 30%;
    top: 0px;
    content: '::::::';
    color: #000000;
    font-size: 28px;
    letter-spacing: 3px;}
.service span:after{
     position: absolute;
    right: 30%;
    top: 0px;
    content: '::::::';
    color: #000000;
    font-size: 28px;
    letter-spacing: 3px;;
    margin: auto 0;
    z-index: 0;}
  .service span img{
            margin: 0 auto;
    padding: 0 22px;
    max-width: 100%;
    height: auto;
    display: inherit;
  }
.service-detail{
      border: 2px solid #15c815;
    border-radius: 20px;
        -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
        margin-top: 18px;
}
.content-title:before{
      content: "";
    background: url(../img/download.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32%;
    display: inline-block;
    z-index: 0;
    border-radius: 0% 0 30px 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-size: cover;

}
.service-detail h3{
      position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    line-height: normal;
    font-size: 19px;
    color: #000;
}
.service-detail:hover .content-title:before{
  height: 50%;
}
    .service-detail .fa-link{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.service-detail:hover .fa-link{
       top: 42%;
    display: inline-block !important;
    position: absolute;
    left: 42%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: pink;
    padding: 16px;


}
.service-1{
    position: relative;
    top: -45%;
    /* left: 24%; */
    margin-left: auto;
    margin-right: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc( 10vh - 25px );
      height: 0px;

}
.service-1 a{
       background: #000;
    /* padding: 10px 24px; */
    border: 2px solid #000;
    color: #e5e5e5;
    border-radius: 20px;
    text-transform: uppercase;
    padding: 6px 20px 6px;
}
.appointment a{
      border: 2px solid;
    border-radius: 50px;
    font-size: 18px;
    padding: 10px 30px 11px;
    color: #000;
}
.appointment h5{
      color: #e97195;

}
.inner {
    background: url(../img/inner.jpg)no-repeat;
    background-position: center;
    color: #fff;
    background-size: cover;
    padding: 158px !important;
}
.bg-right{
    padding: 36.5px 53px;
}
.bg-pink{
      background: #000 !important;

}
.facilities img{
    height: 419px;
    width: 100%;
}
.d-flex{
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
  .facilities .w-50{width: 100% !important;}
}
ul li{
  font-size: 16px;
    color: #fff;
}
.service ul li{color: #000;}
.contact-section input{border: 1px solid #e3dee7;
    height: 48px !important;
  }
  .contact-section textarea{border: 1px solid #e3dee7;height: auto;}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.wave {
  animation: waveIn 1.2s infinite ease-out;
  transform-origin: 50% 50%;
}

.wave-sm {
  animation-delay: .3s;
}

.wave-md {
  animation-delay: .45s;
}

.wave-lg {
  animation-delay: .6s;
}

@keyframes waveIn {
  from {
    opacity: 0;
    transform: scale(.3) translate(-20px,10px);
  }
  
  50% {
    transform: translate(0,0);
    opacity: 1;
  }
}
.cd-background-wrapper {
  overflow: hidden;
  perspective: 4000px;
}

.cd-floating-background {
  transform-style: preserve-3d;
}

.cd-floating-background img:first-child {
  transform: translateZ(50px);
}

.cd-floating-background img:nth-child(2) {
  transform: translateZ(290px);
}

.cd-floating-background img:nth-child(3) {
  transform: translateZ(400px);
}
.groom h3{
    font-size: 1.5rem;
    margin-bottom: 1.5rem;}
.gal {
  
  
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    
  
  } 
  .gal img{ width: 100%;}
@media (max-width: 500px) {
    
    .gal {
  
  
  -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    
  
  }
}
.gallery .gallery-item a{
        background-color: transparent !important;
            border: 2px solid transparent !important;
            padding: 0px !important;
}
.package img{
        height: 205px;
            margin-top: 26px;
}
.package-link{
    font-size: 1rem !important;
    text-transform: capitalize !important;
    background: #fb9f7c !important;
    color: #000 !important;
}
.modal-content{
        background-color: #e1dede;
}
.inner{
        background: url(../img/pet.jpg);
    background-position: center !important;
    background-size: cover !important;
    height: 67vh;
}
.dog-about{
        padding: 2rem 0 !important;
}
.img-about{
    width: 100%;
    position: absolute;
    left: 0px;
}
.service .card h3{
       color: #ffffff;
    font-size: 23px;
    z-index: +111111;
    position: relative;
}
.service .card img{
         position: relative;
}
.service .card-body{
        padding: 1.2rem 0.4em;
}
.service .card-header{
    margin-top: -1px;
    width: 100%;
    height: 142px;
    overflow: hidden;
        background: none !important;
    border: none !important;
}
.service .card-header:before{
      content: "";
    display: block;
    position: absolute;
    width: 134%;
    background: #161616;
    height: 281%;
    border-radius: 19px;
    -webkit-transform: rotate( 
14deg) skewX( 
-34deg) skewY( 
-4deg);
    transform: rotate( 
14deg) skewX( 
-34deg) skewY( 
-4deg);
    left: -26px;
    bottom: 12px;
}
.service .card ul li{
        margin-bottom: 0.9rem;
}
.service .card a{
    z-index: +111;
}
.img-cat{
        position: absolute;
    left: 94px;
    width: 279px;
    margin: auto;
}
.blog p{
    line-height: 30px;
}
.service-bottom ul{
        list-style: inside;
    margin-top: 10px;
}
.g-recaptcha iframe{
    margin-top:0px;
}
