@media (max-width: 1300px) {
    html{
        font-size: 12px;
    }
}
@media (min-width: 1301px) {
    html{
        font-size: 14px;
    }
}
a{
    text-decoration: none;
    color: #000;
}
body{
    font-family: "Montserrat", serif;
    overflow-x: hidden;
}
.grayBackground{
    background-color: #F8F9FA;
}
.title{
    font-size: 3rem;
    font-weight: 500;
}
.title.secondType{
    font-size: 2.5rem;
    font-weight: 500;
}
.title.center{
    text-align: center;
}
.title.withSpace{
    margin-bottom: 2rem;
}
.title.spanRed > span{
    color: #E31E39;
}
.top-space{
    margin-top: 3rem;
}
.subTitle{
    font-size: 1.2rem;
    font-weight: 500;
}
.textCspRed{
    color: #E31E39;
}
.cspBtn{
    width: fit-content;
    background: none;
    border: 2px solid #E31E39;
    color: #E31E39;
    font-weight: 500;
    padding: 7px 24px;
    outline: none;
    border-radius: 6px;
    transition: all .5s;
    white-space: nowrap;
}
.cspBtn:hover{
    background: #E31E39;
    color: white;
}
.cspBtnFill{
    width: fit-content;
    border: 2px solid #E31E39;
    background: #E31E39;
    color: white;
    font-weight: 500;
    padding: 7px 24px;
    outline: none;
    border-radius: 6px;
    transition: all .5s;
    white-space: nowrap;
}
.cspBtnFill:hover{
    background: none;
    color: #E31E39;
}

.cspWhiteBtnFill{
    width: fit-content;
    border: 2px solid #ffffff;
    background: #ffffff;
    color: rgb(0, 0, 0);
    font-weight: 500;
    padding: 7px 24px;
    outline: none;
    border-radius: 6px;
    transition: all .5s;
    white-space: nowrap;
}
.cspWhiteBtnFill:hover{
    background: none;
    color: #ffffff;
}

.underlineStyleText .underLineA{
    position: relative;
}
.underlineStyleText .underLineA::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.underlineStyleText .underLineA:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.centerByFlex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pageTitleLink{
    color: #E31E39;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    width: fit-content;
}
.normalText{
    font-size: 1.1rem;
}
.bannerBgImgSet{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 40vh;
    position: relative;
}
.bannerBgImgSet::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.64);
    z-index: 1;
}
.productBannerTitle{
    z-index: 2;
    color: white;
    text-align: center;
    max-width: 70%;
}
.productBannerTitle h1{
    font-size: 3rem;
    font-weight: 600;
}

.breadCrumbs a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
.normalP{
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 143%;
}
.normalP.withSpace{
    margin-bottom: 2rem;
}




.productBannerTitle p a:last-child {
    pointer-events: none;
    color: rgb(175, 175, 175);
}
.borderBw{
    border-right: solid .7px #737373;

}
.breadCrumbs a:not(:last-child)::after {
    content: " /";
    color: #fff;
}
.productTableMainDiv{
    font-family: "Poppins", sans-serif;
    margin-bottom: 3rem;
}
.productTableMainDiv h5{
    font-weight: 400;
    margin-bottom: 1rem;
}
.productTableContainer{
    border: 0.5px solid #000;
    border-radius: 4px;
    width: fit-content;
    padding: 12px 21px;
    margin-bottom: 1.5rem;
    max-width: 100%;
    overflow-x: auto;
}
.productInfoTable tbody tr:first-child {
    border-bottom: 1px solid black;
}
.productInfoTable tbody tr td {
    padding: 0 10px;
    text-align: center;
}
.productInfoTable tbody tr td:first-child {
    font-weight: 400;
}
.productInfoTable tbody tr td:not(:first-child) {
    font-weight: 300;
}
.abvSizeProduct{
    color: #7D7D7D;
    margin-bottom: 1rem;
    font-family: "Poppins", sans-serif;
    line-height: 25px;
    font-weight: 500;
    font-size: 1.15rem;
}
.productApplicationBox{
    position: relative;
    padding-left: 25.191px;
    margin-bottom: 2.5rem;
    padding-right: 2rem;
}
.productApplicationBox::before{
    content: '';
    display: block;
    background-color: #E31E39;
    width: 11.191px;
    height: 11.191px;
    transform: rotate(-45deg);
    flex-shrink: 0;
    position: absolute;
    top: 8%;
    left: 0;
}
.productApplicationBox h5{
    font-size: 1.25rem;
    font-weight: 500;
}
.productApplicationBox p{
    font-size: 1rem;
    font-weight: 400;
}
.enqTdsBtns{
    border-radius: 4px;
    background: #F8F9FA;
    padding: 1.7rem;
    gap: 1.2rem;
    margin-bottom: 3rem;
}
.allOtherProduct {
    display: flex;
    overflow: hidden;
    gap: 1.1rem;
}
  
.allOtherProduct .otherProductCard {
    flex: 1;
    min-width: 220px;
    max-width: 100%;
    transition: all 0.3s ease;
    padding: 0 1rem;
}
.allOtherProduct .otherProductCard img {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
}
.allOtherProduct .otherProductCard p {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 1rem 0;
}
.allOtherProduct .otherProductCard a:hover img{
    transform: translatey(10px);
}
  
























.content p {
    line-height: 1.6;
    margin-bottom: 20px;
}
.productFinderContainer > div , .productFinderInputHolder{
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.productFinderContainer .productFinderInputHolder select{
    border-radius: 4px;
    border: 1px solid #969696;
    background: white;
    padding: 9px;
    outline: none;
}
.productFinderContainer .productFinderInputHolder label {
    font-weight: 500;
    margin-bottom: 5px;
}



.top-header {
    background-color: #F3F3F3;
    padding: 10px 0;
}
.logo img{
    width: 15rem;
}
.top-header .email-section{
    color: #E31E39;
    font-weight: 500;
}
.top-header .email-section span.icon,
.top-header .language-section span.icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: #ddd;
    border-radius: 50%;
}
.top-header .icon{
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
}
.language-section .icon span{
    color: #3872E0;
    text-decoration: underline;
    font-weight: 500;
}

.language-section {
    position: relative;
    cursor: pointer;
}

.language-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99999999999999;
    background: white;
    border: 1px solid #ddd;
    padding: 5px 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.language-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.language-dropdown ul li {
    padding: 5px 0;
    cursor: pointer;
}

.language-dropdown ul li:hover {
    background-color: #f1f1f1;
}

.language-section:hover .language-dropdown {
    display: block;
}

.main-header {
    background-color: white;
    position: sticky;
    top: -1px;
    z-index: 99;
    padding: 15px 0;
}
.main-header > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav {
    list-style: none;
    display: flex;
    gap: 6px;
    margin: 0;
    padding: 0;
}
.nav-item{
    position: relative;
    z-index: 2;
}

.nav-item .nav-link {
    text-decoration: none;
    color: black;
    font-weight: 600;
    transition: color 0.3s;
}

.nav-item .nav-link:hover {
    color: #E31E39;
}

.search-bar input {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 10px;
    outline: none;
    width: 100%;
}
.search-bar img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
.hamburgerMenu img{
    height: 20px;
}

.nav-item > ul{
    position: absolute;
    top: 88%;
    left: -50%;
    background: #FFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
    padding: 10px 0;
    min-width: 250px;
    width: fit-content;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.nav-item > ul > li{
    position: relative;
}

.nav-item > ul > li > ul{
    position: absolute;
    top: 0;
    left: 100%;
    background: #FFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
    padding: 10px 0;
    min-width: 250px;
    width: fit-content;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.nav-item > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    /* transform: translateY(5px); */
}


.nav-item:hover > ul,
.nav-item > ul:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(5px);
}

.nav-item > ul  li{
    list-style: none;
    padding: 0;
}

.nav-item > ul > li a{
    text-decoration: none;
    color: #000;
    font-size: 1.1rem;
    font-weight: 450;
    border-bottom: solid #d9d9d9 .5px;
    width: 100%;
    display: block;
    padding: 7px 8px;
}
.nav-item > ul  li:hover{
    color: white;
    background-color: #E31E39;
}
.nav-item > ul  li:hover > a{
    color: white;
    border-bottom: solid #d9d9d900 .5px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.onPageContactForm input , .onPageContactForm select , .onPageContactForm textarea{
    border-radius: 4px;
    border: 1px solid #969696;
    background: white;
    padding: 9px;
    margin: 8px 0;
    outline: none;
    width: 100%;
}
.onPageContactForm textarea{
    height: 125px;
    resize: none;
}
.formThowA a{
    color: white;
    text-decoration: none;
    margin: 6px 0;
    font-size: 1.2rem;
    font-weight: 300;
}
.formThowA a svg{
    padding-right: 5px;
    width: 27px;
}
.formThowA{
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-bottom: 2rem;
}

.footerNevItem{
    list-style: none;
    padding: 0;
}
.footerNevItem li{
    color: #000;
    font-weight: 500;
    margin: 5px 0;
}
.footerNevItem li span{
    color: #BBB;
}
.footerNevItem li a{
    color: #7D7D7D;
    text-decoration: none;
}
.footerNevItem li a:hover{
    color: #E31E39;
}
.termAndPrivacy{
    display: flex;
    align-items: center;
    height: 100%;
    gap: 20px;
}
.termAndPrivacy p , .termAndPrivacy a{
    color: #7D7D7D;
    text-decoration: none;
    font-size: .9rem;
    margin: 0;
}
.termAndPrivacy a:hover{
    color: #E31E39;
}
.socialIconsGroup{
    display: flex;
    gap: 13px;
}
.socialIconsGroup img{
    opacity: 90%;
}
.socialIconsGroup img:hover{
    opacity: 100%;
}
.formCloseBtn{
    display: none;
}

.allProductListOfProductPage .produstPageCard img{
    max-width: 100%;
    min-height: 17rem;
    object-fit: cover;
    width: 100%;
}
.allProductListOfProductPage .produstPageCard h4{
    font-size: 2.5rem;
    font-weight: 500;
    margin-top: .5rem;
}
.allProductListOfProductPage .produstPageCard p{
    font-size: 1.15rem;
    font-weight: 500;
}
.allProductListOfProductPage .produstPageCard{
    padding: 3rem 0;
    border-bottom: solid 1px #737373;
}
.allProductListOfProductPage .produstPageCard:nth-child(even) {
    flex-direction: row-reverse;
}
.productBy .twoByBtn{
    background: #FFF;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.07);
}
.productBy .twoByBtn ul {
    padding: 0;
}
.productBy .twoByBtn ul li{
    list-style: none;
}
.productBy .twoByBtn ul li a{
    padding: 16px 23px;
    color: #E31E39;
    width: 100%;
    display: inline-block;
}
.productBy .twoByBtn ul li a:hover{
    background-color: #ffedef;
}
.productBy .twoByBtn .active a:hover{
    background-color: #E31E39;
}
.productBy .twoByBtn .active a{
    background-color: #E31E39;
    color: #fff;
}

.allBlogCardsSs .blogCardHolderSs .blogBannerHolder {
    height: 12.5625rem;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
}
.allBlogCardsSs .blogCardHolderSs .cardSs{
    background: #FFF;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    margin: 30px 0;
    height: calc(100% - 60px);
    transition: all .5s; 
    justify-content: space-between;
}
.blogCardHolderSs .cardSs:hover{
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.24);
}
.allBlogCardsSs .blogCardHolderSs .blogBannerHolder img{
   max-width: 100%;
   max-height: 100%;
   width: 100%;
   object-fit: cover;
}
.allBlogCardsSs .blogCardHolderSs .contentAndBtnHolder{
    padding: 18px 11px;
}
.allBlogCardsSs .blogCardHolderSs .contentAndBtnHolder span{
    color: #9C9C9C;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1.2rem;
    display: inline-block;
}
.allBlogCardsSs .contentAndBtnHolder h5{
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.9rem;
    margin-bottom: 1rem;
}
.allBlogCardsSs .contentAndBtnHolder p{
    color: #5E5E5E;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.9rem;
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.allBlogCardsSs .blogCardHolderSs .cardSs .knowMoreBtn{
    color: #E31E39;
    font-size: 18px;
    font-weight: 500;
    margin: 18px 11px;
    margin-top: 0;
    display: inline-block;
    position: relative;
    text-decoration: none;
    width: fit-content;
}




.videoPlayBtnForMob{
    background-color: #E31E39;
    border: #E31E39 solid 2px;
    color: white;
    display: none;
    align-items: center;
    gap: 10px;
    padding: 7px 21px;
    font-weight: 600;
    font-size: 1.2rem;
}
.videoHolderDivSs{
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}
.videoHolderDivSs::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.39);
}
.videoPlayBtnForPc{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: fit-content;
    width: fit-content;
    background: none;
    border: none;
    z-index: 1;
    margin: auto;
}
.bannerTitleSS h2{
    font-size: 3.5625rem;
    font-weight: 600;
}
.bannerTitleSS h2 span{
    color: #E31E39;
}
.bannerTitleSS p{
    color: #5E5E5E;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2rem;
}
.allCardsSs .cardHolderSs:nth-child(4n+1) .bannerHolder {
    background-image: url('../img/success-stories/green-bg.svg');
}

.allCardsSs .cardHolderSs:nth-child(4n+2) .bannerHolder {
    background-image: url('../img/success-stories/purple-bg.svg');

}

.allCardsSs .cardHolderSs:nth-child(4n+3) .bannerHolder {
    background-image: url('../img/success-stories/pink-bg.svg');
}

.allCardsSs .cardHolderSs:nth-child(4n+4) .bannerHolder {
    background-image: url('../img/success-stories/brown-bg.svg');

}

.allCardsSs .cardHolderSs .bannerHolder {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 12.5625rem;
    position: relative;
    max-width: 100%;
}
.allCardsSs .cardHolderSs .cardSs {
    background: #FFF;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 30px 0;
    height: calc(100% - 60px);
    transition: all .5s;
}
.allCardsSs .cardHolderSs .cardSs:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.24);
}
.allCardsSs .cardHolderSs .bannerHolder p{
    background-color: white;
    width: 70%;
    height: fit-content;
    text-align: center;
    position: absolute;
    inset: 0;
    margin: auto;
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 41px;
    padding: 8px 5px;
}
.allCardsSs .cardHolderSs .contentAndBtnHolder{
    padding: 18px 11px;
}
.allCardsSs .cardHolderSs .contentAndBtnHolder span{
    color: #9C9C9C;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1.2rem;
    display: inline-block;
}
.allCardsSs .contentAndBtnHolder h5{
    color: #000;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: 1rem;
}
.allCardsSs .contentAndBtnHolder p{
    color: #5E5E5E;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2rem;
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.allCardsSs .cardHolderSs .cardSs .knowMoreBtn{
    color: #E31E39;
    font-size: 18px;
    font-weight: 500;
    margin: 18px 11px;
    margin-top: 0;
    display: inline-block;
    position: relative;
    text-decoration: none;
    width: fit-content;
}
.allCardsSs .cardHolderSs .cardSs .knowMoreBtn::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.allCardsSs .cardHolderSs .cardSs .knowMoreBtn:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.simpleRedBtnSs{
    width: fit-content;
    border: 2px solid #E31E39;
    background: #E31E39;
    color: white;
    font-weight: 500;
    padding: 7px 24px;
    outline: none;
    border-radius: 6px;
    transition: all .5s;
}
.simpleRedBtnSs:hover{
    background: none;
    color: #E31E39;
}
.showOnlyEight .cardHolderSs {
    display: none;
}

.showOnlyEight .cardHolderSs.visible {
    display: block;
}
.pageSectionTitleSs{
    color: #000;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
}
.bannerSs{
    background-color: #F8F9FA;
    padding: 5rem 0 10rem 0;
    margin-bottom: 10rem;
}
.strightLinDiv{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.strightLinDiv h4{
    font-size: 1.5rem;
    font-weight: 600;
}
.strightLinDiv::before{
    content: "";
    display: block;
    height: 70%;
    width: 1px;
    background-color: black;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.soloutionItemsUsed{
    display: flex;
    justify-content: center;
    gap: 2rem;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -24%;
}
.soloutionItemsUsed .cardSs{
    background: #FFF;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.12);
    width: 300px;
    height: 100%;
    min-height: 170px;
    padding: 20px 14px;
}
.soloutionItemsUsed .cardSs h5{
    color: #000;
    font-size: 1.3rem;
    font-weight: 600;
}
.soloutionItemsUsed .cardSs a{
    color: #5E5E5E;
    font-size: 1.15rem;
    font-weight: 500;
    text-decoration: none;
}
.storyContentMainDiv{
    max-width: 920px;
    margin: auto;
    padding: 0 1rem;
}
.storyContentMainDiv .storyContentStyle h2{
    font-size: 2.7rem;
    font-weight: 600;
    margin-top: 3rem;
}
.storyContentMainDiv .storyContentStyle p{
    font-size: 1.2rem;
    font-weight: 400;
}
.storyContentMainDiv .storyContentStyle ul{
    font-size: 1.2rem;
    font-weight: 400;
}
.testimonialBox{
    border-left: 5px solid #E31E39;
    background: #FFF;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.12);
    padding: 2.5rem 2.5rem 3.5rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 4rem 0;
}
.testimonialBox p{
    margin-top: 2rem;
}
.contactUsPageFormText , .contactUsPageFormText a{
    color: #818181;
    font-size: 1.3rem;
    font-weight: 400;
}
.contactUsPageForm input , .contactUsPageForm select , .contactUsPageForm textarea{
    width: 100%;
    border: none;
    border-bottom: solid #000 1px;
    outline: none;
    padding: 1rem .5rem;
    margin-bottom: 1.5rem;
    font-size: 1.12rem;
}
.contactUsPageForm textarea{
    height: 125px;
    resize: none;
}
.contactUsPageForm input:focus, .contactUsPageForm select:focus, .contactUsPageForm textarea:focus {
    border-bottom: solid #E31E39 1px;
}
.whatsAppBox{
    background-color: #F8F9FA;
    padding: 2rem 1.7rem;
    align-items: center;
    position: relative;
    margin: 3rem 0;
}
.whatsAppBox img{
    max-width: 100%;
}
.whatsAppBox p{
    text-align: center;
    width: 100%;
    font-size: 1.2rem;
}
.whatsAppBox p span{
    color: #25D366;
}
.whatsAppBox .centerLine{
    border-right: solid #000 1px;
    height: 60px;
}
.whatsAppBox::after{
    content: '';
    display: block;
    height: 40%;
    width: 1px;
    background-color: #000;
    position: absolute;
    inset: 0;
    margin: auto;
    
}
.searchPageBanner{
    background-color: #535353;
    color: white;
    padding: 1.5rem 2rem;
    min-height: 9rem;
    display: flex;
    align-items: center;
}
.searchPageBanner h1{
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0;
    max-width: 60%;
}
.searchPageLongInput > div{
    width: 70%;
    position: relative;
}
.searchPageLongInput input{
    border-radius: 4px;
    border: 1px solid #969696;
    background: white;
    padding: 9px;
    margin: 8px 0;
    outline: none;
    width: 100%;
}
.searchPageLongInput img{
    position: absolute;
    right: .5%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: white;
    padding: .5rem;
}
.totalSearchResult .oneSearchResult{
    border-bottom: solid #DEDEDE 1px;
    margin-bottom: 3rem;
}
.totalSearchResult .oneSearchResult h4{
    color: #E31E39;
    font-weight: 600;
    margin-bottom: 0;
}
.totalSearchResult .oneSearchResult span{
    font-size: .85rem;
    color: #7C7C7C;
    font-weight: 400;
    margin: .4rem 0;
    display: inline-block;
}

.myTypeOfAccordionForFaq .accordion-item {
    border-bottom: 1px solid #E31E39;
    padding: 22px 0;
}
.myTypeOfAccordionForFaq .accordion-item:first-child {
    padding-top: 0;
}
.myTypeOfAccordionForFaq .accordion-button::after {
    content: "";
    transform: rotate(-90deg);
    position: relative;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #E31E39;
    transition: all .01s;
}
.myTypeOfAccordionForFaq .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    transition: all .5s;
}
.myTypeOfAccordionForFaq .accordion-button:not(.collapsed){
    color: #E31E39;
}
.myTypeOfAccordionForFaq .accordion-body {
    margin-top: 20px;
    color: #666666;
    font-weight: 400;
    font-size: .9rem;
}
.myTypeOfAccordionForFaq .accordion-button {
    font-weight: 400;
}
.applicationCardHolder .applicationCard{
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    margin: 1.5rem 0;
}
.applicationCardHolder .applicationCard:hover{
    color: #E31E39;
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.32);
}
.applicationCardHolder .applicationCard:hover p{
    color: #E31E39;
}
.applicationCardHolder .applicationCard img{
    max-width: 100%;
    width: 100%;
}
.applicationCardHolder .applicationCard p{
    padding: 1rem;
    margin: 0;
}
.applicationNotFind{
    background-color: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
}
.applicationDetailContent .mainImage{
    max-width: 100%;
    width: 100%;
}
.applicationDetailContent a{
    color: #E31E39;
}
.applicationDetailContent h2{
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.applicationDetailContent p{
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}
.applicationDetailContent p br{
    display: block;
    margin-top: .5rem;
    content: "";
}

.floatingBtn{
    border: none;
    color: white;
    background-color: #E31E39;
    padding: 1.4rem 2.3rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 7rem;
    position: relative; 
    overflow: hidden;
    cursor: pointer;
    position: fixed;
    bottom: 1.5rem;
    right: 2rem;
    z-index: 2;
    box-shadow: 1px 2px 15px 0px rgba(0, 0, 0, 0.23);
    transition: all .5s;
}
.floatingBtn:hover{
    background-color:rgb(191, 21, 44);
}
.floatingBtn:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100px;
    background-image: linear-gradient(
        120deg, rgba(239,239,239, 0) 30%, rgba(239,239,239, .5), rgba(239,239,239, 0) 70%
    );
    animation: shine 5s infinite linear; 
}
@keyframes shine {
    0% {left: -100px}
    20% {left: 100%}
    100% {left: 100%}
}
@media screen and (max-width: 768px) {
  .floatingBtn {
    display: none;
  }
}


