

/* Happy Clients End*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 1.8;
    font-family: 'montserrat-regular';
    font-size: 13.54px;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'FontsFree-Net-AmpleSoftProMedium';
    src: url(../fonts/FontsFree-Net-AmpleSoftProMedium.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-regular';
    src: url(../fonts/montserrat-regular\ .ttf);
   
    font-weight: 400;
    font-style: normal
}
/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #242889;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #72d219;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'FontsFree-Net-AmpleSoftProMedium';
    font-size: 78px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'FontsFree-Net-AmpleSoftProMedium';
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'FontsFree-Net-AmpleSoftProMedium';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'FontsFree-Net-AmpleSoftProMedium';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'FontsFree-Net-AmpleSoftProMedium';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'FontsFree-Net-AmpleSoftProMedium';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 10px 23px;
    font-size: 13px;
}

.menuSec ul li a:after {
    content: '';
    /* position: absolute; */
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: radial-gradient(circle, rgba(81, 165, 181, 0) 20%, rgb(81 165 181 / 76%) 62%);
    z-index: 1;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.carousel-caption {
    background-image: url(../images/banner-2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-caption::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    background: radial-gradient(circle, rgba(81, 165, 181, 0) 20%, rgba(69, 161, 192, 0.452) 62%);
    right: 0;
    top: 0;
}
.banner_text p {
    width: 90%;
}
.banner_text a {
    width: 214px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: 44px;
    border-color: #fff;
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(90deg,rgba(87, 170, 200, 1) 0%, rgba(140, 193, 217, 1) 100%);
}

.banner_text a img {
    background: #fff;
    padding: 14px 19px;
    border-radius: 50px;
}

.story_text a{
 width: 214px;
 height: 50px;
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 12px;
 border-radius: 44px;
 border-color: #fff;
 color: #fff;
 text-transform: uppercase;
 margin: 0 auto;
 background: linear-gradient(90deg,rgba(87, 170, 200, 1) 0%, rgba(140, 193, 217, 1) 100%);
}
.story_text a img{
background: #fff;
    padding: 14px 19px;
    border-radius: 50px;
}
.Our_Story {
    text-align: center;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

section.main_slider {
    overflow: hidden;
}

.Our_Story::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: -37px;
    border-radius: 60px;
    z-index: -1;
}

.Our_Females{
    background-image: url(../images/females.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.Our_Females::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #e3eef2c9;
    border-radius: 50px;
    top: 0;
}
.Our_Females_card a{
     width: 183px;
     height: 50px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 21px;
     border-radius: 44px;
     border-color: #fff;
     color: #fff;
     text-transform: uppercase;
     margin: 0 auto;
     padding: 7px;
     background: linear-gradient(90deg,rgba(87, 170, 200, 1) 0%, rgba(140, 193, 217, 1) 100%);
     box-shadow: 0 0 12px 0 #c0c0c0;
     border: 1px solid;
}
.Our_Females_card a img {
    background: #fff;
    padding: 14px 19px;
    border-radius: 50px;
    height: auto;
    width: auto;
}
.Our_Females_card_text {
    background: #fff;
    padding: 17px;
    border-radius: 0 0 25px 25px;
    position: relative;
    z-index: 1;
}

.Our_Females_card {
    background: #fff;
    border-radius: 25px;
    text-align: center;
}

.Our_Females_card img {
    width: 100%;
    height: 319px;
    object-fit: cover;
    border-radius: 25px;
}



.Our_Females_card_text h4::before {
    position: absolute;
    content: '';
    width: 39px;
    height: 3px;
    background: linear-gradient(90deg,rgba(87, 170, 200, 1) 0%, rgba(140, 193, 217, 1) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 116px;
    display: flex;
    align-content: center;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.Our_Females_content {
    text-align: center;
}

.Our_Females_content h2 {
    margin: 0;
}


/* Health_dogs */
.Health_dogs{
padding: 100px 0;
}

.health_content {
    text-align: center;
}

.health_content h2 {
    margin: 0;
}

.Health_dogs_text {
    background: #f9f9f9;
    padding: 37px;
    border-radius: 30px;
    box-shadow: 0 0 1px 0;
}

.Health_dogs_text img {
    background: #e7f0f3;
    height: auto;
    width: auto;
    padding: 17px;
    border-radius: 5px;
}

.Health_dogs_text h4 {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 33px;
}

.Health_dogs_text a img {
    background: #fff;
    box-shadow: 0 0 4px 0 #c6c6c6;
    padding: 14px 18px;
    border-radius: 60px;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 1.8;
    font-family: 'montserrat-regular';
    font-size: 13.54px;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'FontsFree-Net-AmpleSoftProMedium';
    src: url(../fonts/FontsFree-Net-AmpleSoftProMedium.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-regular';
    src: url(../fonts/montserrat-regular\ .ttf);
   
    font-weight: 400;
    font-style: normal
}
/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #77b7d1;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #72d219;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'FontsFree-Net-AmpleSoftProMedium';
    font-size: 78px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'FontsFree-Net-AmpleSoftProMedium';
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'FontsFree-Net-AmpleSoftProMedium';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'FontsFree-Net-AmpleSoftProMedium';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'FontsFree-Net-AmpleSoftProMedium';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'FontsFree-Net-AmpleSoftProMedium';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */
header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    text-align: center;
    z-index: 2;
    height: 51px;
}
.menuSec {
    padding: 13px 0;
    background: #95c0c052;
}
.header-logo {
    text-align: start;
}
.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    border: unset;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    /* display: inline-block; */
    text-decoration: none;
    color: #ffffff;
    padding: 10px 23px;
    font-size: 13px;
    border: unset;
}

.menuSec ul li a:after {
    /* content: ''; */
    /* position: absolute; */
    /* top: 35%; */
    right: 0;
    width: 1px;
    height: 13px;
    /* background-color: #393939; */
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    /* padding: 0; */
    /* margin: 3px!important; */
    text-indent: -999px;
    cursor: pointer;
    background-color: #45a1c0;
    /* background-clip: padding-box; */
    border: 1px solid #6b6b6b;
    /* border-top: 10px solid transparent; */
    /* border-bottom: 10px solid transparent; */
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
    margin-right: 18px !important;
    z-index: 5;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: radial-gradient(circle, rgba(81, 165, 181, 0) 20%, rgb(81 165 181 / 76%) 62%);
    z-index: 1;
}
.carousel-item img {
    height: 100vh;
    width: 100%;
}
.carousel-item.active.inner-bannner img {
    height: 88vh;
    width: 100%;
    display: flex;
    object-position: 280px center;
    object-fit: cover;
}
.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 66%;
    left: 63%;
    z-index: 6;
    /* display: flex; */
    justify-content: end;
    /* padding: 0; */
    /* margin-right: 15%; */
    /* margin-bottom: 1rem; */
    /* margin-left: 33%; */
    /* list-style: none; */
    /* margin: 31px; */
    width: 31%;
    transform: rotate(90deg);
}
.carousel-indicators .active::before {
    position: absolute;
    content: '';
    width: 67px;
    height: 1px;
    background: #000;
    top: 4px;
    left: 0;
    right: 0px;
    margin: auto;
    z-index: -1;
}
.carousel-indicators .active:last-child::before {
     top: 3px;
     bottom: 0 !important;
     left: -80px;
}
.carousel-indicators .active {
    margin: 0;
    background-color: #000000;
    width: 7px;
    height: 7px;
    border-radius: 52px;
    border: 1px solid;
    margin-right: 52px !important;
    box-shadow: 0px 0px 1px 3px #68b1c0, 0px 0px 0px 4px #000000;
    position: relative;
    z-index: 1;
}

.carousel-indicators .active:last-child {
       margin-right: 0 !important;
       margin-left: 48px !important;
}

/*banner css end*/

.carousel-caption {
    background-image: url(../images/banner-2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-caption::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    /* background: radial-gradient(circle at 62% 50%, rgba(81, 165, 181, 0) 38%, rgb(69 162 192) 57%); */
    right: 0;
    top: 0;
    background: radial-gradient(circle at 67% 50%, rgb(33 33 43 / 0%) 0%, rgba(68, 163, 194, 0.747) 40%);
}
.banner_text p {
    width: 93%;
}
.banner_text a {
    width: 214px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: 44px;
    border-color: #fff;
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(90deg,rgba(87, 170, 200, 1) 0%, rgba(140, 193, 217, 1) 100%);
}

.banner_text a img {
    background: #fff;
    padding: 14px 19px;
    border-radius: 50px;
    height: auto;
    width: auto;
}

.story_text a{
 width: 214px;
 height: 50px;
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 12px;
 border-radius: 44px;
 border-color: #fff;
 color: #fff;
 text-transform: uppercase;
 margin: 0 auto;
 background: linear-gradient(90deg,rgba(87, 170, 200, 1) 0%, rgba(140, 193, 217, 1) 100%);
}
.story_text a img{
background: #fff;
    padding: 14px 19px;
    border-radius: 50px;
}
.Our_Story {
    text-align: center;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

section.main_slider {
    overflow: hidden;
}

.Our_Story::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: -37px;
    border-radius: 60px;
    z-index: -1;
}

.Our_Females{
    background-image: url(../images/females.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.Our_Females::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #e3eef2c9;
    border-radius: 50px;
    top: 0;
}
.Our_Females_card a{
     width: 183px;
     height: 50px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 21px;
     border-radius: 44px;
     border-color: #fff;
     color: #fff;
     text-transform: uppercase;
     margin: 0 auto;
     padding: 7px 4px 7px 15px;
     background: linear-gradient(90deg,rgba(87, 170, 200, 1) 0%, rgba(140, 193, 217, 1) 100%);
     box-shadow: 0 0 12px 0 #c0c0c0;
     border: 1px solid;
}
.Our_Females_card a img {
    background: #fff;
    padding: 14px 19px;
    border-radius: 50px;
    height: auto;
    width: auto;
}
.Our_Females_card_text {
    background: #fff;
    padding: 17px;
    border-radius: 0 0 25px 25px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 1px 0;
}

.Our_Females_card {
    background: #fff;
    border-radius: 25px;
    text-align: center;
}

.Our_Females_card img {
    width: 100%;
    height: 319px;
    object-fit: cover;
    border-radius: 25px;
}



.Our_Females_card_text h4::before {
    position: absolute;
    content: '';
    width: 39px;
    height: 3px;
    background: linear-gradient(90deg,rgba(87, 170, 200, 1) 0%, rgba(140, 193, 217, 1) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 116px;
    display: flex;
    align-content: center;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.Our_Females_content {
    text-align: center;
}

.Our_Females_content h2 {
    margin: 0;
}


/* Health_dogs */
.Health_dogs{
padding: 100px 0;
}

.health_content {
    text-align: center;
}

.health_content h2 {
    margin: 0;
}

.Health_dogs_text {
    background: #f9f9f9;
    padding: 37px;
    border-radius: 30px;
    box-shadow: 0 0 1px 0;
}

.Health_dogs_text img {
    background: #e7f0f3;
    height: auto;
    width: auto;
    padding: 17px;
    border-radius: 5px;
}

.Health_dogs_text h4 {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 33px;
}

.Health_dogs_text a img {
    background: #fff;
    box-shadow: 0 0 4px 0 #c6c6c6;
    padding: 14px 18px;
    border-radius: 60px;
}

p.para {
    font-weight: 600;
    color: #7c7c7c;
}

p.para span {
    color: #62b1cb;
}

.Our_Females_card_text.puppies h4::before {
    bottom: 159px;
}


/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

.footer-btm {
    background: #272727;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    margin-top: 50px;
    border-top: 1px solid #828282;
}

.footer-contact p {
    color: #ffffff;
    margin-bottom: 22px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    width: 90%;
    font-weight: 400;
    opacity: 60%;
}

.socialMediaIcons i {
    font-size: 16px;
    border: 1px solid #fff;
    width: 37px;
    height: 37px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    color: #fff;
    transition: 0.7s all;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-links ul a:hover {
    opacity: 100%;
}

.news-letter ul li:hover {
    opacity: 100%;
}

.footerSec {
    background: #272727;
    padding-top: 50px;
}

.foot-links h5 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 25px;
}

.news-letter ul li {
    display: flex;
    align-items: center;
    gap: 18px;
    /* margin-bottom: 20px; */
    /* border-bottom: 2px solid #353c41; */
    padding-bottom: 15px;
    /* font-family: 'Roboto'; */
    opacity: 60%;
    color: #ffffff;
    /* font-size: 15px; */
    width: 80%;
    transition: 1s all;
    font-size: 15px;
}

.news-letter ul {
    color: white;
    font-size: 12px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.footer_logo img {
    position: sticky;
    z-index: 9999999;
    margin-top: 25px;
    width: 64%;
}

.footer_logo::before {
    background: #ef82b5;
    position: absolute;
    content: '';
    width: 100vw;
    height: 100%;
    right: 35%;
    top: 17px;
    z-index: 5;
    border-radius: 0px 12px 12px 0px;
    bottom: 0;
    margin: auto;
}

.footer_logo {
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
}

.news-letter h5 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 25px;
}

.foot-links ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-size: 15px;
}

.copy-txt p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    opacity: 60%;
    margin: 0;
}
.foot-links ul li {
    color: #fff;
}

.copy-txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.socialMediaIcons i:hover {
    background: #c43437;
    border: unset;
    background-image: -webkit-linear-gradient(108deg, rgb(0, 63, 154) 0%, rgb(1, 108, 190) 100%);
}

.foot-links ul a {
    font-size: 15px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 60%;
    transition: 1s all;
}

.news-letter ul a {
    font-size: 14px;
    color: #ffffff;
}
.news-letter ul a i {
    padding-right: 24px;
}
.footer-contact h5 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 22px;
    margin-top: 25px;
}

.socialMediaIcons {
    display: flex;
    align-items: center;
    gap: 7px;
}

.news-letter p {
    color: #fff;
    font-size: 14px;
    opacity: 60%;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    margin-top: -5px;
}

.news-letter input {
    width: 100%;
    height: 55px;
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 10px;
    margin-bottom: 15px;
    font-family: 'Roboto';
}

.news-letter button {
    width: 170px;
    height: 52px;
    border-radius: 10px;
    border: unset;
    font-size: 13px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #fff;
    background-image: -webkit-linear-gradient(108deg, rgb(0, 63, 154) 0%, rgb(1, 108, 190) 100%);
    font-weight: 600;
}

.foot-links {
    margin-left: 50px;
}

.news-letter {
    margin-left: -30px;
}

.news-letter.vtb {
    margin: unset;
}

.news-letter ul li:Last-child {
    border: unset;
}

.news-letter ul li img {
    width: 20px;
    height: auto;
    object-fit: scale-down;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */
.theme-btn:hover {
    color: #fff;
}
.theme-btn {
    position: relative;
    z-index: 2;
    border: 0;
}
.theme-btn::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #000;
    z-index: -1;
    transition: 0.5s;
    border-radius: 65px;
}
.theme-btn:hover::before {
    width: 100%;
    height: 100%;
}
.story_sec {
    padding: 100px 0;
}

.story_img img {
    width: 96%;
    height: 550px;
    object-fit: cover;
    border-radius: 17px;
}

.story_text h2 {
    margin: 0;
    padding-bottom: 12px;
}

.story_text p {
    margin: 0;
    padding-bottom: 0;
    padding-bottom: 25px;
}

.story_sec .row {
    align-items: center;
}
.Female_deatl {
    padding: 100px 0;
}
.feamles_detail_text p {
    margin: 0;
    width: 95%;
}



.female_detail_img img {
    height: 478px;
    object-fit: cover;
    border-radius: 19px;
}

.feamles_detail_text h2 {
    margin: 0 0 10px 0;
    position: relative;
    z-index: 1;
}

.feamles_detail_text h2:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 4px;
    background: #92c5da;
    bottom: 0px;
    left: 0;
}
.puppies_detail {
    padding: 100px 0;
}

.puppies_detail .row {
    align-items: center;
}
.puppies_detail_img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 21px;
}
.puppies_detail_text a{
     width: 183px;
     height: 50px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 21px;
     border-radius: 44px;
     border-color: #fff;
     color: #fff;
     text-transform: uppercase;
     /* margin: 0 auto; */
     padding: 7px;
     background: linear-gradient(90deg,rgba(87, 170, 200, 1) 0%, rgba(140, 193, 217, 1) 100%);
     box-shadow: 0 0 12px 0 #c0c0c0;
     border: 1px solid;
}

.puppies_detail_text a img{
     background: #fff;
    padding: 14px 19px;
    border-radius: 50px;
    height: auto;
    width: auto;
}
.contact_sec {
  padding: 100px 0;
}
.contact_detail h1 {
  font-size: 75px;
  /* font-family: "deluce"; */
  font-weight: 500;
  color: #2a2a2a;
  margin-bottom: 0px;
}
.contact_detail p {
  font-size: 15px;
  /* font-family: "montserrat.medium"; */
  color: #979797;
  /* margin-bottom: 30px; */
}
.contact_detail {
  padding: 50px 0;
}
.contact_card {
  border: 1px solid #f1f2f2;
  padding: 34px;
  height: 100%;
}
.contact_card h2 {
  font-size: 23px;
  color: #56aac7;
  margin-bottom: 10px;
  padding-top: 13px;
}
.contact_card p {
  font-size: 15px;
  /* font-family: "montserrat.medium"; */
  color: #979797;
  margin: 0;
  font-weight: 700;
}
.contact_card p a {
  text-decoration: none;
  color: #979797;
  margin: 0;
}
.contact_heading h1 {
  font-size: 74px;
  /* font-family: "deluce"; */
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}
.contact_heading p {
  font-size: 15px;
  /* font-family: "montserrat.medium"; */
  color: #979797;
  margin-bottom: 30px;
}
.contact_form input,
.contact_form textarea {
  width: 100%;
  border: 1px solid #979797;
  padding: 12px 20px;
  margin-bottom: 20px;
  font-size: 15px;
  font-family: "montserrat.medium";
  color: #000;
  text-transform: capitalize;
}
.contact_form button {
  width: 170px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  border-radius: 44px;
  border-color: #fff;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 7px;
  background: linear-gradient(90deg,rgba(87, 170, 200, 1) 0%, rgba(140, 193, 217, 1) 100%);
  box-shadow: 0 0 12px 0 #c0c0c0;
  border: 1px solid;
}
.contact_form {
  padding: 100px 0;
}
.contact_form button img {
      background: #fff;
    padding: 14px 19px;
    border-radius: 50px;
    height: auto;
    width: auto;
}


/*CHECKOUT PAGE*/

.billing_form h3 {
  font-size: 53px;
  line-height: 1;
  color: #121212;
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.billing_form label {
  font-size: 11px;
  color: #7c7c7c;
  font-weight: 600;
}

.radiosss p {
  color: #000000ad;
  font-size: 13px;
  font-weight: 400;
}

.billing_form input {
  width: 100%;
  height: 45px;
  border: 1px solid #c4c4c4;
  margin-bottom: 20px;
  padding-left: 15px;
  background: transparent;
  border-radius: 0;
  font-weight: 500;
}

.billing_form input::placeholder {
  color: #b0b0b0;
  
}

.cart_sidebar .cart_lst li:not(:last-child) {
  margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
  font-size: 14px;
  color: #7c7c7c;
}

.cart_sidebar .cart_lst li span {
  float: right;
}

.cart_sidebar .cart_lst li:last-child {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.cart_sidebar .cart_lst {
  margin-top: 20px;
  margin-bottom: 40px;
}

.thankyou_txt {
  padding: 50px;
  border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
  font-size: 35px;
  color: #000;
  font-weight: 800;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

.thankyou_txt h3 i {
  font-size: 40px;
  margin-right: 15px;
}

.order_det h5 {
  font-size: 20px;
  color: #7c7c7c;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.order_det p {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 0;
}

.order_complete_detail h3 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.order_detail_table {
  padding: 40px;
  border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
  margin-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.order_detail_table ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
  margin-bottom: 25px;
}

.order_detail_table ul li {
  font-size: 14px;
  color: #7c7c7c;
}

.order_detail_table ul li span {
  float: right;
}

.order_detail_table ul li:last-child {
  font-weight: 700;
  color: #000;
}

.order_detail_table h6 {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  font-family: "Roboto", sans-serif;
  padding: 25px 0;
  border-top: 1px solid #dbdbdb;
  margin: 0;
}

.order_detail_table h6 span {
  float: right;
}

.check_menu ul {
  text-align: center;
  margin-bottom: 40px;
}

.check_menu ul li {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #7c7c7c;
  margin: 0 14px;
}

.check_menu ul li i {
  font-size: 18px;
}

.check_menu ul li.purp {
  color: #700ea3;
}

.cart_sidebar {
  padding: 40px 25px;
  border: 1px solid #c4c4c4;
  border-radius: 0;
}

.cart_sidebar h3 {
  font-size: 25px;
  color: #121212;
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 500;
}

.cart_sidebar .h-sub {
  font-weight: 500;
  color: #121212;
  font-size: 19px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
  line-height: 0;
  padding-bottom: 30px;
  padding-top: 20px;
  text-transform: capitalize;
}

.cart_sidebar h5 span {
  float: right;
  color: #000;
}

.cart_sidebar h4 {
  font-size: 22px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: normal;
  padding-top: 0;
}

.cart_sidebar ul li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.cart_sidebar ul li label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #7c7c7c;
}

.cart_sidebar ul li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.cart_sidebar ul li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #77b7d1;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
  margin-bottom: 15px;
}

.cart_sidebar form {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
  font-size: 14px;
  font-weight: 400;
  color: #b7b7b7;
  font-family: "Roboto", sans-serif;
}

.cart_sidebar form select {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}

.cart_sidebar form select option {
  color: #000;
}

.cart_sidebar form input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
  color: #b7b7b7;
  font-family: "Montserrat-Ultral";
}

.cart_sidebar form button {
  color: #000;
  font-size: 15px;
  border-radius: 0px;
  font-family: "Poppins", sans-serif;
  padding: 10px 40px;
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
  background-color: transparent;
  transition: 0.3s ease-in-out;
}

.checkout_btn {
  padding: 12px 50px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  border-radius: 0;
  font-weight: 500;
  border: 2px solid transparent;
  background-color: #ff2e98;
  font-family: "Montserrat-Ultral";
}

.checkout_btn:hover {
  /* color: white; */
}

ul.shipping-ul {
  border-bottom: 1px solid #dbdbdb;
  margin: 0;
  padding-bottom: 30px;
}

h6.payment-h {
  font-weight: 500;
  color: #000;
  font-size: 22px;
  margin-bottom: 30px;
  /* font-family: 'saud'; */
  font-weight: 600;
}

.cart_sidebar .radiosss-payments li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%),
    inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  border-radius: 20px;
  left: 6px;
  border: 0;
  width: 10px;
  height: 10px;
  background-color: #77b7d1;
}

.radiosss-payments .card.card-body {
  padding: 0;
  border: 0;
  margin-left: 30px;
  background: none;
}

.radiosss-payments {
  border-bottom: 1px solid rgb(219, 219, 219);
}

section.checkout_page.all-section.all-side {
  padding: 60px 0px 80px;
  position: relative;
}

.checkout_page .img-1 {
  position: absolute;
  left: -13%;
  top: 50%;
  width: 340px;
}

.checkout_page .img-2 {
  position: absolute;
  right: -7%;
  top: 60%;
  width: 230px;
  transform: rotate(200deg);
}

.billing_form {
  padding: 0;
  border: 1px solid;
  padding: 22px;
  border-color: #c4c4c4;
}

section.checkout_page a.theme_btn {
  margin: 0 auto;
}

.checkout_page {
  position: relative;
  padding: 100px 0;
}

.checkout_page img.bk-1 {
  bottom: 20%;
  width: 7%;
}

.checkout_page img.bk-2 {
  bottom: 10%;
  width: 7%;
}

.h-sub-ex,
.h-sub-ex span {
  color: #000000 !important;
  font-weight: 500 !important;
}

.cart-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  height: 43px;
  border-radius: 11px;
}

/*Checkout End*/
.cart_sec {
  padding: 150px 0;
}
.quantity1 {
  border: 1px solid #979797;
  border-radius: 0;
  padding: 5px 26px;
  width: 159px;
  /* margin-right: 17px; */
  margin-left: -53px;
}
.quantity1 input {
  border: unset;
  width: 40px;
  text-align: center;
  font-size: 16px;
  font-family: "montserrat.medium";
}
.quantity1 button {
  border: unset;
  font-size: 23px;
  background-color: unset;
}
button.plus {
  border: 1px solid;
  border-radius: 46px;
  font-size: 17px;
  /* padding: 0 0; */
  /* height: 24px; */
}
button.minus {
  border: 1px solid;
  border-radius: 65px;
}
.Update {
  color: #161414;
  font-size: 13px;
  text-decoration: none;
  /* margin-top: 10px; */
  width: 190px;
  height: 69px;
  /* text-align: center; */
  /* padding: 21px; */
  margin-left: 24px;
}
.table tr td img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.table tr td {
  padding-top: 20px;
  padding-left: inherit;
}
th.th\. {
  padding: 16px;
  color: #fff;
}
tr.tr_sec th {
    color: #fff;
}
th.qunti {
    padding-left: 37px;
}
.total p {
  font-size: 17px;
  color: #979797;
  padding-bottom: 13px;
  padding-top: 0;
  /* margin-top: 10px; */
}

.total span {
  padding-left: 76px;
}
table {
  width: 100%;
}
.td_img {
  display: flex;
  gap: 14px;
}
.td_img p {
  text-align: justify;
  padding-top: 20px;
  font-size: 11px;
}
td.Xbtn {
}

.Xbtn a {
  text-decoration: none;
  color: #fff;
  background-color: #65b0cc;
  padding: 6px 16px;
  font-size: 18px;
  margin-left: -41px;
}
.cart_btn a {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
}
.cart_btn a i {
  font-size: 20px;
  text-decoration: none;
  margin-left: -4px;
}
.cart_btn {
  text-align: start;
  margin-top: 11px;
}
.carts_btn {
  text-align: end;
  margin-top: 11px;
}
.carts_btn a {
  text-decoration: none;
  color: #ffffff;
  font-size: 21px;
  background-color: #65b0cc;
  padding: 13px 91px;
  font-weight: 500;
}
.paypal_btn {
  text-align: center;
  margin-top: 56px;
  position: relative;
}
.paypal_btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 125px;
  top: 16px;
  left: 0;
  border: #dbdddf solid 1px;
  z-index: -1;
  background-color: #ffffff;
}
.paypal_btn a {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  /* border: 1px solid; */
  padding: 5px 59px;
  background-color: #ffff;
}
.paypal_btn img {
  width: 235px;
  margin-top: 23px;
  border-radius: 16px;
}
.total {
  padding: 6px 0 0px 49px;
  text-align: center;
  position: relative;
}
.total h5 {
  font-size: 25px;
  color: #000000;
  font-weight: 500;
}
.total::before {
  position: absolute;
  content: "";
  width: 78%;
  height: 269px;
  top: -25px;
  left: 76px;
  border: #dbdddf solid 1px;
  z-index: -1;
  background-color: #f9f9f9;
}
.shipping::before {
  position: absolute;
  content: "";
  width: 79%;
  height: 181px;
  top: 40px;
  left: 79px;
  border: #dbdddf solid 1px;
  z-index: -1;
  background-color: #f9f9f9;
}
.shipping {
  padding: 38px 125px;
  text-align: justify;
  position: relative;
}
.shipping h5 {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  margin-top: 19px;
  margin-bottom: 0;
}
.shipping p {
  font-size: 15px;
  color: #979797;
  margin-top: 6px;
}
.order2 h5 {
  font-size: 23px;
  font-family: roboto-medium;
  color: #c88928;
  font-weight: 800;
}

.order4 h5 {
  font-size: 23px;
  font-family: "roboto-medium";
  color: #c88928;
  font-weight: 800;
}
.order h5 {
  font-size: 25px;
  font-family: "roboto-medium";
  font-weight: 500;
  padding-top: 15px;
}
.order5 h5 {
  font-size: 23px;
  font-family: "roboto-medium";
  font-weight: 500;
  padding-top: 26px;
  text-align: end;
}
.billing_detail h3 {
  font-size: 44px;
  font-family: "montserrat.medium";
  padding-bottom: 17px;
}
.billing_detail form input::placeholder {
  color: #b3b3b3;
}
.text h5 {
  font-size: 22px;
  padding-bottom: 18px;
  padding-top: 15px;
  font-family: "roboto-medium";
}
.accordion-header input[type="radio"] {
  accent-color: #c88928;
}
.add_btn {
  background-color: #c88928;
  color: #fff;
  border: none;
  padding: 13px 36px;
  font-size: 16px;
  font-family: "montserrat.medium";
  border-radius: 44px;
  text-decoration: none;
}
.crnceey select option {
  color: #000;
}
.about_text a:hover {
  background-color: #e3a13c;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.work_text a:hover {
  background-color: #e3a13c;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.gift_card_text a:hover {
  background-color: #e3a13c;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.carousel-caption a:hover {
  background-color: #e3a13c;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.add_btn:hover {
  background-color: #e3a13c;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.box_text ul li a:hover {
  color: #fff;
  background-color: #c88928;
  border-color: #c88928;
  box-shadow: 0 0 15px rgba(200, 137, 40, 0.6);
  transform: scale(1.1);
}
.add_to_cart a i:hover {
  color: #ffffff;
  background-color: #c88928;
  border-color: #c88928;
  box-shadow: 0 0 15px rgba(200, 137, 40, 0.6);
  transform: scale(1.1);
}
.carts_btn a:hover {
  background-color: #4d97af;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.button a:hover {
  background-color: #e3a13c;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.quantity {
  margin-top: 30px;
  /* margin-bottom: 30px; */
  border: 1px solid #979797;
  border-radius: 4px;
  padding: 10px 11px;
  width: 136px;
}
.quantity input {
  border: unset;
  width: 40px;
  text-align: center;
  font-size: 16px;
  font-family: "montserrat.medium";
}
.quantity button {
  border: unset;
  font-size: 23px;
  background-color: unset;
}
.qty-box {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
    border: 1px solid #42424233;
}

.qty-box button {
    width: 40px;
    height: 40px;
    background: none;
    cursor: pointer;
    border: 0;
}

.qty-count {
    min-width: 24px;
    text-align: center;
    color: #000000 !important;
    font-weight: 600;
}
.cart_btn1 a img{
         background: #fff;
         padding: 7px 9px;
         border-radius: 50px;
         height: auto;
         width: auto;
}
.cart_btn1 {display: flex;justify-content: end;}
.cart_btn1 a {
    height: 52px;
    display: flex;
    justify-content: space-between;
    width: 105px;
    align-items: center;
    padding: 8px;
    border-radius: 54px;
    border: 1px solid;
}
/* Testimonial Section Start */

.sec-head {
  text-align: center;
  margin-bottom: 40px;
}

.sec-head p {
  font-size: 15px;
  color: #000;
  line-height: 25px;
  font-weight: 500;
  margin: 0 auto;
  opacity: 100%;
}

.testi-small-imag {
  position: relative;
  background: #000;
  overflow: hidden;
  width: 110px;
  height: 150px;
  border-radius: 7px;
}

.testi-small-imag img {
  width: 112px;
  height: 157px;
  object-fit: cover;
  margin: 0px auto;
}

.testimonial-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: -1px 3px 5px 0 #98979773;
  margin: 10px 20px;
  padding: 0;
  background-color: #ffff;
}

img.ts-design {
  /* position: absolute; */
  /* bottom: 0; */
  /* right: 0; */
  width: auto;
}

.testi-left-content {
  width: 760px;
  height: 277px;
  background: #42603e;
  position: relative;
  padding: 0 0 0 20px;
  border-radius: 10px;
}

img.ts-2 {
  position: absolute;
  right: 0px;
  top: 12px;
  margin: 0px auto;
  left: 0;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 4px #ccccccd1;
  width: 122px;
  height: 157px;
  cursor: pointer;
  transition: 0.9s;
}

.testi-left-content h5 {
  font-size: 21px;
  margin: 20px 0 3px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.testi-left-content h6 {
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 13px;
}

.testi-left-right p {
  font-size: 13px;
  color: #000;
  line-height: 22px;
  font-weight: 500;
  font-family: "Montserrat";
}

ul.testim-review {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 10px;
}

ul.testim-review span {
  color: #3f5b4b;
  font-size: 12px;
}

ul.testim-review a {
  color: #ffac0d;
  font-size: 12px;
}

.testi-left-right {
  padding: 10px 40px 10px 130px;
}

.testimonial-sec {
  padding: 30px 0 180px 0;
  overflow: hidden;
  background: #ffffff;
}

.testimonial-sec .row {
  align-items: center;
}

.testi-left-content .testi-small-imag {
  position: absolute;
  top: 0;
  right: -125px;
  bottom: 0;
  margin: auto;
  background: #fff;
  width: 150px;
  padding: 7px;
  height: 180px;
  box-shadow: -20px 9px 16px 6px #24242436;
}

.testi-slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  bottom: -80px;
}

.smal-imag-1 {
  position: relative;
}

.smal-imag-1:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #42603ead;
  transition: 0.9s;
}

.smal-imag-1:hover:before {
  opacity: 0;
  cursor: pointer;
}

img.img-fluid.quoteImg {
  height: 95px;
  width: 40%;
  object-fit: contain;
  margin-top: 50px;
  margin-left: 10px;
}

img.ts-2:hover {
  filter: brightness(0.7);
}

.testimonial-sec .testi-slider {
  position: relative;
  left: 11px;
}

/* prev &amp; Next  */

.testimonial-sec .slick-prev {
  width: 40px;
  height: 40px;
  top: 58%;
  border-radius: 45px;
  transition: 0.9s;
  background-size: 17px 17px !important;
  background-position: center;
  border: 1px solid #3e5a3a;
  z-index: 12;
  filter: brightness(0) invert(1);
  left: -92px;
}

.testimonial-sec .slick-prev::before {
  content: url(../images/prev-arrwo.png) !important;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 11%;
  left: 3px;
  right: 0;
  margin: 0px auto;
}

.testimonial-sec .slick-next::before {
  background-image: url(../images/btn-icon1.png) !important;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 41%;
  left: 3px;
  right: 0;
  margin: 0px auto;
  background-repeat: no-repeat;
  content: "";
}
.testimonial-sec .slick-next {
  background-size: 17px 17px !important;
  background-position: center;
  width: 40px;
  height: 40px;
  top: 58%;
  border-radius: 45px;
  transition: 0.9s;
  background-color: transparent;
  border: 1px solid #3e5a3a;
  right: -90px;
  z-index: 12;
  filter: brightness(0) invert(1);
}

.testimonial-sec .slick-prev:hover,
.testimonial-sec .slick-next:hover {
  background-color: #fff;
  filter: unset;
  border: 1px solid #fff;
}

.testimonial-sec .slick-prev:hover::before,
.testimonial-sec .slick-next:hover::before {
  filter: unset;
}

section.waterHome ul.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.testimonial-sec ul.slick-dots li {
  margin: 0px;
  width: 7px;
  height: 7px;
  background: #aaa8a0;
  border-radius: 45px;
  transition: 0.6s;
}

.testimonial-sec ul.slick-dots buttton {
  padding: 0px;
}

.testimonial-sec .slick-dots li button:before {
  display: none;
}

.testimonial-sec ul.slick-dots li.slick-active {
  outline: 1px solid #42603e;
  background: #42603e;
  outline-offset: 9px;
  box-shadow: 0px 0px 20px 8px #42603e42;
  opacity: 1 !important;
}

/* Testimonial Section End */



/* Happy Clients Start*/

.happy-clients-sec {
    padding: 100px 0;
}

.happy-clients-heading {
    text-align: center;
    margin-bottom: 40px;
}
.happy-clients-heading h2 {
    margin-bottom: 1px;
}
.happy-clients-silder-items p {
    margin-bottom: 0;
    font-size: 13px;
    color: #888a93;
    font-weight: 600;
    position: relative;
    padding-bottom: 30px;
}

.happy-clients-silder-items p:before {
    content: "";
    position: absolute;
    background-image: url(../images/our-clients-silder-icon-1.png);
    width: 56px;
    height: 79px;
    object-fit: cover;
    right: 0px;
    top: 86px;
    background-repeat: no-repeat;
}

.happy-clients-silder-items p:after {
    content: "";
    position: absolute;
    background-image: url(../images/our-clients-silder-icon-2.png);
    width: 100px;
    height: 100px;
    background-size: cover;
}

.happy-clients-silder-items p:after {
    content: "";
    position: absolute;
    background-image: url(../images/our-clients-silder-icon-2.png);
    width: 23px;
    height: 17px;
    right: 40px;
    bottom: 0;
    background-size: cover;
}

.happy-clients-heading p {
    width: 55%;
    margin: 0 auto;
    color: #888888;
    font-weight: 700;
}

.happy-clients-box {
    background: #2b2b2b;
    text-align: start;
    padding: 19px 25px;
    border-radius: 30px;
    height: 145px;
    width: 73%;
}

.happy-clients-box-img img {
    width: 53%;
    height: 67px;
    object-fit: cover;
    border: 2px solid #fff;
    border-radius: 77px;
}

.happy-clients-box h2 {
    font-size: 15px;
    margin-top: 8px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.happy-clients-box h3 {
    font-size: 11px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 500;
}

.canadian-election-row-points ul li {
    font-size: 14px;
    text-transform: uppercase;
    color: #171718;
    font-weight: 600;
    font-family: 'Trajan Pro', Sans-Serif;
}

.happy-clients-silder {
    margin: 0 auto;
}

.happy-clients-silder-box h3 {
    font-size: 14px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 500;
}

.happy-clients-silder .slick-slide {
    margin: 60px 120px 10px;
}

.happy-clients-row .row {
    align-items: center;
}

.happy-clients-silder-items {
    border: 1px solid #ebebeb;
    padding: 38px 40px 53px 190px;
    box-shadow: 0 0 5px 0 #00000030;
    position: relative;
    border-radius: 12px;
}
.happy-clients-silder-items i {
    color: #FF5722 ;
    
}
.happy-clients-silder .slick-dots li.slick-active button:before {
    opacity: 10.75;
    background: #d80621;
}

.slick-dots li.slick-active button:after {
    content: "";
    position: absolute;
    border: 1px solid #d80621;
    width: 16px;
    height: 16px;
    left: -4px;
    top: -4px;
    border-radius: 50%;
}

.happy-clients-silder .slick-dots li button:before {
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    opacity: .25;
    background: #b5ac9d;
    border-radius: 50%;
    opacity: 1;
}

.happy-clients-silder .slick-dots {
    bottom: 30px;
    left: -70px;
}

.happy-clients-silder-box {
    /* background: #1879bb; */
    position: absolute;
    top: -22px;
    padding: 24px 29px;
    width: 31%;
    left: -67px;
    text-align: start;
    border-radius: 17px;
    bottom: 38px;
    /* top: 0; */
    /* padding: 7px; */
    background: linear-gradient(90deg, rgba(87, 170, 200, 1) 0%, rgba(140, 193, 217, 1) 100%);
    height: 183px;
    width: 27%;
}

.happy-clients-silder-box-img img {
    width: 53%;
    height: 81px;
    object-fit: cover;
    border: 2px solid #fff;
    border-radius: 73px;
}

.happy-clients-silder-box h2 {
    font-size: 16px;
    margin-top: 15px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}


/* Happy Clients End*/

.happy-clients-silder .slick-next:before {
    position: absolute;
    content: '';
    background-image: url(../images/right-arrow-texti-2.png);
    background-repeat: no-repeat;
    width: 63px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4px;
    left: -11px;
    background-size: contain;
    background-position: center;
}

.happy-clients-silder .slick-prev:before {
    position: absolute;
    content: '';
    background-image: url(../images/right-arrow-texti.png);
    background-repeat: no-repeat;
    width: 63px;
    background-size: contain;
    height: 63px;
    left: 0;
    top: 10px;
}

.happy-clients-silder .slick-prev:hover::before,
.happy-clients-silder .slick-next:hover::before {
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(93deg) brightness(105%) contrast(105%); */
}
/* 
.happy-clients-silder .slick-next:hover {
    border: 0;
    background: #4d2468;
} */

.happy-clients-silder .slick-prev:hover {
    border: 0;
    /* background: #4d2468; */
}

.happy-clients-silder .slick-next {
    right: 45%;
    top: 100%;
}

.happy-clients-silder .slick-prev {
    left: 45%;
    justify-content: center;
    align-items: center;
    top: 100%;
}
/* Chrome, Safari, Edge */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}