/*=============== basic css ===============*/

:root{
    --leadview-header-bg-color: #881111;
    --leadview-header-text-color: #ffffff;
    --leadview-background-color: #ededed;
    --leadview-text-color: #514d4d;
}

body {
	background-color: white;
	margin: 0px;
	overflow-x: hidden !important;
	font-family: "Outfit", sans-serif;
	scroll-behavior: smooth !important
}

*{
	margin: 0px;
}

p{
	margin: 0px;

}

a{
	margin: 0px;
	text-decoration: none;
	color: black;
}

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

.row{
	margin-right: 0px;
	margin-left: 0px;
}

ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

img{
	width: 100%;
	height: 100%;
}

h1, h2, h3, h4, h5, h6{
	margin: 0px;
}

button{
	outline: none;
}

input{
	outline: none !important;
}

textarea{
	outline: none;
}

select{
	outline: none;
}

option{
	outline: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.container {
    max-width: 1300px;
}

.py-100 {
	padding: 100px 0;
}

@media only screen and (max-width: 770px) {
	.py-100 {
		padding: 70px 0;
	}
}

@media only screen and (max-width: 550px) {
	.py-100 {
		padding: 50px 0;
	}
}

@media only screen and (max-width: 330px) {
	.py-100 {
		padding: 30px 0;
	}
}

.main_btn {
    /* background-color: #004467; */
    background-color: var(--leadview-header-bg-color);
    border: 0px;
    color: white;
    padding: 10px 20px;
    line-height: normal;
    border-radius: 50px;
    box-shadow: 7px 7px 14px #0044672e;
    outline: none !important;
    text-transform: capitalize;
}

/*=============== /basic css ===============*/

/*=============== font css ===============*/

/* latin-ext */
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 100 900;
	src: url(https://fonts.gstatic.com/s/outfit/v11/QGYvz_MVcBeNP4NJuktqQ4E.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 100 900;
	src: url(https://fonts.gstatic.com/s/outfit/v11/QGYvz_MVcBeNP4NJtEtq.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*=============== /font css ===============*/

/*=============== main css ===============*/

.topbar_div_1 {
    background-color: #004467;
    padding: 8px 0;
}

.topbar_p_1 {
    font-size: 15px;
    color: white;
    margin-right: 20px;
    padding-right: 20px;
    line-height: 18px;
    border-right: 1px solid #bfbfbf;
}

.topbar_p_2 {
    font-size: 15px;
    color: white;
    line-height: 18px;
}

.topbar_p_2 a {
	color: white;
}

.topbar_p_3 {
	color: white;
}

.header_img_1 {
    background-color: #004467;
    padding: 5px;
    width: 140px;
    height: 60px;
    object-fit: contain;
}

.header_img_2 {
    width: 30px;
}

.dropdown-content {
	display: none;
}
  
.dropdown:hover .dropdown-content {
	display: block;
}

.main_btn span {
	margin-left: 10px;
}

.header_li_1 {
    display: inline-block;
    margin-right: 5px;
}

.header_div_9 {
    position: fixed;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 20px;
    z-index: 99;
    background-color: white;
    box-shadow: 2px 2px 6px #0000001a;
}

.header_p_5 {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 5px;
}

.header_p_6 {
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
}

.header_p_7 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #0F0F0F;
}

.header_p_8 {
    font-size: 13px;
    line-height: 19px;
    color: #707070;
}

.header_div_14 {
    padding: 20px;
    background-color: white;
}

.header_div_15 {
    visibility: hidden;
}

.header_div_14:hover {
    background-color: #F2F2F2;
}

.header_div_14:hover .header_div_15 {
    visibility: visible;
}

.header_div_14 {
    margin-bottom: 20px;
}

.header_p_9 {
    color: #004467;
    font-size: 13px;
    margin-top: 10px;
}

.header_p_3.dropbtn {
    padding: 0px 30px 0px 15px;
}

.header_p_10 {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background-color: #004467;
    color: white;
}

.header_p_3 {
    padding: 0px 15px;
    line-height: 30px;
    border-radius: 50px;
    position: relative;
}

.header_p_3 span {
    display: none;
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 12px;
}

.header_p_3.dropbtn span {
    display: block;
}

.header_p_3:hover {
    background-color: #f5f5f5;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
}

.header_div_1 {
    padding: 15px 0;
    box-shadow: 0px 3px 9px #00000024;
    position: relative;
    background-color: white;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
}

.banner_div_1 {
    background-size: cover;
	height: auto;
    position: relative;
}

.inner_heading_div_4 {
    background-size: cover;
	height: auto;
    position: relative;
}

.inner_heading_div_5 {
    padding: 100px 0 150px;
    background-image: linear-gradient(to right, #fffaf4, #ffffff00);
    height: 100%;
}

.padding_top {
    padding-top: 80px;
}

.banner_img_1 {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner_div_2 {
    padding: 100px 0 150px;
    background-image: linear-gradient(to right, #fffaf4, #ffffff00);
	height: 100%;
}

.banner_p_1 {
    color: #004467;
    font-size: 16px;
    word-spacing: 3px;
    font-weight: 500;
    margin-left: 50px;
    position: relative;
    letter-spacing: 1px;
	text-transform: uppercase;
}

.banner_p_1::before {
    content: " ";
    width: 40px;
    height: 1px;
    background-color: #004467;
    position: absolute;
    left: -50px;
    top: 13px;
}

.banner_p_2 {
    margin-top: 20px;
    font-size: 52px;
    line-height: normal;
    font-weight: 200;
}

.banner_p_2 span {
	font-weight: 800;
	color: #004467;
}

.banner_div_4 .main_btn{ 
    margin-top: 30px;
}

.banner_div_4 p:nth-child(3) {
    margin-top: 20px;
    font-size: 52px;
    line-height: normal;
    font-weight: 200;
}

.banner_div_4 p:nth-child(3) strong {
	font-weight: 600;
	color: #004467;
}

.need_services_div_4 a.main_btn {
    margin-top: 40px;
}

.need_services_div_4 p {
    margin-bottom: 30px;
}

.heading_div_1 p {
    margin-bottom: 30px;
}

.media_div_3 ul {
    margin: 30px 0;
}

.media_div_3 li {
    color: #444444;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 10px;
    padding-left: 30px;
    display: inline-block;
    width: 48%;
    position: relative;
}

.media_div_3 li::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 24px;
    height: 24px;
    background-image: url(../imgs/trick.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

p.banner_p_3 {
    margin-top: 25px;
    color: #444444;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
	margin-bottom: 40px;
}

p.heading_p_1 {
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: 800;
    color: #efefef;
    line-height: normal;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -26px;
    width: 100%;
}

.heading_p_2 {
    color: #004467;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    width: fit-content;
    margin: auto;

}

.heading_p_2::after {
    content: " ";
    width: 40px;
    height: 1px;
    background-color: #004467;
    position: absolute;
    left: -50px;
    top: 13px;
}

.heading_p_2::before {
    content: " ";
    width: 40px;
    height: 1px;
    background-color: #004467;
    position: absolute;
    right: -50px;
    top: 13px;
}

p.heading_p_3 {
    font-size: 30px;
    color: #0F0F0F;
    line-height: normal;
    width: 65%;
    margin: auto;
    margin-top: 25px;
}

.heading_p_4 {
    color: #444444;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    width: 65%;
    margin: auto;
    margin-top: 16px;
}

.categories_div_3 {
	position: relative;
}

.categories_div_4 {
    width: 88%;
    padding: 15px;
    box-shadow: 1px 1px 5px #00000036;
    position: absolute;
    bottom: -17px;
	left: 0;
    z-index: 1;
    background-color: white;
}

.categories_a_1 {
    position: absolute;
    right: 15px;
    top: 10px;
}

.categories_div_5 {
    width: 60px;
    height: 3px;
    background-color: #AC202D;
    margin-top: 4px;
}

.categories_p_1 {
    margin-top: 15px;
    font-size: 22px;
    line-height: normal;
}

.categories_p_2 {
    margin-top: 10px;
    font-size: 14px;
    color: #717171;
    line-height: normal;
}

.categories_div_2 {
	margin-top: 40px;
}

.categories_div_6 {
	margin-top: 70px;
}

.discover_div_1 {
	background-color: #F5F5F5;
}

.discover_div_2 {
	margin-top: 40px;
}

.discover_p_3 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    border: 1px solid #000000;
    text-align: center;
    color: #000000;
    margin-right: 10px;
}

.discover_p_1 {
    font-size: 14px;
    color: black;
    line-height: normal;
    margin-bottom: 5px;
	font-weight: 500;
}

p.discover_p_2 {
    color: #898989;
    font-size: 11px;
}

.discover_div_3 {
    padding: 15px;
    background-color: white;
}

.border_btm {
	border-bottom: 1px solid #aaaaaa;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.discover_img_1 {
    padding: 40px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.discover_div_6::before {
    content: " ";
    width: 430px;
    height: 430px;
    background-color: white;
    position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	border-radius: 50%;
} 

.float_bottom {
    position: absolute;
    bottom: 0;
}

.need_services_div_2 {
	position: relative;
}

.need_services_img_1 {
	width: 100%;
	height: 450px;
	object-fit: cover;
}

.need_services_img_2 {
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.header_btn_1 {
    border: 0px;
    background-color: white;
    margin-right: 10px;
    font-size: 20px;
}

.discover_div_7 {
	margin-top: 70px;
}

.printer_div_1 {
    background-image: url(../imgs/5.png);
    background-position: left;
}

.printer_div_5 {
    padding: 80px 0 100px;
    background-color: #ffffff54;
}

.printer_img_1 {
    margin-bottom: -53px;
}

.printer_div_3 {
    position: relative;
}

.printer_div_3::before {
    content: " ";
    width: 100px;
    height: 2px;
    background-image: linear-gradient(to right, #004467, #00446700);
    position: absolute;
    left: -30px;
    top: -10px;
}

.printer_div_3::after {
    content: " ";
    width: 2px;
    height: 100px;
    background-image: linear-gradient(to bottom, #004467, #00446700);
    position: absolute;
    left: -20px;
    top: -20px;
}

.satisfied_customers_div_1 {
    background-color: #004467;
    color: white;
}

.satisfied_customers_p_1 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
}

.satisfied_customers_div_3 {
    width: 90%;
    margin: auto;
}

.satisfied_customers_img_1 {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.satisfied_customers_div_2 {
    position: relative;
    padding: 0 !important;
}

.media_li_1 {
    color: #444444;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 10px;
    padding-left: 30px;
    display: inline-block;
    width: 48%;
    position: relative;
}

.media_li_1::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 24px;
    height: 24px;
    background-image: url(../imgs/trick.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.blog_div_1 {
    background-color: #F5F5F5;
    padding-bottom: 150px;
}

.blog_div_4 {
	position: relative;
} 

.blog_div_3 {
    width: 95%;
    padding: 20px;
    box-shadow: 1px 1px 5px #00000036;
    position: relative;
    z-index: 1;
    background-color: white;
    margin-top: -100px;
}

.blog_img_1 {
    width: 100%;
    height: 265px;
    object-fit: cover;
}

.blog_img_2 {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}

.blog_p_1 {
    color: black;
    font-weight: 500;
    font-size: 14px;
}

.blog_p_2 {
    color: #26262699;
    font-size: 14px;
    font-weight: 500;
}

.blog_p_2 span {
    font-size: 16px;
    margin-right: 5px;
}

.footer_div_1 {
    background-image: linear-gradient(#0d4c6d, #0b374f);
}

.footer_div_2 {
    padding: 60px 0;
}

.footer_img_2 {
    width: 130px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 10px;
}

p.footer_p_1 {
    font-size: 14px;
    color: white;
    line-height: 22px;
    margin-bottom: 10px;
}

.footer_p_2 {
    color: white;
    font-size: 20px;
    margin-top: 25px;
}

.footer_p_3 {
    font-size: 17px;
    color: white;
    line-height: 21px;
    margin-bottom: 24px;
    position: relative;
}

.footer_p_4 {
    font-size: 14px;
    color: white;
    line-height: 26px;
}

.footer_p_3::before {
    content: "";
    position: absolute;
    left: 12px;
    width: 24px;
    height: 2px;
    background-color: white;
}

.footer_p_3::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 35px;
    height: 1.5px;
    background-color: white;
    bottom: -9px;
}

.footer_div_5 {
    background-color: #0D4E70;
    padding: 15px 0px;
    color: white;
}

.footer_p_5 {
    font-size: 14px;
    line-height: 28px;
}

.footer_p_5 a {
    color: white;
}

.footer_input_1 {
    border: 1px solid white;
    background-color: transparent;
    padding: 0px 15px;
    line-height: 45px;
    border-radius: 50px;
    color: white;
    font-size: 15px;
    width: 100%;
    margin-bottom: 15px;
}

.footer_input_1::placeholder {
    color: white;
}

.footer_btn_1 {
    width: 100%;
    line-height: 50px;
    padding: 0px 15px;
    background-color: white;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #043B58;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer_p_6 {
    margin: 0px 40px;
}

.blog_div_4 {
    position: relative;
    margin-bottom: 20px;
}

.blog_div_5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_p_4 {
    color: white;
    text-align: left;
    padding-left: 17px;
    font-size: 14px;
    line-height: 28px;
}

.closebtn.header_btn_2 {
    border: 3px solid black;
    background-color: white;
    padding: 0px;
    line-height: 30px;
    width: 30px;
    font-size: 20px;
}

.header_ul_1 {
    text-align: center;
}

.header_ul_2 {
    text-align: left;
}

.inner_heading_p_1 {
    font-size: 55px;
    line-height: 55px;
    width: 65%;
    margin: 30px auto 20px;
    font-weight: 500;
}

.inner_heading_div_1 {
    padding: 50px 0 0;
}

.inner_heading_ul_1 {
    margin-bottom: 50px;
}

.inner_heading_li_1 {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 600;
}

.products_div_5 {
    border: 1px solid #D9D9D9;
    margin-bottom: 20px;
}

.products_img_1 {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.products_p_1 {
    font-size: 19px;
    color: #07354D;
    font-weight: 500;
    line-height: normal;
    padding: 10px;
}

.products_div_7 {
    border-bottom: 1px solid #D9D9D9;
    padding: 10px;
}

.products_p_2 {
    font-size: 14px;
    color: #717171;
}

.products_p_3 {
    font-size: 14px;
    color: #07354D;
    padding: 15px 10px;
    font-weight: 500;
}

.products_p_4 {
    padding-left: 8px;
    color: #07354D;
    font-size: 29px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.products_div_8 {
    border: 1px solid #D9D9D9;
    margin-bottom: 20px;
}

.products_p_5 {
    font-size: 20px;
    padding: 10px;
    line-height: normal;
    border-bottom: 1px solid #D9D9D9;
    font-weight: 600;
}

.products_div_9 {
    margin: 10px;
    border: 1px solid #D9D9D9;
    display: flex;
    border-radius: 50px;
}

.products_btn_1 {
    color: white;
    border: 0px;
    background-color: #004467;
    line-height: 30px;
    padding: 0px 15px;
    border-radius: 0px 50px 50px 0px;
    font-size: 16px;
}

.products_input_1 {
    width: 100%;
    border: 0px;
    padding: 0px 15px;
    border-radius: 50px 0px 0px 50px;
    font-size: 13px;
    line-height: 30px;
}

.products_div_10 {
    padding: 0 5px;
}

label.products_label_1 {
    margin: 0;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ECEAEA;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 400;
    color: black;
}

.products_input_2 {
    margin-right: 7px;
}

.products_div_12 {
    display: flex;
}

.products_div_11 {
    padding: 10px;
}

.products_p_6 {
    padding: 0px 10px;
    border: 1px solid #eceaea;
    font-size: 11px;
    line-height: 21px;
    border-radius: 4px;
}

.products_p_7 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    background-color: #004467;
    line-height: 30px;
    color: white;
}

.products_div_3 {
    position: sticky;
    top: 100px;
}

.products_p_8 {
    border: 1px solid #004467;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    border-radius: 50%;
    color: #004467;
}

.products_p_9 {
    font-size: 14px;
    font-weight: 400;
    color: #004467;
    margin: 0 10px;
}

.products_p_10 {
    border: 1px solid #004467;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    font-size: 11px;
    border-radius: 50%;
    color: #004467;
    margin: 0px 2px;
}

.products_p_10.active {
    color: #ffffff;
    background-color: #004467;
}

.products_div_16 a {
    display: inline-block;
}

.products_div_13 {
    margin: 20px 10px;
}

.products_div_17 {
    margin-top: 30px;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 0px 15px;
}

.toggle-icon {
    font-size: 20px;
    font-weight: bold;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out, padding .3s ease-in-out;
    padding: 0 15px;
    color: #333;
}

.faq-item.active .faq-answer {
    max-height: 100%; 
    padding-top: 10px;
    padding-bottom: 10px;
}

.products_div_19 {
    border: 1px solid #D9D9D9;
}

.products_p_11 {
    color: #312C2C;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
}

.products_p_12 {
    color: #575757;
    font-size: 14px;
    line-height: 26px;
}

.footer_img_1 {
    margin-top: -74px;
}

.products_p_13 {
    border: 1px solid #D9D9D9;
    padding: 10px;
    margin: 0px 10px 20px;
}

.contact_div_4 iframe {
    width: 100%;
    height: 585px;
    border: 0px;
}

.contact_div_3 {
    background-color: #004467;
    padding: 80px;
}

.contact_img_1 {
    width: 70%;
    height: auto;
    object-fit: contain;
    margin-bottom: 30px;
}

.contact_p_1 {
    color: white;
    font-size: 17px;
    margin-bottom: 10px;
}

.contact_p_1 a {
    color: white;
}

.contact_p_1 span {
    font-size: 17px;
    margin-right: 10px;
}

.contact_div_5 {
    margin-top: 150px;
}

.modal-dialog.contact_div_8 {
    max-width: 50%;
}

.modal-content.contact_div_9 {
    border-radius: 0px;
}

.modal-body.contact_div_10 {
    padding: 30px;
}

.contact_p_2 {
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    color: #0F0F0F;
    line-height: normal;
}

.contact_p_3 {
    color: #717171;
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.contact_label_1 {
    width: 100%;
    font-size: 14px;
    color: #07354D;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 30px;
}

.contact_input_1 {
    width: 100%;
    padding: 0px 15px;
    line-height: 35px;
    border-radius: 50px;
    border: 1px solid #D9D9D9;
    font-size: 12px;
    color: black;
    height: 35px;
}

.contact_div_11 {
    margin-bottom: 20px;
}

.textarea_1 {
    border-radius: 4px;
}

.tnc_img_1 {
    width: 80%;
    height: 350px;
    object-fit: cover;
}

.tnc_div_2 {
    position: relative;
    margin-bottom: 30px;
}

.tnc_p_1 {
    width: 60%;
    background-color: #F3F3F3;
    padding: 30px;
    font-size: 40px;
    line-height: normal;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.tnc_p_2 {
    font-size: 14px;
    color: #717171;
    line-height: 25px;
}

.tnc_li_1 {
    color: #444444;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 10px;
    padding-left: 40px;
    display: inline-block;
    width: 48%;
    position: relative;
}

.tnc_li_1::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 24px;
    height: 24px;
    background-image: url(../imgs/trick.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.tnc_ul_1 {
    margin: 35px 0px;
}

.aside-manage-div {
    position: relative;
}

.aside-manage-div aside {
    position: absolute;
    right: 0px;
    top: 0;
    width: 100%;
    max-width: 423px;
}
.products_div_2 {
    margin-top: 30px;
}
.product_details_img_1 {
    width: 100%;
    height: 325px;
    object-fit: cover;
}

.product_details_img_2 {
    width: 100%;
    height: 100px;
    object-fit: cover;
    padding-right: 10px;
}

.product_details_div_4 {
    border: 1px solid #D9D9D9;
    border-bottom: 0;
}

.product_details_div_5 {
    border-bottom: 1px solid #D9D9D9;
    padding: 20px;
}

.product_details_img_3 {
    width: 80px;
    height: 80px;
    border: 3px solid #d9d9d9;
    margin-right: 10px;
}

.product_details_p_1 {
    color: #07354D;
    font-size: 20px;
    font-weight: 500;
}

.product_details_p_2 {
    font-size: 11px;
    color: #717171;
}

.product_details_img_4 {
    width: 50px;
    height: 50px;
    border: 3px solid #d9d9d9;
    margin-right: 10px;
}

.product_details_p_3 {
    font-size: 13px;
    font-weight: 500;
    color: #07354d;
}

a.main_btn.product_details_btn_1 {
    font-size: 12px;
    width: 200px;
    margin-left: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.slider.image-grid-div {
    display: flex;
    flex-wrap: wrap;
}

.slider.image-grid-div .slider-item {
    width: 25%;
    padding: 10px;
    height: 175px;
}

.slider.image-grid-div .slider-item img {
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
}

.slider.image-grid-div .slider-item iframe {
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
}

a.main_btn.product_details_btn_1:hover {
    color: white;
}

.products_div_3.product_details_div_7.filter_show_hide {
    position: relative;
    top: 0px;
}

.product_details_div_4 {
    position: sticky;
    top: 100px;
}

.product_details_p_4 {
    color: #07354D;
    font-size: 30px;
    font-weight: 500;
    padding-left: 10px;
    margin-bottom: 10px;
}

.product_details_div_9 {
    /* background-color: #F6F6F6; */
    margin-top: 40px;
}

.product_details_p_5 {
    line-height: 80px;
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    text-transform: capitalize;
    color: #8B8B8B;
    border-bottom: 2px solid #F6F6F6;
    padding: 0px 10px;
    cursor: pointer;
}

.product_details_p_5:hover {
    color: #07354D;
    border-bottom: 2px solid #07354D;
}

.product_details_p_6 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #07354D;
}

.product_details_p_7 {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #004467;
    border-radius: 50%;
    font-size: 14px;
    color: white;
}

.product_details_p_8 {
    color: #282323;
    font-weight: 500;
    font-size: 12px;
    line-height: normal;
    margin-left: 10px;
}

.product_details_div_15 {
    margin-bottom: 15px;
}

.product_details_div_17 {
    padding: 15px;
    background-color: #f6f6f6;
    border-radius: 9px 0 0 9px;
    height: 213px;
}

.product_details_div_16 {
    border: 1px solid #EBE0E0;
    border-radius: 9px;
    margin-bottom: 30px;
}

.product_details_p_9 {
    color: #282323;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}

.product_details_p_10 {
    color: #07354D;
    font-size: 17px;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: 500;
}

.product_details_p_11 {
    font-size: 12px;
    margin-bottom: 7px;
    color: #004467;
    font-weight: 400;
}

.product_details_img_5 {
    width: 100%;
    height: 213px;
    object-fit: cover;
}

.product_details_div_19 {
    background-color: #F6F6F6;
    border-radius: 9px;
}

.product_details_p_12 {
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #07354D;
    border-bottom: 1px solid #EBE0E0;
}

.product_details_div_20 {
    padding: 15px 0;
}

.product_details_img_6 {
    width: 100%;
    height: 115px;
    object-fit: cover;
    margin-bottom: 10px;
}

.product_details_p_13 {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 5px;
    color: #07354D;
    font-weight: 500;
}

.product_details_p_14 {
    color: #0C6695;
    line-height: normal;
    font-size: 11px;
}

.product_details_div_14 {
    position: sticky;
    top: 100px;
}

.product_details_div_22 h1 {
    color: #07354D;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: normal;
}

.product_details_div_22 p {
    color: #717171;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
}

.product_details_p_16 {
    color: #717171;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
}

/* 
.product_details_p_15 {
    
} */

.product_details_div_22 h3.product_details_p_17 {
    color: #07354D;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: normal;
}

.product_details_li_1 {
    color: #444444;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 10px;
    padding-left: 30px;
    position: relative;
}

.product_details_li_1::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 22px;
    height: 22px;
    background-image: url(../imgs/trick.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 5px;
}

.product_details_div_22 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebe0e0;
}

.product_details_table_1 {
    border: 1px solid #BABABA;
    border-right: 0;
    border-bottom: 0;
}

.product_details_th_1 {
    background-color: #004467;
    color: white;
    padding: 10px 15px;
    font-size: 14px;
    border-right: 1px solid #BABABA;
    border-bottom: 1px solid #BABABA;
}

.product_details_td_1 {
    background-color: #fff;
    color: #312C2C;
    padding: 10px 15px;
    font-size: 14px;
    border-right: 1px solid #BABABA;
    border-bottom: 1px solid #BABABA;
}

.product_details_img_7 {
    width: 70px;
    padding: 8px;
    border-right: 1px solid #BABABA;
    margin-right: 8px;
}

.product_details_p_18 {
    font-size: 12px;
}

.product_details_p_19 {
    font-size: 12px;
    padding: 15px 10px;
    border-right: 1px solid #BABABA;
    border-left: 1px solid #BABABA;
}

.product_details_div_24 {
    border: 1px solid #BABABA;
    padding: 5px 10px;
    box-shadow: 3px 3px 7px 0px #00000021;
    margin-bottom: 15px;
}

.product_details_video_1 {
    width: 100%;
    height: 100px;
}

.product_details_div_28 {
    width: 100%;
    margin: 30px auto;
}

.product_details_img_8 {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
}

.main_btn_span_1 {
    border: 2px solid white;
    padding: 3px 6px;
    border-radius: 50%;
}

.about_p_1 {
    font-size: 13px;
    color: #717171;
}

.about_div_1 {
    position: relative;
}

.about_div_3::after {
    content: " ";
    width: 100px;
    height: 130px;
    background-color: #005BAC;
    position: absolute;
    left: -30px;
    top: -30px;
    z-index: 0;
    opacity: .2;
}

.about_div_2::before {
    content: " ";
    width: 250px;
    height: 350px;
    background-color: #F8F8F8;
    position: absolute;
    left: 0;
    top: 0px;
}

.about_img_1 {
    position: relative;
    z-index: 1;
}

.about_p_2 {
    font-size: 13px;
    color: #717171;
    width: 60%;
}

.history_div_1 {
    background-color: #F5F5F5;
}

.about_p_3 {
    font-size: 27px;
    font-weight: 500;
    color: #0F0F0F;
    margin-bottom: 10px;
    line-height: normal;
}

.about_p_4 {
    font-size: 44px;
    font-weight: 500;
    color: #0F0F0F;
    line-height: normal;
}

.history_div_1 {
    position: relative;
}

.history_div_2::after {
    content: " ";
    width: 250px;
    height: 350px;
    background-color: #043B58;
    position: absolute;
    right: 0;
    bottom: 0px;
}

.about_img_2 {
    width: 150px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.service_div_2::after {
    content: " ";
    width: 100px;
    height: 130px;
    background-color: #005BAC;
    position: absolute;
    right: -30px;
    top: -30px;
    z-index: 0;
    opacity: .2;
}

.service_div_1::before {
    content: " ";
    width: 250px;
    height: 350px;
    background-color: #F8F8F8;
    position: absolute;
    right: 0;
    top: 0px;
}

.service_list_div_1 {
    background-color: #F5F5F5;
}

.service_list_div_3 {
    height: 370px;
}

.products_div_23 {
    padding: 0px 10px 10px 10px;
    text-align: end;
}

.products_btn_2 {
    border: 1px solid #D9D9D9;
    background-color: white;
    padding: 0px 10px;
    line-height: 30px;
    color: #565656;
    font-size: 15px;
    outline: none !important;
}

.products_btn_2:hover {
    border: 1px solid #004467;
    background-color: #004467;
    color: #ffffff;
}

.products_div_24 {
    border: 1px solid #D9D9D9;
    margin-bottom: 20px;
    /* display: flex; */
    padding: 15px;
}

.products_img_2 {
    width: 100%;
    height: 221px;
    object-fit: cover;
}

.products_div_26 {
    padding-left: 15px;
}

.tab button.active {
    border: 1px solid #004467;
    background-color: #004467;
    color: #ffffff;
}
  
.tabcontent {
    display: none;
}

.product_details_div_4 .table_widget_ld_width.productpage_accordion_mainblock {
    max-width: 100% !important;
    margin: 0px auto !important;
    border: #CCC 0px solid !important;
}

.table_widget_ld_width.productpage_accordion_mainblock {
    max-width: 100% !important;
}

.product_details_div_4 .accordionWrapper .category_specialbx.promo {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    padding-top: 0px !important;
}

.product_details_div_4 .accordionWrapper .category_specialbx {
    border: 0px solid !important;
}

.product_details_div_4 .productpage_accordion_mainblock .accordionWrapper .accordionItem {
    padding: 0 !important;
}

.product_details_div_4 .productpage_accordion_mainblock .accordionItemHeading {
    padding: 10px !important;
}

.product_details_div_4 .accordionItemContent_product_flex {
    padding: 10px;
}

.product_details_div_4 .accordionItemContent_product_flex .product_price a.login_link {
    width: auto !important;
    height: inherit !important;
    margin: 0 !important;
    background: #23334c !important;
    padding: 5px 15px !important;
    margin-left: 10px !important;
    color: #fff !important;
    border-radius: 5px !important;
    border: #23334c 1px solid !important;
    margin-top: 10px !important;
}

.productpage_accordion_mainblock.table_widget_ld_width .product_des_remove {
    background: #23334c !important;
    border: #23334c 1px solid !important;
}

.productpage_accordion_mainblock .ld_search_product {
    width: 100% !important;
}

 .ld_product_filter_header {
    margin-top: 0px !important;
}

.products_div_8 .productpage_accordion_mainblock .accordionItemHeading_left_products {
    display: none !important;
}

.products_div_8 .productpage_accordion_mainblock .accordionItemHeading_center_products {
    display: none !important;
}

.products_div_8 .productpage_accordion_mainblock .accordionItemHeading_right_products a.category_collaspe_arrow_btn {
    display: none !important;
}

.products_div_8 .productpage_accordion_mainblock .accordionItemHeading_right_products a {
    float: left !important;
}

.productpage_accordion_mainblock .accordionItemHeading_right_products {
    width: 100% !important;;
    text-align: right !important;;
}

.productpage_accordion_mainblock.category_widget_view_block .accordionWrapper .accordionItem {
    width: 25% !important;
}

.category_total_products_count_wrapper {
    padding-right: 10px;
}

.slider_img_1 {
    width: 100%;
    height: 150px !important;
    object-fit: cover !important;
}

.slider_caption {
    padding: 10px !important;
}



/*=============== /main css ===============*/



/*=============== 15/05/2025  ===============*/

/* Datatable Styling */
.category-datatable {
    margin: 15px 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
}

.datatable-header {
    margin-bottom: 10px;
}

.datatable-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-right: 10px;
    display: inline-block;
}

.datatable-description {
    font-size: 14px;
    color: #666;
    display: inline-block;
}

.datatable {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

.datatable th,
.datatable td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.datatable th {
    background-color: #f5f5f5;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.datatable td {
    color: #555;
    font-size: 13px;
}

.datatable tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.datatable tbody tr:hover {
    background-color: #f0f0f0;
}

/* Responsive Datatable */
@media (max-width: 768px) {
    .datatable {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .datatable th,
    .datatable td {
        min-width: 120px;
    }
}

/* Description Styling */
.category-description {
    margin: 15px 0;
    padding: 10px;
    background-color: #f9f9f9;
    border-left: 3px solid #0073aa;
    border-radius: 4px;
}

.category-description h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
}

.category-description p {
    font-size: 14px;
    color: #555;
    margin: 0;
    line-height: 1.5;
}

/* Ensure descriptions fit in grid/list view */
.products_div_5 .category-description,
.products_div_26 .category-description {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Tab content adjustments */
.tabcontent {
    padding: 20px 0;
}

/* Ensure datatable fits in grid view */
.products_div_5 .category-datatable {
    font-size: 13px;
}

.products_div_5 .datatable th,
.products_div_5 .datatable td {
    padding: 8px 10px;
}

/* List view adjustments */
.products_div_26 .category-datatable {
    margin: 10px 0;
}

.products_div_26 .datatable th,
.products_div_26 .datatable td {
    padding: 10px 12px;
}


