@import url(//proj.s-cdn.boostkit.dev/59d74e153872831a6483491e/v280/css/bootstrap.min.css?v=280);
@import url(//proj.s-cdn.boostkit.dev/59d74e153872831a6483491e/v280/css/bootstrap-select.min.css?v=280);
@import url(//proj.s-cdn.boostkit.dev/59d74e153872831a6483491e/v280/css/font-awesome.min.css?v=280);
@import url(//proj.s-cdn.boostkit.dev/59d74e153872831a6483491e/v280/css/settings.min.css?v=280);
@import url(//proj.s-cdn.boostkit.dev/59d74e153872831a6483491e/v280/css/layers.css?v=280);
@import url(//proj.s-cdn.boostkit.dev/59d74e153872831a6483491e/v280/css/navigation.css?v=280);
@import url(//proj.s-cdn.boostkit.dev/59d74e153872831a6483491e/v280/css/jquery-ui.min.css?v=280);
@import url(//proj.s-cdn.boostkit.dev/59d74e153872831a6483491e/v280/css/animate.min.css?v=280);
@import url(//proj.s-cdn.boostkit.dev/59d74e153872831a6483491e/v280/css/hover.min.css?v=280);
/* 
============================================
    Global styles
============================================
*/

.navigation a.active{
  color: #5bb1b1 !important;
}
.testimonial-profile-image{
    height: 100%;
    width: 100%;
    background-size: contain !important;
    border-radius: 50%;
    border: 5px solid rgb(236, 236, 236);
    }
    /* WhatsApp floating button */
@media all and (min-width: 1024px) {
  .floating-button {
    height: 50px;
    width: 190px;
    margin-right: -72px;
    font-size: 1em;
  }
  
  .wa-icon {
    height: 30px;
    width: 30px;
  }
}

@media all and (max-width: 1023px) {
  .floating-button {
    height: 40px;
    width: 150px;
    margin-right: -56px;
    font-size: 1em;
  }
  
  .wa-icon {
    height: 20px;
    width: 20px;
  }
}

.floating-button {
    background-color: #25d366;
    transform: rotate(-90deg);
    border-radius: 15px 15px 0 0;
    position: fixed;
    top: 40%;
    color: #fff;
    padding: 17px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.wa-icon {
  transform: rotate(90deg);
}

.floating-right {
  right: 0;
}

.floating-left {
  left: 0;
}
          
body {
    color: #222222;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    /*background-image: url('https://kitsune-content-cdn.s3.amazonaws.com/ThemeAssets/597f48fd38728384d4b85cdd/slider-3.jpg');*/
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
body.no-scroll {
    overflow-y: hidden;
}
::-moz-selection { /* Code for Firefox */
    color: #ffffff;
    background: #69b1b1;
}

::selection {
    color: #ffffff;
    background: #69b1b1;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif;
}
ul {
    list-style-type: none;
}
p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
a {
    text-decoration: none;
    display: inline-block;
    outline: none;
}
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}
img {
    display: inline-block;
}
.no-gutter {
    margin-left: 0;
    margin-right: 0;
}
button:not('.send-enquiry-button') {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
    background: transparent;
}
input,
textarea {
    display: block;
    font-size: 14px;
    line-height: 20px;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.boxed_wrapper {
    width: 100%;
    overflow-x: hidden;
}
.clear_fix {
    clear: both;
}
.clear_fix:after {
    display: table;
    content: '';
    clear: both;
}
.list_inline li {
    display: inline-block;
}
.social li {
    display: inline-block;
    font-size: 14px;
}
.social li a {
    color: #fff;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.default_link {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #48c7ec;
    font-weight: 600;
}
.default_link:hover {
    color: #48c7ec;
}
.default_link i {
    margin-left: 3px;
    font-weight: 700;
    font-size: 18px;
}
.uppercase {
    text-transform: uppercase;
}
.padd-80 {
    padding-top: 80px;
}
.tran3s {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.center {
    text-align: center;
}
.row-5 {
    margin: 0 -5px;
}
.thm-color {
    color: #48c7ec;
}
.bold {
    font-weight: 700;
}
.s-bold {
    font-weight: 600;
}
.m-bold {
    font-weight: 600;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
@media (min-width: 1200px) {
    .container {
        padding: 0;
    }
}
/*
===============================================
   button style
===============================================
*/

.thm-btn {
    width: 100%;
    position: relative;
    background: #82c1bb;
    font-size: 13px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 20px;
    margin: 5px 0;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn:hover {
    background: #fff;
    color: #82c1bb;
    -webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.stricky-fixed .thm-btn:hover {
    background: #fff;
    border: 2px solid #82c1bb;
    color: #82c1bb;
    -webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn.style-2:hover {
    color: #01b2b7;
    border: 2px solid #01b2b7;
}
.form-btn-1 .thm-btn:hover {
    color: #01b2b7;
    border: 2px solid #01b2b7;
}
.theme_menu .link_btn {
    margin-top: 24px;
    color: #222222;
}
.button-style-one {
    margin-top: 8px;
    color: #000000;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: .5s;
    font-family: 'Montserrat', sans-serif;
}
.button-style-one:before {
    content: "";
}
.button-style-one:hover {
    color: #fe824c;
}
.button-style-two {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fe824c;
    padding: 9px 23px;
    border: 1px solid #fe824c;
    letter-spacing: 1px;
}
.button-style-two:hover {
    color: #fe824c;
}
.anim-3 {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.anim-5 {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*
--------------------------------------------
  sec title style
--------------------------------------------
*/

.sec-title {
    position: relative;
    margin-bottom: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec-title h2 {
  font-family: 'Montserrat', sans-serif;
    position: relative;
    font-size: 33px;
    font-weight: 600;
    color: #ffffff;
}
.sec-title span {
    color: #82c1bb;
}
.scroll-top {
    width: 50px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    background: #82c1bb;
}
.scroll-top span:before {
    font-size: 27px;
}
/*
=================================================
   header-style
=================================================
*/

.header-top {
    position: relative;
    font-size: 13px;
    background: #82c1bb;
    color: rgb(1, 178, 183);
}
.header-top a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-top .links-nav li {
    position: relative;
    float: left;
    margin-right: 25px;
}
.header-top .top-right .links-nav li {
    margin-right: 0px;
    margin-left: 25px;
}
.header-top .links-nav li a {
    position: relative;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: .5s;
    transition: .5s;
}
.header-top .links-nav li a:hover {
    color: #fff;
    text-decoration: underline;
    -webkit-transition: .5s;
    transition: .5s;
}
.header-top .links-nav li .fa {
    padding-right: 8px;
    font-size: 16px;
    color: #fff;
}
.header-top .social-links a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    padding: 2px 15px;
    line-height: 15px;
    border-left: 1px solid #fff;
}
.header-top .social-links a:last-child {
    border-right: 1px solid #fff;
}
.header-top a:hover {
    color: #2098d1;
}
/*logo*/

.main-logo {
    margin: 20px 0px 20px;
}
.main-logo img {
    position: absolute;
}
/*menu*/

.theme_menu {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
}
.theme_menu .menu-column {
    padding: 0;
}
.nav_side_content {
    margin-top: 33px;
    float: left;
    position: relative;
    left: -20px;
}
.nav_side_content .cart_select {
    border-left: 1px solid #ececec;
    padding-left: 5px;
}
/* Mainmenu fixed style */

@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}
@keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}
.theme_menu.stricky-fixed {
    margin: 0;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
/*
=================================================================
  page title style
=================================================================
*/

.page-title {
    background: url(//proj.s-cdn.boostkit.dev/59d74e153872831a6483491e/v280/images/resources/banner.jpg?v=280)no-repeat;
    margin-top: -105px;
    padding: 190px 0 90px;
    /* overflow: hidden; */
    
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.page-title .clearfix .pull-left {
    position: relative;
    z-index: 10;
}
.page-title .clearfix .pull-right {
    position: relative;
    z-index: 10;
}
.page-title .overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.33);
    opacity: 1;
    content: "";
}
.page-title h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
}
.page-title p {
    color: #fff;
    margin-top: 14px;
    letter-spacing: 1px;
}
.page-title .path {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    line-height: 28px;
    padding: 18px 15px 0px;
}
.page-title .path a {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: .5s;
}
.page-title .path a:hover {
    color: #01b2b7;
    transition: .5s;
}
/*
====================================================================
  latest-news style
====================================================================
*/

.latest-news {
    padding: 80px 0px 80px;
}
.latest-news .sec-title h2 {
    margin-bottom: 50px;
}
.latest-news .sec-title p {
    max-width: 650px;
    margin-bottom: 50px;
    color: #848484;
}
.latest-news .item h4 {
    font-weight: 500;
    font-size: 18px;
    padding: 20px 0px 5px;
    color: #222222;
}
.latest-news .item h4 a {
    color: #222222;
    transition: .5s;
}
.latest-news .item h4 a:hover {
    color: #01b2b7;
    transition: .5s;
}
.latest-news .item p {
    margin-top: 14px;
    color: #848484;
}
.latest-news .content-box {
    border: 1px solid #ededed;
    padding: 0px 15px 15px;
}
.latest-news .item .image-box {
    position: relative;
    max-height: 151px;
    min-height: 60px;
}
.latest-news .item .image-box .date {
    border-radius: 0px 25px 0px 0px;
    height: 60px;
    width: 70px;
    background: #82c1bb;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    position: absolute;
    bottom: 0px;
}
.latest-news .item .date h5 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.latest-news .item .date p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff
}
.latest-news .item .admin-comments {
    margin-bottom: 5px;
    padding: 10px 0px 13px;
    border-bottom: 1px solid #ededed;
}
.latest-news .item .admin-comments .icon {
    margin-right: 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #848484;
}
.latest-news .item .admin-comments .icon:before {
    color: #01b2b7;
    margin: 0;
    padding: 0px 10px 0px 0px;
    font-size: 14px;
}
.latest-news .item .admin-comments li {
    display: inline-block;
}
.latest-news .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 18px;
}
.latest-news .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 22px;
    margin: 0;
    padding: 0;
    background-color: #82c1bb;
    height: 35px;
    width: 35px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    margin-left: 1px;
    display: inline-block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.latest-news .owl-theme .owl-nav [class*=owl-]:hover {
    color: #fe824c;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
/*
==================================================
  feature style
==================================================
*/

.feature {
    padding: 100px 0px 0px;
}
.feature .item-list .item {
    margin-bottom: 50px;
    position: relative;
    transition: all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -moz-transition: all ease-in 400ms;
}
.feature .item-list .item:hover .overlay {
    bottom: 0;
}
.feature .item-list .item:hover .content-box {
    opacity: 111;
}
.feature .item-list .item .content-box {
    top: 40%;
    margin-top: -30px;
    padding: 0px 45px 0px 15px;
    position: absolute;
    text-align: center;
    z-index: 1;
    color: #fff;
    opacity: 0;
}
.feature .item-list .item .content-box h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}
.feature .item-list .item .overlay {
    background-color: rgba(1, 178, 183, 0.9);
    display: inline-block;
    left: 0;
    padding: 50px 30px 30px;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: -100%;
    height: 100%;
    transition: all ease-in 500ms;
    -webkit-transition: all ease-in 500ms;
    -moz-transition: all ease-in 500ms;
    z-index: 0;
}
.feature .item-list .item .image-box {
    position: relative;
    overflow: hidden;
    background: rgba(1, 178, 183, 0.06)
}
.feature .item-list .item .image-box {
    overflow: hidden;
}
.feature .item-list .item .image-box img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.feature .item-list .item:hover .image-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.feature .item-list .item .feature-btn .button-style-two {
    border-radius: 50px;
    position: relative;
    top: -24px;
    font-size: 13px;
    background: #ffffff;
    border: 1px solid #01b2b7;
    color: #01b2b7;
    transition: .5s;
}
.feature .item-list .item:hover .feature-btn .button-style-two {
    background: #01b2b7;
    color: #fff;
    border: 1px solid #ffffff;
    transition: .5s;
}
/*
==============================================
  google map Section style
==============================================
*/

.home-google-map .google-map {
    width: 100%;
    height: 400px;
}
.home-google-map .gmnoprint {
    display: none;
}
/***
====================================================================
 contact Section style
====================================================================
***/

.default-cinfo .icon_box {
    width: 40px;
}
.default-cinfo li + li {
    margin-top: 10px;
    border-top: 1px solid #f1f1f1;
    padding-top: 12px;
}
.default-cinfo li .icon_box,
.default-cinfo li .text-box {
    display: table-cell;
    vertical-align: top;
}
.default-cinfo li .icon_box i {
    font-size: 20px;
    color: #48c7ec;
    position: relative;
    top: 7px;
}
.default-cinfo .accordion .acc-btn {
    background: #f7f7f7;
    padding: 14px 30px;
    margin: 0;
}
.default-cinfo .accordion-box {
    border: none;
}
.default-cinfo .accordion {
    border: 1px solid #f7f7f7;
}
.default-cinfo .accordion-box .accordion .acc-content b {
    color: #222;
    font-weight: 600;
}
/*form*/

.default-form {
    position: relative;
}
.default-form p {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 20px;
}
.default-form p span {
    color: #ab7442;
    font-size: 20px;
    font-weight: 600;
}
.default-form .form-box {
    position: relative;
}
.comment-form .form-box {
    padding: 25px 25px 0px 25px;
}
.default-form .form-group {
    position: relative;
}
.form-group.style-two {
    margin-bottom: 30px;
}
.default-form .comment-form .form-box .form-group {
    margin-bottom: 25px;
}
.default-form.form-box .row {
    margin-left: -10px;
    margin-right: -10px;
}
.default-form.form-box .row .form-group {
    padding: 0px 0px;
}
.default-form .form-group .field-label {
    display: block;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #232323;
    font-weight: 500;
    font-size: 13px;
}
.default-form .form-group .field-label sup {
    color: #fe824c;
    font-size: 14px;
}
.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 55px;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid rgba(29, 51, 73, 0.38);
    padding: 12px 15px;
    border-radius: 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.default-form textarea {
    height: 120px;
}
.default-form .bootstrap-select {
    border: 1px solid #f4f4f4;
    background: #f7f7f7;
    color: #fe824c;
    padding: 10px 0;
    font-size: 16px;
}
.default-form .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.default-form .btn-group.open .dropdown-toggle:focus {
    border: none;
    outline: none;
}
.default-form .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
.default-form .dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #fe824c;
    color: #fff;
}
.default-form .form-control:focus {
    border-color: #fe824c;
    box-shadow: none;
}
.default-form form input::-webkit-input-placeholder {
    color: #9e9e9e;
}
.default-form form input:-moz-placeholder {
    /* Firefox 18- */
    
    color: #9e9e9e;
}
.default-form form input::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #9e9e9e;
}
.default-form form input:-ms-input-placeholder {
    color: #9e9e9e;
}
.default-form .alert-success {
    color: #48c7ec;
    background: none;
    border: none;
    font-size: 18px;
}
/***
====================================================================
  consultation Section
====================================================================
***/

.consultation .default-form-area {
    background: #fff;
    padding: 40px 30px 10px;
    border: 1px solid #f4f4f4;
    max-width: 690px;
    margin: 0 auto;
    margin-top: -40px;
    position: relative;
}
/***
==================================================
   Testimonial styles
==================================================
***/

.testimonials {
    position: relative;
    padding-bottom: 30px;
}
.single-testimonial h3,
.single-testimonial p {
    margin: 0;
}
.single-testimonial h4 {
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    margin-top: 12px;
    margin-bottom: 6px;
}
.single-testimonial .img-box {
    position: relative;
}
.single-testimonial .img-box img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.testimonials .single-testimonial {
    margin-bottom: 40px;
    border: 1px solid #f4f4f4;
    padding: 30px 10px 26px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.testimonials .single-testimonial:hover {
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0), 0 0px 82px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.single-testimonial .author-info {
    overflow: hidden;
    border: 2px solid #f4f4f4;
    padding: 6px 0 9px;
    margin-top: 5px;
}
.single-testimonial p a {
    color: #48c7ec;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.single-testimonial .text {
    margin-top: 15px;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 22px;
    margin-bottom: 20px;
}
.single-testimonial .text p {
    font-size: 16px;
}
/*
========================================================
  latest-gallery styles
========================================================
*/

.latest-gallery {
    padding: 95px 0px 70px;
}
.latest-gallery .single-item {
    padding-bottom: 30px;
}
.latest-gallery .single-item .img-box {
    position: relative;
    overflow: hidden;
}
.latest-gallery .single-item .img-box img {
    width: 100%;
}
.latest-gallery .single-item .title h5 {
    color: #222;
    padding: 25px 0 0;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.latest-gallery .single-item:hover .title h5 {
    color: #48c7ec;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.latest-gallery .single-item .img-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(1, 178, 183, 0.82);
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
}
.latest-gallery .single-item .img-box .overlay .social {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.latest-gallery .single-item .img-box .overlay .inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.latest-gallery .single-item .social a i:before {
    font-size: 30px;
    color: #fff;
    margin: 0px;
}
.latest-gallery .single-item .social h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
}
.latest-gallery .single-item .img-box .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}
.latest-gallery .single-item .img-box .overlay .box .content {
    display: table-cell;
    vertical-align: bottom;
}
.latest-gallery .single-item .img-box .overlay .top {
    text-align: center;
}
.latest-gallery .single-item .img-box .overlay .top ul {
    margin-bottom: 0;
    margin-bottom: 20%;
}
.latest-gallery .single-item .img-box .overlay .top li a {
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    background: #222;
    display: block;
    border-radius: 50%;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}
.latest-gallery .single-item .img-box .overlay .top li a:hover {
    background: #1f1f1f;
    color: #48c7ec;
}
.latest-gallery .single-item .img-box .overlay .bottom {
    padding: 10px 0px;
    padding-right: 0;
    text-align: center;
}
.latest-gallery .single-item .img-box .overlay .bottom .title h3 {
    margin: 0;
    color: #fff;
    font-family: "Roboto Slab", serif;
    line-height: 30px;
    font-size: 15px;
}
.latest-gallery .single-item:hover .img-box .overlay {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}
.post-filter {
    display: inline-block;
    margin: 0;
    margin-bottom: 50px;
}
.post-filter li {
    padding: 5px 5px;
}
.post-filter li span {
    padding: 7px 20px;
    color: #343434;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    line-height: 24px;
    display: block;
    padding-right: 16px;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.post-filter li:hover span,
.post-filter li.active span {
    color: #fff;
    background: #01b2b7;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
/***
=============================================
    Checkout Area style
=============================================
***/

.checkout-area {
    padding-bottom: 100px;
    padding-top: 80px;
}
.checkout-area .exisitng-customer {
    border: 1px solid #f7f7f7;
    display: block;
    padding: 20px 28px 21px;
    position: relative;
    margin-bottom: 20px;
}
.checkout-area .exisitng-customer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #01b2b7;
    content: "";
}
.checkout-area .exisitng-customer h5 {
    color: #252525;
    font-size: 16px;
    font-weight: 300;
}
.checkout-area .exisitng-customer h5 a {
    color: #01b2b7;
    display: inline-block;
    padding-left: 15px;
}
.checkout-area .coupon {
    border: 1px solid #f7f7f7;
    display: block;
    padding: 20px 28px 21px;
    position: relative;
    margin-bottom: 60px;
}
.checkout-area .coupon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #01b2b7;
    content: "";
}
.checkout-area .coupon h5 {
    color: #252525;
    font-size: 16px;
    font-weight: 300;
}
.checkout-area .coupon h5 a {
    color: #01b2b7;
    display: inline-block;
    padding-left: 15px;
}
.checkout-area .form form .field-label {
    color: #222;
    font-family: "Poppins", Sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 8px;
}
.checkout-area .form form .field-input input[type="text"] {
    border: 2px solid #f7f7f7;
    color: #9a9a9a;
    display: block;
    font-size: 16px;
    height: 48px;
    margin-bottom: 25px;
    padding: 0 15px;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.checkout-area .form form .field-input input[type="text"]:focus {
    border: 2px solid #48c7ec;
}
.checkout-area .create-acc .checkbox {
    margin: 7px 0 0;
}
.checkout-area .create-acc .checkbox label {
    color: #01b2b7;
    font-weight: 300;
    font-size: 16px;
}
.checkout-area .create-acc .checkbox input {
    margin-top: 3px;
}
.checkout-area .shipping-info input[type="checkbox"] {
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 40px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}
.checkout-area .form form .field-input textarea {
    border: 2px solid #f7f7f7;
    color: #9e9e9e;
    display: block;
    font-size: 16px;
    height: 124px;
    margin-bottom: 28px;
    padding: 10px 15px;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.checkout-area .form form .field-input textarea:focus {
    border-color: #48c7ec;
}
.checkout-area .bottom {
    padding-top: 70px
}
.checkout-area .table .sec-title-two {
    padding-bottom: 32px;
}
.checkout-area .table {
    overflow-x: auto;
    position: relative;
    width: 100%;
    margin-bottom: 0;
}
.checkout-area .table .cart-table {
    min-width: auto;
    width: 100%;
}
.checkout-area .table .cart-table .cart-header {
    background: #f7f7f7;
    color: #252525;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    font-weight: 400;
}
.checkout-area .table .cart-table thead tr th {
    font-weight: 400;
    line-height: 24px;
    min-width: 110px;
    padding: 19px 30px 17px;
}
.checkout-area .table .cart-table thead tr th.product-column {
    padding-left: 30px;
    text-align: left;
}
.checkout-area .table .cart-table tbody tr {
    border-bottom: 1px solid #f7f7f7;
}
.checkout-area .table .cart-table tbody tr td {
    vertical-align: middle
}
.checkout-area .table .cart-table tbody tr td {
    min-width: 110px;
    padding: 25px 30px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box {
    min-height: 70px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb {
    width: 70px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb,
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
    display: table-cell;
    vertical-align: middle;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
    padding-left: 20px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {
    color: #252525;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.checkout-area .table .cart-table tbody tr .qty {
    padding-right: 30px;
    width: 130px;
}
.checkout-area .table .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
    float: right;
    width: 70px;
}
.checkout-area .table .cart-table tbody tr .qty .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    box-shadow: none;
    color: #252525;
    display: block;
    font-size: 18px;
    font-weight: 400;
    height: 34px;
    padding: 6px 0;
    text-align: center;
}
.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}
.checkout-area .table .cart-table tbody tr .qty .btn-default {
    background-color: #01b2b7;
    border-color: #01b2b7;
    color: #fff;
}
.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}
.checkout-area .table .cart-table tbody tr td.price {
    color: #01b2b7;
    font-size: 16px;
    font-weight: 300;
}
.cart-total .sec-title-two {
    padding-bottom: 32px;
}
.cart-total-table {
    border: 2px solid #ebebeb
}
.cart-total-table li {
    border-bottom: 1px solid #ebebeb
}
.cart-total-table li:last-child {
    border-bottom: none
}
.cart-total-table li span.col.col-title {
    border-right: 1px solid #ebebeb;
    color: #272727;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 18px;
    position: relative;
    width: 50%;
}
.cart-total-table li span.col {
    color: #9a9a9a;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    padding: 10px 18px;
    position: relative;
    width: 50%;
}
.cart-total-table li span.col b {
    color: #01b2b7;
    font-weight: 300;
    text-decoration: underline;
}
.cart-total .payment-options {
    background: #f7f7f7 none repeat scroll 0 0;
    margin-top: 30px;
    overflow: hidden;
    padding: 23px 20px 35px;
}
.cart-total .payment-options .option-block {
    margin-bottom: 14px
}
.cart-total .payment-options .option-block .checkbox {
    margin: 0 0 5px;
}
.cart-total .payment-options .option-block .checkbox label {
    font-weight: 300;
    min-height: 20px;
    padding-left: 20px;
}
.cart-total .payment-options .option-block .checkbox label input {
    top: -1px;
}
.cart-total .payment-options .option-block .checkbox label span {
    color: #252525;
    padding-left: 10px;
}
.cart-total .payment-options .option-block .checkbox label span b {
    color: #01b2b7;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    padding-left: 25px;
    text-decoration: underline;
}
.cart-total .payment-options .option-block .text {
    padding-left: 30px;
}
.cart-total .payment-options .option-block .text p {
    margin: 0;
    line-height: 28px;
}
.placeorder-button button {} .placeorder-button button:hover {}
/***
=============================================
     shop style
=============================================
***/

.shop {
    position: relative;
    padding: 60px 0px 40px;
}
.shop .hover-effect {
    margin-bottom: 15px;
    padding-top: 10px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.shop .hover-effect:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.single-shop-item .img-box {
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background: #f7f7f7;
    text-align: center;
}
.single-shop-item:hover .img-box {
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.single-shop-item .img-box .offer-box {
    position: absolute;
    top: 10px;
    left: 10px;
}
.single-shop-item .img-box .offer-box .inner {
    position: relative;
}
.single-shop-item .img-box .offer-box .inner:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 0;
    height: 0;
    background-color: transparent;
    border-bottom: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-top: 35px solid #ab7442;
    border-left: 35px solid #ab7442;
    border-right: 35px solid transparent;
}
.single-shop-item .img-box .offer-box .inner span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    line-height: 35px;
    -webkit-transform-origin: 70% 35%;
    transform-origin: 70% 35%;
}
.single-shop-item .text-box h3,
.single-shop-item .text-box p {
    margin: 0;
}
.single-shop-item .text-box h3 {
    font-size: 18px;
    line-height: 50px;
    color: #1F1F1F;
    margin-top: 10px;
}
.single-shop-item .text-box p {
    font-size: 20px;
    line-height: 24px;
}
.single-shop-item .text-box p i {
    font-size: 18px;
}
.single-shop-item .text-box p span {
    display: inline-block;
    vertical-align: top;
    color: #ab7442;
    font-size: 18px;
    font-weight: 400;
}
.single-shop-item .text-box p del {
    color: #9f9f9f;
    font-size: 14px;
    line-height: 24px;
    vertical-align: super;
    display: inline-block;
    font-weight: normal;
}
.single-shop-item .text-box p del i {
    font-size: 14px;
}
.single-shop-item .thm-btn.thm-tran-bg {
    color: #ffffff;
    border-color: #fff;
}
.single-shop-item .thm-btn:hover {
    color: #01b2b7;
    background: #ffffff;
}
.single-shop-item:hover .img-box .overlay {
    background-color: rgba(255, 255, 255, 0.9);
}
.single-shop-item:hover .img-box .overlay .box .content ul li a {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0);
}
.default-overlay-outer {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 10px;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}
.default-overlay-outer .inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    text-align: center;
}
.default-overlay-outer .inner .content-layer {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
}
.single-shop-item .default-overlay-outer {
    opacity: 0;
    top: -100%;
    background: rgba(72, 199, 236, 0.9);
}
.single-shop-item:hover .default-overlay-outer {
    top: 0;
    opacity: 1;
}
.single-shop-item .content-box {
    position: relative;
    padding: 20px 0px;
}
.single-shop-item .content-box h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px;
    line-height: 1.4em;
    color: #252525;
    margin-bottom: 6px;
}
.single-shop-item .content-box a,
.single-shop-item .content-boxa:hover {
    color: #b89b5e;
}
.single-shop-item .content-box h4 a {
    color: #252525;
    text-transform: uppercase;
}
.single-shop-item .content-box .rating {
    font-size: 13px;
    color: #48c7ec;
    margin-bottom: 15px;
    position: absolute;
    right: 5px;
    top: 14px;
}
.single-shop-item .content-box .item-price {
    font-size: 16px;
    font-weight: 400;
    color: #01b2b7;
    line-height: 24px;
}
.single-shop-item .content-box .item-price del {
    color: #a2a2a2;
    margin-left: 7px;
    font-size: 15px;
}
.single-shop-item .content-box .item-price .strike-through {
    color: #999999;
    font-weight: normal;
    font-size: 14px;
    padding-left: 10px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}
/*============================= Sidebar Style One ==================*/

.sidebar_styleOne .theme_title,
.sidebar_styleTwo .theme_title {
    padding-bottom: 18px;
}
.sidebar_search {
    height: 54px;
    margin-bottom: 35px;
    position: relative;
}
.sidebar_search input {
    width: 100%;
    height: 50px;
    border: none;
    border: 1px solid #f1f1f1;
    padding: 0 56px 0 12px;
    color: #9e9e9e;
}
.sidebar_search button {
    width: 54px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    color: #01b2b7;
}
.sidebar_categories {
    margin-top: 60px;
}
.sidebar_categories ul {
    margin-top: 22px;
    margin-bottom: 35px;
}
.sidebar_categories ul li {
    line-height: 48px;
    border-bottom: 1px solid #f1f1f1;
}
.sidebar_categories ul li:last-child {
    border: none;
}
.sidebar_categories ul li a {
    font-weight: normal;
    color: #9e9e9e;
    position: relative;
}
.sidebar_categories ul li a:hover {
    color: #ab7442;
}
.sidebar_categories ul li input[type="checkbox"] {
    float: right;
    position: relative;
    top: 14px;
}
.sidebar_categories ul li a:before {
    content: '\f114';
    font-family: 'FontAwesome';
    margin-right: 10px;
}
.sidebar_categories.archive ul li a:before {
    content: "\f00c";
}
.sidebar_categories ul li a:hover {
    color: #01b2b7;
}
.recent_news_sidebar .theme_title {
    margin-bottom: 40px;
}
.recent_news_sidebar {
    margin-bottom: 62px;
}
.recent_news_sidebar .single_news_sidebar {
    margin-bottom: 29px;
}
.recent_news_sidebar .img_holder img {
    width: 75px;
    height: 75px;
    border-radius: 5px;
}
.recent_news_sidebar .post {
    padding-left: 26px;
    width: 72%;
    margin-top: -10px;
}
.recent_news_sidebar .post h6 a {
    font-size: 16px;
    color: #272727;
    line-height: 28px;
    font-weight: 900;
    margin-bottom: 2px;
}
.recent_news_sidebar .post p a {
    font-size: 14px;
}
.recent_news_sidebar .post p a i {
    margin-right: 4px;
    font-size: 16px;
}
.recent_news_sidebar .img_holder {
    position: relative;
}
.recent_news_sidebar .img_holder .opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
}
.recent_news_sidebar .img_holder .opacity .icon {
    display: table;
    width: 100%;
    height: 100%;
}
.recent_news_sidebar .img_holder .opacity .icon span {
    display: table-cell;
    vertical-align: middle;
}
.recent_news_sidebar .img_holder .opacity .icon span a {
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    line-height: 45px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.recent_news_sidebar .single_news_sidebar:hover .opacity {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.sidebar_tags {
    margin-bottom: 30px;
}
.sidebar_tags ul {
    padding: 15px 0px;
}
.sidebar_tags ul li {
    display: inline-block;
    margin: 0 4px 8px 0;
}
.sidebar_tags ul li a {
    display: block;
    font-weight: normal;
    font-size: 15px;
    color: #9e9e9e;
    line-height: 32px;
    border: 1px solid #f1f1f1;
    background: #fff;
    border-radius: 2px;
    text-align: center;
    padding: 0 14px;
}
.sidebar_tags ul li a:hover {
    color: #ffffff;
    background: #01b2b7;
}
.single-sidebar.price-ranger .ui-widget-content {
    background: #f7f7f7;
    border: none;
    height: 2px;
}
.single-sidebar.price-ranger .ui-slider-handle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #222;
    margin-left: -4px;
    outline: none;
    background: #01b2b7;
}
.single-sidebar.price-ranger .ui-slider .ui-slider-range {
    background: #252525;
}
.single-sidebar.price-ranger .ui-slider-horizontal .ui-slider-handle {
    top: -5px;
}
.single-sidebar.price-ranger #slider-range {
    margin-top: 25px;
}
.single-sidebar.price-ranger .ranger-min-max-block {
    margin-top: 20px;
    margin-bottom: 45px;
}
.single-sidebar.price-ranger .ranger-min-max-block input {
    display: inline-block;
}
.single-sidebar.price-ranger .ranger-min-max-block input[type='submit'] {
    width: 80px;
    border: none;
    border-radius: 0px;
    text-align: center;
    outline: none;
    line-height: 35px;
    font-size: 14px;
    margin-right: 37px;
    color: #ffffff;
    font-weight: 700;
    background: #01b2b7;
    text-transform: uppercase;
    border: 2px solid #01b2b7;
}
.single-sidebar.price-ranger .ranger-min-max-block input[type='text'] {
    border: none;
    text-align: center;
    outline: none;
    width: 40px;
    color: #9c9c9c;
    font-weight: 400;
    text-align: right;
}
.single-sidebar.price-ranger .ranger-min-max-block input[type='text'].max {} .single-sidebar.price-ranger .ranger-min-max-block span {
    color: #9c9c9c;
    font-weight: 400;
}
.best_sellers .theme_title {
    margin-bottom: 36px;
}
.best_sellers .best_selling_item .text {
    padding-left: 20px;
    margin-top: -3px;
}
.best_sellers .best_selling_item .text h6 {
    font-size: 16px;
    font-weight: 700;
    color: #272727;
}
.best_sellers .best_selling_item .text ul li {
    display: inline-block;
    margin-right: 3px;
    font-size: 12px;
    margin-top: 10px;
    color: #01b2b7;
}
.best_sellers .best_selling_item .text span {
    display: block;
    margin-top: 10px;
    color: #01b2b7;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto';
}
.best_sellers .best_selling_item {
    margin: 20px 0 20px 0;
    padding-bottom: 17px;
}
.best_sellers .best_selling_item.border {
    border-bottom: 1px solid #f7f7f7;
}
.sidebar_styleTwo .sidebar_categories {
    margin-top: 30px;
}
.sidebar_styleTwo .sidebar_tags {
    margin: 19px 0 51px 0;
}
/***
=============================================
    page_pagination style
=============================================
***/

. {
    text-align: center;
    padding-top: 20px;
}
.page_pagination li {
    display: inline-block;
    margin: 0 4px;
}
.page_pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(229, 229, 229, 0.57);
    text-align: center;
    color: #3c8282;
    font-size: 18px;
    background: #ffffff;
    border: 1px solid #82c1bb;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_pagination li a.active,
.page_pagination li a:hover {
    color: #fff;
    background: #82c1bb;
    border: 1px solid #ffffff;
}
.page_pagination li a i {
    font-weight: 600;
}
.page_pagination li a i.active {
    color: #ffffff;
}
/***
=============================================
   Shop Single area  style
=============================================
***/

.shop-single-area {
    padding-bottom: 80px;
    padding-top: 80px;
}
.product-content-box {
    margin-bottom: 106px;
}
.product-content-box .img-box {
    text-align: center;
}
.product-content-box .flexslider .slides img {
    width: auto;
    display: inline-block;
}
.product-content-box .flexslider {
    background: #f7f7f7 none repeat scroll 0 0;
    border: none;
    padding: 32px 0;
    border-radius: 0;
    margin: 0 50px 10px 0;
    position: relative;
    text-align: center;
}
.product-content-box .flex-viewport {
    border: none;
    max-height: 450px;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.product-content-box .flex-control-thumbs {
    margin: 10px 0 0;
    overflow: hidden;
    position: static;
    display: none;
}
.product-content-box .flex-control-thumbs li {
    float: left;
    margin: 0 3% 0 0;
    width: 25%;
}
.product-content-box .flex-control-thumbs img {
    border: medium none;
    cursor: pointer;
    display: block;
    height: auto;
    opacity: 0.6;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 100%;
    border: 3px solid #f7f7f7;
}
.product-content-box .flex-control-thumbs .flex-active {
    cursor: default;
    opacity: 1;
    border: 3px solid #ab7442;
}
.product-content-box .flex-control-thumbs .flex-active:focus {
    outline: none;
}
.product-content-box .content-box h3 {
    color: #222;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: capitalize;
}
.product-content-box .content-box del {
    color: #a2a2a2;
    margin-left: 10px;
}
.product-content-box .content-box .review-box {
    margin: 0 0 10px;
}
.product-content-box .content-box .review-box ul li {
    display: inline-block;
    margin-right: 3px;
}
.product-content-box .content-box .review-box ul {
    display: inline-block;
    padding-right: 1px;
}
.product-content-box .content-box .review-box ul li i {
    color: #01b2b7;
    font-size: 14px;
}
.product-content-box .content-box span.price {
    color: #01b2b7;
    font-size: 22px;
}
.product-content-box .content-box .text {
    margin: 0px 0 0;
    overflow: hidden;
    padding: 24px 0 9px;
}
.product-content-box .content-box .location-box {
    margin: 4px 0 18px;
    position: relative;
}
.product-content-box .content-box .location-box p {
    color: #1f1f1f;
    margin: 0 0 12px;
}
.product-content-box .content-box .location-box form input {
    border: 2px solid #f7f7f7;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    width: 170px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.product-content-box .content-box .location-box form input:focus {
    border-color: #48c7ec;
}
.product-content-box .content-box .location-box form button {
    background: #f7f7f7 none repeat scroll 0 0;
    border: medium none;
    color: #292929;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    left: 178px;
    top: 37px;
    height: 40px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 95px;
    margin-left: 6px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.product-content-box .content-box .location-box form button:hover {
    background: #01b2b7;
    color: #fff;
}
.product-content-box .content-box .location-box form span {
    color: #01b2b7;
}
.product-content-box .content-box .addto-cart-box {} .product-content-box .content-box .addto-cart-box .input-group.bootstrap-touchspin {
    float: left;
    width: 70px;
    margin-right: 20px;
}
.product-content-box .content-box .addto-cart-box .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #eaeaea;
    border-radius: 0 !important;
    box-shadow: none;
    color: #272727;
    display: block;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    padding: 6px 0 8px;
    text-align: center;
}
.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}
.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}
.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    margin-left: -1px;
    max-width: 100%;
    padding: 12px 12px;
    position: relative;
    width: 100%;
}
.product-content-box .content-box .addto-cart-box .btn-default {
    background-color: #efefef;
    border-color: #efefef;
    color: #9e9e9e;
}
.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical i {
    color: #9e9e9e;
    font-weight: normal;
    left: 8px;
    position: absolute;
    top: 7px;
}
.product-content-box .content-box .addto-cart-box button.addtocart {
    margin-left: 25px;
}
.product-tab-box {
    padding: 30px;
    padding-top: 0;
    border: 1px solid #f4f4f4;
}
.product-tab-box .tab-menu {
    border-bottom: 1px solid #f7f7f7;
    margin-top: -50px;
    margin-bottom: 33px;
    position: relative;
    left: -31px;
}
.product-tab-box .tab-menu li {
    display: block;
    float: left;
    margin-bottom: -1px;
    font-family: 'Montserrat', sans-serif;
}
.product-tab-box .tab-menu li a {
    border: 1px solid transparent;
    border-radius: 0;
    display: block;
    margin-right: 10px;
    padding: 13px 35px;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    background: #f7f7f7;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.product-tab-box .tab-menu li.active a,
.product-tab-box .tab-menu li:hover a {
    background: #01b2b7;
    color: #fff;
    border-color: #01b2b7;
}
.product-tab-box .tab-content .review-box .single-review-box {
    margin-bottom: 10px;
    padding-bottom: 32px;
    padding-left: 80px;
    position: relative;
}
.product-tab-box .tab-content .review-box .single-review-box .img-holder {
    left: 0;
    position: absolute;
    top: 0;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder {
    border: 1px solid #f4f4f4;
    padding: 20px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top {
    margin: 0 0 8px;
    overflow: hidden;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul {
    margin-top: -4px;
    padding-left: 20px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li {
    display: inline-block;
    margin-right: 3px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li i {
    color: #01b2b7;
    font-size: 14px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-date {
    color: #ab7442;
    margin-top: -5px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .text p {
    margin: 0 0 15px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .text a.reply {
    color: #ab7442;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.product-tab-box .tab-content .product-details-content {
    margin-top: -5px;
}
.product-tab-box .tab-content .product-details-content .highlight {
    margin: 42px 0 0;
}
.product-tab-box .tab-content .product-details-content .highlight .highlight-title {
    color: #292929;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 28px;
}
.product-tab-box .tab-content .product-details-content .highlight li {
    position: relative;
    padding-bottom: 12px;
    padding-left: 25px;
}
.product-tab-box .tab-content .product-details-content .highlight li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #ab7442;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0;
}
.product-tab-box .tab-content .review-form {
    padding-top: 16px;
}
.product-tab-box .tab-content .review-form .sec-title-two {
    padding-bottom: 34px;
}
.product-tab-box .tab-content .review-form .add-rating-box {
    margin: 0 0 23px;
}
.product-tab-box .tab-content .review-form .add-rating-box .add-rating-title h4 {
    color: #292929;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: none;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li {
    display: inline-block;
    margin: 0 0px;
    border-right: 1px solid #e5e5e5;
    padding: 0 11px;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li:last-child {
    margin-right: 0;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li a i {
    color: #ddd;
    margin-right: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 14px;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li.active a i,
.product-tab-box .tab-content .review-form .add-rating-box ul li a:hover i {
    color: #01b2b7;
}
.product-tab-box .tab-content .review-form form input[type="text"],
.product-tab-box .tab-content .review-form form textarea {
    height: 50px;
    width: 100%;
    border: 1px solid #eaeaea;
    color: #9e9e9e;
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.product-tab-box .tab-content .review-form form textarea {
    height: 110px;
    padding: 10px 15px;
    margin-bottom: 32px;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li:hover a i {
    opacity: 1;
}
.product-tab-box .tab-content .review-form form input[type="text"]:focus {
    border-color: #48c7ec;
}
.product-tab-box .tab-content .review-form form textarea:focus {
    border-color: #48c7ec;
}
.related-product {
    border-top: 1px solid #f7f7f7;
    margin-top: 60px;
    padding-top: 56px;
}
.related-product .single-product-item {
    margin-bottom: 0;
}
.related-product .owl-controls {
    position: absolute;
    right: 0px;
    top: -90px;
}
.related-product .owl-theme .owl-nav [class*="owl-"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #f7f7f7;
    border-radius: 50%;
    color: #cccbcb;
    font-size: 20px;
    height: 45px;
    line-height: 42px;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
    width: 45px;
    font-weight: 900;
}
.related-product .owl-theme .owl-nav [class*="owl-"] i {
    font-size: 20px;
    font-weight: 900;
}
.related-product .owl-theme .owl-nav .owl-next {
    margin-left: 10px
}
.related-product .owl-theme .owl-nav [class*="owl-"]:hover {
    color: #fff;
    background: #ab7442;
    border: 2px solid #ab7442;
}
.product-review-tab .add_your_review .review-title h3 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    color: #252525;
}
.tab-title-h4 h4 {
    color: #3d3d3d;
    font-size: 20px;
    margin-bottom: 40px;
}
/*
===================================================
  footer style
===================================================
*/

.footer {
    border-top: 1px solid #fff;
    position: relative;
    background-color: #82c1bb;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
}
.footer p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 27px;
}
#subscribeusform {
    position: relative;
    margin-bottom: 25px;
}
#emailsubscribeinput {
    width: 70%;
    padding: 0 15px;
    line-height: 40px;
    border: 1px solid #fff;
}
#subscribe-email {
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    width: 40px;
    line-height: 42px;
    border: 1px solid #fff;
    background: #82c1bb;
    color: #fff;
}
.footer h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 27px;
    margin-bottom: 18px;
}
.footer .footer-upper {
    padding: 60px 0px 50px;
}
.footer-widget ul {
    margin: 0;
    padding: 0;
}
.footer-widget ul li {
    list-style: none;
}
.footer-widget.about-widget img {
    margin-bottom: 27px;
}
.footer-widget.about-widget p {
    margin: 0;
}
.footer-widget h3.title {
    font-size: 24px;
    text-transform: capitalize;
    margin: 0;
}
.footer-widget.quick-links ul li a {
    font-size: 14px;
    line-height: 38px;
    tranisition: all .3s ease;
}
.footer-widget.quick-links ul li a:hover {
    color: #d62929;
}
.footer-widget.contact-widget input,
.footer-widget.contact-widget textarea {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 20px;
}
.footer-widget.contact-widget textarea {
    height: 100px;
    padding-top: 15px;
    margin-bottom: 5px;
}
.footer-widget.contact-widget button {
    width: 100%;
    letter-spacing: 1px;
    height: 50px;
    background: #2098d1;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    outline: none;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 50px;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.footer-widget.contact-widget button:hover {
    background: #fff;
    color: #fe824c;
}
.footer-widget.contact-widget .column {
    padding: 0 10px;
}
.row-10 {
    margin: 0px -10px;
}
.footer .footer-upper .item {
    margin-top: 40px;
}
.footer .footer-upper .link_btn .button-style-one {
    color: #fff;
    margin-top: 20px;
    text-transform: none;
}
.footer.bg-style .footer .footer-upper {
    padding: 75px 0 65px;
}
.footer.bg-style .footer-widget h3.title {
    margin-bottom: 40px;
    position: relative;
    font-weight: 500;
    color: #fff;
}
.footer.bg-style .footer-widget h3:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 50px;
    height: 2px;
    background: #fff;
}
.footer.bg-style .footer-widget.quick-links ul li {
    margin-bottom: 8px;
}
.footer.bg-style .footer-widget.quick-links ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    padding-bottom: 7px;
    padding-left: 15px;
    position: relative;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.footer.bg-style .footer-widget.quick-links ul li a:before {
    color: #ffffff;
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 2px;
}
.footer.bg-style .footer-widget.quick-links ul li a:hover {
    color: #fe824c;
}
.footer.bg-style .footer-widget.quick-links ul li a:hover:before {
    color: #fff;
}
.footer-widget.opening-hour {
    color: #adadad;
}
.footer-widget.opening-hour span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    line-height: 34px;
}
.footer-widget.opening-hour .day-time {
    margin-top: 16px;
}
.footer .footer-upper .footer-map .google-map {
    height: 200px;
}
.footer.bg-style .footer-widget.our-doctor {
    padding-bottom: 19px;
}
.footer.bg-style .footer-widget.our-doctor ul li {
    margin-bottom: 8px;
}
.footer.bg-style .footer-widget.our-doctor ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding-bottom: 7px;
    padding-left: 15px;
    position: relative;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.footer.bg-style .footer-widget.our-doctor ul li a:before {
    color: #ffffff;
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 2px;
}
.footer.bg-style .footer-widget.our-doctor ul li a:hover {
    color: #ffffff;
}
.footer.bg-style .footer-widget.our-doctor ul li a:hover:before {
    color: #fff;
}
.footer.bg-style .footer-widget.contact-widget input,
.footer.bg-style .footer-widget.contact-widget textarea {
    background: transparent;
    color: #fff;
}
.contact-section-btn {
    max-width: 170px;
    margin: 0 auto;
}
.footer.bg-style .footer-widget.contact-widget input {
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #fff;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}
.footer.bg-style .footer-widget.contact-widget textarea {
    height: 90px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #fff;
    margin: 5px 0px 20px;
    font-family: 'Montserrat', sans-serif;
}
.footer.bg-style .footer-widget.contact-widget button {
    height: 50px;
    line-height: 45px;
}
.footer-upper .gallery-widget .image {
    position: relative;
    float: left;
    width: 25%;
    border: 1px solid transparent;
    overflow: hidden;
}
.footer-upper .gallery-widget .image img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer-upper .gallery-widget .image .link-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #ffffff;
    background: rgba(1, 178, 183, 0.58);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer-upper .gallery-widget .image .link-image .fa {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -10px;
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
}
.footer-upper .gallery-widget .image:hover .link-image {
    opacity: 1;
}
.footer-bottom {
    color: #d1d1d1;
    border-top: 1px solid #fff;
    padding: 20px 0px 54px;
}
.footer-bottom .social-links a {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    padding: 0px 15px;
    line-height: 26px;
    z-index: 222;
}
.footer-bottom a:hover {
    color: #ffffff;
}
.footer-bottom .copyright-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}
/*
------------------------------------------------
  Fact Counter
------------------------------------------------
*/

.fact-counter {
    position: relative;
    overflow: hidden;
    color: #ffffff;
}
.fact-counter:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    opacity: 0.80;
    z-index: 0;
}
.fact-counter .auto-container {
    position: relative;
    z-index: 1;
}
.fact-counter .column {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    z-index: 5;
}
.fact-counter .item {
    color: #222;
}
.fact-counter .column .icon span {
    position: relative;
    top: 0px;
    font-size: 50px;
    position: absolute;
    line-height: 70px;
    top: -5px;
    left: 0;
    margin-bottom: 20px;
    color: #ab7442;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.fact-counter .count-outer {
    margin-top: 10px;
    color: #f8f8f8;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.fact-counter .counter-outer {
    padding: 50px 0px 0px;
}
.fact-counter .counter-outer .item .inner-box {
    position: relative;
}
.fact-counter .counter-outer .item .inner-box .icon-box i {
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 2px solid #fff;
}
.fact-counter .counter-outer .item .inner-box .icon-box i:before {
    margin: 0;
    font-size: 54px;
}
/*
=======================================================
  call-to-action styles
=======================================================
*/

.call-to-action {
    background: #82c1bb;
    padding: 40px 0;
    color: #fff;
}
.call-to-action h3 {
    font-size: 34px;
    font-weight: 700;
    margin: 37px 0;
    line-height: 30px;
}
.call-to-action p {
    margin: 0;
}
.call-to-action a.thm-btn {
    padding: 0px 24px;
    border-radius: 25px;
    background: #fff;
    color: #222222;
    letter-spacing: 1px;
    transition: .5s;
}
.call-to-action a.thm-btn.inverse:hover {
    color: #fff;
    background: #01b2b7;
    transition: .5s;
}
/*
==========================================================
  21. Parallax Style One
==========================================================
*/

.parallax-style-one {
    position: relative;
    padding: 80px 0px 80px;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
    color: #ffffff;
}
.parallax-style-one .overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #82c1bb;
    opacity: 1;
    content: "";
}
.parallax-style-one .sec-title {
    text-align: center;
    margin-bottom: 40px;
}
.parallax-style-one .sec-title h2 {
    font-weight: 700;
    line-height: 39px;
    text-transform: none;
}
.parallax-style-one .sec-title h2:before {
    display: none;
}
.parallax-style-one .sec-title p {
    max-width: 650px;
    margin: 0 auto;
    margin-top: 15px;
}
.parallax-style-one .link_btn li {
    display: inline-block;
    margin: 20px 10px 0px 0px;
}
.parallax-style-one .link_btn li a {
    letter-spacing: 1px;
}
.parallax-style-one .link_btn .thm-btn.style-two:hover {
    background: transparent;
    color: #fe824c;
    border: 2px solid #fff;
    color: #fff;
}
/*
==================================================
  two-column style
==================================================
*/

.two-column {
    padding: 100px 0px 0px;
}
.two-column .sec-title {
    margin-bottom: 30px;
}
.two-column .sec-title h2 {} .two-column .sec-title p {
    max-width: 650px;
    color: #848484;
    margin-top: 20px;
}
.two-column .content-box {
    padding: 20px 0px 50px;
    position: relative;
}
.two-column .content-box p {
    color: #666666;
}
.two-column .content-box .clearfix {
    margin-top: 30px;
}
.two-column .inner-box .image-box {
    position: relative;
    text-align: center;
}
.two-column .inner-box .image-box img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}
.single-choose-item {
    margin-bottom: 26px;
    position: relative;
    background: #fff;
    border: 1px solid #ededed;
    border-left: 1px solid #2098d1;
    border-bottom: 1px solid #2098d1;
    -webkit-transition: .5s;
    transition: .5s;
}
.choose-left-bg {
    float: left;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 60px;
    -webkit-transition: .5s;
    transition: .5s;
}
.choose-icon {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    margin-top: 25px;
    width: 55px;
    height: 55px;
    overflow: hidden;
    text-align: center;
}
.choose-icon i,
.choose-icon i:before {
    font-size: 36px;
    color: #fe824c;
    position: relative;
    top: 1px;
    margin: 0;
}
.choose-icon i,
.choose-icon i:before {
    font-size: 36px;
    color: #fe824c;
    position: relative;
    top: 1px;
    margin: 0;
}
.choose-text {
    overflow: hidden;
    padding: 26px 0px 38px;
}
.choose-text h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 13px;
    margin-top: 0;
    text-transform: capitalize;
}
.choose-text h4 a {
    color: #222222;
    transition: .5s;
}
.choose-text h4 a:hover {
    color: #fe824c;
    transition: .5s;
}
.choose-text p {
    color: #777777;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
}
/***

====================================================================
    service-single Section style
====================================================================

***/
span.MRP {
    text-decoration: line-through;
    color: #a4a4a4;
    font-size: 24px;
}
.service-single,
.update-single {
    padding: 175px 0px 100px;
    position: relative;
    min-height: 100vh;
}
.service-single .blog-social-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.services-card-image{
background-repeat: no-repeat;
background-size: cover;
background-position: top center; 
height: 220px; 
border-top-left-radius: 5px;
border-top-right-radius: 5px; 
opacity:0.8;
}
.services-card-image:hover {
  opacity:1;
}
#dateSection {
    text-align: right;
    padding: 0 15px;
    position: relative;
    display: block;
    align-items: center;
    justify-content: flex-end;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #868686;
    width: max-content;
    float: right;
}
#dateSection-hr{
  margin-top: 8px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.update-single:before,
.service-single:before {
    width: 100%;
    min-height: 100%;
    content: '';
    position: absolute;
    top: 0;
    background: rgba(255,255,255,0.95);
    z-index: -1;
}
.custom-single {
    width: 100%;
    min-height: 100%;
    background: rgba(255,255,255,0.9);
    z-index: -1;
}
.service-single .container,
.update-single .container {
    background: #ffffff;
}
.img-box {
    padding-left: 50px;
}
.service-single .img-box img {
    width: 100%;
    border-radius: 4px;
}
.update-single .img-box {
    text-align: center;
    padding: 35px 0;
}
.update-single img {
    width: 65%;
}
.update-single p {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    padding: 30px 0;
    line-height: 26px;
}
.service-single .header-service {
    display: flex;
    padding: 50px 0;
}
.service-btn {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}
.service-single .text p {
    font-size: 28px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #82c1bb;
}
.service-single p.description {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    line-height: 26px;
    white-space: pre-wrap;
    margin-bottom: 30px;
}
.service-single .sec-title h4 {
    font-size: 24px;
    color: #2E2E2E;
    opacity: 0.7;
    font-family: 'Montserrat', sans-serif;
}
.service-catergory {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #f8f8f8;
    padding: 30px 30px;
}
.service-single .service-sidebar {
    margin-right: 20px;
}
.service-catergory li {
    list-style: none;
    position: relative;
    background: #fff;
    padding: 10px 0;
    margin-bottom: 10px;
}
.service-catergory li:last-child {
    margin-bottom: 0px;
}
.service-catergory li.active {
    background: #01b2b7;
}
.service-catergory li.active a {
    color: #fff;
}
.service-catergory li a {
    display: block;
    font-size: 14px;
    color: #848484;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 700;
    padding-left: 20px;
    transition: all 0.5s ease;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}
.service-catergory span {
    margin-right: 8px;
    font-size: 12px;
}
.service-catergory li a:hover {
    color: #01b2b7;
}
.service-catergory li.active a:hover {
    color: #fff;
}
.service-single .outer-box .content-box {
    margin-top: 48px;
}
.service-single .outer-box .content-box .sec-title {
    margin-bottom: 20px;
}
.service-single .outer-box .content-box .sec-title h4 {
    font-weight: 500;
    font-size: 20px;
    color: #222222;
}
.service-single .outer-box .content-box .text p {
    color: #848484;
}
.service-single .outer-box .content-box .text.style-two {
    margin-top: 25px;
}
.service-single .outer-box .content-box .clearfix {
    margin-top: 25px;
}
.service-single .outer-box .content-box .clearfix h4 {
    font-weight: 500;
    font-size: 20px;
    color: #222222;
    margin: 15px 0px 20px;
}
.service-single .outer-box .content-box .clearfix p {
    color: #848484;
}
/*
================================================
    gallery Section
================================================
*/

.our-gallery {
    position: relative;
    padding: 80px 0px 0px;
    background: #fff;
}
.style-3.our-gallery,
.style-2.our-gallery {
    padding: 109px 0 121px;
    background: #fff;
}
.our-gallery .single-item .img-holder {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.our-gallery .single-item .img-holder img {
    width: 100%;
}
.style-2.our-gallery .single-item .img-holder img {
    width: 100%;
}
.our-gallery .single-item .img-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(1, 178, 183, 0.83);
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
}
.our-gallery .single-item:hover .img-holder .overlay {
    opacity: 1;
}
.our-gallery .single-item .img-holder .overlay .inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.our-gallery .single-item .img-holder .overlay .social {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.our-gallery .single-item .img-holder .overlay .social li {
    display: inline;
    margin-right: 4px;
}
.our-gallery .single-item .img-holder .overlay .social li a {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 12px;
    line-height: 36px;
    color: #fff;
    transition: .5s ease-in;
}
.our-gallery .single-item .social a i:before {
    font-size: 30px;
    color: #fff;
    margin: 0px;
}
.our-gallery .single-item .social h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
}
.our-gallery .link_btn .thm-btn {
    margin-top: 70px;
}
/***

====================================================================
  Side Bar Style
====================================================================

 ***/

.sidebar-page .sidebar {
    position: relative;
    padding-left: 40px;
}
.sidebar .widget {
    position: relative;
    margin-bottom: 35px;
}
.sidebar .sidebar-title {
    position: relative;
    margin-top: 0px;
    margin-bottom: 15px;
}
.sidebar .sidebar-title h3 {
    font-size: 20px;
    color: #222222;
    font-weight: 500;
}
.sidebar .sidebar-title:before {
    content: '';
}
.sidebar .sidebar-title:after {
    content: '';
}
.sidebar-page .contact-info {
    position: relative;
    font-size: 14px;
    margin-bottom: 30px;
}
.sidebar-page .contact-info .text {
    position: relative;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    color: #7f7f7f;
}
.sidebar-page .contact-info li {
    position: relative;
    margin-bottom: 5px;
    line-height: 1.8em;
    color: #7f7f7f;
}
.sidebar-page .contact-info li strong {
    position: relative;
    padding-right: 10px;
    font-weight: 600;
    color: #292929;
}
.sidebar-page .contact-info a {
    color: #f17338;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
}
.sidebar-page .contact-info a:hover {
    color: #3d3d3d;
}
.sidebar .popular-categories .list {
    position: relative;
}
.sidebar .popular-categories .list li {
    position: relative;
    margin-bottom: 10px;
    line-height: 27px;
}
.sidebar .popular-categories .list li .count {
    position: relative;
    color: #f9ad0a;
}
.sidebar .popular-categories .list li a {
    position: relative;
    display: block;
    color: #848484;
    font-size: 14px;
    font-weight: 400;
    font-family: 'open sans';
    transition: .5s;
}
.sidebar .popular-categories .list li a:hover {
    color: #01b2b7;
    transition: .5s;
}
.sidebar .popular-categories .list span {
    margin-right: 7px;
    font-size: 11px;
}
.sidebar .call {
    max-width: 330px;
    margin-bottom: 50px;
}
.sidebar .call .content-box {
    padding: 45px 3px 45px 20px;
    color: #fff;
    position: relative;
}
.sidebar .call .content-box p {
    position: relative;
}
.sidebar .call .content-box h2 {
    position: relative;
    font-size: 24px;
    margin-top: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.sidebar .call .content-box .overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(1, 178, 183, 0.89);
    opacity: 1;
    content: "";
}
/***

====================================================================
  Blog Page Style
====================================================================

***/

.sidebar-page {
    position: relative;
    padding: 100px 0px 50px;
}
.blog-container {
    position: relative;
    padding: 0px 0px;
    margin-bottom: 20px;
}
.blog-post.style-two {
    padding: 0px;
}
.sidebar-page .blog-post {
    position: relative;
    background: #ffffff;
    margin-bottom: 2px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.sidebar-page .blog-post .post-header {
    position: relative;
    padding: 18px 0px 0px;
    background: #ffffff;
}
.sidebar-page .blog-post .post-header h2 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin: 5px 0px 8px;
    color: #222222;
}
.sidebar-page .blog-post .post-header h2 a {
    position: relative;
    display: block;
    color: #222222;
    transition: .5s;
}
.sidebar-page .blog-post .post-header a:hover {
    color: #01b2b7;
    transition: .5s;
}
.sidebar-page .blog-post .post-header h4 {
    color: #f9ad0a;
    font-size: 14px;
    font-family: 'raleway';
    font-weight: 500;
}
.sidebar-page .blog-post .post-info {
    position: relative;
    margin-bottom: 18px;
    font-family: 'open sans', sans-serif;
}
.sidebar-page .blog-post .post-info li {
    position: relative;
    display: inline-block;
    margin: 0px 25px 0px 0px;
    color: #848484;
    font-size: 14px;
    font-weight: 400;
}
.sidebar-page .blog-post .post-info li span:before {
    color: #01b2b7;
    margin: 0;
    font-size: 14px;
}
.sidebar-page .blog-post .image-box {
    position: relative;
}
.sidebar-page .blog-post .image-box .date {
    height: 60px;
    width: 70px;
    background: #01b2b7;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    position: absolute;
    top: 20px;
    left: -13px;
}
.sidebar-page .blog-post .image-box .date h5 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.sidebar-page .blog-post .image-box .date p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}
.sidebar-page .blog-post .image-box .date p:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 6px solid transparent;
    border-top: 8px solid #01b2b7;
    border-right: 4px solid #01b2b7;
    position: absolute;
    left: 0px;
    bottom: -22px;
}
.sidebar-page .blog-post .image-box img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.sidebar-page .image-slider .owl-controls {
    margin: 0px !important;
}
.sidebar-page .image-slider .owl-nav .owl-prev {
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: none !important;
    font-size: 0px !important;
}
.sidebar-page .image-slider .owl-nav .owl-next {
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: none !important;
    font-size: 0px !important;
}
.sidebar-page .image-slider .owl-nav .owl-prev:after {
    content: '\f104';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 50px;
    display: block;
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    width: 50px;
    height: 50px;
    opacity: 0.50;
    background: rgba(0, 0, 0, 0.30);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.sidebar-page .image-slider .owl-nav .owl-next:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 50px;
    display: block;
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    width: 50px;
    height: 50px;
    opacity: 0.50;
    background: rgba(0, 0, 0, 0.30);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.sidebar-page .image-slider .owl-nav .owl-prev:hover:after,
.sidebar-page .image-slider .owl-nav .owl-next:hover:after {
    background: #f9ad0a;
    opacity: 1;
}
.sidebar-page .image-slider .owl-dots {
    display: none !important;
}
.sidebar-page .blog-post .post-desc {
    position: relative;
    padding: 20px 0px;
    background: #ffffff;
    border-top: 1px solid #ededed;
}
.sidebar-page .blog-post .text {
    position: relative;
    margin-bottom: 33px;
    color: #848484;
}
.sidebar-page .blog-post .text.style-two {
    margin-bottom: 10px;
}
.sidebar-page .blog-post .post-header .post-options {
    position: relative;
    float: right;
}
.sidebar-page .blog-post .post-header .post-options a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
    color: #777777;
}
.sidebar-page .blog-post .post-header .post-options a:hover {
    color: #00bff5;
}
.sidebar-page .blog-post blockquote {
    position: relative;
    margin-left: 54px;
    padding: 0px 20px 0px 26px;
    line-height: 2em;
    font-size: 14px;
    color: #848484;
    font-style: italic;
    border-left: 2px solid #e7e7e7;
    font-family: 'Open Sans', sans-serif;
}
.sidebar-page .blog-post .quate {
    position: absolute;
    top: 24px;
    left: -50px;
    font-size: 30px;
    color: #01b2b7;
}
.sidebar-page .blog-detail .post-desc h2 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 22px;
    color: #1a1a1a;
}
.sidebar-page .blog-detail .post-desc h3 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    color: #1a1a1a;
}
.sidebar-page .blog-detail h4 {
    font-size: 16px;
    margin-bottom: 20px;
}
.check-list li .fa {
    position: relative;
    color: #cbda37;
}
.remove-list li .fa {
    position: relative;
    color: #fe824c;
}
.sidebar-page .blog-detail .post-tags {
    position: relative;
    padding: 15px;
    font-size: 16px;
    background: #f5f5f5;
    color: #999999;
    margin-bottom: 50px;
}
.sidebar-page .blog-detail .post-tags a {
    position: relative;
    color: #777777;
    font-size: 15px;
}
.sidebar-page .blog-detail .post-tags a:hover {
    color: #f7a34a;
}
.sidebar-page .post-author {
    position: relative;
    background: #ccedf9;
    padding: 25px;
    color: #555555;
    border-bottom: 3px solid #f7a34a;
    margin-bottom: 50px;
}
.sidebar-page .post-author:before {
    content: '';
    position: absolute;
    left: 50px;
    top: -28px;
    border: 15px solid transparent;
    border-bottom-color: #ccedf9;
}
.sidebar-page .post-author .inner-box {
    position: relative;
    padding: 15px 0px 0px 100px;
    min-height: 80px;
}
.sidebar-page .post-author .inner-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 80px;
    height: 80px;
    border: 2px solid transparent;
    box-shadow: 0px 0px 2px 0px #f7a34a;
    -moz-box-shadow: 0px 0px 2px 0px #f7a34a;
    -ms-box-shadow: 0px 0px 2px 0px #f7a34a;
    -o-box-shadow: 0px 0px 2px 0px #f7a34a;
    -webkit-box-shadow: 0px 0px 2px 0px #f7a34a;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
}
.sidebar-page .post-author .inner-box .author-thumb img {
    display: block;
    width: 76px;
}
.sidebar-page .post-author h4 {
    margin-bottom: 10px;
    color: #1a1a1a;
}
.sidebar-page .post-author h4 .author-occ {
    position: relative;
    left: 10px;
    padding: 5px 10px;
    font-size: 10px;
    background: #f7a34a;
    border-radius: 5px;
    color: #ffffff;
}
.leave-comment .section-title {
    margin-bottom: 20px;
}
.leave-comment .section-title h3 {
    position: relative;
    display: block;
    margin: 67px 0px 25px;
    color: #222222;
    transition: .5s;
    font-size: 20px;
    font-weight: 500;
}
.sidebar-page .form-control:focus {
    border-color: #fe824c;
}
/*
=================================================
  blog grid page style
=================================================
*/

.blog-latest-news {
    padding: 180px 0px 100px;
    position: relative;
    min-height: 100vh;
}
.blog-latest-news .count-pagination {
    margin-bottom: 20px;
}
.count-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.count-pagination > div span {
    margin-right: 15px;
    display: inline-block;
}
.count-pagination span {
    font-size: 14px;
    font-weight: 600;
    color: #3c8282;
    font-family: 'Montserrat', sans-serif;
}
.count-pagination > span {
    font-size: 30px;
}
.count-pagination > div {
    display: flex;
    align-items: center;
}
.blog-latest-news:before {
    width: 100%;
    min-height: 100%;
    content: '';
    position: absolute;
    top: 0;
    background: rgba(255,255,255,.95);
    z-index: -1;
}
.blog-latest-news.style-two {
    padding: 0px 15px 50px;
}
.blog-latest-news .item {
    margin-bottom: 70px;
}
.blog-latest-news .item h4 {
    font-weight: 500;
    font-size: 18px;
    padding: 30px 0px 5px;
    color: #222222;
}
.blog-latest-news .item h4 a {
    color: #222222;
    transition: .5s;
}
.blog-latest-news .item h4 a:hover {
    color: #01b2b7;
    transition: .5s;
}
.blog-latest-news .item p {
    margin-top: 14px;
    color: #848484;
}
.blog-latest-news .item .image-box {
    position: relative;
    min-height: 135px;
}
.blog-latest-news .item .date {
    height: 60px;
    width: 70px;
    background: #01b2b7;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    position: absolute;
    top: 20px;
    left: 0px;
}
.blog-latest-news .item .date h5 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}
.blog-latest-news .item .date p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}
.blog-latest-news .item .date p:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 6px solid transparent;
    border-top: 8px solid #01b2b7;
    border-right: 4px solid #01b2b7;
    position: absolute;
    left: 0px;
    bottom: -22px;
}
.blog-latest-news .item .admin-comments {
    margin-bottom: 5px;
    padding: 10px 0px 13px;
    border-bottom: 1px solid #ededed;
}
.blog-latest-news .item .admin-comments .icon {
    margin-right: 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #848484;
}
.blog-latest-news .item .admin-comments .icon:before {
    color: #01b2b7;
    margin: 0;
    padding: 0px 10px 0px 0px;
    font-size: 14px;
}
.blog-latest-news .item .admin-comments li {
    display: inline-block;
}
/*
===================================================
  feature-style-three
===================================================
*/

.feature-style-three {
    padding: 72px 0px 0px;
}
.feature-style-three .item-list {
    border-bottom: 1px solid #ededed;
}
.feature-style-three .item-list .row {
    margin: 0px;
}
.feature-style-three .item-list .item .column {
    padding: 29px 16px 32px;
}
.feature-style-three .item-list .item .inner-box {
    position: relative;
    padding-left: 94px;
    color: #fff;
}
.feature-style-three .item-list .item .inner-box h3 {
    font-size: 18px;
    color: #222222;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: capitalize;
}
.feature-style-three .item-list .item .inner-box .icon-box {
    position: absolute;
    left: 22px;
    top: -5px;
}
.feature-style-three .item-list .item .inner-box .icon-box .icon {
    color: #01b2b7;
    line-height: 47px;
    margin-left: -11px;
}
.feature-style-three .item-list .item .inner-box .icon-box .icon:before {
    font-size: 36px;
}
.feature-style-three .item-list .item .inner-box .text {
    position: relative;
    line-height: 27px;
    color: #848484;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
/*
================================================
  contact_us style
================================================
*/

.contact_us {
    padding: 80px 0px 70px;
}
.contact_us .sec-title h2:before {
    left: 50%;
    margin-left: -65px;
}
.contact_us .sec-title p {
    max-width: 650px;
    margin: 0 auto;
    color: #848484;
    margin-bottom: 60px;
}
.contact_us .link_btn.style-four {
    margin-top: 30px;
}
.contact_us .thm-btn:hover {
    border: 2px solid #01b2b7;
    color: #01b2b7;
}
/*
=================================================
  error page style
=================================================
*/

.error-page {
    padding: 100px 0px;
}
.error-page .content-box h1 {
    font-size: 150px;
    font-weight: 700;
    color: #fe824c;
}
.error-page .content-box h2 {
    margin-bottom: 16px;
}
.error-page .content-box p {
    margin-bottom: 40px;
    color: #848484;
}
.error-page .content-box .sidebar_search {
    max-width: 475px;
    margin-bottom: 50px;
}
.error-page .content-box {} .error-page .left-text {} .error-page .link_btn .thm-btn:hover {
    border: 2px solid #01b2b7;
    color: #01b2b7;
}
/*
===================================================
  portfolio-section
===================================================
*/

.portfolio-section .single-item .image-holder {
    position: relative;
    overflow: hidden;
}
.portfolio-section .single-item .image-holder img {
    width: 100%;
}
.portfolio-section .single-item .image-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 37, 74, 0.88);
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
}
.portfolio-section .single-item:hover .image-holder .overlay {
    opacity: 1;
}
.portfolio-section .single-item .image-holder .overlay .inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.portfolio-section .single-item .image-holder .overlay .social {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.portfolio-section .single-item .image-holder .overlay .social li a {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    text-align: center;
    font-size: 12px;
    line-height: 62px;
    color: #fff;
    transition: .5s ease-in;
}
.portfolio-section .single-item .image-holder .overlay .social i:before {
    font-size: 22px;
}
/***

====================================================================
  Comments Area
====================================================================

 ***/

.sidebar-page .comments-area {
    position: relative;
}
.sidebar-page .leave-comment .thm-btn:hover {
    border: 2px solid #01b2b7;
    color: #01b2b7;
}
.sidebar-page .group-title {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 15px;
}
.sidebar-page .group-title h2 {
    position: relative;
    display: block;
    margin: 50px 0px 10px;
    color: #222222;
    transition: .5s;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
.sidebar-page .group-title:before {
    content: '';
}
.sidebar-page .group-title:after {
    content: '';
}
.sidebar-page .comments-area .comment-box {
    position: relative;
}
.sidebar-page .comments-area .comment {
    position: relative;
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 10px 100px;
}
.sidebar-page .comments-area .reply-comment {
    margin-left: 50px;
}
.sidebar-page .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 84px;
    height: 84px;
    border: 3px solid #ffffff;
}
.sidebar-page .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
    border: 2px solid #01b2b7;
}
.sidebar-page .comments-area .comment-info {
    margin-bottom: 5px;
    color: #bcbcbc;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}
.sidebar-page .comments-area .comment-box strong {
    color: #222;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.sidebar-page .comments-area .comment-box .text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
}
.sidebar-page .comments-area .reply-option {
    color: #202020;
    font-size: 14px;
    margin-top: 5px;
}
.sidebar-page .comments-area .reply-option .theme-btn {
    padding: 6px 25px;
    margin: 3px 10px;
    float: right;
}
.sidebar-page .comments-area .reply-option .theme-btn:hover {
    color: #5f5f5f;
}
/***

====================================================================
  Accordions style
====================================================================

***/

.bg-color-black {
    padding: 100px 0px 80px;
}
.accordion-box {
    position: relative;
}
.accordion-box .block {
    margin-bottom: 25px;
    position: relative;
}
.accordion-box .block .acc-btn {
    border: 1px solid #01b2b7;
    color: #1c1c1c;
    cursor: pointer;
    font-size: 16px;
    padding: 12px;
    position: relative;
}
.accordion-box .block .acc-btn.active {
    border-bottom: 1px solid #01b2b7;
    border-color: #01b2b7;
    color: #1c1c1c;
    padding-bottom: 10px;
}
.accordion-box .block .icon-outer {
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: -10px;
}
.accordion-box .block .icon-outer .icon {
    color: #ef173c;
    line-height: 52px;
    position: absolute;
    top: 8px;
    right: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.accordion-box .block .icon-outer .icon-plus {
    opacity: 0;
}
.accordion-box .block .icon-outer .icon-plus {
    opacity: 1;
}
.accordion-box .block .active .icon-outer .icon-minus {
    opacity: 1;
}
.accordion-box .block .active .icon-outer .icon-plus {
    opacity: 0;
}
.accordion-box .block .acc-content {
    position: relative;
    display: none;
}
.accordion-box .block .acc-content.current {
    display: block;
}
.accordion-box .block .content {
    border: 1px solid #01b2b7;
    border-top: none;
    color: #808080;
    font-size: 13px;
    padding: 7px 12px 8px;
    position: relative;
}
/*Accordion Style Two*/

.bg-color-black.featured-inner .sec-title {
    margin-bottom: 60px;
}
.accordion-box.style-two .block .acc-btn {
    background: #01b2b7;
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}
.accordion-box.style-two .block .content {
    font-size: 14px;
}
/*
================================================
  expart-details
================================================
*/

.expart-details {
    padding: 100px 0px;
}
.expart-details .single-team-member h3 {
    margin-bottom: 8px;
}
.awards-wrapper {
    margin-left: -13.5px;
    margin-right: -13.5px;
    margin-bottom: 20px;
    margin-top: 25px;
}
.single-award {
    width: 25%;
    float: left;
    padding: 0 13.5px;
}
.single-award .inner {
    background: #01b2b7;
    text-align: center;
    color: #fff;
    padding: 25px 0 10px;
}
.single-award .inner i {
    font-size: 40px;
    margin-bottom: 15px;
}
.single-award .inner i:before {
    font-size: 40px;
}
.single-award .inner p {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
}
.single-award .inner span.block {
    display: block;
    line-height: 15px;
}
.single-award .inner span.number {
    font-size: 36px;
    font-weight: bold;
    display: block;
    margin-top: -3px;
}
.expart-details ul.infos {
    padding: 0;
    margin: 22px 0px 15px;
}
.expart-details ul.infos li {
    list-style: none;
    line-height: 35px;
}
.expart-details ul.infos li span {
    display: table-cell;
    vertical-align: middle;
}
.expart-details ul.infos li span:first-child {
    text-transform: uppercase;
    color: #222E35;
    font-size: 13px;
    font-weight: 600;
}
.expart-details ul.infos li span:last-child {
    padding-left: 40px;
    color: #9C9C9C;
}
.expart-details ul.social {
    margin-top: 25px;
}
.expart-details ul.social li {
    display: inline-block;
}
.expart-details ul.social li a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: #3B3B3B;
    color: #FFFFFF;
    text-align: center;
    line-height: 35px;
    transition: all .3s ease;
}
.expart-details ul.social li:hover a {
    background: #01b2b7;
}
.expart-details .content-layer .thm-btn:hover {
    background: #fff;
    border: 2px solid #01b2b7;
    color: #01b2b7;
}
.expart-details .content-layer .thm-btn {
    margin-top: 60px;
}
/***
=============================================
     shop style
=============================================
***/

.shop {
    position: relative;
    padding: 80px 0px 80px;
}
.shop .hover-effect {
    margin-bottom: 15px;
    padding-top: 10px;
    transition: .5s ease;
}
.shop .hover-effect:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: .5s ease-in-out;
}
.single-shop-item .img-box {
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    transition: .5s ease;
    background: #f7f7f7;
    text-align: center;
}
.single-shop-item:hover .img-box {
    transition: .5s ease;
}
.single-shop-item .img-box .offer-box {
    position: absolute;
    top: 10px;
    left: 10px;
}
.single-shop-item .img-box .offer-box .inner {
    position: relative;
}
.single-shop-item .img-box .offer-box .inner:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 0;
    height: 0;
    background-color: transparent;
    border-bottom: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-top: 35px solid #ab7442;
    border-left: 35px solid #ab7442;
    border-right: 35px solid transparent;
}
.single-shop-item .img-box .offer-box .inner span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    transform: rotate(-45deg);
    line-height: 35px;
    transform-origin: 70% 35%;
}
.single-shop-item .text-box h3,
.single-shop-item .text-box p {
    margin: 0;
}
.single-shop-item .text-box h3 {
    font-size: 18px;
    line-height: 50px;
    color: #1F1F1F;
    margin-top: 10px;
}
.single-shop-item .text-box p {
    font-size: 20px;
    line-height: 24px;
}
.single-shop-item .text-box p i {
    font-size: 18px;
}
.single-shop-item .text-box p span {
    display: inline-block;
    vertical-align: top;
    color: #ab7442;
    font-size: 18px;
    font-weight: 400;
}
.single-shop-item .text-box p del {
    color: #9f9f9f;
    font-size: 14px;
    line-height: 24px;
    vertical-align: super;
    display: inline-block;
    font-weight: normal;
}
.single-shop-item .text-box p del i {
    font-size: 14px;
}
.single-shop-item .thm-btn.thm-tran-bg {
    color: #ffffff;
    border-color: #fff;
}
.single-shop-item .thm-btn:hover {
    color: #01b2b7;
    background: #ffffff;
}
.single-shop-item:hover .img-box .overlay {
    background-color: rgba(255, 255, 255, 0.95);
}
.single-shop-item:hover .img-box .overlay .box .content ul li a {
    opacity: 1;
    transform: translate3d(0px, 0px, 0);
}
.default-overlay-outer {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 10px;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}
.default-overlay-outer .inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    text-align: center;
}
.default-overlay-outer .inner .content-layer {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
}
.single-shop-item .default-overlay-outer {
    opacity: 0;
    top: -100%;
    background: rgba(1, 178, 183, 0.85);
}
.single-shop-item:hover .default-overlay-outer {
    top: 0;
    opacity: 1;
}
.single-shop-item .content-box {
    position: relative;
    padding: 20px 0px;
}
.single-shop-item .content-box h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px;
    line-height: 1.4em;
    color: #252525;
    margin-bottom: 6px;
}
.single-shop-item .content-box a,
.single-shop-item .content-boxa:hover {
    color: #b89b5e;
}
.single-shop-item .content-box h4 a {
    color: #252525;
    text-transform: uppercase;
}
.single-shop-item .content-box .rating {
    font-size: 13px;
    color: #01b2b7;
    margin-bottom: 15px;
    position: absolute;
    right: 5px;
    top: 14px;
}
.single-shop-item .content-box .item-price {
    font-size: 16px;
    font-weight: 400;
    color: #01b2b7;
    line-height: 24px;
}
.single-shop-item .content-box .item-price del {
    color: #a2a2a2;
    margin-left: 7px;
    font-size: 15px;
}
.single-shop-item .content-box .item-price .strike-through {
    color: #999999;
    font-weight: normal;
    font-size: 14px;
    padding-left: 10px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}
/**************************
* Cart Page styles
***************************/

.cart-section {
    padding: 80px 0px 0px;
}
.cart-section {
    position: relative;
}
.cart-section ul {
    margin: 0;
    padding: 0;
}
.cart-section ul li {
    list-style: none;
}
.cart-section .thm-btn {
    line-height: 40px;
}
.cart-section .sec-pad {
    padding-bottom: 70px;
}
.cart-section .sec-title.medium {
    padding-bottom: 25px;
}
.cart-section .cart-outer {
    position: relative;
}
.cart-section .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
}
.cart-section .cart-table {
    width: 100%;
    min-width: 900px;
}
.cart-table .cart-header {
    position: relative;
    width: 100%;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 7px;
    font-family: "Poppins", sans-serif;
    background: #f7f7f7;
}
.cart-table thead tr th {
    line-height: 24px;
    padding: 20px 15px;
    min-width: 120px;
    font-weight: normal;
}
.cart-table thead tr th.prod-column {
    text-align: left;
    padding-left: 40px;
}
.cart-table tbody tr td {
    line-height: 24px;
    padding: 15px 10px;
    min-width: 100px;
    font-size: 16px;
    font-weight: bold;
    color: yellow;
}
.cart-table tbody tr .qty {
    width: 120px;
    padding-right: 20px;
}
.cart-table tbody tr .qty .quantity-spinner {
    background: black;
}
.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 90px;
    padding-left: 85px;
    padding-top: 20px;
    text-align: left;
}
.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    left: 0px;
    top: 11px;
    padding: 0px;
}
.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%;
}
.cart-table tbody tr .prod-column .column-box h3 {
    font-size: 18px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #222;
    text-transform: capitalize;
}
.cart-table tbody tr .sub-total {
    font-weight: 400;
    color: #01b2b7;
}
.cart-table tbody tr .remove-btn {
    position: relative;
    font-size: 16px;
    color: yellow;
    line-height: 30px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.cart-table tbody tr .remove-btn .fa {
    position: relative;
    top: 2px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 30px;
    transition: .5s ease;
}
.cart-table tbody tr .remove-btn:hover {
    color: #48c7ec;
    transition: .5s ease;
}
.cart-table tbody tr .remove-btn span:before {
    font-size: 30px;
}
.cart-table tbody tr {
    border-bottom: 1px solid #F7F7F7;
}
.cart-table tbody tr td {
    vertical-align: middle;
}
.cart-table tbody tr td .quantity-spinner {
    padding: 5px 0px 5px 20px;
    line-height: 24px;
    height: 43px;
    display: block;
    box-shadow: none;
    width: 100%;
    font-size: 20px;
    position: relative;
    color: #222;
}
.cart-table tbody .available-info {
    position: relative;
    padding-left: 50px;
    color: #9e9e9e;
    font-size: 14px;
}
.cart-table tbody .available-info .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #01b2b7;
    border-radius: 50%;
}
.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    background: #f7f7f7;
    border-color: #f7f7f7;
    padding: 10.3px 10px;
}
.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical i {
    color: #01b2b7;
    left: 6px;
}
.cart-table tbody tr .qty .quantity-spinner {
    background: #fff;
    border: 1px solid #F7F7F7;
    border-right: 0;
}
.cart-section .apply-coupon {
    position: relative;
}
.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 20px;
}
.cart-section .apply-coupon .form-group input[type="text"] {
    display: block;
    line-height: 24px;
    padding: 9px 15px;
    border: 1px solid yellow;
    border-radius: 3px;
    width: 230px;
    background: none;
    font-weight: 500;
    outline: none;
    height: 44px;
}
.cart-section .estimate-form {
    position: relative;
}
.cart-section h3 {
    font-size: 24px;
    margin-bottom: 30px;
}
.cart-section .estimate-form .row {
    margin-left: -7px;
    margin-right: -7px;
}
.cart-section .estimate-form .row .form-group {
    padding: 0px 7px;
    margin-bottom: 25px;
}
.cart-section .totals-table {
    position: relative;
    border: 1px solid #f8f8f8;
}
.cart-section .totals-table .col {
    position: relative;
    display: block;
    float: left;
    padding: 14.5px 15px;
    line-height: 24px;
    width: 50%;
}
.cart-section .totals-table .col-title {
    font-size: 14px;
    color: #222;
    border-right: 1px solid #f8f8f8;
    font-weight: 400;
}
.cart-section .totals-table li {
    position: relative;
    border-bottom: 1px solid #f8f8f8;
}
.cart-section .totals-table li:last-child {
    border-bottom: none;
}
.cart-section .update-cart-box {
    padding-top: 40px;
}
.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret {
    border: none;
    top: 2px;
    right: 20px;
}
.cart-section .estimate-form .select-box .btn-group.bootstrap-select {
    width: 100%;
    outline: none;
}
.cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
    font-size: 14px;
    text-transform: capitalize;
    border: none;
    outline: none;
    border: 1px solid #f4f4f4;
    padding: 10px 15px;
    border-radius: 0;
}
.cart-section .estimate-form .select-box .dropdown-menu {
    padding: 0;
    border-radius: 0;
}
.cart-section .estimate-form .select-box .dropdown-menu > li > a {
    padding: 8px 15px;
    color: green;
    transition: all .3s ease;
}
.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
    color: green;
    transition: all .3s ease;
}
.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
    font-size: 13px;
    color: red;
}
.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    content: '\f107';
    font-family: 'FontAwesome';
    color: red;
    font-size: 14px;
    line-height: 46px;
}
.cart-section .estimate-form h3 {
    font-size: 24px;
    margin: 0;
    margin-bottom: 40px;
    margin-top: 80px;
}
.cart-section .cart-total h3 {
    font-size: 24px;
    margin: 0;
    margin-bottom: 15px;
    margin-top: 80px;
}
.cart-section .cart-total .thm-btn {
    margin-top: 30px;
}
.cart-section .estimate-form input {
    width: 100%;
    border: 2px solid yellow;
    outline: none;
    height: 43px;
    padding-left: 15px;
    font-family: "Roboto Slab", serif;
}
.cart-section .qty .input-group {
    width: 74px;
    background: #fff;
}
.cart-section .thm-btn.update-cart {
    border: 1px solid black;
    color: yellow;
    background-color: transparent;
}
.cart-table tbody tr td,
.cart-table tbody tr .remove-btn {
    color: #9e9e9e;
    font-weight: normal;
}
.cart-section .thm-btn.update-cart {
    color: #222;
    border-color: #F7F7F7;
    text-shadow: none;
    background: #f7f7f7;
}
.cart-section .apply-coupon .form-group input[type="text"] {
    border: 2px solid #F7F7F7;
    text-transform: uppercase;
    font-size: 14px;
}
.cart-section .estimate-form input {
    border-color: #F7F7F7;
}
.cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
    background: #fff;
    color: #9f9f9f;
    border-color: #F7F7F7;
}
.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    color: #9f9f9f;
}
.cart-table tbody tr .prod-column .column-box {
    margin-left: 15px;
}
.cart-section .thm-btn.update-cart:hover {
    background: #01b2b7;
    color: #fff;
}
.cart-table tbody tr td {
    padding: 10px 10px 10px;
}
.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
    color: #999;
}
.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
    color: #fff;
}
/*==============================================
    Mainmenu Area Css
===============================================*/

.mainmenu-area {
    background: #ffffff;
    position: fixed;
    z-index: 22;
    font-family: 'Montserrat', sans-serif;
    padding: 20px 0;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    top: 0;
    width: 100%;
}
.main-menu {
    position: relative;
}
.mainmenu-area .stricky .navigation > li.current > a {
    color: #fff;
}
.mainmenu-area .stricky-fixed .navigation > li.current > a {
    color: rgb(1, 178, 183);
}
.mainmenu-area.stricky .navigation > li.current > a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #fff;
}
.navbar-collapse {
    padding: 0px
}
.navigation {
    position: relative;
    font-family: 'Montserrat', sans-serif;
}
.navigation li {
    display: inline-block;
}
.stricky .navigation li a {
    padding: 8px 13px 10px;
    color: #2E2E2E;
    opacity: 0.7;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.stricky-fixed .navigation li a {
    padding: 8px 13px 10px;
    color: #2E2E2E;
    opacity: 0.7;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.stricky .navigation > li:hover > a {
    color: #000;
}
.stricky-fixed .navigation > li:hover > a {
    color: #000;
}
.navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 60px;
    background: #ffffff;
    width: 230px;
    border-top: 2px solid #82c1bb;
    padding: 12px 0px;
    z-index: 999;
    display: none;
}
.navigation > li > ul > li {
    position: relative;
    display: block;
}
.navigation > li > ul > li > a {
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 20px;
    margin: 0;
    transition: all 500ms ease 0s;
}
.navigation > li > ul > li:hover > a {
    color: #01b2b7;
}
/*========= third-menu ===============*/

.navigation > li > ul > li.third-menu ul {
    position: absolute;
    left: 230px;
    top: 0px;
    background: #333;
    width: 200px;
    border-top: 2px solid #fff;
    padding: 12px 0px;
    z-index: 999;
    display: none;
}
.navigation > li > ul > li.third-menu {
    position: relative;
}
.navigation > li > ul > li.third-menu ul a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 20px;
    margin: 0;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
}
.navigation > li > ul > li.third-menu ul a:hover {
    color: #fdc716;
}
.navigation > li > ul > li.third-menu:after {
    position: absolute;
    content: "\f0de";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    right: 14px;
    transform: rotate(90deg);
    top: 3px;
}
/*========= mobile-menu ==============*/

.mobile-menu .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #01b2b7;
    cursor: pointer;
    display: block;
    z-index: 5;
}
.mobile-menu .dropdown-btn:after {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    color: #01b2b7;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
}
.mobile-menu,
.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul {
    background: #000;
}
.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul {
    display: none;
}
.mobile-menu > li > a,
.mobile-menu > li > ul > li > a,
.mobile-menu > li > ul > li > ul > li > a {
    background: #fff;
    padding: 10px 20px;
    line-height: 22px;
    color: #222;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border-top: 1px solid #01b2b7;
}
.mainmenu-area .navigation > li.current > a {
    position: relative;
}
.mainmenu-area .navigation > li.current > a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 5px;
    background: #01b2b7;
}
.mainmenu-area .navigation > li.current > a:after {
    content: "";
}
/*menu*/

.theme_menu {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
}
.theme_menu .menu-column {
    padding: 0;
}
.nav_side_content {
    margin-top: 33px;
    float: left;
    position: relative;
    left: -20px;
}
.nav_side_content .cart_select {
    border-left: 1px solid #ececec;
    padding-left: 5px;
}
/* Mainmenu fixed style */

@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}
@keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}
.mainmenu-area.stricky-fixed {
    margin: 0;
    position: fixed;
    background: #fff;
    top: 5px;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
/*
=======================================================
  about-us
=======================================================
*/

.about-us {
    padding: 80px 0px 80px;
    background: #f7f7f7;
}
.about-us .sec-title {
    text-align: left;
    margin-bottom: 50px;
}
.about-us .sec-title h2:before {
    content: "";
    position: absolute;
    left: 0;
    margin-left: 0;
    bottom: -10px;
    width: 56px;
    height: 3px;
    background: #82c1bb;
}
.about-us .about-info .text p {
    color: #848484;
}
.about-us .about-info .link_btn {
    margin-top: 20px;
}
.about-us .thm-btn:hover {
    color: #01b2b7;
    border: 2px solid #01b2b7;
}
/*benifit*/

.benifit li {
    position: relative;
    color: #848484;
    padding-left: 20px;
    margin: 15px 0;
}
.benifit li:after {
    position: absolute;
    content: '';
    background: #48c7ec;
    height: 8px;
    width: 8px;
    left: 0;
    ;
    top: 7px;
}
.benifit {
    margin-bottom: 10px;
}
.benifit-list li {
    margin: 5px 0;
    color: #848484;
    font-size: 14px;
}
.benifit-list li i {
    color: #01b2b7;
    margin-right: 15px;
    font-weight: 700;
    font-size: 18px;
}
.video-image-box {
    position: relative;
}
.video-image-box .image {
    position: relative;
}
.video-image-box img {
    display: block;
    width: 100%;
}
.video-image-box .image .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    background: rgba(1, 178, 183, 0.69);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.video-image-box .image .overlay-link:hover {
    background: rgba(1, 178, 183, 0.84);
}
.video-image-box .image .overlay-link .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 58px;
    height: 41px;
    line-height: 43px;
    font-size: 60px;
    color: #f7f7f7;
}
/***
====================================================================
    service Section style
====================================================================
***/

.service {
    position: relative;
    padding: 80px 0px 30px;
}
.service.style-2 {
    padding: 80px 0px 80px;
}
.service .item {
    padding: 4px;
    margin-bottom: 5px;
    border: 1px solid #ededed;
}
.service.style-2 .sec-title {
    margin-bottom: 0px;
}
.service.style-2 .sec-title h2 {
    margin-bottom: 0px;
}
.service.style-2 .single-column {
    margin-top: 50px;
}
.service .item:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 98%;
    left: 10%;
    right: 10%;
    height: 15px;
    width: 80%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    z-index: 9;
}
.service .item:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.service .item .img-box {
    position: relative;
    overflow: hidden;
}
.service .item .img-box img {
    width: 100%;
}
.service .item .default-overlay-outer {
    opacity: 0;
    top: -100%;
    background: rgba(76, 165, 232, 0.81);
}
.service .item:hover .default-overlay-outer {
    top: 0;
    opacity: 1;
}
.service .item .thm-btn {
    padding: 0 25px;
    line-height: 34px;
}
.service_carousel.owl-carousel .owl-stage-outer {
    padding-bottom: 50px;
}
.service .content {
    padding: 12px 8px;
}
.service .content h5 {
    color: #fe824c;
    font-size: 14px;
}
.service .content h4 {
    padding: 15px 0;
    font-size: 20px;
    color: #222;
}
.service_carousel.owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 16px;
}
.service_carousel.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 21px;
    margin: 0;
    padding: 0;
    background-color: #82c1bb;
    height: 35px;
    width: 35px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    margin-left: 1px;
    display: inline-block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.service_carousel.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fe824c;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
/***
==============================
   Team Member styles
==============================
***/

.single-team-member-a {
    text-decoration: none;
    outline: none;
    display: block;
}
.our-team {
    position: relative;
    padding: 0px 0px 80px;
}
.our-team.style-two {
    padding: 80px 0px 30px;
}
.single-team-member .img-box {
    width: 268.5px;
    height: 266.72px;
    position: relative;
    overflow: hidden;
    display: block;
}
.single-team-member .img-box img {
    transition: all 0.5s ease;
    transform: scale(1);
}
.our-team.style-two .single-team-member {
    margin-bottom: 50px;
}
.our-team .single-team-member {
    position: relative;
    display: inline-block;
}
.our-team .single-team-member:before {
    pointer-events: none;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 0%;
    right: 0;
    opacity: 0;
    background: #f7f7f7;
    transition: .7s ease;
}
.our-team .single-team-member:hover:before {
    opacity: 1;
    height: 100%;
    transition: .7s ease;
}
.single-team-member .img-box .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(1, 178, 183, 0.82);
    width: 100%;
    transform: scale(0.7, 0);
    transition: .5s ease-in-out;
}
.single-team-member:hover .img-box .overlay {
    transform: scale(1, 1);
    transition: .5s ease-in-out;
}
.single-team-member .inner-box {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.single-team-member .social {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    transition: .2s cubic-bezier(0.4, 0, 1, 1);
}
.single-team-member .social li {
    padding: 0;
    margin: 0 3px;
}
.single-team-member .social li a {
    color: #ffffff;
    transition: color .4s ease;
    font-size: 14px;
}
.single-team-member .img-box .overlay ul li a {
    height: 42px;
    width: 42px;
    color: #fff;
    border-radius: 50%;
    background: transparent;
    text-align: center;
    line-height: 44px;
    border: 1px solid #fff;
    transition: .5s ease;
}
.single-team-member .img-box .overlay ul li a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #01b2b7;
    transition: .5s ease;
}
.single-team-member h4 {
    color: #222;
    margin-top: 12px;
    margin-bottom: 6px;
}
.single-team-member .author-info {
    margin: auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #ededed;
    padding: 0px 20px 15px;
}
.single-team-member .author-info .content-layer {
    padding-top: 20px;
}
.single-team-member p {
    color: #282828;
    transition: .5s ease;
    margin-bottom: 8px;
}
.single-team-member .content-layer .thm-btn:hover {
    background: #fff;
    border: 2px solid #01b2b7;
    color: #01b2b7;
}
.single-team-member .text {
    margin-top: 15px;
}
.single-team-member ul {
    line-height: 0;
    border-top: 1px solid #ededed;
}
.single-team-member ul li {
    padding-top: 20px;
    color: #848484;
    margin: 4px 0;
    float: left;
}
.expart-details-info p {
    padding-top: 20px;
}
.single-team-member ul li a {
    color: #848484;
}
.single-team-member .author-info ul li i {
    font-size: 11px;
    background: #01b2b7;
    margin-right: 10px;
    color: #fff;
    border-radius: 1px;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 15px;
}
.our-team .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 18px;
}
.our-team .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 22px;
    margin: 0;
    padding: 0;
    background-color: #01b2b7;
    height: 35px;
    width: 35px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    margin-left: 1px;
    display: inline-block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.our-team .owl-theme .owl-nav [class*=owl-]:hover {
    color: #fe824c;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
/***
=============================================
    Brand Area style
=============================================
***/

.brand-area {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #01b2b7;
}
.brand-area .brand .owl-stage-outer {
    z-index: 10;
}
.brand-area .brand .single-item {
    border: 1px dashed #dadada;
    height: 105px;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    text-align: center;
}
.brand-area .brand .single-item img {
    display: inline-block;
    max-width: 100% !important;
    opacity: 1;
    padding: 35px 0;
    position: relative;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    width: auto !important;
}
.brand-area .brand .single-item:hover {
    border: 1px dashed #fe824c;
}
.brand-area .brand .single-item:hover img {
    opacity: .6;
}
.brand-area .owl-controls {
    display: none;
}
/***

====================================================================
  Two Column FLuid
====================================================================

 ***/

.two-col-fluid {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.two-col-fluid .image-column {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
}
.two-col-fluid .content-column {
    position: relative;
    float: right;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
}
.two-col-fluid .content-column::after {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.97;
    position: absolute;
    top: 0;
    width: 100%;
}
.two-col-fluid .content-column .inner-box {
    position: relative;
    padding: 70px 15px 50px 80px;
    max-width: 600px;
    z-index: 1;
}
.two-col-fluid .content-column .default-title {
    margin-bottom: 40px;
}
.two-col-fluid .content-column .default-title:after {
    border-color: #24a3d8;
}
.icon-left-column {
    margin-bottom: 40px;
    position: relative;
    padding-left: 59px;
}
.icon-left-column .inner {
    position: relative;
}
.icon-left-column .inner .icon {
    position: absolute;
    left: -65px;
    width: 65px;
    font-size: 40px;
    color: #01b2b7;
    line-height: 50px;
}
.icon-left-column .inner h3 {
    font-size: 18px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 10px;
}
.icon-left-column .inner .text {
    font-size: 14px;
    color: #848484;
}
.featured-text-block {
    margin-bottom: 40px;
}
.featured-text-block p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #6b6b6b;
    font-weight: 500;
}
.featured-text-block p:last-child {
    margin-bottom: 0px;
}
/*============= default-form ===============*/

.default-form {
    position: relative;
}
.default-form .form-box {
    position: relative;
}
.comment-form .form-box {
    padding: 25px 25px 0px 25px;
}
.default-form .form-group {
    position: relative;
    margin-bottom: 30px;
}
.default-form .comment-form .form-box .form-group {
    margin-bottom: 25px;
}
.default-form.form-box .row {
    margin-left: -10px;
    margin-right: -10px;
}
.default-form.form-box .row .form-group {
    padding: 0px 0px;
}
.default-form .form-group .field-label {
    display: block;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #232323;
    font-weight: 500;
    font-size: 13px;
}
.default-form .form-group .field-label sup {
    color: #ff0000;
    font-size: 14px;
}
.default-form p {
    margin-bottom: 6px;
}
.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 50px;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #01b2b7;
    padding: 12px 15px;
    background: #fff;
    border-radius: 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.default-form textarea {
    height: 115px;
}
.default-form .bootstrap-select {
    border: 1px solid #f4f4f4;
    background: #f7f7f7;
    color: #a2a2a2;
    padding: 10px 0;
    font-size: 16px;
    height: auto;
}
.default-form .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.default-form .btn-group.open .dropdown-toggle:focus {
    border: none;
    outline: none;
}
.default-form .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
.default-form .dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #01b2b7;
    color: #fff;
}
.default-form .form-control:focus {
    border-color: #01b2b7;
    box-shadow: none;
}
.select-box .btn:after {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16px;
    color: #f8b864;
    width: 20px;
    right: 15px;
    top: 50%;
    margin-top: -11px;
}
.default-form .bootstrap-select {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0px;
}
.default-form .g-select {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0px;
}
.default-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #848484;
    padding: 13px 15px;
    border: 1px solid #eee;
}
.default-form .bs-caret {
    display: none;
}
.default-form .dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    top: 50px;
    transform: scaleY(0);
    transform-origin: top center;
    transition: .4s ease;
}
.default-form .bootstrap-select.open .dropdown-menu {
    transform: scaleY(1);
    transition: .4s ease;
}
.default-form .dropdown-menu>li>a {
    padding: 8px 15px;
}
.default-form .dropdown-menu>li>a:focus {
    background-color: #fff;
    color: #222;
}
.default-form .dropdown-menu>li>a:hover {
    background-color: #f8b864 !important;
    color: #fff !important;
}
/*placeholder*/

.default-form form input::-webkit-input-placeholder {
    color: #9e9e9e;
}
.default-form form input:-moz-placeholder {
    /* Firefox 18- */
    
    color: #9e9e9e;
}
.default-form form input::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #9e9e9e;
}
.default-form form input:-ms-input-placeholder {
    color: #9e9e9e;
}
.default-form .alert-success {
    color: #f8b864;
    background: none;
    border: none;
    font-size: 18px;
}
.donate-popup {
    position: fixed;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    z-index: 99999999;
    visibility: hidden;
    opacity: 0;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}
.donate-popup.popup-visible {
    top: 0;
    visibility: visible;
    opacity: 1;
}
.donate-popup .close-donate {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
}
.donate-popup .close-donate:hover {
    opacity: 0.70;
}
/*============= donate form area =================*/

.donate-form-area {
    margin-top: 100px;
    margin-bottom: 100px;
    background: #f2f2f2;
    padding: 57px;
    border: 3px solid #01b2b7;
}
.donate-form-area .section-title {
    margin-bottom: 30px;
}
.donate-form-area .thm-btn {
    margin-top: 30px;
}
.donate-form-area .section-title:before {
    display: none;
}
.donate-form-area h4 {
    margin-bottom: 18px;
}
.donate-form-area h3 {
    font-weight: 700;
    margin-top: 38px;
    margin-bottom: 28px;
}
/*check list*/

.chicklet-list {
    background: #fff;
    padding: 30px 30px 20px;
}
.chicklet-list li {
    padding: 0 5px;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}
.chicklet-list input {
    font-size: 1.4em;
    line-height: 1;
    border: 2px solid #3b7840;
    padding: 0.55em 0.55em 0.55em 0.8em;
    color: #3b7840;
}
.chicklet-list input[type=radio] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.chicklet-list label {
    display: block;
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    background: #ffffff;
    border: 1px solid #f4f4f4;
    color: #000;
    padding: 8px 27px;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.chicklet-list:checked+label {
    background: #f8b864;
    color: #f7f7f7;
    text-shadow: none;
}
.chicklet-list li.other-amount {
    width: 38%;
    float: right;
}
.chicklet-list li span {
    position: absolute;
    left: -30px;
    top: 9px;
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    color: #303030;
}
.chicklet-list input[type="text"] {
    height: 40px;
}
/*==========*/

.donate-form-area .form-bg {
    /*background: #fff;*/
    
    padding: 30px 30px 15px;
}
.donate-form-area .default-form .form-group {
    margin-bottom: 15px;
}
.donate-form-area .payment-option {
    position: relative;
    margin-top: 20px;
    margin-bottom: 35px;
}
.donate-form-area .payment-option li {
    display: inline-block;
    font-size: 18px;
    color: #303030;
    font-size: 15px;
    margin-right: 10px;
}
.our-services .container {
    padding: 140px 0px 80px;
}
.service_carousel {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#viewServices {
    color: #ffffff;
    display: inline-block;
    z-index: 1;
    cursor: pointer;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    float: right;
    position: relative;
}
#viewServices:after,
.view-all h4:after,
.viewAll h4 a:after {
    display: inline-block;
    content: '';
    width: 100%;
    opacity: 0;
    height: 2px;
    color: #ffffff;
    position: absolute;
    background: #ffffff;
    left: 0;
    bottom: 0;
    transition: 0.2s ease-in-out;
}
.view-all h4:after {
    background: rgb(91, 177, 177);
}
#viewServices:hover:after,
.view-all h4:hover:after,
.viewAll h4 a:hover:after {
    opacity: 1;
}
.our-services {
    position: relative;
    min-height: 100vh;
}
.our-services:before {
    width: 100%;
    min-height: 100%;
    content: '';
    position: absolute;
    top: 0;
    background: rgba(255,255,255,.95);
    z-index: -1;
}
.our-services .item-list {
    position: relative;
}
.our-services.list-view .item-list .item {
    width: auto;
}
.our-services .item-list .item {
    margin: 10px 0px 50px;
    text-align: center;
    padding: 0px 0px 20px;
    transition: .5s;
    background: #ffffff;
    border-radius: 5px;
    z-index: 1;
    width: 32%;
}
.our-services .item-list .item:last-child {
    margin-bottom: 35px;
}
.our-services .item-list .item:hover {
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.1);
    transition: .5s;
}
.our-services .item-list .item:hover .content>h4>a{
  text-decoration: underline;
  text-underline-position: under;
}
.our-services .item-list .item .icon-box a {
    width: 100%;
}
.our-services .item-list .item .icon-box i {
    text-align: center;
    line-height: 100px;
    font-size: 56px;
    height: 100px;
    width: 100px;
    color: #01b2b7;
    border: 3px solid #01b2b7;
    border-radius: 50px;
}
.our-services .item-list .item .content {
    margin-top: 30px;
    padding: 0 25px;
    height: 225px;
}
.our-services .item-list .item .content h4 {
    margin-bottom: 15px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    height: 50px;
}
.our-services .item-list .item .content h5 {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    color: #82c1bb;
    font-weight: 600;
}
.our-services .item-list .item .content h4 a {
    color: #676767;
    line-height: 24px;
}
.our-services .item-list .item .content p {
    padding: 3px 0px 0px;
    color: #676767;
    text-align: left;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    max-height: 80px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
    word-wrap: break-word;
    max-width: 95%;
    min-height: 75px;
}
.service-description {
    position: relative;
}
.service-description a {
    display: none;
    position: absolute;
    font-size: 12px;
    text-decoration: underline;
    color: #93d9d999;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    right: 0;
    bottom: -20px;
    cursor: pointer;
    line-height: 22px;
}
.service-description a.active {
    display: inline-block;
}
.our-services .item-list .item .content .content-layer .thm-btn:hover {
    background: #fff;
    border: 2px solid #01b2b7;
    color: #01b2b7;
}
/*=============custom-page styles==============================*/

.custom-single {
    padding: 160px 0px 80px;
}
.customName {
  color: #69b1b1;
  margin-bottom: 15px;
}
/*===========testimonial carousel===========================*/

.content {
    margin-top: 20px;
}
.adjust1 {
    float: left;
    width: 100%;
    /*margin-bottom:0;*/
    
    padding: 20px 20px 20px 60px;
    margin-bottom: 30px;
    border: 0;
    background: rgba(1, 178, 183, 0.06);
}
.adjust2 {
    margin: 0;
}
.carousel-control {
    color: #31708f;
    width: 5%;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #31708f;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
.img-testimonial {
    width: 120px;
    height: 150px;
}
.caption p {
    font-size: 16px;
}
/*==================gallery carousel==================*/

.our-gallery .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 18px;
}
.our-gallery .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 22px;
    margin: 0;
    padding: 0;
    background-color: #82c1bb;
    height: 35px;
    width: 35px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    margin-left: 1px;
    display: inline-block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.our-gallery .owl-theme .owl-nav [class*=owl-]:hover {
    color: #fe824c;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
#contact-form {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.contact-form-input {
    margin: 0 auto !important;
}
/*.contact-form-area{
  display: flex;
  justify-content: center;
}*/

.row.more-info{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.page-card1 {
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: .4s;
}
.page-card {
    background: #ffffff;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    margin: 25px 10px;
    width: 30%;
}
.page-card1:hover{
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
@media(min-width: 992px) {
    .open-padd {
        padding-left: 15%;
    }
}
@media(max-width: 991px) {
    .main-menu .navbar-header {
        padding: 1px 0;
    }
    .main-menu {
        position: relative;
        margin: 1px;
    }
    .mainmenu-area .right-area .link_btn {
        margin-top: 0px;
    }
}
@media(max-width: 767px) {
    .open-padd {
        padding-left: 0;
    }
    .page-card{
      width: 45%;
    }
}
@media screen and (max-width: 600px){
  .page-card{
    width:90%;
  }
}
.header-top {
    height: 5px;
    position: relative;
    z-index: 9;
}
.header-top.stricky-fixed {
    position: fixed;
    width: 100%;
}
.sec-padd {
    background: rgba(255,255,255,0.95);
    padding: 160px 0 80px;
}



.custom-page-text {
    padding: 25px 21px;
}
.custom-page-text h5 {
    color: #595959;
    font-weight: 500;
}
.btn-header:hover {
    background: white;
    color: #01b2b7;
}
@media (max-width: 995px) {
    .nav-dropdown {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
}
#slider1 li .tp-bgimg .defaultimg {
    height: 100vh;
}
.aboutUs img {
    max-width: 400px;
}
.aboutUs .aboutUsDescription {
    margin-top: 15px;
}
.image-box a {
    margin: 0 auto;
}
.main-menu .navbar-header img {
    width: 30px;
    height: 30px;
}
@keyframes logoPosition {
    100% {
        left: 85px;
        top: 0px;
    }
}
/**
================================================
					Our-Service
================================================
*/

div {
    vertical-align: baseline;
}
.updateWrapper {
    width: 100%;
}
.messageCard,
.productCard {
    position: relative;
}
.messageCard .contentWrapper {
    display: block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    transition: box-shadow .3s;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
}
.image-box {
    position: relative;
    overflow: hidden;
}
.messageCard .contentWrapper .image-box,
{
    position: relative;
    overflow: hidden;
}
.messageCard .contentWrapper .image-box .leftWrapper {
    display: block;
    max-width: none;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 100;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.leftWrapper {
    max-width: 340px;
    min-width: 220px;
    height: 325px;
    line-height: 156px;
    display: table-cell;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}
.image-box .blurred-image {
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    object-fit: cover;
    object-position: center;
    filter: blur(3px);
    z-index: 99;
}
/**
===============================================
					Our-service end
===============================================
*/
/**
======================================
				Search Page
======================================
*/

.search {
    color: #fff;
    display: inline;
    padding-left: 15px;
}
button#searchDropdown:before {
    content: "";
    height: 20px;
    background: #fff;
    width: 0.08em;
    position: absolute;
    margin-left: -15px;
}
button#searchDropdown:after {
    content: "";
    height: 20px;
    background: #fff;
    width: 0.08em;
    position: absolute;
    top: 7px;
    margin-left: 25px;
}
.searchform {
    height: 50px;
    width: 280px;
    padding: 5px;
    border-radius: 4px;
    margin: 0;
    left: auto;
    right: 345px;
    border-color: #82c1bb;
    top: 35px;
}
.searchform input {
    font-family: Raleway, sans-serif;
    font-weight: 400;
    width: 100%;
    height: 100%;
    background: 0 0;
    color: black;
    border: 1px solid #f7f7f7;
    padding: 0 47px 0 10px;
    font-size: 15px;
}
.searchform span {
    display: block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #82c1bb;
}
.breadcrumb-area {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 190px 0 170px;
    position: relative;
}
.search-padd {
    margin-top: 30px;
}
.nav-tabs {
    border-bottom: 2px solid transparent;
    text-align: center;
}
.nav-tabs>li {
    float: none;
    display: inline-block;
    zoom: 1;
}
.nav-tabs>li>a::after {
    content: "";
    background: #fdc716;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
    border: none;
}
.nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
    transform: scale(1);
}
.search-card-products .image-box .img-container {
    width: auto;
    height: 294px;
    display: flex;
    background: rgba(181, 208, 206, 0.26);
}
.search-card-products .img-container a {
    margin: 0 auto;
}
.search-card-products .card {
    width: 100%;
    height: 65px;
    text-align: center;
}
.cardHolder {
    min-height: 450px;
    margin-bottom: 10px;
}
.search-padd .tab-content {
    padding: 10px;
}
/**
===================================
				Search page end
===================================
*/
/**
===================================
Custom Header Styles
===================================
 */

#siteHeader {
    display: flex;
    align-items: center;
}


.common-header-button {
    border-radius: 20px;
    border: 1px solid #979797;
    padding: 4px 12px;
    box-sizing: border-box;
    color: #979797;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}
.phone-number .common-header-button {
    cursor: default;
}
.doc-phone-number {
    color: #696969;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    cursor: pointer;
}
.logo-container {
    position: absolute;
    width: 130px;
    height: 130px;
    top: -28px;
    background: #ffffff;
}
.logo-container a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}
.main-logo a img {
    width: 100%;
}
.search-icon {
    position: absolute;
    width: 60px;
    right: -15px;
    padding: 4px 2px 4px 15px;
    border: 1px solid #979797;
    opacity: 0.6;
    text-align: left;
    border-radius: 40px;
    cursor: pointer;
}
.search-icon i {
    color: #979797;
    font-size: 14px;
}
.mainmenu-area.stricky-fixed .phone-number {
    display: none;
}
.mainmenu-area.stricky-fixed .book-appointment {
    display: block;
}
@media screen and (max-width: 1320px) and (min-width: 1200px), (max-width: 1079px) and (min-width: 993px){
  .book-appointment{
    width: auto;
  }
}
#services {
    font-size: 12px;
    font-weight: 500;
    color: #6e6e6e;
    position: relative;
}
.doc-purpose {
    font-size: 11px;
    color: rgb(135, 217, 217);
    position: absolute;
    top: 5px;
    left: 27px;
    letter-spacing: 0.05em;
    padding: 1px 5px;
    background: #ffffff;
}
.holder {
    position: relative;
}
.holderText {
    font-size: 11px;
    color: rgb(135, 217, 217);
    position: absolute;
    top: -10px;
    left: 20px;
    letter-spacing: 0.05em;
    padding: 1px 5px;
    background: #ffffff;
    display: none;
}
.phone-icon {
    display: block;
    right: 60px;
}
@media screen and (min-width: 1400px){
  .phone-icon{
    position: absolute;
  }
}
.mainmenu-area.stricky-fixed .phone-icon {
    display: block;
    position: absolute;
    right: 60px;
}

.phone-icon.pathname{
  display:block;
  right: 60px;
}

.phone-icon img {
    border: 1px solid #2E2E2E;
    opacity: 0.7;
    border-radius: 50%;
    padding: 8px;
}
/**
=====================================
Overlay background styles
=====================================
 */

.overlay-back {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(130, 193, 187, 1);
}
/**
=====================================
Banner container styles
=====================================
 */

.banner-container {
    display: flex;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    position: relative;
    padding: 125px 0;
}
.banner-container:before {
    width: 100%;
    min-height: 100%;
    content: '';
    position: absolute;
    top: 0;
    opacity: .8;
    background-image: -ms-linear-gradient(left, #000000 0%, #aaaaaa00 100%);
    background-image: -moz-linear-gradient(left, #000000 0%, #aaaaaa00 100%);
    background-image: -o-linear-gradient(left, #000000 0%, #aaaaaa00 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #000000), color-stop(100, #000000));
    background-image: -webkit-linear-gradient(left, #000000 0%, #aaaaaa00 100%);
    background-image: linear-gradient(to right, #000000 0%, #aaaaaa00 100%);
}
.appointment-enquiry {
    background: #ffffff;
    min-height: 440px;
    min-width: 300px;
    max-width: 360px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 0 !important;
    overflow: hidden;
}

#appointment-card-overlay .appointment-enquiry {
   margin: 100px 15px 0 15px;  
}

.zeroth-case {
  display: none;
  font-size: 12px;
  color: #bfbfbf;
  background: #f2f2f2;
  height: 415px;
}

.zeroth-case.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry-desricption {
    min-height: 470px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.entry-desricption .buttons-div{
  margin: 0 -10px;
}
#meetDoctor, #callUs {
    background: #ffffff;
    color: #676767;
    border-radius: 20px;
    padding: 10px 24px;
    text-align: center;
    font-weight: 600;
    display: inline-block;
    margin: 20px 10px 10px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
#callUs{
    background: transparent;
    border: 1px solid #ffffff;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
#meetDoctor:hover, #callUs:hover {
    color: rgb(147, 217, 217);
}
.entry-desricption .common-entry-description {
    color: #FFFFFF;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}
.entry-desricption .welcome-to {
    font-size: 16px;
    letter-spacing: 6px;
}
.entry-desricption .business-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 55px;
    max-height: 185px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
    max-width: 80%;
}
.entry-desricption span:not(#wrapperSpan) {
    font-weight: 500;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    max-height: 75px;
    margin-bottom: 5px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
    word-wrap: break-word;
    color: #ffffff;
    line-height: 20px;
    max-width: 100%;
}
#wrapperSpan {
    position: relative;
    max-width: 100%;
}
#seeMore {
    position: absolute;
    right: 0px;
    bottom: -20px;
    display: none;
    font-size: 12px;
    text-decoration: underline;
    color: rgb(147, 217, 217);
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
}
#seeMore.active {
    display: block;
}
.tabs {
    display: flex;
    justify-content: space-around;
}
.tabs.disabled {
    display: none;
}
.selected-date {
    font-size: 12px;
    font-weight: 500;
    color: #6e6e6e;
    text-align: center;
    border: none;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    width: 100%;
    padding: 6px 0;
    border-radius: 3px;
    background: #ffffff;
}
ul.morning li:hover,
ul.afte-noon li:hover,
ul.night li:hover{
    background: rgb(91, 177, 177);
}
.tabs span {
    padding: 15px 12px;
    display: inline-block;
    cursor: pointer;
    width: 50%;
    font-size: 13px;
    font-weight: 500;
    color: #2E2E2E;
    opacity: 0.7;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(46, 46, 46, 0.2);
    -moz-box-shadow: 0px 2px 2px 0px rgba(46, 46, 46, 0.2);
    box-shadow: 0px 2px 2px 0px rgba(46, 46, 46, 0.2);
}
#tab-heading {
    cursor: initial;
}
.tabs span.active {
    color: #3C8282;
    border-bottom: 3px solid #3C8282;
}
.tabs span:first-child {
    border-right: 1px solid #ededed;
}
.enquiry-form,
.booking-form {
    display: flex;
    flex-direction: column;
    padding: 4% 4%;
}
.booking-form {
    height: 415px;
}
.enquiry-form {
    padding: 0;
}
.select-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd9d9;
    border-radius: 4px;
    background: #f5f5f5;
}
.select-date .navigate-date {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    background: #f5f5f5;
    cursor: pointer;
}
.select-date .navigate-date img {
    width: 12px;
}
.select-date .navigate-date.disabled img {
    opacity: 0.2;
}
.time-slots.disabled {
    display: none;
}
.time-slots {
    border: 1px solid #ededed;
    border-top: none;
    padding: 0 8px;
    height: 295px;
    overflow-y: auto;
}
.time-slots ul {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    border-top: 1px solid #dcdcdc;
    border-radius: 4px;
    border-left: 1px solid #dcdcdc;
}
.time-slots .not-available {
    height: 65px;
    width: 100%;
    border-bottom: 1px solid #ddd9d9;
    border-right: 1px solid #ddd9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #bfbfbf;
    background: #f2f2f2;
    padding: 0 25px;
}
.scheduleHead {
    font-size: 9px;
    font-weight: 500;
    color: #939393;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    padding-top: 5px;
}
.time-slots ul li {
    min-width: 25%;
    font-size: 11px;
    padding: 8px;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    font-weight: 500;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.time-slots ul li:not(.booked):hover {
    background: #82c1bb;
    color: #ffffff;
    transition: 0.2s ease-in-out;
}
.time-slots ul li.booked {
    opacity: 0.7;
    text-decoration: line-through;
    cursor: default;
}
.time-slots ul li.booked span {
    opacity: 0.4;
}
.unavailable:hover {
    background-color: #e6e6e6!important;
    color: #a4a5a5;
    text-decoration: none;
}
.navigate-date.disabled {
    opacity: 0.4;
    cursor: default;
}
.go-back {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid #82c1bb;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    background-image: url('//proj.s-cdn.boostkit.dev/59d74e153872831a6483491e/v280/play-button.svg?v=280');
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: 12px 12px;
    transform: rotate(180deg);
}
.go-back:hover {
    background-color: #f2f2f2;
}
.go-back img {
    width: 12px;
    transform: rotate(-180deg);
}
.user-details {
    height: 456px;
}
.user-details.disabled {
    display: none;
}
.slot-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid rgb(147, 217, 217);
    height: 65px;
    margin-bottom: 15px;
}
.details-for-slot {
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #6f6f6f;
}
.details-for-slot #time {
    font-size: 12px;
    font-weight: 600;
    color: #82c1bb;
}
.enquiry-form textarea {
    resize: none;
    height: 230px;
}
.common-form-style {
    padding: 5px 6px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
}
.common-form-style::placeholder {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #989898;
    opacity: 0.5;
}
.common-form-style:focus {
    border: 1px solid #87d9d9;
}
.send-enquiry-button,
.confirm-booking {
    background: #82c1bb;
    color: #ffffff;
    border: none;
    outline: none;
    padding: 14px;
    border-radius: 3px;
    font-size: 14px;
    width: 88%;
    margin: 10px auto;
    height: 45px;
}
.appointment-notes {
    height: 120px;
    resize: none;
}
.entry-row{
  display: flex;
}
.entry-desricption{
  flex: 4;
  margin-right: 15px;
}
.appointment-enquiry{
  flex: 3;
  margin-left: 15px;
}
@media screen and (max-width: 768px){
  .entry-row{
    display: block;
  }
  .banner-container .container{
    width: 100%;
  }
  .entry-desricption, .appointment-enquiry{
    margin: 0;
  }
  #callUs{
    margin-top: 0;
  }
  .appointment-enquiry{
    min-width: auto;
    max-width: none;
  }
}
#ourService {
    position: relative;
    margin-bottom: 20px;
    min-height: auto;
}
#ourService .item {
    width: 100%;
}
#ourService:after {
    content: '';
    display: block;
    height: 150px;
    position: absolute;
    transform: skewY(3.5deg);
    background-color: rgba(130, 193, 187, 1);
    bottom: -150px;
    right: 0;
    left: 0;
    transform-origin: 100%;
}
.mobile-menu-section {
    position: fixed;
    width: 100vw;
    min-height: 100%;
    background: #82c1bb;
    z-index: 999999;
}
.mobile-menu-section {
    display: none;
}
.mobile-menu-section.active {
    display: block;
}
.mobile-menu-section a:not(#mobileLogo) {
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 15px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.mainmenu-area-mobile {
    margin: 0;
    top: 5px;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #ffffff;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    padding: 20px 0;
}
.mainmenu-area-mobile .logo-container {
    width: 80px;
    height: 80px;
}
.mobile-menu-section ul {
    margin-top: 75px;
    margin-left: 15px;
}
.menu-bar {
    display: none;
}
.custom-single .text {
    background: #ffffff;
    padding: 30px 0;
    border-radius: 5px;
}
.other-custom-page {
    display: inline-block;
    margin-top: 10px;
    margin-right: 15px;
    padding: 6px 12px;
    box-sizing: border-box;
    background: #ffffff;
    color: #000;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    border-radius: 2px;
}
#otherPage {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    font-family: 'Montserrat', sans-serif;
}
/*.links-container {
    padding: 20px 10px;
    background: #f2f2f2;
}*/
.business-update-keywords a,
.business-services-keywords a {
    font-size: 12px;
    display: inline-block;
    margin-right: 15px !important;
    font-family: 'Montserrat', sans-serif;
    color: #868686;
    font-weight: 400;
    text-transform: lowercase;
    position: relative;
}
.business-update-keywords a:not(:first-child):before,
.business-services-keywords a:not(:first-child):before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #868686;
    bottom: 8px;
    left: -12px;
}
.share-and-query {
    display: flex;
    justify-content: space-between;
    padding: 20px 50px;
}
.update-detail-breadcrumb,
.services-detail-breadcrumb {
    display: flex;
    margin-bottom: 15px;
    background: none !important;
}
.update-detail-breadcrumb a,
.update-detail-breadcrumb span:not(breadcrumb-arrow),
.services-detail-breadcrumb a,
.services-detail-breadcrumb span:not(breadcrumb-arrow) {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #69b1b1;
}
.update-detail-breadcrumb span.update-title,
.services-detail-breadcrumb span.service-title {
    max-width: 180px;
    display: inline-block;
    overflow-x: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    color: #000;
    opacity: 0.5;
}
.breadcrumb-arrow {
    color: #000 !important;
    opacity: 0.5;
    padding: 0 8px;
}
.blog-social-links {
    display: flex;
    align-items: center;
    margin-right: 15px;
    margin-top: 16px;
}
#shareOn {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 500;
    margin-right: 10px;
}
.blog-social-links .fa {
    color: #aaaaaa;
    margin: 0 5px;
}
.enquiry-form.disabled {
    display: none;
}
.booking-form.disabled {
    display: none;
}
.user-details.disabled {
    display: none;
}
.btn-container {
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.c-btn-skyblue {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 8px 25px !important;
    color: #ffffff !important;
    background: rgb(147, 217, 217) !important;
    border-radius: 3px !important;
    margin-right: 15px !important;
    -webkit-transition: 0.2s ease-in-out time;
    -moz-transition: 0.2s ease-in-out time;
    -ms-transition: 0.2s ease-in-out time;
    -o-transition: 0.2s ease-in-out time;
    transition: 0.2s ease-in-out time !important;
}
.btn.full-width {
    width: 100%;
    margin-top: 34px;
}
.c-btn-white {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 8px 25px !important;
    color: rgb(147, 217, 217) !important;
    border: 1px solid rgb(147, 217, 217) !important;
    background: #ffffff !important;
    border-radius: 3px !important;
    margin: 10px;
    transition: 0.2s ease-in-out !important;
}
.c-btn-skyblue:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) !important;
    color: #FFFFFF !important;
}
.c-btn-white:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) !important;
    color: #ffffff !important;
    background: rgb(147, 217, 217) !important;
}
@media(max-width: 600px) {
    .updateText {
        font-size: 13px;
        line-height: 20px;
        color: rgb(94, 94, 94);
    }
    .c-btn-white {
        font-size: 12px;
        padding: 10px 10px;
        margin-right: 5px;
    }
    .c-btn-skyblue {
        font-size: 12px;
        padding: 10px 10px;
        margin-right: 5px;
    }
}
.updateContainer {
    margin: auto;
    background: #ffffff;
    box-shadow: 0px 2px 10px 1px rgba(128, 128, 128, 0.15);
    border-radius: 4px;
    display: flex;
    width: 100%;
    height: 220px;
    margin-bottom: 30px;
    align-items: center;
}
.updateContent {
    display: flex;
    padding: 18px 2%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    flex: 3;
}
.view-update-details,
.buttons-container a {
    padding: 6px 10px;
    color: #82c1bb;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.buttons-container a {
    position: static;
    bottom: auto;
}
.update-image-wrapper img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}
.updateText {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    color: rgb(149, 149, 149);
    font-size: 16px;
    font-weight: 100;
    font-style: italic;
    letter-spacing: 0.03em;
    line-height: 25px;
    overflow: hidden;
    max-height: 75px;
    padding: 0 30px;
}
a.view-update-details.btn.c-btn-skyblue {
    margin: 30px 30px 0;
}
.update-image-wrapper {
    flex: 2;
}
/* Contact us styles */

.divEnquiry {
    position: relative;
}
.enquiryText {
    font-size: 11px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: rgb(135, 217, 217);
    position: absolute;
    top: -10px;
    left: 6px;
    letter-spacing: 0.05em;
    padding: 2px;
    background: #ffffff;
    display: none;
}
.contact-container {
    border-radius: 4px;
    display: flex;
    margin: 10px auto;
}
.doc-address-map {
    width: 100%;
    height: 285px;
    border: 5px solid #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 1px rgb(103, 103, 103);
}
.map-text > h3 {
    font-family: 'Montserrat', sans-serif;
    color: rgb(99, 99, 99);
    font-weight: 800;
    font-size: 17px;
}
.map-text > p {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: rgba(103, 103, 103, 0.8);
    margin-top: 10px;
    line-height: 16px;
    font-weight: 500;
    width: 90%;
    margin-bottom: 10px;
}
.map-text span {
    font-family: 'Montserrat', sans-serif;
    color: rgb(91, 177, 177);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 10px;
}
.map-text {
    padding: 25px;
}
.map-container {
    width: 100%;
    margin: auto;
    background: #fff;
    border-radius: 4px;
}
/*-------------------------------------------------------	Ask your questions	-------------------------------------------------------------------*/

#appointment-enquiry {
    background: #ffffff;
    border-radius: 3px;
    padding: 1px;
    width: 80%;
    margin: 10px auto;
}
#tab-heading {
    font-family: 'Montserrat', sans-serif;
    padding: 15px 21px;
    text-align: left;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    color: rgb(105, 177, 177);
    border-bottom: 3px solid rgb(147, 217, 217);
    /*to be removed after abhi code*/
    
    opacity: 1;
    box-shadow: none;
}
#enquiry-form {
    padding: 20px 21px 23px;
    height: 405px;
}
#enquiry-textarea {
    resize: none;
    width: 100%;
    height: 230px;
    padding: 8px;
    border-radius: 3px;
    opacity: 0.5;
    color: rgb(111, 111, 111);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.enquiry-form #enquiry-textarea {
    height: 230px;
}
#enquiry-textarea::placeholder {
    font-family: 'Montserrat', sans-serif;
    color: rgba(152, 152, 152, 0.9);
    font-size: 14px;
    font-weight: 500;
}
#enquiry-textarea:focus {
    border-color: rgb(135, 217, 217);
    opacity: 1;
}
#enquiry-input {
    width: 100%;
    padding: 8px;
    opacity: 0.5;
    margin-top: 23px;
    border-radius: 3px;
    border: 1px solid rgb(219, 219, 219);
    color: rgb(111, 111, 111);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
}
#enquiry-input::placeholder {
    font-family: 'Montserrat', sans-serif;
    color: rgba(152, 152, 152, 0.9);
    font-size: 14px;
    font-weight: 500;
}
#enquiry-input:focus {
    border-color: rgb(135, 217, 217);
    opacity: 1;
}
.enquiry-text-box {
    position: relative;
}
.enquiry-head-text {
    font-size: 11px;
    color: rgb(135, 217, 217);
    position: absolute;
    top: -10px;
    left: 6px;
    letter-spacing: 0.05em;
    padding: 2px;
    background: #ffffff;
    display: none;
}
.enquiry-btn {
    width: 100%;
    background: rgb(147, 217, 217);
    padding: 14px;
    margin-top: 20px;
    outline: none;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    height: 45px;
}
@media only screen and (min-width: 300px) and (max-width: 1200px) {
    #appointment-enquiry {
        width: 100% !important;
    }
}
@media only screen and (min-width: 400px) and (max-width: 995px) {
    #sec-contact-container {
        width: 100% !important;
    }
}
  /*boostrap custom tooltip*/
  /* Tooltip */
  .docTime + .tooltip > .tooltip-inner {
      background-color: #ffffff; 
      color: #636363; 
      border: 1px solid #d3d3d3; 
      padding: 8px 10px;
      font-size: 10px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      opacity: 1!important;
    box-shadow : 0 2px 4px rgba(0,0,0,0.1);
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  /* Tooltip on top */
  .docTime + .tooltip.top > .tooltip-arrow {
      border-top: 5px solid #d3d3d3;
  }
  /* Tooltip on bottom */
  .docTime + .tooltip.bottom > .tooltip-arrow {
      border-bottom: 5px solid #d3d3d3;
  }
  /* Tooltip on left */
  .docTime + .tooltip.left > .tooltip-arrow {
      border-left: 5px solid #d3d3d3;
  }
  /* Tooltip on right */
  .docTime + .tooltip.right > .tooltip-arrow {
      border-right: 5px solid #d3d3d3;
  }
     .tooltip.in{
       opacity: 1;
     }
/* Skeleton CSS for time slots */
/*
 * Variables
 */

:root {
    --card-padding: 15px;
    --card-height: 340px;
    --card-skeleton: linear-gradient(#ffffff var(--card-height), transparent 0);
    --avatar-size: 0px;
    --avatar-position: var(--card-padding) var(--card-padding);
    --avatar-skeleton: radial-gradient(circle 16px at center, white 99%, transparent 0);
    --title-height: 65px;
    --title-width: 90%;
    --title-position: var(--card-padding) 50px;
    --title-skeleton: linear-gradient(#f7f7f7 var(--title-height), transparent 0);
    --desc-line-height: 65px;
    --desc-line-skeleton: linear-gradient(#efefef var(--desc-line-height), transparent 0);
    --desc-line-1-width: 90%;
    --desc-line-1-position: var(--card-padding) 170px;
    --desc-line-2-width: 80px;
    --desc-line-2-position: var(--card-padding) 28px;
    --desc-line-3-width: 80px;
    --desc-line-3-position: var(--card-padding) 148px;
    --footer-height: 0px;
    --footer-position: 0 calc(var(--card-height) - var(--footer-height));
    --footer-skeleton: linear-gradient(white var(--footer-height), transparent 0);
    --blur-width: 200px;
    --blur-size: var(--blur-width) calc(var(--card-height) - var(--footer-height));
}
/*
 * Card Skeleton for Loading
 */

.skeleton-card.disabled {
    display: none;
}
.skeleton-card {
    height: 295px;
    border: 1px solid #dadada;
}
.skeleton-card:empty::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%), var(--title-skeleton), linear-gradient(#f7f7f7, var(--desc-line-height), transparent 0), var(--desc-line-skeleton), var(--desc-line-skeleton), var(--avatar-skeleton), var(--footer-skeleton), var(--card-skeleton);
    background-size: var(--blur-size), var(--title-width) var(--title-height), var(--desc-line-1-width) var(--desc-line-height), var(--desc-line-2-width) 15px, var(--desc-line-3-width) 15px, var(--avatar-size) var(--avatar-size), 100% var(--footer-height), 100% 100%;
    background-position: -150% 0px, var(--title-position), var(--desc-line-1-position), var(--desc-line-2-position), var(--desc-line-3-position), var(--avatar-position), var(--footer-position), 0 0;
    background-repeat: no-repeat;
    -webkit-animation: loading 1.5s infinite;
    animation: loading 1.5s infinite;
}
@-webkit-keyframes loading {
    to {
        background-position: 350% 0, var(--title-position), var(--desc-line-1-position), var(--desc-line-2-position), var(--desc-line-3-position), var(--avatar-position), var(--footer-position), 0 0;
    }
}
@keyframes loading {
    to {
        background-position: 350% 0, var(--title-position), var(--desc-line-1-position), var(--desc-line-2-position), var(--desc-line-3-position), var(--avatar-position), var(--footer-position), 0 0;
    }
}
/* date-picker */
.datepicker-dropdown.datepicker-orient-left:after{
  left: 100px;
}
.datepicker-dropdown.datepicker-orient-left:before{
  left: 100px;
}


.row.my-gallery figure.col-md-2.col-sm-4.col-xs-6:hover {
    transform: translateY(-10px);
    transition: .3s;
}
span.alwaysOpen {
  background-color: #fff;
color: #6ab1b1;
font-weight: 600;
display: inline-block;
padding: 1px 8px;
border-radius: 4px;
vertical-align: bottom;
}
.company{
 text-transform: uppercase; 
}
@media only screen and (max-width: 1024px) {
  .custom-single iframe {
    width: 100% !important;
    display: block;
    margin:10px 0 !important;
  }
  .custom-single table{
    width: 100% !important;
    margin: 10px 0;
  }
  
  .custom-single tr {
    display: flex !important;
    flex-direction: column !important;
    margin: 0 auto !important;
    text-align: center;
    width: 100% !important;
  }
  
  .custom-single td{
    margin: 0 auto !important;
    width: 100% !important;
  }
  
  .custom-single img {
    width: 100% !important;
    height: auto;
    margin: 10px auto;
  }
}
.product-category-brand {
    font-size: 13px;
    margin-bottom: 10px;
    color: #666;
}

h4.green-heading {
    font-size: 16px;
    margin: 10px 0 20px;
}

.table-responsive .table>tbody>tr>td {
    border: 0;
    padding: 0 0 10px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.table-responsive table.table,.keyword-contents {
    margin-bottom: 30px;
}
.keyword-contents span {
    font-size: 14px;
    margin: 0 4px;
    display: inline-block;
}
.links-container a {
    border: 1px solid #9b9b9b;
    font-size: 11px;
    color: #4a4a4a;
    margin: 3px;
    padding: 3px 10px;
    border-radius: 30px;
    transition: .5s;
    cursor: pointer;
}
.links-container a:hover {
    background: #9b9b9b;
    color: #fff;
    text-decoration: none;
}
@media only screen and (max-width: 767px){
  .service-single, .update-single {
    padding: 100px 0px 100px;
    position: relative;
    min-height: 100vh;
}
.product-category-brand{
  margin-top:20px;
}
.service-single .header-service {
    display: flex;
    padding: 20px 0 50px;
}
.services-detail-breadcrumb.container {
    padding-left: 30px;
}
}

/* WhatsApp floating button */
@media all and (min-width: 1024px) {
  .floating-button {
    height: 40px;
    width: 160px;
    margin-right: -60px;
    font-size: 1em;
  }
  
  .wa-icon {
    height: auto;
    width: 1.2em;
  }
}

@media all and (max-width: 1023px) {
  .floating-button {
    height: 40px;
    width: 150px;
    margin-right: -56px;
    font-size: 0.8em;
  }
  
  .wa-icon {
    height: 20px;
    width: 20px;
  }
}

.floating-button {
    background-color: rgba(56, 56, 56, 0.66);
    transform: rotate(-90deg);
    border-radius: 15px 15px 0 0;
    position: fixed;
    top: 50%;
    color: #fff;
    padding: 17px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.wa-icon {
  transform: rotate(90deg);
}

.floating-right {
  right: 0;
}

.floating-left {
  left: 0;
}

.whatsapp-link {
  cursor: pointer;
}

.whatsapp-modal .custom button {
     border-radius: 0 4px 4px 0;
}

@media screen and (min-width: 768px){
.whatsapp-modal .modal-content input[name=contact-email] {
  width: calc(100% - 124px);
}
.whatsapp-modal .modal-content .modal-submit {
  width: auto;
}

.modal-content.custom .formgroup{
  margin:  0 0 15px;
  position: relative;
  display: flex;
}

}

@media screen and (max-width: 425px) {
  .whatsapp-modal .modal-content .modal-submit {
     border-radius: 4px;
     margin-top: 20px;
  }
}
/*Modal*/
.modal-overlay.custom{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  display: none;
  z-index: 1000000;
}  
.modal-content.custom{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 550px;
  padding: 20px 30px;
  opacity: 0;
  max-height: 90%;
  overflow-y: auto;
}
.modal-content.share-modal.custom{
  max-width: 400px;
}

.modal-content.custom h2{
  font-size: 2em;
  margin: 5px 0 20px;
  color: #4a4a4a;
  font-weight: 300;
}
.modal-content.share-modal.custom h2{
  font-size: 1.2em;
}

.modal-content.custom p{
  color: #777;
  line-height: 1.8;
  font-size: 16px;
  white-space: pre-line;
}

.modal-content.custom .formgroup{
  margin:  0 0 15px;
  position: relative;
}

.modal-content.custom textarea{
  margin: 0px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  background-color: #f7f7f7;
  border: solid 0.8px #c6c6c6;
  padding: 7px 10px;
  outline: 0;
  color: #4a4a4a;
  resize: none;
}

.modal-content.custom button{
  width: 90px;
  /*border-radius: 50px;*/
  outline: 0;
  border: 1px solid #69b1b1;
  background: #69b1b1;
  color: white;
  text-transform: uppercase;
  padding: 13px;
  font-size: 13px;
  margin-top: 15px;
}
.modal-content.custom .formgroup button {
  border-radius: 0 7px 7px 0;
  margin-top: 0;
}

.modal-content.custom input{
  background: #f7f7f7;
  border: 1px solid #c6c6c6;
  padding: 12px 10px;
  font-size: 14px;
  width: calc(100% - 90px);
  border-radius: 7px 0 0 7px;
  outline: 0;
  color: #4a4a4a;
}
.modal-content.custom span.modal-close{
  position: absolute;
  top: 10px;
  right: 20px;
  font-weight: 700;
  font-size: 25px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  line-height: 20px;
  cursor: pointer;
}

.modal-content.custom .message{
  padding: 0 0 10px;
  display: block;
}
.copyrights{
  text-transform: capitalize;
}
@media screen and (max-width: 500px){
  .modal-content.custom input{
    width: 100%;
    border-radius: 7px;
  }
  
  .modal-content.custom button{
    width: 100%;
    border-radius: 7px;
    margin-top: 20px;
  }
}
.report-abuse{
    cursor: pointer;
}
.report-abuse:hover{
    text-decoration: underline;
}

/*Linkify CSS */
.player {
    overflow: hidden;
    padding-top: 45%;
    position: relative;
    margin-top: 30px;
}
.player iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}