body,
html {
margin: 0;
padding: 0
}

h1,
h2,
h3,
h4,
h5 {
font-family: 'GothamMedium';
font-weight: 700;
color: #131C39;
margin-bottom: 15px;
}

p {
color: #505050;
font-size: 15px;
font-family: 'GothamOfficeRegular';
line-height: 1.6;
}

* {
scroll-behavior: smooth
}

body {
letter-spacing: 0;
}

.user-logged-in .messages-list__wrapper .messages-list__item.messages.messages--error {
	display: none;
}

.form-box textarea.form-control {
height: 100px
}

a {
color: inherit;
text-decoration: none;
font-family: 'GothamOfficeRegular';
}

a:hover {
text-decoration: none
}

:hover,
img {
transition: all 0.2s ease-in-out 0s;
}

/* FORM FIELD */
:focus {
outline: 0 !important
}

:hover {
transition: all ease-in-out 0.3s 0s;
}

.form-top .form-control::-webkit-input-placeholder {
/* Edge */
color: #fff;
font-family: 'GothamOfficeRegular';
}

.form-top .form-control:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #fff;
font-family: 'GothamOfficeRegular';
}

.form-top .form-control::placeholder {
color: #fff;
font-family: 'GothamOfficeRegular';
}

.custom-select:focus {
border-color: #b69859;
outline: 0;
box-shadow: none
}

/* FORM FIELD END */
.gap_block {
padding: 70px 0
}

/* HOVER EFFECT */
.hover_shadow:hover {
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3) !important;
}

.img_roted:hover img {
transform: rotate(360deg);
}

/* HOVER EFFECT END */
.text_truncate {
width: 100%;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
min-height: 65px;
line-height: 1.5;
}

.owl-carousel img {
width: auto !important;
margin: auto;
}

/* Header CSS */
/*header.header_block {
position: fixed;
width: 100%;
z-index: 1600;
top: 0;
transition: all 0.3s ease-in-out 0s;
padding-bottom: 10px;
}*/
header.header_block {
position: absolute;
width: 100%;
z-index: 1600;
top: 0;
transition: all 0.3s ease-in-out 0s;
padding-bottom: 10px;
}
/*.page-user-1.user-logged-in header.header_block {*/
.user-logged-in header.header_block {
	position: unset;
	background: #031543;
}
.header_top {
border-bottom: 1px solid #8d8d8d;
margin-bottom: 10px;
position: relative;
}

.header_top::after {
content: "";
position: absolute;
width: 100%;
height: 100px;
top: 0;
background: rgb(0, 0, 0);
background: -moz-linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
background: -webkit-linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
z-index: -1;
}

header.header_block.top_in {
background: rgb(12, 20, 43);
background: -moz-linear-gradient(90deg, rgba(12, 20, 43, 1) 0%, rgba(0, 33, 120, 1) 100%);
background: -webkit-linear-gradient(90deg, rgba(12, 20, 43, 1) 0%, rgba(0, 33, 120, 1) 100%);
background: linear-gradient(90deg, rgba(12, 20, 43, 1) 0%, rgba(0, 33, 120, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c142b", endColorstr="#002178", GradientType=1);
box-shadow: 0 11px 30px rgba(0, 0, 0, 0.4);
top: -44px;
position: fixed;
}

.header-logo img {
transition: all 0.3s ease-in-out 0s;
height: 92px;
}

header.header_block.top_in .header-logo img {
height: 60px;
}

.social_link ul li a {
color: #fff;
}

span.location_icon {
position: relative;
top: -2px;
}

.social_link ul li .call-to-action {
font-weight: 500;
padding: 11px;
}

.social_link ul li .call-to-action:hover {
background-color: #fff;
color: #1a1b4d;
}

/* Banner */
.banner_btm {
position: absolute;
bottom: -1px;
width: 100%;
z-index: 1020;
}

/* MENU DESIGN */
.home_menu li a {
color: #fff;
}

.home_menu li {
margin-right: 15px;
}

.home_menu li a.nav-link:focus,
.home_menu li a.nav-link:hover {
color: #cddbff;
}

.product_list_item .pro_img {
background-color: #f5f5f5;
}

.product_list_item .pro_img {
max-width: 180px;
padding: 12px;
border-radius: 15px;
}

.product_list_item p {
font-size: 14px;
color: #000;
margin-top: 10px;
margin-bottom: 0px;
}

.dropdown-menu_box .product_list_item a {
color: #3c3fc9;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.5px;
}

.dropdown-menu_box .card-body {
padding: 30px;
}

.dropdown-menu_box .product_list_item a span {
font-size: 32px;
line-height: 0.1;
display: inline-block;
position: relative;
bottom: -4px;
}

.dropdown-menu_box .card {
border: 0;
}

.home_menu li .dropdown-menu_box {
position: absolute;
min-width: 560px;
border: 0;
top: 150px;
left: 8px;
visibility: hidden;
opacity: 0;
transition: all 0.3s ease-in-out 0s;
height: 0;
}

.home_menu li.nav-item.dropdown:hover .dropdown-menu_box {
opacity: 1;
visibility: visible;
top: 40px;
height: auto;
}

.home_menu .dropdown-menu_box.right_submenu {
left: auto;
right: -100%;
}

.dropdown-toggle::after {
display: none;
}

/* .home_menu li.nav-item.dropdown::after {
width: 0px;
height: 0px;
content: "";
position: absolute;
border-bottom: 10px solid #fff;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
top: 35px;
left: 0;
right: 0;
margin: auto;
opacity: 0;
transition: all 0.8s ease-in-out 0s
} */

/* .home_menu li.nav-item.dropdown:hover::after {
top: 30px;
opacity: 1;
} */

.bar_icon {
width: 40px;
height: 40px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: end;
cursor: pointer;
margin-left: 40px;
}

.bar_icon span {
width: 20px;
height: 3px;
background-color: #fff;
border-radius: 3px;
margin: 3px;
transition: all 0.3s ease-in-out 0s
}

.bar_icon span:nth-child(2) {
width: 30px;
transition: all 0.3s ease-in-out 0s
}

.bar_icon.open span:nth-child(2) {
width: 0;
}

.bar_icon.open span:first-child {
transform: rotate(45deg);
transition: all 0.3s ease-in-out 0s
}

.bar_icon.open span:last-child {
transform: rotate(-45deg);
top: -8px;
position: relative;
transition: all 0.3s ease-in-out 0s
}

.bar_icon.open span:first-child {
transform: rotate(45deg);
top: 10px;
position: relative;
}

.parallax-item {
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
font-family: Montserrat, sans-serif;
width: 100%;
min-height: 90vh;
}

.parallax-item h2 {
font-size: 3rem;
text-transform: uppercase;
background-color: whitesmoke;
padding: 1rem;
border-radius: 1rem;
}

.parallax-item:first-child {
background: url("../images/banner_1920.png");
background-size: cover;
background-repeat: no-repeat;
}

/* G reviews */

	.g_review_brdr {
		border-radius: 15px;
	}

/* G reviews */

/* BACKGROUND HEIGHT IMAGES */

@media screen and (max-width: 992px) {
.banner-content.position-absolute {
position: relative !important;
padding: 30px 0;
}
}

/* SIdeBar  */
/* styling side menu */
.sideMenu {
width: 400px;
overflow: auto;
box-shadow: 1px 0 0 rgb(0 0 0 / 10%);
height: calc(100vh);
padding: 60px 30px;
position: absolute;
background: #000;
top: 0;
right: 0;
}

.sideMenu::-webkit-scrollbar {
width: 10px;
}

.sideMenu::-webkit-scrollbar-thumb {
background-color: #ccc;
}

.sideMenu::-webkit-scrollbar-track {
background-color: #eee;
}

.sideMenu>ul {
list-style: none;
padding: 0;
display: flex;
flex-direction: column;
}

.sideMenu>ul>li {
width: 100%;
}

.sideMenu>ul>li button {
outline: none;
border: none;
width: 100%;
cursor: pointer;
text-align: left;
display: flex;
font-weight: bold;
align-items: center;
gap: 0 15px;
margin-bottom: 5px;
font-size: 20px;
padding: 5px 0;
background-color: transparent;
color: #fff;
}
.sideMenu ul li a, .sideMenu ul li span {
	outline: none;
	border: none;
	width: 100%;
	cursor: pointer;
	text-align: left;
	display: flex;
	font-weight: bold;
	align-items: center;
	gap: 0 15px;
	margin-bottom: 5px;
	font-size: 15px;
	padding: 5px 0px 5px 15px;
	background-color: transparent;
	color: #fff;
}


.sideMenu>ul>li button i {
font-size: 10px;
color: #fff;
}

.sideMenu ul>ul {
transition: 200ms ease;
list-style: none;
margin-left: 3px;
overflow: hidden;
padding: 0;
margin-bottom: 10px;
}

.sideMenu ul>ul>li {
border-left: 2px solid #cfc4ff;
width: 100%;
transition: 200ms ease;
color: #fff;
}

.sideMenu ul>ul>li a {
text-decoration: none;
transition: 100ms ease;
display: inline-block;
width: 100%;
padding: 10px 20px;
color: #fff;
font-size: 17px;
text-transform: capitalize;
}

.sideMenu ul>ul>li:hover {
border-left: 2px solid rgb(255, 255, 0);
}

.sideMenu ul>ul>li:hover>a {
color: #fff;
}


.sidebar_menu {
position: fixed;
top: 0;
background: #0f001b;
z-index: 2200;
right: 0;
background: #0f001bdb;
right: 0;
width: 100%;
height: 100%;
overflow: hidden;
right: -100%;
transition: all 0.3s ease-in-out 0s
}
.sidebar_menu .sideMenu .bar_icon {
	position: absolute;
	top: 10px;
	right: 19px;
}
.sidebar_menu.is-open {
right: 0;
}

body.position-fixed {
width: 100%;
}

/* Redefining Block */
.girl_image {
position: absolute;
right: 12px;
bottom: 4px;
}

.gap_block.redefining_block {
padding-top: 10px;
padding-bottom: 20px;
}

.redefining_block {
background-color: #f5f5f5;
}

.redein_box .icon_r img {
transition: all 0.3s ease-in-out 0s;
}

.redein_box .icon_r {
width: 72px;
height: 72px;
border-radius: 10px;
text-align: left;
transition: all 0.3s ease-in-out 0s;
padding-top: 15px;
}

.redein_box:hover .icon_r {
background-color: #fff;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
text-align: center;
}

.redein_box p {
color: #001430;
font-size: 16px;
margin-top: 0px;
transition: all 0.3s ease-in-out 0s;
position: relative;
top: -7px;
line-height: 1.3;
}

.redein_box:hover p {
top: 10px;
}

.page_hdr_para h2 {
color: #131C39;
font-size: 36px;
}

.page_hdr_para p {
color: #505050;
}

ul.redefing_list.list-unstyled {
display: flex;
flex-wrap: wrap;
}

ul.redefing_list li {
width: 33%;
margin-bottom: 20px;
border-bottom: 1px solid #f5f5f5;
transition: all 0.3s ease-in-out 0s;
position: relative;
}

ul.redefing_list li::after {
content: "";
width: 0%;
height: 3px;

bottom: -5px;
position: absolute;
transition: all 0.5s ease-in-out 0s;
background: rgb(160, 163, 11);
background: -moz-linear-gradient(90deg, rgba(160, 163, 11, 1) 0%, rgba(66, 71, 210, 1) 45%, rgba(252, 100, 100, 1) 100%);
background: -webkit-linear-gradient(90deg, rgba(160, 163, 11, 1) 0%, rgba(66, 71, 210, 1) 45%, rgba(252, 100, 100, 1) 100%);
background: linear-gradient(90deg, rgba(160, 163, 11, 1) 0%, rgba(66, 71, 210, 1) 45%, rgba(252, 100, 100, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a0a30b", endColorstr="#fc6464", GradientType=1);
}

ul.redefing_list li:hover::after {
width: 100%;
}

.tab_links .tab_icon .hover_img {
position: absolute;
left: 0;
right: 0;
margin: auto;
z-index: 1;
top: 25px;
opacity: 0;
transition: all 0.5s ease-in-out 0s;

}

.tab_links {
position: relative;
}

.future_tab {
transition: all 0.5s ease-in-out 0s;
/*max-width: 880px;*/
max-width: 100%;
margin: auto;
}

.future_tab:hover {
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
border-color: #fff !important;
}

.tab_links .tab_icon img {
position: relative;
z-index: 1;
}

.future_tab li .nav-link.active .tab_links .tab_icon img,
.future_tab li .nav-link:hover .tab_links .tab_icon img {
opacity: 0;
}

.future_tab li .nav-link.active .tab_links .tab_icon .hover_img,
.future_tab li .nav-link:hover .tab_links .tab_icon .hover_img {
opacity: 1;
top: 0;
}

.future_tab li {
max-width: 180px;
}

.future_tab li .nav-link {
padding: 10px;
}

.future_tab li .nav-link.active .tab_links p,
.future_tab li .nav-link:hover .tab_links p {
font-weight: 400;
color: #001430;
font-size: 14px;
}

.future_tab li .nav-link.active,
.future_tab li .nav-link:hover {
background-color: #EEF7FF !important;
}

.future_tab li .nav-link .tab_links p {
color: #001430;
font-size: 14px;
margin: 0;
}

.tab_icon {
height: 35px;
}

.tab_contImg {
border: 1px solid #DEE7F4;
padding: 30px;
border-radius: 30px;
background-color: #F5F5F5;
}

.tab_contImg img.w-100.img-fluid {
width: auto !important;
margin: auto;
display: block;
max-height: 300px;
}

.cont_text_block .inner_subtab {
/*max-width: 560px;*/
max-width: 700px;
margin-left: auto;
}

.cont_text_block .inner_subtab li.nav-item .nav-link {
color: #001430;
font-size: 18px;
border-width: 0 0 1px 0;
margin: 0;
border-color: #ededed;
width: 100%;
}

.cont_text_block .inner_subtab li.nav-item {
width: 50%;
}

.cont_text_block .inner_subtab li.nav-item .nav-link.active {
color: #358EE0;
font-weight: 500;
border-color: #358EE0;
}

a.read_more.text-uppercase {
color: #131C39;
}

a.read_more span {
position: relative;
top: -2px;
transition: all 0.3s ease-in-out 0s;
left: -3px;
}

a.read_more:hover span {
left: 5px;
}

.view_btn {
color: #2A3349;
text-transform: uppercase;
font-weight: 500;
padding: 14px 30px;
text-align: center;
}

.view_btn.active,
.view_btn:hover {
background: rgb(4, 86, 161);
background: -moz-linear-gradient(90deg, rgba(4, 86, 161, 1) 0%, rgba(52, 141, 223, 1) 100%);
background: -webkit-linear-gradient(90deg, rgba(4, 86, 161, 1) 0%, rgba(52, 141, 223, 1) 100%);
background: linear-gradient(90deg, rgba(4, 86, 161, 1) 0%, rgba(52, 141, 223, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0456a1", endColorstr="#348ddf", GradientType=1);
color: #fff;
}

#tab_one_swiper {
width: 100%;
height: auto;
max-height: 370px;
}

.swiper-scrollbar.swiper-scrollbar-vertical {
display: none;
}

.button-group.d-flex.top_up_place {
position: relative;
top: -65px;
z-index: 1200;
}
.p_ins_boxes {
	height: 100%;
	position: relative;
}
.p_ins_btn_list {
	position: absolute;
	bottom: 20px;
	top: unset;
	left: 0;
}
.p_ins_btn_list .button-group.d-flex.top_up_place {
	position: unset;
}

#tab_one_swiper .swiper-button-prev:after,
#tab_one_swiper .swiper-rtl .swiper-button-next:after,
#tab_one_swiper .swiper-button-next::after {
font-size: 13px;
color: #000;
font-weight: 600;
}

#tab_one_swiper .swiper-button-prev {
right: 14px;
left: auto;
bottom: 60px;
top: auto;
transform: rotate(90deg);
border: 1px solid;
width: 44px;
height: 44px;
border-radius: 50%;
padding: 12px;
}

#tab_one_swiper .swiper-button-next {
right: 65px;
left: auto;
bottom: 60px;
top: auto;
transform: rotate(90deg);
border: 1px solid;
width: 44px;
height: 44px;
border-radius: 50%;
padding: 12px;
}

.lion_bg_block {
position: relative;
height: 760px;
padding-top: 250px;
}

.lion_bg_block::after {
position: absolute;
width: 100%;
height: 200px;
content: "";
background-image: url(../images/lion_shadow.png);
top: -1px;
background-repeat: no-repeat;
background-size: cover;

}

.lion_bg_block.gap_block {
padding: 320px 0 0px;
}

.lion_bg_block .page_hdr_para p {
color: #AEB1BE
}

ul.list-unstyled.why_list li {
color: #fff;
margin-bottom: 10px;
}

ul.list-unstyled.why_list li span {
margin-right: 10px;
}

/* IMAGE HOVER EFFECT */
.image_slide_hover {
transition: all 0.5s ease-in-out 0s;
min-height: 185px;
}

.image_hover img.show_hover {
position: relative;
z-index: 1;
opacity: 0;
transition: all 0.5s ease-in-out 0s;
top: 0;
}

.image_hover {
position: relative;
overflow: hidden;
transition: all 0.5s ease-in-out 0s;
padding: 15px;
max-height: 80px;
}

.image_slide_hover:hover {
background-color: #243B7F;
}

.image_hover img {
position: relative;
z-index: 0;
transition: all 0.5s ease-in-out 0s;
}

.image_slide_hover:hover img.show_hover {
top: -48px;
opacity: 1;
z-index: 5;
}

.image_slide_hover:hover .img_hover_text p {
color: #fff;
font-weight: 600;
}

.img_hover_text p {
color: #001430;
font-weight: 500;
transition: all 0.5s ease-in-out 0s;
}

#slider-client .owl-stage {
	width: 100% !important;
    display: flex;
    justify-content: center;
}

#slider-testmonial .owl-stage-outer {
padding: 50px 0px;
}

.testimonial_box .star_rate {
margin: 10px 0 30px;
}

.testimonial_box p {
color: #181E2D;
font-size: 16px;
}

.testimonial_box .profile_image .pro_img img {
width: 62px;
min-width: 62 px;
}

.testimonial_box .profile_image .profile_text p {
font-size: 14px;
}

.testimonial_box .profile_image .profile_text p:nth-child(2) {
color: #52525B
}

#slider-testmonial .owl-item {
transition: all 0.5s ease-in-out 0s;
opacity: 0.3;
}

#slider-testmonial .owl-item.active.center {
transform: scale(1.2);
z-index: 10;
opacity: 1;
}

#slider-testmonial .owl-nav .owl-prev, #product_search .owl-nav .owl-prev , #product_range .owl-nav .owl-prev, .product_rang_tab .owl-carousel .owl-nav .owl-prev{
width: 54px;
height: 54px;
background-image: url(../images/left_arrow_circle.png);
background-repeat: no-repeat;
border-radius: 50%;
}

#slider-testmonial .owl-nav .owl-next, #product_search .owl-nav .owl-next, #product_range  .owl-nav .owl-next, .product_rang_tab .owl-carousel .owl-nav .owl-next{
width: 54px;
height: 54px;
background-image: url(../images/right_arrow_circle.png);
background-repeat: no-repeat;
border-radius: 50%;
}

.owl-theme .owl-nav [class*='owl-']:hover {
background-color: #edefff !important;
color: #FFF;
text-decoration: none;
}

.contact_us {
background: rgb(1, 17, 79);
background: -moz-linear-gradient(90deg, rgba(1, 17, 79, 1) 0%, rgba(3, 35, 110, 1) 65%, rgba(23, 97, 39, 1) 86%, rgba(18, 78, 43, 1) 100%);
background: -webkit-linear-gradient(90deg, rgba(1, 17, 79, 1) 0%, rgba(3, 35, 110, 1) 65%, rgba(23, 97, 39, 1) 86%, rgba(18, 78, 43, 1) 100%);
background: linear-gradient(90deg, rgba(1, 17, 79, 1) 0%, rgba(3, 35, 110, 1) 65%, rgba(23, 97, 39, 1) 86%, rgba(18, 78, 43, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01114f", endColorstr="#124e2b", GradientType=1);
}

a.contact_box, button.contact_box,
input.contact_box {
color: #fff;
font-size: 20px;
letter-spacing: 1px;
font-weight: 600;
background: rgb(3, 85, 160);
background: -moz-linear-gradient(90deg, rgba(3, 85, 160, 1) 0%, rgba(51, 139, 221, 1) 100%);
background: -webkit-linear-gradient(90deg, rgba(3, 85, 160, 1) 0%, rgba(51, 139, 221, 1) 100%);
background: linear-gradient(90deg, rgba(3, 85, 160, 1) 0%, rgba(51, 139, 221, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0355a0", endColorstr="#338bdd", GradientType=1);
padding: 15px 30px;
border-radius: 5px;
transition: all 0.3s ease-in-out 0s;
}

a.contact_box:hover,
input.contact_box:hover {
background: rgb(0, 113, 217);
background: -moz-linear-gradient(90deg, rgba(0, 113, 217, 1) 0%, rgba(97, 95, 247, 1) 100%);
background: -webkit-linear-gradient(90deg, rgba(0, 113, 217, 1) 0%, rgba(97, 95, 247, 1) 100%);
background: linear-gradient(90deg, rgba(0, 113, 217, 1) 0%, rgba(97, 95, 247, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0071d9", endColorstr="#615ff7", GradientType=1);
box-shadow: 0 20px 35px rgba(0, 0, 0, 0.6);
}

.contact_details h3 {
font-size: 30px;
font-weight: 400;
}

.contact_details h2 {
color: #77FE48;
font-size: 44px;
}

.contact_details p {
font-size: 15px;
}

.video_block {
background-color: #000;
}

.video_block .video_link {
opacity: 0.7;
}

.google_rivew {
background-color: #293038;
padding: 40px 0;
}

.footer_block {
background-color: #243B7F;
padding: 70px 0 35px;
}

.footer_block .ftr_sub {
color: rgba(255, 255, 255, 0.70);
}

.footer_list ul li a {
font-size: 15px;
display: inline-block;
margin-bottom: 6px;
position: relative;
}

.footer_list ul li a::after {
width: 0%;
height: 1px;
background-color: #8069ff;
content: "";
position: absolute;
left: 0;
bottom: -2px;
border-radius: 5px;
transition: all 0.3s ease-in-out 0s;
}

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

.search_box input.form-control {
background-color: transparent;
border-color: #fff;
color: #fff;
}

p.copy_text.text-center.mb-0 {
color: #999999;
font-size: 16px;
border-top: 2px solid #ffffff82;
padding-top: 34px;
margin-top: 30px;
}

.footer_block::after {
position: absolute;
content: "";
bottom: 0;
width: 100%;
height: 10px;
background: rgb(32, 39, 45);
background: -moz-linear-gradient(90deg, rgba(32, 39, 45, 1) 0%, rgba(1, 175, 247, 1) 21%, rgba(108, 1, 186, 1) 75%, rgba(176, 6, 69, 1) 100%);
background: -webkit-linear-gradient(90deg, rgba(32, 39, 45, 1) 0%, rgba(1, 175, 247, 1) 21%, rgba(108, 1, 186, 1) 75%, rgba(176, 6, 69, 1) 100%);
background: linear-gradient(90deg, rgba(32, 39, 45, 1) 0%, rgba(1, 175, 247, 1) 21%, rgba(108, 1, 186, 1) 75%, rgba(176, 6, 69, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20272d", endColorstr="#b00645", GradientType=1);
left: 0;
}

.side_line {
position: relative;
}

.side_line::after {
background-color: #243B7F;
position: absolute;
content: "";
right: 30px;
width: 3px;
height: 100%;
top: 0;
z-index: 1500;
}

.banner_block::after {
background-color: #243B7F;
position: absolute;
content: "";
right: 30px;
width: 3px;
height: 70px;
bottom: 0;
z-index: 1598;
}
.after_bannerbottom::after{
display: none;
}

.banner_block {
position: relative;
}

.lion_bg_block::before {
background-color: #243B7F;
position: absolute;
content: "";
right: 30px;
width: 3px;
height: 140px;
top: 0;
z-index: 1500;
}

.fan_left {
position: absolute;
right: 16px;
bottom: 0px;
z-index: 1501;
}

.right_circle_object {
position: absolute;
top: 250px;
right: 4px;
z-index: 1599;
transition: all 0.3s ease-in-out 0s;
}

.right_circle_object img {
width: 58px;
}

/*.light_lamo {
position: absolute;
top: 83px;
right: 64px;
animation: blink 1000ms alternate infinite;
}*/
.light_lamo {
	position: absolute;
	top: 54px;
	right: 64px;
	animation: blink 1000ms alternate infinite;
}

@keyframes blink {
0% {
opacity: 0;
}

25% {
opacity: 1;
}

50% {
opacity: 0;
}

75% {
opacity: 1;
}

100% {
opacity: 0;
}
}

.spin-fan img {
width: 107px;
opacity: 0.4;
animation: animName 2s linear infinite;
}

.spin-fan {
position: absolute;
right: 50px;
bottom: 289px;
z-index: 1599;
}



@keyframes animName {
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(360deg);
}
}

div#accordion_mobile .accordion-button span {
background: #fff;
width: 44px;
height: 44px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
margin-left: 15px;
}

#accordion_mobile {
display: none;
}

div#accordion_mobile .accordion-item {
margin-bottom: 15px;
margin-top: 0;
border: 1px solid #c5c5c5;
}




/* ------------------------------------------------------------------ */
.banner_text {
position: absolute;
top: 0;
height: 100%;
display: flex;
align-items: center;
width: 100%;
}
.video_banner {
position: relative;
}
.video_banner::after{
width: 100%;
height: 100%;
content: "";
background-color:rgba(0, 0, 0, 0.6);
top: 0;
left: 0;
position: absolute;

}
.banner_text h1 {
font-size: 55px;
color: #fff;
font-weight: 700;
text-shadow: 0 10px 25px rgba(0, 0, 0, 0.9);
}
.our_feature_box {
border: 1px solid #D7DEE7;
padding: 35px 55px;
background-color: #fff;
position: relative;
z-index: 100;
min-height: 390px;
}

.our_feature_box::after {
width: 0%;
height: 100%;
background-color: #358EE0;
position: absolute;
content: "";
top: 0;
z-index: -1;
left: 0;
transition: all 0.3s ease-in-out 0s;
}

.our_feature_box:hover {
border-color: #358EE0;
box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.our_feature_box:hover::after {
width: 100%;
}

.our_feature_icon {
height: 70px;
width: 70px;
background-color: #EFF6FD;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
margin-bottom: 20px;

}

.our_feature_box p {
color: #001430;
transition: all 0.3s ease-in-out 0s;
min-height: 48px;
}

.our_feature_box p.small_text {
font-size: 13px;
color: #505050;
transition: all 0.3s ease-in-out 0s;

}

.our_feature_box:hover p,
.our_feature_box:hover p.small_text {
color: #fff;
}


.calculator_block {
background-color: #EFF6FD;
}

.calculator_block .data_table {
overflow: hidden;
border-radius: 10px;
}

.calculator_block .calcularer_box .table-darkblue {
--bs-table-color: #fff;
--bs-table-bg: #243B7F;
--bs-table-border-color: #243B7F;
--bs-table-striped-bg: #243B7F;
--bs-table-striped-color: #fff;
--bs-table-active-bg: #243B7F;
--bs-table-active-color: #fff;
--bs-table-hover-bg: #243B7F;
--bs-table-hover-color: #fff;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}

.calculator_block .calcularer_box .data_table .table td {
text-align: center;
}

.calculator_block .calcularer_box .data_table .table td,
.calculator_block .calcularer_box .data_table .table th {
padding: 15px 0;
vertical-align: middle;
font-weight:700;
}

.calculator_block .calcularer_box .data_table .table th {
font-size: 18px;
text-align: center;
font-weight:600;
}
.calculator_block .calcularer_box .data_table .table td{    
color: #001430;
}
.data_total {
text-align: right;
font-size: 22px;
font-weight: 600;
color: #000;
margin-bottom: 10px;
}
/* Pulse Minus Css */
.quentity {
background-color: #EFF6FD;
width: 120px;
margin: auto;
display: flex;
padding: 7px 5px;
border-radius: 24px;
}
.quentity .button {
width: 40px;
display: inline-block;
font-size: 23px;
font-weight: 700;
color: #358EE0;
text-align: center;
line-height: 1;
}
.quentity input.qty_count {
width: 40px;
background: transparent;
border: 0;
text-align: center;
color: #001430;
font-weight: 700;
}
#addRow span img{
width: 18px;
position: relative;
top: -2px;
}
form.ptice_calculate select.form-select{
max-width: 350px;
color: #001430;
font-weight: 500;
height: 60px;
border-color: #D7DEE7;
border-width: 1px;
}
form.ptice_calculate label {
color: #001430;
font-weight: 500;
margin-right: 15px;
}
.search_result {
margin-top: 60px;
border-top: 1px solid #d5d5d5;
padding-top: 60px;
}
.product_box {
background-color: #fff;
padding: 20px;
text-align: center;
border: 1px solid #DEE7F4;
border-radius: 15px;
}
.product_box p.prodt_name{color: #131C39;font-size: 18px;font-weight: 600;margin-bottom: 0;}
.product_box p.prod_feature{color: #358EE0;font-weight: 600;margin: 5px 0 15px 0;    display: flex;
justify-content: center;}

#product_search .owl-nav button.owl-prev, #product_range .owl-nav button.owl-prev, .product_rang_tab .owl-carousel .owl-nav .owl-prev{
position: absolute;
left: -60px;
top: 37%;
}
#product_search .owl-nav button.owl-next, #product_range .owl-nav button.owl-next, .product_rang_tab .owl-carousel .owl-nav .owl-next {
position: absolute;
right: -60px;
top: 37%;
}
#product_search .product_box .product_imag img{
width: 100% !important;
max-width: 100% !important;
height: 100%;
object-fit: contain;
}
.product_rang_tab {
margin-top: 30px;
}
.product_rang_tab .list-group a {
border-width: 0 0 1px 0;
border-color: #D5D5D5;
color: #505050;
}
.product_rang_tab .list-group a span {
color: #001430;
line-height: 0;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.product_rang_tab .list-group a.active{
background-color: transparent;
border-radius: 0;
border-color: #131C39;
color: #131C39;
border-top: 0;
}
.product_rang_tab .list-group a.active span{
color: #358EE0;
font-weight: 600;

}
.product_rang_tab .tab-content_background {
background-image: url(../images/tab_content-bg.svg);
border-radius: 30px;
padding: 50px;
}

.product_rang_tab .product_details {
background-color: #ffffff14;
padding: 30px;
border-radius: 30px;
border: 1px solid #585858;
}
.product_rang_tab .product_details h4 {
font-size: 22px;
color: #fff;
font-weight: 500;
}
.product_rang_tab .product_details .sub_title {
color: #358EE0;
font-weight: 500;
display: flex;
}
.product_rang_tab .product_details p{
color: rgba(255, 255, 255, 0.75);
}
.product_rang_tab .product_details a{
color: #fff;
display: flex;
font-weight: 600;
font-size: 14px;
margin-top: 30px;
letter-spacing: 2px;
}
.product_rang_tab .product_details a span{
position: relative;
margin-left: 5px;
top: 1px;
}
.product_rang_tab #product_range .owl-nav button.owl-prev, .product_rang_tab .owl-carousel .owl-nav .owl-prev {
left: -114px;
}
.product_rang_tab #product_range .owl-nav button.owl-next, .product_rang_tab .owl-carousel .owl-nav .owl-next {
right: -114px;
}
.moretext {
display: none;
}
.lion_bg_block.combo_block::before{
display: none;
}
.girl_left {
position: absolute;
bottom: 0;
left: 0;
}
.lion_bg_block.gap_block.combo_block {
height: auto;
background-attachment:unset !important;
}
.lion_bg_block.gap_block.combo_block {
padding: 70px 0;
height: 500px;
}
.lion_bg_block.gap_block.combo_block::after{
display: none;
}
.combo_block .combo_textbox {
padding: 80px 0;
max-width: 800px;
margin: auto;
}
#accordionfaq .accordion-item{
border-width: 0 0 1px 0;
margin-bottom: 15px;
}
#accordionfaq .accordion-item .accordion-button:not(.collapsed){
background-color: transparent;
}
#accordionfaq .accordion-item .accordion-button:not(.collapsed)::after{
background-image: url(../images/down_arrow-circle.svg);
}
#accordionfaq .accordion-item .accordion-button::after{
background-image: url(../images/down_arrow-circle.svg);
}

#accordionfaq .accordion-item .accordion-button{color: #131C39; font-size: 20px;outline: none;box-shadow: none;}


/* HOME UPS PAGE */

.side_margin_modify {
padding-left: 25px;
padding-right: 15px;
}
.product_rang_tab.home_ups .list-group a {
max-width: 350px;
}
.product_slider {
margin-top: 25px;
}

/* become-page-css */
/* .b_icon_box span {
width: 50px;
background: #358EE021;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
} */
.b_icon_box span {
background: #011857;
padding: 4px 16px;
color: #fff;
width: 50px;
min-width: 50px;
max-width: 50px;
height: 50px;
min-height: 50px;
max-height: 50px;
display: flex;
align-items: center;
border-radius: 50%;
margin: 0 20px 0 0;
justify-content: center;
font-size: 26px;
font-weight: 600;
}
.b_icon_box h6 {
color: #001430;
font-size: 17px;
font-family: 'GothamMedium';
margin: 0px 0 10px 0;
}
.b_icon_box p {
font-size: 14px;
margin: 0;
}
.become_icon_sec {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.b_icon_box {
padding: 25px;
box-shadow: 0 0 1px 0 #0000004d;
border-radius: 15px;
width: 100%;
min-width: 100%;
max-width: 100%;
display: flex;
align-items: flex-start;
margin: 10px 0;
}

.b_icon_box_third{
width: 100%;
min-width: 100%;
max-width: 100%;
}
.become_partner_box {
padding: 50px 80px;
background: #fff;
border-radius: 15px;
max-width: 1120px;
margin: 0 auto;
width: 100%;
box-shadow: 0px 4px 39.9px 0 rgba(0, 0, 0, 0.07);
}
.form-group-flex {
display: flex;
justify-content: space-between;
}
.form-group-flex .form-group {
width: 49%;
min-width: 49%;
max-width: 49%;
}
#becomeTabContent .form-control {
padding: 11px 0px;
border: none;
border-bottom: 1px solid #bbb;
margin: 10px 0;
border-radius: 0px;
font-size: 14px;
height: auto;
outline: none;
box-shadow: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
resize: none;
}
#becomeTabContent select.form-control {
background: #fff url(../images/down-arrow.png) 0 0 no-repeat;
background-size: 33px;
background-position: 100% 0;
}
#becomeTabContent label {
font-size: 14px;
font-family: 'GothamOfficeRegular';
color: #000;
font-weight: 600;
}
#becomeTabContent .form-group {
margin: 5px 0 !important;
}
#becomeTab {
margin: 0;
border: none;
}
.tabs_ul {
display: flex;
justify-content: center;
margin: 25px 0 55px 0;
}
#becomeTab {
margin: 0;
padding: 10px;
border-radius: 30px;
border: 1px solid #c8c8c8;
}

#becomeTab li button {
border-radius: 30px;
background:transparent;
border: none;
font-size: 16px;
width: 233px;
padding: 11px 5px;
margin: 0 4px;
color: #000;
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
#becomeTab li button.active {
background: url(../images/tab_menu_bg.svg) 0 0 no-repeat;
color: #fff;
background-size: cover;
background-position: center center;
}
#becomeTabContent button {
padding: 15px 25px;
border: none;
background-image: linear-gradient(to right, #00519c, #1260ad, #1f6fbe, #2a7ecf, #358ee0);
color: #fff;
font-size: 17px;
display: block;
margin: 30px auto 0;
border-radius: 5px;
font-family: 'GothamMedium';
}
/* .why_c_box span {
width: 78px;
height: 78px;
display: flex;
justify-content: center;
align-items: center;
background: #358EE0;
border-radius: 50%;
margin: 0 auto;
} */
.why_c_box span {
width: 100px;
height: 100px;
display: flex;
justify-content: center;
align-items: center;
background: linear-gradient(to right, #00519c, #1260ad, #1f6fbe, #2a7ecf, #358ee0);
border-radius: 50%;
margin: 0 auto;
}
.why_c_box{
text-align: center;
}
.why_c_box h6 {
color: #fff;
font-size: 17px;
margin: 20px 0 10px 0;
font-family: 'GothamMedium';
}
.why_c_box p{
color:#fff;
}
.why_c_box p {
font-size: 15px;
color: rgba(255, 255, 255, 0.7);
}
/* become-page-css */
/* blog */

.blog_box figure {
border-radius: 15px;
position: relative;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
margin: 0;
}
.blog_box figure img{
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
}
.blog_box figure span {
position: absolute;
top: 0;
left: 0;
background: #2746C4;
padding: 5px 25px;
color: #fff;
border-radius: 15px 0 0 0;
}
.blog_box figcaption span {
display: block;
margin: 15px 0;
font-size: 14px;
font-family: 'GothamOfficeRegular';
color: #505050;
}
.blog_box figcaption h6 {
font-family: 'GothamMedium';
font-size: 18px;
margin: 0 0 15px 0;
color: #001430;
}
.blog_box figcaption p {
font-family: 'GothamOfficeRegular';
color: #505050;
font-size: 15px;
}
.more_blog_select select {
padding: 10px 48px 10px 18px;
background: transparent;
border: 1px solid #b9b9b9;
border-radius: 30px;
margin: 0 0 0 15px;
font-family: 'GothamOfficeRegular';
cursor: pointer;
}
.more_blog_sec .blog_box{
margin: 20px 0;
}
.blog_cat {
display: flex;
justify-content: space-between;
align-items: center;
}
.blog_share_esti {
display: flex;
align-items: center;
}
.blog_share_esti p img {
vertical-align: baseline;
margin: 0 10px 0 0;
}
.blog_share_esti p{
margin: 0;
}
#dropdownMenuButton1 {
background: transparent;
border: none;
padding: 0 0;
color: #000;
margin: 0 0 0 25px;
display: flex;
align-items: center;
font-family: 'GothamOfficeRegular';
}
#dropdownMenuButton1 img{
margin: 0 5px 0 0 ;
}
.blog_cat p {
margin: 0;
}
.most_related_box {
position: sticky;
top: 100px;
}
.blog_details_content h2 {
font-size: 35px;
font-weight: 500;
}
.blog_details_content h3 {
font-family: 'GothamMedium';
font-size: 24px;
margin: 0 0 20px 0;
}
.blog_details_content h6 {
font-family: 'GothamMedium';
font-size: 18px;
margin: 0 0 20px 0;
}
.blog_details_content ul {
list-style: none;
padding: 0;
}
.blog_details_content ul li {
font-family: 'GothamOfficeRegular';
margin: 15px 0;
}
.blog_details_content ul li strong {
display: block;
font-family: 'GothamMedium';
font-weight: 500;
margin: 0 0 7px 0;
}
.most_related_box {
padding: 30px;
border: 1px solid #D5D5D5;
border-radius: 15px;
}
.most_related_box a {
display: flex;
align-items: center;
font-family: 'GothamMedium';
font-size: 17px;
margin: 10px 0;
padding: 10px 0;
border-bottom: 1px solid #c9c9c9;
justify-content: space-between;
}
.most_related_box h3 {
font-family: 'GothamMedium';
font-weight: 500;
font-size: 30px;
margin: 0 0 25px 0;
}
.blog_details_content {
padding-right: 60px;
}
.product_bro_box {
border-radius: 15px;
background: #fff;
padding: 20px;
}
.product_bro_box h6 {
font-family: 'GothamMedium';
text-align: center;
font-size: 17px;
margin: 15px 0 20px 0;
}
.product_bro_box a {
display: flex;
justify-content: center;
font-family: 'GothamMedium';
font-size: 13px;
color: #358EE0;
}
.product_bro_box a img {
margin: 0 7px 0 0;
}
#product_bro_slider .owl-nav {
margin: 0;
position: absolute;
display: flex;
justify-content: space-between;
width: 100%;
top: 153px;
}
#product_bro_slider .owl-nav button.owl-prev{
background:#fff url(../images/owl_left.svg)0 0 no-repeat;
width: 35px;
height: 35px;
background-size: cover;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
outline: none;
box-shadow: none;
}
#product_bro_slider .owl-nav button.owl-next{
background:#fff url(../images/owl_right.svg)0 0 no-repeat;
width: 35px;
height: 35px;
background-size: cover;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
outline: none;
box-shadow: none
}
.custom_download_modal {
z-index: 9999;
}
.custom_download_modal .modal-body {
padding: 40px 115px !important;
}
.custom_download_modal .modal-header{
padding: 0;
}
.custom_download_modal .modal-header {
padding: 0;
border: none;
}
.custom_download_modal .modal-header button.btn-close {
position: absolute;
right: 50px;
top: 31px;
opacity: 1;
color: #000;
font-size: 20px;
outline: none;
box-shadow: none;
z-index: 9999;
}
.custom_download_modal .modal-body h2 {
text-align: center;
font-weight: 500;
margin: 0 0 45px 0;
}
#blog_dtbody, #all_p_body{
margin-top: 100px !important;
}
/* blog */

.product_range_btn_two {
display: flex;
}
.product_rang_tab .product_details .product_range_btn_two a {
margin: 0;
width: 224px;
}
.product_rang_tab .product_details .product_range_btn_two a.moreless-button-bg {
color: #fff;
font-size: 16px;
letter-spacing: 0;
font-family: 'GothamOfficeRegular';
background: rgb(3, 85, 160);
background: -moz-linear-gradient(90deg, rgba(3, 85, 160, 1) 0%, rgba(51, 139, 221, 1) 100%);
background: -webkit-linear-gradient(90deg, rgba(3, 85, 160, 1) 0%, rgba(51, 139, 221, 1) 100%);
background: linear-gradient(90deg, rgba(3, 85, 160, 1) 0%, rgba(51, 139, 221, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0355a0", endColorstr="#338bdd", GradientType=1);
padding: 15px 30px;
border-radius: 5px;
transition: all 0.3s ease-in-out 0s;
}
.product_rang_tab .product_details .product_range_btn_two a.moreless-button {
color: #fff;
font-size: 16px;
letter-spacing: 0;
font-family: 'GothamOfficeRegular';
background:transparent;
padding: 15px 30px;
border-radius: 5px;
transition: all 0.3s ease-in-out 0s;
border: 1px solid #fff;
margin: 0 0 0 10px;
}

.product_rang_tab .product_details .product_range_btn_two a.moreless-button:hover{
background: rgb(3, 85, 160);
background: -moz-linear-gradient(90deg, rgba(3, 85, 160, 1) 0%, rgba(51, 139, 221, 1) 100%);
background: -webkit-linear-gradient(90deg, rgba(3, 85, 160, 1) 0%, rgba(51, 139, 221, 1) 100%);
background: linear-gradient(90deg, rgba(3, 85, 160, 1) 0%, rgba(51, 139, 221, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0355a0", endColorstr="#338bdd", GradientType=1);
border-color:  rgb(3, 85, 160);
}
.home_ups_product_range_box {
display: flex;
align-items: center;
padding: 25px;
border-radius: 15px;
background: url(../images/home_up_p_range_bg.png) 0 0 no-repeat;
background-size: cover;
background-position: center center;
}

.home_ups_product_range_box figcaption {
background: url(../images/blur_bg.png) 0 0 no-repeat;
background-size: cover;
background-position: center center;
padding: 15px;
border-radius: 15px;
margin-left: 26px;
}
.home_ups_product_range_box figcaption h3 {
color: #fff;
font-weight: 400;
font-size: 23px;
}
.home_ups_product_range_box figcaption p {
color: #fff;
font-size: 13px;
}
.home_ups_product_range_box_btn {
display: flex;
align-items: center;
}

.home_ups_product_range_box_btn a {
padding: 9px 12px;
font-size: 12px;
border-radius: 5px;
color: #fff;
}
.home_ups_product_range_box_btn a.btn_full_bg{
background: rgb(3, 85, 160);
background: -moz-linear-gradient(90deg, rgba(3, 85, 160, 1) 0%, rgba(51, 139, 221, 1) 100%);
background: -webkit-linear-gradient(90deg, rgba(3, 85, 160, 1) 0%, rgba(51, 139, 221, 1) 100%);
background: linear-gradient(90deg, rgba(3, 85, 160, 1) 0%, rgba(51, 139, 221, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0355a0", endColorstr="#338bdd", GradientType=1);
color: #fff;
border: 1px solid rgb(3, 85, 160);
margin: 0 7px 0 0;
}
.home_ups_product_range_box_btn a.btn_border_bg{
border: 1px solid #fff;
}
.home_ups_product_range_box figure {
margin: 0;
width: 260px;
max-width: 260px;
min-width: 260px;
}
#owl_nav_design .owl-nav {
position: absolute;
margin: 0;
width: 100%;
display: flex;
justify-content: space-between;
top: 100px;
}
#owl_nav_design .owl-nav .owl-prev {
width: 54px;
height: 54px;
background-image: url(../images/left_arrow_circle.png);
background-repeat: no-repeat;
border-radius: 50%;
margin: 0 0 0 -65px;
}
#owl_nav_design .owl-nav .owl-next{
width: 54px;
height: 54px;
background-image: url(../images/right_arrow_circle.png);
background-repeat: no-repeat;
border-radius: 50%;
margin: 0 -65px 0 0;
}
#product_filter_sidebar .accordion-item {
border: none;
background: no-repeat;
}
#product_filter_sidebar .accordion-item button {
padding: 10px 0;
background: transparent;
border: none;
border-radius: 0;
outline: none;
box-shadow: none;
font-size: 18px;
}
#product_filter_sidebar .accordion-item .accordion-body {
padding: 0;
}
#product_filter_sidebar ul{
padding: 0;
margin: 0;
list-style: none;
}
#product_filter_sidebar ul li a {
display: block;
margin: 10px 0;
font-size: 15px;
font-weight: 500;
}
.product_filter h3 {
display: flex;
align-items: center;
font-size: 22px;
font-weight: 500;
}
.product_filter h3 img{
margin-right: 10px;
}
#all_p_body .product_box p.prod_feature {
font-size: 13px;
align-items: center;
}
#all_p_body .product_box p.prodt_name {
font-size: 15px;
margin: 0 0 15px 0;
}
#all_p_body .product_box h6 {
font-family: 'GothamMedium';
font-size: 17px;
}
#all_p_body .product_box h6::after {
content: "";
display: block;
width: 36px;
height: 2px;
background: #D7DEE7;
margin: 9px auto 20px;
}
#all_p_body {
background: #EFF6FD;
}

#all_p_body .product_box {
border: none;
margin: 10px 0;
}
.product_filter {
position: sticky;
top: 100px;
}

.prd_d_content h2 {
    color: #131C39;
    font-size: 36px;
}
.prd_d_content h6 {
    font-size: 20px;
    margin: 15px 0;
    color: #131C39;
    font-weight: 600;
}
.prd_d_content .prod_feature {
    display: flex;
    color: #358EE0;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    align-items: center;
}

.prd_d_content a {
    background: rgb(3, 85, 160);
    background: -moz-linear-gradient(90deg, rgba(3, 85, 160, 1) 0%, rgba(51, 139, 221, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(3, 85, 160, 1) 0%, rgba(51, 139, 221, 1) 100%);
    background: linear-gradient(90deg, rgba(3, 85, 160, 1) 0%, rgba(51, 139, 221, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0355a0", endColorstr="#338bdd", GradientType=1);
    padding: 13px 12px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    width: 157px;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    margin: 25px 0 0 0;
}
#product_detsils_slider figure {
    margin: 0;
    padding: 25px;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#product_detsils_slider {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
}
#product_detsils_slider .owl-nav {
    position: absolute;
    width: 100%;
}
#product_detsils_slider .owl-nav button{
    outline: none;
    box-shadow: none;
    border-radius: 50%;
}
#product_detsils_slider .owl-nav .owl-prev span {
    background: url(../images/left_arrow_circle.png);
    width: 45px;
    height: 45px;
    display: block;
    background-size: 100%;
}
#product_detsils_slider .owl-nav .owl-next span{
 background: url(../images/right_arrow_circle.png);
    width: 45px;
    height: 45px;
    display: block;
    background-size: 100%;
}
.our_feature_product_details_box {
    background: #fff;
    box-shadow: 0 9px 25.4px 0 #5445861f;
    border-radius: 10px;
    text-align: center;
    padding: 25px 5px;
    margin: 15px 0;
    min-height: 200px;
}
.our_feature_product_details_box span {
    width: 75px;
    height: 75px;
    display: flex;
    background: #358EE0;
    border-radius: 50%;
    padding: 18px;
    align-items: center;
    margin: 0 auto 25px;
}
.our_feature_product_details_box span img {
    width: 100%;
}
.our_feature_product_details_box p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #001430;
}
.our_feature_product_details{
    background: #fff;
}
.specificationsdetails p {
    text-align: center;
    background: #243B7F;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 15px;
    padding: 15px 0;
    border-radius: 10px 10px 0 0;
    margin: 0;
}
.specificationsdetails ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.specificationsdetails ul li {
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.specificationsdetails ul li span{
    flex:1;
}
.specificationsdetails ul li span {
    flex: 1;
    padding: 15px 20px;
    font-family: 'GothamMedium';
    font-size: 14px;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.specificationsdetails ul li span.spc_one{
     border-left: 1px solid #e6e6e6;
}
.store_locate_form form {
    max-width: 693px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    background: ;
    background: rgb(1, 17, 79);
    background: -moz-linear-gradient(90deg, rgba(1, 17, 79, 1) 0%, rgba(3, 35, 110, 1) 65%, rgba(23, 97, 39, 1) 86%, rgba(18, 78, 43, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(1, 17, 79, 1) 0%, rgba(3, 35, 110, 1) 65%, rgba(23, 97, 39, 1) 86%, rgba(18, 78, 43, 1) 100%);
    background: linear-gradient(90deg, rgba(1, 17, 79, 1) 0%, rgba(3, 35, 110, 1) 65%, rgba(23, 97, 39, 1) 86%, rgba(18, 78, 43, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01114f", endColorstr="#124e2b", GradientType=1);
    padding: 15px;
    border-radius: 50px;
}
.store_locate_form .form-group {
    flex: 1;
}

.store_locate_form .form-group input {
    width: 100%;
    color: #fff;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    font-family: 'GothamMedium';
    padding: 0 0 0 15px;
}

.store_locate_form .form-group input::placeholder{
    color: #fff;
    opacity: 1;
}
#store_locate_submit {
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    box-shadow: none;
    background: url(../images/store_search.svg)0 0 no-repeat;
    padding: 0;
    background-size: 23px;
    background-position: center center;
}
.store_address {
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #D7DEE7;
    margin: 15px 0;
    min-height: 197px;
}
.store_address h6 {
    font-family: 'GothamMedium';
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
}
.store_address h6 span {
    width: 56px;
    height: 56px;
    max-width: 56px;
    min-width: 56px;
    min-height: 56px;
    max-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EFF6FD;
    border-radius: 50%;
    margin: 0 25px 0 0;
}
.store_address p {
    font-family: 'GothamMedium';
    font-size: 15px;
    margin: 5px 0;
}
.store_address p a,
.store_address p span{
    font-family: 'GothamOfficeRegular';
}
.store_map_sec {
    display: flex;
    justify-content: space-between;
}
.store_number {
    width: 35%;
    max-width: 35%;
    min-width: 35%;
}
.store_map {
    width: 65%;
    max-width: 65%;
    min-width: 65%;
}
.store_map iframe {
    width: 100%;
    height: 515px;
}
.store_number_box {
    display: flex;
    align-items: center;
    padding: 55px 0 55px 121px;
}
.store_bg_one {
    background: #243B7F;
}
.store_bg_two {
    background: #CCE4FA;
}
.store_bg_three {
    background: #fff;
}
.store_number_content h3 {
    margin: 0;
    font-family: 'GothamMedium';
    font-size: 32px;
    color: #001430;
}
.store_number_content p {
    margin: 0;
    font-family: 'GothamOfficeRegular';
    font-size: 15px;
    color: #001430;
}
.store_number_box.store_bg_one .store_number_content h3,
.store_number_box.store_bg_one .store_number_content p {
   color: #fff;
}
.store_number_number {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    margin-right: 35px;
}
.store_number_number img{
    width: 100%;
}
#about_tab li {
	width: 100%;
}
#about_tab li button {
	width: 100%;
	text-align: left;
	border: none;
	border-radius: 50px;
	font-family: 'GothamMedium';
	font-size: 15px;
	padding: 15px 20px;
	border: 1px solid #e5e5e5;
	margin: 6px auto;
	color: #000;
	position: relative;
}
#about_tab li button.active{
	background: rgb(1, 17, 79);
  background: -moz-linear-gradient(90deg, rgba(1, 17, 79, 1) 0%, rgba(3, 35, 110, 1) 65%, rgba(23, 97, 39, 1) 86%, rgba(18, 78, 43, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(1, 17, 79, 1) 0%, rgba(3, 35, 110, 1) 65%, rgba(23, 97, 39, 1) 86%, rgba(18, 78, 43, 1) 100%);
  background: linear-gradient(90deg, rgba(1, 17, 79, 1) 0%, rgba(3, 35, 110, 1) 65%, rgba(23, 97, 39, 1) 86%, rgba(18, 78, 43, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01114f", endColorstr="#124e2b", GradientType=1);
  color: #fff;
}


#about_tab li button::after{
	content: "";
	background: url(../images/about_tab_arrow_black.svg) 0 0 no-repeat;
	width: 22px;
	height: 16px;
	display: block;
	background-size: cover;
	position: absolute;
	top: 18px;
	right: 20px;
	transition: all 0.2s ease;
}

#about_tab li button.active::after {
	content: "";
	background: url(../images/about_tab_arrow_white.svg) 0 0 no-repeat;
	width: 22px;
	height: 16px;
	display: block;
	background-size: cover;
	position: absolute;
	top: 18px;
	right: 20px;
}
#about_tab {
	padding-right: 25px;
	border: none;
	
}

#aboutTabContent .accordion-item {
	background: transparent;
	border: none;
	border-radius: 0;
}

#sync2 .item {
  text-align: center;
  cursor: pointer;
}
#sync2 .item h6 {
	font-size: 14px;
	margin: 0;
	font-family: 'GothamMedium';
	padding: 10px 0;
	color: #000;
	position: relative;
}
#sync2 .current .item h6 {
color: #358EE0;
}
#sync2 .current .item h6::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #358EE0;
	position: absolute;
	bottom: -1px;
	left: 0;
}

#sync2.owl-theme {
  position: relative;
}
#sync2.owl-theme .owl-nav{
	margin: 0;
}
#sync2.owl-theme .owl-next, #sync2.owl-theme .owl-prev {
	width: 35px;
	height: 35px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	background: red;
	background-size: 100% !important;
}
#sync2.owl-theme .owl-prev {
  left: 0;
   background: url(../images/left_arrow_circle.png);
}
#sync2.owl-theme .owl-next {
  right: 0;
  background: url(../images/right_arrow_circle.png);
}

#aboutTabContent {
	padding-left: 25px;
	border-left: 1px solid #001430;
}
#sync1 h2 {
	color: #358EE0;
	font-size: 30px;
}
#sync1 h5 {
	color: #001430;
	font-size: 18px;
	font-weight: 500;
}
#sync1 p {
	color: #505050;
	font-size: 15px;
	margin: 0;
}
#sync2 {
	border-bottom: 1px solid #e1e1e1;
	padding: 0 35px;
}
.tab_overview_boxes figure {
	width: 40%;
	min-width: 40%;
	max-width: 40%;
}
.tab_overview_boxes figcaption {
	width: 60%;
	min-width: 60%;
	max-width: 60%;
	padding-left: 35px;
}
#collapseTwo-b .tab_overview_boxes figcaption {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	padding: 0;
}
#collapseFive-e a {
	background: rgb(3, 85, 160);
	background: -moz-linear-gradient(90deg, rgba(3, 85, 160, 1) 0%, rgba(51, 139, 221, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(3, 85, 160, 1) 0%, rgba(51, 139, 221, 1) 100%);
	background: linear-gradient(90deg, rgba(3, 85, 160, 1) 0%, rgba(51, 139, 221, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0355a0", endColorstr="#338bdd", GradientType=1);
	padding: 13px 12px;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	width: 157px;
	justify-content: center;
	font-weight: 600;
	font-size: 14px;
	margin: 25px 0 0 0;
}
#aboutTabContent ul {
	padding-left: 15px;
	margin: 0;
}
#aboutTabContent ul li {
	color: #505050;
	font-size: 15px;
	font-family: 'GothamOfficeRegular';
	line-height: 1.6;
	margin-bottom: 5px;
}
.tab_overview_boxes h6 {
	font-family: 'GothamMedium';
	font-size: 21px;
	color: #001430;
}
.tab_overview_boxes h5 {
	font-family: 'GothamMedium';
	font-size: 18px;
	color: #358EE0;
	font-weight: 500;
}
.tab_overview_body h2 {
	margin-bottom: 20px !important;
}
.tab_overview_boxes span {
	font-family: 'GothamMedium';
	font-size: 15px;
	color: #001430;
	display: block;
}
.tab_overview_boxes p {
	color: #505050;
	font-size: 14px;
	margin: 5px 0 25px 0;
}
.tab_overview_boxes figure img {
	width: 100%;
	border-radius: 15px;
}
.tab_overview_boxes a {
	background: rgb(3, 85, 160);
	background: -moz-linear-gradient(90deg, rgba(3, 85, 160, 1) 0%, rgba(51, 139, 221, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(3, 85, 160, 1) 0%, rgba(51, 139, 221, 1) 100%);
	background: linear-gradient(90deg, rgba(3, 85, 160, 1) 0%, rgba(51, 139, 221, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0355a0", endColorstr="#338bdd", GradientType=1);
	padding: 13px 12px;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	width: 157px;
	justify-content: center;
	font-weight: 600;
	font-size: 14px;
	margin: 25px 0 0 0;
}
.value_boxes figure {
	width: 65px;
	min-width: 65px;
	max-width: 65px;
	height: 65px;
	min-height: 65px;
	max-height: 65px;
	background: #358EE0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 25px;
}
.value_boxes {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	margin: 15px 0;
}
.value_boxes h6 {
	font-family: 'GothamMedium';
	font-size: 16px;
}
.value_boxes p{
	color: #505050;
}
#accordionbusiness .accordion-item {
	background: #fff;
	margin: 10px 0;
	border-radius: 10px;
}
#accordionbusiness .accordion-item h2 button {
	outline: none;
	box-shadow: none;
	border-radius: 10px;
	background: transparent;
	padding: 20px 20px;
	font-size: 18px;
}
.business_flex {
	display: flex;
	flex-wrap: wrap;
}

.business_flex_box {
	display: flex;
	background: #F5F5F5;
	width: 47%;
	min-width: 47%;
	max-width: 47%;
	margin: 11px;
	border-radius: 10px;
	padding: 16px;
	align-items: center;
}

.business_flex_box figure {
	width: 135px;
	max-width: 135px;
	min-width: 135px;
	margin: 0;
}
.business_flex_box figcaption {
	width: 100%;
}
.business_flex_box figcaption p {
	font-family: 'GothamMedium';
	color: #358EE0;
	margin: 0 0 8px 0;
	font-size: 15px;
}
.business_flex_box figcaption a {
	font-family: 'GothamMedium';
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 14px;
}
.business_flex_box figcaption a img{
	margin: 0 0 0 6px;
}

#accordionbusiness .accordion-item .accordion-button:not(.collapsed){
background-color: transparent;
}
#accordionbusiness .accordion-item .accordion-button:not(.collapsed)::after{
background-image: url(../images/down_arrow-circle.svg);
}
#accordionbusiness .accordion-item .accordion-button::after{

background-image: url(../images/down_arrow-circle.svg);
}

#header #navbar-top {
	padding: 0;
	height: 0;
}
footer.site-footer{
	padding: 0;

}
.no_banner_bg{
	background:#eff6fd ;
}

#edit-first-row legend, #edit-second-row legend,
#edit-first-row--2 legend, #edit-second-row--2 legend,
#edit-first-row--3 legend, #edit-second-row--3 legend{
margin: 0 !important;
}
#edit-first-row, #edit-second-row,
#edit-first-row--2, #edit-second-row--2,
#edit-first-row--3, #edit-second-row--3 {
	display: flex;
	flex-wrap: wrap;
	margin: 0px !important;
}
#edit-first-row .fieldset-wrapper,
#edit-second-row .fieldset-wrapper, 
#edit-first-row--2 .fieldset-wrapper,
#edit-second-row--2 .fieldset-wrapper, 
#edit-first-row--3 .fieldset-wrapper,
#edit-second-row--3 .fieldset-wrapper 
{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
#edit-first-row .fieldset-wrapper .js-form-item,
#edit-second-row .fieldset-wrapper .js-form-item,
#edit-first-row--2 .fieldset-wrapper .js-form-item,
#edit-second-row--2 .fieldset-wrapper .js-form-item,
#edit-first-row--3 .fieldset-wrapper .js-form-item,
#edit-second-row--3 .fieldset-wrapper .js-form-item    
{
	width: 49%;
	min-width: 49%;
	max-width: 49%;
}

#becomeTabContent #edit-actions-submit,
#becomeTabContent #edit-actions-submit--2,
#becomeTabContent #edit-actions-submit--3 {
	padding: 15px 25px;
	border: none;
	background-image: linear-gradient(to right, #00519c, #1260ad, #1f6fbe, #2a7ecf, #358ee0);
	color: #fff;
	font-size: 17px;
	display: block;
	margin: 30px auto 0;
	border-radius: 5px;
	font-family: 'GothamMedium';
	width: 165px;
}
.clearfix.menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
.more_blog_select .js-form-item {
	display: flex;
	align-items: center;
	margin: 0 0 0 19px;
	margin-bottom: 0 !important;
}
.more_blog_select .js-form-item label {
	font-family: 'GothamMedium';
	font-size: 14px;
}

.more_blog_select .js-form-item select.form-select {
	background: #fff url(../images/down-arrow.png) 0 0 no-repeat;
	background-size: 30px;
	background-position: 98% 50%;
	outline: none;
	box-shadow: none;
}
.page-node-17 .become_partner_box #edit-actions-submit,
.page-node-17 .become_partner_box #edit-actions-submit--2 {
	width: 281px !important;
}
#product_brochures_tab {
	display: flex;
	justify-content: center;
	margin: 0;
	border: none;
}
#product_brochures_tab li {
	flex: 1;
	margin: 0 10px;
	border: none;
}
#product_brochures_tab li button {
	padding: 0;
	width: 100%;
	background: white;
	border: none;
	border-radius: 15px;
	margin: 0;
}
#product_brochures_tab_content {
	padding: 0 10px;
/*	margin: 55px 0 0 0;*/
}
#product_brochures_tab_content .tab-pane {
/*	padding: 0 10px;*/
	margin: 55px 0 0 0;
}


#product_brochures_tab li button figcaption {
	display: flex;
	align-items: center;
	text-align: left;
	padding: 13px 20px;
	justify-content: space-between;
	position: relative;
}
#product_brochures_tab li button figcaption h3 {
	font-size: 17px;
	font-weight: 400;
	margin: 0;
}
#product_brochures_tab li button figcaption a {
	box-shadow: 0 20px 35px rgba(0, 0, 0, 0.08);
	padding: 8px 12px;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	width: 118px;
	min-width: 118px;
	max-width: 118px;
	text-align: center;
	background: #021d65;
}
#product_brochures_tab li button figure {
	margin: 0;
	padding: 10px 10px 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#product_brochures_tab li button.active{
	background: #243b7f;
}
#product_brochures_tab li button.active figure{
	background: #fff;
	border-radius: 12px;
}

#product_brochures_tab li button.active figcaption h3{
	color: #fff;
}
#product_brochures_tab li button.active figcaption a{
	background: #fff;
	color: #021d65;
}
#product_brochures_tab li button.active figcaption::after {
	content: "";
	border: 15px solid transparent;
	border-top-color: #243b7f;
	position: absolute;
	bottom: -28px;
	left: 50%;
	transform: translateX(-50%);
}
#product_brochures_tab_content ul {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}
#product_brochures_tab_content ul li {
	width: 33.33%;
	display: flex;
	align-items: center;
	background: #fff;
	max-width: 33.33%;
	min-width: 33.33%;
	margin: 0 5px;
	border-radius: 10px;
	padding: 15px;
}
.pdf_content_brochure {
	width: 100%;
	display: flex;
	align-items: center;
}
.pdf_icon_brochure img {
	height: 65px;
}
.pdf_content_brochure a {
	font-weight: 600;
	font-size: 16px;
	padding: 0px 15px 0 0;
}
.dowanload_pdf_content_brochure {
	width: 35px;
	min-width: 35px;
	max-width: 35px;
	height: 35px;
	min-height: 35px;
	max-height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #243b7f;
}
#product_brochures_tab_content h2 {
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 30px 0;
	color: #233a7e;
}

.combo_product_items .product_imag {
	height: 210px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.combo_product_items .product_imag img {
	height: auto;
	width: 100%;
}

.view-display-id-combo_products_list_solar_lithium .view-content.row {
	justify-content: center;
}

.view-display-id-combo_products_list_off_grid_solar .view-content.row {
	justify-content: center;
}

.view-display-id-combo_products_list_home_ups .view-content.row {
	justify-content: center;
}
.calculator_block .page_hdr_para p {
	margin: 11px 0 0 0;
	font-size: 17px;
	font-weight: 600;
	color: #000;
}

.enquiery_form_box {
	background: #f5f5f5;
}
.enquiery_form_box .page_hdr_para form {
	max-width: 800px;
	margin: 35px auto 0;
	width: 100%;
	background: white;
	padding: 40px 40px 20px 40px;
	border-radius: 10px;
}
.enquiery_form_box .page_hdr_para form .form-control {
	padding: 10px 12px;
	border-radius: 0;
	background-color: #fff;
	font-family: 'GothamOfficeRegular';
	font-size: 15px;
	outline: none;
	box-shadow: none;
}
.enquiery_form_box .page_hdr_para form .form-item-name label,
.enquiery_form_box .page_hdr_para form .form-item-email label,
.enquiery_form_box .page_hdr_para form .form-item-phone label,
.enquiery_form_box .page_hdr_para form .form-item-query-related-to label,
.enquiery_form_box .page_hdr_para form .form-item-pincode label,
.enquiery_form_box .page_hdr_para form .form-type-textarea label {
	font-family: 'GothamOfficeRegular';
	font-size: 15px;
	text-align: left;
	width: 100%;
	color: #626262;
}
.enquiery_form_box .page_hdr_para form #edit-submit {
	background: #011d64;
	border: none;
	max-width: 250px;
	font-size: 16px;
	font-weight: 600;
	height: 50px;
	border-radius: 5px;
}
.home_menu li a.active {
	color: #c4c4c4 !important;
}

.combo_product_block {
    background: #f5f5f587;
    border-top: 1px solid #f5f5f5;
}
.video_box_download_center figure span {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	background: none;
}
.video_box_download_center figcaption {
	padding: 15px 0 0 0;
}
.video_box_download_center figcaption h6{
	margin: 0;
}

/*.video_popup_modal_doctor {
	margin: 68px 0 0 0;
}*/
.video_popup_modal_doctor {
	padding: 50px 0 0 0;
	z-index: 99999;
	background: #04040469;
}
.video_popup_modal_doctor .modal-dialog {
	max-width: 1000px;
}

.modal.show .modal-dialog .modal-body {
	padding: 0;
}
.modal.show .modal-dialog .modal-content {
	border-radius: 0;
}
.video_popup_modal_doctor .btn-close {
	position: absolute;
	right: -16px;
	top: -12px;
	background-color: white;
	opacity: 1;
	z-index: 99;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-size: 11px;
	outline: none;
	box-shadow: none;
}
.video_popup_modal_doctor iframe {
	height: 559px;
}



.case_study_download_center figcaption h6 {
	font-family: 'GothamMedium';
	font-size: 18px;
	margin: 0 0 15px 0;
	color: #001430;
	text-align: center;
}
.case_study_download_center figcaption p {
/*	margin: 0;*/
	text-align: center;
}
.case_study_download_center figcaption p a{
	display: flex;
  justify-content: center;
  font-family: 'GothamMedium';
  font-size: 13px;
  color: #358EE0;
}
.case_study_download_center figcaption p a img {
	margin: 0 7px 0 0;
}

.case_pagination ul {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #EEF6FC;
	padding: 10px;
	margin: 0 auto !important;
	border-radius: 50px;
	list-style: none;
}
.pager .pager__items.js-pager__items .pager__item.pager__item--first, .pager .pager__items.js-pager__items .pager__item.pager__item--last {
	display: none;
}
.case_pagination li.pager__item {
	width: 30px;
	height: 30px;
	background: transparent;
	margin: 0 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff !important;
}
.pager .pager__items.js-pager__items .pager__item a {
	color: #767474;
	font-weight: 600;
}
.pager .pager__items.js-pager__items .pager__item.pager__item--previous a {
	font-size: 0;
	background: url(../images/pagi_prev.png) 0 0 no-repeat;
	width: 30px;
	height: 30px;
	background-size: 100%;
	border-radius: 50%;
}
.pager .pager__items.js-pager__items .pager__item.is-active {
	background: #CCE4FA;
}
.pager .pager__items.js-pager__items .pager__item.is-active a {
	color: #000;
}
.pager .pager__items.js-pager__items .pager__item.pager__item--next a {
	font-size: 0;
	background: url(../images/pagi_next.png) 0 0 no-repeat;
	width: 30px;
	height: 30px;
	background-size: 100%;
	border-radius: 50%;
}
#views-exposed-form-video-video-page-block .js-form-item {
	margin: 0;
	justify-content: flex-end;
	width: 100%;
}
#views-exposed-form-video-video-page-block .js-form-item #edit-field-product-category-target-id {
	width: 175px;
}
#views-exposed-form-product-listing-block-1 .form-type-select {
	width: 100%;
}
#views-exposed-form-product-listing-block-1 .form-type-select label {
	font-size: 14px;
	font-family: 'GothamOfficeRegular';
	margin: 0 0 10px 0;
}
#views-exposed-form-product-listing-block-1 .form-type-select #edit-field-product-series-target-id {
	padding: 12px 15px;
	outline: none;
	box-shadow: none;
	border-radius: 35px;
	border: none;
	background-color: #fff;
	font-size: 15px;
	font-family: 'GothamOfficeRegular';
}
 .product_box .product_imag {
	height: 225px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 11px;
}
 .product_box .product_imag img {
	height: auto;
	width: 100%;
}
 .product_box h6 a {
	font-family: 'GothamMedium';
	font-size: 17px;
	display: block;
	min-height: 41px;
}

.address_contact_box {
	border-radius: 8px;
	background: #EFF6FD;
	max-width: 486px;
	width: 100%;
	padding: 32px;
	margin: 25px 0;
}
.address_contact_box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.address_contact_box ul li {
	display: flex;
	margin: 15px 0;
	font-size: 16px;
	align-items: flex-start;
	font-family: 'GothamOfficeRegular';
}
.address_contact_box ul li span {
	width: 25px;
	min-width: 25px;
	max-width: 205px;
	height: 25px;
	max-height: 25px;
	min-height: 25px;
	margin: 0 12px 0 0;
}
.address_contact_box ul li span img {
	width: 100%;
}
.contact_us_box_page {
	border-radius: 17px;
	background: #fff;
	box-shadow: 0px 4px 39.9px 0px rgba(0, 0, 0, 0.07);
	padding: 50px 50px 55px 50px;
}
.contact_us_box_page .form-group label {
	display: block;
	margin: 0 0 5px 0;
	font-family: 'GothamMedium';
	font-size: 14px;
}
.contact_us_box_page .form-group .form-control {
	font-family: 'GothamMedium';
	font-size: 14px;
	padding: 10px;
	border-radius: 5px;
	outline: none;
	box-shadow: none;
}
.contact_us_box_page .form-group #edit-actions {
	margin: 0 !important;
}

.contact_us_box_page .form-group #edit-actions-submit {
	 background: rgb(4, 86, 161); 
	 background: -moz-linear-gradient(90deg, rgba(4, 86, 161, 1) 0%, rgba(52, 141, 223, 1) 100%); 
	 background: -webkit-linear-gradient(90deg, rgba(4, 86, 161, 1) 0%, rgba(52, 141, 223, 1) 100%); 
	background: linear-gradient(90deg, rgba(4, 86, 161, 1) 0%, rgba(52, 141, 223, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0456a1", endColorstr="#348ddf", GradientType=1);
	color: #fff;
	text-transform: uppercase;
	font-weight: 200;
	max-width: ;
	border-radius: 4px;
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 53px;
}
.prod_view {
	 background: rgb(3, 85, 160); 
	 background: -moz-linear-gradient(90deg, rgba(3, 85, 160, 1) 0%, rgba(51, 139, 221, 1) 100%); 
	 background: -webkit-linear-gradient(90deg, rgba(3, 85, 160, 1) 0%, rgba(51, 139, 221, 1) 100%); 
	background: linear-gradient(90deg, rgba(3, 85, 160, 1) 0%, rgba(51, 139, 221, 1) 100%);
	background-color: rgba(0, 0, 0, 0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0355a0", endColorstr="#338bdd", GradientType=1);
	color: #fff;
	padding: 7px 18px;
	display: inline-flex;
	border-radius: 5px;
	font-size: 13px;
	text-transform: capitalize;
}
#block-addo-main-menu li {
	margin: 0;
}
#block-addo-main-menu li a {
	font-size: 13px;
	padding: 6px 12px;
	position: relative;
	margin: 0 5px;
}
#block-addo-main-menu li .submenu {
	position: absolute;
	background: white;
	padding: 10px;
	list-style: none;
	border-radius: 10px;
	display: none;
	top: 58px;
	z-index: 999;
}
#block-addo-main-menu li .submenu::before{
	content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}
/*#block-addo-main-menu li a.nav-link.menu-item--expanded:hover .submenu {
	display: block;
}*/

#block-addo-main-menu li .submenu.active {
	display: block;
}
#block-addo-main-menu li .submenu li a {
	color: black;
	display: block;
	font-size: 14px;
	padding: 6px 2px;
}
/*.mob_menu .home_menu {
	display: none;
}
*/
#block-addo-main-menu li a.nav-link.menu-item--expanded.active {
	color: #c2c2c2;
}
#block-addo-main-menu li .submenu li a.active {
	color: black !important;
}
#block-addo-main-menu li a.nav-link.menu-item--expanded::after {
	content: "";
	width: 14px;
	height: 12px;
	background: url(../images/down-arrow-menu.png) no-repeat center;
	background-size: 16px;
	border: none;
	vertical-align: middle;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	display: block;
	position: absolute;
	right: -6px;
	top: 11px;
}

#views-exposed-form-store-locator-store-locator-page-block .d-flex.flex-wrap {
	width: 100%;
	display: flex !important;
	flex-wrap: unset !important;
	gap: 15px;
}
#views-exposed-form-store-locator-store-locator-page-block .d-flex.flex-wrap .js-form-item {
	margin: 0 !important;
	width: 95%;
}

#views-exposed-form-store-locator-store-locator-page-block #edit-actions {
	margin: 0 !important;
	width: 5%;
}
#views-exposed-form-store-locator-store-locator-page-block #edit-pincode {
	background: transparent;
	color: #fff;
	padding: 0 12px;
	height: 30px;
	border-radius: 0;
	width: 100%;
	font-family: 'GothamOfficeRegular';
	border: none;
	outline: none;
	box-shadow: none;
}
#views-exposed-form-store-locator-store-locator-page-block #edit-pincode::placeholder {
	color: #fff;
	opacity: 1;
}

#views-exposed-form-store-locator-store-locator-page-block #edit-submit-store-locator {
	height: 30px !important;
	border-radius: 35px;
	color: #001d68;
	width: 30px;
	border: none;
	outline: none;
	box-shadow: none;
	background: url(../images/store_search.svg)0 0 no-repeat;
	padding: 0;
	background-size: 23px;
	background-position: center center;
	font-size: 0;
}
#collapseFive-e form {
	padding: 35px;
	background: #fff;
	border-radius: 15px;
}
#collapseFive-e form .form-group label{
	display: block;
  margin: 0 0 5px 0;
  font-family: 'GothamMedium';
  font-size: 14px
}
#collapseFive-e form .form-group .form-control {
	font-family: 'GothamMedium';
	font-size: 14px;
	padding: 10px;
	border-radius: 5px;
	outline: none;
	box-shadow: none;
}
#collapseFive-e form .form-group .webform-document-file {
	padding: 0 !important;
	border: none;
}
#collapseFive-e form .form-group .webform-document-file label {
	display: inline-block;
	background: #011c64;
	padding: 10px 39px;
	margin: 10px 0;
	color: #fff;
	font-weight: ;
	cursor: pointer;
	border-radius: 0;
}
#collapseFive-e form .form-group #edit-actions-submit {
	background: rgb(4, 86, 161);
	background: -moz-linear-gradient(90deg, rgba(4, 86, 161, 1) 0%, rgba(52, 141, 223, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(4, 86, 161, 1) 0%, rgba(52, 141, 223, 1) 100%);
	background: linear-gradient(90deg, rgba(4, 86, 161, 1) 0%, rgba(52, 141, 223, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0456a1", endColorstr="#348ddf", GradientType=1);
	color: #fff;
	text-transform: uppercase;
	font-weight: 200;
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 53px;
	outline: none !important;
	border: none;
}
.alert-heading {
	font-size: 20px;
}
.alert-danger ul li {
	background: transparent;
	width: auto;
}
.alert-danger ul li a {
	display: inline-flex;
	padding: 0 6px;
	background: #c1323f;
	padding: 6px 12px;
	margin: 10px 0 0 0;
	color: #fff;
}
/*#edit-upload-resume--_PVRpVJTwRY{
	display: flex;
  justify-content: space-between;
}
#edit-upload-resume--_PVRpVJTwRY span {
	padding: 0;
}
#edit-upload-resume-remove-button--ggAqKOXaxqI {
	height: 40px;
	width: 40px;
	border-radius: 50% !important;
	font-size: 0px !important;
	padding: 0 !important;
	background: url(../images/file_close.png) 0 0 no-repeat;
}*/

#user-login-form {
	max-width: 35%;
	margin: 5% auto 6%;
	padding: 30px;
	border-radius: 10px;
	background: rgb(12, 20, 43);
	background: -moz-linear-gradient(90deg, rgba(12, 20, 43, 1) 0%, rgba(0, 33, 120, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(12, 20, 43, 1) 0%, rgba(0, 33, 120, 1) 100%);
	background: linear-gradient(90deg, rgba(12, 20, 43, 1) 0%, rgba(0, 33, 120, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c142b", endColorstr="#002178", GradientType=1);
	box-shadow: 0 11px 30px rgba(0, 0, 0, 0.4);
}
#user-login-form label {
	color: #fff;
	font-size: 15px;
	display: block;
	margin: 0 0 5px 0;
}
#user-login-form .form-control {
	background: transparent;
	border: 1px solid #a3a3a3;
	height: auto;
	padding: 10px 13px;
	color: #fff;
	font-size: 14px;
}
#user-login-form #edit-submit {
	background: #fff !important;
	color: #002176 !important;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
}
.page-user-login header {
	display: none;
}
.page-user-login .video_block {
	display: none;
}
.page-user-login .region.region-top-header {
	display: none;
}
.region-top-header nav {
	margin: 15px 0;
}
.region-top-header nav ul {
	margin: 0 !important;
	border: none;
}
.region-top-header nav ul .nav-item a {
	background: transparent;
	border: none;
	background: #031543;
	border-radius: 0;
	margin: 0 2px;
	font-size: 13px;
	color: #fff;
	border-radius: 5px;
}
.region-top-header nav ul .nav-item a.active {
	background: #00649f;
	color: #fff;
}
.mob_menu .home_menu li a {
	font-size: 15px;
}
.mob_menu .home_menu li .submenu {
	display: none;
	padding-left: 15px;
}
.mob_menu .home_menu li .submenu.active{
	display: block;
	list-style: none;
}
.mob_menu .home_menu li .submenu li a {
	font-size: 14px;
}
.mob_menu .home_menu li {
	margin: 5px 0;
}
.mob_menu .home_menu li a.nav-link.menu-item--expanded{
	position: relative;
}
.mob_menu .home_menu li a.nav-link.menu-item--expanded::after{
	content: "";
  width: 14px;
  height: 12px;
  background: url(../images/down-arrow-menu.png) no-repeat center;
    background-size: auto;
  background-size: 16px;
  border: none;
  vertical-align: middle;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  display: block;
  position: absolute;
  right: -6px;
  top: 11px;
}

.mob_menu .home_menu li a.nav-link.menu-item--expanded.active::after {
	transform: rotate(-180deg);
}

/*#product_search .owl-stage {
  display: flex !important;
  justify-content: center;
width: 100% !important;
}*/
#product_search .owl-nav {
	display: block;
}
#load_modal {
	z-index: 99999;
}
.modal_load_inner {
	display: flex;
	align-items: center;
}
#load_modal .modal-header {
	padding: 0;
	border: none;
}
#load_modal .modal-content {
	border-radius: 15px;
	overflow: hidden;
}
.modal_load_inner_img img {
	width: 100%;
}
.modal_load_inner_img {
	flex: 1;
	width: 50%;
}
.modal_load_inner_form {
	flex: 1;
	width: 50%;
}
.modal_load_inner_form {
	padding: 30px;
}
#load_modal .modal-dialog.modal-lg {
	max-width: 968px;
}
.modal_load_inner_form h3 span {
	width: 100%;
	font-weight: 300;
	margin: 10px 0 0 0;
	display: block;
}
.modal_load_inner_form h3 {
	font-size: 27px;
}
.modal_load_inner_form .form-group .form-control {
	width: 100%;
	background: #f4f4f4;
	border: none;
	border-radius: 0;
	padding: 10px 10px;
	outline: none;
	box-shadow: none;
}

#load_modal .btn-close {
	position: absolute;
	top: 12px;
	right: 18px;
	font-size: 18px;
	outline: none;
	box-shadow: none;
	z-index: 99;
}
.load_sbmt_btn {
	background: #E46F22 !important;
	width: 110px !important;
	height: 40px;
	border: none !important;
	border-radius: 4px !important;
	margin: 15px 0 0 0;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	outline: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}
.modal_load_inner_form .form-group textarea {
	height: 87px;
	resize: none;
}
#solar_promax .owl-nav.disabled {
	display: block;
}

.modal_load_inner_form .mb-3 {
	margin: 0 !important;
}
#edit-flexbox-row-1, #edit-flexbox-02, #edit-flexbox-03 {
	gap: 10px;
}
.modal_load_inner_form .form-group {
	width: 100%;
	margin: 4px 0 !important;
}
.modal_load_inner_form .webform-flex--container {
	margin: 0;
}
.prod_total_count {
	color: #2f86d8;
}

.view-display-id-less_than_525 .view-filters {
    display: none;
}

.view-display-id-home_ups_inverter_battery_combo .view-filters {
    display: none;
}

.view-display-id-off_grid_solar_combo .view-filters {
    display: none;
}

.footer_list .search_box #edit-flexbox {
	margin: 0 !important;
}

.footer_list .search_box #edit-flexbox .js-form-item {
	margin: 0 !important;
}
.footer_list .search_box #edit-flexbox #edit-email-id {
	height: 59px;
}
.footer_list .search_box #edit-flexbox #edit-email-id::placeholder {
	font-family: 'GothamOfficeRegular';
	color: #fff;
}
.footer_list .search_box #edit-flexbox .webform-flex.webform-flex--1:first-child {
  width: 60%;
  min-width: 60%;
  max-width: 60%;
}
.combo_textbox img {
	border-radius: 15px;
	height: 285px;
}
.page-node-type-product .more_blog_sec .page_hdr_para.text-center.mt-5 {
	margin: 0 !important;
}

.ui-dialog-titlebar-close {
	background: url(/sites/default/files/2025-08/popup_close_btn.png);
	background-size: 14px;
	background-position: center center;
	background-repeat: no-repeat;
}


/* 05-09-25 */
.future_tab { justify-content: center !important;}
.future_tab li {max-width: 140px;}
.video_banner {overflow: hidden;}
.carousel-control-next, .carousel-control-prev {z-index: 2;}
#carouselExampleSlidesOnly { height: 100vh;overflow: hidden;}

/* RESPONSIVE STYLE SHEET */


@media screen and (min-width: 1280px) and (max-width: 1400px) {
    #block-addo-main-menu li a {
	font-size: 11px;
}
.bar_icon {
	margin-left: 0;
}
#block-addo-main-menu li a.nav-link.menu-item--expanded::after {
	width: 9px;
	height: 6px;
}
.future_tab li {
	max-width: 120px;
}
.future_tab li .nav-link .tab_links p {
	font-size: 12px;
}
.future_tab li .nav-link.active .tab_links p, .future_tab li .nav-link:hover .tab_links p {
	font-size: 12px;
}
}


@media (max-width: 991px) {
  #aboutTabContent>.tab-pane {
    display: block;
    opacity: 1;
  }
}


@media screen and (max-width: 1400px) {
.product_box p.prodt_name {
font-size: 15px;
}
.product_box p.prod_feature{
font-size: 14px;
}
}



@media screen and (max-width: 1200px) {
ul.navbar-nav.home_menu {
display: none;
}
/* inverter_batteries */
.product_rang_tab #product_range .owl-nav button.owl-prev {
left: -88px;
}
.product_rang_tab #product_range .owl-nav button.owl-next {
right: -88px;
}
.our_feature_box {
padding: 35px 35px;
}
.ups_feature .our_feature_box {

min-height: 330px;
}
.mob_menu .home_menu {
	display: block !important;
}
.sideMenu ul li a, .sideMenu ul li span {
	font-size: 15px;
	position: relative;
	margin: 0 0 12px 0 !important;
}
.home_menu li .submenu {
	padding: 10px;
	display: none;
	background: #171717;
	margin: 0 0 18px 0;
	list-style: none;
	border-radius: 10px;
}
.home_menu li .submenu li a {
	font-size: 13px;
	margin: 0 !important;
	padding: 7px 10px;
}
.home_menu li .submenu.active {
	display: block;
}
.home_menu li a.nav-link.menu-item--expanded::after {
	content: "";
	width: 14px;
	height: 12px;
	background: url(../images/down-arrow-menu.png) no-repeat center;
	background-size: 16px;
	border: none;
	vertical-align: middle;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	display: block;
	position: absolute;
	right: -6px;
	top: 11px;
}
.mob_menu {
	margin-top: 30px;
}
.sidebar_menu .sideMenu .bar_icon {
	top: 5px;
	right: 26px;
}

#carouselExampleSlidesOnly {height: 96vh;}
}

@media screen and (max-width: 992px) {

.button-group.mt-lg-5.mt-md-4.d-flex {
margin-top: 15px;
}

#accordion_mobile {
display: block;
}

.tab_block_product {
display: none;
}

.left_bar_menu {
position: absolute;
right: 0;
}

.banner_block::after {
height: 38px;
}

.page_hdr_para {
margin-top: 30px;
}

.cont_text_block {
max-width: none;
margin-top: 30px;
}

.lion_bg_block.gap_block {
padding: 180px 0 80px;
height: auto;
}

.contact_number {
text-align: left !important;
margin-top: 30px;
}

.banner_text h1 {
font-size: 50px;
text-align: center;
}
/* inverter_batteries */
.data_t_footer button#addRow {
width: 100%;
margin-bottom: 15px;
}


.product_range.gap_block .page_hdr_para {
margin-top: 30px;
}
.calculator_block.gap_block {
padding: 0 0 30px;
}
.search_result {
margin-top: 29px;
padding-top: 0;
}
.search_result h2 {
margin-bottom: 25px;
}
.product_range.gap_block {
padding: 30px 0;
}
.product_rang_tab .tab-content_background {
background-size: 104%;
background-position: bottom;
}

#product_detsils_slider figure img {
	width: 100% !important;
}

}

@media screen and (max-width: 768px) {
.header-logo img {
transition: all 0.3s ease-in-out 0s;
height: 60px;
}

.header_top {
margin-bottom: 4px;
}

.page_hdr_para h2 {
font-size: 28px;
}

.gap_block {
padding: 30px 0 50px;
}

.page_hdr_para {
text-align: center;
}
/* inverter_batteries */
.product_rang_tab .tab-content_background {
background-repeat: no-repeat;
}
a.contact_box, button.contact_box, input.contact_box {
font-size: 14px;
letter-spacing: 0.5px;
padding: 15px 15px;
}
.search_result {
margin-top: 20px;
padding-top: 0;
}
.product_rang_tab .tab-content_background{
background-size: cover;
}
.product_img {
margin-top: 20px;
}
.our_feature_box {
padding: 20px 20px;
}
.calculator_block .page_hdr_para {
margin-top: 20px;
}
form.ptice_calculate select.form-select {
max-width: 174px;
}
.data_table table {
min-width: 500px;
}

.data_table table td {
min-width: 150px;
}
.calculator_block .calcularer_box .data_table .table th {
font-size: 15px;
line-height: 1.2;
}
.data_total {
text-align: center;
font-size: 20px;
}
}


@media screen and (max-width: 767px) {
.b_icon_box {
width: 100%;
min-width: 100%;
max-width: 100%;
margin: 10px 0;
}
.b_icon_box_third {
margin: 10px 0 0 0;
}
.become_partner_box {
padding: 20px;
}
#becomeTab li {
display: block;
width: 100%;
}
#becomeTab li button {
width: 100%;
}
.form-group-flex {
display: block;
}
.form-group-flex .form-group {
width: 100%;
min-width: 100%;
max-width: 100%;
}
.banner_text h1 {
font-size: 25px;
}
.more_blog_sec .d-flex.align-items-center.justify-content-between.mb-5 {
display: block !important;
margin: 0 0 15px 0 !important;
}
.more_blog_select select {
padding: 7px 12px 7px 13px;
margin: 0 0 0 1px;
}
#blog_dtbody, #all_p_body{
margin-top: 67px !important;
}
.product_bro_box.p-0 {
	margin: 0 0 20px 0;
}
.footer_list ul li a {
	font-size: 14px;
}
.ftr_hdr {
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0 10px 0;
}
p.copy_text.text-center.mb-0 {
	font-size: 13px;
}
.footer_list img {
	height: 59px;
}
.footer_block {
	padding: 35px 0 35px;
}
.mb-5 {
	margin-bottom: 30px !important;
}
#product_brochures_tab li {
	margin: 10px 0;
}
#product_brochures_tab_content .tab-pane {
	margin: 30px 0 0 0;
}
#product_brochures_tab_content h2 {
	font-size: 20px;
	margin: 0 0 20px 0;
}
#product_brochures_tab_content ul {
	flex-wrap: wrap;
}
#product_brochures_tab_content ul li {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	margin: 5px 0;
	padding: 10px;
}
.pdf_icon_brochure img {
	height: 35px;
}
.pdf_content_brochure a {
	font-size: 14px;
}
.dowanload_pdf_content_brochure {
	width: 30px;
	min-width: 30px;
	max-width: 30px;
	height: 30px;
	min-height: 30px;
	max-height: 30px;
}
#accordionfaq .accordion-item .accordion-button {
	font-size: 16px;
}
#product_brochures_tab li button figcaption {
	padding: 12px;
}
.video_popup_modal_doctor .modal-dialog {
	max-width: 87%;
	margin: 0 auto;
}
.video_popup_modal_doctor iframe {
	height: 350px;
}
.enquiery_form_box .page_hdr_para form {
	padding: 30px 30px 20px 30px;
}
.enquiery_form_box .page_hdr_para form .form-item-pincode label, .enquiery_form_box .page_hdr_para form .form-type-textarea label {
	
	font-size: 14px;
}
select{
	font-family: 'GothamOfficeRegular';
}
.enquiery_form_box .page_hdr_para form .form-control {
	font-size: 14px;
}
.enquiery_form_box .page_hdr_para form #edit-submit {
	max-width: unset;
	font-size: 15px;
	height: 46px;
	border-radius: 5px;
}
#product_detsils_slider figure img {
	width: 100% !important;
}
#product_detsils_slider .owl-nav {
	position: unset;
	margin: 0 0 0 0;
}
#product_detsils_slider {
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}
.prd_d_content h2 {
	font-size: 22px;
}
.prd_d_content h6 {
	font-size: 15px;
	margin: 12px 0;
}
.prd_d_content .prod_feature {
	font-size: 13px;
}
.gap_block.our_feature_product_details.pt-5.mt-5 {
	margin-top: 0 !important;
}
.gap_block.our_feature_product_details.pt-5.mt-5 .page_hdr_para.text-center {
	margin: 0;
}
.our_feature_product_details_box {
	min-height: auto;
}
.page-node-12 #all_p_body .views-element-container .row.mt-5 {
	margin-top: 0px !important;
}
#views-exposed-form-product-listing-block-1 .form-type-select{
	width: 100%;
}
#all_p_body .product_filter {
	background: #fff;
	padding: 25px;
	border-radius: 15px;
}
#all_p_body .product_filter h3 {
	display: flex;
	align-items: center;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
}
#views-exposed-form-product-listing-block-1 .form-type-select label {
	font-size: 14px;
	font-family: 'GothamOfficeRegular';
	margin: 0 0 10px 0;
}
#all_p_body .product_imag {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 41px;
}
#all_p_body .product_imag img {
	width: 100%;
	height: auto;
}
.blog_cat {
	flex-wrap: wrap;
}
.blog_share_esti {
	flex-wrap: wrap;
}
#dropdownMenuButton1 {
	margin: 0 0 0 0;
}
.blog_cat p {
	width: 100%;
	margin: 5px 0;
	font-size: 14px;
}
.blog_details_content {
	padding-right: 0;
}
.blog_details_content h2 {
	font-size: 26px;
}
.most_related_box {
	padding: 15px;
}
.most_related_box h3 {
	font-size: 20px;
	margin: 0 0 10px 0;
}
.most_related_box a {
	font-size: 15px;
	margin: 0;
}
#blog_dtbody {
	padding-bottom: 25px;
}
.page-node-22 .blog_box {
	margin: 10px 0;
}
#views-exposed-form-video-video-page-block .js-form-item {
	justify-content: flex-start;
}
#views-exposed-form-product-listing-block-1 .form-type-select #edit-field-product-series-target-id {
	padding: 10px 12px;
	background-color: #fff;
	font-size: 14px;
	border: 1px solid #aaa;
}
 .product_box .product_imag {
	padding: 20px;
}
 .product_box h6 a {
	min-height: unset;
}
/*#views-exposed-form-store-locator-store-locator-page-block .d-flex.flex-wrap {
	display: block !important;
}
#views-exposed-form-store-locator-store-locator-page-block .d-flex.flex-wrap .js-form-item {
	margin: 0 0 10px 0 !important;
	width: 100%;
}
#views-exposed-form-store-locator-store-locator-page-block #edit-actions {
	width: 100%;
}
#views-exposed-form-store-locator-store-locator-page-block #edit-pincode {
	padding: 8px 12px;
}
#views-exposed-form-store-locator-store-locator-page-block #edit-submit-store-locator {
	height: 42px;
}*/
/*.store_locate_form form {
	border-radius: 25px;
}*/
#views-exposed-form-store-locator-store-locator-page-block .d-flex.flex-wrap .js-form-item {
	width: 90%;
}
#views-exposed-form-store-locator-store-locator-page-block .d-flex.flex-wrap {
	gap: 0;
}
.modal_load_inner {
	display: block;
}
.modal_load_inner_img {
	flex: 1;
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
}
.modal_load_inner_form {
	width: 100%;
	padding: 20px;
}
.modal_load_inner_form h3 {
	font-size: 18px;
}
.load_sbmt_btn {
	width: 100% !important;
}
#load_modal .btn-close {
	font-size: 15px;
	opacity: 1;
	border-radius: 50%;
	background-color: #fff;
}
#main-prod-tabContent {
	margin-top: 0px !important;
}
#tab_one_swiper {
	width: 100%;
	height: auto;
	max-height: unset !important;
}
.p_ins_btn_list {
	position: unset;
}
#tab_one_swiper .swiper-slide {
	height: auto !important;
}
.cont_text_block .inner_subtab li.nav-item .nav-link {
	font-size: 14px;
}

#carouselExampleSlidesOnly {height: 51vh;}

#product_detsils_slider figure {
	min-height: 300px;
	padding: 40px;
}

}



@media screen and (max-width: 580px) {
.banner_block::after,
.side_line::after,
.right_circle_object.show_circle,
.girl_image,
.fan_left,
.lion_bg_block::before,
.spin-fan,
.right_circle_object,
.light_lamo {
display: none;
}

.future_tab li .nav-link.active .tab_links p,
.future_tab li .nav-link:hover .tab_links p {
font-size: 12px;
}

.future_tab li {
max-width: none;
width: 30%;
}

div#pills-tabContent {
margin-top: 15px !important;
}

.tab_contImg {
padding: 15px;
}

#slider-testmonial .owl-item.active.center {
transform: none;
padding: 15px;
}

#slider-testmonial .owl-item {
opacity: 1;
padding: 15px;
}

#slider-testmonial .owl-stage-outer {
padding: 0;
}

.image_slide_hover {
min-height: auto;
padding-bottom: 18px !important;
}

.search_box form input {
margin: 10px 0;
min-height: 45px;
}

.footer_list img {
display: block;
margin: auto;
}

.view_btn {
padding: 12px 18px;
}

.page_hdr_para {
margin-top: 20px;
}

.contact_details h2 {
font-size: 30px;
}

.contact_details h3 {
font-size: 22px;
margin-bottom: 0;
}

.side_image {
margin-bottom: 15px;
}
    /* inverter_batteries */
    .girl_left {
        display: none;
    }
    .product_rang_tab .tab-content_background {
        padding: 16px;
    }   
    .our_feature_box {
        padding: 10px 10px;
        min-height: 246px;
    }   
    .our_feature_box p {
        font-size: 14px;
    }  
    .our_feature_icon {
        margin-bottom: 10px;
    }
    .data_table table {
        min-width: 500px;
    }
    
    .data_table table td {
        min-width: 150px;
    }
    .product_rang_tab div#list-tab {
        flex-direction: column !important;
    }
    .product_rang_tab .list-group a span {
        display: inline-block;
        margin-left: 10px;
    }
    .product_rang_tab .product_details {
        padding: 15px;
        border-radius: 15px;
    }
    .product_rang_tab .product_details h4 {
        font-size: 16px;
    }
    .product_rang_tab .product_details p{
        font-size: 14px;
    }
    .product_rang_tab {
        margin-top: 0;
    }
    .search_box form {
        flex-direction: column;
    }
    .ups_feature .our_feature_box {
        min-height: 266px;
    }
 .custom_download_modal .modal-body {
	padding: 25px !important;
}
#edit-first-row .fieldset-wrapper .js-form-item, #edit-second-row .fieldset-wrapper .js-form-item, #edit-first-row--2 .fieldset-wrapper .js-form-item, #edit-second-row--2 .fieldset-wrapper .js-form-item, #edit-first-row--3 .fieldset-wrapper .js-form-item, #edit-second-row--3 .fieldset-wrapper .js-form-item {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}
#edit-first-row .fieldset-wrapper, #edit-second-row .fieldset-wrapper, #edit-first-row--2 .fieldset-wrapper, #edit-second-row--2 .fieldset-wrapper, #edit-first-row--3 .fieldset-wrapper, #edit-second-row--3 .fieldset-wrapper {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}
#becomeTabContent .form-control {
	padding: 0 0 12px 0px;
	margin: 0;
}
  #becomeTabContent label {
	font-size: 13px;
}
.custom_download_modal .modal-body h2 {
	margin: 0 0 12px 0;
	font-size: 18px;
	text-align: left;
	border-bottom: 1px solid lightgray;
	padding: 0 0 12px 0;
	color: #243B7F;
}
.custom_download_modal .modal-header button.btn-close {
	right: 24px;
	top: 32px;
	font-size: 13px;
}
#becomeTabContent #edit-actions-submit, #becomeTabContent #edit-actions-submit--2, #becomeTabContent #edit-actions-submit--3 {
	padding: 12px 17px;
	font-size: 14px;
	margin: 20px auto 0;
	width: 100%;
}
.video_popup_modal_doctor iframe {
	height: 194px;
}
.product_rang_tab .product_details .product_range_btn_two a.moreless-button, .product_rang_tab .product_details .product_range_btn_two a.moreless-button-bg {
	font-size: 12px;
	padding: 10px 7px;
	margin: 0 0 0 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.more_blog_select .js-form-item {
	margin: 0 10px 0 0;
}
.more_blog_select .js-form-item label {
	margin: 0 3px 0 0;
}
.more_blog_select select {
	padding: 7px 26px 7px 22px;
	font-size: 13px;
}
.gap_block.our_feature.side_line.pt-2 .col-6.col-md-6.col-lg-4 {
	width: 100%;
}
.sideMenu {
	width: 100%;
	padding: 40px 20px;

}
.mob_menu .home_menu li a.nav-link.menu-item--expanded, .sideMenu ul li a, .sideMenu ul li span {
	padding-left: 0;
}
.sidebar_menu .sideMenu .bar_icon {
	right: 6px;
}
.p_ins_btn_list .button-group.d-flex.top_up_place {
	display: block !important;
}
.p_ins_btn_list .button-group.d-flex.top_up_place a {
	width: 100%;
}
.cont_text_block.ms-0 {
	margin: 0 auto;
}
#slider-client .owl-stage {
	display: block;
	width: 1738px !important;
}
.cont_text_block .inner_subtab li.nav-item .nav-link {
	font-size: 18px;
}
}

@media screen and (max-width: 480px) {
.ptice_calculate {
flex-direction: column;
}
.ptice_calculate > * {
width: 100%;
max-width: none !important;
margin: 5px 0 !important;
}

}

@media screen and (max-width: 420px) {
.carousel-item img {
height: 300px;
width: auto !important;
max-width: none;
}

.redein_box .icon_r {
text-align: center;
margin: auto;
}

ul.redefing_list li {
margin-bottom: 0;
width: 50%;
}

ul.redefing_list.list-unstyled {
justify-content: center;
}

.redein_box p {
font-size: 15px;
text-align: center;
}

.button-group.mt-lg-5.mt-md-4.d-flex {
flex-direction: column;
}

.button-group .view_btn {
margin-top: 15px;
}

.gap_block.bg-white.pb-0.side_line.gap_modify {
padding-top: 0;
}
/* inverter_batteries */
.our_feature_box {
min-height: 286px;
}
.ups_feature .our_feature_box {
min-height: 330px;
}
.social_link ul li a {
font-size: 11px;
}
.banner_text h1 {
font-size: 26px;
}
.page_hdr_para h2 {
font-size: 26px;
}

#carouselExampleSlidesOnly {height: 45vh;}
}

