* {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
}

body {
    font-family: "Roboto", Sans-serif;
    background-color: #EDEDED;
}

.MainContainer {
    max-width: 1200px;
    margin: auto;
    padding: 0px 15px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: darkgrey!important;
}
.pos_hit{
    position: absolute;
    right: -29px;
    top: -22px;
    z-index: 99;
    width: 130px;
    height: 64px;
}
.img_01{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

header {
    background-color: white;
    position: fixed;
    top: 0px;
    width: 100%;
    padding: 15px 0px;
    z-index: 999;
}

.logo img {
    width: 150px;
}

.list li {
    list-style: none;
    padding-top: 10px;
}

.list li a {
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: #000000;
    fill: #000000;
}

.list .active {
    border-bottom: 3px solid;
    color: #3B92AD;
}

.list .active a {
    color: #3B92AD;
}

.phoneNumber h5 {
    font-size: 20px;
    font-weight: 500;
    fill: #3B92AD;
    color: #3B92AD;
}

.MenuMobail {
    display: none !important;
}

section {
    margin-top: 120px;
}

.sectionDiv h5 {
    color: #464E51;
    font-size: 26px;
    font-weight: 600;
}

.sectionDiv p {
    color: #CF000B;
    font-size: 18px;
    font-weight: 600;
}

.sectionDiv .Divborder {
    width: 200px;
    border-top: 3px solid red;
    margin: auto;
}

.ProductWrapperCard {
    width: 100%;
    background-color: white;
    padding: 20px;
    border-radius: 6px;
    border-bottom: 3px solid red;
    position: relative;
}

.ProductWrapperCardImg {
    width: 280px;
    height: 206px;
    margin: auto;
}

.ProductWrapperCardImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ProductWrapperCardInfoTitle {
    color: #3B92AD;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.ProductWrapperCardBorder {
    border-top: 1px dashed #BCBCBC;
}

.ProductWrapperCardInfoTitle2 {
    color: #000000;
    font-size: 15px;
}

.ProductWrapperCardInfoTitle3 {
    color: #7a7a7a;
    font-size: 15px;
}

.ProductWrapperCardSize select {
    padding: 12px;
    outline: none;
}

.ProductWrapperCardSize {
    background-color: #ededed;
    padding: 10px;
}

.discount {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-decoration: line-through;
}

.modal.show .modal-dialog {
    margin-top: 50px;
}

.ourAdvantages {
    background-color: white;
    padding: 30px 0px;
    margin-top: 30px;
}

.mainTitle {
    color: #464E51;
    font-family: "Roboto", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}

.ourAdvantagesCard {
    text-align: center;
}

.ourAdvantagesCard img {
    width: 55px;
    height: 55px;
    position: relative;
    display: block;
    margin: auto;
    object-fit: cover;
}

.ourAdvantagesCardInfoH3 {
    font-size: 18px;
    font-weight: 600;
    color: #393939;
    margin-top: 13px;
}

.ourAdvantagesCardInfoP {
    font-size: 13px;
    font-weight: 400;
    color: #7a7a7a;
}

.ourAbout {
    padding: 50px 0px;
}

.ourAboutImg {
    width: 270px;
    margin: auto;
}

.ourAboutInfoH6 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.ourAboutInfoP {
    color: #7e7e7e;
    font-size: 16px;
}

.Border {
    border-bottom: 2px solid red;
    display: inline-block;
    text-align: center;
}

.Contact {
    background-color: white;
    padding: 30px 0px;
}

.ContactInfoP {
    color: #999999;
    font-size: 17px;
    font-weight: normal;
}

.ContactInfo6 {
    font-size: 19px;
    font-weight: normal;
}

.PhoneWhatsap {
    position: fixed;
    bottom: 10px;
    width: 100%;
}


.div_center23 {
    display: table;
    margin: 0 auto;
    text-align: center;
}
.Icons {
    border-radius: 50%;
    background-color: #3B92AD;
    width: 50px;
    height: 50px;
}

.Icons:nth-child(2) {
    background-color: #6DC600;
}

.Icons a {
    color: white;
}

.Icons svg {
    margin-top: 12px;
}

@media only screen and (max-width: 850px) {
    .list {
        display: none !important;
    }
    .offcanvas {
        height: 300px !important;
    }
    .img_01{
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .offcanvas-body   .list {
        display: block !important;
    }
    .phoneNumber h5 {
        font-size: 15px;
        margin-top: 9px;
    }
    .pos_hit {
        width: 108px;
        height: 56px;
    }

    .phoneNumber svg {
        width: 18px;
        height: 18px;
    }

    .logo img {
        width: 100px;
    }

    .MenuMobail {
        display: block !important;
    }

    .MenuMobailBtn {
        border: none;
        outline: none;
        background-color: transparent;
    }

    section {
        margin-top: 90px;
    }

}

@media only screen and (max-width: 500px) {
    .sectionDiv h5 {
        font-size: 18px;
    }

    .sectionDiv p {
        font-size: 12px;
    }

    .sectionDiv .Divborder {
        width: 150px;
    }
}