body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;

}

* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
/*==========header Section==========*/

header {
    background-color: transparent;
    padding: 0px;
    transition: all 0.4s ease 0s;
    height: 90px;
    display: grid;
    align-items: center;
    /* box-shadow: 0 3px 9px rgb(0 0 0 / 5%); */
}

header.nav-fixed {
    padding: 0px;
    border-bottom: none;
    z-index: 9 !important;
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
    height: 70px;
}

header.nav-fixed .logo {
    height: 50px;
}

.navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 12px;
    transition: all 0.5s ease;
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 0;
    font-size: 14px;
    color: var(--heading-color);
    font-weight: 600;
    text-transform: uppercase;
}

.navbar form.search-box {
    display: flex;
    align-items: center;
}

.navbar .search-right {
    margin: 0 10px 0 10px;
}

.navbar form.search-box {
    display: flex;
    align-items: center;
}

.position-relative {
    position: relative !important;
}

.navbar form.search-box input {
    font-size: 15px;
    color: var(--heading-color);
    border: none;
    background: #ebebeb;
    border: 2px solid var(--bg-color);
    padding: 10px 35px 10px 14px;
    width: 100%;
    border-radius: 30px;
}

button.search-btn {
    position: absolute;
    color: var(--primary-color);
    right: 0;
    padding: 8px 12px 8px 2px;
}


.banner-section {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 80px);
}

.banner-section .banner-content {
    position: relative;
    display: grid;
    align-items: center;
    min-height: calc(100vh - 80px);
}

@media (max-width:480px){
    .banner-section .banner-content{
        margin-top:28%;
    }
}


.banner-section .banner-image {
    position: absolute;
    overflow: hidden;
    background-image: url(../images/banner.png);
    background-size: cover;
    background-position: center;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 80px);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    animation: banimation 5.5s alternate infinite ease-in;
}

@keyframes banimation {
    0%{
        transform: scale(1.01);
    }

    100% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1) ;
        -o-transform: scale(1.1);
    }
}



.banner-content .banner-right img {
    border-radius: 75% 25% 32% 68% / 53% 47% 53% 47%;
    -webkit-border-radius: 75% 25% 32% 68% / 53% 47% 53% 47%;
    -o-border-radius: 75% 25% 32% 68% / 53% 47% 53% 47%;
    -moz-border-radius: 75% 25% 32% 68% / 53% 47% 53% 47%;
    -ms-border-radius: 75% 25% 32% 68% / 53% 47% 53% 47%;
    box-shadow: 0 15px 38px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 15px 38px 0 rgb(0 0 0 / 20%);
    -ms-box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.2);
}

img {
    vertical-align: middle;
    border-style: none;
}

.banner-content h6 {
    color: #03b0bd;
    font-size: 18px;
    font-weight: bold;
}

.banner-content p {
    font-size: 14px;
}

.btn-style {
    padding: 14px 30px;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    border-radius: 30px;
    background-color: #00afbc;
    border: none;
    transition: all .25s ease-in-out;
}

/*==========container==========*/
.prevention {
    padding: 50px 0 100px 0;
}

.application-section,
.contact-section,
.advantages-section {
    background-color: #F3F3F3;
}

.heading h1 {
    font-family: 'Roboto';
    font-size: 36px;
    font-weight: 300;
    color: #404040;
    text-align: center;
    padding: 0px 0px 35px;
}

.item-heading h6 {
    margin: 0 0 0px 5px;
    font-weight: bold;
    font-size: 14px;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itembox:hover{
    border: 2px solid #fff;
    box-shadow: 0 0 18px 3px #ddd;
    background: linear-gradient(#bfdff4,#f0f9ff);

}
.itembox {
    display: flex;
    height: 100%;
    padding: 20px 20px 20px 20px;
    margin-bottom: 30px;
    background: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    -webkit-transition: box-shadow .3s ease-in-out;
    -moz-transition: box-shadow .3s ease-in-out;
    -ms-transition: box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
}
.description-content h6,.advantages-content h6,.aboutus-content h6{
    color: #03b0bd;
    font-size: 18px;
    font-weight: bold;
}

.description-content p,.advantages-content p{
    font-size: 14px;
}

.item {
    overflow: hidden;
}

.html5-video-player a{
    visibility: hidden;
}
.videobox {
    padding: 20px 20px 20px 20px;
    margin-bottom: 30px;
    background: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    -webkit-transition: box-shadow .3s ease-in-out;
    -moz-transition: box-shadow .3s ease-in-out;
    -ms-transition: box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding: 28%;
    height: 0;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.item i {
    font-size: 28px;
    font-weight: bold;
    color: #00afbc;
}

.item>.item-heading~p {
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 1.5;
    color: #A1A1A1;
    margin-top: 40px;
}

.pacifier ul {
    margin: 0px;
    padding: 0px;
}

.pacifier ul li {
    width: 24%;
    height: auto;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    list-style: none;
    margin-top: 15px;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    color: #848484;
    padding: 20px 20px 20px 20px;
    background: #FFFFFF;
    border-radius: 2px;
    box-shadow: 1px 1px 7px rgb(0 0 0 / 15%);
    -webkit-transition: box-shadow .3s ease-in-out;
    -moz-transition: box-shadow .3s ease-in-out;
    -ms-transition: box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
}

.svoistva {
    padding: 20px 20px 20px 20px;
    background: #FFFFFF;
    border-radius: 2px;
    box-shadow: 1px 1px 7px rgb(0 0 0 / 15%);
    -webkit-transition: box-shadow .3s ease-in-out;
    -moz-transition: box-shadow .3s ease-in-out;
    -ms-transition: box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .pacifier ul li {
        width: 31%;
    }
}

@media (max-width: 480px) {
    .pacifier ul li {
        width: 46%;
    }
}

.advantages-section .pdf ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-size: 14px;
    color: #858585;
}

.advantages-section .pdf ul li span {
    font-size: 18px;
    padding: 0px 8px 0px 0px;
    color: #AA0000;
}

.aboutus-section p {
    font-size: 14px;
    text-align: justify;
}

.cont-left.text-center span.fa {
    color: #ef811e;
    font-size: 20px;
}

h3.title-style {
    font-size: 36px;
    line-height: 56px;
    font-weight: 300;
}

h3.title-style span {
    color: #00afbc;
    font-weight: 300;
    font-size: 36px;
}
.rounded h3{
    font-size: 36px;
    font-weight: 300;
}
.cont-right p{
    font-size: 14px;
}
.cont-right p a {
    text-decoration: none;
    color: #000;
}

.form-floating>label{
    font-size: 14px;
}
.contact-block .form-floating textarea{
    height: 10vh;
}
.contact-block input,.form-floating textarea {
    width: 100%;
    color: #060606;
    background: #f9f9f9;
    color: #898989;
    padding: 14px;
    border: 1px solid #eee;
    outline: none;
    margin-bottom: 16px;
    border-radius: 4px;
}
.contact-block label{
    color: #898989;

}
.error-message{
    margin: -14px 0 5px 0px;
    display: block;
    visibility: hidden;
    text-align: right;
    color: #ff0000;
    font-size: 13px;
    text-transform: capitalize;
}

.footer-section {
    background: #dfdfdf;
}

.socialicon a {
    padding: 5px;
    font-size: 20px;
    text-decoration: none;
    color: #000;
}

#movetop {
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 9;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #ef811e;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 0;
}
.svoistva i{
    font-size: 40px;
    color: #00afbc;
    margin: 0 10px 0 0px;
}