@import url('https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Pre:wght@400..700&family=Faculty+Glyphic&family=Geist+Mono:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Parkinsans:wght@300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


* {

    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {

    margin: 0px;
    padding: 0px;
    font-family: "Roboto", serif;
}


.mt-30 {


    margin-top: 30px !important;
}

.mt-60 {

    margin-top: 60px !important;
}

.mt-90 {

    margin-top: 90px;
}

.mt-120 {

    margin-top: 120px;
}


.mt--60 {

    margin-top: -128px;
}



/*-------headertop----------------*/


.headertop {

    margin: 0px;
    padding: 0px;
    background-color: transparent;
}


.headertopleft {

    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}


.headernavigation {

    margin: 0px;
    padding: 0px;

}

.headernavigation ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    margin-top: 40px;
}

.headernavigation ul li {

    margin: 0px;
    padding: 0px;
    list-style: none;
}

.headernavigation ul li a {

    margin: 0px;
    padding: 15px 35px;
    text-decoration: none;
    cursor: pointer;
    font-size: 19px;
    color: rgb(44, 44, 44);
}

.headertopright {

    margin: 0px;
    padding: 15px;
    background-color: white;
    box-shadow: 6px 6px 6px rgb(131, 131, 131, 0.7);
}

.headertoprighticon {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 20px;
}

.headertoprighticon1 {

    margin: 0px;
    padding: 0px;
}

.headertoprighticon1 i {

    color: rgb(36, 36, 36);
    font-size: 24px;
    line-height: 60px;
}


.headertoprighticon1text {

    margin: 0px;
    padding: 0px;
}

.headertoprighticon1text p {

    color: rgb(36, 36, 36);
    font-size: 15px;
}

.headertoprighticon1text h5 a {

    color: rgb(36, 36, 36);
    font-size: 22px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;

}

/*-------------banner-----------*/

.headerbannermain {

    margin: 0px;
    padding: 0px;
    width: 100%;
    z-index: 1;
    position: relative;
}

.headerbanner {

    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
    background-image: url(../img/main-slider-bg.jpg);
    height: 700px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: -110px;
    z-index: -1;
    cursor: pointer;
}

 

.headerbannertext {

    position: relative;
    top: 200px;
    margin: 0px;
    padding: 0px;
}

.headerbannertextmain {

    margin: 0px;
    padding: 0px;

}


.headerbannertextmain h5 {

    color: rgb(112, 112, 112);
    font-size: 24px;
}

.headerbannertextmain h1 {

    color: rgb(15, 15, 15);
    font-size: clamp(18px, 5vw, 48px);
    font-weight: bold;

}

.headerbannertextmain h1 span {

    text-align: center;
}

.headerbannertextmain h6 {

    font-size: 27px;
}

.headerbannertextmain p {

    color: rgb(15, 15, 15);
    font-size: 20px;
}


/*--------service-------------*/


.servicebox {

    margin: 0px;
    padding: 0px 0px;
    background-color: #061F31;
}

.servicebox20years {

    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #22455e;
}

.servicebox20yearsbox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.servicebox20yearsboxleft {

    margin: 0px;
    padding: 20px;
    background-color: rgb(20, 74, 91);
}

.servicebox20yearsboxleftyear {

    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

.servicebox20yearsboxleftyear h5 {

    color: white;
    font-size: 48px;
    margin: 0px;
    padding: 0px;
}

.servicebox20yearsboxleftyear p {

    color: white;
    margin: 0px;
    padding: 0px;
}

.servicebox20yearsboxlefttext {
    margin: 0px;
    padding: 0px;
}

.servicebox20yearsboxlefttext p {

    color: white;
    font-size: 15px;
}

.servicebox20yearsboxleftimg {

    width: 100%;
    margin: 0px;
    padding: 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 165px;
    background-image: url(../img/experience20years.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.vediorightbox2 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #00a7eb;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    animation: circle 2s linear infinite;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes circle {
    0% {
        box-shadow: 0 0 0 0px rgba(7, 205, 236, 0.753);
    }

    40% {
        box-shadow: 0 0 0 30px rgba(7, 205, 236, 0);
    }

    80% {
        box-shadow: 0 0 0 30px rgba(7, 205, 236, 0);
    }

    100% {
        box-shadow: 0 0 0 0px rgba(7, 205, 236, 0);
    }
}

.vediorightbox2 i {
    color: white;
    font-size: 24px;

}

.servicebox20yearright {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    margin-top: 55px;
}

.servicebox20yearright1 {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 25px;
}

.servicebox20yearright1 i {

    color: #F1D551;
    font-size: 48px;
}

.servicebox20yearright1 p {

    color: white;
   
    font-size: clamp(15px,5vw,23px);
}


/*-----------------ourservice-------------*/

.ourservicebox {

    margin: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.ourserviceboxleft {

    margin: 0px;
    padding: 0px;
}

.ourserviceboxleft h5 {

    color: #00a7eb;
    font-size: 16px;
}

.ourserviceboxleft h2 {

    color: white;
    font-size: clamp(20px ,5vw,32px);
}

.ourserviceboxright {

    margin: 0px;
    padding: 0px;
}

.ourserviceboxright1 {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 25px;
}

.ourserviceboxright1 i {

    font-size: 56px;
    color: #00a7eb;
}

.ourserviceboxright1 p {

    color: #00a7eb;
    font-size: clamp(15px,5vw,23px);
}



/*----------servicedetails---------------*/


.servicedetails {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}


.servicedetailsbox {

    margin: 0px;
    padding: 20px;
    border: solid 1px #22455e;
}

.servicedetailsimg {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.servicedetailsbox:hover .servicedetailsimg {

    transform: rotate(360deg);
}

.servicedetailstext {

    margin: 15px 0px;
    padding: 0px;
    text-align: center;
}

.servicedetailstext h4 {

    color: white;
    font-size: 20px;
}

.servicedetailstext p {

    color: #00a7eb;
    font-size: 15px;

}

.servicedetailstext h6 a {

    text-decoration: none;
    color: #F1D551;
    font-size: 14px;
}


/*---------WeDoAll---------*/

.wedoall {

    margin: 45px 0px;
    padding: 0px;
    text-align: center;
}

.wedoall h6 {

    color: white;
}

.wedoall h6 span a {

    cursor: pointer;
    color: #F1D551;
    text-decoration: none;
}


/*----------------aboutus--------------------*/

.aboutusleft {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;

}

.aboutusleftmain {

    width: 100%;
    max-width: 350px;
    position: relative;
}

.aboutusleftmain img {


    height: 500px;
    object-fit: cover;
    width: 100%;
    max-width: 350px;
}

.aboutusleftmain1 {

    position: absolute;
    bottom: -30px;
    right: -50px;
    background-color: #00a7eb;
    border-radius: 10px;
    margin: 0px;
    padding: 20px;
    text-align: center;
}

.aboutusleftmain1 h2 {

    color: white;
    font-size: clamp(24px, 5vw, 42px);
}

.aboutusleftmain1 h6 {

    color: white;
    font-size: 24px;
}

.aboutusright {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.aboutusright h5 {

    color: #00a7eb;
    font-size: 20px;
}

.aboutusright h2 {

    color: #061F31;
    font-size: clamp(24px, 5vw, 32px);
}

.aboutusright h4 {

    color: #061F31;
    font-size: 18px;
}

.aboutusright p {

    color: #061F31;
    font-size: 15px;
}

.aboutusrightHighly {

    margin: 0px;
    padding: 15px 0px;
}

.aboutusrightHighly1 {

    margin: 0px;
    padding: 0px;
}

.aboutusrightHighlyicon {

    margin: 0px 0px;
    padding: 0px;
    display: flex;
    gap: 10px;
}

.aboutusrightHighlyicon i {

    color: #eb2300;
}

.aboutusrightHighlyicon p {

    color: #061F31;
    font-size: 15px
}


/*--------------whychooseus--------------*/




.whychoosebodycolor {

    background-color: #9bdffc;
    margin: 0px;
    padding: 0px;

}

.whychooseusleft {

    margin: 0px;
    padding: 20px 60px;
    width: 100%;
    display: block;
    background-color: #013E7E;
    padding-top: 50px;
}

.whychooseusleft h5 {

    color: #F1D551;
    font-size: 20px;
}

.whychooseusleft h2 {

    color: white;
    font-size: clamp(24px, 5vw, 32px)
}

.whychooseusleft p {

    color: rgb(216, 216, 216);
    font-size: 15px;
}

.whychooseusleftweperform {

    margin: 0px 0px;
    padding: 0px;
}

.whychooseusleftweperformicon {

    margin: 0px;
    padding: 0px;
}

.whychooseusleftweperformicon1 {

    margin: 0px 0px;
    padding: 0px;
    display: flex;
    gap: 14px;
    margin-bottom: 40px;
    margin-top: 10px;
}

.whychooseusleftweperformiconmain {

    margin: 0px;
    padding: 0px;
}

.whychooseusleftwepertextdown {

    margin: 0px;
    padding: 0px;

}

.whychooseusleftwepertextdown>p {

    color: rgb(233, 233, 233);
    font-size: 17px;
}


.whychooseright {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    clip-path: polygon(6% 0, 100% 0%, 100% 100%, 0% 100%);
}

.whychooseright img {

    width: 100%;
    display: block;
    height: 543px;
    object-fit: cover;

}

/*----------OURPROCESS--------------*/


.ourprocesstextheader {

    margin: 0px;
    padding: 0px;
}

.ourprocesstextheader h4 {

    color: #00a7eb;
    font-size: 20px;
}

.ourprocesstextheader h2 {

    color: #013E7E;
    font-size: clamp(24px, 5vw, 32px);
}

.ourprocessbox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    border-radius: 15px;
    border: solid 1px #dadada;

}

.ourprocessboxicon {

    margin: 0px;
    padding: 0px 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ourprocessboxiconmain {

    margin: 0px;
    padding: 20px 0px;

}

.ourprocessboxiconmain img {

    width: 40px;
}

.ourprocessboxicondate {

    margin: 0px;
    padding: 0px 15px;
    background-color: #F1D551;
    border-radius: 0px 0px 60px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.ourprocessboxtext {

    margin: 14px 0px;
    padding: 0px 20px;
}

.ourprocessboxtext h5 {
    color: #061F31;
    font-size: 20px;
}

.ourprocessboxtext h6 {

    color: #a7a7a7;
    font-size: 18px;
}

.ourprocessboxtext p {

    color: #061F31;
    font-size: 15px;
}


/*-------------FreeDiagnostics----------*/


.FreeDiagnosticsbox {

    margin: 0px;
    padding: 30px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-image: url(../img/contact-bar-bg.jpg);
}


.FreeDiagnosticsboxleft {

    margin: 0px;
    padding: 0px 40px;
}

.FreeDiagnosticsboxleft1 {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 20px;
}

.FreeDiagnosticsboxleftimg {

    margin: 0px;
    padding: 0px;
}

.FreeDiagnosticsboxlefttext {

    margin: 0px;
    padding: 0px;
}

.FreeDiagnosticsboxlefttext h2 {

    color: white;
    font-size: clamp(24px, 5vw, 32px);
}

.FreeDiagnosticsboxlefttext p {

    color: white;
    font-size: 15px;
}

.FreeDiagnosticsboxright {

    margin: 0px;
    padding: 0px;
}

.FreeDiagnosticsboxright1 {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 20px;
}

.FreeDiagnosticsboxright1icon {

    margin: 0px;
    padding: 0px;
}

.FreeDiagnosticsboxright1icon i {

    color: #F1D551;
    font-size: 52px;
}

.FreeDiagnosticsboxrighttext {

    margin: 0px;
    padding: 0px;
}

.FreeDiagnosticsboxrighttext h2 a {

    color: white;
    text-decoration: none;
    font-size: clamp(24px, 5vw, 32px);
}

.FreeDiagnosticsboxrighttext p {

    color: white;
    font-size: clamp(16px, 5vw, 20px);
}

/*---------testimonial----------*/


.testimonialbg {

    margin: 0px;
    padding: 50px 0px;
    width: 100%;
    display: block;
    background-image: url(../img/testimonial-one-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 70px;
}

.testimonialbgmain {

    margin: 0px 15px;
    padding: 20px;
    background-color: white;
    border-radius: 15px;
    position: relative;
}

.testimonialbgmain::before {

    position: absolute;
    content: "";
    bottom: -60px;
    left: 50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 60px solid #ffffff;
    border-bottom: 0;
}

.testimonialbgmainbox {

    margin: 0px;
    padding: 0px;
}

.testimonialbgmainbox i {

    color: #00a7eb;
    font-size: 36px;
}

.testimonialbgmainbox p {

    color: #061F31;
    font-size: 15px;
}

.testimonialbgmainbox h6 {

    color: #00a7eb;
    font-size: 16px;
}

/*------------------feq------------------*/


.feqbody {

    margin: 0px;
    padding: 60px 0px;
    background-image: url(../img/faq-one-bg.jpg);
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}


.feqbodyleft {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.feqbodyleft h5 {

    color: #F1D551;
    font-size: 20px;
}

.feqbodyleft h2 {

    color: white;
    font-size: clamp(24px, 5vw, 32px)
}

.feqbodyleftmain {

    margin: 15px 0px;
    padding: 0px;
}

.feqright {

    margin: 0px;
    padding: 20px;
    width: 100%;
    display: block;
    background-color: #ebebeb;
}

.feqright h4 {

    color: #00a7eb;
    font-size: 26px;
}

.feqright p {

    color: #061F31;
    font-size: 15px;
}

.feqrightform {

    margin: 25px 0px;
    padding: 0px;
}

.feqrightform input {

    width: 100%;
    display: block;
    margin: 3px 0px;
    padding: 10px;
    font-size: 15px;
    color: #061F31;
    border-radius: 8px;
    border: solid 1px #e6e6e6;
}

.feqrightform textarea {

    width: 100%;
    display: block;
    margin: 3px 0px;
    padding: 10px;
    font-size: 15px;
    color: #061F31;
    border-radius: 8px;
    border: solid 1px #e6e6e6;
    height: 100px;
    resize: none;
}

.feqrightform button {

    background-color: #00a7eb;
    color: white;
    width: 100%;
    display: block;
    margin-top: 20px;
}

/*-----------blog------------------*/

.blogheadertext {

    margin: 0px;
    padding: 0px;
}

.blogheadertext h4 {

    color: #00a7eb;
    font-size: 20px;
}

.blogheadertext h2 {

    color: #061F31;
    font-size: clamp(22px, 5vw, 32px);
}

.blogbox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    border: solid 1px #4d4d4d;
    border-radius: 8px;
}

.blogboximg {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.blogboximg img {

    align-items: center;
    padding: 10px;
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-radius: 8px;
}

.blogboxtext {

    margin: 0px;
    padding: 20px;
}

.blogboxtextadmin {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

.blogboxtextadminicon {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.blogboxtextadminicon i {

    color: #00a7eb;
    font-size: 16px;
    line-height: 20px;
}

.blogboxtextadminicon p {

    color: #00a7eb;
    font-size: 15px;
}

.blogboxtext h2 {

    color: #061F31;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blogboxtext p {

    color: #061F31;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blogboxtext h6 a {

    color: #00a7eb;
    text-decoration: none;
    font-size: 15px;
}


/*-----------footer--------------*/

.footerbg {

    margin: 0px;
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: black;
}


.footerleft {

    margin: 0px;
    padding: 0px;
}

.footerleft p {

    color: #dadada;
    font-size: 15px;
    margin-top: 15px;
}

.footermiddle {

    margin: 0px;
    padding: 0px;
}

.footermiddle h2 {

    font-size: clamp(20px, 5vw, 28px);
    color: #F1D551;
}

.footernav {

    margin: 0px;
    padding: 0px;
}

.footernav ul {

    margin: 0px;
    padding: 0px;
    display: block;
}

.footernav ul li {

    margin: 0px;
    padding: 4px 0px;
    list-style: none;
}

.footernav ul li a {

    font-size: 15px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    color: #dadada;
}

.footerright {

    margin: 0px;
    padding: 0px;
}

.footerright h2 {

    font-size: clamp(20px, 5vw, 28px);
    color: #F1D551;
}

.footerrighticon {

    margin: 0px;
    padding: 0px;
    margin-top: 15px;
}

.footerrighticonmain {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.footerrighticonmain i {

    color: #F1D551;
    font-size: 15px;
    line-height: 20px;
}

.footerrighticonmain p,
.footerrighticonmain p a {

    color: #dadada;
    font-size: 15px;
    word-wrap: break-word;
    text-decoration: none;
}

.footercopyright {

    margin: 0px;
    padding: 0px;
    background-color: #061F31;
    width: 100%;
    display: block;
}

.footercopyrightmain {

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.footercopyrightmain p,
.footercopyrightmain p a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    margin-top: 14px;
}

.sticky {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    background-color: white;
    z-index: 9999;
    border-bottom: solid 1px #00a7eb;
}

.sticky .headertopright {

    margin: 0px;
    padding: 15px;
    background-color: white;
    box-shadow: none;
}

.resnav {

    margin: 0px;
    padding: 0px;
    display: none;
    float: right;
    margin-top: -45px;
}


@media (max-width:991px) {

    .dis-none {

        display: none;
    }

    .resnav {

        display: block;
    }

    .headernavigation {

        margin: 0px;
        padding: 0px;
        position: fixed;
        top: 0;
        left: -100%;
        width: 250px;
        height: 100%;
        z-index: 9999;
        background-color: white;
        transition: all 0.5s ease-in-out;
    }

    .headernavigation ul {

        margin: 0px;
        padding: 10px 0px;
        display: block;
    }

    .headernavigation ul li {

        margin: 0px;
        padding: 5px 15px;
        display: block;
        list-style: none;
    }

    .headernavigation ul li a {

        margin: 0px;
        padding: 0px;
        font-size: 15px;
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

    .headernavigation.main {

        left: 0;
    }

    .headerbanner {

        height: 385px;
    }

    .headerbannertext {

        top: 140px;
    }

    .headerbannertextmain h5 {

        font-size: 16px;
    }

    .headerbannertextmain h6 {

        font-size: 16px;
    }

    .headerbannertextmain p {

        font-size: 16px;
    }

    .aboutusleftmain1 {

        bottom: -5px;
        right: -9px;
    }

    .whychooseright img {

        height: 242px;
    }
}


.btn{
    margin-right:10px;
  }
  
  .btn-small, .btn-small:active, .btn-small.active{
    font-size: 14px;
    color:#333;
    background: #f7f7f7;
    border: solid #333333 0.5px; 
    min-width: 255px;
    padding: 4px;
  }
  
  .btn-small:hover{
    color:#ffffff;
    background: #797979;
    border: none;
  }
   
   
  .btn-sing{
    font-size: 18px;
    color:#ffffff;
    background: #717171;
    min-width: 355px;
    height: 55px;
    padding: 4px;
  }

  .btn-sing:hover{
    color:#333;
    background: #f7f7f7;
    border: solid #3a3a3a 1px;
  }
  
  
  
  /*  medium-sized devices */ 
  @media all and (min-width: 501px) and (max-width: 800px)
  {
  .container{
    text-align:center;
  }  
  .btn{
    margin-right:4px;
    display: inline-block;
  }
  .btn-small, .btn-small:active, .btn-small.active{
    font-size: 14px;
    min-width: 50px;
    padding: 6px;
  }   
      }
  
  
  /*  small devices */ 
  @media all and (min-width: 401px) and (max-width: 500px)
  {
  .container{
    text-align:center;
  }  
  .btn{
    margin-right:2px;
    display: inline-block;
  }
  .btn-small, .btn-small:active, .btn-small.active{
    font-size: 12px;
    min-width: 50px;
    padding: 6px;
  }   
      }
  
  
  
  /*  extra small devices */ 
  @media all and (min-width: 297px) and (max-width: 400px) {
  .container{
    text-align:center;
  }  
  .btn{
    margin-right:1px;
    display: inline-block;
  }
  .btn-small, .btn-small:active, .btn-small.active{
    font-size: 10px;
    min-width: 45px;
    padding: 6px;
  }   
      }
  
  
  /*  extra super small devices */ 
  @media all and (max-width: 296px)
  {
  .container{
    text-align:center;
  }  
  .btn{
    margin-right:0.5px;
    display: inline-block;
  }
  .btn-small, .btn-small:active, .btn-small.active{
    font-size: 8px;
    min-width: 40px;
    padding: 6px;
  }  
     
      }
  

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(#146740d1, rgba(0, 12, 33, 0.8)), url(../img/banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
      




/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.8)), url(../img/banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
      
	  
	
.container1 {
    margin: 10px auto;
    text-align: center;
    width: 70%; 
} 	

@media (max-width:678px ){
	.container1 {
    margin: 80px auto;
    text-align: center;
    width: 100%; 
} 
}
	.container1 .master,
.container1 .thumbnails {
    margin: auto;
    width: 100%; 
    padding: 5px;
}

.container1 .master {
    padding-bottom: 0;
    position: relative;
}

.container1 .master img {
    z-index: 1;
    width: 100%; 
}

.container1 .master .fa-chevron-left,
.container1 .master .fa-chevron-right {
    position: absolute;
    left: 5px;
    top: 200px;
    background-color: rgb(0,0,0, .7);
    color: #fff;
    padding: 10px 15px;
    z-index: 2;
    cursor: pointer;
}

.container1 .master .fa-chevron-right {
    right: 5px;
    left: auto;
}

.container1 .thumbnails {
    overflow: hidden;
}

.container1 .thumbnails img {
    float: left;
    width: 19.2%;
    outline: 2px solid #bbb;
    opacity: .6;
    cursor: pointer;
    transition: all .6s ease-in-out;
}

.container1 .thumbnails img:last-child {
    margin-right: 0!important;
}

.container1 .thumbnails img.active {
    outline: 2px solid #e63946;
    opacity: 1;
}
/* Product SLider code */


.container1 .master img {
    width: 100%; /* Adjust width */
    height: auto; /* Maintain aspect ratio */
    max-width: 500px; /* Optional: Set max width */
    object-fit: cover; /* Crop & maintain aspect ratio */
}

.thumbnails img {
    width: 80px; /* Thumbnail width */
    height: 80px; /* Thumbnail height */
    object-fit: cover; /* Prevent stretching */
    cursor: pointer;
}

.atr{
    font-weight: 900 !important;
    font-size: 15px !important;
    padding-bottom: 4px !important;
    text-align: center;
}

/*Whatsapp*/

.whatsapp i {
    position: relative;
    z-index: 20;
    top: 11px;
    font-size: 30px;
  }
  .whatsapp {
    position: fixed;
    cursor: pointer;
    display: block;
    width: 52px !important;
    height: 52px;
    bottom: 75px;
    right: 36px;
    background-color: rgba(0, 200, 0, 1);
    color: white;
    border-radius: 50px;
    text-align: center;
    transition-duration: 0.5s;
    animation: pulse-btn 3s infinite;
    z-index: 9000;
  }
  
  .whatsapp:hover {
    background-color: rgba(0, 150, 0, 1);
    color: white;
  }
  
  .my-float {
    margin-top: 15px;
  }
  
  @-webkit-keyframes pulse-btn {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
    }
    70% {
      -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
    }
  }
  
  .whatsapp a {
    color: #fff;
  }

  .padding-service {
    padding: 0.825rem !important;
}