@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@font-face {
    font-family: 'robotoregular';
    src: url('roboto-regular-webfont.woff2') format('woff2'), url('roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('poppins-regular-webfont.woff2') format('woff2'), url('poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*----------------------------------------*/


/*  1.  Theme default CSS
/*----------------------------------------*/

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey; */
    border-radius: 10px;
    background: #C4C4C4;
}

::-webkit-scrollbar-thumb {
    background: #404040;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #404040;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 27px;
    color: #1b1b1b;
    font-weight: normal;
    transition: .3s;
    overflow-x: hidden;
    background: #fff;
}

img {
    max-width: 100%;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff !important;
    font-weight: 500;
    border-top: 4px solid #000;
    background: linear-gradient(184deg, #d9dd6b, transparent);
}

.navbar {
    margin-bottom: 0;
    padding: 0;
    display: inline-block;
    border: none;
    float: right;
}

.header-area .top_header {
    background-color: #D9DD6B;
}

.header-area .bottom_header {
    background-color: #01A4BF;
}

.bottom_header .logo a {
    text-decoration: none;
    color: #2C2E43;
}

.logo {
    text-align: left;
}

.top_add_info li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    font-size: 13px;
    color: #000000;
}

.top_add_info li i {
    margin-right: 10px;
    color: #000000;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.top_add_info li a {
    color: #000000;
    text-decoration: none;
}

.categary1 img {
    padding: 30px;
    padding-top: 0;
}

.categary-heading a {
    border-bottom: 1px solid #2C2E43;
    width: max-content;
    margin: auto;
    color: #2C2E43;
    font-style: italic;
}

.quality {
    position: absolute;
    padding: 40px 25px 40px 90px;
    background: rgba(176, 190, 197, 0.8);
    top: 185px;
}

.quality h2 {
    margin-bottom: 10px;
    font-size: 25px;
    color: #2C2E43;
}

.quality a {
    border-bottom: 1px solid #2C2E43;
    width: max-content;
    margin: auto;
    color: #2C2E43;
    font-style: italic;
}

.quality p {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-weight: 400;
}

.top_add_info ul {
    /* display: inline-block; */
    /* text-align: left; */
    margin: 0;
    /* float: left; */
    padding: 10px 0;
    position: relative;
    /* right: 0; */
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 13px;
    border-top: 4px solid #01a4bf;
    text-transform: uppercase;
    padding: 20px 15px;
    line-height: 50px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}

.logo a h1 {
    margin: 0;
    line-height: 84px;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.01em;
}

.search-bar i {
    color: #fff;
    margin-right: 15px;
}

.search-bar {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: right;
}

.search-bar li {
    display: inline-block;
    line-height: 55px;
    margin: 0 15px;
    font-size: 14px;
    text-transform: uppercase;
}

.search-bar li span {
    position: relative;
    top: 0;
}

.search-bar li span p {
    position: absolute;
    top: -10px;
    width: 20px;
    background: #fff;
    height: 20px;
    left: 0;
    border-radius: 999px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}

.banner-area {
    position: relative;
    height: 80vh;
    border-bottom: 1px solid #b61919;
}

.banner-area .banner-img {
    background-image: url(../images/banner/banner.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.about-text {
    text-align: justify;
}

.about-text h3 {
    text-align: center;
    margin: 30px 0;
    font-size: 30px;
    font-weight: 600;
    color: #000000;
}

.contact-page h3 {
    text-align: left;
}

.contact-page h5 {
    margin: 10px 0;
    font-size: 18px;
    width: 100%;
    text-decoration: underline;
}

.bread-bg {
    /* background: #E5E5E5; */
    padding-bottom: 50px;
}

.breadcrumb {
    background: transparent;
}

.breadcrumb-item a {
    color: #888888;
}

.content-padding h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

.terms li {
    margin: 10px 0;
}

.content-padding {
    padding-top: 40px;
}

p {
    margin-top: 0;
    margin-bottom: 2rem;
}

.about-text h4 {
    font-size: 20px;
}

.banner-area .about-bg {
    background-image: url(../images/banner/about-banner.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.header-area {
    position: relative;
    z-index: 1;
    width: 100%;
    top: 0;
}

.banner-content {
    width: 50%;
    padding: 70px 0 0;
    text-align: left;
    margin-top: 0;
    position: absolute;
    top: 0;
}

.banner-content h1 {
    font-weight: 600;
    font-size: 45px;
    font-family: 'Poppins', sans-serif;
    color: #01a4bf;
    line-height: 50px;
}

.border-l {
    position: relative;
}

.border-l::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 60px;
    background: #000000;
    left: 0;
    top: 15px;
}

.latest-offer {
    position: relative;
}

.latest-offer::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 200px;
    background-color: #DA0037;
    top: 250px;
    left: -400px;
}

.latest-offer::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 200px;
    background-color: #DA0037;
    top: 250px;
    right: -420px;
}

.latest-off {
    padding: 30px 0;
}

.latest-offer h3 {
    position: absolute;
    font-size: 30px;
    font-weight: 600;
    left: 150px;
    top: 130px;
}

.text-black {
    color: #000000 !important;
}

.related-products {
    padding: 30px 0;
}

.product-content .form-select {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
}

.product-grid {
    margin: 10px 0;
}

.product-content {
    margin-top: 8px;
    font-size: 14px;
}

.inc-dic {
    position: relative;
}

.inc-dic .dic {
    position: absolute;
    top: 0;
    left: 0;
}

.inc-dic .inc {
    position: absolute;
    top: 0;
    right: 0;
}

.product-grid .inner-content {
    position: absolute;
    bottom: 52px;
    text-align: center;
    right: 0;
    left: 0;
    color: #fff;
}

.navbar-nav>li:hover .nav-link {
    color: #97FA19 !important;
}

.related-products h2 {
    font-size: 20px;
    color: #1256B0;
    border-bottom: 1px solid #1256B0;
    width: max-content;
    margin-bottom: 10px;
    margin: auto;
}

.stock img {
    width: 30%;
}

.stock h6 {
    font-size: 14px;
    margin-top: 10px;
}

.stock {
    text-align: center;
}

.banner-content h1 span {
    font-size: 50px;
}

.banner-content .btn-primary {
    border: none;
    font-size: 17px;
    padding: 10px 50px;
    background: #01a4bf;
    border-radius: 0;
}

.banner-content a {
    /* padding: 10px 20px; */
    /* background: #000; */
    /* font-size: 15px; */
    /* text-transform: uppercase; */
    /* text-decoration: none; */
    color: #fff;
}

.banner-content p {
    margin-bottom: 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    word-break: break-all;
    color: #fff;
}

.categories {
    padding: 70px 0;
}

.sec-heading h2 {
    font-size: 25px;
    text-transform: capitalize;
    text-align: center;
    position: relative;
    font-style: italic;
}

.sec-heading {
    margin-bottom: 50px;
}

.sec-heading h2::before {
    content: none;
    position: absolute;
    width: 100px;
    height: 2px;
    background: #000;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -11px;
}

.margin-top {
    margin-top: 60px;
}

.in-house {
    position: absolute;
    z-index: 1;
    right: 35px;
    top: 70px;
    text-align: right;
}

.in-house h3 {
    font-size: 25px;
    color: #2C2E43;
}

.gallery-more a {
    border-bottom: 1px solid #2C2E43;
    width: max-content;
    margin: auto;
    color: #2C2E43;
    font-style: italic;
    text-align: right;
    float: right;
    margin-top: 10px;
}

.in-house a {
    border-bottom: 1px solid #2C2E43;
    width: max-content;
    margin: auto;
    color: #2C2E43;
    font-style: italic;
}

.border-before {
    position: relative;
}

.footer-block .footer-social {
    display: inline-block;
    margin-top: 25px;
}

.footer-block .footer-social li {
    display: inline-block;
    margin-right: 20px;
    color: #ffffff;
    font-size: 20px;
}

.footer-block h4 {
    color: #d9dd6b;
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 20px;
}

.app-store {
    display: inline-block;
}

.app-store li {
    display: inline-block;
    margin-right: 20px;
}

.link-head h4 {
    color: #fff;
    text-decoration: underline;
    margin-bottom: 20px;
    font-size: 14px;
}

.desktop-offer {
    display: block;
}

.mobile-offer {
    display: none;
}

.quick-links li a {
    color: #fff;
}

.payment-links {
    text-align: center;
}

.footer-block .payment-links li {
    display: inline-table;
    padding: 4px;
    width: 43%;
}

.payment-links li img {
    width: 80%;
}

.link-head {
    margin-top: 40px;
}

.border-before::before {
    position: absolute;
    content: "";
    width: 1px;
    top: 5px;
    height: 71%;
    background-color: #fff;
    left: -10px;
}

.footer-social-media ul {
    display: inline-block;
}

.quick-links li {
    color: #2C2E43 !important;
}

.quick-links li {
    color: #2C2E43;
}

.phone-email i {
    margin-right: 10px;
}

.quick-links {
    display: inline-block;
    padding: 0;
}

.quick-links li {
    list-style: none;
    color: #fff !important;
    font-size: 11px;
    display: inline-block;
    width: 40%;
}

.categary-heading {
    margin: 0;
    text-align: center;
}

.categary-heading h3 {
    font-size: 26px;
    color: #2C2E43;
}

.categary a {
    text-decoration: none;
    color: #000;
    position: relative;
}

.categary {
    position: relative;
}

.offer ul {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    position: relative;
    right: 0;
    width: 100%;
}

.offer ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    font-size: 13px;
    color: #000000;
}

.offer ul li a {
    color: #000000;
}

.social {
    text-align: right;
}

.social ul {
    display: inline-block;
    text-align: right;
    margin: 0;
    padding: 8px 0;
    position: relative;
    right: 0;
    z-index: 999999;
}

.social ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    font-size: 20px;
    color: #000000;
}

.social ul li a {
    color: #000000;
}

.search-bar {
    width: 100%;
    padding-top: 0;
}

.search-bar input {
    width: 100%;
    background: #EDEDED;
    opacity: 0.5;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 40px;
    height: 40px;
}

.search-bar button {
    position: absolute;
    right: 10px;
    top: 6px;
    background: transparent;
    border: none;
    color: #fff;
}

.login-menu {
    display: inline-block;
    padding-top: 8px;
    text-align: center;
    float: right;
    padding-left: 0;
}

.login-menu li span {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    z-index: 1;
    right: -3px;
    top: 3px;
    background: #fff;
    position: absolute;
}

.login-menu li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
    color: #fff;
    font-size: 13px;
    position: relative;
}

.categary img {
    width: 100%;
}

.categary:hover::before {
    visibility: visible;
    transition: all ease-in-out .6s;
}

.categary::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(29 29 29 / 0%), rgb(0 0 0 / 90%));
    z-index: 1;
    visibility: hidden;
    transition: all ease-in-out .6s;
}

.top-pick {
    padding-bottom: 50px;
}

.pick {
    background-color: #000;
    padding: 60px;
}

.pick p,
.pick li {
    color: #fff;
    font-size: 18px;
}

.pick .content {
    padding: 30px;
}

.pick li {
    line-height: 40px;
}

.top-pick img {}

.instagram {
    padding-bottom: 50px;
}

.instagram .col-md-3 {
    flex: 0 0 20%;
    max-width: 20%;
}

.footer-bg {
    background: #01a4bf;
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
}

.sub-bg {
    background-color: #F5F5F5;
    padding: 50px 0 0;
}

.subscribe p {
    text-transform: uppercase;
    color: #D48814;
    font-size: 12px;
    margin-bottom: 5px;
}

.subscribe .form-control::placeholder {
    font-size: 12px;
    color: #fff;
}

.footer-logo {}

.footer-block h3 {
    color: #fff;
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.banner-content h2 {
    font-family: 'Dancing Script', cursive;
    color: #D48814;
    font-size: 40px;
}

.footer-block ul {
    padding: 0;
}

.footer-block ul li {
    list-style: none;
    color: #fff;
    line-height: 20px;
    font-size: 13px;
}

.footer-block p {
    color: #fff;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 27px;
}

.category-list a {
    width: 100%;
    color: #1256b0;
    font-size: 12px;
    text-align: left;
}

.all-categary .product-grid {
    overflow: hidden;
}

.more-categories {
    text-align: right;
}

.all-categary .col-md-3 {
    /* flex: 0 0 20%; */
    /* max-width: 25%; */
}

.more-categories a {
    color: #DA0037;
    text-decoration: underline;
}

.category-list1 {
    margin: 10px 0;
    background: #fff;
    text-align: center;
    padding: 10px;
    border: 1px solid #C2C2C2;
}

.category-list2 {
    background: #fff;
    text-align: left;
    padding: 10px 0;
}

.all-categary .product-grid .product-image {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.all-categary .product-grid .product-image a.image {
    display: block;
}

.all-categary .product-grid .product-image img {
    width: 100%;
    height: auto;
}

.all-categary .product-grid .product-image .pic-1 {
    transition: all 0.5s ease 0s;
}

.all-categary .product-grid:hover .product-image .pic-1 {
    transform: translateX(-100%);
}

.all-categary .product-grid .product-image .pic-2 {
    width: 100%;
    /* height: 100%; */
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.all-categary .product-grid:hover .product-image .pic-2 {
    /* opacity: 0.5; */
}

.all-categary .product-grid .product-links {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 1;
    /* transform: translateY(-50%); */
    position: absolute;
    bottom: 15%;
    /* transition: all .5s ease 0s; */
}

.all-categary .product-grid:hover .product-links {
    opacity: 1;
}

.all-categary .product-grid .product-links li {
    margin: 0 0 10px;
    transform: translate(220%, 0);
    transition: all 0.5s ease;
    background: rgb(255 255 255 / 60%);
    width: 30px;
    height: 30px;
    border-radius: 999px;
    text-align: center;
    line-height: 34px;
}

.all-categary .product-grid .product-links li:nth-child(1) {
    transition-duration: 0.2s;
}

.all-categary .product-grid .product-links li:nth-child(2) {
    transition-duration: 0.4s;
}

.all-categary .product-grid .product-links li:nth-child(3) {
    transition-duration: 0.6s;
}

.all-categary .product-grid .product-links li:nth-child(4) {
    transition-duration: 0.8s;
}

.all-categary .product-grid .product-links li:last-child {
    margin: 0;
}

.all-categary .product-grid:hover .product-links li {
    transform: translate(0, 0);
}

.all-categary .product-grid .product-links li a {
    color: #333;
    font-size: 18px;
    transition: all .4s ease-out;
}

.all-categary .product-grid .product-links li a:hover {
    color: #f259d8;
}

.all-categary .product-grid .inner-content {
    width: 100%;
    padding: 10px 10px;
    position: relative;
    left: 0;
    bottom: 0;
}

.all-categary .product-grid .inner-content .title {
    color: #888888;
    font-size: 16px;
    margin: 0;
    border-bottom: 2px solid #888888;
    width: max-content;
    font-family: 'Roboto', sans-serif;
}

.all-categary .product-grid .inner-content .product-link {
    color: #999;
    font-size: 18px;
    opacity: 0;
    position: absolute;
    right: 30px;
    bottom: -20px;
    transition: all 0.3s ease 0s;
}

.all-categary .product-grid:hover .inner-content .product-link {
    opacity: 1;
    right: 10px;
    bottom: 0;
}

.all-categary .product-grid .inner-content .product-link:hover {
    color: #f259d8;
}

.all-categary .product-grid .product-content {
    /* background: #fff; */
    padding: 0px 20px;
}

.all-categary .product-grid .price {
    color: #1256b0;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    float: right;
}

.all-categary .product-grid .rating {
    color: #f259d8;
    font-size: 13px;
    width: 90px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.all-categary.product-grid .rating .far {
    color: #999;
}

.all-categary.product-view .product-grid .product-content {
    margin-top: 10px;
}

.all-categary.product-view .product-grid .price {
    color: #000000;
}

.product-related h2 {
    text-align: left;
    width: 100%;
    color: #000000;
    border: none;
}

.product-related {
    padding: 0 !important;
}

.related-products.product-related .product-grid .inner-content .title {
    border-bottom: 2px solid #888888;
    text-align: left;
    width: max-content;
    margin: 0;
    color: #888888;
}

.all-categary.product-related .product-grid .price {
    color: #000000;
}

.all-categary.product-related .product-grid .product-content {
    margin-top: 16px;
}

.more-category {
    padding: 50px 0;
}

.cat1 p {
    text-align: left;
    text-decoration: underline;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.num-bg {
    background: #1256b0;
    padding: 2px 5px;
    color: #fff;
}

.bar-code img {
    width: 100%;
    float: right;
}

.short-by .form-select {
    border: none;
    font-weight: 600;
}

.border-pad .container {
    padding-bottom: 30px;
    border-top: 1px solid #888888;
}

.pd-top {
    padding: 20px 0;
}

.category-list1 label {
    font-weight: normal;
}

.category-list1 .form-select {
    border: none;
}

#product-pagination {
    font-size: 12px;
    color: #1256B0;
}

.product-list p {
    font-size: 12px;
}

.short-by {
    font-size: 10px;
    text-align: right;
    color: #1256B0;
}

.view-select .form-select {
    width: 30%;
}

.short-by label {
    font-weight: normal;
}

.more-category .col-md-3 {
    /* max-width: 25%; */
    /* flex: 0 0 20%; */
}


/*rangeslider*/

.range-slider {
    padding: 10px 0;
    position: relative;
}

.range-slider input[type="range"] {
    background: #1256b0;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    outline: none;
    -webkit-appearance: none;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3px solid #1256b0;
    cursor: pointer;
    transition: all 0.15s ease-in-out 0s;
    -webkit-appearance: none;
    appearance: none;
}

.range-slider input[type="range"]::-webkit-slider-thumb:hover,
.range-slider input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 10px #ADE5FC;
    transform: rotateY(180deg) scale(1.1);
}

.range-slider input[type="range"]::-moz-range-thumb {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #122C35;
    cursor: pointer;
    transition: all 0.15s ease-in-out 0s;
}

.range-slider input[type="range"]::-moz-range-thumb:hover,
.range-slider input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 0 10px #ADE5FC;
    transform: rotateY(180deg) scale(1.1);
}

.range-slider .range-value {
    color: #fff;
    background-color: #122C35;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #ADE5FC;
    transform: translateY(50%);
    position: absolute;
    bottom: 50%;
    right: 0;
}

::-moz-range-track {
    background: transparent;
    border: 0;
}


/*dropdown*/

.main-nav {
    background: deepskyblue;
    padding: 0;
}

.main-nav li {
    list-style: none;
    display: inline-block;
    position: relative;
    /*with respect to this element dropdown-menu is positioned*/
}

.product-name {
    font-size: 14px;
    color: #1256b0;
}

.product-content .col-md-8,
.product-content .col-md-4 {
    padding: 0;
}

.all-categary hr {
    border-top: 2px solid #1256b0;
}

.dropdown-menu {
    display: none;
    /*hide the menu*/
    /*this style are just to position the menu*/
    position: relative;
    top: 100%;
    right: 0;
    left: auto;
    box-shadow: none;
}

.open .dropdown-menu {
    display: block;
    /*show the menu when its parent has class "open"*/
}

a.nav-item {
    display: inline-block;
    padding: 10px 0;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid #888888;
}

.dropdown-menu {
    padding: 10px;
    border-radius: 5px;
    border: none;
    border-radius: 0;
    width: 100%;
}

.bread-bg .dropdown {
    text-align: center;
    background: #fff;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 3.255em;
    text-align: right;
    vertical-align: .255em;
    content: "";
    border-top: .4em solid #1256b0;
    border-right: .4em solid transparent;
    border-bottom: 0;
    float: right;
    border-left: .4em solid transparent;
    margin-top: 10px;
}

.bread-bg .dropdown-menu p {
    color: #000;
    font-size: 12px;
}

.clear {
    text-align: center;
    padding: 0px 10px;
    background: #fff;
    border: 1px solid #000000;
    float: right;
}

.brand-list label {
    width: 100%;
}

.brand-list {
    padding-left: 0;
}

.brand-list li {
    list-style: none;
    text-align: center;
    background: #fff;
    margin: 5px;
    font-weight: normal;
    position: relative;
    cursor: pointer;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    left: 0;
    color: #1256b0;
    top: 3px;
    margin-left: -1.25rem;
}

.brand-list li label {
    width: 100%;
    font-weight: normal;
    text-transform: uppercase;
    color: #1256b0;
    font-size: 9px;
}

.nav-item .dropdown-toggle::after {
    margin-left: 6px;
    border-top: .4em solid #fff;
    margin-top: 23px;
    content: none;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: 1550px;
    /* right: 0; */
    left: -720px;
    background: #fff;
}

.navbar-nav>li:hover .nav-link.dropdown-toggle::after {
    border-top: .4em solid #1256B0;
}

.dropdown-menu .row {
    width: 100%;
    padding: 30px 0;
}

.navbar-nav .dropdown-menu a {
    font-size: 13px;
}

.sub-clr {
    color: #888888;
    font-size: 12px !important;
}

.product-content a {
    font-style: italic;
    float: right;
    color: #1256B0;
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #1256b0;
    content: "/";
}

.form-check-label span {
    color: #888888;
    margin-left: 2px;
}

.related-products hr {
    border-top: 2px solid #1256b0;
}

.category-list h2 {
    color: #1256b0;
}

#div_pagination {
    float: left;
    margin: auto;
}

.category-list .dropdown-menu {
    padding: 0 !important;
}

.offer h2 {
    font-size: 25px;
    color: #1256B0;
    border-bottom: 1px solid #1256B0;
    width: max-content;
    margin: auto;
    margin-bottom: 30px;
}

.about-text h2 {
    font-size: 25px;
    color: #1256B0;
    border-bottom: 1px solid #1256B0;
    width: max-content;
    margin: auto;
    margin-bottom: 30px;
}

@media screen and (max-width: 990px) {
    .all-categary .product-grid {
        margin: 0 0 30px;
    }
}

.form-control {
    height: 40px;
    /* font-size: 17px; */
    /* color: #fff; */
    /* background: #ffffff; */
    /* border: none; */
    /* width: 59%; */
    /* border-radius: 0; */
}

.btn-style {
    width: 40%;
    border-radius: 0;
    float: right;
    right: 0;
    font-size: 16px;
    border: 0;
    color: #304230;
    top: -50px;
    text-transform: uppercase;
    position: relative;
    background: #d9dd6b;
}

.footer-social-media {
    text-align: center;
    display: inline-block;
    width: 100%;
    display: inline-block !important;
    position: relative;
    top: -35px;
}

.footer-social-media li {
    display: inline-block;
    margin: 0 10px;
}

.footer-bottom p {
    color: #000;
    text-align: center;
    margin: 10px 0;
    font-size: 13px;
}
.page-head {
    padding-top: 100px;
}

.page-head h1 {
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid #1256b0;
    color: #1256b0;
    font-family: 'Poppins', sans-serif;
}

.all-head h1 {
    border: none;
}

.breadcrumb {
    /* font-family: 'Poppins', sans-serif; */
    background: transparent;
}

.breadcrumb>li a {
    color: #1256b0;
    text-transform: uppercase;
}

.breadcrumb-item+.breadcrumb-item a {
    color: #1256b0;
    font-weight: 400;
}


/* 
.product-grid {
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.product-grid .product-image {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.product-grid .product-image a.image {
    display: block;
}

.product-grid .product-image img {
    width: 100%;
    height: auto;
}

.product-grid .product-image .pic-1 {
    transition: all 0.5s ease 0s;
}

.product-grid:hover .product-image .pic-1 {
    transform: translateX(-100%);
} */

.search-bar .btn-primary {
    background-color: transparent;
    display: inline-block;
    line-height: 55px;
    margin: 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    color: #2C2E43;
    padding: 0;
    margin: 0;
}

.product-grid .product-image .pic-2 {
    width: 100%;
    /* height: 100%; */
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.product-grid:hover .product-image .pic-2 {
    opacity: 0.5;
}

.product-grid .product-links {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 1;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 48px;
    transition: all .5s ease 0s;
}

.product-grid:hover .product-links {
    opacity: 1;
}

.product-grid .product-links li {
    margin: 0 0 10px;
    transform: translate(220%, 0);
    transition: all 0.5s ease;
    background: rgb(255 255 255 / 60%);
    width: 30px;
    height: 30px;
    border-radius: 999px;
    text-align: center;
    line-height: 34px;
}

.product-grid .product-links li:nth-child(1) {
    transition-duration: 0.2s;
}

.product-grid .product-links li:nth-child(2) {
    transition-duration: 0.4s;
}

.product-grid .product-links li:nth-child(3) {
    transition-duration: 0.6s;
}

.product-grid .product-links li:nth-child(4) {
    transition-duration: 0.8s;
}

.product-grid .product-links li:last-child {
    margin: 0;
}

.product-grid:hover .product-links li {
    transform: translate(0, 0);
}

.product-grid .product-links li a {
    color: #333;
    font-size: 18px;
    transition: all .4s ease-out;
}

.product-grid .product-links li a:hover {
    color: #f259d8;
}

.product-grid .inner-content {
    width: 100%;
    padding: 10px 10px;
    position: absolute;
    left: 0;
    bottom: 66px;
}

.product-grid .inner-content .title {
    color: #888888;
    font-size: 16px;
    margin: 0;
    border-bottom: 2px solid #888888;
    width: max-content;
    font-family: 'Poppins', sans-serif;
}

.title {
    font-size: 14px;
    text-decoration: underline;
}

.contact-page {
    padding: 50px 0;
}

.contact-page h2 {
    font-size: 25px;
    color: #1256B0;
    border-bottom: 1px solid #1256B0;
    width: max-content;
    margin-bottom: 30px !important;
    margin: auto;
}

.contact-page .form-control {
    background-color: transparent;
    border: 1px solid #1256b0;
    margin-bottom: 20px;
    font-size: 13px;
    width: 100%;
}

.contact-page .input-group {
    display: grid;
}

.contact-page .btn-success {
    color: #fff;
    background-color: #1256b0;
    border-color: #1256b0;
    padding: 5px 30px;
    font-size: 16px;
    text-transform: uppercase;
}

.hs_contact ul {
    padding: 0;
}

.hs_contact ul li {
    list-style: none;
    display: inline-flex;
    border-bottom: 1px solid #000;
    width: 100%;
    margin-bottom: 10px;
}

.hs_contact ul li p {
    margin-left: 20px;
}

.hs_contact ul li p a {
    color: #000000;
}

.hs_heading {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}

.hs_profile_social ul {
    padding: 0;
}

.subscribe {
    width: 70%;
    margin: auto;
}

.hs_profile_social ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    font-size: 20px;
    color: #1256b0;
}

.product-grid .inner-content .product-link {
    color: #999;
    font-size: 18px;
    opacity: 0;
    position: absolute;
    right: 30px;
    bottom: -20px;
    transition: all 0.3s ease 0s;
}

.product-grid:hover .inner-content .product-link {
    opacity: 1;
    right: 10px;
    bottom: 0;
}

.product-grid .inner-content .product-link:hover {
    color: #f259d8;
}

.product-grid .product-content {
    /* background: #fff; */
    padding: 7px 10px;
    text-align: left;
}

.product-grid .price {
    color: #1256B0;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-align: left;
}

.product-grid .rating {
    color: #f259d8;
    font-size: 13px;
    width: 90px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.product-grid .rating .far {
    color: #999;
}

@media screen and (max-width: 990px) {
    .product-grid {
        margin: 0 0 30px;
    }
}

.category h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.categories-list {
    padding-left: 0;
    font-family: 'Poppins', sans-serif;
}

.categories-list li {
    list-style: none;
    font-weight: 600;
}

.sub-categories li {
    font-weight: 500;
    font-size: 13px;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.vertical-tab {
    width: 100%;
}

.vertical-tab .nav-tabs {
    width: 100%;
    border-bottom: none;
    /* display: table-cell; */
    max-height: 120px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.vertical-tab .nav-tabs li {
    float: none;
    vertical-align: top;
}

.vertical-tab .nav-tabs li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
    border-top: none;
    border-bottom: none;
    overflow: hidden;
    position: relative;
    padding: 10px;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a {
    background: #fff;
    border: none;
}

.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    left: -20px;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li a:after {
    top: auto;
    left: auto;
    bottom: -20px;
    right: -20px;
}

.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before {
    top: 0;
    left: 0;
}

.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after {
    bottom: 0;
    right: 0;
}

.tab-content>.active {
    display: block;
    opacity: 1;
}

.vertical-tab .nav-tabs li a img {
    width: 100px;
    height: 100px;
}

.vertical-tab .tab-content {
    display: table-cell;
    padding: 10px 20px;
    font-size: 15px;
    color: #50635f;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: justify;
    vertical-align: top;
    position: relative;
    width: 85%;
}

.vertical-tab .tab-content:before,
.vertical-tab .tab-content:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.vertical-tab .tab-content:after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}

.vertical-tab .tab-content h3 {
    font-size: 24px;
    color: #50635f;
    margin: 0 0 5px 0;
}

@media only screen and (max-width: 479px) {
    .vertical-tab .nav-tabs {
        /* display: block; */
        ;
    }
    .vertical-tab .nav-tabs li {
        /* margin-bottom: 10px; */
    }
    .vertical-tab .nav-tabs li:last-child {
        margin-bottom: 0;
    }
    .vertical-tab .nav-tabs li a {
        padding: 10px;
    }
    .vertical-tab .tab-content {
        /* display: block; */
        /* padding: 20px 5px 5px; */
    }
    .vertical-tab .tab-content h3 {
        font-size: 18px;
    }
}

.product-discription {
    padding: 0;
}

.product-discription h2 {
    font-size: 25px;
    margin-bottom: 15px;
}

.product-discription h3 {
    font-size: 25px;
}

.rating li {
    list-style: none;
    display: inline-block;
    margin-right: 3px;
    font-size: 8px;
}

.rating {
    padding-left: 0;
}

.rating .fas {
    color: #888888;
}

.product-discription h5 {
    font-size: 20px;
    margin-top: 10px;
}

.product-discription h6 {
    font-size: 20px;
    margin-top: 10px;
}

.product-discription h6 strong {
    margin-right: 20px;
}

.unit p {
    line-height: 40px;
}

.product-discription p {
    color: #888888;
    margin-bottom: 10px;
    text-align: justify;
    word-break: break-all;
}

.product-discription form {
    width: 60%;
    margin-top: 0;
    position: relative;
}

.product-discription form .form-control {
    width: 65%;
    background: transparent;
    color: #888888;
    border: 1px solid #888888;
}

.color .color1 {
    width: 40px;
    height: 40px;
    background-color: #1256b0;
}

.product-discription form p {
    position: absolute;
    right: 0;
    top: 40px;
    color: #888888;
}

.add-cart {
    margin-top: 30px;
    margin-bottom: 30px;
}

.add-cart .btn {
    background: #1256b0;
    text-transform: uppercase;
    color: #fff;
}

.add-cart .far {
    font-size: 30px;
    line-height: 45px;
}

.toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.carousel-item .col-md-3 {
    flex: 0 0 20%;
    max-width: 20%;
}

.controls-top .btn-floating.right {
    position: absolute;
    right: -40px;
    top: 40%;
    font-size: 30px;
    color: #888888;
    font-weight: 200;
}

.controls-top .btn-floating.left .fa,
.controls-top .btn-floating.right .fa {
    font-weight: 200;
}

.controls-top .btn-floating.left {
    position: absolute;
    left: -40px;
    top: 40%;
    font-size: 30px;
    color: #888888;
    font-weight: 200;
}

.padding-tb {
    margin: 50px 0;
    /* border-top: 1px solid #888888; */
}

.also-like {
    font-size: 20px;
    margin: 20px 0;
}

.breadcrumb>li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.related-products h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.related-products {
    text-align: center;
    background: transparent;
    padding: 80px 0;
}

.related-products .product-grid .inner-content .title {
    margin: auto;
    border: none;
    color: #fff;
}

.related-products .product-grid .product-links {
    bottom: 0;
    right: 80px;
    top: auto;
    left: auto;
}

.modal {
    opacity: 1 !important;
}

.close {
    float: right;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: 1;
}

.modal-header {
    border: none !important;
    padding: 0;
}

.modal .controls-top {
    display: none;
}

.modal-content {
    padding: 30px;
    padding-top: 10px;
}

.modal-body h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.modal-body h3 {
    font-size: 20px;
    font-weight: 600;
}

.modal-body h4 {
    font-size: 17px;
    font-weight: 500;
}

.modal-body h5 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
}

.modal-body h6 {
    font-size: 17px;
}

.modal-body .btn {
    background: #000;
    color: #fff;
    width: max-content;
    padding: 0 50px;
    float: right;
}

.modal-body .carousel-item .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.modal-body .carousel-indicators {
    bottom: -50px;
}

.modal-body .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0;
    background-color: #000;
}

.modal-body .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #888888;
    border-radius: 999px;
    border: none;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    background: #F2F2F2;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 20px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none;
    color: #000;
    text-align: left;
}

.table-dark {
    background: transparent;
    margin-bottom: 0;
    display: inline-table;
}

.order-img {
    /* padding: 30px; */
}

.order-img img {
    width: 100%;
}

.order-img {
    text-align: left;
}

.order-img h5 {
    font-size: 17px;
    font-weight: 600;
}

.order-img h6 {
    font-size: 15px;
}

.margin-bottom {
    border-bottom: 5px solid #fff;
}

.table-dark .form-control {
    padding: 10px;
    background: transparent;
    border-color: #000;
    height: 40px;
    border-radius: 0;
    /* margin-top: 30px; */
}

.margin-top td {
    padding-top: 54px !important;
}

.bg-clr {
    background-color: #F2F2F2;
    padding: 10px;
    padding-bottom: 30px;
    position: relative;
    text-align: right;
}

.bg-clr .far {
    font-size: 25px;
    position: relative;
    top: 5px;
}

.bg-clr a {
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 16px;
    right: 0;
    position: relative;
    margin: 10px;
    text-align: right;
}

.o-summary {
    background-color: #F2F2F2;
    text-align: left;
    padding: 20px;
}

.o-summary h2 {
    font-size: 18px;
    font-weight: 600;
}

.o-summary h6 span {
    float: right;
}

.o-summary h6 {
    font-size: 17px;
    margin: 15px 0;
    font-weight: 600;
}

.o-summary h5 span {
    float: right;
}

.o-summary hr {
    border-top: 2px solid #000;
}

.o-summary h5 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0;
}

.o-summary p {
    margin: 10px 0;
    text-align: center;
    color: #888888;
}

.o-summary .btn {
    background: #000;
    color: #fff;
    border-radius: 0;
}

.o-summary .btn1 img {
    margin-right: 20px;
}

.o-summary .btn1 {
    color: #000;
    border-radius: 0;
    background: transparent;
}

.o-summary .italic {
    font-style: italic;
    font-size: 13px;
    margin: 0;
    margin-top: 3px;
}

.clr {
    color: #888888;
    line-height: 20px;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}

.carousel-indicators {
    display: none;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

.tab {
    /* background: url("../images/img-1.jpg") no-repeat 80% 0; */
    background-size: cover;
    position: relative;
}

.tab:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.85;
}

.tab .nav-tabs {
    border-bottom: none;
    position: relative;
}

.tab .nav-tabs li {
    padding: 30px 136px;
    color: #000;
}

.tab .nav-tabs li a {
    color: #000;
}

.tab .nav-tabs li.active {
    color: #000;
    background: #F2F2F2;
}

.tab .nav-tabs li a {
    font-size: 18px;
    color: #000;
    border-radius: 0;
    background: transparent;
    padding: 0;
    text-transform: capitalize;
    margin-right: 0;
    border: none;
    border-bottom: 2px solid transparent;
    position: relative;
    transition: all 0.5s ease 0s;
}

.tab .nav-tabs li a:hover {
    background: transparent;
}

.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover {
    border: none;
    background: transparent;
    opacity: 1;
    color: #000;
}

.tab .tab-content {
    padding: 40px;
    background: #F2F2F2;
    z-index: 1;
    position: relative;
}

.form-bg {
    background: #ddd;
}

.form-horizontal .form-group {
    margin: 20px 0;
    position: relative;
}

.form-horizontal .form-control {
    /* height: 50px; */
    /* border: 1px solid #ccc; */
    /* background: #fff; */
    /* box-shadow: none; */
    /* padding: 0 20px; */
    /* font-size: 14px; */
    /* font-weight: bold; */
    /* color: #000; */
    /* transition: all 0.3s ease 0s; */
}

.form-horizontal .form-control:focus {
    box-shadow: none;
    outline: 0 none;
}

.form-horizontal .form-group label {
    /* padding: 0 20px; */
    /* width: 100%; */
    /* color: #fff; */
    /* text-transform: capitalize; */
    /* margin-bottom: 10px; */
}

.form-horizontal .main-checkbox {
    width: 15px;
    height: 15px;
    float: left;
    border: 2px solid #F2F2F2;
    position: relative;
    border-radius: 999px;
    box-shadow: 0px 0px 0 1px #000000a1;
}

.form-horizontal .main-checkbox label {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.form-horizontal .main-checkbox label:after {
    border-radius: 999px;
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    left: -1px;
    top: -1px;
    border-top: none;
    border-right: none;
    background: #000;
    opacity: 0;
}

.form-horizontal .main-checkbox input[type=checkbox] {
    visibility: hidden;
}

.form-horizontal .main-checkbox input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.form-horizontal .text {
    float: left;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    margin-left: 23px;
    line-height: 23px;
    padding-top: 5px;
    text-transform: capitalize;
}

.form-horizontal .btn {
    width: 100%;
    background: #000;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0;
}

.form-horizontal .btn:focus {
    background: #eec111;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.form-horizontal .forgot-pass {
    margin: 0;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
}

.form-horizontal .forgot-pass .btn {
    width: auto;
    background: transparent;
    color: #615f6c;
    margin: 0;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.form-horizontal .forgot-pass .btn:hover {
    color: #eec111;
}

@media only screen and (max-width: 479px) {
    .tab {
        /* padding: 40px 20px; */
        ;
    }
}

.or {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.or::before,
.or::after {
    content: "";
    position: absolute;
    width: 46%;
    height: 2px;
    background-color: #000;
    left: 0;
    top: 14px;
}

.or::after {
    left: auto;
    right: 0;
}

.form-horizontal .forgot-pass .btn img {
    margin-right: 20px;
}

.o-summary h2 span {
    float: right;
}

.order-table tr {
    padding: 24px;
}

.order-table {
    width: 100%;
}

.order-table h3 {
    font-size: 14px;
    font-weight: 600;
    /* margin: 0; */
    padding-left: 10px;
}

.order-table .o-summary h6 span {
    font-style: italic;
}

.order-table img {
    width: 100%;
    padding-bottom: 10px;
}

.order-table h5 {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    padding-left: 10px;
}

.order-table .o-summary h5 {
    font-size: 20px;
}

.payment-list ul li {
    list-style: none;
    margin: 20px 0;
    padding-left: 30px;
    font-size: 17px;
}

.payment-list ul {
    padding-left: 0;
}

.payment-list ul li i {
    margin-right: 13px;
}

.payment-list {
    margin-top: 50px;
}

.form-check-label {
    margin-bottom: 0;
    padding: 0 15px;
}

input[type=checkbox]:checked {
    background-color: #000;
    color: #000;
}

.continue-delivery {
    padding: 30px;
}

.continue-delivery h3 {
    font-size: 23px;
    margin-bottom: 20px;
}

.continue-delivery .form-control {
    padding: 10px 30px;
    border-radius: 0;
    box-shadow: none;
    color: #050404;
}

.continue-delivery .btn {
    width: 100%;
    background: #000;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0;
}

.member-email {
    padding: 20px;
    padding-left: 87px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    background-color: #F2F2F2;
}

.sign-page .continue-delivery {
    background-color: #F2F2F2;
    margin-top: 20px;
}

.sign-page .continue-delivery .form-control::placeholder {
    color: #000;
}

.sign-page .continue-delivery .form-control {
    color: #000;
    border-color: #000;
}

.my-accoount-nav ul {
    padding: 0;
}

.my-accoount-nav ul li {
    padding: 10px;
    list-style: none;
    background: #F9F9F9;
    margin-bottom: 10px;
}

.my-accoount-nav ul li.active {
    background-color: #888888;
}

.my-accoount-nav ul li.active a {
    color: #fff;
}

.my-accoount-nav ul li a {
    padding: 10px;
    font-size: 17px;
    text-transform: uppercase;
    width: 100%;
    color: #000;
}

.account-details {
    padding-top: 30px;
}

.account-details h2 {
    font-size: 20px;
}

.account-details h2 span a {
    color: #000;
    border-bottom: 1px solid #000;
    margin-left: 50px;
    text-transform: uppercase;
    font-size: 16px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #F9F9F9;
}

.address-book {
    padding: 40px;
}

.address-book h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.address-book h6 {
    font-size: 17px;
    color: #888888;
    margin-top: 30px;
}

.address-book form {
    margin-top: 20px;
}

.address-book form .col-md-6 {
    padding: 0;
}

.address-book form .btn {
    width: 100%;
    background: #000;
    padding: 10px 20px;
    border: none;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0;
}

.table-black tbody {
    background-color: #000;
}

.credit {
    padding: 20px;
}

.credit h3 {
    font-size: 17px;
    padding: 10px;
    background: #000;
    color: #fff;
    width: 50%;
}

.credit h3 span {
    float: right;
}

.contact-page {
    padding: 50px 0;
}

.contact-list {
    position: absolute;
    padding: 0;
    display: inline-block;
    right: 0;
    top: 0;
}

.contact-list li {
    display: inline-block;
    list-style: none;
    font-size: 30px;
    right: 0;
    position: relative;
    margin: 0 10px;
}

.contact-details h3 {
    font-size: 40px;
    font-weight: 600;
}

.contact-details h5 {
    font-size: 20px;
}

.contact-page .sec-heading {
    margin: 50px 0 100px;
}

.contact-form .form-control {
    background-color: #F2F2F2;
    margin-bottom: 15px;
    padding: 10px 30px;
}

.contact-form .form-control::placeholder {
    color: #000;
}

.contact-form .btn {
    background: #000;
    padding: 10px 35px;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.privacy-page {
    padding: 180px 0 100px;
}

.privacy-page p {
    text-align: justify;
}

.privacy-page h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.emailer {
    padding: 100px 0;
}

.emailer h3 {
    position: absolute;
    top: 30%;
    right: 13%;
    font-size: 30px;
    color: #fff;
}

.emailer h4 {
    border-bottom: 2px solid #000;
    font-size: 25px;
    width: max-content;
    text-align: center;
    font-weight: 600;
    margin: auto;
    margin-bottom: 20px;
}

.who-we {
    text-align: center;
    padding: 15px;
}

.who-we h5 {
    font-size: 18px;
    margin: 20px auto;
    border-bottom: 2px solid #000;
    width: max-content;
}

.we-support {
    background-color: #F2F2F2;
    margin-top: 30px;
}

.we-support img {
    width: 100%;
}

.we-support h3 {
    position: relative;
    top: 0;
    right: 0;
    color: #000;
    margin-bottom: 20px;
}

.left-part {
    padding: 50px 30px;
}

.left-part h6 {
    font-size: 19px;
    position: relative;
    float: right;
}

.left-part h6::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    top: 10px;
    left: -40px;
    background-color: #000;
}

.left-part h5 {
    font-size: 20px;
    margin-top: 50px;
    font-weight: 600;
    padding: 10px;
    border: 2px solid #000;
}

.we-happy p {
    font-size: 19px;
}

.we-happy {
    padding: 30px;
    text-align: center;
}

.we-happy h4 {
    border: none;
}

.we-happy h5 {
    padding: 30px 22px;
    background: #000;
    margin: 24px auto;
    color: #fff;
    font-size: 20px;
}

.we-happy h6 {
    padding: 15px 22px;
    background: #000;
    width: max-content;
    margin: 24px auto;
    color: #fff;
    font-size: 17px;
}

.blog-page {
    padding: 50px 0;
}

.blog-details {
    background-color: #F2F2F2;
    padding: 30px;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.blog-details h2 {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    width: max-content;
    margin-bottom: 12px;
}

.blog-details img {
    margin-bottom: 10px;
}

.blog-details a {
    position: relative;
    color: #000;
    border-bottom: 1px solid #000;
    float: right;
    top: 0;
}

.blog-search .input-group .form-control {
    background-color: #F2F2F2 !important;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.blog-search .input-group .form-control::placeholder {
    color: #000;
}

.input-group .form-outline {
    width: 100%;
}

.input-group .form-outline .fas {
    position: absolute;
    right: 20px;
    z-index: 2;
    top: 18px;
}

.subscribe-email {
    background-color: #F2F2F2;
    padding: 50px;
    margin: 20px 0;
    text-align: center;
}

.subscribe-email h3 {
    font-size: 27px;
}

.subscribe-email .btn {
    padding: 10px 30px;
    font-size: 17px;
    text-transform: uppercase;
    background: #C4C4C4;
    margin-top: 20px;
}

.insta-feeds {
    background: #F2F2F2;
}

.insta-feeds .insta-content {
    padding: 10px;
    padding-left: 0;
}

.insta-feeds p {
    font-size: 14px;
    line-height: 20px;
}

.insta-content a {
    border-bottom: 1px solid #000;
    float: right;
    color: #000;
    font-size: 13px;
}

.blog-search h4 {
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    background: #f2f2f2;
}

.blog1-page {
    padding: 50px 0;
}

.blog1-page h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

.blog1-box {
    margin-bottom: 30px;
}

.blog1-box img {
    margin-bottom: 10px;
}

.blog1-box h4 {
    font-size: 20px;
    border-bottom: 1px solid #000;
    width: max-content;
    margin: 10px 0;
    font-weight: 600;
}

.blog-social .fa {
    color: #000;
}

.blog-social {
    position: absolute;
    z-index: 1;
    right: -75px;
}

.blog-social li {
    list-style: none;
    padding: 7px 10px;
    border: 1px solid #888888;
    border-radius: 999px;
    width: 80%;
    margin-bottom: 20px;
}

.blog1-box img {
    width: 100%;
}

.about-grid .col-md-6 {
    padding: 0;
}

.about-content {
    text-align: center;
    padding: 50px;
    background: #304230;
}

.about-text h3 {
    font-size: 20px;
    margin: 20px 0;
}

.about-grid {
    padding: 20px;
}

.pad-top {
    padding-top: 70px;
}

.blog-page .sec-heading {
    margin-top: 30px;
}

.contact-bg img {
    width: 100%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    right: 18px;
    top: 0;
    z-index: 999;
}

.modal-body h3 {
    font-size: 25px;
    margin: 30px 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.modal-body form {
    padding: 0 40px;
}

.modal-body form .btn-primary {
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    text-align: center;
    float: none;
    margin-top: 20px;
}

.navbar-nav>li:hover .nav-link {
    color: #ffffff !important;
    border-top: 4px solid #000;
    background: linear-gradient(184deg, #d9dd6b, transparent);
}

.top_add_info {
    text-align: left;
}

.text-right ul li {
    margin: 0 5px;
}

.book-appointment {
    text-align: center;
    padding: 50px 0;
}

.book-appointment .btn-primary {
    padding: 10px 20px;
    font-size: 20px;
    background: #F1CA89;
    border: none;
    color: #000;
}

.service-sec .btn-primary {
    border-color: #d9dd6b;
    padding: 10px 60px;
    font-size: 20px;
    background: #01a4bf;
    color: #fff;
}

.service-sec .btn-primary a {
    color: #fff;
}

.about-sec {
    background-image: url(../images/banner/about-banner.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.title-bg {
    width: 100%;
    height: 100%;
    padding: 50px 0;
    background: #012443;
}

.title-content {
    font-size: 26px;
    line-height: 37px;
    color: #fff;
    text-align: center;
}

.title-content h2 {
    color: #304230;
    font-size: 30px;
    margin: auto;
    margin-bottom: 40px;
    position: relative;
    width: max-content;
    text-align: center;
}

.title-content h2::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #304230;
    bottom: -10px;
    text-align: center;
    margin: auto;
    right: 0;
    left: 0;
}

.about-content h2 {
    color: #f1ca89;
    font-size: 30px;
    margin: auto;
    margin-bottom: 40px;
    position: relative;
    width: max-content;
    text-align: center;
}

.about-content h2::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #f1ca89;
    bottom: -10px;
    text-align: center;
    margin: auto;
    right: 0;
    left: 0;
}

.about-content p {
    color: #f1ca89;
    text-align: left;
    font-size: 13px;
}

.home-hr {
    border-top: 1px solid #000;
    margin: 80px 0;
}

.sec-head h2 {
    color: #01a4bf;
    font-size: 23px;
    margin: auto;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    font-weight: 600;
}

.sec-head h2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/banner/before.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 40%;
}

.sec-head h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/banner/after.png);
    right: 0;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 40%;
}

.service-box {
    text-align: center;
    background: #F1F1F1;
    margin-bottom: 30px;
}

.service-box img {
    /* width: 60px; */
    /* height: 60px; */
}

.video-btn {
    text-align: center;
    padding-top: 110px;
}

.testimonial-bg {
    background: #01a4bf;
    padding: 20px;
    margin-bottom: 40px;
}

.testimonial-bg p {
    /* word-break: break-all;*/
    color: #fff;
    /*text-align: justify;*/
    line-height: 20px;
}

.testimonial-bg h5 {
    color: #fff;
    text-align: right;
}

.testimonial-bg h5 span {
    font-size: 10px;
}

.client-list {
    display: inline-block;
}

.client-list li {
    display: inline-block;
    margin: 0 30px;
}

.client-logo {
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

.client-logo .col-md-3 {
    flex: 0 0 20%;
    max-width: 25%;
    position: relative;
}


/* 
.client-logo .col-md-3::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 70px;
    background-color: #000000;
    left: 0;
    top: 20px;
}

.client-logo .col-md-3:first-child::before {
    content: none;
} */

.client-logo img {
    width: 150px;
    height: 150px;
    margin: auto;
    text-align: center;
    padding: 20px;
    background: #fff;
    filter: grayscale(1);
}

.gallery-grid {
    margin-bottom: 70px;
}

.gallery-grid img {
    margin-bottom: 20px;
    width: 100%;
}

.news-sec {
    padding-bottom: 70px;
}

.news-box {
    position: relative;
    margin-bottom: 50px;
}


/* 
.news-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background: linear-gradient(0deg, black, transparent);
} */

.news-box p {
    position: absolute;
    bottom: 0;
    color: #000;
    text-align: center;
    padding: 20px 30px;
    background: #ffffffc9;
    font-weight: 600;
    font-size: 14px;
}

.footer-logo h2 {
    font-size: 23px;
    color: #fff;
    width: 100%;
    margin-bottom: 20px;
}

.footer-bottom {
    background: #d9dd6b;
}

.footer-bottom p span {
    margin: 0 10px;
}

.container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}

.inner-sec {
    padding: 100px 0;
}

.aboutpage-content {
    text-align: center;
    padding: 130px 156px;
    border: 1px solid #000000;
}

.inner-sec h2 {
    font-size: 25px;
    position: relative;
    width: max-content;
    margin: auto;
    margin-bottom: 54px;
}

.inner-sec h2::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background: #000;
    bottom: -7px;
    margin: auto;
    right: 0;
    left: 0;
}

.about-page img {
    width: 100%;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.navbar-collapse {
    padding: 0;
}

.aboutpage-content p {
    text-align: justify;
}

.team-box {
    margin: 50px 0;
}

.team-box h4 {
    margin: 10px 0 5px;
    font-weight: 600;
}

.form-container {
    font-size: 0;
    border: 1px solid #C4C4C4;
    background: #fff;
}

.form-address h2 {
    font-size: 25px;
    text-transform: capitalize;
    color: #ffffff;
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
}

.form-address strong {
    color: #3c821d;
}

.form-container .form-address {
    color: #ffffff;
    font-size: 13px;
    text-align: left;
    width: 100%;
    padding: 132px 90px;
    vertical-align: top;
    display: inline-block;
    background: #b61919;
}

.form-container .form-icon i {
    font-size: 124px;
    margin: 0 0 15px;
    display: block;
}

.form-container .form-icon .signup a {
    color: #fff;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.form-container .form-icon .signup a:hover {
    text-decoration: underline;
}

.form-container .form-horizontal {
    background: rgb(1 36 67);
    width: 100%;
    padding: 30px;
    display: inline-block;
    position: relative;
}

.form-container .title {
    color: #fff;
    font-size: 23px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    margin: 0px 0 20px 0;
}

.form-horizontal .form-group {
    /* background-color: #F1F1F1; */
    margin: 0 0 20px;
    /* border: 1px solid #b5b5b5; */
    /* box-shadow: 0px 0px 10px -3px #c2c0c0; */
}

.form-horizontal .input-icon {
    color: #b5b5b5;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    vertical-align: top;
    display: inline-block;
}

.form-horizontal .form-control {
    /* color: #000; */
    /* background-color: #F1F1F1; */
    /* font-size: 14px; */
    /* letter-spacing: 1px; */
    /* padding-left: 33px; */
    /* width: 100%; */
    /* height: 40px; */
    /* box-shadow: none; */
    /* border: none; */
    /* border-radius: 0; */
    /* display: inline-block; */
    /* transition: all 0.3s; */
    /* line-height: 40px; */
    /* font-weight: normal; */
}

.form-horizontal .form-control:focus {
    box-shadow: none;
    border: none;
}

.form-horizontal .form-control::placeholder {
    color: #b5b5b5;
    font-size: 13px;
    text-transform: capitalize;
}

.form-horizontal .btn {
    color: #000;
    background: #f1ca89;
    font-size: 15px;
    font-weight: 500;
    width: max-content;
    letter-spacing: 1px;
    margin: auto;
    padding: 10px 40px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.form-horizontal .btn:hover,
.form-horizontal .btn:focus {
    color: #fff;
    background-color: #D31128;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.form-horizontal .forgot-pass {
    font-size: 12px;
    text-align: center;
    display: block;
}

.form-horizontal .forgot-pass a {
    color: #999;
    transition: all 0.3s ease;
}

.form-horizontal .forgot-pass a:hover {
    color: #777;
    text-decoration: underline;
}

.form-bg {
    width: 100%;
    margin-bottom: 40px;
}

@media only screen and (max-width:576px) {
    .form-container {
        padding-bottom: 15px;
    }
    .form-container .form-icon {
        width: 100%;
        padding: 20px 0;
    }
    .form-container .form-horizontal {
        width: 100%;
        margin: 0;
    }
}

.form-horizontal .form-control::placeholder {
    color: #304230;
}

.form-horizontal .form-group textarea {
    height: 100px;
}

.form-address .fa-phone,
.form-address .fa-envelope {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-right: 10px;
}

.contact-icons {
    padding-left: 0;
}

.contact-icons li {
    list-style: none;
    font-size: 26px;
    margin: 10px;
    margin-right: 20px;
    margin-left: 0;
    color: #ffffff;
    display: inline-block;
}

.contact-icons li i {
    color: #ffffff;
}

.contact-info {
    padding: 0;
}

.contact-info li {
    list-style: none;
    margin: 5px 0px;
    color: #fff;
}

.form-address h2::before {
    content: none;
}

.service-page {
    padding-top: 0;
}

.service-page h2 {
    text-align: left;
    margin: 0;
    margin-bottom: 40px;
}

.service-block {
    margin: 50px 0;
    padding: 0 20px;
    position: relative;
}

.service-block h3 {
    font-size: 20px;
    text-decoration: underline;
}

.service-block h3 a {
    color: #000;
}

.service-block p {
    text-align: justify;
}

.before {
    position: relative;
}

.before::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 970px;
    background: #000;
    left: 33%;
    top: -87%;
}

.before::after {
    content: "";
    position: absolute;
    width: 875px;
    height: 1px;
    background: #000;
    left: 0;
    bottom: 0;
}

.before1 {
    position: relative;
}

.before1::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 813px;
    background: #000;
    left: 66%;
    top: -134%;
}

.before1::after {
    content: "";
    position: absolute;
    width: 875px;
    height: 1px;
    background: #000;
    right: 0;
    top: 0;
}

.service-details {
    text-align: justify;
}

.service-details::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 480px;
    background: #000;
    left: -25px;
}

.service-details::after {
    content: "";
    position: absolute;
    width: 1250px;
    height: 1px;
    background: #000;
    left: -100px;
}

.bottom_header .btn-primary {
    padding: 15px 55px;
    font-size: 19px;
    margin-top: 15px;
    background: #012443;
    border-radius: 0;
    border: none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

.service-sec {
    padding: 120px 0 50px;
}

.ser-icon {
    padding: 20px;
    border: 1px solid #b61919;
    border-radius: 999px;
    width: max-content;
    margin: auto;
    margin-bottom: 40px;
}

.sec-head {
    margin-bottom: 60px;
}

.service-box p {
    text-align: left;
    margin-bottom: 40px;
}


/* 
.service-box a {
    padding: 10px 20px;
    background: #b61919;
    color: #fff;
    font-size: 16px;
} */

.title-content h5 {
    font-size: 30px;
    font-family: 'Playball', cursive;
}

.some-more .service-box p {
    text-align: left;
    margin-bottom: 10px;
}

.some-more .service-box a {
    padding: 10px 20px;
    background: #b61919;
    color: #fff;
    font-size: 16px;
    float: right;
}

.red-bg {
    background-color: #b61919;
}

.some-more .service-box {
    text-align: center;
    padding: 10px 25px;
    margin: 40px 0;
}

.testimonial-bg h4 {
    margin: 20px 0;
    color: #fff;
	font-size:24px;
}

.team-sec a {
    color: #000;
    text-decoration: underline;
}

.client-bg {
    background: #eee;
    padding: 60px 0;
    border: 1px solid #A3A3A3;
}

.pad-le {
    padding-left: 50px;
}

.text-r {
    text-align: right;
}

.team-page .testimonial-bg {
    background: #F5F5F5;
}

.team-page .testimonial-bg p {
    color: #000;
}

.team-page .testimonial-bg h4 {
    color: #000;
}

.border-non {
    border-radius: 0;
}

.form-pad {
    padding: 30px;
    width: 100%;
    text-align: center;
}

label {
    color: #000;
    width: 100%;
    font-weight: normal;
    margin: 0;
}

label span {
    color: red;
}

.contact-block {
    border: 1px solid #C4C4C4;
    margin-bottom: 40px;
}

.hs_comment_form {
    background-color: #f1f1f1;
    padding: 50px 0;
}

.contact-block .hs_comment_form .input-group {
    margin-bottom: 20px;
}

.contact-block .hs_comment_form .input-group input {
    border-radius: 4px;
}

.form-group .btn-success {
    padding: 10px 60px;
    font-size: 20px;
    background: #d9dd6b;
    border: none;
    color: #000;
}

.form-address {
    background-color: #b61919;
    padding: 159px 80px;
}

.form-address p {
    color: #fff;
}

.about-con {
    position: relative;
    width: 100%;
    padding: 100px 0;
}

.about-con::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/Subtract.png);
    right: -100px;
    background-repeat: no-repeat;
    background-position: right;
    top: -180px;
}

.about-con::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/Subtract1.png);
    left: -100px;
    background-repeat: no-repeat;
    background-position: left;
    bottom: -180px;
}

.inner-service p {
    text-align: right;
}

.border-bl {
    border-color: #012443;
}

.right-side p {
    text-align: left;
}

.right-side {
    margin-top: 70px;
}

.inner-service .ser-icon {
    width: 100%;
}

.inner-service .service-box img {
    width: 100%;
    height: 100%;
}

.home-about {
    padding: 40px;
    background: #01A4BF;
    border: 2px solid #D9DD6B;
}

.home-about-content {
    border: 2px solid #D9DD6B;
    padding: 15px 30px;
}

.appointment {
    position: relative;
    z-index: 9;
}

.app-btn {
    position: fixed;
    /*background-image: url(../images/Rectangle\ 8.png);*/
    top: 30%;
    right: 0;
    background-repeat: no-repeat;
    background-size: 50px;
    width: 50px;
    height: 100%;
}

.app-btn .btn {
    position: absolute;
    transform: rotate(270deg);
    left: -66px;
    top: 102px;
    font-size: 17px;
    background: #d9dd6b;
    border: none;
    color: #01a4bf;
}

.sec-padding {
    padding: 30px;
}

.home-page-list h2 {
    font-size: 17px;
    color: #01a4bf;
    font-weight: 600;
}

.home-page-list ul {
    padding-left: 15px;
}

.home-page-list ul li {
    margin: 10px 0;
}

.sec-bg {
    position: relative;
    padding: 70px 0;
}

.sec-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
   /* background-image: url(../images/sec-bg.jpg);*/
   background-color:#01a4bf;
    top: 0;
   /* background-position: center;
    background-size: cover;
    background-repeat: no-repeat;*/
}

.sec-bg .home-about-content p {
    color: #fff;
}

.sec-bg .home-about-content h2 {
    font-size: 25px;
    color: #d9dd6b;
    font-weight: 600;
    margin-bottom: 20px;
}

.sec-bg .home-about-content {
    border: none;
}

.sec-bg .home-about img {
    border: 2px solid #01a4bf;
    width: 100%;
}

.sec-bg .home-about {
    padding: 40px;
    background: #d9dd6b;
    border: 2px solid #D9DD6B;
}

.testi-bg {
    position: relative;
}

.testi-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
	left: 0;
	/*background-image: url(../images/testi-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;*/
    
}

.service-sec.testi-bg .btn-primary {
    border-color: #01a4bf;
    padding: 10px 60px;
    font-size: 20px;
    background: #d9dd6b;
    color: #000;
}

.testi-bg .testimonial-bg h4 {
    margin: 0;
    margin-top: 15px;
    color: #000;
    font-size: 12px;
}

.rating {
    padding: 0;
    display: inline-block;
}

.rating li {
    margin: 0;
    display: inline-block;
    color: #D9C61C;
}

.testi-bg .testimonial-bg {
    background: #ffffff;
    padding: 30px;
}

.testi-bg .testimonial-bg p {
    /*  word-break: break-all;*/
    color: #000;
    /*text-align: justify;*/
    margin-bottom: 0;
    margin-top: 20px;
    line-height: 20px;
}

.footer-right {
    text-align: left;
    float: left;
}

.footer-bottom ul {
    padding: 0;
    display: inline-block;
    float: right;
    margin-bottom: 0 !important;
}

.footer-bottom li {
    list-style: none;
    display: inline-block;
    font-size: 20px;
    color: #01a4bf;
    margin: 0 12px;
    line-height: 45px;
}

.img-video {
    position: absolute;
    right: 0;
    left: 0;
    width: 45px;
    margin: auto;
    top: 38%;
}

.img-video img {
    width: 100%;
    border: none !important;
}

.service-icon {
    padding: 44px 0;
}

.service-icon .icon-img {
    background: #01a4bf;
    width: max-content;
    margin: auto;
    border-radius: 999px;
    padding: 20px;
}

.service-icon .icon-img img {
    width: 60px;
    height: 60px;
}

.service-icon h3 {
    font-size: 23px;
    font-weight: 600;
    color: #000;
    margin-top: 30px;
}

.service-icon i {
    padding: 10px 15px;
    background: #01a4bf;
    border-radius: 999px;
    color: #fff;
    font-size: 22px;
    margin-top: 30px;
}

.pdr-0 {
    padding-right: 0;
}

.pdl-0 {
    padding-left: 0;
}

.contact-bg {
    background: #f9f9f9;
    padding: 40px 0;
}

.contact-bg .footer-logo h2 {
    font-size: 23px;
    color: #d9dd6b;
}

.contact-bg .footer-block p {
    color: #01a4bf;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 27px;
}

.contact-bg ul.footer-social {
    padding: 0;
    display: inline-block;
    float: left;
    margin-bottom: 0 !important;
}

.contact-bg ul.footer-social li {
    list-style: none;
    display: inline-block;
    font-size: 20px;
    color: #d9dd6b;
    margin-right: 0px;
    line-height: 45px;
}

.contact-form-bg .input-group {
    margin-bottom: 20px;
}

.testimonial-bg img {
    width: 100%;
}

.margin-top30 {
    margin-top: 30px;
}

.testimonial-bg a {
    padding: 5px;
    background-color: #fff;
    margin-top: 10px;
}

.page-navigation {
    width: 100%;
    padding: 20px 0px;
    color: #007bff;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}

.hpage-navigation ul {
    float: right;
    padding-left: 0px;
    list-style: none;
    margin: 5px auto;
    width: 50%;
    text-align: right;
}

.page-navigation ul li {
    display: inline;
    padding: 0px;
    margin: 0px;
}

.page-navigation ul li a {
    color: inherit;
    padding: 0px 10px;
    position: relative;
    text-transform: uppercase;
    color: #007bff;
    font-size: 16px;
    font-weight: 400;
}

.page-navigation ul li a:before {
    content: "";
    position: absolute;
    right: -2px;
    top: 3px;
    height: 13px;
    width: 0px;
    border-right: 2px solid #007bff;
}

.page-navigation ul li:last-child a:before {
    border-right: none;
}

#div_pagination {
    float: right;
    margin: auto;
}

.num-bg {
    background: #01a4bf;
    padding: 2px 5px;
    color: #fff;
}

#product-pagination {
    font-size: 12px;
    color: #01a4bf;
}
.footer-block .form-control{font-size:16px;}
.sec-detail .home-about {
    text-align: center;
}
.testimo-main .testimonial-bg h4 {
    font-size: 16px;
    margin-top: 10px;
}
.testimo-main .testimonial-bg{height: 253px;}
.photo-item h3 {
    background: #01a4bf;
    text-align: center;
    font-size: 14px;
    margin: 0px;
    padding: 10px 0;
    text-transform: uppercase;
    color: #FFF;
}
.gallery-main .photo-item {
    margin-bottom: 30px;
}
.appointment .app-btn .btn {
    white-space: nowrap;
}
.contact-bg ul.footer-social li a {
    list-style: none;
    display: inline-block;
    font-size: 20px;
    color: #d9dd6b;
    margin-right: 20px;
    line-height: 45px;
}