@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Hind:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap');
img {
    max-width: 100%;
}

html,
body {
    font-family: 'sans-serif, Hind';
    font-size: 17px;
    color: #606060;
    line-height: 1.67;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3 {
    font-family: 'Baloo Chettan', cursive;
    color: #333437;
}

h4,
h5,
h6 {
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    color: #333437;
}

h1 {
    font-size: 3.5rem;
}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

p {}

body a {
    color: #212121;
    transition: all .5s;
    font-family: 'Hind', sans-serif;
    font-size: 17px;
    font-weight: 400;
}

body a:hover {
    color: #15293f !important;
    text-decoration: none;
    transition: all .5s;
}

a:focus {
    text-decoration: none;
    color: inherit;
}

.btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1em 3em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.advance_btn {
    display: inline-block;
    padding: 12px 30px;
    box-shadow: 0 0 0 3em #15293f inset !important;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
}

.advance_btn:hover {
    box-shadow: 0 0 0 2px #15293f inset !important;
    color: #15293f;
    background-color: transparent;
}

.advance_btn i {
    padding-right: 10px;
}

input[type="submit"],
button {
    outline: none;
    box-shadow: none !important;
}

input,
select,
textarea {
    outline: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
    color: #fff;
    background-color: transparent;
}

.separator {
    margin: 0 auto;
    position: relative;
    width: 200px;
    text-align: center;
    margin-bottom: 14px !important;
}

.separator:before {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 30px;
    content: '::::::::::';
    color: #15293f;
    font-size: 14px;
    letter-spacing: 3px;
    font-family: 'Lato', sans-serif;
}

.separator .footprint {
    text-align: center;
}

.separator .footprint svg {
    width: 28px;
    height: 28px;
    margin-right: 2px;
}

.separator:after {
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 30px;
    content: '::::::::::';
    color: #15293f;
    font-size: 14px;
    letter-spacing: 3px;
    font-family: 'Lato', sans-serif;
}

/*Header*/

.header-top .social-icon li a:hover {
    color: #fff !important;
    opacity: .9;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.page-wrapper .container {
    max-width: 1200px;
}

.standard_sec .list-style-one1 ul {
    position: relative;
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.standard_sec .list-style-one1 ul li {
    position: relative;
    color: #444444;
    font-weight: 600;
    padding-left: 25px;
    margin-bottom: 6px;
}

.standard_sec .list-style-one1 ul li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #e9531b;
}

.standard_sec .list-style-one1 ul li:after {
    position: absolute;
    content: '';
    left: 3px;
    top: 11px;
    right: 2px;
    bottom: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #e9531b;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../images/dog-preload.gif") center no-repeat #fff;
}

/*Slider Css Start*/

.slider_sec {
    padding: 0px;
}

.owl-theme .owl-controls .owl-page span {
    background: #212121 !important;
}

.main_slider .slide_box {
    margin-top: 40px;
}

.slide_box .slide_txt1 {
    font-family: 'Baloo Chettan', cursive;
    font-size: 54px;
    line-height: 56px;
}

.colr {
    color: #15293f;
    -webkit-text-stroke: 0px currentColor;
    -webkit-text-fill-color: #15293f;
}

.slide_txt2 {
    display: inline-block;
    float: left;
    margin-right: 25px;
    border-right: 2px solid #212121;
    padding-right: 25px;
    margin-top: 43px;
}

.slide_txt2 svg {
    width: 100px;
    color: #15293f;
}

.slide_info {
    width: 400px;
    margin-top: 50px;
}

.slide_info h5 {
    margin: 14px 0px;
    color: #15293f;
}

.slide_info p {
    line-height: 26px;
}

.main_slider .right_img {
    text-align: center;
}

.main_slider .owl-controls {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.main_slider .right_img img {
    max-height: 430px;
}

.banner_form {
    position: relative;
    padding: 50px 0px 5px;
    background: #15293f url(../images/layer-2.png) left top no-repeat;
}

.banner_form .col-lg-2 {
    padding-right: 0px;
}

.banner_form .col-lg-3 {
    padding-right: 0px;
}

.banner_form input {
    padding: 11px 5px 10px 12px;
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    height: 44px;
}

.banner_form select {
    padding: 8px 5px 8px 12px;
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    height: 44px;
}

.banner_form textarea {
    padding: 11px 5px 6px 12px;
    height: 37px;
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    height: 44px;
}

.banner_form .form_btn {
    padding: 8px 0px;
    text-align: center;
    background: #ff9f3b;
    color: #fff;
}

.banner_form .form_btn:hover {
    border: 2px solid #fff;
    background: transparent;
    padding: 6px 0px;
}

.main_slider.slider_nav.owl-theme.owl-carousel {
    padding-bottom: 28px;
}

.main-section {
    padding: 50px 0px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: relative;
}

.check-in h2 {
    font-size: 66px;
    margin-bottom: 50px;
    font-family: 'Baloo Chettan', cursive;
    margin-top: 30px;
    color: #15293f;
}

.check-in-img {
    text-align: left;
}

.check-in svg {
    color: #212121;
    width: 80px;
}

.check-in h4 {
    font-size: 20px;
    margin-bottom: 16px;
    color: #15293f;
}

.service_sec {}

.service_sec .service_headbox {
    padding: 10px 0px 30px 0px;
    position: relative;
}

.service_sec .service_headbox:before {
    content: url('../images/icons-box.png');
    bottom: 15px;
    right: 26%;
    position: absolute;
    z-index: -1;
    opacity: 0.2;
}

.service_sec .service_headbox h3 {
    font-family: 'Baloo Chettan', cursive;
    font-size: 65px;
    letter-spacing: 1px;
    margin-bottom: 0px;
    color: #15293f;
}

.service_sec .service_headbox h4 {
    font-family: 'Baloo Chettan', cursive;
    font-size: 38px;
}

.service_sec p {
    font-size: 18px;
    color: #606060;
    line-height: 1.67;
    letter-spacing: .5px;
}

.service_sec h4 {
    font-size: 21px;
    margin-bottom: 20px;
}

/*Progress Bar Start Here*/

.progress_bar {
    margin-top: 12px;
}

.progress-bar {
    height: 7px;
    width: 100%;
    position: relative;
    z-index: 10;
    background-color: rgba(224, 224, 224, 0.58);
    margin-bottom: 25px;
    border-radius: 60px;
}

.progress-bar .progress {
    position: relative;
    height: 100%;
    background-color: #15293f;
    transition: width 1s ease-out;
    border-radius: 60px;
}

.progress-bar .glow {
    width: 60px;
    max-width: 100%;
    height: 100%;
    float: right;
}

.progress-bar .glow::before,
.progress-bar .glow::after {
    content: '';
    display: block;
    position: relative;
    border-radius: 0px 2px 2px 0px;
}

.progress-bar .glow::before {
    background: transparent;
    height: 100%;
    box-shadow: 0px 0px 10px #cfd6dd, 0px 0px 10px #04bfff;
    z-index: -5;
}

.progress-bar .glow::after {
    background: linear-gradient(to right, #3d5980 0%, transparent 100%);
    height: calc(100% + 10px + 10px);
    width: calc(100% + 10px);
    top: -10px;
    left: -10px;
    z-index: -3;
}

.label {
    color: #000;
    font-size: 18px;
    margin-bottom: 8px;
}

.fill-1 {
    animation: fill-1 2s ease-out 0s;
    animation-fill-mode: forwards;
    width: 0%;
}

.fill-2 {
    animation: fill-2 2s ease-out 0.5s;
    animation-fill-mode: forwards;
    width: 0%;
}

.fill-3 {
    animation: fill-3 2s ease-out 1s;
    animation-fill-mode: forwards;
    width: 0%;
}

.count_right {
    float: right;
}

.count_right small {
    font-size: 19px;
}

@keyframes fill-1 {
    0% {
        width: 0%;
    }
    100% {
        width: 90%;
    }
}

@keyframes fill-2 {
    0% {
        width: 0%;
    }
    100% {
        width: 70%;
    }
}

@keyframes fill-3 {
    0% {
        width: 0%;
    }
    100% {
        width: 50%;
    }
}

.label.one {
    animation: label 0.5s ease-out 0s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.label.two {
    animation: label 0.5s ease-out 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.label.three {
    animation: label 0.5s ease-out 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes label {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

/*Progress Bar End Here*/

.service_sec .service_box {
    background: #eeeeee69;
    padding: 30px 20px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 15px;
}

.service_sec .service_box a {
    display: inline-block;
    transform: translateY(0%);
    animation-duration: 1s;
    animation-delay: 1s;
    transition: all .3s ease;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.service_sec .service_box:hover a {
    transform: translateY(8%);
    animation-duration: 1s;
    animation-delay: 1s;
    transition: all .3s ease;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.service_sec .service_box a img {
    box-shadow: 0px 0px 3px 2px #e4e2e2;
    border-radius: 90px;
}

.service_sec .service_box h5 {
    margin-top: 25px;
    margin-bottom: 0px;
}

.about_sec {}

.about_sec .about-img img {
    border-radius: 50px;
}

.black_head {
    color: #333437;
    -webkit-text-stroke: 0px currentColor;
    -webkit-text-fill-color: #333437;
    font-size: 40px;
}

.border_heading {
    font-family: 'Baloo Chettan', cursive;
    font-size: 65px;
    letter-spacing: 1px;
    margin-bottom: 0px;
    color: #15293f;
    margin-bottom: 20px;
}

.pet_house {

    background-color: #eeeeee;
    margin-bottom: 50px;
}

.white_head {
    -webkit-text-stroke: 0px;
    -webkit-text-fill-color: #fff;
    font-size: 40px;
}

.pet_house h3.border_heading {
    text-align: center;
}

.pet_house .modal {
    display: none;
    position: fixed;
    z-index: 111;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.90);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 75%;
    max-width: 1200px;
}

.close {
    color: white !important;
    position: absolute;
    top: 90px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.8);
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
    border: 4px solid #fff;
    border-radius: 40px;
    box-shadow: 0px 0px 5px 2px #ccc;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.testi_sec {}

.testi_sec h3 {
    font-family: 'Baloo Chettan', cursive;
    font-size: 65px;
    margin-bottom: 0px;
    color: #15293f;
}

.testi_sec h4 {
    font-family: 'Baloo Chettan', cursive;
    font-size: 38px;
    margin-bottom: 20px;
}

.testi-img img {
    border-radius: 50px;
}

/* testimonis */

.owl-carousel {
    display: block;
}

.light-green {
    background: #fff;
}

.out-testimonils {
    padding-bottom: 100px;
}

.out-testimonils .section-header {
    padding-bottom: 30px;
}

.out-testimonils .section-header h3 {
    font-size: 30px;
    font-weight: 700;
    color: #142535;
}

.out-testimonils .owl-dots {
    margin: 20px auto;
    width: 11%;
    margin: auto;
}

.out-testimonils .owl-dots .owl-dot {
    background: transparent;
    border: 1px solid #707070;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    display: inline-block;
    margin: 0 10px;
}

.out-testimonils .owl-dots .owl-dot.active {
    background-color: #121a2d;
    border: 1px solid #121a2d;
}

.clent-profile .cnt-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.clent-profile .cnt-img img {
    object-fit: cover;
    height: 100px;
}

.clent-profile .clent-info {
    display: inline-block;
}

.clent-profile .clent-info span small {
    display: block;
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    padding-top: 5px;
}

.clent-profile .clent-info {
    padding-left: 0px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #000;
    line-height: normal;
    padding-top: 0px;
}

.testimonils-txt p {
    font-size: 16px;
    letter-spacing: .96px;
    line-height: 26px;
}

.testimonils-txt {
    position: relative;
    padding: 0px 0px;
}

.testi_nav .owl-nav {
    position: absolute;
    left: 50%;
    top: 66%;
    transform: translate(-50%, -50%);
    z-index: 101;
    background: transparent;
    height: 45px;
    width: 100%;
    padding: 0px 23px;
    background-size: contain !important;
}

.testi_nav .owl-nav {
    width: 80px;
    transform: none;
    left: auto;
    right: 0px;
    padding-right: 0px;
    padding-left: 0;
}

.testi_nav .owl-nav button {
    width: auto;
    color: #37afe4;
    height: auto;
    line-height: normal;
    outline: none;
}

.testi_nav .owl-nav button.owl-next {
    float: right;
}

.clent-profile {
    padding-top: 30px;
}

/* testimonis */

/*Footer Start*/

.footer_sec {
    border-top: 1px ridge #ddd;
}

.footer_sec .footer_logo {
    margin-bottom: 20px;
    max-width: 90px;
}

.footer_sec .footer-widget h5 {
    font-size: 25px;
    margin-bottom: 20px;
}

.footer_sec .footer-widget ul li a:hover {
    padding-left: 5px;
}

.footer_sec .footer-widget svg {
    width: 20px;
    position: absolute;
    color: #e84b11;
    margin-top: 2px;
}

.footer_sec .footer-widget p {
    padding-left: 35px;
}

.footer_sec .footer-widget p a {
    display: inline-block;
    color: #606060;
}

.footer_sec .footer-widget .social_icon {
    list-style: none;
    padding: 0px;
}

.footer_sec .footer-widget .social_icon li {
    display: inline-block;
    padding-bottom: 0px;
}

.footer_sec .footer-widget .social_icon li a {
    display: inline-block;
    color: #606060;
    font-size: 32px;
    line-height: 0;
    padding-right: 15px;
    ;
    transition: all .5s;
}

.footer_sec .footer-widget .social_icon li a:hover {
    padding-left: 0px;
}

.footer_sec .footer-widget .social_icon li a:hover i {
    background: linear-gradient(to right, #15293f 0%, #f87a4c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.copyright_sec {
    position: relative;
    padding: 35px 0px 5px;
    background: #15293f url('../images/layer-2.png') left top no-repeat;
}

.copyright_sec span {
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.copyright_sec span.develop_txt {
    float: right;
}

.copyright_sec span a {
    color: #000000;
}

.copyright_sec span a:hover {
    color: #fff !important;
}

.copyright_sec span a:hover {
    color: #fff;
}

.float_bg {
    position: absolute;
    background: url(../images/food.png);
    -webkit-animation: slide2 5s ease-in-out infinite;
    animation: slide2 5s ease-in-out infinite;
    bottom: 0;
    right: 0;
    height: 200px;
    width: 200px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
}

@keyframes slide2 {
    0%,
    100% {
        transform: translate(0, 0);
    }
    50% {
        opacity: 1;
        transform: translate(0px, 10px);
    }
}

#myBtn {
    position: fixed;
    bottom: 6px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #f16e2200;
    cursor: pointer;
    padding: 22px 8px;
    border-radius: 35px;
}

#myBtn img {
    max-width: 60px;
}

#myBtn:hover {
    background-color: #f16e22;
}

/*ABOUT PAGE CSS*/

.about_banner {
    padding: 90px 0px;

    position: relative;
    margin-bottom: 50px;
}

.about_banner:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.80);
    z-index: 1;
}

.about_banner h1 {
    position: relative;
    z-index: 2;
    color: #15293f;
    text-transform: capitalize;
}

.white {
    color: #ffffff;
}

.about_banner .page-breadcrumb {
    position: relative;
    z-index: 3;
    list-style: none;
    margin-bottom: 0px;
    border-radius: 50px;
    padding: 8px 24px;
    display: inline-block;
    border: 2px solid #ffffff;
    float: right;
    margin-top: 0;
}

.about_banner .page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    color: #ffffff;
    font-weight: 400;
}

.about_banner .page-breadcrumb li a {
    color: #ffffff;
    font-weight: 400;
}

.about_banner .page-breadcrumb li a:after {
    position: absolute;
    content: '/';
    right: -4px;
    top: 0px;
    color: #ffffff;
}

.about_banner .page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    word-break: break-all;
}

.welcome_sec {
    padding-top: 0px;
}

.welcome_sec .sub_head {
    text-align: center;
    margin-bottom: 0;
}

.welcome_sec h2 {
    font-size: 66px;
    margin-bottom: 50px;
    margin-top: 0px;
    color: #15293f;
    text-align: center;
}

.welcome_sec .image img {
    border-radius: 5px;
}

.pet_strip {
    background: url('../images/bg2.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}

.pet_strip .inner-box {
    position: relative;
    padding: 30px 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(204, 204, 204, 1);
    box-shadow: 0px 0px 12px 0px rgba(204, 204, 204, 1);
    margin-bottom: 40px;
}

.pet_strip .inner-box .content {
    position: relative;
    padding-left: 75px;
}

.pet_strip .inner-box .content .icon-box {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #e7470d;
    line-height: 1em;
}

.pet_strip .inner-box .content .icon-box .icon svg {
    width: 50px;
    height: 50px;
}

.pet_strip .inner-box .content h4 {
    margin-bottom: 0px;
}

.pet_strip .inner-box .content h4 a {
    font-size: 28px;
    display: inline-block;
    text-transform: capitalize;
}

.future_sec {
    background: url('../images/about-banner.jpg');
    position: relative;
    margin: 40px 0px 50px 0px;
}

.future_sec:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.80);
    z-index: 1;
}

.future_sec h3 {
    color: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 2rem;
}

.future_sec p {
    color: #fff;
    position: relative;
    z-index: 2;
}

.future_sec .image {
    position: relative;
    z-index: 2;
}

.future_sec .image img {
    border-radius: 40px;
}

.pt-6 {
    padding-top: 3rem !important;
}

.about_testi {
    padding-top: 0px;
    text-align: center;
}

.about_testi .testimonils-slides2 {
    margin-top: 40px;
}

.about_testi h3 {
    font-size: 55px;
    margin-top: 0px;
    color: #15293f;
    margin-bottom: 0px;
}

.about_testi p {
    margin-bottom: 0px;
}

.about_testi .about_nav .owl-controls {
    position: absolute;
    top: 15%;
    width: 100%;
}

.about_testi .about_nav .owl-controls .owl-next {
    position: relative;
    right: -100px;
    top: 0;
    float: right;
    font-size: 0px !important;
    background: transparent !important;
}

.about_testi .about_nav .owl-controls .owl-next:before {
    content: '\f178';
    top: 0;
    position: absolute;
    left: 0px;
    font-size: 26px;
    color: #000;
    font-family: 'FontAwesome';
    line-height: 1;
}

.about_testi .about_nav .owl-controls .owl-prev {
    position: relative;
    left: -100px;
    top: 0;
    float: right;
    font-size: 0px !important;
    background: transparent !important;
    float: left;
}

.about_testi .about_nav .owl-controls .owl-prev:before {
    content: '\f177';
    top: 0;
    position: absolute;
    left: 0px;
    font-size: 26px;
    color: #000;
    font-family: 'FontAwesome';
    line-height: 1;
}

.about_testi .about_nav .owl-controls .owl-buttons {
    opacity: 1 !important;
}

.contact-form {
    position: relative;
    padding-right: 40px;
}

.contact-section .sec-title {
    text-align: center;
    position: relative;
}

.advance_btn.custom-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 0px 1px 10px;
}

.contact-section .form-column {
    position: relative;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.contact-form .form-group input {
    position: relative;
    display: block;
    width: 100%;
    line-height: 33px;
    padding: 10px 0px;
    height: 55px;
    color: #000000;
    background: none;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 2px solid #f0eff4;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 33px;
    padding: 10px 0px;
    height: 100px;
    color: #000000;
    background: none;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 2px solid #f0eff4;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
    border-color: #15293f;
}

.contact-section .info-column {
    position: relative;
}

.contact-section .info-column .inner-column {
    position: relative;
    padding-left: 35px;
    margin-top: 54px;
    margin-left: 30px;
    border-left: 1px solid #cccccc;
}

.contact-section .info-column ul {
    position: relative;
    padding-bottom: 1px;
    list-style: none;
}

.contact-section .info-column ul li {
    position: relative;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #797979;
    line-height: 1.4em;
}

.contact-section .info-column ul li:last-child {
    margin-bottom: 0px;
}

.contact-section .info-column ul li span {
    position: relative;
    color: #242424;
    font-size: 16px;
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.map_sec {
    padding-bottom: 0px;
}

.map_area iframe {
    margin-bottom: -10px;
}

.heading_one {
    color: #15293f !important;
    font-size: 45px !important;
}

.buddycare_sec {
    background: linear-gradient(to left, #fafafa 50%, #eee 50%);
}

.buddycare_sec h2 {
    position: relative;
}

.buddycare_sec h2:before {
    position: absolute;
    content: '';
    width: 200px;
    top: 33px;
    background: #f16e22;
    height: 2px;
    right: 0px;
}

.buddycare_sec p {
    font-size: 16px;
    color: #606060;
    line-height: 1.67;
    margin-top: 20px;
    letter-spacing: .5px;
}

.buddycare_sec .text-center p {
    margin-top: 0px;
}

.tariff_table h6 {
    margin-bottom: 0px;
    font-size: 15px;
    color: #fff;
}

.tariff_table ul {
    padding: 0;
    list-style: none;
    display: table;
    margin-bottom: 0px;
}

.tariff_table ul li {
    float: left;
    margin: 0px 7px;
    background: #f16e22;
    color: #fff;
    padding: 20px 10px 10px 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 120px;
}

.tariff_in-table ul {
    padding: 0;
    list-style: none;
    display: table;
    margin-bottom: 0px;
}

.tariff_in-table ul li {
    float: left;
    margin: 0px 7px;
    padding: 10px 0px;
    border: 1px solid #ddd;
    width: 120px;
    border-top: 0;
    text-align: center;
}

.tariff_in-table h6 {
    margin-bottom: 0px;
    font-weight: 500;
}

.seu_sec p {
    font-size: 16px;
    color: #606060;
    line-height: 1.67;
    margin-top: 20px;
    letter-spacing: .5px;
}

.seu_sec .list-style-one li {
    font-size: 16px;
    color: #606060;
    font-weight: 400;
}

.tnc_sec {
    background: linear-gradient(to left, #fafafa 50%, #eee 50%);
}

.tnc_sec .tariff_table {
    margin-top: 20px;
}

.tnc_sec .tariff_table ul {
    float: left;
}

.tnc_sec .tariff_table ul li {
    margin: 0px 7px 20px 0px;
    background: #f16e22;
    color: #fff;
    padding: 15px 0px 10px 0px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 120px;
    text-align: center;
    float: none;
    border-top-right-radius: 0px;
}

.tnc_sec .tariff_in-table ul li {
    float: left;
    margin: 0px 7px 20px 7px;
    padding: 12px 0px 10px 0px;
    border: 1px solid #ddd;
    width: 120px;
    text-align: center;
}

.tnc_sec .tnc_head {
    margin-top: 15px;
    position: relative;
}

.tnc_sec .tnc_head:before {
    position: absolute;
    content: '';
    width: 250px;
    top: 20px;
    background: #f16e22;
    height: 2px;
    right: 0px;
}

.tnc_sec .num_list {
    font-size: 16px;
    color: #606060;
    line-height: 1.67;
    margin-top: 20px;
    letter-spacing: .5px;
    padding-left: 15px;
}

.tnc_sec .num_list li {
    margin-bottom: 7px;
}

.tnc_sec .note {
    font-size: 15px;
    color: #606060;
    line-height: 1.67;
    margin-top: 0px;
    letter-spacing: .5px;
}

.tnc_sec .advance_btn {
    padding: 9px 35px;
    font-size: 17px;
}

.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.gallery img {
    width: 100%;
    height: auto;
    transition: 500ms;
    margin-bottom: 10px;
    opacity: 0.8;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.gallery img:hover {
    opacity: 1;
}

.modal-img,
.model-vid {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table
}

.modal-body {
    padding: 0px;
}

.modal-dialog {
    height: 100%;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    border: none;
}

.pde_sec {
    padding: 20px 0px;
}

.pc_gal img.hover-shadow {
    border-radius: 0px;
    width: 307px;
    height: 176px;
    object-fit: cover;
}

.pc_gal .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.90);
}

.mtv_sec {}

.mtv_sec .mtv_img img {
    border-radius: 40px;
    box-shadow: 0px 0px 8px 6px #ddd;
}

.care_chamb_sec {
    padding-top: 0px;
}

.care_chamb_sec h3 {
    text-align: center;
}

.baa_sec {
    background: #eee;
}

.baa_sec h3 {
    text-align: center;
}

.baa_sec .appointment_form input {
    width: 100%;
    border: none;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 2px 2px #ddd;
}

.baa_sec .appointment_form textarea {
    width: 100%;
    border: none;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 2px 2px #ddd;
}

.baa_sec .appointment_form label {
    font-size: 15px;
}

.standard_sec {
    padding-top: 10px;
}

.standard_sec h2 {
    position: relative;
}

.standard_sec h2:before {
    position: absolute;
    content: '';
    width: 250px;
    top: 24px;
    background: #f16e22;
    height: 2px;
    right: 0px;
}

.standard_sec p {
    margin-top: 40px;
}

.standard_sec .standard_box {
    padding: 60px 60px 0px 60px;
    margin: 0 30px;
    border: 4px solid #efefef;
    border-radius: 40px;
}

.standard_sec .list-style-one {
    margin-top: 45px;
}

.standard_sec .light_border {
    height: 2px;
    width: 100%;
    background-color: #efefef;
    margin: 50px 0 20px 0;
}

.standard_box .sb_price {
    font-size: 20px;
    color: #333437;
}

.standard_box .sb_price span {
    font-size: 600;
    font-weight: 800;
}

.standard_box .sb_btn {
    margin-top: 20px;
}

.cc_sec {
    padding-top: 0px;
}

.cc_sec h2 {
    text-align: center;
}

.cc_sec .boder_box {
    padding: 20px;
    border: 4px solid #efefef;
    margin-top: 20px;
    text-align: center;
    border-radius: 20px;
}

.cc_sec .boder_box h3 {
    position: relative;
}

.cc_sec .boder_box h3:after {
    content: '';
    width: 100px;
    left: 50%;
    margin-left: -47px;
    bottom: -10px;
    height: 2px;
    background-color: #15293f;
    position: absolute;
}

.cc_sec .boder_box p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 30px;
}

.spa_tar {
    background: #eeeeee;
    margin-bottom: 50px;
}

.spa_tar h3 {
    margin-bottom: 0px;
}

.spa_tar .tarrif {
    list-style: none;
    padding: 0px;
    margin-bottom: 30px;
    text-align: center;
}

.spa_tar .tarrif li {
    display: inline-block;
    padding: 0px 0px;
    background: #15293f;
    color: #fff;
    margin: 0px 5px;
    border-radius: 5px;
    overflow: hidden;
}

.spa_tar .tarrif li p {
    padding: 5px 36px;
    background: #f16e22;
}

.spa_tar .tarrif li h3 {
    color: #fff;
    padding-bottom: 20px;
    text-align: center;
}

.spa_tar .tariff_table h6 {
    margin-bottom: 0px;
    font-size: 15px;
    color: #fff;
}

.spa_tar .tariff_table ul {
    padding: 0;
    list-style: none;
    display: table;
    margin-bottom: 0px;
    text-align: center;
}

.spa_tar .tariff_table ul li {
    float: left;
    margin: 0px 7px;
    background: #f16e22;
    color: #fff;
    padding: 10px 10px 10px 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    width: 120px;
}

.spa_tar .tariff_in-table ul {
    padding: 0;
    list-style: none;
    display: table;
    margin-bottom: 0px;
}

.spa_tar .tariff_in-table ul li {
    float: left;
    margin: 0px 7px;
    padding: 10px 3px;
    border: 1px solid #ddd;
    width: 120px;
    border-top: 0;
    text-align: center;
    background: #fff;
}

.bath_sec {
    padding-top: 0px;
}

.bath_sec h3 {
    text-align: center;
}

.bath_sec .tariff_table {
    margin-top: 20px;
}

.bath_sec .tariff_table ul {
    display: block;
}

.bath_sec .tariff_table ul li {
    width: 100%;
    margin: 0px;
    text-align: center;
}

.bath_sec .tariff_in-table ul {
    display: block;
}

.bath_sec .tariff_in-table ul li {
    width: 100%;
    margin: 0px;
    padding: 15px 0px;
}

.pt4 {
    padding-top: 40px;
}

.bath_tarrif {
    background: #eeeeee;
    padding-bottom: 110px;
}

.bath_tarrif h3 {
    text-align: center;
    margin-bottom: 30px;
}

.bath_tarrif .tariff_table {
    text-align: center;
    height: 48px;
}

.bath_tarrif .tariff_table ul {
    display: inline-block;
    width: 100%;
}

.bath_tarrif .tariff_in-table ul {
    display: inline-block;
    width: 100%;
}

.bath_tarrif .tariff_in-table ul li {
    background: #fff;
    width: 32%;
    padding-bottom: 5px;
}

.bath_tarrif .tariff_table ul li {
    width: 32%;
}

.aquatic_sec {
    background: #eeeeee;
}

.aquatic_sec h3 {
    margin-bottom: 30px;
}

.aquatic_sec .tariff_table ul {
    text-align: center;
}

.aquatic_sec .tariff_in-table ul li {
    background: #fff;
}

.aquatic_sec .aquatic_tarrif {}

.aquatic_sec .aquatic_tarrif ul {
    display: inline-block;
    width: 100%;
    max-height: 39px;
}

.aquatic_sec .aquatic_tarrif ul li {
    text-align: center;
    width: 47%;
    padding-bottom: 10px;
}

.aquatic_sec .aquatic_tarrif2 ul {
    display: inline-block;
    width: 100%;
    max-height: 59px;
}

.aquatic_sec .aquatic_tarrif2 ul li {
    background: #fff;
    text-align: center;
    width: 47%;
    padding-bottom: 10px;
}

/*Grooming page*/

.groom_tariff {
    padding-top: 0px;
}

.groom_tariff h2 {
    text-align: center;
}

.groom_tariff .tariff_table ul {
    float: left;
}

.groom_tariff .tariff_table ul li {
    margin: 0px 0px 0px 0px;
    padding: 15px 5px 15px 5px;
    text-align: center;
    border-radius: 0;
    float: none;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0px;
}

.groom_tariff .tariff_table ul li h6 {
    color: #333437;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 500;
}

.groom_tariff .tariff_table ul li:first-child {
    background: #f16e22;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.groom_tariff .tariff_table ul li:first-child h6 {
    color: #fff;
}

.groom_tariff .tariff_in-table ul {
    float: left;
}

.groom_tariff .tariff_in-table ul li h6 {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 500;
}

.groom_tariff .tariff_in-table ul li:first-child {
    background: #f16e22;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 15px 5px 14px 5px;
}

.groom_tariff .tariff_in-table ul li:first-child h6 {
    color: #fff;
}

.groom_tariff .tariff_in-table ul li {
    float: none;
    padding: 18px 5px;
}

.hc_tarrif {
    background: #eee;
}

.hc_tarrif .hc_tarrif_nc {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.hc_tarrif .hc_tarrif_nc li {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 10px 12px;
    background: #fff;
}

.hc_tarrif .hc_tarrif_nc li:first-child {
    background: #f16e22;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.hc_tarrif .hc_tarrif_nc li:first-child h6 {
    color: #fff;
}

.hc_tarrif .hc_tarrif_nc li h6 {
    margin-bottom: 0px;
}

.form-group em {
    color: #f00;
}

em.success {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
}

em.success:before {
    position: absolute;
    content: "\f560";
    width: 50px;
    height: 50px;
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #2dbf1b;
    color: #fff;
    font-family: "Font Awesome 5 pro";
    font-weight: 900;
    text-align: center;
    border-radius: 100%;
    line-height: 50px;
}

#service-form em {
    color: #fff;
}

.service-form em.success {
    position: inherit;
    color: #fff;
}

.service-form em.success:before {
    display: none;
}

ul.first-contact {
    padding: 0px;
    margin: 0px;
    list-style: none;
    background: rgb(0 0 0 / 66%);
    position: fixed;
    top: 40%;
    right: 10px;
    border-radius: 30px;
    z-index: 999;
}

ul.first-contact li {
    list-style: none;
    font-size: 18px;
    padding: 0px 5px;
}

ul.first-contact li a {
    padding: 19px 10px;
    display: inline-flex;
    border-bottom: 1px solid rgb(255 255 255 / 46%);
}

ul.first-contact li:last-child a {
    border: none;
}

.first-contact .fa-phone {
    transform: rotate(90deg);
}

.fa-whatsapp-square {
    font-size: 21px;
}

ul.first-contact:hover {
    background: #000;
}

ul.first-contact li a:hover {
    color: #fff !important;
}

ul.first-contact li a {
    color: #f56e3d;
    text-decoration: none;
    outline: none;
}

#modal-contact .modal-body {
    padding: 15px;
}

/* new */

.hc_tarrif .hc_tarrif_nc li small {
    display: inline-block;
    line-height: normal;
    padding-top: 10px;
    width: 100%;
}

.groom_tariff .tariff_in-table {
    float: left;
    width: 25%;
    padding: 0px 5px;
}

.groom_tariff .tariff_in-table ul li,
.groom_tariff .tariff_in-table ul {
    width: 100%;
}

.custom-chart {
    display: inline-block;
    width: 100%;
}

.custom-chart .chart-header {
    background: #f16e22 !important;
    color: #fff !important;
    padding: 20px 10px 10px 10px !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.custom-chart ul {
    width: 120px;
    float: left;
    margin-right: 20px;
}

.custom-chart ul:last-child {
    margin-right: 0px;
}

.custom-chart ul li {
    width: 100% !important;
    margin: 0px !important;
    padding: 7px;
}

.custom-chart .chart-header h6 {
    color: #fff;
    font-size: 15px;
}

.custom-chart.vertical-chart ul {
    width: 100%;
}

.custom-chart.vertical-chart .chart-header {
    border-top-right-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.custom-chart.vertical-chart ul li {
    width: 120px !important;
    margin-right: 20px !important;
}

.custom-chart.vertical-chart ul {
    margin-bottom: 20px;
}

.custom-chart.vertical-chart ul li:last-child {
    margin-right: 0px !important;
}

.bdy-img {
    width: 100%;
    height: 203px;
    position: relative;
}

.bdy-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.buddycare-img {
    margin-bottom: 20px;
}

.bdy-img-txt {
    position: absolute;
    background: rgb(0 0 0 / 80%);
    width: 100%;
    bottom: 0px;
    color: #fff;
    font-style: italic;
    padding: 10px 10px;
    transition: all .5s;
}

.bdy-img-txt p {
    margin-bottom: 0px;
    color: #fff;
}

.buddycare-img:hover .bdy-img-txt {
    background: rgb(231 71 12 / 80%);
}

.site-bg {
    background: #eee;
}

.main-title {
    position: relative;
}

.main-title-heading {
    color: #15293f;
    font-size: 45px;
    display: inline-block;
    padding-right: 15px;
    background: #fff;
    position: relative;
}

.main-title-heading span {
    font-family: 'Baloo Chettan', cursive;
    color: #333437;
    font-size: 2rem;
}

.main-title:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 33px;
    background: #f16e22;
    height: 2px;
    right: 0px;
}

.main-section.facilities {
    position: relative;
    background: url(../images/facilities-bg.png);
    background-position: right center !important;
    background-size: auto !important;
}

.facilities-bx p {
    color: #333437;
    font-size: 16px;
    font-style: italic;
}

.facilities-bx-img {
    margin-bottom: 10px;
    height: 134px;
}

.facilities-bx-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.site-list li {
    list-style: none;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}

.site-list li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    background: url(../images/listicon.png);
    background-size: cover;
    background-position: center center !important;
    width: 17px;
    height: 17px;
}

.icon-btn {
    background: #15293f;
    color: #fff !important;
    padding: 10px 25px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    min-width: 209px;
    font-style: italic;
}

.icon-btn i {
    padding-left: 2px;
}

.icon-btn i {
    vertical-align: middle;
}

.icon-btn:hover {
    color: #fff !important;
}

.gallery-slider .item {
    padding: 0px 5px;
    height: 240px;
}

.gallery-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl-mid-nav .owl-controls {
    position: absolute;
    width: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    margin-top: 0px;
}

.owl-mid-nav .owl-prev,
.owl-mid-nav .owl-next {
    width: 48px;
    height: 48px;
    border: 1px solid #707070;
    line-height: 40px;
    pointer-events: all;
    background: #fff !important;
    color: #707070 !important;
    font-size: 0px !important;
}

.owl-mid-nav .owl-prev {
    float: left;
}

.owl-mid-nav .owl-next {
    float: right;
}

.owl-mid-nav .owl-prev:before,
.owl-mid-nav .owl-next:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
}

.owl-mid-nav .owl-next:before {
    content: "\f054";
    right: 22px;
}

.owl-mid-nav .owl-prev:before {
    content: "\f053";
    left: 22px;
}

.bordingthird_sec {}

.bordingthird_sec .bdy-img {
    height: 268px;
}

.bordingthird_sec .bdy-img img {
    border-radius: 40px;
}

.ra-content h2 span {
    display: block;
}

.ra-content h6 {
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 20px;
}

.main-section.right-altrenet {
    position: relative;
    background: url(../images/bog-bathbg.png);
    background-position: right center !important;
    background-size: auto !important;
    padding: 100px 0px;
}

h1.error-title {
    font-size: 70px;
}

.form-step .field {
    margin-bottom: 20px;
}

.form-step .field label {
    margin-bottom: 0px;
    vertical-align: -webkit-baseline-middle;
}

.form-step .field .form-check {
    float: left;
    display: inline-block;
    margin-right: 15px;
}

.form-step .field .form-check:last-child {
    margin-right: 0px;
}

.gallry-cust-model {
    padding-top: 10px !important;
}

.gl-bx {
    height: 245px;
    width: 100%;
}

.gl-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.gallry-cust-model span.close.cursor {
    top: 0px;
    right: 0px;
    padding: 3px 10px;
}

.lg-img {
    height: 98vh;
    background: transparent;
    justify-content: center;
    display: flex;
    padding: 50px 0px;
    align-items: center;
}

.gallry-cust-model .modal-content {
    background: transparent;
}

label.error {
    color: #ea0000;
}

.form-step .col-lg-2.field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.666667%;
    flex: 0 0 12.666667%;
    max-width: 12.666667%;
}

.form-step .col-lg-10.field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.333333%;
    flex: 0 0 87.333333%;
    max-width: 87.333333%;
}

/* new css*/

.main-list li .dropdown:nth-child(1) {
    display: none;
}

.filter-head {
    padding: 15px 20px;
    background: #f16e22;
    color: #fff;
    line-height: 1.2;
    font-size: 18px;
    margin-bottom: 15px;
}

.filter-box ul.filter-drop ul {
    display: none;
}

.filter-open i {
    transform: rotate(90deg) !important;
    transition: all ease-in-out .25s;
}

.filter-box ul.filter-drop ul {
    display: none;
}

.filter-box {
    min-width: 270px;
    padding: 0px 0 30px;
    margin-top: 30px;
}

.filter-box>ul>li {
    color: #1B1B1B;
    padding: 10px 0;
    text-transform: capitalize;
    border-bottom: 1px solid #f16e22;
}

.sidebar-box>ul>li {
    border-bottom: 0;
}

.btn.filter-btn {
    display: none;
}

.filter-close {
    display: none;
    margin-top: 30px;
}

.filter-box>ul>li:nth-last-child(1) {
    border-bottom: 0;
}

.filter-drop {
    padding: 0 20px;
    list-style-type: none;
}

.filter-dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.filter-dropdown ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f16e2294;
}

.filter-dropdown ul:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 2px;
    background: #f16e22;
}

.filter-dropdown ul li span,
.filter-dropdown span {
    position: relative;
    float: right;
    padding-left: 15px;
    cursor: pointer;
}

span.dropdown-filter {
    width: 100%;
    text-align: right;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 50px;
}

span.dropdown-filter i {
    transition: all ease-in-out .25s;
}

.filter-dropdown {
    position: relative;
}

.filter-box>ul>li>ul {
    padding-top: 5px;
    margin-top: 10px;
}

.filter-dropdown ul>li {
    color: #707070;
    padding: 5px 0;
    text-transform: capitalize;
}

.filter-dropdown ul>li label {
    cursor: pointer;
    width: 100%;
    margin: 0;
}

.filter-dropdown ul>li input[type=checkbox] {
    width: 15px;
    height: 15px;
    border: none !important;
    background: #fff !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #707070 !important;
    border-radius: 4px;
    position: relative;
    outline: 0;
    margin-top: -2px;
}

.filter-dropdown ul>li input[type="checkbox"]:checked {
    position: relative;
    background: #f16e22 !important;
    cursor: pointer;
    border: none !important;
}

.filter-dropdown ul>li input[type="checkbox"]:checked:before {
    content: "\2714";
    position: absolute;
    width: 2px;
    height: 2px;
    color: #fff;
    left: 4px;
    top: 0;
    transform: translate(-50%, -50%);
    font-size: 12px;
    line-height: 18px;
}

/*.filter-dropdown ul > li input[type=checkbox]::after { position: absolute; content: ''; width: 5px; height: 5px; background: #606060; top: 0; left: 0; visibility: visible; border-radius: 100%; }*/

.fil .selected {
    color: #f16e22;
}

.price-range-slider {
    margin: 10px 0 15px;
}

.price-range-slider input:focus {
    outline: 0;
}

.price-range-slider input {
    border: none;
    margin: 0 0 10px;
}

.price-range-slider .range-bar {
    border: none;
    background: #000;
    height: 3px;
    width: 96%;
    margin-left: 8px;
}

.price-range-slider .range-bar .ui-slider-range {
    background: #f16e22;
}

.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #f16e22;
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
}

.price-range-slider .range-bar .ui-slider-handle:focus {
    outline: 0;
}

.price-range-slider .range-bar .ui-slider-handle+span {
    background: #f16e22;
}

/*product page*/

.result-products {
    margin: 30px 0 20px;
}

.result-head {
    text-align: right;
}

.shorting {
    display: inline-block;
    border-right: 1px solid #1b1b1b5c;
    padding: 6px 0;
    font-size: 15px;
    float: left;
}

.shorting:nth-last-child(1) {
    padding-right: 0;
    border: 0;
}

.select label {
    padding-right: 15px;
}

.shorting label {
    margin: 0;
}

.btn-new {
    background: #f16e22;
    min-width: 120px;
    margin-top: 15px;
    padding: 8px 12px;
    border-radius: 35px;
    color: #fff;
}

.btn-new:hover,
.btn-new:focus {
    background: transparent;
    color: #15293f;
    border: 1px solid #15293f;
}

/* Custom Select */

.select {
    position: relative;
    overflow: hidden;
    display: inline;
}

.shorting select,
.pro-nbox select {
    flex: 1;
    color: #1B1B1B;
    cursor: pointer;
    min-width: 60px;
    padding: 5px 30px 5px 10px;
    border-color: #E8E8E8;
}

.change-view {
    text-align: right;
    margin: 38px 0 0;
    flex: auto;
}

.change-view button {
    width: 40px;
    height: 37px;
    line-height: 37px;
    border: 0;
    background: #f16e22;
    color: #fff;
}

.short-head {
    padding: 0 15px;
}

.pro-info {
    text-align: center;
    color: #333437;
}

.price span {
    margin-left: 5px;
    color: #f16e22;
}

.pro-name {
    line-height: 1.2;
    margin: 13px 0;
}

.sale-pri {
    line-height: 1;
}

.btn-new.add-cart {
    margin: auto;
    width: 70%;
}

.product-box {
    margin-bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 15px;
}

.grid-container.list-view .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
}

.grid-container.list-view .pro-img {
    width: 30%;
    float: left;
}

.grid-container.list-view .pro-info {
    width: 40%;
    float: left;
    display: table;
    height: 200px;
}

.grid-container.list-view .dt {
    display: table-cell;
    vertical-align: middle;
}

.grid-container.list-view .add-cart-btn {
    width: 30%;
    float: left;
    display: table;
    height: 200px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

.pagination-sec {
    width: 100%;
    margin: 40px 0;
}

.pagination-sec nav {
    float: left;
    padding-left: 15px;
}

.pagination-sec li.page-item {
    margin: 0 2px;
    width: 40px;
    height: 37px;
    text-align: center;
}

.pagination-sec li a {
    background: #EEEEEE;
    color: #333437
}

.pagination-sec li a.active {
    background: #f16e22;
    color: #fff;
}

.pagination-sec li a:hover {
    color: #fff !important;
    background: #f16e22;
}

/*product deatils page*/

.pro-info.detail {
    text-align: left;
}

.btn-box {
    width: 90%;
    margin: auto;
}

.pro-img .btn-new {
    margin: inherit;
    width: 49%;
    display: inline-block;
    padding: 8px 30px;
    margin-top: 15px;
}

.pro-img .btn-new:nth-child(1) {
    margin-right: 7px;
}

.pro-sdescri ul {
    margin-top: 15px;
    padding-left: 0;
    list-style-type: none;
}

.pro-sdescri ul li {
    margin-top: 10px;
    position: relative;
    padding-left: 15px;
}

.pro-sdescri ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 100%;
    width: 7px;
    height: 7px;
    background: #f16e22;
}

.size-box {
    margin-bottom: 10px;
}

.size-box ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.size-box ul li {
    display: inline-block;
    margin-right: 10px;
}

.size-box ul li label {
    cursor: pointer;
    border: 2px solid #AAAAAA;
    border-radius: 5px;
    height: 31px;
    width: 100px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #1E1E1E;
    font-weight: 500;
}

.size-box ul li input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.size-box ul li.active label {
    background: #f16e22;
    color: #fff;
    border-color: #f16e22;
}

.stock-detail {
    padding: 0;
    margin: 15px 0;
    position: relative;
    padding-left: 35px;
}

.stock-detail:before {
    content: '\2713';
    position: absolute;
    width: 24px;
    height: 24px;
    background: #5dbd73;
    left: 0;
    border-radius: 100%;
    color: #fff;
    text-align: center;
}

.pro-slider .owl-controls {
    margin-top: 0;
}

.pro-slider .owl-buttons {
    position: absolute;
    width: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    margin-top: 0px;
}

.pro-slider .owl-prev {
    float: left;
    margin-left: 30px !important;
}

.pro-slider .owl-next {
    float: right;
    margin-right: 30px !important;
}

.pro-slider .owl-next:before {
    content: "\f054";
    right: 22px;
}

.pro-slider .owl-prev:before {
    content: "\f053";
    left: 22px;
}

.pro-slider .owl-prev,
.pro-slider .owl-next {
    width: 48px;
    height: 48px;
    border: 1px solid #707070;
    line-height: 40px;
    pointer-events: all;
    background: #fff !important;
    color: #707070 !important;
    font-size: 0px !important;
}

.pro-slider .owl-prev:before,
.pro-slider .owl-next:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
}

.product-details .nav-tabs {
    width: 100%;
}

.product-details .nav-tabs .nav-item {
    width: 20%;
    text-align: center;
    float: left;
}

.product-details .nav-tabs .nav-link {
    border: none;
    background: transparent;
    text-transform: uppercase;
}

.product-details #myTabContent {
    padding: 40px;
    width: 100%;
}

.product-details .nav-tabs .nav-link.active {
    border-bottom: 2px solid #f16e22;
}

/*cart*/

.cart-table,
.checkout-box-table {
    width: 100%;
}

table {
    table-layout: fixed;
}

.cart-table-box thead {
    border-bottom: 1px solid #1e1e1e5b;
}

.cart-table-box thead th {
    padding: 15px 0;
}

.cart-table-box td,
.cart-table-box th {
    padding: 15px 15px 0;
}

.row.cartbtns {
    margin-top: 60px;
}

.cartbtns .form-group {
    width: 253px;
    display: inline-block;
    margin: 0;
}

.cartbtns input {
    height: 41px;
    border-radius: 20px;
    border-color: #f16e22
}

.form-control {
    outline: none !important;
    box-shadow: none !important;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 300;
    border: 1px solid #707070;
    border-radius: 0;
    background: transparent;
    color: #C4c4c4;
    letter-spacing: 1.5px;
}

.cartbtns button.btn-new {
    margin-top: -3px;
    display: inline;
    width: 120px;
}

.cartbtns .btn-new {
    padding: 10px 16px;
    font-size: 14px;
    height: 41px;
}

.cartbtns .conti {
    margin-right: 10px;
    margin: 0;
    width: 210px;
    float: right;
}

.checkout-box {
    background: #F5F5F5;
    padding: 0 30px 60px;
}

.cart-table-box .cart-imgtd {
    padding: 15px 0 15px;
    width: 97px;
}

.cart-table-box .cart-img {
    width: 80%;
    height: 136px;
}

.cart-table-box .pro-td {
    width: 250px;
}

.cart-table-box .pro-n {
    margin: 0;
    font-weight: 600;
}

.cart-table-box .qty-td {
    padding-left: 0;
}

.qty {
    width: 129px;
    position: relative;
}

.qty .value-button.decrease {
    left: 13px;
    z-index: 99;
}

.qty .value-button {
    display: inline-block;
    position: absolute;
    top: 0;
    right: -13px;
    transform: translate(-50%, -50%);
    width: 20%;
    text-align: center;
    cursor: pointer;
}

.qty input {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #707070;
}

.checkout-box tbody th,
.checkout-box tfoot th {
    text-align: right;
}

.checkout-box td,
.checkout-box th {
    padding: 7px 30px 20px 0;
}

.checkout-box tfoot {
    border-top: 1px solid #1e1e1e5b;
}

.checkout-box h5 {
    margin: 0;
}

.checkout {
    margin-top: 0;
}

/*login page*/

.login-signup {
    box-shadow: 0 0px 5px #807e7e;
    margin: 15px 0;
    display: flex;
    height: 100%;
}

.login-signup .user .formBx {
    padding: 40px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-signup .user .formBx button {
    display: inline-block;
}

.login-signup .user .formBx form h2 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    color: #555;
}

.login-signup .user .formBx form {
    width: 100%;
}

.login-signup .user .formBx form input {
    position: relative;
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
    color: #333;
    border: none;
    outline: none;
    box-shadow: none;
    margin: 8px 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
}

.login-signup .user .formBx form .signup {
    position: relative;
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #555;
    text-transform: uppercase;
    font-weight: 300;
}

.login-signup.reset-pass {
    display: block;
    height: auto;
}

.user.signinBx.signupBx {
    width: 100%;
}

.user.signinBx.signupBx .form-group {
    margin: 0;
}

/*chekckout*/

.checkout-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.address-box .form-control,
.address-box .custom-select {
    border: none;
    border-bottom: 1px solid #f16e22;
    border-radius: 0;
    height: 40px;
    color: #1b1b1b94;
}

.check-head {
    padding-top: 15px;
}

.btn-proceed .btn-new {
    margin: inherit;
    width: 49%;
    display: inline-block;
    padding: 8px 30px;
    margin-top: 15px;
}

.checkbox-pg-box .cart-table tr td:nth-last-child(1) {
    text-align: right;
}

.checkbox-pg-box .cart-table tr td:nth-child(1) {
    width: 180px;
}

.profile-sec.product-details .nav-tabs .nav-item {
    width: 25%;
}

.tab-content .form-control,
.tab-content .custom-select {
    border: none;
    border-bottom: 1px solid #f16e22;
    border-radius: 0;
    height: 40px;
    color: #1b1b1b94;
}

.order-table {
    border-bottom: 1px solid #1e1e1e5b;
}

.deli-fail {
    position: relative;
    padding-left: 10px;
}

.deli-fail:before {
    content: '';
    position: absolute;
    left: 0;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #32ad4e;
    border-radius: 100%;
}

.down-btn {
    display: inline-block;
    width: 100px;
    padding: 10px;
    margin: 0;
}

.forgot,
.back {
    position: relative;
    top: 10px;
    left: 15px;
}

.reset-form {
    display: none;
}

#promo_check .form-group {
    position: relative;
}

#promo-message {
    position: absolute;
    font-size: 14px;
    left: 18px;
}

#modal-new h4 {
    margin: 0;
}

#modal-new .modal-body {
    padding: 15px;
}

#modal-new #new_msg {
    margin: 0
}

.wishlist-empty-bg {
    width: 100%;
    text-align: center;
}

.wishlist-empty-bg .btn-new {
    display: inline-block;
}

.e_cart {
    width: 40%;
}

/* user deshboard cart */

.cart-sec {
    padding: 15px 0 40px;
    font-size: 14px;
}

.cart-table-box .cart-img {
    width: 97px;
    height: 136px;
}

.cart-table-box .cart-img img {
    height: 100%;
    object-fit: cover;
}

.cart-table-box .pro-n {
    margin: 0;
    font-weight: 600;
}

.cart-table-box .qty-td {
    padding-left: 0;
}

.pro-td {
    position: relative;
}

.pro-td ul {
    position: absolute;
    bottom: 0;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.pro-td ul li {
    display: inline-block;
    padding-right: 15px;
}

.pro-td ul li a {
    font-size: 12px;
    color: #1e1e1e;
    opacity: 0.52;
}

.cart-table,
.checkout-box-table {
    width: 100%;
}

.cart-table-box .pro-td {
    width: 250px;
}

.cart-table-box td,
.cart-table-box th {
    padding: 15px 15px 0;
}

.cart-table-box thead {
    border-bottom: 1px solid #1e1e1e5b;
}

.cart-table-box thead th {
    padding: 15px;
}

.cart-table-box .cart-imgtd {
    padding: 15px 0 15px;
    width: 97px;
}

.qty {
    width: 129px;
    position: relative;
}

.qty .value-button {
    display: inline-block;
    position: absolute;
    top: 0;
    right: -13px;
    transform: translate(-50%, -50%);
    width: 20%;
    text-align: center;
    cursor: pointer;
}

.qty .value-button.decrease {
    left: 13px;
    z-index: 99;
}

.qty input {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #707070;
}

.qty input:focus {
    outline: 0;
}

.checkout-box {
    background: #F5F5F5;
    padding: 0 30px 60px;
}

.checkout-box h5 {
    margin: 0;
}

.checkout-box tbody th,
.checkout-box tfoot th {
    text-align: right;
}

.checkout-box .td-con {
    padding-bottom: 50px;
    padding-top: 20px;
}

.checkout-box tfoot {
    border-top: 1px solid #1e1e1e5b;
}

.pro-nbox select {
    padding-left: 0;
}

.cartbtns .btn {
    padding: 10px 16px;
    font-size: 14px;
    height: 41px;
}

.cartbtns button.btn {
    margin-top: -3px;
}

.cartbtns .form-group {
    width: 253px;
    display: inline-block;
    margin: 0;
}

.cartbtns input {
    height: 41px;
}

.cartbtns input:focus::placeholder {
    opacity: 0;
    padding-left: 30px;
    transition: all ease-in-out .3s;
}

td.order-number-td {
    padding: 15px !important;
    background: #f16e22;
    color: #fff;
    margin-top: 5px;
}

.status {
    text-align: center;
    background: #32CD32;
    min-width: 100px;
    max-width: 200px;
    border-radius: 0;
    box-shadow: 0 0 2px #000;
    padding: 5px;
    color: #fff;
}

.order-footer {
    background: #f16e22;
    border-bottom: 15px solid #fff;
}

.order-footer td {
    padding: 7px 15px !important;
}

.order-footer td p {
    color: #fff;
    margin: 0;
}

.order-footer .btn:hover {
    background: #fff !important;
    color: #000 !important;
}

/*start order invoice */

.invoice .modal-body {
    padding: 0;
}

.invoice .modal-dialog {
    max-width: 980px !important;
}

.invoice-top {
    background: -moz-radial-gradient(center center, circle farthest-corner, #333333 10%, #000000);
    background: -webkit-radial-gradient(center center, circle farthest-corner, #333333 10%, #000000);
    background: radial-gradient(circle farthest-corner at center center, #333333 10%, #000000);
    color: #fff;
    padding: 15px 40px 15px 40px;
}

.invoice-body {
    padding: 50px 40px 40px 40px;
}

#memo .company-info {
    float: right;
    text-align: right;
}

#memo .company-info .company-name {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
}

#memo .company-info .spacer {
    height: 15px;
    display: block;
}

#memo .company-info div {
    font-size: 12px;
    float: right;
    margin: 0 3px 3px 0;
}

#memo:after {
    content: '';
    display: block;
    clear: both;
}

#invoice-info {
    float: left;
    margin-top: 50px;
}

#invoice-info>div {
    float: left;
}

#invoice-info>div>span {
    display: block;
    min-width: 100px;
    min-height: 18px;
    margin-bottom: 3px;
}

#invoice-info>div:last-of-type {
    margin-left: 10px;
    text-align: right;
}

#invoice-info:after {
    content: '';
    display: block;
    clear: both;
}

#client-info {
    float: right;
    margin-top: 50px;
    min-width: 220px;
    max-width: 52%;
}

#client-info>div {
    margin-bottom: 3px;
}

#client-info span {
    display: block;
}

#client-info>span {
    margin-bottom: 3px;
}

#invoice-title-number {
    float: left;
}

#invoice-title-number #title {
    margin-right: 5px;
    text-align: right;
    font-size: 35px;
}

#invoice-title-number #number {
    margin-left: 5px;
    text-align: left;
    font-size: 20px;
}

table {
    table-layout: fixed;
}

#items .first-cell,
#items table th:first-child,
#items table td:first-child {
    width: 18px;
    text-align: right;
}

#items table {
    border-collapse: separate;
    width: 100%;
}

#items table th {
    font-weight: bold;
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #444;
    text-transform: uppercase;
}

#items table th:nth-child(2) {
    width: 30%;
    text-align: left;
}

#items table th:last-child {
    text-align: right;
}

#items table td {
    border-right: 1px solid #b6b6b6;
    padding: 15px 10px;
    text-align: right;
}

#items table td:first-child {
    text-align: left;
    border-right: none !important;
}

#items table td:nth-child(2) {
    text-align: left;
}

#items table td:last-child {
    border-right: none !important;
}

#sums {
    float: right;
    margin-top: 30px;
}

#sums table tr th,
#sums table tr td {
    min-width: 100px;
    padding: 10px;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
}

#sums table tr th {
    text-align: left;
    padding-right: 25px;
    color: #707070;
}

#sums table tr td:last-child {
    min-width: 0 !important;
    max-width: 0 !important;
    width: 0 !important;
    padding: 0 !important;
    overflow: visible;
}

#sums table tr.amount-total th {
    color: black;
}

#sums table tr.amount-total th,
#sums table tr.amount-total td {
    font-weight: bold;
}

#sums table tr.amount-total td:last-child {
    position: relative;
}

#sums table tr.amount-total td:last-child .currency {
    position: absolute;
    top: 3px;
    left: -650px;
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
    color: #707070;
}

#sums table tr.amount-total td:last-child:before {
    display: block;
    content: '';
    border-top: 1px solid #444;
    position: absolute;
    top: 0;
    left: -720px;
    right: 0;
}

#sums table tr:last-child th,
#sums table tr:last-child td {
    color: black;
}

#terms {
    margin: 100px 0 15px 0;
}

#terms>div {
    min-height: 70px;
}

.payment-info {
    color: #707070;
    font-size: 12px;
}

.payment-info div {
    display: inline-block;
    min-width: 10px;
}

.ib_drop_zone {
    color: #F8ED31 !important;
    border-color: #F8ED31 !important;
}

.size-box ul li label:hover {
    position: relative;
}

.size-box ul li label:hover:before {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    content: attr(data-title);
    margin-top: 0.5em;
    padding: 0;
    width: 100px;
    overflow: hidden;
    color: #FFF;
    background-color: #1e1e1e;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.size-box ul li label:hover:after {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99999;
    content: '';
    margin-left: -0.125em;
    width: 0;
    height: 0;
    border: 0.25em dashed transparent;
    border-bottom: 0.25em solid #1e1e1e;
}

.invoice .modal-content {
    max-height: 536px;
    overflow: hidden;
    overflow-y: auto;
}

.btn-fliter {
    display: none;
}

.filter-box.open-filter {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    width: 100%;
    display: block !important;
    height: 100%;
    margin: 0;
}

.filter-box.open-filter .filter-close {
    display: block;
}

.social-icon span {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 15px;
    height: 15px;
    background: #417f9f;
    color: #fff;
    border-radius: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}

.badge {
    font-size: 16px;
    color: #fff;
}

.order-footer .btn-new {
    background: #fff;
    color: #000;
    margin-top: 0;
}

.order-footer .btn-new:hover {
    border-color: #fff;
    background: transparent !important;
    color: #fff !important;
}

.invoice .modal-footer {
    background: radial-gradient(circle farthest-corner at center center, #333333 10%, #000000);
}

.page-item.active .page-link {
    background-color: #f16e22 !important;
    border-color: #f16e22 !important;
}

.about_banner h1.pd-bred {
    font-size: 24px;
}

#loading {
    text-align: center;
    background: url('../images/loader.gif') center center;
    background-repeat: no-repeat;
    height: 150px;
    width: 150px;
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    top: 50%;
}

.menu_sec .menu_bar ul li a.btn::after {
    display: none !important;
}

.menu_sec .menu_bar ul li a.btn {
    color: #15293f;
    vertical-align: middle;
    background: #fff;
    border: 2px solid #15293f;
    padding: 5px 10px 3px;
    min-width: 110px;
    font-weight: 500;
    text-transform: uppercase;
}

.menu_sec .menu_bar ul li a.btn:hover {
    background: #15293f;
    color: #fff !important;
}

/* video section */

.container-left {
    padding-left: calc(50% - 570px);
}

.bg-site {
    background: #15293f;
}

.title-tagline {
    display: inline-block;
    width: 70px;
    height: 2px;
    background: #fff;
    margin-bottom: 10px;
}

.modal .video video {
    width: 100% !important;
    height: auto !important;
}

#cmp-tur-vd .modal-content {
    background: transparent;
    width: 100%;
}

#cmp-tur-vd .modal-body {
    padding: 0px;
    background: transparent;
}

#cmp-tur-vd button.close {
    opacity: 1;
    right: 0px;
    position: absolute;
    top: 0px;
    color: #000 !important;
    padding: 10px;
    z-index: 11;
    cursor: pointer;
}

.vd-img .vd-btn {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.vd-img {
    top: -24px;
        right: 20px;
    position: relative;
    border-top-left-radius: 100px;
    overflow: hidden;
}

.main-section.vd-section {
    margin-bottom: 80px;
}

#play-video {
    color: #fff !important;
}

#play-video span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

#play-video p {
    display: inline-block;
}

.title-section h3 {
    font-size: 45px;
    letter-spacing: 1px;
}

.vd-txt {
    margin-bottom: 50px;
}

@media (min-width: 576px) {
    #cmp-tur-vd .modal-dialog {
        max-width: 800px;
    }
}

@media (min-width: 1550px) {
    #cmp-tur-vd .modal-dialog {
        max-width: 75% !important;
    }
}

@media (min-width: 1680px) {
    .page-wrapper .container,
    .container {
        max-width: 90%;
    }
    .container-left {
        padding-left: calc(50% - 785px);
    }
    html,
    body {
        font-size: 20px;
    }
    .header-top .top-left ul li a,
    .header-top .social-icon li a,
    body a,
    .service_sec p {
        font-size: 20px;
    }
    .about_sec p span,
    p span,
    .buddycare_sec p,
    .seu_sec p,
    .seu_sec .list-style-one li,
    .tnc_sec .num_list {
        font-size: 20px !important;
    }
    .slide_info {
        width: 550px;
    }
    .clent-profile .clent-info {
        font-size: 22px;
    }
    .clent-profile .clent-info span small {
        font-size: 20px;
    }
    .banner_form input,
    .banner_form select,
    .banner_form textarea {
        font-size: 20px;
        height: 50px;
    }
    .banner_form {
        padding: 50px 0px 25px;
    }
    .standard_sec h2:before,
    .buddycare_sec h2:before,
    .tnc_sec .tnc_head:before {
        top: auto;
        bottom: 0px;
        right: auto;
        left: 0px;
    }
    .standard_sec h2,
    .buddycare_sec h2,
    .tnc_sec .tnc_head {
        padding-bottom: 10px;
    }
    .cc_sec .boder_box p {
        font-size: 20px;
        line-height: normal;
    }
    .custom-chart ul {
        width: 23%;
    }
    .custom-chart.vertical-chart ul li {
        width: 150px !important;
    }
    .tnc_sec .advance_btn {
        padding: 15px 35px;
        font-size: 20px;
    }
    .groom_tariff .tariff_in-table ul li h6 {
        font-size: 20px;
    }
    .hc_tarrif .hc_tarrif_nc {
        width: 24%;
    }
    .pc_gal img.hover-shadow {
        width: 100%;
        height: 265px;
    }
    .contact-form .form-group input,
    .contact-form .form-group textarea {
        font-size: 20px;
    }
    .contact-section .info-column ul li {
        font-size: 20px;
    }
    .contact-section .info-column ul li span {
        font-size: 25px;
    }
    .gl-bx {
        height: 345px;
    }
    .slide_box .slide_txt1 {
        font-size: 70px;
    }
    .main_slider .right_img img {
        max-height: auto;
        max-height: inherit;
    }
}

/*NEW UPDATED*/

.fs-40 {
    font-size: 40px;
}

.fs-35 {
    font-size: 35px !important;
}

.fs-28 {
    font-size: 28px;
}

.fs-24 {
    font-size: 24px;
}

.tcolor {
    color: #15293f;
}

.padd30 {
    padding: 30px 0;
}

.padd20 {
    padding: 20px 0;
}

.boarding_daw {}

.boarding_daw img {
    border-radius: 40px;
}

.boardingdawrka_sec {}

.boardingdawrka_sec .boder_box {
    padding: 20px;
    border: 4px solid #efefef;
    margin-top: 20px;
    border-radius: 20px;
}

.subcomm .boder_box h3 {
    font-size: 28px;
}

.subcomm1 h3 {
    font-size: 28px;
}