/*reset css*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.me-1 {
    margin-right: 3px;
}

.me-4 {
    margin-right: 10px;
}

.ps-15 {
    padding-left: 65px;
}

.ms-3 {
    margin-left: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
}

.bg-black {
    background: black;
}


/*//CSS DOCUEMNT */


/*.container-fluid{padding: 0px}*/


/*bg-overlays*/

#products {
    background-position: top;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.9);
    background-blend-mode: overlay;
    background-size: cover;
}

.background-about {
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.95)!important;
    background-blend-mode: overlay;
    background-size: cover;
}

.cta-2 {
    /* background-image: url(../imgs/pink-salt-bg.jpg); */
    background-position: top;
    background-repeat: no-repeat;
    background-color: #360503;
    background-blend-mode: overlay;
    background-size: cover;
    padding: 40px 0 20px;
    margin-top: 60px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

#contact {
    background-image: url(../imgs/bg-spoon-rotate.png);
    background-position: top;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.95)!important;
    background-blend-mode: overlay;
    background-size: cover;
}

.bg-img {
    background-image: url(../imgs/bg-1.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.collaps-btn::after {
    content: "+" !important;
    background-image: none !important;
    position: absolute;
    left: 10px;
    top: 12px;
    font-size: 24px;
    color: #ef7c2e !important;
}

.faq-header h5.mb-0 {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 20px;
}

.faq-description {
    line-height: 28px;
    color: #777;
    margin: 0;
}

.faq-main {
    margin-bottom: 50px;
}

.cta-section .container .row p {
    font-size: 18px !important;
    line-height: 24px;
}

.card-body {
    line-height: 22px;
}


/* div.card-header {
    width: 480px;
} */

.ps-7 {
    padding-left: 12px;
}

.footer-logo img {
    margin-top: -35px;
}

button.btn.btn-link.collaps-btn {
    font-size: 16px;
    font-weight: 500;
}

.mt-ftr-desc {
    margin-top: 29px;
}

.collaps-btn:not(.collapsed)::after {
    transform: rotate(315deg) !important;
}

.me-5 {
    margin-right: 10px;
}


/*bg-overlays ends */

.wrapper {
    z-index: 1;
    position: relative;
}

.logo-img {
    margin: 22px 0;
}


/*.nav-bar{margin-top: 25px;}*/

.nav-bar li {
    display: inline-block;
    padding: 0px 10px;
}

.nav-bar li a {
    color: #fff;
    padding: 15px 20px;
    text-decoration: none;
    font-weight: 500;
}

.nav-bar li a:hover {
    color: #fffc00;
    transition: all ease 0.3s 0s;
}

.head-1 {
    font-size: 48px!important;
    color: #fff;
    font-weight: 700;
    margin-top: 40px;
    animation: slide-in-right 0.9s linear;
}

section.faqs {
    padding: 80px 0 0;
}

.me-3 {
    margin-right: 7px;
}

.btn-link {
    color: #000 !important;
    text-decoration: none !important;
}

.para-1 {
    line-height: 28px;
    color: #e1e1e1;
    animation: slide-in-left 0.9s linear;
    font-size: 23px !important;
    margin: 10px 60px;
}

.center-btn {
    text-align: center;
    margin: 90px 0;
    font-weight: 600;
}

.center-btnz {
    text-align: center;
    margin: 30px 0 80px;
    font-weight: 600;
}

.center-btnx {
    text-align: center;
    margin: 30px 0;
    font-weight: 600;
}

.left-btn {
    margin: 70px 0;
    font-weight: 600;
}

.right-btn {
    text-align: right;
    margin: 90px 0;
    font-weight: 600;
}

.border-box p {
    font-size: 18px!important;
}

.btn-xd {
    background: #ef7c2e;
    color: #fff;
    padding: 20px 50px;
    box-shadow: 0px 8px 8px 0px #f7783e6e;
    transition: all ease-out 0.2s 0s;
    font-weight: 600;
}

.btn-xd:hover {
    text-decoration: none;
    color: #fffc00;
    padding: 20px 55px;
    font-weight: 600;
    box-shadow: 0px 8px 8px 0px #eb9269
}

.padd-345 {
    padding: 15px 0px 60px 0px;
}

.background-about {
    background-color: #fff;
}

.sec-pad-80 {
    padding: 80px 0;
}

.radius-border {
    box-shadow: 0px 10px 20px 0px #c1c1c1;
    border-bottom-right-radius: 80px;
    border-top-left-radius: 80px;
    position: relative;
    top: 50px;
}

.products p {
    color: #333;
    font-weight: 600;
    line-height: 24px;
}

.featuers-det {
    padding: 0 50px;
}

.featuers-det h4 {
    font-size: 16px;
    color: #333;
    margin-top: 80px;
}

.featuers-det h2 {
    font-size: 36px;
    font-weight: 600;
    color: #333;
    margin-top: 40px;
    line-height: 36px;
}

.featuers-det p {
    font-size: 15px;
    color: #333;
    margin-top: 40px;
    line-height: 24px;
}

.background-featuers h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
}

.background-featuers p {
    line-height: 24px;
    margin-top: 50px;
    color: #333
}

.right-img img {
    margin-top: -130px;
}

.testimonials h2 {
    font-size: 36px;
    font-weight: 600;
    color: #333;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.testmonials-bg {
    /* background: rgba(239, 124, 46, 0.51); */
    padding-bottom: 25px;
}

.item.carousel-item {
    background: #2a968d8a;
    padding: 30px 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px #2A968D !important;
}


/*Carousel Slider Testimonials */

.col-center {
    margin: 0 auto;
    float: none !important;
}

.carousel {
    margin: 30px auto 0;
    padding: 0 70px;
}

.carousel-new .carousel {
    margin: 0;
    padding: 0;
}

.carousel .item {
    color: #fff;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    /*    min-height: 290px;*/
}

.carousel .item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.cc-window.cc-banner {
    padding: 0.1em 1.8em !important;
}

.carousel .testimonial {
    line-height: 24px;
    font-size: 16px!important;
    padding: 30px 0 10px;
    padding: 4px 15px;
    color: #fff;
    margin: 2px 0px 20px 0px;
    border-radius: 10px;
    text-align: center;
    -webkit-transition: opacity 10s ease-in-out;
    -moz-transition: opacity 35s ease-in-out;
    -ms-transition: opacity 10s ease-in-out;
    -o-transition: opacity 10s ease-in-out;
}

.carousel .overview {
    font-style: italic;
}

.facebookBtn {
    background: #4060A5;
}

.facebookBtn:before {
    /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a";
    /* add facebook icon */
}

.facebookBtn:hover {
    color: #4060A5 !important;
    background: #fff;
    border-color: #4060A5;
    /* change the border color on mouse hover */
}


/* twitter button class*/

.twitterBtn {
    background: #00ABE3;
}

.twitterBtn:before {
    font-family: "FontAwesome";
    content: "\f099";
    /* add twitter icon */
}

.twitterBtn:hover {
    color: #00ABE3 !important;
    background: #fff;
    border-color: #00ABE3;
}


/* linkedin button class*/

.linkedinBtn {
    background: #0094BC;
}

.linkedinBtn:before {
    font-family: "FontAwesome";
    content: "\f0e1";
    /* add linkedin icon */
}

.linkedinBtn:hover {
    color: #0094BC !important;
    background: #fff;
    border-color: #0094BC;
}

.smGlobalBtn {
    /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: 2px solid #ddd;
    /* add border to the buttons */
    box-shadow: 0 3px 3px #999;
    padding: 0px !important;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    margin-right: 10px;
}

.single form input[type="email"] {
    margin: 0px;
}

input[type="text"] {
    border: 2px solid #aaa;
    border-radius: 4px;
    margin: 8px 0;
    outline: none;
    padding: 10px 15px;
    padding-left: 15px;
    box-sizing: border-box;
    transition: 0.3s;
    width: 100%;
}

input[type="text"]:focus {
    border-color: #f0823a;
    box-shadow: 0 0 8px 0 #f0823a;
}

.inputWithIcon input[type="text"] {
    padding-left: 60px;
}

.in-height option {
    padding: 15px 20px;
    border-bottom: 1px solid #000;
}

input[type="email"] {
    border: 2px solid #aaa;
    border-radius: 4px;
    margin: 8px 0;
    outline: none;
    padding: 10px 15px;
    padding-left: 15px;
    box-sizing: border-box;
    transition: 0.3s;
    width: 100%;
}

#maximizeChat {
    background: #ef7c2e !important;
}

.carousel-inner h3 {
    font-size: 16px;
}

input[type="email"]:focus {
    border-color: #f0823a;
    box-shadow: 0 0 8px 0 #f0823a;
}

.inputWithIcon input[type="email"] {
    padding-left: 60px;
}

p.card-text.mt-3 {
    line-height: 22px;
}

input[type="tel"] {
    border: 2px solid #aaa;
    border-radius: 4px;
    margin: 8px 0;
    outline: none;
    padding: 10px 15px;
    padding-left: 15px;
    box-sizing: border-box;
    transition: 0.3s;
    width: 100%;
}

input[type="tel"]:focus {
    border-color: #f0823a;
    box-shadow: 0 0 8px 0 #f0823a;
}

.inputWithIcon input[type="tel"] {
    padding-left: 60px;
}

.inputWithIcon input {
    padding-left: 60px;
}

.inputWithIcon {
    position: relative;
}

.inputWithIcon i {
    position: absolute;
    left: 0;
    top: 8px;
    padding: 9px 8px;
    color: #aaa;
    transition: 0.3s;
    width: 40px;
}

.inputWithIcon input[type="text"]:focus+i {
    color: #f0823a;
}

.inputWithIcon.inputIconBg i {
  background-color: #f0823a;
  color: #fff;
  padding: 20px 6px;
  border-radius: 4px 0 0 4px;
  position: absolute;
  top: 9px;
  left: 1px;
}

.inputWithIcon.inputIconBg input[type="text"]:focus+i {
    color: #fff;
    background-color: #f0823a;
}

.carousel .overview b {
    text-transform: uppercase;
    color: #7AA641;
}

.carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: 18px;
    z-index: 20;
    top: 104%;
    background: none;
    font-size: 28px;
}

section#cta-sec {
    background: #360503;
    padding: 50px 0 20px;
}

section.pop-products {
    margin: 50px 0 120px;
}

h4.mt-3.text-white {
    font-weight: bold;
}

.carousel-control i {
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel-control:hover {
    background: #f7bc94e0;
    border-radius: 50%;
}

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

.carousel-indicators li,
.carousel-indicators li.active {
    width: 15px;
    height: 3px;
    margin: 1px 10px;
}

.carousel-indicators li {
    background: #777;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.8);
}

.carousel-control-prev {
    left: 0;
    right: 170px;
    margin: 0 auto;
}

.carousel-control-next {
    left: 170px;
    right: 0;
    margin: 0 auto;
}

.carousel-indicators li.active {
    background: #555;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li {
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
}


/*Carousel Slider Testimonials  Endss*/

.border-box {
    margin: 20px 0;
    box-shadow: 0px 5px 10px 0px #f1f1f1;
    border-radius: 10px;
    padding: 10px;
    transition: all ease 0.3s 0s;
}

.border-box p {}

.border-box:hover {
    transform: scale(1.01);
    box-shadow: 0px 2px 15px 0px #d1d1d1;
}

.border-box .col-lg-8 {
    font-weight: 600;
    font-size: 18px;
    padding-left: 30px;
    text-align: left;
}

.border-box .col-lg-4 {
    color: #eb9269;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
}

.marg-10 {
    margin: 50px 0;
}

.products {
    padding-top: 100px;
}

.products h2 {
    color: #333;
    font-size: 36px;
    font-weight: 600;
    padding: 10px;
}

.pop-products h2 {
    color: #333;
    font-size: 36px;
    font-weight: 600;
    padding: 10px;
}

.pad-60 {
    padding: 20px 200px;
    text-align: center;
}

.carousel-item h6 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #333;
}

.card {
    border: 1px solid rgba(0, 0, 0, .0);
    box-shadow: inset 0px 0px 20px 5px #ededed
}

.carousel-item .col-lg-3 .card-body:hover {
    transform: scale(1.02);
    box-shadow: 0px 0px 20px 5px #ededed;
    padding: 10px;
    margin: 5px;
    /*    border: 1px solid #fff;*/
}

.carousel-item .col-lg-3 .card-body {
    padding: 10px;
    transition: all ease 0.3s 0s;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.home-newsletter {
    padding: 80px 0 0;
    background: #fff;
    margin-top: 80px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #eb9269;
}

#custom-res {
    transition: all ease 0.7s .2s;
}

.home-newsletter .single {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.home-newsletter .single h2 {
    font-size: 28px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.home-newsletter .single .form-control {
    height: 70px;
    background: rgba(196, 195, 195, 0.1);
    border: 3px solid #d1d1d1;
    border-radius: 10px 0 0 10px;
}

.home-newsletter .single .form-control:focus {
    box-shadow: none;
    border-color: #eb9269;
}

.home-newsletter .single .btn {
    font-size: 22px;
    min-height: 70px;
    border-radius: 0;
    background: #eb9269;
    color: #fff;
    transition: all ease 0.3s 0s;
}

.single .btn:hover {
    background: #ef7c2e;
    color: #333;
    box-shadow: 3px 0px 10px 0px #eb9269
}

input::placeholder {
    color: #c1c1c1!important;
    font-weight: 600;
}

.in-height {
    height: 40px!important;
    border-radius: 4px;
    background: rgba(196, 195, 195, 0.1);
    border: 2px solid #d1d1d1;
    margin-top: 10px;
}

textarea::placeholder {
    color: #c1c1c1!important;
    font-weight: 600;
}

textarea.form-control {
    border-radius: 10px;
    background: rgba(196, 195, 195, 0.1);
    border: 2px solid #d1d1d1
}

.btn-theme {
    padding: 13px 60px;
}

.contact-sec {
    padding: 0 300px 70px
}

.contact-sec h2 {
    font-size: 36px;
    color: #333;
    font-weight: 600;
}

label {
    color: #777;
    font-weight: 600;
    margin: 50px 0 0;
    padding: 5px;
}

.send-form {
    background: #ef7c2e;
    color: #fff;
    padding: 20px 75px;
    box-shadow: 0px 8px 8px 0px #f7783e6e;
    transition: all ease 0.3s 0s;
    border: none;
    font-weight: 600;
}

.send-form:hover {
    text-decoration: none;
    color: #fffc00;
    padding: 20px 80px;
    box-shadow: 0px 8px 8px 0px #eb9269
}

footer.footer.sec-pad-50 {
    padding-top: 90px;
}

.top-header {
    font-size: 25px;
    font-weight: 600;
}

.background-about {
    background-color: #fff;
}

.sec-pad-50 {
    padding: 50px 0;
}

footer {
    background: #592502;
}

.footer ul {
    text-align: center
}

.footer ul li {
    display: inline-block;
    padding: 5px;
    list-style-type: none
}

.footer ul li a {
    text-decoration: none;
    color: #333
}

.social {
    display: flex;
}

.footer .social .fa-facebook {
    background: #fff;
    padding: 8px 12px;
    border-radius: 50%;
}

.footer .social li a {
 text-decoration: none;
  color: #592502;
  background: #fff;
  padding: 8px;
  border-radius: 50%;
  font-size: 18px;
  width: 34px;
  height: 34px;
}

.lower-foot p {
    font-size: 12px;
    display: block;
    width: 100%;
}

.lower-foot a {
    font-size: 12px;
    color: #333
}

.lower-foot a:hover {
    color: #fff
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../imgs/toggle.png);
    width: 40px;
    float: right;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .0);
}

.navbar-toggler:focus {
    outline: none;
}

.sec-pad-top-50 {
    padding-top: 50px;
}

.sec-pad-180 {
    padding-top: 180px;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    position: fixed;
    width: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all ease 1.0s 0.3s;
}

.nav-item .active {
    color: yellow!important;
    border-radius: 5px;
}

.show {
    transition: all ease 0.5s 0s;
}

.sticky-top .logo-img {
    margin: 0;
}

.marg-20 {
    margin-top: 20px;
}

.ftbtm a {
    margin-right: 20px;
    font-size: 16px;
    padding: 15px 0px;
}

body {
    position: relative;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .9);
}

.navbar-collapse li a:hover {
    color: #ff0
}

.container.custom-width {
    overflow: hidden;
}

@keyframes slide-in-right {
    0% {
        right: -480px;
        opacity: 0;
        position: relative;
    }
    50% {
        right: -240px;
        opacity: 0.5;
        position: relative;
    }
    100% {
        right: 0px;
        opacity: 1;
        position: relative;
    }
}

@keyframes slide-in-left {
    0% {
        left: -480px;
        opacity: 0;
        position: relative;
    }
    50% {
        left: -240px;
        opacity: 0.5;
        position: relative;
    }
    100% {
        left: 0px;
        opacity: 1;
        position: relative;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slide-in-up {
    0% {
        top: -480px;
        opacity: 0;
        position: relative;
    }
    50% {
        top: -240px;
        opacity: 0.5;
        position: relative;
    }
    100% {
        top: 0px;
        opacity: 1;
        position: relative;
    }
}

@keyframes out-up {
    0% {
        opacity: 0;
        position: relative;
        background-color: #eb9269;
    }
    50% {
        opacity: 1;
        position: relative;
        background-color: #fff;
    }
    70% {
        opacity: 1;
        position: relative;
        background-color: coral;
    }
    80% {
        opacity: 1;
        position: relative;
        background-color: #fff;
    }
    100% {
        opacity: 1;
        position: relative;
        background-color: #eb9269;
    }
}

.collapse1:not(.show) {
    display: none;
}

#resposne-msg {
    display: none;
    padding: 10px;
    background-color: #eb9269;
    margin: 30px 0 0 0;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    animation: out-up 2s linear;
}

#subs-msg {
    display: none;
    padding: 10px;
    background-color: #eb9269;
    margin: 30px 0;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    animation: out-up 2s linear;
}

h2 {
    font-size: 36px!important
}

p {
    font-size: 16px!important
}

.collapse1 {
    margin: 0px 0 20px 0;
}

#view {
    cursor: pointer;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 54px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding: 14px 0;
}

.my-float {
    margin-top: 16px;
}

button {
    border: 0;
}

button:focus {
    border: 0;
    outline: none;
}

select {
    word-wrap: normal;
    background-image: url(../imgs/dropdown-1.png)!important;
    background-repeat: no-repeat!important;
    position: relative;
    background-position-x: right!important;
    background-position-y: center!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

select:-ms- {
    expand: none;
}

select:focus {
    background-image: url(../imgs/dropdown.png)!important;
}


/* width */

::-webkit-scrollbar {
    width: 12px;
}


/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #eb9269;
    border-radius: 5px;
}


/* Handle on hover */

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

.offset-custom {
    margin-left: 50px;
}

#products .pad-60 {
    color: #a1a1a1;
}

.layer {
    background-color: rgba(25, 25, 25, 0.4);
    position: absolute;
    width: 95%;
    height: 95%;
    border-radius: 10px;
    display: none;
    transition: all ease 0.5s 0s;
    color: #fff;
    padding: 10px;
}

.layer h3 {
    color: #fffc00;
    font-size: 26px!important;
    top: 20%;
    position: relative;
    text-align: center
}

.layer p {
    color: #fff;
    font-size: 15px!important;
    margin: 20px 0;
    top: 20%;
    position: relative;
    text-align: center;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
}

.border-box:hover .layer {
    cursor: pointer;
    display: block;
    z-index: 2;
    animation: fade-in 0.5s linear;
}

select:not(:-internal-list-box) {
    border: 2px solid grey!important;
    border-radius: 10px!important;
}

.background-privacypolicy {
    padding: 80px 0 0;
}

.background-privacypolicy h2 {
    font-weight: 600;
    color: #333;
    margin-top: 40px;
    line-height: 36px;
    font-size: 36px;
    padding: 0 0 20px;
}

.background-privacypolicy p {
    font-weight: 500;
    color: #a1a1a1;
    margin-top: 40px;
    line-height: 16px;
    font-size: 16px !important;
}

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

.background-privacypolicy ul li {
    font-weight: 400;
    color: #a1a1a1;
    margin-top: 16px;
    line-height: 16px;
    font-size: 16px;
}

.text-footer {
    color: #ffffff !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
}

.mbtm {
    margin-bottom: 60px;
}

.white-hr {
    border-color: white;
}

i.fa.fa-check.me-3 {
    color: #ef7c2e;
}

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

.mt-35 {
    margin-top: 74px;
}

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

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

.checked {
    color: orange;
}

.rounded {
    border-radius: 12px !important;
}
#auto-response p
{
  padding-top: 0px;
  text-align: left;
  color: #198754;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 20px;
  font-size: 15px;
  margin-top: 25px;
    text-align: center;
}
#auto-response
{
  display: none;
  margin-top: 10px;
  text-align: center
}