@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Oswald:wght@200;300;400;500;600;700&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', 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;
}


/***** Font Files *****/

@font-face {
    font-family: 'Jalliestha-DEMO';
    src: url(../fonts/Jalliestha-DEMO.ttf);

}

@font-face {
    font-family: 'BlackOpsOne-Regular';
    src: url(../fonts/BlackOpsOne-Regular.ttf);
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid #a30000!important;
    text-align: center;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #a30000!important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400
}

.btn10:hover {
    border: 1px solid #a30000!important;
    color: #fff!important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #a30000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.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: 'BlackOpsOne-Regular';
    font-size: 89px;
    line-height: 80px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'BlackOpsOne-Regular';
    font-size: 47px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'BlackOpsOne-Regular';
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'BlackOpsOne-Regular';
    font-size: 24px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'BlackOpsOne-Regular';
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'BlackOpsOne-Regular';
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #8d8d8d;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Roboto', serif;
    font-weight: 400;
}

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;
    position: relative;
}

.menuSec img {
    margin: 0;
}
header {
    position: absolute;
    width: 100%;
    z-index: 99;
}

.carousel-item > img {
    width: 100%;
    object-fit: cover;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
    padding-top: 20px;
}

.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;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 23px;
    font-size: 14px;
    font-weight: 500;
}

.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: #264790;
}

.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;
}

a.btn-1 {
    background: #264790;
    color: #fff !important;
    text-transform: uppercase;
    display: inline-flex !important;
    align-items: center !important;
    padding: 0px 0px 0px 10px !important;
    border-radius: 5px;
    border: 1px solid #fff;
    box-shadow: 0 0 10px #00000026;
    align-items: center;
}

a.btn-1 span {
    background: #fff;
    float: right;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    border: 1px solid;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right: -2px;
}
/*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 */
.banner_img img {
    width: 95%;
}
.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: rgba(0, 0, 0, 0.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_text p {
    color: #fff;
}
.socail-links {
    position: absolute;
    right: 98px;
    width: auto;
    top: 140px;
    z-index: 99;
}

.socail-links ul li a {
    color: #ffffff9e;
    border: 1px solid #ffffff9e;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-bottom: 20px !important;
    background: #ad1d24;
}

.banner-shape-img img:nth-child(1) {
    position: absolute;
    bottom: 0;
    left: -11%;
    width: auto;
    z-index: 0;
}

.banner_text {
    position: relative;
    z-index: 1;
}
.banner-shape-img img:nth-child(2) {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 37px;
    z-index: 99;
    width: 6%;
}
section.main_slider img.img-fluid {
        /*height: 870px !important;*/
}
/*banner css end*/

/* card notes :start */
a.btn-1.red-btn {
    background: #ad1d24;
}

.card-notes-img a {
    display: block;
    background: #ad1d24;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    margin-bottom: 20px;
}

.card-notes-text h2 {
    color: #264790;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.card-notes-img img {
    width: 100%;
}
section.card-collection .row {
    align-items: end;
}

.card-collection-text {
    background: #ad1d24;
    padding: 70px 40px;
    margin-left: 50px;
    position: absolute;
    padding-top: 180px;
    top: 0;
    left: 0;
    width: 35%;
    padding-left: 80px;
}

.card-collection-text h3 {
    color: #fff;
    font-size: 59px;
    line-height: 60px;
    font-family: Oswald;
    text-transform: uppercase;
    line-height: 80px;
}

.card-collection-text h3 span {
    display: block;
    background: #264790;
    width: 150px;
    padding: 0 6px;
}
section.card-collection.all-section {
    position: relative;
    padding-top: 0;
}

section.card-notes.all-section {
    padding-bottom: 0;
}

.collection-img img {
    width: 100%;
    height: 500px;
}

.collection-img {
    margin-top: 60px;
}
.star-box {
    display: grid;
    position: absolute;
    bottom: 25%;
    right: 50px;
}
.card-collection-text h6 {
    position: absolute;
    top: 37%;
    left: 30px;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    font-family: Montserrat;
    color: #ffffffd4;
    text-transform: uppercase;
    letter-spacing: 7px;
}
img.box-star {
    position: absolute;
    top: -70px;
    width: 25%;
    left: 50px;
}
img.star-light {
    position: absolute;
    top: 43px;
    left: 40px;
    width: 30%;
    z-index: 0;
}

img.star-light1 {
    position: absolute;
    bottom: 0;
    right: 60px;
    width: 25%;
}

/* card notes :end */



/* featured :start */
.featured-main {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
}

section.Featured-wrap {
    position: relative;
}

section.Featured-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: -1;
    background: #ad1d24;
}

.featured-main h2 {
    color: #fff;
    font-size: 95px;
}

.featured-main p {
    color: #fff;
}

ul#myTab {
    justify-content: center;
    border: unset;
    gap: 20px;
}

.nav-tabs .nav-link {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background: unset;
}

.featured-img img {
    border-radius: 15px;
    width: 100%;
}


.featured-text {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

.featured-text h4 {
    font-size: 20px;
    font-family: 'DM Serif Display', serif;
    width: 65%;
    margin: 0 auto;
    margin-bottom: 10px;
}

ul.del {
    margin-bottom: 10px;
}

ul.del li {
    display: flex;
    justify-content: center;
    gap: 14px;
    color: #ad1d24;
    font-size: 20px;
    font-weight: 500;
}

ul.del li del {
    color: #8d8d8d;
}

ul.star a {
    color: #f78e1e;
}

ul.star {
    margin-bottom: 10px;
}

.featured-text a.btn-1 i {
    color: #ad1d24;
}

.featured-box {position: relative;}

.featured-box:before {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    height: 95%;
    border: 2px solid #d7d7d7;
    border-radius: 20px;
    z-index: -1;
}

.featured-box:hover:before {
    border-color: #ad1d24;
}

.featured-box:hover .btn-1 {
    background: #ad1d24;
}

.featured-box:hover .btn-1 i {
    color: #264790;
}
/* featured :end */


section.newsletter-sec {
    position: relative;
    background: #b21e25;
}

ul.news-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin: 0;
}

ul.news-icon h4 {
    font-size: 48px;
    color: rgb(255, 255, 255);
    line-height: 50px;
    margin: 0;
}

ul.news-icon p {
    font-size: 14px;
    font-family: "Montserrat Alternates", sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.newsletter-buttn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.newsletter-buttn input {
    width: 100%;
    height: 60px;
    padding: 20px;
    border: 0px;
    border-radius: 5px;
    color: rgb(145, 145, 145);
    font-size: 15px;
}

.newsletter-buttn input::placeholder {
    color: rgb(145, 145, 145);
    font-size: 15px;
    font-weight: 600;
}

button.btn2 {
    background: rgb(38 71 144);
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-transform: uppercase;
    margin-left: -100px;
    width: 16%;
    height: 60px;
    border-radius: 5px;
    border: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

footer.footer-sec {
    background: #162639;
    position: relative;
    padding-bottom: 0;
}

.footer-box h4 {
    font-size: 22px;
    color: rgb(255, 255, 255);
    line-height: 34px;
    margin-bottom: 10px;
}

.footer-box p {
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-family: "Montserrat Alternates", sans-serif;
    line-height: 25px;
}

ul.footer-link-list li a {
    font-size: 13px;
    color: rgb(210, 210, 210);
    line-height: 30px;
    letter-spacing: 1px;
}

ul.footer-link-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    font-weight: 600;
}

ul.footer-link-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 10px 0px;
}

ul.footer-link-list li a {
    transition: .5s ease-in-out;
}

ul.footer-link-list li a:hover {
    padding-left: 5px;
    color: #ad1d24;
}

ul.footer-link-list i {
    font-size: 20px;
    color: rgb(151, 52, 22);
}

.footer-box::before {
    width: 2px;
    top: 0px;
    bottom: auto;
    transition: .5s ease-in-out;
    z-index: 1;
}

.footer-box:hover::before {
    height: 220px;
    background: #973416;
    z-index: 1;
}

ul.bottom-list {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    margin: 0;
}

ul.bottom-list i {
    font-size: 24px;
    color: rgb(255, 255, 255);
}

.bottom-text p {
    font-size: 17px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: "Montserrat Alternates", sans-serif;
}

.bottom-imag {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bottom-nav-box .row {
    align-items: center;
}

.bottom-nav-box {
    border: 2px solid rgb(167, 167, 167);
    padding: 20px;
    border-radius: 20px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.footer-box.box-center {
    margin-left: 20%;
}

.footer-box.box-center {
    margin-left: 8%;
}

.footer-box {
    position: relative;
}

.footer-box::after {
    position: absolute;
    width: 2px;
    height: 220px;
    right: -5px;
    top: 0px;
    bottom: auto;
    background: rgb(167, 167, 167);
}

.noborder::after {
    display: none;
}

.noborder::before {
    display: none;
}

.bottom-nav-box:after {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: #973416;
    z-index: -1;
    transition: .5s ease-in-out;
}

.bottom-nav-box:hover:after {
    width: 100%;
}

section.newsletter-sec .row {
    align-items: center;
}

.copy-right p {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.copy-right {
    background: #2d3c4d;
    padding: 12px 0;
}
ul.bottom-list a {
    border: 1px solid #ffffff7d;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffffab;
}
.copy-right .row {
    align-items: center;
}
/* Footer End */

/* footer top :start */
/*Cards with Hearts :start*/
section.cardswith-heart {
    position: relative;
}
.dv2cardswith-heart h3 {
    position: absolute;
    /*top: 20%;*/
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 48px;
    color: #fff;
    font-family: 'Playlist';
     bottom: 30%;
}
.dv2cardswith-heart h4 {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 2%;
    text-align: center;
    font-size: 38px;
    line-height: 39px;
    color: #fff;
}
.dv2cardswith-heart h4 span {
    display: block;
}
ul.ulcradswith-hearts {
    position: absolute;
    bottom: 14%;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 27px;
}
ul.ulcradswith-hearts li {
    border: 1px solid #fff;
    padding: 3px 11px;
    font-size: 17px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.ulcradswith-hearts li a {
    color: white;
}
ul.ulcradswith-hearts li:hover {
    background-color: white;
}
ul.ulcradswith-hearts li a:hover {
    color: red;
}
/*cards with Hearts :Closed*/

/* inner :start */
.inner-banner .carousel-item:before {
    display: none;
}
/*login */

section.login {
    padding: 80px 0px 40px 0;
  
    position: relative;
  }
  
  .log-in-bg {
    background-image: url("../images/log-in-bg.jpg");
  
    background-position: center center;
  
    background-size: cover;
  
    background-repeat: no-repeat;
  }
  
  .text-blue {
    color: rgb(16, 12, 108);
  }
  
  .text-black {
    color: rgb(0, 0, 0) !important;
  }
  
  .log-in-wrap {
    padding: 60px 35px;
    background-color: rgb(253, 253, 253);
    border-radius: 4px;
    box-shadow: 0 0 10px #00000026;
  }
  
  .log-in-wrap h2 {
    margin: 0px 0px 40px;
  
    color: #000;
  
    font-size: 36px;
  
    line-height: 24px;
  
    font-weight: 700;
  
    text-transform: uppercase;
  
    text-align: inherit;
  
    padding-left: 25px;
  }
  
  .width-100 {
    width: 100% !important;
  }
  
  .log-in-page-main .form-check label.form-check-label {
    font-size: 14px;
  
    font-weight: 500;
  
    color: rgb(0, 0, 0);
  
    font-family: "avenirLTStd-Roman";
  }
  
  .log-in-page-main .form-check,
  .forgot-pass {
    display: inline-block;
  }
  
  .forgot-pass {
    width: 72%;
  
    text-align: right;
  }
  
  .forgot-pass a {
    font-size: 14px;
    margin: 20px 0px;
    font-weight: 500;
    color: #8d8d8d;
    font-family: "avenirLTStd-Roman";
  }
  
  .agree-text {
    font-size: 16px;
    margin: 20px 0px;
    font-weight: 500;
    color: #8d8d8d;
  }
  
  .term-condition {
    font-weight: 500;
    margin-left: 10px;
    border-bottom: 2px solid #000;
    color: #000;
  }
  
  .pt-80 {
    padding-top: 80px !important;
  }
  
 
  
  .account-form input[type="text"],
  .account-form input[type="password"],
  .account-form select,
  .account-form input[type="email"],
  .account-form input[type="url"],
  .account-form input[type="number"],
  .account-form textarea,
  .account-form input[type="tel"] {
    border: 1px solid #eaeaea;
  
    background-color: rgb(255, 255, 255);
  
    font-size: 14px;
  
    line-height: 20px;
  
    height: 55px;
  
    margin-bottom: 20px;
  
    width: 100%;
  
    padding: 0px 15px;
  
    border-radius: 0px;
  
    box-shadow: none;
  
    font-family: Poppins;
  }
  
  .account-form textarea {
    padding: 10px;
  
    height: 167px;
  }
  
  .account-form input[type="text"]::placeholder,
  .account-form input[type="password"]::placeholder,
  .account-form input[type="email"]::placeholder,
  .account-form input[type="url"]::placeholder,
  .account-form input[type="number"]::placeholder,
  .account-form textarea::placeholder,
  .account-form input[type="tel"]::placeholder {
    font-family: MyRiadRegular, sans-serif;
  
    font-size: 15px;
  
    font-weight: 400;
  
    color: rgb(193, 193, 193) !important;
  }
  
  .form-check-input[type="checkbox"] {
    border-radius: 0px;
    border: 2px solid rgb(172 29 36) !important;
  }
  section.login button.theme_btn {
    margin-bottom: 10px;
    font-size: 23px;
    border-radius: 0;
  }
  
  section.login .theme_btn::before {
    border-radius: 0;
  }
  button.btn-1.dark-bg.width-100.mb-15 {
    background: #264790;
    border: unset;
    height: 50px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    border-radius: 50px;
}
  
  /*login end*/

  /*CHECKOUT PAGE*/

.billing_form h6 {
    font-size: 33px;
    color: #000;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 0px;
    font-family: 'Roboto', sans-serif;
}

.billing_form label {
    font-size: 17px;
    color: #7c7c7c;
    margin-bottom: 10px;
}

.radiosss p {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.billing_form input {
    width: 100%;
    height: 50px;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
    background-color: transparent;
    padding-left: 15px;
    color: #ffffffd9;
    border-radius: 50px;
}

.billing_form input::placeholder {
    color: #ffffff;
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #7c7c7c;
    font-weight: 500;
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 22px;
    color: #000;
}

.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: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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: 20px 25px;
    border: 1px solid #e2e2e2;
    border-radius: 15px;
}

.cart_sidebar .h-sub {
    font-weight: 400;
    color: #000;
    font-size: 26px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.cart_sidebar h5 span {
    float: right;
}

.cart_sidebar h6 {
    font-size: 33px;
    color: #000;
    margin-bottom: 30px;
    line-height: normal;
    padding-top: 0;
    font-family: 'Roboto', sans-serif;
}

.cart_sidebar .shipp {
    font-size: 22px;
    color: #000;
}

.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: 500;
    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 #264790;
    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;
}

.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: 17px;
    border: none;
    border-radius: 50px;
    font-weight: 500;
    border: 2px solid transparent;
    background-color: #0090FF;
    margin-top: 40px;
    background: #264790;
}

.checkout_btn:hover {
    background-color: white;
    color: #0090FF;
    border-color: #0090FF;
}

ul.shipping-ul {
    border-bottom: 1px solid #e2e2e2;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    color: #000;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: 'Roboto', sans-serif;
}

.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: 7px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #264790;
    border: 1px solid #264790;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
    background-color: transparent;
}

.radiosss-payments {
    border-bottom: 1px solid #e2e2e2;
}

h6.h-sub2.mt-3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 23px;
    margin: 0;
    color: #264790;
    font-family: 'Roboto', sans-serif;
}

.h-sub2.mt-3 span {
    float: right;
}

.checkout_page {
    padding-bottom: 80px;
}

.billing_form {
    padding: 20px 35px;
    /* border-radius: 15px; */
}
/*CART*/

.add-to-cart thead {
    background: #212121;
    color: #fff;
    padding-bottom: 50px;
}

.cart-page-tble tbody .quanity span {
    border-radius: 100px;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    color: #000;
}

.align-items-center {
    align-items: center !important;
}

.inc {
    background-color: transparent;
    margin-top: 20px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-radius: 8px !important;
    border: 1px solid lightgrey;
}

.cart-page-tble tbody .quanity span {
    border-radius: 100px;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    color: #000;
}

.cart-page-tble tbody tr td input {
    /* height: 60px; */
    /* border: 1px solid #c4c4c4; */
    /* background-color: #ffffff; */
    /* color: #000; */
    text-align: center;
    height: 49px;
    border-radius: 6px;
    border: 0px solid #ebebeb;
    font-size: 23px;
    color: #0000009c;
    font-weight: 500;
    background: #fff0;
    margin: 0;
    border-radius: 5px;
    width: 100px;
}

.cart-page-tble tbody .quanity span {
    border-radius: 100px;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    color: #000;
}

.inc {
    background-color: #f4f4f4 !important;
    margin-top: 20px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-radius: 5px !important;
    border: 2px solid #c0c0c0;
    width: 90%;
    height: 60px;
}

.input-number {
    border: none;
}

.input-number-decrement,
.input-number-increment {
    display: inline-block;
    width: 40px;
    height: 40px;
    display: inline-flex;
    color: #444;
    text-align: center;
    font-weight: 700;
    border: 1px solid black !important;
    cursor: pointer;
    background: #f7f7f7;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}

.input-number,
.input-number1,
.input-number-decrement,
.input-number-increment {
    border: 0;
    height: 25px;
    user-select: none;
    font-weight: 700;
    padding: 5px 5px 5px 5px;
    width: 30px;
    color: #000;
}

a.update {
    color: #000;
}

.product-cart figure {
    /* padding: 10px; */
    margin: 0;
    /* background-color: #eaeaea; */
    /* border-radius: 3px; */
    /* border: 1px solid #c8c8c8; */
}

th:first-child {
    border-radius: 10px 0 0 10px;
}

th:last-child {
    border-radius: 0 10px 10px 0;
}

.shipping-box h4 {
    color: #d60000;
    font-family: 'Montserrat';
}

.for-lin:before {
    position: absolute;
    content: '';
    left: 0;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    width: 949px;
    height: 30px;
    z-index: 9999;
    top: 10px;
}

.for-lin {
    position: relative;
}

.add-to-cart .table>thead>tr>th {
    border-bottom: 0;
    padding-left: 0;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
}

.add-to-cart thead tr th {
    font-size: 17px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    line-height: 10px;
    color: #fff;
}

.table-space h6 {
    font-size: 19px;
    color: #000;
    margin-bottom: 5px;
    font-family: 'Montserrat';
    line-height: 25px;
    margin-top: 15px;
    font-weight: 500;
}

.table-space span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
}

.product-img {
    border: 2px solid #c0c0c0 !important;
    width: 100%;
    height: 131px;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    border-radius: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
}

.number-item input {
    width: 100%;
    text-align: center;
    height: 050px;
    border-radius: 46px;
    border: 0;
    font-size: 23px;
    color: rgba(0, 0, 0, 0.50);
    font-weight: 500;
    margin-top: 0;
    background-color: transparent;
    color: #000;
    pointer-events: none;
}

.add-to-cart a {
    font-size: 17px;
    display: block;
    text-align: center;
    padding-top: 9px;
    color: #000;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}
li.quanity.product-detail {
    width: 42%;
}
li.quanity.product-detail .inc {
    margin: 0;
}
.add-to-cart h4 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-top: 40px;
    font-family: 'Montserrat';
    text-align: center;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

th.text-align\:left {
    text-align: left !important;
    padding-left: 50px !important;
}

tr.space {
    border-bottom: 1px solid #ccc;
}

a.remove {
    /* background: rgb(0 144 255); */
    color: rgb(255, 255, 255);
    font-size: 29px;
    padding: 17px 25px;
    margin-top: 25px;
    background:#264790;
}

.proceed a {
    color: #264790;
    text-align: left;
    font-size: 23px;
    text-transform: uppercase;
}

.proceed i {
    margin-left: 10px;
}

.proceed .checkout-btn {
    background: #F9E598;
    border: none;
    padding: 13px 20px;
    width: 90%;
    font-size: 19px;
    border-radius: 0;
    text-align: center;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 0 auto;
    border-radius: 50px;
    background: #264790;
}

.all-section-inner {
    padding: 0px 0 80px;
}

.or-amazon {
    position: relative;
    border: 2px solid #c0c0c0;
    padding: 30px 50px;
    border-radius: 5px;
    background-color: #f4f4f4;
    width: 100%;
    margin: 80px auto 0;
}

.or-amazon p {
    font-size: 20px;
    position: absolute;
    background: #fff;
    top: -17px;
    left: 0;
    padding: 3px 20px;
    color: #000;
    display: block;
    text-transform: uppercase;
    border: 1px solid #c0c0c0;
    right: 0;
    margin: 0 auto;
    width: 70%;
}

.or-amazon a {
    text-decoration: none;
    text-align: center;
}

.total-section {
    padding: 27px 20px;
    /* border-radius: inherit; */
    background-color: #f4f4f4;
    border: 2px solid #c0c0c0;
}

.total-section li {
    font-size: 22px;
    padding-bottom: 30px;
    color: #000;
    font-family: 'lvy';
}

li.color-change {
    color: #264790;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    padding-bottom: 0 !important;
    font-size: 25px;
}

.total-section li span {
    float: right;
}

.ship-estimate {
    background-color: #f4f4f4;
    padding: 10px 30px;
    margin-top: 55px;
    border: 2px solid #c0c0c0;
    /* border-radius: 5px; */
}

.ship-estimate ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.ship-estimate li {
    font-size: 26px;
    margin-bottom: 5px;
    font-family: 'lvy';
    font-weight: 400;
    color: #264790;
}

.ship-estimate .grey-style {
    color: #000;
    font-size: 19px;
    font-weight: 500;
    font-family: 'lvy';
}

.proceed {
    display: flex;
    align-items: flex-start;
}

.add-to-cart .table-space {
    display: flex;
    align-items: center;
}

.add-to-cart .table-space .col-md-7 {
    margin-left: 20px;
}

.product-img img {
    width: 80%;
    height: 80%;
    object-fit: cover;
    object-position: top;
}

.add-to-cart thead tr th:first-child {
    border-radius: 50px 0px 0px 50px !important;
}

.add-to-cart thead tr th:last-child {
    border-radius: 0px 50px 50px 0px !important;
}





.product-det-content h3 {
    font-size: 42px;
    line-height: 1;
    font-family: 'Montserrat';
    color: black;
    text-transform: capitalize;
}

.price-tag {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid lightgray;
    margin-bottom: 20px;
}

.price-tag div:first-child>del {
    color: gray;
    font-size: 35px;
}

.price-tag div:first-child {
    font-size: 45px;
    line-height: 1;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: black;
}

.price-tag div:last-child {
    font-size: 18px;
    color: grey;
}

.price-tag div:last-child ul {
    margin-right: 15px;
}

.price-tag i.fas.fa-star {
    color: #ffc107;
}

.product-det-content ul.d-flex.justify-content-between.align-items-center {
    width: 70%;
}

.skin-2 .num-in {
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    height: 45px;
    width: 150px;
    float: left;
    border: 1px solid #000000;
    cursor: pointer;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: "";
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 40px;
    border: none;
    text-align: center;
    background: transparent;
    font-family: "Roboto";
}

.add-cart-btn {
    display: inline-flex;
    height: 37px;
    align-items: center;
    justify-content: center;
    padding: 1px 34px;
    color: white;
    background: #264790;
    border-radius: 35px;
}

.like-btn {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #264790;
    border-radius: 50%;
    font-size: 25px;
    color: #00a2a2;
}

.add-cart-btn:hover {
    /* border: 1px solid var(--primary-color); */
    /* background-color: var(--primary-color); */
    color: white;
}

ul.social-icons-banner {
    display: flex;
    gap: 10px;
}

ul.social-icons-banner a {
    display: flex;
    gap: 20px;
    height: 50px;
    width: 50px;
    border: 1px solid #264790;
    color: black;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    transition: 0.3s ease-in-out;
}

ul.social-icons-banner a:hover {
    color: white;
    background: #264790;
    transform: scale(1.1);
}
section.descrip {
    margin-bottom: 100px;
}
.dv1descrip h2 {
    font-family: 'Montserrat';
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}
.dv1descrip p {
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 19px;
}
.product-det-content h5 {
    font-family: 'Montserrat';
    font-size: 19px;
    color: black;
    font-weight: 600;
}
.product-det-content h5 span {
    color: #ad1d24;
}
.card-notes-text.txt p {
    margin-bottom: 0;
}
section.Featured-wrap.gg.all-section:before {
    display: none;
}
.featured.gg.-main {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.featured.gg.-main h2 {
    color: #000;
    font-size: 92px;
}
.dv1imgcardswith-heart img {
    width: 100%;
}
/*contact-us*/

.contact-u {
  padding: 100px 0px;
  position: relative;
}

.cont-box {
    /* box-shadow: 0px 0px 6px #00000040; */
    /* background: linear-gradient(white, white) padding-box, linear-gradient(to top, #7a5943, #b89577) border-box; */
    text-align: center;
    padding: 35px 20px;
    height: 230px;
    position: relative;
    z-index: 0;
    border: 1px solid #657cb0;
    border-radius: 16px;
}

.cont-box h2 {
  color: #000000;
  font-size: 20px;
  font-family: "saudagar";
  padding: 0;
  margin: 0;
  font-weight: 900;
  line-height: normal;
  margin-top: 30px;
}

.cont-box a {
  color: #636363;
  font-size: 15px;
  margin: 0;
  font-weight: 300;
  font-family: "Roboto";
  line-height: 18px;
  margin-top: 10px;
}

.cont-box p {
  color: #636363;
  font-size: 15px;
  margin: 0;
  font-weight: 300;
  font-family: "Roboto";
  line-height: 18px;
  margin-top: 10px;
}

.get-touch {
  padding-bottom: 80px;
}

.get-touch h2 {
  color: #000000;
  font-size: 55px;
}

.get-touch p {
  color: #333333;
  font-size: 16px;
}
.phone-email span {
    display: block;
}
.contact-heading.text-center.in.wow.fadeInLeft h2 {
    color: #000;
    font-size: 60px;
}


/* inner :end */


.fotter-logo img {
    background: #fff;
    width: 70%;
}

.banner_text.wow.fadeInLeft h1 {
    text-align: start !important;
}
html section.main_slider.inner-banner img.img-fluid {
    height: 520px !important;
    object-position: 70%;
}
.banner_img.wow.bounceIn img.img-fluid {
    margin-top: 0 !important;
}

.carousel-caption {
    height:55% !important;
}

section.main_slider.inner-banner .carousel-caption {
    height: 100% !important;!i;!;
}


.vc_row.wpb_row.vc_row-fluid.ribbon-form.vc_row-no-padding {
    bottom: 0 !important;
}
section.vc_section.card-notes.all-section.vc_custom_1728286622370 {
    padding-bottom: 0 !important;
}
@media only screen and (min-width: 1661px) and (max-width: 1920px){}
@media only screen and (min-width: 1400px) and (max-width: 1600px){
    .banner_img.wow.bounceIn img.img-fluid {
    height: auto !important;
}


img.img-fluid {
           height: 1080px !important;

}

.card-collection-text {
    width: 40%;
    padding-top: 170px !important;
}

}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    html .vc_row.wpb_row.vc_row-fluid.vc_row-no-padding {
    width: 100%;
    left: 0 !important;
}
html [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__title {
    font-size: 22px !important;
}
html .ff-66c776d9bee063f77e24bd71__subtitle {
    font-size: 30px !important;
}
html [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__content {
    margin: -10px -5px 0;
    display: flex;
    flex-wrap: unset;
    align-items: center;
}
html [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__fields {
    display: flex;
    flex-wrap: unset;
}
html [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__label {
    padding: 15px 30px !important;
    font-size: 11px !important;
}
html button.ff-66c776d9bee063f77e24bd71__button.fd-btn {
    padding: 15px 14px !important;
    font-size: 12px !important;
}






    
    
    img.img-fluid {
    height: 1200px !important;
}

.banner_img.wow.bounceIn img.img-fluid {
    height:  auto !important;
}


.banner_text.wow.fadeInLeft h1 {
   text-align: start !important;
        font-size: 45px !important;
}

html .ribbon-form {
 bottom: 270px !important;
}

    
        html .ribbon-form .vc_box_border_grey img {
        width: 100% !important;
        top: -74px !important;
        height: 283px !important;
        left: 88px !important;
    }
.card-collection-text {
    padding-top: 130px !important;
    padding-left: 50px !important;
    padding-bottom: 60px !important;
    width: 47% !important;
}

.card-collection-text h3 {
    font-size: 68px !important;
    line-height: 1.2;
}

.card-collection-text h3 span {
    width: 80% !important;
}

.collection-img img {
    height: 530px !important;
}  
.card-notes-text img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}    
    
html section.main_slider.inner-banner img.img-fluid {
    height: 540px !important;
    object-position: 70%;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
           .vc_row.wpb_row.vc_inner.vc_row-fluid.ribbon-form {
        margin-top: -354px !important;
        /* padding-bottom: 299px !important; */
        height: 47% !important;
        /* padding: 0px 0px !important; */
        margin-bottom: 170px !important;
    }
        html [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__form {
        padding-left: 150px !important;
        padding-top: 15px;
    }
        [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__title * {
        font-size: 13px !important;
        margin: 0px !important;
        line-height: 0px !important;
    }
        [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__subtitle * {
        font-size: 14px !important;
    }
           html [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__content {
        margin: -31px -5px 0;
        flex-wrap: unset;
        align-items: center;
    }
        html [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__field {
        max-width: unset !important;
        min-width: unset !important;
    }
        html [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__control {
        /* padding: 10px 0px; */
        width: 100% !important;
        height: 40px !important;
        padding: 0;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 6px;
    }
        html [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__label {
        padding: 0px 0px !important;
        font-size: 10px !important;
        width: 100%;
        padding: 8px 1px !important;
        margin: 0px !important;
        display: flex;
        align-items: center;
        /* background: red; */
        font-size: 10px !important;
        justify-content: center;
    }
   html button.ff-66c776d9bee063f77e24bd71__button.fd-btn {
    font-size: 10px !important;
    padding: 11px 11px !important;
    border-radius: 8px !important;
}
  html .ribbon-form .vc_box_border_grey img {
        height: 230px !important;
        left: 150px;
        width: 60%;
        margin: 0 !important;
        top: -60px !important;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
    
  html .ribbon-form {
    margin-top: -220px !important;
    position: relative !important;
    bottom: 0 !important;
}
    header .col-md-2.col-sm-8.col-8 {
    padding: 0;
}

    .carousel-item:before {
    display: none;
}

.menuSec ul li a {
    padding: 10px 24px;
}

.menuSec ul {
    text-align: center;
}

.menuSec ul li a.btn-1 {
    font-size: 12px;
}


header .col-md-2.col-sm-2 {
    padding: 0;
}

.header-logo a img {
    height: 80px;
    object-fit: contain;
}
.menuSec:before {
    display: none;
}
        section.main_slider img.img-fluid {
        height: 900px !important;
        padding-bottom: 50px !important;
        /* padding-bottom: 20px !important; */
    }

.banner_img.wow.bounceIn img.img-fluid {
    height: auto;
}

/*.ribbon-form {*/
/*    position: static !important;*/
/*}*/

  
[data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__title {
    color: #b21e25;
    width: 100%;
    margin: 0 0 10px;
    display: block;
    font-size: 40px;
    text-align: center;
    font-family: Black-Ops-One;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
     font-size: 12px !important;
}

   
[data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__subtitle * {
    font-size: 18px !important;
}

.carousel-caption {
    height: 670px !important;
}

.banner_text.wow.fadeInLeft h1 {
          text-align: start !important;
        font-size: 41px !important;
    line-height: 1.2;
}

.banner_text p {
   font-size: 16px !important;
        line-height: 20px;
  
}

.banner_img.wow.bounceIn img.img-fluid {
           width: 100% !important;
        margin: 0 !important;
        height: auto !important;
}

html .banner_text.wow.fadeInLeft {
    margin: 0 !important;
}

html [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__form {
    padding-left: 180px !important;
}
section.card-collection.all-section {
    position: relative;
        margin-top: 0 !important;
}
.card-collection-text {
    width: 48% !important;
    padding: 30px 20px 10px !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    top: 55%;
    transform: translateY(-50%);
}
.star-box {
    right: 10px;
    top: 60px;
}

.star-box img {
    width: 40px;
}

.card-collection-text h3 {
    font-size: 58px;
    line-height: 1.2;
}

img.box-star {
    width: 50px;
        left: 20px;
        top: -20px;
}

.collection-img img {
    margin: 0;
}
    .collection-img {
        margin: 0;
        margin-top: 110px;
    }

.collection-img img {
    height: 460px !important;
    margin-top: 0px !important;
}
section.card-notes .card-notes-img img {
    height: 540px;
    object-fit: cover;
}

section.card-notes .col-lg-5 {
    width: 40%;
}

section.card-notes .col-lg-7 {
    width: 60%;
}

section.card-notes .card-notes-text img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

section.card-notes .card-notes-text h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-top: 10px;
}

section.card-notes .card-notes-text p {
    font-size: 14px;
    line-height: 19px;
}
.featured-main h2 {
    font-size: 70px;
}



.dv2cardswith-heart h4 {
    width: 80%;
    margin: 0 auto;
  bottom: 100px !important;
}
html section#custom_html-5 {
    margin: 0;
}

.footer-box.box-center {
    margin: 0;
}

footer.footer-sec.all-section h6 {
    margin-bottom: 0px;
}

ul.footer-link-list li {
    margin: 5px 0;
}

.fotter-logo img {
    width: 200px;
}  

section.Featured-wrap:before {
    height: 50%;
}
 section.main_slider.inner-banner img.img-fluid {
    height: 550px !important;
        object-position: 74%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    
.vc_row.wpb_row.vc_row-fluid.vc_row-no-padding {
    left: 0px !important;
    width: 100% !important;
}
.carousel-item:before {
    display: none;
}

.menuSec ul li a {
    padding: 10px;
}

.menuSec ul {
    text-align: center;
}

.menuSec ul li a.btn-1 {
    font-size: 9px;
}


header .col-md-2.col-sm-2 {
    padding: 0;
}

.header-logo a img {
    height: 80px;
    object-fit: contain;
}
.menuSec:before {
    display: none;
}
    section.main_slider img.img-fluid {
        height: 1000px !important;
        padding-bottom: 20px !important;
        padding-bottom: 0 !important;
        margin-bottom: 30px;
    }

.banner_img.wow.bounceIn img.img-fluid {
    height: auto;
}

    .ribbon-form {
        position: absolute !important;
        top: 470px;
        
       
    }
        .vc_row.wpb_row.vc_inner.vc_row-fluid.ribbon-form {
        margin-top: 50px !important;
        /* padding-bottom: 299px !important; */
        height: 12% !important;
        /* padding: 0px 0px !important; */
    }

    html .ribbon-form .vc_box_border_grey img {
        height: 177px !important;
        left: 183px;
        width: 5%;
        margin: 0 !important;
        top: -57px !important;
    }

    [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__title * {
        font-size: 13px !important;
        margin: 0px !important;
        line-height: 0px !important;
    }

    [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__subtitle * {
        font-size: 14px !important;
    }

.carousel-caption {
    height: 620px !important;
}

.banner_text.wow.fadeInLeft h1 {
         text-align: start !important;
        font-size: 31px !important;
        line-height: 1.2;
}

.banner_text p {
            font-size: 15px !important;
        line-height: 20px;

}

.banner_img.wow.bounceIn img.img-fluid {
           width: 100% !important;
        margin: 0 !important;
        height: auto !important;
}

html .banner_text.wow.fadeInLeft {
    margin: 0 !important;
}
html [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__field {
    max-width: unset !important;
    min-width: unset !important;
}

    html [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__control {
        /* padding: 10px 0px; */
        width: 100% !important;
        height: 40px !important;
        padding: 0;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 6px;
    }

[data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__label {
    font-size: 10px !important;
}

         html [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__form {
        padding-left: 150px !important;
        padding-top: 15px;
    }
       html button.ff-66c776d9bee063f77e24bd71__button.fd-btn {
        font-size: 8px !important;
        padding: 10px 8px !important;
    }
    [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__content {
    flex-wrap: unset !important;
    align-items: center !important;!i;!;
}
section.card-collection.all-section {
    position: relative;
        margin-top: 0 !important;
}

.card-collection-text {
    width: 43% !important;
    padding: 30px 20px 10px !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    top: 55%;
    transform: translateY(-50%);

}
.star-box {
    right: 10px;
    top: 60px;
}

.star-box img {
    width: 40px;
}

.card-collection-text h3 {
    font-size: 33px;
    line-height: 1.2;
}

img.box-star {
            width: 50px;
        left: 20px;
        top: -20px;
}

.collection-img img {
    margin: 0;
}
    .collection-img {
        margin: 0;
        margin-top: 110px;
    }

.collection-img img {
    height: 360px !important;
    margin-top: 0px !important;
}
section.card-notes .card-notes-img img {
    height: 500px;
    object-fit: cover;
}

section.card-notes .col-lg-5 {
    width: 40%;
}

section.card-notes .col-lg-7 {
    width: 60%;
}

section.card-notes .card-notes-text img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

section.card-notes .card-notes-text h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-top: 10px;
}

section.card-notes .card-notes-text p {
    font-size: 14px;
    line-height: 19px;
}
.featured-main h2 {
    font-size: 70px;
}



.dv2cardswith-heart h4 {
    width: 80%;
    margin: 0 auto;
  bottom: 100px !important;
}
html section#custom_html-5 {
    margin: 0;
}

.footer-box.box-center {
    margin: 0;
}

footer.footer-sec.all-section h6 {
    margin-bottom: 0px;
}

ul.footer-link-list li {
    margin: 5px 0;
}

.fotter-logo img {
    width: 200px;
}  
 section.main_slider.inner-banner img.img-fluid {
    height: 500px !important;
        object-position: 74%;
}

html section.main_slider.inner-banner .banner_text.wow.fadeInLeft {
    margin-top: 80px !important;
}

    .carousel-caption {
        height: 65% !important;
    }

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100% !important;
}
header .col-md-2.col-sm-8.col-8 {
    padding: 0;
}
    html [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__label {
        padding: 0px 0px !important;
        font-size: 10px !important;
        width: 100%;
        padding: 8px 1px !important;
        margin: 0px !important;
        display: flex;
        align-items: center;
        /* background: red; */
        font-size: 10px !important;
        justify-content: center;
    }
    html [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__content {
    margin: -31px -5px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    flex-direction: row;
    justify-content: center;
}
   
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}
@media only screen and (min-width: 520px) and (max-width: 767px){
    
    .menuSec .col-md-2.col-sm-12.col-xs-12.col-12 {
    width: 50%;
}
.menuSec .col-md-1.col-sm-4.col-4{
    width: 10%;
}
.menuSec .col-md-2.col-sm-8.col-8 {
    width: 40%;
}
.header-logo a img {
   
    height: 92px !important;
}
html .vc_row.wpb_row.vc_row-fluid.vc_row-no-padding {
    width: 100% !important;
     /*height: 1040px; */
    /*margin-bottom: 80px !important;*/
}
       html .banner_text.wow.fadeInLeft {
        margin-top: 946px !important;
    }
    section.main_slider img.img-fluid {
        height: 950px !important;
        padding-bottom: 80px !important;
    }
 .ribbon-form {
    background: #e4dcd1;
     position: unset !important; 
    bottom: 100px;
    left: 0;
    width: 100%;
}
.banner_img.wow.bounceIn img.img-fluid {
    width: 352px !important;
    margin-top: 30px !important;
     margin-left: 0px !important; 
    height: 268px !important;
}
section.main_slider .carousel-caption {
    height: 0px !important;
}
.ff-66c776d9bee063f77e24bd71__container {
    margin-top: 176px !important;
    /* display: flex !important; */
    /* align-items: center; */
    /* justify-content: center; */
    /* width: 100% !important; */
}
html .ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__form {
    width: 100% !important;
    margin: 0;
    padding: 11px !important;
    padding-left: 0px !important;
}
html [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__form {
    padding-left: 0px !important;
}

html [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__content {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
html [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__control {
    padding: 0 0 !important;
}

.ff-66c776d9bee063f77e24bd71__field.fd-form-group {
    width: 40%;
    display: inline-block;
}






    .card-notes-img img {
        width: 100%;
        height: 400px !important;
        object-fit: cover !important;
        object-position: top !important;
        margin-bottom: 20px !important;
    }
.card-notes-text h2 {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 40px;
    margin-top: 20px;
}
.featured-main h2 {
    color: #fff;
    font-size: 62px;
}
html [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__control {
    padding: 0 0 !important;
}

.ff-66c776d9bee063f77e24bd71__field.fd-form-group {
    width: 40%;
    display: inline-block;
}

.card-collection-text {
    width: 80%;
    padding: 60px 20px !important;
    top: 40px;
}

.collection-img img {
    height: 680px !important;
   
}



html .vc_custom_1725958572731 {
    margin-top: 0px !important;
}

.collection-img {
    margin: 0;
}
    html section.card-collection.all-section {
        margin-top: 97px !important;
        padding-bottom: 0;
    }
.star-box {
    top: 21px;
    display: inline-block;
    height: 40px;
}

.star-box img {
    width: 30px;
}
html .vc_custom_1725601066158 {
    margin-top: 0 !important;!i;!;
}
section.Featured-wrap:before {
    height: 100%;
}
.sec-1 img {
    width: 376px;
    margin-bottom: 20px;
}
.dv2cardswith-heart h4 {
    bottom: 9%;
}
html .dv2cardswith-heart h3 {
    font-size: 40px;
    bottom: 56% !important;
}
.dv2cardswith-heart h4 {
    bottom: 25% !important;
    font-size: 30px;
}
html .dv1imgcardswith-heart img {
    height: 300px !important;
    object-fit: fill;
}
html [data-ff-el="root"].ff-66cc5feaa83c6eba8b07505f .ff-66cc5feaa83c6eba8b07505f__subtitle * {
    line-height: inherit;
    font-size: 20px;
    line-height: 35px !important;
}
html [data-ff-el="root"].ff-66cc5feaa83c6eba8b07505f .ff-66cc5feaa83c6eba8b07505f__footer {
        margin-top: 10px;
    }
.news-text.wow.slideInLeft {
    text-align: center;
}


.news-text.wow.slideInRight {
    text-align: center;
}

.footer-box {
    text-align: center;
}
.fotter-logo img {
    background: #fff;
    width: 30%;
}
section#custom_html-5 {
    margin-left: 0px !important;
}
.footer-box.box-center {
    margin-left: 0%;
}
html ul.footer-link-list li {
    gap: 14px;
    justify-content: center !important;
}
.copy-right p {
   
    text-align: center;
}
ul.bottom-list {
    justify-content: center;
    margin-top: 20px;
}
html .ribbon-form .vc_box_border_grey img {
    height: 235px !important;
    left: 119px !important;
    width: 55% !important;
}




    
    
}
@media only screen and (min-width: 300px) and (max-width: 519px){
    
    
header {
    position: static;
}
img.custom-logo {
    width: 140px !important;
    margin: 0 auto;
    display: block;
}
.menuSec:before {
    display: none;
}

.header-logo a img {
    margin: 0 auto;
    display: block;
}
.menuSec ul {
    text-align: center;
    margin-bottom: 0px;
    padding-top: 0px;
}

.menuSec ul li {
    margin: 0 auto;
}
section.main_slider img.img-fluid {
    height: 630px !important;
    /* padding: 0; */
    padding-bottom: 40px !important;
}

html .ribbon-form {
    position: static !important;
}
    html .banner_img.wow.bounceIn img.img-fluid {
        width: 100%;
        margin: 0 auto;
        object-fit: contain;
        height: auto;
        display: block;
        height: 200px !important;
    }

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

    
html .ribbon-form .vc_box_border_grey img {
    height: auto !important;
    position: static;
    margin: 20px 0;
}  
html [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__form {
    padding: 20px !important;
}

[data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__title {
    font-size: 22px !important;
}


[data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__subtitle * {
    font-size: 29px;
}
 .banner_text.wow.fadeInLeft h1 {
    font-size: 30px !important;
        line-height: 1.2;
        text-align: center !important;
}


.carousel-item:before {
    display: none;
}

.banner_text.wow.fadeInLeft {
    text-align: center;
    margin: 0 !important;
}
    html .banner_text.wow.fadeInLeft {
        margin-top: 190px !important;
    }
.banner_text p {
    font-size: 14px !important;
     margin-bottom: 20px !important;
}
section.card-collection.all-section {
    margin-top: 0 !important;
}
.card-collection-text {
    position: static;
    width: 100%;
    margin: 0;
    padding: 20px !important;
}
html .vc_row.wpb_row.vc_row-fluid.vc_custom_1725958572731 {
    margin: 0 !important;
}
img.box-star {
        top: -10px;
    width: 15%;
    left: 20px;
}
html [data-ff-el="root"].ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__field {
    width: 100% !important;
    max-width: 100% !important;
}
.card-collection-text h3 {
    font-size: 30px;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 10px;
}   
.star-box {
    align-items: center;
    gap: 9px;
    bottom: 10px;
    right: 10px;
}

.star-box img {
    width: 30px;
}

.card-collection-text {
    position: relative;
}
.collection-img img {
    width: 80% !important;
    margin: 0 auto;
    display: block;
    height: 250px !important;
}

section.card-collection.all-section {
    padding-bottom: 0 !important;
}
.card-notes-img img {
    height: 260px;
    width: 80%;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    object-position: top;
    margin-bottom: 30px !important;
}
    
.card-notes-text h2 {
    font-size: 25px;
    line-height: 1.2;
    margin-top: 10px;
}

section.card-notes.all-section {
    text-align: center;
}

.card-notes-text h5 {
    line-height: 1.2;
}

.card-notes-text p {
    font-size: 14px;
    line-height: 20px;
}
.card-notes-text h5 {
    line-height: 1.2;
}
.card-notes-text p {
    font-size: 14px;
    line-height: 20px;
}
.featured-main h2 {
    font-size: 40px;
    width: 100%;
    line-height: 1;
}
.featured-main {
    width: 100%;
}
.wpb_single_image .vc_single_image-wrapper {
    margin-bottom: 10px;
}
    .vc_single_image-wrapper.vc_box_border_grey {
        width: 100%;
    }
html .dv2cardswith-heart h3 {
    font-size: 20px;
    top: 30px;
}
.dv2cardswith-heart h4 {
          font-size: 30px;
        top: 70px;
        width: 80%;
        margin: 0 auto;
}
html .dv1imgcardswith-heart img {
       height: 270px !important;
    margin-bottom: 30px;
}
.news-text img {
    margin: 0 auto;
    display: block;
    height: 100px;
}

[data-ff-el="root"].ff-66cc5feaa83c6eba8b07505f .ff-66cc5feaa83c6eba8b07505f__title * {
    font-size: 23px !important;
}

[data-ff-el="root"].ff-66cc5feaa83c6eba8b07505f .ff-66cc5feaa83c6eba8b07505f__subtitle * {
    font-size: 15px !important;
    line-height: 20px;
}
 footer.footer-sec {
    text-align: center;
}

.footer-box.box-center {
    margin-left: 0;
}

section#custom_html-5 {
    margin: 0 !important;
}

footer.footer-sec.all-section {
    text-align: center;
}

ul.footer-link-list li {justify-content: center;}

.copy-right p {
    font-size: 15px;
    margin-bottom: 10px;
}  
.fotter-logo img {
    margin-bottom: 20px;
}    
html section.main_slider.inner-banner img.img-fluid {
        height: 400px !important;
        object-position: top;
    }

html section.main_slider.inner-banner .banner_text.wow.fadeInLeft {
    margin-top: 30px !important;
}

.contact-heading.text-center.in.wow.fadeInLeft h2 {
    font-size: 40px !important;
    line-height: 1.2;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100% !important;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100% !important;
}
  .vc_tta-panel-heading {
  display: none !important;
}
    .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    display: block !important;
}

ul.products.columns-3 li {
  margin-top: 20px !important;
}
.dgwt-wcas-search-icon path {
    fill: #000000 !important;
}
.shoping {
    margin-top: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
}
html .ff-66c776d9bee063f77e24bd71 .ff-66c776d9bee063f77e24bd71__footer {
         margin-top: 7px !important; 
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
html button.ff-66c776d9bee063f77e24bd71__button.fd-btn {
    font-size: 12px !important;
}
section.Featured-wrap:before {
   
    height: 100%;
   
}
html .ff-66cc5feaa83c6eba8b07505f .ff-66cc5feaa83c6eba8b07505f__footer {
        margin-top: 11px !important;
    }
button.ff-66cc5feaa83c6eba8b07505f__button.fd-btn {
    font-size: 14px !important;
}


}











.ribbon-form {
    bottom: 250px !important;
}

.carousel-item > img {
  padding-bottom: 80px !important;
}
section.card-collection.all-section {
    margin-top: 50px !important;
    padding-bottom: 45px;
}

.pro-001 img.img-fluid {
    height: 230px !important;
}
.pro-001 .banner_text.wow.fadeInLeft {
    margin-top: 130px !important;
}
.pro-001 .carousel-item > img {
    padding-bottom: 0px !important;
}
.single-product section.main_slider.inner-banner img.img-fluid {
    height: 240px !important;
    object-position: 70%;
}
html .qty.text {
    width: 18% !important;
}
body .qib-button-wrapper {
    margin-right: -185px !important;
}

.inner-banner .banner_text.wow.fadeInLeft {
    margin-top: -70px !important;
}

.single-product .inner-banner .banner_text.wow.fadeInLeft {
    margin-top: 130px !important;
}
