:root {
    --bs-primary: #173657;
    --bs-primary2: #316FB0;
}

html {
    font-size: 18px;
}

body {
    font-size: 18px;
    color: #000000;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 1px;
}

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0px;
    outline: none;
    border: 0px;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: -webkit-none;
    outline: none;
}

button:focus {
    outline: -webkit-none;
    outline: none;
}

.btn.focus,
.btn:focus {
    outline: -webkit-none;
    outline: none;
    box-shadow: none;
}

a {
    color: #000000;
    text-decoration: none;
    outline: 0 none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

body::-webkit-scrollbar-thumb {
    background-color: #e241b0;
    outline: 1px solid slategrey;
}

.jumbotron {
    border-radius: 0;
    background-color: #ffffff;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* width */
.nice-select .list::-webkit-scrollbar,
.main_menu .sub-menu::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.nice-select .list::-webkit-scrollbar-track,
.main_menu .sub-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

/* Handle */
.nice-select .list::-webkit-scrollbar-thumb,
.main_menu .sub-menu::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);

}

/* Handle on hover */
.nice-select .list::-webkit-scrollbar-thumb:hover,
.main_menu .sub-menu::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);

}

.brown-color {
    color: var(--bs-primary2);
}

/*---------------------------------------------------------------------------------*/
.form-control::-webkit-input-placeholder {
    color: #7b7b7b;
    font-family: 'Red Hat Text', sans-serif;
}

.form-control::-moz-placeholder {
    color: #7b7b7b;
    font-family: 'Red Hat Text', sans-serif;
}

.form-control:-ms-input-placeholder {
    color: #7b7b7b;
    font-family: 'Red Hat Text', sans-serif;
}

.form-control:-moz-placeholder {
    color: #7b7b7b;
    font-family: 'Red Hat Text', sans-serif;
}

/*------------------ RESPONSIVE HAMBURGER(responsive-menu) -------------------*/
.drop {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 11px;
    bottom: 0;
    right: 15px;
    z-index: 9;
    cursor: pointer;
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.drop span {
    background: var(--bs-primary2);
    width: 30px;
    height: 4px;
    position: absolute;
    transition: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    left: 5px;
    border-radius: 15px;
}

.drop span:nth-child(1) {
    top: 10px;
}

.drop span:nth-child(2) {
    top: 18px;
}

.drop span:nth-child(3) {
    top: 26px;
}

.close-menu.drop span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(6.5px, 5.5px);
    -ms-transform: rotate(45deg) translate(6.5px, 5.5px);
    transform: rotate(45deg) translate(6.5px, 5.5px);
}

.close-menu.drop span:nth-child(2) {
    display: none;
    /* opacity: 0; transition:visibility 0s linear 0.5s,opacity 0.5s linear;*/
}

.close-menu.drop span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5.5px, -5.5px);
    -ms-transform: rotate(-45deg) translate(5.5px, -5.5px);
    transform: rotate(-45deg) translate(5.5px, -5.5px);
}

.down-arrow {
    display: none;
}

@-webkit-keyframes menu_list {
    from {
        margin-top: 500px;
    }

    to {
        margin-top: 0;
    }
}

/* Standard syntax */
@keyframes menu_list {
    from {
        margin-top: 500px;
    }

    to {
        margin-top: 0;
    }
}

.scroll-up {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 30px;
    right: 12px;
    display: none;
    color: var(--bs-primary);
    text-align: center;
    line-height: 38px;
    z-index: 2;
    cursor: pointer;
    border-radius: 50%;
    font-size: 28px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #ffffff;
}

/* ------------------END: RESPONSIVE HAMBURGER----------------*/

/*-----------------------layout----------*/
/*-----------------------layout----------*/

.wrapper {
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
}

h1,
h2 {
    font-size: 40px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

p {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 500
}

/*----- index page start -----*/
header {
    background-color: #ffffff;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9 !important;
    width: 100%;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
}

.wrapper {
    overflow: hidden;
}

.logo {
    padding: 8px;
    margin: auto;
    text-align: center;
}

.logo a {
    display: block;
}

.logo a img {
    max-height: 50px;
    margin-right: 10px;
}

.logo h5 {
    color: var(--bs-primary2);
    font-weight: 600;
}

.main_menu {
    background-color: #f8f8f8;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.main_menu>ul {
    text-align: center
}

.main_menu>ul>li {
    display: inline-block;
}

.main_menu>ul>li a {
    font-size: 18px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 20px 9px;
    display: block;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.main_menu>ul>li>a:after {
    content: "";
    width: 0;
    height: 3px;
    background-color: var(--bs-primary2);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.main_menu>ul>li>a:hover:after {
    width: 100%;
}

.main_menu>ul>li>a:hover {
    color: var(--bs-primary2);
}

.main_menu>ul>li.active>a:after {
    width: 100%;
}

.main_menu>ul>li.active a {
    color: var(--bs-primary2);
}

.custom-btn {
    font-size: 18px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    background-color: var(--bs-primary2);
    padding: 9px 40px 9px 22px;
    display: inline-block;
    border-radius: 40px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    margin-top: 30px;
    border: none;
}

.custom-btn:after {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -23%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    opacity: 1;
}

.custom-btn:hover {
    color: #ffffff;
}

.custom-btn:hover:after {
    right: -50%;
    opacity: 0;
}



/* banner-section */
.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section:after {
    display: none;
    content: "";
    width: 100%;
    height: 70px;
    background-color: rgba(62, 62, 62, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.banner-slider {
    width: 62%;
    float: right;
}

.white-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 32%;
    height: 100%;
    background-color: #ffffff;
    z-index: 2;
    /* background-image: url(../img/white-image-overlap.png);
background-repeat: no-repeat;
background-position:top right
;background-size: cover; */
}

.white-bg>img.white-shape {
    position: absolute;
    right: -88%;
    height: 103%;
    z-index: 1;
}

.white-bg>img.line-top {
    position: absolute;
    top: -60px;
    left: 0;
    z-index: 1;
}

.white-bg>img.line-bottom {
    position: absolute;
    bottom: 15px;
    right: -58%;
    z-index: 2;
    width: 35%;
}

/* .white-bg:before{ content:"";width:} */

.white-bg:after,
.white-bg:before {
    content: "";
}

.content-slider {
    width: 110%;
    position: relative;
    left: 30px;
    top: 60%;
    transform: translateY(-50%);
    z-index: 2;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-slide img {
    width: 100%;
}

.banner-slider .slick-dots {
    bottom: 33px;
    right: 12%;
    width: 240px;
    z-index: 2;
    display: flex;
}

.banner-slider .slick-dots li {
    width: auto;
    flex: 1;
    height: 2px;
    background-color: var(--bs-primary);
    margin: 0;
}

.banner-slider .slick-dots li button {
    width: 100%;
    height: 100%;
}

.banner-slider .slick-dots li button:before {
    content: " ";
    width: 0%;
    height: 100%;
    background-color: var(--bs-primary);
    opacity: 1;
}

.banner-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    height: 8px;
    top: -3px;
    width: 76%;
    left: 0;
    right: 0;
    margin: auto;
    /* transition:all 0.5s; */
    border-radius: 0;
}

.banner-slider .slick-dots li:not(:last-child)::before {
    content: "";
    height: 18px;
    width: 2px;
    background-color: var(--bs-primary);
    position: absolute;
    right: 0;
    top: -8px;
}

.banner-slider .slick-dots::after,
.banner-slider .slick-dots:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--bs-primary);
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: -3px;
}

.banner-slider .slick-dots li {
    float: left;
}

.banner-slider .slick-dots::after {
    left: auto;
    right: -8px;
}

.banner-content h1 {
    text-transform: capitalize;
}


.welcome_sec {
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
}

.custom-btn.reverse-btn {
    padding: 9px 22px 9px 40px;
}

.custom-btn.reverse-btn:after {
    right: auto;
    left: -23%;
}

.custom-btn.reverse-btn:hover:after {
    left: -50%;
    opacity: 0;
}


.white_circle img {
    width: 100%;
    /* max-width: 500px;
    max-height: 300px;
    object-fit: contain; */
}

.center-heading h2 {
    display: inline-block;
    position: relative;
}

.center-heading h2:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000000;
    position: absolute;
    left: 0;
    bottom: 0;
}

.center-heading h2:after {
    content: "";
    width: 38px;
    height: 28px;
    background-color: var(--bs-primary2);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: auto;
    border-radius: 12px;
    border: 6px solid #ffffff;
}


.our_product {
    width: 100%;
    /* background-color: #f8f8f8; */
    padding: 50px 0 50px;
}

.product_slider {
    padding: 0 0 30px;
}

.product_slider_img {
    width: 100%;
    height: 255px;
    /* padding: 30% 21%; */
    /* background-image: url(../img/circle-lines.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    margin: auto;
    margin-bottom: 30px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}

.our_product .product_slider {
    margin-left: -15px;
    margin-right: -15px;
}

.product_slider .slick-slide {
    padding: 0 20px;
}

.product_slider h5 {
    font-size: 0.9rem;
}

.slick-dots {
    bottom: 15px;
}

.product_slider .slick-dots li,
.product_slider .slick-dots li button {
    width: auto;
    height: auto;
    padding: 0;
}

.product_slider .slick-dots li button:before {
    position: static;
}

#productSliderNav .slick-track {
    transform: none !important;
}

.slick-dots li button:before {
    font-size: 0;
    width: 20px;
    height: 20px;
    background-color: #8c8c8c;
    border-radius: 50%;
    display: block;
}

.slick-dots li.slick-active button:before {
    background-color: var(--bs-primary);
    opacity: 1;
}

.product_slider .slick-dots {
    bottom: -15px;
}

.product_slider_img img {
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.product_slider_img:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.client_logo_sec {
    width: 100%;
    padding: 60px 0;
}

.client_logo_slider {
    padding: 0;
    padding-bottom: 50px;
}

.client_logo_slider .slick-dots li {
    width: 14px;
}

.client_logo_slider .slick-dots li button:before {
    width: 14px;
    height: 14px;
}

.client_logo_slider .slick-prev:before {
    content: '\f104';
    font-family: FontAwesome;
    padding-right: 3px;
}

.client_logo_slider .slick-next:before {
    content: '\f105';
    font-family: FontAwesome;
    padding-left: 3px;
}

.client_logo_slider .slick-prev,
.client_logo_slider .slick-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ebebeb;
    z-index: 2;
}

.client_logo_slider .slick-prev:before,
.client_logo_slider .slick-next:before {
    color: var(--bs-primary2);
    opacity: 1;
    font-size: 36px;
}

.client_logo_slider .slick-prev:hover,
.client_logo_slider .slick-prev:focus,
.client_logo_slider .slick-next:hover,
.client_logo_slider .slick-next:focus {
    color: var(--bs-primary2);
    outline: none;
    background-color: #ebebeb;
}

.client_logo_slider .slick-prev {
    left: 0px;
}

.client_logo_slider .slick-next {
    right: 0px;
}

footer {
    width: 100%;
    background-color: #ebebeb;
    padding-top: 30px;
}

footer h5 {
    font-size: 16px;
    color: var(--bs-primary);
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 10px;
}

footer ul li>a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    line-height: 1;
}

footer ul li {
    line-height: 1;
}

footer ul li:not(:last-child) {
    padding-bottom: 10px;
}

footer p,
footer a {
    font-size: 14px;
    font-weight: 500;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

footer a:hover,
footer ul li>a:hover {
    color: var(--bs-primary2);
}

.hyper_link_wr {
    line-height: 1;
}

footer a.hyper_link {
    color: #000000;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 1rem;
    transition: all 0.5s;
}

footer a.hyper_link:hover {
    color: var(--bs-primary2);
}

#footerMenu li {
    display: inline-block;
    padding: 0 15px;
}

#footerMenu li a {
    color: #828282;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

#footerMenu li a:hover {
    color: var(--bs-primary);
}

.copy_right {
    border-top: 3px solid var(--bs-primary);
    padding: 6px 0 8px;
}

.copy_right p {
    padding: 0;
    padding-top: 5px;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
}

.DesignAndDev {
    max-width: 300px;
    margin: auto;
    color: var(--bs-primary);
    display: block;
    font-size: 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.DesignAndDev:hover {
    color: #828282;
}

/* index page end */

/* product page start */
.product_main>.container {
    position: relative;
    z-index: 1;
    max-width: 1140px;
}

.pro_sec {
    padding-bottom: 20px;
    border-bottom: 3px solid var(--bs-primary);
}

.product_div {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 10px 20px 60px;
    text-align: center;
    position: relative;
    border-radius: 30px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    display: block;
}

.product_div p {
    font-size: 0.8rem;
    /* text-transform: capitalize; */
}

.know_more,
.know_more_link {
    color: var(--bs-primary);
}

.know_more_link {
    font-weight: 500;
    position: relative;
    text-decoration: underline;
}

/* .know_more_link:after{content:"";background-color: var(--bs-primary2);height: 2px;width:100%;position: absolute;bottom:0;left:0;} */
.info_text {
    font-size: 0.72rem;
    text-align: center;
}

#search-area {
    position: relative;
    width: 240px;
}

#search-area input[type="text"] {
    width: 100%;
    height: 40px;
    border: 1px solid transparent;
    border: none;
    border-radius: 25px;
    padding: 8px 20px 8px 40px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

#search-area i {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 20px;
    cursor: pointer;
    color: #000000;
}

#product_filter select,
#product_filter .nice-select {
    min-width: 150px;
    height: 40px;
    background-color: #ececec;
    border: transparent;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 8px 12px;
    padding-right: 35px !important;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-weight: 500;
    text-align: center;
    text-align-last: center;
    background-image: url(../img/NXT_Digital_downarrow.svg);
    background-size: 16px 100%;
    background-position: 93% 50%;
    background-repeat: no-repeat;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    text-align-last: left;
}

#product_filter .nice-select:after {
    display: none;
}

#product_filter .nice-select .option.selected {
    font-weight: 600;
}

#product_filter ul li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

#product_filter ul li {
    padding: 0 10px;
}

#reset_filter img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.product_div h4 {
    font-size: 0.9rem;
    text-align: center;
    padding-bottom: 10px;
    margin: 0;
    /* min-height: 47px */
}

.product_div ul {
    padding-bottom: 15px;
}

.product_div ul li {
    font-size: 14px;
    padding-bottom: 8px;
    text-align: left;
}

.pro_img {
    display: block;
    height: 220px;
}

.pro_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: auto;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.pro_img:hover img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
}

.product_div .know_more_btn {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 40px;
    background-color: var(--bs-primary);
    padding: 8px 20px;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.product_div .know_more_btn:hover {
    transform: translateX(-50%) scale(1.05, 1.05);
    -webkit-transform: translateX(-50%) scale(1.05, 1.05);
    -ms-transform: translateX(-50%) scale(1.05, 1.05);
}

.new_ribbon {
    position: absolute;
    width: 86px;
    height: 39px;
    left: 0;
    top: 20px;
    background-image: url(../img/new-background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-transform: uppercase;
    color: #ffffff;
    padding: 7px 14px 7px 5px;
    display: none;
    z-index: 1;
}

.new_ribbon.new_pro {
    display: block;
}

.product_details {
    padding: 50px 0;
}

.product_details .container>.row {
    min-height: 70vh;
    padding-bottom: 50px;
}

.product_details .product_div {
    width: 100%;
    margin: auto;
    box-shadow: none;
}

.product_details .product_div h4 {
    font-size: 1.2rem;
    text-align: left;
}

.product_details .product_div ul li {
    font-size: 16px;
}

.product_details .pro_img {
    max-width: 350px;
    margin: auto;
}

.product_details .pro_img img {
    width: 100%;
}

.tabs_contant h4 {
    margin-bottom: 0;
}

.tabs_contant ul li,
.tabs_contant ul li p,
.tabs_contant p {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
}

.tabs_contant ul li:after {
    content: "";
    position: absolute;
    left: -26px;
    top: 2px;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
    background-size: contain;
    width: 12px;
    height: 18px;
}

/* .tabs_contant ul li a{padding-left: 50px;} */
.tabs_contant ul li a>img {
    width: 34px;
    margin-right: 12px;
    /* margin-left: -27px; */
}

.tabs_contant ul.pdfList li::after {
    display: none;
}

#specification_table ul li:after {
    display: none;
}

.specification_table>p,
.specification_table>table {
    margin-bottom: 0;
    margin-top: 0 !important;
}

#product_tabs {
    padding-top: 20px;
    padding-bottom: 20px;
}

#product_tabs .resp-tabs-container {
    padding: 0px;
    background-color: #f7f7f7;
    border: none !important;
    border-radius: 15px;
}

#product_tabs .resp-tab-content {
    border: none;
    padding: 25px 40px;
}

#product_tabs .resp-tab-active {
    border: none !important;
    background-color: #ebebeb !important;
    border-radius: 12px;
}

ul.resp-tabs-list {
    position: relative;
    top: -20px;
}

.resp-tabs-list li {
    font-size: 15px;
    padding: 11px 20px !important;
    position: relative;
}

.resp-tabs-list li:after {
    content: "";
    background-image: url(../img/rectangle_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    width: 30px;
    height: 15px;
    margin: auto;
    display: none;
}

#product_tabs li.resp-tab-active:after {
    display: block;
}

.tabs_contant_inner {
    border-radius: 15px;
}

.tabs_contant_inner h5 {
    font-size: 16px;
    color: #ffffff;
    background-color: var(--bs-primary2);
    padding: 12px 18px 10px;
    text-transform: uppercase;
    border-radius: 30px;
}

.tabs_contant_inner ul {
    padding: 20px 20px 20px 45px;
}

.specification_table .table-bordered td,
.specification_table .table-bordered th {
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
}

.specification_table .table-bordered tr td:first-child {
    text-align: left;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 0px;
    background-color: var(--bs-primary);
}

.specification_table .table-bordered th {
    color: #ffffff;
    border-color: #dee2e6;
    font-weight: 600;
}

.table td,
.table th {
    padding: 0.52rem;
}

.specification_table table {
    background-color: #ffffff;
}


#hide-div {
    display: none;
}


.productView .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0 14%;
}

#productSliderFor {
    width: calc(100% - 100px);
}

#productSliderNav {
    width: 100px;
}

#productSliderFor .slick-list {
    margin-left: 10px;
}

#productSliderFor .proImgSlider a {
    display: block;
    width: 100%;
    height: 400px;
    padding: 5%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}

#productSliderFor .slick-slide .proImgSlider a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#productSliderNav .proImgSlider {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 5px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    border: 2px solid transparent;
}

#productSliderNav .proImgSlider img {
    width: auto !important;
    height: 74px;
    object-fit: contain;
    margin: auto;
}

/* #productSliderNav .proImgSlider > img{border-radius: 10px;} */
.slick-vertical .slick-slide {
    padding: 5px;
}

#productSliderNav .slick-slide.slick-current.slick-active .proImgSlider {
    border-color: var(--bs-primary);
}

#productSliderNav .slick-prev,
#productSliderNav .slick-next {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    background: var(--bs-primary);
    transform: none;
    z-index: 8;
}

#productSliderNav .slick-prev {
    top: -40px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 3px;
}

#productSliderNav .slick-next {
    top: auto;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 3px;
}

#productSliderNav .slick-prev:before,
#productSliderNav .slick-next:before {
    content: "\f107";
    font-family: FontAwesome;
    opacity: 1;
    font-size: 28px;
}

#productSliderNav .slick-prev:before {
    content: "\f106";
}

#productVideoFor {
    width: calc(100% - 105px);
}

.videoDiv,
.iframeDiv {
    height: 390px;
    border-radius: 30px 30px 15px 15px;
    border-radius: 0;
    overflow: hidden;
}

.productvideos .request_callback_btn {
    min-width: 160px;
}

.productvideos .know_more_btn.request_callback_btn {
    color: var(--bs-primary) !important;
    font-weight: 600;
    background-color: #ffffff;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
}

.videoDiv video,
.iframeDiv iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videoDiv::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.videoDiv.removeOverlay::after {
    display: none;
}


#productVideoNav {
    width: 100px;
    position: absolute;
    top: -5px;
    right: 10px;
    z-index: 1;
}

#productVideoNav .videoDiv {
    height: 90px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    border: 2px solid transparent;
}

#productVideoNav .videoDiv .videoPlayIcon {
    width: 36px;
    height: 36px;
    background-position: 0 -17px;
    background-size: 179px;
}

#productVideoNav .videoDiv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videoPlayIcon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    background: url(../img/mejs-controls.png) no-repeat;
    background-position: 0 -39px;
    /* background-position: -58px -27px;
    background-size: 292px; */
}

.productVideoText {
    padding: 0 110px;
    width: 100%;
}

#productVideoNav .slick-slide.slick-current.slick-active .videoDiv {
    border: 2px solid #fb0d0d;
}

/* product page end */


/* enquiry page start*/
#enquiry_form {
    max-width: 800px;
    margin: auto;
}

#enquiry_form label span {
    color: var(--bs-primary);
    font-weight: 500;
}

.form-control {
    background-color: #ececec;
    border: none;
    padding: 9px 15px;
    font-size: 16px;
    border-radius: 20px;
}

#submit_btn,
.submit_btn {
    min-width: 130px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 40px;
    background-color: var(--bs-primary);
    padding: 10px 25px;
    display: inline-block;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    line-height: 1.2;
}

#submit_btn:hover,
.submit_btn:hover {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
}

.enquiry_sec {
    padding-bottom: 60px;
}

/* enquiry page end*/

/* contact page start */
.contact_sec {
    /* background-color: #ebebeb;
    border-radius: 18px; */
    padding: 30px 15px 20px;
    margin-bottom: 0px;
}

.office_address {
    padding-bottom: 60px;
}

.office_left {
    width: 180px;
}

.office_right {
    width: calc(100% - 180px);
}

.office_img_circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 11%;
    background-color: var(--bs-primary2);
    margin: auto;
    margin-bottom: 15px;
}

.office_img_circle>img {
    max-height: 60px;
}

.office_left h5 {
    color: var(--bs-primary2);
    text-transform: uppercase;
    font-size: 18px;
}

.office_left h5 span {
    color: var(--bs-primary2);
    text-transform: capitalize;
    font-size: 0.6em;
    display: block;
}

.office_right a {
    color: var(--bs-primary2);
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 6px;
}

.office_right p {
    line-height: 1.6;
    font-size: 16px;
}

.office_right a.email_id {
    position: relative;
    display: inline-block;
}

.office_right a.email_id:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: var(--bs-primary2);
}

.contactUsRow #contactForm .parsley-errors-list li {
    color: var(--bs-primary);
    font-size: 0.8em;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 15px;
}

/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
.contactUsRow #map {
    height: 100%;
}

.grecaptcha-badge {
    display: none !important;
}

.contactSec .place_boxes {
    width: 90px;
    height: 90px;
    padding: 10px;
    margin: auto;
    margin-bottom: 5px;
    cursor: pointer;
    background: #ffffff;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.contactSec .custom-btn {
    border-radius: 25px;
}

.contactSec .custom-btn:hover {
    background: none;
    color: none;
}

.contactSec .custom-btn:after {
    content: none;
}

.contactUsRow .proRight .custom-btn:after {
    content: none;
}

.contactUsRow .mapContent {
    max-width: 250px;
    background-color: none;
}

.contactUsRow .mapContent p {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: black !important;
    font-size: 15px;
    padding-bottom: 5px;
}

.contactUsRow .mapContent p span {
    font-weight: bold;
}

.contactUsRow .mapContent p a {
    color: var(--bs-primary) !important;
    text-decoration: none
}

/*animation*/
@keyframes bounceIn {
    0% {
        transform: scale(0.1);
        opacity: 0;
        margin-left: -141px;
        margin-top: -101px;
    }

    100% {
        transform: scale(1);
        margin-left: -141px;
        margin-top: -101px;
    }
}


@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-150px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



/* @keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
} */

.gm-style-iw.gm-style-iw-c {
    overflow: inherit !important;
    border-radius: 18px;

}

.contactUsRow .gm-style-iw-t {
    transition: 1s all;
    animation-name: fadeInDown;
    animation-duration: 1s;


    /*    transition: 2s all;
    animation-name: bounceIn;
    animation-duration: 1s;*/
}



.contactUsRow .gm-style-iw-d {
    overflow: inherit !important;
    padding: 10px;
    width: 270px;
    height: 89px;
}

.contactUsRow button.gm-ui-hover-effect {
    opacity: 1 !important;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: #fff !important;
    box-shadow: 0 0 5px gray;
    display: none !important;
}

.contactSec .proImg img {
    max-height: 45px;
    padding-bottom: 3px;
}

.contactSec .placesCon .placesConInner {
    margin-bottom: 12px;
}

.contactSec .placesCon .place_boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.contactSec .placesCon .place_boxes:hover {
    transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);

}

.contactSec .placesCon p {
    font-size: 12px;
    font-weight: normal;
}

.contactSec .img-fluid {
    max-width: 100%;
    height: auto;
}

.contactSec .parsley-errors-list {
    text-align: left;
    color: white !important;
    font-weight: 0;
    padding-bottom: 0;
}


.contactUsRow .goog-te-combo,
#google-translate {
    display: none;
}

.contactUsRow .markerlabel {
    margin-top: 30px;
}

.contactUsRow .grecaptcha-badge {
    width: 70px !important;
    left: 4px;
}

.contactUsRow .labels {
    background: white;
    padding: 0px 7px;
    margin-top: 10px;
}

.contactUsRow .contactUs_bg {
    padding: 0 !important;
    /* background-image: url(../img/about-us---1st-image.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
}

.googleCaptcha {
    font-size: 0.6rem !important;
}

.contactInnerBg {
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

#map {
    display: none;
}

.mapLoaderCon {
    min-height: 100vh;
}

.mapLoaderCon #loaderIcon {
    /*position: absolute;
    top:55%;
    left:50%;
    transform:translate(-50%,-50%);*/
    background-size: 100%;
    background: #2070a3;
    /* Old browsers */
    background-color: var(--bs-primary);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2070a3', endColorstr='#1e2973', GradientType=0);
    /* IE6-9 */
    /* IE6-9 */
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;

    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;

    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    text-align: center;
    font-size: 60px;
    color: blue;
    width: 100px;
    height: auto;
    opacity: 1;
}

.gm-style .gm-style-iw-t::after {
    display: none;
}

/* contact page end */

/* about page start */
.about_sec {
    position: relative;
    padding: 70px 0;
    overflow-x: hidden;
}

.inner_banner {
    position: relative;
    height: 350px;
}

.inner_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner_banner_text {
    position: absolute;
    top: 25%;
    left: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.inner_banner_text h1 p,
.inner_banner_text h2 p,
.welcome_sec h1 p,
.welcome_sec h2 p {
    font-size: inherit;
    margin-bottom: 0;
}

.about_sec:after,
.about_sec:before {
    content: "";
    width: 120px;
    height: 120px;
    background-image: url(../img/abiout-us--right-top-lines.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 40px;
    right: -20px;
    margin: auto;
}

.about_sec:before {
    background-image: url(../img/abiout-us--left-top-lines.png);
    top: auto;
    bottom: 0px;
    left: -20px;
    right: auto;

}

.about_sec_img .container {
    max-width: 800px;
    margin: auto;
}

.our_client {
    padding: 40px 0;
}

.modal_no {
    color: var(--bs-primary);
    font-weight: 500;
    font-size: 0.8rem;
}

/* popup code start */
.modal {
    padding-right: 0 !important;
}

.modal-title {
    color: var(--bs-primary2);
    text-transform: uppercase;
}

.modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}

.close {
    color: var(--bs-primary2);
    text-shadow: none;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
    width: 36px;
    height: 36px;
    padding: 0;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    font-weight: normal;
    font-size: 28px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.modal-dialog {
    max-width: 500px;
}

.modal-content {
    border-radius: 15px;
    border: none;
    padding: 8px 12px;
}

.modal-header .close {
    padding: 0;
}

button.close {
    background-color: rgba(255, 255, 255, 0.9);
}

.close:focus,
.close:hover {
    color: var(--bs-primary2);
    text-decoration: none;
    opacity: .9;
}

/* popup code end */

.advanced_machinery_sec {
    width: 100%;
    background-image: url(../img/about-us---2nd-image.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
    background-attachment: fixed;
}

.key_factors_sec {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 50px;
}

.key_factors_text {
    max-width: 750px;
    margin: auto;
}

.key_factors_text ul,
.key_factors_text span {
    padding-left: 30px;
}

.key_factors_text ul li {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
}

.key_factors_text ul li:after {
    content: "";
    position: absolute;
    left: -26px;
    top: 2px;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
    background-size: contain;
    width: 12px;
    height: 18px;
}

.key_factors_text span {
    font-size: 12px;
    font-weight: 700;
    display: block;
}

.key_factors_text .video_sec {
    margin: 30px 0 80px;
}

.key_factors_sec:after,
.key_factors_sec:before {
    content: "";
    background-image: url(../img/bottom-right-lines.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0px;
    right: -10px;
    width: 130px;
    height: 120px;
    margin: auto;
}

.key_factors_sec:before {
    background-image: url(../img/bottom-left-lines.png);
    left: -20px;
    right: auto;
}

.video_sec {
    position: relative;
    margin-bottom: 80px;
}

#video_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#play-pause-button {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    background-image: url(../img/mejs-controls.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-position: 0px -29px;
    background-size: 300px;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.3);
    background-color: rgba(169, 169, 169, 0.3);
    border-radius: 50%;
    opacity: 1;
}

.video_sec video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.certificate_gallery a {
    height: 400px;
    display: block;
    background-color: #ffffff;
    padding: 20px;
}

.certificate_gallery a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.certificate_slider {
    padding-bottom: 40px;
}

/* about page end */

.terms-and-conditions {
    min-height: 58vh;
}


table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th.dtr-control:before {
    background-color: var(--bs-primary2) !important;
}

.our_product .center-heading h2:after {
    border: 6px solid #f8f8f8;
}

.data_filter .custom-control-label {
    font-size: 16px;
    font-weight: 500;
}

.data_filter .custom-control-label::before,
.data_filter .custom-control-label::after {
    width: 18px;
    height: 18px;
}

.data_filter .custom-control-label::before {
    border: 2px solid #cd4939;
}

.data_filter .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #790000;
}

.data_filter .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url(../img/tick_mark.png);
    background-size: 55%;
}

.data_filter .custom-control-inline {
    padding-left: 22px;
}

.data_filter .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

/* .modal.fade .modal-dialog {
    top: 46%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 10px;
} */

video::-webkit-media-controls-overlay-play-button {
    display: none;
}


.slick-slide.slick-current.slick-active .banner-content {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* .banner_extra_div{height:100vh;} */

.client_logo_sec .client_logo_slider .slick-dots {
    display: none !important;
}

.client_logo_div {
    width: 50%;
    padding: 20px;
    min-height: 100px;
}

.client_logo_div img {
    max-height: 60px;
    width: auto;
    max-width: 110px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    opacity: 1;
}

/* .client_logo_div img:hover {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -ms-filter: grayscale(1);
} */

#certificate_div {
    position: absolute;
    top: 0;
    left: 0;
}

.productsSliderImg img {
    max-width: 330px;
    margin: auto;
}

#productsSlider {
    padding-bottom: 50px;
}

.filter-custom-btn,
#proceed {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    background-color: var(--bs-primary);
    padding: 8px 15px;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    border: none;
    cursor: pointer;
}

.filter-custom-btn:hover {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
}

.popup_filter_wrapper {
    text-align: center;
}

.tabs_contant ul li a>img {
    width: 34px;
    margin-right: 12px;
    /* margin-left: -46px; */
}

.arrowList ul li {
    font-size: 18px;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 0 4px;
    padding-left: 25px;
    padding-bottom: 12px;
}

.content-slider,
#productSliderFor,
#productSliderNav {
    opacity: 0;
}

.request_callback {
    padding-top: 25px;
}

.request_callback_btn {
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 400;
    border-radius: 40px;
    background-color: var(--bs-primary);
    padding: 7px 20px;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    text-align: center;
    border: none !important;
    cursor: pointer;
}

.request_callback_btn.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
}

.contact_no {
    position: absolute;
    left: 15px;
    top: 19px;
}

#main_header .request_callback {
    position: absolute;
    right: 15px;
    top: 15px;
}

.contact_no a {
    color: var(--bs-primary2) !important;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}

.contact_no a em {
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    margin-right: 8px;
    background-color: #ffffff;
}

.contact_no a i {
    color: var(--bs-primary) !important;
}

.request_callback_btn {
    font-size: 14px;
    /* padding: 8px 15px; */
}

#request_callback_popup .parsley-errors-list {
    text-align: left;
    color: white !important;
    font-weight: 0;
    padding-bottom: 0;
}

#request_callback_popup .parsley-required {
    color: red;
    font-size: 13px;
    margin-top: 5px;
    margin-left: 10px;
}

#request_callback_popup p,
#request_callback_popup p a,
#request_popup p,
#request_popup p a,
#enquiry_form p a {
    color: #000000 !important;
}

#request_callback_popup .form-control {
    padding: 8px 15px;
}

#request_callback_popup .modal-dialog {
    max-width: 465px;
}


.enquiryPopup_topimg .proImgSlider {
    padding-left: 10px;
}

.enquiryPopup_topimg .proImgSlider {
    display: none;
}

.enquiryPopup_topimg .proImgSlider:first-child {
    display: block;
    margin: auto;
}

.enquiryPopup_topimg .proImgSlider img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#enquiryPopup #enquiry_form {
    background-color: transparent;
}

.enquiryPopup_topimg {
    height: 55px;
}

.close {
    top: 5px;
    right: 5px;
}

#enquiryPopup .close {
    top: -21px;
    right: -24px;
}

#enquiryPopup .enquiryPopup_topimg .proImgSlider {
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin: auto;
    width: 110px;
    height: 110px;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
    padding: 15px;
    background-color: #fff;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

#enquiryPopup p {
    font-size: 0.9rem;
}

#enquiryPopup .form-control {
    border-radius: 30px;
}

#enquiryPopup .proRight .custom-btn:after {
    display: block;
}

#enquiryPopup .proRight .custom-btn {
    border-radius: 25px 0 0 25px;
}

#enquiryPopup.modal.fade .modal-dialog {
    padding: 0;
    padding-top: 60px;
    padding-bottom: 20px;
}

.about_gujarat_lathe p {
    font-size: 0.9rem;
}

.whatsapp_popup_btn {
    background-color: #22c35d;
    border-radius: 30px;
    padding: 7px 30px;
    padding-left: 15px;
    font-size: 0.75rem;
    max-width: 260px;
    margin: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.whatsapp_popup_btn img {
    width: 26px;
    margin-right: 10px;
}

.whatsapp_popup_btn span {
    color: #ffffff;
}

.whatsapp_popup_btn:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.mormon_circle {
    height: 100%;
    clip-path: polygon(0 0, 71% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 71% 0, 100% 100%, 0% 100%);
}

.mormon_circle a {
    height: 100%;
    display: block;
}

.mormon_circle a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
}

.welcome_sec .line-bottom {
    position: absolute;
    left: -12%;
    bottom: -16%;
    width: 170px;
    width: 29%;
}

.social_media ul li {
    padding-bottom: 0 !important;
}

.social_media ul li:not(:last-child) {
    padding-right: 15px;
}

.social_media ul li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--bs-primary);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.social_media ul li a:hover {
    color: #ffffff;
}

.blog_content_left .social_media ul li a i {
    padding-left: 2px;
}

.video_text h4 {
    color: var(--bs-primary);
}

.video_text h4 span {
    color: #000000;
}


/* blog page : start */
.blog_img,
.blog_video {
    width: 100%;
    height: auto;
    border-radius: 30px 30px 15px 15px;
    border-radius: 0;
    overflow: hidden;
}

.blog_sec>.blog_img img {
    object-fit: cover;
}

.blog_video,
.blog_content .blog_img {
    width: 70%;
    margin: auto;
}

.blog_img img,
.blog_img video,
.blog_img iframe,
.blog_video video {
    width: 100%;
    height: 330px;
    display: block;
    margin: auto;
    object-fit: contain;
    object-fit: cover;
}

.blog_content_right .richtext-image {
    max-width: 100%;
    width: 70%;
    height: auto;
    max-height: 330px;
    object-fit: contain;
    margin-top: 3rem !important;
    margin-bottom: 1.5rem !important;
    display: block;
    margin: auto;

}

.blog_video::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.blog_content_left {
    width: 100px;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}

.blog_content_right {
    width: calc(100% - 200px);
}

.blog_date {
    padding-top: 15px;
}

.blog_date h3 {
    font-weight: 600;
}

.blog_date::after {
    content: '';
    width: 100%;
    height: 5px;
    background-color: var(--bs-primary2);
    position: absolute;
    top: 0;
    left: 0;
}

.blog_content p a {
    color: var(--bs-primary2);
    font-weight: 500;
}

.product_div {
    padding-bottom: 60px !important;
}

.product_details .product_div {
    padding-bottom: 30px !important;
}

/* blog page : end */



.togglebtn.active {
    background: var(--bs-primary2) !important;
}

.place_boxes.active {
    background: var(--bs-primary) !important;
}

.place_boxes.active img {
    filter: brightness(0) invert(1);
}

.share_location {
    color: var(--bs-primary) !important;
}

.scroll_btn {
    background-color: var(--bs-primary2) !important;
}

.banner-slider .slick-slide img {
    max-height: 450px;
    object-fit: cover;
}

.inner_banner_text h1 {
    color: transparent;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(200, 200, 255, 0.2) 40%, rgba(255, 255, 255, 0.8) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow:
        0 2px 5px rgba(0, 0, 0, 0.4),
        0 -1px 1px rgba(255, 255, 255, 0.8);
}

#supplierForm h4 {
    color: var(--bs-primary);
    position: relative;
    padding-left: 15px;
}

#supplierForm h4::after {
    content: "";
    width: 4px;
    height: 80%;
    background-color: var(--bs-primary2);
    z-index: 1;
    position: absolute;
    left: 0;
    top: 48%;
    transform: translateY(-50%);

}