@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap');
.animated-icon1,
.animated-icon2,
.animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon3 span {
    background: #000;
}


/* Icon 4 */

.animated-icon3 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}

.animated-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}


/*Navbar*/

.logo {
    width: 100%;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    outline: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: #666666;
}

.navbar {
    display: block !important;
}

#search_concept {
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #000;
}

.dropdown-toggle {
    background: #f5f5f5;
    border-radius: 31px 0 0 31px;
    border-color: #d6d6d6;
}

.input-group-btn {
    position: absolute;
    right: 0;
}

.btn-default1 {
    background: #000;
    border-radius: 31px;
    color: #fff;
}

.form-control {
    border-color: #d6d6d6;
    border-radius: 0 25px 25px 0 !important;
}

.a {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans';
    margin: 0;
}

.b {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans';
}

#shortcol {
    max-width: 10px;
}

.d {
    list-style: none;
    display: flex;
    gap: 25px;
    margin-bottom: 0;
}

.trending {
    display: flex;
    align-items: baseline;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.c {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
}

.footer-links a {
    text-decoration: none;
}

.d li {
    font-family: 'Open Sans';
    font-size: 13px;
    color: #000;
    font-weight: 400;
}

.w a {
    color: #fff;
    text-decoration: none;
}

#fafa {
    padding-left: 50px;
}

#fafa1 {
    padding-left: 15px;
}

.navbar>.container-fluid {
    display: block;
    border-bottom: 4px solid black;
}


/*Form*/

form.example button {
    float: left;
    width: 20%;
    padding: 8px;
    background: transparent;
    color: #000;
    font-size: 17px;
    border: 1px solid #d6d6d6;
    border-left: none;
    cursor: pointer;
    border-radius: 0 31px 31px 0;
}


/* Clear floats */

form.example::after {
    content: "";
    clear: both;
    display: table;
}

form.example input[type=text] {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #d6d6d6;
    float: left;
    width: 80%;
    background: transparent;
    border-radius: 31px 0 0 31px;
    color: #777777;
    font-family: 'Open Sans';
}

.pickle {
    font-size: 26px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.marketplace {
    padding: 20px 10px 0 10px;
    text-align: left;
}

h3.categories {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Montserrat';
    color: #000;
}

.form-check {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    color: #000;
    padding-top: 20px;
    align-items: center;
    display: flex;
}

.categories1 {
    padding: 50px 10px;
    text-align: left;
}

.marketplace-col {
    border: 2px solid #d6d6d6;
    padding: 10px 10px 40px 10px;
    border-radius: 15px;
    margin-top: 50px;
    text-align: center;
}

.btn1 {
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 400;
    background: #000;
    border: none;
    border-radius: 31px;
    padding: 8px 25px;
}

.popup-p {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
}

.join-btn {
    background: transparent;
    color: #000;
    font-family: 'Montserrat';
    text-decoration: none;
    font-size: 16px;
    border: 2px solid #000;
    border-radius: 48px;
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    margin: 0 auto;
    margin-top: 25px;
    cursor: pointer;
}

.join-btn:hover {
    background: #000;
    color: #fff;
    transition: 0.3s;
}

.lorem {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    margin-top: 15px;
}

.p1 {
    width: 100%;
    z-index: -9;
    position: relative;
    border-radius: 15px;
}

.image-box {
    text-align: center;
}

.price {
    display: grid;
    grid-template-columns: auto auto;
    align-items: baseline;
    margin-top: 25px;
}

.price1 {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}

.featured {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background: #000;
    border: none;
    padding: 5px 10px;
    border-radius: 31px;
    margin-right: 3px;
}

.addtocart {
    margin-top: 20px;
    background: #363636;
    color: #fff;
    font-size: 12px;
    border-radius: 0 0 15px 15px;
    display: grid;
    align-items: center;
    gap: 5px;
    grid-template-columns: auto auto auto auto auto auto;
}

.cart {
    background: transparent;
    color: #fff;
    font-size: 12px;
    border: none;
    text-transform: uppercase;
    padding: 0 10px;
}

.image-box {
    text-align: center;
    border: 2px solid #d6d6d6;
    border-radius: 15px;
    z-index: 9;
}

.hearta {
    padding: 0 7px;
}

.hearta {
    padding: 0 7px;
}

#product {
    margin-top: 50px;
}

.star {
    position: absolute;
    top: 1%;
    right: 10%;
}

.star a {
    color: #ffcc00;
}

.imganchor {
    display: block;
}

.back-carousel {
    background: url(../images/carousel-main.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 50px;
    border-radius: 20px;
}

.first {
    font-family: 'Montserrat';
    font-weight: 100;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.product-title {
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    width: 65%;
}

.just {
    font-family: 'Montserrat';
    font-weight: 100;
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
}

.product-price {
    font-size: 16px;
    color: #fed600;
    font-family: 'Montserrat';
    font-weight: 600;
}

.product-shop {
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 500;
    background: #000;
    border: none;
    border-radius: 31px;
    color: #fff;
    padding: 5px 15px;
}

.owl-prev {
    position: absolute;
    top: 45%;
    color: #000 !important;
    left: 0;
    background: #fff !important;
    width: 30px;
    height: 30px;
}

.owl-next {
    position: absolute;
    top: 45%;
    color: #000 !important;
    right: 0;
    background: #fff !important;
    width: 30px;
    height: 30px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    transform: scale(1.5);
}

.owl-dots {
    position: absolute;
    bottom: 0;
    left: 45%;
}

.slider {
    margin-top: 30px;
}

.otten {
    background: url(../images/otten.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 20px;
    height: 100%;
    border-radius: 20px;
    display: flex;
    align-items: end;
}

.otten-tag {
    font-family: 'Montserrat';
    font-size: 10px;
    color: #000;
    font-weight: 400;
    background: #000;
    width: fit-content;
    padding: 5px;
}

.otten-text {
    font-family: 'Montserrat';
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}

.otten-text1 {
    font-family: 'Montserrat';
    font-weight: 700;
    color: #fff;
    font-size: 9px;
}

.indoor {
    background: url(../images/indoor.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 20px;
    height: 100%;
    border-radius: 20px;
}

.product-price1 {
    font-size: 10px;
    color: #fed600;
    font-family: 'Montserrat';
    font-weight: 600;
}

.badminton {
    background: url(../images/badminton.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 20px;
    height: 100%;
    border-radius: 20px;
    margin-left: 5px;
}

#column-1 {
    background: url(../images/grey-back.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 20px;
    height: 172px;
    display: flex;
    align-items: end;
    margin-right: 5px;
    margin-left: -5px;
}

#column-2 {
    background: url(../images/slk.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 20px;
    height: 172px;
    display: flex;
    align-items: end;
}

.slk {
    margin-left: 15px;
    margin-top: 5px;
}

.product-paddles {
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 800;
}

.paddle-price {
    font-family: 'Montserrat';
    font-size: 18px;
    color: #333333;
    font-weight: 500;
}

.paddle-title {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 20px;
    color: #333333;
    margin-top: -5px;
}

.paddle-description {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-top: -5px;
}

.paddle-product {
    background: #f6f6f6;
    margin-top: 30px;
    padding: 40px 15px 30px 15px;
    position: relative;
    border-radius: 20px 20px 0 0;
    margin-right: -10px;
}

.see-all {
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 400;
}

.see-row {
    position: absolute;
    right: 2%;
    top: 8%;
}

.image-box1 {
    text-align: center;
    border: 2px solid #d6d6d6;
    border-radius: 15px;
    z-index: 9;
    position: relative;
    background: #fff;
}

.has-search .form-control {
    padding-left: 2.375rem;
    border-bottom: 1px solid #d6d6d6;
    border-left: none;
    border-top: none;
    border-right: none;
    border-radius: 0 !important;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.notification {
    padding: 15px 0;
    text-align: left;
    border-bottom: 1px solid #d6d6d6;
    margin: 0 10px;
}

.notification1 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat';
    color: #000;
}

.notificationa {
    padding: 15px 10px;
    text-align: left;
}

.marketplace-col-b {
    border: 2px solid #d6d6d6;
    padding: 10px 10px 0 10px;
    border-radius: 15px;
    margin-top: 50px;
    text-align: center;
}

.bg2 {
    background: #f6f6f6;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 30px;
}

.product-nets {
    font-size: 30px;
    font-family: 'Montserrat';
    font-weight: 800;
    padding-bottom: 10px;
}

.net-row {
    position: absolute;
    right: 0;
    top: 9%;
}

.net-product {
    background: #f6f6f6;
    padding: 40px 0 0 0;
    position: relative;
}

.see-all-net {
    font-size: 18px;
    font-family: 'Open Sans';
    font-weight: 400;
}

.bg3 {
    background: #f6f6f6;
    padding-bottom: 100px;
}

footer {
    background-color: #000;
    padding: 100px 0 0 0;
}

.footer-description {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 400;
    margin-top: 30px;
}

.social-icons {
    color: #fff;
}

.fa-brands.fa-facebook-f {
    background: #000;
    padding: 10px 13px;
    border-radius: 50%;
}

.fa-brands.fa-instagram {
    background: #000;
    padding: 10px 11px;
    border-radius: 50%;
    margin-left: 20px;
}

.fa-brands.fa-twitter {
    background: #000;
    padding: 10px 10px;
    border-radius: 50%;
    margin-left: 20px;
}

.footer-about {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat';
}

ul.w {
    font-size: 14px;
    color: #fff;
    list-style: none;
    font-family: 'Montserrat';
    font-weight: 400;
    padding-left: 0 !important;
}

.w li {
    padding-top: 15px;
}

i.fa.fa-location-dot {
    margin-right: 10px;
}

i.fa.fa-envelope {
    margin-right: 10px;
}

i.fa.fa-phone {
    margin-right: 10px;
}

#navbarSupportedContent22 {
    position: absolute;
    background: #fff;
    width: 100px;
    text-align: center;
    border: 1px solid black;
    z-index: 9;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.new-hide {
    display: block !important;
    transition: 5s ease-in;
}

.new {
    display: none;
}

.copyright {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
    margin-bottom: 0;
}

.copyrighta {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
    margin-bottom: 0;
    text-align: right;
}

.footer-copyright {
    background: #fff;
    padding: 12px 0 10px 0;
    margin-top: 70px;
}

#alignment {
    align-items: center;
}

.dropdown-menu.show li {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 400;
    padding: 5px 10px 5px;
}

.d li:hover {
    text-decoration: underline;
}

.col-md-8 .paddle-product {
    margin-right: -15px !important;
    padding-left: 15px;
    padding-right: 15px;
    height: 42%;
}

.sidebar {
    margin-bottom: 10px;
}


/*Landing Page*/

.openBtn {
    background: transparent;
    border: 1px solid #000;
    padding: 10px 15px;
    font-size: 20px;
    border-radius: 50%;
}

.openBtn:hover {
    background: #bbb;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}

.nav-link {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    line-height: 19px;
    color: #000;
}

.navbar-nav {
    gap: 10px;
    justify-content: end;
    padding-right: 10px;
}

.nav1 {
    justify-content: start;
    padding-right: 0;
    padding-left: 10px;
}

.login-btn {
    background: #000;
    color: #fff;
    border-radius: 28px;
    width: 65%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.36px;
    border: 2px solid #000;
    font-family: 'Montserrat';
    float: right;
}

.login-btn:hover {
    color: #000;
    background: transparent;
    transition: 0.3s;
}

.header .navbar>.container-fluid {
    border: none !important;
}

.main-1a {
    width: 100%;
}

.b1 {
    font-family: 'Montserrat';
    font-size: 56px;
    font-weight: 700;
    color: #000;
    letter-spacing: -4.32px;
    line-height: 56px;
}

.b1a {
    font-family: 'Montserrat';
    font-size: 90px;
    font-weight: 900;
    color: #000;
    letter-spacing: -4.32px;
    text-transform: uppercase;
    margin-top: -35px;
}

.b2 {
    font-size: 14px;
    font-family: 'Montserrat';
    line-height: 24px;
}

.appointment-btn {
    background: #000;
    color: #fff;
    font-family: 'Montserrat';
    text-decoration: none;
    font-size: 12px;
    border: 2px solid #000;
    border-radius: 48px;
    width: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    text-align: center;
}

.shop-btn {
    background: #000;
    color: #fff;
    font-family: 'Montserrat';
    text-decoration: none;
    font-size: 13px;
    border: 2px solid #000;
    border-radius: 48px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    text-align: center;
}

.allservice-btn {
    background: #000;
    color: #fff;
    font-family: 'Montserrat';
    text-decoration: none;
    font-size: 14px;
    border: 2px solid #000;
    border-radius: 48px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    text-align: center;
}

.btn-div {
    display: flex;
    gap: 14px;
}

.appointment-btn:hover,
.shop-btn:hover,
.dogs-btn:hover,
.allservice-btn:hover {
    background: transparent;
    color: #000;
    transition: 0.3s;
}

.main-1 {
    background: url(../images/bulldog-stronger/main-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -150px;
    padding: 150px 0 50px 0;
}

.main-2-img {
    width: 100%;
}

.main-2a {
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 500;
    color: #000;
}

.main-2b {
    font-family: 'Montserrat';
    font-weight: 800;
    color: #000;
    font-size: 40px;
    letter-spacing: -2px;
}

.main-2c {
    color: #949494;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
}

.main-3 {
    padding: 80px 0;
}

.main-3a {
    font-family: 'Montserrat';
    font-weight: 800;
    color: #000;
    font-size: 40px;
}

.main-3b {
    font-size: 14px;
    color: #949494;
    font-family: 'Open Sans';
}

.mar-div {
    height: 600px;
    background: url(../images/bulldog-stronger/updated/main-3a1.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 30px;
    border-radius: 10px;
}

.mar-diva {
    font-family: 'Montserrat';
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    letter-spacing: -1.4px;
}

.mar-divb {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat';
    line-height: 24px;
}

.show-btn {
    width: 170px;
    height: 50px;
    background: #fff;
    color: #000;
    text-decoration: none;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 25px;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 14px;
    border: 1px solid #fff;
}

.show-btn:hover {
    background: transparent;
    color: #fff;
}

.mar-div1 {
    height: 285px;
    background: url(../images/bulldog-stronger/updated/main-3b1.jpg) no-repeat;
    background-size: cover;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 10px;
    margin-top: 114px;
}

.mar-div2 {
    height: 285px;
    background: url(../images/bulldog-stronger/main-3c.png) no-repeat;
    background-size: cover;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-top: 26px;
    border-radius: 10px;
}

.mar-diva1 {
    font-family: 'Montserrat';
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    letter-spacing: -1.4px;
}

.mar-divb1 {
    font-size: 12px;
    color: #fff;
    font-family: 'Montserrat';
    line-height: 18px;
}

.show-btn1 {
    width: 130px;
    height: 40px;
    background: #fff;
    color: #000;
    text-decoration: none;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 25px;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 12px;
    border: 1px solid #fff;
}

.show-btn1:hover {
    background: transparent;
    color: #fff;
}

.main-4 {
    background: #F5F5F5;
    padding: 80px 150px;
    text-align: center;
}

.image-box-2a {
    box-shadow: 3px 3px 18px #00000017;
    border-radius: 11px;
    padding: 30px 15px 50px 15px;
    background: #fff;
    height: 100%;
}

.img-box1 {
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    margin-top: 20px;
}

.img-box2 {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #949494;
    line-height: 24px;
    height: 100px;
}

.img-box-div {
    background: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 11px;
    width: 85%;
    margin: auto;
    padding-left: 15px;
    margin-top: 25px;
}

.learn {
    font-size: 12px;
    margin: 0;
    font-family: 'Montserrat';
    letter-spacing: -0.28px;
}

.img-box-div a {
    color: #fff;
    width: 54px;
    height: 50px;
    background: #000000;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 5px;
}

.image-box-2a:hover {
    background: #000;
    color: #fff;
    transform: scale(1.05);
    transition: 0.3s;
}

.image-box-2a:hover h4,
.image-box-2a:hover p {
    color: #fff !important;
}

.image-box-2a:hover .learn {
    color: #000 !important;
}

.image-box-2a:hover .img-box-div a {
    background: #fff !important;
    color: #000 !important;
}

.icona {
    width: 160px;
    height: 160px;
    margin-top: -110px;
    margin-bottom: 25px;
}

.main-box {
    background: #FFFFFF;
    box-shadow: 4px 6px 18px #0000002E;
    border-radius: 10px;
    padding: 40px;
}

.main-7c {
    font-size: 22px;
    font-weight: 900;
    color: #000;
    font-family: 'Montserrat';
    letter-spacing: -1.04px;
    width: 90%;
}

.main-7d {
    font-size: 12px;
    color: #949494;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: -0.24px;
}

.view-more {
    width: 150px;
    height: 55px;
    border: 1px solid #000000;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat';
    letter-spacing: -0.8px;
}

.max-box1 {
    display: flex;
    gap: 50px;
}

.view-more:hover {
    background: transparent;
    color: #000;
}

.main-7 {
    padding: 135px 0;
    position: relative;
}

.main-7a {
    font-size: 30px;
    font-family: 'Montserrat';
    font-weight: 800;
    color: #000;
    width: 90%;
}

.main-7b {
    color: #949494;
    font-size: 14px;
    font-family: 'Montserrat';
}

.main-7:before {
    content: '';
    height: 580px;
    width: 43%;
    background: #000;
    position: absolute;
    z-index: -1;
    top: 0;
    border-radius: 0 28px 28px 0;
}

.main-8b {
    font-size: 36px;
    font-weight: 800;
    color: #333333;
    font-family: 'Montserrat';
    text-align: center;
    margin-top: 50px;
}

.main-8a {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.96px;
}

.main-8c {
    font-size: 12px;
    color: #949494;
    font-family: 'Montserrat';
    margin-bottom: 10px;
}

.read-more {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.56px;
}

.training-img1 {
    background: #000;
    width: 65px;
    height: 65px;
    padding: 20px;
    border-radius: 50%;
    position: absolute;
}

.training-img1 {
    background: #000;
    width: 65px;
    height: 65px;
    padding: 20px;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: -35px;
}

.main-8-inner {
    padding: 30px 20px;
    position: relative;
}

.training-1 {
    border-radius: 40px;
    border: 1px solid #fff;
    width: 412px;
}

.training-1:hover {
    box-shadow: 0px 10px 50px #00000026;
    border: 1px solid #70707073;
    border-radius: 40px;
    transition: 0.3s;
}

.training-div {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 30px;
    margin-top: 30px;
    width: 100%;
}

.training-img {
    width: 100%;
    border-radius: 34px 34px 0 0;
}

.main-9a {
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
    text-align: center;
}

.main-9b {
    font-size: 44px;
    font-weight: 800;
    color: #282828;
    font-family: 'Montserrat';
    letter-spacing: -1.92px;
    width: 74%;
    text-align: center;
    margin: auto;
}

.main-9 {
    padding: 60px 0;
    margin-top: 70px;
    background: url(../images/bulldog-stronger/main-9.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.slick-slide {
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 0px 24px 24px 24px;
    padding: 60px 40px 40px 40px;
    position: relative;
    height: 270px;
}

.bull-1 {
    margin-top: -115px;
}

.slick-list {
    padding: 80px 0 0 0;
}

.main-9c {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    font-family: 'Montserrat';
    margin-top: 30px;
}

.main-9d {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat';
}

.star-rating i {
    color: #F19F1F;
    margin-top: 10px;
}

.bull-2 {
    position: absolute;
    right: 50px;
    bottom: 30px;
}

.slick-track {
    display: flex;
    gap: 30px;
}

.slick-arrow {
    display: none !important;
}

.footer {
    background: #fff;
    padding: 70px 0 0 0;
    border-top: 1px solid #000;
    margin-top: 50px;
}

p.footer-p {
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 300;
    color: #000;
}

.footer-h3 {
    font-size: 16px;
    font-weight: 700;
    color: #282828;
    letter-spacing: -0.72px;
    font-family: 'Montserrat';
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links a li {
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #282828;
    padding-bottom: 10px;
}

.li-div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 15px;
}

.li-div a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat';
    margin: 0;
}

.li-div p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat';
}

.copyright-text {
    font-size: 12px;
    font-weight: 300;
    font-family: 'Montserrat';
    color: #fff;
    margin: 0;
}

.copy-right-div {
    background: #000;
    padding: 10px 0;
    margin-top: 35px;
}

.footer-social i {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    margin-left: 0 !important;
    color: #fff !important;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.main-5 {
    padding-top: 100px;
}

.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.popup-content {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
    border-radius: 20px;
    padding: 30px 50px;
    width: 38%;
}

.bulldog-popuptext {
    font-family: 'Montserrat';
    font-weight: 800;
    color: #000;
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 38px;
}

.join-first input {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 36px;
    border: 2px solid #b3b3b375;
    height: 55px;
    font-size: 14px;
    font-family: 'Montserrat';
    padding-left: 15px;
    font-style: italic;
}

.join-form .form-check label {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.join-form .form-check {
    align-items: start;
    gap: 10px;
    padding-top: 0 !important;
}

.join-form .submit-btn {
    background: #000;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    border-radius: 35px;
    padding: 12px 40px;
    margin-top: 20px;
}

.close-btn {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    color: #fff;
    background: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 4px;
    padding-left: 2px;
}

.connect-btn {
    background: #000;
    color: #fff;
    font-family: 'Montserrat';
    text-decoration: none;
    font-size: 12px;
    border: 2px solid #000;
    border-radius: 48px;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.dogs-btn {
    background: #000;
    color: #fff;
    font-family: 'Montserrat';
    text-decoration: none;
    font-size: 13px;
    border: 2px solid #000;
    border-radius: 48px;
    width: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.connect-btn:hover,
.service-btn:hover {
    background: transparent;
    color: #000;
    transition: 0.3s;
}

.service-btn {
    background: #000;
    color: #fff;
    font-family: 'Montserrat';
    text-decoration: none;
    font-size: 16px;
    border: 2px solid #000;
    border-radius: 48px;
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    margin: auto;
    margin-top: 30px;
}

html,
body {
    overflow-x: hidden !important;
}

.popup {
    background: url(../images/bulldog-stronger/main-1.png);
    width: 90%;
    padding: 60px 40px;
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    display: none;
    text-align: center;
    background-color: #f4f4ff;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
    transition: 0.3s;
}

.popup button {
    display: flex;
    margin: 0 0 0px auto;
    background-color: transparent;
    font-size: 30px;
    color: #ffffff;
    background: #000;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding-bottom: 6px;
}

.popup-img {
    width: 100%;
}

.coming {
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 96px;
    color: #000;
    line-height: 88px;
}

#overlay {
    background: #00000052;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 8;
    display: none;
    transition: 0.3s;
}


/*Landing Page*/


/*Community Page*/

#more {
    display: none;
}

.com-a {
    font-family: 'Montserrat';
    font-size: 26px;
    font-weight: 700;
    color: #000;
}

.checkbox-div .form-check-label {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #000;
}

.checkbox-div .form-check {
    padding-top: 20px;
    align-items: flex-start;
    display: flex;
}

.btn-apply {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    width: 140px;
    height: 45px;
    background: #000000;
    border-radius: 24px;
    margin-top: 20px;
}

.post-a {
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 400;
    color: #000;
    width: 140px;
    height: 45px;
    background: transparent;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000000;
}

.post-div {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

.post-a.active {
    background: #000;
    color: #fff;
}

.post-a:hover {
    background: #000;
    color: #fff;
    transition: 0.3s;
}

.post-box {
    background: #F2F2F2;
    border-radius: 10px;
    padding: 35px;
    margin-top: 20px;
}

.post-box {
    background: #F2F2F2;
    border-radius: 10px;
    padding: 35px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
}

.profile-img {
    width: 50px;
    height: 52px;
}

.post-input {
    width: 485px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 32px;
    font-size: 14px;
    font-family: 'Montserrat';
    padding-left: 15px;
}

.video-icon i {
    font-size: 20px;
    color: #000;
}

.post-inner {
    width: 100%;
    height: 45px;
    background: #CFEEFC;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-post:last-of-type {
    margin: 0 !important;
}

.main-post-1a::-webkit-scrollbar {
    width: 8px;
}

.main-post-1a::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}

.main-post-1a::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 20px;
}

.post-inner-txt {
    margin: 0;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
}

.profile-name {
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #000;
    margin: 0;
}

.profile-ul li {
    font-size: 16px;
    font-weight: 500;
    color: #7C7C7C;
    font-family: 'Montserrat';
}

.profile-ul {
    display: flex;
    gap: 30px;
    padding: 0 20px;
    margin: 0;
}

.main-post-inner {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-post-1 {
    padding: 15px 20px;
    background: #fff;
}

.post-name {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    font-family: 'Montserrat';
    margin-top: 20px;
}

.post-desc {
    font-size: 16px;
    font-weight: 500;
    color: #000000bd;
    font-family: 'Montserrat';
    margin-bottom: 30px;
}

#myBtn {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    background: transparent;
    border: 0;
    font-family: 'Montserrat';
    padding: 0;
    cursor: pointer;
}

#myBtn:focus {
    outline: 0 !important;
}

.insider {
    font-size: 18px;
    font-weight: 600;
    color: #000000c9;
    font-family: 'Montserrat';
    margin-top: 20px;
}

.insider {
    font-size: 18px;
    font-weight: 600;
    color: #000000c9;
    font-family: 'Montserrat';
    margin-top: 20px;
    margin-bottom: 30px;
}

.insider-btn {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    color: #0000007a;
    background: #F2F2F2;
    border: 1px solid #D6D6D6;
    border-radius: 27px;
    padding: 15px 40px;
}

.post-image {
    width: 100%;
    margin-top: 40px;
    border-radius: 10px;
}

.first-a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    font-family: 'Montserrat';
}

.first-div .form-select {
    color: #a9a9a9;
    width: 100%;
    border: 1px solid #D6D6D6;
    border-radius: 27px;
    height: 45px;
    padding-left: 10px;
    margin-top: 5px;
}

.regional-btn {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    display: block;
    margin-top: 10px;
}

.first-a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    font-family: 'Montserrat';
}

.first-div .form-select {
    color: #a9a9a9;
    width: 100%;
    border: 1px solid #D6D6D6;
    border-radius: 27px;
    height: 45px;
    padding-left: 10px;
    margin-top: 5px;
}

.regional-btn {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    display: block;
    margin-top: 10px;
}

.first-div {
    padding: 20px;
    border-top: 5px solid #e9e9e9;
    border-radius: 0;
}

.regional-btn1 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    border: 1px solid #000;
    border-radius: 27px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.ct-1 {
    background: #F2F2F2;
    padding: 20px 35px;
    border-right: 1px solid #5B5B5B;
}

.ct-2 {
    background: #E9E9E9;
    padding: 20px 30px;
}

.ct-3 {
    background: #F2F2F2;
    padding: 50px 20px;
}

.dog1-img {
    width: 60%;
}

.second-div {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.num1-txt {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #000;
    text-align: center;
}

.num1-img {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
}

.third-div {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 60px;
    padding: 30px 0;
    border-bottom: 5px solid #e9e9e9;
}

.thirddiv-inner {
    text-align: center;
}

.fourth-div {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 30px;
    padding-top: 15px;
}

.pic1-img {
    width: 80px;
    height: 92px;
    margin-bottom: 10px;
}

.fourth-text {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    font-family: 'Montserrat';
    padding-top: 30px;
}

.main-post-1a {
    height: 850px;
    overflow-y: scroll;
    margin-top: 20px;
    padding: 0;
}

.main-post {
    margin-bottom: 20px;
}


/*Community Page*/


/*Contact Page*/

.contact-bg1 {
    background: url(../images/bulldog-stronger/main-1.png);
    background-position: 100% 102%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -150px;
    display: flex;
    align-items: center;
    height: 80vh;
}

.cbg-a {
    font-family: 'Montserrat';
    font-size: 90px;
    font-weight: 900;
    color: #000;
    letter-spacing: -4.32px;
    text-align: center;
    text-transform: capitalize;
}

.ct-abc {
    padding: 8rem 10rem;
    background: #000;
    color: #fff;
}

.contact-i {
    color: #fff;
    font-size: 30px;
}

.contact-h4 {
    color: #fff;
    font-family: 'Montserrat';
    text-decoration: none;
    font-size: 26px;
    margin: 0;
    font-weight: 700;
}

.contact-h4 h4 {
    color: #fff;
    font-family: 'Montserrat';
    text-decoration: none;
    font-size: 26px;
    font-weight: 700;
    width: fit-content;
}

.contact-h5 {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    margin-top: 10px;
    font-family: 'Montserrat';
}

.contact-h5 h5 {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    margin-top: 10px;
    width: fit-content;
}

.contact-inner {
    padding: 30px 0;
    border-bottom: 1px solid #fff;
}

.contact-inner:last-of-type {
    border: 0;
    padding-bottom: 0;
}

.contact-bg2 {
    margin: 50px 0;
}

.welsh_corgi {
    width: 100%;
    height: 100%;
}

.contact-h4 h4:hover,
.contact-h5 h5:hover {
    transform: scale(0.9);
    transition: 0.3s;
}

.popup-content-1 {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 108px 50px;
    margin: 0 auto;
}

.join-first textarea {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 36px;
    border: 2px solid #b3b3b375;
    font-size: 14px;
    font-family: 'Montserrat';
    padding-left: 15px;
    font-style: italic;
    padding-top: 15px;
}

.submit-btn-1 {
    background: #000;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    border-radius: 35px;
    padding: 15px 40px;
    width: 30%;
    margin: 0 auto;
}

.footer1 {
    background: #f6f6f6;
    padding: 70px 0 0 0;
    margin-top: 50px;
}

.contact-i:hover {
    color: #fff;
}


/*Contact Page*/


/*Vet Page*/

.form-control:disabled,
.form-control[readonly] {
    background-color: #f6f7fb;
}

button.btn {
    border-radius: 2px !important;
    box-shadow: none !important;
}

button.btn.btn-primary {
    background-color: #0e9aee !important;
}

button.btn.btn-primary:hover {
    background-color: #0879c8 !important;
}

#left-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    padding-left: 20px;
    background-color: #fff;
    overflow-y: auto;
    height: 100vh;
    padding-top: 120px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-x: hidden;
    z-index: 2;
}

.card-seca {
    font-size: 22px;
    font-family: 'Jost';
    font-weight: 700;
    color: #fff;
}

.card-sec-btn {
    font-size: 12px;
    color: #000;
    font-weight: 800;
    font-family: 'Jost';
    background: #fff;
    border-radius: 58px;
    text-decoration: none;
    padding: 15px 30px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-sec-p {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #fff;
    margin-top: 15px;
}

.frame-img {
    padding-bottom: 15px;
}

.app-div {
    border: 1px solid #CBCBCB;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0px 10px 30px #0000001C;
}

.app-div:hover {
    border: 1px solid #000;
    transition: 0.3s;
}

.app-pic {
    width: 81px;
    height: 75px;
}

.app-a {
    font-size: 18px;
    font-weight: 700;
    color: #0C1E5B;
    font-family: 'Montserrat';
    margin-bottom: 2px;
}

.app-b {
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000;
    margin: 0;
}

.app-inner {
    display: flex;
    align-items: center;
    gap: 15px;
}

.app-e {
    font-size: 12px;
    font-weight: 700;
    font-family: 'Montserrat';
    color: #0C1E5B;
    margin: 0;
}

.app-f {
    font-size: 12px;
    font-family: 'Montserrat';
    color: #888FA7;
    margin: 0;
}

.app-g {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
    margin: 0;
}

.app-inner-1 i {
    border-radius: 10px;
    background: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.app-inner-1 {
    background: #00000021 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 10px 12px;
    width: 30%;
    display: flex;
    align-items: center;
    gap: 15px;
}

.app-c {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 300;
    color: #000;
    letter-spacing: -0.32px;
    margin-top: 15px;
}

.app-inner i {
    background: #fff;
    border-radius: 10px;
}

.card-second {
    background: transparent linear-gradient(180deg, #000000 0%, #5B5B5B 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 80px #0000006B;
    border-radius: 15px;
    text-align: center;
    padding: 30px 20px;
}

#left-menu.small-left-menu {
    width: 53px;
}

.dash-icons {
    width: 7%;
}

#left-menu ul {
    padding: 0;
    margin: 0;
}

#left-menu ul li {
    padding: 0;
    display: block;
    position: relative;
}

#left-menu>ul>li {
    margin: 15px 0;
}

#left-menu ul li a {
    color: #99abb4;
    width: 100%;
    display: inline-block;
    width: 260px;
    height: 37px;
    position: relative;
}

#left-menu ul li a i {
    font-size: 22px;
    text-align: center;
    width: 35px;
    height: 35px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#left-menu ul li:hover a span {
    color: #0e9aee;
}

#left-menu ul li:hover a i {
    color: #0e9aee;
}

#left-menu ul li a span {
    width: 100%;
    height: 35px;
    padding-left: 10px;
    color: #99abb4;
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#left-menu ul li.active a span {
    color: #000;
    font-weight: 400;
}

#left-menu li a {
    text-decoration: none;
}

#left-menu li a span {
    font-family: 'Jost';
}

#left-menu ul li.active a i {
    background-color: #0e9aee;
    color: #fff;
}

#left-menu li.has-sub ul {
    background-color: #454e62;
    margin: 0 -10px;
    padding-left: 45px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#left-menu li.has-sub ul>li {
    padding-top: 10px;
}

a:hover {
    text-decoration: none;
}

#logo {
    position: fixed;
    top: 0;
    left: 30px;
    z-index: 4;
    color: #fff;
    width: 163px;
    height: 68px;
}

#header {
    background-color: transparent;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    display: flex;
    justify-content: end;
    gap: 20px;
    padding-top: 20px;
}

#header .bg-light {
    background: #F6FAFF 0% 0% no-repeat padding-box;
    border: 1px solid #CBDCF7;
    width: 20%;
    border-radius: 25px !important;
}

.user-logo {
    width: 70px;
    height: 70px;
}

#header .form-control {
    font-family: 'Jost';
    font-size: 16px;
    color: #A9B7CD;
    background: transparent;
}

.logo-vet {
    width: 100%;
}

#header .header-left {
    padding-left: 300px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#header .header-right i,
#header .header-left i {
    font-size: 30px;
    line-height: 2em;
    padding: 0 5px;
    cursor: pointer;
}

#main-content {
    min-height: calc(100vh - 60px);
    clear: both;
}

#page-container {
    padding-left: 240px;
    padding-top: 80px;
    padding-right: 90px;
    background: #F2F7FF;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.carda {
    padding: 30px 20px !important;
}

.header-left.float-left {
    position: fixed;
    left: 172px;
    background: #fff;
    border-radius: 50%;
    padding: 15px 20px;
    z-index: 999;
    transition: 0.35s;
    cursor: pointer;
}

.small-left-menu .header-left.float-left {
    left: 25px;
    transition: 0.35s;
}

#page-container.small-left-menu,
#header .header-left.small-left-menu {
    padding-left: 100px;
}

.dr-img {
    width: 100%;
    margin-bottom: 20px;
}

.dr-a {
    color: #001536;
    font-family: 'Jost';
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}

.dr-b {
    font-size: 16px;
    font-family: 'Jost';
    color: #B1BBCD;
    font-weight: 700;
}

.image-box1 .fa-facebook-f {
    background: transparent;
    color: #001536;
    border-radius: 0;
    padding: 0;
}

.image-box1 .fa-twitter {
    background: transparent;
    color: #001536;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.social-div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.box-hover {
    background: #0000009c 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.image-box1:hover .box-hover {
    opacity: 1;
    transition: 0.3s;
}

.hovera {
    font-size: 26px;
    font-family: 'Jost';
    color: #fff;
    font-weight: 600;
}

.hoverb {
    color: #fff;
    font-family: 'Jost';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.32px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.hoverc {
    color: #fff;
    font-family: 'Jost';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.32px;
    margin-bottom: 10px;
}

.hover-btn {
    font-family: 'Jost';
    font-size: 11px;
    font-weight: 400;
    color: #000;
    width: 110px;
    height: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;
}

.image-box1 {
    border: 1px solid #CBDCF6;
    padding: 10px 10px 20px 10px;
}

.image-box1 .fa-linkedin-in {
    background: transparent;
    color: #001536;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.title {
    font-family: 'Jost';
    font-size: 36px;
    font-weight: 600;
    color: #141414;
}

.titlea {
    font-size: 20px;
    font-family: 'Jost';
    font-weight: 600;
    color: #141414;
    padding-bottom: 15px;
    margin-left: 10px;
}

.card {
    margin-bottom: 1em;
    font-weight: 300;
    padding: 30px 10px;
    box-shadow: 0px 10px 100px #8AA1CB3B;
    border: 1px solid #E9F1FF;
    border-radius: 15px;
}

.form-a {
    font-size: 20px;
    font-family: 'Jost';
    font-weight: 600;
    color: #141414;
}

.form-inner .form-control {
    background: #F6FAFF 0% 0% no-repeat padding-box;
    border: 1px solid #CBDCF7;
    border-radius: 25px !important;
    font-family: 'Jost';
    font-size: 14px;
    font-weight: 400;
    height: 44px;
    padding-left: 15px;
}

.form-inner select {
    background: #F6FAFF 0% 0% no-repeat padding-box;
    border: 1px solid #CBDCF7;
    border-radius: 25px !important;
    font-family: 'Jost';
    font-size: 14px;
    font-weight: 400;
    height: 44px;
    width: 100%;
    padding-left: 10px;
}

.card .btn {
    width: 100% !important;
    height: 46px !important;
    background: transparent linear-gradient(180deg, #000000 0%, #5B5B5B 100%) 0% 0% no-repeat padding-box !important;
    border-radius: 25px !important;
    font-family: 'Jost';
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 20px;
}

.input-group-append {
    position: absolute;
    right: 0;
    top: 3px;
}

.form-inner .input-group-text {
    background: transparent !important;
    border: 0;
}

.card .title {
    padding: 15px 20px;
    border-bottom: 1px solid #e6ecf5;
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
}

#show-lable {
    opacity: 0;
    visibility: hidden;
    left: 80px;
    font-weight: 300;
    padding: 6px 15px;
    background-color: #0e9aee;
    position: fixed;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#left-menu.small-left-menu li.has-sub::after {
    content: '';
}

#left-menu.small-left-menu li.has-sub ul {
    position: fixed;
    width: 280px;
    z-index: 123;
    height: 0;
    left: 69px;
    padding-left: 15px;
}

@media only screen and (max-width: 992px) {
    #left-menu,
    #logo {
        width: 60px;
    }
    #page-container,
    #header .header-left {
        padding-left: 80px;
    }
    #toggle-left-menu,
    .big-logo {
        display: none;
    }
    /*
    #logo{
        padding: 0;
        padding-left: 3px;
    }
    .small-logo{
        display: block;
    }
*/
}

@media only screen and (min-width: 992px) {
    #left-menu li.has-sub::after {
        font-family: "Ionicons";
        content: "\f3d3";
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        transform: rotate(0deg);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #left-menu li.has-sub.rotate:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .small-logo {
        display: none;
    }
}


/*Vet Page*/


/*Near By Doctors Page*/

.nbd-a {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #0C1E5B;
    letter-spacing: -0.48px;
    margin-bottom: 5px;
}

.nbd-b {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #585858;
    letter-spacing: -0.32px;
    margin-bottom: 5px;
}

.nbd-c {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #000;
    letter-spacing: -0.32px;
    margin: 0;
}

.nbg-img {
    width: 117px;
    height: 115px;
}

.nbd-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nbd-btn {
    font-size: 15px;
    font-family: 'Jost';
    font-weight: 500;
    letter-spacing: 1.42px;
    background: transparent linear-gradient(180deg, #000000 0%, #5B5B5B 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    color: #fff;
    padding: 15px 40px;
}

.nbd-btn:hover {
    color: #fff;
}

.nbd-row {
    border-bottom: 1px solid #000;
    padding: 25px 0;
}

.nbd-row:last-of-type {
    border: none;
}

.address-input {
    border: 1px solid #0000007D;
    border-radius: 38px;
    background: #fff;
    height: 60px;
    font-size: 16px;
    font-family: 'Jost';
    font-weight: 300;
    padding-left: 20px;
    width: 100%;
}

.zip-input {
    border: 1px solid #0000007D;
    border-radius: 38px;
    background: #fff;
    height: 60px;
    font-size: 16px;
    font-family: 'Jost';
    font-weight: 300;
    padding-left: 20px;
    width: 100%;
}

.days-input {
    border: 1px solid #0000007D;
    border-radius: 38px;
    background: #fff;
    height: 60px;
    font-size: 16px;
    font-family: 'Jost';
    font-weight: 300;
    padding-left: 20px;
    width: 75%;
}

.location-form select {
    border: 1px solid #0000007D;
    border-radius: 38px;
    background: #fff;
    height: 60px;
    font-size: 16px;
    font-family: 'Jost';
    font-weight: 300;
    padding-left: 20px;
    width: 100%;
}

.location-form form {
    display: flex;
    gap: 15px;
    align-items: center;
}

.location-form {
    margin-top: 10px;
}


/*Caldendar*/

td,
th {
    padding: 0;
}

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
    float: right;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-top: 0;
    position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}

.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px;
}

.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff;
}

.datepicker>div {
    display: none;
}

.datepicker.days div.datepicker-days {
    display: block;
}

.datepicker.months div.datepicker-months {
    display: block;
}

.datepicker.years div.datepicker-years {
    display: block;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Jost';
    color: #0F1527 !important;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #eeeeee;
    cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #00000038 !important;
    color: #000 !important;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #00000038 !important;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9;
}

.app {
    margin-top: 20px;
}

.datepicker table tr td.today:hover:hover {
    color: #000;
}

.datepicker table tr td.today.active:hover {
    color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    background-color: #ff8c00;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
    background-color: #efe24b \9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #ff8c00;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
    background-color: #666666 \9;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #ff8c00;
    color: #fff !important;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #003399 \9;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker table tr td span:hover {
    background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #ff8c00;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #ff8c00;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    background-color: #003399 \9;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999999;
}

.datepicker th.datepicker-switch {
    width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer;
    color: #ff8c00;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #eeeeee;
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.input-daterange input {
    text-align: center;
}

.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 20px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
}

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
    padding: 4px 5px;
}

.datepicker .dow {
    border-bottom: 1px solid #e7e7e7;
    color: #B4BAC5;
    font-size: 13px;
    font-family: 'Jost';
}

.datepicker-months .prev,
.datapicker-months .next,
.datepicker-years .prev,
.datepicker-years .next {
    width: 58px;
}

.datepicker-days tbody td:nth-child(6),
.datepicker-days tbody td:nth-child(7) {
    color: #D44;
}


/* app */

.charset {
    box-shadow: 1px 1px 10px #000;
}

.app:after {
    content: "";
    display: table;
    clear: both;
}

.app__side {
    background: #333;
    width: 35%;
    height: 100%;
    padding: 40px;
    float: left;
    color: #ff8c00;
}


/* b-calendar */

.calendar {
    padding: 40px;
    border: 1px solid #000000;
    border-radius: 30px;
}

.calendar .datepicker {
    width: 100%;
}

.calendar .datepicker table {
    width: 100%;
}

.datepicker-switch {
    color: #0F1527 !important;
    font-size: 18px !important;
    font-family: 'Jost';
    font-weight: 700 !important;
}


/*Caldendar*/

.profile-a {
    font-size: 40px;
    font-family: 'Jost';
    font-weight: 600;
    color: #001536;
    margin-bottom: 0;
}

.profile-b {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Jost';
    letter-spacing: -0.4px;
    color: #000;
    margin-bottom: 5px;
}

.profile-imga {
    width: 150px;
    height: 150px;
}

.profile-div {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.row-1 {
    align-items: end;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.date {
    font-size: 18px;
    font-family: 'Jost';
    letter-spacing: -0.44px;
    margin: 0;
    color: #000;
    font-weight: 400;
}

.profile-c {
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #737373;
    letter-spacing: -0.32px;
}

.profile-d {
    font-size: 16px;
    font-family: 'Jost';
    letter-spacing: -0.44px;
    color: #000;
    line-height: 22px;
}

.profile-e {
    font-size: 36px;
    color: #001536;
    font-family: 'Jost';
    font-weight: 600;
    margin-top: 30px;
}

.profile-f {
    font-size: 18px;
    font-family: 'Jost';
    letter-spacing: -0.44px;
}

.profile-g {
    font-size: 14px;
    font-family: 'Montserrat';
    letter-spacing: -0.32px;
    color: #575757;
}

.footer-logo {
    width: 65%;
    margin-bottom: 10px;
}

.logo-footer {
    width: 65%;
}

.gallery-div img {
    border-radius: 15px;
    margin-bottom: 5px;
}


/*Near By Doctors Page*/


/*Dietry Page*/

.diet-main img {
    width: 100%;
    border-radius: 12px;
}

.diet-main img:hover,
.food-img:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

.diet-main {
    padding: 50px 0 80px 0;
}

.food-img {
    width: 30%;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
    margin-bottom: 30px;
}

.diet-main1a {
    color: #000;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.dietry-bg1 {
    background: url(../images/bulldog-stronger/dietry-background-a.png);
    background-position: 100% 12%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -125px;
    display: flex;
    align-items: center;
    height: 90vh;
}

.diet-main1 {
    padding: 60px 0;
}


/*Dietry Page*/


/*Ready Page*/

.ready-div {
    background: url(../images/bulldog-stronger/main-1.png);
    width: 100%;
    border-radius: 8px;
    text-align: center;
    background-color: #f4f4ff;
    background-size: cover;
    background-repeat: no-repeat;
    height: 81vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ready-img {
    width: 75%;
}

.ready-footer {
    background: #fff;
    padding: 0;
    border-top: 1px solid #000;
    margin-top: 0;
}

.ready-footer .copy-right-div {
    background: #000;
    padding: 10px 0;
    margin-top: 0;
}

.ready-header {
    background: #f2f2ff;
}


/*Ready Page*/

@media only screen and (max-width:700px) {
    .d {
        gap: 16px;
    }
    .c {
        font-size: 9px;
    }
    .d li {
        font-size: 10px;
    }
    .input-group {
        margin-top: 15px;
    }
    #fafa {
        padding-left: 0;
    }
    .shortcol1 {
        margin-top: 15px;
    }
    .a {
        font-size: 10px;
    }
    .b {
        font-size: 10px;
    }
    .pickle {
        font-size: 22px;
    }
    h3.categories {
        font-size: 18px;
    }
    .form-check {
        font-size: 16px;
        padding-top: 16px;
    }
    .btn1 {
        font-size: 16px;
    }
    .categories1 {
        padding: 25px 10px;
    }
    .has-search .form-control {
        font-size: 12px;
    }
    .notification1 {
        font-size: 16px;
    }
    .addtocart {
        display: grid;
        gap: 25px;
        grid-template-columns: auto auto auto auto auto auto;
        margin-top: 10px;
    }
    .image-box {
        margin-bottom: 10px;
    }
    .paddle-title {
        font-size: 18px;
    }
    .paddle-price {
        font-size: 16px;
    }
    .paddle-description {
        font-size: 12px;
        padding-bottom: 20px;
    }
    .product-paddles {
        padding-bottom: 10px;
    }
    footer {
        padding: 70px 0 0 0;
    }
    .footer-description {
        font-size: 14px;
        margin-top: 15px;
    }
    .footer-about {
        font-size: 22px;
        margin-top: 25px;
    }
    .w li {
        padding-top: 12px;
    }
    ul.w {
        font-size: 14px;
    }
    .copyright {
        font-size: 12px;
    }
    .copyrighta {
        font-size: 12px;
        text-align: center;
        margin-top: 10px;
    }
    .logo-footer {
        width: 55%;
    }
    .bg3 {
        padding-bottom: 40px;
    }
    .pr-0,
    .px-0 {
        padding-right: 15px !important;
    }
    .pl-0,
    .px-0 {
        padding-left: 15px !important;
    }
    #column-1 {
        margin-right: 15px;
    }
    .slk {
        margin-top: 0;
    }
    .otten-text {
        font-size: 14px;
    }
    .back-carousel {
        padding: 70px 70px;
    }
    .see-row {
        top: 2%;
    }
    .col-md-8 .paddle-product {
        height: auto;
        margin-left: -15px;
    }
    .net-product {
        padding: 15px 0 0 0;
    }
    .net-row {
        top: 1%;
    }
    .see-all-net {
        font-size: 14px;
    }
    .product-nets {
        font-size: 24px;
    }
    .price {
        margin-top: 10px;
    }
}

@media only screen and (min-width:1600px) {
    .navbar {
        padding-top: 20px;
    }
    .addtocart {
        align-items: center;
        display: grid;
        gap: 5px;
        grid-template-columns: auto auto auto auto auto auto;
    }
    #column-2 {
        padding: 50px 20px;
    }
    #column-1 {
        padding: 50px 20px;
    }
    .back-carousel {
        padding: 115px 100px;
    }
}

#search-results-id {
    position: absolute;
    z-index: 999;
    padding: 10px;
    width: 88%;
}

#search-results-id a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.search__input-container {
    position: relative;
}

.mar-div-updated {
    height: 600px;
    background: url(../images/bulldog-stronger/updated/main-3a1a.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 30px;
    border-radius: 10px;
}

.mar-div1-updated {
    height: 285px;
    background: url(../images/bulldog-stronger/updated/main-3b1.jpg) no-repeat;
    background-size: cover;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 10px;
    margin-top: 25px;
}
/*additional css*/

.blackhead {
    font-size: 45px;
    color: black;
    font-weight: 600;
}

.cmnt {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sec1div {
    padding-bottom: 25px;
}

.sec1,
.sec2,
.sec3,
.sec4,
.sec5,
.sec6,
.sec7,
.sec8,
.sec9,
.sec10,
.sec11 {
    padding: 50px 10px;
}
.sec6,.sec8 {
    margin: 50px 10px;
}
.ub img {
    width: 100%;
    margin-bottom: 10px;
}

.sec2 h2 {
    font-size: 50px;
    color: black;
}

.ub h4 {
    font-size: 20px;
    color: black;
    margin-bottom: 0;
}


.ub p {
    font-size: 14px;
    color: black;
}

.dimg {
    width: 100%;
}

.bluebx h3 {
    font-size: 50px;
    color: white;
    font-weight: 600;
}

.bluebx p {
    color: white;
    font-size: 14px;
    width: 90%;
}

.chckout {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid white;
    border-radius: 30px;
}

.bluebx {
    background-color: #295EC5;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}

.sec3-inner {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: stretch;
    justify-content: center;
}

.counters {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.counter {
    text-align: center;
}

.counter h5 {
    font-size: 40px;
    color: black;
    margin-bottom: 0;
}

.newsletter {
    display: flex;
    align-items: end;
    gap: 20px;
}

.content h4 {
    font-size: 30px;
    color: black;
}

.subs {
    position: absolute;
    right: 4px;
    top: 4px;
    background-color: #295EC5;
    color: white;
    border: 1px solid #295EC5;
    padding: 11px 40px;
    border-radius: 10px;
}

.em {
    position: relative;
}

.lm {
    color: white;
    background-color: #295EC5;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 40px;
    border: 1px solid #295EC5;
    width: max-content;
}

.lm:hover {
    color: #295EC5;
    background-color: transparent;
    border: 1px solid #295EC5;
    transition: 0.3s;
}

.newsletter .img img {
    width: 75%;
    text-align: center;
}

.sec6 {
    background: url(../images/sec6bg.png);
    background-size: cover;
    padding: 100px 10px;
}

.sec6 p {
    margin-bottom: 25px;
}

.emailfeild {
    width: 100%;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid black;
}

.bdsec {
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: center;
}

.bdsec .img img {
    width: 100%;
}

.headcntnt {
    text-align: center;
}

.sec7,
.sec9,
.sec10 {
    width: 85%;
    margin: auto;
}

.service {
    background-color: white;
    color: black;
    padding: 50px 20px;
    box-shadow: 6px 6px 20px #00000029;
    border-radius: 10px;
    margin-top: 20px;
}

.service img {
    margin-bottom: 15px;
    width: 25%;
}

.service:hover {
    background-color: #295EC5;
    color: white;
    transition: 0.3s;
}

.sec8 {
    background: url(../images/sec8bg.png);
    background-size: cover;
    height: 700px;
}

.sec8 .accordion-button:not(.collapsed) {
    background-color: #295EC5;
    color: white;
}

.sec8 .accordion-item {
    background-color: #295EC5;
    color: white;
    margin-bottom: 20px;
    border-radius: 20px !important;
    border: 0;
    box-shadow: none;
}

.sec8 .accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

div#accordionExample {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sec8 .accordion-item .accordion-button {
    border-radius: 20px !important;
    border: 0 !important;
    box-shadow: none !important;
}

.sec8 .accordion-button:not(.collapsed)::after {
    filter: brightness(50);
}

.support {
    background-color: white;
    color: black;
    padding: 50px 20px;
    text-align: center;
    border-radius: 20px;
    margin-top: 25px;
    height: 400px;
    border: 1px solid #707070;
    box-shadow: 10px 15px 60px #00000029;
}

.support h3 {
    margin-bottom: 80px;
    font-size: 35px;
    color: black;
    font-weight: 600;
    text-align: left;
}

.lghtblubx {
    background-color: #295ec5de;
    padding: 20px 30px;
    color: white;
    border-radius: 0px 25px 25px 25px;
    margin-right: -15px;
    z-index: 1;
}

.lghtblubx p {
    font-size: 14px;
}

.user {
    display: flex;
    align-items: center;
    gap: 15px;
}

.user .cntnt p {
    margin-bottom: 0;
}

.testi {
    display: flex;
    flex-direction: column;
    padding: 25px;
    box-shadow: 6px 6px 20px #00000029;
    border-radius: 13px;
}

.testi:hover {
    background-color: #295EC5;
    color: white;
    transition: 0.3s;
}

.testi p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.testi i {
    font-size: 30px;
}

.testi .fa-quote-left {
    text-align: left;
}

.testi .fa-quote-right {
    text-align: right;
    color: #b0b0b0;
}

.owl-carousel .owl-stage-outer {
    height: 400px;
}

.vet img {
    width: 100% !important;
    border-radius: 13px;
}

.vet a {
    display: flex;
    color: black;
    flex-direction: column;
    gap: 10px;
    text-decoration: none;
}

.vet {
    padding: 15px;
    border-radius: 13px;
    box-shadow: 6px 6px 20px #00000029;
}

@media screen and (min-width:767px) and (max-width: 1023px) {
    .blackhead {
        font-size: 24px;
    }

    .cmnt h5 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .sec1div p {
        font-size: 14px;
    }

    .sec2 h2 {
        font-size: 24px;
        text-align: center;
        color: black;
    }

    .sec2 p {
        font-size: 14px;
        text-align: center;
    }

    .newsletter p {
        font-size: 14px;
    }

    .sec1,
    .sec2,
    .sec3,
    .sec4,
    .sec5,
    .sec6,
    .sec7,
    .sec8 {
        padding: 30px 10px;
    }

    .chckout {
        font-size: 12px;
    }

    .bluebx h3 {
        font-size: 24px;
    }

    .bluebx p {
        font-size: 12px;
        width: 100%;
    }

    .counter p {
        font-size: 13px;
    }

    .newsletter .img img {
        width: 100%;
    }

    .newsletter {
        margin-bottom: 30px;
    }

    .sec8 .blackhead {
        text-align: center;
    }

    .sec8 p {
        font-size: 14px;
        text-align: center;
    }

    .counter h5 {
        font-size: 25px;
    }

    .service h4 {
        font-size: 20px;
    }

    .service {
        height: 300px;
    }

    .sec6 p {
        font-size: 14px;
    }

    .lm {
        font-size: 14px;
        text-align: center;
        width: 100%;
    }

    .service p {
        font-size: 14px;
    }

    .headcntnt p {
        font-size: 14px;
    }

    .sec7,
    .sec9,
    .sec10 {
        width: 100%;
    }
    .sec8 {
        height: 580px;
    }
    .owl-carousel .owl-stage-outer {
        height: 450px;
    }
    .user .cntnt h5 {
        font-size: 18px;
    }
    .user .cntnt p {
        margin-bottom: 0;
        font-size: 14px;
    }
    .testi p {
        font-size: 14px;
    }
    .vet p {
        font-size: 14px;
    }
    .vet {
        margin-top: 20px;
    }
    .sec6,.sec8 {
        margin: 30px 10px;
    }
}

@media screen and (min-width:0px) and (max-width: 766px) {
    .blackhead {
        font-size: 22px;
        text-align: center;
    }

    .sec5 .blackhead {
        margin-top: 10px;
    }

    .sec1div p {
        font-size: 13px;
        text-align: center;
    }

    .cmnt {
        justify-content: center;
    }

    .cmnt h5 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .sec2 h2 {
        font-size: 24px;
        text-align: center;
        color: black;
    }

    .sec2 p {
        font-size: 13px;
        text-align: center;
    }

    .ub {
        margin-bottom: 15px;
    }

    .sec3-inner {
        grid-template-columns: 100%;
    }

    .bluebx {
        padding: 40px;
        align-items: center;
    }

    .bluebx p {
        font-size: 12px;
        width: 100%;
        text-align: center;
    }

    .sec6 .sec3-inner {
        display: flex;
        flex-direction: column-reverse;
    }

    .counters {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .newsletter .img {
        display: none;
    }

    .newsletter p {
        font-size: 14px;
        text-align: center;
    }

    .content h4 {
        text-align: center;
    }

    .lghtblubx {
        margin-right: 0px;
        text-align: center;
        border-radius: 0;
    }

    .bdsec {
        display: flex;
        flex-direction: column-reverse;
    }

    .sec1,
    .sec2,
    .sec3,
    .sec4,
    .sec5,
    .sec6,
    .sec7,
    .sec8, 
    .sec9, 
    .sec10 {
        padding: 25px 10px;
    }

    .ub h4 {
        font-size: 18px;
        text-align: center;
    }

    .ub p {
        font-size: 12px;
        margin-top: 10px;
    }

    .chckout {
        font-size: 12px;
    }

    .bluebx h3 {
        font-size: 24px;
    }

    .bluebx p {
        font-size: 12px;
        width: 100%;
        text-align: center;
    }

    .counter p {
        font-size: 13px;
    }

    .newsletter .img img {
        width: 100%;
    }

    .newsletter {
        margin-bottom: 30px;
    }

    .sec8 .blackhead {
        text-align: center;
    }

    .sec8 p {
        font-size: 14px;
        text-align: center;
    }

    .counter h5 {
        font-size: 25px;
    }

    .service {
        text-align: center;
    }

    .sec6 p {
        font-size: 13px;
    }

    .sec6 {
        text-align: center;
    }

    .lm {
        font-size: 13px;
        text-align: center;
        width: 100%;
    }

    .service p {
        font-size: 13px;
    }

    .sec7, .sec9, .sec10 {
        width: 100%;
    }
    .headcntnt p {
        font-size: 13px;
    }
    .service h4 {
        font-size: 18px;
    }
    .service {
        padding: 30px 15px;
    }
    .service img {
        margin-bottom: 10px;
        width: 20%;
    }
    .sec8 {
        height: 670px;
    }
    .sec6, .sec8 {
        margin: 25px 10px;
    }
    .testi p {
        font-size: 13px;
    }
    .user .cntnt p {
        margin-bottom: 0;
        font-size: 12px;
    }
    .cntnt h5 {
        font-size: 18px;
    }
    .owl-carousel .owl-stage-outer {
        height: 340px;
    }    
    .vet p {
        font-size: 13px;
    }
    .vet {
        text-align: center;
        margin-top: 20px;
    }
    .sec10 .user {
        display: flex;
        gap: 15px;
        justify-content: center;
    }