
.book-btn{text-transform: uppercase;color: #000000;font-family: 'Oswald', sans-serif;font-weight: 600;font-size: 20px;border: solid 2px #000;padding: 10px 20px 11px;margin-right: 5px;}
.book-btn:hover{background:#000;color: #fff;}
.call-btn{padding: 13px 10px 9px;color: #fff;background:#000;font-size: 20px;font-weight: 800;border: solid 2px #000;display: inline-flex;align-items: center;}

.call-btn:hover {
}
.call-btn:hover{background:transparent;color: #000;}
.banner-sec{position: relative;background: #000;}

section.banner-sec:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 72%);
}

.banner-cnt .book-btn{color: #fff;border: solid 2px #fff;font-size: 28px;padding: 10px 40px;margin-top: 20px;display: inline-block;}
.banner-cnt .book-btn:hover{background:#fff;color: #000;}

.theme-btn{background-color: #fff;/* height: 52px; */border-radius: 50px;width: 100%;color: #000000;font-weight: bold;font-size: 18px;}
.theme-btn i{background: #000;color: #fff;width: 30px;height: 30px;align-items: center;display: inline-flex;justify-content: center;border-radius: 100%;font-size: 14px;}

section.cnt-sec .consult-btn {
    border-color: #fff;
}

.cnt-sec h3 {
    color: #fff;
}
.cnt-sec .book-btn{border-color:#fff;color: #000;background:#fff;}
.cnt-sec .book-btn:hover{background: transparent;color: #fff;}
.cnt-sec .call-btn{border-color:#fff; }
.cnt-sec .call-btn:hover{color: #000;background:#fff;}
.cnt-sec .list-btn{display: inline-block;width: 100%;line-height: 2;margin-top: 22px;}
.cnt-sec .list-btn a{display: inline-flex;font-size: 28px;align-items: center;}

.cnt-sec .list-btn a.consult-btn {
    font-size: 18px !important;
}
.footer-up .list-btn{margin-top: 15px;display: inline-block;width: 100%;}
.footer-up .list-btn a{display: inline-block;}
.footer-up .list-btn .book-btn{background:#000;color: #fff;font-size:28px;}
.footer-up .list-btn .book-btn:hover{background:transparent;color: #000;}
.footer-up .list-btn .call-btn{background:transparent;color: #000;font-size:28px;}
.footer-up .list-btn .call-btn:hover{background:#000;color: #fff;}
.scroll-btn{width: 100px;height: 100px;padding: 15px;display: inline-block;border-radius: 100%;position: absolute;left: 0;bottom: -30px;right: 0;margin-right: auto;margin-left: auto;background: #fff;z-index: 1;}
.stick-btn{display: none;}
.btn-rtt{display: none;}
.cnt-sec .list-btn{display:flex;}
.cnt-sec .list-btn a:nth-child(2){margin-left:5px;}
.uk-btn{display: inline-flex !important;align-items: center;}
.uk-btn p{margin: 0;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;text-transform: uppercase;}
.uk-btn span{padding-left: 5px;line-height: 1.2;}
.uk-btn img{width: 40px;}
.uk-btn:hover p{color: #000;}
.btn-list-flex .uk-btn:hover p{/* color: #000; */}
.btn-list-flex .book-btn{display: inline-flex;align-items: center;display: inline-flex !important;}
.btn-list-flex{display: flex !important;}
.contact_form .btn-submit {
    background: #522a43;
    color: #fff;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
}
.contact_form .btn-submit:hover {
    background: #dfb572;
    color: #fff;
}

.contact_form .btn {
    background: #000000;
    font-size: 20px;
    color: #fff;
    padding: 10px 50px;
}
.faq .card .card-header .btn-link {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    white-space: normal;
    word-break: break-word;
    height: auto;
    padding-right: 13px;
}

.faq {
    margin-top: 20px;
}

.faq .card .card-header .btn-link.collapsed {
    color: #7d7d7d;
}

.faq .card .card-header .btn-link:after {
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
    width: 25px;
    height: 25px;
    border: 1px solid;
    border-radius: 50%;
    font-size: 15px;
    right: 8px;
    line-height: 1;
    padding: 3px 7px;
    /* display: inline-flex; */
    transition: 0.4s ease;
    position: absolute;
}

.faq .card .card-header .btn-link.collapsed:after {
    transform: rotate(-180deg);
    transition: 0.4s ease;
}

 .inner-content ul{margin:0px;padding: 0px;}
  .inner-content h1 {
      font-size: 28px;
      position: relative;
      font-weight: 600;
      margin-bottom: 15px;
      margin-bottom: 20px;
  }
  .inner-content h2{font-size: 24px;
    margin-top: 20px;
    margin-bottom: 15px;}
  .inner-content h3{    font-size: 20px;
    color: #161616;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 15px;}

    .inner-content h1:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 50px;
        height: 2px;
        background: #161616;
    }
    .call-to-action-new {
        width: 100%;
        /* float: left; */
        background-size: cover;
        padding: 40px 50px;
        box-shadow: 0 10px 40px rgb(22 22 22 / 25%);
        margin: 20px 0 30px;
        border-radius: 0;
        background: rgb(149 215 239 / 17%);
        border: 5px solid #000;
        text-align: center;
}

.call-to-action-new h3, .call-to-action-new h2 {
    font-size: 27px;
    text-align: center;
    border: none;
    color: #161616;
    margin-bottom: 5px;
    margin-top: 0;
}

.call-to-action-new h2.about_cta {
    font-size: 20px;
    text-align: center;
    border: none;
    color: #161616;
    margin-bottom: 5px;
    margin-top: 0;
}


.call-to-action-new h4, .call-to-action-new h2.cta_smallh {
    font-size: 16px;
    text-align: center;
    border: none;
    color: #5d5d5d
}

.call-to-action-new h4 a {
    color: #fff
}

.call-to-action-new p span {
    text-align: center;
    width: 100px;
    float: left;
    margin-top: 25px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1
}

.call-to-action-new span {
    font-size: 30px;
    text-align: center;
    border: none;
    color: #000;
    display:block;
    margin-bottom: 0;
    vertical-align: top;
}
.call-to-action-new span span{
    display: inline-block;
    width: auto;
    color: #2f2f2f;
    font-size: 20px;
    font-weight: 600;
    padding-right: 15px;
    line-height: 46px;
}

.call-to-action-new span small {
    color: #5d5d5d;
    font-size: 20px;
    display:block;
    padding-bottom:10px;
}

.call-to-action-new span a {
    color: #161616;
    font-weight: 700
}

.top-head h3 span{
  font-weight: 300;
}
.col-unt-3{column-count:3;}

.inner-content p{
    font-size: 16px;
    color: #161616;
    text-align: justify;
    }
  .inner-content ul li {
    font-size: 16px;
    list-style: none;
    padding-left: 19px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    color: #161616;
    position: relative;
}
  .inner-content ul li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #000;
    z-index: 1;
}


.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  background: #000;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
}
 .leave-bx{
    background: #59595c;
    padding: 25px;
    }
  .leave-bx .leave-title{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    text-align: center;
    }
  .leave-bx .form-control{
    background-color: transparent;color: #fff;
  }
  .leave-bx .form-control:focus{outline: none;box-shadow: none;}
  .leave-bx .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
  }

  .leave-bx .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
  }

  .leave-bx .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
  }
  .leave-bx .btn{background:#fff;color: #000;display: block;width: 100%;}
  .leave-bx .btn:hover{background-color: #000;color: #fff;}

.book-appoint {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 70px;
    padding: 25px;
}

.table {border-collapse: separate;/* border-spacing: 5px 5px; */}
 .table thead th {
    background: #000;
}

.table thead th p {
    margin: 0;
    color: #fff;
}

 .table tbody td {
    background: rgb(239 239 239);
    border-collapse: separate;
}

.price-table tr td {}

.price-table thead td {
    background: #000;
    color: #fff;
}

 .table tbody td p {
    margin: 0;
    text-align: left;
}
.inner-cta {
    width: 100%;
    background-size: cover;
    padding: 40px 50px;
    box-shadow: 0 10px 40px rgb(22 22 22 / 25%);
    margin: 20px 0 30px;
    border-radius: 0;
    background: #00024;
    border: 5px solid #000;
    text-align: center;
}


.inner-cta h3 {
    margin-top: 0;
    margin-bottom: 30px;
    /* color: #000; */
    font-size: 20px;
    margin-bottom: 20px;
}

.inner-cta p {
    text-align: center;
}

.inner-cta .uk-btn p {
    color: #fff;
    text-align: left;
}

.inner-cta .uk-btn:hover p {
    color: #000;
}

.inner-cta p a {
    font-size: 20px;
    color: #000;
}


.inner-content h1.text-center:after {
    margin: auto;
    right: 0;
}
.p-pad{padding: 60px 0px;}
.title{width: 100%;color: #000;font-family: 'Oswald', sans-serif;font-weight: 400;text-transform: uppercase;font-size: 40px;margin: 0;padding-bottom: 5px;position: relative;}
.title span{font-weight: 500;}
.faq .card{border-top: none;border-radius: 0;margin-bottom: 10px;/ box-shadow: 1px 2px 3px 1px rgb(204 204 204 / 63%); /border: none;}
footer .title{color:#fff; font-weight:500;line-height: 1;}
.faq .card .card-body {
    box-shadow: 1px 2px 3px 1px rgb(204 204 204 / 63%);
}

.faq .card .card-body p {
    text-align: justify;
}

.faq .card .card-header {border-bottom: none;border-radius: 0;border-bottom: 2px solid #282828;padding: 5px 22px 5px 28px;}

.faq .card .card-header .btn-link {font-size: 20px;color: #282828;text-decoration: none;font-weight: bold;width: 100%;text-align: left;display: flex;align-items: center;justify-content: space-between;padding: 10px 0;white-space: normal;}

.faq .card .card-header .btn-link.collapsed {color: #282828;}

.faq .card .card-header .btn-link:after {content: "\f106";font: normal normal normal 14px/1 FontAwesome;width: 30px;height: 30px;border: 1px solid;border-radius: 50%;font-size: 20px;right: 0;line-height: 1;padding: 3px 8px;display: inline-block;transition: 0.4s ease;background: #282828;color: #fff;}

.faq .card .card-header .btn-link.collapsed:after {transform: rotate(-180deg);transition: 0.4s ease;}
.header-btn{display: flex;}
.footer-up .list-btn  a{font-size: 22px !important;}
.footer-up .list-btn  a.h-whats{/* background: #25D366 !important; *//* color: #fff; */} 
.footer-up .list-btn  a.h-whats:hover{/* background: transparent !important; *//* color: #000; */}
.cnt-sec .list-btn  a{font-size: 22px !important;}
.cnt-sec .list-btn  a.h-whats{border-color: #ffffff;display: inline-flex;align-items: center;color: #fff;}

.cnt-sec .list-btn a.h-whats:hover {
    color: #000;
}
.cnt-sec .list-btn  a.h-whats i{top: 0;}
.uk-btn1:hover p{color: #000 !important;}
.consult-btn{width: auto;border: solid 2px #000;border-radius: 0;display: inline-flex;align-items: center;justify-content: center;padding: 14px 25px;margin-right: 8px;/* height: 100%; */text-transform: uppercase;}
.consult-btn:hover{background:#000;color:#fff;}
.appointment-modal .modal-body .btn {
  display: block;
  text-align: center;
  width: 100%;
  background: #000000;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.packages-single .btn:hover {
  background: #d5ad36;
  color: #000;
  border-color: #d5ad36;
}
.new-ss-btn-fixed .list-btn .uk-btn{background:transparent;color: #000;}
.new-ss-btn-fixed .list-btn .uk-btn:hover{background:#000;color: #fff;}
.blog .btn-style.btn-black{width: auto;display: inline-block;font-weight: normal;font-size: 18px;}
.blog .btn-style.btn-black i{font-size: 14px;margin-left: 15px;margin-right: 0;}
.btn-style {
    border: 1px solid #000;
    cursor: pointer;
    text-transform: uppercase;
    background: #d3ad69;
    color: #161616;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 8px 20px;
    border-radius: 6px;
}
.btn-style.btn-black {
    background: #161616;
    color: #fff;
}
}
.uk-btn.offer-uk p{margin:0px !important;line-height: 1;color: #fff;}
.uk-btn.offer-uk:hover p{color:#000;}

@media (max-width: 1199px){
	.title{font-size: 30px;}
	.blog .btn-style.btn-black i{margin-left: 5px;}
	.blog .btn-style.btn-black{padding:10px 15px;}
	
}

@media (max-width: 991px){
	.blog .btn-style.btn-black{font-size: 15px;}
}
