.title.h6 {
    font-family: sans-serif;
    font-size: 19px;
    font-weight: 700;
    height: 55px;
}

.relatedimg {
    padding: 3px;
}

.description.summernotepara {
    line-height: 22px;
}

.description.summernotepara div {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
}

.description.summernotepara div span {
    font-weight: 400 !important;
}

.description.summernotepara h2 {
    color: #000 !important;
}

.description.summernotepara h1 span {
    color: #000 !important;
}

.description.summernotepara ul li {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    list-style-type: square !important;
}

.description.summernotepara h2 small {
    font-weight: 600;
    color: #000;
}

.description.summernotepara ul li span {
    font-size: 18px !important;
}

.description.summernotepara p {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    font-size: 18px;
    color: #000;
}

.modal {
    display: none;
}

.modal.is-open {
    display: block;
}

.model_focus_phone {
    width: 330px !important;
    border-radius: 5px !important;
    padding-left: 45px !important;
    height: 36px !important;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__container {
    position: relative;
    top: 0;
    background-color: #fff;
    padding: 30px;
    max-width: 800px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 48px;
    border-bottom: 1px solid #ccc;
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #000;
    box-sizing: border-box;
}

.footer_form_btn {
    border: none;
    padding: 10px;
    border-radius: 5px;
    background: #00565e;
    color: #fff;
}

.login_group_input {
    padding: 8px 9px 10px 5px;
}

.footer_cats {
    margin-top: 28px;
    display: flex;
    justify-content: center;
}

.form_footr {
    margin: auto;
    text-align: center;
}

.modal__close {
    background: transparent;
    border: 0;
}

.modal__header .modal__close:before {
    content: "\2715";
}

.modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0, 0, 0, .8);
}

.modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
}



/**************************\
    Demo Animation Style
  \**************************/
@keyframes mmfadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10%);
    }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}

.pdf_dwn_Btn {
    background: #00565e;
    padding: 8px;
    border-radius: 5px;
    color: #fff !important;
    margin-top: 25px;
}

.megamenu .links_list a:hover {
    color: #000;
}

.serv_icons {
    margin-right: 8px;
}

nav>ul>li.active>a {
    background-color: #44c3d4 !important;
    /*#0a5c48*/
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    color: #fff !important;
}

.product_headingname {
    text-align: center;
    padding: 20px 20px;
    font-size: 30px;
    font-weight: 600;
    color: #000000e8;
}

.follow a .fa-linkedin:hover {
    cursor: pointer;
    transform: rotate(360deg);
    transition: all 0.3s ease-in-out 0s;
}

.foot_firstpara {
    margin-bottom: 0 !important;
    margin-top: 30px !important;
}

.category-link.catnames {
    border-bottom: 1px solid #cccc;
}

.para_Contact a {
    font-size: 18px;
    font-weight: 500;
}

.abt_second_col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popular_allcat {
    background: #93c5ec70;
    padding: 45px 0 30px 30px;
}

.best_choose {
    padding: 35px 22px;
}

.service_ul li i {
    margin-inline-end: 12px;
    color: #000;
}

.servimgbox {
    -webkit-animation: mover 0.5s infinite alternate;
    animation: mover 1s infinite alternate;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    0% {
        /* opacity: 0; */
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

#home_color2 {
    position: absolute;
    width: 65px;
    height: 65px;
    left: 0;
    top: 50%;
    background: #faebd7f0;
    opacity: 0.97;
    filter: blur(19.5546px);
    animation: moveRight 5s ease-in-out infinite alternate;
    z-index: 0;
}

#home_color1 {
    position: absolute;
    width: 65px;
    height: 65px;
    left: 100%;
    top: 10%;
    background: #faebd7f0;
    opacity: 0.97;
    filter: blur(19.5546px);
    animation: moveRight 5s ease-in-out infinite alternate;
    z-index: 0;
}

@keyframes moveRight {
    0% {
        left: 50%;
    }

    100% {
        transform: rotate(360deg) translate(-165px) rotate(-360deg);
    }
}

.category-link {
    font-size: 15px !important;
}

.popular_Cat {
    color: #000;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
}

.category_hedin {
    font-size: 22px;
}

.product_rows {
    row-gap: 30px;
    display: flex;
    justify-content: center;
}

.service_ul {
    padding: 0;
}

.service_ul li {
    color: #000;
}

.banner_sm {
    height: 350px;
}

.category_hedin {
    color: #014b56;
}

.empaty_div {
    width: 75%;
    margin: auto;
}

.preview a img {
    transition: transform .2s;
    transform: scale(0.9);
}

.preview a img:hover {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 3-8 */
    transform: scale(1.0);
}

.productheading {
    text-align: center;
    padding-top: 30px;
    font-size: 23px;
    font-weight: 600;
}

.pro_a.product_name {
    padding: 20px 5px 20px 5px;
}

.pro_a.product_name a {
    font-size: 17px;
    font-weight: 500;
}

.preview a {
    font-size: 17px;
    font-weight: 500;
}

.about_para {
    color: black;
    font-family: 'Poppins';
    font-size: 20px;
    text-align: justify;
}

.addr_company {
    font-family: 'poppins';
    padding: 10px 0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.cont_abt_row {
    margin: 15px auto;
    align-items: center;
}

.product-shortcode.pro_card {
    height: 250px;
}

/* =========contact============== */
.contact-info.box-style1 {
    padding: 30px 30px 25px;
}


.contact-info.box-style1 {
    padding: 13px 30px 0px;
}

.contact-info {
    font-size: 16px;
    overflow: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.block-entry {
    background-size: 100% 100%;
}

.contact-info h6 {
    font-size: 16px;
    margin-bottom: 5px;
}

.contact-info .info-text {
    padding-left: 50px;
    font-weight: 500;
}

.address_location {
    padding: 16px 0 10px 0;
}

.contact-info h6 {
    font-size: 19px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #000;
}

.contact-info i {
    font-size: 30px;
    margin-top: 2px;
    line-height: 1;
    float: left;
    color: #014B56;
}

.contact_headform {
    font-family: sans-serif;
    font-size: 25px;
    font-weight: bold;
}

.para_Contact {
    margin-bottom: 10px 0;
}

.contact-info.box-style1:hover {
    box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 15px 15px 38px 0 rgb(1 75 86 / 15%);
    -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}

.form_colm {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}

.singlpage_para p {
    font-size: 18px !important;
    font-weight: 400;
}

.category_section {
    margin-top: 9%;
    margin-bottom: 50px;
}

.category_section .container {
    padding-top: 15px;
}

.category-section .category-block-one {
    position: relative;
    float: left;
    width: 20%;
    margin-bottom: 30px;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.cate_headline {
    padding-bottom: 35px;
}

.asss_img {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 30px;

}

.productpage li .active-link {
    color: #014b56;
}

.serv_colmnn2 {
    display: flex;
    align-items: center;
}

.category-block-one .inner-box {
    position: relative;
    max-width: 210px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 28px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgb(1 75 86 / 26%) 0px 5px 15px;
    transition: all 500ms ease;
    height: 250px;
}

.category-block-one .inner-box:hover {
    box-shadow: 0px 10px 50px 0px rgb(248 92 112 / 30%);
    height: 250px;
}

.category-block-one .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    right: 0px;
    transition: all 500ms ease;
    background-color: #014b56;
}

.category-block-one .inner-box:hover:before {
    height: 100%;
}

.category-block-one .inner-box .shape .shape-1 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 61px;
    height: 77px;
    background-repeat: no-repeat;
}

.category-block-one .inner-box .shape .shape-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 35px;
    height: 61px;
    background-repeat: no-repeat;
}

.category-block-one .inner-box:hover .icon-box {
    color: #fff;
}

.abtsec_row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.underline {
    padding: 2px 50px;
    color: #014B56;
    height: 10px;
}

.category-block-one .inner-box .icon-box {
    position: relative;
    left: 36%;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    color: #93959e;
    margin-bottom: 11px;
    transition: all 500ms ease;

}

.category-block-one .inner-box:hover .icon-box img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.category-block-one .inner-box:hover .cat_head {
    color: #fff;
    display: block;
    z-index: 9999;
    position: relative;
}

.category-block-one .inner-box h5 {
    text-align: center;
    display: block;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 13px;
    transition: all 500ms ease;
}

.category-block-one .inner-box .card_Cat_btn {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin-top: 27px;
}

.card_Cat_btn .a_btn {
    background: #014b56;
    padding: 5px;
    border-radius: 8px;
    color: #fff;
}

.empty-space.abouabove {
    height: 18px;
}

.category-block-one .inner-box:hover .card_Cat_btn .a_btn {
    color: #014b56;
    position: relative;
    z-index: 9999;
    background: #fff;

}

.cat_rowss {
    row-gap: 50px;
}

.desc_para {
    border: 1px solid #e7e7e7;
    padding: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.emp_div {
    border: 1px solid #e7e7e7;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    height: 100px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 23px;
    font-weight: 500;
    /*margin: 20px;*/
}

.foot_cont_para {
    margin-bottom: 30px !important;
}

.serv_page_row {
    display: flex;
    align-items: center;
}

.about_contain {
    padding-right: 100px;
    text-align: justify;
}

.cell-view.page-height.banner_contents {
    padding: 54px 128px 0 85px;
}

/* ==========================faq css=======================*/
.question-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #c0c0c0;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.7s ease;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    margin-bottom: 25px;
}

.question-container h4 a {
    color: #000;
}

.toggle-btn {
    min-width: 30px;
    min-height: 30px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.6s ease;
}

.toggle-btn p {
    margin: 0;
    font-size: 25px;
    color: #fff;
    transition: transform 0.3s ease, opacity 0.3s 300ms;
}

.faq {
    margin-bottom: 0px;
}

.toggle-btn p.rotate {
    transform: rotate(45deg);
}

.answer.visible {
    max-height: 210px;
    overflow: auto;
    opacity: 1;
    margin-top: -25px;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 10px;
}

.toggle-btn p {
    margin: 0;
    font-size: 25px;
    color: #000;
    background: #f1f3f4;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    padding-left: 9px;
    transition: transform 0.3s ease, opacity 0.3s 300ms;
}

.answer {
    background-color: #f1f1f1;
    color: #000;
    overflow: hidden;
    transition: 0.3s ease, opacity 0.3s ease;
    max-height: 0;
}

.product_ul {
    padding: 0;
    margin: 0px 10px 0 10px;
}

.product_ul li a {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.product_ul li a:hover {
    color: cornflowerblue !important;
}

.product_ul li {
    padding: 10px 0 5px 0;
    border-bottom: 1px solid #ccc;
}

.question-container h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;

}

.question-container h4 a:hover {
    color: cornsilk !important;
}

.category_list {
    border-bottom: 1px solid #ccc;
    border-radius: unset;
}

.category-section {
    padding-bottom: 50px;
}

/* =========================end=============================== */
@media (min-width:1199px) {

    .h2,
    h2 {
        font-size: 2rem;
        font-weight: 600;
    }


    .nav-wrapper {
        display: block;
    }

    .swiper-container-autoheight,
    .swiper-container-autoheight .swiper-slide {
        height: 75vh;
    }

    .banner_contents {
        height: 0 !important;
    }


}

@media (max-width:1199px) {
    .category_hedin {
        font-size: 19px;
        padding: 9px 15px 9px 15px !important;
    }

    .h1,
    h1 {
        font-size: 25px;
    }

    .swiper-container-autoheight,
    .swiper-container-autoheight .swiper-slide {
        height: 70vh;
    }

    .cell-view.page-height.banner_contents {
        padding: 15px 99px 0 84px;
    }

}

@media (min-width: 991px) {
    .footer_branch {
        margin-right: 100px;
    }

    .footer_form_btn {
        margin-right: 83px;
    }
}

@media (max-width:991px) {
    .columns {
        display: block !important;
    }

    .categories-menu li a {
        font-size: 12px !important;
    }

    .h1.light {
        font-size: 24px;
    }

    .popular_Cat {
        font-size: 19px;
    }

    .categories-wrapper .category-link {
        padding: 15px 0 15px 0px;
        font-size: 15px;
    }

    .aboutbaner .cell-view.simple-banner-height.text-center {
        padding-top: 80px;
    }

    .cate_headline {
        padding-top: 30px;
    }

    .service.empty-space.col-xs-b35.col-sm-b70 {
        height: 100px;
    }

    .product-shortcode.style-1 .preview-buttons,
    .product-shortcode.style-7 .preview-buttons {
        margin-left: -65px;
        top: 23px;
        width: 140px;
    }

    .button.size-2 .text {
        padding: 17px 15px 15px 15px;
    }

    .pro_a a {
        font-size: 15px;
    }
}

@media only screen and (max-width:992px) {
    .abtsec_img {
        width: 100%;
    }
    .about_contain {
        padding-right: 0px !important;
        text-align: justify;
    }
}

@media only screen and (min-width:992px) and (max-width:1360px) {
    .megamenu .column {
        min-width: 128px;
        width: 25%;
    }

    .header-bottom .col-lg-8,
    .header-bottom .content-margins {
        position: inherit;
    }

    .megamenu {
        width: 100%;
        margin-right: 0;
    }

    .megamenu .columns.d-flex {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .empaty_div {
        margin: auto;
    }

    .block-entry {
        /*padding-top: 20px;*/
    }

    .swiper-container-autoheight,
    .swiper-container-autoheight .swiper-slide {
        height: 35vh;
    }

    .cell-view.page-height.banner_contents {
        padding: 30px 43px 0 5px;
    }

    .banner_para {
        text-align: justify;
    }

    .serv_h2 {
        padding-top: 33px;
    }

    .header-empty-space {
        height: 60px;
    }

    .h1.light {
        font-size: 21px;
    }

    .about_contain {
        padding: 0px;
    }

    .abtsec_row {
        /*padding: 25px;*/
    }

    .description.simple-article.size-2 {
        text-align: justify;
    }

    .popular_Cat {
        font-size: 22px;
    }

    .categories-wrapper .category-link {
        padding: 15px 0 15px 10px;
    }

    .footer-contact a {
        font-size: 15px;
    }

    .simple-article.light.fulltransparent,
    .light.fulltransparent {
        font-size: 13px;
    }

    .footer-column-links a {
        font-size: 15px;
    }

    .contact_row {
        row-gap: 32px;
    }

    .prodt.description.valign-middle {
        display: none;
    }

    .productpage_row {
        row-gap: 20px;
        flex-direction: column-reverse;
        margin-top: 20px;
    }

    .product-shortcode.style-1 .preview-buttons,
    .product-shortcode.style-7 .preview-buttons {
        margin-left: -69px;
        width: 140px;
    }

    .pro_a a {
        font-size: 10px;
    }

    .req_btn {
        margin-bottom: 10px;
        width: 200px;
        margin-right: 11px;
    }

    .abt_11 {
        color: black;
        font-family: sans-serif;
        font-size: 13px !important;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 10px !important;
    }

    .simple-article.size-4 {
        font-size: 13px !important;
        line-height: 20px !important;
        font-family: Calibri, 'CalibriRegular', Trebuchet MS, Arial;
    }

    .simple-article.size-3 {
        font-size: 14px;
        font-weight: 500;
        font-family: Calibri, 'CalibriRegular', Trebuchet MS, Arial;
    }
}

@media only screen and (max-width:567px) {
    .cont_abt_row {
        flex-direction: column-reverse;
    }
    

    .servi_space {
        height: 0 !important;
    }

    .simple-banner-height .service {
        height: 70px !important;
    }
    .underline {
        padding: 2px 23px;
    }
    .swiper-container-autoheight,
    .swiper-container-autoheight .swiper-slide {
        height: 22vh;
    }

    .abtsec_img {
        width: 100%;
    }

    .viewallbtn {
        width: 175px;
    }

    a,
    a:link,
    a:visited,
    a:active,
    a:hover {
        font-size: 13px !important;
    }

    .cell-view.page-height.banner_contents {
        padding: 21px 56px 0 58px;
    }

    .header-empty-space {
        height: 60px;
    }

    .h1.light {
        font-size: 12px;
        margin-bottom: 0;
    }

    .service_row {
        padding: 30px;
    }

    .cate_headline {
        padding-top: 30px;
    }

    .serv_page_row {
        flex-direction: column-reverse;
    }

    .form_colm {
        box-shadow: unset;
    }

    .contact_row {
        row-gap: 36px
    }

    .banner_sm {
        height: 15vh;
    }

    .block-entry {
        background-size: 100% 100%;
    }

    .contact_head {
        margin-top: 0px;
    }

    .simple-article.size-4 {
        font-size: 15px;
        line-height: 14px;
        text-align: justify;
    }

    .aboutbaner {
        padding: 0 18px 10px 42px;
    }

    .aboutbaner .cell-view.simple-banner-height.text-center {
        padding-top: 35px;
    }

    .cont_abt_row {
        margin: 0 auto;
        row-gap: 6px;
    }

    .footer_cats {
        display: block !important;
        margin-top: 12px;
    }

    #logo img {
        width: 200px;
        margin-top: 5px;
    }

    .newspace_div {
        height: 0 !important;
    }

    .abtsec_row {
        row-gap: 20px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .foot_firstpara {
        margin-bottom: 0 !important;

    }

    .serv.empty-space.col-xs-b35 {
        height: 1px !important;
    }

    .serv_page_row {
        row-gap: 12px;
    }

    .serv_colmnn2 {
        row-gap: 20px;
    }

    .product_rows {
        display: flex;
        justify-content: center;
        align-items: center;
        row-gap: 30px !important;
        padding: 15px;
    }

    .pro_a a {
        font-size: 15px;
    }

    .product_card {
        padding: 15px !important;
    }

    .h6.light {
        text-align: justify;
    }

    .footer-column-links {
        display: block;
        justify-content: unset;
    }

    .contact_head1 {
        margin-top: 45px;
    }

    .empty-space.abouabove {
        height: 0 !important;
    }

    .about_para {
        font-size: 13px !important;
    }

    .description .singlepage_para {
        font-size: 15px;
        line-height: 25px;
    }

    .simple-article.size-3 {
        font-size: 14px;
        font-weight: 500;
        font-family: Calibri, 'CalibriRegular', Trebuchet MS, Arial;
    }

    .product-shortcode.pro_card {
        height: 215px;
    }

    .rmes {
        font-size: 20px;
    }

    .req_btn {
        margin-bottom: 10px;
        width: 150px;
        margin-right: 11px;
    }

    .tab-menu {
        font-size: 15px;
    }

    .floating_btn {
        position: fixed;
        bottom: 30px;
        right: 0px;
        width: 100px;
        height: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1000;
    }

    .banner_para {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width:400px) {
    .pro_a.product_name {
        padding: 0px 5px 0px 5px;
    }

    .cell-view.page-height.banner_contents {
        padding: 0px 34px 0 45px;
    }

    .cat_colum {
        width: 100%;
    }

    .product_card {
        width: 100%;
    }

    .product-shortcode.pro_card {
        height: 250px;
    }

    .resibu {
        padding-right: 0px !important;
    }
}

.resibu {
    padding-right: 15px;
}

.abt_11 {
    color: black;
    font-family: sans-serif;
    font-size: 17px;
    font-weight: 500;
}

@media only screen and (min-width:1200px) {

    .cont_abt_row {
        padding: 0px 50px 0px 50px;
    }
}