/* reset CSS :: Start */
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%;
    font: inherit;
}

/* reset CSS :: end */

/*** Global CSS :: Start ***/
button:focus {
    outline: none;
}

a,
a.btn {
    text-decoration: none;
    transition: 0.4s;
}

a:hover,
a:focus {
    text-decoration: none;
    transition: 0.4s;
    color: #002D48;
}

img {
    max-width: 100%;
}

strong,
b {
    font-weight: 700;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.m-r-35 {
    margin-right: 35px !important;
}

.m-r-40 {
    margin-right: 40px !important;
}

.m-r-60 {
    margin-right: 60px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.m-t-0 {
    margin-top: 0;
}

.m-t-30 {
    margin-top: 30px !important;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-24 {
    font-size: 24px;
}

.f-36 {
    font-size: 36px;
}

.f-48 {
    font-size: 48px;
}

.d-flex {
    display: flex;
}

.align-item-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.p-relative {
    position: relative;
}

.text-center {
    text-align: center;
}

.bg-color {
    background: #E6F5FF;
}

.float-r {
    float: right;
}

.float-l {
    float: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'jost', sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

.w-full {
    width: 100%;
}

ul {
    list-style: none;
}

.text-upper {
    text-transform: uppercase;
}

/*** Global CSS :: end***/


/*** Home:: start***/
body {
    font-family: 'jost', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    background: #fff;
    color: #000;
    font-weight: 400;
}

.text-theme {
    color: #91AE28;
}

.text-blue {
    color: #002D48;
}

.text-white {
    color: #fff;
}

.nav-link {
    color: black;
}

.top-header {
    background-color: #002D48;
}

.top-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.contact-info-block a {
    color: #fff;
}

.navbar {
    --bs-navbar-padding-y: 0;
}

.bottom-header .container {
    padding: 15px 0;
}

.navbar-expand-md .navbar-collapse {
    flex-direction: row-reverse;
}

ul.navbar-nav li.nav-item {
    margin-right: 36px;
}

ul.navbar-nav li.nav-item:last-child {
    margin-right: 0;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 0;
}

ul.navbar-nav a.nav-link {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

ul.navbar-nav li.nav-item a.nav-link.active {
    color: #91AE28;
}

ul.navbar-nav li.nav-item a.nav-link.active::before {
    content: " ";
    width: 20px;
    height: 2px;
    background: #91AE28;
    border-radius: 2px;
    bottom: -9px;
    left: 14px;
    position: absolute;
    display: inline-block;
}

.section {
    padding: 40px 0;
    overflow: hidden;
}

.section-top {
    padding-top: 60px;
}

.section-title {
    margin: 0 auto 30px;
    max-width: 960px;
}

.section-title h2 {
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.16);
    text-transform: uppercase;
}

.section-title p {
    font-size: 20px;
    margin-top: 20px;
}

p {
    font-size: 18px;
    color: #212121;
}

.btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    padding: 14px 16px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
    transition: 0.4s;
    border-width: 0;
    border: 1px solid transparent;
}

.btn:hover {
    transition: 0.4s;
    transform: translateY(-2px);
    color: #002D48;
    box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.20);
    background-color: transparent;
    border-color: transparent;
}

.btn-sm {
    padding: 8px 10px;
    font-size: 13px;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.16);
}

.btn-sm:hover {
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.16);
}

.btn-theme {
    color: #FFFFFF;
    background: #F7921E;
}

.btn-theme:hover {
    background: #e98005c2;
    color: #FFFFFF;
}

.dropdown-menu {
    cursor: pointer;
    padding: 10px 20px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
    background-color: #ffffff;
}

.dropdown-menu.show {
    inset: 9px auto auto -112px;
}

.top-header .dropdown .btn {
    border: none;
    padding: 0;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    transition: 0s;
    box-shadow: none;
}

.top-header .dropdown .btn.show {
    color: #ffffff;
}

.dropdown-item:hover {
    /* color: #212121; */
    color: rgb(17, 235, 17);
    background-color: transparent;
}

.dropdown-item,
.btn.show {
    color: #212121;
}

button.btn.dropdown-toggle:hover {
    color: #ffffff;
    transform: translateY(0);
}

ul.dropdown-menu li {
    margin-bottom: 8px;
}

.dropdown-item {
    padding: 0;
}

.management-img {
    height: 400px;
    width: auto;
    text-align: center;
}

.section#benefits {
    padding-bottom: 0;
}

.benefits-block h3 {
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.16);
    line-height: 64px;
    text-transform: uppercase;
}

.benefits-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tab-wrapper li.nav-item {
    margin-right: 26px;
}

.tab-wrapper li.nav-item:last-child {
    margin-right: 0;
}

.tab-btn {
    padding: 12px 20px;
    border: 2px solid #C74A68;
    color: #212121;
}

.tab-btn:hover {
    background: #ab4d64;
    color: #fff;
}

.tab-btn.active {
    color: #fff;
    border-color: transparent;
    background-color: #C74A68;
}

.tab-wrapper.nav-tabs {
    --bs-nav-tabs-border-width: 0;
}

.container-fluid {
    padding: 0 60px;
}

.details-block {
    margin-bottom: 40px;
    text-align: center;
}

.details-block p {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.details-block img {
    margin-bottom: 20px;
    height: 160px;
    width: auto;
}

.btn-blue {
    border: 1px solid #002D48;
    border-radius: 6px;
    color: #002D48 !important;
    background: #fff !important;
}

.btn-blue:hover {
    background: #002D48 !important;
    color: #fff !important;
}

.details-block h5 {
    /* text-transform: uppercase; */
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 20px;
}

.details-block h5>span {
    font-weight: 400;
}

.price-block {
    max-width: 420px;
    box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.16);
    border-radius: 30px;
    color: #ffffff;
    padding: 60px 30px 30px 30px;
    margin-top: 50px;
    width: 100%;
}

.bg-pink {
    background: #C74A68;
}

.bg-blue {
    background: #51B5E6;
}

.price p {
    color: #ffffff;
    font-size: 20px;
}

.or {
    color: #ffffff;
    text-transform: uppercase;
}

.price-block .or span.f-20::before {
    content: " ";
    position: absolute;
    width: 90px;
    height: 1px;
    top: 15px;
    left: -110px;
    background: #ffffff;
    display: inline-block;
}

.price-block .or span.f-20::after {
    content: " ";
    position: absolute;
    width: 90px;
    height: 1px;
    top: 15px;
    right: -110px;
    background: #ffffff;
    display: inline-block;
}

.price-wrap {
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    position: absolute;
    top: -30px;
}

.price-wrap h5 {
    padding: 10px 20px;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.16);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    color: #FFFFFF;
}

.price h4 {
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.16);
    font-size: 48px;
}

.logo-block .contact-info-block .info a {
    color: #C74A68;
    font-size: 20px;
}

.price-block.bg-blue.p-relative.d-flex.align-item-center.justify-content-center.flex-column:last-child {
    margin-bottom: 0;
}

.list-type {
    list-style-type: none;
}

.social-icon li {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.social-icon li:last-child {
    margin-right: 0;
}

.btn-circle {
    width: 42px;
    height: 42px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 4px 2px rgba(0, 0, 0, 0.16);
    background: #C74A68;
    color: #ffffff;
}

.btn-circle:hover {
    box-shadow: 6px 1px rgba(0, 0, 0, 0.16);
    transform: translateY(-3px);
    color: #ffffff;
}

.btn-circle:focus {
    color: #ffffff;
}

.menu-list li {
    margin-right: 36px;
}

.menu-list li:last-child {
    margin-right: 0;
}

.menu-list li a {
    color: #212121;
    font-size: 16px;
}

.social-icon li i {
    font-size: 22px;
}

.top-shape {
    padding-top: 60px;
}

.info {
    margin-right: 20px;
}

.cost-wrapper {
    display: flex;
    justify-content: center;
}

.cost-wrapper .price-block {
    margin-bottom: 0px;
    margin-right: 60px;
}

.logo-block .section-title img {
    margin-bottom: 30px;
}

.logo-block p {
    font-size: 24px;
}

.alprep-logo .contact-info-block {
    display: flex;
    margin-bottom: 40px;
}

.alprep-data {
    order: 1;
}

footer {
    /* padding: 80px 0; */
}

footer .container #logo {
    margin-bottom: 30px;
}

footer .container .contact-info-block a {
    color: #C74A68;
    font-size: 16px;
}

footer .container .contact-info-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.social-icon {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu {
    margin: 30px 0;
}

ul.menu-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-block span {
    font-size: 16px;
}

.contact-info-block span:first-child {
    margin-right: 20px;
}

.sub-title {
    font-weight: 400;
    margin-top: 30px;
}

.toggle-btn {
    width: 42px;
    height: 42px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7921E;
    border: none;
    border-radius: 16px;
}

.navbar-toggler:focus {
    color: #ffffff;
    background-color: #C74A68;
}

/*** Home:: end***/

/*** service:: start***/

.pg-header {
    padding: 80px 0;
    text-align: center;
}

.pg-header h1 {
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.16);
    text-transform: uppercase;
}

.service-wrapper {
    margin-left: 60px;
    display: flex;
    flex-direction: column;
}

.service-wrapper .section-title {
    margin: 0 0 30px 0;
    text-align: left;
    width: 100%;
}

.service-wrapper h3 {
    text-transform: uppercase;
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.16);
}

.service-title {
    margin-bottom: 20px;
}

.card {
    border-radius: 16px;
    border: none;
    background: #E5F5FF;
    color: #212121;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.16);
}

.card-header:first-child {
    border-radius: 16px;
}

.card-header {
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    background-color: transparent;
}

.card-header .accordion-btn {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #212121;
    position: relative;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.card-header .accordion-btn .indicator {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 16px;
    top: -4px;
    bottom: 0;
    margin: auto;
    text-align: right;
    color: #212121;
}

.card-header .accordion-btn .indicator.show {
    display: none;
}

.card-header .accordion-btn.collapsed .indicator.show {
    display: block;
}

.card-header .accordion-btn.collapsed .indicator.hide {
    display: none;
}

ul.service-list li a.active {
    color: #91AE28;
}

.card-body {
    flex: 1 1 auto;
    padding: 0 16px 14px 16px;
    border-radius: 16px;
}

ul.service-list li {
    margin-bottom: 16px;
}

ul.service-list li:last-child {
    margin-bottom: 0px;
}

ul.service-list li a {
    font-size: 16px;
    color: #212121;
}

ul.service-list li a:hover {
    color: #C74A68;
}

.service-wrapper .disc-img {
    text-align: center;
    width: auto;
    max-height: 280px;
    margin-bottom: 30px;
}

/*** service:: end***/

/*** why-alperp:: start***/
.check-list .m-icon {
    color: #51B5E6;
    font-size: 30px;
    margin-right: 16px;
}

.check-list li {
    display: flex;
    text-align: left;
    margin-bottom: 20px;
}

.save-img {
    max-height: 320px;
    width: auto;
    text-align: center;
}

/*** why-alperp:: end***/

/** contact-pg :: start**/
.form-control {
    background: #E5F5FF;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
    border: none;
    padding: 14px 16px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
    color: #888888;
    resize: none;
    border: 1px solid transparent;
}

.form-control:focus {
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(0, 0, 0, 0.16);
}

.contact-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
}

.contact-block img {
    margin-bottom: 30px;
}

.contact-block a {
    color: #212121
}

.help-desk-img {
    max-height: 412px;
    width: auto;
    text-align: center;
}

/** contact-pg :: end**/

/** shape-animation ::start**/
span.shape-1 {
    position: absolute;
    left: 2%;
    top: 10%;
    animation: rotateme 10s infinite linear;
}

@keyframes rotateme {

    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    33% {
        -webkit-transform: translate(40px, 20px);
        transform: translate(40px, 20px)
    }

    66% {
        -webkit-transform: translate(20px, 40px);
        transform: translate(20px, 40px)
    }
}

span.shape-2 {
    position: absolute;
    bottom: 22%;
    left: 42%;
    animation: fadeInUp 2s ease-in-out infinite alternate;
}

@keyframes fadeInUp {
    0% {
        transform: translateY(25px);
    }

    100% {
        transform: translateY(0);
    }
}

span.shape-3 {
    position: absolute;
    bottom: 21%;
    right: 5%;
    animation: rotateme 10s infinite linear;
}

/** shape-animation ::end**/
span.dot-shape-bottom {
    position: absolute;
    bottom: 20%;
    left: 1%;
    margin: auto;
}

span.dot-shape-top {
    position: absolute;
    top: 25%;
    right: 0;
    margin: auto;
}

.section.shape-bottom {
    padding-bottom: 140px;
}

.pg-header.shape-bottom {
    padding-bottom: 180px;
}

.pg-header.shape-both {
    padding: 140px 0;
}

.section.shape-both {
    padding: 140px 0;
}

.section.shape-bottom {
    padding-bottom: 140px;
}

.section.shape-both {
    padding: 140px 0;
}

.clo-shape-btm {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 120px;
    background-image: url(../images/clow-tp-img.svg);
    background-position: top center;
    background-repeat: repeat;
    background-size: cover;
    bottom: 0;

}

.clo-shape-tp {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 120px;
    background-image: url(../images/clo-shape-btm.svg);
    background-position: bottom center;
    background-repeat: repeat;
    background-size: cover;
    top: 0;
}

.service-wrapper li {
    font-size: 18px;
    margin-bottom: 10px;
}

/**.service-block {
    align-items: center;
    display: flex;
    justify-content: center;
}**/
.width_32 {
    width: 32% !important;
}

/* Products menu dropdown */
.products-menu {
    display: none;
    position: absolute;
    /* top: 55px;
    right: 20px; */
    top: 35px;
    right: 10px;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.products-menu.show {
    display: block;
}

.product-link {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 10px;
}

.product-link:hover {
    color: #007BFF;
}



@media (max-width: 768px) {
    header {
        flex-direction: column;
        align-items: flex-start;
    }

    nav ul {
        flex-direction: column;
        gap: 10px;
    }
    .ml-25_alprep {
    margin-left: 15% !important;
}
}

.link {
    color: black;
    text-decoration: none;
}

.link:hover {
    color: blue;

}

/* Hero Section */
.hero {
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-text {
    /* max-width: 100%; */
    /* padding: 5px 10px; */
    margin-top: -50px;
    /* margin-left: -20px; */
    /* line-height: 20.9; */
}

.it {
    margin-top: -8px;
}

.aligning {
    background-color: white;
    /* padding: 1px 2px; */
    padding: 20px 35px;
    /* margin: 1px 30px; */
    margin: 120px 0px;
    width: 765px;
    border-radius: 10px;
    box-shadow: #000 10px;
    /* line-height: 10.9; */
    /* border: 10px solid white; */
}

/* .aligning:first-of-type {
    margin-bottom: 2px;  /* Small gap for the first element */
/* } */
*/ .aligning+.aligning {
    margin-top: 0;
}

.fullscreen {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-text h2 {
    font-size: 3rem;

}

.hero-text h1 {
    font-size: 2rem;
}

.hero-text h1 .highlight {
    color: limegreen;
}

.hero-text p {
    margin: 20px 0;
    font-size: 1rem;
}

.hero-text .btn {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #0000ff;
    color: #fff;
    border-radius: 5px;
    margin: 20px 0;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 50px;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    padding-left: 150px;
    padding-right: 150px;
}

.flex-container>div {
    background-color: #f1f1f1;
    width: 100px;
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
}

.main-div {
    padding: 25px;
    background-color: rgb(80, 80, 244);
    text-align: center;
    height: auto;
}

.para {
    color: blue;
    font-size: 20px;
    font-weight: bold;
}

.head1 {
    font-size: 40px;
}

.head2 {
    color: rgb(21, 213, 21);
}

.parent-div {

    display: flex;
    justify-content: space-between;
    /* flex-wrap: nowrap; */
    margin: 30px 100px;

    overflow-x: scroll;
    /* width: 100%;
     */
}

.details-block .wonclick {
    height: 60px !important;
}

.details-block-alprep {
    margin-bottom: 20px;
    text-align: center;
}

.details-block-alprep .alprep {
    height: 40px !important;
}

.details-block-alprep img {
    margin-bottom: 0px!important;
    height: 160px;
    width: auto;
}

.details-block .mall-mart {
    height: 40px !important;
}

.details-block .clinistats {
    height: 60px !important;
}

.format {
    padding-top: 0%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.details-block1 {
    margin-bottom: 20px !important;
}

.details-block1_wonclick{
    margin-bottom: 0px;
}

.details-block1-clinistats {
    margin-bottom: 0px !important;
}

.ml-25 {
    margin-left: 39% !important;
}

.ml-25_alprep {
    margin-left: 35%;
}

.section_hr {
    border-color: #666666 !important;
}

.divi {
    background-color: rgb(32, 186, 32);
    height: 120px;
    display: flex;
    justify-content: space-between;
}

.middle4 {
    margin-top: 25px;
    color: white;
    padding-left: 70px;
}

.navbar-expand-md .navbar-collapse {
    background-color: white !important;
    padding: 15px !important;
    z-index: 999 !important;
}

.main_div_tach_block {
    margin-left: 20px;
}

.pt_250px {
    padding-top: 150px !important;
}

@media screen and (min-width: 767px) {
    .hero1.details-block1 {
        padding-left: -70px !important;
    }
}

.address_info li span {
    white-space: normal !important;
}

@media screen and (max-width: 767px) {
    .section-title .aligning {
        margin-left: -20px !important;
        width: 320px !important;
    }

    .navbar.navbar-expand-md {
        height: 90px !important;
    }

    .section-title {
        margin-bottom: 20px;
        padding: 10px !important;
    }

    .section-title.hero-text {
        margin-bottom: -130px !important;
    }

    .text-blue.ml-25 {
        margin-left: 0px !important;
    }

    .container-fluid.benefits-block {
        padding: 0 !important;
    }

    .section {
        padding: 10px 0 !important;
    }

    .section hr {
        margin: 0 !important;
    }

    .middle4 {
        padding-left: 25px !important;
        font-size: 25px !important;
    }

    .hero1.details-block1 .heading {
        padding: 10px !important;
    }

    .hero1.details-block1 .pl-0 {
        padding-left: 0px !important;
    }

    .hero-image img {
        padding: 5px !important;
    }

    .mobile_mb_15 {
        margin-bottom: 15px !important;
    }

    .our_vision_m-5 {
        margin: -10px !important;
    }

    .benefits-block h3 {
        line-height: 1.5 !important;
    }

    .USA_m35 {
        margin-top: -15px !important;
    }

    .tech_m_0 {
        margin: 4px !important;
    }

    .tech_m_0 img {
        height: 40px !important;
    }

    .main_div_tach_block {
        margin-left: 0 !important;
    }

    .pt_250px {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    footer {
        padding: 0px !important;
    }
}

/* @media screen and (min-width: 991px) {
    .section-title.hero-text {
        margin-bottom: -300px !important;

    }
} */

.hero-image.wonclick_img{
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    padding-left: 180px;
    padding-right: 30px;
}
.hero-image.home_delivery_image{
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    padding-left: 200px;
    padding-right: 30px;
}
.wonclick_section{
    border-bottom: 1px solid rgb(189, 188, 188);
}