@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rajdhani:wght@300;400;500;600;700&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

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

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


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


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

/* @font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
} */

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** 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;
}

.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 {
    color: #202121;
    font-size: 90px;
    margin: 0 0 0px;
    font-weight: 600;
    line-height: 85px;
    font-family: 'Rajdhani';
    text-transform: uppercase;
}

h2 {
    color: #202121;
    font-size: 65px;
    margin: 0 0 0px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Rajdhani';
}

h3 {
    font-size: 35px;
    color: #000000;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Rajdhani';
    text-transform: uppercase;
}

h4 {
    font-family: 'Rajdhani';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-family: 'Rajdhani';
    margin: 0 0 0px;
}

h6 {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    margin: 0px;
    font-size: 14px;
    color: #7c7c7c;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Montserrat';
}

.add-padding {
    margin: auto;
    max-width: 1650px;
}

.theme-1 {
    gap: 6px;
    display: flex;
    border: none;
    width: fit-content;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.theme-1 span {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    border-radius: 50px;
    padding: 12.5px 30px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    background-color: #a8dfef;
}

.theme-1 i {
    width: 50px;
    height: 50px;
    color: #000;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #a8dfef;
}

.theme-1 span::before {
    top: 0;
    bottom: 0;
    right: -7px;
    margin: auto;
    width: 10px;
    content: '';
    height: 10px;
    position: absolute;
    background-color: #a8dfef;
}

/*header css start */

.topSec {
    padding: 5px 0px;
    background-color: #a8dfef;
}

.topSec p {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.custom-py-2 {
    padding: 15px 0px;
}

.search-bar {
    position: relative;
}

.search-bar input {
    width: 100%;
    height: 45px;
    color: #a3a2a2;
    padding: 5px 15px;
    border-radius: 50px;
    border: 1px solid #d7d7d7;
    background-color: transparent;
}

.search-bar form {
    width: 100%;
    position: relative;
}

.search-bar input::placeholder {
    color: #a3a2a2;
    text-transform: uppercase;
}

.search-bar button {
    top: 3px;
    right: 3px;
    width: 39px;
    height: 39px;
    border: none;
    color: #000;
    display: flex;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: #a8dfef;
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}


.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    gap: 8%;
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #151515;
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

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

.header-box-ul ul {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-box-ul ul li i {
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 14px;
    color: #c3ccd9;
    font-weight: 600;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #c3ccd9;
    background-color: transparent;
}

.header-box-ul ul li i:hover {
    color: #000;
    background-color: #a8dfef;
}

.header-box-ul ul li a {
    gap: 10px;
    display: flex;
    align-items: center;
}

.header-box-ul ul li a p {
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.search-bar {
    position: relative;
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.menuSection {
    left: 0;
    top: 35px;
    z-index: 1;
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #cfd8e6;
}

/*header css start */

/*banner css start */

.main_slider {
    position: relative;
    padding: 100px 5% 0px;
    background-color: #e4effe;
}

.banner_img {
    height: 750px;
    position: relative;
}

.banner_img img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner_text ul {
    gap: 50px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner_text ul li .review-img {
    height: 50px;
    width: 50px;
    margin-left: -20px;
}

.banner_text ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_text ul li span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.banner_text ul li span i {
    height: 50px;
    width: 50px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.main_slider .row {
    align-items: flex-end;
}

.banner-product {
    margin-top: 80px;
    margin-bottom: 25px;
}

.banner-product-box {
    gap: 10px;
    display: flex;
    align-items: center;
    padding: 11px 10px;
    border-radius: 15px;
    background-color: #f0f9fd;
    justify-content: flex-start;
}

.banner-product-box .banner-product-box-img {
    aspect-ratio: 1 / 1;
    width: 150px;
    height: 100%;
    flex-shrink: 0;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.21);
}

.banner-product-box .banner-product-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.banner-product-box .banner-product-box-text h5 {
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-transform: uppercase;
}

.banner-product-box .banner-product-box-text p {
    font-size: 12px;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.banner-product-box .banner-product-box-text a {
    gap: 4px;
}

.banner-product-box .banner-product-box-text a span {
    height: 30px;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
}

.banner-product-box .banner-product-box-text .theme-1 span::before {
    height: 5px;
}

.banner-product-box .banner-product-box-text a i {
    width: 30px;
    height: 30px;
    font-size: 10px;
}

.banner_product_img {
    right: 0;
    top: 50px;
    width: 100%;
    height: 170px;
    display: flex;
    max-width: 150px;
    align-items: center;
    position: absolute;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.21);
}

.banner_product_img img {
    height: 90px;
    width: 80%;
    object-fit: contain;
}

.banner_product_img h4 {
    font-size: 30px;
    text-transform: uppercase;
}

/*banner css end*/

/* inner-banner */

.inner-banner {
    padding-top: 80px;
    background-image: url(../images/inner-banner0bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.inner-banner .banner_img {
    height: 380px;
    overflow: hidden;
}

.inner-banner .banner_img img {
    width: 100%;
    height: 550px;
    object-position: 0px 20px;
    object-fit: contain;
}

/* inner-banner */

/* banner-bottom-box-sec */

.banner-bottom-box {
    margin: 25px 0px;
    padding: 25px;
    text-align: center;
    border-radius: 15px;
    background-color: #edf4ff;
}

.banner-bottom-box ul {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}

.banner-bottom-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.banner-bottom-box p {
    font-size: 12px;
    width: 90%;
    margin: auto;
    color: #848485;
}

.banner-bottom-box ul li img {
    height: 45px;
    width: 70px;
    object-fit: contain;
}

.banner-bottom-box ul li span {
    height: 45px;
    width: 45px;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    color: #90d5e9;
    border-radius: 50%;
    align-items: center;
    font-family: 'Rajdhani';
    justify-content: center;
    border: 3px dashed #90d5e9;
}

.banner-bottom-box-sec {
    padding: 0px 5%;
}

/* banner-bottom-box-sec */

/* .category-sec  */

.category-sec {
    padding: 50px 5% 0px;
}

.category-heading {
    margin-bottom: 15px;
    text-align: center;
}

.categorySlider-box {
    gap: 15px;
    display: flex;
    margin: 25px 0px;
    padding: 25px 10px;
    align-items: center;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
}

.categorySlider-box img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.categorySlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.categorySlider .slick-current .categorySlider-box {
    background-color: #e5f0ff;
}

/* .category-sec  */

/* product sec */

.product-sec {
    padding: 100px 5%;
}

.col-adjust .col-xl-2 {
    width: 20%;
}

.product-box-img {
    height: 300px;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: #f7f7f7;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
}

.product-box-img a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-box-img a img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.toggle-heart {
    right: 0;
    top: 15px;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    font-weight: 400 !important;
}

.toggle-heart.light {
    font-weight: 600 !important;
}

.product-box-text {
    padding: 10px;
    position: relative;
}

.product-box {
    margin-top: 25px;
}

.product-box-text h4 {
    margin-bottom: 10px;
}

.product-box-text p {
    width: 90%;
    margin-bottom: 10px;
}

.product-box-text ul {
    display: flex;
    margin-top: 15px;
    align-items: center;
    justify-content: space-between;
}

.product-box-text ul li a {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 25px;
    border-radius: 50px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    background-color: #a8dfef;
}

.product-box-text ul li h5 {
    font-family: 'Rajdhani';
}

.productSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.productSlider .slick-current .product-box-img {
    transition: ease-in;
    background-color: #e5f0ff;
    transition-duration: 0.5s;
}

.product-box-img:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #e5f0ff;
}

.productSlider .slick-prev,
.productSlider .slick-next {
    top: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: ease-out;
    background: transparent;
    transition-duration: 0.5s;
    border: 1px solid #cccccc;
}

.productSlider .slick-next {
    right: -55px;
}

.productSlider .slick-prev {
    left: -55px;
}

.productSlider .slick-next::before {
    font-family: 'FontAwesome';
    content: '\f0da';
    transition: ease-out;
    color: #cccccc;
    transition-duration: 0.5s;
    font-size: 12px;
}

.productSlider .slick-prev::before {
    transition-duration: 0.5s;
    font-family: 'FontAwesome';
    content: '\f0d9';
    color: #cccccc;
    font-size: 12px;
    transition: ease-out;
}

.productSlider .slick-next:hover,
.productSlider .slick-prev:hover {
    background-color: #a8dfef;
    transition: ease-in;
    transition-duration: 0.5s;
    border: transparent;
}

.productSlider .slick-next:hover::before,
.productSlider .slick-prev:hover::before {
    color: #000;
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-sec .tab-pane {
    display: block;
    height: 0;
    opacity: 0;
    /* overflow: hidden; */
}

.product-sec .tab-pane.active {
    display: block;
    height: auto;
    opacity: 1;
}

.tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.product-tab .nav {
    gap: 30px;
    justify-content: flex-end;
}

.product-tab .nav-link {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 60px;
    transition: ease-in;
    text-transform: uppercase;
    font-family: 'Montserrat';
    transition-duration: 0.2s;
    background-color: #d3eff7;
    border: 1px solid transparent;
}

.product-tab .nav-link:hover {
    color: #000;
    transition: ease-out;
    background: #a8dfef;
    transition-duration: 0.2s;
}

.nav-tabs {
    border-bottom: none;
    margin-bottom: 15px;
}

.product-tab .nav-link.active {
    color: #000;
    background-color: #a8dfef;
}

.product-tab nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-border {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

/* product sec */

/* Contact Section Begin */

.contact-form form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
}

.contact-form .form-group::after {
    content: '';
    height: 53px;
    width: 10px;
    position: absolute;
    left: 40px;
    top: 1px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-form form input.form-control {
    height: 52px;
    border-radius: 5px;
    font-size: 15px;
    padding-left: 70px;
    border: 1px solid #c6c6c6;
    box-shadow: none;
    color: #000;
    font-weight: 400;
    font-family: 'Montserrat';
    background-color: transparent;
    margin-bottom: 20px;
    display: flex;
}

.contact-form form select {
    height: 52px;
    border-radius: 5px;
    font-size: 15px;
    padding-left: 15px;
    border: none;
    font-family: 'Montserrat';
    box-shadow: none;
    color: #909091;
    width: 100%;
    font-weight: 400;
    background-color: transparent;
    display: flex;
}

.sedetails {
    position: relative;
}

.sedetails i {
    position: absolute;
    top: 17px;
    left: unset !important;
    right: 15px !important;
    color: #976147;
    font-size: 20px;
}

.sedetails::after {
    content: '';
    height: 53px;
    width: 10px;
    position: absolute;
    right: 40px;
    left: unset !important;
    rotate: 180deg;
    top: -2px !important;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.sedetails {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 10px;
    height: 52px;
    background-color: transparent;
}

.custom-file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.custom-file-label {
    flex-grow: 1;
    font-size: 15px;
    color: #999;
    padding-left: 15px;
}

.upload-icon {
    position: absolute;
    right: 15px;
    color: brown;
    font-size: 18px;
}

.contact-form form select option {
    color: #000;
}

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

.contact-form form textarea.form-control {
    font-size: 15px;
    border-radius: 10px;
    padding-left: 20px;
    padding-top: 13px;
    border: 1px solid #c6c6c6;
    font-family: 'Montserrat';
    letter-spacing: 0;
    box-shadow: none;
    resize: none;
    background-color: transparent;
    margin-top: 20px;
}

.contact-form .email {
    padding: 0;
}

.contact-side-bar h4,
.contact-form h4 {
    color: #000;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.contact-side-bar h4 {
    opacity: 0;
}

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

.contact-form form .phone:before {
    position: absolute;
    content: '';
    width: 42px;
    height: 50px;
    background: url(../images/fom4.png);
    background-repeat: no-repeat;
    left: 16px;
    z-index: 1;
}

.briefcase-iconn {
    position: absolute;
    top: 17px;
    left: 13px;
}

.footer_logo img {
    width: 30%;
}

.contact-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #909091;
}

.contact-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-form :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-form :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(18, 28, 42, 0.55);
}

.beforeno::after {
    display: none;
}

.cicle-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #000;
    background-color: #f8f8f8;
    border: 1px solid #fff;
    height: 70px;
    width: 70px;
    border-radius: 50px;
}

.cicle-icon img {
    margin: 0 auto;
}

.contact-info {
    border: 0;
    width: 100%;
    padding: 14px;
    height: 150px;
    display: flex;
    border-radius: 5px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    background-color: #98d8eb;
}

.contact_text h2 {
    margin: 0;
    font-size: 24px;
    color: #222222;
    font-weight: 500;
    line-height: 30px;
}

.contact_text {
    padding-top: 17px;
}

.contact_text p {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    padding-top: 4px;
    font-weight: 400;
    letter-spacing: 1px;
}

.contact_text p a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    margin-top: 3px;
    display: block;
}

.mailt {
    padding-left: 30px;
}

.contact_text a:hover {
    color: #8b8b8b;
}

.contact_text p a.email-text {
    font-size: 15px;
    /* color: #fff; */
}

.contact_text p a.email-text:hover {
    color: #8b8b8b;
}

.contact-us {
    padding: 6% 0;
}

.contact-head {
    text-align: center;
}

.contact-head h2 {
    font-size: 50px;
    color: #000;
    text-transform: uppercase;
}

.lg-btn {
    width: 100%;
}

.primary-btn {
    /* display: inline-block; */
    padding: 8px 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    background: #00aa00;
    color: #fff;
    text-align: center;
    transition: all .4s ease;
    border: 2px solid transparent;
    border-radius: 4px;
}

.cp {
    font-size: 17px;
    line-height: 27px;
}

.contact_heading {
    margin-bottom: 30px;
}

.contact_heading h2 {
    font-size: 45px;
    color: #000000;
    font-weight: bolder;
}

.contact-main-sec {
    padding: 100px 0;
}

.contact-form .form-group i {
    position: absolute;
    top: 17px;
    left: 13px;
    color: #101010;
    font-size: 20px;
    /* font-family: 'Font Awesome 5 Free'; */
}

/*CONTACT END*/

/* Cart Start */

section.add-to-cart {
    padding: 80px 5%;
}

.add-to-cart a {
    font-size: 19px;
    display: block;
    text-align: center;
    padding-top: 9px;
    color: #333333;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Montserrat';
}

.add-to-cart h4 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Montserrat';
}

.add-to-cart .table>tbody>tr>td,
.add-to-cart .table>tbody>tr>th,
.add-to-cart .table>tfoot>tr>td,
.add-to-cart .table>tfoot>tr>th,
.add-to-cart .table>thead>tr>td,
.add-to-cart .table>thead>tr>th {
    vertical-align: middle;
}

.total-section {
    border: none;
    padding: 27px 40px;
}

.total-section ul {
    font-family: 'Montserrat';
    list-style: none;
    margin-bottom: 0;
}

.total-section li {
    font-size: 24px;
    padding-bottom: 30px;
    color: #333333;
    font-family: 'Montserrat';
    font-weight: 400;
}

li.color-change {
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 26.96px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.total-section li.color-change span {
    font-weight: 400;
    font-size: 26.96px;
    color: #000;
    font-family: 'Montserrat';
}

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

.ship-estimate {
    padding: 20px 40px;

    border: 1px solid #00000029;

    margin-top: 25px;
}

.ship-estimate li {
    color: #000;

    font-size: 27px;

    margin-bottom: 18px;

    font-weight: 500;

    font-family: 'Montserrat';
}

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

    margin-bottom: 25px;

    font-family: 'Montserrat';

    list-style: none;
}

.ship-estimate .grey-style {
    color: #333333;

    font-size: 20px;

    font-family: 'Montserrat';

    font-weight: 500;
}

.proceed a {
    color: #000;

    text-align: left;

    font-size: 20px;

    text-transform: uppercase;

    font-weight: 500;

    /* background: #000000; */

    font-family: 'Montserrat';
}

.proceed .checkout-btn {
    padding: 15px;

    width: 100%;

    font-size: 20px;

    margin-top: 4px;

    border-radius: 0px;

    text-align: center;

    color: #ffffff;

    text-transform: uppercase;

    background: #fb2b2b;

    font-family: 'Montserrat';
}

.or-amazon {
    margin-top: 50px;

    position: relative;

    border: 2px solid #cecece;

    /* top: 25px; */

    padding: 30px 50px;

    border-radius: 5px;

    background: #fff;
}

.or-amazon p {
    font-size: 17px;

    position: absolute;

    background: #f3f3f3;

    top: -18px;

    left: 85px;

    padding: 3px 20px;

    color: #333333;

    display: block;

    text-transform: uppercase;

    border: 2px solid #cecece;

    font-family: 'Montserrat';
}

.or-amazon a {
    text-decoration: none;

    text-align: center;
}

.product-img {
    display: inline-block;

    width: 100%;

    padding: 10px 5px;

    border-radius: 10px;
}

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

.table> :not(:last-child)> :last-child>* {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 16px 9px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    text-align: center;
}

.add-to-cart-bottom-sec {
    margin-top: 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-totals-box h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.cart-totals-box ul li h4 {
    font-size: 20px;
    font-family: 'Montserrat';
    color: #242424;
    font-weight: 600;
}

.cart-totals-box ul li h5 {
    color: #98d8eb;
    font-weight: 500;
    font-family: 'Montserrat';
}

.add-to-cart-button a {
    background: #98d8eb;
    font-size: 14px;
    width: 180px;
    height: 50px;
    font-weight: 600;
    padding: 0 30px;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.cart-totals-box a.checkout-btn {
    background: #98d8eb;
    padding: 0;
    width: 100%;
    margin-top: 25px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.cart-totals-box ul li h2 {
    font-size: 19px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: 'Montserrat';
}

.cart-totals-box ul li h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
    font-family: 'Montserrat';
}

.cart-totals-box ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
}

.cart-totals-box li.chg {
    padding: 17px 0 0 0 !important;
    border: none !important;
}

.add-to-cart-up-date a {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    font-family: 'Montserrat';
    background: #98d8eb;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 50px;
    padding: 20px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
}

.cart-totals-box {
    border: 0px solid transparent;
    padding: 25px 25px;
    margin-left: 10px;
    background: linear-gradient(90deg, rgba(250, 253, 254, 1) 0%, rgba(239, 249, 252, 1) 100%);

}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-top: 1px solid #7c7c7c !important;
    border-bottom: 1px solid #7c7c7c !important;
}

.table-space h3 {
    font-weight: 500;

    margin-bottom: 0px;

    font-size: 18px;

    line-height: 30px;

    color: #333333;

    font-family: 'Montserrat';
}

.space .row {
    align-items: center;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: #c2c2c2;

    border-style: solid;

    border-width: 0;
}

/* skin 2 */
.space .skin-2 .num-in {
    background: #eaeaea;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    float: left;
    border: 1px solid #cfcfcf;
}

.space .skin-2 .num-in span {
    width: 25px;
    height: 25px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 12px;
    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;
} */
.space .skin-2 .num-in input {
    float: left;
    width: 50px;
    height: 25px;
    text-align: center;
    font-family: 'Montserrat';
    background-color: #eaeaea;
    border: 1px solid #cfcfcf;
}

.skin-2 .num-in span:hover {
    background: #98d8eb;
}

th.qty {
    text-align: center;
}

a.remove {
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    color: #4c5152;
}

.table-space h6 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.product-img img {
    width: 100px;
    height: 80px;
    object-fit: cover;
}

.add-to-cart-bottom-input button {
    width: fit-content;
    height: 50px;
    background: #cbebf5;
    color: #000;
    font-size: 14px;
    padding: 0px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 500;
    border: none;
}

.add-to-cart-bottom-input ul {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
}

.add-to-cart-bottom-input input {
    border: 2px solid #e6e6e6;
    width: 70%;
    height: 50px;
    font-family: 'Montserrat';
    font-weight: 600;
    border-radius: 50px;
    background-color: #e5e5e5;
    padding: 0 20px;
}

.num-block.skin-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-totals-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cart-totals-box li {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cart-totals-box .shipping-options {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center !important;
}

.cart-totals-box .shipping-options .d-flex {
    width: 100%;
    justify-content: space-between;
}

.shipping-method label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
}

.shipping-method input[type="radio"] {
    margin-right: 8px;
}

.change-location {
    font-size: 14px;
    color: #86c5d7;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
}

.total-section h5 {
    color: #86c5d7;
    font-weight: bold;
    font-size: 20px;
}

/* Cart End */

/* PRODUCT PAGE END */

/* PRODUCT DETAIL PAGE STRT */
.prod_thumb {
    margin: 10px 0;
    width: 100%;
    border-radius: 15px !important;
    box-shadow: 0px 0px 92px 0px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
}


.prod_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prod_slider_nav .prod_thumb {
    height: 200px;
}

.prod_slider_for .prod_thumb {
    height: 600px;
}

.product_detail_page {
    padding: 100px 5% 80px;
}

.product_detail_page .row {
    align-items: center;
}

/* skin 2 */

.skin-2 .num-in {
    background: #F0F0F0;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    height: 40px;
    width: 110px;
    float: left;
    border-radius: 12px;
    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 span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 37px;
    border: none;
    text-align: center;
    background-color: #f0f0f0;
    font-family: 'Poppins';
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
}

.product-detail input.in-num {
    border: 1px solid #DADADA;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
}

.productdetailsec .btn10 {
    color: white;
}


.product-detail span {
    width: 30px !important;
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    height: 30px !important;
    margin: 5px;
}

/* / skin 2 */


.product_detail_desc h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 65px;
    text-transform: uppercase;
}

.product_detail_desc h6 {
    font-size: 33px;
    color: #98d8eb;
    font-weight: 600;
    font-family: 'Rajdhani';
    line-height: 35px;
    margin: 0 0 10px;
}

.product_detail_desc .fa-star {
    color: #fd8f00;
}

.rating_prod li {
    color: #7c7c7c;
    font-weight: 500;
    font-family: 'Montserrat';
}

ul.rating_prod.d-flex.align-items-center.gap-2 {
    margin-bottom: 15px;
}

.product_detail_desc h3 {
    font-size: 40px;
    line-height: 45px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
}

.iconlist i {
    color: #ba892d;
    width: 40px;
}


.product_detail_desc p {
    margin-bottom: 25px;
    font-weight: 500;
}

.product_detail_desc .btn_theme_green {
    box-shadow: 6px 6px #ba892d;
}

.theme-2 {
    color: #000;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat';
    background-color: #a8dfef;
}

.product_detail_desc .num-in {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
}

.product_detail_desc .counte-unm {
    width: 115px;
    color: #000;
    display: flex;
    font-weight: 600;
    font-size: 12px;
    height: 40px;
    padding: 5px 0px 5px 10px;
    position: relative;
    align-items: center;
    text-transform: uppercase;
    border-radius: 50px;
    justify-content: center;
    background-color: #a8dfef;
    font-family: 'Montserrat';
}

.product_detail_desc .counte-unm::before {
    top: 0;
    width: 1px;
    right: 30px;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #99cad8;
}

.product_detail_desc .counte-unm::after {
    top: 0;
    bottom: 0;
    left: -5%;
    width: 110%;
    z-index: -1;
    content: '';
    margin: auto;
    height: 5px;
    position: absolute;
    background-color: #a8dfef;
}

.product_detail_desc .counte-unm input {
    width: 25px;
    border: none;
    font-weight: 600;
    color: #000;
    font-family: 'Montserrat';
}

.product_detail_desc .skin-2 .num-in {
    border: none;
}

.product_detail_desc .product-detail span {
    background-color: #a8dfef;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* PRODUCT DETAIL PAGE END */

/* get-sec */

.get-sec {
    padding: 0px 5%;
}

.get-box {
    position: relative;
    height: 550px;
    margin: 25px 0px;
    padding: 30px 25px;
}

.get-box ul {
    z-index: 1;
    display: flex;
    position: relative;
    align-items: flex-end;
    justify-content: space-between;
}

.get-box ul li h3 {
    width: 60%;
}

.get-box ul li i {
    height: 40px;
    height: 40px;
    color: #000;
    display: flex;
    flex-shrink: 0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #a8dfef;
}

.get-box ul li {
    min-width: 40px;
}

.get-box img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 10px;
}

.get-box-2 {
    padding: 80px 0px;
    border-radius: 10px;
    background-image: url(../images/get-box-bg-4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.get-box-2 h2 {
    margin-bottom: 15px;
    max-width: 500px;
}

/* get-sec */

/* about-sec */

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

.about-sec .row {
    align-items: center;
}

.about-img {
    height: 680px;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.about-text h2 {
    margin-bottom: 10px;
}

.about-text h5 {
    color: #67c6e2;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.about-text p {
    margin-bottom: 25px;
}

.about-innet-text p {
    margin-bottom: 25px;
}

.about-innet-text {
    margin-top: 50px;
    margin-bottom: 80px;
}


/* about-sec */

/*testimonial_sec start*/

.testimonial_sec {
    padding: 100px 5%;
}

.testimonial_sec .custom-space {
    margin-top: 50px;
}

.testimonial_top_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.testimonial_top_bar p {
    text-align: center;
    color: #666666;
    margin: 0 auto;
    width: 50%;
}

.testimonial_top_bar {
    padding: 30px 0 15px 0;
}

.checked {
    color: #fd8f00;
}

.testimonial_boxspan {
    color: #f3b15c;
}

.testimonial_box {
    padding: 50px 24px;
    height: 320px;
    margin: 25px 0px;
    position: relative;
}

.testimonial_box i {
    position: absolute;
    color: #000000;
    top: -7%;
    padding: 20px;
    border-radius: 50%;
    background-color: #ffffff;
}

.testimonial_box p {
    font-weight: 500;
    color: #8a8b8d;
    padding: 0;
    font-family: 'Montserrat';
}

.profile {
    padding: 30px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.profile img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.profile_text p {
    margin: 0;
    padding: 0;
}

.profile_text h6 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #000;
}

.profile_text p {
    padding: 0;
    text-transform: uppercase;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box i {
    background-color: #ffffff;
    color: #62bed9;
}

.testimonial_slider .slick-slide.slick-current.slick-active .profile_text p {
    padding: 0 !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box p {
    padding: 20px 0 16px 0;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box {
    border-width: 1px;
    border-color: rgb(244, 244, 244);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(229, 240, 255);
    box-shadow: 23.013px 9.768px 59px 0px rgba(193, 193, 193, 0.2);
}

.testimonial_box:hover {
    background-color: rgb(229, 240, 255) !important;
    box-shadow: 23.013px 9.768px 59px 0px rgba(193, 193, 193, 0.2);
}

.testimonial_box:hover i {
    background-color: #ffffff;
    color: #62bed9;
}

.testimonial_slider .slick-slide.slick-current.slick-active {
    width: 11% !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active {
    width: 7% !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active {
    width: 7% !important;
}

.testimonial_slider .slick-list.draggable {
    height: 463px;
    padding: 60px 0;
}

.testimonial_slider .slick-active {
    opacity: 1;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active .testimonial_box {
    background-color: #fff;
    border-radius: 10px;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active .testimonial_box {
    background-color: #fff;
}

.profile i {
    position: relative;
    top: 0;
    left: 0;
    background-color: #000000 !important;
    border: 1px solid #fff;
    color: #fff !important;
}

.testimonial_slider .slick-slide.slick-active+.slick-slide.slick-active .testimonial_box p {
    color: #8a8b8d;
    margin: 0 0 10px;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active .testimonial_box {
    background-color: #fff;
    border-radius: 10px;
}

.testimonial_slider-btn {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
}

.testimonial_slider-btn button {
    height: 60px;
    width: 60px;
    display: flex;
    flex-shrink: 0;
    color: #cccccc;
    border-radius: 50%;
    align-items: center;
    transition: ease-out;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid #cccccc;
    background-color: transparent;
}

.testimonial_slider-btn button:hover {
    color: #000;
    transition: ease-in;
    border-color: #a8dfef;
    transition-duration: 0.5s;
    background-color: #a8dfef;
}

.abouttestimonial_sec {
    padding: 80px 5% 100px;
}

/*testimonial_sec end*/

/* billing-sec */

.billing-sec {
    padding: 100px 5%;
}

.billing-input {
    position: relative;
    margin-bottom: 25px;
}

.billing-input i {
    top: 0;
    right: 15px;
    bottom: 5px;
    height: 10px;
    margin: auto;
    position: absolute;
}

.billing-input input,
.billing-input select {
    width: 100%;
    height: 65px;
    padding-left: 15px;
    border-radius: 5px;
    appearance: unset;
    font-family: 'Montserrat';
    border: 1px solid #dcdcdc;
    background-color: #f8f8f8;
}

.billing-input textarea {
    width: 100%;
    height: 180px;
    padding-top: 15px;
    padding-left: 15px;
    border-radius: 5px;
    font-family: 'Montserrat';
    border: 1px solid #dcdcdc;
    background-color: #f8f8f8;
}

.billing-input .form-group {
    display: block;
    margin-bottom: 15px;
}

.billing-input .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.billing-input .form-group label {
    color: #000;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    font-family: 'Montserrat';
}

.billing-input .form-group label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #eaeaea;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

/* Selected State Circle */
.billing-input .form-group input:checked+label::before {
    border: 1px solid #ebebeb;
    background-color: #fff;
}

/* Inner Dot */
.billing-input .form-group input:checked+label::after {
    content: '';
    top: 14.5px;
    left: 8px;
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #98d8eb;
    z-index: 2;
    transform: translateY(-50%);
}

.billing-heading {
    margin-top: 25px;
    margin-bottom: 25px;
}

.billing-heading h2 {
    font-weight: 400;
}

/* billing-sec */

/*footer start*/

.footer-text h6 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    position: relative;
    margin-bottom: 20px;
    font-family: 'Rajdhani';
    text-transform: capitalize;
}

.footer-text h6 span {
    display: block;
}

.footer-text img {
    margin-bottom: 15px;
}

.footer-text li {
    color: #fff;
    margin-bottom: 20px;
}

.footer-text input {
    border: 1px solid #fff;
    background: none;
    color: #fff;
    width: 100%;
    padding: 8px 10px;
}

.footer-text ::placeholder {
    color: #fff;
}

.footer-text button {
    background: none;
    border: 2px solid #118ed7;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    margin: 16px 0;
    background: #118ed7;
}

.ftr-logo img {
    width: 190px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(24%) hue-rotate(114deg) brightness(108%) contrast(108%);
}

section.footer {
    margin-top: 0;
    padding-bottom: 0;
    padding: 70px 5% 0px;
    background: #1f1f1f;
}

.copy-right {
    position: relative;
    padding: 20px 0;
    text-align: end;
    padding-right: 15px;
}

.copy-right p::before {
    right: -20px;
    width: 1px;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #fff;
}

.copy-right ul {
    display: flex;
    align-items: center;
}

.copy-right p {
    font-size: 16px;
    margin: 0;
    position: relative;
    line-height: 25px;
}

.copy-right * {
    color: #fff;
}

.socail-icon a i {
    color: #fff;
    margin: 0 9px 0 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 14px;
    width: 50px;
    opacity: 0.2;
    transition: 0.5s;
    border-radius: 50%;
    justify-content: center;
    background: transparent;
    border: 1px solid #fff;
}

.socail-icon a i:hover {
    color: #fff;
    opacity: 1;
    color: #ffffff;
}


ul.footer-links li a {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    position: relative;
    text-transform: capitalize;
    font-family: 'Montserrat';
    font-weight: 600;
    position: relative;
    display: inline-flex;
    transition: ease-in-out;
    transition-duration: 0.2s;
}

ul.footer-links li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 1px solid #fff;
    transition: ease-in-out;
    transition-duration: 0.2s;
}

ul.footer-links li a:hover::before {
    width: 100%;
    transition: ease-in-out;
    transition-duration: 0.2s;
}


.footer-text li a {
    display: flex;
    align-items: center;
    color: #fff;
    width: 75%;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat';
    gap: 20px;
}

.footer-text li a p {
    color: #fff;
    width: 80%;
    margin: 0;
    font-size: 12px;
}


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

.socail-icon {
    text-align: unset;
}

.footer-bot .row {
    align-items: center;
}

.copy-right1 {
    background: #474646;
    text-align: center;
    padding: 10px 0;
}

.ftr-logo p {
    color: #fff;
    margin: 10px 0 30px;
    font-size: 14px;
}

.footer-text.footer-text1 {
    margin-left: 23%;
}

.footer-text {
    margin-left: 20%;
}

.ftr-logo h6 {
    margin: 20px 0px 0px;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    position: relative;
    margin-bottom: 20px;
    font-family: 'Rajdhani';
    text-transform: capitalize;
}

.footer-text li i {
    font-size: 16px;
}

a.btn-2:hover {
    color: #fff;
    background-color: #E64072;
    box-shadow: inset 200px 0px 0px #E64072;
    transition: 2s;
}

.footer-text ul li p {
    font-size: 14px;
    font-weight: 500;
}

.footer-bot {
    /* border-top: 1px solid #fff; */
    margin-top: 30px;
}

.footer-bot::before {
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #363636;
}

/*footer end*/

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/


.banner_text h1 {
    font-size: 80px;
}