p {
    font-family: "Jost", sans-serif;
    line-height: 1.67em;
}

.cs_site_branding img {
    width: 92px;
}


.cs_department.cs_style_1 {
padding: 60px 0;
}

.cat-slider {
    margin-top: 40px;
}

.our-pro .slick-arrow,
.cat-slider .slick-arrow {
        width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #132573;
    background: #e4e9ff;
}

.our-pro .slick-arrow.slick-prev,
.cat-slider .slick-arrow.slick-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.our-pro .slick-arrow.slick-next,
.cat-slider .slick-arrow.slick-next {
    position: absolute;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cs_about {
    padding: 60px 0;
}


.our-pro {
    padding: 60px 0;
}

.our-pro .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}


.our-pro .slick-dots li {
    list-style-type: none;
}

.contact-form-home {
    padding: 60px 0;
}


.contact-form-home .cs_appointment_form_wrapper {
        border: 1px solid #132573;
    background: #fbfbff;
}

.contact-form-home .cs_section_title {
    color: #00001b;
}

.cs_form_field_wrapper textarea {
    height: 120px;
}

.cs_section_title span {
    color: var(--accent-color);
}

.contact-form-home .cs_section_subtitle {
    color: var(--accent-color);
    font-weight: bold;
}

#carouselExampleAutoplaying {
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 27, 0.1);
}


a, li {
    font-family: "Jost", sans-serif;
}

.cs_social_btns{
    position: fixed;
    left: 0;
    top: 50%;
    flex-direction: column;
    transform: translateY(-50%);
    background: #00001b;
    width: fit-content;
    padding: 10px 5px;
    border-radius: 0 20px 20px 0;
    z-index: 3;
}


.cs_phone_number {
    font-size: 20px;
}


.cs_testimonial {
    padding: 60px 0;
    background-color: #f7f7f7;
}

.cs_testimonial .cs_section_title {
    font-size: 35px;
}

.cs_testimonial .cs_section_heading {
margin-bottom: 15px;
}

.cs_testimonial .cs_list.cs_style_1 li {
    font-size: 17px;
}

.cs_testimonial .cs_list {
    margin-bottom: 15px;
}

.cs_about .cs_fs_48 {
    font-size: 35px;
}


.pro-name {
    font-size: 20px;
}

.breadcrumb-banner {
    padding: 120px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-current-pgnm h2 {
    font-size: 30px;
    margin: 0px 0px 10px 0px;
    font-weight: 600;
}

.breadcrumb-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-list ul li {
    display: inline;
}

.breadcrumb-list ul li a {
    font-size: 16px;
    font-weight: 500;
}

.about-cntn-head {
    font-size: 35px;
    line-height: 1.33em;
    text-transform: capitalize;
    color: var(--heading-color);
}

.about-cntn-head span {
    color: var(--accent-color);
}

.about-tp-img {
    position: relative;
    margin-right: 20px;
}

.abt-img-contnbx {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #133C75;
    background-image: url("../img/about_counter.webp");
    margin: 0px 0px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px 20px 20px 20px;
    padding: 92px 62px 29px 31px;
}

.abt-imgctnt-sbhd {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8em;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.abt-imgctnt-hd {
    font-size: 70px;
    color: #fff;
    font-weight: 600;
    line-height: 70px;
}

.abt-imgctnt-hd span {
    font-size: 60px;
}

.about-tp-img img {
    border-radius: 20px;
}

.about-cntn-sec {
    padding: 60px 0px;
}

/* .abt-btn-box {
    margin: 30px 0px 0px 0px;
} */

.abt-feat-bx {
    padding: 20px 0px 0px;
}

.about-feat-main {
    background-color: #F0F5FF;
    padding: 70px 0px;
}

.about-feat-right {
    margin-left: 30px;
}

.abt-feat-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    justify-content: left;
    align-items: flex-start;
}

.abt-feat-cardicon i {
    color: #132573;
    font-size: 50px;
}

.abt-feat-card-cntn {
    margin-left: 15px;
}

.abt-feat-cardhd {
    color: #00001b;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
}

.abt-feat-cardtxt {
    margin-bottom: 0;
}

.abt-feat-card-main {
    margin: 50px 0px 0px 0px;
}

.product-card {
    background-color: #f5f9fc;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.product-imgbx a img {
    border-radius: 10px;
    transition: all 0.6s ease;
}

.product-imgbx a:hover img{
    transform: scale(1.05) translate(-5px, 5px);
}

.product-imgbx a {
    overflow: hidden;
    display: block;
    margin-bottom: 24px;
}

.product-cardhd {
    font-size: 20px;
    font-weight: 700;
    color: #00001b;
    margin-bottom: 0px;
}

.pro-card-btm-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.pro-card-btm-btn:hover .pro-crd-btnicon {
    background: #002076;
    color: #fff;
    border: 0;
}

.pro-card-btm-btn:hover .pro-crd-btnicon span {
    color: #fff;
}

.pro-card-btm-btn span {
    font-size: 16px;
    color: #00001b;
}

.pro-crd-btnicon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    border: 1px dashed #002076;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .pro-crd-btnicon span{
    transform: 0.3s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.18, 1)
}

.pro-crd-btnicon span:first-child {
    transform: translateX(-16px);
}

.pro-crd-btnicon span:last-child {
    transform: translateX(-8px);
}

.pro-card-btm-btn:hover .pro-crd-btnicon span:first-child {
    transform: translateX(8px);
}

.pro-card-btm-btn:hover .pro-crd-btnicon span:last-child {
    transform: translateX(16px);
} */


.prodtl-main-image {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    border: 1px solid #132573;
    padding: 20px;
}

.pro-dtl-imgthumbnails {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.prodtl-thumb {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid #ccc;
    transition: border 0.3s;
    padding: 5px;
}

.prodtl-thumb:hover {
    border: 1px solid #132573;
    padding: 5px;
    transition: .3s ease;
}

.pro-detail-sec {
    padding: 60px 0px;
}

.prodtl-rightbx {
    margin-left: 40px;
}

.prodtl-price {
    font-size: 27px;
    font-weight: 700;
    color: #00001b;
}

.prodtl-price span {
    font-weight: 400;
    font-size: 20px;
}

.custom-acc-item .accordion-header button {
    background-color: transparent;
    padding: 10px 0px;
    font-size: 20px;
    color: #00001b;
    font-weight: 600;
    box-shadow: none;
    border-bottom: 1px solid #eee;
}

.custom-acc-item {
    border: 0;
}

.custom-acc-item .accordion-body {
    padding: 15px 0px;
}

.prodtl-acctxt {
    font-size: 16px;
    font-weight: 500;
}

.prodtl-acctxt span {
    font-weight: 400;
}

.quality-ass-sec {
    padding: 80px 0px 120px;
}

.quality-leftimg {
    position: relative;
    margin-right: 40px;
}

.quality-leftimg:after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: -50px;
    width: 90%;
    height: 96%;
    border: 10px solid #0c83c8;
    border-radius: 20px;
    animation: moveDown 2s linear infinite;
}

.quality-leftimg img {
    width: 90%;
    margin-left: 0px;
    z-index: 9;
    position: relative;
    border-radius: 20px;
}

@keyframes moveDown {
    0% {
      top: 50px;
    }
    50% {
      top: 60px; /* change this value for distance */
    }
    100% {
      top: 50px; /* back to top */
    }
}

.contact-mainsec {
    padding: 70px 0px;
}

.cont-dtlcrdinn {
    background-color: #F0F5FF;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 10px 0px;
}

.cont-dtlicon {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    flex: 0 0 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont-dtlicon i {
    font-size: 25px;
    color: #132573;
}

.cont-dtl-crdhd {
    font-size: 22px;
    font-weight: 600;
    color: #00001b;
    margin-bottom: 8px;
}

.cont-dtl-crdsbhd {
    font-size: 15px;
    font-weight: 600;
    color: #566593;
    margin-bottom: 0;
    display: block;
}

.cont-dtl-icontxt {
    margin-left: 20px;
}

.cont-dtlcrdinn:hover .cont-dtlicon {
    background-color: #132573;
    transition: .3s;
}

.cont-dtlcrdinn:hover .cont-dtlicon i {
    color: #fff;
    transition: .3s;
}

.contact-dtlcardmain .row>* {
    display: grid;
}

.contact-dtlcardmain {
    margin: 30px 0px 0px 0px;
}

.cont-formhd {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}

.cont-form-main {
    background-image: url(../img/contact-formbg.webp);
    background-color: #132573;
    background-blend-mode: color-burn;
    padding: 50px 40px;
    border-radius: 20px;
}

.cont-leftdtl {
    margin-right: 20px;
}

.cont-field-twcol {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont-fielleft-col {
    width: 100%;
    margin-right: 10px;
}

.cont-fielleft-col input {
    background: transparent;
}

.cont-fielleft-col label {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.cont-fielleft-col input {
    background: transparent;
    border-bottom: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}